igniteui-angular-data-grids 20.0.0 → 20.0.1

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 (166) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +3900 -3533
  2. package/bundles/igniteui-angular-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 +10 -6
  6. package/esm2015/lib/CanvasGridCellBase.js +1 -1
  7. package/esm2015/lib/CanvasImageCellPresenter.js +6 -6
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +9 -6
  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 +1 -1
  13. package/esm2015/lib/CanvasTextCellPresenter.js +20 -15
  14. package/esm2015/lib/CanvasTextHeaderCell.js +4 -4
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +9 -9
  16. package/esm2015/lib/CellPresenterBase.js +5 -5
  17. package/esm2015/lib/CheckboxListView_combined.js +479 -435
  18. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  19. package/esm2015/lib/ColumnFilterCondition_combined.js +2442 -2384
  20. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  21. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  22. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  23. package/esm2015/lib/ContentCellModelHelper.js +4 -4
  24. package/esm2015/lib/DataGridCellLayoutPanel.js +8 -8
  25. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  26. package/esm2015/lib/DateTimeCellPresenter.js +10 -6
  27. package/esm2015/lib/EditorCellPresenter.js +19 -19
  28. package/esm2015/lib/FilterCellPresenter.js +11 -11
  29. package/esm2015/lib/FormatCellEventArgs.js +31 -0
  30. package/esm2015/lib/GridCellBase.js +1 -1
  31. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  32. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  33. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  34. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  35. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  36. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  37. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  38. package/esm2015/lib/GridExternalWrapper.js +6 -6
  39. package/esm2015/lib/GridFilterDialogView_combined.js +9 -4
  40. package/esm2015/lib/GridSortIndicatorView_combined.js +136 -120
  41. package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
  42. package/esm2015/lib/ImageCellPresenter.js +6 -6
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  44. package/esm2015/lib/NumericCellPresenter.js +9 -6
  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 +2 -2
  50. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  51. package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
  52. package/esm2015/lib/TextCellPresenter.js +20 -15
  53. package/esm2015/lib/TextHeaderCell.js +6 -5
  54. package/esm2015/lib/TextHeaderCellPresenter.js +16 -16
  55. package/esm2015/lib/igx-cell-info.js +58 -49
  56. package/esm2015/lib/igx-checkbox-list-component.js +58 -55
  57. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  58. package/esm2015/lib/igx-data-grid-column-component.js +121 -97
  59. package/esm2015/lib/igx-data-grid-sort-indicator-component.js +20 -12
  60. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  61. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  62. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  63. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  64. package/esm2015/lib/igx-format-cell-event-args.js +82 -0
  65. package/esm2015/lib/igx-image-cell-info.js +6 -6
  66. package/esm2015/lib/igx-image-column-component.js +10 -10
  67. package/esm2015/lib/igx-numeric-cell-info.js +26 -26
  68. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  69. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  70. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  71. package/esm2015/lib/igx-template-cell-info.js +2 -2
  72. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  73. package/esm2015/lib/igx-text-cell-info.js +2 -2
  74. package/esm2015/lib/igx-text-column-component.js +8 -8
  75. package/esm2015/lib/igx-text-header-cell-info.js +10 -10
  76. package/esm2015/public_api.js +2 -0
  77. package/esm5/lib/CanvasCellPresenterBase.js +3 -3
  78. package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
  79. package/esm5/lib/CanvasDateTimeCellPresenter.js +10 -6
  80. package/esm5/lib/CanvasGridCellBase.js +1 -1
  81. package/esm5/lib/CanvasImageCellPresenter.js +6 -6
  82. package/esm5/lib/CanvasNumericCellPresenter.js +9 -6
  83. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  84. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  85. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  86. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  87. package/esm5/lib/CanvasTextCellPresenter.js +20 -15
  88. package/esm5/lib/CanvasTextHeaderCell.js +4 -4
  89. package/esm5/lib/CanvasTextHeaderCellPresenter.js +9 -9
  90. package/esm5/lib/CellPresenterBase.js +5 -5
  91. package/esm5/lib/CheckboxListView_combined.js +461 -413
  92. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  93. package/esm5/lib/ColumnFilterCondition_combined.js +2343 -2281
  94. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  95. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  96. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  97. package/esm5/lib/ContentCellModelHelper.js +4 -4
  98. package/esm5/lib/DataGridCellLayoutPanel.js +8 -8
  99. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  100. package/esm5/lib/DateTimeCellPresenter.js +10 -6
  101. package/esm5/lib/EditorCellPresenter.js +19 -19
  102. package/esm5/lib/FilterCellPresenter.js +11 -11
  103. package/esm5/lib/FormatCellEventArgs.js +37 -0
  104. package/esm5/lib/GridCellBase.js +1 -1
  105. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  106. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  108. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  109. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  112. package/esm5/lib/GridExternalWrapper.js +6 -6
  113. package/esm5/lib/GridFilterDialogView_combined.js +9 -4
  114. package/esm5/lib/GridSortIndicatorView_combined.js +135 -115
  115. package/esm5/lib/ISummaryChooserView_combined.js +9 -9
  116. package/esm5/lib/ImageCellPresenter.js +6 -6
  117. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  118. package/esm5/lib/NumericCellPresenter.js +9 -6
  119. package/esm5/lib/PropertyEditorView_combined.js +17 -17
  120. package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
  121. package/esm5/lib/SummaryCellPresenter.js +6 -6
  122. package/esm5/lib/TemplateCellPresenter.js +2 -2
  123. package/esm5/lib/TemplateHeader.js +2 -2
  124. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  125. package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
  126. package/esm5/lib/TextCellPresenter.js +20 -15
  127. package/esm5/lib/TextHeaderCell.js +6 -5
  128. package/esm5/lib/TextHeaderCellPresenter.js +16 -16
  129. package/esm5/lib/igx-cell-info.js +62 -49
  130. package/esm5/lib/igx-checkbox-list-component.js +62 -55
  131. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  132. package/esm5/lib/igx-data-grid-column-component.js +126 -97
  133. package/esm5/lib/igx-data-grid-sort-indicator-component.js +24 -12
  134. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  135. package/esm5/lib/igx-date-time-column-component.js +20 -20
  136. package/esm5/lib/igx-editor-cell-info.js +23 -23
  137. package/esm5/lib/igx-filter-cell-info.js +26 -26
  138. package/esm5/lib/igx-format-cell-event-args.js +112 -0
  139. package/esm5/lib/igx-image-cell-info.js +6 -6
  140. package/esm5/lib/igx-image-column-component.js +10 -10
  141. package/esm5/lib/igx-numeric-cell-info.js +26 -26
  142. package/esm5/lib/igx-numeric-column-component.js +30 -30
  143. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  144. package/esm5/lib/igx-summary-cell-info.js +9 -9
  145. package/esm5/lib/igx-template-cell-info.js +2 -2
  146. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  147. package/esm5/lib/igx-text-cell-info.js +2 -2
  148. package/esm5/lib/igx-text-column-component.js +8 -8
  149. package/esm5/lib/igx-text-header-cell-info.js +10 -10
  150. package/esm5/public_api.js +2 -0
  151. package/fesm2015/igniteui-angular-data-grids.js +3969 -3666
  152. package/fesm5/igniteui-angular-data-grids.js +3900 -3535
  153. package/lib/CanvasTextCellPresenter.d.ts +1 -0
  154. package/lib/CheckboxListView_combined.d.ts +127 -120
  155. package/lib/ColumnFilterCondition_combined.d.ts +643 -636
  156. package/lib/FormatCellEventArgs.d.ts +15 -0
  157. package/lib/GridSortIndicatorView_combined.d.ts +41 -38
  158. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  159. package/lib/TextCellPresenter.d.ts +1 -0
  160. package/lib/igx-cell-info.d.ts +5 -0
  161. package/lib/igx-checkbox-list-component.d.ts +2 -0
  162. package/lib/igx-data-grid-column-component.d.ts +10 -1
  163. package/lib/igx-data-grid-sort-indicator-component.d.ts +4 -1
  164. package/lib/igx-format-cell-event-args.d.ts +45 -0
  165. package/package.json +4 -5
  166. package/public_api.d.ts +2 -0
@@ -149,6 +149,7 @@ import { GridConditionFilterStringErrorsParsingEventArgs } from "./GridCondition
149
149
  import { CellStyleRequestedEventArgs } from "./CellStyleRequestedEventArgs";
150
150
  import { IToolbarTarget } from "igniteui-angular-core";
151
151
  import { ToolCommand } from "igniteui-angular-core";
152
+ import { FormatCellEventArgs } from "./FormatCellEventArgs";
152
153
  import { LayoutAction } from "./LayoutAction";
153
154
  import { ToolActionInfo } from "igniteui-angular-core";
154
155
  import { ICommandAvailabilityListener } from "igniteui-angular-core";
@@ -494,9 +495,9 @@ export declare abstract class CellModel extends Base {
494
495
  private t;
495
496
  get u(): ModelStates;
496
497
  set u(a: ModelStates);
497
- private hq;
498
- get kc(): string;
499
- set kc(a: string);
498
+ private hr;
499
+ get ke(): string;
500
+ set ke(a: string);
500
501
  private k;
501
502
  static gs: number;
502
503
  get l(): CellPath;
@@ -525,14 +526,14 @@ export declare abstract class CellModel extends Base {
525
526
  static ex: number;
526
527
  get ci(): number;
527
528
  set ci(a: number);
528
- private lf;
529
+ private lj;
529
530
  static et: number;
530
- get ly(): Brush;
531
- set ly(a: Brush);
532
- private lg;
531
+ get l2(): Brush;
532
+ set l2(a: Brush);
533
+ private lk;
533
534
  static ew: number;
534
- get lz(): Brush;
535
- set lz(a: Brush);
535
+ get l3(): Brush;
536
+ set l3(a: Brush);
536
537
  private c9;
537
538
  static ez: number;
538
539
  get ey(): number;
@@ -541,10 +542,10 @@ export declare abstract class CellModel extends Base {
541
542
  static ev: number;
542
543
  get eu(): number;
543
544
  set eu(a: number);
544
- private md;
545
+ private mh;
545
546
  static e9: number;
546
- get me(): Rect;
547
- set me(a: Rect);
547
+ get mi(): Rect;
548
+ set mi(a: Rect);
548
549
  static readonly f8: number;
549
550
  private aq;
550
551
  get bd(): boolean;
@@ -575,43 +576,43 @@ export declare abstract class CellModel extends Base {
575
576
  a7(a: string): boolean;
576
577
  private de;
577
578
  private a;
578
- ks(propertyId_: number): void;
579
- kp(): void;
580
- kt(a: string): void;
579
+ kw(propertyId_: number): void;
580
+ kt(): void;
581
+ kx(a: string): void;
581
582
  private ai;
582
583
  get ay(): boolean;
583
584
  set ay(a: boolean);
584
585
  private aw;
585
- protected k0(a: string, b: number, c: any, d: any): void;
586
+ protected k4(a: string, b: number, c: any, d: any): void;
586
587
  protected bq(a: string): boolean;
587
- protected k3(a: string, b: any, c: any): void;
588
+ protected k7(a: string, b: any, c: any): void;
589
+ private k5;
590
+ private kz;
591
+ private k0;
588
592
  private k1;
589
- private kv;
590
- private kw;
591
- private kx;
592
- private ky;
593
593
  private k2;
594
- private kz;
595
- private l4;
596
- k5(): void;
597
- protected k6(): void;
594
+ private k6;
595
+ private k3;
596
+ private l8;
597
+ k9(): void;
598
+ protected la(): void;
598
599
  private bt;
599
- k8(a: string, b: any): void;
600
+ lc(a: string, b: any): void;
600
601
  az(a: string): boolean;
601
- k4(a: string): void;
602
- hk(a: string): any;
602
+ k8(a: string): void;
603
+ hl(a: string): any;
603
604
  private q;
604
605
  get r(): GridLayer;
605
606
  set r(a: GridLayer);
606
607
  static gx: number;
607
- private hj;
608
- get hn(): any;
609
- set hn(a: any);
610
- static readonly hf: number;
608
+ private hk;
609
+ get ho(): any;
610
+ set ho(a: any);
611
+ static readonly hg: number;
611
612
  private cd;
612
613
  get cu(): number;
613
614
  set cu(a: number);
614
- static readonly hg: number;
615
+ static readonly hh: number;
615
616
  private ce;
616
617
  get cv(): number;
617
618
  set cv(a: number);
@@ -644,7 +645,7 @@ export declare abstract class CellModel extends Base {
644
645
  get ch(): number;
645
646
  set ch(a: number);
646
647
  static readonly ge: number;
647
- ku(): void;
648
+ ky(): void;
648
649
  private b5;
649
650
  get cm(): number;
650
651
  set cm(a: number);
@@ -664,10 +665,10 @@ export declare abstract class CellModel extends Base {
664
665
  private dk;
665
666
  get fu(): number;
666
667
  set fu(a: number);
667
- static readonly he: number;
668
+ static readonly hf: number;
668
669
  private dv;
669
- get hd(): number;
670
- set hd(a: number);
670
+ get he(): number;
671
+ set he(a: number);
671
672
  static readonly gc: number;
672
673
  private av;
673
674
  get bn(): boolean;
@@ -695,90 +696,94 @@ export declare abstract class CellModel extends Base {
695
696
  private f;
696
697
  get g(): CellContentHorizontalAlignment;
697
698
  set g(a: CellContentHorizontalAlignment);
698
- static readonly hb: number;
699
+ static readonly hc: number;
699
700
  private h;
700
701
  get i(): CellContentVerticalAlignment;
701
702
  set i(a: CellContentVerticalAlignment);
702
703
  static readonly es: number;
703
- private le;
704
- get lx(): Brush;
705
- set lx(a: Brush);
704
+ private li;
705
+ get l1(): Brush;
706
+ set l1(a: Brush);
706
707
  static readonly e4: number;
707
- private lh;
708
- get l0(): Brush;
709
- set l0(a: Brush);
708
+ private ll;
709
+ get l4(): Brush;
710
+ set l4(a: Brush);
710
711
  static readonly d6: number;
711
- private lb;
712
- get lu(): Brush;
713
- set lu(a: Brush);
712
+ private lf;
713
+ get ly(): Brush;
714
+ set ly(a: Brush);
714
715
  static readonly eb: number;
715
- private lc;
716
- get lv(): Brush;
717
- set lv(a: Brush);
716
+ private lg;
717
+ get lz(): Brush;
718
+ set lz(a: Brush);
718
719
  static readonly d0: number;
719
- private la;
720
- get lt(): Brush;
721
- set lt(a: Brush);
720
+ private le;
721
+ get lx(): Brush;
722
+ set lx(a: Brush);
722
723
  static readonly fm: number;
723
- private lj;
724
- get l2(): Brush;
725
- set l2(a: Brush);
724
+ private ln;
725
+ get l6(): Brush;
726
+ set l6(a: Brush);
726
727
  static readonly gy: number;
728
+ private lt;
729
+ get md(): Brush;
730
+ set md(a: Brush);
731
+ static readonly fx: number;
727
732
  private lp;
728
733
  get l9(): Brush;
729
734
  set l9(a: Brush);
730
- static readonly fx: number;
731
- private ll;
732
- get l5(): Brush;
733
- set l5(a: Brush);
734
735
  static readonly fz: number;
735
- private lm;
736
- get l6(): Brush;
737
- set l6(a: Brush);
738
- static readonly g5: number;
739
736
  private lq;
740
737
  get ma(): Brush;
741
738
  set ma(a: Brush);
739
+ static readonly g5: number;
740
+ private lu;
741
+ get me(): Brush;
742
+ set me(a: Brush);
742
743
  static readonly g7: number;
744
+ private lv;
745
+ get mf(): Brush;
746
+ set mf(a: Brush);
747
+ static readonly gu: number;
748
+ private ls;
749
+ get mc(): Brush;
750
+ set mc(a: Brush);
743
751
  private lr;
752
+ static readonly gd: number;
744
753
  get mb(): Brush;
745
754
  set mb(a: Brush);
746
- static readonly gu: number;
747
755
  private lo;
748
- get l8(): Brush;
749
- set l8(a: Brush);
750
- private ln;
751
- static readonly gd: number;
756
+ static readonly fr: number;
752
757
  get l7(): Brush;
753
758
  set l7(a: Brush);
754
- private lk;
755
- static readonly fr: number;
756
- get l3(): Brush;
757
- set l3(a: Brush);
758
759
  static readonly gv: number;
759
760
  private b8;
760
761
  get cp(): number;
761
762
  set cp(a: number);
762
763
  static readonly gj: number;
763
- private hi;
764
- get hm(): any;
765
- set hm(a: any);
764
+ private hj;
765
+ get hn(): any;
766
+ set hn(a: any);
766
767
  static readonly gw: number;
767
- private hp;
768
- get j1(): string;
769
- set j1(a: string);
768
+ private hq;
769
+ get j3(): string;
770
+ set j3(a: string);
771
+ static readonly hb: number;
772
+ private hs;
773
+ get ki(): string;
774
+ set ki(a: string);
770
775
  static readonly g8: number;
771
- private ls;
772
- get mc(): Brush;
773
- set mc(a: Brush);
776
+ private lw;
777
+ get mg(): Brush;
778
+ set mg(a: Brush);
774
779
  static readonly er: number;
775
- private ld;
776
- get lw(): Brush;
777
- set lw(a: Brush);
780
+ private lh;
781
+ get l0(): Brush;
782
+ set l0(a: Brush);
778
783
  static readonly fc: number;
779
- private li;
780
- get l1(): Brush;
781
- set l1(a: Brush);
784
+ private lm;
785
+ get l5(): Brush;
786
+ set l5(a: Brush);
782
787
  static readonly fs: number;
783
788
  private ad;
784
789
  get ag(): FontInfo;
@@ -791,7 +796,7 @@ export declare abstract class CellModel extends Base {
791
796
  private z;
792
797
  get aa(): TextCellLineBreakMode;
793
798
  set aa(a: TextCellLineBreakMode);
794
- static readonly hc: number;
799
+ static readonly hd: number;
795
800
  private cc;
796
801
  get ct(): number;
797
802
  set ct(a: number);
@@ -920,9 +925,9 @@ export declare abstract class CellModel extends Base {
920
925
  get a6(): boolean;
921
926
  set a6(a: boolean);
922
927
  static readonly fe: number;
923
- private ho;
924
- get it(): string;
925
- set it(a: string);
928
+ private hp;
929
+ get iv(): string;
930
+ set iv(a: string);
926
931
  bf: boolean;
927
932
  private df;
928
933
  get fg(): number;
@@ -930,24 +935,24 @@ export declare abstract class CellModel extends Base {
930
935
  private ap;
931
936
  get bc(): boolean;
932
937
  set bc(a: boolean);
933
- hh: number;
934
- kn(): void;
935
- protected ko(): void;
938
+ hi: number;
939
+ kr(): void;
940
+ protected ks(): void;
936
941
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
937
942
  b(a: CellModelExport): CellModelExport;
938
943
  private static bv;
939
- protected kr(): void;
944
+ protected kv(): void;
940
945
  private static bs;
941
946
  private bw;
942
- protected kq(): void;
943
- kl(a: string): Type;
944
- k9(a: string, b: any): void;
945
- hl(a: string): any;
946
- k7(a: string, b: any): void;
947
+ protected ku(): void;
948
+ kp(a: string): Type;
949
+ ld(a: string, b: any): void;
950
+ hm(a: string): any;
951
+ lb(a: string, b: any): void;
947
952
  cellReconciling: (model: CellModel) => void;
948
953
  bm(a: DataSourceRowType): boolean;
949
- i4(): string;
950
- km(a: List$1<GridConditionalStyle>): void;
954
+ i6(): string;
955
+ kq(a: List$1<GridConditionalStyle>): void;
951
956
  }
952
957
  /**
953
958
  * @hidden
@@ -955,42 +960,42 @@ export declare abstract class CellModel extends Base {
955
960
  export declare class DateTimeCellModel extends CellModel {
956
961
  static $t: Type;
957
962
  constructor();
958
- static readonly mr: number;
959
- private mo;
960
- get mp(): Date;
961
- set mp(a: Date);
962
- static readonly mu: number;
963
- private m0;
964
- get m6(): string;
965
- set m6(a: string);
966
- static readonly mt: number;
967
- private mf;
968
- get mg(): any[];
969
- set mg(a: any[]);
970
- mh: BindingFormatter;
971
- private my;
972
- static readonly ms: number;
973
- private _formatOverride;
974
- get mz(): any;
975
- set mz(a: any);
976
- static readonly mq: number;
977
- private mk;
978
- get ml(): DateTimeFormats;
979
- set ml(a: DateTimeFormats);
980
- m3(a: Date): string;
981
- i4(): string;
982
963
  static readonly mv: number;
983
- private mi;
984
- get mj(): DateTimeColumnValueFormatter;
985
- set mj(a: DateTimeColumnValueFormatter);
964
+ private ms;
965
+ get mt(): Date;
966
+ set mt(a: Date);
967
+ static readonly my: number;
968
+ private m4;
969
+ get na(): string;
970
+ set na(a: string);
971
+ static readonly mx: number;
972
+ private mj;
973
+ get mk(): any[];
974
+ set mk(a: any[]);
975
+ ml: BindingFormatter;
976
+ private m2;
986
977
  static readonly mw: number;
978
+ private _formatOverride;
979
+ get m3(): any;
980
+ set m3(a: any);
981
+ static readonly mu: number;
982
+ private mo;
983
+ get mp(): DateTimeFormats;
984
+ set mp(a: DateTimeFormats);
985
+ m7(a: Date): string;
986
+ i6(): string;
987
+ static readonly mz: number;
987
988
  private mm;
988
- get mn(): boolean;
989
- set mn(a: boolean);
990
- protected k3(a: string, b: any, c: any): void;
991
- k9(a: string, b: any): void;
992
- kl(a: string): Type;
993
- hl(a: string): any;
989
+ get mn(): DateTimeColumnValueFormatter;
990
+ set mn(a: DateTimeColumnValueFormatter);
991
+ static readonly m0: number;
992
+ private mq;
993
+ get mr(): boolean;
994
+ set mr(a: boolean);
995
+ protected k7(a: string, b: any, c: any): void;
996
+ ld(a: string, b: any): void;
997
+ kp(a: string): Type;
998
+ hm(a: string): any;
994
999
  b(a: CellModelExport): CellModelExport;
995
1000
  }
996
1001
  /**
@@ -999,102 +1004,102 @@ export declare class DateTimeCellModel extends CellModel {
999
1004
  export declare class EditorCellModel extends CellModel {
1000
1005
  static $t: Type;
1001
1006
  constructor();
1002
- private mu;
1003
- private mt;
1004
- private mo;
1005
- static m4: number;
1006
- get mr(): boolean;
1007
- private mj;
1008
- static m1: number;
1009
- get mk(): CellModel;
1010
- set mk(a: CellModel);
1011
- private mh;
1012
- static mv: number;
1013
- get mi(): DataSourceSchemaPropertyType;
1014
- set mi(a: DataSourceSchemaPropertyType);
1015
- private nd;
1016
- static m2: number;
1017
- get nn(): string;
1018
- set nn(a: string);
1019
- na: any;
1007
+ private my;
1008
+ private mx;
1009
+ private ms;
1010
+ static m8: number;
1011
+ get mv(): boolean;
1012
+ private mn;
1013
+ static m5: number;
1014
+ get mo(): CellModel;
1015
+ set mo(a: CellModel);
1020
1016
  private ml;
1021
1017
  static mz: number;
1022
- get mm(): EditorType;
1023
- set mm(a: EditorType);
1024
- private m8;
1025
- static mx: number;
1026
- get m9(): any;
1027
- set m9(a: any);
1018
+ get mm(): DataSourceSchemaPropertyType;
1019
+ set mm(a: DataSourceSchemaPropertyType);
1020
+ private nh;
1021
+ static m6: number;
1022
+ get nr(): string;
1023
+ set nr(a: string);
1024
+ ne: any;
1025
+ private mp;
1026
+ static m3: number;
1027
+ get mq(): EditorType;
1028
+ set mq(a: EditorType);
1028
1029
  private nc;
1029
- static my: number;
1030
- get ni(): string;
1031
- set ni(a: string);
1032
- private mf;
1030
+ static m1: number;
1031
+ get nd(): any;
1032
+ set nd(a: any);
1033
+ private ng;
1034
+ static m2: number;
1035
+ get nm(): string;
1036
+ set nm(a: string);
1037
+ private mj;
1038
+ static m4: number;
1039
+ get mk(): string[];
1040
+ set mk(a: string[]);
1041
+ static m7: number;
1042
+ private mr;
1043
+ get mu(): boolean;
1044
+ set mu(a: boolean);
1033
1045
  static m0: number;
1034
- get mg(): string[];
1035
- set mg(a: string[]);
1036
- static m3: number;
1037
- private mn;
1038
- get mq(): boolean;
1039
- set mq(a: boolean);
1040
- static mw: number;
1041
- private nb;
1042
- get nf(): string;
1043
- set nf(a: string);
1044
- static readonly m5: number;
1045
- private mp;
1046
- get ms(): boolean;
1047
- set ms(a: boolean);
1048
- get m7(): number;
1049
- get m6(): number;
1050
- protected k6(): void;
1051
- protected k3(a: string, b: any, c: any): void;
1052
- kl(a: string): Type;
1053
- k9(a: string, b: any): void;
1054
- hl(a: string): any;
1046
+ private nf;
1047
+ get nj(): string;
1048
+ set nj(a: string);
1049
+ static readonly m9: number;
1050
+ private mt;
1051
+ get mw(): boolean;
1052
+ set mw(a: boolean);
1053
+ get nb(): number;
1054
+ get na(): number;
1055
+ protected la(): void;
1056
+ protected k7(a: string, b: any, c: any): void;
1057
+ kp(a: string): Type;
1058
+ ld(a: string, b: any): void;
1059
+ hm(a: string): any;
1055
1060
  b(a: CellModelExport): CellModelExport;
1056
- private ns;
1061
+ private nw;
1057
1062
  }
1058
1063
  /**
1059
1064
  * @hidden
1060
1065
  */
1061
1066
  export declare class FilterCellModel extends CellModel {
1062
1067
  static $t: Type;
1063
- static readonly mx: number;
1064
- private mj;
1065
- get mk(): DataSourceSchemaPropertyType;
1066
- set mk(a: DataSourceSchemaPropertyType);
1067
- static readonly m0: number;
1068
- private mh;
1069
- get mi(): ColumnFilterCondition;
1070
- set mi(a: ColumnFilterCondition);
1071
- static readonly my: number;
1072
- private ml;
1073
- get mm(): IFilterExpression;
1074
- set mm(a: IFilterExpression);
1075
- static readonly mz: number;
1068
+ static readonly m1: number;
1076
1069
  private mn;
1077
- get mo(): GridFilterOperandsCollection;
1078
- set mo(a: GridFilterOperandsCollection);
1079
- static m1: number;
1070
+ get mo(): DataSourceSchemaPropertyType;
1071
+ set mo(a: DataSourceSchemaPropertyType);
1072
+ static readonly m4: number;
1073
+ private ml;
1074
+ get mm(): ColumnFilterCondition;
1075
+ set mm(a: ColumnFilterCondition);
1076
+ static readonly m2: number;
1080
1077
  private mp;
1081
- get mq(): boolean;
1082
- set mq(a: boolean);
1083
- private mf;
1084
- get mg(): ColumnComparisonConditionOperatorType;
1085
- set mg(a: ColumnComparisonConditionOperatorType);
1086
- m2: any;
1078
+ get mq(): IFilterExpression;
1079
+ set mq(a: IFilterExpression);
1080
+ static readonly m3: number;
1081
+ private mr;
1082
+ get ms(): GridFilterOperandsCollection;
1083
+ set ms(a: GridFilterOperandsCollection);
1084
+ static m5: number;
1085
+ private mt;
1086
+ get mu(): boolean;
1087
+ set mu(a: boolean);
1088
+ private mj;
1089
+ get mk(): ColumnComparisonConditionOperatorType;
1090
+ set mk(a: ColumnComparisonConditionOperatorType);
1091
+ m6: any;
1092
+ m0: number;
1093
+ mz: number;
1094
+ my: number;
1095
+ mx: number;
1087
1096
  mw: number;
1088
1097
  mv: number;
1089
- mu: number;
1090
- mt: number;
1091
- ms: number;
1092
- mr: number;
1093
1098
  constructor();
1094
- k9(a: string, b: any): void;
1095
- kl(a: string): Type;
1096
- hl(a: string): any;
1097
- k7(a: string, b: any): void;
1099
+ ld(a: string, b: any): void;
1100
+ kp(a: string): Type;
1101
+ hm(a: string): any;
1102
+ lb(a: string, b: any): void;
1098
1103
  b(a: CellModelExport): CellModelExport;
1099
1104
  }
1100
1105
  /**
@@ -1110,22 +1115,22 @@ export declare class EditorRowCellModel extends CellModel {
1110
1115
  export declare class SummaryCellModel extends CellModel {
1111
1116
  static $t: Type;
1112
1117
  constructor();
1113
- static readonly mh: number;
1114
- private ml;
1115
- get mn(): string;
1116
- set mn(a: string);
1117
- static readonly mi: number;
1118
- private mm;
1119
- get mp(): string;
1120
- set mp(a: string);
1121
- static readonly mk: number;
1122
- private mt;
1123
- get mu(): Brush;
1124
- set mu(a: Brush);
1125
- static readonly mj: number;
1126
- private mf;
1127
- get mg(): FontInfo;
1128
- set mg(a: FontInfo);
1118
+ static readonly ml: number;
1119
+ private mp;
1120
+ get mr(): string;
1121
+ set mr(a: string);
1122
+ static readonly mm: number;
1123
+ private mq;
1124
+ get mt(): string;
1125
+ set mt(a: string);
1126
+ static readonly mo: number;
1127
+ private mx;
1128
+ get my(): Brush;
1129
+ set my(a: Brush);
1130
+ static readonly mn: number;
1131
+ private mj;
1132
+ get mk(): FontInfo;
1133
+ set mk(a: FontInfo);
1129
1134
  b(a: CellModelExport): CellModelExport;
1130
1135
  bm(a: DataSourceRowType): boolean;
1131
1136
  }
@@ -1142,22 +1147,22 @@ export declare class VerticalSeparatorCellModel extends CellModel {
1142
1147
  export declare class ImageCellModel extends CellModel {
1143
1148
  static $t: Type;
1144
1149
  constructor();
1145
- static readonly mj: number;
1146
- private mm;
1147
- get mn(): string;
1148
- set mn(a: string);
1149
- static readonly ml: number;
1150
- private mh;
1151
- get mi(): ImageStretchOptions;
1152
- set mi(a: ImageStretchOptions);
1153
- static readonly mk: number;
1154
- private mf;
1155
- get mg(): ImageResourceType;
1156
- set mg(a: ImageResourceType);
1150
+ static readonly mn: number;
1151
+ private mq;
1152
+ get mr(): string;
1153
+ set mr(a: string);
1154
+ static readonly mp: number;
1155
+ private ml;
1156
+ get mm(): ImageStretchOptions;
1157
+ set mm(a: ImageStretchOptions);
1158
+ static readonly mo: number;
1159
+ private mj;
1160
+ get mk(): ImageResourceType;
1161
+ set mk(a: ImageResourceType);
1157
1162
  b(a: CellModelExport): CellModelExport;
1158
- k9(a: string, b: any): void;
1159
- kl(a: string): Type;
1160
- hl(a: string): any;
1163
+ ld(a: string, b: any): void;
1164
+ kp(a: string): Type;
1165
+ hm(a: string): any;
1161
1166
  }
1162
1167
  /**
1163
1168
  * @hidden
@@ -1165,67 +1170,67 @@ export declare class ImageCellModel extends CellModel {
1165
1170
  export declare class NumericCellModel extends CellModel {
1166
1171
  static $t: Type;
1167
1172
  constructor();
1168
- static readonly m4: number;
1169
- private mn;
1170
- get mo(): number;
1171
- set mo(a: number);
1172
- static readonly mv: number;
1173
- private mi;
1174
- get mk(): boolean;
1175
- set mk(a: boolean);
1176
- static readonly mu: number;
1177
- private nb;
1178
- get ni(): string;
1179
- set ni(a: string);
1180
- static readonly mt: number;
1181
- private mf;
1182
- get mg(): any[];
1183
- set mg(a: any[]);
1184
- mh: BindingFormatter;
1185
- private m9;
1186
- static readonly ms: number;
1187
- private _formatOverride;
1188
- get na(): any;
1189
- set na(a: any);
1190
- static readonly m2: number;
1191
- private nc;
1192
- get no(): string;
1193
- set no(a: string);
1194
- static readonly m5: number;
1195
- private ne;
1196
- get nt(): string;
1197
- set nt(a: string);
1198
- static readonly m3: number;
1199
- private nd;
1200
- get nq(): string;
1201
- set nq(a: string);
1202
- static readonly m6: number;
1173
+ static readonly m8: number;
1174
+ private mr;
1175
+ get ms(): number;
1176
+ set ms(a: number);
1177
+ static readonly mz: number;
1178
+ private mm;
1179
+ get mo(): boolean;
1180
+ set mo(a: boolean);
1181
+ static readonly my: number;
1203
1182
  private nf;
1204
- get nv(): string;
1205
- set nv(a: string);
1183
+ get nm(): string;
1184
+ set nm(a: string);
1206
1185
  static readonly mx: number;
1207
- private mp;
1208
- get mw(): number;
1209
- set mw(a: number);
1210
- static readonly mz: number;
1211
- private mq;
1212
- get my(): number;
1213
- set my(a: number);
1186
+ private mj;
1187
+ get mk(): any[];
1188
+ set mk(a: any[]);
1189
+ ml: BindingFormatter;
1190
+ private nd;
1191
+ static readonly mw: number;
1192
+ private _formatOverride;
1193
+ get ne(): any;
1194
+ set ne(a: any);
1195
+ static readonly m6: number;
1196
+ private ng;
1197
+ get ns(): string;
1198
+ set ns(a: string);
1199
+ static readonly m9: number;
1200
+ private ni;
1201
+ get nx(): string;
1202
+ set nx(a: string);
1203
+ static readonly m7: number;
1204
+ private nh;
1205
+ get nu(): string;
1206
+ set nu(a: string);
1207
+ static readonly na: number;
1208
+ private nj;
1209
+ get nz(): string;
1210
+ set nz(a: string);
1214
1211
  static readonly m1: number;
1215
- private mr;
1212
+ private mt;
1216
1213
  get m0(): number;
1217
1214
  set m0(a: number);
1218
- static readonly m7: number;
1219
- private mj;
1220
- get mm(): boolean;
1221
- set mm(a: boolean);
1222
- ml(): boolean;
1223
- protected k3(a: string, b: any, c: any): void;
1224
- k9(a: string, b: any): void;
1225
- kl(a: string): Type;
1226
- hl(a: string): any;
1215
+ static readonly m3: number;
1216
+ private mu;
1217
+ get m2(): number;
1218
+ set m2(a: number);
1219
+ static readonly m5: number;
1220
+ private mv;
1221
+ get m4(): number;
1222
+ set m4(a: number);
1223
+ static readonly nb: number;
1224
+ private mn;
1225
+ get mq(): boolean;
1226
+ set mq(a: boolean);
1227
+ mp(): boolean;
1228
+ protected k7(a: string, b: any, c: any): void;
1229
+ ld(a: string, b: any): void;
1230
+ kp(a: string): Type;
1231
+ hm(a: string): any;
1227
1232
  b(a: CellModelExport): CellModelExport;
1228
- i4(): string;
1233
+ i6(): string;
1229
1234
  }
1230
1235
  /**
1231
1236
  * @hidden
@@ -1241,29 +1246,29 @@ export declare class RowSeparatorModel extends CellModel {
1241
1246
  export declare class SectionHeaderCellModel extends CellModel {
1242
1247
  static $t: Type;
1243
1248
  constructor();
1244
- static readonly ml: number;
1245
- private mf;
1246
- get mh(): GroupData[];
1247
- set mh(a: GroupData[]);
1248
- static readonly mo: number;
1249
- private mg;
1250
- get mi(): SummaryData[];
1251
- set mi(a: SummaryData[]);
1252
- static readonly mn: number;
1253
- private mr;
1254
- get mv(): string;
1255
- set mv(a: string);
1256
- static readonly mm: number;
1257
- private mq;
1258
- get mt(): string;
1259
- set mt(a: string);
1260
1249
  static readonly mp: number;
1261
1250
  private mj;
1262
- get mk(): GroupSummaryDisplayMode;
1263
- set mk(a: GroupSummaryDisplayMode);
1264
- k9(a: string, b: any): void;
1265
- kl(a: string): Type;
1266
- hl(a: string): any;
1251
+ get ml(): GroupData[];
1252
+ set ml(a: GroupData[]);
1253
+ static readonly ms: number;
1254
+ private mk;
1255
+ get mm(): SummaryData[];
1256
+ set mm(a: SummaryData[]);
1257
+ static readonly mr: number;
1258
+ private mv;
1259
+ get mz(): string;
1260
+ set mz(a: string);
1261
+ static readonly mq: number;
1262
+ private mu;
1263
+ get mx(): string;
1264
+ set mx(a: string);
1265
+ static readonly mt: number;
1266
+ private mn;
1267
+ get mo(): GroupSummaryDisplayMode;
1268
+ set mo(a: GroupSummaryDisplayMode);
1269
+ ld(a: string, b: any): void;
1270
+ kp(a: string): Type;
1271
+ hm(a: string): any;
1267
1272
  b(a: CellModelExport): CellModelExport;
1268
1273
  bm(a: DataSourceRowType): boolean;
1269
1274
  }
@@ -1273,13 +1278,13 @@ export declare class SectionHeaderCellModel extends CellModel {
1273
1278
  export declare class TemplateCellModel extends CellModel {
1274
1279
  static $t: Type;
1275
1280
  constructor();
1276
- static readonly mf: number;
1277
- private mg;
1278
- get mh(): any;
1279
- set mh(a: any);
1280
- k9(a: string, b: any): void;
1281
- kl(a: string): Type;
1282
- hl(a: string): any;
1281
+ static readonly mj: number;
1282
+ private mk;
1283
+ get ml(): any;
1284
+ set ml(a: any);
1285
+ ld(a: string, b: any): void;
1286
+ kp(a: string): Type;
1287
+ hm(a: string): any;
1283
1288
  b(a: CellModelExport): CellModelExport;
1284
1289
  }
1285
1290
  /**
@@ -1288,15 +1293,15 @@ export declare class TemplateCellModel extends CellModel {
1288
1293
  export declare class TextCellModel extends CellModel {
1289
1294
  static $t: Type;
1290
1295
  constructor();
1291
- static readonly mf: number;
1292
- private mg;
1293
- get mh(): string;
1294
- set mh(a: string);
1295
- k9(a: string, b: any): void;
1296
- kl(a: string): Type;
1297
- hl(a: string): any;
1296
+ static readonly mj: number;
1297
+ private mk;
1298
+ get ml(): string;
1299
+ set ml(a: string);
1300
+ ld(a: string, b: any): void;
1301
+ kp(a: string): Type;
1302
+ hm(a: string): any;
1298
1303
  b(a: CellModelExport): CellModelExport;
1299
- i4(): string;
1304
+ i6(): string;
1300
1305
  }
1301
1306
  /**
1302
1307
  * @hidden
@@ -1304,29 +1309,29 @@ export declare class TextCellModel extends CellModel {
1304
1309
  export declare class TextHeaderCellModel extends TextCellModel {
1305
1310
  static $t: Type;
1306
1311
  constructor();
1307
- static readonly mu: number;
1308
- private mp;
1309
- get mq(): boolean;
1310
- set mq(a: boolean);
1312
+ static readonly my: number;
1313
+ private mt;
1314
+ get mu(): boolean;
1315
+ set mu(a: boolean);
1316
+ static readonly mz: number;
1317
+ private mr;
1318
+ get ms(): SortIndicatorStyle;
1319
+ set ms(a: SortIndicatorStyle);
1311
1320
  static readonly mv: number;
1312
1321
  private mn;
1313
- get mo(): SortIndicatorStyle;
1314
- set mo(a: SortIndicatorStyle);
1315
- static readonly mr: number;
1316
- private mj;
1317
- get mk(): ColumnOptionsIconAlignment;
1318
- set mk(a: ColumnOptionsIconAlignment);
1319
- static readonly mt: number;
1320
- private m1;
1321
- get m2(): Brush;
1322
- set m2(a: Brush);
1323
- static readonly ms: number;
1324
- private ml;
1325
- get mm(): ColumnOptionsIconBehavior;
1326
- set mm(a: ColumnOptionsIconBehavior);
1327
- k9(a: string, b: any): void;
1328
- kl(a: string): Type;
1329
- hl(a: string): any;
1322
+ get mo(): ColumnOptionsIconAlignment;
1323
+ set mo(a: ColumnOptionsIconAlignment);
1324
+ static readonly mx: number;
1325
+ private m5;
1326
+ get m6(): Brush;
1327
+ set m6(a: Brush);
1328
+ static readonly mw: number;
1329
+ private mp;
1330
+ get mq(): ColumnOptionsIconBehavior;
1331
+ set mq(a: ColumnOptionsIconBehavior);
1332
+ ld(a: string, b: any): void;
1333
+ kp(a: string): Type;
1334
+ hm(a: string): any;
1330
1335
  b(a: CellModelExport): CellModelExport;
1331
1336
  }
1332
1337
  /**
@@ -3188,276 +3193,278 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3188
3193
  protected e0(a: GridConditionalStyle): void;
3189
3194
  protected cr(): any;
3190
3195
  protected cs(): any;
3191
- protected ct(): any;
3192
- protected at(a: GridConditionalStyle): boolean;
3193
- protected nz(): Brush;
3194
- protected ny(): Brush;
3195
- private static kn;
3196
- ko: number;
3197
- private hs;
3198
- get ht(): ColumnStates;
3199
- set ht(a: ColumnStates);
3200
- private j9;
3201
- get kk(): number;
3202
- set kk(a: number);
3203
- private kb;
3204
- get km(): number;
3205
- set km(a: number);
3206
- private ka;
3207
- get kl(): number;
3208
- set kl(a: number);
3209
- private j8;
3210
- get kj(): number;
3211
- set kj(a: number);
3212
- private kw;
3213
- get mf(): string;
3214
- set mf(a: string);
3215
- private j6;
3216
- get kh(): number;
3217
- set kh(a: number);
3218
- private j5;
3219
- get kg(): number;
3220
- set kg(a: number);
3196
+ protected ct(): any;
3197
+ protected at(a: GridConditionalStyle): boolean;
3198
+ protected n1(): Brush;
3199
+ protected n0(): Brush;
3200
+ private static ko;
3201
+ kp: number;
3202
+ private hs;
3203
+ get ht(): ColumnStates;
3204
+ set ht(a: ColumnStates);
3205
+ private ka;
3206
+ get kl(): number;
3207
+ set kl(a: number);
3208
+ private kc;
3209
+ get kn(): number;
3210
+ set kn(a: number);
3211
+ private kb;
3212
+ get km(): number;
3213
+ set km(a: number);
3214
+ private j9;
3215
+ get kk(): number;
3216
+ set kk(a: number);
3217
+ private kx;
3218
+ get mg(): string;
3219
+ set mg(a: string);
3221
3220
  private j7;
3222
3221
  get ki(): number;
3223
3222
  set ki(a: number);
3224
- private ii;
3225
- get ik(): PinnedPositions;
3226
- set ik(a: PinnedPositions);
3227
- private ku;
3228
- get lo(): string;
3229
- set lo(a: string);
3223
+ private j6;
3224
+ get kh(): number;
3225
+ set kh(a: number);
3226
+ private j8;
3227
+ get kj(): number;
3228
+ set kj(a: number);
3229
+ private ij;
3230
+ get il(): PinnedPositions;
3231
+ set il(a: PinnedPositions);
3230
3232
  private kv;
3231
- get lv(): string;
3232
- set lv(a: string);
3233
- private ks;
3234
- get k3(): string;
3235
- set k3(a: string);
3233
+ get lp(): string;
3234
+ set lp(a: string);
3235
+ private kw;
3236
+ get lw(): string;
3237
+ set lw(a: string);
3238
+ private kt;
3239
+ get k4(): string;
3240
+ set k4(a: string);
3241
+ private ns;
3242
+ get n4(): Brush;
3243
+ set n4(a: Brush);
3244
+ private nn;
3245
+ get nx(): Brush;
3246
+ set nx(a: Brush);
3236
3247
  private nq;
3237
3248
  get n2(): Brush;
3238
3249
  set n2(a: Brush);
3239
3250
  private nl;
3240
3251
  get nv(): Brush;
3241
3252
  set nv(a: Brush);
3242
- private no;
3243
- get n0(): Brush;
3244
- set n0(a: Brush);
3245
- private nj;
3246
- get nt(): Brush;
3247
- set nt(a: Brush);
3248
- private np;
3249
- get n1(): Brush;
3250
- set n1(a: Brush);
3251
- private nk;
3252
- get nu(): Brush;
3253
- set nu(a: Brush);
3254
- private h5;
3255
- get h6(): GridColumnAnimationSettings;
3256
- set h6(a: GridColumnAnimationSettings);
3253
+ private nr;
3254
+ get n3(): Brush;
3255
+ set n3(a: Brush);
3256
+ private nm;
3257
+ get nw(): Brush;
3258
+ set nw(a: Brush);
3259
+ private h6;
3260
+ get h7(): GridColumnAnimationSettings;
3261
+ set h7(a: GridColumnAnimationSettings);
3257
3262
  private hu;
3258
3263
  get width(): ColumnWidth;
3259
3264
  set width(a: ColumnWidth);
3260
- private jx;
3261
- get j0(): number;
3262
- set j0(a: number);
3263
- private i5;
3264
- get jn(): boolean;
3265
- set jn(a: boolean);
3266
- private iz;
3267
- get jh(): boolean;
3268
- set jh(a: boolean);
3269
- private i8;
3270
- get jq(): boolean;
3271
- set jq(a: boolean);
3265
+ private jy;
3266
+ get j1(): number;
3267
+ set j1(a: number);
3268
+ private i6;
3269
+ get jo(): boolean;
3270
+ set jo(a: boolean);
3271
+ private i0;
3272
+ get ji(): boolean;
3273
+ set ji(a: boolean);
3274
+ private i9;
3275
+ get jr(): boolean;
3276
+ set jr(a: boolean);
3272
3277
  private g0;
3273
3278
  get g1(): ColumnFilterCondition;
3274
3279
  set g1(a: ColumnFilterCondition);
3275
3280
  private g2;
3276
3281
  get g3(): IFilterExpression;
3277
3282
  set g3(a: IFilterExpression);
3278
- private h9;
3283
+ private ia;
3279
3284
  get header(): Header;
3280
3285
  set header(a: Header);
3281
- private i4;
3282
- get jm(): boolean;
3283
- set jm(a: boolean);
3286
+ private i5;
3287
+ get jn(): boolean;
3288
+ set jn(a: boolean);
3289
+ private i8;
3290
+ get jq(): boolean;
3291
+ set jq(a: boolean);
3284
3292
  private i7;
3285
3293
  get jp(): boolean;
3286
3294
  set jp(a: boolean);
3287
- private i6;
3288
- get jo(): boolean;
3289
- set jo(a: boolean);
3290
- private i9;
3291
- get js(): boolean;
3292
- set js(a: boolean);
3295
+ private ja;
3296
+ get jt(): boolean;
3297
+ set jt(a: boolean);
3293
3298
  private hq;
3294
3299
  get hr(): ColumnSortDirection;
3295
3300
  set hr(a: ColumnSortDirection);
3296
- private ij;
3297
- get il(): PinnedPositions;
3298
- set il(a: PinnedPositions);
3299
- private iy;
3300
- get jg(): boolean;
3301
- set jg(a: boolean);
3302
- get jd(): boolean;
3301
+ private ik;
3302
+ get im(): PinnedPositions;
3303
+ set im(a: PinnedPositions);
3304
+ private iz;
3305
+ get jh(): boolean;
3306
+ set jh(a: boolean);
3307
+ get je(): boolean;
3303
3308
  private hg;
3304
3309
  get hi(): ColumnOptionsIconAlignment;
3305
3310
  set hi(a: ColumnOptionsIconAlignment);
3306
3311
  private hh;
3307
3312
  get hj(): ColumnOptionsIconAlignment;
3308
3313
  set hj(a: ColumnOptionsIconAlignment);
3309
- private nh;
3310
- get nr(): Brush;
3311
- set nr(a: Brush);
3312
- private nm;
3313
- get nw(): Brush;
3314
- set nw(a: Brush);
3314
+ private nj;
3315
+ get nt(): Brush;
3316
+ set nt(a: Brush);
3317
+ private no;
3318
+ get ny(): Brush;
3319
+ set ny(a: Brush);
3315
3320
  private hl;
3316
3321
  get hn(): ColumnOptionsIconBehavior;
3317
3322
  set hn(a: ColumnOptionsIconBehavior);
3318
3323
  private hk;
3319
3324
  get hm(): ColumnOptionsIconBehavior;
3320
3325
  set hm(a: ColumnOptionsIconBehavior);
3321
- private iu;
3322
- get ja(): boolean;
3323
- set ja(a: boolean);
3324
- private i0;
3325
- get ji(): boolean;
3326
- set ji(a: boolean);
3327
- private iw;
3328
- get jc(): boolean;
3329
- set jc(a: boolean);
3330
- private i2;
3331
- get jk(): boolean;
3332
- set jk(a: boolean);
3333
3326
  private iv;
3334
3327
  get jb(): boolean;
3335
3328
  set jb(a: boolean);
3336
3329
  private i1;
3337
3330
  get jj(): boolean;
3338
3331
  set jj(a: boolean);
3332
+ private ix;
3333
+ get jd(): boolean;
3334
+ set jd(a: boolean);
3339
3335
  private i3;
3340
3336
  get jl(): boolean;
3341
3337
  set jl(a: boolean);
3342
- private nn;
3343
- get nx(): Brush;
3344
- set nx(a: Brush);
3345
- private ni;
3346
- get ns(): Brush;
3347
- set ns(a: Brush);
3338
+ private iw;
3339
+ get jc(): boolean;
3340
+ set jc(a: boolean);
3341
+ private i2;
3342
+ get jk(): boolean;
3343
+ set jk(a: boolean);
3344
+ private i4;
3345
+ get jm(): boolean;
3346
+ set jm(a: boolean);
3347
+ private np;
3348
+ get nz(): Brush;
3349
+ set nz(a: Brush);
3350
+ private nk;
3351
+ get nu(): Brush;
3352
+ set nu(a: Brush);
3353
+ private jx;
3354
+ get j0(): number;
3355
+ set j0(a: number);
3348
3356
  private jw;
3349
3357
  get jz(): number;
3350
3358
  set jz(a: number);
3351
- private jv;
3352
- get jy(): number;
3353
- set jy(a: number);
3354
- private ir;
3359
+ private is;
3355
3360
  get textEditStyle(): FontInfo;
3356
3361
  set textEditStyle(a: FontInfo);
3357
- private iq;
3358
- get is(): FontInfo;
3359
- set is(a: FontInfo);
3362
+ private ir;
3363
+ get it(): FontInfo;
3364
+ set it(a: FontInfo);
3360
3365
  private hy;
3361
3366
  get hz(): EditorType;
3362
3367
  set hz(a: EditorType);
3363
- private kp;
3364
- get kq(): any;
3365
- set kq(a: any);
3366
- private kt;
3367
- get lk(): string;
3368
- set lk(a: string);
3368
+ private kq;
3369
+ get kr(): any;
3370
+ set kr(a: any);
3371
+ private ku;
3372
+ get ll(): string;
3373
+ set ll(a: string);
3369
3374
  private gy;
3370
3375
  get gz(): string[];
3371
3376
  set gz(a: string[]);
3372
- private ie;
3373
- get ih(): MergedCellMode;
3374
- set ih(a: MergedCellMode);
3375
- private ib;
3376
- get id(): MergedCellEvaluationCriteria;
3377
- set id(a: MergedCellEvaluationCriteria);
3377
+ private ig;
3378
+ get ii(): MergedCellMode;
3379
+ set ii(a: MergedCellMode);
3380
+ private ic;
3381
+ get ie(): MergedCellEvaluationCriteria;
3382
+ set ie(a: MergedCellEvaluationCriteria);
3378
3383
  private g7;
3379
3384
  get ha(): CellContentVerticalAlignment;
3380
3385
  set ha(a: CellContentVerticalAlignment);
3381
3386
  private g6;
3382
3387
  get g8(): CellContentVerticalAlignment;
3383
3388
  set g8(a: CellContentVerticalAlignment);
3384
- private j2;
3385
- get kd(): number;
3386
- set kd(a: number);
3387
- private j4;
3388
- get kf(): number;
3389
- set kf(a: number);
3390
3389
  private j3;
3391
3390
  get ke(): number;
3392
3391
  set ke(a: number);
3393
- private j1;
3394
- get kc(): number;
3395
- set kc(a: number);
3392
+ private j5;
3393
+ get kg(): number;
3394
+ set kg(a: number);
3395
+ private j4;
3396
+ get kf(): number;
3397
+ set kf(a: number);
3398
+ private j2;
3399
+ get kd(): number;
3400
+ set kd(a: number);
3396
3401
  private h0;
3397
3402
  get h1(): FilterComparisonType;
3398
3403
  set h1(a: FilterComparisonType);
3399
3404
  h3(a: FilterComparisonType): FilterComparisonType;
3400
3405
  h2(): FilterComparisonType;
3401
- private h7;
3402
- get h8(): GridFilterOperandsCollection;
3403
- private mt;
3404
- ig(): MergedCellMode;
3405
- ic(): MergedCellEvaluationCriteria;
3406
- jr(): boolean;
3406
+ private h8;
3407
+ get h9(): GridFilterOperandsCollection;
3408
+ formatCell: (sender: any, args: FormatCellEventArgs) => void;
3409
+ private mv;
3410
+ ih(): MergedCellMode;
3411
+ id(): MergedCellEvaluationCriteria;
3412
+ js(): boolean;
3407
3413
  protected go(): Brush;
3408
3414
  protected gq(): Brush;
3415
+ mt(a: CellModel, b: any, c: any): string;
3409
3416
  eo(a: CellModel, b: DataGrid, c: any, d: any): void;
3410
3417
  el(a: CellModel, b: DataGrid, c: any, d: any): void;
3411
3418
  protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3412
3419
  protected hb(): CellContentVerticalAlignment;
3413
3420
  protected g5(): CellContentHorizontalAlignment;
3414
3421
  protected g9(): CellContentVerticalAlignment;
3415
- private nd;
3416
- private mz;
3422
+ private nf;
3423
+ private m1;
3417
3424
  protected eq(a: DataGrid, b: DataGrid): void;
3418
3425
  protected es(a: any, b: PropertyChangedEventArgs): void;
3419
- ne(): void;
3420
- nf(): void;
3421
3426
  ng(): void;
3427
+ nh(): void;
3428
+ ni(): void;
3422
3429
  protected e5(): void;
3423
3430
  protected fh(): void;
3424
3431
  protected fi(): void;
3425
3432
  protected ff(): void;
3426
- protected na(): void;
3427
3433
  protected nc(): void;
3428
- protected nb(): void;
3434
+ protected ne(): void;
3435
+ protected nd(): void;
3429
3436
  protected fe(): void;
3430
3437
  protected fg(): void;
3431
3438
  protected fd(): void;
3432
- protected m4(): void;
3433
- protected m8(): void;
3434
- protected m7(): void;
3435
- protected m5(): void;
3436
- protected m9(): void;
3437
3439
  protected m6(): void;
3440
+ protected na(): void;
3441
+ protected m9(): void;
3442
+ protected m7(): void;
3443
+ protected nb(): void;
3444
+ protected m8(): void;
3438
3445
  columnCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3439
3446
  columnHeaderCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
3440
- protected m3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3447
+ protected m5(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3441
3448
  hf(): ColumnHidingAnimationMode;
3442
3449
  hp(): ColumnShowingAnimationMode;
3443
3450
  he(): ColumnExchangingAnimationMode;
3444
3451
  ho(): ColumnResizingAnimationMode;
3445
- lt(): string;
3446
- private io;
3447
- private ix;
3448
- m2(a: string, b: CellPropertyAnimationType, c: any): void;
3449
- jf(): boolean;
3450
- get ip(): FastIterationDictionary$2<string, any>;
3451
- je(a: string): boolean;
3452
- m1(a: string): void;
3453
- kr(a: string): any;
3454
- ju: List$1<LayoutAction>;
3455
- m0(a: string): void;
3456
- mv(a: ColumnComparisonConditionOperatorType, b: any): void;
3457
- mu(a: string, b: number, c: any): void;
3452
+ lu(): string;
3453
+ private ip;
3454
+ private iy;
3455
+ m4(a: string, b: CellPropertyAnimationType, c: any): void;
3456
+ jg(): boolean;
3457
+ get iq(): FastIterationDictionary$2<string, any>;
3458
+ jf(a: string): boolean;
3459
+ m3(a: string): void;
3460
+ ks(a: string): any;
3461
+ jv: List$1<LayoutAction>;
3462
+ m2(a: string): void;
3463
+ mx(a: ColumnComparisonConditionOperatorType, b: any): void;
3464
+ mw(a: string, b: number, c: any): void;
3458
3465
  g4(a: FilterOperand, b: any): IFilterExpression;
3459
3466
  h4(a: string, b: number): FilterOperand;
3460
- mw(): void;
3467
+ my(): void;
3461
3468
  private hw;
3462
3469
  get hx(): DataGridColumnToolbarManager;
3463
3470
  getDesiredToolbarActions(): ToolActionInfo[];
@@ -3472,12 +3479,12 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
3472
3479
  private _invalidateActions;
3473
3480
  get invalidateActions(): () => void;
3474
3481
  set invalidateActions(a: () => void);
3475
- private jt;
3476
- im(): IToolbarContextAccessor;
3477
- my(a: (arg1: IToolbarContextAccessor) => void): void;
3482
+ private ju;
3483
+ io(): IToolbarContextAccessor;
3484
+ m0(a: (arg1: IToolbarContextAccessor) => void): void;
3478
3485
  provideContextAccessor(a: IToolbarContextAccessor): void;
3479
3486
  dismissContextAccessor(a: IToolbarContextAccessor): void;
3480
- mx(): void;
3487
+ mz(): void;
3481
3488
  }
3482
3489
  /**
3483
3490
  * @hidden
@@ -3790,17 +3797,17 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
3790
3797
  export declare class ComboBoxColumn extends DataGridColumn {
3791
3798
  static $t: Type;
3792
3799
  constructor();
3793
- private n4;
3794
- get n5(): IDataSource;
3795
- set n5(a: IDataSource);
3796
- get n6(): any;
3797
- set n6(a: any);
3798
- get oa(): string;
3799
- set oa(a: string);
3800
- get ob(): string;
3801
- set ob(a: string);
3802
- get n3(): string[];
3803
- set n3(a: string[]);
3800
+ private n6;
3801
+ get n7(): IDataSource;
3802
+ set n7(a: IDataSource);
3803
+ get n8(): any;
3804
+ set n8(a: any);
3805
+ get oc(): string;
3806
+ set oc(a: string);
3807
+ get od(): string;
3808
+ set od(a: string);
3809
+ get n5(): string[];
3810
+ set n5(a: string[]);
3804
3811
  protected n(a: CellPath): CellModel;
3805
3812
  protected d2(a: CellPath, b: DataGrid, c: any): string;
3806
3813
  protected eq(a: DataGrid, b: DataGrid): void;
@@ -3808,43 +3815,43 @@ export declare class ComboBoxColumn extends DataGridColumn {
3808
3815
  eo(a: CellModel, b: DataGrid, c: any, d: any): void;
3809
3816
  el(a: CellModel, b: DataGrid, c: any, d: any): void;
3810
3817
  protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3811
- private oc;
3812
- private od;
3813
- private n8;
3814
- n9(a: any): string;
3818
+ private oe;
3819
+ private of;
3820
+ private oa;
3821
+ ob(a: any): string;
3815
3822
  }
3816
3823
  /**
3817
3824
  * @hidden
3818
3825
  */
3819
3826
  export declare class DateTimeColumn extends DataGridColumn {
3820
3827
  static $t: Type;
3821
- private n6;
3822
- private n7;
3823
- get n8(): DateTimeFormats;
3824
- set n8(a: DateTimeFormats);
3825
- private oh;
3826
- get oq(): string;
3827
- set oq(a: string);
3828
- private og;
3829
- get oj(): string;
3830
- set oj(a: string);
3831
- private n3;
3832
- get n4(): any[];
3833
- set n4(a: any[]);
3834
- private od;
3835
- get of(): any;
3836
- set of(a: any);
3837
- private oa;
3838
- get ob(): boolean;
3839
- set ob(a: boolean);
3840
- get n9(): EditorType;
3841
- set n9(a: EditorType);
3842
- get oe(): any;
3843
- set oe(a: any);
3828
+ private n8;
3829
+ private n9;
3830
+ get oa(): DateTimeFormats;
3831
+ set oa(a: DateTimeFormats);
3832
+ private oj;
3833
+ get os(): string;
3834
+ set os(a: string);
3835
+ private oi;
3844
3836
  get ol(): string;
3845
3837
  set ol(a: string);
3846
- get om(): string;
3847
- set om(a: string);
3838
+ private n5;
3839
+ get n6(): any[];
3840
+ set n6(a: any[]);
3841
+ private of;
3842
+ get oh(): any;
3843
+ set oh(a: any);
3844
+ private oc;
3845
+ get od(): boolean;
3846
+ set od(a: boolean);
3847
+ get ob(): EditorType;
3848
+ set ob(a: EditorType);
3849
+ get og(): any;
3850
+ set og(a: any);
3851
+ get on(): string;
3852
+ set on(a: string);
3853
+ get oo(): string;
3854
+ set oo(a: string);
3848
3855
  protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
3849
3856
  constructor();
3850
3857
  protected n(a: CellPath): CellModel;
@@ -3852,9 +3859,9 @@ export declare class DateTimeColumn extends DataGridColumn {
3852
3859
  dz(a: DataGrid, b: any, c: any): string;
3853
3860
  eo(a: CellModel, b: DataGrid, c: any, d: any): void;
3854
3861
  el(a: CellModel, b: DataGrid, c: any, d: any): void;
3855
- private oc;
3856
- n5: BindingFormatter;
3857
- private on;
3862
+ private oe;
3863
+ n7: BindingFormatter;
3864
+ private op;
3858
3865
  }
3859
3866
  /**
3860
3867
  * @hidden
@@ -4128,20 +4135,20 @@ export declare class HeaderSeparator extends DefinitionBase {
4128
4135
  */
4129
4136
  export declare class ImageColumn extends DataGridColumn {
4130
4137
  static $t: Type;
4138
+ private n8;
4139
+ get n9(): ImageStretchOptions;
4140
+ set n9(a: ImageStretchOptions);
4131
4141
  private n6;
4132
- get n7(): ImageStretchOptions;
4133
- set n7(a: ImageStretchOptions);
4134
- private n4;
4135
- get n5(): ImageResourceType;
4136
- set n5(a: ImageResourceType);
4137
- get n3(): EditorType;
4138
- set n3(a: EditorType);
4139
- get n8(): any;
4140
- set n8(a: any);
4141
- get n9(): string;
4142
- set n9(a: string);
4143
- get oa(): string;
4144
- set oa(a: string);
4142
+ get n7(): ImageResourceType;
4143
+ set n7(a: ImageResourceType);
4144
+ get n5(): EditorType;
4145
+ set n5(a: EditorType);
4146
+ get oa(): any;
4147
+ set oa(a: any);
4148
+ get ob(): string;
4149
+ set ob(a: string);
4150
+ get oc(): string;
4151
+ set oc(a: string);
4145
4152
  constructor();
4146
4153
  protected k(): CellContentVerticalAlignment;
4147
4154
  protected g5(): CellContentHorizontalAlignment;
@@ -4151,7 +4158,7 @@ export declare class ImageColumn extends DataGridColumn {
4151
4158
  protected d2(a: CellPath, b: DataGrid, c: any): string;
4152
4159
  eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4153
4160
  el(a: CellModel, b: DataGrid, c: any, d: any): void;
4154
- private ob;
4161
+ private od;
4155
4162
  }
4156
4163
  /**
4157
4164
  * @hidden
@@ -4171,56 +4178,56 @@ export declare class NumericColumn extends DataGridColumn {
4171
4178
  static $t: Type;
4172
4179
  constructor();
4173
4180
  protected f(): CellContentHorizontalAlignment;
4174
- private ok;
4175
- get oy(): string;
4176
- set oy(a: string);
4177
4181
  private om;
4178
- get o2(): string;
4179
- set o2(a: string);
4180
- private ol;
4181
4182
  get o0(): string;
4182
4183
  set o0(a: string);
4183
- private on;
4184
+ private oo;
4184
4185
  get o4(): string;
4185
4186
  set o4(a: string);
4186
- private oa;
4187
- get od(): number;
4188
- set od(a: number);
4189
- private ob;
4190
- get oe(): number;
4191
- set oe(a: number);
4187
+ private on;
4188
+ get o2(): string;
4189
+ set o2(a: string);
4190
+ private op;
4191
+ get o6(): string;
4192
+ set o6(a: string);
4192
4193
  private oc;
4193
4194
  get of(): number;
4194
4195
  set of(a: number);
4195
- private n7;
4196
- get n8(): boolean;
4197
- set n8(a: boolean);
4198
- private oj;
4199
- get ot(): string;
4200
- set ot(a: string);
4201
- private n3;
4202
- get n4(): any[];
4203
- set n4(a: any[]);
4204
- private og;
4205
- get oi(): any;
4206
- set oi(a: any);
4207
- get n6(): EditorType;
4208
- set n6(a: EditorType);
4209
- get oh(): any;
4210
- set oh(a: any);
4211
- get oo(): string;
4212
- set oo(a: string);
4213
- get op(): string;
4214
- set op(a: string);
4215
- n5: BindingFormatter;
4196
+ private od;
4197
+ get og(): number;
4198
+ set og(a: number);
4199
+ private oe;
4200
+ get oh(): number;
4201
+ set oh(a: number);
4202
+ private n9;
4203
+ get oa(): boolean;
4204
+ set oa(a: boolean);
4205
+ private ol;
4206
+ get ov(): string;
4207
+ set ov(a: string);
4208
+ private n5;
4209
+ get n6(): any[];
4210
+ set n6(a: any[]);
4211
+ private oi;
4212
+ get ok(): any;
4213
+ set ok(a: any);
4214
+ get n8(): EditorType;
4215
+ set n8(a: EditorType);
4216
+ get oj(): any;
4217
+ set oj(a: any);
4218
+ get oq(): string;
4219
+ set oq(a: string);
4220
+ get or(): string;
4221
+ set or(a: string);
4222
+ n7: BindingFormatter;
4216
4223
  protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4217
4224
  protected n(a: CellPath): CellModel;
4218
4225
  protected d2(a: CellPath, b: DataGrid, c: any): string;
4219
4226
  dz(a: DataGrid, b: any, c: any): string;
4220
4227
  eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4221
4228
  el(a: CellModel, b: DataGrid, c: any, d: any): void;
4222
- private n9;
4223
- private oq;
4229
+ private ob;
4230
+ private os;
4224
4231
  }
4225
4232
  /**
4226
4233
  * @hidden
@@ -4432,7 +4439,7 @@ export declare class TemplateColumn extends DataGridColumn {
4432
4439
  protected d2(a: CellPath, b: DataGrid, c: any): string;
4433
4440
  eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4434
4441
  el(a: CellModel, b: DataGrid, c: any, d: any): void;
4435
- n4(a: TemplateCellModel, b: any): void;
4442
+ n6(a: TemplateCellModel, b: any): void;
4436
4443
  cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
4437
4444
  protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
4438
4445
  }
@@ -4453,22 +4460,22 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
4453
4460
  */
4454
4461
  export declare class TextColumn extends DataGridColumn {
4455
4462
  static $t: Type;
4456
- private n5;
4463
+ private n7;
4464
+ get ob(): string;
4465
+ set ob(a: string);
4466
+ get n5(): EditorType;
4467
+ set n5(a: EditorType);
4468
+ get n6(): any;
4469
+ set n6(a: any);
4470
+ get n8(): string;
4471
+ set n8(a: string);
4457
4472
  get n9(): string;
4458
4473
  set n9(a: string);
4459
- get n3(): EditorType;
4460
- set n3(a: EditorType);
4461
- get n4(): any;
4462
- set n4(a: any);
4463
- get n6(): string;
4464
- set n6(a: string);
4465
- get n7(): string;
4466
- set n7(a: string);
4467
4474
  protected n(a: CellPath): CellModel;
4468
4475
  eo(a: CellModel, b: DataGrid, c: any, d: any): void;
4469
4476
  el(a: CellModel, b: DataGrid, c: any, d: any): void;
4470
4477
  dz(a: DataGrid, b: any, c: any): string;
4471
- private n8;
4478
+ private oa;
4472
4479
  protected d2(a: CellPath, b: DataGrid, c: any): string;
4473
4480
  }
4474
4481
  /**