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
@@ -1,4 +1,4 @@
1
- import { Base, Type, Point, PropertyChangedEventArgs, INotifyPropertyChanged, EventArgs, IList$1, Nullable$1 } from "igniteui-webcomponents-core";
1
+ import { Base, Type, Point, PropertyChangedEventArgs, INotifyPropertyChanged, IList$1, EventArgs, Nullable$1 } from "igniteui-webcomponents-core";
2
2
  import { IFilterExpression } from "igniteui-webcomponents-core";
3
3
  import { DataSourceSchemaPropertyType } from "igniteui-webcomponents-core";
4
4
  import { ColumnComparisonConditionOperatorType } from "./ColumnComparisonConditionOperatorType";
@@ -18,13 +18,15 @@ import { BaseControlTheme } from "igniteui-webcomponents-core";
18
18
  import { GridViewportChangedEventArgs } from "./GridViewportChangedEventArgs";
19
19
  import { ICellModelExportUpdater } from "./ICellModelExportUpdater";
20
20
  import { DateTimeFormats } from "./DateTimeFormats";
21
+ import { XButton } from "igniteui-webcomponents-inputs";
22
+ import { FontInfo } from "igniteui-webcomponents-core";
23
+ import { BrushAppearanceData } from "igniteui-webcomponents-core";
21
24
  import { ModelStates } from "./ModelStates";
22
25
  import { CellPath } from "./CellPath";
23
26
  import { Rect } from "igniteui-webcomponents-core";
24
27
  import { ModelTypes } from "./ModelTypes";
25
28
  import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment";
26
29
  import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment";
27
- import { FontInfo } from "igniteui-webcomponents-core";
28
30
  import { TextCellLineBreakMode } from "./TextCellLineBreakMode";
29
31
  import { ColumnSortDirection } from "./ColumnSortDirection";
30
32
  import { PinnedPositions } from "./PinnedPositions";
@@ -43,7 +45,25 @@ import { SortIndicatorStyle } from "./SortIndicatorStyle";
43
45
  import { ColumnOptionsIconAlignment } from "./ColumnOptionsIconAlignment";
44
46
  import { ColumnOptionsIconBehavior } from "./ColumnOptionsIconBehavior";
45
47
  import { INativeCell } from "./INativeCell";
48
+ import { IExecutionContext } from "igniteui-webcomponents-core";
49
+ import { SRProvider } from "igniteui-webcomponents-core";
50
+ import { SummaryScope } from "./SummaryScope";
51
+ import { GroupHeaderDisplayMode } from "./GroupHeaderDisplayMode";
52
+ import { PageChangedEventArgs } from "./PageChangedEventArgs";
53
+ import { ColumnSummaryDescriptionCollection } from "./ColumnSummaryDescriptionCollection";
54
+ import { FilterExpressionCollection } from "igniteui-webcomponents-core";
55
+ import { GridFilterExpressionsEventArgs } from "./GridFilterExpressionsEventArgs";
56
+ import { GridSortDescriptionsChangedEventArgs } from "./GridSortDescriptionsChangedEventArgs";
57
+ import { GridGroupDescriptionsChangedEventArgs } from "./GridGroupDescriptionsChangedEventArgs";
58
+ import { GridSummaryDescriptionsChangedEventArgs } from "./GridSummaryDescriptionsChangedEventArgs";
46
59
  import { IDataSourceUpdateNotifier } from "igniteui-webcomponents-core";
60
+ import { ColumnSortDescriptionCollection } from "./ColumnSortDescriptionCollection";
61
+ import { ColumnGroupDescription } from "./ColumnGroupDescription";
62
+ import { ColumnGroupDescriptionCollection } from "./ColumnGroupDescriptionCollection";
63
+ import { ColumnSummaryDescription } from "./ColumnSummaryDescription";
64
+ import { ISummaryResult } from "igniteui-webcomponents-core";
65
+ import { PagerVisualModelExport } from "./PagerVisualModelExport";
66
+ import { DataSourceLocalDataProvider } from "igniteui-webcomponents-core";
47
67
  import { IDataSourceSchema } from "igniteui-webcomponents-core";
48
68
  import { HashSet$1 } from "igniteui-webcomponents-core";
49
69
  import { DefinitionPropertyUpdatedEventArgs } from "./DefinitionPropertyUpdatedEventArgs";
@@ -51,6 +71,7 @@ import { CellPropertyAnimationType } from "./CellPropertyAnimationType";
51
71
  import { IPropertySetter } from "./IPropertySetter";
52
72
  import { DragSelectEventArgs } from "./DragSelectEventArgs";
53
73
  import { IColumnGrouping } from "./IColumnGrouping";
74
+ import { IDataGridComponent } from "./IDataGridComponent";
54
75
  import { ColumnResizingMode } from "./ColumnResizingMode";
55
76
  import { ColumnMovingMode } from "./ColumnMovingMode";
56
77
  import { Thickness } from "igniteui-webcomponents-core";
@@ -80,12 +101,6 @@ import { GridSelectedKeysCollection } from "./GridSelectedKeysCollection";
80
101
  import { GridSelectedCellRangesCollection } from "./GridSelectedCellRangesCollection";
81
102
  import { CornerRadius } from "igniteui-webcomponents-core";
82
103
  import { IPlatformPixelConverter } from "./IPlatformPixelConverter";
83
- import { ColumnSortDescriptionCollection } from "./ColumnSortDescriptionCollection";
84
- import { ColumnGroupDescriptionCollection } from "./ColumnGroupDescriptionCollection";
85
- import { FilterExpressionCollection } from "igniteui-webcomponents-core";
86
- import { ColumnSummaryDescriptionCollection } from "./ColumnSummaryDescriptionCollection";
87
- import { SummaryScope } from "./SummaryScope";
88
- import { GroupHeaderDisplayMode } from "./GroupHeaderDisplayMode";
89
104
  import { IEditableDataSource } from "igniteui-webcomponents-core";
90
105
  import { EnterKeyBehaviors } from "./EnterKeyBehaviors";
91
106
  import { EnterKeyBehaviorAfterEdit } from "./EnterKeyBehaviorAfterEdit";
@@ -94,16 +109,10 @@ import { MergedCellEvaluationCriteria } from "./MergedCellEvaluationCriteria";
94
109
  import { FilterUIType } from "./FilterUIType";
95
110
  import { FilterLogicalOperator } from "./FilterLogicalOperator";
96
111
  import { FilterComparisonType } from "./FilterComparisonType";
97
- import { GridFilterExpressionsEventArgs } from "./GridFilterExpressionsEventArgs";
98
112
  import { CellRange } from "./CellRange";
99
113
  import { PrimaryKeyValue } from "./PrimaryKeyValue";
100
114
  import { FastIterationDictionary$2 } from "igniteui-webcomponents-core";
101
115
  import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
102
- import { ColumnGroupDescription } from "./ColumnGroupDescription";
103
- import { ColumnSummaryDescription } from "./ColumnSummaryDescription";
104
- import { GridSummaryDescriptionsChangedEventArgs } from "./GridSummaryDescriptionsChangedEventArgs";
105
- import { GridGroupDescriptionsChangedEventArgs } from "./GridGroupDescriptionsChangedEventArgs";
106
- import { GridSortDescriptionsChangedEventArgs } from "./GridSortDescriptionsChangedEventArgs";
107
116
  import { GridSelectedItemsChangedEventArgs } from "./GridSelectedItemsChangedEventArgs";
108
117
  import { GridSelectedKeysChangedEventArgs } from "./GridSelectedKeysChangedEventArgs";
109
118
  import { GridSelectedCellRangesChangedEventArgs } from "./GridSelectedCellRangesChangedEventArgs";
@@ -112,10 +121,10 @@ import { GridDataCommittingEventArgs } from "./GridDataCommittingEventArgs";
112
121
  import { GridSizeChangedEventArgs } from "./GridSizeChangedEventArgs";
113
122
  import { ColumnStates } from "./ColumnStates";
114
123
  import { IColumnGroupingVisualModelExport } from "./IColumnGroupingVisualModelExport";
124
+ import { IToolbarVisualModelExport } from "./IToolbarVisualModelExport";
115
125
  import { VisualModelExport } from "./VisualModelExport";
116
126
  import { GridActiveCellChangedEventArgs } from "./GridActiveCellChangedEventArgs";
117
127
  import { GridSelectionChangedEventArgs } from "./GridSelectionChangedEventArgs";
118
- import { ISummaryResult } from "igniteui-webcomponents-core";
119
128
  import { GridRowEditStartedEventArgs } from "./GridRowEditStartedEventArgs";
120
129
  import { GridRowEditEndedEventArgs } from "./GridRowEditEndedEventArgs";
121
130
  import { Key } from "igniteui-webcomponents-core";
@@ -394,6 +403,35 @@ export declare class DateTimeColumnValueFormatter extends Base {
394
403
  private h;
395
404
  i(a: Date): string;
396
405
  }
406
+ /**
407
+ * @hidden
408
+ */
409
+ export declare class PagerView extends Base {
410
+ static $t: Type;
411
+ c: Pager;
412
+ constructor(a: Pager);
413
+ m: DomRenderer;
414
+ private n;
415
+ private d;
416
+ private g;
417
+ private f;
418
+ private e;
419
+ u(a: any): void;
420
+ private h;
421
+ private q;
422
+ private t;
423
+ private s;
424
+ private r;
425
+ v(): void;
426
+ p(): void;
427
+ a(): BrushAppearanceData;
428
+ b(): BrushAppearanceData;
429
+ o(): string;
430
+ i(): XButton;
431
+ l(): XButton;
432
+ k(): XButton;
433
+ j(): XButton;
434
+ }
397
435
  /**
398
436
  * @hidden
399
437
  */
@@ -1067,6 +1105,133 @@ export interface ICellPresenter {
1067
1105
  * @hidden
1068
1106
  */
1069
1107
  export declare let ICellPresenter_$type: Type;
1108
+ /**
1109
+ * @hidden
1110
+ */
1111
+ export declare class Pager extends Base implements INotifyPropertyChanged {
1112
+ static $t: Type;
1113
+ propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
1114
+ protected bu(a: string, b: any, c: any): void;
1115
+ protected bz(a: string, b: any, c: any): void;
1116
+ private br;
1117
+ static readonly a1: string;
1118
+ static readonly bd: string;
1119
+ static readonly a7: string;
1120
+ static readonly a6: string;
1121
+ protected n: PagerView;
1122
+ private _executionContext;
1123
+ executionContext: IExecutionContext;
1124
+ ac: ObservableCollection$1<any>;
1125
+ private d;
1126
+ private t;
1127
+ protected readonly u: SRProvider;
1128
+ private au;
1129
+ a9: string;
1130
+ private g;
1131
+ targetGrid: Grid;
1132
+ private b;
1133
+ actualDataSource: IDataSource;
1134
+ private ah;
1135
+ ao: number;
1136
+ private ag;
1137
+ an: number;
1138
+ private ar;
1139
+ itemsSource: any;
1140
+ private ad;
1141
+ ak: number;
1142
+ private r;
1143
+ s: FontInfo;
1144
+ private b8;
1145
+ ca: Brush;
1146
+ private b9;
1147
+ border: Brush;
1148
+ private k;
1149
+ private l;
1150
+ private o;
1151
+ private p;
1152
+ private i;
1153
+ private j;
1154
+ private ai;
1155
+ private ap;
1156
+ private af;
1157
+ private am;
1158
+ private ae;
1159
+ private al;
1160
+ private aj;
1161
+ private aq;
1162
+ pageChanged: (sender: any, args: PageChangedEventArgs) => void;
1163
+ private bo;
1164
+ private aa;
1165
+ private v;
1166
+ private w;
1167
+ private ab;
1168
+ private z;
1169
+ constructor();
1170
+ private b2;
1171
+ b1(): void;
1172
+ private bl;
1173
+ private bt;
1174
+ private bj;
1175
+ private b7;
1176
+ private b6;
1177
+ b5(): void;
1178
+ bn(): void;
1179
+ by(): void;
1180
+ bk(): void;
1181
+ bm(): void;
1182
+ provideContainer(a: any): void;
1183
+ private bx;
1184
+ private y;
1185
+ private bq;
1186
+ private x;
1187
+ private bp;
1188
+ private bv;
1189
+ private bs;
1190
+ private f;
1191
+ private bw;
1192
+ private b4;
1193
+ b3(): void;
1194
+ a(a: IDataSource, b: any[]): ISummaryResult[][];
1195
+ as(): any;
1196
+ az(): string;
1197
+ e(): PagerVisualModelExport;
1198
+ }
1199
+ /**
1200
+ * @hidden
1201
+ */
1202
+ export declare class PagerDataSourceNotificationBridge extends Base implements IDataSourceUpdateNotifier {
1203
+ static $t: Type;
1204
+ private a;
1205
+ constructor(a: Pager);
1206
+ notifyClearItems(): void;
1207
+ notifyInsertItem(a: number, b: any): void;
1208
+ notifyRemoveItem(a: number, b: any): void;
1209
+ notifySetItem(a: number, b: any, c: any): void;
1210
+ rangeActualized(a: number, b: number): void;
1211
+ }
1212
+ /**
1213
+ * @hidden
1214
+ */
1215
+ export declare class PagerGridDataSourceNotificationBridge extends Base implements IDataSourceUpdateNotifier {
1216
+ static $t: Type;
1217
+ private b;
1218
+ private a;
1219
+ constructor(a: Pager, b: Grid);
1220
+ notifyClearItems(): void;
1221
+ notifyInsertItem(a: number, b: any): void;
1222
+ notifyRemoveItem(a: number, b: any): void;
1223
+ notifySetItem(a: number, b: any, c: any): void;
1224
+ rangeActualized(a: number, b: number): void;
1225
+ }
1226
+ /**
1227
+ * @hidden
1228
+ */
1229
+ export declare class PagedDataProvider extends DataSourceLocalDataProvider {
1230
+ static $t: Type;
1231
+ private an;
1232
+ constructor(a: Pager);
1233
+ getItemValue(a: any, b: string): any;
1234
+ }
1070
1235
  /**
1071
1236
  * @hidden
1072
1237
  */
@@ -1151,185 +1316,189 @@ export declare class EditingManager extends Base {
1151
1316
  */
1152
1317
  export declare class Grid extends Base implements INotifyPropertyChanged {
1153
1318
  static $t: Type;
1154
- private ng;
1319
+ private nx;
1155
1320
  externalObject: any;
1156
1321
  private _propertySetter;
1157
1322
  propertySetter: IPropertySetter;
1158
- private e1;
1323
+ private e2;
1159
1324
  externalGrid: IExternalGrid;
1160
- private ez;
1325
+ private e0;
1161
1326
  dragger: IDragger;
1162
1327
  private eu;
1163
1328
  columnGrouping: IColumnGrouping;
1329
+ private _pager;
1330
+ pager: Pager;
1331
+ private _toolbar;
1332
+ toolbar: IDataGridComponent;
1164
1333
  columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
1165
1334
  columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
1166
- tr(a: Column): void;
1167
- tq(a: Column): void;
1335
+ ut(a: Column): void;
1336
+ us(a: Column): void;
1168
1337
  columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
1169
1338
  columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
1170
1339
  o(a: CellModel): ColumnFilterCondition;
1171
1340
  p(a: CellModel): DataSourceSchemaPropertyType;
1172
- t1(a: Column): void;
1341
+ u3(a: Column): void;
1173
1342
  filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1174
1343
  filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1175
- r7(a: CellModel, b: ColumnFilterCondition): void;
1176
- r6(a: CellModel, b: ColumnFilterCondition): void;
1177
- t0(a: Column): void;
1344
+ s9(a: CellModel, b: ColumnFilterCondition): void;
1345
+ s8(a: CellModel, b: ColumnFilterCondition): void;
1346
+ u2(a: Column): void;
1178
1347
  columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
1179
1348
  columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
1180
- tx(a: Column): void;
1181
- tw(a: Column): void;
1349
+ uz(a: Column): void;
1350
+ uy(a: Column): void;
1182
1351
  columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
1183
1352
  columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
1184
- tt(a: Column): void;
1185
- ts(a: Column): void;
1353
+ uv(a: Column): void;
1354
+ uu(a: Column): void;
1186
1355
  cellPreviewPointerDown: (sender: any, args: GridCellEventArgs) => void;
1187
- tl(a: CellModel): void;
1356
+ un(a: CellModel): void;
1188
1357
  cellPreviewPointerUp: (sender: any, args: GridCellEventArgs) => void;
1189
- tm(a: CellModel): void;
1358
+ uo(a: CellModel): void;
1190
1359
  cellPointerDown: (sender: any, args: GridCellEventArgs) => void;
1191
- tj(a: CellModel): void;
1360
+ ul(a: CellModel): void;
1192
1361
  cellPointerUp: (sender: any, args: GridCellEventArgs) => void;
1193
- tk(a: CellModel): void;
1194
- us(a: number, b: string): void;
1362
+ um(a: CellModel): void;
1363
+ vu(a: number, b: string): void;
1195
1364
  cellClicked: (sender: any, args: GridCellEventArgs) => void;
1196
- ug(a: CellModel): void;
1197
- wh(a: number): void;
1198
- private lu;
1199
- uf(a: EditorCellModel): void;
1200
- tc(a: CellModel, b: MouseButton): void;
1201
- ta(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1202
- private vb;
1365
+ vi(a: CellModel): void;
1366
+ xj(a: number): void;
1367
+ private l9;
1368
+ vh(a: EditorCellModel): void;
1369
+ ue(a: CellModel, b: MouseButton): void;
1370
+ uc(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1371
+ private wd;
1203
1372
  private bx;
1204
1373
  by: ColumnResizingMode;
1205
1374
  private bj;
1206
1375
  bk: ColumnMovingMode;
1207
1376
  er: HoverManager;
1208
- private hm;
1209
- jf: boolean;
1210
- private xa;
1211
- x8: Brush;
1212
- private xb;
1213
- x9: Brush;
1214
- private w2;
1215
- x0: Brush;
1216
- private yw;
1217
- y2: Thickness;
1218
- yq: Point;
1377
+ private hq;
1378
+ jp: boolean;
1379
+ private yc;
1380
+ za: Brush;
1381
+ private yd;
1382
+ zb: Brush;
1383
+ private x4;
1384
+ y2: Brush;
1385
+ private zy;
1386
+ z4: Thickness;
1387
+ zs: Point;
1219
1388
  av: CellPath;
1220
1389
  as: CellPath;
1221
- private hc;
1222
- th(a: CellModel, b: number, c: number): void;
1223
- ti(a: CellModel, b: number, c: number): void;
1224
- tg(a: CellModel, b: number, c: number): void;
1225
- ul(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1226
- um(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1227
- private ih;
1228
- private lx;
1229
- private m5;
1230
- tf(a: CellModel, b: number, c: number): void;
1390
+ private hf;
1391
+ uj(a: CellModel, b: number, c: number): void;
1231
1392
  uk(a: CellModel, b: number, c: number): void;
1232
- private l5;
1233
- private ho;
1234
- private hn;
1235
- private g2;
1236
- private k1;
1237
- private k8;
1238
- private k6;
1239
- private k7;
1240
- private kn;
1241
- private kw;
1242
- private kx;
1243
- private ky;
1244
- private kz;
1393
+ ui(a: CellModel, b: number, c: number): void;
1394
+ vn(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1395
+ vo(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1396
+ private iq;
1397
+ private md;
1398
+ private nm;
1399
+ uh(a: CellModel, b: number, c: number): void;
1400
+ vm(a: CellModel, b: number, c: number): void;
1401
+ private ml;
1402
+ private hw;
1403
+ private hv;
1404
+ private g4;
1405
+ private lg;
1406
+ private ln;
1407
+ private ll;
1408
+ private lm;
1409
+ private k2;
1410
+ private lb;
1411
+ private lc;
1412
+ private ld;
1413
+ private le;
1245
1414
  private aw;
1246
- private mb;
1247
- private ma;
1248
- private hy;
1249
- r2(): void;
1250
- ue(a: CellPath, b: number, c: number, d: boolean): void;
1251
- ua(a: any, b: DragSelectEventArgs): void;
1252
- t8(a: any, b: DragSelectEventArgs): void;
1253
- private l1;
1254
- m7: number;
1255
- private mc;
1256
- private fb;
1257
- private t9;
1415
+ private mr;
1416
+ private mq;
1417
+ private h6;
1418
+ s4(): void;
1419
+ vg(a: CellPath, b: number, c: number, d: boolean): void;
1420
+ vc(a: any, b: DragSelectEventArgs): void;
1421
+ va(a: any, b: DragSelectEventArgs): void;
1422
+ private mh;
1423
+ no: number;
1424
+ private ms;
1425
+ private fd;
1426
+ private vb;
1258
1427
  private ar;
1259
1428
  private an;
1260
1429
  private ao;
1261
- private ks;
1262
- private k5;
1263
- private k2;
1264
- private k3;
1265
- private ub;
1266
- private uc;
1267
- private vy;
1268
- private ud;
1269
- private kk;
1270
- private kl;
1271
- private v3;
1272
- private ys;
1430
+ private k7;
1431
+ private lk;
1432
+ private lh;
1433
+ private li;
1434
+ private vd;
1435
+ private ve;
1436
+ private w0;
1437
+ private vf;
1438
+ private ky;
1439
+ private kz;
1440
+ private w5;
1441
+ private zu;
1273
1442
  private am;
1274
1443
  getHitCell(a: number, b: number): CellModel;
1275
1444
  private ay;
1276
- private h7;
1277
- private se;
1278
- private wm;
1445
+ private ig;
1446
+ private tg;
1447
+ private xo;
1279
1448
  constructor();
1280
- vp(a: ColumnGroupDescription): void;
1281
- vq(a: ColumnSummaryDescription): void;
1282
- private wa;
1283
- private sm;
1284
- private i7;
1285
- private sj;
1286
- private v8;
1287
- private wg;
1449
+ wr(a: ColumnGroupDescription): void;
1450
+ ws(a: ColumnSummaryDescription): void;
1451
+ private xc;
1452
+ private to;
1453
+ private jg;
1454
+ private tl;
1455
+ private xa;
1456
+ private xi;
1288
1457
  private b9;
1289
- private h1;
1290
- private v1;
1291
- private v2;
1292
- private h3;
1293
- private v0;
1294
- private vz;
1295
- private h0;
1296
- private u7;
1297
- private u8;
1458
+ private h9;
1459
+ private w3;
1460
+ private w4;
1461
+ private ib;
1462
+ private w2;
1463
+ private w1;
1464
+ private h8;
1465
+ private v9;
1466
+ private wa;
1298
1467
  private c0;
1299
1468
  c1: GridAnimationManager;
1300
1469
  private _delayedExecutionManager;
1301
1470
  delayedExecutionManager: IDelayedExecutionManager;
1302
- private fc;
1303
- readonly fd: ResponsiveEngine;
1471
+ private fe;
1472
+ readonly ff: ResponsiveEngine;
1304
1473
  private ew;
1305
1474
  ex: IDataAdapter;
1306
1475
  private a5;
1307
1476
  a6: ColumnController;
1308
1477
  private dw;
1309
1478
  dx: GridLayerController;
1310
- private fy;
1311
- fz: SpatialEngine;
1479
+ private f0;
1480
+ f1: SpatialEngine;
1312
1481
  private dr;
1313
1482
  ds: GridEffectManager;
1314
- private fs;
1315
- ft: SelectionManager;
1483
+ private fu;
1484
+ fv: SelectionManager;
1316
1485
  private ag;
1317
1486
  ah: ActivationManager;
1318
- private fw;
1319
- fx: SortManager;
1487
+ private fy;
1488
+ fz: SortManager;
1320
1489
  cf: EditingManager;
1321
- private gu;
1490
+ private gw;
1322
1491
  tickProvider: ITickProvider;
1492
+ private fs;
1493
+ ft: SectionHeader;
1323
1494
  private fq;
1324
- fr: SectionHeader;
1325
- private fo;
1326
- fp: SectionFooter;
1327
- private f0;
1328
- f1: SummaryRowRoot;
1495
+ fr: SectionFooter;
1329
1496
  private f2;
1330
- f3: SummaryRowSection;
1331
- private fl;
1332
- fm: RowSeparator;
1497
+ f3: SummaryRowRoot;
1498
+ private f4;
1499
+ f5: SummaryRowSection;
1500
+ private fn;
1501
+ fo: RowSeparator;
1333
1502
  private en;
1334
1503
  eo: HeaderRowSeparator;
1335
1504
  private ep;
@@ -1338,8 +1507,8 @@ export declare class Grid extends Base implements INotifyPropertyChanged {
1338
1507
  b0: ColumnResizingSeparator;
1339
1508
  private bl;
1340
1509
  bm: ColumnMovingSeparator;
1341
- private e9;
1342
- fa: PinnedAreaSeparator;
1510
+ private fb;
1511
+ fc: PinnedAreaSeparator;
1343
1512
  private ck;
1344
1513
  private cl;
1345
1514
  private cu;
@@ -1347,97 +1516,97 @@ export declare class Grid extends Base implements INotifyPropertyChanged {
1347
1516
  f: string[];
1348
1517
  private c;
1349
1518
  g: string[];
1350
- private f6;
1351
- f7: VisibilityEngine;
1519
+ private f8;
1520
+ f9: VisibilityEngine;
1352
1521
  private _viewportManager;
1353
1522
  viewportManager: IViewportManager;
1354
- private kr;
1355
- la: number;
1356
- private kq;
1357
- k9: number;
1358
- private ga;
1359
- gb: ControlDisplayDensity;
1360
- private lq;
1361
- me: number;
1362
- private l2;
1363
- m8: number;
1523
+ private k6;
1524
+ lp: number;
1525
+ private k5;
1526
+ lo: number;
1527
+ private gc;
1528
+ gd: ControlDisplayDensity;
1529
+ private l5;
1530
+ mu: number;
1531
+ private mi;
1532
+ np: number;
1364
1533
  private cc;
1365
1534
  defaultColumnWidth: ColumnWidth;
1366
- private kv;
1367
- ld: number;
1368
- private lp;
1369
- md: number;
1370
- private lv;
1371
- m0: number;
1372
- private l7;
1373
- ne: number;
1374
- private nh;
1375
- itemsSource: any;
1376
- private l6;
1377
- nc: number;
1535
+ private la;
1536
+ ls: number;
1378
1537
  private l4;
1379
- nb: number;
1380
- private lt;
1381
- mj: number;
1382
- private el;
1383
- em: HeaderClickAction;
1384
- private ci;
1538
+ mt: number;
1539
+ private ma;
1540
+ ng: number;
1541
+ private mn;
1542
+ nv: number;
1543
+ private ny;
1544
+ itemsSource: any;
1545
+ private mm;
1546
+ nt: number;
1547
+ private mk;
1548
+ ns: number;
1549
+ private l8;
1550
+ mz: number;
1551
+ private el;
1552
+ em: HeaderClickAction;
1553
+ private ci;
1385
1554
  cj: EditModeType;
1386
1555
  private cg;
1387
1556
  ch: EditModeClickAction;
1388
- private g3;
1557
+ private g5;
1558
+ io: boolean;
1559
+ private g2;
1389
1560
  ie: boolean;
1390
- private g0;
1391
- h6: boolean;
1392
- private l3;
1393
- na: number;
1394
- private hl;
1395
- i9: boolean;
1396
- private ip;
1561
+ private mj;
1562
+ nr: number;
1563
+ private hp;
1564
+ jj: boolean;
1565
+ private ix;
1397
1566
  private b5;
1398
1567
  private b1;
1399
1568
  b3: ColumnShowingAnimationMode;
1400
- readonly iw: boolean;
1569
+ readonly i5: boolean;
1401
1570
  private bs;
1402
1571
  columnPropertyUpdatingAnimationMode: ColumnPropertyUpdatingAnimationMode;
1403
- protected readonly iq: boolean;
1404
- readonly il: boolean;
1572
+ protected readonly iy: boolean;
1573
+ readonly iu: boolean;
1405
1574
  private ak;
1406
1575
  al: CellDataLoadedAnimationMode;
1407
- readonly jg: boolean;
1408
- private fj;
1409
- fk: RowSelectionAnimationMode;
1410
- readonly je: boolean;
1411
- private fg;
1412
- fh: RowHoverAnimationMode;
1413
- readonly im: boolean;
1576
+ readonly jq: boolean;
1577
+ private fl;
1578
+ fm: RowSelectionAnimationMode;
1579
+ readonly jo: boolean;
1580
+ private fi;
1581
+ fj: RowHoverAnimationMode;
1582
+ readonly iv: boolean;
1414
1583
  private az;
1415
1584
  a0: CellSelectionAnimationMode;
1416
1585
  private df;
1417
1586
  dg: GridColumnAnimationSettings;
1418
1587
  private c2;
1419
1588
  c3: GridAnimationSettings;
1420
- ix(a: Column): boolean;
1589
+ i6(a: Column): boolean;
1421
1590
  private bw;
1422
1591
  private bu;
1423
1592
  bv: ColumnResizingAnimationMode;
1424
- private iy;
1593
+ private i7;
1425
1594
  private b6;
1426
1595
  private b2;
1427
1596
  b4: ColumnShowingAnimationMode;
1428
- private it;
1597
+ private i1;
1429
1598
  private bi;
1430
1599
  private bg;
1431
1600
  bh: ColumnMovingAnimationMode;
1432
- private is;
1601
+ private i0;
1433
1602
  private bf;
1434
1603
  private bd;
1435
1604
  be: ColumnHidingAnimationMode;
1436
- private ir;
1605
+ private iz;
1437
1606
  private a9;
1438
1607
  private a7;
1439
1608
  a8: ColumnExchangingAnimationMode;
1440
- private yx;
1609
+ private zz;
1441
1610
  inset: Thickness;
1442
1611
  private eb;
1443
1612
  ec: GridSelectionMode;
@@ -1445,8 +1614,10 @@ export declare class Grid extends Base implements INotifyPropertyChanged {
1445
1614
  cy: GridActivationMode;
1446
1615
  private d8;
1447
1616
  d9: GridSelectionBehavior;
1448
- private g7;
1449
- ij: boolean;
1617
+ private hu;
1618
+ ju: boolean;
1619
+ private g9;
1620
+ is: boolean;
1450
1621
  private z;
1451
1622
  readonly ab: GridSelectedItemsCollection;
1452
1623
  private ad;
@@ -1455,153 +1626,153 @@ export declare class Grid extends Base implements INotifyPropertyChanged {
1455
1626
  readonly d5: GridSelectedCellsCollection;
1456
1627
  private d1;
1457
1628
  readonly d2: GridSelectedCellRangesCollection;
1458
- private g6;
1459
- ii: boolean;
1629
+ private g8;
1630
+ ir: boolean;
1460
1631
  private y;
1461
1632
  readonly aa: GridSelectedItemsCollection;
1462
1633
  private ac;
1463
1634
  readonly ae: GridSelectedKeysCollection;
1464
- private wc;
1465
- private ha;
1466
- iu: boolean;
1467
- private hd;
1635
+ private xe;
1636
+ private hc;
1637
+ i2: boolean;
1638
+ private hg;
1468
1639
  isGroupByAreaVisible: boolean;
1469
- private hi;
1470
- i4: boolean;
1471
- private hj;
1472
- i5: boolean;
1473
- private ww;
1474
- xu: Brush;
1475
- private xh;
1476
- yf: Brush;
1477
- private xk;
1478
- yi: Brush;
1479
- private xo;
1480
- ym: Brush;
1481
- private k4;
1482
- lf: number;
1483
- private gd;
1484
- gl: FontInfo;
1485
- private k0;
1486
- le: number;
1487
- private w1;
1488
- xz: Brush;
1489
- private xj;
1490
- yh: Brush;
1491
- private w9;
1492
- x7: Brush;
1493
- private w8;
1494
- x6: Brush;
1640
+ private hl;
1641
+ jd: boolean;
1642
+ private hm;
1643
+ je: boolean;
1644
+ private xy;
1645
+ yw: Brush;
1646
+ private yj;
1647
+ zh: Brush;
1648
+ private ym;
1649
+ zk: Brush;
1650
+ private yq;
1651
+ zo: Brush;
1652
+ private lj;
1653
+ lu: number;
1654
+ private gf;
1655
+ gn: FontInfo;
1656
+ private lf;
1657
+ lt: number;
1658
+ private x3;
1659
+ y1: Brush;
1660
+ private yl;
1661
+ zj: Brush;
1662
+ private yb;
1663
+ y9: Brush;
1664
+ private ya;
1665
+ y8: Brush;
1495
1666
  private dc;
1496
1667
  private db;
1497
1668
  dd: GridCellPosition;
1498
- private wv;
1499
- xt: Brush;
1500
- private wx;
1501
- xv: Brush;
1502
- private w6;
1503
- x4: Brush;
1504
- private fu;
1505
- fv: SortIndicatorStyle;
1506
- private gc;
1507
- gk: FontInfo;
1508
- private xg;
1509
- ye: Brush;
1510
- private xi;
1511
- yg: Brush;
1512
- private gf;
1513
- gn: FontInfo;
1514
- private gg;
1515
- go: FontInfo;
1516
- private gi;
1517
- gq: FontInfo;
1518
- private xn;
1519
- yl: Brush;
1669
+ private xx;
1670
+ yv: Brush;
1671
+ private xz;
1672
+ yx: Brush;
1673
+ private x8;
1674
+ y6: Brush;
1675
+ private fw;
1676
+ fx: SortIndicatorStyle;
1677
+ private ge;
1678
+ gm: FontInfo;
1679
+ private yi;
1680
+ zg: Brush;
1681
+ private yk;
1682
+ zi: Brush;
1520
1683
  private gh;
1521
1684
  gp: FontInfo;
1685
+ private gi;
1686
+ gq: FontInfo;
1687
+ private gk;
1688
+ gs: FontInfo;
1689
+ private yp;
1690
+ zn: Brush;
1522
1691
  private gj;
1523
1692
  gr: FontInfo;
1524
- private xr;
1525
- yp: Brush;
1526
- private xl;
1527
- yj: Brush;
1528
- private xp;
1529
- yn: Brush;
1530
- private xm;
1531
- yk: Brush;
1532
- private xq;
1533
- yo: Brush;
1534
- private l0;
1535
- m6: number;
1536
- private lw;
1537
- m4: number;
1538
- mf(a: number): number;
1539
- private w5;
1540
- x3: Brush;
1541
- private w3;
1542
- x1: Brush;
1543
- private w7;
1544
- x5: Brush;
1545
- private ge;
1546
- gm: FontInfo;
1547
- private xc;
1548
- ya: Brush;
1549
- private w4;
1550
- x2: Brush;
1551
- private xf;
1552
- yd: Brush;
1553
- private xd;
1554
- yb: Brush;
1555
- private xe;
1556
- yc: Brush;
1557
- private ls;
1558
- mi: number;
1559
- private ku;
1560
- lc: number;
1561
- private lr;
1562
- mg: number;
1563
- private kt;
1564
- lb: number;
1565
- private w0;
1566
- xy: Brush;
1567
- private wy;
1568
- xw: Brush;
1569
- private hx;
1570
- j6: boolean;
1693
+ private gl;
1694
+ gt: FontInfo;
1695
+ private yt;
1696
+ zr: Brush;
1697
+ private yn;
1698
+ zl: Brush;
1699
+ private yr;
1700
+ zp: Brush;
1701
+ private yo;
1702
+ zm: Brush;
1703
+ private ys;
1704
+ zq: Brush;
1705
+ private mg;
1706
+ nn: number;
1707
+ private mb;
1708
+ nk: number;
1709
+ mv(a: number): number;
1710
+ private x7;
1711
+ y5: Brush;
1712
+ private x5;
1713
+ y3: Brush;
1714
+ private x9;
1715
+ y7: Brush;
1716
+ private gg;
1717
+ go: FontInfo;
1718
+ private ye;
1719
+ zc: Brush;
1720
+ private x6;
1721
+ y4: Brush;
1722
+ private yh;
1723
+ zf: Brush;
1724
+ private yf;
1725
+ zd: Brush;
1726
+ private yg;
1727
+ ze: Brush;
1728
+ private l7;
1729
+ my: number;
1730
+ private k9;
1731
+ lr: number;
1732
+ private l6;
1733
+ mw: number;
1734
+ private k8;
1735
+ lq: number;
1736
+ private x2;
1737
+ y0: Brush;
1738
+ private x0;
1739
+ yy: Brush;
1740
+ private h5;
1741
+ kk: boolean;
1571
1742
  private bn;
1572
1743
  bo: ColumnOptionsIconAlignment;
1573
- private wz;
1574
- xx: Brush;
1744
+ private x1;
1745
+ yz: Brush;
1575
1746
  private bp;
1576
1747
  bq: ColumnOptionsIconBehavior;
1577
- private wu;
1748
+ private xw;
1578
1749
  border: Brush;
1579
- private yv;
1580
- y1: Thickness;
1581
- private yt;
1582
- yy: Thickness;
1583
- private yu;
1584
- yz: Thickness;
1585
- private hq;
1586
- ji: boolean;
1587
- private wp;
1588
- wt: CornerRadius;
1589
- private wo;
1590
- ws: CornerRadius;
1591
- private wn;
1592
- wq: CornerRadius;
1593
- private g9;
1594
- ik: boolean;
1595
- private gs;
1750
+ private zx;
1751
+ z3: Thickness;
1752
+ private zv;
1753
+ z0: Thickness;
1754
+ private zw;
1755
+ z1: Thickness;
1756
+ private hy;
1757
+ jw: boolean;
1758
+ private xr;
1759
+ xv: CornerRadius;
1760
+ private xq;
1761
+ xu: CornerRadius;
1762
+ private xp;
1763
+ xs: CornerRadius;
1764
+ private hb;
1765
+ it: boolean;
1766
+ private gu;
1596
1767
  platformPixelConverter: IPlatformPixelConverter;
1597
1768
  private es;
1598
1769
  renderingEngine: ICellRenderingEngine;
1599
- private up;
1600
- private fe;
1601
- readonly ff: ResponsiveStatesCollection;
1602
- private f8;
1770
+ private vr;
1771
+ private fg;
1772
+ readonly fh: ResponsiveStatesCollection;
1773
+ private ga;
1603
1774
  model: VisualModel;
1604
- readonly yr: Rect;
1775
+ readonly zt: Rect;
1605
1776
  private b7;
1606
1777
  private ba;
1607
1778
  private s;
@@ -1613,41 +1784,42 @@ export declare class Grid extends Base implements INotifyPropertyChanged {
1613
1784
  summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
1614
1785
  columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
1615
1786
  columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
1616
- private ty;
1787
+ private u0;
1617
1788
  cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
1618
1789
  dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
1619
1790
  dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
1620
1791
  readonly t: FilterExpressionCollection;
1621
1792
  readonly cb: ColumnSummaryDescriptionCollection;
1622
- private hz;
1623
- private f4;
1624
- f5: SummaryScope;
1625
- private hf;
1626
- private he;
1627
- i2: boolean;
1628
- private g4;
1793
+ private h7;
1794
+ private f6;
1795
+ f7: SummaryScope;
1796
+ private hi;
1797
+ private hh;
1798
+ jb: boolean;
1799
+ private g6;
1629
1800
  private eh;
1630
1801
  ei: GroupHeaderDisplayMode;
1631
- private hh;
1632
- private hg;
1633
- i3: boolean;
1634
- private g5;
1802
+ private hk;
1803
+ private hj;
1804
+ jc: boolean;
1805
+ private g7;
1635
1806
  private ej;
1636
1807
  ek: GroupSummaryDisplayMode;
1637
- private gz;
1638
- h5: boolean;
1808
+ private g1;
1809
+ id: boolean;
1639
1810
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
1640
- protected un(a: string, b: any, c: any): void;
1641
- vo(): void;
1642
- ve(): void;
1643
- vf(): void;
1811
+ postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
1812
+ protected vp(a: string, b: any, c: any): void;
1813
+ wq(): void;
1814
+ wg(): void;
1815
+ wh(): void;
1644
1816
  calculateCompleted: (sender: any, e: any) => void;
1645
- s7(): void;
1646
- sl(): void;
1647
- private hv;
1648
- j0: boolean;
1649
- vd(): void;
1650
- sk(): void;
1817
+ t9(): void;
1818
+ tn(): void;
1819
+ private h3;
1820
+ ke: boolean;
1821
+ wf(): void;
1822
+ tm(): void;
1651
1823
  private w;
1652
1824
  private u;
1653
1825
  actualDataSource: IDataSource;
@@ -1655,33 +1827,33 @@ export declare class Grid extends Base implements INotifyPropertyChanged {
1655
1827
  l: string[];
1656
1828
  private a;
1657
1829
  e: string[];
1658
- private gx;
1659
- h4: boolean;
1660
- protected u9(a: string, b: any, c: any): void;
1661
- private we;
1662
- private wr;
1663
- private y0;
1830
+ private gz;
1831
+ ic: boolean;
1832
+ protected wb(a: string, b: any, c: any): void;
1833
+ private xg;
1834
+ private xt;
1835
+ private z2;
1664
1836
  syncBorder(): void;
1665
- private t7;
1837
+ private u9;
1666
1838
  private m;
1667
1839
  private n;
1668
1840
  private h;
1669
- private r9;
1670
- private vr;
1671
- private sn;
1672
- private so;
1673
- private vs;
1674
- private sp;
1675
- private sc;
1676
- private sb;
1677
- private t6;
1678
- s1(): void;
1841
+ private tb;
1842
+ private wt;
1843
+ private tp;
1844
+ private tq;
1845
+ private wu;
1846
+ private tr;
1847
+ private te;
1848
+ private td;
1849
+ private u8;
1850
+ t3(): void;
1679
1851
  sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
1680
1852
  onSizeChanged(a: number, b: number): void;
1681
1853
  viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
1682
- private ly;
1683
- private lz;
1684
- kc: boolean;
1854
+ private me;
1855
+ private mf;
1856
+ kq: boolean;
1685
1857
  notifyScrollStart(): void;
1686
1858
  notifyScrollStop(): void;
1687
1859
  setViewport(a: number, b: number, c: number, d: number): void;
@@ -1689,237 +1861,259 @@ export declare class Grid extends Base implements INotifyPropertyChanged {
1689
1861
  actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
1690
1862
  private dh;
1691
1863
  readonly columns: GridColumnCollection;
1692
- uj(a: CellModel, b: any, c: any): void;
1693
- ui(a: CellModel, b: any, c: any, d: string): void;
1864
+ vl(a: CellModel, b: any, c: any): void;
1865
+ vk(a: CellModel, b: any, c: any, d: string): void;
1694
1866
  a4(a: CellPath): Column;
1695
- sq(a: Column): void;
1696
- si(a: Column, b: Column): void;
1697
- private ru;
1698
- private hp;
1699
- private t2;
1700
- private tz;
1701
- private tu;
1702
- private r5;
1703
- private uv;
1704
- private r8;
1705
- u6(a: Column, b: PinnedPositions): void;
1706
- private ka;
1707
- private kb;
1708
- sw(a: number, b: number): void;
1709
- sx(a: number): void;
1710
- sy(a: number): void;
1711
- h9(a: number): boolean;
1712
- ia(a: number): boolean;
1713
- private jh;
1867
+ ts(a: Column): void;
1868
+ tk(a: Column, b: Column): void;
1869
+ private sw;
1870
+ private hx;
1871
+ private u4;
1872
+ private u1;
1873
+ private uw;
1874
+ private s7;
1875
+ private vx;
1876
+ private ta;
1877
+ v8(a: Column, b: PinnedPositions): void;
1878
+ private ko;
1879
+ private kp;
1880
+ ty(a: number, b: number): void;
1881
+ tz(a: number): void;
1882
+ t0(a: number): void;
1883
+ ii(a: number): boolean;
1884
+ ij(a: number): boolean;
1885
+ private jv;
1714
1886
  private a2;
1715
1887
  private a1;
1716
- private tv;
1717
- private r4;
1718
- private wf;
1888
+ private ux;
1889
+ private s6;
1890
+ private xh;
1719
1891
  private ce;
1720
- pf(a: CellPath, b: Grid, c: any, d: number): string;
1892
+ p1(a: CellPath, b: Grid, c: any, d: number): string;
1721
1893
  ap(a: CellPath, b: string): CellModel;
1722
- nj(): any;
1723
- pb(): string;
1724
- fi(a: number): RowPath;
1725
- private gw;
1726
- vw(a: number): void;
1727
- vv(a: number): void;
1728
- j4(a: any): boolean;
1729
- j5(a: any[]): boolean;
1730
- vt(a: number): void;
1731
- private vu;
1732
- j7(a: Column): boolean;
1733
- t5(a: number, b: number): void;
1734
- private r3;
1735
- private mn;
1736
- private j3;
1737
- mw(): number;
1738
- mr(): number;
1739
- mp(): number;
1740
- mu(): number;
1741
- u4(): void;
1742
- io: boolean;
1743
- i6: boolean;
1744
- readonly jc: boolean;
1745
- readonly jd: boolean;
1746
- readonly ja: boolean;
1747
- readonly jb: boolean;
1748
- private j1;
1749
- private j2;
1750
- private kg;
1751
- private kh;
1752
- private ki;
1753
- private kj;
1894
+ n0(): any;
1895
+ px(): string;
1896
+ fk(a: number): RowPath;
1754
1897
  private gy;
1755
- rz(): void;
1756
- sh(): void;
1757
- ut(a: any, b: PrimaryKeyValue): void;
1758
- uu(a: any, b: PrimaryKeyValue): void;
1759
- u0(a: number, b: any, c: PrimaryKeyValue): void;
1760
- private h2;
1761
- s8(a: number, b: number, c: string): void;
1762
- tb(a: number, b: string): void;
1763
- private s9;
1764
- private l8;
1765
- private l9;
1766
- jj(a: boolean, b: boolean): boolean;
1767
- jk(a: boolean, b: boolean): boolean;
1768
- private mt;
1898
+ wy(a: number): void;
1899
+ wx(a: number): void;
1900
+ ki(a: any): boolean;
1901
+ kj(a: any[]): boolean;
1902
+ wv(a: number): void;
1903
+ private ww;
1904
+ kl(a: Column): boolean;
1905
+ u7(a: number, b: number): void;
1906
+ private s5;
1907
+ private m3;
1908
+ private kh;
1909
+ nc(): number;
1910
+ m7(): number;
1911
+ m5(): number;
1912
+ na(): number;
1913
+ v6(): void;
1914
+ iw: boolean;
1915
+ jf: boolean;
1916
+ readonly jm: boolean;
1917
+ readonly jn: boolean;
1918
+ readonly jk: boolean;
1919
+ readonly jl: boolean;
1920
+ private kf;
1921
+ private kg;
1922
+ private ku;
1923
+ private kv;
1924
+ private kw;
1925
+ private kx;
1926
+ private g0;
1927
+ s1(): void;
1928
+ tj(): void;
1929
+ vv(a: any, b: PrimaryKeyValue): void;
1930
+ vw(a: any, b: PrimaryKeyValue): void;
1931
+ v2(a: number, b: any, c: PrimaryKeyValue): void;
1932
+ private ia;
1933
+ ua(a: number, b: number, c: string): void;
1934
+ ud(a: number, b: string): void;
1935
+ private ub;
1769
1936
  private mo;
1770
- private my;
1771
- private mx;
1772
- private mm;
1773
- r0(a: number, b: number, c: boolean, d?: boolean): void;
1774
- jo(a: boolean, b: boolean): boolean;
1775
- jq(a: boolean, b: boolean): boolean;
1776
- jr(a: boolean, b: boolean): boolean;
1777
- js(a: boolean, b: boolean): boolean;
1778
- jt(a: boolean, b: boolean): boolean;
1779
- jv(a: boolean, b: boolean): boolean;
1780
- u5(): void;
1781
- jw(a: boolean, b: boolean): boolean;
1782
- jl(a: boolean, b: boolean): boolean;
1783
- jm(): boolean;
1784
- jn(): boolean;
1785
- ju(a: boolean, b: boolean): boolean;
1937
+ private mp;
1938
+ jx(a: boolean, b: boolean): boolean;
1939
+ jy(a: boolean, b: boolean): boolean;
1940
+ private m9;
1941
+ private m4;
1942
+ private ne;
1943
+ private nd;
1944
+ private m2;
1945
+ s2(a: number, b: number, c: boolean, d?: boolean): void;
1946
+ j2(a: boolean, b: boolean): boolean;
1947
+ j4(a: boolean, b: boolean): boolean;
1948
+ j5(a: boolean, b: boolean): boolean;
1949
+ j6(a: boolean, b: boolean): boolean;
1950
+ j7(a: boolean, b: boolean): boolean;
1951
+ j9(a: boolean, b: boolean): boolean;
1952
+ v7(): void;
1953
+ ka(a: boolean, b: boolean): boolean;
1954
+ jz(a: boolean, b: boolean): boolean;
1955
+ j0(): boolean;
1956
+ j1(): boolean;
1957
+ j8(a: boolean, b: boolean): boolean;
1786
1958
  at: CellPath;
1787
1959
  au: CellPath;
1788
- ke(): boolean;
1789
- j9(a: CellModel): boolean;
1790
- ig(a: boolean, b?: boolean): boolean;
1791
- sg(a: boolean): void;
1792
- tn(a: PrimaryKeyValue, b: number): void;
1793
- to(a: PrimaryKeyValue, b: number): void;
1960
+ ks(): boolean;
1961
+ kn(a: CellModel): boolean;
1962
+ ip(a: boolean, b?: boolean): boolean;
1963
+ ti(a: boolean): void;
1964
+ up(a: PrimaryKeyValue, b: number): void;
1965
+ uq(a: PrimaryKeyValue, b: number): void;
1794
1966
  columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
1795
1967
  selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
1796
1968
  selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
1797
1969
  selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
1798
1970
  selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
1799
- private hw;
1800
- private u1;
1971
+ private h4;
1972
+ private v3;
1801
1973
  activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
1802
1974
  selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
1803
- wk(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
1804
- rx(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
1805
- ry(a: any, b: PrimaryKeyValue): void;
1806
- wj(a: number, b: any, c: PrimaryKeyValue): void;
1807
- vm(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
1808
- vn(a: any, b: PrimaryKeyValue): void;
1809
- private ux;
1810
- private uy;
1811
- private uw;
1812
- private uz;
1975
+ xm(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
1976
+ sz(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
1977
+ s0(a: any, b: PrimaryKeyValue): void;
1978
+ xl(a: number, b: any, c: PrimaryKeyValue): void;
1979
+ wo(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
1980
+ wp(a: any, b: PrimaryKeyValue): void;
1981
+ private vz;
1982
+ private v0;
1983
+ private vy;
1984
+ private v1;
1813
1985
  private ax;
1814
- rw(a: number, b: number, c: number, d: number): void;
1815
- rv(a: CellRange): void;
1816
- vj(a: CellRange): void;
1817
- vi(): void;
1818
- private sz;
1819
- u2(a: number, b: any, c: any): void;
1820
- private sr;
1821
- tp(): void;
1822
- su(): void;
1823
- private ss;
1824
- private mq;
1825
- private mv;
1826
- private st;
1827
- private g8;
1828
- va(): void;
1829
- uh(a: number, b: any): void;
1830
- uo(a: number, b: any): void;
1831
- v4(a: string): void;
1832
- v5(a: ResponsiveState): void;
1833
- s6(a: number, b: any, c: any): void;
1834
- s0(): void;
1835
- s2(a: number, b: any): void;
1836
- s3(a: number, b: any): void;
1837
- mk(a: any): number;
1838
- ml(a: any[]): number;
1986
+ sy(a: number, b: number, c: number, d: number): void;
1987
+ sx(a: CellRange): void;
1988
+ wl(a: CellRange): void;
1989
+ wk(): void;
1990
+ private t1;
1991
+ v4(a: number, b: any, c: any): void;
1992
+ private tt;
1993
+ ur(): void;
1994
+ tw(): void;
1995
+ private tu;
1996
+ private m6;
1997
+ private nb;
1998
+ private tv;
1999
+ private ha;
2000
+ wc(): void;
2001
+ vj(a: number, b: any): void;
2002
+ vq(a: number, b: any): void;
2003
+ w6(a: string): void;
2004
+ w7(a: ResponsiveState): void;
2005
+ t8(a: number, b: any, c: any): void;
2006
+ t2(): void;
2007
+ t4(a: number, b: any): void;
2008
+ t5(a: number, b: any): void;
2009
+ m0(a: any): number;
2010
+ m1(a: any[]): number;
1839
2011
  i(): string[];
1840
- nm(a: CellKey): any;
1841
- nn(a: number, b: number): any;
2012
+ n3(a: CellKey): any;
2013
+ n4(a: number, b: number): any;
1842
2014
  a3(a: number): Column;
1843
2015
  j(): ISummaryResult[];
1844
2016
  k(a: number): ISummaryResult[][];
1845
- private hu;
1846
- jz: boolean;
1847
- private ht;
1848
- jy: boolean;
1849
- private hs;
1850
- jx: boolean;
2017
+ private h2;
2018
+ kd: boolean;
2019
+ private h1;
2020
+ kc: boolean;
2021
+ private h0;
2022
+ kb: boolean;
1851
2023
  x(a: Column): IFilterExpression;
1852
- kf(a: CellModel, b: number, c: any, d: any, e: any): boolean;
1853
- private wl;
1854
- private ni;
2024
+ kt(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2025
+ private xn;
2026
+ private nz;
1855
2027
  columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
1856
- private t3;
2028
+ private u5;
1857
2029
  cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
1858
- private te;
2030
+ private ug;
1859
2031
  cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
1860
- private td;
2032
+ private uf;
1861
2033
  rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
1862
- private ur;
2034
+ private vt;
1863
2035
  rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
1864
- private uq;
1865
- iz(): boolean;
1866
- readonly ic: boolean;
1867
- readonly ib: boolean;
1868
- readonly h8: boolean;
1869
- sa(): void;
1870
- r1(): void;
1871
- rs(a: number): void;
1872
- vg(a: number): void;
1873
- wd(): void;
1874
- vc(): void;
1875
- wi(a: any[], b: string, c: any): void;
1876
- vl(a: any[]): void;
1877
- vk(a: any): void;
1878
- private hr;
1879
- rt(a: number): void;
1880
- vh(a: number): void;
1881
- v6(a: number, b: string): void;
1882
- v9(): void;
1883
- sf(a: boolean): void;
2036
+ private vs;
2037
+ i8(): boolean;
2038
+ readonly il: boolean;
2039
+ readonly ik: boolean;
2040
+ readonly ih: boolean;
2041
+ tc(): void;
2042
+ s3(): void;
2043
+ su(a: number): void;
2044
+ wi(a: number): void;
2045
+ xf(): void;
2046
+ we(): void;
2047
+ xk(a: any[], b: string, c: any): void;
2048
+ wn(a: any[]): void;
2049
+ wm(a: any): void;
2050
+ private hz;
2051
+ sv(a: number): void;
2052
+ wj(a: number): void;
2053
+ w8(a: number, b: string): void;
2054
+ xb(): void;
2055
+ th(a: boolean): void;
1884
2056
  private co;
1885
2057
  cp: EnterKeyBehaviors;
1886
2058
  private cm;
1887
2059
  cn: EnterKeyBehaviorAfterEdit;
1888
- vx(): void;
1889
- sd(): void;
1890
- private hk;
1891
- i8: boolean;
1892
- jp(a: Key, b: boolean, c: boolean): boolean;
1893
- private kd;
1894
- j8(): boolean;
1895
- private hb;
1896
- iv: boolean;
1897
- private e7;
1898
- e8: MergedCellMode;
1899
- private e5;
1900
- e6: MergedCellEvaluationCriteria;
2060
+ wz(): void;
2061
+ tf(): void;
2062
+ private hn;
2063
+ jh: boolean;
2064
+ j3(a: Key, b: boolean, c: boolean): boolean;
2065
+ private kr;
2066
+ km(): boolean;
2067
+ private he;
2068
+ i4: boolean;
2069
+ private hd;
2070
+ i3: boolean;
2071
+ private e8;
2072
+ e9: MergedCellMode;
2073
+ private e6;
2074
+ e7: MergedCellEvaluationCriteria;
1901
2075
  private ai;
1902
2076
  aj: CellContentVerticalAlignment;
1903
- qx(): string;
1904
- private fn;
1905
- private km;
1906
- sv(a: string): void;
2077
+ rp(): string;
2078
+ private fp;
2079
+ private k0;
2080
+ tx(a: string): void;
1907
2081
  private q;
1908
2082
  private r;
1909
- ms(a: CellPath): number;
2083
+ m8(a: CellPath): number;
1910
2084
  private cv;
1911
2085
  cw: FilterUIType;
1912
2086
  private cs;
1913
2087
  ct: FilterLogicalOperator;
1914
2088
  private cq;
1915
2089
  cr: FilterComparisonType;
1916
- i0(): boolean;
1917
- private ko;
1918
- kp: Date;
1919
- private g1;
1920
- id: boolean;
2090
+ i9(): boolean;
2091
+ private k3;
2092
+ k4: Date;
2093
+ private g3;
2094
+ im: boolean;
1921
2095
  customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
1922
- t4(a: Column, b: FilterOperand, c: any): void;
2096
+ u6(a: Column, b: FilterOperand, c: any): void;
2097
+ private ho;
2098
+ isPagerVisible: boolean;
2099
+ private mc;
2100
+ nl: number;
2101
+ private ht;
2102
+ isToolbarVisible: boolean;
2103
+ private hr;
2104
+ jr: boolean;
2105
+ private hs;
2106
+ js: boolean;
2107
+ private n9;
2108
+ ss: string;
2109
+ private n5;
2110
+ sk: string;
2111
+ private n6;
2112
+ sm: string;
2113
+ private n7;
2114
+ so: string;
2115
+ private n8;
2116
+ sq: string;
1923
2117
  }
1924
2118
  /**
1925
2119
  * @hidden
@@ -2298,121 +2492,125 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
2298
2492
  export declare abstract class Column extends DefinitionBase {
2299
2493
  static $t: Type;
2300
2494
  constructor();
2301
- protected k9(): Brush;
2302
- protected k8(): Brush;
2303
- private static h0;
2304
- h1: number;
2495
+ protected lg(): Brush;
2496
+ protected lf(): Brush;
2497
+ private static h4;
2498
+ h5: number;
2305
2499
  private ff;
2306
2500
  fg: ColumnStates;
2501
+ private hq;
2502
+ h1: number;
2503
+ private hs;
2504
+ h3: number;
2505
+ private hr;
2506
+ h2: number;
2507
+ private hp;
2508
+ h0: number;
2509
+ private id;
2510
+ jy: string;
2511
+ private hn;
2512
+ hy: number;
2307
2513
  private hm;
2308
2514
  hx: number;
2309
2515
  private ho;
2310
2516
  hz: number;
2311
- private hn;
2312
- hy: number;
2313
- private hl;
2314
- hw: number;
2315
- private h9;
2316
- js: string;
2317
- private hj;
2318
- hu: number;
2319
- private hi;
2320
- ht: number;
2321
- private hk;
2322
- hv: number;
2323
2517
  private f2;
2324
2518
  f4: PinnedPositions;
2325
- private h7;
2326
- i2: string;
2327
- private h8;
2328
- i9: string;
2329
- private h5;
2330
- ih: string;
2331
- private k0;
2519
+ private ib;
2520
+ i7: string;
2521
+ private ic;
2522
+ je: string;
2523
+ private h9;
2524
+ il: string;
2525
+ private k7;
2526
+ lj: Brush;
2527
+ private k2;
2332
2528
  lc: Brush;
2333
- private kv;
2334
- k5: Brush;
2335
- private ky;
2529
+ private k5;
2530
+ lh: Brush;
2531
+ private k0;
2336
2532
  la: Brush;
2337
- private kt;
2338
- k3: Brush;
2339
- private kz;
2533
+ private k6;
2534
+ li: Brush;
2535
+ private k1;
2340
2536
  lb: Brush;
2341
- private ku;
2342
- k4: Brush;
2343
2537
  private fq;
2344
2538
  fr: GridColumnAnimationSettings;
2345
2539
  private fh;
2346
2540
  width: ColumnWidth;
2347
- private ha;
2348
- hd: number;
2349
- private gl;
2350
- g1: boolean;
2351
- private gg;
2352
- gw: boolean;
2353
- private go;
2354
- g4: boolean;
2541
+ private he;
2542
+ hh: number;
2543
+ private gn;
2544
+ g5: boolean;
2545
+ private gh;
2546
+ gz: boolean;
2547
+ private gq;
2548
+ g8: boolean;
2355
2549
  private en;
2356
2550
  eo: ColumnFilterCondition;
2357
2551
  private ep;
2358
2552
  eq: IFilterExpression;
2359
2553
  private fu;
2360
2554
  header: Header;
2361
- private gk;
2362
- g0: boolean;
2363
- private gn;
2364
- g3: boolean;
2365
2555
  private gm;
2366
- g2: boolean;
2556
+ g4: boolean;
2367
2557
  private gp;
2558
+ g7: boolean;
2559
+ private go;
2368
2560
  g6: boolean;
2561
+ private gr;
2562
+ ha: boolean;
2369
2563
  private fd;
2370
2564
  fe: ColumnSortDirection;
2371
2565
  private f3;
2372
2566
  f5: PinnedPositions;
2373
- private gf;
2374
- gv: boolean;
2375
- readonly gs: boolean;
2567
+ private gg;
2568
+ gy: boolean;
2569
+ readonly gv: boolean;
2376
2570
  private e3;
2377
2571
  e5: ColumnOptionsIconAlignment;
2378
2572
  private e4;
2379
2573
  e6: ColumnOptionsIconAlignment;
2380
- private kr;
2381
- k1: Brush;
2382
- private kw;
2383
- k6: Brush;
2574
+ private ky;
2575
+ k8: Brush;
2576
+ private k3;
2577
+ ld: Brush;
2384
2578
  private e8;
2385
2579
  fa: ColumnOptionsIconBehavior;
2386
2580
  private e7;
2387
2581
  e9: ColumnOptionsIconBehavior;
2388
2582
  private gc;
2389
- gq: boolean;
2390
- private gh;
2391
- gx: boolean;
2392
- private gd;
2393
- gr: boolean;
2583
+ gs: boolean;
2394
2584
  private gi;
2395
- gy: boolean;
2585
+ g0: boolean;
2586
+ private ge;
2587
+ gu: boolean;
2588
+ private gk;
2589
+ g2: boolean;
2590
+ private gd;
2591
+ gt: boolean;
2396
2592
  private gj;
2397
- gz: boolean;
2398
- private kx;
2399
- k7: Brush;
2400
- private ks;
2401
- k2: Brush;
2402
- private g9;
2403
- hc: number;
2404
- private g8;
2405
- hb: number;
2593
+ g1: boolean;
2594
+ private gl;
2595
+ g3: boolean;
2596
+ private k4;
2597
+ le: Brush;
2598
+ private kz;
2599
+ k9: Brush;
2600
+ private hd;
2601
+ hg: number;
2602
+ private hc;
2603
+ hf: number;
2406
2604
  private f9;
2407
2605
  textEditStyle: FontInfo;
2408
2606
  private f8;
2409
2607
  ga: FontInfo;
2410
2608
  private fj;
2411
2609
  fk: EditorType;
2412
- private h2;
2413
- h3: any;
2414
2610
  private h6;
2415
- iy: string;
2611
+ h7: any;
2612
+ private ia;
2613
+ i3: string;
2416
2614
  private el;
2417
2615
  em: string[];
2418
2616
  private fz;
@@ -2423,24 +2621,24 @@ export declare abstract class Column extends DefinitionBase {
2423
2621
  ex: CellContentVerticalAlignment;
2424
2622
  private et;
2425
2623
  ev: CellContentVerticalAlignment;
2426
- private hf;
2427
- hq: number;
2428
- private hh;
2429
- hs: number;
2430
- private hg;
2431
- hr: number;
2432
- private he;
2433
- hp: number;
2624
+ private hj;
2625
+ hu: number;
2626
+ private hl;
2627
+ hw: number;
2628
+ private hk;
2629
+ hv: number;
2630
+ private hi;
2631
+ ht: number;
2434
2632
  private fl;
2435
2633
  fm: FilterComparisonType;
2436
2634
  fo(a: FilterComparisonType): FilterComparisonType;
2437
2635
  fn(): FilterComparisonType;
2438
2636
  private fs;
2439
2637
  readonly ft: GridFilterOperandsCollection;
2440
- private j6;
2638
+ private kc;
2441
2639
  f0(): MergedCellMode;
2442
2640
  fx(): MergedCellEvaluationCriteria;
2443
- g5(): boolean;
2641
+ g9(): boolean;
2444
2642
  protected ed(): Brush;
2445
2643
  protected ef(): Brush;
2446
2644
  cy(a: CellModel, b: Grid, c: any, d: any): void;
@@ -2449,51 +2647,52 @@ export declare abstract class Column extends DefinitionBase {
2449
2647
  protected ey(): CellContentVerticalAlignment;
2450
2648
  protected es(): CellContentHorizontalAlignment;
2451
2649
  protected ew(): CellContentVerticalAlignment;
2452
- private kn;
2453
- private ka;
2650
+ private ku;
2651
+ private kg;
2454
2652
  protected cz(a: Grid, b: Grid): void;
2455
2653
  protected c1(a: any, b: PropertyChangedEventArgs): void;
2456
- ko(): void;
2457
- kp(): void;
2458
- kq(): void;
2654
+ kv(): void;
2655
+ kw(): void;
2656
+ kx(): void;
2459
2657
  protected c8(): void;
2460
2658
  protected df(): void;
2461
2659
  protected dg(): void;
2462
2660
  protected dd(): void;
2463
- protected kk(): void;
2464
- protected km(): void;
2465
- protected kl(): void;
2661
+ protected kr(): void;
2662
+ protected kt(): void;
2663
+ protected ks(): void;
2466
2664
  protected dc(): void;
2467
2665
  protected de(): void;
2468
2666
  protected db(): void;
2469
- protected kf(): void;
2470
- protected ki(): void;
2471
- protected kh(): void;
2472
- protected kg(): void;
2473
- protected kj(): void;
2667
+ protected kl(): void;
2668
+ protected kp(): void;
2669
+ protected ko(): void;
2670
+ protected km(): void;
2671
+ protected kq(): void;
2672
+ protected kn(): void;
2474
2673
  columnCellsPropertyUpdating: (column: Column, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
2475
2674
  columnHeaderCellsPropertyUpdating: (column: Column, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
2476
- protected ke(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
2675
+ protected kk(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
2477
2676
  e2(): ColumnHidingAnimationMode;
2478
2677
  fc(): ColumnShowingAnimationMode;
2479
2678
  e1(): ColumnExchangingAnimationMode;
2480
2679
  fb(): ColumnResizingAnimationMode;
2481
- i7(): string;
2680
+ jc(): string;
2482
2681
  private f6;
2483
- private ge;
2484
- kd(a: string, b: CellPropertyAnimationType, c: any): void;
2485
- gu(): boolean;
2682
+ private gf;
2683
+ kj(a: string, b: CellPropertyAnimationType, c: any): void;
2684
+ gx(): boolean;
2486
2685
  readonly f7: FastIterationDictionary$2<string, any>;
2487
- gt(a: string): boolean;
2488
- kc(a: string): void;
2489
- h4(a: string): any;
2490
- g7: List$1<LayoutAction>;
2491
- kb(a: string): void;
2492
- j8(a: ColumnComparisonConditionOperatorType, b: any): void;
2493
- j7(a: string, b: number, c: any): void;
2686
+ gw(a: string): boolean;
2687
+ ki(a: string): void;
2688
+ h8(a: string): any;
2689
+ hb: List$1<LayoutAction>;
2690
+ kh(a: string): void;
2691
+ ke(a: ColumnComparisonConditionOperatorType, b: any): void;
2692
+ kd(a: string, b: number, c: any): void;
2494
2693
  er(a: FilterOperand, b: any): IFilterExpression;
2495
2694
  fp(a: string, b: number): FilterOperand;
2496
- j9(): void;
2695
+ kf(): void;
2497
2696
  }
2498
2697
  /**
2499
2698
  * @hidden
@@ -2798,52 +2997,52 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
2798
2997
  export declare class ComboBoxColumn extends Column {
2799
2998
  static $t: Type;
2800
2999
  constructor();
2801
- private le;
2802
- lf: IDataSource;
2803
- lg: any;
2804
- lk: string;
2805
- ll: string;
2806
- ld: string[];
3000
+ private ll;
3001
+ lm: IDataSource;
3002
+ ln: any;
3003
+ lr: string;
3004
+ ls: string;
3005
+ lk: string[];
2807
3006
  protected l(a: CellPath): CellModel;
2808
3007
  protected cm(a: CellPath, b: Grid, c: any): string;
2809
3008
  protected cz(a: Grid, b: Grid): void;
2810
3009
  cy(a: CellModel, b: Grid, c: any, d: any): void;
2811
3010
  cw(a: CellModel, b: Grid, c: any, d: any): void;
2812
3011
  protected c3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
2813
- private lm;
2814
- private ln;
2815
- private li;
2816
- lj(a: any): string;
3012
+ private lt;
3013
+ private lu;
3014
+ private lp;
3015
+ lq(a: any): string;
2817
3016
  }
2818
3017
  /**
2819
3018
  * @hidden
2820
3019
  */
2821
3020
  export declare class DateTimeColumn extends Column {
2822
3021
  static $t: Type;
2823
- private lf;
2824
- private lg;
2825
- lh: DateTimeFormats;
2826
- private lq;
2827
- ly: string;
2828
- private lp;
2829
- ls: string;
2830
- private ld;
2831
- le: any[];
2832
3022
  private lm;
2833
- lo: any;
2834
- private lj;
2835
- lk: boolean;
2836
- li: EditorType;
2837
- ln: any;
2838
- lu: string;
2839
- lv: string;
3023
+ private ln;
3024
+ lo: DateTimeFormats;
3025
+ private lx;
3026
+ l5: string;
3027
+ private lw;
3028
+ lz: string;
3029
+ private lk;
3030
+ ll: any[];
3031
+ private lt;
3032
+ lv: any;
3033
+ private lq;
3034
+ lr: boolean;
3035
+ lp: EditorType;
3036
+ lu: any;
3037
+ l1: string;
3038
+ l2: string;
2840
3039
  protected c3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
2841
3040
  constructor();
2842
3041
  protected l(a: CellPath): CellModel;
2843
3042
  protected cm(a: CellPath, b: Grid, c: any): string;
2844
3043
  cy(a: CellModel, b: Grid, c: any, d: any): void;
2845
3044
  cw(a: CellModel, b: Grid, c: any, d: any): void;
2846
- private ll;
3045
+ private ls;
2847
3046
  }
2848
3047
  /**
2849
3048
  * @hidden
@@ -2993,14 +3192,14 @@ export declare class HeaderSeparator extends DefinitionBase {
2993
3192
  */
2994
3193
  export declare class ImageColumn extends Column {
2995
3194
  static $t: Type;
2996
- private lg;
2997
- lh: ImageStretchOptions;
2998
- private le;
2999
- lf: ImageResourceType;
3000
- ld: EditorType;
3001
- li: any;
3002
- lj: string;
3003
- lk: string;
3195
+ private ln;
3196
+ lo: ImageStretchOptions;
3197
+ private ll;
3198
+ lm: ImageResourceType;
3199
+ lk: EditorType;
3200
+ lp: any;
3201
+ lq: string;
3202
+ lr: string;
3004
3203
  constructor();
3005
3204
  protected i(): CellContentVerticalAlignment;
3006
3205
  protected es(): CellContentHorizontalAlignment;
@@ -3010,7 +3209,7 @@ export declare class ImageColumn extends Column {
3010
3209
  protected cm(a: CellPath, b: Grid, c: any): string;
3011
3210
  cy(a: CellModel, b: Grid, c: any, d: any): void;
3012
3211
  cw(a: CellModel, b: Grid, c: any, d: any): void;
3013
- private ll;
3212
+ private ls;
3014
3213
  }
3015
3214
  /**
3016
3215
  * @hidden
@@ -3028,37 +3227,37 @@ export declare class NumericColumn extends Column {
3028
3227
  static $t: Type;
3029
3228
  constructor();
3030
3229
  protected d(): CellContentHorizontalAlignment;
3031
- private lt;
3032
- l6: string;
3033
- private lv;
3034
- ma: string;
3035
- private lu;
3230
+ private l0;
3231
+ md: string;
3232
+ private l2;
3233
+ mh: string;
3234
+ private l1;
3235
+ mf: string;
3236
+ private l3;
3237
+ mj: string;
3238
+ private lq;
3239
+ lt: number;
3240
+ private lr;
3241
+ lu: number;
3242
+ private ls;
3243
+ lv: number;
3244
+ private ln;
3245
+ lo: boolean;
3246
+ private lz;
3036
3247
  l8: string;
3037
- private lw;
3038
- mc: string;
3039
- private lj;
3040
- lm: number;
3041
3248
  private lk;
3042
- ln: number;
3043
- private ll;
3044
- lo: number;
3045
- private lg;
3046
- lh: boolean;
3047
- private ls;
3048
- l1: string;
3049
- private ld;
3050
- le: any[];
3051
- private lp;
3052
- lr: any;
3053
- lf: EditorType;
3054
- lq: any;
3055
- lx: string;
3056
- ly: string;
3249
+ ll: any[];
3250
+ private lw;
3251
+ ly: any;
3252
+ lm: EditorType;
3253
+ lx: any;
3254
+ l4: string;
3255
+ l5: string;
3057
3256
  protected l(a: CellPath): CellModel;
3058
3257
  protected cm(a: CellPath, b: Grid, c: any): string;
3059
3258
  cy(a: CellModel, b: Grid, c: any, d: any): void;
3060
3259
  cw(a: CellModel, b: Grid, c: any, d: any): void;
3061
- private li;
3260
+ private lp;
3062
3261
  }
3063
3262
  /**
3064
3263
  * @hidden
@@ -3251,7 +3450,7 @@ export declare class TemplateColumn extends Column {
3251
3450
  protected cm(a: CellPath, b: Grid, c: any): string;
3252
3451
  cy(a: CellModel, b: Grid, c: any, d: any): void;
3253
3452
  cw(a: CellModel, b: Grid, c: any, d: any): void;
3254
- le(a: TemplateCellModel, b: any): void;
3453
+ ll(a: TemplateCellModel, b: any): void;
3255
3454
  cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
3256
3455
  protected c3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3257
3456
  }
@@ -3270,16 +3469,16 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
3270
3469
  */
3271
3470
  export declare class TextColumn extends Column {
3272
3471
  static $t: Type;
3273
- private lf;
3274
- lj: string;
3275
- ld: EditorType;
3276
- le: any;
3277
- lg: string;
3278
- lh: string;
3472
+ private lm;
3473
+ lq: string;
3474
+ lk: EditorType;
3475
+ ll: any;
3476
+ ln: string;
3477
+ lo: string;
3279
3478
  protected l(a: CellPath): CellModel;
3280
3479
  cy(a: CellModel, b: Grid, c: any, d: any): void;
3281
3480
  cw(a: CellModel, b: Grid, c: any, d: any): void;
3282
- private li;
3481
+ private lp;
3283
3482
  protected cm(a: CellPath, b: Grid, c: any): string;
3284
3483
  }
3285
3484
  /**
@@ -3838,83 +4037,81 @@ export declare class VisualModel extends Base {
3838
4037
  absoluteWidth: number;
3839
4038
  private _absoluteHeight;
3840
4039
  absoluteHeight: number;
4040
+ ct: number;
4041
+ cw: number;
4042
+ cx: number;
3841
4043
  cr: number;
3842
- cu: number;
3843
- cv: number;
3844
4044
  cp: number;
3845
- cn: number;
3846
- co: number;
3847
- cj: number;
3848
- c1: number;
3849
- c2: number;
3850
- cb: number;
3851
- cc: number;
4045
+ cq: number;
3852
4046
  cl: number;
3853
- cm: number;
3854
- cs: number;
3855
- cy: number;
4047
+ c3: number;
4048
+ c4: number;
4049
+ cd: number;
3856
4050
  ce: number;
4051
+ cn: number;
4052
+ co: number;
4053
+ cu: number;
4054
+ c0: number;
4055
+ cg: number;
4056
+ readonly ch: number;
4057
+ readonly cc: number;
3857
4058
  readonly cf: number;
3858
- readonly ca: number;
3859
- readonly cd: number;
3860
- readonly b5: number;
3861
- readonly cg: number;
3862
- b7: number;
3863
- b8: number;
4059
+ readonly b7: number;
4060
+ readonly ci: number;
3864
4061
  b9: number;
3865
- b6: number;
3866
- cq: number;
3867
- ck: number;
3868
- private ag;
3869
- bb: GridLayer;
4062
+ ca: number;
4063
+ cb: number;
4064
+ b8: number;
4065
+ cs: number;
4066
+ cm: number;
4067
+ private ah;
4068
+ bc: GridLayer;
4069
+ private r;
4070
+ aw: GridLayer;
4071
+ private j;
4072
+ ao: GridLayer;
4073
+ private l;
4074
+ aq: GridLayer;
4075
+ private ak;
4076
+ bf: GridLayer;
4077
+ private u;
4078
+ az: GridLayer;
4079
+ private o;
4080
+ at: GridLayer;
4081
+ private aa;
4082
+ a5: GridLayer;
3870
4083
  private q;
3871
4084
  av: GridLayer;
3872
- private i;
3873
- an: GridLayer;
3874
4085
  private k;
3875
4086
  ap: GridLayer;
3876
4087
  private aj;
3877
4088
  be: GridLayer;
3878
4089
  private t;
3879
4090
  ay: GridLayer;
3880
- private n;
3881
- as: GridLayer;
3882
- private z;
3883
- a4: GridLayer;
3884
- private p;
3885
- au: GridLayer;
3886
- private j;
3887
- ao: GridLayer;
3888
- private ai;
3889
- bd: GridLayer;
3890
4091
  private s;
3891
4092
  ax: GridLayer;
3892
- private r;
3893
- aw: GridLayer;
3894
- private ah;
3895
- bc: GridLayer;
4093
+ private ai;
4094
+ bd: GridLayer;
4095
+ private y;
4096
+ a3: GridLayer;
3896
4097
  private x;
3897
4098
  a2: GridLayer;
4099
+ private m;
4100
+ ar: GridLayer;
4101
+ private am;
4102
+ bh: GridLayer;
3898
4103
  private w;
3899
4104
  a1: GridLayer;
3900
- private l;
3901
- aq: GridLayer;
3902
- private al;
3903
- bg: GridLayer;
3904
4105
  private v;
3905
4106
  a0: GridLayer;
3906
- private u;
3907
- az: GridLayer;
3908
- private ak;
3909
- bf: GridLayer;
3910
- private m;
3911
- ar: GridLayer;
3912
- private y;
3913
- a3: GridLayer;
3914
- private o;
3915
- at: GridLayer;
3916
- private aa;
3917
- a5: GridLayer;
4107
+ private al;
4108
+ bg: GridLayer;
4109
+ private n;
4110
+ as: GridLayer;
4111
+ private z;
4112
+ a4: GridLayer;
4113
+ private p;
4114
+ au: GridLayer;
3918
4115
  private ab;
3919
4116
  a6: GridLayer;
3920
4117
  private ac;
@@ -3925,52 +4122,56 @@ export declare class VisualModel extends Base {
3925
4122
  a9: GridLayer;
3926
4123
  private af;
3927
4124
  ba: GridLayer;
3928
- private am;
3929
- bh: GridLayer;
3930
- private bi;
3931
- bj: IColumnGroupingVisualModelExport;
3932
- private c;
3933
- e(a: number, b: number): CellModel;
3934
- private bm;
3935
- bn: FastIterationDictionary$2<CellPath, List$1<CellModel>>;
3936
- b2: List$1<SectionInfo>;
3937
- bx: List$1<ColumnInfo>;
3938
- b1: List$1<ColumnInfo>;
3939
- br: boolean;
4125
+ private ag;
4126
+ bb: GridLayer;
4127
+ private an;
4128
+ bi: GridLayer;
4129
+ private bj;
4130
+ bk: IColumnGroupingVisualModelExport;
4131
+ b: PagerVisualModelExport;
4132
+ bl: IToolbarVisualModelExport;
4133
+ private d;
4134
+ f(a: number, b: number): CellModel;
4135
+ private bo;
4136
+ bp: FastIterationDictionary$2<CellPath, List$1<CellModel>>;
4137
+ b4: List$1<SectionInfo>;
4138
+ bz: List$1<ColumnInfo>;
4139
+ b3: List$1<ColumnInfo>;
3940
4140
  bt: boolean;
3941
- bq: boolean;
3942
- private bw;
3943
- b3: List$1<GridColumnSpacerCollection>;
3944
- bu: Dictionary$2<number, number>;
3945
- bl: RowPath;
3946
- bk: RowPath;
3947
- bs(): boolean;
3948
- private c6;
3949
- private f;
3950
- g(a: number): ColumnInfo;
3951
- c7(a: ColumnInfo): void;
4141
+ bv: boolean;
4142
+ bs: boolean;
4143
+ private by;
4144
+ b5: List$1<GridColumnSpacerCollection>;
4145
+ bw: Dictionary$2<number, number>;
4146
+ bn: RowPath;
4147
+ bm: RowPath;
4148
+ bu(): boolean;
4149
+ private c8;
4150
+ private g;
4151
+ h(a: number): ColumnInfo;
4152
+ c9(a: ColumnInfo): void;
3952
4153
  constructor();
3953
- private db;
3954
- private bv;
3955
- readonly b0: List$1<GridLayer>;
3956
- bo(): boolean;
3957
- da(): void;
3958
- c9(): void;
3959
- b(): VisualModelExport;
4154
+ private dd;
4155
+ private bx;
4156
+ readonly b2: List$1<GridLayer>;
4157
+ bq(): boolean;
4158
+ dc(): void;
4159
+ db(): void;
4160
+ c(): VisualModelExport;
3960
4161
  private a;
3961
- b4: List$1<number>;
3962
- cw: number;
4162
+ b6: List$1<number>;
4163
+ cy: number;
4164
+ c1: number;
3963
4165
  cz: number;
3964
- cx: number;
3965
- c0: number;
3966
- bp: boolean;
3967
- c4: number;
4166
+ c2: number;
4167
+ br: boolean;
4168
+ c6: number;
4169
+ c7: number;
3968
4170
  c5: number;
3969
- c3: number;
3970
- h(a: number, b: ColumnInfo, c: number, d: boolean, e: boolean): GridColumnSpacer;
3971
- c8(a: GridColumnSpacer): void;
3972
- bz(a: ColumnInfo): List$1<GridColumnSpacer>;
3973
- by(a: ColumnInfo): List$1<CellModel>;
3974
- d(a: number, b: number, c?: CellType): CellModel;
3975
- ct(): number;
4171
+ i(a: number, b: ColumnInfo, c: number, d: boolean, e: boolean): GridColumnSpacer;
4172
+ da(a: GridColumnSpacer): void;
4173
+ b1(a: ColumnInfo): List$1<GridColumnSpacer>;
4174
+ b0(a: ColumnInfo): List$1<CellModel>;
4175
+ e(a: number, b: number, c?: CellType): CellModel;
4176
+ cv(): number;
3976
4177
  }