igniteui-webcomponents-data-grids 6.2.2-alpha.3 → 6.3.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 (192) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +5786 -5636
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +1 -1
  4. package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +7 -7
  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/CanvasSummaryCell.js +1 -1
  12. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  13. package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
  14. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  15. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  16. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  17. package/esm2015/lib/CellPresenterBase.js +40 -37
  18. package/esm2015/lib/CheckboxListBridge.js +4 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +778 -743
  20. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
  22. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  23. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +13 -13
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  27. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  28. package/esm2015/lib/EditorCell.js +303 -303
  29. package/esm2015/lib/EditorCellPresenter.js +27 -27
  30. package/esm2015/lib/EditorRowCell.js +1 -1
  31. package/esm2015/lib/FilterCell.js +272 -272
  32. package/esm2015/lib/FilterCellPresenter.js +16 -16
  33. package/esm2015/lib/GridCellBase.js +356 -337
  34. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
  35. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  36. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  37. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  38. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  40. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  41. package/esm2015/lib/GridExternalWrapper.js +6 -6
  42. package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
  43. package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
  44. package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
  45. package/esm2015/lib/ImageCell.js +59 -59
  46. package/esm2015/lib/ImageCellPresenter.js +17 -17
  47. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  48. package/esm2015/lib/NumericCell.js +8 -8
  49. package/esm2015/lib/NumericCellPresenter.js +9 -9
  50. package/esm2015/lib/PropertyEditorView_combined.js +21 -21
  51. package/esm2015/lib/SectionHeaderCell.js +15 -15
  52. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  53. package/esm2015/lib/SortIndicatorStyle.js +6 -2
  54. package/esm2015/lib/SummaryCell.js +40 -40
  55. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  56. package/esm2015/lib/TemplateCell.js +15 -15
  57. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  58. package/esm2015/lib/TemplateHeader.js +2 -2
  59. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  60. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  61. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  62. package/esm2015/lib/TextCell.js +32 -32
  63. package/esm2015/lib/TextCellPresenter.js +10 -10
  64. package/esm2015/lib/TextHeaderCell.js +153 -153
  65. package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
  66. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  67. package/esm2015/lib/igc-cell-info.js +164 -155
  68. package/esm2015/lib/igc-checkbox-list-component.js +103 -87
  69. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  70. package/esm2015/lib/igc-data-grid-column-component.js +114 -104
  71. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  72. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  73. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  74. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  75. package/esm2015/lib/igc-image-cell-info.js +6 -6
  76. package/esm2015/lib/igc-image-column-component.js +12 -12
  77. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  78. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  79. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  80. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  81. package/esm2015/lib/igc-template-cell-info.js +2 -2
  82. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  83. package/esm2015/lib/igc-text-cell-info.js +2 -2
  84. package/esm2015/lib/igc-text-column-component.js +9 -9
  85. package/esm2015/lib/igc-text-header-cell-info.js +10 -10
  86. package/esm5/lib/AccessibilityRow.js +1 -1
  87. package/esm5/lib/CanvasCellPresenterBase.js +9 -9
  88. package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
  89. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  90. package/esm5/lib/CanvasGridCellBase.js +7 -7
  91. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  92. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  93. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  94. package/esm5/lib/CanvasSummaryCell.js +1 -1
  95. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  96. package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
  97. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  98. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  99. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  100. package/esm5/lib/CellPresenterBase.js +40 -37
  101. package/esm5/lib/CheckboxListBridge.js +4 -0
  102. package/esm5/lib/CheckboxListView_combined.js +760 -725
  103. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  104. package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
  105. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  106. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  107. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  108. package/esm5/lib/ContentCellModelHelper.js +13 -13
  109. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  110. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  111. package/esm5/lib/EditorCell.js +285 -285
  112. package/esm5/lib/EditorCellPresenter.js +27 -27
  113. package/esm5/lib/EditorRowCell.js +1 -1
  114. package/esm5/lib/FilterCell.js +262 -262
  115. package/esm5/lib/FilterCellPresenter.js +16 -16
  116. package/esm5/lib/GridCellBase.js +349 -326
  117. package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
  118. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  119. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  120. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  121. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  122. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  123. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  124. package/esm5/lib/GridExternalWrapper.js +6 -6
  125. package/esm5/lib/GridFilterDialogView_combined.js +1 -1
  126. package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
  127. package/esm5/lib/ISummaryChooserView_combined.js +9 -9
  128. package/esm5/lib/ImageCell.js +59 -59
  129. package/esm5/lib/ImageCellPresenter.js +17 -17
  130. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  131. package/esm5/lib/NumericCell.js +8 -8
  132. package/esm5/lib/NumericCellPresenter.js +9 -9
  133. package/esm5/lib/PropertyEditorView_combined.js +21 -21
  134. package/esm5/lib/SectionHeaderCell.js +15 -15
  135. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  136. package/esm5/lib/SortIndicatorStyle.js +6 -2
  137. package/esm5/lib/SummaryCell.js +40 -40
  138. package/esm5/lib/SummaryCellPresenter.js +10 -10
  139. package/esm5/lib/TemplateCell.js +15 -15
  140. package/esm5/lib/TemplateCellPresenter.js +5 -5
  141. package/esm5/lib/TemplateHeader.js +2 -2
  142. package/esm5/lib/TemplateHeaderCell.js +5 -5
  143. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  144. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  145. package/esm5/lib/TextCell.js +32 -32
  146. package/esm5/lib/TextCellPresenter.js +10 -10
  147. package/esm5/lib/TextHeaderCell.js +151 -151
  148. package/esm5/lib/TextHeaderCellPresenter.js +25 -25
  149. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  150. package/esm5/lib/igc-cell-info.js +168 -155
  151. package/esm5/lib/igc-checkbox-list-component.js +103 -87
  152. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  153. package/esm5/lib/igc-data-grid-column-component.js +118 -104
  154. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  155. package/esm5/lib/igc-date-time-column-component.js +23 -23
  156. package/esm5/lib/igc-editor-cell-info.js +23 -23
  157. package/esm5/lib/igc-filter-cell-info.js +26 -26
  158. package/esm5/lib/igc-image-cell-info.js +6 -6
  159. package/esm5/lib/igc-image-column-component.js +12 -12
  160. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  161. package/esm5/lib/igc-numeric-column-component.js +35 -35
  162. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  163. package/esm5/lib/igc-summary-cell-info.js +9 -9
  164. package/esm5/lib/igc-template-cell-info.js +2 -2
  165. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  166. package/esm5/lib/igc-text-cell-info.js +2 -2
  167. package/esm5/lib/igc-text-column-component.js +9 -9
  168. package/esm5/lib/igc-text-header-cell-info.js +10 -10
  169. package/fesm2015/igniteui-webcomponents-data-grids.js +5980 -5848
  170. package/fesm5/igniteui-webcomponents-data-grids.js +5788 -5638
  171. package/lib/CheckboxListBridge.d.ts +1 -0
  172. package/lib/CheckboxListViewExternal.d.ts +1 -0
  173. package/lib/CheckboxListView_combined.d.ts +185 -179
  174. package/lib/ColumnFilterCondition_combined.d.ts +820 -813
  175. package/lib/EditorCell.d.ts +67 -67
  176. package/lib/FilterCell.d.ts +55 -55
  177. package/lib/GridCellBase.d.ts +105 -102
  178. package/lib/ImageCell.d.ts +17 -17
  179. package/lib/NumericCell.d.ts +2 -2
  180. package/lib/SectionHeaderCell.d.ts +3 -3
  181. package/lib/SortIndicatorStyle.d.ts +5 -1
  182. package/lib/SummaryCell.d.ts +9 -9
  183. package/lib/TemplateCell.d.ts +5 -5
  184. package/lib/TemplateHeaderCell.d.ts +2 -2
  185. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  186. package/lib/TextCell.d.ts +7 -7
  187. package/lib/TextHeaderCell.d.ts +29 -29
  188. package/lib/VerticalSeparatorCell.d.ts +8 -8
  189. package/lib/igc-cell-info.d.ts +5 -0
  190. package/lib/igc-checkbox-list-component.d.ts +10 -0
  191. package/lib/igc-data-grid-column-component.d.ts +5 -0
  192. package/package.json +4 -4
@@ -33,11 +33,11 @@ export let GridCellBase = /*@__PURE__*/ (() => {
33
33
  get d() {
34
34
  return this.c;
35
35
  }
36
- get ak() {
37
- return this.ai;
36
+ get am() {
37
+ return this.ak;
38
38
  }
39
- get ap() {
40
- return this.al;
39
+ get ar() {
40
+ return this.an;
41
41
  }
42
42
  get isRemoved() {
43
43
  return this.w;
@@ -46,26 +46,26 @@ export let GridCellBase = /*@__PURE__*/ (() => {
46
46
  let b = this.w;
47
47
  this.w = a;
48
48
  if (b != this.w) {
49
- this.ch("IsRemoved", b, this.w);
49
+ this.ck("IsRemoved", b, this.w);
50
50
  }
51
51
  }
52
+ get bf() {
53
+ return this.a2;
54
+ }
52
55
  get bd() {
53
56
  return this.a0;
54
57
  }
55
- get bb() {
56
- return this.ay;
58
+ get be() {
59
+ return this.a1;
57
60
  }
58
- get bc() {
59
- return this.az;
61
+ get bi() {
62
+ return this.a5;
60
63
  }
61
- get bg() {
62
- return this.a3;
63
- }
64
- set bg(a) {
65
- let b = this.a3;
66
- this.a3 = a;
67
- if (b != this.a3) {
68
- this.ch("Indent", b, this.a3);
64
+ set bi(a) {
65
+ let b = this.a5;
66
+ this.a5 = a;
67
+ if (b != this.a5) {
68
+ this.ck("Indent", b, this.a5);
69
69
  }
70
70
  }
71
71
  get aa() {
@@ -75,7 +75,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
75
75
  let b = this.t;
76
76
  this.t = a;
77
77
  if (b != this.t) {
78
- this.ch("IsCollapsable", b, this.t);
78
+ this.ck("IsCollapsable", b, this.t);
79
79
  }
80
80
  }
81
81
  get ab() {
@@ -85,7 +85,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
85
85
  let b = this.u;
86
86
  this.u = a;
87
87
  if (b != this.u) {
88
- this.ch("IsExpanded", b, this.u);
88
+ this.ck("IsExpanded", b, this.u);
89
89
  }
90
90
  }
91
91
  get ad() {
@@ -95,27 +95,27 @@ export let GridCellBase = /*@__PURE__*/ (() => {
95
95
  let b = this.v;
96
96
  this.v = a;
97
97
  if (b != this.v) {
98
- this.ch("IsHitTestVisible", b, this.v);
98
+ this.ck("IsHitTestVisible", b, this.v);
99
99
  }
100
100
  }
101
- get b0() {
102
- return this.bn;
101
+ get b3() {
102
+ return this.bp;
103
103
  }
104
- set b0(a) {
105
- let b = this.bn;
106
- this.bn = a;
107
- if (b != this.bn) {
108
- this.ch("SuffixText", b, this.bn);
104
+ set b3(a) {
105
+ let b = this.bp;
106
+ this.bp = a;
107
+ if (b != this.bp) {
108
+ this.ck("SuffixText", b, this.bp);
109
109
  }
110
110
  }
111
- get dp() {
112
- return this.dl;
111
+ get ds() {
112
+ return this.dp;
113
113
  }
114
- set dp(a) {
115
- let b = this.dl;
116
- this.dl = a;
117
- if (b != this.dl) {
118
- this.ch("SuffixTextColor", b, this.dl);
114
+ set ds(a) {
115
+ let b = this.dp;
116
+ this.dp = a;
117
+ if (b != this.dp) {
118
+ this.ck("SuffixTextColor", b, this.dp);
119
119
  }
120
120
  }
121
121
  get n() {
@@ -125,142 +125,142 @@ export let GridCellBase = /*@__PURE__*/ (() => {
125
125
  let b = this.m;
126
126
  this.m = a;
127
127
  if (b != this.m) {
128
- this.ch("SuffixTextFont", b, this.m);
128
+ this.ck("SuffixTextFont", b, this.m);
129
129
  }
130
130
  }
131
- ci() {
132
- if (this.bn != null) {
133
- if (this.ao == null) {
134
- this.ao = this.ai.createElement("span");
135
- this.ao.setRawStyleProperty("display", "inline-block");
136
- this.ao.setRawStyleProperty("overflow", "hidden");
137
- this.ao.setRawStyleProperty("white-space", "nowrap");
138
- this.ao.setRawStyleProperty("margin-left", "5px");
131
+ cl() {
132
+ if (this.bp != null) {
133
+ if (this.aq == null) {
134
+ this.aq = this.ak.createElement("span");
135
+ this.aq.setRawStyleProperty("display", "inline-block");
136
+ this.aq.setRawStyleProperty("overflow", "hidden");
137
+ this.aq.setRawStyleProperty("white-space", "nowrap");
138
+ this.aq.setRawStyleProperty("margin-left", this.aj + "px");
139
139
  }
140
- this.ck();
140
+ this.cn();
141
141
  if (!this.x) {
142
- this.ap.setRawStyleProperty("display", "grid");
143
- this.ap.setRawStyleProperty("grid-template-columns", "1fr min-content");
144
- this.ap.append(this.ao);
142
+ this.ar.setRawStyleProperty("display", "grid");
143
+ this.ar.setRawStyleProperty("grid-template-columns", "1fr min-content");
144
+ this.ar.append(this.aq);
145
145
  this.x = true;
146
146
  }
147
147
  }
148
148
  else {
149
149
  if (this.x) {
150
- this.ap.setRawStyleProperty("display", "unset");
151
- this.ap.setRawStyleProperty("grid-template-columns", "unset");
152
- this.ap.removeChild(this.ao);
150
+ this.ar.setRawStyleProperty("display", "unset");
151
+ this.ar.setRawStyleProperty("grid-template-columns", "unset");
152
+ this.ar.removeChild(this.aq);
153
153
  this.x = false;
154
154
  }
155
155
  }
156
156
  }
157
- get bw() {
158
- return this.bm;
157
+ get by() {
158
+ return this.bo;
159
159
  }
160
- set bw(a) {
161
- let b = this.bm;
162
- this.bm = a;
163
- if (b != this.bm) {
164
- this.ch("SuffixIconName", b, this.bm);
160
+ set by(a) {
161
+ let b = this.bo;
162
+ this.bo = a;
163
+ if (b != this.bo) {
164
+ this.ck("SuffixIconName", b, this.bo);
165
165
  }
166
166
  }
167
- get bt() {
168
- return this.bl;
167
+ get bv() {
168
+ return this.bn;
169
169
  }
170
- set bt(a) {
171
- let b = this.bl;
172
- this.bl = a;
173
- if (b != this.bl) {
174
- this.ch("SuffixIconCollectionName", b, this.bl);
170
+ set bv(a) {
171
+ let b = this.bn;
172
+ this.bn = a;
173
+ if (b != this.bn) {
174
+ this.ck("SuffixIconCollectionName", b, this.bn);
175
175
  }
176
176
  }
177
- get dn() {
178
- return this.dk;
177
+ get dr() {
178
+ return this.dn;
179
179
  }
180
- set dn(a) {
181
- let b = this.dk;
182
- this.dk = a;
183
- if (b != this.dk) {
184
- this.ch("SuffixIconStroke", b, this.dk);
180
+ set dr(a) {
181
+ let b = this.dn;
182
+ this.dn = a;
183
+ if (b != this.dn) {
184
+ this.ck("SuffixIconStroke", b, this.dn);
185
185
  }
186
186
  }
187
- get dm() {
188
- return this.dj;
187
+ get dq() {
188
+ return this.dm;
189
189
  }
190
- set dm(a) {
191
- let b = this.dj;
192
- this.dj = a;
193
- if (b != this.dj) {
194
- this.ch("SuffixIconFill", b, this.dj);
190
+ set dq(a) {
191
+ let b = this.dm;
192
+ this.dm = a;
193
+ if (b != this.dm) {
194
+ this.ck("SuffixIconFill", b, this.dm);
195
195
  }
196
196
  }
197
- get dr() {
198
- return this.dq;
197
+ get du() {
198
+ return this.dt;
199
199
  }
200
- set dr(a) {
201
- let b = this.dq;
202
- this.dq = a;
203
- if (Rect.l_op_Inequality(b, this.dq)) {
204
- this.ch("SuffixIconViewBox", b, this.dq);
200
+ set du(a) {
201
+ let b = this.dt;
202
+ this.dt = a;
203
+ if (Rect.l_op_Inequality(b, this.dt)) {
204
+ this.ck("SuffixIconViewBox", b, this.dt);
205
205
  }
206
206
  }
207
- cj() {
208
- if (this.bm != null && this.bl != null) {
207
+ cm() {
208
+ if (this.bo != null && this.bn != null) {
209
209
  if (this.l == null) {
210
- this.an = this.ai.createElement("div");
211
- this.aj = this.ai.getSubRenderer(this.an);
210
+ this.ap = this.ak.createElement("div");
211
+ this.al = this.ak.getSubRenderer(this.ap);
212
212
  this.l = new XIcon();
213
- this.l.provideContainer(this.aj);
214
- this.an.setRawStyleProperty("display", "inline-block");
215
- this.an.setRawStyleProperty("overflow", "hidden");
216
- this.an.setRawStyleProperty("margin-left", "5px");
213
+ this.l.provideContainer(this.al);
214
+ this.ap.setRawStyleProperty("display", "inline-block");
215
+ this.ap.setRawStyleProperty("overflow", "hidden");
216
+ this.ap.setRawStyleProperty("margin-left", this.aj + "px");
217
217
  }
218
- this.ck();
218
+ this.cn();
219
219
  if (!this.x) {
220
- this.ap.setRawStyleProperty("display", "grid");
221
- this.ap.setRawStyleProperty("grid-template-columns", "1fr min-content");
222
- this.ap.append(this.an);
220
+ this.ar.setRawStyleProperty("display", "grid");
221
+ this.ar.setRawStyleProperty("grid-template-columns", "1fr min-content");
222
+ this.ar.append(this.ap);
223
223
  this.x = true;
224
224
  }
225
225
  }
226
226
  else {
227
227
  if (this.x) {
228
- this.ap.setRawStyleProperty("display", "unset");
229
- this.ap.setRawStyleProperty("grid-template-columns", "unset");
230
- this.ap.removeChild(this.an);
228
+ this.ar.setRawStyleProperty("display", "unset");
229
+ this.ar.setRawStyleProperty("grid-template-columns", "unset");
230
+ this.ar.removeChild(this.ap);
231
231
  this.x = false;
232
232
  }
233
233
  }
234
234
  }
235
- ck() {
236
- if (this.ao != null) {
237
- this.c5(this.ao, this.bn);
238
- this.c6(this.ao, this.dp);
239
- this.cx(this.ao, this.n);
240
- this.c7(this.ao, this.h);
235
+ cn() {
236
+ if (this.aq != null) {
237
+ this.c8(this.aq, this.bp);
238
+ this.c9(this.aq, this.ds);
239
+ this.c0(this.aq, this.n);
240
+ this.da(this.aq, this.h);
241
241
  }
242
242
  if (this.l != null) {
243
- this.l.ea = this.dn;
244
- this.l.fill = this.dm;
245
- if (!this.dr.isEmpty && !isNaN_(this.dr.left) && !isNaN_(this.dr.top) && !isNaN_(this.dr.width) && !isNaN_(this.dr.height)) {
246
- this.l.a6 = this.dr.left;
247
- this.l.a7 = this.dr.top;
248
- this.l.a8 = this.dr.width;
249
- this.l.a5 = this.dr.height;
243
+ this.l.ea = this.dr;
244
+ this.l.fill = this.dq;
245
+ if (!this.du.isEmpty && !isNaN_(this.du.left) && !isNaN_(this.du.top) && !isNaN_(this.du.width) && !isNaN_(this.du.height)) {
246
+ this.l.a6 = this.du.left;
247
+ this.l.a7 = this.du.top;
248
+ this.l.a8 = this.du.width;
249
+ this.l.a5 = this.du.height;
250
250
  }
251
- this.c4(this.an, this.dn);
252
- this.cw(this.an, this.dm);
253
- this.c7(this.an, this.h);
254
- this.c0(this.l, this.bt, this.bw);
251
+ this.c7(this.ap, this.dr);
252
+ this.cz(this.ap, this.dq);
253
+ this.da(this.ap, this.h);
254
+ this.c3(this.l, this.bv, this.by);
255
255
  }
256
256
  }
257
- c0(a, b, c) {
257
+ c3(a, b, c) {
258
258
  a.svg = null;
259
259
  a.svgPath = null;
260
260
  a.b = null;
261
261
  a.b0 = null;
262
262
  a.bh = null;
263
- let d = SvgIconRegistry.instance.getSvgPathString(this.bl, this.bm);
263
+ let d = SvgIconRegistry.instance.getSvgPathString(this.bn, this.bo);
264
264
  if (d != null) {
265
265
  if (stringStartsWith(d, "<svg")) {
266
266
  a.svg = d;
@@ -270,65 +270,76 @@ export let GridCellBase = /*@__PURE__*/ (() => {
270
270
  }
271
271
  return;
272
272
  }
273
- let e = SvgIconRegistry.instance.getSvgPathsString(this.bl, this.bm);
273
+ let e = SvgIconRegistry.instance.getSvgPathsString(this.bn, this.bo);
274
274
  if (e != null) {
275
275
  a.b = e;
276
276
  return;
277
277
  }
278
- let f = SvgIconRegistry.instance.getDataURLString(this.bl, this.bm);
278
+ let f = SvgIconRegistry.instance.getDataURLString(this.bn, this.bo);
279
279
  if (f != null) {
280
280
  a.b0 = f;
281
281
  return;
282
282
  }
283
- let g = SvgIconRegistry.instance.getIconSource(this.bl, this.bm);
283
+ let g = SvgIconRegistry.instance.getIconSource(this.bn, this.bo);
284
284
  if (g != null) {
285
285
  a.bh = g;
286
286
  }
287
287
  }
288
+ get aj() {
289
+ return this.ai;
290
+ }
291
+ set aj(a) {
292
+ let b = this.ai;
293
+ this.ai = a;
294
+ if (b != this.ai) {
295
+ this.ck("SuffixMargin", b, this.ai);
296
+ }
297
+ }
288
298
  constructor(a) {
289
299
  super();
290
300
  this.a = null;
291
301
  this.e = null;
292
302
  this.c = null;
293
- this.ai = null;
294
- this.al = null;
303
+ this.ak = null;
304
+ this.an = null;
295
305
  this.w = false;
296
- this.am = null;
306
+ this.ao = null;
297
307
  this.j = null;
308
+ this.a2 = 0;
309
+ this.az = 24;
310
+ this.a1 = 0;
298
311
  this.a0 = 0;
299
- this.ax = 24;
300
- this.az = 0;
301
- this.ay = 0;
302
- this.a3 = 0;
312
+ this.a5 = 0;
303
313
  this.t = false;
304
314
  this.u = false;
305
315
  this.v = true;
306
- this.ao = null;
307
- this.bn = null;
308
- this.dl = null;
316
+ this.aq = null;
317
+ this.bp = null;
318
+ this.dp = null;
309
319
  this.m = null;
310
320
  this.x = false;
311
- this.bm = null;
312
- this.bl = null;
313
- this.dk = null;
314
- this.dj = null;
315
- this.dq = Rect.empty;
316
- this.aj = null;
317
- this.an = null;
321
+ this.bo = null;
322
+ this.bn = null;
323
+ this.dn = null;
324
+ this.dm = null;
325
+ this.dt = Rect.empty;
326
+ this.al = null;
327
+ this.ap = null;
318
328
  this.l = null;
329
+ this.ai = 5;
319
330
  this.r = false;
320
- this.a5 = 0;
321
331
  this.a7 = 0;
332
+ this.a9 = 0;
333
+ this.a8 = 0;
322
334
  this.a6 = 0;
323
- this.a4 = 0;
324
- this.as = 0;
325
335
  this.au = 0;
336
+ this.aw = 0;
337
+ this.av = 0;
326
338
  this.at = 0;
327
- this.ar = 0;
328
- this.di = null;
329
- this.a1 = 0;
330
- this.ba = 0;
331
- this.a2 = 0;
339
+ this.dl = null;
340
+ this.a3 = 0;
341
+ this.bc = 0;
342
+ this.a4 = 0;
332
343
  this.k = null;
333
344
  this.g = 0;
334
345
  this.i = 0;
@@ -336,70 +347,70 @@ export let GridCellBase = /*@__PURE__*/ (() => {
336
347
  this.ag = 0;
337
348
  this.h = 1;
338
349
  this.y = false;
339
- this.bj = 0;
340
- this.bk = 0;
341
- this.aq = 0;
342
- this.a9 = -1;
343
- this.av = 0;
350
+ this.bl = 0;
351
+ this.bm = 0;
352
+ this.as = 0;
353
+ this.bb = -1;
354
+ this.ax = 0;
344
355
  this.s = false;
345
- this.ai = a;
346
- this.al = this.ai.createElement("div");
347
- this.al.setAttribute("tabindex", "-1");
348
- this.al.setRawStyleProperty("position", "absolute");
349
- this.al.setRawStyleProperty("overflow", "hidden");
350
- this.al.setRawStyleProperty("box-sizing", "border-box");
351
- this.al.setRawStyleProperty("outline", "none");
356
+ this.ak = a;
357
+ this.an = this.ak.createElement("div");
358
+ this.an.setAttribute("tabindex", "-1");
359
+ this.an.setRawStyleProperty("position", "absolute");
360
+ this.an.setRawStyleProperty("overflow", "hidden");
361
+ this.an.setRawStyleProperty("box-sizing", "border-box");
362
+ this.an.setRawStyleProperty("outline", "none");
352
363
  let b = (window.navigator.msPointerEnabled && window.MSGesture !== undefined);
353
364
  let c = (window.PointerEvent !== undefined);
354
365
  let d = (window.TouchEvent);
355
366
  if ((b || c)) {
356
- this.al.listen("pointerdown", runOn(this, this.cm));
357
- this.al.listen("pointerup", runOn(this, this.cq));
358
- this.al.listen("pointermove", runOn(this, this.cp));
359
- this.al.listen("pointerleave", runOn(this, this.co));
360
- this.al.listen("pointerenter", runOn(this, this.cn));
367
+ this.an.listen("pointerdown", runOn(this, this.cp));
368
+ this.an.listen("pointerup", runOn(this, this.ct));
369
+ this.an.listen("pointermove", runOn(this, this.cs));
370
+ this.an.listen("pointerleave", runOn(this, this.cr));
371
+ this.an.listen("pointerenter", runOn(this, this.cq));
361
372
  }
362
373
  else {
363
- this.al.listen("mousedown", runOn(this, this.b8));
364
- this.al.listen("mouseup", runOn(this, this.cc));
365
- this.al.listen("mousemove", runOn(this, this.cb));
366
- this.al.listen("mouseleave", runOn(this, this.ca));
367
- this.al.listen("touchstart", runOn(this, this.da));
368
- this.al.listen("touchend", runOn(this, this.dc));
369
- this.al.listen("touchmove", runOn(this, this.db));
370
- }
371
- }
372
- b7() {
373
- this.az = 10;
374
- this.ay = this.bg * 24;
375
- this.a0 = 24;
376
- if (this.am == null) {
377
- this.am = this.ai.createElement("div");
378
- this.am.setRawStyleProperty("display", "inline-block");
379
- this.am.setRawStyleProperty("vertical-align", "middle");
380
- this.am.setRawStyleProperty("width", this.a0 + "px");
381
- this.am.setRawStyleProperty("height", this.a0 + "px");
382
- this.am.setRawStyleProperty("cursor", "pointer");
383
- this.am.setRawStyleProperty("position", "absolute");
384
- this.am.setRawXPosition(this.a5 + this.ay);
385
- this.am.setRawYPosition(intDivide(this.a1, 2) - intDivide(this.ax, 2));
374
+ this.an.listen("mousedown", runOn(this, this.cb));
375
+ this.an.listen("mouseup", runOn(this, this.cf));
376
+ this.an.listen("mousemove", runOn(this, this.ce));
377
+ this.an.listen("mouseleave", runOn(this, this.cd));
378
+ this.an.listen("touchstart", runOn(this, this.dd));
379
+ this.an.listen("touchend", runOn(this, this.df));
380
+ this.an.listen("touchmove", runOn(this, this.de));
381
+ }
382
+ }
383
+ ca() {
384
+ this.a1 = 10;
385
+ this.a0 = this.bi * 24;
386
+ this.a2 = 24;
387
+ if (this.ao == null) {
388
+ this.ao = this.ak.createElement("div");
389
+ this.ao.setRawStyleProperty("display", "inline-block");
390
+ this.ao.setRawStyleProperty("vertical-align", "middle");
391
+ this.ao.setRawStyleProperty("width", this.a2 + "px");
392
+ this.ao.setRawStyleProperty("height", this.a2 + "px");
393
+ this.ao.setRawStyleProperty("cursor", "pointer");
394
+ this.ao.setRawStyleProperty("position", "absolute");
395
+ this.ao.setRawXPosition(this.a7 + this.a0);
396
+ this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.az, 2));
386
397
  }
387
398
  if (this.j == null) {
388
- let a = this.ai.getSubRenderer(this.am);
399
+ let a = this.ak.getSubRenderer(this.ao);
389
400
  this.j = new GridExpansionIndicator();
390
401
  this.j.ab(a);
391
402
  this.j.y(24, 24);
392
403
  }
393
- if (this.am.parent() == null) {
394
- this.al.append(this.am);
404
+ if (this.ao.parent() == null) {
405
+ this.an.append(this.ao);
395
406
  }
396
407
  }
397
- cr() {
398
- this.a0 = 0;
399
- this.az = 0;
400
- if (this.am != null) {
401
- if (this.am.parent() != null) {
402
- this.am.remove();
408
+ cu() {
409
+ this.a2 = 0;
410
+ this.a1 = 0;
411
+ if (this.ao != null) {
412
+ if (this.ao.parent() != null) {
413
+ this.ao.remove();
403
414
  }
404
415
  }
405
416
  }
@@ -415,32 +426,32 @@ export let GridCellBase = /*@__PURE__*/ (() => {
415
426
  get ae() {
416
427
  return this.get_ae();
417
428
  }
418
- c3(a, b, c, d) {
419
- this.a5 = a;
420
- this.a7 = b;
421
- this.a6 = c;
422
- this.a4 = d;
423
- this.al.setRawStyleProperty("padding-left", a.toString() + "px");
424
- this.al.setRawStyleProperty("padding-top", b.toString() + "px");
425
- this.al.setRawStyleProperty("padding-right", c.toString() + "px");
426
- this.al.setRawStyleProperty("padding-bottom", d.toString() + "px");
427
- }
428
- cu(a, b, c, d, e) {
429
- this.as = b;
430
- this.au = c;
431
- this.at = d;
432
- this.ar = e;
433
- this.di = a;
429
+ c6(a, b, c, d) {
430
+ this.a7 = a;
431
+ this.a9 = b;
432
+ this.a8 = c;
433
+ this.a6 = d;
434
+ this.an.setRawStyleProperty("padding-left", a.toString() + "px");
435
+ this.an.setRawStyleProperty("padding-top", b.toString() + "px");
436
+ this.an.setRawStyleProperty("padding-right", c.toString() + "px");
437
+ this.an.setRawStyleProperty("padding-bottom", d.toString() + "px");
438
+ }
439
+ cx(a, b, c, d, e) {
440
+ this.au = b;
441
+ this.aw = c;
442
+ this.av = d;
443
+ this.at = e;
444
+ this.dl = a;
434
445
  if (a == null) {
435
- this.al.setRawStyleProperty("border", "");
446
+ this.an.setRawStyleProperty("border", "");
436
447
  }
437
448
  else {
438
- this.al.setRawStyleProperty("border-color", a._fill);
439
- this.al.setRawStyleProperty("border-left-width", b.toString() + "px");
440
- this.al.setRawStyleProperty("border-top-width", c.toString() + "px");
441
- this.al.setRawStyleProperty("border-right-width", d.toString() + "px");
442
- this.al.setRawStyleProperty("border-bottom-width", e.toString() + "px");
443
- this.al.setRawStyleProperty("border-style", "solid");
449
+ this.an.setRawStyleProperty("border-color", a._fill);
450
+ this.an.setRawStyleProperty("border-left-width", b.toString() + "px");
451
+ this.an.setRawStyleProperty("border-top-width", c.toString() + "px");
452
+ this.an.setRawStyleProperty("border-right-width", d.toString() + "px");
453
+ this.an.setRawStyleProperty("border-bottom-width", e.toString() + "px");
454
+ this.an.setRawStyleProperty("border-style", "solid");
444
455
  }
445
456
  }
446
457
  get_ac() {
@@ -449,84 +460,84 @@ export let GridCellBase = /*@__PURE__*/ (() => {
449
460
  get ac() {
450
461
  return this.get_ac();
451
462
  }
452
- get be() {
453
- return this.a1;
454
- }
455
- get bh() {
456
- return this.ba;
463
+ get bg() {
464
+ return this.a3;
457
465
  }
458
- get bf() {
459
- return this.a2;
466
+ get bj() {
467
+ return this.bc;
460
468
  }
461
- cy(a, b) {
462
- if (this.a1 != a || this.a2 != b) {
463
- let c = this.a1;
464
- this.a1 = a;
465
- this.a2 = b;
466
- let d = Math.max(0, this.a1 - this.a2);
467
- this.al.setRawStyleProperty("height", a.toString() + "px");
468
- if (this.am != null) {
469
- this.am.setRawYPosition(intDivide(this.a1, 2) - intDivide(this.a0, 2));
469
+ get bh() {
470
+ return this.a4;
471
+ }
472
+ c1(a, b) {
473
+ if (this.a3 != a || this.a4 != b) {
474
+ let c = this.a3;
475
+ this.a3 = a;
476
+ this.a4 = b;
477
+ let d = Math.max(0, this.a3 - this.a4);
478
+ this.an.setRawStyleProperty("height", a.toString() + "px");
479
+ if (this.ao != null) {
480
+ this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.a2, 2));
470
481
  }
471
- this.c9(this.ba, this.a1, this.ba, c);
482
+ this.dc(this.bc, this.a3, this.bc, c);
472
483
  }
473
484
  }
474
- c8(a, b) {
475
- if (this.ba != a) {
476
- let c = this.ba;
477
- this.ba = a;
478
- this.al.setRawStyleProperty("width", a.toString() + "px");
479
- this.c9(this.ba, this.a1, c, this.a1);
485
+ db(a, b) {
486
+ if (this.bc != a) {
487
+ let c = this.bc;
488
+ this.bc = a;
489
+ this.an.setRawStyleProperty("width", a.toString() + "px");
490
+ this.dc(this.bc, this.a3, c, this.a3);
480
491
  }
481
492
  }
482
- c9(a, b, c, d) {
493
+ dc(a, b, c, d) {
483
494
  }
484
- b5() {
495
+ b8() {
485
496
  if (!this.ae) {
486
497
  return;
487
498
  }
488
499
  this.r = true;
489
- this.k = new PlaceholderView(this.ai);
500
+ this.k = new PlaceholderView(this.ak);
490
501
  this.g = 0;
491
502
  this.i = 1;
492
503
  this.k.l = Color.u(120, 120, 120, 120);
493
504
  this.k.i = 0;
494
- this.al.append(this.k.g);
505
+ this.an.append(this.k.g);
495
506
  }
496
- ct(a) {
497
- this.al.setRawStyleProperty("background-color", a.colorString);
507
+ cw(a) {
508
+ this.an.setRawStyleProperty("background-color", a.colorString);
498
509
  }
499
- c2(a) {
500
- this.al.setRawStyleProperty("opacity", a.toString());
510
+ c5(a) {
511
+ this.an.setRawStyleProperty("opacity", a.toString());
501
512
  }
502
- cx(a, b) {
513
+ c0(a, b) {
503
514
  if (b == null) {
504
- b = FontUtil.getDefaultFont(this.ak);
515
+ b = FontUtil.getDefaultFont(this.am);
505
516
  }
506
517
  a.setRawStyleProperty("font", b.fontString);
507
518
  }
508
- c6(a, b) {
519
+ c9(a, b) {
509
520
  let c = Color.u(0, 0, 0, 0);
510
521
  if (b != null) {
511
522
  c = b.color;
512
523
  }
513
524
  a.setRawStyleProperty("color", c.colorString);
514
525
  }
515
- c4(a, b) {
526
+ c7(a, b) {
516
527
  let c = Color.u(0, 0, 0, 0);
517
528
  if (b != null) {
518
529
  c = b.color;
519
530
  }
520
531
  a.setRawStyleProperty("stroke", c.colorString);
521
532
  }
522
- cw(a, b) {
533
+ cz(a, b) {
523
534
  let c = Color.u(0, 0, 0, 0);
524
535
  if (b != null) {
525
536
  c = b.color;
526
537
  }
527
538
  a.setRawStyleProperty("fill", c.colorString);
528
539
  }
529
- c5(a, b) {
540
+ c8(a, b) {
530
541
  if (a != null) {
531
542
  a.setRawText(b);
532
543
  }
@@ -535,19 +546,19 @@ export let GridCellBase = /*@__PURE__*/ (() => {
535
546
  if (TestRandomness.instance.testRandomnessSource != null) {
536
547
  return TestRandomness.instance.testRandomnessSource;
537
548
  }
538
- return new DefaultRandomnessSource(1, GridCellBase.bi);
549
+ return new DefaultRandomnessSource(1, GridCellBase.bk);
539
550
  }
540
551
  p() {
541
552
  let a = this.q();
542
553
  return a.getGenerator("PlaceholderWidths");
543
554
  }
544
- dh(a) {
555
+ dk(a) {
545
556
  if (!this.ae) {
546
557
  return;
547
558
  }
548
559
  this.k.i = (a * 0.20000000298023224);
549
560
  }
550
- df(a, b, c, d) {
561
+ di(a, b, c, d) {
551
562
  if (this.k != null) {
552
563
  let e = this.ah;
553
564
  let f = this.ag;
@@ -567,15 +578,15 @@ export let GridCellBase = /*@__PURE__*/ (() => {
567
578
  this.k.g.setRawYPosition(b);
568
579
  }
569
580
  }
570
- cf(a, b, c) {
581
+ ci(a, b, c) {
571
582
  }
572
- cl(a) {
583
+ co(a) {
573
584
  this.h = a;
574
- if (this.ao != null) {
575
- this.c7(this.ao, a);
585
+ if (this.aq != null) {
586
+ this.da(this.aq, a);
576
587
  }
577
588
  }
578
- dg(a) {
589
+ dj(a) {
579
590
  if (!this.ae) {
580
591
  return;
581
592
  }
@@ -587,8 +598,8 @@ export let GridCellBase = /*@__PURE__*/ (() => {
587
598
  this.ag = b;
588
599
  this.k.d = (b);
589
600
  }
590
- let c = a.h2 * 0.2;
591
- let d = a.f6 * 0.6;
601
+ let c = a.h5 * 0.2;
602
+ let d = a.f8 * 0.6;
592
603
  if (this.ah >= c && this.ah <= d && !this.y) {
593
604
  return;
594
605
  }
@@ -601,9 +612,9 @@ export let GridCellBase = /*@__PURE__*/ (() => {
601
612
  this.ah = e;
602
613
  this.k.e = e;
603
614
  }
604
- this.df(this.a5 + this.ay + this.a0, this.a7, this.ba - (this.a5 + this.a6), this.a1 - (this.a7 + this.a4));
615
+ this.di(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
605
616
  }
606
- dd(a, b) {
617
+ dg(a, b) {
607
618
  if (!this.ae) {
608
619
  return;
609
620
  }
@@ -611,7 +622,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
611
622
  this.i = b;
612
623
  this.y = true;
613
624
  }
614
- de(a) {
625
+ dh(a) {
615
626
  if (!this.ae) {
616
627
  return;
617
628
  }
@@ -619,32 +630,32 @@ export let GridCellBase = /*@__PURE__*/ (() => {
619
630
  this.k.l = a.color;
620
631
  }
621
632
  }
622
- cs(a) {
633
+ cv(a) {
623
634
  this.a = a;
624
635
  }
625
- c1(a) {
636
+ c4(a) {
626
637
  this.e = a;
627
638
  }
628
- cv(a) {
639
+ cy(a) {
629
640
  this.c = a;
630
641
  }
631
- cz(a, b) {
642
+ c2(a, b) {
632
643
  switch (b) {
633
644
  case 0:
634
- this.ap.setRawStyleProperty("text-align", "left");
645
+ this.ar.setRawStyleProperty("text-align", "left");
635
646
  break;
636
647
  case 1:
637
- this.ap.setRawStyleProperty("text-align", "center");
648
+ this.ar.setRawStyleProperty("text-align", "center");
638
649
  break;
639
650
  case 2:
640
- this.ap.setRawStyleProperty("text-align", "right");
651
+ this.ar.setRawStyleProperty("text-align", "right");
641
652
  break;
642
653
  case 3:
643
- this.ap.setRawStyleProperty("text-align", "center");
654
+ this.ar.setRawStyleProperty("text-align", "center");
644
655
  break;
645
656
  }
646
657
  }
647
- c7(a, b) {
658
+ da(a, b) {
648
659
  switch (b) {
649
660
  case 0:
650
661
  a.setRawStyleProperty("vertical-align", "top");
@@ -667,67 +678,67 @@ export let GridCellBase = /*@__PURE__*/ (() => {
667
678
  af(a) {
668
679
  return a.isClickActionDesired;
669
680
  }
670
- b8(a) {
681
+ cb(a) {
671
682
  this.onContactStarted(a, false);
672
683
  }
673
- cc(a) {
684
+ cf(a) {
674
685
  this.onContactCompleted(a, false);
675
686
  }
676
- cb(a) {
687
+ ce(a) {
677
688
  this.onContactMoved(a, false);
678
689
  }
679
- ca(a) {
680
- this.ce(a, false);
690
+ cd(a) {
691
+ this.ch(a, false);
681
692
  }
682
- b9(a) {
683
- this.cd(a, false);
693
+ cc(a) {
694
+ this.cg(a, false);
684
695
  }
685
- cm(e_) {
696
+ cp(e_) {
686
697
  let a = (e_.originalEvent.pointerType);
687
698
  if (a == "touch") {
688
- this.da(e_);
699
+ this.dd(e_);
689
700
  }
690
701
  else {
691
- this.b8(e_);
702
+ this.cb(e_);
692
703
  }
693
704
  }
694
- cp(e_) {
705
+ cs(e_) {
695
706
  let a = (e_.originalEvent.pointerType);
696
707
  if (a == "touch") {
697
- this.db(e_);
708
+ this.de(e_);
698
709
  }
699
710
  else {
700
- this.cb(e_);
711
+ this.ce(e_);
701
712
  }
702
713
  }
703
- cq(e_) {
714
+ ct(e_) {
704
715
  let a = (e_.originalEvent.pointerType);
705
716
  if (a == "touch") {
706
- this.dc(e_);
717
+ this.df(e_);
707
718
  }
708
719
  else {
709
- this.cc(e_);
720
+ this.cf(e_);
710
721
  }
711
722
  }
712
- co(e_) {
723
+ cr(e_) {
713
724
  let a = (e_.originalEvent.pointerType);
714
725
  if (a != "touch") {
715
- this.ca(e_);
726
+ this.cd(e_);
716
727
  }
717
728
  }
718
- cn(e_) {
729
+ cq(e_) {
719
730
  let a = (e_.originalEvent.pointerType);
720
731
  if (a != "touch") {
721
- this.b9(e_);
732
+ this.cc(e_);
722
733
  }
723
734
  }
724
- da(a) {
735
+ dd(a) {
725
736
  this.onContactStarted(a, true);
726
737
  }
727
- db(a) {
738
+ de(a) {
728
739
  this.onContactMoved(a, true);
729
740
  }
730
- dc(a) {
741
+ df(a) {
731
742
  this.onContactCompleted(a, true);
732
743
  }
733
744
  onContactStarted(e_, a) {
@@ -742,13 +753,13 @@ export let GridCellBase = /*@__PURE__*/ (() => {
742
753
  }
743
754
  else {
744
755
  if (this.a != null && this.af(this.a)) {
745
- this.bj = e_.pageX;
746
- this.bk = e_.pageY;
747
- if (this.a9 != e_.which) {
748
- this.av = 0;
756
+ this.bl = e_.pageX;
757
+ this.bm = e_.pageY;
758
+ if (this.bb != e_.which) {
759
+ this.ax = 0;
749
760
  }
750
- this.a9 = e_.which;
751
- this.a.mouseDownCell(this.bj, this.bk);
761
+ this.bb = e_.which;
762
+ this.a.mouseDownCell(this.bl, this.bm);
752
763
  }
753
764
  }
754
765
  }
@@ -759,7 +770,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
759
770
  if (this.af(this.a)) {
760
771
  if (this.a.isMouseDown) {
761
772
  if (b) {
762
- if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.a8 || Math.abs(d - this.a.mousePosition.y) > GridCellBase.a8) {
773
+ if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.ba || Math.abs(d - this.a.mousePosition.y) > GridCellBase.ba) {
763
774
  this.a.mouseUpCell(c, d);
764
775
  }
765
776
  else {
@@ -770,8 +781,8 @@ export let GridCellBase = /*@__PURE__*/ (() => {
770
781
  if (PointUtil.equals(this.a.mousePosition, null)) {
771
782
  this.a.mouseUpCell(c, d);
772
783
  }
773
- else if (this.a9 == 1) {
774
- if (Math.abs(c - this.a.mousePosition.x) > GridCellBase.aw || Math.abs(d - this.a.mousePosition.y) > GridCellBase.aw) {
784
+ else if (this.bb == 1) {
785
+ if (Math.abs(c - this.a.mousePosition.x) > GridCellBase.ay || Math.abs(d - this.a.mousePosition.y) > GridCellBase.ay) {
775
786
  this.a.isControlPressed = a.ctrlKey;
776
787
  this.a.dragStarted();
777
788
  }
@@ -785,8 +796,8 @@ export let GridCellBase = /*@__PURE__*/ (() => {
785
796
  }
786
797
  }
787
798
  onContactCompleted(e_, a) {
788
- this.av++;
789
- window.setTimeout(() => this.av = 0, 250);
799
+ this.ax++;
800
+ window.setTimeout(() => this.ax = 0, 250);
790
801
  let b = false;
791
802
  if (this.aa) {
792
803
  let indicator_ = this.j.q();
@@ -799,14 +810,14 @@ export let GridCellBase = /*@__PURE__*/ (() => {
799
810
  if (this.a != null && this.af(this.a)) {
800
811
  let c = e_.pageX;
801
812
  let d = e_.pageY;
802
- if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.a8 || Math.abs(d - this.a.mousePosition.y) > GridCellBase.a8 || this.a.isDrag) {
813
+ if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.ba || Math.abs(d - this.a.mousePosition.y) > GridCellBase.ba || this.a.isDrag) {
803
814
  this.a.mouseUpCell(c, d);
804
815
  }
805
816
  if (this.a.isCellDown()) {
806
817
  this.a.isControlPressed = e_.ctrlKey;
807
818
  this.a.isShiftPressed = e_.shiftKey;
808
- if (this.av > 1) {
809
- switch (this.a9) {
819
+ if (this.ax > 1) {
820
+ switch (this.bb) {
810
821
  case 1:
811
822
  this.a.doubleClicked(0);
812
823
  break;
@@ -843,7 +854,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
843
854
  }
844
855
  this.s = false;
845
856
  }
846
- ce(a, b) {
857
+ ch(a, b) {
847
858
  if (this.a != null) {
848
859
  if (this.af(this.a)) {
849
860
  if (this.a.isMouseDown) {
@@ -860,7 +871,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
860
871
  }
861
872
  }
862
873
  }
863
- cd(a, b) {
874
+ cg(a, b) {
864
875
  if (this.a != null && this.a.isEnterActionDesired) {
865
876
  let c = a.pageX;
866
877
  let d = a.pageY;
@@ -869,22 +880,22 @@ export let GridCellBase = /*@__PURE__*/ (() => {
869
880
  }
870
881
  onDoubleClick(a) {
871
882
  }
872
- ch(a, b, c) {
883
+ ck(a, b, c) {
873
884
  switch (a) {
874
885
  case "Indent":
875
- this.ay = this.bg * 24;
876
- this.az = this.bg > 0 ? 10 : 0;
877
- if (this.am != null) {
878
- this.am.setRawXPosition(this.a5 + this.ay);
879
- this.am.setRawYPosition(intDivide(this.a1, 2) - intDivide(this.ax, 2));
886
+ this.a0 = this.bi * 24;
887
+ this.a1 = this.bi > 0 ? 10 : 0;
888
+ if (this.ao != null) {
889
+ this.ao.setRawXPosition(this.a7 + this.a0);
890
+ this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.az, 2));
880
891
  }
881
892
  break;
882
893
  case "IsCollapsable":
883
894
  if (this.aa) {
884
- this.b7();
895
+ this.ca();
885
896
  }
886
897
  else {
887
- this.cr();
898
+ this.cu();
888
899
  }
889
900
  break;
890
901
  case "IsExpanded":
@@ -893,32 +904,40 @@ export let GridCellBase = /*@__PURE__*/ (() => {
893
904
  }
894
905
  break;
895
906
  case "IsHitTestVisible":
896
- this.ap.setRawStyleProperty("pointer-events", this.ad ? "auto" : "none");
907
+ this.ar.setRawStyleProperty("pointer-events", this.ad ? "auto" : "none");
897
908
  break;
898
909
  case "SuffixText":
899
- this.ci();
910
+ this.cl();
900
911
  break;
901
912
  case "SuffixIconName":
902
913
  case "SuffixIconCollectionName":
903
- this.cj();
914
+ this.cm();
904
915
  break;
905
916
  case "SuffixTextColor":
906
917
  case "SuffixTextFont":
907
918
  case "SuffixIconStroke":
908
919
  case "SuffixIconFill":
909
920
  case "SuffixIconViewBox":
910
- this.ck();
921
+ this.cn();
922
+ break;
923
+ case "SuffixMargin":
924
+ if (this.ap != null) {
925
+ this.ap.setRawStyleProperty("margin-left", this.aj + "px");
926
+ }
927
+ if (this.aq != null) {
928
+ this.aq.setRawStyleProperty("margin-left", this.aj + "px");
929
+ }
911
930
  break;
912
931
  }
913
932
  }
914
- cg() {
933
+ cj() {
915
934
  }
916
- b6() {
917
- this.al.focus(true);
935
+ b9() {
936
+ this.an.focus(true);
918
937
  }
919
- b4() {
938
+ b7() {
920
939
  if (this.a != null) {
921
- let a = this.al.clone();
940
+ let a = this.an.clone();
922
941
  this.a.passCellClone(a);
923
942
  }
924
943
  }
@@ -927,8 +946,8 @@ export let GridCellBase = /*@__PURE__*/ (() => {
927
946
  }
928
947
  GridCellBase.$t = /*@__PURE__*/ markType(GridCellBase, 'GridCellBase', Base.$, [INativeCell_$type]);
929
948
  GridCellBase.o = null;
930
- GridCellBase.bi = /*@__PURE__*/ new Random(0);
931
- GridCellBase.a8 = 10;
932
- GridCellBase.aw = 3;
949
+ GridCellBase.bk = /*@__PURE__*/ new Random(0);
950
+ GridCellBase.ba = 10;
951
+ GridCellBase.ay = 3;
933
952
  return GridCellBase;
934
953
  })();