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.
Files changed (95) hide show
  1. package/bundles/igniteui-angular-core.umd.js +3388 -1605
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +16 -5
  4. package/esm2015/lib/PopupView_combined.js +743 -607
  5. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +2 -0
  6. package/esm2015/lib/WebColumnStateDescription.js +202 -0
  7. package/esm2015/lib/WebColumnStateDescriptionMetadata.js +67 -0
  8. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +338 -330
  9. package/esm2015/lib/WebGridDescription.js +44 -44
  10. package/esm2015/lib/WebGridStateBaseDirectiveDescription.js +50 -0
  11. package/esm2015/lib/WebGridStateBaseDirectiveDescriptionMetadata.js +7 -0
  12. package/esm2015/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.js +124 -0
  13. package/esm2015/lib/WebGridStateBaseDirectiveDescriptionModule.js +20 -0
  14. package/esm2015/lib/WebGridStateCollectionDescription.js +50 -0
  15. package/esm2015/lib/WebGridStateCollectionDescriptionMetadata.js +48 -0
  16. package/esm2015/lib/WebGridStateComponentEventArgsDescription.js +36 -0
  17. package/esm2015/lib/WebGridStateComponentEventArgsDescriptionMetadata.js +7 -0
  18. package/esm2015/lib/WebGridStateDescription.js +23 -0
  19. package/esm2015/lib/WebGridStateDescriptionMetadata.js +7 -0
  20. package/esm2015/lib/WebGridStateDescriptionModule.js +22 -0
  21. package/esm2015/lib/WebGridStateInfoDescription.js +156 -0
  22. package/esm2015/lib/WebGridStateInfoDescriptionMetadata.js +79 -0
  23. package/esm2015/lib/WebGridStateOptionsDescription.js +146 -0
  24. package/esm2015/lib/WebGridStateOptionsDescriptionMetadata.js +58 -0
  25. package/esm2015/lib/WebGroupingStateDescription.js +50 -0
  26. package/esm2015/lib/WebGroupingStateDescriptionMetadata.js +50 -0
  27. package/esm2015/lib/WebPagingStateDescription.js +42 -0
  28. package/esm2015/lib/WebPagingStateDescriptionMetadata.js +45 -0
  29. package/esm2015/lib/WebPivotGridDescription.js +35 -35
  30. package/esm2015/lib/WebTreeGridDescription.js +27 -27
  31. package/esm2015/lib/igx-popup-component.js +59 -37
  32. package/esm2015/public_api.js +20 -0
  33. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +16 -5
  34. package/esm5/lib/PopupView_combined.js +738 -590
  35. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +2 -0
  36. package/esm5/lib/WebColumnStateDescription.js +296 -0
  37. package/esm5/lib/WebColumnStateDescriptionMetadata.js +71 -0
  38. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +342 -330
  39. package/esm5/lib/WebGridDescription.js +44 -44
  40. package/esm5/lib/WebGridStateBaseDirectiveDescription.js +68 -0
  41. package/esm5/lib/WebGridStateBaseDirectiveDescriptionMetadata.js +7 -0
  42. package/esm5/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.js +134 -0
  43. package/esm5/lib/WebGridStateBaseDirectiveDescriptionModule.js +24 -0
  44. package/esm5/lib/WebGridStateCollectionDescription.js +68 -0
  45. package/esm5/lib/WebGridStateCollectionDescriptionMetadata.js +52 -0
  46. package/esm5/lib/WebGridStateComponentEventArgsDescription.js +46 -0
  47. package/esm5/lib/WebGridStateComponentEventArgsDescriptionMetadata.js +7 -0
  48. package/esm5/lib/WebGridStateDescription.js +24 -0
  49. package/esm5/lib/WebGridStateDescriptionMetadata.js +7 -0
  50. package/esm5/lib/WebGridStateDescriptionModule.js +26 -0
  51. package/esm5/lib/WebGridStateInfoDescription.js +226 -0
  52. package/esm5/lib/WebGridStateInfoDescriptionMetadata.js +83 -0
  53. package/esm5/lib/WebGridStateOptionsDescription.js +212 -0
  54. package/esm5/lib/WebGridStateOptionsDescriptionMetadata.js +62 -0
  55. package/esm5/lib/WebGroupingStateDescription.js +68 -0
  56. package/esm5/lib/WebGroupingStateDescriptionMetadata.js +54 -0
  57. package/esm5/lib/WebPagingStateDescription.js +56 -0
  58. package/esm5/lib/WebPagingStateDescriptionMetadata.js +49 -0
  59. package/esm5/lib/WebPivotGridDescription.js +35 -35
  60. package/esm5/lib/WebTreeGridDescription.js +27 -27
  61. package/esm5/lib/igx-popup-component.js +67 -37
  62. package/esm5/public_api.js +20 -0
  63. package/fesm2015/igniteui-angular-core.js +2951 -1525
  64. package/fesm5/igniteui-angular-core.js +3369 -1606
  65. package/lib/IDataLegendSeries.d.ts +2 -0
  66. package/lib/IDataLegendTarget.d.ts +1 -0
  67. package/lib/PopupView_combined.d.ts +161 -144
  68. package/lib/WebColumnStateDescription.d.ts +77 -0
  69. package/lib/WebColumnStateDescriptionMetadata.d.ts +13 -0
  70. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +119 -115
  71. package/lib/WebGridDescription.d.ts +16 -16
  72. package/lib/WebGridStateBaseDirectiveDescription.d.ts +21 -0
  73. package/lib/WebGridStateBaseDirectiveDescriptionMetadata.d.ts +1 -0
  74. package/lib/WebGridStateBaseDirectiveDescriptionMetadata_combined.d.ts +33 -0
  75. package/lib/WebGridStateBaseDirectiveDescriptionModule.d.ts +9 -0
  76. package/lib/WebGridStateCollectionDescription.d.ts +21 -0
  77. package/lib/WebGridStateCollectionDescriptionMetadata.d.ts +13 -0
  78. package/lib/WebGridStateComponentEventArgsDescription.d.ts +17 -0
  79. package/lib/WebGridStateComponentEventArgsDescriptionMetadata.d.ts +1 -0
  80. package/lib/WebGridStateDescription.d.ts +10 -0
  81. package/lib/WebGridStateDescriptionMetadata.d.ts +1 -0
  82. package/lib/WebGridStateDescriptionModule.d.ts +9 -0
  83. package/lib/WebGridStateInfoDescription.d.ts +70 -0
  84. package/lib/WebGridStateInfoDescriptionMetadata.d.ts +13 -0
  85. package/lib/WebGridStateOptionsDescription.d.ts +56 -0
  86. package/lib/WebGridStateOptionsDescriptionMetadata.d.ts +13 -0
  87. package/lib/WebGroupingStateDescription.d.ts +22 -0
  88. package/lib/WebGroupingStateDescriptionMetadata.d.ts +13 -0
  89. package/lib/WebPagingStateDescription.d.ts +17 -0
  90. package/lib/WebPagingStateDescriptionMetadata.d.ts +13 -0
  91. package/lib/WebPivotGridDescription.d.ts +13 -13
  92. package/lib/WebTreeGridDescription.d.ts +10 -10
  93. package/lib/igx-popup-component.d.ts +13 -1
  94. package/package.json +1 -1
  95. package/public_api.d.ts +20 -0
@@ -0,0 +1,24 @@
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 { WebGridStateBaseDirectiveDescription } from "./WebGridStateBaseDirectiveDescription";
9
+ import { markType } from "./type";
10
+ /**
11
+ * @hidden
12
+ */
13
+ var WebGridStateDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
+ __extends(WebGridStateDescription, _super);
15
+ function WebGridStateDescription() {
16
+ return _super.call(this) || this;
17
+ }
18
+ WebGridStateDescription.prototype.get_type = function () {
19
+ return "WebGridState";
20
+ };
21
+ WebGridStateDescription.$t = markType(WebGridStateDescription, 'WebGridStateDescription', WebGridStateBaseDirectiveDescription.$);
22
+ return WebGridStateDescription;
23
+ }(WebGridStateBaseDirectiveDescription));
24
+ export { WebGridStateDescription };
@@ -0,0 +1,7 @@
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
+ export { WebGridStateDescriptionMetadata } from "./WebGridStateBaseDirectiveDescriptionMetadata_combined";
@@ -0,0 +1,26 @@
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, markType } from "./type";
9
+ import { WebGridStateBaseDirectiveDescriptionModule } from "./WebGridStateBaseDirectiveDescriptionModule";
10
+ import { WebGridStateDescriptionMetadata } from "./WebGridStateDescriptionMetadata";
11
+ /**
12
+ * @hidden
13
+ */
14
+ var WebGridStateDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
15
+ __extends(WebGridStateDescriptionModule, _super);
16
+ function WebGridStateDescriptionModule() {
17
+ return _super !== null && _super.apply(this, arguments) || this;
18
+ }
19
+ WebGridStateDescriptionModule.register = function (a) {
20
+ WebGridStateBaseDirectiveDescriptionModule.register(a);
21
+ WebGridStateDescriptionMetadata.d(a);
22
+ };
23
+ WebGridStateDescriptionModule.$t = markType(WebGridStateDescriptionModule, 'WebGridStateDescriptionModule');
24
+ return WebGridStateDescriptionModule;
25
+ }(Base));
26
+ export { WebGridStateDescriptionModule };
@@ -0,0 +1,226 @@
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 WebGridStateInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
+ __extends(WebGridStateInfoDescription, _super);
15
+ function WebGridStateInfoDescription() {
16
+ var _this = _super.call(this) || this;
17
+ _this.i = null;
18
+ _this.s = null;
19
+ _this.r = null;
20
+ _this.x = null;
21
+ _this.ae = false;
22
+ _this.l = null;
23
+ _this.v = null;
24
+ _this.h = null;
25
+ _this.ak = null;
26
+ _this.j = null;
27
+ _this.aj = null;
28
+ _this.z = null;
29
+ _this.ah = null;
30
+ _this.k = null;
31
+ _this.ai = null;
32
+ _this.ab = null;
33
+ return _this;
34
+ }
35
+ WebGridStateInfoDescription.prototype.get_type = function () {
36
+ return "WebGridStateInfo";
37
+ };
38
+ Object.defineProperty(WebGridStateInfoDescription.prototype, "type", {
39
+ get: function () {
40
+ return this.get_type();
41
+ },
42
+ enumerable: false,
43
+ configurable: true
44
+ });
45
+ Object.defineProperty(WebGridStateInfoDescription.prototype, "columns", {
46
+ get: function () {
47
+ return this.i;
48
+ },
49
+ set: function (a) {
50
+ this.i = a;
51
+ this.g("Columns");
52
+ },
53
+ enumerable: false,
54
+ configurable: true
55
+ });
56
+ Object.defineProperty(WebGridStateInfoDescription.prototype, "filtering", {
57
+ get: function () {
58
+ return this.s;
59
+ },
60
+ set: function (a) {
61
+ this.s = a;
62
+ this.g("Filtering");
63
+ },
64
+ enumerable: false,
65
+ configurable: true
66
+ });
67
+ Object.defineProperty(WebGridStateInfoDescription.prototype, "advancedFiltering", {
68
+ get: function () {
69
+ return this.r;
70
+ },
71
+ set: function (a) {
72
+ this.r = a;
73
+ this.g("AdvancedFiltering");
74
+ },
75
+ enumerable: false,
76
+ configurable: true
77
+ });
78
+ Object.defineProperty(WebGridStateInfoDescription.prototype, "paging", {
79
+ get: function () {
80
+ return this.x;
81
+ },
82
+ set: function (a) {
83
+ this.x = a;
84
+ this.g("Paging");
85
+ },
86
+ enumerable: false,
87
+ configurable: true
88
+ });
89
+ Object.defineProperty(WebGridStateInfoDescription.prototype, "moving", {
90
+ get: function () {
91
+ return this.ae;
92
+ },
93
+ set: function (a) {
94
+ this.ae = a;
95
+ this.g("Moving");
96
+ },
97
+ enumerable: false,
98
+ configurable: true
99
+ });
100
+ Object.defineProperty(WebGridStateInfoDescription.prototype, "sorting", {
101
+ get: function () {
102
+ return this.l;
103
+ },
104
+ set: function (a) {
105
+ this.l = a;
106
+ this.g("Sorting");
107
+ },
108
+ enumerable: false,
109
+ configurable: true
110
+ });
111
+ Object.defineProperty(WebGridStateInfoDescription.prototype, "groupBy", {
112
+ get: function () {
113
+ return this.v;
114
+ },
115
+ set: function (a) {
116
+ this.v = a;
117
+ this.g("GroupBy");
118
+ },
119
+ enumerable: false,
120
+ configurable: true
121
+ });
122
+ Object.defineProperty(WebGridStateInfoDescription.prototype, "cellSelection", {
123
+ get: function () {
124
+ return this.h;
125
+ },
126
+ set: function (a) {
127
+ this.h = a;
128
+ this.g("CellSelection");
129
+ },
130
+ enumerable: false,
131
+ configurable: true
132
+ });
133
+ Object.defineProperty(WebGridStateInfoDescription.prototype, "rowSelectionRef", {
134
+ get: function () {
135
+ return this.ak;
136
+ },
137
+ set: function (a) {
138
+ this.ak = a;
139
+ this.g("RowSelectionRef");
140
+ },
141
+ enumerable: false,
142
+ configurable: true
143
+ });
144
+ Object.defineProperty(WebGridStateInfoDescription.prototype, "columnSelection", {
145
+ get: function () {
146
+ return this.j;
147
+ },
148
+ set: function (a) {
149
+ this.j = a;
150
+ this.g("ColumnSelection");
151
+ },
152
+ enumerable: false,
153
+ configurable: true
154
+ });
155
+ Object.defineProperty(WebGridStateInfoDescription.prototype, "rowPinningRef", {
156
+ get: function () {
157
+ return this.aj;
158
+ },
159
+ set: function (a) {
160
+ this.aj = a;
161
+ this.g("RowPinningRef");
162
+ },
163
+ enumerable: false,
164
+ configurable: true
165
+ });
166
+ Object.defineProperty(WebGridStateInfoDescription.prototype, "pinningConfig", {
167
+ get: function () {
168
+ return this.z;
169
+ },
170
+ set: function (a) {
171
+ this.z = a;
172
+ this.g("PinningConfig");
173
+ },
174
+ enumerable: false,
175
+ configurable: true
176
+ });
177
+ Object.defineProperty(WebGridStateInfoDescription.prototype, "expansionRef", {
178
+ get: function () {
179
+ return this.ah;
180
+ },
181
+ set: function (a) {
182
+ this.ah = a;
183
+ this.g("ExpansionRef");
184
+ },
185
+ enumerable: false,
186
+ configurable: true
187
+ });
188
+ Object.defineProperty(WebGridStateInfoDescription.prototype, "rowIslands", {
189
+ get: function () {
190
+ return this.k;
191
+ },
192
+ set: function (a) {
193
+ this.k = a;
194
+ this.g("RowIslands");
195
+ },
196
+ enumerable: false,
197
+ configurable: true
198
+ });
199
+ Object.defineProperty(WebGridStateInfoDescription.prototype, "id", {
200
+ get: function () {
201
+ return this.ai;
202
+ },
203
+ set: function (a) {
204
+ this.ai = a;
205
+ this.g("Id");
206
+ },
207
+ enumerable: false,
208
+ configurable: true
209
+ });
210
+ Object.defineProperty(WebGridStateInfoDescription.prototype, "pivotConfiguration", {
211
+ get: function () {
212
+ return this.ab;
213
+ },
214
+ set: function (a) {
215
+ this.ab = a;
216
+ this.g("PivotConfiguration");
217
+ },
218
+ enumerable: false,
219
+ configurable: true
220
+ });
221
+ WebGridStateInfoDescription.$t = markType(WebGridStateInfoDescription, 'WebGridStateInfoDescription', Description.$);
222
+ WebGridStateInfoDescription.__marshalByValue = true;
223
+ WebGridStateInfoDescription.__marshalByValueAlias = "GridStateInfo";
224
+ return WebGridStateInfoDescription;
225
+ }(Description));
226
+ export { WebGridStateInfoDescription };
@@ -0,0 +1,83 @@
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 { WebColumnStateDescriptionMetadata } from "./WebColumnStateDescriptionMetadata";
11
+ import { WebFilteringExpressionsTreeDescriptionMetadata } from "./WebFilteringExpressionsTreeDescriptionMetadata";
12
+ import { WebPagingStateDescriptionMetadata } from "./WebPagingStateDescriptionMetadata";
13
+ import { WebSortingExpressionDescriptionMetadata } from "./WebSortingExpressionDescriptionMetadata";
14
+ import { WebGroupingStateDescriptionMetadata } from "./WebGroupingStateDescriptionMetadata";
15
+ import { WebGridSelectionRangeDescriptionMetadata } from "./WebGridSelectionRangeDescriptionMetadata";
16
+ import { WebPinningConfigDescriptionMetadata } from "./WebPinningConfigDescriptionMetadata";
17
+ import { WebGridStateCollectionDescriptionMetadata } from "./WebGridStateCollectionDescriptionMetadata";
18
+ import { WebPivotConfigurationDescriptionMetadata } from "./WebPivotConfigurationDescriptionMetadata";
19
+ import { WebGridStateInfoDescription } from "./WebGridStateInfoDescription";
20
+ /**
21
+ * @hidden
22
+ */
23
+ var WebGridStateInfoDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
24
+ __extends(WebGridStateInfoDescriptionMetadata, _super);
25
+ function WebGridStateInfoDescriptionMetadata() {
26
+ return _super !== null && _super.apply(this, arguments) || this;
27
+ }
28
+ WebGridStateInfoDescriptionMetadata.b = function (a) {
29
+ if (WebGridStateInfoDescriptionMetadata.a == null) {
30
+ WebGridStateInfoDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
31
+ WebGridStateInfoDescriptionMetadata.c(WebGridStateInfoDescriptionMetadata.a);
32
+ }
33
+ if (a.k(WebGridStateInfoDescriptionMetadata.a)) {
34
+ return;
35
+ }
36
+ a.ab(WebGridStateInfoDescriptionMetadata.a);
37
+ WebColumnStateDescriptionMetadata.d(a);
38
+ WebFilteringExpressionsTreeDescriptionMetadata.d(a);
39
+ WebPagingStateDescriptionMetadata.d(a);
40
+ WebSortingExpressionDescriptionMetadata.d(a);
41
+ WebGroupingStateDescriptionMetadata.d(a);
42
+ WebGridSelectionRangeDescriptionMetadata.d(a);
43
+ WebPinningConfigDescriptionMetadata.d(a);
44
+ WebGridStateCollectionDescriptionMetadata.d(a);
45
+ WebPivotConfigurationDescriptionMetadata.d(a);
46
+ };
47
+ WebGridStateInfoDescriptionMetadata.c = function (a) {
48
+ a.item("__qualifiedNameTS", "String:GridStateInfo");
49
+ a.item("__packageNameWC", "String:grids");
50
+ a.item("__skipModuleRegisterWebComponents", "Boolean");
51
+ a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
52
+ a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
53
+ a.item("__isPlainObject", "Boolean");
54
+ a.item("__marshalByValue", "Boolean");
55
+ a.item("__skipSuffix", "Boolean");
56
+ a.item("__isTSPlainInterface", "Boolean");
57
+ a.item("Columns", "Array:WebColumnStateDescription:ColumnState");
58
+ a.item("Filtering", "ExportedType:WebFilteringExpressionsTree");
59
+ a.item("AdvancedFiltering", "ExportedType:WebFilteringExpressionsTree");
60
+ a.item("Paging", "ExportedType:WebPagingState");
61
+ a.item("Moving", "Boolean");
62
+ a.item("Sorting", "Array:WebSortingExpressionDescription:SortingExpression");
63
+ a.item("GroupBy", "ExportedType:WebGroupingState");
64
+ a.item("CellSelection", "Array:WebGridSelectionRangeDescription:GridSelectionRange");
65
+ a.item("RowSelectionRef", "(w:RowSelection,wf:RowSelection)DataRef:object");
66
+ a.item("ColumnSelection", "Array:string");
67
+ a.item("RowPinningRef", "(w:RowPinning,wf:RowPinning)DataRef:object");
68
+ a.item("PinningConfig", "ExportedType:WebPinningConfig");
69
+ a.item("ExpansionRef", "(w:Expansion,wf:Expansion)DataRef:object");
70
+ a.item("RowIslands", "Array:WebGridStateCollectionDescription:GridStateCollection");
71
+ a.item("Id", "String");
72
+ a.item("PivotConfiguration", "ExportedType:WebPivotConfiguration");
73
+ };
74
+ WebGridStateInfoDescriptionMetadata.d = function (a) {
75
+ WebGridStateInfoDescriptionMetadata.b(a);
76
+ a.ad("WebGridStateInfo", function () { return new WebGridStateInfoDescription(); });
77
+ a.ac("WebGridStateInfo", WebGridStateInfoDescriptionMetadata.a);
78
+ };
79
+ WebGridStateInfoDescriptionMetadata.$t = markType(WebGridStateInfoDescriptionMetadata, 'WebGridStateInfoDescriptionMetadata');
80
+ WebGridStateInfoDescriptionMetadata.a = null;
81
+ return WebGridStateInfoDescriptionMetadata;
82
+ }(Base));
83
+ export { WebGridStateInfoDescriptionMetadata };
@@ -0,0 +1,212 @@
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 WebGridStateOptionsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
+ __extends(WebGridStateOptionsDescription, _super);
15
+ function WebGridStateOptionsDescription() {
16
+ var _this = _super.call(this) || this;
17
+ _this.j = false;
18
+ _this.m = false;
19
+ _this.h = false;
20
+ _this.v = false;
21
+ _this.n = false;
22
+ _this.p = false;
23
+ _this.i = false;
24
+ _this.u = false;
25
+ _this.k = false;
26
+ _this.t = false;
27
+ _this.q = false;
28
+ _this.l = false;
29
+ _this.s = false;
30
+ _this.o = false;
31
+ _this.r = false;
32
+ return _this;
33
+ }
34
+ WebGridStateOptionsDescription.prototype.get_type = function () {
35
+ return "WebGridStateOptions";
36
+ };
37
+ Object.defineProperty(WebGridStateOptionsDescription.prototype, "type", {
38
+ get: function () {
39
+ return this.get_type();
40
+ },
41
+ enumerable: false,
42
+ configurable: true
43
+ });
44
+ Object.defineProperty(WebGridStateOptionsDescription.prototype, "columns", {
45
+ get: function () {
46
+ return this.j;
47
+ },
48
+ set: function (a) {
49
+ this.j = a;
50
+ this.g("Columns");
51
+ },
52
+ enumerable: false,
53
+ configurable: true
54
+ });
55
+ Object.defineProperty(WebGridStateOptionsDescription.prototype, "filtering", {
56
+ get: function () {
57
+ return this.m;
58
+ },
59
+ set: function (a) {
60
+ this.m = a;
61
+ this.g("Filtering");
62
+ },
63
+ enumerable: false,
64
+ configurable: true
65
+ });
66
+ Object.defineProperty(WebGridStateOptionsDescription.prototype, "advancedFiltering", {
67
+ get: function () {
68
+ return this.h;
69
+ },
70
+ set: function (a) {
71
+ this.h = a;
72
+ this.g("AdvancedFiltering");
73
+ },
74
+ enumerable: false,
75
+ configurable: true
76
+ });
77
+ Object.defineProperty(WebGridStateOptionsDescription.prototype, "sorting", {
78
+ get: function () {
79
+ return this.v;
80
+ },
81
+ set: function (a) {
82
+ this.v = a;
83
+ this.g("Sorting");
84
+ },
85
+ enumerable: false,
86
+ configurable: true
87
+ });
88
+ Object.defineProperty(WebGridStateOptionsDescription.prototype, "groupBy", {
89
+ get: function () {
90
+ return this.n;
91
+ },
92
+ set: function (a) {
93
+ this.n = a;
94
+ this.g("GroupBy");
95
+ },
96
+ enumerable: false,
97
+ configurable: true
98
+ });
99
+ Object.defineProperty(WebGridStateOptionsDescription.prototype, "paging", {
100
+ get: function () {
101
+ return this.p;
102
+ },
103
+ set: function (a) {
104
+ this.p = a;
105
+ this.g("Paging");
106
+ },
107
+ enumerable: false,
108
+ configurable: true
109
+ });
110
+ Object.defineProperty(WebGridStateOptionsDescription.prototype, "cellSelection", {
111
+ get: function () {
112
+ return this.i;
113
+ },
114
+ set: function (a) {
115
+ this.i = a;
116
+ this.g("CellSelection");
117
+ },
118
+ enumerable: false,
119
+ configurable: true
120
+ });
121
+ Object.defineProperty(WebGridStateOptionsDescription.prototype, "rowSelection", {
122
+ get: function () {
123
+ return this.u;
124
+ },
125
+ set: function (a) {
126
+ this.u = a;
127
+ this.g("RowSelection");
128
+ },
129
+ enumerable: false,
130
+ configurable: true
131
+ });
132
+ Object.defineProperty(WebGridStateOptionsDescription.prototype, "columnSelection", {
133
+ get: function () {
134
+ return this.k;
135
+ },
136
+ set: function (a) {
137
+ this.k = a;
138
+ this.g("ColumnSelection");
139
+ },
140
+ enumerable: false,
141
+ configurable: true
142
+ });
143
+ Object.defineProperty(WebGridStateOptionsDescription.prototype, "rowPinning", {
144
+ get: function () {
145
+ return this.t;
146
+ },
147
+ set: function (a) {
148
+ this.t = a;
149
+ this.g("RowPinning");
150
+ },
151
+ enumerable: false,
152
+ configurable: true
153
+ });
154
+ Object.defineProperty(WebGridStateOptionsDescription.prototype, "pinningConfig", {
155
+ get: function () {
156
+ return this.q;
157
+ },
158
+ set: function (a) {
159
+ this.q = a;
160
+ this.g("PinningConfig");
161
+ },
162
+ enumerable: false,
163
+ configurable: true
164
+ });
165
+ Object.defineProperty(WebGridStateOptionsDescription.prototype, "expansion", {
166
+ get: function () {
167
+ return this.l;
168
+ },
169
+ set: function (a) {
170
+ this.l = a;
171
+ this.g("Expansion");
172
+ },
173
+ enumerable: false,
174
+ configurable: true
175
+ });
176
+ Object.defineProperty(WebGridStateOptionsDescription.prototype, "rowIslands", {
177
+ get: function () {
178
+ return this.s;
179
+ },
180
+ set: function (a) {
181
+ this.s = a;
182
+ this.g("RowIslands");
183
+ },
184
+ enumerable: false,
185
+ configurable: true
186
+ });
187
+ Object.defineProperty(WebGridStateOptionsDescription.prototype, "moving", {
188
+ get: function () {
189
+ return this.o;
190
+ },
191
+ set: function (a) {
192
+ this.o = a;
193
+ this.g("Moving");
194
+ },
195
+ enumerable: false,
196
+ configurable: true
197
+ });
198
+ Object.defineProperty(WebGridStateOptionsDescription.prototype, "pivotConfiguration", {
199
+ get: function () {
200
+ return this.r;
201
+ },
202
+ set: function (a) {
203
+ this.r = a;
204
+ this.g("PivotConfiguration");
205
+ },
206
+ enumerable: false,
207
+ configurable: true
208
+ });
209
+ WebGridStateOptionsDescription.$t = markType(WebGridStateOptionsDescription, 'WebGridStateOptionsDescription', Description.$);
210
+ return WebGridStateOptionsDescription;
211
+ }(Description));
212
+ export { WebGridStateOptionsDescription };
@@ -0,0 +1,62 @@
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 { WebGridStateOptionsDescription } from "./WebGridStateOptionsDescription";
11
+ /**
12
+ * @hidden
13
+ */
14
+ var WebGridStateOptionsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
15
+ __extends(WebGridStateOptionsDescriptionMetadata, _super);
16
+ function WebGridStateOptionsDescriptionMetadata() {
17
+ return _super !== null && _super.apply(this, arguments) || this;
18
+ }
19
+ WebGridStateOptionsDescriptionMetadata.b = function (a) {
20
+ if (WebGridStateOptionsDescriptionMetadata.a == null) {
21
+ WebGridStateOptionsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
22
+ WebGridStateOptionsDescriptionMetadata.c(WebGridStateOptionsDescriptionMetadata.a);
23
+ }
24
+ if (a.k(WebGridStateOptionsDescriptionMetadata.a)) {
25
+ return;
26
+ }
27
+ a.ab(WebGridStateOptionsDescriptionMetadata.a);
28
+ };
29
+ WebGridStateOptionsDescriptionMetadata.c = function (a) {
30
+ a.item("__qualifiedNameTS", "String:GridStateOptions");
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("Columns", "Boolean");
38
+ a.item("Filtering", "Boolean");
39
+ a.item("AdvancedFiltering", "Boolean");
40
+ a.item("Sorting", "Boolean");
41
+ a.item("GroupBy", "Boolean");
42
+ a.item("Paging", "Boolean");
43
+ a.item("CellSelection", "Boolean");
44
+ a.item("RowSelection", "Boolean");
45
+ a.item("ColumnSelection", "Boolean");
46
+ a.item("RowPinning", "Boolean");
47
+ a.item("PinningConfig", "Boolean");
48
+ a.item("Expansion", "Boolean");
49
+ a.item("RowIslands", "Boolean");
50
+ a.item("Moving", "Boolean");
51
+ a.item("PivotConfiguration", "Boolean");
52
+ };
53
+ WebGridStateOptionsDescriptionMetadata.d = function (a) {
54
+ WebGridStateOptionsDescriptionMetadata.b(a);
55
+ a.ad("WebGridStateOptions", function () { return new WebGridStateOptionsDescription(); });
56
+ a.ac("WebGridStateOptions", WebGridStateOptionsDescriptionMetadata.a);
57
+ };
58
+ WebGridStateOptionsDescriptionMetadata.$t = markType(WebGridStateOptionsDescriptionMetadata, 'WebGridStateOptionsDescriptionMetadata');
59
+ WebGridStateOptionsDescriptionMetadata.a = null;
60
+ return WebGridStateOptionsDescriptionMetadata;
61
+ }(Base));
62
+ export { WebGridStateOptionsDescriptionMetadata };