igniteui-webcomponents-grids 1.4.2 → 3.2.2
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-grids.umd.js +16049 -15259
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/BrowserExecutionContext.js +3 -1
- package/esm2015/lib/CanvasGridCellBase.js +6 -6
- package/esm2015/lib/CanvasSummaryCell.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +31 -31
- package/esm2015/lib/ColumnChooserView_combined.js +10 -10
- package/esm2015/lib/ColumnFilterCondition_combined.js +5546 -4404
- package/esm2015/lib/ColumnGroupingView_combined.js +186 -168
- package/esm2015/lib/ColumnPinningView_combined.js +6 -6
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +13 -13
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +25 -25
- package/esm2015/lib/DataGridLocaleEn.js +1 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +294 -223
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +45 -26
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +8 -11
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +5 -5
- package/esm2015/lib/HorizontalPropertyEditorDataSource.js +2 -2
- package/esm2015/lib/{PropertyEditorDescriptionObjectCollection.js → IDataGridComponent.js} +5 -1
- package/esm2015/lib/IToolbarVisualModelExport.js +11 -0
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +314 -302
- package/esm2015/lib/MultiColumnComboVisualModelExport.js +2 -2
- package/esm2015/lib/PageChangedEventArgs.js +33 -0
- package/esm2015/lib/{PropertyEditorDataSource.js → PagedDataProvider.js} +1 -1
- package/{esm5/lib/PropertyEditorDataSource.js → esm2015/lib/Pager.js} +1 -1
- package/esm2015/lib/{PropertyEditorDescriptionObject.js → PagerDataSourceNotificationBridge.js} +1 -1
- package/{esm5/lib/PropertyEditorDescriptionObject.js → esm2015/lib/PagerGridDataSourceNotificationBridge.js} +1 -1
- package/esm2015/lib/PagerView.js +7 -0
- package/esm2015/lib/PagerVisualModelExport.js +82 -0
- package/esm2015/lib/PropertyEditorView_combined.js +145 -145
- package/esm2015/lib/TemplateCell.js +1 -1
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/{PropertyEditorPropertyDescriptionChangedEventArgs.js → ToolbarVisualModelExport.js} +9 -5
- package/esm2015/lib/VisualModelExport.js +77 -69
- package/esm2015/lib/igc-column-component.js +133 -113
- package/esm2015/lib/igc-column-grouping-component.js +33 -23
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-component.js +588 -413
- package/esm2015/lib/igc-data-grid-module.js +4 -0
- package/esm2015/lib/igc-data-grid-pager-component.js +368 -0
- package/esm2015/lib/{igc-property-editor-property-description-module.js → igc-data-grid-pager-module.js} +6 -6
- package/esm2015/lib/igc-data-grid-toolbar-component.js +94 -35
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-horizontal-property-editor-data-source.js +2 -2
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-multi-column-combo-box-component.js +146 -140
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-page-changed-event-args.js +46 -0
- package/esm2015/lib/igc-property-editor-component.js +7 -7
- package/esm2015/lib/igc-property-editor-module.js +1 -1
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/public_api.js +14 -20
- package/esm5/lib/BrowserExecutionContext.js +3 -1
- package/esm5/lib/CanvasGridCellBase.js +6 -6
- package/esm5/lib/CanvasSummaryCell.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +31 -31
- package/esm5/lib/ColumnChooserView_combined.js +10 -10
- package/esm5/lib/ColumnFilterCondition_combined.js +5514 -4226
- package/esm5/lib/ColumnGroupingView_combined.js +188 -162
- package/esm5/lib/ColumnPinningView_combined.js +6 -6
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +13 -13
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +25 -25
- package/esm5/lib/DataGridLocaleEn.js +1 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +295 -220
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +45 -26
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnPinOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +8 -11
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +5 -5
- package/esm5/lib/HorizontalPropertyEditorDataSource.js +2 -2
- package/{esm2015/lib/PropertyEditorPropertyDescription.js → esm5/lib/IDataGridComponent.js} +5 -1
- package/esm5/lib/IToolbarVisualModelExport.js +11 -0
- package/esm5/lib/MultiColumnComboBoxView_combined.js +297 -285
- package/esm5/lib/MultiColumnComboVisualModelExport.js +2 -2
- package/esm5/lib/PageChangedEventArgs.js +43 -0
- package/esm5/lib/PagedDataProvider.js +7 -0
- package/esm5/lib/Pager.js +7 -0
- package/esm5/lib/PagerDataSourceNotificationBridge.js +7 -0
- package/esm5/lib/PagerGridDataSourceNotificationBridge.js +7 -0
- package/esm5/lib/PagerView.js +7 -0
- package/esm5/lib/PagerVisualModelExport.js +84 -0
- package/esm5/lib/PropertyEditorView_combined.js +144 -144
- package/esm5/lib/TemplateCell.js +1 -1
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/ToolbarVisualModelExport.js +24 -0
- package/esm5/lib/VisualModelExport.js +77 -69
- package/esm5/lib/igc-column-component.js +141 -113
- package/esm5/lib/igc-column-grouping-component.js +35 -21
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-component.js +636 -413
- package/esm5/lib/igc-data-grid-module.js +4 -0
- package/esm5/lib/igc-data-grid-pager-component.js +435 -0
- package/esm5/lib/igc-data-grid-pager-module.js +20 -0
- package/esm5/lib/igc-data-grid-toolbar-component.js +110 -35
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-horizontal-property-editor-data-source.js +2 -2
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-multi-column-combo-box-component.js +147 -141
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-page-changed-event-args.js +60 -0
- package/esm5/lib/igc-property-editor-component.js +7 -7
- package/esm5/lib/igc-property-editor-module.js +1 -1
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/public_api.js +14 -20
- package/fesm2015/igniteui-webcomponents-grids.js +17478 -16796
- package/fesm5/igniteui-webcomponents-grids.js +16939 -16142
- package/lib/ColumnFilterCondition_combined.d.ts +1025 -824
- package/lib/ColumnGroupingView_combined.d.ts +44 -41
- package/lib/DataGridLocaleEn.d.ts +1 -0
- package/lib/DataGridToolbarView_combined.d.ts +50 -41
- package/lib/GridColumnGroupOptionsView_combined.d.ts +1 -1
- package/lib/HorizontalPropertyEditorDataSource.d.ts +1 -1
- package/lib/IDataGridComponent.d.ts +12 -0
- package/lib/IToolbarVisualModelExport.d.ts +11 -0
- package/lib/MultiColumnComboBoxView_combined.d.ts +78 -76
- package/lib/PageChangedEventArgs.d.ts +11 -0
- package/lib/PagedDataProvider.d.ts +1 -0
- package/lib/Pager.d.ts +1 -0
- package/lib/PagerDataSourceNotificationBridge.d.ts +1 -0
- package/lib/PagerGridDataSourceNotificationBridge.d.ts +1 -0
- package/lib/PagerView.d.ts +1 -0
- package/lib/PagerVisualModelExport.d.ts +25 -0
- package/lib/PropertyEditorView_combined.d.ts +10 -10
- package/lib/ToolbarVisualModelExport.d.ts +9 -0
- package/lib/VisualModelExport.d.ts +21 -17
- package/lib/igc-column-component.d.ts +9 -1
- package/lib/igc-column-grouping-component.d.ts +8 -4
- package/lib/igc-data-grid-component.d.ts +56 -0
- package/lib/igc-data-grid-pager-component.d.ts +101 -0
- package/lib/igc-data-grid-pager-module.d.ts +3 -0
- package/lib/igc-data-grid-toolbar-component.d.ts +15 -0
- package/lib/igc-horizontal-property-editor-data-source.d.ts +2 -2
- package/lib/igc-multi-column-combo-box-component.d.ts +1 -0
- package/lib/igc-page-changed-event-args.d.ts +20 -0
- package/lib/igc-property-editor-component.d.ts +2 -2
- package/package.json +5 -5
- package/public_api.d.ts +14 -20
- package/esm2015/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -16
- package/esm2015/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
- package/esm2015/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -40
- package/esm2015/lib/PropertyEditorPropertyDescription_combined.js +0 -463
- package/esm2015/lib/PropertyEditorTreeTransformer.js +0 -207
- package/esm2015/lib/PropertyEditorValueType.js +0 -35
- package/esm2015/lib/igc-property-editor-data-source.js +0 -39
- package/esm2015/lib/igc-property-editor-description-object-collection.js +0 -48
- package/esm2015/lib/igc-property-editor-description-object.js +0 -70
- package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +0 -24
- package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +0 -24
- package/esm2015/lib/igc-property-editor-property-description-collection.js +0 -48
- package/esm2015/lib/igc-property-editor-property-description-component.js +0 -372
- package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -42
- package/esm5/lib/PropertyEditorDescriptionObjectCollection.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescription.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.js +0 -20
- package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgs.js +0 -20
- package/esm5/lib/PropertyEditorPropertyDescriptionCollection.js +0 -7
- package/esm5/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.js +0 -54
- package/esm5/lib/PropertyEditorPropertyDescription_combined.js +0 -525
- package/esm5/lib/PropertyEditorTreeTransformer.js +0 -209
- package/esm5/lib/PropertyEditorValueType.js +0 -35
- package/esm5/lib/igc-property-editor-data-source.js +0 -53
- package/esm5/lib/igc-property-editor-description-object-collection.js +0 -53
- package/esm5/lib/igc-property-editor-description-object.js +0 -84
- package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +0 -30
- package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +0 -30
- package/esm5/lib/igc-property-editor-property-description-collection.js +0 -53
- package/esm5/lib/igc-property-editor-property-description-component.js +0 -445
- package/esm5/lib/igc-property-editor-property-description-module.js +0 -20
- package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +0 -60
- package/lib/PropertyEditorDataSource.d.ts +0 -1
- package/lib/PropertyEditorDescriptionObject.d.ts +0 -1
- package/lib/PropertyEditorDescriptionObjectCollection.d.ts +0 -1
- package/lib/PropertyEditorPropertyDescription.d.ts +0 -1
- package/lib/PropertyEditorPropertyDescriptionButtonClickEventArgs.d.ts +0 -7
- package/lib/PropertyEditorPropertyDescriptionChangedEventArgs.d.ts +0 -7
- package/lib/PropertyEditorPropertyDescriptionCollection.d.ts +0 -1
- package/lib/PropertyEditorPropertyDescriptionTargetPropertyUpdatingEventArgs.d.ts +0 -13
- package/lib/PropertyEditorPropertyDescription_combined.d.ts +0 -88
- package/lib/PropertyEditorTreeTransformer.d.ts +0 -17
- package/lib/PropertyEditorValueType.d.ts +0 -28
- package/lib/igc-property-editor-data-source.d.ts +0 -16
- package/lib/igc-property-editor-description-object-collection.d.ts +0 -8
- package/lib/igc-property-editor-description-object.d.ts +0 -17
- package/lib/igc-property-editor-property-description-button-click-event-args.d.ts +0 -12
- package/lib/igc-property-editor-property-description-changed-event-args.d.ts +0 -12
- package/lib/igc-property-editor-property-description-collection.d.ts +0 -8
- package/lib/igc-property-editor-property-description-component.d.ts +0 -65
- package/lib/igc-property-editor-property-description-module.d.ts +0 -3
- package/lib/igc-property-editor-property-description-target-property-updating-event-args.d.ts +0 -15
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Base, Type, Point, PropertyChangedEventArgs, INotifyPropertyChanged,
|
|
1
|
+
import { Base, Type, Point, PropertyChangedEventArgs, INotifyPropertyChanged, IList$1, EventArgs, Nullable$1 } from "igniteui-webcomponents-core";
|
|
2
2
|
import { IFilterExpression } from "igniteui-webcomponents-core";
|
|
3
3
|
import { DataSourceSchemaPropertyType } from "igniteui-webcomponents-core";
|
|
4
4
|
import { ColumnComparisonConditionOperatorType } from "./ColumnComparisonConditionOperatorType";
|
|
@@ -18,13 +18,15 @@ import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
|
18
18
|
import { GridViewportChangedEventArgs } from "./GridViewportChangedEventArgs";
|
|
19
19
|
import { ICellModelExportUpdater } from "./ICellModelExportUpdater";
|
|
20
20
|
import { DateTimeFormats } from "./DateTimeFormats";
|
|
21
|
+
import { XButton } from "igniteui-webcomponents-inputs";
|
|
22
|
+
import { FontInfo } from "igniteui-webcomponents-core";
|
|
23
|
+
import { BrushAppearanceData } from "igniteui-webcomponents-core";
|
|
21
24
|
import { ModelStates } from "./ModelStates";
|
|
22
25
|
import { CellPath } from "./CellPath";
|
|
23
26
|
import { Rect } from "igniteui-webcomponents-core";
|
|
24
27
|
import { ModelTypes } from "./ModelTypes";
|
|
25
28
|
import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment";
|
|
26
29
|
import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment";
|
|
27
|
-
import { FontInfo } from "igniteui-webcomponents-core";
|
|
28
30
|
import { TextCellLineBreakMode } from "./TextCellLineBreakMode";
|
|
29
31
|
import { ColumnSortDirection } from "./ColumnSortDirection";
|
|
30
32
|
import { PinnedPositions } from "./PinnedPositions";
|
|
@@ -43,7 +45,25 @@ import { SortIndicatorStyle } from "./SortIndicatorStyle";
|
|
|
43
45
|
import { ColumnOptionsIconAlignment } from "./ColumnOptionsIconAlignment";
|
|
44
46
|
import { ColumnOptionsIconBehavior } from "./ColumnOptionsIconBehavior";
|
|
45
47
|
import { INativeCell } from "./INativeCell";
|
|
48
|
+
import { IExecutionContext } from "igniteui-webcomponents-core";
|
|
49
|
+
import { SRProvider } from "igniteui-webcomponents-core";
|
|
50
|
+
import { SummaryScope } from "./SummaryScope";
|
|
51
|
+
import { GroupHeaderDisplayMode } from "./GroupHeaderDisplayMode";
|
|
52
|
+
import { PageChangedEventArgs } from "./PageChangedEventArgs";
|
|
53
|
+
import { ColumnSummaryDescriptionCollection } from "./ColumnSummaryDescriptionCollection";
|
|
54
|
+
import { FilterExpressionCollection } from "igniteui-webcomponents-core";
|
|
55
|
+
import { GridFilterExpressionsEventArgs } from "./GridFilterExpressionsEventArgs";
|
|
56
|
+
import { GridSortDescriptionsChangedEventArgs } from "./GridSortDescriptionsChangedEventArgs";
|
|
57
|
+
import { GridGroupDescriptionsChangedEventArgs } from "./GridGroupDescriptionsChangedEventArgs";
|
|
58
|
+
import { GridSummaryDescriptionsChangedEventArgs } from "./GridSummaryDescriptionsChangedEventArgs";
|
|
46
59
|
import { IDataSourceUpdateNotifier } from "igniteui-webcomponents-core";
|
|
60
|
+
import { ColumnSortDescriptionCollection } from "./ColumnSortDescriptionCollection";
|
|
61
|
+
import { ColumnGroupDescription } from "./ColumnGroupDescription";
|
|
62
|
+
import { ColumnGroupDescriptionCollection } from "./ColumnGroupDescriptionCollection";
|
|
63
|
+
import { ColumnSummaryDescription } from "./ColumnSummaryDescription";
|
|
64
|
+
import { ISummaryResult } from "igniteui-webcomponents-core";
|
|
65
|
+
import { PagerVisualModelExport } from "./PagerVisualModelExport";
|
|
66
|
+
import { DataSourceLocalDataProvider } from "igniteui-webcomponents-core";
|
|
47
67
|
import { IDataSourceSchema } from "igniteui-webcomponents-core";
|
|
48
68
|
import { HashSet$1 } from "igniteui-webcomponents-core";
|
|
49
69
|
import { DefinitionPropertyUpdatedEventArgs } from "./DefinitionPropertyUpdatedEventArgs";
|
|
@@ -51,6 +71,7 @@ import { CellPropertyAnimationType } from "./CellPropertyAnimationType";
|
|
|
51
71
|
import { IPropertySetter } from "./IPropertySetter";
|
|
52
72
|
import { DragSelectEventArgs } from "./DragSelectEventArgs";
|
|
53
73
|
import { IColumnGrouping } from "./IColumnGrouping";
|
|
74
|
+
import { IDataGridComponent } from "./IDataGridComponent";
|
|
54
75
|
import { ColumnResizingMode } from "./ColumnResizingMode";
|
|
55
76
|
import { ColumnMovingMode } from "./ColumnMovingMode";
|
|
56
77
|
import { Thickness } from "igniteui-webcomponents-core";
|
|
@@ -80,12 +101,6 @@ import { GridSelectedKeysCollection } from "./GridSelectedKeysCollection";
|
|
|
80
101
|
import { GridSelectedCellRangesCollection } from "./GridSelectedCellRangesCollection";
|
|
81
102
|
import { CornerRadius } from "igniteui-webcomponents-core";
|
|
82
103
|
import { IPlatformPixelConverter } from "./IPlatformPixelConverter";
|
|
83
|
-
import { ColumnSortDescriptionCollection } from "./ColumnSortDescriptionCollection";
|
|
84
|
-
import { ColumnGroupDescriptionCollection } from "./ColumnGroupDescriptionCollection";
|
|
85
|
-
import { FilterExpressionCollection } from "igniteui-webcomponents-core";
|
|
86
|
-
import { ColumnSummaryDescriptionCollection } from "./ColumnSummaryDescriptionCollection";
|
|
87
|
-
import { SummaryScope } from "./SummaryScope";
|
|
88
|
-
import { GroupHeaderDisplayMode } from "./GroupHeaderDisplayMode";
|
|
89
104
|
import { IEditableDataSource } from "igniteui-webcomponents-core";
|
|
90
105
|
import { EnterKeyBehaviors } from "./EnterKeyBehaviors";
|
|
91
106
|
import { EnterKeyBehaviorAfterEdit } from "./EnterKeyBehaviorAfterEdit";
|
|
@@ -94,16 +109,10 @@ import { MergedCellEvaluationCriteria } from "./MergedCellEvaluationCriteria";
|
|
|
94
109
|
import { FilterUIType } from "./FilterUIType";
|
|
95
110
|
import { FilterLogicalOperator } from "./FilterLogicalOperator";
|
|
96
111
|
import { FilterComparisonType } from "./FilterComparisonType";
|
|
97
|
-
import { GridFilterExpressionsEventArgs } from "./GridFilterExpressionsEventArgs";
|
|
98
112
|
import { CellRange } from "./CellRange";
|
|
99
113
|
import { PrimaryKeyValue } from "./PrimaryKeyValue";
|
|
100
114
|
import { FastIterationDictionary$2 } from "igniteui-webcomponents-core";
|
|
101
115
|
import { NotifyCollectionChangedEventArgs } from "igniteui-webcomponents-core";
|
|
102
|
-
import { ColumnGroupDescription } from "./ColumnGroupDescription";
|
|
103
|
-
import { ColumnSummaryDescription } from "./ColumnSummaryDescription";
|
|
104
|
-
import { GridSummaryDescriptionsChangedEventArgs } from "./GridSummaryDescriptionsChangedEventArgs";
|
|
105
|
-
import { GridGroupDescriptionsChangedEventArgs } from "./GridGroupDescriptionsChangedEventArgs";
|
|
106
|
-
import { GridSortDescriptionsChangedEventArgs } from "./GridSortDescriptionsChangedEventArgs";
|
|
107
116
|
import { GridSelectedItemsChangedEventArgs } from "./GridSelectedItemsChangedEventArgs";
|
|
108
117
|
import { GridSelectedKeysChangedEventArgs } from "./GridSelectedKeysChangedEventArgs";
|
|
109
118
|
import { GridSelectedCellRangesChangedEventArgs } from "./GridSelectedCellRangesChangedEventArgs";
|
|
@@ -112,10 +121,10 @@ import { GridDataCommittingEventArgs } from "./GridDataCommittingEventArgs";
|
|
|
112
121
|
import { GridSizeChangedEventArgs } from "./GridSizeChangedEventArgs";
|
|
113
122
|
import { ColumnStates } from "./ColumnStates";
|
|
114
123
|
import { IColumnGroupingVisualModelExport } from "./IColumnGroupingVisualModelExport";
|
|
124
|
+
import { IToolbarVisualModelExport } from "./IToolbarVisualModelExport";
|
|
115
125
|
import { VisualModelExport } from "./VisualModelExport";
|
|
116
126
|
import { GridActiveCellChangedEventArgs } from "./GridActiveCellChangedEventArgs";
|
|
117
127
|
import { GridSelectionChangedEventArgs } from "./GridSelectionChangedEventArgs";
|
|
118
|
-
import { ISummaryResult } from "igniteui-webcomponents-core";
|
|
119
128
|
import { GridRowEditStartedEventArgs } from "./GridRowEditStartedEventArgs";
|
|
120
129
|
import { GridRowEditEndedEventArgs } from "./GridRowEditEndedEventArgs";
|
|
121
130
|
import { Key } from "igniteui-webcomponents-core";
|
|
@@ -394,6 +403,35 @@ export declare class DateTimeColumnValueFormatter extends Base {
|
|
|
394
403
|
private h;
|
|
395
404
|
i(a: Date): string;
|
|
396
405
|
}
|
|
406
|
+
/**
|
|
407
|
+
* @hidden
|
|
408
|
+
*/
|
|
409
|
+
export declare class PagerView extends Base {
|
|
410
|
+
static $t: Type;
|
|
411
|
+
c: Pager;
|
|
412
|
+
constructor(a: Pager);
|
|
413
|
+
m: DomRenderer;
|
|
414
|
+
private n;
|
|
415
|
+
private d;
|
|
416
|
+
private g;
|
|
417
|
+
private f;
|
|
418
|
+
private e;
|
|
419
|
+
u(a: any): void;
|
|
420
|
+
private h;
|
|
421
|
+
private q;
|
|
422
|
+
private t;
|
|
423
|
+
private s;
|
|
424
|
+
private r;
|
|
425
|
+
v(): void;
|
|
426
|
+
p(): void;
|
|
427
|
+
a(): BrushAppearanceData;
|
|
428
|
+
b(): BrushAppearanceData;
|
|
429
|
+
o(): string;
|
|
430
|
+
i(): XButton;
|
|
431
|
+
l(): XButton;
|
|
432
|
+
k(): XButton;
|
|
433
|
+
j(): XButton;
|
|
434
|
+
}
|
|
397
435
|
/**
|
|
398
436
|
* @hidden
|
|
399
437
|
*/
|
|
@@ -1067,6 +1105,133 @@ export interface ICellPresenter {
|
|
|
1067
1105
|
* @hidden
|
|
1068
1106
|
*/
|
|
1069
1107
|
export declare let ICellPresenter_$type: Type;
|
|
1108
|
+
/**
|
|
1109
|
+
* @hidden
|
|
1110
|
+
*/
|
|
1111
|
+
export declare class Pager extends Base implements INotifyPropertyChanged {
|
|
1112
|
+
static $t: Type;
|
|
1113
|
+
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
1114
|
+
protected bu(a: string, b: any, c: any): void;
|
|
1115
|
+
protected bz(a: string, b: any, c: any): void;
|
|
1116
|
+
private br;
|
|
1117
|
+
static readonly a1: string;
|
|
1118
|
+
static readonly bd: string;
|
|
1119
|
+
static readonly a7: string;
|
|
1120
|
+
static readonly a6: string;
|
|
1121
|
+
protected n: PagerView;
|
|
1122
|
+
private _executionContext;
|
|
1123
|
+
executionContext: IExecutionContext;
|
|
1124
|
+
ac: ObservableCollection$1<any>;
|
|
1125
|
+
private d;
|
|
1126
|
+
private t;
|
|
1127
|
+
protected readonly u: SRProvider;
|
|
1128
|
+
private au;
|
|
1129
|
+
a9: string;
|
|
1130
|
+
private g;
|
|
1131
|
+
targetGrid: Grid;
|
|
1132
|
+
private b;
|
|
1133
|
+
actualDataSource: IDataSource;
|
|
1134
|
+
private ah;
|
|
1135
|
+
ao: number;
|
|
1136
|
+
private ag;
|
|
1137
|
+
an: number;
|
|
1138
|
+
private ar;
|
|
1139
|
+
itemsSource: any;
|
|
1140
|
+
private ad;
|
|
1141
|
+
ak: number;
|
|
1142
|
+
private r;
|
|
1143
|
+
s: FontInfo;
|
|
1144
|
+
private b8;
|
|
1145
|
+
ca: Brush;
|
|
1146
|
+
private b9;
|
|
1147
|
+
border: Brush;
|
|
1148
|
+
private k;
|
|
1149
|
+
private l;
|
|
1150
|
+
private o;
|
|
1151
|
+
private p;
|
|
1152
|
+
private i;
|
|
1153
|
+
private j;
|
|
1154
|
+
private ai;
|
|
1155
|
+
private ap;
|
|
1156
|
+
private af;
|
|
1157
|
+
private am;
|
|
1158
|
+
private ae;
|
|
1159
|
+
private al;
|
|
1160
|
+
private aj;
|
|
1161
|
+
private aq;
|
|
1162
|
+
pageChanged: (sender: any, args: PageChangedEventArgs) => void;
|
|
1163
|
+
private bo;
|
|
1164
|
+
private aa;
|
|
1165
|
+
private v;
|
|
1166
|
+
private w;
|
|
1167
|
+
private ab;
|
|
1168
|
+
private z;
|
|
1169
|
+
constructor();
|
|
1170
|
+
private b2;
|
|
1171
|
+
b1(): void;
|
|
1172
|
+
private bl;
|
|
1173
|
+
private bt;
|
|
1174
|
+
private bj;
|
|
1175
|
+
private b7;
|
|
1176
|
+
private b6;
|
|
1177
|
+
b5(): void;
|
|
1178
|
+
bn(): void;
|
|
1179
|
+
by(): void;
|
|
1180
|
+
bk(): void;
|
|
1181
|
+
bm(): void;
|
|
1182
|
+
provideContainer(a: any): void;
|
|
1183
|
+
private bx;
|
|
1184
|
+
private y;
|
|
1185
|
+
private bq;
|
|
1186
|
+
private x;
|
|
1187
|
+
private bp;
|
|
1188
|
+
private bv;
|
|
1189
|
+
private bs;
|
|
1190
|
+
private f;
|
|
1191
|
+
private bw;
|
|
1192
|
+
private b4;
|
|
1193
|
+
b3(): void;
|
|
1194
|
+
a(a: IDataSource, b: any[]): ISummaryResult[][];
|
|
1195
|
+
as(): any;
|
|
1196
|
+
az(): string;
|
|
1197
|
+
e(): PagerVisualModelExport;
|
|
1198
|
+
}
|
|
1199
|
+
/**
|
|
1200
|
+
* @hidden
|
|
1201
|
+
*/
|
|
1202
|
+
export declare class PagerDataSourceNotificationBridge extends Base implements IDataSourceUpdateNotifier {
|
|
1203
|
+
static $t: Type;
|
|
1204
|
+
private a;
|
|
1205
|
+
constructor(a: Pager);
|
|
1206
|
+
notifyClearItems(): void;
|
|
1207
|
+
notifyInsertItem(a: number, b: any): void;
|
|
1208
|
+
notifyRemoveItem(a: number, b: any): void;
|
|
1209
|
+
notifySetItem(a: number, b: any, c: any): void;
|
|
1210
|
+
rangeActualized(a: number, b: number): void;
|
|
1211
|
+
}
|
|
1212
|
+
/**
|
|
1213
|
+
* @hidden
|
|
1214
|
+
*/
|
|
1215
|
+
export declare class PagerGridDataSourceNotificationBridge extends Base implements IDataSourceUpdateNotifier {
|
|
1216
|
+
static $t: Type;
|
|
1217
|
+
private b;
|
|
1218
|
+
private a;
|
|
1219
|
+
constructor(a: Pager, b: Grid);
|
|
1220
|
+
notifyClearItems(): void;
|
|
1221
|
+
notifyInsertItem(a: number, b: any): void;
|
|
1222
|
+
notifyRemoveItem(a: number, b: any): void;
|
|
1223
|
+
notifySetItem(a: number, b: any, c: any): void;
|
|
1224
|
+
rangeActualized(a: number, b: number): void;
|
|
1225
|
+
}
|
|
1226
|
+
/**
|
|
1227
|
+
* @hidden
|
|
1228
|
+
*/
|
|
1229
|
+
export declare class PagedDataProvider extends DataSourceLocalDataProvider {
|
|
1230
|
+
static $t: Type;
|
|
1231
|
+
private an;
|
|
1232
|
+
constructor(a: Pager);
|
|
1233
|
+
getItemValue(a: any, b: string): any;
|
|
1234
|
+
}
|
|
1070
1235
|
/**
|
|
1071
1236
|
* @hidden
|
|
1072
1237
|
*/
|
|
@@ -1151,185 +1316,189 @@ export declare class EditingManager extends Base {
|
|
|
1151
1316
|
*/
|
|
1152
1317
|
export declare class Grid extends Base implements INotifyPropertyChanged {
|
|
1153
1318
|
static $t: Type;
|
|
1154
|
-
private
|
|
1319
|
+
private nx;
|
|
1155
1320
|
externalObject: any;
|
|
1156
1321
|
private _propertySetter;
|
|
1157
1322
|
propertySetter: IPropertySetter;
|
|
1158
|
-
private
|
|
1323
|
+
private e2;
|
|
1159
1324
|
externalGrid: IExternalGrid;
|
|
1160
|
-
private
|
|
1325
|
+
private e0;
|
|
1161
1326
|
dragger: IDragger;
|
|
1162
1327
|
private eu;
|
|
1163
1328
|
columnGrouping: IColumnGrouping;
|
|
1329
|
+
private _pager;
|
|
1330
|
+
pager: Pager;
|
|
1331
|
+
private _toolbar;
|
|
1332
|
+
toolbar: IDataGridComponent;
|
|
1164
1333
|
columnExchangingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1165
1334
|
columnExchangingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1166
|
-
|
|
1167
|
-
|
|
1335
|
+
ut(a: Column): void;
|
|
1336
|
+
us(a: Column): void;
|
|
1168
1337
|
columnShowingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1169
1338
|
columnShowingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1170
1339
|
o(a: CellModel): ColumnFilterCondition;
|
|
1171
1340
|
p(a: CellModel): DataSourceSchemaPropertyType;
|
|
1172
|
-
|
|
1341
|
+
u3(a: Column): void;
|
|
1173
1342
|
filterExpressionsChanging: (sender: any, args: GridFilterExpressionsEventArgs) => void;
|
|
1174
1343
|
filterExpressionsChanged: (sender: any, args: GridFilterExpressionsEventArgs) => void;
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1344
|
+
s9(a: CellModel, b: ColumnFilterCondition): void;
|
|
1345
|
+
s8(a: CellModel, b: ColumnFilterCondition): void;
|
|
1346
|
+
u2(a: Column): void;
|
|
1178
1347
|
columnMovingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1179
1348
|
columnMovingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1180
|
-
|
|
1181
|
-
|
|
1349
|
+
uz(a: Column): void;
|
|
1350
|
+
uy(a: Column): void;
|
|
1182
1351
|
columnHidingAnimationCompleted: (sender: any, e: EventArgs) => void;
|
|
1183
1352
|
columnHidingAnimationCanceled: (sender: any, e: EventArgs) => void;
|
|
1184
|
-
|
|
1185
|
-
|
|
1353
|
+
uv(a: Column): void;
|
|
1354
|
+
uu(a: Column): void;
|
|
1186
1355
|
cellPreviewPointerDown: (sender: any, args: GridCellEventArgs) => void;
|
|
1187
|
-
|
|
1356
|
+
un(a: CellModel): void;
|
|
1188
1357
|
cellPreviewPointerUp: (sender: any, args: GridCellEventArgs) => void;
|
|
1189
|
-
|
|
1358
|
+
uo(a: CellModel): void;
|
|
1190
1359
|
cellPointerDown: (sender: any, args: GridCellEventArgs) => void;
|
|
1191
|
-
|
|
1360
|
+
ul(a: CellModel): void;
|
|
1192
1361
|
cellPointerUp: (sender: any, args: GridCellEventArgs) => void;
|
|
1193
|
-
|
|
1194
|
-
|
|
1362
|
+
um(a: CellModel): void;
|
|
1363
|
+
vu(a: number, b: string): void;
|
|
1195
1364
|
cellClicked: (sender: any, args: GridCellEventArgs) => void;
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
private
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
private
|
|
1365
|
+
vi(a: CellModel): void;
|
|
1366
|
+
xj(a: number): void;
|
|
1367
|
+
private l9;
|
|
1368
|
+
vh(a: EditorCellModel): void;
|
|
1369
|
+
ue(a: CellModel, b: MouseButton): void;
|
|
1370
|
+
uc(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1371
|
+
private wd;
|
|
1203
1372
|
private bx;
|
|
1204
1373
|
by: ColumnResizingMode;
|
|
1205
1374
|
private bj;
|
|
1206
1375
|
bk: ColumnMovingMode;
|
|
1207
1376
|
er: HoverManager;
|
|
1208
|
-
private
|
|
1209
|
-
|
|
1210
|
-
private
|
|
1211
|
-
|
|
1212
|
-
private
|
|
1213
|
-
|
|
1214
|
-
private
|
|
1215
|
-
|
|
1216
|
-
private
|
|
1217
|
-
|
|
1218
|
-
|
|
1377
|
+
private hq;
|
|
1378
|
+
jp: boolean;
|
|
1379
|
+
private yc;
|
|
1380
|
+
za: Brush;
|
|
1381
|
+
private yd;
|
|
1382
|
+
zb: Brush;
|
|
1383
|
+
private x4;
|
|
1384
|
+
y2: Brush;
|
|
1385
|
+
private zy;
|
|
1386
|
+
z4: Thickness;
|
|
1387
|
+
zs: Point;
|
|
1219
1388
|
av: CellPath;
|
|
1220
1389
|
as: CellPath;
|
|
1221
|
-
private
|
|
1222
|
-
|
|
1223
|
-
ti(a: CellModel, b: number, c: number): void;
|
|
1224
|
-
tg(a: CellModel, b: number, c: number): void;
|
|
1225
|
-
ul(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1226
|
-
um(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1227
|
-
private ih;
|
|
1228
|
-
private lx;
|
|
1229
|
-
private m5;
|
|
1230
|
-
tf(a: CellModel, b: number, c: number): void;
|
|
1390
|
+
private hf;
|
|
1391
|
+
uj(a: CellModel, b: number, c: number): void;
|
|
1231
1392
|
uk(a: CellModel, b: number, c: number): void;
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
private
|
|
1236
|
-
private
|
|
1237
|
-
private
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
private
|
|
1241
|
-
private
|
|
1242
|
-
private
|
|
1243
|
-
private
|
|
1244
|
-
private
|
|
1393
|
+
ui(a: CellModel, b: number, c: number): void;
|
|
1394
|
+
vn(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1395
|
+
vo(a: CellModel, b: boolean, c: boolean, d: MouseButton): void;
|
|
1396
|
+
private iq;
|
|
1397
|
+
private md;
|
|
1398
|
+
private nm;
|
|
1399
|
+
uh(a: CellModel, b: number, c: number): void;
|
|
1400
|
+
vm(a: CellModel, b: number, c: number): void;
|
|
1401
|
+
private ml;
|
|
1402
|
+
private hw;
|
|
1403
|
+
private hv;
|
|
1404
|
+
private g4;
|
|
1405
|
+
private lg;
|
|
1406
|
+
private ln;
|
|
1407
|
+
private ll;
|
|
1408
|
+
private lm;
|
|
1409
|
+
private k2;
|
|
1410
|
+
private lb;
|
|
1411
|
+
private lc;
|
|
1412
|
+
private ld;
|
|
1413
|
+
private le;
|
|
1245
1414
|
private aw;
|
|
1246
|
-
private
|
|
1247
|
-
private
|
|
1248
|
-
private
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
private
|
|
1254
|
-
|
|
1255
|
-
private
|
|
1256
|
-
private
|
|
1257
|
-
private
|
|
1415
|
+
private mr;
|
|
1416
|
+
private mq;
|
|
1417
|
+
private h6;
|
|
1418
|
+
s4(): void;
|
|
1419
|
+
vg(a: CellPath, b: number, c: number, d: boolean): void;
|
|
1420
|
+
vc(a: any, b: DragSelectEventArgs): void;
|
|
1421
|
+
va(a: any, b: DragSelectEventArgs): void;
|
|
1422
|
+
private mh;
|
|
1423
|
+
no: number;
|
|
1424
|
+
private ms;
|
|
1425
|
+
private fd;
|
|
1426
|
+
private vb;
|
|
1258
1427
|
private ar;
|
|
1259
1428
|
private an;
|
|
1260
1429
|
private ao;
|
|
1261
|
-
private
|
|
1262
|
-
private
|
|
1263
|
-
private
|
|
1264
|
-
private
|
|
1265
|
-
private
|
|
1266
|
-
private
|
|
1267
|
-
private
|
|
1268
|
-
private
|
|
1269
|
-
private
|
|
1270
|
-
private
|
|
1271
|
-
private
|
|
1272
|
-
private
|
|
1430
|
+
private k7;
|
|
1431
|
+
private lk;
|
|
1432
|
+
private lh;
|
|
1433
|
+
private li;
|
|
1434
|
+
private vd;
|
|
1435
|
+
private ve;
|
|
1436
|
+
private w0;
|
|
1437
|
+
private vf;
|
|
1438
|
+
private ky;
|
|
1439
|
+
private kz;
|
|
1440
|
+
private w5;
|
|
1441
|
+
private zu;
|
|
1273
1442
|
private am;
|
|
1274
1443
|
getHitCell(a: number, b: number): CellModel;
|
|
1275
1444
|
private ay;
|
|
1276
|
-
private
|
|
1277
|
-
private
|
|
1278
|
-
private
|
|
1445
|
+
private ig;
|
|
1446
|
+
private tg;
|
|
1447
|
+
private xo;
|
|
1279
1448
|
constructor();
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
private
|
|
1283
|
-
private
|
|
1284
|
-
private
|
|
1285
|
-
private
|
|
1286
|
-
private
|
|
1287
|
-
private
|
|
1449
|
+
wr(a: ColumnGroupDescription): void;
|
|
1450
|
+
ws(a: ColumnSummaryDescription): void;
|
|
1451
|
+
private xc;
|
|
1452
|
+
private to;
|
|
1453
|
+
private jg;
|
|
1454
|
+
private tl;
|
|
1455
|
+
private xa;
|
|
1456
|
+
private xi;
|
|
1288
1457
|
private b9;
|
|
1289
|
-
private
|
|
1290
|
-
private
|
|
1291
|
-
private
|
|
1292
|
-
private
|
|
1293
|
-
private
|
|
1294
|
-
private
|
|
1295
|
-
private
|
|
1296
|
-
private
|
|
1297
|
-
private
|
|
1458
|
+
private h9;
|
|
1459
|
+
private w3;
|
|
1460
|
+
private w4;
|
|
1461
|
+
private ib;
|
|
1462
|
+
private w2;
|
|
1463
|
+
private w1;
|
|
1464
|
+
private h8;
|
|
1465
|
+
private v9;
|
|
1466
|
+
private wa;
|
|
1298
1467
|
private c0;
|
|
1299
1468
|
c1: GridAnimationManager;
|
|
1300
1469
|
private _delayedExecutionManager;
|
|
1301
1470
|
delayedExecutionManager: IDelayedExecutionManager;
|
|
1302
|
-
private
|
|
1303
|
-
readonly
|
|
1471
|
+
private fe;
|
|
1472
|
+
readonly ff: ResponsiveEngine;
|
|
1304
1473
|
private ew;
|
|
1305
1474
|
ex: IDataAdapter;
|
|
1306
1475
|
private a5;
|
|
1307
1476
|
a6: ColumnController;
|
|
1308
1477
|
private dw;
|
|
1309
1478
|
dx: GridLayerController;
|
|
1310
|
-
private
|
|
1311
|
-
|
|
1479
|
+
private f0;
|
|
1480
|
+
f1: SpatialEngine;
|
|
1312
1481
|
private dr;
|
|
1313
1482
|
ds: GridEffectManager;
|
|
1314
|
-
private
|
|
1315
|
-
|
|
1483
|
+
private fu;
|
|
1484
|
+
fv: SelectionManager;
|
|
1316
1485
|
private ag;
|
|
1317
1486
|
ah: ActivationManager;
|
|
1318
|
-
private
|
|
1319
|
-
|
|
1487
|
+
private fy;
|
|
1488
|
+
fz: SortManager;
|
|
1320
1489
|
cf: EditingManager;
|
|
1321
|
-
private
|
|
1490
|
+
private gw;
|
|
1322
1491
|
tickProvider: ITickProvider;
|
|
1492
|
+
private fs;
|
|
1493
|
+
ft: SectionHeader;
|
|
1323
1494
|
private fq;
|
|
1324
|
-
fr:
|
|
1325
|
-
private fo;
|
|
1326
|
-
fp: SectionFooter;
|
|
1327
|
-
private f0;
|
|
1328
|
-
f1: SummaryRowRoot;
|
|
1495
|
+
fr: SectionFooter;
|
|
1329
1496
|
private f2;
|
|
1330
|
-
f3:
|
|
1331
|
-
private
|
|
1332
|
-
|
|
1497
|
+
f3: SummaryRowRoot;
|
|
1498
|
+
private f4;
|
|
1499
|
+
f5: SummaryRowSection;
|
|
1500
|
+
private fn;
|
|
1501
|
+
fo: RowSeparator;
|
|
1333
1502
|
private en;
|
|
1334
1503
|
eo: HeaderRowSeparator;
|
|
1335
1504
|
private ep;
|
|
@@ -1338,8 +1507,8 @@ export declare class Grid extends Base implements INotifyPropertyChanged {
|
|
|
1338
1507
|
b0: ColumnResizingSeparator;
|
|
1339
1508
|
private bl;
|
|
1340
1509
|
bm: ColumnMovingSeparator;
|
|
1341
|
-
private
|
|
1342
|
-
|
|
1510
|
+
private fb;
|
|
1511
|
+
fc: PinnedAreaSeparator;
|
|
1343
1512
|
private ck;
|
|
1344
1513
|
private cl;
|
|
1345
1514
|
private cu;
|
|
@@ -1347,97 +1516,97 @@ export declare class Grid extends Base implements INotifyPropertyChanged {
|
|
|
1347
1516
|
f: string[];
|
|
1348
1517
|
private c;
|
|
1349
1518
|
g: string[];
|
|
1350
|
-
private
|
|
1351
|
-
|
|
1519
|
+
private f8;
|
|
1520
|
+
f9: VisibilityEngine;
|
|
1352
1521
|
private _viewportManager;
|
|
1353
1522
|
viewportManager: IViewportManager;
|
|
1354
|
-
private
|
|
1355
|
-
|
|
1356
|
-
private
|
|
1357
|
-
|
|
1358
|
-
private
|
|
1359
|
-
|
|
1360
|
-
private
|
|
1361
|
-
|
|
1362
|
-
private
|
|
1363
|
-
|
|
1523
|
+
private k6;
|
|
1524
|
+
lp: number;
|
|
1525
|
+
private k5;
|
|
1526
|
+
lo: number;
|
|
1527
|
+
private gc;
|
|
1528
|
+
gd: ControlDisplayDensity;
|
|
1529
|
+
private l5;
|
|
1530
|
+
mu: number;
|
|
1531
|
+
private mi;
|
|
1532
|
+
np: number;
|
|
1364
1533
|
private cc;
|
|
1365
1534
|
defaultColumnWidth: ColumnWidth;
|
|
1366
|
-
private
|
|
1367
|
-
|
|
1368
|
-
private lp;
|
|
1369
|
-
md: number;
|
|
1370
|
-
private lv;
|
|
1371
|
-
m0: number;
|
|
1372
|
-
private l7;
|
|
1373
|
-
ne: number;
|
|
1374
|
-
private nh;
|
|
1375
|
-
itemsSource: any;
|
|
1376
|
-
private l6;
|
|
1377
|
-
nc: number;
|
|
1535
|
+
private la;
|
|
1536
|
+
ls: number;
|
|
1378
1537
|
private l4;
|
|
1379
|
-
|
|
1380
|
-
private
|
|
1381
|
-
|
|
1382
|
-
private
|
|
1383
|
-
|
|
1384
|
-
private
|
|
1538
|
+
mt: number;
|
|
1539
|
+
private ma;
|
|
1540
|
+
ng: number;
|
|
1541
|
+
private mn;
|
|
1542
|
+
nv: number;
|
|
1543
|
+
private ny;
|
|
1544
|
+
itemsSource: any;
|
|
1545
|
+
private mm;
|
|
1546
|
+
nt: number;
|
|
1547
|
+
private mk;
|
|
1548
|
+
ns: number;
|
|
1549
|
+
private l8;
|
|
1550
|
+
mz: number;
|
|
1551
|
+
private el;
|
|
1552
|
+
em: HeaderClickAction;
|
|
1553
|
+
private ci;
|
|
1385
1554
|
cj: EditModeType;
|
|
1386
1555
|
private cg;
|
|
1387
1556
|
ch: EditModeClickAction;
|
|
1388
|
-
private
|
|
1557
|
+
private g5;
|
|
1558
|
+
io: boolean;
|
|
1559
|
+
private g2;
|
|
1389
1560
|
ie: boolean;
|
|
1390
|
-
private
|
|
1391
|
-
|
|
1392
|
-
private
|
|
1393
|
-
|
|
1394
|
-
private
|
|
1395
|
-
i9: boolean;
|
|
1396
|
-
private ip;
|
|
1561
|
+
private mj;
|
|
1562
|
+
nr: number;
|
|
1563
|
+
private hp;
|
|
1564
|
+
jj: boolean;
|
|
1565
|
+
private ix;
|
|
1397
1566
|
private b5;
|
|
1398
1567
|
private b1;
|
|
1399
1568
|
b3: ColumnShowingAnimationMode;
|
|
1400
|
-
readonly
|
|
1569
|
+
readonly i5: boolean;
|
|
1401
1570
|
private bs;
|
|
1402
1571
|
columnPropertyUpdatingAnimationMode: ColumnPropertyUpdatingAnimationMode;
|
|
1403
|
-
protected readonly
|
|
1404
|
-
readonly
|
|
1572
|
+
protected readonly iy: boolean;
|
|
1573
|
+
readonly iu: boolean;
|
|
1405
1574
|
private ak;
|
|
1406
1575
|
al: CellDataLoadedAnimationMode;
|
|
1407
|
-
readonly
|
|
1408
|
-
private
|
|
1409
|
-
|
|
1410
|
-
readonly
|
|
1411
|
-
private
|
|
1412
|
-
|
|
1413
|
-
readonly
|
|
1576
|
+
readonly jq: boolean;
|
|
1577
|
+
private fl;
|
|
1578
|
+
fm: RowSelectionAnimationMode;
|
|
1579
|
+
readonly jo: boolean;
|
|
1580
|
+
private fi;
|
|
1581
|
+
fj: RowHoverAnimationMode;
|
|
1582
|
+
readonly iv: boolean;
|
|
1414
1583
|
private az;
|
|
1415
1584
|
a0: CellSelectionAnimationMode;
|
|
1416
1585
|
private df;
|
|
1417
1586
|
dg: GridColumnAnimationSettings;
|
|
1418
1587
|
private c2;
|
|
1419
1588
|
c3: GridAnimationSettings;
|
|
1420
|
-
|
|
1589
|
+
i6(a: Column): boolean;
|
|
1421
1590
|
private bw;
|
|
1422
1591
|
private bu;
|
|
1423
1592
|
bv: ColumnResizingAnimationMode;
|
|
1424
|
-
private
|
|
1593
|
+
private i7;
|
|
1425
1594
|
private b6;
|
|
1426
1595
|
private b2;
|
|
1427
1596
|
b4: ColumnShowingAnimationMode;
|
|
1428
|
-
private
|
|
1597
|
+
private i1;
|
|
1429
1598
|
private bi;
|
|
1430
1599
|
private bg;
|
|
1431
1600
|
bh: ColumnMovingAnimationMode;
|
|
1432
|
-
private
|
|
1601
|
+
private i0;
|
|
1433
1602
|
private bf;
|
|
1434
1603
|
private bd;
|
|
1435
1604
|
be: ColumnHidingAnimationMode;
|
|
1436
|
-
private
|
|
1605
|
+
private iz;
|
|
1437
1606
|
private a9;
|
|
1438
1607
|
private a7;
|
|
1439
1608
|
a8: ColumnExchangingAnimationMode;
|
|
1440
|
-
private
|
|
1609
|
+
private zz;
|
|
1441
1610
|
inset: Thickness;
|
|
1442
1611
|
private eb;
|
|
1443
1612
|
ec: GridSelectionMode;
|
|
@@ -1445,8 +1614,10 @@ export declare class Grid extends Base implements INotifyPropertyChanged {
|
|
|
1445
1614
|
cy: GridActivationMode;
|
|
1446
1615
|
private d8;
|
|
1447
1616
|
d9: GridSelectionBehavior;
|
|
1448
|
-
private
|
|
1449
|
-
|
|
1617
|
+
private hu;
|
|
1618
|
+
ju: boolean;
|
|
1619
|
+
private g9;
|
|
1620
|
+
is: boolean;
|
|
1450
1621
|
private z;
|
|
1451
1622
|
readonly ab: GridSelectedItemsCollection;
|
|
1452
1623
|
private ad;
|
|
@@ -1455,153 +1626,153 @@ export declare class Grid extends Base implements INotifyPropertyChanged {
|
|
|
1455
1626
|
readonly d5: GridSelectedCellsCollection;
|
|
1456
1627
|
private d1;
|
|
1457
1628
|
readonly d2: GridSelectedCellRangesCollection;
|
|
1458
|
-
private
|
|
1459
|
-
|
|
1629
|
+
private g8;
|
|
1630
|
+
ir: boolean;
|
|
1460
1631
|
private y;
|
|
1461
1632
|
readonly aa: GridSelectedItemsCollection;
|
|
1462
1633
|
private ac;
|
|
1463
1634
|
readonly ae: GridSelectedKeysCollection;
|
|
1464
|
-
private
|
|
1465
|
-
private
|
|
1466
|
-
|
|
1467
|
-
private
|
|
1635
|
+
private xe;
|
|
1636
|
+
private hc;
|
|
1637
|
+
i2: boolean;
|
|
1638
|
+
private hg;
|
|
1468
1639
|
isGroupByAreaVisible: boolean;
|
|
1469
|
-
private
|
|
1470
|
-
|
|
1471
|
-
private
|
|
1472
|
-
|
|
1473
|
-
private
|
|
1474
|
-
|
|
1475
|
-
private
|
|
1476
|
-
|
|
1477
|
-
private
|
|
1478
|
-
|
|
1479
|
-
private
|
|
1480
|
-
|
|
1481
|
-
private
|
|
1482
|
-
|
|
1483
|
-
private
|
|
1484
|
-
|
|
1485
|
-
private
|
|
1486
|
-
|
|
1487
|
-
private
|
|
1488
|
-
|
|
1489
|
-
private
|
|
1490
|
-
|
|
1491
|
-
private
|
|
1492
|
-
|
|
1493
|
-
private
|
|
1494
|
-
|
|
1640
|
+
private hl;
|
|
1641
|
+
jd: boolean;
|
|
1642
|
+
private hm;
|
|
1643
|
+
je: boolean;
|
|
1644
|
+
private xy;
|
|
1645
|
+
yw: Brush;
|
|
1646
|
+
private yj;
|
|
1647
|
+
zh: Brush;
|
|
1648
|
+
private ym;
|
|
1649
|
+
zk: Brush;
|
|
1650
|
+
private yq;
|
|
1651
|
+
zo: Brush;
|
|
1652
|
+
private lj;
|
|
1653
|
+
lu: number;
|
|
1654
|
+
private gf;
|
|
1655
|
+
gn: FontInfo;
|
|
1656
|
+
private lf;
|
|
1657
|
+
lt: number;
|
|
1658
|
+
private x3;
|
|
1659
|
+
y1: Brush;
|
|
1660
|
+
private yl;
|
|
1661
|
+
zj: Brush;
|
|
1662
|
+
private yb;
|
|
1663
|
+
y9: Brush;
|
|
1664
|
+
private ya;
|
|
1665
|
+
y8: Brush;
|
|
1495
1666
|
private dc;
|
|
1496
1667
|
private db;
|
|
1497
1668
|
dd: GridCellPosition;
|
|
1498
|
-
private
|
|
1499
|
-
|
|
1500
|
-
private
|
|
1501
|
-
|
|
1502
|
-
private
|
|
1503
|
-
|
|
1504
|
-
private
|
|
1505
|
-
|
|
1506
|
-
private
|
|
1507
|
-
|
|
1508
|
-
private
|
|
1509
|
-
|
|
1510
|
-
private
|
|
1511
|
-
|
|
1512
|
-
private gf;
|
|
1513
|
-
gn: FontInfo;
|
|
1514
|
-
private gg;
|
|
1515
|
-
go: FontInfo;
|
|
1516
|
-
private gi;
|
|
1517
|
-
gq: FontInfo;
|
|
1518
|
-
private xn;
|
|
1519
|
-
yl: Brush;
|
|
1669
|
+
private xx;
|
|
1670
|
+
yv: Brush;
|
|
1671
|
+
private xz;
|
|
1672
|
+
yx: Brush;
|
|
1673
|
+
private x8;
|
|
1674
|
+
y6: Brush;
|
|
1675
|
+
private fw;
|
|
1676
|
+
fx: SortIndicatorStyle;
|
|
1677
|
+
private ge;
|
|
1678
|
+
gm: FontInfo;
|
|
1679
|
+
private yi;
|
|
1680
|
+
zg: Brush;
|
|
1681
|
+
private yk;
|
|
1682
|
+
zi: Brush;
|
|
1520
1683
|
private gh;
|
|
1521
1684
|
gp: FontInfo;
|
|
1685
|
+
private gi;
|
|
1686
|
+
gq: FontInfo;
|
|
1687
|
+
private gk;
|
|
1688
|
+
gs: FontInfo;
|
|
1689
|
+
private yp;
|
|
1690
|
+
zn: Brush;
|
|
1522
1691
|
private gj;
|
|
1523
1692
|
gr: FontInfo;
|
|
1524
|
-
private
|
|
1525
|
-
|
|
1526
|
-
private
|
|
1527
|
-
|
|
1528
|
-
private
|
|
1529
|
-
|
|
1530
|
-
private
|
|
1531
|
-
|
|
1532
|
-
private
|
|
1533
|
-
|
|
1534
|
-
private
|
|
1535
|
-
|
|
1536
|
-
private
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
private
|
|
1542
|
-
|
|
1543
|
-
private
|
|
1544
|
-
|
|
1545
|
-
private
|
|
1546
|
-
|
|
1547
|
-
private
|
|
1548
|
-
|
|
1549
|
-
private
|
|
1550
|
-
|
|
1551
|
-
private
|
|
1552
|
-
|
|
1553
|
-
private
|
|
1554
|
-
|
|
1555
|
-
private
|
|
1556
|
-
|
|
1557
|
-
private
|
|
1558
|
-
|
|
1559
|
-
private
|
|
1560
|
-
|
|
1561
|
-
private
|
|
1562
|
-
|
|
1563
|
-
private
|
|
1564
|
-
|
|
1565
|
-
private
|
|
1566
|
-
|
|
1567
|
-
private
|
|
1568
|
-
|
|
1569
|
-
private
|
|
1570
|
-
|
|
1693
|
+
private gl;
|
|
1694
|
+
gt: FontInfo;
|
|
1695
|
+
private yt;
|
|
1696
|
+
zr: Brush;
|
|
1697
|
+
private yn;
|
|
1698
|
+
zl: Brush;
|
|
1699
|
+
private yr;
|
|
1700
|
+
zp: Brush;
|
|
1701
|
+
private yo;
|
|
1702
|
+
zm: Brush;
|
|
1703
|
+
private ys;
|
|
1704
|
+
zq: Brush;
|
|
1705
|
+
private mg;
|
|
1706
|
+
nn: number;
|
|
1707
|
+
private mb;
|
|
1708
|
+
nk: number;
|
|
1709
|
+
mv(a: number): number;
|
|
1710
|
+
private x7;
|
|
1711
|
+
y5: Brush;
|
|
1712
|
+
private x5;
|
|
1713
|
+
y3: Brush;
|
|
1714
|
+
private x9;
|
|
1715
|
+
y7: Brush;
|
|
1716
|
+
private gg;
|
|
1717
|
+
go: FontInfo;
|
|
1718
|
+
private ye;
|
|
1719
|
+
zc: Brush;
|
|
1720
|
+
private x6;
|
|
1721
|
+
y4: Brush;
|
|
1722
|
+
private yh;
|
|
1723
|
+
zf: Brush;
|
|
1724
|
+
private yf;
|
|
1725
|
+
zd: Brush;
|
|
1726
|
+
private yg;
|
|
1727
|
+
ze: Brush;
|
|
1728
|
+
private l7;
|
|
1729
|
+
my: number;
|
|
1730
|
+
private k9;
|
|
1731
|
+
lr: number;
|
|
1732
|
+
private l6;
|
|
1733
|
+
mw: number;
|
|
1734
|
+
private k8;
|
|
1735
|
+
lq: number;
|
|
1736
|
+
private x2;
|
|
1737
|
+
y0: Brush;
|
|
1738
|
+
private x0;
|
|
1739
|
+
yy: Brush;
|
|
1740
|
+
private h5;
|
|
1741
|
+
kk: boolean;
|
|
1571
1742
|
private bn;
|
|
1572
1743
|
bo: ColumnOptionsIconAlignment;
|
|
1573
|
-
private
|
|
1574
|
-
|
|
1744
|
+
private x1;
|
|
1745
|
+
yz: Brush;
|
|
1575
1746
|
private bp;
|
|
1576
1747
|
bq: ColumnOptionsIconBehavior;
|
|
1577
|
-
private
|
|
1748
|
+
private xw;
|
|
1578
1749
|
border: Brush;
|
|
1579
|
-
private
|
|
1580
|
-
|
|
1581
|
-
private
|
|
1582
|
-
|
|
1583
|
-
private
|
|
1584
|
-
|
|
1585
|
-
private
|
|
1586
|
-
|
|
1587
|
-
private
|
|
1588
|
-
|
|
1589
|
-
private
|
|
1590
|
-
|
|
1591
|
-
private
|
|
1592
|
-
|
|
1593
|
-
private
|
|
1594
|
-
|
|
1595
|
-
private
|
|
1750
|
+
private zx;
|
|
1751
|
+
z3: Thickness;
|
|
1752
|
+
private zv;
|
|
1753
|
+
z0: Thickness;
|
|
1754
|
+
private zw;
|
|
1755
|
+
z1: Thickness;
|
|
1756
|
+
private hy;
|
|
1757
|
+
jw: boolean;
|
|
1758
|
+
private xr;
|
|
1759
|
+
xv: CornerRadius;
|
|
1760
|
+
private xq;
|
|
1761
|
+
xu: CornerRadius;
|
|
1762
|
+
private xp;
|
|
1763
|
+
xs: CornerRadius;
|
|
1764
|
+
private hb;
|
|
1765
|
+
it: boolean;
|
|
1766
|
+
private gu;
|
|
1596
1767
|
platformPixelConverter: IPlatformPixelConverter;
|
|
1597
1768
|
private es;
|
|
1598
1769
|
renderingEngine: ICellRenderingEngine;
|
|
1599
|
-
private
|
|
1600
|
-
private
|
|
1601
|
-
readonly
|
|
1602
|
-
private
|
|
1770
|
+
private vr;
|
|
1771
|
+
private fg;
|
|
1772
|
+
readonly fh: ResponsiveStatesCollection;
|
|
1773
|
+
private ga;
|
|
1603
1774
|
model: VisualModel;
|
|
1604
|
-
readonly
|
|
1775
|
+
readonly zt: Rect;
|
|
1605
1776
|
private b7;
|
|
1606
1777
|
private ba;
|
|
1607
1778
|
private s;
|
|
@@ -1613,41 +1784,42 @@ export declare class Grid extends Base implements INotifyPropertyChanged {
|
|
|
1613
1784
|
summaryDescriptionsChanged: (sender: any, args: GridSummaryDescriptionsChangedEventArgs) => void;
|
|
1614
1785
|
columnHiddenChanged: (sender: any, args: ColumnHiddenChangedEventArgs) => void;
|
|
1615
1786
|
columnPinnedChanged: (sender: any, args: ColumnPinnedChangedEventArgs) => void;
|
|
1616
|
-
private
|
|
1787
|
+
private u0;
|
|
1617
1788
|
cellValueChanging: (sender: any, args: GridCellValueChangingEventArgs) => void;
|
|
1618
1789
|
dataCommitted: (sender: any, e: GridDataCommittedEventArgs) => void;
|
|
1619
1790
|
dataCommitting: (sender: any, e: GridDataCommittingEventArgs) => void;
|
|
1620
1791
|
readonly t: FilterExpressionCollection;
|
|
1621
1792
|
readonly cb: ColumnSummaryDescriptionCollection;
|
|
1622
|
-
private
|
|
1623
|
-
private
|
|
1624
|
-
|
|
1625
|
-
private
|
|
1626
|
-
private
|
|
1627
|
-
|
|
1628
|
-
private
|
|
1793
|
+
private h7;
|
|
1794
|
+
private f6;
|
|
1795
|
+
f7: SummaryScope;
|
|
1796
|
+
private hi;
|
|
1797
|
+
private hh;
|
|
1798
|
+
jb: boolean;
|
|
1799
|
+
private g6;
|
|
1629
1800
|
private eh;
|
|
1630
1801
|
ei: GroupHeaderDisplayMode;
|
|
1631
|
-
private
|
|
1632
|
-
private
|
|
1633
|
-
|
|
1634
|
-
private
|
|
1802
|
+
private hk;
|
|
1803
|
+
private hj;
|
|
1804
|
+
jc: boolean;
|
|
1805
|
+
private g7;
|
|
1635
1806
|
private ej;
|
|
1636
1807
|
ek: GroupSummaryDisplayMode;
|
|
1637
|
-
private
|
|
1638
|
-
|
|
1808
|
+
private g1;
|
|
1809
|
+
id: boolean;
|
|
1639
1810
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1811
|
+
postPropertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
1812
|
+
protected vp(a: string, b: any, c: any): void;
|
|
1813
|
+
wq(): void;
|
|
1814
|
+
wg(): void;
|
|
1815
|
+
wh(): void;
|
|
1644
1816
|
calculateCompleted: (sender: any, e: any) => void;
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
private
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1817
|
+
t9(): void;
|
|
1818
|
+
tn(): void;
|
|
1819
|
+
private h3;
|
|
1820
|
+
ke: boolean;
|
|
1821
|
+
wf(): void;
|
|
1822
|
+
tm(): void;
|
|
1651
1823
|
private w;
|
|
1652
1824
|
private u;
|
|
1653
1825
|
actualDataSource: IDataSource;
|
|
@@ -1655,33 +1827,33 @@ export declare class Grid extends Base implements INotifyPropertyChanged {
|
|
|
1655
1827
|
l: string[];
|
|
1656
1828
|
private a;
|
|
1657
1829
|
e: string[];
|
|
1658
|
-
private
|
|
1659
|
-
|
|
1660
|
-
protected
|
|
1661
|
-
private
|
|
1662
|
-
private
|
|
1663
|
-
private
|
|
1830
|
+
private gz;
|
|
1831
|
+
ic: boolean;
|
|
1832
|
+
protected wb(a: string, b: any, c: any): void;
|
|
1833
|
+
private xg;
|
|
1834
|
+
private xt;
|
|
1835
|
+
private z2;
|
|
1664
1836
|
syncBorder(): void;
|
|
1665
|
-
private
|
|
1837
|
+
private u9;
|
|
1666
1838
|
private m;
|
|
1667
1839
|
private n;
|
|
1668
1840
|
private h;
|
|
1669
|
-
private
|
|
1670
|
-
private
|
|
1671
|
-
private
|
|
1672
|
-
private
|
|
1673
|
-
private
|
|
1674
|
-
private
|
|
1675
|
-
private
|
|
1676
|
-
private
|
|
1677
|
-
private
|
|
1678
|
-
|
|
1841
|
+
private tb;
|
|
1842
|
+
private wt;
|
|
1843
|
+
private tp;
|
|
1844
|
+
private tq;
|
|
1845
|
+
private wu;
|
|
1846
|
+
private tr;
|
|
1847
|
+
private te;
|
|
1848
|
+
private td;
|
|
1849
|
+
private u8;
|
|
1850
|
+
t3(): void;
|
|
1679
1851
|
sizeChanged: (sender: any, e: GridSizeChangedEventArgs) => void;
|
|
1680
1852
|
onSizeChanged(a: number, b: number): void;
|
|
1681
1853
|
viewportChanged: (sender: any, e: GridViewportChangedEventArgs) => void;
|
|
1682
|
-
private
|
|
1683
|
-
private
|
|
1684
|
-
|
|
1854
|
+
private me;
|
|
1855
|
+
private mf;
|
|
1856
|
+
kq: boolean;
|
|
1685
1857
|
notifyScrollStart(): void;
|
|
1686
1858
|
notifyScrollStop(): void;
|
|
1687
1859
|
setViewport(a: number, b: number, c: number, d: number): void;
|
|
@@ -1689,237 +1861,259 @@ export declare class Grid extends Base implements INotifyPropertyChanged {
|
|
|
1689
1861
|
actualColumnsChanged: (sender: any, args: GridColumnsChangedEventArgs) => void;
|
|
1690
1862
|
private dh;
|
|
1691
1863
|
readonly columns: GridColumnCollection;
|
|
1692
|
-
|
|
1693
|
-
|
|
1864
|
+
vl(a: CellModel, b: any, c: any): void;
|
|
1865
|
+
vk(a: CellModel, b: any, c: any, d: string): void;
|
|
1694
1866
|
a4(a: CellPath): Column;
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
private
|
|
1698
|
-
private
|
|
1699
|
-
private
|
|
1700
|
-
private
|
|
1701
|
-
private
|
|
1702
|
-
private
|
|
1703
|
-
private
|
|
1704
|
-
private
|
|
1705
|
-
|
|
1706
|
-
private
|
|
1707
|
-
private
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
private
|
|
1867
|
+
ts(a: Column): void;
|
|
1868
|
+
tk(a: Column, b: Column): void;
|
|
1869
|
+
private sw;
|
|
1870
|
+
private hx;
|
|
1871
|
+
private u4;
|
|
1872
|
+
private u1;
|
|
1873
|
+
private uw;
|
|
1874
|
+
private s7;
|
|
1875
|
+
private vx;
|
|
1876
|
+
private ta;
|
|
1877
|
+
v8(a: Column, b: PinnedPositions): void;
|
|
1878
|
+
private ko;
|
|
1879
|
+
private kp;
|
|
1880
|
+
ty(a: number, b: number): void;
|
|
1881
|
+
tz(a: number): void;
|
|
1882
|
+
t0(a: number): void;
|
|
1883
|
+
ii(a: number): boolean;
|
|
1884
|
+
ij(a: number): boolean;
|
|
1885
|
+
private jv;
|
|
1714
1886
|
private a2;
|
|
1715
1887
|
private a1;
|
|
1716
|
-
private
|
|
1717
|
-
private
|
|
1718
|
-
private
|
|
1888
|
+
private ux;
|
|
1889
|
+
private s6;
|
|
1890
|
+
private xh;
|
|
1719
1891
|
private ce;
|
|
1720
|
-
|
|
1892
|
+
p1(a: CellPath, b: Grid, c: any, d: number): string;
|
|
1721
1893
|
ap(a: CellPath, b: string): CellModel;
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
private gw;
|
|
1726
|
-
vw(a: number): void;
|
|
1727
|
-
vv(a: number): void;
|
|
1728
|
-
j4(a: any): boolean;
|
|
1729
|
-
j5(a: any[]): boolean;
|
|
1730
|
-
vt(a: number): void;
|
|
1731
|
-
private vu;
|
|
1732
|
-
j7(a: Column): boolean;
|
|
1733
|
-
t5(a: number, b: number): void;
|
|
1734
|
-
private r3;
|
|
1735
|
-
private mn;
|
|
1736
|
-
private j3;
|
|
1737
|
-
mw(): number;
|
|
1738
|
-
mr(): number;
|
|
1739
|
-
mp(): number;
|
|
1740
|
-
mu(): number;
|
|
1741
|
-
u4(): void;
|
|
1742
|
-
io: boolean;
|
|
1743
|
-
i6: boolean;
|
|
1744
|
-
readonly jc: boolean;
|
|
1745
|
-
readonly jd: boolean;
|
|
1746
|
-
readonly ja: boolean;
|
|
1747
|
-
readonly jb: boolean;
|
|
1748
|
-
private j1;
|
|
1749
|
-
private j2;
|
|
1750
|
-
private kg;
|
|
1751
|
-
private kh;
|
|
1752
|
-
private ki;
|
|
1753
|
-
private kj;
|
|
1894
|
+
n0(): any;
|
|
1895
|
+
px(): string;
|
|
1896
|
+
fk(a: number): RowPath;
|
|
1754
1897
|
private gy;
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
private
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
private
|
|
1764
|
-
private
|
|
1765
|
-
private
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1898
|
+
wy(a: number): void;
|
|
1899
|
+
wx(a: number): void;
|
|
1900
|
+
ki(a: any): boolean;
|
|
1901
|
+
kj(a: any[]): boolean;
|
|
1902
|
+
wv(a: number): void;
|
|
1903
|
+
private ww;
|
|
1904
|
+
kl(a: Column): boolean;
|
|
1905
|
+
u7(a: number, b: number): void;
|
|
1906
|
+
private s5;
|
|
1907
|
+
private m3;
|
|
1908
|
+
private kh;
|
|
1909
|
+
nc(): number;
|
|
1910
|
+
m7(): number;
|
|
1911
|
+
m5(): number;
|
|
1912
|
+
na(): number;
|
|
1913
|
+
v6(): void;
|
|
1914
|
+
iw: boolean;
|
|
1915
|
+
jf: boolean;
|
|
1916
|
+
readonly jm: boolean;
|
|
1917
|
+
readonly jn: boolean;
|
|
1918
|
+
readonly jk: boolean;
|
|
1919
|
+
readonly jl: boolean;
|
|
1920
|
+
private kf;
|
|
1921
|
+
private kg;
|
|
1922
|
+
private ku;
|
|
1923
|
+
private kv;
|
|
1924
|
+
private kw;
|
|
1925
|
+
private kx;
|
|
1926
|
+
private g0;
|
|
1927
|
+
s1(): void;
|
|
1928
|
+
tj(): void;
|
|
1929
|
+
vv(a: any, b: PrimaryKeyValue): void;
|
|
1930
|
+
vw(a: any, b: PrimaryKeyValue): void;
|
|
1931
|
+
v2(a: number, b: any, c: PrimaryKeyValue): void;
|
|
1932
|
+
private ia;
|
|
1933
|
+
ua(a: number, b: number, c: string): void;
|
|
1934
|
+
ud(a: number, b: string): void;
|
|
1935
|
+
private ub;
|
|
1769
1936
|
private mo;
|
|
1770
|
-
private
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1937
|
+
private mp;
|
|
1938
|
+
jx(a: boolean, b: boolean): boolean;
|
|
1939
|
+
jy(a: boolean, b: boolean): boolean;
|
|
1940
|
+
private m9;
|
|
1941
|
+
private m4;
|
|
1942
|
+
private ne;
|
|
1943
|
+
private nd;
|
|
1944
|
+
private m2;
|
|
1945
|
+
s2(a: number, b: number, c: boolean, d?: boolean): void;
|
|
1946
|
+
j2(a: boolean, b: boolean): boolean;
|
|
1947
|
+
j4(a: boolean, b: boolean): boolean;
|
|
1948
|
+
j5(a: boolean, b: boolean): boolean;
|
|
1949
|
+
j6(a: boolean, b: boolean): boolean;
|
|
1950
|
+
j7(a: boolean, b: boolean): boolean;
|
|
1951
|
+
j9(a: boolean, b: boolean): boolean;
|
|
1952
|
+
v7(): void;
|
|
1953
|
+
ka(a: boolean, b: boolean): boolean;
|
|
1954
|
+
jz(a: boolean, b: boolean): boolean;
|
|
1955
|
+
j0(): boolean;
|
|
1956
|
+
j1(): boolean;
|
|
1957
|
+
j8(a: boolean, b: boolean): boolean;
|
|
1786
1958
|
at: CellPath;
|
|
1787
1959
|
au: CellPath;
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1960
|
+
ks(): boolean;
|
|
1961
|
+
kn(a: CellModel): boolean;
|
|
1962
|
+
ip(a: boolean, b?: boolean): boolean;
|
|
1963
|
+
ti(a: boolean): void;
|
|
1964
|
+
up(a: PrimaryKeyValue, b: number): void;
|
|
1965
|
+
uq(a: PrimaryKeyValue, b: number): void;
|
|
1794
1966
|
columnsAutoGenerated: (sender: any, args: GridColumnsAutoGeneratedEventArgs) => void;
|
|
1795
1967
|
selectedItemsChanged: (sender: any, args: GridSelectedItemsChangedEventArgs) => void;
|
|
1796
1968
|
selectedKeysChanged: (sender: any, args: GridSelectedKeysChangedEventArgs) => void;
|
|
1797
1969
|
selectedCellsChanged: (sender: any, args: GridSelectedCellsChangedEventArgs) => void;
|
|
1798
1970
|
selectionChanged: (sender: any, args: GridSelectionChangedEventArgs) => void;
|
|
1799
|
-
private
|
|
1800
|
-
private
|
|
1971
|
+
private h4;
|
|
1972
|
+
private v3;
|
|
1801
1973
|
activeCellChanged: (sender: any, args: GridActiveCellChangedEventArgs) => void;
|
|
1802
1974
|
selectedCellRangesChanged: (sender: any, args: GridSelectedCellRangesChangedEventArgs) => void;
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
private
|
|
1810
|
-
private
|
|
1811
|
-
private
|
|
1812
|
-
private
|
|
1975
|
+
xm(a: List$1<any>, b: List$1<PrimaryKeyValue>, c: List$1<any>, d: List$1<PrimaryKeyValue>): void;
|
|
1976
|
+
sz(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
|
|
1977
|
+
s0(a: any, b: PrimaryKeyValue): void;
|
|
1978
|
+
xl(a: number, b: any, c: PrimaryKeyValue): void;
|
|
1979
|
+
wo(a: List$1<any>, b: List$1<PrimaryKeyValue>): void;
|
|
1980
|
+
wp(a: any, b: PrimaryKeyValue): void;
|
|
1981
|
+
private vz;
|
|
1982
|
+
private v0;
|
|
1983
|
+
private vy;
|
|
1984
|
+
private v1;
|
|
1813
1985
|
private ax;
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
private
|
|
1819
|
-
|
|
1820
|
-
private
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
private
|
|
1824
|
-
private
|
|
1825
|
-
private
|
|
1826
|
-
private
|
|
1827
|
-
private
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1986
|
+
sy(a: number, b: number, c: number, d: number): void;
|
|
1987
|
+
sx(a: CellRange): void;
|
|
1988
|
+
wl(a: CellRange): void;
|
|
1989
|
+
wk(): void;
|
|
1990
|
+
private t1;
|
|
1991
|
+
v4(a: number, b: any, c: any): void;
|
|
1992
|
+
private tt;
|
|
1993
|
+
ur(): void;
|
|
1994
|
+
tw(): void;
|
|
1995
|
+
private tu;
|
|
1996
|
+
private m6;
|
|
1997
|
+
private nb;
|
|
1998
|
+
private tv;
|
|
1999
|
+
private ha;
|
|
2000
|
+
wc(): void;
|
|
2001
|
+
vj(a: number, b: any): void;
|
|
2002
|
+
vq(a: number, b: any): void;
|
|
2003
|
+
w6(a: string): void;
|
|
2004
|
+
w7(a: ResponsiveState): void;
|
|
2005
|
+
t8(a: number, b: any, c: any): void;
|
|
2006
|
+
t2(): void;
|
|
2007
|
+
t4(a: number, b: any): void;
|
|
2008
|
+
t5(a: number, b: any): void;
|
|
2009
|
+
m0(a: any): number;
|
|
2010
|
+
m1(a: any[]): number;
|
|
1839
2011
|
i(): string[];
|
|
1840
|
-
|
|
1841
|
-
|
|
2012
|
+
n3(a: CellKey): any;
|
|
2013
|
+
n4(a: number, b: number): any;
|
|
1842
2014
|
a3(a: number): Column;
|
|
1843
2015
|
j(): ISummaryResult[];
|
|
1844
2016
|
k(a: number): ISummaryResult[][];
|
|
1845
|
-
private
|
|
1846
|
-
|
|
1847
|
-
private
|
|
1848
|
-
|
|
1849
|
-
private
|
|
1850
|
-
|
|
2017
|
+
private h2;
|
|
2018
|
+
kd: boolean;
|
|
2019
|
+
private h1;
|
|
2020
|
+
kc: boolean;
|
|
2021
|
+
private h0;
|
|
2022
|
+
kb: boolean;
|
|
1851
2023
|
x(a: Column): IFilterExpression;
|
|
1852
|
-
|
|
1853
|
-
private
|
|
1854
|
-
private
|
|
2024
|
+
kt(a: CellModel, b: number, c: any, d: any, e: any): boolean;
|
|
2025
|
+
private xn;
|
|
2026
|
+
private nz;
|
|
1855
2027
|
columnWidthChanged: (sender: any, args: GridColumnWidthChangedEventArgs) => void;
|
|
1856
|
-
private
|
|
2028
|
+
private u5;
|
|
1857
2029
|
cellEditStarted: (sender: any, args: GridCellEditStartedEventArgs) => void;
|
|
1858
|
-
private
|
|
2030
|
+
private ug;
|
|
1859
2031
|
cellEditEnded: (sender: any, args: GridCellEditEndedEventArgs) => void;
|
|
1860
|
-
private
|
|
2032
|
+
private uf;
|
|
1861
2033
|
rowEditStarted: (sender: any, args: GridRowEditStartedEventArgs) => void;
|
|
1862
|
-
private
|
|
2034
|
+
private vt;
|
|
1863
2035
|
rowEditEnded: (sender: any, args: GridRowEditEndedEventArgs) => void;
|
|
1864
|
-
private
|
|
1865
|
-
|
|
1866
|
-
readonly
|
|
1867
|
-
readonly
|
|
1868
|
-
readonly
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
private
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
2036
|
+
private vs;
|
|
2037
|
+
i8(): boolean;
|
|
2038
|
+
readonly il: boolean;
|
|
2039
|
+
readonly ik: boolean;
|
|
2040
|
+
readonly ih: boolean;
|
|
2041
|
+
tc(): void;
|
|
2042
|
+
s3(): void;
|
|
2043
|
+
su(a: number): void;
|
|
2044
|
+
wi(a: number): void;
|
|
2045
|
+
xf(): void;
|
|
2046
|
+
we(): void;
|
|
2047
|
+
xk(a: any[], b: string, c: any): void;
|
|
2048
|
+
wn(a: any[]): void;
|
|
2049
|
+
wm(a: any): void;
|
|
2050
|
+
private hz;
|
|
2051
|
+
sv(a: number): void;
|
|
2052
|
+
wj(a: number): void;
|
|
2053
|
+
w8(a: number, b: string): void;
|
|
2054
|
+
xb(): void;
|
|
2055
|
+
th(a: boolean): void;
|
|
1884
2056
|
private co;
|
|
1885
2057
|
cp: EnterKeyBehaviors;
|
|
1886
2058
|
private cm;
|
|
1887
2059
|
cn: EnterKeyBehaviorAfterEdit;
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
private
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
private
|
|
1894
|
-
|
|
1895
|
-
private
|
|
1896
|
-
|
|
1897
|
-
private
|
|
1898
|
-
|
|
1899
|
-
private
|
|
1900
|
-
|
|
2060
|
+
wz(): void;
|
|
2061
|
+
tf(): void;
|
|
2062
|
+
private hn;
|
|
2063
|
+
jh: boolean;
|
|
2064
|
+
j3(a: Key, b: boolean, c: boolean): boolean;
|
|
2065
|
+
private kr;
|
|
2066
|
+
km(): boolean;
|
|
2067
|
+
private he;
|
|
2068
|
+
i4: boolean;
|
|
2069
|
+
private hd;
|
|
2070
|
+
i3: boolean;
|
|
2071
|
+
private e8;
|
|
2072
|
+
e9: MergedCellMode;
|
|
2073
|
+
private e6;
|
|
2074
|
+
e7: MergedCellEvaluationCriteria;
|
|
1901
2075
|
private ai;
|
|
1902
2076
|
aj: CellContentVerticalAlignment;
|
|
1903
|
-
|
|
1904
|
-
private
|
|
1905
|
-
private
|
|
1906
|
-
|
|
2077
|
+
rp(): string;
|
|
2078
|
+
private fp;
|
|
2079
|
+
private k0;
|
|
2080
|
+
tx(a: string): void;
|
|
1907
2081
|
private q;
|
|
1908
2082
|
private r;
|
|
1909
|
-
|
|
2083
|
+
m8(a: CellPath): number;
|
|
1910
2084
|
private cv;
|
|
1911
2085
|
cw: FilterUIType;
|
|
1912
2086
|
private cs;
|
|
1913
2087
|
ct: FilterLogicalOperator;
|
|
1914
2088
|
private cq;
|
|
1915
2089
|
cr: FilterComparisonType;
|
|
1916
|
-
|
|
1917
|
-
private
|
|
1918
|
-
|
|
1919
|
-
private
|
|
1920
|
-
|
|
2090
|
+
i9(): boolean;
|
|
2091
|
+
private k3;
|
|
2092
|
+
k4: Date;
|
|
2093
|
+
private g3;
|
|
2094
|
+
im: boolean;
|
|
1921
2095
|
customFilterRequested: (sender: any, args: GridCustomFilterRequestedEventArgs) => void;
|
|
1922
|
-
|
|
2096
|
+
u6(a: Column, b: FilterOperand, c: any): void;
|
|
2097
|
+
private ho;
|
|
2098
|
+
isPagerVisible: boolean;
|
|
2099
|
+
private mc;
|
|
2100
|
+
nl: number;
|
|
2101
|
+
private ht;
|
|
2102
|
+
isToolbarVisible: boolean;
|
|
2103
|
+
private hr;
|
|
2104
|
+
jr: boolean;
|
|
2105
|
+
private hs;
|
|
2106
|
+
js: boolean;
|
|
2107
|
+
private n9;
|
|
2108
|
+
ss: string;
|
|
2109
|
+
private n5;
|
|
2110
|
+
sk: string;
|
|
2111
|
+
private n6;
|
|
2112
|
+
sm: string;
|
|
2113
|
+
private n7;
|
|
2114
|
+
so: string;
|
|
2115
|
+
private n8;
|
|
2116
|
+
sq: string;
|
|
1923
2117
|
}
|
|
1924
2118
|
/**
|
|
1925
2119
|
* @hidden
|
|
@@ -2298,121 +2492,125 @@ export declare abstract class DefinitionBase extends Base implements INotifyProp
|
|
|
2298
2492
|
export declare abstract class Column extends DefinitionBase {
|
|
2299
2493
|
static $t: Type;
|
|
2300
2494
|
constructor();
|
|
2301
|
-
protected
|
|
2302
|
-
protected
|
|
2303
|
-
private static
|
|
2304
|
-
|
|
2495
|
+
protected lg(): Brush;
|
|
2496
|
+
protected lf(): Brush;
|
|
2497
|
+
private static h4;
|
|
2498
|
+
h5: number;
|
|
2305
2499
|
private ff;
|
|
2306
2500
|
fg: ColumnStates;
|
|
2501
|
+
private hq;
|
|
2502
|
+
h1: number;
|
|
2503
|
+
private hs;
|
|
2504
|
+
h3: number;
|
|
2505
|
+
private hr;
|
|
2506
|
+
h2: number;
|
|
2507
|
+
private hp;
|
|
2508
|
+
h0: number;
|
|
2509
|
+
private id;
|
|
2510
|
+
jy: string;
|
|
2511
|
+
private hn;
|
|
2512
|
+
hy: number;
|
|
2307
2513
|
private hm;
|
|
2308
2514
|
hx: number;
|
|
2309
2515
|
private ho;
|
|
2310
2516
|
hz: number;
|
|
2311
|
-
private hn;
|
|
2312
|
-
hy: number;
|
|
2313
|
-
private hl;
|
|
2314
|
-
hw: number;
|
|
2315
|
-
private h9;
|
|
2316
|
-
js: string;
|
|
2317
|
-
private hj;
|
|
2318
|
-
hu: number;
|
|
2319
|
-
private hi;
|
|
2320
|
-
ht: number;
|
|
2321
|
-
private hk;
|
|
2322
|
-
hv: number;
|
|
2323
2517
|
private f2;
|
|
2324
2518
|
f4: PinnedPositions;
|
|
2325
|
-
private
|
|
2326
|
-
|
|
2327
|
-
private
|
|
2328
|
-
|
|
2329
|
-
private
|
|
2330
|
-
|
|
2331
|
-
private
|
|
2519
|
+
private ib;
|
|
2520
|
+
i7: string;
|
|
2521
|
+
private ic;
|
|
2522
|
+
je: string;
|
|
2523
|
+
private h9;
|
|
2524
|
+
il: string;
|
|
2525
|
+
private k7;
|
|
2526
|
+
lj: Brush;
|
|
2527
|
+
private k2;
|
|
2332
2528
|
lc: Brush;
|
|
2333
|
-
private
|
|
2334
|
-
|
|
2335
|
-
private
|
|
2529
|
+
private k5;
|
|
2530
|
+
lh: Brush;
|
|
2531
|
+
private k0;
|
|
2336
2532
|
la: Brush;
|
|
2337
|
-
private
|
|
2338
|
-
|
|
2339
|
-
private
|
|
2533
|
+
private k6;
|
|
2534
|
+
li: Brush;
|
|
2535
|
+
private k1;
|
|
2340
2536
|
lb: Brush;
|
|
2341
|
-
private ku;
|
|
2342
|
-
k4: Brush;
|
|
2343
2537
|
private fq;
|
|
2344
2538
|
fr: GridColumnAnimationSettings;
|
|
2345
2539
|
private fh;
|
|
2346
2540
|
width: ColumnWidth;
|
|
2347
|
-
private
|
|
2348
|
-
|
|
2349
|
-
private
|
|
2350
|
-
|
|
2351
|
-
private
|
|
2352
|
-
|
|
2353
|
-
private
|
|
2354
|
-
|
|
2541
|
+
private he;
|
|
2542
|
+
hh: number;
|
|
2543
|
+
private gn;
|
|
2544
|
+
g5: boolean;
|
|
2545
|
+
private gh;
|
|
2546
|
+
gz: boolean;
|
|
2547
|
+
private gq;
|
|
2548
|
+
g8: boolean;
|
|
2355
2549
|
private en;
|
|
2356
2550
|
eo: ColumnFilterCondition;
|
|
2357
2551
|
private ep;
|
|
2358
2552
|
eq: IFilterExpression;
|
|
2359
2553
|
private fu;
|
|
2360
2554
|
header: Header;
|
|
2361
|
-
private gk;
|
|
2362
|
-
g0: boolean;
|
|
2363
|
-
private gn;
|
|
2364
|
-
g3: boolean;
|
|
2365
2555
|
private gm;
|
|
2366
|
-
|
|
2556
|
+
g4: boolean;
|
|
2367
2557
|
private gp;
|
|
2558
|
+
g7: boolean;
|
|
2559
|
+
private go;
|
|
2368
2560
|
g6: boolean;
|
|
2561
|
+
private gr;
|
|
2562
|
+
ha: boolean;
|
|
2369
2563
|
private fd;
|
|
2370
2564
|
fe: ColumnSortDirection;
|
|
2371
2565
|
private f3;
|
|
2372
2566
|
f5: PinnedPositions;
|
|
2373
|
-
private
|
|
2374
|
-
|
|
2375
|
-
readonly
|
|
2567
|
+
private gg;
|
|
2568
|
+
gy: boolean;
|
|
2569
|
+
readonly gv: boolean;
|
|
2376
2570
|
private e3;
|
|
2377
2571
|
e5: ColumnOptionsIconAlignment;
|
|
2378
2572
|
private e4;
|
|
2379
2573
|
e6: ColumnOptionsIconAlignment;
|
|
2380
|
-
private
|
|
2381
|
-
|
|
2382
|
-
private
|
|
2383
|
-
|
|
2574
|
+
private ky;
|
|
2575
|
+
k8: Brush;
|
|
2576
|
+
private k3;
|
|
2577
|
+
ld: Brush;
|
|
2384
2578
|
private e8;
|
|
2385
2579
|
fa: ColumnOptionsIconBehavior;
|
|
2386
2580
|
private e7;
|
|
2387
2581
|
e9: ColumnOptionsIconBehavior;
|
|
2388
2582
|
private gc;
|
|
2389
|
-
|
|
2390
|
-
private gh;
|
|
2391
|
-
gx: boolean;
|
|
2392
|
-
private gd;
|
|
2393
|
-
gr: boolean;
|
|
2583
|
+
gs: boolean;
|
|
2394
2584
|
private gi;
|
|
2395
|
-
|
|
2585
|
+
g0: boolean;
|
|
2586
|
+
private ge;
|
|
2587
|
+
gu: boolean;
|
|
2588
|
+
private gk;
|
|
2589
|
+
g2: boolean;
|
|
2590
|
+
private gd;
|
|
2591
|
+
gt: boolean;
|
|
2396
2592
|
private gj;
|
|
2397
|
-
|
|
2398
|
-
private
|
|
2399
|
-
|
|
2400
|
-
private
|
|
2401
|
-
|
|
2402
|
-
private
|
|
2403
|
-
|
|
2404
|
-
private
|
|
2405
|
-
|
|
2593
|
+
g1: boolean;
|
|
2594
|
+
private gl;
|
|
2595
|
+
g3: boolean;
|
|
2596
|
+
private k4;
|
|
2597
|
+
le: Brush;
|
|
2598
|
+
private kz;
|
|
2599
|
+
k9: Brush;
|
|
2600
|
+
private hd;
|
|
2601
|
+
hg: number;
|
|
2602
|
+
private hc;
|
|
2603
|
+
hf: number;
|
|
2406
2604
|
private f9;
|
|
2407
2605
|
textEditStyle: FontInfo;
|
|
2408
2606
|
private f8;
|
|
2409
2607
|
ga: FontInfo;
|
|
2410
2608
|
private fj;
|
|
2411
2609
|
fk: EditorType;
|
|
2412
|
-
private h2;
|
|
2413
|
-
h3: any;
|
|
2414
2610
|
private h6;
|
|
2415
|
-
|
|
2611
|
+
h7: any;
|
|
2612
|
+
private ia;
|
|
2613
|
+
i3: string;
|
|
2416
2614
|
private el;
|
|
2417
2615
|
em: string[];
|
|
2418
2616
|
private fz;
|
|
@@ -2423,24 +2621,24 @@ export declare abstract class Column extends DefinitionBase {
|
|
|
2423
2621
|
ex: CellContentVerticalAlignment;
|
|
2424
2622
|
private et;
|
|
2425
2623
|
ev: CellContentVerticalAlignment;
|
|
2426
|
-
private
|
|
2427
|
-
|
|
2428
|
-
private
|
|
2429
|
-
|
|
2430
|
-
private
|
|
2431
|
-
|
|
2432
|
-
private
|
|
2433
|
-
|
|
2624
|
+
private hj;
|
|
2625
|
+
hu: number;
|
|
2626
|
+
private hl;
|
|
2627
|
+
hw: number;
|
|
2628
|
+
private hk;
|
|
2629
|
+
hv: number;
|
|
2630
|
+
private hi;
|
|
2631
|
+
ht: number;
|
|
2434
2632
|
private fl;
|
|
2435
2633
|
fm: FilterComparisonType;
|
|
2436
2634
|
fo(a: FilterComparisonType): FilterComparisonType;
|
|
2437
2635
|
fn(): FilterComparisonType;
|
|
2438
2636
|
private fs;
|
|
2439
2637
|
readonly ft: GridFilterOperandsCollection;
|
|
2440
|
-
private
|
|
2638
|
+
private kc;
|
|
2441
2639
|
f0(): MergedCellMode;
|
|
2442
2640
|
fx(): MergedCellEvaluationCriteria;
|
|
2443
|
-
|
|
2641
|
+
g9(): boolean;
|
|
2444
2642
|
protected ed(): Brush;
|
|
2445
2643
|
protected ef(): Brush;
|
|
2446
2644
|
cy(a: CellModel, b: Grid, c: any, d: any): void;
|
|
@@ -2449,51 +2647,52 @@ export declare abstract class Column extends DefinitionBase {
|
|
|
2449
2647
|
protected ey(): CellContentVerticalAlignment;
|
|
2450
2648
|
protected es(): CellContentHorizontalAlignment;
|
|
2451
2649
|
protected ew(): CellContentVerticalAlignment;
|
|
2452
|
-
private
|
|
2453
|
-
private
|
|
2650
|
+
private ku;
|
|
2651
|
+
private kg;
|
|
2454
2652
|
protected cz(a: Grid, b: Grid): void;
|
|
2455
2653
|
protected c1(a: any, b: PropertyChangedEventArgs): void;
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2654
|
+
kv(): void;
|
|
2655
|
+
kw(): void;
|
|
2656
|
+
kx(): void;
|
|
2459
2657
|
protected c8(): void;
|
|
2460
2658
|
protected df(): void;
|
|
2461
2659
|
protected dg(): void;
|
|
2462
2660
|
protected dd(): void;
|
|
2463
|
-
protected
|
|
2464
|
-
protected
|
|
2465
|
-
protected
|
|
2661
|
+
protected kr(): void;
|
|
2662
|
+
protected kt(): void;
|
|
2663
|
+
protected ks(): void;
|
|
2466
2664
|
protected dc(): void;
|
|
2467
2665
|
protected de(): void;
|
|
2468
2666
|
protected db(): void;
|
|
2469
|
-
protected
|
|
2470
|
-
protected
|
|
2471
|
-
protected
|
|
2472
|
-
protected
|
|
2473
|
-
protected
|
|
2667
|
+
protected kl(): void;
|
|
2668
|
+
protected kp(): void;
|
|
2669
|
+
protected ko(): void;
|
|
2670
|
+
protected km(): void;
|
|
2671
|
+
protected kq(): void;
|
|
2672
|
+
protected kn(): void;
|
|
2474
2673
|
columnCellsPropertyUpdating: (column: Column, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
2475
2674
|
columnHeaderCellsPropertyUpdating: (column: Column, propertyName: string, propertyAnimationType: CellPropertyAnimationType, oldValue: any, newValue: any) => void;
|
|
2476
|
-
protected
|
|
2675
|
+
protected kk(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
2477
2676
|
e2(): ColumnHidingAnimationMode;
|
|
2478
2677
|
fc(): ColumnShowingAnimationMode;
|
|
2479
2678
|
e1(): ColumnExchangingAnimationMode;
|
|
2480
2679
|
fb(): ColumnResizingAnimationMode;
|
|
2481
|
-
|
|
2680
|
+
jc(): string;
|
|
2482
2681
|
private f6;
|
|
2483
|
-
private
|
|
2484
|
-
|
|
2485
|
-
|
|
2682
|
+
private gf;
|
|
2683
|
+
kj(a: string, b: CellPropertyAnimationType, c: any): void;
|
|
2684
|
+
gx(): boolean;
|
|
2486
2685
|
readonly f7: FastIterationDictionary$2<string, any>;
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2686
|
+
gw(a: string): boolean;
|
|
2687
|
+
ki(a: string): void;
|
|
2688
|
+
h8(a: string): any;
|
|
2689
|
+
hb: List$1<LayoutAction>;
|
|
2690
|
+
kh(a: string): void;
|
|
2691
|
+
ke(a: ColumnComparisonConditionOperatorType, b: any): void;
|
|
2692
|
+
kd(a: string, b: number, c: any): void;
|
|
2494
2693
|
er(a: FilterOperand, b: any): IFilterExpression;
|
|
2495
2694
|
fp(a: string, b: number): FilterOperand;
|
|
2496
|
-
|
|
2695
|
+
kf(): void;
|
|
2497
2696
|
}
|
|
2498
2697
|
/**
|
|
2499
2698
|
* @hidden
|
|
@@ -2798,52 +2997,52 @@ export declare class ColumnMovingSeparator extends DefinitionBase {
|
|
|
2798
2997
|
export declare class ComboBoxColumn extends Column {
|
|
2799
2998
|
static $t: Type;
|
|
2800
2999
|
constructor();
|
|
2801
|
-
private
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
3000
|
+
private ll;
|
|
3001
|
+
lm: IDataSource;
|
|
3002
|
+
ln: any;
|
|
3003
|
+
lr: string;
|
|
3004
|
+
ls: string;
|
|
3005
|
+
lk: string[];
|
|
2807
3006
|
protected l(a: CellPath): CellModel;
|
|
2808
3007
|
protected cm(a: CellPath, b: Grid, c: any): string;
|
|
2809
3008
|
protected cz(a: Grid, b: Grid): void;
|
|
2810
3009
|
cy(a: CellModel, b: Grid, c: any, d: any): void;
|
|
2811
3010
|
cw(a: CellModel, b: Grid, c: any, d: any): void;
|
|
2812
3011
|
protected c3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
2813
|
-
private
|
|
2814
|
-
private
|
|
2815
|
-
private
|
|
2816
|
-
|
|
3012
|
+
private lt;
|
|
3013
|
+
private lu;
|
|
3014
|
+
private lp;
|
|
3015
|
+
lq(a: any): string;
|
|
2817
3016
|
}
|
|
2818
3017
|
/**
|
|
2819
3018
|
* @hidden
|
|
2820
3019
|
*/
|
|
2821
3020
|
export declare class DateTimeColumn extends Column {
|
|
2822
3021
|
static $t: Type;
|
|
2823
|
-
private lf;
|
|
2824
|
-
private lg;
|
|
2825
|
-
lh: DateTimeFormats;
|
|
2826
|
-
private lq;
|
|
2827
|
-
ly: string;
|
|
2828
|
-
private lp;
|
|
2829
|
-
ls: string;
|
|
2830
|
-
private ld;
|
|
2831
|
-
le: any[];
|
|
2832
3022
|
private lm;
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
3023
|
+
private ln;
|
|
3024
|
+
lo: DateTimeFormats;
|
|
3025
|
+
private lx;
|
|
3026
|
+
l5: string;
|
|
3027
|
+
private lw;
|
|
3028
|
+
lz: string;
|
|
3029
|
+
private lk;
|
|
3030
|
+
ll: any[];
|
|
3031
|
+
private lt;
|
|
3032
|
+
lv: any;
|
|
3033
|
+
private lq;
|
|
3034
|
+
lr: boolean;
|
|
3035
|
+
lp: EditorType;
|
|
3036
|
+
lu: any;
|
|
3037
|
+
l1: string;
|
|
3038
|
+
l2: string;
|
|
2840
3039
|
protected c3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
2841
3040
|
constructor();
|
|
2842
3041
|
protected l(a: CellPath): CellModel;
|
|
2843
3042
|
protected cm(a: CellPath, b: Grid, c: any): string;
|
|
2844
3043
|
cy(a: CellModel, b: Grid, c: any, d: any): void;
|
|
2845
3044
|
cw(a: CellModel, b: Grid, c: any, d: any): void;
|
|
2846
|
-
private
|
|
3045
|
+
private ls;
|
|
2847
3046
|
}
|
|
2848
3047
|
/**
|
|
2849
3048
|
* @hidden
|
|
@@ -2993,14 +3192,14 @@ export declare class HeaderSeparator extends DefinitionBase {
|
|
|
2993
3192
|
*/
|
|
2994
3193
|
export declare class ImageColumn extends Column {
|
|
2995
3194
|
static $t: Type;
|
|
2996
|
-
private
|
|
2997
|
-
|
|
2998
|
-
private
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3195
|
+
private ln;
|
|
3196
|
+
lo: ImageStretchOptions;
|
|
3197
|
+
private ll;
|
|
3198
|
+
lm: ImageResourceType;
|
|
3199
|
+
lk: EditorType;
|
|
3200
|
+
lp: any;
|
|
3201
|
+
lq: string;
|
|
3202
|
+
lr: string;
|
|
3004
3203
|
constructor();
|
|
3005
3204
|
protected i(): CellContentVerticalAlignment;
|
|
3006
3205
|
protected es(): CellContentHorizontalAlignment;
|
|
@@ -3010,7 +3209,7 @@ export declare class ImageColumn extends Column {
|
|
|
3010
3209
|
protected cm(a: CellPath, b: Grid, c: any): string;
|
|
3011
3210
|
cy(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3012
3211
|
cw(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3013
|
-
private
|
|
3212
|
+
private ls;
|
|
3014
3213
|
}
|
|
3015
3214
|
/**
|
|
3016
3215
|
* @hidden
|
|
@@ -3028,37 +3227,37 @@ export declare class NumericColumn extends Column {
|
|
|
3028
3227
|
static $t: Type;
|
|
3029
3228
|
constructor();
|
|
3030
3229
|
protected d(): CellContentHorizontalAlignment;
|
|
3031
|
-
private
|
|
3032
|
-
|
|
3033
|
-
private
|
|
3034
|
-
|
|
3035
|
-
private
|
|
3230
|
+
private l0;
|
|
3231
|
+
md: string;
|
|
3232
|
+
private l2;
|
|
3233
|
+
mh: string;
|
|
3234
|
+
private l1;
|
|
3235
|
+
mf: string;
|
|
3236
|
+
private l3;
|
|
3237
|
+
mj: string;
|
|
3238
|
+
private lq;
|
|
3239
|
+
lt: number;
|
|
3240
|
+
private lr;
|
|
3241
|
+
lu: number;
|
|
3242
|
+
private ls;
|
|
3243
|
+
lv: number;
|
|
3244
|
+
private ln;
|
|
3245
|
+
lo: boolean;
|
|
3246
|
+
private lz;
|
|
3036
3247
|
l8: string;
|
|
3037
|
-
private lw;
|
|
3038
|
-
mc: string;
|
|
3039
|
-
private lj;
|
|
3040
|
-
lm: number;
|
|
3041
3248
|
private lk;
|
|
3042
|
-
|
|
3043
|
-
private
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
private ld;
|
|
3050
|
-
le: any[];
|
|
3051
|
-
private lp;
|
|
3052
|
-
lr: any;
|
|
3053
|
-
lf: EditorType;
|
|
3054
|
-
lq: any;
|
|
3055
|
-
lx: string;
|
|
3056
|
-
ly: string;
|
|
3249
|
+
ll: any[];
|
|
3250
|
+
private lw;
|
|
3251
|
+
ly: any;
|
|
3252
|
+
lm: EditorType;
|
|
3253
|
+
lx: any;
|
|
3254
|
+
l4: string;
|
|
3255
|
+
l5: string;
|
|
3057
3256
|
protected l(a: CellPath): CellModel;
|
|
3058
3257
|
protected cm(a: CellPath, b: Grid, c: any): string;
|
|
3059
3258
|
cy(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3060
3259
|
cw(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3061
|
-
private
|
|
3260
|
+
private lp;
|
|
3062
3261
|
}
|
|
3063
3262
|
/**
|
|
3064
3263
|
* @hidden
|
|
@@ -3251,7 +3450,7 @@ export declare class TemplateColumn extends Column {
|
|
|
3251
3450
|
protected cm(a: CellPath, b: Grid, c: any): string;
|
|
3252
3451
|
cy(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3253
3452
|
cw(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3254
|
-
|
|
3453
|
+
ll(a: TemplateCellModel, b: any): void;
|
|
3255
3454
|
cellUpdating: (sender: any, args: TemplateCellUpdatingEventArgs) => void;
|
|
3256
3455
|
protected c3(a: string, b: CellPropertyAnimationType, c: any, d: any): void;
|
|
3257
3456
|
}
|
|
@@ -3270,16 +3469,16 @@ export declare class TemplateCellUpdatingEventArgs extends EventArgs {
|
|
|
3270
3469
|
*/
|
|
3271
3470
|
export declare class TextColumn extends Column {
|
|
3272
3471
|
static $t: Type;
|
|
3273
|
-
private
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3472
|
+
private lm;
|
|
3473
|
+
lq: string;
|
|
3474
|
+
lk: EditorType;
|
|
3475
|
+
ll: any;
|
|
3476
|
+
ln: string;
|
|
3477
|
+
lo: string;
|
|
3279
3478
|
protected l(a: CellPath): CellModel;
|
|
3280
3479
|
cy(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3281
3480
|
cw(a: CellModel, b: Grid, c: any, d: any): void;
|
|
3282
|
-
private
|
|
3481
|
+
private lp;
|
|
3283
3482
|
protected cm(a: CellPath, b: Grid, c: any): string;
|
|
3284
3483
|
}
|
|
3285
3484
|
/**
|
|
@@ -3838,83 +4037,81 @@ export declare class VisualModel extends Base {
|
|
|
3838
4037
|
absoluteWidth: number;
|
|
3839
4038
|
private _absoluteHeight;
|
|
3840
4039
|
absoluteHeight: number;
|
|
4040
|
+
ct: number;
|
|
4041
|
+
cw: number;
|
|
4042
|
+
cx: number;
|
|
3841
4043
|
cr: number;
|
|
3842
|
-
cu: number;
|
|
3843
|
-
cv: number;
|
|
3844
4044
|
cp: number;
|
|
3845
|
-
|
|
3846
|
-
co: number;
|
|
3847
|
-
cj: number;
|
|
3848
|
-
c1: number;
|
|
3849
|
-
c2: number;
|
|
3850
|
-
cb: number;
|
|
3851
|
-
cc: number;
|
|
4045
|
+
cq: number;
|
|
3852
4046
|
cl: number;
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
4047
|
+
c3: number;
|
|
4048
|
+
c4: number;
|
|
4049
|
+
cd: number;
|
|
3856
4050
|
ce: number;
|
|
4051
|
+
cn: number;
|
|
4052
|
+
co: number;
|
|
4053
|
+
cu: number;
|
|
4054
|
+
c0: number;
|
|
4055
|
+
cg: number;
|
|
4056
|
+
readonly ch: number;
|
|
4057
|
+
readonly cc: number;
|
|
3857
4058
|
readonly cf: number;
|
|
3858
|
-
readonly
|
|
3859
|
-
readonly
|
|
3860
|
-
readonly b5: number;
|
|
3861
|
-
readonly cg: number;
|
|
3862
|
-
b7: number;
|
|
3863
|
-
b8: number;
|
|
4059
|
+
readonly b7: number;
|
|
4060
|
+
readonly ci: number;
|
|
3864
4061
|
b9: number;
|
|
3865
|
-
|
|
3866
|
-
|
|
3867
|
-
|
|
3868
|
-
|
|
3869
|
-
|
|
4062
|
+
ca: number;
|
|
4063
|
+
cb: number;
|
|
4064
|
+
b8: number;
|
|
4065
|
+
cs: number;
|
|
4066
|
+
cm: number;
|
|
4067
|
+
private ah;
|
|
4068
|
+
bc: GridLayer;
|
|
4069
|
+
private r;
|
|
4070
|
+
aw: GridLayer;
|
|
4071
|
+
private j;
|
|
4072
|
+
ao: GridLayer;
|
|
4073
|
+
private l;
|
|
4074
|
+
aq: GridLayer;
|
|
4075
|
+
private ak;
|
|
4076
|
+
bf: GridLayer;
|
|
4077
|
+
private u;
|
|
4078
|
+
az: GridLayer;
|
|
4079
|
+
private o;
|
|
4080
|
+
at: GridLayer;
|
|
4081
|
+
private aa;
|
|
4082
|
+
a5: GridLayer;
|
|
3870
4083
|
private q;
|
|
3871
4084
|
av: GridLayer;
|
|
3872
|
-
private i;
|
|
3873
|
-
an: GridLayer;
|
|
3874
4085
|
private k;
|
|
3875
4086
|
ap: GridLayer;
|
|
3876
4087
|
private aj;
|
|
3877
4088
|
be: GridLayer;
|
|
3878
4089
|
private t;
|
|
3879
4090
|
ay: GridLayer;
|
|
3880
|
-
private n;
|
|
3881
|
-
as: GridLayer;
|
|
3882
|
-
private z;
|
|
3883
|
-
a4: GridLayer;
|
|
3884
|
-
private p;
|
|
3885
|
-
au: GridLayer;
|
|
3886
|
-
private j;
|
|
3887
|
-
ao: GridLayer;
|
|
3888
|
-
private ai;
|
|
3889
|
-
bd: GridLayer;
|
|
3890
4091
|
private s;
|
|
3891
4092
|
ax: GridLayer;
|
|
3892
|
-
private
|
|
3893
|
-
|
|
3894
|
-
private
|
|
3895
|
-
|
|
4093
|
+
private ai;
|
|
4094
|
+
bd: GridLayer;
|
|
4095
|
+
private y;
|
|
4096
|
+
a3: GridLayer;
|
|
3896
4097
|
private x;
|
|
3897
4098
|
a2: GridLayer;
|
|
4099
|
+
private m;
|
|
4100
|
+
ar: GridLayer;
|
|
4101
|
+
private am;
|
|
4102
|
+
bh: GridLayer;
|
|
3898
4103
|
private w;
|
|
3899
4104
|
a1: GridLayer;
|
|
3900
|
-
private l;
|
|
3901
|
-
aq: GridLayer;
|
|
3902
|
-
private al;
|
|
3903
|
-
bg: GridLayer;
|
|
3904
4105
|
private v;
|
|
3905
4106
|
a0: GridLayer;
|
|
3906
|
-
private
|
|
3907
|
-
|
|
3908
|
-
private
|
|
3909
|
-
|
|
3910
|
-
private
|
|
3911
|
-
|
|
3912
|
-
private
|
|
3913
|
-
|
|
3914
|
-
private o;
|
|
3915
|
-
at: GridLayer;
|
|
3916
|
-
private aa;
|
|
3917
|
-
a5: GridLayer;
|
|
4107
|
+
private al;
|
|
4108
|
+
bg: GridLayer;
|
|
4109
|
+
private n;
|
|
4110
|
+
as: GridLayer;
|
|
4111
|
+
private z;
|
|
4112
|
+
a4: GridLayer;
|
|
4113
|
+
private p;
|
|
4114
|
+
au: GridLayer;
|
|
3918
4115
|
private ab;
|
|
3919
4116
|
a6: GridLayer;
|
|
3920
4117
|
private ac;
|
|
@@ -3925,52 +4122,56 @@ export declare class VisualModel extends Base {
|
|
|
3925
4122
|
a9: GridLayer;
|
|
3926
4123
|
private af;
|
|
3927
4124
|
ba: GridLayer;
|
|
3928
|
-
private
|
|
3929
|
-
|
|
3930
|
-
private
|
|
3931
|
-
|
|
3932
|
-
private
|
|
3933
|
-
|
|
3934
|
-
|
|
3935
|
-
|
|
3936
|
-
|
|
3937
|
-
|
|
3938
|
-
|
|
3939
|
-
|
|
4125
|
+
private ag;
|
|
4126
|
+
bb: GridLayer;
|
|
4127
|
+
private an;
|
|
4128
|
+
bi: GridLayer;
|
|
4129
|
+
private bj;
|
|
4130
|
+
bk: IColumnGroupingVisualModelExport;
|
|
4131
|
+
b: PagerVisualModelExport;
|
|
4132
|
+
bl: IToolbarVisualModelExport;
|
|
4133
|
+
private d;
|
|
4134
|
+
f(a: number, b: number): CellModel;
|
|
4135
|
+
private bo;
|
|
4136
|
+
bp: FastIterationDictionary$2<CellPath, List$1<CellModel>>;
|
|
4137
|
+
b4: List$1<SectionInfo>;
|
|
4138
|
+
bz: List$1<ColumnInfo>;
|
|
4139
|
+
b3: List$1<ColumnInfo>;
|
|
3940
4140
|
bt: boolean;
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
|
|
3944
|
-
|
|
3945
|
-
|
|
3946
|
-
|
|
3947
|
-
|
|
3948
|
-
|
|
3949
|
-
private
|
|
3950
|
-
g
|
|
3951
|
-
|
|
4141
|
+
bv: boolean;
|
|
4142
|
+
bs: boolean;
|
|
4143
|
+
private by;
|
|
4144
|
+
b5: List$1<GridColumnSpacerCollection>;
|
|
4145
|
+
bw: Dictionary$2<number, number>;
|
|
4146
|
+
bn: RowPath;
|
|
4147
|
+
bm: RowPath;
|
|
4148
|
+
bu(): boolean;
|
|
4149
|
+
private c8;
|
|
4150
|
+
private g;
|
|
4151
|
+
h(a: number): ColumnInfo;
|
|
4152
|
+
c9(a: ColumnInfo): void;
|
|
3952
4153
|
constructor();
|
|
3953
|
-
private
|
|
3954
|
-
private
|
|
3955
|
-
readonly
|
|
3956
|
-
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
4154
|
+
private dd;
|
|
4155
|
+
private bx;
|
|
4156
|
+
readonly b2: List$1<GridLayer>;
|
|
4157
|
+
bq(): boolean;
|
|
4158
|
+
dc(): void;
|
|
4159
|
+
db(): void;
|
|
4160
|
+
c(): VisualModelExport;
|
|
3960
4161
|
private a;
|
|
3961
|
-
|
|
3962
|
-
|
|
4162
|
+
b6: List$1<number>;
|
|
4163
|
+
cy: number;
|
|
4164
|
+
c1: number;
|
|
3963
4165
|
cz: number;
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
4166
|
+
c2: number;
|
|
4167
|
+
br: boolean;
|
|
4168
|
+
c6: number;
|
|
4169
|
+
c7: number;
|
|
3968
4170
|
c5: number;
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
ct(): number;
|
|
4171
|
+
i(a: number, b: ColumnInfo, c: number, d: boolean, e: boolean): GridColumnSpacer;
|
|
4172
|
+
da(a: GridColumnSpacer): void;
|
|
4173
|
+
b1(a: ColumnInfo): List$1<GridColumnSpacer>;
|
|
4174
|
+
b0(a: ColumnInfo): List$1<CellModel>;
|
|
4175
|
+
e(a: number, b: number, c?: CellType): CellModel;
|
|
4176
|
+
cv(): number;
|
|
3976
4177
|
}
|