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
@@ -32,32 +32,32 @@ export var FilterCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
32
32
  var b = a;
33
33
  if (a.a7) {
34
34
  if (b.bc(FilterCellModel.oi)) {
35
- this.d.dy = b.n5;
35
+ this.d.dx = b.n5;
36
36
  }
37
37
  if (b.bc(CellModel.f6)) {
38
- this.d.ed = b.aj;
38
+ this.d.ec = b.aj;
39
39
  }
40
40
  if (b.bc(FilterCellModel.ol)) {
41
- this.d.dx = b.n3;
41
+ this.d.dw = b.n3;
42
42
  }
43
43
  if (b.bc(FilterCellModel.ok)) {
44
- this.d.d6 = b.n9;
44
+ this.d.d5 = b.n9;
45
45
  }
46
46
  if (b.bc(FilterCellModel.om)) {
47
47
  if (b.ob) {
48
- this.d.e0();
48
+ this.d.ez();
49
49
  }
50
50
  else {
51
- this.d.ez();
51
+ this.d.ey();
52
52
  }
53
53
  }
54
54
  if (b.bc(FilterCellModel.e5)) {
55
- this.d.fl = b.ne;
55
+ this.d.fk = b.ne;
56
56
  }
57
57
  }
58
58
  if (a.bn || a.bs) {
59
59
  if (b.bc(FilterCellModel.h7) || b.bc(FilterCellModel.h8) || b.bc(FilterCellModel.h6) || b.bc(FilterCellModel.f9)) {
60
- this.d.fj(b.c8, b.c9, b.h5, b.f8);
60
+ this.d.fi(b.c8, b.c9, b.h5, b.f8);
61
61
  }
62
62
  }
63
63
  };
@@ -45,14 +45,14 @@ export var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
45
45
  _this.v = true;
46
46
  _this.aq = null;
47
47
  _this.bp = null;
48
- _this.dq = null;
48
+ _this.dp = null;
49
49
  _this.m = null;
50
50
  _this.x = false;
51
51
  _this.bo = null;
52
52
  _this.bn = null;
53
- _this.dp = null;
54
53
  _this.dn = null;
55
- _this.du = Rect.empty;
54
+ _this.dm = null;
55
+ _this.dt = Rect.empty;
56
56
  _this.al = null;
57
57
  _this.ap = null;
58
58
  _this.l = null;
@@ -66,7 +66,7 @@ export var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
66
66
  _this.aw = 0;
67
67
  _this.av = 0;
68
68
  _this.at = 0;
69
- _this.dm = null;
69
+ _this.dl = null;
70
70
  _this.a3 = 0;
71
71
  _this.bc = 0;
72
72
  _this.a4 = 0;
@@ -105,9 +105,9 @@ export var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
105
105
  _this.an.listen("mouseup", runOn(_this, _this.cf));
106
106
  _this.an.listen("mousemove", runOn(_this, _this.ce));
107
107
  _this.an.listen("mouseleave", runOn(_this, _this.cd));
108
- _this.an.listen("touchstart", runOn(_this, _this.de));
109
- _this.an.listen("touchend", runOn(_this, _this.dg));
110
- _this.an.listen("touchmove", runOn(_this, _this.df));
108
+ _this.an.listen("touchstart", runOn(_this, _this.dd));
109
+ _this.an.listen("touchend", runOn(_this, _this.df));
110
+ _this.an.listen("touchmove", runOn(_this, _this.de));
111
111
  }
112
112
  return _this;
113
113
  }
@@ -251,15 +251,15 @@ export var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
251
251
  enumerable: false,
252
252
  configurable: true
253
253
  });
254
- Object.defineProperty(GridCellBase.prototype, "dt", {
254
+ Object.defineProperty(GridCellBase.prototype, "ds", {
255
255
  get: function () {
256
- return this.dq;
256
+ return this.dp;
257
257
  },
258
258
  set: function (a) {
259
- var b = this.dq;
260
- this.dq = a;
261
- if (b != this.dq) {
262
- this.ck("SuffixTextColor", b, this.dq);
259
+ var b = this.dp;
260
+ this.dp = a;
261
+ if (b != this.dp) {
262
+ this.ck("SuffixTextColor", b, this.dp);
263
263
  }
264
264
  },
265
265
  enumerable: false,
@@ -333,43 +333,43 @@ export var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
333
333
  enumerable: false,
334
334
  configurable: true
335
335
  });
336
- Object.defineProperty(GridCellBase.prototype, "ds", {
336
+ Object.defineProperty(GridCellBase.prototype, "dr", {
337
337
  get: function () {
338
- return this.dp;
338
+ return this.dn;
339
339
  },
340
340
  set: function (a) {
341
- var b = this.dp;
342
- this.dp = a;
343
- if (b != this.dp) {
344
- this.ck("SuffixIconStroke", b, this.dp);
341
+ var b = this.dn;
342
+ this.dn = a;
343
+ if (b != this.dn) {
344
+ this.ck("SuffixIconStroke", b, this.dn);
345
345
  }
346
346
  },
347
347
  enumerable: false,
348
348
  configurable: true
349
349
  });
350
- Object.defineProperty(GridCellBase.prototype, "dr", {
350
+ Object.defineProperty(GridCellBase.prototype, "dq", {
351
351
  get: function () {
352
- return this.dn;
352
+ return this.dm;
353
353
  },
354
354
  set: function (a) {
355
- var b = this.dn;
356
- this.dn = a;
357
- if (b != this.dn) {
358
- this.ck("SuffixIconFill", b, this.dn);
355
+ var b = this.dm;
356
+ this.dm = a;
357
+ if (b != this.dm) {
358
+ this.ck("SuffixIconFill", b, this.dm);
359
359
  }
360
360
  },
361
361
  enumerable: false,
362
362
  configurable: true
363
363
  });
364
- Object.defineProperty(GridCellBase.prototype, "dv", {
364
+ Object.defineProperty(GridCellBase.prototype, "du", {
365
365
  get: function () {
366
- return this.du;
366
+ return this.dt;
367
367
  },
368
368
  set: function (a) {
369
- var b = this.du;
370
- this.du = a;
371
- if (Rect.l_op_Inequality(b, this.du)) {
372
- this.ck("SuffixIconViewBox", b, this.du);
369
+ var b = this.dt;
370
+ this.dt = a;
371
+ if (Rect.l_op_Inequality(b, this.dt)) {
372
+ this.ck("SuffixIconViewBox", b, this.dt);
373
373
  }
374
374
  },
375
375
  enumerable: false,
@@ -406,22 +406,22 @@ export var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
406
406
  GridCellBase.prototype.cn = function () {
407
407
  if (this.aq != null) {
408
408
  this.c8(this.aq, this.bp);
409
- this.c9(this.aq, this.dt);
409
+ this.c9(this.aq, this.ds);
410
410
  this.c0(this.aq, this.n);
411
- this.db(this.aq, this.h);
411
+ this.da(this.aq, this.h);
412
412
  }
413
413
  if (this.l != null) {
414
- this.l.ea = this.ds;
415
- this.l.fill = this.dr;
416
- if (!this.dv.isEmpty && !isNaN_(this.dv.left) && !isNaN_(this.dv.top) && !isNaN_(this.dv.width) && !isNaN_(this.dv.height)) {
417
- this.l.a6 = this.dv.left;
418
- this.l.a7 = this.dv.top;
419
- this.l.a8 = this.dv.width;
420
- this.l.a5 = this.dv.height;
414
+ this.l.ea = this.dr;
415
+ this.l.fill = this.dq;
416
+ if (!this.du.isEmpty && !isNaN_(this.du.left) && !isNaN_(this.du.top) && !isNaN_(this.du.width) && !isNaN_(this.du.height)) {
417
+ this.l.a6 = this.du.left;
418
+ this.l.a7 = this.du.top;
419
+ this.l.a8 = this.du.width;
420
+ this.l.a5 = this.du.height;
421
421
  }
422
- this.c7(this.ap, this.ds);
423
- this.cz(this.ap, this.dr);
424
- this.db(this.ap, this.h);
422
+ this.c7(this.ap, this.dr);
423
+ this.cz(this.ap, this.dq);
424
+ this.da(this.ap, this.h);
425
425
  this.c3(this.l, this.bv, this.by);
426
426
  }
427
427
  };
@@ -539,7 +539,7 @@ export var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
539
539
  this.aw = c;
540
540
  this.av = d;
541
541
  this.at = e;
542
- this.dm = a;
542
+ this.dl = a;
543
543
  if (a == null) {
544
544
  this.an.setRawStyleProperty("border", "");
545
545
  }
@@ -593,18 +593,18 @@ export var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
593
593
  if (this.ao != null) {
594
594
  this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.a2, 2));
595
595
  }
596
- this.dd(this.bc, this.a3, this.bc, c);
596
+ this.dc(this.bc, this.a3, this.bc, c);
597
597
  }
598
598
  };
599
- GridCellBase.prototype.dc = function (a, b) {
599
+ GridCellBase.prototype.db = function (a, b) {
600
600
  if (this.bc != a) {
601
601
  var c = this.bc;
602
602
  this.bc = a;
603
603
  this.an.setRawStyleProperty("width", a.toString() + "px");
604
- this.dd(this.bc, this.a3, c, this.a3);
604
+ this.dc(this.bc, this.a3, c, this.a3);
605
605
  }
606
606
  };
607
- GridCellBase.prototype.dd = function (a, b, c, d) {
607
+ GridCellBase.prototype.dc = function (a, b, c, d) {
608
608
  };
609
609
  GridCellBase.prototype.b8 = function () {
610
610
  if (!this.ae) {
@@ -666,13 +666,13 @@ export var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
666
666
  var a = this.q();
667
667
  return a.getGenerator("PlaceholderWidths");
668
668
  };
669
- GridCellBase.prototype.dl = function (a) {
669
+ GridCellBase.prototype.dk = function (a) {
670
670
  if (!this.ae) {
671
671
  return;
672
672
  }
673
673
  this.k.i = (a * 0.20000000298023224);
674
674
  };
675
- GridCellBase.prototype.dj = function (a, b, c, d) {
675
+ GridCellBase.prototype.di = function (a, b, c, d) {
676
676
  if (this.k != null) {
677
677
  var e = this.ah;
678
678
  var f = this.ag;
@@ -697,10 +697,10 @@ export var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
697
697
  GridCellBase.prototype.co = function (a) {
698
698
  this.h = a;
699
699
  if (this.aq != null) {
700
- this.db(this.aq, a);
700
+ this.da(this.aq, a);
701
701
  }
702
702
  };
703
- GridCellBase.prototype.dk = function (a) {
703
+ GridCellBase.prototype.dj = function (a) {
704
704
  if (!this.ae) {
705
705
  return;
706
706
  }
@@ -726,9 +726,9 @@ export var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
726
726
  this.ah = e;
727
727
  this.k.e = e;
728
728
  }
729
- this.dj(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
729
+ this.di(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
730
730
  };
731
- GridCellBase.prototype.dh = function (a, b) {
731
+ GridCellBase.prototype.dg = function (a, b) {
732
732
  if (!this.ae) {
733
733
  return;
734
734
  }
@@ -736,7 +736,7 @@ export var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
736
736
  this.i = b;
737
737
  this.y = true;
738
738
  };
739
- GridCellBase.prototype.di = function (a) {
739
+ GridCellBase.prototype.dh = function (a) {
740
740
  if (!this.ae) {
741
741
  return;
742
742
  }
@@ -769,7 +769,7 @@ export var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
769
769
  break;
770
770
  }
771
771
  };
772
- GridCellBase.prototype.db = function (a, b) {
772
+ GridCellBase.prototype.da = function (a, b) {
773
773
  switch (b) {
774
774
  case 0:
775
775
  a.setRawStyleProperty("vertical-align", "top");
@@ -810,7 +810,7 @@ export var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
810
810
  GridCellBase.prototype.cp = function (e_) {
811
811
  var a = (e_.originalEvent.pointerType);
812
812
  if (a == "touch") {
813
- this.de(e_);
813
+ this.dd(e_);
814
814
  }
815
815
  else {
816
816
  this.cb(e_);
@@ -819,7 +819,7 @@ export var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
819
819
  GridCellBase.prototype.cs = function (e_) {
820
820
  var a = (e_.originalEvent.pointerType);
821
821
  if (a == "touch") {
822
- this.df(e_);
822
+ this.de(e_);
823
823
  }
824
824
  else {
825
825
  this.ce(e_);
@@ -828,7 +828,7 @@ export var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
828
828
  GridCellBase.prototype.ct = function (e_) {
829
829
  var a = (e_.originalEvent.pointerType);
830
830
  if (a == "touch") {
831
- this.dg(e_);
831
+ this.df(e_);
832
832
  }
833
833
  else {
834
834
  this.cf(e_);
@@ -846,13 +846,13 @@ export var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
846
846
  this.cc(e_);
847
847
  }
848
848
  };
849
- GridCellBase.prototype.de = function (a) {
849
+ GridCellBase.prototype.dd = function (a) {
850
850
  this.onContactStarted(a, true);
851
851
  };
852
- GridCellBase.prototype.df = function (a) {
852
+ GridCellBase.prototype.de = function (a) {
853
853
  this.onContactMoved(a, true);
854
854
  };
855
- GridCellBase.prototype.dg = function (a) {
855
+ GridCellBase.prototype.df = function (a) {
856
856
  this.onContactCompleted(a, true);
857
857
  };
858
858
  GridCellBase.prototype.onContactStarted = function (e_, a) {
@@ -1058,8 +1058,6 @@ export var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
1058
1058
  };
1059
1059
  GridCellBase.prototype.detach = function () {
1060
1060
  };
1061
- GridCellBase.prototype.da = function (a) {
1062
- };
1063
1061
  GridCellBase.$t = markType(GridCellBase, 'GridCellBase', Base.$, [INativeCell_$type]);
1064
1062
  GridCellBase.o = null;
1065
1063
  GridCellBase.bk = new Random(0);
@@ -65,12 +65,12 @@ export var GridColumnButtonOptionsView = /** @class */ /*@__PURE__*/ (function (
65
65
  f.setStyleProperty("margin-left", "1rem");
66
66
  var g = this.o;
67
67
  g.clicked = delegateCombine(g.clicked, runOn(this, this.v));
68
- this.o.g7 = "1";
68
+ this.o.g6 = "1";
69
69
  var h;
70
70
  var i = ((function () { var 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; })());
71
71
  var j = this.p;
72
72
  j.clicked = delegateCombine(j.clicked, runOn(this, this.w));
73
- this.p.g7 = "1";
73
+ this.p.g6 = "1";
74
74
  this.p.e = 2;
75
75
  var k = b.createElement("div");
76
76
  k.setStyleProperty("display", "flex");
@@ -51,7 +51,7 @@ export var GridColumnFilterOptionsView = /** @class */ /*@__PURE__*/ (function (
51
51
  if (null != this.w && null != this.x) {
52
52
  this.w.setStyleProperty("padding-bottom", "5px");
53
53
  this.w.setStyleProperty("margin", "0 -8px");
54
- switch (this.q.r) {
54
+ switch (this.q.q) {
55
55
  case 2:
56
56
  this.x.setStyleProperty("margin", "0 -.25rem");
57
57
  break;
@@ -159,7 +159,7 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
159
159
  if (this.c != null && this.c.filterUIType != 0) {
160
160
  return false;
161
161
  }
162
- if (!this.column.jz) {
162
+ if (!this.column.js) {
163
163
  return false;
164
164
  }
165
165
  if (this.c == null || this.c.actualDataSource == null || !this.c.actualDataSource.isGroupingSupported || !this.c.actualDataSource.isFilteringSupported) {
@@ -293,7 +293,7 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
293
293
  configurable: true
294
294
  });
295
295
  GridColumnFilterOptions.prototype.cu = function () {
296
- var a = this.bx.a2();
296
+ var a = this.bx.a1();
297
297
  this.bw.al(!a);
298
298
  var b = this.b3();
299
299
  this.bw.am(b);
@@ -323,7 +323,7 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
323
323
  c.add(h);
324
324
  }
325
325
  if (c.count == 1) {
326
- this.column.g4 = c._inner[0];
326
+ this.column.g2 = c._inner[0];
327
327
  }
328
328
  else {
329
329
  var i = new ColumnFilterConditionGroup();
@@ -347,9 +347,9 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
347
347
  throw e_1.error;
348
348
  }
349
349
  }
350
- this.column.g4 = i;
350
+ this.column.g2 = i;
351
351
  }
352
- this.column.ol("Filtered");
352
+ this.column.n0("Filtered");
353
353
  };
354
354
  GridColumnFilterOptions.prototype.provideClearFiltersSection = function (a) {
355
355
  this.bw.ah(a);
@@ -372,7 +372,7 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
372
372
  this.bw.ak(a);
373
373
  };
374
374
  GridColumnFilterOptions.prototype.cl = function () {
375
- this.column.g4 = null;
375
+ this.column.g2 = null;
376
376
  this.cv();
377
377
  };
378
378
  GridColumnFilterOptions.bv = function (a, b) {
@@ -386,12 +386,12 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
386
386
  if (null == a) {
387
387
  return false;
388
388
  }
389
- return null != a.g4;
389
+ return null != a.g2;
390
390
  };
391
391
  GridColumnFilterOptions.prototype.co = function () {
392
392
  var a = this.column;
393
393
  var b = this.c;
394
- var c = (null != a) ? a.mr : null;
394
+ var c = (null != a) ? a.l7 : null;
395
395
  var d = null;
396
396
  var e = null;
397
397
  if (b != null) {
@@ -452,7 +452,7 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
452
452
  GridColumnFilterOptions.prototype.cv = function () {
453
453
  var e_2, _a;
454
454
  var a = this.column;
455
- var b = (null != a) ? a.mr : null;
455
+ var b = (null != a) ? a.l7 : null;
456
456
  var c = true;
457
457
  var d = toNullable(ColumnComparisonConditionOperatorType_$type, null);
458
458
  var e = this.b4();
@@ -474,15 +474,15 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
474
474
  }
475
475
  }
476
476
  if (e.count == 0 || !c) {
477
- this.bx.ef();
477
+ this.bx.ed();
478
478
  return;
479
479
  }
480
480
  switch (d.value) {
481
481
  case 0:
482
- this.bx.dc();
482
+ this.bx.db();
483
483
  break;
484
484
  case 1:
485
- this.bx.ef();
485
+ this.bx.ed();
486
486
  break;
487
487
  }
488
488
  var h = this.bx.keys;
@@ -513,8 +513,8 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
513
513
  if (null == b) {
514
514
  return a;
515
515
  }
516
- if (null != b.g4) {
517
- var c = GridColumnFilterOptions.cm(b.g4, a);
516
+ if (null != b.g2) {
517
+ var c = GridColumnFilterOptions.cm(b.g2, a);
518
518
  a = c.p1;
519
519
  }
520
520
  return a;
@@ -540,9 +540,9 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
540
540
  GridColumnFilterOptions.prototype.cw = function () {
541
541
  if (null != this.bx) {
542
542
  this.bx.density = this.b0;
543
- this.bx.cb = this.cc;
543
+ this.bx.ca = this.cc;
544
544
  this.bx.backgroundColor = this.bo;
545
- this.bx.fl = this.br;
545
+ this.bx.fh = this.br;
546
546
  this.bx.baseTheme = this.i;
547
547
  this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
548
548
  }
@@ -76,12 +76,12 @@ export var GridColumnGroupOptionsView = /** @class */ /*@__PURE__*/ (function (_
76
76
  GridColumnOptionsUtilities.j(this.s, b, "inline-block");
77
77
  if (b) {
78
78
  this.o.e = 1;
79
- this.o.fc = "stretch";
79
+ this.o.fb = "stretch";
80
80
  this.t.setStyleProperty("justify-content", "space-between");
81
81
  }
82
82
  else {
83
83
  this.o.e = 4;
84
- this.o.fc = "center";
84
+ this.o.fb = "center";
85
85
  this.t.setStyleProperty("justify-content", "center");
86
86
  }
87
87
  this.s.setStyleProperty("font", a.aa.fontString);
@@ -128,7 +128,7 @@ export var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_supe
128
128
  if (null == this.c) {
129
129
  return false;
130
130
  }
131
- return this.column.jo;
131
+ return this.column.jh;
132
132
  };
133
133
  GridColumnGroupOptions.prototype.bj = function (a, b) {
134
134
  if (null != a) {
@@ -177,7 +177,7 @@ export var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_supe
177
177
  if (null != a) {
178
178
  var c = a.grid;
179
179
  if (null != c) {
180
- var d = a.mr;
180
+ var d = a.l7;
181
181
  var e = c.groupDescriptions.j;
182
182
  for (var f = 0; f < e.count; f++) {
183
183
  var g = e.item(f);
@@ -202,13 +202,13 @@ export var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_supe
202
202
  var a = this.c;
203
203
  var b = this.column;
204
204
  if (null != a && null != b) {
205
- var c = new ColumnGroupDescription(1, b.mr);
206
- var d = b.hu;
205
+ var c = new ColumnGroupDescription(1, b.l7);
206
+ var d = b.hs;
207
207
  var e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
208
208
  c.c = e;
209
209
  a.groupDescriptions.g(c);
210
- b.hu = 0;
211
- b.ol("Grouped");
210
+ b.hs = 0;
211
+ b.n0("Grouped");
212
212
  }
213
213
  };
214
214
  GridColumnGroupOptions.prototype.b8 = function () {
@@ -220,7 +220,7 @@ export var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_supe
220
220
  var d = ((function () { var e = _this.b3(c_1); c_1 = e.p0; return e.ret; })());
221
221
  if (c_1 != -1) {
222
222
  a.groupDescriptions.d(c_1);
223
- b.ol("Grouped");
223
+ b.n0("Grouped");
224
224
  }
225
225
  }
226
226
  };
@@ -74,12 +74,12 @@ export var GridColumnHideOptionsView = /** @class */ /*@__PURE__*/ (function (_s
74
74
  GridColumnOptionsUtilities.j(this.s, b, "inline-block");
75
75
  if (b) {
76
76
  this.o.e = 1;
77
- this.o.fc = "stretch";
77
+ this.o.fb = "stretch";
78
78
  this.t.setStyleProperty("justify-content", "space-between");
79
79
  }
80
80
  else {
81
81
  this.o.e = 4;
82
- this.o.fc = "center";
82
+ this.o.fb = "center";
83
83
  this.t.setStyleProperty("justify-content", "center");
84
84
  }
85
85
  this.s.setStyleProperty("font", a.aa.fontString);
@@ -143,15 +143,15 @@ export var GridColumnHideOptions = /** @class */ /*@__PURE__*/ (function (_super
143
143
  get: function () {
144
144
  var a = this.column;
145
145
  if (null != a) {
146
- return a.j1;
146
+ return a.ju;
147
147
  }
148
148
  return false;
149
149
  },
150
150
  set: function (a) {
151
151
  var b = this.column;
152
152
  if (null != b) {
153
- b.j1 = a;
154
- b.ol("Hidden");
153
+ b.ju = a;
154
+ b.n0("Hidden");
155
155
  }
156
156
  },
157
157
  enumerable: false,
@@ -289,7 +289,7 @@ export var GridColumnMoveOptions = /** @class */ /*@__PURE__*/ (function (_super
289
289
  }
290
290
  var d = c.actualColumns;
291
291
  var e = d.indexOf(b);
292
- b.ol("Moved");
292
+ b.n0("Moved");
293
293
  if (a) {
294
294
  c.moveColumnLeft(e);
295
295
  }
@@ -174,8 +174,8 @@ export var GridColumnOptionsUtilities = /** @class */ /*@__PURE__*/ (function (_
174
174
  h.provideContainer(p);
175
175
  var q = p.getExternal(h, p.rootWrapper, p.getExternal(a, null, null));
176
176
  h.e = d;
177
- h.s = e;
178
- h.o = f;
177
+ h.r = e;
178
+ h.n = f;
179
179
  var r = null != c;
180
180
  k = null;
181
181
  if (r) {
@@ -222,13 +222,13 @@ export var GridColumnOptionsUtilities = /** @class */ /*@__PURE__*/ (function (_
222
222
  }
223
223
  if (m) {
224
224
  u.setStyleProperty("justify-content", "space-between");
225
- h.g7 = "1";
225
+ h.g6 = "1";
226
226
  o.setStyleProperty("display", "flex");
227
227
  o.setStyleProperty("flex-direction", "column");
228
228
  o.setStyleProperty("align-items", "stretch");
229
- h.f1 = "flex";
230
- h.g5 = "column";
231
- h.fc = "stretch";
229
+ h.f0 = "flex";
230
+ h.g4 = "column";
231
+ h.fb = "stretch";
232
232
  }
233
233
  h.appendButtonContent(u);
234
234
  return {
@@ -246,8 +246,8 @@ export var GridColumnOptionsUtilities = /** @class */ /*@__PURE__*/ (function (_
246
246
  g = new XButtonGroup();
247
247
  g.provideContainer(i);
248
248
  var j = i.getExternal(g, i.rootWrapper, i.getExternal(a, null, null));
249
- g.u = e;
250
- g.q = f;
249
+ g.t = e;
250
+ g.p = f;
251
251
  g.i = 0;
252
252
  try {
253
253
  for (var _c = __values(fromEnum(c)), _d = _c.next(); !_d.done; _d = _c.next()) {
@@ -325,15 +325,15 @@ export var GridColumnOptionsUtilities = /** @class */ /*@__PURE__*/ (function (_
325
325
  };
326
326
  GridColumnOptionsUtilities.l = function (a, b) {
327
327
  if (null != a) {
328
- a.o = b.i;
329
- a.s = b.p;
330
- a.ab = b.z;
328
+ a.n = b.i;
329
+ a.r = b.p;
330
+ a.aa = b.z;
331
331
  }
332
332
  };
333
333
  GridColumnOptionsUtilities.k = function (a, b) {
334
334
  if (null != a) {
335
- a.q = b.i;
336
- a.u = b.p;
335
+ a.p = b.i;
336
+ a.t = b.p;
337
337
  }
338
338
  };
339
339
  GridColumnOptionsUtilities.$t = markType(GridColumnOptionsUtilities, 'GridColumnOptionsUtilities');
@@ -732,7 +732,7 @@ export var GridColumnOptionsBase = /** @class */ /*@__PURE__*/ (function (_super
732
732
  this.e.l(a);
733
733
  };
734
734
  GridColumnOptionsBase.$t = markType(GridColumnOptionsBase, 'GridColumnOptionsBase', Base.$, [INotifyPropertyChanged_$type]);
735
- GridColumnOptionsBase.bp = BrushUtil.l(255, 248, 248, 248);
736
- GridColumnOptionsBase.bq = BrushUtil.l(255, 24, 29, 31);
735
+ GridColumnOptionsBase.bp = BrushUtil.j(255, 248, 248, 248);
736
+ GridColumnOptionsBase.bq = BrushUtil.j(255, 24, 29, 31);
737
737
  return GridColumnOptionsBase;
738
738
  }(Base));
@@ -214,8 +214,8 @@ export var GridColumnOptions = /** @class */ /*@__PURE__*/ (function (_super) {
214
214
  _this.b5 = 0;
215
215
  _this.b3 = 0;
216
216
  _this.d0 = null;
217
- _this.fk = BrushUtil.l(255, 24, 29, 31);
218
- _this.fj = BrushUtil.l(255, 248, 248, 248);
217
+ _this.fk = BrushUtil.j(255, 24, 29, 31);
218
+ _this.fj = BrushUtil.j(255, 248, 248, 248);
219
219
  _this.applyButtonClick = null;
220
220
  _this.cancelButtonClick = null;
221
221
  return _this;
@@ -304,7 +304,7 @@ export var GridColumnOptions = /** @class */ /*@__PURE__*/ (function (_super) {
304
304
  Object.defineProperty(GridColumnOptions.prototype, "dx", {
305
305
  get: function () {
306
306
  var a = this.column;
307
- return (null != a) ? a.l0 : "(No column selected)";
307
+ return (null != a) ? a.lm : "(No column selected)";
308
308
  },
309
309
  enumerable: false,
310
310
  configurable: true