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
|
@@ -2,8 +2,8 @@ import { Base, Type, INotifyPropertyChanged, PropertyChangedEventArgs } from "ig
|
|
|
2
2
|
import { DomRenderer, DomWrapper } from "igniteui-webcomponents-core";
|
|
3
3
|
import { List$1 } from "igniteui-webcomponents-core";
|
|
4
4
|
import { CanvasGestureDOMEventProxy } from "igniteui-webcomponents-core";
|
|
5
|
-
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
6
5
|
import { Brush } from "igniteui-webcomponents-core";
|
|
6
|
+
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
7
7
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
8
8
|
import { Rect } from "igniteui-webcomponents-core";
|
|
9
9
|
import { GroupInfo } from "./GroupInfo";
|
|
@@ -19,7 +19,7 @@ export declare class ColumnGroupingView extends Base {
|
|
|
19
19
|
static $t: Type;
|
|
20
20
|
constructor();
|
|
21
21
|
e: ColumnGrouping;
|
|
22
|
-
|
|
22
|
+
ai(): void;
|
|
23
23
|
private t;
|
|
24
24
|
private r;
|
|
25
25
|
private i;
|
|
@@ -28,40 +28,41 @@ export declare class ColumnGroupingView extends Base {
|
|
|
28
28
|
private n;
|
|
29
29
|
readonly o: DomRenderer;
|
|
30
30
|
readonly u: DomWrapper;
|
|
31
|
-
s: DomWrapper;
|
|
32
31
|
readonly v: DomWrapper;
|
|
32
|
+
s: DomWrapper;
|
|
33
|
+
readonly w: DomWrapper;
|
|
33
34
|
p: DomWrapper;
|
|
34
35
|
readonly l: List$1<DomWrapper>;
|
|
35
36
|
readonly j: List$1<DomWrapper>;
|
|
36
37
|
readonly k: List$1<DomWrapper>;
|
|
37
38
|
d: CanvasGestureDOMEventProxy;
|
|
38
|
-
|
|
39
|
-
am(): void;
|
|
39
|
+
ah(a: DomRenderer): void;
|
|
40
40
|
an(): void;
|
|
41
|
-
private x;
|
|
42
|
-
aq(): void;
|
|
43
|
-
ap(): void;
|
|
44
41
|
ao(): void;
|
|
45
|
-
ar(): Rect;
|
|
46
|
-
ab(): void;
|
|
47
|
-
al(a: XIcon, b: any): void;
|
|
48
|
-
private w;
|
|
49
|
-
private ae;
|
|
50
42
|
private y;
|
|
43
|
+
ar(): void;
|
|
44
|
+
aq(): void;
|
|
45
|
+
ap(): void;
|
|
46
|
+
as(): Rect;
|
|
47
|
+
ac(): void;
|
|
48
|
+
am(a: XIcon, b: any): void;
|
|
49
|
+
private x;
|
|
50
|
+
private af;
|
|
51
51
|
private z;
|
|
52
52
|
private aa;
|
|
53
|
+
private ab;
|
|
53
54
|
private f;
|
|
54
55
|
private q;
|
|
55
56
|
private m;
|
|
56
|
-
private ai;
|
|
57
57
|
private aj;
|
|
58
58
|
private ak;
|
|
59
|
+
private al;
|
|
60
|
+
private ae;
|
|
59
61
|
private ad;
|
|
60
|
-
private ac;
|
|
61
62
|
a(): number[];
|
|
62
63
|
b(a: DomWrapper): number[];
|
|
63
64
|
c(): number[];
|
|
64
|
-
|
|
65
|
+
ag(): void;
|
|
65
66
|
}
|
|
66
67
|
/**
|
|
67
68
|
* @hidden
|
|
@@ -73,7 +74,7 @@ export declare class ColumnGrouping extends Base implements IColumnGrouping, INo
|
|
|
73
74
|
private static readonly x;
|
|
74
75
|
private static readonly ac;
|
|
75
76
|
private static readonly aa;
|
|
76
|
-
private static readonly
|
|
77
|
+
private static readonly ah;
|
|
77
78
|
private static readonly ad;
|
|
78
79
|
private q;
|
|
79
80
|
private e;
|
|
@@ -95,42 +96,44 @@ export declare class ColumnGrouping extends Base implements IColumnGrouping, INo
|
|
|
95
96
|
private h;
|
|
96
97
|
i: ControlDisplayDensity;
|
|
97
98
|
private w;
|
|
98
|
-
|
|
99
|
-
private
|
|
100
|
-
|
|
99
|
+
al: string;
|
|
100
|
+
private bg;
|
|
101
|
+
bm: Brush;
|
|
101
102
|
private j;
|
|
102
103
|
k: FontInfo;
|
|
103
|
-
private
|
|
104
|
-
|
|
104
|
+
private bf;
|
|
105
|
+
bl: Brush;
|
|
105
106
|
private bc;
|
|
106
|
-
|
|
107
|
-
private
|
|
108
|
-
|
|
107
|
+
bi: Brush;
|
|
108
|
+
private bd;
|
|
109
|
+
bj: Brush;
|
|
110
|
+
private be;
|
|
111
|
+
bk: Brush;
|
|
109
112
|
private bb;
|
|
110
|
-
|
|
111
|
-
protected ax(a: string, b: any, c: any): void;
|
|
113
|
+
bh: Brush;
|
|
112
114
|
protected ay(a: string, b: any, c: any): void;
|
|
113
|
-
|
|
115
|
+
protected az(a: string, b: any, c: any): void;
|
|
116
|
+
private a4;
|
|
117
|
+
private ba;
|
|
114
118
|
private a9;
|
|
115
119
|
private a8;
|
|
116
|
-
private
|
|
117
|
-
private
|
|
118
|
-
private a4;
|
|
120
|
+
private a3;
|
|
121
|
+
private a5;
|
|
119
122
|
p(): List$1<GroupInfo>;
|
|
120
|
-
private
|
|
123
|
+
private aw;
|
|
121
124
|
private v;
|
|
122
125
|
private n;
|
|
123
|
-
private
|
|
124
|
-
|
|
125
|
-
ap(a: any): void;
|
|
126
|
-
ar(a: any): void;
|
|
126
|
+
private av;
|
|
127
|
+
at(a: any, b: boolean): void;
|
|
127
128
|
aq(a: any): void;
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
129
|
+
as(a: any): void;
|
|
130
|
+
ar(a: any): void;
|
|
131
|
+
ap(): void;
|
|
132
|
+
ao(a: string): void;
|
|
133
|
+
a1(a: string): void;
|
|
134
|
+
a2(a: string, b: number): void;
|
|
135
|
+
private a7;
|
|
132
136
|
private a6;
|
|
133
|
-
private a5;
|
|
134
137
|
exportVisualModel(): any;
|
|
135
138
|
exportSerializedVisualModel(): string;
|
|
136
139
|
a(): ColumnGroupingVisualModelExport;
|
|
@@ -2,8 +2,10 @@ import { Base, Type, INotifyPropertyChanged, PropertyChangedEventArgs } from "ig
|
|
|
2
2
|
import { DomRenderer, DomWrapper } from "igniteui-webcomponents-core";
|
|
3
3
|
import { Brush } from "igniteui-webcomponents-core";
|
|
4
4
|
import { ControlDisplayDensity } from "igniteui-webcomponents-core";
|
|
5
|
+
import { Thickness } from "igniteui-webcomponents-core";
|
|
5
6
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
6
7
|
import { XButton } from "igniteui-webcomponents-inputs";
|
|
8
|
+
import { IDataGridComponent } from "./IDataGridComponent";
|
|
7
9
|
import { Grid } from "./Grid";
|
|
8
10
|
import { BaseControlTheme } from "igniteui-webcomponents-core";
|
|
9
11
|
import { ColumnChooser } from "./ColumnChooser";
|
|
@@ -26,21 +28,22 @@ export declare class DataGridToolbarView extends Base {
|
|
|
26
28
|
s(): void;
|
|
27
29
|
private c;
|
|
28
30
|
p(a: DomRenderer): void;
|
|
29
|
-
|
|
31
|
+
ad(): void;
|
|
30
32
|
z(): void;
|
|
33
|
+
aa(): void;
|
|
31
34
|
y(): void;
|
|
32
|
-
ag(): void;
|
|
33
35
|
ah(): void;
|
|
36
|
+
ai(): void;
|
|
34
37
|
v(): void;
|
|
35
|
-
|
|
36
|
-
|
|
38
|
+
ae(): void;
|
|
39
|
+
ab(): void;
|
|
37
40
|
private n;
|
|
38
41
|
x(): void;
|
|
39
|
-
ae(): void;
|
|
40
42
|
af(): void;
|
|
43
|
+
ag(): void;
|
|
41
44
|
private u;
|
|
42
45
|
private w;
|
|
43
|
-
|
|
46
|
+
ac(): void;
|
|
44
47
|
private b;
|
|
45
48
|
t(): void;
|
|
46
49
|
l(): void;
|
|
@@ -52,17 +55,17 @@ export declare class DataGridToolbarView extends Base {
|
|
|
52
55
|
/**
|
|
53
56
|
* @hidden
|
|
54
57
|
*/
|
|
55
|
-
export declare class DataGridToolbar extends Base implements INotifyPropertyChanged {
|
|
58
|
+
export declare class DataGridToolbar extends Base implements INotifyPropertyChanged, IDataGridComponent {
|
|
56
59
|
static $t: Type;
|
|
57
60
|
private e;
|
|
58
61
|
private c;
|
|
59
62
|
private d;
|
|
60
|
-
r: number;
|
|
61
63
|
s: number;
|
|
62
|
-
|
|
64
|
+
t: number;
|
|
63
65
|
g: XButton;
|
|
64
|
-
|
|
65
|
-
private static readonly
|
|
66
|
+
h: XButton;
|
|
67
|
+
private static readonly ao;
|
|
68
|
+
private static readonly ap;
|
|
66
69
|
propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
|
|
67
70
|
constructor();
|
|
68
71
|
notifySizeChanged(): void;
|
|
@@ -70,42 +73,48 @@ export declare class DataGridToolbar extends Base implements INotifyPropertyChan
|
|
|
70
73
|
provideContainer(a: DomRenderer, b: ColumnChooser, c: ColumnPinning): void;
|
|
71
74
|
private a;
|
|
72
75
|
b: Grid;
|
|
73
|
-
private
|
|
74
|
-
|
|
75
|
-
private
|
|
76
|
-
|
|
77
|
-
private
|
|
78
|
-
|
|
79
|
-
private
|
|
80
|
-
|
|
81
|
-
private
|
|
82
|
-
|
|
83
|
-
private n;
|
|
84
|
-
p: boolean;
|
|
85
|
-
private t;
|
|
86
|
-
ab: string;
|
|
87
|
-
private u;
|
|
88
|
-
ad: string;
|
|
76
|
+
private y;
|
|
77
|
+
ar: string;
|
|
78
|
+
private m;
|
|
79
|
+
n: FontInfo;
|
|
80
|
+
private bd;
|
|
81
|
+
bg: Brush;
|
|
82
|
+
private bb;
|
|
83
|
+
be: Brush;
|
|
84
|
+
private bc;
|
|
85
|
+
bf: Brush;
|
|
89
86
|
private o;
|
|
90
87
|
q: boolean;
|
|
88
|
+
private u;
|
|
89
|
+
ad: string;
|
|
91
90
|
private v;
|
|
92
|
-
|
|
91
|
+
af: string;
|
|
92
|
+
private p;
|
|
93
|
+
r: boolean;
|
|
93
94
|
private w;
|
|
94
95
|
ai: string;
|
|
95
|
-
private
|
|
96
|
-
|
|
97
|
-
private
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
private
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
private
|
|
96
|
+
private x;
|
|
97
|
+
ak: string;
|
|
98
|
+
private bh;
|
|
99
|
+
bi: Thickness;
|
|
100
|
+
private k;
|
|
101
|
+
l: ControlDisplayDensity;
|
|
102
|
+
private i;
|
|
103
|
+
j: BaseControlTheme;
|
|
104
|
+
protected a0(a: string, b: any, c: any): void;
|
|
105
|
+
protected a1(a: string, b: any, c: any): void;
|
|
106
|
+
private az;
|
|
106
107
|
private a4;
|
|
107
|
-
private
|
|
108
|
-
|
|
108
|
+
private a3;
|
|
109
|
+
a5(a: any, b: DomRenderer, c: DomWrapper, d: DomWrapper, e: string): void;
|
|
110
|
+
av(): void;
|
|
109
111
|
private a6;
|
|
110
112
|
private a7;
|
|
113
|
+
private a8;
|
|
114
|
+
private ax;
|
|
115
|
+
private a9;
|
|
116
|
+
private ba;
|
|
117
|
+
exportVisualModel(): any;
|
|
118
|
+
exportSerializedVisualModel(): string;
|
|
119
|
+
private f;
|
|
111
120
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { GridColumnOptionsViewBase } from "./GridColumnOptionsViewBase";
|
|
2
2
|
import { Type } from "igniteui-webcomponents-core";
|
|
3
3
|
import { GridColumnOptionsSimpleSectionBase } from "./GridColumnOptionsSimpleSectionBase";
|
|
4
|
+
import { Column } from "./Column";
|
|
4
5
|
import { Grid } from "./Grid";
|
|
5
6
|
import { ColumnGroupDescription } from "./ColumnGroupDescription";
|
|
6
|
-
import { Column } from "./Column";
|
|
7
7
|
/**
|
|
8
8
|
* @hidden
|
|
9
9
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropertyEditorPropertyDescriptionCollection } from "
|
|
1
|
+
import { PropertyEditorPropertyDescriptionCollection } from "igniteui-webcomponents-layouts";
|
|
2
2
|
import { Type } from "igniteui-webcomponents-core";
|
|
3
3
|
/**
|
|
4
4
|
* @hidden
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Type } from "igniteui-webcomponents-core";
|
|
2
|
+
/**
|
|
3
|
+
* @hidden
|
|
4
|
+
*/
|
|
5
|
+
export interface IDataGridComponent {
|
|
6
|
+
exportVisualModel(): any;
|
|
7
|
+
exportSerializedVisualModel(): string;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export declare let IDataGridComponent_$type: Type;
|
|
@@ -83,7 +83,7 @@ export declare class MultiColumnComboBoxView extends Base {
|
|
|
83
83
|
b3(a: number, b: any): void;
|
|
84
84
|
private o;
|
|
85
85
|
a3(): void;
|
|
86
|
-
private
|
|
86
|
+
private c1;
|
|
87
87
|
b(): IDataSource;
|
|
88
88
|
private q;
|
|
89
89
|
private a8;
|
|
@@ -98,7 +98,7 @@ export declare class MultiColumnComboBoxView extends Base {
|
|
|
98
98
|
private b8;
|
|
99
99
|
private b9;
|
|
100
100
|
private ca;
|
|
101
|
-
|
|
101
|
+
cj(): void;
|
|
102
102
|
a5(a: boolean): void;
|
|
103
103
|
v: boolean;
|
|
104
104
|
private cb;
|
|
@@ -107,30 +107,31 @@ export declare class MultiColumnComboBoxView extends Base {
|
|
|
107
107
|
cf(a: number): void;
|
|
108
108
|
private ao;
|
|
109
109
|
private ch;
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
private
|
|
115
|
-
private
|
|
116
|
-
private cr;
|
|
110
|
+
cl(a: string): void;
|
|
111
|
+
ck(a: any): void;
|
|
112
|
+
cm(): void;
|
|
113
|
+
cr(): void;
|
|
114
|
+
private co;
|
|
115
|
+
private cq;
|
|
117
116
|
private cs;
|
|
118
117
|
private ct;
|
|
119
|
-
cm(a: ColumnWidth): void;
|
|
120
|
-
co(): void;
|
|
121
118
|
private cu;
|
|
122
|
-
|
|
123
|
-
|
|
119
|
+
cn(a: ColumnWidth): void;
|
|
120
|
+
cp(): void;
|
|
121
|
+
private cv;
|
|
124
122
|
cw(): void;
|
|
123
|
+
private av;
|
|
124
|
+
cx(): void;
|
|
125
125
|
cg(a: boolean): void;
|
|
126
126
|
private z;
|
|
127
|
-
private
|
|
127
|
+
private cy;
|
|
128
128
|
a6(a: boolean): void;
|
|
129
129
|
ce(): void;
|
|
130
|
+
ci(a: string): void;
|
|
130
131
|
protected readonly al: DomWrapper;
|
|
131
132
|
protected readonly g: MultiColumnComboBox;
|
|
132
133
|
readonly ad: DomRenderer;
|
|
133
|
-
|
|
134
|
+
cz(): void;
|
|
134
135
|
private a2;
|
|
135
136
|
private ax;
|
|
136
137
|
private a4;
|
|
@@ -149,7 +150,7 @@ export declare class MultiColumnComboBoxView extends Base {
|
|
|
149
150
|
private bm;
|
|
150
151
|
private bn;
|
|
151
152
|
private bo;
|
|
152
|
-
private
|
|
153
|
+
private c0;
|
|
153
154
|
}
|
|
154
155
|
/**
|
|
155
156
|
* @hidden
|
|
@@ -158,70 +159,71 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
|
|
|
158
159
|
static $t: Type;
|
|
159
160
|
static af: BaseControlTheme;
|
|
160
161
|
c4: any;
|
|
161
|
-
hn: Brush;
|
|
162
162
|
ho: Brush;
|
|
163
|
-
cf: number;
|
|
164
|
-
h8: Thickness;
|
|
165
|
-
gk: CornerRadius;
|
|
166
163
|
hp: Brush;
|
|
167
|
-
|
|
164
|
+
cf: number;
|
|
165
|
+
h9: Thickness;
|
|
166
|
+
gl: CornerRadius;
|
|
168
167
|
hq: Brush;
|
|
168
|
+
cg: number;
|
|
169
|
+
hr: Brush;
|
|
169
170
|
ch: number;
|
|
170
171
|
ci: number;
|
|
171
|
-
|
|
172
|
+
hs: Brush;
|
|
172
173
|
cj: number;
|
|
173
174
|
ck: number;
|
|
174
|
-
hs: Brush;
|
|
175
|
-
cl: number;
|
|
176
175
|
ht: Brush;
|
|
176
|
+
cl: number;
|
|
177
|
+
hu: Brush;
|
|
177
178
|
cm: number;
|
|
178
179
|
cn: number;
|
|
179
180
|
co: number;
|
|
180
|
-
static hk: Brush;
|
|
181
|
-
static hm: Brush;
|
|
182
181
|
static hl: Brush;
|
|
182
|
+
static hn: Brush;
|
|
183
|
+
static hm: Brush;
|
|
183
184
|
constructor();
|
|
184
185
|
private a4;
|
|
185
186
|
private readonly a5;
|
|
186
187
|
protected u(): MultiColumnComboBoxView;
|
|
187
188
|
protected f9(a: string, b: any, c: any): void;
|
|
188
|
-
private
|
|
189
|
+
private gg;
|
|
189
190
|
private az;
|
|
190
191
|
private readonly a0;
|
|
191
192
|
v: MultiColumnComboBoxView;
|
|
192
193
|
focus(a: boolean): void;
|
|
194
|
+
setName(a: string): void;
|
|
193
195
|
private a8;
|
|
194
196
|
bi: boolean;
|
|
195
197
|
private c;
|
|
196
198
|
g: string[];
|
|
197
199
|
private o;
|
|
198
200
|
defaultColumnWidth: ColumnWidth;
|
|
199
|
-
private gw;
|
|
200
|
-
hi: Brush;
|
|
201
|
-
private gl;
|
|
202
|
-
g7: Brush;
|
|
203
|
-
private ae;
|
|
204
|
-
ah: BaseControlTheme;
|
|
205
|
-
private ad;
|
|
206
|
-
ag: BaseControlTheme;
|
|
207
201
|
private gx;
|
|
208
202
|
hj: Brush;
|
|
209
203
|
private gm;
|
|
210
204
|
g8: Brush;
|
|
205
|
+
private ae;
|
|
206
|
+
ah: BaseControlTheme;
|
|
207
|
+
private ad;
|
|
208
|
+
ag: BaseControlTheme;
|
|
209
|
+
private gy;
|
|
210
|
+
hk: Brush;
|
|
211
|
+
private gn;
|
|
212
|
+
g9: Brush;
|
|
211
213
|
private bt;
|
|
212
214
|
cd: number;
|
|
213
215
|
private bj;
|
|
214
216
|
b3: number;
|
|
215
217
|
private bc;
|
|
216
218
|
columnHeadersVisible: boolean;
|
|
219
|
+
private h6;
|
|
220
|
+
h8: Thickness;
|
|
217
221
|
private h5;
|
|
218
222
|
h7: Thickness;
|
|
219
|
-
private
|
|
220
|
-
|
|
223
|
+
private gi;
|
|
224
|
+
gk: CornerRadius;
|
|
221
225
|
private gh;
|
|
222
226
|
gj: CornerRadius;
|
|
223
|
-
private gg;
|
|
224
|
-
gi: CornerRadius;
|
|
225
227
|
private b;
|
|
226
228
|
f: string[];
|
|
227
229
|
private ak;
|
|
@@ -230,18 +232,18 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
|
|
|
230
232
|
al: ControlDisplayDensity;
|
|
231
233
|
private be;
|
|
232
234
|
dropDownButtonVisible: boolean;
|
|
233
|
-
private gy;
|
|
234
|
-
hv: Brush;
|
|
235
|
-
private gn;
|
|
236
|
-
g9: Brush;
|
|
237
|
-
private bu;
|
|
238
|
-
cp: number;
|
|
239
|
-
private bk;
|
|
240
|
-
b4: number;
|
|
241
235
|
private gz;
|
|
242
236
|
hw: Brush;
|
|
243
237
|
private go;
|
|
244
238
|
ha: Brush;
|
|
239
|
+
private bu;
|
|
240
|
+
cp: number;
|
|
241
|
+
private bk;
|
|
242
|
+
b4: number;
|
|
243
|
+
private g0;
|
|
244
|
+
hx: Brush;
|
|
245
|
+
private gp;
|
|
246
|
+
hb: Brush;
|
|
245
247
|
private bv;
|
|
246
248
|
cq: number;
|
|
247
249
|
private bl;
|
|
@@ -250,10 +252,10 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
|
|
|
250
252
|
cr: number;
|
|
251
253
|
private bm;
|
|
252
254
|
b6: number;
|
|
253
|
-
private
|
|
254
|
-
|
|
255
|
-
private
|
|
256
|
-
|
|
255
|
+
private g1;
|
|
256
|
+
hy: Brush;
|
|
257
|
+
private gq;
|
|
258
|
+
hc: Brush;
|
|
257
259
|
private bx;
|
|
258
260
|
cs: number;
|
|
259
261
|
private bn;
|
|
@@ -267,10 +269,10 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
|
|
|
267
269
|
readonly actualDataSource: IDataSource;
|
|
268
270
|
private e2;
|
|
269
271
|
e0: string;
|
|
270
|
-
private
|
|
271
|
-
|
|
272
|
-
private
|
|
273
|
-
|
|
272
|
+
private g2;
|
|
273
|
+
hz: Brush;
|
|
274
|
+
private gr;
|
|
275
|
+
hd: Brush;
|
|
274
276
|
static ax: FontInfo;
|
|
275
277
|
private ar;
|
|
276
278
|
a1: FontInfo;
|
|
@@ -282,15 +284,15 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
|
|
|
282
284
|
e6: string;
|
|
283
285
|
private ds;
|
|
284
286
|
actualNoMatchesFoundLabel: string;
|
|
285
|
-
private g2;
|
|
286
|
-
hz: Brush;
|
|
287
|
-
static readonly du: string;
|
|
288
|
-
private gr;
|
|
289
|
-
hd: Brush;
|
|
290
287
|
private g3;
|
|
291
288
|
h0: Brush;
|
|
289
|
+
static readonly du: string;
|
|
292
290
|
private gs;
|
|
293
291
|
he: Brush;
|
|
292
|
+
private g4;
|
|
293
|
+
h1: Brush;
|
|
294
|
+
private gt;
|
|
295
|
+
hf: Brush;
|
|
294
296
|
static ay: FontInfo;
|
|
295
297
|
private as;
|
|
296
298
|
a2: FontInfo;
|
|
@@ -300,27 +302,27 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
|
|
|
300
302
|
fb: string;
|
|
301
303
|
private a7;
|
|
302
304
|
rowSeparatorsVisible: boolean;
|
|
303
|
-
static
|
|
304
|
-
private g4;
|
|
305
|
-
h1: Brush;
|
|
306
|
-
private gt;
|
|
307
|
-
hf: Brush;
|
|
308
|
-
private at;
|
|
309
|
-
a3: FontInfo;
|
|
310
|
-
private aq;
|
|
311
|
-
aw: FontInfo;
|
|
305
|
+
static hv: Brush;
|
|
312
306
|
private g5;
|
|
313
307
|
h2: Brush;
|
|
314
308
|
private gu;
|
|
315
309
|
hg: Brush;
|
|
316
|
-
private
|
|
317
|
-
|
|
318
|
-
private
|
|
319
|
-
|
|
310
|
+
private at;
|
|
311
|
+
a3: FontInfo;
|
|
312
|
+
private aq;
|
|
313
|
+
aw: FontInfo;
|
|
320
314
|
private g6;
|
|
321
315
|
h3: Brush;
|
|
322
316
|
private gv;
|
|
323
317
|
hh: Brush;
|
|
318
|
+
private bz;
|
|
319
|
+
cu: number;
|
|
320
|
+
private bp;
|
|
321
|
+
b9: number;
|
|
322
|
+
private g7;
|
|
323
|
+
h4: Brush;
|
|
324
|
+
private gw;
|
|
325
|
+
hi: Brush;
|
|
324
326
|
private b0;
|
|
325
327
|
cv: number;
|
|
326
328
|
private bq;
|
|
@@ -361,9 +363,9 @@ export declare class MultiColumnComboBox extends Base implements INotifyProperty
|
|
|
361
363
|
f5(a: any): void;
|
|
362
364
|
private bg;
|
|
363
365
|
private f8;
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
private
|
|
366
|
+
gd(a: string): void;
|
|
367
|
+
gf(): void;
|
|
368
|
+
private ge;
|
|
367
369
|
closeUp(): void;
|
|
368
370
|
destroy(): void;
|
|
369
371
|
dropDown(): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PagedDataProvider } from "./ColumnFilterCondition_combined";
|
package/lib/Pager.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Pager } from "./ColumnFilterCondition_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PagerDataSourceNotificationBridge } from "./ColumnFilterCondition_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PagerGridDataSourceNotificationBridge } from "./ColumnFilterCondition_combined";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PagerView } from "./ColumnFilterCondition_combined";
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Base, Type } from "igniteui-webcomponents-core";
|
|
2
|
+
import { BrushAppearanceData } from "igniteui-webcomponents-core";
|
|
3
|
+
import { ButtonVisualModelExport } from "igniteui-webcomponents-inputs";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class PagerVisualModelExport extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
a: BrushAppearanceData;
|
|
10
|
+
b: BrushAppearanceData;
|
|
11
|
+
n: string;
|
|
12
|
+
o: string;
|
|
13
|
+
p: string;
|
|
14
|
+
g: number;
|
|
15
|
+
l: string;
|
|
16
|
+
m: string;
|
|
17
|
+
h: number;
|
|
18
|
+
i: number;
|
|
19
|
+
k: string;
|
|
20
|
+
c: ButtonVisualModelExport;
|
|
21
|
+
f: ButtonVisualModelExport;
|
|
22
|
+
e: ButtonVisualModelExport;
|
|
23
|
+
d: ButtonVisualModelExport;
|
|
24
|
+
j(): string;
|
|
25
|
+
}
|