igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.3

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