igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.2
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 +44020 -42109
- 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 +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- 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 +25 -25
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +416 -411
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
- package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/EditorCellPresenter.js +21 -21
- package/esm2015/lib/FilterCellPresenter.js +12 -12
- package/esm2015/lib/GridCellBase.js +6 -6
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +6 -3
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCellPresenter.js +7 -7
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +3 -3
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextHeaderCell.js +62 -27
- package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +57 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +271 -188
- package/esm2015/lib/igc-data-grid-component.js +135 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
- 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-date-time-column-module.js +2 -0
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-module.js +2 -0
- 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-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- 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-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +74 -24
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- 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 +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- 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 +25 -25
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +399 -394
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
- package/esm5/lib/ColumnGroupingView_combined.js +13 -13
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/EditorCellPresenter.js +21 -21
- package/esm5/lib/FilterCellPresenter.js +12 -12
- package/esm5/lib/GridCellBase.js +6 -6
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +377 -244
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +10 -3
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCellPresenter.js +7 -7
- package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +3 -3
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextHeaderCell.js +62 -27
- package/esm5/lib/TextHeaderCellPresenter.js +44 -25
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +57 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +311 -188
- package/esm5/lib/igc-data-grid-component.js +177 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
- 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-date-time-column-module.js +2 -0
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-module.js +2 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-module.js +2 -0
- 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-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- 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-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +98 -24
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
- package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/igc-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +23 -0
- package/lib/igc-data-grid-component.d.ts +43 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
- package/lib/igc-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -494,24 +494,25 @@ 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 f8(a: string): number;
|
|
498
498
|
s: ICellPresenter;
|
|
499
|
-
static
|
|
499
|
+
static hl: number;
|
|
500
500
|
private t;
|
|
501
501
|
get u(): ModelStates;
|
|
502
502
|
set u(a: ModelStates);
|
|
503
|
-
private
|
|
504
|
-
get
|
|
505
|
-
set
|
|
503
|
+
private ik;
|
|
504
|
+
get k9(): string;
|
|
505
|
+
set k9(a: string);
|
|
506
506
|
private k;
|
|
507
|
-
static
|
|
507
|
+
static g7: number;
|
|
508
508
|
get l(): CellPath;
|
|
509
509
|
set l(a: CellPath);
|
|
510
510
|
private al;
|
|
511
|
-
static
|
|
511
|
+
static fs: number;
|
|
512
512
|
get a1(): boolean;
|
|
513
513
|
set a1(a: boolean);
|
|
514
|
-
|
|
514
|
+
fq: number;
|
|
515
|
+
get fo(): number;
|
|
515
516
|
bn: boolean;
|
|
516
517
|
bs: boolean;
|
|
517
518
|
a7: boolean;
|
|
@@ -524,21 +525,21 @@ export declare abstract class CellModel extends Base {
|
|
|
524
525
|
e: IGridInfoRequestor;
|
|
525
526
|
d: ICellModelExportUpdater;
|
|
526
527
|
private an;
|
|
527
|
-
static
|
|
528
|
+
static gh: number;
|
|
528
529
|
get a4(): boolean;
|
|
529
530
|
set a4(a: boolean);
|
|
530
531
|
private b5;
|
|
531
532
|
static fb: number;
|
|
532
533
|
get cr(): number;
|
|
533
534
|
set cr(a: number);
|
|
534
|
-
private mu;
|
|
535
|
-
static e7: number;
|
|
536
|
-
get ng(): Brush;
|
|
537
|
-
set ng(a: Brush);
|
|
538
535
|
private mv;
|
|
539
|
-
static
|
|
536
|
+
static e7: number;
|
|
540
537
|
get nh(): Brush;
|
|
541
538
|
set nh(a: Brush);
|
|
539
|
+
private mw;
|
|
540
|
+
static fa: number;
|
|
541
|
+
get ni(): Brush;
|
|
542
|
+
set ni(a: Brush);
|
|
542
543
|
private dn;
|
|
543
544
|
static fd: number;
|
|
544
545
|
get fc(): number;
|
|
@@ -547,93 +548,93 @@ export declare abstract class CellModel extends Base {
|
|
|
547
548
|
static e9: number;
|
|
548
549
|
get e8(): number;
|
|
549
550
|
set e8(a: number);
|
|
550
|
-
private
|
|
551
|
+
private nz;
|
|
551
552
|
static fn: number;
|
|
552
|
-
get
|
|
553
|
-
set
|
|
554
|
-
static readonly
|
|
553
|
+
get n0(): Rect;
|
|
554
|
+
set n0(a: Rect);
|
|
555
|
+
static readonly gn: number;
|
|
555
556
|
private au;
|
|
556
557
|
get bh(): boolean;
|
|
557
558
|
set bh(a: boolean);
|
|
558
559
|
private ax;
|
|
559
|
-
static
|
|
560
|
+
static gp: number;
|
|
560
561
|
get bo(): boolean;
|
|
561
562
|
set bo(a: boolean);
|
|
562
563
|
private ay;
|
|
563
|
-
static
|
|
564
|
+
static gq: number;
|
|
564
565
|
get bp(): boolean;
|
|
565
566
|
set bp(a: boolean);
|
|
566
567
|
private aw;
|
|
567
|
-
static
|
|
568
|
+
static go: number;
|
|
568
569
|
get bk(): boolean;
|
|
569
570
|
set bk(a: boolean);
|
|
570
571
|
private as;
|
|
571
|
-
static
|
|
572
|
+
static gm: number;
|
|
572
573
|
get bf(): boolean;
|
|
573
574
|
set bf(a: boolean);
|
|
574
575
|
private d0;
|
|
575
|
-
static
|
|
576
|
-
get
|
|
577
|
-
set
|
|
576
|
+
static gg: number;
|
|
577
|
+
get gf(): number;
|
|
578
|
+
set gf(a: number);
|
|
578
579
|
private bv;
|
|
579
580
|
a8(a: string): boolean;
|
|
580
581
|
bc(propertyId_: number): boolean;
|
|
581
582
|
bb(a: string): boolean;
|
|
582
583
|
private dt;
|
|
583
584
|
private a;
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
585
|
+
l8(propertyId_: number): void;
|
|
586
|
+
l5(): void;
|
|
587
|
+
l9(a: string): void;
|
|
587
588
|
private am;
|
|
588
589
|
get a2(): boolean;
|
|
589
590
|
set a2(a: boolean);
|
|
590
591
|
private a0;
|
|
591
|
-
protected
|
|
592
|
+
protected mg(a: string, b: number, c: any, d: any): void;
|
|
592
593
|
protected bu(a: string): boolean;
|
|
593
|
-
protected
|
|
594
|
-
private
|
|
595
|
-
private ma;
|
|
594
|
+
protected mj(a: string, b: any, c: any): void;
|
|
595
|
+
private mh;
|
|
596
596
|
private mb;
|
|
597
597
|
private mc;
|
|
598
598
|
private md;
|
|
599
|
-
private mh;
|
|
600
599
|
private me;
|
|
601
|
-
private
|
|
602
|
-
|
|
603
|
-
|
|
600
|
+
private mi;
|
|
601
|
+
private mf;
|
|
602
|
+
private nn;
|
|
603
|
+
ml(): void;
|
|
604
|
+
protected mm(): void;
|
|
604
605
|
private bx;
|
|
605
|
-
|
|
606
|
+
mo(a: string, b: any): void;
|
|
606
607
|
a3(a: string): boolean;
|
|
607
|
-
|
|
608
|
-
|
|
608
|
+
mk(a: string): void;
|
|
609
|
+
id(a: string): any;
|
|
609
610
|
private q;
|
|
610
611
|
get r(): GridLayer;
|
|
611
612
|
set r(a: GridLayer);
|
|
612
|
-
static
|
|
613
|
-
private
|
|
614
|
-
get
|
|
615
|
-
set
|
|
616
|
-
static readonly
|
|
613
|
+
static hc: number;
|
|
614
|
+
private ic;
|
|
615
|
+
get ih(): any;
|
|
616
|
+
set ih(a: any);
|
|
617
|
+
static readonly h8: number;
|
|
617
618
|
private cm;
|
|
618
619
|
get c8(): number;
|
|
619
620
|
set c8(a: number);
|
|
620
|
-
static readonly
|
|
621
|
+
static readonly h9: number;
|
|
621
622
|
private cn;
|
|
622
623
|
get c9(): number;
|
|
623
624
|
set c9(a: number);
|
|
624
|
-
static readonly
|
|
625
|
+
static readonly hg: number;
|
|
625
626
|
private d7;
|
|
626
|
-
get
|
|
627
|
-
set
|
|
628
|
-
static readonly
|
|
627
|
+
get hf(): number;
|
|
628
|
+
set hf(a: number);
|
|
629
|
+
static readonly hi: number;
|
|
629
630
|
private d8;
|
|
630
|
-
get
|
|
631
|
-
set
|
|
632
|
-
static readonly
|
|
631
|
+
get hh(): number;
|
|
632
|
+
set hh(a: number);
|
|
633
|
+
static readonly fw: number;
|
|
633
634
|
private b7;
|
|
634
635
|
get ct(): number;
|
|
635
636
|
set ct(a: number);
|
|
636
|
-
static readonly
|
|
637
|
+
static readonly fp: number;
|
|
637
638
|
private b6;
|
|
638
639
|
get cs(): number;
|
|
639
640
|
set cs(a: number);
|
|
@@ -641,7 +642,7 @@ export declare abstract class CellModel extends Base {
|
|
|
641
642
|
private b3;
|
|
642
643
|
get cp(): number;
|
|
643
644
|
set cp(a: number);
|
|
644
|
-
static readonly
|
|
645
|
+
static readonly gx: number;
|
|
645
646
|
private cb;
|
|
646
647
|
get cx(): number;
|
|
647
648
|
set cx(a: number);
|
|
@@ -649,40 +650,40 @@ export declare abstract class CellModel extends Base {
|
|
|
649
650
|
private b4;
|
|
650
651
|
get cq(): number;
|
|
651
652
|
set cq(a: number);
|
|
652
|
-
static readonly
|
|
653
|
-
|
|
653
|
+
static readonly gt: number;
|
|
654
|
+
ma(): void;
|
|
654
655
|
private b9;
|
|
655
656
|
get cv(): number;
|
|
656
657
|
set cv(a: number);
|
|
657
|
-
static readonly
|
|
658
|
+
static readonly h1: number;
|
|
658
659
|
private cj;
|
|
659
660
|
get c5(): number;
|
|
660
661
|
set c5(a: number);
|
|
661
|
-
static readonly
|
|
662
|
+
static readonly gu: number;
|
|
662
663
|
private ca;
|
|
663
664
|
get cw(): number;
|
|
664
665
|
set cw(a: number);
|
|
665
|
-
static readonly
|
|
666
|
+
static readonly h2: number;
|
|
666
667
|
private ck;
|
|
667
668
|
get c6(): number;
|
|
668
669
|
set c6(a: number);
|
|
669
|
-
static readonly
|
|
670
|
+
static readonly ga: number;
|
|
670
671
|
private dz;
|
|
671
|
-
get
|
|
672
|
-
set
|
|
673
|
-
static readonly
|
|
672
|
+
get f9(): number;
|
|
673
|
+
set f9(a: number);
|
|
674
|
+
static readonly h7: number;
|
|
674
675
|
private d9;
|
|
675
|
-
get
|
|
676
|
-
set
|
|
677
|
-
static readonly
|
|
676
|
+
get h6(): number;
|
|
677
|
+
set h6(a: number);
|
|
678
|
+
static readonly gr: number;
|
|
678
679
|
private az;
|
|
679
680
|
get br(): boolean;
|
|
680
681
|
set br(a: boolean);
|
|
681
|
-
static readonly
|
|
682
|
+
static readonly gw: number;
|
|
682
683
|
private v;
|
|
683
684
|
get w(): ModelTypes;
|
|
684
685
|
set w(a: ModelTypes);
|
|
685
|
-
static readonly
|
|
686
|
+
static readonly he: number;
|
|
686
687
|
private cd;
|
|
687
688
|
get cz(): number;
|
|
688
689
|
set cz(a: number);
|
|
@@ -690,106 +691,106 @@ export declare abstract class CellModel extends Base {
|
|
|
690
691
|
private b2;
|
|
691
692
|
get co(): number;
|
|
692
693
|
set co(a: number);
|
|
693
|
-
static readonly
|
|
694
|
+
static readonly gd: number;
|
|
694
695
|
private b8;
|
|
695
696
|
get cu(): number;
|
|
696
697
|
set cu(a: number);
|
|
697
698
|
private av;
|
|
698
699
|
get bi(): boolean;
|
|
699
700
|
set bi(a: boolean);
|
|
700
|
-
static readonly
|
|
701
|
+
static readonly gb: number;
|
|
701
702
|
private f;
|
|
702
703
|
get g(): CellContentHorizontalAlignment;
|
|
703
704
|
set g(a: CellContentHorizontalAlignment);
|
|
704
|
-
static readonly
|
|
705
|
+
static readonly h4: number;
|
|
705
706
|
private h;
|
|
706
707
|
get i(): CellContentVerticalAlignment;
|
|
707
708
|
set i(a: CellContentVerticalAlignment);
|
|
708
709
|
static readonly e6: number;
|
|
709
|
-
private
|
|
710
|
-
get
|
|
711
|
-
set
|
|
710
|
+
private mu;
|
|
711
|
+
get ng(): Brush;
|
|
712
|
+
set ng(a: Brush);
|
|
712
713
|
static readonly fi: number;
|
|
713
|
-
private
|
|
714
|
-
get
|
|
715
|
-
set
|
|
714
|
+
private mx;
|
|
715
|
+
get nj(): Brush;
|
|
716
|
+
set nj(a: Brush);
|
|
716
717
|
static readonly ek: number;
|
|
717
|
-
private mq;
|
|
718
|
-
get nc(): Brush;
|
|
719
|
-
set nc(a: Brush);
|
|
720
|
-
static readonly ep: number;
|
|
721
718
|
private mr;
|
|
722
719
|
get nd(): Brush;
|
|
723
720
|
set nd(a: Brush);
|
|
721
|
+
static readonly ep: number;
|
|
722
|
+
private ms;
|
|
723
|
+
get ne(): Brush;
|
|
724
|
+
set ne(a: Brush);
|
|
724
725
|
static readonly ee: number;
|
|
725
|
-
private
|
|
726
|
-
get
|
|
727
|
-
set
|
|
728
|
-
static readonly
|
|
729
|
-
private
|
|
730
|
-
get
|
|
731
|
-
set
|
|
732
|
-
static readonly
|
|
733
|
-
private m4;
|
|
734
|
-
get nr(): Brush;
|
|
735
|
-
set nr(a: Brush);
|
|
736
|
-
static readonly gb: number;
|
|
737
|
-
private m0;
|
|
738
|
-
get nn(): Brush;
|
|
739
|
-
set nn(a: Brush);
|
|
740
|
-
static readonly gd: number;
|
|
741
|
-
private m1;
|
|
742
|
-
get no(): Brush;
|
|
743
|
-
set no(a: Brush);
|
|
744
|
-
static readonly hj: number;
|
|
726
|
+
private mq;
|
|
727
|
+
get nc(): Brush;
|
|
728
|
+
set nc(a: Brush);
|
|
729
|
+
static readonly f1: number;
|
|
730
|
+
private mz;
|
|
731
|
+
get nl(): Brush;
|
|
732
|
+
set nl(a: Brush);
|
|
733
|
+
static readonly hd: number;
|
|
745
734
|
private m5;
|
|
746
735
|
get ns(): Brush;
|
|
747
736
|
set ns(a: Brush);
|
|
748
|
-
static readonly
|
|
737
|
+
static readonly gc: number;
|
|
738
|
+
private m1;
|
|
739
|
+
get no(): Brush;
|
|
740
|
+
set no(a: Brush);
|
|
741
|
+
static readonly ge: number;
|
|
742
|
+
private m2;
|
|
743
|
+
get np(): Brush;
|
|
744
|
+
set np(a: Brush);
|
|
745
|
+
static readonly hk: number;
|
|
749
746
|
private m6;
|
|
750
747
|
get nt(): Brush;
|
|
751
748
|
set nt(a: Brush);
|
|
752
|
-
static readonly
|
|
749
|
+
static readonly hm: number;
|
|
750
|
+
private m7;
|
|
751
|
+
get nu(): Brush;
|
|
752
|
+
set nu(a: Brush);
|
|
753
|
+
static readonly g9: number;
|
|
754
|
+
private m4;
|
|
755
|
+
get nr(): Brush;
|
|
756
|
+
set nr(a: Brush);
|
|
753
757
|
private m3;
|
|
758
|
+
static readonly gs: number;
|
|
754
759
|
get nq(): Brush;
|
|
755
760
|
set nq(a: Brush);
|
|
756
|
-
private
|
|
757
|
-
static readonly
|
|
758
|
-
get
|
|
759
|
-
set
|
|
760
|
-
|
|
761
|
-
static readonly f5: number;
|
|
762
|
-
get nl(): Brush;
|
|
763
|
-
set nl(a: Brush);
|
|
764
|
-
static readonly g9: number;
|
|
761
|
+
private m0;
|
|
762
|
+
static readonly f6: number;
|
|
763
|
+
get nm(): Brush;
|
|
764
|
+
set nm(a: Brush);
|
|
765
|
+
static readonly ha: number;
|
|
765
766
|
private cc;
|
|
766
767
|
get cy(): number;
|
|
767
768
|
set cy(a: number);
|
|
768
|
-
static readonly
|
|
769
|
-
private
|
|
770
|
-
get
|
|
771
|
-
set
|
|
772
|
-
static readonly
|
|
773
|
-
private
|
|
774
|
-
get
|
|
775
|
-
set
|
|
776
|
-
static readonly
|
|
777
|
-
private
|
|
778
|
-
get
|
|
779
|
-
set
|
|
780
|
-
static readonly
|
|
781
|
-
private
|
|
782
|
-
get
|
|
783
|
-
set
|
|
769
|
+
static readonly gy: number;
|
|
770
|
+
private ib;
|
|
771
|
+
get ig(): any;
|
|
772
|
+
set ig(a: any);
|
|
773
|
+
static readonly hb: number;
|
|
774
|
+
private ij;
|
|
775
|
+
get ky(): string;
|
|
776
|
+
set ky(a: string);
|
|
777
|
+
static readonly h3: number;
|
|
778
|
+
private ip;
|
|
779
|
+
get lu(): string;
|
|
780
|
+
set lu(a: string);
|
|
781
|
+
static readonly hz: number;
|
|
782
|
+
private nb;
|
|
783
|
+
get ny(): Brush;
|
|
784
|
+
set ny(a: Brush);
|
|
784
785
|
static readonly e5: number;
|
|
785
|
-
private
|
|
786
|
-
get
|
|
787
|
-
set
|
|
788
|
-
static readonly
|
|
789
|
-
private
|
|
790
|
-
get
|
|
791
|
-
set
|
|
792
|
-
static readonly
|
|
786
|
+
private mt;
|
|
787
|
+
get nf(): Brush;
|
|
788
|
+
set nf(a: Brush);
|
|
789
|
+
static readonly fr: number;
|
|
790
|
+
private my;
|
|
791
|
+
get nk(): Brush;
|
|
792
|
+
set nk(a: Brush);
|
|
793
|
+
static readonly f7: number;
|
|
793
794
|
private af;
|
|
794
795
|
get aj(): FontInfo;
|
|
795
796
|
set aj(a: FontInfo);
|
|
@@ -797,82 +798,82 @@ export declare abstract class CellModel extends Base {
|
|
|
797
798
|
private ad;
|
|
798
799
|
get ah(): FontInfo;
|
|
799
800
|
set ah(a: FontInfo);
|
|
801
|
+
static readonly hy: number;
|
|
802
|
+
private io;
|
|
803
|
+
get ll(): string;
|
|
804
|
+
set ll(a: string);
|
|
805
|
+
static readonly hw: number;
|
|
806
|
+
private na;
|
|
807
|
+
get nx(): Brush;
|
|
808
|
+
set nx(a: Brush);
|
|
800
809
|
static readonly hx: number;
|
|
810
|
+
private ag;
|
|
811
|
+
get ak(): FontInfo;
|
|
812
|
+
set ak(a: FontInfo);
|
|
813
|
+
static readonly hp: number;
|
|
801
814
|
private im;
|
|
802
|
-
get
|
|
803
|
-
set
|
|
804
|
-
static readonly
|
|
815
|
+
get ld(): string;
|
|
816
|
+
set ld(a: string);
|
|
817
|
+
static readonly hn: number;
|
|
818
|
+
private il;
|
|
819
|
+
get la(): string;
|
|
820
|
+
set la(a: string);
|
|
821
|
+
static readonly hq: number;
|
|
805
822
|
private m9;
|
|
806
823
|
get nw(): Brush;
|
|
807
824
|
set nw(a: Brush);
|
|
808
|
-
static readonly hw: number;
|
|
809
|
-
private ag;
|
|
810
|
-
get ak(): FontInfo;
|
|
811
|
-
set ak(a: FontInfo);
|
|
812
825
|
static readonly ho: number;
|
|
813
|
-
private il;
|
|
814
|
-
get lc(): string;
|
|
815
|
-
set lc(a: string);
|
|
816
|
-
static readonly hm: number;
|
|
817
|
-
private ik;
|
|
818
|
-
get k9(): string;
|
|
819
|
-
set k9(a: string);
|
|
820
|
-
static readonly hp: number;
|
|
821
826
|
private m8;
|
|
822
827
|
get nv(): Brush;
|
|
823
828
|
set nv(a: Brush);
|
|
824
|
-
static readonly
|
|
825
|
-
private m7;
|
|
826
|
-
get nu(): Brush;
|
|
827
|
-
set nu(a: Brush);
|
|
828
|
-
static readonly hr: number;
|
|
829
|
+
static readonly hs: number;
|
|
829
830
|
private cf;
|
|
830
831
|
get c1(): number;
|
|
831
832
|
set c1(a: number);
|
|
832
|
-
static readonly
|
|
833
|
+
static readonly ht: number;
|
|
833
834
|
private cg;
|
|
834
835
|
get c2(): number;
|
|
835
836
|
set c2(a: number);
|
|
836
|
-
static readonly
|
|
837
|
+
static readonly hu: number;
|
|
837
838
|
private ch;
|
|
838
839
|
get c3(): number;
|
|
839
840
|
set c3(a: number);
|
|
840
|
-
static readonly
|
|
841
|
+
static readonly hr: number;
|
|
841
842
|
private ce;
|
|
842
843
|
get c0(): number;
|
|
843
844
|
set c0(a: number);
|
|
844
|
-
static readonly
|
|
845
|
+
static readonly hv: number;
|
|
845
846
|
private ci;
|
|
846
847
|
get c4(): number;
|
|
847
848
|
set c4(a: number);
|
|
848
|
-
static readonly
|
|
849
|
+
static readonly h0: number;
|
|
849
850
|
private z;
|
|
850
851
|
get aa(): TextCellDecoration;
|
|
851
852
|
set aa(a: TextCellDecoration);
|
|
852
|
-
static readonly
|
|
853
|
+
static readonly gv: number;
|
|
853
854
|
private ab;
|
|
854
855
|
get ac(): TextCellLineBreakMode;
|
|
855
856
|
set ac(a: TextCellLineBreakMode);
|
|
856
|
-
static readonly
|
|
857
|
+
static readonly h5: number;
|
|
857
858
|
private cl;
|
|
858
859
|
get c7(): number;
|
|
859
860
|
set c7(a: number);
|
|
860
|
-
static readonly
|
|
861
|
+
static readonly g2: number;
|
|
861
862
|
private d4;
|
|
862
|
-
get
|
|
863
|
-
set
|
|
864
|
-
static readonly
|
|
863
|
+
get g1(): number;
|
|
864
|
+
set g1(a: number);
|
|
865
|
+
static readonly g6: number;
|
|
865
866
|
private d6;
|
|
866
|
-
get
|
|
867
|
-
set
|
|
868
|
-
static readonly
|
|
867
|
+
get g5(): number;
|
|
868
|
+
set g5(a: number);
|
|
869
|
+
static readonly g4: number;
|
|
869
870
|
private d5;
|
|
870
|
-
get
|
|
871
|
-
set
|
|
872
|
-
static readonly
|
|
871
|
+
get g3(): number;
|
|
872
|
+
set g3(a: number);
|
|
873
|
+
static readonly g0: number;
|
|
873
874
|
private d3;
|
|
874
|
-
get
|
|
875
|
-
set
|
|
875
|
+
get gz(): number;
|
|
876
|
+
set gz(a: number);
|
|
876
877
|
static readonly e0: number;
|
|
877
878
|
private dj;
|
|
878
879
|
get ez(): number;
|
|
@@ -921,22 +922,22 @@ export declare abstract class CellModel extends Base {
|
|
|
921
922
|
private da;
|
|
922
923
|
get ea(): number;
|
|
923
924
|
set ea(a: number);
|
|
924
|
-
static readonly
|
|
925
|
+
static readonly f0: number;
|
|
925
926
|
private dw;
|
|
926
|
-
get
|
|
927
|
-
set
|
|
928
|
-
static readonly
|
|
927
|
+
get fz(): number;
|
|
928
|
+
set fz(a: number);
|
|
929
|
+
static readonly f5: number;
|
|
929
930
|
private dy;
|
|
930
|
-
get
|
|
931
|
-
set
|
|
932
|
-
static readonly
|
|
931
|
+
get f4(): number;
|
|
932
|
+
set f4(a: number);
|
|
933
|
+
static readonly f3: number;
|
|
933
934
|
private dx;
|
|
934
|
-
get
|
|
935
|
-
set
|
|
936
|
-
static readonly
|
|
935
|
+
get f2(): number;
|
|
936
|
+
set f2(a: number);
|
|
937
|
+
static readonly fy: number;
|
|
937
938
|
private dv;
|
|
938
|
-
get
|
|
939
|
-
set
|
|
939
|
+
get fx(): number;
|
|
940
|
+
set fx(a: number);
|
|
940
941
|
static readonly eo: number;
|
|
941
942
|
private df;
|
|
942
943
|
get en(): number;
|
|
@@ -953,63 +954,63 @@ export declare abstract class CellModel extends Base {
|
|
|
953
954
|
private de;
|
|
954
955
|
get el(): number;
|
|
955
956
|
set el(a: number);
|
|
956
|
-
static readonly
|
|
957
|
+
static readonly hj: number;
|
|
957
958
|
private m;
|
|
958
959
|
get n(): ColumnSortDirection;
|
|
959
960
|
set n(a: ColumnSortDirection);
|
|
960
|
-
static readonly
|
|
961
|
+
static readonly gl: number;
|
|
961
962
|
private ar;
|
|
962
963
|
get be(): boolean;
|
|
963
964
|
set be(a: boolean);
|
|
964
|
-
static readonly
|
|
965
|
+
static readonly gi: number;
|
|
965
966
|
private ao;
|
|
966
967
|
get a6(): boolean;
|
|
967
968
|
set a6(a: boolean);
|
|
968
|
-
static readonly
|
|
969
|
+
static readonly g8: number;
|
|
969
970
|
private x;
|
|
970
971
|
get y(): PinnedPositions;
|
|
971
972
|
set y(a: PinnedPositions);
|
|
972
|
-
static readonly
|
|
973
|
+
static readonly fu: number;
|
|
973
974
|
private ae;
|
|
974
975
|
get ai(): FontInfo;
|
|
975
976
|
set ai(a: FontInfo);
|
|
976
|
-
static readonly
|
|
977
|
+
static readonly gk: number;
|
|
977
978
|
private aq;
|
|
978
979
|
get bd(): boolean;
|
|
979
980
|
set bd(a: boolean);
|
|
980
|
-
static readonly
|
|
981
|
+
static readonly gj: number;
|
|
981
982
|
private ap;
|
|
982
983
|
get ba(): boolean;
|
|
983
984
|
set ba(a: boolean);
|
|
984
|
-
static readonly
|
|
985
|
-
private
|
|
986
|
-
get
|
|
987
|
-
set
|
|
985
|
+
static readonly ft: number;
|
|
986
|
+
private ii;
|
|
987
|
+
get jq(): string;
|
|
988
|
+
set jq(a: string);
|
|
988
989
|
bj: boolean;
|
|
989
990
|
private du;
|
|
990
|
-
get
|
|
991
|
-
set
|
|
991
|
+
get fv(): number;
|
|
992
|
+
set fv(a: number);
|
|
992
993
|
private at;
|
|
993
994
|
get bg(): boolean;
|
|
994
995
|
set bg(a: boolean);
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
protected
|
|
996
|
+
ia: number;
|
|
997
|
+
l3(): void;
|
|
998
|
+
protected l4(): void;
|
|
998
999
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
999
1000
|
b(a: CellModelExport): CellModelExport;
|
|
1000
1001
|
private static bz;
|
|
1001
|
-
protected
|
|
1002
|
+
protected l7(): void;
|
|
1002
1003
|
private static bw;
|
|
1003
1004
|
private b0;
|
|
1004
|
-
protected
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1005
|
+
protected l6(): void;
|
|
1006
|
+
l1(a: string): Type;
|
|
1007
|
+
mp(a: string, b: any): void;
|
|
1008
|
+
ie(a: string): any;
|
|
1009
|
+
mn(a: string, b: any): void;
|
|
1009
1010
|
cellReconciling: (model: CellModel) => void;
|
|
1010
1011
|
bq(a: DataSourceRowType): boolean;
|
|
1011
|
-
|
|
1012
|
-
|
|
1012
|
+
j1(): string;
|
|
1013
|
+
l2(a: List$1<GridConditionalStyle>): void;
|
|
1013
1014
|
}
|
|
1014
1015
|
/**
|
|
1015
1016
|
* @hidden
|
|
@@ -1017,42 +1018,42 @@ export declare abstract class CellModel extends Base {
|
|
|
1017
1018
|
export declare class DateTimeCellModel extends CellModel {
|
|
1018
1019
|
static $t: Type;
|
|
1019
1020
|
constructor();
|
|
1020
|
-
static readonly
|
|
1021
|
-
private
|
|
1022
|
-
get
|
|
1023
|
-
set
|
|
1021
|
+
static readonly od: number;
|
|
1022
|
+
private oa;
|
|
1023
|
+
get ob(): Date;
|
|
1024
|
+
set ob(a: Date);
|
|
1025
|
+
static readonly og: number;
|
|
1026
|
+
private om;
|
|
1027
|
+
get os(): string;
|
|
1028
|
+
set os(a: string);
|
|
1024
1029
|
static readonly of: number;
|
|
1025
|
-
private
|
|
1026
|
-
get
|
|
1027
|
-
set
|
|
1030
|
+
private n1;
|
|
1031
|
+
get n2(): any[];
|
|
1032
|
+
set n2(a: any[]);
|
|
1033
|
+
n3: BindingFormatter;
|
|
1034
|
+
private ok;
|
|
1028
1035
|
static readonly oe: number;
|
|
1029
|
-
private n0;
|
|
1030
|
-
get n1(): any[];
|
|
1031
|
-
set n1(a: any[]);
|
|
1032
|
-
n2: BindingFormatter;
|
|
1033
|
-
private oj;
|
|
1034
|
-
static readonly od: number;
|
|
1035
1036
|
private _formatOverride;
|
|
1036
|
-
get
|
|
1037
|
-
set
|
|
1038
|
-
static readonly
|
|
1039
|
-
private
|
|
1040
|
-
get
|
|
1041
|
-
set
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
static readonly og: number;
|
|
1045
|
-
private n3;
|
|
1046
|
-
get n4(): DateTimeColumnValueFormatter;
|
|
1047
|
-
set n4(a: DateTimeColumnValueFormatter);
|
|
1037
|
+
get ol(): any;
|
|
1038
|
+
set ol(a: any);
|
|
1039
|
+
static readonly oc: number;
|
|
1040
|
+
private n6;
|
|
1041
|
+
get n7(): DateTimeFormats;
|
|
1042
|
+
set n7(a: DateTimeFormats);
|
|
1043
|
+
op(a: Date): string;
|
|
1044
|
+
j1(): string;
|
|
1048
1045
|
static readonly oh: number;
|
|
1049
|
-
private
|
|
1050
|
-
get
|
|
1051
|
-
set
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1046
|
+
private n4;
|
|
1047
|
+
get n5(): DateTimeColumnValueFormatter;
|
|
1048
|
+
set n5(a: DateTimeColumnValueFormatter);
|
|
1049
|
+
static readonly oi: number;
|
|
1050
|
+
private n8;
|
|
1051
|
+
get n9(): boolean;
|
|
1052
|
+
set n9(a: boolean);
|
|
1053
|
+
protected mj(a: string, b: any, c: any): void;
|
|
1054
|
+
mp(a: string, b: any): void;
|
|
1055
|
+
l1(a: string): Type;
|
|
1056
|
+
ie(a: string): any;
|
|
1056
1057
|
b(a: CellModelExport): CellModelExport;
|
|
1057
1058
|
}
|
|
1058
1059
|
/**
|
|
@@ -1061,102 +1062,102 @@ export declare class DateTimeCellModel extends CellModel {
|
|
|
1061
1062
|
export declare class EditorCellModel extends CellModel {
|
|
1062
1063
|
static $t: Type;
|
|
1063
1064
|
constructor();
|
|
1065
|
+
private og;
|
|
1064
1066
|
private of;
|
|
1065
|
-
private
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
private n4;
|
|
1070
|
-
static om: number;
|
|
1071
|
-
get n5(): CellModel;
|
|
1072
|
-
set n5(a: CellModel);
|
|
1073
|
-
private n2;
|
|
1074
|
-
static og: number;
|
|
1075
|
-
get n3(): DataSourceSchemaPropertyType;
|
|
1076
|
-
set n3(a: DataSourceSchemaPropertyType);
|
|
1077
|
-
private oy;
|
|
1067
|
+
private oa;
|
|
1068
|
+
static oq: number;
|
|
1069
|
+
get od(): boolean;
|
|
1070
|
+
private n5;
|
|
1078
1071
|
static on: number;
|
|
1079
|
-
get
|
|
1080
|
-
set
|
|
1081
|
-
|
|
1082
|
-
|
|
1072
|
+
get n6(): CellModel;
|
|
1073
|
+
set n6(a: CellModel);
|
|
1074
|
+
private n3;
|
|
1075
|
+
static oh: number;
|
|
1076
|
+
get n4(): DataSourceSchemaPropertyType;
|
|
1077
|
+
set n4(a: DataSourceSchemaPropertyType);
|
|
1078
|
+
private oz;
|
|
1079
|
+
static oo: number;
|
|
1080
|
+
get o9(): string;
|
|
1081
|
+
set o9(a: string);
|
|
1082
|
+
ow: any;
|
|
1083
|
+
private n7;
|
|
1084
|
+
static ol: number;
|
|
1085
|
+
get n8(): EditorType;
|
|
1086
|
+
set n8(a: EditorType);
|
|
1087
|
+
private ou;
|
|
1088
|
+
static oj: number;
|
|
1089
|
+
get ov(): any;
|
|
1090
|
+
set ov(a: any);
|
|
1091
|
+
private oy;
|
|
1083
1092
|
static ok: number;
|
|
1084
|
-
get
|
|
1085
|
-
set
|
|
1086
|
-
private
|
|
1093
|
+
get o4(): string;
|
|
1094
|
+
set o4(a: string);
|
|
1095
|
+
private n1;
|
|
1096
|
+
static om: number;
|
|
1097
|
+
get n2(): string[];
|
|
1098
|
+
set n2(a: string[]);
|
|
1099
|
+
static op: number;
|
|
1100
|
+
private n9;
|
|
1101
|
+
get oc(): boolean;
|
|
1102
|
+
set oc(a: boolean);
|
|
1087
1103
|
static oi: number;
|
|
1088
|
-
get ou(): any;
|
|
1089
|
-
set ou(a: any);
|
|
1090
1104
|
private ox;
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
private
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
static oo: number;
|
|
1099
|
-
private n8;
|
|
1100
|
-
get ob(): boolean;
|
|
1101
|
-
set ob(a: boolean);
|
|
1102
|
-
static oh: number;
|
|
1103
|
-
private ow;
|
|
1104
|
-
get o0(): string;
|
|
1105
|
-
set o0(a: string);
|
|
1106
|
-
static readonly oq: number;
|
|
1107
|
-
private oa;
|
|
1108
|
-
get od(): boolean;
|
|
1109
|
-
set od(a: boolean);
|
|
1105
|
+
get o1(): string;
|
|
1106
|
+
set o1(a: string);
|
|
1107
|
+
static readonly or: number;
|
|
1108
|
+
private ob;
|
|
1109
|
+
get oe(): boolean;
|
|
1110
|
+
set oe(a: boolean);
|
|
1111
|
+
get ot(): number;
|
|
1110
1112
|
get os(): number;
|
|
1111
|
-
|
|
1112
|
-
protected
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
id(a: string): any;
|
|
1113
|
+
protected mm(): void;
|
|
1114
|
+
protected mj(a: string, b: any, c: any): void;
|
|
1115
|
+
l1(a: string): Type;
|
|
1116
|
+
mp(a: string, b: any): void;
|
|
1117
|
+
ie(a: string): any;
|
|
1117
1118
|
b(a: CellModelExport): CellModelExport;
|
|
1118
|
-
private
|
|
1119
|
+
private pe;
|
|
1119
1120
|
}
|
|
1120
1121
|
/**
|
|
1121
1122
|
* @hidden
|
|
1122
1123
|
*/
|
|
1123
1124
|
export declare class FilterCellModel extends CellModel {
|
|
1124
1125
|
static $t: Type;
|
|
1125
|
-
static readonly oi: number;
|
|
1126
|
-
private n4;
|
|
1127
|
-
get n5(): DataSourceSchemaPropertyType;
|
|
1128
|
-
set n5(a: DataSourceSchemaPropertyType);
|
|
1129
|
-
static readonly ol: number;
|
|
1130
|
-
private n2;
|
|
1131
|
-
get n3(): ColumnFilterCondition;
|
|
1132
|
-
set n3(a: ColumnFilterCondition);
|
|
1133
1126
|
static readonly oj: number;
|
|
1134
|
-
private
|
|
1135
|
-
get
|
|
1136
|
-
set
|
|
1127
|
+
private n5;
|
|
1128
|
+
get n6(): DataSourceSchemaPropertyType;
|
|
1129
|
+
set n6(a: DataSourceSchemaPropertyType);
|
|
1130
|
+
static readonly om: number;
|
|
1131
|
+
private n3;
|
|
1132
|
+
get n4(): ColumnFilterCondition;
|
|
1133
|
+
set n4(a: ColumnFilterCondition);
|
|
1137
1134
|
static readonly ok: number;
|
|
1138
|
-
private
|
|
1139
|
-
get
|
|
1140
|
-
set
|
|
1141
|
-
static
|
|
1142
|
-
private
|
|
1143
|
-
get
|
|
1144
|
-
set
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1135
|
+
private n7;
|
|
1136
|
+
get n8(): IFilterExpression;
|
|
1137
|
+
set n8(a: IFilterExpression);
|
|
1138
|
+
static readonly ol: number;
|
|
1139
|
+
private n9;
|
|
1140
|
+
get oa(): GridFilterOperandsCollection;
|
|
1141
|
+
set oa(a: GridFilterOperandsCollection);
|
|
1142
|
+
static on: number;
|
|
1143
|
+
private ob;
|
|
1144
|
+
get oc(): boolean;
|
|
1145
|
+
set oc(a: boolean);
|
|
1146
|
+
private n1;
|
|
1147
|
+
get n2(): ColumnComparisonConditionOperatorType;
|
|
1148
|
+
set n2(a: ColumnComparisonConditionOperatorType);
|
|
1149
|
+
oo: any;
|
|
1150
|
+
oi: number;
|
|
1149
1151
|
oh: number;
|
|
1150
1152
|
og: number;
|
|
1151
1153
|
of: number;
|
|
1152
1154
|
oe: number;
|
|
1153
1155
|
od: number;
|
|
1154
|
-
oc: number;
|
|
1155
1156
|
constructor();
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1157
|
+
mp(a: string, b: any): void;
|
|
1158
|
+
l1(a: string): Type;
|
|
1159
|
+
ie(a: string): any;
|
|
1160
|
+
mn(a: string, b: any): void;
|
|
1160
1161
|
b(a: CellModelExport): CellModelExport;
|
|
1161
1162
|
}
|
|
1162
1163
|
/**
|
|
@@ -1172,22 +1173,22 @@ export declare class EditorRowCellModel extends CellModel {
|
|
|
1172
1173
|
export declare class SummaryCellModel extends CellModel {
|
|
1173
1174
|
static $t: Type;
|
|
1174
1175
|
constructor();
|
|
1175
|
-
static readonly n2: number;
|
|
1176
|
-
private n6;
|
|
1177
|
-
get n8(): string;
|
|
1178
|
-
set n8(a: string);
|
|
1179
1176
|
static readonly n3: number;
|
|
1180
1177
|
private n7;
|
|
1181
|
-
get
|
|
1182
|
-
set
|
|
1183
|
-
static readonly n5: number;
|
|
1184
|
-
private oe;
|
|
1185
|
-
get of(): Brush;
|
|
1186
|
-
set of(a: Brush);
|
|
1178
|
+
get n9(): string;
|
|
1179
|
+
set n9(a: string);
|
|
1187
1180
|
static readonly n4: number;
|
|
1188
|
-
private
|
|
1189
|
-
get
|
|
1190
|
-
set
|
|
1181
|
+
private n8;
|
|
1182
|
+
get ob(): string;
|
|
1183
|
+
set ob(a: string);
|
|
1184
|
+
static readonly n6: number;
|
|
1185
|
+
private of;
|
|
1186
|
+
get og(): Brush;
|
|
1187
|
+
set og(a: Brush);
|
|
1188
|
+
static readonly n5: number;
|
|
1189
|
+
private n1;
|
|
1190
|
+
get n2(): FontInfo;
|
|
1191
|
+
set n2(a: FontInfo);
|
|
1191
1192
|
b(a: CellModelExport): CellModelExport;
|
|
1192
1193
|
bq(a: DataSourceRowType): boolean;
|
|
1193
1194
|
}
|
|
@@ -1204,22 +1205,22 @@ export declare class VerticalSeparatorCellModel extends CellModel {
|
|
|
1204
1205
|
export declare class ImageCellModel extends CellModel {
|
|
1205
1206
|
static $t: Type;
|
|
1206
1207
|
constructor();
|
|
1207
|
-
static readonly n4: number;
|
|
1208
|
-
private n7;
|
|
1209
|
-
get n8(): string;
|
|
1210
|
-
set n8(a: string);
|
|
1211
|
-
static readonly n6: number;
|
|
1212
|
-
private n2;
|
|
1213
|
-
get n3(): ImageStretchOptions;
|
|
1214
|
-
set n3(a: ImageStretchOptions);
|
|
1215
1208
|
static readonly n5: number;
|
|
1216
|
-
private
|
|
1217
|
-
get
|
|
1218
|
-
set
|
|
1209
|
+
private n8;
|
|
1210
|
+
get n9(): string;
|
|
1211
|
+
set n9(a: string);
|
|
1212
|
+
static readonly n7: number;
|
|
1213
|
+
private n3;
|
|
1214
|
+
get n4(): ImageStretchOptions;
|
|
1215
|
+
set n4(a: ImageStretchOptions);
|
|
1216
|
+
static readonly n6: number;
|
|
1217
|
+
private n1;
|
|
1218
|
+
get n2(): ImageResourceType;
|
|
1219
|
+
set n2(a: ImageResourceType);
|
|
1219
1220
|
b(a: CellModelExport): CellModelExport;
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1221
|
+
mp(a: string, b: any): void;
|
|
1222
|
+
l1(a: string): Type;
|
|
1223
|
+
ie(a: string): any;
|
|
1223
1224
|
}
|
|
1224
1225
|
/**
|
|
1225
1226
|
* @hidden
|
|
@@ -1227,67 +1228,67 @@ export declare class ImageCellModel extends CellModel {
|
|
|
1227
1228
|
export declare class NumericCellModel extends CellModel {
|
|
1228
1229
|
static $t: Type;
|
|
1229
1230
|
constructor();
|
|
1230
|
-
static readonly
|
|
1231
|
-
private
|
|
1232
|
-
get
|
|
1233
|
-
set
|
|
1231
|
+
static readonly oq: number;
|
|
1232
|
+
private n9;
|
|
1233
|
+
get oa(): number;
|
|
1234
|
+
set oa(a: number);
|
|
1235
|
+
static readonly oh: number;
|
|
1236
|
+
private n4;
|
|
1237
|
+
get n6(): boolean;
|
|
1238
|
+
set n6(a: boolean);
|
|
1234
1239
|
static readonly og: number;
|
|
1235
|
-
private
|
|
1236
|
-
get
|
|
1237
|
-
set
|
|
1240
|
+
private ox;
|
|
1241
|
+
get o4(): string;
|
|
1242
|
+
set o4(a: string);
|
|
1238
1243
|
static readonly of: number;
|
|
1239
|
-
private
|
|
1240
|
-
get
|
|
1241
|
-
set
|
|
1244
|
+
private n1;
|
|
1245
|
+
get n2(): any[];
|
|
1246
|
+
set n2(a: any[]);
|
|
1247
|
+
n3: BindingFormatter;
|
|
1248
|
+
private ov;
|
|
1242
1249
|
static readonly oe: number;
|
|
1243
|
-
private n0;
|
|
1244
|
-
get n1(): any[];
|
|
1245
|
-
set n1(a: any[]);
|
|
1246
|
-
n2: BindingFormatter;
|
|
1247
|
-
private ou;
|
|
1248
|
-
static readonly od: number;
|
|
1249
1250
|
private _formatOverride;
|
|
1250
|
-
get
|
|
1251
|
-
set
|
|
1252
|
-
static readonly on: number;
|
|
1253
|
-
private ox;
|
|
1254
|
-
get o9(): string;
|
|
1255
|
-
set o9(a: string);
|
|
1256
|
-
static readonly oq: number;
|
|
1257
|
-
private oz;
|
|
1258
|
-
get pe(): string;
|
|
1259
|
-
set pe(a: string);
|
|
1251
|
+
get ow(): any;
|
|
1252
|
+
set ow(a: any);
|
|
1260
1253
|
static readonly oo: number;
|
|
1261
1254
|
private oy;
|
|
1262
|
-
get
|
|
1263
|
-
set
|
|
1255
|
+
get pa(): string;
|
|
1256
|
+
set pa(a: string);
|
|
1264
1257
|
static readonly or: number;
|
|
1265
1258
|
private o0;
|
|
1266
|
-
get
|
|
1267
|
-
set
|
|
1268
|
-
static readonly
|
|
1269
|
-
private
|
|
1270
|
-
get
|
|
1271
|
-
set
|
|
1272
|
-
static readonly
|
|
1259
|
+
get pf(): string;
|
|
1260
|
+
set pf(a: string);
|
|
1261
|
+
static readonly op: number;
|
|
1262
|
+
private oz;
|
|
1263
|
+
get pc(): string;
|
|
1264
|
+
set pc(a: string);
|
|
1265
|
+
static readonly os: number;
|
|
1266
|
+
private o1;
|
|
1267
|
+
get ph(): string;
|
|
1268
|
+
set ph(a: string);
|
|
1269
|
+
static readonly oj: number;
|
|
1273
1270
|
private ob;
|
|
1274
|
-
get
|
|
1275
|
-
set
|
|
1276
|
-
static readonly
|
|
1271
|
+
get oi(): number;
|
|
1272
|
+
set oi(a: number);
|
|
1273
|
+
static readonly ol: number;
|
|
1277
1274
|
private oc;
|
|
1278
|
-
get
|
|
1279
|
-
set
|
|
1280
|
-
static readonly
|
|
1281
|
-
private
|
|
1282
|
-
get
|
|
1283
|
-
set
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1275
|
+
get ok(): number;
|
|
1276
|
+
set ok(a: number);
|
|
1277
|
+
static readonly on: number;
|
|
1278
|
+
private od;
|
|
1279
|
+
get om(): number;
|
|
1280
|
+
set om(a: number);
|
|
1281
|
+
static readonly ot: number;
|
|
1282
|
+
private n5;
|
|
1283
|
+
get n8(): boolean;
|
|
1284
|
+
set n8(a: boolean);
|
|
1285
|
+
n7(): boolean;
|
|
1286
|
+
protected mj(a: string, b: any, c: any): void;
|
|
1287
|
+
mp(a: string, b: any): void;
|
|
1288
|
+
l1(a: string): Type;
|
|
1289
|
+
ie(a: string): any;
|
|
1289
1290
|
b(a: CellModelExport): CellModelExport;
|
|
1290
|
-
|
|
1291
|
+
j1(): string;
|
|
1291
1292
|
}
|
|
1292
1293
|
/**
|
|
1293
1294
|
* @hidden
|
|
@@ -1303,29 +1304,29 @@ export declare class RowSeparatorModel extends CellModel {
|
|
|
1303
1304
|
export declare class SectionHeaderCellModel extends CellModel {
|
|
1304
1305
|
static $t: Type;
|
|
1305
1306
|
constructor();
|
|
1306
|
-
static readonly
|
|
1307
|
-
private n0;
|
|
1308
|
-
get n2(): GroupData[];
|
|
1309
|
-
set n2(a: GroupData[]);
|
|
1310
|
-
static readonly n9: number;
|
|
1307
|
+
static readonly n7: number;
|
|
1311
1308
|
private n1;
|
|
1312
|
-
get n3():
|
|
1313
|
-
set n3(a:
|
|
1309
|
+
get n3(): GroupData[];
|
|
1310
|
+
set n3(a: GroupData[]);
|
|
1311
|
+
static readonly oa: number;
|
|
1312
|
+
private n2;
|
|
1313
|
+
get n4(): SummaryData[];
|
|
1314
|
+
set n4(a: SummaryData[]);
|
|
1315
|
+
static readonly n9: number;
|
|
1316
|
+
private od;
|
|
1317
|
+
get oh(): string;
|
|
1318
|
+
set oh(a: string);
|
|
1314
1319
|
static readonly n8: number;
|
|
1315
1320
|
private oc;
|
|
1316
|
-
get
|
|
1317
|
-
set
|
|
1318
|
-
static readonly
|
|
1319
|
-
private
|
|
1320
|
-
get
|
|
1321
|
-
set
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
set n5(a: GroupSummaryDisplayMode);
|
|
1326
|
-
mo(a: string, b: any): void;
|
|
1327
|
-
l0(a: string): Type;
|
|
1328
|
-
id(a: string): any;
|
|
1321
|
+
get of(): string;
|
|
1322
|
+
set of(a: string);
|
|
1323
|
+
static readonly ob: number;
|
|
1324
|
+
private n5;
|
|
1325
|
+
get n6(): GroupSummaryDisplayMode;
|
|
1326
|
+
set n6(a: GroupSummaryDisplayMode);
|
|
1327
|
+
mp(a: string, b: any): void;
|
|
1328
|
+
l1(a: string): Type;
|
|
1329
|
+
ie(a: string): any;
|
|
1329
1330
|
b(a: CellModelExport): CellModelExport;
|
|
1330
1331
|
bq(a: DataSourceRowType): boolean;
|
|
1331
1332
|
}
|
|
@@ -1335,13 +1336,13 @@ export declare class SectionHeaderCellModel extends CellModel {
|
|
|
1335
1336
|
export declare class TemplateCellModel extends CellModel {
|
|
1336
1337
|
static $t: Type;
|
|
1337
1338
|
constructor();
|
|
1338
|
-
static readonly
|
|
1339
|
-
private
|
|
1340
|
-
get
|
|
1341
|
-
set
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1339
|
+
static readonly n1: number;
|
|
1340
|
+
private n2;
|
|
1341
|
+
get n3(): any;
|
|
1342
|
+
set n3(a: any);
|
|
1343
|
+
mp(a: string, b: any): void;
|
|
1344
|
+
l1(a: string): Type;
|
|
1345
|
+
ie(a: string): any;
|
|
1345
1346
|
b(a: CellModelExport): CellModelExport;
|
|
1346
1347
|
}
|
|
1347
1348
|
/**
|
|
@@ -1350,15 +1351,15 @@ export declare class TemplateCellModel extends CellModel {
|
|
|
1350
1351
|
export declare class TextCellModel extends CellModel {
|
|
1351
1352
|
static $t: Type;
|
|
1352
1353
|
constructor();
|
|
1353
|
-
static readonly
|
|
1354
|
-
private
|
|
1355
|
-
get
|
|
1356
|
-
set
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1354
|
+
static readonly n1: number;
|
|
1355
|
+
private n2;
|
|
1356
|
+
get n3(): string;
|
|
1357
|
+
set n3(a: string);
|
|
1358
|
+
mp(a: string, b: any): void;
|
|
1359
|
+
l1(a: string): Type;
|
|
1360
|
+
ie(a: string): any;
|
|
1360
1361
|
b(a: CellModelExport): CellModelExport;
|
|
1361
|
-
|
|
1362
|
+
j1(): string;
|
|
1362
1363
|
}
|
|
1363
1364
|
/**
|
|
1364
1365
|
* @hidden
|
|
@@ -1366,57 +1367,81 @@ export declare class TextCellModel extends CellModel {
|
|
|
1366
1367
|
export declare class TextHeaderCellModel extends TextCellModel {
|
|
1367
1368
|
static $t: Type;
|
|
1368
1369
|
constructor();
|
|
1369
|
-
static readonly
|
|
1370
|
-
private
|
|
1371
|
-
get
|
|
1372
|
-
set
|
|
1370
|
+
static readonly o1: number;
|
|
1371
|
+
private oh;
|
|
1372
|
+
get oi(): boolean;
|
|
1373
|
+
set oi(a: boolean);
|
|
1374
|
+
static readonly o2: number;
|
|
1375
|
+
private n9;
|
|
1376
|
+
get oa(): SortIndicatorStyle;
|
|
1377
|
+
set oa(a: SortIndicatorStyle);
|
|
1378
|
+
static readonly or: number;
|
|
1379
|
+
private n5;
|
|
1380
|
+
get n6(): ColumnOptionsIconAlignment;
|
|
1381
|
+
set n6(a: ColumnOptionsIconAlignment);
|
|
1382
|
+
static readonly ot: number;
|
|
1383
|
+
private pr;
|
|
1384
|
+
get p1(): Brush;
|
|
1385
|
+
set p1(a: Brush);
|
|
1386
|
+
static readonly os: number;
|
|
1387
|
+
private n7;
|
|
1388
|
+
get n8(): ColumnOptionsIconBehavior;
|
|
1389
|
+
set n8(a: ColumnOptionsIconBehavior);
|
|
1390
|
+
static readonly oz: number;
|
|
1391
|
+
private ob;
|
|
1392
|
+
get oc(): BaseControlTheme;
|
|
1393
|
+
set oc(a: BaseControlTheme);
|
|
1394
|
+
static readonly ol: number;
|
|
1395
|
+
private pm;
|
|
1396
|
+
get pw(): Brush;
|
|
1397
|
+
set pw(a: Brush);
|
|
1398
|
+
static readonly ox: number;
|
|
1399
|
+
private pt;
|
|
1400
|
+
get p3(): Brush;
|
|
1401
|
+
set p3(a: Brush);
|
|
1402
|
+
static readonly oy: number;
|
|
1403
|
+
private oe;
|
|
1404
|
+
get og(): FontInfo;
|
|
1405
|
+
set og(a: FontInfo);
|
|
1406
|
+
static readonly oq: number;
|
|
1407
|
+
private pq;
|
|
1408
|
+
get p0(): Brush;
|
|
1409
|
+
set p0(a: Brush);
|
|
1410
|
+
static readonly o0: number;
|
|
1411
|
+
private pu;
|
|
1412
|
+
get p4(): Brush;
|
|
1413
|
+
set p4(a: Brush);
|
|
1373
1414
|
static readonly op: number;
|
|
1374
|
-
private
|
|
1375
|
-
get
|
|
1376
|
-
set
|
|
1377
|
-
static readonly
|
|
1378
|
-
private
|
|
1379
|
-
get
|
|
1380
|
-
set
|
|
1381
|
-
static readonly ok: number;
|
|
1382
|
-
private o6;
|
|
1383
|
-
get pd(): Brush;
|
|
1384
|
-
set pd(a: Brush);
|
|
1385
|
-
static readonly oj: number;
|
|
1386
|
-
private n6;
|
|
1387
|
-
get n7(): ColumnOptionsIconBehavior;
|
|
1388
|
-
set n7(a: ColumnOptionsIconBehavior);
|
|
1389
|
-
static readonly on: number;
|
|
1390
|
-
private oa;
|
|
1391
|
-
get ob(): BaseControlTheme;
|
|
1392
|
-
set ob(a: BaseControlTheme);
|
|
1393
|
-
static readonly of: number;
|
|
1394
|
-
private o3;
|
|
1395
|
-
get pa(): Brush;
|
|
1396
|
-
set pa(a: Brush);
|
|
1415
|
+
private pp;
|
|
1416
|
+
get pz(): Brush;
|
|
1417
|
+
set pz(a: Brush);
|
|
1418
|
+
static readonly ow: number;
|
|
1419
|
+
private ps;
|
|
1420
|
+
get p2(): Brush;
|
|
1421
|
+
set p2(a: Brush);
|
|
1397
1422
|
static readonly om: number;
|
|
1398
|
-
private
|
|
1399
|
-
get
|
|
1400
|
-
set
|
|
1401
|
-
static readonly
|
|
1402
|
-
private
|
|
1403
|
-
get
|
|
1404
|
-
set
|
|
1405
|
-
static readonly
|
|
1406
|
-
private
|
|
1407
|
-
get
|
|
1408
|
-
set
|
|
1409
|
-
static readonly
|
|
1410
|
-
private
|
|
1411
|
-
get
|
|
1412
|
-
set
|
|
1413
|
-
static readonly
|
|
1414
|
-
private
|
|
1415
|
-
get
|
|
1416
|
-
set
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1423
|
+
private pn;
|
|
1424
|
+
get px(): Brush;
|
|
1425
|
+
set px(a: Brush);
|
|
1426
|
+
static readonly on: number;
|
|
1427
|
+
private po;
|
|
1428
|
+
get py(): Brush;
|
|
1429
|
+
set py(a: Brush);
|
|
1430
|
+
static readonly oo: number;
|
|
1431
|
+
private od;
|
|
1432
|
+
get of(): FontInfo;
|
|
1433
|
+
set of(a: FontInfo);
|
|
1434
|
+
static readonly ok: number;
|
|
1435
|
+
private pl;
|
|
1436
|
+
get pv(): Brush;
|
|
1437
|
+
set pv(a: Brush);
|
|
1438
|
+
static readonly ov: number;
|
|
1439
|
+
private oj;
|
|
1440
|
+
get ou(): number;
|
|
1441
|
+
set ou(a: number);
|
|
1442
|
+
mp(a: string, b: any): void;
|
|
1443
|
+
l1(a: string): Type;
|
|
1444
|
+
ie(a: string): any;
|
|
1420
1445
|
b(a: CellModelExport): CellModelExport;
|
|
1421
1446
|
}
|
|
1422
1447
|
/**
|
|
@@ -1662,19 +1687,19 @@ export declare class EditingManager extends Base {
|
|
|
1662
1687
|
*/
|
|
1663
1688
|
export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
1664
1689
|
static $t: Type;
|
|
1665
|
-
private
|
|
1690
|
+
private o6;
|
|
1666
1691
|
get externalObject(): any;
|
|
1667
1692
|
set externalObject(a: any);
|
|
1668
1693
|
private _propertySetter;
|
|
1669
1694
|
get propertySetter(): IPropertySetter;
|
|
1670
1695
|
set propertySetter(a: IPropertySetter);
|
|
1671
|
-
private
|
|
1696
|
+
private ff;
|
|
1672
1697
|
get externalGrid(): IExternalGrid;
|
|
1673
1698
|
set externalGrid(a: IExternalGrid);
|
|
1674
|
-
private
|
|
1699
|
+
private fd;
|
|
1675
1700
|
get dragger(): IDragger;
|
|
1676
1701
|
set dragger(a: IDragger);
|
|
1677
|
-
private
|
|
1702
|
+
private e7;
|
|
1678
1703
|
get columnGrouping(): IColumnGrouping;
|
|
1679
1704
|
set columnGrouping(a: IColumnGrouping);
|
|
1680
1705
|
private _pager;
|
|
@@ -1683,207 +1708,207 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1683
1708
|
private _toolbar;
|
|
1684
1709
|
get toolbar(): IDataGridComponent;
|
|
1685
1710
|
set toolbar(a: IDataGridComponent);
|
|
1686
|
-
private
|
|
1711
|
+
private gr;
|
|
1687
1712
|
get theme(): BaseControlTheme;
|
|
1688
1713
|
set theme(a: BaseControlTheme);
|
|
1689
1714
|
columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1690
1715
|
columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1691
|
-
|
|
1692
|
-
|
|
1716
|
+
xa(a: DataGridColumn): void;
|
|
1717
|
+
w9(a: DataGridColumn): void;
|
|
1693
1718
|
columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1694
1719
|
columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1695
1720
|
p(a: CellModel): ColumnFilterCondition;
|
|
1696
1721
|
r(a: CellModel): DataSourceSchemaPropertyType;
|
|
1697
|
-
|
|
1722
|
+
xk(a: DataGridColumn): void;
|
|
1698
1723
|
filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
|
|
1699
1724
|
filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1725
|
+
vk(a: CellModel, b: ColumnFilterCondition): void;
|
|
1726
|
+
vj(a: CellModel, b: ColumnFilterCondition): void;
|
|
1727
|
+
xj(a: DataGridColumn): void;
|
|
1703
1728
|
columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1704
1729
|
columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1705
|
-
|
|
1706
|
-
|
|
1730
|
+
xg(a: DataGridColumn): void;
|
|
1731
|
+
xf(a: DataGridColumn): void;
|
|
1707
1732
|
columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1708
1733
|
columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1709
|
-
|
|
1710
|
-
|
|
1734
|
+
xc(a: DataGridColumn): void;
|
|
1735
|
+
xb(a: DataGridColumn): void;
|
|
1711
1736
|
cellPreviewPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1712
|
-
|
|
1737
|
+
w4(a: CellModel): void;
|
|
1713
1738
|
cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1714
|
-
|
|
1739
|
+
w5(a: CellModel): void;
|
|
1715
1740
|
cellPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1716
|
-
|
|
1741
|
+
w2(a: CellModel): void;
|
|
1717
1742
|
cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1718
|
-
|
|
1719
|
-
|
|
1743
|
+
w3(a: CellModel): void;
|
|
1744
|
+
yd(a: number, b: string): void;
|
|
1720
1745
|
cellClicked: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
private
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
private
|
|
1746
|
+
xz(a: CellModel): void;
|
|
1747
|
+
z9(a: number): void;
|
|
1748
|
+
private nf;
|
|
1749
|
+
xy(a: EditorCellModel): void;
|
|
1750
|
+
wv(a: CellModel, b: MouseButton): void;
|
|
1751
|
+
wt(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1752
|
+
private yw;
|
|
1728
1753
|
private bs;
|
|
1729
1754
|
get columnResizingMode(): ColumnResizingMode;
|
|
1730
1755
|
set columnResizingMode(a: ColumnResizingMode);
|
|
1731
1756
|
private be;
|
|
1732
1757
|
get columnMovingMode(): ColumnMovingMode;
|
|
1733
1758
|
set columnMovingMode(a: ColumnMovingMode);
|
|
1734
|
-
|
|
1735
|
-
private
|
|
1759
|
+
e4: HoverManager;
|
|
1760
|
+
private ie;
|
|
1736
1761
|
get isRowHoverEnabled(): boolean;
|
|
1737
1762
|
set isRowHoverEnabled(a: boolean);
|
|
1738
|
-
private
|
|
1763
|
+
private abe;
|
|
1739
1764
|
get rowHoverBackground(): Brush;
|
|
1740
1765
|
set rowHoverBackground(a: Brush);
|
|
1741
|
-
private
|
|
1766
|
+
private abf;
|
|
1742
1767
|
get rowHoverTextColor(): Brush;
|
|
1743
1768
|
set rowHoverTextColor(a: Brush);
|
|
1744
|
-
private
|
|
1769
|
+
private aa6;
|
|
1745
1770
|
get editRowBorder(): Brush;
|
|
1746
1771
|
set editRowBorder(a: Brush);
|
|
1747
|
-
private
|
|
1772
|
+
private ade;
|
|
1748
1773
|
get editRowBorderWidth(): Thickness;
|
|
1749
1774
|
set editRowBorderWidth(a: Thickness);
|
|
1750
|
-
|
|
1775
|
+
ac8: Point;
|
|
1751
1776
|
as: CellPath;
|
|
1752
1777
|
ap: CellPath;
|
|
1753
|
-
private
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
private
|
|
1760
|
-
private
|
|
1761
|
-
private get
|
|
1762
|
-
private set
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
private
|
|
1766
|
-
private
|
|
1767
|
-
private
|
|
1768
|
-
private
|
|
1769
|
-
private
|
|
1770
|
-
private
|
|
1778
|
+
private h3;
|
|
1779
|
+
w0(a: CellModel, b: number, c: number): void;
|
|
1780
|
+
w1(a: CellModel, b: number, c: number): void;
|
|
1781
|
+
wz(a: CellModel, b: number, c: number): void;
|
|
1782
|
+
x5(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1783
|
+
x6(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1784
|
+
private jn;
|
|
1785
|
+
private nk;
|
|
1786
|
+
private get ov();
|
|
1787
|
+
private set ov(value);
|
|
1788
|
+
wy(a: CellModel, b: number, c: number): void;
|
|
1789
|
+
x4(a: CellModel, b: number, c: number): void;
|
|
1790
|
+
private ns;
|
|
1791
|
+
private il;
|
|
1792
|
+
private ik;
|
|
1793
|
+
private hs;
|
|
1794
|
+
private mk;
|
|
1795
|
+
private mr;
|
|
1796
|
+
private mp;
|
|
1797
|
+
private mq;
|
|
1798
|
+
private l6;
|
|
1799
|
+
private mf;
|
|
1800
|
+
private mg;
|
|
1771
1801
|
private mh;
|
|
1772
1802
|
private mi;
|
|
1773
|
-
private ly;
|
|
1774
|
-
private l7;
|
|
1775
|
-
private l8;
|
|
1776
|
-
private l9;
|
|
1777
|
-
private ma;
|
|
1778
1803
|
private at;
|
|
1804
|
+
private ny;
|
|
1805
|
+
private nx;
|
|
1806
|
+
private i0;
|
|
1807
|
+
vf(): void;
|
|
1808
|
+
xx(a: CellPath, b: number, c: number, d: boolean): void;
|
|
1809
|
+
xt(a: any, b: DragSelectEventArgs): void;
|
|
1810
|
+
xr(a: any, b: DragSelectEventArgs): void;
|
|
1779
1811
|
private no;
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
w6(a: any, b: DragSelectEventArgs): void;
|
|
1786
|
-
private ne;
|
|
1787
|
-
get ol(): number;
|
|
1788
|
-
set ol(a: number);
|
|
1789
|
-
private np;
|
|
1790
|
-
private fo;
|
|
1791
|
-
private w7;
|
|
1812
|
+
get ox(): number;
|
|
1813
|
+
set ox(a: number);
|
|
1814
|
+
private nz;
|
|
1815
|
+
private fq;
|
|
1816
|
+
private xs;
|
|
1792
1817
|
private ao;
|
|
1793
1818
|
private ak;
|
|
1794
1819
|
private al;
|
|
1795
|
-
private
|
|
1796
|
-
private
|
|
1797
|
-
private
|
|
1798
|
-
private
|
|
1799
|
-
private
|
|
1800
|
-
private
|
|
1801
|
-
private
|
|
1802
|
-
private
|
|
1803
|
-
private
|
|
1804
|
-
private
|
|
1805
|
-
private
|
|
1806
|
-
private
|
|
1820
|
+
private mb;
|
|
1821
|
+
private mo;
|
|
1822
|
+
private ml;
|
|
1823
|
+
private mm;
|
|
1824
|
+
private xu;
|
|
1825
|
+
private xv;
|
|
1826
|
+
private zq;
|
|
1827
|
+
private xw;
|
|
1828
|
+
private l1;
|
|
1829
|
+
private l2;
|
|
1830
|
+
private zv;
|
|
1831
|
+
private ada;
|
|
1807
1832
|
private aj;
|
|
1808
1833
|
getHitCell(a: number, b: number): CellModel;
|
|
1809
1834
|
private av;
|
|
1810
|
-
private
|
|
1811
|
-
private
|
|
1812
|
-
private
|
|
1835
|
+
private jc;
|
|
1836
|
+
private vs;
|
|
1837
|
+
private aae;
|
|
1813
1838
|
constructor();
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
private
|
|
1817
|
-
private
|
|
1818
|
-
private
|
|
1819
|
-
private
|
|
1820
|
-
private
|
|
1821
|
-
private
|
|
1839
|
+
zg(a: ColumnGroupDescription): void;
|
|
1840
|
+
zh(a: ColumnSummaryDescription): void;
|
|
1841
|
+
private z2;
|
|
1842
|
+
private v2;
|
|
1843
|
+
private ke;
|
|
1844
|
+
private vz;
|
|
1845
|
+
private z0;
|
|
1846
|
+
private z8;
|
|
1822
1847
|
private b6;
|
|
1823
|
-
private
|
|
1824
|
-
private
|
|
1825
|
-
private
|
|
1826
|
-
private
|
|
1827
|
-
private
|
|
1828
|
-
private
|
|
1829
|
-
private
|
|
1830
|
-
private
|
|
1831
|
-
private
|
|
1832
|
-
private
|
|
1833
|
-
get
|
|
1834
|
-
set
|
|
1848
|
+
private i4;
|
|
1849
|
+
private zt;
|
|
1850
|
+
private zu;
|
|
1851
|
+
private i6;
|
|
1852
|
+
private zs;
|
|
1853
|
+
private zr;
|
|
1854
|
+
private i3;
|
|
1855
|
+
private ys;
|
|
1856
|
+
private yt;
|
|
1857
|
+
private c7;
|
|
1858
|
+
get c8(): GridAnimationManager;
|
|
1859
|
+
set c8(a: GridAnimationManager);
|
|
1835
1860
|
private _delayedExecutionManager;
|
|
1836
1861
|
get delayedExecutionManager(): IDelayedExecutionManager;
|
|
1837
1862
|
set delayedExecutionManager(a: IDelayedExecutionManager);
|
|
1838
|
-
private
|
|
1839
|
-
get
|
|
1840
|
-
private
|
|
1841
|
-
get
|
|
1842
|
-
set
|
|
1863
|
+
private fr;
|
|
1864
|
+
get fs(): ResponsiveEngine;
|
|
1865
|
+
private e9;
|
|
1866
|
+
get fa(): IDataAdapter;
|
|
1867
|
+
set fa(a: IDataAdapter);
|
|
1843
1868
|
private ay;
|
|
1844
1869
|
get az(): ColumnController;
|
|
1845
1870
|
set az(a: ColumnController);
|
|
1846
|
-
private
|
|
1847
|
-
get
|
|
1848
|
-
set
|
|
1849
|
-
private
|
|
1850
|
-
get
|
|
1851
|
-
set
|
|
1852
|
-
private
|
|
1853
|
-
get
|
|
1854
|
-
set
|
|
1855
|
-
private
|
|
1856
|
-
get
|
|
1857
|
-
set
|
|
1871
|
+
private d3;
|
|
1872
|
+
get d4(): GridLayerController;
|
|
1873
|
+
set d4(a: GridLayerController);
|
|
1874
|
+
private gd;
|
|
1875
|
+
get ge(): SpatialEngine;
|
|
1876
|
+
set ge(a: SpatialEngine);
|
|
1877
|
+
private dy;
|
|
1878
|
+
get dz(): GridEffectManager;
|
|
1879
|
+
set dz(a: GridEffectManager);
|
|
1880
|
+
private f7;
|
|
1881
|
+
get f8(): SelectionManager;
|
|
1882
|
+
set f8(a: SelectionManager);
|
|
1858
1883
|
private ad;
|
|
1859
1884
|
get ae(): ActivationManager;
|
|
1860
1885
|
set ae(a: ActivationManager);
|
|
1861
|
-
private
|
|
1862
|
-
get
|
|
1863
|
-
set
|
|
1864
|
-
|
|
1865
|
-
private
|
|
1886
|
+
private gb;
|
|
1887
|
+
get gc(): SortManager;
|
|
1888
|
+
set gc(a: SortManager);
|
|
1889
|
+
cm: EditingManager;
|
|
1890
|
+
private hh;
|
|
1866
1891
|
get tickProvider(): ITickProvider;
|
|
1867
1892
|
set tickProvider(a: ITickProvider);
|
|
1868
|
-
private
|
|
1893
|
+
private f5;
|
|
1869
1894
|
get sectionHeader(): SectionHeader;
|
|
1870
1895
|
set sectionHeader(a: SectionHeader);
|
|
1871
|
-
private
|
|
1872
|
-
get
|
|
1873
|
-
set
|
|
1874
|
-
private
|
|
1896
|
+
private f3;
|
|
1897
|
+
get f4(): SectionFooter;
|
|
1898
|
+
set f4(a: SectionFooter);
|
|
1899
|
+
private gf;
|
|
1875
1900
|
get summaryRowRoot(): SummaryRowRoot;
|
|
1876
1901
|
set summaryRowRoot(a: SummaryRowRoot);
|
|
1877
|
-
private
|
|
1902
|
+
private gh;
|
|
1878
1903
|
get summaryRowSection(): SummaryRowSection;
|
|
1879
1904
|
set summaryRowSection(a: SummaryRowSection);
|
|
1880
|
-
private
|
|
1905
|
+
private f0;
|
|
1881
1906
|
get rowSeparator(): RowSeparator;
|
|
1882
1907
|
set rowSeparator(a: RowSeparator);
|
|
1883
|
-
private
|
|
1908
|
+
private e0;
|
|
1884
1909
|
get headerRowSeparator(): HeaderRowSeparator;
|
|
1885
1910
|
set headerRowSeparator(a: HeaderRowSeparator);
|
|
1886
|
-
private
|
|
1911
|
+
private e2;
|
|
1887
1912
|
get headerSeparator(): HeaderSeparator;
|
|
1888
1913
|
set headerSeparator(a: HeaderSeparator);
|
|
1889
1914
|
private bu;
|
|
@@ -1892,395 +1917,400 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1892
1917
|
private bg;
|
|
1893
1918
|
get columnMovingSeparator(): ColumnMovingSeparator;
|
|
1894
1919
|
set columnMovingSeparator(a: ColumnMovingSeparator);
|
|
1895
|
-
private
|
|
1920
|
+
private fo;
|
|
1896
1921
|
get pinnedAreaSeparator(): PinnedAreaSeparator;
|
|
1897
1922
|
set pinnedAreaSeparator(a: PinnedAreaSeparator);
|
|
1898
|
-
private
|
|
1899
|
-
private
|
|
1900
|
-
private
|
|
1923
|
+
private cr;
|
|
1924
|
+
private cs;
|
|
1925
|
+
private c1;
|
|
1926
|
+
filterRowDataBinding: (sender: any, args: DataBindingEventArgs) => void;
|
|
1927
|
+
filterRowDataBound: (sender: any, args: DataBindingEventArgs) => void;
|
|
1901
1928
|
private b;
|
|
1902
1929
|
get autoGenerateDesiredProperties(): string[];
|
|
1903
1930
|
set autoGenerateDesiredProperties(a: string[]);
|
|
1904
1931
|
private c;
|
|
1905
1932
|
get dataSourceDesiredProperties(): string[];
|
|
1906
1933
|
set dataSourceDesiredProperties(a: string[]);
|
|
1907
|
-
private
|
|
1908
|
-
get
|
|
1909
|
-
set
|
|
1934
|
+
private gl;
|
|
1935
|
+
get gm(): VisibilityEngine;
|
|
1936
|
+
set gm(a: VisibilityEngine);
|
|
1910
1937
|
private _viewportManager;
|
|
1911
1938
|
get viewportManager(): IViewportManager;
|
|
1912
1939
|
set viewportManager(a: IViewportManager);
|
|
1913
|
-
private
|
|
1914
|
-
get
|
|
1915
|
-
set
|
|
1916
|
-
private
|
|
1917
|
-
get
|
|
1918
|
-
set
|
|
1919
|
-
private
|
|
1940
|
+
private ma;
|
|
1941
|
+
get mt(): number;
|
|
1942
|
+
set mt(a: number);
|
|
1943
|
+
private l9;
|
|
1944
|
+
get ms(): number;
|
|
1945
|
+
set ms(a: number);
|
|
1946
|
+
private gt;
|
|
1920
1947
|
get density(): ControlDisplayDensity;
|
|
1921
1948
|
set density(a: ControlDisplayDensity);
|
|
1922
|
-
private
|
|
1949
|
+
private m9;
|
|
1923
1950
|
get actualRowHeight(): number;
|
|
1924
1951
|
set actualRowHeight(a: number);
|
|
1925
|
-
private
|
|
1952
|
+
private np;
|
|
1926
1953
|
get rowHeight(): number;
|
|
1927
1954
|
set rowHeight(a: number);
|
|
1928
1955
|
private cb;
|
|
1929
1956
|
get defaultColumnWidth(): ColumnWidth;
|
|
1930
1957
|
set defaultColumnWidth(a: ColumnWidth);
|
|
1931
|
-
private
|
|
1958
|
+
private me;
|
|
1932
1959
|
get defaultColumnMinWidth(): number;
|
|
1933
1960
|
set defaultColumnMinWidth(a: number);
|
|
1934
|
-
private
|
|
1961
|
+
private m8;
|
|
1935
1962
|
get actualHeaderHeight(): number;
|
|
1936
1963
|
set actualHeaderHeight(a: number);
|
|
1937
|
-
private
|
|
1964
|
+
private ng;
|
|
1938
1965
|
get headerHeight(): number;
|
|
1939
1966
|
set headerHeight(a: number);
|
|
1940
|
-
private
|
|
1967
|
+
private nu;
|
|
1941
1968
|
get sectionHeaderHeight(): number;
|
|
1942
1969
|
set sectionHeaderHeight(a: number);
|
|
1943
|
-
private
|
|
1970
|
+
private o7;
|
|
1944
1971
|
get itemsSource(): any;
|
|
1945
1972
|
set itemsSource(a: any);
|
|
1946
|
-
private
|
|
1973
|
+
private nt;
|
|
1947
1974
|
get sectionFooterHeight(): number;
|
|
1948
1975
|
set sectionFooterHeight(a: number);
|
|
1949
|
-
private
|
|
1976
|
+
private nr;
|
|
1950
1977
|
get rowSpacingHeight(): number;
|
|
1951
1978
|
set rowSpacingHeight(a: number);
|
|
1952
|
-
private
|
|
1979
|
+
private ne;
|
|
1953
1980
|
get columnSpacingWidth(): number;
|
|
1954
1981
|
set columnSpacingWidth(a: number);
|
|
1955
|
-
private
|
|
1982
|
+
private ey;
|
|
1956
1983
|
get headerClickAction(): HeaderClickAction;
|
|
1957
1984
|
set headerClickAction(a: HeaderClickAction);
|
|
1958
|
-
private
|
|
1985
|
+
private cp;
|
|
1959
1986
|
get editMode(): EditModeType;
|
|
1960
1987
|
set editMode(a: EditModeType);
|
|
1961
|
-
private
|
|
1988
|
+
private cn;
|
|
1962
1989
|
get editModeClickAction(): EditModeClickAction;
|
|
1963
1990
|
set editModeClickAction(a: EditModeClickAction);
|
|
1964
|
-
private
|
|
1991
|
+
private ht;
|
|
1965
1992
|
get editOnKeyPress(): boolean;
|
|
1966
1993
|
set editOnKeyPress(a: boolean);
|
|
1967
|
-
private
|
|
1994
|
+
private hp;
|
|
1968
1995
|
get autoGenerateColumns(): boolean;
|
|
1969
1996
|
set autoGenerateColumns(a: boolean);
|
|
1970
|
-
private
|
|
1997
|
+
private nq;
|
|
1971
1998
|
get rowSeparatorHeight(): number;
|
|
1972
1999
|
set rowSeparatorHeight(a: number);
|
|
1973
|
-
private
|
|
2000
|
+
private id;
|
|
1974
2001
|
get isPlaceholderRenderingEnabled(): boolean;
|
|
1975
2002
|
set isPlaceholderRenderingEnabled(a: boolean);
|
|
1976
|
-
private
|
|
2003
|
+
private ju;
|
|
1977
2004
|
private b0;
|
|
1978
2005
|
private bw;
|
|
1979
2006
|
get columnAddingAnimationMode(): ColumnShowingAnimationMode;
|
|
1980
2007
|
set columnAddingAnimationMode(a: ColumnShowingAnimationMode);
|
|
1981
|
-
get
|
|
2008
|
+
get j2(): boolean;
|
|
1982
2009
|
private bn;
|
|
1983
2010
|
get columnPropertyUpdatingAnimationMode(): ColumnPropertyUpdatingAnimationMode;
|
|
1984
2011
|
set columnPropertyUpdatingAnimationMode(a: ColumnPropertyUpdatingAnimationMode);
|
|
1985
|
-
protected get
|
|
1986
|
-
get
|
|
2012
|
+
protected get jv(): boolean;
|
|
2013
|
+
get jr(): boolean;
|
|
1987
2014
|
private ah;
|
|
1988
2015
|
get cellDataLoadedAnimationMode(): CellDataLoadedAnimationMode;
|
|
1989
2016
|
set cellDataLoadedAnimationMode(a: CellDataLoadedAnimationMode);
|
|
1990
|
-
get
|
|
1991
|
-
private
|
|
2017
|
+
get ko(): boolean;
|
|
2018
|
+
private fy;
|
|
1992
2019
|
get rowSelectionAnimationMode(): RowSelectionAnimationMode;
|
|
1993
2020
|
set rowSelectionAnimationMode(a: RowSelectionAnimationMode);
|
|
1994
|
-
get
|
|
1995
|
-
private
|
|
2021
|
+
get km(): boolean;
|
|
2022
|
+
private fv;
|
|
1996
2023
|
get rowHoverAnimationMode(): RowHoverAnimationMode;
|
|
1997
2024
|
set rowHoverAnimationMode(a: RowHoverAnimationMode);
|
|
1998
|
-
get
|
|
2025
|
+
get js(): boolean;
|
|
1999
2026
|
private aw;
|
|
2000
2027
|
get cellSelectionAnimationMode(): CellSelectionAnimationMode;
|
|
2001
2028
|
set cellSelectionAnimationMode(a: CellSelectionAnimationMode);
|
|
2002
|
-
private
|
|
2029
|
+
private dm;
|
|
2003
2030
|
get columnAnimationSettings(): GridColumnAnimationSettings;
|
|
2004
2031
|
set columnAnimationSettings(a: GridColumnAnimationSettings);
|
|
2005
|
-
private
|
|
2032
|
+
private c9;
|
|
2006
2033
|
get animationSettings(): GridAnimationSettings;
|
|
2007
2034
|
set animationSettings(a: GridAnimationSettings);
|
|
2008
|
-
|
|
2035
|
+
j3(a: DataGridColumn): boolean;
|
|
2009
2036
|
private br;
|
|
2010
2037
|
private bp;
|
|
2011
2038
|
get columnResizingAnimationMode(): ColumnResizingAnimationMode;
|
|
2012
2039
|
set columnResizingAnimationMode(a: ColumnResizingAnimationMode);
|
|
2013
|
-
private
|
|
2040
|
+
private j4;
|
|
2014
2041
|
private b1;
|
|
2015
2042
|
private bx;
|
|
2016
2043
|
get columnShowingAnimationMode(): ColumnShowingAnimationMode;
|
|
2017
2044
|
set columnShowingAnimationMode(a: ColumnShowingAnimationMode);
|
|
2018
|
-
private
|
|
2045
|
+
private jy;
|
|
2019
2046
|
private bd;
|
|
2020
2047
|
private bb;
|
|
2021
2048
|
get columnMovingAnimationMode(): ColumnMovingAnimationMode;
|
|
2022
2049
|
set columnMovingAnimationMode(a: ColumnMovingAnimationMode);
|
|
2023
|
-
private
|
|
2050
|
+
private jx;
|
|
2024
2051
|
private ba;
|
|
2025
2052
|
private a8;
|
|
2026
2053
|
get columnHidingAnimationMode(): ColumnHidingAnimationMode;
|
|
2027
2054
|
set columnHidingAnimationMode(a: ColumnHidingAnimationMode);
|
|
2028
|
-
private
|
|
2055
|
+
private jw;
|
|
2029
2056
|
private a2;
|
|
2030
2057
|
private a0;
|
|
2031
2058
|
get columnExchangingAnimationMode(): ColumnExchangingAnimationMode;
|
|
2032
2059
|
set columnExchangingAnimationMode(a: ColumnExchangingAnimationMode);
|
|
2033
|
-
private
|
|
2060
|
+
private adf;
|
|
2034
2061
|
get inset(): Thickness;
|
|
2035
2062
|
set inset(a: Thickness);
|
|
2036
|
-
private
|
|
2063
|
+
private cj;
|
|
2037
2064
|
get selectionMode(): DataGridSelectionMode;
|
|
2038
2065
|
set selectionMode(a: DataGridSelectionMode);
|
|
2039
|
-
private
|
|
2066
|
+
private c4;
|
|
2040
2067
|
get activationMode(): GridActivationMode;
|
|
2041
2068
|
set activationMode(a: GridActivationMode);
|
|
2042
|
-
private
|
|
2069
|
+
private en;
|
|
2043
2070
|
get selectionBehavior(): GridSelectionBehavior;
|
|
2044
2071
|
set selectionBehavior(a: GridSelectionBehavior);
|
|
2045
|
-
private
|
|
2072
|
+
private ij;
|
|
2046
2073
|
get mouseDragSelectionEnabled(): boolean;
|
|
2047
2074
|
set mouseDragSelectionEnabled(a: boolean);
|
|
2048
|
-
private
|
|
2049
|
-
get
|
|
2050
|
-
set
|
|
2051
|
-
private
|
|
2075
|
+
private hx;
|
|
2076
|
+
get jp(): boolean;
|
|
2077
|
+
set jp(a: boolean);
|
|
2078
|
+
private ef;
|
|
2052
2079
|
get selectedItems(): GridSelectedItemsCollection;
|
|
2053
|
-
private
|
|
2080
|
+
private ek;
|
|
2054
2081
|
get selectedKeys(): GridSelectedKeysCollection;
|
|
2055
|
-
private
|
|
2082
|
+
private eb;
|
|
2056
2083
|
get selectedCells(): GridSelectedCellsCollection;
|
|
2057
|
-
private
|
|
2084
|
+
private d8;
|
|
2058
2085
|
get selectedCellRanges(): GridSelectedCellRangesCollection;
|
|
2059
|
-
private
|
|
2060
|
-
get
|
|
2061
|
-
set
|
|
2062
|
-
private
|
|
2086
|
+
private hw;
|
|
2087
|
+
get jo(): boolean;
|
|
2088
|
+
set jo(a: boolean);
|
|
2089
|
+
private ee;
|
|
2063
2090
|
get pinnedItems(): GridSelectedItemsCollection;
|
|
2064
|
-
private
|
|
2091
|
+
private ej;
|
|
2065
2092
|
get pinnedKeys(): GridSelectedKeysCollection;
|
|
2066
|
-
private
|
|
2067
|
-
private
|
|
2093
|
+
private z4;
|
|
2094
|
+
private h0;
|
|
2068
2095
|
get isColumnOptionsEnabled(): boolean;
|
|
2069
2096
|
set isColumnOptionsEnabled(a: boolean);
|
|
2070
|
-
private
|
|
2097
|
+
private i7;
|
|
2098
|
+
get useNewerColumnOptionsMenu(): boolean;
|
|
2099
|
+
set useNewerColumnOptionsMenu(a: boolean);
|
|
2100
|
+
private h4;
|
|
2071
2101
|
get isGroupByAreaVisible(): boolean;
|
|
2072
2102
|
set isGroupByAreaVisible(a: boolean);
|
|
2073
|
-
private
|
|
2103
|
+
private h9;
|
|
2074
2104
|
get isGroupRowSticky(): boolean;
|
|
2075
2105
|
set isGroupRowSticky(a: boolean);
|
|
2076
|
-
private
|
|
2106
|
+
private ia;
|
|
2077
2107
|
get isHeaderSeparatorVisible(): boolean;
|
|
2078
2108
|
set isHeaderSeparatorVisible(a: boolean);
|
|
2079
|
-
private
|
|
2109
|
+
private aar;
|
|
2080
2110
|
get cellSelectedBackground(): Brush;
|
|
2081
2111
|
set cellSelectedBackground(a: Brush);
|
|
2082
|
-
private
|
|
2112
|
+
private abm;
|
|
2083
2113
|
get sectionHeaderSelectedBackground(): Brush;
|
|
2084
2114
|
set sectionHeaderSelectedBackground(a: Brush);
|
|
2085
|
-
private
|
|
2115
|
+
private abp;
|
|
2086
2116
|
get summaryRootBackground(): Brush;
|
|
2087
2117
|
set summaryRootBackground(a: Brush);
|
|
2088
|
-
private
|
|
2118
|
+
private abt;
|
|
2089
2119
|
get summarySectionBackground(): Brush;
|
|
2090
2120
|
set summarySectionBackground(a: Brush);
|
|
2091
|
-
private
|
|
2121
|
+
private mn;
|
|
2092
2122
|
get pinnedRowOpacity(): number;
|
|
2093
2123
|
set pinnedRowOpacity(a: number);
|
|
2094
|
-
private
|
|
2124
|
+
private gy;
|
|
2095
2125
|
get editTextStyle(): FontInfo;
|
|
2096
2126
|
set editTextStyle(a: FontInfo);
|
|
2097
|
-
private
|
|
2127
|
+
private mj;
|
|
2098
2128
|
get editOpacity(): number;
|
|
2099
2129
|
set editOpacity(a: number);
|
|
2100
|
-
private
|
|
2130
|
+
private aa5;
|
|
2101
2131
|
get deletedTextColor(): Brush;
|
|
2102
2132
|
set deletedTextColor(a: Brush);
|
|
2103
|
-
private
|
|
2133
|
+
private abo;
|
|
2104
2134
|
get stickyRowBackground(): Brush;
|
|
2105
2135
|
set stickyRowBackground(a: Brush);
|
|
2106
|
-
private
|
|
2136
|
+
private abd;
|
|
2107
2137
|
get pinnedRowBackground(): Brush;
|
|
2108
2138
|
set pinnedRowBackground(a: Brush);
|
|
2109
|
-
private
|
|
2139
|
+
private abc;
|
|
2110
2140
|
get lastStickyRowBackground(): Brush;
|
|
2111
2141
|
set lastStickyRowBackground(a: Brush);
|
|
2112
|
-
private
|
|
2113
|
-
private
|
|
2142
|
+
private dj;
|
|
2143
|
+
private di;
|
|
2114
2144
|
get activeCell(): GridCellPosition;
|
|
2115
2145
|
set activeCell(a: GridCellPosition);
|
|
2116
|
-
private
|
|
2146
|
+
private aaq;
|
|
2117
2147
|
get cellBackground(): Brush;
|
|
2118
2148
|
set cellBackground(a: Brush);
|
|
2119
|
-
private
|
|
2149
|
+
private aas;
|
|
2120
2150
|
get cellTextColor(): Brush;
|
|
2121
2151
|
set cellTextColor(a: Brush);
|
|
2122
|
-
private
|
|
2152
|
+
private aba;
|
|
2123
2153
|
get headerSortIndicatorColor(): Brush;
|
|
2124
2154
|
set headerSortIndicatorColor(a: Brush);
|
|
2125
|
-
private
|
|
2155
|
+
private f9;
|
|
2126
2156
|
get headerSortIndicatorStyle(): SortIndicatorStyle;
|
|
2127
2157
|
set headerSortIndicatorStyle(a: SortIndicatorStyle);
|
|
2128
|
-
private
|
|
2158
|
+
private gv;
|
|
2129
2159
|
get cellTextStyle(): FontInfo;
|
|
2130
2160
|
set cellTextStyle(a: FontInfo);
|
|
2131
|
-
private
|
|
2161
|
+
private abl;
|
|
2132
2162
|
get sectionHeaderBackground(): Brush;
|
|
2133
2163
|
set sectionHeaderBackground(a: Brush);
|
|
2134
|
-
private
|
|
2164
|
+
private abn;
|
|
2135
2165
|
get sectionHeaderTextColor(): Brush;
|
|
2136
2166
|
set sectionHeaderTextColor(a: Brush);
|
|
2137
|
-
private
|
|
2167
|
+
private g0;
|
|
2138
2168
|
get sectionHeaderTextStyle(): FontInfo;
|
|
2139
2169
|
set sectionHeaderTextStyle(a: FontInfo);
|
|
2140
|
-
private
|
|
2170
|
+
private g1;
|
|
2141
2171
|
get summaryRootLabelTextStyle(): FontInfo;
|
|
2142
2172
|
set summaryRootLabelTextStyle(a: FontInfo);
|
|
2143
|
-
private
|
|
2173
|
+
private g3;
|
|
2144
2174
|
get summarySectionLabelTextStyle(): FontInfo;
|
|
2145
2175
|
set summarySectionLabelTextStyle(a: FontInfo);
|
|
2146
|
-
private
|
|
2176
|
+
private abs;
|
|
2147
2177
|
get summaryRootValueTextColor(): Brush;
|
|
2148
2178
|
set summaryRootValueTextColor(a: Brush);
|
|
2149
|
-
private
|
|
2179
|
+
private g2;
|
|
2150
2180
|
get summaryRootValueTextStyle(): FontInfo;
|
|
2151
2181
|
set summaryRootValueTextStyle(a: FontInfo);
|
|
2152
|
-
private
|
|
2182
|
+
private g4;
|
|
2153
2183
|
get summarySectionValueTextStyle(): FontInfo;
|
|
2154
2184
|
set summarySectionValueTextStyle(a: FontInfo);
|
|
2155
|
-
private
|
|
2185
|
+
private abw;
|
|
2156
2186
|
get summarySectionValueTextColor(): Brush;
|
|
2157
2187
|
set summarySectionValueTextColor(a: Brush);
|
|
2158
|
-
private
|
|
2188
|
+
private abq;
|
|
2159
2189
|
get summaryRootLabelTextColor(): Brush;
|
|
2160
2190
|
set summaryRootLabelTextColor(a: Brush);
|
|
2161
|
-
private
|
|
2191
|
+
private abu;
|
|
2162
2192
|
get summarySectionLabelTextColor(): Brush;
|
|
2163
2193
|
set summarySectionLabelTextColor(a: Brush);
|
|
2164
|
-
private
|
|
2194
|
+
private abr;
|
|
2165
2195
|
get summaryRootSelectedBackground(): Brush;
|
|
2166
2196
|
set summaryRootSelectedBackground(a: Brush);
|
|
2167
|
-
private
|
|
2197
|
+
private abv;
|
|
2168
2198
|
get summarySectionSelectedBackground(): Brush;
|
|
2169
2199
|
set summarySectionSelectedBackground(a: Brush);
|
|
2170
|
-
private
|
|
2200
|
+
private nn;
|
|
2171
2201
|
get pinnedAreaSeparatorWidth(): number;
|
|
2172
2202
|
set pinnedAreaSeparatorWidth(a: number);
|
|
2173
|
-
private
|
|
2203
|
+
private nh;
|
|
2174
2204
|
get headerSeparatorWidth(): number;
|
|
2175
2205
|
set headerSeparatorWidth(a: number);
|
|
2176
|
-
|
|
2177
|
-
private
|
|
2206
|
+
n2(a: number): number;
|
|
2207
|
+
private aa9;
|
|
2178
2208
|
get headerSeparatorBackground(): Brush;
|
|
2179
2209
|
set headerSeparatorBackground(a: Brush);
|
|
2180
|
-
private
|
|
2210
|
+
private aa7;
|
|
2181
2211
|
get headerBackground(): Brush;
|
|
2182
2212
|
set headerBackground(a: Brush);
|
|
2183
|
-
private
|
|
2213
|
+
private abb;
|
|
2184
2214
|
get headerTextColor(): Brush;
|
|
2185
2215
|
set headerTextColor(a: Brush);
|
|
2186
|
-
private
|
|
2216
|
+
private gz;
|
|
2187
2217
|
get headerTextStyle(): FontInfo;
|
|
2188
2218
|
set headerTextStyle(a: FontInfo);
|
|
2189
|
-
private
|
|
2219
|
+
private abg;
|
|
2190
2220
|
get rowSeparatorBackground(): Brush;
|
|
2191
2221
|
set rowSeparatorBackground(a: Brush);
|
|
2192
|
-
private
|
|
2222
|
+
private aa8;
|
|
2193
2223
|
get headerRowSeparatorBackground(): Brush;
|
|
2194
2224
|
set headerRowSeparatorBackground(a: Brush);
|
|
2195
|
-
private
|
|
2225
|
+
private abj;
|
|
2196
2226
|
get rowSeparatorStickyRowBackground(): Brush;
|
|
2197
2227
|
set rowSeparatorStickyRowBackground(a: Brush);
|
|
2198
|
-
private
|
|
2228
|
+
private abh;
|
|
2199
2229
|
get rowSeparatorLastStickyRowBackground(): Brush;
|
|
2200
2230
|
set rowSeparatorLastStickyRowBackground(a: Brush);
|
|
2201
|
-
private
|
|
2231
|
+
private abi;
|
|
2202
2232
|
get rowSeparatorPinnedRowBackground(): Brush;
|
|
2203
2233
|
set rowSeparatorPinnedRowBackground(a: Brush);
|
|
2204
|
-
private
|
|
2234
|
+
private nd;
|
|
2205
2235
|
get columnResizingSeparatorWidth(): number;
|
|
2206
2236
|
set columnResizingSeparatorWidth(a: number);
|
|
2207
|
-
private
|
|
2237
|
+
private md;
|
|
2208
2238
|
get columnResizingSeparatorOpacity(): number;
|
|
2209
2239
|
set columnResizingSeparatorOpacity(a: number);
|
|
2210
|
-
private
|
|
2240
|
+
private na;
|
|
2211
2241
|
get columnMovingSeparatorWidth(): number;
|
|
2212
2242
|
set columnMovingSeparatorWidth(a: number);
|
|
2213
|
-
private
|
|
2243
|
+
private mc;
|
|
2214
2244
|
get columnMovingSeparatorOpacity(): number;
|
|
2215
2245
|
set columnMovingSeparatorOpacity(a: number);
|
|
2216
|
-
private
|
|
2246
|
+
private aa4;
|
|
2217
2247
|
get columnResizingSeparatorBackground(): Brush;
|
|
2218
2248
|
set columnResizingSeparatorBackground(a: Brush);
|
|
2219
|
-
private
|
|
2249
|
+
private aat;
|
|
2220
2250
|
get columnMovingSeparatorBackground(): Brush;
|
|
2221
2251
|
set columnMovingSeparatorBackground(a: Brush);
|
|
2222
|
-
private
|
|
2252
|
+
private iv;
|
|
2223
2253
|
get shiftSectionContent(): boolean;
|
|
2224
2254
|
set shiftSectionContent(a: boolean);
|
|
2225
2255
|
private bi;
|
|
2226
2256
|
get columnOptionsIconAlignment(): ColumnOptionsIconAlignment;
|
|
2227
2257
|
set columnOptionsIconAlignment(a: ColumnOptionsIconAlignment);
|
|
2228
|
-
private
|
|
2258
|
+
private aa0;
|
|
2229
2259
|
get columnOptionsIconColor(): Brush;
|
|
2230
2260
|
set columnOptionsIconColor(a: Brush);
|
|
2231
2261
|
private bk;
|
|
2232
2262
|
get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
|
|
2233
2263
|
set columnOptionsIconBehavior(a: ColumnOptionsIconBehavior);
|
|
2234
|
-
private
|
|
2264
|
+
private aan;
|
|
2235
2265
|
get actualBorder(): Brush;
|
|
2236
2266
|
set actualBorder(a: Brush);
|
|
2237
|
-
private
|
|
2267
|
+
private aap;
|
|
2238
2268
|
get border(): Brush;
|
|
2239
2269
|
set border(a: Brush);
|
|
2240
|
-
private
|
|
2241
|
-
get
|
|
2242
|
-
set
|
|
2243
|
-
private
|
|
2270
|
+
private add;
|
|
2271
|
+
get adj(): Thickness;
|
|
2272
|
+
set adj(a: Thickness);
|
|
2273
|
+
private adb;
|
|
2244
2274
|
get actualBorderWidth(): Thickness;
|
|
2245
2275
|
set actualBorderWidth(a: Thickness);
|
|
2246
|
-
private
|
|
2276
|
+
private adc;
|
|
2247
2277
|
get borderWidth(): Thickness;
|
|
2248
2278
|
set borderWidth(a: Thickness);
|
|
2249
|
-
private
|
|
2279
|
+
private io;
|
|
2250
2280
|
get notifyOnAllSelectionChanges(): boolean;
|
|
2251
2281
|
set notifyOnAllSelectionChanges(a: boolean);
|
|
2252
|
-
private
|
|
2253
|
-
get
|
|
2254
|
-
set
|
|
2255
|
-
private
|
|
2282
|
+
private aah;
|
|
2283
|
+
get aal(): CornerRadius;
|
|
2284
|
+
set aal(a: CornerRadius);
|
|
2285
|
+
private aag;
|
|
2256
2286
|
get cornerRadius(): CornerRadius;
|
|
2257
2287
|
set cornerRadius(a: CornerRadius);
|
|
2258
|
-
private
|
|
2288
|
+
private aaf;
|
|
2259
2289
|
get actualCornerRadius(): CornerRadius;
|
|
2260
2290
|
set actualCornerRadius(a: CornerRadius);
|
|
2261
2291
|
static readonly isActiveCellStyleEnabledPropertyName: string;
|
|
2262
|
-
private
|
|
2292
|
+
private hz;
|
|
2263
2293
|
get isActiveCellStyleEnabled(): boolean;
|
|
2264
2294
|
set isActiveCellStyleEnabled(a: boolean);
|
|
2265
|
-
private
|
|
2295
|
+
private i1;
|
|
2266
2296
|
get stopPropagation(): boolean;
|
|
2267
2297
|
set stopPropagation(a: boolean);
|
|
2268
|
-
private
|
|
2298
|
+
private aam;
|
|
2269
2299
|
get actualBackground(): Brush;
|
|
2270
2300
|
set actualBackground(a: Brush);
|
|
2271
|
-
private
|
|
2301
|
+
private aao;
|
|
2272
2302
|
get background(): Brush;
|
|
2273
2303
|
set background(a: Brush);
|
|
2274
|
-
private
|
|
2304
|
+
private hf;
|
|
2275
2305
|
get platformPixelConverter(): IPlatformPixelConverter;
|
|
2276
2306
|
set platformPixelConverter(a: IPlatformPixelConverter);
|
|
2277
|
-
private
|
|
2307
|
+
private e5;
|
|
2278
2308
|
get renderingEngine(): ICellRenderingEngine;
|
|
2279
2309
|
set renderingEngine(a: ICellRenderingEngine);
|
|
2280
|
-
private
|
|
2281
|
-
private
|
|
2310
|
+
private x9;
|
|
2311
|
+
private ft;
|
|
2282
2312
|
get responsiveStates(): ResponsiveStatesCollection;
|
|
2283
|
-
private
|
|
2313
|
+
private gn;
|
|
2284
2314
|
get model(): VisualModel;
|
|
2285
2315
|
set model(a: VisualModel);
|
|
2286
2316
|
get actualVisibleRegion(): Rect;
|
|
@@ -2290,10 +2320,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2290
2320
|
private b8;
|
|
2291
2321
|
private ab;
|
|
2292
2322
|
private ac;
|
|
2293
|
-
private
|
|
2294
|
-
private
|
|
2295
|
-
private
|
|
2296
|
-
private
|
|
2323
|
+
private iy;
|
|
2324
|
+
private ix;
|
|
2325
|
+
private iz;
|
|
2326
|
+
private iw;
|
|
2297
2327
|
private b2;
|
|
2298
2328
|
private a4;
|
|
2299
2329
|
private v;
|
|
@@ -2301,17 +2331,17 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2301
2331
|
get initialSortDescriptions(): ColumnSortDescriptionCollection;
|
|
2302
2332
|
get initialGroupDescriptions(): ColumnGroupDescriptionCollection;
|
|
2303
2333
|
get initialSummaryDescriptions(): ColumnSummaryDescriptionCollection;
|
|
2304
|
-
private
|
|
2334
|
+
private pj;
|
|
2305
2335
|
get initialSorts(): string;
|
|
2306
2336
|
set initialSorts(a: string);
|
|
2307
|
-
private
|
|
2337
|
+
private pi;
|
|
2308
2338
|
get initialGroups(): string;
|
|
2309
2339
|
set initialGroups(a: string);
|
|
2310
|
-
private
|
|
2340
|
+
private pk;
|
|
2311
2341
|
get initialSummaries(): string;
|
|
2312
2342
|
set initialSummaries(a: string);
|
|
2313
|
-
private
|
|
2314
|
-
|
|
2343
|
+
private v7;
|
|
2344
|
+
jm(a: any[], b: any[]): boolean;
|
|
2315
2345
|
get sortDescriptions(): ColumnSortDescriptionCollection;
|
|
2316
2346
|
get groupDescriptions(): ColumnGroupDescriptionCollection;
|
|
2317
2347
|
sortDescriptionsChanged: (sender: any, args: GridSortDescriptionsChangedEventArgs) => void;
|
|
@@ -2319,47 +2349,47 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2319
2349
|
summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
|
|
2320
2350
|
columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
|
|
2321
2351
|
columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
|
|
2322
|
-
private
|
|
2352
|
+
private xh;
|
|
2323
2353
|
cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
|
|
2324
2354
|
dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
|
|
2325
2355
|
dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
|
|
2326
2356
|
get filterExpressions(): FilterExpressionCollection;
|
|
2327
2357
|
get summaryDescriptions(): ColumnSummaryDescriptionCollection;
|
|
2328
|
-
private
|
|
2329
|
-
private
|
|
2358
|
+
private i2;
|
|
2359
|
+
private gj;
|
|
2330
2360
|
get summaryScope(): SummaryScope;
|
|
2331
2361
|
set summaryScope(a: SummaryScope);
|
|
2332
|
-
private
|
|
2333
|
-
private
|
|
2362
|
+
private h6;
|
|
2363
|
+
private h5;
|
|
2334
2364
|
get isGroupCollapsable(): boolean;
|
|
2335
2365
|
set isGroupCollapsable(a: boolean);
|
|
2336
|
-
private
|
|
2337
|
-
private
|
|
2366
|
+
private hu;
|
|
2367
|
+
private eu;
|
|
2338
2368
|
get groupHeaderDisplayMode(): GroupHeaderDisplayMode;
|
|
2339
2369
|
set groupHeaderDisplayMode(a: GroupHeaderDisplayMode);
|
|
2340
|
-
private
|
|
2341
|
-
private
|
|
2370
|
+
private h8;
|
|
2371
|
+
private h7;
|
|
2342
2372
|
get isGroupExpandedDefault(): boolean;
|
|
2343
2373
|
set isGroupExpandedDefault(a: boolean);
|
|
2344
|
-
private
|
|
2345
|
-
private
|
|
2374
|
+
private hv;
|
|
2375
|
+
private ew;
|
|
2346
2376
|
get groupSummaryDisplayMode(): GroupSummaryDisplayMode;
|
|
2347
2377
|
set groupSummaryDisplayMode(a: GroupSummaryDisplayMode);
|
|
2348
|
-
private
|
|
2378
|
+
private ho;
|
|
2349
2379
|
get autoAcceptEdits(): boolean;
|
|
2350
2380
|
set autoAcceptEdits(a: boolean);
|
|
2351
2381
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2352
2382
|
postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2353
|
-
protected
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2383
|
+
protected x7(a: string, b: any, c: any): void;
|
|
2384
|
+
zf(): void;
|
|
2385
|
+
yz(): void;
|
|
2386
|
+
y0(): void;
|
|
2357
2387
|
calculateCompleted: (sender: any, e: any) => void;
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
private
|
|
2361
|
-
get
|
|
2362
|
-
set
|
|
2388
|
+
wq(): void;
|
|
2389
|
+
v1(): void;
|
|
2390
|
+
private it;
|
|
2391
|
+
get lc(): boolean;
|
|
2392
|
+
set lc(a: boolean);
|
|
2363
2393
|
refresh(): void;
|
|
2364
2394
|
flush(): void;
|
|
2365
2395
|
private z;
|
|
@@ -2372,200 +2402,200 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2372
2402
|
private a;
|
|
2373
2403
|
get actualPrimaryKey(): string[];
|
|
2374
2404
|
set actualPrimaryKey(a: string[]);
|
|
2375
|
-
private
|
|
2376
|
-
get
|
|
2377
|
-
set
|
|
2378
|
-
protected
|
|
2379
|
-
private
|
|
2380
|
-
private
|
|
2381
|
-
private
|
|
2405
|
+
private hk;
|
|
2406
|
+
get i8(): boolean;
|
|
2407
|
+
set i8(a: boolean);
|
|
2408
|
+
protected yu(a: string, b: any, c: any): void;
|
|
2409
|
+
private z6;
|
|
2410
|
+
private aaj;
|
|
2411
|
+
private adi;
|
|
2382
2412
|
syncBorder(): void;
|
|
2383
|
-
private
|
|
2413
|
+
private xq;
|
|
2384
2414
|
private n;
|
|
2385
2415
|
private o;
|
|
2386
2416
|
private h;
|
|
2387
|
-
private
|
|
2388
|
-
private
|
|
2389
|
-
private
|
|
2390
|
-
private
|
|
2391
|
-
private
|
|
2392
|
-
private
|
|
2393
|
-
private
|
|
2394
|
-
private
|
|
2417
|
+
private vm;
|
|
2418
|
+
private zj;
|
|
2419
|
+
private v3;
|
|
2420
|
+
private v4;
|
|
2421
|
+
private zk;
|
|
2422
|
+
private v5;
|
|
2423
|
+
private vq;
|
|
2424
|
+
private vp;
|
|
2395
2425
|
rootSummariesChanged: (sender: any, args: DataSourceRootSummariesChangedEventArgs) => void;
|
|
2396
|
-
private
|
|
2397
|
-
private
|
|
2426
|
+
private lw;
|
|
2427
|
+
private r0;
|
|
2428
|
+
private ya;
|
|
2429
|
+
private vx;
|
|
2430
|
+
private vo;
|
|
2398
2431
|
private xp;
|
|
2399
|
-
|
|
2400
|
-
private u3;
|
|
2401
|
-
private w4;
|
|
2402
|
-
vz(): void;
|
|
2432
|
+
wk(): void;
|
|
2403
2433
|
sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
|
|
2404
2434
|
onSizeChanged(a: number, b: number): void;
|
|
2405
2435
|
viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
|
|
2406
|
-
private
|
|
2407
|
-
private
|
|
2408
|
-
|
|
2436
|
+
private nl;
|
|
2437
|
+
private nm;
|
|
2438
|
+
lq: boolean;
|
|
2409
2439
|
notifyScrollStart(): void;
|
|
2410
2440
|
notifyScrollStop(): void;
|
|
2411
2441
|
setViewport(a: number, b: number, c: number, d: number): void;
|
|
2412
2442
|
get actualColumns(): GridColumnCollection;
|
|
2413
2443
|
actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
|
|
2414
|
-
private
|
|
2444
|
+
private dp;
|
|
2415
2445
|
get columns(): GridColumnCollection;
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2446
|
+
x3(a: CellModel, b: any, c: any): void;
|
|
2447
|
+
x2(a: CellModel, b: any, c: any, d: string): void;
|
|
2448
|
+
ci(a: CellPath): DataGridColumn;
|
|
2419
2449
|
hideThenRemoveColumn(a: DataGridColumn): void;
|
|
2420
2450
|
exchangeColumn(a: DataGridColumn, b: DataGridColumn): void;
|
|
2421
|
-
private
|
|
2422
|
-
private
|
|
2423
|
-
private
|
|
2424
|
-
private
|
|
2425
|
-
private
|
|
2426
|
-
private
|
|
2427
|
-
private
|
|
2428
|
-
private
|
|
2451
|
+
private u7;
|
|
2452
|
+
private im;
|
|
2453
|
+
private xl;
|
|
2454
|
+
private xi;
|
|
2455
|
+
private xd;
|
|
2456
|
+
private vi;
|
|
2457
|
+
private yg;
|
|
2458
|
+
private vl;
|
|
2429
2459
|
pinColumn(a: DataGridColumn, b: PinnedPositions): void;
|
|
2430
|
-
private
|
|
2431
|
-
private
|
|
2460
|
+
private lo;
|
|
2461
|
+
private lp;
|
|
2432
2462
|
moveColumn(a: number, b: number): void;
|
|
2433
2463
|
moveColumnLeft(a: number): void;
|
|
2434
2464
|
moveColumnRight(a: number): void;
|
|
2435
2465
|
canMoveColumnLeft(a: number): boolean;
|
|
2436
2466
|
canMoveColumnRight(a: number): boolean;
|
|
2437
|
-
private
|
|
2438
|
-
private
|
|
2439
|
-
private
|
|
2440
|
-
private
|
|
2441
|
-
private
|
|
2442
|
-
private
|
|
2443
|
-
private
|
|
2444
|
-
|
|
2467
|
+
private kt;
|
|
2468
|
+
private cg;
|
|
2469
|
+
private cf;
|
|
2470
|
+
private xe;
|
|
2471
|
+
private vh;
|
|
2472
|
+
private z7;
|
|
2473
|
+
private cl;
|
|
2474
|
+
r1(a: CellPath, b: DataGrid, c: any, d: number): string;
|
|
2445
2475
|
am(a: CellPath, b: string): CellModel;
|
|
2446
2476
|
exportVisualModel(): any;
|
|
2447
2477
|
exportSerializedVisualModel(): string;
|
|
2448
|
-
|
|
2449
|
-
private
|
|
2478
|
+
fx(a: number): RowPath;
|
|
2479
|
+
private hj;
|
|
2450
2480
|
scrollToRowByIndex(a: number): void;
|
|
2451
2481
|
scrollToLastRowByIndex(a: number): void;
|
|
2452
2482
|
scrollToItem(a: any): boolean;
|
|
2453
2483
|
scrollToPrimaryKey(a: any[]): boolean;
|
|
2454
2484
|
scrollToColumnByIndex(a: number): void;
|
|
2455
|
-
private
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
private
|
|
2459
|
-
private
|
|
2460
|
-
private
|
|
2485
|
+
private zm;
|
|
2486
|
+
lj(a: DataGridColumn): boolean;
|
|
2487
|
+
xo(a: number, b: number): void;
|
|
2488
|
+
private vg;
|
|
2489
|
+
private ob;
|
|
2490
|
+
private lf;
|
|
2461
2491
|
getLastVisibleIndex(): number;
|
|
2462
2492
|
getFirstVisibleIndex(): number;
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
get
|
|
2469
|
-
get
|
|
2470
|
-
get
|
|
2471
|
-
get
|
|
2472
|
-
private
|
|
2473
|
-
private
|
|
2474
|
-
private
|
|
2475
|
-
private
|
|
2476
|
-
private
|
|
2477
|
-
private
|
|
2478
|
-
private
|
|
2479
|
-
private
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
private
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
private
|
|
2489
|
-
private
|
|
2490
|
-
private
|
|
2491
|
-
ko(a: boolean, b: boolean): boolean;
|
|
2492
|
-
kp(a: boolean, b: boolean): boolean;
|
|
2493
|
-
private n6;
|
|
2494
|
-
private n1;
|
|
2495
|
-
private ob;
|
|
2496
|
-
private oa;
|
|
2497
|
-
private nz;
|
|
2498
|
-
us(a: number, b: number, c: boolean, d?: boolean): void;
|
|
2499
|
-
kt(a: boolean, b: boolean): boolean;
|
|
2493
|
+
od(): number;
|
|
2494
|
+
oi(): number;
|
|
2495
|
+
yp(): void;
|
|
2496
|
+
jt: boolean;
|
|
2497
|
+
kd: boolean;
|
|
2498
|
+
get kk(): boolean;
|
|
2499
|
+
get kl(): boolean;
|
|
2500
|
+
get ki(): boolean;
|
|
2501
|
+
get kj(): boolean;
|
|
2502
|
+
private ld;
|
|
2503
|
+
private le;
|
|
2504
|
+
private lx;
|
|
2505
|
+
private ly;
|
|
2506
|
+
private lz;
|
|
2507
|
+
private l0;
|
|
2508
|
+
private hm;
|
|
2509
|
+
private hl;
|
|
2510
|
+
vc(a?: boolean): void;
|
|
2511
|
+
vv(): void;
|
|
2512
|
+
ye(a: any, b: PrimaryKeyValue): void;
|
|
2513
|
+
yf(a: any, b: PrimaryKeyValue): void;
|
|
2514
|
+
yl(a: number, b: any, c: PrimaryKeyValue): void;
|
|
2515
|
+
private i5;
|
|
2516
|
+
wr(a: number, b: number, c: string): void;
|
|
2517
|
+
wu(a: number, b: string): void;
|
|
2518
|
+
private ws;
|
|
2519
|
+
private nv;
|
|
2520
|
+
private nw;
|
|
2500
2521
|
kv(a: boolean, b: boolean): boolean;
|
|
2501
2522
|
kw(a: boolean, b: boolean): boolean;
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2523
|
+
private oh;
|
|
2524
|
+
private oc;
|
|
2525
|
+
private om;
|
|
2526
|
+
private ol;
|
|
2527
|
+
private oa;
|
|
2528
|
+
vd(a: number, b: number, c: boolean, d?: boolean): void;
|
|
2505
2529
|
k0(a: boolean, b: boolean): boolean;
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2530
|
+
k2(a: boolean, b: boolean): boolean;
|
|
2531
|
+
k3(a: boolean, b: boolean): boolean;
|
|
2532
|
+
k4(a: boolean, b: boolean): boolean;
|
|
2533
|
+
k5(a: boolean, b: boolean): boolean;
|
|
2534
|
+
x0(a: boolean, b: boolean): void;
|
|
2535
|
+
k7(a: boolean, b: boolean): boolean;
|
|
2536
|
+
yq(): void;
|
|
2537
|
+
k8(a: boolean, b: boolean): boolean;
|
|
2538
|
+
kx(a: boolean, b: boolean): boolean;
|
|
2539
|
+
ky(): boolean;
|
|
2540
|
+
kz(): boolean;
|
|
2541
|
+
k6(a: boolean, b: boolean): boolean;
|
|
2512
2542
|
aq: CellPath;
|
|
2513
2543
|
ar: CellPath;
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2544
|
+
ls(): boolean;
|
|
2545
|
+
lm(a: CellModel): boolean;
|
|
2546
|
+
jl(a: boolean, b?: boolean): boolean;
|
|
2547
|
+
vu(a: boolean): void;
|
|
2548
|
+
w6(a: PrimaryKeyValue, b: number): void;
|
|
2549
|
+
w7(a: PrimaryKeyValue, b: number): void;
|
|
2520
2550
|
columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
|
|
2521
2551
|
selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
|
|
2522
2552
|
selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
|
|
2523
2553
|
selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
|
|
2524
2554
|
selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
|
|
2525
|
-
private
|
|
2526
|
-
private
|
|
2555
|
+
private iu;
|
|
2556
|
+
private ym;
|
|
2527
2557
|
activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
|
|
2528
2558
|
selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
private
|
|
2536
|
-
private
|
|
2537
|
-
private
|
|
2538
|
-
private
|
|
2559
|
+
aac(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
|
|
2560
|
+
va(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
|
|
2561
|
+
vb(a: any, b: PrimaryKeyValue, c: boolean): void;
|
|
2562
|
+
aab(a: number, b: any, c: PrimaryKeyValue): void;
|
|
2563
|
+
zc(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
|
|
2564
|
+
zd(a: any, b: PrimaryKeyValue, c: boolean): void;
|
|
2565
|
+
private yi;
|
|
2566
|
+
private yj;
|
|
2567
|
+
private yh;
|
|
2568
|
+
private yk;
|
|
2539
2569
|
private au;
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
private
|
|
2545
|
-
|
|
2546
|
-
private
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
private
|
|
2552
|
-
|
|
2553
|
-
private
|
|
2554
|
-
|
|
2570
|
+
u9(a: number, b: number, c: number, d: number): void;
|
|
2571
|
+
u8(a: CellRange): void;
|
|
2572
|
+
y9(a: CellRange): void;
|
|
2573
|
+
y8(): void;
|
|
2574
|
+
private wi;
|
|
2575
|
+
yn(a: number, b: any, c: any): void;
|
|
2576
|
+
private v8;
|
|
2577
|
+
w8(): void;
|
|
2578
|
+
zi(a: GridConditionalStyle, b: DataGridColumn): void;
|
|
2579
|
+
ze(a: GridConditionalStyle, b: DataGridColumn): void;
|
|
2580
|
+
l3(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
|
|
2581
|
+
private lv;
|
|
2582
|
+
vw(a: ColumnSummaryDescription): void;
|
|
2583
|
+
private j6;
|
|
2584
|
+
y7(a: ColumnSummaryDescription): void;
|
|
2555
2585
|
invalidateVisibleRows(): void;
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
private
|
|
2560
|
-
private
|
|
2561
|
-
private
|
|
2562
|
-
private
|
|
2563
|
-
private
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2586
|
+
pg(a: DataGridColumn): any;
|
|
2587
|
+
pf(a: DataGridColumn): any;
|
|
2588
|
+
ph(a: DataGridColumn): any;
|
|
2589
|
+
private v9;
|
|
2590
|
+
private oe;
|
|
2591
|
+
private oj;
|
|
2592
|
+
private wa;
|
|
2593
|
+
private hy;
|
|
2594
|
+
yv(): void;
|
|
2595
|
+
x1(a: number, b: any): void;
|
|
2596
|
+
x8(a: number, b: any): void;
|
|
2567
2597
|
setActiveResponsiveState(a: string): void;
|
|
2568
|
-
|
|
2598
|
+
zx(a: ResponsiveState): void;
|
|
2569
2599
|
notifySetItem(a: number, b: any, c: any): void;
|
|
2570
2600
|
notifyClearItems(): void;
|
|
2571
2601
|
notifyInsertItem(a: number, b: any): void;
|
|
@@ -2578,30 +2608,30 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2578
2608
|
getColumnAtRenderedIndex(a: number): DataGridColumn;
|
|
2579
2609
|
getRootSummaryResults(): ISummaryResult[];
|
|
2580
2610
|
getSectionSummaryResults(a: number): ISummaryResult[][];
|
|
2581
|
-
private
|
|
2611
|
+
private is;
|
|
2582
2612
|
get reactsToSortChanges(): boolean;
|
|
2583
2613
|
set reactsToSortChanges(a: boolean);
|
|
2584
|
-
private
|
|
2614
|
+
private ir;
|
|
2585
2615
|
get reactsToGroupChanges(): boolean;
|
|
2586
2616
|
set reactsToGroupChanges(a: boolean);
|
|
2587
|
-
private
|
|
2617
|
+
private iq;
|
|
2588
2618
|
get reactsToFilterChanges(): boolean;
|
|
2589
2619
|
set reactsToFilterChanges(a: boolean);
|
|
2590
2620
|
aa(a: DataGridColumn): IFilterExpression;
|
|
2591
|
-
|
|
2592
|
-
private
|
|
2593
|
-
private
|
|
2621
|
+
lt(a: CellModel, b: number, c: any, d: any, e: any): boolean;
|
|
2622
|
+
private aad;
|
|
2623
|
+
private o8;
|
|
2594
2624
|
columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
|
|
2595
|
-
private
|
|
2625
|
+
private xm;
|
|
2596
2626
|
cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
|
|
2597
|
-
private
|
|
2627
|
+
private wx;
|
|
2598
2628
|
cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
|
|
2599
|
-
private
|
|
2629
|
+
private ww;
|
|
2600
2630
|
rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
|
|
2601
|
-
private
|
|
2631
|
+
private yc;
|
|
2602
2632
|
rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
|
|
2603
|
-
private
|
|
2604
|
-
|
|
2633
|
+
private yb;
|
|
2634
|
+
j5(): boolean;
|
|
2605
2635
|
get canUndo(): boolean;
|
|
2606
2636
|
get canRedo(): boolean;
|
|
2607
2637
|
get canCommit(): boolean;
|
|
@@ -2614,128 +2644,151 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2614
2644
|
updatePropertyAtKey(a: any[], b: string, c: any): void;
|
|
2615
2645
|
removeItemByKey(a: any[]): void;
|
|
2616
2646
|
removeItem(a: any): void;
|
|
2617
|
-
private
|
|
2647
|
+
private ip;
|
|
2618
2648
|
acceptEdit(a: number): void;
|
|
2619
2649
|
rejectEdit(a: number): void;
|
|
2620
2650
|
setEditError(a: number, b: string): void;
|
|
2621
2651
|
startEditMode(): void;
|
|
2622
2652
|
endEditMode(a: boolean): void;
|
|
2623
|
-
private
|
|
2653
|
+
private cv;
|
|
2624
2654
|
get enterBehavior(): EnterKeyBehaviors;
|
|
2625
2655
|
set enterBehavior(a: EnterKeyBehaviors);
|
|
2626
|
-
private
|
|
2656
|
+
private ct;
|
|
2627
2657
|
get enterBehaviorAfterEdit(): EnterKeyBehaviorAfterEdit;
|
|
2628
2658
|
set enterBehaviorAfterEdit(a: EnterKeyBehaviorAfterEdit);
|
|
2629
2659
|
selectAllRows(): void;
|
|
2630
2660
|
deselectAllRows(): void;
|
|
2631
|
-
private
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
private
|
|
2661
|
+
private rc;
|
|
2662
|
+
private rx;
|
|
2663
|
+
private ib;
|
|
2664
|
+
get kf(): boolean;
|
|
2665
|
+
set kf(a: boolean);
|
|
2666
|
+
k1(a: Key, b: boolean, c: boolean): boolean;
|
|
2667
|
+
private lr;
|
|
2668
|
+
lk(): boolean;
|
|
2669
|
+
private h2;
|
|
2638
2670
|
get isColumnOptionsSummariesEnabled(): boolean;
|
|
2639
2671
|
set isColumnOptionsSummariesEnabled(a: boolean);
|
|
2640
|
-
private
|
|
2672
|
+
private h1;
|
|
2641
2673
|
get isColumnOptionsGroupingEnabled(): boolean;
|
|
2642
2674
|
set isColumnOptionsGroupingEnabled(a: boolean);
|
|
2643
|
-
private
|
|
2675
|
+
private fl;
|
|
2644
2676
|
get mergedCellMode(): MergedCellMode;
|
|
2645
2677
|
set mergedCellMode(a: MergedCellMode);
|
|
2646
|
-
private
|
|
2678
|
+
private fj;
|
|
2647
2679
|
get mergedCellEvaluationCriteria(): MergedCellEvaluationCriteria;
|
|
2648
2680
|
set mergedCellEvaluationCriteria(a: MergedCellEvaluationCriteria);
|
|
2649
2681
|
private af;
|
|
2650
2682
|
get mergedCellVerticalAlignment(): CellContentVerticalAlignment;
|
|
2651
2683
|
set mergedCellVerticalAlignment(a: CellContentVerticalAlignment);
|
|
2652
2684
|
saveLayout(): string;
|
|
2653
|
-
private
|
|
2654
|
-
private
|
|
2685
|
+
private f2;
|
|
2686
|
+
private l4;
|
|
2655
2687
|
loadLayout(a: string): void;
|
|
2656
2688
|
private s;
|
|
2657
2689
|
private t;
|
|
2658
|
-
|
|
2659
|
-
private
|
|
2690
|
+
og(a: CellPath): number;
|
|
2691
|
+
private c2;
|
|
2660
2692
|
get filterUIType(): FilterUIType;
|
|
2661
2693
|
set filterUIType(a: FilterUIType);
|
|
2662
|
-
private
|
|
2694
|
+
private cz;
|
|
2663
2695
|
get filterLogicalOperator(): FilterLogicalOperator;
|
|
2664
2696
|
set filterLogicalOperator(a: FilterLogicalOperator);
|
|
2665
|
-
private
|
|
2697
|
+
private cx;
|
|
2666
2698
|
get filterComparisonType(): FilterComparisonType;
|
|
2667
2699
|
set filterComparisonType(a: FilterComparisonType);
|
|
2668
|
-
|
|
2669
|
-
private
|
|
2700
|
+
j7(): boolean;
|
|
2701
|
+
private l7;
|
|
2670
2702
|
get todayOverride(): Date;
|
|
2671
2703
|
set todayOverride(a: Date);
|
|
2672
|
-
private
|
|
2704
|
+
private hq;
|
|
2673
2705
|
get clearSelectionOnEscape(): boolean;
|
|
2674
2706
|
set clearSelectionOnEscape(a: boolean);
|
|
2675
2707
|
customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
|
|
2676
|
-
|
|
2677
|
-
private
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
private
|
|
2708
|
+
xn(a: DataGridColumn, b: FilterOperand, c: any): void;
|
|
2709
|
+
private nb;
|
|
2710
|
+
ll(): boolean;
|
|
2711
|
+
we(): void;
|
|
2712
|
+
wd(): void;
|
|
2713
|
+
private ic;
|
|
2682
2714
|
get isPagerVisible(): boolean;
|
|
2683
2715
|
set isPagerVisible(a: boolean);
|
|
2684
|
-
private
|
|
2716
|
+
private nj;
|
|
2685
2717
|
get pageSize(): number;
|
|
2686
2718
|
set pageSize(a: number);
|
|
2687
|
-
private
|
|
2719
|
+
private ii;
|
|
2688
2720
|
get isToolbarVisible(): boolean;
|
|
2689
2721
|
set isToolbarVisible(a: boolean);
|
|
2690
|
-
private
|
|
2722
|
+
private ig;
|
|
2691
2723
|
get isToolbarColumnChooserVisible(): boolean;
|
|
2692
2724
|
set isToolbarColumnChooserVisible(a: boolean);
|
|
2693
|
-
private
|
|
2725
|
+
private ih;
|
|
2694
2726
|
get isToolbarColumnPinningVisible(): boolean;
|
|
2695
2727
|
set isToolbarColumnPinningVisible(a: boolean);
|
|
2696
|
-
private
|
|
2728
|
+
private pp;
|
|
2697
2729
|
get toolbarTitle(): string;
|
|
2698
2730
|
set toolbarTitle(a: string);
|
|
2699
|
-
private
|
|
2731
|
+
private pl;
|
|
2700
2732
|
get toolbarColumnChooserText(): string;
|
|
2701
2733
|
set toolbarColumnChooserText(a: string);
|
|
2702
|
-
private
|
|
2734
|
+
private pm;
|
|
2703
2735
|
get toolbarColumnChooserTitle(): string;
|
|
2704
2736
|
set toolbarColumnChooserTitle(a: string);
|
|
2705
|
-
private
|
|
2737
|
+
private pn;
|
|
2706
2738
|
get toolbarColumnPinningText(): string;
|
|
2707
2739
|
set toolbarColumnPinningText(a: string);
|
|
2708
|
-
private
|
|
2740
|
+
private po;
|
|
2709
2741
|
get toolbarColumnPinningTitle(): string;
|
|
2710
2742
|
set toolbarColumnPinningTitle(a: string);
|
|
2711
|
-
private
|
|
2743
|
+
private gp;
|
|
2712
2744
|
get scrollbarStyle(): ScrollbarStyle;
|
|
2713
2745
|
set scrollbarStyle(a: ScrollbarStyle);
|
|
2714
|
-
private
|
|
2746
|
+
private abk;
|
|
2715
2747
|
get scrollbarBackground(): Brush;
|
|
2716
2748
|
set scrollbarBackground(a: Brush);
|
|
2717
|
-
private
|
|
2749
|
+
private aav;
|
|
2718
2750
|
get columnOptionsBackground(): Brush;
|
|
2719
2751
|
set columnOptionsBackground(a: Brush);
|
|
2720
|
-
private
|
|
2752
|
+
private aa2;
|
|
2721
2753
|
get columnOptionsTextColor(): Brush;
|
|
2722
2754
|
set columnOptionsTextColor(a: Brush);
|
|
2723
|
-
private
|
|
2755
|
+
private gx;
|
|
2756
|
+
get columnOptionsTextStyle(): FontInfo;
|
|
2757
|
+
set columnOptionsTextStyle(a: FontInfo);
|
|
2758
|
+
private aaz;
|
|
2759
|
+
get columnOptionsHoverBackgroundColor(): Brush;
|
|
2760
|
+
set columnOptionsHoverBackgroundColor(a: Brush);
|
|
2761
|
+
private aa3;
|
|
2762
|
+
get columnOptionsToolTipBackgroundColor(): Brush;
|
|
2763
|
+
set columnOptionsToolTipBackgroundColor(a: Brush);
|
|
2764
|
+
private aay;
|
|
2765
|
+
get columnOptionsHighlightColor(): Brush;
|
|
2766
|
+
set columnOptionsHighlightColor(a: Brush);
|
|
2767
|
+
private aa1;
|
|
2724
2768
|
get columnOptionsSeparatorColor(): Brush;
|
|
2725
2769
|
set columnOptionsSeparatorColor(a: Brush);
|
|
2726
|
-
private
|
|
2770
|
+
private aaw;
|
|
2727
2771
|
get columnOptionsGroupHeaderBackground(): Brush;
|
|
2728
2772
|
set columnOptionsGroupHeaderBackground(a: Brush);
|
|
2729
|
-
private
|
|
2773
|
+
private aax;
|
|
2730
2774
|
get columnOptionsGroupHeaderTextColor(): Brush;
|
|
2731
2775
|
set columnOptionsGroupHeaderTextColor(a: Brush);
|
|
2732
|
-
private
|
|
2776
|
+
private gw;
|
|
2777
|
+
get columnOptionsGroupHeaderTextStyle(): FontInfo;
|
|
2778
|
+
set columnOptionsGroupHeaderTextStyle(a: FontInfo);
|
|
2779
|
+
private aau;
|
|
2733
2780
|
get columnOptionsAccentColor(): Brush;
|
|
2734
2781
|
set columnOptionsAccentColor(a: Brush);
|
|
2735
|
-
private
|
|
2782
|
+
private nc;
|
|
2783
|
+
get columnOptionsRowHeight(): number;
|
|
2784
|
+
set columnOptionsRowHeight(a: number);
|
|
2785
|
+
private hn;
|
|
2736
2786
|
get allowCopyOperation(): boolean;
|
|
2737
2787
|
set allowCopyOperation(a: boolean);
|
|
2738
|
-
private
|
|
2788
|
+
private ni;
|
|
2789
|
+
get maxSelectedCellRanges(): number;
|
|
2790
|
+
set maxSelectedCellRanges(a: number);
|
|
2791
|
+
private hr;
|
|
2739
2792
|
get deferEventForRowDragSelection(): boolean;
|
|
2740
2793
|
set deferEventForRowDragSelection(a: boolean);
|
|
2741
2794
|
registerIconFromText(a: string, b: string, c: string): void;
|
|
@@ -3328,91 +3381,91 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3328
3381
|
export declare abstract class DataGridColumn extends DefinitionBase implements IToolbarTarget {
|
|
3329
3382
|
static $t: Type;
|
|
3330
3383
|
constructor();
|
|
3331
|
-
private
|
|
3384
|
+
private o8;
|
|
3332
3385
|
protected e2(a: GridConditionalStyle): void;
|
|
3333
3386
|
protected ct(): any;
|
|
3334
3387
|
protected cu(): any;
|
|
3335
3388
|
protected cv(): any;
|
|
3336
3389
|
protected au(a: GridConditionalStyle): boolean;
|
|
3337
|
-
protected
|
|
3338
|
-
protected
|
|
3339
|
-
private static
|
|
3340
|
-
|
|
3390
|
+
protected rp(): Brush;
|
|
3391
|
+
protected ro(): Brush;
|
|
3392
|
+
private static lm;
|
|
3393
|
+
ln: number;
|
|
3341
3394
|
private hv;
|
|
3342
3395
|
get hw(): ColumnStates;
|
|
3343
3396
|
set hw(a: ColumnStates);
|
|
3344
|
-
private
|
|
3345
|
-
get
|
|
3346
|
-
set
|
|
3347
|
-
private
|
|
3348
|
-
get
|
|
3349
|
-
set
|
|
3350
|
-
private
|
|
3351
|
-
get
|
|
3352
|
-
set
|
|
3353
|
-
private
|
|
3354
|
-
get
|
|
3355
|
-
set
|
|
3356
|
-
private
|
|
3357
|
-
get
|
|
3358
|
-
set
|
|
3359
|
-
private
|
|
3360
|
-
get
|
|
3361
|
-
set
|
|
3362
|
-
private
|
|
3363
|
-
get
|
|
3364
|
-
set
|
|
3365
|
-
private
|
|
3366
|
-
get
|
|
3367
|
-
set
|
|
3397
|
+
private k6;
|
|
3398
|
+
get lj(): number;
|
|
3399
|
+
set lj(a: number);
|
|
3400
|
+
private k8;
|
|
3401
|
+
get ll(): number;
|
|
3402
|
+
set ll(a: number);
|
|
3403
|
+
private k7;
|
|
3404
|
+
get lk(): number;
|
|
3405
|
+
set lk(a: number);
|
|
3406
|
+
private k5;
|
|
3407
|
+
get li(): number;
|
|
3408
|
+
set li(a: number);
|
|
3409
|
+
private lv;
|
|
3410
|
+
get n6(): string;
|
|
3411
|
+
set n6(a: string);
|
|
3412
|
+
private k3;
|
|
3413
|
+
get lg(): number;
|
|
3414
|
+
set lg(a: number);
|
|
3415
|
+
private k2;
|
|
3416
|
+
get lf(): number;
|
|
3417
|
+
set lf(a: number);
|
|
3418
|
+
private k4;
|
|
3419
|
+
get lh(): number;
|
|
3420
|
+
set lh(a: number);
|
|
3368
3421
|
private ip;
|
|
3369
3422
|
get ir(): PinnedPositions;
|
|
3370
3423
|
set ir(a: PinnedPositions);
|
|
3371
|
-
private
|
|
3372
|
-
get
|
|
3373
|
-
set
|
|
3374
|
-
private
|
|
3375
|
-
get
|
|
3376
|
-
set
|
|
3377
|
-
private
|
|
3378
|
-
get
|
|
3379
|
-
set
|
|
3380
|
-
private
|
|
3381
|
-
get
|
|
3382
|
-
set
|
|
3383
|
-
private
|
|
3384
|
-
get
|
|
3385
|
-
set
|
|
3386
|
-
private
|
|
3387
|
-
get
|
|
3388
|
-
set
|
|
3389
|
-
private
|
|
3390
|
-
get
|
|
3391
|
-
set
|
|
3392
|
-
private
|
|
3393
|
-
get
|
|
3394
|
-
set
|
|
3395
|
-
private
|
|
3396
|
-
get
|
|
3397
|
-
set
|
|
3424
|
+
private lt;
|
|
3425
|
+
get nf(): string;
|
|
3426
|
+
set nf(a: string);
|
|
3427
|
+
private lu;
|
|
3428
|
+
get nm(): string;
|
|
3429
|
+
set nm(a: string);
|
|
3430
|
+
private lr;
|
|
3431
|
+
get mi(): string;
|
|
3432
|
+
set mi(a: string);
|
|
3433
|
+
private qv;
|
|
3434
|
+
get rs(): Brush;
|
|
3435
|
+
set rs(a: Brush);
|
|
3436
|
+
private qh;
|
|
3437
|
+
get rc(): Brush;
|
|
3438
|
+
set rc(a: Brush);
|
|
3439
|
+
private qt;
|
|
3440
|
+
get rq(): Brush;
|
|
3441
|
+
set rq(a: Brush);
|
|
3442
|
+
private qf;
|
|
3443
|
+
get ra(): Brush;
|
|
3444
|
+
set ra(a: Brush);
|
|
3445
|
+
private qu;
|
|
3446
|
+
get rr(): Brush;
|
|
3447
|
+
set rr(a: Brush);
|
|
3448
|
+
private qg;
|
|
3449
|
+
get rb(): Brush;
|
|
3450
|
+
set rb(a: Brush);
|
|
3398
3451
|
private ib;
|
|
3399
3452
|
get ic(): GridColumnAnimationSettings;
|
|
3400
3453
|
set ic(a: GridColumnAnimationSettings);
|
|
3401
3454
|
private hx;
|
|
3402
3455
|
get width(): ColumnWidth;
|
|
3403
3456
|
set width(a: ColumnWidth);
|
|
3404
|
-
private
|
|
3405
|
-
get
|
|
3406
|
-
set
|
|
3407
|
-
private
|
|
3408
|
-
get
|
|
3409
|
-
set
|
|
3410
|
-
private
|
|
3411
|
-
get
|
|
3412
|
-
set
|
|
3413
|
-
private
|
|
3414
|
-
get
|
|
3415
|
-
set
|
|
3457
|
+
private ki;
|
|
3458
|
+
get kq(): number;
|
|
3459
|
+
set kq(a: number);
|
|
3460
|
+
private jq;
|
|
3461
|
+
get j8(): boolean;
|
|
3462
|
+
set j8(a: boolean);
|
|
3463
|
+
private jk;
|
|
3464
|
+
get j2(): boolean;
|
|
3465
|
+
set j2(a: boolean);
|
|
3466
|
+
private jt;
|
|
3467
|
+
get kb(): boolean;
|
|
3468
|
+
set kb(a: boolean);
|
|
3416
3469
|
private g3;
|
|
3417
3470
|
get g4(): ColumnFilterCondition;
|
|
3418
3471
|
set g4(a: ColumnFilterCondition);
|
|
@@ -3422,134 +3475,171 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
|
|
|
3422
3475
|
private ig;
|
|
3423
3476
|
get header(): Header;
|
|
3424
3477
|
set header(a: Header);
|
|
3425
|
-
private
|
|
3426
|
-
get
|
|
3427
|
-
set
|
|
3428
|
-
private
|
|
3429
|
-
get
|
|
3430
|
-
set
|
|
3431
|
-
private
|
|
3432
|
-
get
|
|
3433
|
-
set
|
|
3434
|
-
private
|
|
3435
|
-
get
|
|
3436
|
-
set
|
|
3478
|
+
private jp;
|
|
3479
|
+
get j7(): boolean;
|
|
3480
|
+
set j7(a: boolean);
|
|
3481
|
+
private js;
|
|
3482
|
+
get ka(): boolean;
|
|
3483
|
+
set ka(a: boolean);
|
|
3484
|
+
private jr;
|
|
3485
|
+
get j9(): boolean;
|
|
3486
|
+
set j9(a: boolean);
|
|
3487
|
+
private ju;
|
|
3488
|
+
get kd(): boolean;
|
|
3489
|
+
set kd(a: boolean);
|
|
3437
3490
|
private ht;
|
|
3438
3491
|
get hu(): ColumnSortDirection;
|
|
3439
3492
|
set hu(a: ColumnSortDirection);
|
|
3440
3493
|
private iq;
|
|
3441
3494
|
get is(): PinnedPositions;
|
|
3442
3495
|
set is(a: PinnedPositions);
|
|
3443
|
-
private
|
|
3444
|
-
get
|
|
3445
|
-
set
|
|
3446
|
-
get
|
|
3496
|
+
private jj;
|
|
3497
|
+
get j1(): boolean;
|
|
3498
|
+
set j1(a: boolean);
|
|
3499
|
+
get jy(): boolean;
|
|
3447
3500
|
private hj;
|
|
3448
3501
|
get hl(): ColumnOptionsIconAlignment;
|
|
3449
3502
|
set hl(a: ColumnOptionsIconAlignment);
|
|
3450
3503
|
private hk;
|
|
3451
3504
|
get hm(): ColumnOptionsIconAlignment;
|
|
3452
3505
|
set hm(a: ColumnOptionsIconAlignment);
|
|
3453
|
-
private
|
|
3454
|
-
get
|
|
3455
|
-
set
|
|
3456
|
-
private
|
|
3457
|
-
get
|
|
3458
|
-
set
|
|
3506
|
+
private qa;
|
|
3507
|
+
get q5(): Brush;
|
|
3508
|
+
set q5(a: Brush);
|
|
3509
|
+
private qo;
|
|
3510
|
+
get rj(): Brush;
|
|
3511
|
+
set rj(a: Brush);
|
|
3459
3512
|
private ho;
|
|
3460
3513
|
get hq(): ColumnOptionsIconBehavior;
|
|
3461
3514
|
set hq(a: ColumnOptionsIconBehavior);
|
|
3462
3515
|
private hn;
|
|
3463
3516
|
get hp(): ColumnOptionsIconBehavior;
|
|
3464
3517
|
set hp(a: ColumnOptionsIconBehavior);
|
|
3465
|
-
private
|
|
3466
|
-
get jn(): boolean;
|
|
3467
|
-
set jn(a: boolean);
|
|
3468
|
-
private jd;
|
|
3518
|
+
private jf;
|
|
3469
3519
|
get jv(): boolean;
|
|
3470
3520
|
set jv(a: boolean);
|
|
3471
|
-
private
|
|
3472
|
-
get
|
|
3473
|
-
set
|
|
3474
|
-
private
|
|
3521
|
+
private jl;
|
|
3522
|
+
get j3(): boolean;
|
|
3523
|
+
set j3(a: boolean);
|
|
3524
|
+
private jh;
|
|
3475
3525
|
get jx(): boolean;
|
|
3476
3526
|
set jx(a: boolean);
|
|
3477
|
-
private
|
|
3478
|
-
get
|
|
3479
|
-
set
|
|
3480
|
-
private
|
|
3527
|
+
private jn;
|
|
3528
|
+
get j5(): boolean;
|
|
3529
|
+
set j5(a: boolean);
|
|
3530
|
+
private jg;
|
|
3481
3531
|
get jw(): boolean;
|
|
3482
3532
|
set jw(a: boolean);
|
|
3533
|
+
private jm;
|
|
3534
|
+
get j4(): boolean;
|
|
3535
|
+
set j4(a: boolean);
|
|
3483
3536
|
private iw;
|
|
3484
3537
|
get ix(): BaseControlTheme;
|
|
3485
3538
|
set ix(a: BaseControlTheme);
|
|
3486
|
-
private
|
|
3487
|
-
get
|
|
3488
|
-
set
|
|
3489
|
-
private
|
|
3490
|
-
get
|
|
3491
|
-
set
|
|
3492
|
-
private
|
|
3493
|
-
get
|
|
3494
|
-
set
|
|
3495
|
-
private
|
|
3496
|
-
get
|
|
3497
|
-
set
|
|
3498
|
-
private pf;
|
|
3499
|
-
get p4(): Brush;
|
|
3500
|
-
set p4(a: Brush);
|
|
3501
|
-
private pq;
|
|
3502
|
-
get qf(): Brush;
|
|
3503
|
-
set qf(a: Brush);
|
|
3504
|
-
static readonly lq: string;
|
|
3505
|
-
private pa;
|
|
3506
|
-
get p1(): Brush;
|
|
3507
|
-
set p1(a: Brush);
|
|
3508
|
-
private pn;
|
|
3509
|
-
get qc(): Brush;
|
|
3510
|
-
set qc(a: Brush);
|
|
3511
|
-
private pb;
|
|
3512
|
-
get p2(): Brush;
|
|
3513
|
-
set p2(a: Brush);
|
|
3514
|
-
private po;
|
|
3515
|
-
get qd(): Brush;
|
|
3516
|
-
set qd(a: Brush);
|
|
3517
|
-
private pc;
|
|
3518
|
-
get pz(): Brush;
|
|
3519
|
-
set pz(a: Brush);
|
|
3520
|
-
private pl;
|
|
3521
|
-
get qa(): Brush;
|
|
3522
|
-
set qa(a: Brush);
|
|
3523
|
-
private jg;
|
|
3524
|
-
get jy(): boolean;
|
|
3525
|
-
set jy(a: boolean);
|
|
3526
|
-
private ps;
|
|
3527
|
-
get qh(): Brush;
|
|
3528
|
-
set qh(a: Brush);
|
|
3529
|
-
private ph;
|
|
3530
|
-
get p6(): Brush;
|
|
3531
|
-
set p6(a: Brush);
|
|
3532
|
-
private j9;
|
|
3533
|
-
get kh(): number;
|
|
3534
|
-
set kh(a: number);
|
|
3535
|
-
private j8;
|
|
3536
|
-
get kg(): number;
|
|
3537
|
-
set kg(a: number);
|
|
3539
|
+
private p7;
|
|
3540
|
+
get q0(): Brush;
|
|
3541
|
+
set q0(a: Brush);
|
|
3542
|
+
private qj;
|
|
3543
|
+
get re(): Brush;
|
|
3544
|
+
set re(a: Brush);
|
|
3545
|
+
private qc;
|
|
3546
|
+
get q7(): Brush;
|
|
3547
|
+
set q7(a: Brush);
|
|
3548
|
+
private qq;
|
|
3549
|
+
get rl(): Brush;
|
|
3550
|
+
set rl(a: Brush);
|
|
3538
3551
|
private i2;
|
|
3552
|
+
get i9(): FontInfo;
|
|
3553
|
+
set i9(a: FontInfo);
|
|
3554
|
+
private i5;
|
|
3555
|
+
get jc(): FontInfo;
|
|
3556
|
+
set jc(a: FontInfo);
|
|
3557
|
+
private p9;
|
|
3558
|
+
get q4(): Brush;
|
|
3559
|
+
set q4(a: Brush);
|
|
3560
|
+
private qn;
|
|
3561
|
+
get ri(): Brush;
|
|
3562
|
+
set ri(a: Brush);
|
|
3563
|
+
static readonly me: string;
|
|
3564
|
+
private qd;
|
|
3565
|
+
get q8(): Brush;
|
|
3566
|
+
set q8(a: Brush);
|
|
3567
|
+
private qr;
|
|
3568
|
+
get rm(): Brush;
|
|
3569
|
+
set rm(a: Brush);
|
|
3570
|
+
private p8;
|
|
3571
|
+
get q3(): Brush;
|
|
3572
|
+
set q3(a: Brush);
|
|
3573
|
+
private qm;
|
|
3574
|
+
get rh(): Brush;
|
|
3575
|
+
set rh(a: Brush);
|
|
3576
|
+
private qb;
|
|
3577
|
+
get q6(): Brush;
|
|
3578
|
+
set q6(a: Brush);
|
|
3579
|
+
private qp;
|
|
3580
|
+
get rk(): Brush;
|
|
3581
|
+
set rk(a: Brush);
|
|
3582
|
+
static readonly l2: string;
|
|
3583
|
+
private p4;
|
|
3584
|
+
get q1(): Brush;
|
|
3585
|
+
set q1(a: Brush);
|
|
3586
|
+
private qk;
|
|
3587
|
+
get rf(): Brush;
|
|
3588
|
+
set rf(a: Brush);
|
|
3589
|
+
private p5;
|
|
3590
|
+
get q2(): Brush;
|
|
3591
|
+
set q2(a: Brush);
|
|
3592
|
+
private ql;
|
|
3593
|
+
get rg(): Brush;
|
|
3594
|
+
set rg(a: Brush);
|
|
3595
|
+
private i1;
|
|
3596
|
+
get i8(): FontInfo;
|
|
3597
|
+
set i8(a: FontInfo);
|
|
3598
|
+
private i4;
|
|
3599
|
+
get jb(): FontInfo;
|
|
3600
|
+
set jb(a: FontInfo);
|
|
3601
|
+
private p6;
|
|
3602
|
+
get qz(): Brush;
|
|
3603
|
+
set qz(a: Brush);
|
|
3604
|
+
private qi;
|
|
3605
|
+
get rd(): Brush;
|
|
3606
|
+
set rd(a: Brush);
|
|
3607
|
+
private kw;
|
|
3608
|
+
get k9(): number;
|
|
3609
|
+
set k9(a: number);
|
|
3610
|
+
private kx;
|
|
3611
|
+
get la(): number;
|
|
3612
|
+
set la(a: number);
|
|
3613
|
+
private jo;
|
|
3614
|
+
get j6(): boolean;
|
|
3615
|
+
set j6(a: boolean);
|
|
3616
|
+
private qs;
|
|
3617
|
+
get rn(): Brush;
|
|
3618
|
+
set rn(a: Brush);
|
|
3619
|
+
private qe;
|
|
3620
|
+
get q9(): Brush;
|
|
3621
|
+
set q9(a: Brush);
|
|
3622
|
+
private kh;
|
|
3623
|
+
get kp(): number;
|
|
3624
|
+
set kp(a: number);
|
|
3625
|
+
private kg;
|
|
3626
|
+
get ko(): number;
|
|
3627
|
+
set ko(a: number);
|
|
3628
|
+
private i6;
|
|
3539
3629
|
get textEditStyle(): FontInfo;
|
|
3540
3630
|
set textEditStyle(a: FontInfo);
|
|
3541
|
-
private
|
|
3542
|
-
get
|
|
3543
|
-
set
|
|
3631
|
+
private i3;
|
|
3632
|
+
get ja(): FontInfo;
|
|
3633
|
+
set ja(a: FontInfo);
|
|
3544
3634
|
private h3;
|
|
3545
3635
|
get h4(): EditorType;
|
|
3546
3636
|
set h4(a: EditorType);
|
|
3547
|
-
private
|
|
3548
|
-
get
|
|
3549
|
-
set
|
|
3550
|
-
private
|
|
3551
|
-
get
|
|
3552
|
-
set
|
|
3637
|
+
private lo;
|
|
3638
|
+
get lp(): any;
|
|
3639
|
+
set lp(a: any);
|
|
3640
|
+
private ls;
|
|
3641
|
+
get nb(): string;
|
|
3642
|
+
set nb(a: string);
|
|
3553
3643
|
private g1;
|
|
3554
3644
|
get g2(): string[];
|
|
3555
3645
|
set g2(a: string[]);
|
|
@@ -3565,18 +3655,18 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
|
|
|
3565
3655
|
private g9;
|
|
3566
3656
|
get hb(): CellContentVerticalAlignment;
|
|
3567
3657
|
set hb(a: CellContentVerticalAlignment);
|
|
3568
|
-
private
|
|
3569
|
-
get
|
|
3570
|
-
set
|
|
3571
|
-
private
|
|
3572
|
-
get
|
|
3573
|
-
set
|
|
3574
|
-
private
|
|
3575
|
-
get
|
|
3576
|
-
set
|
|
3577
|
-
private
|
|
3578
|
-
get
|
|
3579
|
-
set
|
|
3658
|
+
private kz;
|
|
3659
|
+
get lc(): number;
|
|
3660
|
+
set lc(a: number);
|
|
3661
|
+
private k1;
|
|
3662
|
+
get le(): number;
|
|
3663
|
+
set le(a: number);
|
|
3664
|
+
private k0;
|
|
3665
|
+
get ld(): number;
|
|
3666
|
+
set ld(a: number);
|
|
3667
|
+
private ky;
|
|
3668
|
+
get lb(): number;
|
|
3669
|
+
set lb(a: number);
|
|
3580
3670
|
private h5;
|
|
3581
3671
|
get h6(): FilterComparisonType;
|
|
3582
3672
|
set h6(a: FilterComparisonType);
|
|
@@ -3584,53 +3674,53 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
|
|
|
3584
3674
|
h7(): FilterComparisonType;
|
|
3585
3675
|
private id;
|
|
3586
3676
|
get ie(): GridFilterOperandsCollection;
|
|
3587
|
-
private
|
|
3588
|
-
get
|
|
3589
|
-
set
|
|
3590
|
-
private
|
|
3591
|
-
get
|
|
3592
|
-
set
|
|
3593
|
-
private
|
|
3677
|
+
private ly;
|
|
3678
|
+
get ou(): string;
|
|
3679
|
+
set ou(a: string);
|
|
3680
|
+
private qy;
|
|
3681
|
+
get rv(): Brush;
|
|
3682
|
+
set rv(a: Brush);
|
|
3683
|
+
private i7;
|
|
3594
3684
|
get suffixTextStyle(): FontInfo;
|
|
3595
3685
|
set suffixTextStyle(a: FontInfo);
|
|
3596
|
-
private
|
|
3597
|
-
get
|
|
3598
|
-
set
|
|
3599
|
-
private
|
|
3600
|
-
get
|
|
3601
|
-
set
|
|
3602
|
-
private
|
|
3603
|
-
get
|
|
3604
|
-
set
|
|
3605
|
-
private
|
|
3606
|
-
get
|
|
3607
|
-
set
|
|
3608
|
-
private
|
|
3609
|
-
get
|
|
3610
|
-
set
|
|
3611
|
-
private
|
|
3612
|
-
get
|
|
3613
|
-
set
|
|
3614
|
-
private
|
|
3615
|
-
get
|
|
3616
|
-
set
|
|
3617
|
-
private
|
|
3618
|
-
get
|
|
3619
|
-
set
|
|
3620
|
-
private
|
|
3621
|
-
get
|
|
3622
|
-
set
|
|
3686
|
+
private lx;
|
|
3687
|
+
get om(): string;
|
|
3688
|
+
set om(a: string);
|
|
3689
|
+
private lw;
|
|
3690
|
+
get oj(): string;
|
|
3691
|
+
set oj(a: string);
|
|
3692
|
+
private qx;
|
|
3693
|
+
get ru(): Brush;
|
|
3694
|
+
set ru(a: Brush);
|
|
3695
|
+
private qw;
|
|
3696
|
+
get rt(): Brush;
|
|
3697
|
+
set rt(a: Brush);
|
|
3698
|
+
private kk;
|
|
3699
|
+
get ks(): number;
|
|
3700
|
+
set ks(a: number);
|
|
3701
|
+
private kl;
|
|
3702
|
+
get kt(): number;
|
|
3703
|
+
set kt(a: number);
|
|
3704
|
+
private km;
|
|
3705
|
+
get ku(): number;
|
|
3706
|
+
set ku(a: number);
|
|
3707
|
+
private kj;
|
|
3708
|
+
get kr(): number;
|
|
3709
|
+
set kr(a: number);
|
|
3710
|
+
private kn;
|
|
3711
|
+
get kv(): number;
|
|
3712
|
+
set kv(a: number);
|
|
3623
3713
|
private it;
|
|
3624
3714
|
get iu(): TextCellDecoration;
|
|
3625
3715
|
set iu(a: TextCellDecoration);
|
|
3626
3716
|
formatCell: (sender: any, args: FormatCellEventArgs) => void;
|
|
3627
|
-
private
|
|
3717
|
+
private o1;
|
|
3628
3718
|
im(): MergedCellMode;
|
|
3629
3719
|
ij(): MergedCellEvaluationCriteria;
|
|
3630
|
-
|
|
3720
|
+
kc(): boolean;
|
|
3631
3721
|
protected gr(): Brush;
|
|
3632
3722
|
protected gt(): Brush;
|
|
3633
|
-
|
|
3723
|
+
oz(a: CellModel, b: any, c: any): string;
|
|
3634
3724
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3635
3725
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
3636
3726
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
@@ -3638,60 +3728,66 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
|
|
|
3638
3728
|
protected he(): CellContentVerticalAlignment;
|
|
3639
3729
|
protected g8(): CellContentHorizontalAlignment;
|
|
3640
3730
|
protected hc(): CellContentVerticalAlignment;
|
|
3641
|
-
private
|
|
3642
|
-
private
|
|
3731
|
+
private p0;
|
|
3732
|
+
private o7;
|
|
3643
3733
|
protected es(a: DataGrid, b: DataGrid): void;
|
|
3644
3734
|
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3735
|
+
p1(): void;
|
|
3736
|
+
p2(): void;
|
|
3737
|
+
p3(): void;
|
|
3648
3738
|
protected e8(): void;
|
|
3649
3739
|
protected fk(): void;
|
|
3650
3740
|
protected fl(): void;
|
|
3651
3741
|
protected fi(): void;
|
|
3652
|
-
protected
|
|
3653
|
-
protected
|
|
3654
|
-
protected
|
|
3742
|
+
protected px(): void;
|
|
3743
|
+
protected pz(): void;
|
|
3744
|
+
protected py(): void;
|
|
3655
3745
|
protected fh(): void;
|
|
3656
3746
|
protected fj(): void;
|
|
3657
3747
|
protected fg(): void;
|
|
3658
|
-
protected
|
|
3659
|
-
protected
|
|
3660
|
-
protected
|
|
3661
|
-
protected
|
|
3662
|
-
protected
|
|
3663
|
-
protected
|
|
3664
|
-
protected
|
|
3665
|
-
protected
|
|
3666
|
-
protected
|
|
3667
|
-
protected
|
|
3668
|
-
protected
|
|
3669
|
-
protected
|
|
3670
|
-
protected
|
|
3748
|
+
protected pf(): void;
|
|
3749
|
+
protected pp(): void;
|
|
3750
|
+
protected po(): void;
|
|
3751
|
+
protected ph(): void;
|
|
3752
|
+
protected ps(): void;
|
|
3753
|
+
protected pl(): void;
|
|
3754
|
+
protected pv(): void;
|
|
3755
|
+
protected pg(): void;
|
|
3756
|
+
protected pt(): void;
|
|
3757
|
+
protected pu(): void;
|
|
3758
|
+
protected pn(): void;
|
|
3759
|
+
protected pw(): void;
|
|
3760
|
+
protected pm(): void;
|
|
3761
|
+
protected pr(): void;
|
|
3762
|
+
protected pi(): void;
|
|
3763
|
+
protected pj(): void;
|
|
3764
|
+
protected pk(): void;
|
|
3765
|
+
protected pe(): void;
|
|
3766
|
+
protected pq(): void;
|
|
3671
3767
|
columnCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
3672
3768
|
columnHeaderCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
3673
|
-
protected
|
|
3674
|
-
protected
|
|
3769
|
+
protected pa(a: CellModel): void;
|
|
3770
|
+
protected pd(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3675
3771
|
hi(): ColumnHidingAnimationMode;
|
|
3676
3772
|
hs(): ColumnShowingAnimationMode;
|
|
3677
3773
|
hh(): ColumnExchangingAnimationMode;
|
|
3678
3774
|
hr(): ColumnResizingAnimationMode;
|
|
3679
|
-
|
|
3775
|
+
nk(): string;
|
|
3680
3776
|
private iz;
|
|
3681
|
-
private
|
|
3682
|
-
|
|
3683
|
-
|
|
3777
|
+
private ji;
|
|
3778
|
+
pc(a: string, b: CellPropertyAnimationType, c: any): void;
|
|
3779
|
+
j0(): boolean;
|
|
3684
3780
|
get i0(): FastIterationDictionary$2<string, any>;
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
|
|
3781
|
+
jz(a: string): boolean;
|
|
3782
|
+
pb(a: string): void;
|
|
3783
|
+
lq(a: string): any;
|
|
3784
|
+
kf: List$1<LayoutAction>;
|
|
3785
|
+
o9(a: string): void;
|
|
3786
|
+
o3(a: ColumnComparisonConditionOperatorType, b: any): void;
|
|
3787
|
+
o2(a: string, b: number, c: any): void;
|
|
3692
3788
|
g7(a: FilterOperand, b: any): IFilterExpression;
|
|
3693
3789
|
h9(a: string, b: number): FilterOperand;
|
|
3694
|
-
|
|
3790
|
+
o4(): void;
|
|
3695
3791
|
private h1;
|
|
3696
3792
|
get h2(): DataGridColumnToolbarManager;
|
|
3697
3793
|
getDesiredToolbarActions(): ToolActionInfo[];
|
|
@@ -3706,12 +3802,12 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
|
|
|
3706
3802
|
private _invalidateActions;
|
|
3707
3803
|
get invalidateActions(): () => void;
|
|
3708
3804
|
set invalidateActions(a: () => void);
|
|
3709
|
-
private
|
|
3805
|
+
private ke;
|
|
3710
3806
|
iy(): IToolbarContextAccessor;
|
|
3711
|
-
|
|
3807
|
+
o6(a: (arg1: IToolbarContextAccessor) => void): void;
|
|
3712
3808
|
provideContextAccessor(a: IToolbarContextAccessor): void;
|
|
3713
3809
|
dismissContextAccessor(a: IToolbarContextAccessor): void;
|
|
3714
|
-
|
|
3810
|
+
o5(): void;
|
|
3715
3811
|
hz: DataGridColumn;
|
|
3716
3812
|
abstract h0(): DataGridColumn;
|
|
3717
3813
|
onAttachingOverride: (sender: any, args: GridColumnProviderOnAttachingOverrideEventArgs) => void;
|
|
@@ -4028,17 +4124,17 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
|
|
|
4028
4124
|
export declare class ComboBoxColumn extends DataGridColumn {
|
|
4029
4125
|
static $t: Type;
|
|
4030
4126
|
constructor();
|
|
4031
|
-
private
|
|
4032
|
-
get
|
|
4033
|
-
set
|
|
4034
|
-
get
|
|
4035
|
-
set
|
|
4036
|
-
get
|
|
4037
|
-
set
|
|
4038
|
-
get
|
|
4039
|
-
set
|
|
4040
|
-
get
|
|
4041
|
-
set
|
|
4127
|
+
private rx;
|
|
4128
|
+
get ry(): IDataSource;
|
|
4129
|
+
set ry(a: IDataSource);
|
|
4130
|
+
get rz(): any;
|
|
4131
|
+
set rz(a: any);
|
|
4132
|
+
get r3(): string;
|
|
4133
|
+
set r3(a: string);
|
|
4134
|
+
get r4(): string;
|
|
4135
|
+
set r4(a: string);
|
|
4136
|
+
get rw(): string[];
|
|
4137
|
+
set rw(a: string[]);
|
|
4042
4138
|
protected n(a: CellPath): CellModel;
|
|
4043
4139
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4044
4140
|
protected es(a: DataGrid, b: DataGrid): void;
|
|
@@ -4046,10 +4142,10 @@ export declare class ComboBoxColumn extends DataGridColumn {
|
|
|
4046
4142
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4047
4143
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4048
4144
|
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4049
|
-
private
|
|
4050
|
-
private
|
|
4051
|
-
private
|
|
4052
|
-
|
|
4145
|
+
private r5;
|
|
4146
|
+
private r6;
|
|
4147
|
+
private r1;
|
|
4148
|
+
r2(a: any): string;
|
|
4053
4149
|
h0(): DataGridColumn;
|
|
4054
4150
|
}
|
|
4055
4151
|
/**
|
|
@@ -4057,33 +4153,33 @@ export declare class ComboBoxColumn extends DataGridColumn {
|
|
|
4057
4153
|
*/
|
|
4058
4154
|
export declare class DateTimeColumn extends DataGridColumn {
|
|
4059
4155
|
static $t: Type;
|
|
4060
|
-
private
|
|
4061
|
-
private
|
|
4062
|
-
get
|
|
4063
|
-
set
|
|
4064
|
-
private
|
|
4065
|
-
get
|
|
4066
|
-
set
|
|
4067
|
-
private
|
|
4068
|
-
get
|
|
4069
|
-
set
|
|
4070
|
-
private
|
|
4071
|
-
get
|
|
4072
|
-
set
|
|
4073
|
-
private
|
|
4074
|
-
get
|
|
4075
|
-
set
|
|
4076
|
-
private
|
|
4077
|
-
get
|
|
4078
|
-
set
|
|
4079
|
-
get
|
|
4080
|
-
set
|
|
4081
|
-
get
|
|
4082
|
-
set
|
|
4083
|
-
get
|
|
4084
|
-
set
|
|
4085
|
-
get
|
|
4086
|
-
set
|
|
4156
|
+
private rz;
|
|
4157
|
+
private r0;
|
|
4158
|
+
get r1(): DateTimeFormats;
|
|
4159
|
+
set r1(a: DateTimeFormats);
|
|
4160
|
+
private sa;
|
|
4161
|
+
get sj(): string;
|
|
4162
|
+
set sj(a: string);
|
|
4163
|
+
private r9;
|
|
4164
|
+
get sc(): string;
|
|
4165
|
+
set sc(a: string);
|
|
4166
|
+
private rw;
|
|
4167
|
+
get rx(): any[];
|
|
4168
|
+
set rx(a: any[]);
|
|
4169
|
+
private r6;
|
|
4170
|
+
get r8(): any;
|
|
4171
|
+
set r8(a: any);
|
|
4172
|
+
private r3;
|
|
4173
|
+
get r4(): boolean;
|
|
4174
|
+
set r4(a: boolean);
|
|
4175
|
+
get r2(): EditorType;
|
|
4176
|
+
set r2(a: EditorType);
|
|
4177
|
+
get r7(): any;
|
|
4178
|
+
set r7(a: any);
|
|
4179
|
+
get se(): string;
|
|
4180
|
+
set se(a: string);
|
|
4181
|
+
get sf(): string;
|
|
4182
|
+
set sf(a: string);
|
|
4087
4183
|
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4088
4184
|
constructor();
|
|
4089
4185
|
protected n(a: CellPath): CellModel;
|
|
@@ -4091,9 +4187,9 @@ export declare class DateTimeColumn extends DataGridColumn {
|
|
|
4091
4187
|
d1(a: DataGrid, b: any, c: any): string;
|
|
4092
4188
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4093
4189
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4094
|
-
private
|
|
4095
|
-
|
|
4096
|
-
private
|
|
4190
|
+
private r5;
|
|
4191
|
+
ry: BindingFormatter;
|
|
4192
|
+
private sg;
|
|
4097
4193
|
h0(): DataGridColumn;
|
|
4098
4194
|
}
|
|
4099
4195
|
/**
|
|
@@ -4137,91 +4233,79 @@ export declare abstract class GridCompoundConditionalStyle extends GridCondition
|
|
|
4137
4233
|
*/
|
|
4138
4234
|
export declare class DataGridColumnToolbarManager extends Base {
|
|
4139
4235
|
static $t: Type;
|
|
4140
|
-
private
|
|
4141
|
-
private static
|
|
4142
|
-
private j;
|
|
4143
|
-
constructor(a: DataGridColumn);
|
|
4144
|
-
private bz;
|
|
4145
|
-
private b0;
|
|
4146
|
-
private bq;
|
|
4147
|
-
private bp;
|
|
4148
|
-
private br;
|
|
4149
|
-
private a2;
|
|
4150
|
-
private a9;
|
|
4151
|
-
private bj;
|
|
4152
|
-
private bg;
|
|
4236
|
+
private h;
|
|
4237
|
+
private static m;
|
|
4153
4238
|
private l;
|
|
4154
|
-
|
|
4155
|
-
private m;
|
|
4156
|
-
private bh;
|
|
4157
|
-
private bc;
|
|
4239
|
+
constructor(a: DataGridColumn);
|
|
4158
4240
|
private bn;
|
|
4159
|
-
private
|
|
4160
|
-
private
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
private
|
|
4164
|
-
private
|
|
4165
|
-
private
|
|
4166
|
-
private
|
|
4167
|
-
private
|
|
4168
|
-
private
|
|
4169
|
-
private static readonly w;
|
|
4170
|
-
private static readonly y;
|
|
4171
|
-
private static readonly ak;
|
|
4172
|
-
private static readonly ap;
|
|
4173
|
-
private static readonly ax;
|
|
4174
|
-
private static readonly a1;
|
|
4175
|
-
private static readonly a0;
|
|
4176
|
-
private static readonly ab;
|
|
4177
|
-
private h;
|
|
4178
|
-
protected get i(): SRProvider;
|
|
4179
|
-
private am;
|
|
4180
|
-
a(): ToolActionInfo[];
|
|
4181
|
-
private bk;
|
|
4182
|
-
private bl;
|
|
4183
|
-
private b6;
|
|
4184
|
-
private an;
|
|
4185
|
-
private al;
|
|
4186
|
-
private u;
|
|
4187
|
-
private v;
|
|
4188
|
-
private ba;
|
|
4189
|
-
private b5;
|
|
4190
|
-
private b4;
|
|
4191
|
-
private b3;
|
|
4241
|
+
private bo;
|
|
4242
|
+
private be;
|
|
4243
|
+
private bd;
|
|
4244
|
+
private bf;
|
|
4245
|
+
private aq;
|
|
4246
|
+
private ax;
|
|
4247
|
+
private a7;
|
|
4248
|
+
private a4;
|
|
4249
|
+
private n;
|
|
4250
|
+
private p;
|
|
4192
4251
|
private o;
|
|
4193
|
-
private s;
|
|
4194
|
-
private static bo;
|
|
4195
|
-
p(): boolean;
|
|
4196
|
-
g(a: ToolCommand): ToolCommandExecutionState;
|
|
4197
|
-
private bb;
|
|
4198
|
-
a7(): void;
|
|
4199
|
-
a8(): void;
|
|
4200
|
-
private static b;
|
|
4201
|
-
private a6;
|
|
4202
4252
|
private a5;
|
|
4203
|
-
private
|
|
4204
|
-
private
|
|
4205
|
-
private
|
|
4206
|
-
private
|
|
4207
|
-
|
|
4208
|
-
|
|
4253
|
+
private a0;
|
|
4254
|
+
private bb;
|
|
4255
|
+
private s;
|
|
4256
|
+
private t;
|
|
4257
|
+
ar(a: ICommandAvailabilityListener): void;
|
|
4258
|
+
as(a: ICommandStateChangedListener): void;
|
|
4259
|
+
private j;
|
|
4260
|
+
protected get k(): SRProvider;
|
|
4261
|
+
private ai;
|
|
4262
|
+
b(): ToolActionInfo[];
|
|
4263
|
+
private c;
|
|
4264
|
+
private a;
|
|
4265
|
+
private a8;
|
|
4266
|
+
private a9;
|
|
4267
|
+
private bu;
|
|
4268
|
+
private aj;
|
|
4269
|
+
private ah;
|
|
4270
|
+
private w;
|
|
4271
|
+
private x;
|
|
4272
|
+
private ay;
|
|
4209
4273
|
private bt;
|
|
4210
4274
|
private bs;
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4275
|
+
private br;
|
|
4276
|
+
private q;
|
|
4277
|
+
private u;
|
|
4278
|
+
private static bc;
|
|
4279
|
+
r(): boolean;
|
|
4280
|
+
i(a: ToolCommand): ToolCommandExecutionState;
|
|
4281
|
+
private az;
|
|
4282
|
+
av(): void;
|
|
4283
|
+
aw(): void;
|
|
4284
|
+
private static d;
|
|
4285
|
+
private au;
|
|
4286
|
+
private at;
|
|
4287
|
+
private bq;
|
|
4288
|
+
private bp;
|
|
4289
|
+
private bm;
|
|
4290
|
+
private ba;
|
|
4291
|
+
private a3;
|
|
4292
|
+
private a6;
|
|
4293
|
+
private bh;
|
|
4294
|
+
private bg;
|
|
4295
|
+
bk(a: ICommandAvailabilityListener): void;
|
|
4296
|
+
bl(a: ICommandStateChangedListener): void;
|
|
4297
|
+
static e(a: DataGridColumn, b: number): {
|
|
4214
4298
|
ret: ColumnGroupDescription;
|
|
4215
4299
|
p1: number;
|
|
4216
4300
|
};
|
|
4217
|
-
static
|
|
4218
|
-
static
|
|
4219
|
-
get
|
|
4220
|
-
set
|
|
4221
|
-
private
|
|
4222
|
-
private
|
|
4223
|
-
|
|
4224
|
-
|
|
4301
|
+
static f(a: ListSortDirection): ColumnSortDirection;
|
|
4302
|
+
static v(a: ColumnSortDirection): ListSortDirection;
|
|
4303
|
+
get g(): ColumnSortDirection;
|
|
4304
|
+
set g(a: ColumnSortDirection);
|
|
4305
|
+
private a2;
|
|
4306
|
+
private a1;
|
|
4307
|
+
bi(a: DataGrid, b: DataGrid): void;
|
|
4308
|
+
bj(): void;
|
|
4225
4309
|
}
|
|
4226
4310
|
/**
|
|
4227
4311
|
* @hidden
|
|
@@ -4370,20 +4454,20 @@ export declare class HeaderSeparator extends DefinitionBase {
|
|
|
4370
4454
|
*/
|
|
4371
4455
|
export declare class ImageColumn extends DataGridColumn {
|
|
4372
4456
|
static $t: Type;
|
|
4373
|
-
private
|
|
4374
|
-
get
|
|
4375
|
-
set
|
|
4376
|
-
private
|
|
4377
|
-
get
|
|
4378
|
-
set
|
|
4379
|
-
get
|
|
4380
|
-
set
|
|
4381
|
-
get
|
|
4382
|
-
set
|
|
4383
|
-
get
|
|
4384
|
-
set
|
|
4385
|
-
get
|
|
4386
|
-
set
|
|
4457
|
+
private rz;
|
|
4458
|
+
get r0(): ImageStretchOptions;
|
|
4459
|
+
set r0(a: ImageStretchOptions);
|
|
4460
|
+
private rx;
|
|
4461
|
+
get ry(): ImageResourceType;
|
|
4462
|
+
set ry(a: ImageResourceType);
|
|
4463
|
+
get rw(): EditorType;
|
|
4464
|
+
set rw(a: EditorType);
|
|
4465
|
+
get r1(): any;
|
|
4466
|
+
set r1(a: any);
|
|
4467
|
+
get r2(): string;
|
|
4468
|
+
set r2(a: string);
|
|
4469
|
+
get r3(): string;
|
|
4470
|
+
set r3(a: string);
|
|
4387
4471
|
constructor();
|
|
4388
4472
|
protected k(): CellContentVerticalAlignment;
|
|
4389
4473
|
protected g8(): CellContentHorizontalAlignment;
|
|
@@ -4393,7 +4477,7 @@ export declare class ImageColumn extends DataGridColumn {
|
|
|
4393
4477
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4394
4478
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4395
4479
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4396
|
-
private
|
|
4480
|
+
private r4;
|
|
4397
4481
|
h0(): DataGridColumn;
|
|
4398
4482
|
}
|
|
4399
4483
|
/**
|
|
@@ -4414,56 +4498,56 @@ export declare class NumericColumn extends DataGridColumn {
|
|
|
4414
4498
|
static $t: Type;
|
|
4415
4499
|
constructor();
|
|
4416
4500
|
protected f(): CellContentHorizontalAlignment;
|
|
4417
|
-
private
|
|
4418
|
-
get
|
|
4419
|
-
set
|
|
4420
|
-
private
|
|
4421
|
-
get
|
|
4422
|
-
set
|
|
4423
|
-
private
|
|
4424
|
-
get
|
|
4425
|
-
set
|
|
4426
|
-
private
|
|
4427
|
-
get
|
|
4428
|
-
set
|
|
4429
|
-
private
|
|
4430
|
-
get
|
|
4431
|
-
set
|
|
4432
|
-
private
|
|
4433
|
-
get
|
|
4434
|
-
set
|
|
4435
|
-
private
|
|
4436
|
-
get
|
|
4437
|
-
set
|
|
4438
|
-
private
|
|
4439
|
-
get
|
|
4440
|
-
set
|
|
4441
|
-
private
|
|
4442
|
-
get
|
|
4443
|
-
set
|
|
4444
|
-
private
|
|
4445
|
-
get
|
|
4446
|
-
set
|
|
4447
|
-
private
|
|
4448
|
-
get
|
|
4449
|
-
set
|
|
4450
|
-
get
|
|
4451
|
-
set
|
|
4452
|
-
get
|
|
4453
|
-
set
|
|
4454
|
-
get
|
|
4455
|
-
set
|
|
4456
|
-
get
|
|
4457
|
-
set
|
|
4458
|
-
|
|
4501
|
+
private sd;
|
|
4502
|
+
get sr(): string;
|
|
4503
|
+
set sr(a: string);
|
|
4504
|
+
private sf;
|
|
4505
|
+
get sv(): string;
|
|
4506
|
+
set sv(a: string);
|
|
4507
|
+
private se;
|
|
4508
|
+
get st(): string;
|
|
4509
|
+
set st(a: string);
|
|
4510
|
+
private sg;
|
|
4511
|
+
get sx(): string;
|
|
4512
|
+
set sx(a: string);
|
|
4513
|
+
private r3;
|
|
4514
|
+
get r6(): number;
|
|
4515
|
+
set r6(a: number);
|
|
4516
|
+
private r4;
|
|
4517
|
+
get r7(): number;
|
|
4518
|
+
set r7(a: number);
|
|
4519
|
+
private r5;
|
|
4520
|
+
get r8(): number;
|
|
4521
|
+
set r8(a: number);
|
|
4522
|
+
private r0;
|
|
4523
|
+
get r1(): boolean;
|
|
4524
|
+
set r1(a: boolean);
|
|
4525
|
+
private sc;
|
|
4526
|
+
get sm(): string;
|
|
4527
|
+
set sm(a: string);
|
|
4528
|
+
private rw;
|
|
4529
|
+
get rx(): any[];
|
|
4530
|
+
set rx(a: any[]);
|
|
4531
|
+
private r9;
|
|
4532
|
+
get sb(): any;
|
|
4533
|
+
set sb(a: any);
|
|
4534
|
+
get rz(): EditorType;
|
|
4535
|
+
set rz(a: EditorType);
|
|
4536
|
+
get sa(): any;
|
|
4537
|
+
set sa(a: any);
|
|
4538
|
+
get sh(): string;
|
|
4539
|
+
set sh(a: string);
|
|
4540
|
+
get si(): string;
|
|
4541
|
+
set si(a: string);
|
|
4542
|
+
ry: BindingFormatter;
|
|
4459
4543
|
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4460
4544
|
protected n(a: CellPath): CellModel;
|
|
4461
4545
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4462
4546
|
d1(a: DataGrid, b: any, c: any): string;
|
|
4463
4547
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4464
4548
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4465
|
-
private
|
|
4466
|
-
private
|
|
4549
|
+
private r2;
|
|
4550
|
+
private sj;
|
|
4467
4551
|
h0(): DataGridColumn;
|
|
4468
4552
|
}
|
|
4469
4553
|
/**
|
|
@@ -4679,7 +4763,7 @@ export declare class TemplateColumn extends DataGridColumn {
|
|
|
4679
4763
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4680
4764
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4681
4765
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4682
|
-
|
|
4766
|
+
rx(a: TemplateCellModel, b: any): void;
|
|
4683
4767
|
cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
|
|
4684
4768
|
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4685
4769
|
h0(): DataGridColumn;
|
|
@@ -4701,22 +4785,22 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
|
|
|
4701
4785
|
*/
|
|
4702
4786
|
export declare class TextColumn extends DataGridColumn {
|
|
4703
4787
|
static $t: Type;
|
|
4704
|
-
private
|
|
4705
|
-
get
|
|
4706
|
-
set
|
|
4707
|
-
get
|
|
4708
|
-
set
|
|
4709
|
-
get
|
|
4710
|
-
set
|
|
4711
|
-
get
|
|
4712
|
-
set
|
|
4713
|
-
get
|
|
4714
|
-
set
|
|
4788
|
+
private ry;
|
|
4789
|
+
get r2(): string;
|
|
4790
|
+
set r2(a: string);
|
|
4791
|
+
get rw(): EditorType;
|
|
4792
|
+
set rw(a: EditorType);
|
|
4793
|
+
get rx(): any;
|
|
4794
|
+
set rx(a: any);
|
|
4795
|
+
get rz(): string;
|
|
4796
|
+
set rz(a: string);
|
|
4797
|
+
get r0(): string;
|
|
4798
|
+
set r0(a: string);
|
|
4715
4799
|
protected n(a: CellPath): CellModel;
|
|
4716
4800
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4717
4801
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4718
4802
|
d1(a: DataGrid, b: any, c: any): string;
|
|
4719
|
-
private
|
|
4803
|
+
private r1;
|
|
4720
4804
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4721
4805
|
h0(): DataGridColumn;
|
|
4722
4806
|
}
|