igniteui-webcomponents-data-grids 6.0.1 → 6.0.2-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +12298 -10495
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +3 -3
- package/esm2015/lib/CanvasCellPresenterBase.js +14 -14
- package/esm2015/lib/CanvasContentCellModelHelper.js +18 -18
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +9 -9
- package/esm2015/lib/CanvasGridCellBase.js +9 -9
- package/esm2015/lib/CanvasImageCellPresenter.js +10 -10
- package/esm2015/lib/CanvasNumericCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/CanvasSummaryCell.js +1 -1
- package/esm2015/lib/CanvasSummaryCellPresenter.js +8 -8
- package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTextCellPresenter.js +10 -10
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +13 -13
- package/esm2015/lib/CellPresenterBase.js +64 -39
- package/esm2015/lib/CheckboxListView_combined.js +49 -49
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +8409 -7998
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ColumnSortDescription.js +6 -1
- package/esm2015/lib/ColumnSummaryDescription.js +6 -1
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +46 -33
- package/esm2015/lib/DataGridCellLayoutPanel.js +19 -19
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +10 -10
- package/esm2015/lib/EditorCell.js +308 -308
- package/esm2015/lib/EditorCellPresenter.js +28 -28
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +278 -278
- package/esm2015/lib/FilterCellPresenter.js +18 -18
- package/esm2015/lib/GridCellBase.js +587 -317
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +11 -11
- 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/GridConditionFilterStringErrorsParsingEventArgs.js +2 -14
- package/esm2015/lib/GridConditionalStyleFontInfo.js +26 -0
- package/esm2015/lib/GridConditionalStyleProperty.js +326 -205
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +1 -1
- package/esm2015/lib/ImageCell.js +62 -62
- package/esm2015/lib/ImageCellPresenter.js +18 -18
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +15 -15
- package/esm2015/lib/NumericCell.js +9 -5
- package/esm2015/lib/NumericCellPresenter.js +10 -10
- package/esm2015/lib/PropertyEditorView_combined.js +21 -21
- package/esm2015/lib/SectionHeaderCell.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/SummaryCell.js +41 -41
- package/esm2015/lib/SummaryCellPresenter.js +14 -14
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +6 -6
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +35 -30
- package/esm2015/lib/TextCellDecoration.js +33 -0
- package/esm2015/lib/TextCellPresenter.js +11 -11
- package/esm2015/lib/TextHeaderCell.js +157 -150
- package/esm2015/lib/TextHeaderCellPresenter.js +35 -35
- package/esm2015/lib/TextIconSetConditionalStyle.js +14 -9
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +301 -190
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +284 -160
- package/esm2015/lib/igc-data-grid-component.js +64 -4
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +66 -65
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm2015/lib/igc-grid-conditional-style-font-info-component.js +214 -0
- package/esm2015/lib/igc-grid-conditional-style-font-info-module.js +16 -0
- package/esm2015/lib/igc-grid-conditional-style-property-component.js +101 -35
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +10 -10
- package/esm2015/public_api.js +4 -0
- package/esm5/lib/AccessibilityRow.js +3 -3
- package/esm5/lib/CanvasCellPresenterBase.js +14 -14
- package/esm5/lib/CanvasContentCellModelHelper.js +18 -18
- package/esm5/lib/CanvasDateTimeCellPresenter.js +9 -9
- package/esm5/lib/CanvasGridCellBase.js +9 -9
- package/esm5/lib/CanvasImageCellPresenter.js +10 -10
- package/esm5/lib/CanvasNumericCellPresenter.js +9 -9
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/CanvasSummaryCell.js +1 -1
- package/esm5/lib/CanvasSummaryCellPresenter.js +8 -8
- package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
- package/esm5/lib/CanvasTextCellPresenter.js +10 -10
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +13 -13
- package/esm5/lib/CellPresenterBase.js +64 -39
- package/esm5/lib/CheckboxListView_combined.js +49 -49
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +8205 -7695
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ColumnSortDescription.js +6 -1
- package/esm5/lib/ColumnSummaryDescription.js +6 -1
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +46 -33
- package/esm5/lib/DataGridCellLayoutPanel.js +19 -19
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +10 -10
- package/esm5/lib/EditorCell.js +291 -291
- package/esm5/lib/EditorCellPresenter.js +28 -28
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +266 -266
- package/esm5/lib/FilterCellPresenter.js +18 -18
- package/esm5/lib/GridCellBase.js +625 -311
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +11 -11
- 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/GridConditionFilterStringErrorsParsingEventArgs.js +2 -22
- package/esm5/lib/GridConditionalStyleFontInfo.js +32 -0
- package/esm5/lib/GridConditionalStyleProperty.js +343 -194
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +1 -1
- package/esm5/lib/ImageCell.js +61 -61
- package/esm5/lib/ImageCellPresenter.js +18 -18
- package/esm5/lib/MultiColumnComboBoxView_combined.js +15 -15
- package/esm5/lib/NumericCell.js +9 -5
- package/esm5/lib/NumericCellPresenter.js +10 -10
- package/esm5/lib/PropertyEditorView_combined.js +21 -21
- package/esm5/lib/SectionHeaderCell.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/SummaryCell.js +41 -41
- package/esm5/lib/SummaryCellPresenter.js +14 -14
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +6 -6
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +35 -30
- package/esm5/lib/TextCellDecoration.js +33 -0
- package/esm5/lib/TextCellPresenter.js +11 -11
- package/esm5/lib/TextHeaderCell.js +155 -148
- package/esm5/lib/TextHeaderCellPresenter.js +35 -35
- package/esm5/lib/TextIconSetConditionalStyle.js +14 -9
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +349 -190
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +332 -160
- package/esm5/lib/igc-data-grid-component.js +68 -4
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +66 -65
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-grid-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm5/lib/igc-grid-conditional-style-font-info-component.js +232 -0
- package/esm5/lib/igc-grid-conditional-style-font-info-module.js +20 -0
- package/esm5/lib/igc-grid-conditional-style-property-component.js +128 -34
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +10 -10
- package/esm5/public_api.js +4 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +12290 -10806
- package/fesm5/igniteui-webcomponents-data-grids.js +12295 -10497
- package/lib/ColumnFilterCondition_combined.d.ts +1999 -1901
- package/lib/ContentCellModelHelper.d.ts +4 -4
- package/lib/EditorCell.d.ts +74 -74
- package/lib/FilterCell.d.ts +61 -61
- package/lib/GridCellBase.d.ts +140 -95
- package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +2 -6
- package/lib/GridConditionalStyleFontInfo.d.ts +11 -0
- package/lib/GridConditionalStyleProperty.d.ts +84 -61
- package/lib/ImageCell.d.ts +20 -20
- package/lib/MultiColumnComboBoxView_combined.d.ts +1 -1
- package/lib/NumericCell.d.ts +2 -1
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +11 -11
- package/lib/TemplateCell.d.ts +6 -6
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +3 -3
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +10 -8
- package/lib/TextCellDecoration.d.ts +26 -0
- package/lib/TextHeaderCell.d.ts +37 -35
- package/lib/VerticalSeparatorCell.d.ts +9 -9
- package/lib/igc-cell-info.d.ts +58 -0
- package/lib/igc-data-grid-column-component.d.ts +62 -1
- package/lib/igc-data-grid-component.d.ts +15 -1
- package/lib/igc-definition-base-component.d.ts +1 -1
- package/lib/igc-grid-conditional-style-font-info-component.d.ts +44 -0
- package/lib/igc-grid-conditional-style-font-info-module.d.ts +3 -0
- package/lib/igc-grid-conditional-style-property-component.d.ts +17 -2
- package/package.json +41 -41
- package/public_api.d.ts +4 -0
|
@@ -29,6 +29,7 @@ import { Rect } from "igniteui-webcomponents-core";
|
|
|
29
29
|
import { ModelTypes } from "./ModelTypes";
|
|
30
30
|
import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment";
|
|
31
31
|
import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment";
|
|
32
|
+
import { TextCellDecoration } from "./TextCellDecoration";
|
|
32
33
|
import { TextCellLineBreakMode } from "./TextCellLineBreakMode";
|
|
33
34
|
import { ColumnSortDirection } from "./ColumnSortDirection";
|
|
34
35
|
import { PinnedPositions } from "./PinnedPositions";
|
|
@@ -486,473 +487,521 @@ export declare abstract class CellModel extends Base {
|
|
|
486
487
|
get p(): DataGrid;
|
|
487
488
|
set p(a: DataGrid);
|
|
488
489
|
constructor();
|
|
489
|
-
private static
|
|
490
|
-
private static
|
|
491
|
-
private static
|
|
492
|
-
static
|
|
490
|
+
private static d0;
|
|
491
|
+
private static dz;
|
|
492
|
+
private static by;
|
|
493
|
+
static f5(a: string): number;
|
|
493
494
|
s: ICellPresenter;
|
|
494
|
-
static
|
|
495
|
+
static hi: number;
|
|
495
496
|
private t;
|
|
496
497
|
get u(): ModelStates;
|
|
497
498
|
set u(a: ModelStates);
|
|
498
|
-
private
|
|
499
|
-
get
|
|
500
|
-
set
|
|
499
|
+
private ig;
|
|
500
|
+
get k5(): string;
|
|
501
|
+
set k5(a: string);
|
|
501
502
|
private k;
|
|
502
|
-
static
|
|
503
|
+
static g4: number;
|
|
503
504
|
get l(): CellPath;
|
|
504
505
|
set l(a: CellPath);
|
|
505
|
-
private
|
|
506
|
-
static
|
|
507
|
-
get
|
|
508
|
-
set
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
a1: boolean;
|
|
514
|
-
bh: boolean;
|
|
515
|
-
bp: boolean;
|
|
506
|
+
private al;
|
|
507
|
+
static fp: number;
|
|
508
|
+
get a1(): boolean;
|
|
509
|
+
set a1(a: boolean);
|
|
510
|
+
fn: number;
|
|
511
|
+
bn: boolean;
|
|
512
|
+
bs: boolean;
|
|
513
|
+
a7: boolean;
|
|
516
514
|
a5: boolean;
|
|
517
|
-
|
|
515
|
+
bl: boolean;
|
|
516
|
+
bt: boolean;
|
|
517
|
+
a9: boolean;
|
|
518
|
+
bm: boolean;
|
|
518
519
|
c: ICellActionManager;
|
|
519
520
|
e: IGridInfoRequestor;
|
|
520
521
|
d: ICellModelExportUpdater;
|
|
521
|
-
private
|
|
522
|
-
static
|
|
523
|
-
get
|
|
524
|
-
set
|
|
525
|
-
private
|
|
526
|
-
static ex: number;
|
|
527
|
-
get ci(): number;
|
|
528
|
-
set ci(a: number);
|
|
529
|
-
private lj;
|
|
530
|
-
static et: number;
|
|
531
|
-
get l2(): Brush;
|
|
532
|
-
set l2(a: Brush);
|
|
533
|
-
private lk;
|
|
534
|
-
static ew: number;
|
|
535
|
-
get l3(): Brush;
|
|
536
|
-
set l3(a: Brush);
|
|
537
|
-
private c9;
|
|
538
|
-
static ez: number;
|
|
539
|
-
get ey(): number;
|
|
540
|
-
set ey(a: number);
|
|
541
|
-
private c8;
|
|
542
|
-
static ev: number;
|
|
543
|
-
get eu(): number;
|
|
544
|
-
set eu(a: number);
|
|
545
|
-
private mh;
|
|
522
|
+
private an;
|
|
523
|
+
static ge: number;
|
|
524
|
+
get a4(): boolean;
|
|
525
|
+
set a4(a: boolean);
|
|
526
|
+
private b5;
|
|
546
527
|
static e9: number;
|
|
547
|
-
get
|
|
548
|
-
set
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
get
|
|
552
|
-
set
|
|
553
|
-
private
|
|
554
|
-
static
|
|
528
|
+
get cq(): number;
|
|
529
|
+
set cq(a: number);
|
|
530
|
+
private mq;
|
|
531
|
+
static e5: number;
|
|
532
|
+
get nc(): Brush;
|
|
533
|
+
set nc(a: Brush);
|
|
534
|
+
private mr;
|
|
535
|
+
static e8: number;
|
|
536
|
+
get nd(): Brush;
|
|
537
|
+
set nd(a: Brush);
|
|
538
|
+
private dl;
|
|
539
|
+
static fb: number;
|
|
540
|
+
get fa(): number;
|
|
541
|
+
set fa(a: number);
|
|
542
|
+
private dk;
|
|
543
|
+
static e7: number;
|
|
544
|
+
get e6(): number;
|
|
545
|
+
set e6(a: number);
|
|
546
|
+
private nu;
|
|
547
|
+
static fl: number;
|
|
548
|
+
get nv(): Rect;
|
|
549
|
+
set nv(a: Rect);
|
|
550
|
+
static readonly gk: number;
|
|
551
|
+
private au;
|
|
552
|
+
get bh(): boolean;
|
|
553
|
+
set bh(a: boolean);
|
|
554
|
+
private ax;
|
|
555
|
+
static gm: number;
|
|
556
|
+
get bo(): boolean;
|
|
557
|
+
set bo(a: boolean);
|
|
558
|
+
private ay;
|
|
559
|
+
static gn: number;
|
|
560
|
+
get bp(): boolean;
|
|
561
|
+
set bp(a: boolean);
|
|
562
|
+
private aw;
|
|
563
|
+
static gl: number;
|
|
555
564
|
get bk(): boolean;
|
|
556
565
|
set bk(a: boolean);
|
|
557
|
-
private au;
|
|
558
|
-
static gb: number;
|
|
559
|
-
get bl(): boolean;
|
|
560
|
-
set bl(a: boolean);
|
|
561
566
|
private as;
|
|
562
|
-
static
|
|
563
|
-
get
|
|
564
|
-
set
|
|
565
|
-
private
|
|
566
|
-
static
|
|
567
|
-
get
|
|
568
|
-
set
|
|
569
|
-
private
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
private
|
|
574
|
-
a4(a: string): boolean;
|
|
575
|
-
a8(propertyId_: number): boolean;
|
|
576
|
-
a7(a: string): boolean;
|
|
577
|
-
private de;
|
|
567
|
+
static gj: number;
|
|
568
|
+
get bf(): boolean;
|
|
569
|
+
set bf(a: boolean);
|
|
570
|
+
private dy;
|
|
571
|
+
static gd: number;
|
|
572
|
+
get gc(): number;
|
|
573
|
+
set gc(a: number);
|
|
574
|
+
private bv;
|
|
575
|
+
a8(a: string): boolean;
|
|
576
|
+
bc(propertyId_: number): boolean;
|
|
577
|
+
bb(a: string): boolean;
|
|
578
|
+
private dr;
|
|
578
579
|
private a;
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
private
|
|
583
|
-
get
|
|
584
|
-
set
|
|
585
|
-
private
|
|
586
|
-
protected
|
|
587
|
-
protected
|
|
588
|
-
protected
|
|
589
|
-
private
|
|
590
|
-
private
|
|
591
|
-
private
|
|
592
|
-
private k1;
|
|
593
|
-
private k2;
|
|
594
|
-
private k6;
|
|
595
|
-
private k3;
|
|
580
|
+
l3(propertyId_: number): void;
|
|
581
|
+
l0(): void;
|
|
582
|
+
l4(a: string): void;
|
|
583
|
+
private am;
|
|
584
|
+
get a2(): boolean;
|
|
585
|
+
set a2(a: boolean);
|
|
586
|
+
private a0;
|
|
587
|
+
protected mb(a: string, b: number, c: any, d: any): void;
|
|
588
|
+
protected bu(a: string): boolean;
|
|
589
|
+
protected me(a: string, b: any, c: any): void;
|
|
590
|
+
private mc;
|
|
591
|
+
private l6;
|
|
592
|
+
private l7;
|
|
596
593
|
private l8;
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
private
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
594
|
+
private l9;
|
|
595
|
+
private md;
|
|
596
|
+
private ma;
|
|
597
|
+
private ni;
|
|
598
|
+
mg(): void;
|
|
599
|
+
protected mh(): void;
|
|
600
|
+
private bx;
|
|
601
|
+
mj(a: string, b: any): void;
|
|
602
|
+
a3(a: string): boolean;
|
|
603
|
+
mf(a: string): void;
|
|
604
|
+
h9(a: string): any;
|
|
604
605
|
private q;
|
|
605
606
|
get r(): GridLayer;
|
|
606
607
|
set r(a: GridLayer);
|
|
607
|
-
static
|
|
608
|
-
private
|
|
609
|
-
get
|
|
610
|
-
set
|
|
611
|
-
static readonly
|
|
612
|
-
private
|
|
608
|
+
static g9: number;
|
|
609
|
+
private h8;
|
|
610
|
+
get ic(): any;
|
|
611
|
+
set ic(a: any);
|
|
612
|
+
static readonly h4: number;
|
|
613
|
+
private cl;
|
|
614
|
+
get c6(): number;
|
|
615
|
+
set c6(a: number);
|
|
616
|
+
static readonly h5: number;
|
|
617
|
+
private cm;
|
|
618
|
+
get c7(): number;
|
|
619
|
+
set c7(a: number);
|
|
620
|
+
static readonly hd: number;
|
|
621
|
+
private d5;
|
|
622
|
+
get hc(): number;
|
|
623
|
+
set hc(a: number);
|
|
624
|
+
static readonly hf: number;
|
|
625
|
+
private d6;
|
|
626
|
+
get he(): number;
|
|
627
|
+
set he(a: number);
|
|
628
|
+
static readonly ft: number;
|
|
629
|
+
private b7;
|
|
630
|
+
get cs(): number;
|
|
631
|
+
set cs(a: number);
|
|
632
|
+
static readonly fm: number;
|
|
633
|
+
private b6;
|
|
634
|
+
get cr(): number;
|
|
635
|
+
set cr(a: number);
|
|
636
|
+
static readonly es: number;
|
|
637
|
+
private b3;
|
|
638
|
+
get co(): number;
|
|
639
|
+
set co(a: number);
|
|
640
|
+
static readonly gu: number;
|
|
641
|
+
private cb;
|
|
642
|
+
get cw(): number;
|
|
643
|
+
set cw(a: number);
|
|
644
|
+
static readonly eu: number;
|
|
645
|
+
private b4;
|
|
646
|
+
get cp(): number;
|
|
647
|
+
set cp(a: number);
|
|
648
|
+
static readonly gq: number;
|
|
649
|
+
l5(): void;
|
|
650
|
+
private b9;
|
|
613
651
|
get cu(): number;
|
|
614
652
|
set cu(a: number);
|
|
615
|
-
static readonly
|
|
616
|
-
private
|
|
653
|
+
static readonly hx: number;
|
|
654
|
+
private ci;
|
|
655
|
+
get c3(): number;
|
|
656
|
+
set c3(a: number);
|
|
657
|
+
static readonly gr: number;
|
|
658
|
+
private ca;
|
|
617
659
|
get cv(): number;
|
|
618
660
|
set cv(a: number);
|
|
619
|
-
static readonly
|
|
620
|
-
private
|
|
621
|
-
get
|
|
622
|
-
set
|
|
623
|
-
static readonly
|
|
624
|
-
private
|
|
625
|
-
get
|
|
626
|
-
set
|
|
627
|
-
static readonly
|
|
628
|
-
private
|
|
629
|
-
get
|
|
630
|
-
set
|
|
631
|
-
static readonly
|
|
661
|
+
static readonly hy: number;
|
|
662
|
+
private cj;
|
|
663
|
+
get c4(): number;
|
|
664
|
+
set c4(a: number);
|
|
665
|
+
static readonly f7: number;
|
|
666
|
+
private dx;
|
|
667
|
+
get f6(): number;
|
|
668
|
+
set f6(a: number);
|
|
669
|
+
static readonly h3: number;
|
|
670
|
+
private d7;
|
|
671
|
+
get h2(): number;
|
|
672
|
+
set h2(a: number);
|
|
673
|
+
static readonly go: number;
|
|
674
|
+
private az;
|
|
675
|
+
get br(): boolean;
|
|
676
|
+
set br(a: boolean);
|
|
677
|
+
static readonly gt: number;
|
|
678
|
+
private v;
|
|
679
|
+
get w(): ModelTypes;
|
|
680
|
+
set w(a: ModelTypes);
|
|
681
|
+
static readonly hb: number;
|
|
682
|
+
private cd;
|
|
683
|
+
get cy(): number;
|
|
684
|
+
set cy(a: number);
|
|
685
|
+
static readonly eh: number;
|
|
632
686
|
private b2;
|
|
633
|
-
get cj(): number;
|
|
634
|
-
set cj(a: number);
|
|
635
|
-
static readonly eg: number;
|
|
636
|
-
private bz;
|
|
637
|
-
get cg(): number;
|
|
638
|
-
set cg(a: number);
|
|
639
|
-
static readonly gi: number;
|
|
640
|
-
private b7;
|
|
641
|
-
get co(): number;
|
|
642
|
-
set co(a: number);
|
|
643
|
-
static readonly ei: number;
|
|
644
|
-
private b0;
|
|
645
|
-
get ch(): number;
|
|
646
|
-
set ch(a: number);
|
|
647
|
-
static readonly ge: number;
|
|
648
|
-
ky(): void;
|
|
649
|
-
private b5;
|
|
650
|
-
get cm(): number;
|
|
651
|
-
set cm(a: number);
|
|
652
|
-
static readonly g9: number;
|
|
653
|
-
private ca;
|
|
654
|
-
get cr(): number;
|
|
655
|
-
set cr(a: number);
|
|
656
|
-
static readonly gf: number;
|
|
657
|
-
private b6;
|
|
658
687
|
get cn(): number;
|
|
659
688
|
set cn(a: number);
|
|
660
|
-
static readonly
|
|
661
|
-
private
|
|
662
|
-
get
|
|
663
|
-
set
|
|
664
|
-
static readonly fv: number;
|
|
665
|
-
private dk;
|
|
666
|
-
get fu(): number;
|
|
667
|
-
set fu(a: number);
|
|
668
|
-
static readonly hf: number;
|
|
669
|
-
private dv;
|
|
670
|
-
get he(): number;
|
|
671
|
-
set he(a: number);
|
|
672
|
-
static readonly gc: number;
|
|
689
|
+
static readonly ga: number;
|
|
690
|
+
private b8;
|
|
691
|
+
get ct(): number;
|
|
692
|
+
set ct(a: number);
|
|
673
693
|
private av;
|
|
674
|
-
get
|
|
675
|
-
set
|
|
676
|
-
static readonly
|
|
677
|
-
private v;
|
|
678
|
-
get w(): ModelTypes;
|
|
679
|
-
set w(a: ModelTypes);
|
|
680
|
-
static readonly gz: number;
|
|
681
|
-
private b9;
|
|
682
|
-
get cq(): number;
|
|
683
|
-
set cq(a: number);
|
|
684
|
-
static readonly d5: number;
|
|
685
|
-
private by;
|
|
686
|
-
get cf(): number;
|
|
687
|
-
set cf(a: number);
|
|
688
|
-
static readonly fy: number;
|
|
689
|
-
private b4;
|
|
690
|
-
get cl(): number;
|
|
691
|
-
set cl(a: number);
|
|
692
|
-
private ar;
|
|
693
|
-
get be(): boolean;
|
|
694
|
-
set be(a: boolean);
|
|
695
|
-
static readonly fw: number;
|
|
694
|
+
get bi(): boolean;
|
|
695
|
+
set bi(a: boolean);
|
|
696
|
+
static readonly f8: number;
|
|
696
697
|
private f;
|
|
697
698
|
get g(): CellContentHorizontalAlignment;
|
|
698
699
|
set g(a: CellContentHorizontalAlignment);
|
|
699
|
-
static readonly
|
|
700
|
+
static readonly h0: number;
|
|
700
701
|
private h;
|
|
701
702
|
get i(): CellContentVerticalAlignment;
|
|
702
703
|
set i(a: CellContentVerticalAlignment);
|
|
703
|
-
static readonly es: number;
|
|
704
|
-
private li;
|
|
705
|
-
get l1(): Brush;
|
|
706
|
-
set l1(a: Brush);
|
|
707
704
|
static readonly e4: number;
|
|
708
|
-
private
|
|
709
|
-
get
|
|
710
|
-
set
|
|
711
|
-
static readonly
|
|
712
|
-
private
|
|
713
|
-
get
|
|
714
|
-
set
|
|
715
|
-
static readonly
|
|
716
|
-
private
|
|
717
|
-
get
|
|
718
|
-
set
|
|
719
|
-
static readonly
|
|
720
|
-
private
|
|
721
|
-
get
|
|
722
|
-
set
|
|
723
|
-
static readonly
|
|
724
|
-
private
|
|
725
|
-
get
|
|
726
|
-
set
|
|
727
|
-
static readonly
|
|
728
|
-
private
|
|
729
|
-
get
|
|
730
|
-
set
|
|
731
|
-
static readonly
|
|
732
|
-
private
|
|
733
|
-
get
|
|
734
|
-
set
|
|
735
|
-
static readonly
|
|
736
|
-
private
|
|
737
|
-
get
|
|
738
|
-
set
|
|
739
|
-
static readonly
|
|
740
|
-
private
|
|
741
|
-
get
|
|
742
|
-
set
|
|
705
|
+
private mp;
|
|
706
|
+
get nb(): Brush;
|
|
707
|
+
set nb(a: Brush);
|
|
708
|
+
static readonly fg: number;
|
|
709
|
+
private ms;
|
|
710
|
+
get ne(): Brush;
|
|
711
|
+
set ne(a: Brush);
|
|
712
|
+
static readonly ei: number;
|
|
713
|
+
private mm;
|
|
714
|
+
get m8(): Brush;
|
|
715
|
+
set m8(a: Brush);
|
|
716
|
+
static readonly en: number;
|
|
717
|
+
private mn;
|
|
718
|
+
get m9(): Brush;
|
|
719
|
+
set m9(a: Brush);
|
|
720
|
+
static readonly ec: number;
|
|
721
|
+
private ml;
|
|
722
|
+
get m7(): Brush;
|
|
723
|
+
set m7(a: Brush);
|
|
724
|
+
static readonly fy: number;
|
|
725
|
+
private mu;
|
|
726
|
+
get ng(): Brush;
|
|
727
|
+
set ng(a: Brush);
|
|
728
|
+
static readonly ha: number;
|
|
729
|
+
private m0;
|
|
730
|
+
get nn(): Brush;
|
|
731
|
+
set nn(a: Brush);
|
|
732
|
+
static readonly f9: number;
|
|
733
|
+
private mw;
|
|
734
|
+
get nj(): Brush;
|
|
735
|
+
set nj(a: Brush);
|
|
736
|
+
static readonly gb: number;
|
|
737
|
+
private mx;
|
|
738
|
+
get nk(): Brush;
|
|
739
|
+
set nk(a: Brush);
|
|
740
|
+
static readonly hh: number;
|
|
741
|
+
private m1;
|
|
742
|
+
get no(): Brush;
|
|
743
|
+
set no(a: Brush);
|
|
744
|
+
static readonly hj: number;
|
|
745
|
+
private m2;
|
|
746
|
+
get np(): Brush;
|
|
747
|
+
set np(a: Brush);
|
|
748
|
+
static readonly g6: number;
|
|
749
|
+
private mz;
|
|
750
|
+
get nm(): Brush;
|
|
751
|
+
set nm(a: Brush);
|
|
752
|
+
private my;
|
|
753
|
+
static readonly gp: number;
|
|
754
|
+
get nl(): Brush;
|
|
755
|
+
set nl(a: Brush);
|
|
756
|
+
private mv;
|
|
757
|
+
static readonly f3: number;
|
|
758
|
+
get nh(): Brush;
|
|
759
|
+
set nh(a: Brush);
|
|
743
760
|
static readonly g7: number;
|
|
744
|
-
private
|
|
745
|
-
get
|
|
746
|
-
set
|
|
747
|
-
static readonly gu: number;
|
|
748
|
-
private ls;
|
|
749
|
-
get mc(): Brush;
|
|
750
|
-
set mc(a: Brush);
|
|
751
|
-
private lr;
|
|
752
|
-
static readonly gd: number;
|
|
753
|
-
get mb(): Brush;
|
|
754
|
-
set mb(a: Brush);
|
|
755
|
-
private lo;
|
|
756
|
-
static readonly fr: number;
|
|
757
|
-
get l7(): Brush;
|
|
758
|
-
set l7(a: Brush);
|
|
761
|
+
private cc;
|
|
762
|
+
get cx(): number;
|
|
763
|
+
set cx(a: number);
|
|
759
764
|
static readonly gv: number;
|
|
760
|
-
private
|
|
761
|
-
get
|
|
762
|
-
set
|
|
763
|
-
static readonly gj: number;
|
|
764
|
-
private hj;
|
|
765
|
-
get hn(): any;
|
|
766
|
-
set hn(a: any);
|
|
767
|
-
static readonly gw: number;
|
|
768
|
-
private hq;
|
|
769
|
-
get j3(): string;
|
|
770
|
-
set j3(a: string);
|
|
771
|
-
static readonly hb: number;
|
|
772
|
-
private hs;
|
|
773
|
-
get ki(): string;
|
|
774
|
-
set ki(a: string);
|
|
765
|
+
private h7;
|
|
766
|
+
get ib(): any;
|
|
767
|
+
set ib(a: any);
|
|
775
768
|
static readonly g8: number;
|
|
776
|
-
private
|
|
777
|
-
get
|
|
778
|
-
set
|
|
779
|
-
static readonly
|
|
780
|
-
private
|
|
781
|
-
get
|
|
782
|
-
set
|
|
783
|
-
static readonly
|
|
784
|
-
private
|
|
785
|
-
get
|
|
786
|
-
set
|
|
787
|
-
static readonly
|
|
769
|
+
private ie;
|
|
770
|
+
get ku(): string;
|
|
771
|
+
set ku(a: string);
|
|
772
|
+
static readonly hz: number;
|
|
773
|
+
private ik;
|
|
774
|
+
get lp(): string;
|
|
775
|
+
set lp(a: string);
|
|
776
|
+
static readonly hv: number;
|
|
777
|
+
private m6;
|
|
778
|
+
get nt(): Brush;
|
|
779
|
+
set nt(a: Brush);
|
|
780
|
+
static readonly e3: number;
|
|
781
|
+
private mo;
|
|
782
|
+
get na(): Brush;
|
|
783
|
+
set na(a: Brush);
|
|
784
|
+
static readonly fo: number;
|
|
785
|
+
private mt;
|
|
786
|
+
get nf(): Brush;
|
|
787
|
+
set nf(a: Brush);
|
|
788
|
+
static readonly f4: number;
|
|
789
|
+
private af;
|
|
790
|
+
get aj(): FontInfo;
|
|
791
|
+
set aj(a: FontInfo);
|
|
792
|
+
static readonly et: number;
|
|
788
793
|
private ad;
|
|
789
|
-
get
|
|
790
|
-
set
|
|
791
|
-
static readonly
|
|
792
|
-
private
|
|
793
|
-
get
|
|
794
|
-
set
|
|
795
|
-
static readonly
|
|
794
|
+
get ah(): FontInfo;
|
|
795
|
+
set ah(a: FontInfo);
|
|
796
|
+
static readonly hu: number;
|
|
797
|
+
private ij;
|
|
798
|
+
get lg(): string;
|
|
799
|
+
set lg(a: string);
|
|
800
|
+
static readonly hs: number;
|
|
801
|
+
private m5;
|
|
802
|
+
get ns(): Brush;
|
|
803
|
+
set ns(a: Brush);
|
|
804
|
+
static readonly ht: number;
|
|
805
|
+
private ag;
|
|
806
|
+
get ak(): FontInfo;
|
|
807
|
+
set ak(a: FontInfo);
|
|
808
|
+
static readonly hm: number;
|
|
809
|
+
private ii;
|
|
810
|
+
get k9(): string;
|
|
811
|
+
set k9(a: string);
|
|
812
|
+
static readonly hk: number;
|
|
813
|
+
private ih;
|
|
814
|
+
get k6(): string;
|
|
815
|
+
set k6(a: string);
|
|
816
|
+
static readonly hn: number;
|
|
817
|
+
private m4;
|
|
818
|
+
get nr(): Brush;
|
|
819
|
+
set nr(a: Brush);
|
|
820
|
+
static readonly hl: number;
|
|
821
|
+
private m3;
|
|
822
|
+
get nq(): Brush;
|
|
823
|
+
set nq(a: Brush);
|
|
824
|
+
static readonly hp: number;
|
|
825
|
+
private cf;
|
|
826
|
+
get c0(): number;
|
|
827
|
+
set c0(a: number);
|
|
828
|
+
static readonly hq: number;
|
|
829
|
+
private cg;
|
|
830
|
+
get c1(): number;
|
|
831
|
+
set c1(a: number);
|
|
832
|
+
static readonly hr: number;
|
|
833
|
+
private ch;
|
|
834
|
+
get c2(): number;
|
|
835
|
+
set c2(a: number);
|
|
836
|
+
static readonly ho: number;
|
|
837
|
+
private ce;
|
|
838
|
+
get cz(): number;
|
|
839
|
+
set cz(a: number);
|
|
840
|
+
static readonly hw: number;
|
|
796
841
|
private z;
|
|
797
|
-
get aa():
|
|
798
|
-
set aa(a:
|
|
799
|
-
static readonly
|
|
800
|
-
private
|
|
801
|
-
get
|
|
802
|
-
set
|
|
803
|
-
static readonly
|
|
842
|
+
get aa(): TextCellDecoration;
|
|
843
|
+
set aa(a: TextCellDecoration);
|
|
844
|
+
static readonly gs: number;
|
|
845
|
+
private ab;
|
|
846
|
+
get ac(): TextCellLineBreakMode;
|
|
847
|
+
set ac(a: TextCellLineBreakMode);
|
|
848
|
+
static readonly h1: number;
|
|
849
|
+
private ck;
|
|
850
|
+
get c5(): number;
|
|
851
|
+
set c5(a: number);
|
|
852
|
+
static readonly gz: number;
|
|
853
|
+
private d2;
|
|
854
|
+
get gy(): number;
|
|
855
|
+
set gy(a: number);
|
|
856
|
+
static readonly g3: number;
|
|
857
|
+
private d4;
|
|
858
|
+
get g2(): number;
|
|
859
|
+
set g2(a: number);
|
|
860
|
+
static readonly g1: number;
|
|
861
|
+
private d3;
|
|
862
|
+
get g0(): number;
|
|
863
|
+
set g0(a: number);
|
|
864
|
+
static readonly gx: number;
|
|
865
|
+
private d1;
|
|
866
|
+
get gw(): number;
|
|
867
|
+
set gw(a: number);
|
|
868
|
+
static readonly ey: number;
|
|
869
|
+
private dh;
|
|
870
|
+
get ex(): number;
|
|
871
|
+
set ex(a: number);
|
|
872
|
+
static readonly e2: number;
|
|
873
|
+
private dj;
|
|
874
|
+
get e1(): number;
|
|
875
|
+
set e1(a: number);
|
|
876
|
+
static readonly e0: number;
|
|
877
|
+
private di;
|
|
878
|
+
get ez(): number;
|
|
879
|
+
set ez(a: number);
|
|
880
|
+
static readonly ew: number;
|
|
881
|
+
private dg;
|
|
882
|
+
get ev(): number;
|
|
883
|
+
set ev(a: number);
|
|
884
|
+
static readonly ff: number;
|
|
885
|
+
private dn;
|
|
886
|
+
get fe(): number;
|
|
887
|
+
set fe(a: number);
|
|
888
|
+
static readonly fk: number;
|
|
804
889
|
private dq;
|
|
805
|
-
get
|
|
806
|
-
set
|
|
807
|
-
static readonly
|
|
808
|
-
private ds;
|
|
809
|
-
get gq(): number;
|
|
810
|
-
set gq(a: number);
|
|
811
|
-
static readonly gp: number;
|
|
812
|
-
private dr;
|
|
813
|
-
get go(): number;
|
|
814
|
-
set go(a: number);
|
|
815
|
-
static readonly gl: number;
|
|
890
|
+
get fj(): number;
|
|
891
|
+
set fj(a: number);
|
|
892
|
+
static readonly fi: number;
|
|
816
893
|
private dp;
|
|
817
|
-
get
|
|
818
|
-
set
|
|
894
|
+
get fh(): number;
|
|
895
|
+
set fh(a: number);
|
|
896
|
+
static readonly fd: number;
|
|
897
|
+
private dm;
|
|
898
|
+
get fc(): number;
|
|
899
|
+
set fc(a: number);
|
|
900
|
+
static readonly eb: number;
|
|
901
|
+
private c9;
|
|
902
|
+
get ea(): number;
|
|
903
|
+
set ea(a: number);
|
|
904
|
+
static readonly eg: number;
|
|
905
|
+
private db;
|
|
906
|
+
get ef(): number;
|
|
907
|
+
set ef(a: number);
|
|
908
|
+
static readonly ee: number;
|
|
909
|
+
private da;
|
|
910
|
+
get ed(): number;
|
|
911
|
+
set ed(a: number);
|
|
912
|
+
static readonly d9: number;
|
|
913
|
+
private c8;
|
|
914
|
+
get d8(): number;
|
|
915
|
+
set d8(a: number);
|
|
916
|
+
static readonly fx: number;
|
|
917
|
+
private du;
|
|
918
|
+
get fw(): number;
|
|
919
|
+
set fw(a: number);
|
|
920
|
+
static readonly f2: number;
|
|
921
|
+
private dw;
|
|
922
|
+
get f1(): number;
|
|
923
|
+
set f1(a: number);
|
|
924
|
+
static readonly f0: number;
|
|
925
|
+
private dv;
|
|
926
|
+
get fz(): number;
|
|
927
|
+
set fz(a: number);
|
|
928
|
+
static readonly fv: number;
|
|
929
|
+
private dt;
|
|
930
|
+
get fu(): number;
|
|
931
|
+
set fu(a: number);
|
|
819
932
|
static readonly em: number;
|
|
820
|
-
private
|
|
933
|
+
private dd;
|
|
821
934
|
get el(): number;
|
|
822
935
|
set el(a: number);
|
|
823
|
-
static readonly
|
|
824
|
-
private
|
|
825
|
-
get
|
|
826
|
-
set
|
|
827
|
-
static readonly
|
|
828
|
-
private
|
|
829
|
-
get
|
|
830
|
-
set
|
|
936
|
+
static readonly er: number;
|
|
937
|
+
private df;
|
|
938
|
+
get eq(): number;
|
|
939
|
+
set eq(a: number);
|
|
940
|
+
static readonly ep: number;
|
|
941
|
+
private de;
|
|
942
|
+
get eo(): number;
|
|
943
|
+
set eo(a: number);
|
|
831
944
|
static readonly ek: number;
|
|
832
|
-
private
|
|
945
|
+
private dc;
|
|
833
946
|
get ej(): number;
|
|
834
947
|
set ej(a: number);
|
|
835
|
-
static readonly
|
|
836
|
-
private db;
|
|
837
|
-
get e2(): number;
|
|
838
|
-
set e2(a: number);
|
|
839
|
-
static readonly e8: number;
|
|
840
|
-
private dd;
|
|
841
|
-
get e7(): number;
|
|
842
|
-
set e7(a: number);
|
|
843
|
-
static readonly e6: number;
|
|
844
|
-
private dc;
|
|
845
|
-
get e5(): number;
|
|
846
|
-
set e5(a: number);
|
|
847
|
-
static readonly e1: number;
|
|
848
|
-
private da;
|
|
849
|
-
get e0(): number;
|
|
850
|
-
set e0(a: number);
|
|
851
|
-
static readonly dz: number;
|
|
852
|
-
private cx;
|
|
853
|
-
get dy(): number;
|
|
854
|
-
set dy(a: number);
|
|
855
|
-
static readonly d4: number;
|
|
856
|
-
private cz;
|
|
857
|
-
get d3(): number;
|
|
858
|
-
set d3(a: number);
|
|
859
|
-
static readonly d2: number;
|
|
860
|
-
private cy;
|
|
861
|
-
get d1(): number;
|
|
862
|
-
set d1(a: number);
|
|
863
|
-
static readonly dx: number;
|
|
864
|
-
private cw;
|
|
865
|
-
get dw(): number;
|
|
866
|
-
set dw(a: number);
|
|
867
|
-
static readonly fl: number;
|
|
868
|
-
private dh;
|
|
869
|
-
get fk(): number;
|
|
870
|
-
set fk(a: number);
|
|
871
|
-
static readonly fq: number;
|
|
872
|
-
private dj;
|
|
873
|
-
get fp(): number;
|
|
874
|
-
set fp(a: number);
|
|
875
|
-
static readonly fo: number;
|
|
876
|
-
private di;
|
|
877
|
-
get fn(): number;
|
|
878
|
-
set fn(a: number);
|
|
879
|
-
static readonly fj: number;
|
|
880
|
-
private dg;
|
|
881
|
-
get fi(): number;
|
|
882
|
-
set fi(a: number);
|
|
883
|
-
static readonly ea: number;
|
|
884
|
-
private c1;
|
|
885
|
-
get d9(): number;
|
|
886
|
-
set d9(a: number);
|
|
887
|
-
static readonly ef: number;
|
|
888
|
-
private c3;
|
|
889
|
-
get ee(): number;
|
|
890
|
-
set ee(a: number);
|
|
891
|
-
static readonly ed: number;
|
|
892
|
-
private c2;
|
|
893
|
-
get ec(): number;
|
|
894
|
-
set ec(a: number);
|
|
895
|
-
static readonly d8: number;
|
|
896
|
-
private c0;
|
|
897
|
-
get d7(): number;
|
|
898
|
-
set d7(a: number);
|
|
899
|
-
static readonly g4: number;
|
|
948
|
+
static readonly hg: number;
|
|
900
949
|
private m;
|
|
901
950
|
get n(): ColumnSortDirection;
|
|
902
951
|
set n(a: ColumnSortDirection);
|
|
903
|
-
static readonly
|
|
904
|
-
private
|
|
905
|
-
get
|
|
906
|
-
set
|
|
907
|
-
static readonly
|
|
908
|
-
private
|
|
909
|
-
get
|
|
910
|
-
set
|
|
911
|
-
static readonly
|
|
952
|
+
static readonly gi: number;
|
|
953
|
+
private ar;
|
|
954
|
+
get be(): boolean;
|
|
955
|
+
set be(a: boolean);
|
|
956
|
+
static readonly gf: number;
|
|
957
|
+
private ao;
|
|
958
|
+
get a6(): boolean;
|
|
959
|
+
set a6(a: boolean);
|
|
960
|
+
static readonly g5: number;
|
|
912
961
|
private x;
|
|
913
962
|
get y(): PinnedPositions;
|
|
914
963
|
set y(a: PinnedPositions);
|
|
915
|
-
static readonly
|
|
916
|
-
private
|
|
917
|
-
get
|
|
918
|
-
set
|
|
919
|
-
static readonly
|
|
920
|
-
private
|
|
921
|
-
get
|
|
922
|
-
set
|
|
923
|
-
static readonly
|
|
924
|
-
private al;
|
|
925
|
-
get a6(): boolean;
|
|
926
|
-
set a6(a: boolean);
|
|
927
|
-
static readonly fe: number;
|
|
928
|
-
private hp;
|
|
929
|
-
get iv(): string;
|
|
930
|
-
set iv(a: string);
|
|
931
|
-
bf: boolean;
|
|
932
|
-
private df;
|
|
933
|
-
get fg(): number;
|
|
934
|
-
set fg(a: number);
|
|
964
|
+
static readonly fr: number;
|
|
965
|
+
private ae;
|
|
966
|
+
get ai(): FontInfo;
|
|
967
|
+
set ai(a: FontInfo);
|
|
968
|
+
static readonly gh: number;
|
|
969
|
+
private aq;
|
|
970
|
+
get bd(): boolean;
|
|
971
|
+
set bd(a: boolean);
|
|
972
|
+
static readonly gg: number;
|
|
935
973
|
private ap;
|
|
936
|
-
get
|
|
937
|
-
set
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
974
|
+
get ba(): boolean;
|
|
975
|
+
set ba(a: boolean);
|
|
976
|
+
static readonly fq: number;
|
|
977
|
+
private id;
|
|
978
|
+
get jm(): string;
|
|
979
|
+
set jm(a: string);
|
|
980
|
+
bj: boolean;
|
|
981
|
+
private ds;
|
|
982
|
+
get fs(): number;
|
|
983
|
+
set fs(a: number);
|
|
984
|
+
private at;
|
|
985
|
+
get bg(): boolean;
|
|
986
|
+
set bg(a: boolean);
|
|
987
|
+
h6: number;
|
|
988
|
+
ly(): void;
|
|
989
|
+
protected lz(): void;
|
|
941
990
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
942
991
|
b(a: CellModelExport): CellModelExport;
|
|
943
|
-
private static
|
|
944
|
-
protected
|
|
945
|
-
private static
|
|
946
|
-
private
|
|
947
|
-
protected
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
992
|
+
private static bz;
|
|
993
|
+
protected l2(): void;
|
|
994
|
+
private static bw;
|
|
995
|
+
private b0;
|
|
996
|
+
protected l1(): void;
|
|
997
|
+
lw(a: string): Type;
|
|
998
|
+
mk(a: string, b: any): void;
|
|
999
|
+
ia(a: string): any;
|
|
1000
|
+
mi(a: string, b: any): void;
|
|
952
1001
|
cellReconciling: (model: CellModel) => void;
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
1002
|
+
bq(a: DataSourceRowType): boolean;
|
|
1003
|
+
jx(): string;
|
|
1004
|
+
lx(a: List$1<GridConditionalStyle>): void;
|
|
956
1005
|
}
|
|
957
1006
|
/**
|
|
958
1007
|
* @hidden
|
|
@@ -960,42 +1009,42 @@ export declare abstract class CellModel extends Base {
|
|
|
960
1009
|
export declare class DateTimeCellModel extends CellModel {
|
|
961
1010
|
static $t: Type;
|
|
962
1011
|
constructor();
|
|
963
|
-
static readonly
|
|
964
|
-
private
|
|
965
|
-
get
|
|
966
|
-
set
|
|
967
|
-
static readonly
|
|
968
|
-
private
|
|
969
|
-
get
|
|
970
|
-
set
|
|
971
|
-
static readonly
|
|
972
|
-
private
|
|
973
|
-
get
|
|
974
|
-
set
|
|
975
|
-
|
|
976
|
-
private
|
|
977
|
-
static readonly
|
|
1012
|
+
static readonly n8: number;
|
|
1013
|
+
private n5;
|
|
1014
|
+
get n6(): Date;
|
|
1015
|
+
set n6(a: Date);
|
|
1016
|
+
static readonly ob: number;
|
|
1017
|
+
private oh;
|
|
1018
|
+
get on(): string;
|
|
1019
|
+
set on(a: string);
|
|
1020
|
+
static readonly oa: number;
|
|
1021
|
+
private nw;
|
|
1022
|
+
get nx(): any[];
|
|
1023
|
+
set nx(a: any[]);
|
|
1024
|
+
ny: BindingFormatter;
|
|
1025
|
+
private of;
|
|
1026
|
+
static readonly n9: number;
|
|
978
1027
|
private _formatOverride;
|
|
979
|
-
get
|
|
980
|
-
set
|
|
981
|
-
static readonly
|
|
982
|
-
private
|
|
983
|
-
get
|
|
984
|
-
set
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
static readonly
|
|
988
|
-
private
|
|
989
|
-
get
|
|
990
|
-
set
|
|
991
|
-
static readonly
|
|
992
|
-
private
|
|
993
|
-
get
|
|
994
|
-
set
|
|
995
|
-
protected
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
1028
|
+
get og(): any;
|
|
1029
|
+
set og(a: any);
|
|
1030
|
+
static readonly n7: number;
|
|
1031
|
+
private n1;
|
|
1032
|
+
get n2(): DateTimeFormats;
|
|
1033
|
+
set n2(a: DateTimeFormats);
|
|
1034
|
+
ok(a: Date): string;
|
|
1035
|
+
jx(): string;
|
|
1036
|
+
static readonly oc: number;
|
|
1037
|
+
private nz;
|
|
1038
|
+
get n0(): DateTimeColumnValueFormatter;
|
|
1039
|
+
set n0(a: DateTimeColumnValueFormatter);
|
|
1040
|
+
static readonly od: number;
|
|
1041
|
+
private n3;
|
|
1042
|
+
get n4(): boolean;
|
|
1043
|
+
set n4(a: boolean);
|
|
1044
|
+
protected me(a: string, b: any, c: any): void;
|
|
1045
|
+
mk(a: string, b: any): void;
|
|
1046
|
+
lw(a: string): Type;
|
|
1047
|
+
ia(a: string): any;
|
|
999
1048
|
b(a: CellModelExport): CellModelExport;
|
|
1000
1049
|
}
|
|
1001
1050
|
/**
|
|
@@ -1004,102 +1053,102 @@ export declare class DateTimeCellModel extends CellModel {
|
|
|
1004
1053
|
export declare class EditorCellModel extends CellModel {
|
|
1005
1054
|
static $t: Type;
|
|
1006
1055
|
constructor();
|
|
1007
|
-
private
|
|
1008
|
-
private
|
|
1009
|
-
private
|
|
1010
|
-
static
|
|
1011
|
-
get
|
|
1012
|
-
private
|
|
1013
|
-
static
|
|
1014
|
-
get
|
|
1015
|
-
set
|
|
1016
|
-
private
|
|
1017
|
-
static
|
|
1018
|
-
get
|
|
1019
|
-
set
|
|
1020
|
-
private
|
|
1021
|
-
static
|
|
1022
|
-
get
|
|
1023
|
-
set
|
|
1024
|
-
|
|
1025
|
-
private
|
|
1026
|
-
static
|
|
1027
|
-
get
|
|
1028
|
-
set
|
|
1029
|
-
private
|
|
1030
|
-
static
|
|
1031
|
-
get
|
|
1032
|
-
set
|
|
1033
|
-
private
|
|
1034
|
-
static
|
|
1035
|
-
get
|
|
1036
|
-
set
|
|
1037
|
-
private mj;
|
|
1038
|
-
static m4: number;
|
|
1039
|
-
get mk(): string[];
|
|
1040
|
-
set mk(a: string[]);
|
|
1041
|
-
static m7: number;
|
|
1042
|
-
private mr;
|
|
1043
|
-
get mu(): boolean;
|
|
1044
|
-
set mu(a: boolean);
|
|
1045
|
-
static m0: number;
|
|
1046
|
-
private nf;
|
|
1047
|
-
get nj(): string;
|
|
1048
|
-
set nj(a: string);
|
|
1049
|
-
static readonly m9: number;
|
|
1050
|
-
private mt;
|
|
1051
|
-
get mw(): boolean;
|
|
1052
|
-
set mw(a: boolean);
|
|
1053
|
-
get nb(): number;
|
|
1054
|
-
get na(): number;
|
|
1055
|
-
protected la(): void;
|
|
1056
|
-
protected k7(a: string, b: any, c: any): void;
|
|
1057
|
-
kp(a: string): Type;
|
|
1058
|
-
ld(a: string, b: any): void;
|
|
1059
|
-
hm(a: string): any;
|
|
1060
|
-
b(a: CellModelExport): CellModelExport;
|
|
1056
|
+
private ob;
|
|
1057
|
+
private oa;
|
|
1058
|
+
private n5;
|
|
1059
|
+
static ol: number;
|
|
1060
|
+
get n8(): boolean;
|
|
1061
|
+
private n0;
|
|
1062
|
+
static oi: number;
|
|
1063
|
+
get n1(): CellModel;
|
|
1064
|
+
set n1(a: CellModel);
|
|
1065
|
+
private ny;
|
|
1066
|
+
static oc: number;
|
|
1067
|
+
get nz(): DataSourceSchemaPropertyType;
|
|
1068
|
+
set nz(a: DataSourceSchemaPropertyType);
|
|
1069
|
+
private ou;
|
|
1070
|
+
static oj: number;
|
|
1071
|
+
get o4(): string;
|
|
1072
|
+
set o4(a: string);
|
|
1073
|
+
or: any;
|
|
1074
|
+
private n2;
|
|
1075
|
+
static og: number;
|
|
1076
|
+
get n3(): EditorType;
|
|
1077
|
+
set n3(a: EditorType);
|
|
1078
|
+
private op;
|
|
1079
|
+
static oe: number;
|
|
1080
|
+
get oq(): any;
|
|
1081
|
+
set oq(a: any);
|
|
1082
|
+
private ot;
|
|
1083
|
+
static of: number;
|
|
1084
|
+
get oz(): string;
|
|
1085
|
+
set oz(a: string);
|
|
1061
1086
|
private nw;
|
|
1087
|
+
static oh: number;
|
|
1088
|
+
get nx(): string[];
|
|
1089
|
+
set nx(a: string[]);
|
|
1090
|
+
static ok: number;
|
|
1091
|
+
private n4;
|
|
1092
|
+
get n7(): boolean;
|
|
1093
|
+
set n7(a: boolean);
|
|
1094
|
+
static od: number;
|
|
1095
|
+
private os;
|
|
1096
|
+
get ow(): string;
|
|
1097
|
+
set ow(a: string);
|
|
1098
|
+
static readonly om: number;
|
|
1099
|
+
private n6;
|
|
1100
|
+
get n9(): boolean;
|
|
1101
|
+
set n9(a: boolean);
|
|
1102
|
+
get oo(): number;
|
|
1103
|
+
get on(): number;
|
|
1104
|
+
protected mh(): void;
|
|
1105
|
+
protected me(a: string, b: any, c: any): void;
|
|
1106
|
+
lw(a: string): Type;
|
|
1107
|
+
mk(a: string, b: any): void;
|
|
1108
|
+
ia(a: string): any;
|
|
1109
|
+
b(a: CellModelExport): CellModelExport;
|
|
1110
|
+
private o9;
|
|
1062
1111
|
}
|
|
1063
1112
|
/**
|
|
1064
1113
|
* @hidden
|
|
1065
1114
|
*/
|
|
1066
1115
|
export declare class FilterCellModel extends CellModel {
|
|
1067
1116
|
static $t: Type;
|
|
1068
|
-
static readonly
|
|
1069
|
-
private
|
|
1070
|
-
get
|
|
1071
|
-
set
|
|
1072
|
-
static readonly
|
|
1073
|
-
private
|
|
1074
|
-
get
|
|
1075
|
-
set
|
|
1076
|
-
static readonly
|
|
1077
|
-
private
|
|
1078
|
-
get
|
|
1079
|
-
set
|
|
1080
|
-
static readonly
|
|
1081
|
-
private
|
|
1082
|
-
get
|
|
1083
|
-
set
|
|
1084
|
-
static
|
|
1085
|
-
private
|
|
1086
|
-
get
|
|
1087
|
-
set
|
|
1088
|
-
private
|
|
1089
|
-
get
|
|
1090
|
-
set
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1117
|
+
static readonly oe: number;
|
|
1118
|
+
private n0;
|
|
1119
|
+
get n1(): DataSourceSchemaPropertyType;
|
|
1120
|
+
set n1(a: DataSourceSchemaPropertyType);
|
|
1121
|
+
static readonly oh: number;
|
|
1122
|
+
private ny;
|
|
1123
|
+
get nz(): ColumnFilterCondition;
|
|
1124
|
+
set nz(a: ColumnFilterCondition);
|
|
1125
|
+
static readonly of: number;
|
|
1126
|
+
private n2;
|
|
1127
|
+
get n3(): IFilterExpression;
|
|
1128
|
+
set n3(a: IFilterExpression);
|
|
1129
|
+
static readonly og: number;
|
|
1130
|
+
private n4;
|
|
1131
|
+
get n5(): GridFilterOperandsCollection;
|
|
1132
|
+
set n5(a: GridFilterOperandsCollection);
|
|
1133
|
+
static oi: number;
|
|
1134
|
+
private n6;
|
|
1135
|
+
get n7(): boolean;
|
|
1136
|
+
set n7(a: boolean);
|
|
1137
|
+
private nw;
|
|
1138
|
+
get nx(): ColumnComparisonConditionOperatorType;
|
|
1139
|
+
set nx(a: ColumnComparisonConditionOperatorType);
|
|
1140
|
+
oj: any;
|
|
1141
|
+
od: number;
|
|
1142
|
+
oc: number;
|
|
1143
|
+
ob: number;
|
|
1144
|
+
oa: number;
|
|
1145
|
+
n9: number;
|
|
1146
|
+
n8: number;
|
|
1098
1147
|
constructor();
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1148
|
+
mk(a: string, b: any): void;
|
|
1149
|
+
lw(a: string): Type;
|
|
1150
|
+
ia(a: string): any;
|
|
1151
|
+
mi(a: string, b: any): void;
|
|
1103
1152
|
b(a: CellModelExport): CellModelExport;
|
|
1104
1153
|
}
|
|
1105
1154
|
/**
|
|
@@ -1115,24 +1164,24 @@ export declare class EditorRowCellModel extends CellModel {
|
|
|
1115
1164
|
export declare class SummaryCellModel extends CellModel {
|
|
1116
1165
|
static $t: Type;
|
|
1117
1166
|
constructor();
|
|
1118
|
-
static readonly
|
|
1119
|
-
private
|
|
1120
|
-
get
|
|
1121
|
-
set
|
|
1122
|
-
static readonly
|
|
1123
|
-
private
|
|
1124
|
-
get
|
|
1125
|
-
set
|
|
1126
|
-
static readonly
|
|
1127
|
-
private
|
|
1128
|
-
get
|
|
1129
|
-
set
|
|
1130
|
-
static readonly
|
|
1131
|
-
private
|
|
1132
|
-
get
|
|
1133
|
-
set
|
|
1167
|
+
static readonly ny: number;
|
|
1168
|
+
private n2;
|
|
1169
|
+
get n4(): string;
|
|
1170
|
+
set n4(a: string);
|
|
1171
|
+
static readonly nz: number;
|
|
1172
|
+
private n3;
|
|
1173
|
+
get n6(): string;
|
|
1174
|
+
set n6(a: string);
|
|
1175
|
+
static readonly n1: number;
|
|
1176
|
+
private oa;
|
|
1177
|
+
get ob(): Brush;
|
|
1178
|
+
set ob(a: Brush);
|
|
1179
|
+
static readonly n0: number;
|
|
1180
|
+
private nw;
|
|
1181
|
+
get nx(): FontInfo;
|
|
1182
|
+
set nx(a: FontInfo);
|
|
1134
1183
|
b(a: CellModelExport): CellModelExport;
|
|
1135
|
-
|
|
1184
|
+
bq(a: DataSourceRowType): boolean;
|
|
1136
1185
|
}
|
|
1137
1186
|
/**
|
|
1138
1187
|
* @hidden
|
|
@@ -1147,22 +1196,22 @@ export declare class VerticalSeparatorCellModel extends CellModel {
|
|
|
1147
1196
|
export declare class ImageCellModel extends CellModel {
|
|
1148
1197
|
static $t: Type;
|
|
1149
1198
|
constructor();
|
|
1150
|
-
static readonly
|
|
1151
|
-
private
|
|
1152
|
-
get
|
|
1153
|
-
set
|
|
1154
|
-
static readonly
|
|
1155
|
-
private
|
|
1156
|
-
get
|
|
1157
|
-
set
|
|
1158
|
-
static readonly
|
|
1159
|
-
private
|
|
1160
|
-
get
|
|
1161
|
-
set
|
|
1199
|
+
static readonly n0: number;
|
|
1200
|
+
private n3;
|
|
1201
|
+
get n4(): string;
|
|
1202
|
+
set n4(a: string);
|
|
1203
|
+
static readonly n2: number;
|
|
1204
|
+
private ny;
|
|
1205
|
+
get nz(): ImageStretchOptions;
|
|
1206
|
+
set nz(a: ImageStretchOptions);
|
|
1207
|
+
static readonly n1: number;
|
|
1208
|
+
private nw;
|
|
1209
|
+
get nx(): ImageResourceType;
|
|
1210
|
+
set nx(a: ImageResourceType);
|
|
1162
1211
|
b(a: CellModelExport): CellModelExport;
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1212
|
+
mk(a: string, b: any): void;
|
|
1213
|
+
lw(a: string): Type;
|
|
1214
|
+
ia(a: string): any;
|
|
1166
1215
|
}
|
|
1167
1216
|
/**
|
|
1168
1217
|
* @hidden
|
|
@@ -1170,67 +1219,67 @@ export declare class ImageCellModel extends CellModel {
|
|
|
1170
1219
|
export declare class NumericCellModel extends CellModel {
|
|
1171
1220
|
static $t: Type;
|
|
1172
1221
|
constructor();
|
|
1173
|
-
static readonly
|
|
1174
|
-
private
|
|
1175
|
-
get
|
|
1176
|
-
set
|
|
1177
|
-
static readonly
|
|
1178
|
-
private
|
|
1179
|
-
get
|
|
1180
|
-
set
|
|
1181
|
-
static readonly
|
|
1182
|
-
private
|
|
1183
|
-
get
|
|
1184
|
-
set
|
|
1185
|
-
static readonly
|
|
1186
|
-
private
|
|
1187
|
-
get
|
|
1188
|
-
set
|
|
1189
|
-
|
|
1190
|
-
private
|
|
1191
|
-
static readonly
|
|
1222
|
+
static readonly ol: number;
|
|
1223
|
+
private n4;
|
|
1224
|
+
get n5(): number;
|
|
1225
|
+
set n5(a: number);
|
|
1226
|
+
static readonly oc: number;
|
|
1227
|
+
private nz;
|
|
1228
|
+
get n1(): boolean;
|
|
1229
|
+
set n1(a: boolean);
|
|
1230
|
+
static readonly ob: number;
|
|
1231
|
+
private os;
|
|
1232
|
+
get oz(): string;
|
|
1233
|
+
set oz(a: string);
|
|
1234
|
+
static readonly oa: number;
|
|
1235
|
+
private nw;
|
|
1236
|
+
get nx(): any[];
|
|
1237
|
+
set nx(a: any[]);
|
|
1238
|
+
ny: BindingFormatter;
|
|
1239
|
+
private oq;
|
|
1240
|
+
static readonly n9: number;
|
|
1192
1241
|
private _formatOverride;
|
|
1193
|
-
get
|
|
1194
|
-
set
|
|
1195
|
-
static readonly
|
|
1196
|
-
private
|
|
1197
|
-
get
|
|
1198
|
-
set
|
|
1199
|
-
static readonly
|
|
1200
|
-
private
|
|
1201
|
-
get
|
|
1202
|
-
set
|
|
1203
|
-
static readonly
|
|
1204
|
-
private
|
|
1205
|
-
get
|
|
1206
|
-
set
|
|
1207
|
-
static readonly
|
|
1208
|
-
private
|
|
1209
|
-
get
|
|
1210
|
-
set
|
|
1211
|
-
static readonly
|
|
1212
|
-
private
|
|
1213
|
-
get
|
|
1214
|
-
set
|
|
1215
|
-
static readonly
|
|
1216
|
-
private
|
|
1217
|
-
get
|
|
1218
|
-
set
|
|
1219
|
-
static readonly
|
|
1220
|
-
private
|
|
1221
|
-
get
|
|
1222
|
-
set
|
|
1223
|
-
static readonly
|
|
1224
|
-
private
|
|
1225
|
-
get
|
|
1226
|
-
set
|
|
1227
|
-
|
|
1228
|
-
protected
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1242
|
+
get or(): any;
|
|
1243
|
+
set or(a: any);
|
|
1244
|
+
static readonly oj: number;
|
|
1245
|
+
private ot;
|
|
1246
|
+
get o5(): string;
|
|
1247
|
+
set o5(a: string);
|
|
1248
|
+
static readonly om: number;
|
|
1249
|
+
private ov;
|
|
1250
|
+
get pa(): string;
|
|
1251
|
+
set pa(a: string);
|
|
1252
|
+
static readonly ok: number;
|
|
1253
|
+
private ou;
|
|
1254
|
+
get o7(): string;
|
|
1255
|
+
set o7(a: string);
|
|
1256
|
+
static readonly on: number;
|
|
1257
|
+
private ow;
|
|
1258
|
+
get pc(): string;
|
|
1259
|
+
set pc(a: string);
|
|
1260
|
+
static readonly oe: number;
|
|
1261
|
+
private n6;
|
|
1262
|
+
get od(): number;
|
|
1263
|
+
set od(a: number);
|
|
1264
|
+
static readonly og: number;
|
|
1265
|
+
private n7;
|
|
1266
|
+
get of(): number;
|
|
1267
|
+
set of(a: number);
|
|
1268
|
+
static readonly oi: number;
|
|
1269
|
+
private n8;
|
|
1270
|
+
get oh(): number;
|
|
1271
|
+
set oh(a: number);
|
|
1272
|
+
static readonly oo: number;
|
|
1273
|
+
private n0;
|
|
1274
|
+
get n3(): boolean;
|
|
1275
|
+
set n3(a: boolean);
|
|
1276
|
+
n2(): boolean;
|
|
1277
|
+
protected me(a: string, b: any, c: any): void;
|
|
1278
|
+
mk(a: string, b: any): void;
|
|
1279
|
+
lw(a: string): Type;
|
|
1280
|
+
ia(a: string): any;
|
|
1232
1281
|
b(a: CellModelExport): CellModelExport;
|
|
1233
|
-
|
|
1282
|
+
jx(): string;
|
|
1234
1283
|
}
|
|
1235
1284
|
/**
|
|
1236
1285
|
* @hidden
|
|
@@ -1246,31 +1295,31 @@ export declare class RowSeparatorModel extends CellModel {
|
|
|
1246
1295
|
export declare class SectionHeaderCellModel extends CellModel {
|
|
1247
1296
|
static $t: Type;
|
|
1248
1297
|
constructor();
|
|
1249
|
-
static readonly
|
|
1250
|
-
private
|
|
1251
|
-
get
|
|
1252
|
-
set
|
|
1253
|
-
static readonly
|
|
1254
|
-
private
|
|
1255
|
-
get
|
|
1256
|
-
set
|
|
1257
|
-
static readonly
|
|
1258
|
-
private
|
|
1259
|
-
get
|
|
1260
|
-
set
|
|
1261
|
-
static readonly
|
|
1262
|
-
private
|
|
1263
|
-
get
|
|
1264
|
-
set
|
|
1265
|
-
static readonly
|
|
1266
|
-
private
|
|
1267
|
-
get
|
|
1268
|
-
set
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1298
|
+
static readonly n2: number;
|
|
1299
|
+
private nw;
|
|
1300
|
+
get ny(): GroupData[];
|
|
1301
|
+
set ny(a: GroupData[]);
|
|
1302
|
+
static readonly n5: number;
|
|
1303
|
+
private nx;
|
|
1304
|
+
get nz(): SummaryData[];
|
|
1305
|
+
set nz(a: SummaryData[]);
|
|
1306
|
+
static readonly n4: number;
|
|
1307
|
+
private n8;
|
|
1308
|
+
get oc(): string;
|
|
1309
|
+
set oc(a: string);
|
|
1310
|
+
static readonly n3: number;
|
|
1311
|
+
private n7;
|
|
1312
|
+
get oa(): string;
|
|
1313
|
+
set oa(a: string);
|
|
1314
|
+
static readonly n6: number;
|
|
1315
|
+
private n0;
|
|
1316
|
+
get n1(): GroupSummaryDisplayMode;
|
|
1317
|
+
set n1(a: GroupSummaryDisplayMode);
|
|
1318
|
+
mk(a: string, b: any): void;
|
|
1319
|
+
lw(a: string): Type;
|
|
1320
|
+
ia(a: string): any;
|
|
1272
1321
|
b(a: CellModelExport): CellModelExport;
|
|
1273
|
-
|
|
1322
|
+
bq(a: DataSourceRowType): boolean;
|
|
1274
1323
|
}
|
|
1275
1324
|
/**
|
|
1276
1325
|
* @hidden
|
|
@@ -1278,13 +1327,13 @@ export declare class SectionHeaderCellModel extends CellModel {
|
|
|
1278
1327
|
export declare class TemplateCellModel extends CellModel {
|
|
1279
1328
|
static $t: Type;
|
|
1280
1329
|
constructor();
|
|
1281
|
-
static readonly
|
|
1282
|
-
private
|
|
1283
|
-
get
|
|
1284
|
-
set
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1330
|
+
static readonly nw: number;
|
|
1331
|
+
private nx;
|
|
1332
|
+
get ny(): any;
|
|
1333
|
+
set ny(a: any);
|
|
1334
|
+
mk(a: string, b: any): void;
|
|
1335
|
+
lw(a: string): Type;
|
|
1336
|
+
ia(a: string): any;
|
|
1288
1337
|
b(a: CellModelExport): CellModelExport;
|
|
1289
1338
|
}
|
|
1290
1339
|
/**
|
|
@@ -1293,15 +1342,15 @@ export declare class TemplateCellModel extends CellModel {
|
|
|
1293
1342
|
export declare class TextCellModel extends CellModel {
|
|
1294
1343
|
static $t: Type;
|
|
1295
1344
|
constructor();
|
|
1296
|
-
static readonly
|
|
1297
|
-
private
|
|
1298
|
-
get
|
|
1299
|
-
set
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1345
|
+
static readonly nw: number;
|
|
1346
|
+
private nx;
|
|
1347
|
+
get ny(): string;
|
|
1348
|
+
set ny(a: string);
|
|
1349
|
+
mk(a: string, b: any): void;
|
|
1350
|
+
lw(a: string): Type;
|
|
1351
|
+
ia(a: string): any;
|
|
1303
1352
|
b(a: CellModelExport): CellModelExport;
|
|
1304
|
-
|
|
1353
|
+
jx(): string;
|
|
1305
1354
|
}
|
|
1306
1355
|
/**
|
|
1307
1356
|
* @hidden
|
|
@@ -1309,29 +1358,29 @@ export declare class TextCellModel extends CellModel {
|
|
|
1309
1358
|
export declare class TextHeaderCellModel extends TextCellModel {
|
|
1310
1359
|
static $t: Type;
|
|
1311
1360
|
constructor();
|
|
1312
|
-
static readonly
|
|
1313
|
-
private
|
|
1314
|
-
get
|
|
1315
|
-
set
|
|
1316
|
-
static readonly
|
|
1317
|
-
private
|
|
1318
|
-
get
|
|
1319
|
-
set
|
|
1320
|
-
static readonly
|
|
1321
|
-
private
|
|
1322
|
-
get
|
|
1323
|
-
set
|
|
1324
|
-
static readonly
|
|
1325
|
-
private
|
|
1326
|
-
get
|
|
1327
|
-
set
|
|
1328
|
-
static readonly
|
|
1329
|
-
private
|
|
1330
|
-
get
|
|
1331
|
-
set
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1361
|
+
static readonly ob: number;
|
|
1362
|
+
private n6;
|
|
1363
|
+
get n7(): boolean;
|
|
1364
|
+
set n7(a: boolean);
|
|
1365
|
+
static readonly oc: number;
|
|
1366
|
+
private n4;
|
|
1367
|
+
get n5(): SortIndicatorStyle;
|
|
1368
|
+
set n5(a: SortIndicatorStyle);
|
|
1369
|
+
static readonly n8: number;
|
|
1370
|
+
private n0;
|
|
1371
|
+
get n1(): ColumnOptionsIconAlignment;
|
|
1372
|
+
set n1(a: ColumnOptionsIconAlignment);
|
|
1373
|
+
static readonly oa: number;
|
|
1374
|
+
private oi;
|
|
1375
|
+
get oj(): Brush;
|
|
1376
|
+
set oj(a: Brush);
|
|
1377
|
+
static readonly n9: number;
|
|
1378
|
+
private n2;
|
|
1379
|
+
get n3(): ColumnOptionsIconBehavior;
|
|
1380
|
+
set n3(a: ColumnOptionsIconBehavior);
|
|
1381
|
+
mk(a: string, b: any): void;
|
|
1382
|
+
lw(a: string): Type;
|
|
1383
|
+
ia(a: string): any;
|
|
1335
1384
|
b(a: CellModelExport): CellModelExport;
|
|
1336
1385
|
}
|
|
1337
1386
|
/**
|
|
@@ -1569,19 +1618,19 @@ export declare class EditingManager extends Base {
|
|
|
1569
1618
|
*/
|
|
1570
1619
|
export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
1571
1620
|
static $t: Type;
|
|
1572
|
-
private
|
|
1621
|
+
private os;
|
|
1573
1622
|
get externalObject(): any;
|
|
1574
1623
|
set externalObject(a: any);
|
|
1575
1624
|
private _propertySetter;
|
|
1576
1625
|
get propertySetter(): IPropertySetter;
|
|
1577
1626
|
set propertySetter(a: IPropertySetter);
|
|
1578
|
-
private
|
|
1627
|
+
private fd;
|
|
1579
1628
|
get externalGrid(): IExternalGrid;
|
|
1580
1629
|
set externalGrid(a: IExternalGrid);
|
|
1581
|
-
private
|
|
1630
|
+
private fb;
|
|
1582
1631
|
get dragger(): IDragger;
|
|
1583
1632
|
set dragger(a: IDragger);
|
|
1584
|
-
private
|
|
1633
|
+
private e5;
|
|
1585
1634
|
get columnGrouping(): IColumnGrouping;
|
|
1586
1635
|
set columnGrouping(a: IColumnGrouping);
|
|
1587
1636
|
private _pager;
|
|
@@ -1592,618 +1641,621 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
1592
1641
|
set toolbar(a: IDataGridComponent);
|
|
1593
1642
|
columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1594
1643
|
columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1595
|
-
|
|
1596
|
-
|
|
1644
|
+
wd(a: DataGridColumn): void;
|
|
1645
|
+
wc(a: DataGridColumn): void;
|
|
1597
1646
|
columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1598
1647
|
columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1648
|
+
p(a: CellModel): ColumnFilterCondition;
|
|
1649
|
+
r(a: CellModel): DataSourceSchemaPropertyType;
|
|
1650
|
+
wn(a: DataGridColumn): void;
|
|
1602
1651
|
filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
|
|
1603
1652
|
filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1653
|
+
un(a: CellModel, b: ColumnFilterCondition): void;
|
|
1654
|
+
um(a: CellModel, b: ColumnFilterCondition): void;
|
|
1655
|
+
wm(a: DataGridColumn): void;
|
|
1607
1656
|
columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1608
1657
|
columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1609
|
-
|
|
1610
|
-
|
|
1658
|
+
wj(a: DataGridColumn): void;
|
|
1659
|
+
wi(a: DataGridColumn): void;
|
|
1611
1660
|
columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1612
1661
|
columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1613
|
-
|
|
1614
|
-
|
|
1662
|
+
wf(a: DataGridColumn): void;
|
|
1663
|
+
we(a: DataGridColumn): void;
|
|
1615
1664
|
cellPreviewPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1616
|
-
|
|
1665
|
+
v7(a: CellModel): void;
|
|
1617
1666
|
cellPreviewPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1618
|
-
|
|
1667
|
+
v8(a: CellModel): void;
|
|
1619
1668
|
cellPointerDown: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1620
|
-
|
|
1669
|
+
v5(a: CellModel): void;
|
|
1621
1670
|
cellPointerUp: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1622
|
-
|
|
1623
|
-
|
|
1671
|
+
v6(a: CellModel): void;
|
|
1672
|
+
xf(a: number, b: string): void;
|
|
1624
1673
|
cellClicked: (sender: any, args: DataGridCellEventArgs) => void;
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
private
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
private
|
|
1632
|
-
private
|
|
1674
|
+
w2(a: CellModel): void;
|
|
1675
|
+
zb(a: number): void;
|
|
1676
|
+
private m4;
|
|
1677
|
+
w1(a: EditorCellModel): void;
|
|
1678
|
+
vy(a: CellModel, b: MouseButton): void;
|
|
1679
|
+
vw(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1680
|
+
private xy;
|
|
1681
|
+
private bs;
|
|
1633
1682
|
get columnResizingMode(): ColumnResizingMode;
|
|
1634
1683
|
set columnResizingMode(a: ColumnResizingMode);
|
|
1635
|
-
private
|
|
1684
|
+
private be;
|
|
1636
1685
|
get columnMovingMode(): ColumnMovingMode;
|
|
1637
1686
|
set columnMovingMode(a: ColumnMovingMode);
|
|
1638
|
-
|
|
1639
|
-
private
|
|
1687
|
+
e2: HoverManager;
|
|
1688
|
+
private h6;
|
|
1640
1689
|
get isRowHoverEnabled(): boolean;
|
|
1641
1690
|
set isRowHoverEnabled(a: boolean);
|
|
1642
|
-
private
|
|
1691
|
+
private z4;
|
|
1643
1692
|
get rowHoverBackground(): Brush;
|
|
1644
1693
|
set rowHoverBackground(a: Brush);
|
|
1645
|
-
private
|
|
1694
|
+
private z5;
|
|
1646
1695
|
get rowHoverTextColor(): Brush;
|
|
1647
1696
|
set rowHoverTextColor(a: Brush);
|
|
1648
|
-
private
|
|
1697
|
+
private zw;
|
|
1649
1698
|
get editRowBorder(): Brush;
|
|
1650
1699
|
set editRowBorder(a: Brush);
|
|
1651
|
-
private
|
|
1700
|
+
private abs;
|
|
1652
1701
|
get editRowBorderWidth(): Thickness;
|
|
1653
1702
|
set editRowBorderWidth(a: Thickness);
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
private
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
private
|
|
1664
|
-
private
|
|
1665
|
-
private get
|
|
1666
|
-
private set
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
private
|
|
1703
|
+
abm: Point;
|
|
1704
|
+
as: CellPath;
|
|
1705
|
+
ap: CellPath;
|
|
1706
|
+
private hv;
|
|
1707
|
+
v3(a: CellModel, b: number, c: number): void;
|
|
1708
|
+
v4(a: CellModel, b: number, c: number): void;
|
|
1709
|
+
v2(a: CellModel, b: number, c: number): void;
|
|
1710
|
+
w7(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1711
|
+
w8(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1712
|
+
private je;
|
|
1713
|
+
private m8;
|
|
1714
|
+
private get oh();
|
|
1715
|
+
private set oh(value);
|
|
1716
|
+
v1(a: CellModel, b: number, c: number): void;
|
|
1717
|
+
w6(a: CellModel, b: number, c: number): void;
|
|
1718
|
+
private ng;
|
|
1719
|
+
private ic;
|
|
1670
1720
|
private ib;
|
|
1671
|
-
private
|
|
1672
|
-
private
|
|
1721
|
+
private hk;
|
|
1722
|
+
private ma;
|
|
1723
|
+
private mh;
|
|
1724
|
+
private mf;
|
|
1725
|
+
private mg;
|
|
1726
|
+
private lw;
|
|
1727
|
+
private l5;
|
|
1728
|
+
private l6;
|
|
1673
1729
|
private l7;
|
|
1730
|
+
private l8;
|
|
1731
|
+
private at;
|
|
1732
|
+
private nm;
|
|
1733
|
+
private nl;
|
|
1734
|
+
private is;
|
|
1735
|
+
ui(): void;
|
|
1736
|
+
w0(a: CellPath, b: number, c: number, d: boolean): void;
|
|
1737
|
+
ww(a: any, b: DragSelectEventArgs): void;
|
|
1738
|
+
wu(a: any, b: DragSelectEventArgs): void;
|
|
1739
|
+
private nc;
|
|
1740
|
+
get oj(): number;
|
|
1741
|
+
set oj(a: number);
|
|
1742
|
+
private nn;
|
|
1743
|
+
private fo;
|
|
1744
|
+
private wv;
|
|
1745
|
+
private ao;
|
|
1746
|
+
private ak;
|
|
1747
|
+
private al;
|
|
1748
|
+
private l1;
|
|
1674
1749
|
private me;
|
|
1750
|
+
private mb;
|
|
1675
1751
|
private mc;
|
|
1676
|
-
private
|
|
1677
|
-
private
|
|
1678
|
-
private
|
|
1679
|
-
private
|
|
1680
|
-
private
|
|
1681
|
-
private
|
|
1682
|
-
private
|
|
1683
|
-
private
|
|
1684
|
-
private ni;
|
|
1685
|
-
private ir;
|
|
1686
|
-
ub(): void;
|
|
1687
|
-
wt(a: CellPath, b: number, c: number, d: boolean): void;
|
|
1688
|
-
wp(a: any, b: DragSelectEventArgs): void;
|
|
1689
|
-
wn(a: any, b: DragSelectEventArgs): void;
|
|
1690
|
-
private m9;
|
|
1691
|
-
get og(): number;
|
|
1692
|
-
set og(a: number);
|
|
1693
|
-
private nk;
|
|
1694
|
-
private fn;
|
|
1695
|
-
private wo;
|
|
1696
|
-
private an;
|
|
1752
|
+
private wx;
|
|
1753
|
+
private wy;
|
|
1754
|
+
private ys;
|
|
1755
|
+
private wz;
|
|
1756
|
+
private lr;
|
|
1757
|
+
private ls;
|
|
1758
|
+
private yx;
|
|
1759
|
+
private abo;
|
|
1697
1760
|
private aj;
|
|
1698
|
-
private ak;
|
|
1699
|
-
private ly;
|
|
1700
|
-
private mb;
|
|
1701
|
-
private l8;
|
|
1702
|
-
private l9;
|
|
1703
|
-
private wq;
|
|
1704
|
-
private wr;
|
|
1705
|
-
private yh;
|
|
1706
|
-
private ws;
|
|
1707
|
-
private lo;
|
|
1708
|
-
private lp;
|
|
1709
|
-
private ym;
|
|
1710
|
-
private abd;
|
|
1711
|
-
private ai;
|
|
1712
1761
|
getHitCell(a: number, b: number): CellModel;
|
|
1713
|
-
private
|
|
1714
|
-
private
|
|
1715
|
-
private uo;
|
|
1716
|
-
private y5;
|
|
1717
|
-
constructor();
|
|
1718
|
-
x7(a: ColumnGroupDescription): void;
|
|
1719
|
-
x8(a: ColumnSummaryDescription): void;
|
|
1720
|
-
private yt;
|
|
1721
|
-
private uy;
|
|
1722
|
-
private j3;
|
|
1762
|
+
private av;
|
|
1763
|
+
private i3;
|
|
1723
1764
|
private uv;
|
|
1724
|
-
private
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
private
|
|
1729
|
-
private
|
|
1765
|
+
private zg;
|
|
1766
|
+
constructor();
|
|
1767
|
+
yi(a: ColumnGroupDescription): void;
|
|
1768
|
+
yj(a: ColumnSummaryDescription): void;
|
|
1769
|
+
private y4;
|
|
1770
|
+
private u5;
|
|
1771
|
+
private j5;
|
|
1772
|
+
private u2;
|
|
1773
|
+
private y2;
|
|
1774
|
+
private za;
|
|
1775
|
+
private b6;
|
|
1730
1776
|
private iw;
|
|
1731
|
-
private
|
|
1732
|
-
private
|
|
1733
|
-
private
|
|
1734
|
-
private
|
|
1735
|
-
private
|
|
1736
|
-
private
|
|
1737
|
-
|
|
1738
|
-
|
|
1777
|
+
private yv;
|
|
1778
|
+
private yw;
|
|
1779
|
+
private iy;
|
|
1780
|
+
private yu;
|
|
1781
|
+
private yt;
|
|
1782
|
+
private iv;
|
|
1783
|
+
private xu;
|
|
1784
|
+
private xv;
|
|
1785
|
+
private c5;
|
|
1786
|
+
get c6(): GridAnimationManager;
|
|
1787
|
+
set c6(a: GridAnimationManager);
|
|
1739
1788
|
private _delayedExecutionManager;
|
|
1740
1789
|
get delayedExecutionManager(): IDelayedExecutionManager;
|
|
1741
1790
|
set delayedExecutionManager(a: IDelayedExecutionManager);
|
|
1742
|
-
private
|
|
1743
|
-
get
|
|
1744
|
-
private
|
|
1745
|
-
get
|
|
1746
|
-
set
|
|
1747
|
-
private
|
|
1748
|
-
get
|
|
1749
|
-
set
|
|
1750
|
-
private
|
|
1751
|
-
get
|
|
1752
|
-
set
|
|
1753
|
-
private
|
|
1754
|
-
get
|
|
1755
|
-
set
|
|
1756
|
-
private
|
|
1757
|
-
get
|
|
1758
|
-
set
|
|
1759
|
-
private
|
|
1760
|
-
get
|
|
1761
|
-
set
|
|
1762
|
-
private
|
|
1763
|
-
get
|
|
1764
|
-
set
|
|
1765
|
-
private
|
|
1766
|
-
get
|
|
1767
|
-
set
|
|
1768
|
-
|
|
1769
|
-
private
|
|
1791
|
+
private fp;
|
|
1792
|
+
get fq(): ResponsiveEngine;
|
|
1793
|
+
private e7;
|
|
1794
|
+
get e8(): IDataAdapter;
|
|
1795
|
+
set e8(a: IDataAdapter);
|
|
1796
|
+
private ay;
|
|
1797
|
+
get az(): ColumnController;
|
|
1798
|
+
set az(a: ColumnController);
|
|
1799
|
+
private d1;
|
|
1800
|
+
get d2(): GridLayerController;
|
|
1801
|
+
set d2(a: GridLayerController);
|
|
1802
|
+
private gb;
|
|
1803
|
+
get gc(): SpatialEngine;
|
|
1804
|
+
set gc(a: SpatialEngine);
|
|
1805
|
+
private dw;
|
|
1806
|
+
get dx(): GridEffectManager;
|
|
1807
|
+
set dx(a: GridEffectManager);
|
|
1808
|
+
private f5;
|
|
1809
|
+
get f6(): SelectionManager;
|
|
1810
|
+
set f6(a: SelectionManager);
|
|
1811
|
+
private ad;
|
|
1812
|
+
get ae(): ActivationManager;
|
|
1813
|
+
set ae(a: ActivationManager);
|
|
1814
|
+
private f9;
|
|
1815
|
+
get ga(): SortManager;
|
|
1816
|
+
set ga(a: SortManager);
|
|
1817
|
+
ck: EditingManager;
|
|
1818
|
+
private g9;
|
|
1770
1819
|
get tickProvider(): ITickProvider;
|
|
1771
1820
|
set tickProvider(a: ITickProvider);
|
|
1772
|
-
private
|
|
1821
|
+
private f3;
|
|
1773
1822
|
get sectionHeader(): SectionHeader;
|
|
1774
1823
|
set sectionHeader(a: SectionHeader);
|
|
1775
|
-
private
|
|
1776
|
-
get
|
|
1777
|
-
set
|
|
1778
|
-
private
|
|
1824
|
+
private f1;
|
|
1825
|
+
get f2(): SectionFooter;
|
|
1826
|
+
set f2(a: SectionFooter);
|
|
1827
|
+
private gd;
|
|
1779
1828
|
get summaryRowRoot(): SummaryRowRoot;
|
|
1780
1829
|
set summaryRowRoot(a: SummaryRowRoot);
|
|
1781
|
-
private
|
|
1830
|
+
private gf;
|
|
1782
1831
|
get summaryRowSection(): SummaryRowSection;
|
|
1783
1832
|
set summaryRowSection(a: SummaryRowSection);
|
|
1784
|
-
private
|
|
1833
|
+
private fy;
|
|
1785
1834
|
get rowSeparator(): RowSeparator;
|
|
1786
1835
|
set rowSeparator(a: RowSeparator);
|
|
1787
|
-
private
|
|
1836
|
+
private ey;
|
|
1788
1837
|
get headerRowSeparator(): HeaderRowSeparator;
|
|
1789
1838
|
set headerRowSeparator(a: HeaderRowSeparator);
|
|
1790
|
-
private
|
|
1839
|
+
private e0;
|
|
1791
1840
|
get headerSeparator(): HeaderSeparator;
|
|
1792
1841
|
set headerSeparator(a: HeaderSeparator);
|
|
1793
|
-
private
|
|
1842
|
+
private bu;
|
|
1794
1843
|
get columnResizingSeparator(): ColumnResizingSeparator;
|
|
1795
1844
|
set columnResizingSeparator(a: ColumnResizingSeparator);
|
|
1796
|
-
private
|
|
1845
|
+
private bg;
|
|
1797
1846
|
get columnMovingSeparator(): ColumnMovingSeparator;
|
|
1798
1847
|
set columnMovingSeparator(a: ColumnMovingSeparator);
|
|
1799
|
-
private
|
|
1848
|
+
private fm;
|
|
1800
1849
|
get pinnedAreaSeparator(): PinnedAreaSeparator;
|
|
1801
1850
|
set pinnedAreaSeparator(a: PinnedAreaSeparator);
|
|
1802
|
-
private co;
|
|
1803
1851
|
private cp;
|
|
1804
|
-
private
|
|
1852
|
+
private cq;
|
|
1853
|
+
private cz;
|
|
1805
1854
|
private b;
|
|
1806
1855
|
get autoGenerateDesiredProperties(): string[];
|
|
1807
1856
|
set autoGenerateDesiredProperties(a: string[]);
|
|
1808
1857
|
private c;
|
|
1809
1858
|
get dataSourceDesiredProperties(): string[];
|
|
1810
1859
|
set dataSourceDesiredProperties(a: string[]);
|
|
1811
|
-
private
|
|
1812
|
-
get
|
|
1813
|
-
set
|
|
1860
|
+
private gj;
|
|
1861
|
+
get gk(): VisibilityEngine;
|
|
1862
|
+
set gk(a: VisibilityEngine);
|
|
1814
1863
|
private _viewportManager;
|
|
1815
1864
|
get viewportManager(): IViewportManager;
|
|
1816
1865
|
set viewportManager(a: IViewportManager);
|
|
1817
|
-
private
|
|
1818
|
-
get
|
|
1819
|
-
set
|
|
1820
|
-
private
|
|
1821
|
-
get
|
|
1822
|
-
set
|
|
1823
|
-
private
|
|
1866
|
+
private l0;
|
|
1867
|
+
get mj(): number;
|
|
1868
|
+
set mj(a: number);
|
|
1869
|
+
private lz;
|
|
1870
|
+
get mi(): number;
|
|
1871
|
+
set mi(a: number);
|
|
1872
|
+
private gp;
|
|
1824
1873
|
get density(): ControlDisplayDensity;
|
|
1825
1874
|
set density(a: ControlDisplayDensity);
|
|
1826
|
-
private
|
|
1875
|
+
private mz;
|
|
1827
1876
|
get actualRowHeight(): number;
|
|
1828
1877
|
set actualRowHeight(a: number);
|
|
1829
|
-
private
|
|
1878
|
+
private nd;
|
|
1830
1879
|
get rowHeight(): number;
|
|
1831
1880
|
set rowHeight(a: number);
|
|
1832
|
-
private
|
|
1881
|
+
private cb;
|
|
1833
1882
|
get defaultColumnWidth(): ColumnWidth;
|
|
1834
1883
|
set defaultColumnWidth(a: ColumnWidth);
|
|
1835
|
-
private
|
|
1884
|
+
private l4;
|
|
1836
1885
|
get defaultColumnMinWidth(): number;
|
|
1837
1886
|
set defaultColumnMinWidth(a: number);
|
|
1838
|
-
private
|
|
1887
|
+
private my;
|
|
1839
1888
|
get actualHeaderHeight(): number;
|
|
1840
1889
|
set actualHeaderHeight(a: number);
|
|
1841
|
-
private
|
|
1890
|
+
private m5;
|
|
1842
1891
|
get headerHeight(): number;
|
|
1843
1892
|
set headerHeight(a: number);
|
|
1844
|
-
private
|
|
1893
|
+
private ni;
|
|
1845
1894
|
get sectionHeaderHeight(): number;
|
|
1846
1895
|
set sectionHeaderHeight(a: number);
|
|
1847
|
-
private
|
|
1896
|
+
private ot;
|
|
1848
1897
|
get itemsSource(): any;
|
|
1849
1898
|
set itemsSource(a: any);
|
|
1850
|
-
private
|
|
1899
|
+
private nh;
|
|
1851
1900
|
get sectionFooterHeight(): number;
|
|
1852
1901
|
set sectionFooterHeight(a: number);
|
|
1853
|
-
private
|
|
1902
|
+
private nf;
|
|
1854
1903
|
get rowSpacingHeight(): number;
|
|
1855
1904
|
set rowSpacingHeight(a: number);
|
|
1856
|
-
private
|
|
1905
|
+
private m3;
|
|
1857
1906
|
get columnSpacingWidth(): number;
|
|
1858
1907
|
set columnSpacingWidth(a: number);
|
|
1859
|
-
private
|
|
1908
|
+
private ew;
|
|
1860
1909
|
get headerClickAction(): HeaderClickAction;
|
|
1861
1910
|
set headerClickAction(a: HeaderClickAction);
|
|
1862
|
-
private
|
|
1911
|
+
private cn;
|
|
1863
1912
|
get editMode(): EditModeType;
|
|
1864
1913
|
set editMode(a: EditModeType);
|
|
1865
|
-
private
|
|
1914
|
+
private cl;
|
|
1866
1915
|
get editModeClickAction(): EditModeClickAction;
|
|
1867
1916
|
set editModeClickAction(a: EditModeClickAction);
|
|
1868
|
-
private
|
|
1917
|
+
private hl;
|
|
1869
1918
|
get editOnKeyPress(): boolean;
|
|
1870
1919
|
set editOnKeyPress(a: boolean);
|
|
1871
|
-
private
|
|
1920
|
+
private hh;
|
|
1872
1921
|
get autoGenerateColumns(): boolean;
|
|
1873
1922
|
set autoGenerateColumns(a: boolean);
|
|
1874
|
-
private
|
|
1923
|
+
private ne;
|
|
1875
1924
|
get rowSeparatorHeight(): number;
|
|
1876
1925
|
set rowSeparatorHeight(a: number);
|
|
1877
|
-
private
|
|
1926
|
+
private h5;
|
|
1878
1927
|
get isPlaceholderRenderingEnabled(): boolean;
|
|
1879
1928
|
set isPlaceholderRenderingEnabled(a: boolean);
|
|
1880
|
-
private
|
|
1881
|
-
private
|
|
1882
|
-
private
|
|
1929
|
+
private jl;
|
|
1930
|
+
private b0;
|
|
1931
|
+
private bw;
|
|
1883
1932
|
get columnAddingAnimationMode(): ColumnShowingAnimationMode;
|
|
1884
1933
|
set columnAddingAnimationMode(a: ColumnShowingAnimationMode);
|
|
1885
|
-
get
|
|
1886
|
-
private
|
|
1934
|
+
get jt(): boolean;
|
|
1935
|
+
private bn;
|
|
1887
1936
|
get columnPropertyUpdatingAnimationMode(): ColumnPropertyUpdatingAnimationMode;
|
|
1888
1937
|
set columnPropertyUpdatingAnimationMode(a: ColumnPropertyUpdatingAnimationMode);
|
|
1889
|
-
protected get
|
|
1890
|
-
get
|
|
1891
|
-
private
|
|
1938
|
+
protected get jm(): boolean;
|
|
1939
|
+
get ji(): boolean;
|
|
1940
|
+
private ah;
|
|
1892
1941
|
get cellDataLoadedAnimationMode(): CellDataLoadedAnimationMode;
|
|
1893
1942
|
set cellDataLoadedAnimationMode(a: CellDataLoadedAnimationMode);
|
|
1894
|
-
get
|
|
1895
|
-
private
|
|
1943
|
+
get kf(): boolean;
|
|
1944
|
+
private fw;
|
|
1896
1945
|
get rowSelectionAnimationMode(): RowSelectionAnimationMode;
|
|
1897
1946
|
set rowSelectionAnimationMode(a: RowSelectionAnimationMode);
|
|
1898
|
-
get
|
|
1899
|
-
private
|
|
1947
|
+
get kd(): boolean;
|
|
1948
|
+
private ft;
|
|
1900
1949
|
get rowHoverAnimationMode(): RowHoverAnimationMode;
|
|
1901
1950
|
set rowHoverAnimationMode(a: RowHoverAnimationMode);
|
|
1902
|
-
get
|
|
1903
|
-
private
|
|
1951
|
+
get jj(): boolean;
|
|
1952
|
+
private aw;
|
|
1904
1953
|
get cellSelectionAnimationMode(): CellSelectionAnimationMode;
|
|
1905
1954
|
set cellSelectionAnimationMode(a: CellSelectionAnimationMode);
|
|
1906
|
-
private
|
|
1955
|
+
private dk;
|
|
1907
1956
|
get columnAnimationSettings(): GridColumnAnimationSettings;
|
|
1908
1957
|
set columnAnimationSettings(a: GridColumnAnimationSettings);
|
|
1909
|
-
private
|
|
1958
|
+
private c7;
|
|
1910
1959
|
get animationSettings(): GridAnimationSettings;
|
|
1911
1960
|
set animationSettings(a: GridAnimationSettings);
|
|
1912
|
-
|
|
1913
|
-
private
|
|
1914
|
-
private
|
|
1961
|
+
ju(a: DataGridColumn): boolean;
|
|
1962
|
+
private br;
|
|
1963
|
+
private bp;
|
|
1915
1964
|
get columnResizingAnimationMode(): ColumnResizingAnimationMode;
|
|
1916
1965
|
set columnResizingAnimationMode(a: ColumnResizingAnimationMode);
|
|
1917
|
-
private
|
|
1918
|
-
private
|
|
1919
|
-
private
|
|
1966
|
+
private jv;
|
|
1967
|
+
private b1;
|
|
1968
|
+
private bx;
|
|
1920
1969
|
get columnShowingAnimationMode(): ColumnShowingAnimationMode;
|
|
1921
1970
|
set columnShowingAnimationMode(a: ColumnShowingAnimationMode);
|
|
1922
|
-
private
|
|
1923
|
-
private
|
|
1924
|
-
private
|
|
1971
|
+
private jp;
|
|
1972
|
+
private bd;
|
|
1973
|
+
private bb;
|
|
1925
1974
|
get columnMovingAnimationMode(): ColumnMovingAnimationMode;
|
|
1926
1975
|
set columnMovingAnimationMode(a: ColumnMovingAnimationMode);
|
|
1927
|
-
private
|
|
1928
|
-
private
|
|
1929
|
-
private
|
|
1976
|
+
private jo;
|
|
1977
|
+
private ba;
|
|
1978
|
+
private a8;
|
|
1930
1979
|
get columnHidingAnimationMode(): ColumnHidingAnimationMode;
|
|
1931
1980
|
set columnHidingAnimationMode(a: ColumnHidingAnimationMode);
|
|
1932
|
-
private
|
|
1933
|
-
private
|
|
1934
|
-
private
|
|
1981
|
+
private jn;
|
|
1982
|
+
private a2;
|
|
1983
|
+
private a0;
|
|
1935
1984
|
get columnExchangingAnimationMode(): ColumnExchangingAnimationMode;
|
|
1936
1985
|
set columnExchangingAnimationMode(a: ColumnExchangingAnimationMode);
|
|
1937
|
-
private
|
|
1986
|
+
private abt;
|
|
1938
1987
|
get inset(): Thickness;
|
|
1939
1988
|
set inset(a: Thickness);
|
|
1940
|
-
private
|
|
1989
|
+
private ch;
|
|
1941
1990
|
get selectionMode(): DataGridSelectionMode;
|
|
1942
1991
|
set selectionMode(a: DataGridSelectionMode);
|
|
1943
|
-
private
|
|
1992
|
+
private c2;
|
|
1944
1993
|
get activationMode(): GridActivationMode;
|
|
1945
1994
|
set activationMode(a: GridActivationMode);
|
|
1946
|
-
private
|
|
1995
|
+
private el;
|
|
1947
1996
|
get selectionBehavior(): GridSelectionBehavior;
|
|
1948
1997
|
set selectionBehavior(a: GridSelectionBehavior);
|
|
1949
|
-
private
|
|
1998
|
+
private ia;
|
|
1950
1999
|
get mouseDragSelectionEnabled(): boolean;
|
|
1951
2000
|
set mouseDragSelectionEnabled(a: boolean);
|
|
1952
|
-
private
|
|
1953
|
-
get
|
|
1954
|
-
set
|
|
1955
|
-
private
|
|
2001
|
+
private hp;
|
|
2002
|
+
get jg(): boolean;
|
|
2003
|
+
set jg(a: boolean);
|
|
2004
|
+
private ed;
|
|
1956
2005
|
get selectedItems(): GridSelectedItemsCollection;
|
|
1957
|
-
private
|
|
2006
|
+
private ei;
|
|
1958
2007
|
get selectedKeys(): GridSelectedKeysCollection;
|
|
1959
|
-
private
|
|
2008
|
+
private d9;
|
|
1960
2009
|
get selectedCells(): GridSelectedCellsCollection;
|
|
1961
|
-
private
|
|
2010
|
+
private d6;
|
|
1962
2011
|
get selectedCellRanges(): GridSelectedCellRangesCollection;
|
|
1963
|
-
private
|
|
1964
|
-
get
|
|
1965
|
-
set
|
|
1966
|
-
private
|
|
2012
|
+
private ho;
|
|
2013
|
+
get jf(): boolean;
|
|
2014
|
+
set jf(a: boolean);
|
|
2015
|
+
private ec;
|
|
1967
2016
|
get pinnedItems(): GridSelectedItemsCollection;
|
|
1968
|
-
private
|
|
2017
|
+
private eh;
|
|
1969
2018
|
get pinnedKeys(): GridSelectedKeysCollection;
|
|
1970
|
-
private
|
|
1971
|
-
private
|
|
2019
|
+
private y6;
|
|
2020
|
+
private hs;
|
|
1972
2021
|
get isColumnOptionsEnabled(): boolean;
|
|
1973
2022
|
set isColumnOptionsEnabled(a: boolean);
|
|
1974
|
-
private
|
|
2023
|
+
private hw;
|
|
1975
2024
|
get isGroupByAreaVisible(): boolean;
|
|
1976
2025
|
set isGroupByAreaVisible(a: boolean);
|
|
1977
|
-
private
|
|
2026
|
+
private h1;
|
|
1978
2027
|
get isGroupRowSticky(): boolean;
|
|
1979
2028
|
set isGroupRowSticky(a: boolean);
|
|
1980
|
-
private
|
|
2029
|
+
private h2;
|
|
1981
2030
|
get isHeaderSeparatorVisible(): boolean;
|
|
1982
2031
|
set isHeaderSeparatorVisible(a: boolean);
|
|
1983
|
-
private
|
|
2032
|
+
private zq;
|
|
1984
2033
|
get cellSelectedBackground(): Brush;
|
|
1985
2034
|
set cellSelectedBackground(a: Brush);
|
|
1986
|
-
private
|
|
2035
|
+
private aac;
|
|
1987
2036
|
get sectionHeaderSelectedBackground(): Brush;
|
|
1988
2037
|
set sectionHeaderSelectedBackground(a: Brush);
|
|
1989
|
-
private
|
|
2038
|
+
private aaf;
|
|
1990
2039
|
get summaryRootBackground(): Brush;
|
|
1991
2040
|
set summaryRootBackground(a: Brush);
|
|
1992
|
-
private
|
|
2041
|
+
private aaj;
|
|
1993
2042
|
get summarySectionBackground(): Brush;
|
|
1994
2043
|
set summarySectionBackground(a: Brush);
|
|
1995
|
-
private
|
|
2044
|
+
private md;
|
|
1996
2045
|
get pinnedRowOpacity(): number;
|
|
1997
2046
|
set pinnedRowOpacity(a: number);
|
|
1998
|
-
private
|
|
2047
|
+
private gs;
|
|
1999
2048
|
get editTextStyle(): FontInfo;
|
|
2000
2049
|
set editTextStyle(a: FontInfo);
|
|
2001
|
-
private
|
|
2050
|
+
private l9;
|
|
2002
2051
|
get editOpacity(): number;
|
|
2003
2052
|
set editOpacity(a: number);
|
|
2004
|
-
private
|
|
2053
|
+
private zv;
|
|
2005
2054
|
get deletedTextColor(): Brush;
|
|
2006
2055
|
set deletedTextColor(a: Brush);
|
|
2007
|
-
private
|
|
2056
|
+
private aae;
|
|
2008
2057
|
get stickyRowBackground(): Brush;
|
|
2009
2058
|
set stickyRowBackground(a: Brush);
|
|
2010
|
-
private
|
|
2059
|
+
private z3;
|
|
2011
2060
|
get pinnedRowBackground(): Brush;
|
|
2012
2061
|
set pinnedRowBackground(a: Brush);
|
|
2013
|
-
private
|
|
2062
|
+
private z2;
|
|
2014
2063
|
get lastStickyRowBackground(): Brush;
|
|
2015
2064
|
set lastStickyRowBackground(a: Brush);
|
|
2065
|
+
private dh;
|
|
2016
2066
|
private dg;
|
|
2017
|
-
private df;
|
|
2018
2067
|
get activeCell(): GridCellPosition;
|
|
2019
2068
|
set activeCell(a: GridCellPosition);
|
|
2020
|
-
private
|
|
2069
|
+
private zp;
|
|
2021
2070
|
get cellBackground(): Brush;
|
|
2022
2071
|
set cellBackground(a: Brush);
|
|
2023
|
-
private
|
|
2072
|
+
private zr;
|
|
2024
2073
|
get cellTextColor(): Brush;
|
|
2025
2074
|
set cellTextColor(a: Brush);
|
|
2026
|
-
private
|
|
2075
|
+
private z0;
|
|
2027
2076
|
get headerSortIndicatorColor(): Brush;
|
|
2028
2077
|
set headerSortIndicatorColor(a: Brush);
|
|
2029
|
-
private
|
|
2078
|
+
private f7;
|
|
2030
2079
|
get headerSortIndicatorStyle(): SortIndicatorStyle;
|
|
2031
2080
|
set headerSortIndicatorStyle(a: SortIndicatorStyle);
|
|
2032
|
-
private
|
|
2081
|
+
private gr;
|
|
2033
2082
|
get cellTextStyle(): FontInfo;
|
|
2034
2083
|
set cellTextStyle(a: FontInfo);
|
|
2035
|
-
private
|
|
2084
|
+
private aab;
|
|
2036
2085
|
get sectionHeaderBackground(): Brush;
|
|
2037
2086
|
set sectionHeaderBackground(a: Brush);
|
|
2038
|
-
private
|
|
2087
|
+
private aad;
|
|
2039
2088
|
get sectionHeaderTextColor(): Brush;
|
|
2040
2089
|
set sectionHeaderTextColor(a: Brush);
|
|
2041
|
-
private
|
|
2090
|
+
private gu;
|
|
2042
2091
|
get sectionHeaderTextStyle(): FontInfo;
|
|
2043
2092
|
set sectionHeaderTextStyle(a: FontInfo);
|
|
2044
|
-
private
|
|
2093
|
+
private gv;
|
|
2045
2094
|
get summaryRootLabelTextStyle(): FontInfo;
|
|
2046
2095
|
set summaryRootLabelTextStyle(a: FontInfo);
|
|
2047
|
-
private
|
|
2096
|
+
private gx;
|
|
2048
2097
|
get summarySectionLabelTextStyle(): FontInfo;
|
|
2049
2098
|
set summarySectionLabelTextStyle(a: FontInfo);
|
|
2050
|
-
private
|
|
2099
|
+
private aai;
|
|
2051
2100
|
get summaryRootValueTextColor(): Brush;
|
|
2052
2101
|
set summaryRootValueTextColor(a: Brush);
|
|
2053
|
-
private
|
|
2102
|
+
private gw;
|
|
2054
2103
|
get summaryRootValueTextStyle(): FontInfo;
|
|
2055
2104
|
set summaryRootValueTextStyle(a: FontInfo);
|
|
2056
|
-
private
|
|
2105
|
+
private gy;
|
|
2057
2106
|
get summarySectionValueTextStyle(): FontInfo;
|
|
2058
2107
|
set summarySectionValueTextStyle(a: FontInfo);
|
|
2059
|
-
private
|
|
2108
|
+
private aam;
|
|
2060
2109
|
get summarySectionValueTextColor(): Brush;
|
|
2061
2110
|
set summarySectionValueTextColor(a: Brush);
|
|
2062
|
-
private
|
|
2111
|
+
private aag;
|
|
2063
2112
|
get summaryRootLabelTextColor(): Brush;
|
|
2064
2113
|
set summaryRootLabelTextColor(a: Brush);
|
|
2065
|
-
private
|
|
2114
|
+
private aak;
|
|
2066
2115
|
get summarySectionLabelTextColor(): Brush;
|
|
2067
2116
|
set summarySectionLabelTextColor(a: Brush);
|
|
2068
|
-
private
|
|
2117
|
+
private aah;
|
|
2069
2118
|
get summaryRootSelectedBackground(): Brush;
|
|
2070
2119
|
set summaryRootSelectedBackground(a: Brush);
|
|
2071
|
-
private
|
|
2120
|
+
private aal;
|
|
2072
2121
|
get summarySectionSelectedBackground(): Brush;
|
|
2073
2122
|
set summarySectionSelectedBackground(a: Brush);
|
|
2074
|
-
private
|
|
2123
|
+
private nb;
|
|
2075
2124
|
get pinnedAreaSeparatorWidth(): number;
|
|
2076
2125
|
set pinnedAreaSeparatorWidth(a: number);
|
|
2077
|
-
private
|
|
2126
|
+
private m6;
|
|
2078
2127
|
get headerSeparatorWidth(): number;
|
|
2079
2128
|
set headerSeparatorWidth(a: number);
|
|
2080
|
-
|
|
2081
|
-
private
|
|
2129
|
+
nq(a: number): number;
|
|
2130
|
+
private zz;
|
|
2082
2131
|
get headerSeparatorBackground(): Brush;
|
|
2083
2132
|
set headerSeparatorBackground(a: Brush);
|
|
2084
|
-
private
|
|
2133
|
+
private zx;
|
|
2085
2134
|
get headerBackground(): Brush;
|
|
2086
2135
|
set headerBackground(a: Brush);
|
|
2087
|
-
private
|
|
2136
|
+
private z1;
|
|
2088
2137
|
get headerTextColor(): Brush;
|
|
2089
2138
|
set headerTextColor(a: Brush);
|
|
2090
|
-
private
|
|
2139
|
+
private gt;
|
|
2091
2140
|
get headerTextStyle(): FontInfo;
|
|
2092
2141
|
set headerTextStyle(a: FontInfo);
|
|
2093
|
-
private
|
|
2142
|
+
private z6;
|
|
2094
2143
|
get rowSeparatorBackground(): Brush;
|
|
2095
2144
|
set rowSeparatorBackground(a: Brush);
|
|
2096
|
-
private
|
|
2145
|
+
private zy;
|
|
2097
2146
|
get headerRowSeparatorBackground(): Brush;
|
|
2098
2147
|
set headerRowSeparatorBackground(a: Brush);
|
|
2099
|
-
private
|
|
2148
|
+
private z9;
|
|
2100
2149
|
get rowSeparatorStickyRowBackground(): Brush;
|
|
2101
2150
|
set rowSeparatorStickyRowBackground(a: Brush);
|
|
2102
|
-
private
|
|
2151
|
+
private z7;
|
|
2103
2152
|
get rowSeparatorLastStickyRowBackground(): Brush;
|
|
2104
2153
|
set rowSeparatorLastStickyRowBackground(a: Brush);
|
|
2105
|
-
private
|
|
2154
|
+
private z8;
|
|
2106
2155
|
get rowSeparatorPinnedRowBackground(): Brush;
|
|
2107
2156
|
set rowSeparatorPinnedRowBackground(a: Brush);
|
|
2108
|
-
private
|
|
2157
|
+
private m2;
|
|
2109
2158
|
get columnResizingSeparatorWidth(): number;
|
|
2110
2159
|
set columnResizingSeparatorWidth(a: number);
|
|
2111
|
-
private
|
|
2160
|
+
private l3;
|
|
2112
2161
|
get columnResizingSeparatorOpacity(): number;
|
|
2113
2162
|
set columnResizingSeparatorOpacity(a: number);
|
|
2114
|
-
private
|
|
2163
|
+
private m0;
|
|
2115
2164
|
get columnMovingSeparatorWidth(): number;
|
|
2116
2165
|
set columnMovingSeparatorWidth(a: number);
|
|
2117
|
-
private
|
|
2166
|
+
private l2;
|
|
2118
2167
|
get columnMovingSeparatorOpacity(): number;
|
|
2119
2168
|
set columnMovingSeparatorOpacity(a: number);
|
|
2120
|
-
private
|
|
2169
|
+
private zu;
|
|
2121
2170
|
get columnResizingSeparatorBackground(): Brush;
|
|
2122
2171
|
set columnResizingSeparatorBackground(a: Brush);
|
|
2123
|
-
private
|
|
2172
|
+
private zs;
|
|
2124
2173
|
get columnMovingSeparatorBackground(): Brush;
|
|
2125
2174
|
set columnMovingSeparatorBackground(a: Brush);
|
|
2126
|
-
private
|
|
2175
|
+
private im;
|
|
2127
2176
|
get shiftSectionContent(): boolean;
|
|
2128
2177
|
set shiftSectionContent(a: boolean);
|
|
2129
|
-
private
|
|
2178
|
+
private bi;
|
|
2130
2179
|
get columnOptionsIconAlignment(): ColumnOptionsIconAlignment;
|
|
2131
2180
|
set columnOptionsIconAlignment(a: ColumnOptionsIconAlignment);
|
|
2132
|
-
private
|
|
2181
|
+
private zt;
|
|
2133
2182
|
get columnOptionsIconColor(): Brush;
|
|
2134
2183
|
set columnOptionsIconColor(a: Brush);
|
|
2135
|
-
private
|
|
2184
|
+
private bk;
|
|
2136
2185
|
get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
|
|
2137
2186
|
set columnOptionsIconBehavior(a: ColumnOptionsIconBehavior);
|
|
2138
|
-
private
|
|
2187
|
+
private zo;
|
|
2139
2188
|
get border(): Brush;
|
|
2140
2189
|
set border(a: Brush);
|
|
2141
|
-
private
|
|
2142
|
-
get
|
|
2143
|
-
set
|
|
2144
|
-
private
|
|
2190
|
+
private abr;
|
|
2191
|
+
get abx(): Thickness;
|
|
2192
|
+
set abx(a: Thickness);
|
|
2193
|
+
private abp;
|
|
2145
2194
|
get actualBorderWidth(): Thickness;
|
|
2146
2195
|
set actualBorderWidth(a: Thickness);
|
|
2147
|
-
private
|
|
2196
|
+
private abq;
|
|
2148
2197
|
get borderWidth(): Thickness;
|
|
2149
2198
|
set borderWidth(a: Thickness);
|
|
2150
|
-
private
|
|
2199
|
+
private ie;
|
|
2151
2200
|
get notifyOnAllSelectionChanges(): boolean;
|
|
2152
2201
|
set notifyOnAllSelectionChanges(a: boolean);
|
|
2153
|
-
private
|
|
2154
|
-
get
|
|
2155
|
-
set
|
|
2156
|
-
private
|
|
2202
|
+
private zj;
|
|
2203
|
+
get zn(): CornerRadius;
|
|
2204
|
+
set zn(a: CornerRadius);
|
|
2205
|
+
private zi;
|
|
2157
2206
|
get cornerRadius(): CornerRadius;
|
|
2158
2207
|
set cornerRadius(a: CornerRadius);
|
|
2159
|
-
private
|
|
2208
|
+
private zh;
|
|
2160
2209
|
get actualCornerRadius(): CornerRadius;
|
|
2161
2210
|
set actualCornerRadius(a: CornerRadius);
|
|
2162
2211
|
static readonly isActiveCellStyleEnabledPropertyName: string;
|
|
2163
|
-
private
|
|
2212
|
+
private hr;
|
|
2164
2213
|
get isActiveCellStyleEnabled(): boolean;
|
|
2165
2214
|
set isActiveCellStyleEnabled(a: boolean);
|
|
2166
|
-
private
|
|
2215
|
+
private it;
|
|
2216
|
+
get stopPropagation(): boolean;
|
|
2217
|
+
set stopPropagation(a: boolean);
|
|
2218
|
+
private g7;
|
|
2167
2219
|
get platformPixelConverter(): IPlatformPixelConverter;
|
|
2168
2220
|
set platformPixelConverter(a: IPlatformPixelConverter);
|
|
2169
|
-
private
|
|
2221
|
+
private e3;
|
|
2170
2222
|
get renderingEngine(): ICellRenderingEngine;
|
|
2171
2223
|
set renderingEngine(a: ICellRenderingEngine);
|
|
2172
|
-
private
|
|
2173
|
-
private
|
|
2224
|
+
private xb;
|
|
2225
|
+
private fr;
|
|
2174
2226
|
get responsiveStates(): ResponsiveStatesCollection;
|
|
2175
|
-
private
|
|
2227
|
+
private gl;
|
|
2176
2228
|
get model(): VisualModel;
|
|
2177
2229
|
set model(a: VisualModel);
|
|
2178
2230
|
get actualVisibleRegion(): Rect;
|
|
2179
|
-
private
|
|
2180
|
-
private
|
|
2181
|
-
private
|
|
2182
|
-
private
|
|
2183
|
-
private aa;
|
|
2231
|
+
private b3;
|
|
2232
|
+
private a3;
|
|
2233
|
+
private u;
|
|
2234
|
+
private b8;
|
|
2184
2235
|
private ab;
|
|
2236
|
+
private ac;
|
|
2237
|
+
private iq;
|
|
2185
2238
|
private ip;
|
|
2239
|
+
private ir;
|
|
2186
2240
|
private io;
|
|
2187
|
-
private
|
|
2188
|
-
private
|
|
2189
|
-
private
|
|
2190
|
-
private
|
|
2191
|
-
private u;
|
|
2192
|
-
private b6;
|
|
2241
|
+
private b2;
|
|
2242
|
+
private a4;
|
|
2243
|
+
private v;
|
|
2244
|
+
private b7;
|
|
2193
2245
|
get initialSortDescriptions(): ColumnSortDescriptionCollection;
|
|
2194
2246
|
get initialGroupDescriptions(): ColumnGroupDescriptionCollection;
|
|
2195
2247
|
get initialSummaryDescriptions(): ColumnSummaryDescriptionCollection;
|
|
2196
|
-
private
|
|
2248
|
+
private o5;
|
|
2197
2249
|
get initialSorts(): string;
|
|
2198
2250
|
set initialSorts(a: string);
|
|
2199
|
-
private
|
|
2251
|
+
private o4;
|
|
2200
2252
|
get initialGroups(): string;
|
|
2201
2253
|
set initialGroups(a: string);
|
|
2202
|
-
private
|
|
2254
|
+
private o6;
|
|
2203
2255
|
get initialSummaries(): string;
|
|
2204
2256
|
set initialSummaries(a: string);
|
|
2205
|
-
private
|
|
2206
|
-
|
|
2257
|
+
private va;
|
|
2258
|
+
jd(a: any[], b: any[]): boolean;
|
|
2207
2259
|
get sortDescriptions(): ColumnSortDescriptionCollection;
|
|
2208
2260
|
get groupDescriptions(): ColumnGroupDescriptionCollection;
|
|
2209
2261
|
sortDescriptionsChanged: (sender: any, args: GridSortDescriptionsChangedEventArgs) => void;
|
|
@@ -2211,51 +2263,51 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2211
2263
|
summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
|
|
2212
2264
|
columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
|
|
2213
2265
|
columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
|
|
2214
|
-
private
|
|
2266
|
+
private wk;
|
|
2215
2267
|
cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
|
|
2216
2268
|
dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
|
|
2217
2269
|
dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
|
|
2218
2270
|
get filterExpressions(): FilterExpressionCollection;
|
|
2219
2271
|
get summaryDescriptions(): ColumnSummaryDescriptionCollection;
|
|
2220
|
-
private
|
|
2221
|
-
private
|
|
2272
|
+
private iu;
|
|
2273
|
+
private gh;
|
|
2222
2274
|
get summaryScope(): SummaryScope;
|
|
2223
2275
|
set summaryScope(a: SummaryScope);
|
|
2276
|
+
private hy;
|
|
2224
2277
|
private hx;
|
|
2225
|
-
private hw;
|
|
2226
2278
|
get isGroupCollapsable(): boolean;
|
|
2227
2279
|
set isGroupCollapsable(a: boolean);
|
|
2228
|
-
private
|
|
2229
|
-
private
|
|
2280
|
+
private hm;
|
|
2281
|
+
private es;
|
|
2230
2282
|
get groupHeaderDisplayMode(): GroupHeaderDisplayMode;
|
|
2231
2283
|
set groupHeaderDisplayMode(a: GroupHeaderDisplayMode);
|
|
2284
|
+
private h0;
|
|
2232
2285
|
private hz;
|
|
2233
|
-
private hy;
|
|
2234
2286
|
get isGroupExpandedDefault(): boolean;
|
|
2235
2287
|
set isGroupExpandedDefault(a: boolean);
|
|
2236
|
-
private
|
|
2237
|
-
private
|
|
2288
|
+
private hn;
|
|
2289
|
+
private eu;
|
|
2238
2290
|
get groupSummaryDisplayMode(): GroupSummaryDisplayMode;
|
|
2239
2291
|
set groupSummaryDisplayMode(a: GroupSummaryDisplayMode);
|
|
2240
|
-
private
|
|
2292
|
+
private hg;
|
|
2241
2293
|
get autoAcceptEdits(): boolean;
|
|
2242
2294
|
set autoAcceptEdits(a: boolean);
|
|
2243
2295
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2244
2296
|
postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
2245
|
-
protected
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2297
|
+
protected w9(a: string, b: any, c: any): void;
|
|
2298
|
+
yh(): void;
|
|
2299
|
+
x1(): void;
|
|
2300
|
+
x2(): void;
|
|
2249
2301
|
calculateCompleted: (sender: any, e: any) => void;
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
private
|
|
2253
|
-
get
|
|
2254
|
-
set
|
|
2302
|
+
vt(): void;
|
|
2303
|
+
u4(): void;
|
|
2304
|
+
private ik;
|
|
2305
|
+
get k3(): boolean;
|
|
2306
|
+
set k3(a: boolean);
|
|
2255
2307
|
refresh(): void;
|
|
2256
2308
|
flush(): void;
|
|
2257
|
-
private
|
|
2258
|
-
private
|
|
2309
|
+
private z;
|
|
2310
|
+
private x;
|
|
2259
2311
|
get actualDataSource(): IDataSource;
|
|
2260
2312
|
set actualDataSource(a: IDataSource);
|
|
2261
2313
|
private d;
|
|
@@ -2264,235 +2316,235 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2264
2316
|
private a;
|
|
2265
2317
|
get actualPrimaryKey(): string[];
|
|
2266
2318
|
set actualPrimaryKey(a: string[]);
|
|
2267
|
-
private
|
|
2268
|
-
get
|
|
2269
|
-
set
|
|
2270
|
-
protected
|
|
2271
|
-
private
|
|
2272
|
-
private
|
|
2273
|
-
private
|
|
2319
|
+
private hc;
|
|
2320
|
+
get iz(): boolean;
|
|
2321
|
+
set iz(a: boolean);
|
|
2322
|
+
protected xw(a: string, b: any, c: any): void;
|
|
2323
|
+
private y8;
|
|
2324
|
+
private zl;
|
|
2325
|
+
private abw;
|
|
2274
2326
|
syncBorder(): void;
|
|
2275
|
-
private
|
|
2276
|
-
private m;
|
|
2327
|
+
private wt;
|
|
2277
2328
|
private n;
|
|
2329
|
+
private o;
|
|
2278
2330
|
private h;
|
|
2279
|
-
private
|
|
2280
|
-
private
|
|
2281
|
-
private
|
|
2282
|
-
private
|
|
2283
|
-
private
|
|
2284
|
-
private
|
|
2285
|
-
private um;
|
|
2286
|
-
private ul;
|
|
2287
|
-
rootSummariesChanged: (sender: any, args: DataSourceRootSummariesChangedEventArgs) => void;
|
|
2288
|
-
private lj;
|
|
2289
|
-
private qz;
|
|
2290
|
-
private w5;
|
|
2331
|
+
private up;
|
|
2332
|
+
private yl;
|
|
2333
|
+
private u6;
|
|
2334
|
+
private u7;
|
|
2335
|
+
private ym;
|
|
2336
|
+
private u8;
|
|
2291
2337
|
private ut;
|
|
2292
|
-
private
|
|
2293
|
-
|
|
2294
|
-
|
|
2338
|
+
private us;
|
|
2339
|
+
rootSummariesChanged: (sender: any, args: DataSourceRootSummariesChangedEventArgs) => void;
|
|
2340
|
+
private lm;
|
|
2341
|
+
private q5;
|
|
2342
|
+
private xc;
|
|
2343
|
+
private u0;
|
|
2344
|
+
private ur;
|
|
2345
|
+
private ws;
|
|
2346
|
+
vn(): void;
|
|
2295
2347
|
sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
|
|
2296
2348
|
onSizeChanged(a: number, b: number): void;
|
|
2297
2349
|
viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
|
|
2298
|
-
private
|
|
2299
|
-
private
|
|
2300
|
-
|
|
2350
|
+
private m9;
|
|
2351
|
+
private na;
|
|
2352
|
+
lh: boolean;
|
|
2301
2353
|
notifyScrollStart(): void;
|
|
2302
2354
|
notifyScrollStop(): void;
|
|
2303
2355
|
setViewport(a: number, b: number, c: number, d: number): void;
|
|
2304
2356
|
get actualColumns(): GridColumnCollection;
|
|
2305
2357
|
actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
|
|
2306
|
-
private
|
|
2358
|
+
private dm;
|
|
2307
2359
|
get columns(): GridColumnCollection;
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2360
|
+
w5(a: CellModel, b: any, c: any): void;
|
|
2361
|
+
w4(a: CellModel, b: any, c: any, d: string): void;
|
|
2362
|
+
cg(a: CellPath): DataGridColumn;
|
|
2311
2363
|
hideThenRemoveColumn(a: DataGridColumn): void;
|
|
2312
2364
|
exchangeColumn(a: DataGridColumn, b: DataGridColumn): void;
|
|
2313
|
-
private
|
|
2314
|
-
private
|
|
2315
|
-
private
|
|
2316
|
-
private
|
|
2317
|
-
private
|
|
2318
|
-
private
|
|
2319
|
-
private
|
|
2320
|
-
private
|
|
2365
|
+
private ua;
|
|
2366
|
+
private id;
|
|
2367
|
+
private wo;
|
|
2368
|
+
private wl;
|
|
2369
|
+
private wg;
|
|
2370
|
+
private ul;
|
|
2371
|
+
private xi;
|
|
2372
|
+
private uo;
|
|
2321
2373
|
pinColumn(a: DataGridColumn, b: PinnedPositions): void;
|
|
2322
|
-
private
|
|
2323
|
-
private
|
|
2374
|
+
private lf;
|
|
2375
|
+
private lg;
|
|
2324
2376
|
moveColumn(a: number, b: number): void;
|
|
2325
2377
|
moveColumnLeft(a: number): void;
|
|
2326
2378
|
moveColumnRight(a: number): void;
|
|
2327
2379
|
canMoveColumnLeft(a: number): boolean;
|
|
2328
2380
|
canMoveColumnRight(a: number): boolean;
|
|
2329
|
-
private
|
|
2381
|
+
private kk;
|
|
2382
|
+
private ce;
|
|
2330
2383
|
private cd;
|
|
2331
|
-
private
|
|
2332
|
-
private
|
|
2333
|
-
private
|
|
2334
|
-
private
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
al(a: CellPath, b: string): CellModel;
|
|
2384
|
+
private wh;
|
|
2385
|
+
private uk;
|
|
2386
|
+
private y9;
|
|
2387
|
+
private cj;
|
|
2388
|
+
q6(a: CellPath, b: DataGrid, c: any, d: number): string;
|
|
2389
|
+
am(a: CellPath, b: string): CellModel;
|
|
2338
2390
|
exportVisualModel(): any;
|
|
2339
2391
|
exportSerializedVisualModel(): string;
|
|
2340
|
-
|
|
2341
|
-
private
|
|
2392
|
+
fv(a: number): RowPath;
|
|
2393
|
+
private hb;
|
|
2342
2394
|
scrollToRowByIndex(a: number): void;
|
|
2343
2395
|
scrollToLastRowByIndex(a: number): void;
|
|
2344
2396
|
scrollToItem(a: any): boolean;
|
|
2345
2397
|
scrollToPrimaryKey(a: any[]): boolean;
|
|
2346
2398
|
scrollToColumnByIndex(a: number): void;
|
|
2347
|
-
private
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
private
|
|
2351
|
-
private
|
|
2352
|
-
private
|
|
2399
|
+
private yo;
|
|
2400
|
+
la(a: DataGridColumn): boolean;
|
|
2401
|
+
wr(a: number, b: number): void;
|
|
2402
|
+
private uj;
|
|
2403
|
+
private ny;
|
|
2404
|
+
private k6;
|
|
2353
2405
|
getLastVisibleIndex(): number;
|
|
2354
2406
|
getFirstVisibleIndex(): number;
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2407
|
+
n0(): number;
|
|
2408
|
+
n5(): number;
|
|
2409
|
+
xr(): void;
|
|
2410
|
+
jk: boolean;
|
|
2411
|
+
j4: boolean;
|
|
2412
|
+
get kb(): boolean;
|
|
2413
|
+
get kc(): boolean;
|
|
2360
2414
|
get j9(): boolean;
|
|
2361
2415
|
get ka(): boolean;
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
private k2;
|
|
2365
|
-
private k3;
|
|
2366
|
-
private lk;
|
|
2367
|
-
private ll;
|
|
2368
|
-
private lm;
|
|
2416
|
+
private k4;
|
|
2417
|
+
private k5;
|
|
2369
2418
|
private ln;
|
|
2419
|
+
private lo;
|
|
2420
|
+
private lp;
|
|
2421
|
+
private lq;
|
|
2422
|
+
private he;
|
|
2370
2423
|
private hd;
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
private
|
|
2381
|
-
private
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
private
|
|
2386
|
-
private
|
|
2387
|
-
private
|
|
2388
|
-
private
|
|
2389
|
-
|
|
2390
|
-
t9(a: number, b: number, c: boolean, d?: boolean): void;
|
|
2391
|
-
kp(a: boolean, b: boolean): boolean;
|
|
2424
|
+
uf(a?: boolean): void;
|
|
2425
|
+
uy(): void;
|
|
2426
|
+
xg(a: any, b: PrimaryKeyValue): void;
|
|
2427
|
+
xh(a: any, b: PrimaryKeyValue): void;
|
|
2428
|
+
xn(a: number, b: any, c: PrimaryKeyValue): void;
|
|
2429
|
+
private ix;
|
|
2430
|
+
vu(a: number, b: number, c: string): void;
|
|
2431
|
+
vx(a: number, b: string): void;
|
|
2432
|
+
private vv;
|
|
2433
|
+
private nj;
|
|
2434
|
+
private nk;
|
|
2435
|
+
km(a: boolean, b: boolean): boolean;
|
|
2436
|
+
kn(a: boolean, b: boolean): boolean;
|
|
2437
|
+
private n4;
|
|
2438
|
+
private nz;
|
|
2439
|
+
private n9;
|
|
2440
|
+
private n8;
|
|
2441
|
+
private nx;
|
|
2442
|
+
ug(a: number, b: number, c: boolean, d?: boolean): void;
|
|
2392
2443
|
kr(a: boolean, b: boolean): boolean;
|
|
2393
|
-
ks(a: boolean, b: boolean): boolean;
|
|
2394
2444
|
kt(a: boolean, b: boolean): boolean;
|
|
2395
2445
|
ku(a: boolean, b: boolean): boolean;
|
|
2446
|
+
kv(a: boolean, b: boolean): boolean;
|
|
2396
2447
|
kw(a: boolean, b: boolean): boolean;
|
|
2397
|
-
|
|
2448
|
+
ky(a: boolean, b: boolean): boolean;
|
|
2449
|
+
xs(): void;
|
|
2450
|
+
kz(a: boolean, b: boolean): boolean;
|
|
2451
|
+
ko(a: boolean, b: boolean): boolean;
|
|
2452
|
+
kp(): boolean;
|
|
2453
|
+
kq(): boolean;
|
|
2398
2454
|
kx(a: boolean, b: boolean): boolean;
|
|
2399
|
-
km(a: boolean, b: boolean): boolean;
|
|
2400
|
-
kn(): boolean;
|
|
2401
|
-
ko(): boolean;
|
|
2402
|
-
kv(a: boolean, b: boolean): boolean;
|
|
2403
|
-
ap: CellPath;
|
|
2404
2455
|
aq: CellPath;
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2456
|
+
ar: CellPath;
|
|
2457
|
+
lj(): boolean;
|
|
2458
|
+
ld(a: CellModel): boolean;
|
|
2459
|
+
jc(a: boolean, b?: boolean): boolean;
|
|
2460
|
+
ux(a: boolean): void;
|
|
2461
|
+
v9(a: PrimaryKeyValue, b: number): void;
|
|
2462
|
+
wa(a: PrimaryKeyValue, b: number): void;
|
|
2411
2463
|
columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
|
|
2412
2464
|
selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
|
|
2413
2465
|
selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
|
|
2414
2466
|
selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
|
|
2415
2467
|
selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
|
|
2416
|
-
private
|
|
2417
|
-
private
|
|
2468
|
+
private il;
|
|
2469
|
+
private xo;
|
|
2418
2470
|
activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
|
|
2419
2471
|
selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
private
|
|
2427
|
-
private
|
|
2428
|
-
private
|
|
2429
|
-
private
|
|
2430
|
-
private
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
private
|
|
2436
|
-
|
|
2437
|
-
private
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
private
|
|
2443
|
-
|
|
2444
|
-
private
|
|
2445
|
-
|
|
2472
|
+
ze(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
|
|
2473
|
+
ud(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
|
|
2474
|
+
ue(a: any, b: PrimaryKeyValue, c: boolean): void;
|
|
2475
|
+
zd(a: number, b: any, c: PrimaryKeyValue): void;
|
|
2476
|
+
ye(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
|
|
2477
|
+
yf(a: any, b: PrimaryKeyValue, c: boolean): void;
|
|
2478
|
+
private xk;
|
|
2479
|
+
private xl;
|
|
2480
|
+
private xj;
|
|
2481
|
+
private xm;
|
|
2482
|
+
private au;
|
|
2483
|
+
uc(a: number, b: number, c: number, d: number): void;
|
|
2484
|
+
ub(a: CellRange): void;
|
|
2485
|
+
yb(a: CellRange): void;
|
|
2486
|
+
ya(): void;
|
|
2487
|
+
private vl;
|
|
2488
|
+
xp(a: number, b: any, c: any): void;
|
|
2489
|
+
private vb;
|
|
2490
|
+
wb(): void;
|
|
2491
|
+
yk(a: GridConditionalStyle, b: DataGridColumn): void;
|
|
2492
|
+
yg(a: GridConditionalStyle, b: DataGridColumn): void;
|
|
2493
|
+
lt(a: GridConditionalStyle, b: DataGridColumn): List$1<ColumnSummaryDescription>;
|
|
2494
|
+
private ll;
|
|
2495
|
+
uz(a: ColumnSummaryDescription): void;
|
|
2496
|
+
private jx;
|
|
2497
|
+
x9(a: ColumnSummaryDescription): void;
|
|
2446
2498
|
invalidateVisibleRows(): void;
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
private
|
|
2451
|
-
private
|
|
2452
|
-
private
|
|
2453
|
-
private
|
|
2454
|
-
private
|
|
2455
|
-
|
|
2456
|
-
ww(a: number, b: any): void;
|
|
2499
|
+
o2(a: DataGridColumn): any;
|
|
2500
|
+
o1(a: DataGridColumn): any;
|
|
2501
|
+
o3(a: DataGridColumn): any;
|
|
2502
|
+
private vc;
|
|
2503
|
+
private n1;
|
|
2504
|
+
private n6;
|
|
2505
|
+
private vd;
|
|
2506
|
+
private hq;
|
|
2507
|
+
xx(): void;
|
|
2457
2508
|
w3(a: number, b: any): void;
|
|
2509
|
+
xa(a: number, b: any): void;
|
|
2458
2510
|
setActiveResponsiveState(a: string): void;
|
|
2459
|
-
|
|
2511
|
+
yz(a: ResponsiveState): void;
|
|
2460
2512
|
notifySetItem(a: number, b: any, c: any): void;
|
|
2461
2513
|
notifyClearItems(): void;
|
|
2462
2514
|
notifyInsertItem(a: number, b: any): void;
|
|
2463
2515
|
notifyRemoveItem(a: number, b: any): void;
|
|
2464
2516
|
dataIndexOfItem(a: any): number;
|
|
2465
2517
|
dataIndexOfPrimaryKey(a: any[]): number;
|
|
2466
|
-
|
|
2518
|
+
j(): string[];
|
|
2467
2519
|
resolveCellValue(a: CellKey): any;
|
|
2468
2520
|
resolveCellValueFromPosition(a: number, b: number): any;
|
|
2469
2521
|
getColumnAtRenderedIndex(a: number): DataGridColumn;
|
|
2470
2522
|
getRootSummaryResults(): ISummaryResult[];
|
|
2471
2523
|
getSectionSummaryResults(a: number): ISummaryResult[][];
|
|
2472
|
-
private
|
|
2524
|
+
private ij;
|
|
2473
2525
|
get reactsToSortChanges(): boolean;
|
|
2474
2526
|
set reactsToSortChanges(a: boolean);
|
|
2475
|
-
private
|
|
2527
|
+
private ii;
|
|
2476
2528
|
get reactsToGroupChanges(): boolean;
|
|
2477
2529
|
set reactsToGroupChanges(a: boolean);
|
|
2478
|
-
private
|
|
2530
|
+
private ih;
|
|
2479
2531
|
get reactsToFilterChanges(): boolean;
|
|
2480
2532
|
set reactsToFilterChanges(a: boolean);
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
private
|
|
2484
|
-
private
|
|
2533
|
+
aa(a: DataGridColumn): IFilterExpression;
|
|
2534
|
+
lk(a: CellModel, b: number, c: any, d: any, e: any): boolean;
|
|
2535
|
+
private zf;
|
|
2536
|
+
private ou;
|
|
2485
2537
|
columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
|
|
2486
|
-
private
|
|
2538
|
+
private wp;
|
|
2487
2539
|
cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
|
|
2488
|
-
private
|
|
2540
|
+
private v0;
|
|
2489
2541
|
cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
|
|
2490
|
-
private
|
|
2542
|
+
private vz;
|
|
2491
2543
|
rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
|
|
2492
|
-
private
|
|
2544
|
+
private xe;
|
|
2493
2545
|
rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
|
|
2494
|
-
private
|
|
2495
|
-
|
|
2546
|
+
private xd;
|
|
2547
|
+
jw(): boolean;
|
|
2496
2548
|
get canUndo(): boolean;
|
|
2497
2549
|
get canRedo(): boolean;
|
|
2498
2550
|
get canCommit(): boolean;
|
|
@@ -2505,112 +2557,120 @@ export declare class DataGrid extends Base implements INotifyPropertyChanged {
|
|
|
2505
2557
|
updatePropertyAtKey(a: any[], b: string, c: any): void;
|
|
2506
2558
|
removeItemByKey(a: any[]): void;
|
|
2507
2559
|
removeItem(a: any): void;
|
|
2508
|
-
private
|
|
2560
|
+
private ig;
|
|
2509
2561
|
acceptEdit(a: number): void;
|
|
2510
2562
|
rejectEdit(a: number): void;
|
|
2511
2563
|
setEditError(a: number, b: string): void;
|
|
2512
2564
|
startEditMode(): void;
|
|
2513
2565
|
endEditMode(a: boolean): void;
|
|
2514
|
-
private
|
|
2566
|
+
private ct;
|
|
2515
2567
|
get enterBehavior(): EnterKeyBehaviors;
|
|
2516
2568
|
set enterBehavior(a: EnterKeyBehaviors);
|
|
2517
|
-
private
|
|
2569
|
+
private cr;
|
|
2518
2570
|
get enterBehaviorAfterEdit(): EnterKeyBehaviorAfterEdit;
|
|
2519
2571
|
set enterBehaviorAfterEdit(a: EnterKeyBehaviorAfterEdit);
|
|
2520
2572
|
selectAllRows(): void;
|
|
2521
2573
|
deselectAllRows(): void;
|
|
2522
|
-
private
|
|
2523
|
-
get
|
|
2524
|
-
set
|
|
2525
|
-
|
|
2526
|
-
private
|
|
2527
|
-
|
|
2528
|
-
private
|
|
2574
|
+
private h3;
|
|
2575
|
+
get j6(): boolean;
|
|
2576
|
+
set j6(a: boolean);
|
|
2577
|
+
ks(a: Key, b: boolean, c: boolean): boolean;
|
|
2578
|
+
private li;
|
|
2579
|
+
lb(): boolean;
|
|
2580
|
+
private hu;
|
|
2529
2581
|
get isColumnOptionsSummariesEnabled(): boolean;
|
|
2530
2582
|
set isColumnOptionsSummariesEnabled(a: boolean);
|
|
2531
|
-
private
|
|
2583
|
+
private ht;
|
|
2532
2584
|
get isColumnOptionsGroupingEnabled(): boolean;
|
|
2533
2585
|
set isColumnOptionsGroupingEnabled(a: boolean);
|
|
2534
|
-
private
|
|
2586
|
+
private fj;
|
|
2535
2587
|
get mergedCellMode(): MergedCellMode;
|
|
2536
2588
|
set mergedCellMode(a: MergedCellMode);
|
|
2537
|
-
private
|
|
2589
|
+
private fh;
|
|
2538
2590
|
get mergedCellEvaluationCriteria(): MergedCellEvaluationCriteria;
|
|
2539
2591
|
set mergedCellEvaluationCriteria(a: MergedCellEvaluationCriteria);
|
|
2540
|
-
private
|
|
2592
|
+
private af;
|
|
2541
2593
|
get mergedCellVerticalAlignment(): CellContentVerticalAlignment;
|
|
2542
2594
|
set mergedCellVerticalAlignment(a: CellContentVerticalAlignment);
|
|
2543
2595
|
saveLayout(): string;
|
|
2544
|
-
private
|
|
2545
|
-
private
|
|
2596
|
+
private f0;
|
|
2597
|
+
private lu;
|
|
2546
2598
|
loadLayout(a: string): void;
|
|
2547
|
-
private r;
|
|
2548
2599
|
private s;
|
|
2549
|
-
|
|
2550
|
-
|
|
2600
|
+
private t;
|
|
2601
|
+
n3(a: CellPath): number;
|
|
2602
|
+
private c0;
|
|
2551
2603
|
get filterUIType(): FilterUIType;
|
|
2552
2604
|
set filterUIType(a: FilterUIType);
|
|
2553
|
-
private
|
|
2605
|
+
private cx;
|
|
2554
2606
|
get filterLogicalOperator(): FilterLogicalOperator;
|
|
2555
2607
|
set filterLogicalOperator(a: FilterLogicalOperator);
|
|
2556
|
-
private
|
|
2608
|
+
private cv;
|
|
2557
2609
|
get filterComparisonType(): FilterComparisonType;
|
|
2558
2610
|
set filterComparisonType(a: FilterComparisonType);
|
|
2559
|
-
|
|
2560
|
-
private
|
|
2611
|
+
jy(): boolean;
|
|
2612
|
+
private lx;
|
|
2561
2613
|
get todayOverride(): Date;
|
|
2562
2614
|
set todayOverride(a: Date);
|
|
2563
|
-
private
|
|
2615
|
+
private hi;
|
|
2564
2616
|
get clearSelectionOnEscape(): boolean;
|
|
2565
2617
|
set clearSelectionOnEscape(a: boolean);
|
|
2566
2618
|
customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
|
|
2567
|
-
|
|
2568
|
-
private
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
private
|
|
2619
|
+
wq(a: DataGridColumn, b: FilterOperand, c: any): void;
|
|
2620
|
+
private m1;
|
|
2621
|
+
lc(): boolean;
|
|
2622
|
+
vh(): void;
|
|
2623
|
+
vg(): void;
|
|
2624
|
+
private h4;
|
|
2573
2625
|
get isPagerVisible(): boolean;
|
|
2574
2626
|
set isPagerVisible(a: boolean);
|
|
2575
|
-
private
|
|
2627
|
+
private m7;
|
|
2576
2628
|
get pageSize(): number;
|
|
2577
2629
|
set pageSize(a: number);
|
|
2578
|
-
private
|
|
2630
|
+
private h9;
|
|
2579
2631
|
get isToolbarVisible(): boolean;
|
|
2580
2632
|
set isToolbarVisible(a: boolean);
|
|
2581
|
-
private
|
|
2633
|
+
private h7;
|
|
2582
2634
|
get isToolbarColumnChooserVisible(): boolean;
|
|
2583
2635
|
set isToolbarColumnChooserVisible(a: boolean);
|
|
2584
|
-
private
|
|
2636
|
+
private h8;
|
|
2585
2637
|
get isToolbarColumnPinningVisible(): boolean;
|
|
2586
2638
|
set isToolbarColumnPinningVisible(a: boolean);
|
|
2587
|
-
private
|
|
2639
|
+
private pb;
|
|
2588
2640
|
get toolbarTitle(): string;
|
|
2589
2641
|
set toolbarTitle(a: string);
|
|
2590
|
-
private
|
|
2642
|
+
private o7;
|
|
2591
2643
|
get toolbarColumnChooserText(): string;
|
|
2592
2644
|
set toolbarColumnChooserText(a: string);
|
|
2593
|
-
private
|
|
2645
|
+
private o8;
|
|
2594
2646
|
get toolbarColumnChooserTitle(): string;
|
|
2595
2647
|
set toolbarColumnChooserTitle(a: string);
|
|
2596
|
-
private
|
|
2648
|
+
private o9;
|
|
2597
2649
|
get toolbarColumnPinningText(): string;
|
|
2598
2650
|
set toolbarColumnPinningText(a: string);
|
|
2599
|
-
private
|
|
2651
|
+
private pa;
|
|
2600
2652
|
get toolbarColumnPinningTitle(): string;
|
|
2601
2653
|
set toolbarColumnPinningTitle(a: string);
|
|
2602
|
-
private
|
|
2654
|
+
private gn;
|
|
2603
2655
|
get scrollbarStyle(): ScrollbarStyle;
|
|
2604
2656
|
set scrollbarStyle(a: ScrollbarStyle);
|
|
2605
|
-
private
|
|
2657
|
+
private aaa;
|
|
2606
2658
|
get scrollbarBackground(): Brush;
|
|
2607
2659
|
set scrollbarBackground(a: Brush);
|
|
2608
|
-
private
|
|
2660
|
+
private hf;
|
|
2609
2661
|
get allowCopyOperation(): boolean;
|
|
2610
2662
|
set allowCopyOperation(a: boolean);
|
|
2611
|
-
private
|
|
2663
|
+
private hj;
|
|
2612
2664
|
get deferEventForRowDragSelection(): boolean;
|
|
2613
2665
|
set deferEventForRowDragSelection(a: boolean);
|
|
2666
|
+
registerIconFromText(a: string, b: string, c: string): void;
|
|
2667
|
+
getIconFromCache(a: string, b: string): string;
|
|
2668
|
+
registerMultiPathSVG(a: string, b: string, c: string[]): void;
|
|
2669
|
+
getMultiPathSVGFromCache(a: string, b: string): string[];
|
|
2670
|
+
registerIconFromDataURL(a: string, b: string, c: string): void;
|
|
2671
|
+
getDataURLFromCache(a: string, b: string): string;
|
|
2672
|
+
registerIconSource(a: string, b: string, c: any): void;
|
|
2673
|
+
getIconSource(a: string, b: string): any;
|
|
2614
2674
|
}
|
|
2615
2675
|
/**
|
|
2616
2676
|
* @hidden
|
|
@@ -2916,51 +2976,51 @@ export declare class GridSelectedCellsCollection extends ObservableCollection$1<
|
|
|
2916
2976
|
export declare abstract class DefinitionBase extends Base implements INotifyPropertyChanged {
|
|
2917
2977
|
static $t: Type;
|
|
2918
2978
|
constructor();
|
|
2919
|
-
private
|
|
2979
|
+
private eg;
|
|
2920
2980
|
private a3;
|
|
2921
|
-
protected ez(a: GridConditionalStyle): void;
|
|
2922
2981
|
protected e0(a: GridConditionalStyle): void;
|
|
2982
|
+
protected e1(a: GridConditionalStyle): void;
|
|
2983
|
+
protected cu(): any;
|
|
2923
2984
|
protected ct(): any;
|
|
2924
2985
|
protected cs(): any;
|
|
2925
|
-
|
|
2926
|
-
private
|
|
2927
|
-
private fb;
|
|
2986
|
+
private ei;
|
|
2987
|
+
private fc;
|
|
2928
2988
|
private ay;
|
|
2929
|
-
private
|
|
2930
|
-
private
|
|
2931
|
-
private
|
|
2932
|
-
private
|
|
2989
|
+
private eq;
|
|
2990
|
+
private ey;
|
|
2991
|
+
private en;
|
|
2992
|
+
private eh;
|
|
2933
2993
|
private a2;
|
|
2934
|
-
|
|
2994
|
+
e4(a: GridConditionalStyle): void;
|
|
2935
2995
|
private az;
|
|
2936
2996
|
private ax;
|
|
2937
|
-
private ec;
|
|
2938
|
-
private ek;
|
|
2939
2997
|
private ed;
|
|
2940
|
-
|
|
2998
|
+
private el;
|
|
2999
|
+
private ee;
|
|
3000
|
+
e3(a: GridConditionalStyle): void;
|
|
2941
3001
|
as(a: GridConditionalStyle): boolean;
|
|
2942
|
-
private
|
|
3002
|
+
private ej;
|
|
2943
3003
|
private cl;
|
|
2944
3004
|
private x;
|
|
2945
3005
|
get externalObject(): any;
|
|
2946
3006
|
set externalObject(a: any);
|
|
2947
|
-
private
|
|
2948
|
-
get
|
|
2949
|
-
set
|
|
3007
|
+
private fv;
|
|
3008
|
+
get gf(): Brush;
|
|
3009
|
+
set gf(a: Brush);
|
|
2950
3010
|
private v;
|
|
2951
3011
|
get conditionalStyles(): GridConditionalStyleCollection;
|
|
2952
|
-
private fx;
|
|
2953
|
-
get gh(): Brush;
|
|
2954
|
-
set gh(a: Brush);
|
|
2955
|
-
private fj;
|
|
2956
|
-
get f3(): Brush;
|
|
2957
|
-
set f3(a: Brush);
|
|
2958
3012
|
private fy;
|
|
2959
3013
|
get gi(): Brush;
|
|
2960
3014
|
set gi(a: Brush);
|
|
2961
|
-
private
|
|
2962
|
-
get
|
|
2963
|
-
set
|
|
3015
|
+
private fk;
|
|
3016
|
+
get f4(): Brush;
|
|
3017
|
+
set f4(a: Brush);
|
|
3018
|
+
private fz;
|
|
3019
|
+
get gj(): Brush;
|
|
3020
|
+
set gj(a: Brush);
|
|
3021
|
+
private fp;
|
|
3022
|
+
get f9(): Brush;
|
|
3023
|
+
set f9(a: Brush);
|
|
2964
3024
|
private bw;
|
|
2965
3025
|
get cc(): number;
|
|
2966
3026
|
set cc(a: number);
|
|
@@ -3000,18 +3060,24 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3000
3060
|
private t;
|
|
3001
3061
|
get grid(): DataGrid;
|
|
3002
3062
|
set grid(a: DataGrid);
|
|
3003
|
-
private
|
|
3004
|
-
protected
|
|
3005
|
-
protected
|
|
3063
|
+
private es;
|
|
3064
|
+
protected er(a: DataGrid, b: DataGrid): void;
|
|
3065
|
+
protected et(a: any, b: PropertyChangedEventArgs): void;
|
|
3066
|
+
private fm;
|
|
3067
|
+
get f6(): Brush;
|
|
3068
|
+
set f6(a: Brush);
|
|
3006
3069
|
private fl;
|
|
3007
3070
|
get f5(): Brush;
|
|
3008
3071
|
set f5(a: Brush);
|
|
3009
|
-
private
|
|
3010
|
-
get
|
|
3011
|
-
set
|
|
3012
|
-
private
|
|
3013
|
-
get
|
|
3014
|
-
set
|
|
3072
|
+
private fq;
|
|
3073
|
+
get ga(): Brush;
|
|
3074
|
+
set ga(a: Brush);
|
|
3075
|
+
private f2;
|
|
3076
|
+
get gx(): Brush;
|
|
3077
|
+
set gx(a: Brush);
|
|
3078
|
+
private ft;
|
|
3079
|
+
get gd(): Brush;
|
|
3080
|
+
set gd(a: Brush);
|
|
3015
3081
|
private f1;
|
|
3016
3082
|
get gw(): Brush;
|
|
3017
3083
|
set gw(a: Brush);
|
|
@@ -3024,12 +3090,6 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3024
3090
|
private fr;
|
|
3025
3091
|
get gb(): Brush;
|
|
3026
3092
|
set gb(a: Brush);
|
|
3027
|
-
private fz;
|
|
3028
|
-
get gu(): Brush;
|
|
3029
|
-
set gu(a: Brush);
|
|
3030
|
-
private fq;
|
|
3031
|
-
get ga(): Brush;
|
|
3032
|
-
set ga(a: Brush);
|
|
3033
3093
|
private bd;
|
|
3034
3094
|
get bh(): number;
|
|
3035
3095
|
set bh(a: number);
|
|
@@ -3051,27 +3111,27 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3051
3111
|
private z;
|
|
3052
3112
|
get ab(): TextCellLineBreakMode;
|
|
3053
3113
|
set ab(a: TextCellLineBreakMode);
|
|
3054
|
-
private
|
|
3055
|
-
get
|
|
3056
|
-
set
|
|
3057
|
-
private
|
|
3058
|
-
get
|
|
3059
|
-
set
|
|
3114
|
+
private f3;
|
|
3115
|
+
get gy(): Brush;
|
|
3116
|
+
set gy(a: Brush);
|
|
3117
|
+
private fu;
|
|
3118
|
+
get ge(): Brush;
|
|
3119
|
+
set ge(a: Brush);
|
|
3060
3120
|
private an;
|
|
3061
3121
|
get ar(): boolean;
|
|
3062
3122
|
set ar(a: boolean);
|
|
3063
|
-
private fv;
|
|
3064
|
-
get gf(): Brush;
|
|
3065
|
-
set gf(a: Brush);
|
|
3066
|
-
private fm;
|
|
3067
|
-
get f6(): Brush;
|
|
3068
|
-
set f6(a: Brush);
|
|
3069
3123
|
private fw;
|
|
3070
3124
|
get gg(): Brush;
|
|
3071
3125
|
set gg(a: Brush);
|
|
3072
3126
|
private fn;
|
|
3073
3127
|
get f7(): Brush;
|
|
3074
3128
|
set f7(a: Brush);
|
|
3129
|
+
private fx;
|
|
3130
|
+
get gh(): Brush;
|
|
3131
|
+
set gh(a: Brush);
|
|
3132
|
+
private fo;
|
|
3133
|
+
get f8(): Brush;
|
|
3134
|
+
set f8(a: Brush);
|
|
3075
3135
|
private bu;
|
|
3076
3136
|
get ca(): number;
|
|
3077
3137
|
set ca(a: number);
|
|
@@ -3102,21 +3162,22 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3102
3162
|
private bb;
|
|
3103
3163
|
private a9;
|
|
3104
3164
|
protected abstract n(a: CellPath): CellModel;
|
|
3105
|
-
private
|
|
3165
|
+
private ev;
|
|
3106
3166
|
private a7;
|
|
3107
|
-
|
|
3167
|
+
d2(a: CellPath, b: DataGrid, c: any, d: number): string;
|
|
3108
3168
|
private aw;
|
|
3109
|
-
protected abstract
|
|
3110
|
-
|
|
3111
|
-
|
|
3169
|
+
protected abstract d3(a: CellPath, b: DataGrid, c: any): string;
|
|
3170
|
+
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3171
|
+
eo(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3112
3172
|
protected at(a: GridConditionalStyle): boolean;
|
|
3113
3173
|
private al;
|
|
3114
|
-
private
|
|
3174
|
+
private ef;
|
|
3115
3175
|
private cn;
|
|
3116
|
-
private
|
|
3176
|
+
private co;
|
|
3117
3177
|
private cq;
|
|
3178
|
+
private cr;
|
|
3179
|
+
private gu;
|
|
3118
3180
|
private gt;
|
|
3119
|
-
private gs;
|
|
3120
3181
|
private bk;
|
|
3121
3182
|
private bl;
|
|
3122
3183
|
bg(a: any): number;
|
|
@@ -3126,61 +3187,61 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3126
3187
|
private p;
|
|
3127
3188
|
dataBinding: (sender: any, args: DataBindingEventArgs) => void;
|
|
3128
3189
|
dataBound: (sender: any, args: DataBindingEventArgs) => void;
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3190
|
+
ep(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3191
|
+
d0(a: DataGrid, b: any, c: any): string;
|
|
3192
|
+
ez(): void;
|
|
3132
3193
|
protected au(a: string): boolean;
|
|
3133
3194
|
protected av(a: string): boolean;
|
|
3134
3195
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
3135
|
-
protected
|
|
3136
|
-
protected e5(): void;
|
|
3137
|
-
protected fh(): void;
|
|
3196
|
+
protected eu(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3138
3197
|
protected e6(): void;
|
|
3139
|
-
protected e8(): void;
|
|
3140
|
-
protected e9(): void;
|
|
3141
|
-
protected e7(): void;
|
|
3142
3198
|
protected fi(): void;
|
|
3199
|
+
protected e7(): void;
|
|
3200
|
+
protected e9(): void;
|
|
3201
|
+
protected fa(): void;
|
|
3202
|
+
protected e8(): void;
|
|
3203
|
+
protected fj(): void;
|
|
3204
|
+
protected fg(): void;
|
|
3143
3205
|
protected ff(): void;
|
|
3206
|
+
protected fh(): void;
|
|
3144
3207
|
protected fe(): void;
|
|
3145
|
-
protected
|
|
3146
|
-
protected fd(): void;
|
|
3147
|
-
protected ev(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3208
|
+
protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3148
3209
|
private ak;
|
|
3149
|
-
protected
|
|
3150
|
-
private
|
|
3151
|
-
private
|
|
3210
|
+
protected fb(): void;
|
|
3211
|
+
private e5;
|
|
3212
|
+
private fd;
|
|
3152
3213
|
private a1;
|
|
3153
3214
|
private a5;
|
|
3154
3215
|
private a0;
|
|
3155
3216
|
protected get a4(): HashSet$1<string>;
|
|
3156
3217
|
protected get a8(): List$1<string>;
|
|
3157
|
-
private
|
|
3218
|
+
private ek;
|
|
3158
3219
|
protected f(): CellContentHorizontalAlignment;
|
|
3159
3220
|
protected k(): CellContentVerticalAlignment;
|
|
3160
|
-
protected
|
|
3161
|
-
protected gl(): Brush;
|
|
3221
|
+
protected gs(): Brush;
|
|
3162
3222
|
protected gm(): Brush;
|
|
3223
|
+
protected gn(): Brush;
|
|
3163
3224
|
protected ck(): number;
|
|
3164
3225
|
protected cj(): number;
|
|
3165
|
-
protected gj(): Brush;
|
|
3166
|
-
protected aj(): FontInfo;
|
|
3167
3226
|
protected gk(): Brush;
|
|
3168
|
-
protected
|
|
3169
|
-
protected
|
|
3170
|
-
protected
|
|
3227
|
+
protected aj(): FontInfo;
|
|
3228
|
+
protected gl(): Brush;
|
|
3229
|
+
protected gr(): Brush;
|
|
3171
3230
|
protected gp(): Brush;
|
|
3231
|
+
protected go(): Brush;
|
|
3232
|
+
protected gq(): Brush;
|
|
3172
3233
|
protected bi(): number;
|
|
3173
3234
|
definitionPropertyUpdated: (sender: any, args: DefinitionPropertyUpdatedEventArgs) => void;
|
|
3174
3235
|
private ad;
|
|
3175
3236
|
private am;
|
|
3176
|
-
|
|
3237
|
+
e2(a: string, b: CellPropertyAnimationType, c: any): void;
|
|
3177
3238
|
ap(): boolean;
|
|
3178
3239
|
get ae(): FastIterationDictionary$2<string, any>;
|
|
3179
3240
|
get aq(): boolean;
|
|
3180
3241
|
ao(a: string): boolean;
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3242
|
+
ex(a: string): void;
|
|
3243
|
+
cp(a: string): any;
|
|
3244
|
+
d1(a: any, b: DataSourceSchemaPropertyType, c: any): string;
|
|
3184
3245
|
y(a: ColumnSummaryDescription, b: ISummaryResult): SummaryData;
|
|
3185
3246
|
cellStyleKeyRequested: (sender: any, args: CellStyleRequestedEventArgs) => void;
|
|
3186
3247
|
}
|
|
@@ -3190,283 +3251,320 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
3190
3251
|
export declare abstract class DataGridColumn extends DefinitionBase implements IToolbarTarget {
|
|
3191
3252
|
static $t: Type;
|
|
3192
3253
|
constructor();
|
|
3193
|
-
protected
|
|
3194
|
-
protected cr(): any;
|
|
3254
|
+
protected e1(a: GridConditionalStyle): void;
|
|
3195
3255
|
protected cs(): any;
|
|
3196
3256
|
protected ct(): any;
|
|
3257
|
+
protected cu(): any;
|
|
3197
3258
|
protected at(a: GridConditionalStyle): boolean;
|
|
3198
|
-
protected
|
|
3199
|
-
protected
|
|
3200
|
-
private static
|
|
3201
|
-
|
|
3202
|
-
private
|
|
3203
|
-
get
|
|
3204
|
-
set
|
|
3205
|
-
private
|
|
3206
|
-
get
|
|
3207
|
-
set
|
|
3208
|
-
private
|
|
3209
|
-
get
|
|
3210
|
-
set
|
|
3211
|
-
private
|
|
3212
|
-
get
|
|
3213
|
-
set
|
|
3214
|
-
private
|
|
3215
|
-
get
|
|
3216
|
-
set
|
|
3217
|
-
private
|
|
3218
|
-
get
|
|
3219
|
-
set
|
|
3220
|
-
private
|
|
3221
|
-
get
|
|
3222
|
-
set
|
|
3223
|
-
private
|
|
3224
|
-
get
|
|
3225
|
-
set
|
|
3226
|
-
private
|
|
3227
|
-
get
|
|
3228
|
-
set
|
|
3229
|
-
private
|
|
3230
|
-
get
|
|
3231
|
-
set
|
|
3232
|
-
private
|
|
3233
|
-
get
|
|
3234
|
-
set
|
|
3235
|
-
private
|
|
3236
|
-
get
|
|
3237
|
-
set
|
|
3238
|
-
private
|
|
3239
|
-
get
|
|
3240
|
-
set
|
|
3241
|
-
private
|
|
3242
|
-
get
|
|
3243
|
-
set
|
|
3244
|
-
private
|
|
3245
|
-
get
|
|
3246
|
-
set
|
|
3247
|
-
private
|
|
3248
|
-
get
|
|
3249
|
-
set
|
|
3250
|
-
private
|
|
3251
|
-
get
|
|
3252
|
-
set
|
|
3253
|
-
private
|
|
3254
|
-
get
|
|
3255
|
-
set
|
|
3256
|
-
private
|
|
3257
|
-
get
|
|
3258
|
-
set
|
|
3259
|
-
private
|
|
3260
|
-
get
|
|
3261
|
-
set
|
|
3262
|
-
private
|
|
3259
|
+
protected oz(): Brush;
|
|
3260
|
+
protected oy(): Brush;
|
|
3261
|
+
private static k1;
|
|
3262
|
+
k2: number;
|
|
3263
|
+
private ht;
|
|
3264
|
+
get hu(): ColumnStates;
|
|
3265
|
+
set hu(a: ColumnStates);
|
|
3266
|
+
private kn;
|
|
3267
|
+
get ky(): number;
|
|
3268
|
+
set ky(a: number);
|
|
3269
|
+
private kp;
|
|
3270
|
+
get k0(): number;
|
|
3271
|
+
set k0(a: number);
|
|
3272
|
+
private ko;
|
|
3273
|
+
get kz(): number;
|
|
3274
|
+
set kz(a: number);
|
|
3275
|
+
private km;
|
|
3276
|
+
get kx(): number;
|
|
3277
|
+
set kx(a: number);
|
|
3278
|
+
private la;
|
|
3279
|
+
get mw(): string;
|
|
3280
|
+
set mw(a: string);
|
|
3281
|
+
private kk;
|
|
3282
|
+
get kv(): number;
|
|
3283
|
+
set kv(a: number);
|
|
3284
|
+
private kj;
|
|
3285
|
+
get ku(): number;
|
|
3286
|
+
set ku(a: number);
|
|
3287
|
+
private kl;
|
|
3288
|
+
get kw(): number;
|
|
3289
|
+
set kw(a: number);
|
|
3290
|
+
private ik;
|
|
3291
|
+
get im(): PinnedPositions;
|
|
3292
|
+
set im(a: PinnedPositions);
|
|
3293
|
+
private k8;
|
|
3294
|
+
get l5(): string;
|
|
3295
|
+
set l5(a: string);
|
|
3296
|
+
private k9;
|
|
3297
|
+
get mc(): string;
|
|
3298
|
+
set mc(a: string);
|
|
3299
|
+
private k6;
|
|
3300
|
+
get lk(): string;
|
|
3301
|
+
set lk(a: string);
|
|
3302
|
+
private on;
|
|
3303
|
+
get o2(): Brush;
|
|
3304
|
+
set o2(a: Brush);
|
|
3305
|
+
private oi;
|
|
3306
|
+
get ov(): Brush;
|
|
3307
|
+
set ov(a: Brush);
|
|
3308
|
+
private ol;
|
|
3309
|
+
get o0(): Brush;
|
|
3310
|
+
set o0(a: Brush);
|
|
3311
|
+
private og;
|
|
3312
|
+
get ot(): Brush;
|
|
3313
|
+
set ot(a: Brush);
|
|
3314
|
+
private om;
|
|
3315
|
+
get o1(): Brush;
|
|
3316
|
+
set o1(a: Brush);
|
|
3317
|
+
private oh;
|
|
3318
|
+
get ou(): Brush;
|
|
3319
|
+
set ou(a: Brush);
|
|
3320
|
+
private h7;
|
|
3321
|
+
get h8(): GridColumnAnimationSettings;
|
|
3322
|
+
set h8(a: GridColumnAnimationSettings);
|
|
3323
|
+
private hv;
|
|
3263
3324
|
get width(): ColumnWidth;
|
|
3264
3325
|
set width(a: ColumnWidth);
|
|
3265
|
-
private
|
|
3266
|
-
get
|
|
3267
|
-
set
|
|
3326
|
+
private j3;
|
|
3327
|
+
get ka(): number;
|
|
3328
|
+
set ka(a: number);
|
|
3329
|
+
private jb;
|
|
3330
|
+
get jt(): boolean;
|
|
3331
|
+
set jt(a: boolean);
|
|
3332
|
+
private i5;
|
|
3333
|
+
get jn(): boolean;
|
|
3334
|
+
set jn(a: boolean);
|
|
3335
|
+
private je;
|
|
3336
|
+
get jw(): boolean;
|
|
3337
|
+
set jw(a: boolean);
|
|
3338
|
+
private g1;
|
|
3339
|
+
get g2(): ColumnFilterCondition;
|
|
3340
|
+
set g2(a: ColumnFilterCondition);
|
|
3341
|
+
private g3;
|
|
3342
|
+
get g4(): IFilterExpression;
|
|
3343
|
+
set g4(a: IFilterExpression);
|
|
3344
|
+
private ib;
|
|
3345
|
+
get header(): Header;
|
|
3346
|
+
set header(a: Header);
|
|
3347
|
+
private ja;
|
|
3348
|
+
get js(): boolean;
|
|
3349
|
+
set js(a: boolean);
|
|
3350
|
+
private jd;
|
|
3351
|
+
get jv(): boolean;
|
|
3352
|
+
set jv(a: boolean);
|
|
3353
|
+
private jc;
|
|
3354
|
+
get ju(): boolean;
|
|
3355
|
+
set ju(a: boolean);
|
|
3356
|
+
private jf;
|
|
3357
|
+
get jy(): boolean;
|
|
3358
|
+
set jy(a: boolean);
|
|
3359
|
+
private hr;
|
|
3360
|
+
get hs(): ColumnSortDirection;
|
|
3361
|
+
set hs(a: ColumnSortDirection);
|
|
3362
|
+
private il;
|
|
3363
|
+
get io(): PinnedPositions;
|
|
3364
|
+
set io(a: PinnedPositions);
|
|
3365
|
+
private i4;
|
|
3366
|
+
get jm(): boolean;
|
|
3367
|
+
set jm(a: boolean);
|
|
3368
|
+
get jj(): boolean;
|
|
3369
|
+
private hh;
|
|
3370
|
+
get hj(): ColumnOptionsIconAlignment;
|
|
3371
|
+
set hj(a: ColumnOptionsIconAlignment);
|
|
3372
|
+
private hi;
|
|
3373
|
+
get hk(): ColumnOptionsIconAlignment;
|
|
3374
|
+
set hk(a: ColumnOptionsIconAlignment);
|
|
3375
|
+
private oe;
|
|
3376
|
+
get or(): Brush;
|
|
3377
|
+
set or(a: Brush);
|
|
3378
|
+
private oj;
|
|
3379
|
+
get ow(): Brush;
|
|
3380
|
+
set ow(a: Brush);
|
|
3381
|
+
private hm;
|
|
3382
|
+
get ho(): ColumnOptionsIconBehavior;
|
|
3383
|
+
set ho(a: ColumnOptionsIconBehavior);
|
|
3384
|
+
private hl;
|
|
3385
|
+
get hn(): ColumnOptionsIconBehavior;
|
|
3386
|
+
set hn(a: ColumnOptionsIconBehavior);
|
|
3387
|
+
private i0;
|
|
3388
|
+
get jg(): boolean;
|
|
3389
|
+
set jg(a: boolean);
|
|
3268
3390
|
private i6;
|
|
3269
3391
|
get jo(): boolean;
|
|
3270
3392
|
set jo(a: boolean);
|
|
3271
|
-
private
|
|
3393
|
+
private i2;
|
|
3272
3394
|
get ji(): boolean;
|
|
3273
3395
|
set ji(a: boolean);
|
|
3274
|
-
private i9;
|
|
3275
|
-
get jr(): boolean;
|
|
3276
|
-
set jr(a: boolean);
|
|
3277
|
-
private g0;
|
|
3278
|
-
get g1(): ColumnFilterCondition;
|
|
3279
|
-
set g1(a: ColumnFilterCondition);
|
|
3280
|
-
private g2;
|
|
3281
|
-
get g3(): IFilterExpression;
|
|
3282
|
-
set g3(a: IFilterExpression);
|
|
3283
|
-
private ia;
|
|
3284
|
-
get header(): Header;
|
|
3285
|
-
set header(a: Header);
|
|
3286
|
-
private i5;
|
|
3287
|
-
get jn(): boolean;
|
|
3288
|
-
set jn(a: boolean);
|
|
3289
3396
|
private i8;
|
|
3290
3397
|
get jq(): boolean;
|
|
3291
3398
|
set jq(a: boolean);
|
|
3399
|
+
private i1;
|
|
3400
|
+
get jh(): boolean;
|
|
3401
|
+
set jh(a: boolean);
|
|
3292
3402
|
private i7;
|
|
3293
3403
|
get jp(): boolean;
|
|
3294
3404
|
set jp(a: boolean);
|
|
3295
|
-
private
|
|
3296
|
-
get
|
|
3297
|
-
set
|
|
3298
|
-
private
|
|
3299
|
-
get
|
|
3300
|
-
set
|
|
3301
|
-
private
|
|
3302
|
-
get
|
|
3303
|
-
set
|
|
3304
|
-
private
|
|
3305
|
-
get
|
|
3306
|
-
set
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
set hi(a: ColumnOptionsIconAlignment);
|
|
3311
|
-
private hh;
|
|
3312
|
-
get hj(): ColumnOptionsIconAlignment;
|
|
3313
|
-
set hj(a: ColumnOptionsIconAlignment);
|
|
3314
|
-
private nj;
|
|
3315
|
-
get nt(): Brush;
|
|
3316
|
-
set nt(a: Brush);
|
|
3317
|
-
private no;
|
|
3318
|
-
get ny(): Brush;
|
|
3319
|
-
set ny(a: Brush);
|
|
3320
|
-
private hl;
|
|
3321
|
-
get hn(): ColumnOptionsIconBehavior;
|
|
3322
|
-
set hn(a: ColumnOptionsIconBehavior);
|
|
3323
|
-
private hk;
|
|
3324
|
-
get hm(): ColumnOptionsIconBehavior;
|
|
3325
|
-
set hm(a: ColumnOptionsIconBehavior);
|
|
3405
|
+
private i9;
|
|
3406
|
+
get jr(): boolean;
|
|
3407
|
+
set jr(a: boolean);
|
|
3408
|
+
private ok;
|
|
3409
|
+
get ox(): Brush;
|
|
3410
|
+
set ox(a: Brush);
|
|
3411
|
+
private of;
|
|
3412
|
+
get os(): Brush;
|
|
3413
|
+
set os(a: Brush);
|
|
3414
|
+
private j2;
|
|
3415
|
+
get j9(): number;
|
|
3416
|
+
set j9(a: number);
|
|
3417
|
+
private j1;
|
|
3418
|
+
get j8(): number;
|
|
3419
|
+
set j8(a: number);
|
|
3326
3420
|
private iv;
|
|
3327
|
-
get jb(): boolean;
|
|
3328
|
-
set jb(a: boolean);
|
|
3329
|
-
private i1;
|
|
3330
|
-
get jj(): boolean;
|
|
3331
|
-
set jj(a: boolean);
|
|
3332
|
-
private ix;
|
|
3333
|
-
get jd(): boolean;
|
|
3334
|
-
set jd(a: boolean);
|
|
3335
|
-
private i3;
|
|
3336
|
-
get jl(): boolean;
|
|
3337
|
-
set jl(a: boolean);
|
|
3338
|
-
private iw;
|
|
3339
|
-
get jc(): boolean;
|
|
3340
|
-
set jc(a: boolean);
|
|
3341
|
-
private i2;
|
|
3342
|
-
get jk(): boolean;
|
|
3343
|
-
set jk(a: boolean);
|
|
3344
|
-
private i4;
|
|
3345
|
-
get jm(): boolean;
|
|
3346
|
-
set jm(a: boolean);
|
|
3347
|
-
private np;
|
|
3348
|
-
get nz(): Brush;
|
|
3349
|
-
set nz(a: Brush);
|
|
3350
|
-
private nk;
|
|
3351
|
-
get nu(): Brush;
|
|
3352
|
-
set nu(a: Brush);
|
|
3353
|
-
private jx;
|
|
3354
|
-
get j0(): number;
|
|
3355
|
-
set j0(a: number);
|
|
3356
|
-
private jw;
|
|
3357
|
-
get jz(): number;
|
|
3358
|
-
set jz(a: number);
|
|
3359
|
-
private is;
|
|
3360
3421
|
get textEditStyle(): FontInfo;
|
|
3361
3422
|
set textEditStyle(a: FontInfo);
|
|
3362
|
-
private
|
|
3363
|
-
get
|
|
3364
|
-
set
|
|
3365
|
-
private
|
|
3366
|
-
get
|
|
3367
|
-
set
|
|
3368
|
-
private
|
|
3369
|
-
get
|
|
3370
|
-
set
|
|
3371
|
-
private
|
|
3372
|
-
get
|
|
3373
|
-
set
|
|
3374
|
-
private
|
|
3375
|
-
get
|
|
3376
|
-
set
|
|
3377
|
-
private
|
|
3378
|
-
get
|
|
3379
|
-
set
|
|
3380
|
-
private
|
|
3381
|
-
get
|
|
3382
|
-
set
|
|
3423
|
+
private iu;
|
|
3424
|
+
get ix(): FontInfo;
|
|
3425
|
+
set ix(a: FontInfo);
|
|
3426
|
+
private hz;
|
|
3427
|
+
get h0(): EditorType;
|
|
3428
|
+
set h0(a: EditorType);
|
|
3429
|
+
private k3;
|
|
3430
|
+
get k4(): any;
|
|
3431
|
+
set k4(a: any);
|
|
3432
|
+
private k7;
|
|
3433
|
+
get l1(): string;
|
|
3434
|
+
set l1(a: string);
|
|
3435
|
+
private gz;
|
|
3436
|
+
get g0(): string[];
|
|
3437
|
+
set g0(a: string[]);
|
|
3438
|
+
private ih;
|
|
3439
|
+
get ij(): MergedCellMode;
|
|
3440
|
+
set ij(a: MergedCellMode);
|
|
3441
|
+
private id;
|
|
3442
|
+
get ig(): MergedCellEvaluationCriteria;
|
|
3443
|
+
set ig(a: MergedCellEvaluationCriteria);
|
|
3444
|
+
private g8;
|
|
3445
|
+
get hb(): CellContentVerticalAlignment;
|
|
3446
|
+
set hb(a: CellContentVerticalAlignment);
|
|
3383
3447
|
private g7;
|
|
3384
|
-
get
|
|
3385
|
-
set
|
|
3386
|
-
private
|
|
3387
|
-
get
|
|
3388
|
-
set
|
|
3389
|
-
private
|
|
3390
|
-
get
|
|
3391
|
-
set
|
|
3448
|
+
get g9(): CellContentVerticalAlignment;
|
|
3449
|
+
set g9(a: CellContentVerticalAlignment);
|
|
3450
|
+
private kg;
|
|
3451
|
+
get kr(): number;
|
|
3452
|
+
set kr(a: number);
|
|
3453
|
+
private ki;
|
|
3454
|
+
get kt(): number;
|
|
3455
|
+
set kt(a: number);
|
|
3456
|
+
private kh;
|
|
3457
|
+
get ks(): number;
|
|
3458
|
+
set ks(a: number);
|
|
3459
|
+
private kf;
|
|
3460
|
+
get kq(): number;
|
|
3461
|
+
set kq(a: number);
|
|
3462
|
+
private h1;
|
|
3463
|
+
get h2(): FilterComparisonType;
|
|
3464
|
+
set h2(a: FilterComparisonType);
|
|
3465
|
+
h4(a: FilterComparisonType): FilterComparisonType;
|
|
3466
|
+
h3(): FilterComparisonType;
|
|
3467
|
+
private h9;
|
|
3468
|
+
get ia(): GridFilterOperandsCollection;
|
|
3469
|
+
private ld;
|
|
3470
|
+
get nj(): string;
|
|
3471
|
+
set nj(a: string);
|
|
3472
|
+
private oq;
|
|
3473
|
+
get o5(): Brush;
|
|
3474
|
+
set o5(a: Brush);
|
|
3475
|
+
private iw;
|
|
3476
|
+
get suffixTextStyle(): FontInfo;
|
|
3477
|
+
set suffixTextStyle(a: FontInfo);
|
|
3478
|
+
private lc;
|
|
3479
|
+
get nc(): string;
|
|
3480
|
+
set nc(a: string);
|
|
3481
|
+
private lb;
|
|
3482
|
+
get m9(): string;
|
|
3483
|
+
set m9(a: string);
|
|
3484
|
+
private op;
|
|
3485
|
+
get o4(): Brush;
|
|
3486
|
+
set o4(a: Brush);
|
|
3487
|
+
private oo;
|
|
3488
|
+
get o3(): Brush;
|
|
3489
|
+
set o3(a: Brush);
|
|
3392
3490
|
private j5;
|
|
3393
|
-
get
|
|
3394
|
-
set
|
|
3395
|
-
private
|
|
3396
|
-
get kf(): number;
|
|
3397
|
-
set kf(a: number);
|
|
3398
|
-
private j2;
|
|
3491
|
+
get kc(): number;
|
|
3492
|
+
set kc(a: number);
|
|
3493
|
+
private j6;
|
|
3399
3494
|
get kd(): number;
|
|
3400
3495
|
set kd(a: number);
|
|
3401
|
-
private
|
|
3402
|
-
get
|
|
3403
|
-
set
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3496
|
+
private j7;
|
|
3497
|
+
get ke(): number;
|
|
3498
|
+
set ke(a: number);
|
|
3499
|
+
private j4;
|
|
3500
|
+
get kb(): number;
|
|
3501
|
+
set kb(a: number);
|
|
3502
|
+
private ip;
|
|
3503
|
+
get iq(): TextCellDecoration;
|
|
3504
|
+
set iq(a: TextCellDecoration);
|
|
3408
3505
|
formatCell: (sender: any, args: FormatCellEventArgs) => void;
|
|
3409
|
-
private
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
protected
|
|
3414
|
-
protected
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3418
|
-
|
|
3419
|
-
protected
|
|
3420
|
-
protected
|
|
3421
|
-
protected
|
|
3422
|
-
|
|
3423
|
-
private
|
|
3424
|
-
|
|
3425
|
-
protected
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
protected
|
|
3506
|
+
private nq;
|
|
3507
|
+
ii(): MergedCellMode;
|
|
3508
|
+
ie(): MergedCellEvaluationCriteria;
|
|
3509
|
+
jx(): boolean;
|
|
3510
|
+
protected gp(): Brush;
|
|
3511
|
+
protected gr(): Brush;
|
|
3512
|
+
no(a: CellModel, b: any, c: any): string;
|
|
3513
|
+
ep(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3514
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
3515
|
+
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3516
|
+
protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3517
|
+
protected hc(): CellContentVerticalAlignment;
|
|
3518
|
+
protected g6(): CellContentHorizontalAlignment;
|
|
3519
|
+
protected ha(): CellContentVerticalAlignment;
|
|
3520
|
+
private oa;
|
|
3521
|
+
private nw;
|
|
3522
|
+
protected er(a: DataGrid, b: DataGrid): void;
|
|
3523
|
+
protected et(a: any, b: PropertyChangedEventArgs): void;
|
|
3524
|
+
ob(): void;
|
|
3525
|
+
oc(): void;
|
|
3526
|
+
od(): void;
|
|
3527
|
+
protected e6(): void;
|
|
3431
3528
|
protected fi(): void;
|
|
3529
|
+
protected fj(): void;
|
|
3530
|
+
protected fg(): void;
|
|
3531
|
+
protected n7(): void;
|
|
3532
|
+
protected n9(): void;
|
|
3533
|
+
protected n8(): void;
|
|
3432
3534
|
protected ff(): void;
|
|
3433
|
-
protected
|
|
3434
|
-
protected ne(): void;
|
|
3435
|
-
protected nd(): void;
|
|
3535
|
+
protected fh(): void;
|
|
3436
3536
|
protected fe(): void;
|
|
3437
|
-
protected
|
|
3438
|
-
protected
|
|
3439
|
-
protected
|
|
3440
|
-
protected
|
|
3441
|
-
protected
|
|
3442
|
-
protected
|
|
3443
|
-
protected nb(): void;
|
|
3444
|
-
protected m8(): void;
|
|
3537
|
+
protected n1(): void;
|
|
3538
|
+
protected n5(): void;
|
|
3539
|
+
protected n4(): void;
|
|
3540
|
+
protected n2(): void;
|
|
3541
|
+
protected n6(): void;
|
|
3542
|
+
protected n3(): void;
|
|
3445
3543
|
columnCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
3446
3544
|
columnHeaderCellsPropertyUpdating: (column: DataGridColumn, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
3447
|
-
protected
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
private
|
|
3454
|
-
private
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
get
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
|
-
private
|
|
3469
|
-
get
|
|
3545
|
+
protected n0(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3546
|
+
hg(): ColumnHidingAnimationMode;
|
|
3547
|
+
hq(): ColumnShowingAnimationMode;
|
|
3548
|
+
hf(): ColumnExchangingAnimationMode;
|
|
3549
|
+
hp(): ColumnResizingAnimationMode;
|
|
3550
|
+
ma(): string;
|
|
3551
|
+
private is;
|
|
3552
|
+
private i3;
|
|
3553
|
+
nz(a: string, b: CellPropertyAnimationType, c: any): void;
|
|
3554
|
+
jl(): boolean;
|
|
3555
|
+
get it(): FastIterationDictionary$2<string, any>;
|
|
3556
|
+
jk(a: string): boolean;
|
|
3557
|
+
ny(a: string): void;
|
|
3558
|
+
k5(a: string): any;
|
|
3559
|
+
j0: List$1<LayoutAction>;
|
|
3560
|
+
nx(a: string): void;
|
|
3561
|
+
ns(a: ColumnComparisonConditionOperatorType, b: any): void;
|
|
3562
|
+
nr(a: string, b: number, c: any): void;
|
|
3563
|
+
g5(a: FilterOperand, b: any): IFilterExpression;
|
|
3564
|
+
h5(a: string, b: number): FilterOperand;
|
|
3565
|
+
nt(): void;
|
|
3566
|
+
private hx;
|
|
3567
|
+
get hy(): DataGridColumnToolbarManager;
|
|
3470
3568
|
getDesiredToolbarActions(): ToolActionInfo[];
|
|
3471
3569
|
addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
3472
3570
|
removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
|
|
@@ -3479,12 +3577,12 @@ export declare abstract class DataGridColumn extends DefinitionBase implements I
|
|
|
3479
3577
|
private _invalidateActions;
|
|
3480
3578
|
get invalidateActions(): () => void;
|
|
3481
3579
|
set invalidateActions(a: () => void);
|
|
3482
|
-
private
|
|
3483
|
-
|
|
3484
|
-
|
|
3580
|
+
private jz;
|
|
3581
|
+
ir(): IToolbarContextAccessor;
|
|
3582
|
+
nv(a: (arg1: IToolbarContextAccessor) => void): void;
|
|
3485
3583
|
provideContextAccessor(a: IToolbarContextAccessor): void;
|
|
3486
3584
|
dismissContextAccessor(a: IToolbarContextAccessor): void;
|
|
3487
|
-
|
|
3585
|
+
nu(): void;
|
|
3488
3586
|
}
|
|
3489
3587
|
/**
|
|
3490
3588
|
* @hidden
|
|
@@ -3773,23 +3871,23 @@ export declare class DataAdapter extends Base implements INotifyPropertyChanged,
|
|
|
3773
3871
|
*/
|
|
3774
3872
|
export declare class ColumnMovingSeparator extends DefinitionBase {
|
|
3775
3873
|
static $t: Type;
|
|
3776
|
-
protected
|
|
3874
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
3777
3875
|
protected n(a: CellPath): CellModel;
|
|
3778
|
-
protected
|
|
3779
|
-
private
|
|
3780
|
-
get
|
|
3781
|
-
set
|
|
3782
|
-
private gy;
|
|
3783
|
-
get g0(): number;
|
|
3784
|
-
set g0(a: number);
|
|
3876
|
+
protected gl(): Brush;
|
|
3877
|
+
private g3;
|
|
3878
|
+
get g4(): number;
|
|
3879
|
+
set g4(a: number);
|
|
3785
3880
|
private gz;
|
|
3786
3881
|
get g1(): number;
|
|
3787
3882
|
set g1(a: number);
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3791
|
-
protected
|
|
3792
|
-
|
|
3883
|
+
private g0;
|
|
3884
|
+
get g2(): number;
|
|
3885
|
+
set g2(a: number);
|
|
3886
|
+
protected er(a: DataGrid, b: DataGrid): void;
|
|
3887
|
+
protected e6(): void;
|
|
3888
|
+
protected g8(): void;
|
|
3889
|
+
protected et(a: any, b: PropertyChangedEventArgs): void;
|
|
3890
|
+
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3793
3891
|
}
|
|
3794
3892
|
/**
|
|
3795
3893
|
* @hidden
|
|
@@ -3797,71 +3895,71 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
|
|
|
3797
3895
|
export declare class ComboBoxColumn extends DataGridColumn {
|
|
3798
3896
|
static $t: Type;
|
|
3799
3897
|
constructor();
|
|
3800
|
-
private
|
|
3801
|
-
get
|
|
3802
|
-
set
|
|
3803
|
-
get
|
|
3804
|
-
set
|
|
3805
|
-
get
|
|
3806
|
-
set
|
|
3807
|
-
get
|
|
3808
|
-
set
|
|
3809
|
-
get
|
|
3810
|
-
set
|
|
3898
|
+
private o7;
|
|
3899
|
+
get o8(): IDataSource;
|
|
3900
|
+
set o8(a: IDataSource);
|
|
3901
|
+
get o9(): any;
|
|
3902
|
+
set o9(a: any);
|
|
3903
|
+
get pd(): string;
|
|
3904
|
+
set pd(a: string);
|
|
3905
|
+
get pe(): string;
|
|
3906
|
+
set pe(a: string);
|
|
3907
|
+
get o6(): string[];
|
|
3908
|
+
set o6(a: string[]);
|
|
3811
3909
|
protected n(a: CellPath): CellModel;
|
|
3812
|
-
protected
|
|
3813
|
-
protected
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
protected
|
|
3818
|
-
private
|
|
3819
|
-
private
|
|
3820
|
-
private
|
|
3821
|
-
|
|
3910
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
3911
|
+
protected er(a: DataGrid, b: DataGrid): void;
|
|
3912
|
+
d0(a: DataGrid, b: any, c: any): string;
|
|
3913
|
+
ep(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3914
|
+
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3915
|
+
protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3916
|
+
private pf;
|
|
3917
|
+
private pg;
|
|
3918
|
+
private pb;
|
|
3919
|
+
pc(a: any): string;
|
|
3822
3920
|
}
|
|
3823
3921
|
/**
|
|
3824
3922
|
* @hidden
|
|
3825
3923
|
*/
|
|
3826
3924
|
export declare class DateTimeColumn extends DataGridColumn {
|
|
3827
3925
|
static $t: Type;
|
|
3828
|
-
private
|
|
3829
|
-
private
|
|
3830
|
-
get
|
|
3831
|
-
set
|
|
3832
|
-
private
|
|
3833
|
-
get
|
|
3834
|
-
set
|
|
3835
|
-
private
|
|
3836
|
-
get
|
|
3837
|
-
set
|
|
3838
|
-
private
|
|
3839
|
-
get
|
|
3840
|
-
set
|
|
3841
|
-
private
|
|
3842
|
-
get
|
|
3843
|
-
set
|
|
3844
|
-
private
|
|
3845
|
-
get
|
|
3846
|
-
set
|
|
3847
|
-
get
|
|
3848
|
-
set
|
|
3849
|
-
get
|
|
3850
|
-
set
|
|
3851
|
-
get
|
|
3852
|
-
set
|
|
3853
|
-
get
|
|
3854
|
-
set
|
|
3855
|
-
protected
|
|
3926
|
+
private o9;
|
|
3927
|
+
private pa;
|
|
3928
|
+
get pb(): DateTimeFormats;
|
|
3929
|
+
set pb(a: DateTimeFormats);
|
|
3930
|
+
private pk;
|
|
3931
|
+
get pt(): string;
|
|
3932
|
+
set pt(a: string);
|
|
3933
|
+
private pj;
|
|
3934
|
+
get pm(): string;
|
|
3935
|
+
set pm(a: string);
|
|
3936
|
+
private o6;
|
|
3937
|
+
get o7(): any[];
|
|
3938
|
+
set o7(a: any[]);
|
|
3939
|
+
private pg;
|
|
3940
|
+
get pi(): any;
|
|
3941
|
+
set pi(a: any);
|
|
3942
|
+
private pd;
|
|
3943
|
+
get pe(): boolean;
|
|
3944
|
+
set pe(a: boolean);
|
|
3945
|
+
get pc(): EditorType;
|
|
3946
|
+
set pc(a: EditorType);
|
|
3947
|
+
get ph(): any;
|
|
3948
|
+
set ph(a: any);
|
|
3949
|
+
get po(): string;
|
|
3950
|
+
set po(a: string);
|
|
3951
|
+
get pp(): string;
|
|
3952
|
+
set pp(a: string);
|
|
3953
|
+
protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3856
3954
|
constructor();
|
|
3857
3955
|
protected n(a: CellPath): CellModel;
|
|
3858
|
-
protected
|
|
3859
|
-
|
|
3860
|
-
|
|
3861
|
-
|
|
3862
|
-
private
|
|
3863
|
-
|
|
3864
|
-
private
|
|
3956
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
3957
|
+
d0(a: DataGrid, b: any, c: any): string;
|
|
3958
|
+
ep(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3959
|
+
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
3960
|
+
private pf;
|
|
3961
|
+
o8: BindingFormatter;
|
|
3962
|
+
private pq;
|
|
3865
3963
|
}
|
|
3866
3964
|
/**
|
|
3867
3965
|
* @hidden
|
|
@@ -3996,21 +4094,21 @@ export declare class DataGridColumnToolbarManager extends Base {
|
|
|
3996
4094
|
export declare class EditorDefinition extends DefinitionBase {
|
|
3997
4095
|
static $t: Type;
|
|
3998
4096
|
constructor();
|
|
3999
|
-
private
|
|
4000
|
-
get
|
|
4001
|
-
set
|
|
4002
|
-
private
|
|
4003
|
-
get
|
|
4004
|
-
set
|
|
4005
|
-
private
|
|
4006
|
-
get
|
|
4007
|
-
set
|
|
4097
|
+
private g6;
|
|
4098
|
+
get g7(): Rect;
|
|
4099
|
+
set g7(a: Rect);
|
|
4100
|
+
private g1;
|
|
4101
|
+
get g4(): string;
|
|
4102
|
+
set g4(a: string);
|
|
4103
|
+
private gz;
|
|
4104
|
+
get g0(): CellModel;
|
|
4105
|
+
set g0(a: CellModel);
|
|
4008
4106
|
protected n(a: CellPath): CellModel;
|
|
4009
|
-
protected
|
|
4010
|
-
protected
|
|
4011
|
-
protected
|
|
4012
|
-
|
|
4013
|
-
|
|
4107
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
4108
|
+
protected er(a: DataGrid, b: DataGrid): void;
|
|
4109
|
+
protected et(a: any, b: PropertyChangedEventArgs): void;
|
|
4110
|
+
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4111
|
+
ep(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4014
4112
|
}
|
|
4015
4113
|
/**
|
|
4016
4114
|
* @hidden
|
|
@@ -4019,37 +4117,37 @@ export declare class EditRowDefinition extends DefinitionBase {
|
|
|
4019
4117
|
static $t: Type;
|
|
4020
4118
|
constructor();
|
|
4021
4119
|
protected n(a: CellPath): CellModel;
|
|
4022
|
-
protected
|
|
4023
|
-
protected
|
|
4024
|
-
protected
|
|
4025
|
-
|
|
4120
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
4121
|
+
protected er(a: DataGrid, b: DataGrid): void;
|
|
4122
|
+
protected et(a: any, b: PropertyChangedEventArgs): void;
|
|
4123
|
+
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4026
4124
|
}
|
|
4027
4125
|
/**
|
|
4028
4126
|
* @hidden
|
|
4029
4127
|
*/
|
|
4030
4128
|
export declare class FilterRowDefinition extends DefinitionBase {
|
|
4031
4129
|
static $t: Type;
|
|
4032
|
-
private gz;
|
|
4033
|
-
get g3(): number;
|
|
4034
|
-
set g3(a: number);
|
|
4035
|
-
private g1;
|
|
4036
|
-
get g5(): number;
|
|
4037
|
-
set g5(a: number);
|
|
4038
4130
|
private g0;
|
|
4039
4131
|
get g4(): number;
|
|
4040
4132
|
set g4(a: number);
|
|
4041
|
-
private
|
|
4042
|
-
get
|
|
4043
|
-
set
|
|
4133
|
+
private g2;
|
|
4134
|
+
get g6(): number;
|
|
4135
|
+
set g6(a: number);
|
|
4136
|
+
private g1;
|
|
4137
|
+
get g5(): number;
|
|
4138
|
+
set g5(a: number);
|
|
4139
|
+
private gz;
|
|
4140
|
+
get g3(): number;
|
|
4141
|
+
set g3(a: number);
|
|
4044
4142
|
constructor();
|
|
4045
4143
|
protected n(a: CellPath): CellModel;
|
|
4046
|
-
protected
|
|
4047
|
-
protected
|
|
4048
|
-
protected
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
protected
|
|
4052
|
-
protected
|
|
4144
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
4145
|
+
protected er(a: DataGrid, b: DataGrid): void;
|
|
4146
|
+
protected et(a: any, b: PropertyChangedEventArgs): void;
|
|
4147
|
+
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4148
|
+
ep(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4149
|
+
protected fi(): void;
|
|
4150
|
+
protected e6(): void;
|
|
4053
4151
|
}
|
|
4054
4152
|
/**
|
|
4055
4153
|
* @hidden
|
|
@@ -4057,108 +4155,108 @@ export declare class FilterRowDefinition extends DefinitionBase {
|
|
|
4057
4155
|
export declare abstract class Header extends DefinitionBase {
|
|
4058
4156
|
static $t: Type;
|
|
4059
4157
|
constructor();
|
|
4060
|
-
protected
|
|
4061
|
-
protected
|
|
4062
|
-
protected
|
|
4158
|
+
protected gs(): Brush;
|
|
4159
|
+
protected gl(): Brush;
|
|
4160
|
+
protected ho(): Brush;
|
|
4063
4161
|
protected aj(): FontInfo;
|
|
4064
|
-
protected
|
|
4065
|
-
protected
|
|
4066
|
-
protected fh(): void;
|
|
4162
|
+
protected er(a: DataGrid, b: DataGrid): void;
|
|
4163
|
+
protected e6(): void;
|
|
4067
4164
|
protected fi(): void;
|
|
4068
|
-
protected
|
|
4165
|
+
protected fj(): void;
|
|
4069
4166
|
protected hj(): void;
|
|
4070
|
-
protected
|
|
4167
|
+
protected hk(): void;
|
|
4168
|
+
protected et(a: any, b: PropertyChangedEventArgs): void;
|
|
4169
|
+
private hm;
|
|
4170
|
+
get hp(): Brush;
|
|
4171
|
+
set hp(a: Brush);
|
|
4071
4172
|
private hl;
|
|
4072
|
-
get
|
|
4073
|
-
set
|
|
4074
|
-
private
|
|
4075
|
-
get
|
|
4076
|
-
set
|
|
4173
|
+
get hn(): Brush;
|
|
4174
|
+
set hn(a: Brush);
|
|
4175
|
+
private g0;
|
|
4176
|
+
get g2(): SortIndicatorStyle;
|
|
4177
|
+
set g2(a: SortIndicatorStyle);
|
|
4077
4178
|
private gz;
|
|
4078
4179
|
get g1(): SortIndicatorStyle;
|
|
4079
4180
|
set g1(a: SortIndicatorStyle);
|
|
4080
|
-
private gy;
|
|
4081
|
-
get g0(): SortIndicatorStyle;
|
|
4082
|
-
set g0(a: SortIndicatorStyle);
|
|
4083
|
-
private g3;
|
|
4084
|
-
get g7(): number;
|
|
4085
|
-
set g7(a: number);
|
|
4086
|
-
private g5;
|
|
4087
|
-
get g9(): number;
|
|
4088
|
-
set g9(a: number);
|
|
4089
4181
|
private g4;
|
|
4090
4182
|
get g8(): number;
|
|
4091
4183
|
set g8(a: number);
|
|
4092
|
-
private
|
|
4093
|
-
get
|
|
4094
|
-
set
|
|
4184
|
+
private g6;
|
|
4185
|
+
get ha(): number;
|
|
4186
|
+
set ha(a: number);
|
|
4187
|
+
private g5;
|
|
4188
|
+
get g9(): number;
|
|
4189
|
+
set g9(a: number);
|
|
4190
|
+
private g3;
|
|
4191
|
+
get g7(): number;
|
|
4192
|
+
set g7(a: number);
|
|
4095
4193
|
protected av(a: string): boolean;
|
|
4096
|
-
|
|
4097
|
-
|
|
4194
|
+
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4195
|
+
ep(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4098
4196
|
}
|
|
4099
4197
|
/**
|
|
4100
4198
|
* @hidden
|
|
4101
4199
|
*/
|
|
4102
4200
|
export declare class ColumnResizingSeparator extends DefinitionBase {
|
|
4103
4201
|
static $t: Type;
|
|
4104
|
-
protected
|
|
4202
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
4105
4203
|
protected n(a: CellPath): CellModel;
|
|
4106
|
-
protected
|
|
4107
|
-
private gy;
|
|
4108
|
-
get g0(): number;
|
|
4109
|
-
set g0(a: number);
|
|
4204
|
+
protected gl(): Brush;
|
|
4110
4205
|
private gz;
|
|
4111
4206
|
get g1(): number;
|
|
4112
4207
|
set g1(a: number);
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
|
|
4116
|
-
|
|
4208
|
+
private g0;
|
|
4209
|
+
get g2(): number;
|
|
4210
|
+
set g2(a: number);
|
|
4211
|
+
protected e6(): void;
|
|
4212
|
+
protected g6(): void;
|
|
4213
|
+
protected g5(a: any, b: PropertyChangedEventArgs): void;
|
|
4214
|
+
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4117
4215
|
}
|
|
4118
4216
|
/**
|
|
4119
4217
|
* @hidden
|
|
4120
4218
|
*/
|
|
4121
4219
|
export declare class HeaderSeparator extends DefinitionBase {
|
|
4122
4220
|
static $t: Type;
|
|
4123
|
-
protected
|
|
4221
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
4124
4222
|
protected n(a: CellPath): CellModel;
|
|
4125
|
-
protected
|
|
4126
|
-
protected
|
|
4127
|
-
protected
|
|
4128
|
-
protected
|
|
4129
|
-
protected
|
|
4130
|
-
private
|
|
4131
|
-
|
|
4223
|
+
protected gl(): Brush;
|
|
4224
|
+
protected gz(): number;
|
|
4225
|
+
protected er(a: DataGrid, b: DataGrid): void;
|
|
4226
|
+
protected et(a: any, b: PropertyChangedEventArgs): void;
|
|
4227
|
+
protected e6(): void;
|
|
4228
|
+
private g0;
|
|
4229
|
+
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4132
4230
|
}
|
|
4133
4231
|
/**
|
|
4134
4232
|
* @hidden
|
|
4135
4233
|
*/
|
|
4136
4234
|
export declare class ImageColumn extends DataGridColumn {
|
|
4137
4235
|
static $t: Type;
|
|
4138
|
-
private
|
|
4139
|
-
get
|
|
4140
|
-
set
|
|
4141
|
-
private
|
|
4142
|
-
get
|
|
4143
|
-
set
|
|
4144
|
-
get
|
|
4145
|
-
set
|
|
4146
|
-
get
|
|
4147
|
-
set
|
|
4148
|
-
get
|
|
4149
|
-
set
|
|
4150
|
-
get
|
|
4151
|
-
set
|
|
4236
|
+
private o9;
|
|
4237
|
+
get pa(): ImageStretchOptions;
|
|
4238
|
+
set pa(a: ImageStretchOptions);
|
|
4239
|
+
private o7;
|
|
4240
|
+
get o8(): ImageResourceType;
|
|
4241
|
+
set o8(a: ImageResourceType);
|
|
4242
|
+
get o6(): EditorType;
|
|
4243
|
+
set o6(a: EditorType);
|
|
4244
|
+
get pb(): any;
|
|
4245
|
+
set pb(a: any);
|
|
4246
|
+
get pc(): string;
|
|
4247
|
+
set pc(a: string);
|
|
4248
|
+
get pd(): string;
|
|
4249
|
+
set pd(a: string);
|
|
4152
4250
|
constructor();
|
|
4153
4251
|
protected k(): CellContentVerticalAlignment;
|
|
4154
|
-
protected
|
|
4155
|
-
protected
|
|
4252
|
+
protected g6(): CellContentHorizontalAlignment;
|
|
4253
|
+
protected hc(): CellContentVerticalAlignment;
|
|
4156
4254
|
protected f(): CellContentHorizontalAlignment;
|
|
4157
4255
|
protected n(a: CellPath): CellModel;
|
|
4158
|
-
protected
|
|
4159
|
-
|
|
4160
|
-
|
|
4161
|
-
private
|
|
4256
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
4257
|
+
ep(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4258
|
+
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4259
|
+
private pe;
|
|
4162
4260
|
}
|
|
4163
4261
|
/**
|
|
4164
4262
|
* @hidden
|
|
@@ -4178,68 +4276,68 @@ export declare class NumericColumn extends DataGridColumn {
|
|
|
4178
4276
|
static $t: Type;
|
|
4179
4277
|
constructor();
|
|
4180
4278
|
protected f(): CellContentHorizontalAlignment;
|
|
4181
|
-
private
|
|
4182
|
-
get
|
|
4183
|
-
set
|
|
4184
|
-
private
|
|
4185
|
-
get
|
|
4186
|
-
set
|
|
4187
|
-
private
|
|
4188
|
-
get
|
|
4189
|
-
set
|
|
4190
|
-
private
|
|
4191
|
-
get
|
|
4192
|
-
set
|
|
4193
|
-
private
|
|
4194
|
-
get
|
|
4195
|
-
set
|
|
4196
|
-
private
|
|
4197
|
-
get
|
|
4198
|
-
set
|
|
4199
|
-
private
|
|
4200
|
-
get
|
|
4201
|
-
set
|
|
4202
|
-
private
|
|
4203
|
-
get
|
|
4204
|
-
set
|
|
4205
|
-
private
|
|
4206
|
-
get
|
|
4207
|
-
set
|
|
4208
|
-
private
|
|
4209
|
-
get
|
|
4210
|
-
set
|
|
4211
|
-
private
|
|
4212
|
-
get
|
|
4213
|
-
set
|
|
4214
|
-
get
|
|
4215
|
-
set
|
|
4216
|
-
get
|
|
4217
|
-
set
|
|
4218
|
-
get
|
|
4219
|
-
set
|
|
4220
|
-
get
|
|
4221
|
-
set
|
|
4222
|
-
|
|
4223
|
-
protected
|
|
4279
|
+
private pn;
|
|
4280
|
+
get p1(): string;
|
|
4281
|
+
set p1(a: string);
|
|
4282
|
+
private pp;
|
|
4283
|
+
get p5(): string;
|
|
4284
|
+
set p5(a: string);
|
|
4285
|
+
private po;
|
|
4286
|
+
get p3(): string;
|
|
4287
|
+
set p3(a: string);
|
|
4288
|
+
private pq;
|
|
4289
|
+
get p7(): string;
|
|
4290
|
+
set p7(a: string);
|
|
4291
|
+
private pd;
|
|
4292
|
+
get pg(): number;
|
|
4293
|
+
set pg(a: number);
|
|
4294
|
+
private pe;
|
|
4295
|
+
get ph(): number;
|
|
4296
|
+
set ph(a: number);
|
|
4297
|
+
private pf;
|
|
4298
|
+
get pi(): number;
|
|
4299
|
+
set pi(a: number);
|
|
4300
|
+
private pa;
|
|
4301
|
+
get pb(): boolean;
|
|
4302
|
+
set pb(a: boolean);
|
|
4303
|
+
private pm;
|
|
4304
|
+
get pw(): string;
|
|
4305
|
+
set pw(a: string);
|
|
4306
|
+
private o6;
|
|
4307
|
+
get o7(): any[];
|
|
4308
|
+
set o7(a: any[]);
|
|
4309
|
+
private pj;
|
|
4310
|
+
get pl(): any;
|
|
4311
|
+
set pl(a: any);
|
|
4312
|
+
get o9(): EditorType;
|
|
4313
|
+
set o9(a: EditorType);
|
|
4314
|
+
get pk(): any;
|
|
4315
|
+
set pk(a: any);
|
|
4316
|
+
get pr(): string;
|
|
4317
|
+
set pr(a: string);
|
|
4318
|
+
get ps(): string;
|
|
4319
|
+
set ps(a: string);
|
|
4320
|
+
o8: BindingFormatter;
|
|
4321
|
+
protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4224
4322
|
protected n(a: CellPath): CellModel;
|
|
4225
|
-
protected
|
|
4226
|
-
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
private
|
|
4230
|
-
private
|
|
4323
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
4324
|
+
d0(a: DataGrid, b: any, c: any): string;
|
|
4325
|
+
ep(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4326
|
+
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4327
|
+
private pc;
|
|
4328
|
+
private pt;
|
|
4231
4329
|
}
|
|
4232
4330
|
/**
|
|
4233
4331
|
* @hidden
|
|
4234
4332
|
*/
|
|
4235
4333
|
export declare class PinnedAreaSeparator extends DefinitionBase {
|
|
4236
4334
|
static $t: Type;
|
|
4237
|
-
protected
|
|
4335
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
4238
4336
|
protected n(a: CellPath): CellModel;
|
|
4239
|
-
protected
|
|
4240
|
-
protected
|
|
4241
|
-
protected
|
|
4242
|
-
protected
|
|
4337
|
+
protected gl(): Brush;
|
|
4338
|
+
protected er(a: DataGrid, b: DataGrid): void;
|
|
4339
|
+
protected e6(): void;
|
|
4340
|
+
protected et(a: any, b: PropertyChangedEventArgs): void;
|
|
4243
4341
|
}
|
|
4244
4342
|
/**
|
|
4245
4343
|
* @hidden
|
|
@@ -4267,76 +4365,76 @@ export declare class SaveLayoutColumn extends JsonDictionaryItem {
|
|
|
4267
4365
|
export declare class SectionFooter extends DefinitionBase {
|
|
4268
4366
|
static $t: Type;
|
|
4269
4367
|
protected n(a: CellPath): CellModel;
|
|
4270
|
-
protected
|
|
4271
|
-
|
|
4272
|
-
|
|
4368
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
4369
|
+
ep(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4370
|
+
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4273
4371
|
}
|
|
4274
4372
|
/**
|
|
4275
4373
|
* @hidden
|
|
4276
4374
|
*/
|
|
4277
4375
|
export declare class SectionHeader extends DefinitionBase {
|
|
4278
4376
|
static $t: Type;
|
|
4377
|
+
private hr;
|
|
4378
|
+
get ht(): Brush;
|
|
4379
|
+
set ht(a: Brush);
|
|
4279
4380
|
private hq;
|
|
4280
4381
|
get hs(): Brush;
|
|
4281
4382
|
set hs(a: Brush);
|
|
4282
|
-
private hp;
|
|
4283
|
-
get hr(): Brush;
|
|
4284
|
-
set hr(a: Brush);
|
|
4285
|
-
private g6;
|
|
4286
|
-
get ha(): number;
|
|
4287
|
-
set ha(a: number);
|
|
4288
|
-
private g8;
|
|
4289
|
-
get hc(): number;
|
|
4290
|
-
set hc(a: number);
|
|
4291
4383
|
private g7;
|
|
4292
4384
|
get hb(): number;
|
|
4293
4385
|
set hb(a: number);
|
|
4294
|
-
private
|
|
4295
|
-
get
|
|
4296
|
-
set
|
|
4297
|
-
private
|
|
4298
|
-
get
|
|
4299
|
-
set
|
|
4300
|
-
private
|
|
4301
|
-
get
|
|
4302
|
-
set
|
|
4386
|
+
private g9;
|
|
4387
|
+
get hd(): number;
|
|
4388
|
+
set hd(a: number);
|
|
4389
|
+
private g8;
|
|
4390
|
+
get hc(): number;
|
|
4391
|
+
set hc(a: number);
|
|
4392
|
+
private g6;
|
|
4393
|
+
get ha(): number;
|
|
4394
|
+
set ha(a: number);
|
|
4395
|
+
private g3;
|
|
4396
|
+
get g4(): boolean;
|
|
4397
|
+
set g4(a: boolean);
|
|
4398
|
+
private g0;
|
|
4399
|
+
get g1(): GroupSummaryDisplayMode;
|
|
4400
|
+
set g1(a: GroupSummaryDisplayMode);
|
|
4303
4401
|
sectionHeaderPropertyUpdating: (sectionHeader: SectionHeader, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
4304
4402
|
constructor();
|
|
4305
|
-
protected
|
|
4403
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
4306
4404
|
protected n(a: CellPath): CellModel;
|
|
4307
|
-
protected
|
|
4308
|
-
|
|
4309
|
-
|
|
4310
|
-
protected
|
|
4311
|
-
private
|
|
4405
|
+
protected gl(): Brush;
|
|
4406
|
+
ep(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4407
|
+
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4408
|
+
protected er(a: DataGrid, b: DataGrid): void;
|
|
4409
|
+
private g5;
|
|
4410
|
+
private hn;
|
|
4312
4411
|
private hm;
|
|
4313
|
-
|
|
4314
|
-
|
|
4315
|
-
|
|
4316
|
-
protected e5(): void;
|
|
4317
|
-
protected fh(): void;
|
|
4412
|
+
protected et(a: any, b: PropertyChangedEventArgs): void;
|
|
4413
|
+
hp(): void;
|
|
4414
|
+
protected e6(): void;
|
|
4318
4415
|
protected fi(): void;
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
4416
|
+
protected fj(): void;
|
|
4417
|
+
ho(): void;
|
|
4418
|
+
protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4419
|
+
private gz;
|
|
4322
4420
|
}
|
|
4323
4421
|
/**
|
|
4324
4422
|
* @hidden
|
|
4325
4423
|
*/
|
|
4326
4424
|
export declare class RowSeparator extends DefinitionBase {
|
|
4327
4425
|
static $t: Type;
|
|
4328
|
-
protected
|
|
4329
|
-
protected
|
|
4330
|
-
protected
|
|
4426
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
4427
|
+
protected er(a: DataGrid, b: DataGrid): void;
|
|
4428
|
+
protected e6(): void;
|
|
4429
|
+
protected ff(): void;
|
|
4430
|
+
protected fh(): void;
|
|
4331
4431
|
protected fe(): void;
|
|
4332
|
-
protected
|
|
4333
|
-
protected fd(): void;
|
|
4334
|
-
protected es(a: any, b: PropertyChangedEventArgs): void;
|
|
4432
|
+
protected et(a: any, b: PropertyChangedEventArgs): void;
|
|
4335
4433
|
protected n(a: CellPath): CellModel;
|
|
4336
|
-
protected
|
|
4337
|
-
protected
|
|
4338
|
-
protected gn(): Brush;
|
|
4434
|
+
protected gl(): Brush;
|
|
4435
|
+
protected gr(): Brush;
|
|
4339
4436
|
protected go(): Brush;
|
|
4437
|
+
protected gp(): Brush;
|
|
4340
4438
|
protected bi(): number;
|
|
4341
4439
|
}
|
|
4342
4440
|
/**
|
|
@@ -4344,90 +4442,90 @@ export declare class RowSeparator extends DefinitionBase {
|
|
|
4344
4442
|
*/
|
|
4345
4443
|
export declare class HeaderRowSeparator extends DefinitionBase {
|
|
4346
4444
|
static $t: Type;
|
|
4347
|
-
protected
|
|
4445
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
4348
4446
|
protected n(a: CellPath): CellModel;
|
|
4349
|
-
protected
|
|
4350
|
-
protected
|
|
4351
|
-
protected
|
|
4352
|
-
protected
|
|
4447
|
+
protected gl(): Brush;
|
|
4448
|
+
protected e6(): void;
|
|
4449
|
+
protected er(a: DataGrid, b: DataGrid): void;
|
|
4450
|
+
protected et(a: any, b: PropertyChangedEventArgs): void;
|
|
4353
4451
|
}
|
|
4354
4452
|
/**
|
|
4355
4453
|
* @hidden
|
|
4356
4454
|
*/
|
|
4357
4455
|
export declare abstract class SummaryRow extends DefinitionBase {
|
|
4358
4456
|
static $t: Type;
|
|
4359
|
-
private hq;
|
|
4360
|
-
get hv(): Brush;
|
|
4361
|
-
set hv(a: Brush);
|
|
4362
|
-
private ho;
|
|
4363
|
-
get hs(): Brush;
|
|
4364
|
-
set hs(a: Brush);
|
|
4365
4457
|
private hr;
|
|
4366
4458
|
get hw(): Brush;
|
|
4367
4459
|
set hw(a: Brush);
|
|
4368
4460
|
private hp;
|
|
4369
4461
|
get ht(): Brush;
|
|
4370
4462
|
set ht(a: Brush);
|
|
4371
|
-
private
|
|
4463
|
+
private hs;
|
|
4464
|
+
get hx(): Brush;
|
|
4465
|
+
set hx(a: Brush);
|
|
4466
|
+
private hq;
|
|
4467
|
+
get hu(): Brush;
|
|
4468
|
+
set hu(a: Brush);
|
|
4469
|
+
private g0;
|
|
4372
4470
|
get summaryNameTextStyle(): FontInfo;
|
|
4373
4471
|
set summaryNameTextStyle(a: FontInfo);
|
|
4374
|
-
private
|
|
4375
|
-
get
|
|
4376
|
-
set
|
|
4377
|
-
private g4;
|
|
4378
|
-
get g8(): number;
|
|
4379
|
-
set g8(a: number);
|
|
4380
|
-
private g6;
|
|
4381
|
-
get ha(): number;
|
|
4382
|
-
set ha(a: number);
|
|
4472
|
+
private gz;
|
|
4473
|
+
get g1(): FontInfo;
|
|
4474
|
+
set g1(a: FontInfo);
|
|
4383
4475
|
private g5;
|
|
4384
4476
|
get g9(): number;
|
|
4385
4477
|
set g9(a: number);
|
|
4386
|
-
private
|
|
4387
|
-
get
|
|
4388
|
-
set
|
|
4478
|
+
private g7;
|
|
4479
|
+
get hb(): number;
|
|
4480
|
+
set hb(a: number);
|
|
4481
|
+
private g6;
|
|
4482
|
+
get ha(): number;
|
|
4483
|
+
set ha(a: number);
|
|
4484
|
+
private g4;
|
|
4485
|
+
get g8(): number;
|
|
4486
|
+
set g8(a: number);
|
|
4389
4487
|
constructor();
|
|
4390
|
-
protected
|
|
4488
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
4391
4489
|
protected n(a: CellPath): CellModel;
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
protected
|
|
4395
|
-
protected
|
|
4396
|
-
protected
|
|
4397
|
-
protected
|
|
4398
|
-
protected hl(): void;
|
|
4490
|
+
ep(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4491
|
+
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4492
|
+
protected er(a: DataGrid, b: DataGrid): void;
|
|
4493
|
+
protected hv(): Brush;
|
|
4494
|
+
protected gs(): Brush;
|
|
4495
|
+
protected et(a: any, b: PropertyChangedEventArgs): void;
|
|
4399
4496
|
protected hm(): void;
|
|
4400
|
-
protected fi(): void;
|
|
4401
4497
|
protected hn(): void;
|
|
4402
|
-
protected
|
|
4498
|
+
protected fj(): void;
|
|
4499
|
+
protected ho(): void;
|
|
4500
|
+
protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4403
4501
|
protected aj(): FontInfo;
|
|
4404
|
-
protected
|
|
4502
|
+
protected g2(): FontInfo;
|
|
4405
4503
|
}
|
|
4406
4504
|
/**
|
|
4407
4505
|
* @hidden
|
|
4408
4506
|
*/
|
|
4409
4507
|
export declare class SummaryRowRoot extends SummaryRow {
|
|
4410
4508
|
static $t: Type;
|
|
4411
|
-
protected
|
|
4412
|
-
protected
|
|
4413
|
-
protected
|
|
4414
|
-
protected hl(): void;
|
|
4509
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
4510
|
+
protected gl(): Brush;
|
|
4511
|
+
protected e6(): void;
|
|
4415
4512
|
protected hm(): void;
|
|
4416
|
-
protected fh(): void;
|
|
4417
4513
|
protected hn(): void;
|
|
4514
|
+
protected fi(): void;
|
|
4515
|
+
protected ho(): void;
|
|
4418
4516
|
}
|
|
4419
4517
|
/**
|
|
4420
4518
|
* @hidden
|
|
4421
4519
|
*/
|
|
4422
4520
|
export declare class SummaryRowSection extends SummaryRow {
|
|
4423
4521
|
static $t: Type;
|
|
4424
|
-
protected
|
|
4425
|
-
protected
|
|
4426
|
-
protected
|
|
4427
|
-
protected hl(): void;
|
|
4522
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
4523
|
+
protected gl(): Brush;
|
|
4524
|
+
protected e6(): void;
|
|
4428
4525
|
protected hm(): void;
|
|
4429
|
-
protected fh(): void;
|
|
4430
4526
|
protected hn(): void;
|
|
4527
|
+
protected fi(): void;
|
|
4528
|
+
protected ho(): void;
|
|
4431
4529
|
}
|
|
4432
4530
|
/**
|
|
4433
4531
|
* @hidden
|
|
@@ -4436,12 +4534,12 @@ export declare class TemplateColumn extends DataGridColumn {
|
|
|
4436
4534
|
static $t: Type;
|
|
4437
4535
|
constructor();
|
|
4438
4536
|
protected n(a: CellPath): CellModel;
|
|
4439
|
-
protected
|
|
4440
|
-
|
|
4441
|
-
|
|
4442
|
-
|
|
4537
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
4538
|
+
ep(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4539
|
+
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4540
|
+
o7(a: TemplateCellModel, b: any): void;
|
|
4443
4541
|
cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
|
|
4444
|
-
protected
|
|
4542
|
+
protected ew(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
4445
4543
|
}
|
|
4446
4544
|
/**
|
|
4447
4545
|
* @hidden
|
|
@@ -4460,23 +4558,23 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
|
|
|
4460
4558
|
*/
|
|
4461
4559
|
export declare class TextColumn extends DataGridColumn {
|
|
4462
4560
|
static $t: Type;
|
|
4463
|
-
private
|
|
4464
|
-
get
|
|
4465
|
-
set
|
|
4466
|
-
get
|
|
4467
|
-
set
|
|
4468
|
-
get
|
|
4469
|
-
set
|
|
4470
|
-
get
|
|
4471
|
-
set
|
|
4472
|
-
get
|
|
4473
|
-
set
|
|
4561
|
+
private o8;
|
|
4562
|
+
get pc(): string;
|
|
4563
|
+
set pc(a: string);
|
|
4564
|
+
get o6(): EditorType;
|
|
4565
|
+
set o6(a: EditorType);
|
|
4566
|
+
get o7(): any;
|
|
4567
|
+
set o7(a: any);
|
|
4568
|
+
get o9(): string;
|
|
4569
|
+
set o9(a: string);
|
|
4570
|
+
get pa(): string;
|
|
4571
|
+
set pa(a: string);
|
|
4474
4572
|
protected n(a: CellPath): CellModel;
|
|
4475
|
-
|
|
4476
|
-
|
|
4477
|
-
|
|
4478
|
-
private
|
|
4479
|
-
protected
|
|
4573
|
+
ep(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4574
|
+
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4575
|
+
d0(a: DataGrid, b: any, c: any): string;
|
|
4576
|
+
private pb;
|
|
4577
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
4480
4578
|
}
|
|
4481
4579
|
/**
|
|
4482
4580
|
* @hidden
|
|
@@ -4485,9 +4583,9 @@ export declare class TextHeader extends Header {
|
|
|
4485
4583
|
static $t: Type;
|
|
4486
4584
|
constructor();
|
|
4487
4585
|
protected n(a: CellPath): CellModel;
|
|
4488
|
-
protected
|
|
4489
|
-
|
|
4490
|
-
|
|
4586
|
+
protected d3(a: CellPath, b: DataGrid, c: any): string;
|
|
4587
|
+
em(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4588
|
+
ep(a: CellModel, b: DataGrid, c: any, d: any): void;
|
|
4491
4589
|
}
|
|
4492
4590
|
/**
|
|
4493
4591
|
* @hidden
|