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

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 (279) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
  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 +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +417 -412
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
  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 +3 -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 +367 -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 +58 -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 +46 -47
  83. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  84. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  85. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  86. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  87. package/esm2015/lib/igx-data-grid-column-component.js +289 -163
  88. package/esm2015/lib/igx-data-grid-component.js +163 -2
  89. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
  90. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  91. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  92. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  93. package/esm2015/lib/igx-definition-base-component.js +8 -8
  94. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  95. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  96. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  97. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  98. package/esm2015/lib/igx-header-component.js +16 -16
  99. package/esm2015/lib/igx-image-cell-info.js +6 -6
  100. package/esm2015/lib/igx-image-column-component.js +10 -10
  101. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  102. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  103. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  104. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  106. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  107. package/esm2015/lib/igx-section-header-component.js +55 -17
  108. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  110. package/esm2015/lib/igx-summary-row-component.js +16 -16
  111. package/esm2015/lib/igx-template-cell-info.js +2 -2
  112. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  113. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  114. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  115. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  116. package/esm2015/lib/igx-text-cell-info.js +2 -2
  117. package/esm2015/lib/igx-text-column-component.js +8 -8
  118. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  119. package/esm2015/lib/igx-text-header-cell-info.js +74 -24
  120. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  121. package/esm2015/public_api.js +2 -0
  122. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  123. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  124. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  125. package/esm5/lib/CanvasGridCellBase.js +13 -13
  126. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  127. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  129. package/esm5/lib/CanvasSummaryCell.js +2 -2
  130. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  131. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  132. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  134. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  135. package/esm5/lib/CellPresenterBase.js +39 -36
  136. package/esm5/lib/CheckboxListBridge.js +36 -36
  137. package/esm5/lib/CheckboxListView_combined.js +400 -395
  138. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  139. package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
  140. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  141. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  142. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  143. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  144. package/esm5/lib/ContentCellModelHelper.js +10 -10
  145. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  146. package/esm5/lib/DataGridLocaleEn.js +3 -0
  147. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  148. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  149. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  150. package/esm5/lib/Dragger.js +4 -4
  151. package/esm5/lib/DraggerView.js +8 -8
  152. package/esm5/lib/EditorCell.js +277 -277
  153. package/esm5/lib/EditorCellPresenter.js +26 -26
  154. package/esm5/lib/FilterCell.js +259 -259
  155. package/esm5/lib/FilterCellPresenter.js +15 -15
  156. package/esm5/lib/GridCellBase.js +168 -147
  157. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  158. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  159. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  160. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  161. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  162. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  163. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  164. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  165. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  166. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  167. package/esm5/lib/GridExternalWrapper.js +12 -6
  168. package/esm5/lib/GridFilterDialogView_combined.js +381 -247
  169. package/esm5/lib/GridIconRepository.js +98 -0
  170. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  171. package/esm5/lib/GridStyleRepository.js +127 -115
  172. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  173. package/esm5/lib/ICheckboxListView.js +11 -0
  174. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  175. package/esm5/lib/ImageCell.js +57 -57
  176. package/esm5/lib/ImageCellPresenter.js +15 -15
  177. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  178. package/esm5/lib/NativeUIComboFactory.js +1 -1
  179. package/esm5/lib/NativeUIGridFactory.js +2 -2
  180. package/esm5/lib/NumericCell.js +8 -8
  181. package/esm5/lib/NumericCellPresenter.js +9 -9
  182. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  183. package/esm5/lib/SectionHeaderCell.js +22 -10
  184. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  185. package/esm5/lib/SummaryCell.js +47 -38
  186. package/esm5/lib/SummaryCellPresenter.js +10 -10
  187. package/esm5/lib/TemplateCell.js +16 -16
  188. package/esm5/lib/TemplateCellPresenter.js +3 -3
  189. package/esm5/lib/TemplateHeader.js +5 -5
  190. package/esm5/lib/TemplateHeaderCell.js +5 -5
  191. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  192. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  193. package/esm5/lib/TemplateSectionHeader.js +1 -1
  194. package/esm5/lib/TextCell.js +29 -29
  195. package/esm5/lib/TextCellPresenter.js +10 -10
  196. package/esm5/lib/TextHeaderCell.js +186 -151
  197. package/esm5/lib/TextHeaderCellPresenter.js +58 -39
  198. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  199. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  200. package/esm5/lib/igx-cell-info.js +127 -91
  201. package/esm5/lib/igx-checkbox-list-component.js +46 -47
  202. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  203. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  204. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  205. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  206. package/esm5/lib/igx-data-grid-column-component.js +341 -163
  207. package/esm5/lib/igx-data-grid-component.js +213 -2
  208. package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
  209. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  210. package/esm5/lib/igx-date-time-column-component.js +20 -20
  211. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  212. package/esm5/lib/igx-definition-base-component.js +8 -8
  213. package/esm5/lib/igx-editor-cell-info.js +23 -23
  214. package/esm5/lib/igx-filter-cell-info.js +26 -26
  215. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  216. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-header-component.js +16 -16
  218. package/esm5/lib/igx-image-cell-info.js +6 -6
  219. package/esm5/lib/igx-image-column-component.js +10 -10
  220. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  221. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  222. package/esm5/lib/igx-numeric-column-component.js +47 -31
  223. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  224. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  225. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  226. package/esm5/lib/igx-section-header-component.js +71 -17
  227. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  228. package/esm5/lib/igx-summary-cell-info.js +9 -9
  229. package/esm5/lib/igx-summary-row-component.js +16 -16
  230. package/esm5/lib/igx-template-cell-info.js +2 -2
  231. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  232. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  233. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  235. package/esm5/lib/igx-text-cell-info.js +2 -2
  236. package/esm5/lib/igx-text-column-component.js +8 -8
  237. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-text-header-cell-info.js +98 -24
  239. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  240. package/esm5/public_api.js +2 -0
  241. package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
  242. package/fesm5/igniteui-angular-data-grids.js +15844 -13296
  243. package/lib/CheckboxListView_combined.d.ts +104 -104
  244. package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
  245. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  246. package/lib/DataGridLocaleEn.d.ts +3 -0
  247. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  248. package/lib/EditorCell.d.ts +67 -67
  249. package/lib/FilterCell.d.ts +55 -55
  250. package/lib/GridCellBase.d.ts +64 -61
  251. package/lib/GridExternalWrapper.d.ts +2 -0
  252. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  253. package/lib/GridIconRepository.d.ts +44 -0
  254. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  255. package/lib/GridStyleRepository.d.ts +3 -2
  256. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  257. package/lib/ICheckboxListView.d.ts +38 -0
  258. package/lib/ImageCell.d.ts +17 -17
  259. package/lib/NumericCell.d.ts +2 -2
  260. package/lib/SectionHeaderCell.d.ts +5 -3
  261. package/lib/SummaryCell.d.ts +11 -9
  262. package/lib/TemplateCell.d.ts +5 -5
  263. package/lib/TemplateHeader.d.ts +1 -1
  264. package/lib/TemplateHeaderCell.d.ts +2 -2
  265. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  266. package/lib/TemplateSectionHeader.d.ts +1 -1
  267. package/lib/TextCell.d.ts +7 -7
  268. package/lib/TextHeaderCell.d.ts +30 -30
  269. package/lib/VerticalSeparatorCell.d.ts +8 -8
  270. package/lib/igx-cell-info.d.ts +15 -0
  271. package/lib/igx-data-grid-column-component.d.ts +42 -1
  272. package/lib/igx-data-grid-component.d.ts +61 -1
  273. package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
  274. package/lib/igx-numeric-cell-info.d.ts +6 -0
  275. package/lib/igx-numeric-column-component.d.ts +8 -1
  276. package/lib/igx-section-header-component.d.ts +15 -1
  277. package/lib/igx-text-header-cell-info.d.ts +16 -0
  278. package/package.json +4 -4
  279. 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();
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;
1083
+ static op: number;
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;
1062
1091
  private of;
1063
- private oe;
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);
1064
1103
  private n9;
1065
- 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;
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,81 @@ 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 o9: number;
1383
+ private op;
1384
+ get oq(): boolean;
1385
+ set oq(a: boolean);
1386
+ static readonly pa: 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 pz;
1396
+ get p9(): Brush;
1397
+ set p9(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 pu;
1408
+ get p4(): Brush;
1409
+ set p4(a: Brush);
1410
+ static readonly o5: number;
1411
+ private p1;
1412
+ get qb(): Brush;
1413
+ set qb(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 py;
1420
+ get p8(): Brush;
1421
+ set p8(a: Brush);
1422
+ static readonly o8: number;
1423
+ private p2;
1424
+ get qc(): Brush;
1425
+ set qc(a: Brush);
1426
+ static readonly ox: number;
1427
+ private px;
1428
+ get p7(): Brush;
1429
+ set p7(a: Brush);
1430
+ static readonly o4: number;
1431
+ private p0;
1432
+ get qa(): Brush;
1433
+ set qa(a: Brush);
1434
+ static readonly ou: number;
1435
+ private pv;
1436
+ get p5(): Brush;
1437
+ set p5(a: Brush);
1438
+ static readonly ov: number;
1439
+ private pw;
1440
+ get p6(): Brush;
1441
+ set p6(a: Brush);
1442
+ static readonly ow: number;
1443
+ private ol;
1444
+ get on(): FontInfo;
1445
+ set on(a: FontInfo);
1446
+ static readonly os: number;
1447
+ private pt;
1448
+ get p3(): Brush;
1449
+ set p3(a: Brush);
1450
+ static readonly o3: number;
1451
+ private or;
1452
+ get o2(): number;
1453
+ set o2(a: number);
1454
+ mt(a: string, b: any): void;
1455
+ l5(a: string): Type;
1456
+ ih(a: string): any;
1418
1457
  b(a: CellModelExport): CellModelExport;
1419
1458
  }
1420
1459
  /**
@@ -1660,19 +1699,19 @@ export declare class EditingManager extends Base {
1660
1699
  */
1661
1700
  export declare class DataGrid extends Base implements INotifyPropertyChanged {
1662
1701
  static $t: Type;
1663
- private ou;
1702
+ private o6;
1664
1703
  get externalObject(): any;
1665
1704
  set externalObject(a: any);
1666
1705
  private _propertySetter;
1667
1706
  get propertySetter(): IPropertySetter;
1668
1707
  set propertySetter(a: IPropertySetter);
1669
- private fd;
1708
+ private ff;
1670
1709
  get externalGrid(): IExternalGrid;
1671
1710
  set externalGrid(a: IExternalGrid);
1672
- private fb;
1711
+ private fd;
1673
1712
  get dragger(): IDragger;
1674
1713
  set dragger(a: IDragger);
1675
- private e5;
1714
+ private e7;
1676
1715
  get columnGrouping(): IColumnGrouping;
1677
1716
  set columnGrouping(a: IColumnGrouping);
1678
1717
  private _pager;
@@ -1681,207 +1720,207 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1681
1720
  private _toolbar;
1682
1721
  get toolbar(): IDataGridComponent;
1683
1722
  set toolbar(a: IDataGridComponent);
1684
- private gp;
1723
+ private gr;
1685
1724
  get theme(): BaseControlTheme;
1686
1725
  set theme(a: BaseControlTheme);
1687
1726
  columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
1688
1727
  columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
1689
- wp(a: DataGridColumn): void;
1690
- wo(a: DataGridColumn): void;
1728
+ xc(a: DataGridColumn): void;
1729
+ xb(a: DataGridColumn): void;
1691
1730
  columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
1692
1731
  columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
1693
1732
  p(a: CellModel): ColumnFilterCondition;
1694
1733
  r(a: CellModel): DataSourceSchemaPropertyType;
1695
- wz(a: DataGridColumn): void;
1734
+ xm(a: DataGridColumn): void;
1696
1735
  filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1697
1736
  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;
1737
+ vm(a: CellModel, b: ColumnFilterCondition): void;
1738
+ vl(a: CellModel, b: ColumnFilterCondition): void;
1739
+ xl(a: DataGridColumn): void;
1701
1740
  columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
1702
1741
  columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
1703
- wv(a: DataGridColumn): void;
1704
- wu(a: DataGridColumn): void;
1742
+ xi(a: DataGridColumn): void;
1743
+ xh(a: DataGridColumn): void;
1705
1744
  columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
1706
1745
  columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
1707
- wr(a: DataGridColumn): void;
1708
- wq(a: DataGridColumn): void;
1746
+ xe(a: DataGridColumn): void;
1747
+ xd(a: DataGridColumn): void;
1709
1748
  cellPreviewPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1710
- wj(a: CellModel): void;
1749
+ w6(a: CellModel): void;
1711
1750
  cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1712
- wk(a: CellModel): void;
1751
+ w7(a: CellModel): void;
1713
1752
  cellPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1714
- wh(a: CellModel): void;
1753
+ w4(a: CellModel): void;
1715
1754
  cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1716
- wi(a: CellModel): void;
1717
- xr(a: number, b: string): void;
1755
+ w5(a: CellModel): void;
1756
+ yf(a: number, b: string): void;
1718
1757
  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;
1758
+ x1(a: CellModel): void;
1759
+ aab(a: number): void;
1760
+ private nf;
1761
+ x0(a: EditorCellModel): void;
1762
+ wx(a: CellModel, b: MouseButton): void;
1763
+ wv(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1764
+ private yy;
1726
1765
  private bs;
1727
1766
  get columnResizingMode(): ColumnResizingMode;
1728
1767
  set columnResizingMode(a: ColumnResizingMode);
1729
1768
  private be;
1730
1769
  get columnMovingMode(): ColumnMovingMode;
1731
1770
  set columnMovingMode(a: ColumnMovingMode);
1732
- e2: HoverManager;
1733
- private h8;
1771
+ e4: HoverManager;
1772
+ private ie;
1734
1773
  get isRowHoverEnabled(): boolean;
1735
1774
  set isRowHoverEnabled(a: boolean);
1736
- private aap;
1775
+ private abh;
1737
1776
  get rowHoverBackground(): Brush;
1738
1777
  set rowHoverBackground(a: Brush);
1739
- private aaq;
1778
+ private abi;
1740
1779
  get rowHoverTextColor(): Brush;
1741
1780
  set rowHoverTextColor(a: Brush);
1742
- private aah;
1781
+ private aa9;
1743
1782
  get editRowBorder(): Brush;
1744
1783
  set editRowBorder(a: Brush);
1745
- private acm;
1784
+ private adk;
1746
1785
  get editRowBorderWidth(): Thickness;
1747
1786
  set editRowBorderWidth(a: Thickness);
1748
- acg: Point;
1787
+ ade: Point;
1749
1788
  as: CellPath;
1750
1789
  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;
1790
+ private h3;
1791
+ w2(a: CellModel, b: number, c: number): void;
1792
+ w3(a: CellModel, b: number, c: number): void;
1793
+ w1(a: CellModel, b: number, c: number): void;
1794
+ x7(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1795
+ x8(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1796
+ private jn;
1797
+ private nk;
1798
+ private get ov();
1799
+ private set ov(value);
1800
+ w0(a: CellModel, b: number, c: number): void;
1801
+ x6(a: CellModel, b: number, c: number): void;
1802
+ private ns;
1803
+ private il;
1804
+ private ik;
1805
+ private hs;
1806
+ private mk;
1807
+ private mr;
1808
+ private mp;
1809
+ private mq;
1810
+ private l6;
1811
+ private mf;
1812
+ private mg;
1769
1813
  private mh;
1770
1814
  private mi;
1771
- private ly;
1772
- private l7;
1773
- private l8;
1774
- private l9;
1775
- private ma;
1776
1815
  private at;
1816
+ private ny;
1817
+ private nx;
1818
+ private i0;
1819
+ vh(): void;
1820
+ xz(a: CellPath, b: number, c: number, d: boolean): void;
1821
+ xv(a: any, b: DragSelectEventArgs): void;
1822
+ xt(a: any, b: DragSelectEventArgs): void;
1777
1823
  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;
1824
+ get ox(): number;
1825
+ set ox(a: number);
1826
+ private nz;
1827
+ private fq;
1828
+ private xu;
1790
1829
  private ao;
1791
1830
  private ak;
1792
1831
  private al;
1793
- private l3;
1794
- private mg;
1795
- 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;
1832
+ private mb;
1833
+ private mo;
1834
+ private ml;
1835
+ private mm;
1836
+ private xw;
1837
+ private xx;
1838
+ private zs;
1839
+ private xy;
1840
+ private l1;
1841
+ private l2;
1842
+ private zx;
1843
+ private adg;
1805
1844
  private aj;
1806
1845
  getHitCell(a: number, b: number): CellModel;
1807
1846
  private av;
1808
- private i5;
1809
- private u7;
1810
- private zs;
1847
+ private jc;
1848
+ private vu;
1849
+ private aag;
1811
1850
  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;
1851
+ zi(a: ColumnGroupDescription): void;
1852
+ zj(a: ColumnSummaryDescription): void;
1853
+ private z4;
1854
+ private v4;
1855
+ private ke;
1856
+ private v1;
1857
+ private z2;
1858
+ private aaa;
1820
1859
  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);
1860
+ private i4;
1861
+ private zv;
1862
+ private zw;
1863
+ private i6;
1864
+ private zu;
1865
+ private zt;
1866
+ private i3;
1867
+ private yu;
1868
+ private yv;
1869
+ private c7;
1870
+ get c8(): GridAnimationManager;
1871
+ set c8(a: GridAnimationManager);
1833
1872
  private _delayedExecutionManager;
1834
1873
  get delayedExecutionManager(): IDelayedExecutionManager;
1835
1874
  set delayedExecutionManager(a: IDelayedExecutionManager);
1836
- private fp;
1837
- get fq(): ResponsiveEngine;
1838
- private e7;
1839
- get e8(): IDataAdapter;
1840
- set e8(a: IDataAdapter);
1875
+ private fr;
1876
+ get fs(): ResponsiveEngine;
1877
+ private e9;
1878
+ get fa(): IDataAdapter;
1879
+ set fa(a: IDataAdapter);
1841
1880
  private ay;
1842
1881
  get az(): ColumnController;
1843
1882
  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);
1883
+ private d3;
1884
+ get d4(): GridLayerController;
1885
+ set d4(a: GridLayerController);
1886
+ private gd;
1887
+ get ge(): SpatialEngine;
1888
+ set ge(a: SpatialEngine);
1889
+ private dy;
1890
+ get dz(): GridEffectManager;
1891
+ set dz(a: GridEffectManager);
1892
+ private f7;
1893
+ get f8(): SelectionManager;
1894
+ set f8(a: SelectionManager);
1856
1895
  private ad;
1857
1896
  get ae(): ActivationManager;
1858
1897
  set ae(a: ActivationManager);
1859
- private f9;
1860
- get ga(): SortManager;
1861
- set ga(a: SortManager);
1862
- ck: EditingManager;
1863
- private hb;
1898
+ private gb;
1899
+ get gc(): SortManager;
1900
+ set gc(a: SortManager);
1901
+ cm: EditingManager;
1902
+ private hh;
1864
1903
  get tickProvider(): ITickProvider;
1865
1904
  set tickProvider(a: ITickProvider);
1866
- private f3;
1905
+ private f5;
1867
1906
  get sectionHeader(): SectionHeader;
1868
1907
  set sectionHeader(a: SectionHeader);
1869
- private f1;
1870
- get f2(): SectionFooter;
1871
- set f2(a: SectionFooter);
1872
- private gd;
1908
+ private f3;
1909
+ get f4(): SectionFooter;
1910
+ set f4(a: SectionFooter);
1911
+ private gf;
1873
1912
  get summaryRowRoot(): SummaryRowRoot;
1874
1913
  set summaryRowRoot(a: SummaryRowRoot);
1875
- private gf;
1914
+ private gh;
1876
1915
  get summaryRowSection(): SummaryRowSection;
1877
1916
  set summaryRowSection(a: SummaryRowSection);
1878
- private fy;
1917
+ private f0;
1879
1918
  get rowSeparator(): RowSeparator;
1880
1919
  set rowSeparator(a: RowSeparator);
1881
- private ey;
1920
+ private e0;
1882
1921
  get headerRowSeparator(): HeaderRowSeparator;
1883
1922
  set headerRowSeparator(a: HeaderRowSeparator);
1884
- private e0;
1923
+ private e2;
1885
1924
  get headerSeparator(): HeaderSeparator;
1886
1925
  set headerSeparator(a: HeaderSeparator);
1887
1926
  private bu;
@@ -1890,395 +1929,407 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1890
1929
  private bg;
1891
1930
  get columnMovingSeparator(): ColumnMovingSeparator;
1892
1931
  set columnMovingSeparator(a: ColumnMovingSeparator);
1893
- private fm;
1932
+ private fo;
1894
1933
  get pinnedAreaSeparator(): PinnedAreaSeparator;
1895
1934
  set pinnedAreaSeparator(a: PinnedAreaSeparator);
1896
- private cp;
1897
- private cq;
1898
- private cz;
1935
+ private cr;
1936
+ private cs;
1937
+ private c1;
1938
+ filterRowDataBinding: (sender: any, args: DataBindingEventArgs) => void;
1939
+ filterRowDataBound: (sender: any, args: DataBindingEventArgs) => void;
1899
1940
  private b;
1900
1941
  get autoGenerateDesiredProperties(): string[];
1901
1942
  set autoGenerateDesiredProperties(a: string[]);
1902
1943
  private c;
1903
1944
  get dataSourceDesiredProperties(): string[];
1904
1945
  set dataSourceDesiredProperties(a: string[]);
1905
- private gj;
1906
- get gk(): VisibilityEngine;
1907
- set gk(a: VisibilityEngine);
1946
+ private gl;
1947
+ get gm(): VisibilityEngine;
1948
+ set gm(a: VisibilityEngine);
1908
1949
  private _viewportManager;
1909
1950
  get viewportManager(): IViewportManager;
1910
1951
  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;
1918
- get density(): ControlDisplayDensity;
1952
+ private ma;
1953
+ get mt(): number;
1954
+ set mt(a: number);
1955
+ private l9;
1956
+ get ms(): number;
1957
+ set ms(a: number);
1958
+ private gt;
1959
+ get density(): ControlDisplayDensity;
1919
1960
  set density(a: ControlDisplayDensity);
1920
- private m1;
1961
+ private m9;
1921
1962
  get actualRowHeight(): number;
1922
1963
  set actualRowHeight(a: number);
1923
- private nf;
1964
+ private np;
1924
1965
  get rowHeight(): number;
1925
1966
  set rowHeight(a: number);
1926
1967
  private cb;
1927
1968
  get defaultColumnWidth(): ColumnWidth;
1928
1969
  set defaultColumnWidth(a: ColumnWidth);
1929
- private l6;
1970
+ private me;
1930
1971
  get defaultColumnMinWidth(): number;
1931
1972
  set defaultColumnMinWidth(a: number);
1932
- private m0;
1973
+ private m8;
1933
1974
  get actualHeaderHeight(): number;
1934
1975
  set actualHeaderHeight(a: number);
1935
- private m7;
1976
+ private ng;
1936
1977
  get headerHeight(): number;
1937
1978
  set headerHeight(a: number);
1938
- private nk;
1979
+ private nu;
1939
1980
  get sectionHeaderHeight(): number;
1940
1981
  set sectionHeaderHeight(a: number);
1941
- private ov;
1982
+ private o7;
1942
1983
  get itemsSource(): any;
1943
1984
  set itemsSource(a: any);
1944
- private nj;
1985
+ private nt;
1945
1986
  get sectionFooterHeight(): number;
1946
1987
  set sectionFooterHeight(a: number);
1947
- private nh;
1988
+ private nr;
1948
1989
  get rowSpacingHeight(): number;
1949
1990
  set rowSpacingHeight(a: number);
1950
- private m5;
1991
+ private ne;
1951
1992
  get columnSpacingWidth(): number;
1952
1993
  set columnSpacingWidth(a: number);
1953
- private ew;
1994
+ private ey;
1954
1995
  get headerClickAction(): HeaderClickAction;
1955
1996
  set headerClickAction(a: HeaderClickAction);
1956
- private cn;
1997
+ private cp;
1957
1998
  get editMode(): EditModeType;
1958
1999
  set editMode(a: EditModeType);
1959
- private cl;
2000
+ private cn;
1960
2001
  get editModeClickAction(): EditModeClickAction;
1961
2002
  set editModeClickAction(a: EditModeClickAction);
1962
- private hn;
2003
+ private ht;
1963
2004
  get editOnKeyPress(): boolean;
1964
2005
  set editOnKeyPress(a: boolean);
1965
- private hj;
2006
+ private hp;
1966
2007
  get autoGenerateColumns(): boolean;
1967
2008
  set autoGenerateColumns(a: boolean);
1968
- private ng;
2009
+ private nq;
1969
2010
  get rowSeparatorHeight(): number;
1970
2011
  set rowSeparatorHeight(a: number);
1971
- private h7;
2012
+ private id;
1972
2013
  get isPlaceholderRenderingEnabled(): boolean;
1973
2014
  set isPlaceholderRenderingEnabled(a: boolean);
1974
- private jn;
2015
+ private ju;
1975
2016
  private b0;
1976
2017
  private bw;
1977
2018
  get columnAddingAnimationMode(): ColumnShowingAnimationMode;
1978
2019
  set columnAddingAnimationMode(a: ColumnShowingAnimationMode);
1979
- get jv(): boolean;
2020
+ get j2(): boolean;
1980
2021
  private bn;
1981
2022
  get columnPropertyUpdatingAnimationMode(): ColumnPropertyUpdatingAnimationMode;
1982
2023
  set columnPropertyUpdatingAnimationMode(a: ColumnPropertyUpdatingAnimationMode);
1983
- protected get jo(): boolean;
1984
- get jk(): boolean;
2024
+ protected get jv(): boolean;
2025
+ get jr(): boolean;
1985
2026
  private ah;
1986
2027
  get cellDataLoadedAnimationMode(): CellDataLoadedAnimationMode;
1987
2028
  set cellDataLoadedAnimationMode(a: CellDataLoadedAnimationMode);
1988
- get kh(): boolean;
1989
- private fw;
2029
+ get ko(): boolean;
2030
+ private fy;
1990
2031
  get rowSelectionAnimationMode(): RowSelectionAnimationMode;
1991
2032
  set rowSelectionAnimationMode(a: RowSelectionAnimationMode);
1992
- get kf(): boolean;
1993
- private ft;
2033
+ get km(): boolean;
2034
+ private fv;
1994
2035
  get rowHoverAnimationMode(): RowHoverAnimationMode;
1995
2036
  set rowHoverAnimationMode(a: RowHoverAnimationMode);
1996
- get jl(): boolean;
2037
+ get js(): boolean;
1997
2038
  private aw;
1998
2039
  get cellSelectionAnimationMode(): CellSelectionAnimationMode;
1999
2040
  set cellSelectionAnimationMode(a: CellSelectionAnimationMode);
2000
- private dk;
2041
+ private dm;
2001
2042
  get columnAnimationSettings(): GridColumnAnimationSettings;
2002
2043
  set columnAnimationSettings(a: GridColumnAnimationSettings);
2003
- private c7;
2044
+ private c9;
2004
2045
  get animationSettings(): GridAnimationSettings;
2005
2046
  set animationSettings(a: GridAnimationSettings);
2006
- jw(a: DataGridColumn): boolean;
2047
+ j3(a: DataGridColumn): boolean;
2007
2048
  private br;
2008
2049
  private bp;
2009
2050
  get columnResizingAnimationMode(): ColumnResizingAnimationMode;
2010
2051
  set columnResizingAnimationMode(a: ColumnResizingAnimationMode);
2011
- private jx;
2052
+ private j4;
2012
2053
  private b1;
2013
2054
  private bx;
2014
2055
  get columnShowingAnimationMode(): ColumnShowingAnimationMode;
2015
2056
  set columnShowingAnimationMode(a: ColumnShowingAnimationMode);
2016
- private jr;
2057
+ private jy;
2017
2058
  private bd;
2018
2059
  private bb;
2019
2060
  get columnMovingAnimationMode(): ColumnMovingAnimationMode;
2020
2061
  set columnMovingAnimationMode(a: ColumnMovingAnimationMode);
2021
- private jq;
2062
+ private jx;
2022
2063
  private ba;
2023
2064
  private a8;
2024
2065
  get columnHidingAnimationMode(): ColumnHidingAnimationMode;
2025
2066
  set columnHidingAnimationMode(a: ColumnHidingAnimationMode);
2026
- private jp;
2067
+ private jw;
2027
2068
  private a2;
2028
2069
  private a0;
2029
2070
  get columnExchangingAnimationMode(): ColumnExchangingAnimationMode;
2030
2071
  set columnExchangingAnimationMode(a: ColumnExchangingAnimationMode);
2031
- private acn;
2072
+ private adl;
2032
2073
  get inset(): Thickness;
2033
2074
  set inset(a: Thickness);
2034
- private ch;
2075
+ private cj;
2035
2076
  get selectionMode(): DataGridSelectionMode;
2036
2077
  set selectionMode(a: DataGridSelectionMode);
2037
- private c2;
2078
+ private c4;
2038
2079
  get activationMode(): GridActivationMode;
2039
2080
  set activationMode(a: GridActivationMode);
2040
- private el;
2081
+ private en;
2041
2082
  get selectionBehavior(): GridSelectionBehavior;
2042
2083
  set selectionBehavior(a: GridSelectionBehavior);
2043
- private ic;
2084
+ private ij;
2044
2085
  get mouseDragSelectionEnabled(): boolean;
2045
2086
  set mouseDragSelectionEnabled(a: boolean);
2046
- private hr;
2047
- get ji(): boolean;
2048
- set ji(a: boolean);
2049
- private ed;
2087
+ private hx;
2088
+ get jp(): boolean;
2089
+ set jp(a: boolean);
2090
+ private ef;
2050
2091
  get selectedItems(): GridSelectedItemsCollection;
2051
- private ei;
2092
+ private ek;
2052
2093
  get selectedKeys(): GridSelectedKeysCollection;
2053
- private d9;
2094
+ private eb;
2054
2095
  get selectedCells(): GridSelectedCellsCollection;
2055
- private d6;
2096
+ private d8;
2056
2097
  get selectedCellRanges(): GridSelectedCellRangesCollection;
2057
- private hq;
2058
- get jh(): boolean;
2059
- set jh(a: boolean);
2060
- private ec;
2098
+ private hw;
2099
+ get jo(): boolean;
2100
+ set jo(a: boolean);
2101
+ private ee;
2061
2102
  get pinnedItems(): GridSelectedItemsCollection;
2062
- private eh;
2103
+ private ej;
2063
2104
  get pinnedKeys(): GridSelectedKeysCollection;
2064
- private zi;
2065
- private hu;
2105
+ private z6;
2106
+ private h0;
2066
2107
  get isColumnOptionsEnabled(): boolean;
2067
2108
  set isColumnOptionsEnabled(a: boolean);
2068
- private hy;
2109
+ private i7;
2110
+ get useNewerColumnOptionsMenu(): boolean;
2111
+ set useNewerColumnOptionsMenu(a: boolean);
2112
+ private h4;
2069
2113
  get isGroupByAreaVisible(): boolean;
2070
2114
  set isGroupByAreaVisible(a: boolean);
2071
- private h3;
2115
+ private h9;
2072
2116
  get isGroupRowSticky(): boolean;
2073
2117
  set isGroupRowSticky(a: boolean);
2074
- private h4;
2118
+ private ia;
2075
2119
  get isHeaderSeparatorVisible(): boolean;
2076
2120
  set isHeaderSeparatorVisible(a: boolean);
2077
- private z5;
2121
+ private aat;
2078
2122
  get cellSelectedBackground(): Brush;
2079
2123
  set cellSelectedBackground(a: Brush);
2080
- private aax;
2124
+ private aau;
2125
+ get cellSelectedTextColor(): Brush;
2126
+ set cellSelectedTextColor(a: Brush);
2127
+ private abq;
2081
2128
  get sectionHeaderSelectedBackground(): Brush;
2082
2129
  set sectionHeaderSelectedBackground(a: Brush);
2083
- private aa0;
2130
+ private abt;
2084
2131
  get summaryRootBackground(): Brush;
2085
2132
  set summaryRootBackground(a: Brush);
2086
- private aa4;
2133
+ private abx;
2087
2134
  get summarySectionBackground(): Brush;
2088
2135
  set summarySectionBackground(a: Brush);
2089
- private mf;
2136
+ private mn;
2090
2137
  get pinnedRowOpacity(): number;
2091
2138
  set pinnedRowOpacity(a: number);
2092
- private gu;
2139
+ private gy;
2093
2140
  get editTextStyle(): FontInfo;
2094
2141
  set editTextStyle(a: FontInfo);
2095
- private mb;
2142
+ private mj;
2096
2143
  get editOpacity(): number;
2097
2144
  set editOpacity(a: number);
2098
- private aag;
2145
+ private aa8;
2099
2146
  get deletedTextColor(): Brush;
2100
2147
  set deletedTextColor(a: Brush);
2101
- private aaz;
2148
+ private abs;
2102
2149
  get stickyRowBackground(): Brush;
2103
2150
  set stickyRowBackground(a: Brush);
2104
- private aao;
2151
+ private abg;
2105
2152
  get pinnedRowBackground(): Brush;
2106
2153
  set pinnedRowBackground(a: Brush);
2107
- private aan;
2154
+ private abf;
2108
2155
  get lastStickyRowBackground(): Brush;
2109
2156
  set lastStickyRowBackground(a: Brush);
2110
- private dh;
2111
- private dg;
2157
+ private dj;
2158
+ private di;
2112
2159
  get activeCell(): GridCellPosition;
2113
2160
  set activeCell(a: GridCellPosition);
2114
- private z4;
2161
+ private aas;
2115
2162
  get cellBackground(): Brush;
2116
2163
  set cellBackground(a: Brush);
2117
- private z6;
2164
+ private aav;
2118
2165
  get cellTextColor(): Brush;
2119
2166
  set cellTextColor(a: Brush);
2120
- private aal;
2167
+ private abd;
2121
2168
  get headerSortIndicatorColor(): Brush;
2122
2169
  set headerSortIndicatorColor(a: Brush);
2123
- private f7;
2170
+ private f9;
2124
2171
  get headerSortIndicatorStyle(): SortIndicatorStyle;
2125
2172
  set headerSortIndicatorStyle(a: SortIndicatorStyle);
2126
- private gt;
2173
+ private gv;
2127
2174
  get cellTextStyle(): FontInfo;
2128
2175
  set cellTextStyle(a: FontInfo);
2129
- private aaw;
2176
+ private abo;
2130
2177
  get sectionHeaderBackground(): Brush;
2131
2178
  set sectionHeaderBackground(a: Brush);
2132
- private aay;
2179
+ private abr;
2133
2180
  get sectionHeaderTextColor(): Brush;
2134
2181
  set sectionHeaderTextColor(a: Brush);
2135
- private gw;
2182
+ private abp;
2183
+ static readonly t1: string;
2184
+ get sectionHeaderExpansionIndicatorIconColor(): Brush;
2185
+ set sectionHeaderExpansionIndicatorIconColor(a: Brush);
2186
+ private g0;
2136
2187
  get sectionHeaderTextStyle(): FontInfo;
2137
2188
  set sectionHeaderTextStyle(a: FontInfo);
2138
- private gx;
2189
+ private g1;
2139
2190
  get summaryRootLabelTextStyle(): FontInfo;
2140
2191
  set summaryRootLabelTextStyle(a: FontInfo);
2141
- private gz;
2192
+ private g3;
2142
2193
  get summarySectionLabelTextStyle(): FontInfo;
2143
2194
  set summarySectionLabelTextStyle(a: FontInfo);
2144
- private aa3;
2195
+ private abw;
2145
2196
  get summaryRootValueTextColor(): Brush;
2146
2197
  set summaryRootValueTextColor(a: Brush);
2147
- private gy;
2198
+ private g2;
2148
2199
  get summaryRootValueTextStyle(): FontInfo;
2149
2200
  set summaryRootValueTextStyle(a: FontInfo);
2150
- private g0;
2201
+ private g4;
2151
2202
  get summarySectionValueTextStyle(): FontInfo;
2152
2203
  set summarySectionValueTextStyle(a: FontInfo);
2153
- private aa7;
2204
+ private ab0;
2154
2205
  get summarySectionValueTextColor(): Brush;
2155
2206
  set summarySectionValueTextColor(a: Brush);
2156
- private aa1;
2207
+ private abu;
2157
2208
  get summaryRootLabelTextColor(): Brush;
2158
2209
  set summaryRootLabelTextColor(a: Brush);
2159
- private aa5;
2210
+ private aby;
2160
2211
  get summarySectionLabelTextColor(): Brush;
2161
2212
  set summarySectionLabelTextColor(a: Brush);
2162
- private aa2;
2213
+ private abv;
2163
2214
  get summaryRootSelectedBackground(): Brush;
2164
2215
  set summaryRootSelectedBackground(a: Brush);
2165
- private aa6;
2216
+ private abz;
2166
2217
  get summarySectionSelectedBackground(): Brush;
2167
2218
  set summarySectionSelectedBackground(a: Brush);
2168
- private nd;
2219
+ private nn;
2169
2220
  get pinnedAreaSeparatorWidth(): number;
2170
2221
  set pinnedAreaSeparatorWidth(a: number);
2171
- private m8;
2222
+ private nh;
2172
2223
  get headerSeparatorWidth(): number;
2173
2224
  set headerSeparatorWidth(a: number);
2174
- ns(a: number): number;
2175
- private aak;
2225
+ n2(a: number): number;
2226
+ private abc;
2176
2227
  get headerSeparatorBackground(): Brush;
2177
2228
  set headerSeparatorBackground(a: Brush);
2178
- private aai;
2229
+ private aba;
2179
2230
  get headerBackground(): Brush;
2180
2231
  set headerBackground(a: Brush);
2181
- private aam;
2232
+ private abe;
2182
2233
  get headerTextColor(): Brush;
2183
2234
  set headerTextColor(a: Brush);
2184
- private gv;
2235
+ private gz;
2185
2236
  get headerTextStyle(): FontInfo;
2186
2237
  set headerTextStyle(a: FontInfo);
2187
- private aar;
2238
+ private abj;
2188
2239
  get rowSeparatorBackground(): Brush;
2189
2240
  set rowSeparatorBackground(a: Brush);
2190
- private aaj;
2241
+ private abb;
2191
2242
  get headerRowSeparatorBackground(): Brush;
2192
2243
  set headerRowSeparatorBackground(a: Brush);
2193
- private aau;
2244
+ private abm;
2194
2245
  get rowSeparatorStickyRowBackground(): Brush;
2195
2246
  set rowSeparatorStickyRowBackground(a: Brush);
2196
- private aas;
2247
+ private abk;
2197
2248
  get rowSeparatorLastStickyRowBackground(): Brush;
2198
2249
  set rowSeparatorLastStickyRowBackground(a: Brush);
2199
- private aat;
2250
+ private abl;
2200
2251
  get rowSeparatorPinnedRowBackground(): Brush;
2201
2252
  set rowSeparatorPinnedRowBackground(a: Brush);
2202
- private m4;
2253
+ private nd;
2203
2254
  get columnResizingSeparatorWidth(): number;
2204
2255
  set columnResizingSeparatorWidth(a: number);
2205
- private l5;
2256
+ private md;
2206
2257
  get columnResizingSeparatorOpacity(): number;
2207
2258
  set columnResizingSeparatorOpacity(a: number);
2208
- private m2;
2259
+ private na;
2209
2260
  get columnMovingSeparatorWidth(): number;
2210
2261
  set columnMovingSeparatorWidth(a: number);
2211
- private l4;
2262
+ private mc;
2212
2263
  get columnMovingSeparatorOpacity(): number;
2213
2264
  set columnMovingSeparatorOpacity(a: number);
2214
- private aaf;
2265
+ private aa7;
2215
2266
  get columnResizingSeparatorBackground(): Brush;
2216
2267
  set columnResizingSeparatorBackground(a: Brush);
2217
- private z7;
2268
+ private aaw;
2218
2269
  get columnMovingSeparatorBackground(): Brush;
2219
2270
  set columnMovingSeparatorBackground(a: Brush);
2220
- private ip;
2271
+ private iv;
2221
2272
  get shiftSectionContent(): boolean;
2222
2273
  set shiftSectionContent(a: boolean);
2223
2274
  private bi;
2224
2275
  get columnOptionsIconAlignment(): ColumnOptionsIconAlignment;
2225
2276
  set columnOptionsIconAlignment(a: ColumnOptionsIconAlignment);
2226
- private aac;
2277
+ private aa3;
2227
2278
  get columnOptionsIconColor(): Brush;
2228
2279
  set columnOptionsIconColor(a: Brush);
2229
2280
  private bk;
2230
2281
  get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
2231
2282
  set columnOptionsIconBehavior(a: ColumnOptionsIconBehavior);
2232
- private z1;
2283
+ private aap;
2233
2284
  get actualBorder(): Brush;
2234
2285
  set actualBorder(a: Brush);
2235
- private z3;
2286
+ private aar;
2236
2287
  get border(): Brush;
2237
2288
  set border(a: Brush);
2238
- private acl;
2239
- get acr(): Thickness;
2240
- set acr(a: Thickness);
2241
- private acj;
2289
+ private adj;
2290
+ get adp(): Thickness;
2291
+ set adp(a: Thickness);
2292
+ private adh;
2242
2293
  get actualBorderWidth(): Thickness;
2243
2294
  set actualBorderWidth(a: Thickness);
2244
- private ack;
2295
+ private adi;
2245
2296
  get borderWidth(): Thickness;
2246
2297
  set borderWidth(a: Thickness);
2247
- private ih;
2298
+ private io;
2248
2299
  get notifyOnAllSelectionChanges(): boolean;
2249
2300
  set notifyOnAllSelectionChanges(a: boolean);
2250
- private zv;
2251
- get zz(): CornerRadius;
2252
- set zz(a: CornerRadius);
2253
- private zu;
2301
+ private aaj;
2302
+ get aan(): CornerRadius;
2303
+ set aan(a: CornerRadius);
2304
+ private aai;
2254
2305
  get cornerRadius(): CornerRadius;
2255
2306
  set cornerRadius(a: CornerRadius);
2256
- private zt;
2307
+ private aah;
2257
2308
  get actualCornerRadius(): CornerRadius;
2258
2309
  set actualCornerRadius(a: CornerRadius);
2259
2310
  static readonly isActiveCellStyleEnabledPropertyName: string;
2260
- private ht;
2311
+ private hz;
2261
2312
  get isActiveCellStyleEnabled(): boolean;
2262
2313
  set isActiveCellStyleEnabled(a: boolean);
2263
- private iv;
2314
+ private i1;
2264
2315
  get stopPropagation(): boolean;
2265
2316
  set stopPropagation(a: boolean);
2266
- private z0;
2317
+ private aao;
2267
2318
  get actualBackground(): Brush;
2268
2319
  set actualBackground(a: Brush);
2269
- private z2;
2320
+ private aaq;
2270
2321
  get background(): Brush;
2271
2322
  set background(a: Brush);
2272
- private g9;
2323
+ private hf;
2273
2324
  get platformPixelConverter(): IPlatformPixelConverter;
2274
2325
  set platformPixelConverter(a: IPlatformPixelConverter);
2275
- private e3;
2326
+ private e5;
2276
2327
  get renderingEngine(): ICellRenderingEngine;
2277
2328
  set renderingEngine(a: ICellRenderingEngine);
2278
- private xn;
2279
- private fr;
2329
+ private yb;
2330
+ private ft;
2280
2331
  get responsiveStates(): ResponsiveStatesCollection;
2281
- private gl;
2332
+ private gn;
2282
2333
  get model(): VisualModel;
2283
2334
  set model(a: VisualModel);
2284
2335
  get actualVisibleRegion(): Rect;
@@ -2288,10 +2339,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2288
2339
  private b8;
2289
2340
  private ab;
2290
2341
  private ac;
2291
- private is;
2292
- private ir;
2293
- private it;
2294
- private iq;
2342
+ private iy;
2343
+ private ix;
2344
+ private iz;
2345
+ private iw;
2295
2346
  private b2;
2296
2347
  private a4;
2297
2348
  private v;
@@ -2299,17 +2350,17 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2299
2350
  get initialSortDescriptions(): ColumnSortDescriptionCollection;
2300
2351
  get initialGroupDescriptions(): ColumnGroupDescriptionCollection;
2301
2352
  get initialSummaryDescriptions(): ColumnSummaryDescriptionCollection;
2302
- private o7;
2353
+ private pj;
2303
2354
  get initialSorts(): string;
2304
2355
  set initialSorts(a: string);
2305
- private o6;
2356
+ private pi;
2306
2357
  get initialGroups(): string;
2307
2358
  set initialGroups(a: string);
2308
- private o8;
2359
+ private pk;
2309
2360
  get initialSummaries(): string;
2310
2361
  set initialSummaries(a: string);
2311
- private vm;
2312
- jf(a: any[], b: any[]): boolean;
2362
+ private v9;
2363
+ jm(a: any[], b: any[]): boolean;
2313
2364
  get sortDescriptions(): ColumnSortDescriptionCollection;
2314
2365
  get groupDescriptions(): ColumnGroupDescriptionCollection;
2315
2366
  sortDescriptionsChanged: (sender: any, args: GridSortDescriptionsChangedEventArgs) => void;
@@ -2317,47 +2368,47 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2317
2368
  summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
2318
2369
  columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
2319
2370
  columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
2320
- private ww;
2371
+ private xj;
2321
2372
  cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
2322
2373
  dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
2323
2374
  dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
2324
2375
  get filterExpressions(): FilterExpressionCollection;
2325
2376
  get summaryDescriptions(): ColumnSummaryDescriptionCollection;
2326
- private iw;
2327
- private gh;
2377
+ private i2;
2378
+ private gj;
2328
2379
  get summaryScope(): SummaryScope;
2329
2380
  set summaryScope(a: SummaryScope);
2330
- private h0;
2331
- private hz;
2381
+ private h6;
2382
+ private h5;
2332
2383
  get isGroupCollapsable(): boolean;
2333
2384
  set isGroupCollapsable(a: boolean);
2334
- private ho;
2335
- private es;
2385
+ private hu;
2386
+ private eu;
2336
2387
  get groupHeaderDisplayMode(): GroupHeaderDisplayMode;
2337
2388
  set groupHeaderDisplayMode(a: GroupHeaderDisplayMode);
2338
- private h2;
2339
- private h1;
2389
+ private h8;
2390
+ private h7;
2340
2391
  get isGroupExpandedDefault(): boolean;
2341
2392
  set isGroupExpandedDefault(a: boolean);
2342
- private hp;
2343
- private eu;
2393
+ private hv;
2394
+ private ew;
2344
2395
  get groupSummaryDisplayMode(): GroupSummaryDisplayMode;
2345
2396
  set groupSummaryDisplayMode(a: GroupSummaryDisplayMode);
2346
- private hi;
2397
+ private ho;
2347
2398
  get autoAcceptEdits(): boolean;
2348
2399
  set autoAcceptEdits(a: boolean);
2349
2400
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2350
2401
  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;
2402
+ protected x9(a: string, b: any, c: any): void;
2403
+ zh(): void;
2404
+ y1(): void;
2405
+ y2(): void;
2355
2406
  calculateCompleted: (sender: any, e: any) => void;
2356
- v5(): void;
2357
- vg(): void;
2358
- private im;
2359
- get k5(): boolean;
2360
- set k5(a: boolean);
2407
+ ws(): void;
2408
+ v3(): void;
2409
+ private it;
2410
+ get lc(): boolean;
2411
+ set lc(a: boolean);
2361
2412
  refresh(): void;
2362
2413
  flush(): void;
2363
2414
  private z;
@@ -2370,199 +2421,200 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2370
2421
  private a;
2371
2422
  get actualPrimaryKey(): string[];
2372
2423
  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;
2424
+ private hk;
2425
+ get i8(): boolean;
2426
+ set i8(a: boolean);
2427
+ protected yw(a: string, b: any, c: any): void;
2428
+ private z8;
2429
+ private aal;
2430
+ private ado;
2380
2431
  syncBorder(): void;
2381
- private w5;
2432
+ private xs;
2382
2433
  private n;
2383
2434
  private o;
2384
2435
  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;
2436
+ private vo;
2437
+ private zl;
2438
+ private v5;
2439
+ private v6;
2440
+ private zm;
2441
+ private v7;
2442
+ private vs;
2443
+ private vr;
2393
2444
  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;
2445
+ private lw;
2446
+ private r1;
2447
+ private yc;
2448
+ private vz;
2449
+ private vq;
2450
+ private xr;
2451
+ wm(): void;
2401
2452
  sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
2402
2453
  onSizeChanged(a: number, b: number): void;
2403
2454
  viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
2404
- private nb;
2405
- private nc;
2406
- lj: boolean;
2455
+ private nl;
2456
+ private nm;
2457
+ lq: boolean;
2407
2458
  notifyScrollStart(): void;
2408
2459
  notifyScrollStop(): void;
2409
2460
  setViewport(a: number, b: number, c: number, d: number): void;
2410
2461
  get actualColumns(): GridColumnCollection;
2411
2462
  actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
2412
- private dm;
2463
+ private dp;
2413
2464
  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;
2465
+ x5(a: CellModel, b: any, c: any): void;
2466
+ x4(a: CellModel, b: any, c: any, d: string): void;
2467
+ ci(a: CellPath): DataGridColumn;
2417
2468
  hideThenRemoveColumn(a: DataGridColumn): void;
2418
2469
  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;
2470
+ private u9;
2471
+ private im;
2472
+ private xn;
2473
+ private xk;
2474
+ private xf;
2475
+ private vk;
2476
+ private yi;
2477
+ private vn;
2427
2478
  pinColumn(a: DataGridColumn, b: PinnedPositions): void;
2428
- private lh;
2429
- private li;
2479
+ private lo;
2480
+ private lp;
2430
2481
  moveColumn(a: number, b: number): void;
2431
2482
  moveColumnLeft(a: number): void;
2432
2483
  moveColumnRight(a: number): void;
2433
2484
  canMoveColumnLeft(a: number): boolean;
2434
2485
  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;
2486
+ private kt;
2487
+ private cg;
2488
+ private cf;
2489
+ private xg;
2490
+ private vj;
2491
+ private z9;
2492
+ private cl;
2493
+ r2(a: CellPath, b: DataGrid, c: any, d: number): string;
2443
2494
  am(a: CellPath, b: string): CellModel;
2444
2495
  exportVisualModel(): any;
2445
2496
  exportSerializedVisualModel(): string;
2446
- fv(a: number): RowPath;
2447
- private hd;
2497
+ fx(a: number): RowPath;
2498
+ private hj;
2448
2499
  scrollToRowByIndex(a: number): void;
2449
2500
  scrollToLastRowByIndex(a: number): void;
2450
2501
  scrollToItem(a: any): boolean;
2451
2502
  scrollToPrimaryKey(a: any[]): boolean;
2452
2503
  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;
2504
+ private zo;
2505
+ lj(a: DataGridColumn): boolean;
2506
+ xq(a: number, b: number): void;
2507
+ private vi;
2508
+ private ob;
2509
+ private lf;
2459
2510
  getLastVisibleIndex(): number;
2460
2511
  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;
2512
+ od(): number;
2513
+ oi(): number;
2514
+ yr(): void;
2515
+ jt: boolean;
2516
+ kd: boolean;
2517
+ get kk(): boolean;
2518
+ get kl(): boolean;
2519
+ get ki(): boolean;
2520
+ get kj(): boolean;
2521
+ private ld;
2522
+ private le;
2523
+ private lx;
2524
+ private ly;
2525
+ private lz;
2526
+ private l0;
2527
+ private hm;
2528
+ private hl;
2529
+ ve(a?: boolean): void;
2530
+ vx(): void;
2531
+ yg(a: any, b: PrimaryKeyValue): void;
2532
+ yh(a: any, b: PrimaryKeyValue): void;
2533
+ yn(a: number, b: any, c: PrimaryKeyValue): void;
2534
+ private i5;
2535
+ wt(a: number, b: number, c: string): void;
2536
+ ww(a: number, b: string): void;
2537
+ private wu;
2538
+ private nv;
2539
+ private nw;
2498
2540
  kv(a: boolean, b: boolean): boolean;
2499
2541
  kw(a: boolean, b: boolean): boolean;
2500
- kx(a: boolean, b: boolean): boolean;
2501
- ky(a: boolean, b: boolean): boolean;
2542
+ private oh;
2543
+ private oc;
2544
+ private om;
2545
+ private ol;
2546
+ private oa;
2547
+ vf(a: number, b: number, c: boolean, d?: boolean): void;
2502
2548
  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;
2508
- kz(a: boolean, b: boolean): boolean;
2549
+ k2(a: boolean, b: boolean): boolean;
2550
+ k3(a: boolean, b: boolean): boolean;
2551
+ k4(a: boolean, b: boolean): boolean;
2552
+ k5(a: boolean, b: boolean): boolean;
2553
+ x2(a: boolean, b: boolean): void;
2554
+ k7(a: boolean, b: boolean): boolean;
2555
+ ys(): void;
2556
+ k8(a: boolean, b: boolean): boolean;
2557
+ kx(a: boolean, b: boolean): boolean;
2558
+ ky(): boolean;
2559
+ kz(): boolean;
2560
+ k6(a: boolean, b: boolean): boolean;
2509
2561
  aq: CellPath;
2510
2562
  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;
2563
+ ls(): boolean;
2564
+ lm(a: CellModel): boolean;
2565
+ jl(a: boolean, b?: boolean): boolean;
2566
+ vw(a: boolean): void;
2567
+ w8(a: PrimaryKeyValue, b: number): void;
2568
+ w9(a: PrimaryKeyValue, b: number): void;
2517
2569
  columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
2518
2570
  selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
2519
2571
  selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
2520
2572
  selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
2521
2573
  selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
2522
- private io;
2523
- private x0;
2574
+ private iu;
2575
+ private yo;
2524
2576
  activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
2525
2577
  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;
2578
+ aae(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
2579
+ vc(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2580
+ vd(a: any, b: PrimaryKeyValue, c: boolean): void;
2581
+ aad(a: number, b: any, c: PrimaryKeyValue): void;
2582
+ ze(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2583
+ zf(a: any, b: PrimaryKeyValue, c: boolean): void;
2584
+ private yk;
2585
+ private yl;
2586
+ private yj;
2587
+ private ym;
2536
2588
  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;
2589
+ vb(a: number, b: number, c: number, d: number): void;
2590
+ va(a: CellRange): void;
2591
+ zb(a: CellRange): void;
2592
+ za(): void;
2593
+ private wk;
2594
+ yp(a: number, b: any, c: any): void;
2595
+ private wa;
2596
+ xa(): void;
2597
+ zk(a: GridConditionalStyle, b: DataGridColumn): void;
2598
+ zg(a: GridConditionalStyle, b: DataGridColumn): void;
2599
+ l3(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
2600
+ private lv;
2601
+ vy(a: ColumnSummaryDescription): void;
2602
+ private j6;
2603
+ y9(a: ColumnSummaryDescription): void;
2552
2604
  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;
2605
+ pg(a: DataGridColumn): any;
2606
+ pf(a: DataGridColumn): any;
2607
+ ph(a: DataGridColumn): any;
2608
+ private wb;
2609
+ private oe;
2610
+ private oj;
2611
+ private wc;
2612
+ private hy;
2613
+ yx(): void;
2614
+ x3(a: number, b: any): void;
2615
+ ya(a: number, b: any): void;
2564
2616
  setActiveResponsiveState(a: string): void;
2565
- zb(a: ResponsiveState): void;
2617
+ zz(a: ResponsiveState): void;
2566
2618
  notifySetItem(a: number, b: any, c: any): void;
2567
2619
  notifyClearItems(): void;
2568
2620
  notifyInsertItem(a: number, b: any): void;
@@ -2575,30 +2627,30 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2575
2627
  getColumnAtRenderedIndex(a: number): DataGridColumn;
2576
2628
  getRootSummaryResults(): ISummaryResult[];
2577
2629
  getSectionSummaryResults(a: number): ISummaryResult[][];
2578
- private il;
2630
+ private is;
2579
2631
  get reactsToSortChanges(): boolean;
2580
2632
  set reactsToSortChanges(a: boolean);
2581
- private ik;
2633
+ private ir;
2582
2634
  get reactsToGroupChanges(): boolean;
2583
2635
  set reactsToGroupChanges(a: boolean);
2584
- private ij;
2636
+ private iq;
2585
2637
  get reactsToFilterChanges(): boolean;
2586
2638
  set reactsToFilterChanges(a: boolean);
2587
2639
  aa(a: DataGridColumn): IFilterExpression;
2588
- lm(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2589
- private zr;
2590
- private ow;
2640
+ lt(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2641
+ private aaf;
2642
+ private o8;
2591
2643
  columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
2592
- private w1;
2644
+ private xo;
2593
2645
  cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
2594
- private wc;
2646
+ private wz;
2595
2647
  cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
2596
- private wb;
2648
+ private wy;
2597
2649
  rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
2598
- private xq;
2650
+ private ye;
2599
2651
  rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
2600
- private xp;
2601
- jy(): boolean;
2652
+ private yd;
2653
+ j5(): boolean;
2602
2654
  get canUndo(): boolean;
2603
2655
  get canRedo(): boolean;
2604
2656
  get canCommit(): boolean;
@@ -2611,128 +2663,151 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2611
2663
  updatePropertyAtKey(a: any[], b: string, c: any): void;
2612
2664
  removeItemByKey(a: any[]): void;
2613
2665
  removeItem(a: any): void;
2614
- private ii;
2666
+ private ip;
2615
2667
  acceptEdit(a: number): void;
2616
2668
  rejectEdit(a: number): void;
2617
2669
  setEditError(a: number, b: string): void;
2618
2670
  startEditMode(): void;
2619
2671
  endEditMode(a: boolean): void;
2620
- private ct;
2672
+ private cv;
2621
2673
  get enterBehavior(): EnterKeyBehaviors;
2622
2674
  set enterBehavior(a: EnterKeyBehaviors);
2623
- private cr;
2675
+ private ct;
2624
2676
  get enterBehaviorAfterEdit(): EnterKeyBehaviorAfterEdit;
2625
2677
  set enterBehaviorAfterEdit(a: EnterKeyBehaviorAfterEdit);
2626
2678
  selectAllRows(): void;
2627
2679
  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;
2680
+ private rd;
2681
+ private ry;
2682
+ private ib;
2683
+ get kf(): boolean;
2684
+ set kf(a: boolean);
2685
+ k1(a: Key, b: boolean, c: boolean): boolean;
2686
+ private lr;
2687
+ lk(): boolean;
2688
+ private h2;
2635
2689
  get isColumnOptionsSummariesEnabled(): boolean;
2636
2690
  set isColumnOptionsSummariesEnabled(a: boolean);
2637
- private hv;
2691
+ private h1;
2638
2692
  get isColumnOptionsGroupingEnabled(): boolean;
2639
2693
  set isColumnOptionsGroupingEnabled(a: boolean);
2640
- private fj;
2694
+ private fl;
2641
2695
  get mergedCellMode(): MergedCellMode;
2642
2696
  set mergedCellMode(a: MergedCellMode);
2643
- private fh;
2697
+ private fj;
2644
2698
  get mergedCellEvaluationCriteria(): MergedCellEvaluationCriteria;
2645
2699
  set mergedCellEvaluationCriteria(a: MergedCellEvaluationCriteria);
2646
2700
  private af;
2647
2701
  get mergedCellVerticalAlignment(): CellContentVerticalAlignment;
2648
2702
  set mergedCellVerticalAlignment(a: CellContentVerticalAlignment);
2649
2703
  saveLayout(): string;
2650
- private f0;
2651
- private lw;
2704
+ private f2;
2705
+ private l4;
2652
2706
  loadLayout(a: string): void;
2653
2707
  private s;
2654
2708
  private t;
2655
- n5(a: CellPath): number;
2656
- private c0;
2709
+ og(a: CellPath): number;
2710
+ private c2;
2657
2711
  get filterUIType(): FilterUIType;
2658
2712
  set filterUIType(a: FilterUIType);
2659
- private cx;
2713
+ private cz;
2660
2714
  get filterLogicalOperator(): FilterLogicalOperator;
2661
2715
  set filterLogicalOperator(a: FilterLogicalOperator);
2662
- private cv;
2716
+ private cx;
2663
2717
  get filterComparisonType(): FilterComparisonType;
2664
2718
  set filterComparisonType(a: FilterComparisonType);
2665
- j0(): boolean;
2666
- private lz;
2719
+ j7(): boolean;
2720
+ private l7;
2667
2721
  get todayOverride(): Date;
2668
2722
  set todayOverride(a: Date);
2669
- private hk;
2723
+ private hq;
2670
2724
  get clearSelectionOnEscape(): boolean;
2671
2725
  set clearSelectionOnEscape(a: boolean);
2672
2726
  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;
2727
+ xp(a: DataGridColumn, b: FilterOperand, c: any): void;
2728
+ private nb;
2729
+ ll(): boolean;
2730
+ wg(): void;
2731
+ wf(): void;
2732
+ private ic;
2679
2733
  get isPagerVisible(): boolean;
2680
2734
  set isPagerVisible(a: boolean);
2681
- private m9;
2735
+ private nj;
2682
2736
  get pageSize(): number;
2683
2737
  set pageSize(a: number);
2684
- private ib;
2738
+ private ii;
2685
2739
  get isToolbarVisible(): boolean;
2686
2740
  set isToolbarVisible(a: boolean);
2687
- private h9;
2741
+ private ig;
2688
2742
  get isToolbarColumnChooserVisible(): boolean;
2689
2743
  set isToolbarColumnChooserVisible(a: boolean);
2690
- private ia;
2744
+ private ih;
2691
2745
  get isToolbarColumnPinningVisible(): boolean;
2692
2746
  set isToolbarColumnPinningVisible(a: boolean);
2693
- private pd;
2747
+ private pp;
2694
2748
  get toolbarTitle(): string;
2695
2749
  set toolbarTitle(a: string);
2696
- private o9;
2750
+ private pl;
2697
2751
  get toolbarColumnChooserText(): string;
2698
2752
  set toolbarColumnChooserText(a: string);
2699
- private pa;
2753
+ private pm;
2700
2754
  get toolbarColumnChooserTitle(): string;
2701
2755
  set toolbarColumnChooserTitle(a: string);
2702
- private pb;
2756
+ private pn;
2703
2757
  get toolbarColumnPinningText(): string;
2704
2758
  set toolbarColumnPinningText(a: string);
2705
- private pc;
2759
+ private po;
2706
2760
  get toolbarColumnPinningTitle(): string;
2707
2761
  set toolbarColumnPinningTitle(a: string);
2708
- private gn;
2762
+ private gp;
2709
2763
  get scrollbarStyle(): ScrollbarStyle;
2710
2764
  set scrollbarStyle(a: ScrollbarStyle);
2711
- private aav;
2765
+ private abn;
2712
2766
  get scrollbarBackground(): Brush;
2713
2767
  set scrollbarBackground(a: Brush);
2714
- private z9;
2768
+ private aay;
2715
2769
  get columnOptionsBackground(): Brush;
2716
2770
  set columnOptionsBackground(a: Brush);
2717
- private aae;
2771
+ private aa5;
2718
2772
  get columnOptionsTextColor(): Brush;
2719
2773
  set columnOptionsTextColor(a: Brush);
2720
- private aad;
2774
+ private gx;
2775
+ get columnOptionsTextStyle(): FontInfo;
2776
+ set columnOptionsTextStyle(a: FontInfo);
2777
+ private aa2;
2778
+ get columnOptionsHoverBackgroundColor(): Brush;
2779
+ set columnOptionsHoverBackgroundColor(a: Brush);
2780
+ private aa6;
2781
+ get columnOptionsToolTipBackgroundColor(): Brush;
2782
+ set columnOptionsToolTipBackgroundColor(a: Brush);
2783
+ private aa1;
2784
+ get columnOptionsHighlightColor(): Brush;
2785
+ set columnOptionsHighlightColor(a: Brush);
2786
+ private aa4;
2721
2787
  get columnOptionsSeparatorColor(): Brush;
2722
2788
  set columnOptionsSeparatorColor(a: Brush);
2723
- private aaa;
2789
+ private aaz;
2724
2790
  get columnOptionsGroupHeaderBackground(): Brush;
2725
2791
  set columnOptionsGroupHeaderBackground(a: Brush);
2726
- private aab;
2792
+ private aa0;
2727
2793
  get columnOptionsGroupHeaderTextColor(): Brush;
2728
2794
  set columnOptionsGroupHeaderTextColor(a: Brush);
2729
- private z8;
2795
+ private gw;
2796
+ get columnOptionsGroupHeaderTextStyle(): FontInfo;
2797
+ set columnOptionsGroupHeaderTextStyle(a: FontInfo);
2798
+ private aax;
2730
2799
  get columnOptionsAccentColor(): Brush;
2731
2800
  set columnOptionsAccentColor(a: Brush);
2732
- private hh;
2801
+ private nc;
2802
+ get columnOptionsRowHeight(): number;
2803
+ set columnOptionsRowHeight(a: number);
2804
+ private hn;
2733
2805
  get allowCopyOperation(): boolean;
2734
2806
  set allowCopyOperation(a: boolean);
2735
- private hl;
2807
+ private ni;
2808
+ get maxSelectedCellRanges(): number;
2809
+ set maxSelectedCellRanges(a: number);
2810
+ private hr;
2736
2811
  get deferEventForRowDragSelection(): boolean;
2737
2812
  set deferEventForRowDragSelection(a: boolean);
2738
2813
  registerIconFromText(a: string, b: string, c: string): void;
@@ -3146,20 +3221,20 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3146
3221
  get gc(): Brush;
3147
3222
  set gc(a: Brush);
3148
3223
  private f4;
3149
- get gz(): Brush;
3150
- set gz(a: Brush);
3224
+ get g0(): Brush;
3225
+ set g0(a: Brush);
3151
3226
  private fv;
3152
3227
  get gf(): Brush;
3153
3228
  set gf(a: Brush);
3154
3229
  private f3;
3155
- get gy(): Brush;
3156
- set gy(a: Brush);
3230
+ get gz(): Brush;
3231
+ set gz(a: Brush);
3157
3232
  private fu;
3158
3233
  get ge(): Brush;
3159
3234
  set ge(a: Brush);
3160
3235
  private f2;
3161
- get gx(): Brush;
3162
- set gx(a: Brush);
3236
+ get gy(): Brush;
3237
+ set gy(a: Brush);
3163
3238
  private ft;
3164
3239
  get gd(): Brush;
3165
3240
  set gd(a: Brush);
@@ -3185,8 +3260,8 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3185
3260
  get ab(): TextCellLineBreakMode;
3186
3261
  set ab(a: TextCellLineBreakMode);
3187
3262
  private f5;
3188
- get g0(): Brush;
3189
- set g0(a: Brush);
3263
+ get g1(): Brush;
3264
+ set g1(a: Brush);
3190
3265
  private fw;
3191
3266
  get gg(): Brush;
3192
3267
  set gg(a: Brush);
@@ -3249,8 +3324,8 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3249
3324
  private cp;
3250
3325
  private cr;
3251
3326
  private cs;
3327
+ private gx;
3252
3328
  private gw;
3253
- private gv;
3254
3329
  private bl;
3255
3330
  private bm;
3256
3331
  bh(a: any): number;
@@ -3292,7 +3367,7 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3292
3367
  private el;
3293
3368
  protected f(): CellContentHorizontalAlignment;
3294
3369
  protected k(): CellContentVerticalAlignment;
3295
- protected gu(): Brush;
3370
+ protected gv(): Brush;
3296
3371
  protected go(): Brush;
3297
3372
  protected gp(): Brush;
3298
3373
  protected cl(): number;
@@ -3300,10 +3375,11 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3300
3375
  protected gm(): Brush;
3301
3376
  protected ak(): FontInfo;
3302
3377
  protected gn(): Brush;
3303
- protected gt(): Brush;
3378
+ protected gu(): Brush;
3304
3379
  protected gr(): Brush;
3305
3380
  protected gq(): Brush;
3306
3381
  protected gs(): Brush;
3382
+ protected gt(): Brush;
3307
3383
  protected bj(): number;
3308
3384
  definitionPropertyUpdated: (sender: any, args: DefinitionPropertyUpdatedEventArgs) => void;
3309
3385
  private ae;
@@ -3325,372 +3401,425 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3325
3401
  export declare abstract class DataGridColumn extends DefinitionBase implements IToolbarTarget {
3326
3402
  static $t: Type;
3327
3403
  constructor();
3328
- private ok;
3404
+ private pe;
3329
3405
  protected e2(a: GridConditionalStyle): void;
3330
3406
  protected ct(): any;
3331
3407
  protected cu(): any;
3332
3408
  protected cv(): any;
3333
3409
  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;
3410
+ protected rz(): Brush;
3411
+ protected ry(): Brush;
3412
+ private static lp;
3413
+ lq: number;
3414
+ private hw;
3415
+ get hx(): ColumnStates;
3416
+ set hx(a: ColumnStates);
3417
+ private k9;
3418
+ get lm(): number;
3419
+ set lm(a: number);
3420
+ private lb;
3421
+ get lo(): number;
3422
+ set lo(a: number);
3423
+ private la;
3424
+ get ln(): number;
3425
+ set ln(a: number);
3426
+ private k8;
3427
+ get ll(): number;
3428
+ set ll(a: number);
3429
+ private ly;
3430
+ get ob(): string;
3431
+ set ob(a: string);
3432
+ private k6;
3433
+ get lj(): number;
3434
+ set lj(a: number);
3435
+ private k5;
3436
+ get li(): number;
3437
+ set li(a: number);
3438
+ private k7;
3439
+ get lk(): number;
3440
+ set lk(a: number);
3441
+ private iq;
3442
+ get is(): PinnedPositions;
3443
+ set is(a: PinnedPositions);
3444
+ private lw;
3445
+ get nj(): string;
3446
+ set nj(a: string);
3447
+ private lx;
3448
+ get nq(): string;
3449
+ set nq(a: string);
3450
+ private lu;
3451
+ get ml(): string;
3452
+ set ml(a: string);
3453
+ private q3;
3454
+ get r2(): Brush;
3455
+ set r2(a: Brush);
3456
+ private qo;
3457
+ get rl(): Brush;
3458
+ set rl(a: Brush);
3459
+ private q4;
3460
+ get r3(): Brush;
3461
+ set r3(a: Brush);
3462
+ private qp;
3463
+ get rm(): Brush;
3464
+ set rm(a: Brush);
3465
+ private q1;
3466
+ get r0(): Brush;
3467
+ set r0(a: Brush);
3468
+ private qm;
3469
+ get rj(): Brush;
3470
+ set rj(a: Brush);
3471
+ private q2;
3472
+ get r1(): Brush;
3473
+ set r1(a: Brush);
3474
+ private qn;
3475
+ get rk(): Brush;
3476
+ set rk(a: Brush);
3477
+ private ic;
3478
+ get id(): GridColumnAnimationSettings;
3479
+ set id(a: GridColumnAnimationSettings);
3480
+ private hy;
3399
3481
  get width(): ColumnWidth;
3400
3482
  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);
3483
+ private kl;
3484
+ get kt(): number;
3485
+ set kt(a: number);
3486
+ private jr;
3487
+ get ka(): boolean;
3488
+ set ka(a: boolean);
3410
3489
  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;
3490
+ get j4(): boolean;
3491
+ set j4(a: boolean);
3492
+ private jv;
3493
+ get ke(): boolean;
3494
+ set ke(a: boolean);
3495
+ private g4;
3496
+ get g5(): ColumnFilterCondition;
3497
+ set g5(a: ColumnFilterCondition);
3498
+ private g6;
3499
+ get g7(): IFilterExpression;
3500
+ set g7(a: IFilterExpression);
3501
+ private ih;
3420
3502
  get header(): Header;
3421
3503
  set header(a: Header);
3422
- private jh;
3423
- get jz(): boolean;
3424
- set jz(a: boolean);
3504
+ private jq;
3505
+ get j9(): boolean;
3506
+ set j9(a: boolean);
3507
+ private jt;
3508
+ get kc(): boolean;
3509
+ set kc(a: boolean);
3510
+ private ju;
3511
+ get kd(): boolean;
3512
+ set kd(a: boolean);
3513
+ private js;
3514
+ get kb(): boolean;
3515
+ set kb(a: boolean);
3516
+ private jw;
3517
+ get kg(): boolean;
3518
+ set kg(a: boolean);
3519
+ private hu;
3520
+ get hv(): ColumnSortDirection;
3521
+ set hv(a: ColumnSortDirection);
3522
+ private ir;
3523
+ get it(): PinnedPositions;
3524
+ set it(a: PinnedPositions);
3425
3525
  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);
3526
+ get j3(): boolean;
3527
+ set j3(a: boolean);
3528
+ get j0(): boolean;
3447
3529
  private hk;
3448
3530
  get hm(): ColumnOptionsIconAlignment;
3449
3531
  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);
3532
+ private hl;
3533
+ get hn(): ColumnOptionsIconAlignment;
3534
+ set hn(a: ColumnOptionsIconAlignment);
3535
+ private qh;
3536
+ get re(): Brush;
3537
+ set re(a: Brush);
3538
+ private qw;
3539
+ get rt(): Brush;
3540
+ set rt(a: Brush);
3541
+ private hp;
3542
+ get hr(): ColumnOptionsIconBehavior;
3543
+ set hr(a: ColumnOptionsIconBehavior);
3456
3544
  private ho;
3457
3545
  get hq(): ColumnOptionsIconBehavior;
3458
3546
  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;
3547
+ private jg;
3472
3548
  get jx(): boolean;
3473
3549
  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;
3550
+ private jm;
3551
+ get j5(): boolean;
3552
+ set j5(a: boolean);
3553
+ private ji;
3554
+ get jz(): boolean;
3555
+ set jz(a: boolean);
3556
+ private jo;
3557
+ get j7(): boolean;
3558
+ set j7(a: boolean);
3559
+ private jh;
3521
3560
  get jy(): boolean;
3522
3561
  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);
3562
+ private jn;
3563
+ get j6(): boolean;
3564
+ set j6(a: boolean);
3565
+ private ix;
3566
+ get iy(): BaseControlTheme;
3567
+ set iy(a: BaseControlTheme);
3568
+ private qe;
3569
+ get q9(): Brush;
3570
+ set q9(a: Brush);
3571
+ private qr;
3572
+ get ro(): Brush;
3573
+ set ro(a: Brush);
3574
+ private qj;
3575
+ get rg(): Brush;
3576
+ set rg(a: Brush);
3577
+ private qy;
3578
+ get rv(): Brush;
3579
+ set rv(a: Brush);
3580
+ private i3;
3581
+ get ja(): FontInfo;
3582
+ set ja(a: FontInfo);
3583
+ private i6;
3584
+ get jd(): FontInfo;
3585
+ set jd(a: FontInfo);
3586
+ private qg;
3587
+ get rd(): Brush;
3588
+ set rd(a: Brush);
3589
+ private qv;
3590
+ get rs(): Brush;
3591
+ set rs(a: Brush);
3592
+ static readonly mh: string;
3593
+ private qk;
3594
+ get rh(): Brush;
3595
+ set rh(a: Brush);
3596
+ private qz;
3597
+ get rw(): Brush;
3598
+ set rw(a: Brush);
3599
+ private qf;
3600
+ get rc(): Brush;
3601
+ set rc(a: Brush);
3602
+ private qu;
3603
+ get rr(): Brush;
3604
+ set rr(a: Brush);
3605
+ private qi;
3606
+ get rf(): Brush;
3607
+ set rf(a: Brush);
3608
+ private qx;
3609
+ get ru(): Brush;
3610
+ set ru(a: Brush);
3611
+ static readonly l5: string;
3612
+ private qb;
3613
+ get ra(): Brush;
3614
+ set ra(a: Brush);
3615
+ private qs;
3616
+ get rp(): Brush;
3617
+ set rp(a: Brush);
3618
+ private qc;
3619
+ get rb(): Brush;
3620
+ set rb(a: Brush);
3621
+ private qt;
3622
+ get rq(): Brush;
3623
+ set rq(a: Brush);
3535
3624
  private i2;
3625
+ get i9(): FontInfo;
3626
+ set i9(a: FontInfo);
3627
+ private i5;
3628
+ get jc(): FontInfo;
3629
+ set jc(a: FontInfo);
3630
+ private qd;
3631
+ get q8(): Brush;
3632
+ set q8(a: Brush);
3633
+ private qq;
3634
+ get rn(): Brush;
3635
+ set rn(a: Brush);
3636
+ private kz;
3637
+ get lc(): number;
3638
+ set lc(a: number);
3639
+ private k0;
3640
+ get ld(): number;
3641
+ set ld(a: number);
3642
+ private jp;
3643
+ get j8(): boolean;
3644
+ set j8(a: boolean);
3645
+ private q0;
3646
+ get rx(): Brush;
3647
+ set rx(a: Brush);
3648
+ private ql;
3649
+ get ri(): Brush;
3650
+ set ri(a: Brush);
3651
+ private kk;
3652
+ get ks(): number;
3653
+ set ks(a: number);
3654
+ private kj;
3655
+ get kr(): number;
3656
+ set kr(a: number);
3657
+ private i7;
3536
3658
  get textEditStyle(): FontInfo;
3537
3659
  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);
3660
+ private i4;
3661
+ get jb(): FontInfo;
3662
+ set jb(a: FontInfo);
3663
+ private h4;
3664
+ get h5(): EditorType;
3665
+ set h5(a: EditorType);
3666
+ private lr;
3667
+ get ls(): any;
3668
+ set ls(a: any);
3669
+ private lv;
3670
+ get nf(): string;
3671
+ set nf(a: string);
3672
+ private g2;
3673
+ get g3(): string[];
3674
+ set g3(a: string[]);
3675
+ private im;
3676
+ get ip(): MergedCellMode;
3677
+ set ip(a: MergedCellMode);
3678
+ private ij;
3679
+ get il(): MergedCellEvaluationCriteria;
3680
+ set il(a: MergedCellEvaluationCriteria);
3681
+ private hb;
3682
+ get he(): CellContentVerticalAlignment;
3683
+ set he(a: CellContentVerticalAlignment);
3559
3684
  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;
3685
+ get hc(): CellContentVerticalAlignment;
3686
+ set hc(a: CellContentVerticalAlignment);
3687
+ private k2;
3688
+ get lf(): number;
3689
+ set lf(a: number);
3690
+ private k4;
3691
+ get lh(): number;
3692
+ set lh(a: number);
3693
+ private k3;
3694
+ get lg(): number;
3695
+ set lg(a: number);
3696
+ private k1;
3697
+ get le(): number;
3698
+ set le(a: number);
3699
+ private h6;
3700
+ get h7(): FilterComparisonType;
3701
+ set h7(a: FilterComparisonType);
3702
+ h9(a: FilterComparisonType): FilterComparisonType;
3703
+ h8(): FilterComparisonType;
3704
+ private ie;
3705
+ get ig(): GridFilterOperandsCollection;
3706
+ private l1;
3707
+ get o0(): string;
3708
+ set o0(a: string);
3709
+ private q7;
3710
+ get r6(): Brush;
3711
+ set r6(a: Brush);
3712
+ private i8;
3591
3713
  get suffixTextStyle(): FontInfo;
3592
3714
  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);
3715
+ private l0;
3716
+ get os(): string;
3717
+ set os(a: string);
3718
+ private lz;
3719
+ get op(): string;
3720
+ set op(a: string);
3721
+ private q6;
3722
+ get r5(): Brush;
3723
+ set r5(a: Brush);
3724
+ private q5;
3725
+ get r4(): Brush;
3726
+ set r4(a: Brush);
3727
+ private kn;
3728
+ get kv(): number;
3729
+ set kv(a: number);
3730
+ private ko;
3731
+ get kw(): number;
3732
+ set kw(a: number);
3733
+ private kp;
3734
+ get kx(): number;
3735
+ set kx(a: number);
3736
+ private km;
3737
+ get ku(): number;
3738
+ set ku(a: number);
3739
+ private kq;
3740
+ get ky(): number;
3741
+ set ky(a: number);
3742
+ private iu;
3743
+ get iv(): TextCellDecoration;
3744
+ set iv(a: TextCellDecoration);
3623
3745
  formatCell: (sender: any, args: FormatCellEventArgs) => void;
3624
- private od;
3625
- im(): MergedCellMode;
3626
- ij(): MergedCellEvaluationCriteria;
3627
- j4(): boolean;
3746
+ private o7;
3747
+ io(): MergedCellMode;
3748
+ ik(): MergedCellEvaluationCriteria;
3749
+ kf(): boolean;
3628
3750
  protected gr(): Brush;
3629
- protected gt(): Brush;
3630
- ob(a: CellModel, b: any, c: any): string;
3751
+ protected gu(): Brush;
3752
+ o5(a: CellModel, b: any, c: any): string;
3631
3753
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
3632
3754
  protected d4(a: CellPath, b: DataGrid, c: any): string;
3633
3755
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
3634
3756
  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;
3757
+ protected hf(): CellContentVerticalAlignment;
3758
+ protected g9(): CellContentHorizontalAlignment;
3759
+ protected hd(): CellContentVerticalAlignment;
3760
+ private p6;
3761
+ private pd;
3640
3762
  protected es(a: DataGrid, b: DataGrid): void;
3641
3763
  protected eu(a: any, b: PropertyChangedEventArgs): void;
3642
- o7(): void;
3643
- o8(): void;
3644
- o9(): void;
3764
+ p7(): void;
3765
+ p8(): void;
3766
+ p9(): void;
3767
+ qa(): void;
3645
3768
  protected e8(): void;
3646
3769
  protected fk(): void;
3647
3770
  protected fl(): void;
3648
3771
  protected fi(): void;
3649
- protected o3(): void;
3650
- protected o5(): void;
3651
- protected o4(): void;
3772
+ protected p3(): void;
3773
+ protected p5(): void;
3774
+ protected p4(): void;
3652
3775
  protected fh(): void;
3653
3776
  protected fj(): void;
3654
3777
  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;
3778
+ protected pl(): void;
3779
+ protected pv(): void;
3780
+ protected pu(): void;
3781
+ protected pn(): void;
3782
+ protected py(): void;
3783
+ protected pr(): void;
3784
+ protected p1(): void;
3785
+ protected pm(): void;
3786
+ protected pz(): void;
3787
+ protected p0(): void;
3788
+ protected pt(): void;
3789
+ protected p2(): void;
3790
+ protected ps(): void;
3791
+ protected px(): void;
3792
+ protected po(): void;
3793
+ protected pp(): void;
3794
+ protected pq(): void;
3795
+ protected pk(): void;
3796
+ protected pw(): void;
3668
3797
  columnCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3669
- 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;
3798
+ columnHeaderCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3799
+ protected pg(a: CellModel): void;
3800
+ protected pj(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3801
+ hj(): ColumnHidingAnimationMode;
3802
+ ht(): ColumnShowingAnimationMode;
3803
+ hi(): ColumnExchangingAnimationMode;
3804
+ hs(): ColumnResizingAnimationMode;
3805
+ no(): string;
3806
+ private i0;
3807
+ private jj;
3808
+ pi(a: string, b: CellPropertyAnimationType, c: any): void;
3809
+ j2(): boolean;
3810
+ get i1(): FastIterationDictionary$2<string, any>;
3811
+ j1(a: string): boolean;
3812
+ ph(a: string): void;
3813
+ lt(a: string): any;
3814
+ ki: List$1<LayoutAction>;
3815
+ pf(a: string): void;
3816
+ o9(a: ColumnComparisonConditionOperatorType, b: any): void;
3817
+ o8(a: string, b: number, c: any): void;
3818
+ g8(a: FilterOperand, b: any): IFilterExpression;
3819
+ ia(a: string, b: number): FilterOperand;
3820
+ pa(): void;
3821
+ private h2;
3822
+ get h3(): DataGridColumnToolbarManager;
3694
3823
  getDesiredToolbarActions(): ToolActionInfo[];
3695
3824
  addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
3696
3825
  removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
@@ -3703,14 +3832,14 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3703
3832
  private _invalidateActions;
3704
3833
  get invalidateActions(): () => void;
3705
3834
  set invalidateActions(a: () => void);
3706
- private j6;
3707
- iy(): IToolbarContextAccessor;
3708
- oi(a: (arg1: IToolbarContextAccessor) => void): void;
3835
+ private kh;
3836
+ iz(): IToolbarContextAccessor;
3837
+ pc(a: (arg1: IToolbarContextAccessor) => void): void;
3709
3838
  provideContextAccessor(a: IToolbarContextAccessor): void;
3710
3839
  dismissContextAccessor(a: IToolbarContextAccessor): void;
3711
- oh(): void;
3712
- hz: DataGridColumn;
3713
- abstract h0(): DataGridColumn;
3840
+ pb(): void;
3841
+ h0: DataGridColumn;
3842
+ abstract h1(): DataGridColumn;
3714
3843
  onAttachingOverride: (sender: any, args: GridColumnProviderOnAttachingOverrideEventArgs) => void;
3715
3844
  }
3716
3845
  /**
@@ -4003,18 +4132,18 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
4003
4132
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4004
4133
  protected n(a: CellPath): CellModel;
4005
4134
  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);
4135
+ private g6;
4136
+ get g7(): number;
4137
+ set g7(a: number);
4012
4138
  private g2;
4013
4139
  get g4(): number;
4014
4140
  set g4(a: number);
4141
+ private g3;
4142
+ get g5(): number;
4143
+ set g5(a: number);
4015
4144
  protected es(a: DataGrid, b: DataGrid): void;
4016
4145
  protected e8(): void;
4017
- protected ha(): void;
4146
+ protected hb(): void;
4018
4147
  protected e4(): void;
4019
4148
  protected eu(a: any, b: PropertyChangedEventArgs): void;
4020
4149
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
@@ -4025,17 +4154,17 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
4025
4154
  export declare class ComboBoxColumn extends DataGridColumn {
4026
4155
  static $t: Type;
4027
4156
  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[]);
4157
+ private r8;
4158
+ get r9(): IDataSource;
4159
+ set r9(a: IDataSource);
4160
+ get sa(): any;
4161
+ set sa(a: any);
4162
+ get se(): string;
4163
+ set se(a: string);
4164
+ get sf(): string;
4165
+ set sf(a: string);
4166
+ get r7(): string[];
4167
+ set r7(a: string[]);
4039
4168
  protected n(a: CellPath): CellModel;
4040
4169
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4041
4170
  protected es(a: DataGrid, b: DataGrid): void;
@@ -4043,44 +4172,44 @@ export declare class ComboBoxColumn extends DataGridColumn {
4043
4172
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4044
4173
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4045
4174
  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;
4175
+ private sg;
4176
+ private sh;
4177
+ private sc;
4178
+ sd(a: any): string;
4179
+ h1(): DataGridColumn;
4051
4180
  }
4052
4181
  /**
4053
4182
  * @hidden
4054
4183
  */
4055
4184
  export declare class DateTimeColumn extends DataGridColumn {
4056
4185
  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);
4186
+ private sa;
4187
+ private sb;
4188
+ get sc(): DateTimeFormats;
4189
+ set sc(a: DateTimeFormats);
4190
+ private sl;
4191
+ get su(): string;
4192
+ set su(a: string);
4193
+ private sk;
4194
+ get sn(): string;
4195
+ set sn(a: string);
4196
+ private r7;
4197
+ get r8(): any[];
4198
+ set r8(a: any[]);
4199
+ private sh;
4200
+ get sj(): any;
4201
+ set sj(a: any);
4202
+ private se;
4203
+ get sf(): boolean;
4204
+ set sf(a: boolean);
4205
+ get sd(): EditorType;
4206
+ set sd(a: EditorType);
4207
+ get si(): any;
4208
+ set si(a: any);
4209
+ get sp(): string;
4210
+ set sp(a: string);
4211
+ get sq(): string;
4212
+ set sq(a: string);
4084
4213
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4085
4214
  constructor();
4086
4215
  protected n(a: CellPath): CellModel;
@@ -4088,10 +4217,10 @@ export declare class DateTimeColumn extends DataGridColumn {
4088
4217
  d1(a: DataGrid, b: any, c: any): string;
4089
4218
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4090
4219
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4091
- private qz;
4092
- qs: BindingFormatter;
4093
- private ra;
4094
- h0(): DataGridColumn;
4220
+ private sg;
4221
+ r9: BindingFormatter;
4222
+ private sr;
4223
+ h1(): DataGridColumn;
4095
4224
  }
4096
4225
  /**
4097
4226
  * @hidden
@@ -4134,91 +4263,79 @@ export declare abstract class GridCompoundConditionalStyle extends GridCondition
4134
4263
  */
4135
4264
  export declare class DataGridColumnToolbarManager extends Base {
4136
4265
  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;
4266
+ private h;
4267
+ private static m;
4150
4268
  private l;
4151
- private n;
4152
- private m;
4153
- private bh;
4154
- private bc;
4269
+ constructor(a: DataGridColumn);
4155
4270
  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;
4271
+ private bo;
4272
+ private be;
4273
+ private bd;
4274
+ private bf;
4275
+ private aq;
4276
+ private ax;
4277
+ private a7;
4278
+ private a4;
4279
+ private n;
4280
+ private p;
4189
4281
  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
4282
  private a5;
4200
- private b2;
4201
- private b1;
4202
- private by;
4203
- private bm;
4204
- private bf;
4205
- private bi;
4283
+ private a0;
4284
+ private bb;
4285
+ private s;
4286
+ private t;
4287
+ ar(a: ICommandAvailabilityListener): void;
4288
+ as(a: ICommandStateChangedListener): void;
4289
+ private j;
4290
+ protected get k(): SRProvider;
4291
+ private ai;
4292
+ b(): ToolActionInfo[];
4293
+ private c;
4294
+ private a;
4295
+ private a8;
4296
+ private a9;
4297
+ private bu;
4298
+ private aj;
4299
+ private ah;
4300
+ private w;
4301
+ private x;
4302
+ private ay;
4206
4303
  private bt;
4207
4304
  private bs;
4208
- bw(a: ICommandAvailabilityListener): void;
4209
- bx(a: ICommandStateChangedListener): void;
4210
- static c(a: DataGridColumn, b: number): {
4305
+ private br;
4306
+ private q;
4307
+ private u;
4308
+ private static bc;
4309
+ r(): boolean;
4310
+ i(a: ToolCommand): ToolCommandExecutionState;
4311
+ private az;
4312
+ av(): void;
4313
+ aw(): void;
4314
+ private static d;
4315
+ private au;
4316
+ private at;
4317
+ private bq;
4318
+ private bp;
4319
+ private bm;
4320
+ private ba;
4321
+ private a3;
4322
+ private a6;
4323
+ private bh;
4324
+ private bg;
4325
+ bk(a: ICommandAvailabilityListener): void;
4326
+ bl(a: ICommandStateChangedListener): void;
4327
+ static e(a: DataGridColumn, b: number): {
4211
4328
  ret: ColumnGroupDescription;
4212
4329
  p1: number;
4213
4330
  };
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;
4331
+ static f(a: ListSortDirection): ColumnSortDirection;
4332
+ static v(a: ColumnSortDirection): ListSortDirection;
4333
+ get g(): ColumnSortDirection;
4334
+ set g(a: ColumnSortDirection);
4335
+ private a2;
4336
+ private a1;
4337
+ bi(a: DataGrid, b: DataGrid): void;
4338
+ bj(): void;
4222
4339
  }
4223
4340
  /**
4224
4341
  * @hidden
@@ -4226,15 +4343,15 @@ export declare class DataGridColumnToolbarManager extends Base {
4226
4343
  export declare class EditorDefinition extends DefinitionBase {
4227
4344
  static $t: Type;
4228
4345
  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);
4346
+ private g9;
4347
+ get ha(): Rect;
4348
+ set ha(a: Rect);
4349
+ private g4;
4350
+ get g7(): string;
4351
+ set g7(a: string);
4352
+ private g2;
4353
+ get g3(): CellModel;
4354
+ set g3(a: CellModel);
4238
4355
  protected n(a: CellPath): CellModel;
4239
4356
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4240
4357
  protected es(a: DataGrid, b: DataGrid): void;
@@ -4259,18 +4376,18 @@ export declare class EditRowDefinition extends DefinitionBase {
4259
4376
  */
4260
4377
  export declare class FilterRowDefinition extends DefinitionBase {
4261
4378
  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
4379
  private g3;
4269
4380
  get g7(): number;
4270
4381
  set g7(a: number);
4271
- private g1;
4272
- get g5(): number;
4273
- set g5(a: number);
4382
+ private g5;
4383
+ get g9(): number;
4384
+ set g9(a: number);
4385
+ private g4;
4386
+ get g8(): number;
4387
+ set g8(a: number);
4388
+ private g2;
4389
+ get g6(): number;
4390
+ set g6(a: number);
4274
4391
  constructor();
4275
4392
  protected n(a: CellPath): CellModel;
4276
4393
  protected d4(a: CellPath, b: DataGrid, c: any): string;
@@ -4287,41 +4404,41 @@ export declare class FilterRowDefinition extends DefinitionBase {
4287
4404
  export declare abstract class Header extends DefinitionBase {
4288
4405
  static $t: Type;
4289
4406
  constructor();
4290
- protected gu(): Brush;
4407
+ protected gv(): Brush;
4291
4408
  protected gn(): Brush;
4292
- protected hq(): Brush;
4409
+ protected hr(): Brush;
4293
4410
  protected ak(): FontInfo;
4294
4411
  protected es(a: DataGrid, b: DataGrid): void;
4295
4412
  protected e8(): void;
4296
4413
  protected fk(): void;
4297
4414
  protected fl(): void;
4298
- protected hl(): void;
4299
4415
  protected hm(): void;
4416
+ protected hn(): void;
4300
4417
  protected eu(a: any, b: PropertyChangedEventArgs): void;
4418
+ private hp;
4419
+ get hs(): Brush;
4420
+ set hs(a: Brush);
4301
4421
  private ho;
4302
- get hr(): Brush;
4303
- set hr(a: Brush);
4304
- private hn;
4305
- get hp(): Brush;
4306
- set hp(a: Brush);
4422
+ get hq(): Brush;
4423
+ set hq(a: Brush);
4424
+ private g3;
4425
+ get g5(): SortIndicatorStyle;
4426
+ set g5(a: SortIndicatorStyle);
4307
4427
  private g2;
4308
4428
  get g4(): SortIndicatorStyle;
4309
4429
  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
4430
  private g7;
4320
4431
  get hb(): number;
4321
4432
  set hb(a: number);
4322
- private g5;
4323
- get g9(): number;
4324
- set g9(a: number);
4433
+ private g9;
4434
+ get hd(): number;
4435
+ set hd(a: number);
4436
+ private g8;
4437
+ get hc(): number;
4438
+ set hc(a: number);
4439
+ private g6;
4440
+ get ha(): number;
4441
+ set ha(a: number);
4325
4442
  protected aw(a: string): boolean;
4326
4443
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4327
4444
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
@@ -4334,16 +4451,16 @@ export declare class ColumnResizingSeparator extends DefinitionBase {
4334
4451
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4335
4452
  protected n(a: CellPath): CellModel;
4336
4453
  protected gn(): Brush;
4337
- private g1;
4338
- get g3(): number;
4339
- set g3(a: number);
4340
4454
  private g2;
4341
4455
  get g4(): number;
4342
4456
  set g4(a: number);
4457
+ private g3;
4458
+ get g5(): number;
4459
+ set g5(a: number);
4343
4460
  protected e8(): void;
4344
- protected g8(): void;
4461
+ protected g9(): void;
4345
4462
  protected e4(): void;
4346
- protected g7(a: any, b: PropertyChangedEventArgs): void;
4463
+ protected g8(a: any, b: PropertyChangedEventArgs): void;
4347
4464
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4348
4465
  }
4349
4466
  /**
@@ -4354,12 +4471,12 @@ export declare class HeaderSeparator extends DefinitionBase {
4354
4471
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4355
4472
  protected n(a: CellPath): CellModel;
4356
4473
  protected gn(): Brush;
4357
- protected g1(): number;
4474
+ protected g2(): number;
4358
4475
  protected es(a: DataGrid, b: DataGrid): void;
4359
4476
  protected eu(a: any, b: PropertyChangedEventArgs): void;
4360
4477
  protected e8(): void;
4361
4478
  protected e4(): void;
4362
- private g2;
4479
+ private g3;
4363
4480
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4364
4481
  }
4365
4482
  /**
@@ -4367,31 +4484,31 @@ export declare class HeaderSeparator extends DefinitionBase {
4367
4484
  */
4368
4485
  export declare class ImageColumn extends DataGridColumn {
4369
4486
  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);
4487
+ private sa;
4488
+ get sb(): ImageStretchOptions;
4489
+ set sb(a: ImageStretchOptions);
4490
+ private r8;
4491
+ get r9(): ImageResourceType;
4492
+ set r9(a: ImageResourceType);
4493
+ get r7(): EditorType;
4494
+ set r7(a: EditorType);
4495
+ get sc(): any;
4496
+ set sc(a: any);
4497
+ get sd(): string;
4498
+ set sd(a: string);
4499
+ get se(): string;
4500
+ set se(a: string);
4384
4501
  constructor();
4385
4502
  protected k(): CellContentVerticalAlignment;
4386
- protected g8(): CellContentHorizontalAlignment;
4387
- protected he(): CellContentVerticalAlignment;
4503
+ protected g9(): CellContentHorizontalAlignment;
4504
+ protected hf(): CellContentVerticalAlignment;
4388
4505
  protected f(): CellContentHorizontalAlignment;
4389
4506
  protected n(a: CellPath): CellModel;
4390
4507
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4391
4508
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4392
4509
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4393
- private qy;
4394
- h0(): DataGridColumn;
4510
+ private sf;
4511
+ h1(): DataGridColumn;
4395
4512
  }
4396
4513
  /**
4397
4514
  * @hidden
@@ -4400,7 +4517,7 @@ export declare class NumericCellFormatter extends Base {
4400
4517
  static $t: Type;
4401
4518
  private static a;
4402
4519
  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;
4520
+ 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
4521
  static c(a: NumericCellModel): string;
4405
4522
  static d(a: NumericColumn, b: number): string;
4406
4523
  }
@@ -4411,57 +4528,60 @@ export declare class NumericColumn extends DataGridColumn {
4411
4528
  static $t: Type;
4412
4529
  constructor();
4413
4530
  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;
4531
+ private sq;
4532
+ get s5(): string;
4533
+ set s5(a: string);
4534
+ private ss;
4535
+ get s9(): string;
4536
+ set s9(a: string);
4537
+ private sr;
4538
+ get s7(): string;
4539
+ set s7(a: string);
4540
+ private st;
4541
+ get tb(): string;
4542
+ set tb(a: string);
4543
+ private sg;
4544
+ get sj(): number;
4545
+ set sj(a: number);
4546
+ private sh;
4547
+ get sk(): number;
4548
+ set sk(a: number);
4549
+ private si;
4550
+ get sl(): number;
4551
+ set sl(a: number);
4552
+ private sb;
4553
+ get sd(): boolean;
4554
+ set sd(a: boolean);
4555
+ private sc;
4556
+ get se(): boolean;
4557
+ set se(a: boolean);
4558
+ private sp;
4559
+ get sz(): string;
4560
+ set sz(a: string);
4561
+ private r7;
4562
+ get r8(): any[];
4563
+ set r8(a: any[]);
4564
+ private sm;
4565
+ get so(): any;
4566
+ set so(a: any);
4567
+ get sa(): EditorType;
4568
+ set sa(a: EditorType);
4569
+ get sn(): any;
4570
+ set sn(a: any);
4571
+ get su(): string;
4572
+ set su(a: string);
4573
+ get sv(): string;
4574
+ set sv(a: string);
4575
+ r9: BindingFormatter;
4456
4576
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4457
4577
  protected n(a: CellPath): CellModel;
4458
4578
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4459
4579
  d1(a: DataGrid, b: any, c: any): string;
4460
4580
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4461
4581
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4462
- private qw;
4463
- private rd;
4464
- h0(): DataGridColumn;
4582
+ private sf;
4583
+ private sw;
4584
+ h1(): DataGridColumn;
4465
4585
  }
4466
4586
  /**
4467
4587
  * @hidden
@@ -4510,30 +4630,42 @@ export declare class SectionFooter extends DefinitionBase {
4510
4630
  */
4511
4631
  export declare class SectionHeader extends DefinitionBase {
4512
4632
  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);
4633
+ private h3;
4634
+ get h9(): Brush;
4635
+ set h9(a: Brush);
4636
+ private h0;
4637
+ get h6(): Brush;
4638
+ set h6(a: Brush);
4639
+ private h4;
4640
+ get ia(): Brush;
4641
+ set ia(a: Brush);
4642
+ private h1;
4643
+ get h7(): Brush;
4644
+ set h7(a: Brush);
4645
+ private h2;
4646
+ get h8(): Brush;
4647
+ set h8(a: Brush);
4648
+ private hz;
4649
+ get h5(): Brush;
4650
+ set h5(a: Brush);
4525
4651
  private ha;
4526
4652
  get he(): number;
4527
4653
  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);
4654
+ private hc;
4655
+ get hg(): number;
4656
+ set hg(a: number);
4657
+ private hb;
4658
+ get hf(): number;
4659
+ set hf(a: number);
4660
+ private g9;
4661
+ get hd(): number;
4662
+ set hd(a: number);
4663
+ private g6;
4664
+ get g7(): boolean;
4665
+ set g7(a: boolean);
4666
+ private g3;
4667
+ get g4(): GroupSummaryDisplayMode;
4668
+ set g4(a: GroupSummaryDisplayMode);
4537
4669
  sectionHeaderPropertyUpdating: (sectionHeader: SectionHeader, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
4538
4670
  constructor();
4539
4671
  protected d4(a: CellPath, b: DataGrid, c: any): string;
@@ -4541,18 +4673,21 @@ export declare class SectionHeader extends DefinitionBase {
4541
4673
  protected gn(): Brush;
4542
4674
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4543
4675
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4676
+ protected e4(): void;
4544
4677
  protected es(a: DataGrid, b: DataGrid): void;
4545
- private g7;
4546
- private hp;
4547
- private ho;
4678
+ private g8;
4679
+ private hu;
4680
+ private ht;
4548
4681
  protected eu(a: any, b: PropertyChangedEventArgs): void;
4549
- hr(): void;
4682
+ hx(): void;
4683
+ hy(): void;
4550
4684
  protected e8(): void;
4551
4685
  protected fk(): void;
4686
+ hw(): void;
4552
4687
  protected fl(): void;
4553
- hq(): void;
4688
+ hv(): void;
4554
4689
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4555
- private g1;
4690
+ private g2;
4556
4691
  }
4557
4692
  /**
4558
4693
  * @hidden
@@ -4569,7 +4704,7 @@ export declare class RowSeparator extends DefinitionBase {
4569
4704
  protected eu(a: any, b: PropertyChangedEventArgs): void;
4570
4705
  protected n(a: CellPath): CellModel;
4571
4706
  protected gn(): Brush;
4572
- protected gt(): Brush;
4707
+ protected gu(): Brush;
4573
4708
  protected gq(): Brush;
4574
4709
  protected gr(): Brush;
4575
4710
  protected bj(): number;
@@ -4592,36 +4727,36 @@ export declare class HeaderRowSeparator extends DefinitionBase {
4592
4727
  */
4593
4728
  export declare abstract class SummaryRow extends DefinitionBase {
4594
4729
  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
4730
  private hu;
4602
4731
  get hz(): Brush;
4603
4732
  set hz(a: Brush);
4604
4733
  private hs;
4605
4734
  get hw(): Brush;
4606
4735
  set hw(a: Brush);
4607
- private g2;
4736
+ private hv;
4737
+ get h0(): Brush;
4738
+ set h0(a: Brush);
4739
+ private ht;
4740
+ get hx(): Brush;
4741
+ set hx(a: Brush);
4742
+ private g3;
4608
4743
  get summaryNameTextStyle(): FontInfo;
4609
4744
  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);
4745
+ private g2;
4746
+ get g4(): FontInfo;
4747
+ set g4(a: FontInfo);
4619
4748
  private g8;
4620
4749
  get hc(): number;
4621
4750
  set hc(a: number);
4622
- private g6;
4623
- get ha(): number;
4624
- set ha(a: number);
4751
+ private ha;
4752
+ get he(): number;
4753
+ set he(a: number);
4754
+ private g9;
4755
+ get hd(): number;
4756
+ set hd(a: number);
4757
+ private g7;
4758
+ get hb(): number;
4759
+ set hb(a: number);
4625
4760
  constructor();
4626
4761
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4627
4762
  protected n(a: CellPath): CellModel;
@@ -4629,16 +4764,15 @@ export declare abstract class SummaryRow extends DefinitionBase {
4629
4764
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4630
4765
  protected es(a: DataGrid, b: DataGrid): void;
4631
4766
  protected e4(): void;
4632
- protected hx(): Brush;
4633
- protected gu(): Brush;
4767
+ protected hy(): Brush;
4768
+ protected gv(): Brush;
4634
4769
  protected eu(a: any, b: PropertyChangedEventArgs): void;
4635
- protected ho(): void;
4636
4770
  protected hp(): void;
4637
- protected fl(): void;
4638
4771
  protected hq(): void;
4772
+ protected hr(): void;
4639
4773
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4640
4774
  protected ak(): FontInfo;
4641
- protected g4(): FontInfo;
4775
+ protected g5(): FontInfo;
4642
4776
  }
4643
4777
  /**
4644
4778
  * @hidden
@@ -4648,10 +4782,11 @@ export declare class SummaryRowRoot extends SummaryRow {
4648
4782
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4649
4783
  protected gn(): Brush;
4650
4784
  protected e8(): void;
4651
- protected ho(): void;
4652
4785
  protected hp(): void;
4653
- protected fk(): void;
4654
4786
  protected hq(): void;
4787
+ protected fk(): void;
4788
+ protected fl(): void;
4789
+ protected hr(): void;
4655
4790
  }
4656
4791
  /**
4657
4792
  * @hidden
@@ -4661,10 +4796,11 @@ export declare class SummaryRowSection extends SummaryRow {
4661
4796
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4662
4797
  protected gn(): Brush;
4663
4798
  protected e8(): void;
4664
- protected ho(): void;
4665
4799
  protected hp(): void;
4666
- protected fk(): void;
4667
4800
  protected hq(): void;
4801
+ protected fk(): void;
4802
+ protected fl(): void;
4803
+ protected hr(): void;
4668
4804
  }
4669
4805
  /**
4670
4806
  * @hidden
@@ -4676,10 +4812,10 @@ export declare class TemplateColumn extends DataGridColumn {
4676
4812
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4677
4813
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4678
4814
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4679
- qr(a: TemplateCellModel, b: any): void;
4815
+ r8(a: TemplateCellModel, b: any): void;
4680
4816
  cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
4681
4817
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4682
- h0(): DataGridColumn;
4818
+ h1(): DataGridColumn;
4683
4819
  }
4684
4820
  /**
4685
4821
  * @hidden
@@ -4698,24 +4834,24 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
4698
4834
  */
4699
4835
  export declare class TextColumn extends DataGridColumn {
4700
4836
  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);
4837
+ private r9;
4838
+ get sd(): string;
4839
+ set sd(a: string);
4840
+ get r7(): EditorType;
4841
+ set r7(a: EditorType);
4842
+ get r8(): any;
4843
+ set r8(a: any);
4844
+ get sa(): string;
4845
+ set sa(a: string);
4846
+ get sb(): string;
4847
+ set sb(a: string);
4712
4848
  protected n(a: CellPath): CellModel;
4713
4849
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4714
4850
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4715
4851
  d1(a: DataGrid, b: any, c: any): string;
4716
- private qv;
4852
+ private sc;
4717
4853
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4718
- h0(): DataGridColumn;
4854
+ h1(): DataGridColumn;
4719
4855
  }
4720
4856
  /**
4721
4857
  * @hidden