igniteui-angular-core 17.0.0-beta.0 → 17.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-core.umd.js +3388 -1605
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +16 -5
- package/esm2015/lib/PopupView_combined.js +743 -607
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +2 -0
- package/esm2015/lib/WebColumnStateDescription.js +202 -0
- package/esm2015/lib/WebColumnStateDescriptionMetadata.js +67 -0
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +338 -330
- package/esm2015/lib/WebGridDescription.js +44 -44
- package/esm2015/lib/WebGridStateBaseDirectiveDescription.js +50 -0
- package/esm2015/lib/WebGridStateBaseDirectiveDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.js +124 -0
- package/esm2015/lib/WebGridStateBaseDirectiveDescriptionModule.js +20 -0
- package/esm2015/lib/WebGridStateCollectionDescription.js +50 -0
- package/esm2015/lib/WebGridStateCollectionDescriptionMetadata.js +48 -0
- package/esm2015/lib/WebGridStateComponentEventArgsDescription.js +36 -0
- package/esm2015/lib/WebGridStateComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebGridStateDescription.js +23 -0
- package/esm2015/lib/WebGridStateDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebGridStateDescriptionModule.js +22 -0
- package/esm2015/lib/WebGridStateInfoDescription.js +156 -0
- package/esm2015/lib/WebGridStateInfoDescriptionMetadata.js +79 -0
- package/esm2015/lib/WebGridStateOptionsDescription.js +146 -0
- package/esm2015/lib/WebGridStateOptionsDescriptionMetadata.js +58 -0
- package/esm2015/lib/WebGroupingStateDescription.js +50 -0
- package/esm2015/lib/WebGroupingStateDescriptionMetadata.js +50 -0
- package/esm2015/lib/WebPagingStateDescription.js +42 -0
- package/esm2015/lib/WebPagingStateDescriptionMetadata.js +45 -0
- package/esm2015/lib/WebPivotGridDescription.js +35 -35
- package/esm2015/lib/WebTreeGridDescription.js +27 -27
- package/esm2015/lib/igx-popup-component.js +59 -37
- package/esm2015/public_api.js +20 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +16 -5
- package/esm5/lib/PopupView_combined.js +738 -590
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +2 -0
- package/esm5/lib/WebColumnStateDescription.js +296 -0
- package/esm5/lib/WebColumnStateDescriptionMetadata.js +71 -0
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +342 -330
- package/esm5/lib/WebGridDescription.js +44 -44
- package/esm5/lib/WebGridStateBaseDirectiveDescription.js +68 -0
- package/esm5/lib/WebGridStateBaseDirectiveDescriptionMetadata.js +7 -0
- package/esm5/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.js +134 -0
- package/esm5/lib/WebGridStateBaseDirectiveDescriptionModule.js +24 -0
- package/esm5/lib/WebGridStateCollectionDescription.js +68 -0
- package/esm5/lib/WebGridStateCollectionDescriptionMetadata.js +52 -0
- package/esm5/lib/WebGridStateComponentEventArgsDescription.js +46 -0
- package/esm5/lib/WebGridStateComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm5/lib/WebGridStateDescription.js +24 -0
- package/esm5/lib/WebGridStateDescriptionMetadata.js +7 -0
- package/esm5/lib/WebGridStateDescriptionModule.js +26 -0
- package/esm5/lib/WebGridStateInfoDescription.js +226 -0
- package/esm5/lib/WebGridStateInfoDescriptionMetadata.js +83 -0
- package/esm5/lib/WebGridStateOptionsDescription.js +212 -0
- package/esm5/lib/WebGridStateOptionsDescriptionMetadata.js +62 -0
- package/esm5/lib/WebGroupingStateDescription.js +68 -0
- package/esm5/lib/WebGroupingStateDescriptionMetadata.js +54 -0
- package/esm5/lib/WebPagingStateDescription.js +56 -0
- package/esm5/lib/WebPagingStateDescriptionMetadata.js +49 -0
- package/esm5/lib/WebPivotGridDescription.js +35 -35
- package/esm5/lib/WebTreeGridDescription.js +27 -27
- package/esm5/lib/igx-popup-component.js +67 -37
- package/esm5/public_api.js +20 -0
- package/fesm2015/igniteui-angular-core.js +2951 -1525
- package/fesm5/igniteui-angular-core.js +3369 -1606
- package/lib/IDataLegendSeries.d.ts +2 -0
- package/lib/IDataLegendTarget.d.ts +1 -0
- package/lib/PopupView_combined.d.ts +161 -144
- package/lib/WebColumnStateDescription.d.ts +77 -0
- package/lib/WebColumnStateDescriptionMetadata.d.ts +13 -0
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +119 -115
- package/lib/WebGridDescription.d.ts +16 -16
- package/lib/WebGridStateBaseDirectiveDescription.d.ts +21 -0
- package/lib/WebGridStateBaseDirectiveDescriptionMetadata.d.ts +1 -0
- package/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.d.ts +33 -0
- package/lib/WebGridStateBaseDirectiveDescriptionModule.d.ts +9 -0
- package/lib/WebGridStateCollectionDescription.d.ts +21 -0
- package/lib/WebGridStateCollectionDescriptionMetadata.d.ts +13 -0
- package/lib/WebGridStateComponentEventArgsDescription.d.ts +17 -0
- package/lib/WebGridStateComponentEventArgsDescriptionMetadata.d.ts +1 -0
- package/lib/WebGridStateDescription.d.ts +10 -0
- package/lib/WebGridStateDescriptionMetadata.d.ts +1 -0
- package/lib/WebGridStateDescriptionModule.d.ts +9 -0
- package/lib/WebGridStateInfoDescription.d.ts +70 -0
- package/lib/WebGridStateInfoDescriptionMetadata.d.ts +13 -0
- package/lib/WebGridStateOptionsDescription.d.ts +56 -0
- package/lib/WebGridStateOptionsDescriptionMetadata.d.ts +13 -0
- package/lib/WebGroupingStateDescription.d.ts +22 -0
- package/lib/WebGroupingStateDescriptionMetadata.d.ts +13 -0
- package/lib/WebPagingStateDescription.d.ts +17 -0
- package/lib/WebPagingStateDescriptionMetadata.d.ts +13 -0
- package/lib/WebPivotGridDescription.d.ts +13 -13
- package/lib/WebTreeGridDescription.d.ts +10 -10
- package/lib/igx-popup-component.d.ts +13 -1
- package/package.json +4 -4
- package/public_api.d.ts +20 -0
|
@@ -12,6 +12,7 @@ import { WebSortingOptionsDescription } from "./WebSortingOptionsDescription";
|
|
|
12
12
|
import { WebSortingExpressionDescription } from "./WebSortingExpressionDescription";
|
|
13
13
|
import { WebOverlayOutletDirectiveDescription } from "./WebOverlayOutletDirectiveDescription";
|
|
14
14
|
import { WebColumnDescription } from "./WebColumnDescription";
|
|
15
|
+
import { WebGridStateDescription } from "./WebGridStateDescription";
|
|
15
16
|
import { Type } from "./type";
|
|
16
17
|
import { WebDisplayDensityBaseElementDescription } from "./WebDisplayDensityBaseElementDescription";
|
|
17
18
|
import { WebGridToolbarContentDescription } from "./WebGridToolbarContentDescription";
|
|
@@ -22,367 +23,370 @@ export declare abstract class WebGridBaseDirectiveDescription extends WebDisplay
|
|
|
22
23
|
static $t: Type;
|
|
23
24
|
protected get_type(): string;
|
|
24
25
|
constructor();
|
|
25
|
-
private
|
|
26
|
+
private bl;
|
|
26
27
|
get snackbarDisplayTime(): number;
|
|
27
28
|
set snackbarDisplayTime(a: number);
|
|
28
|
-
private
|
|
29
|
+
private ay;
|
|
29
30
|
get autoGenerate(): boolean;
|
|
30
31
|
set autoGenerate(a: boolean);
|
|
31
32
|
private o;
|
|
32
33
|
get autoGenerateExclude(): string[];
|
|
33
34
|
set autoGenerateExclude(a: string[]);
|
|
34
|
-
private
|
|
35
|
+
private a2;
|
|
35
36
|
get moving(): boolean;
|
|
36
37
|
set moving(a: boolean);
|
|
37
|
-
private
|
|
38
|
+
private cm;
|
|
38
39
|
get emptyGridTemplateRef(): string;
|
|
39
40
|
set emptyGridTemplateRef(a: string);
|
|
40
|
-
private
|
|
41
|
+
private bt;
|
|
41
42
|
get addRowEmptyTemplateRef(): string;
|
|
42
43
|
set addRowEmptyTemplateRef(a: string);
|
|
43
|
-
private
|
|
44
|
+
private c1;
|
|
44
45
|
get loadingGridTemplateRef(): string;
|
|
45
46
|
set loadingGridTemplateRef(a: string);
|
|
46
|
-
private
|
|
47
|
+
private bm;
|
|
47
48
|
get summaryRowHeight(): number;
|
|
48
49
|
set summaryRowHeight(a: number);
|
|
49
|
-
private
|
|
50
|
+
private ae;
|
|
50
51
|
get dataCloneStrategy(): WebDataCloneStrategyDescription;
|
|
51
52
|
set dataCloneStrategy(a: WebDataCloneStrategyDescription);
|
|
52
|
-
private
|
|
53
|
+
private ac;
|
|
53
54
|
get clipboardOptions(): WebClipboardOptionsDescription;
|
|
54
55
|
set clipboardOptions(a: WebClipboardOptionsDescription);
|
|
55
|
-
private
|
|
56
|
+
private da;
|
|
56
57
|
get rowClassesRef(): string;
|
|
57
58
|
set rowClassesRef(a: string);
|
|
58
|
-
private
|
|
59
|
+
private dt;
|
|
59
60
|
get rowStylesRef(): string;
|
|
60
61
|
set rowStylesRef(a: string);
|
|
61
|
-
private
|
|
62
|
+
private c4;
|
|
62
63
|
get primaryKey(): string;
|
|
63
64
|
set primaryKey(a: string);
|
|
64
65
|
private m;
|
|
65
66
|
get actionStripComponents(): WebActionStripDescription[];
|
|
66
67
|
set actionStripComponents(a: WebActionStripDescription[]);
|
|
67
|
-
private
|
|
68
|
+
private ci;
|
|
68
69
|
get dragGhostCustomTemplateRef(): string;
|
|
69
70
|
set dragGhostCustomTemplateRef(a: string);
|
|
70
|
-
private
|
|
71
|
+
private dl;
|
|
71
72
|
get rowEditTextTemplateRef(): string;
|
|
72
73
|
set rowEditTextTemplateRef(a: string);
|
|
73
|
-
private
|
|
74
|
+
private c9;
|
|
74
75
|
get rowAddTextTemplateRef(): string;
|
|
75
76
|
set rowAddTextTemplateRef(a: string);
|
|
76
|
-
private
|
|
77
|
+
private dh;
|
|
77
78
|
get rowEditActionsTemplateRef(): string;
|
|
78
79
|
set rowEditActionsTemplateRef(a: string);
|
|
79
|
-
private
|
|
80
|
+
private dm;
|
|
80
81
|
get rowExpandedIndicatorTemplateRef(): string;
|
|
81
82
|
set rowExpandedIndicatorTemplateRef(a: string);
|
|
82
|
-
private
|
|
83
|
+
private db;
|
|
83
84
|
get rowCollapsedIndicatorTemplateRef(): string;
|
|
84
85
|
set rowCollapsedIndicatorTemplateRef(a: string);
|
|
85
|
-
private
|
|
86
|
+
private cy;
|
|
86
87
|
get headerExpandedIndicatorTemplateRef(): string;
|
|
87
88
|
set headerExpandedIndicatorTemplateRef(a: string);
|
|
88
|
-
private
|
|
89
|
+
private cx;
|
|
89
90
|
get headerCollapsedIndicatorTemplateRef(): string;
|
|
90
91
|
set headerCollapsedIndicatorTemplateRef(a: string);
|
|
91
|
-
private
|
|
92
|
+
private cn;
|
|
92
93
|
get excelStyleHeaderIconTemplateRef(): string;
|
|
93
94
|
set excelStyleHeaderIconTemplateRef(a: string);
|
|
94
|
-
private
|
|
95
|
+
private dx;
|
|
95
96
|
get sortAscendingHeaderIconTemplateRef(): string;
|
|
96
97
|
set sortAscendingHeaderIconTemplateRef(a: string);
|
|
97
|
-
private
|
|
98
|
+
private dy;
|
|
98
99
|
get sortDescendingHeaderIconTemplateRef(): string;
|
|
99
100
|
set sortDescendingHeaderIconTemplateRef(a: string);
|
|
100
|
-
private
|
|
101
|
+
private dz;
|
|
101
102
|
get sortHeaderIconTemplateRef(): string;
|
|
102
103
|
set sortHeaderIconTemplateRef(a: string);
|
|
103
|
-
private
|
|
104
|
+
private t;
|
|
104
105
|
get toolbar(): WebGridToolbarDescription[];
|
|
105
106
|
set toolbar(a: WebGridToolbarDescription[]);
|
|
106
107
|
private q;
|
|
107
108
|
get paginationComponents(): WebPaginatorDescription[];
|
|
108
109
|
set paginationComponents(a: WebPaginatorDescription[]);
|
|
109
|
-
private
|
|
110
|
+
private am;
|
|
110
111
|
get resourceStrings(): WebGridResourceStringsDescription;
|
|
111
112
|
set resourceStrings(a: WebGridResourceStringsDescription);
|
|
112
|
-
private
|
|
113
|
+
private cr;
|
|
113
114
|
get filteringLogic(): string;
|
|
114
115
|
set filteringLogic(a: string);
|
|
115
|
-
private
|
|
116
|
+
private ah;
|
|
116
117
|
get filteringExpressionsTree(): WebFilteringExpressionsTreeDescription;
|
|
117
118
|
set filteringExpressionsTree(a: WebFilteringExpressionsTreeDescription);
|
|
118
|
-
private
|
|
119
|
+
private ag;
|
|
119
120
|
get advancedFilteringExpressionsTree(): WebFilteringExpressionsTreeDescription;
|
|
120
121
|
set advancedFilteringExpressionsTree(a: WebFilteringExpressionsTreeDescription);
|
|
121
|
-
private
|
|
122
|
+
private c2;
|
|
122
123
|
get locale(): string;
|
|
123
124
|
set locale(a: string);
|
|
124
|
-
private
|
|
125
|
+
private c3;
|
|
125
126
|
get pagingMode(): string;
|
|
126
127
|
set pagingMode(a: string);
|
|
127
|
-
private
|
|
128
|
+
private a0;
|
|
128
129
|
get hideRowSelectors(): boolean;
|
|
129
130
|
set hideRowSelectors(a: boolean);
|
|
130
|
-
private
|
|
131
|
+
private a3;
|
|
131
132
|
get rowDraggable(): boolean;
|
|
132
133
|
set rowDraggable(a: boolean);
|
|
133
|
-
private
|
|
134
|
+
private d7;
|
|
134
135
|
get validationTrigger(): string;
|
|
135
136
|
set validationTrigger(a: string);
|
|
136
|
-
private
|
|
137
|
+
private a4;
|
|
137
138
|
get rowEditable(): boolean;
|
|
138
139
|
set rowEditable(a: boolean);
|
|
139
|
-
private
|
|
140
|
+
private c0;
|
|
140
141
|
get height(): string;
|
|
141
142
|
set height(a: string);
|
|
142
|
-
private
|
|
143
|
+
private d8;
|
|
143
144
|
get width(): string;
|
|
144
145
|
set width(a: string);
|
|
145
|
-
private
|
|
146
|
+
private bk;
|
|
146
147
|
get rowHeight(): number;
|
|
147
148
|
set rowHeight(a: number);
|
|
148
|
-
private
|
|
149
|
+
private cd;
|
|
149
150
|
get columnWidth(): string;
|
|
150
151
|
set columnWidth(a: string);
|
|
151
|
-
private
|
|
152
|
+
private cl;
|
|
152
153
|
get emptyGridMessage(): string;
|
|
153
154
|
set emptyGridMessage(a: string);
|
|
154
|
-
private
|
|
155
|
+
private a1;
|
|
155
156
|
get isLoading(): boolean;
|
|
156
157
|
set isLoading(a: boolean);
|
|
157
|
-
private
|
|
158
|
+
private a6;
|
|
158
159
|
get shouldGenerate(): boolean;
|
|
159
160
|
set shouldGenerate(a: boolean);
|
|
160
|
-
private
|
|
161
|
+
private ck;
|
|
161
162
|
get emptyFilteredGridMessage(): string;
|
|
162
163
|
set emptyFilteredGridMessage(a: string);
|
|
163
|
-
private
|
|
164
|
+
private as;
|
|
164
165
|
get pinning(): WebPinningConfigDescription;
|
|
165
166
|
set pinning(a: WebPinningConfigDescription);
|
|
166
|
-
private
|
|
167
|
+
private ax;
|
|
167
168
|
get allowFiltering(): boolean;
|
|
168
169
|
set allowFiltering(a: boolean);
|
|
169
|
-
private
|
|
170
|
+
private aw;
|
|
170
171
|
get allowAdvancedFiltering(): boolean;
|
|
171
172
|
set allowAdvancedFiltering(a: boolean);
|
|
172
|
-
private
|
|
173
|
+
private cs;
|
|
173
174
|
get filterMode(): string;
|
|
174
175
|
set filterMode(a: string);
|
|
175
|
-
private
|
|
176
|
+
private d4;
|
|
176
177
|
get summaryPosition(): string;
|
|
177
178
|
set summaryPosition(a: string);
|
|
178
|
-
private
|
|
179
|
+
private d3;
|
|
179
180
|
get summaryCalculationMode(): string;
|
|
180
181
|
set summaryCalculationMode(a: string);
|
|
181
|
-
private
|
|
182
|
+
private a7;
|
|
182
183
|
get showSummaryOnCollapse(): boolean;
|
|
183
184
|
set showSummaryOnCollapse(a: boolean);
|
|
184
|
-
private
|
|
185
|
+
private ak;
|
|
185
186
|
get filterStrategy(): WebFilteringStrategyDescription;
|
|
186
187
|
set filterStrategy(a: WebFilteringStrategyDescription);
|
|
187
|
-
private
|
|
188
|
+
private ao;
|
|
188
189
|
get sortStrategy(): WebGridSortingStrategyDescription;
|
|
189
190
|
set sortStrategy(a: WebGridSortingStrategyDescription);
|
|
190
|
-
private
|
|
191
|
+
private au;
|
|
191
192
|
get sortingOptions(): WebSortingOptionsDescription;
|
|
192
193
|
set sortingOptions(a: WebSortingOptionsDescription);
|
|
193
|
-
private
|
|
194
|
+
private dw;
|
|
194
195
|
get selectedRowsRef(): string;
|
|
195
196
|
set selectedRowsRef(a: string);
|
|
196
|
-
private
|
|
197
|
+
private cz;
|
|
197
198
|
get headSelectorTemplateRef(): string;
|
|
198
199
|
set headSelectorTemplateRef(a: string);
|
|
199
|
-
private
|
|
200
|
+
private ds;
|
|
200
201
|
get rowSelectorTemplateRef(): string;
|
|
201
202
|
set rowSelectorTemplateRef(a: string);
|
|
202
|
-
private
|
|
203
|
+
private cj;
|
|
203
204
|
get dragIndicatorIconTemplateRef(): string;
|
|
204
205
|
set dragIndicatorIconTemplateRef(a: string);
|
|
205
206
|
private r;
|
|
206
207
|
get sortingExpressions(): WebSortingExpressionDescription[];
|
|
207
208
|
set sortingExpressions(a: WebSortingExpressionDescription[]);
|
|
208
|
-
private
|
|
209
|
+
private az;
|
|
209
210
|
get batchEditing(): boolean;
|
|
210
211
|
set batchEditing(a: boolean);
|
|
211
|
-
private
|
|
212
|
+
private b0;
|
|
212
213
|
get cellSelection(): string;
|
|
213
214
|
set cellSelection(a: string);
|
|
214
|
-
private
|
|
215
|
+
private dq;
|
|
215
216
|
get rowSelection(): string;
|
|
216
217
|
set rowSelection(a: string);
|
|
217
|
-
private
|
|
218
|
+
private b9;
|
|
218
219
|
get columnSelection(): string;
|
|
219
220
|
set columnSelection(a: string);
|
|
220
|
-
private
|
|
221
|
+
private aq;
|
|
221
222
|
get outlet(): WebOverlayOutletDirectiveDescription;
|
|
222
223
|
set outlet(a: WebOverlayOutletDirectiveDescription);
|
|
223
224
|
private p;
|
|
224
225
|
get columns(): WebColumnDescription[];
|
|
225
226
|
set columns(a: WebColumnDescription[]);
|
|
226
|
-
private
|
|
227
|
+
private bn;
|
|
227
228
|
get totalRecords(): number;
|
|
228
229
|
set totalRecords(a: number);
|
|
229
|
-
private
|
|
230
|
+
private a5;
|
|
230
231
|
get selectRowOnClick(): boolean;
|
|
231
232
|
set selectRowOnClick(a: boolean);
|
|
232
233
|
private n;
|
|
233
234
|
get actualColumns(): WebColumnDescription[];
|
|
234
235
|
set actualColumns(a: WebColumnDescription[]);
|
|
235
|
-
private
|
|
236
|
+
private s;
|
|
237
|
+
get stateComponents(): WebGridStateDescription[];
|
|
238
|
+
set stateComponents(a: WebGridStateDescription[]);
|
|
239
|
+
private cq;
|
|
236
240
|
get filteringExpressionsTreeChangeRef(): string;
|
|
237
241
|
set filteringExpressionsTreeChangeRef(a: string);
|
|
238
|
-
private
|
|
242
|
+
private bu;
|
|
239
243
|
get advancedFilteringExpressionsTreeChangeRef(): string;
|
|
240
244
|
set advancedFilteringExpressionsTreeChangeRef(a: string);
|
|
241
|
-
private
|
|
245
|
+
private cw;
|
|
242
246
|
get gridScrollRef(): string;
|
|
243
247
|
set gridScrollRef(a: string);
|
|
244
|
-
private
|
|
248
|
+
private bv;
|
|
245
249
|
get cellClickRef(): string;
|
|
246
250
|
set cellClickRef(a: string);
|
|
247
|
-
private
|
|
251
|
+
private ct;
|
|
248
252
|
get formGroupCreatedRef(): string;
|
|
249
253
|
set formGroupCreatedRef(a: string);
|
|
250
|
-
private
|
|
254
|
+
private d6;
|
|
251
255
|
get validationStatusChangeRef(): string;
|
|
252
256
|
set validationStatusChangeRef(a: string);
|
|
253
|
-
private
|
|
257
|
+
private dv;
|
|
254
258
|
get selectedRef(): string;
|
|
255
259
|
set selectedRef(a: string);
|
|
256
|
-
private
|
|
260
|
+
private dr;
|
|
257
261
|
get rowSelectionChangingRef(): string;
|
|
258
262
|
set rowSelectionChangingRef(a: string);
|
|
259
|
-
private
|
|
263
|
+
private ca;
|
|
260
264
|
get columnSelectionChangingRef(): string;
|
|
261
265
|
set columnSelectionChangingRef(a: string);
|
|
262
|
-
private
|
|
266
|
+
private b5;
|
|
263
267
|
get columnPinRef(): string;
|
|
264
268
|
set columnPinRef(a: string);
|
|
265
|
-
private
|
|
269
|
+
private b6;
|
|
266
270
|
get columnPinnedRef(): string;
|
|
267
271
|
set columnPinnedRef(a: string);
|
|
268
|
-
private
|
|
272
|
+
private by;
|
|
269
273
|
get cellEditEnterRef(): string;
|
|
270
274
|
set cellEditEnterRef(a: string);
|
|
271
|
-
private
|
|
275
|
+
private bz;
|
|
272
276
|
get cellEditExitRef(): string;
|
|
273
277
|
set cellEditExitRef(a: string);
|
|
274
|
-
private
|
|
278
|
+
private bw;
|
|
275
279
|
get cellEditRef(): string;
|
|
276
280
|
set cellEditRef(a: string);
|
|
277
|
-
private
|
|
281
|
+
private bx;
|
|
278
282
|
get cellEditDoneRef(): string;
|
|
279
283
|
set cellEditDoneRef(a: string);
|
|
280
|
-
private
|
|
284
|
+
private dj;
|
|
281
285
|
get rowEditEnterRef(): string;
|
|
282
286
|
set rowEditEnterRef(a: string);
|
|
283
|
-
private
|
|
287
|
+
private dg;
|
|
284
288
|
get rowEditRef(): string;
|
|
285
289
|
set rowEditRef(a: string);
|
|
286
|
-
private
|
|
290
|
+
private di;
|
|
287
291
|
get rowEditDoneRef(): string;
|
|
288
292
|
set rowEditDoneRef(a: string);
|
|
289
|
-
private
|
|
293
|
+
private dk;
|
|
290
294
|
get rowEditExitRef(): string;
|
|
291
295
|
set rowEditExitRef(a: string);
|
|
292
|
-
private
|
|
296
|
+
private b1;
|
|
293
297
|
get columnInitRef(): string;
|
|
294
298
|
set columnInitRef(a: string);
|
|
295
|
-
private
|
|
299
|
+
private b8;
|
|
296
300
|
get columnsAutogeneratedRef(): string;
|
|
297
301
|
set columnsAutogeneratedRef(a: string);
|
|
298
|
-
private
|
|
302
|
+
private d0;
|
|
299
303
|
get sortingRef(): string;
|
|
300
304
|
set sortingRef(a: string);
|
|
301
|
-
private
|
|
305
|
+
private d1;
|
|
302
306
|
get sortingDoneRef(): string;
|
|
303
307
|
set sortingDoneRef(a: string);
|
|
304
|
-
private
|
|
308
|
+
private co;
|
|
305
309
|
get filteringRef(): string;
|
|
306
310
|
set filteringRef(a: string);
|
|
307
|
-
private
|
|
311
|
+
private cp;
|
|
308
312
|
get filteringDoneRef(): string;
|
|
309
313
|
set filteringDoneRef(a: string);
|
|
310
|
-
private
|
|
314
|
+
private c8;
|
|
311
315
|
get rowAddedRef(): string;
|
|
312
316
|
set rowAddedRef(a: string);
|
|
313
|
-
private
|
|
317
|
+
private dd;
|
|
314
318
|
get rowDeletedRef(): string;
|
|
315
319
|
set rowDeletedRef(a: string);
|
|
316
|
-
private
|
|
320
|
+
private dc;
|
|
317
321
|
get rowDeleteRef(): string;
|
|
318
322
|
set rowDeleteRef(a: string);
|
|
319
|
-
private
|
|
323
|
+
private c7;
|
|
320
324
|
get rowAddRef(): string;
|
|
321
325
|
set rowAddRef(a: string);
|
|
322
|
-
private
|
|
326
|
+
private b7;
|
|
323
327
|
get columnResizedRef(): string;
|
|
324
328
|
set columnResizedRef(a: string);
|
|
325
|
-
private
|
|
329
|
+
private ce;
|
|
326
330
|
get contextMenuRef(): string;
|
|
327
331
|
set contextMenuRef(a: string);
|
|
328
|
-
private
|
|
332
|
+
private ch;
|
|
329
333
|
get doubleClickRef(): string;
|
|
330
334
|
set doubleClickRef(a: string);
|
|
331
|
-
private
|
|
335
|
+
private cc;
|
|
332
336
|
get columnVisibilityChangingRef(): string;
|
|
333
337
|
set columnVisibilityChangingRef(a: string);
|
|
334
|
-
private
|
|
338
|
+
private cb;
|
|
335
339
|
get columnVisibilityChangedRef(): string;
|
|
336
340
|
set columnVisibilityChangedRef(a: string);
|
|
337
|
-
private
|
|
341
|
+
private b4;
|
|
338
342
|
get columnMovingStartRef(): string;
|
|
339
343
|
set columnMovingStartRef(a: string);
|
|
340
|
-
private
|
|
344
|
+
private b2;
|
|
341
345
|
get columnMovingRef(): string;
|
|
342
346
|
set columnMovingRef(a: string);
|
|
343
|
-
private
|
|
347
|
+
private b3;
|
|
344
348
|
get columnMovingEndRef(): string;
|
|
345
349
|
set columnMovingEndRef(a: string);
|
|
346
|
-
private
|
|
350
|
+
private cv;
|
|
347
351
|
get gridKeydownRef(): string;
|
|
348
352
|
set gridKeydownRef(a: string);
|
|
349
|
-
private
|
|
353
|
+
private df;
|
|
350
354
|
get rowDragStartRef(): string;
|
|
351
355
|
set rowDragStartRef(a: string);
|
|
352
|
-
private
|
|
356
|
+
private de;
|
|
353
357
|
get rowDragEndRef(): string;
|
|
354
358
|
set rowDragEndRef(a: string);
|
|
355
|
-
private
|
|
359
|
+
private cu;
|
|
356
360
|
get gridCopyRef(): string;
|
|
357
361
|
set gridCopyRef(a: string);
|
|
358
|
-
private
|
|
362
|
+
private du;
|
|
359
363
|
get rowToggleRef(): string;
|
|
360
364
|
set rowToggleRef(a: string);
|
|
361
|
-
private
|
|
365
|
+
private dp;
|
|
362
366
|
get rowPinningRef(): string;
|
|
363
367
|
set rowPinningRef(a: string);
|
|
364
|
-
private
|
|
368
|
+
private dn;
|
|
365
369
|
get rowPinnedRef(): string;
|
|
366
370
|
set rowPinnedRef(a: string);
|
|
367
|
-
private
|
|
371
|
+
private bs;
|
|
368
372
|
get activeNodeChangeRef(): string;
|
|
369
373
|
set activeNodeChangeRef(a: string);
|
|
370
|
-
private
|
|
374
|
+
private d2;
|
|
371
375
|
get sortingExpressionsChangeRef(): string;
|
|
372
376
|
set sortingExpressionsChangeRef(a: string);
|
|
373
|
-
private
|
|
377
|
+
private d5;
|
|
374
378
|
get toolbarExportingRef(): string;
|
|
375
379
|
set toolbarExportingRef(a: string);
|
|
376
|
-
private
|
|
380
|
+
private c5;
|
|
377
381
|
get rangeSelectedRef(): string;
|
|
378
382
|
set rangeSelectedRef(a: string);
|
|
379
|
-
private
|
|
383
|
+
private c6;
|
|
380
384
|
get renderedRef(): string;
|
|
381
385
|
set renderedRef(a: string);
|
|
382
|
-
private
|
|
386
|
+
private cg;
|
|
383
387
|
get dataChangingRef(): string;
|
|
384
388
|
set dataChangingRef(a: string);
|
|
385
|
-
private
|
|
389
|
+
private cf;
|
|
386
390
|
get dataChangedRef(): string;
|
|
387
391
|
set dataChangedRef(a: string);
|
|
388
392
|
}
|
|
@@ -10,52 +10,52 @@ export declare class WebGridDescription extends WebGridBaseDirectiveDescription
|
|
|
10
10
|
static $t: Type;
|
|
11
11
|
protected get_type(): string;
|
|
12
12
|
constructor();
|
|
13
|
-
private
|
|
13
|
+
private gv;
|
|
14
14
|
get groupsExpanded(): boolean;
|
|
15
15
|
set groupsExpanded(a: boolean);
|
|
16
|
-
private
|
|
16
|
+
private g7;
|
|
17
17
|
get dropAreaTemplateRef(): string;
|
|
18
18
|
set dropAreaTemplateRef(a: string);
|
|
19
|
-
private
|
|
19
|
+
private g5;
|
|
20
20
|
get detailTemplateRef(): string;
|
|
21
21
|
set detailTemplateRef(a: string);
|
|
22
|
-
private
|
|
22
|
+
private hb;
|
|
23
23
|
get id(): string;
|
|
24
24
|
set id(a: string);
|
|
25
|
-
private
|
|
25
|
+
private g4;
|
|
26
26
|
get dataRef(): string;
|
|
27
27
|
set dataRef(a: string);
|
|
28
|
-
private
|
|
28
|
+
private g1;
|
|
29
29
|
get totalItemCount(): number;
|
|
30
30
|
set totalItemCount(a: number);
|
|
31
|
-
private
|
|
31
|
+
private gq;
|
|
32
32
|
get groupingExpressions(): WebGroupingExpressionDescription[];
|
|
33
33
|
set groupingExpressions(a: WebGroupingExpressionDescription[]);
|
|
34
|
-
private
|
|
34
|
+
private gp;
|
|
35
35
|
get groupingExpansionState(): WebGroupByExpandStateDescription[];
|
|
36
36
|
set groupingExpansionState(a: WebGroupByExpandStateDescription[]);
|
|
37
|
-
private
|
|
37
|
+
private gw;
|
|
38
38
|
get hideGroupedColumns(): boolean;
|
|
39
39
|
set hideGroupedColumns(a: boolean);
|
|
40
|
-
private
|
|
40
|
+
private gt;
|
|
41
41
|
get groupStrategy(): WebGridGroupingStrategyDescription;
|
|
42
42
|
set groupStrategy(a: WebGridGroupingStrategyDescription);
|
|
43
|
-
private
|
|
43
|
+
private g6;
|
|
44
44
|
get dropAreaMessage(): string;
|
|
45
45
|
set dropAreaMessage(a: string);
|
|
46
|
-
private
|
|
46
|
+
private g8;
|
|
47
47
|
get groupByRowSelectorTemplateRef(): string;
|
|
48
48
|
set groupByRowSelectorTemplateRef(a: string);
|
|
49
|
-
private
|
|
49
|
+
private ha;
|
|
50
50
|
get groupRowTemplateRef(): string;
|
|
51
51
|
set groupRowTemplateRef(a: string);
|
|
52
|
-
private
|
|
52
|
+
private gx;
|
|
53
53
|
get showGroupArea(): boolean;
|
|
54
54
|
set showGroupArea(a: boolean);
|
|
55
|
-
private
|
|
55
|
+
private g3;
|
|
56
56
|
get dataPreLoadRef(): string;
|
|
57
57
|
set dataPreLoadRef(a: string);
|
|
58
|
-
private
|
|
58
|
+
private g9;
|
|
59
59
|
get groupingDoneRef(): string;
|
|
60
60
|
set groupingDoneRef(a: string);
|
|
61
61
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { WebGridStateOptionsDescription } from "./WebGridStateOptionsDescription";
|
|
3
|
+
import { Type } from "./type";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class WebGridStateBaseDirectiveDescription extends Description {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
protected get_type(): string;
|
|
10
|
+
get type(): string;
|
|
11
|
+
constructor();
|
|
12
|
+
private h;
|
|
13
|
+
get options(): WebGridStateOptionsDescription;
|
|
14
|
+
set options(a: WebGridStateOptionsDescription);
|
|
15
|
+
private j;
|
|
16
|
+
get name(): string;
|
|
17
|
+
set name(a: string);
|
|
18
|
+
private k;
|
|
19
|
+
get stateParsedRef(): string;
|
|
20
|
+
set stateParsedRef(a: string);
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { WebGridStateBaseDirectiveDescriptionMetadata } from "./WebGridStateBaseDirectiveDescriptionMetadata_combined";
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class WebGridStateBaseDirectiveDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
export declare class WebGridStateDescriptionMetadata extends Base {
|
|
18
|
+
static $t: Type;
|
|
19
|
+
private static a;
|
|
20
|
+
private static b;
|
|
21
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
22
|
+
static d(a: TypeDescriptionContext): void;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* @hidden
|
|
26
|
+
*/
|
|
27
|
+
export declare class WebGridStateComponentEventArgsDescriptionMetadata extends Base {
|
|
28
|
+
static $t: Type;
|
|
29
|
+
private static a;
|
|
30
|
+
private static b;
|
|
31
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
32
|
+
static d(a: TypeDescriptionContext): void;
|
|
33
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
/**
|
|
4
|
+
* @hidden
|
|
5
|
+
*/
|
|
6
|
+
export declare class WebGridStateBaseDirectiveDescriptionModule extends Base {
|
|
7
|
+
static $t: Type;
|
|
8
|
+
static register(a: TypeDescriptionContext): void;
|
|
9
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Description } from "./Description";
|
|
2
|
+
import { Type } from "./type";
|
|
3
|
+
import { WebGridStateDescription } from "./WebGridStateDescription";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class WebGridStateCollectionDescription extends Description {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
protected get_type(): string;
|
|
10
|
+
get type(): string;
|
|
11
|
+
constructor();
|
|
12
|
+
private l;
|
|
13
|
+
get id(): string;
|
|
14
|
+
set id(a: string);
|
|
15
|
+
private j;
|
|
16
|
+
get parentRowID(): any;
|
|
17
|
+
set parentRowID(a: any);
|
|
18
|
+
private h;
|
|
19
|
+
get state(): WebGridStateDescription;
|
|
20
|
+
set state(a: WebGridStateDescription);
|
|
21
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Base, Type } from "./type";
|
|
2
|
+
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
3
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
4
|
+
/**
|
|
5
|
+
* @hidden
|
|
6
|
+
*/
|
|
7
|
+
export declare class WebGridStateCollectionDescriptionMetadata extends Base {
|
|
8
|
+
static $t: Type;
|
|
9
|
+
private static a;
|
|
10
|
+
private static b;
|
|
11
|
+
static c(a: Dictionary$2<string, string>): void;
|
|
12
|
+
static d(a: TypeDescriptionContext): void;
|
|
13
|
+
}
|