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.
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 +4 -4
  95. package/public_api.d.ts +20 -0
@@ -13,112 +13,112 @@ export let WebPivotGridDescription = /*@__PURE__*/ (() => {
13
13
  class WebPivotGridDescription extends WebGridBaseDirectiveDescription {
14
14
  constructor() {
15
15
  super();
16
- this.g1 = null;
17
- this.gn = null;
18
- this.gq = false;
16
+ this.g3 = null;
17
+ this.gp = null;
18
+ this.gs = false;
19
+ this.gt = false;
19
20
  this.gr = false;
20
- this.gp = false;
21
- this.gv = null;
22
- this.gz = null;
23
21
  this.gx = null;
24
- this.g0 = null;
25
- this.gw = null;
22
+ this.g1 = null;
23
+ this.gz = null;
26
24
  this.g2 = null;
27
25
  this.gy = null;
28
- this.g3 = null;
26
+ this.g4 = null;
27
+ this.g0 = null;
28
+ this.g5 = null;
29
29
  }
30
30
  get_type() {
31
31
  return "WebPivotGrid";
32
32
  }
33
33
  get valueChipTemplateRef() {
34
- return this.g1;
34
+ return this.g3;
35
35
  }
36
36
  set valueChipTemplateRef(a) {
37
- this.g1 = a;
37
+ this.g3 = a;
38
38
  this.g("ValueChipTemplateRef");
39
39
  }
40
40
  get pivotConfiguration() {
41
- return this.gn;
41
+ return this.gp;
42
42
  }
43
43
  set pivotConfiguration(a) {
44
- this.gn = a;
44
+ this.gp = a;
45
45
  this.g("PivotConfiguration");
46
46
  }
47
47
  get showPivotConfigurationUI() {
48
- return this.gq;
48
+ return this.gs;
49
49
  }
50
50
  set showPivotConfigurationUI(a) {
51
- this.gq = a;
51
+ this.gs = a;
52
52
  this.g("ShowPivotConfigurationUI");
53
53
  }
54
54
  get superCompactMode() {
55
- return this.gr;
55
+ return this.gt;
56
56
  }
57
57
  set superCompactMode(a) {
58
- this.gr = a;
58
+ this.gt = a;
59
59
  this.g("SuperCompactMode");
60
60
  }
61
61
  get defaultExpandState() {
62
- return this.gp;
62
+ return this.gr;
63
63
  }
64
64
  set defaultExpandState(a) {
65
- this.gp = a;
65
+ this.gr = a;
66
66
  this.g("DefaultExpandState");
67
67
  }
68
68
  get dataRef() {
69
- return this.gv;
69
+ return this.gx;
70
70
  }
71
71
  set dataRef(a) {
72
- this.gv = a;
72
+ this.gx = a;
73
73
  this.g("DataRef");
74
74
  }
75
75
  get emptyPivotGridTemplateRef() {
76
- return this.gz;
76
+ return this.g1;
77
77
  }
78
78
  set emptyPivotGridTemplateRef(a) {
79
- this.gz = a;
79
+ this.g1 = a;
80
80
  this.g("EmptyPivotGridTemplateRef");
81
81
  }
82
82
  get dimensionsChangeRef() {
83
- return this.gx;
83
+ return this.gz;
84
84
  }
85
85
  set dimensionsChangeRef(a) {
86
- this.gx = a;
86
+ this.gz = a;
87
87
  this.g("DimensionsChangeRef");
88
88
  }
89
89
  get pivotConfigurationChangeRef() {
90
- return this.g0;
90
+ return this.g2;
91
91
  }
92
92
  set pivotConfigurationChangeRef(a) {
93
- this.g0 = a;
93
+ this.g2 = a;
94
94
  this.g("PivotConfigurationChangeRef");
95
95
  }
96
96
  get dimensionInitRef() {
97
- return this.gw;
97
+ return this.gy;
98
98
  }
99
99
  set dimensionInitRef(a) {
100
- this.gw = a;
100
+ this.gy = a;
101
101
  this.g("DimensionInitRef");
102
102
  }
103
103
  get valueInitRef() {
104
- return this.g2;
104
+ return this.g4;
105
105
  }
106
106
  set valueInitRef(a) {
107
- this.g2 = a;
107
+ this.g4 = a;
108
108
  this.g("ValueInitRef");
109
109
  }
110
110
  get dimensionsSortingExpressionsChangeRef() {
111
- return this.gy;
111
+ return this.g0;
112
112
  }
113
113
  set dimensionsSortingExpressionsChangeRef(a) {
114
- this.gy = a;
114
+ this.g0 = a;
115
115
  this.g("DimensionsSortingExpressionsChangeRef");
116
116
  }
117
117
  get valuesChangeRef() {
118
- return this.g3;
118
+ return this.g5;
119
119
  }
120
120
  set valuesChangeRef(a) {
121
- this.g3 = a;
121
+ this.g5 = a;
122
122
  this.g("ValuesChangeRef");
123
123
  }
124
124
  }
@@ -13,88 +13,88 @@ export let WebTreeGridDescription = /*@__PURE__*/ (() => {
13
13
  class WebTreeGridDescription extends WebGridBaseDirectiveDescription {
14
14
  constructor() {
15
15
  super();
16
- this.gv = null;
17
16
  this.gx = null;
18
- this.gy = null;
19
- this.gr = false;
20
17
  this.gz = null;
21
- this.go = null;
22
- this.gn = null;
23
- this.gw = null;
24
- this.gt = 0;
25
18
  this.g0 = null;
19
+ this.gt = false;
20
+ this.g1 = null;
21
+ this.gq = null;
22
+ this.gp = null;
23
+ this.gy = null;
24
+ this.gv = 0;
25
+ this.g2 = null;
26
26
  }
27
27
  get_type() {
28
28
  return "WebTreeGrid";
29
29
  }
30
30
  get childDataKey() {
31
- return this.gv;
31
+ return this.gx;
32
32
  }
33
33
  set childDataKey(a) {
34
- this.gv = a;
34
+ this.gx = a;
35
35
  this.g("ChildDataKey");
36
36
  }
37
37
  get foreignKey() {
38
- return this.gx;
38
+ return this.gz;
39
39
  }
40
40
  set foreignKey(a) {
41
- this.gx = a;
41
+ this.gz = a;
42
42
  this.g("ForeignKey");
43
43
  }
44
44
  get hasChildrenKey() {
45
- return this.gy;
45
+ return this.g0;
46
46
  }
47
47
  set hasChildrenKey(a) {
48
- this.gy = a;
48
+ this.g0 = a;
49
49
  this.g("HasChildrenKey");
50
50
  }
51
51
  get cascadeOnDelete() {
52
- return this.gr;
52
+ return this.gt;
53
53
  }
54
54
  set cascadeOnDelete(a) {
55
- this.gr = a;
55
+ this.gt = a;
56
56
  this.g("CascadeOnDelete");
57
57
  }
58
58
  get id() {
59
- return this.gz;
59
+ return this.g1;
60
60
  }
61
61
  set id(a) {
62
- this.gz = a;
62
+ this.g1 = a;
63
63
  this.g("Id");
64
64
  }
65
65
  get rootRecords() {
66
- return this.go;
66
+ return this.gq;
67
67
  }
68
68
  set rootRecords(a) {
69
- this.go = a;
69
+ this.gq = a;
70
70
  this.g("RootRecords");
71
71
  }
72
72
  get processedRootRecords() {
73
- return this.gn;
73
+ return this.gp;
74
74
  }
75
75
  set processedRootRecords(a) {
76
- this.gn = a;
76
+ this.gp = a;
77
77
  this.g("ProcessedRootRecords");
78
78
  }
79
79
  get dataRef() {
80
- return this.gw;
80
+ return this.gy;
81
81
  }
82
82
  set dataRef(a) {
83
- this.gw = a;
83
+ this.gy = a;
84
84
  this.g("DataRef");
85
85
  }
86
86
  get expansionDepth() {
87
- return this.gt;
87
+ return this.gv;
88
88
  }
89
89
  set expansionDepth(a) {
90
- this.gt = a;
90
+ this.gv = a;
91
91
  this.g("ExpansionDepth");
92
92
  }
93
93
  get rowLoadingIndicatorTemplateRef() {
94
- return this.g0;
94
+ return this.g2;
95
95
  }
96
96
  set rowLoadingIndicatorTemplateRef(a) {
97
- this.g0 = a;
97
+ this.g2 = a;
98
98
  this.g("RowLoadingIndicatorTemplateRef");
99
99
  }
100
100
  }
@@ -80,19 +80,19 @@ export let IgxPopupComponent = /*@__PURE__*/ (() => {
80
80
  return this._implementation;
81
81
  }
82
82
  get isFocusable() {
83
- return this.i.aq;
83
+ return this.i.ar;
84
84
  }
85
85
  set isFocusable(v) {
86
- this.i.aq = ensureBool(v);
86
+ this.i.ar = ensureBool(v);
87
87
  }
88
88
  /**
89
89
  * Gets or sets the duration of the Popup and Closeup animations in milliseconds.
90
90
  */
91
91
  get animationDuration() {
92
- return this.i.a6;
92
+ return this.i.a8;
93
93
  }
94
94
  set animationDuration(v) {
95
- this.i.a6 = +v;
95
+ this.i.a8 = +v;
96
96
  }
97
97
  /**
98
98
  * Gets or sets whether the popup and closeup animations are animated.
@@ -107,85 +107,85 @@ export let IgxPopupComponent = /*@__PURE__*/ (() => {
107
107
  * Gets or sets the type of animation to use when the popup opens and closes.
108
108
  */
109
109
  get animationType() {
110
- return this.i.o;
110
+ return this.i.p;
111
111
  }
112
112
  set animationType(v) {
113
- this.i.o = ensureEnum(PopupAnimationType_$type, v);
113
+ this.i.p = ensureEnum(PopupAnimationType_$type, v);
114
114
  }
115
115
  /**
116
116
  * Gets or sets the elevation to use for the button regardless of type.
117
117
  */
118
118
  get elevation() {
119
- return this.i.a8;
119
+ return this.i.ba;
120
120
  }
121
121
  set elevation(v) {
122
- this.i.a8 = +v;
122
+ this.i.ba = +v;
123
123
  }
124
124
  /**
125
125
  * Gets or sets the elevation of the border shadow
126
126
  */
127
127
  get actualElevation() {
128
- return this.i.a4;
128
+ return this.i.a6;
129
129
  }
130
130
  set actualElevation(v) {
131
- this.i.a4 = +v;
131
+ this.i.a6 = +v;
132
132
  }
133
133
  /**
134
134
  * Gets / sets the isShown state of the panel.
135
135
  */
136
136
  get isShown() {
137
- return this.i.av;
137
+ return this.i.aw;
138
138
  }
139
139
  /**
140
140
  * Gets or sets the color to use for the check mark when the checkbox is checked.
141
141
  */
142
142
  get actualUmbraShadowColor() {
143
- return brushToString(this.i.cm);
143
+ return brushToString(this.i.cv);
144
144
  }
145
145
  set actualUmbraShadowColor(v) {
146
- this.i.cm = stringToBrush(v);
146
+ this.i.cv = stringToBrush(v);
147
147
  }
148
148
  /**
149
149
  * Gets or sets the color to use for the check mark when the checkbox is checked.
150
150
  */
151
151
  get actualPenumbraShadowColor() {
152
- return brushToString(this.i.cl);
152
+ return brushToString(this.i.cu);
153
153
  }
154
154
  set actualPenumbraShadowColor(v) {
155
- this.i.cl = stringToBrush(v);
155
+ this.i.cu = stringToBrush(v);
156
156
  }
157
157
  /**
158
158
  * Gets or sets the color to use for the check mark when the checkbox is checked.
159
159
  */
160
160
  get actualAmbientShadowColor() {
161
- return brushToString(this.i.ck);
161
+ return brushToString(this.i.ct);
162
162
  }
163
163
  set actualAmbientShadowColor(v) {
164
- this.i.ck = stringToBrush(v);
164
+ this.i.ct = stringToBrush(v);
165
165
  }
166
166
  /**
167
167
  * Gets or sets the background color of the popup.
168
168
  */
169
169
  get background() {
170
- return brushToString(this.i.cn);
170
+ return brushToString(this.i.cw);
171
171
  }
172
172
  set background(v) {
173
- this.i.cn = stringToBrush(v);
173
+ this.i.cw = stringToBrush(v);
174
174
  }
175
175
  get cornerRadius() {
176
- return this.i.ay;
176
+ return this.i.a0;
177
177
  }
178
178
  set cornerRadius(v) {
179
- this.i.ay = +v;
179
+ this.i.a0 = +v;
180
180
  }
181
181
  /**
182
182
  * Gets or sets whether to disable hit testing on the popup.
183
183
  */
184
184
  get isHitTestVisible() {
185
- return this.i.ar;
185
+ return this.i.as;
186
186
  }
187
187
  set isHitTestVisible(v) {
188
- this.i.ar = ensureBool(v);
188
+ this.i.as = ensureBool(v);
189
189
  }
190
190
  /**
191
191
  * Gets or sets whether to disable hit testing during the open and close animations.
@@ -200,46 +200,46 @@ export let IgxPopupComponent = /*@__PURE__*/ (() => {
200
200
  * Gets or sets whether to show a pointer off the side of the popup towards the popup target.
201
201
  */
202
202
  get isPointerEnabled() {
203
- return this.i.as;
203
+ return this.i.at;
204
204
  }
205
205
  set isPointerEnabled(v) {
206
- this.i.as = ensureBool(v);
206
+ this.i.at = ensureBool(v);
207
207
  }
208
208
  /**
209
209
  * Gets or sets the pointer position.
210
210
  */
211
211
  get pointerPosition() {
212
- return this.i.t;
212
+ return this.i.u;
213
213
  }
214
214
  set pointerPosition(v) {
215
- this.i.t = ensureEnum(PopupPointerPosition_$type, v);
215
+ this.i.u = ensureEnum(PopupPointerPosition_$type, v);
216
216
  }
217
217
  /**
218
218
  * Gets or sets the pointer background color.
219
219
  */
220
220
  get pointerBackground() {
221
- return brushToString(this.i.cr);
221
+ return brushToString(this.i.c0);
222
222
  }
223
223
  set pointerBackground(v) {
224
- this.i.cr = stringToBrush(v);
224
+ this.i.c0 = stringToBrush(v);
225
225
  }
226
226
  /**
227
227
  * Gets or sets the pointer size.
228
228
  */
229
229
  get pointerSize() {
230
- return this.i.a1;
230
+ return this.i.a3;
231
231
  }
232
232
  set pointerSize(v) {
233
- this.i.a1 = +v;
233
+ this.i.a3 = +v;
234
234
  }
235
235
  /**
236
236
  * Gets whether the popup is in the middle of opening or not.
237
237
  */
238
238
  get isShowing() {
239
- return this.i.at;
239
+ return this.i.au;
240
240
  }
241
241
  set isShowing(v) {
242
- this.i.at = ensureBool(v);
242
+ this.i.au = ensureBool(v);
243
243
  }
244
244
  /**
245
245
  * Gets whether the popup is in the middle of closing or not.
@@ -250,6 +250,24 @@ export let IgxPopupComponent = /*@__PURE__*/ (() => {
250
250
  set isClosing(v) {
251
251
  this.i.ap = ensureBool(v);
252
252
  }
253
+ /**
254
+ * Indicates that the popup will position itself relative to the window instead of the document.
255
+ */
256
+ get isFixed() {
257
+ return this.i.aq;
258
+ }
259
+ set isFixed(v) {
260
+ this.i.aq = ensureBool(v);
261
+ }
262
+ /**
263
+ * Indicates that the popup will place itself into the browser top layer.
264
+ */
265
+ get useTopLayer() {
266
+ return this.i.ax;
267
+ }
268
+ set useTopLayer(v) {
269
+ this.i.ax = ensureBool(v);
270
+ }
253
271
  findByName(name) {
254
272
  if (this.findEphemera) {
255
273
  if (name && name.indexOf("@@e:") == 0) {
@@ -316,7 +334,7 @@ export let IgxPopupComponent = /*@__PURE__*/ (() => {
316
334
 
317
335
  */
318
336
  close() {
319
- this.i.bx();
337
+ this.i.b3();
320
338
  }
321
339
  showRelativeToExclusionRect(exclusionRect, popupDirection, popupAlignment) {
322
340
  this.i.showRelativeToExclusionRect(toRect(exclusionRect), (popupDirection == null ? null : popupDirection), (popupAlignment == null ? null : popupAlignment));
@@ -326,7 +344,7 @@ export let IgxPopupComponent = /*@__PURE__*/ (() => {
326
344
 
327
345
  */
328
346
  exportVisualModel() {
329
- let iv = this.i.a9();
347
+ let iv = this.i.bc();
330
348
  return (iv);
331
349
  }
332
350
  /**
@@ -334,7 +352,7 @@ export let IgxPopupComponent = /*@__PURE__*/ (() => {
334
352
 
335
353
  */
336
354
  exportSerializedVisualModel() {
337
- let iv = this.i.bl();
355
+ let iv = this.i.bp();
338
356
  return (iv);
339
357
  }
340
358
  get onClosed() {
@@ -432,7 +450,7 @@ export let IgxPopupComponent = /*@__PURE__*/ (() => {
432
450
  }
433
451
  }
434
452
  IgxPopupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxPopupComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
435
- IgxPopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxPopupComponent, selector: "igx-popup", inputs: { height: "height", width: "width", isFocusable: "isFocusable", animationDuration: "animationDuration", animationEnabled: "animationEnabled", animationType: "animationType", elevation: "elevation", actualElevation: "actualElevation", actualUmbraShadowColor: "actualUmbraShadowColor", actualPenumbraShadowColor: "actualPenumbraShadowColor", actualAmbientShadowColor: "actualAmbientShadowColor", background: "background", cornerRadius: "cornerRadius", isHitTestVisible: "isHitTestVisible", disableHitTestDuringAnimation: "disableHitTestDuringAnimation", isPointerEnabled: "isPointerEnabled", pointerPosition: "pointerPosition", pointerBackground: "pointerBackground", pointerSize: "pointerSize", isShowing: "isShowing", isClosing: "isClosing" }, outputs: { onClosed: "onClosed", onPopup: "onPopup", popupGotFocus: "popupGotFocus", popupLostFocus: "popupLostFocus" }, host: { classAttribute: "ig-popup igx-popup" }, providers: [], viewQueries: [{ propertyName: "_mainDivRef", first: true, predicate: ["mainDivRef"], descendants: true, read: ElementRef, static: true }, { propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "_childTemplateRef", first: true, predicate: ["childContent"], descendants: true, read: TemplateRef }], ngImport: i0, template: `
453
+ IgxPopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxPopupComponent, selector: "igx-popup", inputs: { height: "height", width: "width", isFocusable: "isFocusable", animationDuration: "animationDuration", animationEnabled: "animationEnabled", animationType: "animationType", elevation: "elevation", actualElevation: "actualElevation", actualUmbraShadowColor: "actualUmbraShadowColor", actualPenumbraShadowColor: "actualPenumbraShadowColor", actualAmbientShadowColor: "actualAmbientShadowColor", background: "background", cornerRadius: "cornerRadius", isHitTestVisible: "isHitTestVisible", disableHitTestDuringAnimation: "disableHitTestDuringAnimation", isPointerEnabled: "isPointerEnabled", pointerPosition: "pointerPosition", pointerBackground: "pointerBackground", pointerSize: "pointerSize", isShowing: "isShowing", isClosing: "isClosing", isFixed: "isFixed", useTopLayer: "useTopLayer" }, outputs: { onClosed: "onClosed", onPopup: "onPopup", popupGotFocus: "popupGotFocus", popupLostFocus: "popupLostFocus" }, host: { classAttribute: "ig-popup igx-popup" }, providers: [], viewQueries: [{ propertyName: "_mainDivRef", first: true, predicate: ["mainDivRef"], descendants: true, read: ElementRef, static: true }, { propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "_childTemplateRef", first: true, predicate: ["childContent"], descendants: true, read: TemplateRef }], ngImport: i0, template: `
436
454
  <ng-template #childContent>
437
455
  <ng-content></ng-content>
438
456
  </ng-template>
@@ -514,6 +532,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
514
532
  type: Input
515
533
  }], isClosing: [{
516
534
  type: Input
535
+ }], isFixed: [{
536
+ type: Input
537
+ }], useTopLayer: [{
538
+ type: Input
517
539
  }], onClosed: [{
518
540
  type: Output
519
541
  }], onPopup: [{
@@ -1657,6 +1657,26 @@ export * from './lib/WebGridActionStripContentDescription';
1657
1657
  export * from './lib/WebGridActionStripContentDescriptionMetadata';
1658
1658
  export * from './lib/WebGridBaseDirectiveDescription';
1659
1659
  export * from './lib/WebGridBaseDirectiveDescriptionMetadata';
1660
+ export * from './lib/WebGridStateBaseDirectiveDescription';
1661
+ export * from './lib/WebGridStateBaseDirectiveDescriptionMetadata';
1662
+ export * from './lib/WebGridStateBaseDirectiveDescriptionModule';
1663
+ export * from './lib/WebGridStateDescription';
1664
+ export * from './lib/WebGridStateDescriptionMetadata';
1665
+ export * from './lib/WebGridStateDescriptionModule';
1666
+ export * from './lib/WebGridStateOptionsDescription';
1667
+ export * from './lib/WebGridStateOptionsDescriptionMetadata';
1668
+ export * from './lib/WebGridStateComponentEventArgsDescription';
1669
+ export * from './lib/WebGridStateComponentEventArgsDescriptionMetadata';
1670
+ export * from './lib/WebGridStateInfoDescription';
1671
+ export * from './lib/WebGridStateInfoDescriptionMetadata';
1672
+ export * from './lib/WebGridStateCollectionDescription';
1673
+ export * from './lib/WebGridStateCollectionDescriptionMetadata';
1674
+ export * from './lib/WebColumnStateDescription';
1675
+ export * from './lib/WebColumnStateDescriptionMetadata';
1676
+ export * from './lib/WebPagingStateDescription';
1677
+ export * from './lib/WebPagingStateDescriptionMetadata';
1678
+ export * from './lib/WebGroupingStateDescription';
1679
+ export * from './lib/WebGroupingStateDescriptionMetadata';
1660
1680
  export * from './lib/WebGridCellEventArgsDescription';
1661
1681
  export * from './lib/WebGridCellEventArgsDescriptionMetadata';
1662
1682
  export * from './lib/WebGridCellEventArgsDetailDescription';
@@ -2428,9 +2428,16 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
2428
2428
  }
2429
2429
  d.l("export class " + this.w(a, false) + " extends Array<" + this.w(a, true) + "> {");
2430
2430
  d.h();
2431
- d.l("public constructor() {");
2431
+ d.l("public constructor(items: Array<" + this.w(a, true) + "> | number = -1) {");
2432
+ d.h();
2433
+ d.l("if (Array.isArray(items)) {");
2434
+ d.h();
2435
+ d.l("super(...items);");
2436
+ d.f();
2437
+ d.l("} else {");
2438
+ d.h();
2439
+ d.l("const newItems = [");
2432
2440
  d.h();
2433
- d.l("super();");
2434
2441
  };
2435
2442
  TSCodeGeneratingComponentRendererDataEmitter.prototype.ag = function (a, b, c) {
2436
2443
  _super.prototype.ag.call(this, a, b, c);
@@ -2585,15 +2592,19 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
2585
2592
  TSCodeGeneratingComponentRendererDataEmitter.prototype.aj = function (a, b, c, d) {
2586
2593
  _super.prototype.aj.call(this, a, b, c, d);
2587
2594
  d.f();
2595
+ d.l("];");
2596
+ d.l("super(...(newItems.slice(0, items)));");
2597
+ d.f();
2598
+ d.l("}");
2599
+ d.f();
2588
2600
  d.l("}");
2589
2601
  d.f();
2590
2602
  d.l("}");
2591
2603
  };
2592
2604
  TSCodeGeneratingComponentRendererDataEmitter.prototype.x = function (a, b, c, d, e, f) {
2593
2605
  _super.prototype.x.call(this, a, b, c, d, e, f);
2594
- f.j("this.push(");
2595
2606
  this.aq(this.w(a, true), b, c, d, f);
2596
- f.l(");");
2607
+ f.l(",");
2597
2608
  };
2598
2609
  TSCodeGeneratingComponentRendererDataEmitter.prototype.aq = function (a, b, c, d, e) {
2599
2610
  if (d == null) {
@@ -3377,7 +3388,7 @@ var WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
3377
3388
  if (a == null || isNaN_(a)) {
3378
3389
  return "";
3379
3390
  }
3380
- return;
3391
+ return "TimeSpan.FromMilliseconds(" + a + ")";
3381
3392
  };
3382
3393
  WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
3383
3394
  return true;