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