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

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