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
|
@@ -405,6 +405,8 @@ export let WebGridBaseDirectiveDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
405
405
|
a.item("TotalRecords", "Number:double");
|
|
406
406
|
a.item("SelectRowOnClick", "Boolean");
|
|
407
407
|
a.item("ActualColumns", "Collection:WebColumn:ColumnCollection:WebColumn");
|
|
408
|
+
a.item("StateComponents", "Collection:WebGridState:StateCollection:WebGridState");
|
|
409
|
+
a.item("StateComponents@ngQueryList", "stateComponents");
|
|
408
410
|
a.item("FilteringExpressionsTreeChangeRef", "EventRef::filteringExpressionsTreeChange:customEvent");
|
|
409
411
|
a.item("AdvancedFilteringExpressionsTreeChangeRef", "EventRef::advancedFilteringExpressionsTreeChange:customEvent");
|
|
410
412
|
a.item("GridScrollRef", "EventRef::gridScroll:customEvent");
|
|
@@ -0,0 +1,202 @@
|
|
|
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 { Description } from "./Description";
|
|
8
|
+
import { markType } from "./type";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let WebColumnStateDescription = /*@__PURE__*/ (() => {
|
|
13
|
+
class WebColumnStateDescription extends Description {
|
|
14
|
+
constructor() {
|
|
15
|
+
super();
|
|
16
|
+
this.q = false;
|
|
17
|
+
this.t = false;
|
|
18
|
+
this.k = false;
|
|
19
|
+
this.j = false;
|
|
20
|
+
this.u = false;
|
|
21
|
+
this.l = false;
|
|
22
|
+
this.aq = null;
|
|
23
|
+
this.ar = null;
|
|
24
|
+
this.as = null;
|
|
25
|
+
this.m = false;
|
|
26
|
+
this.p = false;
|
|
27
|
+
this.o = false;
|
|
28
|
+
this.an = null;
|
|
29
|
+
this.n = false;
|
|
30
|
+
this.ao = null;
|
|
31
|
+
this.ak = null;
|
|
32
|
+
this.ap = null;
|
|
33
|
+
this.r = false;
|
|
34
|
+
this.s = false;
|
|
35
|
+
this.h = false;
|
|
36
|
+
this.aj = null;
|
|
37
|
+
this.i = false;
|
|
38
|
+
}
|
|
39
|
+
get_type() {
|
|
40
|
+
return "WebColumnState";
|
|
41
|
+
}
|
|
42
|
+
get type() {
|
|
43
|
+
return this.get_type();
|
|
44
|
+
}
|
|
45
|
+
get pinned() {
|
|
46
|
+
return this.q;
|
|
47
|
+
}
|
|
48
|
+
set pinned(a) {
|
|
49
|
+
this.q = a;
|
|
50
|
+
this.g("Pinned");
|
|
51
|
+
}
|
|
52
|
+
get sortable() {
|
|
53
|
+
return this.t;
|
|
54
|
+
}
|
|
55
|
+
set sortable(a) {
|
|
56
|
+
this.t = a;
|
|
57
|
+
this.g("Sortable");
|
|
58
|
+
}
|
|
59
|
+
get filterable() {
|
|
60
|
+
return this.k;
|
|
61
|
+
}
|
|
62
|
+
set filterable(a) {
|
|
63
|
+
this.k = a;
|
|
64
|
+
this.g("Filterable");
|
|
65
|
+
}
|
|
66
|
+
get editable() {
|
|
67
|
+
return this.j;
|
|
68
|
+
}
|
|
69
|
+
set editable(a) {
|
|
70
|
+
this.j = a;
|
|
71
|
+
this.g("Editable");
|
|
72
|
+
}
|
|
73
|
+
get sortingIgnoreCase() {
|
|
74
|
+
return this.u;
|
|
75
|
+
}
|
|
76
|
+
set sortingIgnoreCase(a) {
|
|
77
|
+
this.u = a;
|
|
78
|
+
this.g("SortingIgnoreCase");
|
|
79
|
+
}
|
|
80
|
+
get filteringIgnoreCase() {
|
|
81
|
+
return this.l;
|
|
82
|
+
}
|
|
83
|
+
set filteringIgnoreCase(a) {
|
|
84
|
+
this.l = a;
|
|
85
|
+
this.g("FilteringIgnoreCase");
|
|
86
|
+
}
|
|
87
|
+
get headerClasses() {
|
|
88
|
+
return this.aq;
|
|
89
|
+
}
|
|
90
|
+
set headerClasses(a) {
|
|
91
|
+
this.aq = a;
|
|
92
|
+
this.g("HeaderClasses");
|
|
93
|
+
}
|
|
94
|
+
get headerGroupClasses() {
|
|
95
|
+
return this.ar;
|
|
96
|
+
}
|
|
97
|
+
set headerGroupClasses(a) {
|
|
98
|
+
this.ar = a;
|
|
99
|
+
this.g("HeaderGroupClasses");
|
|
100
|
+
}
|
|
101
|
+
get maxWidth() {
|
|
102
|
+
return this.as;
|
|
103
|
+
}
|
|
104
|
+
set maxWidth(a) {
|
|
105
|
+
this.as = a;
|
|
106
|
+
this.g("MaxWidth");
|
|
107
|
+
}
|
|
108
|
+
get groupable() {
|
|
109
|
+
return this.m;
|
|
110
|
+
}
|
|
111
|
+
set groupable(a) {
|
|
112
|
+
this.m = a;
|
|
113
|
+
this.g("Groupable");
|
|
114
|
+
}
|
|
115
|
+
get movable() {
|
|
116
|
+
return this.p;
|
|
117
|
+
}
|
|
118
|
+
set movable(a) {
|
|
119
|
+
this.p = a;
|
|
120
|
+
this.g("Movable");
|
|
121
|
+
}
|
|
122
|
+
get hidden() {
|
|
123
|
+
return this.o;
|
|
124
|
+
}
|
|
125
|
+
set hidden(a) {
|
|
126
|
+
this.o = a;
|
|
127
|
+
this.g("Hidden");
|
|
128
|
+
}
|
|
129
|
+
get dataType() {
|
|
130
|
+
return this.an;
|
|
131
|
+
}
|
|
132
|
+
set dataType(a) {
|
|
133
|
+
this.an = a;
|
|
134
|
+
this.g("DataType");
|
|
135
|
+
}
|
|
136
|
+
get hasSummary() {
|
|
137
|
+
return this.n;
|
|
138
|
+
}
|
|
139
|
+
set hasSummary(a) {
|
|
140
|
+
this.n = a;
|
|
141
|
+
this.g("HasSummary");
|
|
142
|
+
}
|
|
143
|
+
get field() {
|
|
144
|
+
return this.ao;
|
|
145
|
+
}
|
|
146
|
+
set field(a) {
|
|
147
|
+
this.ao = a;
|
|
148
|
+
this.g("Field");
|
|
149
|
+
}
|
|
150
|
+
get width() {
|
|
151
|
+
return this.ak;
|
|
152
|
+
}
|
|
153
|
+
set width(a) {
|
|
154
|
+
this.ak = a;
|
|
155
|
+
this.g("Width");
|
|
156
|
+
}
|
|
157
|
+
get header() {
|
|
158
|
+
return this.ap;
|
|
159
|
+
}
|
|
160
|
+
set header(a) {
|
|
161
|
+
this.ap = a;
|
|
162
|
+
this.g("Header");
|
|
163
|
+
}
|
|
164
|
+
get resizable() {
|
|
165
|
+
return this.r;
|
|
166
|
+
}
|
|
167
|
+
set resizable(a) {
|
|
168
|
+
this.r = a;
|
|
169
|
+
this.g("Resizable");
|
|
170
|
+
}
|
|
171
|
+
get searchable() {
|
|
172
|
+
return this.s;
|
|
173
|
+
}
|
|
174
|
+
set searchable(a) {
|
|
175
|
+
this.s = a;
|
|
176
|
+
this.g("Searchable");
|
|
177
|
+
}
|
|
178
|
+
get columnGroup() {
|
|
179
|
+
return this.h;
|
|
180
|
+
}
|
|
181
|
+
set columnGroup(a) {
|
|
182
|
+
this.h = a;
|
|
183
|
+
this.g("ColumnGroup");
|
|
184
|
+
}
|
|
185
|
+
get parent() {
|
|
186
|
+
return this.aj;
|
|
187
|
+
}
|
|
188
|
+
set parent(a) {
|
|
189
|
+
this.aj = a;
|
|
190
|
+
this.g("Parent");
|
|
191
|
+
}
|
|
192
|
+
get disableHiding() {
|
|
193
|
+
return this.i;
|
|
194
|
+
}
|
|
195
|
+
set disableHiding(a) {
|
|
196
|
+
this.i = a;
|
|
197
|
+
this.g("DisableHiding");
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
WebColumnStateDescription.$t = markType(WebColumnStateDescription, 'WebColumnStateDescription', Description.$);
|
|
201
|
+
return WebColumnStateDescription;
|
|
202
|
+
})();
|
|
@@ -0,0 +1,67 @@
|
|
|
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 { Base, String_$type, markType } from "./type";
|
|
8
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
+
import { WebColumnStateDescription } from "./WebColumnStateDescription";
|
|
10
|
+
/**
|
|
11
|
+
* @hidden
|
|
12
|
+
*/
|
|
13
|
+
export let WebColumnStateDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
14
|
+
class WebColumnStateDescriptionMetadata extends Base {
|
|
15
|
+
static b(a) {
|
|
16
|
+
if (WebColumnStateDescriptionMetadata.a == null) {
|
|
17
|
+
WebColumnStateDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
18
|
+
WebColumnStateDescriptionMetadata.c(WebColumnStateDescriptionMetadata.a);
|
|
19
|
+
}
|
|
20
|
+
if (a.k(WebColumnStateDescriptionMetadata.a)) {
|
|
21
|
+
return;
|
|
22
|
+
}
|
|
23
|
+
a.ab(WebColumnStateDescriptionMetadata.a);
|
|
24
|
+
}
|
|
25
|
+
static c(a) {
|
|
26
|
+
a.item("__qualifiedNameTS", "String:ColumnState");
|
|
27
|
+
a.item("__packageNameWC", "String:grids");
|
|
28
|
+
a.item("__skipModuleRegisterWebComponents", "Boolean");
|
|
29
|
+
a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
|
|
30
|
+
a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
|
|
31
|
+
a.item("__isPlainObject", "Boolean");
|
|
32
|
+
a.item("__skipSuffix", "Boolean");
|
|
33
|
+
a.item("Pinned", "Boolean");
|
|
34
|
+
a.item("Sortable", "Boolean");
|
|
35
|
+
a.item("Filterable", "Boolean");
|
|
36
|
+
a.item("Editable", "Boolean");
|
|
37
|
+
a.item("SortingIgnoreCase", "Boolean");
|
|
38
|
+
a.item("FilteringIgnoreCase", "Boolean");
|
|
39
|
+
a.item("HeaderClasses", "String");
|
|
40
|
+
a.item("HeaderGroupClasses", "String");
|
|
41
|
+
a.item("MaxWidth", "String");
|
|
42
|
+
a.item("Groupable", "Boolean");
|
|
43
|
+
a.item("Movable", "Boolean");
|
|
44
|
+
a.item("Hidden", "Boolean");
|
|
45
|
+
a.item("DataType", "ExportedType:string:GridColumnDataType");
|
|
46
|
+
a.item("DataType@stringUnion", "WebComponents;React");
|
|
47
|
+
a.item("DataType@names", "String;Number;Boolean;Date;DateTime;Time;Currency;Percent;Image");
|
|
48
|
+
a.item("HasSummary", "Boolean");
|
|
49
|
+
a.item("Field", "String");
|
|
50
|
+
a.item("Width", "Unknown");
|
|
51
|
+
a.item("Header", "String");
|
|
52
|
+
a.item("Resizable", "Boolean");
|
|
53
|
+
a.item("Searchable", "Boolean");
|
|
54
|
+
a.item("ColumnGroup", "Boolean");
|
|
55
|
+
a.item("Parent", "Unknown");
|
|
56
|
+
a.item("DisableHiding", "Boolean");
|
|
57
|
+
}
|
|
58
|
+
static d(a) {
|
|
59
|
+
WebColumnStateDescriptionMetadata.b(a);
|
|
60
|
+
a.ad("WebColumnState", () => new WebColumnStateDescription());
|
|
61
|
+
a.ac("WebColumnState", WebColumnStateDescriptionMetadata.a);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
WebColumnStateDescriptionMetadata.$t = markType(WebColumnStateDescriptionMetadata, 'WebColumnStateDescriptionMetadata');
|
|
65
|
+
WebColumnStateDescriptionMetadata.a = null;
|
|
66
|
+
return WebColumnStateDescriptionMetadata;
|
|
67
|
+
})();
|