igniteui-angular-data-grids 21.0.1 → 21.1.0-beta.0

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 (279) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
  2. package/bundles/igniteui-angular-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 +6 -6
  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 +39 -36
  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 +8357 -7096
  21. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +8 -8
  33. package/esm2015/lib/EditorCell.js +291 -291
  34. package/esm2015/lib/EditorCellPresenter.js +26 -26
  35. package/esm2015/lib/FilterCell.js +269 -269
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +171 -154
  38. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
  39. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  40. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  41. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  43. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  44. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  45. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  46. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  47. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  48. package/esm2015/lib/GridExternalWrapper.js +12 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +367 -261
  50. package/esm2015/lib/GridIconRepository.js +94 -0
  51. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  52. package/esm2015/lib/GridStyleRepository.js +123 -115
  53. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  54. package/esm2015/lib/ICheckboxListView.js +11 -0
  55. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  56. package/esm2015/lib/ImageCell.js +57 -57
  57. package/esm2015/lib/ImageCellPresenter.js +15 -15
  58. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  59. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  60. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  61. package/esm2015/lib/NumericCell.js +8 -8
  62. package/esm2015/lib/NumericCellPresenter.js +9 -9
  63. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  64. package/esm2015/lib/SectionHeaderCell.js +22 -10
  65. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  66. package/esm2015/lib/SummaryCell.js +47 -38
  67. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  68. package/esm2015/lib/TemplateCell.js +16 -16
  69. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  70. package/esm2015/lib/TemplateHeader.js +5 -5
  71. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  72. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  73. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  74. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  75. package/esm2015/lib/TextCell.js +29 -29
  76. package/esm2015/lib/TextCellPresenter.js +10 -10
  77. package/esm2015/lib/TextHeaderCell.js +188 -153
  78. package/esm2015/lib/TextHeaderCellPresenter.js +58 -39
  79. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  80. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  81. package/esm2015/lib/igx-cell-info.js +115 -91
  82. package/esm2015/lib/igx-checkbox-list-component.js +46 -47
  83. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  84. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  85. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  86. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  87. package/esm2015/lib/igx-data-grid-column-component.js +289 -163
  88. package/esm2015/lib/igx-data-grid-component.js +163 -2
  89. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
  90. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  91. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  92. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  93. package/esm2015/lib/igx-definition-base-component.js +8 -8
  94. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  95. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  96. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  97. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  98. package/esm2015/lib/igx-header-component.js +16 -16
  99. package/esm2015/lib/igx-image-cell-info.js +6 -6
  100. package/esm2015/lib/igx-image-column-component.js +10 -10
  101. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  102. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  103. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  104. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  106. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  107. package/esm2015/lib/igx-section-header-component.js +55 -17
  108. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  110. package/esm2015/lib/igx-summary-row-component.js +16 -16
  111. package/esm2015/lib/igx-template-cell-info.js +2 -2
  112. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  113. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  114. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  115. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  116. package/esm2015/lib/igx-text-cell-info.js +2 -2
  117. package/esm2015/lib/igx-text-column-component.js +8 -8
  118. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  119. package/esm2015/lib/igx-text-header-cell-info.js +74 -24
  120. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  121. package/esm2015/public_api.js +2 -0
  122. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  123. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  124. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  125. package/esm5/lib/CanvasGridCellBase.js +13 -13
  126. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  127. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  129. package/esm5/lib/CanvasSummaryCell.js +2 -2
  130. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  131. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  132. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  134. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  135. package/esm5/lib/CellPresenterBase.js +39 -36
  136. package/esm5/lib/CheckboxListBridge.js +36 -36
  137. package/esm5/lib/CheckboxListView_combined.js +400 -395
  138. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  139. package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
  140. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  141. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  142. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  143. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  144. package/esm5/lib/ContentCellModelHelper.js +10 -10
  145. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  146. package/esm5/lib/DataGridLocaleEn.js +3 -0
  147. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  148. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  149. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  150. package/esm5/lib/Dragger.js +4 -4
  151. package/esm5/lib/DraggerView.js +8 -8
  152. package/esm5/lib/EditorCell.js +277 -277
  153. package/esm5/lib/EditorCellPresenter.js +26 -26
  154. package/esm5/lib/FilterCell.js +259 -259
  155. package/esm5/lib/FilterCellPresenter.js +15 -15
  156. package/esm5/lib/GridCellBase.js +168 -147
  157. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  158. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  159. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  160. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  161. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  162. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  163. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  164. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  165. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  166. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  167. package/esm5/lib/GridExternalWrapper.js +12 -6
  168. package/esm5/lib/GridFilterDialogView_combined.js +381 -247
  169. package/esm5/lib/GridIconRepository.js +98 -0
  170. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  171. package/esm5/lib/GridStyleRepository.js +127 -115
  172. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  173. package/esm5/lib/ICheckboxListView.js +11 -0
  174. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  175. package/esm5/lib/ImageCell.js +57 -57
  176. package/esm5/lib/ImageCellPresenter.js +15 -15
  177. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  178. package/esm5/lib/NativeUIComboFactory.js +1 -1
  179. package/esm5/lib/NativeUIGridFactory.js +2 -2
  180. package/esm5/lib/NumericCell.js +8 -8
  181. package/esm5/lib/NumericCellPresenter.js +9 -9
  182. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  183. package/esm5/lib/SectionHeaderCell.js +22 -10
  184. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  185. package/esm5/lib/SummaryCell.js +47 -38
  186. package/esm5/lib/SummaryCellPresenter.js +10 -10
  187. package/esm5/lib/TemplateCell.js +16 -16
  188. package/esm5/lib/TemplateCellPresenter.js +3 -3
  189. package/esm5/lib/TemplateHeader.js +5 -5
  190. package/esm5/lib/TemplateHeaderCell.js +5 -5
  191. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  192. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  193. package/esm5/lib/TemplateSectionHeader.js +1 -1
  194. package/esm5/lib/TextCell.js +29 -29
  195. package/esm5/lib/TextCellPresenter.js +10 -10
  196. package/esm5/lib/TextHeaderCell.js +186 -151
  197. package/esm5/lib/TextHeaderCellPresenter.js +58 -39
  198. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  199. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  200. package/esm5/lib/igx-cell-info.js +127 -91
  201. package/esm5/lib/igx-checkbox-list-component.js +46 -47
  202. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  203. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  204. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  205. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  206. package/esm5/lib/igx-data-grid-column-component.js +341 -163
  207. package/esm5/lib/igx-data-grid-component.js +213 -2
  208. package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
  209. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  210. package/esm5/lib/igx-date-time-column-component.js +20 -20
  211. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  212. package/esm5/lib/igx-definition-base-component.js +8 -8
  213. package/esm5/lib/igx-editor-cell-info.js +23 -23
  214. package/esm5/lib/igx-filter-cell-info.js +26 -26
  215. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  216. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-header-component.js +16 -16
  218. package/esm5/lib/igx-image-cell-info.js +6 -6
  219. package/esm5/lib/igx-image-column-component.js +10 -10
  220. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  221. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  222. package/esm5/lib/igx-numeric-column-component.js +47 -31
  223. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  224. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  225. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  226. package/esm5/lib/igx-section-header-component.js +71 -17
  227. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  228. package/esm5/lib/igx-summary-cell-info.js +9 -9
  229. package/esm5/lib/igx-summary-row-component.js +16 -16
  230. package/esm5/lib/igx-template-cell-info.js +2 -2
  231. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  232. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  233. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  235. package/esm5/lib/igx-text-cell-info.js +2 -2
  236. package/esm5/lib/igx-text-column-component.js +8 -8
  237. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-text-header-cell-info.js +98 -24
  239. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  240. package/esm5/public_api.js +2 -0
  241. package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
  242. package/fesm5/igniteui-angular-data-grids.js +15844 -13296
  243. package/lib/CheckboxListView_combined.d.ts +104 -104
  244. package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
  245. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  246. package/lib/DataGridLocaleEn.d.ts +3 -0
  247. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  248. package/lib/EditorCell.d.ts +67 -67
  249. package/lib/FilterCell.d.ts +55 -55
  250. package/lib/GridCellBase.d.ts +64 -61
  251. package/lib/GridExternalWrapper.d.ts +2 -0
  252. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  253. package/lib/GridIconRepository.d.ts +44 -0
  254. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  255. package/lib/GridStyleRepository.d.ts +3 -2
  256. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  257. package/lib/ICheckboxListView.d.ts +38 -0
  258. package/lib/ImageCell.d.ts +17 -17
  259. package/lib/NumericCell.d.ts +2 -2
  260. package/lib/SectionHeaderCell.d.ts +5 -3
  261. package/lib/SummaryCell.d.ts +11 -9
  262. package/lib/TemplateCell.d.ts +5 -5
  263. package/lib/TemplateHeader.d.ts +1 -1
  264. package/lib/TemplateHeaderCell.d.ts +2 -2
  265. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  266. package/lib/TemplateSectionHeader.d.ts +1 -1
  267. package/lib/TextCell.d.ts +7 -7
  268. package/lib/TextHeaderCell.d.ts +30 -30
  269. package/lib/VerticalSeparatorCell.d.ts +8 -8
  270. package/lib/igx-cell-info.d.ts +15 -0
  271. package/lib/igx-data-grid-column-component.d.ts +42 -1
  272. package/lib/igx-data-grid-component.d.ts +61 -1
  273. package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
  274. package/lib/igx-numeric-cell-info.d.ts +6 -0
  275. package/lib/igx-numeric-column-component.d.ts +8 -1
  276. package/lib/igx-section-header-component.d.ts +15 -1
  277. package/lib/igx-text-header-cell-info.d.ts +16 -0
  278. package/package.json +4 -4
  279. package/public_api.d.ts +2 -0
@@ -18,28 +18,28 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
18
18
  __extends(TextHeaderCell, _super);
19
19
  function TextHeaderCell(a) {
20
20
  var _this = _super.call(this, a) || this;
21
- _this.d7 = null;
22
- _this.d3 = null;
23
- _this.d1 = null;
24
- _this.dx = 0;
25
- _this.dw = 0;
26
- _this.dz = 3;
27
- _this.d9 = null;
28
- _this.ec = -1;
29
- _this.eb = -1;
30
- _this.d5 = false;
31
- _this.d8 = null;
32
- _this.d6 = false;
33
- _this.d7 = a.createElement("span");
21
+ _this.ea = null;
22
+ _this.d6 = null;
23
+ _this.d4 = null;
24
+ _this.d0 = 0;
25
+ _this.dz = 0;
26
+ _this.d2 = 3;
27
+ _this.ec = null;
28
+ _this.ef = -1;
29
+ _this.ee = -1;
30
+ _this.d8 = false;
31
+ _this.eb = null;
32
+ _this.d9 = false;
33
+ _this.ea = a.createElement("span");
34
34
  _this.ar.setRawStyleProperty("text-align", "left");
35
35
  _this.ar.setRawStyleProperty("vertical-align", "middle");
36
- _this.d7.setRawStyleProperty("display", "inline-block");
37
- _this.d7.setRawStyleProperty("line-height", "normal");
38
- _this.d7.setRawStyleProperty("vertical-align", "middle");
39
- _this.d7.setRawStyleProperty("overflow", "hidden");
40
- _this.d7.setRawStyleProperty("white-space", "nowrap");
41
- _this.d7.setRawStyleProperty("text-overflow", "ellipsis");
42
- _this.ar.append(_this.d7);
36
+ _this.ea.setRawStyleProperty("display", "inline-block");
37
+ _this.ea.setRawStyleProperty("line-height", "normal");
38
+ _this.ea.setRawStyleProperty("vertical-align", "middle");
39
+ _this.ea.setRawStyleProperty("overflow", "hidden");
40
+ _this.ea.setRawStyleProperty("white-space", "nowrap");
41
+ _this.ea.setRawStyleProperty("text-overflow", "ellipsis");
42
+ _this.ar.append(_this.ea);
43
43
  var b = 18;
44
44
  var c = 18;
45
45
  var d = a.createElement("div");
@@ -48,17 +48,17 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
48
48
  d.setRawStyleProperty("vertical-align", "middle");
49
49
  d.setRawStyleProperty("width", b + "px");
50
50
  d.setRawStyleProperty("height", c + "px");
51
- _this.d8 = d;
51
+ _this.eb = d;
52
52
  var e = a.getSubRenderer(d);
53
- _this.d1 = new GridFilterDialog();
54
- _this.d1.bx(e, _this.ar, a);
53
+ _this.d4 = new GridFilterDialog();
54
+ _this.d4.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.d4.b1(b, c);
57
+ _this.d4.ar = 24;
58
+ var f = _this.d4.ai;
59
+ _this.d4.ai = false;
60
+ _this.d4.by();
61
+ _this.d4.ai = f;
62
62
  var g = 18;
63
63
  var h = 18;
64
64
  d = a.createElement("div");
@@ -68,67 +68,67 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
68
68
  d.setRawStyleProperty("width", "0px");
69
69
  d.setRawStyleProperty("height", h + "px");
70
70
  d.setRawStyleProperty("margin", "0 0 0 5px");
71
- _this.d9 = d;
71
+ _this.ec = d;
72
72
  e = a.getSubRenderer(d);
73
- _this.d3 = new GridSortIndicator();
74
- _this.d3.n = false;
75
- _this.d3.m = false;
76
- _this.d3.a0(e);
73
+ _this.d6 = new GridSortIndicator();
74
+ _this.d6.n = false;
75
+ _this.d6.m = false;
76
+ _this.d6.a0(e);
77
77
  _this.ar.append(d);
78
- _this.d3.au(g, h);
79
- var i = _this.d3;
80
- i.propertyChanged = delegateCombine(i.propertyChanged, runOn(_this, _this.ef));
81
- var j = _this.d1;
82
- j.dialogOpening = delegateCombine(j.dialogOpening, runOn(_this, _this.eg));
83
- var k = _this.d1;
84
- k.filterChanging = delegateCombine(k.filterChanging, runOn(_this, _this.ei));
85
- var l = _this.d1;
86
- l.filterChanged = delegateCombine(l.filterChanged, runOn(_this, _this.eh));
87
- _this.ar.listen("mouseenter", runOn(_this, _this.em));
88
- _this.ar.listen("mouseleave", runOn(_this, _this.el));
78
+ _this.d6.au(g, h);
79
+ var i = _this.d6;
80
+ i.propertyChanged = delegateCombine(i.propertyChanged, runOn(_this, _this.ei));
81
+ var j = _this.d4;
82
+ j.dialogOpening = delegateCombine(j.dialogOpening, runOn(_this, _this.ej));
83
+ var k = _this.d4;
84
+ k.filterChanging = delegateCombine(k.filterChanging, runOn(_this, _this.el));
85
+ var l = _this.d4;
86
+ l.filterChanged = delegateCombine(l.filterChanged, runOn(_this, _this.ek));
87
+ _this.ar.listen("mouseenter", runOn(_this, _this.ep));
88
+ _this.ar.listen("mouseleave", runOn(_this, _this.eo));
89
89
  return _this;
90
90
  }
91
- Object.defineProperty(TextHeaderCell.prototype, "ea", {
91
+ Object.defineProperty(TextHeaderCell.prototype, "ed", {
92
92
  get: function () {
93
- return this.d7;
93
+ return this.ea;
94
94
  },
95
95
  enumerable: false,
96
96
  configurable: true
97
97
  });
98
- Object.defineProperty(TextHeaderCell.prototype, "d4", {
98
+ Object.defineProperty(TextHeaderCell.prototype, "d7", {
99
99
  get: function () {
100
- return this.d3;
100
+ return this.d6;
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
104
104
  });
105
- Object.defineProperty(TextHeaderCell.prototype, "d2", {
105
+ Object.defineProperty(TextHeaderCell.prototype, "d5", {
106
106
  get: function () {
107
- return this.d1;
107
+ return this.d4;
108
108
  },
109
109
  enumerable: false,
110
110
  configurable: true
111
111
  });
112
- Object.defineProperty(TextHeaderCell.prototype, "d0", {
112
+ Object.defineProperty(TextHeaderCell.prototype, "d3", {
113
113
  get: function () {
114
- return this.dz;
114
+ return this.d2;
115
115
  },
116
116
  set: function (a) {
117
- var b = this.dz;
118
- this.dz = a;
119
- this.ck("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.dz));
117
+ var b = this.d2;
118
+ this.d2 = a;
119
+ this.cl("ColumnOptionsIconBehavior", enumGetBox(ColumnOptionsIconBehavior_$type, b), enumGetBox(ColumnOptionsIconBehavior_$type, this.d2));
120
120
  },
121
121
  enumerable: false,
122
122
  configurable: true
123
123
  });
124
- Object.defineProperty(TextHeaderCell.prototype, "dy", {
124
+ Object.defineProperty(TextHeaderCell.prototype, "d1", {
125
125
  get: function () {
126
- return this.dx;
126
+ return this.d0;
127
127
  },
128
128
  set: function (a) {
129
- var b = this.dx;
130
- this.dx = a;
131
- this.ck("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.dx));
129
+ var b = this.d0;
130
+ this.d0 = a;
131
+ this.cl("ColumnOptionsIconAlignment", enumGetBox(ColumnOptionsIconAlignment_$type, b), enumGetBox(ColumnOptionsIconAlignment_$type, this.d0));
132
132
  },
133
133
  enumerable: false,
134
134
  configurable: true
@@ -136,166 +136,201 @@ var TextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
136
136
  TextHeaderCell.prototype.af = function (a) {
137
137
  return true;
138
138
  };
139
- TextHeaderCell.prototype.dc = function (a, b) {
140
- _super.prototype.dc.call(this, a, b);
139
+ TextHeaderCell.prototype.dd = function (a, b) {
140
+ _super.prototype.dd.call(this, a, b);
141
141
  a -= 21;
142
- if (this.d6) {
142
+ if (this.d9) {
143
143
  a -= 15;
144
144
  }
145
145
  var c = Math.max(0, a - b);
146
- if (c != this.ec) {
147
- this.ec = c;
148
- this.d7.setRawStyleProperty("max-width", c.toString() + "px");
146
+ if (c != this.ef) {
147
+ this.ef = c;
148
+ this.ea.setRawStyleProperty("max-width", c.toString() + "px");
149
149
  }
150
150
  };
151
- TextHeaderCell.prototype.c1 = function (a, b) {
152
- _super.prototype.c1.call(this, a, b);
153
- this.d7.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
151
+ TextHeaderCell.prototype.c2 = function (a, b) {
152
+ _super.prototype.c2.call(this, a, b);
153
+ this.ea.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
154
154
  var c = Math.max(0, a - b);
155
- if (this.eb != c) {
156
- this.eb = c;
157
- this.d7.setRawStyleProperty("max-height", c.toString() + "px");
155
+ if (this.ee != c) {
156
+ this.ee = c;
157
+ this.ea.setRawStyleProperty("max-height", c.toString() + "px");
158
158
  }
159
159
  };
160
- TextHeaderCell.prototype.c0 = function (a, b) {
161
- _super.prototype.c0.call(this, a, b);
162
- if (a == this.d7) {
163
- this.d7.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
160
+ TextHeaderCell.prototype.c1 = function (a, b) {
161
+ _super.prototype.c1.call(this, a, b);
162
+ if (a == this.ea) {
163
+ this.ea.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
164
164
  }
165
165
  };
166
- TextHeaderCell.prototype.dd = function (a, b, c, d) {
167
- this.d1.bn();
166
+ TextHeaderCell.prototype.de = function (a, b, c, d) {
167
+ this.d4.b0();
168
168
  };
169
- TextHeaderCell.prototype.ef = function (a, b) {
169
+ TextHeaderCell.prototype.ei = function (a, b) {
170
170
  switch (b.propertyName) {
171
171
  case "CurrentOpacity":
172
- if (this.d4.t > 0) {
173
- this.d9.setRawStyleProperty("width", "18px");
174
- if (this.dw == 2) {
175
- this.d9.setRawStyleProperty("margin", "0 5px 0 0");
172
+ if (this.d7.t > 0) {
173
+ this.ec.setRawStyleProperty("width", "18px");
174
+ if (this.dz == 2) {
175
+ this.ec.setRawStyleProperty("margin", "0 5px 0 0");
176
176
  }
177
177
  else {
178
- this.d9.setRawStyleProperty("margin", "0 0 0 5px");
178
+ this.ec.setRawStyleProperty("margin", "0 0 0 5px");
179
179
  }
180
180
  }
181
181
  else {
182
- this.d9.setRawStyleProperty("width", "0px");
183
- this.d9.setRawStyleProperty("margin", "0");
182
+ this.ec.setRawStyleProperty("width", "0px");
183
+ this.ec.setRawStyleProperty("margin", "0");
184
184
  }
185
185
  break;
186
186
  }
187
187
  };
188
- TextHeaderCell.prototype.em = function (a) {
188
+ TextHeaderCell.prototype.ep = function (a) {
189
189
  if (this.b.isGridDragging) {
190
190
  return;
191
191
  }
192
- this.d1.bk();
193
- switch (this.d0) {
192
+ switch (this.d3) {
194
193
  case 2:
195
194
  case 3:
196
- this.d1.b1();
195
+ this.d4.ce();
197
196
  break;
198
197
  }
199
198
  };
200
- TextHeaderCell.prototype.el = function (a) {
201
- switch (this.d0) {
199
+ TextHeaderCell.prototype.eo = function (a) {
200
+ switch (this.d3) {
202
201
  case 2:
203
202
  case 3:
204
- this.d1.bl();
203
+ this.d4.by();
205
204
  break;
206
205
  }
207
206
  };
208
- TextHeaderCell.prototype.eh = function (a, b) {
207
+ TextHeaderCell.prototype.ek = function (a, b) {
209
208
  this.b.columnFilterChanged(b.a);
210
209
  };
211
- TextHeaderCell.prototype.ei = function (a, b) {
210
+ TextHeaderCell.prototype.el = function (a, b) {
212
211
  this.b.columnFilterChanging(b.a);
213
212
  };
214
- TextHeaderCell.prototype.eg = function (a, b) {
213
+ TextHeaderCell.prototype.ej = function (a, b) {
215
214
  if (this.b != null) {
216
215
  b.a = this.f.getColumn();
217
216
  this.b.cancelEditMode(false);
218
217
  }
219
218
  };
220
- TextHeaderCell.prototype.ci = function (a, b, c) {
221
- _super.prototype.ci.call(this, a, b, c);
222
- this.dw = c;
223
- this.d1.k = c;
219
+ TextHeaderCell.prototype.cj = function (a, b, c) {
220
+ _super.prototype.cj.call(this, a, b, c);
221
+ this.dz = c;
222
+ this.d4.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
- if (this.dy == 1) {
230
- this.d8.setRawStyleProperty("margin", "0 5px 0 0");
231
- this.d1.l = this.dw;
224
+ if (this.d1 == 1) {
225
+ this.ar.removeChild(this.ec);
226
+ this.ar.removeChild(this.eb);
227
+ this.ea.before(this.eb);
228
+ this.eb.before(this.ec);
229
+ this.eb.setRawStyleProperty("margin", "0 5px 0 0");
230
+ this.d4.l = this.dz;
231
+ }
232
+ else if (this.d1 == 4) {
233
+ this.ar.removeChild(this.ec);
234
+ this.ar.removeChild(this.eb);
235
+ this.ar.append(this.eb);
236
+ this.ea.before(this.ec);
237
+ this.eb.setRawStyleProperty("margin", "0 0 0 5px");
238
+ this.d4.l = 2;
232
239
  }
233
240
  else {
234
- this.d8.setRawStyleProperty("margin", "0");
235
- this.d1.l = 0;
241
+ this.ar.removeChild(this.ec);
242
+ this.ar.removeChild(this.eb);
243
+ this.ea.before(this.eb);
244
+ this.eb.before(this.ec);
245
+ this.eb.setRawStyleProperty("margin", "0");
246
+ this.d4.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
- if (this.dy == 1) {
244
- this.d8.setRawStyleProperty("margin", "0 0 0 5px");
245
- this.d1.l = this.dw;
250
+ if (this.d1 == 1) {
251
+ this.ar.removeChild(this.ec);
252
+ this.ar.removeChild(this.ea);
253
+ this.eb.before(this.ea);
254
+ this.eb.before(this.ec);
255
+ this.eb.setRawStyleProperty("margin", "0 0 0 5px");
256
+ this.d4.l = this.dz;
257
+ }
258
+ else if (this.d1 == 3) {
259
+ this.ar.removeChild(this.ec);
260
+ this.ar.removeChild(this.ea);
261
+ this.ar.removeChild(this.eb);
262
+ this.ar.append(this.eb);
263
+ this.ar.append(this.ea);
264
+ this.ar.append(this.ec);
265
+ this.eb.setRawStyleProperty("margin", "0 5px 0 0");
266
+ this.d4.l = 0;
246
267
  }
247
268
  else {
248
- this.d8.setRawStyleProperty("margin", "0");
249
- this.d1.l = 2;
269
+ this.ar.removeChild(this.ec);
270
+ this.ar.removeChild(this.ea);
271
+ this.eb.before(this.ea);
272
+ this.eb.before(this.ec);
273
+ this.eb.setRawStyleProperty("margin", "0");
274
+ this.d4.l = 2;
250
275
  }
251
276
  }
252
277
  };
253
- TextHeaderCell.prototype.c6 = function (a, b, c, d) {
254
- _super.prototype.c6.call(this, a, b, c, d);
255
- this.d1.ap = a;
256
- this.d1.aq = c;
278
+ TextHeaderCell.prototype.c7 = function (a, b, c, d) {
279
+ _super.prototype.c7.call(this, a, b, c, d);
280
+ this.d4.av = a;
281
+ this.d4.aw = c;
257
282
  };
258
- TextHeaderCell.prototype.ek = function () {
259
- if (this.dy == 2 || this.dy == 0) {
260
- if (this.dw == 2) {
261
- this.d1.l = 0;
283
+ TextHeaderCell.prototype.en = function () {
284
+ if (this.d1 == 3) {
285
+ this.d4.l = 0;
286
+ this.eb.setRawStyleProperty("margin", "0");
287
+ }
288
+ else if (this.d1 == 4) {
289
+ this.d4.l = 2;
290
+ this.eb.setRawStyleProperty("margin", "0");
291
+ }
292
+ else if (this.d1 == 2 || this.d1 == 0) {
293
+ if (this.dz == 2) {
294
+ this.d4.l = 0;
262
295
  }
263
296
  else {
264
- this.d1.l = 2;
297
+ this.d4.l = 2;
265
298
  }
299
+ this.eb.setRawStyleProperty("margin", "0");
266
300
  }
267
301
  else {
268
- this.d1.l = this.dw;
269
- if (this.dw == 2) {
270
- this.d8.setRawStyleProperty("margin", "0 5px 0 0");
302
+ this.d4.l = this.dz;
303
+ if (this.dz == 2) {
304
+ this.eb.setRawStyleProperty("margin", "0 5px 0 0");
271
305
  }
272
306
  else {
273
- this.d8.setRawStyleProperty("margin", "0 0 0 5px");
307
+ this.eb.setRawStyleProperty("margin", "0 0 0 5px");
274
308
  }
275
309
  }
310
+ this.cj(this.ar, this.ea, this.dz);
276
311
  };
277
- TextHeaderCell.prototype.ej = function () {
278
- switch (this.d0) {
312
+ TextHeaderCell.prototype.em = function () {
313
+ switch (this.d3) {
279
314
  case 1:
280
- this.d1.ad = false;
281
- this.d1.b1();
315
+ this.d4.ai = false;
316
+ this.d4.ce();
282
317
  break;
283
318
  case 2:
284
- this.d1.ad = false;
319
+ this.d4.ai = false;
285
320
  break;
286
321
  case 3:
287
- this.d1.ad = true;
322
+ this.d4.ai = true;
288
323
  break;
289
324
  }
290
325
  };
291
- TextHeaderCell.prototype.ck = function (a, b, c) {
292
- _super.prototype.ck.call(this, a, b, c);
326
+ TextHeaderCell.prototype.cl = function (a, b, c) {
327
+ _super.prototype.cl.call(this, a, b, c);
293
328
  switch (a) {
294
329
  case "ColumnOptionsIconAlignment":
295
- this.ek();
330
+ this.en();
296
331
  break;
297
332
  case "ColumnOptionsIconBehavior":
298
- this.ej();
333
+ this.em();
299
334
  break;
300
335
  }
301
336
  };
@@ -303,28 +338,28 @@ 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.d4.ak(e_);
307
342
  if (b) {
308
- this.d5 = true;
343
+ this.d8 = true;
309
344
  return;
310
345
  }
311
346
  _super.prototype.onContactStarted.call(this, e_, a);
312
347
  };
313
348
  TextHeaderCell.prototype.onContactCompleted = function (e_, a) {
314
- if (!this.d5) {
349
+ if (!this.d8) {
315
350
  _super.prototype.onContactCompleted.call(this, e_, a);
316
351
  }
317
- this.d5 = false;
352
+ this.d8 = false;
318
353
  };
319
354
  TextHeaderCell.prototype.detach = function () {
320
355
  _super.prototype.detach.call(this);
321
- if (this.d1 != null) {
356
+ if (this.d4 != null) {
322
357
  }
323
358
  };
324
- TextHeaderCell.prototype.da = function (a) {
325
- _super.prototype.da.call(this, a);
326
- if (this.d2 != null) {
327
- this.d2.x = a;
359
+ TextHeaderCell.prototype.db = function (a) {
360
+ _super.prototype.db.call(this, a);
361
+ if (this.d5 != null) {
362
+ this.d5.x = a;
328
363
  }
329
364
  };
330
365
  TextHeaderCell.prototype.get_ac = function () {
@@ -30,79 +30,98 @@ var TextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
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.n9)) {
34
+ b.k1 = b.ob;
35
+ this.d.c9(this.d.ed, b.k1);
36
36
  }
37
- if (a.bc(CellModel.hi)) {
38
- var c = this.d.d4.m;
37
+ if (a.bc(CellModel.hl)) {
38
+ var c = this.d.d7.m;
39
39
  if (a.bt) {
40
- this.d.d4.m = false;
40
+ this.d.d7.m = false;
41
41
  }
42
- this.d.d4.b = a.n;
42
+ this.d.d7.b = a.n;
43
43
  if (a.bt) {
44
- this.d.d4.m = c;
44
+ this.d.d7.m = c;
45
45
  }
46
46
  }
47
- if (a.bc(CellModel.hj)) {
48
- var d = this.d.d4.m;
47
+ if (a.bc(CellModel.hm)) {
48
+ var d = this.d.d7.m;
49
49
  if (a.bt) {
50
- this.d.d4.m = false;
50
+ this.d.d7.m = false;
51
51
  }
52
- this.d.d4.a3 = a.ns;
52
+ this.d.d7.a3 = a.n1;
53
53
  if (a.bt) {
54
- this.d.d4.m = d;
54
+ this.d.d7.m = d;
55
55
  }
56
56
  }
57
57
  if (a.bb("IsColumnOptionsEnabled")) {
58
- var e = b.od;
58
+ var e = b.oq;
59
59
  if (e) {
60
60
  e = this.e();
61
61
  }
62
- this.d.d6 = e;
63
- this.d.d8.setRawStyleProperty("display", e ? "inline-block" : "none");
64
- this.a.dc(a.h5, (a.g0 + a.g2 + a.fg + a.fj));
62
+ this.d.d9 = e;
63
+ this.d.eb.setRawStyleProperty("display", e ? "inline-block" : "none");
64
+ this.a.dd(a.h8, (a.g2 + a.g4 + a.fg + a.fj));
65
65
  }
66
66
  if (a.bb("SortIndicatorStyle")) {
67
- this.d.d4.f = b.n9;
67
+ this.d.d7.f = b.oi;
68
68
  }
69
69
  if (a.bb("ColumnOptionsIconAlignment")) {
70
- this.d.dy = b.n5;
70
+ this.d.d1 = b.oe;
71
71
  }
72
72
  if (a.bb("ColumnOptionsIconBehavior")) {
73
- this.d.d0 = b.n7;
73
+ this.d.d3 = b.og;
74
74
  }
75
75
  if (a.bb("ColumnOptionsIconColor")) {
76
- this.d.d2.ci = b.pd;
76
+ this.d.d5.c1 = b.p9;
77
77
  }
78
- if (a.bb("Path") || (this.d.d2.n != null && this.d.d2.n.grid == null)) {
78
+ if (a.bb("Path") || (this.d.d5.n != null && this.d.d5.n.grid == null)) {
79
79
  var f = a.e.getColumn();
80
- if (f != this.d.d2.n) {
81
- this.d.d2.n = f;
80
+ if (f != this.d.d5.n) {
81
+ this.d.d5.n = f;
82
+ this.d.d5.bx();
82
83
  }
83
84
  }
84
- if (a.bc(TextHeaderCellModel.on)) {
85
- this.d.da(b.ob);
85
+ if (a.bc(TextHeaderCellModel.o7)) {
86
+ this.d.db(b.ok);
86
87
  }
87
- if (a.bc(TextHeaderCellModel.of)) {
88
- this.d.d2.cd = b.pa;
88
+ if (a.bc(TextHeaderCellModel.ot)) {
89
+ this.d.d5.ct = b.p4;
89
90
  }
90
- if (a.bc(TextHeaderCellModel.om)) {
91
- this.d.d2.ch = b.pf;
91
+ if (a.bc(TextHeaderCellModel.o5)) {
92
+ this.d.d5.cz = b.qb;
92
93
  }
93
- if (a.bc(TextHeaderCellModel.ol)) {
94
- this.d.d2.cg = b.pe;
94
+ if (a.bc(TextHeaderCellModel.o6)) {
95
+ this.d.d5.ab = b.oo;
95
96
  }
96
- if (a.bc(TextHeaderCellModel.og)) {
97
- this.d.d2.ce = b.pb;
97
+ if (a.bc(TextHeaderCellModel.oy)) {
98
+ this.d.d5.cx = b.p8;
98
99
  }
99
- if (a.bc(TextHeaderCellModel.oh)) {
100
- this.d.d2.cf = b.pc;
100
+ if (a.bc(TextHeaderCellModel.o8)) {
101
+ this.d.d5.c0 = b.qc;
101
102
  }
102
- if (a.bc(TextHeaderCellModel.oe)) {
103
- this.d.d2.cc = b.o9;
103
+ if (a.bc(TextHeaderCellModel.ox)) {
104
+ this.d.d5.cw = b.p7;
104
105
  }
105
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.ea, this.a);
106
+ if (a.bc(TextHeaderCellModel.o4)) {
107
+ this.d.d5.cy = b.qa;
108
+ }
109
+ if (a.bc(TextHeaderCellModel.ou)) {
110
+ this.d.d5.cu = b.p5;
111
+ }
112
+ if (a.bc(TextHeaderCellModel.ov)) {
113
+ this.d.d5.cv = b.p6;
114
+ }
115
+ if (a.bc(TextHeaderCellModel.ow)) {
116
+ this.d.d5.aa = b.on;
117
+ }
118
+ if (a.bc(TextHeaderCellModel.os)) {
119
+ this.d.d5.cs = b.p3;
120
+ }
121
+ if (a.bc(TextHeaderCellModel.o3)) {
122
+ this.d.d5.ax = b.o2;
123
+ }
124
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.ed, this.a);
106
125
  }
107
126
  };
108
127
  TextHeaderCellPresenter.prototype.e = function () {
@@ -97,7 +97,7 @@ var TextIconSetConditionalStyle = /** @class */ /*@__PURE__*/ (function (_super)
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);