igniteui-angular-data-grids 21.0.0 → 21.0.1

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