igniteui-webcomponents-data-grids 7.1.0-beta.1 → 7.1.0-beta.3

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 (233) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +11002 -9831
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  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/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +290 -290
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igc-cell-info.js +195 -186
  71. package/esm2015/lib/igc-checkbox-list-component.js +42 -22
  72. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  73. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  74. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  75. package/esm2015/lib/igc-data-binding-event-args.js +3 -0
  76. package/esm2015/lib/igc-data-grid-column-component.js +336 -276
  77. package/esm2015/lib/igc-data-grid-component.js +220 -32
  78. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +67 -37
  79. package/esm2015/lib/igc-data-grid-toolbar-component.js +40 -8
  80. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  81. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  82. package/esm2015/lib/igc-definition-base-component.js +64 -64
  83. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  84. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  85. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  86. package/esm2015/lib/igc-header-component.js +24 -24
  87. package/esm2015/lib/igc-image-cell-info.js +6 -6
  88. package/esm2015/lib/igc-image-column-component.js +12 -12
  89. package/esm2015/lib/igc-multi-column-combo-box-component.js +160 -32
  90. package/esm2015/lib/igc-numeric-cell-info.js +28 -28
  91. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  92. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  93. package/esm2015/lib/igc-section-header-component.js +36 -36
  94. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  95. package/esm2015/lib/igc-summary-row-component.js +30 -30
  96. package/esm2015/lib/igc-summary-row-root-module.js +2 -0
  97. package/esm2015/lib/igc-summary-row-section-module.js +2 -0
  98. package/esm2015/lib/igc-template-cell-info.js +2 -2
  99. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  100. package/esm2015/lib/igc-text-cell-info.js +2 -2
  101. package/esm2015/lib/igc-text-column-component.js +9 -9
  102. package/esm2015/lib/igc-text-header-cell-info.js +67 -40
  103. package/esm5/lib/AccessibilityRow.js +10 -10
  104. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  105. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  106. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  107. package/esm5/lib/CanvasGridCellBase.js +2 -2
  108. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  109. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  111. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  112. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  113. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  114. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  115. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  116. package/esm5/lib/CellPath.js +79 -65
  117. package/esm5/lib/CellPresenterBase.js +46 -46
  118. package/esm5/lib/CheckboxListBridge.js +12 -0
  119. package/esm5/lib/CheckboxListView_combined.js +332 -278
  120. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  121. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  122. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  123. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  124. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  125. package/esm5/lib/ContentCellModelHelper.js +16 -16
  126. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  127. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  128. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  129. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  130. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  131. package/esm5/lib/DraggerView.js +1 -7
  132. package/esm5/lib/EditorCell.js +276 -276
  133. package/esm5/lib/EditorCellPresenter.js +27 -27
  134. package/esm5/lib/FilterCell.js +257 -257
  135. package/esm5/lib/FilterCellPresenter.js +17 -17
  136. package/esm5/lib/GridCellBase.js +205 -193
  137. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  138. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  139. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  140. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  141. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  142. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  143. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  144. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  145. package/esm5/lib/GridExternalWrapper.js +12 -6
  146. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  147. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  148. package/esm5/lib/ImageCell.js +57 -57
  149. package/esm5/lib/ImageCellPresenter.js +17 -17
  150. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  151. package/esm5/lib/NumericCell.js +8 -8
  152. package/esm5/lib/NumericCellPresenter.js +9 -9
  153. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  154. package/esm5/lib/SectionHeaderCell.js +30 -20
  155. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  156. package/esm5/lib/SummaryCell.js +44 -44
  157. package/esm5/lib/SummaryCellPresenter.js +9 -9
  158. package/esm5/lib/TemplateCell.js +15 -15
  159. package/esm5/lib/TemplateCellPresenter.js +6 -6
  160. package/esm5/lib/TemplateHeader.js +8 -8
  161. package/esm5/lib/TemplateHeaderCell.js +5 -5
  162. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  163. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  164. package/esm5/lib/TemplateSectionHeader.js +2 -2
  165. package/esm5/lib/TextCell.js +31 -30
  166. package/esm5/lib/TextCellPresenter.js +10 -10
  167. package/esm5/lib/TextHeaderCell.js +185 -179
  168. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  169. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  170. package/esm5/lib/igc-cell-info.js +207 -186
  171. package/esm5/lib/igc-checkbox-list-component.js +50 -22
  172. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  173. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  174. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  175. package/esm5/lib/igc-data-binding-event-args.js +3 -0
  176. package/esm5/lib/igc-data-grid-column-component.js +360 -276
  177. package/esm5/lib/igc-data-grid-component.js +240 -32
  178. package/esm5/lib/igc-data-grid-filter-dialog-component.js +79 -37
  179. package/esm5/lib/igc-data-grid-toolbar-component.js +40 -8
  180. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  181. package/esm5/lib/igc-date-time-column-component.js +23 -23
  182. package/esm5/lib/igc-definition-base-component.js +64 -64
  183. package/esm5/lib/igc-editor-cell-info.js +23 -23
  184. package/esm5/lib/igc-filter-cell-info.js +26 -26
  185. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  186. package/esm5/lib/igc-header-component.js +24 -24
  187. package/esm5/lib/igc-image-cell-info.js +6 -6
  188. package/esm5/lib/igc-image-column-component.js +12 -12
  189. package/esm5/lib/igc-multi-column-combo-box-component.js +160 -32
  190. package/esm5/lib/igc-numeric-cell-info.js +28 -28
  191. package/esm5/lib/igc-numeric-column-component.js +38 -38
  192. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  193. package/esm5/lib/igc-section-header-component.js +36 -36
  194. package/esm5/lib/igc-summary-cell-info.js +9 -9
  195. package/esm5/lib/igc-summary-row-component.js +29 -29
  196. package/esm5/lib/igc-summary-row-root-module.js +2 -0
  197. package/esm5/lib/igc-summary-row-section-module.js +2 -0
  198. package/esm5/lib/igc-template-cell-info.js +2 -2
  199. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  200. package/esm5/lib/igc-text-cell-info.js +2 -2
  201. package/esm5/lib/igc-text-column-component.js +9 -9
  202. package/esm5/lib/igc-text-header-cell-info.js +79 -40
  203. package/fesm2015/igniteui-webcomponents-data-grids.js +10931 -9949
  204. package/fesm5/igniteui-webcomponents-data-grids.js +11002 -9831
  205. package/lib/CellPath.d.ts +21 -20
  206. package/lib/CheckboxListExternal.d.ts +3 -0
  207. package/lib/CheckboxListView_combined.d.ts +77 -71
  208. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  209. package/lib/EditorCell.d.ts +63 -63
  210. package/lib/FilterCell.d.ts +55 -55
  211. package/lib/GridCellBase.d.ts +82 -80
  212. package/lib/GridExternalWrapper.d.ts +2 -0
  213. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  214. package/lib/ImageCell.d.ts +15 -15
  215. package/lib/NumericCell.d.ts +2 -2
  216. package/lib/SectionHeaderCell.d.ts +6 -4
  217. package/lib/SummaryCell.d.ts +10 -10
  218. package/lib/TemplateCell.d.ts +5 -5
  219. package/lib/TemplateHeader.d.ts +3 -3
  220. package/lib/TemplateHeaderCell.d.ts +2 -2
  221. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  222. package/lib/TemplateSectionHeader.d.ts +2 -2
  223. package/lib/TextCell.d.ts +7 -7
  224. package/lib/TextHeaderCell.d.ts +30 -30
  225. package/lib/VerticalSeparatorCell.d.ts +8 -8
  226. package/lib/igc-cell-info.d.ts +3 -0
  227. package/lib/igc-checkbox-list-component.d.ts +10 -0
  228. package/lib/igc-data-grid-column-component.d.ts +30 -0
  229. package/lib/igc-data-grid-component.d.ts +27 -0
  230. package/lib/igc-data-grid-filter-dialog-component.d.ts +15 -0
  231. package/lib/igc-summary-row-component.d.ts +2 -2
  232. package/lib/igc-text-header-cell-info.d.ts +15 -0
  233. package/package.json +4 -4
@@ -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.nl == c_1.item(d).f; });
815
+ var f = b.i(function (g) { return g.ns == c_1.item(d).f; });
816
816
  if (f != -1) {
817
- if (!stringIsNullOrEmpty(b._inner[f].ns)) {
818
- e.c = b._inner[f].ns;
817
+ if (!stringIsNullOrEmpty(b._inner[f].nz)) {
818
+ e.c = b._inner[f].nz;
819
819
  }
820
820
  else {
821
821
  e.c = c_1.item(d).f;
@@ -847,9 +847,9 @@ export var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
847
847
  if (this.t > f && this.t < g) {
848
848
  if (this.u > d && this.u < e) {
849
849
  var h = a;
850
- var i = this.targetGrid.actualColumns._inner[h.cellPath.a5];
850
+ var i = this.targetGrid.actualColumns._inner[h.cellPath.a6];
851
851
  var j = new ColumnGroupDescription(0);
852
- j.f = i.nl;
852
+ j.f = i.ns;
853
853
  j.c = 1;
854
854
  var k = this.targetGrid.groupDescriptions.j.contains(j);
855
855
  j.c = 0;
@@ -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.nl;
349
- if (c.ns != null) {
350
- d = c.ns;
348
+ var d = c.ns;
349
+ if (c.nz != null) {
350
+ d = c.nz;
351
351
  }
352
352
  a.columnName = d;
353
- if (c.it == 1) {
353
+ if (c.iu == 1) {
354
354
  a.isPinned = true;
355
355
  }
356
356
  else {
@@ -390,17 +390,17 @@ export var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
390
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].nl == c.columnName || this.b.actualColumns._inner[e].od == c.columnName || this.b.actualColumns._inner[e].ns == c.columnName) {
394
- if (this.b.actualColumns._inner[e].it == 0) {
395
- this.b.actualColumns._inner[e].it = 1;
393
+ if (this.b.actualColumns._inner[e].ns == c.columnName || this.b.actualColumns._inner[e].ok == c.columnName || this.b.actualColumns._inner[e].nz == c.columnName) {
394
+ if (this.b.actualColumns._inner[e].iu == 0) {
395
+ this.b.actualColumns._inner[e].iu = 1;
396
396
  }
397
- else if (this.b.actualColumns._inner[e].it == 2) {
398
- this.b.actualColumns._inner[e].it = 1;
397
+ else if (this.b.actualColumns._inner[e].iu == 2) {
398
+ this.b.actualColumns._inner[e].iu = 1;
399
399
  }
400
400
  else {
401
- this.b.actualColumns._inner[e].it = 0;
401
+ this.b.actualColumns._inner[e].iu = 0;
402
402
  }
403
- this.b.actualColumns._inner[e].ph("Pinned");
403
+ this.b.actualColumns._inner[e].po("Pinned");
404
404
  break;
405
405
  }
406
406
  }
@@ -720,15 +720,15 @@ export var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_
720
720
  $ret.c = false;
721
721
  return $ret;
722
722
  })());
723
- this.n.lm = this.n.ln = 4;
724
- this.n.lo = this.n.ll = 0;
725
- this.n.nl = "Icon";
723
+ this.n.ln = this.n.lo = 4;
724
+ this.n.lp = this.n.lm = 0;
725
+ this.n.ns = "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.nl = "DisplayText";
731
- f.lm = 0;
730
+ f.ns = "DisplayText";
731
+ f.ln = 0;
732
732
  f.g = 0;
733
733
  this.f.columns.add(f);
734
734
  this.d4();
@@ -1033,12 +1033,12 @@ export var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_
1033
1033
  this.em();
1034
1034
  };
1035
1035
  ComparisonOperatorSelector.prototype.d9 = function (a, b) {
1036
- var c = b.cellInfo.fq;
1036
+ var c = b.cellInfo.ft;
1037
1037
  this.i = this.f.actualDataSource.getItemAtIndex(c);
1038
1038
  this.d8();
1039
1039
  };
1040
1040
  ComparisonOperatorSelector.prototype.el = function (a, b) {
1041
- this.e.t(b.content, b.cellInfo.ij);
1041
+ this.e.t(b.content, b.cellInfo.im);
1042
1042
  };
1043
1043
  ComparisonOperatorSelector.$t = markType(ComparisonOperatorSelector, 'ComparisonOperatorSelector', Base.$, [INotifyPropertyChanged_$type]);
1044
1044
  ComparisonOperatorSelector.dw = "M 8 5 A 7 7 0 1 0 15 12 A 7 7 0 0 0 8 5 z M 18 7 A 5 5 0 0 0 15 8.0605469 A 7.48 7.48 0 0 1 15.490234 9.0605469 A 3.89 3.89 0 1 1 15.490234 14.880859 A 8.08 8.08 0 0 1 15 15.880859 A 5 5 0 1 0 18 7 z M 11.179688 8.8203125 L 12.310547 9.9394531 L 7.0703125 15.179688 L 3.6894531 11.810547 L 4.8203125 10.689453 L 7.0703125 12.939453 L 11.179688 8.8203125 z M 16.560547 9.7792969 L 15.779297 10.560547 L 17.210938 12 L 15.779297 13.439453 L 16.560547 14.220703 L 18 12.789062 L 19.439453 14.220703 L 20.220703 13.439453 L 18.789062 12 L 20.220703 10.560547 L 19.439453 9.7792969 L 18 11.210938 L 16.560547 9.7792969 z ";
@@ -56,21 +56,21 @@ export var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_supe
56
56
  };
57
57
  ContentCellModelHelper.a = function (a, b, c, d, e) {
58
58
  if (b.a7) {
59
- if (b.bc(CellModel.fp) || b.bc(CellModel.eu) || b.bc(CellModel.h7) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
60
- var f = Math.min(1, Math.max(0, b.c7));
61
- var g = b.cp * (1 - f);
59
+ if (b.bc(CellModel.fs) || b.bc(CellModel.ex) || b.bc(CellModel.ia) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
60
+ var f = Math.min(1, Math.max(0, b.da));
61
+ var g = b.cs * (1 - f);
62
62
  d.setRawStyleProperty("opacity", g.toString());
63
- if (b.bm) {
64
- e.dm(b.cp * f);
63
+ if (b.bn) {
64
+ e.dp(b.cs * f);
65
65
  }
66
66
  }
67
- if (b.bc(CellModel.e5)) {
68
- ContentCellModelHelper.c(d, b.nl);
69
- if (b.bm) {
70
- e.dj(b.nl);
67
+ if (b.bc(CellModel.e8)) {
68
+ ContentCellModelHelper.c(d, b.no);
69
+ if (b.bn) {
70
+ e.dl(b.no);
71
71
  }
72
72
  }
73
- if (b.bc(CellModel.gw)) {
73
+ if (b.bc(CellModel.gz)) {
74
74
  switch (b.ac) {
75
75
  case 0:
76
76
  d.setRawStyleProperty("white-space", "nowrap");
@@ -90,19 +90,19 @@ export var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_supe
90
90
  if (b.bb("TextDecoration")) {
91
91
  ContentCellModelHelper.d(d, b.aa);
92
92
  }
93
- if (b.bc(CellModel.gc) || b.bc(CellModel.h6)) {
93
+ if (b.bc(CellModel.gf) || b.bc(CellModel.h9)) {
94
94
  var h = b.g;
95
95
  var i = b.i;
96
96
  ContentCellModelHelper.b(c, d, h);
97
- e.cj(c, d, h);
97
+ e.cl(c, d, h);
98
98
  ContentCellModelHelper.e(c, d, i);
99
- e.cp(i);
100
- if (b.bm) {
101
- e.di(h, i);
99
+ e.cr(i);
100
+ if (b.bn) {
101
+ e.dk(h, i);
102
102
  }
103
103
  }
104
104
  if (b.bb("ActualFontInfo")) {
105
- e.c1(d, b.ah);
105
+ e.c3(d, b.ah);
106
106
  }
107
107
  if (b.bb("IsEdited") || b.bb("IsDeleted")) {
108
108
  if (b.bd || b.ba) {
@@ -177,7 +177,7 @@ export var DataGridAccessibilityLayoutPanel = /** @class */ /*@__PURE__*/ (funct
177
177
  }
178
178
  };
179
179
  DataGridAccessibilityLayoutPanel.prototype.a1 = function (a) {
180
- return a.l.aj || (a.l.an && !a.l.h);
180
+ return a.l.aj || (a.l.ao && !a.l.h);
181
181
  };
182
182
  DataGridAccessibilityLayoutPanel.prototype.bb = function (a, b) {
183
183
  a.getNativeElement().removeAttribute(b);
@@ -213,10 +213,10 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
213
213
  else {
214
214
  p = true;
215
215
  }
216
- if (v.bl) {
216
+ if (v.bm) {
217
217
  m = true;
218
218
  }
219
- if (v.u == 1 && v.ic != n) {
219
+ if (v.u == 1 && v.ig != n) {
220
220
  m = true;
221
221
  }
222
222
  }
@@ -272,37 +272,37 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
272
272
  ag.nativeCell.isRemoved = false;
273
273
  }
274
274
  af.u = 2;
275
- var al = (af.hh + intDivide(af.h8, 2));
276
- var am = (af.hj + intDivide(af.ga, 2));
275
+ var al = (af.hk + intDivide(af.ib, 2));
276
+ var am = (af.hm + intDivide(af.gd, 2));
277
277
  var an = (al - b) / this.f.actualVisibleRegion.width;
278
278
  var ao = (am - a) / this.f.actualVisibleRegion.height;
279
- if (af.bn) {
279
+ if (af.bo) {
280
280
  if (!ai) {
281
- aj.setRawPosition(af.c8, af.c9);
281
+ aj.setRawPosition(af.db, af.dc);
282
282
  }
283
283
  }
284
284
  if (!ai) {
285
285
  if (af.l.d != 0) {
286
286
  if (this.f.b2) {
287
- aj.setRawStyleProperty("clip", this.w(af.l.d, af.c8, af.c9));
287
+ aj.setRawStyleProperty("clip", this.w(af.l.d, af.db, af.dc));
288
288
  }
289
289
  else {
290
290
  aj.setRawStyleProperty("clip", "auto");
291
291
  }
292
292
  }
293
- else if (af.l.ao) {
293
+ else if (af.l.ap) {
294
294
  aj.setRawStyleProperty("clip", this.y(af));
295
295
  }
296
296
  else {
297
- if (Rect.l_op_Inequality(af.n8, Rect.empty)) {
298
- aj.setRawStyleProperty("clip", this.x(af.n8));
297
+ if (Rect.l_op_Inequality(af.ob, Rect.empty)) {
298
+ aj.setRawStyleProperty("clip", this.x(af.ob));
299
299
  }
300
300
  else {
301
301
  aj.setRawStyleProperty("clip", "auto");
302
302
  }
303
303
  }
304
304
  }
305
- af.me();
305
+ af.mh();
306
306
  if (ai) {
307
307
  var ap = af.s.nativeCell;
308
308
  ap.co(z);
@@ -315,12 +315,12 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
315
315
  aq.aj(this.ax(af.l.d));
316
316
  }
317
317
  var ar = af.s.nativeCell;
318
- ar.b6(aq, y.c, y.d, af.c8, af.c9, z);
318
+ ar.b6(aq, y.c, y.d, af.db, af.dc, z);
319
319
  aq.ab();
320
320
  }
321
- af.l7();
321
+ af.ma();
322
322
  if (m) {
323
- af.ic = n;
323
+ af.ig = n;
324
324
  if (!ai) {
325
325
  aj.setRawStyleProperty("z-index", x.toString());
326
326
  }
@@ -542,10 +542,10 @@ export var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_sup
542
542
  return stringFormat1("rect({0}px, {1}px, {2}px, {3}px)", a.top, a.right, a.bottom, a.left);
543
543
  };
544
544
  DataGridCellLayoutPanel.prototype.y = function (a) {
545
- var b = a.c8 < this.g.cn ? this.g.cn - a.c8 : 0;
545
+ var b = a.db < this.g.cn ? this.g.cn - a.db : 0;
546
546
  var c = 0;
547
- var d = this.g.cy == -1 ? a.h8 : (a.c8 + a.h8 > this.g.co) ? a.h8 - (a.c8 + a.h8 - this.g.co) : a.h8;
548
- var e = a.ga;
547
+ var d = this.g.cy == -1 ? a.ib : (a.db + a.ib > this.g.co) ? a.ib - (a.db + a.ib - this.g.co) : a.ib;
548
+ var e = a.gd;
549
549
  return this.x(new Rect(0, b, c, d, e));
550
550
  };
551
551
  DataGridCellLayoutPanel.prototype.ah = function (a, b) {
@@ -46,7 +46,7 @@ export var DataGridScrollerKeyboardListener = /** @class */ /*@__PURE__*/ (funct
46
46
  return this.a.la(a, b);
47
47
  };
48
48
  DataGridScrollerKeyboardListener.prototype.onWheel = function () {
49
- this.a.yw();
49
+ this.a.y1();
50
50
  };
51
51
  DataGridScrollerKeyboardListener.prototype.onEnter = function (a, b) {
52
52
  return this.a.kz(a, b);
@@ -64,7 +64,7 @@ export var DataGridScrollerKeyboardListener = /** @class */ /*@__PURE__*/ (funct
64
64
  return this.a.k3(a, b, c);
65
65
  };
66
66
  DataGridScrollerKeyboardListener.prototype.onGotFocus = function (a, b) {
67
- this.a.x6(a, b);
67
+ this.a.yb(a, b);
68
68
  };
69
69
  DataGridScrollerKeyboardListener.$t = markType(DataGridScrollerKeyboardListener, 'DataGridScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);
70
70
  return DataGridScrollerKeyboardListener;
@@ -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].kb == true) {
813
+ if (this.e.actualColumns._inner[b].kc == true) {
814
814
  this.s++;
815
815
  }
816
- if (this.e.actualColumns._inner[b].it == 1) {
816
+ if (this.e.actualColumns._inner[b].iu == 1) {
817
817
  this.t++;
818
818
  }
819
819
  }
@@ -29,22 +29,22 @@ export var DateTimeCellPresenter = /** @class */ /*@__PURE__*/ (function (_super
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
31
  if (a.a7) {
32
- if (a.bc(DateTimeCellModel.ol) || a.bc(DateTimeCellModel.om) || a.bc(DateTimeCellModel.ok) || a.bc(DateTimeCellModel.gz) || a.bc(DateTimeCellModel.h5)) {
32
+ if (a.bc(DateTimeCellModel.oo) || a.bc(DateTimeCellModel.op) || a.bc(DateTimeCellModel.on) || a.bc(DateTimeCellModel.g2) || a.bc(DateTimeCellModel.h8)) {
33
33
  this.e(b);
34
- this.d.c9(this.d.d0, b.k1);
34
+ this.d.db(this.d.d2, b.k4);
35
35
  }
36
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
36
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d2, this.a);
37
37
  }
38
38
  };
39
39
  DateTimeCellPresenter.prototype.e = function (a) {
40
- if (a.ly != null) {
41
- a.k1 = a.ly;
40
+ if (a.l1 != null) {
41
+ a.k4 = a.l1;
42
42
  return;
43
43
  }
44
- a.k1 = a.ox(a.oj);
45
- if (a.k1 == stringEmpty()) {
46
- if (a.ii != null && !(typeCast(Date_$type, a.ii) !== null)) {
47
- a.k1 = a.ii.toString();
44
+ a.k4 = a.o0(a.om);
45
+ if (a.k4 == stringEmpty()) {
46
+ if (a.il != null && !(typeCast(Date_$type, a.il) !== null)) {
47
+ a.k4 = a.il.toString();
48
48
  }
49
49
  }
50
50
  };
@@ -107,13 +107,7 @@ export var DraggerView = /** @class */ /*@__PURE__*/ (function (_super) {
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
- var b = BrushUtil.a("background-color", this.d);
111
- var c = BrushUtil.l(200, b[0].color.o, b[0].color.n, b[0].color.m);
112
- this.d.setStyleProperty("background-color", c._fill);
113
- var d = this.d.getChildAt(0);
114
- var e = BrushUtil.a("color", d);
115
- var f = BrushUtil.l(200, e[0].color.o, e[0].color.n, e[0].color.m);
116
- d.setStyleProperty("color", f._fill);
110
+ this.d.setStyleProperty("opacity", "0.78");
117
111
  }
118
112
  }
119
113
  };