igniteui-angular-data-grids 20.1.0-beta.0 → 20.2.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (192) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +5727 -5576
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +1 -1
  4. package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +7 -7
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCell.js +1 -1
  12. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  13. package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
  14. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  15. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  16. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  17. package/esm2015/lib/CellPresenterBase.js +40 -37
  18. package/esm2015/lib/CheckboxListBridge.js +4 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +778 -743
  20. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
  22. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  23. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +13 -13
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  27. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  28. package/esm2015/lib/EditorCell.js +303 -303
  29. package/esm2015/lib/EditorCellPresenter.js +27 -27
  30. package/esm2015/lib/EditorRowCell.js +1 -1
  31. package/esm2015/lib/FilterCell.js +272 -272
  32. package/esm2015/lib/FilterCellPresenter.js +16 -16
  33. package/esm2015/lib/GridCellBase.js +354 -335
  34. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
  35. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  36. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  37. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  38. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  40. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  41. package/esm2015/lib/GridExternalWrapper.js +6 -6
  42. package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
  43. package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
  44. package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
  45. package/esm2015/lib/ImageCell.js +59 -59
  46. package/esm2015/lib/ImageCellPresenter.js +17 -17
  47. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  48. package/esm2015/lib/NumericCell.js +8 -8
  49. package/esm2015/lib/NumericCellPresenter.js +9 -9
  50. package/esm2015/lib/PropertyEditorView_combined.js +21 -21
  51. package/esm2015/lib/SectionHeaderCell.js +15 -15
  52. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  53. package/esm2015/lib/SortIndicatorStyle.js +6 -2
  54. package/esm2015/lib/SummaryCell.js +40 -40
  55. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  56. package/esm2015/lib/TemplateCell.js +15 -15
  57. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  58. package/esm2015/lib/TemplateHeader.js +2 -2
  59. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  60. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  61. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  62. package/esm2015/lib/TextCell.js +32 -32
  63. package/esm2015/lib/TextCellPresenter.js +10 -10
  64. package/esm2015/lib/TextHeaderCell.js +153 -153
  65. package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
  66. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  67. package/esm2015/lib/igx-cell-info.js +164 -155
  68. package/esm2015/lib/igx-checkbox-list-component.js +82 -66
  69. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  70. package/esm2015/lib/igx-data-grid-column-component.js +87 -76
  71. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  72. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  73. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  74. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  75. package/esm2015/lib/igx-image-cell-info.js +6 -6
  76. package/esm2015/lib/igx-image-column-component.js +10 -10
  77. package/esm2015/lib/igx-numeric-cell-info.js +26 -26
  78. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  79. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  80. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  81. package/esm2015/lib/igx-template-cell-info.js +2 -2
  82. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  83. package/esm2015/lib/igx-text-cell-info.js +2 -2
  84. package/esm2015/lib/igx-text-column-component.js +8 -8
  85. package/esm2015/lib/igx-text-header-cell-info.js +10 -10
  86. package/esm5/lib/AccessibilityRow.js +1 -1
  87. package/esm5/lib/CanvasCellPresenterBase.js +9 -9
  88. package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
  89. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  90. package/esm5/lib/CanvasGridCellBase.js +7 -7
  91. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  92. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  93. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  94. package/esm5/lib/CanvasSummaryCell.js +1 -1
  95. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  96. package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
  97. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  98. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  99. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  100. package/esm5/lib/CellPresenterBase.js +40 -37
  101. package/esm5/lib/CheckboxListBridge.js +4 -0
  102. package/esm5/lib/CheckboxListView_combined.js +760 -725
  103. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  104. package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
  105. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  106. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  107. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  108. package/esm5/lib/ContentCellModelHelper.js +13 -13
  109. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  110. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  111. package/esm5/lib/EditorCell.js +285 -285
  112. package/esm5/lib/EditorCellPresenter.js +27 -27
  113. package/esm5/lib/EditorRowCell.js +1 -1
  114. package/esm5/lib/FilterCell.js +262 -262
  115. package/esm5/lib/FilterCellPresenter.js +16 -16
  116. package/esm5/lib/GridCellBase.js +349 -326
  117. package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
  118. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  119. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  120. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  121. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  122. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  123. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  124. package/esm5/lib/GridExternalWrapper.js +6 -6
  125. package/esm5/lib/GridFilterDialogView_combined.js +1 -1
  126. package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
  127. package/esm5/lib/ISummaryChooserView_combined.js +9 -9
  128. package/esm5/lib/ImageCell.js +59 -59
  129. package/esm5/lib/ImageCellPresenter.js +17 -17
  130. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  131. package/esm5/lib/NumericCell.js +8 -8
  132. package/esm5/lib/NumericCellPresenter.js +9 -9
  133. package/esm5/lib/PropertyEditorView_combined.js +21 -21
  134. package/esm5/lib/SectionHeaderCell.js +15 -15
  135. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  136. package/esm5/lib/SortIndicatorStyle.js +6 -2
  137. package/esm5/lib/SummaryCell.js +40 -40
  138. package/esm5/lib/SummaryCellPresenter.js +10 -10
  139. package/esm5/lib/TemplateCell.js +15 -15
  140. package/esm5/lib/TemplateCellPresenter.js +5 -5
  141. package/esm5/lib/TemplateHeader.js +2 -2
  142. package/esm5/lib/TemplateHeaderCell.js +5 -5
  143. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  144. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  145. package/esm5/lib/TextCell.js +32 -32
  146. package/esm5/lib/TextCellPresenter.js +10 -10
  147. package/esm5/lib/TextHeaderCell.js +151 -151
  148. package/esm5/lib/TextHeaderCellPresenter.js +25 -25
  149. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  150. package/esm5/lib/igx-cell-info.js +168 -155
  151. package/esm5/lib/igx-checkbox-list-component.js +82 -66
  152. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  153. package/esm5/lib/igx-data-grid-column-component.js +91 -76
  154. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  155. package/esm5/lib/igx-date-time-column-component.js +20 -20
  156. package/esm5/lib/igx-editor-cell-info.js +23 -23
  157. package/esm5/lib/igx-filter-cell-info.js +26 -26
  158. package/esm5/lib/igx-image-cell-info.js +6 -6
  159. package/esm5/lib/igx-image-column-component.js +10 -10
  160. package/esm5/lib/igx-numeric-cell-info.js +26 -26
  161. package/esm5/lib/igx-numeric-column-component.js +30 -30
  162. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  163. package/esm5/lib/igx-summary-cell-info.js +9 -9
  164. package/esm5/lib/igx-template-cell-info.js +2 -2
  165. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  166. package/esm5/lib/igx-text-cell-info.js +2 -2
  167. package/esm5/lib/igx-text-column-component.js +8 -8
  168. package/esm5/lib/igx-text-header-cell-info.js +10 -10
  169. package/fesm2015/igniteui-angular-data-grids.js +5924 -5791
  170. package/fesm5/igniteui-angular-data-grids.js +5729 -5578
  171. package/lib/CheckboxListBridge.d.ts +1 -0
  172. package/lib/CheckboxListViewExternal.d.ts +1 -0
  173. package/lib/CheckboxListView_combined.d.ts +185 -179
  174. package/lib/ColumnFilterCondition_combined.d.ts +820 -813
  175. package/lib/EditorCell.d.ts +67 -67
  176. package/lib/FilterCell.d.ts +55 -55
  177. package/lib/GridCellBase.d.ts +105 -102
  178. package/lib/ImageCell.d.ts +17 -17
  179. package/lib/NumericCell.d.ts +2 -2
  180. package/lib/SectionHeaderCell.d.ts +3 -3
  181. package/lib/SortIndicatorStyle.d.ts +5 -1
  182. package/lib/SummaryCell.d.ts +9 -9
  183. package/lib/TemplateCell.d.ts +5 -5
  184. package/lib/TemplateHeaderCell.d.ts +2 -2
  185. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  186. package/lib/TextCell.d.ts +7 -7
  187. package/lib/TextHeaderCell.d.ts +29 -29
  188. package/lib/VerticalSeparatorCell.d.ts +8 -8
  189. package/lib/igx-cell-info.d.ts +6 -0
  190. package/lib/igx-checkbox-list-component.d.ts +10 -0
  191. package/lib/igx-data-grid-column-component.d.ts +7 -1
  192. package/package.json +4 -4
@@ -487,27 +487,27 @@ export declare abstract class CellModel extends Base {
487
487
  get p(): DataGrid;
488
488
  set p(a: DataGrid);
489
489
  constructor();
490
- private static d0;
491
- private static dz;
490
+ private static d2;
491
+ private static d1;
492
492
  private static by;
493
- static f5(a: string): number;
493
+ static f7(a: string): number;
494
494
  s: ICellPresenter;
495
- static hi: number;
495
+ static hk: number;
496
496
  private t;
497
497
  get u(): ModelStates;
498
498
  set u(a: ModelStates);
499
- private ig;
500
- get k5(): string;
501
- set k5(a: string);
499
+ private ij;
500
+ get k8(): string;
501
+ set k8(a: string);
502
502
  private k;
503
- static g4: number;
503
+ static g6: number;
504
504
  get l(): CellPath;
505
505
  set l(a: CellPath);
506
506
  private al;
507
- static fp: number;
507
+ static fr: number;
508
508
  get a1(): boolean;
509
509
  set a1(a: boolean);
510
- fn: number;
510
+ fp: number;
511
511
  bn: boolean;
512
512
  bs: boolean;
513
513
  a7: boolean;
@@ -520,488 +520,492 @@ export declare abstract class CellModel extends Base {
520
520
  e: IGridInfoRequestor;
521
521
  d: ICellModelExportUpdater;
522
522
  private an;
523
- static ge: number;
523
+ static gg: number;
524
524
  get a4(): boolean;
525
525
  set a4(a: boolean);
526
526
  private b5;
527
- static e9: number;
528
- get cq(): number;
529
- set cq(a: number);
530
- private mq;
531
- static e5: number;
532
- get nc(): Brush;
533
- set nc(a: Brush);
534
- private mr;
535
- static e8: number;
536
- get nd(): Brush;
537
- set nd(a: Brush);
538
- private dl;
539
527
  static fb: number;
540
- get fa(): number;
541
- set fa(a: number);
542
- private dk;
528
+ get cr(): number;
529
+ set cr(a: number);
530
+ private mu;
543
531
  static e7: number;
544
- get e6(): number;
545
- set e6(a: number);
546
- private nu;
547
- static fl: number;
548
- get nv(): Rect;
549
- set nv(a: Rect);
550
- static readonly gk: number;
532
+ get ng(): Brush;
533
+ set ng(a: Brush);
534
+ private mv;
535
+ static fa: number;
536
+ get nh(): Brush;
537
+ set nh(a: Brush);
538
+ private dn;
539
+ static fd: number;
540
+ get fc(): number;
541
+ set fc(a: number);
542
+ private dm;
543
+ static e9: number;
544
+ get e8(): number;
545
+ set e8(a: number);
546
+ private ny;
547
+ static fn: number;
548
+ get nz(): Rect;
549
+ set nz(a: Rect);
550
+ static readonly gm: number;
551
551
  private au;
552
552
  get bh(): boolean;
553
553
  set bh(a: boolean);
554
554
  private ax;
555
- static gm: number;
555
+ static go: number;
556
556
  get bo(): boolean;
557
557
  set bo(a: boolean);
558
558
  private ay;
559
- static gn: number;
559
+ static gp: number;
560
560
  get bp(): boolean;
561
561
  set bp(a: boolean);
562
562
  private aw;
563
- static gl: number;
563
+ static gn: number;
564
564
  get bk(): boolean;
565
565
  set bk(a: boolean);
566
566
  private as;
567
- static gj: number;
567
+ static gl: number;
568
568
  get bf(): boolean;
569
569
  set bf(a: boolean);
570
- private dy;
571
- static gd: number;
572
- get gc(): number;
573
- set gc(a: number);
570
+ private d0;
571
+ static gf: number;
572
+ get ge(): number;
573
+ set ge(a: number);
574
574
  private bv;
575
575
  a8(a: string): boolean;
576
576
  bc(propertyId_: number): boolean;
577
577
  bb(a: string): boolean;
578
- private dr;
578
+ private dt;
579
579
  private a;
580
- l3(propertyId_: number): void;
581
- l0(): void;
582
- l4(a: string): void;
580
+ l7(propertyId_: number): void;
581
+ l4(): void;
582
+ l8(a: string): void;
583
583
  private am;
584
584
  get a2(): boolean;
585
585
  set a2(a: boolean);
586
586
  private a0;
587
- protected mb(a: string, b: number, c: any, d: any): void;
587
+ protected mf(a: string, b: number, c: any, d: any): void;
588
588
  protected bu(a: string): boolean;
589
- protected me(a: string, b: any, c: any): void;
589
+ protected mi(a: string, b: any, c: any): void;
590
+ private mg;
591
+ private ma;
592
+ private mb;
590
593
  private mc;
591
- private l6;
592
- private l7;
593
- private l8;
594
- private l9;
595
594
  private md;
596
- private ma;
597
- private ni;
598
- mg(): void;
599
- protected mh(): void;
595
+ private mh;
596
+ private me;
597
+ private nm;
598
+ mk(): void;
599
+ protected ml(): void;
600
600
  private bx;
601
- mj(a: string, b: any): void;
601
+ mn(a: string, b: any): void;
602
602
  a3(a: string): boolean;
603
- mf(a: string): void;
604
- h9(a: string): any;
603
+ mj(a: string): void;
604
+ ic(a: string): any;
605
605
  private q;
606
606
  get r(): GridLayer;
607
607
  set r(a: GridLayer);
608
- static g9: number;
609
- private h8;
610
- get ic(): any;
611
- set ic(a: any);
612
- static readonly h4: number;
613
- private cl;
614
- get c6(): number;
615
- set c6(a: number);
616
- static readonly h5: number;
608
+ static hb: number;
609
+ private ib;
610
+ get ig(): any;
611
+ set ig(a: any);
612
+ static readonly h7: number;
617
613
  private cm;
618
- get c7(): number;
619
- set c7(a: number);
620
- static readonly hd: number;
621
- private d5;
622
- get hc(): number;
623
- set hc(a: number);
614
+ get c8(): number;
615
+ set c8(a: number);
616
+ static readonly h8: number;
617
+ private cn;
618
+ get c9(): number;
619
+ set c9(a: number);
624
620
  static readonly hf: number;
625
- private d6;
621
+ private d7;
626
622
  get he(): number;
627
623
  set he(a: number);
628
- static readonly ft: number;
624
+ static readonly hh: number;
625
+ private d8;
626
+ get hg(): number;
627
+ set hg(a: number);
628
+ static readonly fv: number;
629
629
  private b7;
630
+ get ct(): number;
631
+ set ct(a: number);
632
+ static readonly fo: number;
633
+ private b6;
630
634
  get cs(): number;
631
635
  set cs(a: number);
632
- static readonly fm: number;
633
- private b6;
634
- get cr(): number;
635
- set cr(a: number);
636
- static readonly es: number;
637
- private b3;
638
- get co(): number;
639
- set co(a: number);
640
- static readonly gu: number;
641
- private cb;
642
- get cw(): number;
643
- set cw(a: number);
644
636
  static readonly eu: number;
645
- private b4;
637
+ private b3;
646
638
  get cp(): number;
647
639
  set cp(a: number);
648
- static readonly gq: number;
649
- l5(): void;
640
+ static readonly gw: number;
641
+ private cb;
642
+ get cx(): number;
643
+ set cx(a: number);
644
+ static readonly ew: number;
645
+ private b4;
646
+ get cq(): number;
647
+ set cq(a: number);
648
+ static readonly gs: number;
649
+ l9(): void;
650
650
  private b9;
651
- get cu(): number;
652
- set cu(a: number);
653
- static readonly hx: number;
654
- private ci;
655
- get c3(): number;
656
- set c3(a: number);
657
- static readonly gr: number;
658
- private ca;
659
651
  get cv(): number;
660
652
  set cv(a: number);
661
- static readonly hy: number;
653
+ static readonly h0: number;
662
654
  private cj;
663
- get c4(): number;
664
- set c4(a: number);
665
- static readonly f7: number;
666
- private dx;
667
- get f6(): number;
668
- set f6(a: number);
669
- static readonly h3: number;
670
- private d7;
671
- get h2(): number;
672
- set h2(a: number);
673
- static readonly go: number;
655
+ get c5(): number;
656
+ set c5(a: number);
657
+ static readonly gt: number;
658
+ private ca;
659
+ get cw(): number;
660
+ set cw(a: number);
661
+ static readonly h1: number;
662
+ private ck;
663
+ get c6(): number;
664
+ set c6(a: number);
665
+ static readonly f9: number;
666
+ private dz;
667
+ get f8(): number;
668
+ set f8(a: number);
669
+ static readonly h6: number;
670
+ private d9;
671
+ get h5(): number;
672
+ set h5(a: number);
673
+ static readonly gq: number;
674
674
  private az;
675
675
  get br(): boolean;
676
676
  set br(a: boolean);
677
- static readonly gt: number;
677
+ static readonly gv: number;
678
678
  private v;
679
679
  get w(): ModelTypes;
680
680
  set w(a: ModelTypes);
681
- static readonly hb: number;
681
+ static readonly hd: number;
682
682
  private cd;
683
- get cy(): number;
684
- set cy(a: number);
685
- static readonly eh: number;
683
+ get cz(): number;
684
+ set cz(a: number);
685
+ static readonly ej: number;
686
686
  private b2;
687
- get cn(): number;
688
- set cn(a: number);
689
- static readonly ga: number;
687
+ get co(): number;
688
+ set co(a: number);
689
+ static readonly gc: number;
690
690
  private b8;
691
- get ct(): number;
692
- set ct(a: number);
691
+ get cu(): number;
692
+ set cu(a: number);
693
693
  private av;
694
694
  get bi(): boolean;
695
695
  set bi(a: boolean);
696
- static readonly f8: number;
696
+ static readonly ga: number;
697
697
  private f;
698
698
  get g(): CellContentHorizontalAlignment;
699
699
  set g(a: CellContentHorizontalAlignment);
700
- static readonly h0: number;
700
+ static readonly h3: number;
701
701
  private h;
702
702
  get i(): CellContentVerticalAlignment;
703
703
  set i(a: CellContentVerticalAlignment);
704
- static readonly e4: number;
704
+ static readonly e6: number;
705
+ private mt;
706
+ get nf(): Brush;
707
+ set nf(a: Brush);
708
+ static readonly fi: number;
709
+ private mw;
710
+ get ni(): Brush;
711
+ set ni(a: Brush);
712
+ static readonly ek: number;
713
+ private mq;
714
+ get nc(): Brush;
715
+ set nc(a: Brush);
716
+ static readonly ep: number;
717
+ private mr;
718
+ get nd(): Brush;
719
+ set nd(a: Brush);
720
+ static readonly ee: number;
705
721
  private mp;
706
722
  get nb(): Brush;
707
723
  set nb(a: Brush);
708
- static readonly fg: number;
709
- private ms;
710
- get ne(): Brush;
711
- set ne(a: Brush);
712
- static readonly ei: number;
713
- private mm;
714
- get m8(): Brush;
715
- set m8(a: Brush);
716
- static readonly en: number;
717
- private mn;
718
- get m9(): Brush;
719
- set m9(a: Brush);
720
- static readonly ec: number;
721
- private ml;
722
- get m7(): Brush;
723
- set m7(a: Brush);
724
- static readonly fy: number;
725
- private mu;
726
- get ng(): Brush;
727
- set ng(a: Brush);
728
- static readonly ha: number;
724
+ static readonly f0: number;
725
+ private my;
726
+ get nk(): Brush;
727
+ set nk(a: Brush);
728
+ static readonly hc: number;
729
+ private m4;
730
+ get nr(): Brush;
731
+ set nr(a: Brush);
732
+ static readonly gb: number;
729
733
  private m0;
730
734
  get nn(): Brush;
731
735
  set nn(a: Brush);
732
- static readonly f9: number;
733
- private mw;
734
- get nj(): Brush;
735
- set nj(a: Brush);
736
- static readonly gb: number;
737
- private mx;
738
- get nk(): Brush;
739
- set nk(a: Brush);
740
- static readonly hh: number;
736
+ static readonly gd: number;
741
737
  private m1;
742
738
  get no(): Brush;
743
739
  set no(a: Brush);
744
740
  static readonly hj: number;
741
+ private m5;
742
+ get ns(): Brush;
743
+ set ns(a: Brush);
744
+ static readonly hl: number;
745
+ private m6;
746
+ get nt(): Brush;
747
+ set nt(a: Brush);
748
+ static readonly g8: number;
749
+ private m3;
750
+ get nq(): Brush;
751
+ set nq(a: Brush);
745
752
  private m2;
753
+ static readonly gr: number;
746
754
  get np(): Brush;
747
755
  set np(a: Brush);
748
- static readonly g6: number;
749
756
  private mz;
750
- get nm(): Brush;
751
- set nm(a: Brush);
752
- private my;
753
- static readonly gp: number;
757
+ static readonly f5: number;
754
758
  get nl(): Brush;
755
759
  set nl(a: Brush);
756
- private mv;
757
- static readonly f3: number;
758
- get nh(): Brush;
759
- set nh(a: Brush);
760
- static readonly g7: number;
760
+ static readonly g9: number;
761
761
  private cc;
762
- get cx(): number;
763
- set cx(a: number);
764
- static readonly gv: number;
765
- private h7;
766
- get ib(): any;
767
- set ib(a: any);
768
- static readonly g8: number;
769
- private ie;
770
- get ku(): string;
771
- set ku(a: string);
772
- static readonly hz: number;
773
- private ik;
774
- get lp(): string;
775
- set lp(a: string);
776
- static readonly hv: number;
777
- private m6;
778
- get nt(): Brush;
779
- set nt(a: Brush);
780
- static readonly e3: number;
781
- private mo;
782
- get na(): Brush;
783
- set na(a: Brush);
784
- static readonly fo: number;
785
- private mt;
786
- get nf(): Brush;
787
- set nf(a: Brush);
788
- static readonly f4: number;
762
+ get cy(): number;
763
+ set cy(a: number);
764
+ static readonly gx: number;
765
+ private ia;
766
+ get ie(): any;
767
+ set ie(a: any);
768
+ static readonly ha: number;
769
+ private ii;
770
+ get kx(): string;
771
+ set kx(a: string);
772
+ static readonly h2: number;
773
+ private io;
774
+ get lt(): string;
775
+ set lt(a: string);
776
+ static readonly hy: number;
777
+ private na;
778
+ get nx(): Brush;
779
+ set nx(a: Brush);
780
+ static readonly e5: number;
781
+ private ms;
782
+ get ne(): Brush;
783
+ set ne(a: Brush);
784
+ static readonly fq: number;
785
+ private mx;
786
+ get nj(): Brush;
787
+ set nj(a: Brush);
788
+ static readonly f6: number;
789
789
  private af;
790
790
  get aj(): FontInfo;
791
791
  set aj(a: FontInfo);
792
- static readonly et: number;
792
+ static readonly ev: number;
793
793
  private ad;
794
794
  get ah(): FontInfo;
795
795
  set ah(a: FontInfo);
796
- static readonly hu: number;
797
- private ij;
798
- get lg(): string;
799
- set lg(a: string);
800
- static readonly hs: number;
801
- private m5;
802
- get ns(): Brush;
803
- set ns(a: Brush);
804
- static readonly ht: number;
796
+ static readonly hx: number;
797
+ private im;
798
+ get lk(): string;
799
+ set lk(a: string);
800
+ static readonly hv: number;
801
+ private m9;
802
+ get nw(): Brush;
803
+ set nw(a: Brush);
804
+ static readonly hw: number;
805
805
  private ag;
806
806
  get ak(): FontInfo;
807
807
  set ak(a: FontInfo);
808
+ static readonly ho: number;
809
+ private il;
810
+ get lc(): string;
811
+ set lc(a: string);
808
812
  static readonly hm: number;
809
- private ii;
813
+ private ik;
810
814
  get k9(): string;
811
815
  set k9(a: string);
812
- static readonly hk: number;
813
- private ih;
814
- get k6(): string;
815
- set k6(a: string);
816
- static readonly hn: number;
817
- private m4;
818
- get nr(): Brush;
819
- set nr(a: Brush);
820
- static readonly hl: number;
821
- private m3;
822
- get nq(): Brush;
823
- set nq(a: Brush);
824
816
  static readonly hp: number;
817
+ private m8;
818
+ get nv(): Brush;
819
+ set nv(a: Brush);
820
+ static readonly hn: number;
821
+ private m7;
822
+ get nu(): Brush;
823
+ set nu(a: Brush);
824
+ static readonly hr: number;
825
825
  private cf;
826
- get c0(): number;
827
- set c0(a: number);
828
- static readonly hq: number;
829
- private cg;
830
826
  get c1(): number;
831
827
  set c1(a: number);
832
- static readonly hr: number;
833
- private ch;
828
+ static readonly hs: number;
829
+ private cg;
834
830
  get c2(): number;
835
831
  set c2(a: number);
836
- static readonly ho: number;
832
+ static readonly ht: number;
833
+ private ch;
834
+ get c3(): number;
835
+ set c3(a: number);
836
+ static readonly hq: number;
837
837
  private ce;
838
- get cz(): number;
839
- set cz(a: number);
840
- static readonly hw: number;
838
+ get c0(): number;
839
+ set c0(a: number);
840
+ static readonly hu: number;
841
+ private ci;
842
+ get c4(): number;
843
+ set c4(a: number);
844
+ static readonly hz: number;
841
845
  private z;
842
846
  get aa(): TextCellDecoration;
843
- set aa(a: TextCellDecoration);
844
- static readonly gs: number;
845
- private ab;
846
- get ac(): TextCellLineBreakMode;
847
- set ac(a: TextCellLineBreakMode);
848
- static readonly h1: number;
849
- private ck;
850
- get c5(): number;
851
- set c5(a: number);
852
- static readonly gz: number;
853
- private d2;
854
- get gy(): number;
855
- set gy(a: number);
856
- static readonly g3: number;
847
+ set aa(a: TextCellDecoration);
848
+ static readonly gu: number;
849
+ private ab;
850
+ get ac(): TextCellLineBreakMode;
851
+ set ac(a: TextCellLineBreakMode);
852
+ static readonly h4: number;
853
+ private cl;
854
+ get c7(): number;
855
+ set c7(a: number);
856
+ static readonly g1: number;
857
857
  private d4;
858
+ get g0(): number;
859
+ set g0(a: number);
860
+ static readonly g5: number;
861
+ private d6;
862
+ get g4(): number;
863
+ set g4(a: number);
864
+ static readonly g3: number;
865
+ private d5;
858
866
  get g2(): number;
859
867
  set g2(a: number);
860
- static readonly g1: number;
868
+ static readonly gz: number;
861
869
  private d3;
862
- get g0(): number;
863
- set g0(a: number);
864
- static readonly gx: number;
865
- private d1;
866
- get gw(): number;
867
- set gw(a: number);
868
- static readonly ey: number;
869
- private dh;
870
- get ex(): number;
871
- set ex(a: number);
872
- static readonly e2: number;
870
+ get gy(): number;
871
+ set gy(a: number);
872
+ static readonly e0: number;
873
873
  private dj;
874
+ get ez(): number;
875
+ set ez(a: number);
876
+ static readonly e4: number;
877
+ private dl;
878
+ get e3(): number;
879
+ set e3(a: number);
880
+ static readonly e2: number;
881
+ private dk;
874
882
  get e1(): number;
875
883
  set e1(a: number);
876
- static readonly e0: number;
884
+ static readonly ey: number;
877
885
  private di;
878
- get ez(): number;
879
- set ez(a: number);
880
- static readonly ew: number;
881
- private dg;
882
- get ev(): number;
883
- set ev(a: number);
884
- static readonly ff: number;
885
- private dn;
886
- get fe(): number;
887
- set fe(a: number);
888
- static readonly fk: number;
886
+ get ex(): number;
887
+ set ex(a: number);
888
+ static readonly fh: number;
889
889
  private dq;
890
+ get fg(): number;
891
+ set fg(a: number);
892
+ static readonly fm: number;
893
+ private ds;
894
+ get fl(): number;
895
+ set fl(a: number);
896
+ static readonly fk: number;
897
+ private dr;
890
898
  get fj(): number;
891
899
  set fj(a: number);
892
- static readonly fi: number;
900
+ static readonly ff: number;
893
901
  private dp;
894
- get fh(): number;
895
- set fh(a: number);
896
- static readonly fd: number;
897
- private dm;
898
- get fc(): number;
899
- set fc(a: number);
900
- static readonly eb: number;
901
- private c9;
902
- get ea(): number;
903
- set ea(a: number);
904
- static readonly eg: number;
902
+ get fe(): number;
903
+ set fe(a: number);
904
+ static readonly ed: number;
905
905
  private db;
906
+ get ec(): number;
907
+ set ec(a: number);
908
+ static readonly ei: number;
909
+ private dd;
910
+ get eh(): number;
911
+ set eh(a: number);
912
+ static readonly eg: number;
913
+ private dc;
906
914
  get ef(): number;
907
915
  set ef(a: number);
908
- static readonly ee: number;
916
+ static readonly eb: number;
909
917
  private da;
910
- get ed(): number;
911
- set ed(a: number);
912
- static readonly d9: number;
913
- private c8;
914
- get d8(): number;
915
- set d8(a: number);
916
- static readonly fx: number;
917
- private du;
918
- get fw(): number;
919
- set fw(a: number);
920
- static readonly f2: number;
918
+ get ea(): number;
919
+ set ea(a: number);
920
+ static readonly fz: number;
921
921
  private dw;
922
+ get fy(): number;
923
+ set fy(a: number);
924
+ static readonly f4: number;
925
+ private dy;
926
+ get f3(): number;
927
+ set f3(a: number);
928
+ static readonly f2: number;
929
+ private dx;
922
930
  get f1(): number;
923
931
  set f1(a: number);
924
- static readonly f0: number;
932
+ static readonly fx: number;
925
933
  private dv;
926
- get fz(): number;
927
- set fz(a: number);
928
- static readonly fv: number;
929
- private dt;
930
- get fu(): number;
931
- set fu(a: number);
932
- static readonly em: number;
933
- private dd;
934
- get el(): number;
935
- set el(a: number);
936
- static readonly er: number;
934
+ get fw(): number;
935
+ set fw(a: number);
936
+ static readonly eo: number;
937
937
  private df;
938
+ get en(): number;
939
+ set en(a: number);
940
+ static readonly et: number;
941
+ private dh;
942
+ get es(): number;
943
+ set es(a: number);
944
+ static readonly er: number;
945
+ private dg;
938
946
  get eq(): number;
939
947
  set eq(a: number);
940
- static readonly ep: number;
948
+ static readonly em: number;
941
949
  private de;
942
- get eo(): number;
943
- set eo(a: number);
944
- static readonly ek: number;
945
- private dc;
946
- get ej(): number;
947
- set ej(a: number);
948
- static readonly hg: number;
950
+ get el(): number;
951
+ set el(a: number);
952
+ static readonly hi: number;
949
953
  private m;
950
954
  get n(): ColumnSortDirection;
951
955
  set n(a: ColumnSortDirection);
952
- static readonly gi: number;
956
+ static readonly gk: number;
953
957
  private ar;
954
958
  get be(): boolean;
955
959
  set be(a: boolean);
956
- static readonly gf: number;
960
+ static readonly gh: number;
957
961
  private ao;
958
962
  get a6(): boolean;
959
963
  set a6(a: boolean);
960
- static readonly g5: number;
964
+ static readonly g7: number;
961
965
  private x;
962
966
  get y(): PinnedPositions;
963
967
  set y(a: PinnedPositions);
964
- static readonly fr: number;
968
+ static readonly ft: number;
965
969
  private ae;
966
970
  get ai(): FontInfo;
967
971
  set ai(a: FontInfo);
968
- static readonly gh: number;
972
+ static readonly gj: number;
969
973
  private aq;
970
974
  get bd(): boolean;
971
975
  set bd(a: boolean);
972
- static readonly gg: number;
976
+ static readonly gi: number;
973
977
  private ap;
974
978
  get ba(): boolean;
975
979
  set ba(a: boolean);
976
- static readonly fq: number;
977
- private id;
978
- get jm(): string;
979
- set jm(a: string);
980
+ static readonly fs: number;
981
+ private ih;
982
+ get jp(): string;
983
+ set jp(a: string);
980
984
  bj: boolean;
981
- private ds;
982
- get fs(): number;
983
- set fs(a: number);
985
+ private du;
986
+ get fu(): number;
987
+ set fu(a: number);
984
988
  private at;
985
989
  get bg(): boolean;
986
990
  set bg(a: boolean);
987
- h6: number;
988
- ly(): void;
989
- protected lz(): void;
991
+ h9: number;
992
+ l2(): void;
993
+ protected l3(): void;
990
994
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
991
995
  b(a: CellModelExport): CellModelExport;
992
996
  private static bz;
993
- protected l2(): void;
997
+ protected l6(): void;
994
998
  private static bw;
995
999
  private b0;
996
- protected l1(): void;
997
- lw(a: string): Type;
998
- mk(a: string, b: any): void;
999
- ia(a: string): any;
1000
- mi(a: string, b: any): void;
1000
+ protected l5(): void;
1001
+ l0(a: string): Type;
1002
+ mo(a: string, b: any): void;
1003
+ id(a: string): any;
1004
+ mm(a: string, b: any): void;
1001
1005
  cellReconciling: (model: CellModel) => void;
1002
1006
  bq(a: DataSourceRowType): boolean;
1003
- jx(): string;
1004
- lx(a: List$1<GridConditionalStyle>): void;
1007
+ j0(): string;
1008
+ l1(a: List$1<GridConditionalStyle>): void;
1005
1009
  }
1006
1010
  /**
1007
1011
  * @hidden
@@ -1009,42 +1013,42 @@ export declare abstract class CellModel extends Base {
1009
1013
  export declare class DateTimeCellModel extends CellModel {
1010
1014
  static $t: Type;
1011
1015
  constructor();
1012
- static readonly n8: number;
1013
- private n5;
1014
- get n6(): Date;
1015
- set n6(a: Date);
1016
- static readonly ob: number;
1017
- private oh;
1018
- get on(): string;
1019
- set on(a: string);
1020
- static readonly oa: number;
1021
- private nw;
1022
- get nx(): any[];
1023
- set nx(a: any[]);
1024
- ny: BindingFormatter;
1025
- private of;
1026
- static readonly n9: number;
1027
- private _formatOverride;
1028
- get og(): any;
1029
- set og(a: any);
1030
- static readonly n7: number;
1031
- private n1;
1032
- get n2(): DateTimeFormats;
1033
- set n2(a: DateTimeFormats);
1034
- ok(a: Date): string;
1035
- jx(): string;
1036
1016
  static readonly oc: number;
1037
- private nz;
1038
- get n0(): DateTimeColumnValueFormatter;
1039
- set n0(a: DateTimeColumnValueFormatter);
1017
+ private n9;
1018
+ get oa(): Date;
1019
+ set oa(a: Date);
1020
+ static readonly of: number;
1021
+ private ol;
1022
+ get or(): string;
1023
+ set or(a: string);
1024
+ static readonly oe: number;
1025
+ private n0;
1026
+ get n1(): any[];
1027
+ set n1(a: any[]);
1028
+ n2: BindingFormatter;
1029
+ private oj;
1040
1030
  static readonly od: number;
1031
+ private _formatOverride;
1032
+ get ok(): any;
1033
+ set ok(a: any);
1034
+ static readonly ob: number;
1035
+ private n5;
1036
+ get n6(): DateTimeFormats;
1037
+ set n6(a: DateTimeFormats);
1038
+ oo(a: Date): string;
1039
+ j0(): string;
1040
+ static readonly og: number;
1041
1041
  private n3;
1042
- get n4(): boolean;
1043
- set n4(a: boolean);
1044
- protected me(a: string, b: any, c: any): void;
1045
- mk(a: string, b: any): void;
1046
- lw(a: string): Type;
1047
- ia(a: string): any;
1042
+ get n4(): DateTimeColumnValueFormatter;
1043
+ set n4(a: DateTimeColumnValueFormatter);
1044
+ static readonly oh: number;
1045
+ private n7;
1046
+ get n8(): boolean;
1047
+ set n8(a: boolean);
1048
+ protected mi(a: string, b: any, c: any): void;
1049
+ mo(a: string, b: any): void;
1050
+ l0(a: string): Type;
1051
+ id(a: string): any;
1048
1052
  b(a: CellModelExport): CellModelExport;
1049
1053
  }
1050
1054
  /**
@@ -1053,102 +1057,102 @@ export declare class DateTimeCellModel extends CellModel {
1053
1057
  export declare class EditorCellModel extends CellModel {
1054
1058
  static $t: Type;
1055
1059
  constructor();
1056
- private ob;
1057
- private oa;
1058
- private n5;
1059
- static ol: number;
1060
- get n8(): boolean;
1061
- private n0;
1062
- static oi: number;
1063
- get n1(): CellModel;
1064
- set n1(a: CellModel);
1065
- private ny;
1066
- static oc: number;
1067
- get nz(): DataSourceSchemaPropertyType;
1068
- set nz(a: DataSourceSchemaPropertyType);
1069
- private ou;
1070
- static oj: number;
1071
- get o4(): string;
1072
- set o4(a: string);
1073
- or: any;
1060
+ private of;
1061
+ private oe;
1062
+ private n9;
1063
+ static op: number;
1064
+ get oc(): boolean;
1065
+ private n4;
1066
+ static om: number;
1067
+ get n5(): CellModel;
1068
+ set n5(a: CellModel);
1074
1069
  private n2;
1075
1070
  static og: number;
1076
- get n3(): EditorType;
1077
- set n3(a: EditorType);
1078
- private op;
1079
- static oe: number;
1080
- get oq(): any;
1081
- set oq(a: any);
1071
+ get n3(): DataSourceSchemaPropertyType;
1072
+ set n3(a: DataSourceSchemaPropertyType);
1073
+ private oy;
1074
+ static on: number;
1075
+ get o8(): string;
1076
+ set o8(a: string);
1077
+ ov: any;
1078
+ private n6;
1079
+ static ok: number;
1080
+ get n7(): EditorType;
1081
+ set n7(a: EditorType);
1082
1082
  private ot;
1083
- static of: number;
1084
- get oz(): string;
1085
- set oz(a: string);
1086
- private nw;
1083
+ static oi: number;
1084
+ get ou(): any;
1085
+ set ou(a: any);
1086
+ private ox;
1087
+ static oj: number;
1088
+ get o3(): string;
1089
+ set o3(a: string);
1090
+ private n0;
1091
+ static ol: number;
1092
+ get n1(): string[];
1093
+ set n1(a: string[]);
1094
+ static oo: number;
1095
+ private n8;
1096
+ get ob(): boolean;
1097
+ set ob(a: boolean);
1087
1098
  static oh: number;
1088
- get nx(): string[];
1089
- set nx(a: string[]);
1090
- static ok: number;
1091
- private n4;
1092
- get n7(): boolean;
1093
- set n7(a: boolean);
1094
- static od: number;
1095
- private os;
1096
- get ow(): string;
1097
- set ow(a: string);
1098
- static readonly om: number;
1099
- private n6;
1100
- get n9(): boolean;
1101
- set n9(a: boolean);
1102
- get oo(): number;
1103
- get on(): number;
1104
- protected mh(): void;
1105
- protected me(a: string, b: any, c: any): void;
1106
- lw(a: string): Type;
1107
- mk(a: string, b: any): void;
1108
- ia(a: string): any;
1099
+ private ow;
1100
+ get o0(): string;
1101
+ set o0(a: string);
1102
+ static readonly oq: number;
1103
+ private oa;
1104
+ get od(): boolean;
1105
+ set od(a: boolean);
1106
+ get os(): number;
1107
+ get or(): number;
1108
+ protected ml(): void;
1109
+ protected mi(a: string, b: any, c: any): void;
1110
+ l0(a: string): Type;
1111
+ mo(a: string, b: any): void;
1112
+ id(a: string): any;
1109
1113
  b(a: CellModelExport): CellModelExport;
1110
- private o9;
1114
+ private pd;
1111
1115
  }
1112
1116
  /**
1113
1117
  * @hidden
1114
1118
  */
1115
1119
  export declare class FilterCellModel extends CellModel {
1116
1120
  static $t: Type;
1117
- static readonly oe: number;
1118
- private n0;
1119
- get n1(): DataSourceSchemaPropertyType;
1120
- set n1(a: DataSourceSchemaPropertyType);
1121
- static readonly oh: number;
1122
- private ny;
1123
- get nz(): ColumnFilterCondition;
1124
- set nz(a: ColumnFilterCondition);
1125
- static readonly of: number;
1126
- private n2;
1127
- get n3(): IFilterExpression;
1128
- set n3(a: IFilterExpression);
1129
- static readonly og: number;
1121
+ static readonly oi: number;
1130
1122
  private n4;
1131
- get n5(): GridFilterOperandsCollection;
1132
- set n5(a: GridFilterOperandsCollection);
1133
- static oi: number;
1123
+ get n5(): DataSourceSchemaPropertyType;
1124
+ set n5(a: DataSourceSchemaPropertyType);
1125
+ static readonly ol: number;
1126
+ private n2;
1127
+ get n3(): ColumnFilterCondition;
1128
+ set n3(a: ColumnFilterCondition);
1129
+ static readonly oj: number;
1134
1130
  private n6;
1135
- get n7(): boolean;
1136
- set n7(a: boolean);
1137
- private nw;
1138
- get nx(): ColumnComparisonConditionOperatorType;
1139
- set nx(a: ColumnComparisonConditionOperatorType);
1140
- oj: any;
1131
+ get n7(): IFilterExpression;
1132
+ set n7(a: IFilterExpression);
1133
+ static readonly ok: number;
1134
+ private n8;
1135
+ get n9(): GridFilterOperandsCollection;
1136
+ set n9(a: GridFilterOperandsCollection);
1137
+ static om: number;
1138
+ private oa;
1139
+ get ob(): boolean;
1140
+ set ob(a: boolean);
1141
+ private n0;
1142
+ get n1(): ColumnComparisonConditionOperatorType;
1143
+ set n1(a: ColumnComparisonConditionOperatorType);
1144
+ on: any;
1145
+ oh: number;
1146
+ og: number;
1147
+ of: number;
1148
+ oe: number;
1141
1149
  od: number;
1142
1150
  oc: number;
1143
- ob: number;
1144
- oa: number;
1145
- n9: number;
1146
- n8: number;
1147
1151
  constructor();
1148
- mk(a: string, b: any): void;
1149
- lw(a: string): Type;
1150
- ia(a: string): any;
1151
- mi(a: string, b: any): void;
1152
+ mo(a: string, b: any): void;
1153
+ l0(a: string): Type;
1154
+ id(a: string): any;
1155
+ mm(a: string, b: any): void;
1152
1156
  b(a: CellModelExport): CellModelExport;
1153
1157
  }
1154
1158
  /**
@@ -1164,22 +1168,22 @@ export declare class EditorRowCellModel extends CellModel {
1164
1168
  export declare class SummaryCellModel extends CellModel {
1165
1169
  static $t: Type;
1166
1170
  constructor();
1167
- static readonly ny: number;
1168
- private n2;
1169
- get n4(): string;
1170
- set n4(a: string);
1171
- static readonly nz: number;
1172
- private n3;
1173
- get n6(): string;
1174
- set n6(a: string);
1175
- static readonly n1: number;
1176
- private oa;
1177
- get ob(): Brush;
1178
- set ob(a: Brush);
1179
- static readonly n0: number;
1180
- private nw;
1181
- get nx(): FontInfo;
1182
- set nx(a: FontInfo);
1171
+ static readonly n2: number;
1172
+ private n6;
1173
+ get n8(): string;
1174
+ set n8(a: string);
1175
+ static readonly n3: number;
1176
+ private n7;
1177
+ get oa(): string;
1178
+ set oa(a: string);
1179
+ static readonly n5: number;
1180
+ private oe;
1181
+ get of(): Brush;
1182
+ set of(a: Brush);
1183
+ static readonly n4: number;
1184
+ private n0;
1185
+ get n1(): FontInfo;
1186
+ set n1(a: FontInfo);
1183
1187
  b(a: CellModelExport): CellModelExport;
1184
1188
  bq(a: DataSourceRowType): boolean;
1185
1189
  }
@@ -1196,22 +1200,22 @@ export declare class VerticalSeparatorCellModel extends CellModel {
1196
1200
  export declare class ImageCellModel extends CellModel {
1197
1201
  static $t: Type;
1198
1202
  constructor();
1199
- static readonly n0: number;
1200
- private n3;
1201
- get n4(): string;
1202
- set n4(a: string);
1203
- static readonly n2: number;
1204
- private ny;
1205
- get nz(): ImageStretchOptions;
1206
- set nz(a: ImageStretchOptions);
1207
- static readonly n1: number;
1208
- private nw;
1209
- get nx(): ImageResourceType;
1210
- set nx(a: ImageResourceType);
1203
+ static readonly n4: number;
1204
+ private n7;
1205
+ get n8(): string;
1206
+ set n8(a: string);
1207
+ static readonly n6: number;
1208
+ private n2;
1209
+ get n3(): ImageStretchOptions;
1210
+ set n3(a: ImageStretchOptions);
1211
+ static readonly n5: number;
1212
+ private n0;
1213
+ get n1(): ImageResourceType;
1214
+ set n1(a: ImageResourceType);
1211
1215
  b(a: CellModelExport): CellModelExport;
1212
- mk(a: string, b: any): void;
1213
- lw(a: string): Type;
1214
- ia(a: string): any;
1216
+ mo(a: string, b: any): void;
1217
+ l0(a: string): Type;
1218
+ id(a: string): any;
1215
1219
  }
1216
1220
  /**
1217
1221
  * @hidden
@@ -1219,67 +1223,67 @@ export declare class ImageCellModel extends CellModel {
1219
1223
  export declare class NumericCellModel extends CellModel {
1220
1224
  static $t: Type;
1221
1225
  constructor();
1222
- static readonly ol: number;
1223
- private n4;
1224
- get n5(): number;
1225
- set n5(a: number);
1226
- static readonly oc: number;
1227
- private nz;
1228
- get n1(): boolean;
1229
- set n1(a: boolean);
1230
- static readonly ob: number;
1231
- private os;
1232
- get oz(): string;
1233
- set oz(a: string);
1234
- static readonly oa: number;
1235
- private nw;
1236
- get nx(): any[];
1237
- set nx(a: any[]);
1238
- ny: BindingFormatter;
1239
- private oq;
1240
- static readonly n9: number;
1241
- private _formatOverride;
1242
- get or(): any;
1243
- set or(a: any);
1244
- static readonly oj: number;
1245
- private ot;
1246
- get o5(): string;
1247
- set o5(a: string);
1248
- static readonly om: number;
1249
- private ov;
1250
- get pa(): string;
1251
- set pa(a: string);
1252
- static readonly ok: number;
1253
- private ou;
1254
- get o7(): string;
1255
- set o7(a: string);
1256
- static readonly on: number;
1226
+ static readonly op: number;
1227
+ private n8;
1228
+ get n9(): number;
1229
+ set n9(a: number);
1230
+ static readonly og: number;
1231
+ private n3;
1232
+ get n5(): boolean;
1233
+ set n5(a: boolean);
1234
+ static readonly of: number;
1257
1235
  private ow;
1258
- get pc(): string;
1259
- set pc(a: string);
1236
+ get o3(): string;
1237
+ set o3(a: string);
1260
1238
  static readonly oe: number;
1261
- private n6;
1262
- get od(): number;
1263
- set od(a: number);
1264
- static readonly og: number;
1265
- private n7;
1266
- get of(): number;
1267
- set of(a: number);
1239
+ private n0;
1240
+ get n1(): any[];
1241
+ set n1(a: any[]);
1242
+ n2: BindingFormatter;
1243
+ private ou;
1244
+ static readonly od: number;
1245
+ private _formatOverride;
1246
+ get ov(): any;
1247
+ set ov(a: any);
1248
+ static readonly on: number;
1249
+ private ox;
1250
+ get o9(): string;
1251
+ set o9(a: string);
1252
+ static readonly oq: number;
1253
+ private oz;
1254
+ get pe(): string;
1255
+ set pe(a: string);
1256
+ static readonly oo: number;
1257
+ private oy;
1258
+ get pb(): string;
1259
+ set pb(a: string);
1260
+ static readonly or: number;
1261
+ private o0;
1262
+ get pg(): string;
1263
+ set pg(a: string);
1268
1264
  static readonly oi: number;
1269
- private n8;
1265
+ private oa;
1270
1266
  get oh(): number;
1271
1267
  set oh(a: number);
1272
- static readonly oo: number;
1273
- private n0;
1274
- get n3(): boolean;
1275
- set n3(a: boolean);
1276
- n2(): boolean;
1277
- protected me(a: string, b: any, c: any): void;
1278
- mk(a: string, b: any): void;
1279
- lw(a: string): Type;
1280
- ia(a: string): any;
1268
+ static readonly ok: number;
1269
+ private ob;
1270
+ get oj(): number;
1271
+ set oj(a: number);
1272
+ static readonly om: number;
1273
+ private oc;
1274
+ get ol(): number;
1275
+ set ol(a: number);
1276
+ static readonly os: number;
1277
+ private n4;
1278
+ get n7(): boolean;
1279
+ set n7(a: boolean);
1280
+ n6(): boolean;
1281
+ protected mi(a: string, b: any, c: any): void;
1282
+ mo(a: string, b: any): void;
1283
+ l0(a: string): Type;
1284
+ id(a: string): any;
1281
1285
  b(a: CellModelExport): CellModelExport;
1282
- jx(): string;
1286
+ j0(): string;
1283
1287
  }
1284
1288
  /**
1285
1289
  * @hidden
@@ -1295,29 +1299,29 @@ export declare class RowSeparatorModel extends CellModel {
1295
1299
  export declare class SectionHeaderCellModel extends CellModel {
1296
1300
  static $t: Type;
1297
1301
  constructor();
1298
- static readonly n2: number;
1299
- private nw;
1300
- get ny(): GroupData[];
1301
- set ny(a: GroupData[]);
1302
- static readonly n5: number;
1303
- private nx;
1304
- get nz(): SummaryData[];
1305
- set nz(a: SummaryData[]);
1306
- static readonly n4: number;
1307
- private n8;
1308
- get oc(): string;
1309
- set oc(a: string);
1310
- static readonly n3: number;
1311
- private n7;
1312
- get oa(): string;
1313
- set oa(a: string);
1314
1302
  static readonly n6: number;
1315
1303
  private n0;
1316
- get n1(): GroupSummaryDisplayMode;
1317
- set n1(a: GroupSummaryDisplayMode);
1318
- mk(a: string, b: any): void;
1319
- lw(a: string): Type;
1320
- ia(a: string): any;
1304
+ get n2(): GroupData[];
1305
+ set n2(a: GroupData[]);
1306
+ static readonly n9: number;
1307
+ private n1;
1308
+ get n3(): SummaryData[];
1309
+ set n3(a: SummaryData[]);
1310
+ static readonly n8: number;
1311
+ private oc;
1312
+ get og(): string;
1313
+ set og(a: string);
1314
+ static readonly n7: number;
1315
+ private ob;
1316
+ get oe(): string;
1317
+ set oe(a: string);
1318
+ static readonly oa: number;
1319
+ private n4;
1320
+ get n5(): GroupSummaryDisplayMode;
1321
+ set n5(a: GroupSummaryDisplayMode);
1322
+ mo(a: string, b: any): void;
1323
+ l0(a: string): Type;
1324
+ id(a: string): any;
1321
1325
  b(a: CellModelExport): CellModelExport;
1322
1326
  bq(a: DataSourceRowType): boolean;
1323
1327
  }
@@ -1327,13 +1331,13 @@ export declare class SectionHeaderCellModel extends CellModel {
1327
1331
  export declare class TemplateCellModel extends CellModel {
1328
1332
  static $t: Type;
1329
1333
  constructor();
1330
- static readonly nw: number;
1331
- private nx;
1332
- get ny(): any;
1333
- set ny(a: any);
1334
- mk(a: string, b: any): void;
1335
- lw(a: string): Type;
1336
- ia(a: string): any;
1334
+ static readonly n0: number;
1335
+ private n1;
1336
+ get n2(): any;
1337
+ set n2(a: any);
1338
+ mo(a: string, b: any): void;
1339
+ l0(a: string): Type;
1340
+ id(a: string): any;
1337
1341
  b(a: CellModelExport): CellModelExport;
1338
1342
  }
1339
1343
  /**
@@ -1342,15 +1346,15 @@ export declare class TemplateCellModel extends CellModel {
1342
1346
  export declare class TextCellModel extends CellModel {
1343
1347
  static $t: Type;
1344
1348
  constructor();
1345
- static readonly nw: number;
1346
- private nx;
1347
- get ny(): string;
1348
- set ny(a: string);
1349
- mk(a: string, b: any): void;
1350
- lw(a: string): Type;
1351
- ia(a: string): any;
1349
+ static readonly n0: number;
1350
+ private n1;
1351
+ get n2(): string;
1352
+ set n2(a: string);
1353
+ mo(a: string, b: any): void;
1354
+ l0(a: string): Type;
1355
+ id(a: string): any;
1352
1356
  b(a: CellModelExport): CellModelExport;
1353
- jx(): string;
1357
+ j0(): string;
1354
1358
  }
1355
1359
  /**
1356
1360
  * @hidden
@@ -1358,29 +1362,29 @@ export declare class TextCellModel extends CellModel {
1358
1362
  export declare class TextHeaderCellModel extends TextCellModel {
1359
1363
  static $t: Type;
1360
1364
  constructor();
1361
- static readonly ob: number;
1362
- private n6;
1363
- get n7(): boolean;
1364
- set n7(a: boolean);
1365
+ static readonly of: number;
1366
+ private oa;
1367
+ get ob(): boolean;
1368
+ set ob(a: boolean);
1369
+ static readonly og: number;
1370
+ private n8;
1371
+ get n9(): SortIndicatorStyle;
1372
+ set n9(a: SortIndicatorStyle);
1365
1373
  static readonly oc: number;
1366
1374
  private n4;
1367
- get n5(): SortIndicatorStyle;
1368
- set n5(a: SortIndicatorStyle);
1369
- static readonly n8: number;
1370
- private n0;
1371
- get n1(): ColumnOptionsIconAlignment;
1372
- set n1(a: ColumnOptionsIconAlignment);
1373
- static readonly oa: number;
1374
- private oi;
1375
- get oj(): Brush;
1376
- set oj(a: Brush);
1377
- static readonly n9: number;
1378
- private n2;
1379
- get n3(): ColumnOptionsIconBehavior;
1380
- set n3(a: ColumnOptionsIconBehavior);
1381
- mk(a: string, b: any): void;
1382
- lw(a: string): Type;
1383
- ia(a: string): any;
1375
+ get n5(): ColumnOptionsIconAlignment;
1376
+ set n5(a: ColumnOptionsIconAlignment);
1377
+ static readonly oe: number;
1378
+ private om;
1379
+ get on(): Brush;
1380
+ set on(a: Brush);
1381
+ static readonly od: number;
1382
+ private n6;
1383
+ get n7(): ColumnOptionsIconBehavior;
1384
+ set n7(a: ColumnOptionsIconBehavior);
1385
+ mo(a: string, b: any): void;
1386
+ l0(a: string): Type;
1387
+ id(a: string): any;
1384
1388
  b(a: CellModelExport): CellModelExport;
1385
1389
  }
1386
1390
  /**
@@ -3256,67 +3260,67 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3256
3260
  protected ct(): any;
3257
3261
  protected cu(): any;
3258
3262
  protected at(a: GridConditionalStyle): boolean;
3259
- protected oz(): Brush;
3260
- protected oy(): Brush;
3261
- private static k1;
3262
- k2: number;
3263
+ protected o2(): Brush;
3264
+ protected o1(): Brush;
3265
+ private static k3;
3266
+ k4: number;
3263
3267
  private ht;
3264
3268
  get hu(): ColumnStates;
3265
3269
  set hu(a: ColumnStates);
3266
- private kn;
3267
- get ky(): number;
3268
- set ky(a: number);
3269
3270
  private kp;
3270
3271
  get k0(): number;
3271
3272
  set k0(a: number);
3273
+ private kr;
3274
+ get k2(): number;
3275
+ set k2(a: number);
3276
+ private kq;
3277
+ get k1(): number;
3278
+ set k1(a: number);
3272
3279
  private ko;
3273
3280
  get kz(): number;
3274
3281
  set kz(a: number);
3282
+ private lc;
3283
+ get my(): string;
3284
+ set my(a: string);
3275
3285
  private km;
3276
3286
  get kx(): number;
3277
3287
  set kx(a: number);
3278
- private la;
3279
- get mw(): string;
3280
- set mw(a: string);
3281
- private kk;
3282
- get kv(): number;
3283
- set kv(a: number);
3284
- private kj;
3285
- get ku(): number;
3286
- set ku(a: number);
3287
3288
  private kl;
3288
3289
  get kw(): number;
3289
3290
  set kw(a: number);
3291
+ private kn;
3292
+ get ky(): number;
3293
+ set ky(a: number);
3290
3294
  private ik;
3291
3295
  get im(): PinnedPositions;
3292
3296
  set im(a: PinnedPositions);
3297
+ private la;
3298
+ get l7(): string;
3299
+ set l7(a: string);
3300
+ private lb;
3301
+ get me(): string;
3302
+ set me(a: string);
3293
3303
  private k8;
3294
- get l5(): string;
3295
- set l5(a: string);
3296
- private k9;
3297
- get mc(): string;
3298
- set mc(a: string);
3299
- private k6;
3300
- get lk(): string;
3301
- set lk(a: string);
3302
- private on;
3303
- get o2(): Brush;
3304
- set o2(a: Brush);
3305
- private oi;
3306
- get ov(): Brush;
3307
- set ov(a: Brush);
3304
+ get lm(): string;
3305
+ set lm(a: string);
3306
+ private oq;
3307
+ get o5(): Brush;
3308
+ set o5(a: Brush);
3308
3309
  private ol;
3309
- get o0(): Brush;
3310
- set o0(a: Brush);
3311
- private og;
3312
- get ot(): Brush;
3313
- set ot(a: Brush);
3314
- private om;
3315
- get o1(): Brush;
3316
- set o1(a: Brush);
3317
- private oh;
3318
- get ou(): Brush;
3319
- set ou(a: Brush);
3310
+ get oy(): Brush;
3311
+ set oy(a: Brush);
3312
+ private oo;
3313
+ get o3(): Brush;
3314
+ set o3(a: Brush);
3315
+ private oj;
3316
+ get ow(): Brush;
3317
+ set ow(a: Brush);
3318
+ private op;
3319
+ get o4(): Brush;
3320
+ set o4(a: Brush);
3321
+ private ok;
3322
+ get ox(): Brush;
3323
+ set ox(a: Brush);
3320
3324
  private h7;
3321
3325
  get h8(): GridColumnAnimationSettings;
3322
3326
  set h8(a: GridColumnAnimationSettings);
@@ -3324,8 +3328,8 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3324
3328
  get width(): ColumnWidth;
3325
3329
  set width(a: ColumnWidth);
3326
3330
  private j3;
3327
- get ka(): number;
3328
- set ka(a: number);
3331
+ get kb(): number;
3332
+ set kb(a: number);
3329
3333
  private jb;
3330
3334
  get jt(): boolean;
3331
3335
  set jt(a: boolean);
@@ -3372,12 +3376,12 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3372
3376
  private hi;
3373
3377
  get hk(): ColumnOptionsIconAlignment;
3374
3378
  set hk(a: ColumnOptionsIconAlignment);
3375
- private oe;
3376
- get or(): Brush;
3377
- set or(a: Brush);
3378
- private oj;
3379
- get ow(): Brush;
3380
- set ow(a: Brush);
3379
+ private oh;
3380
+ get ou(): Brush;
3381
+ set ou(a: Brush);
3382
+ private om;
3383
+ get oz(): Brush;
3384
+ set oz(a: Brush);
3381
3385
  private hm;
3382
3386
  get ho(): ColumnOptionsIconBehavior;
3383
3387
  set ho(a: ColumnOptionsIconBehavior);
@@ -3405,18 +3409,18 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3405
3409
  private i9;
3406
3410
  get jr(): boolean;
3407
3411
  set jr(a: boolean);
3408
- private ok;
3409
- get ox(): Brush;
3410
- set ox(a: Brush);
3411
- private of;
3412
- get os(): Brush;
3413
- set os(a: Brush);
3412
+ private on;
3413
+ get o0(): Brush;
3414
+ set o0(a: Brush);
3415
+ private oi;
3416
+ get ov(): Brush;
3417
+ set ov(a: Brush);
3414
3418
  private j2;
3419
+ get ka(): number;
3420
+ set ka(a: number);
3421
+ private j1;
3415
3422
  get j9(): number;
3416
3423
  set j9(a: number);
3417
- private j1;
3418
- get j8(): number;
3419
- set j8(a: number);
3420
3424
  private iv;
3421
3425
  get textEditStyle(): FontInfo;
3422
3426
  set textEditStyle(a: FontInfo);
@@ -3426,12 +3430,12 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3426
3430
  private hz;
3427
3431
  get h0(): EditorType;
3428
3432
  set h0(a: EditorType);
3429
- private k3;
3430
- get k4(): any;
3431
- set k4(a: any);
3432
- private k7;
3433
- get l1(): string;
3434
- set l1(a: string);
3433
+ private k5;
3434
+ get k6(): any;
3435
+ set k6(a: any);
3436
+ private k9;
3437
+ get l3(): string;
3438
+ set l3(a: string);
3435
3439
  private gz;
3436
3440
  get g0(): string[];
3437
3441
  set g0(a: string[]);
@@ -3447,18 +3451,18 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3447
3451
  private g7;
3448
3452
  get g9(): CellContentVerticalAlignment;
3449
3453
  set g9(a: CellContentVerticalAlignment);
3450
- private kg;
3451
- get kr(): number;
3452
- set kr(a: number);
3453
3454
  private ki;
3454
3455
  get kt(): number;
3455
3456
  set kt(a: number);
3457
+ private kk;
3458
+ get kv(): number;
3459
+ set kv(a: number);
3460
+ private kj;
3461
+ get ku(): number;
3462
+ set ku(a: number);
3456
3463
  private kh;
3457
3464
  get ks(): number;
3458
3465
  set ks(a: number);
3459
- private kf;
3460
- get kq(): number;
3461
- set kq(a: number);
3462
3466
  private h1;
3463
3467
  get h2(): FilterComparisonType;
3464
3468
  set h2(a: FilterComparisonType);
@@ -3466,50 +3470,53 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3466
3470
  h3(): FilterComparisonType;
3467
3471
  private h9;
3468
3472
  get ia(): GridFilterOperandsCollection;
3469
- private ld;
3470
- get nj(): string;
3471
- set nj(a: string);
3472
- private oq;
3473
- get o5(): Brush;
3474
- set o5(a: Brush);
3473
+ private lf;
3474
+ get nm(): string;
3475
+ set nm(a: string);
3476
+ private ot;
3477
+ get o8(): Brush;
3478
+ set o8(a: Brush);
3475
3479
  private iw;
3476
3480
  get suffixTextStyle(): FontInfo;
3477
3481
  set suffixTextStyle(a: FontInfo);
3478
- private lc;
3479
- get nc(): string;
3480
- set nc(a: string);
3481
- private lb;
3482
- get m9(): string;
3483
- set m9(a: string);
3484
- private op;
3485
- get o4(): Brush;
3486
- set o4(a: Brush);
3487
- private oo;
3488
- get o3(): Brush;
3489
- set o3(a: Brush);
3482
+ private le;
3483
+ get ne(): string;
3484
+ set ne(a: string);
3485
+ private ld;
3486
+ get nb(): string;
3487
+ set nb(a: string);
3488
+ private os;
3489
+ get o7(): Brush;
3490
+ set o7(a: Brush);
3491
+ private or;
3492
+ get o6(): Brush;
3493
+ set o6(a: Brush);
3490
3494
  private j5;
3491
- get kc(): number;
3492
- set kc(a: number);
3493
- private j6;
3494
3495
  get kd(): number;
3495
3496
  set kd(a: number);
3496
- private j7;
3497
+ private j6;
3497
3498
  get ke(): number;
3498
3499
  set ke(a: number);
3500
+ private j7;
3501
+ get kf(): number;
3502
+ set kf(a: number);
3499
3503
  private j4;
3500
- get kb(): number;
3501
- set kb(a: number);
3504
+ get kc(): number;
3505
+ set kc(a: number);
3506
+ private j8;
3507
+ get kg(): number;
3508
+ set kg(a: number);
3502
3509
  private ip;
3503
3510
  get iq(): TextCellDecoration;
3504
3511
  set iq(a: TextCellDecoration);
3505
3512
  formatCell: (sender: any, args: FormatCellEventArgs) => void;
3506
- private nq;
3513
+ private nt;
3507
3514
  ii(): MergedCellMode;
3508
3515
  ie(): MergedCellEvaluationCriteria;
3509
3516
  jx(): boolean;
3510
3517
  protected gp(): Brush;
3511
3518
  protected gr(): Brush;
3512
- no(a: CellModel, b: any, c: any): string;
3519
+ nr(a: CellModel, b: any, c: any): string;
3513
3520
  ep(a: CellModel, b: DataGrid, c: any, d: any): void;
3514
3521
  protected d3(a: CellPath, b: DataGrid, c: any): string;
3515
3522
  em(a: CellModel, b: DataGrid, c: any, d: any): void;
@@ -3517,52 +3524,52 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3517
3524
  protected hc(): CellContentVerticalAlignment;
3518
3525
  protected g6(): CellContentHorizontalAlignment;
3519
3526
  protected ha(): CellContentVerticalAlignment;
3520
- private oa;
3521
- private nw;
3527
+ private od;
3528
+ private nz;
3522
3529
  protected er(a: DataGrid, b: DataGrid): void;
3523
3530
  protected et(a: any, b: PropertyChangedEventArgs): void;
3524
- ob(): void;
3525
- oc(): void;
3526
- od(): void;
3531
+ oe(): void;
3532
+ of(): void;
3533
+ og(): void;
3527
3534
  protected e6(): void;
3528
3535
  protected fi(): void;
3529
3536
  protected fj(): void;
3530
3537
  protected fg(): void;
3531
- protected n7(): void;
3532
- protected n9(): void;
3533
- protected n8(): void;
3538
+ protected oa(): void;
3539
+ protected oc(): void;
3540
+ protected ob(): void;
3534
3541
  protected ff(): void;
3535
3542
  protected fh(): void;
3536
3543
  protected fe(): void;
3537
- protected n1(): void;
3538
- protected n5(): void;
3539
3544
  protected n4(): void;
3540
- protected n2(): void;
3545
+ protected n8(): void;
3546
+ protected n7(): void;
3547
+ protected n5(): void;
3548
+ protected n9(): void;
3541
3549
  protected n6(): void;
3542
- protected n3(): void;
3543
3550
  columnCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3544
3551
  columnHeaderCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3545
- protected n0(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3552
+ protected n3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3546
3553
  hg(): ColumnHidingAnimationMode;
3547
3554
  hq(): ColumnShowingAnimationMode;
3548
3555
  hf(): ColumnExchangingAnimationMode;
3549
3556
  hp(): ColumnResizingAnimationMode;
3550
- ma(): string;
3557
+ mc(): string;
3551
3558
  private is;
3552
3559
  private i3;
3553
- nz(a: string, b: CellPropertyAnimationType, c: any): void;
3560
+ n2(a: string, b: CellPropertyAnimationType, c: any): void;
3554
3561
  jl(): boolean;
3555
3562
  get it(): FastIterationDictionary$2<string, any>;
3556
3563
  jk(a: string): boolean;
3557
- ny(a: string): void;
3558
- k5(a: string): any;
3564
+ n1(a: string): void;
3565
+ k7(a: string): any;
3559
3566
  j0: List$1<LayoutAction>;
3560
- nx(a: string): void;
3561
- ns(a: ColumnComparisonConditionOperatorType, b: any): void;
3562
- nr(a: string, b: number, c: any): void;
3567
+ n0(a: string): void;
3568
+ nv(a: ColumnComparisonConditionOperatorType, b: any): void;
3569
+ nu(a: string, b: number, c: any): void;
3563
3570
  g5(a: FilterOperand, b: any): IFilterExpression;
3564
3571
  h5(a: string, b: number): FilterOperand;
3565
- nt(): void;
3572
+ nw(): void;
3566
3573
  private hx;
3567
3574
  get hy(): DataGridColumnToolbarManager;
3568
3575
  getDesiredToolbarActions(): ToolActionInfo[];
@@ -3579,10 +3586,10 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3579
3586
  set invalidateActions(a: () => void);
3580
3587
  private jz;
3581
3588
  ir(): IToolbarContextAccessor;
3582
- nv(a: (arg1: IToolbarContextAccessor) => void): void;
3589
+ ny(a: (arg1: IToolbarContextAccessor) => void): void;
3583
3590
  provideContextAccessor(a: IToolbarContextAccessor): void;
3584
3591
  dismissContextAccessor(a: IToolbarContextAccessor): void;
3585
- nu(): void;
3592
+ nx(): void;
3586
3593
  }
3587
3594
  /**
3588
3595
  * @hidden
@@ -3895,17 +3902,17 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
3895
3902
  export declare class ComboBoxColumn extends DataGridColumn {
3896
3903
  static $t: Type;
3897
3904
  constructor();
3898
- private o7;
3899
- get o8(): IDataSource;
3900
- set o8(a: IDataSource);
3901
- get o9(): any;
3902
- set o9(a: any);
3903
- get pd(): string;
3904
- set pd(a: string);
3905
- get pe(): string;
3906
- set pe(a: string);
3907
- get o6(): string[];
3908
- set o6(a: string[]);
3905
+ private pa;
3906
+ get pb(): IDataSource;
3907
+ set pb(a: IDataSource);
3908
+ get pc(): any;
3909
+ set pc(a: any);
3910
+ get pg(): string;
3911
+ set pg(a: string);
3912
+ get ph(): string;
3913
+ set ph(a: string);
3914
+ get o9(): string[];
3915
+ set o9(a: string[]);
3909
3916
  protected n(a: CellPath): CellModel;
3910
3917
  protected d3(a: CellPath, b: DataGrid, c: any): string;
3911
3918
  protected er(a: DataGrid, b: DataGrid): void;
@@ -3913,43 +3920,43 @@ export declare class ComboBoxColumn extends DataGridColumn {
3913
3920
  ep(a: CellModel, b: DataGrid, c: any, d: any): void;
3914
3921
  em(a: CellModel, b: DataGrid, c: any, d: any): void;
3915
3922
  protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3916
- private pf;
3917
- private pg;
3918
- private pb;
3919
- pc(a: any): string;
3923
+ private pi;
3924
+ private pj;
3925
+ private pe;
3926
+ pf(a: any): string;
3920
3927
  }
3921
3928
  /**
3922
3929
  * @hidden
3923
3930
  */
3924
3931
  export declare class DateTimeColumn extends DataGridColumn {
3925
3932
  static $t: Type;
3926
- private o9;
3927
- private pa;
3928
- get pb(): DateTimeFormats;
3929
- set pb(a: DateTimeFormats);
3930
- private pk;
3931
- get pt(): string;
3932
- set pt(a: string);
3933
- private pj;
3934
- get pm(): string;
3935
- set pm(a: string);
3936
- private o6;
3937
- get o7(): any[];
3938
- set o7(a: any[]);
3939
- private pg;
3940
- get pi(): any;
3941
- set pi(a: any);
3933
+ private pc;
3942
3934
  private pd;
3943
- get pe(): boolean;
3944
- set pe(a: boolean);
3945
- get pc(): EditorType;
3946
- set pc(a: EditorType);
3947
- get ph(): any;
3948
- set ph(a: any);
3949
- get po(): string;
3950
- set po(a: string);
3935
+ get pe(): DateTimeFormats;
3936
+ set pe(a: DateTimeFormats);
3937
+ private pn;
3938
+ get pw(): string;
3939
+ set pw(a: string);
3940
+ private pm;
3951
3941
  get pp(): string;
3952
3942
  set pp(a: string);
3943
+ private o9;
3944
+ get pa(): any[];
3945
+ set pa(a: any[]);
3946
+ private pj;
3947
+ get pl(): any;
3948
+ set pl(a: any);
3949
+ private pg;
3950
+ get ph(): boolean;
3951
+ set ph(a: boolean);
3952
+ get pf(): EditorType;
3953
+ set pf(a: EditorType);
3954
+ get pk(): any;
3955
+ set pk(a: any);
3956
+ get pr(): string;
3957
+ set pr(a: string);
3958
+ get ps(): string;
3959
+ set ps(a: string);
3953
3960
  protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3954
3961
  constructor();
3955
3962
  protected n(a: CellPath): CellModel;
@@ -3957,9 +3964,9 @@ export declare class DateTimeColumn extends DataGridColumn {
3957
3964
  d0(a: DataGrid, b: any, c: any): string;
3958
3965
  ep(a: CellModel, b: DataGrid, c: any, d: any): void;
3959
3966
  em(a: CellModel, b: DataGrid, c: any, d: any): void;
3960
- private pf;
3961
- o8: BindingFormatter;
3962
- private pq;
3967
+ private pi;
3968
+ pb: BindingFormatter;
3969
+ private pt;
3963
3970
  }
3964
3971
  /**
3965
3972
  * @hidden
@@ -4233,20 +4240,20 @@ export declare class HeaderSeparator extends DefinitionBase {
4233
4240
  */
4234
4241
  export declare class ImageColumn extends DataGridColumn {
4235
4242
  static $t: Type;
4236
- private o9;
4237
- get pa(): ImageStretchOptions;
4238
- set pa(a: ImageStretchOptions);
4239
- private o7;
4240
- get o8(): ImageResourceType;
4241
- set o8(a: ImageResourceType);
4242
- get o6(): EditorType;
4243
- set o6(a: EditorType);
4244
- get pb(): any;
4245
- set pb(a: any);
4246
- get pc(): string;
4247
- set pc(a: string);
4248
- get pd(): string;
4249
- set pd(a: string);
4243
+ private pc;
4244
+ get pd(): ImageStretchOptions;
4245
+ set pd(a: ImageStretchOptions);
4246
+ private pa;
4247
+ get pb(): ImageResourceType;
4248
+ set pb(a: ImageResourceType);
4249
+ get o9(): EditorType;
4250
+ set o9(a: EditorType);
4251
+ get pe(): any;
4252
+ set pe(a: any);
4253
+ get pf(): string;
4254
+ set pf(a: string);
4255
+ get pg(): string;
4256
+ set pg(a: string);
4250
4257
  constructor();
4251
4258
  protected k(): CellContentVerticalAlignment;
4252
4259
  protected g6(): CellContentHorizontalAlignment;
@@ -4256,7 +4263,7 @@ export declare class ImageColumn extends DataGridColumn {
4256
4263
  protected d3(a: CellPath, b: DataGrid, c: any): string;
4257
4264
  ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4258
4265
  em(a: CellModel, b: DataGrid, c: any, d: any): void;
4259
- private pe;
4266
+ private ph;
4260
4267
  }
4261
4268
  /**
4262
4269
  * @hidden
@@ -4276,56 +4283,56 @@ export declare class NumericColumn extends DataGridColumn {
4276
4283
  static $t: Type;
4277
4284
  constructor();
4278
4285
  protected f(): CellContentHorizontalAlignment;
4279
- private pn;
4280
- get p1(): string;
4281
- set p1(a: string);
4282
- private pp;
4283
- get p5(): string;
4284
- set p5(a: string);
4285
- private po;
4286
- get p3(): string;
4287
- set p3(a: string);
4288
4286
  private pq;
4289
- get p7(): string;
4290
- set p7(a: string);
4287
+ get p4(): string;
4288
+ set p4(a: string);
4289
+ private ps;
4290
+ get p8(): string;
4291
+ set p8(a: string);
4292
+ private pr;
4293
+ get p6(): string;
4294
+ set p6(a: string);
4295
+ private pt;
4296
+ get qa(): string;
4297
+ set qa(a: string);
4298
+ private pg;
4299
+ get pj(): number;
4300
+ set pj(a: number);
4301
+ private ph;
4302
+ get pk(): number;
4303
+ set pk(a: number);
4304
+ private pi;
4305
+ get pl(): number;
4306
+ set pl(a: number);
4291
4307
  private pd;
4292
- get pg(): number;
4293
- set pg(a: number);
4294
- private pe;
4295
- get ph(): number;
4296
- set ph(a: number);
4297
- private pf;
4298
- get pi(): number;
4299
- set pi(a: number);
4300
- private pa;
4301
- get pb(): boolean;
4302
- set pb(a: boolean);
4308
+ get pe(): boolean;
4309
+ set pe(a: boolean);
4310
+ private pp;
4311
+ get pz(): string;
4312
+ set pz(a: string);
4313
+ private o9;
4314
+ get pa(): any[];
4315
+ set pa(a: any[]);
4303
4316
  private pm;
4304
- get pw(): string;
4305
- set pw(a: string);
4306
- private o6;
4307
- get o7(): any[];
4308
- set o7(a: any[]);
4309
- private pj;
4310
- get pl(): any;
4311
- set pl(a: any);
4312
- get o9(): EditorType;
4313
- set o9(a: EditorType);
4314
- get pk(): any;
4315
- set pk(a: any);
4316
- get pr(): string;
4317
- set pr(a: string);
4318
- get ps(): string;
4319
- set ps(a: string);
4320
- o8: BindingFormatter;
4317
+ get po(): any;
4318
+ set po(a: any);
4319
+ get pc(): EditorType;
4320
+ set pc(a: EditorType);
4321
+ get pn(): any;
4322
+ set pn(a: any);
4323
+ get pu(): string;
4324
+ set pu(a: string);
4325
+ get pv(): string;
4326
+ set pv(a: string);
4327
+ pb: BindingFormatter;
4321
4328
  protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4322
4329
  protected n(a: CellPath): CellModel;
4323
4330
  protected d3(a: CellPath, b: DataGrid, c: any): string;
4324
4331
  d0(a: DataGrid, b: any, c: any): string;
4325
4332
  ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4326
4333
  em(a: CellModel, b: DataGrid, c: any, d: any): void;
4327
- private pc;
4328
- private pt;
4334
+ private pf;
4335
+ private pw;
4329
4336
  }
4330
4337
  /**
4331
4338
  * @hidden
@@ -4537,7 +4544,7 @@ export declare class TemplateColumn extends DataGridColumn {
4537
4544
  protected d3(a: CellPath, b: DataGrid, c: any): string;
4538
4545
  ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4539
4546
  em(a: CellModel, b: DataGrid, c: any, d: any): void;
4540
- o7(a: TemplateCellModel, b: any): void;
4547
+ pa(a: TemplateCellModel, b: any): void;
4541
4548
  cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
4542
4549
  protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4543
4550
  }
@@ -4558,22 +4565,22 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
4558
4565
  */
4559
4566
  export declare class TextColumn extends DataGridColumn {
4560
4567
  static $t: Type;
4561
- private o8;
4568
+ private pb;
4569
+ get pf(): string;
4570
+ set pf(a: string);
4571
+ get o9(): EditorType;
4572
+ set o9(a: EditorType);
4573
+ get pa(): any;
4574
+ set pa(a: any);
4562
4575
  get pc(): string;
4563
4576
  set pc(a: string);
4564
- get o6(): EditorType;
4565
- set o6(a: EditorType);
4566
- get o7(): any;
4567
- set o7(a: any);
4568
- get o9(): string;
4569
- set o9(a: string);
4570
- get pa(): string;
4571
- set pa(a: string);
4577
+ get pd(): string;
4578
+ set pd(a: string);
4572
4579
  protected n(a: CellPath): CellModel;
4573
4580
  ep(a: CellModel, b: DataGrid, c: any, d: any): void;
4574
4581
  em(a: CellModel, b: DataGrid, c: any, d: any): void;
4575
4582
  d0(a: DataGrid, b: any, c: any): string;
4576
- private pb;
4583
+ private pe;
4577
4584
  protected d3(a: CellPath, b: DataGrid, c: any): string;
4578
4585
  }
4579
4586
  /**