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
@@ -14,129 +14,129 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
14
14
  __extends(WebGridBaseDirectiveDescription, _super);
15
15
  function WebGridBaseDirectiveDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.bg = 0;
18
- _this.at = false;
17
+ _this.bi = 0;
18
+ _this.av = false;
19
19
  _this.j = null;
20
- _this.ax = false;
21
- _this.ch = null;
22
- _this.bo = null;
23
- _this.cw = null;
24
- _this.bh = 0;
20
+ _this.az = false;
21
+ _this.cj = null;
22
+ _this.bq = null;
23
+ _this.cy = null;
24
+ _this.bj = 0;
25
+ _this.ab = null;
25
26
  _this.z = null;
26
- _this.x = null;
27
- _this.c5 = null;
28
- _this.dp = null;
29
- _this.cz = null;
27
+ _this.c7 = null;
28
+ _this.dr = null;
29
+ _this.c1 = null;
30
30
  _this.k = null;
31
31
  _this.h = null;
32
- _this.cd = null;
33
- _this.dh = null;
34
- _this.c4 = null;
35
- _this.dd = null;
36
- _this.di = null;
37
- _this.c7 = null;
38
- _this.ct = null;
39
- _this.cs = null;
40
- _this.ci = null;
41
- _this.dt = null;
32
+ _this.cf = null;
33
+ _this.dj = null;
34
+ _this.c6 = null;
35
+ _this.df = null;
36
+ _this.dk = null;
37
+ _this.c9 = null;
38
+ _this.cv = null;
39
+ _this.cu = null;
40
+ _this.ck = null;
42
41
  _this.du = null;
43
42
  _this.dv = null;
44
- _this.o = null;
43
+ _this.dw = null;
44
+ _this.p = null;
45
45
  _this.l = null;
46
- _this.ah = null;
47
- _this.cm = null;
48
- _this.ac = null;
49
- _this.ab = null;
46
+ _this.aj = null;
47
+ _this.co = null;
48
+ _this.ae = null;
49
+ _this.ad = null;
50
+ _this.cz = null;
51
+ _this.c0 = null;
52
+ _this.ax = false;
53
+ _this.a0 = false;
54
+ _this.d4 = null;
55
+ _this.a1 = false;
50
56
  _this.cx = null;
51
- _this.cy = null;
52
- _this.av = false;
57
+ _this.d5 = null;
58
+ _this.bh = 0;
59
+ _this.ca = null;
60
+ _this.ci = null;
53
61
  _this.ay = false;
54
- _this.d3 = null;
55
- _this.az = false;
56
- _this.cv = null;
57
- _this.d4 = null;
58
- _this.bf = 0;
59
- _this.b8 = null;
62
+ _this.a3 = false;
63
+ _this.ch = null;
64
+ _this.ap = null;
65
+ _this.au = false;
66
+ _this.at = false;
67
+ _this.cp = null;
68
+ _this.d1 = null;
69
+ _this.d0 = null;
70
+ _this.a4 = false;
71
+ _this.ah = null;
72
+ _this.al = null;
73
+ _this.ar = null;
74
+ _this.m = null;
75
+ _this.cw = null;
76
+ _this.dq = null;
60
77
  _this.cg = null;
78
+ _this.n = null;
61
79
  _this.aw = false;
62
- _this.a1 = false;
63
- _this.cf = null;
80
+ _this.bx = null;
81
+ _this.dn = null;
82
+ _this.b6 = null;
64
83
  _this.an = null;
65
- _this.as = false;
66
- _this.ar = false;
67
- _this.cn = null;
68
- _this.d0 = null;
69
- _this.dz = null;
84
+ _this.bk = 0;
70
85
  _this.a2 = false;
71
- _this.af = null;
72
- _this.aj = null;
73
- _this.ap = null;
74
- _this.ds = null;
75
- _this.cu = null;
76
- _this.dn = null;
77
- _this.ce = null;
78
- _this.m = null;
79
- _this.au = false;
80
- _this.bv = null;
81
- _this.dl = null;
82
- _this.b4 = null;
83
- _this.al = null;
84
- _this.bi = 0;
85
- _this.a0 = false;
86
86
  _this.i = null;
87
- _this.n = null;
88
- _this.cl = null;
89
- _this.bp = null;
90
- _this.cr = null;
91
- _this.bq = null;
92
- _this.c6 = null;
93
- _this.co = null;
94
- _this.d2 = null;
95
- _this.dr = null;
96
- _this.dm = null;
97
- _this.b5 = null;
98
- _this.b0 = null;
99
- _this.b1 = null;
100
- _this.bt = null;
101
- _this.bu = null;
87
+ _this.o = null;
88
+ _this.cn = null;
102
89
  _this.br = null;
90
+ _this.ct = null;
103
91
  _this.bs = null;
104
- _this.df = null;
105
- _this.dc = null;
106
- _this.de = null;
107
- _this.dg = null;
108
- _this.bw = null;
109
- _this.b3 = null;
110
- _this.dw = null;
111
- _this.dx = null;
112
- _this.cj = null;
113
- _this.ck = null;
114
- _this.c3 = null;
115
- _this.c9 = null;
116
92
  _this.c8 = null;
117
- _this.c2 = null;
118
- _this.b2 = null;
119
- _this.b9 = null;
120
- _this.cc = null;
93
+ _this.cq = null;
94
+ _this.d3 = null;
95
+ _this.dt = null;
96
+ _this.dp = null;
121
97
  _this.b7 = null;
122
- _this.b6 = null;
123
- _this.bz = null;
124
- _this.bx = null;
98
+ _this.b2 = null;
99
+ _this.b3 = null;
100
+ _this.bv = null;
101
+ _this.bw = null;
102
+ _this.bt = null;
103
+ _this.bu = null;
104
+ _this.dh = null;
105
+ _this.de = null;
106
+ _this.dg = null;
107
+ _this.di = null;
125
108
  _this.by = null;
126
- _this.cq = null;
109
+ _this.b5 = null;
110
+ _this.dx = null;
111
+ _this.dy = null;
112
+ _this.cl = null;
113
+ _this.cm = null;
114
+ _this.c5 = null;
127
115
  _this.db = null;
128
116
  _this.da = null;
129
- _this.cp = null;
130
- _this.dq = null;
131
- _this.dk = null;
132
- _this.dj = null;
133
- _this.bn = null;
134
- _this.dy = null;
135
- _this.d1 = null;
136
- _this.c0 = null;
137
- _this.c1 = null;
117
+ _this.c4 = null;
118
+ _this.b4 = null;
138
119
  _this.cb = null;
139
- _this.ca = null;
120
+ _this.ce = null;
121
+ _this.b9 = null;
122
+ _this.b8 = null;
123
+ _this.b1 = null;
124
+ _this.bz = null;
125
+ _this.b0 = null;
126
+ _this.cs = null;
127
+ _this.dd = null;
128
+ _this.dc = null;
129
+ _this.cr = null;
130
+ _this.ds = null;
131
+ _this.dm = null;
132
+ _this.dl = null;
133
+ _this.bp = null;
134
+ _this.dz = null;
135
+ _this.d2 = null;
136
+ _this.c2 = null;
137
+ _this.c3 = null;
138
+ _this.cd = null;
139
+ _this.cc = null;
140
140
  return _this;
141
141
  }
142
142
  WebGridBaseDirectiveDescription.prototype.get_type = function () {
@@ -151,10 +151,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
151
151
  });
152
152
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "snackbarDisplayTime", {
153
153
  get: function () {
154
- return this.bg;
154
+ return this.bi;
155
155
  },
156
156
  set: function (a) {
157
- this.bg = a;
157
+ this.bi = a;
158
158
  this.g("SnackbarDisplayTime");
159
159
  },
160
160
  enumerable: false,
@@ -162,10 +162,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
162
162
  });
163
163
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "autoGenerate", {
164
164
  get: function () {
165
- return this.at;
165
+ return this.av;
166
166
  },
167
167
  set: function (a) {
168
- this.at = a;
168
+ this.av = a;
169
169
  this.g("AutoGenerate");
170
170
  },
171
171
  enumerable: false,
@@ -184,10 +184,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
184
184
  });
185
185
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "moving", {
186
186
  get: function () {
187
- return this.ax;
187
+ return this.az;
188
188
  },
189
189
  set: function (a) {
190
- this.ax = a;
190
+ this.az = a;
191
191
  this.g("Moving");
192
192
  },
193
193
  enumerable: false,
@@ -195,10 +195,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
195
195
  });
196
196
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyGridTemplateRef", {
197
197
  get: function () {
198
- return this.ch;
198
+ return this.cj;
199
199
  },
200
200
  set: function (a) {
201
- this.ch = a;
201
+ this.cj = a;
202
202
  this.g("EmptyGridTemplateRef");
203
203
  },
204
204
  enumerable: false,
@@ -206,10 +206,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
206
206
  });
207
207
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "addRowEmptyTemplateRef", {
208
208
  get: function () {
209
- return this.bo;
209
+ return this.bq;
210
210
  },
211
211
  set: function (a) {
212
- this.bo = a;
212
+ this.bq = a;
213
213
  this.g("AddRowEmptyTemplateRef");
214
214
  },
215
215
  enumerable: false,
@@ -217,10 +217,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
217
217
  });
218
218
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "loadingGridTemplateRef", {
219
219
  get: function () {
220
- return this.cw;
220
+ return this.cy;
221
221
  },
222
222
  set: function (a) {
223
- this.cw = a;
223
+ this.cy = a;
224
224
  this.g("LoadingGridTemplateRef");
225
225
  },
226
226
  enumerable: false,
@@ -228,10 +228,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
228
228
  });
229
229
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "summaryRowHeight", {
230
230
  get: function () {
231
- return this.bh;
231
+ return this.bj;
232
232
  },
233
233
  set: function (a) {
234
- this.bh = a;
234
+ this.bj = a;
235
235
  this.g("SummaryRowHeight");
236
236
  },
237
237
  enumerable: false,
@@ -239,10 +239,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
239
239
  });
240
240
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dataCloneStrategy", {
241
241
  get: function () {
242
- return this.z;
242
+ return this.ab;
243
243
  },
244
244
  set: function (a) {
245
- this.z = a;
245
+ this.ab = a;
246
246
  this.g("DataCloneStrategy");
247
247
  },
248
248
  enumerable: false,
@@ -250,10 +250,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
250
250
  });
251
251
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "clipboardOptions", {
252
252
  get: function () {
253
- return this.x;
253
+ return this.z;
254
254
  },
255
255
  set: function (a) {
256
- this.x = a;
256
+ this.z = a;
257
257
  this.g("ClipboardOptions");
258
258
  },
259
259
  enumerable: false,
@@ -261,10 +261,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
261
261
  });
262
262
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowClassesRef", {
263
263
  get: function () {
264
- return this.c5;
264
+ return this.c7;
265
265
  },
266
266
  set: function (a) {
267
- this.c5 = a;
267
+ this.c7 = a;
268
268
  this.g("RowClassesRef");
269
269
  },
270
270
  enumerable: false,
@@ -272,10 +272,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
272
272
  });
273
273
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowStylesRef", {
274
274
  get: function () {
275
- return this.dp;
275
+ return this.dr;
276
276
  },
277
277
  set: function (a) {
278
- this.dp = a;
278
+ this.dr = a;
279
279
  this.g("RowStylesRef");
280
280
  },
281
281
  enumerable: false,
@@ -283,10 +283,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
283
283
  });
284
284
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "primaryKey", {
285
285
  get: function () {
286
- return this.cz;
286
+ return this.c1;
287
287
  },
288
288
  set: function (a) {
289
- this.cz = a;
289
+ this.c1 = a;
290
290
  this.g("PrimaryKey");
291
291
  },
292
292
  enumerable: false,
@@ -316,10 +316,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
316
316
  });
317
317
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dragGhostCustomTemplateRef", {
318
318
  get: function () {
319
- return this.cd;
319
+ return this.cf;
320
320
  },
321
321
  set: function (a) {
322
- this.cd = a;
322
+ this.cf = a;
323
323
  this.g("DragGhostCustomTemplateRef");
324
324
  },
325
325
  enumerable: false,
@@ -327,10 +327,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
327
327
  });
328
328
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditTextTemplateRef", {
329
329
  get: function () {
330
- return this.dh;
330
+ return this.dj;
331
331
  },
332
332
  set: function (a) {
333
- this.dh = a;
333
+ this.dj = a;
334
334
  this.g("RowEditTextTemplateRef");
335
335
  },
336
336
  enumerable: false,
@@ -338,10 +338,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
338
338
  });
339
339
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowAddTextTemplateRef", {
340
340
  get: function () {
341
- return this.c4;
341
+ return this.c6;
342
342
  },
343
343
  set: function (a) {
344
- this.c4 = a;
344
+ this.c6 = a;
345
345
  this.g("RowAddTextTemplateRef");
346
346
  },
347
347
  enumerable: false,
@@ -349,10 +349,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
349
349
  });
350
350
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditActionsTemplateRef", {
351
351
  get: function () {
352
- return this.dd;
352
+ return this.df;
353
353
  },
354
354
  set: function (a) {
355
- this.dd = a;
355
+ this.df = a;
356
356
  this.g("RowEditActionsTemplateRef");
357
357
  },
358
358
  enumerable: false,
@@ -360,10 +360,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
360
360
  });
361
361
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowExpandedIndicatorTemplateRef", {
362
362
  get: function () {
363
- return this.di;
363
+ return this.dk;
364
364
  },
365
365
  set: function (a) {
366
- this.di = a;
366
+ this.dk = a;
367
367
  this.g("RowExpandedIndicatorTemplateRef");
368
368
  },
369
369
  enumerable: false,
@@ -371,10 +371,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
371
371
  });
372
372
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowCollapsedIndicatorTemplateRef", {
373
373
  get: function () {
374
- return this.c7;
374
+ return this.c9;
375
375
  },
376
376
  set: function (a) {
377
- this.c7 = a;
377
+ this.c9 = a;
378
378
  this.g("RowCollapsedIndicatorTemplateRef");
379
379
  },
380
380
  enumerable: false,
@@ -382,10 +382,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
382
382
  });
383
383
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "headerExpandedIndicatorTemplateRef", {
384
384
  get: function () {
385
- return this.ct;
385
+ return this.cv;
386
386
  },
387
387
  set: function (a) {
388
- this.ct = a;
388
+ this.cv = a;
389
389
  this.g("HeaderExpandedIndicatorTemplateRef");
390
390
  },
391
391
  enumerable: false,
@@ -393,10 +393,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
393
393
  });
394
394
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "headerCollapsedIndicatorTemplateRef", {
395
395
  get: function () {
396
- return this.cs;
396
+ return this.cu;
397
397
  },
398
398
  set: function (a) {
399
- this.cs = a;
399
+ this.cu = a;
400
400
  this.g("HeaderCollapsedIndicatorTemplateRef");
401
401
  },
402
402
  enumerable: false,
@@ -404,10 +404,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
404
404
  });
405
405
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "excelStyleHeaderIconTemplateRef", {
406
406
  get: function () {
407
- return this.ci;
407
+ return this.ck;
408
408
  },
409
409
  set: function (a) {
410
- this.ci = a;
410
+ this.ck = a;
411
411
  this.g("ExcelStyleHeaderIconTemplateRef");
412
412
  },
413
413
  enumerable: false,
@@ -415,10 +415,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
415
415
  });
416
416
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortAscendingHeaderIconTemplateRef", {
417
417
  get: function () {
418
- return this.dt;
418
+ return this.du;
419
419
  },
420
420
  set: function (a) {
421
- this.dt = a;
421
+ this.du = a;
422
422
  this.g("SortAscendingHeaderIconTemplateRef");
423
423
  },
424
424
  enumerable: false,
@@ -426,10 +426,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
426
426
  });
427
427
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortDescendingHeaderIconTemplateRef", {
428
428
  get: function () {
429
- return this.du;
429
+ return this.dv;
430
430
  },
431
431
  set: function (a) {
432
- this.du = a;
432
+ this.dv = a;
433
433
  this.g("SortDescendingHeaderIconTemplateRef");
434
434
  },
435
435
  enumerable: false,
@@ -437,10 +437,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
437
437
  });
438
438
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortHeaderIconTemplateRef", {
439
439
  get: function () {
440
- return this.dv;
440
+ return this.dw;
441
441
  },
442
442
  set: function (a) {
443
- this.dv = a;
443
+ this.dw = a;
444
444
  this.g("SortHeaderIconTemplateRef");
445
445
  },
446
446
  enumerable: false,
@@ -448,10 +448,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
448
448
  });
449
449
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "toolbar", {
450
450
  get: function () {
451
- return this.o;
451
+ return this.p;
452
452
  },
453
453
  set: function (a) {
454
- this.o = a;
454
+ this.p = a;
455
455
  this.g("Toolbar");
456
456
  },
457
457
  enumerable: false,
@@ -470,10 +470,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
470
470
  });
471
471
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "resourceStrings", {
472
472
  get: function () {
473
- return this.ah;
473
+ return this.aj;
474
474
  },
475
475
  set: function (a) {
476
- this.ah = a;
476
+ this.aj = a;
477
477
  this.g("ResourceStrings");
478
478
  },
479
479
  enumerable: false,
@@ -481,10 +481,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
481
481
  });
482
482
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringLogic", {
483
483
  get: function () {
484
- return this.cm;
484
+ return this.co;
485
485
  },
486
486
  set: function (a) {
487
- this.cm = a;
487
+ this.co = a;
488
488
  this.g("FilteringLogic");
489
489
  },
490
490
  enumerable: false,
@@ -492,10 +492,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
492
492
  });
493
493
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringExpressionsTree", {
494
494
  get: function () {
495
- return this.ac;
495
+ return this.ae;
496
496
  },
497
497
  set: function (a) {
498
- this.ac = a;
498
+ this.ae = a;
499
499
  this.g("FilteringExpressionsTree");
500
500
  },
501
501
  enumerable: false,
@@ -503,10 +503,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
503
503
  });
504
504
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "advancedFilteringExpressionsTree", {
505
505
  get: function () {
506
- return this.ab;
506
+ return this.ad;
507
507
  },
508
508
  set: function (a) {
509
- this.ab = a;
509
+ this.ad = a;
510
510
  this.g("AdvancedFilteringExpressionsTree");
511
511
  },
512
512
  enumerable: false,
@@ -514,10 +514,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
514
514
  });
515
515
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "locale", {
516
516
  get: function () {
517
- return this.cx;
517
+ return this.cz;
518
518
  },
519
519
  set: function (a) {
520
- this.cx = a;
520
+ this.cz = a;
521
521
  this.g("Locale");
522
522
  },
523
523
  enumerable: false,
@@ -525,10 +525,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
525
525
  });
526
526
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "pagingMode", {
527
527
  get: function () {
528
- return this.cy;
528
+ return this.c0;
529
529
  },
530
530
  set: function (a) {
531
- this.cy = a;
531
+ this.c0 = a;
532
532
  this.g("PagingMode");
533
533
  },
534
534
  enumerable: false,
@@ -536,10 +536,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
536
536
  });
537
537
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "hideRowSelectors", {
538
538
  get: function () {
539
- return this.av;
539
+ return this.ax;
540
540
  },
541
541
  set: function (a) {
542
- this.av = a;
542
+ this.ax = a;
543
543
  this.g("HideRowSelectors");
544
544
  },
545
545
  enumerable: false,
@@ -547,10 +547,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
547
547
  });
548
548
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDraggable", {
549
549
  get: function () {
550
- return this.ay;
550
+ return this.a0;
551
551
  },
552
552
  set: function (a) {
553
- this.ay = a;
553
+ this.a0 = a;
554
554
  this.g("RowDraggable");
555
555
  },
556
556
  enumerable: false,
@@ -558,10 +558,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
558
558
  });
559
559
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "validationTrigger", {
560
560
  get: function () {
561
- return this.d3;
561
+ return this.d4;
562
562
  },
563
563
  set: function (a) {
564
- this.d3 = a;
564
+ this.d4 = a;
565
565
  this.g("ValidationTrigger");
566
566
  },
567
567
  enumerable: false,
@@ -569,10 +569,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
569
569
  });
570
570
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditable", {
571
571
  get: function () {
572
- return this.az;
572
+ return this.a1;
573
573
  },
574
574
  set: function (a) {
575
- this.az = a;
575
+ this.a1 = a;
576
576
  this.g("RowEditable");
577
577
  },
578
578
  enumerable: false,
@@ -580,10 +580,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
580
580
  });
581
581
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "height", {
582
582
  get: function () {
583
- return this.cv;
583
+ return this.cx;
584
584
  },
585
585
  set: function (a) {
586
- this.cv = a;
586
+ this.cx = a;
587
587
  this.g("Height");
588
588
  },
589
589
  enumerable: false,
@@ -591,10 +591,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
591
591
  });
592
592
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "width", {
593
593
  get: function () {
594
- return this.d4;
594
+ return this.d5;
595
595
  },
596
596
  set: function (a) {
597
- this.d4 = a;
597
+ this.d5 = a;
598
598
  this.g("Width");
599
599
  },
600
600
  enumerable: false,
@@ -602,10 +602,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
602
602
  });
603
603
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowHeight", {
604
604
  get: function () {
605
- return this.bf;
605
+ return this.bh;
606
606
  },
607
607
  set: function (a) {
608
- this.bf = a;
608
+ this.bh = a;
609
609
  this.g("RowHeight");
610
610
  },
611
611
  enumerable: false,
@@ -613,10 +613,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
613
613
  });
614
614
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnWidth", {
615
615
  get: function () {
616
- return this.b8;
616
+ return this.ca;
617
617
  },
618
618
  set: function (a) {
619
- this.b8 = a;
619
+ this.ca = a;
620
620
  this.g("ColumnWidth");
621
621
  },
622
622
  enumerable: false,
@@ -624,10 +624,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
624
624
  });
625
625
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyGridMessage", {
626
626
  get: function () {
627
- return this.cg;
627
+ return this.ci;
628
628
  },
629
629
  set: function (a) {
630
- this.cg = a;
630
+ this.ci = a;
631
631
  this.g("EmptyGridMessage");
632
632
  },
633
633
  enumerable: false,
@@ -635,10 +635,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
635
635
  });
636
636
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "isLoading", {
637
637
  get: function () {
638
- return this.aw;
638
+ return this.ay;
639
639
  },
640
640
  set: function (a) {
641
- this.aw = a;
641
+ this.ay = a;
642
642
  this.g("IsLoading");
643
643
  },
644
644
  enumerable: false,
@@ -646,10 +646,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
646
646
  });
647
647
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "shouldGenerate", {
648
648
  get: function () {
649
- return this.a1;
649
+ return this.a3;
650
650
  },
651
651
  set: function (a) {
652
- this.a1 = a;
652
+ this.a3 = a;
653
653
  this.g("ShouldGenerate");
654
654
  },
655
655
  enumerable: false,
@@ -657,10 +657,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
657
657
  });
658
658
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyFilteredGridMessage", {
659
659
  get: function () {
660
- return this.cf;
660
+ return this.ch;
661
661
  },
662
662
  set: function (a) {
663
- this.cf = a;
663
+ this.ch = a;
664
664
  this.g("EmptyFilteredGridMessage");
665
665
  },
666
666
  enumerable: false,
@@ -668,10 +668,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
668
668
  });
669
669
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "pinning", {
670
670
  get: function () {
671
- return this.an;
671
+ return this.ap;
672
672
  },
673
673
  set: function (a) {
674
- this.an = a;
674
+ this.ap = a;
675
675
  this.g("Pinning");
676
676
  },
677
677
  enumerable: false,
@@ -679,10 +679,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
679
679
  });
680
680
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "allowFiltering", {
681
681
  get: function () {
682
- return this.as;
682
+ return this.au;
683
683
  },
684
684
  set: function (a) {
685
- this.as = a;
685
+ this.au = a;
686
686
  this.g("AllowFiltering");
687
687
  },
688
688
  enumerable: false,
@@ -690,10 +690,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
690
690
  });
691
691
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "allowAdvancedFiltering", {
692
692
  get: function () {
693
- return this.ar;
693
+ return this.at;
694
694
  },
695
695
  set: function (a) {
696
- this.ar = a;
696
+ this.at = a;
697
697
  this.g("AllowAdvancedFiltering");
698
698
  },
699
699
  enumerable: false,
@@ -701,10 +701,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
701
701
  });
702
702
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filterMode", {
703
703
  get: function () {
704
- return this.cn;
704
+ return this.cp;
705
705
  },
706
706
  set: function (a) {
707
- this.cn = a;
707
+ this.cp = a;
708
708
  this.g("FilterMode");
709
709
  },
710
710
  enumerable: false,
@@ -712,10 +712,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
712
712
  });
713
713
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "summaryPosition", {
714
714
  get: function () {
715
- return this.d0;
715
+ return this.d1;
716
716
  },
717
717
  set: function (a) {
718
- this.d0 = a;
718
+ this.d1 = a;
719
719
  this.g("SummaryPosition");
720
720
  },
721
721
  enumerable: false,
@@ -723,10 +723,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
723
723
  });
724
724
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "summaryCalculationMode", {
725
725
  get: function () {
726
- return this.dz;
726
+ return this.d0;
727
727
  },
728
728
  set: function (a) {
729
- this.dz = a;
729
+ this.d0 = a;
730
730
  this.g("SummaryCalculationMode");
731
731
  },
732
732
  enumerable: false,
@@ -734,10 +734,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
734
734
  });
735
735
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "showSummaryOnCollapse", {
736
736
  get: function () {
737
- return this.a2;
737
+ return this.a4;
738
738
  },
739
739
  set: function (a) {
740
- this.a2 = a;
740
+ this.a4 = a;
741
741
  this.g("ShowSummaryOnCollapse");
742
742
  },
743
743
  enumerable: false,
@@ -745,10 +745,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
745
745
  });
746
746
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filterStrategy", {
747
747
  get: function () {
748
- return this.af;
748
+ return this.ah;
749
749
  },
750
750
  set: function (a) {
751
- this.af = a;
751
+ this.ah = a;
752
752
  this.g("FilterStrategy");
753
753
  },
754
754
  enumerable: false,
@@ -756,10 +756,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
756
756
  });
757
757
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortStrategy", {
758
758
  get: function () {
759
- return this.aj;
759
+ return this.al;
760
760
  },
761
761
  set: function (a) {
762
- this.aj = a;
762
+ this.al = a;
763
763
  this.g("SortStrategy");
764
764
  },
765
765
  enumerable: false,
@@ -767,32 +767,32 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
767
767
  });
768
768
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingOptions", {
769
769
  get: function () {
770
- return this.ap;
770
+ return this.ar;
771
771
  },
772
772
  set: function (a) {
773
- this.ap = a;
773
+ this.ar = a;
774
774
  this.g("SortingOptions");
775
775
  },
776
776
  enumerable: false,
777
777
  configurable: true
778
778
  });
779
- Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "selectedRowsRef", {
779
+ Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "selectedRows", {
780
780
  get: function () {
781
- return this.ds;
781
+ return this.m;
782
782
  },
783
783
  set: function (a) {
784
- this.ds = a;
785
- this.g("SelectedRowsRef");
784
+ this.m = a;
785
+ this.g("SelectedRows");
786
786
  },
787
787
  enumerable: false,
788
788
  configurable: true
789
789
  });
790
790
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "headSelectorTemplateRef", {
791
791
  get: function () {
792
- return this.cu;
792
+ return this.cw;
793
793
  },
794
794
  set: function (a) {
795
- this.cu = a;
795
+ this.cw = a;
796
796
  this.g("HeadSelectorTemplateRef");
797
797
  },
798
798
  enumerable: false,
@@ -800,10 +800,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
800
800
  });
801
801
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowSelectorTemplateRef", {
802
802
  get: function () {
803
- return this.dn;
803
+ return this.dq;
804
804
  },
805
805
  set: function (a) {
806
- this.dn = a;
806
+ this.dq = a;
807
807
  this.g("RowSelectorTemplateRef");
808
808
  },
809
809
  enumerable: false,
@@ -811,10 +811,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
811
811
  });
812
812
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dragIndicatorIconTemplateRef", {
813
813
  get: function () {
814
- return this.ce;
814
+ return this.cg;
815
815
  },
816
816
  set: function (a) {
817
- this.ce = a;
817
+ this.cg = a;
818
818
  this.g("DragIndicatorIconTemplateRef");
819
819
  },
820
820
  enumerable: false,
@@ -822,10 +822,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
822
822
  });
823
823
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingExpressions", {
824
824
  get: function () {
825
- return this.m;
825
+ return this.n;
826
826
  },
827
827
  set: function (a) {
828
- this.m = a;
828
+ this.n = a;
829
829
  this.g("SortingExpressions");
830
830
  },
831
831
  enumerable: false,
@@ -833,10 +833,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
833
833
  });
834
834
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "batchEditing", {
835
835
  get: function () {
836
- return this.au;
836
+ return this.aw;
837
837
  },
838
838
  set: function (a) {
839
- this.au = a;
839
+ this.aw = a;
840
840
  this.g("BatchEditing");
841
841
  },
842
842
  enumerable: false,
@@ -844,10 +844,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
844
844
  });
845
845
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellSelection", {
846
846
  get: function () {
847
- return this.bv;
847
+ return this.bx;
848
848
  },
849
849
  set: function (a) {
850
- this.bv = a;
850
+ this.bx = a;
851
851
  this.g("CellSelection");
852
852
  },
853
853
  enumerable: false,
@@ -855,10 +855,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
855
855
  });
856
856
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowSelection", {
857
857
  get: function () {
858
- return this.dl;
858
+ return this.dn;
859
859
  },
860
860
  set: function (a) {
861
- this.dl = a;
861
+ this.dn = a;
862
862
  this.g("RowSelection");
863
863
  },
864
864
  enumerable: false,
@@ -866,10 +866,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
866
866
  });
867
867
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnSelection", {
868
868
  get: function () {
869
- return this.b4;
869
+ return this.b6;
870
870
  },
871
871
  set: function (a) {
872
- this.b4 = a;
872
+ this.b6 = a;
873
873
  this.g("ColumnSelection");
874
874
  },
875
875
  enumerable: false,
@@ -877,10 +877,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
877
877
  });
878
878
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "outlet", {
879
879
  get: function () {
880
- return this.al;
880
+ return this.an;
881
881
  },
882
882
  set: function (a) {
883
- this.al = a;
883
+ this.an = a;
884
884
  this.g("Outlet");
885
885
  },
886
886
  enumerable: false,
@@ -888,10 +888,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
888
888
  });
889
889
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "totalRecords", {
890
890
  get: function () {
891
- return this.bi;
891
+ return this.bk;
892
892
  },
893
893
  set: function (a) {
894
- this.bi = a;
894
+ this.bk = a;
895
895
  this.g("TotalRecords");
896
896
  },
897
897
  enumerable: false,
@@ -899,10 +899,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
899
899
  });
900
900
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "selectRowOnClick", {
901
901
  get: function () {
902
- return this.a0;
902
+ return this.a2;
903
903
  },
904
904
  set: function (a) {
905
- this.a0 = a;
905
+ this.a2 = a;
906
906
  this.g("SelectRowOnClick");
907
907
  },
908
908
  enumerable: false,
@@ -921,10 +921,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
921
921
  });
922
922
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "stateComponents", {
923
923
  get: function () {
924
- return this.n;
924
+ return this.o;
925
925
  },
926
926
  set: function (a) {
927
- this.n = a;
927
+ this.o = a;
928
928
  this.g("StateComponents");
929
929
  },
930
930
  enumerable: false,
@@ -932,10 +932,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
932
932
  });
933
933
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringExpressionsTreeChangeRef", {
934
934
  get: function () {
935
- return this.cl;
935
+ return this.cn;
936
936
  },
937
937
  set: function (a) {
938
- this.cl = a;
938
+ this.cn = a;
939
939
  this.g("FilteringExpressionsTreeChangeRef");
940
940
  },
941
941
  enumerable: false,
@@ -943,10 +943,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
943
943
  });
944
944
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "advancedFilteringExpressionsTreeChangeRef", {
945
945
  get: function () {
946
- return this.bp;
946
+ return this.br;
947
947
  },
948
948
  set: function (a) {
949
- this.bp = a;
949
+ this.br = a;
950
950
  this.g("AdvancedFilteringExpressionsTreeChangeRef");
951
951
  },
952
952
  enumerable: false,
@@ -954,10 +954,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
954
954
  });
955
955
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "gridScrollRef", {
956
956
  get: function () {
957
- return this.cr;
957
+ return this.ct;
958
958
  },
959
959
  set: function (a) {
960
- this.cr = a;
960
+ this.ct = a;
961
961
  this.g("GridScrollRef");
962
962
  },
963
963
  enumerable: false,
@@ -965,10 +965,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
965
965
  });
966
966
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellClickRef", {
967
967
  get: function () {
968
- return this.bq;
968
+ return this.bs;
969
969
  },
970
970
  set: function (a) {
971
- this.bq = a;
971
+ this.bs = a;
972
972
  this.g("CellClickRef");
973
973
  },
974
974
  enumerable: false,
@@ -976,10 +976,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
976
976
  });
977
977
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowClickRef", {
978
978
  get: function () {
979
- return this.c6;
979
+ return this.c8;
980
980
  },
981
981
  set: function (a) {
982
- this.c6 = a;
982
+ this.c8 = a;
983
983
  this.g("RowClickRef");
984
984
  },
985
985
  enumerable: false,
@@ -987,10 +987,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
987
987
  });
988
988
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "formGroupCreatedRef", {
989
989
  get: function () {
990
- return this.co;
990
+ return this.cq;
991
991
  },
992
992
  set: function (a) {
993
- this.co = a;
993
+ this.cq = a;
994
994
  this.g("FormGroupCreatedRef");
995
995
  },
996
996
  enumerable: false,
@@ -998,10 +998,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
998
998
  });
999
999
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "validationStatusChangeRef", {
1000
1000
  get: function () {
1001
- return this.d2;
1001
+ return this.d3;
1002
1002
  },
1003
1003
  set: function (a) {
1004
- this.d2 = a;
1004
+ this.d3 = a;
1005
1005
  this.g("ValidationStatusChangeRef");
1006
1006
  },
1007
1007
  enumerable: false,
@@ -1009,10 +1009,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1009
1009
  });
1010
1010
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "selectedRef", {
1011
1011
  get: function () {
1012
- return this.dr;
1012
+ return this.dt;
1013
1013
  },
1014
1014
  set: function (a) {
1015
- this.dr = a;
1015
+ this.dt = a;
1016
1016
  this.g("SelectedRef");
1017
1017
  },
1018
1018
  enumerable: false,
@@ -1020,10 +1020,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1020
1020
  });
1021
1021
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowSelectionChangingRef", {
1022
1022
  get: function () {
1023
- return this.dm;
1023
+ return this.dp;
1024
1024
  },
1025
1025
  set: function (a) {
1026
- this.dm = a;
1026
+ this.dp = a;
1027
1027
  this.g("RowSelectionChangingRef");
1028
1028
  },
1029
1029
  enumerable: false,
@@ -1031,10 +1031,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1031
1031
  });
1032
1032
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnSelectionChangingRef", {
1033
1033
  get: function () {
1034
- return this.b5;
1034
+ return this.b7;
1035
1035
  },
1036
1036
  set: function (a) {
1037
- this.b5 = a;
1037
+ this.b7 = a;
1038
1038
  this.g("ColumnSelectionChangingRef");
1039
1039
  },
1040
1040
  enumerable: false,
@@ -1042,10 +1042,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1042
1042
  });
1043
1043
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnPinRef", {
1044
1044
  get: function () {
1045
- return this.b0;
1045
+ return this.b2;
1046
1046
  },
1047
1047
  set: function (a) {
1048
- this.b0 = a;
1048
+ this.b2 = a;
1049
1049
  this.g("ColumnPinRef");
1050
1050
  },
1051
1051
  enumerable: false,
@@ -1053,10 +1053,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1053
1053
  });
1054
1054
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnPinnedRef", {
1055
1055
  get: function () {
1056
- return this.b1;
1056
+ return this.b3;
1057
1057
  },
1058
1058
  set: function (a) {
1059
- this.b1 = a;
1059
+ this.b3 = a;
1060
1060
  this.g("ColumnPinnedRef");
1061
1061
  },
1062
1062
  enumerable: false,
@@ -1064,10 +1064,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1064
1064
  });
1065
1065
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditEnterRef", {
1066
1066
  get: function () {
1067
- return this.bt;
1067
+ return this.bv;
1068
1068
  },
1069
1069
  set: function (a) {
1070
- this.bt = a;
1070
+ this.bv = a;
1071
1071
  this.g("CellEditEnterRef");
1072
1072
  },
1073
1073
  enumerable: false,
@@ -1075,10 +1075,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1075
1075
  });
1076
1076
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditExitRef", {
1077
1077
  get: function () {
1078
- return this.bu;
1078
+ return this.bw;
1079
1079
  },
1080
1080
  set: function (a) {
1081
- this.bu = a;
1081
+ this.bw = a;
1082
1082
  this.g("CellEditExitRef");
1083
1083
  },
1084
1084
  enumerable: false,
@@ -1086,10 +1086,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1086
1086
  });
1087
1087
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditRef", {
1088
1088
  get: function () {
1089
- return this.br;
1089
+ return this.bt;
1090
1090
  },
1091
1091
  set: function (a) {
1092
- this.br = a;
1092
+ this.bt = a;
1093
1093
  this.g("CellEditRef");
1094
1094
  },
1095
1095
  enumerable: false,
@@ -1097,10 +1097,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1097
1097
  });
1098
1098
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditDoneRef", {
1099
1099
  get: function () {
1100
- return this.bs;
1100
+ return this.bu;
1101
1101
  },
1102
1102
  set: function (a) {
1103
- this.bs = a;
1103
+ this.bu = a;
1104
1104
  this.g("CellEditDoneRef");
1105
1105
  },
1106
1106
  enumerable: false,
@@ -1108,10 +1108,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1108
1108
  });
1109
1109
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditEnterRef", {
1110
1110
  get: function () {
1111
- return this.df;
1111
+ return this.dh;
1112
1112
  },
1113
1113
  set: function (a) {
1114
- this.df = a;
1114
+ this.dh = a;
1115
1115
  this.g("RowEditEnterRef");
1116
1116
  },
1117
1117
  enumerable: false,
@@ -1119,10 +1119,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1119
1119
  });
1120
1120
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditRef", {
1121
1121
  get: function () {
1122
- return this.dc;
1122
+ return this.de;
1123
1123
  },
1124
1124
  set: function (a) {
1125
- this.dc = a;
1125
+ this.de = a;
1126
1126
  this.g("RowEditRef");
1127
1127
  },
1128
1128
  enumerable: false,
@@ -1130,10 +1130,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1130
1130
  });
1131
1131
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditDoneRef", {
1132
1132
  get: function () {
1133
- return this.de;
1133
+ return this.dg;
1134
1134
  },
1135
1135
  set: function (a) {
1136
- this.de = a;
1136
+ this.dg = a;
1137
1137
  this.g("RowEditDoneRef");
1138
1138
  },
1139
1139
  enumerable: false,
@@ -1141,10 +1141,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1141
1141
  });
1142
1142
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditExitRef", {
1143
1143
  get: function () {
1144
- return this.dg;
1144
+ return this.di;
1145
1145
  },
1146
1146
  set: function (a) {
1147
- this.dg = a;
1147
+ this.di = a;
1148
1148
  this.g("RowEditExitRef");
1149
1149
  },
1150
1150
  enumerable: false,
@@ -1152,10 +1152,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1152
1152
  });
1153
1153
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnInitRef", {
1154
1154
  get: function () {
1155
- return this.bw;
1155
+ return this.by;
1156
1156
  },
1157
1157
  set: function (a) {
1158
- this.bw = a;
1158
+ this.by = a;
1159
1159
  this.g("ColumnInitRef");
1160
1160
  },
1161
1161
  enumerable: false,
@@ -1163,10 +1163,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1163
1163
  });
1164
1164
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnsAutogeneratedRef", {
1165
1165
  get: function () {
1166
- return this.b3;
1166
+ return this.b5;
1167
1167
  },
1168
1168
  set: function (a) {
1169
- this.b3 = a;
1169
+ this.b5 = a;
1170
1170
  this.g("ColumnsAutogeneratedRef");
1171
1171
  },
1172
1172
  enumerable: false,
@@ -1174,10 +1174,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1174
1174
  });
1175
1175
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingRef", {
1176
1176
  get: function () {
1177
- return this.dw;
1177
+ return this.dx;
1178
1178
  },
1179
1179
  set: function (a) {
1180
- this.dw = a;
1180
+ this.dx = a;
1181
1181
  this.g("SortingRef");
1182
1182
  },
1183
1183
  enumerable: false,
@@ -1185,10 +1185,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1185
1185
  });
1186
1186
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingDoneRef", {
1187
1187
  get: function () {
1188
- return this.dx;
1188
+ return this.dy;
1189
1189
  },
1190
1190
  set: function (a) {
1191
- this.dx = a;
1191
+ this.dy = a;
1192
1192
  this.g("SortingDoneRef");
1193
1193
  },
1194
1194
  enumerable: false,
@@ -1196,10 +1196,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1196
1196
  });
1197
1197
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringRef", {
1198
1198
  get: function () {
1199
- return this.cj;
1199
+ return this.cl;
1200
1200
  },
1201
1201
  set: function (a) {
1202
- this.cj = a;
1202
+ this.cl = a;
1203
1203
  this.g("FilteringRef");
1204
1204
  },
1205
1205
  enumerable: false,
@@ -1207,10 +1207,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1207
1207
  });
1208
1208
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringDoneRef", {
1209
1209
  get: function () {
1210
- return this.ck;
1210
+ return this.cm;
1211
1211
  },
1212
1212
  set: function (a) {
1213
- this.ck = a;
1213
+ this.cm = a;
1214
1214
  this.g("FilteringDoneRef");
1215
1215
  },
1216
1216
  enumerable: false,
@@ -1218,10 +1218,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1218
1218
  });
1219
1219
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowAddedRef", {
1220
1220
  get: function () {
1221
- return this.c3;
1221
+ return this.c5;
1222
1222
  },
1223
1223
  set: function (a) {
1224
- this.c3 = a;
1224
+ this.c5 = a;
1225
1225
  this.g("RowAddedRef");
1226
1226
  },
1227
1227
  enumerable: false,
@@ -1229,10 +1229,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1229
1229
  });
1230
1230
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDeletedRef", {
1231
1231
  get: function () {
1232
- return this.c9;
1232
+ return this.db;
1233
1233
  },
1234
1234
  set: function (a) {
1235
- this.c9 = a;
1235
+ this.db = a;
1236
1236
  this.g("RowDeletedRef");
1237
1237
  },
1238
1238
  enumerable: false,
@@ -1240,10 +1240,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1240
1240
  });
1241
1241
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDeleteRef", {
1242
1242
  get: function () {
1243
- return this.c8;
1243
+ return this.da;
1244
1244
  },
1245
1245
  set: function (a) {
1246
- this.c8 = a;
1246
+ this.da = a;
1247
1247
  this.g("RowDeleteRef");
1248
1248
  },
1249
1249
  enumerable: false,
@@ -1251,10 +1251,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1251
1251
  });
1252
1252
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowAddRef", {
1253
1253
  get: function () {
1254
- return this.c2;
1254
+ return this.c4;
1255
1255
  },
1256
1256
  set: function (a) {
1257
- this.c2 = a;
1257
+ this.c4 = a;
1258
1258
  this.g("RowAddRef");
1259
1259
  },
1260
1260
  enumerable: false,
@@ -1262,10 +1262,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1262
1262
  });
1263
1263
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnResizedRef", {
1264
1264
  get: function () {
1265
- return this.b2;
1265
+ return this.b4;
1266
1266
  },
1267
1267
  set: function (a) {
1268
- this.b2 = a;
1268
+ this.b4 = a;
1269
1269
  this.g("ColumnResizedRef");
1270
1270
  },
1271
1271
  enumerable: false,
@@ -1273,10 +1273,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1273
1273
  });
1274
1274
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "contextMenuRef", {
1275
1275
  get: function () {
1276
- return this.b9;
1276
+ return this.cb;
1277
1277
  },
1278
1278
  set: function (a) {
1279
- this.b9 = a;
1279
+ this.cb = a;
1280
1280
  this.g("ContextMenuRef");
1281
1281
  },
1282
1282
  enumerable: false,
@@ -1284,10 +1284,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1284
1284
  });
1285
1285
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "doubleClickRef", {
1286
1286
  get: function () {
1287
- return this.cc;
1287
+ return this.ce;
1288
1288
  },
1289
1289
  set: function (a) {
1290
- this.cc = a;
1290
+ this.ce = a;
1291
1291
  this.g("DoubleClickRef");
1292
1292
  },
1293
1293
  enumerable: false,
@@ -1295,10 +1295,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1295
1295
  });
1296
1296
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnVisibilityChangingRef", {
1297
1297
  get: function () {
1298
- return this.b7;
1298
+ return this.b9;
1299
1299
  },
1300
1300
  set: function (a) {
1301
- this.b7 = a;
1301
+ this.b9 = a;
1302
1302
  this.g("ColumnVisibilityChangingRef");
1303
1303
  },
1304
1304
  enumerable: false,
@@ -1306,10 +1306,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1306
1306
  });
1307
1307
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnVisibilityChangedRef", {
1308
1308
  get: function () {
1309
- return this.b6;
1309
+ return this.b8;
1310
1310
  },
1311
1311
  set: function (a) {
1312
- this.b6 = a;
1312
+ this.b8 = a;
1313
1313
  this.g("ColumnVisibilityChangedRef");
1314
1314
  },
1315
1315
  enumerable: false,
@@ -1317,10 +1317,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1317
1317
  });
1318
1318
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnMovingStartRef", {
1319
1319
  get: function () {
1320
- return this.bz;
1320
+ return this.b1;
1321
1321
  },
1322
1322
  set: function (a) {
1323
- this.bz = a;
1323
+ this.b1 = a;
1324
1324
  this.g("ColumnMovingStartRef");
1325
1325
  },
1326
1326
  enumerable: false,
@@ -1328,10 +1328,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1328
1328
  });
1329
1329
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnMovingRef", {
1330
1330
  get: function () {
1331
- return this.bx;
1331
+ return this.bz;
1332
1332
  },
1333
1333
  set: function (a) {
1334
- this.bx = a;
1334
+ this.bz = a;
1335
1335
  this.g("ColumnMovingRef");
1336
1336
  },
1337
1337
  enumerable: false,
@@ -1339,10 +1339,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1339
1339
  });
1340
1340
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnMovingEndRef", {
1341
1341
  get: function () {
1342
- return this.by;
1342
+ return this.b0;
1343
1343
  },
1344
1344
  set: function (a) {
1345
- this.by = a;
1345
+ this.b0 = a;
1346
1346
  this.g("ColumnMovingEndRef");
1347
1347
  },
1348
1348
  enumerable: false,
@@ -1350,10 +1350,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1350
1350
  });
1351
1351
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "gridKeydownRef", {
1352
1352
  get: function () {
1353
- return this.cq;
1353
+ return this.cs;
1354
1354
  },
1355
1355
  set: function (a) {
1356
- this.cq = a;
1356
+ this.cs = a;
1357
1357
  this.g("GridKeydownRef");
1358
1358
  },
1359
1359
  enumerable: false,
@@ -1361,10 +1361,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1361
1361
  });
1362
1362
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDragStartRef", {
1363
1363
  get: function () {
1364
- return this.db;
1364
+ return this.dd;
1365
1365
  },
1366
1366
  set: function (a) {
1367
- this.db = a;
1367
+ this.dd = a;
1368
1368
  this.g("RowDragStartRef");
1369
1369
  },
1370
1370
  enumerable: false,
@@ -1372,10 +1372,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1372
1372
  });
1373
1373
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDragEndRef", {
1374
1374
  get: function () {
1375
- return this.da;
1375
+ return this.dc;
1376
1376
  },
1377
1377
  set: function (a) {
1378
- this.da = a;
1378
+ this.dc = a;
1379
1379
  this.g("RowDragEndRef");
1380
1380
  },
1381
1381
  enumerable: false,
@@ -1383,10 +1383,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1383
1383
  });
1384
1384
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "gridCopyRef", {
1385
1385
  get: function () {
1386
- return this.cp;
1386
+ return this.cr;
1387
1387
  },
1388
1388
  set: function (a) {
1389
- this.cp = a;
1389
+ this.cr = a;
1390
1390
  this.g("GridCopyRef");
1391
1391
  },
1392
1392
  enumerable: false,
@@ -1394,10 +1394,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1394
1394
  });
1395
1395
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowToggleRef", {
1396
1396
  get: function () {
1397
- return this.dq;
1397
+ return this.ds;
1398
1398
  },
1399
1399
  set: function (a) {
1400
- this.dq = a;
1400
+ this.ds = a;
1401
1401
  this.g("RowToggleRef");
1402
1402
  },
1403
1403
  enumerable: false,
@@ -1405,10 +1405,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1405
1405
  });
1406
1406
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowPinningRef", {
1407
1407
  get: function () {
1408
- return this.dk;
1408
+ return this.dm;
1409
1409
  },
1410
1410
  set: function (a) {
1411
- this.dk = a;
1411
+ this.dm = a;
1412
1412
  this.g("RowPinningRef");
1413
1413
  },
1414
1414
  enumerable: false,
@@ -1416,10 +1416,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1416
1416
  });
1417
1417
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowPinnedRef", {
1418
1418
  get: function () {
1419
- return this.dj;
1419
+ return this.dl;
1420
1420
  },
1421
1421
  set: function (a) {
1422
- this.dj = a;
1422
+ this.dl = a;
1423
1423
  this.g("RowPinnedRef");
1424
1424
  },
1425
1425
  enumerable: false,
@@ -1427,10 +1427,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1427
1427
  });
1428
1428
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "activeNodeChangeRef", {
1429
1429
  get: function () {
1430
- return this.bn;
1430
+ return this.bp;
1431
1431
  },
1432
1432
  set: function (a) {
1433
- this.bn = a;
1433
+ this.bp = a;
1434
1434
  this.g("ActiveNodeChangeRef");
1435
1435
  },
1436
1436
  enumerable: false,
@@ -1438,10 +1438,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1438
1438
  });
1439
1439
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingExpressionsChangeRef", {
1440
1440
  get: function () {
1441
- return this.dy;
1441
+ return this.dz;
1442
1442
  },
1443
1443
  set: function (a) {
1444
- this.dy = a;
1444
+ this.dz = a;
1445
1445
  this.g("SortingExpressionsChangeRef");
1446
1446
  },
1447
1447
  enumerable: false,
@@ -1449,10 +1449,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1449
1449
  });
1450
1450
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "toolbarExportingRef", {
1451
1451
  get: function () {
1452
- return this.d1;
1452
+ return this.d2;
1453
1453
  },
1454
1454
  set: function (a) {
1455
- this.d1 = a;
1455
+ this.d2 = a;
1456
1456
  this.g("ToolbarExportingRef");
1457
1457
  },
1458
1458
  enumerable: false,
@@ -1460,10 +1460,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1460
1460
  });
1461
1461
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rangeSelectedRef", {
1462
1462
  get: function () {
1463
- return this.c0;
1463
+ return this.c2;
1464
1464
  },
1465
1465
  set: function (a) {
1466
- this.c0 = a;
1466
+ this.c2 = a;
1467
1467
  this.g("RangeSelectedRef");
1468
1468
  },
1469
1469
  enumerable: false,
@@ -1471,10 +1471,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1471
1471
  });
1472
1472
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "renderedRef", {
1473
1473
  get: function () {
1474
- return this.c1;
1474
+ return this.c3;
1475
1475
  },
1476
1476
  set: function (a) {
1477
- this.c1 = a;
1477
+ this.c3 = a;
1478
1478
  this.g("RenderedRef");
1479
1479
  },
1480
1480
  enumerable: false,
@@ -1482,10 +1482,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1482
1482
  });
1483
1483
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dataChangingRef", {
1484
1484
  get: function () {
1485
- return this.cb;
1485
+ return this.cd;
1486
1486
  },
1487
1487
  set: function (a) {
1488
- this.cb = a;
1488
+ this.cd = a;
1489
1489
  this.g("DataChangingRef");
1490
1490
  },
1491
1491
  enumerable: false,
@@ -1493,10 +1493,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1493
1493
  });
1494
1494
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dataChangedRef", {
1495
1495
  get: function () {
1496
- return this.ca;
1496
+ return this.cc;
1497
1497
  },
1498
1498
  set: function (a) {
1499
- this.ca = a;
1499
+ this.cc = a;
1500
1500
  this.g("DataChangedRef");
1501
1501
  },
1502
1502
  enumerable: false,