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