igniteui-angular-data-grids 20.1.0 → 20.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (192) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +5727 -5576
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +1 -1
  4. package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +7 -7
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCell.js +1 -1
  12. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  13. package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
  14. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  15. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  16. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  17. package/esm2015/lib/CellPresenterBase.js +40 -37
  18. package/esm2015/lib/CheckboxListBridge.js +4 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +778 -743
  20. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
  22. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  23. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +13 -13
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  27. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  28. package/esm2015/lib/EditorCell.js +303 -303
  29. package/esm2015/lib/EditorCellPresenter.js +27 -27
  30. package/esm2015/lib/EditorRowCell.js +1 -1
  31. package/esm2015/lib/FilterCell.js +272 -272
  32. package/esm2015/lib/FilterCellPresenter.js +16 -16
  33. package/esm2015/lib/GridCellBase.js +354 -335
  34. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
  35. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  36. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  37. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  38. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  40. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  41. package/esm2015/lib/GridExternalWrapper.js +6 -6
  42. package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
  43. package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
  44. package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
  45. package/esm2015/lib/ImageCell.js +59 -59
  46. package/esm2015/lib/ImageCellPresenter.js +17 -17
  47. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  48. package/esm2015/lib/NumericCell.js +8 -8
  49. package/esm2015/lib/NumericCellPresenter.js +9 -9
  50. package/esm2015/lib/PropertyEditorView_combined.js +21 -21
  51. package/esm2015/lib/SectionHeaderCell.js +15 -15
  52. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  53. package/esm2015/lib/SortIndicatorStyle.js +6 -2
  54. package/esm2015/lib/SummaryCell.js +40 -40
  55. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  56. package/esm2015/lib/TemplateCell.js +15 -15
  57. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  58. package/esm2015/lib/TemplateHeader.js +2 -2
  59. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  60. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  61. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  62. package/esm2015/lib/TextCell.js +32 -32
  63. package/esm2015/lib/TextCellPresenter.js +10 -10
  64. package/esm2015/lib/TextHeaderCell.js +153 -153
  65. package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
  66. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  67. package/esm2015/lib/igx-cell-info.js +164 -155
  68. package/esm2015/lib/igx-checkbox-list-component.js +82 -66
  69. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  70. package/esm2015/lib/igx-data-grid-column-component.js +87 -76
  71. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  72. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  73. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  74. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  75. package/esm2015/lib/igx-image-cell-info.js +6 -6
  76. package/esm2015/lib/igx-image-column-component.js +10 -10
  77. package/esm2015/lib/igx-numeric-cell-info.js +26 -26
  78. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  79. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  80. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  81. package/esm2015/lib/igx-template-cell-info.js +2 -2
  82. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  83. package/esm2015/lib/igx-text-cell-info.js +2 -2
  84. package/esm2015/lib/igx-text-column-component.js +8 -8
  85. package/esm2015/lib/igx-text-header-cell-info.js +10 -10
  86. package/esm5/lib/AccessibilityRow.js +1 -1
  87. package/esm5/lib/CanvasCellPresenterBase.js +9 -9
  88. package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
  89. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  90. package/esm5/lib/CanvasGridCellBase.js +7 -7
  91. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  92. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  93. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  94. package/esm5/lib/CanvasSummaryCell.js +1 -1
  95. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  96. package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
  97. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  98. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  99. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  100. package/esm5/lib/CellPresenterBase.js +40 -37
  101. package/esm5/lib/CheckboxListBridge.js +4 -0
  102. package/esm5/lib/CheckboxListView_combined.js +760 -725
  103. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  104. package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
  105. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  106. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  107. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  108. package/esm5/lib/ContentCellModelHelper.js +13 -13
  109. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  110. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  111. package/esm5/lib/EditorCell.js +285 -285
  112. package/esm5/lib/EditorCellPresenter.js +27 -27
  113. package/esm5/lib/EditorRowCell.js +1 -1
  114. package/esm5/lib/FilterCell.js +262 -262
  115. package/esm5/lib/FilterCellPresenter.js +16 -16
  116. package/esm5/lib/GridCellBase.js +349 -326
  117. package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
  118. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  119. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  120. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  121. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  122. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  123. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  124. package/esm5/lib/GridExternalWrapper.js +6 -6
  125. package/esm5/lib/GridFilterDialogView_combined.js +1 -1
  126. package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
  127. package/esm5/lib/ISummaryChooserView_combined.js +9 -9
  128. package/esm5/lib/ImageCell.js +59 -59
  129. package/esm5/lib/ImageCellPresenter.js +17 -17
  130. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  131. package/esm5/lib/NumericCell.js +8 -8
  132. package/esm5/lib/NumericCellPresenter.js +9 -9
  133. package/esm5/lib/PropertyEditorView_combined.js +21 -21
  134. package/esm5/lib/SectionHeaderCell.js +15 -15
  135. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  136. package/esm5/lib/SortIndicatorStyle.js +6 -2
  137. package/esm5/lib/SummaryCell.js +40 -40
  138. package/esm5/lib/SummaryCellPresenter.js +10 -10
  139. package/esm5/lib/TemplateCell.js +15 -15
  140. package/esm5/lib/TemplateCellPresenter.js +5 -5
  141. package/esm5/lib/TemplateHeader.js +2 -2
  142. package/esm5/lib/TemplateHeaderCell.js +5 -5
  143. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  144. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  145. package/esm5/lib/TextCell.js +32 -32
  146. package/esm5/lib/TextCellPresenter.js +10 -10
  147. package/esm5/lib/TextHeaderCell.js +151 -151
  148. package/esm5/lib/TextHeaderCellPresenter.js +25 -25
  149. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  150. package/esm5/lib/igx-cell-info.js +168 -155
  151. package/esm5/lib/igx-checkbox-list-component.js +82 -66
  152. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  153. package/esm5/lib/igx-data-grid-column-component.js +91 -76
  154. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  155. package/esm5/lib/igx-date-time-column-component.js +20 -20
  156. package/esm5/lib/igx-editor-cell-info.js +23 -23
  157. package/esm5/lib/igx-filter-cell-info.js +26 -26
  158. package/esm5/lib/igx-image-cell-info.js +6 -6
  159. package/esm5/lib/igx-image-column-component.js +10 -10
  160. package/esm5/lib/igx-numeric-cell-info.js +26 -26
  161. package/esm5/lib/igx-numeric-column-component.js +30 -30
  162. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  163. package/esm5/lib/igx-summary-cell-info.js +9 -9
  164. package/esm5/lib/igx-template-cell-info.js +2 -2
  165. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  166. package/esm5/lib/igx-text-cell-info.js +2 -2
  167. package/esm5/lib/igx-text-column-component.js +8 -8
  168. package/esm5/lib/igx-text-header-cell-info.js +10 -10
  169. package/fesm2015/igniteui-angular-data-grids.js +5924 -5791
  170. package/fesm5/igniteui-angular-data-grids.js +5729 -5578
  171. package/lib/CheckboxListBridge.d.ts +1 -0
  172. package/lib/CheckboxListViewExternal.d.ts +1 -0
  173. package/lib/CheckboxListView_combined.d.ts +185 -179
  174. package/lib/ColumnFilterCondition_combined.d.ts +820 -813
  175. package/lib/EditorCell.d.ts +67 -67
  176. package/lib/FilterCell.d.ts +55 -55
  177. package/lib/GridCellBase.d.ts +105 -102
  178. package/lib/ImageCell.d.ts +17 -17
  179. package/lib/NumericCell.d.ts +2 -2
  180. package/lib/SectionHeaderCell.d.ts +3 -3
  181. package/lib/SortIndicatorStyle.d.ts +5 -1
  182. package/lib/SummaryCell.d.ts +9 -9
  183. package/lib/TemplateCell.d.ts +5 -5
  184. package/lib/TemplateHeaderCell.d.ts +2 -2
  185. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  186. package/lib/TextCell.d.ts +7 -7
  187. package/lib/TextHeaderCell.d.ts +29 -29
  188. package/lib/VerticalSeparatorCell.d.ts +8 -8
  189. package/lib/igx-cell-info.d.ts +6 -0
  190. package/lib/igx-checkbox-list-component.d.ts +10 -0
  191. package/lib/igx-data-grid-column-component.d.ts +7 -1
  192. package/package.json +4 -4
@@ -813,10 +813,10 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
813
813
  var c_1 = this.targetGrid.groupDescriptions.j;
814
814
  var _loop_1 = function (d) {
815
815
  var e = new GroupInfo();
816
- var f = b.i(function (g) { return g.l5 == c_1.item(d).f; });
816
+ var f = b.i(function (g) { return g.l7 == c_1.item(d).f; });
817
817
  if (f != -1) {
818
- if (!stringIsNullOrEmpty(b._inner[f].mc)) {
819
- e.c = b._inner[f].mc;
818
+ if (!stringIsNullOrEmpty(b._inner[f].me)) {
819
+ e.c = b._inner[f].me;
820
820
  }
821
821
  else {
822
822
  e.c = c_1.item(d).f;
@@ -850,7 +850,7 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
850
850
  var h = a;
851
851
  var i = this.targetGrid.actualColumns._inner[h.cellPath.a5];
852
852
  var j = new ColumnGroupDescription(0);
853
- j.f = i.l5;
853
+ j.f = i.l7;
854
854
  j.c = 1;
855
855
  var k = this.targetGrid.groupDescriptions.j.contains(j);
856
856
  j.c = 0;
@@ -298,7 +298,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
298
298
  break;
299
299
  case "FilterPlaceholderText":
300
300
  if (this.d != null) {
301
- this.d.b7 = this.s;
301
+ this.d.ca = this.s;
302
302
  }
303
303
  break;
304
304
  case "BaseTheme":
@@ -346,9 +346,9 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
346
346
  for (var _b = __values(fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
347
347
  var c = _c.value;
348
348
  a = new ColumnPinningInfo();
349
- var d = c.l5;
350
- if (c.mc != null) {
351
- d = c.mc;
349
+ var d = c.l7;
350
+ if (c.me != null) {
351
+ d = c.me;
352
352
  }
353
353
  a.columnName = d;
354
354
  if (c.io == 1) {
@@ -375,7 +375,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
375
375
  }
376
376
  this.d.showSelectAll = false;
377
377
  if (this.s != null) {
378
- this.d.b7 = this.s;
378
+ this.d.ca = this.s;
379
379
  }
380
380
  this.d.itemsSource = b;
381
381
  var e = "";
@@ -391,7 +391,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
391
391
  var c = this.d.f.actualDataSource.getItemAtIndex(b.c);
392
392
  var d = this.b.actualColumns.count;
393
393
  for (var e = 0; e < d; e++) {
394
- if (this.b.actualColumns._inner[e].l5 == c.columnName || this.b.actualColumns._inner[e].mw == c.columnName || this.b.actualColumns._inner[e].mc == c.columnName) {
394
+ if (this.b.actualColumns._inner[e].l7 == c.columnName || this.b.actualColumns._inner[e].my == c.columnName || this.b.actualColumns._inner[e].me == c.columnName) {
395
395
  if (this.b.actualColumns._inner[e].io == 0) {
396
396
  this.b.actualColumns._inner[e].io = 1;
397
397
  }
@@ -401,7 +401,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
401
401
  else {
402
402
  this.b.actualColumns._inner[e].io = 0;
403
403
  }
404
- this.b.actualColumns._inner[e].nx("Pinned");
404
+ this.b.actualColumns._inner[e].n0("Pinned");
405
405
  break;
406
406
  }
407
407
  }
@@ -721,15 +721,15 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
721
721
  $ret.c = false;
722
722
  return $ret;
723
723
  })());
724
- this.n.ky = this.n.kz = 4;
725
- this.n.k0 = this.n.kx = 0;
726
- this.n.l5 = "Icon";
724
+ this.n.k0 = this.n.k1 = 4;
725
+ this.n.k2 = this.n.kz = 0;
726
+ this.n.l7 = "Icon";
727
727
  var e = this.n;
728
728
  e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.el));
729
729
  this.f.columns.add(this.n);
730
730
  var f = new TextColumn();
731
- f.l5 = "DisplayText";
732
- f.ky = 0;
731
+ f.l7 = "DisplayText";
732
+ f.k0 = 0;
733
733
  f.g = 0;
734
734
  this.f.columns.add(f);
735
735
  this.d4();
@@ -1034,12 +1034,12 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
1034
1034
  this.em();
1035
1035
  };
1036
1036
  ComparisonOperatorSelector.prototype.d9 = function (a, b) {
1037
- var c = b.cellInfo.fn;
1037
+ var c = b.cellInfo.fp;
1038
1038
  this.i = this.f.actualDataSource.getItemAtIndex(c);
1039
1039
  this.d8();
1040
1040
  };
1041
1041
  ComparisonOperatorSelector.prototype.el = function (a, b) {
1042
- this.e.t(b.content, b.cellInfo.ic);
1042
+ this.e.t(b.content, b.cellInfo.ig);
1043
1043
  };
1044
1044
  ComparisonOperatorSelector.$t = markType(ComparisonOperatorSelector, 'ComparisonOperatorSelector', Base.$, [INotifyPropertyChanged_$type]);
1045
1045
  ComparisonOperatorSelector.dw = "M 8 5 A 7 7 0 1 0 15 12 A 7 7 0 0 0 8 5 z M 18 7 A 5 5 0 0 0 15 8.0605469 A 7.48 7.48 0 0 1 15.490234 9.0605469 A 3.89 3.89 0 1 1 15.490234 14.880859 A 8.08 8.08 0 0 1 15 15.880859 A 5 5 0 1 0 18 7 z M 11.179688 8.8203125 L 12.310547 9.9394531 L 7.0703125 15.179688 L 3.6894531 11.810547 L 4.8203125 10.689453 L 7.0703125 12.939453 L 11.179688 8.8203125 z M 16.560547 9.7792969 L 15.779297 10.560547 L 17.210938 12 L 15.779297 13.439453 L 16.560547 14.220703 L 18 12.789062 L 19.439453 14.220703 L 20.220703 13.439453 L 18.789062 12 L 20.220703 10.560547 L 19.439453 9.7792969 L 18 11.210938 L 16.560547 9.7792969 z ";
@@ -56,21 +56,21 @@ var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_super) {
56
56
  };
57
57
  ContentCellModelHelper.a = function (a, b, c, d, e) {
58
58
  if (b.a7) {
59
- if (b.bc(CellModel.fm) || b.bc(CellModel.es) || b.bc(CellModel.h1) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
60
- var f = Math.min(1, Math.max(0, b.c5));
61
- var g = b.co * (1 - f);
59
+ if (b.bc(CellModel.fo) || b.bc(CellModel.eu) || b.bc(CellModel.h4) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
60
+ var f = Math.min(1, Math.max(0, b.c7));
61
+ var g = b.cp * (1 - f);
62
62
  d.setRawStyleProperty("opacity", g.toString());
63
63
  if (b.bm) {
64
- e.dh(b.co * f);
64
+ e.dk(b.cp * f);
65
65
  }
66
66
  }
67
- if (b.bc(CellModel.e3)) {
68
- ContentCellModelHelper.c(d, b.na);
67
+ if (b.bc(CellModel.e5)) {
68
+ ContentCellModelHelper.c(d, b.ne);
69
69
  if (b.bm) {
70
- e.de(b.na);
70
+ e.dh(b.ne);
71
71
  }
72
72
  }
73
- if (b.bc(CellModel.gs)) {
73
+ if (b.bc(CellModel.gu)) {
74
74
  switch (b.ac) {
75
75
  case 0:
76
76
  d.setRawStyleProperty("white-space", "nowrap");
@@ -90,19 +90,19 @@ var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_super) {
90
90
  if (b.bb("TextDecoration")) {
91
91
  ContentCellModelHelper.d(d, b.aa);
92
92
  }
93
- if (b.bc(CellModel.f8) || b.bc(CellModel.h0)) {
93
+ if (b.bc(CellModel.ga) || b.bc(CellModel.h3)) {
94
94
  var h = b.g;
95
95
  var i = b.i;
96
96
  ContentCellModelHelper.b(c, d, h);
97
- e.cf(c, d, h);
97
+ e.ci(c, d, h);
98
98
  ContentCellModelHelper.e(c, d, i);
99
- e.cl(i);
99
+ e.co(i);
100
100
  if (b.bm) {
101
- e.dd(h, i);
101
+ e.dg(h, i);
102
102
  }
103
103
  }
104
104
  if (b.bb("ActualFontInfo")) {
105
- e.cx(d, b.ah);
105
+ e.c0(d, b.ah);
106
106
  }
107
107
  if (b.bb("IsEdited") || b.bb("IsDeleted")) {
108
108
  if (b.bd || b.ba) {
@@ -112,7 +112,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
112
112
  var c = b.nativeCell.ah = false;
113
113
  }
114
114
  else {
115
- var d = b.nativeCell.ap;
115
+ var d = b.nativeCell.ar;
116
116
  d.setRawStyleProperty("top", "-1000px");
117
117
  d.setRawStyleProperty("left", "-1000px");
118
118
  if (a.l.d != 0) {
@@ -216,7 +216,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
216
216
  if (v.bl) {
217
217
  m = true;
218
218
  }
219
- if (v.u == 1 && v.h6 != n) {
219
+ if (v.u == 1 && v.h9 != n) {
220
220
  m = true;
221
221
  }
222
222
  }
@@ -257,7 +257,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
257
257
  var ai = ag.isCanvasBased;
258
258
  var aj = null;
259
259
  if (!ai) {
260
- aj = ag.nativeCell.ap;
260
+ aj = ag.nativeCell.ar;
261
261
  if (af.u == 0) {
262
262
  this.element.append(aj);
263
263
  ag.nativeCell.isRemoved = false;
@@ -272,19 +272,19 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
272
272
  ag.nativeCell.isRemoved = false;
273
273
  }
274
274
  af.u = 2;
275
- var al = (af.hc + intDivide(af.h2, 2));
276
- var am = (af.he + intDivide(af.f6, 2));
275
+ var al = (af.he + intDivide(af.h5, 2));
276
+ var am = (af.hg + intDivide(af.f8, 2));
277
277
  var an = (al - b) / this.f.actualVisibleRegion.width;
278
278
  var ao = (am - a) / this.f.actualVisibleRegion.height;
279
279
  if (af.bn) {
280
280
  if (!ai) {
281
- aj.setRawPosition(af.c6, af.c7);
281
+ aj.setRawPosition(af.c8, af.c9);
282
282
  }
283
283
  }
284
284
  if (!ai) {
285
285
  if (af.l.d != 0) {
286
286
  if (this.f.b2) {
287
- aj.setRawStyleProperty("clip", this.w(af.l.d, af.c6, af.c7));
287
+ aj.setRawStyleProperty("clip", this.w(af.l.d, af.c8, af.c9));
288
288
  }
289
289
  else {
290
290
  aj.setRawStyleProperty("clip", "auto");
@@ -294,15 +294,15 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
294
294
  aj.setRawStyleProperty("clip", this.y(af));
295
295
  }
296
296
  else {
297
- if (Rect.l_op_Inequality(af.nv, Rect.empty)) {
298
- aj.setRawStyleProperty("clip", this.x(af.nv));
297
+ if (Rect.l_op_Inequality(af.nz, Rect.empty)) {
298
+ aj.setRawStyleProperty("clip", this.x(af.nz));
299
299
  }
300
300
  else {
301
301
  aj.setRawStyleProperty("clip", "auto");
302
302
  }
303
303
  }
304
304
  }
305
- af.l5();
305
+ af.l9();
306
306
  if (ai) {
307
307
  var ap = af.s.nativeCell;
308
308
  ap.co(z);
@@ -312,15 +312,15 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
312
312
  var aq = y.a;
313
313
  aq.aa();
314
314
  if (af.l.d != 0 && this.f.b2) {
315
- aq.ag(this.ax(af.l.d));
315
+ aq.ah(this.ax(af.l.d));
316
316
  }
317
317
  var ar = af.s.nativeCell;
318
- ar.b6(aq, y.c, y.d, af.c6, af.c7, z);
318
+ ar.b6(aq, y.c, y.d, af.c8, af.c9, z);
319
319
  aq.z();
320
320
  }
321
- af.ly();
321
+ af.l2();
322
322
  if (m) {
323
- af.h6 = n;
323
+ af.h9 = n;
324
324
  if (!ai) {
325
325
  aj.setRawStyleProperty("z-index", x.toString());
326
326
  }
@@ -542,10 +542,10 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
542
542
  return stringFormat1("rect({0}px, {1}px, {2}px, {3}px)", a.top, a.right, a.bottom, a.left);
543
543
  };
544
544
  DataGridCellLayoutPanel.prototype.y = function (a) {
545
- var b = a.c6 < this.g.cn ? this.g.cn - a.c6 : 0;
545
+ var b = a.c8 < this.g.cn ? this.g.cn - a.c8 : 0;
546
546
  var c = 0;
547
- var d = this.g.cy == -1 ? a.h2 : (a.c6 + a.h2 > this.g.co) ? a.h2 - (a.c6 + a.h2 - this.g.co) : a.h2;
548
- var e = a.f6;
547
+ var d = this.g.cy == -1 ? a.h5 : (a.c8 + a.h5 > this.g.co) ? a.h5 - (a.c8 + a.h5 - this.g.co) : a.h5;
548
+ var e = a.f8;
549
549
  return this.x(new Rect(0, b, c, d, e));
550
550
  };
551
551
  DataGridCellLayoutPanel.prototype.ah = function (a, b) {
@@ -29,22 +29,22 @@ var DateTimeCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
31
  if (a.a7) {
32
- if (a.bc(DateTimeCellModel.n8) || a.bc(DateTimeCellModel.n9) || a.bc(DateTimeCellModel.n7) || a.bc(DateTimeCellModel.gv) || a.bc(DateTimeCellModel.hz)) {
32
+ if (a.bc(DateTimeCellModel.oc) || a.bc(DateTimeCellModel.od) || a.bc(DateTimeCellModel.ob) || a.bc(DateTimeCellModel.gx) || a.bc(DateTimeCellModel.h2)) {
33
33
  this.e(b);
34
- this.d.c5(this.d.dt, b.ku);
34
+ this.d.c8(this.d.dw, b.kx);
35
35
  }
36
- ContentCellModelHelper.a(this.a.ak, b, this.a.ap, this.d.dt, this.a);
36
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dw, this.a);
37
37
  }
38
38
  };
39
39
  DateTimeCellPresenter.prototype.e = function (a) {
40
- if (a.lp != null) {
41
- a.ku = a.lp;
40
+ if (a.lt != null) {
41
+ a.kx = a.lt;
42
42
  return;
43
43
  }
44
- a.ku = a.ok(a.n6);
45
- if (a.ku == stringEmpty()) {
46
- if (a.ib != null && !(typeCast(Date_$type, a.ib) !== null)) {
47
- a.ku = a.ib.toString();
44
+ a.kx = a.oo(a.oa);
45
+ if (a.kx == stringEmpty()) {
46
+ if (a.ie != null && !(typeCast(Date_$type, a.ie) !== null)) {
47
+ a.kx = a.ie.toString();
48
48
  }
49
49
  }
50
50
  };