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
@@ -48,7 +48,7 @@ export let ColumnPinningView = /*@__PURE__*/ (() => {
48
48
  i() {
49
49
  if (this.c != null && this.a.v != null) {
50
50
  this.c.setText(this.a.v);
51
- this.c.setStyleProperty("font", "16px \"Segoe UI\", Verdana");
51
+ this.c.setStyleProperty("font", "16px Verdana");
52
52
  }
53
53
  this.j();
54
54
  this.k();
@@ -304,9 +304,9 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
304
304
  let b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
305
305
  for (let c of fromEnum(this.a.actualColumns)) {
306
306
  a = new ColumnPinningInfo();
307
- let d = c.i2;
308
- if (c.i9 != null) {
309
- d = c.i9;
307
+ let d = c.i7;
308
+ if (c.je != null) {
309
+ d = c.je;
310
310
  }
311
311
  a.columnName = d;
312
312
  if (c.f5 == 1) {
@@ -335,7 +335,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
335
335
  let c = this.d.h.actualDataSource.getItemAtIndex(b.b);
336
336
  let d = this.a.actualColumns.count;
337
337
  for (let e = 0; e < d; e++) {
338
- 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) {
338
+ 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) {
339
339
  if (this.a.actualColumns._inner[e].f5 == 0) {
340
340
  this.a.actualColumns._inner[e].f5 = 1;
341
341
  }
@@ -345,7 +345,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
345
345
  else {
346
346
  this.a.actualColumns._inner[e].f5 = 0;
347
347
  }
348
- this.a.actualColumns._inner[e].kb("Pinned");
348
+ this.a.actualColumns._inner[e].kh("Pinned");
349
349
  break;
350
350
  }
351
351
  }
@@ -148,7 +148,7 @@ export let ComparisonOperatorSelectorView = /*@__PURE__*/ (() => {
148
148
  }
149
149
  onDocumentKeyDown(a) {
150
150
  let b = a;
151
- if (BaseDOMEventProxy.cz(b) == 8) {
151
+ if (BaseDOMEventProxy.c0(b) == 8) {
152
152
  this.a.d5();
153
153
  }
154
154
  }
@@ -461,15 +461,15 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
461
461
  this.o = b;
462
462
  this.o.svgPath = this.bt(this.b);
463
463
  this.f = c;
464
- this.f.h6 = false;
464
+ this.f.ie = false;
465
465
  this.f.ec = 1;
466
466
  this.f.cy = 0;
467
467
  this.f.ec = 0;
468
468
  this.f.cj = 0;
469
- this.f.m0 = 0;
470
- this.f.na = 0;
471
- this.f.gb = 3;
472
- this.f.id = false;
469
+ this.f.ng = 0;
470
+ this.f.nr = 0;
471
+ this.f.gd = 3;
472
+ this.f.im = false;
473
473
  let d = this.f;
474
474
  d.cellClicked = delegateCombine(d.cellClicked, runOn(this, this.d6));
475
475
  this.m = new TemplateColumn();
@@ -479,15 +479,15 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
479
479
  $ret.c = false;
480
480
  return $ret;
481
481
  })());
482
- this.m.hx = this.m.hy = 4;
483
- this.m.hz = this.m.hw = 0;
484
- this.m.i2 = "Icon";
482
+ this.m.h1 = this.m.h2 = 4;
483
+ this.m.h3 = this.m.h0 = 0;
484
+ this.m.i7 = "Icon";
485
485
  let e = this.m;
486
486
  e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.eg));
487
487
  this.f.columns.add(this.m);
488
488
  let f = new TextColumn();
489
- f.i2 = "DisplayText";
490
- f.hx = 0;
489
+ f.i7 = "DisplayText";
490
+ f.h1 = 0;
491
491
  f.e = 0;
492
492
  this.f.columns.add(f);
493
493
  this.d1();
@@ -637,7 +637,7 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
637
637
  if (this.u.count > 0) {
638
638
  this.i = this.u._inner[0];
639
639
  }
640
- this.e.k = Math.min(this.u.count * this.f.me + 2, this.y);
640
+ this.e.k = Math.min(this.u.count * this.f.mu + 2, this.y);
641
641
  }
642
642
  }
643
643
  h(a) {
@@ -706,7 +706,7 @@ export let ComparisonOperatorSelector = /*@__PURE__*/ (() => {
706
706
  x() {
707
707
  if (this.f != null) {
708
708
  let a = Math.min(8, this.f.actualDataSource != null ? this.f.actualDataSource.actualCount : 0);
709
- return a * (this.f.me + this.f.na) + this.f.md + 2;
709
+ return a * (this.f.mu + this.f.nr) + this.f.mt + 2;
710
710
  }
711
711
  return 0;
712
712
  }
@@ -29,9 +29,9 @@ export let DataGridAccessibilityLayoutPanel = /*@__PURE__*/ (() => {
29
29
  refresh(a, b) {
30
30
  super.refresh(a, b);
31
31
  if (this.rootElement != null) {
32
- let c = a.ct();
33
- let d = a.bx.count;
34
- if (a.cu > 0) {
32
+ let c = a.cv();
33
+ let d = a.bz.count;
34
+ if (a.cw > 0) {
35
35
  c++;
36
36
  }
37
37
  this.rootElement.setAttribute("role", "grid");
@@ -47,7 +47,7 @@ export let DataGridAccessibilityLayoutPanel = /*@__PURE__*/ (() => {
47
47
  this.ay = new AccessibilityRow();
48
48
  this.ay.i = this.a7;
49
49
  this.ay.e = -1;
50
- this.ay.d = this.f.bx.count;
50
+ this.ay.d = this.f.bz.count;
51
51
  this.ay.f = "columnheader";
52
52
  }
53
53
  this.ay.j(a, b);
@@ -59,7 +59,7 @@ export let DataGridAccessibilityLayoutPanel = /*@__PURE__*/ (() => {
59
59
  d = new AccessibilityRow();
60
60
  d.i = this.a7;
61
61
  d.e = c;
62
- d.d = this.f.bx.count;
62
+ d.d = this.f.bz.count;
63
63
  d.f = "gridcell";
64
64
  this.a0.s(c, d);
65
65
  }
@@ -150,12 +150,12 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
150
150
  this.o = this.e.absoluteHeight;
151
151
  let a = this.e.actualVisibleRegion.top;
152
152
  let b = this.e.actualVisibleRegion.left;
153
- let c = this.e.b0;
153
+ let c = this.e.b2;
154
154
  let d = c.count;
155
- let e = this.e.bn;
156
- let f = this.e.bn.o;
155
+ let e = this.e.bp;
156
+ let f = this.e.bp.o;
157
157
  let g = f.count;
158
- let h = this.e.bn.p;
158
+ let h = this.e.bp.p;
159
159
  for (let i = 0; i < g; i++) {
160
160
  if (h._inner[i]) {
161
161
  continue;
@@ -257,7 +257,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
257
257
  }
258
258
  if (!ai) {
259
259
  if (af.l.d != 0) {
260
- if (this.e.bq) {
260
+ if (this.e.bs) {
261
261
  aj.setRawStyleProperty("clip", this.w(af.l.d, af.cl, af.cm));
262
262
  }
263
263
  else {
@@ -285,7 +285,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
285
285
  if (ai && y.b) {
286
286
  let aq = y.a;
287
287
  aq.z();
288
- if (af.l.d != 0 && this.e.bq) {
288
+ if (af.l.d != 0 && this.e.bs) {
289
289
  aq.ae(this.ax(af.l.d));
290
290
  }
291
291
  let ar = af.s.nativeCell;
@@ -348,7 +348,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
348
348
  return;
349
349
  }
350
350
  let b = this.r.rootWrapper.getOffset();
351
- let c = this.e.e(a.pageX - b.left, a.pageY - b.top);
351
+ let c = this.e.f(a.pageX - b.left, a.pageY - b.top);
352
352
  if (c == null) {
353
353
  return;
354
354
  }
@@ -393,7 +393,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
393
393
  return;
394
394
  }
395
395
  let c = this.r.rootWrapper.getOffset();
396
- let d = this.e.e(a.pageX - c.left, a.pageY - c.top);
396
+ let d = this.e.f(a.pageX - c.left, a.pageY - c.top);
397
397
  if (d == null) {
398
398
  return;
399
399
  }
@@ -411,7 +411,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
411
411
  return;
412
412
  }
413
413
  let c = this.r.rootWrapper.getOffset();
414
- let d = this.e.e(a.pageX - c.left, a.pageY - c.top);
414
+ let d = this.e.f(a.pageX - c.left, a.pageY - c.top);
415
415
  if (d == null) {
416
416
  return;
417
417
  }
@@ -429,7 +429,7 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
429
429
  return;
430
430
  }
431
431
  let c = this.r.rootWrapper.getOffset();
432
- let d = this.e.e(a.pageX - c.left, a.pageY - c.top);
432
+ let d = this.e.f(a.pageX - c.left, a.pageY - c.top);
433
433
  if (d == null) {
434
434
  return;
435
435
  }
@@ -444,11 +444,11 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
444
444
  b = 0;
445
445
  }
446
446
  if (this.c == null) {
447
- this.c = new Array(d.b0.count);
448
- this.a = new Array(d.b0.count);
449
- this.d = new Array(d.b0.count);
450
- this.b = new Array(d.b0.count);
451
- for (let h = 0; h < d.b0.count; h++) {
447
+ this.c = new Array(d.b2.count);
448
+ this.a = new Array(d.b2.count);
449
+ this.d = new Array(d.b2.count);
450
+ this.b = new Array(d.b2.count);
451
+ for (let h = 0; h < d.b2.count; h++) {
452
452
  this.c[h] = null;
453
453
  this.a[h] = null;
454
454
  this.d[h] = -1;
@@ -491,13 +491,13 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
491
491
  }
492
492
  }
493
493
  ax(a) {
494
- let b = this.e.cf;
495
- let c = this.e.ca + this.e.b7;
496
- let d = this.e.cn;
497
- let e = this.e.b5;
494
+ let b = this.e.ch;
495
+ let c = this.e.cc + this.e.b9;
496
+ let d = this.e.cp;
497
+ let e = this.e.b7;
498
498
  if (a == 2) {
499
- c = Math.min(this.e.cs, this.e.cd) - this.e.co - this.e.b8;
500
- d = this.e.co;
499
+ c = Math.min(this.e.cu, this.e.cf) - this.e.cq - this.e.ca;
500
+ d = this.e.cq;
501
501
  }
502
502
  return new Rect(0, c, b, d, e);
503
503
  }
@@ -516,9 +516,9 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
516
516
  return stringFormat1("rect({0}px, {1}px, {2}px, {3}px)", a.top, a.right, a.bottom, a.left);
517
517
  }
518
518
  y(a) {
519
- let b = a.cl < this.f.cb ? this.f.cb - a.cl : 0;
519
+ let b = a.cl < this.f.cd ? this.f.cd - a.cl : 0;
520
520
  let c = 0;
521
- let 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;
521
+ let 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;
522
522
  let e = a.fc;
523
523
  return this.x(new Rect(0, b, c, d, e));
524
524
  }
@@ -532,8 +532,8 @@ export let DataGridCellLayoutPanel = /*@__PURE__*/ (() => {
532
532
  if (this.e == null) {
533
533
  return;
534
534
  }
535
- for (let a = 0; a < this.e.b0.count; a++) {
536
- let b = this.e.b0._inner[a].q;
535
+ for (let a = 0; a < this.e.b2.count; a++) {
536
+ let b = this.e.b2._inner[a].q;
537
537
  for (let c = 0; c < b.count; c++) {
538
538
  let d = b._inner[c];
539
539
  if (d.s != null && d.s.nativeCell != null) {
@@ -60,6 +60,7 @@ export class DataGridLocaleEn {
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
  }
@@ -17,49 +17,49 @@ export let DataGridScrollerKeyboardListener = /*@__PURE__*/ (() => {
17
17
  this.a = a;
18
18
  }
19
19
  onDownArrow(a, b) {
20
- return this.a.jj(a, b);
20
+ return this.a.jx(a, b);
21
21
  }
22
22
  onEnd(a, b) {
23
- return this.a.jk(a, b);
23
+ return this.a.jy(a, b);
24
24
  }
25
25
  onHome(a, b) {
26
- return this.a.jo(a, b);
26
+ return this.a.j2(a, b);
27
27
  }
28
28
  onLeftArrow(a, b) {
29
- return this.a.jq(a, b);
29
+ return this.a.j4(a, b);
30
30
  }
31
31
  onPageDown(a, b) {
32
- return this.a.jr(a, b);
32
+ return this.a.j5(a, b);
33
33
  }
34
34
  onPageUp(a, b) {
35
- return this.a.js(a, b);
35
+ return this.a.j6(a, b);
36
36
  }
37
37
  onRightArrow(a, b) {
38
- return this.a.jt(a, b);
38
+ return this.a.j7(a, b);
39
39
  }
40
40
  onTab(a, b) {
41
- return this.a.jv(a, b);
41
+ return this.a.j9(a, b);
42
42
  }
43
43
  onUpArrow(a, b) {
44
- return this.a.jw(a, b);
44
+ return this.a.ka(a, b);
45
45
  }
46
46
  onWheel() {
47
- this.a.u5();
47
+ this.a.v7();
48
48
  }
49
49
  onEnter(a, b) {
50
- return this.a.jl(a, b);
50
+ return this.a.jz(a, b);
51
51
  }
52
52
  onEscape() {
53
- return this.a.jm();
53
+ return this.a.j0();
54
54
  }
55
55
  onF2() {
56
- return this.a.jn();
56
+ return this.a.j1();
57
57
  }
58
58
  onSpace(a, b) {
59
- return this.a.ju(a, b);
59
+ return this.a.j8(a, b);
60
60
  }
61
61
  onKeyDown(a, b, c) {
62
- return this.a.jp(a, b, c);
62
+ return this.a.j3(a, b, c);
63
63
  }
64
64
  }
65
65
  DataGridScrollerKeyboardListener.$t = /*@__PURE__*/ markType(DataGridScrollerKeyboardListener, 'DataGridScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);