igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.2

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 (211) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +44020 -42109
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +25 -25
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +416 -411
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
  21. package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +5 -5
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  29. package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
  30. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/EditorCellPresenter.js +21 -21
  33. package/esm2015/lib/FilterCellPresenter.js +12 -12
  34. package/esm2015/lib/GridCellBase.js +6 -6
  35. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
  36. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  37. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  38. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  40. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  43. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  44. package/esm2015/lib/GridExternalWrapper.js +6 -6
  45. package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
  46. package/esm2015/lib/GridIconRepository.js +92 -0
  47. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  48. package/esm2015/lib/GridStyleRepository.js +6 -3
  49. package/esm2015/lib/ICheckboxListView.js +11 -0
  50. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  51. package/esm2015/lib/ImageCellPresenter.js +7 -7
  52. package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
  53. package/esm2015/lib/NumericCellPresenter.js +8 -8
  54. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  56. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  57. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  58. package/esm2015/lib/TemplateHeader.js +3 -3
  59. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  60. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  61. package/esm2015/lib/TextCellPresenter.js +9 -9
  62. package/esm2015/lib/TextHeaderCell.js +62 -27
  63. package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
  64. package/esm2015/lib/igc-cell-info.js +97 -91
  65. package/esm2015/lib/igc-checkbox-list-component.js +57 -58
  66. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igc-data-binding-event-args.js +27 -22
  68. package/esm2015/lib/igc-data-grid-column-component.js +271 -188
  69. package/esm2015/lib/igc-data-grid-component.js +135 -0
  70. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
  71. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  72. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  73. package/esm2015/lib/igc-date-time-column-module.js +2 -0
  74. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  75. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  76. package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
  77. package/esm2015/lib/igc-image-cell-info.js +6 -6
  78. package/esm2015/lib/igc-image-column-component.js +12 -12
  79. package/esm2015/lib/igc-image-column-module.js +2 -0
  80. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  81. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  82. package/esm2015/lib/igc-numeric-column-module.js +2 -0
  83. package/esm2015/lib/igc-row-separator-module.js +2 -0
  84. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  85. package/esm2015/lib/igc-section-header-module.js +2 -0
  86. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  87. package/esm2015/lib/igc-template-cell-info.js +2 -2
  88. package/esm2015/lib/igc-template-column-module.js +2 -0
  89. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  90. package/esm2015/lib/igc-template-header-module.js +2 -0
  91. package/esm2015/lib/igc-template-section-header-module.js +4 -0
  92. package/esm2015/lib/igc-text-cell-info.js +2 -2
  93. package/esm2015/lib/igc-text-column-component.js +9 -9
  94. package/esm2015/lib/igc-text-column-module.js +2 -0
  95. package/esm2015/lib/igc-text-header-cell-info.js +74 -24
  96. package/esm2015/lib/igc-text-header-module.js +2 -0
  97. package/esm2015/public_api.js +2 -0
  98. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  99. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  100. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  101. package/esm5/lib/CanvasGridCellBase.js +13 -13
  102. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  103. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  104. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  105. package/esm5/lib/CanvasSummaryCell.js +2 -2
  106. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  107. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  108. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  109. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  110. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  111. package/esm5/lib/CellPresenterBase.js +25 -25
  112. package/esm5/lib/CheckboxListBridge.js +36 -36
  113. package/esm5/lib/CheckboxListView_combined.js +399 -394
  114. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  115. package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
  116. package/esm5/lib/ColumnGroupingView_combined.js +13 -13
  117. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  118. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  119. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  120. package/esm5/lib/ContentCellModelHelper.js +5 -5
  121. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  122. package/esm5/lib/DataGridLocaleEn.js +3 -0
  123. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  124. package/esm5/lib/DataGridToolbarView_combined.js +1 -1
  125. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  126. package/esm5/lib/Dragger.js +4 -4
  127. package/esm5/lib/EditorCellPresenter.js +21 -21
  128. package/esm5/lib/FilterCellPresenter.js +12 -12
  129. package/esm5/lib/GridCellBase.js +6 -6
  130. package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
  131. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  132. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  133. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  134. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  135. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  136. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  137. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  138. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  139. package/esm5/lib/GridExternalWrapper.js +6 -6
  140. package/esm5/lib/GridFilterDialogView_combined.js +377 -244
  141. package/esm5/lib/GridIconRepository.js +97 -0
  142. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  143. package/esm5/lib/GridStyleRepository.js +10 -3
  144. package/esm5/lib/ICheckboxListView.js +11 -0
  145. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  146. package/esm5/lib/ImageCellPresenter.js +7 -7
  147. package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
  148. package/esm5/lib/NumericCellPresenter.js +8 -8
  149. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  150. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  151. package/esm5/lib/SummaryCellPresenter.js +6 -6
  152. package/esm5/lib/TemplateCellPresenter.js +2 -2
  153. package/esm5/lib/TemplateHeader.js +3 -3
  154. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  155. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  156. package/esm5/lib/TextCellPresenter.js +9 -9
  157. package/esm5/lib/TextHeaderCell.js +62 -27
  158. package/esm5/lib/TextHeaderCellPresenter.js +44 -25
  159. package/esm5/lib/igc-cell-info.js +101 -91
  160. package/esm5/lib/igc-checkbox-list-component.js +57 -58
  161. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  162. package/esm5/lib/igc-data-binding-event-args.js +27 -22
  163. package/esm5/lib/igc-data-grid-column-component.js +311 -188
  164. package/esm5/lib/igc-data-grid-component.js +177 -0
  165. package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
  166. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  167. package/esm5/lib/igc-date-time-column-component.js +23 -23
  168. package/esm5/lib/igc-date-time-column-module.js +2 -0
  169. package/esm5/lib/igc-editor-cell-info.js +23 -23
  170. package/esm5/lib/igc-filter-cell-info.js +26 -26
  171. package/esm5/lib/igc-filter-row-definition-module.js +2 -0
  172. package/esm5/lib/igc-image-cell-info.js +6 -6
  173. package/esm5/lib/igc-image-column-component.js +12 -12
  174. package/esm5/lib/igc-image-column-module.js +2 -0
  175. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  176. package/esm5/lib/igc-numeric-column-component.js +35 -35
  177. package/esm5/lib/igc-numeric-column-module.js +2 -0
  178. package/esm5/lib/igc-row-separator-module.js +2 -0
  179. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  180. package/esm5/lib/igc-section-header-module.js +2 -0
  181. package/esm5/lib/igc-summary-cell-info.js +9 -9
  182. package/esm5/lib/igc-template-cell-info.js +2 -2
  183. package/esm5/lib/igc-template-column-module.js +2 -0
  184. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  185. package/esm5/lib/igc-template-header-module.js +2 -0
  186. package/esm5/lib/igc-template-section-header-module.js +4 -0
  187. package/esm5/lib/igc-text-cell-info.js +2 -2
  188. package/esm5/lib/igc-text-column-component.js +9 -9
  189. package/esm5/lib/igc-text-column-module.js +2 -0
  190. package/esm5/lib/igc-text-header-cell-info.js +98 -24
  191. package/esm5/lib/igc-text-header-module.js +2 -0
  192. package/esm5/public_api.js +2 -0
  193. package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
  194. package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
  195. package/lib/CheckboxListView_combined.d.ts +104 -104
  196. package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
  197. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  198. package/lib/DataGridLocaleEn.d.ts +3 -0
  199. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  200. package/lib/GridIconRepository.d.ts +44 -0
  201. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  202. package/lib/GridStyleRepository.d.ts +3 -2
  203. package/lib/ICheckboxListView.d.ts +38 -0
  204. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  205. package/lib/igc-cell-info.d.ts +4 -0
  206. package/lib/igc-data-grid-column-component.d.ts +23 -0
  207. package/lib/igc-data-grid-component.d.ts +43 -0
  208. package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
  209. package/lib/igc-text-header-cell-info.d.ts +15 -0
  210. package/package.json +4 -4
  211. package/public_api.d.ts +2 -0
@@ -1,6 +1,7 @@
1
1
  export * from './lib/igc-checkbox-list-module';
2
2
  export * from './lib/igc-checkbox-list-component';
3
3
  export * from './lib/CheckboxListView';
4
+ export * from './lib/ICheckboxListView';
4
5
  export * from './lib/CheckboxList';
5
6
  export * from './lib/CheckboxListKeysClearedEventArgs';
6
7
  export * from './lib/igc-checkbox-list-keys-cleared-event-args';
@@ -315,6 +316,7 @@ export * from './lib/GridAnimationManager';
315
316
  export * from './lib/GridAnimationManagerAnimationCreatedEventArgs';
316
317
  export * from './lib/GridAnimationManagerAnimationCompletedEventArgs';
317
318
  export * from './lib/GridAnimationManagerAnimationCanceledEventArgs';
319
+ export * from './lib/GridIconRepository';
318
320
  export * from './lib/igc-grid-conditional-style-collection';
319
321
  export * from './lib/GridConditionalStyleCollection';
320
322
  export * from './lib/igc-grid-conditional-style-property-collection';
@@ -29,18 +29,18 @@ export var CanvasCellPresenterBase = /** @class */ /*@__PURE__*/ (function (_sup
29
29
  this.a.cn(a.ez, a.e3, a.e1, a.ex);
30
30
  }
31
31
  if (a.a5) {
32
- this.a.ch(a.nd, a.en, a.es, a.eq, a.el);
32
+ this.a.ch(a.ne, a.en, a.es, a.eq, a.el);
33
33
  }
34
34
  if (a.bs) {
35
- this.a.ck(a.f8);
36
- this.a.cu(a.h5);
35
+ this.a.ck(a.f9);
36
+ this.a.cu(a.h6);
37
37
  }
38
38
  if (a.a7) {
39
39
  if (a.bm && !this.a.z) {
40
40
  this.a.b5();
41
41
  }
42
42
  if (a.bc(CellModel.ek)) {
43
- this.a.cg(a.nc.color);
43
+ this.a.cg(a.nd.color);
44
44
  }
45
45
  if (a.bc(CellModel.ew)) {
46
46
  this.a.cm(a.cq);
@@ -25,7 +25,7 @@ export var CanvasContentCellModelHelper = /** @class */ /*@__PURE__*/ (function
25
25
  };
26
26
  CanvasContentCellModelHelper.a = function (a, b, c) {
27
27
  if (b.a7) {
28
- if (b.bc(CellModel.fo) || b.bc(CellModel.eu) || b.bc(CellModel.h4) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
28
+ if (b.bc(CellModel.fp) || b.bc(CellModel.eu) || b.bc(CellModel.h5) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
29
29
  var d = Math.min(1, Math.max(0, b.c7));
30
30
  var e = b.cp * (1 - d);
31
31
  c.ci(e);
@@ -34,14 +34,14 @@ export var CanvasContentCellModelHelper = /** @class */ /*@__PURE__*/ (function
34
34
  }
35
35
  }
36
36
  if (b.bc(CellModel.e5)) {
37
- CanvasContentCellModelHelper.c(c, b.ne);
37
+ CanvasContentCellModelHelper.c(c, b.nf);
38
38
  if (b.bm) {
39
- c.cw(b.ne);
39
+ c.cw(b.nf);
40
40
  }
41
41
  }
42
- if (b.bc(CellModel.gu)) {
42
+ if (b.bc(CellModel.gv)) {
43
43
  }
44
- if (b.bc(CellModel.ga) || b.bc(CellModel.h3)) {
44
+ if (b.bc(CellModel.gb) || b.bc(CellModel.h4)) {
45
45
  var f = b.g;
46
46
  var g = b.i;
47
47
  c.cl(f);
@@ -29,22 +29,22 @@ export var CanvasDateTimeCellPresenter = /** @class */ /*@__PURE__*/ (function (
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
31
  if (a.a7) {
32
- if (a.bc(DateTimeCellModel.oc) || a.bc(DateTimeCellModel.od) || a.bc(DateTimeCellModel.ob) || a.bc(DateTimeCellModel.gx) || a.bc(DateTimeCellModel.h2)) {
32
+ if (a.bc(DateTimeCellModel.od) || a.bc(DateTimeCellModel.oe) || a.bc(DateTimeCellModel.oc) || a.bc(DateTimeCellModel.gy) || a.bc(DateTimeCellModel.h3)) {
33
33
  this.e(b);
34
- this.d.cr(b.kx);
34
+ this.d.cr(b.ky);
35
35
  }
36
36
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
37
37
  }
38
38
  };
39
39
  CanvasDateTimeCellPresenter.prototype.e = function (a) {
40
- if (a.lt != null) {
41
- a.kx = a.lt;
40
+ if (a.lu != null) {
41
+ a.ky = a.lu;
42
42
  return;
43
43
  }
44
- a.kx = a.oo(a.oa);
45
- if (a.kx == stringEmpty()) {
46
- if (!(typeCast(Date_$type, a.ie) !== null)) {
47
- a.kx = a.ie.toString();
44
+ a.ky = a.op(a.ob);
45
+ if (a.ky == stringEmpty()) {
46
+ if (!(typeCast(Date_$type, a.ig) !== null)) {
47
+ a.ky = a.ig.toString();
48
48
  }
49
49
  }
50
50
  };
@@ -305,7 +305,7 @@ export var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
305
305
  return;
306
306
  }
307
307
  if (this.b2 != 1) {
308
- a.ag(this.b2);
308
+ a.ai(this.b2);
309
309
  }
310
310
  var j = this.m;
311
311
  if (!this.y) {
@@ -321,17 +321,17 @@ export var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
321
321
  if (this.s || this.x || (this.i != null && this.i.j != this.bu)) {
322
322
  this.s = false;
323
323
  this.bu = this.i.j;
324
- j.af(this.i);
324
+ j.ah(this.i);
325
325
  }
326
326
  if (f != 1) {
327
- j.aa();
328
- j.ab(f, f);
327
+ j.ac();
328
+ j.ad(f, f);
329
329
  }
330
330
  if (!this.y) {
331
- j.aa();
331
+ j.ac();
332
332
  var k = Math.round((d - b));
333
333
  var l = Math.round((e - c));
334
- j.ai(k, l);
334
+ j.ak(k, l);
335
335
  }
336
336
  if (g) {
337
337
  this.cb(j);
@@ -340,10 +340,10 @@ export var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
340
340
  this.cc(j);
341
341
  }
342
342
  if (!this.y) {
343
- j.z();
343
+ j.ab();
344
344
  }
345
345
  if (f != 1) {
346
- j.z();
346
+ j.ab();
347
347
  }
348
348
  }
349
349
  if (!i && this.y) {
@@ -357,7 +357,7 @@ export var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
357
357
  }
358
358
  }
359
359
  if (this.b2 != 1) {
360
- a.ag(1);
360
+ a.ai(1);
361
361
  }
362
362
  };
363
363
  CanvasGridCellBase.prototype.bx = function () {
@@ -428,7 +428,7 @@ export var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
428
428
  if (this.c0.al != null) {
429
429
  this.c0.n = this.a3;
430
430
  this.c0.o = this.a6;
431
- a.x(this.c0);
431
+ a.y(this.c0);
432
432
  if (this.u) {
433
433
  this.c7.ad = 1;
434
434
  this.c7.an = this.a3;
@@ -631,8 +631,8 @@ export var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
631
631
  if (this.a1 != b) {
632
632
  this.a1 = b;
633
633
  }
634
- var c = a.h5 * 0.2;
635
- var d = a.f8 * 0.6;
634
+ var c = a.h6 * 0.2;
635
+ var d = a.f9 * 0.6;
636
636
  if (this.a2 >= c && this.a2 <= d) {
637
637
  return;
638
638
  }
@@ -683,7 +683,7 @@ export var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
683
683
  if (this.s || (this.i != null && this.i.j != this.bu)) {
684
684
  this.s = false;
685
685
  this.bu = this.i.j;
686
- a.af(this.i);
686
+ a.ah(this.i);
687
687
  }
688
688
  var b;
689
689
  if (this.h != this.i || this.bw != this.i.j) {
@@ -29,23 +29,23 @@ export var CanvasImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_su
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
31
  if (a.a7) {
32
- if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
32
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h5)) {
33
33
  var c = Math.min(1, Math.max(0, a.c7));
34
34
  var d = a.cs * (1 - c);
35
35
  this.d.dd = d;
36
36
  }
37
- if (b.bc(ImageCellModel.n4) || b.bc(ImageCellModel.n5)) {
38
- this.e(b.n8, b.n1);
37
+ if (b.bc(ImageCellModel.n5) || b.bc(ImageCellModel.n6)) {
38
+ this.e(b.n9, b.n2);
39
39
  }
40
- if (b.bc(ImageCellModel.n6) || b.bc(ImageCellModel.ga) || b.bc(ImageCellModel.h3)) {
41
- this.f(b.n3, b.g, b.i);
40
+ if (b.bc(ImageCellModel.n7) || b.bc(ImageCellModel.gb) || b.bc(ImageCellModel.h4)) {
41
+ this.f(b.n4, b.g, b.i);
42
42
  }
43
- if (b.bc(ImageCellModel.hk)) {
43
+ if (b.bc(ImageCellModel.hl)) {
44
44
  if (a.u == 1) {
45
45
  this.d.dg();
46
46
  }
47
47
  else if (a.u == 2) {
48
- this.e(b.n8, b.n1);
48
+ this.e(b.n9, b.n2);
49
49
  }
50
50
  }
51
51
  }
@@ -29,20 +29,20 @@ export var CanvasNumericCellPresenter = /** @class */ /*@__PURE__*/ (function (_
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
31
  if (a.a7) {
32
- if (a.bc(NumericCellModel.op) || a.bc(NumericCellModel.od) || a.bc(NumericCellModel.h2) || b.n6()) {
33
- b.kx = this.e(b);
34
- this.d.cr(b.kx);
32
+ if (a.bc(NumericCellModel.oq) || a.bc(NumericCellModel.oe) || a.bc(NumericCellModel.h3) || b.n7()) {
33
+ b.ky = this.e(b);
34
+ this.d.cr(b.ky);
35
35
  }
36
36
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
37
37
  }
38
38
  };
39
39
  CanvasNumericCellPresenter.prototype.e = function (a) {
40
- if (a.lt != null) {
41
- return a.lt;
40
+ if (a.lu != null) {
41
+ return a.lu;
42
42
  }
43
- if (a.ov != null) {
44
- var val_ = a.n9;
45
- var override_ = a.ov;
43
+ if (a.ow != null) {
44
+ var val_ = a.oa;
45
+ var override_ = a.ow;
46
46
  return (override_.format(val_));
47
47
  }
48
48
  return NumericCellFormatter.c(a);
@@ -28,24 +28,24 @@ export var CanvasSectionHeaderCellPresenter = /** @class */ /*@__PURE__*/ (funct
28
28
  _super.prototype.b.call(this, a);
29
29
  var b = a;
30
30
  if (a.a7) {
31
- if (a.bc(SectionHeaderCellModel.n6) || a.bc(SectionHeaderCellModel.n8)) {
32
- if (b.n2 == null || (b.n2.length == 0 && b.og == null)) {
33
- if (b.ie == null) {
34
- b.kx = "";
31
+ if (a.bc(SectionHeaderCellModel.n7) || a.bc(SectionHeaderCellModel.n9)) {
32
+ if (b.n3 == null || (b.n3.length == 0 && b.oh == null)) {
33
+ if (b.ig == null) {
34
+ b.ky = "";
35
35
  }
36
36
  else {
37
- b.kx = b.ie.toString();
37
+ b.ky = b.ig.toString();
38
38
  }
39
39
  }
40
40
  else {
41
- if (b.oe != null && b.n5 == 0) {
42
- b.kx = b.og + "    " + b.oe;
41
+ if (b.of != null && b.n6 == 0) {
42
+ b.ky = b.oh + "    " + b.of;
43
43
  }
44
44
  else {
45
- b.kx = b.og;
45
+ b.ky = b.oh;
46
46
  }
47
47
  }
48
- this.d.cr(b.kx);
48
+ this.d.cr(b.ky);
49
49
  }
50
50
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
51
51
  }
@@ -66,7 +66,7 @@ export var CanvasSummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
66
66
  if (this.db || (this.da != null && this.da.j != this.dh)) {
67
67
  this.db = false;
68
68
  this.dh = this.da.j;
69
- a.af(this.da);
69
+ a.ah(this.da);
70
70
  this.dd = FontUtil.getCurrentFontHeight(this.bq, this.da);
71
71
  }
72
72
  var b = this.bo;
@@ -87,7 +87,7 @@ export var CanvasSummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
87
87
  }
88
88
  this.dn.n = this.de;
89
89
  this.dn.o = this.df;
90
- a.x(this.dn);
90
+ a.y(this.dn);
91
91
  }
92
92
  _super.prototype.cc.call(this, a);
93
93
  };
@@ -28,11 +28,11 @@ export var CanvasSummaryCellPresenter = /** @class */ /*@__PURE__*/ (function (_
28
28
  var b = a;
29
29
  if (a.a7) {
30
30
  if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
31
- this.d.dj(b.n8);
32
- this.d.cr(b.oa);
31
+ this.d.dj(b.n9);
32
+ this.d.cr(b.ob);
33
33
  }
34
34
  if (a.bb("SummaryLabelTextColor")) {
35
- var c = CanvasContentCellModelHelper.e(b.of);
35
+ var c = CanvasContentCellModelHelper.e(b.og);
36
36
  this.d.dk(c);
37
37
  }
38
38
  if (a.bb("FontInfo")) {
@@ -30,13 +30,13 @@ export var CanvasTemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (
30
30
  _super.prototype.b.call(this, a);
31
31
  var b = a;
32
32
  var c = this.e.actualColumns._inner[a.l.a5];
33
- if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
33
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h5)) {
34
34
  var d = Math.min(1, Math.max(0, a.c7));
35
35
  var e = a.cs * (1 - d);
36
36
  this.d.db.opacity = e;
37
37
  }
38
38
  this.d.dc();
39
- c.qr(a, this.d);
39
+ c.rx(a, this.d);
40
40
  };
41
41
  CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
42
42
  return CanvasTemplateCellPresenter;
@@ -30,7 +30,7 @@ export var CanvasTemplateHeaderCellPresenter = /** @class */ /*@__PURE__*/ (func
30
30
  _super.prototype.b.call(this, a);
31
31
  var b = this.e.actualColumns._inner[a.l.a5];
32
32
  var c = b.header;
33
- if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
33
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h5)) {
34
34
  var d = Math.min(1, Math.max(0, a.c7));
35
35
  var e = a.cs * (1 - d);
36
36
  }
@@ -28,26 +28,26 @@ export var CanvasTextCellPresenter = /** @class */ /*@__PURE__*/ (function (_sup
28
28
  _super.prototype.b.call(this, a);
29
29
  var b = a;
30
30
  if (a.a7) {
31
- if (a.bc(TextCellModel.n0) || a.bc(TextCellModel.h2) || a.bc(TextCellModel.gx)) {
32
- b.kx = this.e(b);
33
- this.d.cr(b.kx);
31
+ if (a.bc(TextCellModel.n1) || a.bc(TextCellModel.h3) || a.bc(TextCellModel.gy)) {
32
+ b.ky = this.e(b);
33
+ this.d.cr(b.ky);
34
34
  }
35
35
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
36
36
  }
37
37
  };
38
38
  CanvasTextCellPresenter.prototype.e = function (a) {
39
- if (a.lt != null) {
40
- return a.lt;
39
+ if (a.lu != null) {
40
+ return a.lu;
41
41
  }
42
- if (a.n2 != null) {
43
- return a.n2;
42
+ if (a.n3 != null) {
43
+ return a.n3;
44
44
  }
45
45
  else {
46
- if (a.ie == null) {
46
+ if (a.ig == null) {
47
47
  return "";
48
48
  }
49
49
  else {
50
- return a.ie.toString();
50
+ return a.ig.toString();
51
51
  }
52
52
  }
53
53
  };
@@ -36,11 +36,11 @@ export var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function
36
36
  _super.prototype.b.call(this, a);
37
37
  var b = a;
38
38
  if (a.a7) {
39
- if (a.bc(TextCellModel.n0)) {
40
- b.kx = b.n2;
41
- this.d.cr(b.kx);
39
+ if (a.bc(TextCellModel.n1)) {
40
+ b.ky = b.n3;
41
+ this.d.cr(b.ky);
42
42
  }
43
- if (a.bc(CellModel.hi)) {
43
+ if (a.bc(CellModel.hj)) {
44
44
  if (a.bt) {
45
45
  this.d.db.m = false;
46
46
  }
@@ -54,17 +54,17 @@ export var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function
54
54
  this.d.db.m = true;
55
55
  }
56
56
  }
57
- if (a.bc(CellModel.hj)) {
57
+ if (a.bc(CellModel.hk)) {
58
58
  if (a.bt) {
59
59
  this.d.db.m = false;
60
60
  }
61
- this.d.db.a3 = a.ns;
61
+ this.d.db.a3 = a.nt;
62
62
  if (a.bt) {
63
63
  this.d.db.m = true;
64
64
  }
65
65
  }
66
66
  if (a.bb("SortIndicatorStyle")) {
67
- this.d.db.f = b.n9;
67
+ this.d.db.f = b.oa;
68
68
  }
69
69
  CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
70
70
  }
@@ -29,72 +29,72 @@ export var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  this.a.c4(a.e);
30
30
  this.a.cy(a.d);
31
31
  this.a.cj();
32
- if (a.bc(CellModel.gm)) {
32
+ if (a.bc(CellModel.gn)) {
33
33
  this.a.ad = a.bh;
34
34
  }
35
35
  if (a.bc(CellModel.e0) || a.bc(CellModel.e4) || a.bc(CellModel.e2) || a.bc(CellModel.ey)) {
36
36
  this.a.c6(a.ez, a.e3, a.e1, a.ex);
37
37
  }
38
38
  if (a.a5) {
39
- this.a.cx(a.nd, a.en, a.es, a.eq, a.el);
39
+ this.a.cx(a.ne, a.en, a.es, a.eq, a.el);
40
40
  if (a.bc(CellModel.ej)) {
41
- if (!a.bj && a.p.i1 && a.bg && a.co == 1) {
41
+ if (!a.bj && a.p.i8 && a.bg && a.co == 1) {
42
42
  this.a.b9();
43
43
  }
44
44
  }
45
45
  }
46
46
  if (a.bs) {
47
- this.a.c1(a.f8, (a.e3 + a.ex + a.es + a.el));
48
- this.a.dc(a.h5, (a.ez + a.e1 + a.en + a.eq));
47
+ this.a.c1(a.f9, (a.e3 + a.ex + a.es + a.el));
48
+ this.a.dc(a.h6, (a.ez + a.e1 + a.en + a.eq));
49
49
  }
50
50
  if (a.a7) {
51
51
  if (a.bm && !this.a.z) {
52
52
  this.a.b8();
53
53
  }
54
54
  if (a.bc(CellModel.ek)) {
55
- this.a.cw(a.nc.color);
55
+ this.a.cw(a.nd.color);
56
56
  }
57
57
  if (a.bc(CellModel.ew)) {
58
58
  this.a.c5(a.cq);
59
59
  }
60
60
  if (a.bb("IsCollapsable")) {
61
61
  this.a.aa = a.a6;
62
- this.a.bi = a.ge;
62
+ this.a.bi = a.gf;
63
63
  this.a.ab = a.be;
64
- this.a.dc(a.h5, (a.ez + a.e1 + a.en + a.eq));
64
+ this.a.dc(a.h6, (a.ez + a.e1 + a.en + a.eq));
65
65
  }
66
66
  if (a.bb("Indent")) {
67
- this.a.bi = a.ge;
68
- this.a.dc(a.h5, (a.ez + a.e1 + a.en + a.eq));
67
+ this.a.bi = a.gf;
68
+ this.a.dc(a.h6, (a.ez + a.e1 + a.en + a.eq));
69
69
  }
70
70
  if (a.bb("IsExpanded")) {
71
71
  this.a.ab = a.be;
72
72
  }
73
- if (a.bc(CellModel.hx)) {
74
- this.a.b3 = a.lk;
75
- }
76
- if (a.bc(CellModel.hv)) {
77
- this.a.dt = a.nw;
73
+ if (a.bc(CellModel.hy)) {
74
+ this.a.b3 = a.ll;
78
75
  }
79
76
  if (a.bc(CellModel.hw)) {
80
- this.a.n = a.ak;
81
- }
82
- if (a.bc(CellModel.ho)) {
83
- this.a.by = a.lc;
77
+ this.a.dt = a.nx;
84
78
  }
85
- if (a.bc(CellModel.hm)) {
86
- this.a.bv = a.k9;
79
+ if (a.bc(CellModel.hx)) {
80
+ this.a.n = a.ak;
87
81
  }
88
82
  if (a.bc(CellModel.hp)) {
89
- this.a.ds = a.nv;
83
+ this.a.by = a.ld;
90
84
  }
91
85
  if (a.bc(CellModel.hn)) {
92
- this.a.dr = a.nu;
86
+ this.a.bv = a.la;
87
+ }
88
+ if (a.bc(CellModel.hq)) {
89
+ this.a.ds = a.nw;
93
90
  }
94
- if (a.bc(CellModel.hu)) {
91
+ if (a.bc(CellModel.ho)) {
92
+ this.a.dr = a.nv;
93
+ }
94
+ if (a.bc(CellModel.hv)) {
95
95
  this.a.aj = a.c4;
96
96
  }
97
- if (a.bc(CellModel.hr) || a.bc(CellModel.hs) || a.bc(CellModel.ht) || a.bc(CellModel.ht)) {
97
+ if (a.bc(CellModel.hs) || a.bc(CellModel.ht) || a.bc(CellModel.hu) || a.bc(CellModel.hu)) {
98
98
  this.a.dv = new Rect(0, a.c1, a.c2, a.c3, a.c0);
99
99
  }
100
100
  }
@@ -183,19 +183,19 @@ export var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
183
183
  case 8:
184
184
  d.itemsSource = c;
185
185
  break;
186
- case 75:
186
+ case 76:
187
187
  d.selectedMemberPath = c;
188
188
  break;
189
- case 76:
189
+ case 77:
190
190
  d.dataMemberPath = c;
191
191
  break;
192
- case 77:
192
+ case 78:
193
193
  d.subtitleMemberPath = c;
194
194
  break;
195
- case 79:
195
+ case 80:
196
196
  d.showSelectAll = c;
197
197
  break;
198
- case 80:
198
+ case 81:
199
199
  d.primaryKey = c;
200
200
  break;
201
201
  case 1:
@@ -204,49 +204,49 @@ export var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
204
204
  case 18:
205
205
  d.baseTheme = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
206
206
  break;
207
- case 33:
207
+ case 34:
208
208
  d.textColor = c;
209
209
  break;
210
210
  case 24:
211
211
  d.rowHoverBackgroundColor = c;
212
212
  break;
213
- case 81:
213
+ case 82:
214
214
  d.searchIconColor = c;
215
215
  break;
216
- case 82:
216
+ case 83:
217
217
  d.searchTextColor = c;
218
218
  break;
219
- case 117:
219
+ case 118:
220
220
  d.selectAllCaptionTextColor = c;
221
221
  break;
222
- case 99:
222
+ case 100:
223
223
  d.indexType = EnumUtil.getEnumValue(NativeUICheckboxListIndexType_$type, c);
224
224
  break;
225
- case 113:
225
+ case 114:
226
226
  d.checkboxAlignedRight = c;
227
227
  break;
228
- case 114:
228
+ case 115:
229
229
  d.labelClickTriggersChange = c;
230
230
  break;
231
- case 115:
231
+ case 116:
232
232
  d.dataLegendTarget = c;
233
233
  break;
234
- case 78:
234
+ case 79:
235
235
  d.propertyTypeMemberPath = c;
236
236
  break;
237
237
  case 17:
238
238
  d.checkboxCornerRadius = c;
239
239
  break;
240
- case 67:
240
+ case 68:
241
241
  d.checkboxCheckedBackgroundColor = c;
242
242
  break;
243
- case 69:
243
+ case 70:
244
244
  d.checkboxCheckedBorderColor = c;
245
245
  break;
246
- case 66:
246
+ case 67:
247
247
  d.checkboxUncheckedBackgroundColor = c;
248
248
  break;
249
- case 68:
249
+ case 69:
250
250
  d.checkboxUncheckedBorderColor = c;
251
251
  break;
252
252
  }
@@ -256,28 +256,28 @@ export var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
256
256
  switch (b) {
257
257
  case 23: return c.backgroundColor;
258
258
  case 8: return c.itemsSource;
259
- case 75: return c.selectedMemberPath;
260
- case 76: return c.dataMemberPath;
261
- case 77: return c.subtitleMemberPath;
262
- case 79: return c.showSelectAll;
263
- case 80: return c.primaryKey;
259
+ case 76: return c.selectedMemberPath;
260
+ case 77: return c.dataMemberPath;
261
+ case 78: return c.subtitleMemberPath;
262
+ case 80: return c.showSelectAll;
263
+ case 81: return c.primaryKey;
264
264
  case 1: return enumGetBox(ControlDisplayDensity_$type, c.density);
265
265
  case 18: return enumGetBox(BaseControlTheme_$type, c.baseTheme);
266
- case 33: return c.textColor;
266
+ case 34: return c.textColor;
267
267
  case 24: return c.rowHoverBackgroundColor;
268
- case 81: return c.searchIconColor;
269
- case 82: return c.searchTextColor;
270
- case 117: return c.selectAllCaptionTextColor;
271
- case 99: return enumGetBox(CheckboxListExternalIndexType_$type, c.indexType);
272
- case 113: return c.checkboxAlignedRight;
273
- case 114: return c.labelClickTriggersChange;
274
- case 115: return c.dataLegendTarget;
275
- case 78: return c.propertyTypeMemberPath;
268
+ case 82: return c.searchIconColor;
269
+ case 83: return c.searchTextColor;
270
+ case 118: return c.selectAllCaptionTextColor;
271
+ case 100: return enumGetBox(CheckboxListExternalIndexType_$type, c.indexType);
272
+ case 114: return c.checkboxAlignedRight;
273
+ case 115: return c.labelClickTriggersChange;
274
+ case 116: return c.dataLegendTarget;
275
+ case 79: return c.propertyTypeMemberPath;
276
276
  case 17: return c.checkboxCornerRadius;
277
- case 67: return c.checkboxCheckedBackgroundColor;
278
- case 69: return c.checkboxCheckedBorderColor;
279
- case 66: return c.checkboxUncheckedBackgroundColor;
280
- case 68: return c.checkboxUncheckedBorderColor;
277
+ case 68: return c.checkboxCheckedBackgroundColor;
278
+ case 70: return c.checkboxCheckedBorderColor;
279
+ case 67: return c.checkboxUncheckedBackgroundColor;
280
+ case 69: return c.checkboxUncheckedBorderColor;
281
281
  }
282
282
  return null;
283
283
  };