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