igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +10 -10
- package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
- package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPath.js +79 -69
- package/esm2015/lib/CellPresenterBase.js +46 -46
- package/esm2015/lib/CheckboxListBridge.js +12 -0
- package/esm2015/lib/CheckboxListView_combined.js +329 -283
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +16 -16
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/DraggerView.js +1 -7
- package/esm2015/lib/EditorCell.js +289 -289
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/FilterCell.js +267 -267
- package/esm2015/lib/FilterCellPresenter.js +17 -17
- package/esm2015/lib/GridCellBase.js +210 -202
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
- 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/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/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
- package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
- package/esm2015/lib/ImageCell.js +58 -58
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +30 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +44 -44
- package/esm2015/lib/SummaryCellPresenter.js +9 -9
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +6 -6
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +31 -30
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +181 -175
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +195 -186
- package/esm2015/lib/igx-checkbox-list-component.js +42 -20
- 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 +3 -0
- package/esm2015/lib/igx-data-grid-column-component.js +261 -195
- package/esm2015/lib/igx-data-grid-component.js +226 -33
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
- package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
- 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-definition-base-component.js +44 -44
- 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-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-multi-column-combo-box-component.js +160 -32
- package/esm2015/lib/igx-numeric-cell-info.js +28 -28
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +24 -24
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +23 -23
- package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- 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-header-cell-info.js +67 -40
- package/esm5/lib/AccessibilityRow.js +10 -10
- package/esm5/lib/CanvasCellPresenterBase.js +12 -12
- package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPath.js +79 -65
- package/esm5/lib/CellPresenterBase.js +46 -46
- package/esm5/lib/CheckboxListBridge.js +12 -0
- package/esm5/lib/CheckboxListView_combined.js +332 -278
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +16 -16
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/DraggerView.js +1 -7
- package/esm5/lib/EditorCell.js +276 -276
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/FilterCell.js +257 -257
- package/esm5/lib/FilterCellPresenter.js +17 -17
- package/esm5/lib/GridCellBase.js +205 -193
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
- 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/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/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +240 -177
- package/esm5/lib/ISummaryChooserView_combined.js +4 -4
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +30 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +44 -44
- package/esm5/lib/SummaryCellPresenter.js +9 -9
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +6 -6
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +31 -30
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +185 -179
- package/esm5/lib/TextHeaderCellPresenter.js +66 -57
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +207 -186
- package/esm5/lib/igx-checkbox-list-component.js +49 -19
- 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 +3 -0
- package/esm5/lib/igx-data-grid-column-component.js +285 -195
- package/esm5/lib/igx-data-grid-component.js +246 -33
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
- package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
- 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-definition-base-component.js +44 -44
- 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-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-multi-column-combo-box-component.js +160 -32
- package/esm5/lib/igx-numeric-cell-info.js +28 -28
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +24 -24
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +22 -22
- package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- 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-header-cell-info.js +79 -40
- package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
- package/fesm5/igniteui-angular-data-grids.js +10884 -9697
- package/lib/CellPath.d.ts +21 -20
- package/lib/CheckboxListExternal.d.ts +3 -0
- package/lib/CheckboxListView_combined.d.ts +77 -71
- package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
- package/lib/EditorCell.d.ts +63 -63
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +82 -80
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +61 -52
- package/lib/ImageCell.d.ts +15 -15
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +6 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- 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 +6 -0
- package/lib/igx-checkbox-list-component.d.ts +11 -1
- package/lib/igx-data-grid-column-component.d.ts +31 -1
- package/lib/igx-data-grid-component.d.ts +28 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
- package/lib/igx-summary-row-component.d.ts +3 -3
- package/lib/igx-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
|
@@ -266,6 +266,8 @@ export interface IExternalGrid {
|
|
|
266
266
|
setScrollerVerticalTrackInset(a: number): void;
|
|
267
267
|
setScrollbarStyle(a: ScrollbarStyle): void;
|
|
268
268
|
setScrollbarColor(a: Brush): void;
|
|
269
|
+
setScrollbarHoverColor(a: Brush): void;
|
|
270
|
+
setScrollbarActiveColor(a: Brush): void;
|
|
269
271
|
setClipboardText(a: string): void;
|
|
270
272
|
setBackground(a: Brush): void;
|
|
271
273
|
moveFocusPrevious(): void;
|
|
@@ -491,534 +493,537 @@ export declare abstract class CellModel extends Base {
|
|
|
491
493
|
get p(): DataGrid;
|
|
492
494
|
set p(a: DataGrid);
|
|
493
495
|
constructor();
|
|
494
|
-
private static
|
|
495
|
-
private static
|
|
496
|
-
private static
|
|
497
|
-
static
|
|
496
|
+
private static d5;
|
|
497
|
+
private static d4;
|
|
498
|
+
private static b1;
|
|
499
|
+
static gc(a: string): number;
|
|
498
500
|
s: ICellPresenter;
|
|
499
|
-
static
|
|
501
|
+
static hq: number;
|
|
500
502
|
private t;
|
|
501
503
|
get u(): ModelStates;
|
|
502
504
|
set u(a: ModelStates);
|
|
503
|
-
private
|
|
504
|
-
get
|
|
505
|
-
set
|
|
505
|
+
private iq;
|
|
506
|
+
get lg(): string;
|
|
507
|
+
set lg(a: string);
|
|
506
508
|
private k;
|
|
507
|
-
static
|
|
509
|
+
static hb: number;
|
|
508
510
|
get l(): CellPath;
|
|
509
511
|
set l(a: CellPath);
|
|
510
512
|
private al;
|
|
511
|
-
static
|
|
513
|
+
static fv: number;
|
|
512
514
|
get a1(): boolean;
|
|
513
515
|
set a1(a: boolean);
|
|
514
|
-
|
|
515
|
-
get
|
|
516
|
-
|
|
517
|
-
|
|
516
|
+
ft: number;
|
|
517
|
+
get fr(): number;
|
|
518
|
+
get bt(): boolean;
|
|
519
|
+
get bp(): boolean;
|
|
520
|
+
get bg(): boolean;
|
|
521
|
+
bo: boolean;
|
|
522
|
+
bv: boolean;
|
|
518
523
|
a7: boolean;
|
|
519
524
|
a5: boolean;
|
|
520
|
-
bl: boolean;
|
|
521
|
-
bt: boolean;
|
|
522
|
-
a9: boolean;
|
|
523
525
|
bm: boolean;
|
|
526
|
+
bw: boolean;
|
|
527
|
+
a9: boolean;
|
|
528
|
+
bn: boolean;
|
|
524
529
|
c: ICellActionManager;
|
|
525
530
|
e: IGridInfoRequestor;
|
|
526
531
|
d: ICellModelExportUpdater;
|
|
527
532
|
private an;
|
|
528
|
-
static
|
|
533
|
+
static gl: number;
|
|
529
534
|
get a4(): boolean;
|
|
530
535
|
set a4(a: boolean);
|
|
531
|
-
private
|
|
532
|
-
static
|
|
533
|
-
get
|
|
534
|
-
set
|
|
535
|
-
private
|
|
536
|
-
static e7: number;
|
|
537
|
-
get nn(): Brush;
|
|
538
|
-
set nn(a: Brush);
|
|
539
|
-
private m0;
|
|
536
|
+
private b8;
|
|
537
|
+
static fe: number;
|
|
538
|
+
get cu(): number;
|
|
539
|
+
set cu(a: number);
|
|
540
|
+
private m2;
|
|
540
541
|
static fa: number;
|
|
541
|
-
get
|
|
542
|
-
set
|
|
543
|
-
private
|
|
542
|
+
get nq(): Brush;
|
|
543
|
+
set nq(a: Brush);
|
|
544
|
+
private m3;
|
|
544
545
|
static fd: number;
|
|
545
|
-
get
|
|
546
|
-
set
|
|
547
|
-
private
|
|
548
|
-
static
|
|
549
|
-
get
|
|
550
|
-
set
|
|
551
|
-
private
|
|
552
|
-
static
|
|
553
|
-
get
|
|
554
|
-
set
|
|
555
|
-
|
|
546
|
+
get nr(): Brush;
|
|
547
|
+
set nr(a: Brush);
|
|
548
|
+
private dr;
|
|
549
|
+
static fg: number;
|
|
550
|
+
get ff(): number;
|
|
551
|
+
set ff(a: number);
|
|
552
|
+
private dq;
|
|
553
|
+
static fc: number;
|
|
554
|
+
get fb(): number;
|
|
555
|
+
set fb(a: number);
|
|
556
|
+
private oa;
|
|
557
|
+
static fq: number;
|
|
558
|
+
get ob(): Rect;
|
|
559
|
+
set ob(a: Rect);
|
|
560
|
+
static readonly gr: number;
|
|
556
561
|
private au;
|
|
557
|
-
get
|
|
558
|
-
set
|
|
562
|
+
get bi(): boolean;
|
|
563
|
+
set bi(a: boolean);
|
|
559
564
|
private ax;
|
|
560
|
-
static
|
|
561
|
-
get
|
|
562
|
-
set
|
|
565
|
+
static gt: number;
|
|
566
|
+
get bq(): boolean;
|
|
567
|
+
set bq(a: boolean);
|
|
563
568
|
private ay;
|
|
564
|
-
static
|
|
565
|
-
get
|
|
566
|
-
set
|
|
569
|
+
static gu: number;
|
|
570
|
+
get br(): boolean;
|
|
571
|
+
set br(a: boolean);
|
|
567
572
|
private aw;
|
|
568
|
-
static
|
|
569
|
-
get
|
|
570
|
-
set
|
|
573
|
+
static gs: number;
|
|
574
|
+
get bl(): boolean;
|
|
575
|
+
set bl(a: boolean);
|
|
571
576
|
private as;
|
|
572
|
-
static
|
|
577
|
+
static gq: number;
|
|
573
578
|
get bf(): boolean;
|
|
574
579
|
set bf(a: boolean);
|
|
575
|
-
private
|
|
576
|
-
static
|
|
577
|
-
get
|
|
578
|
-
set
|
|
579
|
-
private
|
|
580
|
+
private d3;
|
|
581
|
+
static gk: number;
|
|
582
|
+
get gj(): number;
|
|
583
|
+
set gj(a: number);
|
|
584
|
+
private by;
|
|
580
585
|
a8(a: string): boolean;
|
|
581
586
|
bc(propertyId_: number): boolean;
|
|
582
587
|
bb(a: string): boolean;
|
|
583
|
-
private
|
|
588
|
+
private dw;
|
|
584
589
|
private a;
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
590
|
+
mf(propertyId_: number): void;
|
|
591
|
+
mc(): void;
|
|
592
|
+
mg(a: string): void;
|
|
588
593
|
private am;
|
|
589
594
|
get a2(): boolean;
|
|
590
595
|
set a2(a: boolean);
|
|
591
596
|
private a0;
|
|
592
|
-
protected
|
|
593
|
-
protected
|
|
594
|
-
protected
|
|
595
|
-
private
|
|
596
|
-
private mf;
|
|
597
|
-
private mg;
|
|
598
|
-
private mh;
|
|
597
|
+
protected mn(a: string, b: number, c: any, d: any): void;
|
|
598
|
+
protected bx(a: string): boolean;
|
|
599
|
+
protected mq(a: string, b: any, c: any): void;
|
|
600
|
+
private mo;
|
|
599
601
|
private mi;
|
|
600
|
-
private mm;
|
|
601
602
|
private mj;
|
|
602
|
-
private
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
private
|
|
606
|
-
|
|
603
|
+
private mk;
|
|
604
|
+
private ml;
|
|
605
|
+
private mp;
|
|
606
|
+
private mm;
|
|
607
|
+
private nx;
|
|
608
|
+
ms(): void;
|
|
609
|
+
protected mt(): void;
|
|
610
|
+
private b0;
|
|
611
|
+
mv(a: string, b: any): void;
|
|
607
612
|
a3(a: string): boolean;
|
|
608
|
-
|
|
609
|
-
|
|
613
|
+
mr(a: string): void;
|
|
614
|
+
ij(a: string): any;
|
|
610
615
|
private q;
|
|
611
616
|
get r(): GridLayer;
|
|
612
617
|
set r(a: GridLayer);
|
|
613
|
-
static
|
|
614
|
-
private
|
|
615
|
-
get
|
|
616
|
-
set
|
|
617
|
-
static readonly
|
|
618
|
+
static hg: number;
|
|
619
|
+
private ii;
|
|
620
|
+
get im(): any;
|
|
621
|
+
set im(a: any);
|
|
622
|
+
static readonly id: number;
|
|
623
|
+
private cp;
|
|
624
|
+
get db(): number;
|
|
625
|
+
set db(a: number);
|
|
626
|
+
static readonly ie: number;
|
|
627
|
+
private cq;
|
|
628
|
+
get dc(): number;
|
|
629
|
+
set dc(a: number);
|
|
630
|
+
static readonly hl: number;
|
|
631
|
+
private ea;
|
|
632
|
+
get hk(): number;
|
|
633
|
+
set hk(a: number);
|
|
634
|
+
static readonly hn: number;
|
|
635
|
+
private eb;
|
|
636
|
+
get hm(): number;
|
|
637
|
+
set hm(a: number);
|
|
638
|
+
static readonly fz: number;
|
|
639
|
+
private ca;
|
|
640
|
+
get cw(): number;
|
|
641
|
+
set cw(a: number);
|
|
642
|
+
static readonly fs: number;
|
|
643
|
+
private b9;
|
|
644
|
+
get cv(): number;
|
|
645
|
+
set cv(a: number);
|
|
646
|
+
static readonly ex: number;
|
|
647
|
+
private b6;
|
|
648
|
+
get cs(): number;
|
|
649
|
+
set cs(a: number);
|
|
650
|
+
static readonly g1: number;
|
|
651
|
+
private ce;
|
|
652
|
+
get c0(): number;
|
|
653
|
+
set c0(a: number);
|
|
654
|
+
static readonly ez: number;
|
|
655
|
+
private b7;
|
|
656
|
+
get ct(): number;
|
|
657
|
+
set ct(a: number);
|
|
658
|
+
static readonly gx: number;
|
|
659
|
+
mh(): void;
|
|
660
|
+
private cc;
|
|
661
|
+
get cy(): number;
|
|
662
|
+
set cy(a: number);
|
|
663
|
+
static readonly h6: number;
|
|
618
664
|
private cm;
|
|
619
665
|
get c8(): number;
|
|
620
666
|
set c8(a: number);
|
|
621
|
-
static readonly
|
|
667
|
+
static readonly gy: number;
|
|
668
|
+
private cd;
|
|
669
|
+
get cz(): number;
|
|
670
|
+
set cz(a: number);
|
|
671
|
+
static readonly h7: number;
|
|
622
672
|
private cn;
|
|
623
673
|
get c9(): number;
|
|
624
674
|
set c9(a: number);
|
|
625
|
-
static readonly
|
|
626
|
-
private
|
|
627
|
-
get
|
|
628
|
-
set
|
|
629
|
-
static readonly
|
|
630
|
-
private
|
|
631
|
-
get
|
|
632
|
-
set
|
|
633
|
-
static readonly fw: number;
|
|
634
|
-
private b7;
|
|
635
|
-
get ct(): number;
|
|
636
|
-
set ct(a: number);
|
|
637
|
-
static readonly fp: number;
|
|
638
|
-
private b6;
|
|
639
|
-
get cs(): number;
|
|
640
|
-
set cs(a: number);
|
|
641
|
-
static readonly eu: number;
|
|
642
|
-
private b3;
|
|
643
|
-
get cp(): number;
|
|
644
|
-
set cp(a: number);
|
|
645
|
-
static readonly gy: number;
|
|
646
|
-
private cb;
|
|
647
|
-
get cx(): number;
|
|
648
|
-
set cx(a: number);
|
|
649
|
-
static readonly ew: number;
|
|
650
|
-
private b4;
|
|
651
|
-
get cq(): number;
|
|
652
|
-
set cq(a: number);
|
|
653
|
-
static readonly gu: number;
|
|
654
|
-
me(): void;
|
|
655
|
-
private b9;
|
|
656
|
-
get cv(): number;
|
|
657
|
-
set cv(a: number);
|
|
658
|
-
static readonly h3: number;
|
|
659
|
-
private cj;
|
|
660
|
-
get c5(): number;
|
|
661
|
-
set c5(a: number);
|
|
675
|
+
static readonly ge: number;
|
|
676
|
+
private d2;
|
|
677
|
+
get gd(): number;
|
|
678
|
+
set gd(a: number);
|
|
679
|
+
static readonly ic: number;
|
|
680
|
+
private ec;
|
|
681
|
+
get ib(): number;
|
|
682
|
+
set ib(a: number);
|
|
662
683
|
static readonly gv: number;
|
|
663
|
-
private ca;
|
|
664
|
-
get cw(): number;
|
|
665
|
-
set cw(a: number);
|
|
666
|
-
static readonly h4: number;
|
|
667
|
-
private ck;
|
|
668
|
-
get c6(): number;
|
|
669
|
-
set c6(a: number);
|
|
670
|
-
static readonly gb: number;
|
|
671
|
-
private dz;
|
|
672
|
-
get ga(): number;
|
|
673
|
-
set ga(a: number);
|
|
674
|
-
static readonly h9: number;
|
|
675
|
-
private d9;
|
|
676
|
-
get h8(): number;
|
|
677
|
-
set h8(a: number);
|
|
678
|
-
static readonly gs: number;
|
|
679
684
|
private az;
|
|
680
|
-
get
|
|
681
|
-
set
|
|
682
|
-
static readonly
|
|
685
|
+
get bu(): boolean;
|
|
686
|
+
set bu(a: boolean);
|
|
687
|
+
static readonly g0: number;
|
|
683
688
|
private v;
|
|
684
689
|
get w(): ModelTypes;
|
|
685
690
|
set w(a: ModelTypes);
|
|
686
|
-
static readonly
|
|
687
|
-
private
|
|
688
|
-
get
|
|
689
|
-
set
|
|
690
|
-
static readonly
|
|
691
|
-
private
|
|
692
|
-
get
|
|
693
|
-
set
|
|
694
|
-
static readonly
|
|
695
|
-
private
|
|
696
|
-
get
|
|
697
|
-
set
|
|
691
|
+
static readonly hi: number;
|
|
692
|
+
private cg;
|
|
693
|
+
get c2(): number;
|
|
694
|
+
set c2(a: number);
|
|
695
|
+
static readonly em: number;
|
|
696
|
+
private b5;
|
|
697
|
+
get cr(): number;
|
|
698
|
+
set cr(a: number);
|
|
699
|
+
static readonly gh: number;
|
|
700
|
+
private cb;
|
|
701
|
+
get cx(): number;
|
|
702
|
+
set cx(a: number);
|
|
698
703
|
private av;
|
|
699
|
-
get
|
|
700
|
-
set
|
|
701
|
-
static readonly
|
|
704
|
+
get bj(): boolean;
|
|
705
|
+
set bj(a: boolean);
|
|
706
|
+
static readonly gf: number;
|
|
702
707
|
private f;
|
|
703
708
|
get g(): CellContentHorizontalAlignment;
|
|
704
709
|
set g(a: CellContentHorizontalAlignment);
|
|
705
|
-
static readonly
|
|
710
|
+
static readonly h9: number;
|
|
706
711
|
private h;
|
|
707
712
|
get i(): CellContentVerticalAlignment;
|
|
708
713
|
set i(a: CellContentVerticalAlignment);
|
|
709
|
-
static readonly
|
|
710
|
-
private my;
|
|
711
|
-
get nm(): Brush;
|
|
712
|
-
set nm(a: Brush);
|
|
713
|
-
static readonly fi: number;
|
|
714
|
+
static readonly e9: number;
|
|
714
715
|
private m1;
|
|
715
716
|
get np(): Brush;
|
|
716
717
|
set np(a: Brush);
|
|
717
|
-
static readonly
|
|
718
|
-
private
|
|
719
|
-
get
|
|
720
|
-
set
|
|
721
|
-
static readonly
|
|
722
|
-
private
|
|
723
|
-
get
|
|
724
|
-
set
|
|
725
|
-
static readonly
|
|
726
|
-
private
|
|
727
|
-
get
|
|
728
|
-
set
|
|
729
|
-
static readonly
|
|
730
|
-
private
|
|
731
|
-
get
|
|
732
|
-
set
|
|
733
|
-
static readonly
|
|
734
|
-
private na;
|
|
735
|
-
get nz(): Brush;
|
|
736
|
-
set nz(a: Brush);
|
|
737
|
-
static readonly hg: number;
|
|
738
|
-
private nb;
|
|
739
|
-
get n0(): Brush;
|
|
740
|
-
set n0(a: Brush);
|
|
741
|
-
static readonly gd: number;
|
|
718
|
+
static readonly fl: number;
|
|
719
|
+
private m4;
|
|
720
|
+
get ns(): Brush;
|
|
721
|
+
set ns(a: Brush);
|
|
722
|
+
static readonly en: number;
|
|
723
|
+
private my;
|
|
724
|
+
get nm(): Brush;
|
|
725
|
+
set nm(a: Brush);
|
|
726
|
+
static readonly es: number;
|
|
727
|
+
private mz;
|
|
728
|
+
get nn(): Brush;
|
|
729
|
+
set nn(a: Brush);
|
|
730
|
+
static readonly eh: number;
|
|
731
|
+
private mx;
|
|
732
|
+
get nl(): Brush;
|
|
733
|
+
set nl(a: Brush);
|
|
734
|
+
static readonly f4: number;
|
|
742
735
|
private m6;
|
|
743
|
-
get
|
|
744
|
-
set
|
|
745
|
-
static readonly
|
|
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;
|
|
736
|
+
get nu(): Brush;
|
|
737
|
+
set nu(a: Brush);
|
|
738
|
+
static readonly hh: number;
|
|
754
739
|
private nd;
|
|
755
740
|
get n2(): Brush;
|
|
756
741
|
set n2(a: Brush);
|
|
757
|
-
static readonly
|
|
742
|
+
static readonly hj: number;
|
|
743
|
+
private ne;
|
|
744
|
+
get n3(): Brush;
|
|
745
|
+
set n3(a: Brush);
|
|
746
|
+
static readonly gg: number;
|
|
758
747
|
private m9;
|
|
759
748
|
get ny(): Brush;
|
|
760
749
|
set ny(a: Brush);
|
|
750
|
+
static readonly gi: number;
|
|
751
|
+
private na;
|
|
752
|
+
get nz(): Brush;
|
|
753
|
+
set nz(a: Brush);
|
|
754
|
+
static readonly hp: number;
|
|
755
|
+
private nf;
|
|
756
|
+
get n4(): Brush;
|
|
757
|
+
set n4(a: Brush);
|
|
758
|
+
static readonly hr: number;
|
|
759
|
+
private ng;
|
|
760
|
+
get n5(): Brush;
|
|
761
|
+
set n5(a: Brush);
|
|
762
|
+
static readonly hd: number;
|
|
763
|
+
private nc;
|
|
764
|
+
get n1(): Brush;
|
|
765
|
+
set n1(a: Brush);
|
|
766
|
+
private nb;
|
|
767
|
+
static readonly gw: number;
|
|
768
|
+
get n0(): Brush;
|
|
769
|
+
set n0(a: Brush);
|
|
761
770
|
private m8;
|
|
762
|
-
static readonly
|
|
763
|
-
get
|
|
764
|
-
set
|
|
771
|
+
static readonly ga: number;
|
|
772
|
+
get nw(): Brush;
|
|
773
|
+
set nw(a: Brush);
|
|
774
|
+
static readonly he: number;
|
|
775
|
+
private cf;
|
|
776
|
+
get c1(): number;
|
|
777
|
+
set c1(a: number);
|
|
778
|
+
static readonly g2: number;
|
|
779
|
+
private ih;
|
|
780
|
+
get il(): any;
|
|
781
|
+
set il(a: any);
|
|
782
|
+
static readonly hf: number;
|
|
783
|
+
private ip;
|
|
784
|
+
get k4(): string;
|
|
785
|
+
set k4(a: string);
|
|
786
|
+
static readonly h8: number;
|
|
787
|
+
private iu;
|
|
788
|
+
get l1(): string;
|
|
789
|
+
set l1(a: string);
|
|
790
|
+
static readonly h4: number;
|
|
791
|
+
private nk;
|
|
792
|
+
get n9(): Brush;
|
|
793
|
+
set n9(a: Brush);
|
|
794
|
+
static readonly e8: number;
|
|
795
|
+
private m0;
|
|
796
|
+
get no(): Brush;
|
|
797
|
+
set no(a: Brush);
|
|
798
|
+
static readonly fu: number;
|
|
765
799
|
private m5;
|
|
766
|
-
static readonly f7: number;
|
|
767
800
|
get nt(): Brush;
|
|
768
801
|
set nt(a: Brush);
|
|
769
|
-
static readonly
|
|
770
|
-
private cc;
|
|
771
|
-
get cy(): number;
|
|
772
|
-
set cy(a: number);
|
|
773
|
-
static readonly gz: number;
|
|
774
|
-
private id;
|
|
775
|
-
get ii(): any;
|
|
776
|
-
set ii(a: any);
|
|
777
|
-
static readonly hc: number;
|
|
778
|
-
private il;
|
|
779
|
-
get k1(): string;
|
|
780
|
-
set k1(a: string);
|
|
781
|
-
static readonly h5: number;
|
|
782
|
-
private ir;
|
|
783
|
-
get ly(): string;
|
|
784
|
-
set ly(a: string);
|
|
785
|
-
static readonly h1: number;
|
|
786
|
-
private nh;
|
|
787
|
-
get n6(): Brush;
|
|
788
|
-
set n6(a: Brush);
|
|
789
|
-
static readonly e5: number;
|
|
790
|
-
private mx;
|
|
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;
|
|
802
|
+
static readonly gb: number;
|
|
798
803
|
private af;
|
|
799
804
|
get aj(): FontInfo;
|
|
800
805
|
set aj(a: FontInfo);
|
|
801
|
-
static readonly
|
|
806
|
+
static readonly ey: number;
|
|
802
807
|
private ad;
|
|
803
808
|
get ah(): FontInfo;
|
|
804
809
|
set ah(a: FontInfo);
|
|
805
|
-
static readonly
|
|
806
|
-
private
|
|
807
|
-
get
|
|
808
|
-
set
|
|
809
|
-
static readonly
|
|
810
|
-
private
|
|
811
|
-
get
|
|
812
|
-
set
|
|
813
|
-
static readonly
|
|
810
|
+
static readonly h3: number;
|
|
811
|
+
private it;
|
|
812
|
+
get ls(): string;
|
|
813
|
+
set ls(a: string);
|
|
814
|
+
static readonly h1: number;
|
|
815
|
+
private nj;
|
|
816
|
+
get n8(): Brush;
|
|
817
|
+
set n8(a: Brush);
|
|
818
|
+
static readonly h2: number;
|
|
814
819
|
private ag;
|
|
815
820
|
get ak(): FontInfo;
|
|
816
821
|
set ak(a: FontInfo);
|
|
817
|
-
static readonly
|
|
818
|
-
private
|
|
822
|
+
static readonly hu: number;
|
|
823
|
+
private is;
|
|
824
|
+
get lk(): string;
|
|
825
|
+
set lk(a: string);
|
|
826
|
+
static readonly hs: number;
|
|
827
|
+
private ir;
|
|
819
828
|
get lh(): string;
|
|
820
829
|
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;
|
|
834
|
-
private cf;
|
|
835
|
-
get c1(): number;
|
|
836
|
-
set c1(a: number);
|
|
837
830
|
static readonly hv: number;
|
|
838
|
-
private
|
|
839
|
-
get
|
|
840
|
-
set
|
|
841
|
-
static readonly hw: number;
|
|
842
|
-
private ch;
|
|
843
|
-
get c3(): number;
|
|
844
|
-
set c3(a: number);
|
|
831
|
+
private ni;
|
|
832
|
+
get n7(): Brush;
|
|
833
|
+
set n7(a: Brush);
|
|
845
834
|
static readonly ht: number;
|
|
846
|
-
private
|
|
847
|
-
get
|
|
848
|
-
set
|
|
835
|
+
private nh;
|
|
836
|
+
get n6(): Brush;
|
|
837
|
+
set n6(a: Brush);
|
|
849
838
|
static readonly hx: number;
|
|
850
839
|
private ci;
|
|
851
840
|
get c4(): number;
|
|
852
841
|
set c4(a: number);
|
|
853
|
-
static readonly
|
|
842
|
+
static readonly hy: number;
|
|
843
|
+
private cj;
|
|
844
|
+
get c5(): number;
|
|
845
|
+
set c5(a: number);
|
|
846
|
+
static readonly hz: number;
|
|
847
|
+
private ck;
|
|
848
|
+
get c6(): number;
|
|
849
|
+
set c6(a: number);
|
|
850
|
+
static readonly hw: number;
|
|
851
|
+
private ch;
|
|
852
|
+
get c3(): number;
|
|
853
|
+
set c3(a: number);
|
|
854
|
+
static readonly h0: number;
|
|
855
|
+
private cl;
|
|
856
|
+
get c7(): number;
|
|
857
|
+
set c7(a: number);
|
|
858
|
+
static readonly h5: number;
|
|
854
859
|
private z;
|
|
855
860
|
get aa(): TextCellDecoration;
|
|
856
861
|
set aa(a: TextCellDecoration);
|
|
857
|
-
static readonly
|
|
862
|
+
static readonly gz: number;
|
|
858
863
|
private ab;
|
|
859
864
|
get ac(): TextCellLineBreakMode;
|
|
860
865
|
set ac(a: TextCellLineBreakMode);
|
|
861
|
-
static readonly
|
|
862
|
-
private
|
|
863
|
-
get
|
|
864
|
-
set
|
|
865
|
-
static readonly
|
|
866
|
-
private
|
|
867
|
-
get
|
|
868
|
-
set
|
|
869
|
-
static readonly
|
|
866
|
+
static readonly ia: number;
|
|
867
|
+
private co;
|
|
868
|
+
get da(): number;
|
|
869
|
+
set da(a: number);
|
|
870
|
+
static readonly g6: number;
|
|
871
|
+
private d7;
|
|
872
|
+
get g5(): number;
|
|
873
|
+
set g5(a: number);
|
|
874
|
+
static readonly ha: number;
|
|
875
|
+
private d9;
|
|
876
|
+
get g9(): number;
|
|
877
|
+
set g9(a: number);
|
|
878
|
+
static readonly g8: number;
|
|
879
|
+
private d8;
|
|
880
|
+
get g7(): number;
|
|
881
|
+
set g7(a: number);
|
|
882
|
+
static readonly g4: number;
|
|
870
883
|
private d6;
|
|
871
|
-
get
|
|
872
|
-
set
|
|
873
|
-
static readonly
|
|
874
|
-
private
|
|
875
|
-
get
|
|
876
|
-
set
|
|
877
|
-
static readonly
|
|
878
|
-
private
|
|
879
|
-
get
|
|
880
|
-
set
|
|
881
|
-
static readonly
|
|
882
|
-
private
|
|
883
|
-
get
|
|
884
|
-
set
|
|
885
|
-
static readonly
|
|
884
|
+
get g3(): number;
|
|
885
|
+
set g3(a: number);
|
|
886
|
+
static readonly e3: number;
|
|
887
|
+
private dm;
|
|
888
|
+
get e2(): number;
|
|
889
|
+
set e2(a: number);
|
|
890
|
+
static readonly e7: number;
|
|
891
|
+
private dp;
|
|
892
|
+
get e6(): number;
|
|
893
|
+
set e6(a: number);
|
|
894
|
+
static readonly e5: number;
|
|
895
|
+
private dn;
|
|
896
|
+
get e4(): number;
|
|
897
|
+
set e4(a: number);
|
|
898
|
+
static readonly e1: number;
|
|
886
899
|
private dl;
|
|
887
|
-
get
|
|
888
|
-
set
|
|
889
|
-
static readonly e2: number;
|
|
890
|
-
private dk;
|
|
891
|
-
get e1(): number;
|
|
892
|
-
set e1(a: number);
|
|
893
|
-
static readonly ey: number;
|
|
894
|
-
private di;
|
|
895
|
-
get ex(): number;
|
|
896
|
-
set ex(a: number);
|
|
897
|
-
static readonly fh: number;
|
|
898
|
-
private dq;
|
|
899
|
-
get fg(): number;
|
|
900
|
-
set fg(a: number);
|
|
901
|
-
static readonly fm: number;
|
|
902
|
-
private ds;
|
|
903
|
-
get fl(): number;
|
|
904
|
-
set fl(a: number);
|
|
900
|
+
get e0(): number;
|
|
901
|
+
set e0(a: number);
|
|
905
902
|
static readonly fk: number;
|
|
906
|
-
private
|
|
903
|
+
private dt;
|
|
907
904
|
get fj(): number;
|
|
908
905
|
set fj(a: number);
|
|
909
|
-
static readonly
|
|
910
|
-
private
|
|
911
|
-
get
|
|
912
|
-
set
|
|
913
|
-
static readonly
|
|
914
|
-
private
|
|
915
|
-
get
|
|
916
|
-
set
|
|
917
|
-
static readonly
|
|
918
|
-
private
|
|
919
|
-
get
|
|
920
|
-
set
|
|
906
|
+
static readonly fp: number;
|
|
907
|
+
private dv;
|
|
908
|
+
get fo(): number;
|
|
909
|
+
set fo(a: number);
|
|
910
|
+
static readonly fn: number;
|
|
911
|
+
private du;
|
|
912
|
+
get fm(): number;
|
|
913
|
+
set fm(a: number);
|
|
914
|
+
static readonly fi: number;
|
|
915
|
+
private ds;
|
|
916
|
+
get fh(): number;
|
|
917
|
+
set fh(a: number);
|
|
921
918
|
static readonly eg: number;
|
|
922
|
-
private
|
|
919
|
+
private de;
|
|
923
920
|
get ef(): number;
|
|
924
921
|
set ef(a: number);
|
|
925
|
-
static readonly
|
|
926
|
-
private
|
|
927
|
-
get
|
|
928
|
-
set
|
|
929
|
-
static readonly
|
|
930
|
-
private
|
|
931
|
-
get
|
|
932
|
-
set
|
|
933
|
-
static readonly
|
|
934
|
-
private
|
|
935
|
-
get
|
|
936
|
-
set
|
|
922
|
+
static readonly el: number;
|
|
923
|
+
private dg;
|
|
924
|
+
get ek(): number;
|
|
925
|
+
set ek(a: number);
|
|
926
|
+
static readonly ej: number;
|
|
927
|
+
private df;
|
|
928
|
+
get ei(): number;
|
|
929
|
+
set ei(a: number);
|
|
930
|
+
static readonly ee: number;
|
|
931
|
+
private dd;
|
|
932
|
+
get ed(): number;
|
|
933
|
+
set ed(a: number);
|
|
937
934
|
static readonly f3: number;
|
|
938
|
-
private
|
|
935
|
+
private dz;
|
|
939
936
|
get f2(): number;
|
|
940
937
|
set f2(a: number);
|
|
941
|
-
static readonly
|
|
942
|
-
private
|
|
943
|
-
get
|
|
944
|
-
set
|
|
945
|
-
static readonly
|
|
946
|
-
private
|
|
947
|
-
get
|
|
948
|
-
set
|
|
949
|
-
static readonly
|
|
950
|
-
private
|
|
951
|
-
get
|
|
952
|
-
set
|
|
938
|
+
static readonly f8: number;
|
|
939
|
+
private d1;
|
|
940
|
+
get f7(): number;
|
|
941
|
+
set f7(a: number);
|
|
942
|
+
static readonly f6: number;
|
|
943
|
+
private d0;
|
|
944
|
+
get f5(): number;
|
|
945
|
+
set f5(a: number);
|
|
946
|
+
static readonly f1: number;
|
|
947
|
+
private dy;
|
|
948
|
+
get f0(): number;
|
|
949
|
+
set f0(a: number);
|
|
953
950
|
static readonly er: number;
|
|
954
|
-
private
|
|
951
|
+
private di;
|
|
955
952
|
get eq(): number;
|
|
956
953
|
set eq(a: number);
|
|
957
|
-
static readonly
|
|
958
|
-
private
|
|
959
|
-
get
|
|
960
|
-
set
|
|
961
|
-
static readonly
|
|
954
|
+
static readonly ew: number;
|
|
955
|
+
private dk;
|
|
956
|
+
get ev(): number;
|
|
957
|
+
set ev(a: number);
|
|
958
|
+
static readonly eu: number;
|
|
959
|
+
private dj;
|
|
960
|
+
get et(): number;
|
|
961
|
+
set et(a: number);
|
|
962
|
+
static readonly ep: number;
|
|
963
|
+
private dh;
|
|
964
|
+
get eo(): number;
|
|
965
|
+
set eo(a: number);
|
|
966
|
+
static readonly ho: number;
|
|
962
967
|
private m;
|
|
963
968
|
get n(): ColumnSortDirection;
|
|
964
969
|
set n(a: ColumnSortDirection);
|
|
965
|
-
static readonly
|
|
970
|
+
static readonly gp: number;
|
|
966
971
|
private ar;
|
|
967
972
|
get be(): boolean;
|
|
968
973
|
set be(a: boolean);
|
|
969
|
-
static readonly
|
|
974
|
+
static readonly gm: number;
|
|
970
975
|
private ao;
|
|
971
976
|
get a6(): boolean;
|
|
972
977
|
set a6(a: boolean);
|
|
973
|
-
static readonly
|
|
974
|
-
private
|
|
975
|
-
get
|
|
976
|
-
set
|
|
977
|
-
static readonly
|
|
978
|
+
static readonly f9: number;
|
|
979
|
+
private m7;
|
|
980
|
+
get nv(): Brush;
|
|
981
|
+
set nv(a: Brush);
|
|
982
|
+
static readonly hc: number;
|
|
978
983
|
private x;
|
|
979
984
|
get y(): PinnedPositions;
|
|
980
985
|
set y(a: PinnedPositions);
|
|
981
|
-
static readonly
|
|
986
|
+
static readonly fx: number;
|
|
982
987
|
private ae;
|
|
983
988
|
get ai(): FontInfo;
|
|
984
989
|
set ai(a: FontInfo);
|
|
985
|
-
static readonly
|
|
990
|
+
static readonly go: number;
|
|
986
991
|
private aq;
|
|
987
992
|
get bd(): boolean;
|
|
988
993
|
set bd(a: boolean);
|
|
989
|
-
static readonly
|
|
994
|
+
static readonly gn: number;
|
|
990
995
|
private ap;
|
|
991
996
|
get ba(): boolean;
|
|
992
997
|
set ba(a: boolean);
|
|
993
|
-
static readonly
|
|
994
|
-
private
|
|
995
|
-
get
|
|
996
|
-
set
|
|
997
|
-
|
|
998
|
-
private
|
|
999
|
-
get
|
|
1000
|
-
set
|
|
998
|
+
static readonly fw: number;
|
|
999
|
+
private io;
|
|
1000
|
+
get jv(): string;
|
|
1001
|
+
set jv(a: string);
|
|
1002
|
+
bk: boolean;
|
|
1003
|
+
private dx;
|
|
1004
|
+
get fy(): number;
|
|
1005
|
+
set fy(a: number);
|
|
1001
1006
|
private at;
|
|
1002
|
-
get
|
|
1003
|
-
set
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
protected
|
|
1007
|
+
get bh(): boolean;
|
|
1008
|
+
set bh(a: boolean);
|
|
1009
|
+
ig: number;
|
|
1010
|
+
ma(): void;
|
|
1011
|
+
protected mb(): void;
|
|
1007
1012
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
1008
1013
|
b(a: CellModelExport): CellModelExport;
|
|
1014
|
+
private static b2;
|
|
1015
|
+
protected me(): void;
|
|
1009
1016
|
private static bz;
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
ih(a: string): any;
|
|
1017
|
-
mr(a: string, b: any): void;
|
|
1017
|
+
private b3;
|
|
1018
|
+
protected md(): void;
|
|
1019
|
+
l8(a: string): Type;
|
|
1020
|
+
mw(a: string, b: any): void;
|
|
1021
|
+
ik(a: string): any;
|
|
1022
|
+
mu(a: string, b: any): void;
|
|
1018
1023
|
cellReconciling: (model: CellModel) => void;
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1024
|
+
bs(a: DataSourceRowType): boolean;
|
|
1025
|
+
j7(): string;
|
|
1026
|
+
l9(a: List$1<GridConditionalStyle>): void;
|
|
1022
1027
|
}
|
|
1023
1028
|
/**
|
|
1024
1029
|
* @hidden
|
|
@@ -1026,42 +1031,42 @@ export declare abstract class CellModel extends Base {
|
|
|
1026
1031
|
export declare class DateTimeCellModel extends CellModel {
|
|
1027
1032
|
static $t: Type;
|
|
1028
1033
|
constructor();
|
|
1029
|
-
static readonly ol: number;
|
|
1030
|
-
private oi;
|
|
1031
|
-
get oj(): Date;
|
|
1032
|
-
set oj(a: Date);
|
|
1033
1034
|
static readonly oo: number;
|
|
1034
|
-
private
|
|
1035
|
-
get
|
|
1036
|
-
set
|
|
1037
|
-
static readonly
|
|
1038
|
-
private
|
|
1039
|
-
get
|
|
1040
|
-
set
|
|
1041
|
-
ob: BindingFormatter;
|
|
1042
|
-
private os;
|
|
1043
|
-
static readonly om: number;
|
|
1044
|
-
private _formatOverride;
|
|
1045
|
-
get ot(): any;
|
|
1046
|
-
set ot(a: any);
|
|
1047
|
-
static readonly ok: number;
|
|
1048
|
-
private oe;
|
|
1049
|
-
get of(): DateTimeFormats;
|
|
1050
|
-
set of(a: DateTimeFormats);
|
|
1051
|
-
ox(a: Date): string;
|
|
1052
|
-
j4(): string;
|
|
1053
|
-
static readonly op: number;
|
|
1054
|
-
private oc;
|
|
1055
|
-
get od(): DateTimeColumnValueFormatter;
|
|
1056
|
-
set od(a: DateTimeColumnValueFormatter);
|
|
1035
|
+
private ol;
|
|
1036
|
+
get om(): Date;
|
|
1037
|
+
set om(a: Date);
|
|
1038
|
+
static readonly or: number;
|
|
1039
|
+
private ox;
|
|
1040
|
+
get o3(): string;
|
|
1041
|
+
set o3(a: string);
|
|
1057
1042
|
static readonly oq: number;
|
|
1058
|
-
private
|
|
1059
|
-
get
|
|
1060
|
-
set
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1043
|
+
private oc;
|
|
1044
|
+
get od(): any[];
|
|
1045
|
+
set od(a: any[]);
|
|
1046
|
+
oe: BindingFormatter;
|
|
1047
|
+
private ov;
|
|
1048
|
+
static readonly op: number;
|
|
1049
|
+
private _formatOverride;
|
|
1050
|
+
get ow(): any;
|
|
1051
|
+
set ow(a: any);
|
|
1052
|
+
static readonly on: number;
|
|
1053
|
+
private oh;
|
|
1054
|
+
get oi(): DateTimeFormats;
|
|
1055
|
+
set oi(a: DateTimeFormats);
|
|
1056
|
+
o0(a: Date): string;
|
|
1057
|
+
j7(): string;
|
|
1058
|
+
static readonly os: number;
|
|
1059
|
+
private of;
|
|
1060
|
+
get og(): DateTimeColumnValueFormatter;
|
|
1061
|
+
set og(a: DateTimeColumnValueFormatter);
|
|
1062
|
+
static readonly ot: number;
|
|
1063
|
+
private oj;
|
|
1064
|
+
get ok(): boolean;
|
|
1065
|
+
set ok(a: boolean);
|
|
1066
|
+
protected mq(a: string, b: any, c: any): void;
|
|
1067
|
+
mw(a: string, b: any): void;
|
|
1068
|
+
l8(a: string): Type;
|
|
1069
|
+
ik(a: string): any;
|
|
1065
1070
|
b(a: CellModelExport): CellModelExport;
|
|
1066
1071
|
}
|
|
1067
1072
|
/**
|
|
@@ -1070,102 +1075,102 @@ export declare class DateTimeCellModel extends CellModel {
|
|
|
1070
1075
|
export declare class EditorCellModel extends CellModel {
|
|
1071
1076
|
static $t: Type;
|
|
1072
1077
|
constructor();
|
|
1073
|
-
private
|
|
1074
|
-
private
|
|
1075
|
-
private
|
|
1078
|
+
private or;
|
|
1079
|
+
private oq;
|
|
1080
|
+
private ol;
|
|
1081
|
+
static o1: number;
|
|
1082
|
+
get oo(): boolean;
|
|
1083
|
+
private og;
|
|
1076
1084
|
static oy: number;
|
|
1077
|
-
get
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1085
|
+
get oh(): CellModel;
|
|
1086
|
+
set oh(a: CellModel);
|
|
1087
|
+
private oe;
|
|
1088
|
+
static os: number;
|
|
1089
|
+
get of(): DataSourceSchemaPropertyType;
|
|
1090
|
+
set of(a: DataSourceSchemaPropertyType);
|
|
1091
|
+
private pa;
|
|
1092
|
+
static oz: number;
|
|
1093
|
+
get pk(): string;
|
|
1094
|
+
set pk(a: string);
|
|
1095
|
+
o7: any;
|
|
1096
|
+
private oi;
|
|
1087
1097
|
static ow: number;
|
|
1088
|
-
get
|
|
1089
|
-
set
|
|
1090
|
-
|
|
1091
|
-
|
|
1098
|
+
get oj(): EditorType;
|
|
1099
|
+
set oj(a: EditorType);
|
|
1100
|
+
private o5;
|
|
1101
|
+
static ou: number;
|
|
1102
|
+
get o6(): any;
|
|
1103
|
+
set o6(a: any);
|
|
1104
|
+
private o9;
|
|
1105
|
+
static ov: number;
|
|
1106
|
+
get pf(): string;
|
|
1107
|
+
set pf(a: string);
|
|
1108
|
+
private oc;
|
|
1109
|
+
static ox: number;
|
|
1110
|
+
get od(): string[];
|
|
1111
|
+
set od(a: string[]);
|
|
1112
|
+
static o0: number;
|
|
1113
|
+
private ok;
|
|
1114
|
+
get on(): boolean;
|
|
1115
|
+
set on(a: boolean);
|
|
1092
1116
|
static ot: number;
|
|
1093
|
-
|
|
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;
|
|
1117
|
+
private o8;
|
|
1101
1118
|
get pc(): string;
|
|
1102
1119
|
set pc(a: string);
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
get
|
|
1106
|
-
set
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
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;
|
|
1120
|
+
static readonly o2: number;
|
|
1121
|
+
private om;
|
|
1122
|
+
get op(): boolean;
|
|
1123
|
+
set op(a: boolean);
|
|
1124
|
+
get o4(): number;
|
|
1125
|
+
get o3(): number;
|
|
1126
|
+
protected mt(): void;
|
|
1127
|
+
protected mq(a: string, b: any, c: any): void;
|
|
1128
|
+
l8(a: string): Type;
|
|
1129
|
+
mw(a: string, b: any): void;
|
|
1130
|
+
ik(a: string): any;
|
|
1126
1131
|
b(a: CellModelExport): CellModelExport;
|
|
1127
|
-
private
|
|
1132
|
+
private pp;
|
|
1128
1133
|
}
|
|
1129
1134
|
/**
|
|
1130
1135
|
* @hidden
|
|
1131
1136
|
*/
|
|
1132
1137
|
export declare class FilterCellModel extends CellModel {
|
|
1133
1138
|
static $t: Type;
|
|
1134
|
-
static readonly or: number;
|
|
1135
|
-
private od;
|
|
1136
|
-
get oe(): DataSourceSchemaPropertyType;
|
|
1137
|
-
set oe(a: DataSourceSchemaPropertyType);
|
|
1138
1139
|
static readonly ou: number;
|
|
1139
|
-
private
|
|
1140
|
-
get
|
|
1141
|
-
set
|
|
1142
|
-
static readonly
|
|
1143
|
-
private
|
|
1144
|
-
get
|
|
1145
|
-
set
|
|
1146
|
-
static readonly
|
|
1147
|
-
private
|
|
1148
|
-
get
|
|
1149
|
-
set
|
|
1150
|
-
static
|
|
1151
|
-
private
|
|
1152
|
-
get
|
|
1153
|
-
set
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1140
|
+
private og;
|
|
1141
|
+
get oh(): DataSourceSchemaPropertyType;
|
|
1142
|
+
set oh(a: DataSourceSchemaPropertyType);
|
|
1143
|
+
static readonly ox: number;
|
|
1144
|
+
private oe;
|
|
1145
|
+
get of(): ColumnFilterCondition;
|
|
1146
|
+
set of(a: ColumnFilterCondition);
|
|
1147
|
+
static readonly ov: number;
|
|
1148
|
+
private oi;
|
|
1149
|
+
get oj(): IFilterExpression;
|
|
1150
|
+
set oj(a: IFilterExpression);
|
|
1151
|
+
static readonly ow: number;
|
|
1152
|
+
private ok;
|
|
1153
|
+
get ol(): GridFilterOperandsCollection;
|
|
1154
|
+
set ol(a: GridFilterOperandsCollection);
|
|
1155
|
+
static oy: number;
|
|
1156
|
+
private om;
|
|
1157
|
+
get on(): boolean;
|
|
1158
|
+
set on(a: boolean);
|
|
1159
|
+
private oc;
|
|
1160
|
+
get od(): ColumnComparisonConditionOperatorType;
|
|
1161
|
+
set od(a: ColumnComparisonConditionOperatorType);
|
|
1162
|
+
oz: any;
|
|
1163
|
+
ot: number;
|
|
1164
|
+
os: number;
|
|
1165
|
+
or: number;
|
|
1158
1166
|
oq: number;
|
|
1159
1167
|
op: number;
|
|
1160
1168
|
oo: number;
|
|
1161
|
-
on: number;
|
|
1162
|
-
om: number;
|
|
1163
|
-
ol: number;
|
|
1164
1169
|
constructor();
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1170
|
+
mw(a: string, b: any): void;
|
|
1171
|
+
l8(a: string): Type;
|
|
1172
|
+
ik(a: string): any;
|
|
1173
|
+
mu(a: string, b: any): void;
|
|
1169
1174
|
b(a: CellModelExport): CellModelExport;
|
|
1170
1175
|
}
|
|
1171
1176
|
/**
|
|
@@ -1181,24 +1186,24 @@ export declare class EditorRowCellModel extends CellModel {
|
|
|
1181
1186
|
export declare class SummaryCellModel extends CellModel {
|
|
1182
1187
|
static $t: Type;
|
|
1183
1188
|
constructor();
|
|
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
1189
|
static readonly oe: number;
|
|
1193
|
-
private
|
|
1194
|
-
get
|
|
1195
|
-
set
|
|
1196
|
-
static readonly
|
|
1197
|
-
private
|
|
1198
|
-
get
|
|
1199
|
-
set
|
|
1190
|
+
private oi;
|
|
1191
|
+
get ok(): string;
|
|
1192
|
+
set ok(a: string);
|
|
1193
|
+
static readonly of: number;
|
|
1194
|
+
private oj;
|
|
1195
|
+
get om(): string;
|
|
1196
|
+
set om(a: string);
|
|
1197
|
+
static readonly oh: number;
|
|
1198
|
+
private oq;
|
|
1199
|
+
get or(): Brush;
|
|
1200
|
+
set or(a: Brush);
|
|
1201
|
+
static readonly og: number;
|
|
1202
|
+
private oc;
|
|
1203
|
+
get od(): FontInfo;
|
|
1204
|
+
set od(a: FontInfo);
|
|
1200
1205
|
b(a: CellModelExport): CellModelExport;
|
|
1201
|
-
|
|
1206
|
+
bs(a: DataSourceRowType): boolean;
|
|
1202
1207
|
}
|
|
1203
1208
|
/**
|
|
1204
1209
|
* @hidden
|
|
@@ -1213,22 +1218,22 @@ export declare class VerticalSeparatorCellModel extends CellModel {
|
|
|
1213
1218
|
export declare class ImageCellModel extends CellModel {
|
|
1214
1219
|
static $t: Type;
|
|
1215
1220
|
constructor();
|
|
1216
|
-
static readonly
|
|
1217
|
-
private
|
|
1218
|
-
get
|
|
1219
|
-
set
|
|
1220
|
-
static readonly
|
|
1221
|
-
private
|
|
1222
|
-
get
|
|
1223
|
-
set
|
|
1224
|
-
static readonly
|
|
1225
|
-
private
|
|
1226
|
-
get
|
|
1227
|
-
set
|
|
1221
|
+
static readonly og: number;
|
|
1222
|
+
private oj;
|
|
1223
|
+
get ok(): string;
|
|
1224
|
+
set ok(a: string);
|
|
1225
|
+
static readonly oi: number;
|
|
1226
|
+
private oe;
|
|
1227
|
+
get of(): ImageStretchOptions;
|
|
1228
|
+
set of(a: ImageStretchOptions);
|
|
1229
|
+
static readonly oh: number;
|
|
1230
|
+
private oc;
|
|
1231
|
+
get od(): ImageResourceType;
|
|
1232
|
+
set od(a: ImageResourceType);
|
|
1228
1233
|
b(a: CellModelExport): CellModelExport;
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1234
|
+
mw(a: string, b: any): void;
|
|
1235
|
+
l8(a: string): Type;
|
|
1236
|
+
ik(a: string): any;
|
|
1232
1237
|
}
|
|
1233
1238
|
/**
|
|
1234
1239
|
* @hidden
|
|
@@ -1236,71 +1241,71 @@ export declare class ImageCellModel extends CellModel {
|
|
|
1236
1241
|
export declare class NumericCellModel extends CellModel {
|
|
1237
1242
|
static $t: Type;
|
|
1238
1243
|
constructor();
|
|
1239
|
-
static readonly
|
|
1240
|
-
private
|
|
1241
|
-
get
|
|
1242
|
-
set
|
|
1243
|
-
static readonly
|
|
1244
|
+
static readonly o4: number;
|
|
1245
|
+
private om;
|
|
1246
|
+
get on(): number;
|
|
1247
|
+
set on(a: number);
|
|
1248
|
+
static readonly ou: number;
|
|
1249
|
+
private of;
|
|
1250
|
+
get oi(): boolean;
|
|
1251
|
+
set oi(a: boolean);
|
|
1252
|
+
static readonly ot: number;
|
|
1253
|
+
private pb;
|
|
1254
|
+
get pi(): string;
|
|
1255
|
+
set pi(a: string);
|
|
1256
|
+
static readonly os: number;
|
|
1244
1257
|
private oc;
|
|
1245
|
-
get
|
|
1246
|
-
set
|
|
1247
|
-
|
|
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;
|
|
1258
|
+
get od(): any[];
|
|
1259
|
+
set od(a: any[]);
|
|
1260
|
+
oe: BindingFormatter;
|
|
1262
1261
|
private o9;
|
|
1263
|
-
|
|
1264
|
-
|
|
1262
|
+
static readonly or: number;
|
|
1263
|
+
private _formatOverride;
|
|
1264
|
+
get pa(): any;
|
|
1265
|
+
set pa(a: any);
|
|
1265
1266
|
static readonly o2: number;
|
|
1266
|
-
private
|
|
1267
|
+
private pc;
|
|
1268
|
+
get pp(): string;
|
|
1269
|
+
set pp(a: string);
|
|
1270
|
+
static readonly o5: number;
|
|
1271
|
+
private pe;
|
|
1272
|
+
get pu(): string;
|
|
1273
|
+
set pu(a: string);
|
|
1274
|
+
static readonly o3: number;
|
|
1275
|
+
private pd;
|
|
1267
1276
|
get pr(): string;
|
|
1268
1277
|
set pr(a: string);
|
|
1269
|
-
static readonly
|
|
1270
|
-
private
|
|
1271
|
-
get
|
|
1272
|
-
set
|
|
1273
|
-
static readonly
|
|
1274
|
-
private
|
|
1275
|
-
get
|
|
1276
|
-
set
|
|
1277
|
-
static readonly
|
|
1278
|
-
private
|
|
1279
|
-
get
|
|
1280
|
-
set
|
|
1281
|
-
static readonly
|
|
1282
|
-
private
|
|
1283
|
-
get
|
|
1284
|
-
set
|
|
1285
|
-
static readonly
|
|
1286
|
-
private
|
|
1287
|
-
get
|
|
1288
|
-
set
|
|
1289
|
-
static readonly
|
|
1290
|
-
private
|
|
1291
|
-
get
|
|
1292
|
-
set
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
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;
|
|
1278
|
+
static readonly o6: number;
|
|
1279
|
+
private pf;
|
|
1280
|
+
get pw(): string;
|
|
1281
|
+
set pw(a: string);
|
|
1282
|
+
static readonly ox: number;
|
|
1283
|
+
private oo;
|
|
1284
|
+
get ow(): number;
|
|
1285
|
+
set ow(a: number);
|
|
1286
|
+
static readonly oz: number;
|
|
1287
|
+
private op;
|
|
1288
|
+
get oy(): number;
|
|
1289
|
+
set oy(a: number);
|
|
1290
|
+
static readonly o1: number;
|
|
1291
|
+
private oq;
|
|
1292
|
+
get o0(): number;
|
|
1293
|
+
set o0(a: number);
|
|
1294
|
+
static readonly o7: number;
|
|
1295
|
+
private oh;
|
|
1296
|
+
get ol(): boolean;
|
|
1297
|
+
set ol(a: boolean);
|
|
1298
|
+
static readonly ov: number;
|
|
1299
|
+
private og;
|
|
1300
|
+
get ok(): boolean;
|
|
1301
|
+
set ok(a: boolean);
|
|
1302
|
+
oj(): boolean;
|
|
1303
|
+
protected mq(a: string, b: any, c: any): void;
|
|
1304
|
+
mw(a: string, b: any): void;
|
|
1305
|
+
l8(a: string): Type;
|
|
1306
|
+
ik(a: string): any;
|
|
1302
1307
|
b(a: CellModelExport): CellModelExport;
|
|
1303
|
-
|
|
1308
|
+
j7(): string;
|
|
1304
1309
|
}
|
|
1305
1310
|
/**
|
|
1306
1311
|
* @hidden
|
|
@@ -1316,31 +1321,31 @@ export declare class RowSeparatorModel extends CellModel {
|
|
|
1316
1321
|
export declare class SectionHeaderCellModel extends CellModel {
|
|
1317
1322
|
static $t: Type;
|
|
1318
1323
|
constructor();
|
|
1319
|
-
static readonly of: number;
|
|
1320
|
-
private n9;
|
|
1321
|
-
get ob(): GroupData[];
|
|
1322
|
-
set ob(a: GroupData[]);
|
|
1323
1324
|
static readonly oi: number;
|
|
1324
|
-
private
|
|
1325
|
-
get
|
|
1326
|
-
set
|
|
1327
|
-
static readonly
|
|
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;
|
|
1325
|
+
private oc;
|
|
1326
|
+
get oe(): GroupData[];
|
|
1327
|
+
set oe(a: GroupData[]);
|
|
1328
|
+
static readonly ol: number;
|
|
1336
1329
|
private od;
|
|
1337
|
-
get
|
|
1338
|
-
set
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1330
|
+
get of(): SummaryData[];
|
|
1331
|
+
set of(a: SummaryData[]);
|
|
1332
|
+
static readonly ok: number;
|
|
1333
|
+
private oo;
|
|
1334
|
+
get os(): string;
|
|
1335
|
+
set os(a: string);
|
|
1336
|
+
static readonly oj: number;
|
|
1337
|
+
private on;
|
|
1338
|
+
get oq(): string;
|
|
1339
|
+
set oq(a: string);
|
|
1340
|
+
static readonly om: number;
|
|
1341
|
+
private og;
|
|
1342
|
+
get oh(): GroupSummaryDisplayMode;
|
|
1343
|
+
set oh(a: GroupSummaryDisplayMode);
|
|
1344
|
+
mw(a: string, b: any): void;
|
|
1345
|
+
l8(a: string): Type;
|
|
1346
|
+
ik(a: string): any;
|
|
1342
1347
|
b(a: CellModelExport): CellModelExport;
|
|
1343
|
-
|
|
1348
|
+
bs(a: DataSourceRowType): boolean;
|
|
1344
1349
|
}
|
|
1345
1350
|
/**
|
|
1346
1351
|
* @hidden
|
|
@@ -1348,13 +1353,13 @@ export declare class SectionHeaderCellModel extends CellModel {
|
|
|
1348
1353
|
export declare class TemplateCellModel extends CellModel {
|
|
1349
1354
|
static $t: Type;
|
|
1350
1355
|
constructor();
|
|
1351
|
-
static readonly
|
|
1352
|
-
private
|
|
1353
|
-
get
|
|
1354
|
-
set
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1356
|
+
static readonly oc: number;
|
|
1357
|
+
private od;
|
|
1358
|
+
get oe(): any;
|
|
1359
|
+
set oe(a: any);
|
|
1360
|
+
mw(a: string, b: any): void;
|
|
1361
|
+
l8(a: string): Type;
|
|
1362
|
+
ik(a: string): any;
|
|
1358
1363
|
b(a: CellModelExport): CellModelExport;
|
|
1359
1364
|
}
|
|
1360
1365
|
/**
|
|
@@ -1363,15 +1368,15 @@ export declare class TemplateCellModel extends CellModel {
|
|
|
1363
1368
|
export declare class TextCellModel extends CellModel {
|
|
1364
1369
|
static $t: Type;
|
|
1365
1370
|
constructor();
|
|
1366
|
-
static readonly
|
|
1367
|
-
private
|
|
1368
|
-
get
|
|
1369
|
-
set
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1371
|
+
static readonly oc: number;
|
|
1372
|
+
private od;
|
|
1373
|
+
get oe(): string;
|
|
1374
|
+
set oe(a: string);
|
|
1375
|
+
mw(a: string, b: any): void;
|
|
1376
|
+
l8(a: string): Type;
|
|
1377
|
+
ik(a: string): any;
|
|
1373
1378
|
b(a: CellModelExport): CellModelExport;
|
|
1374
|
-
|
|
1379
|
+
j7(): string;
|
|
1375
1380
|
}
|
|
1376
1381
|
/**
|
|
1377
1382
|
* @hidden
|
|
@@ -1379,85 +1384,97 @@ export declare class TextCellModel extends CellModel {
|
|
|
1379
1384
|
export declare class TextHeaderCellModel extends TextCellModel {
|
|
1380
1385
|
static $t: Type;
|
|
1381
1386
|
constructor();
|
|
1382
|
-
static readonly
|
|
1383
|
-
private
|
|
1384
|
-
get
|
|
1385
|
-
set
|
|
1386
|
-
static readonly
|
|
1387
|
-
private
|
|
1388
|
-
get
|
|
1389
|
-
set
|
|
1390
|
-
static readonly
|
|
1391
|
-
private
|
|
1392
|
-
get
|
|
1393
|
-
set
|
|
1394
|
-
static readonly
|
|
1395
|
-
private
|
|
1396
|
-
get
|
|
1397
|
-
set
|
|
1398
|
-
static readonly
|
|
1399
|
-
private
|
|
1400
|
-
get
|
|
1401
|
-
set
|
|
1402
|
-
static readonly
|
|
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;
|
|
1387
|
+
static readonly pg: number;
|
|
1388
|
+
private os;
|
|
1389
|
+
get ot(): boolean;
|
|
1390
|
+
set ot(a: boolean);
|
|
1391
|
+
static readonly ph: number;
|
|
1392
|
+
private ok;
|
|
1393
|
+
get ol(): SortIndicatorStyle;
|
|
1394
|
+
set ol(a: SortIndicatorStyle);
|
|
1395
|
+
static readonly o2: number;
|
|
1396
|
+
private og;
|
|
1397
|
+
get oh(): ColumnOptionsIconAlignment;
|
|
1398
|
+
set oh(a: ColumnOptionsIconAlignment);
|
|
1399
|
+
static readonly o4: number;
|
|
1400
|
+
private qa;
|
|
1401
|
+
get qo(): Brush;
|
|
1402
|
+
set qo(a: Brush);
|
|
1403
|
+
static readonly o3: number;
|
|
1404
|
+
private oi;
|
|
1405
|
+
get oj(): ColumnOptionsIconBehavior;
|
|
1406
|
+
set oj(a: ColumnOptionsIconBehavior);
|
|
1407
|
+
static readonly pd: number;
|
|
1415
1408
|
private om;
|
|
1416
|
-
get
|
|
1417
|
-
set
|
|
1418
|
-
static readonly
|
|
1419
|
-
private
|
|
1420
|
-
get
|
|
1421
|
-
set
|
|
1409
|
+
get on(): BaseControlTheme;
|
|
1410
|
+
set on(a: BaseControlTheme);
|
|
1411
|
+
static readonly ow: number;
|
|
1412
|
+
private p5;
|
|
1413
|
+
get qj(): Brush;
|
|
1414
|
+
set qj(a: Brush);
|
|
1422
1415
|
static readonly o8: number;
|
|
1423
|
-
private
|
|
1424
|
-
get
|
|
1425
|
-
set
|
|
1416
|
+
private qc;
|
|
1417
|
+
get qq(): Brush;
|
|
1418
|
+
set qq(a: Brush);
|
|
1426
1419
|
static readonly o9: number;
|
|
1427
|
-
private
|
|
1428
|
-
get
|
|
1429
|
-
set
|
|
1420
|
+
private qd;
|
|
1421
|
+
get qr(): Brush;
|
|
1422
|
+
set qr(a: Brush);
|
|
1423
|
+
static readonly o7: number;
|
|
1424
|
+
private qb;
|
|
1425
|
+
get qp(): Brush;
|
|
1426
|
+
set qp(a: Brush);
|
|
1427
|
+
static readonly pb: number;
|
|
1428
|
+
private qf;
|
|
1429
|
+
get qt(): Brush;
|
|
1430
|
+
set qt(a: Brush);
|
|
1431
|
+
static readonly pc: number;
|
|
1432
|
+
private op;
|
|
1433
|
+
get or(): FontInfo;
|
|
1434
|
+
set or(a: FontInfo);
|
|
1435
|
+
static readonly o1: number;
|
|
1436
|
+
private p9;
|
|
1437
|
+
get qn(): Brush;
|
|
1438
|
+
set qn(a: Brush);
|
|
1439
|
+
static readonly pe: number;
|
|
1440
|
+
private qg;
|
|
1441
|
+
get qu(): Brush;
|
|
1442
|
+
set qu(a: Brush);
|
|
1443
|
+
static readonly pf: number;
|
|
1444
|
+
private qh;
|
|
1445
|
+
get qv(): Brush;
|
|
1446
|
+
set qv(a: Brush);
|
|
1447
|
+
static readonly o0: number;
|
|
1448
|
+
private p8;
|
|
1449
|
+
get qm(): Brush;
|
|
1450
|
+
set qm(a: Brush);
|
|
1451
|
+
static readonly pa: number;
|
|
1452
|
+
private qe;
|
|
1453
|
+
get qs(): Brush;
|
|
1454
|
+
set qs(a: Brush);
|
|
1430
1455
|
static readonly ox: number;
|
|
1431
|
-
private
|
|
1432
|
-
get
|
|
1433
|
-
set
|
|
1434
|
-
static readonly
|
|
1435
|
-
private
|
|
1436
|
-
get
|
|
1437
|
-
set
|
|
1438
|
-
static readonly
|
|
1439
|
-
private
|
|
1440
|
-
get
|
|
1441
|
-
set
|
|
1456
|
+
private p6;
|
|
1457
|
+
get qk(): Brush;
|
|
1458
|
+
set qk(a: Brush);
|
|
1459
|
+
static readonly oy: number;
|
|
1460
|
+
private p7;
|
|
1461
|
+
get ql(): Brush;
|
|
1462
|
+
set ql(a: Brush);
|
|
1463
|
+
static readonly oz: number;
|
|
1464
|
+
private oo;
|
|
1465
|
+
get oq(): FontInfo;
|
|
1466
|
+
set oq(a: FontInfo);
|
|
1442
1467
|
static readonly ov: number;
|
|
1443
|
-
private
|
|
1444
|
-
get
|
|
1445
|
-
set
|
|
1446
|
-
static readonly
|
|
1447
|
-
private
|
|
1448
|
-
get
|
|
1449
|
-
set
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
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;
|
|
1468
|
+
private p4;
|
|
1469
|
+
get qi(): Brush;
|
|
1470
|
+
set qi(a: Brush);
|
|
1471
|
+
static readonly o6: number;
|
|
1472
|
+
private ou;
|
|
1473
|
+
get o5(): number;
|
|
1474
|
+
set o5(a: number);
|
|
1475
|
+
mw(a: string, b: any): void;
|
|
1476
|
+
l8(a: string): Type;
|
|
1477
|
+
ik(a: string): any;
|
|
1461
1478
|
b(a: CellModelExport): CellModelExport;
|
|
1462
1479
|
}
|
|
1463
1480
|
/**
|
|
@@ -1729,43 +1746,43 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1729
1746
|
set theme(a: BaseControlTheme);
|
|
1730
1747
|
columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1731
1748
|
columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1732
|
-
|
|
1733
|
-
|
|
1749
|
+
xl(a: DataGridColumn): void;
|
|
1750
|
+
xk(a: DataGridColumn): void;
|
|
1734
1751
|
columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1735
1752
|
columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1736
1753
|
p(a: CellModel): ColumnFilterCondition;
|
|
1737
1754
|
r(a: CellModel): DataSourceSchemaPropertyType;
|
|
1738
|
-
|
|
1755
|
+
xv(a: DataGridColumn): void;
|
|
1739
1756
|
filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
|
|
1740
1757
|
filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1758
|
+
vv(a: CellModel, b: ColumnFilterCondition): void;
|
|
1759
|
+
vu(a: CellModel, b: ColumnFilterCondition): void;
|
|
1760
|
+
xu(a: DataGridColumn): void;
|
|
1744
1761
|
columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1745
1762
|
columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1746
|
-
|
|
1747
|
-
|
|
1763
|
+
xr(a: DataGridColumn): void;
|
|
1764
|
+
xq(a: DataGridColumn): void;
|
|
1748
1765
|
columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1749
1766
|
columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1750
|
-
|
|
1751
|
-
|
|
1767
|
+
xn(a: DataGridColumn): void;
|
|
1768
|
+
xm(a: DataGridColumn): void;
|
|
1752
1769
|
cellPreviewPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1753
|
-
|
|
1770
|
+
xf(a: CellModel): void;
|
|
1754
1771
|
cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1755
|
-
|
|
1772
|
+
xg(a: CellModel): void;
|
|
1756
1773
|
cellPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1757
|
-
|
|
1774
|
+
xd(a: CellModel): void;
|
|
1758
1775
|
cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1759
|
-
|
|
1760
|
-
|
|
1776
|
+
xe(a: CellModel): void;
|
|
1777
|
+
yo(a: number, b: string): void;
|
|
1761
1778
|
cellClicked: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1762
|
-
|
|
1763
|
-
|
|
1779
|
+
ya(a: CellModel): void;
|
|
1780
|
+
aak(a: number): void;
|
|
1764
1781
|
private nh;
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
private
|
|
1782
|
+
x9(a: EditorCellModel): void;
|
|
1783
|
+
w6(a: CellModel, b: MouseButton): void;
|
|
1784
|
+
w4(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1785
|
+
private y7;
|
|
1769
1786
|
private bs;
|
|
1770
1787
|
get columnResizingMode(): ColumnResizingMode;
|
|
1771
1788
|
set columnResizingMode(a: ColumnResizingMode);
|
|
@@ -1776,33 +1793,33 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1776
1793
|
private ig;
|
|
1777
1794
|
get isRowHoverEnabled(): boolean;
|
|
1778
1795
|
set isRowHoverEnabled(a: boolean);
|
|
1779
|
-
private
|
|
1796
|
+
private abu;
|
|
1780
1797
|
get rowHoverBackground(): Brush;
|
|
1781
1798
|
set rowHoverBackground(a: Brush);
|
|
1782
|
-
private
|
|
1799
|
+
private abv;
|
|
1783
1800
|
get rowHoverTextColor(): Brush;
|
|
1784
1801
|
set rowHoverTextColor(a: Brush);
|
|
1785
|
-
private
|
|
1802
|
+
private abm;
|
|
1786
1803
|
get editRowBorder(): Brush;
|
|
1787
1804
|
set editRowBorder(a: Brush);
|
|
1788
|
-
private
|
|
1805
|
+
private ad5;
|
|
1789
1806
|
get editRowBorderWidth(): Thickness;
|
|
1790
1807
|
set editRowBorderWidth(a: Thickness);
|
|
1791
|
-
|
|
1808
|
+
adz: Point;
|
|
1792
1809
|
as: CellPath;
|
|
1793
1810
|
ap: CellPath;
|
|
1794
1811
|
private h4;
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1812
|
+
xb(a: CellModel, b: number, c: number): void;
|
|
1813
|
+
xc(a: CellModel, b: number, c: number): void;
|
|
1814
|
+
xa(a: CellModel, b: number, c: number): void;
|
|
1815
|
+
yg(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1816
|
+
yh(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1800
1817
|
private jp;
|
|
1801
1818
|
private nm;
|
|
1802
1819
|
private get ox();
|
|
1803
1820
|
private set ox(value);
|
|
1804
|
-
|
|
1805
|
-
|
|
1821
|
+
w9(a: CellModel, b: number, c: number): void;
|
|
1822
|
+
yf(a: CellModel, b: number, c: number): void;
|
|
1806
1823
|
private nu;
|
|
1807
1824
|
private im;
|
|
1808
1825
|
private il;
|
|
@@ -1820,16 +1837,16 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1820
1837
|
private n0;
|
|
1821
1838
|
private nz;
|
|
1822
1839
|
private i1;
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1840
|
+
vq(): void;
|
|
1841
|
+
x8(a: CellPath, b: number, c: number, d: boolean): void;
|
|
1842
|
+
x4(a: any, b: DragSelectEventArgs): void;
|
|
1843
|
+
x2(a: any, b: DragSelectEventArgs): void;
|
|
1827
1844
|
private nq;
|
|
1828
1845
|
get oz(): number;
|
|
1829
1846
|
set oz(a: number);
|
|
1830
1847
|
private n1;
|
|
1831
1848
|
private fq;
|
|
1832
|
-
private
|
|
1849
|
+
private x3;
|
|
1833
1850
|
private ao;
|
|
1834
1851
|
private ak;
|
|
1835
1852
|
private al;
|
|
@@ -1837,39 +1854,39 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1837
1854
|
private mq;
|
|
1838
1855
|
private mn;
|
|
1839
1856
|
private mo;
|
|
1840
|
-
private
|
|
1841
|
-
private
|
|
1842
|
-
private
|
|
1843
|
-
private
|
|
1857
|
+
private x5;
|
|
1858
|
+
private x6;
|
|
1859
|
+
private z1;
|
|
1860
|
+
private x7;
|
|
1844
1861
|
private l3;
|
|
1845
1862
|
private l4;
|
|
1846
|
-
private
|
|
1847
|
-
private
|
|
1863
|
+
private z6;
|
|
1864
|
+
private ad1;
|
|
1848
1865
|
private aj;
|
|
1849
1866
|
getHitCell(a: number, b: number): CellModel;
|
|
1850
1867
|
private av;
|
|
1851
1868
|
private jd;
|
|
1852
|
-
private
|
|
1853
|
-
private
|
|
1869
|
+
private v3;
|
|
1870
|
+
private aap;
|
|
1854
1871
|
constructor();
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
private
|
|
1858
|
-
private
|
|
1872
|
+
zr(a: ColumnGroupDescription): void;
|
|
1873
|
+
zs(a: ColumnSummaryDescription): void;
|
|
1874
|
+
private aad;
|
|
1875
|
+
private wd;
|
|
1859
1876
|
private kg;
|
|
1860
|
-
private
|
|
1861
|
-
private
|
|
1862
|
-
private
|
|
1877
|
+
private wa;
|
|
1878
|
+
private aab;
|
|
1879
|
+
private aaj;
|
|
1863
1880
|
private b6;
|
|
1864
1881
|
private i5;
|
|
1865
|
-
private
|
|
1866
|
-
private
|
|
1882
|
+
private z4;
|
|
1883
|
+
private z5;
|
|
1867
1884
|
private i7;
|
|
1868
|
-
private
|
|
1869
|
-
private
|
|
1885
|
+
private z3;
|
|
1886
|
+
private z2;
|
|
1870
1887
|
private i4;
|
|
1871
|
-
private
|
|
1872
|
-
private
|
|
1888
|
+
private y3;
|
|
1889
|
+
private y4;
|
|
1873
1890
|
private c7;
|
|
1874
1891
|
get c8(): GridAnimationManager;
|
|
1875
1892
|
set c8(a: GridAnimationManager);
|
|
@@ -2073,7 +2090,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2073
2090
|
private a0;
|
|
2074
2091
|
get columnExchangingAnimationMode(): ColumnExchangingAnimationMode;
|
|
2075
2092
|
set columnExchangingAnimationMode(a: ColumnExchangingAnimationMode);
|
|
2076
|
-
private
|
|
2093
|
+
private ad6;
|
|
2077
2094
|
get inset(): Thickness;
|
|
2078
2095
|
set inset(a: Thickness);
|
|
2079
2096
|
private cj;
|
|
@@ -2106,7 +2123,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2106
2123
|
get pinnedItems(): GridSelectedItemsCollection;
|
|
2107
2124
|
private ej;
|
|
2108
2125
|
get pinnedKeys(): GridSelectedKeysCollection;
|
|
2109
|
-
private
|
|
2126
|
+
private aaf;
|
|
2110
2127
|
private h1;
|
|
2111
2128
|
get isColumnOptionsEnabled(): boolean;
|
|
2112
2129
|
set isColumnOptionsEnabled(a: boolean);
|
|
@@ -2122,19 +2139,19 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2122
2139
|
private ib;
|
|
2123
2140
|
get isHeaderSeparatorVisible(): boolean;
|
|
2124
2141
|
set isHeaderSeparatorVisible(a: boolean);
|
|
2125
|
-
private
|
|
2142
|
+
private aa2;
|
|
2126
2143
|
get cellSelectedBackground(): Brush;
|
|
2127
2144
|
set cellSelectedBackground(a: Brush);
|
|
2128
|
-
private
|
|
2145
|
+
private aa3;
|
|
2129
2146
|
get cellSelectedTextColor(): Brush;
|
|
2130
2147
|
set cellSelectedTextColor(a: Brush);
|
|
2131
|
-
private
|
|
2148
|
+
private ab5;
|
|
2132
2149
|
get sectionHeaderSelectedBackground(): Brush;
|
|
2133
2150
|
set sectionHeaderSelectedBackground(a: Brush);
|
|
2134
|
-
private
|
|
2151
|
+
private ab8;
|
|
2135
2152
|
get summaryRootBackground(): Brush;
|
|
2136
2153
|
set summaryRootBackground(a: Brush);
|
|
2137
|
-
private
|
|
2154
|
+
private acc;
|
|
2138
2155
|
get summarySectionBackground(): Brush;
|
|
2139
2156
|
set summarySectionBackground(a: Brush);
|
|
2140
2157
|
private mp;
|
|
@@ -2146,29 +2163,29 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2146
2163
|
private ml;
|
|
2147
2164
|
get editOpacity(): number;
|
|
2148
2165
|
set editOpacity(a: number);
|
|
2149
|
-
private
|
|
2166
|
+
private abl;
|
|
2150
2167
|
get deletedTextColor(): Brush;
|
|
2151
2168
|
set deletedTextColor(a: Brush);
|
|
2152
|
-
private
|
|
2169
|
+
private ab7;
|
|
2153
2170
|
get stickyRowBackground(): Brush;
|
|
2154
2171
|
set stickyRowBackground(a: Brush);
|
|
2155
|
-
private
|
|
2172
|
+
private abt;
|
|
2156
2173
|
get pinnedRowBackground(): Brush;
|
|
2157
2174
|
set pinnedRowBackground(a: Brush);
|
|
2158
|
-
private
|
|
2175
|
+
private abs;
|
|
2159
2176
|
get lastStickyRowBackground(): Brush;
|
|
2160
2177
|
set lastStickyRowBackground(a: Brush);
|
|
2161
2178
|
private dj;
|
|
2162
2179
|
private di;
|
|
2163
2180
|
get activeCell(): GridCellPosition;
|
|
2164
2181
|
set activeCell(a: GridCellPosition);
|
|
2165
|
-
private
|
|
2182
|
+
private aa1;
|
|
2166
2183
|
get cellBackground(): Brush;
|
|
2167
2184
|
set cellBackground(a: Brush);
|
|
2168
|
-
private
|
|
2185
|
+
private aa4;
|
|
2169
2186
|
get cellTextColor(): Brush;
|
|
2170
2187
|
set cellTextColor(a: Brush);
|
|
2171
|
-
private
|
|
2188
|
+
private abq;
|
|
2172
2189
|
get headerSortIndicatorColor(): Brush;
|
|
2173
2190
|
set headerSortIndicatorColor(a: Brush);
|
|
2174
2191
|
private f9;
|
|
@@ -2177,14 +2194,14 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2177
2194
|
private gv;
|
|
2178
2195
|
get cellTextStyle(): FontInfo;
|
|
2179
2196
|
set cellTextStyle(a: FontInfo);
|
|
2180
|
-
private
|
|
2197
|
+
private ab3;
|
|
2181
2198
|
get sectionHeaderBackground(): Brush;
|
|
2182
2199
|
set sectionHeaderBackground(a: Brush);
|
|
2183
|
-
private
|
|
2200
|
+
private ab6;
|
|
2184
2201
|
get sectionHeaderTextColor(): Brush;
|
|
2185
2202
|
set sectionHeaderTextColor(a: Brush);
|
|
2186
|
-
private
|
|
2187
|
-
static readonly
|
|
2203
|
+
private ab4;
|
|
2204
|
+
static readonly ua: string;
|
|
2188
2205
|
get sectionHeaderExpansionIndicatorIconColor(): Brush;
|
|
2189
2206
|
set sectionHeaderExpansionIndicatorIconColor(a: Brush);
|
|
2190
2207
|
private g0;
|
|
@@ -2196,7 +2213,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2196
2213
|
private g3;
|
|
2197
2214
|
get summarySectionLabelTextStyle(): FontInfo;
|
|
2198
2215
|
set summarySectionLabelTextStyle(a: FontInfo);
|
|
2199
|
-
private
|
|
2216
|
+
private acb;
|
|
2200
2217
|
get summaryRootValueTextColor(): Brush;
|
|
2201
2218
|
set summaryRootValueTextColor(a: Brush);
|
|
2202
2219
|
private g2;
|
|
@@ -2205,19 +2222,19 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2205
2222
|
private g4;
|
|
2206
2223
|
get summarySectionValueTextStyle(): FontInfo;
|
|
2207
2224
|
set summarySectionValueTextStyle(a: FontInfo);
|
|
2208
|
-
private
|
|
2225
|
+
private acf;
|
|
2209
2226
|
get summarySectionValueTextColor(): Brush;
|
|
2210
2227
|
set summarySectionValueTextColor(a: Brush);
|
|
2211
|
-
private
|
|
2228
|
+
private ab9;
|
|
2212
2229
|
get summaryRootLabelTextColor(): Brush;
|
|
2213
2230
|
set summaryRootLabelTextColor(a: Brush);
|
|
2214
|
-
private
|
|
2231
|
+
private acd;
|
|
2215
2232
|
get summarySectionLabelTextColor(): Brush;
|
|
2216
2233
|
set summarySectionLabelTextColor(a: Brush);
|
|
2217
|
-
private
|
|
2234
|
+
private aca;
|
|
2218
2235
|
get summaryRootSelectedBackground(): Brush;
|
|
2219
2236
|
set summaryRootSelectedBackground(a: Brush);
|
|
2220
|
-
private
|
|
2237
|
+
private ace;
|
|
2221
2238
|
get summarySectionSelectedBackground(): Brush;
|
|
2222
2239
|
set summarySectionSelectedBackground(a: Brush);
|
|
2223
2240
|
private np;
|
|
@@ -2227,31 +2244,31 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2227
2244
|
get headerSeparatorWidth(): number;
|
|
2228
2245
|
set headerSeparatorWidth(a: number);
|
|
2229
2246
|
n4(a: number): number;
|
|
2230
|
-
private
|
|
2247
|
+
private abp;
|
|
2231
2248
|
get headerSeparatorBackground(): Brush;
|
|
2232
2249
|
set headerSeparatorBackground(a: Brush);
|
|
2233
|
-
private
|
|
2250
|
+
private abn;
|
|
2234
2251
|
get headerBackground(): Brush;
|
|
2235
2252
|
set headerBackground(a: Brush);
|
|
2236
|
-
private
|
|
2253
|
+
private abr;
|
|
2237
2254
|
get headerTextColor(): Brush;
|
|
2238
2255
|
set headerTextColor(a: Brush);
|
|
2239
2256
|
private gz;
|
|
2240
2257
|
get headerTextStyle(): FontInfo;
|
|
2241
2258
|
set headerTextStyle(a: FontInfo);
|
|
2242
|
-
private
|
|
2259
|
+
private abw;
|
|
2243
2260
|
get rowSeparatorBackground(): Brush;
|
|
2244
2261
|
set rowSeparatorBackground(a: Brush);
|
|
2245
|
-
private
|
|
2262
|
+
private abo;
|
|
2246
2263
|
get headerRowSeparatorBackground(): Brush;
|
|
2247
2264
|
set headerRowSeparatorBackground(a: Brush);
|
|
2248
|
-
private
|
|
2265
|
+
private abz;
|
|
2249
2266
|
get rowSeparatorStickyRowBackground(): Brush;
|
|
2250
2267
|
set rowSeparatorStickyRowBackground(a: Brush);
|
|
2251
|
-
private
|
|
2268
|
+
private abx;
|
|
2252
2269
|
get rowSeparatorLastStickyRowBackground(): Brush;
|
|
2253
2270
|
set rowSeparatorLastStickyRowBackground(a: Brush);
|
|
2254
|
-
private
|
|
2271
|
+
private aby;
|
|
2255
2272
|
get rowSeparatorPinnedRowBackground(): Brush;
|
|
2256
2273
|
set rowSeparatorPinnedRowBackground(a: Brush);
|
|
2257
2274
|
private nf;
|
|
@@ -2266,10 +2283,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2266
2283
|
private me;
|
|
2267
2284
|
get columnMovingSeparatorOpacity(): number;
|
|
2268
2285
|
set columnMovingSeparatorOpacity(a: number);
|
|
2269
|
-
private
|
|
2286
|
+
private abk;
|
|
2270
2287
|
get columnResizingSeparatorBackground(): Brush;
|
|
2271
2288
|
set columnResizingSeparatorBackground(a: Brush);
|
|
2272
|
-
private
|
|
2289
|
+
private aa5;
|
|
2273
2290
|
get columnMovingSeparatorBackground(): Brush;
|
|
2274
2291
|
set columnMovingSeparatorBackground(a: Brush);
|
|
2275
2292
|
private iw;
|
|
@@ -2278,37 +2295,37 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2278
2295
|
private bi;
|
|
2279
2296
|
get columnOptionsIconAlignment(): ColumnOptionsIconAlignment;
|
|
2280
2297
|
set columnOptionsIconAlignment(a: ColumnOptionsIconAlignment);
|
|
2281
|
-
private
|
|
2298
|
+
private abc;
|
|
2282
2299
|
get columnOptionsIconColor(): Brush;
|
|
2283
2300
|
set columnOptionsIconColor(a: Brush);
|
|
2284
2301
|
private bk;
|
|
2285
2302
|
get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
|
|
2286
2303
|
set columnOptionsIconBehavior(a: ColumnOptionsIconBehavior);
|
|
2287
|
-
private
|
|
2304
|
+
private aay;
|
|
2288
2305
|
get actualBorder(): Brush;
|
|
2289
2306
|
set actualBorder(a: Brush);
|
|
2290
|
-
private
|
|
2307
|
+
private aa0;
|
|
2291
2308
|
get border(): Brush;
|
|
2292
2309
|
set border(a: Brush);
|
|
2293
|
-
private
|
|
2294
|
-
get
|
|
2295
|
-
set
|
|
2296
|
-
private
|
|
2310
|
+
private ad4;
|
|
2311
|
+
get aea(): Thickness;
|
|
2312
|
+
set aea(a: Thickness);
|
|
2313
|
+
private ad2;
|
|
2297
2314
|
get actualBorderWidth(): Thickness;
|
|
2298
2315
|
set actualBorderWidth(a: Thickness);
|
|
2299
|
-
private
|
|
2316
|
+
private ad3;
|
|
2300
2317
|
get borderWidth(): Thickness;
|
|
2301
2318
|
set borderWidth(a: Thickness);
|
|
2302
2319
|
private ip;
|
|
2303
2320
|
get notifyOnAllSelectionChanges(): boolean;
|
|
2304
2321
|
set notifyOnAllSelectionChanges(a: boolean);
|
|
2305
|
-
private
|
|
2306
|
-
get
|
|
2307
|
-
set
|
|
2308
|
-
private
|
|
2322
|
+
private aas;
|
|
2323
|
+
get aaw(): CornerRadius;
|
|
2324
|
+
set aaw(a: CornerRadius);
|
|
2325
|
+
private aar;
|
|
2309
2326
|
get cornerRadius(): CornerRadius;
|
|
2310
2327
|
set cornerRadius(a: CornerRadius);
|
|
2311
|
-
private
|
|
2328
|
+
private aaq;
|
|
2312
2329
|
get actualCornerRadius(): CornerRadius;
|
|
2313
2330
|
set actualCornerRadius(a: CornerRadius);
|
|
2314
2331
|
static readonly isActiveCellStyleEnabledPropertyName: string;
|
|
@@ -2318,10 +2335,10 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2318
2335
|
private i2;
|
|
2319
2336
|
get stopPropagation(): boolean;
|
|
2320
2337
|
set stopPropagation(a: boolean);
|
|
2321
|
-
private
|
|
2338
|
+
private aax;
|
|
2322
2339
|
get actualBackground(): Brush;
|
|
2323
2340
|
set actualBackground(a: Brush);
|
|
2324
|
-
private
|
|
2341
|
+
private aaz;
|
|
2325
2342
|
get background(): Brush;
|
|
2326
2343
|
set background(a: Brush);
|
|
2327
2344
|
private hf;
|
|
@@ -2330,7 +2347,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2330
2347
|
private e5;
|
|
2331
2348
|
get renderingEngine(): ICellRenderingEngine;
|
|
2332
2349
|
set renderingEngine(a: ICellRenderingEngine);
|
|
2333
|
-
private
|
|
2350
|
+
private yk;
|
|
2334
2351
|
private ft;
|
|
2335
2352
|
get responsiveStates(): ResponsiveStatesCollection;
|
|
2336
2353
|
private gn;
|
|
@@ -2363,7 +2380,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2363
2380
|
private pm;
|
|
2364
2381
|
get initialSummaries(): string;
|
|
2365
2382
|
set initialSummaries(a: string);
|
|
2366
|
-
private
|
|
2383
|
+
private wi;
|
|
2367
2384
|
jo(a: any[], b: any[]): boolean;
|
|
2368
2385
|
get sortDescriptions(): ColumnSortDescriptionCollection;
|
|
2369
2386
|
get groupDescriptions(): ColumnGroupDescriptionCollection;
|
|
@@ -2372,7 +2389,7 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2372
2389
|
summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
|
|
2373
2390
|
columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
|
|
2374
2391
|
columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
|
|
2375
|
-
private
|
|
2392
|
+
private xs;
|
|
2376
2393
|
cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
|
|
2377
2394
|
dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
|
|
2378
2395
|
dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
|
|
@@ -2406,13 +2423,13 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2406
2423
|
set autoAcceptEdits(a: boolean);
|
|
2407
2424
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2408
2425
|
postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2409
|
-
protected
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2426
|
+
protected yi(a: string, b: any, c: any): void;
|
|
2427
|
+
zq(): void;
|
|
2428
|
+
za(): void;
|
|
2429
|
+
zb(): void;
|
|
2413
2430
|
calculateCompleted: (sender: any, e: any) => void;
|
|
2414
|
-
|
|
2415
|
-
|
|
2431
|
+
w1(): void;
|
|
2432
|
+
wc(): void;
|
|
2416
2433
|
private iu;
|
|
2417
2434
|
get le(): boolean;
|
|
2418
2435
|
set le(a: boolean);
|
|
@@ -2431,31 +2448,31 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2431
2448
|
private hk;
|
|
2432
2449
|
get i9(): boolean;
|
|
2433
2450
|
set i9(a: boolean);
|
|
2434
|
-
protected
|
|
2435
|
-
private
|
|
2436
|
-
private
|
|
2437
|
-
private
|
|
2451
|
+
protected y5(a: string, b: any, c: any): void;
|
|
2452
|
+
private aah;
|
|
2453
|
+
private aau;
|
|
2454
|
+
private ad9;
|
|
2438
2455
|
syncBorder(): void;
|
|
2439
|
-
private
|
|
2456
|
+
private x1;
|
|
2440
2457
|
private n;
|
|
2441
2458
|
private o;
|
|
2442
2459
|
private h;
|
|
2443
|
-
private
|
|
2444
|
-
private
|
|
2445
|
-
private
|
|
2446
|
-
private
|
|
2447
|
-
private
|
|
2448
|
-
private
|
|
2449
|
-
private
|
|
2450
|
-
private
|
|
2460
|
+
private vx;
|
|
2461
|
+
private zu;
|
|
2462
|
+
private we;
|
|
2463
|
+
private wf;
|
|
2464
|
+
private zv;
|
|
2465
|
+
private wg;
|
|
2466
|
+
private v1;
|
|
2467
|
+
private v0;
|
|
2451
2468
|
rootSummariesChanged: (sender: any, args: DataSourceRootSummariesChangedEventArgs) => void;
|
|
2452
2469
|
private ly;
|
|
2453
|
-
private
|
|
2454
|
-
private
|
|
2455
|
-
private
|
|
2456
|
-
private
|
|
2457
|
-
private
|
|
2458
|
-
|
|
2470
|
+
private r8;
|
|
2471
|
+
private yl;
|
|
2472
|
+
private v8;
|
|
2473
|
+
private vz;
|
|
2474
|
+
private x0;
|
|
2475
|
+
wv(): void;
|
|
2459
2476
|
sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
|
|
2460
2477
|
onSizeChanged(a: number, b: number): void;
|
|
2461
2478
|
viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
|
|
@@ -2469,19 +2486,19 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2469
2486
|
actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
|
|
2470
2487
|
private dp;
|
|
2471
2488
|
get columns(): GridColumnCollection;
|
|
2472
|
-
|
|
2473
|
-
|
|
2489
|
+
ye(a: CellModel, b: any, c: any): void;
|
|
2490
|
+
yd(a: CellModel, b: any, c: any, d: string): void;
|
|
2474
2491
|
ci(a: CellPath): DataGridColumn;
|
|
2475
2492
|
hideThenRemoveColumn(a: DataGridColumn): void;
|
|
2476
2493
|
exchangeColumn(a: DataGridColumn, b: DataGridColumn): void;
|
|
2477
|
-
private
|
|
2494
|
+
private vi;
|
|
2478
2495
|
private io;
|
|
2479
|
-
private
|
|
2496
|
+
private xw;
|
|
2497
|
+
private xt;
|
|
2480
2498
|
private xo;
|
|
2481
|
-
private
|
|
2482
|
-
private
|
|
2483
|
-
private
|
|
2484
|
-
private vr;
|
|
2499
|
+
private vt;
|
|
2500
|
+
private yr;
|
|
2501
|
+
private vw;
|
|
2485
2502
|
pinColumn(a: DataGridColumn, b: PinnedPositions): void;
|
|
2486
2503
|
private lq;
|
|
2487
2504
|
private lr;
|
|
@@ -2493,11 +2510,11 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2493
2510
|
private kv;
|
|
2494
2511
|
private cg;
|
|
2495
2512
|
private cf;
|
|
2496
|
-
private
|
|
2497
|
-
private
|
|
2498
|
-
private
|
|
2513
|
+
private xp;
|
|
2514
|
+
private vs;
|
|
2515
|
+
private aai;
|
|
2499
2516
|
private cl;
|
|
2500
|
-
|
|
2517
|
+
r9(a: CellPath, b: DataGrid, c: any, d: number): string;
|
|
2501
2518
|
am(a: CellPath, b: string): CellModel;
|
|
2502
2519
|
exportVisualModel(): any;
|
|
2503
2520
|
exportSerializedVisualModel(): string;
|
|
@@ -2508,17 +2525,17 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2508
2525
|
scrollToItem(a: any): boolean;
|
|
2509
2526
|
scrollToPrimaryKey(a: any[]): boolean;
|
|
2510
2527
|
scrollToColumnByIndex(a: number): void;
|
|
2511
|
-
private
|
|
2528
|
+
private zx;
|
|
2512
2529
|
ll(a: DataGridColumn): boolean;
|
|
2513
|
-
|
|
2514
|
-
private
|
|
2530
|
+
xz(a: number, b: number): void;
|
|
2531
|
+
private vr;
|
|
2515
2532
|
private od;
|
|
2516
2533
|
private lh;
|
|
2517
2534
|
getLastVisibleIndex(): number;
|
|
2518
2535
|
getFirstVisibleIndex(): number;
|
|
2519
2536
|
of(): number;
|
|
2520
2537
|
ok(): number;
|
|
2521
|
-
|
|
2538
|
+
y0(): void;
|
|
2522
2539
|
jv: boolean;
|
|
2523
2540
|
kf: boolean;
|
|
2524
2541
|
get km(): boolean;
|
|
@@ -2533,15 +2550,15 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2533
2550
|
private l2;
|
|
2534
2551
|
private hm;
|
|
2535
2552
|
private hl;
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2553
|
+
vn(a?: boolean): void;
|
|
2554
|
+
v6(): void;
|
|
2555
|
+
yp(a: any, b: PrimaryKeyValue): void;
|
|
2556
|
+
yq(a: any, b: PrimaryKeyValue): void;
|
|
2557
|
+
yw(a: number, b: any, c: PrimaryKeyValue): void;
|
|
2541
2558
|
private i6;
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
private
|
|
2559
|
+
w2(a: number, b: number, c: string): void;
|
|
2560
|
+
w5(a: number, b: string): void;
|
|
2561
|
+
private w3;
|
|
2545
2562
|
private nx;
|
|
2546
2563
|
private ny;
|
|
2547
2564
|
kx(a: boolean, b: boolean): boolean;
|
|
@@ -2551,15 +2568,15 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2551
2568
|
private oo;
|
|
2552
2569
|
private on;
|
|
2553
2570
|
private oc;
|
|
2554
|
-
|
|
2571
|
+
vo(a: number, b: number, c: boolean, d?: boolean): void;
|
|
2555
2572
|
k2(a: boolean, b: boolean): boolean;
|
|
2556
2573
|
k4(a: boolean, b: boolean): boolean;
|
|
2557
2574
|
k5(a: boolean, b: boolean): boolean;
|
|
2558
2575
|
k6(a: boolean, b: boolean): boolean;
|
|
2559
2576
|
k7(a: boolean, b: boolean): boolean;
|
|
2560
|
-
|
|
2577
|
+
yb(a: boolean, b: boolean): void;
|
|
2561
2578
|
k9(a: boolean, b: boolean): boolean;
|
|
2562
|
-
|
|
2579
|
+
y1(): void;
|
|
2563
2580
|
la(a: boolean, b: boolean): boolean;
|
|
2564
2581
|
kz(a: boolean, b: boolean): boolean;
|
|
2565
2582
|
k0(): boolean;
|
|
@@ -2570,58 +2587,58 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2570
2587
|
lu(): boolean;
|
|
2571
2588
|
lo(a: CellModel): boolean;
|
|
2572
2589
|
jm(a: boolean, b?: boolean): boolean;
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2590
|
+
v5(a: boolean): void;
|
|
2591
|
+
xh(a: PrimaryKeyValue, b: number): void;
|
|
2592
|
+
xi(a: PrimaryKeyValue, b: number): void;
|
|
2576
2593
|
columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
|
|
2577
2594
|
selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
|
|
2578
2595
|
selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
|
|
2579
2596
|
selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
|
|
2580
2597
|
selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
|
|
2581
2598
|
private iv;
|
|
2582
|
-
private
|
|
2599
|
+
private yx;
|
|
2583
2600
|
activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
|
|
2584
2601
|
selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
private
|
|
2592
|
-
private
|
|
2593
|
-
private
|
|
2594
|
-
private
|
|
2602
|
+
aan(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
|
|
2603
|
+
vl(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
|
|
2604
|
+
vm(a: any, b: PrimaryKeyValue, c: boolean): void;
|
|
2605
|
+
aam(a: number, b: any, c: PrimaryKeyValue): void;
|
|
2606
|
+
zn(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
|
|
2607
|
+
zo(a: any, b: PrimaryKeyValue, c: boolean): void;
|
|
2608
|
+
private yt;
|
|
2609
|
+
private yu;
|
|
2610
|
+
private ys;
|
|
2611
|
+
private yv;
|
|
2595
2612
|
private au;
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
private
|
|
2601
|
-
|
|
2602
|
-
private
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2613
|
+
vk(a: number, b: number, c: number, d: number): void;
|
|
2614
|
+
vj(a: CellRange): void;
|
|
2615
|
+
zk(a: CellRange): void;
|
|
2616
|
+
zj(): void;
|
|
2617
|
+
private wt;
|
|
2618
|
+
yy(a: number, b: any, c: any): void;
|
|
2619
|
+
private wj;
|
|
2620
|
+
xj(): void;
|
|
2621
|
+
zt(a: GridConditionalStyle, b: DataGridColumn): void;
|
|
2622
|
+
zp(a: GridConditionalStyle, b: DataGridColumn): void;
|
|
2606
2623
|
l5(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
|
|
2607
2624
|
private lx;
|
|
2608
|
-
|
|
2625
|
+
v7(a: ColumnSummaryDescription): void;
|
|
2609
2626
|
private j8;
|
|
2610
|
-
|
|
2627
|
+
zi(a: ColumnSummaryDescription): void;
|
|
2611
2628
|
invalidateVisibleRows(): void;
|
|
2612
2629
|
pi(a: DataGridColumn): any;
|
|
2613
2630
|
ph(a: DataGridColumn): any;
|
|
2614
2631
|
pj(a: DataGridColumn): any;
|
|
2615
|
-
private
|
|
2632
|
+
private wk;
|
|
2616
2633
|
private og;
|
|
2617
2634
|
private ol;
|
|
2618
|
-
private
|
|
2635
|
+
private wl;
|
|
2619
2636
|
private hz;
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2637
|
+
y6(): void;
|
|
2638
|
+
yc(a: number, b: any): void;
|
|
2639
|
+
yj(a: number, b: any): void;
|
|
2623
2640
|
setActiveResponsiveState(a: string): void;
|
|
2624
|
-
|
|
2641
|
+
z8(a: ResponsiveState): void;
|
|
2625
2642
|
notifySetItem(a: number, b: any, c: any): void;
|
|
2626
2643
|
notifyClearItems(): void;
|
|
2627
2644
|
notifyInsertItem(a: number, b: any): void;
|
|
@@ -2645,18 +2662,18 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2645
2662
|
set reactsToFilterChanges(a: boolean);
|
|
2646
2663
|
aa(a: DataGridColumn): IFilterExpression;
|
|
2647
2664
|
lv(a: CellModel, b: number, c: any, d: any, e: any): boolean;
|
|
2648
|
-
private
|
|
2665
|
+
private aao;
|
|
2649
2666
|
private pa;
|
|
2650
2667
|
columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
|
|
2651
|
-
private
|
|
2668
|
+
private xx;
|
|
2652
2669
|
cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
|
|
2653
|
-
private
|
|
2670
|
+
private w8;
|
|
2654
2671
|
cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
|
|
2655
|
-
private
|
|
2672
|
+
private w7;
|
|
2656
2673
|
rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
|
|
2657
|
-
private
|
|
2674
|
+
private yn;
|
|
2658
2675
|
rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
|
|
2659
|
-
private
|
|
2676
|
+
private ym;
|
|
2660
2677
|
j7(): boolean;
|
|
2661
2678
|
get canUndo(): boolean;
|
|
2662
2679
|
get canRedo(): boolean;
|
|
@@ -2684,8 +2701,8 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2684
2701
|
set enterBehaviorAfterEdit(a: EnterKeyBehaviorAfterEdit);
|
|
2685
2702
|
selectAllRows(): void;
|
|
2686
2703
|
deselectAllRows(): void;
|
|
2687
|
-
private
|
|
2688
|
-
private
|
|
2704
|
+
private rj;
|
|
2705
|
+
private r5;
|
|
2689
2706
|
private ic;
|
|
2690
2707
|
get kh(): boolean;
|
|
2691
2708
|
set kh(a: boolean);
|
|
@@ -2731,11 +2748,11 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2731
2748
|
get clearSelectionOnEscape(): boolean;
|
|
2732
2749
|
set clearSelectionOnEscape(a: boolean);
|
|
2733
2750
|
customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
|
|
2734
|
-
|
|
2751
|
+
xy(a: DataGridColumn, b: FilterOperand, c: any): void;
|
|
2735
2752
|
private nd;
|
|
2736
2753
|
ln(): boolean;
|
|
2737
|
-
|
|
2738
|
-
|
|
2754
|
+
wp(): void;
|
|
2755
|
+
wo(): void;
|
|
2739
2756
|
private id;
|
|
2740
2757
|
get isPagerVisible(): boolean;
|
|
2741
2758
|
set isPagerVisible(a: boolean);
|
|
@@ -2769,43 +2786,58 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2769
2786
|
private gp;
|
|
2770
2787
|
get scrollbarStyle(): ScrollbarStyle;
|
|
2771
2788
|
set scrollbarStyle(a: ScrollbarStyle);
|
|
2772
|
-
private
|
|
2789
|
+
private ab1;
|
|
2773
2790
|
get scrollbarBackground(): Brush;
|
|
2774
2791
|
set scrollbarBackground(a: Brush);
|
|
2775
|
-
private
|
|
2792
|
+
private ab2;
|
|
2793
|
+
get scrollbarHoverBackground(): Brush;
|
|
2794
|
+
set scrollbarHoverBackground(a: Brush);
|
|
2795
|
+
private ab0;
|
|
2796
|
+
get scrollbarActiveBackground(): Brush;
|
|
2797
|
+
set scrollbarActiveBackground(a: Brush);
|
|
2798
|
+
private aa7;
|
|
2776
2799
|
get columnOptionsBackground(): Brush;
|
|
2777
2800
|
set columnOptionsBackground(a: Brush);
|
|
2778
|
-
private
|
|
2801
|
+
private abe;
|
|
2802
|
+
get columnOptionsScrollbarBackground(): Brush;
|
|
2803
|
+
set columnOptionsScrollbarBackground(a: Brush);
|
|
2804
|
+
private abf;
|
|
2805
|
+
get columnOptionsScrollbarHoverBackground(): Brush;
|
|
2806
|
+
set columnOptionsScrollbarHoverBackground(a: Brush);
|
|
2807
|
+
private abd;
|
|
2808
|
+
get columnOptionsScrollbarActiveBackground(): Brush;
|
|
2809
|
+
set columnOptionsScrollbarActiveBackground(a: Brush);
|
|
2810
|
+
private abh;
|
|
2779
2811
|
get columnOptionsTextColor(): Brush;
|
|
2780
2812
|
set columnOptionsTextColor(a: Brush);
|
|
2781
2813
|
private gx;
|
|
2782
2814
|
get columnOptionsTextStyle(): FontInfo;
|
|
2783
2815
|
set columnOptionsTextStyle(a: FontInfo);
|
|
2784
|
-
private
|
|
2816
|
+
private abb;
|
|
2785
2817
|
get columnOptionsHoverBackgroundColor(): Brush;
|
|
2786
2818
|
set columnOptionsHoverBackgroundColor(a: Brush);
|
|
2787
|
-
private
|
|
2819
|
+
private abi;
|
|
2788
2820
|
get columnOptionsToolTipBackgroundColor(): Brush;
|
|
2789
2821
|
set columnOptionsToolTipBackgroundColor(a: Brush);
|
|
2790
|
-
private
|
|
2822
|
+
private abj;
|
|
2791
2823
|
get columnOptionsToolTipTextColor(): Brush;
|
|
2792
2824
|
set columnOptionsToolTipTextColor(a: Brush);
|
|
2793
|
-
private
|
|
2825
|
+
private aba;
|
|
2794
2826
|
get columnOptionsHighlightColor(): Brush;
|
|
2795
2827
|
set columnOptionsHighlightColor(a: Brush);
|
|
2796
|
-
private
|
|
2828
|
+
private abg;
|
|
2797
2829
|
get columnOptionsSeparatorColor(): Brush;
|
|
2798
2830
|
set columnOptionsSeparatorColor(a: Brush);
|
|
2799
|
-
private
|
|
2831
|
+
private aa8;
|
|
2800
2832
|
get columnOptionsGroupHeaderBackground(): Brush;
|
|
2801
2833
|
set columnOptionsGroupHeaderBackground(a: Brush);
|
|
2802
|
-
private
|
|
2834
|
+
private aa9;
|
|
2803
2835
|
get columnOptionsGroupHeaderTextColor(): Brush;
|
|
2804
2836
|
set columnOptionsGroupHeaderTextColor(a: Brush);
|
|
2805
2837
|
private gw;
|
|
2806
2838
|
get columnOptionsGroupHeaderTextStyle(): FontInfo;
|
|
2807
2839
|
set columnOptionsGroupHeaderTextStyle(a: FontInfo);
|
|
2808
|
-
private
|
|
2840
|
+
private aa6;
|
|
2809
2841
|
get columnOptionsAccentColor(): Brush;
|
|
2810
2842
|
set columnOptionsAccentColor(a: Brush);
|
|
2811
2843
|
private ne;
|
|
@@ -3134,51 +3166,51 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3134
3166
|
static $t: Type;
|
|
3135
3167
|
protected get ad(): BaseControlTheme;
|
|
3136
3168
|
constructor();
|
|
3137
|
-
private
|
|
3169
|
+
private ei;
|
|
3138
3170
|
private a4;
|
|
3139
|
-
protected e1(a: GridConditionalStyle): void;
|
|
3140
3171
|
protected e2(a: GridConditionalStyle): void;
|
|
3172
|
+
protected e3(a: GridConditionalStyle): void;
|
|
3141
3173
|
protected cv(): any;
|
|
3142
3174
|
protected cu(): any;
|
|
3143
3175
|
protected ct(): any;
|
|
3144
|
-
private
|
|
3145
|
-
private
|
|
3176
|
+
private ek;
|
|
3177
|
+
private ff;
|
|
3146
3178
|
private az;
|
|
3147
|
-
private
|
|
3148
|
-
private
|
|
3149
|
-
private
|
|
3150
|
-
private
|
|
3179
|
+
private es;
|
|
3180
|
+
private e0;
|
|
3181
|
+
private ep;
|
|
3182
|
+
private ej;
|
|
3151
3183
|
private a3;
|
|
3152
|
-
|
|
3184
|
+
e7(a: GridConditionalStyle): void;
|
|
3153
3185
|
private a0;
|
|
3154
3186
|
private ay;
|
|
3155
|
-
private ee;
|
|
3156
|
-
private em;
|
|
3157
3187
|
private ef;
|
|
3158
|
-
|
|
3188
|
+
private en;
|
|
3189
|
+
private eg;
|
|
3190
|
+
e6(a: GridConditionalStyle): void;
|
|
3159
3191
|
at(a: GridConditionalStyle): boolean;
|
|
3160
|
-
private
|
|
3192
|
+
private el;
|
|
3161
3193
|
private cm;
|
|
3162
3194
|
private x;
|
|
3163
3195
|
get externalObject(): any;
|
|
3164
3196
|
set externalObject(a: any);
|
|
3165
|
-
private
|
|
3166
|
-
get
|
|
3167
|
-
set
|
|
3197
|
+
private fy;
|
|
3198
|
+
get gi(): Brush;
|
|
3199
|
+
set gi(a: Brush);
|
|
3168
3200
|
private v;
|
|
3169
3201
|
get conditionalStyles(): GridConditionalStyleCollection;
|
|
3170
|
-
private f0;
|
|
3171
|
-
get gk(): Brush;
|
|
3172
|
-
set gk(a: Brush);
|
|
3173
|
-
private fm;
|
|
3174
|
-
get f6(): Brush;
|
|
3175
|
-
set f6(a: Brush);
|
|
3176
3202
|
private f1;
|
|
3177
3203
|
get gl(): Brush;
|
|
3178
3204
|
set gl(a: Brush);
|
|
3179
|
-
private
|
|
3180
|
-
get
|
|
3181
|
-
set
|
|
3205
|
+
private fn;
|
|
3206
|
+
get f7(): Brush;
|
|
3207
|
+
set f7(a: Brush);
|
|
3208
|
+
private f2;
|
|
3209
|
+
get gm(): Brush;
|
|
3210
|
+
set gm(a: Brush);
|
|
3211
|
+
private fs;
|
|
3212
|
+
get gc(): Brush;
|
|
3213
|
+
set gc(a: Brush);
|
|
3182
3214
|
private bx;
|
|
3183
3215
|
get cd(): number;
|
|
3184
3216
|
set cd(a: number);
|
|
@@ -3218,18 +3250,24 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3218
3250
|
private t;
|
|
3219
3251
|
get grid(): DataGrid;
|
|
3220
3252
|
set grid(a: DataGrid);
|
|
3221
|
-
private
|
|
3222
|
-
protected
|
|
3223
|
-
protected
|
|
3253
|
+
private eu;
|
|
3254
|
+
protected et(a: DataGrid, b: DataGrid): void;
|
|
3255
|
+
protected ev(a: any, b: PropertyChangedEventArgs): void;
|
|
3256
|
+
private fp;
|
|
3257
|
+
get f9(): Brush;
|
|
3258
|
+
set f9(a: Brush);
|
|
3224
3259
|
private fo;
|
|
3225
3260
|
get f8(): Brush;
|
|
3226
3261
|
set f8(a: Brush);
|
|
3227
|
-
private
|
|
3228
|
-
get
|
|
3229
|
-
set
|
|
3230
|
-
private
|
|
3231
|
-
get
|
|
3232
|
-
set
|
|
3262
|
+
private ft;
|
|
3263
|
+
get gd(): Brush;
|
|
3264
|
+
set gd(a: Brush);
|
|
3265
|
+
private f5;
|
|
3266
|
+
get g1(): Brush;
|
|
3267
|
+
set g1(a: Brush);
|
|
3268
|
+
private fw;
|
|
3269
|
+
get gg(): Brush;
|
|
3270
|
+
set gg(a: Brush);
|
|
3233
3271
|
private f4;
|
|
3234
3272
|
get g0(): Brush;
|
|
3235
3273
|
set g0(a: Brush);
|
|
@@ -3242,12 +3280,6 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3242
3280
|
private fu;
|
|
3243
3281
|
get ge(): Brush;
|
|
3244
3282
|
set ge(a: Brush);
|
|
3245
|
-
private f2;
|
|
3246
|
-
get gy(): Brush;
|
|
3247
|
-
set gy(a: Brush);
|
|
3248
|
-
private ft;
|
|
3249
|
-
get gd(): Brush;
|
|
3250
|
-
set gd(a: Brush);
|
|
3251
3283
|
private be;
|
|
3252
3284
|
get bi(): number;
|
|
3253
3285
|
set bi(a: number);
|
|
@@ -3269,27 +3301,27 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3269
3301
|
private z;
|
|
3270
3302
|
get ab(): TextCellLineBreakMode;
|
|
3271
3303
|
set ab(a: TextCellLineBreakMode);
|
|
3272
|
-
private
|
|
3273
|
-
get
|
|
3274
|
-
set
|
|
3275
|
-
private
|
|
3276
|
-
get
|
|
3277
|
-
set
|
|
3304
|
+
private f6;
|
|
3305
|
+
get g2(): Brush;
|
|
3306
|
+
set g2(a: Brush);
|
|
3307
|
+
private fx;
|
|
3308
|
+
get gh(): Brush;
|
|
3309
|
+
set gh(a: Brush);
|
|
3278
3310
|
private ao;
|
|
3279
3311
|
get as(): boolean;
|
|
3280
3312
|
set as(a: boolean);
|
|
3281
|
-
private fy;
|
|
3282
|
-
get gi(): Brush;
|
|
3283
|
-
set gi(a: Brush);
|
|
3284
|
-
private fp;
|
|
3285
|
-
get f9(): Brush;
|
|
3286
|
-
set f9(a: Brush);
|
|
3287
3313
|
private fz;
|
|
3288
3314
|
get gj(): Brush;
|
|
3289
3315
|
set gj(a: Brush);
|
|
3290
3316
|
private fq;
|
|
3291
3317
|
get ga(): Brush;
|
|
3292
3318
|
set ga(a: Brush);
|
|
3319
|
+
private f0;
|
|
3320
|
+
get gk(): Brush;
|
|
3321
|
+
set gk(a: Brush);
|
|
3322
|
+
private fr;
|
|
3323
|
+
get gb(): Brush;
|
|
3324
|
+
set gb(a: Brush);
|
|
3293
3325
|
private bv;
|
|
3294
3326
|
get cb(): number;
|
|
3295
3327
|
set cb(a: number);
|
|
@@ -3320,22 +3352,22 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3320
3352
|
private bc;
|
|
3321
3353
|
private ba;
|
|
3322
3354
|
protected abstract n(a: CellPath): CellModel;
|
|
3323
|
-
private
|
|
3355
|
+
private ex;
|
|
3324
3356
|
private a8;
|
|
3325
|
-
|
|
3357
|
+
d4(a: CellPath, b: DataGrid, c: any, d: number): string;
|
|
3326
3358
|
private ax;
|
|
3327
|
-
protected abstract
|
|
3328
|
-
|
|
3329
|
-
|
|
3359
|
+
protected abstract d5(a: CellPath, b: DataGrid, c: any): string;
|
|
3360
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3361
|
+
eq(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3330
3362
|
protected au(a: GridConditionalStyle): boolean;
|
|
3331
3363
|
private am;
|
|
3332
|
-
private
|
|
3364
|
+
private eh;
|
|
3333
3365
|
private co;
|
|
3334
3366
|
private cp;
|
|
3335
3367
|
private cr;
|
|
3336
3368
|
private cs;
|
|
3369
|
+
private gy;
|
|
3337
3370
|
private gx;
|
|
3338
|
-
private gw;
|
|
3339
3371
|
private bl;
|
|
3340
3372
|
private bm;
|
|
3341
3373
|
bh(a: any): number;
|
|
@@ -3345,63 +3377,64 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3345
3377
|
private p;
|
|
3346
3378
|
dataBinding: (sender: any, args: DataBindingEventArgs) => void;
|
|
3347
3379
|
dataBound: (sender: any, args: DataBindingEventArgs) => void;
|
|
3348
|
-
|
|
3380
|
+
er(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3349
3381
|
d1(a: DataGrid, b: any, c: any): string;
|
|
3350
|
-
|
|
3382
|
+
e1(): void;
|
|
3351
3383
|
protected av(a: string): boolean;
|
|
3352
3384
|
protected aw(a: string): boolean;
|
|
3353
3385
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
3354
|
-
protected
|
|
3355
|
-
protected e8(): void;
|
|
3356
|
-
protected fk(): void;
|
|
3386
|
+
protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3357
3387
|
protected e9(): void;
|
|
3358
|
-
protected fb(): void;
|
|
3359
|
-
protected fc(): void;
|
|
3360
|
-
protected fa(): void;
|
|
3361
3388
|
protected fl(): void;
|
|
3389
|
+
protected fa(): void;
|
|
3390
|
+
protected fc(): void;
|
|
3391
|
+
protected fd(): void;
|
|
3392
|
+
protected fb(): void;
|
|
3393
|
+
protected fm(): void;
|
|
3394
|
+
protected fj(): void;
|
|
3362
3395
|
protected fi(): void;
|
|
3396
|
+
protected fk(): void;
|
|
3363
3397
|
protected fh(): void;
|
|
3364
|
-
protected
|
|
3365
|
-
protected
|
|
3366
|
-
protected e4(): void;
|
|
3367
|
-
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3398
|
+
protected e5(): void;
|
|
3399
|
+
protected ey(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3368
3400
|
private al;
|
|
3369
|
-
protected
|
|
3370
|
-
private
|
|
3371
|
-
private
|
|
3401
|
+
protected fe(): void;
|
|
3402
|
+
private e8;
|
|
3403
|
+
private fg;
|
|
3372
3404
|
private a2;
|
|
3373
3405
|
private a6;
|
|
3374
3406
|
private a1;
|
|
3375
3407
|
protected get a5(): HashSet$1<string>;
|
|
3376
3408
|
protected get a9(): List$1<string>;
|
|
3377
|
-
private
|
|
3409
|
+
private em;
|
|
3378
3410
|
protected f(): CellContentHorizontalAlignment;
|
|
3379
3411
|
protected k(): CellContentVerticalAlignment;
|
|
3380
|
-
protected
|
|
3381
|
-
protected go(): Brush;
|
|
3412
|
+
protected gw(): Brush;
|
|
3382
3413
|
protected gp(): Brush;
|
|
3414
|
+
protected gq(): Brush;
|
|
3383
3415
|
protected cl(): number;
|
|
3384
3416
|
protected ck(): number;
|
|
3385
|
-
protected gm(): Brush;
|
|
3386
|
-
protected ak(): FontInfo;
|
|
3387
3417
|
protected gn(): Brush;
|
|
3388
|
-
protected
|
|
3389
|
-
protected
|
|
3390
|
-
protected
|
|
3418
|
+
protected ak(): FontInfo;
|
|
3419
|
+
protected go(): Brush;
|
|
3420
|
+
protected gv(): Brush;
|
|
3391
3421
|
protected gs(): Brush;
|
|
3422
|
+
protected gr(): Brush;
|
|
3392
3423
|
protected gt(): Brush;
|
|
3424
|
+
protected gu(): Brush;
|
|
3393
3425
|
protected bj(): number;
|
|
3394
3426
|
definitionPropertyUpdated: (sender: any, args: DefinitionPropertyUpdatedEventArgs) => void;
|
|
3395
3427
|
private ae;
|
|
3396
3428
|
private an;
|
|
3397
|
-
|
|
3429
|
+
e4(a: string, b: CellPropertyAnimationType, c: any): void;
|
|
3398
3430
|
aq(): boolean;
|
|
3399
3431
|
get af(): FastIterationDictionary$2<string, any>;
|
|
3400
3432
|
get ar(): boolean;
|
|
3401
3433
|
ap(a: string): boolean;
|
|
3402
|
-
|
|
3434
|
+
ez(a: string): void;
|
|
3403
3435
|
cq(a: string): any;
|
|
3404
3436
|
d2(a: any, b: DataSourceSchemaPropertyType, c: any): string;
|
|
3437
|
+
protected d3(a: ColumnSummaryDescription, b: ISummaryResult, c: any): string;
|
|
3405
3438
|
y(a: ColumnSummaryDescription, b: ISummaryResult): SummaryData;
|
|
3406
3439
|
cellStyleKeyRequested: (sender: any, args: CellStyleRequestedEventArgs) => void;
|
|
3407
3440
|
}
|
|
@@ -3411,432 +3444,455 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3411
3444
|
export declare abstract class DataGridColumn extends DefinitionBase implements IToolbarTarget {
|
|
3412
3445
|
static $t: Type;
|
|
3413
3446
|
constructor();
|
|
3414
|
-
private
|
|
3415
|
-
protected
|
|
3447
|
+
private pn;
|
|
3448
|
+
protected e3(a: GridConditionalStyle): void;
|
|
3416
3449
|
protected ct(): any;
|
|
3417
3450
|
protected cu(): any;
|
|
3418
3451
|
protected cv(): any;
|
|
3419
3452
|
protected au(a: GridConditionalStyle): boolean;
|
|
3420
|
-
protected
|
|
3421
|
-
protected
|
|
3422
|
-
private static
|
|
3423
|
-
|
|
3424
|
-
private
|
|
3425
|
-
get
|
|
3426
|
-
set
|
|
3427
|
-
private k9;
|
|
3428
|
-
get lm(): number;
|
|
3429
|
-
set lm(a: number);
|
|
3430
|
-
private lb;
|
|
3431
|
-
get lo(): number;
|
|
3432
|
-
set lo(a: number);
|
|
3453
|
+
protected ss(): Brush;
|
|
3454
|
+
protected sr(): Brush;
|
|
3455
|
+
private static lq;
|
|
3456
|
+
lr: number;
|
|
3457
|
+
private hx;
|
|
3458
|
+
get hy(): ColumnStates;
|
|
3459
|
+
set hy(a: ColumnStates);
|
|
3433
3460
|
private la;
|
|
3434
3461
|
get ln(): number;
|
|
3435
3462
|
set ln(a: number);
|
|
3436
|
-
private
|
|
3437
|
-
get
|
|
3438
|
-
set
|
|
3439
|
-
private
|
|
3440
|
-
get
|
|
3441
|
-
set
|
|
3442
|
-
private
|
|
3443
|
-
get
|
|
3444
|
-
set
|
|
3445
|
-
private
|
|
3446
|
-
get
|
|
3447
|
-
set
|
|
3463
|
+
private lc;
|
|
3464
|
+
get lp(): number;
|
|
3465
|
+
set lp(a: number);
|
|
3466
|
+
private lb;
|
|
3467
|
+
get lo(): number;
|
|
3468
|
+
set lo(a: number);
|
|
3469
|
+
private k9;
|
|
3470
|
+
get lm(): number;
|
|
3471
|
+
set lm(a: number);
|
|
3472
|
+
private lz;
|
|
3473
|
+
get ok(): string;
|
|
3474
|
+
set ok(a: string);
|
|
3448
3475
|
private k7;
|
|
3449
3476
|
get lk(): number;
|
|
3450
3477
|
set lk(a: number);
|
|
3451
|
-
private
|
|
3452
|
-
get
|
|
3453
|
-
set
|
|
3454
|
-
private
|
|
3455
|
-
get
|
|
3456
|
-
set
|
|
3478
|
+
private k6;
|
|
3479
|
+
get lj(): number;
|
|
3480
|
+
set lj(a: number);
|
|
3481
|
+
private k8;
|
|
3482
|
+
get ll(): number;
|
|
3483
|
+
set ll(a: number);
|
|
3484
|
+
private ir;
|
|
3485
|
+
get it(): PinnedPositions;
|
|
3486
|
+
set it(a: PinnedPositions);
|
|
3457
3487
|
private lx;
|
|
3458
3488
|
get ns(): string;
|
|
3459
3489
|
set ns(a: string);
|
|
3460
|
-
private
|
|
3461
|
-
get
|
|
3462
|
-
set
|
|
3463
|
-
private
|
|
3464
|
-
get
|
|
3465
|
-
set
|
|
3466
|
-
private
|
|
3467
|
-
get
|
|
3468
|
-
set
|
|
3469
|
-
private
|
|
3490
|
+
private ly;
|
|
3491
|
+
get nz(): string;
|
|
3492
|
+
set nz(a: string);
|
|
3493
|
+
private lv;
|
|
3494
|
+
get mq(): string;
|
|
3495
|
+
set mq(a: string);
|
|
3496
|
+
private ro;
|
|
3497
|
+
get sv(): Brush;
|
|
3498
|
+
set sv(a: Brush);
|
|
3499
|
+
private q5;
|
|
3470
3500
|
get sa(): Brush;
|
|
3471
3501
|
set sa(a: Brush);
|
|
3472
|
-
private
|
|
3473
|
-
get
|
|
3474
|
-
set
|
|
3502
|
+
private rp;
|
|
3503
|
+
get sw(): Brush;
|
|
3504
|
+
set sw(a: Brush);
|
|
3475
3505
|
private q6;
|
|
3476
|
-
get
|
|
3477
|
-
set
|
|
3478
|
-
private
|
|
3479
|
-
get
|
|
3480
|
-
set
|
|
3481
|
-
private
|
|
3506
|
+
get sb(): Brush;
|
|
3507
|
+
set sb(a: Brush);
|
|
3508
|
+
private rm;
|
|
3509
|
+
get st(): Brush;
|
|
3510
|
+
set st(a: Brush);
|
|
3511
|
+
private q3;
|
|
3482
3512
|
get r8(): Brush;
|
|
3483
3513
|
set r8(a: Brush);
|
|
3484
|
-
private
|
|
3485
|
-
get
|
|
3486
|
-
set
|
|
3487
|
-
private
|
|
3488
|
-
get
|
|
3489
|
-
set
|
|
3490
|
-
private
|
|
3514
|
+
private rn;
|
|
3515
|
+
get su(): Brush;
|
|
3516
|
+
set su(a: Brush);
|
|
3517
|
+
private q4;
|
|
3518
|
+
get r9(): Brush;
|
|
3519
|
+
set r9(a: Brush);
|
|
3520
|
+
private id;
|
|
3521
|
+
get ie(): GridColumnAnimationSettings;
|
|
3522
|
+
set ie(a: GridColumnAnimationSettings);
|
|
3523
|
+
private hz;
|
|
3491
3524
|
get width(): ColumnWidth;
|
|
3492
3525
|
set width(a: ColumnWidth);
|
|
3493
|
-
private
|
|
3494
|
-
get
|
|
3495
|
-
set
|
|
3526
|
+
private km;
|
|
3527
|
+
get ku(): number;
|
|
3528
|
+
set ku(a: number);
|
|
3529
|
+
private js;
|
|
3530
|
+
get kb(): boolean;
|
|
3531
|
+
set kb(a: boolean);
|
|
3532
|
+
private jm;
|
|
3533
|
+
get j5(): boolean;
|
|
3534
|
+
set j5(a: boolean);
|
|
3535
|
+
private jw;
|
|
3536
|
+
get kf(): boolean;
|
|
3537
|
+
set kf(a: boolean);
|
|
3538
|
+
private g5;
|
|
3539
|
+
get g6(): ColumnFilterCondition;
|
|
3540
|
+
set g6(a: ColumnFilterCondition);
|
|
3541
|
+
private g7;
|
|
3542
|
+
get g8(): IFilterExpression;
|
|
3543
|
+
set g8(a: IFilterExpression);
|
|
3544
|
+
private ii;
|
|
3545
|
+
get header(): Header;
|
|
3546
|
+
set header(a: Header);
|
|
3496
3547
|
private jr;
|
|
3497
3548
|
get ka(): boolean;
|
|
3498
3549
|
set ka(a: boolean);
|
|
3499
|
-
private
|
|
3500
|
-
get
|
|
3501
|
-
set
|
|
3550
|
+
private ju;
|
|
3551
|
+
get kd(): boolean;
|
|
3552
|
+
set kd(a: boolean);
|
|
3502
3553
|
private jv;
|
|
3503
3554
|
get ke(): boolean;
|
|
3504
3555
|
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;
|
|
3512
|
-
get header(): Header;
|
|
3513
|
-
set header(a: Header);
|
|
3514
|
-
private jq;
|
|
3515
|
-
get j9(): boolean;
|
|
3516
|
-
set j9(a: boolean);
|
|
3517
3556
|
private jt;
|
|
3518
3557
|
get kc(): boolean;
|
|
3519
3558
|
set kc(a: boolean);
|
|
3520
|
-
private
|
|
3521
|
-
get
|
|
3522
|
-
set
|
|
3523
|
-
private
|
|
3524
|
-
get
|
|
3525
|
-
set
|
|
3526
|
-
private
|
|
3527
|
-
get
|
|
3528
|
-
set
|
|
3529
|
-
private
|
|
3530
|
-
get
|
|
3531
|
-
set
|
|
3532
|
-
|
|
3533
|
-
get it(): PinnedPositions;
|
|
3534
|
-
set it(a: PinnedPositions);
|
|
3535
|
-
private jk;
|
|
3536
|
-
get j3(): boolean;
|
|
3537
|
-
set j3(a: boolean);
|
|
3538
|
-
get j0(): boolean;
|
|
3539
|
-
private hk;
|
|
3540
|
-
get hm(): ColumnOptionsIconAlignment;
|
|
3541
|
-
set hm(a: ColumnOptionsIconAlignment);
|
|
3559
|
+
private jx;
|
|
3560
|
+
get kh(): boolean;
|
|
3561
|
+
set kh(a: boolean);
|
|
3562
|
+
private hv;
|
|
3563
|
+
get hw(): ColumnSortDirection;
|
|
3564
|
+
set hw(a: ColumnSortDirection);
|
|
3565
|
+
private is;
|
|
3566
|
+
get iu(): PinnedPositions;
|
|
3567
|
+
set iu(a: PinnedPositions);
|
|
3568
|
+
private jl;
|
|
3569
|
+
get j4(): boolean;
|
|
3570
|
+
set j4(a: boolean);
|
|
3571
|
+
get j1(): boolean;
|
|
3542
3572
|
private hl;
|
|
3543
3573
|
get hn(): ColumnOptionsIconAlignment;
|
|
3544
3574
|
set hn(a: ColumnOptionsIconAlignment);
|
|
3545
|
-
private
|
|
3546
|
-
get
|
|
3547
|
-
set
|
|
3548
|
-
private
|
|
3575
|
+
private hm;
|
|
3576
|
+
get ho(): ColumnOptionsIconAlignment;
|
|
3577
|
+
set ho(a: ColumnOptionsIconAlignment);
|
|
3578
|
+
private qu;
|
|
3549
3579
|
get rz(): Brush;
|
|
3550
3580
|
set rz(a: Brush);
|
|
3581
|
+
private rd;
|
|
3582
|
+
get si(): Brush;
|
|
3583
|
+
set si(a: Brush);
|
|
3584
|
+
private hq;
|
|
3585
|
+
get hs(): ColumnOptionsIconBehavior;
|
|
3586
|
+
set hs(a: ColumnOptionsIconBehavior);
|
|
3551
3587
|
private hp;
|
|
3552
3588
|
get hr(): ColumnOptionsIconBehavior;
|
|
3553
3589
|
set hr(a: ColumnOptionsIconBehavior);
|
|
3554
|
-
private ho;
|
|
3555
|
-
get hq(): ColumnOptionsIconBehavior;
|
|
3556
|
-
set hq(a: ColumnOptionsIconBehavior);
|
|
3557
|
-
private jg;
|
|
3558
|
-
get jx(): boolean;
|
|
3559
|
-
set jx(a: boolean);
|
|
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
3590
|
private jh;
|
|
3570
3591
|
get jy(): boolean;
|
|
3571
3592
|
set jy(a: boolean);
|
|
3572
3593
|
private jn;
|
|
3573
3594
|
get j6(): boolean;
|
|
3574
3595
|
set j6(a: boolean);
|
|
3575
|
-
private
|
|
3576
|
-
get
|
|
3577
|
-
set
|
|
3578
|
-
private
|
|
3579
|
-
get
|
|
3580
|
-
set
|
|
3581
|
-
private
|
|
3596
|
+
private jj;
|
|
3597
|
+
get j0(): boolean;
|
|
3598
|
+
set j0(a: boolean);
|
|
3599
|
+
private jp;
|
|
3600
|
+
get j8(): boolean;
|
|
3601
|
+
set j8(a: boolean);
|
|
3602
|
+
private ji;
|
|
3603
|
+
get jz(): boolean;
|
|
3604
|
+
set jz(a: boolean);
|
|
3605
|
+
private jo;
|
|
3606
|
+
get j7(): boolean;
|
|
3607
|
+
set j7(a: boolean);
|
|
3608
|
+
private iy;
|
|
3609
|
+
get iz(): BaseControlTheme;
|
|
3610
|
+
set iz(a: BaseControlTheme);
|
|
3611
|
+
private qr;
|
|
3582
3612
|
get ru(): Brush;
|
|
3583
3613
|
set ru(a: Brush);
|
|
3584
|
-
private
|
|
3585
|
-
get
|
|
3586
|
-
set
|
|
3587
|
-
private
|
|
3614
|
+
private q8;
|
|
3615
|
+
get sd(): Brush;
|
|
3616
|
+
set sd(a: Brush);
|
|
3617
|
+
private qw;
|
|
3588
3618
|
get r1(): Brush;
|
|
3589
3619
|
set r1(a: Brush);
|
|
3590
|
-
private
|
|
3591
|
-
get
|
|
3592
|
-
set
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3620
|
+
private rf;
|
|
3621
|
+
get sk(): Brush;
|
|
3622
|
+
set sk(a: Brush);
|
|
3623
|
+
static readonly mg: string;
|
|
3624
|
+
private qx;
|
|
3625
|
+
get r2(): Brush;
|
|
3626
|
+
set r2(a: Brush);
|
|
3627
|
+
private rg;
|
|
3628
|
+
get sl(): Brush;
|
|
3629
|
+
set sl(a: Brush);
|
|
3630
|
+
static readonly me: string;
|
|
3631
|
+
private qv;
|
|
3632
|
+
get r0(): Brush;
|
|
3633
|
+
set r0(a: Brush);
|
|
3634
|
+
private re;
|
|
3635
|
+
get sj(): Brush;
|
|
3636
|
+
set sj(a: Brush);
|
|
3599
3637
|
private qz;
|
|
3638
|
+
get r4(): Brush;
|
|
3639
|
+
set r4(a: Brush);
|
|
3640
|
+
private ri;
|
|
3641
|
+
get sn(): Brush;
|
|
3642
|
+
set sn(a: Brush);
|
|
3643
|
+
private i4;
|
|
3644
|
+
get jb(): FontInfo;
|
|
3645
|
+
set jb(a: FontInfo);
|
|
3646
|
+
private i7;
|
|
3647
|
+
get je(): FontInfo;
|
|
3648
|
+
set je(a: FontInfo);
|
|
3649
|
+
private qt;
|
|
3600
3650
|
get ry(): Brush;
|
|
3601
3651
|
set ry(a: Brush);
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
private
|
|
3607
|
-
get
|
|
3608
|
-
set
|
|
3609
|
-
private
|
|
3610
|
-
get
|
|
3611
|
-
set
|
|
3612
|
-
private
|
|
3613
|
-
get
|
|
3614
|
-
set
|
|
3615
|
-
private
|
|
3616
|
-
get
|
|
3617
|
-
set
|
|
3618
|
-
private
|
|
3652
|
+
private rc;
|
|
3653
|
+
get sh(): Brush;
|
|
3654
|
+
set sh(a: Brush);
|
|
3655
|
+
static readonly ml: string;
|
|
3656
|
+
private q0;
|
|
3657
|
+
get r5(): Brush;
|
|
3658
|
+
set r5(a: Brush);
|
|
3659
|
+
private rj;
|
|
3660
|
+
get so(): Brush;
|
|
3661
|
+
set so(a: Brush);
|
|
3662
|
+
private q1;
|
|
3663
|
+
get r6(): Brush;
|
|
3664
|
+
set r6(a: Brush);
|
|
3665
|
+
private rk;
|
|
3666
|
+
get sp(): Brush;
|
|
3667
|
+
set sp(a: Brush);
|
|
3668
|
+
private qs;
|
|
3619
3669
|
get rx(): Brush;
|
|
3620
3670
|
set rx(a: Brush);
|
|
3621
|
-
private
|
|
3622
|
-
get
|
|
3623
|
-
set
|
|
3624
|
-
private
|
|
3625
|
-
get
|
|
3626
|
-
set
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
private
|
|
3671
|
+
private rb;
|
|
3672
|
+
get sg(): Brush;
|
|
3673
|
+
set sg(a: Brush);
|
|
3674
|
+
private qy;
|
|
3675
|
+
get r3(): Brush;
|
|
3676
|
+
set r3(a: Brush);
|
|
3677
|
+
private rh;
|
|
3678
|
+
get sm(): Brush;
|
|
3679
|
+
set sm(a: Brush);
|
|
3680
|
+
static readonly l6: string;
|
|
3681
|
+
private qo;
|
|
3632
3682
|
get rv(): Brush;
|
|
3633
3683
|
set rv(a: Brush);
|
|
3634
|
-
private
|
|
3635
|
-
get
|
|
3636
|
-
set
|
|
3637
|
-
private
|
|
3684
|
+
private q9;
|
|
3685
|
+
get se(): Brush;
|
|
3686
|
+
set se(a: Brush);
|
|
3687
|
+
private qp;
|
|
3638
3688
|
get rw(): Brush;
|
|
3639
3689
|
set rw(a: Brush);
|
|
3640
|
-
private
|
|
3641
|
-
get
|
|
3642
|
-
set
|
|
3643
|
-
private
|
|
3644
|
-
get
|
|
3645
|
-
set
|
|
3646
|
-
private
|
|
3647
|
-
get
|
|
3648
|
-
set
|
|
3649
|
-
private
|
|
3690
|
+
private ra;
|
|
3691
|
+
get sf(): Brush;
|
|
3692
|
+
set sf(a: Brush);
|
|
3693
|
+
private i3;
|
|
3694
|
+
get ja(): FontInfo;
|
|
3695
|
+
set ja(a: FontInfo);
|
|
3696
|
+
private i6;
|
|
3697
|
+
get jd(): FontInfo;
|
|
3698
|
+
set jd(a: FontInfo);
|
|
3699
|
+
private qq;
|
|
3650
3700
|
get rt(): Brush;
|
|
3651
3701
|
set rt(a: Brush);
|
|
3652
|
-
private
|
|
3653
|
-
get
|
|
3654
|
-
set
|
|
3702
|
+
private q7;
|
|
3703
|
+
get sc(): Brush;
|
|
3704
|
+
set sc(a: Brush);
|
|
3655
3705
|
private k0;
|
|
3656
3706
|
get ld(): number;
|
|
3657
3707
|
set ld(a: number);
|
|
3658
|
-
private
|
|
3659
|
-
get
|
|
3660
|
-
set
|
|
3661
|
-
private
|
|
3662
|
-
get
|
|
3663
|
-
set
|
|
3664
|
-
private
|
|
3665
|
-
get
|
|
3666
|
-
set
|
|
3708
|
+
private k1;
|
|
3709
|
+
get le(): number;
|
|
3710
|
+
set le(a: number);
|
|
3711
|
+
private jq;
|
|
3712
|
+
get j9(): boolean;
|
|
3713
|
+
set j9(a: boolean);
|
|
3714
|
+
private rl;
|
|
3715
|
+
get sq(): Brush;
|
|
3716
|
+
set sq(a: Brush);
|
|
3717
|
+
private q2;
|
|
3718
|
+
get r7(): Brush;
|
|
3719
|
+
set r7(a: Brush);
|
|
3720
|
+
private kl;
|
|
3721
|
+
get kt(): number;
|
|
3722
|
+
set kt(a: number);
|
|
3667
3723
|
private kk;
|
|
3668
3724
|
get ks(): number;
|
|
3669
3725
|
set ks(a: number);
|
|
3670
|
-
private
|
|
3671
|
-
get kr(): number;
|
|
3672
|
-
set kr(a: number);
|
|
3673
|
-
private i7;
|
|
3726
|
+
private i8;
|
|
3674
3727
|
get textEditStyle(): FontInfo;
|
|
3675
3728
|
set textEditStyle(a: FontInfo);
|
|
3676
|
-
private
|
|
3677
|
-
get
|
|
3678
|
-
set
|
|
3679
|
-
private
|
|
3680
|
-
get
|
|
3681
|
-
set
|
|
3682
|
-
private
|
|
3683
|
-
get
|
|
3684
|
-
set
|
|
3685
|
-
private
|
|
3686
|
-
get
|
|
3687
|
-
set
|
|
3688
|
-
private
|
|
3689
|
-
get
|
|
3690
|
-
set
|
|
3691
|
-
private
|
|
3692
|
-
get
|
|
3693
|
-
set
|
|
3694
|
-
private
|
|
3695
|
-
get
|
|
3696
|
-
set
|
|
3729
|
+
private i5;
|
|
3730
|
+
get jc(): FontInfo;
|
|
3731
|
+
set jc(a: FontInfo);
|
|
3732
|
+
private h5;
|
|
3733
|
+
get h6(): EditorType;
|
|
3734
|
+
set h6(a: EditorType);
|
|
3735
|
+
private ls;
|
|
3736
|
+
get lt(): any;
|
|
3737
|
+
set lt(a: any);
|
|
3738
|
+
private lw;
|
|
3739
|
+
get no(): string;
|
|
3740
|
+
set no(a: string);
|
|
3741
|
+
private g3;
|
|
3742
|
+
get g4(): string[];
|
|
3743
|
+
set g4(a: string[]);
|
|
3744
|
+
private io;
|
|
3745
|
+
get iq(): MergedCellMode;
|
|
3746
|
+
set iq(a: MergedCellMode);
|
|
3747
|
+
private ik;
|
|
3748
|
+
get im(): MergedCellEvaluationCriteria;
|
|
3749
|
+
set im(a: MergedCellEvaluationCriteria);
|
|
3750
|
+
private hc;
|
|
3751
|
+
get hf(): CellContentVerticalAlignment;
|
|
3752
|
+
set hf(a: CellContentVerticalAlignment);
|
|
3697
3753
|
private hb;
|
|
3698
|
-
get
|
|
3699
|
-
set
|
|
3700
|
-
private ha;
|
|
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);
|
|
3754
|
+
get hd(): CellContentVerticalAlignment;
|
|
3755
|
+
set hd(a: CellContentVerticalAlignment);
|
|
3709
3756
|
private k3;
|
|
3710
3757
|
get lg(): number;
|
|
3711
3758
|
set lg(a: number);
|
|
3712
|
-
private
|
|
3713
|
-
get
|
|
3714
|
-
set
|
|
3715
|
-
private
|
|
3716
|
-
get
|
|
3717
|
-
set
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
private
|
|
3759
|
+
private k5;
|
|
3760
|
+
get li(): number;
|
|
3761
|
+
set li(a: number);
|
|
3762
|
+
private k4;
|
|
3763
|
+
get lh(): number;
|
|
3764
|
+
set lh(a: number);
|
|
3765
|
+
private k2;
|
|
3766
|
+
get lf(): number;
|
|
3767
|
+
set lf(a: number);
|
|
3768
|
+
private h7;
|
|
3769
|
+
get h8(): FilterComparisonType;
|
|
3770
|
+
set h8(a: FilterComparisonType);
|
|
3771
|
+
ia(a: FilterComparisonType): FilterComparisonType;
|
|
3772
|
+
h9(): FilterComparisonType;
|
|
3773
|
+
private ig;
|
|
3774
|
+
get ih(): GridFilterOperandsCollection;
|
|
3775
|
+
private l2;
|
|
3776
|
+
get o9(): string;
|
|
3777
|
+
set o9(a: string);
|
|
3778
|
+
private rs;
|
|
3779
|
+
get sz(): Brush;
|
|
3780
|
+
set sz(a: Brush);
|
|
3781
|
+
private i9;
|
|
3729
3782
|
get suffixTextStyle(): FontInfo;
|
|
3730
3783
|
set suffixTextStyle(a: FontInfo);
|
|
3784
|
+
private l1;
|
|
3785
|
+
get o1(): string;
|
|
3786
|
+
set o1(a: string);
|
|
3731
3787
|
private l0;
|
|
3732
|
-
get
|
|
3733
|
-
set
|
|
3734
|
-
private
|
|
3735
|
-
get
|
|
3736
|
-
set
|
|
3737
|
-
private
|
|
3738
|
-
get
|
|
3739
|
-
set
|
|
3740
|
-
private ra;
|
|
3741
|
-
get sb(): Brush;
|
|
3742
|
-
set sb(a: Brush);
|
|
3743
|
-
private kn;
|
|
3744
|
-
get kv(): number;
|
|
3745
|
-
set kv(a: number);
|
|
3788
|
+
get oy(): string;
|
|
3789
|
+
set oy(a: string);
|
|
3790
|
+
private rr;
|
|
3791
|
+
get sy(): Brush;
|
|
3792
|
+
set sy(a: Brush);
|
|
3793
|
+
private rq;
|
|
3794
|
+
get sx(): Brush;
|
|
3795
|
+
set sx(a: Brush);
|
|
3746
3796
|
private ko;
|
|
3747
3797
|
get kw(): number;
|
|
3748
3798
|
set kw(a: number);
|
|
3749
3799
|
private kp;
|
|
3750
3800
|
get kx(): number;
|
|
3751
3801
|
set kx(a: number);
|
|
3752
|
-
private km;
|
|
3753
|
-
get ku(): number;
|
|
3754
|
-
set ku(a: number);
|
|
3755
3802
|
private kq;
|
|
3756
3803
|
get ky(): number;
|
|
3757
3804
|
set ky(a: number);
|
|
3758
|
-
private
|
|
3759
|
-
get
|
|
3760
|
-
set
|
|
3805
|
+
private kn;
|
|
3806
|
+
get kv(): number;
|
|
3807
|
+
set kv(a: number);
|
|
3808
|
+
private kr;
|
|
3809
|
+
get kz(): number;
|
|
3810
|
+
set kz(a: number);
|
|
3811
|
+
private iv;
|
|
3812
|
+
get iw(): TextCellDecoration;
|
|
3813
|
+
set iw(a: TextCellDecoration);
|
|
3761
3814
|
formatCell: (sender: any, args: FormatCellEventArgs) => void;
|
|
3762
|
-
private
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
protected
|
|
3767
|
-
protected
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
protected
|
|
3771
|
-
|
|
3772
|
-
protected
|
|
3773
|
-
protected
|
|
3774
|
-
protected
|
|
3775
|
-
protected
|
|
3776
|
-
private
|
|
3777
|
-
private
|
|
3778
|
-
protected
|
|
3779
|
-
protected
|
|
3780
|
-
|
|
3781
|
-
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
protected
|
|
3785
|
-
protected fk(): void;
|
|
3815
|
+
private pg;
|
|
3816
|
+
ip(): MergedCellMode;
|
|
3817
|
+
il(): MergedCellEvaluationCriteria;
|
|
3818
|
+
kg(): boolean;
|
|
3819
|
+
protected gs(): Brush;
|
|
3820
|
+
protected gv(): Brush;
|
|
3821
|
+
pe(a: CellModel, b: any, c: any): string;
|
|
3822
|
+
er(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3823
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
3824
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3825
|
+
protected ey(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3826
|
+
protected hg(): CellContentVerticalAlignment;
|
|
3827
|
+
protected ha(): CellContentHorizontalAlignment;
|
|
3828
|
+
protected he(): CellContentVerticalAlignment;
|
|
3829
|
+
private qj;
|
|
3830
|
+
private pm;
|
|
3831
|
+
protected et(a: DataGrid, b: DataGrid): void;
|
|
3832
|
+
protected ev(a: any, b: PropertyChangedEventArgs): void;
|
|
3833
|
+
qk(): void;
|
|
3834
|
+
ql(): void;
|
|
3835
|
+
qm(): void;
|
|
3836
|
+
qn(): void;
|
|
3837
|
+
protected e9(): void;
|
|
3786
3838
|
protected fl(): void;
|
|
3839
|
+
protected fm(): void;
|
|
3840
|
+
protected fj(): void;
|
|
3841
|
+
protected qg(): void;
|
|
3842
|
+
protected qi(): void;
|
|
3843
|
+
protected qh(): void;
|
|
3787
3844
|
protected fi(): void;
|
|
3788
|
-
protected
|
|
3789
|
-
protected p8(): void;
|
|
3790
|
-
protected p7(): void;
|
|
3845
|
+
protected fk(): void;
|
|
3791
3846
|
protected fh(): void;
|
|
3792
|
-
protected
|
|
3793
|
-
protected
|
|
3794
|
-
protected
|
|
3795
|
-
protected px(): void;
|
|
3847
|
+
protected pu(): void;
|
|
3848
|
+
protected p4(): void;
|
|
3849
|
+
protected p3(): void;
|
|
3796
3850
|
protected pw(): void;
|
|
3797
|
-
protected
|
|
3851
|
+
protected qa(): void;
|
|
3798
3852
|
protected p0(): void;
|
|
3799
|
-
protected
|
|
3800
|
-
protected p3(): void;
|
|
3801
|
-
protected po(): void;
|
|
3802
|
-
protected p1(): void;
|
|
3803
|
-
protected p2(): void;
|
|
3853
|
+
protected qd(): void;
|
|
3804
3854
|
protected pv(): void;
|
|
3805
|
-
protected
|
|
3806
|
-
protected
|
|
3807
|
-
protected
|
|
3808
|
-
protected
|
|
3809
|
-
protected
|
|
3810
|
-
protected
|
|
3811
|
-
protected
|
|
3812
|
-
protected
|
|
3855
|
+
protected p7(): void;
|
|
3856
|
+
protected p8(): void;
|
|
3857
|
+
protected p6(): void;
|
|
3858
|
+
protected qb(): void;
|
|
3859
|
+
protected qc(): void;
|
|
3860
|
+
protected p2(): void;
|
|
3861
|
+
protected qe(): void;
|
|
3862
|
+
protected qf(): void;
|
|
3863
|
+
protected p1(): void;
|
|
3864
|
+
protected p9(): void;
|
|
3865
|
+
protected px(): void;
|
|
3813
3866
|
protected py(): void;
|
|
3867
|
+
protected pz(): void;
|
|
3868
|
+
protected pt(): void;
|
|
3869
|
+
protected p5(): void;
|
|
3814
3870
|
columnCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
3815
3871
|
columnHeaderCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
3816
|
-
protected
|
|
3817
|
-
protected
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
private
|
|
3824
|
-
private
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
get
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
private
|
|
3839
|
-
get
|
|
3872
|
+
protected pp(a: CellModel): void;
|
|
3873
|
+
protected ps(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3874
|
+
hk(): ColumnHidingAnimationMode;
|
|
3875
|
+
hu(): ColumnShowingAnimationMode;
|
|
3876
|
+
hj(): ColumnExchangingAnimationMode;
|
|
3877
|
+
ht(): ColumnResizingAnimationMode;
|
|
3878
|
+
nx(): string;
|
|
3879
|
+
private i1;
|
|
3880
|
+
private jk;
|
|
3881
|
+
pr(a: string, b: CellPropertyAnimationType, c: any): void;
|
|
3882
|
+
j3(): boolean;
|
|
3883
|
+
get i2(): FastIterationDictionary$2<string, any>;
|
|
3884
|
+
j2(a: string): boolean;
|
|
3885
|
+
pq(a: string): void;
|
|
3886
|
+
lu(a: string): any;
|
|
3887
|
+
kj: List$1<LayoutAction>;
|
|
3888
|
+
po(a: string): void;
|
|
3889
|
+
pi(a: ColumnComparisonConditionOperatorType, b: any): void;
|
|
3890
|
+
ph(a: string, b: number, c: any): void;
|
|
3891
|
+
g9(a: FilterOperand, b: any): IFilterExpression;
|
|
3892
|
+
ib(a: string, b: number): FilterOperand;
|
|
3893
|
+
pj(): void;
|
|
3894
|
+
private h3;
|
|
3895
|
+
get h4(): DataGridColumnToolbarManager;
|
|
3840
3896
|
getDesiredToolbarActions(): ToolActionInfo[];
|
|
3841
3897
|
addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
3842
3898
|
removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
@@ -3849,14 +3905,14 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
|
|
|
3849
3905
|
private _invalidateActions;
|
|
3850
3906
|
get invalidateActions(): () => void;
|
|
3851
3907
|
set invalidateActions(a: () => void);
|
|
3852
|
-
private
|
|
3853
|
-
|
|
3854
|
-
|
|
3908
|
+
private ki;
|
|
3909
|
+
i0(): IToolbarContextAccessor;
|
|
3910
|
+
pl(a: (arg1: IToolbarContextAccessor) => void): void;
|
|
3855
3911
|
provideContextAccessor(a: IToolbarContextAccessor): void;
|
|
3856
3912
|
dismissContextAccessor(a: IToolbarContextAccessor): void;
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
abstract
|
|
3913
|
+
pk(): void;
|
|
3914
|
+
h1: DataGridColumn;
|
|
3915
|
+
abstract h2(): DataGridColumn;
|
|
3860
3916
|
onAttachingOverride: (sender: any, args: GridColumnProviderOnAttachingOverrideEventArgs) => void;
|
|
3861
3917
|
}
|
|
3862
3918
|
/**
|
|
@@ -4146,24 +4202,24 @@ export declare class DataAdapter extends Base implements INotifyPropertyChanged,
|
|
|
4146
4202
|
*/
|
|
4147
4203
|
export declare class ColumnMovingSeparator extends DefinitionBase {
|
|
4148
4204
|
static $t: Type;
|
|
4149
|
-
protected
|
|
4205
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4150
4206
|
protected n(a: CellPath): CellModel;
|
|
4151
|
-
protected
|
|
4152
|
-
private
|
|
4153
|
-
get
|
|
4154
|
-
set
|
|
4155
|
-
private g2;
|
|
4156
|
-
get g4(): number;
|
|
4157
|
-
set g4(a: number);
|
|
4207
|
+
protected go(): Brush;
|
|
4208
|
+
private g7;
|
|
4209
|
+
get g8(): number;
|
|
4210
|
+
set g8(a: number);
|
|
4158
4211
|
private g3;
|
|
4159
4212
|
get g5(): number;
|
|
4160
4213
|
set g5(a: number);
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
protected
|
|
4165
|
-
protected
|
|
4166
|
-
|
|
4214
|
+
private g4;
|
|
4215
|
+
get g6(): number;
|
|
4216
|
+
set g6(a: number);
|
|
4217
|
+
protected et(a: DataGrid, b: DataGrid): void;
|
|
4218
|
+
protected e9(): void;
|
|
4219
|
+
protected hc(): void;
|
|
4220
|
+
protected e5(): void;
|
|
4221
|
+
protected ev(a: any, b: PropertyChangedEventArgs): void;
|
|
4222
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4167
4223
|
}
|
|
4168
4224
|
/**
|
|
4169
4225
|
* @hidden
|
|
@@ -4171,73 +4227,74 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
|
|
|
4171
4227
|
export declare class ComboBoxColumn extends DataGridColumn {
|
|
4172
4228
|
static $t: Type;
|
|
4173
4229
|
constructor();
|
|
4174
|
-
private
|
|
4175
|
-
get
|
|
4176
|
-
set
|
|
4177
|
-
get
|
|
4178
|
-
set
|
|
4179
|
-
get
|
|
4180
|
-
set
|
|
4181
|
-
get
|
|
4182
|
-
set
|
|
4183
|
-
get
|
|
4184
|
-
set
|
|
4230
|
+
private s1;
|
|
4231
|
+
get s2(): IDataSource;
|
|
4232
|
+
set s2(a: IDataSource);
|
|
4233
|
+
get s3(): any;
|
|
4234
|
+
set s3(a: any);
|
|
4235
|
+
get s7(): string;
|
|
4236
|
+
set s7(a: string);
|
|
4237
|
+
get s8(): string;
|
|
4238
|
+
set s8(a: string);
|
|
4239
|
+
get s0(): string[];
|
|
4240
|
+
set s0(a: string[]);
|
|
4185
4241
|
protected n(a: CellPath): CellModel;
|
|
4186
|
-
protected
|
|
4187
|
-
protected
|
|
4242
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4243
|
+
protected et(a: DataGrid, b: DataGrid): void;
|
|
4188
4244
|
d1(a: DataGrid, b: any, c: any): string;
|
|
4189
|
-
|
|
4190
|
-
|
|
4191
|
-
protected
|
|
4192
|
-
private
|
|
4193
|
-
private
|
|
4194
|
-
private
|
|
4195
|
-
|
|
4196
|
-
|
|
4245
|
+
er(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4246
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4247
|
+
protected ey(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4248
|
+
private s9;
|
|
4249
|
+
private ta;
|
|
4250
|
+
private s5;
|
|
4251
|
+
s6(a: any): string;
|
|
4252
|
+
h2(): DataGridColumn;
|
|
4197
4253
|
}
|
|
4198
4254
|
/**
|
|
4199
4255
|
* @hidden
|
|
4200
4256
|
*/
|
|
4201
4257
|
export declare class DateTimeColumn extends DataGridColumn {
|
|
4202
4258
|
static $t: Type;
|
|
4203
|
-
private
|
|
4204
|
-
private
|
|
4205
|
-
get
|
|
4206
|
-
set
|
|
4207
|
-
private
|
|
4208
|
-
get
|
|
4209
|
-
set
|
|
4210
|
-
private
|
|
4211
|
-
get
|
|
4212
|
-
set
|
|
4213
|
-
private
|
|
4214
|
-
get
|
|
4215
|
-
set
|
|
4216
|
-
private
|
|
4217
|
-
get
|
|
4218
|
-
set
|
|
4219
|
-
private
|
|
4220
|
-
get
|
|
4221
|
-
set
|
|
4222
|
-
get
|
|
4223
|
-
set
|
|
4224
|
-
get
|
|
4225
|
-
set
|
|
4226
|
-
get
|
|
4227
|
-
set
|
|
4228
|
-
get
|
|
4229
|
-
set
|
|
4230
|
-
protected
|
|
4259
|
+
private s3;
|
|
4260
|
+
private s4;
|
|
4261
|
+
get s5(): DateTimeFormats;
|
|
4262
|
+
set s5(a: DateTimeFormats);
|
|
4263
|
+
private te;
|
|
4264
|
+
get tn(): string;
|
|
4265
|
+
set tn(a: string);
|
|
4266
|
+
private td;
|
|
4267
|
+
get tg(): string;
|
|
4268
|
+
set tg(a: string);
|
|
4269
|
+
private s0;
|
|
4270
|
+
get s1(): any[];
|
|
4271
|
+
set s1(a: any[]);
|
|
4272
|
+
private ta;
|
|
4273
|
+
get tc(): any;
|
|
4274
|
+
set tc(a: any);
|
|
4275
|
+
private s7;
|
|
4276
|
+
get s8(): boolean;
|
|
4277
|
+
set s8(a: boolean);
|
|
4278
|
+
get s6(): EditorType;
|
|
4279
|
+
set s6(a: EditorType);
|
|
4280
|
+
get tb(): any;
|
|
4281
|
+
set tb(a: any);
|
|
4282
|
+
get ti(): string;
|
|
4283
|
+
set ti(a: string);
|
|
4284
|
+
get tj(): string;
|
|
4285
|
+
set tj(a: string);
|
|
4286
|
+
protected ey(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4231
4287
|
constructor();
|
|
4232
4288
|
protected n(a: CellPath): CellModel;
|
|
4233
|
-
protected
|
|
4289
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4234
4290
|
d1(a: DataGrid, b: any, c: any): string;
|
|
4235
|
-
|
|
4236
|
-
|
|
4237
|
-
private
|
|
4238
|
-
|
|
4239
|
-
|
|
4240
|
-
|
|
4291
|
+
er(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4292
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4293
|
+
private s9;
|
|
4294
|
+
s2: BindingFormatter;
|
|
4295
|
+
protected d3(a: ColumnSummaryDescription, b: ISummaryResult, c: any): string;
|
|
4296
|
+
private tk;
|
|
4297
|
+
h2(): DataGridColumn;
|
|
4241
4298
|
}
|
|
4242
4299
|
/**
|
|
4243
4300
|
* @hidden
|
|
@@ -4360,21 +4417,21 @@ export declare class DataGridColumnToolbarManager extends Base {
|
|
|
4360
4417
|
export declare class EditorDefinition extends DefinitionBase {
|
|
4361
4418
|
static $t: Type;
|
|
4362
4419
|
constructor();
|
|
4363
|
-
private
|
|
4364
|
-
get
|
|
4365
|
-
set
|
|
4366
|
-
private
|
|
4367
|
-
get
|
|
4368
|
-
set
|
|
4369
|
-
private
|
|
4370
|
-
get
|
|
4371
|
-
set
|
|
4420
|
+
private ha;
|
|
4421
|
+
get hb(): Rect;
|
|
4422
|
+
set hb(a: Rect);
|
|
4423
|
+
private g5;
|
|
4424
|
+
get g8(): string;
|
|
4425
|
+
set g8(a: string);
|
|
4426
|
+
private g3;
|
|
4427
|
+
get g4(): CellModel;
|
|
4428
|
+
set g4(a: CellModel);
|
|
4372
4429
|
protected n(a: CellPath): CellModel;
|
|
4373
|
-
protected
|
|
4374
|
-
protected
|
|
4375
|
-
protected
|
|
4376
|
-
|
|
4377
|
-
|
|
4430
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4431
|
+
protected et(a: DataGrid, b: DataGrid): void;
|
|
4432
|
+
protected ev(a: any, b: PropertyChangedEventArgs): void;
|
|
4433
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4434
|
+
er(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4378
4435
|
}
|
|
4379
4436
|
/**
|
|
4380
4437
|
* @hidden
|
|
@@ -4383,37 +4440,37 @@ export declare class EditRowDefinition extends DefinitionBase {
|
|
|
4383
4440
|
static $t: Type;
|
|
4384
4441
|
constructor();
|
|
4385
4442
|
protected n(a: CellPath): CellModel;
|
|
4386
|
-
protected
|
|
4387
|
-
protected
|
|
4388
|
-
protected
|
|
4389
|
-
|
|
4443
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4444
|
+
protected et(a: DataGrid, b: DataGrid): void;
|
|
4445
|
+
protected ev(a: any, b: PropertyChangedEventArgs): void;
|
|
4446
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4390
4447
|
}
|
|
4391
4448
|
/**
|
|
4392
4449
|
* @hidden
|
|
4393
4450
|
*/
|
|
4394
4451
|
export declare class FilterRowDefinition extends DefinitionBase {
|
|
4395
4452
|
static $t: Type;
|
|
4396
|
-
private g3;
|
|
4397
|
-
get g7(): number;
|
|
4398
|
-
set g7(a: number);
|
|
4399
|
-
private g5;
|
|
4400
|
-
get g9(): number;
|
|
4401
|
-
set g9(a: number);
|
|
4402
4453
|
private g4;
|
|
4403
4454
|
get g8(): number;
|
|
4404
4455
|
set g8(a: number);
|
|
4405
|
-
private
|
|
4406
|
-
get
|
|
4407
|
-
set
|
|
4456
|
+
private g6;
|
|
4457
|
+
get ha(): number;
|
|
4458
|
+
set ha(a: number);
|
|
4459
|
+
private g5;
|
|
4460
|
+
get g9(): number;
|
|
4461
|
+
set g9(a: number);
|
|
4462
|
+
private g3;
|
|
4463
|
+
get g7(): number;
|
|
4464
|
+
set g7(a: number);
|
|
4408
4465
|
constructor();
|
|
4409
4466
|
protected n(a: CellPath): CellModel;
|
|
4410
|
-
protected
|
|
4411
|
-
protected
|
|
4412
|
-
protected
|
|
4413
|
-
|
|
4414
|
-
|
|
4415
|
-
protected
|
|
4416
|
-
protected
|
|
4467
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4468
|
+
protected et(a: DataGrid, b: DataGrid): void;
|
|
4469
|
+
protected ev(a: any, b: PropertyChangedEventArgs): void;
|
|
4470
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4471
|
+
er(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4472
|
+
protected fl(): void;
|
|
4473
|
+
protected e9(): void;
|
|
4417
4474
|
}
|
|
4418
4475
|
/**
|
|
4419
4476
|
* @hidden
|
|
@@ -4421,111 +4478,111 @@ export declare class FilterRowDefinition extends DefinitionBase {
|
|
|
4421
4478
|
export declare abstract class Header extends DefinitionBase {
|
|
4422
4479
|
static $t: Type;
|
|
4423
4480
|
constructor();
|
|
4424
|
-
protected
|
|
4425
|
-
protected
|
|
4426
|
-
protected
|
|
4481
|
+
protected gw(): Brush;
|
|
4482
|
+
protected go(): Brush;
|
|
4483
|
+
protected hs(): Brush;
|
|
4427
4484
|
protected ak(): FontInfo;
|
|
4428
|
-
protected
|
|
4429
|
-
protected
|
|
4430
|
-
protected fk(): void;
|
|
4485
|
+
protected et(a: DataGrid, b: DataGrid): void;
|
|
4486
|
+
protected e9(): void;
|
|
4431
4487
|
protected fl(): void;
|
|
4432
|
-
protected
|
|
4488
|
+
protected fm(): void;
|
|
4433
4489
|
protected hn(): void;
|
|
4434
|
-
protected
|
|
4490
|
+
protected ho(): void;
|
|
4491
|
+
protected ev(a: any, b: PropertyChangedEventArgs): void;
|
|
4492
|
+
private hq;
|
|
4493
|
+
get ht(): Brush;
|
|
4494
|
+
set ht(a: Brush);
|
|
4435
4495
|
private hp;
|
|
4436
|
-
get
|
|
4437
|
-
set
|
|
4438
|
-
private
|
|
4439
|
-
get
|
|
4440
|
-
set
|
|
4496
|
+
get hr(): Brush;
|
|
4497
|
+
set hr(a: Brush);
|
|
4498
|
+
private g4;
|
|
4499
|
+
get g6(): SortIndicatorStyle;
|
|
4500
|
+
set g6(a: SortIndicatorStyle);
|
|
4441
4501
|
private g3;
|
|
4442
4502
|
get g5(): SortIndicatorStyle;
|
|
4443
4503
|
set g5(a: SortIndicatorStyle);
|
|
4444
|
-
private g2;
|
|
4445
|
-
get g4(): SortIndicatorStyle;
|
|
4446
|
-
set g4(a: SortIndicatorStyle);
|
|
4447
|
-
private g7;
|
|
4448
|
-
get hb(): number;
|
|
4449
|
-
set hb(a: number);
|
|
4450
|
-
private g9;
|
|
4451
|
-
get hd(): number;
|
|
4452
|
-
set hd(a: number);
|
|
4453
4504
|
private g8;
|
|
4454
4505
|
get hc(): number;
|
|
4455
4506
|
set hc(a: number);
|
|
4456
|
-
private
|
|
4457
|
-
get
|
|
4458
|
-
set
|
|
4507
|
+
private ha;
|
|
4508
|
+
get he(): number;
|
|
4509
|
+
set he(a: number);
|
|
4510
|
+
private g9;
|
|
4511
|
+
get hd(): number;
|
|
4512
|
+
set hd(a: number);
|
|
4513
|
+
private g7;
|
|
4514
|
+
get hb(): number;
|
|
4515
|
+
set hb(a: number);
|
|
4459
4516
|
protected aw(a: string): boolean;
|
|
4460
|
-
|
|
4461
|
-
|
|
4517
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4518
|
+
er(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4462
4519
|
}
|
|
4463
4520
|
/**
|
|
4464
4521
|
* @hidden
|
|
4465
4522
|
*/
|
|
4466
4523
|
export declare class ColumnResizingSeparator extends DefinitionBase {
|
|
4467
4524
|
static $t: Type;
|
|
4468
|
-
protected
|
|
4525
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4469
4526
|
protected n(a: CellPath): CellModel;
|
|
4470
|
-
protected
|
|
4471
|
-
private g2;
|
|
4472
|
-
get g4(): number;
|
|
4473
|
-
set g4(a: number);
|
|
4527
|
+
protected go(): Brush;
|
|
4474
4528
|
private g3;
|
|
4475
4529
|
get g5(): number;
|
|
4476
4530
|
set g5(a: number);
|
|
4477
|
-
|
|
4478
|
-
|
|
4479
|
-
|
|
4480
|
-
protected
|
|
4481
|
-
|
|
4531
|
+
private g4;
|
|
4532
|
+
get g6(): number;
|
|
4533
|
+
set g6(a: number);
|
|
4534
|
+
protected e9(): void;
|
|
4535
|
+
protected ha(): void;
|
|
4536
|
+
protected e5(): void;
|
|
4537
|
+
protected g9(a: any, b: PropertyChangedEventArgs): void;
|
|
4538
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4482
4539
|
}
|
|
4483
4540
|
/**
|
|
4484
4541
|
* @hidden
|
|
4485
4542
|
*/
|
|
4486
4543
|
export declare class HeaderSeparator extends DefinitionBase {
|
|
4487
4544
|
static $t: Type;
|
|
4488
|
-
protected
|
|
4545
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4489
4546
|
protected n(a: CellPath): CellModel;
|
|
4490
|
-
protected
|
|
4491
|
-
protected
|
|
4492
|
-
protected
|
|
4493
|
-
protected
|
|
4494
|
-
protected
|
|
4495
|
-
protected
|
|
4496
|
-
private
|
|
4497
|
-
|
|
4547
|
+
protected go(): Brush;
|
|
4548
|
+
protected g3(): number;
|
|
4549
|
+
protected et(a: DataGrid, b: DataGrid): void;
|
|
4550
|
+
protected ev(a: any, b: PropertyChangedEventArgs): void;
|
|
4551
|
+
protected e9(): void;
|
|
4552
|
+
protected e5(): void;
|
|
4553
|
+
private g4;
|
|
4554
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4498
4555
|
}
|
|
4499
4556
|
/**
|
|
4500
4557
|
* @hidden
|
|
4501
4558
|
*/
|
|
4502
4559
|
export declare class ImageColumn extends DataGridColumn {
|
|
4503
4560
|
static $t: Type;
|
|
4504
|
-
private
|
|
4505
|
-
get
|
|
4506
|
-
set
|
|
4507
|
-
private
|
|
4508
|
-
get
|
|
4509
|
-
set
|
|
4510
|
-
get
|
|
4511
|
-
set
|
|
4512
|
-
get
|
|
4513
|
-
set
|
|
4514
|
-
get
|
|
4515
|
-
set
|
|
4516
|
-
get
|
|
4517
|
-
set
|
|
4561
|
+
private s3;
|
|
4562
|
+
get s4(): ImageStretchOptions;
|
|
4563
|
+
set s4(a: ImageStretchOptions);
|
|
4564
|
+
private s1;
|
|
4565
|
+
get s2(): ImageResourceType;
|
|
4566
|
+
set s2(a: ImageResourceType);
|
|
4567
|
+
get s0(): EditorType;
|
|
4568
|
+
set s0(a: EditorType);
|
|
4569
|
+
get s5(): any;
|
|
4570
|
+
set s5(a: any);
|
|
4571
|
+
get s6(): string;
|
|
4572
|
+
set s6(a: string);
|
|
4573
|
+
get s7(): string;
|
|
4574
|
+
set s7(a: string);
|
|
4518
4575
|
constructor();
|
|
4519
4576
|
protected k(): CellContentVerticalAlignment;
|
|
4520
|
-
protected
|
|
4521
|
-
protected
|
|
4577
|
+
protected ha(): CellContentHorizontalAlignment;
|
|
4578
|
+
protected hg(): CellContentVerticalAlignment;
|
|
4522
4579
|
protected f(): CellContentHorizontalAlignment;
|
|
4523
4580
|
protected n(a: CellPath): CellModel;
|
|
4524
|
-
protected
|
|
4525
|
-
|
|
4526
|
-
|
|
4527
|
-
private
|
|
4528
|
-
|
|
4581
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4582
|
+
er(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4583
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4584
|
+
private s8;
|
|
4585
|
+
h2(): DataGridColumn;
|
|
4529
4586
|
}
|
|
4530
4587
|
/**
|
|
4531
4588
|
* @hidden
|
|
@@ -4545,72 +4602,74 @@ export declare class NumericColumn extends DataGridColumn {
|
|
|
4545
4602
|
static $t: Type;
|
|
4546
4603
|
constructor();
|
|
4547
4604
|
protected f(): CellContentHorizontalAlignment;
|
|
4548
|
-
private
|
|
4549
|
-
get
|
|
4550
|
-
set
|
|
4551
|
-
private
|
|
4552
|
-
get
|
|
4553
|
-
set
|
|
4554
|
-
private
|
|
4555
|
-
get
|
|
4556
|
-
set
|
|
4605
|
+
private tk;
|
|
4606
|
+
get tz(): string;
|
|
4607
|
+
set tz(a: string);
|
|
4608
|
+
private tm;
|
|
4609
|
+
get t3(): string;
|
|
4610
|
+
set t3(a: string);
|
|
4611
|
+
private tl;
|
|
4612
|
+
get t1(): string;
|
|
4613
|
+
set t1(a: string);
|
|
4614
|
+
private tn;
|
|
4615
|
+
get t5(): string;
|
|
4616
|
+
set t5(a: string);
|
|
4617
|
+
private ta;
|
|
4618
|
+
get td(): number;
|
|
4619
|
+
set td(a: number);
|
|
4620
|
+
private tb;
|
|
4621
|
+
get te(): number;
|
|
4622
|
+
set te(a: number);
|
|
4623
|
+
private tc;
|
|
4624
|
+
get tf(): number;
|
|
4625
|
+
set tf(a: number);
|
|
4626
|
+
private s4;
|
|
4627
|
+
get s7(): boolean;
|
|
4628
|
+
set s7(a: boolean);
|
|
4629
|
+
private s5;
|
|
4630
|
+
get s8(): boolean;
|
|
4631
|
+
set s8(a: boolean);
|
|
4632
|
+
private tj;
|
|
4633
|
+
get tt(): string;
|
|
4634
|
+
set tt(a: string);
|
|
4557
4635
|
private s0;
|
|
4558
|
-
get
|
|
4559
|
-
set
|
|
4560
|
-
private
|
|
4561
|
-
get
|
|
4562
|
-
set
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
|
|
4566
|
-
|
|
4567
|
-
get
|
|
4568
|
-
set
|
|
4569
|
-
|
|
4570
|
-
|
|
4571
|
-
|
|
4572
|
-
|
|
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;
|
|
4593
|
-
protected ex(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4636
|
+
get s1(): any[];
|
|
4637
|
+
set s1(a: any[]);
|
|
4638
|
+
private tg;
|
|
4639
|
+
get ti(): any;
|
|
4640
|
+
set ti(a: any);
|
|
4641
|
+
get s3(): EditorType;
|
|
4642
|
+
set s3(a: EditorType);
|
|
4643
|
+
get th(): any;
|
|
4644
|
+
set th(a: any);
|
|
4645
|
+
get to(): string;
|
|
4646
|
+
set to(a: string);
|
|
4647
|
+
get tp(): string;
|
|
4648
|
+
set tp(a: string);
|
|
4649
|
+
s2: BindingFormatter;
|
|
4650
|
+
protected ey(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4594
4651
|
protected n(a: CellPath): CellModel;
|
|
4595
|
-
protected
|
|
4652
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4596
4653
|
d1(a: DataGrid, b: any, c: any): string;
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
private
|
|
4600
|
-
|
|
4601
|
-
|
|
4654
|
+
er(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4655
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4656
|
+
private s9;
|
|
4657
|
+
protected d3(a: ColumnSummaryDescription, b: ISummaryResult, c: any): string;
|
|
4658
|
+
private static s6;
|
|
4659
|
+
private tq;
|
|
4660
|
+
h2(): DataGridColumn;
|
|
4602
4661
|
}
|
|
4603
4662
|
/**
|
|
4604
4663
|
* @hidden
|
|
4605
4664
|
*/
|
|
4606
4665
|
export declare class PinnedAreaSeparator extends DefinitionBase {
|
|
4607
4666
|
static $t: Type;
|
|
4608
|
-
protected
|
|
4667
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4609
4668
|
protected n(a: CellPath): CellModel;
|
|
4610
|
-
protected
|
|
4611
|
-
protected
|
|
4612
|
-
protected
|
|
4613
|
-
protected
|
|
4669
|
+
protected go(): Brush;
|
|
4670
|
+
protected et(a: DataGrid, b: DataGrid): void;
|
|
4671
|
+
protected e9(): void;
|
|
4672
|
+
protected ev(a: any, b: PropertyChangedEventArgs): void;
|
|
4614
4673
|
}
|
|
4615
4674
|
/**
|
|
4616
4675
|
* @hidden
|
|
@@ -4638,92 +4697,93 @@ export declare class SaveLayoutColumn extends JsonDictionaryItem {
|
|
|
4638
4697
|
export declare class SectionFooter extends DefinitionBase {
|
|
4639
4698
|
static $t: Type;
|
|
4640
4699
|
protected n(a: CellPath): CellModel;
|
|
4641
|
-
protected
|
|
4642
|
-
|
|
4643
|
-
|
|
4700
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4701
|
+
er(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4702
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4644
4703
|
}
|
|
4645
4704
|
/**
|
|
4646
4705
|
* @hidden
|
|
4647
4706
|
*/
|
|
4648
4707
|
export declare class SectionHeader extends DefinitionBase {
|
|
4649
4708
|
static $t: Type;
|
|
4709
|
+
private h5;
|
|
4710
|
+
get ib(): Brush;
|
|
4711
|
+
set ib(a: Brush);
|
|
4712
|
+
private h2;
|
|
4713
|
+
get h8(): Brush;
|
|
4714
|
+
set h8(a: Brush);
|
|
4715
|
+
private h6;
|
|
4716
|
+
get ic(): Brush;
|
|
4717
|
+
set ic(a: Brush);
|
|
4650
4718
|
private h3;
|
|
4651
4719
|
get h9(): Brush;
|
|
4652
4720
|
set h9(a: Brush);
|
|
4653
|
-
private h0;
|
|
4654
|
-
get h6(): Brush;
|
|
4655
|
-
set h6(a: Brush);
|
|
4656
4721
|
private h4;
|
|
4657
4722
|
get ia(): Brush;
|
|
4658
4723
|
set ia(a: Brush);
|
|
4659
4724
|
private h1;
|
|
4660
4725
|
get h7(): Brush;
|
|
4661
4726
|
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);
|
|
4668
|
-
private ha;
|
|
4669
|
-
get he(): number;
|
|
4670
|
-
set he(a: number);
|
|
4671
4727
|
private hc;
|
|
4672
4728
|
get hg(): number;
|
|
4673
4729
|
set hg(a: number);
|
|
4730
|
+
private he;
|
|
4731
|
+
get hi(): number;
|
|
4732
|
+
set hi(a: number);
|
|
4733
|
+
private hd;
|
|
4734
|
+
get hh(): number;
|
|
4735
|
+
set hh(a: number);
|
|
4674
4736
|
private hb;
|
|
4675
4737
|
get hf(): number;
|
|
4676
4738
|
set hf(a: number);
|
|
4677
|
-
private
|
|
4678
|
-
get
|
|
4679
|
-
set
|
|
4680
|
-
private
|
|
4681
|
-
get
|
|
4682
|
-
set
|
|
4683
|
-
private g3;
|
|
4684
|
-
get g4(): GroupSummaryDisplayMode;
|
|
4685
|
-
set g4(a: GroupSummaryDisplayMode);
|
|
4739
|
+
private g7;
|
|
4740
|
+
get g8(): boolean;
|
|
4741
|
+
set g8(a: boolean);
|
|
4742
|
+
private g4;
|
|
4743
|
+
get g5(): GroupSummaryDisplayMode;
|
|
4744
|
+
set g5(a: GroupSummaryDisplayMode);
|
|
4686
4745
|
sectionHeaderPropertyUpdating: (sectionHeader: SectionHeader, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
4687
4746
|
constructor();
|
|
4688
|
-
protected
|
|
4747
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4689
4748
|
protected n(a: CellPath): CellModel;
|
|
4690
|
-
protected
|
|
4691
|
-
|
|
4692
|
-
|
|
4693
|
-
protected
|
|
4694
|
-
protected
|
|
4695
|
-
private
|
|
4696
|
-
private
|
|
4697
|
-
private
|
|
4698
|
-
|
|
4699
|
-
|
|
4700
|
-
|
|
4701
|
-
|
|
4702
|
-
protected
|
|
4703
|
-
hw(): void;
|
|
4749
|
+
protected go(): Brush;
|
|
4750
|
+
er(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4751
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4752
|
+
protected e5(): void;
|
|
4753
|
+
protected et(a: DataGrid, b: DataGrid): void;
|
|
4754
|
+
private g9;
|
|
4755
|
+
private ha;
|
|
4756
|
+
private hw;
|
|
4757
|
+
private hv;
|
|
4758
|
+
protected ev(a: any, b: PropertyChangedEventArgs): void;
|
|
4759
|
+
hz(): void;
|
|
4760
|
+
h0(): void;
|
|
4761
|
+
protected e9(): void;
|
|
4704
4762
|
protected fl(): void;
|
|
4705
|
-
|
|
4706
|
-
protected
|
|
4707
|
-
|
|
4763
|
+
hy(): void;
|
|
4764
|
+
protected fm(): void;
|
|
4765
|
+
hx(): void;
|
|
4766
|
+
protected ey(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4767
|
+
private g3;
|
|
4708
4768
|
}
|
|
4709
4769
|
/**
|
|
4710
4770
|
* @hidden
|
|
4711
4771
|
*/
|
|
4712
4772
|
export declare class RowSeparator extends DefinitionBase {
|
|
4713
4773
|
static $t: Type;
|
|
4714
|
-
protected
|
|
4715
|
-
protected
|
|
4716
|
-
protected
|
|
4774
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4775
|
+
protected et(a: DataGrid, b: DataGrid): void;
|
|
4776
|
+
protected e9(): void;
|
|
4777
|
+
protected fi(): void;
|
|
4778
|
+
protected fk(): void;
|
|
4717
4779
|
protected fh(): void;
|
|
4718
|
-
protected
|
|
4719
|
-
protected
|
|
4720
|
-
protected e4(): void;
|
|
4721
|
-
protected eu(a: any, b: PropertyChangedEventArgs): void;
|
|
4780
|
+
protected e5(): void;
|
|
4781
|
+
protected ev(a: any, b: PropertyChangedEventArgs): void;
|
|
4722
4782
|
protected n(a: CellPath): CellModel;
|
|
4723
|
-
protected
|
|
4724
|
-
protected
|
|
4725
|
-
protected gq(): Brush;
|
|
4783
|
+
protected go(): Brush;
|
|
4784
|
+
protected gv(): Brush;
|
|
4726
4785
|
protected gr(): Brush;
|
|
4786
|
+
protected gs(): Brush;
|
|
4727
4787
|
protected bj(): number;
|
|
4728
4788
|
}
|
|
4729
4789
|
/**
|
|
@@ -4731,93 +4791,93 @@ export declare class RowSeparator extends DefinitionBase {
|
|
|
4731
4791
|
*/
|
|
4732
4792
|
export declare class HeaderRowSeparator extends DefinitionBase {
|
|
4733
4793
|
static $t: Type;
|
|
4734
|
-
protected
|
|
4794
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4735
4795
|
protected n(a: CellPath): CellModel;
|
|
4736
|
-
protected
|
|
4737
|
-
protected
|
|
4738
|
-
protected
|
|
4739
|
-
protected
|
|
4740
|
-
protected
|
|
4796
|
+
protected go(): Brush;
|
|
4797
|
+
protected e9(): void;
|
|
4798
|
+
protected e5(): void;
|
|
4799
|
+
protected et(a: DataGrid, b: DataGrid): void;
|
|
4800
|
+
protected ev(a: any, b: PropertyChangedEventArgs): void;
|
|
4741
4801
|
}
|
|
4742
4802
|
/**
|
|
4743
4803
|
* @hidden
|
|
4744
4804
|
*/
|
|
4745
4805
|
export declare abstract class SummaryRow extends DefinitionBase {
|
|
4746
4806
|
static $t: Type;
|
|
4747
|
-
private hu;
|
|
4748
|
-
get hz(): Brush;
|
|
4749
|
-
set hz(a: Brush);
|
|
4750
|
-
private hs;
|
|
4751
|
-
get hw(): Brush;
|
|
4752
|
-
set hw(a: Brush);
|
|
4753
4807
|
private hv;
|
|
4754
4808
|
get h0(): Brush;
|
|
4755
4809
|
set h0(a: Brush);
|
|
4756
4810
|
private ht;
|
|
4757
4811
|
get hx(): Brush;
|
|
4758
4812
|
set hx(a: Brush);
|
|
4813
|
+
private hw;
|
|
4814
|
+
get h1(): Brush;
|
|
4815
|
+
set h1(a: Brush);
|
|
4816
|
+
private hu;
|
|
4817
|
+
get hy(): Brush;
|
|
4818
|
+
set hy(a: Brush);
|
|
4819
|
+
private g4;
|
|
4820
|
+
get summaryLabelTextStyle(): FontInfo;
|
|
4821
|
+
set summaryLabelTextStyle(a: FontInfo);
|
|
4759
4822
|
private g3;
|
|
4760
|
-
get
|
|
4761
|
-
set
|
|
4762
|
-
private g2;
|
|
4763
|
-
get g4(): FontInfo;
|
|
4764
|
-
set g4(a: FontInfo);
|
|
4765
|
-
private g8;
|
|
4766
|
-
get hc(): number;
|
|
4767
|
-
set hc(a: number);
|
|
4768
|
-
private ha;
|
|
4769
|
-
get he(): number;
|
|
4770
|
-
set he(a: number);
|
|
4823
|
+
get g5(): FontInfo;
|
|
4824
|
+
set g5(a: FontInfo);
|
|
4771
4825
|
private g9;
|
|
4772
4826
|
get hd(): number;
|
|
4773
4827
|
set hd(a: number);
|
|
4774
|
-
private
|
|
4775
|
-
get
|
|
4776
|
-
set
|
|
4828
|
+
private hb;
|
|
4829
|
+
get hf(): number;
|
|
4830
|
+
set hf(a: number);
|
|
4831
|
+
private ha;
|
|
4832
|
+
get he(): number;
|
|
4833
|
+
set he(a: number);
|
|
4834
|
+
private g8;
|
|
4835
|
+
get hc(): number;
|
|
4836
|
+
set hc(a: number);
|
|
4777
4837
|
constructor();
|
|
4778
|
-
protected
|
|
4838
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4779
4839
|
protected n(a: CellPath): CellModel;
|
|
4780
|
-
|
|
4781
|
-
|
|
4782
|
-
protected
|
|
4783
|
-
protected
|
|
4784
|
-
protected
|
|
4785
|
-
protected
|
|
4786
|
-
protected
|
|
4787
|
-
protected hp(): void;
|
|
4840
|
+
er(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4841
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4842
|
+
protected et(a: DataGrid, b: DataGrid): void;
|
|
4843
|
+
protected e5(): void;
|
|
4844
|
+
protected hz(): Brush;
|
|
4845
|
+
protected gw(): Brush;
|
|
4846
|
+
protected ev(a: any, b: PropertyChangedEventArgs): void;
|
|
4788
4847
|
protected hq(): void;
|
|
4789
4848
|
protected hr(): void;
|
|
4790
|
-
protected
|
|
4849
|
+
protected hs(): void;
|
|
4850
|
+
protected ey(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4791
4851
|
protected ak(): FontInfo;
|
|
4792
|
-
protected
|
|
4852
|
+
protected g6(): FontInfo;
|
|
4793
4853
|
}
|
|
4794
4854
|
/**
|
|
4795
4855
|
* @hidden
|
|
4796
4856
|
*/
|
|
4797
4857
|
export declare class SummaryRowRoot extends SummaryRow {
|
|
4798
4858
|
static $t: Type;
|
|
4799
|
-
protected
|
|
4800
|
-
protected
|
|
4801
|
-
protected
|
|
4802
|
-
protected hp(): void;
|
|
4859
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4860
|
+
protected go(): Brush;
|
|
4861
|
+
protected e9(): void;
|
|
4803
4862
|
protected hq(): void;
|
|
4804
|
-
protected fk(): void;
|
|
4805
|
-
protected fl(): void;
|
|
4806
4863
|
protected hr(): void;
|
|
4864
|
+
protected fl(): void;
|
|
4865
|
+
protected fm(): void;
|
|
4866
|
+
protected hs(): void;
|
|
4807
4867
|
}
|
|
4808
4868
|
/**
|
|
4809
4869
|
* @hidden
|
|
4810
4870
|
*/
|
|
4811
4871
|
export declare class SummaryRowSection extends SummaryRow {
|
|
4812
4872
|
static $t: Type;
|
|
4813
|
-
protected
|
|
4814
|
-
protected
|
|
4815
|
-
protected
|
|
4816
|
-
protected hp(): void;
|
|
4873
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4874
|
+
protected go(): Brush;
|
|
4875
|
+
protected e9(): void;
|
|
4817
4876
|
protected hq(): void;
|
|
4818
|
-
protected fk(): void;
|
|
4819
|
-
protected fl(): void;
|
|
4820
4877
|
protected hr(): void;
|
|
4878
|
+
protected fl(): void;
|
|
4879
|
+
protected fm(): void;
|
|
4880
|
+
protected hs(): void;
|
|
4821
4881
|
}
|
|
4822
4882
|
/**
|
|
4823
4883
|
* @hidden
|
|
@@ -4826,13 +4886,13 @@ export declare class TemplateColumn extends DataGridColumn {
|
|
|
4826
4886
|
static $t: Type;
|
|
4827
4887
|
constructor();
|
|
4828
4888
|
protected n(a: CellPath): CellModel;
|
|
4829
|
-
protected
|
|
4830
|
-
|
|
4831
|
-
|
|
4832
|
-
|
|
4889
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4890
|
+
er(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4891
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4892
|
+
s1(a: TemplateCellModel, b: any): void;
|
|
4833
4893
|
cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
|
|
4834
|
-
protected
|
|
4835
|
-
|
|
4894
|
+
protected ey(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4895
|
+
h2(): DataGridColumn;
|
|
4836
4896
|
}
|
|
4837
4897
|
/**
|
|
4838
4898
|
* @hidden
|
|
@@ -4851,24 +4911,24 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
|
|
|
4851
4911
|
*/
|
|
4852
4912
|
export declare class TextColumn extends DataGridColumn {
|
|
4853
4913
|
static $t: Type;
|
|
4854
|
-
private
|
|
4855
|
-
get
|
|
4856
|
-
set
|
|
4857
|
-
get
|
|
4858
|
-
set
|
|
4859
|
-
get
|
|
4860
|
-
set
|
|
4861
|
-
get
|
|
4862
|
-
set
|
|
4863
|
-
get
|
|
4864
|
-
set
|
|
4914
|
+
private s2;
|
|
4915
|
+
get s6(): string;
|
|
4916
|
+
set s6(a: string);
|
|
4917
|
+
get s0(): EditorType;
|
|
4918
|
+
set s0(a: EditorType);
|
|
4919
|
+
get s1(): any;
|
|
4920
|
+
set s1(a: any);
|
|
4921
|
+
get s3(): string;
|
|
4922
|
+
set s3(a: string);
|
|
4923
|
+
get s4(): string;
|
|
4924
|
+
set s4(a: string);
|
|
4865
4925
|
protected n(a: CellPath): CellModel;
|
|
4866
|
-
|
|
4867
|
-
|
|
4926
|
+
er(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4927
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4868
4928
|
d1(a: DataGrid, b: any, c: any): string;
|
|
4869
|
-
private
|
|
4870
|
-
protected
|
|
4871
|
-
|
|
4929
|
+
private s5;
|
|
4930
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4931
|
+
h2(): DataGridColumn;
|
|
4872
4932
|
}
|
|
4873
4933
|
/**
|
|
4874
4934
|
* @hidden
|
|
@@ -4877,9 +4937,9 @@ export declare class TextHeader extends Header {
|
|
|
4877
4937
|
static $t: Type;
|
|
4878
4938
|
constructor();
|
|
4879
4939
|
protected n(a: CellPath): CellModel;
|
|
4880
|
-
protected
|
|
4881
|
-
|
|
4882
|
-
|
|
4940
|
+
protected d5(a: CellPath, b: DataGrid, c: any): string;
|
|
4941
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4942
|
+
er(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4883
4943
|
}
|
|
4884
4944
|
/**
|
|
4885
4945
|
* @hidden
|