igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +8241 -9505
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +0 -28
  8. package/esm2015/lib/CheckboxListView_combined.js +705 -730
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +267 -267
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +63 -65
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +6 -9
  35. package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +433 -271
  38. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  39. package/esm2015/lib/ImageCell.js +55 -55
  40. package/esm2015/lib/ImageCellPresenter.js +8 -8
  41. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  42. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  43. package/esm2015/lib/NumericCell.js +4 -4
  44. package/esm2015/lib/NumericCellPresenter.js +2 -2
  45. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  46. package/esm2015/lib/SectionHeaderCell.js +8 -8
  47. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  48. package/esm2015/lib/SummaryCell.js +25 -25
  49. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  50. package/esm2015/lib/TemplateCell.js +11 -11
  51. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateHeader.js +7 -7
  53. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  54. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  55. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  56. package/esm2015/lib/TextCell.js +22 -22
  57. package/esm2015/lib/TextCellPresenter.js +2 -2
  58. package/esm2015/lib/TextHeaderCell.js +134 -140
  59. package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
  60. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  61. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  62. package/esm2015/lib/igc-checkbox-list-component.js +89 -89
  63. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  64. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  65. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  66. package/esm2015/lib/igc-data-grid-column-component.js +193 -307
  67. package/esm2015/lib/igc-data-grid-component.js +1 -99
  68. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
  69. package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
  70. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  71. package/esm2015/lib/igc-definition-base-component.js +129 -129
  72. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  73. package/esm2015/lib/igc-header-component.js +24 -24
  74. package/esm2015/lib/igc-image-column-component.js +12 -12
  75. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  76. package/esm2015/lib/igc-section-header-component.js +24 -24
  77. package/esm2015/lib/igc-summary-row-component.js +24 -24
  78. package/esm2015/lib/igc-text-column-component.js +9 -9
  79. package/esm2015/lib/igc-text-header-cell-info.js +4 -65
  80. package/esm2015/public_api.js +0 -1
  81. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  82. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  83. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  84. package/esm5/lib/CellPresenterBase.js +10 -10
  85. package/esm5/lib/CheckboxListBridge.js +0 -28
  86. package/esm5/lib/CheckboxListView_combined.js +684 -709
  87. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  88. package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
  89. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  90. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  91. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  92. package/esm5/lib/ContentCellModelHelper.js +3 -3
  93. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  94. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  95. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  96. package/esm5/lib/DraggerView.js +3 -3
  97. package/esm5/lib/EditorCell.js +256 -256
  98. package/esm5/lib/EditorCellPresenter.js +15 -15
  99. package/esm5/lib/FilterCell.js +252 -252
  100. package/esm5/lib/FilterCellPresenter.js +8 -8
  101. package/esm5/lib/GridCellBase.js +62 -64
  102. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  103. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  104. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  105. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  106. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  107. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  108. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  109. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  110. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  111. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  112. package/esm5/lib/GridExternalWrapper.js +6 -9
  113. package/esm5/lib/GridFilterDialogView_combined.js +164 -331
  114. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  115. package/esm5/lib/GridStyleRepository.js +585 -275
  116. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  117. package/esm5/lib/ImageCell.js +54 -54
  118. package/esm5/lib/ImageCellPresenter.js +8 -8
  119. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  120. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  121. package/esm5/lib/NumericCell.js +4 -4
  122. package/esm5/lib/NumericCellPresenter.js +2 -2
  123. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  124. package/esm5/lib/SectionHeaderCell.js +8 -8
  125. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  126. package/esm5/lib/SummaryCell.js +26 -26
  127. package/esm5/lib/SummaryCellPresenter.js +5 -5
  128. package/esm5/lib/TemplateCell.js +11 -11
  129. package/esm5/lib/TemplateCellPresenter.js +2 -2
  130. package/esm5/lib/TemplateHeader.js +7 -7
  131. package/esm5/lib/TemplateHeaderCell.js +5 -5
  132. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/TemplateSectionHeader.js +2 -2
  134. package/esm5/lib/TextCell.js +22 -22
  135. package/esm5/lib/TextCellPresenter.js +2 -2
  136. package/esm5/lib/TextHeaderCell.js +132 -138
  137. package/esm5/lib/TextHeaderCellPresenter.js +21 -43
  138. package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
  139. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  140. package/esm5/lib/igc-checkbox-list-component.js +89 -89
  141. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  142. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  143. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  144. package/esm5/lib/igc-data-grid-column-component.js +193 -355
  145. package/esm5/lib/igc-data-grid-component.js +2 -140
  146. package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
  147. package/esm5/lib/igc-data-grid-pager-component.js +10 -38
  148. package/esm5/lib/igc-date-time-column-component.js +23 -23
  149. package/esm5/lib/igc-definition-base-component.js +129 -129
  150. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  151. package/esm5/lib/igc-header-component.js +24 -24
  152. package/esm5/lib/igc-image-column-component.js +12 -12
  153. package/esm5/lib/igc-numeric-column-component.js +35 -35
  154. package/esm5/lib/igc-section-header-component.js +24 -24
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-text-column-component.js +9 -9
  157. package/esm5/lib/igc-text-header-cell-info.js +4 -93
  158. package/esm5/public_api.js +0 -1
  159. package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
  160. package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
  161. package/lib/CheckboxListBridge.d.ts +0 -1
  162. package/lib/CheckboxListExternal.d.ts +0 -6
  163. package/lib/CheckboxListView_combined.d.ts +148 -153
  164. package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
  165. package/lib/EditorCell.d.ts +51 -51
  166. package/lib/FilterCell.d.ts +53 -53
  167. package/lib/GridCellBase.d.ts +19 -21
  168. package/lib/GridExternalWrapper.d.ts +0 -1
  169. package/lib/GridFilterDialogView_combined.d.ts +58 -81
  170. package/lib/GridStyleRepository.d.ts +84 -23
  171. package/lib/ImageCell.d.ts +14 -14
  172. package/lib/SectionHeaderCell.d.ts +2 -2
  173. package/lib/SummaryCell.d.ts +4 -4
  174. package/lib/TemplateCell.d.ts +3 -3
  175. package/lib/TemplateHeader.d.ts +3 -3
  176. package/lib/TemplateHeaderCell.d.ts +2 -2
  177. package/lib/TemplateSectionHeader.d.ts +2 -2
  178. package/lib/TextCell.d.ts +4 -4
  179. package/lib/TextHeaderCell.d.ts +24 -26
  180. package/lib/VerticalSeparatorCell.d.ts +4 -4
  181. package/lib/igc-data-grid-column-component.d.ts +0 -54
  182. package/lib/igc-data-grid-component.d.ts +1 -49
  183. package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
  184. package/lib/igc-data-grid-pager-component.d.ts +0 -10
  185. package/lib/igc-text-header-cell-info.d.ts +0 -33
  186. package/package.json +4 -4
  187. package/public_api.d.ts +0 -1
  188. package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
  189. package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
  190. package/lib/GridStyleRepositoryKeys.d.ts +0 -48
@@ -477,13 +477,13 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
477
477
  this.f = 1;
478
478
  this.h = 2;
479
479
  this.w = "Drag a Column Here";
480
- this.bg = BrushUtil.l(158, 0, 0, 0);
480
+ this.bg = BrushUtil.j(158, 0, 0, 0);
481
481
  this.j = null;
482
- this.bf = BrushUtil.l(158, 0, 0, 0);
483
- this.bc = BrushUtil.l(158, 0, 0, 0);
484
- this.bd = BrushUtil.l(30, 0, 0, 0);
485
- this.be = BrushUtil.l(66, 0, 0, 0);
486
- this.bb = BrushUtil.l(255, 248, 248, 248);
482
+ this.bf = BrushUtil.j(158, 0, 0, 0);
483
+ this.bc = BrushUtil.j(158, 0, 0, 0);
484
+ this.bd = BrushUtil.j(30, 0, 0, 0);
485
+ this.be = BrushUtil.j(66, 0, 0, 0);
486
+ this.bb = BrushUtil.j(255, 248, 248, 248);
487
487
  this.v = 0;
488
488
  this.n = false;
489
489
  this.q = new ObservableCollection$1(XIcon.$, 0);
@@ -729,10 +729,10 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
729
729
  let c = this.targetGrid.groupDescriptions.j;
730
730
  for (let d = 0; d < c.count; d++) {
731
731
  let e = new GroupInfo();
732
- let f = b.i((g) => g.mr == c.item(d).f);
732
+ let f = b.i((g) => g.l7 == c.item(d).f);
733
733
  if (f != -1) {
734
- if (!stringIsNullOrEmpty(b._inner[f].my)) {
735
- e.c = b._inner[f].my;
734
+ if (!stringIsNullOrEmpty(b._inner[f].me)) {
735
+ e.c = b._inner[f].me;
736
736
  }
737
737
  else {
738
738
  e.c = c.item(d).f;
@@ -763,7 +763,7 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
763
763
  let h = a;
764
764
  let i = this.targetGrid.actualColumns._inner[h.cellPath.a5];
765
765
  let j = new ColumnGroupDescription(0);
766
- j.f = i.mr;
766
+ j.f = i.l7;
767
767
  j.c = 1;
768
768
  let k = this.targetGrid.groupDescriptions.j.contains(j);
769
769
  j.c = 0;
@@ -822,28 +822,28 @@ let ColumnGrouping = /*@__PURE__*/ (() => {
822
822
  else {
823
823
  c.svgPath = ColumnGrouping.ac;
824
824
  }
825
- c.fill = BrushUtil.l(255, 119, 119, 119);
825
+ c.fill = BrushUtil.j(255, 119, 119, 119);
826
826
  this.q.add(c);
827
827
  }
828
828
  aq(a) {
829
829
  let b = new XIcon();
830
830
  this.b.am(b, a);
831
831
  b.svgPath = ColumnGrouping.aa;
832
- b.fill = BrushUtil.l(255, 119, 119, 119);
832
+ b.fill = BrushUtil.j(255, 119, 119, 119);
833
833
  this.q.add(b);
834
834
  }
835
835
  as(a) {
836
836
  let b = new XIcon();
837
837
  this.b.am(b, a);
838
838
  b.svgPath = ColumnGrouping.ah;
839
- b.fill = BrushUtil.l(255, 119, 119, 119);
839
+ b.fill = BrushUtil.j(255, 119, 119, 119);
840
840
  this.q.add(b);
841
841
  }
842
842
  ar(a) {
843
843
  let b = new XIcon();
844
844
  this.b.am(b, a);
845
845
  b.svgPath = ColumnGrouping.ad;
846
- b.fill = BrushUtil.l(255, 119, 119, 119);
846
+ b.fill = BrushUtil.j(255, 119, 119, 119);
847
847
  this.e = b;
848
848
  this.q.add(this.e);
849
849
  }
@@ -92,11 +92,11 @@ let ColumnPinning = /*@__PURE__*/ (() => {
92
92
  this.b = null;
93
93
  this.o = null;
94
94
  this.i = null;
95
- this.am = BrushUtil.l(255, 0, 153, 255);
95
+ this.am = BrushUtil.j(255, 0, 153, 255);
96
96
  this.n = null;
97
97
  this.e = 1;
98
98
  this.g = 2;
99
- this.al = BrushUtil.l(255, 248, 248, 248);
99
+ this.al = BrushUtil.j(255, 248, 248, 248);
100
100
  this.m = false;
101
101
  let a = new ColumnPinningView();
102
102
  a.a = this;
@@ -254,7 +254,7 @@ let ColumnPinning = /*@__PURE__*/ (() => {
254
254
  break;
255
255
  case "FilterPlaceholderText":
256
256
  if (this.d != null) {
257
- this.d.cb = this.s;
257
+ this.d.ca = this.s;
258
258
  }
259
259
  break;
260
260
  case "BaseTheme":
@@ -299,12 +299,12 @@ let ColumnPinning = /*@__PURE__*/ (() => {
299
299
  let b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
300
300
  for (let c of fromEnum(this.b.actualColumns)) {
301
301
  a = new ColumnPinningInfo();
302
- let d = c.mr;
303
- if (c.my != null) {
304
- d = c.my;
302
+ let d = c.l7;
303
+ if (c.me != null) {
304
+ d = c.me;
305
305
  }
306
306
  a.columnName = d;
307
- if (c.is == 1) {
307
+ if (c.io == 1) {
308
308
  a.isPinned = true;
309
309
  }
310
310
  else {
@@ -314,7 +314,7 @@ let ColumnPinning = /*@__PURE__*/ (() => {
314
314
  }
315
315
  this.d.showSelectAll = false;
316
316
  if (this.s != null) {
317
- this.d.cb = this.s;
317
+ this.d.ca = this.s;
318
318
  }
319
319
  this.d.itemsSource = b;
320
320
  let e = "";
@@ -327,20 +327,20 @@ let ColumnPinning = /*@__PURE__*/ (() => {
327
327
  }
328
328
  ae(a, b) {
329
329
  this.m = true;
330
- let c = this.d.g.actualDataSource.getItemAtIndex(b.c);
330
+ let c = this.d.f.actualDataSource.getItemAtIndex(b.c);
331
331
  let d = this.b.actualColumns.count;
332
332
  for (let e = 0; e < d; e++) {
333
- if (this.b.actualColumns._inner[e].mr == c.columnName || this.b.actualColumns._inner[e].ni == c.columnName || this.b.actualColumns._inner[e].my == c.columnName) {
334
- if (this.b.actualColumns._inner[e].is == 0) {
335
- this.b.actualColumns._inner[e].is = 1;
333
+ 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) {
334
+ if (this.b.actualColumns._inner[e].io == 0) {
335
+ this.b.actualColumns._inner[e].io = 1;
336
336
  }
337
- else if (this.b.actualColumns._inner[e].is == 2) {
338
- this.b.actualColumns._inner[e].is = 1;
337
+ else if (this.b.actualColumns._inner[e].io == 2) {
338
+ this.b.actualColumns._inner[e].io = 1;
339
339
  }
340
340
  else {
341
- this.b.actualColumns._inner[e].is = 0;
341
+ this.b.actualColumns._inner[e].io = 0;
342
342
  }
343
- this.b.actualColumns._inner[e].ol("Pinned");
343
+ this.b.actualColumns._inner[e].n0("Pinned");
344
344
  break;
345
345
  }
346
346
  }
@@ -516,15 +516,15 @@ let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
516
516
  $ret.c = false;
517
517
  return $ret;
518
518
  })());
519
- this.n.k7 = this.n.k8 = 4;
520
- this.n.k9 = this.n.k6 = 0;
521
- this.n.mr = "Icon";
519
+ this.n.k0 = this.n.k1 = 4;
520
+ this.n.k2 = this.n.kz = 0;
521
+ this.n.l7 = "Icon";
522
522
  let e = this.n;
523
523
  e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.el));
524
524
  this.f.columns.add(this.n);
525
525
  let f = new TextColumn();
526
- f.mr = "DisplayText";
527
- f.k7 = 0;
526
+ f.l7 = "DisplayText";
527
+ f.k0 = 0;
528
528
  f.g = 0;
529
529
  this.f.columns.add(f);
530
530
  this.d4();
@@ -54,13 +54,13 @@ let ContentCellModelHelper = /*@__PURE__*/ (() => {
54
54
  let g = b.cp * (1 - f);
55
55
  d.setRawStyleProperty("opacity", g.toString());
56
56
  if (b.bm) {
57
- e.dl(b.cp * f);
57
+ e.dk(b.cp * f);
58
58
  }
59
59
  }
60
60
  if (b.bc(CellModel.e5)) {
61
61
  ContentCellModelHelper.c(d, b.ne);
62
62
  if (b.bm) {
63
- e.di(b.ne);
63
+ e.dh(b.ne);
64
64
  }
65
65
  }
66
66
  if (b.bc(CellModel.gu)) {
@@ -91,7 +91,7 @@ let ContentCellModelHelper = /*@__PURE__*/ (() => {
91
91
  ContentCellModelHelper.e(c, d, i);
92
92
  e.co(i);
93
93
  if (b.bm) {
94
- e.dh(h, i);
94
+ e.dg(h, i);
95
95
  }
96
96
  }
97
97
  if (b.bb("ActualFontInfo")) {
@@ -14,49 +14,49 @@ let DataGridScrollerKeyboardListener = /*@__PURE__*/ (() => {
14
14
  this.a = a;
15
15
  }
16
16
  onDownArrow(a, b) {
17
- return this.a.ko(a, b);
17
+ return this.a.km(a, b);
18
18
  }
19
19
  onEnd(a, b) {
20
- return this.a.kp(a, b);
20
+ return this.a.kn(a, b);
21
21
  }
22
22
  onHome(a, b) {
23
- return this.a.kt(a, b);
23
+ return this.a.kr(a, b);
24
24
  }
25
25
  onLeftArrow(a, b) {
26
- return this.a.kv(a, b);
26
+ return this.a.kt(a, b);
27
27
  }
28
28
  onPageDown(a, b) {
29
- return this.a.kw(a, b);
29
+ return this.a.ku(a, b);
30
30
  }
31
31
  onPageUp(a, b) {
32
- return this.a.kx(a, b);
32
+ return this.a.kv(a, b);
33
33
  }
34
34
  onRightArrow(a, b) {
35
- return this.a.ky(a, b);
35
+ return this.a.kw(a, b);
36
36
  }
37
37
  onTab(a, b) {
38
- return this.a.k0(a, b);
38
+ return this.a.ky(a, b);
39
39
  }
40
40
  onUpArrow(a, b) {
41
- return this.a.k1(a, b);
41
+ return this.a.kz(a, b);
42
42
  }
43
43
  onWheel() {
44
- this.a.x4();
44
+ this.a.xs();
45
45
  }
46
46
  onEnter(a, b) {
47
- return this.a.kq(a, b);
47
+ return this.a.ko(a, b);
48
48
  }
49
49
  onEscape() {
50
- return this.a.kr();
50
+ return this.a.kp();
51
51
  }
52
52
  onF2() {
53
- return this.a.ks();
53
+ return this.a.kq();
54
54
  }
55
55
  onSpace(a, b) {
56
- return this.a.kz(a, b);
56
+ return this.a.kx(a, b);
57
57
  }
58
58
  onKeyDown(a, b, c) {
59
- return this.a.ku(a, b, c);
59
+ return this.a.ks(a, b, c);
60
60
  }
61
61
  }
62
62
  DataGridScrollerKeyboardListener.$t = /*@__PURE__*/ markType(DataGridScrollerKeyboardListener, 'DataGridScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);
@@ -242,7 +242,7 @@ let DataGridToolbarView = /*@__PURE__*/ (() => {
242
242
  a.stopPropagation();
243
243
  }
244
244
  w(a) {
245
- let b = ElevationHelper.e(12, BrushUtil.l(66, 0, 0, 0), BrushUtil.l(30, 0, 0, 0), BrushUtil.l(20, 0, 0, 0), 1);
245
+ let b = ElevationHelper.e(12, BrushUtil.j(66, 0, 0, 0), BrushUtil.j(30, 0, 0, 0), BrushUtil.j(20, 0, 0, 0), 1);
246
246
  a.setStyleProperty("boxShadow", b);
247
247
  a.setStyleProperty("background-color", this.a.bf._fill);
248
248
  a.setStyleProperty("position", "absolute");
@@ -309,9 +309,9 @@ let DataGridToolbar = /*@__PURE__*/ (() => {
309
309
  this.d = null;
310
310
  this.y = null;
311
311
  this.m = null;
312
- this.bd = BrushUtil.l(255, 24, 29, 31);
313
- this.bb = BrushUtil.l(255, 248, 248, 248);
314
- this.bc = BrushUtil.l(255, 248, 248, 248);
312
+ this.bd = BrushUtil.j(255, 24, 29, 31);
313
+ this.bb = BrushUtil.j(255, 248, 248, 248);
314
+ this.bc = BrushUtil.j(255, 248, 248, 248);
315
315
  this.o = false;
316
316
  this.u = null;
317
317
  this.v = null;
@@ -600,10 +600,10 @@ let DataGridToolbar = /*@__PURE__*/ (() => {
600
600
  this.b.f = this.j;
601
601
  }
602
602
  if (this.g != null) {
603
- this.g.o = this.j;
603
+ this.g.n = this.j;
604
604
  }
605
605
  if (this.h != null) {
606
- this.h.o = this.j;
606
+ this.h.n = this.j;
607
607
  }
608
608
  }
609
609
  a3() {
@@ -613,10 +613,10 @@ let DataGridToolbar = /*@__PURE__*/ (() => {
613
613
  }
614
614
  }
615
615
  if (this.g != null) {
616
- this.g.s = this.l;
616
+ this.g.r = this.l;
617
617
  }
618
618
  if (this.h != null) {
619
- this.h.s = this.l;
619
+ this.h.r = this.l;
620
620
  }
621
621
  if (this.a != null) {
622
622
  this.a.h = this.l;
@@ -631,8 +631,8 @@ let DataGridToolbar = /*@__PURE__*/ (() => {
631
631
  let g = b.getSubRenderer(c);
632
632
  f.provideContainer(g);
633
633
  let h = g.getExternal(f, g.rootWrapper, g.getExternal(a, null, null));
634
- f.o = this.j;
635
- f.s = this.l;
634
+ f.n = this.j;
635
+ f.r = this.l;
636
636
  let i = null;
637
637
  let j = null;
638
638
  let k = null;
@@ -743,10 +743,10 @@ let DataGridToolbar = /*@__PURE__*/ (() => {
743
743
  this.s = 0;
744
744
  this.t = 0;
745
745
  for (let b = 0; b < a; b++) {
746
- if (this.e.actualColumns._inner[b].j1 == true) {
746
+ if (this.e.actualColumns._inner[b].ju == true) {
747
747
  this.s++;
748
748
  }
749
- if (this.e.actualColumns._inner[b].is == 1) {
749
+ if (this.e.actualColumns._inner[b].io == 1) {
750
750
  this.t++;
751
751
  }
752
752
  }
@@ -23,9 +23,9 @@ let DateTimeCellPresenter = /*@__PURE__*/ (() => {
23
23
  if (a.a7) {
24
24
  if (a.bc(DateTimeCellModel.oc) || a.bc(DateTimeCellModel.od) || a.bc(DateTimeCellModel.ob) || a.bc(DateTimeCellModel.gx) || a.bc(DateTimeCellModel.h2)) {
25
25
  this.e(b);
26
- this.d.c8(this.d.dx, b.kx);
26
+ this.d.c8(this.d.dw, b.kx);
27
27
  }
28
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
28
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dw, this.a);
29
29
  }
30
30
  }
31
31
  e(a) {
@@ -93,17 +93,17 @@ let DraggerView = /*@__PURE__*/ (() => {
93
93
  if (this.model.cloneCell != null) {
94
94
  this.d = this.model.cloneCell;
95
95
  document.documentElement.appendChild(this.d.getNativeElement());
96
- let a = ElevationHelper.e(12, BrushUtil.l(66, 0, 0, 0), BrushUtil.l(30, 0, 0, 0), BrushUtil.l(20, 0, 0, 0));
96
+ let a = ElevationHelper.e(12, BrushUtil.j(66, 0, 0, 0), BrushUtil.j(30, 0, 0, 0), BrushUtil.j(20, 0, 0, 0));
97
97
  this.d.setStyleProperty("boxShadow", a);
98
98
  this.d.setStyleProperty("z-index", "12000");
99
99
  this.d.setStyleProperty("min-width", "170px");
100
100
  this.d.setStyleProperty("max-width", "250px");
101
101
  let b = BrushUtil.a("background-color", this.d);
102
- let c = BrushUtil.l(200, b[0].color.o, b[0].color.n, b[0].color.m);
102
+ let c = BrushUtil.j(200, b[0].color.o, b[0].color.n, b[0].color.m);
103
103
  this.d.setStyleProperty("background-color", c._fill);
104
104
  let d = this.d.getChildAt(0);
105
105
  let e = BrushUtil.a("color", d);
106
- let f = BrushUtil.l(200, e[0].color.o, e[0].color.n, e[0].color.m);
106
+ let f = BrushUtil.j(200, e[0].color.o, e[0].color.n, e[0].color.m);
107
107
  d.setStyleProperty("color", f._fill);
108
108
  }
109
109
  }