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