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
@@ -92,10 +92,10 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
92
92
  });
93
93
  Object.defineProperty(IgxPopupComponent.prototype, "isFocusable", {
94
94
  get: function () {
95
- return this.i.aq;
95
+ return this.i.ar;
96
96
  },
97
97
  set: function (v) {
98
- this.i.aq = ensureBool(v);
98
+ this.i.ar = ensureBool(v);
99
99
  },
100
100
  enumerable: false,
101
101
  configurable: true
@@ -105,10 +105,10 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
105
105
  * Gets or sets the duration of the Popup and Closeup animations in milliseconds.
106
106
  */
107
107
  get: function () {
108
- return this.i.a6;
108
+ return this.i.a8;
109
109
  },
110
110
  set: function (v) {
111
- this.i.a6 = +v;
111
+ this.i.a8 = +v;
112
112
  },
113
113
  enumerable: false,
114
114
  configurable: true
@@ -131,10 +131,10 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
131
131
  * Gets or sets the type of animation to use when the popup opens and closes.
132
132
  */
133
133
  get: function () {
134
- return this.i.o;
134
+ return this.i.p;
135
135
  },
136
136
  set: function (v) {
137
- this.i.o = ensureEnum(PopupAnimationType_$type, v);
137
+ this.i.p = ensureEnum(PopupAnimationType_$type, v);
138
138
  },
139
139
  enumerable: false,
140
140
  configurable: true
@@ -144,10 +144,10 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
144
144
  * Gets or sets the elevation to use for the button regardless of type.
145
145
  */
146
146
  get: function () {
147
- return this.i.a8;
147
+ return this.i.ba;
148
148
  },
149
149
  set: function (v) {
150
- this.i.a8 = +v;
150
+ this.i.ba = +v;
151
151
  },
152
152
  enumerable: false,
153
153
  configurable: true
@@ -157,10 +157,10 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
157
157
  * Gets or sets the elevation of the border shadow
158
158
  */
159
159
  get: function () {
160
- return this.i.a4;
160
+ return this.i.a6;
161
161
  },
162
162
  set: function (v) {
163
- this.i.a4 = +v;
163
+ this.i.a6 = +v;
164
164
  },
165
165
  enumerable: false,
166
166
  configurable: true
@@ -170,7 +170,7 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
170
170
  * Gets / sets the isShown state of the panel.
171
171
  */
172
172
  get: function () {
173
- return this.i.av;
173
+ return this.i.aw;
174
174
  },
175
175
  enumerable: false,
176
176
  configurable: true
@@ -180,10 +180,10 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
180
180
  * Gets or sets the color to use for the check mark when the checkbox is checked.
181
181
  */
182
182
  get: function () {
183
- return brushToString(this.i.cm);
183
+ return brushToString(this.i.cv);
184
184
  },
185
185
  set: function (v) {
186
- this.i.cm = stringToBrush(v);
186
+ this.i.cv = stringToBrush(v);
187
187
  },
188
188
  enumerable: false,
189
189
  configurable: true
@@ -193,10 +193,10 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
193
193
  * Gets or sets the color to use for the check mark when the checkbox is checked.
194
194
  */
195
195
  get: function () {
196
- return brushToString(this.i.cl);
196
+ return brushToString(this.i.cu);
197
197
  },
198
198
  set: function (v) {
199
- this.i.cl = stringToBrush(v);
199
+ this.i.cu = stringToBrush(v);
200
200
  },
201
201
  enumerable: false,
202
202
  configurable: true
@@ -206,10 +206,10 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
206
206
  * Gets or sets the color to use for the check mark when the checkbox is checked.
207
207
  */
208
208
  get: function () {
209
- return brushToString(this.i.ck);
209
+ return brushToString(this.i.ct);
210
210
  },
211
211
  set: function (v) {
212
- this.i.ck = stringToBrush(v);
212
+ this.i.ct = stringToBrush(v);
213
213
  },
214
214
  enumerable: false,
215
215
  configurable: true
@@ -219,20 +219,20 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
219
219
  * Gets or sets the background color of the popup.
220
220
  */
221
221
  get: function () {
222
- return brushToString(this.i.cn);
222
+ return brushToString(this.i.cw);
223
223
  },
224
224
  set: function (v) {
225
- this.i.cn = stringToBrush(v);
225
+ this.i.cw = stringToBrush(v);
226
226
  },
227
227
  enumerable: false,
228
228
  configurable: true
229
229
  });
230
230
  Object.defineProperty(IgxPopupComponent.prototype, "cornerRadius", {
231
231
  get: function () {
232
- return this.i.ay;
232
+ return this.i.a0;
233
233
  },
234
234
  set: function (v) {
235
- this.i.ay = +v;
235
+ this.i.a0 = +v;
236
236
  },
237
237
  enumerable: false,
238
238
  configurable: true
@@ -242,10 +242,10 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
242
242
  * Gets or sets whether to disable hit testing on the popup.
243
243
  */
244
244
  get: function () {
245
- return this.i.ar;
245
+ return this.i.as;
246
246
  },
247
247
  set: function (v) {
248
- this.i.ar = ensureBool(v);
248
+ this.i.as = ensureBool(v);
249
249
  },
250
250
  enumerable: false,
251
251
  configurable: true
@@ -268,10 +268,10 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
268
268
  * Gets or sets whether to show a pointer off the side of the popup towards the popup target.
269
269
  */
270
270
  get: function () {
271
- return this.i.as;
271
+ return this.i.at;
272
272
  },
273
273
  set: function (v) {
274
- this.i.as = ensureBool(v);
274
+ this.i.at = ensureBool(v);
275
275
  },
276
276
  enumerable: false,
277
277
  configurable: true
@@ -281,10 +281,10 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
281
281
  * Gets or sets the pointer position.
282
282
  */
283
283
  get: function () {
284
- return this.i.t;
284
+ return this.i.u;
285
285
  },
286
286
  set: function (v) {
287
- this.i.t = ensureEnum(PopupPointerPosition_$type, v);
287
+ this.i.u = ensureEnum(PopupPointerPosition_$type, v);
288
288
  },
289
289
  enumerable: false,
290
290
  configurable: true
@@ -294,10 +294,10 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
294
294
  * Gets or sets the pointer background color.
295
295
  */
296
296
  get: function () {
297
- return brushToString(this.i.cr);
297
+ return brushToString(this.i.c0);
298
298
  },
299
299
  set: function (v) {
300
- this.i.cr = stringToBrush(v);
300
+ this.i.c0 = stringToBrush(v);
301
301
  },
302
302
  enumerable: false,
303
303
  configurable: true
@@ -307,10 +307,10 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
307
307
  * Gets or sets the pointer size.
308
308
  */
309
309
  get: function () {
310
- return this.i.a1;
310
+ return this.i.a3;
311
311
  },
312
312
  set: function (v) {
313
- this.i.a1 = +v;
313
+ this.i.a3 = +v;
314
314
  },
315
315
  enumerable: false,
316
316
  configurable: true
@@ -320,10 +320,10 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
320
320
  * Gets whether the popup is in the middle of opening or not.
321
321
  */
322
322
  get: function () {
323
- return this.i.at;
323
+ return this.i.au;
324
324
  },
325
325
  set: function (v) {
326
- this.i.at = ensureBool(v);
326
+ this.i.au = ensureBool(v);
327
327
  },
328
328
  enumerable: false,
329
329
  configurable: true
@@ -341,6 +341,32 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
341
341
  enumerable: false,
342
342
  configurable: true
343
343
  });
344
+ Object.defineProperty(IgxPopupComponent.prototype, "isFixed", {
345
+ /**
346
+ * Indicates that the popup will position itself relative to the window instead of the document.
347
+ */
348
+ get: function () {
349
+ return this.i.aq;
350
+ },
351
+ set: function (v) {
352
+ this.i.aq = ensureBool(v);
353
+ },
354
+ enumerable: false,
355
+ configurable: true
356
+ });
357
+ Object.defineProperty(IgxPopupComponent.prototype, "useTopLayer", {
358
+ /**
359
+ * Indicates that the popup will place itself into the browser top layer.
360
+ */
361
+ get: function () {
362
+ return this.i.ax;
363
+ },
364
+ set: function (v) {
365
+ this.i.ax = ensureBool(v);
366
+ },
367
+ enumerable: false,
368
+ configurable: true
369
+ });
344
370
  IgxPopupComponent.prototype.findByName = function (name) {
345
371
  if (this.findEphemera) {
346
372
  if (name && name.indexOf("@@e:") == 0) {
@@ -411,7 +437,7 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
411
437
 
412
438
  */
413
439
  IgxPopupComponent.prototype.close = function () {
414
- this.i.bx();
440
+ this.i.b3();
415
441
  };
416
442
  IgxPopupComponent.prototype.showRelativeToExclusionRect = function (exclusionRect, popupDirection, popupAlignment) {
417
443
  this.i.showRelativeToExclusionRect(toRect(exclusionRect), (popupDirection == null ? null : popupDirection), (popupAlignment == null ? null : popupAlignment));
@@ -421,7 +447,7 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
421
447
 
422
448
  */
423
449
  IgxPopupComponent.prototype.exportVisualModel = function () {
424
- var iv = this.i.a9();
450
+ var iv = this.i.bc();
425
451
  return (iv);
426
452
  };
427
453
  /**
@@ -429,7 +455,7 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
429
455
 
430
456
  */
431
457
  IgxPopupComponent.prototype.exportSerializedVisualModel = function () {
432
- var iv = this.i.bl();
458
+ var iv = this.i.bp();
433
459
  return (iv);
434
460
  };
435
461
  Object.defineProperty(IgxPopupComponent.prototype, "onClosed", {
@@ -546,7 +572,7 @@ var IgxPopupComponent = /** @class */ /*@__PURE__*/ (function () {
546
572
  }
547
573
  };
548
574
  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 });
549
- 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: "\n <ng-template #childContent>\n <ng-content></ng-content>\n </ng-template>\n <ng-container #dynamicContent></ng-container>\n <div #mainDivRef> \n\t</div> \n ", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
575
+ 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: "\n <ng-template #childContent>\n <ng-content></ng-content>\n </ng-template>\n <ng-container #dynamicContent></ng-container>\n <div #mainDivRef> \n\t</div> \n ", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
550
576
  return IgxPopupComponent;
551
577
  }());
552
578
  export { IgxPopupComponent };
@@ -611,6 +637,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
611
637
  type: Input
612
638
  }], isClosing: [{
613
639
  type: Input
640
+ }], isFixed: [{
641
+ type: Input
642
+ }], useTopLayer: [{
643
+ type: Input
614
644
  }], onClosed: [{
615
645
  type: Output
616
646
  }], 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';