igniteui-angular-data-grids 21.0.1 → 21.1.0-beta.1

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 (287) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +16132 -13283
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +39 -36
  17. package/esm2015/lib/CheckboxListBridge.js +44 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +492 -453
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8444 -7075
  21. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +11 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +8 -8
  33. package/esm2015/lib/EditorCell.js +291 -291
  34. package/esm2015/lib/EditorCellPresenter.js +26 -26
  35. package/esm2015/lib/FilterCell.js +269 -269
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +171 -154
  38. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
  39. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  40. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  41. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  43. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  44. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  45. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  46. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  47. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  48. package/esm2015/lib/GridExternalWrapper.js +12 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +382 -261
  50. package/esm2015/lib/GridIconRepository.js +94 -0
  51. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  52. package/esm2015/lib/GridStyleRepository.js +123 -115
  53. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  54. package/esm2015/lib/ICheckboxListView.js +11 -0
  55. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  56. package/esm2015/lib/ImageCell.js +57 -57
  57. package/esm2015/lib/ImageCellPresenter.js +15 -15
  58. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  59. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  60. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  61. package/esm2015/lib/NumericCell.js +8 -8
  62. package/esm2015/lib/NumericCellPresenter.js +9 -9
  63. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  64. package/esm2015/lib/SectionHeaderCell.js +22 -10
  65. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  66. package/esm2015/lib/SummaryCell.js +47 -38
  67. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  68. package/esm2015/lib/TemplateCell.js +16 -16
  69. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  70. package/esm2015/lib/TemplateHeader.js +5 -5
  71. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  72. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  73. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  74. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  75. package/esm2015/lib/TextCell.js +29 -29
  76. package/esm2015/lib/TextCellPresenter.js +10 -10
  77. package/esm2015/lib/TextHeaderCell.js +188 -153
  78. package/esm2015/lib/TextHeaderCellPresenter.js +61 -39
  79. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  80. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  81. package/esm2015/lib/igx-cell-info.js +115 -91
  82. package/esm2015/lib/igx-checkbox-list-component.js +64 -54
  83. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  84. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  85. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  86. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  87. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  88. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  89. package/esm2015/lib/igx-data-grid-column-component.js +305 -163
  90. package/esm2015/lib/igx-data-grid-component.js +186 -2
  91. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +116 -28
  92. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  93. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  94. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  95. package/esm2015/lib/igx-definition-base-component.js +8 -8
  96. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  97. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  98. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  99. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  101. package/esm2015/lib/igx-header-component.js +16 -16
  102. package/esm2015/lib/igx-image-cell-info.js +6 -6
  103. package/esm2015/lib/igx-image-column-component.js +10 -10
  104. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  106. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  107. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  108. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  110. package/esm2015/lib/igx-section-header-component.js +55 -17
  111. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  112. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  113. package/esm2015/lib/igx-summary-row-component.js +16 -16
  114. package/esm2015/lib/igx-template-cell-info.js +2 -2
  115. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  116. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  117. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  118. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  119. package/esm2015/lib/igx-text-cell-info.js +2 -2
  120. package/esm2015/lib/igx-text-column-component.js +8 -8
  121. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  122. package/esm2015/lib/igx-text-header-cell-info.js +80 -24
  123. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  124. package/esm2015/public_api.js +2 -0
  125. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  126. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  127. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasGridCellBase.js +13 -13
  129. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  130. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  131. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  132. package/esm5/lib/CanvasSummaryCell.js +2 -2
  133. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  134. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  135. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  136. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  137. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  138. package/esm5/lib/CellPresenterBase.js +39 -36
  139. package/esm5/lib/CheckboxListBridge.js +44 -36
  140. package/esm5/lib/CheckboxListView_combined.js +476 -433
  141. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  142. package/esm5/lib/ColumnFilterCondition_combined.js +8422 -6824
  143. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  144. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  145. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  146. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  147. package/esm5/lib/ContentCellModelHelper.js +10 -10
  148. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  149. package/esm5/lib/DataGridLocaleEn.js +11 -0
  150. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  151. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  152. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  153. package/esm5/lib/Dragger.js +4 -4
  154. package/esm5/lib/DraggerView.js +8 -8
  155. package/esm5/lib/EditorCell.js +277 -277
  156. package/esm5/lib/EditorCellPresenter.js +26 -26
  157. package/esm5/lib/FilterCell.js +259 -259
  158. package/esm5/lib/FilterCellPresenter.js +15 -15
  159. package/esm5/lib/GridCellBase.js +168 -147
  160. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  161. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  162. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  163. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  164. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  165. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  166. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  167. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  168. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  169. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  170. package/esm5/lib/GridExternalWrapper.js +12 -6
  171. package/esm5/lib/GridFilterDialogView_combined.js +400 -247
  172. package/esm5/lib/GridIconRepository.js +98 -0
  173. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  174. package/esm5/lib/GridStyleRepository.js +127 -115
  175. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  176. package/esm5/lib/ICheckboxListView.js +11 -0
  177. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  178. package/esm5/lib/ImageCell.js +57 -57
  179. package/esm5/lib/ImageCellPresenter.js +15 -15
  180. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  181. package/esm5/lib/NativeUIComboFactory.js +1 -1
  182. package/esm5/lib/NativeUIGridFactory.js +2 -2
  183. package/esm5/lib/NumericCell.js +8 -8
  184. package/esm5/lib/NumericCellPresenter.js +9 -9
  185. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  186. package/esm5/lib/SectionHeaderCell.js +22 -10
  187. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  188. package/esm5/lib/SummaryCell.js +47 -38
  189. package/esm5/lib/SummaryCellPresenter.js +10 -10
  190. package/esm5/lib/TemplateCell.js +16 -16
  191. package/esm5/lib/TemplateCellPresenter.js +3 -3
  192. package/esm5/lib/TemplateHeader.js +5 -5
  193. package/esm5/lib/TemplateHeaderCell.js +5 -5
  194. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  195. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  196. package/esm5/lib/TemplateSectionHeader.js +1 -1
  197. package/esm5/lib/TextCell.js +29 -29
  198. package/esm5/lib/TextCellPresenter.js +10 -10
  199. package/esm5/lib/TextHeaderCell.js +186 -151
  200. package/esm5/lib/TextHeaderCellPresenter.js +61 -39
  201. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  202. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  203. package/esm5/lib/igx-cell-info.js +127 -91
  204. package/esm5/lib/igx-checkbox-list-component.js +67 -53
  205. package/esm5/lib/igx-column-chooser-component.js +1 -1
  206. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  207. package/esm5/lib/igx-column-pinning-component.js +1 -1
  208. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  209. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  210. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  211. package/esm5/lib/igx-data-grid-column-component.js +365 -163
  212. package/esm5/lib/igx-data-grid-component.js +244 -2
  213. package/esm5/lib/igx-data-grid-filter-dialog-component.js +144 -28
  214. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  215. package/esm5/lib/igx-date-time-column-component.js +20 -20
  216. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-definition-base-component.js +8 -8
  218. package/esm5/lib/igx-editor-cell-info.js +23 -23
  219. package/esm5/lib/igx-filter-cell-info.js +26 -26
  220. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  221. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  222. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  223. package/esm5/lib/igx-header-component.js +16 -16
  224. package/esm5/lib/igx-image-cell-info.js +6 -6
  225. package/esm5/lib/igx-image-column-component.js +10 -10
  226. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  227. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  228. package/esm5/lib/igx-numeric-column-component.js +47 -31
  229. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  230. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  231. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  232. package/esm5/lib/igx-section-header-component.js +71 -17
  233. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-summary-cell-info.js +9 -9
  235. package/esm5/lib/igx-summary-row-component.js +16 -16
  236. package/esm5/lib/igx-template-cell-info.js +2 -2
  237. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  239. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  240. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  241. package/esm5/lib/igx-text-cell-info.js +2 -2
  242. package/esm5/lib/igx-text-column-component.js +8 -8
  243. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  244. package/esm5/lib/igx-text-header-cell-info.js +108 -24
  245. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  246. package/esm5/public_api.js +2 -0
  247. package/fesm2015/igniteui-angular-data-grids.js +16030 -13672
  248. package/fesm5/igniteui-angular-data-grids.js +16132 -13285
  249. package/lib/CheckboxListExternal.d.ts +2 -0
  250. package/lib/CheckboxListView_combined.d.ts +117 -113
  251. package/lib/ColumnFilterCondition_combined.d.ts +1833 -1680
  252. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  253. package/lib/DataGridLocaleEn.d.ts +11 -0
  254. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  255. package/lib/EditorCell.d.ts +67 -67
  256. package/lib/FilterCell.d.ts +55 -55
  257. package/lib/GridCellBase.d.ts +64 -61
  258. package/lib/GridExternalWrapper.d.ts +2 -0
  259. package/lib/GridFilterDialogView_combined.d.ts +102 -79
  260. package/lib/GridIconRepository.d.ts +44 -0
  261. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  262. package/lib/GridStyleRepository.d.ts +3 -2
  263. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  264. package/lib/ICheckboxListView.d.ts +38 -0
  265. package/lib/ImageCell.d.ts +17 -17
  266. package/lib/NumericCell.d.ts +2 -2
  267. package/lib/SectionHeaderCell.d.ts +5 -3
  268. package/lib/SummaryCell.d.ts +11 -9
  269. package/lib/TemplateCell.d.ts +5 -5
  270. package/lib/TemplateHeader.d.ts +1 -1
  271. package/lib/TemplateHeaderCell.d.ts +2 -2
  272. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  273. package/lib/TemplateSectionHeader.d.ts +1 -1
  274. package/lib/TextCell.d.ts +7 -7
  275. package/lib/TextHeaderCell.d.ts +30 -30
  276. package/lib/VerticalSeparatorCell.d.ts +8 -8
  277. package/lib/igx-cell-info.d.ts +15 -0
  278. package/lib/igx-checkbox-list-component.d.ts +6 -1
  279. package/lib/igx-data-grid-column-component.d.ts +46 -1
  280. package/lib/igx-data-grid-component.d.ts +73 -1
  281. package/lib/igx-data-grid-filter-dialog-component.d.ts +37 -1
  282. package/lib/igx-numeric-cell-info.d.ts +6 -0
  283. package/lib/igx-numeric-column-component.d.ts +8 -1
  284. package/lib/igx-section-header-component.d.ts +15 -1
  285. package/lib/igx-text-header-cell-info.d.ts +18 -0
  286. package/package.json +4 -4
  287. package/public_api.d.ts +2 -0
@@ -268,6 +268,8 @@ export interface IExternalGrid {
268
268
  setScrollbarColor(a: Brush): void;
269
269
  setClipboardText(a: string): void;
270
270
  setBackground(a: Brush): void;
271
+ moveFocusPrevious(): void;
272
+ moveFocusNext(): void;
271
273
  }
272
274
  /**
273
275
  * @hidden
@@ -492,24 +494,25 @@ export declare abstract class CellModel extends Base {
492
494
  private static d2;
493
495
  private static d1;
494
496
  private static by;
495
- static f7(a: string): number;
497
+ static f9(a: string): number;
496
498
  s: ICellPresenter;
497
- static hk: number;
499
+ static hn: number;
498
500
  private t;
499
501
  get u(): ModelStates;
500
502
  set u(a: ModelStates);
501
- private ij;
502
- get k8(): string;
503
- set k8(a: string);
503
+ private im;
504
+ get ld(): string;
505
+ set ld(a: string);
504
506
  private k;
505
- static g6: number;
507
+ static g8: number;
506
508
  get l(): CellPath;
507
509
  set l(a: CellPath);
508
510
  private al;
509
- static fr: number;
511
+ static fs: number;
510
512
  get a1(): boolean;
511
513
  set a1(a: boolean);
512
- fp: number;
514
+ fq: number;
515
+ get fo(): number;
513
516
  bn: boolean;
514
517
  bs: boolean;
515
518
  a7: boolean;
@@ -522,21 +525,21 @@ export declare abstract class CellModel extends Base {
522
525
  e: IGridInfoRequestor;
523
526
  d: ICellModelExportUpdater;
524
527
  private an;
525
- static gg: number;
528
+ static gi: number;
526
529
  get a4(): boolean;
527
530
  set a4(a: boolean);
528
531
  private b5;
529
532
  static fb: number;
530
533
  get cr(): number;
531
534
  set cr(a: number);
532
- private mu;
535
+ private mz;
533
536
  static e7: number;
534
- get ng(): Brush;
535
- set ng(a: Brush);
536
- private mv;
537
+ get nn(): Brush;
538
+ set nn(a: Brush);
539
+ private m0;
537
540
  static fa: number;
538
- get nh(): Brush;
539
- set nh(a: Brush);
541
+ get no(): Brush;
542
+ set no(a: Brush);
540
543
  private dn;
541
544
  static fd: number;
542
545
  get fc(): number;
@@ -545,93 +548,93 @@ export declare abstract class CellModel extends Base {
545
548
  static e9: number;
546
549
  get e8(): number;
547
550
  set e8(a: number);
548
- private ny;
551
+ private n7;
549
552
  static fn: number;
550
- get nz(): Rect;
551
- set nz(a: Rect);
552
- static readonly gm: number;
553
+ get n8(): Rect;
554
+ set n8(a: Rect);
555
+ static readonly go: number;
553
556
  private au;
554
557
  get bh(): boolean;
555
558
  set bh(a: boolean);
556
559
  private ax;
557
- static go: number;
560
+ static gq: number;
558
561
  get bo(): boolean;
559
562
  set bo(a: boolean);
560
563
  private ay;
561
- static gp: number;
564
+ static gr: number;
562
565
  get bp(): boolean;
563
566
  set bp(a: boolean);
564
567
  private aw;
565
- static gn: number;
568
+ static gp: number;
566
569
  get bk(): boolean;
567
570
  set bk(a: boolean);
568
571
  private as;
569
- static gl: number;
572
+ static gn: number;
570
573
  get bf(): boolean;
571
574
  set bf(a: boolean);
572
575
  private d0;
573
- static gf: number;
574
- get ge(): number;
575
- set ge(a: number);
576
+ static gh: number;
577
+ get gg(): number;
578
+ set gg(a: number);
576
579
  private bv;
577
580
  a8(a: string): boolean;
578
581
  bc(propertyId_: number): boolean;
579
582
  bb(a: string): boolean;
580
583
  private dt;
581
584
  private a;
582
- l7(propertyId_: number): void;
583
- l4(): void;
584
- l8(a: string): void;
585
+ mc(propertyId_: number): void;
586
+ l9(): void;
587
+ md(a: string): void;
585
588
  private am;
586
589
  get a2(): boolean;
587
590
  set a2(a: boolean);
588
591
  private a0;
589
- protected mf(a: string, b: number, c: any, d: any): void;
592
+ protected mk(a: string, b: number, c: any, d: any): void;
590
593
  protected bu(a: string): boolean;
591
- protected mi(a: string, b: any, c: any): void;
594
+ protected mn(a: string, b: any, c: any): void;
595
+ private ml;
596
+ private mf;
592
597
  private mg;
593
- private ma;
594
- private mb;
595
- private mc;
596
- private md;
597
598
  private mh;
598
- private me;
599
- private nm;
600
- mk(): void;
601
- protected ml(): void;
599
+ private mi;
600
+ private mm;
601
+ private mj;
602
+ private nu;
603
+ mp(): void;
604
+ protected mq(): void;
602
605
  private bx;
603
- mn(a: string, b: any): void;
606
+ ms(a: string, b: any): void;
604
607
  a3(a: string): boolean;
605
- mj(a: string): void;
606
- ic(a: string): any;
608
+ mo(a: string): void;
609
+ ig(a: string): any;
607
610
  private q;
608
611
  get r(): GridLayer;
609
612
  set r(a: GridLayer);
610
- static hb: number;
611
- private ib;
612
- get ig(): any;
613
- set ig(a: any);
614
- static readonly h7: number;
613
+ static hd: number;
614
+ private ie;
615
+ get ij(): any;
616
+ set ij(a: any);
617
+ static readonly ia: number;
615
618
  private cm;
616
619
  get c8(): number;
617
620
  set c8(a: number);
618
- static readonly h8: number;
621
+ static readonly ib: number;
619
622
  private cn;
620
623
  get c9(): number;
621
624
  set c9(a: number);
622
- static readonly hf: number;
625
+ static readonly hi: number;
623
626
  private d7;
624
- get he(): number;
625
- set he(a: number);
626
- static readonly hh: number;
627
+ get hh(): number;
628
+ set hh(a: number);
629
+ static readonly hk: number;
627
630
  private d8;
628
- get hg(): number;
629
- set hg(a: number);
630
- static readonly fv: number;
631
+ get hj(): number;
632
+ set hj(a: number);
633
+ static readonly fw: number;
631
634
  private b7;
632
635
  get ct(): number;
633
636
  set ct(a: number);
634
- static readonly fo: number;
637
+ static readonly fp: number;
635
638
  private b6;
636
639
  get cs(): number;
637
640
  set cs(a: number);
@@ -639,7 +642,7 @@ export declare abstract class CellModel extends Base {
639
642
  private b3;
640
643
  get cp(): number;
641
644
  set cp(a: number);
642
- static readonly gw: number;
645
+ static readonly gy: number;
643
646
  private cb;
644
647
  get cx(): number;
645
648
  set cx(a: number);
@@ -647,40 +650,40 @@ export declare abstract class CellModel extends Base {
647
650
  private b4;
648
651
  get cq(): number;
649
652
  set cq(a: number);
650
- static readonly gs: number;
651
- l9(): void;
653
+ static readonly gu: number;
654
+ me(): void;
652
655
  private b9;
653
656
  get cv(): number;
654
657
  set cv(a: number);
655
- static readonly h0: number;
658
+ static readonly h3: number;
656
659
  private cj;
657
660
  get c5(): number;
658
661
  set c5(a: number);
659
- static readonly gt: number;
662
+ static readonly gv: number;
660
663
  private ca;
661
664
  get cw(): number;
662
665
  set cw(a: number);
663
- static readonly h1: number;
666
+ static readonly h4: number;
664
667
  private ck;
665
668
  get c6(): number;
666
669
  set c6(a: number);
667
- static readonly f9: number;
670
+ static readonly gb: number;
668
671
  private dz;
669
- get f8(): number;
670
- set f8(a: number);
671
- static readonly h6: number;
672
+ get ga(): number;
673
+ set ga(a: number);
674
+ static readonly h9: number;
672
675
  private d9;
673
- get h5(): number;
674
- set h5(a: number);
675
- static readonly gq: number;
676
+ get h8(): number;
677
+ set h8(a: number);
678
+ static readonly gs: number;
676
679
  private az;
677
680
  get br(): boolean;
678
681
  set br(a: boolean);
679
- static readonly gv: number;
682
+ static readonly gx: number;
680
683
  private v;
681
684
  get w(): ModelTypes;
682
685
  set w(a: ModelTypes);
683
- static readonly hd: number;
686
+ static readonly hf: number;
684
687
  private cd;
685
688
  get cz(): number;
686
689
  set cz(a: number);
@@ -688,106 +691,110 @@ export declare abstract class CellModel extends Base {
688
691
  private b2;
689
692
  get co(): number;
690
693
  set co(a: number);
691
- static readonly gc: number;
694
+ static readonly ge: number;
692
695
  private b8;
693
696
  get cu(): number;
694
697
  set cu(a: number);
695
698
  private av;
696
699
  get bi(): boolean;
697
700
  set bi(a: boolean);
698
- static readonly ga: number;
701
+ static readonly gc: number;
699
702
  private f;
700
703
  get g(): CellContentHorizontalAlignment;
701
704
  set g(a: CellContentHorizontalAlignment);
702
- static readonly h3: number;
705
+ static readonly h6: number;
703
706
  private h;
704
707
  get i(): CellContentVerticalAlignment;
705
708
  set i(a: CellContentVerticalAlignment);
706
709
  static readonly e6: number;
707
- private mt;
708
- get nf(): Brush;
709
- set nf(a: Brush);
710
+ private my;
711
+ get nm(): Brush;
712
+ set nm(a: Brush);
710
713
  static readonly fi: number;
711
- private mw;
712
- get ni(): Brush;
713
- set ni(a: Brush);
714
+ private m1;
715
+ get np(): Brush;
716
+ set np(a: Brush);
714
717
  static readonly ek: number;
715
- private mq;
716
- get nc(): Brush;
717
- set nc(a: Brush);
718
+ private mv;
719
+ get nj(): Brush;
720
+ set nj(a: Brush);
718
721
  static readonly ep: number;
719
- private mr;
720
- get nd(): Brush;
721
- set nd(a: Brush);
722
- static readonly ee: number;
723
- private mp;
724
- get nb(): Brush;
725
- set nb(a: Brush);
726
- static readonly f0: number;
727
- private my;
722
+ private mw;
728
723
  get nk(): Brush;
729
724
  set nk(a: Brush);
730
- static readonly hc: number;
731
- private m4;
725
+ static readonly ee: number;
726
+ private mu;
727
+ get ni(): Brush;
728
+ set ni(a: Brush);
729
+ static readonly f1: number;
730
+ private m3;
732
731
  get nr(): Brush;
733
732
  set nr(a: Brush);
734
- static readonly gb: number;
735
- private m0;
736
- get nn(): Brush;
737
- set nn(a: Brush);
733
+ static readonly he: number;
734
+ private na;
735
+ get nz(): Brush;
736
+ set nz(a: Brush);
737
+ static readonly hg: number;
738
+ private nb;
739
+ get n0(): Brush;
740
+ set n0(a: Brush);
738
741
  static readonly gd: number;
739
- private m1;
740
- get no(): Brush;
741
- set no(a: Brush);
742
- static readonly hj: number;
743
- private m5;
744
- get ns(): Brush;
745
- set ns(a: Brush);
746
- static readonly hl: number;
747
742
  private m6;
743
+ get nv(): Brush;
744
+ set nv(a: Brush);
745
+ static readonly gf: number;
746
+ private m7;
747
+ get nw(): Brush;
748
+ set nw(a: Brush);
749
+ static readonly hm: number;
750
+ private nc;
751
+ get n1(): Brush;
752
+ set n1(a: Brush);
753
+ static readonly ho: number;
754
+ private nd;
755
+ get n2(): Brush;
756
+ set n2(a: Brush);
757
+ static readonly ha: number;
758
+ private m9;
759
+ get ny(): Brush;
760
+ set ny(a: Brush);
761
+ private m8;
762
+ static readonly gt: number;
763
+ get nx(): Brush;
764
+ set nx(a: Brush);
765
+ private m5;
766
+ static readonly f7: number;
748
767
  get nt(): Brush;
749
768
  set nt(a: Brush);
750
- static readonly g8: number;
751
- private m3;
752
- get nq(): Brush;
753
- set nq(a: Brush);
754
- private m2;
755
- static readonly gr: number;
756
- get np(): Brush;
757
- set np(a: Brush);
758
- private mz;
759
- static readonly f5: number;
760
- get nl(): Brush;
761
- set nl(a: Brush);
762
- static readonly g9: number;
769
+ static readonly hb: number;
763
770
  private cc;
764
771
  get cy(): number;
765
772
  set cy(a: number);
766
- static readonly gx: number;
767
- private ia;
768
- get ie(): any;
769
- set ie(a: any);
770
- static readonly ha: number;
771
- private ii;
772
- get kx(): string;
773
- set kx(a: string);
774
- static readonly h2: number;
775
- private io;
776
- get lt(): string;
777
- set lt(a: string);
778
- static readonly hy: number;
779
- private na;
780
- get nx(): Brush;
781
- set nx(a: Brush);
773
+ static readonly gz: number;
774
+ private id;
775
+ get ii(): any;
776
+ set ii(a: any);
777
+ static readonly hc: number;
778
+ private il;
779
+ get k1(): string;
780
+ set k1(a: string);
781
+ static readonly h5: number;
782
+ private ir;
783
+ get ly(): string;
784
+ set ly(a: string);
785
+ static readonly h1: number;
786
+ private nh;
787
+ get n6(): Brush;
788
+ set n6(a: Brush);
782
789
  static readonly e5: number;
783
- private ms;
784
- get ne(): Brush;
785
- set ne(a: Brush);
786
- static readonly fq: number;
787
790
  private mx;
788
- get nj(): Brush;
789
- set nj(a: Brush);
790
- static readonly f6: number;
791
+ get nl(): Brush;
792
+ set nl(a: Brush);
793
+ static readonly fr: number;
794
+ private m2;
795
+ get nq(): Brush;
796
+ set nq(a: Brush);
797
+ static readonly f8: number;
791
798
  private af;
792
799
  get aj(): FontInfo;
793
800
  set aj(a: FontInfo);
@@ -795,82 +802,82 @@ export declare abstract class CellModel extends Base {
795
802
  private ad;
796
803
  get ah(): FontInfo;
797
804
  set ah(a: FontInfo);
798
- static readonly hx: number;
799
- private im;
800
- get lk(): string;
801
- set lk(a: string);
802
- static readonly hv: number;
803
- private m9;
804
- get nw(): Brush;
805
- set nw(a: Brush);
806
- static readonly hw: number;
805
+ static readonly h0: number;
806
+ private iq;
807
+ get lp(): string;
808
+ set lp(a: string);
809
+ static readonly hy: number;
810
+ private ng;
811
+ get n5(): Brush;
812
+ set n5(a: Brush);
813
+ static readonly hz: number;
807
814
  private ag;
808
815
  get ak(): FontInfo;
809
816
  set ak(a: FontInfo);
810
- static readonly ho: number;
811
- private il;
812
- get lc(): string;
813
- set lc(a: string);
814
- static readonly hm: number;
815
- private ik;
816
- get k9(): string;
817
- set k9(a: string);
818
- static readonly hp: number;
819
- private m8;
820
- get nv(): Brush;
821
- set nv(a: Brush);
822
- static readonly hn: number;
823
- private m7;
824
- get nu(): Brush;
825
- set nu(a: Brush);
826
817
  static readonly hr: number;
818
+ private ip;
819
+ get lh(): string;
820
+ set lh(a: string);
821
+ static readonly hp: number;
822
+ private io;
823
+ get le(): string;
824
+ set le(a: string);
825
+ static readonly hs: number;
826
+ private nf;
827
+ get n4(): Brush;
828
+ set n4(a: Brush);
829
+ static readonly hq: number;
830
+ private ne;
831
+ get n3(): Brush;
832
+ set n3(a: Brush);
833
+ static readonly hu: number;
827
834
  private cf;
828
835
  get c1(): number;
829
836
  set c1(a: number);
830
- static readonly hs: number;
837
+ static readonly hv: number;
831
838
  private cg;
832
839
  get c2(): number;
833
840
  set c2(a: number);
834
- static readonly ht: number;
841
+ static readonly hw: number;
835
842
  private ch;
836
843
  get c3(): number;
837
844
  set c3(a: number);
838
- static readonly hq: number;
845
+ static readonly ht: number;
839
846
  private ce;
840
847
  get c0(): number;
841
848
  set c0(a: number);
842
- static readonly hu: number;
849
+ static readonly hx: number;
843
850
  private ci;
844
851
  get c4(): number;
845
852
  set c4(a: number);
846
- static readonly hz: number;
853
+ static readonly h2: number;
847
854
  private z;
848
855
  get aa(): TextCellDecoration;
849
856
  set aa(a: TextCellDecoration);
850
- static readonly gu: number;
857
+ static readonly gw: number;
851
858
  private ab;
852
859
  get ac(): TextCellLineBreakMode;
853
860
  set ac(a: TextCellLineBreakMode);
854
- static readonly h4: number;
861
+ static readonly h7: number;
855
862
  private cl;
856
863
  get c7(): number;
857
864
  set c7(a: number);
858
- static readonly g1: number;
865
+ static readonly g3: number;
859
866
  private d4;
860
- get g0(): number;
861
- set g0(a: number);
862
- static readonly g5: number;
867
+ get g2(): number;
868
+ set g2(a: number);
869
+ static readonly g7: number;
863
870
  private d6;
871
+ get g6(): number;
872
+ set g6(a: number);
873
+ static readonly g5: number;
874
+ private d5;
864
875
  get g4(): number;
865
876
  set g4(a: number);
866
- static readonly g3: number;
867
- private d5;
868
- get g2(): number;
869
- set g2(a: number);
870
- static readonly gz: number;
877
+ static readonly g1: number;
871
878
  private d3;
872
- get gy(): number;
873
- set gy(a: number);
879
+ get g0(): number;
880
+ set g0(a: number);
874
881
  static readonly e0: number;
875
882
  private dj;
876
883
  get ez(): number;
@@ -919,22 +926,22 @@ export declare abstract class CellModel extends Base {
919
926
  private da;
920
927
  get ea(): number;
921
928
  set ea(a: number);
922
- static readonly fz: number;
929
+ static readonly f0: number;
923
930
  private dw;
924
- get fy(): number;
925
- set fy(a: number);
926
- static readonly f4: number;
931
+ get fz(): number;
932
+ set fz(a: number);
933
+ static readonly f5: number;
927
934
  private dy;
928
- get f3(): number;
929
- set f3(a: number);
930
- static readonly f2: number;
935
+ get f4(): number;
936
+ set f4(a: number);
937
+ static readonly f3: number;
931
938
  private dx;
932
- get f1(): number;
933
- set f1(a: number);
934
- static readonly fx: number;
939
+ get f2(): number;
940
+ set f2(a: number);
941
+ static readonly fy: number;
935
942
  private dv;
936
- get fw(): number;
937
- set fw(a: number);
943
+ get fx(): number;
944
+ set fx(a: number);
938
945
  static readonly eo: number;
939
946
  private df;
940
947
  get en(): number;
@@ -951,63 +958,67 @@ export declare abstract class CellModel extends Base {
951
958
  private de;
952
959
  get el(): number;
953
960
  set el(a: number);
954
- static readonly hi: number;
961
+ static readonly hl: number;
955
962
  private m;
956
963
  get n(): ColumnSortDirection;
957
964
  set n(a: ColumnSortDirection);
958
- static readonly gk: number;
965
+ static readonly gm: number;
959
966
  private ar;
960
967
  get be(): boolean;
961
968
  set be(a: boolean);
962
- static readonly gh: number;
969
+ static readonly gj: number;
963
970
  private ao;
964
971
  get a6(): boolean;
965
972
  set a6(a: boolean);
966
- static readonly g7: number;
973
+ static readonly f6: number;
974
+ private m4;
975
+ get ns(): Brush;
976
+ set ns(a: Brush);
977
+ static readonly g9: number;
967
978
  private x;
968
979
  get y(): PinnedPositions;
969
980
  set y(a: PinnedPositions);
970
- static readonly ft: number;
981
+ static readonly fu: number;
971
982
  private ae;
972
983
  get ai(): FontInfo;
973
984
  set ai(a: FontInfo);
974
- static readonly gj: number;
985
+ static readonly gl: number;
975
986
  private aq;
976
987
  get bd(): boolean;
977
988
  set bd(a: boolean);
978
- static readonly gi: number;
989
+ static readonly gk: number;
979
990
  private ap;
980
991
  get ba(): boolean;
981
992
  set ba(a: boolean);
982
- static readonly fs: number;
983
- private ih;
984
- get jp(): string;
985
- set jp(a: string);
993
+ static readonly ft: number;
994
+ private ik;
995
+ get js(): string;
996
+ set js(a: string);
986
997
  bj: boolean;
987
998
  private du;
988
- get fu(): number;
989
- set fu(a: number);
999
+ get fv(): number;
1000
+ set fv(a: number);
990
1001
  private at;
991
1002
  get bg(): boolean;
992
1003
  set bg(a: boolean);
993
- h9: number;
994
- l2(): void;
995
- protected l3(): void;
1004
+ ic: number;
1005
+ l7(): void;
1006
+ protected l8(): void;
996
1007
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
997
1008
  b(a: CellModelExport): CellModelExport;
998
1009
  private static bz;
999
- protected l6(): void;
1010
+ protected mb(): void;
1000
1011
  private static bw;
1001
1012
  private b0;
1002
- protected l5(): void;
1003
- l0(a: string): Type;
1004
- mo(a: string, b: any): void;
1005
- id(a: string): any;
1006
- mm(a: string, b: any): void;
1013
+ protected ma(): void;
1014
+ l5(a: string): Type;
1015
+ mt(a: string, b: any): void;
1016
+ ih(a: string): any;
1017
+ mr(a: string, b: any): void;
1007
1018
  cellReconciling: (model: CellModel) => void;
1008
1019
  bq(a: DataSourceRowType): boolean;
1009
- j0(): string;
1010
- l1(a: List$1<GridConditionalStyle>): void;
1020
+ j4(): string;
1021
+ l6(a: List$1<GridConditionalStyle>): void;
1011
1022
  }
1012
1023
  /**
1013
1024
  * @hidden
@@ -1015,42 +1026,42 @@ export declare abstract class CellModel extends Base {
1015
1026
  export declare class DateTimeCellModel extends CellModel {
1016
1027
  static $t: Type;
1017
1028
  constructor();
1018
- static readonly oc: number;
1029
+ static readonly ol: number;
1030
+ private oi;
1031
+ get oj(): Date;
1032
+ set oj(a: Date);
1033
+ static readonly oo: number;
1034
+ private ou;
1035
+ get o0(): string;
1036
+ set o0(a: string);
1037
+ static readonly on: number;
1019
1038
  private n9;
1020
- get oa(): Date;
1021
- set oa(a: Date);
1022
- static readonly of: number;
1023
- private ol;
1024
- get or(): string;
1025
- set or(a: string);
1026
- static readonly oe: number;
1027
- private n0;
1028
- get n1(): any[];
1029
- set n1(a: any[]);
1030
- n2: BindingFormatter;
1031
- private oj;
1032
- static readonly od: number;
1039
+ get oa(): any[];
1040
+ set oa(a: any[]);
1041
+ ob: BindingFormatter;
1042
+ private os;
1043
+ static readonly om: number;
1033
1044
  private _formatOverride;
1034
- get ok(): any;
1035
- set ok(a: any);
1036
- static readonly ob: number;
1037
- private n5;
1038
- get n6(): DateTimeFormats;
1039
- set n6(a: DateTimeFormats);
1040
- oo(a: Date): string;
1041
- j0(): string;
1042
- static readonly og: number;
1043
- private n3;
1044
- get n4(): DateTimeColumnValueFormatter;
1045
- set n4(a: DateTimeColumnValueFormatter);
1046
- static readonly oh: number;
1047
- private n7;
1048
- get n8(): boolean;
1049
- set n8(a: boolean);
1050
- protected mi(a: string, b: any, c: any): void;
1051
- mo(a: string, b: any): void;
1052
- l0(a: string): Type;
1053
- id(a: string): any;
1045
+ get ot(): any;
1046
+ set ot(a: any);
1047
+ static readonly ok: number;
1048
+ private oe;
1049
+ get of(): DateTimeFormats;
1050
+ set of(a: DateTimeFormats);
1051
+ ox(a: Date): string;
1052
+ j4(): string;
1053
+ static readonly op: number;
1054
+ private oc;
1055
+ get od(): DateTimeColumnValueFormatter;
1056
+ set od(a: DateTimeColumnValueFormatter);
1057
+ static readonly oq: number;
1058
+ private og;
1059
+ get oh(): boolean;
1060
+ set oh(a: boolean);
1061
+ protected mn(a: string, b: any, c: any): void;
1062
+ mt(a: string, b: any): void;
1063
+ l5(a: string): Type;
1064
+ ih(a: string): any;
1054
1065
  b(a: CellModelExport): CellModelExport;
1055
1066
  }
1056
1067
  /**
@@ -1059,102 +1070,102 @@ export declare class DateTimeCellModel extends CellModel {
1059
1070
  export declare class EditorCellModel extends CellModel {
1060
1071
  static $t: Type;
1061
1072
  constructor();
1062
- private of;
1063
- private oe;
1064
- private n9;
1073
+ private oo;
1074
+ private on;
1075
+ private oi;
1076
+ static oy: number;
1077
+ get ol(): boolean;
1078
+ private od;
1079
+ static ov: number;
1080
+ get oe(): CellModel;
1081
+ set oe(a: CellModel);
1082
+ private ob;
1065
1083
  static op: number;
1066
- get oc(): boolean;
1067
- private n4;
1068
- static om: number;
1069
- get n5(): CellModel;
1070
- set n5(a: CellModel);
1071
- private n2;
1072
- static og: number;
1073
- get n3(): DataSourceSchemaPropertyType;
1074
- set n3(a: DataSourceSchemaPropertyType);
1075
- private oy;
1076
- static on: number;
1077
- get o8(): string;
1078
- set o8(a: string);
1079
- ov: any;
1080
- private n6;
1081
- static ok: number;
1082
- get n7(): EditorType;
1083
- set n7(a: EditorType);
1084
- private ot;
1085
- static oi: number;
1086
- get ou(): any;
1087
- set ou(a: any);
1088
- private ox;
1089
- static oj: number;
1090
- get o3(): string;
1091
- set o3(a: string);
1092
- private n0;
1093
- static ol: number;
1094
- get n1(): string[];
1095
- set n1(a: string[]);
1096
- static oo: number;
1097
- private n8;
1098
- get ob(): boolean;
1099
- set ob(a: boolean);
1100
- static oh: number;
1101
- private ow;
1102
- get o0(): string;
1103
- set o0(a: string);
1104
- static readonly oq: number;
1105
- private oa;
1106
- get od(): boolean;
1107
- set od(a: boolean);
1108
- get os(): number;
1109
- get or(): number;
1110
- protected ml(): void;
1111
- protected mi(a: string, b: any, c: any): void;
1112
- l0(a: string): Type;
1113
- mo(a: string, b: any): void;
1114
- id(a: string): any;
1084
+ get oc(): DataSourceSchemaPropertyType;
1085
+ set oc(a: DataSourceSchemaPropertyType);
1086
+ private o7;
1087
+ static ow: number;
1088
+ get ph(): string;
1089
+ set ph(a: string);
1090
+ o4: any;
1091
+ private of;
1092
+ static ot: number;
1093
+ get og(): EditorType;
1094
+ set og(a: EditorType);
1095
+ private o2;
1096
+ static or: number;
1097
+ get o3(): any;
1098
+ set o3(a: any);
1099
+ private o6;
1100
+ static os: number;
1101
+ get pc(): string;
1102
+ set pc(a: string);
1103
+ private n9;
1104
+ static ou: number;
1105
+ get oa(): string[];
1106
+ set oa(a: string[]);
1107
+ static ox: number;
1108
+ private oh;
1109
+ get ok(): boolean;
1110
+ set ok(a: boolean);
1111
+ static oq: number;
1112
+ private o5;
1113
+ get o9(): string;
1114
+ set o9(a: string);
1115
+ static readonly oz: number;
1116
+ private oj;
1117
+ get om(): boolean;
1118
+ set om(a: boolean);
1119
+ get o1(): number;
1120
+ get o0(): number;
1121
+ protected mq(): void;
1122
+ protected mn(a: string, b: any, c: any): void;
1123
+ l5(a: string): Type;
1124
+ mt(a: string, b: any): void;
1125
+ ih(a: string): any;
1115
1126
  b(a: CellModelExport): CellModelExport;
1116
- private pd;
1127
+ private pm;
1117
1128
  }
1118
1129
  /**
1119
1130
  * @hidden
1120
1131
  */
1121
1132
  export declare class FilterCellModel extends CellModel {
1122
1133
  static $t: Type;
1123
- static readonly oi: number;
1124
- private n4;
1125
- get n5(): DataSourceSchemaPropertyType;
1126
- set n5(a: DataSourceSchemaPropertyType);
1127
- static readonly ol: number;
1128
- private n2;
1129
- get n3(): ColumnFilterCondition;
1130
- set n3(a: ColumnFilterCondition);
1131
- static readonly oj: number;
1132
- private n6;
1133
- get n7(): IFilterExpression;
1134
- set n7(a: IFilterExpression);
1135
- static readonly ok: number;
1136
- private n8;
1137
- get n9(): GridFilterOperandsCollection;
1138
- set n9(a: GridFilterOperandsCollection);
1139
- static om: number;
1140
- private oa;
1141
- get ob(): boolean;
1142
- set ob(a: boolean);
1143
- private n0;
1144
- get n1(): ColumnComparisonConditionOperatorType;
1145
- set n1(a: ColumnComparisonConditionOperatorType);
1146
- on: any;
1147
- oh: number;
1148
- og: number;
1149
- of: number;
1150
- oe: number;
1151
- od: number;
1152
- oc: number;
1134
+ static readonly or: number;
1135
+ private od;
1136
+ get oe(): DataSourceSchemaPropertyType;
1137
+ set oe(a: DataSourceSchemaPropertyType);
1138
+ static readonly ou: number;
1139
+ private ob;
1140
+ get oc(): ColumnFilterCondition;
1141
+ set oc(a: ColumnFilterCondition);
1142
+ static readonly os: number;
1143
+ private of;
1144
+ get og(): IFilterExpression;
1145
+ set og(a: IFilterExpression);
1146
+ static readonly ot: number;
1147
+ private oh;
1148
+ get oi(): GridFilterOperandsCollection;
1149
+ set oi(a: GridFilterOperandsCollection);
1150
+ static ov: number;
1151
+ private oj;
1152
+ get ok(): boolean;
1153
+ set ok(a: boolean);
1154
+ private n9;
1155
+ get oa(): ColumnComparisonConditionOperatorType;
1156
+ set oa(a: ColumnComparisonConditionOperatorType);
1157
+ ow: any;
1158
+ oq: number;
1159
+ op: number;
1160
+ oo: number;
1161
+ on: number;
1162
+ om: number;
1163
+ ol: number;
1153
1164
  constructor();
1154
- mo(a: string, b: any): void;
1155
- l0(a: string): Type;
1156
- id(a: string): any;
1157
- mm(a: string, b: any): void;
1165
+ mt(a: string, b: any): void;
1166
+ l5(a: string): Type;
1167
+ ih(a: string): any;
1168
+ mr(a: string, b: any): void;
1158
1169
  b(a: CellModelExport): CellModelExport;
1159
1170
  }
1160
1171
  /**
@@ -1170,22 +1181,22 @@ export declare class EditorRowCellModel extends CellModel {
1170
1181
  export declare class SummaryCellModel extends CellModel {
1171
1182
  static $t: Type;
1172
1183
  constructor();
1173
- static readonly n2: number;
1174
- private n6;
1175
- get n8(): string;
1176
- set n8(a: string);
1177
- static readonly n3: number;
1178
- private n7;
1179
- get oa(): string;
1180
- set oa(a: string);
1181
- static readonly n5: number;
1182
- private oe;
1183
- get of(): Brush;
1184
- set of(a: Brush);
1185
- static readonly n4: number;
1186
- private n0;
1187
- get n1(): FontInfo;
1188
- set n1(a: FontInfo);
1184
+ static readonly ob: number;
1185
+ private of;
1186
+ get oh(): string;
1187
+ set oh(a: string);
1188
+ static readonly oc: number;
1189
+ private og;
1190
+ get oj(): string;
1191
+ set oj(a: string);
1192
+ static readonly oe: number;
1193
+ private on;
1194
+ get oo(): Brush;
1195
+ set oo(a: Brush);
1196
+ static readonly od: number;
1197
+ private n9;
1198
+ get oa(): FontInfo;
1199
+ set oa(a: FontInfo);
1189
1200
  b(a: CellModelExport): CellModelExport;
1190
1201
  bq(a: DataSourceRowType): boolean;
1191
1202
  }
@@ -1202,22 +1213,22 @@ export declare class VerticalSeparatorCellModel extends CellModel {
1202
1213
  export declare class ImageCellModel extends CellModel {
1203
1214
  static $t: Type;
1204
1215
  constructor();
1205
- static readonly n4: number;
1206
- private n7;
1207
- get n8(): string;
1208
- set n8(a: string);
1209
- static readonly n6: number;
1210
- private n2;
1211
- get n3(): ImageStretchOptions;
1212
- set n3(a: ImageStretchOptions);
1213
- static readonly n5: number;
1214
- private n0;
1215
- get n1(): ImageResourceType;
1216
- set n1(a: ImageResourceType);
1216
+ static readonly od: number;
1217
+ private og;
1218
+ get oh(): string;
1219
+ set oh(a: string);
1220
+ static readonly of: number;
1221
+ private ob;
1222
+ get oc(): ImageStretchOptions;
1223
+ set oc(a: ImageStretchOptions);
1224
+ static readonly oe: number;
1225
+ private n9;
1226
+ get oa(): ImageResourceType;
1227
+ set oa(a: ImageResourceType);
1217
1228
  b(a: CellModelExport): CellModelExport;
1218
- mo(a: string, b: any): void;
1219
- l0(a: string): Type;
1220
- id(a: string): any;
1229
+ mt(a: string, b: any): void;
1230
+ l5(a: string): Type;
1231
+ ih(a: string): any;
1221
1232
  }
1222
1233
  /**
1223
1234
  * @hidden
@@ -1225,67 +1236,71 @@ export declare class ImageCellModel extends CellModel {
1225
1236
  export declare class NumericCellModel extends CellModel {
1226
1237
  static $t: Type;
1227
1238
  constructor();
1228
- static readonly op: number;
1229
- private n8;
1230
- get n9(): number;
1231
- set n9(a: number);
1232
- static readonly og: number;
1233
- private n3;
1234
- get n5(): boolean;
1235
- set n5(a: boolean);
1236
- static readonly of: number;
1237
- private ow;
1238
- get o3(): string;
1239
- set o3(a: string);
1240
- static readonly oe: number;
1241
- private n0;
1242
- get n1(): any[];
1243
- set n1(a: any[]);
1244
- n2: BindingFormatter;
1245
- private ou;
1246
- static readonly od: number;
1247
- private _formatOverride;
1248
- get ov(): any;
1249
- set ov(a: any);
1250
- static readonly on: number;
1251
- private ox;
1252
- get o9(): string;
1253
- set o9(a: string);
1254
- static readonly oq: number;
1255
- private oz;
1256
- get pe(): string;
1257
- set pe(a: string);
1258
- static readonly oo: number;
1259
- private oy;
1260
- get pb(): string;
1261
- set pb(a: string);
1239
+ static readonly o1: number;
1240
+ private oj;
1241
+ get ok(): number;
1242
+ set ok(a: number);
1262
1243
  static readonly or: number;
1263
- private o0;
1264
- get pg(): string;
1265
- set pg(a: string);
1266
- static readonly oi: number;
1267
- private oa;
1268
- get oh(): number;
1269
- set oh(a: number);
1270
- static readonly ok: number;
1271
- private ob;
1272
- get oj(): number;
1273
- set oj(a: number);
1274
- static readonly om: number;
1275
1244
  private oc;
1276
- get ol(): number;
1277
- set ol(a: number);
1245
+ get of(): boolean;
1246
+ set of(a: boolean);
1247
+ static readonly oq: number;
1248
+ private o8;
1249
+ get pf(): string;
1250
+ set pf(a: string);
1251
+ static readonly op: number;
1252
+ private n9;
1253
+ get oa(): any[];
1254
+ set oa(a: any[]);
1255
+ ob: BindingFormatter;
1256
+ private o6;
1257
+ static readonly oo: number;
1258
+ private _formatOverride;
1259
+ get o7(): any;
1260
+ set o7(a: any);
1261
+ static readonly oz: number;
1262
+ private o9;
1263
+ get pm(): string;
1264
+ set pm(a: string);
1265
+ static readonly o2: number;
1266
+ private pb;
1267
+ get pr(): string;
1268
+ set pr(a: string);
1269
+ static readonly o0: number;
1270
+ private pa;
1271
+ get po(): string;
1272
+ set po(a: string);
1273
+ static readonly o3: number;
1274
+ private pc;
1275
+ get pt(): string;
1276
+ set pt(a: string);
1277
+ static readonly ou: number;
1278
+ private ol;
1279
+ get ot(): number;
1280
+ set ot(a: number);
1281
+ static readonly ow: number;
1282
+ private om;
1283
+ get ov(): number;
1284
+ set ov(a: number);
1285
+ static readonly oy: number;
1286
+ private on;
1287
+ get ox(): number;
1288
+ set ox(a: number);
1289
+ static readonly o4: number;
1290
+ private oe;
1291
+ get oi(): boolean;
1292
+ set oi(a: boolean);
1278
1293
  static readonly os: number;
1279
- private n4;
1280
- get n7(): boolean;
1281
- set n7(a: boolean);
1282
- n6(): boolean;
1283
- protected mi(a: string, b: any, c: any): void;
1284
- mo(a: string, b: any): void;
1285
- l0(a: string): Type;
1286
- id(a: string): any;
1294
+ private od;
1295
+ get oh(): boolean;
1296
+ set oh(a: boolean);
1297
+ og(): boolean;
1298
+ protected mn(a: string, b: any, c: any): void;
1299
+ mt(a: string, b: any): void;
1300
+ l5(a: string): Type;
1301
+ ih(a: string): any;
1287
1302
  b(a: CellModelExport): CellModelExport;
1288
- j0(): string;
1303
+ j4(): string;
1289
1304
  }
1290
1305
  /**
1291
1306
  * @hidden
@@ -1301,29 +1316,29 @@ export declare class RowSeparatorModel extends CellModel {
1301
1316
  export declare class SectionHeaderCellModel extends CellModel {
1302
1317
  static $t: Type;
1303
1318
  constructor();
1304
- static readonly n6: number;
1305
- private n0;
1306
- get n2(): GroupData[];
1307
- set n2(a: GroupData[]);
1308
- static readonly n9: number;
1309
- private n1;
1310
- get n3(): SummaryData[];
1311
- set n3(a: SummaryData[]);
1312
- static readonly n8: number;
1313
- private oc;
1314
- get og(): string;
1315
- set og(a: string);
1316
- static readonly n7: number;
1317
- private ob;
1318
- get oe(): string;
1319
- set oe(a: string);
1320
- static readonly oa: number;
1321
- private n4;
1322
- get n5(): GroupSummaryDisplayMode;
1323
- set n5(a: GroupSummaryDisplayMode);
1324
- mo(a: string, b: any): void;
1325
- l0(a: string): Type;
1326
- id(a: string): any;
1319
+ static readonly of: number;
1320
+ private n9;
1321
+ get ob(): GroupData[];
1322
+ set ob(a: GroupData[]);
1323
+ static readonly oi: number;
1324
+ private oa;
1325
+ get oc(): SummaryData[];
1326
+ set oc(a: SummaryData[]);
1327
+ static readonly oh: number;
1328
+ private ol;
1329
+ get op(): string;
1330
+ set op(a: string);
1331
+ static readonly og: number;
1332
+ private ok;
1333
+ get on(): string;
1334
+ set on(a: string);
1335
+ static readonly oj: number;
1336
+ private od;
1337
+ get oe(): GroupSummaryDisplayMode;
1338
+ set oe(a: GroupSummaryDisplayMode);
1339
+ mt(a: string, b: any): void;
1340
+ l5(a: string): Type;
1341
+ ih(a: string): any;
1327
1342
  b(a: CellModelExport): CellModelExport;
1328
1343
  bq(a: DataSourceRowType): boolean;
1329
1344
  }
@@ -1333,13 +1348,13 @@ export declare class SectionHeaderCellModel extends CellModel {
1333
1348
  export declare class TemplateCellModel extends CellModel {
1334
1349
  static $t: Type;
1335
1350
  constructor();
1336
- static readonly n0: number;
1337
- private n1;
1338
- get n2(): any;
1339
- set n2(a: any);
1340
- mo(a: string, b: any): void;
1341
- l0(a: string): Type;
1342
- id(a: string): any;
1351
+ static readonly n9: number;
1352
+ private oa;
1353
+ get ob(): any;
1354
+ set ob(a: any);
1355
+ mt(a: string, b: any): void;
1356
+ l5(a: string): Type;
1357
+ ih(a: string): any;
1343
1358
  b(a: CellModelExport): CellModelExport;
1344
1359
  }
1345
1360
  /**
@@ -1348,15 +1363,15 @@ export declare class TemplateCellModel extends CellModel {
1348
1363
  export declare class TextCellModel extends CellModel {
1349
1364
  static $t: Type;
1350
1365
  constructor();
1351
- static readonly n0: number;
1352
- private n1;
1353
- get n2(): string;
1354
- set n2(a: string);
1355
- mo(a: string, b: any): void;
1356
- l0(a: string): Type;
1357
- id(a: string): any;
1366
+ static readonly n9: number;
1367
+ private oa;
1368
+ get ob(): string;
1369
+ set ob(a: string);
1370
+ mt(a: string, b: any): void;
1371
+ l5(a: string): Type;
1372
+ ih(a: string): any;
1358
1373
  b(a: CellModelExport): CellModelExport;
1359
- j0(): string;
1374
+ j4(): string;
1360
1375
  }
1361
1376
  /**
1362
1377
  * @hidden
@@ -1364,57 +1379,85 @@ export declare class TextCellModel extends CellModel {
1364
1379
  export declare class TextHeaderCellModel extends TextCellModel {
1365
1380
  static $t: Type;
1366
1381
  constructor();
1367
- static readonly oo: number;
1368
- private oc;
1369
- get od(): boolean;
1370
- set od(a: boolean);
1371
- static readonly op: number;
1372
- private n8;
1373
- get n9(): SortIndicatorStyle;
1374
- set n9(a: SortIndicatorStyle);
1375
- static readonly oi: number;
1376
- private n4;
1377
- get n5(): ColumnOptionsIconAlignment;
1378
- set n5(a: ColumnOptionsIconAlignment);
1379
- static readonly ok: number;
1380
- private o6;
1381
- get pd(): Brush;
1382
- set pd(a: Brush);
1383
- static readonly oj: number;
1384
- private n6;
1385
- get n7(): ColumnOptionsIconBehavior;
1386
- set n7(a: ColumnOptionsIconBehavior);
1387
- static readonly on: number;
1388
- private oa;
1389
- get ob(): BaseControlTheme;
1390
- set ob(a: BaseControlTheme);
1391
- static readonly of: number;
1392
- private o3;
1393
- get pa(): Brush;
1394
- set pa(a: Brush);
1395
- static readonly om: number;
1396
- private o8;
1397
- get pf(): Brush;
1398
- set pf(a: Brush);
1399
- static readonly ol: number;
1400
- private o7;
1401
- get pe(): Brush;
1402
- set pe(a: Brush);
1403
- static readonly og: number;
1404
- private o4;
1405
- get pb(): Brush;
1406
- set pb(a: Brush);
1407
- static readonly oh: number;
1408
- private o5;
1409
- get pc(): Brush;
1410
- set pc(a: Brush);
1411
- static readonly oe: number;
1412
- private o2;
1413
- get o9(): Brush;
1414
- set o9(a: Brush);
1415
- mo(a: string, b: any): void;
1416
- l0(a: string): Type;
1417
- id(a: string): any;
1382
+ static readonly pa: number;
1383
+ private op;
1384
+ get oq(): boolean;
1385
+ set oq(a: boolean);
1386
+ static readonly pb: number;
1387
+ private oh;
1388
+ get oi(): SortIndicatorStyle;
1389
+ set oi(a: SortIndicatorStyle);
1390
+ static readonly oz: number;
1391
+ private od;
1392
+ get oe(): ColumnOptionsIconAlignment;
1393
+ set oe(a: ColumnOptionsIconAlignment);
1394
+ static readonly o1: number;
1395
+ private p1;
1396
+ get qc(): Brush;
1397
+ set qc(a: Brush);
1398
+ static readonly o0: number;
1399
+ private of;
1400
+ get og(): ColumnOptionsIconBehavior;
1401
+ set og(a: ColumnOptionsIconBehavior);
1402
+ static readonly o7: number;
1403
+ private oj;
1404
+ get ok(): BaseControlTheme;
1405
+ set ok(a: BaseControlTheme);
1406
+ static readonly ot: number;
1407
+ private pw;
1408
+ get p7(): Brush;
1409
+ set p7(a: Brush);
1410
+ static readonly o5: number;
1411
+ private p3;
1412
+ get qe(): Brush;
1413
+ set qe(a: Brush);
1414
+ static readonly o6: number;
1415
+ private om;
1416
+ get oo(): FontInfo;
1417
+ set oo(a: FontInfo);
1418
+ static readonly oy: number;
1419
+ private p0;
1420
+ get qb(): Brush;
1421
+ set qb(a: Brush);
1422
+ static readonly o8: number;
1423
+ private p4;
1424
+ get qf(): Brush;
1425
+ set qf(a: Brush);
1426
+ static readonly o9: number;
1427
+ private p5;
1428
+ get qg(): Brush;
1429
+ set qg(a: Brush);
1430
+ static readonly ox: number;
1431
+ private pz;
1432
+ get qa(): Brush;
1433
+ set qa(a: Brush);
1434
+ static readonly o4: number;
1435
+ private p2;
1436
+ get qd(): Brush;
1437
+ set qd(a: Brush);
1438
+ static readonly ou: number;
1439
+ private px;
1440
+ get p8(): Brush;
1441
+ set p8(a: Brush);
1442
+ static readonly ov: number;
1443
+ private py;
1444
+ get p9(): Brush;
1445
+ set p9(a: Brush);
1446
+ static readonly ow: number;
1447
+ private ol;
1448
+ get on(): FontInfo;
1449
+ set on(a: FontInfo);
1450
+ static readonly os: number;
1451
+ private pv;
1452
+ get p6(): Brush;
1453
+ set p6(a: Brush);
1454
+ static readonly o3: number;
1455
+ private or;
1456
+ get o2(): number;
1457
+ set o2(a: number);
1458
+ mt(a: string, b: any): void;
1459
+ l5(a: string): Type;
1460
+ ih(a: string): any;
1418
1461
  b(a: CellModelExport): CellModelExport;
1419
1462
  }
1420
1463
  /**
@@ -1660,19 +1703,19 @@ export declare class EditingManager extends Base {
1660
1703
  */
1661
1704
  export declare class DataGrid extends Base implements INotifyPropertyChanged {
1662
1705
  static $t: Type;
1663
- private ou;
1706
+ private o8;
1664
1707
  get externalObject(): any;
1665
1708
  set externalObject(a: any);
1666
1709
  private _propertySetter;
1667
1710
  get propertySetter(): IPropertySetter;
1668
1711
  set propertySetter(a: IPropertySetter);
1669
- private fd;
1712
+ private ff;
1670
1713
  get externalGrid(): IExternalGrid;
1671
1714
  set externalGrid(a: IExternalGrid);
1672
- private fb;
1715
+ private fd;
1673
1716
  get dragger(): IDragger;
1674
1717
  set dragger(a: IDragger);
1675
- private e5;
1718
+ private e7;
1676
1719
  get columnGrouping(): IColumnGrouping;
1677
1720
  set columnGrouping(a: IColumnGrouping);
1678
1721
  private _pager;
@@ -1681,207 +1724,207 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1681
1724
  private _toolbar;
1682
1725
  get toolbar(): IDataGridComponent;
1683
1726
  set toolbar(a: IDataGridComponent);
1684
- private gp;
1727
+ private gr;
1685
1728
  get theme(): BaseControlTheme;
1686
1729
  set theme(a: BaseControlTheme);
1687
1730
  columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
1688
1731
  columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
1689
- wp(a: DataGridColumn): void;
1690
- wo(a: DataGridColumn): void;
1732
+ xg(a: DataGridColumn): void;
1733
+ xf(a: DataGridColumn): void;
1691
1734
  columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
1692
1735
  columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
1693
1736
  p(a: CellModel): ColumnFilterCondition;
1694
1737
  r(a: CellModel): DataSourceSchemaPropertyType;
1695
- wz(a: DataGridColumn): void;
1738
+ xq(a: DataGridColumn): void;
1696
1739
  filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1697
1740
  filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1698
- uz(a: CellModel, b: ColumnFilterCondition): void;
1699
- uy(a: CellModel, b: ColumnFilterCondition): void;
1700
- wy(a: DataGridColumn): void;
1741
+ vq(a: CellModel, b: ColumnFilterCondition): void;
1742
+ vp(a: CellModel, b: ColumnFilterCondition): void;
1743
+ xp(a: DataGridColumn): void;
1701
1744
  columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
1702
1745
  columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
1703
- wv(a: DataGridColumn): void;
1704
- wu(a: DataGridColumn): void;
1746
+ xm(a: DataGridColumn): void;
1747
+ xl(a: DataGridColumn): void;
1705
1748
  columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
1706
1749
  columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
1707
- wr(a: DataGridColumn): void;
1708
- wq(a: DataGridColumn): void;
1750
+ xi(a: DataGridColumn): void;
1751
+ xh(a: DataGridColumn): void;
1709
1752
  cellPreviewPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1710
- wj(a: CellModel): void;
1753
+ xa(a: CellModel): void;
1711
1754
  cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1712
- wk(a: CellModel): void;
1755
+ xb(a: CellModel): void;
1713
1756
  cellPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1714
- wh(a: CellModel): void;
1757
+ w8(a: CellModel): void;
1715
1758
  cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1716
- wi(a: CellModel): void;
1717
- xr(a: number, b: string): void;
1759
+ w9(a: CellModel): void;
1760
+ yj(a: number, b: string): void;
1718
1761
  cellClicked: (sender: any, args: DataGridCellEventArgs) => void;
1719
- xe(a: CellModel): void;
1720
- zn(a: number): void;
1721
- private m6;
1722
- xd(a: EditorCellModel): void;
1723
- wa(a: CellModel, b: MouseButton): void;
1724
- v8(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1725
- private ya;
1762
+ x5(a: CellModel): void;
1763
+ aaf(a: number): void;
1764
+ private nh;
1765
+ x4(a: EditorCellModel): void;
1766
+ w1(a: CellModel, b: MouseButton): void;
1767
+ wz(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1768
+ private y2;
1726
1769
  private bs;
1727
1770
  get columnResizingMode(): ColumnResizingMode;
1728
1771
  set columnResizingMode(a: ColumnResizingMode);
1729
1772
  private be;
1730
1773
  get columnMovingMode(): ColumnMovingMode;
1731
1774
  set columnMovingMode(a: ColumnMovingMode);
1732
- e2: HoverManager;
1733
- private h8;
1775
+ e4: HoverManager;
1776
+ private ig;
1734
1777
  get isRowHoverEnabled(): boolean;
1735
1778
  set isRowHoverEnabled(a: boolean);
1736
- private aap;
1779
+ private abm;
1737
1780
  get rowHoverBackground(): Brush;
1738
1781
  set rowHoverBackground(a: Brush);
1739
- private aaq;
1782
+ private abn;
1740
1783
  get rowHoverTextColor(): Brush;
1741
1784
  set rowHoverTextColor(a: Brush);
1742
- private aah;
1785
+ private abe;
1743
1786
  get editRowBorder(): Brush;
1744
1787
  set editRowBorder(a: Brush);
1745
- private acm;
1788
+ private adq;
1746
1789
  get editRowBorderWidth(): Thickness;
1747
1790
  set editRowBorderWidth(a: Thickness);
1748
- acg: Point;
1791
+ adk: Point;
1749
1792
  as: CellPath;
1750
1793
  ap: CellPath;
1751
- private hx;
1752
- wf(a: CellModel, b: number, c: number): void;
1753
- wg(a: CellModel, b: number, c: number): void;
1754
- we(a: CellModel, b: number, c: number): void;
1755
- xj(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1756
- xk(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1757
- private jg;
1758
- private na;
1759
- private get oj();
1760
- private set oj(value);
1761
- wd(a: CellModel, b: number, c: number): void;
1762
- xi(a: CellModel, b: number, c: number): void;
1763
- private ni;
1764
- private ie;
1765
- private id;
1766
- private hm;
1767
- private mc;
1768
- private mj;
1794
+ private h4;
1795
+ w6(a: CellModel, b: number, c: number): void;
1796
+ w7(a: CellModel, b: number, c: number): void;
1797
+ w5(a: CellModel, b: number, c: number): void;
1798
+ yb(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1799
+ yc(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1800
+ private jp;
1801
+ private nm;
1802
+ private get ox();
1803
+ private set ox(value);
1804
+ w4(a: CellModel, b: number, c: number): void;
1805
+ ya(a: CellModel, b: number, c: number): void;
1806
+ private nu;
1807
+ private im;
1808
+ private il;
1809
+ private hs;
1810
+ private mm;
1811
+ private mt;
1812
+ private mr;
1813
+ private ms;
1814
+ private l8;
1769
1815
  private mh;
1770
1816
  private mi;
1771
- private ly;
1772
- private l7;
1773
- private l8;
1774
- private l9;
1775
- private ma;
1817
+ private mj;
1818
+ private mk;
1776
1819
  private at;
1777
- private no;
1778
- private nn;
1779
- private iu;
1780
- uu(): void;
1781
- xc(a: CellPath, b: number, c: number, d: boolean): void;
1782
- w8(a: any, b: DragSelectEventArgs): void;
1783
- w6(a: any, b: DragSelectEventArgs): void;
1784
- private ne;
1785
- get ol(): number;
1786
- set ol(a: number);
1787
- private np;
1788
- private fo;
1789
- private w7;
1820
+ private n0;
1821
+ private nz;
1822
+ private i1;
1823
+ vl(): void;
1824
+ x3(a: CellPath, b: number, c: number, d: boolean): void;
1825
+ xz(a: any, b: DragSelectEventArgs): void;
1826
+ xx(a: any, b: DragSelectEventArgs): void;
1827
+ private nq;
1828
+ get oz(): number;
1829
+ set oz(a: number);
1830
+ private n1;
1831
+ private fq;
1832
+ private xy;
1790
1833
  private ao;
1791
1834
  private ak;
1792
1835
  private al;
1793
- private l3;
1794
- private mg;
1795
1836
  private md;
1796
- private me;
1797
- private w9;
1798
- private xa;
1799
- private y4;
1800
- private xb;
1801
- private lt;
1802
- private lu;
1803
- private y9;
1804
- private aci;
1837
+ private mq;
1838
+ private mn;
1839
+ private mo;
1840
+ private x0;
1841
+ private x1;
1842
+ private zw;
1843
+ private x2;
1844
+ private l3;
1845
+ private l4;
1846
+ private z1;
1847
+ private adm;
1805
1848
  private aj;
1806
1849
  getHitCell(a: number, b: number): CellModel;
1807
1850
  private av;
1808
- private i5;
1809
- private u7;
1810
- private zs;
1851
+ private jd;
1852
+ private vy;
1853
+ private aak;
1811
1854
  constructor();
1812
- yu(a: ColumnGroupDescription): void;
1813
- yv(a: ColumnSummaryDescription): void;
1814
- private zg;
1815
- private vh;
1816
- private j7;
1817
- private ve;
1818
- private ze;
1819
- private zm;
1855
+ zm(a: ColumnGroupDescription): void;
1856
+ zn(a: ColumnSummaryDescription): void;
1857
+ private z8;
1858
+ private v8;
1859
+ private kg;
1860
+ private v5;
1861
+ private z6;
1862
+ private aae;
1820
1863
  private b6;
1821
- private iy;
1822
- private y7;
1823
- private y8;
1824
- private i0;
1825
- private y6;
1826
- private y5;
1827
- private ix;
1828
- private x6;
1829
- private x7;
1830
- private c5;
1831
- get c6(): GridAnimationManager;
1832
- set c6(a: GridAnimationManager);
1864
+ private i5;
1865
+ private zz;
1866
+ private z0;
1867
+ private i7;
1868
+ private zy;
1869
+ private zx;
1870
+ private i4;
1871
+ private yy;
1872
+ private yz;
1873
+ private c7;
1874
+ get c8(): GridAnimationManager;
1875
+ set c8(a: GridAnimationManager);
1833
1876
  private _delayedExecutionManager;
1834
1877
  get delayedExecutionManager(): IDelayedExecutionManager;
1835
1878
  set delayedExecutionManager(a: IDelayedExecutionManager);
1836
- private fp;
1837
- get fq(): ResponsiveEngine;
1838
- private e7;
1839
- get e8(): IDataAdapter;
1840
- set e8(a: IDataAdapter);
1879
+ private fr;
1880
+ get fs(): ResponsiveEngine;
1881
+ private e9;
1882
+ get fa(): IDataAdapter;
1883
+ set fa(a: IDataAdapter);
1841
1884
  private ay;
1842
1885
  get az(): ColumnController;
1843
1886
  set az(a: ColumnController);
1844
- private d1;
1845
- get d2(): GridLayerController;
1846
- set d2(a: GridLayerController);
1847
- private gb;
1848
- get gc(): SpatialEngine;
1849
- set gc(a: SpatialEngine);
1850
- private dw;
1851
- get dx(): GridEffectManager;
1852
- set dx(a: GridEffectManager);
1853
- private f5;
1854
- get f6(): SelectionManager;
1855
- set f6(a: SelectionManager);
1887
+ private d3;
1888
+ get d4(): GridLayerController;
1889
+ set d4(a: GridLayerController);
1890
+ private gd;
1891
+ get ge(): SpatialEngine;
1892
+ set ge(a: SpatialEngine);
1893
+ private dy;
1894
+ get dz(): GridEffectManager;
1895
+ set dz(a: GridEffectManager);
1896
+ private f7;
1897
+ get f8(): SelectionManager;
1898
+ set f8(a: SelectionManager);
1856
1899
  private ad;
1857
1900
  get ae(): ActivationManager;
1858
1901
  set ae(a: ActivationManager);
1859
- private f9;
1860
- get ga(): SortManager;
1861
- set ga(a: SortManager);
1862
- ck: EditingManager;
1863
- private hb;
1902
+ private gb;
1903
+ get gc(): SortManager;
1904
+ set gc(a: SortManager);
1905
+ cm: EditingManager;
1906
+ private hh;
1864
1907
  get tickProvider(): ITickProvider;
1865
1908
  set tickProvider(a: ITickProvider);
1866
- private f3;
1909
+ private f5;
1867
1910
  get sectionHeader(): SectionHeader;
1868
1911
  set sectionHeader(a: SectionHeader);
1869
- private f1;
1870
- get f2(): SectionFooter;
1871
- set f2(a: SectionFooter);
1872
- private gd;
1912
+ private f3;
1913
+ get f4(): SectionFooter;
1914
+ set f4(a: SectionFooter);
1915
+ private gf;
1873
1916
  get summaryRowRoot(): SummaryRowRoot;
1874
1917
  set summaryRowRoot(a: SummaryRowRoot);
1875
- private gf;
1918
+ private gh;
1876
1919
  get summaryRowSection(): SummaryRowSection;
1877
1920
  set summaryRowSection(a: SummaryRowSection);
1878
- private fy;
1921
+ private f0;
1879
1922
  get rowSeparator(): RowSeparator;
1880
1923
  set rowSeparator(a: RowSeparator);
1881
- private ey;
1924
+ private e0;
1882
1925
  get headerRowSeparator(): HeaderRowSeparator;
1883
1926
  set headerRowSeparator(a: HeaderRowSeparator);
1884
- private e0;
1927
+ private e2;
1885
1928
  get headerSeparator(): HeaderSeparator;
1886
1929
  set headerSeparator(a: HeaderSeparator);
1887
1930
  private bu;
@@ -1890,395 +1933,407 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1890
1933
  private bg;
1891
1934
  get columnMovingSeparator(): ColumnMovingSeparator;
1892
1935
  set columnMovingSeparator(a: ColumnMovingSeparator);
1893
- private fm;
1936
+ private fo;
1894
1937
  get pinnedAreaSeparator(): PinnedAreaSeparator;
1895
1938
  set pinnedAreaSeparator(a: PinnedAreaSeparator);
1896
- private cp;
1897
- private cq;
1898
- private cz;
1939
+ private cr;
1940
+ private cs;
1941
+ private c1;
1942
+ filterRowDataBinding: (sender: any, args: DataBindingEventArgs) => void;
1943
+ filterRowDataBound: (sender: any, args: DataBindingEventArgs) => void;
1899
1944
  private b;
1900
1945
  get autoGenerateDesiredProperties(): string[];
1901
1946
  set autoGenerateDesiredProperties(a: string[]);
1902
1947
  private c;
1903
1948
  get dataSourceDesiredProperties(): string[];
1904
1949
  set dataSourceDesiredProperties(a: string[]);
1905
- private gj;
1906
- get gk(): VisibilityEngine;
1907
- set gk(a: VisibilityEngine);
1950
+ private gl;
1951
+ get gm(): VisibilityEngine;
1952
+ set gm(a: VisibilityEngine);
1908
1953
  private _viewportManager;
1909
1954
  get viewportManager(): IViewportManager;
1910
1955
  set viewportManager(a: IViewportManager);
1911
- private l2;
1912
- get ml(): number;
1913
- set ml(a: number);
1914
- private l1;
1915
- get mk(): number;
1916
- set mk(a: number);
1917
- private gr;
1956
+ private mc;
1957
+ get mv(): number;
1958
+ set mv(a: number);
1959
+ private mb;
1960
+ get mu(): number;
1961
+ set mu(a: number);
1962
+ private gt;
1918
1963
  get density(): ControlDisplayDensity;
1919
1964
  set density(a: ControlDisplayDensity);
1920
- private m1;
1965
+ private nb;
1921
1966
  get actualRowHeight(): number;
1922
1967
  set actualRowHeight(a: number);
1923
- private nf;
1968
+ private nr;
1924
1969
  get rowHeight(): number;
1925
1970
  set rowHeight(a: number);
1926
1971
  private cb;
1927
1972
  get defaultColumnWidth(): ColumnWidth;
1928
1973
  set defaultColumnWidth(a: ColumnWidth);
1929
- private l6;
1974
+ private mg;
1930
1975
  get defaultColumnMinWidth(): number;
1931
1976
  set defaultColumnMinWidth(a: number);
1932
- private m0;
1977
+ private na;
1933
1978
  get actualHeaderHeight(): number;
1934
1979
  set actualHeaderHeight(a: number);
1935
- private m7;
1980
+ private ni;
1936
1981
  get headerHeight(): number;
1937
1982
  set headerHeight(a: number);
1938
- private nk;
1983
+ private nw;
1939
1984
  get sectionHeaderHeight(): number;
1940
1985
  set sectionHeaderHeight(a: number);
1941
- private ov;
1986
+ private o9;
1942
1987
  get itemsSource(): any;
1943
1988
  set itemsSource(a: any);
1944
- private nj;
1989
+ private nv;
1945
1990
  get sectionFooterHeight(): number;
1946
1991
  set sectionFooterHeight(a: number);
1947
- private nh;
1992
+ private nt;
1948
1993
  get rowSpacingHeight(): number;
1949
1994
  set rowSpacingHeight(a: number);
1950
- private m5;
1995
+ private ng;
1951
1996
  get columnSpacingWidth(): number;
1952
1997
  set columnSpacingWidth(a: number);
1953
- private ew;
1998
+ private ey;
1954
1999
  get headerClickAction(): HeaderClickAction;
1955
2000
  set headerClickAction(a: HeaderClickAction);
1956
- private cn;
2001
+ private cp;
1957
2002
  get editMode(): EditModeType;
1958
2003
  set editMode(a: EditModeType);
1959
- private cl;
2004
+ private cn;
1960
2005
  get editModeClickAction(): EditModeClickAction;
1961
2006
  set editModeClickAction(a: EditModeClickAction);
1962
- private hn;
2007
+ private ht;
1963
2008
  get editOnKeyPress(): boolean;
1964
2009
  set editOnKeyPress(a: boolean);
1965
- private hj;
2010
+ private hp;
1966
2011
  get autoGenerateColumns(): boolean;
1967
2012
  set autoGenerateColumns(a: boolean);
1968
- private ng;
2013
+ private ns;
1969
2014
  get rowSeparatorHeight(): number;
1970
2015
  set rowSeparatorHeight(a: number);
1971
- private h7;
2016
+ private ie;
1972
2017
  get isPlaceholderRenderingEnabled(): boolean;
1973
2018
  set isPlaceholderRenderingEnabled(a: boolean);
1974
- private jn;
2019
+ private jw;
1975
2020
  private b0;
1976
2021
  private bw;
1977
2022
  get columnAddingAnimationMode(): ColumnShowingAnimationMode;
1978
2023
  set columnAddingAnimationMode(a: ColumnShowingAnimationMode);
1979
- get jv(): boolean;
2024
+ get j4(): boolean;
1980
2025
  private bn;
1981
2026
  get columnPropertyUpdatingAnimationMode(): ColumnPropertyUpdatingAnimationMode;
1982
2027
  set columnPropertyUpdatingAnimationMode(a: ColumnPropertyUpdatingAnimationMode);
1983
- protected get jo(): boolean;
1984
- get jk(): boolean;
2028
+ protected get jx(): boolean;
2029
+ get jt(): boolean;
1985
2030
  private ah;
1986
2031
  get cellDataLoadedAnimationMode(): CellDataLoadedAnimationMode;
1987
2032
  set cellDataLoadedAnimationMode(a: CellDataLoadedAnimationMode);
1988
- get kh(): boolean;
1989
- private fw;
2033
+ get kq(): boolean;
2034
+ private fy;
1990
2035
  get rowSelectionAnimationMode(): RowSelectionAnimationMode;
1991
2036
  set rowSelectionAnimationMode(a: RowSelectionAnimationMode);
1992
- get kf(): boolean;
1993
- private ft;
2037
+ get ko(): boolean;
2038
+ private fv;
1994
2039
  get rowHoverAnimationMode(): RowHoverAnimationMode;
1995
2040
  set rowHoverAnimationMode(a: RowHoverAnimationMode);
1996
- get jl(): boolean;
2041
+ get ju(): boolean;
1997
2042
  private aw;
1998
2043
  get cellSelectionAnimationMode(): CellSelectionAnimationMode;
1999
2044
  set cellSelectionAnimationMode(a: CellSelectionAnimationMode);
2000
- private dk;
2045
+ private dm;
2001
2046
  get columnAnimationSettings(): GridColumnAnimationSettings;
2002
2047
  set columnAnimationSettings(a: GridColumnAnimationSettings);
2003
- private c7;
2048
+ private c9;
2004
2049
  get animationSettings(): GridAnimationSettings;
2005
2050
  set animationSettings(a: GridAnimationSettings);
2006
- jw(a: DataGridColumn): boolean;
2051
+ j5(a: DataGridColumn): boolean;
2007
2052
  private br;
2008
2053
  private bp;
2009
2054
  get columnResizingAnimationMode(): ColumnResizingAnimationMode;
2010
2055
  set columnResizingAnimationMode(a: ColumnResizingAnimationMode);
2011
- private jx;
2056
+ private j6;
2012
2057
  private b1;
2013
2058
  private bx;
2014
2059
  get columnShowingAnimationMode(): ColumnShowingAnimationMode;
2015
2060
  set columnShowingAnimationMode(a: ColumnShowingAnimationMode);
2016
- private jr;
2061
+ private j0;
2017
2062
  private bd;
2018
2063
  private bb;
2019
2064
  get columnMovingAnimationMode(): ColumnMovingAnimationMode;
2020
2065
  set columnMovingAnimationMode(a: ColumnMovingAnimationMode);
2021
- private jq;
2066
+ private jz;
2022
2067
  private ba;
2023
2068
  private a8;
2024
2069
  get columnHidingAnimationMode(): ColumnHidingAnimationMode;
2025
2070
  set columnHidingAnimationMode(a: ColumnHidingAnimationMode);
2026
- private jp;
2071
+ private jy;
2027
2072
  private a2;
2028
2073
  private a0;
2029
2074
  get columnExchangingAnimationMode(): ColumnExchangingAnimationMode;
2030
2075
  set columnExchangingAnimationMode(a: ColumnExchangingAnimationMode);
2031
- private acn;
2076
+ private adr;
2032
2077
  get inset(): Thickness;
2033
2078
  set inset(a: Thickness);
2034
- private ch;
2079
+ private cj;
2035
2080
  get selectionMode(): DataGridSelectionMode;
2036
2081
  set selectionMode(a: DataGridSelectionMode);
2037
- private c2;
2082
+ private c4;
2038
2083
  get activationMode(): GridActivationMode;
2039
2084
  set activationMode(a: GridActivationMode);
2040
- private el;
2085
+ private en;
2041
2086
  get selectionBehavior(): GridSelectionBehavior;
2042
2087
  set selectionBehavior(a: GridSelectionBehavior);
2043
- private ic;
2088
+ private ik;
2044
2089
  get mouseDragSelectionEnabled(): boolean;
2045
2090
  set mouseDragSelectionEnabled(a: boolean);
2046
- private hr;
2047
- get ji(): boolean;
2048
- set ji(a: boolean);
2049
- private ed;
2091
+ private hy;
2092
+ get jr(): boolean;
2093
+ set jr(a: boolean);
2094
+ private ef;
2050
2095
  get selectedItems(): GridSelectedItemsCollection;
2051
- private ei;
2096
+ private ek;
2052
2097
  get selectedKeys(): GridSelectedKeysCollection;
2053
- private d9;
2098
+ private eb;
2054
2099
  get selectedCells(): GridSelectedCellsCollection;
2055
- private d6;
2100
+ private d8;
2056
2101
  get selectedCellRanges(): GridSelectedCellRangesCollection;
2057
- private hq;
2058
- get jh(): boolean;
2059
- set jh(a: boolean);
2060
- private ec;
2102
+ private hx;
2103
+ get jq(): boolean;
2104
+ set jq(a: boolean);
2105
+ private ee;
2061
2106
  get pinnedItems(): GridSelectedItemsCollection;
2062
- private eh;
2107
+ private ej;
2063
2108
  get pinnedKeys(): GridSelectedKeysCollection;
2064
- private zi;
2065
- private hu;
2109
+ private aaa;
2110
+ private h1;
2066
2111
  get isColumnOptionsEnabled(): boolean;
2067
2112
  set isColumnOptionsEnabled(a: boolean);
2068
- private hy;
2113
+ private i8;
2114
+ get useNewerColumnOptionsMenu(): boolean;
2115
+ set useNewerColumnOptionsMenu(a: boolean);
2116
+ private h5;
2069
2117
  get isGroupByAreaVisible(): boolean;
2070
2118
  set isGroupByAreaVisible(a: boolean);
2071
- private h3;
2119
+ private ia;
2072
2120
  get isGroupRowSticky(): boolean;
2073
2121
  set isGroupRowSticky(a: boolean);
2074
- private h4;
2122
+ private ib;
2075
2123
  get isHeaderSeparatorVisible(): boolean;
2076
2124
  set isHeaderSeparatorVisible(a: boolean);
2077
- private z5;
2125
+ private aax;
2078
2126
  get cellSelectedBackground(): Brush;
2079
2127
  set cellSelectedBackground(a: Brush);
2080
- private aax;
2128
+ private aay;
2129
+ get cellSelectedTextColor(): Brush;
2130
+ set cellSelectedTextColor(a: Brush);
2131
+ private abv;
2081
2132
  get sectionHeaderSelectedBackground(): Brush;
2082
2133
  set sectionHeaderSelectedBackground(a: Brush);
2083
- private aa0;
2134
+ private aby;
2084
2135
  get summaryRootBackground(): Brush;
2085
2136
  set summaryRootBackground(a: Brush);
2086
- private aa4;
2137
+ private ab2;
2087
2138
  get summarySectionBackground(): Brush;
2088
2139
  set summarySectionBackground(a: Brush);
2089
- private mf;
2140
+ private mp;
2090
2141
  get pinnedRowOpacity(): number;
2091
2142
  set pinnedRowOpacity(a: number);
2092
- private gu;
2143
+ private gy;
2093
2144
  get editTextStyle(): FontInfo;
2094
2145
  set editTextStyle(a: FontInfo);
2095
- private mb;
2146
+ private ml;
2096
2147
  get editOpacity(): number;
2097
2148
  set editOpacity(a: number);
2098
- private aag;
2149
+ private abd;
2099
2150
  get deletedTextColor(): Brush;
2100
2151
  set deletedTextColor(a: Brush);
2101
- private aaz;
2152
+ private abx;
2102
2153
  get stickyRowBackground(): Brush;
2103
2154
  set stickyRowBackground(a: Brush);
2104
- private aao;
2155
+ private abl;
2105
2156
  get pinnedRowBackground(): Brush;
2106
2157
  set pinnedRowBackground(a: Brush);
2107
- private aan;
2158
+ private abk;
2108
2159
  get lastStickyRowBackground(): Brush;
2109
2160
  set lastStickyRowBackground(a: Brush);
2110
- private dh;
2111
- private dg;
2161
+ private dj;
2162
+ private di;
2112
2163
  get activeCell(): GridCellPosition;
2113
2164
  set activeCell(a: GridCellPosition);
2114
- private z4;
2165
+ private aaw;
2115
2166
  get cellBackground(): Brush;
2116
2167
  set cellBackground(a: Brush);
2117
- private z6;
2168
+ private aaz;
2118
2169
  get cellTextColor(): Brush;
2119
2170
  set cellTextColor(a: Brush);
2120
- private aal;
2171
+ private abi;
2121
2172
  get headerSortIndicatorColor(): Brush;
2122
2173
  set headerSortIndicatorColor(a: Brush);
2123
- private f7;
2174
+ private f9;
2124
2175
  get headerSortIndicatorStyle(): SortIndicatorStyle;
2125
2176
  set headerSortIndicatorStyle(a: SortIndicatorStyle);
2126
- private gt;
2177
+ private gv;
2127
2178
  get cellTextStyle(): FontInfo;
2128
2179
  set cellTextStyle(a: FontInfo);
2129
- private aaw;
2180
+ private abt;
2130
2181
  get sectionHeaderBackground(): Brush;
2131
2182
  set sectionHeaderBackground(a: Brush);
2132
- private aay;
2183
+ private abw;
2133
2184
  get sectionHeaderTextColor(): Brush;
2134
2185
  set sectionHeaderTextColor(a: Brush);
2135
- private gw;
2186
+ private abu;
2187
+ static readonly t5: string;
2188
+ get sectionHeaderExpansionIndicatorIconColor(): Brush;
2189
+ set sectionHeaderExpansionIndicatorIconColor(a: Brush);
2190
+ private g0;
2136
2191
  get sectionHeaderTextStyle(): FontInfo;
2137
2192
  set sectionHeaderTextStyle(a: FontInfo);
2138
- private gx;
2193
+ private g1;
2139
2194
  get summaryRootLabelTextStyle(): FontInfo;
2140
2195
  set summaryRootLabelTextStyle(a: FontInfo);
2141
- private gz;
2196
+ private g3;
2142
2197
  get summarySectionLabelTextStyle(): FontInfo;
2143
2198
  set summarySectionLabelTextStyle(a: FontInfo);
2144
- private aa3;
2199
+ private ab1;
2145
2200
  get summaryRootValueTextColor(): Brush;
2146
2201
  set summaryRootValueTextColor(a: Brush);
2147
- private gy;
2202
+ private g2;
2148
2203
  get summaryRootValueTextStyle(): FontInfo;
2149
2204
  set summaryRootValueTextStyle(a: FontInfo);
2150
- private g0;
2205
+ private g4;
2151
2206
  get summarySectionValueTextStyle(): FontInfo;
2152
2207
  set summarySectionValueTextStyle(a: FontInfo);
2153
- private aa7;
2208
+ private ab5;
2154
2209
  get summarySectionValueTextColor(): Brush;
2155
2210
  set summarySectionValueTextColor(a: Brush);
2156
- private aa1;
2211
+ private abz;
2157
2212
  get summaryRootLabelTextColor(): Brush;
2158
2213
  set summaryRootLabelTextColor(a: Brush);
2159
- private aa5;
2214
+ private ab3;
2160
2215
  get summarySectionLabelTextColor(): Brush;
2161
2216
  set summarySectionLabelTextColor(a: Brush);
2162
- private aa2;
2217
+ private ab0;
2163
2218
  get summaryRootSelectedBackground(): Brush;
2164
2219
  set summaryRootSelectedBackground(a: Brush);
2165
- private aa6;
2220
+ private ab4;
2166
2221
  get summarySectionSelectedBackground(): Brush;
2167
2222
  set summarySectionSelectedBackground(a: Brush);
2168
- private nd;
2223
+ private np;
2169
2224
  get pinnedAreaSeparatorWidth(): number;
2170
2225
  set pinnedAreaSeparatorWidth(a: number);
2171
- private m8;
2226
+ private nj;
2172
2227
  get headerSeparatorWidth(): number;
2173
2228
  set headerSeparatorWidth(a: number);
2174
- ns(a: number): number;
2175
- private aak;
2229
+ n4(a: number): number;
2230
+ private abh;
2176
2231
  get headerSeparatorBackground(): Brush;
2177
2232
  set headerSeparatorBackground(a: Brush);
2178
- private aai;
2233
+ private abf;
2179
2234
  get headerBackground(): Brush;
2180
2235
  set headerBackground(a: Brush);
2181
- private aam;
2236
+ private abj;
2182
2237
  get headerTextColor(): Brush;
2183
2238
  set headerTextColor(a: Brush);
2184
- private gv;
2239
+ private gz;
2185
2240
  get headerTextStyle(): FontInfo;
2186
2241
  set headerTextStyle(a: FontInfo);
2187
- private aar;
2242
+ private abo;
2188
2243
  get rowSeparatorBackground(): Brush;
2189
2244
  set rowSeparatorBackground(a: Brush);
2190
- private aaj;
2245
+ private abg;
2191
2246
  get headerRowSeparatorBackground(): Brush;
2192
2247
  set headerRowSeparatorBackground(a: Brush);
2193
- private aau;
2248
+ private abr;
2194
2249
  get rowSeparatorStickyRowBackground(): Brush;
2195
2250
  set rowSeparatorStickyRowBackground(a: Brush);
2196
- private aas;
2251
+ private abp;
2197
2252
  get rowSeparatorLastStickyRowBackground(): Brush;
2198
2253
  set rowSeparatorLastStickyRowBackground(a: Brush);
2199
- private aat;
2254
+ private abq;
2200
2255
  get rowSeparatorPinnedRowBackground(): Brush;
2201
2256
  set rowSeparatorPinnedRowBackground(a: Brush);
2202
- private m4;
2257
+ private nf;
2203
2258
  get columnResizingSeparatorWidth(): number;
2204
2259
  set columnResizingSeparatorWidth(a: number);
2205
- private l5;
2260
+ private mf;
2206
2261
  get columnResizingSeparatorOpacity(): number;
2207
2262
  set columnResizingSeparatorOpacity(a: number);
2208
- private m2;
2263
+ private nc;
2209
2264
  get columnMovingSeparatorWidth(): number;
2210
2265
  set columnMovingSeparatorWidth(a: number);
2211
- private l4;
2266
+ private me;
2212
2267
  get columnMovingSeparatorOpacity(): number;
2213
2268
  set columnMovingSeparatorOpacity(a: number);
2214
- private aaf;
2269
+ private abc;
2215
2270
  get columnResizingSeparatorBackground(): Brush;
2216
2271
  set columnResizingSeparatorBackground(a: Brush);
2217
- private z7;
2272
+ private aa0;
2218
2273
  get columnMovingSeparatorBackground(): Brush;
2219
2274
  set columnMovingSeparatorBackground(a: Brush);
2220
- private ip;
2275
+ private iw;
2221
2276
  get shiftSectionContent(): boolean;
2222
2277
  set shiftSectionContent(a: boolean);
2223
2278
  private bi;
2224
2279
  get columnOptionsIconAlignment(): ColumnOptionsIconAlignment;
2225
2280
  set columnOptionsIconAlignment(a: ColumnOptionsIconAlignment);
2226
- private aac;
2281
+ private aa7;
2227
2282
  get columnOptionsIconColor(): Brush;
2228
2283
  set columnOptionsIconColor(a: Brush);
2229
2284
  private bk;
2230
2285
  get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
2231
2286
  set columnOptionsIconBehavior(a: ColumnOptionsIconBehavior);
2232
- private z1;
2287
+ private aat;
2233
2288
  get actualBorder(): Brush;
2234
2289
  set actualBorder(a: Brush);
2235
- private z3;
2290
+ private aav;
2236
2291
  get border(): Brush;
2237
2292
  set border(a: Brush);
2238
- private acl;
2239
- get acr(): Thickness;
2240
- set acr(a: Thickness);
2241
- private acj;
2293
+ private adp;
2294
+ get adv(): Thickness;
2295
+ set adv(a: Thickness);
2296
+ private adn;
2242
2297
  get actualBorderWidth(): Thickness;
2243
2298
  set actualBorderWidth(a: Thickness);
2244
- private ack;
2299
+ private ado;
2245
2300
  get borderWidth(): Thickness;
2246
2301
  set borderWidth(a: Thickness);
2247
- private ih;
2302
+ private ip;
2248
2303
  get notifyOnAllSelectionChanges(): boolean;
2249
2304
  set notifyOnAllSelectionChanges(a: boolean);
2250
- private zv;
2251
- get zz(): CornerRadius;
2252
- set zz(a: CornerRadius);
2253
- private zu;
2305
+ private aan;
2306
+ get aar(): CornerRadius;
2307
+ set aar(a: CornerRadius);
2308
+ private aam;
2254
2309
  get cornerRadius(): CornerRadius;
2255
2310
  set cornerRadius(a: CornerRadius);
2256
- private zt;
2311
+ private aal;
2257
2312
  get actualCornerRadius(): CornerRadius;
2258
2313
  set actualCornerRadius(a: CornerRadius);
2259
2314
  static readonly isActiveCellStyleEnabledPropertyName: string;
2260
- private ht;
2315
+ private h0;
2261
2316
  get isActiveCellStyleEnabled(): boolean;
2262
2317
  set isActiveCellStyleEnabled(a: boolean);
2263
- private iv;
2318
+ private i2;
2264
2319
  get stopPropagation(): boolean;
2265
2320
  set stopPropagation(a: boolean);
2266
- private z0;
2321
+ private aas;
2267
2322
  get actualBackground(): Brush;
2268
2323
  set actualBackground(a: Brush);
2269
- private z2;
2324
+ private aau;
2270
2325
  get background(): Brush;
2271
2326
  set background(a: Brush);
2272
- private g9;
2327
+ private hf;
2273
2328
  get platformPixelConverter(): IPlatformPixelConverter;
2274
2329
  set platformPixelConverter(a: IPlatformPixelConverter);
2275
- private e3;
2330
+ private e5;
2276
2331
  get renderingEngine(): ICellRenderingEngine;
2277
2332
  set renderingEngine(a: ICellRenderingEngine);
2278
- private xn;
2279
- private fr;
2333
+ private yf;
2334
+ private ft;
2280
2335
  get responsiveStates(): ResponsiveStatesCollection;
2281
- private gl;
2336
+ private gn;
2282
2337
  get model(): VisualModel;
2283
2338
  set model(a: VisualModel);
2284
2339
  get actualVisibleRegion(): Rect;
@@ -2288,10 +2343,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2288
2343
  private b8;
2289
2344
  private ab;
2290
2345
  private ac;
2291
- private is;
2292
- private ir;
2293
- private it;
2294
- private iq;
2346
+ private iz;
2347
+ private iy;
2348
+ private i0;
2349
+ private ix;
2295
2350
  private b2;
2296
2351
  private a4;
2297
2352
  private v;
@@ -2299,17 +2354,17 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2299
2354
  get initialSortDescriptions(): ColumnSortDescriptionCollection;
2300
2355
  get initialGroupDescriptions(): ColumnGroupDescriptionCollection;
2301
2356
  get initialSummaryDescriptions(): ColumnSummaryDescriptionCollection;
2302
- private o7;
2357
+ private pl;
2303
2358
  get initialSorts(): string;
2304
2359
  set initialSorts(a: string);
2305
- private o6;
2360
+ private pk;
2306
2361
  get initialGroups(): string;
2307
2362
  set initialGroups(a: string);
2308
- private o8;
2363
+ private pm;
2309
2364
  get initialSummaries(): string;
2310
2365
  set initialSummaries(a: string);
2311
- private vm;
2312
- jf(a: any[], b: any[]): boolean;
2366
+ private wd;
2367
+ jo(a: any[], b: any[]): boolean;
2313
2368
  get sortDescriptions(): ColumnSortDescriptionCollection;
2314
2369
  get groupDescriptions(): ColumnGroupDescriptionCollection;
2315
2370
  sortDescriptionsChanged: (sender: any, args: GridSortDescriptionsChangedEventArgs) => void;
@@ -2317,47 +2372,50 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2317
2372
  summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
2318
2373
  columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
2319
2374
  columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
2320
- private ww;
2375
+ private xn;
2321
2376
  cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
2322
2377
  dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
2323
2378
  dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
2324
2379
  get filterExpressions(): FilterExpressionCollection;
2325
2380
  get summaryDescriptions(): ColumnSummaryDescriptionCollection;
2326
- private iw;
2327
- private gh;
2381
+ private i3;
2382
+ private gj;
2328
2383
  get summaryScope(): SummaryScope;
2329
2384
  set summaryScope(a: SummaryScope);
2330
- private h0;
2331
- private hz;
2385
+ private h7;
2386
+ private h6;
2332
2387
  get isGroupCollapsable(): boolean;
2333
2388
  set isGroupCollapsable(a: boolean);
2334
- private ho;
2335
- private es;
2389
+ private hv;
2390
+ private eu;
2336
2391
  get groupHeaderDisplayMode(): GroupHeaderDisplayMode;
2337
2392
  set groupHeaderDisplayMode(a: GroupHeaderDisplayMode);
2338
- private h2;
2339
- private h1;
2393
+ private h9;
2394
+ private h8;
2340
2395
  get isGroupExpandedDefault(): boolean;
2341
2396
  set isGroupExpandedDefault(a: boolean);
2342
- private hp;
2343
- private eu;
2397
+ private hu;
2398
+ get expandCollapseOnSectionHeaderClick(): boolean;
2399
+ set expandCollapseOnSectionHeaderClick(a: boolean);
2400
+ private hw;
2401
+ private ew;
2344
2402
  get groupSummaryDisplayMode(): GroupSummaryDisplayMode;
2345
2403
  set groupSummaryDisplayMode(a: GroupSummaryDisplayMode);
2346
- private hi;
2404
+ private ho;
2347
2405
  get autoAcceptEdits(): boolean;
2348
2406
  set autoAcceptEdits(a: boolean);
2349
2407
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2350
2408
  postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2351
- protected xl(a: string, b: any, c: any): void;
2352
- yt(): void;
2353
- yd(): void;
2354
- ye(): void;
2409
+ protected yd(a: string, b: any, c: any): void;
2410
+ zl(): void;
2411
+ y5(): void;
2412
+ y6(): void;
2355
2413
  calculateCompleted: (sender: any, e: any) => void;
2356
- v5(): void;
2357
- vg(): void;
2358
- private im;
2359
- get k5(): boolean;
2360
- set k5(a: boolean);
2414
+ ww(): void;
2415
+ v7(): void;
2416
+ private iu;
2417
+ get le(): boolean;
2418
+ set le(a: boolean);
2361
2419
  refresh(): void;
2362
2420
  flush(): void;
2363
2421
  private z;
@@ -2370,199 +2428,200 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2370
2428
  private a;
2371
2429
  get actualPrimaryKey(): string[];
2372
2430
  set actualPrimaryKey(a: string[]);
2373
- private he;
2374
- get i1(): boolean;
2375
- set i1(a: boolean);
2376
- protected x8(a: string, b: any, c: any): void;
2377
- private zk;
2378
- private zx;
2379
- private acq;
2431
+ private hk;
2432
+ get i9(): boolean;
2433
+ set i9(a: boolean);
2434
+ protected y0(a: string, b: any, c: any): void;
2435
+ private aac;
2436
+ private aap;
2437
+ private adu;
2380
2438
  syncBorder(): void;
2381
- private w5;
2439
+ private xw;
2382
2440
  private n;
2383
2441
  private o;
2384
2442
  private h;
2385
- private u1;
2386
- private yx;
2387
- private vi;
2388
- private vj;
2389
- private yy;
2390
- private vk;
2391
- private u5;
2392
- private u4;
2443
+ private vs;
2444
+ private zp;
2445
+ private v9;
2446
+ private wa;
2447
+ private zq;
2448
+ private wb;
2449
+ private vw;
2450
+ private vv;
2393
2451
  rootSummariesChanged: (sender: any, args: DataSourceRootSummariesChangedEventArgs) => void;
2394
- private lo;
2395
- private rg;
2396
- private xo;
2397
- private vc;
2398
- private u3;
2399
- private w4;
2400
- vz(): void;
2452
+ private ly;
2453
+ private r5;
2454
+ private yg;
2455
+ private v3;
2456
+ private vu;
2457
+ private xv;
2458
+ wq(): void;
2401
2459
  sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
2402
2460
  onSizeChanged(a: number, b: number): void;
2403
2461
  viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
2404
- private nb;
2405
- private nc;
2406
- lj: boolean;
2462
+ private nn;
2463
+ private no;
2464
+ ls: boolean;
2407
2465
  notifyScrollStart(): void;
2408
2466
  notifyScrollStop(): void;
2409
2467
  setViewport(a: number, b: number, c: number, d: number): void;
2410
2468
  get actualColumns(): GridColumnCollection;
2411
2469
  actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
2412
- private dm;
2470
+ private dp;
2413
2471
  get columns(): GridColumnCollection;
2414
- xh(a: CellModel, b: any, c: any): void;
2415
- xg(a: CellModel, b: any, c: any, d: string): void;
2416
- cg(a: CellPath): DataGridColumn;
2472
+ x9(a: CellModel, b: any, c: any): void;
2473
+ x8(a: CellModel, b: any, c: any, d: string): void;
2474
+ ci(a: CellPath): DataGridColumn;
2417
2475
  hideThenRemoveColumn(a: DataGridColumn): void;
2418
2476
  exchangeColumn(a: DataGridColumn, b: DataGridColumn): void;
2419
- private um;
2420
- private ig;
2421
- private w0;
2422
- private wx;
2423
- private ws;
2424
- private ux;
2425
- private xu;
2426
- private u0;
2477
+ private vd;
2478
+ private io;
2479
+ private xr;
2480
+ private xo;
2481
+ private xj;
2482
+ private vo;
2483
+ private ym;
2484
+ private vr;
2427
2485
  pinColumn(a: DataGridColumn, b: PinnedPositions): void;
2428
- private lh;
2429
- private li;
2486
+ private lq;
2487
+ private lr;
2430
2488
  moveColumn(a: number, b: number): void;
2431
2489
  moveColumnLeft(a: number): void;
2432
2490
  moveColumnRight(a: number): void;
2433
2491
  canMoveColumnLeft(a: number): boolean;
2434
2492
  canMoveColumnRight(a: number): boolean;
2435
- private km;
2436
- private ce;
2437
- private cd;
2438
- private wt;
2439
- private uw;
2440
- private zl;
2441
- private cj;
2442
- rh(a: CellPath, b: DataGrid, c: any, d: number): string;
2493
+ private kv;
2494
+ private cg;
2495
+ private cf;
2496
+ private xk;
2497
+ private vn;
2498
+ private aad;
2499
+ private cl;
2500
+ r6(a: CellPath, b: DataGrid, c: any, d: number): string;
2443
2501
  am(a: CellPath, b: string): CellModel;
2444
2502
  exportVisualModel(): any;
2445
2503
  exportSerializedVisualModel(): string;
2446
- fv(a: number): RowPath;
2447
- private hd;
2504
+ fx(a: number): RowPath;
2505
+ private hj;
2448
2506
  scrollToRowByIndex(a: number): void;
2449
2507
  scrollToLastRowByIndex(a: number): void;
2450
2508
  scrollToItem(a: any): boolean;
2451
2509
  scrollToPrimaryKey(a: any[]): boolean;
2452
2510
  scrollToColumnByIndex(a: number): void;
2453
- private y0;
2454
- lc(a: DataGridColumn): boolean;
2455
- w3(a: number, b: number): void;
2456
- private uv;
2457
- private n0;
2458
- private k8;
2511
+ private zs;
2512
+ ll(a: DataGridColumn): boolean;
2513
+ xu(a: number, b: number): void;
2514
+ private vm;
2515
+ private od;
2516
+ private lh;
2459
2517
  getLastVisibleIndex(): number;
2460
2518
  getFirstVisibleIndex(): number;
2461
- n2(): number;
2462
- n7(): number;
2463
- x3(): void;
2464
- jm: boolean;
2465
- j6: boolean;
2466
- get kd(): boolean;
2467
- get ke(): boolean;
2468
- get kb(): boolean;
2469
- get kc(): boolean;
2470
- private k6;
2471
- private k7;
2472
- private lp;
2473
- private lq;
2474
- private lr;
2475
- private ls;
2476
- private hg;
2477
- private hf;
2478
- ur(a?: boolean): void;
2479
- va(): void;
2480
- xs(a: any, b: PrimaryKeyValue): void;
2481
- xt(a: any, b: PrimaryKeyValue): void;
2482
- xz(a: number, b: any, c: PrimaryKeyValue): void;
2483
- private iz;
2484
- v6(a: number, b: number, c: string): void;
2485
- v9(a: number, b: string): void;
2486
- private v7;
2487
- private nl;
2488
- private nm;
2489
- ko(a: boolean, b: boolean): boolean;
2490
- kp(a: boolean, b: boolean): boolean;
2491
- private n6;
2492
- private n1;
2493
- private ob;
2494
- private oa;
2495
- private nz;
2496
- us(a: number, b: number, c: boolean, d?: boolean): void;
2497
- kt(a: boolean, b: boolean): boolean;
2498
- kv(a: boolean, b: boolean): boolean;
2499
- kw(a: boolean, b: boolean): boolean;
2519
+ of(): number;
2520
+ ok(): number;
2521
+ yv(): void;
2522
+ jv: boolean;
2523
+ kf: boolean;
2524
+ get km(): boolean;
2525
+ get kn(): boolean;
2526
+ get kk(): boolean;
2527
+ get kl(): boolean;
2528
+ private lf;
2529
+ private lg;
2530
+ private lz;
2531
+ private l0;
2532
+ private l1;
2533
+ private l2;
2534
+ private hm;
2535
+ private hl;
2536
+ vi(a?: boolean): void;
2537
+ v1(): void;
2538
+ yk(a: any, b: PrimaryKeyValue): void;
2539
+ yl(a: any, b: PrimaryKeyValue): void;
2540
+ yr(a: number, b: any, c: PrimaryKeyValue): void;
2541
+ private i6;
2542
+ wx(a: number, b: number, c: string): void;
2543
+ w0(a: number, b: string): void;
2544
+ private wy;
2545
+ private nx;
2546
+ private ny;
2500
2547
  kx(a: boolean, b: boolean): boolean;
2501
2548
  ky(a: boolean, b: boolean): boolean;
2502
- k0(a: boolean, b: boolean): boolean;
2503
- x4(): void;
2504
- k1(a: boolean, b: boolean): boolean;
2505
- kq(a: boolean, b: boolean): boolean;
2506
- kr(): boolean;
2507
- ks(): boolean;
2549
+ private oj;
2550
+ private oe;
2551
+ private oo;
2552
+ private on;
2553
+ private oc;
2554
+ vj(a: number, b: number, c: boolean, d?: boolean): void;
2555
+ k2(a: boolean, b: boolean): boolean;
2556
+ k4(a: boolean, b: boolean): boolean;
2557
+ k5(a: boolean, b: boolean): boolean;
2558
+ k6(a: boolean, b: boolean): boolean;
2559
+ k7(a: boolean, b: boolean): boolean;
2560
+ x6(a: boolean, b: boolean): void;
2561
+ k9(a: boolean, b: boolean): boolean;
2562
+ yw(): void;
2563
+ la(a: boolean, b: boolean): boolean;
2508
2564
  kz(a: boolean, b: boolean): boolean;
2565
+ k0(): boolean;
2566
+ k1(): boolean;
2567
+ k8(a: boolean, b: boolean): boolean;
2509
2568
  aq: CellPath;
2510
2569
  ar: CellPath;
2511
- ll(): boolean;
2512
- lf(a: CellModel): boolean;
2513
- je(a: boolean, b?: boolean): boolean;
2514
- u9(a: boolean): void;
2515
- wl(a: PrimaryKeyValue, b: number): void;
2516
- wm(a: PrimaryKeyValue, b: number): void;
2570
+ lu(): boolean;
2571
+ lo(a: CellModel): boolean;
2572
+ jm(a: boolean, b?: boolean): boolean;
2573
+ v0(a: boolean): void;
2574
+ xc(a: PrimaryKeyValue, b: number): void;
2575
+ xd(a: PrimaryKeyValue, b: number): void;
2517
2576
  columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
2518
2577
  selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
2519
2578
  selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
2520
2579
  selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
2521
2580
  selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
2522
- private io;
2523
- private x0;
2581
+ private iv;
2582
+ private ys;
2524
2583
  activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
2525
2584
  selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
2526
- zq(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
2527
- up(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2528
- uq(a: any, b: PrimaryKeyValue, c: boolean): void;
2529
- zp(a: number, b: any, c: PrimaryKeyValue): void;
2530
- yq(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2531
- yr(a: any, b: PrimaryKeyValue, c: boolean): void;
2532
- private xw;
2533
- private xx;
2534
- private xv;
2535
- private xy;
2585
+ aai(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
2586
+ vg(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2587
+ vh(a: any, b: PrimaryKeyValue, c: boolean): void;
2588
+ aah(a: number, b: any, c: PrimaryKeyValue): void;
2589
+ zi(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2590
+ zj(a: any, b: PrimaryKeyValue, c: boolean): void;
2591
+ private yo;
2592
+ private yp;
2593
+ private yn;
2594
+ private yq;
2536
2595
  private au;
2537
- uo(a: number, b: number, c: number, d: number): void;
2538
- un(a: CellRange): void;
2539
- yn(a: CellRange): void;
2540
- ym(): void;
2541
- private vx;
2542
- x1(a: number, b: any, c: any): void;
2543
- private vn;
2544
- wn(): void;
2545
- yw(a: GridConditionalStyle, b: DataGridColumn): void;
2546
- ys(a: GridConditionalStyle, b: DataGridColumn): void;
2547
- lv(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
2548
- private ln;
2549
- vb(a: ColumnSummaryDescription): void;
2550
- private jz;
2551
- yl(a: ColumnSummaryDescription): void;
2596
+ vf(a: number, b: number, c: number, d: number): void;
2597
+ ve(a: CellRange): void;
2598
+ zf(a: CellRange): void;
2599
+ ze(): void;
2600
+ private wo;
2601
+ yt(a: number, b: any, c: any): void;
2602
+ private we;
2603
+ xe(): void;
2604
+ zo(a: GridConditionalStyle, b: DataGridColumn): void;
2605
+ zk(a: GridConditionalStyle, b: DataGridColumn): void;
2606
+ l5(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
2607
+ private lx;
2608
+ v2(a: ColumnSummaryDescription): void;
2609
+ private j8;
2610
+ zd(a: ColumnSummaryDescription): void;
2552
2611
  invalidateVisibleRows(): void;
2553
- o4(a: DataGridColumn): any;
2554
- o3(a: DataGridColumn): any;
2555
- o5(a: DataGridColumn): any;
2556
- private vo;
2557
- private n3;
2558
- private n8;
2559
- private vp;
2560
- private hs;
2561
- x9(): void;
2562
- xf(a: number, b: any): void;
2563
- xm(a: number, b: any): void;
2612
+ pi(a: DataGridColumn): any;
2613
+ ph(a: DataGridColumn): any;
2614
+ pj(a: DataGridColumn): any;
2615
+ private wf;
2616
+ private og;
2617
+ private ol;
2618
+ private wg;
2619
+ private hz;
2620
+ y1(): void;
2621
+ x7(a: number, b: any): void;
2622
+ ye(a: number, b: any): void;
2564
2623
  setActiveResponsiveState(a: string): void;
2565
- zb(a: ResponsiveState): void;
2624
+ z3(a: ResponsiveState): void;
2566
2625
  notifySetItem(a: number, b: any, c: any): void;
2567
2626
  notifyClearItems(): void;
2568
2627
  notifyInsertItem(a: number, b: any): void;
@@ -2575,30 +2634,30 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2575
2634
  getColumnAtRenderedIndex(a: number): DataGridColumn;
2576
2635
  getRootSummaryResults(): ISummaryResult[];
2577
2636
  getSectionSummaryResults(a: number): ISummaryResult[][];
2578
- private il;
2637
+ private it;
2579
2638
  get reactsToSortChanges(): boolean;
2580
2639
  set reactsToSortChanges(a: boolean);
2581
- private ik;
2640
+ private is;
2582
2641
  get reactsToGroupChanges(): boolean;
2583
2642
  set reactsToGroupChanges(a: boolean);
2584
- private ij;
2643
+ private ir;
2585
2644
  get reactsToFilterChanges(): boolean;
2586
2645
  set reactsToFilterChanges(a: boolean);
2587
2646
  aa(a: DataGridColumn): IFilterExpression;
2588
- lm(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2589
- private zr;
2590
- private ow;
2647
+ lv(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2648
+ private aaj;
2649
+ private pa;
2591
2650
  columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
2592
- private w1;
2651
+ private xs;
2593
2652
  cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
2594
- private wc;
2653
+ private w3;
2595
2654
  cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
2596
- private wb;
2655
+ private w2;
2597
2656
  rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
2598
- private xq;
2657
+ private yi;
2599
2658
  rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
2600
- private xp;
2601
- jy(): boolean;
2659
+ private yh;
2660
+ j7(): boolean;
2602
2661
  get canUndo(): boolean;
2603
2662
  get canRedo(): boolean;
2604
2663
  get canCommit(): boolean;
@@ -2611,128 +2670,154 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2611
2670
  updatePropertyAtKey(a: any[], b: string, c: any): void;
2612
2671
  removeItemByKey(a: any[]): void;
2613
2672
  removeItem(a: any): void;
2614
- private ii;
2673
+ private iq;
2615
2674
  acceptEdit(a: number): void;
2616
2675
  rejectEdit(a: number): void;
2617
2676
  setEditError(a: number, b: string): void;
2618
2677
  startEditMode(): void;
2619
2678
  endEditMode(a: boolean): void;
2620
- private ct;
2679
+ private cv;
2621
2680
  get enterBehavior(): EnterKeyBehaviors;
2622
2681
  set enterBehavior(a: EnterKeyBehaviors);
2623
- private cr;
2682
+ private ct;
2624
2683
  get enterBehaviorAfterEdit(): EnterKeyBehaviorAfterEdit;
2625
2684
  set enterBehaviorAfterEdit(a: EnterKeyBehaviorAfterEdit);
2626
2685
  selectAllRows(): void;
2627
2686
  deselectAllRows(): void;
2628
- private h5;
2629
- get j8(): boolean;
2630
- set j8(a: boolean);
2631
- ku(a: Key, b: boolean, c: boolean): boolean;
2632
- private lk;
2633
- ld(): boolean;
2634
- private hw;
2687
+ private rg;
2688
+ private r2;
2689
+ private ic;
2690
+ get kh(): boolean;
2691
+ set kh(a: boolean);
2692
+ k3(a: Key, b: boolean, c: boolean): boolean;
2693
+ private lt;
2694
+ lm(): boolean;
2695
+ private h3;
2635
2696
  get isColumnOptionsSummariesEnabled(): boolean;
2636
2697
  set isColumnOptionsSummariesEnabled(a: boolean);
2637
- private hv;
2698
+ private h2;
2638
2699
  get isColumnOptionsGroupingEnabled(): boolean;
2639
2700
  set isColumnOptionsGroupingEnabled(a: boolean);
2640
- private fj;
2701
+ private fl;
2641
2702
  get mergedCellMode(): MergedCellMode;
2642
2703
  set mergedCellMode(a: MergedCellMode);
2643
- private fh;
2704
+ private fj;
2644
2705
  get mergedCellEvaluationCriteria(): MergedCellEvaluationCriteria;
2645
2706
  set mergedCellEvaluationCriteria(a: MergedCellEvaluationCriteria);
2646
2707
  private af;
2647
2708
  get mergedCellVerticalAlignment(): CellContentVerticalAlignment;
2648
2709
  set mergedCellVerticalAlignment(a: CellContentVerticalAlignment);
2649
2710
  saveLayout(): string;
2650
- private f0;
2651
- private lw;
2711
+ private f2;
2712
+ private l6;
2652
2713
  loadLayout(a: string): void;
2653
2714
  private s;
2654
2715
  private t;
2655
- n5(a: CellPath): number;
2656
- private c0;
2716
+ oi(a: CellPath): number;
2717
+ private c2;
2657
2718
  get filterUIType(): FilterUIType;
2658
2719
  set filterUIType(a: FilterUIType);
2659
- private cx;
2720
+ private cz;
2660
2721
  get filterLogicalOperator(): FilterLogicalOperator;
2661
2722
  set filterLogicalOperator(a: FilterLogicalOperator);
2662
- private cv;
2723
+ private cx;
2663
2724
  get filterComparisonType(): FilterComparisonType;
2664
2725
  set filterComparisonType(a: FilterComparisonType);
2665
- j0(): boolean;
2666
- private lz;
2726
+ j9(): boolean;
2727
+ private l9;
2667
2728
  get todayOverride(): Date;
2668
2729
  set todayOverride(a: Date);
2669
- private hk;
2730
+ private hq;
2670
2731
  get clearSelectionOnEscape(): boolean;
2671
2732
  set clearSelectionOnEscape(a: boolean);
2672
2733
  customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
2673
- w2(a: DataGridColumn, b: FilterOperand, c: any): void;
2674
- private m3;
2675
- le(): boolean;
2676
- vt(): void;
2677
- vs(): void;
2678
- private h6;
2734
+ xt(a: DataGridColumn, b: FilterOperand, c: any): void;
2735
+ private nd;
2736
+ ln(): boolean;
2737
+ wk(): void;
2738
+ wj(): void;
2739
+ private id;
2679
2740
  get isPagerVisible(): boolean;
2680
2741
  set isPagerVisible(a: boolean);
2681
- private m9;
2742
+ private nl;
2682
2743
  get pageSize(): number;
2683
2744
  set pageSize(a: number);
2684
- private ib;
2745
+ private ij;
2685
2746
  get isToolbarVisible(): boolean;
2686
2747
  set isToolbarVisible(a: boolean);
2687
- private h9;
2748
+ private ih;
2688
2749
  get isToolbarColumnChooserVisible(): boolean;
2689
2750
  set isToolbarColumnChooserVisible(a: boolean);
2690
- private ia;
2751
+ private ii;
2691
2752
  get isToolbarColumnPinningVisible(): boolean;
2692
2753
  set isToolbarColumnPinningVisible(a: boolean);
2693
- private pd;
2754
+ private pr;
2694
2755
  get toolbarTitle(): string;
2695
2756
  set toolbarTitle(a: string);
2696
- private o9;
2757
+ private pn;
2697
2758
  get toolbarColumnChooserText(): string;
2698
2759
  set toolbarColumnChooserText(a: string);
2699
- private pa;
2760
+ private po;
2700
2761
  get toolbarColumnChooserTitle(): string;
2701
2762
  set toolbarColumnChooserTitle(a: string);
2702
- private pb;
2763
+ private pp;
2703
2764
  get toolbarColumnPinningText(): string;
2704
2765
  set toolbarColumnPinningText(a: string);
2705
- private pc;
2766
+ private pq;
2706
2767
  get toolbarColumnPinningTitle(): string;
2707
2768
  set toolbarColumnPinningTitle(a: string);
2708
- private gn;
2769
+ private gp;
2709
2770
  get scrollbarStyle(): ScrollbarStyle;
2710
2771
  set scrollbarStyle(a: ScrollbarStyle);
2711
- private aav;
2772
+ private abs;
2712
2773
  get scrollbarBackground(): Brush;
2713
2774
  set scrollbarBackground(a: Brush);
2714
- private z9;
2775
+ private aa2;
2715
2776
  get columnOptionsBackground(): Brush;
2716
2777
  set columnOptionsBackground(a: Brush);
2717
- private aae;
2778
+ private aa9;
2718
2779
  get columnOptionsTextColor(): Brush;
2719
2780
  set columnOptionsTextColor(a: Brush);
2720
- private aad;
2781
+ private gx;
2782
+ get columnOptionsTextStyle(): FontInfo;
2783
+ set columnOptionsTextStyle(a: FontInfo);
2784
+ private aa6;
2785
+ get columnOptionsHoverBackgroundColor(): Brush;
2786
+ set columnOptionsHoverBackgroundColor(a: Brush);
2787
+ private aba;
2788
+ get columnOptionsToolTipBackgroundColor(): Brush;
2789
+ set columnOptionsToolTipBackgroundColor(a: Brush);
2790
+ private abb;
2791
+ get columnOptionsToolTipTextColor(): Brush;
2792
+ set columnOptionsToolTipTextColor(a: Brush);
2793
+ private aa5;
2794
+ get columnOptionsHighlightColor(): Brush;
2795
+ set columnOptionsHighlightColor(a: Brush);
2796
+ private aa8;
2721
2797
  get columnOptionsSeparatorColor(): Brush;
2722
2798
  set columnOptionsSeparatorColor(a: Brush);
2723
- private aaa;
2799
+ private aa3;
2724
2800
  get columnOptionsGroupHeaderBackground(): Brush;
2725
2801
  set columnOptionsGroupHeaderBackground(a: Brush);
2726
- private aab;
2802
+ private aa4;
2727
2803
  get columnOptionsGroupHeaderTextColor(): Brush;
2728
2804
  set columnOptionsGroupHeaderTextColor(a: Brush);
2729
- private z8;
2805
+ private gw;
2806
+ get columnOptionsGroupHeaderTextStyle(): FontInfo;
2807
+ set columnOptionsGroupHeaderTextStyle(a: FontInfo);
2808
+ private aa1;
2730
2809
  get columnOptionsAccentColor(): Brush;
2731
2810
  set columnOptionsAccentColor(a: Brush);
2732
- private hh;
2811
+ private ne;
2812
+ get columnOptionsRowHeight(): number;
2813
+ set columnOptionsRowHeight(a: number);
2814
+ private hn;
2733
2815
  get allowCopyOperation(): boolean;
2734
2816
  set allowCopyOperation(a: boolean);
2735
- private hl;
2817
+ private nk;
2818
+ get maxSelectedCellRanges(): number;
2819
+ set maxSelectedCellRanges(a: number);
2820
+ private hr;
2736
2821
  get deferEventForRowDragSelection(): boolean;
2737
2822
  set deferEventForRowDragSelection(a: boolean);
2738
2823
  registerIconFromText(a: string, b: string, c: string): void;
@@ -3146,20 +3231,20 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3146
3231
  get gc(): Brush;
3147
3232
  set gc(a: Brush);
3148
3233
  private f4;
3149
- get gz(): Brush;
3150
- set gz(a: Brush);
3234
+ get g0(): Brush;
3235
+ set g0(a: Brush);
3151
3236
  private fv;
3152
3237
  get gf(): Brush;
3153
3238
  set gf(a: Brush);
3154
3239
  private f3;
3155
- get gy(): Brush;
3156
- set gy(a: Brush);
3240
+ get gz(): Brush;
3241
+ set gz(a: Brush);
3157
3242
  private fu;
3158
3243
  get ge(): Brush;
3159
3244
  set ge(a: Brush);
3160
3245
  private f2;
3161
- get gx(): Brush;
3162
- set gx(a: Brush);
3246
+ get gy(): Brush;
3247
+ set gy(a: Brush);
3163
3248
  private ft;
3164
3249
  get gd(): Brush;
3165
3250
  set gd(a: Brush);
@@ -3185,8 +3270,8 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3185
3270
  get ab(): TextCellLineBreakMode;
3186
3271
  set ab(a: TextCellLineBreakMode);
3187
3272
  private f5;
3188
- get g0(): Brush;
3189
- set g0(a: Brush);
3273
+ get g1(): Brush;
3274
+ set g1(a: Brush);
3190
3275
  private fw;
3191
3276
  get gg(): Brush;
3192
3277
  set gg(a: Brush);
@@ -3249,8 +3334,8 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3249
3334
  private cp;
3250
3335
  private cr;
3251
3336
  private cs;
3337
+ private gx;
3252
3338
  private gw;
3253
- private gv;
3254
3339
  private bl;
3255
3340
  private bm;
3256
3341
  bh(a: any): number;
@@ -3292,7 +3377,7 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3292
3377
  private el;
3293
3378
  protected f(): CellContentHorizontalAlignment;
3294
3379
  protected k(): CellContentVerticalAlignment;
3295
- protected gu(): Brush;
3380
+ protected gv(): Brush;
3296
3381
  protected go(): Brush;
3297
3382
  protected gp(): Brush;
3298
3383
  protected cl(): number;
@@ -3300,10 +3385,11 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3300
3385
  protected gm(): Brush;
3301
3386
  protected ak(): FontInfo;
3302
3387
  protected gn(): Brush;
3303
- protected gt(): Brush;
3388
+ protected gu(): Brush;
3304
3389
  protected gr(): Brush;
3305
3390
  protected gq(): Brush;
3306
3391
  protected gs(): Brush;
3392
+ protected gt(): Brush;
3307
3393
  protected bj(): number;
3308
3394
  definitionPropertyUpdated: (sender: any, args: DefinitionPropertyUpdatedEventArgs) => void;
3309
3395
  private ae;
@@ -3325,372 +3411,432 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3325
3411
  export declare abstract class DataGridColumn extends DefinitionBase implements IToolbarTarget {
3326
3412
  static $t: Type;
3327
3413
  constructor();
3328
- private ok;
3414
+ private pg;
3329
3415
  protected e2(a: GridConditionalStyle): void;
3330
3416
  protected ct(): any;
3331
3417
  protected cu(): any;
3332
3418
  protected cv(): any;
3333
3419
  protected au(a: GridConditionalStyle): boolean;
3334
- protected qj(): Brush;
3335
- protected qi(): Brush;
3336
- private static la;
3337
- lb: number;
3338
- private hv;
3339
- get hw(): ColumnStates;
3340
- set hw(a: ColumnStates);
3341
- private kw;
3342
- get k7(): number;
3343
- set k7(a: number);
3344
- private ky;
3345
- get k9(): number;
3346
- set k9(a: number);
3347
- private kx;
3348
- get k8(): number;
3349
- set k8(a: number);
3350
- private kv;
3351
- get k6(): number;
3352
- set k6(a: number);
3353
- private lj;
3354
- get ni(): string;
3355
- set ni(a: string);
3356
- private kt;
3357
- get k4(): number;
3358
- set k4(a: number);
3359
- private ks;
3360
- get k3(): number;
3361
- set k3(a: number);
3362
- private ku;
3363
- get k5(): number;
3364
- set k5(a: number);
3365
- private ip;
3366
- get ir(): PinnedPositions;
3367
- set ir(a: PinnedPositions);
3368
- private lh;
3369
- get mr(): string;
3370
- set mr(a: string);
3371
- private li;
3372
- get my(): string;
3373
- set my(a: string);
3374
- private lf;
3375
- get l0(): string;
3376
- set l0(a: string);
3377
- private pv;
3378
- get qm(): Brush;
3379
- set qm(a: Brush);
3380
- private pk;
3381
- get p9(): Brush;
3382
- set p9(a: Brush);
3383
- private pt;
3384
- get qk(): Brush;
3385
- set qk(a: Brush);
3386
- private pi;
3387
- get p7(): Brush;
3388
- set p7(a: Brush);
3389
- private pu;
3390
- get ql(): Brush;
3391
- set ql(a: Brush);
3392
- private pj;
3393
- get p8(): Brush;
3394
- set p8(a: Brush);
3395
- private ib;
3396
- get ic(): GridColumnAnimationSettings;
3397
- set ic(a: GridColumnAnimationSettings);
3398
- private hx;
3420
+ protected r6(): Brush;
3421
+ protected r5(): Brush;
3422
+ private static lp;
3423
+ lq: number;
3424
+ private hw;
3425
+ get hx(): ColumnStates;
3426
+ set hx(a: ColumnStates);
3427
+ private k9;
3428
+ get lm(): number;
3429
+ set lm(a: number);
3430
+ private lb;
3431
+ get lo(): number;
3432
+ set lo(a: number);
3433
+ private la;
3434
+ get ln(): number;
3435
+ set ln(a: number);
3436
+ private k8;
3437
+ get ll(): number;
3438
+ set ll(a: number);
3439
+ private ly;
3440
+ get od(): string;
3441
+ set od(a: string);
3442
+ private k6;
3443
+ get lj(): number;
3444
+ set lj(a: number);
3445
+ private k5;
3446
+ get li(): number;
3447
+ set li(a: number);
3448
+ private k7;
3449
+ get lk(): number;
3450
+ set lk(a: number);
3451
+ private iq;
3452
+ get is(): PinnedPositions;
3453
+ set is(a: PinnedPositions);
3454
+ private lw;
3455
+ get nl(): string;
3456
+ set nl(a: string);
3457
+ private lx;
3458
+ get ns(): string;
3459
+ set ns(a: string);
3460
+ private lu;
3461
+ get mm(): string;
3462
+ set mm(a: string);
3463
+ private q8;
3464
+ get r9(): Brush;
3465
+ set r9(a: Brush);
3466
+ private qs;
3467
+ get rr(): Brush;
3468
+ set rr(a: Brush);
3469
+ private q9;
3470
+ get sa(): Brush;
3471
+ set sa(a: Brush);
3472
+ private qt;
3473
+ get rs(): Brush;
3474
+ set rs(a: Brush);
3475
+ private q6;
3476
+ get r7(): Brush;
3477
+ set r7(a: Brush);
3478
+ private qq;
3479
+ get rp(): Brush;
3480
+ set rp(a: Brush);
3481
+ private q7;
3482
+ get r8(): Brush;
3483
+ set r8(a: Brush);
3484
+ private qr;
3485
+ get rq(): Brush;
3486
+ set rq(a: Brush);
3487
+ private ic;
3488
+ get id(): GridColumnAnimationSettings;
3489
+ set id(a: GridColumnAnimationSettings);
3490
+ private hy;
3399
3491
  get width(): ColumnWidth;
3400
3492
  set width(a: ColumnWidth);
3401
- private ka;
3402
- get ki(): number;
3403
- set ki(a: number);
3404
- private ji;
3405
- get j0(): boolean;
3406
- set j0(a: boolean);
3407
- private jc;
3408
- get ju(): boolean;
3409
- set ju(a: boolean);
3493
+ private kl;
3494
+ get kt(): number;
3495
+ set kt(a: number);
3496
+ private jr;
3497
+ get ka(): boolean;
3498
+ set ka(a: boolean);
3410
3499
  private jl;
3411
- get j3(): boolean;
3412
- set j3(a: boolean);
3413
- private g3;
3414
- get g4(): ColumnFilterCondition;
3415
- set g4(a: ColumnFilterCondition);
3416
- private g5;
3417
- get g6(): IFilterExpression;
3418
- set g6(a: IFilterExpression);
3419
- private ig;
3500
+ get j4(): boolean;
3501
+ set j4(a: boolean);
3502
+ private jv;
3503
+ get ke(): boolean;
3504
+ set ke(a: boolean);
3505
+ private g4;
3506
+ get g5(): ColumnFilterCondition;
3507
+ set g5(a: ColumnFilterCondition);
3508
+ private g6;
3509
+ get g7(): IFilterExpression;
3510
+ set g7(a: IFilterExpression);
3511
+ private ih;
3420
3512
  get header(): Header;
3421
3513
  set header(a: Header);
3422
- private jh;
3423
- get jz(): boolean;
3424
- set jz(a: boolean);
3514
+ private jq;
3515
+ get j9(): boolean;
3516
+ set j9(a: boolean);
3517
+ private jt;
3518
+ get kc(): boolean;
3519
+ set kc(a: boolean);
3520
+ private ju;
3521
+ get kd(): boolean;
3522
+ set kd(a: boolean);
3523
+ private js;
3524
+ get kb(): boolean;
3525
+ set kb(a: boolean);
3526
+ private jw;
3527
+ get kg(): boolean;
3528
+ set kg(a: boolean);
3529
+ private hu;
3530
+ get hv(): ColumnSortDirection;
3531
+ set hv(a: ColumnSortDirection);
3532
+ private ir;
3533
+ get it(): PinnedPositions;
3534
+ set it(a: PinnedPositions);
3425
3535
  private jk;
3426
- get j2(): boolean;
3427
- set j2(a: boolean);
3428
- private jj;
3429
- get j1(): boolean;
3430
- set j1(a: boolean);
3431
- private jm;
3432
- get j5(): boolean;
3433
- set j5(a: boolean);
3434
- private ht;
3435
- get hu(): ColumnSortDirection;
3436
- set hu(a: ColumnSortDirection);
3437
- private iq;
3438
- get is(): PinnedPositions;
3439
- set is(a: PinnedPositions);
3440
- private jb;
3441
- get jt(): boolean;
3442
- set jt(a: boolean);
3443
- get jq(): boolean;
3444
- private hj;
3445
- get hl(): ColumnOptionsIconAlignment;
3446
- set hl(a: ColumnOptionsIconAlignment);
3536
+ get j3(): boolean;
3537
+ set j3(a: boolean);
3538
+ get j0(): boolean;
3447
3539
  private hk;
3448
3540
  get hm(): ColumnOptionsIconAlignment;
3449
3541
  set hm(a: ColumnOptionsIconAlignment);
3450
- private pe;
3451
- get p3(): Brush;
3452
- set p3(a: Brush);
3453
- private pp;
3454
- get qe(): Brush;
3455
- set qe(a: Brush);
3542
+ private hl;
3543
+ get hn(): ColumnOptionsIconAlignment;
3544
+ set hn(a: ColumnOptionsIconAlignment);
3545
+ private qk;
3546
+ get rj(): Brush;
3547
+ set rj(a: Brush);
3548
+ private q0;
3549
+ get rz(): Brush;
3550
+ set rz(a: Brush);
3551
+ private hp;
3552
+ get hr(): ColumnOptionsIconBehavior;
3553
+ set hr(a: ColumnOptionsIconBehavior);
3456
3554
  private ho;
3457
3555
  get hq(): ColumnOptionsIconBehavior;
3458
3556
  set hq(a: ColumnOptionsIconBehavior);
3459
- private hn;
3460
- get hp(): ColumnOptionsIconBehavior;
3461
- set hp(a: ColumnOptionsIconBehavior);
3462
- private i7;
3463
- get jn(): boolean;
3464
- set jn(a: boolean);
3465
- private jd;
3466
- get jv(): boolean;
3467
- set jv(a: boolean);
3468
- private i9;
3469
- get jp(): boolean;
3470
- set jp(a: boolean);
3471
- private jf;
3557
+ private jg;
3472
3558
  get jx(): boolean;
3473
3559
  set jx(a: boolean);
3474
- private i8;
3475
- get jo(): boolean;
3476
- set jo(a: boolean);
3477
- private je;
3478
- get jw(): boolean;
3479
- set jw(a: boolean);
3480
- private iw;
3481
- get ix(): BaseControlTheme;
3482
- set ix(a: BaseControlTheme);
3483
- private pd;
3484
- get p0(): Brush;
3485
- set p0(a: Brush);
3486
- private pm;
3487
- get qb(): Brush;
3488
- set qb(a: Brush);
3489
- private pg;
3490
- get p5(): Brush;
3491
- set p5(a: Brush);
3492
- private pr;
3493
- get qg(): Brush;
3494
- set qg(a: Brush);
3495
- private pf;
3496
- get p4(): Brush;
3497
- set p4(a: Brush);
3498
- private pq;
3499
- get qf(): Brush;
3500
- set qf(a: Brush);
3501
- static readonly lq: string;
3502
- private pa;
3503
- get p1(): Brush;
3504
- set p1(a: Brush);
3505
- private pn;
3506
- get qc(): Brush;
3507
- set qc(a: Brush);
3508
- private pb;
3509
- get p2(): Brush;
3510
- set p2(a: Brush);
3511
- private po;
3512
- get qd(): Brush;
3513
- set qd(a: Brush);
3514
- private pc;
3515
- get pz(): Brush;
3516
- set pz(a: Brush);
3517
- private pl;
3518
- get qa(): Brush;
3519
- set qa(a: Brush);
3520
- private jg;
3560
+ private jm;
3561
+ get j5(): boolean;
3562
+ set j5(a: boolean);
3563
+ private ji;
3564
+ get jz(): boolean;
3565
+ set jz(a: boolean);
3566
+ private jo;
3567
+ get j7(): boolean;
3568
+ set j7(a: boolean);
3569
+ private jh;
3521
3570
  get jy(): boolean;
3522
3571
  set jy(a: boolean);
3523
- private ps;
3524
- get qh(): Brush;
3525
- set qh(a: Brush);
3526
- private ph;
3527
- get p6(): Brush;
3528
- set p6(a: Brush);
3529
- private j9;
3530
- get kh(): number;
3531
- set kh(a: number);
3532
- private j8;
3533
- get kg(): number;
3534
- set kg(a: number);
3572
+ private jn;
3573
+ get j6(): boolean;
3574
+ set j6(a: boolean);
3575
+ private ix;
3576
+ get iy(): BaseControlTheme;
3577
+ set iy(a: BaseControlTheme);
3578
+ private qh;
3579
+ get re(): Brush;
3580
+ set re(a: Brush);
3581
+ private qv;
3582
+ get ru(): Brush;
3583
+ set ru(a: Brush);
3584
+ private qm;
3585
+ get rl(): Brush;
3586
+ set rl(a: Brush);
3587
+ private q2;
3588
+ get r1(): Brush;
3589
+ set r1(a: Brush);
3590
+ private i3;
3591
+ get ja(): FontInfo;
3592
+ set ja(a: FontInfo);
3593
+ private i6;
3594
+ get jd(): FontInfo;
3595
+ set jd(a: FontInfo);
3596
+ private qj;
3597
+ get ri(): Brush;
3598
+ set ri(a: Brush);
3599
+ private qz;
3600
+ get ry(): Brush;
3601
+ set ry(a: Brush);
3602
+ static readonly mh: string;
3603
+ private qn;
3604
+ get rm(): Brush;
3605
+ set rm(a: Brush);
3606
+ private q3;
3607
+ get r2(): Brush;
3608
+ set r2(a: Brush);
3609
+ private qo;
3610
+ get rn(): Brush;
3611
+ set rn(a: Brush);
3612
+ private q4;
3613
+ get r3(): Brush;
3614
+ set r3(a: Brush);
3615
+ private qi;
3616
+ get rh(): Brush;
3617
+ set rh(a: Brush);
3618
+ private qy;
3619
+ get rx(): Brush;
3620
+ set rx(a: Brush);
3621
+ private ql;
3622
+ get rk(): Brush;
3623
+ set rk(a: Brush);
3624
+ private q1;
3625
+ get r0(): Brush;
3626
+ set r0(a: Brush);
3627
+ static readonly l5: string;
3628
+ private qe;
3629
+ get rf(): Brush;
3630
+ set rf(a: Brush);
3631
+ private qw;
3632
+ get rv(): Brush;
3633
+ set rv(a: Brush);
3634
+ private qf;
3635
+ get rg(): Brush;
3636
+ set rg(a: Brush);
3637
+ private qx;
3638
+ get rw(): Brush;
3639
+ set rw(a: Brush);
3535
3640
  private i2;
3641
+ get i9(): FontInfo;
3642
+ set i9(a: FontInfo);
3643
+ private i5;
3644
+ get jc(): FontInfo;
3645
+ set jc(a: FontInfo);
3646
+ private qg;
3647
+ get rd(): Brush;
3648
+ set rd(a: Brush);
3649
+ private qu;
3650
+ get rt(): Brush;
3651
+ set rt(a: Brush);
3652
+ private kz;
3653
+ get lc(): number;
3654
+ set lc(a: number);
3655
+ private k0;
3656
+ get ld(): number;
3657
+ set ld(a: number);
3658
+ private jp;
3659
+ get j8(): boolean;
3660
+ set j8(a: boolean);
3661
+ private q5;
3662
+ get r4(): Brush;
3663
+ set r4(a: Brush);
3664
+ private qp;
3665
+ get ro(): Brush;
3666
+ set ro(a: Brush);
3667
+ private kk;
3668
+ get ks(): number;
3669
+ set ks(a: number);
3670
+ private kj;
3671
+ get kr(): number;
3672
+ set kr(a: number);
3673
+ private i7;
3536
3674
  get textEditStyle(): FontInfo;
3537
3675
  set textEditStyle(a: FontInfo);
3538
- private i1;
3539
- get i4(): FontInfo;
3540
- set i4(a: FontInfo);
3541
- private h3;
3542
- get h4(): EditorType;
3543
- set h4(a: EditorType);
3544
- private lc;
3545
- get ld(): any;
3546
- set ld(a: any);
3547
- private lg;
3548
- get mn(): string;
3549
- set mn(a: string);
3550
- private g1;
3551
- get g2(): string[];
3552
- set g2(a: string[]);
3553
- private il;
3554
- get io(): MergedCellMode;
3555
- set io(a: MergedCellMode);
3556
- private ii;
3557
- get ik(): MergedCellEvaluationCriteria;
3558
- set ik(a: MergedCellEvaluationCriteria);
3676
+ private i4;
3677
+ get jb(): FontInfo;
3678
+ set jb(a: FontInfo);
3679
+ private h4;
3680
+ get h5(): EditorType;
3681
+ set h5(a: EditorType);
3682
+ private lr;
3683
+ get ls(): any;
3684
+ set ls(a: any);
3685
+ private lv;
3686
+ get nh(): string;
3687
+ set nh(a: string);
3688
+ private g2;
3689
+ get g3(): string[];
3690
+ set g3(a: string[]);
3691
+ private im;
3692
+ get ip(): MergedCellMode;
3693
+ set ip(a: MergedCellMode);
3694
+ private ij;
3695
+ get il(): MergedCellEvaluationCriteria;
3696
+ set il(a: MergedCellEvaluationCriteria);
3697
+ private hb;
3698
+ get he(): CellContentVerticalAlignment;
3699
+ set he(a: CellContentVerticalAlignment);
3559
3700
  private ha;
3560
- get hd(): CellContentVerticalAlignment;
3561
- set hd(a: CellContentVerticalAlignment);
3562
- private g9;
3563
- get hb(): CellContentVerticalAlignment;
3564
- set hb(a: CellContentVerticalAlignment);
3565
- private kp;
3566
- get k0(): number;
3567
- set k0(a: number);
3568
- private kr;
3569
- get k2(): number;
3570
- set k2(a: number);
3571
- private kq;
3572
- get k1(): number;
3573
- set k1(a: number);
3574
- private ko;
3575
- get kz(): number;
3576
- set kz(a: number);
3577
- private h5;
3578
- get h6(): FilterComparisonType;
3579
- set h6(a: FilterComparisonType);
3580
- h8(a: FilterComparisonType): FilterComparisonType;
3581
- h7(): FilterComparisonType;
3582
- private id;
3583
- get ie(): GridFilterOperandsCollection;
3584
- private lm;
3585
- get n6(): string;
3586
- set n6(a: string);
3587
- private py;
3588
- get qp(): Brush;
3589
- set qp(a: Brush);
3590
- private i3;
3701
+ get hc(): CellContentVerticalAlignment;
3702
+ set hc(a: CellContentVerticalAlignment);
3703
+ private k2;
3704
+ get lf(): number;
3705
+ set lf(a: number);
3706
+ private k4;
3707
+ get lh(): number;
3708
+ set lh(a: number);
3709
+ private k3;
3710
+ get lg(): number;
3711
+ set lg(a: number);
3712
+ private k1;
3713
+ get le(): number;
3714
+ set le(a: number);
3715
+ private h6;
3716
+ get h7(): FilterComparisonType;
3717
+ set h7(a: FilterComparisonType);
3718
+ h9(a: FilterComparisonType): FilterComparisonType;
3719
+ h8(): FilterComparisonType;
3720
+ private ie;
3721
+ get ig(): GridFilterOperandsCollection;
3722
+ private l1;
3723
+ get o2(): string;
3724
+ set o2(a: string);
3725
+ private rc;
3726
+ get sd(): Brush;
3727
+ set sd(a: Brush);
3728
+ private i8;
3591
3729
  get suffixTextStyle(): FontInfo;
3592
3730
  set suffixTextStyle(a: FontInfo);
3593
- private ll;
3594
- get ny(): string;
3595
- set ny(a: string);
3596
- private lk;
3597
- get nv(): string;
3598
- set nv(a: string);
3599
- private px;
3600
- get qo(): Brush;
3601
- set qo(a: Brush);
3602
- private pw;
3603
- get qn(): Brush;
3604
- set qn(a: Brush);
3605
- private kc;
3606
- get kk(): number;
3607
- set kk(a: number);
3608
- private kd;
3609
- get kl(): number;
3610
- set kl(a: number);
3611
- private ke;
3612
- get km(): number;
3613
- set km(a: number);
3614
- private kb;
3615
- get kj(): number;
3616
- set kj(a: number);
3617
- private kf;
3618
- get kn(): number;
3619
- set kn(a: number);
3620
- private it;
3621
- get iu(): TextCellDecoration;
3622
- set iu(a: TextCellDecoration);
3731
+ private l0;
3732
+ get ou(): string;
3733
+ set ou(a: string);
3734
+ private lz;
3735
+ get or(): string;
3736
+ set or(a: string);
3737
+ private rb;
3738
+ get sc(): Brush;
3739
+ set sc(a: Brush);
3740
+ private ra;
3741
+ get sb(): Brush;
3742
+ set sb(a: Brush);
3743
+ private kn;
3744
+ get kv(): number;
3745
+ set kv(a: number);
3746
+ private ko;
3747
+ get kw(): number;
3748
+ set kw(a: number);
3749
+ private kp;
3750
+ get kx(): number;
3751
+ set kx(a: number);
3752
+ private km;
3753
+ get ku(): number;
3754
+ set ku(a: number);
3755
+ private kq;
3756
+ get ky(): number;
3757
+ set ky(a: number);
3758
+ private iu;
3759
+ get iv(): TextCellDecoration;
3760
+ set iv(a: TextCellDecoration);
3623
3761
  formatCell: (sender: any, args: FormatCellEventArgs) => void;
3624
- private od;
3625
- im(): MergedCellMode;
3626
- ij(): MergedCellEvaluationCriteria;
3627
- j4(): boolean;
3762
+ private o9;
3763
+ io(): MergedCellMode;
3764
+ ik(): MergedCellEvaluationCriteria;
3765
+ kf(): boolean;
3628
3766
  protected gr(): Brush;
3629
- protected gt(): Brush;
3630
- ob(a: CellModel, b: any, c: any): string;
3767
+ protected gu(): Brush;
3768
+ o7(a: CellModel, b: any, c: any): string;
3631
3769
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
3632
3770
  protected d4(a: CellPath, b: DataGrid, c: any): string;
3633
3771
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
3634
3772
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3635
- protected he(): CellContentVerticalAlignment;
3636
- protected g8(): CellContentHorizontalAlignment;
3637
- protected hc(): CellContentVerticalAlignment;
3638
- private o6;
3639
- private oj;
3773
+ protected hf(): CellContentVerticalAlignment;
3774
+ protected g9(): CellContentHorizontalAlignment;
3775
+ protected hd(): CellContentVerticalAlignment;
3776
+ private p9;
3777
+ private pf;
3640
3778
  protected es(a: DataGrid, b: DataGrid): void;
3641
3779
  protected eu(a: any, b: PropertyChangedEventArgs): void;
3642
- o7(): void;
3643
- o8(): void;
3644
- o9(): void;
3780
+ qa(): void;
3781
+ qb(): void;
3782
+ qc(): void;
3783
+ qd(): void;
3645
3784
  protected e8(): void;
3646
3785
  protected fk(): void;
3647
3786
  protected fl(): void;
3648
3787
  protected fi(): void;
3649
- protected o3(): void;
3650
- protected o5(): void;
3651
- protected o4(): void;
3788
+ protected p6(): void;
3789
+ protected p8(): void;
3790
+ protected p7(): void;
3652
3791
  protected fh(): void;
3653
3792
  protected fj(): void;
3654
3793
  protected fg(): void;
3655
- protected or(): void;
3656
- protected oy(): void;
3657
- protected ox(): void;
3658
- protected ot(): void;
3659
- protected o0(): void;
3660
- protected ow(): void;
3661
- protected o2(): void;
3662
- protected os(): void;
3663
- protected o1(): void;
3664
- protected oz(): void;
3665
- protected ou(): void;
3666
- protected ov(): void;
3667
- protected oq(): void;
3794
+ protected pn(): void;
3795
+ protected px(): void;
3796
+ protected pw(): void;
3797
+ protected pp(): void;
3798
+ protected p0(): void;
3799
+ protected pt(): void;
3800
+ protected p3(): void;
3801
+ protected po(): void;
3802
+ protected p1(): void;
3803
+ protected p2(): void;
3804
+ protected pv(): void;
3805
+ protected p4(): void;
3806
+ protected p5(): void;
3807
+ protected pu(): void;
3808
+ protected pz(): void;
3809
+ protected pq(): void;
3810
+ protected pr(): void;
3811
+ protected ps(): void;
3812
+ protected pm(): void;
3813
+ protected py(): void;
3668
3814
  columnCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3669
3815
  columnHeaderCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3670
- protected om(a: CellModel): void;
3671
- protected op(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3672
- hi(): ColumnHidingAnimationMode;
3673
- hs(): ColumnShowingAnimationMode;
3674
- hh(): ColumnExchangingAnimationMode;
3675
- hr(): ColumnResizingAnimationMode;
3676
- mw(): string;
3677
- private iz;
3678
- private ja;
3679
- oo(a: string, b: CellPropertyAnimationType, c: any): void;
3680
- js(): boolean;
3681
- get i0(): FastIterationDictionary$2<string, any>;
3682
- jr(a: string): boolean;
3683
- on(a: string): void;
3684
- le(a: string): any;
3685
- j7: List$1<LayoutAction>;
3686
- ol(a: string): void;
3687
- of(a: ColumnComparisonConditionOperatorType, b: any): void;
3688
- oe(a: string, b: number, c: any): void;
3689
- g7(a: FilterOperand, b: any): IFilterExpression;
3690
- h9(a: string, b: number): FilterOperand;
3691
- og(): void;
3692
- private h1;
3693
- get h2(): DataGridColumnToolbarManager;
3816
+ protected pi(a: CellModel): void;
3817
+ protected pl(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3818
+ hj(): ColumnHidingAnimationMode;
3819
+ ht(): ColumnShowingAnimationMode;
3820
+ hi(): ColumnExchangingAnimationMode;
3821
+ hs(): ColumnResizingAnimationMode;
3822
+ nq(): string;
3823
+ private i0;
3824
+ private jj;
3825
+ pk(a: string, b: CellPropertyAnimationType, c: any): void;
3826
+ j2(): boolean;
3827
+ get i1(): FastIterationDictionary$2<string, any>;
3828
+ j1(a: string): boolean;
3829
+ pj(a: string): void;
3830
+ lt(a: string): any;
3831
+ ki: List$1<LayoutAction>;
3832
+ ph(a: string): void;
3833
+ pb(a: ColumnComparisonConditionOperatorType, b: any): void;
3834
+ pa(a: string, b: number, c: any): void;
3835
+ g8(a: FilterOperand, b: any): IFilterExpression;
3836
+ ia(a: string, b: number): FilterOperand;
3837
+ pc(): void;
3838
+ private h2;
3839
+ get h3(): DataGridColumnToolbarManager;
3694
3840
  getDesiredToolbarActions(): ToolActionInfo[];
3695
3841
  addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
3696
3842
  removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
@@ -3703,14 +3849,14 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3703
3849
  private _invalidateActions;
3704
3850
  get invalidateActions(): () => void;
3705
3851
  set invalidateActions(a: () => void);
3706
- private j6;
3707
- iy(): IToolbarContextAccessor;
3708
- oi(a: (arg1: IToolbarContextAccessor) => void): void;
3852
+ private kh;
3853
+ iz(): IToolbarContextAccessor;
3854
+ pe(a: (arg1: IToolbarContextAccessor) => void): void;
3709
3855
  provideContextAccessor(a: IToolbarContextAccessor): void;
3710
3856
  dismissContextAccessor(a: IToolbarContextAccessor): void;
3711
- oh(): void;
3712
- hz: DataGridColumn;
3713
- abstract h0(): DataGridColumn;
3857
+ pd(): void;
3858
+ h0: DataGridColumn;
3859
+ abstract h1(): DataGridColumn;
3714
3860
  onAttachingOverride: (sender: any, args: GridColumnProviderOnAttachingOverrideEventArgs) => void;
3715
3861
  }
3716
3862
  /**
@@ -4003,18 +4149,18 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
4003
4149
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4004
4150
  protected n(a: CellPath): CellModel;
4005
4151
  protected gn(): Brush;
4006
- private g5;
4007
- get g6(): number;
4008
- set g6(a: number);
4009
- private g1;
4010
- get g3(): number;
4011
- set g3(a: number);
4152
+ private g6;
4153
+ get g7(): number;
4154
+ set g7(a: number);
4012
4155
  private g2;
4013
4156
  get g4(): number;
4014
4157
  set g4(a: number);
4158
+ private g3;
4159
+ get g5(): number;
4160
+ set g5(a: number);
4015
4161
  protected es(a: DataGrid, b: DataGrid): void;
4016
4162
  protected e8(): void;
4017
- protected ha(): void;
4163
+ protected hb(): void;
4018
4164
  protected e4(): void;
4019
4165
  protected eu(a: any, b: PropertyChangedEventArgs): void;
4020
4166
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
@@ -4025,17 +4171,17 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
4025
4171
  export declare class ComboBoxColumn extends DataGridColumn {
4026
4172
  static $t: Type;
4027
4173
  constructor();
4028
- private qr;
4029
- get qs(): IDataSource;
4030
- set qs(a: IDataSource);
4031
- get qt(): any;
4032
- set qt(a: any);
4033
- get qx(): string;
4034
- set qx(a: string);
4035
- get qy(): string;
4036
- set qy(a: string);
4037
- get qq(): string[];
4038
- set qq(a: string[]);
4174
+ private sf;
4175
+ get sg(): IDataSource;
4176
+ set sg(a: IDataSource);
4177
+ get sh(): any;
4178
+ set sh(a: any);
4179
+ get sl(): string;
4180
+ set sl(a: string);
4181
+ get sm(): string;
4182
+ set sm(a: string);
4183
+ get se(): string[];
4184
+ set se(a: string[]);
4039
4185
  protected n(a: CellPath): CellModel;
4040
4186
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4041
4187
  protected es(a: DataGrid, b: DataGrid): void;
@@ -4043,44 +4189,44 @@ export declare class ComboBoxColumn extends DataGridColumn {
4043
4189
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4044
4190
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4045
4191
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4046
- private qz;
4047
- private q0;
4048
- private qv;
4049
- qw(a: any): string;
4050
- h0(): DataGridColumn;
4192
+ private sn;
4193
+ private so;
4194
+ private sj;
4195
+ sk(a: any): string;
4196
+ h1(): DataGridColumn;
4051
4197
  }
4052
4198
  /**
4053
4199
  * @hidden
4054
4200
  */
4055
4201
  export declare class DateTimeColumn extends DataGridColumn {
4056
4202
  static $t: Type;
4057
- private qt;
4058
- private qu;
4059
- get qv(): DateTimeFormats;
4060
- set qv(a: DateTimeFormats);
4061
- private q4;
4062
- get rd(): string;
4063
- set rd(a: string);
4064
- private q3;
4065
- get q6(): string;
4066
- set q6(a: string);
4067
- private qq;
4068
- get qr(): any[];
4069
- set qr(a: any[]);
4070
- private q0;
4071
- get q2(): any;
4072
- set q2(a: any);
4073
- private qx;
4074
- get qy(): boolean;
4075
- set qy(a: boolean);
4076
- get qw(): EditorType;
4077
- set qw(a: EditorType);
4078
- get q1(): any;
4079
- set q1(a: any);
4080
- get q8(): string;
4081
- set q8(a: string);
4082
- get q9(): string;
4083
- set q9(a: string);
4203
+ private sh;
4204
+ private si;
4205
+ get sj(): DateTimeFormats;
4206
+ set sj(a: DateTimeFormats);
4207
+ private ss;
4208
+ get s1(): string;
4209
+ set s1(a: string);
4210
+ private sr;
4211
+ get su(): string;
4212
+ set su(a: string);
4213
+ private se;
4214
+ get sf(): any[];
4215
+ set sf(a: any[]);
4216
+ private so;
4217
+ get sq(): any;
4218
+ set sq(a: any);
4219
+ private sl;
4220
+ get sm(): boolean;
4221
+ set sm(a: boolean);
4222
+ get sk(): EditorType;
4223
+ set sk(a: EditorType);
4224
+ get sp(): any;
4225
+ set sp(a: any);
4226
+ get sw(): string;
4227
+ set sw(a: string);
4228
+ get sx(): string;
4229
+ set sx(a: string);
4084
4230
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4085
4231
  constructor();
4086
4232
  protected n(a: CellPath): CellModel;
@@ -4088,10 +4234,10 @@ export declare class DateTimeColumn extends DataGridColumn {
4088
4234
  d1(a: DataGrid, b: any, c: any): string;
4089
4235
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4090
4236
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4091
- private qz;
4092
- qs: BindingFormatter;
4093
- private ra;
4094
- h0(): DataGridColumn;
4237
+ private sn;
4238
+ sg: BindingFormatter;
4239
+ private sy;
4240
+ h1(): DataGridColumn;
4095
4241
  }
4096
4242
  /**
4097
4243
  * @hidden
@@ -4134,91 +4280,79 @@ export declare abstract class GridCompoundConditionalStyle extends GridCondition
4134
4280
  */
4135
4281
  export declare class DataGridColumnToolbarManager extends Base {
4136
4282
  static $t: Type;
4137
- private f;
4138
- private static k;
4139
- private j;
4140
- constructor(a: DataGridColumn);
4141
- private bz;
4142
- private b0;
4143
- private bq;
4144
- private bp;
4145
- private br;
4146
- private a2;
4147
- private a9;
4148
- private bj;
4149
- private bg;
4283
+ private h;
4284
+ private static m;
4150
4285
  private l;
4151
- private n;
4152
- private m;
4153
- private bh;
4154
- private bc;
4286
+ constructor(a: DataGridColumn);
4155
4287
  private bn;
4156
- private q;
4157
- private r;
4158
- a3(a: ICommandAvailabilityListener): void;
4159
- a4(a: ICommandStateChangedListener): void;
4160
- private static readonly z;
4161
- private static readonly x;
4162
- private static readonly at;
4163
- private static readonly au;
4164
- private static readonly ay;
4165
- private static readonly az;
4166
- private static readonly w;
4167
- private static readonly y;
4168
- private static readonly ak;
4169
- private static readonly ap;
4170
- private static readonly ax;
4171
- private static readonly a1;
4172
- private static readonly a0;
4173
- private static readonly ab;
4174
- private h;
4175
- protected get i(): SRProvider;
4176
- private am;
4177
- a(): ToolActionInfo[];
4178
- private bk;
4179
- private bl;
4180
- private b6;
4181
- private an;
4182
- private al;
4183
- private u;
4184
- private v;
4185
- private ba;
4186
- private b5;
4187
- private b4;
4188
- private b3;
4288
+ private bo;
4289
+ private be;
4290
+ private bd;
4291
+ private bf;
4292
+ private aq;
4293
+ private ax;
4294
+ private a7;
4295
+ private a4;
4296
+ private n;
4297
+ private p;
4189
4298
  private o;
4190
- private s;
4191
- private static bo;
4192
- p(): boolean;
4193
- g(a: ToolCommand): ToolCommandExecutionState;
4194
- private bb;
4195
- a7(): void;
4196
- a8(): void;
4197
- private static b;
4198
- private a6;
4199
4299
  private a5;
4200
- private b2;
4201
- private b1;
4202
- private by;
4203
- private bm;
4204
- private bf;
4205
- private bi;
4300
+ private a0;
4301
+ private bb;
4302
+ private s;
4303
+ private t;
4304
+ ar(a: ICommandAvailabilityListener): void;
4305
+ as(a: ICommandStateChangedListener): void;
4306
+ private j;
4307
+ protected get k(): SRProvider;
4308
+ private ai;
4309
+ b(): ToolActionInfo[];
4310
+ private c;
4311
+ private a;
4312
+ private a8;
4313
+ private a9;
4314
+ private bu;
4315
+ private aj;
4316
+ private ah;
4317
+ private w;
4318
+ private x;
4319
+ private ay;
4206
4320
  private bt;
4207
4321
  private bs;
4208
- bw(a: ICommandAvailabilityListener): void;
4209
- bx(a: ICommandStateChangedListener): void;
4210
- static c(a: DataGridColumn, b: number): {
4322
+ private br;
4323
+ private q;
4324
+ private u;
4325
+ private static bc;
4326
+ r(): boolean;
4327
+ i(a: ToolCommand): ToolCommandExecutionState;
4328
+ private az;
4329
+ av(): void;
4330
+ aw(): void;
4331
+ private static d;
4332
+ private au;
4333
+ private at;
4334
+ private bq;
4335
+ private bp;
4336
+ private bm;
4337
+ private ba;
4338
+ private a3;
4339
+ private a6;
4340
+ private bh;
4341
+ private bg;
4342
+ bk(a: ICommandAvailabilityListener): void;
4343
+ bl(a: ICommandStateChangedListener): void;
4344
+ static e(a: DataGridColumn, b: number): {
4211
4345
  ret: ColumnGroupDescription;
4212
4346
  p1: number;
4213
4347
  };
4214
- static d(a: ListSortDirection): ColumnSortDirection;
4215
- static t(a: ColumnSortDirection): ListSortDirection;
4216
- get e(): ColumnSortDirection;
4217
- set e(a: ColumnSortDirection);
4218
- private be;
4219
- private bd;
4220
- bu(a: DataGrid, b: DataGrid): void;
4221
- bv(): void;
4348
+ static f(a: ListSortDirection): ColumnSortDirection;
4349
+ static v(a: ColumnSortDirection): ListSortDirection;
4350
+ get g(): ColumnSortDirection;
4351
+ set g(a: ColumnSortDirection);
4352
+ private a2;
4353
+ private a1;
4354
+ bi(a: DataGrid, b: DataGrid): void;
4355
+ bj(): void;
4222
4356
  }
4223
4357
  /**
4224
4358
  * @hidden
@@ -4226,15 +4360,15 @@ export declare class DataGridColumnToolbarManager extends Base {
4226
4360
  export declare class EditorDefinition extends DefinitionBase {
4227
4361
  static $t: Type;
4228
4362
  constructor();
4229
- private g8;
4230
- get g9(): Rect;
4231
- set g9(a: Rect);
4232
- private g3;
4233
- get g6(): string;
4234
- set g6(a: string);
4235
- private g1;
4236
- get g2(): CellModel;
4237
- set g2(a: CellModel);
4363
+ private g9;
4364
+ get ha(): Rect;
4365
+ set ha(a: Rect);
4366
+ private g4;
4367
+ get g7(): string;
4368
+ set g7(a: string);
4369
+ private g2;
4370
+ get g3(): CellModel;
4371
+ set g3(a: CellModel);
4238
4372
  protected n(a: CellPath): CellModel;
4239
4373
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4240
4374
  protected es(a: DataGrid, b: DataGrid): void;
@@ -4259,18 +4393,18 @@ export declare class EditRowDefinition extends DefinitionBase {
4259
4393
  */
4260
4394
  export declare class FilterRowDefinition extends DefinitionBase {
4261
4395
  static $t: Type;
4262
- private g2;
4263
- get g6(): number;
4264
- set g6(a: number);
4265
- private g4;
4266
- get g8(): number;
4267
- set g8(a: number);
4268
4396
  private g3;
4269
4397
  get g7(): number;
4270
4398
  set g7(a: number);
4271
- private g1;
4272
- get g5(): number;
4273
- set g5(a: number);
4399
+ private g5;
4400
+ get g9(): number;
4401
+ set g9(a: number);
4402
+ private g4;
4403
+ get g8(): number;
4404
+ set g8(a: number);
4405
+ private g2;
4406
+ get g6(): number;
4407
+ set g6(a: number);
4274
4408
  constructor();
4275
4409
  protected n(a: CellPath): CellModel;
4276
4410
  protected d4(a: CellPath, b: DataGrid, c: any): string;
@@ -4287,41 +4421,41 @@ export declare class FilterRowDefinition extends DefinitionBase {
4287
4421
  export declare abstract class Header extends DefinitionBase {
4288
4422
  static $t: Type;
4289
4423
  constructor();
4290
- protected gu(): Brush;
4424
+ protected gv(): Brush;
4291
4425
  protected gn(): Brush;
4292
- protected hq(): Brush;
4426
+ protected hr(): Brush;
4293
4427
  protected ak(): FontInfo;
4294
4428
  protected es(a: DataGrid, b: DataGrid): void;
4295
4429
  protected e8(): void;
4296
4430
  protected fk(): void;
4297
4431
  protected fl(): void;
4298
- protected hl(): void;
4299
4432
  protected hm(): void;
4433
+ protected hn(): void;
4300
4434
  protected eu(a: any, b: PropertyChangedEventArgs): void;
4435
+ private hp;
4436
+ get hs(): Brush;
4437
+ set hs(a: Brush);
4301
4438
  private ho;
4302
- get hr(): Brush;
4303
- set hr(a: Brush);
4304
- private hn;
4305
- get hp(): Brush;
4306
- set hp(a: Brush);
4439
+ get hq(): Brush;
4440
+ set hq(a: Brush);
4441
+ private g3;
4442
+ get g5(): SortIndicatorStyle;
4443
+ set g5(a: SortIndicatorStyle);
4307
4444
  private g2;
4308
4445
  get g4(): SortIndicatorStyle;
4309
4446
  set g4(a: SortIndicatorStyle);
4310
- private g1;
4311
- get g3(): SortIndicatorStyle;
4312
- set g3(a: SortIndicatorStyle);
4313
- private g6;
4314
- get ha(): number;
4315
- set ha(a: number);
4316
- private g8;
4317
- get hc(): number;
4318
- set hc(a: number);
4319
4447
  private g7;
4320
4448
  get hb(): number;
4321
4449
  set hb(a: number);
4322
- private g5;
4323
- get g9(): number;
4324
- set g9(a: number);
4450
+ private g9;
4451
+ get hd(): number;
4452
+ set hd(a: number);
4453
+ private g8;
4454
+ get hc(): number;
4455
+ set hc(a: number);
4456
+ private g6;
4457
+ get ha(): number;
4458
+ set ha(a: number);
4325
4459
  protected aw(a: string): boolean;
4326
4460
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4327
4461
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
@@ -4334,16 +4468,16 @@ export declare class ColumnResizingSeparator extends DefinitionBase {
4334
4468
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4335
4469
  protected n(a: CellPath): CellModel;
4336
4470
  protected gn(): Brush;
4337
- private g1;
4338
- get g3(): number;
4339
- set g3(a: number);
4340
4471
  private g2;
4341
4472
  get g4(): number;
4342
4473
  set g4(a: number);
4474
+ private g3;
4475
+ get g5(): number;
4476
+ set g5(a: number);
4343
4477
  protected e8(): void;
4344
- protected g8(): void;
4478
+ protected g9(): void;
4345
4479
  protected e4(): void;
4346
- protected g7(a: any, b: PropertyChangedEventArgs): void;
4480
+ protected g8(a: any, b: PropertyChangedEventArgs): void;
4347
4481
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4348
4482
  }
4349
4483
  /**
@@ -4354,12 +4488,12 @@ export declare class HeaderSeparator extends DefinitionBase {
4354
4488
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4355
4489
  protected n(a: CellPath): CellModel;
4356
4490
  protected gn(): Brush;
4357
- protected g1(): number;
4491
+ protected g2(): number;
4358
4492
  protected es(a: DataGrid, b: DataGrid): void;
4359
4493
  protected eu(a: any, b: PropertyChangedEventArgs): void;
4360
4494
  protected e8(): void;
4361
4495
  protected e4(): void;
4362
- private g2;
4496
+ private g3;
4363
4497
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4364
4498
  }
4365
4499
  /**
@@ -4367,31 +4501,31 @@ export declare class HeaderSeparator extends DefinitionBase {
4367
4501
  */
4368
4502
  export declare class ImageColumn extends DataGridColumn {
4369
4503
  static $t: Type;
4370
- private qt;
4371
- get qu(): ImageStretchOptions;
4372
- set qu(a: ImageStretchOptions);
4373
- private qr;
4374
- get qs(): ImageResourceType;
4375
- set qs(a: ImageResourceType);
4376
- get qq(): EditorType;
4377
- set qq(a: EditorType);
4378
- get qv(): any;
4379
- set qv(a: any);
4380
- get qw(): string;
4381
- set qw(a: string);
4382
- get qx(): string;
4383
- set qx(a: string);
4504
+ private sh;
4505
+ get si(): ImageStretchOptions;
4506
+ set si(a: ImageStretchOptions);
4507
+ private sf;
4508
+ get sg(): ImageResourceType;
4509
+ set sg(a: ImageResourceType);
4510
+ get se(): EditorType;
4511
+ set se(a: EditorType);
4512
+ get sj(): any;
4513
+ set sj(a: any);
4514
+ get sk(): string;
4515
+ set sk(a: string);
4516
+ get sl(): string;
4517
+ set sl(a: string);
4384
4518
  constructor();
4385
4519
  protected k(): CellContentVerticalAlignment;
4386
- protected g8(): CellContentHorizontalAlignment;
4387
- protected he(): CellContentVerticalAlignment;
4520
+ protected g9(): CellContentHorizontalAlignment;
4521
+ protected hf(): CellContentVerticalAlignment;
4388
4522
  protected f(): CellContentHorizontalAlignment;
4389
4523
  protected n(a: CellPath): CellModel;
4390
4524
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4391
4525
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4392
4526
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4393
- private qy;
4394
- h0(): DataGridColumn;
4527
+ private sm;
4528
+ h1(): DataGridColumn;
4395
4529
  }
4396
4530
  /**
4397
4531
  * @hidden
@@ -4400,7 +4534,7 @@ export declare class NumericCellFormatter extends Base {
4400
4534
  static $t: Type;
4401
4535
  private static a;
4402
4536
  private static e;
4403
- static b(a: BindingFormatter, b: number, c: number, d: number, e: boolean, f: string, g: string, h: string, i: string, j: number): string;
4537
+ static b(a: BindingFormatter, b: number, c: number, d: number, e: boolean, f: string, g: string, h: string, i: string, j: number, k: boolean): string;
4404
4538
  static c(a: NumericCellModel): string;
4405
4539
  static d(a: NumericColumn, b: number): string;
4406
4540
  }
@@ -4411,57 +4545,60 @@ export declare class NumericColumn extends DataGridColumn {
4411
4545
  static $t: Type;
4412
4546
  constructor();
4413
4547
  protected f(): CellContentHorizontalAlignment;
4414
- private q7;
4415
- get rl(): string;
4416
- set rl(a: string);
4417
- private q9;
4418
- get rp(): string;
4419
- set rp(a: string);
4420
- private q8;
4421
- get rn(): string;
4422
- set rn(a: string);
4423
- private ra;
4424
- get rr(): string;
4425
- set rr(a: string);
4426
- private qx;
4427
- get q0(): number;
4428
- set q0(a: number);
4429
- private qy;
4430
- get q1(): number;
4431
- set q1(a: number);
4432
- private qz;
4433
- get q2(): number;
4434
- set q2(a: number);
4435
- private qu;
4436
- get qv(): boolean;
4437
- set qv(a: boolean);
4438
- private q6;
4439
- get rg(): string;
4440
- set rg(a: string);
4441
- private qq;
4442
- get qr(): any[];
4443
- set qr(a: any[]);
4444
- private q3;
4445
- get q5(): any;
4446
- set q5(a: any);
4447
- get qt(): EditorType;
4448
- set qt(a: EditorType);
4449
- get q4(): any;
4450
- set q4(a: any);
4451
- get rb(): string;
4452
- set rb(a: string);
4453
- get rc(): string;
4454
- set rc(a: string);
4455
- qs: BindingFormatter;
4548
+ private sx;
4549
+ get tc(): string;
4550
+ set tc(a: string);
4551
+ private sz;
4552
+ get tg(): string;
4553
+ set tg(a: string);
4554
+ private sy;
4555
+ get te(): string;
4556
+ set te(a: string);
4557
+ private s0;
4558
+ get ti(): string;
4559
+ set ti(a: string);
4560
+ private sn;
4561
+ get sq(): number;
4562
+ set sq(a: number);
4563
+ private so;
4564
+ get sr(): number;
4565
+ set sr(a: number);
4566
+ private sp;
4567
+ get ss(): number;
4568
+ set ss(a: number);
4569
+ private si;
4570
+ get sk(): boolean;
4571
+ set sk(a: boolean);
4572
+ private sj;
4573
+ get sl(): boolean;
4574
+ set sl(a: boolean);
4575
+ private sw;
4576
+ get s6(): string;
4577
+ set s6(a: string);
4578
+ private se;
4579
+ get sf(): any[];
4580
+ set sf(a: any[]);
4581
+ private st;
4582
+ get sv(): any;
4583
+ set sv(a: any);
4584
+ get sh(): EditorType;
4585
+ set sh(a: EditorType);
4586
+ get su(): any;
4587
+ set su(a: any);
4588
+ get s1(): string;
4589
+ set s1(a: string);
4590
+ get s2(): string;
4591
+ set s2(a: string);
4592
+ sg: BindingFormatter;
4456
4593
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4457
4594
  protected n(a: CellPath): CellModel;
4458
4595
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4459
4596
  d1(a: DataGrid, b: any, c: any): string;
4460
4597
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4461
4598
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4462
- private qw;
4463
- private rd;
4464
- h0(): DataGridColumn;
4599
+ private sm;
4600
+ private s3;
4601
+ h1(): DataGridColumn;
4465
4602
  }
4466
4603
  /**
4467
4604
  * @hidden
@@ -4510,30 +4647,42 @@ export declare class SectionFooter extends DefinitionBase {
4510
4647
  */
4511
4648
  export declare class SectionHeader extends DefinitionBase {
4512
4649
  static $t: Type;
4513
- private ht;
4514
- get hv(): Brush;
4515
- set hv(a: Brush);
4516
- private hs;
4517
- get hu(): Brush;
4518
- set hu(a: Brush);
4519
- private g9;
4520
- get hd(): number;
4521
- set hd(a: number);
4522
- private hb;
4523
- get hf(): number;
4524
- set hf(a: number);
4650
+ private h3;
4651
+ get h9(): Brush;
4652
+ set h9(a: Brush);
4653
+ private h0;
4654
+ get h6(): Brush;
4655
+ set h6(a: Brush);
4656
+ private h4;
4657
+ get ia(): Brush;
4658
+ set ia(a: Brush);
4659
+ private h1;
4660
+ get h7(): Brush;
4661
+ set h7(a: Brush);
4662
+ private h2;
4663
+ get h8(): Brush;
4664
+ set h8(a: Brush);
4665
+ private hz;
4666
+ get h5(): Brush;
4667
+ set h5(a: Brush);
4525
4668
  private ha;
4526
4669
  get he(): number;
4527
4670
  set he(a: number);
4528
- private g8;
4529
- get hc(): number;
4530
- set hc(a: number);
4531
- private g5;
4532
- get g6(): boolean;
4533
- set g6(a: boolean);
4534
- private g2;
4535
- get g3(): GroupSummaryDisplayMode;
4536
- set g3(a: GroupSummaryDisplayMode);
4671
+ private hc;
4672
+ get hg(): number;
4673
+ set hg(a: number);
4674
+ private hb;
4675
+ get hf(): number;
4676
+ set hf(a: number);
4677
+ private g9;
4678
+ get hd(): number;
4679
+ set hd(a: number);
4680
+ private g6;
4681
+ get g7(): boolean;
4682
+ set g7(a: boolean);
4683
+ private g3;
4684
+ get g4(): GroupSummaryDisplayMode;
4685
+ set g4(a: GroupSummaryDisplayMode);
4537
4686
  sectionHeaderPropertyUpdating: (sectionHeader: SectionHeader, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
4538
4687
  constructor();
4539
4688
  protected d4(a: CellPath, b: DataGrid, c: any): string;
@@ -4541,18 +4690,21 @@ export declare class SectionHeader extends DefinitionBase {
4541
4690
  protected gn(): Brush;
4542
4691
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4543
4692
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4693
+ protected e4(): void;
4544
4694
  protected es(a: DataGrid, b: DataGrid): void;
4545
- private g7;
4546
- private hp;
4547
- private ho;
4695
+ private g8;
4696
+ private hu;
4697
+ private ht;
4548
4698
  protected eu(a: any, b: PropertyChangedEventArgs): void;
4549
- hr(): void;
4699
+ hx(): void;
4700
+ hy(): void;
4550
4701
  protected e8(): void;
4551
4702
  protected fk(): void;
4703
+ hw(): void;
4552
4704
  protected fl(): void;
4553
- hq(): void;
4705
+ hv(): void;
4554
4706
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4555
- private g1;
4707
+ private g2;
4556
4708
  }
4557
4709
  /**
4558
4710
  * @hidden
@@ -4569,7 +4721,7 @@ export declare class RowSeparator extends DefinitionBase {
4569
4721
  protected eu(a: any, b: PropertyChangedEventArgs): void;
4570
4722
  protected n(a: CellPath): CellModel;
4571
4723
  protected gn(): Brush;
4572
- protected gt(): Brush;
4724
+ protected gu(): Brush;
4573
4725
  protected gq(): Brush;
4574
4726
  protected gr(): Brush;
4575
4727
  protected bj(): number;
@@ -4592,36 +4744,36 @@ export declare class HeaderRowSeparator extends DefinitionBase {
4592
4744
  */
4593
4745
  export declare abstract class SummaryRow extends DefinitionBase {
4594
4746
  static $t: Type;
4595
- private ht;
4596
- get hy(): Brush;
4597
- set hy(a: Brush);
4598
- private hr;
4599
- get hv(): Brush;
4600
- set hv(a: Brush);
4601
4747
  private hu;
4602
4748
  get hz(): Brush;
4603
4749
  set hz(a: Brush);
4604
4750
  private hs;
4605
4751
  get hw(): Brush;
4606
4752
  set hw(a: Brush);
4607
- private g2;
4753
+ private hv;
4754
+ get h0(): Brush;
4755
+ set h0(a: Brush);
4756
+ private ht;
4757
+ get hx(): Brush;
4758
+ set hx(a: Brush);
4759
+ private g3;
4608
4760
  get summaryNameTextStyle(): FontInfo;
4609
4761
  set summaryNameTextStyle(a: FontInfo);
4610
- private g1;
4611
- get g3(): FontInfo;
4612
- set g3(a: FontInfo);
4613
- private g7;
4614
- get hb(): number;
4615
- set hb(a: number);
4616
- private g9;
4617
- get hd(): number;
4618
- set hd(a: number);
4762
+ private g2;
4763
+ get g4(): FontInfo;
4764
+ set g4(a: FontInfo);
4619
4765
  private g8;
4620
4766
  get hc(): number;
4621
4767
  set hc(a: number);
4622
- private g6;
4623
- get ha(): number;
4624
- set ha(a: number);
4768
+ private ha;
4769
+ get he(): number;
4770
+ set he(a: number);
4771
+ private g9;
4772
+ get hd(): number;
4773
+ set hd(a: number);
4774
+ private g7;
4775
+ get hb(): number;
4776
+ set hb(a: number);
4625
4777
  constructor();
4626
4778
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4627
4779
  protected n(a: CellPath): CellModel;
@@ -4629,16 +4781,15 @@ export declare abstract class SummaryRow extends DefinitionBase {
4629
4781
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4630
4782
  protected es(a: DataGrid, b: DataGrid): void;
4631
4783
  protected e4(): void;
4632
- protected hx(): Brush;
4633
- protected gu(): Brush;
4784
+ protected hy(): Brush;
4785
+ protected gv(): Brush;
4634
4786
  protected eu(a: any, b: PropertyChangedEventArgs): void;
4635
- protected ho(): void;
4636
4787
  protected hp(): void;
4637
- protected fl(): void;
4638
4788
  protected hq(): void;
4789
+ protected hr(): void;
4639
4790
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4640
4791
  protected ak(): FontInfo;
4641
- protected g4(): FontInfo;
4792
+ protected g5(): FontInfo;
4642
4793
  }
4643
4794
  /**
4644
4795
  * @hidden
@@ -4648,10 +4799,11 @@ export declare class SummaryRowRoot extends SummaryRow {
4648
4799
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4649
4800
  protected gn(): Brush;
4650
4801
  protected e8(): void;
4651
- protected ho(): void;
4652
4802
  protected hp(): void;
4653
- protected fk(): void;
4654
4803
  protected hq(): void;
4804
+ protected fk(): void;
4805
+ protected fl(): void;
4806
+ protected hr(): void;
4655
4807
  }
4656
4808
  /**
4657
4809
  * @hidden
@@ -4661,10 +4813,11 @@ export declare class SummaryRowSection extends SummaryRow {
4661
4813
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4662
4814
  protected gn(): Brush;
4663
4815
  protected e8(): void;
4664
- protected ho(): void;
4665
4816
  protected hp(): void;
4666
- protected fk(): void;
4667
4817
  protected hq(): void;
4818
+ protected fk(): void;
4819
+ protected fl(): void;
4820
+ protected hr(): void;
4668
4821
  }
4669
4822
  /**
4670
4823
  * @hidden
@@ -4676,10 +4829,10 @@ export declare class TemplateColumn extends DataGridColumn {
4676
4829
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4677
4830
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4678
4831
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4679
- qr(a: TemplateCellModel, b: any): void;
4832
+ sf(a: TemplateCellModel, b: any): void;
4680
4833
  cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
4681
4834
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4682
- h0(): DataGridColumn;
4835
+ h1(): DataGridColumn;
4683
4836
  }
4684
4837
  /**
4685
4838
  * @hidden
@@ -4698,24 +4851,24 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
4698
4851
  */
4699
4852
  export declare class TextColumn extends DataGridColumn {
4700
4853
  static $t: Type;
4701
- private qs;
4702
- get qw(): string;
4703
- set qw(a: string);
4704
- get qq(): EditorType;
4705
- set qq(a: EditorType);
4706
- get qr(): any;
4707
- set qr(a: any);
4708
- get qt(): string;
4709
- set qt(a: string);
4710
- get qu(): string;
4711
- set qu(a: string);
4854
+ private sg;
4855
+ get sk(): string;
4856
+ set sk(a: string);
4857
+ get se(): EditorType;
4858
+ set se(a: EditorType);
4859
+ get sf(): any;
4860
+ set sf(a: any);
4861
+ get sh(): string;
4862
+ set sh(a: string);
4863
+ get si(): string;
4864
+ set si(a: string);
4712
4865
  protected n(a: CellPath): CellModel;
4713
4866
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4714
4867
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4715
4868
  d1(a: DataGrid, b: any, c: any): string;
4716
- private qv;
4869
+ private sj;
4717
4870
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4718
- h0(): DataGridColumn;
4871
+ h1(): DataGridColumn;
4719
4872
  }
4720
4873
  /**
4721
4874
  * @hidden