igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.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 (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +289 -289
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -266,6 +266,8 @@ export interface IExternalGrid {
266
266
  setScrollerVerticalTrackInset(a: number): void;
267
267
  setScrollbarStyle(a: ScrollbarStyle): void;
268
268
  setScrollbarColor(a: Brush): void;
269
+ setScrollbarHoverColor(a: Brush): void;
270
+ setScrollbarActiveColor(a: Brush): void;
269
271
  setClipboardText(a: string): void;
270
272
  setBackground(a: Brush): void;
271
273
  moveFocusPrevious(): void;
@@ -491,534 +493,537 @@ export declare abstract class CellModel extends Base {
491
493
  get p(): DataGrid;
492
494
  set p(a: DataGrid);
493
495
  constructor();
494
- private static d2;
495
- private static d1;
496
- private static by;
497
- static f9(a: string): number;
496
+ private static d5;
497
+ private static d4;
498
+ private static b1;
499
+ static gc(a: string): number;
498
500
  s: ICellPresenter;
499
- static hn: number;
501
+ static hq: number;
500
502
  private t;
501
503
  get u(): ModelStates;
502
504
  set u(a: ModelStates);
503
- private im;
504
- get ld(): string;
505
- set ld(a: string);
505
+ private iq;
506
+ get lg(): string;
507
+ set lg(a: string);
506
508
  private k;
507
- static g8: number;
509
+ static hb: number;
508
510
  get l(): CellPath;
509
511
  set l(a: CellPath);
510
512
  private al;
511
- static fs: number;
513
+ static fv: number;
512
514
  get a1(): boolean;
513
515
  set a1(a: boolean);
514
- fq: number;
515
- get fo(): number;
516
- bn: boolean;
517
- bs: boolean;
516
+ ft: number;
517
+ get fr(): number;
518
+ get bt(): boolean;
519
+ get bp(): boolean;
520
+ get bg(): boolean;
521
+ bo: boolean;
522
+ bv: boolean;
518
523
  a7: boolean;
519
524
  a5: boolean;
520
- bl: boolean;
521
- bt: boolean;
522
- a9: boolean;
523
525
  bm: boolean;
526
+ bw: boolean;
527
+ a9: boolean;
528
+ bn: boolean;
524
529
  c: ICellActionManager;
525
530
  e: IGridInfoRequestor;
526
531
  d: ICellModelExportUpdater;
527
532
  private an;
528
- static gi: number;
533
+ static gl: number;
529
534
  get a4(): boolean;
530
535
  set a4(a: boolean);
531
- private b5;
532
- static fb: number;
533
- get cr(): number;
534
- set cr(a: number);
535
- private mz;
536
- static e7: number;
537
- get nn(): Brush;
538
- set nn(a: Brush);
539
- private m0;
536
+ private b8;
537
+ static fe: number;
538
+ get cu(): number;
539
+ set cu(a: number);
540
+ private m2;
540
541
  static fa: number;
541
- get no(): Brush;
542
- set no(a: Brush);
543
- private dn;
542
+ get nq(): Brush;
543
+ set nq(a: Brush);
544
+ private m3;
544
545
  static fd: number;
545
- get fc(): number;
546
- set fc(a: number);
547
- private dm;
548
- static e9: number;
549
- get e8(): number;
550
- set e8(a: number);
551
- private n7;
552
- static fn: number;
553
- get n8(): Rect;
554
- set n8(a: Rect);
555
- static readonly go: number;
546
+ get nr(): Brush;
547
+ set nr(a: Brush);
548
+ private dr;
549
+ static fg: number;
550
+ get ff(): number;
551
+ set ff(a: number);
552
+ private dq;
553
+ static fc: number;
554
+ get fb(): number;
555
+ set fb(a: number);
556
+ private oa;
557
+ static fq: number;
558
+ get ob(): Rect;
559
+ set ob(a: Rect);
560
+ static readonly gr: number;
556
561
  private au;
557
- get bh(): boolean;
558
- set bh(a: boolean);
562
+ get bi(): boolean;
563
+ set bi(a: boolean);
559
564
  private ax;
560
- static gq: number;
561
- get bo(): boolean;
562
- set bo(a: boolean);
565
+ static gt: number;
566
+ get bq(): boolean;
567
+ set bq(a: boolean);
563
568
  private ay;
564
- static gr: number;
565
- get bp(): boolean;
566
- set bp(a: boolean);
569
+ static gu: number;
570
+ get br(): boolean;
571
+ set br(a: boolean);
567
572
  private aw;
568
- static gp: number;
569
- get bk(): boolean;
570
- set bk(a: boolean);
573
+ static gs: number;
574
+ get bl(): boolean;
575
+ set bl(a: boolean);
571
576
  private as;
572
- static gn: number;
577
+ static gq: number;
573
578
  get bf(): boolean;
574
579
  set bf(a: boolean);
575
- private d0;
576
- static gh: number;
577
- get gg(): number;
578
- set gg(a: number);
579
- private bv;
580
+ private d3;
581
+ static gk: number;
582
+ get gj(): number;
583
+ set gj(a: number);
584
+ private by;
580
585
  a8(a: string): boolean;
581
586
  bc(propertyId_: number): boolean;
582
587
  bb(a: string): boolean;
583
- private dt;
588
+ private dw;
584
589
  private a;
585
- mc(propertyId_: number): void;
586
- l9(): void;
587
- md(a: string): void;
590
+ mf(propertyId_: number): void;
591
+ mc(): void;
592
+ mg(a: string): void;
588
593
  private am;
589
594
  get a2(): boolean;
590
595
  set a2(a: boolean);
591
596
  private a0;
592
- protected mk(a: string, b: number, c: any, d: any): void;
593
- protected bu(a: string): boolean;
594
- protected mn(a: string, b: any, c: any): void;
595
- private ml;
596
- private mf;
597
- private mg;
598
- private mh;
597
+ protected mn(a: string, b: number, c: any, d: any): void;
598
+ protected bx(a: string): boolean;
599
+ protected mq(a: string, b: any, c: any): void;
600
+ private mo;
599
601
  private mi;
600
- private mm;
601
602
  private mj;
602
- private nu;
603
- mp(): void;
604
- protected mq(): void;
605
- private bx;
606
- ms(a: string, b: any): void;
603
+ private mk;
604
+ private ml;
605
+ private mp;
606
+ private mm;
607
+ private nx;
608
+ ms(): void;
609
+ protected mt(): void;
610
+ private b0;
611
+ mv(a: string, b: any): void;
607
612
  a3(a: string): boolean;
608
- mo(a: string): void;
609
- ig(a: string): any;
613
+ mr(a: string): void;
614
+ ij(a: string): any;
610
615
  private q;
611
616
  get r(): GridLayer;
612
617
  set r(a: GridLayer);
613
- static hd: number;
614
- private ie;
615
- get ij(): any;
616
- set ij(a: any);
617
- static readonly ia: number;
618
+ static hg: number;
619
+ private ii;
620
+ get im(): any;
621
+ set im(a: any);
622
+ static readonly id: number;
623
+ private cp;
624
+ get db(): number;
625
+ set db(a: number);
626
+ static readonly ie: number;
627
+ private cq;
628
+ get dc(): number;
629
+ set dc(a: number);
630
+ static readonly hl: number;
631
+ private ea;
632
+ get hk(): number;
633
+ set hk(a: number);
634
+ static readonly hn: number;
635
+ private eb;
636
+ get hm(): number;
637
+ set hm(a: number);
638
+ static readonly fz: number;
639
+ private ca;
640
+ get cw(): number;
641
+ set cw(a: number);
642
+ static readonly fs: number;
643
+ private b9;
644
+ get cv(): number;
645
+ set cv(a: number);
646
+ static readonly ex: number;
647
+ private b6;
648
+ get cs(): number;
649
+ set cs(a: number);
650
+ static readonly g1: number;
651
+ private ce;
652
+ get c0(): number;
653
+ set c0(a: number);
654
+ static readonly ez: number;
655
+ private b7;
656
+ get ct(): number;
657
+ set ct(a: number);
658
+ static readonly gx: number;
659
+ mh(): void;
660
+ private cc;
661
+ get cy(): number;
662
+ set cy(a: number);
663
+ static readonly h6: number;
618
664
  private cm;
619
665
  get c8(): number;
620
666
  set c8(a: number);
621
- static readonly ib: number;
667
+ static readonly gy: number;
668
+ private cd;
669
+ get cz(): number;
670
+ set cz(a: number);
671
+ static readonly h7: number;
622
672
  private cn;
623
673
  get c9(): number;
624
674
  set c9(a: number);
625
- static readonly hi: number;
626
- private d7;
627
- get hh(): number;
628
- set hh(a: number);
629
- static readonly hk: number;
630
- private d8;
631
- get hj(): number;
632
- set hj(a: number);
633
- static readonly fw: number;
634
- private b7;
635
- get ct(): number;
636
- set ct(a: number);
637
- static readonly fp: number;
638
- private b6;
639
- get cs(): number;
640
- set cs(a: number);
641
- static readonly eu: number;
642
- private b3;
643
- get cp(): number;
644
- set cp(a: number);
645
- static readonly gy: number;
646
- private cb;
647
- get cx(): number;
648
- set cx(a: number);
649
- static readonly ew: number;
650
- private b4;
651
- get cq(): number;
652
- set cq(a: number);
653
- static readonly gu: number;
654
- me(): void;
655
- private b9;
656
- get cv(): number;
657
- set cv(a: number);
658
- static readonly h3: number;
659
- private cj;
660
- get c5(): number;
661
- set c5(a: number);
675
+ static readonly ge: number;
676
+ private d2;
677
+ get gd(): number;
678
+ set gd(a: number);
679
+ static readonly ic: number;
680
+ private ec;
681
+ get ib(): number;
682
+ set ib(a: number);
662
683
  static readonly gv: number;
663
- private ca;
664
- get cw(): number;
665
- set cw(a: number);
666
- static readonly h4: number;
667
- private ck;
668
- get c6(): number;
669
- set c6(a: number);
670
- static readonly gb: number;
671
- private dz;
672
- get ga(): number;
673
- set ga(a: number);
674
- static readonly h9: number;
675
- private d9;
676
- get h8(): number;
677
- set h8(a: number);
678
- static readonly gs: number;
679
684
  private az;
680
- get br(): boolean;
681
- set br(a: boolean);
682
- static readonly gx: number;
685
+ get bu(): boolean;
686
+ set bu(a: boolean);
687
+ static readonly g0: number;
683
688
  private v;
684
689
  get w(): ModelTypes;
685
690
  set w(a: ModelTypes);
686
- static readonly hf: number;
687
- private cd;
688
- get cz(): number;
689
- set cz(a: number);
690
- static readonly ej: number;
691
- private b2;
692
- get co(): number;
693
- set co(a: number);
694
- static readonly ge: number;
695
- private b8;
696
- get cu(): number;
697
- set cu(a: number);
691
+ static readonly hi: number;
692
+ private cg;
693
+ get c2(): number;
694
+ set c2(a: number);
695
+ static readonly em: number;
696
+ private b5;
697
+ get cr(): number;
698
+ set cr(a: number);
699
+ static readonly gh: number;
700
+ private cb;
701
+ get cx(): number;
702
+ set cx(a: number);
698
703
  private av;
699
- get bi(): boolean;
700
- set bi(a: boolean);
701
- static readonly gc: number;
704
+ get bj(): boolean;
705
+ set bj(a: boolean);
706
+ static readonly gf: number;
702
707
  private f;
703
708
  get g(): CellContentHorizontalAlignment;
704
709
  set g(a: CellContentHorizontalAlignment);
705
- static readonly h6: number;
710
+ static readonly h9: number;
706
711
  private h;
707
712
  get i(): CellContentVerticalAlignment;
708
713
  set i(a: CellContentVerticalAlignment);
709
- static readonly e6: number;
710
- private my;
711
- get nm(): Brush;
712
- set nm(a: Brush);
713
- static readonly fi: number;
714
+ static readonly e9: number;
714
715
  private m1;
715
716
  get np(): Brush;
716
717
  set np(a: Brush);
717
- static readonly ek: number;
718
- private mv;
719
- get nj(): Brush;
720
- set nj(a: Brush);
721
- static readonly ep: number;
722
- private mw;
723
- get nk(): Brush;
724
- set nk(a: Brush);
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;
731
- get nr(): Brush;
732
- set nr(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);
741
- static readonly gd: number;
718
+ static readonly fl: number;
719
+ private m4;
720
+ get ns(): Brush;
721
+ set ns(a: Brush);
722
+ static readonly en: number;
723
+ private my;
724
+ get nm(): Brush;
725
+ set nm(a: Brush);
726
+ static readonly es: number;
727
+ private mz;
728
+ get nn(): Brush;
729
+ set nn(a: Brush);
730
+ static readonly eh: number;
731
+ private mx;
732
+ get nl(): Brush;
733
+ set nl(a: Brush);
734
+ static readonly f4: number;
742
735
  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;
736
+ get nu(): Brush;
737
+ set nu(a: Brush);
738
+ static readonly hh: number;
754
739
  private nd;
755
740
  get n2(): Brush;
756
741
  set n2(a: Brush);
757
- static readonly ha: number;
742
+ static readonly hj: number;
743
+ private ne;
744
+ get n3(): Brush;
745
+ set n3(a: Brush);
746
+ static readonly gg: number;
758
747
  private m9;
759
748
  get ny(): Brush;
760
749
  set ny(a: Brush);
750
+ static readonly gi: number;
751
+ private na;
752
+ get nz(): Brush;
753
+ set nz(a: Brush);
754
+ static readonly hp: number;
755
+ private nf;
756
+ get n4(): Brush;
757
+ set n4(a: Brush);
758
+ static readonly hr: number;
759
+ private ng;
760
+ get n5(): Brush;
761
+ set n5(a: Brush);
762
+ static readonly hd: number;
763
+ private nc;
764
+ get n1(): Brush;
765
+ set n1(a: Brush);
766
+ private nb;
767
+ static readonly gw: number;
768
+ get n0(): Brush;
769
+ set n0(a: Brush);
761
770
  private m8;
762
- static readonly gt: number;
763
- get nx(): Brush;
764
- set nx(a: Brush);
771
+ static readonly ga: number;
772
+ get nw(): Brush;
773
+ set nw(a: Brush);
774
+ static readonly he: number;
775
+ private cf;
776
+ get c1(): number;
777
+ set c1(a: number);
778
+ static readonly g2: number;
779
+ private ih;
780
+ get il(): any;
781
+ set il(a: any);
782
+ static readonly hf: number;
783
+ private ip;
784
+ get k4(): string;
785
+ set k4(a: string);
786
+ static readonly h8: number;
787
+ private iu;
788
+ get l1(): string;
789
+ set l1(a: string);
790
+ static readonly h4: number;
791
+ private nk;
792
+ get n9(): Brush;
793
+ set n9(a: Brush);
794
+ static readonly e8: number;
795
+ private m0;
796
+ get no(): Brush;
797
+ set no(a: Brush);
798
+ static readonly fu: number;
765
799
  private m5;
766
- static readonly f7: number;
767
800
  get nt(): Brush;
768
801
  set nt(a: Brush);
769
- static readonly hb: number;
770
- private cc;
771
- get cy(): number;
772
- set cy(a: number);
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);
789
- static readonly e5: number;
790
- private mx;
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;
802
+ static readonly gb: number;
798
803
  private af;
799
804
  get aj(): FontInfo;
800
805
  set aj(a: FontInfo);
801
- static readonly ev: number;
806
+ static readonly ey: number;
802
807
  private ad;
803
808
  get ah(): FontInfo;
804
809
  set ah(a: FontInfo);
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;
810
+ static readonly h3: number;
811
+ private it;
812
+ get ls(): string;
813
+ set ls(a: string);
814
+ static readonly h1: number;
815
+ private nj;
816
+ get n8(): Brush;
817
+ set n8(a: Brush);
818
+ static readonly h2: number;
814
819
  private ag;
815
820
  get ak(): FontInfo;
816
821
  set ak(a: FontInfo);
817
- static readonly hr: number;
818
- private ip;
822
+ static readonly hu: number;
823
+ private is;
824
+ get lk(): string;
825
+ set lk(a: string);
826
+ static readonly hs: number;
827
+ private ir;
819
828
  get lh(): string;
820
829
  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;
834
- private cf;
835
- get c1(): number;
836
- set c1(a: number);
837
830
  static readonly hv: number;
838
- private cg;
839
- get c2(): number;
840
- set c2(a: number);
841
- static readonly hw: number;
842
- private ch;
843
- get c3(): number;
844
- set c3(a: number);
831
+ private ni;
832
+ get n7(): Brush;
833
+ set n7(a: Brush);
845
834
  static readonly ht: number;
846
- private ce;
847
- get c0(): number;
848
- set c0(a: number);
835
+ private nh;
836
+ get n6(): Brush;
837
+ set n6(a: Brush);
849
838
  static readonly hx: number;
850
839
  private ci;
851
840
  get c4(): number;
852
841
  set c4(a: number);
853
- static readonly h2: number;
842
+ static readonly hy: number;
843
+ private cj;
844
+ get c5(): number;
845
+ set c5(a: number);
846
+ static readonly hz: number;
847
+ private ck;
848
+ get c6(): number;
849
+ set c6(a: number);
850
+ static readonly hw: number;
851
+ private ch;
852
+ get c3(): number;
853
+ set c3(a: number);
854
+ static readonly h0: number;
855
+ private cl;
856
+ get c7(): number;
857
+ set c7(a: number);
858
+ static readonly h5: number;
854
859
  private z;
855
860
  get aa(): TextCellDecoration;
856
861
  set aa(a: TextCellDecoration);
857
- static readonly gw: number;
862
+ static readonly gz: number;
858
863
  private ab;
859
864
  get ac(): TextCellLineBreakMode;
860
865
  set ac(a: TextCellLineBreakMode);
861
- static readonly h7: number;
862
- private cl;
863
- get c7(): number;
864
- set c7(a: number);
865
- static readonly g3: number;
866
- private d4;
867
- get g2(): number;
868
- set g2(a: number);
869
- static readonly g7: number;
866
+ static readonly ia: number;
867
+ private co;
868
+ get da(): number;
869
+ set da(a: number);
870
+ static readonly g6: number;
871
+ private d7;
872
+ get g5(): number;
873
+ set g5(a: number);
874
+ static readonly ha: number;
875
+ private d9;
876
+ get g9(): number;
877
+ set g9(a: number);
878
+ static readonly g8: number;
879
+ private d8;
880
+ get g7(): number;
881
+ set g7(a: number);
882
+ static readonly g4: number;
870
883
  private d6;
871
- get g6(): number;
872
- set g6(a: number);
873
- static readonly g5: number;
874
- private d5;
875
- get g4(): number;
876
- set g4(a: number);
877
- static readonly g1: number;
878
- private d3;
879
- get g0(): number;
880
- set g0(a: number);
881
- static readonly e0: number;
882
- private dj;
883
- get ez(): number;
884
- set ez(a: number);
885
- static readonly e4: number;
884
+ get g3(): number;
885
+ set g3(a: number);
886
+ static readonly e3: number;
887
+ private dm;
888
+ get e2(): number;
889
+ set e2(a: number);
890
+ static readonly e7: number;
891
+ private dp;
892
+ get e6(): number;
893
+ set e6(a: number);
894
+ static readonly e5: number;
895
+ private dn;
896
+ get e4(): number;
897
+ set e4(a: number);
898
+ static readonly e1: number;
886
899
  private dl;
887
- get e3(): number;
888
- set e3(a: number);
889
- static readonly e2: number;
890
- private dk;
891
- get e1(): number;
892
- set e1(a: number);
893
- static readonly ey: number;
894
- private di;
895
- get ex(): number;
896
- set ex(a: number);
897
- static readonly fh: number;
898
- private dq;
899
- get fg(): number;
900
- set fg(a: number);
901
- static readonly fm: number;
902
- private ds;
903
- get fl(): number;
904
- set fl(a: number);
900
+ get e0(): number;
901
+ set e0(a: number);
905
902
  static readonly fk: number;
906
- private dr;
903
+ private dt;
907
904
  get fj(): number;
908
905
  set fj(a: number);
909
- static readonly ff: number;
910
- private dp;
911
- get fe(): number;
912
- set fe(a: number);
913
- static readonly ed: number;
914
- private db;
915
- get ec(): number;
916
- set ec(a: number);
917
- static readonly ei: number;
918
- private dd;
919
- get eh(): number;
920
- set eh(a: number);
906
+ static readonly fp: number;
907
+ private dv;
908
+ get fo(): number;
909
+ set fo(a: number);
910
+ static readonly fn: number;
911
+ private du;
912
+ get fm(): number;
913
+ set fm(a: number);
914
+ static readonly fi: number;
915
+ private ds;
916
+ get fh(): number;
917
+ set fh(a: number);
921
918
  static readonly eg: number;
922
- private dc;
919
+ private de;
923
920
  get ef(): number;
924
921
  set ef(a: number);
925
- static readonly eb: number;
926
- private da;
927
- get ea(): number;
928
- set ea(a: number);
929
- static readonly f0: number;
930
- private dw;
931
- get fz(): number;
932
- set fz(a: number);
933
- static readonly f5: number;
934
- private dy;
935
- get f4(): number;
936
- set f4(a: number);
922
+ static readonly el: number;
923
+ private dg;
924
+ get ek(): number;
925
+ set ek(a: number);
926
+ static readonly ej: number;
927
+ private df;
928
+ get ei(): number;
929
+ set ei(a: number);
930
+ static readonly ee: number;
931
+ private dd;
932
+ get ed(): number;
933
+ set ed(a: number);
937
934
  static readonly f3: number;
938
- private dx;
935
+ private dz;
939
936
  get f2(): number;
940
937
  set f2(a: number);
941
- static readonly fy: number;
942
- private dv;
943
- get fx(): number;
944
- set fx(a: number);
945
- static readonly eo: number;
946
- private df;
947
- get en(): number;
948
- set en(a: number);
949
- static readonly et: number;
950
- private dh;
951
- get es(): number;
952
- set es(a: number);
938
+ static readonly f8: number;
939
+ private d1;
940
+ get f7(): number;
941
+ set f7(a: number);
942
+ static readonly f6: number;
943
+ private d0;
944
+ get f5(): number;
945
+ set f5(a: number);
946
+ static readonly f1: number;
947
+ private dy;
948
+ get f0(): number;
949
+ set f0(a: number);
953
950
  static readonly er: number;
954
- private dg;
951
+ private di;
955
952
  get eq(): number;
956
953
  set eq(a: number);
957
- static readonly em: number;
958
- private de;
959
- get el(): number;
960
- set el(a: number);
961
- static readonly hl: number;
954
+ static readonly ew: number;
955
+ private dk;
956
+ get ev(): number;
957
+ set ev(a: number);
958
+ static readonly eu: number;
959
+ private dj;
960
+ get et(): number;
961
+ set et(a: number);
962
+ static readonly ep: number;
963
+ private dh;
964
+ get eo(): number;
965
+ set eo(a: number);
966
+ static readonly ho: number;
962
967
  private m;
963
968
  get n(): ColumnSortDirection;
964
969
  set n(a: ColumnSortDirection);
965
- static readonly gm: number;
970
+ static readonly gp: number;
966
971
  private ar;
967
972
  get be(): boolean;
968
973
  set be(a: boolean);
969
- static readonly gj: number;
974
+ static readonly gm: number;
970
975
  private ao;
971
976
  get a6(): boolean;
972
977
  set a6(a: boolean);
973
- static readonly f6: number;
974
- private m4;
975
- get ns(): Brush;
976
- set ns(a: Brush);
977
- static readonly g9: number;
978
+ static readonly f9: number;
979
+ private m7;
980
+ get nv(): Brush;
981
+ set nv(a: Brush);
982
+ static readonly hc: number;
978
983
  private x;
979
984
  get y(): PinnedPositions;
980
985
  set y(a: PinnedPositions);
981
- static readonly fu: number;
986
+ static readonly fx: number;
982
987
  private ae;
983
988
  get ai(): FontInfo;
984
989
  set ai(a: FontInfo);
985
- static readonly gl: number;
990
+ static readonly go: number;
986
991
  private aq;
987
992
  get bd(): boolean;
988
993
  set bd(a: boolean);
989
- static readonly gk: number;
994
+ static readonly gn: number;
990
995
  private ap;
991
996
  get ba(): boolean;
992
997
  set ba(a: boolean);
993
- static readonly ft: number;
994
- private ik;
995
- get js(): string;
996
- set js(a: string);
997
- bj: boolean;
998
- private du;
999
- get fv(): number;
1000
- set fv(a: number);
998
+ static readonly fw: number;
999
+ private io;
1000
+ get jv(): string;
1001
+ set jv(a: string);
1002
+ bk: boolean;
1003
+ private dx;
1004
+ get fy(): number;
1005
+ set fy(a: number);
1001
1006
  private at;
1002
- get bg(): boolean;
1003
- set bg(a: boolean);
1004
- ic: number;
1005
- l7(): void;
1006
- protected l8(): void;
1007
+ get bh(): boolean;
1008
+ set bh(a: boolean);
1009
+ ig: number;
1010
+ ma(): void;
1011
+ protected mb(): void;
1007
1012
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
1008
1013
  b(a: CellModelExport): CellModelExport;
1014
+ private static b2;
1015
+ protected me(): void;
1009
1016
  private static bz;
1010
- protected mb(): void;
1011
- private static bw;
1012
- private b0;
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;
1017
+ private b3;
1018
+ protected md(): void;
1019
+ l8(a: string): Type;
1020
+ mw(a: string, b: any): void;
1021
+ ik(a: string): any;
1022
+ mu(a: string, b: any): void;
1018
1023
  cellReconciling: (model: CellModel) => void;
1019
- bq(a: DataSourceRowType): boolean;
1020
- j4(): string;
1021
- l6(a: List$1<GridConditionalStyle>): void;
1024
+ bs(a: DataSourceRowType): boolean;
1025
+ j7(): string;
1026
+ l9(a: List$1<GridConditionalStyle>): void;
1022
1027
  }
1023
1028
  /**
1024
1029
  * @hidden
@@ -1026,42 +1031,42 @@ export declare abstract class CellModel extends Base {
1026
1031
  export declare class DateTimeCellModel extends CellModel {
1027
1032
  static $t: Type;
1028
1033
  constructor();
1029
- static readonly ol: number;
1030
- private oi;
1031
- get oj(): Date;
1032
- set oj(a: Date);
1033
1034
  static readonly oo: number;
1034
- private ou;
1035
- get o0(): string;
1036
- set o0(a: string);
1037
- static readonly on: number;
1038
- private n9;
1039
- get oa(): any[];
1040
- set oa(a: any[]);
1041
- ob: BindingFormatter;
1042
- private os;
1043
- static readonly om: number;
1044
- private _formatOverride;
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);
1035
+ private ol;
1036
+ get om(): Date;
1037
+ set om(a: Date);
1038
+ static readonly or: number;
1039
+ private ox;
1040
+ get o3(): string;
1041
+ set o3(a: string);
1057
1042
  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;
1043
+ private oc;
1044
+ get od(): any[];
1045
+ set od(a: any[]);
1046
+ oe: BindingFormatter;
1047
+ private ov;
1048
+ static readonly op: number;
1049
+ private _formatOverride;
1050
+ get ow(): any;
1051
+ set ow(a: any);
1052
+ static readonly on: number;
1053
+ private oh;
1054
+ get oi(): DateTimeFormats;
1055
+ set oi(a: DateTimeFormats);
1056
+ o0(a: Date): string;
1057
+ j7(): string;
1058
+ static readonly os: number;
1059
+ private of;
1060
+ get og(): DateTimeColumnValueFormatter;
1061
+ set og(a: DateTimeColumnValueFormatter);
1062
+ static readonly ot: number;
1063
+ private oj;
1064
+ get ok(): boolean;
1065
+ set ok(a: boolean);
1066
+ protected mq(a: string, b: any, c: any): void;
1067
+ mw(a: string, b: any): void;
1068
+ l8(a: string): Type;
1069
+ ik(a: string): any;
1065
1070
  b(a: CellModelExport): CellModelExport;
1066
1071
  }
1067
1072
  /**
@@ -1070,102 +1075,102 @@ export declare class DateTimeCellModel extends CellModel {
1070
1075
  export declare class EditorCellModel extends CellModel {
1071
1076
  static $t: Type;
1072
1077
  constructor();
1073
- private oo;
1074
- private on;
1075
- private oi;
1078
+ private or;
1079
+ private oq;
1080
+ private ol;
1081
+ static o1: number;
1082
+ get oo(): boolean;
1083
+ private og;
1076
1084
  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;
1085
+ get oh(): CellModel;
1086
+ set oh(a: CellModel);
1087
+ private oe;
1088
+ static os: number;
1089
+ get of(): DataSourceSchemaPropertyType;
1090
+ set of(a: DataSourceSchemaPropertyType);
1091
+ private pa;
1092
+ static oz: number;
1093
+ get pk(): string;
1094
+ set pk(a: string);
1095
+ o7: any;
1096
+ private oi;
1087
1097
  static ow: number;
1088
- get ph(): string;
1089
- set ph(a: string);
1090
- o4: any;
1091
- private of;
1098
+ get oj(): EditorType;
1099
+ set oj(a: EditorType);
1100
+ private o5;
1101
+ static ou: number;
1102
+ get o6(): any;
1103
+ set o6(a: any);
1104
+ private o9;
1105
+ static ov: number;
1106
+ get pf(): string;
1107
+ set pf(a: string);
1108
+ private oc;
1109
+ static ox: number;
1110
+ get od(): string[];
1111
+ set od(a: string[]);
1112
+ static o0: number;
1113
+ private ok;
1114
+ get on(): boolean;
1115
+ set on(a: boolean);
1092
1116
  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;
1117
+ private o8;
1101
1118
  get pc(): string;
1102
1119
  set pc(a: string);
1103
- private n9;
1104
- static ou: number;
1105
- get oa(): string[];
1106
- set oa(a: string[]);
1107
- static ox: number;
1108
- private oh;
1109
- get ok(): boolean;
1110
- set ok(a: boolean);
1111
- static oq: number;
1112
- private o5;
1113
- get o9(): string;
1114
- set o9(a: string);
1115
- static readonly oz: number;
1116
- private oj;
1117
- get om(): boolean;
1118
- set om(a: boolean);
1119
- get o1(): number;
1120
- get o0(): number;
1121
- protected mq(): void;
1122
- protected mn(a: string, b: any, c: any): void;
1123
- l5(a: string): Type;
1124
- mt(a: string, b: any): void;
1125
- ih(a: string): any;
1120
+ static readonly o2: number;
1121
+ private om;
1122
+ get op(): boolean;
1123
+ set op(a: boolean);
1124
+ get o4(): number;
1125
+ get o3(): number;
1126
+ protected mt(): void;
1127
+ protected mq(a: string, b: any, c: any): void;
1128
+ l8(a: string): Type;
1129
+ mw(a: string, b: any): void;
1130
+ ik(a: string): any;
1126
1131
  b(a: CellModelExport): CellModelExport;
1127
- private pm;
1132
+ private pp;
1128
1133
  }
1129
1134
  /**
1130
1135
  * @hidden
1131
1136
  */
1132
1137
  export declare class FilterCellModel extends CellModel {
1133
1138
  static $t: Type;
1134
- static readonly or: number;
1135
- private od;
1136
- get oe(): DataSourceSchemaPropertyType;
1137
- set oe(a: DataSourceSchemaPropertyType);
1138
1139
  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;
1140
+ private og;
1141
+ get oh(): DataSourceSchemaPropertyType;
1142
+ set oh(a: DataSourceSchemaPropertyType);
1143
+ static readonly ox: number;
1144
+ private oe;
1145
+ get of(): ColumnFilterCondition;
1146
+ set of(a: ColumnFilterCondition);
1147
+ static readonly ov: number;
1148
+ private oi;
1149
+ get oj(): IFilterExpression;
1150
+ set oj(a: IFilterExpression);
1151
+ static readonly ow: number;
1152
+ private ok;
1153
+ get ol(): GridFilterOperandsCollection;
1154
+ set ol(a: GridFilterOperandsCollection);
1155
+ static oy: number;
1156
+ private om;
1157
+ get on(): boolean;
1158
+ set on(a: boolean);
1159
+ private oc;
1160
+ get od(): ColumnComparisonConditionOperatorType;
1161
+ set od(a: ColumnComparisonConditionOperatorType);
1162
+ oz: any;
1163
+ ot: number;
1164
+ os: number;
1165
+ or: number;
1158
1166
  oq: number;
1159
1167
  op: number;
1160
1168
  oo: number;
1161
- on: number;
1162
- om: number;
1163
- ol: number;
1164
1169
  constructor();
1165
- mt(a: string, b: any): void;
1166
- l5(a: string): Type;
1167
- ih(a: string): any;
1168
- mr(a: string, b: any): void;
1170
+ mw(a: string, b: any): void;
1171
+ l8(a: string): Type;
1172
+ ik(a: string): any;
1173
+ mu(a: string, b: any): void;
1169
1174
  b(a: CellModelExport): CellModelExport;
1170
1175
  }
1171
1176
  /**
@@ -1181,24 +1186,24 @@ export declare class EditorRowCellModel extends CellModel {
1181
1186
  export declare class SummaryCellModel extends CellModel {
1182
1187
  static $t: Type;
1183
1188
  constructor();
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
1189
  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);
1190
+ private oi;
1191
+ get ok(): string;
1192
+ set ok(a: string);
1193
+ static readonly of: number;
1194
+ private oj;
1195
+ get om(): string;
1196
+ set om(a: string);
1197
+ static readonly oh: number;
1198
+ private oq;
1199
+ get or(): Brush;
1200
+ set or(a: Brush);
1201
+ static readonly og: number;
1202
+ private oc;
1203
+ get od(): FontInfo;
1204
+ set od(a: FontInfo);
1200
1205
  b(a: CellModelExport): CellModelExport;
1201
- bq(a: DataSourceRowType): boolean;
1206
+ bs(a: DataSourceRowType): boolean;
1202
1207
  }
1203
1208
  /**
1204
1209
  * @hidden
@@ -1213,22 +1218,22 @@ export declare class VerticalSeparatorCellModel extends CellModel {
1213
1218
  export declare class ImageCellModel extends CellModel {
1214
1219
  static $t: Type;
1215
1220
  constructor();
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);
1221
+ static readonly og: number;
1222
+ private oj;
1223
+ get ok(): string;
1224
+ set ok(a: string);
1225
+ static readonly oi: number;
1226
+ private oe;
1227
+ get of(): ImageStretchOptions;
1228
+ set of(a: ImageStretchOptions);
1229
+ static readonly oh: number;
1230
+ private oc;
1231
+ get od(): ImageResourceType;
1232
+ set od(a: ImageResourceType);
1228
1233
  b(a: CellModelExport): CellModelExport;
1229
- mt(a: string, b: any): void;
1230
- l5(a: string): Type;
1231
- ih(a: string): any;
1234
+ mw(a: string, b: any): void;
1235
+ l8(a: string): Type;
1236
+ ik(a: string): any;
1232
1237
  }
1233
1238
  /**
1234
1239
  * @hidden
@@ -1236,71 +1241,71 @@ export declare class ImageCellModel extends CellModel {
1236
1241
  export declare class NumericCellModel extends CellModel {
1237
1242
  static $t: Type;
1238
1243
  constructor();
1239
- static readonly o1: number;
1240
- private oj;
1241
- get ok(): number;
1242
- set ok(a: number);
1243
- static readonly or: number;
1244
+ static readonly o4: number;
1245
+ private om;
1246
+ get on(): number;
1247
+ set on(a: number);
1248
+ static readonly ou: number;
1249
+ private of;
1250
+ get oi(): boolean;
1251
+ set oi(a: boolean);
1252
+ static readonly ot: number;
1253
+ private pb;
1254
+ get pi(): string;
1255
+ set pi(a: string);
1256
+ static readonly os: number;
1244
1257
  private oc;
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;
1258
+ get od(): any[];
1259
+ set od(a: any[]);
1260
+ oe: BindingFormatter;
1262
1261
  private o9;
1263
- get pm(): string;
1264
- set pm(a: string);
1262
+ static readonly or: number;
1263
+ private _formatOverride;
1264
+ get pa(): any;
1265
+ set pa(a: any);
1265
1266
  static readonly o2: number;
1266
- private pb;
1267
+ private pc;
1268
+ get pp(): string;
1269
+ set pp(a: string);
1270
+ static readonly o5: number;
1271
+ private pe;
1272
+ get pu(): string;
1273
+ set pu(a: string);
1274
+ static readonly o3: number;
1275
+ private pd;
1267
1276
  get pr(): string;
1268
1277
  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);
1293
- static readonly os: number;
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;
1278
+ static readonly o6: number;
1279
+ private pf;
1280
+ get pw(): string;
1281
+ set pw(a: string);
1282
+ static readonly ox: number;
1283
+ private oo;
1284
+ get ow(): number;
1285
+ set ow(a: number);
1286
+ static readonly oz: number;
1287
+ private op;
1288
+ get oy(): number;
1289
+ set oy(a: number);
1290
+ static readonly o1: number;
1291
+ private oq;
1292
+ get o0(): number;
1293
+ set o0(a: number);
1294
+ static readonly o7: number;
1295
+ private oh;
1296
+ get ol(): boolean;
1297
+ set ol(a: boolean);
1298
+ static readonly ov: number;
1299
+ private og;
1300
+ get ok(): boolean;
1301
+ set ok(a: boolean);
1302
+ oj(): boolean;
1303
+ protected mq(a: string, b: any, c: any): void;
1304
+ mw(a: string, b: any): void;
1305
+ l8(a: string): Type;
1306
+ ik(a: string): any;
1302
1307
  b(a: CellModelExport): CellModelExport;
1303
- j4(): string;
1308
+ j7(): string;
1304
1309
  }
1305
1310
  /**
1306
1311
  * @hidden
@@ -1316,31 +1321,31 @@ export declare class RowSeparatorModel extends CellModel {
1316
1321
  export declare class SectionHeaderCellModel extends CellModel {
1317
1322
  static $t: Type;
1318
1323
  constructor();
1319
- static readonly of: number;
1320
- private n9;
1321
- get ob(): GroupData[];
1322
- set ob(a: GroupData[]);
1323
1324
  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;
1325
+ private oc;
1326
+ get oe(): GroupData[];
1327
+ set oe(a: GroupData[]);
1328
+ static readonly ol: number;
1336
1329
  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;
1330
+ get of(): SummaryData[];
1331
+ set of(a: SummaryData[]);
1332
+ static readonly ok: number;
1333
+ private oo;
1334
+ get os(): string;
1335
+ set os(a: string);
1336
+ static readonly oj: number;
1337
+ private on;
1338
+ get oq(): string;
1339
+ set oq(a: string);
1340
+ static readonly om: number;
1341
+ private og;
1342
+ get oh(): GroupSummaryDisplayMode;
1343
+ set oh(a: GroupSummaryDisplayMode);
1344
+ mw(a: string, b: any): void;
1345
+ l8(a: string): Type;
1346
+ ik(a: string): any;
1342
1347
  b(a: CellModelExport): CellModelExport;
1343
- bq(a: DataSourceRowType): boolean;
1348
+ bs(a: DataSourceRowType): boolean;
1344
1349
  }
1345
1350
  /**
1346
1351
  * @hidden
@@ -1348,13 +1353,13 @@ export declare class SectionHeaderCellModel extends CellModel {
1348
1353
  export declare class TemplateCellModel extends CellModel {
1349
1354
  static $t: Type;
1350
1355
  constructor();
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;
1356
+ static readonly oc: number;
1357
+ private od;
1358
+ get oe(): any;
1359
+ set oe(a: any);
1360
+ mw(a: string, b: any): void;
1361
+ l8(a: string): Type;
1362
+ ik(a: string): any;
1358
1363
  b(a: CellModelExport): CellModelExport;
1359
1364
  }
1360
1365
  /**
@@ -1363,15 +1368,15 @@ export declare class TemplateCellModel extends CellModel {
1363
1368
  export declare class TextCellModel extends CellModel {
1364
1369
  static $t: Type;
1365
1370
  constructor();
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;
1371
+ static readonly oc: number;
1372
+ private od;
1373
+ get oe(): string;
1374
+ set oe(a: string);
1375
+ mw(a: string, b: any): void;
1376
+ l8(a: string): Type;
1377
+ ik(a: string): any;
1373
1378
  b(a: CellModelExport): CellModelExport;
1374
- j4(): string;
1379
+ j7(): string;
1375
1380
  }
1376
1381
  /**
1377
1382
  * @hidden
@@ -1379,85 +1384,97 @@ export declare class TextCellModel extends CellModel {
1379
1384
  export declare class TextHeaderCellModel extends TextCellModel {
1380
1385
  static $t: Type;
1381
1386
  constructor();
1382
- static readonly pa: number;
1383
- private op;
1384
- get oq(): boolean;
1385
- set oq(a: boolean);
1386
- static readonly pb: number;
1387
- private oh;
1388
- get oi(): SortIndicatorStyle;
1389
- set oi(a: SortIndicatorStyle);
1390
- static readonly oz: number;
1391
- private od;
1392
- get oe(): ColumnOptionsIconAlignment;
1393
- set oe(a: ColumnOptionsIconAlignment);
1394
- static readonly o1: number;
1395
- private p1;
1396
- get qc(): Brush;
1397
- set qc(a: Brush);
1398
- static readonly o0: number;
1399
- private of;
1400
- get og(): ColumnOptionsIconBehavior;
1401
- set og(a: ColumnOptionsIconBehavior);
1402
- static readonly o7: number;
1403
- private oj;
1404
- get ok(): BaseControlTheme;
1405
- set ok(a: BaseControlTheme);
1406
- static readonly ot: number;
1407
- private pw;
1408
- get p7(): Brush;
1409
- set p7(a: Brush);
1410
- static readonly o5: number;
1411
- private p3;
1412
- get qe(): Brush;
1413
- set qe(a: Brush);
1414
- static readonly o6: number;
1387
+ static readonly pg: number;
1388
+ private os;
1389
+ get ot(): boolean;
1390
+ set ot(a: boolean);
1391
+ static readonly ph: number;
1392
+ private ok;
1393
+ get ol(): SortIndicatorStyle;
1394
+ set ol(a: SortIndicatorStyle);
1395
+ static readonly o2: number;
1396
+ private og;
1397
+ get oh(): ColumnOptionsIconAlignment;
1398
+ set oh(a: ColumnOptionsIconAlignment);
1399
+ static readonly o4: number;
1400
+ private qa;
1401
+ get qo(): Brush;
1402
+ set qo(a: Brush);
1403
+ static readonly o3: number;
1404
+ private oi;
1405
+ get oj(): ColumnOptionsIconBehavior;
1406
+ set oj(a: ColumnOptionsIconBehavior);
1407
+ static readonly pd: number;
1415
1408
  private om;
1416
- get oo(): FontInfo;
1417
- set oo(a: FontInfo);
1418
- static readonly oy: number;
1419
- private p0;
1420
- get qb(): Brush;
1421
- set qb(a: Brush);
1409
+ get on(): BaseControlTheme;
1410
+ set on(a: BaseControlTheme);
1411
+ static readonly ow: number;
1412
+ private p5;
1413
+ get qj(): Brush;
1414
+ set qj(a: Brush);
1422
1415
  static readonly o8: number;
1423
- private p4;
1424
- get qf(): Brush;
1425
- set qf(a: Brush);
1416
+ private qc;
1417
+ get qq(): Brush;
1418
+ set qq(a: Brush);
1426
1419
  static readonly o9: number;
1427
- private p5;
1428
- get qg(): Brush;
1429
- set qg(a: Brush);
1420
+ private qd;
1421
+ get qr(): Brush;
1422
+ set qr(a: Brush);
1423
+ static readonly o7: number;
1424
+ private qb;
1425
+ get qp(): Brush;
1426
+ set qp(a: Brush);
1427
+ static readonly pb: number;
1428
+ private qf;
1429
+ get qt(): Brush;
1430
+ set qt(a: Brush);
1431
+ static readonly pc: number;
1432
+ private op;
1433
+ get or(): FontInfo;
1434
+ set or(a: FontInfo);
1435
+ static readonly o1: number;
1436
+ private p9;
1437
+ get qn(): Brush;
1438
+ set qn(a: Brush);
1439
+ static readonly pe: number;
1440
+ private qg;
1441
+ get qu(): Brush;
1442
+ set qu(a: Brush);
1443
+ static readonly pf: number;
1444
+ private qh;
1445
+ get qv(): Brush;
1446
+ set qv(a: Brush);
1447
+ static readonly o0: number;
1448
+ private p8;
1449
+ get qm(): Brush;
1450
+ set qm(a: Brush);
1451
+ static readonly pa: number;
1452
+ private qe;
1453
+ get qs(): Brush;
1454
+ set qs(a: Brush);
1430
1455
  static readonly ox: number;
1431
- private pz;
1432
- get qa(): Brush;
1433
- set qa(a: Brush);
1434
- static readonly o4: number;
1435
- private p2;
1436
- get qd(): Brush;
1437
- set qd(a: Brush);
1438
- static readonly ou: number;
1439
- private px;
1440
- get p8(): Brush;
1441
- set p8(a: Brush);
1456
+ private p6;
1457
+ get qk(): Brush;
1458
+ set qk(a: Brush);
1459
+ static readonly oy: number;
1460
+ private p7;
1461
+ get ql(): Brush;
1462
+ set ql(a: Brush);
1463
+ static readonly oz: number;
1464
+ private oo;
1465
+ get oq(): FontInfo;
1466
+ set oq(a: FontInfo);
1442
1467
  static readonly ov: number;
1443
- private py;
1444
- get p9(): Brush;
1445
- set p9(a: Brush);
1446
- static readonly ow: number;
1447
- private ol;
1448
- get on(): FontInfo;
1449
- set on(a: FontInfo);
1450
- static readonly os: number;
1451
- private pv;
1452
- get p6(): Brush;
1453
- set p6(a: Brush);
1454
- static readonly o3: number;
1455
- private or;
1456
- get o2(): number;
1457
- set o2(a: number);
1458
- mt(a: string, b: any): void;
1459
- l5(a: string): Type;
1460
- ih(a: string): any;
1468
+ private p4;
1469
+ get qi(): Brush;
1470
+ set qi(a: Brush);
1471
+ static readonly o6: number;
1472
+ private ou;
1473
+ get o5(): number;
1474
+ set o5(a: number);
1475
+ mw(a: string, b: any): void;
1476
+ l8(a: string): Type;
1477
+ ik(a: string): any;
1461
1478
  b(a: CellModelExport): CellModelExport;
1462
1479
  }
1463
1480
  /**
@@ -1729,43 +1746,43 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1729
1746
  set theme(a: BaseControlTheme);
1730
1747
  columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
1731
1748
  columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
1732
- xg(a: DataGridColumn): void;
1733
- xf(a: DataGridColumn): void;
1749
+ xl(a: DataGridColumn): void;
1750
+ xk(a: DataGridColumn): void;
1734
1751
  columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
1735
1752
  columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
1736
1753
  p(a: CellModel): ColumnFilterCondition;
1737
1754
  r(a: CellModel): DataSourceSchemaPropertyType;
1738
- xq(a: DataGridColumn): void;
1755
+ xv(a: DataGridColumn): void;
1739
1756
  filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1740
1757
  filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1741
- vq(a: CellModel, b: ColumnFilterCondition): void;
1742
- vp(a: CellModel, b: ColumnFilterCondition): void;
1743
- xp(a: DataGridColumn): void;
1758
+ vv(a: CellModel, b: ColumnFilterCondition): void;
1759
+ vu(a: CellModel, b: ColumnFilterCondition): void;
1760
+ xu(a: DataGridColumn): void;
1744
1761
  columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
1745
1762
  columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
1746
- xm(a: DataGridColumn): void;
1747
- xl(a: DataGridColumn): void;
1763
+ xr(a: DataGridColumn): void;
1764
+ xq(a: DataGridColumn): void;
1748
1765
  columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
1749
1766
  columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
1750
- xi(a: DataGridColumn): void;
1751
- xh(a: DataGridColumn): void;
1767
+ xn(a: DataGridColumn): void;
1768
+ xm(a: DataGridColumn): void;
1752
1769
  cellPreviewPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1753
- xa(a: CellModel): void;
1770
+ xf(a: CellModel): void;
1754
1771
  cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1755
- xb(a: CellModel): void;
1772
+ xg(a: CellModel): void;
1756
1773
  cellPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1757
- w8(a: CellModel): void;
1774
+ xd(a: CellModel): void;
1758
1775
  cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1759
- w9(a: CellModel): void;
1760
- yj(a: number, b: string): void;
1776
+ xe(a: CellModel): void;
1777
+ yo(a: number, b: string): void;
1761
1778
  cellClicked: (sender: any, args: DataGridCellEventArgs) => void;
1762
- x5(a: CellModel): void;
1763
- aaf(a: number): void;
1779
+ ya(a: CellModel): void;
1780
+ aak(a: number): void;
1764
1781
  private nh;
1765
- x4(a: EditorCellModel): void;
1766
- w1(a: CellModel, b: MouseButton): void;
1767
- wz(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1768
- private y2;
1782
+ x9(a: EditorCellModel): void;
1783
+ w6(a: CellModel, b: MouseButton): void;
1784
+ w4(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1785
+ private y7;
1769
1786
  private bs;
1770
1787
  get columnResizingMode(): ColumnResizingMode;
1771
1788
  set columnResizingMode(a: ColumnResizingMode);
@@ -1776,33 +1793,33 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1776
1793
  private ig;
1777
1794
  get isRowHoverEnabled(): boolean;
1778
1795
  set isRowHoverEnabled(a: boolean);
1779
- private abm;
1796
+ private abu;
1780
1797
  get rowHoverBackground(): Brush;
1781
1798
  set rowHoverBackground(a: Brush);
1782
- private abn;
1799
+ private abv;
1783
1800
  get rowHoverTextColor(): Brush;
1784
1801
  set rowHoverTextColor(a: Brush);
1785
- private abe;
1802
+ private abm;
1786
1803
  get editRowBorder(): Brush;
1787
1804
  set editRowBorder(a: Brush);
1788
- private adq;
1805
+ private ad5;
1789
1806
  get editRowBorderWidth(): Thickness;
1790
1807
  set editRowBorderWidth(a: Thickness);
1791
- adk: Point;
1808
+ adz: Point;
1792
1809
  as: CellPath;
1793
1810
  ap: CellPath;
1794
1811
  private h4;
1795
- w6(a: CellModel, b: number, c: number): void;
1796
- w7(a: CellModel, b: number, c: number): void;
1797
- w5(a: CellModel, b: number, c: number): void;
1798
- yb(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1799
- yc(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1812
+ xb(a: CellModel, b: number, c: number): void;
1813
+ xc(a: CellModel, b: number, c: number): void;
1814
+ xa(a: CellModel, b: number, c: number): void;
1815
+ yg(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1816
+ yh(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1800
1817
  private jp;
1801
1818
  private nm;
1802
1819
  private get ox();
1803
1820
  private set ox(value);
1804
- w4(a: CellModel, b: number, c: number): void;
1805
- ya(a: CellModel, b: number, c: number): void;
1821
+ w9(a: CellModel, b: number, c: number): void;
1822
+ yf(a: CellModel, b: number, c: number): void;
1806
1823
  private nu;
1807
1824
  private im;
1808
1825
  private il;
@@ -1820,16 +1837,16 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1820
1837
  private n0;
1821
1838
  private nz;
1822
1839
  private i1;
1823
- vl(): void;
1824
- x3(a: CellPath, b: number, c: number, d: boolean): void;
1825
- xz(a: any, b: DragSelectEventArgs): void;
1826
- xx(a: any, b: DragSelectEventArgs): void;
1840
+ vq(): void;
1841
+ x8(a: CellPath, b: number, c: number, d: boolean): void;
1842
+ x4(a: any, b: DragSelectEventArgs): void;
1843
+ x2(a: any, b: DragSelectEventArgs): void;
1827
1844
  private nq;
1828
1845
  get oz(): number;
1829
1846
  set oz(a: number);
1830
1847
  private n1;
1831
1848
  private fq;
1832
- private xy;
1849
+ private x3;
1833
1850
  private ao;
1834
1851
  private ak;
1835
1852
  private al;
@@ -1837,39 +1854,39 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1837
1854
  private mq;
1838
1855
  private mn;
1839
1856
  private mo;
1840
- private x0;
1841
- private x1;
1842
- private zw;
1843
- private x2;
1857
+ private x5;
1858
+ private x6;
1859
+ private z1;
1860
+ private x7;
1844
1861
  private l3;
1845
1862
  private l4;
1846
- private z1;
1847
- private adm;
1863
+ private z6;
1864
+ private ad1;
1848
1865
  private aj;
1849
1866
  getHitCell(a: number, b: number): CellModel;
1850
1867
  private av;
1851
1868
  private jd;
1852
- private vy;
1853
- private aak;
1869
+ private v3;
1870
+ private aap;
1854
1871
  constructor();
1855
- zm(a: ColumnGroupDescription): void;
1856
- zn(a: ColumnSummaryDescription): void;
1857
- private z8;
1858
- private v8;
1872
+ zr(a: ColumnGroupDescription): void;
1873
+ zs(a: ColumnSummaryDescription): void;
1874
+ private aad;
1875
+ private wd;
1859
1876
  private kg;
1860
- private v5;
1861
- private z6;
1862
- private aae;
1877
+ private wa;
1878
+ private aab;
1879
+ private aaj;
1863
1880
  private b6;
1864
1881
  private i5;
1865
- private zz;
1866
- private z0;
1882
+ private z4;
1883
+ private z5;
1867
1884
  private i7;
1868
- private zy;
1869
- private zx;
1885
+ private z3;
1886
+ private z2;
1870
1887
  private i4;
1871
- private yy;
1872
- private yz;
1888
+ private y3;
1889
+ private y4;
1873
1890
  private c7;
1874
1891
  get c8(): GridAnimationManager;
1875
1892
  set c8(a: GridAnimationManager);
@@ -2073,7 +2090,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2073
2090
  private a0;
2074
2091
  get columnExchangingAnimationMode(): ColumnExchangingAnimationMode;
2075
2092
  set columnExchangingAnimationMode(a: ColumnExchangingAnimationMode);
2076
- private adr;
2093
+ private ad6;
2077
2094
  get inset(): Thickness;
2078
2095
  set inset(a: Thickness);
2079
2096
  private cj;
@@ -2106,7 +2123,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2106
2123
  get pinnedItems(): GridSelectedItemsCollection;
2107
2124
  private ej;
2108
2125
  get pinnedKeys(): GridSelectedKeysCollection;
2109
- private aaa;
2126
+ private aaf;
2110
2127
  private h1;
2111
2128
  get isColumnOptionsEnabled(): boolean;
2112
2129
  set isColumnOptionsEnabled(a: boolean);
@@ -2122,19 +2139,19 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2122
2139
  private ib;
2123
2140
  get isHeaderSeparatorVisible(): boolean;
2124
2141
  set isHeaderSeparatorVisible(a: boolean);
2125
- private aax;
2142
+ private aa2;
2126
2143
  get cellSelectedBackground(): Brush;
2127
2144
  set cellSelectedBackground(a: Brush);
2128
- private aay;
2145
+ private aa3;
2129
2146
  get cellSelectedTextColor(): Brush;
2130
2147
  set cellSelectedTextColor(a: Brush);
2131
- private abv;
2148
+ private ab5;
2132
2149
  get sectionHeaderSelectedBackground(): Brush;
2133
2150
  set sectionHeaderSelectedBackground(a: Brush);
2134
- private aby;
2151
+ private ab8;
2135
2152
  get summaryRootBackground(): Brush;
2136
2153
  set summaryRootBackground(a: Brush);
2137
- private ab2;
2154
+ private acc;
2138
2155
  get summarySectionBackground(): Brush;
2139
2156
  set summarySectionBackground(a: Brush);
2140
2157
  private mp;
@@ -2146,29 +2163,29 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2146
2163
  private ml;
2147
2164
  get editOpacity(): number;
2148
2165
  set editOpacity(a: number);
2149
- private abd;
2166
+ private abl;
2150
2167
  get deletedTextColor(): Brush;
2151
2168
  set deletedTextColor(a: Brush);
2152
- private abx;
2169
+ private ab7;
2153
2170
  get stickyRowBackground(): Brush;
2154
2171
  set stickyRowBackground(a: Brush);
2155
- private abl;
2172
+ private abt;
2156
2173
  get pinnedRowBackground(): Brush;
2157
2174
  set pinnedRowBackground(a: Brush);
2158
- private abk;
2175
+ private abs;
2159
2176
  get lastStickyRowBackground(): Brush;
2160
2177
  set lastStickyRowBackground(a: Brush);
2161
2178
  private dj;
2162
2179
  private di;
2163
2180
  get activeCell(): GridCellPosition;
2164
2181
  set activeCell(a: GridCellPosition);
2165
- private aaw;
2182
+ private aa1;
2166
2183
  get cellBackground(): Brush;
2167
2184
  set cellBackground(a: Brush);
2168
- private aaz;
2185
+ private aa4;
2169
2186
  get cellTextColor(): Brush;
2170
2187
  set cellTextColor(a: Brush);
2171
- private abi;
2188
+ private abq;
2172
2189
  get headerSortIndicatorColor(): Brush;
2173
2190
  set headerSortIndicatorColor(a: Brush);
2174
2191
  private f9;
@@ -2177,14 +2194,14 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2177
2194
  private gv;
2178
2195
  get cellTextStyle(): FontInfo;
2179
2196
  set cellTextStyle(a: FontInfo);
2180
- private abt;
2197
+ private ab3;
2181
2198
  get sectionHeaderBackground(): Brush;
2182
2199
  set sectionHeaderBackground(a: Brush);
2183
- private abw;
2200
+ private ab6;
2184
2201
  get sectionHeaderTextColor(): Brush;
2185
2202
  set sectionHeaderTextColor(a: Brush);
2186
- private abu;
2187
- static readonly t5: string;
2203
+ private ab4;
2204
+ static readonly ua: string;
2188
2205
  get sectionHeaderExpansionIndicatorIconColor(): Brush;
2189
2206
  set sectionHeaderExpansionIndicatorIconColor(a: Brush);
2190
2207
  private g0;
@@ -2196,7 +2213,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2196
2213
  private g3;
2197
2214
  get summarySectionLabelTextStyle(): FontInfo;
2198
2215
  set summarySectionLabelTextStyle(a: FontInfo);
2199
- private ab1;
2216
+ private acb;
2200
2217
  get summaryRootValueTextColor(): Brush;
2201
2218
  set summaryRootValueTextColor(a: Brush);
2202
2219
  private g2;
@@ -2205,19 +2222,19 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2205
2222
  private g4;
2206
2223
  get summarySectionValueTextStyle(): FontInfo;
2207
2224
  set summarySectionValueTextStyle(a: FontInfo);
2208
- private ab5;
2225
+ private acf;
2209
2226
  get summarySectionValueTextColor(): Brush;
2210
2227
  set summarySectionValueTextColor(a: Brush);
2211
- private abz;
2228
+ private ab9;
2212
2229
  get summaryRootLabelTextColor(): Brush;
2213
2230
  set summaryRootLabelTextColor(a: Brush);
2214
- private ab3;
2231
+ private acd;
2215
2232
  get summarySectionLabelTextColor(): Brush;
2216
2233
  set summarySectionLabelTextColor(a: Brush);
2217
- private ab0;
2234
+ private aca;
2218
2235
  get summaryRootSelectedBackground(): Brush;
2219
2236
  set summaryRootSelectedBackground(a: Brush);
2220
- private ab4;
2237
+ private ace;
2221
2238
  get summarySectionSelectedBackground(): Brush;
2222
2239
  set summarySectionSelectedBackground(a: Brush);
2223
2240
  private np;
@@ -2227,31 +2244,31 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2227
2244
  get headerSeparatorWidth(): number;
2228
2245
  set headerSeparatorWidth(a: number);
2229
2246
  n4(a: number): number;
2230
- private abh;
2247
+ private abp;
2231
2248
  get headerSeparatorBackground(): Brush;
2232
2249
  set headerSeparatorBackground(a: Brush);
2233
- private abf;
2250
+ private abn;
2234
2251
  get headerBackground(): Brush;
2235
2252
  set headerBackground(a: Brush);
2236
- private abj;
2253
+ private abr;
2237
2254
  get headerTextColor(): Brush;
2238
2255
  set headerTextColor(a: Brush);
2239
2256
  private gz;
2240
2257
  get headerTextStyle(): FontInfo;
2241
2258
  set headerTextStyle(a: FontInfo);
2242
- private abo;
2259
+ private abw;
2243
2260
  get rowSeparatorBackground(): Brush;
2244
2261
  set rowSeparatorBackground(a: Brush);
2245
- private abg;
2262
+ private abo;
2246
2263
  get headerRowSeparatorBackground(): Brush;
2247
2264
  set headerRowSeparatorBackground(a: Brush);
2248
- private abr;
2265
+ private abz;
2249
2266
  get rowSeparatorStickyRowBackground(): Brush;
2250
2267
  set rowSeparatorStickyRowBackground(a: Brush);
2251
- private abp;
2268
+ private abx;
2252
2269
  get rowSeparatorLastStickyRowBackground(): Brush;
2253
2270
  set rowSeparatorLastStickyRowBackground(a: Brush);
2254
- private abq;
2271
+ private aby;
2255
2272
  get rowSeparatorPinnedRowBackground(): Brush;
2256
2273
  set rowSeparatorPinnedRowBackground(a: Brush);
2257
2274
  private nf;
@@ -2266,10 +2283,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2266
2283
  private me;
2267
2284
  get columnMovingSeparatorOpacity(): number;
2268
2285
  set columnMovingSeparatorOpacity(a: number);
2269
- private abc;
2286
+ private abk;
2270
2287
  get columnResizingSeparatorBackground(): Brush;
2271
2288
  set columnResizingSeparatorBackground(a: Brush);
2272
- private aa0;
2289
+ private aa5;
2273
2290
  get columnMovingSeparatorBackground(): Brush;
2274
2291
  set columnMovingSeparatorBackground(a: Brush);
2275
2292
  private iw;
@@ -2278,37 +2295,37 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2278
2295
  private bi;
2279
2296
  get columnOptionsIconAlignment(): ColumnOptionsIconAlignment;
2280
2297
  set columnOptionsIconAlignment(a: ColumnOptionsIconAlignment);
2281
- private aa7;
2298
+ private abc;
2282
2299
  get columnOptionsIconColor(): Brush;
2283
2300
  set columnOptionsIconColor(a: Brush);
2284
2301
  private bk;
2285
2302
  get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
2286
2303
  set columnOptionsIconBehavior(a: ColumnOptionsIconBehavior);
2287
- private aat;
2304
+ private aay;
2288
2305
  get actualBorder(): Brush;
2289
2306
  set actualBorder(a: Brush);
2290
- private aav;
2307
+ private aa0;
2291
2308
  get border(): Brush;
2292
2309
  set border(a: Brush);
2293
- private adp;
2294
- get adv(): Thickness;
2295
- set adv(a: Thickness);
2296
- private adn;
2310
+ private ad4;
2311
+ get aea(): Thickness;
2312
+ set aea(a: Thickness);
2313
+ private ad2;
2297
2314
  get actualBorderWidth(): Thickness;
2298
2315
  set actualBorderWidth(a: Thickness);
2299
- private ado;
2316
+ private ad3;
2300
2317
  get borderWidth(): Thickness;
2301
2318
  set borderWidth(a: Thickness);
2302
2319
  private ip;
2303
2320
  get notifyOnAllSelectionChanges(): boolean;
2304
2321
  set notifyOnAllSelectionChanges(a: boolean);
2305
- private aan;
2306
- get aar(): CornerRadius;
2307
- set aar(a: CornerRadius);
2308
- private aam;
2322
+ private aas;
2323
+ get aaw(): CornerRadius;
2324
+ set aaw(a: CornerRadius);
2325
+ private aar;
2309
2326
  get cornerRadius(): CornerRadius;
2310
2327
  set cornerRadius(a: CornerRadius);
2311
- private aal;
2328
+ private aaq;
2312
2329
  get actualCornerRadius(): CornerRadius;
2313
2330
  set actualCornerRadius(a: CornerRadius);
2314
2331
  static readonly isActiveCellStyleEnabledPropertyName: string;
@@ -2318,10 +2335,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2318
2335
  private i2;
2319
2336
  get stopPropagation(): boolean;
2320
2337
  set stopPropagation(a: boolean);
2321
- private aas;
2338
+ private aax;
2322
2339
  get actualBackground(): Brush;
2323
2340
  set actualBackground(a: Brush);
2324
- private aau;
2341
+ private aaz;
2325
2342
  get background(): Brush;
2326
2343
  set background(a: Brush);
2327
2344
  private hf;
@@ -2330,7 +2347,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2330
2347
  private e5;
2331
2348
  get renderingEngine(): ICellRenderingEngine;
2332
2349
  set renderingEngine(a: ICellRenderingEngine);
2333
- private yf;
2350
+ private yk;
2334
2351
  private ft;
2335
2352
  get responsiveStates(): ResponsiveStatesCollection;
2336
2353
  private gn;
@@ -2363,7 +2380,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2363
2380
  private pm;
2364
2381
  get initialSummaries(): string;
2365
2382
  set initialSummaries(a: string);
2366
- private wd;
2383
+ private wi;
2367
2384
  jo(a: any[], b: any[]): boolean;
2368
2385
  get sortDescriptions(): ColumnSortDescriptionCollection;
2369
2386
  get groupDescriptions(): ColumnGroupDescriptionCollection;
@@ -2372,7 +2389,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2372
2389
  summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
2373
2390
  columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
2374
2391
  columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
2375
- private xn;
2392
+ private xs;
2376
2393
  cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
2377
2394
  dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
2378
2395
  dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
@@ -2406,13 +2423,13 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2406
2423
  set autoAcceptEdits(a: boolean);
2407
2424
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2408
2425
  postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2409
- protected yd(a: string, b: any, c: any): void;
2410
- zl(): void;
2411
- y5(): void;
2412
- y6(): void;
2426
+ protected yi(a: string, b: any, c: any): void;
2427
+ zq(): void;
2428
+ za(): void;
2429
+ zb(): void;
2413
2430
  calculateCompleted: (sender: any, e: any) => void;
2414
- ww(): void;
2415
- v7(): void;
2431
+ w1(): void;
2432
+ wc(): void;
2416
2433
  private iu;
2417
2434
  get le(): boolean;
2418
2435
  set le(a: boolean);
@@ -2431,31 +2448,31 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2431
2448
  private hk;
2432
2449
  get i9(): boolean;
2433
2450
  set i9(a: boolean);
2434
- protected y0(a: string, b: any, c: any): void;
2435
- private aac;
2436
- private aap;
2437
- private adu;
2451
+ protected y5(a: string, b: any, c: any): void;
2452
+ private aah;
2453
+ private aau;
2454
+ private ad9;
2438
2455
  syncBorder(): void;
2439
- private xw;
2456
+ private x1;
2440
2457
  private n;
2441
2458
  private o;
2442
2459
  private h;
2443
- private vs;
2444
- private zp;
2445
- private v9;
2446
- private wa;
2447
- private zq;
2448
- private wb;
2449
- private vw;
2450
- private vv;
2460
+ private vx;
2461
+ private zu;
2462
+ private we;
2463
+ private wf;
2464
+ private zv;
2465
+ private wg;
2466
+ private v1;
2467
+ private v0;
2451
2468
  rootSummariesChanged: (sender: any, args: DataSourceRootSummariesChangedEventArgs) => void;
2452
2469
  private ly;
2453
- private r5;
2454
- private yg;
2455
- private v3;
2456
- private vu;
2457
- private xv;
2458
- wq(): void;
2470
+ private r8;
2471
+ private yl;
2472
+ private v8;
2473
+ private vz;
2474
+ private x0;
2475
+ wv(): void;
2459
2476
  sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
2460
2477
  onSizeChanged(a: number, b: number): void;
2461
2478
  viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
@@ -2469,19 +2486,19 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2469
2486
  actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
2470
2487
  private dp;
2471
2488
  get columns(): GridColumnCollection;
2472
- x9(a: CellModel, b: any, c: any): void;
2473
- x8(a: CellModel, b: any, c: any, d: string): void;
2489
+ ye(a: CellModel, b: any, c: any): void;
2490
+ yd(a: CellModel, b: any, c: any, d: string): void;
2474
2491
  ci(a: CellPath): DataGridColumn;
2475
2492
  hideThenRemoveColumn(a: DataGridColumn): void;
2476
2493
  exchangeColumn(a: DataGridColumn, b: DataGridColumn): void;
2477
- private vd;
2494
+ private vi;
2478
2495
  private io;
2479
- private xr;
2496
+ private xw;
2497
+ private xt;
2480
2498
  private xo;
2481
- private xj;
2482
- private vo;
2483
- private ym;
2484
- private vr;
2499
+ private vt;
2500
+ private yr;
2501
+ private vw;
2485
2502
  pinColumn(a: DataGridColumn, b: PinnedPositions): void;
2486
2503
  private lq;
2487
2504
  private lr;
@@ -2493,11 +2510,11 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2493
2510
  private kv;
2494
2511
  private cg;
2495
2512
  private cf;
2496
- private xk;
2497
- private vn;
2498
- private aad;
2513
+ private xp;
2514
+ private vs;
2515
+ private aai;
2499
2516
  private cl;
2500
- r6(a: CellPath, b: DataGrid, c: any, d: number): string;
2517
+ r9(a: CellPath, b: DataGrid, c: any, d: number): string;
2501
2518
  am(a: CellPath, b: string): CellModel;
2502
2519
  exportVisualModel(): any;
2503
2520
  exportSerializedVisualModel(): string;
@@ -2508,17 +2525,17 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2508
2525
  scrollToItem(a: any): boolean;
2509
2526
  scrollToPrimaryKey(a: any[]): boolean;
2510
2527
  scrollToColumnByIndex(a: number): void;
2511
- private zs;
2528
+ private zx;
2512
2529
  ll(a: DataGridColumn): boolean;
2513
- xu(a: number, b: number): void;
2514
- private vm;
2530
+ xz(a: number, b: number): void;
2531
+ private vr;
2515
2532
  private od;
2516
2533
  private lh;
2517
2534
  getLastVisibleIndex(): number;
2518
2535
  getFirstVisibleIndex(): number;
2519
2536
  of(): number;
2520
2537
  ok(): number;
2521
- yv(): void;
2538
+ y0(): void;
2522
2539
  jv: boolean;
2523
2540
  kf: boolean;
2524
2541
  get km(): boolean;
@@ -2533,15 +2550,15 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2533
2550
  private l2;
2534
2551
  private hm;
2535
2552
  private hl;
2536
- vi(a?: boolean): void;
2537
- v1(): void;
2538
- yk(a: any, b: PrimaryKeyValue): void;
2539
- yl(a: any, b: PrimaryKeyValue): void;
2540
- yr(a: number, b: any, c: PrimaryKeyValue): void;
2553
+ vn(a?: boolean): void;
2554
+ v6(): void;
2555
+ yp(a: any, b: PrimaryKeyValue): void;
2556
+ yq(a: any, b: PrimaryKeyValue): void;
2557
+ yw(a: number, b: any, c: PrimaryKeyValue): void;
2541
2558
  private i6;
2542
- wx(a: number, b: number, c: string): void;
2543
- w0(a: number, b: string): void;
2544
- private wy;
2559
+ w2(a: number, b: number, c: string): void;
2560
+ w5(a: number, b: string): void;
2561
+ private w3;
2545
2562
  private nx;
2546
2563
  private ny;
2547
2564
  kx(a: boolean, b: boolean): boolean;
@@ -2551,15 +2568,15 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2551
2568
  private oo;
2552
2569
  private on;
2553
2570
  private oc;
2554
- vj(a: number, b: number, c: boolean, d?: boolean): void;
2571
+ vo(a: number, b: number, c: boolean, d?: boolean): void;
2555
2572
  k2(a: boolean, b: boolean): boolean;
2556
2573
  k4(a: boolean, b: boolean): boolean;
2557
2574
  k5(a: boolean, b: boolean): boolean;
2558
2575
  k6(a: boolean, b: boolean): boolean;
2559
2576
  k7(a: boolean, b: boolean): boolean;
2560
- x6(a: boolean, b: boolean): void;
2577
+ yb(a: boolean, b: boolean): void;
2561
2578
  k9(a: boolean, b: boolean): boolean;
2562
- yw(): void;
2579
+ y1(): void;
2563
2580
  la(a: boolean, b: boolean): boolean;
2564
2581
  kz(a: boolean, b: boolean): boolean;
2565
2582
  k0(): boolean;
@@ -2570,58 +2587,58 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2570
2587
  lu(): boolean;
2571
2588
  lo(a: CellModel): boolean;
2572
2589
  jm(a: boolean, b?: boolean): boolean;
2573
- v0(a: boolean): void;
2574
- xc(a: PrimaryKeyValue, b: number): void;
2575
- xd(a: PrimaryKeyValue, b: number): void;
2590
+ v5(a: boolean): void;
2591
+ xh(a: PrimaryKeyValue, b: number): void;
2592
+ xi(a: PrimaryKeyValue, b: number): void;
2576
2593
  columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
2577
2594
  selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
2578
2595
  selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
2579
2596
  selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
2580
2597
  selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
2581
2598
  private iv;
2582
- private ys;
2599
+ private yx;
2583
2600
  activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
2584
2601
  selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
2585
- aai(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
2586
- vg(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2587
- vh(a: any, b: PrimaryKeyValue, c: boolean): void;
2588
- aah(a: number, b: any, c: PrimaryKeyValue): void;
2589
- zi(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2590
- zj(a: any, b: PrimaryKeyValue, c: boolean): void;
2591
- private yo;
2592
- private yp;
2593
- private yn;
2594
- private yq;
2602
+ aan(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
2603
+ vl(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2604
+ vm(a: any, b: PrimaryKeyValue, c: boolean): void;
2605
+ aam(a: number, b: any, c: PrimaryKeyValue): void;
2606
+ zn(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2607
+ zo(a: any, b: PrimaryKeyValue, c: boolean): void;
2608
+ private yt;
2609
+ private yu;
2610
+ private ys;
2611
+ private yv;
2595
2612
  private au;
2596
- vf(a: number, b: number, c: number, d: number): void;
2597
- ve(a: CellRange): void;
2598
- zf(a: CellRange): void;
2599
- ze(): void;
2600
- private wo;
2601
- yt(a: number, b: any, c: any): void;
2602
- private we;
2603
- xe(): void;
2604
- zo(a: GridConditionalStyle, b: DataGridColumn): void;
2605
- zk(a: GridConditionalStyle, b: DataGridColumn): void;
2613
+ vk(a: number, b: number, c: number, d: number): void;
2614
+ vj(a: CellRange): void;
2615
+ zk(a: CellRange): void;
2616
+ zj(): void;
2617
+ private wt;
2618
+ yy(a: number, b: any, c: any): void;
2619
+ private wj;
2620
+ xj(): void;
2621
+ zt(a: GridConditionalStyle, b: DataGridColumn): void;
2622
+ zp(a: GridConditionalStyle, b: DataGridColumn): void;
2606
2623
  l5(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
2607
2624
  private lx;
2608
- v2(a: ColumnSummaryDescription): void;
2625
+ v7(a: ColumnSummaryDescription): void;
2609
2626
  private j8;
2610
- zd(a: ColumnSummaryDescription): void;
2627
+ zi(a: ColumnSummaryDescription): void;
2611
2628
  invalidateVisibleRows(): void;
2612
2629
  pi(a: DataGridColumn): any;
2613
2630
  ph(a: DataGridColumn): any;
2614
2631
  pj(a: DataGridColumn): any;
2615
- private wf;
2632
+ private wk;
2616
2633
  private og;
2617
2634
  private ol;
2618
- private wg;
2635
+ private wl;
2619
2636
  private hz;
2620
- y1(): void;
2621
- x7(a: number, b: any): void;
2622
- ye(a: number, b: any): void;
2637
+ y6(): void;
2638
+ yc(a: number, b: any): void;
2639
+ yj(a: number, b: any): void;
2623
2640
  setActiveResponsiveState(a: string): void;
2624
- z3(a: ResponsiveState): void;
2641
+ z8(a: ResponsiveState): void;
2625
2642
  notifySetItem(a: number, b: any, c: any): void;
2626
2643
  notifyClearItems(): void;
2627
2644
  notifyInsertItem(a: number, b: any): void;
@@ -2645,18 +2662,18 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2645
2662
  set reactsToFilterChanges(a: boolean);
2646
2663
  aa(a: DataGridColumn): IFilterExpression;
2647
2664
  lv(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2648
- private aaj;
2665
+ private aao;
2649
2666
  private pa;
2650
2667
  columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
2651
- private xs;
2668
+ private xx;
2652
2669
  cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
2653
- private w3;
2670
+ private w8;
2654
2671
  cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
2655
- private w2;
2672
+ private w7;
2656
2673
  rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
2657
- private yi;
2674
+ private yn;
2658
2675
  rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
2659
- private yh;
2676
+ private ym;
2660
2677
  j7(): boolean;
2661
2678
  get canUndo(): boolean;
2662
2679
  get canRedo(): boolean;
@@ -2684,8 +2701,8 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2684
2701
  set enterBehaviorAfterEdit(a: EnterKeyBehaviorAfterEdit);
2685
2702
  selectAllRows(): void;
2686
2703
  deselectAllRows(): void;
2687
- private rg;
2688
- private r2;
2704
+ private rj;
2705
+ private r5;
2689
2706
  private ic;
2690
2707
  get kh(): boolean;
2691
2708
  set kh(a: boolean);
@@ -2731,11 +2748,11 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2731
2748
  get clearSelectionOnEscape(): boolean;
2732
2749
  set clearSelectionOnEscape(a: boolean);
2733
2750
  customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
2734
- xt(a: DataGridColumn, b: FilterOperand, c: any): void;
2751
+ xy(a: DataGridColumn, b: FilterOperand, c: any): void;
2735
2752
  private nd;
2736
2753
  ln(): boolean;
2737
- wk(): void;
2738
- wj(): void;
2754
+ wp(): void;
2755
+ wo(): void;
2739
2756
  private id;
2740
2757
  get isPagerVisible(): boolean;
2741
2758
  set isPagerVisible(a: boolean);
@@ -2769,43 +2786,58 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2769
2786
  private gp;
2770
2787
  get scrollbarStyle(): ScrollbarStyle;
2771
2788
  set scrollbarStyle(a: ScrollbarStyle);
2772
- private abs;
2789
+ private ab1;
2773
2790
  get scrollbarBackground(): Brush;
2774
2791
  set scrollbarBackground(a: Brush);
2775
- private aa2;
2792
+ private ab2;
2793
+ get scrollbarHoverBackground(): Brush;
2794
+ set scrollbarHoverBackground(a: Brush);
2795
+ private ab0;
2796
+ get scrollbarActiveBackground(): Brush;
2797
+ set scrollbarActiveBackground(a: Brush);
2798
+ private aa7;
2776
2799
  get columnOptionsBackground(): Brush;
2777
2800
  set columnOptionsBackground(a: Brush);
2778
- private aa9;
2801
+ private abe;
2802
+ get columnOptionsScrollbarBackground(): Brush;
2803
+ set columnOptionsScrollbarBackground(a: Brush);
2804
+ private abf;
2805
+ get columnOptionsScrollbarHoverBackground(): Brush;
2806
+ set columnOptionsScrollbarHoverBackground(a: Brush);
2807
+ private abd;
2808
+ get columnOptionsScrollbarActiveBackground(): Brush;
2809
+ set columnOptionsScrollbarActiveBackground(a: Brush);
2810
+ private abh;
2779
2811
  get columnOptionsTextColor(): Brush;
2780
2812
  set columnOptionsTextColor(a: Brush);
2781
2813
  private gx;
2782
2814
  get columnOptionsTextStyle(): FontInfo;
2783
2815
  set columnOptionsTextStyle(a: FontInfo);
2784
- private aa6;
2816
+ private abb;
2785
2817
  get columnOptionsHoverBackgroundColor(): Brush;
2786
2818
  set columnOptionsHoverBackgroundColor(a: Brush);
2787
- private aba;
2819
+ private abi;
2788
2820
  get columnOptionsToolTipBackgroundColor(): Brush;
2789
2821
  set columnOptionsToolTipBackgroundColor(a: Brush);
2790
- private abb;
2822
+ private abj;
2791
2823
  get columnOptionsToolTipTextColor(): Brush;
2792
2824
  set columnOptionsToolTipTextColor(a: Brush);
2793
- private aa5;
2825
+ private aba;
2794
2826
  get columnOptionsHighlightColor(): Brush;
2795
2827
  set columnOptionsHighlightColor(a: Brush);
2796
- private aa8;
2828
+ private abg;
2797
2829
  get columnOptionsSeparatorColor(): Brush;
2798
2830
  set columnOptionsSeparatorColor(a: Brush);
2799
- private aa3;
2831
+ private aa8;
2800
2832
  get columnOptionsGroupHeaderBackground(): Brush;
2801
2833
  set columnOptionsGroupHeaderBackground(a: Brush);
2802
- private aa4;
2834
+ private aa9;
2803
2835
  get columnOptionsGroupHeaderTextColor(): Brush;
2804
2836
  set columnOptionsGroupHeaderTextColor(a: Brush);
2805
2837
  private gw;
2806
2838
  get columnOptionsGroupHeaderTextStyle(): FontInfo;
2807
2839
  set columnOptionsGroupHeaderTextStyle(a: FontInfo);
2808
- private aa1;
2840
+ private aa6;
2809
2841
  get columnOptionsAccentColor(): Brush;
2810
2842
  set columnOptionsAccentColor(a: Brush);
2811
2843
  private ne;
@@ -3134,51 +3166,51 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3134
3166
  static $t: Type;
3135
3167
  protected get ad(): BaseControlTheme;
3136
3168
  constructor();
3137
- private eh;
3169
+ private ei;
3138
3170
  private a4;
3139
- protected e1(a: GridConditionalStyle): void;
3140
3171
  protected e2(a: GridConditionalStyle): void;
3172
+ protected e3(a: GridConditionalStyle): void;
3141
3173
  protected cv(): any;
3142
3174
  protected cu(): any;
3143
3175
  protected ct(): any;
3144
- private ej;
3145
- private fe;
3176
+ private ek;
3177
+ private ff;
3146
3178
  private az;
3147
- private er;
3148
- private ez;
3149
- private eo;
3150
- private ei;
3179
+ private es;
3180
+ private e0;
3181
+ private ep;
3182
+ private ej;
3151
3183
  private a3;
3152
- e6(a: GridConditionalStyle): void;
3184
+ e7(a: GridConditionalStyle): void;
3153
3185
  private a0;
3154
3186
  private ay;
3155
- private ee;
3156
- private em;
3157
3187
  private ef;
3158
- e5(a: GridConditionalStyle): void;
3188
+ private en;
3189
+ private eg;
3190
+ e6(a: GridConditionalStyle): void;
3159
3191
  at(a: GridConditionalStyle): boolean;
3160
- private ek;
3192
+ private el;
3161
3193
  private cm;
3162
3194
  private x;
3163
3195
  get externalObject(): any;
3164
3196
  set externalObject(a: any);
3165
- private fx;
3166
- get gh(): Brush;
3167
- set gh(a: Brush);
3197
+ private fy;
3198
+ get gi(): Brush;
3199
+ set gi(a: Brush);
3168
3200
  private v;
3169
3201
  get conditionalStyles(): GridConditionalStyleCollection;
3170
- private f0;
3171
- get gk(): Brush;
3172
- set gk(a: Brush);
3173
- private fm;
3174
- get f6(): Brush;
3175
- set f6(a: Brush);
3176
3202
  private f1;
3177
3203
  get gl(): Brush;
3178
3204
  set gl(a: Brush);
3179
- private fr;
3180
- get gb(): Brush;
3181
- set gb(a: Brush);
3205
+ private fn;
3206
+ get f7(): Brush;
3207
+ set f7(a: Brush);
3208
+ private f2;
3209
+ get gm(): Brush;
3210
+ set gm(a: Brush);
3211
+ private fs;
3212
+ get gc(): Brush;
3213
+ set gc(a: Brush);
3182
3214
  private bx;
3183
3215
  get cd(): number;
3184
3216
  set cd(a: number);
@@ -3218,18 +3250,24 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3218
3250
  private t;
3219
3251
  get grid(): DataGrid;
3220
3252
  set grid(a: DataGrid);
3221
- private et;
3222
- protected es(a: DataGrid, b: DataGrid): void;
3223
- protected eu(a: any, b: PropertyChangedEventArgs): void;
3253
+ private eu;
3254
+ protected et(a: DataGrid, b: DataGrid): void;
3255
+ protected ev(a: any, b: PropertyChangedEventArgs): void;
3256
+ private fp;
3257
+ get f9(): Brush;
3258
+ set f9(a: Brush);
3224
3259
  private fo;
3225
3260
  get f8(): Brush;
3226
3261
  set f8(a: Brush);
3227
- private fn;
3228
- get f7(): Brush;
3229
- set f7(a: Brush);
3230
- private fs;
3231
- get gc(): Brush;
3232
- set gc(a: Brush);
3262
+ private ft;
3263
+ get gd(): Brush;
3264
+ set gd(a: Brush);
3265
+ private f5;
3266
+ get g1(): Brush;
3267
+ set g1(a: Brush);
3268
+ private fw;
3269
+ get gg(): Brush;
3270
+ set gg(a: Brush);
3233
3271
  private f4;
3234
3272
  get g0(): Brush;
3235
3273
  set g0(a: Brush);
@@ -3242,12 +3280,6 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3242
3280
  private fu;
3243
3281
  get ge(): Brush;
3244
3282
  set ge(a: Brush);
3245
- private f2;
3246
- get gy(): Brush;
3247
- set gy(a: Brush);
3248
- private ft;
3249
- get gd(): Brush;
3250
- set gd(a: Brush);
3251
3283
  private be;
3252
3284
  get bi(): number;
3253
3285
  set bi(a: number);
@@ -3269,27 +3301,27 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3269
3301
  private z;
3270
3302
  get ab(): TextCellLineBreakMode;
3271
3303
  set ab(a: TextCellLineBreakMode);
3272
- private f5;
3273
- get g1(): Brush;
3274
- set g1(a: Brush);
3275
- private fw;
3276
- get gg(): Brush;
3277
- set gg(a: Brush);
3304
+ private f6;
3305
+ get g2(): Brush;
3306
+ set g2(a: Brush);
3307
+ private fx;
3308
+ get gh(): Brush;
3309
+ set gh(a: Brush);
3278
3310
  private ao;
3279
3311
  get as(): boolean;
3280
3312
  set as(a: boolean);
3281
- private fy;
3282
- get gi(): Brush;
3283
- set gi(a: Brush);
3284
- private fp;
3285
- get f9(): Brush;
3286
- set f9(a: Brush);
3287
3313
  private fz;
3288
3314
  get gj(): Brush;
3289
3315
  set gj(a: Brush);
3290
3316
  private fq;
3291
3317
  get ga(): Brush;
3292
3318
  set ga(a: Brush);
3319
+ private f0;
3320
+ get gk(): Brush;
3321
+ set gk(a: Brush);
3322
+ private fr;
3323
+ get gb(): Brush;
3324
+ set gb(a: Brush);
3293
3325
  private bv;
3294
3326
  get cb(): number;
3295
3327
  set cb(a: number);
@@ -3320,22 +3352,22 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3320
3352
  private bc;
3321
3353
  private ba;
3322
3354
  protected abstract n(a: CellPath): CellModel;
3323
- private ew;
3355
+ private ex;
3324
3356
  private a8;
3325
- d3(a: CellPath, b: DataGrid, c: any, d: number): string;
3357
+ d4(a: CellPath, b: DataGrid, c: any, d: number): string;
3326
3358
  private ax;
3327
- protected abstract d4(a: CellPath, b: DataGrid, c: any): string;
3328
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
3329
- ep(a: CellModel, b: DataGrid, c: any, d: any): void;
3359
+ protected abstract d5(a: CellPath, b: DataGrid, c: any): string;
3360
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
3361
+ eq(a: CellModel, b: DataGrid, c: any, d: any): void;
3330
3362
  protected au(a: GridConditionalStyle): boolean;
3331
3363
  private am;
3332
- private eg;
3364
+ private eh;
3333
3365
  private co;
3334
3366
  private cp;
3335
3367
  private cr;
3336
3368
  private cs;
3369
+ private gy;
3337
3370
  private gx;
3338
- private gw;
3339
3371
  private bl;
3340
3372
  private bm;
3341
3373
  bh(a: any): number;
@@ -3345,63 +3377,64 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3345
3377
  private p;
3346
3378
  dataBinding: (sender: any, args: DataBindingEventArgs) => void;
3347
3379
  dataBound: (sender: any, args: DataBindingEventArgs) => void;
3348
- eq(a: CellModel, b: DataGrid, c: any, d: any): void;
3380
+ er(a: CellModel, b: DataGrid, c: any, d: any): void;
3349
3381
  d1(a: DataGrid, b: any, c: any): string;
3350
- e0(): void;
3382
+ e1(): void;
3351
3383
  protected av(a: string): boolean;
3352
3384
  protected aw(a: string): boolean;
3353
3385
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
3354
- protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3355
- protected e8(): void;
3356
- protected fk(): void;
3386
+ protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3357
3387
  protected e9(): void;
3358
- protected fb(): void;
3359
- protected fc(): void;
3360
- protected fa(): void;
3361
3388
  protected fl(): void;
3389
+ protected fa(): void;
3390
+ protected fc(): void;
3391
+ protected fd(): void;
3392
+ protected fb(): void;
3393
+ protected fm(): void;
3394
+ protected fj(): void;
3362
3395
  protected fi(): void;
3396
+ protected fk(): void;
3363
3397
  protected fh(): void;
3364
- protected fj(): void;
3365
- protected fg(): void;
3366
- protected e4(): void;
3367
- protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3398
+ protected e5(): void;
3399
+ protected ey(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3368
3400
  private al;
3369
- protected fd(): void;
3370
- private e7;
3371
- private ff;
3401
+ protected fe(): void;
3402
+ private e8;
3403
+ private fg;
3372
3404
  private a2;
3373
3405
  private a6;
3374
3406
  private a1;
3375
3407
  protected get a5(): HashSet$1<string>;
3376
3408
  protected get a9(): List$1<string>;
3377
- private el;
3409
+ private em;
3378
3410
  protected f(): CellContentHorizontalAlignment;
3379
3411
  protected k(): CellContentVerticalAlignment;
3380
- protected gv(): Brush;
3381
- protected go(): Brush;
3412
+ protected gw(): Brush;
3382
3413
  protected gp(): Brush;
3414
+ protected gq(): Brush;
3383
3415
  protected cl(): number;
3384
3416
  protected ck(): number;
3385
- protected gm(): Brush;
3386
- protected ak(): FontInfo;
3387
3417
  protected gn(): Brush;
3388
- protected gu(): Brush;
3389
- protected gr(): Brush;
3390
- protected gq(): Brush;
3418
+ protected ak(): FontInfo;
3419
+ protected go(): Brush;
3420
+ protected gv(): Brush;
3391
3421
  protected gs(): Brush;
3422
+ protected gr(): Brush;
3392
3423
  protected gt(): Brush;
3424
+ protected gu(): Brush;
3393
3425
  protected bj(): number;
3394
3426
  definitionPropertyUpdated: (sender: any, args: DefinitionPropertyUpdatedEventArgs) => void;
3395
3427
  private ae;
3396
3428
  private an;
3397
- e3(a: string, b: CellPropertyAnimationType, c: any): void;
3429
+ e4(a: string, b: CellPropertyAnimationType, c: any): void;
3398
3430
  aq(): boolean;
3399
3431
  get af(): FastIterationDictionary$2<string, any>;
3400
3432
  get ar(): boolean;
3401
3433
  ap(a: string): boolean;
3402
- ey(a: string): void;
3434
+ ez(a: string): void;
3403
3435
  cq(a: string): any;
3404
3436
  d2(a: any, b: DataSourceSchemaPropertyType, c: any): string;
3437
+ protected d3(a: ColumnSummaryDescription, b: ISummaryResult, c: any): string;
3405
3438
  y(a: ColumnSummaryDescription, b: ISummaryResult): SummaryData;
3406
3439
  cellStyleKeyRequested: (sender: any, args: CellStyleRequestedEventArgs) => void;
3407
3440
  }
@@ -3411,432 +3444,455 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3411
3444
  export declare abstract class DataGridColumn extends DefinitionBase implements IToolbarTarget {
3412
3445
  static $t: Type;
3413
3446
  constructor();
3414
- private pg;
3415
- protected e2(a: GridConditionalStyle): void;
3447
+ private pn;
3448
+ protected e3(a: GridConditionalStyle): void;
3416
3449
  protected ct(): any;
3417
3450
  protected cu(): any;
3418
3451
  protected cv(): any;
3419
3452
  protected au(a: GridConditionalStyle): boolean;
3420
- protected r6(): Brush;
3421
- protected r5(): Brush;
3422
- private static lp;
3423
- lq: number;
3424
- private hw;
3425
- get hx(): ColumnStates;
3426
- set hx(a: ColumnStates);
3427
- private k9;
3428
- get lm(): number;
3429
- set lm(a: number);
3430
- private lb;
3431
- get lo(): number;
3432
- set lo(a: number);
3453
+ protected ss(): Brush;
3454
+ protected sr(): Brush;
3455
+ private static lq;
3456
+ lr: number;
3457
+ private hx;
3458
+ get hy(): ColumnStates;
3459
+ set hy(a: ColumnStates);
3433
3460
  private la;
3434
3461
  get ln(): number;
3435
3462
  set ln(a: number);
3436
- private k8;
3437
- get ll(): number;
3438
- set ll(a: number);
3439
- private ly;
3440
- get od(): string;
3441
- set od(a: string);
3442
- private k6;
3443
- get lj(): number;
3444
- set lj(a: number);
3445
- private k5;
3446
- get li(): number;
3447
- set li(a: number);
3463
+ private lc;
3464
+ get lp(): number;
3465
+ set lp(a: number);
3466
+ private lb;
3467
+ get lo(): number;
3468
+ set lo(a: number);
3469
+ private k9;
3470
+ get lm(): number;
3471
+ set lm(a: number);
3472
+ private lz;
3473
+ get ok(): string;
3474
+ set ok(a: string);
3448
3475
  private k7;
3449
3476
  get lk(): number;
3450
3477
  set lk(a: number);
3451
- private iq;
3452
- get is(): PinnedPositions;
3453
- set is(a: PinnedPositions);
3454
- private lw;
3455
- get nl(): string;
3456
- set nl(a: string);
3478
+ private k6;
3479
+ get lj(): number;
3480
+ set lj(a: number);
3481
+ private k8;
3482
+ get ll(): number;
3483
+ set ll(a: number);
3484
+ private ir;
3485
+ get it(): PinnedPositions;
3486
+ set it(a: PinnedPositions);
3457
3487
  private lx;
3458
3488
  get ns(): string;
3459
3489
  set ns(a: string);
3460
- private lu;
3461
- get mm(): string;
3462
- set mm(a: string);
3463
- private q8;
3464
- get r9(): Brush;
3465
- set r9(a: Brush);
3466
- private qs;
3467
- get rr(): Brush;
3468
- set rr(a: Brush);
3469
- private q9;
3490
+ private ly;
3491
+ get nz(): string;
3492
+ set nz(a: string);
3493
+ private lv;
3494
+ get mq(): string;
3495
+ set mq(a: string);
3496
+ private ro;
3497
+ get sv(): Brush;
3498
+ set sv(a: Brush);
3499
+ private q5;
3470
3500
  get sa(): Brush;
3471
3501
  set sa(a: Brush);
3472
- private qt;
3473
- get rs(): Brush;
3474
- set rs(a: Brush);
3502
+ private rp;
3503
+ get sw(): Brush;
3504
+ set sw(a: Brush);
3475
3505
  private q6;
3476
- get r7(): Brush;
3477
- set r7(a: Brush);
3478
- private qq;
3479
- get rp(): Brush;
3480
- set rp(a: Brush);
3481
- private q7;
3506
+ get sb(): Brush;
3507
+ set sb(a: Brush);
3508
+ private rm;
3509
+ get st(): Brush;
3510
+ set st(a: Brush);
3511
+ private q3;
3482
3512
  get r8(): Brush;
3483
3513
  set r8(a: Brush);
3484
- private qr;
3485
- get rq(): Brush;
3486
- set rq(a: Brush);
3487
- private ic;
3488
- get id(): GridColumnAnimationSettings;
3489
- set id(a: GridColumnAnimationSettings);
3490
- private hy;
3514
+ private rn;
3515
+ get su(): Brush;
3516
+ set su(a: Brush);
3517
+ private q4;
3518
+ get r9(): Brush;
3519
+ set r9(a: Brush);
3520
+ private id;
3521
+ get ie(): GridColumnAnimationSettings;
3522
+ set ie(a: GridColumnAnimationSettings);
3523
+ private hz;
3491
3524
  get width(): ColumnWidth;
3492
3525
  set width(a: ColumnWidth);
3493
- private kl;
3494
- get kt(): number;
3495
- set kt(a: number);
3526
+ private km;
3527
+ get ku(): number;
3528
+ set ku(a: number);
3529
+ private js;
3530
+ get kb(): boolean;
3531
+ set kb(a: boolean);
3532
+ private jm;
3533
+ get j5(): boolean;
3534
+ set j5(a: boolean);
3535
+ private jw;
3536
+ get kf(): boolean;
3537
+ set kf(a: boolean);
3538
+ private g5;
3539
+ get g6(): ColumnFilterCondition;
3540
+ set g6(a: ColumnFilterCondition);
3541
+ private g7;
3542
+ get g8(): IFilterExpression;
3543
+ set g8(a: IFilterExpression);
3544
+ private ii;
3545
+ get header(): Header;
3546
+ set header(a: Header);
3496
3547
  private jr;
3497
3548
  get ka(): boolean;
3498
3549
  set ka(a: boolean);
3499
- private jl;
3500
- get j4(): boolean;
3501
- set j4(a: boolean);
3550
+ private ju;
3551
+ get kd(): boolean;
3552
+ set kd(a: boolean);
3502
3553
  private jv;
3503
3554
  get ke(): boolean;
3504
3555
  set ke(a: boolean);
3505
- private g4;
3506
- get g5(): ColumnFilterCondition;
3507
- set g5(a: ColumnFilterCondition);
3508
- private g6;
3509
- get g7(): IFilterExpression;
3510
- set g7(a: IFilterExpression);
3511
- private ih;
3512
- get header(): Header;
3513
- set header(a: Header);
3514
- private jq;
3515
- get j9(): boolean;
3516
- set j9(a: boolean);
3517
3556
  private jt;
3518
3557
  get kc(): boolean;
3519
3558
  set kc(a: boolean);
3520
- private ju;
3521
- get kd(): boolean;
3522
- set kd(a: boolean);
3523
- private js;
3524
- get kb(): boolean;
3525
- set kb(a: boolean);
3526
- private jw;
3527
- get kg(): boolean;
3528
- set kg(a: boolean);
3529
- private hu;
3530
- get hv(): ColumnSortDirection;
3531
- set hv(a: ColumnSortDirection);
3532
- private ir;
3533
- get it(): PinnedPositions;
3534
- set it(a: PinnedPositions);
3535
- private jk;
3536
- get j3(): boolean;
3537
- set j3(a: boolean);
3538
- get j0(): boolean;
3539
- private hk;
3540
- get hm(): ColumnOptionsIconAlignment;
3541
- set hm(a: ColumnOptionsIconAlignment);
3559
+ private jx;
3560
+ get kh(): boolean;
3561
+ set kh(a: boolean);
3562
+ private hv;
3563
+ get hw(): ColumnSortDirection;
3564
+ set hw(a: ColumnSortDirection);
3565
+ private is;
3566
+ get iu(): PinnedPositions;
3567
+ set iu(a: PinnedPositions);
3568
+ private jl;
3569
+ get j4(): boolean;
3570
+ set j4(a: boolean);
3571
+ get j1(): boolean;
3542
3572
  private hl;
3543
3573
  get hn(): ColumnOptionsIconAlignment;
3544
3574
  set hn(a: ColumnOptionsIconAlignment);
3545
- private qk;
3546
- get rj(): Brush;
3547
- set rj(a: Brush);
3548
- private q0;
3575
+ private hm;
3576
+ get ho(): ColumnOptionsIconAlignment;
3577
+ set ho(a: ColumnOptionsIconAlignment);
3578
+ private qu;
3549
3579
  get rz(): Brush;
3550
3580
  set rz(a: Brush);
3581
+ private rd;
3582
+ get si(): Brush;
3583
+ set si(a: Brush);
3584
+ private hq;
3585
+ get hs(): ColumnOptionsIconBehavior;
3586
+ set hs(a: ColumnOptionsIconBehavior);
3551
3587
  private hp;
3552
3588
  get hr(): ColumnOptionsIconBehavior;
3553
3589
  set hr(a: ColumnOptionsIconBehavior);
3554
- private ho;
3555
- get hq(): ColumnOptionsIconBehavior;
3556
- set hq(a: ColumnOptionsIconBehavior);
3557
- private jg;
3558
- get jx(): boolean;
3559
- set jx(a: boolean);
3560
- private jm;
3561
- get j5(): boolean;
3562
- set j5(a: boolean);
3563
- private ji;
3564
- get jz(): boolean;
3565
- set jz(a: boolean);
3566
- private jo;
3567
- get j7(): boolean;
3568
- set j7(a: boolean);
3569
3590
  private jh;
3570
3591
  get jy(): boolean;
3571
3592
  set jy(a: boolean);
3572
3593
  private jn;
3573
3594
  get j6(): boolean;
3574
3595
  set j6(a: boolean);
3575
- private ix;
3576
- get iy(): BaseControlTheme;
3577
- set iy(a: BaseControlTheme);
3578
- private qh;
3579
- get re(): Brush;
3580
- set re(a: Brush);
3581
- private qv;
3596
+ private jj;
3597
+ get j0(): boolean;
3598
+ set j0(a: boolean);
3599
+ private jp;
3600
+ get j8(): boolean;
3601
+ set j8(a: boolean);
3602
+ private ji;
3603
+ get jz(): boolean;
3604
+ set jz(a: boolean);
3605
+ private jo;
3606
+ get j7(): boolean;
3607
+ set j7(a: boolean);
3608
+ private iy;
3609
+ get iz(): BaseControlTheme;
3610
+ set iz(a: BaseControlTheme);
3611
+ private qr;
3582
3612
  get ru(): Brush;
3583
3613
  set ru(a: Brush);
3584
- private qm;
3585
- get rl(): Brush;
3586
- set rl(a: Brush);
3587
- private q2;
3614
+ private q8;
3615
+ get sd(): Brush;
3616
+ set sd(a: Brush);
3617
+ private qw;
3588
3618
  get r1(): Brush;
3589
3619
  set r1(a: Brush);
3590
- private i3;
3591
- get ja(): FontInfo;
3592
- set ja(a: FontInfo);
3593
- private i6;
3594
- get jd(): FontInfo;
3595
- set jd(a: FontInfo);
3596
- private qj;
3597
- get ri(): Brush;
3598
- set ri(a: Brush);
3620
+ private rf;
3621
+ get sk(): Brush;
3622
+ set sk(a: Brush);
3623
+ static readonly mg: string;
3624
+ private qx;
3625
+ get r2(): Brush;
3626
+ set r2(a: Brush);
3627
+ private rg;
3628
+ get sl(): Brush;
3629
+ set sl(a: Brush);
3630
+ static readonly me: string;
3631
+ private qv;
3632
+ get r0(): Brush;
3633
+ set r0(a: Brush);
3634
+ private re;
3635
+ get sj(): Brush;
3636
+ set sj(a: Brush);
3599
3637
  private qz;
3638
+ get r4(): Brush;
3639
+ set r4(a: Brush);
3640
+ private ri;
3641
+ get sn(): Brush;
3642
+ set sn(a: Brush);
3643
+ private i4;
3644
+ get jb(): FontInfo;
3645
+ set jb(a: FontInfo);
3646
+ private i7;
3647
+ get je(): FontInfo;
3648
+ set je(a: FontInfo);
3649
+ private qt;
3600
3650
  get ry(): Brush;
3601
3651
  set ry(a: Brush);
3602
- static readonly mh: string;
3603
- private qn;
3604
- get rm(): Brush;
3605
- set rm(a: Brush);
3606
- private q3;
3607
- get r2(): Brush;
3608
- set r2(a: Brush);
3609
- private qo;
3610
- get rn(): Brush;
3611
- set rn(a: Brush);
3612
- private q4;
3613
- get r3(): Brush;
3614
- set r3(a: Brush);
3615
- private qi;
3616
- get rh(): Brush;
3617
- set rh(a: Brush);
3618
- private qy;
3652
+ private rc;
3653
+ get sh(): Brush;
3654
+ set sh(a: Brush);
3655
+ static readonly ml: string;
3656
+ private q0;
3657
+ get r5(): Brush;
3658
+ set r5(a: Brush);
3659
+ private rj;
3660
+ get so(): Brush;
3661
+ set so(a: Brush);
3662
+ private q1;
3663
+ get r6(): Brush;
3664
+ set r6(a: Brush);
3665
+ private rk;
3666
+ get sp(): Brush;
3667
+ set sp(a: Brush);
3668
+ private qs;
3619
3669
  get rx(): Brush;
3620
3670
  set rx(a: Brush);
3621
- private ql;
3622
- get rk(): Brush;
3623
- set rk(a: Brush);
3624
- private q1;
3625
- get r0(): Brush;
3626
- set r0(a: Brush);
3627
- static readonly l5: string;
3628
- private qe;
3629
- get rf(): Brush;
3630
- set rf(a: Brush);
3631
- private qw;
3671
+ private rb;
3672
+ get sg(): Brush;
3673
+ set sg(a: Brush);
3674
+ private qy;
3675
+ get r3(): Brush;
3676
+ set r3(a: Brush);
3677
+ private rh;
3678
+ get sm(): Brush;
3679
+ set sm(a: Brush);
3680
+ static readonly l6: string;
3681
+ private qo;
3632
3682
  get rv(): Brush;
3633
3683
  set rv(a: Brush);
3634
- private qf;
3635
- get rg(): Brush;
3636
- set rg(a: Brush);
3637
- private qx;
3684
+ private q9;
3685
+ get se(): Brush;
3686
+ set se(a: Brush);
3687
+ private qp;
3638
3688
  get rw(): Brush;
3639
3689
  set rw(a: Brush);
3640
- private i2;
3641
- get i9(): FontInfo;
3642
- set i9(a: FontInfo);
3643
- private i5;
3644
- get jc(): FontInfo;
3645
- set jc(a: FontInfo);
3646
- private qg;
3647
- get rd(): Brush;
3648
- set rd(a: Brush);
3649
- private qu;
3690
+ private ra;
3691
+ get sf(): Brush;
3692
+ set sf(a: Brush);
3693
+ private i3;
3694
+ get ja(): FontInfo;
3695
+ set ja(a: FontInfo);
3696
+ private i6;
3697
+ get jd(): FontInfo;
3698
+ set jd(a: FontInfo);
3699
+ private qq;
3650
3700
  get rt(): Brush;
3651
3701
  set rt(a: Brush);
3652
- private kz;
3653
- get lc(): number;
3654
- set lc(a: number);
3702
+ private q7;
3703
+ get sc(): Brush;
3704
+ set sc(a: Brush);
3655
3705
  private k0;
3656
3706
  get ld(): number;
3657
3707
  set ld(a: number);
3658
- private jp;
3659
- get j8(): boolean;
3660
- set j8(a: boolean);
3661
- private q5;
3662
- get r4(): Brush;
3663
- set r4(a: Brush);
3664
- private qp;
3665
- get ro(): Brush;
3666
- set ro(a: Brush);
3708
+ private k1;
3709
+ get le(): number;
3710
+ set le(a: number);
3711
+ private jq;
3712
+ get j9(): boolean;
3713
+ set j9(a: boolean);
3714
+ private rl;
3715
+ get sq(): Brush;
3716
+ set sq(a: Brush);
3717
+ private q2;
3718
+ get r7(): Brush;
3719
+ set r7(a: Brush);
3720
+ private kl;
3721
+ get kt(): number;
3722
+ set kt(a: number);
3667
3723
  private kk;
3668
3724
  get ks(): number;
3669
3725
  set ks(a: number);
3670
- private kj;
3671
- get kr(): number;
3672
- set kr(a: number);
3673
- private i7;
3726
+ private i8;
3674
3727
  get textEditStyle(): FontInfo;
3675
3728
  set textEditStyle(a: FontInfo);
3676
- private i4;
3677
- get jb(): FontInfo;
3678
- set jb(a: FontInfo);
3679
- private h4;
3680
- get h5(): EditorType;
3681
- set h5(a: EditorType);
3682
- private lr;
3683
- get ls(): any;
3684
- set ls(a: any);
3685
- private lv;
3686
- get nh(): string;
3687
- set nh(a: string);
3688
- private g2;
3689
- get g3(): string[];
3690
- set g3(a: string[]);
3691
- private im;
3692
- get ip(): MergedCellMode;
3693
- set ip(a: MergedCellMode);
3694
- private ij;
3695
- get il(): MergedCellEvaluationCriteria;
3696
- set il(a: MergedCellEvaluationCriteria);
3729
+ private i5;
3730
+ get jc(): FontInfo;
3731
+ set jc(a: FontInfo);
3732
+ private h5;
3733
+ get h6(): EditorType;
3734
+ set h6(a: EditorType);
3735
+ private ls;
3736
+ get lt(): any;
3737
+ set lt(a: any);
3738
+ private lw;
3739
+ get no(): string;
3740
+ set no(a: string);
3741
+ private g3;
3742
+ get g4(): string[];
3743
+ set g4(a: string[]);
3744
+ private io;
3745
+ get iq(): MergedCellMode;
3746
+ set iq(a: MergedCellMode);
3747
+ private ik;
3748
+ get im(): MergedCellEvaluationCriteria;
3749
+ set im(a: MergedCellEvaluationCriteria);
3750
+ private hc;
3751
+ get hf(): CellContentVerticalAlignment;
3752
+ set hf(a: CellContentVerticalAlignment);
3697
3753
  private hb;
3698
- get he(): CellContentVerticalAlignment;
3699
- set he(a: CellContentVerticalAlignment);
3700
- private ha;
3701
- get hc(): CellContentVerticalAlignment;
3702
- set hc(a: CellContentVerticalAlignment);
3703
- private k2;
3704
- get lf(): number;
3705
- set lf(a: number);
3706
- private k4;
3707
- get lh(): number;
3708
- set lh(a: number);
3754
+ get hd(): CellContentVerticalAlignment;
3755
+ set hd(a: CellContentVerticalAlignment);
3709
3756
  private k3;
3710
3757
  get lg(): number;
3711
3758
  set lg(a: number);
3712
- private k1;
3713
- get le(): number;
3714
- set le(a: number);
3715
- private h6;
3716
- get h7(): FilterComparisonType;
3717
- set h7(a: FilterComparisonType);
3718
- h9(a: FilterComparisonType): FilterComparisonType;
3719
- h8(): FilterComparisonType;
3720
- private ie;
3721
- get ig(): GridFilterOperandsCollection;
3722
- private l1;
3723
- get o2(): string;
3724
- set o2(a: string);
3725
- private rc;
3726
- get sd(): Brush;
3727
- set sd(a: Brush);
3728
- private i8;
3759
+ private k5;
3760
+ get li(): number;
3761
+ set li(a: number);
3762
+ private k4;
3763
+ get lh(): number;
3764
+ set lh(a: number);
3765
+ private k2;
3766
+ get lf(): number;
3767
+ set lf(a: number);
3768
+ private h7;
3769
+ get h8(): FilterComparisonType;
3770
+ set h8(a: FilterComparisonType);
3771
+ ia(a: FilterComparisonType): FilterComparisonType;
3772
+ h9(): FilterComparisonType;
3773
+ private ig;
3774
+ get ih(): GridFilterOperandsCollection;
3775
+ private l2;
3776
+ get o9(): string;
3777
+ set o9(a: string);
3778
+ private rs;
3779
+ get sz(): Brush;
3780
+ set sz(a: Brush);
3781
+ private i9;
3729
3782
  get suffixTextStyle(): FontInfo;
3730
3783
  set suffixTextStyle(a: FontInfo);
3784
+ private l1;
3785
+ get o1(): string;
3786
+ set o1(a: string);
3731
3787
  private l0;
3732
- get ou(): string;
3733
- set ou(a: string);
3734
- private lz;
3735
- get or(): string;
3736
- set or(a: string);
3737
- private rb;
3738
- get sc(): Brush;
3739
- set sc(a: Brush);
3740
- private ra;
3741
- get sb(): Brush;
3742
- set sb(a: Brush);
3743
- private kn;
3744
- get kv(): number;
3745
- set kv(a: number);
3788
+ get oy(): string;
3789
+ set oy(a: string);
3790
+ private rr;
3791
+ get sy(): Brush;
3792
+ set sy(a: Brush);
3793
+ private rq;
3794
+ get sx(): Brush;
3795
+ set sx(a: Brush);
3746
3796
  private ko;
3747
3797
  get kw(): number;
3748
3798
  set kw(a: number);
3749
3799
  private kp;
3750
3800
  get kx(): number;
3751
3801
  set kx(a: number);
3752
- private km;
3753
- get ku(): number;
3754
- set ku(a: number);
3755
3802
  private kq;
3756
3803
  get ky(): number;
3757
3804
  set ky(a: number);
3758
- private iu;
3759
- get iv(): TextCellDecoration;
3760
- set iv(a: TextCellDecoration);
3805
+ private kn;
3806
+ get kv(): number;
3807
+ set kv(a: number);
3808
+ private kr;
3809
+ get kz(): number;
3810
+ set kz(a: number);
3811
+ private iv;
3812
+ get iw(): TextCellDecoration;
3813
+ set iw(a: TextCellDecoration);
3761
3814
  formatCell: (sender: any, args: FormatCellEventArgs) => void;
3762
- private o9;
3763
- io(): MergedCellMode;
3764
- ik(): MergedCellEvaluationCriteria;
3765
- kf(): boolean;
3766
- protected gr(): Brush;
3767
- protected gu(): Brush;
3768
- o7(a: CellModel, b: any, c: any): string;
3769
- eq(a: CellModel, b: DataGrid, c: any, d: any): void;
3770
- protected d4(a: CellPath, b: DataGrid, c: any): string;
3771
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
3772
- protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3773
- protected hf(): CellContentVerticalAlignment;
3774
- protected g9(): CellContentHorizontalAlignment;
3775
- protected hd(): CellContentVerticalAlignment;
3776
- private p9;
3777
- private pf;
3778
- protected es(a: DataGrid, b: DataGrid): void;
3779
- protected eu(a: any, b: PropertyChangedEventArgs): void;
3780
- qa(): void;
3781
- qb(): void;
3782
- qc(): void;
3783
- qd(): void;
3784
- protected e8(): void;
3785
- protected fk(): void;
3815
+ private pg;
3816
+ ip(): MergedCellMode;
3817
+ il(): MergedCellEvaluationCriteria;
3818
+ kg(): boolean;
3819
+ protected gs(): Brush;
3820
+ protected gv(): Brush;
3821
+ pe(a: CellModel, b: any, c: any): string;
3822
+ er(a: CellModel, b: DataGrid, c: any, d: any): void;
3823
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
3824
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
3825
+ protected ey(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3826
+ protected hg(): CellContentVerticalAlignment;
3827
+ protected ha(): CellContentHorizontalAlignment;
3828
+ protected he(): CellContentVerticalAlignment;
3829
+ private qj;
3830
+ private pm;
3831
+ protected et(a: DataGrid, b: DataGrid): void;
3832
+ protected ev(a: any, b: PropertyChangedEventArgs): void;
3833
+ qk(): void;
3834
+ ql(): void;
3835
+ qm(): void;
3836
+ qn(): void;
3837
+ protected e9(): void;
3786
3838
  protected fl(): void;
3839
+ protected fm(): void;
3840
+ protected fj(): void;
3841
+ protected qg(): void;
3842
+ protected qi(): void;
3843
+ protected qh(): void;
3787
3844
  protected fi(): void;
3788
- protected p6(): void;
3789
- protected p8(): void;
3790
- protected p7(): void;
3845
+ protected fk(): void;
3791
3846
  protected fh(): void;
3792
- protected fj(): void;
3793
- protected fg(): void;
3794
- protected pn(): void;
3795
- protected px(): void;
3847
+ protected pu(): void;
3848
+ protected p4(): void;
3849
+ protected p3(): void;
3796
3850
  protected pw(): void;
3797
- protected pp(): void;
3851
+ protected qa(): void;
3798
3852
  protected p0(): void;
3799
- protected pt(): void;
3800
- protected p3(): void;
3801
- protected po(): void;
3802
- protected p1(): void;
3803
- protected p2(): void;
3853
+ protected qd(): void;
3804
3854
  protected pv(): void;
3805
- protected p4(): void;
3806
- protected p5(): void;
3807
- protected pu(): void;
3808
- protected pz(): void;
3809
- protected pq(): void;
3810
- protected pr(): void;
3811
- protected ps(): void;
3812
- protected pm(): void;
3855
+ protected p7(): void;
3856
+ protected p8(): void;
3857
+ protected p6(): void;
3858
+ protected qb(): void;
3859
+ protected qc(): void;
3860
+ protected p2(): void;
3861
+ protected qe(): void;
3862
+ protected qf(): void;
3863
+ protected p1(): void;
3864
+ protected p9(): void;
3865
+ protected px(): void;
3813
3866
  protected py(): void;
3867
+ protected pz(): void;
3868
+ protected pt(): void;
3869
+ protected p5(): void;
3814
3870
  columnCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3815
3871
  columnHeaderCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3816
- protected pi(a: CellModel): void;
3817
- protected pl(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3818
- hj(): ColumnHidingAnimationMode;
3819
- ht(): ColumnShowingAnimationMode;
3820
- hi(): ColumnExchangingAnimationMode;
3821
- hs(): ColumnResizingAnimationMode;
3822
- nq(): string;
3823
- private i0;
3824
- private jj;
3825
- pk(a: string, b: CellPropertyAnimationType, c: any): void;
3826
- j2(): boolean;
3827
- get i1(): FastIterationDictionary$2<string, any>;
3828
- j1(a: string): boolean;
3829
- pj(a: string): void;
3830
- lt(a: string): any;
3831
- ki: List$1<LayoutAction>;
3832
- ph(a: string): void;
3833
- pb(a: ColumnComparisonConditionOperatorType, b: any): void;
3834
- pa(a: string, b: number, c: any): void;
3835
- g8(a: FilterOperand, b: any): IFilterExpression;
3836
- ia(a: string, b: number): FilterOperand;
3837
- pc(): void;
3838
- private h2;
3839
- get h3(): DataGridColumnToolbarManager;
3872
+ protected pp(a: CellModel): void;
3873
+ protected ps(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3874
+ hk(): ColumnHidingAnimationMode;
3875
+ hu(): ColumnShowingAnimationMode;
3876
+ hj(): ColumnExchangingAnimationMode;
3877
+ ht(): ColumnResizingAnimationMode;
3878
+ nx(): string;
3879
+ private i1;
3880
+ private jk;
3881
+ pr(a: string, b: CellPropertyAnimationType, c: any): void;
3882
+ j3(): boolean;
3883
+ get i2(): FastIterationDictionary$2<string, any>;
3884
+ j2(a: string): boolean;
3885
+ pq(a: string): void;
3886
+ lu(a: string): any;
3887
+ kj: List$1<LayoutAction>;
3888
+ po(a: string): void;
3889
+ pi(a: ColumnComparisonConditionOperatorType, b: any): void;
3890
+ ph(a: string, b: number, c: any): void;
3891
+ g9(a: FilterOperand, b: any): IFilterExpression;
3892
+ ib(a: string, b: number): FilterOperand;
3893
+ pj(): void;
3894
+ private h3;
3895
+ get h4(): DataGridColumnToolbarManager;
3840
3896
  getDesiredToolbarActions(): ToolActionInfo[];
3841
3897
  addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
3842
3898
  removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
@@ -3849,14 +3905,14 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3849
3905
  private _invalidateActions;
3850
3906
  get invalidateActions(): () => void;
3851
3907
  set invalidateActions(a: () => void);
3852
- private kh;
3853
- iz(): IToolbarContextAccessor;
3854
- pe(a: (arg1: IToolbarContextAccessor) => void): void;
3908
+ private ki;
3909
+ i0(): IToolbarContextAccessor;
3910
+ pl(a: (arg1: IToolbarContextAccessor) => void): void;
3855
3911
  provideContextAccessor(a: IToolbarContextAccessor): void;
3856
3912
  dismissContextAccessor(a: IToolbarContextAccessor): void;
3857
- pd(): void;
3858
- h0: DataGridColumn;
3859
- abstract h1(): DataGridColumn;
3913
+ pk(): void;
3914
+ h1: DataGridColumn;
3915
+ abstract h2(): DataGridColumn;
3860
3916
  onAttachingOverride: (sender: any, args: GridColumnProviderOnAttachingOverrideEventArgs) => void;
3861
3917
  }
3862
3918
  /**
@@ -4146,24 +4202,24 @@ export declare class DataAdapter extends Base implements INotifyPropertyChanged,
4146
4202
  */
4147
4203
  export declare class ColumnMovingSeparator extends DefinitionBase {
4148
4204
  static $t: Type;
4149
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4205
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4150
4206
  protected n(a: CellPath): CellModel;
4151
- protected gn(): Brush;
4152
- private g6;
4153
- get g7(): number;
4154
- set g7(a: number);
4155
- private g2;
4156
- get g4(): number;
4157
- set g4(a: number);
4207
+ protected go(): Brush;
4208
+ private g7;
4209
+ get g8(): number;
4210
+ set g8(a: number);
4158
4211
  private g3;
4159
4212
  get g5(): number;
4160
4213
  set g5(a: number);
4161
- protected es(a: DataGrid, b: DataGrid): void;
4162
- protected e8(): void;
4163
- protected hb(): void;
4164
- protected e4(): void;
4165
- protected eu(a: any, b: PropertyChangedEventArgs): void;
4166
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
4214
+ private g4;
4215
+ get g6(): number;
4216
+ set g6(a: number);
4217
+ protected et(a: DataGrid, b: DataGrid): void;
4218
+ protected e9(): void;
4219
+ protected hc(): void;
4220
+ protected e5(): void;
4221
+ protected ev(a: any, b: PropertyChangedEventArgs): void;
4222
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4167
4223
  }
4168
4224
  /**
4169
4225
  * @hidden
@@ -4171,73 +4227,74 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
4171
4227
  export declare class ComboBoxColumn extends DataGridColumn {
4172
4228
  static $t: Type;
4173
4229
  constructor();
4174
- private sf;
4175
- get sg(): IDataSource;
4176
- set sg(a: IDataSource);
4177
- get sh(): any;
4178
- set sh(a: any);
4179
- get sl(): string;
4180
- set sl(a: string);
4181
- get sm(): string;
4182
- set sm(a: string);
4183
- get se(): string[];
4184
- set se(a: string[]);
4230
+ private s1;
4231
+ get s2(): IDataSource;
4232
+ set s2(a: IDataSource);
4233
+ get s3(): any;
4234
+ set s3(a: any);
4235
+ get s7(): string;
4236
+ set s7(a: string);
4237
+ get s8(): string;
4238
+ set s8(a: string);
4239
+ get s0(): string[];
4240
+ set s0(a: string[]);
4185
4241
  protected n(a: CellPath): CellModel;
4186
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4187
- protected es(a: DataGrid, b: DataGrid): void;
4242
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4243
+ protected et(a: DataGrid, b: DataGrid): void;
4188
4244
  d1(a: DataGrid, b: any, c: any): string;
4189
- eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4190
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
4191
- protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4192
- private sn;
4193
- private so;
4194
- private sj;
4195
- sk(a: any): string;
4196
- h1(): DataGridColumn;
4245
+ er(a: CellModel, b: DataGrid, c: any, d: any): void;
4246
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4247
+ protected ey(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4248
+ private s9;
4249
+ private ta;
4250
+ private s5;
4251
+ s6(a: any): string;
4252
+ h2(): DataGridColumn;
4197
4253
  }
4198
4254
  /**
4199
4255
  * @hidden
4200
4256
  */
4201
4257
  export declare class DateTimeColumn extends DataGridColumn {
4202
4258
  static $t: Type;
4203
- private sh;
4204
- private si;
4205
- get sj(): DateTimeFormats;
4206
- set sj(a: DateTimeFormats);
4207
- private ss;
4208
- get s1(): string;
4209
- set s1(a: string);
4210
- private sr;
4211
- get su(): string;
4212
- set su(a: string);
4213
- private se;
4214
- get sf(): any[];
4215
- set sf(a: any[]);
4216
- private so;
4217
- get sq(): any;
4218
- set sq(a: any);
4219
- private sl;
4220
- get sm(): boolean;
4221
- set sm(a: boolean);
4222
- get sk(): EditorType;
4223
- set sk(a: EditorType);
4224
- get sp(): any;
4225
- set sp(a: any);
4226
- get sw(): string;
4227
- set sw(a: string);
4228
- get sx(): string;
4229
- set sx(a: string);
4230
- protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4259
+ private s3;
4260
+ private s4;
4261
+ get s5(): DateTimeFormats;
4262
+ set s5(a: DateTimeFormats);
4263
+ private te;
4264
+ get tn(): string;
4265
+ set tn(a: string);
4266
+ private td;
4267
+ get tg(): string;
4268
+ set tg(a: string);
4269
+ private s0;
4270
+ get s1(): any[];
4271
+ set s1(a: any[]);
4272
+ private ta;
4273
+ get tc(): any;
4274
+ set tc(a: any);
4275
+ private s7;
4276
+ get s8(): boolean;
4277
+ set s8(a: boolean);
4278
+ get s6(): EditorType;
4279
+ set s6(a: EditorType);
4280
+ get tb(): any;
4281
+ set tb(a: any);
4282
+ get ti(): string;
4283
+ set ti(a: string);
4284
+ get tj(): string;
4285
+ set tj(a: string);
4286
+ protected ey(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4231
4287
  constructor();
4232
4288
  protected n(a: CellPath): CellModel;
4233
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4289
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4234
4290
  d1(a: DataGrid, b: any, c: any): string;
4235
- eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4236
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
4237
- private sn;
4238
- sg: BindingFormatter;
4239
- private sy;
4240
- h1(): DataGridColumn;
4291
+ er(a: CellModel, b: DataGrid, c: any, d: any): void;
4292
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4293
+ private s9;
4294
+ s2: BindingFormatter;
4295
+ protected d3(a: ColumnSummaryDescription, b: ISummaryResult, c: any): string;
4296
+ private tk;
4297
+ h2(): DataGridColumn;
4241
4298
  }
4242
4299
  /**
4243
4300
  * @hidden
@@ -4360,21 +4417,21 @@ export declare class DataGridColumnToolbarManager extends Base {
4360
4417
  export declare class EditorDefinition extends DefinitionBase {
4361
4418
  static $t: Type;
4362
4419
  constructor();
4363
- private g9;
4364
- get ha(): Rect;
4365
- set ha(a: Rect);
4366
- private g4;
4367
- get g7(): string;
4368
- set g7(a: string);
4369
- private g2;
4370
- get g3(): CellModel;
4371
- set g3(a: CellModel);
4420
+ private ha;
4421
+ get hb(): Rect;
4422
+ set hb(a: Rect);
4423
+ private g5;
4424
+ get g8(): string;
4425
+ set g8(a: string);
4426
+ private g3;
4427
+ get g4(): CellModel;
4428
+ set g4(a: CellModel);
4372
4429
  protected n(a: CellPath): CellModel;
4373
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4374
- protected es(a: DataGrid, b: DataGrid): void;
4375
- protected eu(a: any, b: PropertyChangedEventArgs): void;
4376
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
4377
- eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4430
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4431
+ protected et(a: DataGrid, b: DataGrid): void;
4432
+ protected ev(a: any, b: PropertyChangedEventArgs): void;
4433
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4434
+ er(a: CellModel, b: DataGrid, c: any, d: any): void;
4378
4435
  }
4379
4436
  /**
4380
4437
  * @hidden
@@ -4383,37 +4440,37 @@ export declare class EditRowDefinition extends DefinitionBase {
4383
4440
  static $t: Type;
4384
4441
  constructor();
4385
4442
  protected n(a: CellPath): CellModel;
4386
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4387
- protected es(a: DataGrid, b: DataGrid): void;
4388
- protected eu(a: any, b: PropertyChangedEventArgs): void;
4389
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
4443
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4444
+ protected et(a: DataGrid, b: DataGrid): void;
4445
+ protected ev(a: any, b: PropertyChangedEventArgs): void;
4446
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4390
4447
  }
4391
4448
  /**
4392
4449
  * @hidden
4393
4450
  */
4394
4451
  export declare class FilterRowDefinition extends DefinitionBase {
4395
4452
  static $t: Type;
4396
- private g3;
4397
- get g7(): number;
4398
- set g7(a: number);
4399
- private g5;
4400
- get g9(): number;
4401
- set g9(a: number);
4402
4453
  private g4;
4403
4454
  get g8(): number;
4404
4455
  set g8(a: number);
4405
- private g2;
4406
- get g6(): number;
4407
- set g6(a: number);
4456
+ private g6;
4457
+ get ha(): number;
4458
+ set ha(a: number);
4459
+ private g5;
4460
+ get g9(): number;
4461
+ set g9(a: number);
4462
+ private g3;
4463
+ get g7(): number;
4464
+ set g7(a: number);
4408
4465
  constructor();
4409
4466
  protected n(a: CellPath): CellModel;
4410
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4411
- protected es(a: DataGrid, b: DataGrid): void;
4412
- protected eu(a: any, b: PropertyChangedEventArgs): void;
4413
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
4414
- eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4415
- protected fk(): void;
4416
- protected e8(): void;
4467
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4468
+ protected et(a: DataGrid, b: DataGrid): void;
4469
+ protected ev(a: any, b: PropertyChangedEventArgs): void;
4470
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4471
+ er(a: CellModel, b: DataGrid, c: any, d: any): void;
4472
+ protected fl(): void;
4473
+ protected e9(): void;
4417
4474
  }
4418
4475
  /**
4419
4476
  * @hidden
@@ -4421,111 +4478,111 @@ export declare class FilterRowDefinition extends DefinitionBase {
4421
4478
  export declare abstract class Header extends DefinitionBase {
4422
4479
  static $t: Type;
4423
4480
  constructor();
4424
- protected gv(): Brush;
4425
- protected gn(): Brush;
4426
- protected hr(): Brush;
4481
+ protected gw(): Brush;
4482
+ protected go(): Brush;
4483
+ protected hs(): Brush;
4427
4484
  protected ak(): FontInfo;
4428
- protected es(a: DataGrid, b: DataGrid): void;
4429
- protected e8(): void;
4430
- protected fk(): void;
4485
+ protected et(a: DataGrid, b: DataGrid): void;
4486
+ protected e9(): void;
4431
4487
  protected fl(): void;
4432
- protected hm(): void;
4488
+ protected fm(): void;
4433
4489
  protected hn(): void;
4434
- protected eu(a: any, b: PropertyChangedEventArgs): void;
4490
+ protected ho(): void;
4491
+ protected ev(a: any, b: PropertyChangedEventArgs): void;
4492
+ private hq;
4493
+ get ht(): Brush;
4494
+ set ht(a: Brush);
4435
4495
  private hp;
4436
- get hs(): Brush;
4437
- set hs(a: Brush);
4438
- private ho;
4439
- get hq(): Brush;
4440
- set hq(a: Brush);
4496
+ get hr(): Brush;
4497
+ set hr(a: Brush);
4498
+ private g4;
4499
+ get g6(): SortIndicatorStyle;
4500
+ set g6(a: SortIndicatorStyle);
4441
4501
  private g3;
4442
4502
  get g5(): SortIndicatorStyle;
4443
4503
  set g5(a: SortIndicatorStyle);
4444
- private g2;
4445
- get g4(): SortIndicatorStyle;
4446
- set g4(a: SortIndicatorStyle);
4447
- private g7;
4448
- get hb(): number;
4449
- set hb(a: number);
4450
- private g9;
4451
- get hd(): number;
4452
- set hd(a: number);
4453
4504
  private g8;
4454
4505
  get hc(): number;
4455
4506
  set hc(a: number);
4456
- private g6;
4457
- get ha(): number;
4458
- set ha(a: number);
4507
+ private ha;
4508
+ get he(): number;
4509
+ set he(a: number);
4510
+ private g9;
4511
+ get hd(): number;
4512
+ set hd(a: number);
4513
+ private g7;
4514
+ get hb(): number;
4515
+ set hb(a: number);
4459
4516
  protected aw(a: string): boolean;
4460
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
4461
- eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4517
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4518
+ er(a: CellModel, b: DataGrid, c: any, d: any): void;
4462
4519
  }
4463
4520
  /**
4464
4521
  * @hidden
4465
4522
  */
4466
4523
  export declare class ColumnResizingSeparator extends DefinitionBase {
4467
4524
  static $t: Type;
4468
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4525
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4469
4526
  protected n(a: CellPath): CellModel;
4470
- protected gn(): Brush;
4471
- private g2;
4472
- get g4(): number;
4473
- set g4(a: number);
4527
+ protected go(): Brush;
4474
4528
  private g3;
4475
4529
  get g5(): number;
4476
4530
  set g5(a: number);
4477
- protected e8(): void;
4478
- protected g9(): void;
4479
- protected e4(): void;
4480
- protected g8(a: any, b: PropertyChangedEventArgs): void;
4481
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
4531
+ private g4;
4532
+ get g6(): number;
4533
+ set g6(a: number);
4534
+ protected e9(): void;
4535
+ protected ha(): void;
4536
+ protected e5(): void;
4537
+ protected g9(a: any, b: PropertyChangedEventArgs): void;
4538
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4482
4539
  }
4483
4540
  /**
4484
4541
  * @hidden
4485
4542
  */
4486
4543
  export declare class HeaderSeparator extends DefinitionBase {
4487
4544
  static $t: Type;
4488
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4545
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4489
4546
  protected n(a: CellPath): CellModel;
4490
- protected gn(): Brush;
4491
- protected g2(): number;
4492
- protected es(a: DataGrid, b: DataGrid): void;
4493
- protected eu(a: any, b: PropertyChangedEventArgs): void;
4494
- protected e8(): void;
4495
- protected e4(): void;
4496
- private g3;
4497
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
4547
+ protected go(): Brush;
4548
+ protected g3(): number;
4549
+ protected et(a: DataGrid, b: DataGrid): void;
4550
+ protected ev(a: any, b: PropertyChangedEventArgs): void;
4551
+ protected e9(): void;
4552
+ protected e5(): void;
4553
+ private g4;
4554
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4498
4555
  }
4499
4556
  /**
4500
4557
  * @hidden
4501
4558
  */
4502
4559
  export declare class ImageColumn extends DataGridColumn {
4503
4560
  static $t: Type;
4504
- private sh;
4505
- get si(): ImageStretchOptions;
4506
- set si(a: ImageStretchOptions);
4507
- private sf;
4508
- get sg(): ImageResourceType;
4509
- set sg(a: ImageResourceType);
4510
- get se(): EditorType;
4511
- set se(a: EditorType);
4512
- get sj(): any;
4513
- set sj(a: any);
4514
- get sk(): string;
4515
- set sk(a: string);
4516
- get sl(): string;
4517
- set sl(a: string);
4561
+ private s3;
4562
+ get s4(): ImageStretchOptions;
4563
+ set s4(a: ImageStretchOptions);
4564
+ private s1;
4565
+ get s2(): ImageResourceType;
4566
+ set s2(a: ImageResourceType);
4567
+ get s0(): EditorType;
4568
+ set s0(a: EditorType);
4569
+ get s5(): any;
4570
+ set s5(a: any);
4571
+ get s6(): string;
4572
+ set s6(a: string);
4573
+ get s7(): string;
4574
+ set s7(a: string);
4518
4575
  constructor();
4519
4576
  protected k(): CellContentVerticalAlignment;
4520
- protected g9(): CellContentHorizontalAlignment;
4521
- protected hf(): CellContentVerticalAlignment;
4577
+ protected ha(): CellContentHorizontalAlignment;
4578
+ protected hg(): CellContentVerticalAlignment;
4522
4579
  protected f(): CellContentHorizontalAlignment;
4523
4580
  protected n(a: CellPath): CellModel;
4524
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4525
- eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4526
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
4527
- private sm;
4528
- h1(): DataGridColumn;
4581
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4582
+ er(a: CellModel, b: DataGrid, c: any, d: any): void;
4583
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4584
+ private s8;
4585
+ h2(): DataGridColumn;
4529
4586
  }
4530
4587
  /**
4531
4588
  * @hidden
@@ -4545,72 +4602,74 @@ export declare class NumericColumn extends DataGridColumn {
4545
4602
  static $t: Type;
4546
4603
  constructor();
4547
4604
  protected f(): CellContentHorizontalAlignment;
4548
- private sx;
4549
- get tc(): string;
4550
- set tc(a: string);
4551
- private sz;
4552
- get tg(): string;
4553
- set tg(a: string);
4554
- private sy;
4555
- get te(): string;
4556
- set te(a: string);
4605
+ private tk;
4606
+ get tz(): string;
4607
+ set tz(a: string);
4608
+ private tm;
4609
+ get t3(): string;
4610
+ set t3(a: string);
4611
+ private tl;
4612
+ get t1(): string;
4613
+ set t1(a: string);
4614
+ private tn;
4615
+ get t5(): string;
4616
+ set t5(a: string);
4617
+ private ta;
4618
+ get td(): number;
4619
+ set td(a: number);
4620
+ private tb;
4621
+ get te(): number;
4622
+ set te(a: number);
4623
+ private tc;
4624
+ get tf(): number;
4625
+ set tf(a: number);
4626
+ private s4;
4627
+ get s7(): boolean;
4628
+ set s7(a: boolean);
4629
+ private s5;
4630
+ get s8(): boolean;
4631
+ set s8(a: boolean);
4632
+ private tj;
4633
+ get tt(): string;
4634
+ set tt(a: string);
4557
4635
  private s0;
4558
- get ti(): string;
4559
- set ti(a: string);
4560
- private sn;
4561
- get sq(): number;
4562
- set sq(a: number);
4563
- private so;
4564
- get sr(): number;
4565
- set sr(a: number);
4566
- private sp;
4567
- get ss(): number;
4568
- set ss(a: number);
4569
- private si;
4570
- get sk(): boolean;
4571
- set sk(a: boolean);
4572
- private sj;
4573
- get sl(): boolean;
4574
- set sl(a: boolean);
4575
- private sw;
4576
- get s6(): string;
4577
- set s6(a: string);
4578
- private se;
4579
- get sf(): any[];
4580
- set sf(a: any[]);
4581
- private st;
4582
- get sv(): any;
4583
- set sv(a: any);
4584
- get sh(): EditorType;
4585
- set sh(a: EditorType);
4586
- get su(): any;
4587
- set su(a: any);
4588
- get s1(): string;
4589
- set s1(a: string);
4590
- get s2(): string;
4591
- set s2(a: string);
4592
- sg: BindingFormatter;
4593
- protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4636
+ get s1(): any[];
4637
+ set s1(a: any[]);
4638
+ private tg;
4639
+ get ti(): any;
4640
+ set ti(a: any);
4641
+ get s3(): EditorType;
4642
+ set s3(a: EditorType);
4643
+ get th(): any;
4644
+ set th(a: any);
4645
+ get to(): string;
4646
+ set to(a: string);
4647
+ get tp(): string;
4648
+ set tp(a: string);
4649
+ s2: BindingFormatter;
4650
+ protected ey(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4594
4651
  protected n(a: CellPath): CellModel;
4595
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4652
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4596
4653
  d1(a: DataGrid, b: any, c: any): string;
4597
- eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4598
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
4599
- private sm;
4600
- private s3;
4601
- h1(): DataGridColumn;
4654
+ er(a: CellModel, b: DataGrid, c: any, d: any): void;
4655
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4656
+ private s9;
4657
+ protected d3(a: ColumnSummaryDescription, b: ISummaryResult, c: any): string;
4658
+ private static s6;
4659
+ private tq;
4660
+ h2(): DataGridColumn;
4602
4661
  }
4603
4662
  /**
4604
4663
  * @hidden
4605
4664
  */
4606
4665
  export declare class PinnedAreaSeparator extends DefinitionBase {
4607
4666
  static $t: Type;
4608
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4667
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4609
4668
  protected n(a: CellPath): CellModel;
4610
- protected gn(): Brush;
4611
- protected es(a: DataGrid, b: DataGrid): void;
4612
- protected e8(): void;
4613
- protected eu(a: any, b: PropertyChangedEventArgs): void;
4669
+ protected go(): Brush;
4670
+ protected et(a: DataGrid, b: DataGrid): void;
4671
+ protected e9(): void;
4672
+ protected ev(a: any, b: PropertyChangedEventArgs): void;
4614
4673
  }
4615
4674
  /**
4616
4675
  * @hidden
@@ -4638,92 +4697,93 @@ export declare class SaveLayoutColumn extends JsonDictionaryItem {
4638
4697
  export declare class SectionFooter extends DefinitionBase {
4639
4698
  static $t: Type;
4640
4699
  protected n(a: CellPath): CellModel;
4641
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4642
- eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4643
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
4700
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4701
+ er(a: CellModel, b: DataGrid, c: any, d: any): void;
4702
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4644
4703
  }
4645
4704
  /**
4646
4705
  * @hidden
4647
4706
  */
4648
4707
  export declare class SectionHeader extends DefinitionBase {
4649
4708
  static $t: Type;
4709
+ private h5;
4710
+ get ib(): Brush;
4711
+ set ib(a: Brush);
4712
+ private h2;
4713
+ get h8(): Brush;
4714
+ set h8(a: Brush);
4715
+ private h6;
4716
+ get ic(): Brush;
4717
+ set ic(a: Brush);
4650
4718
  private h3;
4651
4719
  get h9(): Brush;
4652
4720
  set h9(a: Brush);
4653
- private h0;
4654
- get h6(): Brush;
4655
- set h6(a: Brush);
4656
4721
  private h4;
4657
4722
  get ia(): Brush;
4658
4723
  set ia(a: Brush);
4659
4724
  private h1;
4660
4725
  get h7(): Brush;
4661
4726
  set h7(a: Brush);
4662
- private h2;
4663
- get h8(): Brush;
4664
- set h8(a: Brush);
4665
- private hz;
4666
- get h5(): Brush;
4667
- set h5(a: Brush);
4668
- private ha;
4669
- get he(): number;
4670
- set he(a: number);
4671
4727
  private hc;
4672
4728
  get hg(): number;
4673
4729
  set hg(a: number);
4730
+ private he;
4731
+ get hi(): number;
4732
+ set hi(a: number);
4733
+ private hd;
4734
+ get hh(): number;
4735
+ set hh(a: number);
4674
4736
  private hb;
4675
4737
  get hf(): number;
4676
4738
  set hf(a: number);
4677
- private g9;
4678
- get hd(): number;
4679
- set hd(a: number);
4680
- private g6;
4681
- get g7(): boolean;
4682
- set g7(a: boolean);
4683
- private g3;
4684
- get g4(): GroupSummaryDisplayMode;
4685
- set g4(a: GroupSummaryDisplayMode);
4739
+ private g7;
4740
+ get g8(): boolean;
4741
+ set g8(a: boolean);
4742
+ private g4;
4743
+ get g5(): GroupSummaryDisplayMode;
4744
+ set g5(a: GroupSummaryDisplayMode);
4686
4745
  sectionHeaderPropertyUpdating: (sectionHeader: SectionHeader, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
4687
4746
  constructor();
4688
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4747
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4689
4748
  protected n(a: CellPath): CellModel;
4690
- protected gn(): Brush;
4691
- eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4692
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
4693
- protected e4(): void;
4694
- protected es(a: DataGrid, b: DataGrid): void;
4695
- private g8;
4696
- private hu;
4697
- private ht;
4698
- protected eu(a: any, b: PropertyChangedEventArgs): void;
4699
- hx(): void;
4700
- hy(): void;
4701
- protected e8(): void;
4702
- protected fk(): void;
4703
- hw(): void;
4749
+ protected go(): Brush;
4750
+ er(a: CellModel, b: DataGrid, c: any, d: any): void;
4751
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4752
+ protected e5(): void;
4753
+ protected et(a: DataGrid, b: DataGrid): void;
4754
+ private g9;
4755
+ private ha;
4756
+ private hw;
4757
+ private hv;
4758
+ protected ev(a: any, b: PropertyChangedEventArgs): void;
4759
+ hz(): void;
4760
+ h0(): void;
4761
+ protected e9(): void;
4704
4762
  protected fl(): void;
4705
- hv(): void;
4706
- protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4707
- private g2;
4763
+ hy(): void;
4764
+ protected fm(): void;
4765
+ hx(): void;
4766
+ protected ey(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4767
+ private g3;
4708
4768
  }
4709
4769
  /**
4710
4770
  * @hidden
4711
4771
  */
4712
4772
  export declare class RowSeparator extends DefinitionBase {
4713
4773
  static $t: Type;
4714
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4715
- protected es(a: DataGrid, b: DataGrid): void;
4716
- protected e8(): void;
4774
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4775
+ protected et(a: DataGrid, b: DataGrid): void;
4776
+ protected e9(): void;
4777
+ protected fi(): void;
4778
+ protected fk(): void;
4717
4779
  protected fh(): void;
4718
- protected fj(): void;
4719
- protected fg(): void;
4720
- protected e4(): void;
4721
- protected eu(a: any, b: PropertyChangedEventArgs): void;
4780
+ protected e5(): void;
4781
+ protected ev(a: any, b: PropertyChangedEventArgs): void;
4722
4782
  protected n(a: CellPath): CellModel;
4723
- protected gn(): Brush;
4724
- protected gu(): Brush;
4725
- protected gq(): Brush;
4783
+ protected go(): Brush;
4784
+ protected gv(): Brush;
4726
4785
  protected gr(): Brush;
4786
+ protected gs(): Brush;
4727
4787
  protected bj(): number;
4728
4788
  }
4729
4789
  /**
@@ -4731,93 +4791,93 @@ export declare class RowSeparator extends DefinitionBase {
4731
4791
  */
4732
4792
  export declare class HeaderRowSeparator extends DefinitionBase {
4733
4793
  static $t: Type;
4734
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4794
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4735
4795
  protected n(a: CellPath): CellModel;
4736
- protected gn(): Brush;
4737
- protected e8(): void;
4738
- protected e4(): void;
4739
- protected es(a: DataGrid, b: DataGrid): void;
4740
- protected eu(a: any, b: PropertyChangedEventArgs): void;
4796
+ protected go(): Brush;
4797
+ protected e9(): void;
4798
+ protected e5(): void;
4799
+ protected et(a: DataGrid, b: DataGrid): void;
4800
+ protected ev(a: any, b: PropertyChangedEventArgs): void;
4741
4801
  }
4742
4802
  /**
4743
4803
  * @hidden
4744
4804
  */
4745
4805
  export declare abstract class SummaryRow extends DefinitionBase {
4746
4806
  static $t: Type;
4747
- private hu;
4748
- get hz(): Brush;
4749
- set hz(a: Brush);
4750
- private hs;
4751
- get hw(): Brush;
4752
- set hw(a: Brush);
4753
4807
  private hv;
4754
4808
  get h0(): Brush;
4755
4809
  set h0(a: Brush);
4756
4810
  private ht;
4757
4811
  get hx(): Brush;
4758
4812
  set hx(a: Brush);
4813
+ private hw;
4814
+ get h1(): Brush;
4815
+ set h1(a: Brush);
4816
+ private hu;
4817
+ get hy(): Brush;
4818
+ set hy(a: Brush);
4819
+ private g4;
4820
+ get summaryLabelTextStyle(): FontInfo;
4821
+ set summaryLabelTextStyle(a: FontInfo);
4759
4822
  private g3;
4760
- get summaryNameTextStyle(): FontInfo;
4761
- set summaryNameTextStyle(a: FontInfo);
4762
- private g2;
4763
- get g4(): FontInfo;
4764
- set g4(a: FontInfo);
4765
- private g8;
4766
- get hc(): number;
4767
- set hc(a: number);
4768
- private ha;
4769
- get he(): number;
4770
- set he(a: number);
4823
+ get g5(): FontInfo;
4824
+ set g5(a: FontInfo);
4771
4825
  private g9;
4772
4826
  get hd(): number;
4773
4827
  set hd(a: number);
4774
- private g7;
4775
- get hb(): number;
4776
- set hb(a: number);
4828
+ private hb;
4829
+ get hf(): number;
4830
+ set hf(a: number);
4831
+ private ha;
4832
+ get he(): number;
4833
+ set he(a: number);
4834
+ private g8;
4835
+ get hc(): number;
4836
+ set hc(a: number);
4777
4837
  constructor();
4778
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4838
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4779
4839
  protected n(a: CellPath): CellModel;
4780
- eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4781
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
4782
- protected es(a: DataGrid, b: DataGrid): void;
4783
- protected e4(): void;
4784
- protected hy(): Brush;
4785
- protected gv(): Brush;
4786
- protected eu(a: any, b: PropertyChangedEventArgs): void;
4787
- protected hp(): void;
4840
+ er(a: CellModel, b: DataGrid, c: any, d: any): void;
4841
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4842
+ protected et(a: DataGrid, b: DataGrid): void;
4843
+ protected e5(): void;
4844
+ protected hz(): Brush;
4845
+ protected gw(): Brush;
4846
+ protected ev(a: any, b: PropertyChangedEventArgs): void;
4788
4847
  protected hq(): void;
4789
4848
  protected hr(): void;
4790
- protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4849
+ protected hs(): void;
4850
+ protected ey(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4791
4851
  protected ak(): FontInfo;
4792
- protected g5(): FontInfo;
4852
+ protected g6(): FontInfo;
4793
4853
  }
4794
4854
  /**
4795
4855
  * @hidden
4796
4856
  */
4797
4857
  export declare class SummaryRowRoot extends SummaryRow {
4798
4858
  static $t: Type;
4799
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4800
- protected gn(): Brush;
4801
- protected e8(): void;
4802
- protected hp(): void;
4859
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4860
+ protected go(): Brush;
4861
+ protected e9(): void;
4803
4862
  protected hq(): void;
4804
- protected fk(): void;
4805
- protected fl(): void;
4806
4863
  protected hr(): void;
4864
+ protected fl(): void;
4865
+ protected fm(): void;
4866
+ protected hs(): void;
4807
4867
  }
4808
4868
  /**
4809
4869
  * @hidden
4810
4870
  */
4811
4871
  export declare class SummaryRowSection extends SummaryRow {
4812
4872
  static $t: Type;
4813
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4814
- protected gn(): Brush;
4815
- protected e8(): void;
4816
- protected hp(): void;
4873
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4874
+ protected go(): Brush;
4875
+ protected e9(): void;
4817
4876
  protected hq(): void;
4818
- protected fk(): void;
4819
- protected fl(): void;
4820
4877
  protected hr(): void;
4878
+ protected fl(): void;
4879
+ protected fm(): void;
4880
+ protected hs(): void;
4821
4881
  }
4822
4882
  /**
4823
4883
  * @hidden
@@ -4826,13 +4886,13 @@ export declare class TemplateColumn extends DataGridColumn {
4826
4886
  static $t: Type;
4827
4887
  constructor();
4828
4888
  protected n(a: CellPath): CellModel;
4829
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4830
- eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4831
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
4832
- sf(a: TemplateCellModel, b: any): void;
4889
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4890
+ er(a: CellModel, b: DataGrid, c: any, d: any): void;
4891
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4892
+ s1(a: TemplateCellModel, b: any): void;
4833
4893
  cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
4834
- protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4835
- h1(): DataGridColumn;
4894
+ protected ey(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4895
+ h2(): DataGridColumn;
4836
4896
  }
4837
4897
  /**
4838
4898
  * @hidden
@@ -4851,24 +4911,24 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
4851
4911
  */
4852
4912
  export declare class TextColumn extends DataGridColumn {
4853
4913
  static $t: Type;
4854
- private sg;
4855
- get sk(): string;
4856
- set sk(a: string);
4857
- get se(): EditorType;
4858
- set se(a: EditorType);
4859
- get sf(): any;
4860
- set sf(a: any);
4861
- get sh(): string;
4862
- set sh(a: string);
4863
- get si(): string;
4864
- set si(a: string);
4914
+ private s2;
4915
+ get s6(): string;
4916
+ set s6(a: string);
4917
+ get s0(): EditorType;
4918
+ set s0(a: EditorType);
4919
+ get s1(): any;
4920
+ set s1(a: any);
4921
+ get s3(): string;
4922
+ set s3(a: string);
4923
+ get s4(): string;
4924
+ set s4(a: string);
4865
4925
  protected n(a: CellPath): CellModel;
4866
- eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4867
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
4926
+ er(a: CellModel, b: DataGrid, c: any, d: any): void;
4927
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4868
4928
  d1(a: DataGrid, b: any, c: any): string;
4869
- private sj;
4870
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4871
- h1(): DataGridColumn;
4929
+ private s5;
4930
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4931
+ h2(): DataGridColumn;
4872
4932
  }
4873
4933
  /**
4874
4934
  * @hidden
@@ -4877,9 +4937,9 @@ export declare class TextHeader extends Header {
4877
4937
  static $t: Type;
4878
4938
  constructor();
4879
4939
  protected n(a: CellPath): CellModel;
4880
- protected d4(a: CellPath, b: DataGrid, c: any): string;
4881
- en(a: CellModel, b: DataGrid, c: any, d: any): void;
4882
- eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4940
+ protected d5(a: CellPath, b: DataGrid, c: any): string;
4941
+ eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4942
+ er(a: CellModel, b: DataGrid, c: any, d: any): void;
4883
4943
  }
4884
4944
  /**
4885
4945
  * @hidden