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
@@ -87,7 +87,7 @@ var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_super) {
87
87
  break;
88
88
  }
89
89
  }
90
- if (b.bb("TextDecorations")) {
90
+ if (b.bb("TextDecoration")) {
91
91
  ContentCellModelHelper.d(d, b.aa);
92
92
  }
93
93
  if (b.bc(CellModel.f8) || b.bc(CellModel.h0)) {
@@ -19,49 +19,49 @@ var DataGridScrollerKeyboardListener = /** @class */ /*@__PURE__*/ (function (_s
19
19
  return _this;
20
20
  }
21
21
  DataGridScrollerKeyboardListener.prototype.onDownArrow = function (a, b) {
22
- return this.a.kl(a, b);
22
+ return this.a.km(a, b);
23
23
  };
24
24
  DataGridScrollerKeyboardListener.prototype.onEnd = function (a, b) {
25
- return this.a.km(a, b);
25
+ return this.a.kn(a, b);
26
26
  };
27
27
  DataGridScrollerKeyboardListener.prototype.onHome = function (a, b) {
28
- return this.a.kq(a, b);
28
+ return this.a.kr(a, b);
29
29
  };
30
30
  DataGridScrollerKeyboardListener.prototype.onLeftArrow = function (a, b) {
31
- return this.a.ks(a, b);
31
+ return this.a.kt(a, b);
32
32
  };
33
33
  DataGridScrollerKeyboardListener.prototype.onPageDown = function (a, b) {
34
- return this.a.kt(a, b);
34
+ return this.a.ku(a, b);
35
35
  };
36
36
  DataGridScrollerKeyboardListener.prototype.onPageUp = function (a, b) {
37
- return this.a.ku(a, b);
37
+ return this.a.kv(a, b);
38
38
  };
39
39
  DataGridScrollerKeyboardListener.prototype.onRightArrow = function (a, b) {
40
- return this.a.kv(a, b);
40
+ return this.a.kw(a, b);
41
41
  };
42
42
  DataGridScrollerKeyboardListener.prototype.onTab = function (a, b) {
43
- return this.a.kx(a, b);
43
+ return this.a.ky(a, b);
44
44
  };
45
45
  DataGridScrollerKeyboardListener.prototype.onUpArrow = function (a, b) {
46
- return this.a.ky(a, b);
46
+ return this.a.kz(a, b);
47
47
  };
48
48
  DataGridScrollerKeyboardListener.prototype.onWheel = function () {
49
- this.a.xo();
49
+ this.a.xs();
50
50
  };
51
51
  DataGridScrollerKeyboardListener.prototype.onEnter = function (a, b) {
52
- return this.a.kn(a, b);
52
+ return this.a.ko(a, b);
53
53
  };
54
54
  DataGridScrollerKeyboardListener.prototype.onEscape = function () {
55
- return this.a.ko();
55
+ return this.a.kp();
56
56
  };
57
57
  DataGridScrollerKeyboardListener.prototype.onF2 = function () {
58
- return this.a.kp();
58
+ return this.a.kq();
59
59
  };
60
60
  DataGridScrollerKeyboardListener.prototype.onSpace = function (a, b) {
61
- return this.a.kw(a, b);
61
+ return this.a.kx(a, b);
62
62
  };
63
63
  DataGridScrollerKeyboardListener.prototype.onKeyDown = function (a, b, c) {
64
- return this.a.kr(a, b, c);
64
+ return this.a.ks(a, b, c);
65
65
  };
66
66
  DataGridScrollerKeyboardListener.$t = markType(DataGridScrollerKeyboardListener, 'DataGridScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);
67
67
  return DataGridScrollerKeyboardListener;
@@ -414,7 +414,7 @@ var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_super) {
414
414
  f.propertyName = c;
415
415
  f.direction = 0;
416
416
  e.groupDescriptions.add(f);
417
- var g = b.z(a);
417
+ var g = b.aa(a);
418
418
  var h = e.filterExpressions;
419
419
  for (var i = h.k.count - 1; i >= 0; i--) {
420
420
  var j = h.k.item(i);