Commit a63bbee
chore(*): getting rid of jasmine-spec-tags (#12206)
* chore(*): updating angular/core and cli deps
* chore(*): updating other deps
* chore(*): updating typescript
* chore(*): fixing package version
* chore(deps): removing ^ from typedoc version
* chore(*): fixing indentation in dd tests
* chore(*): updating dependencies
* chore(*): updating tests.ts
* chore(*): updating dependencies
* fix(excel-exporter): export correct number of rows#12086 (#12121)
* fix(excel-exporter): export correct number of rows#12086
* fix(excel-exporter): fix total rowCount with multi col headers#12086
* fix(excel-exporter): fix spacing#12086
* fix(i18n): Updating Grid localization for all languages - 14.1.x
* fix(igxGrid): Fix end edit with Enter when trigger is blur by moving it to more common place. (#12101)
Co-authored-by: MKirova <MKirova@DEV-MKIROVA>
Co-authored-by: Deyan Kamburov <[email protected]>
* fix(radio): focus nativeElement (#12151)
* chore(*): updating dependencies
* Select falsy values via ngModel - 14.1.x (#12096)
* test(simple-combo): should select falsy values with "writeValue" method
* fix(simple-combo): select falsy values with "writeValue" method
* refactor(simple-combo): use 'const' for hasSelection variable
* test(selectionService): should add items with falsy itemID except undefined
* fix(selectionService): add items with falsy itemID except undefined
* test(combos): should select falsy values except "undefined"
* fix(combos): select falsy values except "undefined"
* fix(combos): display and select "null" in dropdown
* test(selectionService): removing an outdated test
* fix(selectionService): removing throw error check
* fix(combos): additional checks for nullish values
* chore(combos): add comment for template check
* chore(remoteNWindService): remove debugger
* test(combos): should remove undefined from array of primitive data
* fix(combos): remove undefined from array of primitive data
* fix(combos): remove undefined in data setter
* fix(simple-combo): show all items in dropdown
* chore(combo-pipes): add comment for grouping pipe
* test(simple-combo): should not select null, undefined, '' in template form
* fix(simple-combo): not select null, undefined, '' in template form
* fix(simple-combo): not select null, undefined, '' in reactive form
* fix(simple-combo): not select null, undefined, '' from dropdown in reactive form
Co-authored-by: Teodosia Hristodorova <[email protected]>
* chore(cypress): migrating to cypress 10
* chore(*): fixing tests configure-suite
* chore(*): fixing the typedoc tsconfig
* chore(*): updating dependencies
* chore(*): updating @angular/core @angular/cli
* chore(*): reverting jasmine and jasmine-core ver
* test(d&d): fixing async tests
* chore(d&d): removing fdescribe
* chore(*): fixing grid and d&d tests
* chore(*): fingers crossed this fixes EVERYTHING
* chore(*): waitForAsync not imported
* test(hgrid): fixing global failure for tests
* test(migrations): fixing tsUtils typing
* test(migrations): fixing bufferencoding typing
* chore(*): two hands fingers crossed...
* chore(*): getting rid of jasmine-spec-tags
* chore(*): adding node 18.x to execution matrix
* ci(azure-pipelines): changing karma conf
* test(hgrid): optimizing hgrid selection tests
* chore(*): removing fdescribe
* chore(*): increasing jasmine timeout again
* chore(*): updating types versions
* test(perf): disabling performance tests
* chore(*): trying something out
* chore(*): returning parallel
* test(hgrid): speeding up hgrid tests
* test(hgrid): adding DEBOUNCE_TIME to two tests
* test(hgrid): adding a common describe
* test(hgrid): fixing a failing test
* chore(*): ofc forgot the fdescribe
* chore(*): fixing indentation
* chore(*): increasing a timeout
Co-authored-by: Georgi Anastasov <[email protected]>
Co-authored-by: Rumyana Andriova <[email protected]>
Co-authored-by: Maya <[email protected]>
Co-authored-by: MKirova <MKirova@DEV-MKIROVA>
Co-authored-by: Deyan Kamburov <[email protected]>
Co-authored-by: Zdravko Kolev <[email protected]>
Co-authored-by: Silvia Ivanova <[email protected]>
Co-authored-by: Riva Ivanova <[email protected]>
Co-authored-by: Teodosia Hristodorova <[email protected]>1 parent 91218fa commit a63bbee
File tree
12 files changed
+1391
-1431
lines changed- .github/workflows
- projects/igniteui-angular
- src
- lib/grids
- grid
- hierarchical-grid
12 files changed
+1391
-1431
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | 71 | | |
73 | 72 | | |
74 | | - | |
75 | 73 | | |
76 | 74 | | |
77 | 75 | | |
| |||
88 | 86 | | |
89 | 87 | | |
90 | 88 | | |
91 | | - | |
| 89 | + | |
92 | 90 | | |
93 | | - | |
| 91 | + | |
94 | 92 | | |
95 | 93 | | |
96 | 94 | | |
| |||
119 | 117 | | |
120 | 118 | | |
121 | 119 | | |
122 | | - | |
123 | | - | |
| 120 | + | |
| 121 | + | |
124 | 122 | | |
125 | 123 | | |
126 | 124 | | |
127 | 125 | | |
128 | | - | |
| 126 | + | |
129 | 127 | | |
130 | 128 | | |
131 | 129 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2458 | 2458 | | |
2459 | 2459 | | |
2460 | 2460 | | |
2461 | | - | |
| 2461 | + | |
| 2462 | + | |
2462 | 2463 | | |
2463 | 2464 | | |
2464 | 2465 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments