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
@@ -41,18 +41,19 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
41
41
  _this.a0 = 0;
42
42
  _this.a5 = 0;
43
43
  _this.t = false;
44
+ _this.dp = null;
44
45
  _this.u = false;
45
46
  _this.v = true;
46
47
  _this.aq = null;
47
48
  _this.bp = null;
48
- _this.dq = null;
49
+ _this.ds = null;
49
50
  _this.m = null;
50
51
  _this.x = false;
51
52
  _this.bo = null;
52
53
  _this.bn = null;
53
- _this.dp = null;
54
- _this.dn = null;
55
- _this.du = Rect.empty;
54
+ _this.dr = null;
55
+ _this.dq = null;
56
+ _this.dx = Rect.empty;
56
57
  _this.al = null;
57
58
  _this.ap = null;
58
59
  _this.l = null;
@@ -66,7 +67,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
66
67
  _this.aw = 0;
67
68
  _this.av = 0;
68
69
  _this.at = 0;
69
- _this.dm = null;
70
+ _this.dn = null;
70
71
  _this.a3 = 0;
71
72
  _this.bc = 0;
72
73
  _this.a4 = 0;
@@ -94,20 +95,20 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
94
95
  var c = (window.PointerEvent !== undefined);
95
96
  var d = (window.TouchEvent);
96
97
  if ((b || c)) {
97
- _this.an.listen("pointerdown", runOn(_this, _this.cp));
98
- _this.an.listen("pointerup", runOn(_this, _this.ct));
99
- _this.an.listen("pointermove", runOn(_this, _this.cs));
100
- _this.an.listen("pointerleave", runOn(_this, _this.cr));
101
- _this.an.listen("pointerenter", runOn(_this, _this.cq));
98
+ _this.an.listen("pointerdown", runOn(_this, _this.cq));
99
+ _this.an.listen("pointerup", runOn(_this, _this.cu));
100
+ _this.an.listen("pointermove", runOn(_this, _this.ct));
101
+ _this.an.listen("pointerleave", runOn(_this, _this.cs));
102
+ _this.an.listen("pointerenter", runOn(_this, _this.cr));
102
103
  }
103
104
  else {
104
- _this.an.listen("mousedown", runOn(_this, _this.cb));
105
- _this.an.listen("mouseup", runOn(_this, _this.cf));
106
- _this.an.listen("mousemove", runOn(_this, _this.ce));
107
- _this.an.listen("mouseleave", runOn(_this, _this.cd));
108
- _this.an.listen("touchstart", runOn(_this, _this.de));
109
- _this.an.listen("touchend", runOn(_this, _this.dg));
110
- _this.an.listen("touchmove", runOn(_this, _this.df));
105
+ _this.an.listen("mousedown", runOn(_this, _this.cc));
106
+ _this.an.listen("mouseup", runOn(_this, _this.cg));
107
+ _this.an.listen("mousemove", runOn(_this, _this.cf));
108
+ _this.an.listen("mouseleave", runOn(_this, _this.ce));
109
+ _this.an.listen("touchstart", runOn(_this, _this.df));
110
+ _this.an.listen("touchend", runOn(_this, _this.dh));
111
+ _this.an.listen("touchmove", runOn(_this, _this.dg));
111
112
  }
112
113
  return _this;
113
114
  }
@@ -154,7 +155,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
154
155
  var b = this.w;
155
156
  this.w = a;
156
157
  if (b != this.w) {
157
- this.ck("IsRemoved", b, this.w);
158
+ this.cl("IsRemoved", b, this.w);
158
159
  }
159
160
  },
160
161
  enumerable: false,
@@ -189,7 +190,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
189
190
  var b = this.a5;
190
191
  this.a5 = a;
191
192
  if (b != this.a5) {
192
- this.ck("Indent", b, this.a5);
193
+ this.cl("Indent", b, this.a5);
193
194
  }
194
195
  },
195
196
  enumerable: false,
@@ -203,7 +204,21 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
203
204
  var b = this.t;
204
205
  this.t = a;
205
206
  if (b != this.t) {
206
- this.ck("IsCollapsable", b, this.t);
207
+ this.cl("IsCollapsable", b, this.t);
208
+ }
209
+ },
210
+ enumerable: false,
211
+ configurable: true
212
+ });
213
+ Object.defineProperty(GridCellBase.prototype, "dt", {
214
+ get: function () {
215
+ return this.dp;
216
+ },
217
+ set: function (a) {
218
+ var b = this.dp;
219
+ this.dp = a;
220
+ if (b != this.dp) {
221
+ this.cl("ExpansionIndicatorIconColor", b, this.dp);
207
222
  }
208
223
  },
209
224
  enumerable: false,
@@ -217,7 +232,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
217
232
  var b = this.u;
218
233
  this.u = a;
219
234
  if (b != this.u) {
220
- this.ck("IsExpanded", b, this.u);
235
+ this.cl("IsExpanded", b, this.u);
221
236
  }
222
237
  },
223
238
  enumerable: false,
@@ -231,13 +246,13 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
231
246
  var b = this.v;
232
247
  this.v = a;
233
248
  if (b != this.v) {
234
- this.ck("IsHitTestVisible", b, this.v);
249
+ this.cl("IsHitTestVisible", b, this.v);
235
250
  }
236
251
  },
237
252
  enumerable: false,
238
253
  configurable: true
239
254
  });
240
- Object.defineProperty(GridCellBase.prototype, "b3", {
255
+ Object.defineProperty(GridCellBase.prototype, "b4", {
241
256
  get: function () {
242
257
  return this.bp;
243
258
  },
@@ -245,21 +260,21 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
245
260
  var b = this.bp;
246
261
  this.bp = a;
247
262
  if (b != this.bp) {
248
- this.ck("SuffixText", b, this.bp);
263
+ this.cl("SuffixText", b, this.bp);
249
264
  }
250
265
  },
251
266
  enumerable: false,
252
267
  configurable: true
253
268
  });
254
- Object.defineProperty(GridCellBase.prototype, "dt", {
269
+ Object.defineProperty(GridCellBase.prototype, "dw", {
255
270
  get: function () {
256
- return this.dq;
271
+ return this.ds;
257
272
  },
258
273
  set: function (a) {
259
- var b = this.dq;
260
- this.dq = a;
261
- if (b != this.dq) {
262
- this.ck("SuffixTextColor", b, this.dq);
274
+ var b = this.ds;
275
+ this.ds = a;
276
+ if (b != this.ds) {
277
+ this.cl("SuffixTextColor", b, this.ds);
263
278
  }
264
279
  },
265
280
  enumerable: false,
@@ -273,13 +288,13 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
273
288
  var b = this.m;
274
289
  this.m = a;
275
290
  if (b != this.m) {
276
- this.ck("SuffixTextFont", b, this.m);
291
+ this.cl("SuffixTextFont", b, this.m);
277
292
  }
278
293
  },
279
294
  enumerable: false,
280
295
  configurable: true
281
296
  });
282
- GridCellBase.prototype.cl = function () {
297
+ GridCellBase.prototype.cm = function () {
283
298
  if (this.bp != null) {
284
299
  if (this.aq == null) {
285
300
  this.aq = this.ak.createElement("span");
@@ -288,7 +303,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
288
303
  this.aq.setRawStyleProperty("white-space", "nowrap");
289
304
  this.aq.setRawStyleProperty("margin-left", this.aj + "px");
290
305
  }
291
- this.cn();
306
+ this.co();
292
307
  if (!this.x) {
293
308
  this.ar.setRawStyleProperty("display", "grid");
294
309
  this.ar.setRawStyleProperty("grid-template-columns", "1fr min-content");
@@ -305,7 +320,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
305
320
  }
306
321
  }
307
322
  };
308
- Object.defineProperty(GridCellBase.prototype, "by", {
323
+ Object.defineProperty(GridCellBase.prototype, "bz", {
309
324
  get: function () {
310
325
  return this.bo;
311
326
  },
@@ -313,13 +328,13 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
313
328
  var b = this.bo;
314
329
  this.bo = a;
315
330
  if (b != this.bo) {
316
- this.ck("SuffixIconName", b, this.bo);
331
+ this.cl("SuffixIconName", b, this.bo);
317
332
  }
318
333
  },
319
334
  enumerable: false,
320
335
  configurable: true
321
336
  });
322
- Object.defineProperty(GridCellBase.prototype, "bv", {
337
+ Object.defineProperty(GridCellBase.prototype, "bw", {
323
338
  get: function () {
324
339
  return this.bn;
325
340
  },
@@ -327,55 +342,55 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
327
342
  var b = this.bn;
328
343
  this.bn = a;
329
344
  if (b != this.bn) {
330
- this.ck("SuffixIconCollectionName", b, this.bn);
345
+ this.cl("SuffixIconCollectionName", b, this.bn);
331
346
  }
332
347
  },
333
348
  enumerable: false,
334
349
  configurable: true
335
350
  });
336
- Object.defineProperty(GridCellBase.prototype, "ds", {
351
+ Object.defineProperty(GridCellBase.prototype, "dv", {
337
352
  get: function () {
338
- return this.dp;
353
+ return this.dr;
339
354
  },
340
355
  set: function (a) {
341
- var b = this.dp;
342
- this.dp = a;
343
- if (b != this.dp) {
344
- this.ck("SuffixIconStroke", b, this.dp);
356
+ var b = this.dr;
357
+ this.dr = a;
358
+ if (b != this.dr) {
359
+ this.cl("SuffixIconStroke", b, this.dr);
345
360
  }
346
361
  },
347
362
  enumerable: false,
348
363
  configurable: true
349
364
  });
350
- Object.defineProperty(GridCellBase.prototype, "dr", {
365
+ Object.defineProperty(GridCellBase.prototype, "du", {
351
366
  get: function () {
352
- return this.dn;
367
+ return this.dq;
353
368
  },
354
369
  set: function (a) {
355
- var b = this.dn;
356
- this.dn = a;
357
- if (b != this.dn) {
358
- this.ck("SuffixIconFill", b, this.dn);
370
+ var b = this.dq;
371
+ this.dq = a;
372
+ if (b != this.dq) {
373
+ this.cl("SuffixIconFill", b, this.dq);
359
374
  }
360
375
  },
361
376
  enumerable: false,
362
377
  configurable: true
363
378
  });
364
- Object.defineProperty(GridCellBase.prototype, "dv", {
379
+ Object.defineProperty(GridCellBase.prototype, "dy", {
365
380
  get: function () {
366
- return this.du;
381
+ return this.dx;
367
382
  },
368
383
  set: function (a) {
369
- var b = this.du;
370
- this.du = a;
371
- if (Rect.l_op_Inequality(b, this.du)) {
372
- this.ck("SuffixIconViewBox", b, this.du);
384
+ var b = this.dx;
385
+ this.dx = a;
386
+ if (Rect.l_op_Inequality(b, this.dx)) {
387
+ this.cl("SuffixIconViewBox", b, this.dx);
373
388
  }
374
389
  },
375
390
  enumerable: false,
376
391
  configurable: true
377
392
  });
378
- GridCellBase.prototype.cm = function () {
393
+ GridCellBase.prototype.cn = function () {
379
394
  if (this.bo != null && this.bn != null) {
380
395
  if (this.l == null) {
381
396
  this.ap = this.ak.createElement("div");
@@ -386,7 +401,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
386
401
  this.ap.setRawStyleProperty("overflow", "hidden");
387
402
  this.ap.setRawStyleProperty("margin-left", this.aj + "px");
388
403
  }
389
- this.cn();
404
+ this.co();
390
405
  if (!this.x) {
391
406
  this.ar.setRawStyleProperty("display", "grid");
392
407
  this.ar.setRawStyleProperty("grid-template-columns", "1fr min-content");
@@ -403,34 +418,34 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
403
418
  }
404
419
  }
405
420
  };
406
- GridCellBase.prototype.cn = function () {
421
+ GridCellBase.prototype.co = function () {
407
422
  if (this.aq != null) {
408
- this.c8(this.aq, this.bp);
409
- this.c9(this.aq, this.dt);
410
- this.c0(this.aq, this.n);
411
- this.db(this.aq, this.h);
423
+ this.c9(this.aq, this.bp);
424
+ this.da(this.aq, this.dw);
425
+ this.c1(this.aq, this.n);
426
+ this.dc(this.aq, this.h);
412
427
  }
413
428
  if (this.l != null) {
414
- this.l.ea = this.ds;
415
- this.l.fill = this.dr;
416
- if (!this.dv.isEmpty && !isNaN_(this.dv.left) && !isNaN_(this.dv.top) && !isNaN_(this.dv.width) && !isNaN_(this.dv.height)) {
417
- this.l.a6 = this.dv.left;
418
- this.l.a7 = this.dv.top;
419
- this.l.a8 = this.dv.width;
420
- this.l.a5 = this.dv.height;
429
+ this.l.ea = this.dv;
430
+ this.l.fill = this.du;
431
+ if (!this.dy.isEmpty && !isNaN_(this.dy.left) && !isNaN_(this.dy.top) && !isNaN_(this.dy.width) && !isNaN_(this.dy.height)) {
432
+ this.l.a6 = this.dy.left;
433
+ this.l.a7 = this.dy.top;
434
+ this.l.a8 = this.dy.width;
435
+ this.l.a5 = this.dy.height;
421
436
  }
422
- this.c7(this.ap, this.ds);
423
- this.cz(this.ap, this.dr);
424
- this.db(this.ap, this.h);
425
- this.c3(this.l, this.bv, this.by);
437
+ this.c8(this.ap, this.dv);
438
+ this.c0(this.ap, this.du);
439
+ this.dc(this.ap, this.h);
440
+ this.c4(this.l, this.bw, this.bz);
426
441
  }
427
442
  };
428
- GridCellBase.prototype.c3 = function (a, b, c) {
443
+ GridCellBase.prototype.c4 = function (a, b, c) {
429
444
  a.svg = null;
430
445
  a.svgPath = null;
431
446
  a.b = null;
432
- a.b0 = null;
433
- a.bh = null;
447
+ a.b2 = null;
448
+ a.bj = null;
434
449
  var d = SvgIconRegistry.instance.getSvgPathString(this.bn, this.bo);
435
450
  if (d != null) {
436
451
  if (stringStartsWith(d, "<svg")) {
@@ -448,12 +463,12 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
448
463
  }
449
464
  var f = SvgIconRegistry.instance.getDataURLString(this.bn, this.bo);
450
465
  if (f != null) {
451
- a.b0 = f;
466
+ a.b2 = f;
452
467
  return;
453
468
  }
454
469
  var g = SvgIconRegistry.instance.getIconSource(this.bn, this.bo);
455
470
  if (g != null) {
456
- a.bh = g;
471
+ a.bj = g;
457
472
  }
458
473
  };
459
474
  Object.defineProperty(GridCellBase.prototype, "aj", {
@@ -464,13 +479,13 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
464
479
  var b = this.ai;
465
480
  this.ai = a;
466
481
  if (b != this.ai) {
467
- this.ck("SuffixMargin", b, this.ai);
482
+ this.cl("SuffixMargin", b, this.ai);
468
483
  }
469
484
  },
470
485
  enumerable: false,
471
486
  configurable: true
472
487
  });
473
- GridCellBase.prototype.ca = function () {
488
+ GridCellBase.prototype.cb = function () {
474
489
  this.a1 = 10;
475
490
  this.a0 = this.bi * 24;
476
491
  this.a2 = 24;
@@ -490,12 +505,13 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
490
505
  this.j = new GridExpansionIndicator();
491
506
  this.j.ab(a);
492
507
  this.j.y(24, 24);
508
+ this.j.ae = this.dp;
493
509
  }
494
510
  if (this.ao.parent() == null) {
495
511
  this.an.append(this.ao);
496
512
  }
497
513
  };
498
- GridCellBase.prototype.cu = function () {
514
+ GridCellBase.prototype.cv = function () {
499
515
  this.a2 = 0;
500
516
  this.a1 = 0;
501
517
  if (this.ao != null) {
@@ -524,7 +540,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
524
540
  enumerable: false,
525
541
  configurable: true
526
542
  });
527
- GridCellBase.prototype.c6 = function (a, b, c, d) {
543
+ GridCellBase.prototype.c7 = function (a, b, c, d) {
528
544
  this.a7 = a;
529
545
  this.a9 = b;
530
546
  this.a8 = c;
@@ -534,12 +550,12 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
534
550
  this.an.setRawStyleProperty("padding-right", c.toString() + "px");
535
551
  this.an.setRawStyleProperty("padding-bottom", d.toString() + "px");
536
552
  };
537
- GridCellBase.prototype.cx = function (a, b, c, d, e) {
553
+ GridCellBase.prototype.cy = function (a, b, c, d, e) {
538
554
  this.au = b;
539
555
  this.aw = c;
540
556
  this.av = d;
541
557
  this.at = e;
542
- this.dm = a;
558
+ this.dn = a;
543
559
  if (a == null) {
544
560
  this.an.setRawStyleProperty("border", "");
545
561
  }
@@ -583,7 +599,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
583
599
  enumerable: false,
584
600
  configurable: true
585
601
  });
586
- GridCellBase.prototype.c1 = function (a, b) {
602
+ GridCellBase.prototype.c2 = function (a, b) {
587
603
  if (this.a3 != a || this.a4 != b) {
588
604
  var c = this.a3;
589
605
  this.a3 = a;
@@ -593,20 +609,20 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
593
609
  if (this.ao != null) {
594
610
  this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.a2, 2));
595
611
  }
596
- this.dd(this.bc, this.a3, this.bc, c);
612
+ this.de(this.bc, this.a3, this.bc, c);
597
613
  }
598
614
  };
599
- GridCellBase.prototype.dc = function (a, b) {
615
+ GridCellBase.prototype.dd = function (a, b) {
600
616
  if (this.bc != a) {
601
617
  var c = this.bc;
602
618
  this.bc = a;
603
619
  this.an.setRawStyleProperty("width", a.toString() + "px");
604
- this.dd(this.bc, this.a3, c, this.a3);
620
+ this.de(this.bc, this.a3, c, this.a3);
605
621
  }
606
622
  };
607
- GridCellBase.prototype.dd = function (a, b, c, d) {
623
+ GridCellBase.prototype.de = function (a, b, c, d) {
608
624
  };
609
- GridCellBase.prototype.b8 = function () {
625
+ GridCellBase.prototype.b9 = function () {
610
626
  if (!this.ae) {
611
627
  return;
612
628
  }
@@ -618,40 +634,40 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
618
634
  this.k.i = 0;
619
635
  this.an.append(this.k.g);
620
636
  };
621
- GridCellBase.prototype.cw = function (a) {
637
+ GridCellBase.prototype.cx = function (a) {
622
638
  this.an.setRawStyleProperty("background-color", a.colorString);
623
639
  };
624
- GridCellBase.prototype.c5 = function (a) {
640
+ GridCellBase.prototype.c6 = function (a) {
625
641
  this.an.setRawStyleProperty("opacity", a.toString());
626
642
  };
627
- GridCellBase.prototype.c0 = function (a, b) {
643
+ GridCellBase.prototype.c1 = function (a, b) {
628
644
  if (b == null) {
629
645
  b = FontUtil.getDefaultFont(this.am);
630
646
  }
631
647
  a.setRawStyleProperty("font", b.fontString);
632
648
  };
633
- GridCellBase.prototype.c9 = function (a, b) {
649
+ GridCellBase.prototype.da = function (a, b) {
634
650
  var c = Color.u(0, 0, 0, 0);
635
651
  if (b != null) {
636
652
  c = b.color;
637
653
  }
638
654
  a.setRawStyleProperty("color", c.colorString);
639
655
  };
640
- GridCellBase.prototype.c7 = function (a, b) {
656
+ GridCellBase.prototype.c8 = function (a, b) {
641
657
  var c = Color.u(0, 0, 0, 0);
642
658
  if (b != null) {
643
659
  c = b.color;
644
660
  }
645
661
  a.setRawStyleProperty("stroke", c.colorString);
646
662
  };
647
- GridCellBase.prototype.cz = function (a, b) {
663
+ GridCellBase.prototype.c0 = function (a, b) {
648
664
  var c = Color.u(0, 0, 0, 0);
649
665
  if (b != null) {
650
666
  c = b.color;
651
667
  }
652
668
  a.setRawStyleProperty("fill", c.colorString);
653
669
  };
654
- GridCellBase.prototype.c8 = function (a, b) {
670
+ GridCellBase.prototype.c9 = function (a, b) {
655
671
  if (a != null) {
656
672
  a.setRawText(b);
657
673
  }
@@ -666,13 +682,13 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
666
682
  var a = this.q();
667
683
  return a.getGenerator("PlaceholderWidths");
668
684
  };
669
- GridCellBase.prototype.dl = function (a) {
685
+ GridCellBase.prototype.dm = function (a) {
670
686
  if (!this.ae) {
671
687
  return;
672
688
  }
673
689
  this.k.i = (a * 0.20000000298023224);
674
690
  };
675
- GridCellBase.prototype.dj = function (a, b, c, d) {
691
+ GridCellBase.prototype.dk = function (a, b, c, d) {
676
692
  if (this.k != null) {
677
693
  var e = this.ah;
678
694
  var f = this.ag;
@@ -692,15 +708,15 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
692
708
  this.k.g.setRawYPosition(b);
693
709
  }
694
710
  };
695
- GridCellBase.prototype.ci = function (a, b, c) {
711
+ GridCellBase.prototype.cj = function (a, b, c) {
696
712
  };
697
- GridCellBase.prototype.co = function (a) {
713
+ GridCellBase.prototype.cp = function (a) {
698
714
  this.h = a;
699
715
  if (this.aq != null) {
700
- this.db(this.aq, a);
716
+ this.dc(this.aq, a);
701
717
  }
702
718
  };
703
- GridCellBase.prototype.dk = function (a) {
719
+ GridCellBase.prototype.dl = function (a) {
704
720
  if (!this.ae) {
705
721
  return;
706
722
  }
@@ -712,8 +728,8 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
712
728
  this.ag = b;
713
729
  this.k.d = (b);
714
730
  }
715
- var c = a.h5 * 0.2;
716
- var d = a.f8 * 0.6;
731
+ var c = a.h8 * 0.2;
732
+ var d = a.ga * 0.6;
717
733
  if (this.ah >= c && this.ah <= d && !this.y) {
718
734
  return;
719
735
  }
@@ -726,9 +742,9 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
726
742
  this.ah = e;
727
743
  this.k.e = e;
728
744
  }
729
- this.dj(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
745
+ this.dk(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
730
746
  };
731
- GridCellBase.prototype.dh = function (a, b) {
747
+ GridCellBase.prototype.di = function (a, b) {
732
748
  if (!this.ae) {
733
749
  return;
734
750
  }
@@ -736,7 +752,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
736
752
  this.i = b;
737
753
  this.y = true;
738
754
  };
739
- GridCellBase.prototype.di = function (a) {
755
+ GridCellBase.prototype.dj = function (a) {
740
756
  if (!this.ae) {
741
757
  return;
742
758
  }
@@ -744,16 +760,16 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
744
760
  this.k.l = a.color;
745
761
  }
746
762
  };
747
- GridCellBase.prototype.cv = function (a) {
763
+ GridCellBase.prototype.cw = function (a) {
748
764
  this.a = a;
749
765
  };
750
- GridCellBase.prototype.c4 = function (a) {
766
+ GridCellBase.prototype.c5 = function (a) {
751
767
  this.e = a;
752
768
  };
753
- GridCellBase.prototype.cy = function (a) {
769
+ GridCellBase.prototype.cz = function (a) {
754
770
  this.c = a;
755
771
  };
756
- GridCellBase.prototype.c2 = function (a, b) {
772
+ GridCellBase.prototype.c3 = function (a, b) {
757
773
  switch (b) {
758
774
  case 0:
759
775
  this.ar.setRawStyleProperty("text-align", "left");
@@ -769,7 +785,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
769
785
  break;
770
786
  }
771
787
  };
772
- GridCellBase.prototype.db = function (a, b) {
788
+ GridCellBase.prototype.dc = function (a, b) {
773
789
  switch (b) {
774
790
  case 0:
775
791
  a.setRawStyleProperty("vertical-align", "top");
@@ -792,67 +808,67 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
792
808
  GridCellBase.prototype.af = function (a) {
793
809
  return a.isClickActionDesired;
794
810
  };
795
- GridCellBase.prototype.cb = function (a) {
811
+ GridCellBase.prototype.cc = function (a) {
796
812
  this.onContactStarted(a, false);
797
813
  };
798
- GridCellBase.prototype.cf = function (a) {
814
+ GridCellBase.prototype.cg = function (a) {
799
815
  this.onContactCompleted(a, false);
800
816
  };
801
- GridCellBase.prototype.ce = function (a) {
817
+ GridCellBase.prototype.cf = function (a) {
802
818
  this.onContactMoved(a, false);
803
819
  };
820
+ GridCellBase.prototype.ce = function (a) {
821
+ this.ci(a, false);
822
+ };
804
823
  GridCellBase.prototype.cd = function (a) {
805
824
  this.ch(a, false);
806
825
  };
807
- GridCellBase.prototype.cc = function (a) {
808
- this.cg(a, false);
809
- };
810
- GridCellBase.prototype.cp = function (e_) {
826
+ GridCellBase.prototype.cq = function (e_) {
811
827
  var a = (e_.originalEvent.pointerType);
812
828
  if (a == "touch") {
813
- this.de(e_);
829
+ this.df(e_);
814
830
  }
815
831
  else {
816
- this.cb(e_);
832
+ this.cc(e_);
817
833
  }
818
834
  };
819
- GridCellBase.prototype.cs = function (e_) {
835
+ GridCellBase.prototype.ct = function (e_) {
820
836
  var a = (e_.originalEvent.pointerType);
821
837
  if (a == "touch") {
822
- this.df(e_);
838
+ this.dg(e_);
823
839
  }
824
840
  else {
825
- this.ce(e_);
841
+ this.cf(e_);
826
842
  }
827
843
  };
828
- GridCellBase.prototype.ct = function (e_) {
844
+ GridCellBase.prototype.cu = function (e_) {
829
845
  var a = (e_.originalEvent.pointerType);
830
846
  if (a == "touch") {
831
- this.dg(e_);
847
+ this.dh(e_);
832
848
  }
833
849
  else {
834
- this.cf(e_);
850
+ this.cg(e_);
835
851
  }
836
852
  };
837
- GridCellBase.prototype.cr = function (e_) {
853
+ GridCellBase.prototype.cs = function (e_) {
838
854
  var a = (e_.originalEvent.pointerType);
839
855
  if (a != "touch") {
840
- this.cd(e_);
856
+ this.ce(e_);
841
857
  }
842
858
  };
843
- GridCellBase.prototype.cq = function (e_) {
859
+ GridCellBase.prototype.cr = function (e_) {
844
860
  var a = (e_.originalEvent.pointerType);
845
861
  if (a != "touch") {
846
- this.cc(e_);
862
+ this.cd(e_);
847
863
  }
848
864
  };
849
- GridCellBase.prototype.de = function (a) {
865
+ GridCellBase.prototype.df = function (a) {
850
866
  this.onContactStarted(a, true);
851
867
  };
852
- GridCellBase.prototype.df = function (a) {
868
+ GridCellBase.prototype.dg = function (a) {
853
869
  this.onContactMoved(a, true);
854
870
  };
855
- GridCellBase.prototype.dg = function (a) {
871
+ GridCellBase.prototype.dh = function (a) {
856
872
  this.onContactCompleted(a, true);
857
873
  };
858
874
  GridCellBase.prototype.onContactStarted = function (e_, a) {
@@ -969,7 +985,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
969
985
  }
970
986
  this.s = false;
971
987
  };
972
- GridCellBase.prototype.ch = function (a, b) {
988
+ GridCellBase.prototype.ci = function (a, b) {
973
989
  if (this.a != null) {
974
990
  if (this.af(this.a)) {
975
991
  if (this.a.isMouseDown) {
@@ -986,7 +1002,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
986
1002
  }
987
1003
  }
988
1004
  };
989
- GridCellBase.prototype.cg = function (a, b) {
1005
+ GridCellBase.prototype.ch = function (a, b) {
990
1006
  if (this.a != null && this.a.isEnterActionDesired) {
991
1007
  var c = a.pageX;
992
1008
  var d = a.pageY;
@@ -995,7 +1011,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
995
1011
  };
996
1012
  GridCellBase.prototype.onDoubleClick = function (a) {
997
1013
  };
998
- GridCellBase.prototype.ck = function (a, b, c) {
1014
+ GridCellBase.prototype.cl = function (a, b, c) {
999
1015
  switch (a) {
1000
1016
  case "Indent":
1001
1017
  this.a0 = this.bi * 24;
@@ -1007,10 +1023,10 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
1007
1023
  break;
1008
1024
  case "IsCollapsable":
1009
1025
  if (this.aa) {
1010
- this.ca();
1026
+ this.cb();
1011
1027
  }
1012
1028
  else {
1013
- this.cu();
1029
+ this.cv();
1014
1030
  }
1015
1031
  break;
1016
1032
  case "IsExpanded":
@@ -1018,22 +1034,27 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
1018
1034
  this.j.g = this.ab;
1019
1035
  }
1020
1036
  break;
1037
+ case "ExpansionIndicatorIconColor":
1038
+ if (this.j != null) {
1039
+ this.j.ae = this.dt;
1040
+ }
1041
+ break;
1021
1042
  case "IsHitTestVisible":
1022
1043
  this.ar.setRawStyleProperty("pointer-events", this.ad ? "auto" : "none");
1023
1044
  break;
1024
1045
  case "SuffixText":
1025
- this.cl();
1046
+ this.cm();
1026
1047
  break;
1027
1048
  case "SuffixIconName":
1028
1049
  case "SuffixIconCollectionName":
1029
- this.cm();
1050
+ this.cn();
1030
1051
  break;
1031
1052
  case "SuffixTextColor":
1032
1053
  case "SuffixTextFont":
1033
1054
  case "SuffixIconStroke":
1034
1055
  case "SuffixIconFill":
1035
1056
  case "SuffixIconViewBox":
1036
- this.cn();
1057
+ this.co();
1037
1058
  break;
1038
1059
  case "SuffixMargin":
1039
1060
  if (this.ap != null) {
@@ -1045,12 +1066,12 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
1045
1066
  break;
1046
1067
  }
1047
1068
  };
1048
- GridCellBase.prototype.cj = function () {
1069
+ GridCellBase.prototype.ck = function () {
1049
1070
  };
1050
- GridCellBase.prototype.b9 = function () {
1071
+ GridCellBase.prototype.ca = function () {
1051
1072
  this.an.focus(true);
1052
1073
  };
1053
- GridCellBase.prototype.b7 = function () {
1074
+ GridCellBase.prototype.b8 = function () {
1054
1075
  if (this.a != null) {
1055
1076
  var a = this.an.clone();
1056
1077
  this.a.passCellClone(a);
@@ -1058,7 +1079,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
1058
1079
  };
1059
1080
  GridCellBase.prototype.detach = function () {
1060
1081
  };
1061
- GridCellBase.prototype.da = function (a) {
1082
+ GridCellBase.prototype.db = function (a) {
1062
1083
  };
1063
1084
  GridCellBase.$t = markType(GridCellBase, 'GridCellBase', Base.$, [INativeCell_$type]);
1064
1085
  GridCellBase.o = null;