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