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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (173) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +5951 -5689
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +1 -1
  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/CanvasSummaryCellPresenter.js +3 -3
  11. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  12. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  14. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  15. package/esm2015/lib/CellPresenterBase.js +20 -20
  16. package/esm2015/lib/CheckboxListView_combined.js +22 -22
  17. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  18. package/esm2015/lib/ColumnFilterCondition_combined.js +4875 -4738
  19. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  20. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  21. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  22. package/esm2015/lib/ContentCellModelHelper.js +4 -4
  23. package/esm2015/lib/DataGridCellLayoutPanel.js +9 -9
  24. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  25. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  26. package/esm2015/lib/DateTimeCellPresenter.js +8 -8
  27. package/esm2015/lib/EditorCellPresenter.js +19 -19
  28. package/esm2015/lib/FilterCellPresenter.js +11 -11
  29. package/esm2015/lib/GridCellBase.js +1 -1
  30. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  31. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  32. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  33. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  34. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  35. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  36. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  37. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  38. package/esm2015/lib/GridExternalWrapper.js +6 -6
  39. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  40. package/esm2015/lib/GridStyleRepository.js +118 -113
  41. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  42. package/esm2015/lib/ImageCellPresenter.js +7 -7
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  44. package/esm2015/lib/NumericCellPresenter.js +8 -8
  45. package/esm2015/lib/PropertyEditorView_combined.js +17 -17
  46. package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
  47. package/esm2015/lib/SummaryCellPresenter.js +6 -6
  48. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  49. package/esm2015/lib/TemplateHeader.js +4 -4
  50. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  51. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  53. package/esm2015/lib/TextCellPresenter.js +9 -9
  54. package/esm2015/lib/TextHeaderCellPresenter.js +38 -38
  55. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  56. package/esm2015/lib/igc-cell-info.js +76 -67
  57. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  58. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  59. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  60. package/esm2015/lib/igc-data-grid-column-component.js +281 -261
  61. package/esm2015/lib/igc-data-grid-component.js +10 -0
  62. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  63. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  64. package/esm2015/lib/igc-definition-base-component.js +12 -12
  65. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  66. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  67. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  68. package/esm2015/lib/igc-header-component.js +24 -24
  69. package/esm2015/lib/igc-image-cell-info.js +6 -6
  70. package/esm2015/lib/igc-image-column-component.js +12 -12
  71. package/esm2015/lib/igc-numeric-cell-info.js +26 -26
  72. package/esm2015/lib/igc-numeric-column-component.js +46 -35
  73. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  74. package/esm2015/lib/igc-section-header-component.js +38 -24
  75. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  76. package/esm2015/lib/igc-summary-row-component.js +24 -24
  77. package/esm2015/lib/igc-template-cell-info.js +2 -2
  78. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  79. package/esm2015/lib/igc-text-cell-info.js +2 -2
  80. package/esm2015/lib/igc-text-column-component.js +9 -9
  81. package/esm2015/lib/igc-text-header-cell-info.js +38 -38
  82. package/esm5/lib/CanvasCellPresenterBase.js +3 -3
  83. package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
  84. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  85. package/esm5/lib/CanvasGridCellBase.js +1 -1
  86. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  87. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  88. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  89. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  90. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  91. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  93. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  94. package/esm5/lib/CellPresenterBase.js +20 -20
  95. package/esm5/lib/CheckboxListView_combined.js +22 -22
  96. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  97. package/esm5/lib/ColumnFilterCondition_combined.js +4693 -4528
  98. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  99. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  100. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  101. package/esm5/lib/ContentCellModelHelper.js +4 -4
  102. package/esm5/lib/DataGridCellLayoutPanel.js +9 -9
  103. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  104. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  105. package/esm5/lib/DateTimeCellPresenter.js +8 -8
  106. package/esm5/lib/EditorCellPresenter.js +19 -19
  107. package/esm5/lib/FilterCellPresenter.js +11 -11
  108. package/esm5/lib/GridCellBase.js +1 -1
  109. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  110. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  111. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  112. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  113. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  114. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  115. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  116. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  117. package/esm5/lib/GridExternalWrapper.js +6 -6
  118. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  119. package/esm5/lib/GridStyleRepository.js +118 -113
  120. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  121. package/esm5/lib/ImageCellPresenter.js +7 -7
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  123. package/esm5/lib/NumericCellPresenter.js +8 -8
  124. package/esm5/lib/PropertyEditorView_combined.js +17 -17
  125. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  126. package/esm5/lib/SummaryCellPresenter.js +6 -6
  127. package/esm5/lib/TemplateCellPresenter.js +2 -2
  128. package/esm5/lib/TemplateHeader.js +4 -4
  129. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  130. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  131. package/esm5/lib/TemplateSectionHeader.js +1 -1
  132. package/esm5/lib/TextCellPresenter.js +9 -9
  133. package/esm5/lib/TextHeaderCellPresenter.js +38 -38
  134. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  135. package/esm5/lib/igc-cell-info.js +80 -67
  136. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  137. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  138. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  139. package/esm5/lib/igc-data-grid-column-component.js +289 -261
  140. package/esm5/lib/igc-data-grid-component.js +14 -0
  141. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  142. package/esm5/lib/igc-date-time-column-component.js +23 -23
  143. package/esm5/lib/igc-definition-base-component.js +12 -12
  144. package/esm5/lib/igc-editor-cell-info.js +23 -23
  145. package/esm5/lib/igc-filter-cell-info.js +26 -26
  146. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  147. package/esm5/lib/igc-header-component.js +24 -24
  148. package/esm5/lib/igc-image-cell-info.js +6 -6
  149. package/esm5/lib/igc-image-column-component.js +12 -12
  150. package/esm5/lib/igc-numeric-cell-info.js +26 -26
  151. package/esm5/lib/igc-numeric-column-component.js +50 -35
  152. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  153. package/esm5/lib/igc-section-header-component.js +46 -24
  154. package/esm5/lib/igc-summary-cell-info.js +9 -9
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-template-cell-info.js +2 -2
  157. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  158. package/esm5/lib/igc-text-cell-info.js +2 -2
  159. package/esm5/lib/igc-text-column-component.js +9 -9
  160. package/esm5/lib/igc-text-header-cell-info.js +38 -38
  161. package/fesm2015/igniteui-webcomponents-data-grids.js +6090 -5884
  162. package/fesm5/igniteui-webcomponents-data-grids.js +5951 -5689
  163. package/lib/ColumnFilterCondition_combined.d.ts +1223 -1198
  164. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  165. package/lib/TemplateHeader.d.ts +1 -1
  166. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  167. package/lib/TemplateSectionHeader.d.ts +1 -1
  168. package/lib/igc-cell-info.d.ts +5 -0
  169. package/lib/igc-data-grid-column-component.d.ts +10 -0
  170. package/lib/igc-data-grid-component.d.ts +5 -0
  171. package/lib/igc-numeric-column-component.d.ts +6 -0
  172. package/lib/igc-section-header-component.d.ts +4 -0
  173. package/package.json +4 -4
@@ -496,13 +496,13 @@ export declare abstract class CellModel extends Base {
496
496
  private static by;
497
497
  static f8(a: string): number;
498
498
  s: ICellPresenter;
499
- static hl: number;
499
+ static hm: number;
500
500
  private t;
501
501
  get u(): ModelStates;
502
502
  set u(a: ModelStates);
503
- private ik;
504
- get k9(): string;
505
- set k9(a: string);
503
+ private il;
504
+ get lb(): string;
505
+ set lb(a: string);
506
506
  private k;
507
507
  static g7: number;
508
508
  get l(): CellPath;
@@ -532,14 +532,14 @@ export declare abstract class CellModel extends Base {
532
532
  static fb: number;
533
533
  get cr(): number;
534
534
  set cr(a: number);
535
- private mv;
535
+ private mx;
536
536
  static e7: number;
537
- get nh(): Brush;
538
- set nh(a: Brush);
539
- private mw;
537
+ get nk(): Brush;
538
+ set nk(a: Brush);
539
+ private my;
540
540
  static fa: number;
541
- get ni(): Brush;
542
- set ni(a: Brush);
541
+ get nl(): Brush;
542
+ set nl(a: Brush);
543
543
  private dn;
544
544
  static fd: number;
545
545
  get fc(): number;
@@ -548,10 +548,10 @@ export declare abstract class CellModel extends Base {
548
548
  static e9: number;
549
549
  get e8(): number;
550
550
  set e8(a: number);
551
- private nz;
551
+ private n3;
552
552
  static fn: number;
553
- get n0(): Rect;
554
- set n0(a: Rect);
553
+ get n4(): Rect;
554
+ set n4(a: Rect);
555
555
  static readonly gn: number;
556
556
  private au;
557
557
  get bh(): boolean;
@@ -582,54 +582,54 @@ export declare abstract class CellModel extends Base {
582
582
  bb(a: string): boolean;
583
583
  private dt;
584
584
  private a;
585
- l8(propertyId_: number): void;
586
- l5(): void;
587
- l9(a: string): void;
585
+ ma(propertyId_: number): void;
586
+ l7(): void;
587
+ mb(a: string): void;
588
588
  private am;
589
589
  get a2(): boolean;
590
590
  set a2(a: boolean);
591
591
  private a0;
592
- protected mg(a: string, b: number, c: any, d: any): void;
592
+ protected mi(a: string, b: number, c: any, d: any): void;
593
593
  protected bu(a: string): boolean;
594
- protected mj(a: string, b: any, c: any): void;
595
- private mh;
596
- private mb;
597
- private mc;
594
+ protected ml(a: string, b: any, c: any): void;
595
+ private mj;
598
596
  private md;
599
597
  private me;
600
- private mi;
601
598
  private mf;
602
- private nn;
603
- ml(): void;
604
- protected mm(): void;
599
+ private mg;
600
+ private mk;
601
+ private mh;
602
+ private nq;
603
+ mn(): void;
604
+ protected mo(): void;
605
605
  private bx;
606
- mo(a: string, b: any): void;
606
+ mq(a: string, b: any): void;
607
607
  a3(a: string): boolean;
608
- mk(a: string): void;
609
- id(a: string): any;
608
+ mm(a: string): void;
609
+ ie(a: string): any;
610
610
  private q;
611
611
  get r(): GridLayer;
612
612
  set r(a: GridLayer);
613
613
  static hc: number;
614
- private ic;
615
- get ih(): any;
616
- set ih(a: any);
617
- static readonly h8: number;
614
+ private id;
615
+ get ii(): any;
616
+ set ii(a: any);
617
+ static readonly h9: number;
618
618
  private cm;
619
619
  get c8(): number;
620
620
  set c8(a: number);
621
- static readonly h9: number;
621
+ static readonly ia: number;
622
622
  private cn;
623
623
  get c9(): number;
624
624
  set c9(a: number);
625
- static readonly hg: number;
625
+ static readonly hh: number;
626
626
  private d7;
627
- get hf(): number;
628
- set hf(a: number);
629
- static readonly hi: number;
627
+ get hg(): number;
628
+ set hg(a: number);
629
+ static readonly hj: number;
630
630
  private d8;
631
- get hh(): number;
632
- set hh(a: number);
631
+ get hi(): number;
632
+ set hi(a: number);
633
633
  static readonly fw: number;
634
634
  private b7;
635
635
  get ct(): number;
@@ -651,11 +651,11 @@ export declare abstract class CellModel extends Base {
651
651
  get cq(): number;
652
652
  set cq(a: number);
653
653
  static readonly gt: number;
654
- ma(): void;
654
+ mc(): void;
655
655
  private b9;
656
656
  get cv(): number;
657
657
  set cv(a: number);
658
- static readonly h1: number;
658
+ static readonly h2: number;
659
659
  private cj;
660
660
  get c5(): number;
661
661
  set c5(a: number);
@@ -663,7 +663,7 @@ export declare abstract class CellModel extends Base {
663
663
  private ca;
664
664
  get cw(): number;
665
665
  set cw(a: number);
666
- static readonly h2: number;
666
+ static readonly h3: number;
667
667
  private ck;
668
668
  get c6(): number;
669
669
  set c6(a: number);
@@ -671,10 +671,10 @@ export declare abstract class CellModel extends Base {
671
671
  private dz;
672
672
  get f9(): number;
673
673
  set f9(a: number);
674
- static readonly h7: number;
674
+ static readonly h8: number;
675
675
  private d9;
676
- get h6(): number;
677
- set h6(a: number);
676
+ get h7(): number;
677
+ set h7(a: number);
678
678
  static readonly gr: number;
679
679
  private az;
680
680
  get br(): boolean;
@@ -702,94 +702,98 @@ export declare abstract class CellModel extends Base {
702
702
  private f;
703
703
  get g(): CellContentHorizontalAlignment;
704
704
  set g(a: CellContentHorizontalAlignment);
705
- static readonly h4: number;
705
+ static readonly h5: number;
706
706
  private h;
707
707
  get i(): CellContentVerticalAlignment;
708
708
  set i(a: CellContentVerticalAlignment);
709
709
  static readonly e6: number;
710
- private mu;
711
- get ng(): Brush;
712
- set ng(a: Brush);
713
- static readonly fi: number;
714
- private mx;
710
+ private mw;
715
711
  get nj(): Brush;
716
712
  set nj(a: Brush);
713
+ static readonly fi: number;
714
+ private mz;
715
+ get nm(): Brush;
716
+ set nm(a: Brush);
717
717
  static readonly ek: number;
718
- private mr;
719
- get nd(): Brush;
720
- set nd(a: Brush);
718
+ private mt;
719
+ get ng(): Brush;
720
+ set ng(a: Brush);
721
721
  static readonly ep: number;
722
- private ms;
723
- get ne(): Brush;
724
- set ne(a: Brush);
722
+ private mu;
723
+ get nh(): Brush;
724
+ set nh(a: Brush);
725
725
  static readonly ee: number;
726
- private mq;
727
- get nc(): Brush;
728
- set nc(a: Brush);
726
+ private ms;
727
+ get nf(): Brush;
728
+ set nf(a: Brush);
729
729
  static readonly f1: number;
730
- private mz;
731
- get nl(): Brush;
732
- set nl(a: Brush);
733
- static readonly hd: number;
734
- private m5;
735
- get ns(): Brush;
736
- set ns(a: Brush);
737
- static readonly gc: number;
738
730
  private m1;
739
731
  get no(): Brush;
740
732
  set no(a: Brush);
733
+ static readonly hd: number;
734
+ private m7;
735
+ get nv(): Brush;
736
+ set nv(a: Brush);
737
+ static readonly hf: number;
738
+ private m8;
739
+ get nw(): Brush;
740
+ set nw(a: Brush);
741
+ static readonly gc: number;
742
+ private m3;
743
+ get nr(): Brush;
744
+ set nr(a: Brush);
741
745
  static readonly ge: number;
742
- private m2;
743
- get np(): Brush;
744
- set np(a: Brush);
745
- static readonly hk: number;
746
+ private m4;
747
+ get ns(): Brush;
748
+ set ns(a: Brush);
749
+ static readonly hl: number;
750
+ private m9;
751
+ get nx(): Brush;
752
+ set nx(a: Brush);
753
+ static readonly hn: number;
754
+ private na;
755
+ get ny(): Brush;
756
+ set ny(a: Brush);
757
+ static readonly g9: number;
746
758
  private m6;
747
- get nt(): Brush;
748
- set nt(a: Brush);
749
- static readonly hm: number;
750
- private m7;
751
759
  get nu(): Brush;
752
760
  set nu(a: Brush);
753
- static readonly g9: number;
754
- private m4;
755
- get nr(): Brush;
756
- set nr(a: Brush);
757
- private m3;
761
+ private m5;
758
762
  static readonly gs: number;
759
- get nq(): Brush;
760
- set nq(a: Brush);
761
- private m0;
763
+ get nt(): Brush;
764
+ set nt(a: Brush);
765
+ private m2;
762
766
  static readonly f6: number;
763
- get nm(): Brush;
764
- set nm(a: Brush);
767
+ get np(): Brush;
768
+ set np(a: Brush);
765
769
  static readonly ha: number;
766
770
  private cc;
767
771
  get cy(): number;
768
772
  set cy(a: number);
769
773
  static readonly gy: number;
770
- private ib;
771
- get ig(): any;
772
- set ig(a: any);
774
+ private ic;
775
+ get ih(): any;
776
+ set ih(a: any);
773
777
  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);
778
+ private ik;
779
+ get kz(): string;
780
+ set kz(a: string);
781
+ static readonly h4: number;
782
+ private iq;
783
+ get lw(): string;
784
+ set lw(a: string);
785
+ static readonly h0: number;
786
+ private ne;
787
+ get n2(): Brush;
788
+ set n2(a: Brush);
785
789
  static readonly e5: number;
786
- private mt;
787
- get nf(): Brush;
788
- set nf(a: Brush);
790
+ private mv;
791
+ get ni(): Brush;
792
+ set ni(a: Brush);
789
793
  static readonly fr: number;
790
- private my;
791
- get nk(): Brush;
792
- set nk(a: Brush);
794
+ private m0;
795
+ get nn(): Brush;
796
+ set nn(a: Brush);
793
797
  static readonly f7: number;
794
798
  private af;
795
799
  get aj(): FontInfo;
@@ -798,55 +802,55 @@ export declare abstract class CellModel extends Base {
798
802
  private ad;
799
803
  get ah(): FontInfo;
800
804
  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);
805
+ static readonly hz: number;
806
+ private ip;
807
+ get ln(): string;
808
+ set ln(a: string);
809
809
  static readonly hx: number;
810
+ private nd;
811
+ get n1(): Brush;
812
+ set n1(a: Brush);
813
+ static readonly hy: number;
810
814
  private ag;
811
815
  get ak(): FontInfo;
812
816
  set ak(a: FontInfo);
813
- static readonly hp: number;
814
- private im;
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
817
  static readonly hq: number;
822
- private m9;
823
- get nw(): Brush;
824
- set nw(a: Brush);
818
+ private io;
819
+ get lf(): string;
820
+ set lf(a: string);
825
821
  static readonly ho: number;
826
- private m8;
827
- get nv(): Brush;
828
- set nv(a: Brush);
829
- static readonly hs: number;
822
+ private im;
823
+ get lc(): string;
824
+ set lc(a: string);
825
+ static readonly hr: number;
826
+ private nc;
827
+ get n0(): Brush;
828
+ set n0(a: Brush);
829
+ static readonly hp: number;
830
+ private nb;
831
+ get nz(): Brush;
832
+ set nz(a: Brush);
833
+ static readonly ht: number;
830
834
  private cf;
831
835
  get c1(): number;
832
836
  set c1(a: number);
833
- static readonly ht: number;
837
+ static readonly hu: number;
834
838
  private cg;
835
839
  get c2(): number;
836
840
  set c2(a: number);
837
- static readonly hu: number;
841
+ static readonly hv: number;
838
842
  private ch;
839
843
  get c3(): number;
840
844
  set c3(a: number);
841
- static readonly hr: number;
845
+ static readonly hs: number;
842
846
  private ce;
843
847
  get c0(): number;
844
848
  set c0(a: number);
845
- static readonly hv: number;
849
+ static readonly hw: number;
846
850
  private ci;
847
851
  get c4(): number;
848
852
  set c4(a: number);
849
- static readonly h0: number;
853
+ static readonly h1: number;
850
854
  private z;
851
855
  get aa(): TextCellDecoration;
852
856
  set aa(a: TextCellDecoration);
@@ -854,7 +858,7 @@ export declare abstract class CellModel extends Base {
854
858
  private ab;
855
859
  get ac(): TextCellLineBreakMode;
856
860
  set ac(a: TextCellLineBreakMode);
857
- static readonly h5: number;
861
+ static readonly h6: number;
858
862
  private cl;
859
863
  get c7(): number;
860
864
  set c7(a: number);
@@ -954,7 +958,7 @@ export declare abstract class CellModel extends Base {
954
958
  private de;
955
959
  get el(): number;
956
960
  set el(a: number);
957
- static readonly hj: number;
961
+ static readonly hk: number;
958
962
  private m;
959
963
  get n(): ColumnSortDirection;
960
964
  set n(a: ColumnSortDirection);
@@ -983,9 +987,9 @@ export declare abstract class CellModel extends Base {
983
987
  get ba(): boolean;
984
988
  set ba(a: boolean);
985
989
  static readonly ft: number;
986
- private ii;
987
- get jq(): string;
988
- set jq(a: string);
990
+ private ij;
991
+ get jr(): string;
992
+ set jr(a: string);
989
993
  bj: boolean;
990
994
  private du;
991
995
  get fv(): number;
@@ -993,24 +997,24 @@ export declare abstract class CellModel extends Base {
993
997
  private at;
994
998
  get bg(): boolean;
995
999
  set bg(a: boolean);
996
- ia: number;
997
- l3(): void;
998
- protected l4(): void;
1000
+ ib: number;
1001
+ l5(): void;
1002
+ protected l6(): void;
999
1003
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
1000
1004
  b(a: CellModelExport): CellModelExport;
1001
1005
  private static bz;
1002
- protected l7(): void;
1006
+ protected l9(): void;
1003
1007
  private static bw;
1004
1008
  private b0;
1005
- protected l6(): void;
1006
- l1(a: string): Type;
1009
+ protected l8(): void;
1010
+ l3(a: string): Type;
1011
+ mr(a: string, b: any): void;
1012
+ ig(a: string): any;
1007
1013
  mp(a: string, b: any): void;
1008
- ie(a: string): any;
1009
- mn(a: string, b: any): void;
1010
1014
  cellReconciling: (model: CellModel) => void;
1011
1015
  bq(a: DataSourceRowType): boolean;
1012
- j1(): string;
1013
- l2(a: List$1<GridConditionalStyle>): void;
1016
+ j2(): string;
1017
+ l4(a: List$1<GridConditionalStyle>): void;
1014
1018
  }
1015
1019
  /**
1016
1020
  * @hidden
@@ -1018,42 +1022,42 @@ export declare abstract class CellModel extends Base {
1018
1022
  export declare class DateTimeCellModel extends CellModel {
1019
1023
  static $t: Type;
1020
1024
  constructor();
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);
1029
- static readonly of: number;
1030
- private n1;
1031
- get n2(): any[];
1032
- set n2(a: any[]);
1033
- n3: BindingFormatter;
1034
- private ok;
1035
- static readonly oe: number;
1036
- private _formatOverride;
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;
1045
1025
  static readonly oh: number;
1046
- private n4;
1047
- get n5(): DateTimeColumnValueFormatter;
1048
- set n5(a: DateTimeColumnValueFormatter);
1026
+ private oe;
1027
+ get of(): Date;
1028
+ set of(a: Date);
1029
+ static readonly ok: number;
1030
+ private oq;
1031
+ get ow(): string;
1032
+ set ow(a: string);
1033
+ static readonly oj: number;
1034
+ private n5;
1035
+ get n6(): any[];
1036
+ set n6(a: any[]);
1037
+ n7: BindingFormatter;
1038
+ private oo;
1049
1039
  static readonly oi: number;
1040
+ private _formatOverride;
1041
+ get op(): any;
1042
+ set op(a: any);
1043
+ static readonly og: number;
1044
+ private oa;
1045
+ get ob(): DateTimeFormats;
1046
+ set ob(a: DateTimeFormats);
1047
+ ot(a: Date): string;
1048
+ j2(): string;
1049
+ static readonly ol: number;
1050
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;
1051
+ get n9(): DateTimeColumnValueFormatter;
1052
+ set n9(a: DateTimeColumnValueFormatter);
1053
+ static readonly om: number;
1054
+ private oc;
1055
+ get od(): boolean;
1056
+ set od(a: boolean);
1057
+ protected ml(a: string, b: any, c: any): void;
1058
+ mr(a: string, b: any): void;
1059
+ l3(a: string): Type;
1060
+ ig(a: string): any;
1057
1061
  b(a: CellModelExport): CellModelExport;
1058
1062
  }
1059
1063
  /**
@@ -1062,102 +1066,102 @@ export declare class DateTimeCellModel extends CellModel {
1062
1066
  export declare class EditorCellModel extends CellModel {
1063
1067
  static $t: Type;
1064
1068
  constructor();
1065
- private og;
1066
- private of;
1067
- private oa;
1068
- static oq: number;
1069
- get od(): boolean;
1070
- private n5;
1071
- static on: number;
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;
1069
+ private ok;
1070
+ private oj;
1071
+ private oe;
1072
+ static ou: number;
1073
+ get oh(): boolean;
1074
+ private n9;
1075
+ static or: number;
1076
+ get oa(): CellModel;
1077
+ set oa(a: CellModel);
1083
1078
  private n7;
1084
1079
  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);
1080
+ get n8(): DataSourceSchemaPropertyType;
1081
+ set n8(a: DataSourceSchemaPropertyType);
1082
+ private o3;
1083
+ static os: number;
1084
+ get pd(): string;
1085
+ set pd(a: string);
1086
+ o0: any;
1087
+ private ob;
1088
+ static op: number;
1089
+ get oc(): EditorType;
1090
+ set oc(a: EditorType);
1091
1091
  private oy;
1092
- static ok: number;
1093
- get o4(): string;
1094
- set o4(a: string);
1095
- private n1;
1092
+ static on: number;
1093
+ get oz(): any;
1094
+ set oz(a: any);
1095
+ private o2;
1096
+ static oo: number;
1097
+ get o8(): string;
1098
+ set o8(a: string);
1099
+ private n5;
1100
+ static oq: number;
1101
+ get n6(): string[];
1102
+ set n6(a: string[]);
1103
+ static ot: number;
1104
+ private od;
1105
+ get og(): boolean;
1106
+ set og(a: boolean);
1096
1107
  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);
1103
- static oi: number;
1104
- private ox;
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;
1112
- get os(): number;
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;
1108
+ private o1;
1109
+ get o5(): string;
1110
+ set o5(a: string);
1111
+ static readonly ov: number;
1112
+ private of;
1113
+ get oi(): boolean;
1114
+ set oi(a: boolean);
1115
+ get ox(): number;
1116
+ get ow(): number;
1117
+ protected mo(): void;
1118
+ protected ml(a: string, b: any, c: any): void;
1119
+ l3(a: string): Type;
1120
+ mr(a: string, b: any): void;
1121
+ ig(a: string): any;
1118
1122
  b(a: CellModelExport): CellModelExport;
1119
- private pe;
1123
+ private pi;
1120
1124
  }
1121
1125
  /**
1122
1126
  * @hidden
1123
1127
  */
1124
1128
  export declare class FilterCellModel extends CellModel {
1125
1129
  static $t: Type;
1126
- static readonly oj: number;
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);
1134
- static readonly ok: number;
1135
- private n7;
1136
- get n8(): IFilterExpression;
1137
- set n8(a: IFilterExpression);
1138
- static readonly ol: number;
1130
+ static readonly on: number;
1139
1131
  private n9;
1140
- get oa(): GridFilterOperandsCollection;
1141
- set oa(a: GridFilterOperandsCollection);
1142
- static on: number;
1132
+ get oa(): DataSourceSchemaPropertyType;
1133
+ set oa(a: DataSourceSchemaPropertyType);
1134
+ static readonly oq: number;
1135
+ private n7;
1136
+ get n8(): ColumnFilterCondition;
1137
+ set n8(a: ColumnFilterCondition);
1138
+ static readonly oo: number;
1143
1139
  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;
1140
+ get oc(): IFilterExpression;
1141
+ set oc(a: IFilterExpression);
1142
+ static readonly op: number;
1143
+ private od;
1144
+ get oe(): GridFilterOperandsCollection;
1145
+ set oe(a: GridFilterOperandsCollection);
1146
+ static or: number;
1147
+ private of;
1148
+ get og(): boolean;
1149
+ set og(a: boolean);
1150
+ private n5;
1151
+ get n6(): ColumnComparisonConditionOperatorType;
1152
+ set n6(a: ColumnComparisonConditionOperatorType);
1153
+ os: any;
1154
+ om: number;
1155
+ ol: number;
1156
+ ok: number;
1157
+ oj: number;
1150
1158
  oi: number;
1151
1159
  oh: number;
1152
- og: number;
1153
- of: number;
1154
- oe: number;
1155
- od: number;
1156
1160
  constructor();
1161
+ mr(a: string, b: any): void;
1162
+ l3(a: string): Type;
1163
+ ig(a: string): any;
1157
1164
  mp(a: string, b: any): void;
1158
- l1(a: string): Type;
1159
- ie(a: string): any;
1160
- mn(a: string, b: any): void;
1161
1165
  b(a: CellModelExport): CellModelExport;
1162
1166
  }
1163
1167
  /**
@@ -1173,22 +1177,22 @@ export declare class EditorRowCellModel extends CellModel {
1173
1177
  export declare class SummaryCellModel extends CellModel {
1174
1178
  static $t: Type;
1175
1179
  constructor();
1176
- static readonly n3: number;
1177
- private n7;
1178
- get n9(): string;
1179
- set n9(a: string);
1180
- static readonly n4: number;
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);
1180
+ static readonly n7: number;
1181
+ private ob;
1182
+ get od(): string;
1183
+ set od(a: string);
1184
+ static readonly n8: number;
1185
+ private oc;
1186
+ get of(): string;
1187
+ set of(a: string);
1188
+ static readonly oa: number;
1189
+ private oj;
1190
+ get ok(): Brush;
1191
+ set ok(a: Brush);
1192
+ static readonly n9: number;
1193
+ private n5;
1194
+ get n6(): FontInfo;
1195
+ set n6(a: FontInfo);
1192
1196
  b(a: CellModelExport): CellModelExport;
1193
1197
  bq(a: DataSourceRowType): boolean;
1194
1198
  }
@@ -1205,22 +1209,22 @@ export declare class VerticalSeparatorCellModel extends CellModel {
1205
1209
  export declare class ImageCellModel extends CellModel {
1206
1210
  static $t: Type;
1207
1211
  constructor();
1208
- static readonly n5: number;
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);
1212
+ static readonly n9: number;
1213
+ private oc;
1214
+ get od(): string;
1215
+ set od(a: string);
1216
+ static readonly ob: number;
1217
+ private n7;
1218
+ get n8(): ImageStretchOptions;
1219
+ set n8(a: ImageStretchOptions);
1220
+ static readonly oa: number;
1221
+ private n5;
1222
+ get n6(): ImageResourceType;
1223
+ set n6(a: ImageResourceType);
1220
1224
  b(a: CellModelExport): CellModelExport;
1221
- mp(a: string, b: any): void;
1222
- l1(a: string): Type;
1223
- ie(a: string): any;
1225
+ mr(a: string, b: any): void;
1226
+ l3(a: string): Type;
1227
+ ig(a: string): any;
1224
1228
  }
1225
1229
  /**
1226
1230
  * @hidden
@@ -1228,67 +1232,67 @@ export declare class ImageCellModel extends CellModel {
1228
1232
  export declare class NumericCellModel extends CellModel {
1229
1233
  static $t: Type;
1230
1234
  constructor();
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);
1239
- static readonly og: number;
1240
- private ox;
1241
- get o4(): string;
1242
- set o4(a: string);
1243
- static readonly of: number;
1244
- private n1;
1245
- get n2(): any[];
1246
- set n2(a: any[]);
1247
- n3: BindingFormatter;
1248
- private ov;
1249
- static readonly oe: number;
1250
- private _formatOverride;
1251
- get ow(): any;
1252
- set ow(a: any);
1253
- static readonly oo: number;
1254
- private oy;
1255
- get pa(): string;
1256
- set pa(a: string);
1257
- static readonly or: number;
1258
- private o0;
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;
1235
+ static readonly ou: number;
1236
+ private od;
1237
+ get oe(): number;
1238
+ set oe(a: number);
1239
+ static readonly ol: number;
1240
+ private n8;
1241
+ get oa(): boolean;
1242
+ set oa(a: boolean);
1243
+ static readonly ok: number;
1266
1244
  private o1;
1267
- get ph(): string;
1268
- set ph(a: string);
1245
+ get o8(): string;
1246
+ set o8(a: string);
1269
1247
  static readonly oj: number;
1270
- private ob;
1271
- get oi(): number;
1272
- set oi(a: number);
1273
- static readonly ol: number;
1274
- private oc;
1275
- get ok(): number;
1276
- set ok(a: number);
1248
+ private n5;
1249
+ get n6(): any[];
1250
+ set n6(a: any[]);
1251
+ n7: BindingFormatter;
1252
+ private oz;
1253
+ static readonly oi: number;
1254
+ private _formatOverride;
1255
+ get o0(): any;
1256
+ set o0(a: any);
1257
+ static readonly os: number;
1258
+ private o2;
1259
+ get pe(): string;
1260
+ set pe(a: string);
1261
+ static readonly ov: number;
1262
+ private o4;
1263
+ get pj(): string;
1264
+ set pj(a: string);
1265
+ static readonly ot: number;
1266
+ private o3;
1267
+ get pg(): string;
1268
+ set pg(a: string);
1269
+ static readonly ow: number;
1270
+ private o5;
1271
+ get pl(): string;
1272
+ set pl(a: string);
1277
1273
  static readonly on: number;
1278
- private od;
1274
+ private of;
1279
1275
  get om(): number;
1280
1276
  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;
1277
+ static readonly op: number;
1278
+ private og;
1279
+ get oo(): number;
1280
+ set oo(a: number);
1281
+ static readonly or: number;
1282
+ private oh;
1283
+ get oq(): number;
1284
+ set oq(a: number);
1285
+ static readonly ox: number;
1286
+ private n9;
1287
+ get oc(): boolean;
1288
+ set oc(a: boolean);
1289
+ ob(): boolean;
1290
+ protected ml(a: string, b: any, c: any): void;
1291
+ mr(a: string, b: any): void;
1292
+ l3(a: string): Type;
1293
+ ig(a: string): any;
1290
1294
  b(a: CellModelExport): CellModelExport;
1291
- j1(): string;
1295
+ j2(): string;
1292
1296
  }
1293
1297
  /**
1294
1298
  * @hidden
@@ -1304,29 +1308,29 @@ export declare class RowSeparatorModel extends CellModel {
1304
1308
  export declare class SectionHeaderCellModel extends CellModel {
1305
1309
  static $t: Type;
1306
1310
  constructor();
1307
- static readonly n7: number;
1308
- private n1;
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);
1319
- static readonly n8: number;
1320
- private oc;
1321
- get of(): string;
1322
- set of(a: string);
1323
1311
  static readonly ob: number;
1324
1312
  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;
1313
+ get n7(): GroupData[];
1314
+ set n7(a: GroupData[]);
1315
+ static readonly oe: number;
1316
+ private n6;
1317
+ get n8(): SummaryData[];
1318
+ set n8(a: SummaryData[]);
1319
+ static readonly od: number;
1320
+ private oh;
1321
+ get ol(): string;
1322
+ set ol(a: string);
1323
+ static readonly oc: number;
1324
+ private og;
1325
+ get oj(): string;
1326
+ set oj(a: string);
1327
+ static readonly of: number;
1328
+ private n9;
1329
+ get oa(): GroupSummaryDisplayMode;
1330
+ set oa(a: GroupSummaryDisplayMode);
1331
+ mr(a: string, b: any): void;
1332
+ l3(a: string): Type;
1333
+ ig(a: string): any;
1330
1334
  b(a: CellModelExport): CellModelExport;
1331
1335
  bq(a: DataSourceRowType): boolean;
1332
1336
  }
@@ -1336,13 +1340,13 @@ export declare class SectionHeaderCellModel extends CellModel {
1336
1340
  export declare class TemplateCellModel extends CellModel {
1337
1341
  static $t: Type;
1338
1342
  constructor();
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;
1343
+ static readonly n5: number;
1344
+ private n6;
1345
+ get n7(): any;
1346
+ set n7(a: any);
1347
+ mr(a: string, b: any): void;
1348
+ l3(a: string): Type;
1349
+ ig(a: string): any;
1346
1350
  b(a: CellModelExport): CellModelExport;
1347
1351
  }
1348
1352
  /**
@@ -1351,15 +1355,15 @@ export declare class TemplateCellModel extends CellModel {
1351
1355
  export declare class TextCellModel extends CellModel {
1352
1356
  static $t: Type;
1353
1357
  constructor();
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;
1358
+ static readonly n5: number;
1359
+ private n6;
1360
+ get n7(): string;
1361
+ set n7(a: string);
1362
+ mr(a: string, b: any): void;
1363
+ l3(a: string): Type;
1364
+ ig(a: string): any;
1361
1365
  b(a: CellModelExport): CellModelExport;
1362
- j1(): string;
1366
+ j2(): string;
1363
1367
  }
1364
1368
  /**
1365
1369
  * @hidden
@@ -1367,81 +1371,81 @@ export declare class TextCellModel extends CellModel {
1367
1371
  export declare class TextHeaderCellModel extends TextCellModel {
1368
1372
  static $t: Type;
1369
1373
  constructor();
1370
- static readonly o1: number;
1371
- private oh;
1372
- get oi(): boolean;
1373
- set oi(a: boolean);
1374
- static readonly o2: number;
1374
+ static readonly o5: number;
1375
+ private ol;
1376
+ get om(): boolean;
1377
+ set om(a: boolean);
1378
+ static readonly o6: number;
1379
+ private od;
1380
+ get oe(): SortIndicatorStyle;
1381
+ set oe(a: SortIndicatorStyle);
1382
+ static readonly ov: number;
1375
1383
  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);
1384
+ get oa(): ColumnOptionsIconAlignment;
1385
+ set oa(a: ColumnOptionsIconAlignment);
1398
1386
  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;
1387
+ private pv;
1388
+ get p5(): Brush;
1389
+ set p5(a: Brush);
1390
+ static readonly ow: number;
1391
+ private ob;
1392
+ get oc(): ColumnOptionsIconBehavior;
1393
+ set oc(a: ColumnOptionsIconBehavior);
1394
+ static readonly o3: number;
1395
+ private of;
1396
+ get og(): BaseControlTheme;
1397
+ set og(a: BaseControlTheme);
1398
+ static readonly op: number;
1407
1399
  private pq;
1408
1400
  get p0(): Brush;
1409
1401
  set p0(a: Brush);
1410
- static readonly o0: number;
1402
+ static readonly o1: number;
1403
+ private px;
1404
+ get p7(): Brush;
1405
+ set p7(a: Brush);
1406
+ static readonly o2: number;
1407
+ private oi;
1408
+ get ok(): FontInfo;
1409
+ set ok(a: FontInfo);
1410
+ static readonly ou: number;
1411
1411
  private pu;
1412
1412
  get p4(): Brush;
1413
1413
  set p4(a: Brush);
1414
- static readonly op: number;
1415
- private pp;
1416
- get pz(): Brush;
1417
- set pz(a: Brush);
1418
- static readonly ow: number;
1414
+ static readonly o4: number;
1415
+ private py;
1416
+ get p8(): Brush;
1417
+ set p8(a: Brush);
1418
+ static readonly ot: number;
1419
+ private pt;
1420
+ get p3(): Brush;
1421
+ set p3(a: Brush);
1422
+ static readonly o0: number;
1423
+ private pw;
1424
+ get p6(): Brush;
1425
+ set p6(a: Brush);
1426
+ static readonly oq: number;
1427
+ private pr;
1428
+ get p1(): Brush;
1429
+ set p1(a: Brush);
1430
+ static readonly or: number;
1419
1431
  private ps;
1420
1432
  get p2(): Brush;
1421
1433
  set p2(a: Brush);
1422
- static readonly om: number;
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);
1434
+ static readonly os: number;
1435
+ private oh;
1436
+ get oj(): FontInfo;
1437
+ set oj(a: FontInfo);
1430
1438
  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;
1439
+ private pp;
1440
+ get pz(): Brush;
1441
+ set pz(a: Brush);
1442
+ static readonly oz: number;
1443
+ private on;
1444
+ get oy(): number;
1445
+ set oy(a: number);
1446
+ mr(a: string, b: any): void;
1447
+ l3(a: string): Type;
1448
+ ig(a: string): any;
1445
1449
  b(a: CellModelExport): CellModelExport;
1446
1450
  }
1447
1451
  /**
@@ -1713,43 +1717,43 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1713
1717
  set theme(a: BaseControlTheme);
1714
1718
  columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
1715
1719
  columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
1720
+ xb(a: DataGridColumn): void;
1716
1721
  xa(a: DataGridColumn): void;
1717
- w9(a: DataGridColumn): void;
1718
1722
  columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
1719
1723
  columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
1720
1724
  p(a: CellModel): ColumnFilterCondition;
1721
1725
  r(a: CellModel): DataSourceSchemaPropertyType;
1722
- xk(a: DataGridColumn): void;
1726
+ xl(a: DataGridColumn): void;
1723
1727
  filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1724
1728
  filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
1729
+ vl(a: CellModel, b: ColumnFilterCondition): void;
1725
1730
  vk(a: CellModel, b: ColumnFilterCondition): void;
1726
- vj(a: CellModel, b: ColumnFilterCondition): void;
1727
- xj(a: DataGridColumn): void;
1731
+ xk(a: DataGridColumn): void;
1728
1732
  columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
1729
1733
  columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
1734
+ xh(a: DataGridColumn): void;
1730
1735
  xg(a: DataGridColumn): void;
1731
- xf(a: DataGridColumn): void;
1732
1736
  columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
1733
1737
  columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
1738
+ xd(a: DataGridColumn): void;
1734
1739
  xc(a: DataGridColumn): void;
1735
- xb(a: DataGridColumn): void;
1736
1740
  cellPreviewPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1737
- w4(a: CellModel): void;
1738
- cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1739
1741
  w5(a: CellModel): void;
1742
+ cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1743
+ w6(a: CellModel): void;
1740
1744
  cellPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
1741
- w2(a: CellModel): void;
1742
- cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1743
1745
  w3(a: CellModel): void;
1744
- yd(a: number, b: string): void;
1746
+ cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
1747
+ w4(a: CellModel): void;
1748
+ ye(a: number, b: string): void;
1745
1749
  cellClicked: (sender: any, args: DataGridCellEventArgs) => void;
1746
- xz(a: CellModel): void;
1747
- z9(a: number): void;
1750
+ x0(a: CellModel): void;
1751
+ aaa(a: number): void;
1748
1752
  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;
1753
+ xz(a: EditorCellModel): void;
1754
+ ww(a: CellModel, b: MouseButton): void;
1755
+ wu(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1756
+ private yx;
1753
1757
  private bs;
1754
1758
  get columnResizingMode(): ColumnResizingMode;
1755
1759
  set columnResizingMode(a: ColumnResizingMode);
@@ -1760,33 +1764,33 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1760
1764
  private ie;
1761
1765
  get isRowHoverEnabled(): boolean;
1762
1766
  set isRowHoverEnabled(a: boolean);
1763
- private abe;
1767
+ private abg;
1764
1768
  get rowHoverBackground(): Brush;
1765
1769
  set rowHoverBackground(a: Brush);
1766
- private abf;
1770
+ private abh;
1767
1771
  get rowHoverTextColor(): Brush;
1768
1772
  set rowHoverTextColor(a: Brush);
1769
- private aa6;
1773
+ private aa8;
1770
1774
  get editRowBorder(): Brush;
1771
1775
  set editRowBorder(a: Brush);
1772
- private ade;
1776
+ private adh;
1773
1777
  get editRowBorderWidth(): Thickness;
1774
1778
  set editRowBorderWidth(a: Thickness);
1775
- ac8: Point;
1779
+ adb: Point;
1776
1780
  as: CellPath;
1777
1781
  ap: CellPath;
1778
1782
  private h3;
1779
- w0(a: CellModel, b: number, c: number): void;
1780
1783
  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;
1784
+ w2(a: CellModel, b: number, c: number): void;
1785
+ w0(a: CellModel, b: number, c: number): void;
1783
1786
  x6(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1787
+ x7(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
1784
1788
  private jn;
1785
1789
  private nk;
1786
1790
  private get ov();
1787
1791
  private set ov(value);
1788
- wy(a: CellModel, b: number, c: number): void;
1789
- x4(a: CellModel, b: number, c: number): void;
1792
+ wz(a: CellModel, b: number, c: number): void;
1793
+ x5(a: CellModel, b: number, c: number): void;
1790
1794
  private ns;
1791
1795
  private il;
1792
1796
  private ik;
@@ -1804,16 +1808,16 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1804
1808
  private ny;
1805
1809
  private nx;
1806
1810
  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;
1811
+ vg(): void;
1812
+ xy(a: CellPath, b: number, c: number, d: boolean): void;
1813
+ xu(a: any, b: DragSelectEventArgs): void;
1814
+ xs(a: any, b: DragSelectEventArgs): void;
1811
1815
  private no;
1812
1816
  get ox(): number;
1813
1817
  set ox(a: number);
1814
1818
  private nz;
1815
1819
  private fq;
1816
- private xs;
1820
+ private xt;
1817
1821
  private ao;
1818
1822
  private ak;
1819
1823
  private al;
@@ -1821,39 +1825,39 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
1821
1825
  private mo;
1822
1826
  private ml;
1823
1827
  private mm;
1824
- private xu;
1825
1828
  private xv;
1826
- private zq;
1827
1829
  private xw;
1830
+ private zr;
1831
+ private xx;
1828
1832
  private l1;
1829
1833
  private l2;
1830
- private zv;
1831
- private ada;
1834
+ private zw;
1835
+ private add;
1832
1836
  private aj;
1833
1837
  getHitCell(a: number, b: number): CellModel;
1834
1838
  private av;
1835
1839
  private jc;
1836
- private vs;
1837
- private aae;
1840
+ private vt;
1841
+ private aaf;
1838
1842
  constructor();
1839
- zg(a: ColumnGroupDescription): void;
1840
- zh(a: ColumnSummaryDescription): void;
1841
- private z2;
1842
- private v2;
1843
+ zh(a: ColumnGroupDescription): void;
1844
+ zi(a: ColumnSummaryDescription): void;
1845
+ private z3;
1846
+ private v3;
1843
1847
  private ke;
1844
- private vz;
1845
- private z0;
1846
- private z8;
1848
+ private v0;
1849
+ private z1;
1850
+ private z9;
1847
1851
  private b6;
1848
1852
  private i4;
1849
- private zt;
1850
1853
  private zu;
1854
+ private zv;
1851
1855
  private i6;
1856
+ private zt;
1852
1857
  private zs;
1853
- private zr;
1854
1858
  private i3;
1855
- private ys;
1856
1859
  private yt;
1860
+ private yu;
1857
1861
  private c7;
1858
1862
  get c8(): GridAnimationManager;
1859
1863
  set c8(a: GridAnimationManager);
@@ -2057,7 +2061,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2057
2061
  private a0;
2058
2062
  get columnExchangingAnimationMode(): ColumnExchangingAnimationMode;
2059
2063
  set columnExchangingAnimationMode(a: ColumnExchangingAnimationMode);
2060
- private adf;
2064
+ private adi;
2061
2065
  get inset(): Thickness;
2062
2066
  set inset(a: Thickness);
2063
2067
  private cj;
@@ -2090,7 +2094,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2090
2094
  get pinnedItems(): GridSelectedItemsCollection;
2091
2095
  private ej;
2092
2096
  get pinnedKeys(): GridSelectedKeysCollection;
2093
- private z4;
2097
+ private z5;
2094
2098
  private h0;
2095
2099
  get isColumnOptionsEnabled(): boolean;
2096
2100
  set isColumnOptionsEnabled(a: boolean);
@@ -2106,16 +2110,19 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2106
2110
  private ia;
2107
2111
  get isHeaderSeparatorVisible(): boolean;
2108
2112
  set isHeaderSeparatorVisible(a: boolean);
2109
- private aar;
2113
+ private aas;
2110
2114
  get cellSelectedBackground(): Brush;
2111
2115
  set cellSelectedBackground(a: Brush);
2112
- private abm;
2116
+ private aat;
2117
+ get cellSelectedTextColor(): Brush;
2118
+ set cellSelectedTextColor(a: Brush);
2119
+ private abo;
2113
2120
  get sectionHeaderSelectedBackground(): Brush;
2114
2121
  set sectionHeaderSelectedBackground(a: Brush);
2115
- private abp;
2122
+ private abr;
2116
2123
  get summaryRootBackground(): Brush;
2117
2124
  set summaryRootBackground(a: Brush);
2118
- private abt;
2125
+ private abv;
2119
2126
  get summarySectionBackground(): Brush;
2120
2127
  set summarySectionBackground(a: Brush);
2121
2128
  private mn;
@@ -2127,29 +2134,29 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2127
2134
  private mj;
2128
2135
  get editOpacity(): number;
2129
2136
  set editOpacity(a: number);
2130
- private aa5;
2137
+ private aa7;
2131
2138
  get deletedTextColor(): Brush;
2132
2139
  set deletedTextColor(a: Brush);
2133
- private abo;
2140
+ private abq;
2134
2141
  get stickyRowBackground(): Brush;
2135
2142
  set stickyRowBackground(a: Brush);
2136
- private abd;
2143
+ private abf;
2137
2144
  get pinnedRowBackground(): Brush;
2138
2145
  set pinnedRowBackground(a: Brush);
2139
- private abc;
2146
+ private abe;
2140
2147
  get lastStickyRowBackground(): Brush;
2141
2148
  set lastStickyRowBackground(a: Brush);
2142
2149
  private dj;
2143
2150
  private di;
2144
2151
  get activeCell(): GridCellPosition;
2145
2152
  set activeCell(a: GridCellPosition);
2146
- private aaq;
2153
+ private aar;
2147
2154
  get cellBackground(): Brush;
2148
2155
  set cellBackground(a: Brush);
2149
- private aas;
2156
+ private aau;
2150
2157
  get cellTextColor(): Brush;
2151
2158
  set cellTextColor(a: Brush);
2152
- private aba;
2159
+ private abc;
2153
2160
  get headerSortIndicatorColor(): Brush;
2154
2161
  set headerSortIndicatorColor(a: Brush);
2155
2162
  private f9;
@@ -2158,10 +2165,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2158
2165
  private gv;
2159
2166
  get cellTextStyle(): FontInfo;
2160
2167
  set cellTextStyle(a: FontInfo);
2161
- private abl;
2168
+ private abn;
2162
2169
  get sectionHeaderBackground(): Brush;
2163
2170
  set sectionHeaderBackground(a: Brush);
2164
- private abn;
2171
+ private abp;
2165
2172
  get sectionHeaderTextColor(): Brush;
2166
2173
  set sectionHeaderTextColor(a: Brush);
2167
2174
  private g0;
@@ -2173,7 +2180,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2173
2180
  private g3;
2174
2181
  get summarySectionLabelTextStyle(): FontInfo;
2175
2182
  set summarySectionLabelTextStyle(a: FontInfo);
2176
- private abs;
2183
+ private abu;
2177
2184
  get summaryRootValueTextColor(): Brush;
2178
2185
  set summaryRootValueTextColor(a: Brush);
2179
2186
  private g2;
@@ -2182,19 +2189,19 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2182
2189
  private g4;
2183
2190
  get summarySectionValueTextStyle(): FontInfo;
2184
2191
  set summarySectionValueTextStyle(a: FontInfo);
2185
- private abw;
2192
+ private aby;
2186
2193
  get summarySectionValueTextColor(): Brush;
2187
2194
  set summarySectionValueTextColor(a: Brush);
2188
- private abq;
2195
+ private abs;
2189
2196
  get summaryRootLabelTextColor(): Brush;
2190
2197
  set summaryRootLabelTextColor(a: Brush);
2191
- private abu;
2198
+ private abw;
2192
2199
  get summarySectionLabelTextColor(): Brush;
2193
2200
  set summarySectionLabelTextColor(a: Brush);
2194
- private abr;
2201
+ private abt;
2195
2202
  get summaryRootSelectedBackground(): Brush;
2196
2203
  set summaryRootSelectedBackground(a: Brush);
2197
- private abv;
2204
+ private abx;
2198
2205
  get summarySectionSelectedBackground(): Brush;
2199
2206
  set summarySectionSelectedBackground(a: Brush);
2200
2207
  private nn;
@@ -2204,31 +2211,31 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2204
2211
  get headerSeparatorWidth(): number;
2205
2212
  set headerSeparatorWidth(a: number);
2206
2213
  n2(a: number): number;
2207
- private aa9;
2214
+ private abb;
2208
2215
  get headerSeparatorBackground(): Brush;
2209
2216
  set headerSeparatorBackground(a: Brush);
2210
- private aa7;
2217
+ private aa9;
2211
2218
  get headerBackground(): Brush;
2212
2219
  set headerBackground(a: Brush);
2213
- private abb;
2220
+ private abd;
2214
2221
  get headerTextColor(): Brush;
2215
2222
  set headerTextColor(a: Brush);
2216
2223
  private gz;
2217
2224
  get headerTextStyle(): FontInfo;
2218
2225
  set headerTextStyle(a: FontInfo);
2219
- private abg;
2226
+ private abi;
2220
2227
  get rowSeparatorBackground(): Brush;
2221
2228
  set rowSeparatorBackground(a: Brush);
2222
- private aa8;
2229
+ private aba;
2223
2230
  get headerRowSeparatorBackground(): Brush;
2224
2231
  set headerRowSeparatorBackground(a: Brush);
2225
- private abj;
2232
+ private abl;
2226
2233
  get rowSeparatorStickyRowBackground(): Brush;
2227
2234
  set rowSeparatorStickyRowBackground(a: Brush);
2228
- private abh;
2235
+ private abj;
2229
2236
  get rowSeparatorLastStickyRowBackground(): Brush;
2230
2237
  set rowSeparatorLastStickyRowBackground(a: Brush);
2231
- private abi;
2238
+ private abk;
2232
2239
  get rowSeparatorPinnedRowBackground(): Brush;
2233
2240
  set rowSeparatorPinnedRowBackground(a: Brush);
2234
2241
  private nd;
@@ -2243,10 +2250,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2243
2250
  private mc;
2244
2251
  get columnMovingSeparatorOpacity(): number;
2245
2252
  set columnMovingSeparatorOpacity(a: number);
2246
- private aa4;
2253
+ private aa6;
2247
2254
  get columnResizingSeparatorBackground(): Brush;
2248
2255
  set columnResizingSeparatorBackground(a: Brush);
2249
- private aat;
2256
+ private aav;
2250
2257
  get columnMovingSeparatorBackground(): Brush;
2251
2258
  set columnMovingSeparatorBackground(a: Brush);
2252
2259
  private iv;
@@ -2255,37 +2262,37 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2255
2262
  private bi;
2256
2263
  get columnOptionsIconAlignment(): ColumnOptionsIconAlignment;
2257
2264
  set columnOptionsIconAlignment(a: ColumnOptionsIconAlignment);
2258
- private aa0;
2265
+ private aa2;
2259
2266
  get columnOptionsIconColor(): Brush;
2260
2267
  set columnOptionsIconColor(a: Brush);
2261
2268
  private bk;
2262
2269
  get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
2263
2270
  set columnOptionsIconBehavior(a: ColumnOptionsIconBehavior);
2264
- private aan;
2271
+ private aao;
2265
2272
  get actualBorder(): Brush;
2266
2273
  set actualBorder(a: Brush);
2267
- private aap;
2274
+ private aaq;
2268
2275
  get border(): Brush;
2269
2276
  set border(a: Brush);
2270
- private add;
2271
- get adj(): Thickness;
2272
- set adj(a: Thickness);
2273
- private adb;
2277
+ private adg;
2278
+ get adm(): Thickness;
2279
+ set adm(a: Thickness);
2280
+ private ade;
2274
2281
  get actualBorderWidth(): Thickness;
2275
2282
  set actualBorderWidth(a: Thickness);
2276
- private adc;
2283
+ private adf;
2277
2284
  get borderWidth(): Thickness;
2278
2285
  set borderWidth(a: Thickness);
2279
2286
  private io;
2280
2287
  get notifyOnAllSelectionChanges(): boolean;
2281
2288
  set notifyOnAllSelectionChanges(a: boolean);
2289
+ private aai;
2290
+ get aam(): CornerRadius;
2291
+ set aam(a: CornerRadius);
2282
2292
  private aah;
2283
- get aal(): CornerRadius;
2284
- set aal(a: CornerRadius);
2285
- private aag;
2286
2293
  get cornerRadius(): CornerRadius;
2287
2294
  set cornerRadius(a: CornerRadius);
2288
- private aaf;
2295
+ private aag;
2289
2296
  get actualCornerRadius(): CornerRadius;
2290
2297
  set actualCornerRadius(a: CornerRadius);
2291
2298
  static readonly isActiveCellStyleEnabledPropertyName: string;
@@ -2295,10 +2302,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2295
2302
  private i1;
2296
2303
  get stopPropagation(): boolean;
2297
2304
  set stopPropagation(a: boolean);
2298
- private aam;
2305
+ private aan;
2299
2306
  get actualBackground(): Brush;
2300
2307
  set actualBackground(a: Brush);
2301
- private aao;
2308
+ private aap;
2302
2309
  get background(): Brush;
2303
2310
  set background(a: Brush);
2304
2311
  private hf;
@@ -2307,7 +2314,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2307
2314
  private e5;
2308
2315
  get renderingEngine(): ICellRenderingEngine;
2309
2316
  set renderingEngine(a: ICellRenderingEngine);
2310
- private x9;
2317
+ private ya;
2311
2318
  private ft;
2312
2319
  get responsiveStates(): ResponsiveStatesCollection;
2313
2320
  private gn;
@@ -2340,7 +2347,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2340
2347
  private pk;
2341
2348
  get initialSummaries(): string;
2342
2349
  set initialSummaries(a: string);
2343
- private v7;
2350
+ private v8;
2344
2351
  jm(a: any[], b: any[]): boolean;
2345
2352
  get sortDescriptions(): ColumnSortDescriptionCollection;
2346
2353
  get groupDescriptions(): ColumnGroupDescriptionCollection;
@@ -2349,7 +2356,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2349
2356
  summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
2350
2357
  columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
2351
2358
  columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
2352
- private xh;
2359
+ private xi;
2353
2360
  cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
2354
2361
  dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
2355
2362
  dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
@@ -2380,13 +2387,13 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2380
2387
  set autoAcceptEdits(a: boolean);
2381
2388
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2382
2389
  postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
2383
- protected x7(a: string, b: any, c: any): void;
2384
- zf(): void;
2385
- yz(): void;
2390
+ protected x8(a: string, b: any, c: any): void;
2391
+ zg(): void;
2386
2392
  y0(): void;
2393
+ y1(): void;
2387
2394
  calculateCompleted: (sender: any, e: any) => void;
2388
- wq(): void;
2389
- v1(): void;
2395
+ wr(): void;
2396
+ v2(): void;
2390
2397
  private it;
2391
2398
  get lc(): boolean;
2392
2399
  set lc(a: boolean);
@@ -2405,31 +2412,31 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2405
2412
  private hk;
2406
2413
  get i8(): boolean;
2407
2414
  set i8(a: boolean);
2408
- protected yu(a: string, b: any, c: any): void;
2409
- private z6;
2410
- private aaj;
2411
- private adi;
2415
+ protected yv(a: string, b: any, c: any): void;
2416
+ private z7;
2417
+ private aak;
2418
+ private adl;
2412
2419
  syncBorder(): void;
2413
- private xq;
2420
+ private xr;
2414
2421
  private n;
2415
2422
  private o;
2416
2423
  private h;
2417
- private vm;
2418
- private zj;
2419
- private v3;
2420
- private v4;
2424
+ private vn;
2421
2425
  private zk;
2426
+ private v4;
2422
2427
  private v5;
2428
+ private zl;
2429
+ private v6;
2430
+ private vr;
2423
2431
  private vq;
2424
- private vp;
2425
2432
  rootSummariesChanged: (sender: any, args: DataSourceRootSummariesChangedEventArgs) => void;
2426
2433
  private lw;
2427
- private r0;
2428
- private ya;
2429
- private vx;
2430
- private vo;
2431
- private xp;
2432
- wk(): void;
2434
+ private r1;
2435
+ private yb;
2436
+ private vy;
2437
+ private vp;
2438
+ private xq;
2439
+ wl(): void;
2433
2440
  sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
2434
2441
  onSizeChanged(a: number, b: number): void;
2435
2442
  viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
@@ -2443,19 +2450,19 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2443
2450
  actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
2444
2451
  private dp;
2445
2452
  get columns(): GridColumnCollection;
2446
- x3(a: CellModel, b: any, c: any): void;
2447
- x2(a: CellModel, b: any, c: any, d: string): void;
2453
+ x4(a: CellModel, b: any, c: any): void;
2454
+ x3(a: CellModel, b: any, c: any, d: string): void;
2448
2455
  ci(a: CellPath): DataGridColumn;
2449
2456
  hideThenRemoveColumn(a: DataGridColumn): void;
2450
2457
  exchangeColumn(a: DataGridColumn, b: DataGridColumn): void;
2451
- private u7;
2458
+ private u8;
2452
2459
  private im;
2453
- private xl;
2454
- private xi;
2455
- private xd;
2456
- private vi;
2457
- private yg;
2458
- private vl;
2460
+ private xm;
2461
+ private xj;
2462
+ private xe;
2463
+ private vj;
2464
+ private yh;
2465
+ private vm;
2459
2466
  pinColumn(a: DataGridColumn, b: PinnedPositions): void;
2460
2467
  private lo;
2461
2468
  private lp;
@@ -2467,11 +2474,11 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2467
2474
  private kt;
2468
2475
  private cg;
2469
2476
  private cf;
2470
- private xe;
2471
- private vh;
2472
- private z7;
2477
+ private xf;
2478
+ private vi;
2479
+ private z8;
2473
2480
  private cl;
2474
- r1(a: CellPath, b: DataGrid, c: any, d: number): string;
2481
+ r2(a: CellPath, b: DataGrid, c: any, d: number): string;
2475
2482
  am(a: CellPath, b: string): CellModel;
2476
2483
  exportVisualModel(): any;
2477
2484
  exportSerializedVisualModel(): string;
@@ -2482,17 +2489,17 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2482
2489
  scrollToItem(a: any): boolean;
2483
2490
  scrollToPrimaryKey(a: any[]): boolean;
2484
2491
  scrollToColumnByIndex(a: number): void;
2485
- private zm;
2492
+ private zn;
2486
2493
  lj(a: DataGridColumn): boolean;
2487
- xo(a: number, b: number): void;
2488
- private vg;
2494
+ xp(a: number, b: number): void;
2495
+ private vh;
2489
2496
  private ob;
2490
2497
  private lf;
2491
2498
  getLastVisibleIndex(): number;
2492
2499
  getFirstVisibleIndex(): number;
2493
2500
  od(): number;
2494
2501
  oi(): number;
2495
- yp(): void;
2502
+ yq(): void;
2496
2503
  jt: boolean;
2497
2504
  kd: boolean;
2498
2505
  get kk(): boolean;
@@ -2507,15 +2514,15 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2507
2514
  private l0;
2508
2515
  private hm;
2509
2516
  private hl;
2510
- vc(a?: boolean): void;
2511
- vv(): void;
2512
- ye(a: any, b: PrimaryKeyValue): void;
2517
+ vd(a?: boolean): void;
2518
+ vw(): void;
2513
2519
  yf(a: any, b: PrimaryKeyValue): void;
2514
- yl(a: number, b: any, c: PrimaryKeyValue): void;
2520
+ yg(a: any, b: PrimaryKeyValue): void;
2521
+ ym(a: number, b: any, c: PrimaryKeyValue): void;
2515
2522
  private i5;
2516
- wr(a: number, b: number, c: string): void;
2517
- wu(a: number, b: string): void;
2518
- private ws;
2523
+ ws(a: number, b: number, c: string): void;
2524
+ wv(a: number, b: string): void;
2525
+ private wt;
2519
2526
  private nv;
2520
2527
  private nw;
2521
2528
  kv(a: boolean, b: boolean): boolean;
@@ -2525,15 +2532,15 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2525
2532
  private om;
2526
2533
  private ol;
2527
2534
  private oa;
2528
- vd(a: number, b: number, c: boolean, d?: boolean): void;
2535
+ ve(a: number, b: number, c: boolean, d?: boolean): void;
2529
2536
  k0(a: boolean, b: boolean): boolean;
2530
2537
  k2(a: boolean, b: boolean): boolean;
2531
2538
  k3(a: boolean, b: boolean): boolean;
2532
2539
  k4(a: boolean, b: boolean): boolean;
2533
2540
  k5(a: boolean, b: boolean): boolean;
2534
- x0(a: boolean, b: boolean): void;
2541
+ x1(a: boolean, b: boolean): void;
2535
2542
  k7(a: boolean, b: boolean): boolean;
2536
- yq(): void;
2543
+ yr(): void;
2537
2544
  k8(a: boolean, b: boolean): boolean;
2538
2545
  kx(a: boolean, b: boolean): boolean;
2539
2546
  ky(): boolean;
@@ -2544,58 +2551,58 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2544
2551
  ls(): boolean;
2545
2552
  lm(a: CellModel): boolean;
2546
2553
  jl(a: boolean, b?: boolean): boolean;
2547
- vu(a: boolean): void;
2548
- w6(a: PrimaryKeyValue, b: number): void;
2554
+ vv(a: boolean): void;
2549
2555
  w7(a: PrimaryKeyValue, b: number): void;
2556
+ w8(a: PrimaryKeyValue, b: number): void;
2550
2557
  columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
2551
2558
  selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
2552
2559
  selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
2553
2560
  selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
2554
2561
  selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
2555
2562
  private iu;
2556
- private ym;
2563
+ private yn;
2557
2564
  activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
2558
2565
  selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
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
+ aad(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
2567
+ vb(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2568
+ vc(a: any, b: PrimaryKeyValue, c: boolean): void;
2569
+ aac(a: number, b: any, c: PrimaryKeyValue): void;
2570
+ zd(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
2571
+ ze(a: any, b: PrimaryKeyValue, c: boolean): void;
2566
2572
  private yj;
2567
- private yh;
2568
2573
  private yk;
2574
+ private yi;
2575
+ private yl;
2569
2576
  private au;
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;
2577
+ va(a: number, b: number, c: number, d: number): void;
2578
+ u9(a: CellRange): void;
2579
+ za(a: CellRange): void;
2580
+ y9(): void;
2581
+ private wj;
2582
+ yo(a: number, b: any, c: any): void;
2583
+ private v9;
2584
+ w9(): void;
2585
+ zj(a: GridConditionalStyle, b: DataGridColumn): void;
2586
+ zf(a: GridConditionalStyle, b: DataGridColumn): void;
2580
2587
  l3(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
2581
2588
  private lv;
2582
- vw(a: ColumnSummaryDescription): void;
2589
+ vx(a: ColumnSummaryDescription): void;
2583
2590
  private j6;
2584
- y7(a: ColumnSummaryDescription): void;
2591
+ y8(a: ColumnSummaryDescription): void;
2585
2592
  invalidateVisibleRows(): void;
2586
2593
  pg(a: DataGridColumn): any;
2587
2594
  pf(a: DataGridColumn): any;
2588
2595
  ph(a: DataGridColumn): any;
2589
- private v9;
2596
+ private wa;
2590
2597
  private oe;
2591
2598
  private oj;
2592
- private wa;
2599
+ private wb;
2593
2600
  private hy;
2594
- yv(): void;
2595
- x1(a: number, b: any): void;
2596
- x8(a: number, b: any): void;
2601
+ yw(): void;
2602
+ x2(a: number, b: any): void;
2603
+ x9(a: number, b: any): void;
2597
2604
  setActiveResponsiveState(a: string): void;
2598
- zx(a: ResponsiveState): void;
2605
+ zy(a: ResponsiveState): void;
2599
2606
  notifySetItem(a: number, b: any, c: any): void;
2600
2607
  notifyClearItems(): void;
2601
2608
  notifyInsertItem(a: number, b: any): void;
@@ -2619,18 +2626,18 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2619
2626
  set reactsToFilterChanges(a: boolean);
2620
2627
  aa(a: DataGridColumn): IFilterExpression;
2621
2628
  lt(a: CellModel, b: number, c: any, d: any, e: any): boolean;
2622
- private aad;
2629
+ private aae;
2623
2630
  private o8;
2624
2631
  columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
2625
- private xm;
2632
+ private xn;
2626
2633
  cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
2627
- private wx;
2634
+ private wy;
2628
2635
  cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
2629
- private ww;
2636
+ private wx;
2630
2637
  rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
2631
- private yc;
2638
+ private yd;
2632
2639
  rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
2633
- private yb;
2640
+ private yc;
2634
2641
  j5(): boolean;
2635
2642
  get canUndo(): boolean;
2636
2643
  get canRedo(): boolean;
@@ -2658,8 +2665,8 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2658
2665
  set enterBehaviorAfterEdit(a: EnterKeyBehaviorAfterEdit);
2659
2666
  selectAllRows(): void;
2660
2667
  deselectAllRows(): void;
2661
- private rc;
2662
- private rx;
2668
+ private rd;
2669
+ private ry;
2663
2670
  private ib;
2664
2671
  get kf(): boolean;
2665
2672
  set kf(a: boolean);
@@ -2705,11 +2712,11 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2705
2712
  get clearSelectionOnEscape(): boolean;
2706
2713
  set clearSelectionOnEscape(a: boolean);
2707
2714
  customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
2708
- xn(a: DataGridColumn, b: FilterOperand, c: any): void;
2715
+ xo(a: DataGridColumn, b: FilterOperand, c: any): void;
2709
2716
  private nb;
2710
2717
  ll(): boolean;
2718
+ wf(): void;
2711
2719
  we(): void;
2712
- wd(): void;
2713
2720
  private ic;
2714
2721
  get isPagerVisible(): boolean;
2715
2722
  set isPagerVisible(a: boolean);
@@ -2743,40 +2750,40 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
2743
2750
  private gp;
2744
2751
  get scrollbarStyle(): ScrollbarStyle;
2745
2752
  set scrollbarStyle(a: ScrollbarStyle);
2746
- private abk;
2753
+ private abm;
2747
2754
  get scrollbarBackground(): Brush;
2748
2755
  set scrollbarBackground(a: Brush);
2749
- private aav;
2756
+ private aax;
2750
2757
  get columnOptionsBackground(): Brush;
2751
2758
  set columnOptionsBackground(a: Brush);
2752
- private aa2;
2759
+ private aa4;
2753
2760
  get columnOptionsTextColor(): Brush;
2754
2761
  set columnOptionsTextColor(a: Brush);
2755
2762
  private gx;
2756
2763
  get columnOptionsTextStyle(): FontInfo;
2757
2764
  set columnOptionsTextStyle(a: FontInfo);
2758
- private aaz;
2765
+ private aa1;
2759
2766
  get columnOptionsHoverBackgroundColor(): Brush;
2760
2767
  set columnOptionsHoverBackgroundColor(a: Brush);
2761
- private aa3;
2768
+ private aa5;
2762
2769
  get columnOptionsToolTipBackgroundColor(): Brush;
2763
2770
  set columnOptionsToolTipBackgroundColor(a: Brush);
2764
- private aay;
2771
+ private aa0;
2765
2772
  get columnOptionsHighlightColor(): Brush;
2766
2773
  set columnOptionsHighlightColor(a: Brush);
2767
- private aa1;
2774
+ private aa3;
2768
2775
  get columnOptionsSeparatorColor(): Brush;
2769
2776
  set columnOptionsSeparatorColor(a: Brush);
2770
- private aaw;
2777
+ private aay;
2771
2778
  get columnOptionsGroupHeaderBackground(): Brush;
2772
2779
  set columnOptionsGroupHeaderBackground(a: Brush);
2773
- private aax;
2780
+ private aaz;
2774
2781
  get columnOptionsGroupHeaderTextColor(): Brush;
2775
2782
  set columnOptionsGroupHeaderTextColor(a: Brush);
2776
2783
  private gw;
2777
2784
  get columnOptionsGroupHeaderTextStyle(): FontInfo;
2778
2785
  set columnOptionsGroupHeaderTextStyle(a: FontInfo);
2779
- private aau;
2786
+ private aaw;
2780
2787
  get columnOptionsAccentColor(): Brush;
2781
2788
  set columnOptionsAccentColor(a: Brush);
2782
2789
  private nc;
@@ -3202,20 +3209,20 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3202
3209
  get gc(): Brush;
3203
3210
  set gc(a: Brush);
3204
3211
  private f4;
3205
- get gz(): Brush;
3206
- set gz(a: Brush);
3212
+ get g0(): Brush;
3213
+ set g0(a: Brush);
3207
3214
  private fv;
3208
3215
  get gf(): Brush;
3209
3216
  set gf(a: Brush);
3210
3217
  private f3;
3211
- get gy(): Brush;
3212
- set gy(a: Brush);
3218
+ get gz(): Brush;
3219
+ set gz(a: Brush);
3213
3220
  private fu;
3214
3221
  get ge(): Brush;
3215
3222
  set ge(a: Brush);
3216
3223
  private f2;
3217
- get gx(): Brush;
3218
- set gx(a: Brush);
3224
+ get gy(): Brush;
3225
+ set gy(a: Brush);
3219
3226
  private ft;
3220
3227
  get gd(): Brush;
3221
3228
  set gd(a: Brush);
@@ -3241,8 +3248,8 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3241
3248
  get ab(): TextCellLineBreakMode;
3242
3249
  set ab(a: TextCellLineBreakMode);
3243
3250
  private f5;
3244
- get g0(): Brush;
3245
- set g0(a: Brush);
3251
+ get g1(): Brush;
3252
+ set g1(a: Brush);
3246
3253
  private fw;
3247
3254
  get gg(): Brush;
3248
3255
  set gg(a: Brush);
@@ -3305,8 +3312,8 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3305
3312
  private cp;
3306
3313
  private cr;
3307
3314
  private cs;
3315
+ private gx;
3308
3316
  private gw;
3309
- private gv;
3310
3317
  private bl;
3311
3318
  private bm;
3312
3319
  bh(a: any): number;
@@ -3348,7 +3355,7 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3348
3355
  private el;
3349
3356
  protected f(): CellContentHorizontalAlignment;
3350
3357
  protected k(): CellContentVerticalAlignment;
3351
- protected gu(): Brush;
3358
+ protected gv(): Brush;
3352
3359
  protected go(): Brush;
3353
3360
  protected gp(): Brush;
3354
3361
  protected cl(): number;
@@ -3356,10 +3363,11 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3356
3363
  protected gm(): Brush;
3357
3364
  protected ak(): FontInfo;
3358
3365
  protected gn(): Brush;
3359
- protected gt(): Brush;
3366
+ protected gu(): Brush;
3360
3367
  protected gr(): Brush;
3361
3368
  protected gq(): Brush;
3362
3369
  protected gs(): Brush;
3370
+ protected gt(): Brush;
3363
3371
  protected bj(): number;
3364
3372
  definitionPropertyUpdated: (sender: any, args: DefinitionPropertyUpdatedEventArgs) => void;
3365
3373
  private ae;
@@ -3381,415 +3389,422 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
3381
3389
  export declare abstract class DataGridColumn extends DefinitionBase implements IToolbarTarget {
3382
3390
  static $t: Type;
3383
3391
  constructor();
3384
- private o8;
3392
+ private pb;
3385
3393
  protected e2(a: GridConditionalStyle): void;
3386
3394
  protected ct(): any;
3387
3395
  protected cu(): any;
3388
3396
  protected cv(): any;
3389
3397
  protected au(a: GridConditionalStyle): boolean;
3390
- protected rp(): Brush;
3391
- protected ro(): Brush;
3392
- private static lm;
3393
- ln: number;
3394
- private hv;
3395
- get hw(): ColumnStates;
3396
- set hw(a: ColumnStates);
3397
- private k6;
3398
- get lj(): number;
3399
- set lj(a: number);
3400
- private k8;
3401
- get ll(): number;
3402
- set ll(a: number);
3398
+ protected rw(): Brush;
3399
+ protected rv(): Brush;
3400
+ private static ln;
3401
+ lo: number;
3402
+ private hw;
3403
+ get hx(): ColumnStates;
3404
+ set hx(a: ColumnStates);
3403
3405
  private k7;
3404
3406
  get lk(): number;
3405
3407
  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);
3408
+ private k9;
3409
+ get lm(): number;
3410
+ set lm(a: number);
3411
+ private k8;
3412
+ get ll(): number;
3413
+ set ll(a: number);
3414
+ private k6;
3415
+ get lj(): number;
3416
+ set lj(a: number);
3417
+ private lw;
3418
+ get n8(): string;
3419
+ set n8(a: string);
3418
3420
  private k4;
3419
3421
  get lh(): number;
3420
3422
  set lh(a: number);
3421
- private ip;
3422
- get ir(): PinnedPositions;
3423
- set ir(a: PinnedPositions);
3424
- private lt;
3425
- get nf(): string;
3426
- set nf(a: string);
3423
+ private k3;
3424
+ get lg(): number;
3425
+ set lg(a: number);
3426
+ private k5;
3427
+ get li(): number;
3428
+ set li(a: number);
3429
+ private iq;
3430
+ get is(): PinnedPositions;
3431
+ set is(a: PinnedPositions);
3427
3432
  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);
3451
- private ib;
3452
- get ic(): GridColumnAnimationSettings;
3453
- set ic(a: GridColumnAnimationSettings);
3454
- private hx;
3433
+ get nh(): string;
3434
+ set nh(a: string);
3435
+ private lv;
3436
+ get no(): string;
3437
+ set no(a: string);
3438
+ private ls;
3439
+ get mj(): string;
3440
+ set mj(a: string);
3441
+ private q0;
3442
+ get rz(): Brush;
3443
+ set rz(a: Brush);
3444
+ private ql;
3445
+ get ri(): Brush;
3446
+ set ri(a: Brush);
3447
+ private q1;
3448
+ get r0(): Brush;
3449
+ set r0(a: Brush);
3450
+ private qm;
3451
+ get rj(): Brush;
3452
+ set rj(a: Brush);
3453
+ private qy;
3454
+ get rx(): Brush;
3455
+ set rx(a: Brush);
3456
+ private qj;
3457
+ get rg(): Brush;
3458
+ set rg(a: Brush);
3459
+ private qz;
3460
+ get ry(): Brush;
3461
+ set ry(a: Brush);
3462
+ private qk;
3463
+ get rh(): Brush;
3464
+ set rh(a: Brush);
3465
+ private ic;
3466
+ get id(): GridColumnAnimationSettings;
3467
+ set id(a: GridColumnAnimationSettings);
3468
+ private hy;
3455
3469
  get width(): ColumnWidth;
3456
3470
  set width(a: ColumnWidth);
3457
- private ki;
3458
- get kq(): number;
3459
- set kq(a: number);
3471
+ private kj;
3472
+ get kr(): number;
3473
+ set kr(a: number);
3474
+ private jr;
3475
+ get j9(): boolean;
3476
+ set j9(a: boolean);
3477
+ private jl;
3478
+ get j3(): boolean;
3479
+ set j3(a: boolean);
3480
+ private ju;
3481
+ get kc(): boolean;
3482
+ set kc(a: boolean);
3483
+ private g4;
3484
+ get g5(): ColumnFilterCondition;
3485
+ set g5(a: ColumnFilterCondition);
3486
+ private g6;
3487
+ get g7(): IFilterExpression;
3488
+ set g7(a: IFilterExpression);
3489
+ private ih;
3490
+ get header(): Header;
3491
+ set header(a: Header);
3460
3492
  private jq;
3461
3493
  get j8(): boolean;
3462
3494
  set j8(a: boolean);
3463
- private jk;
3464
- get j2(): boolean;
3465
- set j2(a: boolean);
3466
3495
  private jt;
3467
3496
  get kb(): boolean;
3468
3497
  set kb(a: boolean);
3469
- private g3;
3470
- get g4(): ColumnFilterCondition;
3471
- set g4(a: ColumnFilterCondition);
3472
- private g5;
3473
- get g6(): IFilterExpression;
3474
- set g6(a: IFilterExpression);
3475
- private ig;
3476
- get header(): Header;
3477
- set header(a: Header);
3478
- private jp;
3479
- get j7(): boolean;
3480
- set j7(a: boolean);
3481
3498
  private js;
3482
3499
  get ka(): boolean;
3483
3500
  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);
3490
- private ht;
3491
- get hu(): ColumnSortDirection;
3492
- set hu(a: ColumnSortDirection);
3493
- private iq;
3494
- get is(): PinnedPositions;
3495
- set is(a: PinnedPositions);
3496
- private jj;
3497
- get j1(): boolean;
3498
- set j1(a: boolean);
3499
- get jy(): boolean;
3500
- private hj;
3501
- get hl(): ColumnOptionsIconAlignment;
3502
- set hl(a: ColumnOptionsIconAlignment);
3501
+ private jv;
3502
+ get ke(): boolean;
3503
+ set ke(a: boolean);
3504
+ private hu;
3505
+ get hv(): ColumnSortDirection;
3506
+ set hv(a: ColumnSortDirection);
3507
+ private ir;
3508
+ get it(): PinnedPositions;
3509
+ set it(a: PinnedPositions);
3510
+ private jk;
3511
+ get j2(): boolean;
3512
+ set j2(a: boolean);
3513
+ get jz(): boolean;
3503
3514
  private hk;
3504
3515
  get hm(): ColumnOptionsIconAlignment;
3505
3516
  set hm(a: ColumnOptionsIconAlignment);
3506
- private qa;
3507
- get q5(): Brush;
3508
- set q5(a: Brush);
3509
- private qo;
3510
- get rj(): Brush;
3511
- set rj(a: Brush);
3517
+ private hl;
3518
+ get hn(): ColumnOptionsIconAlignment;
3519
+ set hn(a: ColumnOptionsIconAlignment);
3520
+ private qe;
3521
+ get rb(): Brush;
3522
+ set rb(a: Brush);
3523
+ private qt;
3524
+ get rq(): Brush;
3525
+ set rq(a: Brush);
3526
+ private hp;
3527
+ get hr(): ColumnOptionsIconBehavior;
3528
+ set hr(a: ColumnOptionsIconBehavior);
3512
3529
  private ho;
3513
3530
  get hq(): ColumnOptionsIconBehavior;
3514
3531
  set hq(a: ColumnOptionsIconBehavior);
3515
- private hn;
3516
- get hp(): ColumnOptionsIconBehavior;
3517
- set hp(a: ColumnOptionsIconBehavior);
3518
- private jf;
3519
- get jv(): boolean;
3520
- set jv(a: boolean);
3521
- private jl;
3522
- get j3(): boolean;
3523
- set j3(a: boolean);
3524
- private jh;
3525
- get jx(): boolean;
3526
- set jx(a: boolean);
3527
- private jn;
3528
- get j5(): boolean;
3529
- set j5(a: boolean);
3530
3532
  private jg;
3531
3533
  get jw(): boolean;
3532
3534
  set jw(a: boolean);
3533
3535
  private jm;
3534
3536
  get j4(): boolean;
3535
3537
  set j4(a: boolean);
3536
- private iw;
3537
- get ix(): BaseControlTheme;
3538
- set ix(a: BaseControlTheme);
3539
- private p7;
3540
- get q0(): Brush;
3541
- set q0(a: Brush);
3542
- private qj;
3538
+ private ji;
3539
+ get jy(): boolean;
3540
+ set jy(a: boolean);
3541
+ private jo;
3542
+ get j6(): boolean;
3543
+ set j6(a: boolean);
3544
+ private jh;
3545
+ get jx(): boolean;
3546
+ set jx(a: boolean);
3547
+ private jn;
3548
+ get j5(): boolean;
3549
+ set j5(a: boolean);
3550
+ private ix;
3551
+ get iy(): BaseControlTheme;
3552
+ set iy(a: BaseControlTheme);
3553
+ private qb;
3554
+ get q6(): Brush;
3555
+ set q6(a: Brush);
3556
+ private qo;
3557
+ get rl(): Brush;
3558
+ set rl(a: Brush);
3559
+ private qg;
3560
+ get rd(): Brush;
3561
+ set rd(a: Brush);
3562
+ private qv;
3563
+ get rs(): Brush;
3564
+ set rs(a: Brush);
3565
+ private i3;
3566
+ get ja(): FontInfo;
3567
+ set ja(a: FontInfo);
3568
+ private i6;
3569
+ get jd(): FontInfo;
3570
+ set jd(a: FontInfo);
3571
+ private qd;
3572
+ get ra(): Brush;
3573
+ set ra(a: Brush);
3574
+ private qs;
3575
+ get rp(): Brush;
3576
+ set rp(a: Brush);
3577
+ static readonly mf: string;
3578
+ private qh;
3543
3579
  get re(): Brush;
3544
3580
  set re(a: Brush);
3581
+ private qw;
3582
+ get rt(): Brush;
3583
+ set rt(a: Brush);
3545
3584
  private qc;
3585
+ get q9(): Brush;
3586
+ set q9(a: Brush);
3587
+ private qr;
3588
+ get ro(): Brush;
3589
+ set ro(a: Brush);
3590
+ private qf;
3591
+ get rc(): Brush;
3592
+ set rc(a: Brush);
3593
+ private qu;
3594
+ get rr(): Brush;
3595
+ set rr(a: Brush);
3596
+ static readonly l3: string;
3597
+ private p8;
3546
3598
  get q7(): Brush;
3547
3599
  set q7(a: Brush);
3600
+ private qp;
3601
+ get rm(): Brush;
3602
+ set rm(a: Brush);
3603
+ private p9;
3604
+ get q8(): Brush;
3605
+ set q8(a: Brush);
3548
3606
  private qq;
3549
- get rl(): Brush;
3550
- set rl(a: Brush);
3607
+ get rn(): Brush;
3608
+ set rn(a: Brush);
3551
3609
  private i2;
3552
3610
  get i9(): FontInfo;
3553
3611
  set i9(a: FontInfo);
3554
3612
  private i5;
3555
3613
  get jc(): FontInfo;
3556
3614
  set jc(a: FontInfo);
3557
- private p9;
3558
- get q4(): Brush;
3559
- set q4(a: Brush);
3615
+ private qa;
3616
+ get q5(): Brush;
3617
+ set q5(a: Brush);
3560
3618
  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
3619
  get rk(): Brush;
3581
3620
  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
3621
  private kx;
3611
3622
  get la(): number;
3612
3623
  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);
3624
+ private ky;
3625
+ get lb(): number;
3626
+ set lb(a: number);
3627
+ private jp;
3628
+ get j7(): boolean;
3629
+ set j7(a: boolean);
3630
+ private qx;
3631
+ get ru(): Brush;
3632
+ set ru(a: Brush);
3633
+ private qi;
3634
+ get rf(): Brush;
3635
+ set rf(a: Brush);
3636
+ private ki;
3637
+ get kq(): number;
3638
+ set kq(a: number);
3622
3639
  private kh;
3623
3640
  get kp(): number;
3624
3641
  set kp(a: number);
3625
- private kg;
3626
- get ko(): number;
3627
- set ko(a: number);
3628
- private i6;
3642
+ private i7;
3629
3643
  get textEditStyle(): FontInfo;
3630
3644
  set textEditStyle(a: FontInfo);
3631
- private i3;
3632
- get ja(): FontInfo;
3633
- set ja(a: FontInfo);
3634
- private h3;
3635
- get h4(): EditorType;
3636
- set h4(a: EditorType);
3637
- private lo;
3638
- get lp(): any;
3639
- set lp(a: any);
3640
- private ls;
3641
- get nb(): string;
3642
- set nb(a: string);
3643
- private g1;
3644
- get g2(): string[];
3645
- set g2(a: string[]);
3646
- private il;
3647
- get io(): MergedCellMode;
3648
- set io(a: MergedCellMode);
3649
- private ii;
3650
- get ik(): MergedCellEvaluationCriteria;
3651
- set ik(a: MergedCellEvaluationCriteria);
3645
+ private i4;
3646
+ get jb(): FontInfo;
3647
+ set jb(a: FontInfo);
3648
+ private h4;
3649
+ get h5(): EditorType;
3650
+ set h5(a: EditorType);
3651
+ private lp;
3652
+ get lq(): any;
3653
+ set lq(a: any);
3654
+ private lt;
3655
+ get nd(): string;
3656
+ set nd(a: string);
3657
+ private g2;
3658
+ get g3(): string[];
3659
+ set g3(a: string[]);
3660
+ private im;
3661
+ get ip(): MergedCellMode;
3662
+ set ip(a: MergedCellMode);
3663
+ private ij;
3664
+ get il(): MergedCellEvaluationCriteria;
3665
+ set il(a: MergedCellEvaluationCriteria);
3666
+ private hb;
3667
+ get he(): CellContentVerticalAlignment;
3668
+ set he(a: CellContentVerticalAlignment);
3652
3669
  private ha;
3653
- get hd(): CellContentVerticalAlignment;
3654
- set hd(a: CellContentVerticalAlignment);
3655
- private g9;
3656
- get hb(): CellContentVerticalAlignment;
3657
- set hb(a: CellContentVerticalAlignment);
3658
- private kz;
3659
- get lc(): number;
3660
- set lc(a: number);
3661
- private k1;
3662
- get le(): number;
3663
- set le(a: number);
3670
+ get hc(): CellContentVerticalAlignment;
3671
+ set hc(a: CellContentVerticalAlignment);
3664
3672
  private k0;
3665
3673
  get ld(): number;
3666
3674
  set ld(a: number);
3667
- private ky;
3668
- get lb(): number;
3669
- set lb(a: number);
3670
- private h5;
3671
- get h6(): FilterComparisonType;
3672
- set h6(a: FilterComparisonType);
3673
- h8(a: FilterComparisonType): FilterComparisonType;
3674
- h7(): FilterComparisonType;
3675
- private id;
3676
- get ie(): GridFilterOperandsCollection;
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;
3675
+ private k2;
3676
+ get lf(): number;
3677
+ set lf(a: number);
3678
+ private k1;
3679
+ get le(): number;
3680
+ set le(a: number);
3681
+ private kz;
3682
+ get lc(): number;
3683
+ set lc(a: number);
3684
+ private h6;
3685
+ get h7(): FilterComparisonType;
3686
+ set h7(a: FilterComparisonType);
3687
+ h9(a: FilterComparisonType): FilterComparisonType;
3688
+ h8(): FilterComparisonType;
3689
+ private ie;
3690
+ get ig(): GridFilterOperandsCollection;
3691
+ private lz;
3692
+ get ox(): string;
3693
+ set ox(a: string);
3694
+ private q4;
3695
+ get r3(): Brush;
3696
+ set r3(a: Brush);
3697
+ private i8;
3684
3698
  get suffixTextStyle(): FontInfo;
3685
3699
  set suffixTextStyle(a: FontInfo);
3700
+ private ly;
3701
+ get op(): string;
3702
+ set op(a: string);
3686
3703
  private lx;
3687
3704
  get om(): string;
3688
3705
  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);
3706
+ private q3;
3707
+ get r2(): Brush;
3708
+ set r2(a: Brush);
3709
+ private q2;
3710
+ get r1(): Brush;
3711
+ set r1(a: Brush);
3701
3712
  private kl;
3702
3713
  get kt(): number;
3703
3714
  set kt(a: number);
3704
3715
  private km;
3705
3716
  get ku(): number;
3706
3717
  set ku(a: number);
3707
- private kj;
3708
- get kr(): number;
3709
- set kr(a: number);
3710
3718
  private kn;
3711
3719
  get kv(): number;
3712
3720
  set kv(a: number);
3713
- private it;
3714
- get iu(): TextCellDecoration;
3715
- set iu(a: TextCellDecoration);
3721
+ private kk;
3722
+ get ks(): number;
3723
+ set ks(a: number);
3724
+ private ko;
3725
+ get kw(): number;
3726
+ set kw(a: number);
3727
+ private iu;
3728
+ get iv(): TextCellDecoration;
3729
+ set iv(a: TextCellDecoration);
3716
3730
  formatCell: (sender: any, args: FormatCellEventArgs) => void;
3717
- private o1;
3718
- im(): MergedCellMode;
3719
- ij(): MergedCellEvaluationCriteria;
3720
- kc(): boolean;
3731
+ private o4;
3732
+ io(): MergedCellMode;
3733
+ ik(): MergedCellEvaluationCriteria;
3734
+ kd(): boolean;
3721
3735
  protected gr(): Brush;
3722
- protected gt(): Brush;
3723
- oz(a: CellModel, b: any, c: any): string;
3736
+ protected gu(): Brush;
3737
+ o2(a: CellModel, b: any, c: any): string;
3724
3738
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
3725
3739
  protected d4(a: CellPath, b: DataGrid, c: any): string;
3726
3740
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
3727
3741
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3728
- protected he(): CellContentVerticalAlignment;
3729
- protected g8(): CellContentHorizontalAlignment;
3730
- protected hc(): CellContentVerticalAlignment;
3731
- private p0;
3732
- private o7;
3742
+ protected hf(): CellContentVerticalAlignment;
3743
+ protected g9(): CellContentHorizontalAlignment;
3744
+ protected hd(): CellContentVerticalAlignment;
3745
+ private p3;
3746
+ private pa;
3733
3747
  protected es(a: DataGrid, b: DataGrid): void;
3734
3748
  protected eu(a: any, b: PropertyChangedEventArgs): void;
3735
- p1(): void;
3736
- p2(): void;
3737
- p3(): void;
3749
+ p4(): void;
3750
+ p5(): void;
3751
+ p6(): void;
3752
+ p7(): void;
3738
3753
  protected e8(): void;
3739
3754
  protected fk(): void;
3740
3755
  protected fl(): void;
3741
3756
  protected fi(): void;
3742
- protected px(): void;
3743
- protected pz(): void;
3744
- protected py(): void;
3757
+ protected p0(): void;
3758
+ protected p2(): void;
3759
+ protected p1(): void;
3745
3760
  protected fh(): void;
3746
3761
  protected fj(): void;
3747
3762
  protected fg(): void;
3748
- protected pf(): void;
3749
- protected pp(): void;
3750
- protected po(): void;
3751
- protected ph(): void;
3763
+ protected pi(): void;
3752
3764
  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
3765
  protected pr(): void;
3762
- protected pi(): void;
3763
- protected pj(): void;
3764
3766
  protected pk(): void;
3765
- protected pe(): void;
3767
+ protected pv(): void;
3768
+ protected po(): void;
3769
+ protected py(): void;
3770
+ protected pj(): void;
3771
+ protected pw(): void;
3772
+ protected px(): void;
3766
3773
  protected pq(): void;
3774
+ protected pz(): void;
3775
+ protected pp(): void;
3776
+ protected pu(): void;
3777
+ protected pl(): void;
3778
+ protected pm(): void;
3779
+ protected pn(): void;
3780
+ protected ph(): void;
3781
+ protected pt(): void;
3767
3782
  columnCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3768
3783
  columnHeaderCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3769
- protected pa(a: CellModel): void;
3770
- protected pd(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3771
- hi(): ColumnHidingAnimationMode;
3772
- hs(): ColumnShowingAnimationMode;
3773
- hh(): ColumnExchangingAnimationMode;
3774
- hr(): ColumnResizingAnimationMode;
3775
- nk(): string;
3776
- private iz;
3777
- private ji;
3778
- pc(a: string, b: CellPropertyAnimationType, c: any): void;
3779
- j0(): boolean;
3780
- get i0(): FastIterationDictionary$2<string, any>;
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;
3788
- g7(a: FilterOperand, b: any): IFilterExpression;
3789
- h9(a: string, b: number): FilterOperand;
3790
- o4(): void;
3791
- private h1;
3792
- get h2(): DataGridColumnToolbarManager;
3784
+ protected pd(a: CellModel): void;
3785
+ protected pg(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3786
+ hj(): ColumnHidingAnimationMode;
3787
+ ht(): ColumnShowingAnimationMode;
3788
+ hi(): ColumnExchangingAnimationMode;
3789
+ hs(): ColumnResizingAnimationMode;
3790
+ nm(): string;
3791
+ private i0;
3792
+ private jj;
3793
+ pf(a: string, b: CellPropertyAnimationType, c: any): void;
3794
+ j1(): boolean;
3795
+ get i1(): FastIterationDictionary$2<string, any>;
3796
+ j0(a: string): boolean;
3797
+ pe(a: string): void;
3798
+ lr(a: string): any;
3799
+ kg: List$1<LayoutAction>;
3800
+ pc(a: string): void;
3801
+ o6(a: ColumnComparisonConditionOperatorType, b: any): void;
3802
+ o5(a: string, b: number, c: any): void;
3803
+ g8(a: FilterOperand, b: any): IFilterExpression;
3804
+ ia(a: string, b: number): FilterOperand;
3805
+ o7(): void;
3806
+ private h2;
3807
+ get h3(): DataGridColumnToolbarManager;
3793
3808
  getDesiredToolbarActions(): ToolActionInfo[];
3794
3809
  addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
3795
3810
  removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
@@ -3802,14 +3817,14 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3802
3817
  private _invalidateActions;
3803
3818
  get invalidateActions(): () => void;
3804
3819
  set invalidateActions(a: () => void);
3805
- private ke;
3806
- iy(): IToolbarContextAccessor;
3807
- o6(a: (arg1: IToolbarContextAccessor) => void): void;
3820
+ private kf;
3821
+ iz(): IToolbarContextAccessor;
3822
+ o9(a: (arg1: IToolbarContextAccessor) => void): void;
3808
3823
  provideContextAccessor(a: IToolbarContextAccessor): void;
3809
3824
  dismissContextAccessor(a: IToolbarContextAccessor): void;
3810
- o5(): void;
3811
- hz: DataGridColumn;
3812
- abstract h0(): DataGridColumn;
3825
+ o8(): void;
3826
+ h0: DataGridColumn;
3827
+ abstract h1(): DataGridColumn;
3813
3828
  onAttachingOverride: (sender: any, args: GridColumnProviderOnAttachingOverrideEventArgs) => void;
3814
3829
  }
3815
3830
  /**
@@ -4102,18 +4117,18 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
4102
4117
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4103
4118
  protected n(a: CellPath): CellModel;
4104
4119
  protected gn(): Brush;
4105
- private g5;
4106
- get g6(): number;
4107
- set g6(a: number);
4108
- private g1;
4109
- get g3(): number;
4110
- set g3(a: number);
4120
+ private g6;
4121
+ get g7(): number;
4122
+ set g7(a: number);
4111
4123
  private g2;
4112
4124
  get g4(): number;
4113
4125
  set g4(a: number);
4126
+ private g3;
4127
+ get g5(): number;
4128
+ set g5(a: number);
4114
4129
  protected es(a: DataGrid, b: DataGrid): void;
4115
4130
  protected e8(): void;
4116
- protected ha(): void;
4131
+ protected hb(): void;
4117
4132
  protected e4(): void;
4118
4133
  protected eu(a: any, b: PropertyChangedEventArgs): void;
4119
4134
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
@@ -4124,17 +4139,17 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
4124
4139
  export declare class ComboBoxColumn extends DataGridColumn {
4125
4140
  static $t: Type;
4126
4141
  constructor();
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[]);
4142
+ private r5;
4143
+ get r6(): IDataSource;
4144
+ set r6(a: IDataSource);
4145
+ get r7(): any;
4146
+ set r7(a: any);
4147
+ get sb(): string;
4148
+ set sb(a: string);
4149
+ get sc(): string;
4150
+ set sc(a: string);
4151
+ get r4(): string[];
4152
+ set r4(a: string[]);
4138
4153
  protected n(a: CellPath): CellModel;
4139
4154
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4140
4155
  protected es(a: DataGrid, b: DataGrid): void;
@@ -4142,44 +4157,44 @@ export declare class ComboBoxColumn extends DataGridColumn {
4142
4157
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4143
4158
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4144
4159
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4145
- private r5;
4146
- private r6;
4147
- private r1;
4148
- r2(a: any): string;
4149
- h0(): DataGridColumn;
4160
+ private sd;
4161
+ private se;
4162
+ private r9;
4163
+ sa(a: any): string;
4164
+ h1(): DataGridColumn;
4150
4165
  }
4151
4166
  /**
4152
4167
  * @hidden
4153
4168
  */
4154
4169
  export declare class DateTimeColumn extends DataGridColumn {
4155
4170
  static $t: Type;
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);
4171
+ private r7;
4172
+ private r8;
4173
+ get r9(): DateTimeFormats;
4174
+ set r9(a: DateTimeFormats);
4175
+ private si;
4176
+ get sr(): string;
4177
+ set sr(a: string);
4178
+ private sh;
4179
+ get sk(): string;
4180
+ set sk(a: string);
4181
+ private r4;
4182
+ get r5(): any[];
4183
+ set r5(a: any[]);
4184
+ private se;
4185
+ get sg(): any;
4186
+ set sg(a: any);
4187
+ private sb;
4188
+ get sc(): boolean;
4189
+ set sc(a: boolean);
4190
+ get sa(): EditorType;
4191
+ set sa(a: EditorType);
4192
+ get sf(): any;
4193
+ set sf(a: any);
4194
+ get sm(): string;
4195
+ set sm(a: string);
4196
+ get sn(): string;
4197
+ set sn(a: string);
4183
4198
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4184
4199
  constructor();
4185
4200
  protected n(a: CellPath): CellModel;
@@ -4187,10 +4202,10 @@ export declare class DateTimeColumn extends DataGridColumn {
4187
4202
  d1(a: DataGrid, b: any, c: any): string;
4188
4203
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4189
4204
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4190
- private r5;
4191
- ry: BindingFormatter;
4192
- private sg;
4193
- h0(): DataGridColumn;
4205
+ private sd;
4206
+ r6: BindingFormatter;
4207
+ private so;
4208
+ h1(): DataGridColumn;
4194
4209
  }
4195
4210
  /**
4196
4211
  * @hidden
@@ -4313,15 +4328,15 @@ export declare class DataGridColumnToolbarManager extends Base {
4313
4328
  export declare class EditorDefinition extends DefinitionBase {
4314
4329
  static $t: Type;
4315
4330
  constructor();
4316
- private g8;
4317
- get g9(): Rect;
4318
- set g9(a: Rect);
4319
- private g3;
4320
- get g6(): string;
4321
- set g6(a: string);
4322
- private g1;
4323
- get g2(): CellModel;
4324
- set g2(a: CellModel);
4331
+ private g9;
4332
+ get ha(): Rect;
4333
+ set ha(a: Rect);
4334
+ private g4;
4335
+ get g7(): string;
4336
+ set g7(a: string);
4337
+ private g2;
4338
+ get g3(): CellModel;
4339
+ set g3(a: CellModel);
4325
4340
  protected n(a: CellPath): CellModel;
4326
4341
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4327
4342
  protected es(a: DataGrid, b: DataGrid): void;
@@ -4346,18 +4361,18 @@ export declare class EditRowDefinition extends DefinitionBase {
4346
4361
  */
4347
4362
  export declare class FilterRowDefinition extends DefinitionBase {
4348
4363
  static $t: Type;
4349
- private g2;
4350
- get g6(): number;
4351
- set g6(a: number);
4352
- private g4;
4353
- get g8(): number;
4354
- set g8(a: number);
4355
4364
  private g3;
4356
4365
  get g7(): number;
4357
4366
  set g7(a: number);
4358
- private g1;
4359
- get g5(): number;
4360
- set g5(a: number);
4367
+ private g5;
4368
+ get g9(): number;
4369
+ set g9(a: number);
4370
+ private g4;
4371
+ get g8(): number;
4372
+ set g8(a: number);
4373
+ private g2;
4374
+ get g6(): number;
4375
+ set g6(a: number);
4361
4376
  constructor();
4362
4377
  protected n(a: CellPath): CellModel;
4363
4378
  protected d4(a: CellPath, b: DataGrid, c: any): string;
@@ -4374,41 +4389,41 @@ export declare class FilterRowDefinition extends DefinitionBase {
4374
4389
  export declare abstract class Header extends DefinitionBase {
4375
4390
  static $t: Type;
4376
4391
  constructor();
4377
- protected gu(): Brush;
4392
+ protected gv(): Brush;
4378
4393
  protected gn(): Brush;
4379
- protected hq(): Brush;
4394
+ protected hr(): Brush;
4380
4395
  protected ak(): FontInfo;
4381
4396
  protected es(a: DataGrid, b: DataGrid): void;
4382
4397
  protected e8(): void;
4383
4398
  protected fk(): void;
4384
4399
  protected fl(): void;
4385
- protected hl(): void;
4386
4400
  protected hm(): void;
4401
+ protected hn(): void;
4387
4402
  protected eu(a: any, b: PropertyChangedEventArgs): void;
4403
+ private hp;
4404
+ get hs(): Brush;
4405
+ set hs(a: Brush);
4388
4406
  private ho;
4389
- get hr(): Brush;
4390
- set hr(a: Brush);
4391
- private hn;
4392
- get hp(): Brush;
4393
- set hp(a: Brush);
4407
+ get hq(): Brush;
4408
+ set hq(a: Brush);
4409
+ private g3;
4410
+ get g5(): SortIndicatorStyle;
4411
+ set g5(a: SortIndicatorStyle);
4394
4412
  private g2;
4395
4413
  get g4(): SortIndicatorStyle;
4396
4414
  set g4(a: SortIndicatorStyle);
4397
- private g1;
4398
- get g3(): SortIndicatorStyle;
4399
- set g3(a: SortIndicatorStyle);
4400
- private g6;
4401
- get ha(): number;
4402
- set ha(a: number);
4403
- private g8;
4404
- get hc(): number;
4405
- set hc(a: number);
4406
4415
  private g7;
4407
4416
  get hb(): number;
4408
4417
  set hb(a: number);
4409
- private g5;
4410
- get g9(): number;
4411
- set g9(a: number);
4418
+ private g9;
4419
+ get hd(): number;
4420
+ set hd(a: number);
4421
+ private g8;
4422
+ get hc(): number;
4423
+ set hc(a: number);
4424
+ private g6;
4425
+ get ha(): number;
4426
+ set ha(a: number);
4412
4427
  protected aw(a: string): boolean;
4413
4428
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4414
4429
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
@@ -4421,16 +4436,16 @@ export declare class ColumnResizingSeparator extends DefinitionBase {
4421
4436
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4422
4437
  protected n(a: CellPath): CellModel;
4423
4438
  protected gn(): Brush;
4424
- private g1;
4425
- get g3(): number;
4426
- set g3(a: number);
4427
4439
  private g2;
4428
4440
  get g4(): number;
4429
4441
  set g4(a: number);
4442
+ private g3;
4443
+ get g5(): number;
4444
+ set g5(a: number);
4430
4445
  protected e8(): void;
4431
- protected g8(): void;
4446
+ protected g9(): void;
4432
4447
  protected e4(): void;
4433
- protected g7(a: any, b: PropertyChangedEventArgs): void;
4448
+ protected g8(a: any, b: PropertyChangedEventArgs): void;
4434
4449
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4435
4450
  }
4436
4451
  /**
@@ -4441,12 +4456,12 @@ export declare class HeaderSeparator extends DefinitionBase {
4441
4456
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4442
4457
  protected n(a: CellPath): CellModel;
4443
4458
  protected gn(): Brush;
4444
- protected g1(): number;
4459
+ protected g2(): number;
4445
4460
  protected es(a: DataGrid, b: DataGrid): void;
4446
4461
  protected eu(a: any, b: PropertyChangedEventArgs): void;
4447
4462
  protected e8(): void;
4448
4463
  protected e4(): void;
4449
- private g2;
4464
+ private g3;
4450
4465
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4451
4466
  }
4452
4467
  /**
@@ -4454,31 +4469,31 @@ export declare class HeaderSeparator extends DefinitionBase {
4454
4469
  */
4455
4470
  export declare class ImageColumn extends DataGridColumn {
4456
4471
  static $t: Type;
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);
4472
+ private r7;
4473
+ get r8(): ImageStretchOptions;
4474
+ set r8(a: ImageStretchOptions);
4475
+ private r5;
4476
+ get r6(): ImageResourceType;
4477
+ set r6(a: ImageResourceType);
4478
+ get r4(): EditorType;
4479
+ set r4(a: EditorType);
4480
+ get r9(): any;
4481
+ set r9(a: any);
4482
+ get sa(): string;
4483
+ set sa(a: string);
4484
+ get sb(): string;
4485
+ set sb(a: string);
4471
4486
  constructor();
4472
4487
  protected k(): CellContentVerticalAlignment;
4473
- protected g8(): CellContentHorizontalAlignment;
4474
- protected he(): CellContentVerticalAlignment;
4488
+ protected g9(): CellContentHorizontalAlignment;
4489
+ protected hf(): CellContentVerticalAlignment;
4475
4490
  protected f(): CellContentHorizontalAlignment;
4476
4491
  protected n(a: CellPath): CellModel;
4477
4492
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4478
4493
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4479
4494
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4480
- private r4;
4481
- h0(): DataGridColumn;
4495
+ private sc;
4496
+ h1(): DataGridColumn;
4482
4497
  }
4483
4498
  /**
4484
4499
  * @hidden
@@ -4498,57 +4513,60 @@ export declare class NumericColumn extends DataGridColumn {
4498
4513
  static $t: Type;
4499
4514
  constructor();
4500
4515
  protected f(): CellContentHorizontalAlignment;
4516
+ private sn;
4517
+ get s2(): string;
4518
+ set s2(a: string);
4519
+ private sp;
4520
+ get s6(): string;
4521
+ set s6(a: string);
4522
+ private so;
4523
+ get s4(): string;
4524
+ set s4(a: string);
4525
+ private sq;
4526
+ get s8(): string;
4527
+ set s8(a: string);
4501
4528
  private sd;
4502
- get sr(): string;
4503
- set sr(a: string);
4504
- private sf;
4505
- get sv(): string;
4506
- set sv(a: string);
4529
+ get sg(): number;
4530
+ set sg(a: number);
4507
4531
  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[]);
4532
+ get sh(): number;
4533
+ set sh(a: number);
4534
+ private sf;
4535
+ get si(): number;
4536
+ set si(a: number);
4537
+ private r8;
4538
+ get sa(): boolean;
4539
+ set sa(a: boolean);
4531
4540
  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;
4541
+ get sb(): boolean;
4542
+ set sb(a: boolean);
4543
+ private sm;
4544
+ get sw(): string;
4545
+ set sw(a: string);
4546
+ private r4;
4547
+ get r5(): any[];
4548
+ set r5(a: any[]);
4549
+ private sj;
4550
+ get sl(): any;
4551
+ set sl(a: any);
4552
+ get r7(): EditorType;
4553
+ set r7(a: EditorType);
4554
+ get sk(): any;
4555
+ set sk(a: any);
4556
+ get sr(): string;
4557
+ set sr(a: string);
4558
+ get ss(): string;
4559
+ set ss(a: string);
4560
+ r6: BindingFormatter;
4543
4561
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4544
4562
  protected n(a: CellPath): CellModel;
4545
4563
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4546
4564
  d1(a: DataGrid, b: any, c: any): string;
4547
4565
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4548
4566
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4549
- private r2;
4550
- private sj;
4551
- h0(): DataGridColumn;
4567
+ private sc;
4568
+ private st;
4569
+ h1(): DataGridColumn;
4552
4570
  }
4553
4571
  /**
4554
4572
  * @hidden
@@ -4597,30 +4615,36 @@ export declare class SectionFooter extends DefinitionBase {
4597
4615
  */
4598
4616
  export declare class SectionHeader extends DefinitionBase {
4599
4617
  static $t: Type;
4600
- private ht;
4601
- get hv(): Brush;
4602
- set hv(a: Brush);
4603
- private hs;
4604
- get hu(): Brush;
4605
- set hu(a: Brush);
4606
- private g9;
4607
- get hd(): number;
4608
- set hd(a: number);
4609
- private hb;
4610
- get hf(): number;
4611
- set hf(a: number);
4618
+ private hy;
4619
+ get h2(): Brush;
4620
+ set h2(a: Brush);
4621
+ private hw;
4622
+ get h0(): Brush;
4623
+ set h0(a: Brush);
4624
+ private hz;
4625
+ get h3(): Brush;
4626
+ set h3(a: Brush);
4627
+ private hx;
4628
+ get h1(): Brush;
4629
+ set h1(a: Brush);
4612
4630
  private ha;
4613
4631
  get he(): number;
4614
4632
  set he(a: number);
4615
- private g8;
4616
- get hc(): number;
4617
- set hc(a: number);
4618
- private g5;
4619
- get g6(): boolean;
4620
- set g6(a: boolean);
4621
- private g2;
4622
- get g3(): GroupSummaryDisplayMode;
4623
- set g3(a: GroupSummaryDisplayMode);
4633
+ private hc;
4634
+ get hg(): number;
4635
+ set hg(a: number);
4636
+ private hb;
4637
+ get hf(): number;
4638
+ set hf(a: number);
4639
+ private g9;
4640
+ get hd(): number;
4641
+ set hd(a: number);
4642
+ private g6;
4643
+ get g7(): boolean;
4644
+ set g7(a: boolean);
4645
+ private g3;
4646
+ get g4(): GroupSummaryDisplayMode;
4647
+ set g4(a: GroupSummaryDisplayMode);
4624
4648
  sectionHeaderPropertyUpdating: (sectionHeader: SectionHeader, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
4625
4649
  constructor();
4626
4650
  protected d4(a: CellPath, b: DataGrid, c: any): string;
@@ -4629,17 +4653,18 @@ export declare class SectionHeader extends DefinitionBase {
4629
4653
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4630
4654
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4631
4655
  protected es(a: DataGrid, b: DataGrid): void;
4632
- private g7;
4633
- private hp;
4634
- private ho;
4656
+ private g8;
4657
+ private hs;
4658
+ private hr;
4635
4659
  protected eu(a: any, b: PropertyChangedEventArgs): void;
4636
- hr(): void;
4660
+ hu(): void;
4661
+ hv(): void;
4637
4662
  protected e8(): void;
4638
4663
  protected fk(): void;
4639
4664
  protected fl(): void;
4640
- hq(): void;
4665
+ ht(): void;
4641
4666
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4642
- private g1;
4667
+ private g2;
4643
4668
  }
4644
4669
  /**
4645
4670
  * @hidden
@@ -4656,7 +4681,7 @@ export declare class RowSeparator extends DefinitionBase {
4656
4681
  protected eu(a: any, b: PropertyChangedEventArgs): void;
4657
4682
  protected n(a: CellPath): CellModel;
4658
4683
  protected gn(): Brush;
4659
- protected gt(): Brush;
4684
+ protected gu(): Brush;
4660
4685
  protected gq(): Brush;
4661
4686
  protected gr(): Brush;
4662
4687
  protected bj(): number;
@@ -4679,36 +4704,36 @@ export declare class HeaderRowSeparator extends DefinitionBase {
4679
4704
  */
4680
4705
  export declare abstract class SummaryRow extends DefinitionBase {
4681
4706
  static $t: Type;
4682
- private ht;
4683
- get hy(): Brush;
4684
- set hy(a: Brush);
4685
- private hr;
4686
- get hv(): Brush;
4687
- set hv(a: Brush);
4688
4707
  private hu;
4689
4708
  get hz(): Brush;
4690
4709
  set hz(a: Brush);
4691
4710
  private hs;
4692
4711
  get hw(): Brush;
4693
4712
  set hw(a: Brush);
4694
- private g2;
4713
+ private hv;
4714
+ get h0(): Brush;
4715
+ set h0(a: Brush);
4716
+ private ht;
4717
+ get hx(): Brush;
4718
+ set hx(a: Brush);
4719
+ private g3;
4695
4720
  get summaryNameTextStyle(): FontInfo;
4696
4721
  set summaryNameTextStyle(a: FontInfo);
4697
- private g1;
4698
- get g3(): FontInfo;
4699
- set g3(a: FontInfo);
4700
- private g7;
4701
- get hb(): number;
4702
- set hb(a: number);
4703
- private g9;
4704
- get hd(): number;
4705
- set hd(a: number);
4722
+ private g2;
4723
+ get g4(): FontInfo;
4724
+ set g4(a: FontInfo);
4706
4725
  private g8;
4707
4726
  get hc(): number;
4708
4727
  set hc(a: number);
4709
- private g6;
4710
- get ha(): number;
4711
- set ha(a: number);
4728
+ private ha;
4729
+ get he(): number;
4730
+ set he(a: number);
4731
+ private g9;
4732
+ get hd(): number;
4733
+ set hd(a: number);
4734
+ private g7;
4735
+ get hb(): number;
4736
+ set hb(a: number);
4712
4737
  constructor();
4713
4738
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4714
4739
  protected n(a: CellPath): CellModel;
@@ -4716,16 +4741,16 @@ export declare abstract class SummaryRow extends DefinitionBase {
4716
4741
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4717
4742
  protected es(a: DataGrid, b: DataGrid): void;
4718
4743
  protected e4(): void;
4719
- protected hx(): Brush;
4720
- protected gu(): Brush;
4744
+ protected hy(): Brush;
4745
+ protected gv(): Brush;
4721
4746
  protected eu(a: any, b: PropertyChangedEventArgs): void;
4722
- protected ho(): void;
4723
4747
  protected hp(): void;
4724
- protected fl(): void;
4725
4748
  protected hq(): void;
4749
+ protected fl(): void;
4750
+ protected hr(): void;
4726
4751
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4727
4752
  protected ak(): FontInfo;
4728
- protected g4(): FontInfo;
4753
+ protected g5(): FontInfo;
4729
4754
  }
4730
4755
  /**
4731
4756
  * @hidden
@@ -4735,10 +4760,10 @@ export declare class SummaryRowRoot extends SummaryRow {
4735
4760
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4736
4761
  protected gn(): Brush;
4737
4762
  protected e8(): void;
4738
- protected ho(): void;
4739
4763
  protected hp(): void;
4740
- protected fk(): void;
4741
4764
  protected hq(): void;
4765
+ protected fk(): void;
4766
+ protected hr(): void;
4742
4767
  }
4743
4768
  /**
4744
4769
  * @hidden
@@ -4748,10 +4773,10 @@ export declare class SummaryRowSection extends SummaryRow {
4748
4773
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4749
4774
  protected gn(): Brush;
4750
4775
  protected e8(): void;
4751
- protected ho(): void;
4752
4776
  protected hp(): void;
4753
- protected fk(): void;
4754
4777
  protected hq(): void;
4778
+ protected fk(): void;
4779
+ protected hr(): void;
4755
4780
  }
4756
4781
  /**
4757
4782
  * @hidden
@@ -4763,10 +4788,10 @@ export declare class TemplateColumn extends DataGridColumn {
4763
4788
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4764
4789
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4765
4790
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4766
- rx(a: TemplateCellModel, b: any): void;
4791
+ r5(a: TemplateCellModel, b: any): void;
4767
4792
  cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
4768
4793
  protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4769
- h0(): DataGridColumn;
4794
+ h1(): DataGridColumn;
4770
4795
  }
4771
4796
  /**
4772
4797
  * @hidden
@@ -4785,24 +4810,24 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
4785
4810
  */
4786
4811
  export declare class TextColumn extends DataGridColumn {
4787
4812
  static $t: Type;
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);
4813
+ private r6;
4814
+ get sa(): string;
4815
+ set sa(a: string);
4816
+ get r4(): EditorType;
4817
+ set r4(a: EditorType);
4818
+ get r5(): any;
4819
+ set r5(a: any);
4820
+ get r7(): string;
4821
+ set r7(a: string);
4822
+ get r8(): string;
4823
+ set r8(a: string);
4799
4824
  protected n(a: CellPath): CellModel;
4800
4825
  eq(a: CellModel, b: DataGrid, c: any, d: any): void;
4801
4826
  en(a: CellModel, b: DataGrid, c: any, d: any): void;
4802
4827
  d1(a: DataGrid, b: any, c: any): string;
4803
- private r1;
4828
+ private r9;
4804
4829
  protected d4(a: CellPath, b: DataGrid, c: any): string;
4805
- h0(): DataGridColumn;
4830
+ h1(): DataGridColumn;
4806
4831
  }
4807
4832
  /**
4808
4833
  * @hidden