igniteui-angular-data-grids 20.1.0 → 20.2.0-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 (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
@@ -734,10 +734,10 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
734
734
  let c = this.targetGrid.groupDescriptions.j;
735
735
  for (let d = 0; d < c.count; d++) {
736
736
  let e = new GroupInfo();
737
- let f = b.i((g) => g.l5 == c.item(d).f);
737
+ let f = b.i((g) => g.l7 == c.item(d).f);
738
738
  if (f != -1) {
739
- if (!stringIsNullOrEmpty(b._inner[f].mc)) {
740
- e.c = b._inner[f].mc;
739
+ if (!stringIsNullOrEmpty(b._inner[f].me)) {
740
+ e.c = b._inner[f].me;
741
741
  }
742
742
  else {
743
743
  e.c = c.item(d).f;
@@ -768,7 +768,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
768
768
  let h = a;
769
769
  let i = this.targetGrid.actualColumns._inner[h.cellPath.a5];
770
770
  let j = new ColumnGroupDescription(0);
771
- j.f = i.l5;
771
+ j.f = i.l7;
772
772
  j.c = 1;
773
773
  let k = this.targetGrid.groupDescriptions.j.contains(j);
774
774
  j.c = 0;
@@ -259,7 +259,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
259
259
  break;
260
260
  case "FilterPlaceholderText":
261
261
  if (this.d != null) {
262
- this.d.b7 = this.s;
262
+ this.d.ca = this.s;
263
263
  }
264
264
  break;
265
265
  case "BaseTheme":
@@ -304,9 +304,9 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
304
304
  let b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
305
305
  for (let c of fromEnum(this.b.actualColumns)) {
306
306
  a = new ColumnPinningInfo();
307
- let d = c.l5;
308
- if (c.mc != null) {
309
- d = c.mc;
307
+ let d = c.l7;
308
+ if (c.me != null) {
309
+ d = c.me;
310
310
  }
311
311
  a.columnName = d;
312
312
  if (c.io == 1) {
@@ -319,7 +319,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
319
319
  }
320
320
  this.d.showSelectAll = false;
321
321
  if (this.s != null) {
322
- this.d.b7 = this.s;
322
+ this.d.ca = this.s;
323
323
  }
324
324
  this.d.itemsSource = b;
325
325
  let e = "";
@@ -335,7 +335,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
335
335
  let c = this.d.f.actualDataSource.getItemAtIndex(b.c);
336
336
  let d = this.b.actualColumns.count;
337
337
  for (let e = 0; e < d; e++) {
338
- 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) {
338
+ 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) {
339
339
  if (this.b.actualColumns._inner[e].io == 0) {
340
340
  this.b.actualColumns._inner[e].io = 1;
341
341
  }
@@ -345,7 +345,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
345
345
  else {
346
346
  this.b.actualColumns._inner[e].io = 0;
347
347
  }
348
- this.b.actualColumns._inner[e].nx("Pinned");
348
+ this.b.actualColumns._inner[e].n0("Pinned");
349
349
  break;
350
350
  }
351
351
  }
@@ -521,15 +521,15 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
521
521
  $ret.c = false;
522
522
  return $ret;
523
523
  })());
524
- this.n.ky = this.n.kz = 4;
525
- this.n.k0 = this.n.kx = 0;
526
- this.n.l5 = "Icon";
524
+ this.n.k0 = this.n.k1 = 4;
525
+ this.n.k2 = this.n.kz = 0;
526
+ this.n.l7 = "Icon";
527
527
  let e = this.n;
528
528
  e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.el));
529
529
  this.f.columns.add(this.n);
530
530
  let f = new TextColumn();
531
- f.l5 = "DisplayText";
532
- f.ky = 0;
531
+ f.l7 = "DisplayText";
532
+ f.k0 = 0;
533
533
  f.g = 0;
534
534
  this.f.columns.add(f);
535
535
  this.d4();
@@ -832,12 +832,12 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
832
832
  this.em();
833
833
  }
834
834
  d9(a, b) {
835
- let c = b.cellInfo.fn;
835
+ let c = b.cellInfo.fp;
836
836
  this.i = this.f.actualDataSource.getItemAtIndex(c);
837
837
  this.d8();
838
838
  }
839
839
  el(a, b) {
840
- this.e.t(b.content, b.cellInfo.ic);
840
+ this.e.t(b.content, b.cellInfo.ig);
841
841
  }
842
842
  }
843
843
  ComparisonOperatorSelector.$t = markType(ComparisonOperatorSelector, 'ComparisonOperatorSelector', Base.$, [INotifyPropertyChanged_$type]);
@@ -52,21 +52,21 @@ export let ContentCellModelHelper = /*@__PURE__*/ (() => {
52
52
  }
53
53
  static a(a, b, c, d, e) {
54
54
  if (b.a7) {
55
- if (b.bc(CellModel.fm) || b.bc(CellModel.es) || b.bc(CellModel.h1) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
56
- let f = Math.min(1, Math.max(0, b.c5));
57
- let g = b.co * (1 - f);
55
+ if (b.bc(CellModel.fo) || b.bc(CellModel.eu) || b.bc(CellModel.h4) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
56
+ let f = Math.min(1, Math.max(0, b.c7));
57
+ let g = b.cp * (1 - f);
58
58
  d.setRawStyleProperty("opacity", g.toString());
59
59
  if (b.bm) {
60
- e.dh(b.co * f);
60
+ e.dk(b.cp * f);
61
61
  }
62
62
  }
63
- if (b.bc(CellModel.e3)) {
64
- ContentCellModelHelper.c(d, b.na);
63
+ if (b.bc(CellModel.e5)) {
64
+ ContentCellModelHelper.c(d, b.ne);
65
65
  if (b.bm) {
66
- e.de(b.na);
66
+ e.dh(b.ne);
67
67
  }
68
68
  }
69
- if (b.bc(CellModel.gs)) {
69
+ if (b.bc(CellModel.gu)) {
70
70
  switch (b.ac) {
71
71
  case 0:
72
72
  d.setRawStyleProperty("white-space", "nowrap");
@@ -86,19 +86,19 @@ export let ContentCellModelHelper = /*@__PURE__*/ (() => {
86
86
  if (b.bb("TextDecoration")) {
87
87
  ContentCellModelHelper.d(d, b.aa);
88
88
  }
89
- if (b.bc(CellModel.f8) || b.bc(CellModel.h0)) {
89
+ if (b.bc(CellModel.ga) || b.bc(CellModel.h3)) {
90
90
  let h = b.g;
91
91
  let i = b.i;
92
92
  ContentCellModelHelper.b(c, d, h);
93
- e.cf(c, d, h);
93
+ e.ci(c, d, h);
94
94
  ContentCellModelHelper.e(c, d, i);
95
- e.cl(i);
95
+ e.co(i);
96
96
  if (b.bm) {
97
- e.dd(h, i);
97
+ e.dg(h, i);
98
98
  }
99
99
  }
100
100
  if (b.bb("ActualFontInfo")) {
101
- e.cx(d, b.ah);
101
+ e.c0(d, b.ah);
102
102
  }
103
103
  if (b.bb("IsEdited") || b.bb("IsDeleted")) {
104
104
  if (b.bd || b.ba) {
@@ -90,7 +90,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
90
90
  let c = b.nativeCell.ah = false;
91
91
  }
92
92
  else {
93
- let d = b.nativeCell.ap;
93
+ let d = b.nativeCell.ar;
94
94
  d.setRawStyleProperty("top", "-1000px");
95
95
  d.setRawStyleProperty("left", "-1000px");
96
96
  if (a.l.d != 0) {
@@ -190,7 +190,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
190
190
  if (v.bl) {
191
191
  m = true;
192
192
  }
193
- if (v.u == 1 && v.h6 != n) {
193
+ if (v.u == 1 && v.h9 != n) {
194
194
  m = true;
195
195
  }
196
196
  }
@@ -231,7 +231,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
231
231
  let ai = ag.isCanvasBased;
232
232
  let aj = null;
233
233
  if (!ai) {
234
- aj = ag.nativeCell.ap;
234
+ aj = ag.nativeCell.ar;
235
235
  if (af.u == 0) {
236
236
  this.element.append(aj);
237
237
  ag.nativeCell.isRemoved = false;
@@ -246,19 +246,19 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
246
246
  ag.nativeCell.isRemoved = false;
247
247
  }
248
248
  af.u = 2;
249
- let al = (af.hc + intDivide(af.h2, 2));
250
- let am = (af.he + intDivide(af.f6, 2));
249
+ let al = (af.he + intDivide(af.h5, 2));
250
+ let am = (af.hg + intDivide(af.f8, 2));
251
251
  let an = (al - b) / this.f.actualVisibleRegion.width;
252
252
  let ao = (am - a) / this.f.actualVisibleRegion.height;
253
253
  if (af.bn) {
254
254
  if (!ai) {
255
- aj.setRawPosition(af.c6, af.c7);
255
+ aj.setRawPosition(af.c8, af.c9);
256
256
  }
257
257
  }
258
258
  if (!ai) {
259
259
  if (af.l.d != 0) {
260
260
  if (this.f.b2) {
261
- aj.setRawStyleProperty("clip", this.w(af.l.d, af.c6, af.c7));
261
+ aj.setRawStyleProperty("clip", this.w(af.l.d, af.c8, af.c9));
262
262
  }
263
263
  else {
264
264
  aj.setRawStyleProperty("clip", "auto");
@@ -268,15 +268,15 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
268
268
  aj.setRawStyleProperty("clip", this.y(af));
269
269
  }
270
270
  else {
271
- if (Rect.l_op_Inequality(af.nv, Rect.empty)) {
272
- aj.setRawStyleProperty("clip", this.x(af.nv));
271
+ if (Rect.l_op_Inequality(af.nz, Rect.empty)) {
272
+ aj.setRawStyleProperty("clip", this.x(af.nz));
273
273
  }
274
274
  else {
275
275
  aj.setRawStyleProperty("clip", "auto");
276
276
  }
277
277
  }
278
278
  }
279
- af.l5();
279
+ af.l9();
280
280
  if (ai) {
281
281
  let ap = af.s.nativeCell;
282
282
  ap.co(z);
@@ -286,15 +286,15 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
286
286
  let aq = y.a;
287
287
  aq.aa();
288
288
  if (af.l.d != 0 && this.f.b2) {
289
- aq.ag(this.ax(af.l.d));
289
+ aq.ah(this.ax(af.l.d));
290
290
  }
291
291
  let ar = af.s.nativeCell;
292
- ar.b6(aq, y.c, y.d, af.c6, af.c7, z);
292
+ ar.b6(aq, y.c, y.d, af.c8, af.c9, z);
293
293
  aq.z();
294
294
  }
295
- af.ly();
295
+ af.l2();
296
296
  if (m) {
297
- af.h6 = n;
297
+ af.h9 = n;
298
298
  if (!ai) {
299
299
  aj.setRawStyleProperty("z-index", x.toString());
300
300
  }
@@ -516,10 +516,10 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
516
516
  return stringFormat1("rect({0}px, {1}px, {2}px, {3}px)", a.top, a.right, a.bottom, a.left);
517
517
  }
518
518
  y(a) {
519
- let b = a.c6 < this.g.cn ? this.g.cn - a.c6 : 0;
519
+ let b = a.c8 < this.g.cn ? this.g.cn - a.c8 : 0;
520
520
  let c = 0;
521
- let 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;
522
- let e = a.f6;
521
+ let 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;
522
+ let e = a.f8;
523
523
  return this.x(new Rect(0, b, c, d, e));
524
524
  }
525
525
  ah(a, b) {
@@ -24,22 +24,22 @@ export let DateTimeCellPresenter = /*@__PURE__*/ (() => {
24
24
  super.b(a);
25
25
  let b = a;
26
26
  if (a.a7) {
27
- if (a.bc(DateTimeCellModel.n8) || a.bc(DateTimeCellModel.n9) || a.bc(DateTimeCellModel.n7) || a.bc(DateTimeCellModel.gv) || a.bc(DateTimeCellModel.hz)) {
27
+ if (a.bc(DateTimeCellModel.oc) || a.bc(DateTimeCellModel.od) || a.bc(DateTimeCellModel.ob) || a.bc(DateTimeCellModel.gx) || a.bc(DateTimeCellModel.h2)) {
28
28
  this.e(b);
29
- this.d.c5(this.d.dt, b.ku);
29
+ this.d.c8(this.d.dw, b.kx);
30
30
  }
31
- ContentCellModelHelper.a(this.a.ak, b, this.a.ap, this.d.dt, this.a);
31
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dw, this.a);
32
32
  }
33
33
  }
34
34
  e(a) {
35
- if (a.lp != null) {
36
- a.ku = a.lp;
35
+ if (a.lt != null) {
36
+ a.kx = a.lt;
37
37
  return;
38
38
  }
39
- a.ku = a.ok(a.n6);
40
- if (a.ku == stringEmpty()) {
41
- if (a.ib != null && !(typeCast(Date_$type, a.ib) !== null)) {
42
- a.ku = a.ib.toString();
39
+ a.kx = a.oo(a.oa);
40
+ if (a.kx == stringEmpty()) {
41
+ if (a.ie != null && !(typeCast(Date_$type, a.ie) !== null)) {
42
+ a.kx = a.ie.toString();
43
43
  }
44
44
  }
45
45
  }