igniteui-webcomponents-data-grids 7.1.0-alpha.3 → 7.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +6134 -5858
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- 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 +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +37 -34
- package/esm2015/lib/CheckboxListView_combined.js +23 -23
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +4143 -3997
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +292 -292
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +167 -150
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- 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 +1 -1
- 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/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +20 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +45 -45
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +184 -184
- package/esm2015/lib/TextHeaderCellPresenter.js +52 -52
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +90 -81
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +224 -214
- 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-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- 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 +35 -26
- package/esm2015/lib/igc-numeric-column-component.js +38 -38
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +32 -12
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- 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 +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- 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 +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +37 -34
- package/esm5/lib/CheckboxListView_combined.js +23 -23
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +3989 -3819
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +164 -143
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- 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 +1 -1
- 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/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +20 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +45 -45
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +182 -182
- package/esm5/lib/TextHeaderCellPresenter.js +52 -52
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +94 -81
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +228 -214
- 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-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- 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 +39 -26
- package/esm5/lib/igc-numeric-column-component.js +38 -38
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +40 -12
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- 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 +6274 -6050
- package/fesm5/igniteui-webcomponents-data-grids.js +6134 -5858
- package/lib/ColumnFilterCondition_combined.d.ts +1077 -1053
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-cell-info.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +5 -0
- package/lib/igc-data-grid-component.d.ts +5 -0
- package/lib/igc-numeric-cell-info.d.ts +5 -0
- package/lib/igc-section-header-component.d.ts +10 -0
- package/package.json +4 -4
|
@@ -494,17 +494,17 @@ export declare abstract class CellModel extends Base {
|
|
|
494
494
|
private static d2;
|
|
495
495
|
private static d1;
|
|
496
496
|
private static by;
|
|
497
|
-
static
|
|
497
|
+
static f9(a: string): number;
|
|
498
498
|
s: ICellPresenter;
|
|
499
|
-
static
|
|
499
|
+
static hn: number;
|
|
500
500
|
private t;
|
|
501
501
|
get u(): ModelStates;
|
|
502
502
|
set u(a: ModelStates);
|
|
503
|
-
private
|
|
504
|
-
get
|
|
505
|
-
set
|
|
503
|
+
private im;
|
|
504
|
+
get ld(): string;
|
|
505
|
+
set ld(a: string);
|
|
506
506
|
private k;
|
|
507
|
-
static
|
|
507
|
+
static g8: number;
|
|
508
508
|
get l(): CellPath;
|
|
509
509
|
set l(a: CellPath);
|
|
510
510
|
private al;
|
|
@@ -525,21 +525,21 @@ export declare abstract class CellModel extends Base {
|
|
|
525
525
|
e: IGridInfoRequestor;
|
|
526
526
|
d: ICellModelExportUpdater;
|
|
527
527
|
private an;
|
|
528
|
-
static
|
|
528
|
+
static gi: number;
|
|
529
529
|
get a4(): boolean;
|
|
530
530
|
set a4(a: boolean);
|
|
531
531
|
private b5;
|
|
532
532
|
static fb: number;
|
|
533
533
|
get cr(): number;
|
|
534
534
|
set cr(a: number);
|
|
535
|
-
private
|
|
535
|
+
private mz;
|
|
536
536
|
static e7: number;
|
|
537
|
-
get
|
|
538
|
-
set
|
|
539
|
-
private
|
|
537
|
+
get nn(): Brush;
|
|
538
|
+
set nn(a: Brush);
|
|
539
|
+
private m0;
|
|
540
540
|
static fa: number;
|
|
541
|
-
get
|
|
542
|
-
set
|
|
541
|
+
get no(): Brush;
|
|
542
|
+
set no(a: Brush);
|
|
543
543
|
private dn;
|
|
544
544
|
static fd: number;
|
|
545
545
|
get fc(): number;
|
|
@@ -548,88 +548,88 @@ 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 n7;
|
|
552
552
|
static fn: number;
|
|
553
|
-
get
|
|
554
|
-
set
|
|
555
|
-
static readonly
|
|
553
|
+
get n8(): Rect;
|
|
554
|
+
set n8(a: Rect);
|
|
555
|
+
static readonly go: number;
|
|
556
556
|
private au;
|
|
557
557
|
get bh(): boolean;
|
|
558
558
|
set bh(a: boolean);
|
|
559
559
|
private ax;
|
|
560
|
-
static
|
|
560
|
+
static gq: number;
|
|
561
561
|
get bo(): boolean;
|
|
562
562
|
set bo(a: boolean);
|
|
563
563
|
private ay;
|
|
564
|
-
static
|
|
564
|
+
static gr: number;
|
|
565
565
|
get bp(): boolean;
|
|
566
566
|
set bp(a: boolean);
|
|
567
567
|
private aw;
|
|
568
|
-
static
|
|
568
|
+
static gp: number;
|
|
569
569
|
get bk(): boolean;
|
|
570
570
|
set bk(a: boolean);
|
|
571
571
|
private as;
|
|
572
|
-
static
|
|
572
|
+
static gn: number;
|
|
573
573
|
get bf(): boolean;
|
|
574
574
|
set bf(a: boolean);
|
|
575
575
|
private d0;
|
|
576
|
-
static
|
|
577
|
-
get
|
|
578
|
-
set
|
|
576
|
+
static gh: number;
|
|
577
|
+
get gg(): number;
|
|
578
|
+
set gg(a: number);
|
|
579
579
|
private bv;
|
|
580
580
|
a8(a: string): boolean;
|
|
581
581
|
bc(propertyId_: number): boolean;
|
|
582
582
|
bb(a: string): boolean;
|
|
583
583
|
private dt;
|
|
584
584
|
private a;
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
585
|
+
mc(propertyId_: number): void;
|
|
586
|
+
l9(): void;
|
|
587
|
+
md(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 mk(a: string, b: number, c: any, d: any): void;
|
|
593
593
|
protected bu(a: string): boolean;
|
|
594
|
-
protected
|
|
595
|
-
private
|
|
596
|
-
private md;
|
|
597
|
-
private me;
|
|
594
|
+
protected mn(a: string, b: any, c: any): void;
|
|
595
|
+
private ml;
|
|
598
596
|
private mf;
|
|
599
597
|
private mg;
|
|
600
|
-
private mk;
|
|
601
598
|
private mh;
|
|
602
|
-
private
|
|
603
|
-
|
|
604
|
-
|
|
599
|
+
private mi;
|
|
600
|
+
private mm;
|
|
601
|
+
private mj;
|
|
602
|
+
private nu;
|
|
603
|
+
mp(): void;
|
|
604
|
+
protected mq(): void;
|
|
605
605
|
private bx;
|
|
606
|
-
|
|
606
|
+
ms(a: string, b: any): void;
|
|
607
607
|
a3(a: string): boolean;
|
|
608
|
-
|
|
609
|
-
|
|
608
|
+
mo(a: string): void;
|
|
609
|
+
ig(a: string): any;
|
|
610
610
|
private q;
|
|
611
611
|
get r(): GridLayer;
|
|
612
612
|
set r(a: GridLayer);
|
|
613
|
-
static
|
|
614
|
-
private
|
|
615
|
-
get
|
|
616
|
-
set
|
|
617
|
-
static readonly
|
|
613
|
+
static hd: number;
|
|
614
|
+
private ie;
|
|
615
|
+
get ij(): any;
|
|
616
|
+
set ij(a: any);
|
|
617
|
+
static readonly ia: number;
|
|
618
618
|
private cm;
|
|
619
619
|
get c8(): number;
|
|
620
620
|
set c8(a: number);
|
|
621
|
-
static readonly
|
|
621
|
+
static readonly ib: number;
|
|
622
622
|
private cn;
|
|
623
623
|
get c9(): number;
|
|
624
624
|
set c9(a: number);
|
|
625
|
-
static readonly
|
|
625
|
+
static readonly hi: number;
|
|
626
626
|
private d7;
|
|
627
|
-
get
|
|
628
|
-
set
|
|
629
|
-
static readonly
|
|
627
|
+
get hh(): number;
|
|
628
|
+
set hh(a: number);
|
|
629
|
+
static readonly hk: number;
|
|
630
630
|
private d8;
|
|
631
|
-
get
|
|
632
|
-
set
|
|
631
|
+
get hj(): number;
|
|
632
|
+
set hj(a: number);
|
|
633
633
|
static readonly fw: number;
|
|
634
634
|
private b7;
|
|
635
635
|
get ct(): number;
|
|
@@ -642,7 +642,7 @@ export declare abstract class CellModel extends Base {
|
|
|
642
642
|
private b3;
|
|
643
643
|
get cp(): number;
|
|
644
644
|
set cp(a: number);
|
|
645
|
-
static readonly
|
|
645
|
+
static readonly gy: number;
|
|
646
646
|
private cb;
|
|
647
647
|
get cx(): number;
|
|
648
648
|
set cx(a: number);
|
|
@@ -650,40 +650,40 @@ export declare abstract class CellModel extends Base {
|
|
|
650
650
|
private b4;
|
|
651
651
|
get cq(): number;
|
|
652
652
|
set cq(a: number);
|
|
653
|
-
static readonly
|
|
654
|
-
|
|
653
|
+
static readonly gu: number;
|
|
654
|
+
me(): void;
|
|
655
655
|
private b9;
|
|
656
656
|
get cv(): number;
|
|
657
657
|
set cv(a: number);
|
|
658
|
-
static readonly
|
|
658
|
+
static readonly h3: number;
|
|
659
659
|
private cj;
|
|
660
660
|
get c5(): number;
|
|
661
661
|
set c5(a: number);
|
|
662
|
-
static readonly
|
|
662
|
+
static readonly gv: number;
|
|
663
663
|
private ca;
|
|
664
664
|
get cw(): number;
|
|
665
665
|
set cw(a: number);
|
|
666
|
-
static readonly
|
|
666
|
+
static readonly h4: number;
|
|
667
667
|
private ck;
|
|
668
668
|
get c6(): number;
|
|
669
669
|
set c6(a: number);
|
|
670
|
-
static readonly
|
|
670
|
+
static readonly gb: number;
|
|
671
671
|
private dz;
|
|
672
|
-
get
|
|
673
|
-
set
|
|
674
|
-
static readonly
|
|
672
|
+
get ga(): number;
|
|
673
|
+
set ga(a: number);
|
|
674
|
+
static readonly h9: number;
|
|
675
675
|
private d9;
|
|
676
|
-
get
|
|
677
|
-
set
|
|
678
|
-
static readonly
|
|
676
|
+
get h8(): number;
|
|
677
|
+
set h8(a: number);
|
|
678
|
+
static readonly gs: number;
|
|
679
679
|
private az;
|
|
680
680
|
get br(): boolean;
|
|
681
681
|
set br(a: boolean);
|
|
682
|
-
static readonly
|
|
682
|
+
static readonly gx: number;
|
|
683
683
|
private v;
|
|
684
684
|
get w(): ModelTypes;
|
|
685
685
|
set w(a: ModelTypes);
|
|
686
|
-
static readonly
|
|
686
|
+
static readonly hf: number;
|
|
687
687
|
private cd;
|
|
688
688
|
get cz(): number;
|
|
689
689
|
set cz(a: number);
|
|
@@ -691,110 +691,110 @@ export declare abstract class CellModel extends Base {
|
|
|
691
691
|
private b2;
|
|
692
692
|
get co(): number;
|
|
693
693
|
set co(a: number);
|
|
694
|
-
static readonly
|
|
694
|
+
static readonly ge: number;
|
|
695
695
|
private b8;
|
|
696
696
|
get cu(): number;
|
|
697
697
|
set cu(a: number);
|
|
698
698
|
private av;
|
|
699
699
|
get bi(): boolean;
|
|
700
700
|
set bi(a: boolean);
|
|
701
|
-
static readonly
|
|
701
|
+
static readonly gc: number;
|
|
702
702
|
private f;
|
|
703
703
|
get g(): CellContentHorizontalAlignment;
|
|
704
704
|
set g(a: CellContentHorizontalAlignment);
|
|
705
|
-
static readonly
|
|
705
|
+
static readonly h6: 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 nj(): Brush;
|
|
712
|
-
set nj(a: Brush);
|
|
713
|
-
static readonly fi: number;
|
|
714
|
-
private mz;
|
|
710
|
+
private my;
|
|
715
711
|
get nm(): Brush;
|
|
716
712
|
set nm(a: Brush);
|
|
713
|
+
static readonly fi: number;
|
|
714
|
+
private m1;
|
|
715
|
+
get np(): Brush;
|
|
716
|
+
set np(a: Brush);
|
|
717
717
|
static readonly ek: number;
|
|
718
|
-
private
|
|
719
|
-
get
|
|
720
|
-
set
|
|
718
|
+
private mv;
|
|
719
|
+
get nj(): Brush;
|
|
720
|
+
set nj(a: Brush);
|
|
721
721
|
static readonly ep: number;
|
|
722
|
-
private
|
|
723
|
-
get
|
|
724
|
-
set
|
|
722
|
+
private mw;
|
|
723
|
+
get nk(): Brush;
|
|
724
|
+
set nk(a: Brush);
|
|
725
725
|
static readonly ee: number;
|
|
726
|
-
private
|
|
727
|
-
get
|
|
728
|
-
set
|
|
726
|
+
private mu;
|
|
727
|
+
get ni(): Brush;
|
|
728
|
+
set ni(a: Brush);
|
|
729
729
|
static readonly f1: number;
|
|
730
|
-
private
|
|
731
|
-
get
|
|
732
|
-
set
|
|
733
|
-
static readonly
|
|
734
|
-
private
|
|
730
|
+
private m3;
|
|
731
|
+
get nr(): Brush;
|
|
732
|
+
set nr(a: Brush);
|
|
733
|
+
static readonly he: number;
|
|
734
|
+
private na;
|
|
735
|
+
get nz(): Brush;
|
|
736
|
+
set nz(a: Brush);
|
|
737
|
+
static readonly hg: number;
|
|
738
|
+
private nb;
|
|
739
|
+
get n0(): Brush;
|
|
740
|
+
set n0(a: Brush);
|
|
741
|
+
static readonly gd: number;
|
|
742
|
+
private m6;
|
|
735
743
|
get nv(): Brush;
|
|
736
744
|
set nv(a: Brush);
|
|
737
|
-
static readonly
|
|
738
|
-
private
|
|
745
|
+
static readonly gf: number;
|
|
746
|
+
private m7;
|
|
739
747
|
get nw(): Brush;
|
|
740
748
|
set nw(a: Brush);
|
|
741
|
-
static readonly
|
|
742
|
-
private
|
|
743
|
-
get
|
|
744
|
-
set
|
|
745
|
-
static readonly
|
|
746
|
-
private
|
|
747
|
-
get
|
|
748
|
-
set
|
|
749
|
-
static readonly
|
|
749
|
+
static readonly hm: number;
|
|
750
|
+
private nc;
|
|
751
|
+
get n1(): Brush;
|
|
752
|
+
set n1(a: Brush);
|
|
753
|
+
static readonly ho: number;
|
|
754
|
+
private nd;
|
|
755
|
+
get n2(): Brush;
|
|
756
|
+
set n2(a: Brush);
|
|
757
|
+
static readonly ha: number;
|
|
750
758
|
private m9;
|
|
751
|
-
get nx(): Brush;
|
|
752
|
-
set nx(a: Brush);
|
|
753
|
-
static readonly hn: number;
|
|
754
|
-
private na;
|
|
755
759
|
get ny(): Brush;
|
|
756
760
|
set ny(a: Brush);
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
get
|
|
760
|
-
set
|
|
761
|
+
private m8;
|
|
762
|
+
static readonly gt: number;
|
|
763
|
+
get nx(): Brush;
|
|
764
|
+
set nx(a: Brush);
|
|
761
765
|
private m5;
|
|
762
|
-
static readonly
|
|
766
|
+
static readonly f7: number;
|
|
763
767
|
get nt(): Brush;
|
|
764
768
|
set nt(a: Brush);
|
|
765
|
-
|
|
766
|
-
static readonly f6: number;
|
|
767
|
-
get np(): Brush;
|
|
768
|
-
set np(a: Brush);
|
|
769
|
-
static readonly ha: number;
|
|
769
|
+
static readonly hb: number;
|
|
770
770
|
private cc;
|
|
771
771
|
get cy(): number;
|
|
772
772
|
set cy(a: number);
|
|
773
|
-
static readonly
|
|
774
|
-
private
|
|
775
|
-
get
|
|
776
|
-
set
|
|
777
|
-
static readonly
|
|
778
|
-
private
|
|
779
|
-
get
|
|
780
|
-
set
|
|
781
|
-
static readonly
|
|
782
|
-
private
|
|
783
|
-
get
|
|
784
|
-
set
|
|
785
|
-
static readonly
|
|
786
|
-
private
|
|
787
|
-
get
|
|
788
|
-
set
|
|
773
|
+
static readonly gz: number;
|
|
774
|
+
private id;
|
|
775
|
+
get ii(): any;
|
|
776
|
+
set ii(a: any);
|
|
777
|
+
static readonly hc: number;
|
|
778
|
+
private il;
|
|
779
|
+
get k1(): string;
|
|
780
|
+
set k1(a: string);
|
|
781
|
+
static readonly h5: number;
|
|
782
|
+
private ir;
|
|
783
|
+
get ly(): string;
|
|
784
|
+
set ly(a: string);
|
|
785
|
+
static readonly h1: number;
|
|
786
|
+
private nh;
|
|
787
|
+
get n6(): Brush;
|
|
788
|
+
set n6(a: Brush);
|
|
789
789
|
static readonly e5: number;
|
|
790
|
-
private
|
|
791
|
-
get
|
|
792
|
-
set
|
|
790
|
+
private mx;
|
|
791
|
+
get nl(): Brush;
|
|
792
|
+
set nl(a: Brush);
|
|
793
793
|
static readonly fr: number;
|
|
794
|
-
private
|
|
795
|
-
get
|
|
796
|
-
set
|
|
797
|
-
static readonly
|
|
794
|
+
private m2;
|
|
795
|
+
get nq(): Brush;
|
|
796
|
+
set nq(a: Brush);
|
|
797
|
+
static readonly f8: number;
|
|
798
798
|
private af;
|
|
799
799
|
get aj(): FontInfo;
|
|
800
800
|
set aj(a: FontInfo);
|
|
@@ -802,82 +802,82 @@ export declare abstract class CellModel extends Base {
|
|
|
802
802
|
private ad;
|
|
803
803
|
get ah(): FontInfo;
|
|
804
804
|
set ah(a: FontInfo);
|
|
805
|
-
static readonly
|
|
806
|
-
private
|
|
807
|
-
get
|
|
808
|
-
set
|
|
809
|
-
static readonly hx: number;
|
|
810
|
-
private nd;
|
|
811
|
-
get n1(): Brush;
|
|
812
|
-
set n1(a: Brush);
|
|
805
|
+
static readonly h0: number;
|
|
806
|
+
private iq;
|
|
807
|
+
get lp(): string;
|
|
808
|
+
set lp(a: string);
|
|
813
809
|
static readonly hy: number;
|
|
810
|
+
private ng;
|
|
811
|
+
get n5(): Brush;
|
|
812
|
+
set n5(a: Brush);
|
|
813
|
+
static readonly hz: number;
|
|
814
814
|
private ag;
|
|
815
815
|
get ak(): FontInfo;
|
|
816
816
|
set ak(a: FontInfo);
|
|
817
|
-
static readonly hq: number;
|
|
818
|
-
private io;
|
|
819
|
-
get lf(): string;
|
|
820
|
-
set lf(a: string);
|
|
821
|
-
static readonly ho: number;
|
|
822
|
-
private im;
|
|
823
|
-
get lc(): string;
|
|
824
|
-
set lc(a: string);
|
|
825
817
|
static readonly hr: number;
|
|
826
|
-
private
|
|
827
|
-
get
|
|
828
|
-
set
|
|
818
|
+
private ip;
|
|
819
|
+
get lh(): string;
|
|
820
|
+
set lh(a: string);
|
|
829
821
|
static readonly hp: number;
|
|
830
|
-
private
|
|
831
|
-
get
|
|
832
|
-
set
|
|
833
|
-
static readonly
|
|
822
|
+
private io;
|
|
823
|
+
get le(): string;
|
|
824
|
+
set le(a: string);
|
|
825
|
+
static readonly hs: number;
|
|
826
|
+
private nf;
|
|
827
|
+
get n4(): Brush;
|
|
828
|
+
set n4(a: Brush);
|
|
829
|
+
static readonly hq: number;
|
|
830
|
+
private ne;
|
|
831
|
+
get n3(): Brush;
|
|
832
|
+
set n3(a: Brush);
|
|
833
|
+
static readonly hu: number;
|
|
834
834
|
private cf;
|
|
835
835
|
get c1(): number;
|
|
836
836
|
set c1(a: number);
|
|
837
|
-
static readonly
|
|
837
|
+
static readonly hv: number;
|
|
838
838
|
private cg;
|
|
839
839
|
get c2(): number;
|
|
840
840
|
set c2(a: number);
|
|
841
|
-
static readonly
|
|
841
|
+
static readonly hw: number;
|
|
842
842
|
private ch;
|
|
843
843
|
get c3(): number;
|
|
844
844
|
set c3(a: number);
|
|
845
|
-
static readonly
|
|
845
|
+
static readonly ht: number;
|
|
846
846
|
private ce;
|
|
847
847
|
get c0(): number;
|
|
848
848
|
set c0(a: number);
|
|
849
|
-
static readonly
|
|
849
|
+
static readonly hx: number;
|
|
850
850
|
private ci;
|
|
851
851
|
get c4(): number;
|
|
852
852
|
set c4(a: number);
|
|
853
|
-
static readonly
|
|
853
|
+
static readonly h2: number;
|
|
854
854
|
private z;
|
|
855
855
|
get aa(): TextCellDecoration;
|
|
856
856
|
set aa(a: TextCellDecoration);
|
|
857
|
-
static readonly
|
|
857
|
+
static readonly gw: number;
|
|
858
858
|
private ab;
|
|
859
859
|
get ac(): TextCellLineBreakMode;
|
|
860
860
|
set ac(a: TextCellLineBreakMode);
|
|
861
|
-
static readonly
|
|
861
|
+
static readonly h7: number;
|
|
862
862
|
private cl;
|
|
863
863
|
get c7(): number;
|
|
864
864
|
set c7(a: number);
|
|
865
|
-
static readonly
|
|
865
|
+
static readonly g3: number;
|
|
866
866
|
private d4;
|
|
867
|
-
get
|
|
868
|
-
set
|
|
869
|
-
static readonly
|
|
867
|
+
get g2(): number;
|
|
868
|
+
set g2(a: number);
|
|
869
|
+
static readonly g7: number;
|
|
870
870
|
private d6;
|
|
871
|
-
get
|
|
872
|
-
set
|
|
873
|
-
static readonly
|
|
871
|
+
get g6(): number;
|
|
872
|
+
set g6(a: number);
|
|
873
|
+
static readonly g5: number;
|
|
874
874
|
private d5;
|
|
875
|
-
get
|
|
876
|
-
set
|
|
877
|
-
static readonly
|
|
875
|
+
get g4(): number;
|
|
876
|
+
set g4(a: number);
|
|
877
|
+
static readonly g1: number;
|
|
878
878
|
private d3;
|
|
879
|
-
get
|
|
880
|
-
set
|
|
879
|
+
get g0(): number;
|
|
880
|
+
set g0(a: number);
|
|
881
881
|
static readonly e0: number;
|
|
882
882
|
private dj;
|
|
883
883
|
get ez(): number;
|
|
@@ -958,19 +958,23 @@ export declare abstract class CellModel extends Base {
|
|
|
958
958
|
private de;
|
|
959
959
|
get el(): number;
|
|
960
960
|
set el(a: number);
|
|
961
|
-
static readonly
|
|
961
|
+
static readonly hl: number;
|
|
962
962
|
private m;
|
|
963
963
|
get n(): ColumnSortDirection;
|
|
964
964
|
set n(a: ColumnSortDirection);
|
|
965
|
-
static readonly
|
|
965
|
+
static readonly gm: number;
|
|
966
966
|
private ar;
|
|
967
967
|
get be(): boolean;
|
|
968
968
|
set be(a: boolean);
|
|
969
|
-
static readonly
|
|
969
|
+
static readonly gj: number;
|
|
970
970
|
private ao;
|
|
971
971
|
get a6(): boolean;
|
|
972
972
|
set a6(a: boolean);
|
|
973
|
-
static readonly
|
|
973
|
+
static readonly f6: number;
|
|
974
|
+
private m4;
|
|
975
|
+
get ns(): Brush;
|
|
976
|
+
set ns(a: Brush);
|
|
977
|
+
static readonly g9: number;
|
|
974
978
|
private x;
|
|
975
979
|
get y(): PinnedPositions;
|
|
976
980
|
set y(a: PinnedPositions);
|
|
@@ -978,18 +982,18 @@ export declare abstract class CellModel extends Base {
|
|
|
978
982
|
private ae;
|
|
979
983
|
get ai(): FontInfo;
|
|
980
984
|
set ai(a: FontInfo);
|
|
981
|
-
static readonly
|
|
985
|
+
static readonly gl: number;
|
|
982
986
|
private aq;
|
|
983
987
|
get bd(): boolean;
|
|
984
988
|
set bd(a: boolean);
|
|
985
|
-
static readonly
|
|
989
|
+
static readonly gk: number;
|
|
986
990
|
private ap;
|
|
987
991
|
get ba(): boolean;
|
|
988
992
|
set ba(a: boolean);
|
|
989
993
|
static readonly ft: number;
|
|
990
|
-
private
|
|
991
|
-
get
|
|
992
|
-
set
|
|
994
|
+
private ik;
|
|
995
|
+
get js(): string;
|
|
996
|
+
set js(a: string);
|
|
993
997
|
bj: boolean;
|
|
994
998
|
private du;
|
|
995
999
|
get fv(): number;
|
|
@@ -997,24 +1001,24 @@ export declare abstract class CellModel extends Base {
|
|
|
997
1001
|
private at;
|
|
998
1002
|
get bg(): boolean;
|
|
999
1003
|
set bg(a: boolean);
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
protected
|
|
1004
|
+
ic: number;
|
|
1005
|
+
l7(): void;
|
|
1006
|
+
protected l8(): void;
|
|
1003
1007
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
1004
1008
|
b(a: CellModelExport): CellModelExport;
|
|
1005
1009
|
private static bz;
|
|
1006
|
-
protected
|
|
1010
|
+
protected mb(): void;
|
|
1007
1011
|
private static bw;
|
|
1008
1012
|
private b0;
|
|
1009
|
-
protected
|
|
1010
|
-
|
|
1013
|
+
protected ma(): void;
|
|
1014
|
+
l5(a: string): Type;
|
|
1015
|
+
mt(a: string, b: any): void;
|
|
1016
|
+
ih(a: string): any;
|
|
1011
1017
|
mr(a: string, b: any): void;
|
|
1012
|
-
ig(a: string): any;
|
|
1013
|
-
mp(a: string, b: any): void;
|
|
1014
1018
|
cellReconciling: (model: CellModel) => void;
|
|
1015
1019
|
bq(a: DataSourceRowType): boolean;
|
|
1016
|
-
|
|
1017
|
-
|
|
1020
|
+
j4(): string;
|
|
1021
|
+
l6(a: List$1<GridConditionalStyle>): void;
|
|
1018
1022
|
}
|
|
1019
1023
|
/**
|
|
1020
1024
|
* @hidden
|
|
@@ -1022,42 +1026,42 @@ export declare abstract class CellModel extends Base {
|
|
|
1022
1026
|
export declare class DateTimeCellModel extends CellModel {
|
|
1023
1027
|
static $t: Type;
|
|
1024
1028
|
constructor();
|
|
1025
|
-
static readonly oh: number;
|
|
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;
|
|
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
1029
|
static readonly ol: number;
|
|
1050
|
-
private
|
|
1051
|
-
get
|
|
1052
|
-
set
|
|
1030
|
+
private oi;
|
|
1031
|
+
get oj(): Date;
|
|
1032
|
+
set oj(a: Date);
|
|
1033
|
+
static readonly oo: number;
|
|
1034
|
+
private ou;
|
|
1035
|
+
get o0(): string;
|
|
1036
|
+
set o0(a: string);
|
|
1037
|
+
static readonly on: number;
|
|
1038
|
+
private n9;
|
|
1039
|
+
get oa(): any[];
|
|
1040
|
+
set oa(a: any[]);
|
|
1041
|
+
ob: BindingFormatter;
|
|
1042
|
+
private os;
|
|
1053
1043
|
static readonly om: number;
|
|
1044
|
+
private _formatOverride;
|
|
1045
|
+
get ot(): any;
|
|
1046
|
+
set ot(a: any);
|
|
1047
|
+
static readonly ok: number;
|
|
1048
|
+
private oe;
|
|
1049
|
+
get of(): DateTimeFormats;
|
|
1050
|
+
set of(a: DateTimeFormats);
|
|
1051
|
+
ox(a: Date): string;
|
|
1052
|
+
j4(): string;
|
|
1053
|
+
static readonly op: number;
|
|
1054
1054
|
private oc;
|
|
1055
|
-
get od():
|
|
1056
|
-
set od(a:
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1055
|
+
get od(): DateTimeColumnValueFormatter;
|
|
1056
|
+
set od(a: DateTimeColumnValueFormatter);
|
|
1057
|
+
static readonly oq: number;
|
|
1058
|
+
private og;
|
|
1059
|
+
get oh(): boolean;
|
|
1060
|
+
set oh(a: boolean);
|
|
1061
|
+
protected mn(a: string, b: any, c: any): void;
|
|
1062
|
+
mt(a: string, b: any): void;
|
|
1063
|
+
l5(a: string): Type;
|
|
1064
|
+
ih(a: string): any;
|
|
1061
1065
|
b(a: CellModelExport): CellModelExport;
|
|
1062
1066
|
}
|
|
1063
1067
|
/**
|
|
@@ -1066,102 +1070,102 @@ export declare class DateTimeCellModel extends CellModel {
|
|
|
1066
1070
|
export declare class EditorCellModel extends CellModel {
|
|
1067
1071
|
static $t: Type;
|
|
1068
1072
|
constructor();
|
|
1069
|
-
private
|
|
1070
|
-
private
|
|
1071
|
-
private
|
|
1072
|
-
static
|
|
1073
|
-
get
|
|
1074
|
-
private
|
|
1075
|
-
static
|
|
1076
|
-
get
|
|
1077
|
-
set
|
|
1078
|
-
private n7;
|
|
1079
|
-
static ol: number;
|
|
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;
|
|
1073
|
+
private oo;
|
|
1074
|
+
private on;
|
|
1075
|
+
private oi;
|
|
1076
|
+
static oy: number;
|
|
1077
|
+
get ol(): boolean;
|
|
1078
|
+
private od;
|
|
1079
|
+
static ov: number;
|
|
1080
|
+
get oe(): CellModel;
|
|
1081
|
+
set oe(a: CellModel);
|
|
1087
1082
|
private ob;
|
|
1088
1083
|
static op: number;
|
|
1089
|
-
get oc():
|
|
1090
|
-
set oc(a:
|
|
1091
|
-
private
|
|
1092
|
-
static
|
|
1093
|
-
get
|
|
1094
|
-
set
|
|
1084
|
+
get oc(): DataSourceSchemaPropertyType;
|
|
1085
|
+
set oc(a: DataSourceSchemaPropertyType);
|
|
1086
|
+
private o7;
|
|
1087
|
+
static ow: number;
|
|
1088
|
+
get ph(): string;
|
|
1089
|
+
set ph(a: string);
|
|
1090
|
+
o4: any;
|
|
1091
|
+
private of;
|
|
1092
|
+
static ot: number;
|
|
1093
|
+
get og(): EditorType;
|
|
1094
|
+
set og(a: EditorType);
|
|
1095
1095
|
private o2;
|
|
1096
|
-
static
|
|
1097
|
-
get
|
|
1098
|
-
set
|
|
1099
|
-
private
|
|
1096
|
+
static or: number;
|
|
1097
|
+
get o3(): any;
|
|
1098
|
+
set o3(a: any);
|
|
1099
|
+
private o6;
|
|
1100
|
+
static os: number;
|
|
1101
|
+
get pc(): string;
|
|
1102
|
+
set pc(a: string);
|
|
1103
|
+
private n9;
|
|
1104
|
+
static ou: number;
|
|
1105
|
+
get oa(): string[];
|
|
1106
|
+
set oa(a: string[]);
|
|
1107
|
+
static ox: number;
|
|
1108
|
+
private oh;
|
|
1109
|
+
get ok(): boolean;
|
|
1110
|
+
set ok(a: boolean);
|
|
1100
1111
|
static oq: number;
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
get
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
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;
|
|
1112
|
+
private o5;
|
|
1113
|
+
get o9(): string;
|
|
1114
|
+
set o9(a: string);
|
|
1115
|
+
static readonly oz: number;
|
|
1116
|
+
private oj;
|
|
1117
|
+
get om(): boolean;
|
|
1118
|
+
set om(a: boolean);
|
|
1119
|
+
get o1(): number;
|
|
1120
|
+
get o0(): number;
|
|
1121
|
+
protected mq(): void;
|
|
1122
|
+
protected mn(a: string, b: any, c: any): void;
|
|
1123
|
+
l5(a: string): Type;
|
|
1124
|
+
mt(a: string, b: any): void;
|
|
1125
|
+
ih(a: string): any;
|
|
1122
1126
|
b(a: CellModelExport): CellModelExport;
|
|
1123
|
-
private
|
|
1127
|
+
private pm;
|
|
1124
1128
|
}
|
|
1125
1129
|
/**
|
|
1126
1130
|
* @hidden
|
|
1127
1131
|
*/
|
|
1128
1132
|
export declare class FilterCellModel extends CellModel {
|
|
1129
1133
|
static $t: Type;
|
|
1130
|
-
static readonly
|
|
1131
|
-
private n9;
|
|
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;
|
|
1139
|
-
private ob;
|
|
1140
|
-
get oc(): IFilterExpression;
|
|
1141
|
-
set oc(a: IFilterExpression);
|
|
1142
|
-
static readonly op: number;
|
|
1134
|
+
static readonly or: number;
|
|
1143
1135
|
private od;
|
|
1144
|
-
get oe():
|
|
1145
|
-
set oe(a:
|
|
1146
|
-
static
|
|
1136
|
+
get oe(): DataSourceSchemaPropertyType;
|
|
1137
|
+
set oe(a: DataSourceSchemaPropertyType);
|
|
1138
|
+
static readonly ou: number;
|
|
1139
|
+
private ob;
|
|
1140
|
+
get oc(): ColumnFilterCondition;
|
|
1141
|
+
set oc(a: ColumnFilterCondition);
|
|
1142
|
+
static readonly os: number;
|
|
1147
1143
|
private of;
|
|
1148
|
-
get og():
|
|
1149
|
-
set og(a:
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1144
|
+
get og(): IFilterExpression;
|
|
1145
|
+
set og(a: IFilterExpression);
|
|
1146
|
+
static readonly ot: number;
|
|
1147
|
+
private oh;
|
|
1148
|
+
get oi(): GridFilterOperandsCollection;
|
|
1149
|
+
set oi(a: GridFilterOperandsCollection);
|
|
1150
|
+
static ov: number;
|
|
1151
|
+
private oj;
|
|
1152
|
+
get ok(): boolean;
|
|
1153
|
+
set ok(a: boolean);
|
|
1154
|
+
private n9;
|
|
1155
|
+
get oa(): ColumnComparisonConditionOperatorType;
|
|
1156
|
+
set oa(a: ColumnComparisonConditionOperatorType);
|
|
1157
|
+
ow: any;
|
|
1158
|
+
oq: number;
|
|
1159
|
+
op: number;
|
|
1160
|
+
oo: number;
|
|
1161
|
+
on: number;
|
|
1154
1162
|
om: number;
|
|
1155
1163
|
ol: number;
|
|
1156
|
-
ok: number;
|
|
1157
|
-
oj: number;
|
|
1158
|
-
oi: number;
|
|
1159
|
-
oh: number;
|
|
1160
1164
|
constructor();
|
|
1165
|
+
mt(a: string, b: any): void;
|
|
1166
|
+
l5(a: string): Type;
|
|
1167
|
+
ih(a: string): any;
|
|
1161
1168
|
mr(a: string, b: any): void;
|
|
1162
|
-
l3(a: string): Type;
|
|
1163
|
-
ig(a: string): any;
|
|
1164
|
-
mp(a: string, b: any): void;
|
|
1165
1169
|
b(a: CellModelExport): CellModelExport;
|
|
1166
1170
|
}
|
|
1167
1171
|
/**
|
|
@@ -1177,22 +1181,22 @@ export declare class EditorRowCellModel extends CellModel {
|
|
|
1177
1181
|
export declare class SummaryCellModel extends CellModel {
|
|
1178
1182
|
static $t: Type;
|
|
1179
1183
|
constructor();
|
|
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
|
|
1192
|
-
static readonly
|
|
1193
|
-
private
|
|
1194
|
-
get
|
|
1195
|
-
set
|
|
1184
|
+
static readonly ob: number;
|
|
1185
|
+
private of;
|
|
1186
|
+
get oh(): string;
|
|
1187
|
+
set oh(a: string);
|
|
1188
|
+
static readonly oc: number;
|
|
1189
|
+
private og;
|
|
1190
|
+
get oj(): string;
|
|
1191
|
+
set oj(a: string);
|
|
1192
|
+
static readonly oe: number;
|
|
1193
|
+
private on;
|
|
1194
|
+
get oo(): Brush;
|
|
1195
|
+
set oo(a: Brush);
|
|
1196
|
+
static readonly od: number;
|
|
1197
|
+
private n9;
|
|
1198
|
+
get oa(): FontInfo;
|
|
1199
|
+
set oa(a: FontInfo);
|
|
1196
1200
|
b(a: CellModelExport): CellModelExport;
|
|
1197
1201
|
bq(a: DataSourceRowType): boolean;
|
|
1198
1202
|
}
|
|
@@ -1209,22 +1213,22 @@ export declare class VerticalSeparatorCellModel extends CellModel {
|
|
|
1209
1213
|
export declare class ImageCellModel extends CellModel {
|
|
1210
1214
|
static $t: Type;
|
|
1211
1215
|
constructor();
|
|
1212
|
-
static readonly
|
|
1213
|
-
private
|
|
1214
|
-
get
|
|
1215
|
-
set
|
|
1216
|
-
static readonly
|
|
1217
|
-
private
|
|
1218
|
-
get
|
|
1219
|
-
set
|
|
1220
|
-
static readonly
|
|
1221
|
-
private
|
|
1222
|
-
get
|
|
1223
|
-
set
|
|
1216
|
+
static readonly od: number;
|
|
1217
|
+
private og;
|
|
1218
|
+
get oh(): string;
|
|
1219
|
+
set oh(a: string);
|
|
1220
|
+
static readonly of: number;
|
|
1221
|
+
private ob;
|
|
1222
|
+
get oc(): ImageStretchOptions;
|
|
1223
|
+
set oc(a: ImageStretchOptions);
|
|
1224
|
+
static readonly oe: number;
|
|
1225
|
+
private n9;
|
|
1226
|
+
get oa(): ImageResourceType;
|
|
1227
|
+
set oa(a: ImageResourceType);
|
|
1224
1228
|
b(a: CellModelExport): CellModelExport;
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1229
|
+
mt(a: string, b: any): void;
|
|
1230
|
+
l5(a: string): Type;
|
|
1231
|
+
ih(a: string): any;
|
|
1228
1232
|
}
|
|
1229
1233
|
/**
|
|
1230
1234
|
* @hidden
|
|
@@ -1232,67 +1236,71 @@ export declare class ImageCellModel extends CellModel {
|
|
|
1232
1236
|
export declare class NumericCellModel extends CellModel {
|
|
1233
1237
|
static $t: Type;
|
|
1234
1238
|
constructor();
|
|
1235
|
-
static readonly
|
|
1236
|
-
private
|
|
1237
|
-
get
|
|
1238
|
-
set
|
|
1239
|
-
static readonly ol: number;
|
|
1240
|
-
private n8;
|
|
1241
|
-
get oa(): boolean;
|
|
1242
|
-
set oa(a: boolean);
|
|
1243
|
-
static readonly ok: number;
|
|
1244
|
-
private o1;
|
|
1245
|
-
get o8(): string;
|
|
1246
|
-
set o8(a: string);
|
|
1247
|
-
static readonly oj: number;
|
|
1248
|
-
private n5;
|
|
1249
|
-
get n6(): any[];
|
|
1250
|
-
set n6(a: any[]);
|
|
1251
|
-
n7: BindingFormatter;
|
|
1252
|
-
private oz;
|
|
1253
|
-
static readonly oi: number;
|
|
1254
|
-
private _formatOverride;
|
|
1255
|
-
get o0(): any;
|
|
1256
|
-
set o0(a: any);
|
|
1257
|
-
static readonly os: number;
|
|
1258
|
-
private o2;
|
|
1259
|
-
get pe(): string;
|
|
1260
|
-
set pe(a: string);
|
|
1261
|
-
static readonly ov: number;
|
|
1262
|
-
private o4;
|
|
1263
|
-
get pj(): string;
|
|
1264
|
-
set pj(a: string);
|
|
1265
|
-
static readonly ot: number;
|
|
1266
|
-
private o3;
|
|
1267
|
-
get pg(): string;
|
|
1268
|
-
set pg(a: string);
|
|
1269
|
-
static readonly ow: number;
|
|
1270
|
-
private o5;
|
|
1271
|
-
get pl(): string;
|
|
1272
|
-
set pl(a: string);
|
|
1273
|
-
static readonly on: number;
|
|
1274
|
-
private of;
|
|
1275
|
-
get om(): number;
|
|
1276
|
-
set om(a: number);
|
|
1277
|
-
static readonly op: number;
|
|
1278
|
-
private og;
|
|
1279
|
-
get oo(): number;
|
|
1280
|
-
set oo(a: number);
|
|
1239
|
+
static readonly o1: number;
|
|
1240
|
+
private oj;
|
|
1241
|
+
get ok(): number;
|
|
1242
|
+
set ok(a: number);
|
|
1281
1243
|
static readonly or: number;
|
|
1282
|
-
private
|
|
1283
|
-
get
|
|
1284
|
-
set
|
|
1285
|
-
static readonly
|
|
1244
|
+
private oc;
|
|
1245
|
+
get of(): boolean;
|
|
1246
|
+
set of(a: boolean);
|
|
1247
|
+
static readonly oq: number;
|
|
1248
|
+
private o8;
|
|
1249
|
+
get pf(): string;
|
|
1250
|
+
set pf(a: string);
|
|
1251
|
+
static readonly op: number;
|
|
1286
1252
|
private n9;
|
|
1287
|
-
get
|
|
1288
|
-
set
|
|
1289
|
-
ob
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1253
|
+
get oa(): any[];
|
|
1254
|
+
set oa(a: any[]);
|
|
1255
|
+
ob: BindingFormatter;
|
|
1256
|
+
private o6;
|
|
1257
|
+
static readonly oo: number;
|
|
1258
|
+
private _formatOverride;
|
|
1259
|
+
get o7(): any;
|
|
1260
|
+
set o7(a: any);
|
|
1261
|
+
static readonly oz: number;
|
|
1262
|
+
private o9;
|
|
1263
|
+
get pm(): string;
|
|
1264
|
+
set pm(a: string);
|
|
1265
|
+
static readonly o2: number;
|
|
1266
|
+
private pb;
|
|
1267
|
+
get pr(): string;
|
|
1268
|
+
set pr(a: string);
|
|
1269
|
+
static readonly o0: number;
|
|
1270
|
+
private pa;
|
|
1271
|
+
get po(): string;
|
|
1272
|
+
set po(a: string);
|
|
1273
|
+
static readonly o3: number;
|
|
1274
|
+
private pc;
|
|
1275
|
+
get pt(): string;
|
|
1276
|
+
set pt(a: string);
|
|
1277
|
+
static readonly ou: number;
|
|
1278
|
+
private ol;
|
|
1279
|
+
get ot(): number;
|
|
1280
|
+
set ot(a: number);
|
|
1281
|
+
static readonly ow: number;
|
|
1282
|
+
private om;
|
|
1283
|
+
get ov(): number;
|
|
1284
|
+
set ov(a: number);
|
|
1285
|
+
static readonly oy: number;
|
|
1286
|
+
private on;
|
|
1287
|
+
get ox(): number;
|
|
1288
|
+
set ox(a: number);
|
|
1289
|
+
static readonly o4: number;
|
|
1290
|
+
private oe;
|
|
1291
|
+
get oi(): boolean;
|
|
1292
|
+
set oi(a: boolean);
|
|
1293
|
+
static readonly os: number;
|
|
1294
|
+
private od;
|
|
1295
|
+
get oh(): boolean;
|
|
1296
|
+
set oh(a: boolean);
|
|
1297
|
+
og(): boolean;
|
|
1298
|
+
protected mn(a: string, b: any, c: any): void;
|
|
1299
|
+
mt(a: string, b: any): void;
|
|
1300
|
+
l5(a: string): Type;
|
|
1301
|
+
ih(a: string): any;
|
|
1294
1302
|
b(a: CellModelExport): CellModelExport;
|
|
1295
|
-
|
|
1303
|
+
j4(): string;
|
|
1296
1304
|
}
|
|
1297
1305
|
/**
|
|
1298
1306
|
* @hidden
|
|
@@ -1308,29 +1316,29 @@ export declare class RowSeparatorModel extends CellModel {
|
|
|
1308
1316
|
export declare class SectionHeaderCellModel extends CellModel {
|
|
1309
1317
|
static $t: Type;
|
|
1310
1318
|
constructor();
|
|
1311
|
-
static readonly ob: number;
|
|
1312
|
-
private n5;
|
|
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
1319
|
static readonly of: number;
|
|
1328
1320
|
private n9;
|
|
1329
|
-
get
|
|
1330
|
-
set
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1321
|
+
get ob(): GroupData[];
|
|
1322
|
+
set ob(a: GroupData[]);
|
|
1323
|
+
static readonly oi: number;
|
|
1324
|
+
private oa;
|
|
1325
|
+
get oc(): SummaryData[];
|
|
1326
|
+
set oc(a: SummaryData[]);
|
|
1327
|
+
static readonly oh: number;
|
|
1328
|
+
private ol;
|
|
1329
|
+
get op(): string;
|
|
1330
|
+
set op(a: string);
|
|
1331
|
+
static readonly og: number;
|
|
1332
|
+
private ok;
|
|
1333
|
+
get on(): string;
|
|
1334
|
+
set on(a: string);
|
|
1335
|
+
static readonly oj: number;
|
|
1336
|
+
private od;
|
|
1337
|
+
get oe(): GroupSummaryDisplayMode;
|
|
1338
|
+
set oe(a: GroupSummaryDisplayMode);
|
|
1339
|
+
mt(a: string, b: any): void;
|
|
1340
|
+
l5(a: string): Type;
|
|
1341
|
+
ih(a: string): any;
|
|
1334
1342
|
b(a: CellModelExport): CellModelExport;
|
|
1335
1343
|
bq(a: DataSourceRowType): boolean;
|
|
1336
1344
|
}
|
|
@@ -1340,13 +1348,13 @@ export declare class SectionHeaderCellModel extends CellModel {
|
|
|
1340
1348
|
export declare class TemplateCellModel extends CellModel {
|
|
1341
1349
|
static $t: Type;
|
|
1342
1350
|
constructor();
|
|
1343
|
-
static readonly
|
|
1344
|
-
private
|
|
1345
|
-
get
|
|
1346
|
-
set
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1351
|
+
static readonly n9: number;
|
|
1352
|
+
private oa;
|
|
1353
|
+
get ob(): any;
|
|
1354
|
+
set ob(a: any);
|
|
1355
|
+
mt(a: string, b: any): void;
|
|
1356
|
+
l5(a: string): Type;
|
|
1357
|
+
ih(a: string): any;
|
|
1350
1358
|
b(a: CellModelExport): CellModelExport;
|
|
1351
1359
|
}
|
|
1352
1360
|
/**
|
|
@@ -1355,15 +1363,15 @@ export declare class TemplateCellModel extends CellModel {
|
|
|
1355
1363
|
export declare class TextCellModel extends CellModel {
|
|
1356
1364
|
static $t: Type;
|
|
1357
1365
|
constructor();
|
|
1358
|
-
static readonly
|
|
1359
|
-
private
|
|
1360
|
-
get
|
|
1361
|
-
set
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1366
|
+
static readonly n9: number;
|
|
1367
|
+
private oa;
|
|
1368
|
+
get ob(): string;
|
|
1369
|
+
set ob(a: string);
|
|
1370
|
+
mt(a: string, b: any): void;
|
|
1371
|
+
l5(a: string): Type;
|
|
1372
|
+
ih(a: string): any;
|
|
1365
1373
|
b(a: CellModelExport): CellModelExport;
|
|
1366
|
-
|
|
1374
|
+
j4(): string;
|
|
1367
1375
|
}
|
|
1368
1376
|
/**
|
|
1369
1377
|
* @hidden
|
|
@@ -1371,81 +1379,81 @@ export declare class TextCellModel extends CellModel {
|
|
|
1371
1379
|
export declare class TextHeaderCellModel extends TextCellModel {
|
|
1372
1380
|
static $t: Type;
|
|
1373
1381
|
constructor();
|
|
1374
|
-
static readonly
|
|
1375
|
-
private
|
|
1376
|
-
get
|
|
1377
|
-
set
|
|
1378
|
-
static readonly
|
|
1382
|
+
static readonly o9: number;
|
|
1383
|
+
private op;
|
|
1384
|
+
get oq(): boolean;
|
|
1385
|
+
set oq(a: boolean);
|
|
1386
|
+
static readonly pa: number;
|
|
1387
|
+
private oh;
|
|
1388
|
+
get oi(): SortIndicatorStyle;
|
|
1389
|
+
set oi(a: SortIndicatorStyle);
|
|
1390
|
+
static readonly oz: number;
|
|
1379
1391
|
private od;
|
|
1380
|
-
get oe():
|
|
1381
|
-
set oe(a:
|
|
1382
|
-
static readonly ov: number;
|
|
1383
|
-
private n9;
|
|
1384
|
-
get oa(): ColumnOptionsIconAlignment;
|
|
1385
|
-
set oa(a: ColumnOptionsIconAlignment);
|
|
1386
|
-
static readonly ox: number;
|
|
1387
|
-
private pv;
|
|
1388
|
-
get p5(): Brush;
|
|
1389
|
-
set p5(a: Brush);
|
|
1390
|
-
static readonly ow: number;
|
|
1391
|
-
private ob;
|
|
1392
|
-
get oc(): ColumnOptionsIconBehavior;
|
|
1393
|
-
set oc(a: ColumnOptionsIconBehavior);
|
|
1394
|
-
static readonly o3: number;
|
|
1395
|
-
private of;
|
|
1396
|
-
get og(): BaseControlTheme;
|
|
1397
|
-
set og(a: BaseControlTheme);
|
|
1398
|
-
static readonly op: number;
|
|
1399
|
-
private pq;
|
|
1400
|
-
get p0(): Brush;
|
|
1401
|
-
set p0(a: Brush);
|
|
1392
|
+
get oe(): ColumnOptionsIconAlignment;
|
|
1393
|
+
set oe(a: ColumnOptionsIconAlignment);
|
|
1402
1394
|
static readonly o1: number;
|
|
1403
|
-
private
|
|
1404
|
-
get
|
|
1405
|
-
set
|
|
1406
|
-
static readonly
|
|
1407
|
-
private
|
|
1408
|
-
get
|
|
1409
|
-
set
|
|
1410
|
-
static readonly
|
|
1395
|
+
private pz;
|
|
1396
|
+
get p9(): Brush;
|
|
1397
|
+
set p9(a: Brush);
|
|
1398
|
+
static readonly o0: number;
|
|
1399
|
+
private of;
|
|
1400
|
+
get og(): ColumnOptionsIconBehavior;
|
|
1401
|
+
set og(a: ColumnOptionsIconBehavior);
|
|
1402
|
+
static readonly o7: number;
|
|
1403
|
+
private oj;
|
|
1404
|
+
get ok(): BaseControlTheme;
|
|
1405
|
+
set ok(a: BaseControlTheme);
|
|
1406
|
+
static readonly ot: number;
|
|
1411
1407
|
private pu;
|
|
1412
1408
|
get p4(): Brush;
|
|
1413
1409
|
set p4(a: Brush);
|
|
1414
|
-
static readonly
|
|
1410
|
+
static readonly o5: number;
|
|
1411
|
+
private p1;
|
|
1412
|
+
get qb(): Brush;
|
|
1413
|
+
set qb(a: Brush);
|
|
1414
|
+
static readonly o6: number;
|
|
1415
|
+
private om;
|
|
1416
|
+
get oo(): FontInfo;
|
|
1417
|
+
set oo(a: FontInfo);
|
|
1418
|
+
static readonly oy: number;
|
|
1415
1419
|
private py;
|
|
1416
1420
|
get p8(): Brush;
|
|
1417
1421
|
set p8(a: Brush);
|
|
1418
|
-
static readonly
|
|
1419
|
-
private
|
|
1420
|
-
get
|
|
1421
|
-
set
|
|
1422
|
-
static readonly
|
|
1422
|
+
static readonly o8: number;
|
|
1423
|
+
private p2;
|
|
1424
|
+
get qc(): Brush;
|
|
1425
|
+
set qc(a: Brush);
|
|
1426
|
+
static readonly ox: number;
|
|
1427
|
+
private px;
|
|
1428
|
+
get p7(): Brush;
|
|
1429
|
+
set p7(a: Brush);
|
|
1430
|
+
static readonly o4: number;
|
|
1431
|
+
private p0;
|
|
1432
|
+
get qa(): Brush;
|
|
1433
|
+
set qa(a: Brush);
|
|
1434
|
+
static readonly ou: number;
|
|
1435
|
+
private pv;
|
|
1436
|
+
get p5(): Brush;
|
|
1437
|
+
set p5(a: Brush);
|
|
1438
|
+
static readonly ov: number;
|
|
1423
1439
|
private pw;
|
|
1424
1440
|
get p6(): Brush;
|
|
1425
1441
|
set p6(a: Brush);
|
|
1426
|
-
static readonly
|
|
1427
|
-
private
|
|
1428
|
-
get
|
|
1429
|
-
set
|
|
1430
|
-
static readonly or: number;
|
|
1431
|
-
private ps;
|
|
1432
|
-
get p2(): Brush;
|
|
1433
|
-
set p2(a: Brush);
|
|
1442
|
+
static readonly ow: number;
|
|
1443
|
+
private ol;
|
|
1444
|
+
get on(): FontInfo;
|
|
1445
|
+
set on(a: FontInfo);
|
|
1434
1446
|
static readonly os: number;
|
|
1435
|
-
private
|
|
1436
|
-
get
|
|
1437
|
-
set
|
|
1438
|
-
static readonly
|
|
1439
|
-
private
|
|
1440
|
-
get
|
|
1441
|
-
set
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
set oy(a: number);
|
|
1446
|
-
mr(a: string, b: any): void;
|
|
1447
|
-
l3(a: string): Type;
|
|
1448
|
-
ig(a: string): any;
|
|
1447
|
+
private pt;
|
|
1448
|
+
get p3(): Brush;
|
|
1449
|
+
set p3(a: Brush);
|
|
1450
|
+
static readonly o3: number;
|
|
1451
|
+
private or;
|
|
1452
|
+
get o2(): number;
|
|
1453
|
+
set o2(a: number);
|
|
1454
|
+
mt(a: string, b: any): void;
|
|
1455
|
+
l5(a: string): Type;
|
|
1456
|
+
ih(a: string): any;
|
|
1449
1457
|
b(a: CellModelExport): CellModelExport;
|
|
1450
1458
|
}
|
|
1451
1459
|
/**
|
|
@@ -1717,43 +1725,43 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1717
1725
|
set theme(a: BaseControlTheme);
|
|
1718
1726
|
columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1719
1727
|
columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1728
|
+
xc(a: DataGridColumn): void;
|
|
1720
1729
|
xb(a: DataGridColumn): void;
|
|
1721
|
-
xa(a: DataGridColumn): void;
|
|
1722
1730
|
columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1723
1731
|
columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1724
1732
|
p(a: CellModel): ColumnFilterCondition;
|
|
1725
1733
|
r(a: CellModel): DataSourceSchemaPropertyType;
|
|
1726
|
-
|
|
1734
|
+
xm(a: DataGridColumn): void;
|
|
1727
1735
|
filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
|
|
1728
1736
|
filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
|
|
1737
|
+
vm(a: CellModel, b: ColumnFilterCondition): void;
|
|
1729
1738
|
vl(a: CellModel, b: ColumnFilterCondition): void;
|
|
1730
|
-
|
|
1731
|
-
xk(a: DataGridColumn): void;
|
|
1739
|
+
xl(a: DataGridColumn): void;
|
|
1732
1740
|
columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1733
1741
|
columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1742
|
+
xi(a: DataGridColumn): void;
|
|
1734
1743
|
xh(a: DataGridColumn): void;
|
|
1735
|
-
xg(a: DataGridColumn): void;
|
|
1736
1744
|
columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1737
1745
|
columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1746
|
+
xe(a: DataGridColumn): void;
|
|
1738
1747
|
xd(a: DataGridColumn): void;
|
|
1739
|
-
xc(a: DataGridColumn): void;
|
|
1740
1748
|
cellPreviewPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1741
|
-
w5(a: CellModel): void;
|
|
1742
|
-
cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1743
1749
|
w6(a: CellModel): void;
|
|
1750
|
+
cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1751
|
+
w7(a: CellModel): void;
|
|
1744
1752
|
cellPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1745
|
-
w3(a: CellModel): void;
|
|
1746
|
-
cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1747
1753
|
w4(a: CellModel): void;
|
|
1748
|
-
|
|
1754
|
+
cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1755
|
+
w5(a: CellModel): void;
|
|
1756
|
+
yf(a: number, b: string): void;
|
|
1749
1757
|
cellClicked: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1750
|
-
|
|
1751
|
-
|
|
1758
|
+
x1(a: CellModel): void;
|
|
1759
|
+
aab(a: number): void;
|
|
1752
1760
|
private nf;
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
private
|
|
1761
|
+
x0(a: EditorCellModel): void;
|
|
1762
|
+
wx(a: CellModel, b: MouseButton): void;
|
|
1763
|
+
wv(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1764
|
+
private yy;
|
|
1757
1765
|
private bs;
|
|
1758
1766
|
get columnResizingMode(): ColumnResizingMode;
|
|
1759
1767
|
set columnResizingMode(a: ColumnResizingMode);
|
|
@@ -1764,33 +1772,33 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1764
1772
|
private ie;
|
|
1765
1773
|
get isRowHoverEnabled(): boolean;
|
|
1766
1774
|
set isRowHoverEnabled(a: boolean);
|
|
1767
|
-
private
|
|
1775
|
+
private abh;
|
|
1768
1776
|
get rowHoverBackground(): Brush;
|
|
1769
1777
|
set rowHoverBackground(a: Brush);
|
|
1770
|
-
private
|
|
1778
|
+
private abi;
|
|
1771
1779
|
get rowHoverTextColor(): Brush;
|
|
1772
1780
|
set rowHoverTextColor(a: Brush);
|
|
1773
|
-
private
|
|
1781
|
+
private aa9;
|
|
1774
1782
|
get editRowBorder(): Brush;
|
|
1775
1783
|
set editRowBorder(a: Brush);
|
|
1776
|
-
private
|
|
1784
|
+
private adk;
|
|
1777
1785
|
get editRowBorderWidth(): Thickness;
|
|
1778
1786
|
set editRowBorderWidth(a: Thickness);
|
|
1779
|
-
|
|
1787
|
+
ade: Point;
|
|
1780
1788
|
as: CellPath;
|
|
1781
1789
|
ap: CellPath;
|
|
1782
1790
|
private h3;
|
|
1783
|
-
w1(a: CellModel, b: number, c: number): void;
|
|
1784
1791
|
w2(a: CellModel, b: number, c: number): void;
|
|
1785
|
-
|
|
1786
|
-
|
|
1792
|
+
w3(a: CellModel, b: number, c: number): void;
|
|
1793
|
+
w1(a: CellModel, b: number, c: number): void;
|
|
1787
1794
|
x7(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1795
|
+
x8(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1788
1796
|
private jn;
|
|
1789
1797
|
private nk;
|
|
1790
1798
|
private get ov();
|
|
1791
1799
|
private set ov(value);
|
|
1792
|
-
|
|
1793
|
-
|
|
1800
|
+
w0(a: CellModel, b: number, c: number): void;
|
|
1801
|
+
x6(a: CellModel, b: number, c: number): void;
|
|
1794
1802
|
private ns;
|
|
1795
1803
|
private il;
|
|
1796
1804
|
private ik;
|
|
@@ -1808,16 +1816,16 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1808
1816
|
private ny;
|
|
1809
1817
|
private nx;
|
|
1810
1818
|
private i0;
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1819
|
+
vh(): void;
|
|
1820
|
+
xz(a: CellPath, b: number, c: number, d: boolean): void;
|
|
1821
|
+
xv(a: any, b: DragSelectEventArgs): void;
|
|
1822
|
+
xt(a: any, b: DragSelectEventArgs): void;
|
|
1815
1823
|
private no;
|
|
1816
1824
|
get ox(): number;
|
|
1817
1825
|
set ox(a: number);
|
|
1818
1826
|
private nz;
|
|
1819
1827
|
private fq;
|
|
1820
|
-
private
|
|
1828
|
+
private xu;
|
|
1821
1829
|
private ao;
|
|
1822
1830
|
private ak;
|
|
1823
1831
|
private al;
|
|
@@ -1825,39 +1833,39 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1825
1833
|
private mo;
|
|
1826
1834
|
private ml;
|
|
1827
1835
|
private mm;
|
|
1828
|
-
private xv;
|
|
1829
1836
|
private xw;
|
|
1830
|
-
private zr;
|
|
1831
1837
|
private xx;
|
|
1838
|
+
private zs;
|
|
1839
|
+
private xy;
|
|
1832
1840
|
private l1;
|
|
1833
1841
|
private l2;
|
|
1834
|
-
private
|
|
1835
|
-
private
|
|
1842
|
+
private zx;
|
|
1843
|
+
private adg;
|
|
1836
1844
|
private aj;
|
|
1837
1845
|
getHitCell(a: number, b: number): CellModel;
|
|
1838
1846
|
private av;
|
|
1839
1847
|
private jc;
|
|
1840
|
-
private
|
|
1841
|
-
private
|
|
1848
|
+
private vu;
|
|
1849
|
+
private aag;
|
|
1842
1850
|
constructor();
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
private
|
|
1846
|
-
private
|
|
1851
|
+
zi(a: ColumnGroupDescription): void;
|
|
1852
|
+
zj(a: ColumnSummaryDescription): void;
|
|
1853
|
+
private z4;
|
|
1854
|
+
private v4;
|
|
1847
1855
|
private ke;
|
|
1848
|
-
private
|
|
1849
|
-
private
|
|
1850
|
-
private
|
|
1856
|
+
private v1;
|
|
1857
|
+
private z2;
|
|
1858
|
+
private aaa;
|
|
1851
1859
|
private b6;
|
|
1852
1860
|
private i4;
|
|
1853
|
-
private zu;
|
|
1854
1861
|
private zv;
|
|
1862
|
+
private zw;
|
|
1855
1863
|
private i6;
|
|
1864
|
+
private zu;
|
|
1856
1865
|
private zt;
|
|
1857
|
-
private zs;
|
|
1858
1866
|
private i3;
|
|
1859
|
-
private yt;
|
|
1860
1867
|
private yu;
|
|
1868
|
+
private yv;
|
|
1861
1869
|
private c7;
|
|
1862
1870
|
get c8(): GridAnimationManager;
|
|
1863
1871
|
set c8(a: GridAnimationManager);
|
|
@@ -2061,7 +2069,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2061
2069
|
private a0;
|
|
2062
2070
|
get columnExchangingAnimationMode(): ColumnExchangingAnimationMode;
|
|
2063
2071
|
set columnExchangingAnimationMode(a: ColumnExchangingAnimationMode);
|
|
2064
|
-
private
|
|
2072
|
+
private adl;
|
|
2065
2073
|
get inset(): Thickness;
|
|
2066
2074
|
set inset(a: Thickness);
|
|
2067
2075
|
private cj;
|
|
@@ -2094,7 +2102,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2094
2102
|
get pinnedItems(): GridSelectedItemsCollection;
|
|
2095
2103
|
private ej;
|
|
2096
2104
|
get pinnedKeys(): GridSelectedKeysCollection;
|
|
2097
|
-
private
|
|
2105
|
+
private z6;
|
|
2098
2106
|
private h0;
|
|
2099
2107
|
get isColumnOptionsEnabled(): boolean;
|
|
2100
2108
|
set isColumnOptionsEnabled(a: boolean);
|
|
@@ -2110,19 +2118,19 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2110
2118
|
private ia;
|
|
2111
2119
|
get isHeaderSeparatorVisible(): boolean;
|
|
2112
2120
|
set isHeaderSeparatorVisible(a: boolean);
|
|
2113
|
-
private
|
|
2121
|
+
private aat;
|
|
2114
2122
|
get cellSelectedBackground(): Brush;
|
|
2115
2123
|
set cellSelectedBackground(a: Brush);
|
|
2116
|
-
private
|
|
2124
|
+
private aau;
|
|
2117
2125
|
get cellSelectedTextColor(): Brush;
|
|
2118
2126
|
set cellSelectedTextColor(a: Brush);
|
|
2119
|
-
private
|
|
2127
|
+
private abq;
|
|
2120
2128
|
get sectionHeaderSelectedBackground(): Brush;
|
|
2121
2129
|
set sectionHeaderSelectedBackground(a: Brush);
|
|
2122
|
-
private
|
|
2130
|
+
private abt;
|
|
2123
2131
|
get summaryRootBackground(): Brush;
|
|
2124
2132
|
set summaryRootBackground(a: Brush);
|
|
2125
|
-
private
|
|
2133
|
+
private abx;
|
|
2126
2134
|
get summarySectionBackground(): Brush;
|
|
2127
2135
|
set summarySectionBackground(a: Brush);
|
|
2128
2136
|
private mn;
|
|
@@ -2134,29 +2142,29 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2134
2142
|
private mj;
|
|
2135
2143
|
get editOpacity(): number;
|
|
2136
2144
|
set editOpacity(a: number);
|
|
2137
|
-
private
|
|
2145
|
+
private aa8;
|
|
2138
2146
|
get deletedTextColor(): Brush;
|
|
2139
2147
|
set deletedTextColor(a: Brush);
|
|
2140
|
-
private
|
|
2148
|
+
private abs;
|
|
2141
2149
|
get stickyRowBackground(): Brush;
|
|
2142
2150
|
set stickyRowBackground(a: Brush);
|
|
2143
|
-
private
|
|
2151
|
+
private abg;
|
|
2144
2152
|
get pinnedRowBackground(): Brush;
|
|
2145
2153
|
set pinnedRowBackground(a: Brush);
|
|
2146
|
-
private
|
|
2154
|
+
private abf;
|
|
2147
2155
|
get lastStickyRowBackground(): Brush;
|
|
2148
2156
|
set lastStickyRowBackground(a: Brush);
|
|
2149
2157
|
private dj;
|
|
2150
2158
|
private di;
|
|
2151
2159
|
get activeCell(): GridCellPosition;
|
|
2152
2160
|
set activeCell(a: GridCellPosition);
|
|
2153
|
-
private
|
|
2161
|
+
private aas;
|
|
2154
2162
|
get cellBackground(): Brush;
|
|
2155
2163
|
set cellBackground(a: Brush);
|
|
2156
|
-
private
|
|
2164
|
+
private aav;
|
|
2157
2165
|
get cellTextColor(): Brush;
|
|
2158
2166
|
set cellTextColor(a: Brush);
|
|
2159
|
-
private
|
|
2167
|
+
private abd;
|
|
2160
2168
|
get headerSortIndicatorColor(): Brush;
|
|
2161
2169
|
set headerSortIndicatorColor(a: Brush);
|
|
2162
2170
|
private f9;
|
|
@@ -2165,12 +2173,16 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2165
2173
|
private gv;
|
|
2166
2174
|
get cellTextStyle(): FontInfo;
|
|
2167
2175
|
set cellTextStyle(a: FontInfo);
|
|
2168
|
-
private
|
|
2176
|
+
private abo;
|
|
2169
2177
|
get sectionHeaderBackground(): Brush;
|
|
2170
2178
|
set sectionHeaderBackground(a: Brush);
|
|
2171
|
-
private
|
|
2179
|
+
private abr;
|
|
2172
2180
|
get sectionHeaderTextColor(): Brush;
|
|
2173
2181
|
set sectionHeaderTextColor(a: Brush);
|
|
2182
|
+
private abp;
|
|
2183
|
+
static readonly t1: string;
|
|
2184
|
+
get sectionHeaderExpansionIndicatorIconColor(): Brush;
|
|
2185
|
+
set sectionHeaderExpansionIndicatorIconColor(a: Brush);
|
|
2174
2186
|
private g0;
|
|
2175
2187
|
get sectionHeaderTextStyle(): FontInfo;
|
|
2176
2188
|
set sectionHeaderTextStyle(a: FontInfo);
|
|
@@ -2180,7 +2192,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2180
2192
|
private g3;
|
|
2181
2193
|
get summarySectionLabelTextStyle(): FontInfo;
|
|
2182
2194
|
set summarySectionLabelTextStyle(a: FontInfo);
|
|
2183
|
-
private
|
|
2195
|
+
private abw;
|
|
2184
2196
|
get summaryRootValueTextColor(): Brush;
|
|
2185
2197
|
set summaryRootValueTextColor(a: Brush);
|
|
2186
2198
|
private g2;
|
|
@@ -2189,19 +2201,19 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2189
2201
|
private g4;
|
|
2190
2202
|
get summarySectionValueTextStyle(): FontInfo;
|
|
2191
2203
|
set summarySectionValueTextStyle(a: FontInfo);
|
|
2192
|
-
private
|
|
2204
|
+
private ab0;
|
|
2193
2205
|
get summarySectionValueTextColor(): Brush;
|
|
2194
2206
|
set summarySectionValueTextColor(a: Brush);
|
|
2195
|
-
private
|
|
2207
|
+
private abu;
|
|
2196
2208
|
get summaryRootLabelTextColor(): Brush;
|
|
2197
2209
|
set summaryRootLabelTextColor(a: Brush);
|
|
2198
|
-
private
|
|
2210
|
+
private aby;
|
|
2199
2211
|
get summarySectionLabelTextColor(): Brush;
|
|
2200
2212
|
set summarySectionLabelTextColor(a: Brush);
|
|
2201
|
-
private
|
|
2213
|
+
private abv;
|
|
2202
2214
|
get summaryRootSelectedBackground(): Brush;
|
|
2203
2215
|
set summaryRootSelectedBackground(a: Brush);
|
|
2204
|
-
private
|
|
2216
|
+
private abz;
|
|
2205
2217
|
get summarySectionSelectedBackground(): Brush;
|
|
2206
2218
|
set summarySectionSelectedBackground(a: Brush);
|
|
2207
2219
|
private nn;
|
|
@@ -2211,31 +2223,31 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2211
2223
|
get headerSeparatorWidth(): number;
|
|
2212
2224
|
set headerSeparatorWidth(a: number);
|
|
2213
2225
|
n2(a: number): number;
|
|
2214
|
-
private
|
|
2226
|
+
private abc;
|
|
2215
2227
|
get headerSeparatorBackground(): Brush;
|
|
2216
2228
|
set headerSeparatorBackground(a: Brush);
|
|
2217
|
-
private
|
|
2229
|
+
private aba;
|
|
2218
2230
|
get headerBackground(): Brush;
|
|
2219
2231
|
set headerBackground(a: Brush);
|
|
2220
|
-
private
|
|
2232
|
+
private abe;
|
|
2221
2233
|
get headerTextColor(): Brush;
|
|
2222
2234
|
set headerTextColor(a: Brush);
|
|
2223
2235
|
private gz;
|
|
2224
2236
|
get headerTextStyle(): FontInfo;
|
|
2225
2237
|
set headerTextStyle(a: FontInfo);
|
|
2226
|
-
private
|
|
2238
|
+
private abj;
|
|
2227
2239
|
get rowSeparatorBackground(): Brush;
|
|
2228
2240
|
set rowSeparatorBackground(a: Brush);
|
|
2229
|
-
private
|
|
2241
|
+
private abb;
|
|
2230
2242
|
get headerRowSeparatorBackground(): Brush;
|
|
2231
2243
|
set headerRowSeparatorBackground(a: Brush);
|
|
2232
|
-
private
|
|
2244
|
+
private abm;
|
|
2233
2245
|
get rowSeparatorStickyRowBackground(): Brush;
|
|
2234
2246
|
set rowSeparatorStickyRowBackground(a: Brush);
|
|
2235
|
-
private
|
|
2247
|
+
private abk;
|
|
2236
2248
|
get rowSeparatorLastStickyRowBackground(): Brush;
|
|
2237
2249
|
set rowSeparatorLastStickyRowBackground(a: Brush);
|
|
2238
|
-
private
|
|
2250
|
+
private abl;
|
|
2239
2251
|
get rowSeparatorPinnedRowBackground(): Brush;
|
|
2240
2252
|
set rowSeparatorPinnedRowBackground(a: Brush);
|
|
2241
2253
|
private nd;
|
|
@@ -2250,10 +2262,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2250
2262
|
private mc;
|
|
2251
2263
|
get columnMovingSeparatorOpacity(): number;
|
|
2252
2264
|
set columnMovingSeparatorOpacity(a: number);
|
|
2253
|
-
private
|
|
2265
|
+
private aa7;
|
|
2254
2266
|
get columnResizingSeparatorBackground(): Brush;
|
|
2255
2267
|
set columnResizingSeparatorBackground(a: Brush);
|
|
2256
|
-
private
|
|
2268
|
+
private aaw;
|
|
2257
2269
|
get columnMovingSeparatorBackground(): Brush;
|
|
2258
2270
|
set columnMovingSeparatorBackground(a: Brush);
|
|
2259
2271
|
private iv;
|
|
@@ -2262,37 +2274,37 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2262
2274
|
private bi;
|
|
2263
2275
|
get columnOptionsIconAlignment(): ColumnOptionsIconAlignment;
|
|
2264
2276
|
set columnOptionsIconAlignment(a: ColumnOptionsIconAlignment);
|
|
2265
|
-
private
|
|
2277
|
+
private aa3;
|
|
2266
2278
|
get columnOptionsIconColor(): Brush;
|
|
2267
2279
|
set columnOptionsIconColor(a: Brush);
|
|
2268
2280
|
private bk;
|
|
2269
2281
|
get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
|
|
2270
2282
|
set columnOptionsIconBehavior(a: ColumnOptionsIconBehavior);
|
|
2271
|
-
private
|
|
2283
|
+
private aap;
|
|
2272
2284
|
get actualBorder(): Brush;
|
|
2273
2285
|
set actualBorder(a: Brush);
|
|
2274
|
-
private
|
|
2286
|
+
private aar;
|
|
2275
2287
|
get border(): Brush;
|
|
2276
2288
|
set border(a: Brush);
|
|
2277
|
-
private
|
|
2278
|
-
get
|
|
2279
|
-
set
|
|
2280
|
-
private
|
|
2289
|
+
private adj;
|
|
2290
|
+
get adp(): Thickness;
|
|
2291
|
+
set adp(a: Thickness);
|
|
2292
|
+
private adh;
|
|
2281
2293
|
get actualBorderWidth(): Thickness;
|
|
2282
2294
|
set actualBorderWidth(a: Thickness);
|
|
2283
|
-
private
|
|
2295
|
+
private adi;
|
|
2284
2296
|
get borderWidth(): Thickness;
|
|
2285
2297
|
set borderWidth(a: Thickness);
|
|
2286
2298
|
private io;
|
|
2287
2299
|
get notifyOnAllSelectionChanges(): boolean;
|
|
2288
2300
|
set notifyOnAllSelectionChanges(a: boolean);
|
|
2301
|
+
private aaj;
|
|
2302
|
+
get aan(): CornerRadius;
|
|
2303
|
+
set aan(a: CornerRadius);
|
|
2289
2304
|
private aai;
|
|
2290
|
-
get aam(): CornerRadius;
|
|
2291
|
-
set aam(a: CornerRadius);
|
|
2292
|
-
private aah;
|
|
2293
2305
|
get cornerRadius(): CornerRadius;
|
|
2294
2306
|
set cornerRadius(a: CornerRadius);
|
|
2295
|
-
private
|
|
2307
|
+
private aah;
|
|
2296
2308
|
get actualCornerRadius(): CornerRadius;
|
|
2297
2309
|
set actualCornerRadius(a: CornerRadius);
|
|
2298
2310
|
static readonly isActiveCellStyleEnabledPropertyName: string;
|
|
@@ -2302,10 +2314,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2302
2314
|
private i1;
|
|
2303
2315
|
get stopPropagation(): boolean;
|
|
2304
2316
|
set stopPropagation(a: boolean);
|
|
2305
|
-
private
|
|
2317
|
+
private aao;
|
|
2306
2318
|
get actualBackground(): Brush;
|
|
2307
2319
|
set actualBackground(a: Brush);
|
|
2308
|
-
private
|
|
2320
|
+
private aaq;
|
|
2309
2321
|
get background(): Brush;
|
|
2310
2322
|
set background(a: Brush);
|
|
2311
2323
|
private hf;
|
|
@@ -2314,7 +2326,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2314
2326
|
private e5;
|
|
2315
2327
|
get renderingEngine(): ICellRenderingEngine;
|
|
2316
2328
|
set renderingEngine(a: ICellRenderingEngine);
|
|
2317
|
-
private
|
|
2329
|
+
private yb;
|
|
2318
2330
|
private ft;
|
|
2319
2331
|
get responsiveStates(): ResponsiveStatesCollection;
|
|
2320
2332
|
private gn;
|
|
@@ -2347,7 +2359,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2347
2359
|
private pk;
|
|
2348
2360
|
get initialSummaries(): string;
|
|
2349
2361
|
set initialSummaries(a: string);
|
|
2350
|
-
private
|
|
2362
|
+
private v9;
|
|
2351
2363
|
jm(a: any[], b: any[]): boolean;
|
|
2352
2364
|
get sortDescriptions(): ColumnSortDescriptionCollection;
|
|
2353
2365
|
get groupDescriptions(): ColumnGroupDescriptionCollection;
|
|
@@ -2356,7 +2368,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2356
2368
|
summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
|
|
2357
2369
|
columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
|
|
2358
2370
|
columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
|
|
2359
|
-
private
|
|
2371
|
+
private xj;
|
|
2360
2372
|
cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
|
|
2361
2373
|
dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
|
|
2362
2374
|
dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
|
|
@@ -2387,13 +2399,13 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2387
2399
|
set autoAcceptEdits(a: boolean);
|
|
2388
2400
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2389
2401
|
postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2390
|
-
protected
|
|
2391
|
-
|
|
2392
|
-
y0(): void;
|
|
2402
|
+
protected x9(a: string, b: any, c: any): void;
|
|
2403
|
+
zh(): void;
|
|
2393
2404
|
y1(): void;
|
|
2405
|
+
y2(): void;
|
|
2394
2406
|
calculateCompleted: (sender: any, e: any) => void;
|
|
2395
|
-
|
|
2396
|
-
|
|
2407
|
+
ws(): void;
|
|
2408
|
+
v3(): void;
|
|
2397
2409
|
private it;
|
|
2398
2410
|
get lc(): boolean;
|
|
2399
2411
|
set lc(a: boolean);
|
|
@@ -2412,31 +2424,31 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2412
2424
|
private hk;
|
|
2413
2425
|
get i8(): boolean;
|
|
2414
2426
|
set i8(a: boolean);
|
|
2415
|
-
protected
|
|
2416
|
-
private
|
|
2417
|
-
private
|
|
2418
|
-
private
|
|
2427
|
+
protected yw(a: string, b: any, c: any): void;
|
|
2428
|
+
private z8;
|
|
2429
|
+
private aal;
|
|
2430
|
+
private ado;
|
|
2419
2431
|
syncBorder(): void;
|
|
2420
|
-
private
|
|
2432
|
+
private xs;
|
|
2421
2433
|
private n;
|
|
2422
2434
|
private o;
|
|
2423
2435
|
private h;
|
|
2424
|
-
private
|
|
2425
|
-
private zk;
|
|
2426
|
-
private v4;
|
|
2427
|
-
private v5;
|
|
2436
|
+
private vo;
|
|
2428
2437
|
private zl;
|
|
2438
|
+
private v5;
|
|
2429
2439
|
private v6;
|
|
2440
|
+
private zm;
|
|
2441
|
+
private v7;
|
|
2442
|
+
private vs;
|
|
2430
2443
|
private vr;
|
|
2431
|
-
private vq;
|
|
2432
2444
|
rootSummariesChanged: (sender: any, args: DataSourceRootSummariesChangedEventArgs) => void;
|
|
2433
2445
|
private lw;
|
|
2434
2446
|
private r1;
|
|
2435
|
-
private
|
|
2436
|
-
private
|
|
2437
|
-
private
|
|
2438
|
-
private
|
|
2439
|
-
|
|
2447
|
+
private yc;
|
|
2448
|
+
private vz;
|
|
2449
|
+
private vq;
|
|
2450
|
+
private xr;
|
|
2451
|
+
wm(): void;
|
|
2440
2452
|
sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
|
|
2441
2453
|
onSizeChanged(a: number, b: number): void;
|
|
2442
2454
|
viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
|
|
@@ -2450,19 +2462,19 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2450
2462
|
actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
|
|
2451
2463
|
private dp;
|
|
2452
2464
|
get columns(): GridColumnCollection;
|
|
2453
|
-
|
|
2454
|
-
|
|
2465
|
+
x5(a: CellModel, b: any, c: any): void;
|
|
2466
|
+
x4(a: CellModel, b: any, c: any, d: string): void;
|
|
2455
2467
|
ci(a: CellPath): DataGridColumn;
|
|
2456
2468
|
hideThenRemoveColumn(a: DataGridColumn): void;
|
|
2457
2469
|
exchangeColumn(a: DataGridColumn, b: DataGridColumn): void;
|
|
2458
|
-
private
|
|
2470
|
+
private u9;
|
|
2459
2471
|
private im;
|
|
2460
|
-
private
|
|
2461
|
-
private
|
|
2462
|
-
private
|
|
2463
|
-
private
|
|
2464
|
-
private
|
|
2465
|
-
private
|
|
2472
|
+
private xn;
|
|
2473
|
+
private xk;
|
|
2474
|
+
private xf;
|
|
2475
|
+
private vk;
|
|
2476
|
+
private yi;
|
|
2477
|
+
private vn;
|
|
2466
2478
|
pinColumn(a: DataGridColumn, b: PinnedPositions): void;
|
|
2467
2479
|
private lo;
|
|
2468
2480
|
private lp;
|
|
@@ -2474,9 +2486,9 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2474
2486
|
private kt;
|
|
2475
2487
|
private cg;
|
|
2476
2488
|
private cf;
|
|
2477
|
-
private
|
|
2478
|
-
private
|
|
2479
|
-
private
|
|
2489
|
+
private xg;
|
|
2490
|
+
private vj;
|
|
2491
|
+
private z9;
|
|
2480
2492
|
private cl;
|
|
2481
2493
|
r2(a: CellPath, b: DataGrid, c: any, d: number): string;
|
|
2482
2494
|
am(a: CellPath, b: string): CellModel;
|
|
@@ -2489,17 +2501,17 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2489
2501
|
scrollToItem(a: any): boolean;
|
|
2490
2502
|
scrollToPrimaryKey(a: any[]): boolean;
|
|
2491
2503
|
scrollToColumnByIndex(a: number): void;
|
|
2492
|
-
private
|
|
2504
|
+
private zo;
|
|
2493
2505
|
lj(a: DataGridColumn): boolean;
|
|
2494
|
-
|
|
2495
|
-
private
|
|
2506
|
+
xq(a: number, b: number): void;
|
|
2507
|
+
private vi;
|
|
2496
2508
|
private ob;
|
|
2497
2509
|
private lf;
|
|
2498
2510
|
getLastVisibleIndex(): number;
|
|
2499
2511
|
getFirstVisibleIndex(): number;
|
|
2500
2512
|
od(): number;
|
|
2501
2513
|
oi(): number;
|
|
2502
|
-
|
|
2514
|
+
yr(): void;
|
|
2503
2515
|
jt: boolean;
|
|
2504
2516
|
kd: boolean;
|
|
2505
2517
|
get kk(): boolean;
|
|
@@ -2514,15 +2526,15 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2514
2526
|
private l0;
|
|
2515
2527
|
private hm;
|
|
2516
2528
|
private hl;
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
yf(a: any, b: PrimaryKeyValue): void;
|
|
2529
|
+
ve(a?: boolean): void;
|
|
2530
|
+
vx(): void;
|
|
2520
2531
|
yg(a: any, b: PrimaryKeyValue): void;
|
|
2521
|
-
|
|
2532
|
+
yh(a: any, b: PrimaryKeyValue): void;
|
|
2533
|
+
yn(a: number, b: any, c: PrimaryKeyValue): void;
|
|
2522
2534
|
private i5;
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
private
|
|
2535
|
+
wt(a: number, b: number, c: string): void;
|
|
2536
|
+
ww(a: number, b: string): void;
|
|
2537
|
+
private wu;
|
|
2526
2538
|
private nv;
|
|
2527
2539
|
private nw;
|
|
2528
2540
|
kv(a: boolean, b: boolean): boolean;
|
|
@@ -2532,15 +2544,15 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2532
2544
|
private om;
|
|
2533
2545
|
private ol;
|
|
2534
2546
|
private oa;
|
|
2535
|
-
|
|
2547
|
+
vf(a: number, b: number, c: boolean, d?: boolean): void;
|
|
2536
2548
|
k0(a: boolean, b: boolean): boolean;
|
|
2537
2549
|
k2(a: boolean, b: boolean): boolean;
|
|
2538
2550
|
k3(a: boolean, b: boolean): boolean;
|
|
2539
2551
|
k4(a: boolean, b: boolean): boolean;
|
|
2540
2552
|
k5(a: boolean, b: boolean): boolean;
|
|
2541
|
-
|
|
2553
|
+
x2(a: boolean, b: boolean): void;
|
|
2542
2554
|
k7(a: boolean, b: boolean): boolean;
|
|
2543
|
-
|
|
2555
|
+
ys(): void;
|
|
2544
2556
|
k8(a: boolean, b: boolean): boolean;
|
|
2545
2557
|
kx(a: boolean, b: boolean): boolean;
|
|
2546
2558
|
ky(): boolean;
|
|
@@ -2551,58 +2563,58 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2551
2563
|
ls(): boolean;
|
|
2552
2564
|
lm(a: CellModel): boolean;
|
|
2553
2565
|
jl(a: boolean, b?: boolean): boolean;
|
|
2554
|
-
|
|
2555
|
-
w7(a: PrimaryKeyValue, b: number): void;
|
|
2566
|
+
vw(a: boolean): void;
|
|
2556
2567
|
w8(a: PrimaryKeyValue, b: number): void;
|
|
2568
|
+
w9(a: PrimaryKeyValue, b: number): void;
|
|
2557
2569
|
columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
|
|
2558
2570
|
selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
|
|
2559
2571
|
selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
|
|
2560
2572
|
selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
|
|
2561
2573
|
selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
|
|
2562
2574
|
private iu;
|
|
2563
|
-
private
|
|
2575
|
+
private yo;
|
|
2564
2576
|
activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
|
|
2565
2577
|
selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
private yj;
|
|
2578
|
+
aae(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
|
|
2579
|
+
vc(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
|
|
2580
|
+
vd(a: any, b: PrimaryKeyValue, c: boolean): void;
|
|
2581
|
+
aad(a: number, b: any, c: PrimaryKeyValue): void;
|
|
2582
|
+
ze(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
|
|
2583
|
+
zf(a: any, b: PrimaryKeyValue, c: boolean): void;
|
|
2573
2584
|
private yk;
|
|
2574
|
-
private yi;
|
|
2575
2585
|
private yl;
|
|
2586
|
+
private yj;
|
|
2587
|
+
private ym;
|
|
2576
2588
|
private au;
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
private
|
|
2582
|
-
|
|
2583
|
-
private
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2589
|
+
vb(a: number, b: number, c: number, d: number): void;
|
|
2590
|
+
va(a: CellRange): void;
|
|
2591
|
+
zb(a: CellRange): void;
|
|
2592
|
+
za(): void;
|
|
2593
|
+
private wk;
|
|
2594
|
+
yp(a: number, b: any, c: any): void;
|
|
2595
|
+
private wa;
|
|
2596
|
+
xa(): void;
|
|
2597
|
+
zk(a: GridConditionalStyle, b: DataGridColumn): void;
|
|
2598
|
+
zg(a: GridConditionalStyle, b: DataGridColumn): void;
|
|
2587
2599
|
l3(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
|
|
2588
2600
|
private lv;
|
|
2589
|
-
|
|
2601
|
+
vy(a: ColumnSummaryDescription): void;
|
|
2590
2602
|
private j6;
|
|
2591
|
-
|
|
2603
|
+
y9(a: ColumnSummaryDescription): void;
|
|
2592
2604
|
invalidateVisibleRows(): void;
|
|
2593
2605
|
pg(a: DataGridColumn): any;
|
|
2594
2606
|
pf(a: DataGridColumn): any;
|
|
2595
2607
|
ph(a: DataGridColumn): any;
|
|
2596
|
-
private
|
|
2608
|
+
private wb;
|
|
2597
2609
|
private oe;
|
|
2598
2610
|
private oj;
|
|
2599
|
-
private
|
|
2611
|
+
private wc;
|
|
2600
2612
|
private hy;
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2613
|
+
yx(): void;
|
|
2614
|
+
x3(a: number, b: any): void;
|
|
2615
|
+
ya(a: number, b: any): void;
|
|
2604
2616
|
setActiveResponsiveState(a: string): void;
|
|
2605
|
-
|
|
2617
|
+
zz(a: ResponsiveState): void;
|
|
2606
2618
|
notifySetItem(a: number, b: any, c: any): void;
|
|
2607
2619
|
notifyClearItems(): void;
|
|
2608
2620
|
notifyInsertItem(a: number, b: any): void;
|
|
@@ -2626,18 +2638,18 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2626
2638
|
set reactsToFilterChanges(a: boolean);
|
|
2627
2639
|
aa(a: DataGridColumn): IFilterExpression;
|
|
2628
2640
|
lt(a: CellModel, b: number, c: any, d: any, e: any): boolean;
|
|
2629
|
-
private
|
|
2641
|
+
private aaf;
|
|
2630
2642
|
private o8;
|
|
2631
2643
|
columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
|
|
2632
|
-
private
|
|
2644
|
+
private xo;
|
|
2633
2645
|
cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
|
|
2634
|
-
private
|
|
2646
|
+
private wz;
|
|
2635
2647
|
cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
|
|
2636
|
-
private
|
|
2648
|
+
private wy;
|
|
2637
2649
|
rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
|
|
2638
|
-
private
|
|
2650
|
+
private ye;
|
|
2639
2651
|
rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
|
|
2640
|
-
private
|
|
2652
|
+
private yd;
|
|
2641
2653
|
j5(): boolean;
|
|
2642
2654
|
get canUndo(): boolean;
|
|
2643
2655
|
get canRedo(): boolean;
|
|
@@ -2712,11 +2724,11 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2712
2724
|
get clearSelectionOnEscape(): boolean;
|
|
2713
2725
|
set clearSelectionOnEscape(a: boolean);
|
|
2714
2726
|
customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
|
|
2715
|
-
|
|
2727
|
+
xp(a: DataGridColumn, b: FilterOperand, c: any): void;
|
|
2716
2728
|
private nb;
|
|
2717
2729
|
ll(): boolean;
|
|
2730
|
+
wg(): void;
|
|
2718
2731
|
wf(): void;
|
|
2719
|
-
we(): void;
|
|
2720
2732
|
private ic;
|
|
2721
2733
|
get isPagerVisible(): boolean;
|
|
2722
2734
|
set isPagerVisible(a: boolean);
|
|
@@ -2750,40 +2762,40 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2750
2762
|
private gp;
|
|
2751
2763
|
get scrollbarStyle(): ScrollbarStyle;
|
|
2752
2764
|
set scrollbarStyle(a: ScrollbarStyle);
|
|
2753
|
-
private
|
|
2765
|
+
private abn;
|
|
2754
2766
|
get scrollbarBackground(): Brush;
|
|
2755
2767
|
set scrollbarBackground(a: Brush);
|
|
2756
|
-
private
|
|
2768
|
+
private aay;
|
|
2757
2769
|
get columnOptionsBackground(): Brush;
|
|
2758
2770
|
set columnOptionsBackground(a: Brush);
|
|
2759
|
-
private
|
|
2771
|
+
private aa5;
|
|
2760
2772
|
get columnOptionsTextColor(): Brush;
|
|
2761
2773
|
set columnOptionsTextColor(a: Brush);
|
|
2762
2774
|
private gx;
|
|
2763
2775
|
get columnOptionsTextStyle(): FontInfo;
|
|
2764
2776
|
set columnOptionsTextStyle(a: FontInfo);
|
|
2765
|
-
private
|
|
2777
|
+
private aa2;
|
|
2766
2778
|
get columnOptionsHoverBackgroundColor(): Brush;
|
|
2767
2779
|
set columnOptionsHoverBackgroundColor(a: Brush);
|
|
2768
|
-
private
|
|
2780
|
+
private aa6;
|
|
2769
2781
|
get columnOptionsToolTipBackgroundColor(): Brush;
|
|
2770
2782
|
set columnOptionsToolTipBackgroundColor(a: Brush);
|
|
2771
|
-
private
|
|
2783
|
+
private aa1;
|
|
2772
2784
|
get columnOptionsHighlightColor(): Brush;
|
|
2773
2785
|
set columnOptionsHighlightColor(a: Brush);
|
|
2774
|
-
private
|
|
2786
|
+
private aa4;
|
|
2775
2787
|
get columnOptionsSeparatorColor(): Brush;
|
|
2776
2788
|
set columnOptionsSeparatorColor(a: Brush);
|
|
2777
|
-
private
|
|
2789
|
+
private aaz;
|
|
2778
2790
|
get columnOptionsGroupHeaderBackground(): Brush;
|
|
2779
2791
|
set columnOptionsGroupHeaderBackground(a: Brush);
|
|
2780
|
-
private
|
|
2792
|
+
private aa0;
|
|
2781
2793
|
get columnOptionsGroupHeaderTextColor(): Brush;
|
|
2782
2794
|
set columnOptionsGroupHeaderTextColor(a: Brush);
|
|
2783
2795
|
private gw;
|
|
2784
2796
|
get columnOptionsGroupHeaderTextStyle(): FontInfo;
|
|
2785
2797
|
set columnOptionsGroupHeaderTextStyle(a: FontInfo);
|
|
2786
|
-
private
|
|
2798
|
+
private aax;
|
|
2787
2799
|
get columnOptionsAccentColor(): Brush;
|
|
2788
2800
|
set columnOptionsAccentColor(a: Brush);
|
|
2789
2801
|
private nc;
|
|
@@ -3389,97 +3401,97 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3389
3401
|
export declare abstract class DataGridColumn extends DefinitionBase implements IToolbarTarget {
|
|
3390
3402
|
static $t: Type;
|
|
3391
3403
|
constructor();
|
|
3392
|
-
private
|
|
3404
|
+
private pe;
|
|
3393
3405
|
protected e2(a: GridConditionalStyle): void;
|
|
3394
3406
|
protected ct(): any;
|
|
3395
3407
|
protected cu(): any;
|
|
3396
3408
|
protected cv(): any;
|
|
3397
3409
|
protected au(a: GridConditionalStyle): boolean;
|
|
3398
|
-
protected
|
|
3399
|
-
protected
|
|
3400
|
-
private static
|
|
3401
|
-
|
|
3410
|
+
protected rz(): Brush;
|
|
3411
|
+
protected ry(): Brush;
|
|
3412
|
+
private static lp;
|
|
3413
|
+
lq: number;
|
|
3402
3414
|
private hw;
|
|
3403
3415
|
get hx(): ColumnStates;
|
|
3404
3416
|
set hx(a: ColumnStates);
|
|
3405
|
-
private k7;
|
|
3406
|
-
get lk(): number;
|
|
3407
|
-
set lk(a: number);
|
|
3408
3417
|
private k9;
|
|
3409
3418
|
get lm(): number;
|
|
3410
3419
|
set lm(a: number);
|
|
3420
|
+
private lb;
|
|
3421
|
+
get lo(): number;
|
|
3422
|
+
set lo(a: number);
|
|
3423
|
+
private la;
|
|
3424
|
+
get ln(): number;
|
|
3425
|
+
set ln(a: number);
|
|
3411
3426
|
private k8;
|
|
3412
3427
|
get ll(): number;
|
|
3413
3428
|
set ll(a: number);
|
|
3429
|
+
private ly;
|
|
3430
|
+
get ob(): string;
|
|
3431
|
+
set ob(a: string);
|
|
3414
3432
|
private k6;
|
|
3415
3433
|
get lj(): number;
|
|
3416
3434
|
set lj(a: number);
|
|
3417
|
-
private lw;
|
|
3418
|
-
get n8(): string;
|
|
3419
|
-
set n8(a: string);
|
|
3420
|
-
private k4;
|
|
3421
|
-
get lh(): number;
|
|
3422
|
-
set lh(a: number);
|
|
3423
|
-
private k3;
|
|
3424
|
-
get lg(): number;
|
|
3425
|
-
set lg(a: number);
|
|
3426
3435
|
private k5;
|
|
3427
3436
|
get li(): number;
|
|
3428
3437
|
set li(a: number);
|
|
3438
|
+
private k7;
|
|
3439
|
+
get lk(): number;
|
|
3440
|
+
set lk(a: number);
|
|
3429
3441
|
private iq;
|
|
3430
3442
|
get is(): PinnedPositions;
|
|
3431
3443
|
set is(a: PinnedPositions);
|
|
3444
|
+
private lw;
|
|
3445
|
+
get nj(): string;
|
|
3446
|
+
set nj(a: string);
|
|
3447
|
+
private lx;
|
|
3448
|
+
get nq(): string;
|
|
3449
|
+
set nq(a: string);
|
|
3432
3450
|
private lu;
|
|
3433
|
-
get
|
|
3434
|
-
set
|
|
3435
|
-
private
|
|
3436
|
-
get
|
|
3437
|
-
set
|
|
3438
|
-
private
|
|
3439
|
-
get
|
|
3440
|
-
set
|
|
3441
|
-
private
|
|
3442
|
-
get
|
|
3443
|
-
set
|
|
3444
|
-
private
|
|
3445
|
-
get
|
|
3446
|
-
set
|
|
3451
|
+
get ml(): string;
|
|
3452
|
+
set ml(a: string);
|
|
3453
|
+
private q3;
|
|
3454
|
+
get r2(): Brush;
|
|
3455
|
+
set r2(a: Brush);
|
|
3456
|
+
private qo;
|
|
3457
|
+
get rl(): Brush;
|
|
3458
|
+
set rl(a: Brush);
|
|
3459
|
+
private q4;
|
|
3460
|
+
get r3(): Brush;
|
|
3461
|
+
set r3(a: Brush);
|
|
3462
|
+
private qp;
|
|
3463
|
+
get rm(): Brush;
|
|
3464
|
+
set rm(a: Brush);
|
|
3447
3465
|
private q1;
|
|
3448
3466
|
get r0(): Brush;
|
|
3449
3467
|
set r0(a: Brush);
|
|
3450
3468
|
private qm;
|
|
3451
3469
|
get rj(): Brush;
|
|
3452
3470
|
set rj(a: Brush);
|
|
3453
|
-
private
|
|
3454
|
-
get
|
|
3455
|
-
set
|
|
3456
|
-
private
|
|
3457
|
-
get
|
|
3458
|
-
set
|
|
3459
|
-
private qz;
|
|
3460
|
-
get ry(): Brush;
|
|
3461
|
-
set ry(a: Brush);
|
|
3462
|
-
private qk;
|
|
3463
|
-
get rh(): Brush;
|
|
3464
|
-
set rh(a: Brush);
|
|
3471
|
+
private q2;
|
|
3472
|
+
get r1(): Brush;
|
|
3473
|
+
set r1(a: Brush);
|
|
3474
|
+
private qn;
|
|
3475
|
+
get rk(): Brush;
|
|
3476
|
+
set rk(a: Brush);
|
|
3465
3477
|
private ic;
|
|
3466
3478
|
get id(): GridColumnAnimationSettings;
|
|
3467
3479
|
set id(a: GridColumnAnimationSettings);
|
|
3468
3480
|
private hy;
|
|
3469
3481
|
get width(): ColumnWidth;
|
|
3470
3482
|
set width(a: ColumnWidth);
|
|
3471
|
-
private
|
|
3472
|
-
get
|
|
3473
|
-
set
|
|
3483
|
+
private kl;
|
|
3484
|
+
get kt(): number;
|
|
3485
|
+
set kt(a: number);
|
|
3474
3486
|
private jr;
|
|
3475
|
-
get
|
|
3476
|
-
set
|
|
3487
|
+
get ka(): boolean;
|
|
3488
|
+
set ka(a: boolean);
|
|
3477
3489
|
private jl;
|
|
3478
|
-
get
|
|
3479
|
-
set
|
|
3480
|
-
private
|
|
3481
|
-
get
|
|
3482
|
-
set
|
|
3490
|
+
get j4(): boolean;
|
|
3491
|
+
set j4(a: boolean);
|
|
3492
|
+
private jv;
|
|
3493
|
+
get ke(): boolean;
|
|
3494
|
+
set ke(a: boolean);
|
|
3483
3495
|
private g4;
|
|
3484
3496
|
get g5(): ColumnFilterCondition;
|
|
3485
3497
|
set g5(a: ColumnFilterCondition);
|
|
@@ -3490,17 +3502,20 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
|
|
|
3490
3502
|
get header(): Header;
|
|
3491
3503
|
set header(a: Header);
|
|
3492
3504
|
private jq;
|
|
3493
|
-
get
|
|
3494
|
-
set
|
|
3505
|
+
get j9(): boolean;
|
|
3506
|
+
set j9(a: boolean);
|
|
3495
3507
|
private jt;
|
|
3508
|
+
get kc(): boolean;
|
|
3509
|
+
set kc(a: boolean);
|
|
3510
|
+
private ju;
|
|
3511
|
+
get kd(): boolean;
|
|
3512
|
+
set kd(a: boolean);
|
|
3513
|
+
private js;
|
|
3496
3514
|
get kb(): boolean;
|
|
3497
3515
|
set kb(a: boolean);
|
|
3498
|
-
private
|
|
3499
|
-
get
|
|
3500
|
-
set
|
|
3501
|
-
private jv;
|
|
3502
|
-
get ke(): boolean;
|
|
3503
|
-
set ke(a: boolean);
|
|
3516
|
+
private jw;
|
|
3517
|
+
get kg(): boolean;
|
|
3518
|
+
set kg(a: boolean);
|
|
3504
3519
|
private hu;
|
|
3505
3520
|
get hv(): ColumnSortDirection;
|
|
3506
3521
|
set hv(a: ColumnSortDirection);
|
|
@@ -3508,21 +3523,21 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
|
|
|
3508
3523
|
get it(): PinnedPositions;
|
|
3509
3524
|
set it(a: PinnedPositions);
|
|
3510
3525
|
private jk;
|
|
3511
|
-
get
|
|
3512
|
-
set
|
|
3513
|
-
get
|
|
3526
|
+
get j3(): boolean;
|
|
3527
|
+
set j3(a: boolean);
|
|
3528
|
+
get j0(): boolean;
|
|
3514
3529
|
private hk;
|
|
3515
3530
|
get hm(): ColumnOptionsIconAlignment;
|
|
3516
3531
|
set hm(a: ColumnOptionsIconAlignment);
|
|
3517
3532
|
private hl;
|
|
3518
3533
|
get hn(): ColumnOptionsIconAlignment;
|
|
3519
3534
|
set hn(a: ColumnOptionsIconAlignment);
|
|
3520
|
-
private
|
|
3521
|
-
get
|
|
3522
|
-
set
|
|
3523
|
-
private
|
|
3524
|
-
get
|
|
3525
|
-
set
|
|
3535
|
+
private qh;
|
|
3536
|
+
get re(): Brush;
|
|
3537
|
+
set re(a: Brush);
|
|
3538
|
+
private qw;
|
|
3539
|
+
get rt(): Brush;
|
|
3540
|
+
set rt(a: Brush);
|
|
3526
3541
|
private hp;
|
|
3527
3542
|
get hr(): ColumnOptionsIconBehavior;
|
|
3528
3543
|
set hr(a: ColumnOptionsIconBehavior);
|
|
@@ -3530,115 +3545,115 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
|
|
|
3530
3545
|
get hq(): ColumnOptionsIconBehavior;
|
|
3531
3546
|
set hq(a: ColumnOptionsIconBehavior);
|
|
3532
3547
|
private jg;
|
|
3533
|
-
get jw(): boolean;
|
|
3534
|
-
set jw(a: boolean);
|
|
3535
|
-
private jm;
|
|
3536
|
-
get j4(): boolean;
|
|
3537
|
-
set j4(a: boolean);
|
|
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
3548
|
get jx(): boolean;
|
|
3546
3549
|
set jx(a: boolean);
|
|
3547
|
-
private
|
|
3550
|
+
private jm;
|
|
3548
3551
|
get j5(): boolean;
|
|
3549
3552
|
set j5(a: boolean);
|
|
3550
|
-
private
|
|
3551
|
-
get
|
|
3552
|
-
set
|
|
3553
|
-
private
|
|
3554
|
-
get
|
|
3555
|
-
set
|
|
3556
|
-
private
|
|
3557
|
-
get
|
|
3558
|
-
set
|
|
3559
|
-
private
|
|
3560
|
-
get
|
|
3561
|
-
set
|
|
3562
|
-
private
|
|
3563
|
-
get
|
|
3564
|
-
set
|
|
3553
|
+
private ji;
|
|
3554
|
+
get jz(): boolean;
|
|
3555
|
+
set jz(a: boolean);
|
|
3556
|
+
private jo;
|
|
3557
|
+
get j7(): boolean;
|
|
3558
|
+
set j7(a: boolean);
|
|
3559
|
+
private jh;
|
|
3560
|
+
get jy(): boolean;
|
|
3561
|
+
set jy(a: boolean);
|
|
3562
|
+
private jn;
|
|
3563
|
+
get j6(): boolean;
|
|
3564
|
+
set j6(a: boolean);
|
|
3565
|
+
private ix;
|
|
3566
|
+
get iy(): BaseControlTheme;
|
|
3567
|
+
set iy(a: BaseControlTheme);
|
|
3568
|
+
private qe;
|
|
3569
|
+
get q9(): Brush;
|
|
3570
|
+
set q9(a: Brush);
|
|
3571
|
+
private qr;
|
|
3572
|
+
get ro(): Brush;
|
|
3573
|
+
set ro(a: Brush);
|
|
3574
|
+
private qj;
|
|
3575
|
+
get rg(): Brush;
|
|
3576
|
+
set rg(a: Brush);
|
|
3577
|
+
private qy;
|
|
3578
|
+
get rv(): Brush;
|
|
3579
|
+
set rv(a: Brush);
|
|
3565
3580
|
private i3;
|
|
3566
3581
|
get ja(): FontInfo;
|
|
3567
3582
|
set ja(a: FontInfo);
|
|
3568
3583
|
private i6;
|
|
3569
3584
|
get jd(): FontInfo;
|
|
3570
3585
|
set jd(a: FontInfo);
|
|
3571
|
-
private
|
|
3572
|
-
get
|
|
3573
|
-
set
|
|
3574
|
-
private
|
|
3575
|
-
get
|
|
3576
|
-
set
|
|
3577
|
-
static readonly
|
|
3578
|
-
private
|
|
3579
|
-
get
|
|
3580
|
-
set
|
|
3581
|
-
private
|
|
3582
|
-
get
|
|
3583
|
-
set
|
|
3584
|
-
private qc;
|
|
3585
|
-
get q9(): Brush;
|
|
3586
|
-
set q9(a: Brush);
|
|
3587
|
-
private qr;
|
|
3588
|
-
get ro(): Brush;
|
|
3589
|
-
set ro(a: Brush);
|
|
3586
|
+
private qg;
|
|
3587
|
+
get rd(): Brush;
|
|
3588
|
+
set rd(a: Brush);
|
|
3589
|
+
private qv;
|
|
3590
|
+
get rs(): Brush;
|
|
3591
|
+
set rs(a: Brush);
|
|
3592
|
+
static readonly mh: string;
|
|
3593
|
+
private qk;
|
|
3594
|
+
get rh(): Brush;
|
|
3595
|
+
set rh(a: Brush);
|
|
3596
|
+
private qz;
|
|
3597
|
+
get rw(): Brush;
|
|
3598
|
+
set rw(a: Brush);
|
|
3590
3599
|
private qf;
|
|
3591
3600
|
get rc(): Brush;
|
|
3592
3601
|
set rc(a: Brush);
|
|
3593
3602
|
private qu;
|
|
3594
3603
|
get rr(): Brush;
|
|
3595
3604
|
set rr(a: Brush);
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
private
|
|
3604
|
-
get
|
|
3605
|
-
set
|
|
3606
|
-
private
|
|
3607
|
-
get
|
|
3608
|
-
set
|
|
3605
|
+
private qi;
|
|
3606
|
+
get rf(): Brush;
|
|
3607
|
+
set rf(a: Brush);
|
|
3608
|
+
private qx;
|
|
3609
|
+
get ru(): Brush;
|
|
3610
|
+
set ru(a: Brush);
|
|
3611
|
+
static readonly l5: string;
|
|
3612
|
+
private qb;
|
|
3613
|
+
get ra(): Brush;
|
|
3614
|
+
set ra(a: Brush);
|
|
3615
|
+
private qs;
|
|
3616
|
+
get rp(): Brush;
|
|
3617
|
+
set rp(a: Brush);
|
|
3618
|
+
private qc;
|
|
3619
|
+
get rb(): Brush;
|
|
3620
|
+
set rb(a: Brush);
|
|
3621
|
+
private qt;
|
|
3622
|
+
get rq(): Brush;
|
|
3623
|
+
set rq(a: Brush);
|
|
3609
3624
|
private i2;
|
|
3610
3625
|
get i9(): FontInfo;
|
|
3611
3626
|
set i9(a: FontInfo);
|
|
3612
3627
|
private i5;
|
|
3613
3628
|
get jc(): FontInfo;
|
|
3614
3629
|
set jc(a: FontInfo);
|
|
3615
|
-
private
|
|
3616
|
-
get
|
|
3617
|
-
set
|
|
3618
|
-
private
|
|
3619
|
-
get
|
|
3620
|
-
set
|
|
3621
|
-
private
|
|
3622
|
-
get
|
|
3623
|
-
set
|
|
3624
|
-
private
|
|
3625
|
-
get
|
|
3626
|
-
set
|
|
3630
|
+
private qd;
|
|
3631
|
+
get q8(): Brush;
|
|
3632
|
+
set q8(a: Brush);
|
|
3633
|
+
private qq;
|
|
3634
|
+
get rn(): Brush;
|
|
3635
|
+
set rn(a: Brush);
|
|
3636
|
+
private kz;
|
|
3637
|
+
get lc(): number;
|
|
3638
|
+
set lc(a: number);
|
|
3639
|
+
private k0;
|
|
3640
|
+
get ld(): number;
|
|
3641
|
+
set ld(a: number);
|
|
3627
3642
|
private jp;
|
|
3628
|
-
get
|
|
3629
|
-
set
|
|
3630
|
-
private
|
|
3631
|
-
get
|
|
3632
|
-
set
|
|
3633
|
-
private
|
|
3634
|
-
get
|
|
3635
|
-
set
|
|
3636
|
-
private
|
|
3637
|
-
get
|
|
3638
|
-
set
|
|
3639
|
-
private
|
|
3640
|
-
get
|
|
3641
|
-
set
|
|
3643
|
+
get j8(): boolean;
|
|
3644
|
+
set j8(a: boolean);
|
|
3645
|
+
private q0;
|
|
3646
|
+
get rx(): Brush;
|
|
3647
|
+
set rx(a: Brush);
|
|
3648
|
+
private ql;
|
|
3649
|
+
get ri(): Brush;
|
|
3650
|
+
set ri(a: Brush);
|
|
3651
|
+
private kk;
|
|
3652
|
+
get ks(): number;
|
|
3653
|
+
set ks(a: number);
|
|
3654
|
+
private kj;
|
|
3655
|
+
get kr(): number;
|
|
3656
|
+
set kr(a: number);
|
|
3642
3657
|
private i7;
|
|
3643
3658
|
get textEditStyle(): FontInfo;
|
|
3644
3659
|
set textEditStyle(a: FontInfo);
|
|
@@ -3648,12 +3663,12 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
|
|
|
3648
3663
|
private h4;
|
|
3649
3664
|
get h5(): EditorType;
|
|
3650
3665
|
set h5(a: EditorType);
|
|
3651
|
-
private
|
|
3652
|
-
get
|
|
3653
|
-
set
|
|
3654
|
-
private
|
|
3655
|
-
get
|
|
3656
|
-
set
|
|
3666
|
+
private lr;
|
|
3667
|
+
get ls(): any;
|
|
3668
|
+
set ls(a: any);
|
|
3669
|
+
private lv;
|
|
3670
|
+
get nf(): string;
|
|
3671
|
+
set nf(a: string);
|
|
3657
3672
|
private g2;
|
|
3658
3673
|
get g3(): string[];
|
|
3659
3674
|
set g3(a: string[]);
|
|
@@ -3669,18 +3684,18 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
|
|
|
3669
3684
|
private ha;
|
|
3670
3685
|
get hc(): CellContentVerticalAlignment;
|
|
3671
3686
|
set hc(a: CellContentVerticalAlignment);
|
|
3672
|
-
private k0;
|
|
3673
|
-
get ld(): number;
|
|
3674
|
-
set ld(a: number);
|
|
3675
3687
|
private k2;
|
|
3676
3688
|
get lf(): number;
|
|
3677
3689
|
set lf(a: number);
|
|
3690
|
+
private k4;
|
|
3691
|
+
get lh(): number;
|
|
3692
|
+
set lh(a: number);
|
|
3693
|
+
private k3;
|
|
3694
|
+
get lg(): number;
|
|
3695
|
+
set lg(a: number);
|
|
3678
3696
|
private k1;
|
|
3679
3697
|
get le(): number;
|
|
3680
3698
|
set le(a: number);
|
|
3681
|
-
private kz;
|
|
3682
|
-
get lc(): number;
|
|
3683
|
-
set lc(a: number);
|
|
3684
3699
|
private h6;
|
|
3685
3700
|
get h7(): FilterComparisonType;
|
|
3686
3701
|
set h7(a: FilterComparisonType);
|
|
@@ -3688,53 +3703,53 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
|
|
|
3688
3703
|
h8(): FilterComparisonType;
|
|
3689
3704
|
private ie;
|
|
3690
3705
|
get ig(): GridFilterOperandsCollection;
|
|
3691
|
-
private
|
|
3692
|
-
get
|
|
3693
|
-
set
|
|
3694
|
-
private
|
|
3695
|
-
get
|
|
3696
|
-
set
|
|
3706
|
+
private l1;
|
|
3707
|
+
get o0(): string;
|
|
3708
|
+
set o0(a: string);
|
|
3709
|
+
private q7;
|
|
3710
|
+
get r6(): Brush;
|
|
3711
|
+
set r6(a: Brush);
|
|
3697
3712
|
private i8;
|
|
3698
3713
|
get suffixTextStyle(): FontInfo;
|
|
3699
3714
|
set suffixTextStyle(a: FontInfo);
|
|
3700
|
-
private
|
|
3715
|
+
private l0;
|
|
3716
|
+
get os(): string;
|
|
3717
|
+
set os(a: string);
|
|
3718
|
+
private lz;
|
|
3701
3719
|
get op(): string;
|
|
3702
3720
|
set op(a: string);
|
|
3703
|
-
private
|
|
3704
|
-
get
|
|
3705
|
-
set
|
|
3706
|
-
private
|
|
3707
|
-
get
|
|
3708
|
-
set
|
|
3709
|
-
private q2;
|
|
3710
|
-
get r1(): Brush;
|
|
3711
|
-
set r1(a: Brush);
|
|
3712
|
-
private kl;
|
|
3713
|
-
get kt(): number;
|
|
3714
|
-
set kt(a: number);
|
|
3715
|
-
private km;
|
|
3716
|
-
get ku(): number;
|
|
3717
|
-
set ku(a: number);
|
|
3721
|
+
private q6;
|
|
3722
|
+
get r5(): Brush;
|
|
3723
|
+
set r5(a: Brush);
|
|
3724
|
+
private q5;
|
|
3725
|
+
get r4(): Brush;
|
|
3726
|
+
set r4(a: Brush);
|
|
3718
3727
|
private kn;
|
|
3719
3728
|
get kv(): number;
|
|
3720
3729
|
set kv(a: number);
|
|
3721
|
-
private kk;
|
|
3722
|
-
get ks(): number;
|
|
3723
|
-
set ks(a: number);
|
|
3724
3730
|
private ko;
|
|
3725
3731
|
get kw(): number;
|
|
3726
3732
|
set kw(a: number);
|
|
3733
|
+
private kp;
|
|
3734
|
+
get kx(): number;
|
|
3735
|
+
set kx(a: number);
|
|
3736
|
+
private km;
|
|
3737
|
+
get ku(): number;
|
|
3738
|
+
set ku(a: number);
|
|
3739
|
+
private kq;
|
|
3740
|
+
get ky(): number;
|
|
3741
|
+
set ky(a: number);
|
|
3727
3742
|
private iu;
|
|
3728
3743
|
get iv(): TextCellDecoration;
|
|
3729
3744
|
set iv(a: TextCellDecoration);
|
|
3730
3745
|
formatCell: (sender: any, args: FormatCellEventArgs) => void;
|
|
3731
|
-
private
|
|
3746
|
+
private o7;
|
|
3732
3747
|
io(): MergedCellMode;
|
|
3733
3748
|
ik(): MergedCellEvaluationCriteria;
|
|
3734
|
-
|
|
3749
|
+
kf(): boolean;
|
|
3735
3750
|
protected gr(): Brush;
|
|
3736
3751
|
protected gu(): Brush;
|
|
3737
|
-
|
|
3752
|
+
o5(a: CellModel, b: any, c: any): string;
|
|
3738
3753
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3739
3754
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
3740
3755
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
@@ -3742,67 +3757,67 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
|
|
|
3742
3757
|
protected hf(): CellContentVerticalAlignment;
|
|
3743
3758
|
protected g9(): CellContentHorizontalAlignment;
|
|
3744
3759
|
protected hd(): CellContentVerticalAlignment;
|
|
3745
|
-
private
|
|
3746
|
-
private
|
|
3760
|
+
private p6;
|
|
3761
|
+
private pd;
|
|
3747
3762
|
protected es(a: DataGrid, b: DataGrid): void;
|
|
3748
3763
|
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
3749
|
-
p4(): void;
|
|
3750
|
-
p5(): void;
|
|
3751
|
-
p6(): void;
|
|
3752
3764
|
p7(): void;
|
|
3765
|
+
p8(): void;
|
|
3766
|
+
p9(): void;
|
|
3767
|
+
qa(): void;
|
|
3753
3768
|
protected e8(): void;
|
|
3754
3769
|
protected fk(): void;
|
|
3755
3770
|
protected fl(): void;
|
|
3756
3771
|
protected fi(): void;
|
|
3757
|
-
protected
|
|
3758
|
-
protected
|
|
3759
|
-
protected
|
|
3772
|
+
protected p3(): void;
|
|
3773
|
+
protected p5(): void;
|
|
3774
|
+
protected p4(): void;
|
|
3760
3775
|
protected fh(): void;
|
|
3761
3776
|
protected fj(): void;
|
|
3762
3777
|
protected fg(): void;
|
|
3763
|
-
protected
|
|
3764
|
-
protected ps(): void;
|
|
3765
|
-
protected pr(): void;
|
|
3766
|
-
protected pk(): void;
|
|
3778
|
+
protected pl(): void;
|
|
3767
3779
|
protected pv(): void;
|
|
3768
|
-
protected po(): void;
|
|
3769
|
-
protected py(): void;
|
|
3770
|
-
protected pj(): void;
|
|
3771
|
-
protected pw(): void;
|
|
3772
|
-
protected px(): void;
|
|
3773
|
-
protected pq(): void;
|
|
3774
|
-
protected pz(): void;
|
|
3775
|
-
protected pp(): void;
|
|
3776
3780
|
protected pu(): void;
|
|
3777
|
-
protected pl(): void;
|
|
3778
|
-
protected pm(): void;
|
|
3779
3781
|
protected pn(): void;
|
|
3780
|
-
protected
|
|
3782
|
+
protected py(): void;
|
|
3783
|
+
protected pr(): void;
|
|
3784
|
+
protected p1(): void;
|
|
3785
|
+
protected pm(): void;
|
|
3786
|
+
protected pz(): void;
|
|
3787
|
+
protected p0(): void;
|
|
3781
3788
|
protected pt(): void;
|
|
3789
|
+
protected p2(): void;
|
|
3790
|
+
protected ps(): void;
|
|
3791
|
+
protected px(): void;
|
|
3792
|
+
protected po(): void;
|
|
3793
|
+
protected pp(): void;
|
|
3794
|
+
protected pq(): void;
|
|
3795
|
+
protected pk(): void;
|
|
3796
|
+
protected pw(): void;
|
|
3782
3797
|
columnCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
3783
3798
|
columnHeaderCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
3784
|
-
protected
|
|
3785
|
-
protected
|
|
3799
|
+
protected pg(a: CellModel): void;
|
|
3800
|
+
protected pj(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3786
3801
|
hj(): ColumnHidingAnimationMode;
|
|
3787
3802
|
ht(): ColumnShowingAnimationMode;
|
|
3788
3803
|
hi(): ColumnExchangingAnimationMode;
|
|
3789
3804
|
hs(): ColumnResizingAnimationMode;
|
|
3790
|
-
|
|
3805
|
+
no(): string;
|
|
3791
3806
|
private i0;
|
|
3792
3807
|
private jj;
|
|
3793
|
-
|
|
3794
|
-
|
|
3808
|
+
pi(a: string, b: CellPropertyAnimationType, c: any): void;
|
|
3809
|
+
j2(): boolean;
|
|
3795
3810
|
get i1(): FastIterationDictionary$2<string, any>;
|
|
3796
|
-
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3811
|
+
j1(a: string): boolean;
|
|
3812
|
+
ph(a: string): void;
|
|
3813
|
+
lt(a: string): any;
|
|
3814
|
+
ki: List$1<LayoutAction>;
|
|
3815
|
+
pf(a: string): void;
|
|
3816
|
+
o9(a: ColumnComparisonConditionOperatorType, b: any): void;
|
|
3817
|
+
o8(a: string, b: number, c: any): void;
|
|
3803
3818
|
g8(a: FilterOperand, b: any): IFilterExpression;
|
|
3804
3819
|
ia(a: string, b: number): FilterOperand;
|
|
3805
|
-
|
|
3820
|
+
pa(): void;
|
|
3806
3821
|
private h2;
|
|
3807
3822
|
get h3(): DataGridColumnToolbarManager;
|
|
3808
3823
|
getDesiredToolbarActions(): ToolActionInfo[];
|
|
@@ -3817,12 +3832,12 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
|
|
|
3817
3832
|
private _invalidateActions;
|
|
3818
3833
|
get invalidateActions(): () => void;
|
|
3819
3834
|
set invalidateActions(a: () => void);
|
|
3820
|
-
private
|
|
3835
|
+
private kh;
|
|
3821
3836
|
iz(): IToolbarContextAccessor;
|
|
3822
|
-
|
|
3837
|
+
pc(a: (arg1: IToolbarContextAccessor) => void): void;
|
|
3823
3838
|
provideContextAccessor(a: IToolbarContextAccessor): void;
|
|
3824
3839
|
dismissContextAccessor(a: IToolbarContextAccessor): void;
|
|
3825
|
-
|
|
3840
|
+
pb(): void;
|
|
3826
3841
|
h0: DataGridColumn;
|
|
3827
3842
|
abstract h1(): DataGridColumn;
|
|
3828
3843
|
onAttachingOverride: (sender: any, args: GridColumnProviderOnAttachingOverrideEventArgs) => void;
|
|
@@ -4139,17 +4154,17 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
|
|
|
4139
4154
|
export declare class ComboBoxColumn extends DataGridColumn {
|
|
4140
4155
|
static $t: Type;
|
|
4141
4156
|
constructor();
|
|
4142
|
-
private
|
|
4143
|
-
get
|
|
4144
|
-
set
|
|
4145
|
-
get
|
|
4146
|
-
set
|
|
4147
|
-
get
|
|
4148
|
-
set
|
|
4149
|
-
get
|
|
4150
|
-
set
|
|
4151
|
-
get
|
|
4152
|
-
set
|
|
4157
|
+
private r8;
|
|
4158
|
+
get r9(): IDataSource;
|
|
4159
|
+
set r9(a: IDataSource);
|
|
4160
|
+
get sa(): any;
|
|
4161
|
+
set sa(a: any);
|
|
4162
|
+
get se(): string;
|
|
4163
|
+
set se(a: string);
|
|
4164
|
+
get sf(): string;
|
|
4165
|
+
set sf(a: string);
|
|
4166
|
+
get r7(): string[];
|
|
4167
|
+
set r7(a: string[]);
|
|
4153
4168
|
protected n(a: CellPath): CellModel;
|
|
4154
4169
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4155
4170
|
protected es(a: DataGrid, b: DataGrid): void;
|
|
@@ -4157,10 +4172,10 @@ export declare class ComboBoxColumn extends DataGridColumn {
|
|
|
4157
4172
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4158
4173
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4159
4174
|
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4160
|
-
private
|
|
4161
|
-
private
|
|
4162
|
-
private
|
|
4163
|
-
|
|
4175
|
+
private sg;
|
|
4176
|
+
private sh;
|
|
4177
|
+
private sc;
|
|
4178
|
+
sd(a: any): string;
|
|
4164
4179
|
h1(): DataGridColumn;
|
|
4165
4180
|
}
|
|
4166
4181
|
/**
|
|
@@ -4168,33 +4183,33 @@ export declare class ComboBoxColumn extends DataGridColumn {
|
|
|
4168
4183
|
*/
|
|
4169
4184
|
export declare class DateTimeColumn extends DataGridColumn {
|
|
4170
4185
|
static $t: Type;
|
|
4171
|
-
private
|
|
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);
|
|
4186
|
+
private sa;
|
|
4187
4187
|
private sb;
|
|
4188
|
-
get sc():
|
|
4189
|
-
set sc(a:
|
|
4190
|
-
|
|
4191
|
-
|
|
4192
|
-
|
|
4193
|
-
|
|
4194
|
-
get sm(): string;
|
|
4195
|
-
set sm(a: string);
|
|
4188
|
+
get sc(): DateTimeFormats;
|
|
4189
|
+
set sc(a: DateTimeFormats);
|
|
4190
|
+
private sl;
|
|
4191
|
+
get su(): string;
|
|
4192
|
+
set su(a: string);
|
|
4193
|
+
private sk;
|
|
4196
4194
|
get sn(): string;
|
|
4197
4195
|
set sn(a: string);
|
|
4196
|
+
private r7;
|
|
4197
|
+
get r8(): any[];
|
|
4198
|
+
set r8(a: any[]);
|
|
4199
|
+
private sh;
|
|
4200
|
+
get sj(): any;
|
|
4201
|
+
set sj(a: any);
|
|
4202
|
+
private se;
|
|
4203
|
+
get sf(): boolean;
|
|
4204
|
+
set sf(a: boolean);
|
|
4205
|
+
get sd(): EditorType;
|
|
4206
|
+
set sd(a: EditorType);
|
|
4207
|
+
get si(): any;
|
|
4208
|
+
set si(a: any);
|
|
4209
|
+
get sp(): string;
|
|
4210
|
+
set sp(a: string);
|
|
4211
|
+
get sq(): string;
|
|
4212
|
+
set sq(a: string);
|
|
4198
4213
|
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4199
4214
|
constructor();
|
|
4200
4215
|
protected n(a: CellPath): CellModel;
|
|
@@ -4202,9 +4217,9 @@ export declare class DateTimeColumn extends DataGridColumn {
|
|
|
4202
4217
|
d1(a: DataGrid, b: any, c: any): string;
|
|
4203
4218
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4204
4219
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4205
|
-
private
|
|
4206
|
-
|
|
4207
|
-
private
|
|
4220
|
+
private sg;
|
|
4221
|
+
r9: BindingFormatter;
|
|
4222
|
+
private sr;
|
|
4208
4223
|
h1(): DataGridColumn;
|
|
4209
4224
|
}
|
|
4210
4225
|
/**
|
|
@@ -4469,20 +4484,20 @@ export declare class HeaderSeparator extends DefinitionBase {
|
|
|
4469
4484
|
*/
|
|
4470
4485
|
export declare class ImageColumn extends DataGridColumn {
|
|
4471
4486
|
static $t: Type;
|
|
4472
|
-
private
|
|
4473
|
-
get
|
|
4474
|
-
set
|
|
4475
|
-
private
|
|
4476
|
-
get
|
|
4477
|
-
set
|
|
4478
|
-
get
|
|
4479
|
-
set
|
|
4480
|
-
get
|
|
4481
|
-
set
|
|
4482
|
-
get
|
|
4483
|
-
set
|
|
4484
|
-
get
|
|
4485
|
-
set
|
|
4487
|
+
private sa;
|
|
4488
|
+
get sb(): ImageStretchOptions;
|
|
4489
|
+
set sb(a: ImageStretchOptions);
|
|
4490
|
+
private r8;
|
|
4491
|
+
get r9(): ImageResourceType;
|
|
4492
|
+
set r9(a: ImageResourceType);
|
|
4493
|
+
get r7(): EditorType;
|
|
4494
|
+
set r7(a: EditorType);
|
|
4495
|
+
get sc(): any;
|
|
4496
|
+
set sc(a: any);
|
|
4497
|
+
get sd(): string;
|
|
4498
|
+
set sd(a: string);
|
|
4499
|
+
get se(): string;
|
|
4500
|
+
set se(a: string);
|
|
4486
4501
|
constructor();
|
|
4487
4502
|
protected k(): CellContentVerticalAlignment;
|
|
4488
4503
|
protected g9(): CellContentHorizontalAlignment;
|
|
@@ -4492,7 +4507,7 @@ export declare class ImageColumn extends DataGridColumn {
|
|
|
4492
4507
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4493
4508
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4494
4509
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4495
|
-
private
|
|
4510
|
+
private sf;
|
|
4496
4511
|
h1(): DataGridColumn;
|
|
4497
4512
|
}
|
|
4498
4513
|
/**
|
|
@@ -4502,7 +4517,7 @@ export declare class NumericCellFormatter extends Base {
|
|
|
4502
4517
|
static $t: Type;
|
|
4503
4518
|
private static a;
|
|
4504
4519
|
private static e;
|
|
4505
|
-
static b(a: BindingFormatter, b: number, c: number, d: number, e: boolean, f: string, g: string, h: string, i: string, j: number): string;
|
|
4520
|
+
static b(a: BindingFormatter, b: number, c: number, d: number, e: boolean, f: string, g: string, h: string, i: string, j: number, k: boolean): string;
|
|
4506
4521
|
static c(a: NumericCellModel): string;
|
|
4507
4522
|
static d(a: NumericColumn, b: number): string;
|
|
4508
4523
|
}
|
|
@@ -4513,59 +4528,59 @@ export declare class NumericColumn extends DataGridColumn {
|
|
|
4513
4528
|
static $t: Type;
|
|
4514
4529
|
constructor();
|
|
4515
4530
|
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
4531
|
private sq;
|
|
4526
|
-
get
|
|
4527
|
-
set
|
|
4528
|
-
private
|
|
4529
|
-
get
|
|
4530
|
-
set
|
|
4531
|
-
private
|
|
4532
|
-
get
|
|
4533
|
-
set
|
|
4534
|
-
private
|
|
4535
|
-
get
|
|
4536
|
-
set
|
|
4537
|
-
private
|
|
4538
|
-
get
|
|
4539
|
-
set
|
|
4540
|
-
private
|
|
4541
|
-
get
|
|
4542
|
-
set
|
|
4532
|
+
get s5(): string;
|
|
4533
|
+
set s5(a: string);
|
|
4534
|
+
private ss;
|
|
4535
|
+
get s9(): string;
|
|
4536
|
+
set s9(a: string);
|
|
4537
|
+
private sr;
|
|
4538
|
+
get s7(): string;
|
|
4539
|
+
set s7(a: string);
|
|
4540
|
+
private st;
|
|
4541
|
+
get tb(): string;
|
|
4542
|
+
set tb(a: string);
|
|
4543
|
+
private sg;
|
|
4544
|
+
get sj(): number;
|
|
4545
|
+
set sj(a: number);
|
|
4546
|
+
private sh;
|
|
4547
|
+
get sk(): number;
|
|
4548
|
+
set sk(a: number);
|
|
4549
|
+
private si;
|
|
4550
|
+
get sl(): number;
|
|
4551
|
+
set sl(a: number);
|
|
4552
|
+
private sb;
|
|
4553
|
+
get sd(): boolean;
|
|
4554
|
+
set sd(a: boolean);
|
|
4555
|
+
private sc;
|
|
4556
|
+
get se(): boolean;
|
|
4557
|
+
set se(a: boolean);
|
|
4558
|
+
private sp;
|
|
4559
|
+
get sz(): string;
|
|
4560
|
+
set sz(a: string);
|
|
4561
|
+
private r7;
|
|
4562
|
+
get r8(): any[];
|
|
4563
|
+
set r8(a: any[]);
|
|
4543
4564
|
private sm;
|
|
4544
|
-
get
|
|
4545
|
-
set
|
|
4546
|
-
|
|
4547
|
-
|
|
4548
|
-
|
|
4549
|
-
|
|
4550
|
-
get
|
|
4551
|
-
set
|
|
4552
|
-
get
|
|
4553
|
-
set
|
|
4554
|
-
|
|
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;
|
|
4565
|
+
get so(): any;
|
|
4566
|
+
set so(a: any);
|
|
4567
|
+
get sa(): EditorType;
|
|
4568
|
+
set sa(a: EditorType);
|
|
4569
|
+
get sn(): any;
|
|
4570
|
+
set sn(a: any);
|
|
4571
|
+
get su(): string;
|
|
4572
|
+
set su(a: string);
|
|
4573
|
+
get sv(): string;
|
|
4574
|
+
set sv(a: string);
|
|
4575
|
+
r9: BindingFormatter;
|
|
4561
4576
|
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4562
4577
|
protected n(a: CellPath): CellModel;
|
|
4563
4578
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4564
4579
|
d1(a: DataGrid, b: any, c: any): string;
|
|
4565
4580
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4566
4581
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4567
|
-
private
|
|
4568
|
-
private
|
|
4582
|
+
private sf;
|
|
4583
|
+
private sw;
|
|
4569
4584
|
h1(): DataGridColumn;
|
|
4570
4585
|
}
|
|
4571
4586
|
/**
|
|
@@ -4615,18 +4630,24 @@ export declare class SectionFooter extends DefinitionBase {
|
|
|
4615
4630
|
*/
|
|
4616
4631
|
export declare class SectionHeader extends DefinitionBase {
|
|
4617
4632
|
static $t: Type;
|
|
4618
|
-
private
|
|
4619
|
-
get
|
|
4620
|
-
set
|
|
4621
|
-
private
|
|
4622
|
-
get
|
|
4623
|
-
set
|
|
4633
|
+
private h3;
|
|
4634
|
+
get h9(): Brush;
|
|
4635
|
+
set h9(a: Brush);
|
|
4636
|
+
private h0;
|
|
4637
|
+
get h6(): Brush;
|
|
4638
|
+
set h6(a: Brush);
|
|
4639
|
+
private h4;
|
|
4640
|
+
get ia(): Brush;
|
|
4641
|
+
set ia(a: Brush);
|
|
4642
|
+
private h1;
|
|
4643
|
+
get h7(): Brush;
|
|
4644
|
+
set h7(a: Brush);
|
|
4645
|
+
private h2;
|
|
4646
|
+
get h8(): Brush;
|
|
4647
|
+
set h8(a: Brush);
|
|
4624
4648
|
private hz;
|
|
4625
|
-
get
|
|
4626
|
-
set
|
|
4627
|
-
private hx;
|
|
4628
|
-
get h1(): Brush;
|
|
4629
|
-
set h1(a: Brush);
|
|
4649
|
+
get h5(): Brush;
|
|
4650
|
+
set h5(a: Brush);
|
|
4630
4651
|
private ha;
|
|
4631
4652
|
get he(): number;
|
|
4632
4653
|
set he(a: number);
|
|
@@ -4652,17 +4673,19 @@ export declare class SectionHeader extends DefinitionBase {
|
|
|
4652
4673
|
protected gn(): Brush;
|
|
4653
4674
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4654
4675
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4676
|
+
protected e4(): void;
|
|
4655
4677
|
protected es(a: DataGrid, b: DataGrid): void;
|
|
4656
4678
|
private g8;
|
|
4657
|
-
private
|
|
4658
|
-
private
|
|
4679
|
+
private hu;
|
|
4680
|
+
private ht;
|
|
4659
4681
|
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4660
|
-
|
|
4661
|
-
|
|
4682
|
+
hx(): void;
|
|
4683
|
+
hy(): void;
|
|
4662
4684
|
protected e8(): void;
|
|
4663
4685
|
protected fk(): void;
|
|
4686
|
+
hw(): void;
|
|
4664
4687
|
protected fl(): void;
|
|
4665
|
-
|
|
4688
|
+
hv(): void;
|
|
4666
4689
|
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4667
4690
|
private g2;
|
|
4668
4691
|
}
|
|
@@ -4746,7 +4769,6 @@ export declare abstract class SummaryRow extends DefinitionBase {
|
|
|
4746
4769
|
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4747
4770
|
protected hp(): void;
|
|
4748
4771
|
protected hq(): void;
|
|
4749
|
-
protected fl(): void;
|
|
4750
4772
|
protected hr(): void;
|
|
4751
4773
|
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4752
4774
|
protected ak(): FontInfo;
|
|
@@ -4763,6 +4785,7 @@ export declare class SummaryRowRoot extends SummaryRow {
|
|
|
4763
4785
|
protected hp(): void;
|
|
4764
4786
|
protected hq(): void;
|
|
4765
4787
|
protected fk(): void;
|
|
4788
|
+
protected fl(): void;
|
|
4766
4789
|
protected hr(): void;
|
|
4767
4790
|
}
|
|
4768
4791
|
/**
|
|
@@ -4776,6 +4799,7 @@ export declare class SummaryRowSection extends SummaryRow {
|
|
|
4776
4799
|
protected hp(): void;
|
|
4777
4800
|
protected hq(): void;
|
|
4778
4801
|
protected fk(): void;
|
|
4802
|
+
protected fl(): void;
|
|
4779
4803
|
protected hr(): void;
|
|
4780
4804
|
}
|
|
4781
4805
|
/**
|
|
@@ -4788,7 +4812,7 @@ export declare class TemplateColumn extends DataGridColumn {
|
|
|
4788
4812
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4789
4813
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4790
4814
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4791
|
-
|
|
4815
|
+
r8(a: TemplateCellModel, b: any): void;
|
|
4792
4816
|
cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
|
|
4793
4817
|
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4794
4818
|
h1(): DataGridColumn;
|
|
@@ -4810,22 +4834,22 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
|
|
|
4810
4834
|
*/
|
|
4811
4835
|
export declare class TextColumn extends DataGridColumn {
|
|
4812
4836
|
static $t: Type;
|
|
4813
|
-
private
|
|
4837
|
+
private r9;
|
|
4838
|
+
get sd(): string;
|
|
4839
|
+
set sd(a: string);
|
|
4840
|
+
get r7(): EditorType;
|
|
4841
|
+
set r7(a: EditorType);
|
|
4842
|
+
get r8(): any;
|
|
4843
|
+
set r8(a: any);
|
|
4814
4844
|
get sa(): string;
|
|
4815
4845
|
set sa(a: string);
|
|
4816
|
-
get
|
|
4817
|
-
set
|
|
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);
|
|
4846
|
+
get sb(): string;
|
|
4847
|
+
set sb(a: string);
|
|
4824
4848
|
protected n(a: CellPath): CellModel;
|
|
4825
4849
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4826
4850
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4827
4851
|
d1(a: DataGrid, b: any, c: any): string;
|
|
4828
|
-
private
|
|
4852
|
+
private sc;
|
|
4829
4853
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4830
4854
|
h1(): DataGridColumn;
|
|
4831
4855
|
}
|