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
@@ -14,22 +14,22 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(WebGridDescription, _super);
15
15
  function WebGridDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.gt = false;
17
+ _this.gv = false;
18
+ _this.g7 = null;
18
19
  _this.g5 = null;
19
- _this.g3 = null;
20
- _this.g9 = null;
21
- _this.g2 = null;
22
- _this.gz = 0;
23
- _this.go = null;
24
- _this.gn = null;
25
- _this.gu = false;
26
- _this.gr = null;
20
+ _this.hb = null;
27
21
  _this.g4 = null;
22
+ _this.g1 = 0;
23
+ _this.gq = null;
24
+ _this.gp = null;
25
+ _this.gw = false;
26
+ _this.gt = null;
28
27
  _this.g6 = null;
29
28
  _this.g8 = null;
30
- _this.gv = false;
31
- _this.g1 = null;
32
- _this.g7 = null;
29
+ _this.ha = null;
30
+ _this.gx = false;
31
+ _this.g3 = null;
32
+ _this.g9 = null;
33
33
  return _this;
34
34
  }
35
35
  WebGridDescription.prototype.get_type = function () {
@@ -37,10 +37,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
37
37
  };
38
38
  Object.defineProperty(WebGridDescription.prototype, "groupsExpanded", {
39
39
  get: function () {
40
- return this.gt;
40
+ return this.gv;
41
41
  },
42
42
  set: function (a) {
43
- this.gt = a;
43
+ this.gv = a;
44
44
  this.g("GroupsExpanded");
45
45
  },
46
46
  enumerable: false,
@@ -48,10 +48,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
48
48
  });
49
49
  Object.defineProperty(WebGridDescription.prototype, "dropAreaTemplateRef", {
50
50
  get: function () {
51
- return this.g5;
51
+ return this.g7;
52
52
  },
53
53
  set: function (a) {
54
- this.g5 = a;
54
+ this.g7 = a;
55
55
  this.g("DropAreaTemplateRef");
56
56
  },
57
57
  enumerable: false,
@@ -59,10 +59,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
59
59
  });
60
60
  Object.defineProperty(WebGridDescription.prototype, "detailTemplateRef", {
61
61
  get: function () {
62
- return this.g3;
62
+ return this.g5;
63
63
  },
64
64
  set: function (a) {
65
- this.g3 = a;
65
+ this.g5 = a;
66
66
  this.g("DetailTemplateRef");
67
67
  },
68
68
  enumerable: false,
@@ -70,10 +70,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
70
70
  });
71
71
  Object.defineProperty(WebGridDescription.prototype, "id", {
72
72
  get: function () {
73
- return this.g9;
73
+ return this.hb;
74
74
  },
75
75
  set: function (a) {
76
- this.g9 = a;
76
+ this.hb = a;
77
77
  this.g("Id");
78
78
  },
79
79
  enumerable: false,
@@ -81,10 +81,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
81
81
  });
82
82
  Object.defineProperty(WebGridDescription.prototype, "dataRef", {
83
83
  get: function () {
84
- return this.g2;
84
+ return this.g4;
85
85
  },
86
86
  set: function (a) {
87
- this.g2 = a;
87
+ this.g4 = a;
88
88
  this.g("DataRef");
89
89
  },
90
90
  enumerable: false,
@@ -92,10 +92,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
92
92
  });
93
93
  Object.defineProperty(WebGridDescription.prototype, "totalItemCount", {
94
94
  get: function () {
95
- return this.gz;
95
+ return this.g1;
96
96
  },
97
97
  set: function (a) {
98
- this.gz = a;
98
+ this.g1 = a;
99
99
  this.g("TotalItemCount");
100
100
  },
101
101
  enumerable: false,
@@ -103,10 +103,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
103
103
  });
104
104
  Object.defineProperty(WebGridDescription.prototype, "groupingExpressions", {
105
105
  get: function () {
106
- return this.go;
106
+ return this.gq;
107
107
  },
108
108
  set: function (a) {
109
- this.go = a;
109
+ this.gq = a;
110
110
  this.g("GroupingExpressions");
111
111
  },
112
112
  enumerable: false,
@@ -114,10 +114,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
114
114
  });
115
115
  Object.defineProperty(WebGridDescription.prototype, "groupingExpansionState", {
116
116
  get: function () {
117
- return this.gn;
117
+ return this.gp;
118
118
  },
119
119
  set: function (a) {
120
- this.gn = a;
120
+ this.gp = a;
121
121
  this.g("GroupingExpansionState");
122
122
  },
123
123
  enumerable: false,
@@ -125,10 +125,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
125
125
  });
126
126
  Object.defineProperty(WebGridDescription.prototype, "hideGroupedColumns", {
127
127
  get: function () {
128
- return this.gu;
128
+ return this.gw;
129
129
  },
130
130
  set: function (a) {
131
- this.gu = a;
131
+ this.gw = a;
132
132
  this.g("HideGroupedColumns");
133
133
  },
134
134
  enumerable: false,
@@ -136,10 +136,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
136
136
  });
137
137
  Object.defineProperty(WebGridDescription.prototype, "groupStrategy", {
138
138
  get: function () {
139
- return this.gr;
139
+ return this.gt;
140
140
  },
141
141
  set: function (a) {
142
- this.gr = a;
142
+ this.gt = a;
143
143
  this.g("GroupStrategy");
144
144
  },
145
145
  enumerable: false,
@@ -147,10 +147,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
147
147
  });
148
148
  Object.defineProperty(WebGridDescription.prototype, "dropAreaMessage", {
149
149
  get: function () {
150
- return this.g4;
150
+ return this.g6;
151
151
  },
152
152
  set: function (a) {
153
- this.g4 = a;
153
+ this.g6 = a;
154
154
  this.g("DropAreaMessage");
155
155
  },
156
156
  enumerable: false,
@@ -158,10 +158,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
158
158
  });
159
159
  Object.defineProperty(WebGridDescription.prototype, "groupByRowSelectorTemplateRef", {
160
160
  get: function () {
161
- return this.g6;
161
+ return this.g8;
162
162
  },
163
163
  set: function (a) {
164
- this.g6 = a;
164
+ this.g8 = a;
165
165
  this.g("GroupByRowSelectorTemplateRef");
166
166
  },
167
167
  enumerable: false,
@@ -169,10 +169,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
169
169
  });
170
170
  Object.defineProperty(WebGridDescription.prototype, "groupRowTemplateRef", {
171
171
  get: function () {
172
- return this.g8;
172
+ return this.ha;
173
173
  },
174
174
  set: function (a) {
175
- this.g8 = a;
175
+ this.ha = a;
176
176
  this.g("GroupRowTemplateRef");
177
177
  },
178
178
  enumerable: false,
@@ -180,10 +180,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
180
180
  });
181
181
  Object.defineProperty(WebGridDescription.prototype, "showGroupArea", {
182
182
  get: function () {
183
- return this.gv;
183
+ return this.gx;
184
184
  },
185
185
  set: function (a) {
186
- this.gv = a;
186
+ this.gx = a;
187
187
  this.g("ShowGroupArea");
188
188
  },
189
189
  enumerable: false,
@@ -191,10 +191,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
191
191
  });
192
192
  Object.defineProperty(WebGridDescription.prototype, "dataPreLoadRef", {
193
193
  get: function () {
194
- return this.g1;
194
+ return this.g3;
195
195
  },
196
196
  set: function (a) {
197
- this.g1 = a;
197
+ this.g3 = a;
198
198
  this.g("DataPreLoadRef");
199
199
  },
200
200
  enumerable: false,
@@ -202,10 +202,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
202
202
  });
203
203
  Object.defineProperty(WebGridDescription.prototype, "groupingDoneRef", {
204
204
  get: function () {
205
- return this.g7;
205
+ return this.g9;
206
206
  },
207
207
  set: function (a) {
208
- this.g7 = a;
208
+ this.g9 = a;
209
209
  this.g("GroupingDoneRef");
210
210
  },
211
211
  enumerable: false,
@@ -0,0 +1,68 @@
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 WebGridStateBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
+ __extends(WebGridStateBaseDirectiveDescription, _super);
15
+ function WebGridStateBaseDirectiveDescription() {
16
+ var _this = _super.call(this) || this;
17
+ _this.h = null;
18
+ _this.j = null;
19
+ _this.k = null;
20
+ return _this;
21
+ }
22
+ WebGridStateBaseDirectiveDescription.prototype.get_type = function () {
23
+ return "WebGridStateBaseDirective";
24
+ };
25
+ Object.defineProperty(WebGridStateBaseDirectiveDescription.prototype, "type", {
26
+ get: function () {
27
+ return this.get_type();
28
+ },
29
+ enumerable: false,
30
+ configurable: true
31
+ });
32
+ Object.defineProperty(WebGridStateBaseDirectiveDescription.prototype, "options", {
33
+ get: function () {
34
+ return this.h;
35
+ },
36
+ set: function (a) {
37
+ this.h = a;
38
+ this.g("Options");
39
+ },
40
+ enumerable: false,
41
+ configurable: true
42
+ });
43
+ Object.defineProperty(WebGridStateBaseDirectiveDescription.prototype, "name", {
44
+ get: function () {
45
+ return this.j;
46
+ },
47
+ set: function (a) {
48
+ this.j = a;
49
+ this.g("Name");
50
+ },
51
+ enumerable: false,
52
+ configurable: true
53
+ });
54
+ Object.defineProperty(WebGridStateBaseDirectiveDescription.prototype, "stateParsedRef", {
55
+ get: function () {
56
+ return this.k;
57
+ },
58
+ set: function (a) {
59
+ this.k = a;
60
+ this.g("StateParsedRef");
61
+ },
62
+ enumerable: false,
63
+ configurable: true
64
+ });
65
+ WebGridStateBaseDirectiveDescription.$t = markType(WebGridStateBaseDirectiveDescription, 'WebGridStateBaseDirectiveDescription', Description.$);
66
+ return WebGridStateBaseDirectiveDescription;
67
+ }(Description));
68
+ export { WebGridStateBaseDirectiveDescription };
@@ -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 { WebGridStateBaseDirectiveDescriptionMetadata } from "./WebGridStateBaseDirectiveDescriptionMetadata_combined";
@@ -0,0 +1,134 @@
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 { WebGridStateOptionsDescriptionMetadata } from "./WebGridStateOptionsDescriptionMetadata";
11
+ import { WebGridStateBaseDirectiveDescription } from "./WebGridStateBaseDirectiveDescription";
12
+ import { WebGridStateDescription } from "./WebGridStateDescription";
13
+ import { WebGridStateComponentEventArgsDescription } from "./WebGridStateComponentEventArgsDescription";
14
+ /**
15
+ * @hidden
16
+ */
17
+ var WebGridStateBaseDirectiveDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
18
+ __extends(WebGridStateBaseDirectiveDescriptionMetadata, _super);
19
+ function WebGridStateBaseDirectiveDescriptionMetadata() {
20
+ return _super !== null && _super.apply(this, arguments) || this;
21
+ }
22
+ WebGridStateBaseDirectiveDescriptionMetadata.b = function (a) {
23
+ if (WebGridStateBaseDirectiveDescriptionMetadata.a == null) {
24
+ WebGridStateBaseDirectiveDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
25
+ WebGridStateBaseDirectiveDescriptionMetadata.c(WebGridStateBaseDirectiveDescriptionMetadata.a);
26
+ }
27
+ if (a.k(WebGridStateBaseDirectiveDescriptionMetadata.a)) {
28
+ return;
29
+ }
30
+ a.ab(WebGridStateBaseDirectiveDescriptionMetadata.a);
31
+ WebGridStateOptionsDescriptionMetadata.d(a);
32
+ WebGridStateComponentEventArgsDescriptionMetadata.d(a);
33
+ };
34
+ WebGridStateBaseDirectiveDescriptionMetadata.c = function (a) {
35
+ a.item("__qualifiedNameTS", "String:GridStateBaseDirective");
36
+ a.item("__tagNameWC", "String:igc-grid-state-base-directive");
37
+ a.item("__packageNameWC", "String:grids");
38
+ a.item("__skipModuleRegisterWebComponents", "Boolean");
39
+ a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
40
+ a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
41
+ a.item("__skipSuffix", "Boolean");
42
+ a.item("Options", "ExportedType:WebGridStateOptions");
43
+ a.item("Name", "String");
44
+ a.item("StateParsedRef", "EventRef::stateParsed:customEvent");
45
+ };
46
+ WebGridStateBaseDirectiveDescriptionMetadata.d = function (a) {
47
+ WebGridStateBaseDirectiveDescriptionMetadata.b(a);
48
+ a.ad("WebGridStateBaseDirective", function () { return new WebGridStateBaseDirectiveDescription(); });
49
+ a.ac("WebGridStateBaseDirective", WebGridStateBaseDirectiveDescriptionMetadata.a);
50
+ };
51
+ WebGridStateBaseDirectiveDescriptionMetadata.$t = markType(WebGridStateBaseDirectiveDescriptionMetadata, 'WebGridStateBaseDirectiveDescriptionMetadata');
52
+ WebGridStateBaseDirectiveDescriptionMetadata.a = null;
53
+ return WebGridStateBaseDirectiveDescriptionMetadata;
54
+ }(Base));
55
+ export { WebGridStateBaseDirectiveDescriptionMetadata };
56
+ /**
57
+ * @hidden
58
+ */
59
+ var WebGridStateDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
60
+ __extends(WebGridStateDescriptionMetadata, _super);
61
+ function WebGridStateDescriptionMetadata() {
62
+ return _super !== null && _super.apply(this, arguments) || this;
63
+ }
64
+ WebGridStateDescriptionMetadata.b = function (a) {
65
+ if (WebGridStateDescriptionMetadata.a == null) {
66
+ WebGridStateDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
67
+ WebGridStateDescriptionMetadata.c(WebGridStateDescriptionMetadata.a);
68
+ }
69
+ if (a.k(WebGridStateDescriptionMetadata.a)) {
70
+ return;
71
+ }
72
+ a.ab(WebGridStateDescriptionMetadata.a);
73
+ };
74
+ WebGridStateDescriptionMetadata.c = function (a) {
75
+ WebGridStateBaseDirectiveDescriptionMetadata.c(a);
76
+ a.item("__qualifiedNameTS", "String:GridState");
77
+ a.item("__tagNameWC", "String:igc-grid-state");
78
+ a.item("__packageNameWC", "String:grids");
79
+ a.item("__skipModuleRegisterWebComponents", "Boolean");
80
+ a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
81
+ a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
82
+ if (a.containsKey("__skipSuffix")) {
83
+ a.removeItem("__skipSuffix");
84
+ }
85
+ a.item("__manageCollectionInMarkup", "Boolean");
86
+ };
87
+ WebGridStateDescriptionMetadata.d = function (a) {
88
+ WebGridStateDescriptionMetadata.b(a);
89
+ a.ad("WebGridState", function () { return new WebGridStateDescription(); });
90
+ a.ac("WebGridState", WebGridStateDescriptionMetadata.a);
91
+ };
92
+ WebGridStateDescriptionMetadata.$t = markType(WebGridStateDescriptionMetadata, 'WebGridStateDescriptionMetadata');
93
+ WebGridStateDescriptionMetadata.a = null;
94
+ return WebGridStateDescriptionMetadata;
95
+ }(Base));
96
+ export { WebGridStateDescriptionMetadata };
97
+ /**
98
+ * @hidden
99
+ */
100
+ var WebGridStateComponentEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
101
+ __extends(WebGridStateComponentEventArgsDescriptionMetadata, _super);
102
+ function WebGridStateComponentEventArgsDescriptionMetadata() {
103
+ return _super !== null && _super.apply(this, arguments) || this;
104
+ }
105
+ WebGridStateComponentEventArgsDescriptionMetadata.b = function (a) {
106
+ if (WebGridStateComponentEventArgsDescriptionMetadata.a == null) {
107
+ WebGridStateComponentEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
108
+ WebGridStateComponentEventArgsDescriptionMetadata.c(WebGridStateComponentEventArgsDescriptionMetadata.a);
109
+ }
110
+ if (a.k(WebGridStateComponentEventArgsDescriptionMetadata.a)) {
111
+ return;
112
+ }
113
+ a.ab(WebGridStateComponentEventArgsDescriptionMetadata.a);
114
+ WebGridStateDescriptionMetadata.d(a);
115
+ };
116
+ WebGridStateComponentEventArgsDescriptionMetadata.c = function (a) {
117
+ a.item("__qualifiedNameTS", "String:GridStateComponentEventArgs");
118
+ a.item("__packageNameWC", "String:grids");
119
+ a.item("__skipModuleRegisterWebComponents", "Boolean");
120
+ a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
121
+ a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
122
+ a.item("__marshalByValue", "Boolean");
123
+ a.item("Detail", "ExportedType:WebGridState");
124
+ };
125
+ WebGridStateComponentEventArgsDescriptionMetadata.d = function (a) {
126
+ WebGridStateComponentEventArgsDescriptionMetadata.b(a);
127
+ a.ad("WebGridStateComponentEventArgs", function () { return new WebGridStateComponentEventArgsDescription(); });
128
+ a.ac("WebGridStateComponentEventArgs", WebGridStateComponentEventArgsDescriptionMetadata.a);
129
+ };
130
+ WebGridStateComponentEventArgsDescriptionMetadata.$t = markType(WebGridStateComponentEventArgsDescriptionMetadata, 'WebGridStateComponentEventArgsDescriptionMetadata');
131
+ WebGridStateComponentEventArgsDescriptionMetadata.a = null;
132
+ return WebGridStateComponentEventArgsDescriptionMetadata;
133
+ }(Base));
134
+ export { WebGridStateComponentEventArgsDescriptionMetadata };
@@ -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 { Base, markType } from "./type";
9
+ import { WebGridStateBaseDirectiveDescriptionMetadata } from "./WebGridStateBaseDirectiveDescriptionMetadata";
10
+ /**
11
+ * @hidden
12
+ */
13
+ var WebGridStateBaseDirectiveDescriptionModule = /** @class */ /*@__PURE__*/ (function (_super) {
14
+ __extends(WebGridStateBaseDirectiveDescriptionModule, _super);
15
+ function WebGridStateBaseDirectiveDescriptionModule() {
16
+ return _super !== null && _super.apply(this, arguments) || this;
17
+ }
18
+ WebGridStateBaseDirectiveDescriptionModule.register = function (a) {
19
+ WebGridStateBaseDirectiveDescriptionMetadata.d(a);
20
+ };
21
+ WebGridStateBaseDirectiveDescriptionModule.$t = markType(WebGridStateBaseDirectiveDescriptionModule, 'WebGridStateBaseDirectiveDescriptionModule');
22
+ return WebGridStateBaseDirectiveDescriptionModule;
23
+ }(Base));
24
+ export { WebGridStateBaseDirectiveDescriptionModule };
@@ -0,0 +1,68 @@
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 WebGridStateCollectionDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
+ __extends(WebGridStateCollectionDescription, _super);
15
+ function WebGridStateCollectionDescription() {
16
+ var _this = _super.call(this) || this;
17
+ _this.l = null;
18
+ _this.j = null;
19
+ _this.h = null;
20
+ return _this;
21
+ }
22
+ WebGridStateCollectionDescription.prototype.get_type = function () {
23
+ return "WebGridStateCollection";
24
+ };
25
+ Object.defineProperty(WebGridStateCollectionDescription.prototype, "type", {
26
+ get: function () {
27
+ return this.get_type();
28
+ },
29
+ enumerable: false,
30
+ configurable: true
31
+ });
32
+ Object.defineProperty(WebGridStateCollectionDescription.prototype, "id", {
33
+ get: function () {
34
+ return this.l;
35
+ },
36
+ set: function (a) {
37
+ this.l = a;
38
+ this.g("Id");
39
+ },
40
+ enumerable: false,
41
+ configurable: true
42
+ });
43
+ Object.defineProperty(WebGridStateCollectionDescription.prototype, "parentRowID", {
44
+ get: function () {
45
+ return this.j;
46
+ },
47
+ set: function (a) {
48
+ this.j = a;
49
+ this.g("ParentRowID");
50
+ },
51
+ enumerable: false,
52
+ configurable: true
53
+ });
54
+ Object.defineProperty(WebGridStateCollectionDescription.prototype, "state", {
55
+ get: function () {
56
+ return this.h;
57
+ },
58
+ set: function (a) {
59
+ this.h = a;
60
+ this.g("State");
61
+ },
62
+ enumerable: false,
63
+ configurable: true
64
+ });
65
+ WebGridStateCollectionDescription.$t = markType(WebGridStateCollectionDescription, 'WebGridStateCollectionDescription', Description.$);
66
+ return WebGridStateCollectionDescription;
67
+ }(Description));
68
+ export { WebGridStateCollectionDescription };
@@ -0,0 +1,52 @@
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 { WebGridStateDescriptionMetadata } from "./WebGridStateDescriptionMetadata";
11
+ import { WebGridStateCollectionDescription } from "./WebGridStateCollectionDescription";
12
+ /**
13
+ * @hidden
14
+ */
15
+ var WebGridStateCollectionDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
16
+ __extends(WebGridStateCollectionDescriptionMetadata, _super);
17
+ function WebGridStateCollectionDescriptionMetadata() {
18
+ return _super !== null && _super.apply(this, arguments) || this;
19
+ }
20
+ WebGridStateCollectionDescriptionMetadata.b = function (a) {
21
+ if (WebGridStateCollectionDescriptionMetadata.a == null) {
22
+ WebGridStateCollectionDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
23
+ WebGridStateCollectionDescriptionMetadata.c(WebGridStateCollectionDescriptionMetadata.a);
24
+ }
25
+ if (a.k(WebGridStateCollectionDescriptionMetadata.a)) {
26
+ return;
27
+ }
28
+ a.ab(WebGridStateCollectionDescriptionMetadata.a);
29
+ WebGridStateDescriptionMetadata.d(a);
30
+ };
31
+ WebGridStateCollectionDescriptionMetadata.c = function (a) {
32
+ a.item("__qualifiedNameTS", "String:GridStateCollection");
33
+ a.item("__packageNameWC", "String:grids");
34
+ a.item("__skipModuleRegisterWebComponents", "Boolean");
35
+ a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
36
+ a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
37
+ a.item("__isPlainObject", "Boolean");
38
+ a.item("__skipSuffix", "Boolean");
39
+ a.item("Id", "String");
40
+ a.item("ParentRowID", "Unknown");
41
+ a.item("State", "ExportedType:WebGridState");
42
+ };
43
+ WebGridStateCollectionDescriptionMetadata.d = function (a) {
44
+ WebGridStateCollectionDescriptionMetadata.b(a);
45
+ a.ad("WebGridStateCollection", function () { return new WebGridStateCollectionDescription(); });
46
+ a.ac("WebGridStateCollection", WebGridStateCollectionDescriptionMetadata.a);
47
+ };
48
+ WebGridStateCollectionDescriptionMetadata.$t = markType(WebGridStateCollectionDescriptionMetadata, 'WebGridStateCollectionDescriptionMetadata');
49
+ WebGridStateCollectionDescriptionMetadata.a = null;
50
+ return WebGridStateCollectionDescriptionMetadata;
51
+ }(Base));
52
+ export { WebGridStateCollectionDescriptionMetadata };
@@ -0,0 +1,46 @@
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 WebGridStateComponentEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
+ __extends(WebGridStateComponentEventArgsDescription, _super);
15
+ function WebGridStateComponentEventArgsDescription() {
16
+ var _this = _super.call(this) || this;
17
+ _this.h = null;
18
+ return _this;
19
+ }
20
+ WebGridStateComponentEventArgsDescription.prototype.get_type = function () {
21
+ return "WebGridStateComponentEventArgs";
22
+ };
23
+ Object.defineProperty(WebGridStateComponentEventArgsDescription.prototype, "type", {
24
+ get: function () {
25
+ return this.get_type();
26
+ },
27
+ enumerable: false,
28
+ configurable: true
29
+ });
30
+ Object.defineProperty(WebGridStateComponentEventArgsDescription.prototype, "detail", {
31
+ get: function () {
32
+ return this.h;
33
+ },
34
+ set: function (a) {
35
+ this.h = a;
36
+ this.g("Detail");
37
+ },
38
+ enumerable: false,
39
+ configurable: true
40
+ });
41
+ WebGridStateComponentEventArgsDescription.$t = markType(WebGridStateComponentEventArgsDescription, 'WebGridStateComponentEventArgsDescription', Description.$);
42
+ WebGridStateComponentEventArgsDescription.__marshalByValue = true;
43
+ WebGridStateComponentEventArgsDescription.__marshalByValueAlias = "GridStateComponentEventArgs";
44
+ return WebGridStateComponentEventArgsDescription;
45
+ }(Description));
46
+ export { WebGridStateComponentEventArgsDescription };
@@ -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 { WebGridStateComponentEventArgsDescriptionMetadata } from "./WebGridStateBaseDirectiveDescriptionMetadata_combined";