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
@@ -43,7 +43,7 @@ export let TemplateCell = /*@__PURE__*/ (() => {
43
43
  cj(a) {
44
44
  let b = this.ch.element.getNativeElement();
45
45
  if (b.contains(document.activeElement) && document.activeElement.nodeName == "INPUT") {
46
- let c = BaseDOMEventProxy.cz(a);
46
+ let c = BaseDOMEventProxy.c0(a);
47
47
  if (c == 14 || c == 16) {
48
48
  a.stopPropagation();
49
49
  }
@@ -29,7 +29,7 @@ export let TemplateCellPresenter = /*@__PURE__*/ (() => {
29
29
  let e = a.ca * (1 - d);
30
30
  this.e.ci.element.setRawStyleProperty("opacity", e.toString());
31
31
  }
32
- c.le(a, this.e.ci);
32
+ c.ll(a, this.e.ci);
33
33
  }
34
34
  }
35
35
  TemplateCellPresenter.$t = /*@__PURE__*/ markType(TemplateCellPresenter, 'TemplateCellPresenter', CellPresenterBase.$);
@@ -28,9 +28,9 @@ export let TemplateHeader = /*@__PURE__*/ (() => {
28
28
  super.cy(a, b, c, d);
29
29
  let e = a;
30
30
  let f = b.a4(a.l);
31
- e.ll = f.ih;
31
+ e.ll = f.il;
32
32
  e.n = f.fe;
33
- e.lo = f.gq;
33
+ e.lo = f.gs;
34
34
  }
35
35
  fd(a, b) {
36
36
  if (this.cellUpdating != null) {
@@ -4,13 +4,17 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
- import { EventArgs, markType } from "igniteui-webcomponents-core";
7
+ import { Base, markType } from "igniteui-webcomponents-core";
8
+ import { IToolbarVisualModelExport_$type } from "./IToolbarVisualModelExport";
8
9
  /**
9
10
  * @hidden
10
11
  */
11
- export let PropertyEditorPropertyDescriptionChangedEventArgs = /*@__PURE__*/ (() => {
12
- class PropertyEditorPropertyDescriptionChangedEventArgs extends EventArgs {
12
+ export let ToolbarVisualModelExport = /*@__PURE__*/ (() => {
13
+ class ToolbarVisualModelExport extends Base {
14
+ serialize() {
15
+ return "{}";
16
+ }
13
17
  }
14
- PropertyEditorPropertyDescriptionChangedEventArgs.$t = /*@__PURE__*/ markType(PropertyEditorPropertyDescriptionChangedEventArgs, 'PropertyEditorPropertyDescriptionChangedEventArgs', EventArgs.$);
15
- return PropertyEditorPropertyDescriptionChangedEventArgs;
18
+ ToolbarVisualModelExport.$t = /*@__PURE__*/ markType(ToolbarVisualModelExport, 'ToolbarVisualModelExport', Base.$, [IToolbarVisualModelExport_$type]);
19
+ return ToolbarVisualModelExport;
16
20
  })();
@@ -16,20 +16,20 @@ export let VisualModelExport = /*@__PURE__*/ (() => {
16
16
  class VisualModelExport extends Base {
17
17
  constructor() {
18
18
  super();
19
- this.ah = null;
20
- this.ak = 0;
21
- this.aj = 0;
22
- this.aq = 0;
23
- this.ap = 0;
24
- this.an = 0;
25
- this.ao = 0;
19
+ this.aj = null;
20
+ this.am = 0;
26
21
  this.al = 0;
27
- this.at = 0;
28
- this.au = 0;
29
- this.av = 0;
30
22
  this.as = 0;
31
23
  this.ar = 0;
24
+ this.ap = 0;
25
+ this.aq = 0;
26
+ this.an = 0;
27
+ this.av = 0;
32
28
  this.aw = 0;
29
+ this.ax = 0;
30
+ this.au = 0;
31
+ this.at = 0;
32
+ this.ay = 0;
33
33
  this.z = null;
34
34
  this.a = null;
35
35
  this.ac = null;
@@ -62,11 +62,13 @@ export let VisualModelExport = /*@__PURE__*/ (() => {
62
62
  this.q = null;
63
63
  this.f = null;
64
64
  this.s = null;
65
+ this.ah = null;
65
66
  this.ag = null;
66
- this.am = 0;
67
67
  this.ai = null;
68
- this.ax = 0;
69
- this.ah = RectData.empty;
68
+ this.ao = 0;
69
+ this.ak = null;
70
+ this.az = 0;
71
+ this.aj = RectData.empty;
70
72
  this.z = new GridLayerExport("SubContentLayer");
71
73
  this.a = new GridLayerExport("ContentLayer");
72
74
  this.ac = new GridLayerExport("SuperContentLayer");
@@ -99,43 +101,43 @@ export let VisualModelExport = /*@__PURE__*/ (() => {
99
101
  this.q = new GridLayerExport("HiddenLayer");
100
102
  this.f = new GridLayerExport("FixedMergedCellsLayer");
101
103
  this.s = new GridLayerExport("PinnedRowsMergedCellsLayer");
102
- this.am = 1;
104
+ this.ao = 1;
103
105
  }
104
- a0() {
105
- this.ai = new List$1(GridLayerExport.$, 0);
106
- this.ai.add(this.z);
107
- this.ai.add(this.a);
108
- this.ai.add(this.ac);
109
- this.ai.add(this.b);
110
- this.ai.add(this.t);
111
- this.ai.add(this.r);
112
- this.ai.add(this.u);
113
- this.ai.add(this.i);
114
- this.ai.add(this.c);
115
- this.ai.add(this.l);
116
- this.ai.add(this.g);
117
- this.ai.add(this.s);
118
- this.ai.add(this.f);
119
- this.ai.add(this.h);
120
- this.ai.add(this.y);
121
- this.ai.add(this.w);
122
- this.ai.add(this.v);
123
- this.ai.add(this.x);
124
- this.ai.add(this.ab);
125
- this.ai.add(this.aa);
126
- this.ai.add(this.p);
127
- this.ai.add(this.o);
128
- this.ai.add(this.ae);
129
- this.ai.add(this.ad);
130
- this.ai.add(this.k);
131
- this.ai.add(this.j);
132
- this.ai.add(this.e);
133
- this.ai.add(this.d);
134
- this.ai.add(this.n);
135
- this.ai.add(this.m);
136
- this.ai.add(this.af);
106
+ a2() {
107
+ this.ak = new List$1(GridLayerExport.$, 0);
108
+ this.ak.add(this.z);
109
+ this.ak.add(this.a);
110
+ this.ak.add(this.ac);
111
+ this.ak.add(this.b);
112
+ this.ak.add(this.t);
113
+ this.ak.add(this.r);
114
+ this.ak.add(this.u);
115
+ this.ak.add(this.i);
116
+ this.ak.add(this.c);
117
+ this.ak.add(this.l);
118
+ this.ak.add(this.g);
119
+ this.ak.add(this.s);
120
+ this.ak.add(this.f);
121
+ this.ak.add(this.h);
122
+ this.ak.add(this.y);
123
+ this.ak.add(this.w);
124
+ this.ak.add(this.v);
125
+ this.ak.add(this.x);
126
+ this.ak.add(this.ab);
127
+ this.ak.add(this.aa);
128
+ this.ak.add(this.p);
129
+ this.ak.add(this.o);
130
+ this.ak.add(this.ae);
131
+ this.ak.add(this.ad);
132
+ this.ak.add(this.k);
133
+ this.ak.add(this.j);
134
+ this.ak.add(this.e);
135
+ this.ak.add(this.d);
136
+ this.ak.add(this.n);
137
+ this.ak.add(this.m);
138
+ this.ak.add(this.af);
137
139
  }
138
- az() {
140
+ a1() {
139
141
  this.z.f();
140
142
  this.a.f();
141
143
  this.ac.f();
@@ -168,32 +170,38 @@ export let VisualModelExport = /*@__PURE__*/ (() => {
168
170
  this.s.f();
169
171
  this.f.f();
170
172
  }
171
- ay() {
173
+ a0() {
172
174
  let a = new StringBuilder(0);
173
175
  a.l("{");
174
- a.l("top : " + this.av + ", ");
175
- a.l("left : " + this.as + ", ");
176
- a.l("height : " + this.ar + ", ");
177
- a.l("width : " + this.aw + ", ");
178
- a.l("absoluteWidth : " + this.ak + ", ");
179
- a.l("absoluteHeight : " + this.aj + ", ");
180
- a.l("headerHeight : " + this.aq + ", ");
181
- a.l("fixedRowHeight : " + this.ap + ", ");
182
- a.l("fixedColumnWidthLeft : " + this.an + ", ");
183
- a.l("fixedColumnWidthRight : " + this.ao + ", ");
184
- a.l("dipScalingRatio: " + this.am + ", ");
185
- a.l("columnSpacing : " + this.al + ", ");
186
- a.l("separatorLeft : " + this.at + ", ");
187
- a.l("separatorRight : " + this.au + ", ");
188
- for (let b = 0; b < this.ai.count; b++) {
189
- let c = this.ai._inner[b].c.charAt(0).toString().toLowerCase() + this.ai._inner[b].c.substr(1);
190
- a.l(c + ": " + this.ai._inner[b].d() + ", ");
176
+ a.l("top : " + this.ax + ", ");
177
+ a.l("left : " + this.au + ", ");
178
+ a.l("height : " + this.at + ", ");
179
+ a.l("width : " + this.ay + ", ");
180
+ a.l("absoluteWidth : " + this.am + ", ");
181
+ a.l("absoluteHeight : " + this.al + ", ");
182
+ a.l("headerHeight : " + this.as + ", ");
183
+ a.l("fixedRowHeight : " + this.ar + ", ");
184
+ a.l("fixedColumnWidthLeft : " + this.ap + ", ");
185
+ a.l("fixedColumnWidthRight : " + this.aq + ", ");
186
+ a.l("dipScalingRatio: " + this.ao + ", ");
187
+ a.l("columnSpacing : " + this.an + ", ");
188
+ a.l("separatorLeft : " + this.av + ", ");
189
+ a.l("separatorRight : " + this.aw + ", ");
190
+ for (let b = 0; b < this.ak.count; b++) {
191
+ let c = this.ak._inner[b].c.charAt(0).toString().toLowerCase() + this.ak._inner[b].c.substr(1);
192
+ a.l(c + ": " + this.ak._inner[b].d() + ", ");
191
193
  }
192
- if (this.ag != null) {
194
+ if (this.ah != null) {
193
195
  let d = "ColumnGroupingArea";
194
- a.l(d + ": " + this.ag.serialize() + ", ");
196
+ a.l(d + ": " + this.ah.serialize() + ", ");
197
+ }
198
+ if (this.ag != null) {
199
+ a.l("pager : " + this.ag.j() + ", ");
200
+ }
201
+ if (this.ai != null) {
202
+ a.l("toolbar : " + this.ai.serialize() + ", ");
195
203
  }
196
- a.l("actualVisibleRegion: { left: " + this.ah.left + ", top: " + this.ah.top + ", width: " + this.ah.width + ", height: " + this.ah.height + "}");
204
+ a.l("actualVisibleRegion: { left: " + this.aj.left + ", top: " + this.aj.top + ", width: " + this.aj.width + ", height: " + this.aj.height + "}");
197
205
  a.l("}");
198
206
  return a.toString();
199
207
  }