igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 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 (238) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +45073 -42900
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  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/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +24 -24
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +417 -412
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8014 -6939
  21. package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +5 -5
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/EditorCellPresenter.js +21 -21
  33. package/esm2015/lib/FilterCellPresenter.js +12 -12
  34. package/esm2015/lib/GridCellBase.js +6 -6
  35. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
  36. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  37. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  38. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  40. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  42. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  43. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  44. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  45. package/esm2015/lib/GridExternalWrapper.js +6 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
  47. package/esm2015/lib/GridIconRepository.js +92 -0
  48. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  49. package/esm2015/lib/GridStyleRepository.js +123 -115
  50. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  51. package/esm2015/lib/ICheckboxListView.js +11 -0
  52. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  53. package/esm2015/lib/ImageCellPresenter.js +7 -7
  54. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  55. package/esm2015/lib/NumericCellPresenter.js +8 -8
  56. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  57. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  58. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  59. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  60. package/esm2015/lib/TemplateHeader.js +5 -5
  61. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  62. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  63. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  64. package/esm2015/lib/TextCellPresenter.js +9 -9
  65. package/esm2015/lib/TextHeaderCell.js +62 -27
  66. package/esm2015/lib/TextHeaderCellPresenter.js +45 -26
  67. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  68. package/esm2015/lib/igc-cell-info.js +106 -91
  69. package/esm2015/lib/igc-checkbox-list-component.js +57 -58
  70. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  71. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  72. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  73. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  74. package/esm2015/lib/igc-data-grid-column-component.js +332 -229
  75. package/esm2015/lib/igc-data-grid-component.js +145 -0
  76. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
  77. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  78. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  79. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  80. package/esm2015/lib/igc-definition-base-component.js +12 -12
  81. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  82. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  83. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  84. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  85. package/esm2015/lib/igc-header-component.js +24 -24
  86. package/esm2015/lib/igc-image-cell-info.js +6 -6
  87. package/esm2015/lib/igc-image-column-component.js +12 -12
  88. package/esm2015/lib/igc-image-column-module.js +2 -0
  89. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  90. package/esm2015/lib/igc-numeric-column-component.js +46 -35
  91. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  92. package/esm2015/lib/igc-row-separator-module.js +2 -0
  93. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  94. package/esm2015/lib/igc-section-header-component.js +38 -24
  95. package/esm2015/lib/igc-section-header-module.js +2 -0
  96. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  97. package/esm2015/lib/igc-summary-row-component.js +24 -24
  98. package/esm2015/lib/igc-template-cell-info.js +2 -2
  99. package/esm2015/lib/igc-template-column-module.js +2 -0
  100. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  101. package/esm2015/lib/igc-template-header-module.js +2 -0
  102. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  103. package/esm2015/lib/igc-text-cell-info.js +2 -2
  104. package/esm2015/lib/igc-text-column-component.js +9 -9
  105. package/esm2015/lib/igc-text-column-module.js +2 -0
  106. package/esm2015/lib/igc-text-header-cell-info.js +74 -24
  107. package/esm2015/lib/igc-text-header-module.js +2 -0
  108. package/esm2015/public_api.js +2 -0
  109. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  110. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  111. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  112. package/esm5/lib/CanvasGridCellBase.js +13 -13
  113. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  114. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  115. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  116. package/esm5/lib/CanvasSummaryCell.js +2 -2
  117. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  118. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  119. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  120. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  121. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  122. package/esm5/lib/CellPresenterBase.js +24 -24
  123. package/esm5/lib/CheckboxListBridge.js +36 -36
  124. package/esm5/lib/CheckboxListView_combined.js +400 -395
  125. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  126. package/esm5/lib/ColumnFilterCondition_combined.js +8053 -6793
  127. package/esm5/lib/ColumnGroupingView_combined.js +13 -13
  128. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  129. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  130. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  131. package/esm5/lib/ContentCellModelHelper.js +5 -5
  132. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  133. package/esm5/lib/DataGridLocaleEn.js +3 -0
  134. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  135. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  136. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  137. package/esm5/lib/Dragger.js +4 -4
  138. package/esm5/lib/EditorCellPresenter.js +21 -21
  139. package/esm5/lib/FilterCellPresenter.js +12 -12
  140. package/esm5/lib/GridCellBase.js +6 -6
  141. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  142. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  143. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  144. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  146. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  147. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  148. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  149. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  150. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  151. package/esm5/lib/GridExternalWrapper.js +6 -6
  152. package/esm5/lib/GridFilterDialogView_combined.js +377 -244
  153. package/esm5/lib/GridIconRepository.js +97 -0
  154. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  155. package/esm5/lib/GridStyleRepository.js +127 -115
  156. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  157. package/esm5/lib/ICheckboxListView.js +11 -0
  158. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  159. package/esm5/lib/ImageCellPresenter.js +7 -7
  160. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  161. package/esm5/lib/NumericCellPresenter.js +8 -8
  162. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  163. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  164. package/esm5/lib/SummaryCellPresenter.js +6 -6
  165. package/esm5/lib/TemplateCellPresenter.js +2 -2
  166. package/esm5/lib/TemplateHeader.js +5 -5
  167. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  168. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  169. package/esm5/lib/TemplateSectionHeader.js +1 -1
  170. package/esm5/lib/TextCellPresenter.js +9 -9
  171. package/esm5/lib/TextHeaderCell.js +62 -27
  172. package/esm5/lib/TextHeaderCellPresenter.js +45 -26
  173. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  174. package/esm5/lib/igc-cell-info.js +114 -91
  175. package/esm5/lib/igc-checkbox-list-component.js +57 -58
  176. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  177. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  178. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  179. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  180. package/esm5/lib/igc-data-grid-column-component.js +380 -229
  181. package/esm5/lib/igc-data-grid-component.js +191 -0
  182. package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
  183. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  184. package/esm5/lib/igc-date-time-column-component.js +23 -23
  185. package/esm5/lib/igc-date-time-column-module.js +2 -0
  186. package/esm5/lib/igc-definition-base-component.js +12 -12
  187. package/esm5/lib/igc-editor-cell-info.js +23 -23
  188. package/esm5/lib/igc-filter-cell-info.js +26 -26
  189. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  190. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  191. package/esm5/lib/igc-header-component.js +24 -24
  192. package/esm5/lib/igc-image-cell-info.js +6 -6
  193. package/esm5/lib/igc-image-column-component.js +12 -12
  194. package/esm5/lib/igc-image-column-module.js +2 -0
  195. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  196. package/esm5/lib/igc-numeric-column-component.js +50 -35
  197. package/esm5/lib/igc-numeric-column-module.js +2 -0
  198. package/esm5/lib/igc-row-separator-module.js +2 -0
  199. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  200. package/esm5/lib/igc-section-header-component.js +46 -24
  201. package/esm5/lib/igc-section-header-module.js +2 -0
  202. package/esm5/lib/igc-summary-cell-info.js +9 -9
  203. package/esm5/lib/igc-summary-row-component.js +24 -24
  204. package/esm5/lib/igc-template-cell-info.js +2 -2
  205. package/esm5/lib/igc-template-column-module.js +2 -0
  206. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  207. package/esm5/lib/igc-template-header-module.js +2 -0
  208. package/esm5/lib/igc-template-section-header-module.js +4 -0
  209. package/esm5/lib/igc-text-cell-info.js +2 -2
  210. package/esm5/lib/igc-text-column-component.js +9 -9
  211. package/esm5/lib/igc-text-column-module.js +2 -0
  212. package/esm5/lib/igc-text-header-cell-info.js +98 -24
  213. package/esm5/lib/igc-text-header-module.js +2 -0
  214. package/esm5/public_api.js +2 -0
  215. package/fesm2015/igniteui-webcomponents-data-grids.js +39274 -37487
  216. package/fesm5/igniteui-webcomponents-data-grids.js +45073 -42902
  217. package/lib/CheckboxListView_combined.d.ts +104 -104
  218. package/lib/ColumnFilterCondition_combined.d.ts +1768 -1659
  219. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  220. package/lib/DataGridLocaleEn.d.ts +3 -0
  221. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  222. package/lib/GridIconRepository.d.ts +44 -0
  223. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  224. package/lib/GridStyleRepository.d.ts +3 -2
  225. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  226. package/lib/ICheckboxListView.d.ts +38 -0
  227. package/lib/TemplateHeader.d.ts +1 -1
  228. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  229. package/lib/TemplateSectionHeader.d.ts +1 -1
  230. package/lib/igc-cell-info.d.ts +9 -0
  231. package/lib/igc-data-grid-column-component.d.ts +33 -0
  232. package/lib/igc-data-grid-component.d.ts +48 -0
  233. package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
  234. package/lib/igc-numeric-column-component.d.ts +6 -0
  235. package/lib/igc-section-header-component.d.ts +4 -0
  236. package/lib/igc-text-header-cell-info.d.ts +15 -0
  237. package/package.json +4 -4
  238. package/public_api.d.ts +2 -0
@@ -114,8 +114,8 @@ export var PropertyEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
114
114
  }
115
115
  var b = a.rootWrapper;
116
116
  if (null != b) {
117
- NativeUI.q(b, this.b.ec);
118
- NativeUI.m(b, this.b.d8);
117
+ NativeUI.r(b, this.b.ec);
118
+ NativeUI.n(b, this.b.d8);
119
119
  }
120
120
  };
121
121
  PropertyEditorView.prototype.e = function () {
@@ -835,15 +835,15 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
835
835
  }
836
836
  else {
837
837
  var a = new TextColumn();
838
- a.k7 = 10;
839
- a.k8 = 5;
840
- a.mr = "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.mr = "ValueType";
845
- b.k7 = 5;
846
- b.k8 = 5;
844
+ b.nh = "ValueType";
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.k7 = 10;
927
- s.k8 = 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.ni = "PropertyName_" + k;
936
- s.mr = "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.ni = "ValueType_" + k;
974
- v.mr = "ValueType";
975
- v.k7 = 5;
976
- v.k8 = 5;
973
+ v.n8 = "ValueType_" + k;
974
+ v.nh = "ValueType";
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();
@@ -1067,12 +1067,12 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
1067
1067
  };
1068
1068
  PropertyEditor.prototype.cu = function (a, b) {
1069
1069
  var c = a;
1070
- var d = this.s(c, b.cellInfo.fp, b.rowObject);
1070
+ var d = this.s(c, b.cellInfo.fq, b.rowObject);
1071
1071
  b.resolvedValue = enumGetBox(PropertyEditorValueType_$type, d != null ? d.w : 0);
1072
1072
  };
1073
1073
  PropertyEditor.prototype.dp = function (a, b) {
1074
1074
  var c = a;
1075
- var d = this.s(c, b.cellInfo.fp, b.rowObject);
1075
+ var d = this.s(c, b.cellInfo.fq, b.rowObject);
1076
1076
  if (d == null) {
1077
1077
  b.resolvedValue = null;
1078
1078
  return;
@@ -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.fp, b.cellInfo.ig);
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.fp, b.cellInfo.ig);
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.fp, b.cellInfo.ig);
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.fp, b.cellInfo.ig);
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.fp, b.cellInfo.ig);
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.n6) || a.bc(SectionHeaderCellModel.n8) || a.bc(SectionHeaderCellModel.n7) || a.bc(SectionHeaderCellModel.oa)) {
32
- if (b.n2 == null || (b.n2.length == 0 && b.og == null)) {
33
- if (b.ie == null) {
34
- b.kx = "";
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.kx = b.ie.toString();
37
+ b.kz = b.ih.toString();
38
38
  }
39
39
  }
40
40
  else {
41
- if (b.oe != null && b.n5 == 0) {
42
- b.kx = b.og + "    " + b.oe;
41
+ if (b.oj != null && b.oa == 0) {
42
+ b.kz = b.ol + "    " + b.oj;
43
43
  }
44
44
  else {
45
- b.kx = b.og;
45
+ b.kz = b.ol;
46
46
  }
47
47
  }
48
- this.d.c8(this.d.dx, b.kx);
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.n8 != null) {
35
- this.d.c8(this.d.dz, b.n8);
34
+ if (b.od != null) {
35
+ this.d.c8(this.d.dz, b.od);
36
36
  }
37
- if (b.oa != null) {
38
- this.d.c8(this.d.d0, b.oa);
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.of._fill);
42
+ this.d.dz.setRawStyleProperty("color", b.ok._fill);
43
43
  }
44
44
  if (a.bb("SummaryLabelFontInfo")) {
45
- var c = b.n1;
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.fo) || a.bc(CellModel.h4)) {
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.qr(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;
@@ -29,12 +29,12 @@ export var TemplateHeader = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  TemplateHeader.prototype.eq = function (a, b, c, d) {
30
30
  _super.prototype.eq.call(this, a, b, c, d);
31
31
  var e = a;
32
- var f = b.cg(a.l);
33
- e.n2 = f.l0;
34
- e.n = f.hu;
35
- e.n5 = f.jn;
32
+ var f = b.ci(a.l);
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.n4 = false;
19
+ _this.n9 = false;
20
20
  return _this;
21
21
  }
22
- Object.defineProperty(TemplateHeaderCellModel.prototype, "n5", {
22
+ Object.defineProperty(TemplateHeaderCellModel.prototype, "oa", {
23
23
  get: function () {
24
- return this.n4;
24
+ return this.n9;
25
25
  },
26
26
  set: function (a) {
27
- var b = this.n4;
28
- this.n4 = a;
29
- if (this.n4 != b) {
30
- this.mf("IsFilterUIVisible", TemplateHeaderCellModel.n6, b, this.n4);
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.mo = function (a, b) {
37
- _super.prototype.mo.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.n5 = b;
39
+ this.oa = b;
40
40
  }
41
41
  };
42
- TemplateHeaderCellModel.prototype.l0 = 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.l0.call(this, a);
46
+ return _super.prototype.l3.call(this, a);
47
47
  };
48
- TemplateHeaderCellModel.prototype.id = function (a) {
48
+ TemplateHeaderCellModel.prototype.ig = function (a) {
49
49
  if (a == "IsFilterUIVisible") {
50
- return this.n5;
50
+ return this.oa;
51
51
  }
52
- return _super.prototype.id.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.n2;
60
+ b.ae = this.n7;
61
61
  return b;
62
62
  };
63
63
  TemplateHeaderCellModel.$t = markType(TemplateHeaderCellModel, 'TemplateHeaderCellModel', TemplateCellModel.$);
64
- TemplateHeaderCellModel.n6 = CellModel.f7("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.fo) || a.bc(CellModel.h4)) {
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.n0) || a.bc(TextCellModel.h2) || a.bc(TextCellModel.gx)) {
32
- b.kx = this.e(b);
33
- this.d.c8(this.d.dx, b.kx);
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.lt != null) {
40
- return a.lt;
39
+ if (a.lw != null) {
40
+ return a.lw;
41
41
  }
42
- if (a.n2 != null) {
43
- return a.n2;
42
+ if (a.n7 != null) {
43
+ return a.n7;
44
44
  }
45
45
  else {
46
- if (a.ie == null) {
46
+ if (a.ih == null) {
47
47
  return "";
48
48
  }
49
49
  else {
50
- return a.ie.toString();
50
+ return a.ih.toString();
51
51
  }
52
52
  }
53
53
  };
@@ -51,14 +51,14 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
51
51
  _this.d8 = d;
52
52
  var e = a.getSubRenderer(d);
53
53
  _this.d1 = new GridFilterDialog();
54
- _this.d1.bx(e, _this.ar, a);
54
+ _this.d1.ca(e, _this.ar, a);
55
55
  _this.ar.append(d);
56
- _this.d1.bo(b, c);
57
- _this.d1.am = 24;
58
- var f = _this.d1.ad;
59
- _this.d1.ad = false;
60
- _this.d1.bl();
61
- _this.d1.ad = f;
56
+ _this.d1.b1(b, c);
57
+ _this.d1.ar = 24;
58
+ var f = _this.d1.ai;
59
+ _this.d1.ai = false;
60
+ _this.d1.by();
61
+ _this.d1.ai = f;
62
62
  var g = 18;
63
63
  var h = 18;
64
64
  d = a.createElement("div");
@@ -164,7 +164,7 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
164
164
  }
165
165
  };
166
166
  TextHeaderCell.prototype.dd = function (a, b, c, d) {
167
- this.d1.bn();
167
+ this.d1.b0();
168
168
  };
169
169
  TextHeaderCell.prototype.ef = function (a, b) {
170
170
  switch (b.propertyName) {
@@ -189,11 +189,10 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
189
189
  if (this.b.isGridDragging) {
190
190
  return;
191
191
  }
192
- this.d1.bk();
193
192
  switch (this.d0) {
194
193
  case 2:
195
194
  case 3:
196
- this.d1.b1();
195
+ this.d1.ce();
197
196
  break;
198
197
  }
199
198
  };
@@ -201,7 +200,7 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
201
200
  switch (this.d0) {
202
201
  case 2:
203
202
  case 3:
204
- this.d1.bl();
203
+ this.d1.by();
205
204
  break;
206
205
  }
207
206
  };
@@ -222,29 +221,55 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
222
221
  this.dw = c;
223
222
  this.d1.k = c;
224
223
  if (c == 2) {
225
- this.ar.removeChild(this.d9);
226
- this.ar.removeChild(this.d8);
227
- this.d7.before(this.d8);
228
- this.d8.before(this.d9);
229
224
  if (this.dy == 1) {
225
+ this.ar.removeChild(this.d9);
226
+ this.ar.removeChild(this.d8);
227
+ this.d7.before(this.d8);
228
+ this.d8.before(this.d9);
230
229
  this.d8.setRawStyleProperty("margin", "0 5px 0 0");
231
230
  this.d1.l = this.dw;
232
231
  }
232
+ else if (this.dy == 4) {
233
+ this.ar.removeChild(this.d9);
234
+ this.ar.removeChild(this.d8);
235
+ this.ar.append(this.d8);
236
+ this.d7.before(this.d9);
237
+ this.d8.setRawStyleProperty("margin", "0 0 0 5px");
238
+ this.d1.l = 2;
239
+ }
233
240
  else {
241
+ this.ar.removeChild(this.d9);
242
+ this.ar.removeChild(this.d8);
243
+ this.d7.before(this.d8);
244
+ this.d8.before(this.d9);
234
245
  this.d8.setRawStyleProperty("margin", "0");
235
246
  this.d1.l = 0;
236
247
  }
237
248
  }
238
249
  else {
239
- this.ar.removeChild(this.d9);
240
- this.ar.removeChild(this.d7);
241
- this.d8.before(this.d7);
242
- this.d8.before(this.d9);
243
250
  if (this.dy == 1) {
251
+ this.ar.removeChild(this.d9);
252
+ this.ar.removeChild(this.d7);
253
+ this.d8.before(this.d7);
254
+ this.d8.before(this.d9);
244
255
  this.d8.setRawStyleProperty("margin", "0 0 0 5px");
245
256
  this.d1.l = this.dw;
246
257
  }
258
+ else if (this.dy == 3) {
259
+ this.ar.removeChild(this.d9);
260
+ this.ar.removeChild(this.d7);
261
+ this.ar.removeChild(this.d8);
262
+ this.ar.append(this.d8);
263
+ this.ar.append(this.d7);
264
+ this.ar.append(this.d9);
265
+ this.d8.setRawStyleProperty("margin", "0 5px 0 0");
266
+ this.d1.l = 0;
267
+ }
247
268
  else {
269
+ this.ar.removeChild(this.d9);
270
+ this.ar.removeChild(this.d7);
271
+ this.d8.before(this.d7);
272
+ this.d8.before(this.d9);
248
273
  this.d8.setRawStyleProperty("margin", "0");
249
274
  this.d1.l = 2;
250
275
  }
@@ -252,17 +277,26 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
252
277
  };
253
278
  TextHeaderCell.prototype.c6 = function (a, b, c, d) {
254
279
  _super.prototype.c6.call(this, a, b, c, d);
255
- this.d1.ap = a;
256
- this.d1.aq = c;
280
+ this.d1.av = a;
281
+ this.d1.aw = c;
257
282
  };
258
283
  TextHeaderCell.prototype.ek = function () {
259
- if (this.dy == 2 || this.dy == 0) {
284
+ if (this.dy == 3) {
285
+ this.d1.l = 0;
286
+ this.d8.setRawStyleProperty("margin", "0");
287
+ }
288
+ else if (this.dy == 4) {
289
+ this.d1.l = 2;
290
+ this.d8.setRawStyleProperty("margin", "0");
291
+ }
292
+ else if (this.dy == 2 || this.dy == 0) {
260
293
  if (this.dw == 2) {
261
294
  this.d1.l = 0;
262
295
  }
263
296
  else {
264
297
  this.d1.l = 2;
265
298
  }
299
+ this.d8.setRawStyleProperty("margin", "0");
266
300
  }
267
301
  else {
268
302
  this.d1.l = this.dw;
@@ -273,18 +307,19 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
273
307
  this.d8.setRawStyleProperty("margin", "0 0 0 5px");
274
308
  }
275
309
  }
310
+ this.ci(this.ar, this.d7, this.dw);
276
311
  };
277
312
  TextHeaderCell.prototype.ej = function () {
278
313
  switch (this.d0) {
279
314
  case 1:
280
- this.d1.ad = false;
281
- this.d1.b1();
315
+ this.d1.ai = false;
316
+ this.d1.ce();
282
317
  break;
283
318
  case 2:
284
- this.d1.ad = false;
319
+ this.d1.ai = false;
285
320
  break;
286
321
  case 3:
287
- this.d1.ad = true;
322
+ this.d1.ai = true;
288
323
  break;
289
324
  }
290
325
  };
@@ -303,7 +338,7 @@ export var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
303
338
  if (e_.button == 2) {
304
339
  return;
305
340
  }
306
- var b = this.d1.af(e_);
341
+ var b = this.d1.ak(e_);
307
342
  if (b) {
308
343
  this.d5 = true;
309
344
  return;
@@ -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.n0)) {
34
- b.kx = b.n2;
35
- this.d.c8(this.d.ea, b.kx);
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.hi)) {
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,63 +44,82 @@ export var TextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_sup
44
44
  this.d.d4.m = c;
45
45
  }
46
46
  }
47
- if (a.bc(CellModel.hj)) {
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.ns;
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.od;
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.h5, (a.g0 + a.g2 + 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.n9;
67
+ this.d.d4.f = b.oe;
68
68
  }
69
69
  if (a.bb("ColumnOptionsIconAlignment")) {
70
- this.d.dy = b.n5;
70
+ this.d.dy = b.oa;
71
71
  }
72
72
  if (a.bb("ColumnOptionsIconBehavior")) {
73
- this.d.d0 = b.n7;
73
+ this.d.d0 = b.oc;
74
74
  }
75
75
  if (a.bb("ColumnOptionsIconColor")) {
76
- this.d.d2.ci = b.pd;
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();
80
80
  if (f != this.d.d2.n) {
81
81
  this.d.d2.n = f;
82
+ this.d.d2.bx();
82
83
  }
83
84
  }
84
- if (a.bc(TextHeaderCellModel.on)) {
85
- this.d.da(b.ob);
85
+ if (a.bc(TextHeaderCellModel.o3)) {
86
+ this.d.da(b.og);
86
87
  }
87
- if (a.bc(TextHeaderCellModel.of)) {
88
- this.d.d2.cd = b.pa;
88
+ if (a.bc(TextHeaderCellModel.op)) {
89
+ this.d.d2.ct = b.p0;
89
90
  }
90
- if (a.bc(TextHeaderCellModel.om)) {
91
- this.d.d2.ch = b.pf;
91
+ if (a.bc(TextHeaderCellModel.o1)) {
92
+ this.d.d2.cz = b.p7;
92
93
  }
93
- if (a.bc(TextHeaderCellModel.ol)) {
94
- this.d.d2.cg = b.pe;
94
+ if (a.bc(TextHeaderCellModel.o2)) {
95
+ this.d.d2.ab = b.ok;
95
96
  }
96
- if (a.bc(TextHeaderCellModel.og)) {
97
- this.d.d2.ce = b.pb;
97
+ if (a.bc(TextHeaderCellModel.ou)) {
98
+ this.d.d2.cx = b.p4;
98
99
  }
99
- if (a.bc(TextHeaderCellModel.oh)) {
100
- this.d.d2.cf = b.pc;
100
+ if (a.bc(TextHeaderCellModel.o4)) {
101
+ this.d.d2.c0 = b.p8;
101
102
  }
102
- if (a.bc(TextHeaderCellModel.oe)) {
103
- this.d.d2.cc = b.o9;
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;
108
+ }
109
+ if (a.bc(TextHeaderCellModel.oq)) {
110
+ this.d.d2.cu = b.p1;
111
+ }
112
+ if (a.bc(TextHeaderCellModel.or)) {
113
+ this.d.d2.cv = b.p2;
114
+ }
115
+ if (a.bc(TextHeaderCellModel.os)) {
116
+ this.d.d2.aa = b.oj;
117
+ }
118
+ if (a.bc(TextHeaderCellModel.oo)) {
119
+ this.d.d2.cs = b.pz;
120
+ }
121
+ if (a.bc(TextHeaderCellModel.oz)) {
122
+ this.d.d2.ax = b.oy;
104
123
  }
105
124
  ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.ea, this.a);
106
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);