igniteui-angular-data-grids 21.0.1 → 21.1.0-beta.1
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 +16132 -13283
- 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 +44 -36
- package/esm2015/lib/CheckboxListView_combined.js +492 -453
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8444 -7075
- 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 +11 -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 +382 -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 +61 -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 +64 -54
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- 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 +305 -163
- package/esm2015/lib/igx-data-grid-component.js +186 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +116 -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-grid-column-filter-options-component.js +1 -1
- 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 +80 -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 +44 -36
- package/esm5/lib/CheckboxListView_combined.js +476 -433
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8422 -6824
- 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 +11 -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 +400 -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 +61 -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 +67 -53
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- 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 +365 -163
- package/esm5/lib/igx-data-grid-component.js +244 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +144 -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-grid-column-filter-options-component.js +1 -1
- 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 +108 -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 +16030 -13672
- package/fesm5/igniteui-angular-data-grids.js +16132 -13285
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +117 -113
- package/lib/ColumnFilterCondition_combined.d.ts +1833 -1680
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +11 -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 +102 -79
- 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-checkbox-list-component.d.ts +6 -1
- package/lib/igx-data-grid-column-component.d.ts +46 -1
- package/lib/igx-data-grid-component.d.ts +73 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +37 -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 +18 -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();
|
|
1062
|
-
private
|
|
1063
|
-
private
|
|
1064
|
-
private
|
|
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;
|
|
1065
1083
|
static op: number;
|
|
1066
|
-
get oc():
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
static
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
static
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
get o0():
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
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;
|
|
1084
|
+
get oc(): DataSourceSchemaPropertyType;
|
|
1085
|
+
set oc(a: DataSourceSchemaPropertyType);
|
|
1086
|
+
private o7;
|
|
1087
|
+
static ow: number;
|
|
1088
|
+
get ph(): string;
|
|
1089
|
+
set ph(a: string);
|
|
1090
|
+
o4: any;
|
|
1091
|
+
private of;
|
|
1092
|
+
static ot: number;
|
|
1093
|
+
get og(): EditorType;
|
|
1094
|
+
set og(a: EditorType);
|
|
1095
|
+
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);
|
|
1103
|
+
private n9;
|
|
1104
|
+
static ou: number;
|
|
1105
|
+
get oa(): string[];
|
|
1106
|
+
set oa(a: string[]);
|
|
1107
|
+
static ox: number;
|
|
1108
|
+
private oh;
|
|
1109
|
+
get ok(): boolean;
|
|
1110
|
+
set ok(a: boolean);
|
|
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,85 @@ 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 pa: number;
|
|
1383
|
+
private op;
|
|
1384
|
+
get oq(): boolean;
|
|
1385
|
+
set oq(a: boolean);
|
|
1386
|
+
static readonly pb: 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 p1;
|
|
1396
|
+
get qc(): Brush;
|
|
1397
|
+
set qc(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 pw;
|
|
1408
|
+
get p7(): Brush;
|
|
1409
|
+
set p7(a: Brush);
|
|
1410
|
+
static readonly o5: number;
|
|
1411
|
+
private p3;
|
|
1412
|
+
get qe(): Brush;
|
|
1413
|
+
set qe(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 p0;
|
|
1420
|
+
get qb(): Brush;
|
|
1421
|
+
set qb(a: Brush);
|
|
1422
|
+
static readonly o8: number;
|
|
1423
|
+
private p4;
|
|
1424
|
+
get qf(): Brush;
|
|
1425
|
+
set qf(a: Brush);
|
|
1426
|
+
static readonly o9: number;
|
|
1427
|
+
private p5;
|
|
1428
|
+
get qg(): Brush;
|
|
1429
|
+
set qg(a: Brush);
|
|
1430
|
+
static readonly ox: number;
|
|
1431
|
+
private pz;
|
|
1432
|
+
get qa(): Brush;
|
|
1433
|
+
set qa(a: Brush);
|
|
1434
|
+
static readonly o4: number;
|
|
1435
|
+
private p2;
|
|
1436
|
+
get qd(): Brush;
|
|
1437
|
+
set qd(a: Brush);
|
|
1438
|
+
static readonly ou: number;
|
|
1439
|
+
private px;
|
|
1440
|
+
get p8(): Brush;
|
|
1441
|
+
set p8(a: Brush);
|
|
1442
|
+
static readonly ov: number;
|
|
1443
|
+
private py;
|
|
1444
|
+
get p9(): Brush;
|
|
1445
|
+
set p9(a: Brush);
|
|
1446
|
+
static readonly ow: number;
|
|
1447
|
+
private ol;
|
|
1448
|
+
get on(): FontInfo;
|
|
1449
|
+
set on(a: FontInfo);
|
|
1450
|
+
static readonly os: number;
|
|
1451
|
+
private pv;
|
|
1452
|
+
get p6(): Brush;
|
|
1453
|
+
set p6(a: Brush);
|
|
1454
|
+
static readonly o3: number;
|
|
1455
|
+
private or;
|
|
1456
|
+
get o2(): number;
|
|
1457
|
+
set o2(a: number);
|
|
1458
|
+
mt(a: string, b: any): void;
|
|
1459
|
+
l5(a: string): Type;
|
|
1460
|
+
ih(a: string): any;
|
|
1418
1461
|
b(a: CellModelExport): CellModelExport;
|
|
1419
1462
|
}
|
|
1420
1463
|
/**
|
|
@@ -1660,19 +1703,19 @@ export declare class EditingManager extends Base {
|
|
|
1660
1703
|
*/
|
|
1661
1704
|
export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
1662
1705
|
static $t: Type;
|
|
1663
|
-
private
|
|
1706
|
+
private o8;
|
|
1664
1707
|
get externalObject(): any;
|
|
1665
1708
|
set externalObject(a: any);
|
|
1666
1709
|
private _propertySetter;
|
|
1667
1710
|
get propertySetter(): IPropertySetter;
|
|
1668
1711
|
set propertySetter(a: IPropertySetter);
|
|
1669
|
-
private
|
|
1712
|
+
private ff;
|
|
1670
1713
|
get externalGrid(): IExternalGrid;
|
|
1671
1714
|
set externalGrid(a: IExternalGrid);
|
|
1672
|
-
private
|
|
1715
|
+
private fd;
|
|
1673
1716
|
get dragger(): IDragger;
|
|
1674
1717
|
set dragger(a: IDragger);
|
|
1675
|
-
private
|
|
1718
|
+
private e7;
|
|
1676
1719
|
get columnGrouping(): IColumnGrouping;
|
|
1677
1720
|
set columnGrouping(a: IColumnGrouping);
|
|
1678
1721
|
private _pager;
|
|
@@ -1681,207 +1724,207 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1681
1724
|
private _toolbar;
|
|
1682
1725
|
get toolbar(): IDataGridComponent;
|
|
1683
1726
|
set toolbar(a: IDataGridComponent);
|
|
1684
|
-
private
|
|
1727
|
+
private gr;
|
|
1685
1728
|
get theme(): BaseControlTheme;
|
|
1686
1729
|
set theme(a: BaseControlTheme);
|
|
1687
1730
|
columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1688
1731
|
columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1689
|
-
|
|
1690
|
-
|
|
1732
|
+
xg(a: DataGridColumn): void;
|
|
1733
|
+
xf(a: DataGridColumn): void;
|
|
1691
1734
|
columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1692
1735
|
columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1693
1736
|
p(a: CellModel): ColumnFilterCondition;
|
|
1694
1737
|
r(a: CellModel): DataSourceSchemaPropertyType;
|
|
1695
|
-
|
|
1738
|
+
xq(a: DataGridColumn): void;
|
|
1696
1739
|
filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
|
|
1697
1740
|
filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1741
|
+
vq(a: CellModel, b: ColumnFilterCondition): void;
|
|
1742
|
+
vp(a: CellModel, b: ColumnFilterCondition): void;
|
|
1743
|
+
xp(a: DataGridColumn): void;
|
|
1701
1744
|
columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1702
1745
|
columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1703
|
-
|
|
1704
|
-
|
|
1746
|
+
xm(a: DataGridColumn): void;
|
|
1747
|
+
xl(a: DataGridColumn): void;
|
|
1705
1748
|
columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1706
1749
|
columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1707
|
-
|
|
1708
|
-
|
|
1750
|
+
xi(a: DataGridColumn): void;
|
|
1751
|
+
xh(a: DataGridColumn): void;
|
|
1709
1752
|
cellPreviewPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1710
|
-
|
|
1753
|
+
xa(a: CellModel): void;
|
|
1711
1754
|
cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1712
|
-
|
|
1755
|
+
xb(a: CellModel): void;
|
|
1713
1756
|
cellPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1714
|
-
|
|
1757
|
+
w8(a: CellModel): void;
|
|
1715
1758
|
cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1716
|
-
|
|
1717
|
-
|
|
1759
|
+
w9(a: CellModel): void;
|
|
1760
|
+
yj(a: number, b: string): void;
|
|
1718
1761
|
cellClicked: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
private
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
private
|
|
1762
|
+
x5(a: CellModel): void;
|
|
1763
|
+
aaf(a: number): void;
|
|
1764
|
+
private nh;
|
|
1765
|
+
x4(a: EditorCellModel): void;
|
|
1766
|
+
w1(a: CellModel, b: MouseButton): void;
|
|
1767
|
+
wz(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1768
|
+
private y2;
|
|
1726
1769
|
private bs;
|
|
1727
1770
|
get columnResizingMode(): ColumnResizingMode;
|
|
1728
1771
|
set columnResizingMode(a: ColumnResizingMode);
|
|
1729
1772
|
private be;
|
|
1730
1773
|
get columnMovingMode(): ColumnMovingMode;
|
|
1731
1774
|
set columnMovingMode(a: ColumnMovingMode);
|
|
1732
|
-
|
|
1733
|
-
private
|
|
1775
|
+
e4: HoverManager;
|
|
1776
|
+
private ig;
|
|
1734
1777
|
get isRowHoverEnabled(): boolean;
|
|
1735
1778
|
set isRowHoverEnabled(a: boolean);
|
|
1736
|
-
private
|
|
1779
|
+
private abm;
|
|
1737
1780
|
get rowHoverBackground(): Brush;
|
|
1738
1781
|
set rowHoverBackground(a: Brush);
|
|
1739
|
-
private
|
|
1782
|
+
private abn;
|
|
1740
1783
|
get rowHoverTextColor(): Brush;
|
|
1741
1784
|
set rowHoverTextColor(a: Brush);
|
|
1742
|
-
private
|
|
1785
|
+
private abe;
|
|
1743
1786
|
get editRowBorder(): Brush;
|
|
1744
1787
|
set editRowBorder(a: Brush);
|
|
1745
|
-
private
|
|
1788
|
+
private adq;
|
|
1746
1789
|
get editRowBorderWidth(): Thickness;
|
|
1747
1790
|
set editRowBorderWidth(a: Thickness);
|
|
1748
|
-
|
|
1791
|
+
adk: Point;
|
|
1749
1792
|
as: CellPath;
|
|
1750
1793
|
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
|
|
1794
|
+
private h4;
|
|
1795
|
+
w6(a: CellModel, b: number, c: number): void;
|
|
1796
|
+
w7(a: CellModel, b: number, c: number): void;
|
|
1797
|
+
w5(a: CellModel, b: number, c: number): void;
|
|
1798
|
+
yb(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1799
|
+
yc(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1800
|
+
private jp;
|
|
1801
|
+
private nm;
|
|
1802
|
+
private get ox();
|
|
1803
|
+
private set ox(value);
|
|
1804
|
+
w4(a: CellModel, b: number, c: number): void;
|
|
1805
|
+
ya(a: CellModel, b: number, c: number): void;
|
|
1806
|
+
private nu;
|
|
1807
|
+
private im;
|
|
1808
|
+
private il;
|
|
1809
|
+
private hs;
|
|
1810
|
+
private mm;
|
|
1811
|
+
private mt;
|
|
1812
|
+
private mr;
|
|
1813
|
+
private ms;
|
|
1814
|
+
private l8;
|
|
1769
1815
|
private mh;
|
|
1770
1816
|
private mi;
|
|
1771
|
-
private
|
|
1772
|
-
private
|
|
1773
|
-
private l8;
|
|
1774
|
-
private l9;
|
|
1775
|
-
private ma;
|
|
1817
|
+
private mj;
|
|
1818
|
+
private mk;
|
|
1776
1819
|
private at;
|
|
1777
|
-
private
|
|
1778
|
-
private
|
|
1779
|
-
private
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
private
|
|
1785
|
-
get
|
|
1786
|
-
set
|
|
1787
|
-
private
|
|
1788
|
-
private
|
|
1789
|
-
private
|
|
1820
|
+
private n0;
|
|
1821
|
+
private nz;
|
|
1822
|
+
private i1;
|
|
1823
|
+
vl(): void;
|
|
1824
|
+
x3(a: CellPath, b: number, c: number, d: boolean): void;
|
|
1825
|
+
xz(a: any, b: DragSelectEventArgs): void;
|
|
1826
|
+
xx(a: any, b: DragSelectEventArgs): void;
|
|
1827
|
+
private nq;
|
|
1828
|
+
get oz(): number;
|
|
1829
|
+
set oz(a: number);
|
|
1830
|
+
private n1;
|
|
1831
|
+
private fq;
|
|
1832
|
+
private xy;
|
|
1790
1833
|
private ao;
|
|
1791
1834
|
private ak;
|
|
1792
1835
|
private al;
|
|
1793
|
-
private l3;
|
|
1794
|
-
private mg;
|
|
1795
1836
|
private md;
|
|
1796
|
-
private
|
|
1797
|
-
private
|
|
1798
|
-
private
|
|
1799
|
-
private
|
|
1800
|
-
private
|
|
1801
|
-
private
|
|
1802
|
-
private
|
|
1803
|
-
private
|
|
1804
|
-
private
|
|
1837
|
+
private mq;
|
|
1838
|
+
private mn;
|
|
1839
|
+
private mo;
|
|
1840
|
+
private x0;
|
|
1841
|
+
private x1;
|
|
1842
|
+
private zw;
|
|
1843
|
+
private x2;
|
|
1844
|
+
private l3;
|
|
1845
|
+
private l4;
|
|
1846
|
+
private z1;
|
|
1847
|
+
private adm;
|
|
1805
1848
|
private aj;
|
|
1806
1849
|
getHitCell(a: number, b: number): CellModel;
|
|
1807
1850
|
private av;
|
|
1808
|
-
private
|
|
1809
|
-
private
|
|
1810
|
-
private
|
|
1851
|
+
private jd;
|
|
1852
|
+
private vy;
|
|
1853
|
+
private aak;
|
|
1811
1854
|
constructor();
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
private
|
|
1815
|
-
private
|
|
1816
|
-
private
|
|
1817
|
-
private
|
|
1818
|
-
private
|
|
1819
|
-
private
|
|
1855
|
+
zm(a: ColumnGroupDescription): void;
|
|
1856
|
+
zn(a: ColumnSummaryDescription): void;
|
|
1857
|
+
private z8;
|
|
1858
|
+
private v8;
|
|
1859
|
+
private kg;
|
|
1860
|
+
private v5;
|
|
1861
|
+
private z6;
|
|
1862
|
+
private aae;
|
|
1820
1863
|
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
|
|
1864
|
+
private i5;
|
|
1865
|
+
private zz;
|
|
1866
|
+
private z0;
|
|
1867
|
+
private i7;
|
|
1868
|
+
private zy;
|
|
1869
|
+
private zx;
|
|
1870
|
+
private i4;
|
|
1871
|
+
private yy;
|
|
1872
|
+
private yz;
|
|
1873
|
+
private c7;
|
|
1874
|
+
get c8(): GridAnimationManager;
|
|
1875
|
+
set c8(a: GridAnimationManager);
|
|
1833
1876
|
private _delayedExecutionManager;
|
|
1834
1877
|
get delayedExecutionManager(): IDelayedExecutionManager;
|
|
1835
1878
|
set delayedExecutionManager(a: IDelayedExecutionManager);
|
|
1836
|
-
private
|
|
1837
|
-
get
|
|
1838
|
-
private
|
|
1839
|
-
get
|
|
1840
|
-
set
|
|
1879
|
+
private fr;
|
|
1880
|
+
get fs(): ResponsiveEngine;
|
|
1881
|
+
private e9;
|
|
1882
|
+
get fa(): IDataAdapter;
|
|
1883
|
+
set fa(a: IDataAdapter);
|
|
1841
1884
|
private ay;
|
|
1842
1885
|
get az(): ColumnController;
|
|
1843
1886
|
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
|
|
1887
|
+
private d3;
|
|
1888
|
+
get d4(): GridLayerController;
|
|
1889
|
+
set d4(a: GridLayerController);
|
|
1890
|
+
private gd;
|
|
1891
|
+
get ge(): SpatialEngine;
|
|
1892
|
+
set ge(a: SpatialEngine);
|
|
1893
|
+
private dy;
|
|
1894
|
+
get dz(): GridEffectManager;
|
|
1895
|
+
set dz(a: GridEffectManager);
|
|
1896
|
+
private f7;
|
|
1897
|
+
get f8(): SelectionManager;
|
|
1898
|
+
set f8(a: SelectionManager);
|
|
1856
1899
|
private ad;
|
|
1857
1900
|
get ae(): ActivationManager;
|
|
1858
1901
|
set ae(a: ActivationManager);
|
|
1859
|
-
private
|
|
1860
|
-
get
|
|
1861
|
-
set
|
|
1862
|
-
|
|
1863
|
-
private
|
|
1902
|
+
private gb;
|
|
1903
|
+
get gc(): SortManager;
|
|
1904
|
+
set gc(a: SortManager);
|
|
1905
|
+
cm: EditingManager;
|
|
1906
|
+
private hh;
|
|
1864
1907
|
get tickProvider(): ITickProvider;
|
|
1865
1908
|
set tickProvider(a: ITickProvider);
|
|
1866
|
-
private
|
|
1909
|
+
private f5;
|
|
1867
1910
|
get sectionHeader(): SectionHeader;
|
|
1868
1911
|
set sectionHeader(a: SectionHeader);
|
|
1869
|
-
private
|
|
1870
|
-
get
|
|
1871
|
-
set
|
|
1872
|
-
private
|
|
1912
|
+
private f3;
|
|
1913
|
+
get f4(): SectionFooter;
|
|
1914
|
+
set f4(a: SectionFooter);
|
|
1915
|
+
private gf;
|
|
1873
1916
|
get summaryRowRoot(): SummaryRowRoot;
|
|
1874
1917
|
set summaryRowRoot(a: SummaryRowRoot);
|
|
1875
|
-
private
|
|
1918
|
+
private gh;
|
|
1876
1919
|
get summaryRowSection(): SummaryRowSection;
|
|
1877
1920
|
set summaryRowSection(a: SummaryRowSection);
|
|
1878
|
-
private
|
|
1921
|
+
private f0;
|
|
1879
1922
|
get rowSeparator(): RowSeparator;
|
|
1880
1923
|
set rowSeparator(a: RowSeparator);
|
|
1881
|
-
private
|
|
1924
|
+
private e0;
|
|
1882
1925
|
get headerRowSeparator(): HeaderRowSeparator;
|
|
1883
1926
|
set headerRowSeparator(a: HeaderRowSeparator);
|
|
1884
|
-
private
|
|
1927
|
+
private e2;
|
|
1885
1928
|
get headerSeparator(): HeaderSeparator;
|
|
1886
1929
|
set headerSeparator(a: HeaderSeparator);
|
|
1887
1930
|
private bu;
|
|
@@ -1890,395 +1933,407 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1890
1933
|
private bg;
|
|
1891
1934
|
get columnMovingSeparator(): ColumnMovingSeparator;
|
|
1892
1935
|
set columnMovingSeparator(a: ColumnMovingSeparator);
|
|
1893
|
-
private
|
|
1936
|
+
private fo;
|
|
1894
1937
|
get pinnedAreaSeparator(): PinnedAreaSeparator;
|
|
1895
1938
|
set pinnedAreaSeparator(a: PinnedAreaSeparator);
|
|
1896
|
-
private
|
|
1897
|
-
private
|
|
1898
|
-
private
|
|
1939
|
+
private cr;
|
|
1940
|
+
private cs;
|
|
1941
|
+
private c1;
|
|
1942
|
+
filterRowDataBinding: (sender: any, args: DataBindingEventArgs) => void;
|
|
1943
|
+
filterRowDataBound: (sender: any, args: DataBindingEventArgs) => void;
|
|
1899
1944
|
private b;
|
|
1900
1945
|
get autoGenerateDesiredProperties(): string[];
|
|
1901
1946
|
set autoGenerateDesiredProperties(a: string[]);
|
|
1902
1947
|
private c;
|
|
1903
1948
|
get dataSourceDesiredProperties(): string[];
|
|
1904
1949
|
set dataSourceDesiredProperties(a: string[]);
|
|
1905
|
-
private
|
|
1906
|
-
get
|
|
1907
|
-
set
|
|
1950
|
+
private gl;
|
|
1951
|
+
get gm(): VisibilityEngine;
|
|
1952
|
+
set gm(a: VisibilityEngine);
|
|
1908
1953
|
private _viewportManager;
|
|
1909
1954
|
get viewportManager(): IViewportManager;
|
|
1910
1955
|
set viewportManager(a: IViewportManager);
|
|
1911
|
-
private
|
|
1912
|
-
get
|
|
1913
|
-
set
|
|
1914
|
-
private
|
|
1915
|
-
get
|
|
1916
|
-
set
|
|
1917
|
-
private
|
|
1956
|
+
private mc;
|
|
1957
|
+
get mv(): number;
|
|
1958
|
+
set mv(a: number);
|
|
1959
|
+
private mb;
|
|
1960
|
+
get mu(): number;
|
|
1961
|
+
set mu(a: number);
|
|
1962
|
+
private gt;
|
|
1918
1963
|
get density(): ControlDisplayDensity;
|
|
1919
1964
|
set density(a: ControlDisplayDensity);
|
|
1920
|
-
private
|
|
1965
|
+
private nb;
|
|
1921
1966
|
get actualRowHeight(): number;
|
|
1922
1967
|
set actualRowHeight(a: number);
|
|
1923
|
-
private
|
|
1968
|
+
private nr;
|
|
1924
1969
|
get rowHeight(): number;
|
|
1925
1970
|
set rowHeight(a: number);
|
|
1926
1971
|
private cb;
|
|
1927
1972
|
get defaultColumnWidth(): ColumnWidth;
|
|
1928
1973
|
set defaultColumnWidth(a: ColumnWidth);
|
|
1929
|
-
private
|
|
1974
|
+
private mg;
|
|
1930
1975
|
get defaultColumnMinWidth(): number;
|
|
1931
1976
|
set defaultColumnMinWidth(a: number);
|
|
1932
|
-
private
|
|
1977
|
+
private na;
|
|
1933
1978
|
get actualHeaderHeight(): number;
|
|
1934
1979
|
set actualHeaderHeight(a: number);
|
|
1935
|
-
private
|
|
1980
|
+
private ni;
|
|
1936
1981
|
get headerHeight(): number;
|
|
1937
1982
|
set headerHeight(a: number);
|
|
1938
|
-
private
|
|
1983
|
+
private nw;
|
|
1939
1984
|
get sectionHeaderHeight(): number;
|
|
1940
1985
|
set sectionHeaderHeight(a: number);
|
|
1941
|
-
private
|
|
1986
|
+
private o9;
|
|
1942
1987
|
get itemsSource(): any;
|
|
1943
1988
|
set itemsSource(a: any);
|
|
1944
|
-
private
|
|
1989
|
+
private nv;
|
|
1945
1990
|
get sectionFooterHeight(): number;
|
|
1946
1991
|
set sectionFooterHeight(a: number);
|
|
1947
|
-
private
|
|
1992
|
+
private nt;
|
|
1948
1993
|
get rowSpacingHeight(): number;
|
|
1949
1994
|
set rowSpacingHeight(a: number);
|
|
1950
|
-
private
|
|
1995
|
+
private ng;
|
|
1951
1996
|
get columnSpacingWidth(): number;
|
|
1952
1997
|
set columnSpacingWidth(a: number);
|
|
1953
|
-
private
|
|
1998
|
+
private ey;
|
|
1954
1999
|
get headerClickAction(): HeaderClickAction;
|
|
1955
2000
|
set headerClickAction(a: HeaderClickAction);
|
|
1956
|
-
private
|
|
2001
|
+
private cp;
|
|
1957
2002
|
get editMode(): EditModeType;
|
|
1958
2003
|
set editMode(a: EditModeType);
|
|
1959
|
-
private
|
|
2004
|
+
private cn;
|
|
1960
2005
|
get editModeClickAction(): EditModeClickAction;
|
|
1961
2006
|
set editModeClickAction(a: EditModeClickAction);
|
|
1962
|
-
private
|
|
2007
|
+
private ht;
|
|
1963
2008
|
get editOnKeyPress(): boolean;
|
|
1964
2009
|
set editOnKeyPress(a: boolean);
|
|
1965
|
-
private
|
|
2010
|
+
private hp;
|
|
1966
2011
|
get autoGenerateColumns(): boolean;
|
|
1967
2012
|
set autoGenerateColumns(a: boolean);
|
|
1968
|
-
private
|
|
2013
|
+
private ns;
|
|
1969
2014
|
get rowSeparatorHeight(): number;
|
|
1970
2015
|
set rowSeparatorHeight(a: number);
|
|
1971
|
-
private
|
|
2016
|
+
private ie;
|
|
1972
2017
|
get isPlaceholderRenderingEnabled(): boolean;
|
|
1973
2018
|
set isPlaceholderRenderingEnabled(a: boolean);
|
|
1974
|
-
private
|
|
2019
|
+
private jw;
|
|
1975
2020
|
private b0;
|
|
1976
2021
|
private bw;
|
|
1977
2022
|
get columnAddingAnimationMode(): ColumnShowingAnimationMode;
|
|
1978
2023
|
set columnAddingAnimationMode(a: ColumnShowingAnimationMode);
|
|
1979
|
-
get
|
|
2024
|
+
get j4(): boolean;
|
|
1980
2025
|
private bn;
|
|
1981
2026
|
get columnPropertyUpdatingAnimationMode(): ColumnPropertyUpdatingAnimationMode;
|
|
1982
2027
|
set columnPropertyUpdatingAnimationMode(a: ColumnPropertyUpdatingAnimationMode);
|
|
1983
|
-
protected get
|
|
1984
|
-
get
|
|
2028
|
+
protected get jx(): boolean;
|
|
2029
|
+
get jt(): boolean;
|
|
1985
2030
|
private ah;
|
|
1986
2031
|
get cellDataLoadedAnimationMode(): CellDataLoadedAnimationMode;
|
|
1987
2032
|
set cellDataLoadedAnimationMode(a: CellDataLoadedAnimationMode);
|
|
1988
|
-
get
|
|
1989
|
-
private
|
|
2033
|
+
get kq(): boolean;
|
|
2034
|
+
private fy;
|
|
1990
2035
|
get rowSelectionAnimationMode(): RowSelectionAnimationMode;
|
|
1991
2036
|
set rowSelectionAnimationMode(a: RowSelectionAnimationMode);
|
|
1992
|
-
get
|
|
1993
|
-
private
|
|
2037
|
+
get ko(): boolean;
|
|
2038
|
+
private fv;
|
|
1994
2039
|
get rowHoverAnimationMode(): RowHoverAnimationMode;
|
|
1995
2040
|
set rowHoverAnimationMode(a: RowHoverAnimationMode);
|
|
1996
|
-
get
|
|
2041
|
+
get ju(): boolean;
|
|
1997
2042
|
private aw;
|
|
1998
2043
|
get cellSelectionAnimationMode(): CellSelectionAnimationMode;
|
|
1999
2044
|
set cellSelectionAnimationMode(a: CellSelectionAnimationMode);
|
|
2000
|
-
private
|
|
2045
|
+
private dm;
|
|
2001
2046
|
get columnAnimationSettings(): GridColumnAnimationSettings;
|
|
2002
2047
|
set columnAnimationSettings(a: GridColumnAnimationSettings);
|
|
2003
|
-
private
|
|
2048
|
+
private c9;
|
|
2004
2049
|
get animationSettings(): GridAnimationSettings;
|
|
2005
2050
|
set animationSettings(a: GridAnimationSettings);
|
|
2006
|
-
|
|
2051
|
+
j5(a: DataGridColumn): boolean;
|
|
2007
2052
|
private br;
|
|
2008
2053
|
private bp;
|
|
2009
2054
|
get columnResizingAnimationMode(): ColumnResizingAnimationMode;
|
|
2010
2055
|
set columnResizingAnimationMode(a: ColumnResizingAnimationMode);
|
|
2011
|
-
private
|
|
2056
|
+
private j6;
|
|
2012
2057
|
private b1;
|
|
2013
2058
|
private bx;
|
|
2014
2059
|
get columnShowingAnimationMode(): ColumnShowingAnimationMode;
|
|
2015
2060
|
set columnShowingAnimationMode(a: ColumnShowingAnimationMode);
|
|
2016
|
-
private
|
|
2061
|
+
private j0;
|
|
2017
2062
|
private bd;
|
|
2018
2063
|
private bb;
|
|
2019
2064
|
get columnMovingAnimationMode(): ColumnMovingAnimationMode;
|
|
2020
2065
|
set columnMovingAnimationMode(a: ColumnMovingAnimationMode);
|
|
2021
|
-
private
|
|
2066
|
+
private jz;
|
|
2022
2067
|
private ba;
|
|
2023
2068
|
private a8;
|
|
2024
2069
|
get columnHidingAnimationMode(): ColumnHidingAnimationMode;
|
|
2025
2070
|
set columnHidingAnimationMode(a: ColumnHidingAnimationMode);
|
|
2026
|
-
private
|
|
2071
|
+
private jy;
|
|
2027
2072
|
private a2;
|
|
2028
2073
|
private a0;
|
|
2029
2074
|
get columnExchangingAnimationMode(): ColumnExchangingAnimationMode;
|
|
2030
2075
|
set columnExchangingAnimationMode(a: ColumnExchangingAnimationMode);
|
|
2031
|
-
private
|
|
2076
|
+
private adr;
|
|
2032
2077
|
get inset(): Thickness;
|
|
2033
2078
|
set inset(a: Thickness);
|
|
2034
|
-
private
|
|
2079
|
+
private cj;
|
|
2035
2080
|
get selectionMode(): DataGridSelectionMode;
|
|
2036
2081
|
set selectionMode(a: DataGridSelectionMode);
|
|
2037
|
-
private
|
|
2082
|
+
private c4;
|
|
2038
2083
|
get activationMode(): GridActivationMode;
|
|
2039
2084
|
set activationMode(a: GridActivationMode);
|
|
2040
|
-
private
|
|
2085
|
+
private en;
|
|
2041
2086
|
get selectionBehavior(): GridSelectionBehavior;
|
|
2042
2087
|
set selectionBehavior(a: GridSelectionBehavior);
|
|
2043
|
-
private
|
|
2088
|
+
private ik;
|
|
2044
2089
|
get mouseDragSelectionEnabled(): boolean;
|
|
2045
2090
|
set mouseDragSelectionEnabled(a: boolean);
|
|
2046
|
-
private
|
|
2047
|
-
get
|
|
2048
|
-
set
|
|
2049
|
-
private
|
|
2091
|
+
private hy;
|
|
2092
|
+
get jr(): boolean;
|
|
2093
|
+
set jr(a: boolean);
|
|
2094
|
+
private ef;
|
|
2050
2095
|
get selectedItems(): GridSelectedItemsCollection;
|
|
2051
|
-
private
|
|
2096
|
+
private ek;
|
|
2052
2097
|
get selectedKeys(): GridSelectedKeysCollection;
|
|
2053
|
-
private
|
|
2098
|
+
private eb;
|
|
2054
2099
|
get selectedCells(): GridSelectedCellsCollection;
|
|
2055
|
-
private
|
|
2100
|
+
private d8;
|
|
2056
2101
|
get selectedCellRanges(): GridSelectedCellRangesCollection;
|
|
2057
|
-
private
|
|
2058
|
-
get
|
|
2059
|
-
set
|
|
2060
|
-
private
|
|
2102
|
+
private hx;
|
|
2103
|
+
get jq(): boolean;
|
|
2104
|
+
set jq(a: boolean);
|
|
2105
|
+
private ee;
|
|
2061
2106
|
get pinnedItems(): GridSelectedItemsCollection;
|
|
2062
|
-
private
|
|
2107
|
+
private ej;
|
|
2063
2108
|
get pinnedKeys(): GridSelectedKeysCollection;
|
|
2064
|
-
private
|
|
2065
|
-
private
|
|
2109
|
+
private aaa;
|
|
2110
|
+
private h1;
|
|
2066
2111
|
get isColumnOptionsEnabled(): boolean;
|
|
2067
2112
|
set isColumnOptionsEnabled(a: boolean);
|
|
2068
|
-
private
|
|
2113
|
+
private i8;
|
|
2114
|
+
get useNewerColumnOptionsMenu(): boolean;
|
|
2115
|
+
set useNewerColumnOptionsMenu(a: boolean);
|
|
2116
|
+
private h5;
|
|
2069
2117
|
get isGroupByAreaVisible(): boolean;
|
|
2070
2118
|
set isGroupByAreaVisible(a: boolean);
|
|
2071
|
-
private
|
|
2119
|
+
private ia;
|
|
2072
2120
|
get isGroupRowSticky(): boolean;
|
|
2073
2121
|
set isGroupRowSticky(a: boolean);
|
|
2074
|
-
private
|
|
2122
|
+
private ib;
|
|
2075
2123
|
get isHeaderSeparatorVisible(): boolean;
|
|
2076
2124
|
set isHeaderSeparatorVisible(a: boolean);
|
|
2077
|
-
private
|
|
2125
|
+
private aax;
|
|
2078
2126
|
get cellSelectedBackground(): Brush;
|
|
2079
2127
|
set cellSelectedBackground(a: Brush);
|
|
2080
|
-
private
|
|
2128
|
+
private aay;
|
|
2129
|
+
get cellSelectedTextColor(): Brush;
|
|
2130
|
+
set cellSelectedTextColor(a: Brush);
|
|
2131
|
+
private abv;
|
|
2081
2132
|
get sectionHeaderSelectedBackground(): Brush;
|
|
2082
2133
|
set sectionHeaderSelectedBackground(a: Brush);
|
|
2083
|
-
private
|
|
2134
|
+
private aby;
|
|
2084
2135
|
get summaryRootBackground(): Brush;
|
|
2085
2136
|
set summaryRootBackground(a: Brush);
|
|
2086
|
-
private
|
|
2137
|
+
private ab2;
|
|
2087
2138
|
get summarySectionBackground(): Brush;
|
|
2088
2139
|
set summarySectionBackground(a: Brush);
|
|
2089
|
-
private
|
|
2140
|
+
private mp;
|
|
2090
2141
|
get pinnedRowOpacity(): number;
|
|
2091
2142
|
set pinnedRowOpacity(a: number);
|
|
2092
|
-
private
|
|
2143
|
+
private gy;
|
|
2093
2144
|
get editTextStyle(): FontInfo;
|
|
2094
2145
|
set editTextStyle(a: FontInfo);
|
|
2095
|
-
private
|
|
2146
|
+
private ml;
|
|
2096
2147
|
get editOpacity(): number;
|
|
2097
2148
|
set editOpacity(a: number);
|
|
2098
|
-
private
|
|
2149
|
+
private abd;
|
|
2099
2150
|
get deletedTextColor(): Brush;
|
|
2100
2151
|
set deletedTextColor(a: Brush);
|
|
2101
|
-
private
|
|
2152
|
+
private abx;
|
|
2102
2153
|
get stickyRowBackground(): Brush;
|
|
2103
2154
|
set stickyRowBackground(a: Brush);
|
|
2104
|
-
private
|
|
2155
|
+
private abl;
|
|
2105
2156
|
get pinnedRowBackground(): Brush;
|
|
2106
2157
|
set pinnedRowBackground(a: Brush);
|
|
2107
|
-
private
|
|
2158
|
+
private abk;
|
|
2108
2159
|
get lastStickyRowBackground(): Brush;
|
|
2109
2160
|
set lastStickyRowBackground(a: Brush);
|
|
2110
|
-
private
|
|
2111
|
-
private
|
|
2161
|
+
private dj;
|
|
2162
|
+
private di;
|
|
2112
2163
|
get activeCell(): GridCellPosition;
|
|
2113
2164
|
set activeCell(a: GridCellPosition);
|
|
2114
|
-
private
|
|
2165
|
+
private aaw;
|
|
2115
2166
|
get cellBackground(): Brush;
|
|
2116
2167
|
set cellBackground(a: Brush);
|
|
2117
|
-
private
|
|
2168
|
+
private aaz;
|
|
2118
2169
|
get cellTextColor(): Brush;
|
|
2119
2170
|
set cellTextColor(a: Brush);
|
|
2120
|
-
private
|
|
2171
|
+
private abi;
|
|
2121
2172
|
get headerSortIndicatorColor(): Brush;
|
|
2122
2173
|
set headerSortIndicatorColor(a: Brush);
|
|
2123
|
-
private
|
|
2174
|
+
private f9;
|
|
2124
2175
|
get headerSortIndicatorStyle(): SortIndicatorStyle;
|
|
2125
2176
|
set headerSortIndicatorStyle(a: SortIndicatorStyle);
|
|
2126
|
-
private
|
|
2177
|
+
private gv;
|
|
2127
2178
|
get cellTextStyle(): FontInfo;
|
|
2128
2179
|
set cellTextStyle(a: FontInfo);
|
|
2129
|
-
private
|
|
2180
|
+
private abt;
|
|
2130
2181
|
get sectionHeaderBackground(): Brush;
|
|
2131
2182
|
set sectionHeaderBackground(a: Brush);
|
|
2132
|
-
private
|
|
2183
|
+
private abw;
|
|
2133
2184
|
get sectionHeaderTextColor(): Brush;
|
|
2134
2185
|
set sectionHeaderTextColor(a: Brush);
|
|
2135
|
-
private
|
|
2186
|
+
private abu;
|
|
2187
|
+
static readonly t5: string;
|
|
2188
|
+
get sectionHeaderExpansionIndicatorIconColor(): Brush;
|
|
2189
|
+
set sectionHeaderExpansionIndicatorIconColor(a: Brush);
|
|
2190
|
+
private g0;
|
|
2136
2191
|
get sectionHeaderTextStyle(): FontInfo;
|
|
2137
2192
|
set sectionHeaderTextStyle(a: FontInfo);
|
|
2138
|
-
private
|
|
2193
|
+
private g1;
|
|
2139
2194
|
get summaryRootLabelTextStyle(): FontInfo;
|
|
2140
2195
|
set summaryRootLabelTextStyle(a: FontInfo);
|
|
2141
|
-
private
|
|
2196
|
+
private g3;
|
|
2142
2197
|
get summarySectionLabelTextStyle(): FontInfo;
|
|
2143
2198
|
set summarySectionLabelTextStyle(a: FontInfo);
|
|
2144
|
-
private
|
|
2199
|
+
private ab1;
|
|
2145
2200
|
get summaryRootValueTextColor(): Brush;
|
|
2146
2201
|
set summaryRootValueTextColor(a: Brush);
|
|
2147
|
-
private
|
|
2202
|
+
private g2;
|
|
2148
2203
|
get summaryRootValueTextStyle(): FontInfo;
|
|
2149
2204
|
set summaryRootValueTextStyle(a: FontInfo);
|
|
2150
|
-
private
|
|
2205
|
+
private g4;
|
|
2151
2206
|
get summarySectionValueTextStyle(): FontInfo;
|
|
2152
2207
|
set summarySectionValueTextStyle(a: FontInfo);
|
|
2153
|
-
private
|
|
2208
|
+
private ab5;
|
|
2154
2209
|
get summarySectionValueTextColor(): Brush;
|
|
2155
2210
|
set summarySectionValueTextColor(a: Brush);
|
|
2156
|
-
private
|
|
2211
|
+
private abz;
|
|
2157
2212
|
get summaryRootLabelTextColor(): Brush;
|
|
2158
2213
|
set summaryRootLabelTextColor(a: Brush);
|
|
2159
|
-
private
|
|
2214
|
+
private ab3;
|
|
2160
2215
|
get summarySectionLabelTextColor(): Brush;
|
|
2161
2216
|
set summarySectionLabelTextColor(a: Brush);
|
|
2162
|
-
private
|
|
2217
|
+
private ab0;
|
|
2163
2218
|
get summaryRootSelectedBackground(): Brush;
|
|
2164
2219
|
set summaryRootSelectedBackground(a: Brush);
|
|
2165
|
-
private
|
|
2220
|
+
private ab4;
|
|
2166
2221
|
get summarySectionSelectedBackground(): Brush;
|
|
2167
2222
|
set summarySectionSelectedBackground(a: Brush);
|
|
2168
|
-
private
|
|
2223
|
+
private np;
|
|
2169
2224
|
get pinnedAreaSeparatorWidth(): number;
|
|
2170
2225
|
set pinnedAreaSeparatorWidth(a: number);
|
|
2171
|
-
private
|
|
2226
|
+
private nj;
|
|
2172
2227
|
get headerSeparatorWidth(): number;
|
|
2173
2228
|
set headerSeparatorWidth(a: number);
|
|
2174
|
-
|
|
2175
|
-
private
|
|
2229
|
+
n4(a: number): number;
|
|
2230
|
+
private abh;
|
|
2176
2231
|
get headerSeparatorBackground(): Brush;
|
|
2177
2232
|
set headerSeparatorBackground(a: Brush);
|
|
2178
|
-
private
|
|
2233
|
+
private abf;
|
|
2179
2234
|
get headerBackground(): Brush;
|
|
2180
2235
|
set headerBackground(a: Brush);
|
|
2181
|
-
private
|
|
2236
|
+
private abj;
|
|
2182
2237
|
get headerTextColor(): Brush;
|
|
2183
2238
|
set headerTextColor(a: Brush);
|
|
2184
|
-
private
|
|
2239
|
+
private gz;
|
|
2185
2240
|
get headerTextStyle(): FontInfo;
|
|
2186
2241
|
set headerTextStyle(a: FontInfo);
|
|
2187
|
-
private
|
|
2242
|
+
private abo;
|
|
2188
2243
|
get rowSeparatorBackground(): Brush;
|
|
2189
2244
|
set rowSeparatorBackground(a: Brush);
|
|
2190
|
-
private
|
|
2245
|
+
private abg;
|
|
2191
2246
|
get headerRowSeparatorBackground(): Brush;
|
|
2192
2247
|
set headerRowSeparatorBackground(a: Brush);
|
|
2193
|
-
private
|
|
2248
|
+
private abr;
|
|
2194
2249
|
get rowSeparatorStickyRowBackground(): Brush;
|
|
2195
2250
|
set rowSeparatorStickyRowBackground(a: Brush);
|
|
2196
|
-
private
|
|
2251
|
+
private abp;
|
|
2197
2252
|
get rowSeparatorLastStickyRowBackground(): Brush;
|
|
2198
2253
|
set rowSeparatorLastStickyRowBackground(a: Brush);
|
|
2199
|
-
private
|
|
2254
|
+
private abq;
|
|
2200
2255
|
get rowSeparatorPinnedRowBackground(): Brush;
|
|
2201
2256
|
set rowSeparatorPinnedRowBackground(a: Brush);
|
|
2202
|
-
private
|
|
2257
|
+
private nf;
|
|
2203
2258
|
get columnResizingSeparatorWidth(): number;
|
|
2204
2259
|
set columnResizingSeparatorWidth(a: number);
|
|
2205
|
-
private
|
|
2260
|
+
private mf;
|
|
2206
2261
|
get columnResizingSeparatorOpacity(): number;
|
|
2207
2262
|
set columnResizingSeparatorOpacity(a: number);
|
|
2208
|
-
private
|
|
2263
|
+
private nc;
|
|
2209
2264
|
get columnMovingSeparatorWidth(): number;
|
|
2210
2265
|
set columnMovingSeparatorWidth(a: number);
|
|
2211
|
-
private
|
|
2266
|
+
private me;
|
|
2212
2267
|
get columnMovingSeparatorOpacity(): number;
|
|
2213
2268
|
set columnMovingSeparatorOpacity(a: number);
|
|
2214
|
-
private
|
|
2269
|
+
private abc;
|
|
2215
2270
|
get columnResizingSeparatorBackground(): Brush;
|
|
2216
2271
|
set columnResizingSeparatorBackground(a: Brush);
|
|
2217
|
-
private
|
|
2272
|
+
private aa0;
|
|
2218
2273
|
get columnMovingSeparatorBackground(): Brush;
|
|
2219
2274
|
set columnMovingSeparatorBackground(a: Brush);
|
|
2220
|
-
private
|
|
2275
|
+
private iw;
|
|
2221
2276
|
get shiftSectionContent(): boolean;
|
|
2222
2277
|
set shiftSectionContent(a: boolean);
|
|
2223
2278
|
private bi;
|
|
2224
2279
|
get columnOptionsIconAlignment(): ColumnOptionsIconAlignment;
|
|
2225
2280
|
set columnOptionsIconAlignment(a: ColumnOptionsIconAlignment);
|
|
2226
|
-
private
|
|
2281
|
+
private aa7;
|
|
2227
2282
|
get columnOptionsIconColor(): Brush;
|
|
2228
2283
|
set columnOptionsIconColor(a: Brush);
|
|
2229
2284
|
private bk;
|
|
2230
2285
|
get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
|
|
2231
2286
|
set columnOptionsIconBehavior(a: ColumnOptionsIconBehavior);
|
|
2232
|
-
private
|
|
2287
|
+
private aat;
|
|
2233
2288
|
get actualBorder(): Brush;
|
|
2234
2289
|
set actualBorder(a: Brush);
|
|
2235
|
-
private
|
|
2290
|
+
private aav;
|
|
2236
2291
|
get border(): Brush;
|
|
2237
2292
|
set border(a: Brush);
|
|
2238
|
-
private
|
|
2239
|
-
get
|
|
2240
|
-
set
|
|
2241
|
-
private
|
|
2293
|
+
private adp;
|
|
2294
|
+
get adv(): Thickness;
|
|
2295
|
+
set adv(a: Thickness);
|
|
2296
|
+
private adn;
|
|
2242
2297
|
get actualBorderWidth(): Thickness;
|
|
2243
2298
|
set actualBorderWidth(a: Thickness);
|
|
2244
|
-
private
|
|
2299
|
+
private ado;
|
|
2245
2300
|
get borderWidth(): Thickness;
|
|
2246
2301
|
set borderWidth(a: Thickness);
|
|
2247
|
-
private
|
|
2302
|
+
private ip;
|
|
2248
2303
|
get notifyOnAllSelectionChanges(): boolean;
|
|
2249
2304
|
set notifyOnAllSelectionChanges(a: boolean);
|
|
2250
|
-
private
|
|
2251
|
-
get
|
|
2252
|
-
set
|
|
2253
|
-
private
|
|
2305
|
+
private aan;
|
|
2306
|
+
get aar(): CornerRadius;
|
|
2307
|
+
set aar(a: CornerRadius);
|
|
2308
|
+
private aam;
|
|
2254
2309
|
get cornerRadius(): CornerRadius;
|
|
2255
2310
|
set cornerRadius(a: CornerRadius);
|
|
2256
|
-
private
|
|
2311
|
+
private aal;
|
|
2257
2312
|
get actualCornerRadius(): CornerRadius;
|
|
2258
2313
|
set actualCornerRadius(a: CornerRadius);
|
|
2259
2314
|
static readonly isActiveCellStyleEnabledPropertyName: string;
|
|
2260
|
-
private
|
|
2315
|
+
private h0;
|
|
2261
2316
|
get isActiveCellStyleEnabled(): boolean;
|
|
2262
2317
|
set isActiveCellStyleEnabled(a: boolean);
|
|
2263
|
-
private
|
|
2318
|
+
private i2;
|
|
2264
2319
|
get stopPropagation(): boolean;
|
|
2265
2320
|
set stopPropagation(a: boolean);
|
|
2266
|
-
private
|
|
2321
|
+
private aas;
|
|
2267
2322
|
get actualBackground(): Brush;
|
|
2268
2323
|
set actualBackground(a: Brush);
|
|
2269
|
-
private
|
|
2324
|
+
private aau;
|
|
2270
2325
|
get background(): Brush;
|
|
2271
2326
|
set background(a: Brush);
|
|
2272
|
-
private
|
|
2327
|
+
private hf;
|
|
2273
2328
|
get platformPixelConverter(): IPlatformPixelConverter;
|
|
2274
2329
|
set platformPixelConverter(a: IPlatformPixelConverter);
|
|
2275
|
-
private
|
|
2330
|
+
private e5;
|
|
2276
2331
|
get renderingEngine(): ICellRenderingEngine;
|
|
2277
2332
|
set renderingEngine(a: ICellRenderingEngine);
|
|
2278
|
-
private
|
|
2279
|
-
private
|
|
2333
|
+
private yf;
|
|
2334
|
+
private ft;
|
|
2280
2335
|
get responsiveStates(): ResponsiveStatesCollection;
|
|
2281
|
-
private
|
|
2336
|
+
private gn;
|
|
2282
2337
|
get model(): VisualModel;
|
|
2283
2338
|
set model(a: VisualModel);
|
|
2284
2339
|
get actualVisibleRegion(): Rect;
|
|
@@ -2288,10 +2343,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2288
2343
|
private b8;
|
|
2289
2344
|
private ab;
|
|
2290
2345
|
private ac;
|
|
2291
|
-
private
|
|
2292
|
-
private
|
|
2293
|
-
private
|
|
2294
|
-
private
|
|
2346
|
+
private iz;
|
|
2347
|
+
private iy;
|
|
2348
|
+
private i0;
|
|
2349
|
+
private ix;
|
|
2295
2350
|
private b2;
|
|
2296
2351
|
private a4;
|
|
2297
2352
|
private v;
|
|
@@ -2299,17 +2354,17 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2299
2354
|
get initialSortDescriptions(): ColumnSortDescriptionCollection;
|
|
2300
2355
|
get initialGroupDescriptions(): ColumnGroupDescriptionCollection;
|
|
2301
2356
|
get initialSummaryDescriptions(): ColumnSummaryDescriptionCollection;
|
|
2302
|
-
private
|
|
2357
|
+
private pl;
|
|
2303
2358
|
get initialSorts(): string;
|
|
2304
2359
|
set initialSorts(a: string);
|
|
2305
|
-
private
|
|
2360
|
+
private pk;
|
|
2306
2361
|
get initialGroups(): string;
|
|
2307
2362
|
set initialGroups(a: string);
|
|
2308
|
-
private
|
|
2363
|
+
private pm;
|
|
2309
2364
|
get initialSummaries(): string;
|
|
2310
2365
|
set initialSummaries(a: string);
|
|
2311
|
-
private
|
|
2312
|
-
|
|
2366
|
+
private wd;
|
|
2367
|
+
jo(a: any[], b: any[]): boolean;
|
|
2313
2368
|
get sortDescriptions(): ColumnSortDescriptionCollection;
|
|
2314
2369
|
get groupDescriptions(): ColumnGroupDescriptionCollection;
|
|
2315
2370
|
sortDescriptionsChanged: (sender: any, args: GridSortDescriptionsChangedEventArgs) => void;
|
|
@@ -2317,47 +2372,50 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2317
2372
|
summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
|
|
2318
2373
|
columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
|
|
2319
2374
|
columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
|
|
2320
|
-
private
|
|
2375
|
+
private xn;
|
|
2321
2376
|
cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
|
|
2322
2377
|
dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
|
|
2323
2378
|
dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
|
|
2324
2379
|
get filterExpressions(): FilterExpressionCollection;
|
|
2325
2380
|
get summaryDescriptions(): ColumnSummaryDescriptionCollection;
|
|
2326
|
-
private
|
|
2327
|
-
private
|
|
2381
|
+
private i3;
|
|
2382
|
+
private gj;
|
|
2328
2383
|
get summaryScope(): SummaryScope;
|
|
2329
2384
|
set summaryScope(a: SummaryScope);
|
|
2330
|
-
private
|
|
2331
|
-
private
|
|
2385
|
+
private h7;
|
|
2386
|
+
private h6;
|
|
2332
2387
|
get isGroupCollapsable(): boolean;
|
|
2333
2388
|
set isGroupCollapsable(a: boolean);
|
|
2334
|
-
private
|
|
2335
|
-
private
|
|
2389
|
+
private hv;
|
|
2390
|
+
private eu;
|
|
2336
2391
|
get groupHeaderDisplayMode(): GroupHeaderDisplayMode;
|
|
2337
2392
|
set groupHeaderDisplayMode(a: GroupHeaderDisplayMode);
|
|
2338
|
-
private
|
|
2339
|
-
private
|
|
2393
|
+
private h9;
|
|
2394
|
+
private h8;
|
|
2340
2395
|
get isGroupExpandedDefault(): boolean;
|
|
2341
2396
|
set isGroupExpandedDefault(a: boolean);
|
|
2342
|
-
private
|
|
2343
|
-
|
|
2397
|
+
private hu;
|
|
2398
|
+
get expandCollapseOnSectionHeaderClick(): boolean;
|
|
2399
|
+
set expandCollapseOnSectionHeaderClick(a: boolean);
|
|
2400
|
+
private hw;
|
|
2401
|
+
private ew;
|
|
2344
2402
|
get groupSummaryDisplayMode(): GroupSummaryDisplayMode;
|
|
2345
2403
|
set groupSummaryDisplayMode(a: GroupSummaryDisplayMode);
|
|
2346
|
-
private
|
|
2404
|
+
private ho;
|
|
2347
2405
|
get autoAcceptEdits(): boolean;
|
|
2348
2406
|
set autoAcceptEdits(a: boolean);
|
|
2349
2407
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2350
2408
|
postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2351
|
-
protected
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2409
|
+
protected yd(a: string, b: any, c: any): void;
|
|
2410
|
+
zl(): void;
|
|
2411
|
+
y5(): void;
|
|
2412
|
+
y6(): void;
|
|
2355
2413
|
calculateCompleted: (sender: any, e: any) => void;
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
private
|
|
2359
|
-
get
|
|
2360
|
-
set
|
|
2414
|
+
ww(): void;
|
|
2415
|
+
v7(): void;
|
|
2416
|
+
private iu;
|
|
2417
|
+
get le(): boolean;
|
|
2418
|
+
set le(a: boolean);
|
|
2361
2419
|
refresh(): void;
|
|
2362
2420
|
flush(): void;
|
|
2363
2421
|
private z;
|
|
@@ -2370,199 +2428,200 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2370
2428
|
private a;
|
|
2371
2429
|
get actualPrimaryKey(): string[];
|
|
2372
2430
|
set actualPrimaryKey(a: string[]);
|
|
2373
|
-
private
|
|
2374
|
-
get
|
|
2375
|
-
set
|
|
2376
|
-
protected
|
|
2377
|
-
private
|
|
2378
|
-
private
|
|
2379
|
-
private
|
|
2431
|
+
private hk;
|
|
2432
|
+
get i9(): boolean;
|
|
2433
|
+
set i9(a: boolean);
|
|
2434
|
+
protected y0(a: string, b: any, c: any): void;
|
|
2435
|
+
private aac;
|
|
2436
|
+
private aap;
|
|
2437
|
+
private adu;
|
|
2380
2438
|
syncBorder(): void;
|
|
2381
|
-
private
|
|
2439
|
+
private xw;
|
|
2382
2440
|
private n;
|
|
2383
2441
|
private o;
|
|
2384
2442
|
private h;
|
|
2385
|
-
private
|
|
2386
|
-
private
|
|
2387
|
-
private
|
|
2388
|
-
private
|
|
2389
|
-
private
|
|
2390
|
-
private
|
|
2391
|
-
private
|
|
2392
|
-
private
|
|
2443
|
+
private vs;
|
|
2444
|
+
private zp;
|
|
2445
|
+
private v9;
|
|
2446
|
+
private wa;
|
|
2447
|
+
private zq;
|
|
2448
|
+
private wb;
|
|
2449
|
+
private vw;
|
|
2450
|
+
private vv;
|
|
2393
2451
|
rootSummariesChanged: (sender: any, args: DataSourceRootSummariesChangedEventArgs) => void;
|
|
2394
|
-
private
|
|
2395
|
-
private
|
|
2396
|
-
private
|
|
2397
|
-
private
|
|
2398
|
-
private
|
|
2399
|
-
private
|
|
2400
|
-
|
|
2452
|
+
private ly;
|
|
2453
|
+
private r5;
|
|
2454
|
+
private yg;
|
|
2455
|
+
private v3;
|
|
2456
|
+
private vu;
|
|
2457
|
+
private xv;
|
|
2458
|
+
wq(): void;
|
|
2401
2459
|
sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
|
|
2402
2460
|
onSizeChanged(a: number, b: number): void;
|
|
2403
2461
|
viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
|
|
2404
|
-
private
|
|
2405
|
-
private
|
|
2406
|
-
|
|
2462
|
+
private nn;
|
|
2463
|
+
private no;
|
|
2464
|
+
ls: boolean;
|
|
2407
2465
|
notifyScrollStart(): void;
|
|
2408
2466
|
notifyScrollStop(): void;
|
|
2409
2467
|
setViewport(a: number, b: number, c: number, d: number): void;
|
|
2410
2468
|
get actualColumns(): GridColumnCollection;
|
|
2411
2469
|
actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
|
|
2412
|
-
private
|
|
2470
|
+
private dp;
|
|
2413
2471
|
get columns(): GridColumnCollection;
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2472
|
+
x9(a: CellModel, b: any, c: any): void;
|
|
2473
|
+
x8(a: CellModel, b: any, c: any, d: string): void;
|
|
2474
|
+
ci(a: CellPath): DataGridColumn;
|
|
2417
2475
|
hideThenRemoveColumn(a: DataGridColumn): void;
|
|
2418
2476
|
exchangeColumn(a: DataGridColumn, b: DataGridColumn): void;
|
|
2419
|
-
private
|
|
2420
|
-
private
|
|
2421
|
-
private
|
|
2422
|
-
private
|
|
2423
|
-
private
|
|
2424
|
-
private
|
|
2425
|
-
private
|
|
2426
|
-
private
|
|
2477
|
+
private vd;
|
|
2478
|
+
private io;
|
|
2479
|
+
private xr;
|
|
2480
|
+
private xo;
|
|
2481
|
+
private xj;
|
|
2482
|
+
private vo;
|
|
2483
|
+
private ym;
|
|
2484
|
+
private vr;
|
|
2427
2485
|
pinColumn(a: DataGridColumn, b: PinnedPositions): void;
|
|
2428
|
-
private
|
|
2429
|
-
private
|
|
2486
|
+
private lq;
|
|
2487
|
+
private lr;
|
|
2430
2488
|
moveColumn(a: number, b: number): void;
|
|
2431
2489
|
moveColumnLeft(a: number): void;
|
|
2432
2490
|
moveColumnRight(a: number): void;
|
|
2433
2491
|
canMoveColumnLeft(a: number): boolean;
|
|
2434
2492
|
canMoveColumnRight(a: number): boolean;
|
|
2435
|
-
private
|
|
2436
|
-
private
|
|
2437
|
-
private
|
|
2438
|
-
private
|
|
2439
|
-
private
|
|
2440
|
-
private
|
|
2441
|
-
private
|
|
2442
|
-
|
|
2493
|
+
private kv;
|
|
2494
|
+
private cg;
|
|
2495
|
+
private cf;
|
|
2496
|
+
private xk;
|
|
2497
|
+
private vn;
|
|
2498
|
+
private aad;
|
|
2499
|
+
private cl;
|
|
2500
|
+
r6(a: CellPath, b: DataGrid, c: any, d: number): string;
|
|
2443
2501
|
am(a: CellPath, b: string): CellModel;
|
|
2444
2502
|
exportVisualModel(): any;
|
|
2445
2503
|
exportSerializedVisualModel(): string;
|
|
2446
|
-
|
|
2447
|
-
private
|
|
2504
|
+
fx(a: number): RowPath;
|
|
2505
|
+
private hj;
|
|
2448
2506
|
scrollToRowByIndex(a: number): void;
|
|
2449
2507
|
scrollToLastRowByIndex(a: number): void;
|
|
2450
2508
|
scrollToItem(a: any): boolean;
|
|
2451
2509
|
scrollToPrimaryKey(a: any[]): boolean;
|
|
2452
2510
|
scrollToColumnByIndex(a: number): void;
|
|
2453
|
-
private
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
private
|
|
2457
|
-
private
|
|
2458
|
-
private
|
|
2511
|
+
private zs;
|
|
2512
|
+
ll(a: DataGridColumn): boolean;
|
|
2513
|
+
xu(a: number, b: number): void;
|
|
2514
|
+
private vm;
|
|
2515
|
+
private od;
|
|
2516
|
+
private lh;
|
|
2459
2517
|
getLastVisibleIndex(): number;
|
|
2460
2518
|
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;
|
|
2498
|
-
kv(a: boolean, b: boolean): boolean;
|
|
2499
|
-
kw(a: boolean, b: boolean): boolean;
|
|
2519
|
+
of(): number;
|
|
2520
|
+
ok(): number;
|
|
2521
|
+
yv(): void;
|
|
2522
|
+
jv: boolean;
|
|
2523
|
+
kf: boolean;
|
|
2524
|
+
get km(): boolean;
|
|
2525
|
+
get kn(): boolean;
|
|
2526
|
+
get kk(): boolean;
|
|
2527
|
+
get kl(): boolean;
|
|
2528
|
+
private lf;
|
|
2529
|
+
private lg;
|
|
2530
|
+
private lz;
|
|
2531
|
+
private l0;
|
|
2532
|
+
private l1;
|
|
2533
|
+
private l2;
|
|
2534
|
+
private hm;
|
|
2535
|
+
private hl;
|
|
2536
|
+
vi(a?: boolean): void;
|
|
2537
|
+
v1(): void;
|
|
2538
|
+
yk(a: any, b: PrimaryKeyValue): void;
|
|
2539
|
+
yl(a: any, b: PrimaryKeyValue): void;
|
|
2540
|
+
yr(a: number, b: any, c: PrimaryKeyValue): void;
|
|
2541
|
+
private i6;
|
|
2542
|
+
wx(a: number, b: number, c: string): void;
|
|
2543
|
+
w0(a: number, b: string): void;
|
|
2544
|
+
private wy;
|
|
2545
|
+
private nx;
|
|
2546
|
+
private ny;
|
|
2500
2547
|
kx(a: boolean, b: boolean): boolean;
|
|
2501
2548
|
ky(a: boolean, b: boolean): boolean;
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2549
|
+
private oj;
|
|
2550
|
+
private oe;
|
|
2551
|
+
private oo;
|
|
2552
|
+
private on;
|
|
2553
|
+
private oc;
|
|
2554
|
+
vj(a: number, b: number, c: boolean, d?: boolean): void;
|
|
2555
|
+
k2(a: boolean, b: boolean): boolean;
|
|
2556
|
+
k4(a: boolean, b: boolean): boolean;
|
|
2557
|
+
k5(a: boolean, b: boolean): boolean;
|
|
2558
|
+
k6(a: boolean, b: boolean): boolean;
|
|
2559
|
+
k7(a: boolean, b: boolean): boolean;
|
|
2560
|
+
x6(a: boolean, b: boolean): void;
|
|
2561
|
+
k9(a: boolean, b: boolean): boolean;
|
|
2562
|
+
yw(): void;
|
|
2563
|
+
la(a: boolean, b: boolean): boolean;
|
|
2508
2564
|
kz(a: boolean, b: boolean): boolean;
|
|
2565
|
+
k0(): boolean;
|
|
2566
|
+
k1(): boolean;
|
|
2567
|
+
k8(a: boolean, b: boolean): boolean;
|
|
2509
2568
|
aq: CellPath;
|
|
2510
2569
|
ar: CellPath;
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2570
|
+
lu(): boolean;
|
|
2571
|
+
lo(a: CellModel): boolean;
|
|
2572
|
+
jm(a: boolean, b?: boolean): boolean;
|
|
2573
|
+
v0(a: boolean): void;
|
|
2574
|
+
xc(a: PrimaryKeyValue, b: number): void;
|
|
2575
|
+
xd(a: PrimaryKeyValue, b: number): void;
|
|
2517
2576
|
columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
|
|
2518
2577
|
selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
|
|
2519
2578
|
selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
|
|
2520
2579
|
selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
|
|
2521
2580
|
selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
|
|
2522
|
-
private
|
|
2523
|
-
private
|
|
2581
|
+
private iv;
|
|
2582
|
+
private ys;
|
|
2524
2583
|
activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
|
|
2525
2584
|
selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
private
|
|
2533
|
-
private
|
|
2534
|
-
private
|
|
2535
|
-
private
|
|
2585
|
+
aai(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
|
|
2586
|
+
vg(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
|
|
2587
|
+
vh(a: any, b: PrimaryKeyValue, c: boolean): void;
|
|
2588
|
+
aah(a: number, b: any, c: PrimaryKeyValue): void;
|
|
2589
|
+
zi(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
|
|
2590
|
+
zj(a: any, b: PrimaryKeyValue, c: boolean): void;
|
|
2591
|
+
private yo;
|
|
2592
|
+
private yp;
|
|
2593
|
+
private yn;
|
|
2594
|
+
private yq;
|
|
2536
2595
|
private au;
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
private
|
|
2542
|
-
|
|
2543
|
-
private
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
private
|
|
2549
|
-
|
|
2550
|
-
private
|
|
2551
|
-
|
|
2596
|
+
vf(a: number, b: number, c: number, d: number): void;
|
|
2597
|
+
ve(a: CellRange): void;
|
|
2598
|
+
zf(a: CellRange): void;
|
|
2599
|
+
ze(): void;
|
|
2600
|
+
private wo;
|
|
2601
|
+
yt(a: number, b: any, c: any): void;
|
|
2602
|
+
private we;
|
|
2603
|
+
xe(): void;
|
|
2604
|
+
zo(a: GridConditionalStyle, b: DataGridColumn): void;
|
|
2605
|
+
zk(a: GridConditionalStyle, b: DataGridColumn): void;
|
|
2606
|
+
l5(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
|
|
2607
|
+
private lx;
|
|
2608
|
+
v2(a: ColumnSummaryDescription): void;
|
|
2609
|
+
private j8;
|
|
2610
|
+
zd(a: ColumnSummaryDescription): void;
|
|
2552
2611
|
invalidateVisibleRows(): void;
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
private
|
|
2557
|
-
private
|
|
2558
|
-
private
|
|
2559
|
-
private
|
|
2560
|
-
private
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2612
|
+
pi(a: DataGridColumn): any;
|
|
2613
|
+
ph(a: DataGridColumn): any;
|
|
2614
|
+
pj(a: DataGridColumn): any;
|
|
2615
|
+
private wf;
|
|
2616
|
+
private og;
|
|
2617
|
+
private ol;
|
|
2618
|
+
private wg;
|
|
2619
|
+
private hz;
|
|
2620
|
+
y1(): void;
|
|
2621
|
+
x7(a: number, b: any): void;
|
|
2622
|
+
ye(a: number, b: any): void;
|
|
2564
2623
|
setActiveResponsiveState(a: string): void;
|
|
2565
|
-
|
|
2624
|
+
z3(a: ResponsiveState): void;
|
|
2566
2625
|
notifySetItem(a: number, b: any, c: any): void;
|
|
2567
2626
|
notifyClearItems(): void;
|
|
2568
2627
|
notifyInsertItem(a: number, b: any): void;
|
|
@@ -2575,30 +2634,30 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2575
2634
|
getColumnAtRenderedIndex(a: number): DataGridColumn;
|
|
2576
2635
|
getRootSummaryResults(): ISummaryResult[];
|
|
2577
2636
|
getSectionSummaryResults(a: number): ISummaryResult[][];
|
|
2578
|
-
private
|
|
2637
|
+
private it;
|
|
2579
2638
|
get reactsToSortChanges(): boolean;
|
|
2580
2639
|
set reactsToSortChanges(a: boolean);
|
|
2581
|
-
private
|
|
2640
|
+
private is;
|
|
2582
2641
|
get reactsToGroupChanges(): boolean;
|
|
2583
2642
|
set reactsToGroupChanges(a: boolean);
|
|
2584
|
-
private
|
|
2643
|
+
private ir;
|
|
2585
2644
|
get reactsToFilterChanges(): boolean;
|
|
2586
2645
|
set reactsToFilterChanges(a: boolean);
|
|
2587
2646
|
aa(a: DataGridColumn): IFilterExpression;
|
|
2588
|
-
|
|
2589
|
-
private
|
|
2590
|
-
private
|
|
2647
|
+
lv(a: CellModel, b: number, c: any, d: any, e: any): boolean;
|
|
2648
|
+
private aaj;
|
|
2649
|
+
private pa;
|
|
2591
2650
|
columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
|
|
2592
|
-
private
|
|
2651
|
+
private xs;
|
|
2593
2652
|
cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
|
|
2594
|
-
private
|
|
2653
|
+
private w3;
|
|
2595
2654
|
cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
|
|
2596
|
-
private
|
|
2655
|
+
private w2;
|
|
2597
2656
|
rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
|
|
2598
|
-
private
|
|
2657
|
+
private yi;
|
|
2599
2658
|
rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
|
|
2600
|
-
private
|
|
2601
|
-
|
|
2659
|
+
private yh;
|
|
2660
|
+
j7(): boolean;
|
|
2602
2661
|
get canUndo(): boolean;
|
|
2603
2662
|
get canRedo(): boolean;
|
|
2604
2663
|
get canCommit(): boolean;
|
|
@@ -2611,128 +2670,154 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2611
2670
|
updatePropertyAtKey(a: any[], b: string, c: any): void;
|
|
2612
2671
|
removeItemByKey(a: any[]): void;
|
|
2613
2672
|
removeItem(a: any): void;
|
|
2614
|
-
private
|
|
2673
|
+
private iq;
|
|
2615
2674
|
acceptEdit(a: number): void;
|
|
2616
2675
|
rejectEdit(a: number): void;
|
|
2617
2676
|
setEditError(a: number, b: string): void;
|
|
2618
2677
|
startEditMode(): void;
|
|
2619
2678
|
endEditMode(a: boolean): void;
|
|
2620
|
-
private
|
|
2679
|
+
private cv;
|
|
2621
2680
|
get enterBehavior(): EnterKeyBehaviors;
|
|
2622
2681
|
set enterBehavior(a: EnterKeyBehaviors);
|
|
2623
|
-
private
|
|
2682
|
+
private ct;
|
|
2624
2683
|
get enterBehaviorAfterEdit(): EnterKeyBehaviorAfterEdit;
|
|
2625
2684
|
set enterBehaviorAfterEdit(a: EnterKeyBehaviorAfterEdit);
|
|
2626
2685
|
selectAllRows(): void;
|
|
2627
2686
|
deselectAllRows(): void;
|
|
2628
|
-
private
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
private
|
|
2687
|
+
private rg;
|
|
2688
|
+
private r2;
|
|
2689
|
+
private ic;
|
|
2690
|
+
get kh(): boolean;
|
|
2691
|
+
set kh(a: boolean);
|
|
2692
|
+
k3(a: Key, b: boolean, c: boolean): boolean;
|
|
2693
|
+
private lt;
|
|
2694
|
+
lm(): boolean;
|
|
2695
|
+
private h3;
|
|
2635
2696
|
get isColumnOptionsSummariesEnabled(): boolean;
|
|
2636
2697
|
set isColumnOptionsSummariesEnabled(a: boolean);
|
|
2637
|
-
private
|
|
2698
|
+
private h2;
|
|
2638
2699
|
get isColumnOptionsGroupingEnabled(): boolean;
|
|
2639
2700
|
set isColumnOptionsGroupingEnabled(a: boolean);
|
|
2640
|
-
private
|
|
2701
|
+
private fl;
|
|
2641
2702
|
get mergedCellMode(): MergedCellMode;
|
|
2642
2703
|
set mergedCellMode(a: MergedCellMode);
|
|
2643
|
-
private
|
|
2704
|
+
private fj;
|
|
2644
2705
|
get mergedCellEvaluationCriteria(): MergedCellEvaluationCriteria;
|
|
2645
2706
|
set mergedCellEvaluationCriteria(a: MergedCellEvaluationCriteria);
|
|
2646
2707
|
private af;
|
|
2647
2708
|
get mergedCellVerticalAlignment(): CellContentVerticalAlignment;
|
|
2648
2709
|
set mergedCellVerticalAlignment(a: CellContentVerticalAlignment);
|
|
2649
2710
|
saveLayout(): string;
|
|
2650
|
-
private
|
|
2651
|
-
private
|
|
2711
|
+
private f2;
|
|
2712
|
+
private l6;
|
|
2652
2713
|
loadLayout(a: string): void;
|
|
2653
2714
|
private s;
|
|
2654
2715
|
private t;
|
|
2655
|
-
|
|
2656
|
-
private
|
|
2716
|
+
oi(a: CellPath): number;
|
|
2717
|
+
private c2;
|
|
2657
2718
|
get filterUIType(): FilterUIType;
|
|
2658
2719
|
set filterUIType(a: FilterUIType);
|
|
2659
|
-
private
|
|
2720
|
+
private cz;
|
|
2660
2721
|
get filterLogicalOperator(): FilterLogicalOperator;
|
|
2661
2722
|
set filterLogicalOperator(a: FilterLogicalOperator);
|
|
2662
|
-
private
|
|
2723
|
+
private cx;
|
|
2663
2724
|
get filterComparisonType(): FilterComparisonType;
|
|
2664
2725
|
set filterComparisonType(a: FilterComparisonType);
|
|
2665
|
-
|
|
2666
|
-
private
|
|
2726
|
+
j9(): boolean;
|
|
2727
|
+
private l9;
|
|
2667
2728
|
get todayOverride(): Date;
|
|
2668
2729
|
set todayOverride(a: Date);
|
|
2669
|
-
private
|
|
2730
|
+
private hq;
|
|
2670
2731
|
get clearSelectionOnEscape(): boolean;
|
|
2671
2732
|
set clearSelectionOnEscape(a: boolean);
|
|
2672
2733
|
customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
|
|
2673
|
-
|
|
2674
|
-
private
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
private
|
|
2734
|
+
xt(a: DataGridColumn, b: FilterOperand, c: any): void;
|
|
2735
|
+
private nd;
|
|
2736
|
+
ln(): boolean;
|
|
2737
|
+
wk(): void;
|
|
2738
|
+
wj(): void;
|
|
2739
|
+
private id;
|
|
2679
2740
|
get isPagerVisible(): boolean;
|
|
2680
2741
|
set isPagerVisible(a: boolean);
|
|
2681
|
-
private
|
|
2742
|
+
private nl;
|
|
2682
2743
|
get pageSize(): number;
|
|
2683
2744
|
set pageSize(a: number);
|
|
2684
|
-
private
|
|
2745
|
+
private ij;
|
|
2685
2746
|
get isToolbarVisible(): boolean;
|
|
2686
2747
|
set isToolbarVisible(a: boolean);
|
|
2687
|
-
private
|
|
2748
|
+
private ih;
|
|
2688
2749
|
get isToolbarColumnChooserVisible(): boolean;
|
|
2689
2750
|
set isToolbarColumnChooserVisible(a: boolean);
|
|
2690
|
-
private
|
|
2751
|
+
private ii;
|
|
2691
2752
|
get isToolbarColumnPinningVisible(): boolean;
|
|
2692
2753
|
set isToolbarColumnPinningVisible(a: boolean);
|
|
2693
|
-
private
|
|
2754
|
+
private pr;
|
|
2694
2755
|
get toolbarTitle(): string;
|
|
2695
2756
|
set toolbarTitle(a: string);
|
|
2696
|
-
private
|
|
2757
|
+
private pn;
|
|
2697
2758
|
get toolbarColumnChooserText(): string;
|
|
2698
2759
|
set toolbarColumnChooserText(a: string);
|
|
2699
|
-
private
|
|
2760
|
+
private po;
|
|
2700
2761
|
get toolbarColumnChooserTitle(): string;
|
|
2701
2762
|
set toolbarColumnChooserTitle(a: string);
|
|
2702
|
-
private
|
|
2763
|
+
private pp;
|
|
2703
2764
|
get toolbarColumnPinningText(): string;
|
|
2704
2765
|
set toolbarColumnPinningText(a: string);
|
|
2705
|
-
private
|
|
2766
|
+
private pq;
|
|
2706
2767
|
get toolbarColumnPinningTitle(): string;
|
|
2707
2768
|
set toolbarColumnPinningTitle(a: string);
|
|
2708
|
-
private
|
|
2769
|
+
private gp;
|
|
2709
2770
|
get scrollbarStyle(): ScrollbarStyle;
|
|
2710
2771
|
set scrollbarStyle(a: ScrollbarStyle);
|
|
2711
|
-
private
|
|
2772
|
+
private abs;
|
|
2712
2773
|
get scrollbarBackground(): Brush;
|
|
2713
2774
|
set scrollbarBackground(a: Brush);
|
|
2714
|
-
private
|
|
2775
|
+
private aa2;
|
|
2715
2776
|
get columnOptionsBackground(): Brush;
|
|
2716
2777
|
set columnOptionsBackground(a: Brush);
|
|
2717
|
-
private
|
|
2778
|
+
private aa9;
|
|
2718
2779
|
get columnOptionsTextColor(): Brush;
|
|
2719
2780
|
set columnOptionsTextColor(a: Brush);
|
|
2720
|
-
private
|
|
2781
|
+
private gx;
|
|
2782
|
+
get columnOptionsTextStyle(): FontInfo;
|
|
2783
|
+
set columnOptionsTextStyle(a: FontInfo);
|
|
2784
|
+
private aa6;
|
|
2785
|
+
get columnOptionsHoverBackgroundColor(): Brush;
|
|
2786
|
+
set columnOptionsHoverBackgroundColor(a: Brush);
|
|
2787
|
+
private aba;
|
|
2788
|
+
get columnOptionsToolTipBackgroundColor(): Brush;
|
|
2789
|
+
set columnOptionsToolTipBackgroundColor(a: Brush);
|
|
2790
|
+
private abb;
|
|
2791
|
+
get columnOptionsToolTipTextColor(): Brush;
|
|
2792
|
+
set columnOptionsToolTipTextColor(a: Brush);
|
|
2793
|
+
private aa5;
|
|
2794
|
+
get columnOptionsHighlightColor(): Brush;
|
|
2795
|
+
set columnOptionsHighlightColor(a: Brush);
|
|
2796
|
+
private aa8;
|
|
2721
2797
|
get columnOptionsSeparatorColor(): Brush;
|
|
2722
2798
|
set columnOptionsSeparatorColor(a: Brush);
|
|
2723
|
-
private
|
|
2799
|
+
private aa3;
|
|
2724
2800
|
get columnOptionsGroupHeaderBackground(): Brush;
|
|
2725
2801
|
set columnOptionsGroupHeaderBackground(a: Brush);
|
|
2726
|
-
private
|
|
2802
|
+
private aa4;
|
|
2727
2803
|
get columnOptionsGroupHeaderTextColor(): Brush;
|
|
2728
2804
|
set columnOptionsGroupHeaderTextColor(a: Brush);
|
|
2729
|
-
private
|
|
2805
|
+
private gw;
|
|
2806
|
+
get columnOptionsGroupHeaderTextStyle(): FontInfo;
|
|
2807
|
+
set columnOptionsGroupHeaderTextStyle(a: FontInfo);
|
|
2808
|
+
private aa1;
|
|
2730
2809
|
get columnOptionsAccentColor(): Brush;
|
|
2731
2810
|
set columnOptionsAccentColor(a: Brush);
|
|
2732
|
-
private
|
|
2811
|
+
private ne;
|
|
2812
|
+
get columnOptionsRowHeight(): number;
|
|
2813
|
+
set columnOptionsRowHeight(a: number);
|
|
2814
|
+
private hn;
|
|
2733
2815
|
get allowCopyOperation(): boolean;
|
|
2734
2816
|
set allowCopyOperation(a: boolean);
|
|
2735
|
-
private
|
|
2817
|
+
private nk;
|
|
2818
|
+
get maxSelectedCellRanges(): number;
|
|
2819
|
+
set maxSelectedCellRanges(a: number);
|
|
2820
|
+
private hr;
|
|
2736
2821
|
get deferEventForRowDragSelection(): boolean;
|
|
2737
2822
|
set deferEventForRowDragSelection(a: boolean);
|
|
2738
2823
|
registerIconFromText(a: string, b: string, c: string): void;
|
|
@@ -3146,20 +3231,20 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3146
3231
|
get gc(): Brush;
|
|
3147
3232
|
set gc(a: Brush);
|
|
3148
3233
|
private f4;
|
|
3149
|
-
get
|
|
3150
|
-
set
|
|
3234
|
+
get g0(): Brush;
|
|
3235
|
+
set g0(a: Brush);
|
|
3151
3236
|
private fv;
|
|
3152
3237
|
get gf(): Brush;
|
|
3153
3238
|
set gf(a: Brush);
|
|
3154
3239
|
private f3;
|
|
3155
|
-
get
|
|
3156
|
-
set
|
|
3240
|
+
get gz(): Brush;
|
|
3241
|
+
set gz(a: Brush);
|
|
3157
3242
|
private fu;
|
|
3158
3243
|
get ge(): Brush;
|
|
3159
3244
|
set ge(a: Brush);
|
|
3160
3245
|
private f2;
|
|
3161
|
-
get
|
|
3162
|
-
set
|
|
3246
|
+
get gy(): Brush;
|
|
3247
|
+
set gy(a: Brush);
|
|
3163
3248
|
private ft;
|
|
3164
3249
|
get gd(): Brush;
|
|
3165
3250
|
set gd(a: Brush);
|
|
@@ -3185,8 +3270,8 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3185
3270
|
get ab(): TextCellLineBreakMode;
|
|
3186
3271
|
set ab(a: TextCellLineBreakMode);
|
|
3187
3272
|
private f5;
|
|
3188
|
-
get
|
|
3189
|
-
set
|
|
3273
|
+
get g1(): Brush;
|
|
3274
|
+
set g1(a: Brush);
|
|
3190
3275
|
private fw;
|
|
3191
3276
|
get gg(): Brush;
|
|
3192
3277
|
set gg(a: Brush);
|
|
@@ -3249,8 +3334,8 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3249
3334
|
private cp;
|
|
3250
3335
|
private cr;
|
|
3251
3336
|
private cs;
|
|
3337
|
+
private gx;
|
|
3252
3338
|
private gw;
|
|
3253
|
-
private gv;
|
|
3254
3339
|
private bl;
|
|
3255
3340
|
private bm;
|
|
3256
3341
|
bh(a: any): number;
|
|
@@ -3292,7 +3377,7 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3292
3377
|
private el;
|
|
3293
3378
|
protected f(): CellContentHorizontalAlignment;
|
|
3294
3379
|
protected k(): CellContentVerticalAlignment;
|
|
3295
|
-
protected
|
|
3380
|
+
protected gv(): Brush;
|
|
3296
3381
|
protected go(): Brush;
|
|
3297
3382
|
protected gp(): Brush;
|
|
3298
3383
|
protected cl(): number;
|
|
@@ -3300,10 +3385,11 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3300
3385
|
protected gm(): Brush;
|
|
3301
3386
|
protected ak(): FontInfo;
|
|
3302
3387
|
protected gn(): Brush;
|
|
3303
|
-
protected
|
|
3388
|
+
protected gu(): Brush;
|
|
3304
3389
|
protected gr(): Brush;
|
|
3305
3390
|
protected gq(): Brush;
|
|
3306
3391
|
protected gs(): Brush;
|
|
3392
|
+
protected gt(): Brush;
|
|
3307
3393
|
protected bj(): number;
|
|
3308
3394
|
definitionPropertyUpdated: (sender: any, args: DefinitionPropertyUpdatedEventArgs) => void;
|
|
3309
3395
|
private ae;
|
|
@@ -3325,372 +3411,432 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3325
3411
|
export declare abstract class DataGridColumn extends DefinitionBase implements IToolbarTarget {
|
|
3326
3412
|
static $t: Type;
|
|
3327
3413
|
constructor();
|
|
3328
|
-
private
|
|
3414
|
+
private pg;
|
|
3329
3415
|
protected e2(a: GridConditionalStyle): void;
|
|
3330
3416
|
protected ct(): any;
|
|
3331
3417
|
protected cu(): any;
|
|
3332
3418
|
protected cv(): any;
|
|
3333
3419
|
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
|
|
3420
|
+
protected r6(): Brush;
|
|
3421
|
+
protected r5(): Brush;
|
|
3422
|
+
private static lp;
|
|
3423
|
+
lq: number;
|
|
3424
|
+
private hw;
|
|
3425
|
+
get hx(): ColumnStates;
|
|
3426
|
+
set hx(a: ColumnStates);
|
|
3427
|
+
private k9;
|
|
3428
|
+
get lm(): number;
|
|
3429
|
+
set lm(a: number);
|
|
3430
|
+
private lb;
|
|
3431
|
+
get lo(): number;
|
|
3432
|
+
set lo(a: number);
|
|
3433
|
+
private la;
|
|
3434
|
+
get ln(): number;
|
|
3435
|
+
set ln(a: number);
|
|
3436
|
+
private k8;
|
|
3437
|
+
get ll(): number;
|
|
3438
|
+
set ll(a: number);
|
|
3439
|
+
private ly;
|
|
3440
|
+
get od(): string;
|
|
3441
|
+
set od(a: string);
|
|
3442
|
+
private k6;
|
|
3443
|
+
get lj(): number;
|
|
3444
|
+
set lj(a: number);
|
|
3445
|
+
private k5;
|
|
3446
|
+
get li(): number;
|
|
3447
|
+
set li(a: number);
|
|
3448
|
+
private k7;
|
|
3449
|
+
get lk(): number;
|
|
3450
|
+
set lk(a: number);
|
|
3451
|
+
private iq;
|
|
3452
|
+
get is(): PinnedPositions;
|
|
3453
|
+
set is(a: PinnedPositions);
|
|
3454
|
+
private lw;
|
|
3455
|
+
get nl(): string;
|
|
3456
|
+
set nl(a: string);
|
|
3457
|
+
private lx;
|
|
3458
|
+
get ns(): string;
|
|
3459
|
+
set ns(a: string);
|
|
3460
|
+
private lu;
|
|
3461
|
+
get mm(): string;
|
|
3462
|
+
set mm(a: string);
|
|
3463
|
+
private q8;
|
|
3464
|
+
get r9(): Brush;
|
|
3465
|
+
set r9(a: Brush);
|
|
3466
|
+
private qs;
|
|
3467
|
+
get rr(): Brush;
|
|
3468
|
+
set rr(a: Brush);
|
|
3469
|
+
private q9;
|
|
3470
|
+
get sa(): Brush;
|
|
3471
|
+
set sa(a: Brush);
|
|
3472
|
+
private qt;
|
|
3473
|
+
get rs(): Brush;
|
|
3474
|
+
set rs(a: Brush);
|
|
3475
|
+
private q6;
|
|
3476
|
+
get r7(): Brush;
|
|
3477
|
+
set r7(a: Brush);
|
|
3478
|
+
private qq;
|
|
3479
|
+
get rp(): Brush;
|
|
3480
|
+
set rp(a: Brush);
|
|
3481
|
+
private q7;
|
|
3482
|
+
get r8(): Brush;
|
|
3483
|
+
set r8(a: Brush);
|
|
3484
|
+
private qr;
|
|
3485
|
+
get rq(): Brush;
|
|
3486
|
+
set rq(a: Brush);
|
|
3487
|
+
private ic;
|
|
3488
|
+
get id(): GridColumnAnimationSettings;
|
|
3489
|
+
set id(a: GridColumnAnimationSettings);
|
|
3490
|
+
private hy;
|
|
3399
3491
|
get width(): ColumnWidth;
|
|
3400
3492
|
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);
|
|
3493
|
+
private kl;
|
|
3494
|
+
get kt(): number;
|
|
3495
|
+
set kt(a: number);
|
|
3496
|
+
private jr;
|
|
3497
|
+
get ka(): boolean;
|
|
3498
|
+
set ka(a: boolean);
|
|
3410
3499
|
private jl;
|
|
3411
|
-
get
|
|
3412
|
-
set
|
|
3413
|
-
private
|
|
3414
|
-
get
|
|
3415
|
-
set
|
|
3416
|
-
private
|
|
3417
|
-
get
|
|
3418
|
-
set
|
|
3419
|
-
private
|
|
3500
|
+
get j4(): boolean;
|
|
3501
|
+
set j4(a: boolean);
|
|
3502
|
+
private jv;
|
|
3503
|
+
get ke(): boolean;
|
|
3504
|
+
set ke(a: boolean);
|
|
3505
|
+
private g4;
|
|
3506
|
+
get g5(): ColumnFilterCondition;
|
|
3507
|
+
set g5(a: ColumnFilterCondition);
|
|
3508
|
+
private g6;
|
|
3509
|
+
get g7(): IFilterExpression;
|
|
3510
|
+
set g7(a: IFilterExpression);
|
|
3511
|
+
private ih;
|
|
3420
3512
|
get header(): Header;
|
|
3421
3513
|
set header(a: Header);
|
|
3422
|
-
private
|
|
3423
|
-
get
|
|
3424
|
-
set
|
|
3514
|
+
private jq;
|
|
3515
|
+
get j9(): boolean;
|
|
3516
|
+
set j9(a: boolean);
|
|
3517
|
+
private jt;
|
|
3518
|
+
get kc(): boolean;
|
|
3519
|
+
set kc(a: boolean);
|
|
3520
|
+
private ju;
|
|
3521
|
+
get kd(): boolean;
|
|
3522
|
+
set kd(a: boolean);
|
|
3523
|
+
private js;
|
|
3524
|
+
get kb(): boolean;
|
|
3525
|
+
set kb(a: boolean);
|
|
3526
|
+
private jw;
|
|
3527
|
+
get kg(): boolean;
|
|
3528
|
+
set kg(a: boolean);
|
|
3529
|
+
private hu;
|
|
3530
|
+
get hv(): ColumnSortDirection;
|
|
3531
|
+
set hv(a: ColumnSortDirection);
|
|
3532
|
+
private ir;
|
|
3533
|
+
get it(): PinnedPositions;
|
|
3534
|
+
set it(a: PinnedPositions);
|
|
3425
3535
|
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);
|
|
3536
|
+
get j3(): boolean;
|
|
3537
|
+
set j3(a: boolean);
|
|
3538
|
+
get j0(): boolean;
|
|
3447
3539
|
private hk;
|
|
3448
3540
|
get hm(): ColumnOptionsIconAlignment;
|
|
3449
3541
|
set hm(a: ColumnOptionsIconAlignment);
|
|
3450
|
-
private
|
|
3451
|
-
get
|
|
3452
|
-
set
|
|
3453
|
-
private
|
|
3454
|
-
get
|
|
3455
|
-
set
|
|
3542
|
+
private hl;
|
|
3543
|
+
get hn(): ColumnOptionsIconAlignment;
|
|
3544
|
+
set hn(a: ColumnOptionsIconAlignment);
|
|
3545
|
+
private qk;
|
|
3546
|
+
get rj(): Brush;
|
|
3547
|
+
set rj(a: Brush);
|
|
3548
|
+
private q0;
|
|
3549
|
+
get rz(): Brush;
|
|
3550
|
+
set rz(a: Brush);
|
|
3551
|
+
private hp;
|
|
3552
|
+
get hr(): ColumnOptionsIconBehavior;
|
|
3553
|
+
set hr(a: ColumnOptionsIconBehavior);
|
|
3456
3554
|
private ho;
|
|
3457
3555
|
get hq(): ColumnOptionsIconBehavior;
|
|
3458
3556
|
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;
|
|
3557
|
+
private jg;
|
|
3472
3558
|
get jx(): boolean;
|
|
3473
3559
|
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;
|
|
3560
|
+
private jm;
|
|
3561
|
+
get j5(): boolean;
|
|
3562
|
+
set j5(a: boolean);
|
|
3563
|
+
private ji;
|
|
3564
|
+
get jz(): boolean;
|
|
3565
|
+
set jz(a: boolean);
|
|
3566
|
+
private jo;
|
|
3567
|
+
get j7(): boolean;
|
|
3568
|
+
set j7(a: boolean);
|
|
3569
|
+
private jh;
|
|
3521
3570
|
get jy(): boolean;
|
|
3522
3571
|
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
|
|
3572
|
+
private jn;
|
|
3573
|
+
get j6(): boolean;
|
|
3574
|
+
set j6(a: boolean);
|
|
3575
|
+
private ix;
|
|
3576
|
+
get iy(): BaseControlTheme;
|
|
3577
|
+
set iy(a: BaseControlTheme);
|
|
3578
|
+
private qh;
|
|
3579
|
+
get re(): Brush;
|
|
3580
|
+
set re(a: Brush);
|
|
3581
|
+
private qv;
|
|
3582
|
+
get ru(): Brush;
|
|
3583
|
+
set ru(a: Brush);
|
|
3584
|
+
private qm;
|
|
3585
|
+
get rl(): Brush;
|
|
3586
|
+
set rl(a: Brush);
|
|
3587
|
+
private q2;
|
|
3588
|
+
get r1(): Brush;
|
|
3589
|
+
set r1(a: Brush);
|
|
3590
|
+
private i3;
|
|
3591
|
+
get ja(): FontInfo;
|
|
3592
|
+
set ja(a: FontInfo);
|
|
3593
|
+
private i6;
|
|
3594
|
+
get jd(): FontInfo;
|
|
3595
|
+
set jd(a: FontInfo);
|
|
3596
|
+
private qj;
|
|
3597
|
+
get ri(): Brush;
|
|
3598
|
+
set ri(a: Brush);
|
|
3599
|
+
private qz;
|
|
3600
|
+
get ry(): Brush;
|
|
3601
|
+
set ry(a: Brush);
|
|
3602
|
+
static readonly mh: string;
|
|
3603
|
+
private qn;
|
|
3604
|
+
get rm(): Brush;
|
|
3605
|
+
set rm(a: Brush);
|
|
3606
|
+
private q3;
|
|
3607
|
+
get r2(): Brush;
|
|
3608
|
+
set r2(a: Brush);
|
|
3609
|
+
private qo;
|
|
3610
|
+
get rn(): Brush;
|
|
3611
|
+
set rn(a: Brush);
|
|
3612
|
+
private q4;
|
|
3613
|
+
get r3(): Brush;
|
|
3614
|
+
set r3(a: Brush);
|
|
3615
|
+
private qi;
|
|
3616
|
+
get rh(): Brush;
|
|
3617
|
+
set rh(a: Brush);
|
|
3618
|
+
private qy;
|
|
3619
|
+
get rx(): Brush;
|
|
3620
|
+
set rx(a: Brush);
|
|
3621
|
+
private ql;
|
|
3622
|
+
get rk(): Brush;
|
|
3623
|
+
set rk(a: Brush);
|
|
3624
|
+
private q1;
|
|
3625
|
+
get r0(): Brush;
|
|
3626
|
+
set r0(a: Brush);
|
|
3627
|
+
static readonly l5: string;
|
|
3628
|
+
private qe;
|
|
3629
|
+
get rf(): Brush;
|
|
3630
|
+
set rf(a: Brush);
|
|
3631
|
+
private qw;
|
|
3632
|
+
get rv(): Brush;
|
|
3633
|
+
set rv(a: Brush);
|
|
3634
|
+
private qf;
|
|
3635
|
+
get rg(): Brush;
|
|
3636
|
+
set rg(a: Brush);
|
|
3637
|
+
private qx;
|
|
3638
|
+
get rw(): Brush;
|
|
3639
|
+
set rw(a: Brush);
|
|
3535
3640
|
private i2;
|
|
3641
|
+
get i9(): FontInfo;
|
|
3642
|
+
set i9(a: FontInfo);
|
|
3643
|
+
private i5;
|
|
3644
|
+
get jc(): FontInfo;
|
|
3645
|
+
set jc(a: FontInfo);
|
|
3646
|
+
private qg;
|
|
3647
|
+
get rd(): Brush;
|
|
3648
|
+
set rd(a: Brush);
|
|
3649
|
+
private qu;
|
|
3650
|
+
get rt(): Brush;
|
|
3651
|
+
set rt(a: Brush);
|
|
3652
|
+
private kz;
|
|
3653
|
+
get lc(): number;
|
|
3654
|
+
set lc(a: number);
|
|
3655
|
+
private k0;
|
|
3656
|
+
get ld(): number;
|
|
3657
|
+
set ld(a: number);
|
|
3658
|
+
private jp;
|
|
3659
|
+
get j8(): boolean;
|
|
3660
|
+
set j8(a: boolean);
|
|
3661
|
+
private q5;
|
|
3662
|
+
get r4(): Brush;
|
|
3663
|
+
set r4(a: Brush);
|
|
3664
|
+
private qp;
|
|
3665
|
+
get ro(): Brush;
|
|
3666
|
+
set ro(a: Brush);
|
|
3667
|
+
private kk;
|
|
3668
|
+
get ks(): number;
|
|
3669
|
+
set ks(a: number);
|
|
3670
|
+
private kj;
|
|
3671
|
+
get kr(): number;
|
|
3672
|
+
set kr(a: number);
|
|
3673
|
+
private i7;
|
|
3536
3674
|
get textEditStyle(): FontInfo;
|
|
3537
3675
|
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
|
|
3676
|
+
private i4;
|
|
3677
|
+
get jb(): FontInfo;
|
|
3678
|
+
set jb(a: FontInfo);
|
|
3679
|
+
private h4;
|
|
3680
|
+
get h5(): EditorType;
|
|
3681
|
+
set h5(a: EditorType);
|
|
3682
|
+
private lr;
|
|
3683
|
+
get ls(): any;
|
|
3684
|
+
set ls(a: any);
|
|
3685
|
+
private lv;
|
|
3686
|
+
get nh(): string;
|
|
3687
|
+
set nh(a: string);
|
|
3688
|
+
private g2;
|
|
3689
|
+
get g3(): string[];
|
|
3690
|
+
set g3(a: string[]);
|
|
3691
|
+
private im;
|
|
3692
|
+
get ip(): MergedCellMode;
|
|
3693
|
+
set ip(a: MergedCellMode);
|
|
3694
|
+
private ij;
|
|
3695
|
+
get il(): MergedCellEvaluationCriteria;
|
|
3696
|
+
set il(a: MergedCellEvaluationCriteria);
|
|
3697
|
+
private hb;
|
|
3698
|
+
get he(): CellContentVerticalAlignment;
|
|
3699
|
+
set he(a: CellContentVerticalAlignment);
|
|
3559
3700
|
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;
|
|
3701
|
+
get hc(): CellContentVerticalAlignment;
|
|
3702
|
+
set hc(a: CellContentVerticalAlignment);
|
|
3703
|
+
private k2;
|
|
3704
|
+
get lf(): number;
|
|
3705
|
+
set lf(a: number);
|
|
3706
|
+
private k4;
|
|
3707
|
+
get lh(): number;
|
|
3708
|
+
set lh(a: number);
|
|
3709
|
+
private k3;
|
|
3710
|
+
get lg(): number;
|
|
3711
|
+
set lg(a: number);
|
|
3712
|
+
private k1;
|
|
3713
|
+
get le(): number;
|
|
3714
|
+
set le(a: number);
|
|
3715
|
+
private h6;
|
|
3716
|
+
get h7(): FilterComparisonType;
|
|
3717
|
+
set h7(a: FilterComparisonType);
|
|
3718
|
+
h9(a: FilterComparisonType): FilterComparisonType;
|
|
3719
|
+
h8(): FilterComparisonType;
|
|
3720
|
+
private ie;
|
|
3721
|
+
get ig(): GridFilterOperandsCollection;
|
|
3722
|
+
private l1;
|
|
3723
|
+
get o2(): string;
|
|
3724
|
+
set o2(a: string);
|
|
3725
|
+
private rc;
|
|
3726
|
+
get sd(): Brush;
|
|
3727
|
+
set sd(a: Brush);
|
|
3728
|
+
private i8;
|
|
3591
3729
|
get suffixTextStyle(): FontInfo;
|
|
3592
3730
|
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
|
|
3731
|
+
private l0;
|
|
3732
|
+
get ou(): string;
|
|
3733
|
+
set ou(a: string);
|
|
3734
|
+
private lz;
|
|
3735
|
+
get or(): string;
|
|
3736
|
+
set or(a: string);
|
|
3737
|
+
private rb;
|
|
3738
|
+
get sc(): Brush;
|
|
3739
|
+
set sc(a: Brush);
|
|
3740
|
+
private ra;
|
|
3741
|
+
get sb(): Brush;
|
|
3742
|
+
set sb(a: Brush);
|
|
3743
|
+
private kn;
|
|
3744
|
+
get kv(): number;
|
|
3745
|
+
set kv(a: number);
|
|
3746
|
+
private ko;
|
|
3747
|
+
get kw(): number;
|
|
3748
|
+
set kw(a: number);
|
|
3749
|
+
private kp;
|
|
3750
|
+
get kx(): number;
|
|
3751
|
+
set kx(a: number);
|
|
3752
|
+
private km;
|
|
3753
|
+
get ku(): number;
|
|
3754
|
+
set ku(a: number);
|
|
3755
|
+
private kq;
|
|
3756
|
+
get ky(): number;
|
|
3757
|
+
set ky(a: number);
|
|
3758
|
+
private iu;
|
|
3759
|
+
get iv(): TextCellDecoration;
|
|
3760
|
+
set iv(a: TextCellDecoration);
|
|
3623
3761
|
formatCell: (sender: any, args: FormatCellEventArgs) => void;
|
|
3624
|
-
private
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3762
|
+
private o9;
|
|
3763
|
+
io(): MergedCellMode;
|
|
3764
|
+
ik(): MergedCellEvaluationCriteria;
|
|
3765
|
+
kf(): boolean;
|
|
3628
3766
|
protected gr(): Brush;
|
|
3629
|
-
protected
|
|
3630
|
-
|
|
3767
|
+
protected gu(): Brush;
|
|
3768
|
+
o7(a: CellModel, b: any, c: any): string;
|
|
3631
3769
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3632
3770
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
3633
3771
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3634
3772
|
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3635
|
-
protected
|
|
3636
|
-
protected
|
|
3637
|
-
protected
|
|
3638
|
-
private
|
|
3639
|
-
private
|
|
3773
|
+
protected hf(): CellContentVerticalAlignment;
|
|
3774
|
+
protected g9(): CellContentHorizontalAlignment;
|
|
3775
|
+
protected hd(): CellContentVerticalAlignment;
|
|
3776
|
+
private p9;
|
|
3777
|
+
private pf;
|
|
3640
3778
|
protected es(a: DataGrid, b: DataGrid): void;
|
|
3641
3779
|
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3780
|
+
qa(): void;
|
|
3781
|
+
qb(): void;
|
|
3782
|
+
qc(): void;
|
|
3783
|
+
qd(): void;
|
|
3645
3784
|
protected e8(): void;
|
|
3646
3785
|
protected fk(): void;
|
|
3647
3786
|
protected fl(): void;
|
|
3648
3787
|
protected fi(): void;
|
|
3649
|
-
protected
|
|
3650
|
-
protected
|
|
3651
|
-
protected
|
|
3788
|
+
protected p6(): void;
|
|
3789
|
+
protected p8(): void;
|
|
3790
|
+
protected p7(): void;
|
|
3652
3791
|
protected fh(): void;
|
|
3653
3792
|
protected fj(): void;
|
|
3654
3793
|
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
|
|
3794
|
+
protected pn(): void;
|
|
3795
|
+
protected px(): void;
|
|
3796
|
+
protected pw(): void;
|
|
3797
|
+
protected pp(): void;
|
|
3798
|
+
protected p0(): void;
|
|
3799
|
+
protected pt(): void;
|
|
3800
|
+
protected p3(): void;
|
|
3801
|
+
protected po(): void;
|
|
3802
|
+
protected p1(): void;
|
|
3803
|
+
protected p2(): void;
|
|
3804
|
+
protected pv(): void;
|
|
3805
|
+
protected p4(): void;
|
|
3806
|
+
protected p5(): void;
|
|
3807
|
+
protected pu(): void;
|
|
3808
|
+
protected pz(): void;
|
|
3809
|
+
protected pq(): void;
|
|
3810
|
+
protected pr(): void;
|
|
3811
|
+
protected ps(): void;
|
|
3812
|
+
protected pm(): void;
|
|
3813
|
+
protected py(): void;
|
|
3668
3814
|
columnCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
3669
3815
|
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
|
|
3816
|
+
protected pi(a: CellModel): void;
|
|
3817
|
+
protected pl(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3818
|
+
hj(): ColumnHidingAnimationMode;
|
|
3819
|
+
ht(): ColumnShowingAnimationMode;
|
|
3820
|
+
hi(): ColumnExchangingAnimationMode;
|
|
3821
|
+
hs(): ColumnResizingAnimationMode;
|
|
3822
|
+
nq(): string;
|
|
3823
|
+
private i0;
|
|
3824
|
+
private jj;
|
|
3825
|
+
pk(a: string, b: CellPropertyAnimationType, c: any): void;
|
|
3826
|
+
j2(): boolean;
|
|
3827
|
+
get i1(): FastIterationDictionary$2<string, any>;
|
|
3828
|
+
j1(a: string): boolean;
|
|
3829
|
+
pj(a: string): void;
|
|
3830
|
+
lt(a: string): any;
|
|
3831
|
+
ki: List$1<LayoutAction>;
|
|
3832
|
+
ph(a: string): void;
|
|
3833
|
+
pb(a: ColumnComparisonConditionOperatorType, b: any): void;
|
|
3834
|
+
pa(a: string, b: number, c: any): void;
|
|
3835
|
+
g8(a: FilterOperand, b: any): IFilterExpression;
|
|
3836
|
+
ia(a: string, b: number): FilterOperand;
|
|
3837
|
+
pc(): void;
|
|
3838
|
+
private h2;
|
|
3839
|
+
get h3(): DataGridColumnToolbarManager;
|
|
3694
3840
|
getDesiredToolbarActions(): ToolActionInfo[];
|
|
3695
3841
|
addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
3696
3842
|
removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
@@ -3703,14 +3849,14 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
|
|
|
3703
3849
|
private _invalidateActions;
|
|
3704
3850
|
get invalidateActions(): () => void;
|
|
3705
3851
|
set invalidateActions(a: () => void);
|
|
3706
|
-
private
|
|
3707
|
-
|
|
3708
|
-
|
|
3852
|
+
private kh;
|
|
3853
|
+
iz(): IToolbarContextAccessor;
|
|
3854
|
+
pe(a: (arg1: IToolbarContextAccessor) => void): void;
|
|
3709
3855
|
provideContextAccessor(a: IToolbarContextAccessor): void;
|
|
3710
3856
|
dismissContextAccessor(a: IToolbarContextAccessor): void;
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
abstract
|
|
3857
|
+
pd(): void;
|
|
3858
|
+
h0: DataGridColumn;
|
|
3859
|
+
abstract h1(): DataGridColumn;
|
|
3714
3860
|
onAttachingOverride: (sender: any, args: GridColumnProviderOnAttachingOverrideEventArgs) => void;
|
|
3715
3861
|
}
|
|
3716
3862
|
/**
|
|
@@ -4003,18 +4149,18 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
|
|
|
4003
4149
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4004
4150
|
protected n(a: CellPath): CellModel;
|
|
4005
4151
|
protected gn(): Brush;
|
|
4006
|
-
private
|
|
4007
|
-
get
|
|
4008
|
-
set
|
|
4009
|
-
private g1;
|
|
4010
|
-
get g3(): number;
|
|
4011
|
-
set g3(a: number);
|
|
4152
|
+
private g6;
|
|
4153
|
+
get g7(): number;
|
|
4154
|
+
set g7(a: number);
|
|
4012
4155
|
private g2;
|
|
4013
4156
|
get g4(): number;
|
|
4014
4157
|
set g4(a: number);
|
|
4158
|
+
private g3;
|
|
4159
|
+
get g5(): number;
|
|
4160
|
+
set g5(a: number);
|
|
4015
4161
|
protected es(a: DataGrid, b: DataGrid): void;
|
|
4016
4162
|
protected e8(): void;
|
|
4017
|
-
protected
|
|
4163
|
+
protected hb(): void;
|
|
4018
4164
|
protected e4(): void;
|
|
4019
4165
|
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4020
4166
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
@@ -4025,17 +4171,17 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
|
|
|
4025
4171
|
export declare class ComboBoxColumn extends DataGridColumn {
|
|
4026
4172
|
static $t: Type;
|
|
4027
4173
|
constructor();
|
|
4028
|
-
private
|
|
4029
|
-
get
|
|
4030
|
-
set
|
|
4031
|
-
get
|
|
4032
|
-
set
|
|
4033
|
-
get
|
|
4034
|
-
set
|
|
4035
|
-
get
|
|
4036
|
-
set
|
|
4037
|
-
get
|
|
4038
|
-
set
|
|
4174
|
+
private sf;
|
|
4175
|
+
get sg(): IDataSource;
|
|
4176
|
+
set sg(a: IDataSource);
|
|
4177
|
+
get sh(): any;
|
|
4178
|
+
set sh(a: any);
|
|
4179
|
+
get sl(): string;
|
|
4180
|
+
set sl(a: string);
|
|
4181
|
+
get sm(): string;
|
|
4182
|
+
set sm(a: string);
|
|
4183
|
+
get se(): string[];
|
|
4184
|
+
set se(a: string[]);
|
|
4039
4185
|
protected n(a: CellPath): CellModel;
|
|
4040
4186
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4041
4187
|
protected es(a: DataGrid, b: DataGrid): void;
|
|
@@ -4043,44 +4189,44 @@ export declare class ComboBoxColumn extends DataGridColumn {
|
|
|
4043
4189
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4044
4190
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4045
4191
|
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4046
|
-
private
|
|
4047
|
-
private
|
|
4048
|
-
private
|
|
4049
|
-
|
|
4050
|
-
|
|
4192
|
+
private sn;
|
|
4193
|
+
private so;
|
|
4194
|
+
private sj;
|
|
4195
|
+
sk(a: any): string;
|
|
4196
|
+
h1(): DataGridColumn;
|
|
4051
4197
|
}
|
|
4052
4198
|
/**
|
|
4053
4199
|
* @hidden
|
|
4054
4200
|
*/
|
|
4055
4201
|
export declare class DateTimeColumn extends DataGridColumn {
|
|
4056
4202
|
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
|
|
4203
|
+
private sh;
|
|
4204
|
+
private si;
|
|
4205
|
+
get sj(): DateTimeFormats;
|
|
4206
|
+
set sj(a: DateTimeFormats);
|
|
4207
|
+
private ss;
|
|
4208
|
+
get s1(): string;
|
|
4209
|
+
set s1(a: string);
|
|
4210
|
+
private sr;
|
|
4211
|
+
get su(): string;
|
|
4212
|
+
set su(a: string);
|
|
4213
|
+
private se;
|
|
4214
|
+
get sf(): any[];
|
|
4215
|
+
set sf(a: any[]);
|
|
4216
|
+
private so;
|
|
4217
|
+
get sq(): any;
|
|
4218
|
+
set sq(a: any);
|
|
4219
|
+
private sl;
|
|
4220
|
+
get sm(): boolean;
|
|
4221
|
+
set sm(a: boolean);
|
|
4222
|
+
get sk(): EditorType;
|
|
4223
|
+
set sk(a: EditorType);
|
|
4224
|
+
get sp(): any;
|
|
4225
|
+
set sp(a: any);
|
|
4226
|
+
get sw(): string;
|
|
4227
|
+
set sw(a: string);
|
|
4228
|
+
get sx(): string;
|
|
4229
|
+
set sx(a: string);
|
|
4084
4230
|
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4085
4231
|
constructor();
|
|
4086
4232
|
protected n(a: CellPath): CellModel;
|
|
@@ -4088,10 +4234,10 @@ export declare class DateTimeColumn extends DataGridColumn {
|
|
|
4088
4234
|
d1(a: DataGrid, b: any, c: any): string;
|
|
4089
4235
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4090
4236
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4091
|
-
private
|
|
4092
|
-
|
|
4093
|
-
private
|
|
4094
|
-
|
|
4237
|
+
private sn;
|
|
4238
|
+
sg: BindingFormatter;
|
|
4239
|
+
private sy;
|
|
4240
|
+
h1(): DataGridColumn;
|
|
4095
4241
|
}
|
|
4096
4242
|
/**
|
|
4097
4243
|
* @hidden
|
|
@@ -4134,91 +4280,79 @@ export declare abstract class GridCompoundConditionalStyle extends GridCondition
|
|
|
4134
4280
|
*/
|
|
4135
4281
|
export declare class DataGridColumnToolbarManager extends Base {
|
|
4136
4282
|
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;
|
|
4283
|
+
private h;
|
|
4284
|
+
private static m;
|
|
4150
4285
|
private l;
|
|
4151
|
-
|
|
4152
|
-
private m;
|
|
4153
|
-
private bh;
|
|
4154
|
-
private bc;
|
|
4286
|
+
constructor(a: DataGridColumn);
|
|
4155
4287
|
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;
|
|
4288
|
+
private bo;
|
|
4289
|
+
private be;
|
|
4290
|
+
private bd;
|
|
4291
|
+
private bf;
|
|
4292
|
+
private aq;
|
|
4293
|
+
private ax;
|
|
4294
|
+
private a7;
|
|
4295
|
+
private a4;
|
|
4296
|
+
private n;
|
|
4297
|
+
private p;
|
|
4189
4298
|
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
4299
|
private a5;
|
|
4200
|
-
private
|
|
4201
|
-
private
|
|
4202
|
-
private
|
|
4203
|
-
private
|
|
4204
|
-
|
|
4205
|
-
|
|
4300
|
+
private a0;
|
|
4301
|
+
private bb;
|
|
4302
|
+
private s;
|
|
4303
|
+
private t;
|
|
4304
|
+
ar(a: ICommandAvailabilityListener): void;
|
|
4305
|
+
as(a: ICommandStateChangedListener): void;
|
|
4306
|
+
private j;
|
|
4307
|
+
protected get k(): SRProvider;
|
|
4308
|
+
private ai;
|
|
4309
|
+
b(): ToolActionInfo[];
|
|
4310
|
+
private c;
|
|
4311
|
+
private a;
|
|
4312
|
+
private a8;
|
|
4313
|
+
private a9;
|
|
4314
|
+
private bu;
|
|
4315
|
+
private aj;
|
|
4316
|
+
private ah;
|
|
4317
|
+
private w;
|
|
4318
|
+
private x;
|
|
4319
|
+
private ay;
|
|
4206
4320
|
private bt;
|
|
4207
4321
|
private bs;
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4322
|
+
private br;
|
|
4323
|
+
private q;
|
|
4324
|
+
private u;
|
|
4325
|
+
private static bc;
|
|
4326
|
+
r(): boolean;
|
|
4327
|
+
i(a: ToolCommand): ToolCommandExecutionState;
|
|
4328
|
+
private az;
|
|
4329
|
+
av(): void;
|
|
4330
|
+
aw(): void;
|
|
4331
|
+
private static d;
|
|
4332
|
+
private au;
|
|
4333
|
+
private at;
|
|
4334
|
+
private bq;
|
|
4335
|
+
private bp;
|
|
4336
|
+
private bm;
|
|
4337
|
+
private ba;
|
|
4338
|
+
private a3;
|
|
4339
|
+
private a6;
|
|
4340
|
+
private bh;
|
|
4341
|
+
private bg;
|
|
4342
|
+
bk(a: ICommandAvailabilityListener): void;
|
|
4343
|
+
bl(a: ICommandStateChangedListener): void;
|
|
4344
|
+
static e(a: DataGridColumn, b: number): {
|
|
4211
4345
|
ret: ColumnGroupDescription;
|
|
4212
4346
|
p1: number;
|
|
4213
4347
|
};
|
|
4214
|
-
static
|
|
4215
|
-
static
|
|
4216
|
-
get
|
|
4217
|
-
set
|
|
4218
|
-
private
|
|
4219
|
-
private
|
|
4220
|
-
|
|
4221
|
-
|
|
4348
|
+
static f(a: ListSortDirection): ColumnSortDirection;
|
|
4349
|
+
static v(a: ColumnSortDirection): ListSortDirection;
|
|
4350
|
+
get g(): ColumnSortDirection;
|
|
4351
|
+
set g(a: ColumnSortDirection);
|
|
4352
|
+
private a2;
|
|
4353
|
+
private a1;
|
|
4354
|
+
bi(a: DataGrid, b: DataGrid): void;
|
|
4355
|
+
bj(): void;
|
|
4222
4356
|
}
|
|
4223
4357
|
/**
|
|
4224
4358
|
* @hidden
|
|
@@ -4226,15 +4360,15 @@ export declare class DataGridColumnToolbarManager extends Base {
|
|
|
4226
4360
|
export declare class EditorDefinition extends DefinitionBase {
|
|
4227
4361
|
static $t: Type;
|
|
4228
4362
|
constructor();
|
|
4229
|
-
private
|
|
4230
|
-
get
|
|
4231
|
-
set
|
|
4232
|
-
private
|
|
4233
|
-
get
|
|
4234
|
-
set
|
|
4235
|
-
private
|
|
4236
|
-
get
|
|
4237
|
-
set
|
|
4363
|
+
private g9;
|
|
4364
|
+
get ha(): Rect;
|
|
4365
|
+
set ha(a: Rect);
|
|
4366
|
+
private g4;
|
|
4367
|
+
get g7(): string;
|
|
4368
|
+
set g7(a: string);
|
|
4369
|
+
private g2;
|
|
4370
|
+
get g3(): CellModel;
|
|
4371
|
+
set g3(a: CellModel);
|
|
4238
4372
|
protected n(a: CellPath): CellModel;
|
|
4239
4373
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4240
4374
|
protected es(a: DataGrid, b: DataGrid): void;
|
|
@@ -4259,18 +4393,18 @@ export declare class EditRowDefinition extends DefinitionBase {
|
|
|
4259
4393
|
*/
|
|
4260
4394
|
export declare class FilterRowDefinition extends DefinitionBase {
|
|
4261
4395
|
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
4396
|
private g3;
|
|
4269
4397
|
get g7(): number;
|
|
4270
4398
|
set g7(a: number);
|
|
4271
|
-
private
|
|
4272
|
-
get
|
|
4273
|
-
set
|
|
4399
|
+
private g5;
|
|
4400
|
+
get g9(): number;
|
|
4401
|
+
set g9(a: number);
|
|
4402
|
+
private g4;
|
|
4403
|
+
get g8(): number;
|
|
4404
|
+
set g8(a: number);
|
|
4405
|
+
private g2;
|
|
4406
|
+
get g6(): number;
|
|
4407
|
+
set g6(a: number);
|
|
4274
4408
|
constructor();
|
|
4275
4409
|
protected n(a: CellPath): CellModel;
|
|
4276
4410
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
@@ -4287,41 +4421,41 @@ export declare class FilterRowDefinition extends DefinitionBase {
|
|
|
4287
4421
|
export declare abstract class Header extends DefinitionBase {
|
|
4288
4422
|
static $t: Type;
|
|
4289
4423
|
constructor();
|
|
4290
|
-
protected
|
|
4424
|
+
protected gv(): Brush;
|
|
4291
4425
|
protected gn(): Brush;
|
|
4292
|
-
protected
|
|
4426
|
+
protected hr(): Brush;
|
|
4293
4427
|
protected ak(): FontInfo;
|
|
4294
4428
|
protected es(a: DataGrid, b: DataGrid): void;
|
|
4295
4429
|
protected e8(): void;
|
|
4296
4430
|
protected fk(): void;
|
|
4297
4431
|
protected fl(): void;
|
|
4298
|
-
protected hl(): void;
|
|
4299
4432
|
protected hm(): void;
|
|
4433
|
+
protected hn(): void;
|
|
4300
4434
|
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4435
|
+
private hp;
|
|
4436
|
+
get hs(): Brush;
|
|
4437
|
+
set hs(a: Brush);
|
|
4301
4438
|
private ho;
|
|
4302
|
-
get
|
|
4303
|
-
set
|
|
4304
|
-
private
|
|
4305
|
-
get
|
|
4306
|
-
set
|
|
4439
|
+
get hq(): Brush;
|
|
4440
|
+
set hq(a: Brush);
|
|
4441
|
+
private g3;
|
|
4442
|
+
get g5(): SortIndicatorStyle;
|
|
4443
|
+
set g5(a: SortIndicatorStyle);
|
|
4307
4444
|
private g2;
|
|
4308
4445
|
get g4(): SortIndicatorStyle;
|
|
4309
4446
|
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
4447
|
private g7;
|
|
4320
4448
|
get hb(): number;
|
|
4321
4449
|
set hb(a: number);
|
|
4322
|
-
private
|
|
4323
|
-
get
|
|
4324
|
-
set
|
|
4450
|
+
private g9;
|
|
4451
|
+
get hd(): number;
|
|
4452
|
+
set hd(a: number);
|
|
4453
|
+
private g8;
|
|
4454
|
+
get hc(): number;
|
|
4455
|
+
set hc(a: number);
|
|
4456
|
+
private g6;
|
|
4457
|
+
get ha(): number;
|
|
4458
|
+
set ha(a: number);
|
|
4325
4459
|
protected aw(a: string): boolean;
|
|
4326
4460
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4327
4461
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
@@ -4334,16 +4468,16 @@ export declare class ColumnResizingSeparator extends DefinitionBase {
|
|
|
4334
4468
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4335
4469
|
protected n(a: CellPath): CellModel;
|
|
4336
4470
|
protected gn(): Brush;
|
|
4337
|
-
private g1;
|
|
4338
|
-
get g3(): number;
|
|
4339
|
-
set g3(a: number);
|
|
4340
4471
|
private g2;
|
|
4341
4472
|
get g4(): number;
|
|
4342
4473
|
set g4(a: number);
|
|
4474
|
+
private g3;
|
|
4475
|
+
get g5(): number;
|
|
4476
|
+
set g5(a: number);
|
|
4343
4477
|
protected e8(): void;
|
|
4344
|
-
protected
|
|
4478
|
+
protected g9(): void;
|
|
4345
4479
|
protected e4(): void;
|
|
4346
|
-
protected
|
|
4480
|
+
protected g8(a: any, b: PropertyChangedEventArgs): void;
|
|
4347
4481
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4348
4482
|
}
|
|
4349
4483
|
/**
|
|
@@ -4354,12 +4488,12 @@ export declare class HeaderSeparator extends DefinitionBase {
|
|
|
4354
4488
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4355
4489
|
protected n(a: CellPath): CellModel;
|
|
4356
4490
|
protected gn(): Brush;
|
|
4357
|
-
protected
|
|
4491
|
+
protected g2(): number;
|
|
4358
4492
|
protected es(a: DataGrid, b: DataGrid): void;
|
|
4359
4493
|
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4360
4494
|
protected e8(): void;
|
|
4361
4495
|
protected e4(): void;
|
|
4362
|
-
private
|
|
4496
|
+
private g3;
|
|
4363
4497
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4364
4498
|
}
|
|
4365
4499
|
/**
|
|
@@ -4367,31 +4501,31 @@ export declare class HeaderSeparator extends DefinitionBase {
|
|
|
4367
4501
|
*/
|
|
4368
4502
|
export declare class ImageColumn extends DataGridColumn {
|
|
4369
4503
|
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
|
|
4504
|
+
private sh;
|
|
4505
|
+
get si(): ImageStretchOptions;
|
|
4506
|
+
set si(a: ImageStretchOptions);
|
|
4507
|
+
private sf;
|
|
4508
|
+
get sg(): ImageResourceType;
|
|
4509
|
+
set sg(a: ImageResourceType);
|
|
4510
|
+
get se(): EditorType;
|
|
4511
|
+
set se(a: EditorType);
|
|
4512
|
+
get sj(): any;
|
|
4513
|
+
set sj(a: any);
|
|
4514
|
+
get sk(): string;
|
|
4515
|
+
set sk(a: string);
|
|
4516
|
+
get sl(): string;
|
|
4517
|
+
set sl(a: string);
|
|
4384
4518
|
constructor();
|
|
4385
4519
|
protected k(): CellContentVerticalAlignment;
|
|
4386
|
-
protected
|
|
4387
|
-
protected
|
|
4520
|
+
protected g9(): CellContentHorizontalAlignment;
|
|
4521
|
+
protected hf(): CellContentVerticalAlignment;
|
|
4388
4522
|
protected f(): CellContentHorizontalAlignment;
|
|
4389
4523
|
protected n(a: CellPath): CellModel;
|
|
4390
4524
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4391
4525
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4392
4526
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4393
|
-
private
|
|
4394
|
-
|
|
4527
|
+
private sm;
|
|
4528
|
+
h1(): DataGridColumn;
|
|
4395
4529
|
}
|
|
4396
4530
|
/**
|
|
4397
4531
|
* @hidden
|
|
@@ -4400,7 +4534,7 @@ export declare class NumericCellFormatter extends Base {
|
|
|
4400
4534
|
static $t: Type;
|
|
4401
4535
|
private static a;
|
|
4402
4536
|
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;
|
|
4537
|
+
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
4538
|
static c(a: NumericCellModel): string;
|
|
4405
4539
|
static d(a: NumericColumn, b: number): string;
|
|
4406
4540
|
}
|
|
@@ -4411,57 +4545,60 @@ export declare class NumericColumn extends DataGridColumn {
|
|
|
4411
4545
|
static $t: Type;
|
|
4412
4546
|
constructor();
|
|
4413
4547
|
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
|
-
|
|
4548
|
+
private sx;
|
|
4549
|
+
get tc(): string;
|
|
4550
|
+
set tc(a: string);
|
|
4551
|
+
private sz;
|
|
4552
|
+
get tg(): string;
|
|
4553
|
+
set tg(a: string);
|
|
4554
|
+
private sy;
|
|
4555
|
+
get te(): string;
|
|
4556
|
+
set te(a: string);
|
|
4557
|
+
private s0;
|
|
4558
|
+
get ti(): string;
|
|
4559
|
+
set ti(a: string);
|
|
4560
|
+
private sn;
|
|
4561
|
+
get sq(): number;
|
|
4562
|
+
set sq(a: number);
|
|
4563
|
+
private so;
|
|
4564
|
+
get sr(): number;
|
|
4565
|
+
set sr(a: number);
|
|
4566
|
+
private sp;
|
|
4567
|
+
get ss(): number;
|
|
4568
|
+
set ss(a: number);
|
|
4569
|
+
private si;
|
|
4570
|
+
get sk(): boolean;
|
|
4571
|
+
set sk(a: boolean);
|
|
4572
|
+
private sj;
|
|
4573
|
+
get sl(): boolean;
|
|
4574
|
+
set sl(a: boolean);
|
|
4575
|
+
private sw;
|
|
4576
|
+
get s6(): string;
|
|
4577
|
+
set s6(a: string);
|
|
4578
|
+
private se;
|
|
4579
|
+
get sf(): any[];
|
|
4580
|
+
set sf(a: any[]);
|
|
4581
|
+
private st;
|
|
4582
|
+
get sv(): any;
|
|
4583
|
+
set sv(a: any);
|
|
4584
|
+
get sh(): EditorType;
|
|
4585
|
+
set sh(a: EditorType);
|
|
4586
|
+
get su(): any;
|
|
4587
|
+
set su(a: any);
|
|
4588
|
+
get s1(): string;
|
|
4589
|
+
set s1(a: string);
|
|
4590
|
+
get s2(): string;
|
|
4591
|
+
set s2(a: string);
|
|
4592
|
+
sg: BindingFormatter;
|
|
4456
4593
|
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4457
4594
|
protected n(a: CellPath): CellModel;
|
|
4458
4595
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4459
4596
|
d1(a: DataGrid, b: any, c: any): string;
|
|
4460
4597
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4461
4598
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4462
|
-
private
|
|
4463
|
-
private
|
|
4464
|
-
|
|
4599
|
+
private sm;
|
|
4600
|
+
private s3;
|
|
4601
|
+
h1(): DataGridColumn;
|
|
4465
4602
|
}
|
|
4466
4603
|
/**
|
|
4467
4604
|
* @hidden
|
|
@@ -4510,30 +4647,42 @@ export declare class SectionFooter extends DefinitionBase {
|
|
|
4510
4647
|
*/
|
|
4511
4648
|
export declare class SectionHeader extends DefinitionBase {
|
|
4512
4649
|
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
|
|
4650
|
+
private h3;
|
|
4651
|
+
get h9(): Brush;
|
|
4652
|
+
set h9(a: Brush);
|
|
4653
|
+
private h0;
|
|
4654
|
+
get h6(): Brush;
|
|
4655
|
+
set h6(a: Brush);
|
|
4656
|
+
private h4;
|
|
4657
|
+
get ia(): Brush;
|
|
4658
|
+
set ia(a: Brush);
|
|
4659
|
+
private h1;
|
|
4660
|
+
get h7(): Brush;
|
|
4661
|
+
set h7(a: Brush);
|
|
4662
|
+
private h2;
|
|
4663
|
+
get h8(): Brush;
|
|
4664
|
+
set h8(a: Brush);
|
|
4665
|
+
private hz;
|
|
4666
|
+
get h5(): Brush;
|
|
4667
|
+
set h5(a: Brush);
|
|
4525
4668
|
private ha;
|
|
4526
4669
|
get he(): number;
|
|
4527
4670
|
set he(a: number);
|
|
4528
|
-
private
|
|
4529
|
-
get
|
|
4530
|
-
set
|
|
4531
|
-
private
|
|
4532
|
-
get
|
|
4533
|
-
set
|
|
4534
|
-
private
|
|
4535
|
-
get
|
|
4536
|
-
set
|
|
4671
|
+
private hc;
|
|
4672
|
+
get hg(): number;
|
|
4673
|
+
set hg(a: number);
|
|
4674
|
+
private hb;
|
|
4675
|
+
get hf(): number;
|
|
4676
|
+
set hf(a: number);
|
|
4677
|
+
private g9;
|
|
4678
|
+
get hd(): number;
|
|
4679
|
+
set hd(a: number);
|
|
4680
|
+
private g6;
|
|
4681
|
+
get g7(): boolean;
|
|
4682
|
+
set g7(a: boolean);
|
|
4683
|
+
private g3;
|
|
4684
|
+
get g4(): GroupSummaryDisplayMode;
|
|
4685
|
+
set g4(a: GroupSummaryDisplayMode);
|
|
4537
4686
|
sectionHeaderPropertyUpdating: (sectionHeader: SectionHeader, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
4538
4687
|
constructor();
|
|
4539
4688
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
@@ -4541,18 +4690,21 @@ export declare class SectionHeader extends DefinitionBase {
|
|
|
4541
4690
|
protected gn(): Brush;
|
|
4542
4691
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4543
4692
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4693
|
+
protected e4(): void;
|
|
4544
4694
|
protected es(a: DataGrid, b: DataGrid): void;
|
|
4545
|
-
private
|
|
4546
|
-
private
|
|
4547
|
-
private
|
|
4695
|
+
private g8;
|
|
4696
|
+
private hu;
|
|
4697
|
+
private ht;
|
|
4548
4698
|
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4549
|
-
|
|
4699
|
+
hx(): void;
|
|
4700
|
+
hy(): void;
|
|
4550
4701
|
protected e8(): void;
|
|
4551
4702
|
protected fk(): void;
|
|
4703
|
+
hw(): void;
|
|
4552
4704
|
protected fl(): void;
|
|
4553
|
-
|
|
4705
|
+
hv(): void;
|
|
4554
4706
|
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4555
|
-
private
|
|
4707
|
+
private g2;
|
|
4556
4708
|
}
|
|
4557
4709
|
/**
|
|
4558
4710
|
* @hidden
|
|
@@ -4569,7 +4721,7 @@ export declare class RowSeparator extends DefinitionBase {
|
|
|
4569
4721
|
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4570
4722
|
protected n(a: CellPath): CellModel;
|
|
4571
4723
|
protected gn(): Brush;
|
|
4572
|
-
protected
|
|
4724
|
+
protected gu(): Brush;
|
|
4573
4725
|
protected gq(): Brush;
|
|
4574
4726
|
protected gr(): Brush;
|
|
4575
4727
|
protected bj(): number;
|
|
@@ -4592,36 +4744,36 @@ export declare class HeaderRowSeparator extends DefinitionBase {
|
|
|
4592
4744
|
*/
|
|
4593
4745
|
export declare abstract class SummaryRow extends DefinitionBase {
|
|
4594
4746
|
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
4747
|
private hu;
|
|
4602
4748
|
get hz(): Brush;
|
|
4603
4749
|
set hz(a: Brush);
|
|
4604
4750
|
private hs;
|
|
4605
4751
|
get hw(): Brush;
|
|
4606
4752
|
set hw(a: Brush);
|
|
4607
|
-
private
|
|
4753
|
+
private hv;
|
|
4754
|
+
get h0(): Brush;
|
|
4755
|
+
set h0(a: Brush);
|
|
4756
|
+
private ht;
|
|
4757
|
+
get hx(): Brush;
|
|
4758
|
+
set hx(a: Brush);
|
|
4759
|
+
private g3;
|
|
4608
4760
|
get summaryNameTextStyle(): FontInfo;
|
|
4609
4761
|
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);
|
|
4762
|
+
private g2;
|
|
4763
|
+
get g4(): FontInfo;
|
|
4764
|
+
set g4(a: FontInfo);
|
|
4619
4765
|
private g8;
|
|
4620
4766
|
get hc(): number;
|
|
4621
4767
|
set hc(a: number);
|
|
4622
|
-
private
|
|
4623
|
-
get
|
|
4624
|
-
set
|
|
4768
|
+
private ha;
|
|
4769
|
+
get he(): number;
|
|
4770
|
+
set he(a: number);
|
|
4771
|
+
private g9;
|
|
4772
|
+
get hd(): number;
|
|
4773
|
+
set hd(a: number);
|
|
4774
|
+
private g7;
|
|
4775
|
+
get hb(): number;
|
|
4776
|
+
set hb(a: number);
|
|
4625
4777
|
constructor();
|
|
4626
4778
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4627
4779
|
protected n(a: CellPath): CellModel;
|
|
@@ -4629,16 +4781,15 @@ export declare abstract class SummaryRow extends DefinitionBase {
|
|
|
4629
4781
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4630
4782
|
protected es(a: DataGrid, b: DataGrid): void;
|
|
4631
4783
|
protected e4(): void;
|
|
4632
|
-
protected
|
|
4633
|
-
protected
|
|
4784
|
+
protected hy(): Brush;
|
|
4785
|
+
protected gv(): Brush;
|
|
4634
4786
|
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4635
|
-
protected ho(): void;
|
|
4636
4787
|
protected hp(): void;
|
|
4637
|
-
protected fl(): void;
|
|
4638
4788
|
protected hq(): void;
|
|
4789
|
+
protected hr(): void;
|
|
4639
4790
|
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4640
4791
|
protected ak(): FontInfo;
|
|
4641
|
-
protected
|
|
4792
|
+
protected g5(): FontInfo;
|
|
4642
4793
|
}
|
|
4643
4794
|
/**
|
|
4644
4795
|
* @hidden
|
|
@@ -4648,10 +4799,11 @@ export declare class SummaryRowRoot extends SummaryRow {
|
|
|
4648
4799
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4649
4800
|
protected gn(): Brush;
|
|
4650
4801
|
protected e8(): void;
|
|
4651
|
-
protected ho(): void;
|
|
4652
4802
|
protected hp(): void;
|
|
4653
|
-
protected fk(): void;
|
|
4654
4803
|
protected hq(): void;
|
|
4804
|
+
protected fk(): void;
|
|
4805
|
+
protected fl(): void;
|
|
4806
|
+
protected hr(): void;
|
|
4655
4807
|
}
|
|
4656
4808
|
/**
|
|
4657
4809
|
* @hidden
|
|
@@ -4661,10 +4813,11 @@ export declare class SummaryRowSection extends SummaryRow {
|
|
|
4661
4813
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4662
4814
|
protected gn(): Brush;
|
|
4663
4815
|
protected e8(): void;
|
|
4664
|
-
protected ho(): void;
|
|
4665
4816
|
protected hp(): void;
|
|
4666
|
-
protected fk(): void;
|
|
4667
4817
|
protected hq(): void;
|
|
4818
|
+
protected fk(): void;
|
|
4819
|
+
protected fl(): void;
|
|
4820
|
+
protected hr(): void;
|
|
4668
4821
|
}
|
|
4669
4822
|
/**
|
|
4670
4823
|
* @hidden
|
|
@@ -4676,10 +4829,10 @@ export declare class TemplateColumn extends DataGridColumn {
|
|
|
4676
4829
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4677
4830
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4678
4831
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4679
|
-
|
|
4832
|
+
sf(a: TemplateCellModel, b: any): void;
|
|
4680
4833
|
cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
|
|
4681
4834
|
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4682
|
-
|
|
4835
|
+
h1(): DataGridColumn;
|
|
4683
4836
|
}
|
|
4684
4837
|
/**
|
|
4685
4838
|
* @hidden
|
|
@@ -4698,24 +4851,24 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
|
|
|
4698
4851
|
*/
|
|
4699
4852
|
export declare class TextColumn extends DataGridColumn {
|
|
4700
4853
|
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
|
|
4854
|
+
private sg;
|
|
4855
|
+
get sk(): string;
|
|
4856
|
+
set sk(a: string);
|
|
4857
|
+
get se(): EditorType;
|
|
4858
|
+
set se(a: EditorType);
|
|
4859
|
+
get sf(): any;
|
|
4860
|
+
set sf(a: any);
|
|
4861
|
+
get sh(): string;
|
|
4862
|
+
set sh(a: string);
|
|
4863
|
+
get si(): string;
|
|
4864
|
+
set si(a: string);
|
|
4712
4865
|
protected n(a: CellPath): CellModel;
|
|
4713
4866
|
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4714
4867
|
en(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4715
4868
|
d1(a: DataGrid, b: any, c: any): string;
|
|
4716
|
-
private
|
|
4869
|
+
private sj;
|
|
4717
4870
|
protected d4(a: CellPath, b: DataGrid, c: any): string;
|
|
4718
|
-
|
|
4871
|
+
h1(): DataGridColumn;
|
|
4719
4872
|
}
|
|
4720
4873
|
/**
|
|
4721
4874
|
* @hidden
|