igniteui-angular-core 16.1.0-beta.0 → 16.1.0-beta.2

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 (172) hide show
  1. package/bundles/igniteui-angular-core.umd.js +2258 -2739
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/ButtonDescription.js +502 -494
  4. package/esm2015/lib/ButtonDescriptionMetadata.js +1 -0
  5. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +19 -8
  6. package/esm2015/lib/ComboBoxColumnDescription.js +12 -11
  7. package/esm2015/lib/DataGridColumnDescription.js +80 -79
  8. package/esm2015/lib/DateTimeColumnDescription.js +30 -29
  9. package/esm2015/lib/EditRowDefinitionDescription.js +1 -0
  10. package/esm2015/lib/EditorDefinitionDescription.js +1 -0
  11. package/esm2015/lib/FilterRowDefinitionDescription.js +1 -0
  12. package/esm2015/lib/HeaderDescription.js +11 -10
  13. package/esm2015/lib/INativeUIElementBridge_combined.js +28 -20
  14. package/esm2015/lib/ImageColumnDescription.js +16 -15
  15. package/esm2015/lib/LocalDataSource_combined.js +53 -52
  16. package/esm2015/lib/NativeUIButton.js +7 -5
  17. package/esm2015/lib/NativeUICheckbox.js +7 -5
  18. package/esm2015/lib/NativeUIDropDown.js +7 -5
  19. package/esm2015/lib/NativeUIGrid.js +7 -5
  20. package/esm2015/lib/NativeUIInput.js +7 -5
  21. package/esm2015/lib/NativeUIPopup.js +14 -10
  22. package/esm2015/lib/NativeUISlider.js +14 -10
  23. package/esm2015/lib/NumericColumnDescription.js +42 -41
  24. package/esm2015/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
  25. package/esm2015/lib/RearrangedListView.js +304 -303
  26. package/esm2015/lib/TemplateColumnDescription.js +7 -6
  27. package/esm2015/lib/TemplateHeaderDescription.js +4 -3
  28. package/esm2015/lib/TextColumnDescription.js +14 -13
  29. package/esm2015/lib/TextHeaderDescription.js +1 -0
  30. package/esm2015/lib/WebActionStripDescription.js +57 -1
  31. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
  32. package/esm2015/lib/WebColumnDescription.js +129 -177
  33. package/esm2015/lib/WebColumnDescriptionMetadata.js +0 -6
  34. package/esm2015/lib/WebColumnGroupDescription.js +6 -6
  35. package/esm2015/lib/WebColumnLayoutDescription.js +0 -8
  36. package/esm2015/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
  37. package/esm2015/lib/WebComboDescription.js +90 -82
  38. package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
  39. package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
  40. package/esm2015/lib/WebGridActionsBaseDirectiveDescription.js +36 -1
  41. package/esm2015/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
  42. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +286 -406
  43. package/esm2015/lib/WebGridDescription.js +48 -72
  44. package/esm2015/lib/WebGridDescriptionMetadata.js +0 -5
  45. package/esm2015/lib/WebGridEditingActionsDescription.js +12 -12
  46. package/esm2015/lib/{WebPivotConfigurationChangeEventArgsDescription.js → WebPivotConfigurationChangedEventArgsDescription.js} +7 -7
  47. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +42 -0
  48. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +36 -0
  49. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +46 -0
  50. package/esm2015/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
  51. package/esm2015/lib/WebPivotGridDescription.js +42 -58
  52. package/esm2015/lib/WebPivotGridDescriptionMetadata.js +3 -5
  53. package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
  54. package/esm2015/lib/WebRowDirectiveDescription.js +6 -14
  55. package/esm2015/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
  56. package/esm2015/lib/WebTreeGridDescription.js +30 -38
  57. package/esm2015/lib/WebTreeGridDescriptionMetadata.js +0 -1
  58. package/esm2015/public_api.js +4 -8
  59. package/esm5/lib/ButtonDescription.js +506 -494
  60. package/esm5/lib/ButtonDescriptionMetadata.js +1 -0
  61. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +19 -8
  62. package/esm5/lib/ComboBoxColumnDescription.js +12 -11
  63. package/esm5/lib/DataGridColumnDescription.js +80 -79
  64. package/esm5/lib/DateTimeColumnDescription.js +30 -29
  65. package/esm5/lib/EditRowDefinitionDescription.js +1 -0
  66. package/esm5/lib/EditorDefinitionDescription.js +1 -0
  67. package/esm5/lib/FilterRowDefinitionDescription.js +1 -0
  68. package/esm5/lib/HeaderDescription.js +11 -10
  69. package/esm5/lib/INativeUIElementBridge_combined.js +28 -20
  70. package/esm5/lib/ImageColumnDescription.js +16 -15
  71. package/esm5/lib/LocalDataSource_combined.js +53 -52
  72. package/esm5/lib/NativeUIButton.js +7 -5
  73. package/esm5/lib/NativeUICheckbox.js +7 -5
  74. package/esm5/lib/NativeUIDropDown.js +7 -5
  75. package/esm5/lib/NativeUIGrid.js +7 -5
  76. package/esm5/lib/NativeUIInput.js +7 -5
  77. package/esm5/lib/NativeUIPopup.js +14 -10
  78. package/esm5/lib/NativeUISlider.js +14 -10
  79. package/esm5/lib/NumericColumnDescription.js +42 -41
  80. package/esm5/lib/PropertyEditorPropertyDescriptionDescriptionMetadata.js +1 -1
  81. package/esm5/lib/RearrangedListView.js +304 -303
  82. package/esm5/lib/TemplateColumnDescription.js +7 -6
  83. package/esm5/lib/TemplateHeaderDescription.js +4 -3
  84. package/esm5/lib/TextColumnDescription.js +14 -13
  85. package/esm5/lib/TextHeaderDescription.js +1 -0
  86. package/esm5/lib/WebActionStripDescription.js +79 -1
  87. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +3 -22
  88. package/esm5/lib/WebColumnDescription.js +129 -201
  89. package/esm5/lib/WebColumnDescriptionMetadata.js +0 -6
  90. package/esm5/lib/WebColumnGroupDescription.js +6 -6
  91. package/esm5/lib/WebColumnLayoutDescription.js +1 -14
  92. package/esm5/lib/WebColumnLayoutDescriptionMetadata.js +0 -1
  93. package/esm5/lib/WebComboDescription.js +94 -82
  94. package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
  95. package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -1
  96. package/esm5/lib/WebGridActionsBaseDirectiveDescription.js +50 -1
  97. package/esm5/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +0 -6
  98. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +284 -464
  99. package/esm5/lib/WebGridDescription.js +48 -84
  100. package/esm5/lib/WebGridDescriptionMetadata.js +0 -5
  101. package/esm5/lib/WebGridEditingActionsDescription.js +12 -12
  102. package/esm5/lib/WebPivotConfigurationChangedEventArgsDescription.js +46 -0
  103. package/esm5/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +46 -0
  104. package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescription.js +46 -0
  105. package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +50 -0
  106. package/esm5/lib/WebPivotGridColumnDescriptionMetadata.js +1 -0
  107. package/esm5/lib/WebPivotGridDescription.js +41 -65
  108. package/esm5/lib/WebPivotGridDescriptionMetadata.js +3 -5
  109. package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +1 -0
  110. package/esm5/lib/WebRowDirectiveDescription.js +6 -18
  111. package/esm5/lib/WebRowDirectiveDescriptionMetadata.js +0 -1
  112. package/esm5/lib/WebTreeGridDescription.js +30 -42
  113. package/esm5/lib/WebTreeGridDescriptionMetadata.js +0 -1
  114. package/esm5/public_api.js +4 -8
  115. package/fesm2015/igniteui-angular-core.js +2191 -2541
  116. package/fesm5/igniteui-angular-core.js +2255 -2732
  117. package/lib/ButtonDescription.d.ts +186 -183
  118. package/lib/ComboBoxColumnDescription.d.ts +5 -4
  119. package/lib/DataGridColumnDescription.d.ts +29 -28
  120. package/lib/DateTimeColumnDescription.d.ts +12 -11
  121. package/lib/EditRowDefinitionDescription.d.ts +1 -0
  122. package/lib/EditorDefinitionDescription.d.ts +1 -0
  123. package/lib/FilterRowDefinitionDescription.d.ts +1 -0
  124. package/lib/HeaderDescription.d.ts +5 -4
  125. package/lib/ImageColumnDescription.d.ts +7 -6
  126. package/lib/NumericColumnDescription.d.ts +17 -16
  127. package/lib/RearrangedListView.d.ts +50 -49
  128. package/lib/TemplateColumnDescription.d.ts +3 -2
  129. package/lib/TemplateHeaderDescription.d.ts +2 -1
  130. package/lib/TextColumnDescription.d.ts +6 -5
  131. package/lib/TextHeaderDescription.d.ts +1 -0
  132. package/lib/WebActionStripDescription.d.ts +27 -1
  133. package/lib/WebColumnDescription.d.ts +46 -64
  134. package/lib/WebColumnGroupDescription.d.ts +2 -2
  135. package/lib/WebColumnLayoutDescription.d.ts +0 -3
  136. package/lib/WebComboDescription.d.ts +33 -30
  137. package/lib/WebGridActionsBaseDirectiveDescription.d.ts +17 -1
  138. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +105 -150
  139. package/lib/WebGridDescription.d.ts +17 -27
  140. package/lib/WebGridEditingActionsDescription.d.ts +4 -4
  141. package/lib/WebPivotConfigurationChangedEventArgsDescription.d.ts +17 -0
  142. package/lib/{WebPivotConfigurationChangeDetailDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDescriptionMetadata.d.ts} +1 -1
  143. package/lib/{WebPivotConfigurationChangeDetailDescription.d.ts → WebPivotConfigurationChangedEventArgsDetailDescription.d.ts} +3 -3
  144. package/lib/{WebMRLColumnSizeInfoDescriptionMetadata.d.ts → WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  145. package/lib/WebPivotGridDescription.d.ts +15 -21
  146. package/lib/WebRowDirectiveDescription.d.ts +2 -5
  147. package/lib/WebTreeGridDescription.d.ts +10 -13
  148. package/package.json +1 -1
  149. package/public_api.d.ts +4 -8
  150. package/esm2015/lib/WebActionStripDescription_combined.js +0 -114
  151. package/esm2015/lib/WebMRLColumnSizeInfoDescription.js +0 -26
  152. package/esm2015/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -43
  153. package/esm2015/lib/WebMRLResizeColumnInfoDescription.js +0 -26
  154. package/esm2015/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -43
  155. package/esm2015/lib/WebPivotConfigurationChangeDetailDescription.js +0 -36
  156. package/esm2015/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -46
  157. package/esm2015/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -40
  158. package/esm5/lib/WebActionStripDescription_combined.js +0 -157
  159. package/esm5/lib/WebMRLColumnSizeInfoDescription.js +0 -31
  160. package/esm5/lib/WebMRLColumnSizeInfoDescriptionMetadata.js +0 -47
  161. package/esm5/lib/WebMRLResizeColumnInfoDescription.js +0 -31
  162. package/esm5/lib/WebMRLResizeColumnInfoDescriptionMetadata.js +0 -47
  163. package/esm5/lib/WebPivotConfigurationChangeDetailDescription.js +0 -46
  164. package/esm5/lib/WebPivotConfigurationChangeDetailDescriptionMetadata.js +0 -50
  165. package/esm5/lib/WebPivotConfigurationChangeEventArgsDescription.js +0 -46
  166. package/esm5/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.js +0 -44
  167. package/lib/WebActionStripDescription_combined.d.ts +0 -49
  168. package/lib/WebMRLColumnSizeInfoDescription.d.ts +0 -11
  169. package/lib/WebMRLResizeColumnInfoDescription.d.ts +0 -11
  170. package/lib/WebMRLResizeColumnInfoDescriptionMetadata.d.ts +0 -13
  171. package/lib/WebPivotConfigurationChangeEventArgsDescription.d.ts +0 -17
  172. package/lib/WebPivotConfigurationChangeEventArgsDescriptionMetadata.d.ts +0 -13
@@ -14,149 +14,134 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
14
14
  class WebGridBaseDirectiveDescription extends WebDisplayDensityBaseDescription {
15
15
  constructor() {
16
16
  super();
17
- this.bq = 0;
17
+ this.bj = 0;
18
18
  this.aw = false;
19
19
  this.n = null;
20
- this.a2 = false;
20
+ this.a0 = false;
21
+ this.ck = null;
22
+ this.br = null;
21
23
  this.cy = null;
22
- this.b3 = null;
23
- this.de = null;
24
- this.br = 0;
24
+ this.bk = 0;
25
25
  this.aa = null;
26
26
  this.ai = null;
27
- this.cz = null;
28
- this.dg = null;
29
- this.ds = null;
30
- this.ea = null;
31
- this.dl = null;
27
+ this.c7 = null;
28
+ this.dq = null;
29
+ this.c1 = null;
32
30
  this.y = null;
33
- this.cv = null;
31
+ this.cg = null;
32
+ this.di = null;
33
+ this.c6 = null;
34
+ this.de = null;
35
+ this.dj = null;
36
+ this.c8 = null;
34
37
  this.cw = null;
35
- this.cs = null;
36
- this.d3 = null;
37
- this.dr = null;
38
- this.dz = null;
39
- this.d4 = null;
40
- this.dt = null;
41
- this.dc = null;
42
- this.db = null;
43
- this.c0 = null;
44
- this.c1 = null;
45
- this.ee = null;
46
- this.ef = null;
47
- this.eg = null;
48
- this.eh = null;
38
+ this.cv = null;
39
+ this.cl = null;
40
+ this.du = null;
41
+ this.dv = null;
42
+ this.dw = null;
49
43
  this.r = null;
50
44
  this.p = null;
51
45
  this.ak = null;
52
- this.c5 = null;
46
+ this.cp = null;
53
47
  this.ad = null;
54
48
  this.ac = null;
55
- this.df = null;
56
- this.dj = null;
57
- this.a3 = false;
58
- this.bo = 0;
59
- this.bp = 0;
49
+ this.cz = null;
50
+ this.c0 = null;
51
+ this.ay = false;
52
+ this.a1 = false;
53
+ this.d4 = null;
54
+ this.a2 = false;
55
+ this.bi = 0;
56
+ this.cb = null;
57
+ this.cj = null;
60
58
  this.az = false;
61
59
  this.a4 = false;
62
- this.ep = null;
63
- this.by = null;
64
- this.a5 = false;
65
- this.bz = null;
66
- this.cn = null;
67
- this.cx = null;
68
- this.a0 = false;
69
- this.a7 = false;
70
- this.cu = null;
60
+ this.ci = null;
71
61
  this.aq = null;
72
62
  this.av = false;
73
63
  this.au = false;
74
- this.c6 = null;
75
- this.em = null;
76
- this.el = null;
77
- this.a8 = false;
64
+ this.cq = null;
65
+ this.d1 = null;
66
+ this.d0 = null;
67
+ this.a5 = false;
78
68
  this.ag = null;
79
69
  this.am = null;
80
70
  this.as = null;
81
- this.ed = null;
82
- this.dd = null;
83
- this.d9 = null;
84
- this.ct = null;
71
+ this.dt = null;
72
+ this.cx = null;
73
+ this.dp = null;
74
+ this.ch = null;
85
75
  this.q = null;
86
76
  this.ax = false;
87
- this.ca = null;
88
- this.d7 = null;
89
- this.cj = null;
90
- this.a1 = false;
77
+ this.by = null;
78
+ this.dm = null;
79
+ this.b7 = null;
91
80
  this.ao = null;
92
81
  this.o = null;
93
- this.bs = 0;
94
- this.ay = false;
95
- this.a6 = false;
82
+ this.bl = 0;
83
+ this.a3 = false;
96
84
  this.m = null;
97
- this.c4 = null;
85
+ this.co = null;
86
+ this.bs = null;
87
+ this.cu = null;
88
+ this.bt = null;
89
+ this.cr = null;
90
+ this.d3 = null;
91
+ this.ds = null;
92
+ this.dn = null;
93
+ this.b8 = null;
94
+ this.b3 = null;
98
95
  this.b4 = null;
99
- this.da = null;
96
+ this.bw = null;
97
+ this.bx = null;
98
+ this.bu = null;
99
+ this.bv = null;
100
+ this.dg = null;
101
+ this.dd = null;
102
+ this.df = null;
100
103
  this.dh = null;
101
- this.dk = null;
104
+ this.bz = null;
105
+ this.b6 = null;
106
+ this.dx = null;
107
+ this.dy = null;
108
+ this.cm = null;
109
+ this.cn = null;
110
+ this.c5 = null;
111
+ this.da = null;
112
+ this.c9 = null;
113
+ this.c4 = null;
102
114
  this.b5 = null;
103
- this.c7 = null;
104
- this.eo = null;
105
- this.ec = null;
106
- this.d8 = null;
107
- this.ck = null;
115
+ this.cc = null;
108
116
  this.cf = null;
109
- this.cg = null;
110
- this.b8 = null;
117
+ this.ca = null;
111
118
  this.b9 = null;
112
- this.b6 = null;
113
- this.b7 = null;
114
- this.d1 = null;
115
- this.dy = null;
116
- this.d0 = null;
119
+ this.b2 = null;
120
+ this.b0 = null;
121
+ this.b1 = null;
122
+ this.ct = null;
123
+ this.dc = null;
124
+ this.db = null;
125
+ this.cs = null;
126
+ this.dr = null;
127
+ this.dl = null;
128
+ this.dk = null;
129
+ this.bq = null;
130
+ this.dz = null;
117
131
  this.d2 = null;
118
- this.cb = null;
119
- this.ci = null;
120
- this.ei = null;
121
- this.ej = null;
122
132
  this.c2 = null;
123
133
  this.c3 = null;
124
- this.di = null;
125
- this.dq = null;
126
- this.dv = null;
127
- this.du = null;
128
- this.dp = null;
129
- this.ch = null;
130
- this.co = null;
131
- this.cr = null;
132
- this.cm = null;
133
- this.cl = null;
134
134
  this.ce = null;
135
- this.cc = null;
136
135
  this.cd = null;
137
- this.c9 = null;
138
- this.dx = null;
139
- this.dw = null;
140
- this.c8 = null;
141
- this.eb = null;
142
- this.d6 = null;
143
- this.d5 = null;
144
- this.b2 = null;
145
- this.ek = null;
146
- this.en = null;
147
- this.dm = null;
148
- this.dn = null;
149
- this.cq = null;
150
- this.cp = null;
151
136
  }
152
137
  get_type() {
153
138
  return "WebGridBaseDirective";
154
139
  }
155
140
  get snackbarDisplayTime() {
156
- return this.bq;
141
+ return this.bj;
157
142
  }
158
143
  set snackbarDisplayTime(a) {
159
- this.bq = a;
144
+ this.bj = a;
160
145
  this.g("SnackbarDisplayTime");
161
146
  }
162
147
  get autoGenerate() {
@@ -174,38 +159,38 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
174
159
  this.g("AutoGenerateExclude");
175
160
  }
176
161
  get moving() {
177
- return this.a2;
162
+ return this.a0;
178
163
  }
179
164
  set moving(a) {
180
- this.a2 = a;
165
+ this.a0 = a;
181
166
  this.g("Moving");
182
167
  }
183
168
  get emptyGridTemplateRef() {
184
- return this.cy;
169
+ return this.ck;
185
170
  }
186
171
  set emptyGridTemplateRef(a) {
187
- this.cy = a;
172
+ this.ck = a;
188
173
  this.g("EmptyGridTemplateRef");
189
174
  }
190
175
  get addRowEmptyTemplateRef() {
191
- return this.b3;
176
+ return this.br;
192
177
  }
193
178
  set addRowEmptyTemplateRef(a) {
194
- this.b3 = a;
179
+ this.br = a;
195
180
  this.g("AddRowEmptyTemplateRef");
196
181
  }
197
182
  get loadingGridTemplateRef() {
198
- return this.de;
183
+ return this.cy;
199
184
  }
200
185
  set loadingGridTemplateRef(a) {
201
- this.de = a;
186
+ this.cy = a;
202
187
  this.g("LoadingGridTemplateRef");
203
188
  }
204
189
  get summaryRowHeight() {
205
- return this.br;
190
+ return this.bk;
206
191
  }
207
192
  set summaryRowHeight(a) {
208
- this.br = a;
193
+ this.bk = a;
209
194
  this.g("SummaryRowHeight");
210
195
  }
211
196
  get dataCloneStrategy() {
@@ -222,39 +207,25 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
222
207
  this.ai = a;
223
208
  this.g("ClipboardOptions");
224
209
  }
225
- get evenRowCSS() {
226
- return this.cz;
227
- }
228
- set evenRowCSS(a) {
229
- this.cz = a;
230
- this.g("EvenRowCSS");
231
- }
232
- get oddRowCSS() {
233
- return this.dg;
234
- }
235
- set oddRowCSS(a) {
236
- this.dg = a;
237
- this.g("OddRowCSS");
238
- }
239
210
  get rowClassesRef() {
240
- return this.ds;
211
+ return this.c7;
241
212
  }
242
213
  set rowClassesRef(a) {
243
- this.ds = a;
214
+ this.c7 = a;
244
215
  this.g("RowClassesRef");
245
216
  }
246
217
  get rowStylesRef() {
247
- return this.ea;
218
+ return this.dq;
248
219
  }
249
220
  set rowStylesRef(a) {
250
- this.ea = a;
221
+ this.dq = a;
251
222
  this.g("RowStylesRef");
252
223
  }
253
224
  get primaryKey() {
254
- return this.dl;
225
+ return this.c1;
255
226
  }
256
227
  set primaryKey(a) {
257
- this.dl = a;
228
+ this.c1 = a;
258
229
  this.g("PrimaryKey");
259
230
  }
260
231
  get actionStrip() {
@@ -264,116 +235,88 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
264
235
  this.y = a;
265
236
  this.g("ActionStrip");
266
237
  }
267
- get emptyFilteredGridTemplateRef() {
268
- return this.cv;
269
- }
270
- set emptyFilteredGridTemplateRef(a) {
271
- this.cv = a;
272
- this.g("EmptyFilteredGridTemplateRef");
273
- }
274
- get emptyGridDefaultTemplateRef() {
275
- return this.cw;
276
- }
277
- set emptyGridDefaultTemplateRef(a) {
278
- this.cw = a;
279
- this.g("EmptyGridDefaultTemplateRef");
280
- }
281
238
  get dragGhostCustomTemplateRef() {
282
- return this.cs;
239
+ return this.cg;
283
240
  }
284
241
  set dragGhostCustomTemplateRef(a) {
285
- this.cs = a;
242
+ this.cg = a;
286
243
  this.g("DragGhostCustomTemplateRef");
287
244
  }
288
245
  get rowEditTextTemplateRef() {
289
- return this.d3;
246
+ return this.di;
290
247
  }
291
248
  set rowEditTextTemplateRef(a) {
292
- this.d3 = a;
249
+ this.di = a;
293
250
  this.g("RowEditTextTemplateRef");
294
251
  }
295
252
  get rowAddTextTemplateRef() {
296
- return this.dr;
253
+ return this.c6;
297
254
  }
298
255
  set rowAddTextTemplateRef(a) {
299
- this.dr = a;
256
+ this.c6 = a;
300
257
  this.g("RowAddTextTemplateRef");
301
258
  }
302
259
  get rowEditActionsTemplateRef() {
303
- return this.dz;
260
+ return this.de;
304
261
  }
305
262
  set rowEditActionsTemplateRef(a) {
306
- this.dz = a;
263
+ this.de = a;
307
264
  this.g("RowEditActionsTemplateRef");
308
265
  }
309
266
  get rowExpandedIndicatorTemplateRef() {
310
- return this.d4;
267
+ return this.dj;
311
268
  }
312
269
  set rowExpandedIndicatorTemplateRef(a) {
313
- this.d4 = a;
270
+ this.dj = a;
314
271
  this.g("RowExpandedIndicatorTemplateRef");
315
272
  }
316
273
  get rowCollapsedIndicatorTemplateRef() {
317
- return this.dt;
274
+ return this.c8;
318
275
  }
319
276
  set rowCollapsedIndicatorTemplateRef(a) {
320
- this.dt = a;
277
+ this.c8 = a;
321
278
  this.g("RowCollapsedIndicatorTemplateRef");
322
279
  }
323
- get headerExpandIndicatorTemplateRef() {
324
- return this.dc;
325
- }
326
- set headerExpandIndicatorTemplateRef(a) {
327
- this.dc = a;
328
- this.g("HeaderExpandIndicatorTemplateRef");
329
- }
330
- get headerCollapseIndicatorTemplateRef() {
331
- return this.db;
280
+ get headerExpandedIndicatorTemplateRef() {
281
+ return this.cw;
332
282
  }
333
- set headerCollapseIndicatorTemplateRef(a) {
334
- this.db = a;
335
- this.g("HeaderCollapseIndicatorTemplateRef");
283
+ set headerExpandedIndicatorTemplateRef(a) {
284
+ this.cw = a;
285
+ this.g("HeaderExpandedIndicatorTemplateRef");
336
286
  }
337
- get excelStyleHeaderIconDirectiveTemplateRef() {
338
- return this.c0;
287
+ get headerCollapsedIndicatorTemplateRef() {
288
+ return this.cv;
339
289
  }
340
- set excelStyleHeaderIconDirectiveTemplateRef(a) {
341
- this.c0 = a;
342
- this.g("ExcelStyleHeaderIconDirectiveTemplateRef");
290
+ set headerCollapsedIndicatorTemplateRef(a) {
291
+ this.cv = a;
292
+ this.g("HeaderCollapsedIndicatorTemplateRef");
343
293
  }
344
294
  get excelStyleHeaderIconTemplateRef() {
345
- return this.c1;
295
+ return this.cl;
346
296
  }
347
297
  set excelStyleHeaderIconTemplateRef(a) {
348
- this.c1 = a;
298
+ this.cl = a;
349
299
  this.g("ExcelStyleHeaderIconTemplateRef");
350
300
  }
351
301
  get sortAscendingHeaderIconTemplateRef() {
352
- return this.ee;
302
+ return this.du;
353
303
  }
354
304
  set sortAscendingHeaderIconTemplateRef(a) {
355
- this.ee = a;
305
+ this.du = a;
356
306
  this.g("SortAscendingHeaderIconTemplateRef");
357
307
  }
358
- get sortDescendingHeaderIconDirectiveTemplateRef() {
359
- return this.ef;
360
- }
361
- set sortDescendingHeaderIconDirectiveTemplateRef(a) {
362
- this.ef = a;
363
- this.g("SortDescendingHeaderIconDirectiveTemplateRef");
364
- }
365
308
  get sortDescendingHeaderIconTemplateRef() {
366
- return this.eg;
309
+ return this.dv;
367
310
  }
368
311
  set sortDescendingHeaderIconTemplateRef(a) {
369
- this.eg = a;
312
+ this.dv = a;
370
313
  this.g("SortDescendingHeaderIconTemplateRef");
371
314
  }
372
315
  get sortHeaderIconTemplateRef() {
373
- return this.eh;
316
+ return this.dw;
374
317
  }
375
318
  set sortHeaderIconTemplateRef(a) {
376
- this.eh = a;
319
+ this.dw = a;
377
320
  this.g("SortHeaderIconTemplateRef");
378
321
  }
379
322
  get toolbar() {
@@ -398,10 +341,10 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
398
341
  this.g("ResourceStrings");
399
342
  }
400
343
  get filteringLogic() {
401
- return this.c5;
344
+ return this.cp;
402
345
  }
403
346
  set filteringLogic(a) {
404
- this.c5 = a;
347
+ this.cp = a;
405
348
  this.g("FilteringLogic");
406
349
  }
407
350
  get filteringExpressionsTree() {
@@ -419,115 +362,87 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
419
362
  this.g("AdvancedFilteringExpressionsTree");
420
363
  }
421
364
  get locale() {
422
- return this.df;
365
+ return this.cz;
423
366
  }
424
367
  set locale(a) {
425
- this.df = a;
368
+ this.cz = a;
426
369
  this.g("Locale");
427
370
  }
428
371
  get pagingMode() {
429
- return this.dj;
372
+ return this.c0;
430
373
  }
431
374
  set pagingMode(a) {
432
- this.dj = a;
375
+ this.c0 = a;
433
376
  this.g("PagingMode");
434
377
  }
435
- get paging() {
436
- return this.a3;
437
- }
438
- set paging(a) {
439
- this.a3 = a;
440
- this.g("Paging");
441
- }
442
- get page() {
443
- return this.bo;
444
- }
445
- set page(a) {
446
- this.bo = a;
447
- this.g("Page");
448
- }
449
- get perPage() {
450
- return this.bp;
451
- }
452
- set perPage(a) {
453
- this.bp = a;
454
- this.g("PerPage");
455
- }
456
378
  get hideRowSelectors() {
457
- return this.az;
379
+ return this.ay;
458
380
  }
459
381
  set hideRowSelectors(a) {
460
- this.az = a;
382
+ this.ay = a;
461
383
  this.g("HideRowSelectors");
462
384
  }
463
385
  get rowDraggable() {
464
- return this.a4;
386
+ return this.a1;
465
387
  }
466
388
  set rowDraggable(a) {
467
- this.a4 = a;
389
+ this.a1 = a;
468
390
  this.g("RowDraggable");
469
391
  }
470
392
  get validationTrigger() {
471
- return this.ep;
393
+ return this.d4;
472
394
  }
473
395
  set validationTrigger(a) {
474
- this.ep = a;
396
+ this.d4 = a;
475
397
  this.g("ValidationTrigger");
476
398
  }
477
- get dragRowID() {
478
- return this.by;
479
- }
480
- set dragRowID(a) {
481
- this.by = a;
482
- this.g("DragRowID");
483
- }
484
399
  get rowEditable() {
485
- return this.a5;
400
+ return this.a2;
486
401
  }
487
402
  set rowEditable(a) {
488
- this.a5 = a;
403
+ this.a2 = a;
489
404
  this.g("RowEditable");
490
405
  }
491
406
  get rowHeight() {
492
- return this.bz;
407
+ return this.bi;
493
408
  }
494
409
  set rowHeight(a) {
495
- this.bz = a;
410
+ this.bi = a;
496
411
  this.g("RowHeight");
497
412
  }
498
413
  get columnWidth() {
499
- return this.cn;
414
+ return this.cb;
500
415
  }
501
416
  set columnWidth(a) {
502
- this.cn = a;
417
+ this.cb = a;
503
418
  this.g("ColumnWidth");
504
419
  }
505
420
  get emptyGridMessage() {
506
- return this.cx;
421
+ return this.cj;
507
422
  }
508
423
  set emptyGridMessage(a) {
509
- this.cx = a;
424
+ this.cj = a;
510
425
  this.g("EmptyGridMessage");
511
426
  }
512
427
  get isLoading() {
513
- return this.a0;
428
+ return this.az;
514
429
  }
515
430
  set isLoading(a) {
516
- this.a0 = a;
431
+ this.az = a;
517
432
  this.g("IsLoading");
518
433
  }
519
434
  get shouldGenerate() {
520
- return this.a7;
435
+ return this.a4;
521
436
  }
522
437
  set shouldGenerate(a) {
523
- this.a7 = a;
438
+ this.a4 = a;
524
439
  this.g("ShouldGenerate");
525
440
  }
526
441
  get emptyFilteredGridMessage() {
527
- return this.cu;
442
+ return this.ci;
528
443
  }
529
444
  set emptyFilteredGridMessage(a) {
530
- this.cu = a;
445
+ this.ci = a;
531
446
  this.g("EmptyFilteredGridMessage");
532
447
  }
533
448
  get pinning() {
@@ -552,31 +467,31 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
552
467
  this.g("AllowAdvancedFiltering");
553
468
  }
554
469
  get filterMode() {
555
- return this.c6;
470
+ return this.cq;
556
471
  }
557
472
  set filterMode(a) {
558
- this.c6 = a;
473
+ this.cq = a;
559
474
  this.g("FilterMode");
560
475
  }
561
476
  get summaryPosition() {
562
- return this.em;
477
+ return this.d1;
563
478
  }
564
479
  set summaryPosition(a) {
565
- this.em = a;
480
+ this.d1 = a;
566
481
  this.g("SummaryPosition");
567
482
  }
568
483
  get summaryCalculationMode() {
569
- return this.el;
484
+ return this.d0;
570
485
  }
571
486
  set summaryCalculationMode(a) {
572
- this.el = a;
487
+ this.d0 = a;
573
488
  this.g("SummaryCalculationMode");
574
489
  }
575
490
  get showSummaryOnCollapse() {
576
- return this.a8;
491
+ return this.a5;
577
492
  }
578
493
  set showSummaryOnCollapse(a) {
579
- this.a8 = a;
494
+ this.a5 = a;
580
495
  this.g("ShowSummaryOnCollapse");
581
496
  }
582
497
  get filterStrategy() {
@@ -601,31 +516,31 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
601
516
  this.g("SortingOptions");
602
517
  }
603
518
  get selectedRowsRef() {
604
- return this.ed;
519
+ return this.dt;
605
520
  }
606
521
  set selectedRowsRef(a) {
607
- this.ed = a;
522
+ this.dt = a;
608
523
  this.g("SelectedRowsRef");
609
524
  }
610
525
  get headSelectorTemplateRef() {
611
- return this.dd;
526
+ return this.cx;
612
527
  }
613
528
  set headSelectorTemplateRef(a) {
614
- this.dd = a;
529
+ this.cx = a;
615
530
  this.g("HeadSelectorTemplateRef");
616
531
  }
617
532
  get rowSelectorTemplateRef() {
618
- return this.d9;
533
+ return this.dp;
619
534
  }
620
535
  set rowSelectorTemplateRef(a) {
621
- this.d9 = a;
536
+ this.dp = a;
622
537
  this.g("RowSelectorTemplateRef");
623
538
  }
624
539
  get dragIndicatorIconTemplateRef() {
625
- return this.ct;
540
+ return this.ch;
626
541
  }
627
542
  set dragIndicatorIconTemplateRef(a) {
628
- this.ct = a;
543
+ this.ch = a;
629
544
  this.g("DragIndicatorIconTemplateRef");
630
545
  }
631
546
  get sortingExpressions() {
@@ -643,33 +558,26 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
643
558
  this.g("BatchEditing");
644
559
  }
645
560
  get cellSelection() {
646
- return this.ca;
561
+ return this.by;
647
562
  }
648
563
  set cellSelection(a) {
649
- this.ca = a;
564
+ this.by = a;
650
565
  this.g("CellSelection");
651
566
  }
652
567
  get rowSelection() {
653
- return this.d7;
568
+ return this.dm;
654
569
  }
655
570
  set rowSelection(a) {
656
- this.d7 = a;
571
+ this.dm = a;
657
572
  this.g("RowSelection");
658
573
  }
659
574
  get columnSelection() {
660
- return this.cj;
575
+ return this.b7;
661
576
  }
662
577
  set columnSelection(a) {
663
- this.cj = a;
578
+ this.b7 = a;
664
579
  this.g("ColumnSelection");
665
580
  }
666
- get isPivot() {
667
- return this.a1;
668
- }
669
- set isPivot(a) {
670
- this.a1 = a;
671
- this.g("IsPivot");
672
- }
673
581
  get outlet() {
674
582
  return this.ao;
675
583
  }
@@ -685,24 +593,17 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
685
593
  this.g("Columns");
686
594
  }
687
595
  get totalRecords() {
688
- return this.bs;
596
+ return this.bl;
689
597
  }
690
598
  set totalRecords(a) {
691
- this.bs = a;
599
+ this.bl = a;
692
600
  this.g("TotalRecords");
693
601
  }
694
- get hasVisibleColumns() {
695
- return this.ay;
696
- }
697
- set hasVisibleColumns(a) {
698
- this.ay = a;
699
- this.g("HasVisibleColumns");
700
- }
701
602
  get selectRowOnClick() {
702
- return this.a6;
603
+ return this.a3;
703
604
  }
704
605
  set selectRowOnClick(a) {
705
- this.a6 = a;
606
+ this.a3 = a;
706
607
  this.g("SelectRowOnClick");
707
608
  }
708
609
  get actualColumns() {
@@ -713,381 +614,360 @@ export let WebGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
713
614
  this.g("ActualColumns");
714
615
  }
715
616
  get filteringExpressionsTreeChangeRef() {
716
- return this.c4;
617
+ return this.co;
717
618
  }
718
619
  set filteringExpressionsTreeChangeRef(a) {
719
- this.c4 = a;
620
+ this.co = a;
720
621
  this.g("FilteringExpressionsTreeChangeRef");
721
622
  }
722
623
  get advancedFilteringExpressionsTreeChangeRef() {
723
- return this.b4;
624
+ return this.bs;
724
625
  }
725
626
  set advancedFilteringExpressionsTreeChangeRef(a) {
726
- this.b4 = a;
627
+ this.bs = a;
727
628
  this.g("AdvancedFilteringExpressionsTreeChangeRef");
728
629
  }
729
630
  get gridScrollRef() {
730
- return this.da;
631
+ return this.cu;
731
632
  }
732
633
  set gridScrollRef(a) {
733
- this.da = a;
634
+ this.cu = a;
734
635
  this.g("GridScrollRef");
735
636
  }
736
- get pageChangeRef() {
737
- return this.dh;
738
- }
739
- set pageChangeRef(a) {
740
- this.dh = a;
741
- this.g("PageChangeRef");
742
- }
743
- get perPageChangeRef() {
744
- return this.dk;
745
- }
746
- set perPageChangeRef(a) {
747
- this.dk = a;
748
- this.g("PerPageChangeRef");
749
- }
750
637
  get cellClickRef() {
751
- return this.b5;
638
+ return this.bt;
752
639
  }
753
640
  set cellClickRef(a) {
754
- this.b5 = a;
641
+ this.bt = a;
755
642
  this.g("CellClickRef");
756
643
  }
757
644
  get formGroupCreatedRef() {
758
- return this.c7;
645
+ return this.cr;
759
646
  }
760
647
  set formGroupCreatedRef(a) {
761
- this.c7 = a;
648
+ this.cr = a;
762
649
  this.g("FormGroupCreatedRef");
763
650
  }
764
651
  get validationStatusChangeRef() {
765
- return this.eo;
652
+ return this.d3;
766
653
  }
767
654
  set validationStatusChangeRef(a) {
768
- this.eo = a;
655
+ this.d3 = a;
769
656
  this.g("ValidationStatusChangeRef");
770
657
  }
771
658
  get selectedRef() {
772
- return this.ec;
659
+ return this.ds;
773
660
  }
774
661
  set selectedRef(a) {
775
- this.ec = a;
662
+ this.ds = a;
776
663
  this.g("SelectedRef");
777
664
  }
778
665
  get rowSelectionChangingRef() {
779
- return this.d8;
666
+ return this.dn;
780
667
  }
781
668
  set rowSelectionChangingRef(a) {
782
- this.d8 = a;
669
+ this.dn = a;
783
670
  this.g("RowSelectionChangingRef");
784
671
  }
785
672
  get columnSelectionChangingRef() {
786
- return this.ck;
673
+ return this.b8;
787
674
  }
788
675
  set columnSelectionChangingRef(a) {
789
- this.ck = a;
676
+ this.b8 = a;
790
677
  this.g("ColumnSelectionChangingRef");
791
678
  }
792
679
  get columnPinRef() {
793
- return this.cf;
680
+ return this.b3;
794
681
  }
795
682
  set columnPinRef(a) {
796
- this.cf = a;
683
+ this.b3 = a;
797
684
  this.g("ColumnPinRef");
798
685
  }
799
686
  get columnPinnedRef() {
800
- return this.cg;
687
+ return this.b4;
801
688
  }
802
689
  set columnPinnedRef(a) {
803
- this.cg = a;
690
+ this.b4 = a;
804
691
  this.g("ColumnPinnedRef");
805
692
  }
806
693
  get cellEditEnterRef() {
807
- return this.b8;
694
+ return this.bw;
808
695
  }
809
696
  set cellEditEnterRef(a) {
810
- this.b8 = a;
697
+ this.bw = a;
811
698
  this.g("CellEditEnterRef");
812
699
  }
813
700
  get cellEditExitRef() {
814
- return this.b9;
701
+ return this.bx;
815
702
  }
816
703
  set cellEditExitRef(a) {
817
- this.b9 = a;
704
+ this.bx = a;
818
705
  this.g("CellEditExitRef");
819
706
  }
820
707
  get cellEditRef() {
821
- return this.b6;
708
+ return this.bu;
822
709
  }
823
710
  set cellEditRef(a) {
824
- this.b6 = a;
711
+ this.bu = a;
825
712
  this.g("CellEditRef");
826
713
  }
827
714
  get cellEditDoneRef() {
828
- return this.b7;
715
+ return this.bv;
829
716
  }
830
717
  set cellEditDoneRef(a) {
831
- this.b7 = a;
718
+ this.bv = a;
832
719
  this.g("CellEditDoneRef");
833
720
  }
834
721
  get rowEditEnterRef() {
835
- return this.d1;
722
+ return this.dg;
836
723
  }
837
724
  set rowEditEnterRef(a) {
838
- this.d1 = a;
725
+ this.dg = a;
839
726
  this.g("RowEditEnterRef");
840
727
  }
841
728
  get rowEditRef() {
842
- return this.dy;
729
+ return this.dd;
843
730
  }
844
731
  set rowEditRef(a) {
845
- this.dy = a;
732
+ this.dd = a;
846
733
  this.g("RowEditRef");
847
734
  }
848
735
  get rowEditDoneRef() {
849
- return this.d0;
736
+ return this.df;
850
737
  }
851
738
  set rowEditDoneRef(a) {
852
- this.d0 = a;
739
+ this.df = a;
853
740
  this.g("RowEditDoneRef");
854
741
  }
855
742
  get rowEditExitRef() {
856
- return this.d2;
743
+ return this.dh;
857
744
  }
858
745
  set rowEditExitRef(a) {
859
- this.d2 = a;
746
+ this.dh = a;
860
747
  this.g("RowEditExitRef");
861
748
  }
862
749
  get columnInitRef() {
863
- return this.cb;
750
+ return this.bz;
864
751
  }
865
752
  set columnInitRef(a) {
866
- this.cb = a;
753
+ this.bz = a;
867
754
  this.g("ColumnInitRef");
868
755
  }
869
756
  get columnsAutogeneratedRef() {
870
- return this.ci;
757
+ return this.b6;
871
758
  }
872
759
  set columnsAutogeneratedRef(a) {
873
- this.ci = a;
760
+ this.b6 = a;
874
761
  this.g("ColumnsAutogeneratedRef");
875
762
  }
876
763
  get sortingRef() {
877
- return this.ei;
764
+ return this.dx;
878
765
  }
879
766
  set sortingRef(a) {
880
- this.ei = a;
767
+ this.dx = a;
881
768
  this.g("SortingRef");
882
769
  }
883
770
  get sortingDoneRef() {
884
- return this.ej;
771
+ return this.dy;
885
772
  }
886
773
  set sortingDoneRef(a) {
887
- this.ej = a;
774
+ this.dy = a;
888
775
  this.g("SortingDoneRef");
889
776
  }
890
777
  get filteringRef() {
891
- return this.c2;
778
+ return this.cm;
892
779
  }
893
780
  set filteringRef(a) {
894
- this.c2 = a;
781
+ this.cm = a;
895
782
  this.g("FilteringRef");
896
783
  }
897
784
  get filteringDoneRef() {
898
- return this.c3;
785
+ return this.cn;
899
786
  }
900
787
  set filteringDoneRef(a) {
901
- this.c3 = a;
788
+ this.cn = a;
902
789
  this.g("FilteringDoneRef");
903
790
  }
904
- get pagingDoneRef() {
905
- return this.di;
906
- }
907
- set pagingDoneRef(a) {
908
- this.di = a;
909
- this.g("PagingDoneRef");
910
- }
911
791
  get rowAddedRef() {
912
- return this.dq;
792
+ return this.c5;
913
793
  }
914
794
  set rowAddedRef(a) {
915
- this.dq = a;
795
+ this.c5 = a;
916
796
  this.g("RowAddedRef");
917
797
  }
918
798
  get rowDeletedRef() {
919
- return this.dv;
799
+ return this.da;
920
800
  }
921
801
  set rowDeletedRef(a) {
922
- this.dv = a;
802
+ this.da = a;
923
803
  this.g("RowDeletedRef");
924
804
  }
925
805
  get rowDeleteRef() {
926
- return this.du;
806
+ return this.c9;
927
807
  }
928
808
  set rowDeleteRef(a) {
929
- this.du = a;
809
+ this.c9 = a;
930
810
  this.g("RowDeleteRef");
931
811
  }
932
812
  get rowAddRef() {
933
- return this.dp;
813
+ return this.c4;
934
814
  }
935
815
  set rowAddRef(a) {
936
- this.dp = a;
816
+ this.c4 = a;
937
817
  this.g("RowAddRef");
938
818
  }
939
819
  get columnResizedRef() {
940
- return this.ch;
820
+ return this.b5;
941
821
  }
942
822
  set columnResizedRef(a) {
943
- this.ch = a;
823
+ this.b5 = a;
944
824
  this.g("ColumnResizedRef");
945
825
  }
946
826
  get contextMenuRef() {
947
- return this.co;
827
+ return this.cc;
948
828
  }
949
829
  set contextMenuRef(a) {
950
- this.co = a;
830
+ this.cc = a;
951
831
  this.g("ContextMenuRef");
952
832
  }
953
833
  get doubleClickRef() {
954
- return this.cr;
834
+ return this.cf;
955
835
  }
956
836
  set doubleClickRef(a) {
957
- this.cr = a;
837
+ this.cf = a;
958
838
  this.g("DoubleClickRef");
959
839
  }
960
840
  get columnVisibilityChangingRef() {
961
- return this.cm;
841
+ return this.ca;
962
842
  }
963
843
  set columnVisibilityChangingRef(a) {
964
- this.cm = a;
844
+ this.ca = a;
965
845
  this.g("ColumnVisibilityChangingRef");
966
846
  }
967
847
  get columnVisibilityChangedRef() {
968
- return this.cl;
848
+ return this.b9;
969
849
  }
970
850
  set columnVisibilityChangedRef(a) {
971
- this.cl = a;
851
+ this.b9 = a;
972
852
  this.g("ColumnVisibilityChangedRef");
973
853
  }
974
854
  get columnMovingStartRef() {
975
- return this.ce;
855
+ return this.b2;
976
856
  }
977
857
  set columnMovingStartRef(a) {
978
- this.ce = a;
858
+ this.b2 = a;
979
859
  this.g("ColumnMovingStartRef");
980
860
  }
981
861
  get columnMovingRef() {
982
- return this.cc;
862
+ return this.b0;
983
863
  }
984
864
  set columnMovingRef(a) {
985
- this.cc = a;
865
+ this.b0 = a;
986
866
  this.g("ColumnMovingRef");
987
867
  }
988
868
  get columnMovingEndRef() {
989
- return this.cd;
869
+ return this.b1;
990
870
  }
991
871
  set columnMovingEndRef(a) {
992
- this.cd = a;
872
+ this.b1 = a;
993
873
  this.g("ColumnMovingEndRef");
994
874
  }
995
875
  get gridKeydownRef() {
996
- return this.c9;
876
+ return this.ct;
997
877
  }
998
878
  set gridKeydownRef(a) {
999
- this.c9 = a;
879
+ this.ct = a;
1000
880
  this.g("GridKeydownRef");
1001
881
  }
1002
882
  get rowDragStartRef() {
1003
- return this.dx;
883
+ return this.dc;
1004
884
  }
1005
885
  set rowDragStartRef(a) {
1006
- this.dx = a;
886
+ this.dc = a;
1007
887
  this.g("RowDragStartRef");
1008
888
  }
1009
889
  get rowDragEndRef() {
1010
- return this.dw;
890
+ return this.db;
1011
891
  }
1012
892
  set rowDragEndRef(a) {
1013
- this.dw = a;
893
+ this.db = a;
1014
894
  this.g("RowDragEndRef");
1015
895
  }
1016
896
  get gridCopyRef() {
1017
- return this.c8;
897
+ return this.cs;
1018
898
  }
1019
899
  set gridCopyRef(a) {
1020
- this.c8 = a;
900
+ this.cs = a;
1021
901
  this.g("GridCopyRef");
1022
902
  }
1023
903
  get rowToggleRef() {
1024
- return this.eb;
904
+ return this.dr;
1025
905
  }
1026
906
  set rowToggleRef(a) {
1027
- this.eb = a;
907
+ this.dr = a;
1028
908
  this.g("RowToggleRef");
1029
909
  }
1030
910
  get rowPinningRef() {
1031
- return this.d6;
911
+ return this.dl;
1032
912
  }
1033
913
  set rowPinningRef(a) {
1034
- this.d6 = a;
914
+ this.dl = a;
1035
915
  this.g("RowPinningRef");
1036
916
  }
1037
917
  get rowPinnedRef() {
1038
- return this.d5;
918
+ return this.dk;
1039
919
  }
1040
920
  set rowPinnedRef(a) {
1041
- this.d5 = a;
921
+ this.dk = a;
1042
922
  this.g("RowPinnedRef");
1043
923
  }
1044
924
  get activeNodeChangeRef() {
1045
- return this.b2;
925
+ return this.bq;
1046
926
  }
1047
927
  set activeNodeChangeRef(a) {
1048
- this.b2 = a;
928
+ this.bq = a;
1049
929
  this.g("ActiveNodeChangeRef");
1050
930
  }
1051
931
  get sortingExpressionsChangeRef() {
1052
- return this.ek;
932
+ return this.dz;
1053
933
  }
1054
934
  set sortingExpressionsChangeRef(a) {
1055
- this.ek = a;
935
+ this.dz = a;
1056
936
  this.g("SortingExpressionsChangeRef");
1057
937
  }
1058
938
  get toolbarExportingRef() {
1059
- return this.en;
939
+ return this.d2;
1060
940
  }
1061
941
  set toolbarExportingRef(a) {
1062
- this.en = a;
942
+ this.d2 = a;
1063
943
  this.g("ToolbarExportingRef");
1064
944
  }
1065
945
  get rangeSelectedRef() {
1066
- return this.dm;
946
+ return this.c2;
1067
947
  }
1068
948
  set rangeSelectedRef(a) {
1069
- this.dm = a;
949
+ this.c2 = a;
1070
950
  this.g("RangeSelectedRef");
1071
951
  }
1072
952
  get renderedRef() {
1073
- return this.dn;
953
+ return this.c3;
1074
954
  }
1075
955
  set renderedRef(a) {
1076
- this.dn = a;
956
+ this.c3 = a;
1077
957
  this.g("RenderedRef");
1078
958
  }
1079
959
  get dataChangingRef() {
1080
- return this.cq;
960
+ return this.ce;
1081
961
  }
1082
962
  set dataChangingRef(a) {
1083
- this.cq = a;
963
+ this.ce = a;
1084
964
  this.g("DataChangingRef");
1085
965
  }
1086
966
  get dataChangedRef() {
1087
- return this.cp;
967
+ return this.cd;
1088
968
  }
1089
969
  set dataChangedRef(a) {
1090
- this.cp = a;
970
+ this.cd = a;
1091
971
  this.g("DataChangedRef");
1092
972
  }
1093
973
  }