igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.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 (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +289 -289
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -40,19 +40,19 @@ export let GridCellBase = /*@__PURE__*/ (() => {
40
40
  this.a0 = 0;
41
41
  this.a5 = 0;
42
42
  this.t = false;
43
- this.dp = null;
43
+ this.dr = null;
44
44
  this.u = false;
45
45
  this.v = true;
46
46
  this.aq = null;
47
- this.bp = null;
48
- this.ds = null;
47
+ this.br = null;
48
+ this.du = null;
49
49
  this.m = null;
50
50
  this.x = false;
51
- this.bo = null;
52
- this.bn = null;
53
- this.dr = null;
54
- this.dq = null;
55
- this.dx = Rect.empty;
51
+ this.bq = null;
52
+ this.bp = null;
53
+ this.dt = null;
54
+ this.ds = null;
55
+ this.dz = Rect.empty;
56
56
  this.al = null;
57
57
  this.ap = null;
58
58
  this.l = null;
@@ -66,10 +66,11 @@ export let GridCellBase = /*@__PURE__*/ (() => {
66
66
  this.aw = 0;
67
67
  this.av = 0;
68
68
  this.at = 0;
69
- this.dn = null;
69
+ this.dq = null;
70
70
  this.a3 = 0;
71
71
  this.bc = 0;
72
72
  this.a4 = 0;
73
+ this.bd = 0;
73
74
  this.k = null;
74
75
  this.g = 0;
75
76
  this.i = 0;
@@ -77,8 +78,8 @@ export let GridCellBase = /*@__PURE__*/ (() => {
77
78
  this.ag = 0;
78
79
  this.h = 1;
79
80
  this.y = false;
80
- this.bl = 0;
81
- this.bm = 0;
81
+ this.bn = 0;
82
+ this.bo = 0;
82
83
  this.as = 0;
83
84
  this.bb = -1;
84
85
  this.ax = 0;
@@ -94,20 +95,20 @@ export let GridCellBase = /*@__PURE__*/ (() => {
94
95
  let c = (window.PointerEvent !== undefined);
95
96
  let d = (window.TouchEvent);
96
97
  if ((b || c)) {
97
- this.an.listen("pointerdown", runOn(this, this.cq));
98
- this.an.listen("pointerup", runOn(this, this.cu));
99
- this.an.listen("pointermove", runOn(this, this.ct));
100
- this.an.listen("pointerleave", runOn(this, this.cs));
101
- this.an.listen("pointerenter", runOn(this, this.cr));
98
+ this.an.listen("pointerdown", runOn(this, this.cs));
99
+ this.an.listen("pointerup", runOn(this, this.cw));
100
+ this.an.listen("pointermove", runOn(this, this.cv));
101
+ this.an.listen("pointerleave", runOn(this, this.cu));
102
+ this.an.listen("pointerenter", runOn(this, this.ct));
102
103
  }
103
104
  else {
104
- this.an.listen("mousedown", runOn(this, this.cc));
105
- this.an.listen("mouseup", runOn(this, this.cg));
106
- this.an.listen("mousemove", runOn(this, this.cf));
107
- this.an.listen("mouseleave", runOn(this, this.ce));
108
- this.an.listen("touchstart", runOn(this, this.df));
109
- this.an.listen("touchend", runOn(this, this.dh));
110
- this.an.listen("touchmove", runOn(this, this.dg));
105
+ this.an.listen("mousedown", runOn(this, this.ce));
106
+ this.an.listen("mouseup", runOn(this, this.ci));
107
+ this.an.listen("mousemove", runOn(this, this.ch));
108
+ this.an.listen("mouseleave", runOn(this, this.cg));
109
+ this.an.listen("touchstart", runOn(this, this.dh));
110
+ this.an.listen("touchend", runOn(this, this.dj));
111
+ this.an.listen("touchmove", runOn(this, this.di));
111
112
  }
112
113
  }
113
114
  get b() {
@@ -132,26 +133,26 @@ export let GridCellBase = /*@__PURE__*/ (() => {
132
133
  let b = this.w;
133
134
  this.w = a;
134
135
  if (b != this.w) {
135
- this.cl("IsRemoved", b, this.w);
136
+ this.cn("IsRemoved", b, this.w);
136
137
  }
137
138
  }
138
- get bf() {
139
+ get bg() {
139
140
  return this.a2;
140
141
  }
141
- get bd() {
142
+ get be() {
142
143
  return this.a0;
143
144
  }
144
- get be() {
145
+ get bf() {
145
146
  return this.a1;
146
147
  }
147
- get bi() {
148
+ get bj() {
148
149
  return this.a5;
149
150
  }
150
- set bi(a) {
151
+ set bj(a) {
151
152
  let b = this.a5;
152
153
  this.a5 = a;
153
154
  if (b != this.a5) {
154
- this.cl("Indent", b, this.a5);
155
+ this.cn("Indent", b, this.a5);
155
156
  }
156
157
  }
157
158
  get aa() {
@@ -161,17 +162,17 @@ export let GridCellBase = /*@__PURE__*/ (() => {
161
162
  let b = this.t;
162
163
  this.t = a;
163
164
  if (b != this.t) {
164
- this.cl("IsCollapsable", b, this.t);
165
+ this.cn("IsCollapsable", b, this.t);
165
166
  }
166
167
  }
167
- get dt() {
168
- return this.dp;
168
+ get dv() {
169
+ return this.dr;
169
170
  }
170
- set dt(a) {
171
- let b = this.dp;
172
- this.dp = a;
173
- if (b != this.dp) {
174
- this.cl("ExpansionIndicatorIconColor", b, this.dp);
171
+ set dv(a) {
172
+ let b = this.dr;
173
+ this.dr = a;
174
+ if (b != this.dr) {
175
+ this.cn("ExpansionIndicatorIconColor", b, this.dr);
175
176
  }
176
177
  }
177
178
  get ab() {
@@ -181,7 +182,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
181
182
  let b = this.u;
182
183
  this.u = a;
183
184
  if (b != this.u) {
184
- this.cl("IsExpanded", b, this.u);
185
+ this.cn("IsExpanded", b, this.u);
185
186
  }
186
187
  }
187
188
  get ad() {
@@ -191,27 +192,27 @@ export let GridCellBase = /*@__PURE__*/ (() => {
191
192
  let b = this.v;
192
193
  this.v = a;
193
194
  if (b != this.v) {
194
- this.cl("IsHitTestVisible", b, this.v);
195
+ this.cn("IsHitTestVisible", b, this.v);
195
196
  }
196
197
  }
197
- get b4() {
198
- return this.bp;
198
+ get b6() {
199
+ return this.br;
199
200
  }
200
- set b4(a) {
201
- let b = this.bp;
202
- this.bp = a;
203
- if (b != this.bp) {
204
- this.cl("SuffixText", b, this.bp);
201
+ set b6(a) {
202
+ let b = this.br;
203
+ this.br = a;
204
+ if (b != this.br) {
205
+ this.cn("SuffixText", b, this.br);
205
206
  }
206
207
  }
207
- get dw() {
208
- return this.ds;
208
+ get dy() {
209
+ return this.du;
209
210
  }
210
- set dw(a) {
211
- let b = this.ds;
212
- this.ds = a;
213
- if (b != this.ds) {
214
- this.cl("SuffixTextColor", b, this.ds);
211
+ set dy(a) {
212
+ let b = this.du;
213
+ this.du = a;
214
+ if (b != this.du) {
215
+ this.cn("SuffixTextColor", b, this.du);
215
216
  }
216
217
  }
217
218
  get n() {
@@ -221,11 +222,11 @@ export let GridCellBase = /*@__PURE__*/ (() => {
221
222
  let b = this.m;
222
223
  this.m = a;
223
224
  if (b != this.m) {
224
- this.cl("SuffixTextFont", b, this.m);
225
+ this.cn("SuffixTextFont", b, this.m);
225
226
  }
226
227
  }
227
- cm() {
228
- if (this.bp != null) {
228
+ co() {
229
+ if (this.br != null) {
229
230
  if (this.aq == null) {
230
231
  this.aq = this.ak.createElement("span");
231
232
  this.aq.setRawStyleProperty("display", "inline-block");
@@ -233,7 +234,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
233
234
  this.aq.setRawStyleProperty("white-space", "nowrap");
234
235
  this.aq.setRawStyleProperty("margin-left", this.aj + "px");
235
236
  }
236
- this.co();
237
+ this.cq();
237
238
  if (!this.x) {
238
239
  this.ar.setRawStyleProperty("display", "grid");
239
240
  this.ar.setRawStyleProperty("grid-template-columns", "1fr min-content");
@@ -250,58 +251,58 @@ export let GridCellBase = /*@__PURE__*/ (() => {
250
251
  }
251
252
  }
252
253
  }
253
- get bz() {
254
- return this.bo;
254
+ get b1() {
255
+ return this.bq;
255
256
  }
256
- set bz(a) {
257
- let b = this.bo;
258
- this.bo = a;
259
- if (b != this.bo) {
260
- this.cl("SuffixIconName", b, this.bo);
257
+ set b1(a) {
258
+ let b = this.bq;
259
+ this.bq = a;
260
+ if (b != this.bq) {
261
+ this.cn("SuffixIconName", b, this.bq);
261
262
  }
262
263
  }
263
- get bw() {
264
- return this.bn;
264
+ get by() {
265
+ return this.bp;
265
266
  }
266
- set bw(a) {
267
- let b = this.bn;
268
- this.bn = a;
269
- if (b != this.bn) {
270
- this.cl("SuffixIconCollectionName", b, this.bn);
267
+ set by(a) {
268
+ let b = this.bp;
269
+ this.bp = a;
270
+ if (b != this.bp) {
271
+ this.cn("SuffixIconCollectionName", b, this.bp);
271
272
  }
272
273
  }
273
- get dv() {
274
- return this.dr;
274
+ get dx() {
275
+ return this.dt;
275
276
  }
276
- set dv(a) {
277
- let b = this.dr;
278
- this.dr = a;
279
- if (b != this.dr) {
280
- this.cl("SuffixIconStroke", b, this.dr);
277
+ set dx(a) {
278
+ let b = this.dt;
279
+ this.dt = a;
280
+ if (b != this.dt) {
281
+ this.cn("SuffixIconStroke", b, this.dt);
281
282
  }
282
283
  }
283
- get du() {
284
- return this.dq;
284
+ get dw() {
285
+ return this.ds;
285
286
  }
286
- set du(a) {
287
- let b = this.dq;
288
- this.dq = a;
289
- if (b != this.dq) {
290
- this.cl("SuffixIconFill", b, this.dq);
287
+ set dw(a) {
288
+ let b = this.ds;
289
+ this.ds = a;
290
+ if (b != this.ds) {
291
+ this.cn("SuffixIconFill", b, this.ds);
291
292
  }
292
293
  }
293
- get dy() {
294
- return this.dx;
294
+ get d0() {
295
+ return this.dz;
295
296
  }
296
- set dy(a) {
297
- let b = this.dx;
298
- this.dx = a;
299
- if (Rect.l_op_Inequality(b, this.dx)) {
300
- this.cl("SuffixIconViewBox", b, this.dx);
297
+ set d0(a) {
298
+ let b = this.dz;
299
+ this.dz = a;
300
+ if (Rect.l_op_Inequality(b, this.dz)) {
301
+ this.cn("SuffixIconViewBox", b, this.dz);
301
302
  }
302
303
  }
303
- cn() {
304
- if (this.bo != null && this.bn != null) {
304
+ cp() {
305
+ if (this.bq != null && this.bp != null) {
305
306
  if (this.l == null) {
306
307
  this.ap = this.ak.createElement("div");
307
308
  this.al = this.ak.getSubRenderer(this.ap);
@@ -311,7 +312,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
311
312
  this.ap.setRawStyleProperty("overflow", "hidden");
312
313
  this.ap.setRawStyleProperty("margin-left", this.aj + "px");
313
314
  }
314
- this.co();
315
+ this.cq();
315
316
  if (!this.x) {
316
317
  this.ar.setRawStyleProperty("display", "grid");
317
318
  this.ar.setRawStyleProperty("grid-template-columns", "1fr min-content");
@@ -328,35 +329,35 @@ export let GridCellBase = /*@__PURE__*/ (() => {
328
329
  }
329
330
  }
330
331
  }
331
- co() {
332
+ cq() {
332
333
  if (this.aq != null) {
333
- this.c9(this.aq, this.bp);
334
- this.da(this.aq, this.dw);
335
- this.c1(this.aq, this.n);
336
- this.dc(this.aq, this.h);
334
+ this.db(this.aq, this.br);
335
+ this.dc(this.aq, this.dy);
336
+ this.c3(this.aq, this.n);
337
+ this.de(this.aq, this.h);
337
338
  }
338
339
  if (this.l != null) {
339
- this.l.ea = this.dv;
340
- this.l.fill = this.du;
341
- if (!this.dy.isEmpty && !isNaN_(this.dy.left) && !isNaN_(this.dy.top) && !isNaN_(this.dy.width) && !isNaN_(this.dy.height)) {
342
- this.l.a6 = this.dy.left;
343
- this.l.a7 = this.dy.top;
344
- this.l.a8 = this.dy.width;
345
- this.l.a5 = this.dy.height;
340
+ this.l.ea = this.dx;
341
+ this.l.fill = this.dw;
342
+ if (!this.d0.isEmpty && !isNaN_(this.d0.left) && !isNaN_(this.d0.top) && !isNaN_(this.d0.width) && !isNaN_(this.d0.height)) {
343
+ this.l.a6 = this.d0.left;
344
+ this.l.a7 = this.d0.top;
345
+ this.l.a8 = this.d0.width;
346
+ this.l.a5 = this.d0.height;
346
347
  }
347
- this.c8(this.ap, this.dv);
348
- this.c0(this.ap, this.du);
349
- this.dc(this.ap, this.h);
350
- this.c4(this.l, this.bw, this.bz);
348
+ this.da(this.ap, this.dx);
349
+ this.c2(this.ap, this.dw);
350
+ this.de(this.ap, this.h);
351
+ this.c6(this.l, this.by, this.b1);
351
352
  }
352
353
  }
353
- c4(a, b, c) {
354
+ c6(a, b, c) {
354
355
  a.svg = null;
355
356
  a.svgPath = null;
356
357
  a.b = null;
357
358
  a.b2 = null;
358
359
  a.bj = null;
359
- let d = SvgIconRegistry.instance.getSvgPathString(this.bn, this.bo);
360
+ let d = SvgIconRegistry.instance.getSvgPathString(this.bp, this.bq);
360
361
  if (d != null) {
361
362
  if (stringStartsWith(d, "<svg")) {
362
363
  a.svg = d;
@@ -366,17 +367,17 @@ export let GridCellBase = /*@__PURE__*/ (() => {
366
367
  }
367
368
  return;
368
369
  }
369
- let e = SvgIconRegistry.instance.getSvgPathsString(this.bn, this.bo);
370
+ let e = SvgIconRegistry.instance.getSvgPathsString(this.bp, this.bq);
370
371
  if (e != null) {
371
372
  a.b = e;
372
373
  return;
373
374
  }
374
- let f = SvgIconRegistry.instance.getDataURLString(this.bn, this.bo);
375
+ let f = SvgIconRegistry.instance.getDataURLString(this.bp, this.bq);
375
376
  if (f != null) {
376
377
  a.b2 = f;
377
378
  return;
378
379
  }
379
- let g = SvgIconRegistry.instance.getIconSource(this.bn, this.bo);
380
+ let g = SvgIconRegistry.instance.getIconSource(this.bp, this.bq);
380
381
  if (g != null) {
381
382
  a.bj = g;
382
383
  }
@@ -388,12 +389,12 @@ export let GridCellBase = /*@__PURE__*/ (() => {
388
389
  let b = this.ai;
389
390
  this.ai = a;
390
391
  if (b != this.ai) {
391
- this.cl("SuffixMargin", b, this.ai);
392
+ this.cn("SuffixMargin", b, this.ai);
392
393
  }
393
394
  }
394
- cb() {
395
+ cd() {
395
396
  this.a1 = 10;
396
- this.a0 = this.bi * 24;
397
+ this.a0 = this.bj * 24;
397
398
  this.a2 = 24;
398
399
  if (this.ao == null) {
399
400
  this.ao = this.ak.createElement("div");
@@ -411,13 +412,13 @@ export let GridCellBase = /*@__PURE__*/ (() => {
411
412
  this.j = new GridExpansionIndicator();
412
413
  this.j.ab(a);
413
414
  this.j.y(24, 24);
414
- this.j.ae = this.dp;
415
+ this.j.ae = this.dr;
415
416
  }
416
417
  if (this.ao.parent() == null) {
417
418
  this.an.append(this.ao);
418
419
  }
419
420
  }
420
- cv() {
421
+ cx() {
421
422
  this.a2 = 0;
422
423
  this.a1 = 0;
423
424
  if (this.ao != null) {
@@ -438,7 +439,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
438
439
  get ae() {
439
440
  return this.get_ae();
440
441
  }
441
- c7(a, b, c, d) {
442
+ c9(a, b, c, d) {
442
443
  this.a7 = a;
443
444
  this.a9 = b;
444
445
  this.a8 = c;
@@ -448,12 +449,12 @@ export let GridCellBase = /*@__PURE__*/ (() => {
448
449
  this.an.setRawStyleProperty("padding-right", c.toString() + "px");
449
450
  this.an.setRawStyleProperty("padding-bottom", d.toString() + "px");
450
451
  }
451
- cy(a, b, c, d, e) {
452
+ c0(a, b, c, d, e) {
452
453
  this.au = b;
453
454
  this.aw = c;
454
455
  this.av = d;
455
456
  this.at = e;
456
- this.dn = a;
457
+ this.dq = a;
457
458
  if (a == null) {
458
459
  this.an.setRawStyleProperty("border", "");
459
460
  }
@@ -472,16 +473,19 @@ export let GridCellBase = /*@__PURE__*/ (() => {
472
473
  get ac() {
473
474
  return this.get_ac();
474
475
  }
475
- get bg() {
476
+ get bh() {
476
477
  return this.a3;
477
478
  }
478
- get bj() {
479
+ get bk() {
479
480
  return this.bc;
480
481
  }
481
- get bh() {
482
+ get bi() {
482
483
  return this.a4;
483
484
  }
484
- c2(a, b) {
485
+ get bl() {
486
+ return this.bd;
487
+ }
488
+ c4(a, b) {
485
489
  if (this.a3 != a || this.a4 != b) {
486
490
  let c = this.a3;
487
491
  this.a3 = a;
@@ -489,22 +493,26 @@ export let GridCellBase = /*@__PURE__*/ (() => {
489
493
  let d = Math.max(0, this.a3 - this.a4);
490
494
  this.an.setRawStyleProperty("height", a.toString() + "px");
491
495
  if (this.ao != null) {
492
- this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.a2, 2));
496
+ this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.a2, 2) - this.aw);
493
497
  }
494
- this.de(this.bc, this.a3, this.bc, c);
498
+ this.dg(this.bc, this.a3, this.bc, c);
495
499
  }
496
500
  }
497
- dd(a, b) {
498
- if (this.bc != a) {
501
+ df(a, b) {
502
+ if (this.bc != a || this.bd != b) {
499
503
  let c = this.bc;
500
504
  this.bc = a;
505
+ this.bd = b;
501
506
  this.an.setRawStyleProperty("width", a.toString() + "px");
502
- this.de(this.bc, this.a3, c, this.a3);
507
+ if (this.ao != null) {
508
+ this.ao.setRawXPosition(this.a7 + this.a0);
509
+ }
510
+ this.dg(this.bc, this.a3, c, this.a3);
503
511
  }
504
512
  }
505
- de(a, b, c, d) {
513
+ dg(a, b, c, d) {
506
514
  }
507
- b9() {
515
+ cb() {
508
516
  if (!this.ae) {
509
517
  return;
510
518
  }
@@ -516,40 +524,40 @@ export let GridCellBase = /*@__PURE__*/ (() => {
516
524
  this.k.i = 0;
517
525
  this.an.append(this.k.g);
518
526
  }
519
- cx(a) {
527
+ cz(a) {
520
528
  this.an.setRawStyleProperty("background-color", a.colorString);
521
529
  }
522
- c6(a) {
530
+ c8(a) {
523
531
  this.an.setRawStyleProperty("opacity", a.toString());
524
532
  }
525
- c1(a, b) {
533
+ c3(a, b) {
526
534
  if (b == null) {
527
535
  b = FontUtil.getDefaultFont(this.am);
528
536
  }
529
537
  a.setRawStyleProperty("font", b.fontString);
530
538
  }
531
- da(a, b) {
539
+ dc(a, b) {
532
540
  let c = Color.u(0, 0, 0, 0);
533
541
  if (b != null) {
534
542
  c = b.color;
535
543
  }
536
544
  a.setRawStyleProperty("color", c.colorString);
537
545
  }
538
- c8(a, b) {
546
+ da(a, b) {
539
547
  let c = Color.u(0, 0, 0, 0);
540
548
  if (b != null) {
541
549
  c = b.color;
542
550
  }
543
551
  a.setRawStyleProperty("stroke", c.colorString);
544
552
  }
545
- c0(a, b) {
553
+ c2(a, b) {
546
554
  let c = Color.u(0, 0, 0, 0);
547
555
  if (b != null) {
548
556
  c = b.color;
549
557
  }
550
558
  a.setRawStyleProperty("fill", c.colorString);
551
559
  }
552
- c9(a, b) {
560
+ db(a, b) {
553
561
  if (a != null) {
554
562
  a.setRawText(b);
555
563
  }
@@ -558,19 +566,19 @@ export let GridCellBase = /*@__PURE__*/ (() => {
558
566
  if (TestRandomness.instance.testRandomnessSource != null) {
559
567
  return TestRandomness.instance.testRandomnessSource;
560
568
  }
561
- return new DefaultRandomnessSource(1, GridCellBase.bk);
569
+ return new DefaultRandomnessSource(1, GridCellBase.bm);
562
570
  }
563
571
  p() {
564
572
  let a = this.q();
565
573
  return a.getGenerator("PlaceholderWidths");
566
574
  }
567
- dm(a) {
575
+ dp(a) {
568
576
  if (!this.ae) {
569
577
  return;
570
578
  }
571
579
  this.k.i = (a * 0.20000000298023224);
572
580
  }
573
- dk(a, b, c, d) {
581
+ dm(a, b, c, d) {
574
582
  if (this.k != null) {
575
583
  let e = this.ah;
576
584
  let f = this.ag;
@@ -590,15 +598,15 @@ export let GridCellBase = /*@__PURE__*/ (() => {
590
598
  this.k.g.setRawYPosition(b);
591
599
  }
592
600
  }
593
- cj(a, b, c) {
601
+ cl(a, b, c) {
594
602
  }
595
- cp(a) {
603
+ cr(a) {
596
604
  this.h = a;
597
605
  if (this.aq != null) {
598
- this.dc(this.aq, a);
606
+ this.de(this.aq, a);
599
607
  }
600
608
  }
601
- dl(a) {
609
+ dn(a) {
602
610
  if (!this.ae) {
603
611
  return;
604
612
  }
@@ -610,8 +618,8 @@ export let GridCellBase = /*@__PURE__*/ (() => {
610
618
  this.ag = b;
611
619
  this.k.d = (b);
612
620
  }
613
- let c = a.h8 * 0.2;
614
- let d = a.ga * 0.6;
621
+ let c = a.ib * 0.2;
622
+ let d = a.gd * 0.6;
615
623
  if (this.ah >= c && this.ah <= d && !this.y) {
616
624
  return;
617
625
  }
@@ -624,9 +632,9 @@ export let GridCellBase = /*@__PURE__*/ (() => {
624
632
  this.ah = e;
625
633
  this.k.e = e;
626
634
  }
627
- this.dk(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
635
+ this.dm(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
628
636
  }
629
- di(a, b) {
637
+ dk(a, b) {
630
638
  if (!this.ae) {
631
639
  return;
632
640
  }
@@ -634,7 +642,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
634
642
  this.i = b;
635
643
  this.y = true;
636
644
  }
637
- dj(a) {
645
+ dl(a) {
638
646
  if (!this.ae) {
639
647
  return;
640
648
  }
@@ -642,16 +650,16 @@ export let GridCellBase = /*@__PURE__*/ (() => {
642
650
  this.k.l = a.color;
643
651
  }
644
652
  }
645
- cw(a) {
653
+ cy(a) {
646
654
  this.a = a;
647
655
  }
648
- c5(a) {
656
+ c7(a) {
649
657
  this.e = a;
650
658
  }
651
- cz(a) {
659
+ c1(a) {
652
660
  this.c = a;
653
661
  }
654
- c3(a, b) {
662
+ c5(a, b) {
655
663
  switch (b) {
656
664
  case 0:
657
665
  this.ar.setRawStyleProperty("text-align", "left");
@@ -667,7 +675,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
667
675
  break;
668
676
  }
669
677
  }
670
- dc(a, b) {
678
+ de(a, b) {
671
679
  switch (b) {
672
680
  case 0:
673
681
  a.setRawStyleProperty("vertical-align", "top");
@@ -690,67 +698,67 @@ export let GridCellBase = /*@__PURE__*/ (() => {
690
698
  af(a) {
691
699
  return a.isClickActionDesired;
692
700
  }
693
- cc(a) {
701
+ ce(a) {
694
702
  this.onContactStarted(a, false);
695
703
  }
696
- cg(a) {
704
+ ci(a) {
697
705
  this.onContactCompleted(a, false);
698
706
  }
699
- cf(a) {
707
+ ch(a) {
700
708
  this.onContactMoved(a, false);
701
709
  }
702
- ce(a) {
703
- this.ci(a, false);
710
+ cg(a) {
711
+ this.ck(a, false);
704
712
  }
705
- cd(a) {
706
- this.ch(a, false);
713
+ cf(a) {
714
+ this.cj(a, false);
707
715
  }
708
- cq(e_) {
716
+ cs(e_) {
709
717
  let a = (e_.originalEvent.pointerType);
710
718
  if (a == "touch") {
711
- this.df(e_);
719
+ this.dh(e_);
712
720
  }
713
721
  else {
714
- this.cc(e_);
722
+ this.ce(e_);
715
723
  }
716
724
  }
717
- ct(e_) {
725
+ cv(e_) {
718
726
  let a = (e_.originalEvent.pointerType);
719
727
  if (a == "touch") {
720
- this.dg(e_);
728
+ this.di(e_);
721
729
  }
722
730
  else {
723
- this.cf(e_);
731
+ this.ch(e_);
724
732
  }
725
733
  }
726
- cu(e_) {
734
+ cw(e_) {
727
735
  let a = (e_.originalEvent.pointerType);
728
736
  if (a == "touch") {
729
- this.dh(e_);
737
+ this.dj(e_);
730
738
  }
731
739
  else {
732
- this.cg(e_);
740
+ this.ci(e_);
733
741
  }
734
742
  }
735
- cs(e_) {
743
+ cu(e_) {
736
744
  let a = (e_.originalEvent.pointerType);
737
745
  if (a != "touch") {
738
- this.ce(e_);
746
+ this.cg(e_);
739
747
  }
740
748
  }
741
- cr(e_) {
749
+ ct(e_) {
742
750
  let a = (e_.originalEvent.pointerType);
743
751
  if (a != "touch") {
744
- this.cd(e_);
752
+ this.cf(e_);
745
753
  }
746
754
  }
747
- df(a) {
755
+ dh(a) {
748
756
  this.onContactStarted(a, true);
749
757
  }
750
- dg(a) {
758
+ di(a) {
751
759
  this.onContactMoved(a, true);
752
760
  }
753
- dh(a) {
761
+ dj(a) {
754
762
  this.onContactCompleted(a, true);
755
763
  }
756
764
  onContactStarted(e_, a) {
@@ -765,13 +773,13 @@ export let GridCellBase = /*@__PURE__*/ (() => {
765
773
  }
766
774
  else {
767
775
  if (this.a != null && this.af(this.a)) {
768
- this.bl = e_.pageX;
769
- this.bm = e_.pageY;
776
+ this.bn = e_.pageX;
777
+ this.bo = e_.pageY;
770
778
  if (this.bb != e_.which) {
771
779
  this.ax = 0;
772
780
  }
773
781
  this.bb = e_.which;
774
- this.a.mouseDownCell(this.bl, this.bm);
782
+ this.a.mouseDownCell(this.bn, this.bo);
775
783
  }
776
784
  }
777
785
  }
@@ -866,7 +874,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
866
874
  }
867
875
  this.s = false;
868
876
  }
869
- ci(a, b) {
877
+ ck(a, b) {
870
878
  if (this.a != null) {
871
879
  if (this.af(this.a)) {
872
880
  if (this.a.isMouseDown) {
@@ -883,7 +891,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
883
891
  }
884
892
  }
885
893
  }
886
- ch(a, b) {
894
+ cj(a, b) {
887
895
  if (this.a != null && this.a.isEnterActionDesired) {
888
896
  let c = a.pageX;
889
897
  let d = a.pageY;
@@ -892,11 +900,11 @@ export let GridCellBase = /*@__PURE__*/ (() => {
892
900
  }
893
901
  onDoubleClick(a) {
894
902
  }
895
- cl(a, b, c) {
903
+ cn(a, b, c) {
896
904
  switch (a) {
897
905
  case "Indent":
898
- this.a0 = this.bi * 24;
899
- this.a1 = this.bi > 0 ? 10 : 0;
906
+ this.a0 = this.bj * 24;
907
+ this.a1 = this.bj > 0 ? 10 : 0;
900
908
  if (this.ao != null) {
901
909
  this.ao.setRawXPosition(this.a7 + this.a0);
902
910
  this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.az, 2));
@@ -904,10 +912,10 @@ export let GridCellBase = /*@__PURE__*/ (() => {
904
912
  break;
905
913
  case "IsCollapsable":
906
914
  if (this.aa) {
907
- this.cb();
915
+ this.cd();
908
916
  }
909
917
  else {
910
- this.cv();
918
+ this.cx();
911
919
  }
912
920
  break;
913
921
  case "IsExpanded":
@@ -917,25 +925,25 @@ export let GridCellBase = /*@__PURE__*/ (() => {
917
925
  break;
918
926
  case "ExpansionIndicatorIconColor":
919
927
  if (this.j != null) {
920
- this.j.ae = this.dt;
928
+ this.j.ae = this.dv;
921
929
  }
922
930
  break;
923
931
  case "IsHitTestVisible":
924
932
  this.ar.setRawStyleProperty("pointer-events", this.ad ? "auto" : "none");
925
933
  break;
926
934
  case "SuffixText":
927
- this.cm();
935
+ this.co();
928
936
  break;
929
937
  case "SuffixIconName":
930
938
  case "SuffixIconCollectionName":
931
- this.cn();
939
+ this.cp();
932
940
  break;
933
941
  case "SuffixTextColor":
934
942
  case "SuffixTextFont":
935
943
  case "SuffixIconStroke":
936
944
  case "SuffixIconFill":
937
945
  case "SuffixIconViewBox":
938
- this.co();
946
+ this.cq();
939
947
  break;
940
948
  case "SuffixMargin":
941
949
  if (this.ap != null) {
@@ -947,12 +955,12 @@ export let GridCellBase = /*@__PURE__*/ (() => {
947
955
  break;
948
956
  }
949
957
  }
950
- ck() {
958
+ cm() {
951
959
  }
952
- ca() {
960
+ cc() {
953
961
  this.an.focus(true);
954
962
  }
955
- b8() {
963
+ ca() {
956
964
  if (this.a != null) {
957
965
  let a = this.an.clone();
958
966
  this.a.passCellClone(a);
@@ -960,12 +968,12 @@ export let GridCellBase = /*@__PURE__*/ (() => {
960
968
  }
961
969
  detach() {
962
970
  }
963
- db(a) {
971
+ dd(a) {
964
972
  }
965
973
  }
966
974
  GridCellBase.$t = markType(GridCellBase, 'GridCellBase', Base.$, [INativeCell_$type]);
967
975
  GridCellBase.o = null;
968
- GridCellBase.bk = new Random(0);
976
+ GridCellBase.bm = new Random(0);
969
977
  GridCellBase.ba = 10;
970
978
  GridCellBase.ay = 3;
971
979
  return GridCellBase;