igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.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 (190) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +8241 -9505
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +0 -28
  8. package/esm2015/lib/CheckboxListView_combined.js +705 -730
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +267 -267
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +63 -65
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +6 -9
  35. package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +433 -271
  38. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  39. package/esm2015/lib/ImageCell.js +55 -55
  40. package/esm2015/lib/ImageCellPresenter.js +8 -8
  41. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  42. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  43. package/esm2015/lib/NumericCell.js +4 -4
  44. package/esm2015/lib/NumericCellPresenter.js +2 -2
  45. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  46. package/esm2015/lib/SectionHeaderCell.js +8 -8
  47. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  48. package/esm2015/lib/SummaryCell.js +25 -25
  49. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  50. package/esm2015/lib/TemplateCell.js +11 -11
  51. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateHeader.js +7 -7
  53. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  54. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  55. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  56. package/esm2015/lib/TextCell.js +22 -22
  57. package/esm2015/lib/TextCellPresenter.js +2 -2
  58. package/esm2015/lib/TextHeaderCell.js +134 -140
  59. package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
  60. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  61. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  62. package/esm2015/lib/igc-checkbox-list-component.js +89 -89
  63. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  64. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  65. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  66. package/esm2015/lib/igc-data-grid-column-component.js +193 -307
  67. package/esm2015/lib/igc-data-grid-component.js +1 -99
  68. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
  69. package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
  70. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  71. package/esm2015/lib/igc-definition-base-component.js +129 -129
  72. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  73. package/esm2015/lib/igc-header-component.js +24 -24
  74. package/esm2015/lib/igc-image-column-component.js +12 -12
  75. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  76. package/esm2015/lib/igc-section-header-component.js +24 -24
  77. package/esm2015/lib/igc-summary-row-component.js +24 -24
  78. package/esm2015/lib/igc-text-column-component.js +9 -9
  79. package/esm2015/lib/igc-text-header-cell-info.js +4 -65
  80. package/esm2015/public_api.js +0 -1
  81. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  82. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  83. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  84. package/esm5/lib/CellPresenterBase.js +10 -10
  85. package/esm5/lib/CheckboxListBridge.js +0 -28
  86. package/esm5/lib/CheckboxListView_combined.js +684 -709
  87. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  88. package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
  89. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  90. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  91. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  92. package/esm5/lib/ContentCellModelHelper.js +3 -3
  93. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  94. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  95. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  96. package/esm5/lib/DraggerView.js +3 -3
  97. package/esm5/lib/EditorCell.js +256 -256
  98. package/esm5/lib/EditorCellPresenter.js +15 -15
  99. package/esm5/lib/FilterCell.js +252 -252
  100. package/esm5/lib/FilterCellPresenter.js +8 -8
  101. package/esm5/lib/GridCellBase.js +62 -64
  102. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  103. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  104. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  105. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  106. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  107. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  108. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  109. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  110. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  111. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  112. package/esm5/lib/GridExternalWrapper.js +6 -9
  113. package/esm5/lib/GridFilterDialogView_combined.js +164 -331
  114. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  115. package/esm5/lib/GridStyleRepository.js +585 -275
  116. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  117. package/esm5/lib/ImageCell.js +54 -54
  118. package/esm5/lib/ImageCellPresenter.js +8 -8
  119. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  120. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  121. package/esm5/lib/NumericCell.js +4 -4
  122. package/esm5/lib/NumericCellPresenter.js +2 -2
  123. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  124. package/esm5/lib/SectionHeaderCell.js +8 -8
  125. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  126. package/esm5/lib/SummaryCell.js +26 -26
  127. package/esm5/lib/SummaryCellPresenter.js +5 -5
  128. package/esm5/lib/TemplateCell.js +11 -11
  129. package/esm5/lib/TemplateCellPresenter.js +2 -2
  130. package/esm5/lib/TemplateHeader.js +7 -7
  131. package/esm5/lib/TemplateHeaderCell.js +5 -5
  132. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/TemplateSectionHeader.js +2 -2
  134. package/esm5/lib/TextCell.js +22 -22
  135. package/esm5/lib/TextCellPresenter.js +2 -2
  136. package/esm5/lib/TextHeaderCell.js +132 -138
  137. package/esm5/lib/TextHeaderCellPresenter.js +21 -43
  138. package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
  139. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  140. package/esm5/lib/igc-checkbox-list-component.js +89 -89
  141. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  142. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  143. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  144. package/esm5/lib/igc-data-grid-column-component.js +193 -355
  145. package/esm5/lib/igc-data-grid-component.js +2 -140
  146. package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
  147. package/esm5/lib/igc-data-grid-pager-component.js +10 -38
  148. package/esm5/lib/igc-date-time-column-component.js +23 -23
  149. package/esm5/lib/igc-definition-base-component.js +129 -129
  150. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  151. package/esm5/lib/igc-header-component.js +24 -24
  152. package/esm5/lib/igc-image-column-component.js +12 -12
  153. package/esm5/lib/igc-numeric-column-component.js +35 -35
  154. package/esm5/lib/igc-section-header-component.js +24 -24
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-text-column-component.js +9 -9
  157. package/esm5/lib/igc-text-header-cell-info.js +4 -93
  158. package/esm5/public_api.js +0 -1
  159. package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
  160. package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
  161. package/lib/CheckboxListBridge.d.ts +0 -1
  162. package/lib/CheckboxListExternal.d.ts +0 -6
  163. package/lib/CheckboxListView_combined.d.ts +148 -153
  164. package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
  165. package/lib/EditorCell.d.ts +51 -51
  166. package/lib/FilterCell.d.ts +53 -53
  167. package/lib/GridCellBase.d.ts +19 -21
  168. package/lib/GridExternalWrapper.d.ts +0 -1
  169. package/lib/GridFilterDialogView_combined.d.ts +58 -81
  170. package/lib/GridStyleRepository.d.ts +84 -23
  171. package/lib/ImageCell.d.ts +14 -14
  172. package/lib/SectionHeaderCell.d.ts +2 -2
  173. package/lib/SummaryCell.d.ts +4 -4
  174. package/lib/TemplateCell.d.ts +3 -3
  175. package/lib/TemplateHeader.d.ts +3 -3
  176. package/lib/TemplateHeaderCell.d.ts +2 -2
  177. package/lib/TemplateSectionHeader.d.ts +2 -2
  178. package/lib/TextCell.d.ts +4 -4
  179. package/lib/TextHeaderCell.d.ts +24 -26
  180. package/lib/VerticalSeparatorCell.d.ts +4 -4
  181. package/lib/igc-data-grid-column-component.d.ts +0 -54
  182. package/lib/igc-data-grid-component.d.ts +1 -49
  183. package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
  184. package/lib/igc-data-grid-pager-component.d.ts +0 -10
  185. package/lib/igc-text-header-cell-info.d.ts +0 -33
  186. package/package.json +4 -4
  187. package/public_api.d.ts +0 -1
  188. package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
  189. package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
  190. package/lib/GridStyleRepositoryKeys.d.ts +0 -48
@@ -24,32 +24,32 @@ let FilterCellPresenter = /*@__PURE__*/ (() => {
24
24
  let b = a;
25
25
  if (a.a7) {
26
26
  if (b.bc(FilterCellModel.oi)) {
27
- this.d.dy = b.n5;
27
+ this.d.dx = b.n5;
28
28
  }
29
29
  if (b.bc(CellModel.f6)) {
30
- this.d.ed = b.aj;
30
+ this.d.ec = b.aj;
31
31
  }
32
32
  if (b.bc(FilterCellModel.ol)) {
33
- this.d.dx = b.n3;
33
+ this.d.dw = b.n3;
34
34
  }
35
35
  if (b.bc(FilterCellModel.ok)) {
36
- this.d.d6 = b.n9;
36
+ this.d.d5 = b.n9;
37
37
  }
38
38
  if (b.bc(FilterCellModel.om)) {
39
39
  if (b.ob) {
40
- this.d.e0();
40
+ this.d.ez();
41
41
  }
42
42
  else {
43
- this.d.ez();
43
+ this.d.ey();
44
44
  }
45
45
  }
46
46
  if (b.bc(FilterCellModel.e5)) {
47
- this.d.fl = b.ne;
47
+ this.d.fk = b.ne;
48
48
  }
49
49
  }
50
50
  if (a.bn || a.bs) {
51
51
  if (b.bc(FilterCellModel.h7) || b.bc(FilterCellModel.h8) || b.bc(FilterCellModel.h6) || b.bc(FilterCellModel.f9)) {
52
- this.d.fj(b.c8, b.c9, b.h5, b.f8);
52
+ this.d.fi(b.c8, b.c9, b.h5, b.f8);
53
53
  }
54
54
  }
55
55
  }
@@ -105,14 +105,14 @@ let GridCellBase = /*@__PURE__*/ (() => {
105
105
  this.ck("SuffixText", b, this.bp);
106
106
  }
107
107
  }
108
- get dt() {
109
- return this.dq;
108
+ get ds() {
109
+ return this.dp;
110
110
  }
111
- set dt(a) {
112
- let b = this.dq;
113
- this.dq = a;
114
- if (b != this.dq) {
115
- this.ck("SuffixTextColor", b, this.dq);
111
+ set ds(a) {
112
+ let b = this.dp;
113
+ this.dp = a;
114
+ if (b != this.dp) {
115
+ this.ck("SuffixTextColor", b, this.dp);
116
116
  }
117
117
  }
118
118
  get n() {
@@ -171,16 +171,6 @@ let GridCellBase = /*@__PURE__*/ (() => {
171
171
  this.ck("SuffixIconCollectionName", b, this.bn);
172
172
  }
173
173
  }
174
- get ds() {
175
- return this.dp;
176
- }
177
- set ds(a) {
178
- let b = this.dp;
179
- this.dp = a;
180
- if (b != this.dp) {
181
- this.ck("SuffixIconStroke", b, this.dp);
182
- }
183
- }
184
174
  get dr() {
185
175
  return this.dn;
186
176
  }
@@ -188,17 +178,27 @@ let GridCellBase = /*@__PURE__*/ (() => {
188
178
  let b = this.dn;
189
179
  this.dn = a;
190
180
  if (b != this.dn) {
191
- this.ck("SuffixIconFill", b, this.dn);
181
+ this.ck("SuffixIconStroke", b, this.dn);
182
+ }
183
+ }
184
+ get dq() {
185
+ return this.dm;
186
+ }
187
+ set dq(a) {
188
+ let b = this.dm;
189
+ this.dm = a;
190
+ if (b != this.dm) {
191
+ this.ck("SuffixIconFill", b, this.dm);
192
192
  }
193
193
  }
194
- get dv() {
195
- return this.du;
194
+ get du() {
195
+ return this.dt;
196
196
  }
197
- set dv(a) {
198
- let b = this.du;
199
- this.du = a;
200
- if (Rect.l_op_Inequality(b, this.du)) {
201
- this.ck("SuffixIconViewBox", b, this.du);
197
+ set du(a) {
198
+ let b = this.dt;
199
+ this.dt = a;
200
+ if (Rect.l_op_Inequality(b, this.dt)) {
201
+ this.ck("SuffixIconViewBox", b, this.dt);
202
202
  }
203
203
  }
204
204
  cm() {
@@ -232,22 +232,22 @@ let GridCellBase = /*@__PURE__*/ (() => {
232
232
  cn() {
233
233
  if (this.aq != null) {
234
234
  this.c8(this.aq, this.bp);
235
- this.c9(this.aq, this.dt);
235
+ this.c9(this.aq, this.ds);
236
236
  this.c0(this.aq, this.n);
237
- this.db(this.aq, this.h);
237
+ this.da(this.aq, this.h);
238
238
  }
239
239
  if (this.l != null) {
240
- this.l.ea = this.ds;
241
- this.l.fill = this.dr;
242
- if (!this.dv.isEmpty && !isNaN_(this.dv.left) && !isNaN_(this.dv.top) && !isNaN_(this.dv.width) && !isNaN_(this.dv.height)) {
243
- this.l.a6 = this.dv.left;
244
- this.l.a7 = this.dv.top;
245
- this.l.a8 = this.dv.width;
246
- this.l.a5 = this.dv.height;
240
+ this.l.ea = this.dr;
241
+ this.l.fill = this.dq;
242
+ if (!this.du.isEmpty && !isNaN_(this.du.left) && !isNaN_(this.du.top) && !isNaN_(this.du.width) && !isNaN_(this.du.height)) {
243
+ this.l.a6 = this.du.left;
244
+ this.l.a7 = this.du.top;
245
+ this.l.a8 = this.du.width;
246
+ this.l.a5 = this.du.height;
247
247
  }
248
- this.c7(this.ap, this.ds);
249
- this.cz(this.ap, this.dr);
250
- this.db(this.ap, this.h);
248
+ this.c7(this.ap, this.dr);
249
+ this.cz(this.ap, this.dq);
250
+ this.da(this.ap, this.h);
251
251
  this.c3(this.l, this.bv, this.by);
252
252
  }
253
253
  }
@@ -312,14 +312,14 @@ let GridCellBase = /*@__PURE__*/ (() => {
312
312
  this.v = true;
313
313
  this.aq = null;
314
314
  this.bp = null;
315
- this.dq = null;
315
+ this.dp = null;
316
316
  this.m = null;
317
317
  this.x = false;
318
318
  this.bo = null;
319
319
  this.bn = null;
320
- this.dp = null;
321
320
  this.dn = null;
322
- this.du = Rect.empty;
321
+ this.dm = null;
322
+ this.dt = Rect.empty;
323
323
  this.al = null;
324
324
  this.ap = null;
325
325
  this.l = null;
@@ -333,7 +333,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
333
333
  this.aw = 0;
334
334
  this.av = 0;
335
335
  this.at = 0;
336
- this.dm = null;
336
+ this.dl = null;
337
337
  this.a3 = 0;
338
338
  this.bc = 0;
339
339
  this.a4 = 0;
@@ -372,9 +372,9 @@ let GridCellBase = /*@__PURE__*/ (() => {
372
372
  this.an.listen("mouseup", runOn(this, this.cf));
373
373
  this.an.listen("mousemove", runOn(this, this.ce));
374
374
  this.an.listen("mouseleave", runOn(this, this.cd));
375
- this.an.listen("touchstart", runOn(this, this.de));
376
- this.an.listen("touchend", runOn(this, this.dg));
377
- this.an.listen("touchmove", runOn(this, this.df));
375
+ this.an.listen("touchstart", runOn(this, this.dd));
376
+ this.an.listen("touchend", runOn(this, this.df));
377
+ this.an.listen("touchmove", runOn(this, this.de));
378
378
  }
379
379
  }
380
380
  ca() {
@@ -438,7 +438,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
438
438
  this.aw = c;
439
439
  this.av = d;
440
440
  this.at = e;
441
- this.dm = a;
441
+ this.dl = a;
442
442
  if (a == null) {
443
443
  this.an.setRawStyleProperty("border", "");
444
444
  }
@@ -476,18 +476,18 @@ let GridCellBase = /*@__PURE__*/ (() => {
476
476
  if (this.ao != null) {
477
477
  this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.a2, 2));
478
478
  }
479
- this.dd(this.bc, this.a3, this.bc, c);
479
+ this.dc(this.bc, this.a3, this.bc, c);
480
480
  }
481
481
  }
482
- dc(a, b) {
482
+ db(a, b) {
483
483
  if (this.bc != a) {
484
484
  let c = this.bc;
485
485
  this.bc = a;
486
486
  this.an.setRawStyleProperty("width", a.toString() + "px");
487
- this.dd(this.bc, this.a3, c, this.a3);
487
+ this.dc(this.bc, this.a3, c, this.a3);
488
488
  }
489
489
  }
490
- dd(a, b, c, d) {
490
+ dc(a, b, c, d) {
491
491
  }
492
492
  b8() {
493
493
  if (!this.ae) {
@@ -549,13 +549,13 @@ let GridCellBase = /*@__PURE__*/ (() => {
549
549
  let a = this.q();
550
550
  return a.getGenerator("PlaceholderWidths");
551
551
  }
552
- dl(a) {
552
+ dk(a) {
553
553
  if (!this.ae) {
554
554
  return;
555
555
  }
556
556
  this.k.i = (a * 0.20000000298023224);
557
557
  }
558
- dj(a, b, c, d) {
558
+ di(a, b, c, d) {
559
559
  if (this.k != null) {
560
560
  let e = this.ah;
561
561
  let f = this.ag;
@@ -580,10 +580,10 @@ let GridCellBase = /*@__PURE__*/ (() => {
580
580
  co(a) {
581
581
  this.h = a;
582
582
  if (this.aq != null) {
583
- this.db(this.aq, a);
583
+ this.da(this.aq, a);
584
584
  }
585
585
  }
586
- dk(a) {
586
+ dj(a) {
587
587
  if (!this.ae) {
588
588
  return;
589
589
  }
@@ -609,9 +609,9 @@ let GridCellBase = /*@__PURE__*/ (() => {
609
609
  this.ah = e;
610
610
  this.k.e = e;
611
611
  }
612
- this.dj(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
612
+ this.di(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
613
613
  }
614
- dh(a, b) {
614
+ dg(a, b) {
615
615
  if (!this.ae) {
616
616
  return;
617
617
  }
@@ -619,7 +619,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
619
619
  this.i = b;
620
620
  this.y = true;
621
621
  }
622
- di(a) {
622
+ dh(a) {
623
623
  if (!this.ae) {
624
624
  return;
625
625
  }
@@ -652,7 +652,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
652
652
  break;
653
653
  }
654
654
  }
655
- db(a, b) {
655
+ da(a, b) {
656
656
  switch (b) {
657
657
  case 0:
658
658
  a.setRawStyleProperty("vertical-align", "top");
@@ -693,7 +693,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
693
693
  cp(e_) {
694
694
  let a = (e_.originalEvent.pointerType);
695
695
  if (a == "touch") {
696
- this.de(e_);
696
+ this.dd(e_);
697
697
  }
698
698
  else {
699
699
  this.cb(e_);
@@ -702,7 +702,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
702
702
  cs(e_) {
703
703
  let a = (e_.originalEvent.pointerType);
704
704
  if (a == "touch") {
705
- this.df(e_);
705
+ this.de(e_);
706
706
  }
707
707
  else {
708
708
  this.ce(e_);
@@ -711,7 +711,7 @@ let GridCellBase = /*@__PURE__*/ (() => {
711
711
  ct(e_) {
712
712
  let a = (e_.originalEvent.pointerType);
713
713
  if (a == "touch") {
714
- this.dg(e_);
714
+ this.df(e_);
715
715
  }
716
716
  else {
717
717
  this.cf(e_);
@@ -729,13 +729,13 @@ let GridCellBase = /*@__PURE__*/ (() => {
729
729
  this.cc(e_);
730
730
  }
731
731
  }
732
- de(a) {
732
+ dd(a) {
733
733
  this.onContactStarted(a, true);
734
734
  }
735
- df(a) {
735
+ de(a) {
736
736
  this.onContactMoved(a, true);
737
737
  }
738
- dg(a) {
738
+ df(a) {
739
739
  this.onContactCompleted(a, true);
740
740
  }
741
741
  onContactStarted(e_, a) {
@@ -940,8 +940,6 @@ let GridCellBase = /*@__PURE__*/ (() => {
940
940
  }
941
941
  detach() {
942
942
  }
943
- da(a) {
944
- }
945
943
  }
946
944
  GridCellBase.$t = /*@__PURE__*/ markType(GridCellBase, 'GridCellBase', Base.$, [INativeCell_$type]);
947
945
  GridCellBase.o = null;
@@ -55,12 +55,12 @@ let GridColumnButtonOptionsView = /*@__PURE__*/ (() => {
55
55
  f.setStyleProperty("margin-left", "1rem");
56
56
  let g = this.o;
57
57
  g.clicked = delegateCombine(g.clicked, runOn(this, this.v));
58
- this.o.g7 = "1";
58
+ this.o.g6 = "1";
59
59
  let h;
60
60
  let i = ((() => { let j = GridColumnOptionsUtilities.g(this.n, b, null, c.p, c.j, Size.empty, this.p, h, this.u); this.p = j.p6; h = j.p7; this.u = j.p8; return j.ret; })());
61
61
  let j = this.p;
62
62
  j.clicked = delegateCombine(j.clicked, runOn(this, this.w));
63
- this.p.g7 = "1";
63
+ this.p.g6 = "1";
64
64
  this.p.e = 2;
65
65
  let k = b.createElement("div");
66
66
  k.setStyleProperty("display", "flex");
@@ -46,7 +46,7 @@ let GridColumnFilterOptionsView = /*@__PURE__*/ (() => {
46
46
  if (null != this.w && null != this.x) {
47
47
  this.w.setStyleProperty("padding-bottom", "5px");
48
48
  this.w.setStyleProperty("margin", "0 -8px");
49
- switch (this.q.r) {
49
+ switch (this.q.q) {
50
50
  case 2:
51
51
  this.x.setStyleProperty("margin", "0 -.25rem");
52
52
  break;
@@ -147,7 +147,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
147
147
  if (this.c != null && this.c.filterUIType != 0) {
148
148
  return false;
149
149
  }
150
- if (!this.column.jz) {
150
+ if (!this.column.js) {
151
151
  return false;
152
152
  }
153
153
  if (this.c == null || this.c.actualDataSource == null || !this.c.actualDataSource.isGroupingSupported || !this.c.actualDataSource.isFilteringSupported) {
@@ -257,7 +257,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
257
257
  this.bc("TextFilterCaption", b, this.cf);
258
258
  }
259
259
  cu() {
260
- let a = this.bx.a2();
260
+ let a = this.bx.a1();
261
261
  this.bw.al(!a);
262
262
  let b = this.b3();
263
263
  this.bw.am(b);
@@ -286,7 +286,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
286
286
  c.add(h);
287
287
  }
288
288
  if (c.count == 1) {
289
- this.column.g4 = c._inner[0];
289
+ this.column.g2 = c._inner[0];
290
290
  }
291
291
  else {
292
292
  let i = new ColumnFilterConditionGroup();
@@ -294,9 +294,9 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
294
294
  for (let j of fromEnum(c)) {
295
295
  i.add(j);
296
296
  }
297
- this.column.g4 = i;
297
+ this.column.g2 = i;
298
298
  }
299
- this.column.ol("Filtered");
299
+ this.column.n0("Filtered");
300
300
  }
301
301
  provideClearFiltersSection(a) {
302
302
  this.bw.ah(a);
@@ -319,7 +319,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
319
319
  this.bw.ak(a);
320
320
  }
321
321
  cl() {
322
- this.column.g4 = null;
322
+ this.column.g2 = null;
323
323
  this.cv();
324
324
  }
325
325
  static bv(a, b) {
@@ -333,12 +333,12 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
333
333
  if (null == a) {
334
334
  return false;
335
335
  }
336
- return null != a.g4;
336
+ return null != a.g2;
337
337
  }
338
338
  co() {
339
339
  let a = this.column;
340
340
  let b = this.c;
341
- let c = (null != a) ? a.mr : null;
341
+ let c = (null != a) ? a.l7 : null;
342
342
  let d = null;
343
343
  let e = null;
344
344
  if (b != null) {
@@ -398,7 +398,7 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
398
398
  }
399
399
  cv() {
400
400
  let a = this.column;
401
- let b = (null != a) ? a.mr : null;
401
+ let b = (null != a) ? a.l7 : null;
402
402
  let c = true;
403
403
  let d = toNullable(ColumnComparisonConditionOperatorType_$type, null);
404
404
  let e = this.b4();
@@ -420,15 +420,15 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
420
420
  }
421
421
  }
422
422
  if (e.count == 0 || !c) {
423
- this.bx.ef();
423
+ this.bx.ed();
424
424
  return;
425
425
  }
426
426
  switch (d.value) {
427
427
  case 0:
428
- this.bx.dc();
428
+ this.bx.db();
429
429
  break;
430
430
  case 1:
431
- this.bx.ef();
431
+ this.bx.ed();
432
432
  break;
433
433
  }
434
434
  let h = this.bx.keys;
@@ -443,8 +443,8 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
443
443
  if (null == b) {
444
444
  return a;
445
445
  }
446
- if (null != b.g4) {
447
- let c = GridColumnFilterOptions.cm(b.g4, a);
446
+ if (null != b.g2) {
447
+ let c = GridColumnFilterOptions.cm(b.g2, a);
448
448
  a = c.p1;
449
449
  }
450
450
  return a;
@@ -470,9 +470,9 @@ let GridColumnFilterOptions = /*@__PURE__*/ (() => {
470
470
  cw() {
471
471
  if (null != this.bx) {
472
472
  this.bx.density = this.b0;
473
- this.bx.cb = this.cc;
473
+ this.bx.ca = this.cc;
474
474
  this.bx.backgroundColor = this.bo;
475
- this.bx.fl = this.br;
475
+ this.bx.fh = this.br;
476
476
  this.bx.baseTheme = this.i;
477
477
  this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
478
478
  }
@@ -66,12 +66,12 @@ let GridColumnGroupOptionsView = /*@__PURE__*/ (() => {
66
66
  GridColumnOptionsUtilities.j(this.s, b, "inline-block");
67
67
  if (b) {
68
68
  this.o.e = 1;
69
- this.o.fc = "stretch";
69
+ this.o.fb = "stretch";
70
70
  this.t.setStyleProperty("justify-content", "space-between");
71
71
  }
72
72
  else {
73
73
  this.o.e = 4;
74
- this.o.fc = "center";
74
+ this.o.fb = "center";
75
75
  this.t.setStyleProperty("justify-content", "center");
76
76
  }
77
77
  this.s.setStyleProperty("font", a.aa.fontString);
@@ -113,7 +113,7 @@ let GridColumnGroupOptions = /*@__PURE__*/ (() => {
113
113
  if (null == this.c) {
114
114
  return false;
115
115
  }
116
- return this.column.jo;
116
+ return this.column.jh;
117
117
  }
118
118
  bj(a, b) {
119
119
  if (null != a) {
@@ -154,7 +154,7 @@ let GridColumnGroupOptions = /*@__PURE__*/ (() => {
154
154
  if (null != a) {
155
155
  let c = a.grid;
156
156
  if (null != c) {
157
- let d = a.mr;
157
+ let d = a.l7;
158
158
  let e = c.groupDescriptions.j;
159
159
  for (let f = 0; f < e.count; f++) {
160
160
  let g = e.item(f);
@@ -179,13 +179,13 @@ let GridColumnGroupOptions = /*@__PURE__*/ (() => {
179
179
  let a = this.c;
180
180
  let b = this.column;
181
181
  if (null != a && null != b) {
182
- let c = new ColumnGroupDescription(1, b.mr);
183
- let d = b.hu;
182
+ let c = new ColumnGroupDescription(1, b.l7);
183
+ let d = b.hs;
184
184
  let e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
185
185
  c.c = e;
186
186
  a.groupDescriptions.g(c);
187
- b.hu = 0;
188
- b.ol("Grouped");
187
+ b.hs = 0;
188
+ b.n0("Grouped");
189
189
  }
190
190
  }
191
191
  b8() {
@@ -196,7 +196,7 @@ let GridColumnGroupOptions = /*@__PURE__*/ (() => {
196
196
  let d = ((() => { let e = this.b3(c); c = e.p0; return e.ret; })());
197
197
  if (c != -1) {
198
198
  a.groupDescriptions.d(c);
199
- b.ol("Grouped");
199
+ b.n0("Grouped");
200
200
  }
201
201
  }
202
202
  }
@@ -64,12 +64,12 @@ let GridColumnHideOptionsView = /*@__PURE__*/ (() => {
64
64
  GridColumnOptionsUtilities.j(this.s, b, "inline-block");
65
65
  if (b) {
66
66
  this.o.e = 1;
67
- this.o.fc = "stretch";
67
+ this.o.fb = "stretch";
68
68
  this.t.setStyleProperty("justify-content", "space-between");
69
69
  }
70
70
  else {
71
71
  this.o.e = 4;
72
- this.o.fc = "center";
72
+ this.o.fb = "center";
73
73
  this.t.setStyleProperty("justify-content", "center");
74
74
  }
75
75
  this.s.setStyleProperty("font", a.aa.fontString);
@@ -127,15 +127,15 @@ let GridColumnHideOptions = /*@__PURE__*/ (() => {
127
127
  get b3() {
128
128
  let a = this.column;
129
129
  if (null != a) {
130
- return a.j1;
130
+ return a.ju;
131
131
  }
132
132
  return false;
133
133
  }
134
134
  set b3(a) {
135
135
  let b = this.column;
136
136
  if (null != b) {
137
- b.j1 = a;
138
- b.ol("Hidden");
137
+ b.ju = a;
138
+ b.n0("Hidden");
139
139
  }
140
140
  }
141
141
  get b2() {
@@ -260,7 +260,7 @@ let GridColumnMoveOptions = /*@__PURE__*/ (() => {
260
260
  }
261
261
  let d = c.actualColumns;
262
262
  let e = d.indexOf(b);
263
- b.ol("Moved");
263
+ b.n0("Moved");
264
264
  if (a) {
265
265
  c.moveColumnLeft(e);
266
266
  }
@@ -135,8 +135,8 @@ let GridColumnOptionsUtilities = /*@__PURE__*/ (() => {
135
135
  h.provideContainer(p);
136
136
  let q = p.getExternal(h, p.rootWrapper, p.getExternal(a, null, null));
137
137
  h.e = d;
138
- h.s = e;
139
- h.o = f;
138
+ h.r = e;
139
+ h.n = f;
140
140
  let r = null != c;
141
141
  k = null;
142
142
  if (r) {
@@ -183,13 +183,13 @@ let GridColumnOptionsUtilities = /*@__PURE__*/ (() => {
183
183
  }
184
184
  if (m) {
185
185
  u.setStyleProperty("justify-content", "space-between");
186
- h.g7 = "1";
186
+ h.g6 = "1";
187
187
  o.setStyleProperty("display", "flex");
188
188
  o.setStyleProperty("flex-direction", "column");
189
189
  o.setStyleProperty("align-items", "stretch");
190
- h.f1 = "flex";
191
- h.g5 = "column";
192
- h.fc = "stretch";
190
+ h.f0 = "flex";
191
+ h.g4 = "column";
192
+ h.fb = "stretch";
193
193
  }
194
194
  h.appendButtonContent(u);
195
195
  return {
@@ -206,8 +206,8 @@ let GridColumnOptionsUtilities = /*@__PURE__*/ (() => {
206
206
  g = new XButtonGroup();
207
207
  g.provideContainer(i);
208
208
  let j = i.getExternal(g, i.rootWrapper, i.getExternal(a, null, null));
209
- g.u = e;
210
- g.q = f;
209
+ g.t = e;
210
+ g.p = f;
211
211
  g.i = 0;
212
212
  for (let k of fromEnum(c)) {
213
213
  g.buttons.add(k);
@@ -250,15 +250,15 @@ let GridColumnOptionsUtilities = /*@__PURE__*/ (() => {
250
250
  }
251
251
  static l(a, b) {
252
252
  if (null != a) {
253
- a.o = b.i;
254
- a.s = b.p;
255
- a.ab = b.z;
253
+ a.n = b.i;
254
+ a.r = b.p;
255
+ a.aa = b.z;
256
256
  }
257
257
  }
258
258
  static k(a, b) {
259
259
  if (null != a) {
260
- a.q = b.i;
261
- a.u = b.p;
260
+ a.p = b.i;
261
+ a.t = b.p;
262
262
  }
263
263
  }
264
264
  }
@@ -584,8 +584,8 @@ let GridColumnOptionsBase = /*@__PURE__*/ (() => {
584
584
  }
585
585
  }
586
586
  GridColumnOptionsBase.$t = /*@__PURE__*/ markType(GridColumnOptionsBase, 'GridColumnOptionsBase', Base.$, [INotifyPropertyChanged_$type]);
587
- GridColumnOptionsBase.bp = /*@__PURE__*/ BrushUtil.l(255, 248, 248, 248);
588
- GridColumnOptionsBase.bq = /*@__PURE__*/ BrushUtil.l(255, 24, 29, 31);
587
+ GridColumnOptionsBase.bp = /*@__PURE__*/ BrushUtil.j(255, 248, 248, 248);
588
+ GridColumnOptionsBase.bq = /*@__PURE__*/ BrushUtil.j(255, 24, 29, 31);
589
589
  return GridColumnOptionsBase;
590
590
  })();
591
591
  export { GridColumnOptionsBase };
@@ -204,8 +204,8 @@ let GridColumnOptions = /*@__PURE__*/ (() => {
204
204
  this.b5 = 0;
205
205
  this.b3 = 0;
206
206
  this.d0 = null;
207
- this.fk = BrushUtil.l(255, 24, 29, 31);
208
- this.fj = BrushUtil.l(255, 248, 248, 248);
207
+ this.fk = BrushUtil.j(255, 24, 29, 31);
208
+ this.fj = BrushUtil.j(255, 248, 248, 248);
209
209
  this.applyButtonClick = null;
210
210
  this.cancelButtonClick = null;
211
211
  }
@@ -292,7 +292,7 @@ let GridColumnOptions = /*@__PURE__*/ (() => {
292
292
  }
293
293
  get dx() {
294
294
  let a = this.column;
295
- return (null != a) ? a.l0 : "(No column selected)";
295
+ return (null != a) ? a.lm : "(No column selected)";
296
296
  }
297
297
  get ci() {
298
298
  if (null == this.ch) {