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