igniteui-angular-core 17.0.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 +1 -1
- package/public_api.d.ts +20 -0
|
@@ -421,6 +421,8 @@ var WebGridBaseDirectiveDescriptionMetadata = /** @class */ /*@__PURE__*/ (funct
|
|
|
421
421
|
a.item("TotalRecords", "Number:double");
|
|
422
422
|
a.item("SelectRowOnClick", "Boolean");
|
|
423
423
|
a.item("ActualColumns", "Collection:WebColumn:ColumnCollection:WebColumn");
|
|
424
|
+
a.item("StateComponents", "Collection:WebGridState:StateCollection:WebGridState");
|
|
425
|
+
a.item("StateComponents@ngQueryList", "stateComponents");
|
|
424
426
|
a.item("FilteringExpressionsTreeChangeRef", "EventRef::filteringExpressionsTreeChange:customEvent");
|
|
425
427
|
a.item("AdvancedFilteringExpressionsTreeChangeRef", "EventRef::advancedFilteringExpressionsTreeChange:customEvent");
|
|
426
428
|
a.item("GridScrollRef", "EventRef::gridScroll:customEvent");
|
|
@@ -0,0 +1,296 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Description } from "./Description";
|
|
9
|
+
import { markType } from "./type";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
var WebColumnStateDescription = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
14
|
+
__extends(WebColumnStateDescription, _super);
|
|
15
|
+
function WebColumnStateDescription() {
|
|
16
|
+
var _this = _super.call(this) || this;
|
|
17
|
+
_this.q = false;
|
|
18
|
+
_this.t = false;
|
|
19
|
+
_this.k = false;
|
|
20
|
+
_this.j = false;
|
|
21
|
+
_this.u = false;
|
|
22
|
+
_this.l = false;
|
|
23
|
+
_this.aq = null;
|
|
24
|
+
_this.ar = null;
|
|
25
|
+
_this.as = null;
|
|
26
|
+
_this.m = false;
|
|
27
|
+
_this.p = false;
|
|
28
|
+
_this.o = false;
|
|
29
|
+
_this.an = null;
|
|
30
|
+
_this.n = false;
|
|
31
|
+
_this.ao = null;
|
|
32
|
+
_this.ak = null;
|
|
33
|
+
_this.ap = null;
|
|
34
|
+
_this.r = false;
|
|
35
|
+
_this.s = false;
|
|
36
|
+
_this.h = false;
|
|
37
|
+
_this.aj = null;
|
|
38
|
+
_this.i = false;
|
|
39
|
+
return _this;
|
|
40
|
+
}
|
|
41
|
+
WebColumnStateDescription.prototype.get_type = function () {
|
|
42
|
+
return "WebColumnState";
|
|
43
|
+
};
|
|
44
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "type", {
|
|
45
|
+
get: function () {
|
|
46
|
+
return this.get_type();
|
|
47
|
+
},
|
|
48
|
+
enumerable: false,
|
|
49
|
+
configurable: true
|
|
50
|
+
});
|
|
51
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "pinned", {
|
|
52
|
+
get: function () {
|
|
53
|
+
return this.q;
|
|
54
|
+
},
|
|
55
|
+
set: function (a) {
|
|
56
|
+
this.q = a;
|
|
57
|
+
this.g("Pinned");
|
|
58
|
+
},
|
|
59
|
+
enumerable: false,
|
|
60
|
+
configurable: true
|
|
61
|
+
});
|
|
62
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "sortable", {
|
|
63
|
+
get: function () {
|
|
64
|
+
return this.t;
|
|
65
|
+
},
|
|
66
|
+
set: function (a) {
|
|
67
|
+
this.t = a;
|
|
68
|
+
this.g("Sortable");
|
|
69
|
+
},
|
|
70
|
+
enumerable: false,
|
|
71
|
+
configurable: true
|
|
72
|
+
});
|
|
73
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "filterable", {
|
|
74
|
+
get: function () {
|
|
75
|
+
return this.k;
|
|
76
|
+
},
|
|
77
|
+
set: function (a) {
|
|
78
|
+
this.k = a;
|
|
79
|
+
this.g("Filterable");
|
|
80
|
+
},
|
|
81
|
+
enumerable: false,
|
|
82
|
+
configurable: true
|
|
83
|
+
});
|
|
84
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "editable", {
|
|
85
|
+
get: function () {
|
|
86
|
+
return this.j;
|
|
87
|
+
},
|
|
88
|
+
set: function (a) {
|
|
89
|
+
this.j = a;
|
|
90
|
+
this.g("Editable");
|
|
91
|
+
},
|
|
92
|
+
enumerable: false,
|
|
93
|
+
configurable: true
|
|
94
|
+
});
|
|
95
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "sortingIgnoreCase", {
|
|
96
|
+
get: function () {
|
|
97
|
+
return this.u;
|
|
98
|
+
},
|
|
99
|
+
set: function (a) {
|
|
100
|
+
this.u = a;
|
|
101
|
+
this.g("SortingIgnoreCase");
|
|
102
|
+
},
|
|
103
|
+
enumerable: false,
|
|
104
|
+
configurable: true
|
|
105
|
+
});
|
|
106
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "filteringIgnoreCase", {
|
|
107
|
+
get: function () {
|
|
108
|
+
return this.l;
|
|
109
|
+
},
|
|
110
|
+
set: function (a) {
|
|
111
|
+
this.l = a;
|
|
112
|
+
this.g("FilteringIgnoreCase");
|
|
113
|
+
},
|
|
114
|
+
enumerable: false,
|
|
115
|
+
configurable: true
|
|
116
|
+
});
|
|
117
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "headerClasses", {
|
|
118
|
+
get: function () {
|
|
119
|
+
return this.aq;
|
|
120
|
+
},
|
|
121
|
+
set: function (a) {
|
|
122
|
+
this.aq = a;
|
|
123
|
+
this.g("HeaderClasses");
|
|
124
|
+
},
|
|
125
|
+
enumerable: false,
|
|
126
|
+
configurable: true
|
|
127
|
+
});
|
|
128
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "headerGroupClasses", {
|
|
129
|
+
get: function () {
|
|
130
|
+
return this.ar;
|
|
131
|
+
},
|
|
132
|
+
set: function (a) {
|
|
133
|
+
this.ar = a;
|
|
134
|
+
this.g("HeaderGroupClasses");
|
|
135
|
+
},
|
|
136
|
+
enumerable: false,
|
|
137
|
+
configurable: true
|
|
138
|
+
});
|
|
139
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "maxWidth", {
|
|
140
|
+
get: function () {
|
|
141
|
+
return this.as;
|
|
142
|
+
},
|
|
143
|
+
set: function (a) {
|
|
144
|
+
this.as = a;
|
|
145
|
+
this.g("MaxWidth");
|
|
146
|
+
},
|
|
147
|
+
enumerable: false,
|
|
148
|
+
configurable: true
|
|
149
|
+
});
|
|
150
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "groupable", {
|
|
151
|
+
get: function () {
|
|
152
|
+
return this.m;
|
|
153
|
+
},
|
|
154
|
+
set: function (a) {
|
|
155
|
+
this.m = a;
|
|
156
|
+
this.g("Groupable");
|
|
157
|
+
},
|
|
158
|
+
enumerable: false,
|
|
159
|
+
configurable: true
|
|
160
|
+
});
|
|
161
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "movable", {
|
|
162
|
+
get: function () {
|
|
163
|
+
return this.p;
|
|
164
|
+
},
|
|
165
|
+
set: function (a) {
|
|
166
|
+
this.p = a;
|
|
167
|
+
this.g("Movable");
|
|
168
|
+
},
|
|
169
|
+
enumerable: false,
|
|
170
|
+
configurable: true
|
|
171
|
+
});
|
|
172
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "hidden", {
|
|
173
|
+
get: function () {
|
|
174
|
+
return this.o;
|
|
175
|
+
},
|
|
176
|
+
set: function (a) {
|
|
177
|
+
this.o = a;
|
|
178
|
+
this.g("Hidden");
|
|
179
|
+
},
|
|
180
|
+
enumerable: false,
|
|
181
|
+
configurable: true
|
|
182
|
+
});
|
|
183
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "dataType", {
|
|
184
|
+
get: function () {
|
|
185
|
+
return this.an;
|
|
186
|
+
},
|
|
187
|
+
set: function (a) {
|
|
188
|
+
this.an = a;
|
|
189
|
+
this.g("DataType");
|
|
190
|
+
},
|
|
191
|
+
enumerable: false,
|
|
192
|
+
configurable: true
|
|
193
|
+
});
|
|
194
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "hasSummary", {
|
|
195
|
+
get: function () {
|
|
196
|
+
return this.n;
|
|
197
|
+
},
|
|
198
|
+
set: function (a) {
|
|
199
|
+
this.n = a;
|
|
200
|
+
this.g("HasSummary");
|
|
201
|
+
},
|
|
202
|
+
enumerable: false,
|
|
203
|
+
configurable: true
|
|
204
|
+
});
|
|
205
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "field", {
|
|
206
|
+
get: function () {
|
|
207
|
+
return this.ao;
|
|
208
|
+
},
|
|
209
|
+
set: function (a) {
|
|
210
|
+
this.ao = a;
|
|
211
|
+
this.g("Field");
|
|
212
|
+
},
|
|
213
|
+
enumerable: false,
|
|
214
|
+
configurable: true
|
|
215
|
+
});
|
|
216
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "width", {
|
|
217
|
+
get: function () {
|
|
218
|
+
return this.ak;
|
|
219
|
+
},
|
|
220
|
+
set: function (a) {
|
|
221
|
+
this.ak = a;
|
|
222
|
+
this.g("Width");
|
|
223
|
+
},
|
|
224
|
+
enumerable: false,
|
|
225
|
+
configurable: true
|
|
226
|
+
});
|
|
227
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "header", {
|
|
228
|
+
get: function () {
|
|
229
|
+
return this.ap;
|
|
230
|
+
},
|
|
231
|
+
set: function (a) {
|
|
232
|
+
this.ap = a;
|
|
233
|
+
this.g("Header");
|
|
234
|
+
},
|
|
235
|
+
enumerable: false,
|
|
236
|
+
configurable: true
|
|
237
|
+
});
|
|
238
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "resizable", {
|
|
239
|
+
get: function () {
|
|
240
|
+
return this.r;
|
|
241
|
+
},
|
|
242
|
+
set: function (a) {
|
|
243
|
+
this.r = a;
|
|
244
|
+
this.g("Resizable");
|
|
245
|
+
},
|
|
246
|
+
enumerable: false,
|
|
247
|
+
configurable: true
|
|
248
|
+
});
|
|
249
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "searchable", {
|
|
250
|
+
get: function () {
|
|
251
|
+
return this.s;
|
|
252
|
+
},
|
|
253
|
+
set: function (a) {
|
|
254
|
+
this.s = a;
|
|
255
|
+
this.g("Searchable");
|
|
256
|
+
},
|
|
257
|
+
enumerable: false,
|
|
258
|
+
configurable: true
|
|
259
|
+
});
|
|
260
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "columnGroup", {
|
|
261
|
+
get: function () {
|
|
262
|
+
return this.h;
|
|
263
|
+
},
|
|
264
|
+
set: function (a) {
|
|
265
|
+
this.h = a;
|
|
266
|
+
this.g("ColumnGroup");
|
|
267
|
+
},
|
|
268
|
+
enumerable: false,
|
|
269
|
+
configurable: true
|
|
270
|
+
});
|
|
271
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "parent", {
|
|
272
|
+
get: function () {
|
|
273
|
+
return this.aj;
|
|
274
|
+
},
|
|
275
|
+
set: function (a) {
|
|
276
|
+
this.aj = a;
|
|
277
|
+
this.g("Parent");
|
|
278
|
+
},
|
|
279
|
+
enumerable: false,
|
|
280
|
+
configurable: true
|
|
281
|
+
});
|
|
282
|
+
Object.defineProperty(WebColumnStateDescription.prototype, "disableHiding", {
|
|
283
|
+
get: function () {
|
|
284
|
+
return this.i;
|
|
285
|
+
},
|
|
286
|
+
set: function (a) {
|
|
287
|
+
this.i = a;
|
|
288
|
+
this.g("DisableHiding");
|
|
289
|
+
},
|
|
290
|
+
enumerable: false,
|
|
291
|
+
configurable: true
|
|
292
|
+
});
|
|
293
|
+
WebColumnStateDescription.$t = markType(WebColumnStateDescription, 'WebColumnStateDescription', Description.$);
|
|
294
|
+
return WebColumnStateDescription;
|
|
295
|
+
}(Description));
|
|
296
|
+
export { WebColumnStateDescription };
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/*
|
|
2
|
+
THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
|
|
3
|
+
https://www.infragistics.com/legal/license/igultimate-la
|
|
4
|
+
https://www.infragistics.com/legal/license/igultimate-eula
|
|
5
|
+
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
|
+
*/
|
|
7
|
+
import { __extends } from "tslib";
|
|
8
|
+
import { Base, String_$type, markType } from "./type";
|
|
9
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
10
|
+
import { WebColumnStateDescription } from "./WebColumnStateDescription";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
var WebColumnStateDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
15
|
+
__extends(WebColumnStateDescriptionMetadata, _super);
|
|
16
|
+
function WebColumnStateDescriptionMetadata() {
|
|
17
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
18
|
+
}
|
|
19
|
+
WebColumnStateDescriptionMetadata.b = function (a) {
|
|
20
|
+
if (WebColumnStateDescriptionMetadata.a == null) {
|
|
21
|
+
WebColumnStateDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
22
|
+
WebColumnStateDescriptionMetadata.c(WebColumnStateDescriptionMetadata.a);
|
|
23
|
+
}
|
|
24
|
+
if (a.k(WebColumnStateDescriptionMetadata.a)) {
|
|
25
|
+
return;
|
|
26
|
+
}
|
|
27
|
+
a.ab(WebColumnStateDescriptionMetadata.a);
|
|
28
|
+
};
|
|
29
|
+
WebColumnStateDescriptionMetadata.c = function (a) {
|
|
30
|
+
a.item("__qualifiedNameTS", "String:ColumnState");
|
|
31
|
+
a.item("__packageNameWC", "String:grids");
|
|
32
|
+
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
33
|
+
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
34
|
+
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
35
|
+
a.item("__isPlainObject", "Boolean");
|
|
36
|
+
a.item("__skipSuffix", "Boolean");
|
|
37
|
+
a.item("Pinned", "Boolean");
|
|
38
|
+
a.item("Sortable", "Boolean");
|
|
39
|
+
a.item("Filterable", "Boolean");
|
|
40
|
+
a.item("Editable", "Boolean");
|
|
41
|
+
a.item("SortingIgnoreCase", "Boolean");
|
|
42
|
+
a.item("FilteringIgnoreCase", "Boolean");
|
|
43
|
+
a.item("HeaderClasses", "String");
|
|
44
|
+
a.item("HeaderGroupClasses", "String");
|
|
45
|
+
a.item("MaxWidth", "String");
|
|
46
|
+
a.item("Groupable", "Boolean");
|
|
47
|
+
a.item("Movable", "Boolean");
|
|
48
|
+
a.item("Hidden", "Boolean");
|
|
49
|
+
a.item("DataType", "ExportedType:string:GridColumnDataType");
|
|
50
|
+
a.item("DataType@stringUnion", "WebComponents;React");
|
|
51
|
+
a.item("DataType@names", "String;Number;Boolean;Date;DateTime;Time;Currency;Percent;Image");
|
|
52
|
+
a.item("HasSummary", "Boolean");
|
|
53
|
+
a.item("Field", "String");
|
|
54
|
+
a.item("Width", "Unknown");
|
|
55
|
+
a.item("Header", "String");
|
|
56
|
+
a.item("Resizable", "Boolean");
|
|
57
|
+
a.item("Searchable", "Boolean");
|
|
58
|
+
a.item("ColumnGroup", "Boolean");
|
|
59
|
+
a.item("Parent", "Unknown");
|
|
60
|
+
a.item("DisableHiding", "Boolean");
|
|
61
|
+
};
|
|
62
|
+
WebColumnStateDescriptionMetadata.d = function (a) {
|
|
63
|
+
WebColumnStateDescriptionMetadata.b(a);
|
|
64
|
+
a.ad("WebColumnState", function () { return new WebColumnStateDescription(); });
|
|
65
|
+
a.ac("WebColumnState", WebColumnStateDescriptionMetadata.a);
|
|
66
|
+
};
|
|
67
|
+
WebColumnStateDescriptionMetadata.$t = markType(WebColumnStateDescriptionMetadata, 'WebColumnStateDescriptionMetadata');
|
|
68
|
+
WebColumnStateDescriptionMetadata.a = null;
|
|
69
|
+
return WebColumnStateDescriptionMetadata;
|
|
70
|
+
}(Base));
|
|
71
|
+
export { WebColumnStateDescriptionMetadata };
|