igniteui-angular-core 18.1.0 → 18.1.1

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 (76) hide show
  1. package/bundles/igniteui-angular-core.umd.js +1669 -1419
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/CategoryChartDescription.js +131 -131
  4. package/esm2015/lib/ChartMouseEventArgsDescription.js +16 -8
  5. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -0
  6. package/esm2015/lib/ComponentRenderer_combined.js +8 -0
  7. package/esm2015/lib/DataChartMouseButtonEventArgsDescription.js +19 -11
  8. package/esm2015/lib/DataPieBaseChartDescription.js +112 -104
  9. package/esm2015/lib/DataPieBaseChartDescriptionMetadata.js +1 -0
  10. package/esm2015/lib/DataPieChartDescription.js +36 -36
  11. package/esm2015/lib/DomainChartDescription.js +129 -81
  12. package/esm2015/lib/DomainChartDescriptionMetadata.js +8 -0
  13. package/esm2015/lib/DomainChartPlotAreaPointerEventArgsDescription.js +34 -0
  14. package/esm2015/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.js +37 -0
  15. package/esm2015/lib/DomainChartSeriesPointerEventArgsDescription.js +13 -5
  16. package/esm2015/lib/DomainChartSeriesPointerEventArgsDescriptionMetadata.js +1 -0
  17. package/esm2015/lib/FinancialChartDescription.js +179 -179
  18. package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  19. package/esm2015/lib/RadialBaseChartDescription.js +216 -216
  20. package/esm2015/lib/RadialPieSeriesDescription.js +8 -0
  21. package/esm2015/lib/RadialPieSeriesDescriptionMetadata.js +1 -0
  22. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -1
  23. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +340 -340
  24. package/esm2015/lib/WebIconDescriptionMetadata.js +5 -0
  25. package/esm2015/lib/WebIconMetaDescription.js +8 -6
  26. package/esm2015/lib/WebIconMetaDescriptionMetadata.js +4 -0
  27. package/esm2015/lib/XYChartDescription.js +216 -216
  28. package/esm2015/public_api.js +2 -0
  29. package/esm5/lib/CategoryChartDescription.js +131 -131
  30. package/esm5/lib/ChartMouseEventArgsDescription.js +19 -7
  31. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -0
  32. package/esm5/lib/ComponentRenderer_combined.js +8 -0
  33. package/esm5/lib/DataChartMouseButtonEventArgsDescription.js +22 -10
  34. package/esm5/lib/DataPieBaseChartDescription.js +116 -104
  35. package/esm5/lib/DataPieBaseChartDescriptionMetadata.js +1 -0
  36. package/esm5/lib/DataPieChartDescription.js +36 -36
  37. package/esm5/lib/DomainChartDescription.js +153 -81
  38. package/esm5/lib/DomainChartDescriptionMetadata.js +8 -0
  39. package/esm5/lib/DomainChartPlotAreaPointerEventArgsDescription.js +44 -0
  40. package/esm5/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.js +41 -0
  41. package/esm5/lib/DomainChartSeriesPointerEventArgsDescription.js +17 -5
  42. package/esm5/lib/DomainChartSeriesPointerEventArgsDescriptionMetadata.js +1 -0
  43. package/esm5/lib/FinancialChartDescription.js +179 -179
  44. package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  45. package/esm5/lib/RadialBaseChartDescription.js +216 -216
  46. package/esm5/lib/RadialPieSeriesDescription.js +12 -0
  47. package/esm5/lib/RadialPieSeriesDescriptionMetadata.js +1 -0
  48. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -1
  49. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +339 -339
  50. package/esm5/lib/WebIconDescriptionMetadata.js +5 -0
  51. package/esm5/lib/WebIconMetaDescription.js +8 -6
  52. package/esm5/lib/WebIconMetaDescriptionMetadata.js +4 -0
  53. package/esm5/lib/XYChartDescription.js +216 -216
  54. package/esm5/public_api.js +2 -0
  55. package/fesm2015/igniteui-angular-core.js +1603 -1409
  56. package/fesm5/igniteui-angular-core.js +1668 -1420
  57. package/lib/CategoryChartDescription.d.ts +45 -45
  58. package/lib/ChartMouseEventArgsDescription.d.ts +7 -3
  59. package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +1 -0
  60. package/lib/DataChartMouseButtonEventArgsDescription.d.ts +8 -4
  61. package/lib/DataPieBaseChartDescription.d.ts +39 -36
  62. package/lib/DataPieChartDescription.d.ts +12 -12
  63. package/lib/DomainChartDescription.d.ts +46 -28
  64. package/lib/DomainChartPlotAreaPointerEventArgsDescription.d.ts +15 -0
  65. package/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.d.ts +13 -0
  66. package/lib/DomainChartSeriesPointerEventArgsDescription.d.ts +6 -2
  67. package/lib/FinancialChartDescription.d.ts +61 -61
  68. package/lib/ILegendContext.d.ts +1 -0
  69. package/lib/RadialBaseChartDescription.d.ts +76 -76
  70. package/lib/RadialPieSeriesDescription.d.ts +3 -0
  71. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +121 -121
  72. package/lib/WebIconDescriptionMetadata.d.ts +1 -0
  73. package/lib/WebIconMetaDescription.d.ts +4 -2
  74. package/lib/XYChartDescription.d.ts +76 -76
  75. package/package.json +1 -1
  76. package/public_api.d.ts +2 -0
@@ -13,129 +13,129 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
13
13
  class WebGridBaseDirectiveDescription extends Description {
14
14
  constructor() {
15
15
  super();
16
- this.bg = 0;
17
- this.at = false;
16
+ this.bi = 0;
17
+ this.av = false;
18
18
  this.j = null;
19
- this.ax = false;
20
- this.ch = null;
21
- this.bo = null;
22
- this.cw = null;
23
- this.bh = 0;
19
+ this.az = false;
20
+ this.cj = null;
21
+ this.bq = null;
22
+ this.cy = null;
23
+ this.bj = 0;
24
+ this.ab = null;
24
25
  this.z = null;
25
- this.x = null;
26
- this.c5 = null;
27
- this.dp = null;
28
- this.cz = null;
26
+ this.c7 = null;
27
+ this.dr = null;
28
+ this.c1 = null;
29
29
  this.k = null;
30
30
  this.h = null;
31
- this.cd = null;
32
- this.dh = null;
33
- this.c4 = null;
34
- this.dd = null;
35
- this.di = null;
36
- this.c7 = null;
37
- this.ct = null;
38
- this.cs = null;
39
- this.ci = null;
40
- this.dt = null;
31
+ this.cf = null;
32
+ this.dj = null;
33
+ this.c6 = null;
34
+ this.df = null;
35
+ this.dk = null;
36
+ this.c9 = null;
37
+ this.cv = null;
38
+ this.cu = null;
39
+ this.ck = null;
41
40
  this.du = null;
42
41
  this.dv = null;
43
- this.o = null;
42
+ this.dw = null;
43
+ this.p = null;
44
44
  this.l = null;
45
- this.ah = null;
46
- this.cm = null;
47
- this.ac = null;
48
- this.ab = null;
45
+ this.aj = null;
46
+ this.co = null;
47
+ this.ae = null;
48
+ this.ad = null;
49
+ this.cz = null;
50
+ this.c0 = null;
51
+ this.ax = false;
52
+ this.a0 = false;
53
+ this.d4 = null;
54
+ this.a1 = false;
49
55
  this.cx = null;
50
- this.cy = null;
51
- this.av = false;
56
+ this.d5 = null;
57
+ this.bh = 0;
58
+ this.ca = null;
59
+ this.ci = null;
52
60
  this.ay = false;
53
- this.d3 = null;
54
- this.az = false;
55
- this.cv = null;
56
- this.d4 = null;
57
- this.bf = 0;
58
- this.b8 = null;
61
+ this.a3 = false;
62
+ this.ch = null;
63
+ this.ap = null;
64
+ this.au = false;
65
+ this.at = false;
66
+ this.cp = null;
67
+ this.d1 = null;
68
+ this.d0 = null;
69
+ this.a4 = false;
70
+ this.ah = null;
71
+ this.al = null;
72
+ this.ar = null;
73
+ this.m = null;
74
+ this.cw = null;
75
+ this.dq = null;
59
76
  this.cg = null;
77
+ this.n = null;
60
78
  this.aw = false;
61
- this.a1 = false;
62
- this.cf = null;
79
+ this.bx = null;
80
+ this.dn = null;
81
+ this.b6 = null;
63
82
  this.an = null;
64
- this.as = false;
65
- this.ar = false;
66
- this.cn = null;
67
- this.d0 = null;
68
- this.dz = null;
83
+ this.bk = 0;
69
84
  this.a2 = false;
70
- this.af = null;
71
- this.aj = null;
72
- this.ap = null;
73
- this.ds = null;
74
- this.cu = null;
75
- this.dn = null;
76
- this.ce = null;
77
- this.m = null;
78
- this.au = false;
79
- this.bv = null;
80
- this.dl = null;
81
- this.b4 = null;
82
- this.al = null;
83
- this.bi = 0;
84
- this.a0 = false;
85
85
  this.i = null;
86
- this.n = null;
87
- this.cl = null;
88
- this.bp = null;
89
- this.cr = null;
90
- this.bq = null;
91
- this.c6 = null;
92
- this.co = null;
93
- this.d2 = null;
94
- this.dr = null;
95
- this.dm = null;
96
- this.b5 = null;
97
- this.b0 = null;
98
- this.b1 = null;
99
- this.bt = null;
100
- this.bu = null;
86
+ this.o = null;
87
+ this.cn = null;
101
88
  this.br = null;
89
+ this.ct = null;
102
90
  this.bs = null;
103
- this.df = null;
104
- this.dc = null;
105
- this.de = null;
106
- this.dg = null;
107
- this.bw = null;
108
- this.b3 = null;
109
- this.dw = null;
110
- this.dx = null;
111
- this.cj = null;
112
- this.ck = null;
113
- this.c3 = null;
114
- this.c9 = null;
115
91
  this.c8 = null;
116
- this.c2 = null;
117
- this.b2 = null;
118
- this.b9 = null;
119
- this.cc = null;
92
+ this.cq = null;
93
+ this.d3 = null;
94
+ this.dt = null;
95
+ this.dp = null;
120
96
  this.b7 = null;
121
- this.b6 = null;
122
- this.bz = null;
123
- this.bx = null;
97
+ this.b2 = null;
98
+ this.b3 = null;
99
+ this.bv = null;
100
+ this.bw = null;
101
+ this.bt = null;
102
+ this.bu = null;
103
+ this.dh = null;
104
+ this.de = null;
105
+ this.dg = null;
106
+ this.di = null;
124
107
  this.by = null;
125
- this.cq = null;
108
+ this.b5 = null;
109
+ this.dx = null;
110
+ this.dy = null;
111
+ this.cl = null;
112
+ this.cm = null;
113
+ this.c5 = null;
126
114
  this.db = null;
127
115
  this.da = null;
128
- this.cp = null;
129
- this.dq = null;
130
- this.dk = null;
131
- this.dj = null;
132
- this.bn = null;
133
- this.dy = null;
134
- this.d1 = null;
135
- this.c0 = null;
136
- this.c1 = null;
116
+ this.c4 = null;
117
+ this.b4 = null;
137
118
  this.cb = null;
138
- this.ca = null;
119
+ this.ce = null;
120
+ this.b9 = null;
121
+ this.b8 = null;
122
+ this.b1 = null;
123
+ this.bz = null;
124
+ this.b0 = null;
125
+ this.cs = null;
126
+ this.dd = null;
127
+ this.dc = null;
128
+ this.cr = null;
129
+ this.ds = null;
130
+ this.dm = null;
131
+ this.dl = null;
132
+ this.bp = null;
133
+ this.dz = null;
134
+ this.d2 = null;
135
+ this.c2 = null;
136
+ this.c3 = null;
137
+ this.cd = null;
138
+ this.cc = null;
139
139
  }
140
140
  get_type() {
141
141
  return "WebGridBaseDirective";
@@ -144,17 +144,17 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
144
144
  return this.get_type();
145
145
  }
146
146
  get snackbarDisplayTime() {
147
- return this.bg;
147
+ return this.bi;
148
148
  }
149
149
  set snackbarDisplayTime(a) {
150
- this.bg = a;
150
+ this.bi = a;
151
151
  this.g("SnackbarDisplayTime");
152
152
  }
153
153
  get autoGenerate() {
154
- return this.at;
154
+ return this.av;
155
155
  }
156
156
  set autoGenerate(a) {
157
- this.at = a;
157
+ this.av = a;
158
158
  this.g("AutoGenerate");
159
159
  }
160
160
  get autoGenerateExclude() {
@@ -165,73 +165,73 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
165
165
  this.g("AutoGenerateExclude");
166
166
  }
167
167
  get moving() {
168
- return this.ax;
168
+ return this.az;
169
169
  }
170
170
  set moving(a) {
171
- this.ax = a;
171
+ this.az = a;
172
172
  this.g("Moving");
173
173
  }
174
174
  get emptyGridTemplateRef() {
175
- return this.ch;
175
+ return this.cj;
176
176
  }
177
177
  set emptyGridTemplateRef(a) {
178
- this.ch = a;
178
+ this.cj = a;
179
179
  this.g("EmptyGridTemplateRef");
180
180
  }
181
181
  get addRowEmptyTemplateRef() {
182
- return this.bo;
182
+ return this.bq;
183
183
  }
184
184
  set addRowEmptyTemplateRef(a) {
185
- this.bo = a;
185
+ this.bq = a;
186
186
  this.g("AddRowEmptyTemplateRef");
187
187
  }
188
188
  get loadingGridTemplateRef() {
189
- return this.cw;
189
+ return this.cy;
190
190
  }
191
191
  set loadingGridTemplateRef(a) {
192
- this.cw = a;
192
+ this.cy = a;
193
193
  this.g("LoadingGridTemplateRef");
194
194
  }
195
195
  get summaryRowHeight() {
196
- return this.bh;
196
+ return this.bj;
197
197
  }
198
198
  set summaryRowHeight(a) {
199
- this.bh = a;
199
+ this.bj = a;
200
200
  this.g("SummaryRowHeight");
201
201
  }
202
202
  get dataCloneStrategy() {
203
- return this.z;
203
+ return this.ab;
204
204
  }
205
205
  set dataCloneStrategy(a) {
206
- this.z = a;
206
+ this.ab = a;
207
207
  this.g("DataCloneStrategy");
208
208
  }
209
209
  get clipboardOptions() {
210
- return this.x;
210
+ return this.z;
211
211
  }
212
212
  set clipboardOptions(a) {
213
- this.x = a;
213
+ this.z = a;
214
214
  this.g("ClipboardOptions");
215
215
  }
216
216
  get rowClassesRef() {
217
- return this.c5;
217
+ return this.c7;
218
218
  }
219
219
  set rowClassesRef(a) {
220
- this.c5 = a;
220
+ this.c7 = a;
221
221
  this.g("RowClassesRef");
222
222
  }
223
223
  get rowStylesRef() {
224
- return this.dp;
224
+ return this.dr;
225
225
  }
226
226
  set rowStylesRef(a) {
227
- this.dp = a;
227
+ this.dr = a;
228
228
  this.g("RowStylesRef");
229
229
  }
230
230
  get primaryKey() {
231
- return this.cz;
231
+ return this.c1;
232
232
  }
233
233
  set primaryKey(a) {
234
- this.cz = a;
234
+ this.c1 = a;
235
235
  this.g("PrimaryKey");
236
236
  }
237
237
  get columnList() {
@@ -249,94 +249,94 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
249
249
  this.g("ActionStripComponents");
250
250
  }
251
251
  get dragGhostCustomTemplateRef() {
252
- return this.cd;
252
+ return this.cf;
253
253
  }
254
254
  set dragGhostCustomTemplateRef(a) {
255
- this.cd = a;
255
+ this.cf = a;
256
256
  this.g("DragGhostCustomTemplateRef");
257
257
  }
258
258
  get rowEditTextTemplateRef() {
259
- return this.dh;
259
+ return this.dj;
260
260
  }
261
261
  set rowEditTextTemplateRef(a) {
262
- this.dh = a;
262
+ this.dj = a;
263
263
  this.g("RowEditTextTemplateRef");
264
264
  }
265
265
  get rowAddTextTemplateRef() {
266
- return this.c4;
266
+ return this.c6;
267
267
  }
268
268
  set rowAddTextTemplateRef(a) {
269
- this.c4 = a;
269
+ this.c6 = a;
270
270
  this.g("RowAddTextTemplateRef");
271
271
  }
272
272
  get rowEditActionsTemplateRef() {
273
- return this.dd;
273
+ return this.df;
274
274
  }
275
275
  set rowEditActionsTemplateRef(a) {
276
- this.dd = a;
276
+ this.df = a;
277
277
  this.g("RowEditActionsTemplateRef");
278
278
  }
279
279
  get rowExpandedIndicatorTemplateRef() {
280
- return this.di;
280
+ return this.dk;
281
281
  }
282
282
  set rowExpandedIndicatorTemplateRef(a) {
283
- this.di = a;
283
+ this.dk = a;
284
284
  this.g("RowExpandedIndicatorTemplateRef");
285
285
  }
286
286
  get rowCollapsedIndicatorTemplateRef() {
287
- return this.c7;
287
+ return this.c9;
288
288
  }
289
289
  set rowCollapsedIndicatorTemplateRef(a) {
290
- this.c7 = a;
290
+ this.c9 = a;
291
291
  this.g("RowCollapsedIndicatorTemplateRef");
292
292
  }
293
293
  get headerExpandedIndicatorTemplateRef() {
294
- return this.ct;
294
+ return this.cv;
295
295
  }
296
296
  set headerExpandedIndicatorTemplateRef(a) {
297
- this.ct = a;
297
+ this.cv = a;
298
298
  this.g("HeaderExpandedIndicatorTemplateRef");
299
299
  }
300
300
  get headerCollapsedIndicatorTemplateRef() {
301
- return this.cs;
301
+ return this.cu;
302
302
  }
303
303
  set headerCollapsedIndicatorTemplateRef(a) {
304
- this.cs = a;
304
+ this.cu = a;
305
305
  this.g("HeaderCollapsedIndicatorTemplateRef");
306
306
  }
307
307
  get excelStyleHeaderIconTemplateRef() {
308
- return this.ci;
308
+ return this.ck;
309
309
  }
310
310
  set excelStyleHeaderIconTemplateRef(a) {
311
- this.ci = a;
311
+ this.ck = a;
312
312
  this.g("ExcelStyleHeaderIconTemplateRef");
313
313
  }
314
314
  get sortAscendingHeaderIconTemplateRef() {
315
- return this.dt;
315
+ return this.du;
316
316
  }
317
317
  set sortAscendingHeaderIconTemplateRef(a) {
318
- this.dt = a;
318
+ this.du = a;
319
319
  this.g("SortAscendingHeaderIconTemplateRef");
320
320
  }
321
321
  get sortDescendingHeaderIconTemplateRef() {
322
- return this.du;
322
+ return this.dv;
323
323
  }
324
324
  set sortDescendingHeaderIconTemplateRef(a) {
325
- this.du = a;
325
+ this.dv = a;
326
326
  this.g("SortDescendingHeaderIconTemplateRef");
327
327
  }
328
328
  get sortHeaderIconTemplateRef() {
329
- return this.dv;
329
+ return this.dw;
330
330
  }
331
331
  set sortHeaderIconTemplateRef(a) {
332
- this.dv = a;
332
+ this.dw = a;
333
333
  this.g("SortHeaderIconTemplateRef");
334
334
  }
335
335
  get toolbar() {
336
- return this.o;
336
+ return this.p;
337
337
  }
338
338
  set toolbar(a) {
339
- this.o = a;
339
+ this.p = a;
340
340
  this.g("Toolbar");
341
341
  }
342
342
  get paginationComponents() {
@@ -347,283 +347,283 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
347
347
  this.g("PaginationComponents");
348
348
  }
349
349
  get resourceStrings() {
350
- return this.ah;
350
+ return this.aj;
351
351
  }
352
352
  set resourceStrings(a) {
353
- this.ah = a;
353
+ this.aj = a;
354
354
  this.g("ResourceStrings");
355
355
  }
356
356
  get filteringLogic() {
357
- return this.cm;
357
+ return this.co;
358
358
  }
359
359
  set filteringLogic(a) {
360
- this.cm = a;
360
+ this.co = a;
361
361
  this.g("FilteringLogic");
362
362
  }
363
363
  get filteringExpressionsTree() {
364
- return this.ac;
364
+ return this.ae;
365
365
  }
366
366
  set filteringExpressionsTree(a) {
367
- this.ac = a;
367
+ this.ae = a;
368
368
  this.g("FilteringExpressionsTree");
369
369
  }
370
370
  get advancedFilteringExpressionsTree() {
371
- return this.ab;
371
+ return this.ad;
372
372
  }
373
373
  set advancedFilteringExpressionsTree(a) {
374
- this.ab = a;
374
+ this.ad = a;
375
375
  this.g("AdvancedFilteringExpressionsTree");
376
376
  }
377
377
  get locale() {
378
- return this.cx;
378
+ return this.cz;
379
379
  }
380
380
  set locale(a) {
381
- this.cx = a;
381
+ this.cz = a;
382
382
  this.g("Locale");
383
383
  }
384
384
  get pagingMode() {
385
- return this.cy;
385
+ return this.c0;
386
386
  }
387
387
  set pagingMode(a) {
388
- this.cy = a;
388
+ this.c0 = a;
389
389
  this.g("PagingMode");
390
390
  }
391
391
  get hideRowSelectors() {
392
- return this.av;
392
+ return this.ax;
393
393
  }
394
394
  set hideRowSelectors(a) {
395
- this.av = a;
395
+ this.ax = a;
396
396
  this.g("HideRowSelectors");
397
397
  }
398
398
  get rowDraggable() {
399
- return this.ay;
399
+ return this.a0;
400
400
  }
401
401
  set rowDraggable(a) {
402
- this.ay = a;
402
+ this.a0 = a;
403
403
  this.g("RowDraggable");
404
404
  }
405
405
  get validationTrigger() {
406
- return this.d3;
406
+ return this.d4;
407
407
  }
408
408
  set validationTrigger(a) {
409
- this.d3 = a;
409
+ this.d4 = a;
410
410
  this.g("ValidationTrigger");
411
411
  }
412
412
  get rowEditable() {
413
- return this.az;
413
+ return this.a1;
414
414
  }
415
415
  set rowEditable(a) {
416
- this.az = a;
416
+ this.a1 = a;
417
417
  this.g("RowEditable");
418
418
  }
419
419
  get height() {
420
- return this.cv;
420
+ return this.cx;
421
421
  }
422
422
  set height(a) {
423
- this.cv = a;
423
+ this.cx = a;
424
424
  this.g("Height");
425
425
  }
426
426
  get width() {
427
- return this.d4;
427
+ return this.d5;
428
428
  }
429
429
  set width(a) {
430
- this.d4 = a;
430
+ this.d5 = a;
431
431
  this.g("Width");
432
432
  }
433
433
  get rowHeight() {
434
- return this.bf;
434
+ return this.bh;
435
435
  }
436
436
  set rowHeight(a) {
437
- this.bf = a;
437
+ this.bh = a;
438
438
  this.g("RowHeight");
439
439
  }
440
440
  get columnWidth() {
441
- return this.b8;
441
+ return this.ca;
442
442
  }
443
443
  set columnWidth(a) {
444
- this.b8 = a;
444
+ this.ca = a;
445
445
  this.g("ColumnWidth");
446
446
  }
447
447
  get emptyGridMessage() {
448
- return this.cg;
448
+ return this.ci;
449
449
  }
450
450
  set emptyGridMessage(a) {
451
- this.cg = a;
451
+ this.ci = a;
452
452
  this.g("EmptyGridMessage");
453
453
  }
454
454
  get isLoading() {
455
- return this.aw;
455
+ return this.ay;
456
456
  }
457
457
  set isLoading(a) {
458
- this.aw = a;
458
+ this.ay = a;
459
459
  this.g("IsLoading");
460
460
  }
461
461
  get shouldGenerate() {
462
- return this.a1;
462
+ return this.a3;
463
463
  }
464
464
  set shouldGenerate(a) {
465
- this.a1 = a;
465
+ this.a3 = a;
466
466
  this.g("ShouldGenerate");
467
467
  }
468
468
  get emptyFilteredGridMessage() {
469
- return this.cf;
469
+ return this.ch;
470
470
  }
471
471
  set emptyFilteredGridMessage(a) {
472
- this.cf = a;
472
+ this.ch = a;
473
473
  this.g("EmptyFilteredGridMessage");
474
474
  }
475
475
  get pinning() {
476
- return this.an;
476
+ return this.ap;
477
477
  }
478
478
  set pinning(a) {
479
- this.an = a;
479
+ this.ap = a;
480
480
  this.g("Pinning");
481
481
  }
482
482
  get allowFiltering() {
483
- return this.as;
483
+ return this.au;
484
484
  }
485
485
  set allowFiltering(a) {
486
- this.as = a;
486
+ this.au = a;
487
487
  this.g("AllowFiltering");
488
488
  }
489
489
  get allowAdvancedFiltering() {
490
- return this.ar;
490
+ return this.at;
491
491
  }
492
492
  set allowAdvancedFiltering(a) {
493
- this.ar = a;
493
+ this.at = a;
494
494
  this.g("AllowAdvancedFiltering");
495
495
  }
496
496
  get filterMode() {
497
- return this.cn;
497
+ return this.cp;
498
498
  }
499
499
  set filterMode(a) {
500
- this.cn = a;
500
+ this.cp = a;
501
501
  this.g("FilterMode");
502
502
  }
503
503
  get summaryPosition() {
504
- return this.d0;
504
+ return this.d1;
505
505
  }
506
506
  set summaryPosition(a) {
507
- this.d0 = a;
507
+ this.d1 = a;
508
508
  this.g("SummaryPosition");
509
509
  }
510
510
  get summaryCalculationMode() {
511
- return this.dz;
511
+ return this.d0;
512
512
  }
513
513
  set summaryCalculationMode(a) {
514
- this.dz = a;
514
+ this.d0 = a;
515
515
  this.g("SummaryCalculationMode");
516
516
  }
517
517
  get showSummaryOnCollapse() {
518
- return this.a2;
518
+ return this.a4;
519
519
  }
520
520
  set showSummaryOnCollapse(a) {
521
- this.a2 = a;
521
+ this.a4 = a;
522
522
  this.g("ShowSummaryOnCollapse");
523
523
  }
524
524
  get filterStrategy() {
525
- return this.af;
525
+ return this.ah;
526
526
  }
527
527
  set filterStrategy(a) {
528
- this.af = a;
528
+ this.ah = a;
529
529
  this.g("FilterStrategy");
530
530
  }
531
531
  get sortStrategy() {
532
- return this.aj;
532
+ return this.al;
533
533
  }
534
534
  set sortStrategy(a) {
535
- this.aj = a;
535
+ this.al = a;
536
536
  this.g("SortStrategy");
537
537
  }
538
538
  get sortingOptions() {
539
- return this.ap;
539
+ return this.ar;
540
540
  }
541
541
  set sortingOptions(a) {
542
- this.ap = a;
542
+ this.ar = a;
543
543
  this.g("SortingOptions");
544
544
  }
545
- get selectedRowsRef() {
546
- return this.ds;
545
+ get selectedRows() {
546
+ return this.m;
547
547
  }
548
- set selectedRowsRef(a) {
549
- this.ds = a;
550
- this.g("SelectedRowsRef");
548
+ set selectedRows(a) {
549
+ this.m = a;
550
+ this.g("SelectedRows");
551
551
  }
552
552
  get headSelectorTemplateRef() {
553
- return this.cu;
553
+ return this.cw;
554
554
  }
555
555
  set headSelectorTemplateRef(a) {
556
- this.cu = a;
556
+ this.cw = a;
557
557
  this.g("HeadSelectorTemplateRef");
558
558
  }
559
559
  get rowSelectorTemplateRef() {
560
- return this.dn;
560
+ return this.dq;
561
561
  }
562
562
  set rowSelectorTemplateRef(a) {
563
- this.dn = a;
563
+ this.dq = a;
564
564
  this.g("RowSelectorTemplateRef");
565
565
  }
566
566
  get dragIndicatorIconTemplateRef() {
567
- return this.ce;
567
+ return this.cg;
568
568
  }
569
569
  set dragIndicatorIconTemplateRef(a) {
570
- this.ce = a;
570
+ this.cg = a;
571
571
  this.g("DragIndicatorIconTemplateRef");
572
572
  }
573
573
  get sortingExpressions() {
574
- return this.m;
574
+ return this.n;
575
575
  }
576
576
  set sortingExpressions(a) {
577
- this.m = a;
577
+ this.n = a;
578
578
  this.g("SortingExpressions");
579
579
  }
580
580
  get batchEditing() {
581
- return this.au;
581
+ return this.aw;
582
582
  }
583
583
  set batchEditing(a) {
584
- this.au = a;
584
+ this.aw = a;
585
585
  this.g("BatchEditing");
586
586
  }
587
587
  get cellSelection() {
588
- return this.bv;
588
+ return this.bx;
589
589
  }
590
590
  set cellSelection(a) {
591
- this.bv = a;
591
+ this.bx = a;
592
592
  this.g("CellSelection");
593
593
  }
594
594
  get rowSelection() {
595
- return this.dl;
595
+ return this.dn;
596
596
  }
597
597
  set rowSelection(a) {
598
- this.dl = a;
598
+ this.dn = a;
599
599
  this.g("RowSelection");
600
600
  }
601
601
  get columnSelection() {
602
- return this.b4;
602
+ return this.b6;
603
603
  }
604
604
  set columnSelection(a) {
605
- this.b4 = a;
605
+ this.b6 = a;
606
606
  this.g("ColumnSelection");
607
607
  }
608
608
  get outlet() {
609
- return this.al;
609
+ return this.an;
610
610
  }
611
611
  set outlet(a) {
612
- this.al = a;
612
+ this.an = a;
613
613
  this.g("Outlet");
614
614
  }
615
615
  get totalRecords() {
616
- return this.bi;
616
+ return this.bk;
617
617
  }
618
618
  set totalRecords(a) {
619
- this.bi = a;
619
+ this.bk = a;
620
620
  this.g("TotalRecords");
621
621
  }
622
622
  get selectRowOnClick() {
623
- return this.a0;
623
+ return this.a2;
624
624
  }
625
625
  set selectRowOnClick(a) {
626
- this.a0 = a;
626
+ this.a2 = a;
627
627
  this.g("SelectRowOnClick");
628
628
  }
629
629
  get actualColumnList() {
@@ -634,374 +634,374 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
634
634
  this.g("ActualColumnList");
635
635
  }
636
636
  get stateComponents() {
637
- return this.n;
637
+ return this.o;
638
638
  }
639
639
  set stateComponents(a) {
640
- this.n = a;
640
+ this.o = a;
641
641
  this.g("StateComponents");
642
642
  }
643
643
  get filteringExpressionsTreeChangeRef() {
644
- return this.cl;
644
+ return this.cn;
645
645
  }
646
646
  set filteringExpressionsTreeChangeRef(a) {
647
- this.cl = a;
647
+ this.cn = a;
648
648
  this.g("FilteringExpressionsTreeChangeRef");
649
649
  }
650
650
  get advancedFilteringExpressionsTreeChangeRef() {
651
- return this.bp;
651
+ return this.br;
652
652
  }
653
653
  set advancedFilteringExpressionsTreeChangeRef(a) {
654
- this.bp = a;
654
+ this.br = a;
655
655
  this.g("AdvancedFilteringExpressionsTreeChangeRef");
656
656
  }
657
657
  get gridScrollRef() {
658
- return this.cr;
658
+ return this.ct;
659
659
  }
660
660
  set gridScrollRef(a) {
661
- this.cr = a;
661
+ this.ct = a;
662
662
  this.g("GridScrollRef");
663
663
  }
664
664
  get cellClickRef() {
665
- return this.bq;
665
+ return this.bs;
666
666
  }
667
667
  set cellClickRef(a) {
668
- this.bq = a;
668
+ this.bs = a;
669
669
  this.g("CellClickRef");
670
670
  }
671
671
  get rowClickRef() {
672
- return this.c6;
672
+ return this.c8;
673
673
  }
674
674
  set rowClickRef(a) {
675
- this.c6 = a;
675
+ this.c8 = a;
676
676
  this.g("RowClickRef");
677
677
  }
678
678
  get formGroupCreatedRef() {
679
- return this.co;
679
+ return this.cq;
680
680
  }
681
681
  set formGroupCreatedRef(a) {
682
- this.co = a;
682
+ this.cq = a;
683
683
  this.g("FormGroupCreatedRef");
684
684
  }
685
685
  get validationStatusChangeRef() {
686
- return this.d2;
686
+ return this.d3;
687
687
  }
688
688
  set validationStatusChangeRef(a) {
689
- this.d2 = a;
689
+ this.d3 = a;
690
690
  this.g("ValidationStatusChangeRef");
691
691
  }
692
692
  get selectedRef() {
693
- return this.dr;
693
+ return this.dt;
694
694
  }
695
695
  set selectedRef(a) {
696
- this.dr = a;
696
+ this.dt = a;
697
697
  this.g("SelectedRef");
698
698
  }
699
699
  get rowSelectionChangingRef() {
700
- return this.dm;
700
+ return this.dp;
701
701
  }
702
702
  set rowSelectionChangingRef(a) {
703
- this.dm = a;
703
+ this.dp = a;
704
704
  this.g("RowSelectionChangingRef");
705
705
  }
706
706
  get columnSelectionChangingRef() {
707
- return this.b5;
707
+ return this.b7;
708
708
  }
709
709
  set columnSelectionChangingRef(a) {
710
- this.b5 = a;
710
+ this.b7 = a;
711
711
  this.g("ColumnSelectionChangingRef");
712
712
  }
713
713
  get columnPinRef() {
714
- return this.b0;
714
+ return this.b2;
715
715
  }
716
716
  set columnPinRef(a) {
717
- this.b0 = a;
717
+ this.b2 = a;
718
718
  this.g("ColumnPinRef");
719
719
  }
720
720
  get columnPinnedRef() {
721
- return this.b1;
721
+ return this.b3;
722
722
  }
723
723
  set columnPinnedRef(a) {
724
- this.b1 = a;
724
+ this.b3 = a;
725
725
  this.g("ColumnPinnedRef");
726
726
  }
727
727
  get cellEditEnterRef() {
728
- return this.bt;
728
+ return this.bv;
729
729
  }
730
730
  set cellEditEnterRef(a) {
731
- this.bt = a;
731
+ this.bv = a;
732
732
  this.g("CellEditEnterRef");
733
733
  }
734
734
  get cellEditExitRef() {
735
- return this.bu;
735
+ return this.bw;
736
736
  }
737
737
  set cellEditExitRef(a) {
738
- this.bu = a;
738
+ this.bw = a;
739
739
  this.g("CellEditExitRef");
740
740
  }
741
741
  get cellEditRef() {
742
- return this.br;
742
+ return this.bt;
743
743
  }
744
744
  set cellEditRef(a) {
745
- this.br = a;
745
+ this.bt = a;
746
746
  this.g("CellEditRef");
747
747
  }
748
748
  get cellEditDoneRef() {
749
- return this.bs;
749
+ return this.bu;
750
750
  }
751
751
  set cellEditDoneRef(a) {
752
- this.bs = a;
752
+ this.bu = a;
753
753
  this.g("CellEditDoneRef");
754
754
  }
755
755
  get rowEditEnterRef() {
756
- return this.df;
756
+ return this.dh;
757
757
  }
758
758
  set rowEditEnterRef(a) {
759
- this.df = a;
759
+ this.dh = a;
760
760
  this.g("RowEditEnterRef");
761
761
  }
762
762
  get rowEditRef() {
763
- return this.dc;
763
+ return this.de;
764
764
  }
765
765
  set rowEditRef(a) {
766
- this.dc = a;
766
+ this.de = a;
767
767
  this.g("RowEditRef");
768
768
  }
769
769
  get rowEditDoneRef() {
770
- return this.de;
770
+ return this.dg;
771
771
  }
772
772
  set rowEditDoneRef(a) {
773
- this.de = a;
773
+ this.dg = a;
774
774
  this.g("RowEditDoneRef");
775
775
  }
776
776
  get rowEditExitRef() {
777
- return this.dg;
777
+ return this.di;
778
778
  }
779
779
  set rowEditExitRef(a) {
780
- this.dg = a;
780
+ this.di = a;
781
781
  this.g("RowEditExitRef");
782
782
  }
783
783
  get columnInitRef() {
784
- return this.bw;
784
+ return this.by;
785
785
  }
786
786
  set columnInitRef(a) {
787
- this.bw = a;
787
+ this.by = a;
788
788
  this.g("ColumnInitRef");
789
789
  }
790
790
  get columnsAutogeneratedRef() {
791
- return this.b3;
791
+ return this.b5;
792
792
  }
793
793
  set columnsAutogeneratedRef(a) {
794
- this.b3 = a;
794
+ this.b5 = a;
795
795
  this.g("ColumnsAutogeneratedRef");
796
796
  }
797
797
  get sortingRef() {
798
- return this.dw;
798
+ return this.dx;
799
799
  }
800
800
  set sortingRef(a) {
801
- this.dw = a;
801
+ this.dx = a;
802
802
  this.g("SortingRef");
803
803
  }
804
804
  get sortingDoneRef() {
805
- return this.dx;
805
+ return this.dy;
806
806
  }
807
807
  set sortingDoneRef(a) {
808
- this.dx = a;
808
+ this.dy = a;
809
809
  this.g("SortingDoneRef");
810
810
  }
811
811
  get filteringRef() {
812
- return this.cj;
812
+ return this.cl;
813
813
  }
814
814
  set filteringRef(a) {
815
- this.cj = a;
815
+ this.cl = a;
816
816
  this.g("FilteringRef");
817
817
  }
818
818
  get filteringDoneRef() {
819
- return this.ck;
819
+ return this.cm;
820
820
  }
821
821
  set filteringDoneRef(a) {
822
- this.ck = a;
822
+ this.cm = a;
823
823
  this.g("FilteringDoneRef");
824
824
  }
825
825
  get rowAddedRef() {
826
- return this.c3;
826
+ return this.c5;
827
827
  }
828
828
  set rowAddedRef(a) {
829
- this.c3 = a;
829
+ this.c5 = a;
830
830
  this.g("RowAddedRef");
831
831
  }
832
832
  get rowDeletedRef() {
833
- return this.c9;
833
+ return this.db;
834
834
  }
835
835
  set rowDeletedRef(a) {
836
- this.c9 = a;
836
+ this.db = a;
837
837
  this.g("RowDeletedRef");
838
838
  }
839
839
  get rowDeleteRef() {
840
- return this.c8;
840
+ return this.da;
841
841
  }
842
842
  set rowDeleteRef(a) {
843
- this.c8 = a;
843
+ this.da = a;
844
844
  this.g("RowDeleteRef");
845
845
  }
846
846
  get rowAddRef() {
847
- return this.c2;
847
+ return this.c4;
848
848
  }
849
849
  set rowAddRef(a) {
850
- this.c2 = a;
850
+ this.c4 = a;
851
851
  this.g("RowAddRef");
852
852
  }
853
853
  get columnResizedRef() {
854
- return this.b2;
854
+ return this.b4;
855
855
  }
856
856
  set columnResizedRef(a) {
857
- this.b2 = a;
857
+ this.b4 = a;
858
858
  this.g("ColumnResizedRef");
859
859
  }
860
860
  get contextMenuRef() {
861
- return this.b9;
861
+ return this.cb;
862
862
  }
863
863
  set contextMenuRef(a) {
864
- this.b9 = a;
864
+ this.cb = a;
865
865
  this.g("ContextMenuRef");
866
866
  }
867
867
  get doubleClickRef() {
868
- return this.cc;
868
+ return this.ce;
869
869
  }
870
870
  set doubleClickRef(a) {
871
- this.cc = a;
871
+ this.ce = a;
872
872
  this.g("DoubleClickRef");
873
873
  }
874
874
  get columnVisibilityChangingRef() {
875
- return this.b7;
875
+ return this.b9;
876
876
  }
877
877
  set columnVisibilityChangingRef(a) {
878
- this.b7 = a;
878
+ this.b9 = a;
879
879
  this.g("ColumnVisibilityChangingRef");
880
880
  }
881
881
  get columnVisibilityChangedRef() {
882
- return this.b6;
882
+ return this.b8;
883
883
  }
884
884
  set columnVisibilityChangedRef(a) {
885
- this.b6 = a;
885
+ this.b8 = a;
886
886
  this.g("ColumnVisibilityChangedRef");
887
887
  }
888
888
  get columnMovingStartRef() {
889
- return this.bz;
889
+ return this.b1;
890
890
  }
891
891
  set columnMovingStartRef(a) {
892
- this.bz = a;
892
+ this.b1 = a;
893
893
  this.g("ColumnMovingStartRef");
894
894
  }
895
895
  get columnMovingRef() {
896
- return this.bx;
896
+ return this.bz;
897
897
  }
898
898
  set columnMovingRef(a) {
899
- this.bx = a;
899
+ this.bz = a;
900
900
  this.g("ColumnMovingRef");
901
901
  }
902
902
  get columnMovingEndRef() {
903
- return this.by;
903
+ return this.b0;
904
904
  }
905
905
  set columnMovingEndRef(a) {
906
- this.by = a;
906
+ this.b0 = a;
907
907
  this.g("ColumnMovingEndRef");
908
908
  }
909
909
  get gridKeydownRef() {
910
- return this.cq;
910
+ return this.cs;
911
911
  }
912
912
  set gridKeydownRef(a) {
913
- this.cq = a;
913
+ this.cs = a;
914
914
  this.g("GridKeydownRef");
915
915
  }
916
916
  get rowDragStartRef() {
917
- return this.db;
917
+ return this.dd;
918
918
  }
919
919
  set rowDragStartRef(a) {
920
- this.db = a;
920
+ this.dd = a;
921
921
  this.g("RowDragStartRef");
922
922
  }
923
923
  get rowDragEndRef() {
924
- return this.da;
924
+ return this.dc;
925
925
  }
926
926
  set rowDragEndRef(a) {
927
- this.da = a;
927
+ this.dc = a;
928
928
  this.g("RowDragEndRef");
929
929
  }
930
930
  get gridCopyRef() {
931
- return this.cp;
931
+ return this.cr;
932
932
  }
933
933
  set gridCopyRef(a) {
934
- this.cp = a;
934
+ this.cr = a;
935
935
  this.g("GridCopyRef");
936
936
  }
937
937
  get rowToggleRef() {
938
- return this.dq;
938
+ return this.ds;
939
939
  }
940
940
  set rowToggleRef(a) {
941
- this.dq = a;
941
+ this.ds = a;
942
942
  this.g("RowToggleRef");
943
943
  }
944
944
  get rowPinningRef() {
945
- return this.dk;
945
+ return this.dm;
946
946
  }
947
947
  set rowPinningRef(a) {
948
- this.dk = a;
948
+ this.dm = a;
949
949
  this.g("RowPinningRef");
950
950
  }
951
951
  get rowPinnedRef() {
952
- return this.dj;
952
+ return this.dl;
953
953
  }
954
954
  set rowPinnedRef(a) {
955
- this.dj = a;
955
+ this.dl = a;
956
956
  this.g("RowPinnedRef");
957
957
  }
958
958
  get activeNodeChangeRef() {
959
- return this.bn;
959
+ return this.bp;
960
960
  }
961
961
  set activeNodeChangeRef(a) {
962
- this.bn = a;
962
+ this.bp = a;
963
963
  this.g("ActiveNodeChangeRef");
964
964
  }
965
965
  get sortingExpressionsChangeRef() {
966
- return this.dy;
966
+ return this.dz;
967
967
  }
968
968
  set sortingExpressionsChangeRef(a) {
969
- this.dy = a;
969
+ this.dz = a;
970
970
  this.g("SortingExpressionsChangeRef");
971
971
  }
972
972
  get toolbarExportingRef() {
973
- return this.d1;
973
+ return this.d2;
974
974
  }
975
975
  set toolbarExportingRef(a) {
976
- this.d1 = a;
976
+ this.d2 = a;
977
977
  this.g("ToolbarExportingRef");
978
978
  }
979
979
  get rangeSelectedRef() {
980
- return this.c0;
980
+ return this.c2;
981
981
  }
982
982
  set rangeSelectedRef(a) {
983
- this.c0 = a;
983
+ this.c2 = a;
984
984
  this.g("RangeSelectedRef");
985
985
  }
986
986
  get renderedRef() {
987
- return this.c1;
987
+ return this.c3;
988
988
  }
989
989
  set renderedRef(a) {
990
- this.c1 = a;
990
+ this.c3 = a;
991
991
  this.g("RenderedRef");
992
992
  }
993
993
  get dataChangingRef() {
994
- return this.cb;
994
+ return this.cd;
995
995
  }
996
996
  set dataChangingRef(a) {
997
- this.cb = a;
997
+ this.cd = a;
998
998
  this.g("DataChangingRef");
999
999
  }
1000
1000
  get dataChangedRef() {
1001
- return this.ca;
1001
+ return this.cc;
1002
1002
  }
1003
1003
  set dataChangedRef(a) {
1004
- this.ca = a;
1004
+ this.cc = a;
1005
1005
  this.g("DataChangedRef");
1006
1006
  }
1007
1007
  }