Commit 959cd87
Implement and expose a public CellType interface and API (#9853)
* chore(*): add cell API dev sample
* feat(grid): implement public CellType interface
* feat(grid): expose CellType interface to public API
* chore(*): fix dev sample to use public CellType
* chore(*): fix code indentation
* chore(*): fix code indentation
* chore(*): fix code indentation and lint errors
* chore(*): fix code indentation
* chore(*): fix code indentation
* feat(grid): implement row.cells, fix bugs
* chore(*): sample enhacements
* chore(*): fix lint error in code
* fix(grid): fix bugs in cell API implementation
* chore(*): fix sample issues
* chore(*): fix sample issues, treegridFlat data key is number
* feat(grid): implement column.cells
* feat(grid): implement column.cell
* fix(grid): dont return igxHierarchicalGridRow for child grid containers
* chore(*): sample update to remove uneeeded line
* chore(*): fix lint errors
* feat(grid): implement selectedCells
* feat(grid): add get_cell_by_index overload
* fix(grid): fix typing issues
* test(grid): first batch test fixes
* chore(*): fix lint error in treegrid
* chore(*): fix lint error in treegrid
* fix(grid): fix how crudService creatres a cell and row
* test(grid): add second btach of tests
* fix(grid): check if row exist in current dataView
* test(grid): do not create cell in EditMode, if the row is collapsed
* chore(*): fix lint errors
* test(grid): third batch of fixed tests
* fix(grid): consider if row is added row
* test(grid): fix grid search test
* test(grid): fix row pinning navigation tests
* fix(grid): update to be setter too, consider transactions in treeRow.getdata
* test(grid): fix few grid and treegrid tests, use cell component
* test(grid): fix some tests to use cell component
* test(grid): fix hierarchical grid tests
* fix(grid): add support for nested props, crud service bug fix
* test(grid): complete hgrid tests
* test(grid): complete tgrid tests
* fix(grid): fix bug in nested props support
* test(grid): fix nested props test to use cell component
* fix(grid): clear transactions if editing is cancelled
* chore(*): fix circular dep, code formatting, etc
* chore(*): add migrations for new CellType interface
* chore(*): Update changelog and readme files
* fix(grid): bind IgxGridCell to let-cell in template
* fix(grid): only update cell in crudService, if same cell
* chore(*): add todo comment
* chore(*): fix lint error, use const
* test(grid): increase debounce time for specific test that proved to be Unstable
* fix(grid): dont use ?? operator together with ?
* fix(grid): dont use ?? operator together with ?
* chore(*): fix lint error with quotes
* fix(grid): first take rowData, if available
* chore(*): Samples improvements
Co-authored-by: Zdravko Kolev <[email protected]>1 parent bd228e8 commit 959cd87
File tree
77 files changed
+3053
-1502
lines changed- projects/igniteui-angular
- migrations/update-12_1_0
- changes
- src/lib
- grids
- columns
- common
- grid
- hierarchical-grid
- tree-grid
- test-utils
- src/app
- grid-cell-api
- grid-row-api
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
77 files changed
+3053
-1502
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
| |||
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
Lines changed: 47 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
655 | 702 | | |
656 | 703 | | |
657 | 704 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
| 498 | + | |
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | 504 | | |
510 | | - | |
511 | | - | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
512 | 515 | | |
513 | 516 | | |
514 | 517 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | | - | |
109 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
110 | 114 | | |
| 115 | + | |
111 | 116 | | |
112 | 117 | | |
113 | 118 | | |
| |||
Lines changed: 15 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
168 | | - | |
| 170 | + | |
169 | 171 | | |
170 | 172 | | |
171 | 173 | | |
| |||
193 | 195 | | |
194 | 196 | | |
195 | 197 | | |
196 | | - | |
| 198 | + | |
197 | 199 | | |
198 | | - | |
| 200 | + | |
199 | 201 | | |
200 | 202 | | |
201 | 203 | | |
| |||
257 | 259 | | |
258 | 260 | | |
259 | 261 | | |
260 | | - | |
| 262 | + | |
261 | 263 | | |
262 | 264 | | |
263 | 265 | | |
| |||
412 | 414 | | |
413 | 415 | | |
414 | 416 | | |
415 | | - | |
416 | 417 | | |
417 | 418 | | |
418 | 419 | | |
| |||
678 | 679 | | |
679 | 680 | | |
680 | 681 | | |
681 | | - | |
| 682 | + | |
682 | 683 | | |
683 | 684 | | |
684 | 685 | | |
| |||
690 | 691 | | |
691 | 692 | | |
692 | 693 | | |
693 | | - | |
| 694 | + | |
694 | 695 | | |
695 | 696 | | |
696 | 697 | | |
| |||
702 | 703 | | |
703 | 704 | | |
704 | 705 | | |
705 | | - | |
| 706 | + | |
706 | 707 | | |
707 | 708 | | |
708 | 709 | | |
| |||
908 | 909 | | |
909 | 910 | | |
910 | 911 | | |
911 | | - | |
| 912 | + | |
912 | 913 | | |
913 | 914 | | |
914 | 915 | | |
| |||
1031 | 1032 | | |
1032 | 1033 | | |
1033 | 1034 | | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
1034 | 1039 | | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
Lines changed: 24 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
1202 | 1204 | | |
1203 | 1205 | | |
1204 | 1206 | | |
1205 | | - | |
| 1207 | + | |
1206 | 1208 | | |
1207 | 1209 | | |
1208 | | - | |
1209 | 1210 | | |
1210 | | - | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
1211 | 1226 | | |
1212 | 1227 | | |
1213 | | - | |
1214 | | - | |
| 1228 | + | |
| 1229 | + | |
1215 | 1230 | | |
1216 | 1231 | | |
1217 | 1232 | | |
| 1233 | + | |
1218 | 1234 | | |
1219 | 1235 | | |
1220 | 1236 | | |
| |||
2247 | 2263 | | |
2248 | 2264 | | |
2249 | 2265 | | |
2250 | | - | |
| 2266 | + | |
2251 | 2267 | | |
2252 | | - | |
| 2268 | + | |
2253 | 2269 | | |
2254 | 2270 | | |
2255 | | - | |
| 2271 | + | |
2256 | 2272 | | |
2257 | 2273 | | |
2258 | 2274 | | |
| |||
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
0 commit comments