igniteui-webcomponents-data-grids 7.1.0-alpha.2 → 7.1.0-alpha.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 (173) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +5951 -5689
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +1 -1
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  11. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  12. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  14. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  15. package/esm2015/lib/CellPresenterBase.js +20 -20
  16. package/esm2015/lib/CheckboxListView_combined.js +22 -22
  17. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  18. package/esm2015/lib/ColumnFilterCondition_combined.js +4875 -4738
  19. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  20. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  21. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  22. package/esm2015/lib/ContentCellModelHelper.js +4 -4
  23. package/esm2015/lib/DataGridCellLayoutPanel.js +9 -9
  24. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  25. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  26. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  27. package/esm2015/lib/EditorCellPresenter.js +19 -19
  28. package/esm2015/lib/FilterCellPresenter.js +11 -11
  29. package/esm2015/lib/GridCellBase.js +1 -1
  30. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  31. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  32. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  33. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  34. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  35. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  36. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  37. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  38. package/esm2015/lib/GridExternalWrapper.js +6 -6
  39. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  40. package/esm2015/lib/GridStyleRepository.js +118 -113
  41. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  42. package/esm2015/lib/ImageCellPresenter.js +7 -7
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  44. package/esm2015/lib/NumericCellPresenter.js +8 -8
  45. package/esm2015/lib/PropertyEditorView_combined.js +17 -17
  46. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  47. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  48. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  49. package/esm2015/lib/TemplateHeader.js +4 -4
  50. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  51. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  53. package/esm2015/lib/TextCellPresenter.js +9 -9
  54. package/esm2015/lib/TextHeaderCellPresenter.js +38 -38
  55. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  56. package/esm2015/lib/igc-cell-info.js +76 -67
  57. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  58. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  59. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  60. package/esm2015/lib/igc-data-grid-column-component.js +281 -261
  61. package/esm2015/lib/igc-data-grid-component.js +10 -0
  62. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  63. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  64. package/esm2015/lib/igc-definition-base-component.js +12 -12
  65. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  66. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  67. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  68. package/esm2015/lib/igc-header-component.js +24 -24
  69. package/esm2015/lib/igc-image-cell-info.js +6 -6
  70. package/esm2015/lib/igc-image-column-component.js +12 -12
  71. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  72. package/esm2015/lib/igc-numeric-column-component.js +46 -35
  73. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  74. package/esm2015/lib/igc-section-header-component.js +38 -24
  75. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  76. package/esm2015/lib/igc-summary-row-component.js +24 -24
  77. package/esm2015/lib/igc-template-cell-info.js +2 -2
  78. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  79. package/esm2015/lib/igc-text-cell-info.js +2 -2
  80. package/esm2015/lib/igc-text-column-component.js +9 -9
  81. package/esm2015/lib/igc-text-header-cell-info.js +38 -38
  82. package/esm5/lib/CanvasCellPresenterBase.js +3 -3
  83. package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
  84. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  85. package/esm5/lib/CanvasGridCellBase.js +1 -1
  86. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  87. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  88. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  89. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  90. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  91. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  93. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  94. package/esm5/lib/CellPresenterBase.js +20 -20
  95. package/esm5/lib/CheckboxListView_combined.js +22 -22
  96. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  97. package/esm5/lib/ColumnFilterCondition_combined.js +4693 -4528
  98. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  99. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  100. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  101. package/esm5/lib/ContentCellModelHelper.js +4 -4
  102. package/esm5/lib/DataGridCellLayoutPanel.js +9 -9
  103. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  104. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  105. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  106. package/esm5/lib/EditorCellPresenter.js +19 -19
  107. package/esm5/lib/FilterCellPresenter.js +11 -11
  108. package/esm5/lib/GridCellBase.js +1 -1
  109. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  110. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  111. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  112. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  113. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  114. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  115. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  116. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  117. package/esm5/lib/GridExternalWrapper.js +6 -6
  118. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  119. package/esm5/lib/GridStyleRepository.js +118 -113
  120. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  121. package/esm5/lib/ImageCellPresenter.js +7 -7
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  123. package/esm5/lib/NumericCellPresenter.js +8 -8
  124. package/esm5/lib/PropertyEditorView_combined.js +17 -17
  125. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  126. package/esm5/lib/SummaryCellPresenter.js +6 -6
  127. package/esm5/lib/TemplateCellPresenter.js +2 -2
  128. package/esm5/lib/TemplateHeader.js +4 -4
  129. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  130. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  131. package/esm5/lib/TemplateSectionHeader.js +1 -1
  132. package/esm5/lib/TextCellPresenter.js +9 -9
  133. package/esm5/lib/TextHeaderCellPresenter.js +38 -38
  134. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  135. package/esm5/lib/igc-cell-info.js +80 -67
  136. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  137. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  138. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  139. package/esm5/lib/igc-data-grid-column-component.js +289 -261
  140. package/esm5/lib/igc-data-grid-component.js +14 -0
  141. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  142. package/esm5/lib/igc-date-time-column-component.js +23 -23
  143. package/esm5/lib/igc-definition-base-component.js +12 -12
  144. package/esm5/lib/igc-editor-cell-info.js +23 -23
  145. package/esm5/lib/igc-filter-cell-info.js +26 -26
  146. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  147. package/esm5/lib/igc-header-component.js +24 -24
  148. package/esm5/lib/igc-image-cell-info.js +6 -6
  149. package/esm5/lib/igc-image-column-component.js +12 -12
  150. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  151. package/esm5/lib/igc-numeric-column-component.js +50 -35
  152. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  153. package/esm5/lib/igc-section-header-component.js +46 -24
  154. package/esm5/lib/igc-summary-cell-info.js +9 -9
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-template-cell-info.js +2 -2
  157. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  158. package/esm5/lib/igc-text-cell-info.js +2 -2
  159. package/esm5/lib/igc-text-column-component.js +9 -9
  160. package/esm5/lib/igc-text-header-cell-info.js +38 -38
  161. package/fesm2015/igniteui-webcomponents-data-grids.js +6090 -5884
  162. package/fesm5/igniteui-webcomponents-data-grids.js +5951 -5689
  163. package/lib/ColumnFilterCondition_combined.d.ts +1223 -1198
  164. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  165. package/lib/TemplateHeader.d.ts +1 -1
  166. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  167. package/lib/TemplateSectionHeader.d.ts +1 -1
  168. package/lib/igc-cell-info.d.ts +5 -0
  169. package/lib/igc-data-grid-column-component.d.ts +10 -0
  170. package/lib/igc-data-grid-component.d.ts +5 -0
  171. package/lib/igc-numeric-column-component.d.ts +6 -0
  172. package/lib/igc-section-header-component.d.ts +4 -0
  173. package/package.json +4 -4
@@ -835,15 +835,15 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
835
835
  }
836
836
  else {
837
837
  var a = new TextColumn();
838
- a.lj = 10;
839
- a.lk = 5;
840
- a.nf = "PropertyPath";
838
+ a.lk = 10;
839
+ a.ll = 5;
840
+ a.nh = "PropertyPath";
841
841
  a.dataBinding = delegateCombine(a.dataBinding, runOn(this, this.dp));
842
842
  this.l.columns.add(a);
843
843
  var b = new TemplateColumn();
844
- b.nf = "ValueType";
845
- b.lj = 5;
844
+ b.nh = "ValueType";
846
845
  b.lk = 5;
846
+ b.ll = 5;
847
847
  b.dataBinding = delegateCombine(b.dataBinding, runOn(this, this.cu));
848
848
  b.cellStyleKeyRequested = delegateCombine(b.cellStyleKeyRequested, runOn(this, this.cs));
849
849
  b.cellUpdating = delegateCombine(b.cellUpdating, runOn(this, this.ct));
@@ -923,8 +923,8 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
923
923
  var r = this_1.cc(l);
924
924
  if (c.count <= g) {
925
925
  var s = new TextColumn();
926
- s.lj = 10;
927
- s.lk = 5;
926
+ s.lk = 10;
927
+ s.ll = 5;
928
928
  s.width = ((function () {
929
929
  var $ret = new ColumnWidth();
930
930
  $ret.c = false;
@@ -932,8 +932,8 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
932
932
  return $ret;
933
933
  })());
934
934
  s.dataBinding = delegateCombine(s.dataBinding, runOn(this_1, this_1.dp));
935
- s.n6 = "PropertyName_" + k;
936
- s.nf = "PropertyName";
935
+ s.n8 = "PropertyName_" + k;
936
+ s.nh = "PropertyName";
937
937
  c.add(s);
938
938
  this_1.au.item(s, c.count - 1);
939
939
  g++;
@@ -970,10 +970,10 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
970
970
  }
971
971
  if (c.count <= g) {
972
972
  var v = new TemplateColumn();
973
- v.n6 = "ValueType_" + k;
974
- v.nf = "ValueType";
975
- v.lj = 5;
973
+ v.n8 = "ValueType_" + k;
974
+ v.nh = "ValueType";
976
975
  v.lk = 5;
976
+ v.ll = 5;
977
977
  v.dataBinding = delegateCombine(v.dataBinding, runOn(this_1, this_1.cu));
978
978
  v.width = ((function () {
979
979
  var $ret = new ColumnWidth();
@@ -1189,7 +1189,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
1189
1189
  };
1190
1190
  PropertyEditor.prototype.ct = function (a, b) {
1191
1191
  var c = a;
1192
- var d = this.s(c, b.cellInfo.fq, b.cellInfo.ih);
1192
+ var d = this.s(c, b.cellInfo.fq, b.cellInfo.ii);
1193
1193
  var e = d != null ? d.w : 0;
1194
1194
  switch (e) {
1195
1195
  case 10:
@@ -1287,7 +1287,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
1287
1287
  if (c.t != 3) {
1288
1288
  c.t = 3;
1289
1289
  }
1290
- var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ih);
1290
+ var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ii);
1291
1291
  var f = c.inputs._inner[0];
1292
1292
  f.bh = e;
1293
1293
  f.cq = (e.ar != null ? e.ar.toString() : "");
@@ -1302,7 +1302,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
1302
1302
  if (c.s != 3) {
1303
1303
  c.s = 3;
1304
1304
  }
1305
- var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ih);
1305
+ var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ii);
1306
1306
  c.ee = e;
1307
1307
  var f = e.ar;
1308
1308
  if (typeof e.ar === 'number' || typeof e.ar === 'number') {
@@ -1320,7 +1320,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
1320
1320
  if (c.density != 3) {
1321
1321
  c.density = 3;
1322
1322
  }
1323
- var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ih);
1323
+ var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ii);
1324
1324
  if (c.dd != e) {
1325
1325
  if (!d) {
1326
1326
  c.selectedValueChanged = delegateRemove(c.selectedValueChanged, runOn(_this, _this.cq));
@@ -1592,7 +1592,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
1592
1592
  if (!c.y) {
1593
1593
  c.y = true;
1594
1594
  }
1595
- var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ih);
1595
+ var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ii);
1596
1596
  var f = e.ar;
1597
1597
  if (f == null) {
1598
1598
  f = false;
@@ -28,24 +28,24 @@ export var SectionHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_
28
28
  _super.prototype.b.call(this, a);
29
29
  var b = a;
30
30
  if (a.a7) {
31
- if (a.bc(SectionHeaderCellModel.n7) || a.bc(SectionHeaderCellModel.n9) || a.bc(SectionHeaderCellModel.n8) || a.bc(SectionHeaderCellModel.ob)) {
32
- if (b.n3 == null || (b.n3.length == 0 && b.oh == null)) {
33
- if (b.ig == null) {
34
- b.ky = "";
31
+ if (a.bc(SectionHeaderCellModel.ob) || a.bc(SectionHeaderCellModel.od) || a.bc(SectionHeaderCellModel.oc) || a.bc(SectionHeaderCellModel.of)) {
32
+ if (b.n7 == null || (b.n7.length == 0 && b.ol == null)) {
33
+ if (b.ih == null) {
34
+ b.kz = "";
35
35
  }
36
36
  else {
37
- b.ky = b.ig.toString();
37
+ b.kz = b.ih.toString();
38
38
  }
39
39
  }
40
40
  else {
41
- if (b.of != null && b.n6 == 0) {
42
- b.ky = b.oh + "    " + b.of;
41
+ if (b.oj != null && b.oa == 0) {
42
+ b.kz = b.ol + "    " + b.oj;
43
43
  }
44
44
  else {
45
- b.ky = b.oh;
45
+ b.kz = b.ol;
46
46
  }
47
47
  }
48
- this.d.c8(this.d.dx, b.ky);
48
+ this.d.c8(this.d.dx, b.kz);
49
49
  }
50
50
  ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
51
51
  }
@@ -31,18 +31,18 @@ export var SummaryCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
31
31
  ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dz, this.a);
32
32
  ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
33
33
  if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
34
- if (b.n9 != null) {
35
- this.d.c8(this.d.dz, b.n9);
34
+ if (b.od != null) {
35
+ this.d.c8(this.d.dz, b.od);
36
36
  }
37
- if (b.ob != null) {
38
- this.d.c8(this.d.d0, b.ob);
37
+ if (b.of != null) {
38
+ this.d.c8(this.d.d0, b.of);
39
39
  }
40
40
  }
41
41
  if (a.bb("SummaryLabelTextColor")) {
42
- this.d.dz.setRawStyleProperty("color", b.og._fill);
42
+ this.d.dz.setRawStyleProperty("color", b.ok._fill);
43
43
  }
44
44
  if (a.bb("SummaryLabelFontInfo")) {
45
- var c = b.n2;
45
+ var c = b.n6;
46
46
  if (c == null) {
47
47
  c = FontUtil.getDefaultFont(this.a.am);
48
48
  }
@@ -30,12 +30,12 @@ export var TemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super
30
30
  _super.prototype.b.call(this, a);
31
31
  var b = a;
32
32
  var c = this.d.actualColumns._inner[a.l.a5];
33
- if (a.bc(CellModel.fp) || a.bc(CellModel.h5)) {
33
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h6)) {
34
34
  var d = Math.min(1, Math.max(0, a.c7));
35
35
  var e = a.cs * (1 - d);
36
36
  this.e.dx.element.setRawStyleProperty("opacity", e.toString());
37
37
  }
38
- c.rx(a, this.e.dx);
38
+ c.r5(a, this.e.dx);
39
39
  };
40
40
  TemplateCellPresenter.$t = markType(TemplateCellPresenter, 'TemplateCellPresenter', CellPresenterBase.$);
41
41
  return TemplateCellPresenter;
@@ -30,11 +30,11 @@ export var TemplateHeader = /** @class */ /*@__PURE__*/ (function (_super) {
30
30
  _super.prototype.eq.call(this, a, b, c, d);
31
31
  var e = a;
32
32
  var f = b.ci(a.l);
33
- e.n3 = f.mi;
34
- e.n = f.hu;
35
- e.n6 = f.jv;
33
+ e.n7 = f.mj;
34
+ e.n = f.hv;
35
+ e.oa = f.jw;
36
36
  };
37
- TemplateHeader.prototype.ht = function (a, b) {
37
+ TemplateHeader.prototype.hu = function (a, b) {
38
38
  if (this.cellUpdating != null) {
39
39
  this.cellUpdating(this, ((function () {
40
40
  var $ret = new TemplateHeaderCellUpdatingEventArgs();
@@ -16,40 +16,40 @@ export var TemplateHeaderCellModel = /** @class */ /*@__PURE__*/ (function (_sup
16
16
  __extends(TemplateHeaderCellModel, _super);
17
17
  function TemplateHeaderCellModel() {
18
18
  var _this = _super !== null && _super.apply(this, arguments) || this;
19
- _this.n5 = false;
19
+ _this.n9 = false;
20
20
  return _this;
21
21
  }
22
- Object.defineProperty(TemplateHeaderCellModel.prototype, "n6", {
22
+ Object.defineProperty(TemplateHeaderCellModel.prototype, "oa", {
23
23
  get: function () {
24
- return this.n5;
24
+ return this.n9;
25
25
  },
26
26
  set: function (a) {
27
- var b = this.n5;
28
- this.n5 = a;
29
- if (this.n5 != b) {
30
- this.mg("IsFilterUIVisible", TemplateHeaderCellModel.n7, b, this.n5);
27
+ var b = this.n9;
28
+ this.n9 = a;
29
+ if (this.n9 != b) {
30
+ this.mi("IsFilterUIVisible", TemplateHeaderCellModel.ob, b, this.n9);
31
31
  }
32
32
  },
33
33
  enumerable: false,
34
34
  configurable: true
35
35
  });
36
- TemplateHeaderCellModel.prototype.mp = function (a, b) {
37
- _super.prototype.mp.call(this, a, b);
36
+ TemplateHeaderCellModel.prototype.mr = function (a, b) {
37
+ _super.prototype.mr.call(this, a, b);
38
38
  if (a == "IsFilterUIVisible") {
39
- this.n6 = b;
39
+ this.oa = b;
40
40
  }
41
41
  };
42
- TemplateHeaderCellModel.prototype.l1 = function (a) {
42
+ TemplateHeaderCellModel.prototype.l3 = function (a) {
43
43
  switch (a) {
44
44
  case "IsFilterUIVisible": return Boolean_$type;
45
45
  }
46
- return _super.prototype.l1.call(this, a);
46
+ return _super.prototype.l3.call(this, a);
47
47
  };
48
- TemplateHeaderCellModel.prototype.ie = function (a) {
48
+ TemplateHeaderCellModel.prototype.ig = function (a) {
49
49
  if (a == "IsFilterUIVisible") {
50
- return this.n6;
50
+ return this.oa;
51
51
  }
52
- return _super.prototype.ie.call(this, a);
52
+ return _super.prototype.ig.call(this, a);
53
53
  };
54
54
  TemplateHeaderCellModel.prototype.b = function (a) {
55
55
  if (a == null) {
@@ -57,10 +57,10 @@ export var TemplateHeaderCellModel = /** @class */ /*@__PURE__*/ (function (_sup
57
57
  }
58
58
  a = _super.prototype.b.call(this, a);
59
59
  var b = a;
60
- b.ae = this.n3;
60
+ b.ae = this.n7;
61
61
  return b;
62
62
  };
63
63
  TemplateHeaderCellModel.$t = markType(TemplateHeaderCellModel, 'TemplateHeaderCellModel', TemplateCellModel.$);
64
- TemplateHeaderCellModel.n7 = CellModel.f8("IsFilterUIVisible");
64
+ TemplateHeaderCellModel.ob = CellModel.f8("IsFilterUIVisible");
65
65
  return TemplateHeaderCellModel;
66
66
  }(TemplateCellModel));
@@ -30,13 +30,13 @@ export var TemplateHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (
30
30
  _super.prototype.b.call(this, a);
31
31
  var b = this.d.actualColumns._inner[a.l.a5];
32
32
  var c = b.header;
33
- if (a.bc(CellModel.fp) || a.bc(CellModel.h5)) {
33
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h6)) {
34
34
  var d = Math.min(1, Math.max(0, a.c7));
35
35
  var e = a.cs * (1 - d);
36
36
  this.e.dx.element.setRawStyleProperty("opacity", e.toString());
37
37
  }
38
38
  var f = a;
39
- c.ht(f, this.e.dx);
39
+ c.hu(f, this.e.dx);
40
40
  };
41
41
  TemplateHeaderCellPresenter.$t = markType(TemplateHeaderCellPresenter, 'TemplateHeaderCellPresenter', CellPresenterBase.$);
42
42
  return TemplateHeaderCellPresenter;
@@ -25,7 +25,7 @@ export var TemplateSectionHeader = /** @class */ /*@__PURE__*/ (function (_super
25
25
  TemplateSectionHeader.prototype.n = function (a) {
26
26
  return new TemplateSectionHeaderCellModel();
27
27
  };
28
- TemplateSectionHeader.prototype.hx = function (a, b) {
28
+ TemplateSectionHeader.prototype.h5 = function (a, b) {
29
29
  if (this.cellUpdating != null) {
30
30
  this.cellUpdating(this, ((function () {
31
31
  var $ret = new TemplateSectionHeaderCellUpdatingEventArgs();
@@ -28,26 +28,26 @@ export var TextCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
28
28
  _super.prototype.b.call(this, a);
29
29
  var b = a;
30
30
  if (a.a7) {
31
- if (a.bc(TextCellModel.n1) || a.bc(TextCellModel.h3) || a.bc(TextCellModel.gy)) {
32
- b.ky = this.e(b);
33
- this.d.c8(this.d.dx, b.ky);
31
+ if (a.bc(TextCellModel.n5) || a.bc(TextCellModel.h4) || a.bc(TextCellModel.gy)) {
32
+ b.kz = this.e(b);
33
+ this.d.c8(this.d.dx, b.kz);
34
34
  }
35
35
  ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
36
36
  }
37
37
  };
38
38
  TextCellPresenter.prototype.e = function (a) {
39
- if (a.lu != null) {
40
- return a.lu;
39
+ if (a.lw != null) {
40
+ return a.lw;
41
41
  }
42
- if (a.n3 != null) {
43
- return a.n3;
42
+ if (a.n7 != null) {
43
+ return a.n7;
44
44
  }
45
45
  else {
46
- if (a.ig == null) {
46
+ if (a.ih == null) {
47
47
  return "";
48
48
  }
49
49
  else {
50
- return a.ig.toString();
50
+ return a.ih.toString();
51
51
  }
52
52
  }
53
53
  };
@@ -30,11 +30,11 @@ export var TextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_sup
30
30
  _super.prototype.b.call(this, a);
31
31
  var b = a;
32
32
  if (a.a7) {
33
- if (a.bc(TextCellModel.n1)) {
34
- b.ky = b.n3;
35
- this.d.c8(this.d.ea, b.ky);
33
+ if (a.bc(TextCellModel.n5)) {
34
+ b.kz = b.n7;
35
+ this.d.c8(this.d.ea, b.kz);
36
36
  }
37
- if (a.bc(CellModel.hj)) {
37
+ if (a.bc(CellModel.hk)) {
38
38
  var c = this.d.d4.m;
39
39
  if (a.bt) {
40
40
  this.d.d4.m = false;
@@ -44,36 +44,36 @@ export var TextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_sup
44
44
  this.d.d4.m = c;
45
45
  }
46
46
  }
47
- if (a.bc(CellModel.hk)) {
47
+ if (a.bc(CellModel.hl)) {
48
48
  var d = this.d.d4.m;
49
49
  if (a.bt) {
50
50
  this.d.d4.m = false;
51
51
  }
52
- this.d.d4.a3 = a.nt;
52
+ this.d.d4.a3 = a.nx;
53
53
  if (a.bt) {
54
54
  this.d.d4.m = d;
55
55
  }
56
56
  }
57
57
  if (a.bb("IsColumnOptionsEnabled")) {
58
- var e = b.oi;
58
+ var e = b.om;
59
59
  if (e) {
60
60
  e = this.e();
61
61
  }
62
62
  this.d.d6 = e;
63
63
  this.d.d8.setRawStyleProperty("display", e ? "inline-block" : "none");
64
- this.a.dc(a.h6, (a.g1 + a.g3 + a.fg + a.fj));
64
+ this.a.dc(a.h7, (a.g1 + a.g3 + a.fg + a.fj));
65
65
  }
66
66
  if (a.bb("SortIndicatorStyle")) {
67
- this.d.d4.f = b.oa;
67
+ this.d.d4.f = b.oe;
68
68
  }
69
69
  if (a.bb("ColumnOptionsIconAlignment")) {
70
- this.d.dy = b.n6;
70
+ this.d.dy = b.oa;
71
71
  }
72
72
  if (a.bb("ColumnOptionsIconBehavior")) {
73
- this.d.d0 = b.n8;
73
+ this.d.d0 = b.oc;
74
74
  }
75
75
  if (a.bb("ColumnOptionsIconColor")) {
76
- this.d.d2.c1 = b.p1;
76
+ this.d.d2.c1 = b.p5;
77
77
  }
78
78
  if (a.bb("Path") || (this.d.d2.n != null && this.d.d2.n.grid == null)) {
79
79
  var f = a.e.getColumn();
@@ -82,44 +82,44 @@ export var TextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_sup
82
82
  this.d.d2.bx();
83
83
  }
84
84
  }
85
- if (a.bc(TextHeaderCellModel.oz)) {
86
- this.d.da(b.oc);
85
+ if (a.bc(TextHeaderCellModel.o3)) {
86
+ this.d.da(b.og);
87
87
  }
88
- if (a.bc(TextHeaderCellModel.ol)) {
89
- this.d.d2.ct = b.pw;
88
+ if (a.bc(TextHeaderCellModel.op)) {
89
+ this.d.d2.ct = b.p0;
90
90
  }
91
- if (a.bc(TextHeaderCellModel.ox)) {
92
- this.d.d2.cz = b.p3;
91
+ if (a.bc(TextHeaderCellModel.o1)) {
92
+ this.d.d2.cz = b.p7;
93
93
  }
94
- if (a.bc(TextHeaderCellModel.oy)) {
95
- this.d.d2.ab = b.og;
94
+ if (a.bc(TextHeaderCellModel.o2)) {
95
+ this.d.d2.ab = b.ok;
96
96
  }
97
- if (a.bc(TextHeaderCellModel.oq)) {
98
- this.d.d2.cx = b.p0;
97
+ if (a.bc(TextHeaderCellModel.ou)) {
98
+ this.d.d2.cx = b.p4;
99
99
  }
100
- if (a.bc(TextHeaderCellModel.o0)) {
101
- this.d.d2.c0 = b.p4;
100
+ if (a.bc(TextHeaderCellModel.o4)) {
101
+ this.d.d2.c0 = b.p8;
102
102
  }
103
- if (a.bc(TextHeaderCellModel.op)) {
104
- this.d.d2.cw = b.pz;
103
+ if (a.bc(TextHeaderCellModel.ot)) {
104
+ this.d.d2.cw = b.p3;
105
+ }
106
+ if (a.bc(TextHeaderCellModel.o0)) {
107
+ this.d.d2.cy = b.p6;
105
108
  }
106
- if (a.bc(TextHeaderCellModel.ow)) {
107
- this.d.d2.cy = b.p2;
109
+ if (a.bc(TextHeaderCellModel.oq)) {
110
+ this.d.d2.cu = b.p1;
108
111
  }
109
- if (a.bc(TextHeaderCellModel.om)) {
110
- this.d.d2.cu = b.px;
112
+ if (a.bc(TextHeaderCellModel.or)) {
113
+ this.d.d2.cv = b.p2;
111
114
  }
112
- if (a.bc(TextHeaderCellModel.on)) {
113
- this.d.d2.cv = b.py;
115
+ if (a.bc(TextHeaderCellModel.os)) {
116
+ this.d.d2.aa = b.oj;
114
117
  }
115
118
  if (a.bc(TextHeaderCellModel.oo)) {
116
- this.d.d2.aa = b.of;
117
- }
118
- if (a.bc(TextHeaderCellModel.ok)) {
119
- this.d.d2.cs = b.pv;
119
+ this.d.d2.cs = b.pz;
120
120
  }
121
- if (a.bc(TextHeaderCellModel.ov)) {
122
- this.d.d2.ax = b.ou;
121
+ if (a.bc(TextHeaderCellModel.oz)) {
122
+ this.d.d2.ax = b.oy;
123
123
  }
124
124
  ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.ea, this.a);
125
125
  }
@@ -97,7 +97,7 @@ export var TextIconSetConditionalStyle = /** @class */ /*@__PURE__*/ (function (
97
97
  i.cs = "FontInfo";
98
98
  i.aj = ((function () {
99
99
  var $ret = new GridConditionalStyleFontInfo();
100
- $ret.textStyle = GridStyleRepository.d(_this.g.grid.theme, 33);
100
+ $ret.textStyle = GridStyleRepository.d(_this.g.grid.theme, 34);
101
101
  return $ret;
102
102
  })());
103
103
  h.properties.add(i);