igniteui-webcomponents-grids 1.4.2 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (217) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +16049 -15259
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/BrowserExecutionContext.js +3 -1
  4. package/esm2015/lib/CanvasGridCellBase.js +6 -6
  5. package/esm2015/lib/CanvasSummaryCell.js +4 -4
  6. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  7. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +1 -1
  8. package/esm2015/lib/CellPresenterBase.js +1 -1
  9. package/esm2015/lib/CheckboxListView_combined.js +31 -31
  10. package/esm2015/lib/ColumnChooserView_combined.js +10 -10
  11. package/esm2015/lib/ColumnFilterCondition_combined.js +5546 -4404
  12. package/esm2015/lib/ColumnGroupingView_combined.js +186 -168
  13. package/esm2015/lib/ColumnPinningView_combined.js +6 -6
  14. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +13 -13
  15. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  16. package/esm2015/lib/DataGridCellLayoutPanel.js +25 -25
  17. package/esm2015/lib/DataGridLocaleEn.js +1 -0
  18. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  19. package/esm2015/lib/DataGridToolbarView_combined.js +294 -223
  20. package/esm2015/lib/DraggerView.js +8 -8
  21. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +45 -26
  22. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  23. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  24. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +5 -5
  25. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  26. package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
  27. package/esm2015/lib/GridColumnPinOptionsView_combined.js +2 -2
  28. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +8 -11
  29. package/esm2015/lib/GridExternalWrapper.js +6 -6
  30. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  31. package/esm2015/lib/GridStyleRepository.js +5 -5
  32. package/esm2015/lib/HorizontalPropertyEditorDataSource.js +2 -2
  33. package/esm2015/lib/{PropertyEditorDescriptionObjectCollection.js → IDataGridComponent.js} +5 -1
  34. package/esm2015/lib/IToolbarVisualModelExport.js +11 -0
  35. package/esm2015/lib/MultiColumnComboBoxView_combined.js +314 -302
  36. package/esm2015/lib/MultiColumnComboVisualModelExport.js +2 -2
  37. package/esm2015/lib/PageChangedEventArgs.js +33 -0
  38. package/esm2015/lib/{PropertyEditorDataSource.js → PagedDataProvider.js} +1 -1
  39. package/{esm5/lib/PropertyEditorDataSource.js → esm2015/lib/Pager.js} +1 -1
  40. package/esm2015/lib/{PropertyEditorDescriptionObject.js → PagerDataSourceNotificationBridge.js} +1 -1
  41. package/{esm5/lib/PropertyEditorDescriptionObject.js → esm2015/lib/PagerGridDataSourceNotificationBridge.js} +1 -1
  42. package/esm2015/lib/PagerView.js +7 -0
  43. package/esm2015/lib/PagerVisualModelExport.js +82 -0
  44. package/esm2015/lib/PropertyEditorView_combined.js +145 -145
  45. package/esm2015/lib/TemplateCell.js +1 -1
  46. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  47. package/esm2015/lib/TemplateHeader.js +2 -2
  48. package/esm2015/lib/{PropertyEditorPropertyDescriptionChangedEventArgs.js → ToolbarVisualModelExport.js} +9 -5
  49. package/esm2015/lib/VisualModelExport.js +77 -69
  50. package/esm2015/lib/igc-column-component.js +133 -113
  51. package/esm2015/lib/igc-column-grouping-component.js +33 -23
  52. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  53. package/esm2015/lib/igc-data-grid-component.js +588 -413
  54. package/esm2015/lib/igc-data-grid-module.js +4 -0
  55. package/esm2015/lib/igc-data-grid-pager-component.js +368 -0
  56. package/esm2015/lib/{igc-property-editor-property-description-module.js → igc-data-grid-pager-module.js} +6 -6
  57. package/esm2015/lib/igc-data-grid-toolbar-component.js +94 -35
  58. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  59. package/esm2015/lib/igc-horizontal-property-editor-data-source.js +2 -2
  60. package/esm2015/lib/igc-image-column-component.js +12 -12
  61. package/esm2015/lib/igc-multi-column-combo-box-component.js +146 -140
  62. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  63. package/esm2015/lib/igc-page-changed-event-args.js +46 -0
  64. package/esm2015/lib/igc-property-editor-component.js +7 -7
  65. package/esm2015/lib/igc-property-editor-module.js +1 -1
  66. package/esm2015/lib/igc-text-column-component.js +9 -9
  67. package/esm2015/public_api.js +14 -20
  68. package/esm5/lib/BrowserExecutionContext.js +3 -1
  69. package/esm5/lib/CanvasGridCellBase.js +6 -6
  70. package/esm5/lib/CanvasSummaryCell.js +4 -4
  71. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  72. package/esm5/lib/CanvasTextHeaderCellPresenter.js +1 -1
  73. package/esm5/lib/CellPresenterBase.js +1 -1
  74. package/esm5/lib/CheckboxListView_combined.js +31 -31
  75. package/esm5/lib/ColumnChooserView_combined.js +10 -10
  76. package/esm5/lib/ColumnFilterCondition_combined.js +5514 -4226
  77. package/esm5/lib/ColumnGroupingView_combined.js +188 -162
  78. package/esm5/lib/ColumnPinningView_combined.js +6 -6
  79. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +13 -13
  80. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
  81. package/esm5/lib/DataGridCellLayoutPanel.js +25 -25
  82. package/esm5/lib/DataGridLocaleEn.js +1 -0
  83. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  84. package/esm5/lib/DataGridToolbarView_combined.js +295 -220
  85. package/esm5/lib/DraggerView.js +8 -8
  86. package/esm5/lib/GridColumnFilterOptionsView_combined.js +45 -26
  87. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  88. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  89. package/esm5/lib/GridColumnMoveOptionsView_combined.js +5 -5
  90. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  91. package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
  92. package/esm5/lib/GridColumnPinOptionsView_combined.js +2 -2
  93. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +8 -11
  94. package/esm5/lib/GridExternalWrapper.js +6 -6
  95. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  96. package/esm5/lib/GridStyleRepository.js +5 -5
  97. package/esm5/lib/HorizontalPropertyEditorDataSource.js +2 -2
  98. package/{esm2015/lib/PropertyEditorPropertyDescription.js → esm5/lib/IDataGridComponent.js} +5 -1
  99. package/esm5/lib/IToolbarVisualModelExport.js +11 -0
  100. package/esm5/lib/MultiColumnComboBoxView_combined.js +297 -285
  101. package/esm5/lib/MultiColumnComboVisualModelExport.js +2 -2
  102. package/esm5/lib/PageChangedEventArgs.js +43 -0
  103. package/esm5/lib/PagedDataProvider.js +7 -0
  104. package/esm5/lib/Pager.js +7 -0
  105. package/esm5/lib/PagerDataSourceNotificationBridge.js +7 -0
  106. package/esm5/lib/PagerGridDataSourceNotificationBridge.js +7 -0
  107. package/esm5/lib/PagerView.js +7 -0
  108. package/esm5/lib/PagerVisualModelExport.js +84 -0
  109. package/esm5/lib/PropertyEditorView_combined.js +144 -144
  110. package/esm5/lib/TemplateCell.js +1 -1
  111. package/esm5/lib/TemplateCellPresenter.js +1 -1
  112. package/esm5/lib/TemplateHeader.js +2 -2
  113. package/esm5/lib/ToolbarVisualModelExport.js +24 -0
  114. package/esm5/lib/VisualModelExport.js +77 -69
  115. package/esm5/lib/igc-column-component.js +141 -113
  116. package/esm5/lib/igc-column-grouping-component.js +35 -21
  117. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  118. package/esm5/lib/igc-data-grid-component.js +636 -413
  119. package/esm5/lib/igc-data-grid-module.js +4 -0
  120. package/esm5/lib/igc-data-grid-pager-component.js +435 -0
  121. package/esm5/lib/igc-data-grid-pager-module.js +20 -0
  122. package/esm5/lib/igc-data-grid-toolbar-component.js +110 -35
  123. package/esm5/lib/igc-date-time-column-component.js +23 -23
  124. package/esm5/lib/igc-horizontal-property-editor-data-source.js +2 -2
  125. package/esm5/lib/igc-image-column-component.js +12 -12
  126. package/esm5/lib/igc-multi-column-combo-box-component.js +147 -141
  127. package/esm5/lib/igc-numeric-column-component.js +35 -35
  128. package/esm5/lib/igc-page-changed-event-args.js +60 -0
  129. package/esm5/lib/igc-property-editor-component.js +7 -7
  130. package/esm5/lib/igc-property-editor-module.js +1 -1
  131. package/esm5/lib/igc-text-column-component.js +9 -9
  132. package/esm5/public_api.js +14 -20
  133. package/fesm2015/igniteui-webcomponents-grids.js +17478 -16796
  134. package/fesm5/igniteui-webcomponents-grids.js +16939 -16142
  135. package/lib/ColumnFilterCondition_combined.d.ts +1025 -824
  136. package/lib/ColumnGroupingView_combined.d.ts +44 -41
  137. package/lib/DataGridLocaleEn.d.ts +1 -0
  138. package/lib/DataGridToolbarView_combined.d.ts +50 -41
  139. package/lib/GridColumnGroupOptionsView_combined.d.ts +1 -1
  140. package/lib/HorizontalPropertyEditorDataSource.d.ts +1 -1
  141. package/lib/IDataGridComponent.d.ts +12 -0
  142. package/lib/IToolbarVisualModelExport.d.ts +11 -0
  143. package/lib/MultiColumnComboBoxView_combined.d.ts +78 -76
  144. package/lib/PageChangedEventArgs.d.ts +11 -0
  145. package/lib/PagedDataProvider.d.ts +1 -0
  146. package/lib/Pager.d.ts +1 -0
  147. package/lib/PagerDataSourceNotificationBridge.d.ts +1 -0
  148. package/lib/PagerGridDataSourceNotificationBridge.d.ts +1 -0
  149. package/lib/PagerView.d.ts +1 -0
  150. package/lib/PagerVisualModelExport.d.ts +25 -0
  151. package/lib/PropertyEditorView_combined.d.ts +10 -10
  152. package/lib/ToolbarVisualModelExport.d.ts +9 -0
  153. package/lib/VisualModelExport.d.ts +21 -17
  154. package/lib/igc-column-component.d.ts +9 -1
  155. package/lib/igc-column-grouping-component.d.ts +8 -4
  156. package/lib/igc-data-grid-component.d.ts +56 -0
  157. package/lib/igc-data-grid-pager-component.d.ts +101 -0
  158. package/lib/igc-data-grid-pager-module.d.ts +3 -0
  159. package/lib/igc-data-grid-toolbar-component.d.ts +15 -0
  160. package/lib/igc-horizontal-property-editor-data-source.d.ts +2 -2
  161. package/lib/igc-multi-column-combo-box-component.d.ts +1 -0
  162. package/lib/igc-page-changed-event-args.d.ts +20 -0
  163. package/lib/igc-property-editor-component.d.ts +2 -2
  164. package/package.json +5 -5
  165. package/public_api.d.ts +14 -20
  166. package/esm2015/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -16
  167. package/esm2015/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
  168. package/esm2015/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -40
  169. package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +0 -463
  170. package/esm2015/lib/PropertyEditorTreeTransformer.js +0 -207
  171. package/esm2015/lib/PropertyEditorValueType.js +0 -35
  172. package/esm2015/lib/igc-property-editor-data-source.js +0 -39
  173. package/esm2015/lib/igc-property-editor-description-object-collection.js +0 -48
  174. package/esm2015/lib/igc-property-editor-description-object.js +0 -70
  175. package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +0 -24
  176. package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +0 -24
  177. package/esm2015/lib/igc-property-editor-property-description-collection.js +0 -48
  178. package/esm2015/lib/igc-property-editor-property-description-component.js +0 -372
  179. package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -42
  180. package/esm5/lib/PropertyEditorDescriptionObjectCollection.js +0 -7
  181. package/esm5/lib/PropertyEditorPropertyDescription.js +0 -7
  182. package/esm5/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -20
  183. package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +0 -20
  184. package/esm5/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
  185. package/esm5/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -54
  186. package/esm5/lib/PropertyEditorPropertyDescription_combined.js +0 -525
  187. package/esm5/lib/PropertyEditorTreeTransformer.js +0 -209
  188. package/esm5/lib/PropertyEditorValueType.js +0 -35
  189. package/esm5/lib/igc-property-editor-data-source.js +0 -53
  190. package/esm5/lib/igc-property-editor-description-object-collection.js +0 -53
  191. package/esm5/lib/igc-property-editor-description-object.js +0 -84
  192. package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +0 -30
  193. package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +0 -30
  194. package/esm5/lib/igc-property-editor-property-description-collection.js +0 -53
  195. package/esm5/lib/igc-property-editor-property-description-component.js +0 -445
  196. package/esm5/lib/igc-property-editor-property-description-module.js +0 -20
  197. package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -60
  198. package/lib/PropertyEditorDataSource.d.ts +0 -1
  199. package/lib/PropertyEditorDescriptionObject.d.ts +0 -1
  200. package/lib/PropertyEditorDescriptionObjectCollection.d.ts +0 -1
  201. package/lib/PropertyEditorPropertyDescription.d.ts +0 -1
  202. package/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +0 -7
  203. package/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +0 -7
  204. package/lib/PropertyEditorPropertyDescriptionCollection.d.ts +0 -1
  205. package/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +0 -13
  206. package/lib/PropertyEditorPropertyDescription_combined.d.ts +0 -88
  207. package/lib/PropertyEditorTreeTransformer.d.ts +0 -17
  208. package/lib/PropertyEditorValueType.d.ts +0 -28
  209. package/lib/igc-property-editor-data-source.d.ts +0 -16
  210. package/lib/igc-property-editor-description-object-collection.d.ts +0 -8
  211. package/lib/igc-property-editor-description-object.d.ts +0 -17
  212. package/lib/igc-property-editor-property-description-button-click-event-args.d.ts +0 -12
  213. package/lib/igc-property-editor-property-description-changed-event-args.d.ts +0 -12
  214. package/lib/igc-property-editor-property-description-collection.d.ts +0 -8
  215. package/lib/igc-property-editor-property-description-component.d.ts +0 -65
  216. package/lib/igc-property-editor-property-description-module.d.ts +0 -3
  217. package/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +0 -15
@@ -50,7 +50,7 @@ var ColumnPinningView = /** @class */ /*@__PURE__*/ (function (_super) {
50
50
  ColumnPinningView.prototype.i = function () {
51
51
  if (this.c != null && this.a.v != null) {
52
52
  this.c.setText(this.a.v);
53
- this.c.setStyleProperty("font", "16px \"Segoe UI\", Verdana");
53
+ this.c.setStyleProperty("font", "16px Verdana");
54
54
  }
55
55
  this.j();
56
56
  this.k();
@@ -346,9 +346,9 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
346
346
  for (var _b = tslib_1.__values(fromEnum(this.a.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
347
347
  var c = _c.value;
348
348
  a = new ColumnPinningInfo();
349
- var d = c.i2;
350
- if (c.i9 != null) {
351
- d = c.i9;
349
+ var d = c.i7;
350
+ if (c.je != null) {
351
+ d = c.je;
352
352
  }
353
353
  a.columnName = d;
354
354
  if (c.f5 == 1) {
@@ -391,7 +391,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
391
391
  var c = this.d.h.actualDataSource.getItemAtIndex(b.b);
392
392
  var d = this.a.actualColumns.count;
393
393
  for (var e = 0; e < d; e++) {
394
- if (this.a.actualColumns._inner[e].i2 == c.columnName || this.a.actualColumns._inner[e].js == c.columnName || this.a.actualColumns._inner[e].i9 == c.columnName) {
394
+ if (this.a.actualColumns._inner[e].i7 == c.columnName || this.a.actualColumns._inner[e].jy == c.columnName || this.a.actualColumns._inner[e].je == c.columnName) {
395
395
  if (this.a.actualColumns._inner[e].f5 == 0) {
396
396
  this.a.actualColumns._inner[e].f5 = 1;
397
397
  }
@@ -401,7 +401,7 @@ var ColumnPinning = /** @class */ /*@__PURE__*/ (function (_super) {
401
401
  else {
402
402
  this.a.actualColumns._inner[e].f5 = 0;
403
403
  }
404
- this.a.actualColumns._inner[e].kb("Pinned");
404
+ this.a.actualColumns._inner[e].kh("Pinned");
405
405
  break;
406
406
  }
407
407
  }
@@ -151,7 +151,7 @@ var ComparisonOperatorSelectorView = /** @class */ /*@__PURE__*/ (function (_sup
151
151
  };
152
152
  ComparisonOperatorSelectorView.prototype.onDocumentKeyDown = function (a) {
153
153
  var b = a;
154
- if (BaseDOMEventProxy.cz(b) == 8) {
154
+ if (BaseDOMEventProxy.c0(b) == 8) {
155
155
  this.a.d5();
156
156
  }
157
157
  };
@@ -653,15 +653,15 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
653
653
  this.o = b;
654
654
  this.o.svgPath = this.bt(this.b);
655
655
  this.f = c;
656
- this.f.h6 = false;
656
+ this.f.ie = false;
657
657
  this.f.ec = 1;
658
658
  this.f.cy = 0;
659
659
  this.f.ec = 0;
660
660
  this.f.cj = 0;
661
- this.f.m0 = 0;
662
- this.f.na = 0;
663
- this.f.gb = 3;
664
- this.f.id = false;
661
+ this.f.ng = 0;
662
+ this.f.nr = 0;
663
+ this.f.gd = 3;
664
+ this.f.im = false;
665
665
  var d = this.f;
666
666
  d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.d6));
667
667
  this.m = new TemplateColumn();
@@ -671,15 +671,15 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
671
671
  $ret.c = false;
672
672
  return $ret;
673
673
  })());
674
- this.m.hx = this.m.hy = 4;
675
- this.m.hz = this.m.hw = 0;
676
- this.m.i2 = "Icon";
674
+ this.m.h1 = this.m.h2 = 4;
675
+ this.m.h3 = this.m.h0 = 0;
676
+ this.m.i7 = "Icon";
677
677
  var e = this.m;
678
678
  e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.eg));
679
679
  this.f.columns.add(this.m);
680
680
  var f = new TextColumn();
681
- f.i2 = "DisplayText";
682
- f.hx = 0;
681
+ f.i7 = "DisplayText";
682
+ f.h1 = 0;
683
683
  f.e = 0;
684
684
  this.f.columns.add(f);
685
685
  this.d1();
@@ -830,7 +830,7 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
830
830
  if (this.u.count > 0) {
831
831
  this.i = this.u._inner[0];
832
832
  }
833
- this.e.k = Math.min(this.u.count * this.f.me + 2, this.y);
833
+ this.e.k = Math.min(this.u.count * this.f.mu + 2, this.y);
834
834
  }
835
835
  };
836
836
  ComparisonOperatorSelector.prototype.h = function (a) {
@@ -900,7 +900,7 @@ var ComparisonOperatorSelector = /** @class */ /*@__PURE__*/ (function (_super)
900
900
  ComparisonOperatorSelector.prototype.x = function () {
901
901
  if (this.f != null) {
902
902
  var a = Math.min(8, this.f.actualDataSource != null ? this.f.actualDataSource.actualCount : 0);
903
- return a * (this.f.me + this.f.na) + this.f.md + 2;
903
+ return a * (this.f.mu + this.f.nr) + this.f.mt + 2;
904
904
  }
905
905
  return 0;
906
906
  };
@@ -31,9 +31,9 @@ var DataGridAccessibilityLayoutPanel = /** @class */ /*@__PURE__*/ (function (_s
31
31
  DataGridAccessibilityLayoutPanel.prototype.refresh = function (a, b) {
32
32
  _super.prototype.refresh.call(this, a, b);
33
33
  if (this.rootElement != null) {
34
- var c = a.ct();
35
- var d = a.bx.count;
36
- if (a.cu > 0) {
34
+ var c = a.cv();
35
+ var d = a.bz.count;
36
+ if (a.cw > 0) {
37
37
  c++;
38
38
  }
39
39
  this.rootElement.setAttribute("role", "grid");
@@ -49,7 +49,7 @@ var DataGridAccessibilityLayoutPanel = /** @class */ /*@__PURE__*/ (function (_s
49
49
  this.ay = new AccessibilityRow();
50
50
  this.ay.i = this.a7;
51
51
  this.ay.e = -1;
52
- this.ay.d = this.f.bx.count;
52
+ this.ay.d = this.f.bz.count;
53
53
  this.ay.f = "columnheader";
54
54
  }
55
55
  this.ay.j(a, b);
@@ -61,7 +61,7 @@ var DataGridAccessibilityLayoutPanel = /** @class */ /*@__PURE__*/ (function (_s
61
61
  d = new AccessibilityRow();
62
62
  d.i = this.a7;
63
63
  d.e = c;
64
- d.d = this.f.bx.count;
64
+ d.d = this.f.bz.count;
65
65
  d.f = "gridcell";
66
66
  this.a0.s(c, d);
67
67
  }
@@ -176,12 +176,12 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
176
176
  this.o = this.e.absoluteHeight;
177
177
  var a = this.e.actualVisibleRegion.top;
178
178
  var b = this.e.actualVisibleRegion.left;
179
- var c = this.e.b0;
179
+ var c = this.e.b2;
180
180
  var d = c.count;
181
- var e = this.e.bn;
182
- var f = this.e.bn.o;
181
+ var e = this.e.bp;
182
+ var f = this.e.bp.o;
183
183
  var g = f.count;
184
- var h = this.e.bn.p;
184
+ var h = this.e.bp.p;
185
185
  for (var i = 0; i < g; i++) {
186
186
  if (h._inner[i]) {
187
187
  continue;
@@ -283,7 +283,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
283
283
  }
284
284
  if (!ai) {
285
285
  if (af.l.d != 0) {
286
- if (this.e.bq) {
286
+ if (this.e.bs) {
287
287
  aj.setRawStyleProperty("clip", this.w(af.l.d, af.cl, af.cm));
288
288
  }
289
289
  else {
@@ -311,7 +311,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
311
311
  if (ai && y.b) {
312
312
  var aq = y.a;
313
313
  aq.z();
314
- if (af.l.d != 0 && this.e.bq) {
314
+ if (af.l.d != 0 && this.e.bs) {
315
315
  aq.ae(this.ax(af.l.d));
316
316
  }
317
317
  var ar = af.s.nativeCell;
@@ -374,7 +374,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
374
374
  return;
375
375
  }
376
376
  var b = this.r.rootWrapper.getOffset();
377
- var c = this.e.e(a.pageX - b.left, a.pageY - b.top);
377
+ var c = this.e.f(a.pageX - b.left, a.pageY - b.top);
378
378
  if (c == null) {
379
379
  return;
380
380
  }
@@ -419,7 +419,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
419
419
  return;
420
420
  }
421
421
  var c = this.r.rootWrapper.getOffset();
422
- var d = this.e.e(a.pageX - c.left, a.pageY - c.top);
422
+ var d = this.e.f(a.pageX - c.left, a.pageY - c.top);
423
423
  if (d == null) {
424
424
  return;
425
425
  }
@@ -437,7 +437,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
437
437
  return;
438
438
  }
439
439
  var c = this.r.rootWrapper.getOffset();
440
- var d = this.e.e(a.pageX - c.left, a.pageY - c.top);
440
+ var d = this.e.f(a.pageX - c.left, a.pageY - c.top);
441
441
  if (d == null) {
442
442
  return;
443
443
  }
@@ -455,7 +455,7 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
455
455
  return;
456
456
  }
457
457
  var c = this.r.rootWrapper.getOffset();
458
- var d = this.e.e(a.pageX - c.left, a.pageY - c.top);
458
+ var d = this.e.f(a.pageX - c.left, a.pageY - c.top);
459
459
  if (d == null) {
460
460
  return;
461
461
  }
@@ -470,11 +470,11 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
470
470
  b = 0;
471
471
  }
472
472
  if (this.c == null) {
473
- this.c = new Array(d.b0.count);
474
- this.a = new Array(d.b0.count);
475
- this.d = new Array(d.b0.count);
476
- this.b = new Array(d.b0.count);
477
- for (var h = 0; h < d.b0.count; h++) {
473
+ this.c = new Array(d.b2.count);
474
+ this.a = new Array(d.b2.count);
475
+ this.d = new Array(d.b2.count);
476
+ this.b = new Array(d.b2.count);
477
+ for (var h = 0; h < d.b2.count; h++) {
478
478
  this.c[h] = null;
479
479
  this.a[h] = null;
480
480
  this.d[h] = -1;
@@ -517,13 +517,13 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
517
517
  }
518
518
  };
519
519
  DataGridCellLayoutPanel.prototype.ax = function (a) {
520
- var b = this.e.cf;
521
- var c = this.e.ca + this.e.b7;
522
- var d = this.e.cn;
523
- var e = this.e.b5;
520
+ var b = this.e.ch;
521
+ var c = this.e.cc + this.e.b9;
522
+ var d = this.e.cp;
523
+ var e = this.e.b7;
524
524
  if (a == 2) {
525
- c = Math.min(this.e.cs, this.e.cd) - this.e.co - this.e.b8;
526
- d = this.e.co;
525
+ c = Math.min(this.e.cu, this.e.cf) - this.e.cq - this.e.ca;
526
+ d = this.e.cq;
527
527
  }
528
528
  return new Rect(0, c, b, d, e);
529
529
  };
@@ -542,9 +542,9 @@ 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.cl < this.f.cb ? this.f.cb - a.cl : 0;
545
+ var b = a.cl < this.f.cd ? this.f.cd - a.cl : 0;
546
546
  var c = 0;
547
- var d = this.f.cm == -1 ? a.gu : (a.cl + a.gu > this.f.cc) ? a.gu - (a.cl + a.gu - this.f.cc) : a.gu;
547
+ var d = this.f.co == -1 ? a.gu : (a.cl + a.gu > this.f.ce) ? a.gu - (a.cl + a.gu - this.f.ce) : a.gu;
548
548
  var e = a.fc;
549
549
  return this.x(new Rect(0, b, c, d, e));
550
550
  };
@@ -558,8 +558,8 @@ var DataGridCellLayoutPanel = /** @class */ /*@__PURE__*/ (function (_super) {
558
558
  if (this.e == null) {
559
559
  return;
560
560
  }
561
- for (var a = 0; a < this.e.b0.count; a++) {
562
- var b = this.e.b0._inner[a].q;
561
+ for (var a = 0; a < this.e.b2.count; a++) {
562
+ var b = this.e.b2._inner[a].q;
563
563
  for (var c = 0; c < b.count; c++) {
564
564
  var d = b._inner[c];
565
565
  if (d.s != null && d.s.nativeCell != null) {
@@ -60,6 +60,7 @@ var DataGridLocaleEn = /** @class */ /*@__PURE__*/ (function () {
60
60
  this["ComparisonOperator_True"] = "True";
61
61
  this["ComparisonOperator_Yesterday"] = "Yesterday";
62
62
  this["Filter_Columns_List"] = "Filter columns list ...";
63
+ this["Pager_Text"] = "{0} of {1}";
63
64
  this["Search"] = "Search";
64
65
  this["Select_All"] = "(Select All)";
65
66
  }
@@ -19,49 +19,49 @@ var DataGridScrollerKeyboardListener = /** @class */ /*@__PURE__*/ (function (_s
19
19
  return _this;
20
20
  }
21
21
  DataGridScrollerKeyboardListener.prototype.onDownArrow = function (a, b) {
22
- return this.a.jj(a, b);
22
+ return this.a.jx(a, b);
23
23
  };
24
24
  DataGridScrollerKeyboardListener.prototype.onEnd = function (a, b) {
25
- return this.a.jk(a, b);
25
+ return this.a.jy(a, b);
26
26
  };
27
27
  DataGridScrollerKeyboardListener.prototype.onHome = function (a, b) {
28
- return this.a.jo(a, b);
28
+ return this.a.j2(a, b);
29
29
  };
30
30
  DataGridScrollerKeyboardListener.prototype.onLeftArrow = function (a, b) {
31
- return this.a.jq(a, b);
31
+ return this.a.j4(a, b);
32
32
  };
33
33
  DataGridScrollerKeyboardListener.prototype.onPageDown = function (a, b) {
34
- return this.a.jr(a, b);
34
+ return this.a.j5(a, b);
35
35
  };
36
36
  DataGridScrollerKeyboardListener.prototype.onPageUp = function (a, b) {
37
- return this.a.js(a, b);
37
+ return this.a.j6(a, b);
38
38
  };
39
39
  DataGridScrollerKeyboardListener.prototype.onRightArrow = function (a, b) {
40
- return this.a.jt(a, b);
40
+ return this.a.j7(a, b);
41
41
  };
42
42
  DataGridScrollerKeyboardListener.prototype.onTab = function (a, b) {
43
- return this.a.jv(a, b);
43
+ return this.a.j9(a, b);
44
44
  };
45
45
  DataGridScrollerKeyboardListener.prototype.onUpArrow = function (a, b) {
46
- return this.a.jw(a, b);
46
+ return this.a.ka(a, b);
47
47
  };
48
48
  DataGridScrollerKeyboardListener.prototype.onWheel = function () {
49
- this.a.u5();
49
+ this.a.v7();
50
50
  };
51
51
  DataGridScrollerKeyboardListener.prototype.onEnter = function (a, b) {
52
- return this.a.jl(a, b);
52
+ return this.a.jz(a, b);
53
53
  };
54
54
  DataGridScrollerKeyboardListener.prototype.onEscape = function () {
55
- return this.a.jm();
55
+ return this.a.j0();
56
56
  };
57
57
  DataGridScrollerKeyboardListener.prototype.onF2 = function () {
58
- return this.a.jn();
58
+ return this.a.j1();
59
59
  };
60
60
  DataGridScrollerKeyboardListener.prototype.onSpace = function (a, b) {
61
- return this.a.ju(a, b);
61
+ return this.a.j8(a, b);
62
62
  };
63
63
  DataGridScrollerKeyboardListener.prototype.onKeyDown = function (a, b, c) {
64
- return this.a.jp(a, b, c);
64
+ return this.a.j3(a, b, c);
65
65
  };
66
66
  DataGridScrollerKeyboardListener.$t = markType(DataGridScrollerKeyboardListener, 'DataGridScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);
67
67
  return DataGridScrollerKeyboardListener;