igniteui-angular-core 16.1.0-beta.1 → 16.1.0-beta.3

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 (161) hide show
  1. package/bundles/igniteui-angular-core.umd.js +1717 -2156
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/CanvasViewRenderer.js +15 -0
  4. package/esm2015/lib/INativeUIElementBridge_combined.js +28 -20
  5. package/esm2015/lib/LocalDataSource_combined.js +53 -52
  6. package/esm2015/lib/NativeUIButton.js +7 -5
  7. package/esm2015/lib/NativeUICheckbox.js +7 -5
  8. package/esm2015/lib/NativeUIDropDown.js +7 -5
  9. package/esm2015/lib/NativeUIGrid.js +7 -5
  10. package/esm2015/lib/NativeUIInput.js +7 -5
  11. package/esm2015/lib/NativeUIPopup.js +14 -10
  12. package/esm2015/lib/NativeUISlider.js +14 -10
  13. package/esm2015/lib/RearrangedListView.js +304 -303
  14. package/esm2015/lib/WebActionStripDescription.js +57 -1
  15. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
  16. package/esm2015/lib/WebColumnDescription.js +129 -177
  17. package/esm2015/lib/WebColumnDescriptionMetadata.js +0 -6
  18. package/esm2015/lib/WebColumnGroupDescription.js +6 -6
  19. package/esm2015/lib/WebColumnLayoutDescription.js +0 -8
  20. package/esm2015/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
  21. package/esm2015/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
  22. package/esm2015/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
  23. package/esm2015/lib/WebComboDescription.js +90 -82
  24. package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
  25. package/esm2015/lib/WebContentPaneDescription.js +69 -53
  26. package/esm2015/lib/WebContentPaneDescriptionMetadata.js +2 -0
  27. package/esm2015/lib/WebDockManagerDescription.js +20 -12
  28. package/esm2015/lib/WebDockManagerDescriptionMetadata.js +1 -0
  29. package/esm2015/lib/WebDockingIndicatorDescription.js +11 -3
  30. package/esm2015/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
  31. package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
  32. package/esm2015/lib/WebGridActionsBaseDirectiveDescription.js +36 -1
  33. package/esm2015/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
  34. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +286 -406
  35. package/esm2015/lib/WebGridDescription.js +48 -72
  36. package/esm2015/lib/WebGridDescriptionMetadata.js +0 -5
  37. package/esm2015/lib/WebGridEditingActionsDescription.js +12 -12
  38. package/esm2015/lib/{WebPivotConfigurationChangeEventArgsDescription.js → WebPivotConfigurationChangedEventArgsDescription.js} +7 -7
  39. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +42 -0
  40. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +36 -0
  41. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +46 -0
  42. package/esm2015/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
  43. package/esm2015/lib/WebPivotGridDescription.js +42 -58
  44. package/esm2015/lib/WebPivotGridDescriptionMetadata.js +3 -5
  45. package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
  46. package/esm2015/lib/WebRowDirectiveDescription.js +6 -14
  47. package/esm2015/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
  48. package/esm2015/lib/WebSplitPaneDescription.js +25 -17
  49. package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
  50. package/esm2015/lib/WebStepperDescription.js +6 -14
  51. package/esm2015/lib/WebStepperDescriptionMetadata.js +0 -2
  52. package/esm2015/lib/WebTabGroupPaneDescription.js +20 -12
  53. package/esm2015/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
  54. package/esm2015/lib/WebTreeGridDescription.js +30 -38
  55. package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
  56. package/esm2015/public_api.js +4 -8
  57. package/esm5/lib/CanvasViewRenderer.js +15 -0
  58. package/esm5/lib/INativeUIElementBridge_combined.js +28 -20
  59. package/esm5/lib/LocalDataSource_combined.js +53 -52
  60. package/esm5/lib/NativeUIButton.js +7 -5
  61. package/esm5/lib/NativeUICheckbox.js +7 -5
  62. package/esm5/lib/NativeUIDropDown.js +7 -5
  63. package/esm5/lib/NativeUIGrid.js +7 -5
  64. package/esm5/lib/NativeUIInput.js +7 -5
  65. package/esm5/lib/NativeUIPopup.js +14 -10
  66. package/esm5/lib/NativeUISlider.js +14 -10
  67. package/esm5/lib/RearrangedListView.js +304 -303
  68. package/esm5/lib/WebActionStripDescription.js +79 -1
  69. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
  70. package/esm5/lib/WebColumnDescription.js +129 -201
  71. package/esm5/lib/WebColumnDescriptionMetadata.js +0 -6
  72. package/esm5/lib/WebColumnGroupDescription.js +6 -6
  73. package/esm5/lib/WebColumnLayoutDescription.js +1 -14
  74. package/esm5/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
  75. package/esm5/lib/WebComboChangeEventArgsDetailDescription.js +9 -9
  76. package/esm5/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -1
  77. package/esm5/lib/WebComboDescription.js +94 -82
  78. package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
  79. package/esm5/lib/WebContentPaneDescription.js +77 -53
  80. package/esm5/lib/WebContentPaneDescriptionMetadata.js +2 -0
  81. package/esm5/lib/WebDockManagerDescription.js +24 -12
  82. package/esm5/lib/WebDockManagerDescriptionMetadata.js +1 -0
  83. package/esm5/lib/WebDockingIndicatorDescription.js +15 -3
  84. package/esm5/lib/WebDockingIndicatorDescriptionMetadata.js +1 -0
  85. package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
  86. package/esm5/lib/WebGridActionsBaseDirectiveDescription.js +50 -1
  87. package/esm5/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
  88. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +284 -464
  89. package/esm5/lib/WebGridDescription.js +48 -84
  90. package/esm5/lib/WebGridDescriptionMetadata.js +0 -5
  91. package/esm5/lib/WebGridEditingActionsDescription.js +12 -12
  92. package/esm5/lib/WebPivotConfigurationChangedEventArgsDescription.js +46 -0
  93. package/esm5/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +46 -0
  94. package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +46 -0
  95. package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +50 -0
  96. package/esm5/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
  97. package/esm5/lib/WebPivotGridDescription.js +41 -65
  98. package/esm5/lib/WebPivotGridDescriptionMetadata.js +3 -5
  99. package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
  100. package/esm5/lib/WebRowDirectiveDescription.js +6 -18
  101. package/esm5/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
  102. package/esm5/lib/WebSplitPaneDescription.js +29 -17
  103. package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
  104. package/esm5/lib/WebStepperDescription.js +6 -18
  105. package/esm5/lib/WebStepperDescriptionMetadata.js +0 -2
  106. package/esm5/lib/WebTabGroupPaneDescription.js +24 -12
  107. package/esm5/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
  108. package/esm5/lib/WebTreeGridDescription.js +30 -42
  109. package/esm5/lib/WebTreeGridDescriptionMetadata.js +0 -1
  110. package/esm5/public_api.js +4 -8
  111. package/fesm2015/igniteui-angular-core.js +1630 -1954
  112. package/fesm5/igniteui-angular-core.js +1714 -2149
  113. package/lib/RearrangedListView.d.ts +50 -49
  114. package/lib/WebActionStripDescription.d.ts +27 -1
  115. package/lib/WebColumnDescription.d.ts +46 -64
  116. package/lib/WebColumnGroupDescription.d.ts +2 -2
  117. package/lib/WebColumnLayoutDescription.d.ts +0 -3
  118. package/lib/WebComboChangeEventArgsDetailDescription.d.ts +5 -5
  119. package/lib/WebComboDescription.d.ts +33 -30
  120. package/lib/WebContentPaneDescription.d.ts +26 -20
  121. package/lib/WebDockManagerDescription.d.ts +7 -4
  122. package/lib/WebDockingIndicatorDescription.d.ts +4 -1
  123. package/lib/WebGridActionsBaseDirectiveDescription.d.ts +17 -1
  124. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +105 -150
  125. package/lib/WebGridDescription.d.ts +17 -27
  126. package/lib/WebGridEditingActionsDescription.d.ts +4 -4
  127. package/lib/WebPivotConfigurationChangedEventArgsDescription.d.ts +17 -0
  128. package/lib/{WebPivotConfigurationChangeDetailDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDescriptionMetadata.d.ts} +1 -1
  129. package/lib/{WebPivotConfigurationChangeDetailDescription.d.ts → WebPivotConfigurationChangedEventArgsDetailDescription.d.ts} +3 -3
  130. package/lib/{WebMRLColumnSizeInfoDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  131. package/lib/WebPivotGridDescription.d.ts +15 -21
  132. package/lib/WebRowDirectiveDescription.d.ts +2 -5
  133. package/lib/WebSplitPaneDescription.d.ts +9 -6
  134. package/lib/WebStepperDescription.d.ts +2 -5
  135. package/lib/WebTabGroupPaneDescription.d.ts +7 -4
  136. package/lib/WebTreeGridDescription.d.ts +10 -13
  137. package/package.json +1 -1
  138. package/public_api.d.ts +4 -8
  139. package/esm2015/lib/WebActionStripDescription_combined.js +0 -114
  140. package/esm2015/lib/WebMRLColumnSizeInfoDescription.js +0 -26
  141. package/esm2015/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -43
  142. package/esm2015/lib/WebMRLResizeColumnInfoDescription.js +0 -26
  143. package/esm2015/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -43
  144. package/esm2015/lib/WebPivotConfigurationChangeDetailDescription.js +0 -36
  145. package/esm2015/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -46
  146. package/esm2015/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -40
  147. package/esm5/lib/WebActionStripDescription_combined.js +0 -157
  148. package/esm5/lib/WebMRLColumnSizeInfoDescription.js +0 -31
  149. package/esm5/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -47
  150. package/esm5/lib/WebMRLResizeColumnInfoDescription.js +0 -31
  151. package/esm5/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -47
  152. package/esm5/lib/WebPivotConfigurationChangeDetailDescription.js +0 -46
  153. package/esm5/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -50
  154. package/esm5/lib/WebPivotConfigurationChangeEventArgsDescription.js +0 -46
  155. package/esm5/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -44
  156. package/lib/WebActionStripDescription_combined.d.ts +0 -49
  157. package/lib/WebMRLColumnSizeInfoDescription.d.ts +0 -11
  158. package/lib/WebMRLResizeColumnInfoDescription.d.ts +0 -11
  159. package/lib/WebMRLResizeColumnInfoDescriptionMetadata.d.ts +0 -13
  160. package/lib/WebPivotConfigurationChangeEventArgsDescription.d.ts +0 -17
  161. package/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.d.ts +0 -13
@@ -13,62 +13,56 @@ export let WebColumnDescription = /*@__PURE__*/ (() => {
13
13
  class WebColumnDescription extends Description {
14
14
  constructor() {
15
15
  super();
16
- this.bx = null;
17
- this.b0 = null;
18
- this.ca = null;
19
- this.af = false;
16
+ this.bm = null;
17
+ this.bp = null;
18
+ this.bz = null;
20
19
  this.ad = false;
21
- this.w = false;
22
- this.s = false;
23
- this.u = false;
24
20
  this.ab = false;
25
- this.o = false;
26
- this.x = false;
27
- this.y = false;
28
- this.ae = false;
29
- this.q = false;
21
+ this.u = false;
30
22
  this.r = false;
23
+ this.s = false;
31
24
  this.z = false;
32
- this.cb = null;
33
- this.a4 = 0;
34
- this.b5 = null;
35
- this.b1 = null;
36
- this.bi = null;
37
- this.b2 = null;
38
- this.bh = null;
39
- this.bs = null;
40
- this.bt = null;
25
+ this.o = false;
41
26
  this.v = false;
42
- this.ag = false;
27
+ this.w = false;
43
28
  this.ac = false;
29
+ this.p = false;
30
+ this.q = false;
31
+ this.x = false;
32
+ this.b0 = null;
44
33
  this.bu = null;
45
- this.a8 = 0;
46
- this.a6 = 0;
47
- this.a9 = 0;
48
- this.a7 = 0;
49
- this.bg = null;
50
- this.a5 = 0;
51
- this.b6 = null;
34
+ this.bq = null;
35
+ this.a8 = null;
36
+ this.br = null;
37
+ this.a7 = null;
38
+ this.bi = null;
39
+ this.bj = null;
40
+ this.t = false;
41
+ this.ae = false;
52
42
  this.aa = false;
53
43
  this.bk = null;
44
+ this.a0 = 0;
45
+ this.ay = 0;
46
+ this.a1 = 0;
47
+ this.az = 0;
48
+ this.a6 = null;
49
+ this.bv = null;
50
+ this.y = false;
51
+ this.ba = null;
54
52
  this.j = null;
55
53
  this.l = null;
56
- this.b9 = null;
57
- this.br = null;
58
- this.b3 = null;
59
- this.b4 = null;
60
- this.bw = null;
61
54
  this.by = null;
62
- this.ah = false;
55
+ this.bh = null;
56
+ this.bs = null;
57
+ this.bt = null;
58
+ this.bl = null;
59
+ this.bn = null;
60
+ this.af = false;
63
61
  this.h = null;
64
- this.p = false;
65
- this.t = false;
66
- this.bv = null;
67
- this.ai = false;
68
- this.bj = null;
69
- this.b7 = null;
70
- this.bz = null;
71
- this.b8 = null;
62
+ this.a9 = null;
63
+ this.bw = null;
64
+ this.bo = null;
65
+ this.bx = null;
72
66
  }
73
67
  get_type() {
74
68
  return "WebColumn";
@@ -77,66 +71,66 @@ export let WebColumnDescription = /*@__PURE__*/ (() => {
77
71
  return this.get_type();
78
72
  }
79
73
  get field() {
80
- return this.bx;
74
+ return this.bm;
81
75
  }
82
76
  set field(a) {
83
- this.bx = a;
77
+ this.bm = a;
84
78
  this.g("Field");
85
79
  }
86
80
  get header() {
87
- return this.b0;
81
+ return this.bp;
88
82
  }
89
83
  set header(a) {
90
- this.b0 = a;
84
+ this.bp = a;
91
85
  this.g("Header");
92
86
  }
93
87
  get title() {
94
- return this.ca;
88
+ return this.bz;
95
89
  }
96
90
  set title(a) {
97
- this.ca = a;
91
+ this.bz = a;
98
92
  this.g("Title");
99
93
  }
100
94
  get sortable() {
101
- return this.af;
95
+ return this.ad;
102
96
  }
103
97
  set sortable(a) {
104
- this.af = a;
98
+ this.ad = a;
105
99
  this.g("Sortable");
106
100
  }
107
101
  get selectable() {
108
- return this.ad;
102
+ return this.ab;
109
103
  }
110
104
  set selectable(a) {
111
- this.ad = a;
105
+ this.ab = a;
112
106
  this.g("Selectable");
113
107
  }
114
108
  get groupable() {
115
- return this.w;
109
+ return this.u;
116
110
  }
117
111
  set groupable(a) {
118
- this.w = a;
112
+ this.u = a;
119
113
  this.g("Groupable");
120
114
  }
121
115
  get editable() {
122
- return this.s;
116
+ return this.r;
123
117
  }
124
118
  set editable(a) {
125
- this.s = a;
119
+ this.r = a;
126
120
  this.g("Editable");
127
121
  }
128
122
  get filterable() {
129
- return this.u;
123
+ return this.s;
130
124
  }
131
125
  set filterable(a) {
132
- this.u = a;
126
+ this.s = a;
133
127
  this.g("Filterable");
134
128
  }
135
129
  get resizable() {
136
- return this.ab;
130
+ return this.z;
137
131
  }
138
132
  set resizable(a) {
139
- this.ab = a;
133
+ this.z = a;
140
134
  this.g("Resizable");
141
135
  }
142
136
  get autosizeHeader() {
@@ -147,199 +141,185 @@ export let WebColumnDescription = /*@__PURE__*/ (() => {
147
141
  this.g("AutosizeHeader");
148
142
  }
149
143
  get hasSummary() {
150
- return this.x;
144
+ return this.v;
151
145
  }
152
146
  set hasSummary(a) {
153
- this.x = a;
147
+ this.v = a;
154
148
  this.g("HasSummary");
155
149
  }
156
150
  get hidden() {
157
- return this.y;
151
+ return this.w;
158
152
  }
159
153
  set hidden(a) {
160
- this.y = a;
154
+ this.w = a;
161
155
  this.g("Hidden");
162
156
  }
163
157
  get selected() {
164
- return this.ae;
158
+ return this.ac;
165
159
  }
166
160
  set selected(a) {
167
- this.ae = a;
161
+ this.ac = a;
168
162
  this.g("Selected");
169
163
  }
170
164
  get disableHiding() {
171
- return this.q;
165
+ return this.p;
172
166
  }
173
167
  set disableHiding(a) {
174
- this.q = a;
168
+ this.p = a;
175
169
  this.g("DisableHiding");
176
170
  }
177
171
  get disablePinning() {
178
- return this.r;
172
+ return this.q;
179
173
  }
180
174
  set disablePinning(a) {
181
- this.r = a;
175
+ this.q = a;
182
176
  this.g("DisablePinning");
183
177
  }
184
178
  get movable() {
185
- return this.z;
179
+ return this.x;
186
180
  }
187
181
  set movable(a) {
188
- this.z = a;
182
+ this.x = a;
189
183
  this.g("Movable");
190
184
  }
191
185
  get width() {
192
- return this.cb;
186
+ return this.b0;
193
187
  }
194
188
  set width(a) {
195
- this.cb = a;
189
+ this.b0 = a;
196
190
  this.g("Width");
197
191
  }
198
- get autoSize() {
199
- return this.a4;
200
- }
201
- set autoSize(a) {
202
- this.a4 = a;
203
- this.g("AutoSize");
204
- }
205
192
  get maxWidth() {
206
- return this.b5;
193
+ return this.bu;
207
194
  }
208
195
  set maxWidth(a) {
209
- this.b5 = a;
196
+ this.bu = a;
210
197
  this.g("MaxWidth");
211
198
  }
212
199
  get headerClasses() {
213
- return this.b1;
200
+ return this.bq;
214
201
  }
215
202
  set headerClasses(a) {
216
- this.b1 = a;
203
+ this.bq = a;
217
204
  this.g("HeaderClasses");
218
205
  }
219
206
  get headerStyles() {
220
- return this.bi;
207
+ return this.a8;
221
208
  }
222
209
  set headerStyles(a) {
223
- this.bi = a;
210
+ this.a8 = a;
224
211
  this.g("HeaderStyles");
225
212
  }
226
213
  get headerGroupClasses() {
227
- return this.b2;
214
+ return this.br;
228
215
  }
229
216
  set headerGroupClasses(a) {
230
- this.b2 = a;
217
+ this.br = a;
231
218
  this.g("HeaderGroupClasses");
232
219
  }
233
220
  get headerGroupStyles() {
234
- return this.bh;
221
+ return this.a7;
235
222
  }
236
223
  set headerGroupStyles(a) {
237
- this.bh = a;
224
+ this.a7 = a;
238
225
  this.g("HeaderGroupStyles");
239
226
  }
240
227
  get cellClassesRef() {
241
- return this.bs;
228
+ return this.bi;
242
229
  }
243
230
  set cellClassesRef(a) {
244
- this.bs = a;
231
+ this.bi = a;
245
232
  this.g("CellClassesRef");
246
233
  }
247
234
  get cellStylesRef() {
248
- return this.bt;
235
+ return this.bj;
249
236
  }
250
237
  set cellStylesRef(a) {
251
- this.bt = a;
238
+ this.bj = a;
252
239
  this.g("CellStylesRef");
253
240
  }
254
241
  get filteringIgnoreCase() {
255
- return this.v;
242
+ return this.t;
256
243
  }
257
244
  set filteringIgnoreCase(a) {
258
- this.v = a;
245
+ this.t = a;
259
246
  this.g("FilteringIgnoreCase");
260
247
  }
261
248
  get sortingIgnoreCase() {
262
- return this.ag;
249
+ return this.ae;
263
250
  }
264
251
  set sortingIgnoreCase(a) {
265
- this.ag = a;
252
+ this.ae = a;
266
253
  this.g("SortingIgnoreCase");
267
254
  }
268
255
  get searchable() {
269
- return this.ac;
256
+ return this.aa;
270
257
  }
271
258
  set searchable(a) {
272
- this.ac = a;
259
+ this.aa = a;
273
260
  this.g("Searchable");
274
261
  }
275
262
  get dataType() {
276
- return this.bu;
263
+ return this.bk;
277
264
  }
278
265
  set dataType(a) {
279
- this.bu = a;
266
+ this.bk = a;
280
267
  this.g("DataType");
281
268
  }
282
269
  get rowEnd() {
283
- return this.a8;
270
+ return this.a0;
284
271
  }
285
272
  set rowEnd(a) {
286
- this.a8 = a;
273
+ this.a0 = a;
287
274
  this.g("RowEnd");
288
275
  }
289
276
  get colEnd() {
290
- return this.a6;
277
+ return this.ay;
291
278
  }
292
279
  set colEnd(a) {
293
- this.a6 = a;
280
+ this.ay = a;
294
281
  this.g("ColEnd");
295
282
  }
296
283
  get rowStart() {
297
- return this.a9;
284
+ return this.a1;
298
285
  }
299
286
  set rowStart(a) {
300
- this.a9 = a;
287
+ this.a1 = a;
301
288
  this.g("RowStart");
302
289
  }
303
290
  get colStart() {
304
- return this.a7;
291
+ return this.az;
305
292
  }
306
293
  set colStart(a) {
307
- this.a7 = a;
294
+ this.az = a;
308
295
  this.g("ColStart");
309
296
  }
310
297
  get additionalTemplateContext() {
311
- return this.bg;
298
+ return this.a6;
312
299
  }
313
300
  set additionalTemplateContext(a) {
314
- this.bg = a;
301
+ this.a6 = a;
315
302
  this.g("AdditionalTemplateContext");
316
303
  }
317
- get calcPixelWidth() {
318
- return this.a5;
319
- }
320
- set calcPixelWidth(a) {
321
- this.a5 = a;
322
- this.g("CalcPixelWidth");
323
- }
324
304
  get minWidth() {
325
- return this.b6;
305
+ return this.bv;
326
306
  }
327
307
  set minWidth(a) {
328
- this.b6 = a;
308
+ this.bv = a;
329
309
  this.g("MinWidth");
330
310
  }
331
311
  get pinned() {
332
- return this.aa;
312
+ return this.y;
333
313
  }
334
314
  set pinned(a) {
335
- this.aa = a;
315
+ this.y = a;
336
316
  this.g("Pinned");
337
317
  }
338
318
  get summaries() {
339
- return this.bk;
319
+ return this.ba;
340
320
  }
341
321
  set summaries(a) {
342
- this.bk = a;
322
+ this.ba = a;
343
323
  this.g("Summaries");
344
324
  }
345
325
  get filters() {
@@ -357,52 +337,52 @@ export let WebColumnDescription = /*@__PURE__*/ (() => {
357
337
  this.g("SortStrategy");
358
338
  }
359
339
  get summaryTemplateRef() {
360
- return this.b9;
340
+ return this.by;
361
341
  }
362
342
  set summaryTemplateRef(a) {
363
- this.b9 = a;
343
+ this.by = a;
364
344
  this.g("SummaryTemplateRef");
365
345
  }
366
346
  get bodyTemplateRef() {
367
- return this.br;
347
+ return this.bh;
368
348
  }
369
349
  set bodyTemplateRef(a) {
370
- this.br = a;
350
+ this.bh = a;
371
351
  this.g("BodyTemplateRef");
372
352
  }
373
353
  get headerTemplateRef() {
374
- return this.b3;
354
+ return this.bs;
375
355
  }
376
356
  set headerTemplateRef(a) {
377
- this.b3 = a;
357
+ this.bs = a;
378
358
  this.g("HeaderTemplateRef");
379
359
  }
380
360
  get inlineEditorTemplateRef() {
381
- return this.b4;
361
+ return this.bt;
382
362
  }
383
363
  set inlineEditorTemplateRef(a) {
384
- this.b4 = a;
364
+ this.bt = a;
385
365
  this.g("InlineEditorTemplateRef");
386
366
  }
387
367
  get errorTemplateRef() {
388
- return this.bw;
368
+ return this.bl;
389
369
  }
390
370
  set errorTemplateRef(a) {
391
- this.bw = a;
371
+ this.bl = a;
392
372
  this.g("ErrorTemplateRef");
393
373
  }
394
374
  get filterCellTemplateRef() {
395
- return this.by;
375
+ return this.bn;
396
376
  }
397
377
  set filterCellTemplateRef(a) {
398
- this.by = a;
378
+ this.bn = a;
399
379
  this.g("FilterCellTemplateRef");
400
380
  }
401
381
  get visibleWhenCollapsed() {
402
- return this.ah;
382
+ return this.af;
403
383
  }
404
384
  set visibleWhenCollapsed(a) {
405
- this.ah = a;
385
+ this.af = a;
406
386
  this.g("VisibleWhenCollapsed");
407
387
  }
408
388
  get pipeArgs() {
@@ -412,60 +392,32 @@ export let WebColumnDescription = /*@__PURE__*/ (() => {
412
392
  this.h = a;
413
393
  this.g("PipeArgs");
414
394
  }
415
- get collapsible() {
416
- return this.p;
417
- }
418
- set collapsible(a) {
419
- this.p = a;
420
- this.g("Collapsible");
421
- }
422
- get expanded() {
423
- return this.t;
424
- }
425
- set expanded(a) {
426
- this.t = a;
427
- this.g("Expanded");
428
- }
429
- get defaultWidth() {
430
- return this.bv;
431
- }
432
- set defaultWidth(a) {
433
- this.bv = a;
434
- this.g("DefaultWidth");
435
- }
436
- get widthSetByUser() {
437
- return this.ai;
438
- }
439
- set widthSetByUser(a) {
440
- this.ai = a;
441
- this.g("WidthSetByUser");
442
- }
443
395
  get parentColumn() {
444
- return this.bj;
396
+ return this.a9;
445
397
  }
446
398
  set parentColumn(a) {
447
- this.bj = a;
399
+ this.a9 = a;
448
400
  this.g("ParentColumn");
449
401
  }
450
402
  get name() {
451
- return this.b7;
403
+ return this.bw;
452
404
  }
453
405
  set name(a) {
454
- this.b7 = a;
406
+ this.bw = a;
455
407
  this.g("Name");
456
408
  }
457
409
  get formatterRef() {
458
- return this.bz;
410
+ return this.bo;
459
411
  }
460
412
  set formatterRef(a) {
461
- this.bz = a;
413
+ this.bo = a;
462
414
  this.g("FormatterRef");
463
415
  }
464
416
  get summaryFormatterRef() {
465
- return this.b8;
417
+ return this.bx;
466
418
  }
467
419
  set summaryFormatterRef(a) {
468
- this.b8 = a;
420
+ this.bx = a;
469
421
  this.g("SummaryFormatterRef");
470
422
  }
471
423
  }
@@ -55,7 +55,6 @@ export let WebColumnDescriptionMetadata = /*@__PURE__*/ (() => {
55
55
  a.item("DisablePinning", "Boolean");
56
56
  a.item("Movable", "Boolean");
57
57
  a.item("Width", "String");
58
- a.item("AutoSize", "Number:double");
59
58
  a.item("MaxWidth", "String");
60
59
  a.item("HeaderClasses", "String");
61
60
  a.item("HeaderStyles", "Unknown");
@@ -74,7 +73,6 @@ export let WebColumnDescriptionMetadata = /*@__PURE__*/ (() => {
74
73
  a.item("RowStart", "Number:double");
75
74
  a.item("ColStart", "Number:double");
76
75
  a.item("AdditionalTemplateContext", "Unknown");
77
- a.item("CalcPixelWidth", "Number:double");
78
76
  a.item("MinWidth", "String");
79
77
  a.item("Pinned", "Boolean");
80
78
  a.item("Summaries", "Unknown");
@@ -89,10 +87,6 @@ export let WebColumnDescriptionMetadata = /*@__PURE__*/ (() => {
89
87
  a.item("VisibleWhenCollapsed", "Boolean");
90
88
  a.item("PipeArgs", "ExportedType:WebColumnPipeArgs");
91
89
  a.item("PipeArgs@mustSetInCode", "WebComponents;Blazor");
92
- a.item("Collapsible", "Boolean");
93
- a.item("Expanded", "Boolean");
94
- a.item("DefaultWidth", "String");
95
- a.item("WidthSetByUser", "Boolean");
96
90
  a.item("ParentColumn", "(wc:Parent)Unknown");
97
91
  a.item("Name", "String");
98
92
  a.item("FormatterRef", "EventRef::formatter");
@@ -13,24 +13,24 @@ export let WebColumnGroupDescription = /*@__PURE__*/ (() => {
13
13
  class WebColumnGroupDescription extends WebColumnDescription {
14
14
  constructor() {
15
15
  super();
16
- this.cy = null;
17
- this.c2 = null;
16
+ this.cm = null;
17
+ this.cq = null;
18
18
  }
19
19
  get_type() {
20
20
  return "WebColumnGroup";
21
21
  }
22
22
  get children() {
23
- return this.cy;
23
+ return this.cm;
24
24
  }
25
25
  set children(a) {
26
- this.cy = a;
26
+ this.cm = a;
27
27
  this.g("Children");
28
28
  }
29
29
  get collapsibleIndicatorTemplateRef() {
30
- return this.c2;
30
+ return this.cq;
31
31
  }
32
32
  set collapsibleIndicatorTemplateRef(a) {
33
- this.c2 = a;
33
+ this.cq = a;
34
34
  this.g("CollapsibleIndicatorTemplateRef");
35
35
  }
36
36
  }
@@ -13,18 +13,10 @@ export let WebColumnLayoutDescription = /*@__PURE__*/ (() => {
13
13
  class WebColumnLayoutDescription extends WebColumnGroupDescription {
14
14
  constructor() {
15
15
  super();
16
- this.c6 = null;
17
16
  }
18
17
  get_type() {
19
18
  return "WebColumnLayout";
20
19
  }
21
- get childrenVisibleIndexesRef() {
22
- return this.c6;
23
- }
24
- set childrenVisibleIndexesRef(a) {
25
- this.c6 = a;
26
- this.g("ChildrenVisibleIndexesRef");
27
- }
28
20
  }
29
21
  WebColumnLayoutDescription.$t = markType(WebColumnLayoutDescription, 'WebColumnLayoutDescription', WebColumnGroupDescription.$);
30
22
  WebColumnLayoutDescription.__canMarshalByValue2 = true;
@@ -32,7 +32,6 @@ export let WebColumnLayoutDescriptionMetadata = /*@__PURE__*/ (() => {
32
32
  a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined");
33
33
  a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids");
34
34
  a.item("__manageCollectionInMarkup", "Boolean");
35
- a.item("ChildrenVisibleIndexesRef", "(w:ChildrenVisibleIndexes,wf:ChildrenVisibleIndexes)DataRef:object");
36
35
  }
37
36
  static d(a) {
38
37
  WebColumnLayoutDescriptionMetadata.b(a);