igniteui-angular-data-grids 20.0.2-beta.2 → 20.0.2-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +3847 -3535
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CellPresenterBase.js +1 -1
  4. package/esm2015/lib/CheckboxListView_combined.js +75 -67
  5. package/esm2015/lib/ColumnFilterCondition_combined.js +3119 -3094
  6. package/esm2015/lib/ContentCellModelHelper.js +1 -1
  7. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  8. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +1 -1
  9. package/esm2015/lib/GridConditionalStyleProperty.js +315 -197
  10. package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
  11. package/esm2015/lib/MultiColumnComboBoxView_combined.js +3 -3
  12. package/esm2015/lib/TemplateHeader.js +1 -1
  13. package/esm2015/lib/TextIconSetConditionalStyle.js +14 -9
  14. package/esm2015/lib/igx-data-grid-component.js +28 -0
  15. package/esm2015/lib/igx-grid-conditional-style-property-component.js +109 -33
  16. package/esm5/lib/CellPresenterBase.js +1 -1
  17. package/esm5/lib/CheckboxListView_combined.js +75 -67
  18. package/esm5/lib/ColumnFilterCondition_combined.js +3096 -3071
  19. package/esm5/lib/ContentCellModelHelper.js +1 -1
  20. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  21. package/esm5/lib/GridColumnFilterOptionsView_combined.js +1 -1
  22. package/esm5/lib/GridConditionalStyleProperty.js +332 -186
  23. package/esm5/lib/GridFilterDialogView_combined.js +1 -1
  24. package/esm5/lib/MultiColumnComboBoxView_combined.js +3 -3
  25. package/esm5/lib/TemplateHeader.js +1 -1
  26. package/esm5/lib/TextIconSetConditionalStyle.js +14 -9
  27. package/esm5/lib/igx-data-grid-component.js +28 -0
  28. package/esm5/lib/igx-grid-conditional-style-property-component.js +136 -32
  29. package/fesm2015/igniteui-angular-data-grids.js +3817 -3561
  30. package/fesm5/igniteui-angular-data-grids.js +3849 -3537
  31. package/lib/CheckboxListView_combined.d.ts +25 -24
  32. package/lib/ColumnFilterCondition_combined.d.ts +533 -525
  33. package/lib/GridConditionalStyleProperty.d.ts +84 -61
  34. package/lib/igx-data-grid-component.d.ts +8 -0
  35. package/lib/igx-grid-conditional-style-property-component.d.ts +21 -3
  36. package/package.json +4 -4
@@ -83,7 +83,7 @@ export let ContentCellModelHelper = /*@__PURE__*/ (() => {
83
83
  break;
84
84
  }
85
85
  }
86
- if (b.bb("TextDecorations")) {
86
+ if (b.bb("TextDecoration")) {
87
87
  ContentCellModelHelper.d(d, b.aa);
88
88
  }
89
89
  if (b.bc(CellModel.f8) || b.bc(CellModel.h0)) {
@@ -17,49 +17,49 @@ export let DataGridScrollerKeyboardListener = /*@__PURE__*/ (() => {
17
17
  this.a = a;
18
18
  }
19
19
  onDownArrow(a, b) {
20
- return this.a.kl(a, b);
20
+ return this.a.km(a, b);
21
21
  }
22
22
  onEnd(a, b) {
23
- return this.a.km(a, b);
23
+ return this.a.kn(a, b);
24
24
  }
25
25
  onHome(a, b) {
26
- return this.a.kq(a, b);
26
+ return this.a.kr(a, b);
27
27
  }
28
28
  onLeftArrow(a, b) {
29
- return this.a.ks(a, b);
29
+ return this.a.kt(a, b);
30
30
  }
31
31
  onPageDown(a, b) {
32
- return this.a.kt(a, b);
32
+ return this.a.ku(a, b);
33
33
  }
34
34
  onPageUp(a, b) {
35
- return this.a.ku(a, b);
35
+ return this.a.kv(a, b);
36
36
  }
37
37
  onRightArrow(a, b) {
38
- return this.a.kv(a, b);
38
+ return this.a.kw(a, b);
39
39
  }
40
40
  onTab(a, b) {
41
- return this.a.kx(a, b);
41
+ return this.a.ky(a, b);
42
42
  }
43
43
  onUpArrow(a, b) {
44
- return this.a.ky(a, b);
44
+ return this.a.kz(a, b);
45
45
  }
46
46
  onWheel() {
47
- this.a.xo();
47
+ this.a.xs();
48
48
  }
49
49
  onEnter(a, b) {
50
- return this.a.kn(a, b);
50
+ return this.a.ko(a, b);
51
51
  }
52
52
  onEscape() {
53
- return this.a.ko();
53
+ return this.a.kp();
54
54
  }
55
55
  onF2() {
56
- return this.a.kp();
56
+ return this.a.kq();
57
57
  }
58
58
  onSpace(a, b) {
59
- return this.a.kw(a, b);
59
+ return this.a.kx(a, b);
60
60
  }
61
61
  onKeyDown(a, b, c) {
62
- return this.a.kr(a, b, c);
62
+ return this.a.ks(a, b, c);
63
63
  }
64
64
  }
65
65
  DataGridScrollerKeyboardListener.$t = markType(DataGridScrollerKeyboardListener, 'DataGridScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);
@@ -365,7 +365,7 @@ export let GridColumnFilterOptions = /*@__PURE__*/ (() => {
365
365
  f.propertyName = c;
366
366
  f.direction = 0;
367
367
  e.groupDescriptions.add(f);
368
- let g = b.z(a);
368
+ let g = b.aa(a);
369
369
  let h = e.filterExpressions;
370
370
  for (let i = h.k.count - 1; i >= 0; i--) {
371
371
  let j = h.k.item(i);