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

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 (195) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +9702 -8361
  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 +28 -0
  8. package/esm2015/lib/CheckboxListView_combined.js +730 -705
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5882 -5157
  11. package/esm2015/lib/ColumnGroupingView_combined.js +15 -15
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +13 -13
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +11 -11
  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 +65 -63
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +15 -6
  35. package/esm2015/lib/GridFilterDialogView_combined.js +322 -182
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +271 -433
  38. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  39. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  40. package/esm2015/lib/ImageCell.js +55 -55
  41. package/esm2015/lib/ImageCellPresenter.js +8 -8
  42. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  44. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  45. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  46. package/esm2015/lib/NumericCell.js +4 -4
  47. package/esm2015/lib/NumericCellPresenter.js +2 -2
  48. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  49. package/esm2015/lib/SectionHeaderCell.js +20 -8
  50. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  51. package/esm2015/lib/SummaryCell.js +34 -25
  52. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  53. package/esm2015/lib/TemplateCell.js +12 -12
  54. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  55. package/esm2015/lib/TemplateHeader.js +7 -7
  56. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  57. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  58. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  59. package/esm2015/lib/TextCell.js +22 -22
  60. package/esm2015/lib/TextCellPresenter.js +2 -2
  61. package/esm2015/lib/TextHeaderCell.js +140 -134
  62. package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
  63. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  64. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  65. package/esm2015/lib/igc-checkbox-list-component.js +89 -89
  66. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  67. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  68. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  69. package/esm2015/lib/igc-data-grid-column-component.js +307 -193
  70. package/esm2015/lib/igc-data-grid-component.js +106 -2
  71. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +77 -20
  72. package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
  73. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  74. package/esm2015/lib/igc-definition-base-component.js +129 -129
  75. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  76. package/esm2015/lib/igc-header-component.js +24 -24
  77. package/esm2015/lib/igc-image-column-component.js +12 -12
  78. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  79. package/esm2015/lib/igc-section-header-component.js +24 -24
  80. package/esm2015/lib/igc-summary-row-component.js +24 -24
  81. package/esm2015/lib/igc-text-column-component.js +9 -9
  82. package/esm2015/lib/igc-text-header-cell-info.js +65 -4
  83. package/esm2015/public_api.js +1 -0
  84. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  85. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  86. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  87. package/esm5/lib/CellPresenterBase.js +10 -10
  88. package/esm5/lib/CheckboxListBridge.js +28 -0
  89. package/esm5/lib/CheckboxListView_combined.js +709 -684
  90. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  91. package/esm5/lib/ColumnFilterCondition_combined.js +5860 -5003
  92. package/esm5/lib/ColumnGroupingView_combined.js +15 -15
  93. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  94. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  95. package/esm5/lib/ContentCellModelHelper.js +3 -3
  96. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  97. package/esm5/lib/DataGridToolbarView_combined.js +13 -13
  98. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  99. package/esm5/lib/DraggerView.js +11 -11
  100. package/esm5/lib/EditorCell.js +256 -256
  101. package/esm5/lib/EditorCellPresenter.js +15 -15
  102. package/esm5/lib/FilterCell.js +252 -252
  103. package/esm5/lib/FilterCellPresenter.js +8 -8
  104. package/esm5/lib/GridCellBase.js +64 -62
  105. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  106. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  107. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  108. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  109. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  110. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  111. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  112. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  113. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  114. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  115. package/esm5/lib/GridExternalWrapper.js +15 -6
  116. package/esm5/lib/GridFilterDialogView_combined.js +342 -174
  117. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  118. package/esm5/lib/GridStyleRepository.js +275 -585
  119. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  120. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  121. package/esm5/lib/ImageCell.js +54 -54
  122. package/esm5/lib/ImageCellPresenter.js +8 -8
  123. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  124. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  125. package/esm5/lib/NativeUIComboFactory.js +1 -1
  126. package/esm5/lib/NativeUIGridFactory.js +2 -2
  127. package/esm5/lib/NumericCell.js +4 -4
  128. package/esm5/lib/NumericCellPresenter.js +2 -2
  129. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  130. package/esm5/lib/SectionHeaderCell.js +20 -8
  131. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  132. package/esm5/lib/SummaryCell.js +35 -26
  133. package/esm5/lib/SummaryCellPresenter.js +5 -5
  134. package/esm5/lib/TemplateCell.js +12 -12
  135. package/esm5/lib/TemplateCellPresenter.js +2 -2
  136. package/esm5/lib/TemplateHeader.js +7 -7
  137. package/esm5/lib/TemplateHeaderCell.js +5 -5
  138. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  139. package/esm5/lib/TemplateSectionHeader.js +2 -2
  140. package/esm5/lib/TextCell.js +22 -22
  141. package/esm5/lib/TextCellPresenter.js +2 -2
  142. package/esm5/lib/TextHeaderCell.js +138 -132
  143. package/esm5/lib/TextHeaderCellPresenter.js +43 -21
  144. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  145. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  146. package/esm5/lib/igc-checkbox-list-component.js +89 -89
  147. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  148. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  149. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  150. package/esm5/lib/igc-data-grid-column-component.js +355 -193
  151. package/esm5/lib/igc-data-grid-component.js +147 -3
  152. package/esm5/lib/igc-data-grid-filter-dialog-component.js +101 -20
  153. package/esm5/lib/igc-data-grid-pager-component.js +38 -10
  154. package/esm5/lib/igc-date-time-column-component.js +23 -23
  155. package/esm5/lib/igc-definition-base-component.js +129 -129
  156. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  157. package/esm5/lib/igc-header-component.js +24 -24
  158. package/esm5/lib/igc-image-column-component.js +12 -12
  159. package/esm5/lib/igc-numeric-column-component.js +35 -35
  160. package/esm5/lib/igc-section-header-component.js +24 -24
  161. package/esm5/lib/igc-summary-row-component.js +24 -24
  162. package/esm5/lib/igc-text-column-component.js +9 -9
  163. package/esm5/lib/igc-text-header-cell-info.js +93 -4
  164. package/esm5/public_api.js +1 -0
  165. package/fesm2015/igniteui-webcomponents-data-grids.js +9519 -8340
  166. package/fesm5/igniteui-webcomponents-data-grids.js +9704 -8364
  167. package/lib/CheckboxListBridge.d.ts +1 -0
  168. package/lib/CheckboxListExternal.d.ts +6 -0
  169. package/lib/CheckboxListView_combined.d.ts +153 -148
  170. package/lib/ColumnFilterCondition_combined.d.ts +1405 -1268
  171. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  172. package/lib/EditorCell.d.ts +51 -51
  173. package/lib/FilterCell.d.ts +53 -53
  174. package/lib/GridCellBase.d.ts +21 -19
  175. package/lib/GridExternalWrapper.d.ts +3 -0
  176. package/lib/GridFilterDialogView_combined.d.ts +81 -58
  177. package/lib/GridStyleRepository.d.ts +23 -84
  178. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  179. package/lib/ImageCell.d.ts +14 -14
  180. package/lib/SectionHeaderCell.d.ts +4 -2
  181. package/lib/SummaryCell.d.ts +6 -4
  182. package/lib/TemplateCell.d.ts +3 -3
  183. package/lib/TemplateHeader.d.ts +3 -3
  184. package/lib/TemplateHeaderCell.d.ts +2 -2
  185. package/lib/TemplateSectionHeader.d.ts +2 -2
  186. package/lib/TextCell.d.ts +4 -4
  187. package/lib/TextHeaderCell.d.ts +26 -24
  188. package/lib/VerticalSeparatorCell.d.ts +4 -4
  189. package/lib/igc-data-grid-column-component.d.ts +54 -0
  190. package/lib/igc-data-grid-component.d.ts +51 -1
  191. package/lib/igc-data-grid-filter-dialog-component.d.ts +27 -0
  192. package/lib/igc-data-grid-pager-component.d.ts +10 -0
  193. package/lib/igc-text-header-cell-info.d.ts +33 -0
  194. package/package.json +4 -4
  195. package/public_api.d.ts +1 -0
@@ -106,7 +106,7 @@ export var ColumnGroupingView = /** @class */ /*@__PURE__*/ (function (_super) {
106
106
  }
107
107
  this.n = a;
108
108
  this.d = new CanvasGestureDOMEventProxy(this.o.rootWrapper, this.o, true);
109
- this.d.c9 = true;
109
+ this.d.dc = true;
110
110
  var b = this.d;
111
111
  b.onMouseDown = delegateCombine(b.onMouseDown, runOn(this, this.z));
112
112
  var c = this.d;
@@ -511,13 +511,13 @@ export var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
511
511
  _this.f = 1;
512
512
  _this.h = 2;
513
513
  _this.w = "Drag a Column Here";
514
- _this.bg = BrushUtil.j(158, 0, 0, 0);
514
+ _this.bg = BrushUtil.l(158, 0, 0, 0);
515
515
  _this.j = null;
516
- _this.bf = BrushUtil.j(158, 0, 0, 0);
517
- _this.bc = BrushUtil.j(158, 0, 0, 0);
518
- _this.bd = BrushUtil.j(30, 0, 0, 0);
519
- _this.be = BrushUtil.j(66, 0, 0, 0);
520
- _this.bb = BrushUtil.j(255, 248, 248, 248);
516
+ _this.bf = BrushUtil.l(158, 0, 0, 0);
517
+ _this.bc = BrushUtil.l(158, 0, 0, 0);
518
+ _this.bd = BrushUtil.l(30, 0, 0, 0);
519
+ _this.be = BrushUtil.l(66, 0, 0, 0);
520
+ _this.bb = BrushUtil.l(255, 248, 248, 248);
521
521
  _this.v = 0;
522
522
  _this.n = false;
523
523
  _this.q = new ObservableCollection$1(XIcon.$, 0);
@@ -812,10 +812,10 @@ export var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
812
812
  var c_1 = this.targetGrid.groupDescriptions.j;
813
813
  var _loop_1 = function (d) {
814
814
  var e = new GroupInfo();
815
- var f = b.i(function (g) { return g.l7 == c_1.item(d).f; });
815
+ var f = b.i(function (g) { return g.mr == c_1.item(d).f; });
816
816
  if (f != -1) {
817
- if (!stringIsNullOrEmpty(b._inner[f].me)) {
818
- e.c = b._inner[f].me;
817
+ if (!stringIsNullOrEmpty(b._inner[f].my)) {
818
+ e.c = b._inner[f].my;
819
819
  }
820
820
  else {
821
821
  e.c = c_1.item(d).f;
@@ -849,7 +849,7 @@ export var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
849
849
  var h = a;
850
850
  var i = this.targetGrid.actualColumns._inner[h.cellPath.a5];
851
851
  var j = new ColumnGroupDescription(0);
852
- j.f = i.l7;
852
+ j.f = i.mr;
853
853
  j.c = 1;
854
854
  var k = this.targetGrid.groupDescriptions.j.contains(j);
855
855
  j.c = 0;
@@ -908,28 +908,28 @@ export var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
908
908
  else {
909
909
  c.svgPath = ColumnGrouping.ac;
910
910
  }
911
- c.fill = BrushUtil.j(255, 119, 119, 119);
911
+ c.fill = BrushUtil.l(255, 119, 119, 119);
912
912
  this.q.add(c);
913
913
  };
914
914
  ColumnGrouping.prototype.aq = function (a) {
915
915
  var b = new XIcon();
916
916
  this.b.am(b, a);
917
917
  b.svgPath = ColumnGrouping.aa;
918
- b.fill = BrushUtil.j(255, 119, 119, 119);
918
+ b.fill = BrushUtil.l(255, 119, 119, 119);
919
919
  this.q.add(b);
920
920
  };
921
921
  ColumnGrouping.prototype.as = function (a) {
922
922
  var b = new XIcon();
923
923
  this.b.am(b, a);
924
924
  b.svgPath = ColumnGrouping.ah;
925
- b.fill = BrushUtil.j(255, 119, 119, 119);
925
+ b.fill = BrushUtil.l(255, 119, 119, 119);
926
926
  this.q.add(b);
927
927
  };
928
928
  ColumnGrouping.prototype.ar = function (a) {
929
929
  var b = new XIcon();
930
930
  this.b.am(b, a);
931
931
  b.svgPath = ColumnGrouping.ad;
932
- b.fill = BrushUtil.j(255, 119, 119, 119);
932
+ b.fill = BrushUtil.l(255, 119, 119, 119);
933
933
  this.e = b;
934
934
  this.q.add(this.e);
935
935
  };
@@ -98,11 +98,11 @@ export var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
98
98
  _this.b = null;
99
99
  _this.o = null;
100
100
  _this.i = null;
101
- _this.am = BrushUtil.j(255, 0, 153, 255);
101
+ _this.am = BrushUtil.l(255, 0, 153, 255);
102
102
  _this.n = null;
103
103
  _this.e = 1;
104
104
  _this.g = 2;
105
- _this.al = BrushUtil.j(255, 248, 248, 248);
105
+ _this.al = BrushUtil.l(255, 248, 248, 248);
106
106
  _this.m = false;
107
107
  var a = new ColumnPinningView();
108
108
  a.a = _this;
@@ -297,7 +297,7 @@ export var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
297
297
  break;
298
298
  case "FilterPlaceholderText":
299
299
  if (this.d != null) {
300
- this.d.ca = this.s;
300
+ this.d.cb = this.s;
301
301
  }
302
302
  break;
303
303
  case "BaseTheme":
@@ -345,12 +345,12 @@ export var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
345
345
  for (var _b = __values(fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
346
346
  var c = _c.value;
347
347
  a = new ColumnPinningInfo();
348
- var d = c.l7;
349
- if (c.me != null) {
350
- d = c.me;
348
+ var d = c.mr;
349
+ if (c.my != null) {
350
+ d = c.my;
351
351
  }
352
352
  a.columnName = d;
353
- if (c.io == 1) {
353
+ if (c.is == 1) {
354
354
  a.isPinned = true;
355
355
  }
356
356
  else {
@@ -374,7 +374,7 @@ export var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
374
374
  }
375
375
  this.d.showSelectAll = false;
376
376
  if (this.s != null) {
377
- this.d.ca = this.s;
377
+ this.d.cb = this.s;
378
378
  }
379
379
  this.d.itemsSource = b;
380
380
  var e = "";
@@ -387,20 +387,20 @@ export var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
387
387
  };
388
388
  ColumnPinning.prototype.ae = function (a, b) {
389
389
  this.m = true;
390
- var c = this.d.f.actualDataSource.getItemAtIndex(b.c);
390
+ var c = this.d.g.actualDataSource.getItemAtIndex(b.c);
391
391
  var d = this.b.actualColumns.count;
392
392
  for (var e = 0; e < d; e++) {
393
- 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) {
394
- if (this.b.actualColumns._inner[e].io == 0) {
395
- this.b.actualColumns._inner[e].io = 1;
393
+ 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) {
394
+ if (this.b.actualColumns._inner[e].is == 0) {
395
+ this.b.actualColumns._inner[e].is = 1;
396
396
  }
397
- else if (this.b.actualColumns._inner[e].io == 2) {
398
- this.b.actualColumns._inner[e].io = 1;
397
+ else if (this.b.actualColumns._inner[e].is == 2) {
398
+ this.b.actualColumns._inner[e].is = 1;
399
399
  }
400
400
  else {
401
- this.b.actualColumns._inner[e].io = 0;
401
+ this.b.actualColumns._inner[e].is = 0;
402
402
  }
403
- this.b.actualColumns._inner[e].n0("Pinned");
403
+ this.b.actualColumns._inner[e].ol("Pinned");
404
404
  break;
405
405
  }
406
406
  }
@@ -163,7 +163,7 @@ export var ComparisonOperatorSelectorView = /** @class */ /*@__PURE__*/ (functio
163
163
  };
164
164
  ComparisonOperatorSelectorView.prototype.onDocumentKeyDown = function (a) {
165
165
  var b = a;
166
- if (BaseDOMEventProxy.c1(b) == 8) {
166
+ if (BaseDOMEventProxy.c4(b) == 8) {
167
167
  this.a.d8();
168
168
  }
169
169
  };
@@ -720,15 +720,15 @@ export var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_
720
720
  $ret.c = false;
721
721
  return $ret;
722
722
  })());
723
- this.n.k0 = this.n.k1 = 4;
724
- this.n.k2 = this.n.kz = 0;
725
- this.n.l7 = "Icon";
723
+ this.n.k7 = this.n.k8 = 4;
724
+ this.n.k9 = this.n.k6 = 0;
725
+ this.n.mr = "Icon";
726
726
  var e = this.n;
727
727
  e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.el));
728
728
  this.f.columns.add(this.n);
729
729
  var f = new TextColumn();
730
- f.l7 = "DisplayText";
731
- f.k0 = 0;
730
+ f.mr = "DisplayText";
731
+ f.k7 = 0;
732
732
  f.g = 0;
733
733
  this.f.columns.add(f);
734
734
  this.d4();
@@ -61,13 +61,13 @@ export var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_supe
61
61
  var g = b.cp * (1 - f);
62
62
  d.setRawStyleProperty("opacity", g.toString());
63
63
  if (b.bm) {
64
- e.dk(b.cp * f);
64
+ e.dl(b.cp * f);
65
65
  }
66
66
  }
67
67
  if (b.bc(CellModel.e5)) {
68
68
  ContentCellModelHelper.c(d, b.ne);
69
69
  if (b.bm) {
70
- e.dh(b.ne);
70
+ e.di(b.ne);
71
71
  }
72
72
  }
73
73
  if (b.bc(CellModel.gu)) {
@@ -98,7 +98,7 @@ export var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_supe
98
98
  ContentCellModelHelper.e(c, d, i);
99
99
  e.co(i);
100
100
  if (b.bm) {
101
- e.dg(h, i);
101
+ e.dh(h, i);
102
102
  }
103
103
  }
104
104
  if (b.bb("ActualFontInfo")) {
@@ -19,49 +19,52 @@ export var DataGridScrollerKeyboardListener = /** @class */ /*@__PURE__*/ (funct
19
19
  return _this;
20
20
  }
21
21
  DataGridScrollerKeyboardListener.prototype.onDownArrow = function (a, b) {
22
- return this.a.km(a, b);
22
+ return this.a.ko(a, b);
23
23
  };
24
24
  DataGridScrollerKeyboardListener.prototype.onEnd = function (a, b) {
25
- return this.a.kn(a, b);
25
+ return this.a.kp(a, b);
26
26
  };
27
27
  DataGridScrollerKeyboardListener.prototype.onHome = function (a, b) {
28
- return this.a.kr(a, b);
28
+ return this.a.kt(a, b);
29
29
  };
30
30
  DataGridScrollerKeyboardListener.prototype.onLeftArrow = function (a, b) {
31
- return this.a.kt(a, b);
31
+ return this.a.kv(a, b);
32
32
  };
33
33
  DataGridScrollerKeyboardListener.prototype.onPageDown = function (a, b) {
34
- return this.a.ku(a, b);
34
+ return this.a.kw(a, b);
35
35
  };
36
36
  DataGridScrollerKeyboardListener.prototype.onPageUp = function (a, b) {
37
- return this.a.kv(a, b);
37
+ return this.a.kx(a, b);
38
38
  };
39
39
  DataGridScrollerKeyboardListener.prototype.onRightArrow = function (a, b) {
40
- return this.a.kw(a, b);
40
+ return this.a.ky(a, b);
41
41
  };
42
42
  DataGridScrollerKeyboardListener.prototype.onTab = function (a, b) {
43
- return this.a.ky(a, b);
43
+ return this.a.k0(a, b);
44
44
  };
45
45
  DataGridScrollerKeyboardListener.prototype.onUpArrow = function (a, b) {
46
- return this.a.kz(a, b);
46
+ return this.a.k1(a, b);
47
47
  };
48
48
  DataGridScrollerKeyboardListener.prototype.onWheel = function () {
49
- this.a.xs();
49
+ this.a.x5();
50
50
  };
51
51
  DataGridScrollerKeyboardListener.prototype.onEnter = function (a, b) {
52
- return this.a.ko(a, b);
52
+ return this.a.kq(a, b);
53
53
  };
54
54
  DataGridScrollerKeyboardListener.prototype.onEscape = function () {
55
- return this.a.kp();
55
+ return this.a.kr();
56
56
  };
57
57
  DataGridScrollerKeyboardListener.prototype.onF2 = function () {
58
- return this.a.kq();
58
+ return this.a.ks();
59
59
  };
60
60
  DataGridScrollerKeyboardListener.prototype.onSpace = function (a, b) {
61
- return this.a.kx(a, b);
61
+ return this.a.kz(a, b);
62
62
  };
63
63
  DataGridScrollerKeyboardListener.prototype.onKeyDown = function (a, b, c) {
64
- return this.a.ks(a, b, c);
64
+ return this.a.ku(a, b, c);
65
+ };
66
+ DataGridScrollerKeyboardListener.prototype.onGotFocus = function (a, b) {
67
+ this.a.xf(a, b);
65
68
  };
66
69
  DataGridScrollerKeyboardListener.$t = markType(DataGridScrollerKeyboardListener, 'DataGridScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);
67
70
  return DataGridScrollerKeyboardListener;
@@ -247,7 +247,7 @@ export var DataGridToolbarView = /** @class */ /*@__PURE__*/ (function (_super)
247
247
  a.stopPropagation();
248
248
  };
249
249
  DataGridToolbarView.prototype.w = function (a) {
250
- var b = ElevationHelper.e(12, BrushUtil.j(66, 0, 0, 0), BrushUtil.j(30, 0, 0, 0), BrushUtil.j(20, 0, 0, 0), 1);
250
+ var b = ElevationHelper.e(12, BrushUtil.l(66, 0, 0, 0), BrushUtil.l(30, 0, 0, 0), BrushUtil.l(20, 0, 0, 0), 1);
251
251
  a.setStyleProperty("boxShadow", b);
252
252
  a.setStyleProperty("background-color", this.a.bf._fill);
253
253
  a.setStyleProperty("position", "absolute");
@@ -285,7 +285,7 @@ export var DataGridToolbarView = /** @class */ /*@__PURE__*/ (function (_super)
285
285
  a.stopPropagation();
286
286
  };
287
287
  DataGridToolbarView.prototype.q = function (a) {
288
- if (BaseDOMEventProxy.c1(a) == 8) {
288
+ if (BaseDOMEventProxy.c4(a) == 8) {
289
289
  this.a.av();
290
290
  }
291
291
  };
@@ -315,9 +315,9 @@ export var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
315
315
  _this.d = null;
316
316
  _this.y = null;
317
317
  _this.m = null;
318
- _this.bd = BrushUtil.j(255, 24, 29, 31);
319
- _this.bb = BrushUtil.j(255, 248, 248, 248);
320
- _this.bc = BrushUtil.j(255, 248, 248, 248);
318
+ _this.bd = BrushUtil.l(255, 24, 29, 31);
319
+ _this.bb = BrushUtil.l(255, 248, 248, 248);
320
+ _this.bc = BrushUtil.l(255, 248, 248, 248);
321
321
  _this.o = false;
322
322
  _this.u = null;
323
323
  _this.v = null;
@@ -667,10 +667,10 @@ export var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
667
667
  this.b.f = this.j;
668
668
  }
669
669
  if (this.g != null) {
670
- this.g.n = this.j;
670
+ this.g.o = this.j;
671
671
  }
672
672
  if (this.h != null) {
673
- this.h.n = this.j;
673
+ this.h.o = this.j;
674
674
  }
675
675
  };
676
676
  DataGridToolbar.prototype.a3 = function () {
@@ -680,10 +680,10 @@ export var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
680
680
  }
681
681
  }
682
682
  if (this.g != null) {
683
- this.g.r = this.l;
683
+ this.g.s = this.l;
684
684
  }
685
685
  if (this.h != null) {
686
- this.h.r = this.l;
686
+ this.h.s = this.l;
687
687
  }
688
688
  if (this.a != null) {
689
689
  this.a.h = this.l;
@@ -698,8 +698,8 @@ export var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
698
698
  var g = b.getSubRenderer(c);
699
699
  f.provideContainer(g);
700
700
  var h = g.getExternal(f, g.rootWrapper, g.getExternal(a, null, null));
701
- f.n = this.j;
702
- f.r = this.l;
701
+ f.o = this.j;
702
+ f.s = this.l;
703
703
  var i = null;
704
704
  var j = null;
705
705
  var k = null;
@@ -810,10 +810,10 @@ export var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
810
810
  this.s = 0;
811
811
  this.t = 0;
812
812
  for (var b = 0; b < a; b++) {
813
- if (this.e.actualColumns._inner[b].ju == true) {
813
+ if (this.e.actualColumns._inner[b].j1 == true) {
814
814
  this.s++;
815
815
  }
816
- if (this.e.actualColumns._inner[b].io == 1) {
816
+ if (this.e.actualColumns._inner[b].is == 1) {
817
817
  this.t++;
818
818
  }
819
819
  }
@@ -31,9 +31,9 @@ export var DateTimeCellPresenter = /** @class */ /*@__PURE__*/ (function (_super
31
31
  if (a.a7) {
32
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.c8(this.d.dw, b.kx);
34
+ this.d.c8(this.d.dx, b.kx);
35
35
  }
36
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dw, this.a);
36
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
37
37
  }
38
38
  };
39
39
  DateTimeCellPresenter.prototype.e = function (a) {
@@ -42,8 +42,8 @@ export var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
42
42
  this.c = null;
43
43
  }
44
44
  if (this.a != null) {
45
- this.a.ap = null;
46
- this.a.aw();
45
+ this.a.aq = null;
46
+ this.a.ax();
47
47
  }
48
48
  return;
49
49
  }
@@ -51,23 +51,23 @@ export var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
51
51
  var b = Math.round(this.c.rootWrapper.width());
52
52
  var c = Math.round(this.c.rootWrapper.height());
53
53
  this.a = new CanvasGestureDOMEventProxy(this.c.rootWrapper, this.c, true);
54
- this.a.c9 = true;
54
+ this.a.dc = true;
55
55
  var d = this.a;
56
56
  d.onMouseOver = delegateCombine(d.onMouseOver, runOn(this, this.e));
57
57
  var e = this.a;
58
58
  e.onMouseUp = delegateCombine(e.onMouseUp, runOn(this, this.f));
59
- this.a.ap = runOn(this, this.b);
59
+ this.a.aq = runOn(this, this.b);
60
60
  this.model.viewportWidth = b;
61
61
  this.model.viewportHeight = c;
62
62
  };
63
63
  DraggerView.prototype.onDetachedFromUI = function () {
64
64
  if (this.a != null && this.c != null) {
65
- this.a.bi(this.c.rootWrapper, "");
65
+ this.a.bk(this.c.rootWrapper, "");
66
66
  }
67
67
  };
68
68
  DraggerView.prototype.onAttachedToUI = function () {
69
69
  if (this.a != null) {
70
- this.a.au(this.c.rootWrapper, "");
70
+ this.a.av(this.c.rootWrapper, "");
71
71
  }
72
72
  };
73
73
  DraggerView.prototype.b = function (a) {
@@ -84,7 +84,7 @@ export var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
84
84
  DraggerView.prototype.releaseMouse = function () {
85
85
  };
86
86
  DraggerView.prototype.transformPoint = function (a, b) {
87
- var c = BaseDOMEventProxy.c5(this.c.rootWrapper);
87
+ var c = BaseDOMEventProxy.c8(this.c.rootWrapper);
88
88
  var d = { $type: Point_$type, x: a - c.x, y: b - c.y };
89
89
  return d;
90
90
  };
@@ -95,24 +95,24 @@ export var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
95
95
  this.model.onMouseUp(a.x, a.y);
96
96
  };
97
97
  DraggerView.prototype.onViewportSizeChanged = function (a, b) {
98
- this.a.bm = new Rect(0, 0, 0, a, b);
98
+ this.a.bo = new Rect(0, 0, 0, a, b);
99
99
  };
100
100
  DraggerView.prototype.addCloneCellToDom = function () {
101
101
  if (this.c != null) {
102
102
  if (this.model.cloneCell != null) {
103
103
  this.d = this.model.cloneCell;
104
104
  document.documentElement.appendChild(this.d.getNativeElement());
105
- var a = ElevationHelper.e(12, BrushUtil.j(66, 0, 0, 0), BrushUtil.j(30, 0, 0, 0), BrushUtil.j(20, 0, 0, 0));
105
+ var a = ElevationHelper.e(12, BrushUtil.l(66, 0, 0, 0), BrushUtil.l(30, 0, 0, 0), BrushUtil.l(20, 0, 0, 0));
106
106
  this.d.setStyleProperty("boxShadow", a);
107
107
  this.d.setStyleProperty("z-index", "12000");
108
108
  this.d.setStyleProperty("min-width", "170px");
109
109
  this.d.setStyleProperty("max-width", "250px");
110
110
  var b = BrushUtil.a("background-color", this.d);
111
- var c = BrushUtil.j(200, b[0].color.o, b[0].color.n, b[0].color.m);
111
+ var c = BrushUtil.l(200, b[0].color.o, b[0].color.n, b[0].color.m);
112
112
  this.d.setStyleProperty("background-color", c._fill);
113
113
  var d = this.d.getChildAt(0);
114
114
  var e = BrushUtil.a("color", d);
115
- var f = BrushUtil.j(200, e[0].color.o, e[0].color.n, e[0].color.m);
115
+ var f = BrushUtil.l(200, e[0].color.o, e[0].color.n, e[0].color.m);
116
116
  d.setStyleProperty("color", f._fill);
117
117
  }
118
118
  }