igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.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 (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-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 +289 -289
  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/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -813,10 +813,10 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
813
813
  var c_1 = this.targetGrid.groupDescriptions.j;
814
814
  var _loop_1 = function (d) {
815
815
  var e = new GroupInfo();
816
- var f = b.i(function (g) { return g.nl == c_1.item(d).f; });
816
+ var f = b.i(function (g) { return g.ns == c_1.item(d).f; });
817
817
  if (f != -1) {
818
- if (!stringIsNullOrEmpty(b._inner[f].ns)) {
819
- e.c = b._inner[f].ns;
818
+ if (!stringIsNullOrEmpty(b._inner[f].nz)) {
819
+ e.c = b._inner[f].nz;
820
820
  }
821
821
  else {
822
822
  e.c = c_1.item(d).f;
@@ -848,9 +848,9 @@ var ColumnGrouping = /** @class */ /*@__PURE__*/ (function (_super) {
848
848
  if (this.t > f && this.t < g) {
849
849
  if (this.u > d && this.u < e) {
850
850
  var h = a;
851
- var i = this.targetGrid.actualColumns._inner[h.cellPath.a5];
851
+ var i = this.targetGrid.actualColumns._inner[h.cellPath.a6];
852
852
  var j = new ColumnGroupDescription(0);
853
- j.f = i.nl;
853
+ j.f = i.ns;
854
854
  j.c = 1;
855
855
  var k = this.targetGrid.groupDescriptions.j.contains(j);
856
856
  j.c = 0;
@@ -346,12 +346,12 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
346
346
  for (var _b = __values(fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
347
347
  var c = _c.value;
348
348
  a = new ColumnPinningInfo();
349
- var d = c.nl;
350
- if (c.ns != null) {
351
- d = c.ns;
349
+ var d = c.ns;
350
+ if (c.nz != null) {
351
+ d = c.nz;
352
352
  }
353
353
  a.columnName = d;
354
- if (c.it == 1) {
354
+ if (c.iu == 1) {
355
355
  a.isPinned = true;
356
356
  }
357
357
  else {
@@ -391,17 +391,17 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
391
391
  var c = this.d.g.actualDataSource.getItemAtIndex(b.c);
392
392
  var d = this.b.actualColumns.count;
393
393
  for (var e = 0; e < d; e++) {
394
- 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) {
395
- if (this.b.actualColumns._inner[e].it == 0) {
396
- this.b.actualColumns._inner[e].it = 1;
394
+ 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) {
395
+ if (this.b.actualColumns._inner[e].iu == 0) {
396
+ this.b.actualColumns._inner[e].iu = 1;
397
397
  }
398
- else if (this.b.actualColumns._inner[e].it == 2) {
399
- this.b.actualColumns._inner[e].it = 1;
398
+ else if (this.b.actualColumns._inner[e].iu == 2) {
399
+ this.b.actualColumns._inner[e].iu = 1;
400
400
  }
401
401
  else {
402
- this.b.actualColumns._inner[e].it = 0;
402
+ this.b.actualColumns._inner[e].iu = 0;
403
403
  }
404
- this.b.actualColumns._inner[e].ph("Pinned");
404
+ this.b.actualColumns._inner[e].po("Pinned");
405
405
  break;
406
406
  }
407
407
  }
@@ -721,15 +721,15 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
721
721
  $ret.c = false;
722
722
  return $ret;
723
723
  })());
724
- this.n.lm = this.n.ln = 4;
725
- this.n.lo = this.n.ll = 0;
726
- this.n.nl = "Icon";
724
+ this.n.ln = this.n.lo = 4;
725
+ this.n.lp = this.n.lm = 0;
726
+ this.n.ns = "Icon";
727
727
  var e = this.n;
728
728
  e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.el));
729
729
  this.f.columns.add(this.n);
730
730
  var f = new TextColumn();
731
- f.nl = "DisplayText";
732
- f.lm = 0;
731
+ f.ns = "DisplayText";
732
+ f.ln = 0;
733
733
  f.g = 0;
734
734
  this.f.columns.add(f);
735
735
  this.d4();
@@ -1034,12 +1034,12 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
1034
1034
  this.em();
1035
1035
  };
1036
1036
  ComparisonOperatorSelector.prototype.d9 = function (a, b) {
1037
- var c = b.cellInfo.fq;
1037
+ var c = b.cellInfo.ft;
1038
1038
  this.i = this.f.actualDataSource.getItemAtIndex(c);
1039
1039
  this.d8();
1040
1040
  };
1041
1041
  ComparisonOperatorSelector.prototype.el = function (a, b) {
1042
- this.e.t(b.content, b.cellInfo.ij);
1042
+ this.e.t(b.content, b.cellInfo.im);
1043
1043
  };
1044
1044
  ComparisonOperatorSelector.$t = markType(ComparisonOperatorSelector, 'ComparisonOperatorSelector', Base.$, [INotifyPropertyChanged_$type]);
1045
1045
  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 @@ var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_super) {
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 @@ var ContentCellModelHelper = /** @class */ /*@__PURE__*/ (function (_super) {
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 @@ var DataGridAccessibilityLayoutPanel = /** @class */ /*@__PURE__*/ (function (_s
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 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
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 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
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 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
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 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
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 @@ var DataGridScrollerKeyboardListener = /** @class */ /*@__PURE__*/ (function (_s
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 @@ var DataGridScrollerKeyboardListener = /** @class */ /*@__PURE__*/ (function (_s
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;
@@ -811,10 +811,10 @@ var DataGridToolbar = /** @class */ /*@__PURE__*/ (function (_super) {
811
811
  this.s = 0;
812
812
  this.t = 0;
813
813
  for (var b = 0; b < a; b++) {
814
- if (this.e.actualColumns._inner[b].kb == true) {
814
+ if (this.e.actualColumns._inner[b].kc == true) {
815
815
  this.s++;
816
816
  }
817
- if (this.e.actualColumns._inner[b].it == 1) {
817
+ if (this.e.actualColumns._inner[b].iu == 1) {
818
818
  this.t++;
819
819
  }
820
820
  }
@@ -29,22 +29,22 @@ 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 @@ 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
  };