igniteui-angular-core 19.1.0-beta.0 → 19.1.0

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 (224) hide show
  1. package/bundles/igniteui-angular-core.umd.js +3102 -2546
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +583 -553
  4. package/esm2015/lib/OthersCategoryContextDescription.js +5 -3
  5. package/esm2015/lib/OthersCategoryContextDescriptionMetadata.js +1 -0
  6. package/esm2015/lib/{WebTreeSelectionChangeEventArgsDescription.js → WebActiveStepChangedEventArgsDescription.js} +7 -7
  7. package/esm2015/lib/WebActiveStepChangedEventArgsDescriptionMetadata.js +43 -0
  8. package/esm2015/lib/{WebActiveStepChangedArgsDetailDescription.js → WebActiveStepChangedEventArgsDetailDescription.js} +7 -7
  9. package/esm2015/lib/WebActiveStepChangedEventArgsDetailDescriptionMetadata.js +42 -0
  10. package/esm2015/lib/{WebActiveStepChangedArgsEventArgsDescription.js → WebActiveStepChangingEventArgsDescription.js} +7 -7
  11. package/esm2015/lib/WebActiveStepChangingEventArgsDescriptionMetadata.js +43 -0
  12. package/esm2015/lib/{WebActiveStepChangingArgsDetailDescription.js → WebActiveStepChangingEventArgsDetailDescription.js} +7 -7
  13. package/esm2015/lib/WebActiveStepChangingEventArgsDetailDescriptionMetadata.js +42 -0
  14. package/esm2015/lib/WebBaseAlertLikeDescriptionMetadata.js +1 -1
  15. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +9 -4
  16. package/esm2015/lib/WebButtonGroupDescriptionMetadata.js +1 -1
  17. package/esm2015/lib/WebCalendarBaseDescriptionMetadata.js +1 -1
  18. package/esm2015/lib/WebCalendarDescriptionMetadata.js +1 -1
  19. package/esm2015/lib/WebCardActionsDescriptionMetadata.js +1 -1
  20. package/esm2015/lib/WebCarouselDescriptionMetadata.js +1 -1
  21. package/esm2015/lib/WebCheckboxBaseDescriptionMetadata.js +1 -1
  22. package/esm2015/lib/WebColumnDescription.js +79 -47
  23. package/esm2015/lib/WebColumnDescriptionMetadata.js +8 -0
  24. package/esm2015/lib/WebColumnGroupDescription.js +11 -11
  25. package/esm2015/lib/WebDatePickerDescriptionMetadata.js +3 -3
  26. package/esm2015/lib/WebDropdownDescriptionMetadata.js +3 -2
  27. package/esm2015/lib/{WebActiveStepChangingArgsEventArgsDescription.js → WebForOfDataChangeEventArgsDescription.js} +7 -7
  28. package/esm2015/lib/WebForOfDataChangeEventArgsDescriptionMetadata.js +46 -0
  29. package/esm2015/lib/WebForOfDataChangeEventArgsDetailDescription.js +25 -0
  30. package/esm2015/lib/WebForOfDataChangeEventArgsDetailDescriptionMetadata.js +45 -0
  31. package/esm2015/lib/WebForOfStateDetailDescription.js +14 -11
  32. package/esm2015/lib/WebForOfStateDetailDescriptionMetadata.js +0 -2
  33. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +274 -258
  34. package/esm2015/lib/WebGridCreatedEventArgsDescriptionMetadata_combined.js +10 -4
  35. package/esm2015/lib/WebGridCreatedEventArgsDetailDescription.js +8 -0
  36. package/esm2015/lib/WebGridDescription.js +61 -45
  37. package/esm2015/lib/WebGridDescriptionMetadata.js +6 -0
  38. package/esm2015/lib/WebGridDescriptionModule.js +4 -0
  39. package/esm2015/lib/WebGroupByExpandStateEventArgsDescription.js +36 -0
  40. package/esm2015/lib/WebGroupByExpandStateEventArgsDescriptionMetadata.js +45 -0
  41. package/esm2015/lib/WebGroupingExpressionEventArgsDescription.js +36 -0
  42. package/esm2015/lib/WebGroupingExpressionEventArgsDescriptionMetadata.js +45 -0
  43. package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  44. package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
  45. package/esm2015/lib/WebImportsHalper.js +23 -13
  46. package/esm2015/lib/WebInputDescription.js +30 -30
  47. package/esm2015/lib/WebInputDescriptionMetadata.js +2 -2
  48. package/esm2015/lib/WebPivotDataSelectorDescription.js +34 -2
  49. package/esm2015/lib/WebPivotDataSelectorDescriptionMetadata.js +6 -0
  50. package/esm2015/lib/WebPivotGridDescription.js +42 -42
  51. package/esm2015/lib/WebRadioDescriptionMetadata.js +1 -1
  52. package/esm2015/lib/WebRadioGroupDescriptionMetadata.js +2 -2
  53. package/esm2015/lib/WebRowIslandDescription.js +290 -274
  54. package/esm2015/lib/WebSelectDescriptionMetadata.js +3 -2
  55. package/esm2015/lib/WebSliderBaseDescriptionMetadata.js +2 -2
  56. package/esm2015/lib/WebStepperDescriptionMetadata.js +6 -6
  57. package/esm2015/lib/WebStepperDescriptionModule.js +4 -4
  58. package/esm2015/lib/WebTabDescription.js +3 -3
  59. package/esm2015/lib/WebTabDescriptionMetadata.js +1 -1
  60. package/esm2015/lib/WebTabsDescriptionModule.js +0 -2
  61. package/esm2015/lib/WebTextareaDescriptionMetadata.js +2 -6
  62. package/esm2015/lib/WebTileManagerDescriptionMetadata.js +1 -1
  63. package/esm2015/lib/WebTooltipDescription.js +146 -0
  64. package/esm2015/lib/WebTooltipDescriptionMetadata.js +59 -0
  65. package/esm2015/lib/{WebTabPanelDescriptionModule.js → WebTooltipDescriptionModule.js} +6 -6
  66. package/esm2015/lib/WebTreeDescriptionMetadata.js +2 -2
  67. package/esm2015/lib/WebTreeDescriptionModule.js +2 -2
  68. package/esm2015/lib/WebTreeGridDescription.js +28 -28
  69. package/esm2015/lib/{WebTreeSelectionOptionsEventArgsDescription.js → WebTreeSelectionEventArgsDescription.js} +7 -5
  70. package/esm2015/lib/WebTreeSelectionEventArgsDescriptionMetadata.js +43 -0
  71. package/esm2015/lib/{WebTreeSelectionChangeDetailDescription.js → WebTreeSelectionEventArgsDetailDescription.js} +7 -7
  72. package/esm2015/lib/WebTreeSelectionEventArgsDetailDescriptionMetadata.js +44 -0
  73. package/esm2015/public_api.js +23 -21
  74. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +591 -557
  75. package/esm5/lib/OthersCategoryContextDescription.js +5 -3
  76. package/esm5/lib/OthersCategoryContextDescriptionMetadata.js +1 -0
  77. package/esm5/lib/{WebActiveStepChangedArgsEventArgsDescription.js → WebActiveStepChangedEventArgsDescription.js} +12 -12
  78. package/esm5/lib/WebActiveStepChangedEventArgsDescriptionMetadata.js +47 -0
  79. package/esm5/lib/WebActiveStepChangedEventArgsDetailDescription.js +46 -0
  80. package/esm5/lib/WebActiveStepChangedEventArgsDetailDescriptionMetadata.js +46 -0
  81. package/esm5/lib/{WebActiveStepChangedArgsDetailDescription.js → WebActiveStepChangingEventArgsDescription.js} +16 -16
  82. package/esm5/lib/WebActiveStepChangingEventArgsDescriptionMetadata.js +47 -0
  83. package/esm5/lib/{WebActiveStepChangingArgsDetailDescription.js → WebActiveStepChangingEventArgsDetailDescription.js} +13 -13
  84. package/esm5/lib/WebActiveStepChangingEventArgsDetailDescriptionMetadata.js +46 -0
  85. package/esm5/lib/WebBaseAlertLikeDescriptionMetadata.js +1 -1
  86. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +9 -4
  87. package/esm5/lib/WebButtonGroupDescriptionMetadata.js +1 -1
  88. package/esm5/lib/WebCalendarBaseDescriptionMetadata.js +1 -1
  89. package/esm5/lib/WebCalendarDescriptionMetadata.js +1 -1
  90. package/esm5/lib/WebCardActionsDescriptionMetadata.js +1 -1
  91. package/esm5/lib/WebCarouselDescriptionMetadata.js +1 -1
  92. package/esm5/lib/WebCheckboxBaseDescriptionMetadata.js +1 -1
  93. package/esm5/lib/WebColumnDescription.js +95 -47
  94. package/esm5/lib/WebColumnDescriptionMetadata.js +8 -0
  95. package/esm5/lib/WebColumnGroupDescription.js +11 -11
  96. package/esm5/lib/WebDatePickerDescriptionMetadata.js +3 -3
  97. package/esm5/lib/WebDropdownDescriptionMetadata.js +3 -2
  98. package/esm5/lib/{WebTreeSelectionChangeDetailDescription.js → WebForOfDataChangeEventArgsDescription.js} +13 -13
  99. package/esm5/lib/WebForOfDataChangeEventArgsDescriptionMetadata.js +50 -0
  100. package/esm5/lib/WebForOfDataChangeEventArgsDetailDescription.js +26 -0
  101. package/esm5/lib/WebForOfDataChangeEventArgsDetailDescriptionMetadata.js +49 -0
  102. package/esm5/lib/WebForOfStateDetailDescription.js +18 -11
  103. package/esm5/lib/WebForOfStateDetailDescriptionMetadata.js +0 -2
  104. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +282 -258
  105. package/esm5/lib/WebGridCreatedEventArgsDescriptionMetadata_combined.js +10 -4
  106. package/esm5/lib/WebGridCreatedEventArgsDetailDescription.js +12 -0
  107. package/esm5/lib/WebGridDescription.js +69 -45
  108. package/esm5/lib/WebGridDescriptionMetadata.js +6 -0
  109. package/esm5/lib/WebGridDescriptionModule.js +4 -0
  110. package/esm5/lib/WebGroupByExpandStateEventArgsDescription.js +46 -0
  111. package/esm5/lib/WebGroupByExpandStateEventArgsDescriptionMetadata.js +49 -0
  112. package/esm5/lib/WebGroupingExpressionEventArgsDescription.js +46 -0
  113. package/esm5/lib/WebGroupingExpressionEventArgsDescriptionMetadata.js +49 -0
  114. package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  115. package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
  116. package/esm5/lib/WebImportsHalper.js +44 -31
  117. package/esm5/lib/WebInputDescription.js +30 -30
  118. package/esm5/lib/WebInputDescriptionMetadata.js +2 -2
  119. package/esm5/lib/WebPivotDataSelectorDescription.js +49 -1
  120. package/esm5/lib/WebPivotDataSelectorDescriptionMetadata.js +6 -0
  121. package/esm5/lib/WebPivotGridDescription.js +42 -42
  122. package/esm5/lib/WebRadioDescriptionMetadata.js +1 -1
  123. package/esm5/lib/WebRadioGroupDescriptionMetadata.js +2 -2
  124. package/esm5/lib/WebRowIslandDescription.js +298 -274
  125. package/esm5/lib/WebSelectDescriptionMetadata.js +3 -2
  126. package/esm5/lib/WebSliderBaseDescriptionMetadata.js +2 -2
  127. package/esm5/lib/WebStepperDescriptionMetadata.js +6 -6
  128. package/esm5/lib/WebStepperDescriptionModule.js +4 -4
  129. package/esm5/lib/WebTabDescription.js +2 -2
  130. package/esm5/lib/WebTabDescriptionMetadata.js +1 -1
  131. package/esm5/lib/WebTabsDescriptionModule.js +0 -2
  132. package/esm5/lib/WebTextareaDescriptionMetadata.js +2 -6
  133. package/esm5/lib/WebTileManagerDescriptionMetadata.js +1 -1
  134. package/esm5/lib/WebTooltipDescription.js +212 -0
  135. package/esm5/lib/WebTooltipDescriptionMetadata.js +63 -0
  136. package/esm5/lib/{WebTabPanelDescriptionModule.js → WebTooltipDescriptionModule.js} +9 -9
  137. package/esm5/lib/WebTreeDescriptionMetadata.js +2 -2
  138. package/esm5/lib/WebTreeDescriptionModule.js +2 -2
  139. package/esm5/lib/WebTreeGridDescription.js +28 -28
  140. package/esm5/lib/{WebTreeSelectionOptionsEventArgsDescription.js → WebTreeSelectionEventArgsDescription.js} +12 -10
  141. package/esm5/lib/WebTreeSelectionEventArgsDescriptionMetadata.js +47 -0
  142. package/esm5/lib/{WebTreeSelectionChangeEventArgsDescription.js → WebTreeSelectionEventArgsDetailDescription.js} +13 -13
  143. package/esm5/lib/WebTreeSelectionEventArgsDetailDescriptionMetadata.js +48 -0
  144. package/esm5/public_api.js +23 -21
  145. package/fesm2015/igniteui-angular-core.js +2583 -2167
  146. package/fesm5/igniteui-angular-core.js +3080 -2526
  147. package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +185 -180
  148. package/lib/OthersCategoryContextDescription.d.ts +3 -1
  149. package/lib/WebActiveStepChangedEventArgsDescription.d.ts +17 -0
  150. package/lib/WebActiveStepChangedEventArgsDescriptionMetadata.d.ts +13 -0
  151. package/lib/{WebActiveStepChangedArgsDetailDescription.d.ts → WebActiveStepChangedEventArgsDetailDescription.d.ts} +1 -1
  152. package/lib/{WebActiveStepChangingArgsEventArgsDescriptionMetadata.d.ts → WebActiveStepChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  153. package/lib/WebActiveStepChangingEventArgsDescription.d.ts +17 -0
  154. package/lib/{WebActiveStepChangedArgsDetailDescriptionMetadata.d.ts → WebActiveStepChangingEventArgsDescriptionMetadata.d.ts} +1 -1
  155. package/lib/{WebActiveStepChangingArgsDetailDescription.d.ts → WebActiveStepChangingEventArgsDetailDescription.d.ts} +1 -1
  156. package/lib/{WebActiveStepChangingArgsDetailDescriptionMetadata.d.ts → WebActiveStepChangingEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  157. package/lib/WebColumnDescription.d.ts +28 -16
  158. package/lib/WebColumnGroupDescription.d.ts +4 -4
  159. package/lib/WebForOfDataChangeEventArgsDescription.d.ts +17 -0
  160. package/lib/{WebTreeSelectionChangeDetailDescriptionMetadata.d.ts → WebForOfDataChangeEventArgsDescriptionMetadata.d.ts} +1 -1
  161. package/lib/WebForOfDataChangeEventArgsDetailDescription.d.ts +12 -0
  162. package/lib/{WebActiveStepChangedArgsEventArgsDescriptionMetadata.d.ts → WebForOfDataChangeEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  163. package/lib/WebForOfStateDetailDescription.d.ts +7 -6
  164. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +95 -89
  165. package/lib/WebGridCreatedEventArgsDetailDescription.d.ts +3 -0
  166. package/lib/WebGridDescription.d.ts +22 -16
  167. package/lib/WebGroupByExpandStateEventArgsDescription.d.ts +17 -0
  168. package/lib/WebGroupByExpandStateEventArgsDescriptionMetadata.d.ts +13 -0
  169. package/lib/WebGroupingExpressionEventArgsDescription.d.ts +17 -0
  170. package/lib/WebGroupingExpressionEventArgsDescriptionMetadata.d.ts +13 -0
  171. package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
  172. package/lib/WebHierarchicalGridDescription.d.ts +5 -5
  173. package/lib/WebImportsHalper.d.ts +4 -1
  174. package/lib/WebInputDescription.d.ts +14 -14
  175. package/lib/WebPivotDataSelectorDescription.d.ts +13 -1
  176. package/lib/WebPivotGridDescription.d.ts +15 -15
  177. package/lib/WebRowIslandDescription.d.ts +101 -95
  178. package/lib/WebTabDescription.d.ts +2 -2
  179. package/lib/WebTooltipDescription.d.ts +56 -0
  180. package/lib/{WebTabPanelDescriptionMetadata.d.ts → WebTooltipDescriptionMetadata.d.ts} +1 -1
  181. package/lib/{WebTabPanelDescriptionModule.d.ts → WebTooltipDescriptionModule.d.ts} +1 -1
  182. package/lib/WebTreeGridDescription.d.ts +10 -10
  183. package/lib/WebTreeSelectionEventArgsDescription.d.ts +17 -0
  184. package/lib/{WebTreeSelectionChangeDescriptionMetadata.d.ts → WebTreeSelectionEventArgsDescriptionMetadata.d.ts} +1 -1
  185. package/lib/{WebTreeSelectionChangeDetailDescription.d.ts → WebTreeSelectionEventArgsDetailDescription.d.ts} +1 -1
  186. package/lib/{WebTreeSelectionChangeEventArgsDescriptionMetadata.d.ts → WebTreeSelectionEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  187. package/package.json +1 -1
  188. package/public_api.d.ts +23 -21
  189. package/esm2015/lib/WebActiveStepChangedArgsDetailDescriptionMetadata.js +0 -42
  190. package/esm2015/lib/WebActiveStepChangedArgsEventArgsDescriptionMetadata.js +0 -43
  191. package/esm2015/lib/WebActiveStepChangingArgsDetailDescriptionMetadata.js +0 -42
  192. package/esm2015/lib/WebActiveStepChangingArgsEventArgsDescriptionMetadata.js +0 -43
  193. package/esm2015/lib/WebTabPanelDescription.js +0 -26
  194. package/esm2015/lib/WebTabPanelDescriptionMetadata.js +0 -40
  195. package/esm2015/lib/WebTreeSelectionChangeDescription.js +0 -26
  196. package/esm2015/lib/WebTreeSelectionChangeDescriptionMetadata.js +0 -39
  197. package/esm2015/lib/WebTreeSelectionChangeDetailDescriptionMetadata.js +0 -44
  198. package/esm2015/lib/WebTreeSelectionChangeEventArgsDescriptionMetadata.js +0 -43
  199. package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +0 -42
  200. package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescription.js +0 -36
  201. package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +0 -41
  202. package/esm5/lib/WebActiveStepChangedArgsDetailDescriptionMetadata.js +0 -46
  203. package/esm5/lib/WebActiveStepChangedArgsEventArgsDescriptionMetadata.js +0 -47
  204. package/esm5/lib/WebActiveStepChangingArgsDetailDescriptionMetadata.js +0 -46
  205. package/esm5/lib/WebActiveStepChangingArgsEventArgsDescription.js +0 -46
  206. package/esm5/lib/WebActiveStepChangingArgsEventArgsDescriptionMetadata.js +0 -47
  207. package/esm5/lib/WebTabPanelDescription.js +0 -31
  208. package/esm5/lib/WebTabPanelDescriptionMetadata.js +0 -44
  209. package/esm5/lib/WebTreeSelectionChangeDescription.js +0 -31
  210. package/esm5/lib/WebTreeSelectionChangeDescriptionMetadata.js +0 -43
  211. package/esm5/lib/WebTreeSelectionChangeDetailDescriptionMetadata.js +0 -48
  212. package/esm5/lib/WebTreeSelectionChangeEventArgsDescriptionMetadata.js +0 -47
  213. package/esm5/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +0 -46
  214. package/esm5/lib/WebTreeSelectionOptionsEventDetailDescription.js +0 -46
  215. package/esm5/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +0 -45
  216. package/lib/WebActiveStepChangedArgsEventArgsDescription.d.ts +0 -17
  217. package/lib/WebActiveStepChangingArgsEventArgsDescription.d.ts +0 -17
  218. package/lib/WebTabPanelDescription.d.ts +0 -11
  219. package/lib/WebTreeSelectionChangeDescription.d.ts +0 -11
  220. package/lib/WebTreeSelectionChangeEventArgsDescription.d.ts +0 -17
  221. package/lib/WebTreeSelectionOptionsEventArgsDescription.d.ts +0 -15
  222. package/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.d.ts +0 -13
  223. package/lib/WebTreeSelectionOptionsEventDetailDescription.d.ts +0 -17
  224. package/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.d.ts +0 -13
@@ -14,136 +14,138 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(WebRowIslandDescription, _super);
15
15
  function WebRowIslandDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.by = null;
17
+ _this.b0 = null;
18
18
  _this.j = null;
19
19
  _this.h = null;
20
20
  _this.at = false;
21
- _this.cy = null;
21
+ _this.c1 = null;
22
22
  _this.a1 = false;
23
23
  _this.as = false;
24
24
  _this.bi = 0;
25
25
  _this.ar = false;
26
26
  _this.i = null;
27
27
  _this.aw = false;
28
- _this.cl = null;
29
- _this.bq = null;
30
- _this.c3 = null;
28
+ _this.cn = null;
29
+ _this.bs = null;
30
+ _this.c6 = null;
31
31
  _this.bj = 0;
32
32
  _this.z = null;
33
33
  _this.x = null;
34
- _this.dd = null;
35
- _this.dx = null;
36
- _this.c7 = null;
34
+ _this.dg = null;
35
+ _this.d0 = null;
36
+ _this.da = null;
37
37
  _this.k = null;
38
- _this.ch = null;
39
- _this.dq = null;
40
- _this.dc = null;
41
- _this.dl = null;
42
- _this.dr = null;
38
+ _this.cj = null;
39
+ _this.dt = null;
43
40
  _this.df = null;
44
- _this.c0 = null;
45
- _this.cz = null;
46
- _this.cm = null;
47
- _this.d1 = null;
48
- _this.d2 = null;
49
- _this.d3 = null;
41
+ _this.dp = null;
42
+ _this.du = null;
43
+ _this.di = null;
44
+ _this.c3 = null;
45
+ _this.c2 = null;
46
+ _this.co = null;
47
+ _this.d4 = null;
48
+ _this.d5 = null;
49
+ _this.d6 = null;
50
50
  _this.o = null;
51
51
  _this.l = null;
52
52
  _this.ah = null;
53
- _this.cq = null;
53
+ _this.ct = null;
54
54
  _this.ac = null;
55
55
  _this.ab = null;
56
- _this.c4 = null;
57
- _this.c6 = null;
56
+ _this.c7 = null;
57
+ _this.c9 = null;
58
58
  _this.au = false;
59
59
  _this.ax = false;
60
- _this.eb = null;
60
+ _this.ee = null;
61
61
  _this.ay = false;
62
- _this.c2 = null;
63
- _this.ec = null;
62
+ _this.c5 = null;
63
+ _this.ef = null;
64
64
  _this.bh = 0;
65
- _this.cb = null;
66
- _this.ck = null;
65
+ _this.cd = null;
66
+ _this.cm = null;
67
67
  _this.av = false;
68
68
  _this.a0 = false;
69
- _this.cj = null;
69
+ _this.cl = null;
70
70
  _this.al = null;
71
71
  _this.aq = false;
72
72
  _this.ap = false;
73
- _this.cr = null;
74
- _this.d8 = null;
75
- _this.d7 = null;
73
+ _this.cu = null;
74
+ _this.eb = null;
75
+ _this.ea = null;
76
76
  _this.a2 = false;
77
77
  _this.af = null;
78
78
  _this.aj = null;
79
79
  _this.an = null;
80
80
  _this.m = null;
81
- _this.c1 = null;
82
- _this.dw = null;
83
- _this.ci = null;
81
+ _this.c4 = null;
82
+ _this.dz = null;
83
+ _this.ck = null;
84
84
  _this.n = null;
85
- _this.bx = null;
86
- _this.du = null;
87
- _this.b7 = null;
85
+ _this.bz = null;
86
+ _this.dx = null;
87
+ _this.b9 = null;
88
+ _this.bp = null;
88
89
  _this.bk = 0;
89
90
  _this.az = false;
90
- _this.c5 = null;
91
- _this.cu = null;
92
- _this.cv = null;
93
- _this.cf = null;
94
- _this.cp = null;
95
- _this.br = null;
91
+ _this.c8 = null;
96
92
  _this.cx = null;
97
- _this.bs = null;
98
- _this.de = null;
93
+ _this.cy = null;
94
+ _this.ch = null;
99
95
  _this.cs = null;
100
- _this.ea = null;
101
- _this.dz = null;
102
- _this.dv = null;
103
- _this.b8 = null;
104
- _this.b3 = null;
105
- _this.b4 = null;
106
- _this.bv = null;
107
- _this.bw = null;
108
96
  _this.bt = null;
97
+ _this.c0 = null;
109
98
  _this.bu = null;
110
- _this.dn = null;
111
- _this.dk = null;
112
- _this.dm = null;
113
- _this.dp = null;
114
- _this.bz = null;
115
- _this.b6 = null;
116
- _this.d4 = null;
117
- _this.d5 = null;
118
- _this.cn = null;
119
- _this.co = null;
120
- _this.db = null;
121
99
  _this.dh = null;
122
- _this.dg = null;
123
- _this.da = null;
100
+ _this.cv = null;
101
+ _this.ed = null;
102
+ _this.d2 = null;
103
+ _this.dy = null;
104
+ _this.ca = null;
124
105
  _this.b5 = null;
106
+ _this.b6 = null;
107
+ _this.bx = null;
108
+ _this.by = null;
109
+ _this.bv = null;
110
+ _this.bw = null;
111
+ _this.dr = null;
112
+ _this.dn = null;
113
+ _this.dq = null;
114
+ _this.ds = null;
115
+ _this.b1 = null;
116
+ _this.b8 = null;
117
+ _this.d7 = null;
118
+ _this.d8 = null;
119
+ _this.cq = null;
120
+ _this.cr = null;
121
+ _this.de = null;
122
+ _this.dk = null;
123
+ _this.dj = null;
124
+ _this.dd = null;
125
+ _this.b7 = null;
126
+ _this.ce = null;
127
+ _this.ci = null;
125
128
  _this.cc = null;
126
- _this.cg = null;
127
- _this.ca = null;
128
- _this.b9 = null;
129
+ _this.cb = null;
130
+ _this.b4 = null;
129
131
  _this.b2 = null;
130
- _this.b0 = null;
131
- _this.b1 = null;
132
+ _this.b3 = null;
133
+ _this.cz = null;
134
+ _this.dm = null;
135
+ _this.dl = null;
132
136
  _this.cw = null;
133
- _this.dj = null;
134
- _this.di = null;
135
- _this.ct = null;
136
- _this.d0 = null;
137
- _this.dy = null;
138
- _this.dt = null;
139
- _this.ds = null;
140
- _this.bp = null;
141
- _this.d6 = null;
137
+ _this.cp = null;
138
+ _this.d3 = null;
139
+ _this.d1 = null;
140
+ _this.dw = null;
141
+ _this.dv = null;
142
+ _this.br = null;
142
143
  _this.d9 = null;
143
- _this.c8 = null;
144
- _this.c9 = null;
145
- _this.ce = null;
146
- _this.cd = null;
144
+ _this.ec = null;
145
+ _this.db = null;
146
+ _this.dc = null;
147
+ _this.cg = null;
148
+ _this.cf = null;
147
149
  return _this;
148
150
  }
149
151
  WebRowIslandDescription.prototype.get_type = function () {
@@ -158,10 +160,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
158
160
  });
159
161
  Object.defineProperty(WebRowIslandDescription.prototype, "childDataKey", {
160
162
  get: function () {
161
- return this.by;
163
+ return this.b0;
162
164
  },
163
165
  set: function (a) {
164
- this.by = a;
166
+ this.b0 = a;
165
167
  this.g("ChildDataKey");
166
168
  },
167
169
  enumerable: false,
@@ -202,10 +204,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
202
204
  });
203
205
  Object.defineProperty(WebRowIslandDescription.prototype, "hasChildrenKey", {
204
206
  get: function () {
205
- return this.cy;
207
+ return this.c1;
206
208
  },
207
209
  set: function (a) {
208
- this.cy = a;
210
+ this.c1 = a;
209
211
  this.g("HasChildrenKey");
210
212
  },
211
213
  enumerable: false,
@@ -279,10 +281,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
279
281
  });
280
282
  Object.defineProperty(WebRowIslandDescription.prototype, "emptyGridTemplateRef", {
281
283
  get: function () {
282
- return this.cl;
284
+ return this.cn;
283
285
  },
284
286
  set: function (a) {
285
- this.cl = a;
287
+ this.cn = a;
286
288
  this.g("EmptyGridTemplateRef");
287
289
  },
288
290
  enumerable: false,
@@ -290,10 +292,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
290
292
  });
291
293
  Object.defineProperty(WebRowIslandDescription.prototype, "addRowEmptyTemplateRef", {
292
294
  get: function () {
293
- return this.bq;
295
+ return this.bs;
294
296
  },
295
297
  set: function (a) {
296
- this.bq = a;
298
+ this.bs = a;
297
299
  this.g("AddRowEmptyTemplateRef");
298
300
  },
299
301
  enumerable: false,
@@ -301,10 +303,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
301
303
  });
302
304
  Object.defineProperty(WebRowIslandDescription.prototype, "loadingGridTemplateRef", {
303
305
  get: function () {
304
- return this.c3;
306
+ return this.c6;
305
307
  },
306
308
  set: function (a) {
307
- this.c3 = a;
309
+ this.c6 = a;
308
310
  this.g("LoadingGridTemplateRef");
309
311
  },
310
312
  enumerable: false,
@@ -345,10 +347,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
345
347
  });
346
348
  Object.defineProperty(WebRowIslandDescription.prototype, "rowClassesRef", {
347
349
  get: function () {
348
- return this.dd;
350
+ return this.dg;
349
351
  },
350
352
  set: function (a) {
351
- this.dd = a;
353
+ this.dg = a;
352
354
  this.g("RowClassesRef");
353
355
  },
354
356
  enumerable: false,
@@ -356,10 +358,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
356
358
  });
357
359
  Object.defineProperty(WebRowIslandDescription.prototype, "rowStylesRef", {
358
360
  get: function () {
359
- return this.dx;
361
+ return this.d0;
360
362
  },
361
363
  set: function (a) {
362
- this.dx = a;
364
+ this.d0 = a;
363
365
  this.g("RowStylesRef");
364
366
  },
365
367
  enumerable: false,
@@ -367,10 +369,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
367
369
  });
368
370
  Object.defineProperty(WebRowIslandDescription.prototype, "primaryKey", {
369
371
  get: function () {
370
- return this.c7;
372
+ return this.da;
371
373
  },
372
374
  set: function (a) {
373
- this.c7 = a;
375
+ this.da = a;
374
376
  this.g("PrimaryKey");
375
377
  },
376
378
  enumerable: false,
@@ -389,10 +391,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
389
391
  });
390
392
  Object.defineProperty(WebRowIslandDescription.prototype, "dragGhostCustomTemplateRef", {
391
393
  get: function () {
392
- return this.ch;
394
+ return this.cj;
393
395
  },
394
396
  set: function (a) {
395
- this.ch = a;
397
+ this.cj = a;
396
398
  this.g("DragGhostCustomTemplateRef");
397
399
  },
398
400
  enumerable: false,
@@ -400,10 +402,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
400
402
  });
401
403
  Object.defineProperty(WebRowIslandDescription.prototype, "rowEditTextTemplateRef", {
402
404
  get: function () {
403
- return this.dq;
405
+ return this.dt;
404
406
  },
405
407
  set: function (a) {
406
- this.dq = a;
408
+ this.dt = a;
407
409
  this.g("RowEditTextTemplateRef");
408
410
  },
409
411
  enumerable: false,
@@ -411,10 +413,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
411
413
  });
412
414
  Object.defineProperty(WebRowIslandDescription.prototype, "rowAddTextTemplateRef", {
413
415
  get: function () {
414
- return this.dc;
416
+ return this.df;
415
417
  },
416
418
  set: function (a) {
417
- this.dc = a;
419
+ this.df = a;
418
420
  this.g("RowAddTextTemplateRef");
419
421
  },
420
422
  enumerable: false,
@@ -422,10 +424,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
422
424
  });
423
425
  Object.defineProperty(WebRowIslandDescription.prototype, "rowEditActionsTemplateRef", {
424
426
  get: function () {
425
- return this.dl;
427
+ return this.dp;
426
428
  },
427
429
  set: function (a) {
428
- this.dl = a;
430
+ this.dp = a;
429
431
  this.g("RowEditActionsTemplateRef");
430
432
  },
431
433
  enumerable: false,
@@ -433,10 +435,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
433
435
  });
434
436
  Object.defineProperty(WebRowIslandDescription.prototype, "rowExpandedIndicatorTemplateRef", {
435
437
  get: function () {
436
- return this.dr;
438
+ return this.du;
437
439
  },
438
440
  set: function (a) {
439
- this.dr = a;
441
+ this.du = a;
440
442
  this.g("RowExpandedIndicatorTemplateRef");
441
443
  },
442
444
  enumerable: false,
@@ -444,10 +446,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
444
446
  });
445
447
  Object.defineProperty(WebRowIslandDescription.prototype, "rowCollapsedIndicatorTemplateRef", {
446
448
  get: function () {
447
- return this.df;
449
+ return this.di;
448
450
  },
449
451
  set: function (a) {
450
- this.df = a;
452
+ this.di = a;
451
453
  this.g("RowCollapsedIndicatorTemplateRef");
452
454
  },
453
455
  enumerable: false,
@@ -455,10 +457,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
455
457
  });
456
458
  Object.defineProperty(WebRowIslandDescription.prototype, "headerExpandedIndicatorTemplateRef", {
457
459
  get: function () {
458
- return this.c0;
460
+ return this.c3;
459
461
  },
460
462
  set: function (a) {
461
- this.c0 = a;
463
+ this.c3 = a;
462
464
  this.g("HeaderExpandedIndicatorTemplateRef");
463
465
  },
464
466
  enumerable: false,
@@ -466,10 +468,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
466
468
  });
467
469
  Object.defineProperty(WebRowIslandDescription.prototype, "headerCollapsedIndicatorTemplateRef", {
468
470
  get: function () {
469
- return this.cz;
471
+ return this.c2;
470
472
  },
471
473
  set: function (a) {
472
- this.cz = a;
474
+ this.c2 = a;
473
475
  this.g("HeaderCollapsedIndicatorTemplateRef");
474
476
  },
475
477
  enumerable: false,
@@ -477,10 +479,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
477
479
  });
478
480
  Object.defineProperty(WebRowIslandDescription.prototype, "excelStyleHeaderIconTemplateRef", {
479
481
  get: function () {
480
- return this.cm;
482
+ return this.co;
481
483
  },
482
484
  set: function (a) {
483
- this.cm = a;
485
+ this.co = a;
484
486
  this.g("ExcelStyleHeaderIconTemplateRef");
485
487
  },
486
488
  enumerable: false,
@@ -488,10 +490,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
488
490
  });
489
491
  Object.defineProperty(WebRowIslandDescription.prototype, "sortAscendingHeaderIconTemplateRef", {
490
492
  get: function () {
491
- return this.d1;
493
+ return this.d4;
492
494
  },
493
495
  set: function (a) {
494
- this.d1 = a;
496
+ this.d4 = a;
495
497
  this.g("SortAscendingHeaderIconTemplateRef");
496
498
  },
497
499
  enumerable: false,
@@ -499,10 +501,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
499
501
  });
500
502
  Object.defineProperty(WebRowIslandDescription.prototype, "sortDescendingHeaderIconTemplateRef", {
501
503
  get: function () {
502
- return this.d2;
504
+ return this.d5;
503
505
  },
504
506
  set: function (a) {
505
- this.d2 = a;
507
+ this.d5 = a;
506
508
  this.g("SortDescendingHeaderIconTemplateRef");
507
509
  },
508
510
  enumerable: false,
@@ -510,10 +512,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
510
512
  });
511
513
  Object.defineProperty(WebRowIslandDescription.prototype, "sortHeaderIconTemplateRef", {
512
514
  get: function () {
513
- return this.d3;
515
+ return this.d6;
514
516
  },
515
517
  set: function (a) {
516
- this.d3 = a;
518
+ this.d6 = a;
517
519
  this.g("SortHeaderIconTemplateRef");
518
520
  },
519
521
  enumerable: false,
@@ -554,10 +556,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
554
556
  });
555
557
  Object.defineProperty(WebRowIslandDescription.prototype, "filteringLogic", {
556
558
  get: function () {
557
- return this.cq;
559
+ return this.ct;
558
560
  },
559
561
  set: function (a) {
560
- this.cq = a;
562
+ this.ct = a;
561
563
  this.g("FilteringLogic");
562
564
  },
563
565
  enumerable: false,
@@ -587,10 +589,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
587
589
  });
588
590
  Object.defineProperty(WebRowIslandDescription.prototype, "locale", {
589
591
  get: function () {
590
- return this.c4;
592
+ return this.c7;
591
593
  },
592
594
  set: function (a) {
593
- this.c4 = a;
595
+ this.c7 = a;
594
596
  this.g("Locale");
595
597
  },
596
598
  enumerable: false,
@@ -598,10 +600,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
598
600
  });
599
601
  Object.defineProperty(WebRowIslandDescription.prototype, "pagingMode", {
600
602
  get: function () {
601
- return this.c6;
603
+ return this.c9;
602
604
  },
603
605
  set: function (a) {
604
- this.c6 = a;
606
+ this.c9 = a;
605
607
  this.g("PagingMode");
606
608
  },
607
609
  enumerable: false,
@@ -631,10 +633,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
631
633
  });
632
634
  Object.defineProperty(WebRowIslandDescription.prototype, "validationTrigger", {
633
635
  get: function () {
634
- return this.eb;
636
+ return this.ee;
635
637
  },
636
638
  set: function (a) {
637
- this.eb = a;
639
+ this.ee = a;
638
640
  this.g("ValidationTrigger");
639
641
  },
640
642
  enumerable: false,
@@ -653,10 +655,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
653
655
  });
654
656
  Object.defineProperty(WebRowIslandDescription.prototype, "height", {
655
657
  get: function () {
656
- return this.c2;
658
+ return this.c5;
657
659
  },
658
660
  set: function (a) {
659
- this.c2 = a;
661
+ this.c5 = a;
660
662
  this.g("Height");
661
663
  },
662
664
  enumerable: false,
@@ -664,10 +666,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
664
666
  });
665
667
  Object.defineProperty(WebRowIslandDescription.prototype, "width", {
666
668
  get: function () {
667
- return this.ec;
669
+ return this.ef;
668
670
  },
669
671
  set: function (a) {
670
- this.ec = a;
672
+ this.ef = a;
671
673
  this.g("Width");
672
674
  },
673
675
  enumerable: false,
@@ -686,10 +688,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
686
688
  });
687
689
  Object.defineProperty(WebRowIslandDescription.prototype, "columnWidth", {
688
690
  get: function () {
689
- return this.cb;
691
+ return this.cd;
690
692
  },
691
693
  set: function (a) {
692
- this.cb = a;
694
+ this.cd = a;
693
695
  this.g("ColumnWidth");
694
696
  },
695
697
  enumerable: false,
@@ -697,10 +699,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
697
699
  });
698
700
  Object.defineProperty(WebRowIslandDescription.prototype, "emptyGridMessage", {
699
701
  get: function () {
700
- return this.ck;
702
+ return this.cm;
701
703
  },
702
704
  set: function (a) {
703
- this.ck = a;
705
+ this.cm = a;
704
706
  this.g("EmptyGridMessage");
705
707
  },
706
708
  enumerable: false,
@@ -730,10 +732,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
730
732
  });
731
733
  Object.defineProperty(WebRowIslandDescription.prototype, "emptyFilteredGridMessage", {
732
734
  get: function () {
733
- return this.cj;
735
+ return this.cl;
734
736
  },
735
737
  set: function (a) {
736
- this.cj = a;
738
+ this.cl = a;
737
739
  this.g("EmptyFilteredGridMessage");
738
740
  },
739
741
  enumerable: false,
@@ -774,10 +776,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
774
776
  });
775
777
  Object.defineProperty(WebRowIslandDescription.prototype, "filterMode", {
776
778
  get: function () {
777
- return this.cr;
779
+ return this.cu;
778
780
  },
779
781
  set: function (a) {
780
- this.cr = a;
782
+ this.cu = a;
781
783
  this.g("FilterMode");
782
784
  },
783
785
  enumerable: false,
@@ -785,10 +787,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
785
787
  });
786
788
  Object.defineProperty(WebRowIslandDescription.prototype, "summaryPosition", {
787
789
  get: function () {
788
- return this.d8;
790
+ return this.eb;
789
791
  },
790
792
  set: function (a) {
791
- this.d8 = a;
793
+ this.eb = a;
792
794
  this.g("SummaryPosition");
793
795
  },
794
796
  enumerable: false,
@@ -796,10 +798,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
796
798
  });
797
799
  Object.defineProperty(WebRowIslandDescription.prototype, "summaryCalculationMode", {
798
800
  get: function () {
799
- return this.d7;
801
+ return this.ea;
800
802
  },
801
803
  set: function (a) {
802
- this.d7 = a;
804
+ this.ea = a;
803
805
  this.g("SummaryCalculationMode");
804
806
  },
805
807
  enumerable: false,
@@ -862,10 +864,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
862
864
  });
863
865
  Object.defineProperty(WebRowIslandDescription.prototype, "headSelectorTemplateRef", {
864
866
  get: function () {
865
- return this.c1;
867
+ return this.c4;
866
868
  },
867
869
  set: function (a) {
868
- this.c1 = a;
870
+ this.c4 = a;
869
871
  this.g("HeadSelectorTemplateRef");
870
872
  },
871
873
  enumerable: false,
@@ -873,10 +875,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
873
875
  });
874
876
  Object.defineProperty(WebRowIslandDescription.prototype, "rowSelectorTemplateRef", {
875
877
  get: function () {
876
- return this.dw;
878
+ return this.dz;
877
879
  },
878
880
  set: function (a) {
879
- this.dw = a;
881
+ this.dz = a;
880
882
  this.g("RowSelectorTemplateRef");
881
883
  },
882
884
  enumerable: false,
@@ -884,10 +886,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
884
886
  });
885
887
  Object.defineProperty(WebRowIslandDescription.prototype, "dragIndicatorIconTemplateRef", {
886
888
  get: function () {
887
- return this.ci;
889
+ return this.ck;
888
890
  },
889
891
  set: function (a) {
890
- this.ci = a;
892
+ this.ck = a;
891
893
  this.g("DragIndicatorIconTemplateRef");
892
894
  },
893
895
  enumerable: false,
@@ -906,10 +908,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
906
908
  });
907
909
  Object.defineProperty(WebRowIslandDescription.prototype, "cellSelection", {
908
910
  get: function () {
909
- return this.bx;
911
+ return this.bz;
910
912
  },
911
913
  set: function (a) {
912
- this.bx = a;
914
+ this.bz = a;
913
915
  this.g("CellSelection");
914
916
  },
915
917
  enumerable: false,
@@ -917,10 +919,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
917
919
  });
918
920
  Object.defineProperty(WebRowIslandDescription.prototype, "rowSelection", {
919
921
  get: function () {
920
- return this.du;
922
+ return this.dx;
921
923
  },
922
924
  set: function (a) {
923
- this.du = a;
925
+ this.dx = a;
924
926
  this.g("RowSelection");
925
927
  },
926
928
  enumerable: false,
@@ -928,15 +930,26 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
928
930
  });
929
931
  Object.defineProperty(WebRowIslandDescription.prototype, "columnSelection", {
930
932
  get: function () {
931
- return this.b7;
933
+ return this.b9;
932
934
  },
933
935
  set: function (a) {
934
- this.b7 = a;
936
+ this.b9 = a;
935
937
  this.g("ColumnSelection");
936
938
  },
937
939
  enumerable: false,
938
940
  configurable: true
939
941
  });
942
+ Object.defineProperty(WebRowIslandDescription.prototype, "expansionStates", {
943
+ get: function () {
944
+ return this.bp;
945
+ },
946
+ set: function (a) {
947
+ this.bp = a;
948
+ this.g("ExpansionStates");
949
+ },
950
+ enumerable: false,
951
+ configurable: true
952
+ });
940
953
  Object.defineProperty(WebRowIslandDescription.prototype, "totalRecords", {
941
954
  get: function () {
942
955
  return this.bk;
@@ -961,10 +974,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
961
974
  });
962
975
  Object.defineProperty(WebRowIslandDescription.prototype, "name", {
963
976
  get: function () {
964
- return this.c5;
977
+ return this.c8;
965
978
  },
966
979
  set: function (a) {
967
- this.c5 = a;
980
+ this.c8 = a;
968
981
  this.g("Name");
969
982
  },
970
983
  enumerable: false,
@@ -972,10 +985,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
972
985
  });
973
986
  Object.defineProperty(WebRowIslandDescription.prototype, "gridCreatedRef", {
974
987
  get: function () {
975
- return this.cu;
988
+ return this.cx;
976
989
  },
977
990
  set: function (a) {
978
- this.cu = a;
991
+ this.cx = a;
979
992
  this.g("GridCreatedRef");
980
993
  },
981
994
  enumerable: false,
@@ -983,10 +996,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
983
996
  });
984
997
  Object.defineProperty(WebRowIslandDescription.prototype, "gridInitializedRef", {
985
998
  get: function () {
986
- return this.cv;
999
+ return this.cy;
987
1000
  },
988
1001
  set: function (a) {
989
- this.cv = a;
1002
+ this.cy = a;
990
1003
  this.g("GridInitializedRef");
991
1004
  },
992
1005
  enumerable: false,
@@ -994,10 +1007,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
994
1007
  });
995
1008
  Object.defineProperty(WebRowIslandDescription.prototype, "dataPreLoadRef", {
996
1009
  get: function () {
997
- return this.cf;
1010
+ return this.ch;
998
1011
  },
999
1012
  set: function (a) {
1000
- this.cf = a;
1013
+ this.ch = a;
1001
1014
  this.g("DataPreLoadRef");
1002
1015
  },
1003
1016
  enumerable: false,
@@ -1005,10 +1018,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1005
1018
  });
1006
1019
  Object.defineProperty(WebRowIslandDescription.prototype, "filteringExpressionsTreeChangeRef", {
1007
1020
  get: function () {
1008
- return this.cp;
1021
+ return this.cs;
1009
1022
  },
1010
1023
  set: function (a) {
1011
- this.cp = a;
1024
+ this.cs = a;
1012
1025
  this.g("FilteringExpressionsTreeChangeRef");
1013
1026
  },
1014
1027
  enumerable: false,
@@ -1016,10 +1029,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1016
1029
  });
1017
1030
  Object.defineProperty(WebRowIslandDescription.prototype, "advancedFilteringExpressionsTreeChangeRef", {
1018
1031
  get: function () {
1019
- return this.br;
1032
+ return this.bt;
1020
1033
  },
1021
1034
  set: function (a) {
1022
- this.br = a;
1035
+ this.bt = a;
1023
1036
  this.g("AdvancedFilteringExpressionsTreeChangeRef");
1024
1037
  },
1025
1038
  enumerable: false,
@@ -1027,10 +1040,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1027
1040
  });
1028
1041
  Object.defineProperty(WebRowIslandDescription.prototype, "gridScrollRef", {
1029
1042
  get: function () {
1030
- return this.cx;
1043
+ return this.c0;
1031
1044
  },
1032
1045
  set: function (a) {
1033
- this.cx = a;
1046
+ this.c0 = a;
1034
1047
  this.g("GridScrollRef");
1035
1048
  },
1036
1049
  enumerable: false,
@@ -1038,10 +1051,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1038
1051
  });
1039
1052
  Object.defineProperty(WebRowIslandDescription.prototype, "cellClickRef", {
1040
1053
  get: function () {
1041
- return this.bs;
1054
+ return this.bu;
1042
1055
  },
1043
1056
  set: function (a) {
1044
- this.bs = a;
1057
+ this.bu = a;
1045
1058
  this.g("CellClickRef");
1046
1059
  },
1047
1060
  enumerable: false,
@@ -1049,10 +1062,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1049
1062
  });
1050
1063
  Object.defineProperty(WebRowIslandDescription.prototype, "rowClickRef", {
1051
1064
  get: function () {
1052
- return this.de;
1065
+ return this.dh;
1053
1066
  },
1054
1067
  set: function (a) {
1055
- this.de = a;
1068
+ this.dh = a;
1056
1069
  this.g("RowClickRef");
1057
1070
  },
1058
1071
  enumerable: false,
@@ -1060,10 +1073,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1060
1073
  });
1061
1074
  Object.defineProperty(WebRowIslandDescription.prototype, "formGroupCreatedRef", {
1062
1075
  get: function () {
1063
- return this.cs;
1076
+ return this.cv;
1064
1077
  },
1065
1078
  set: function (a) {
1066
- this.cs = a;
1079
+ this.cv = a;
1067
1080
  this.g("FormGroupCreatedRef");
1068
1081
  },
1069
1082
  enumerable: false,
@@ -1071,10 +1084,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1071
1084
  });
1072
1085
  Object.defineProperty(WebRowIslandDescription.prototype, "validationStatusChangeRef", {
1073
1086
  get: function () {
1074
- return this.ea;
1087
+ return this.ed;
1075
1088
  },
1076
1089
  set: function (a) {
1077
- this.ea = a;
1090
+ this.ed = a;
1078
1091
  this.g("ValidationStatusChangeRef");
1079
1092
  },
1080
1093
  enumerable: false,
@@ -1082,10 +1095,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1082
1095
  });
1083
1096
  Object.defineProperty(WebRowIslandDescription.prototype, "selectedRef", {
1084
1097
  get: function () {
1085
- return this.dz;
1098
+ return this.d2;
1086
1099
  },
1087
1100
  set: function (a) {
1088
- this.dz = a;
1101
+ this.d2 = a;
1089
1102
  this.g("SelectedRef");
1090
1103
  },
1091
1104
  enumerable: false,
@@ -1093,10 +1106,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1093
1106
  });
1094
1107
  Object.defineProperty(WebRowIslandDescription.prototype, "rowSelectionChangingRef", {
1095
1108
  get: function () {
1096
- return this.dv;
1109
+ return this.dy;
1097
1110
  },
1098
1111
  set: function (a) {
1099
- this.dv = a;
1112
+ this.dy = a;
1100
1113
  this.g("RowSelectionChangingRef");
1101
1114
  },
1102
1115
  enumerable: false,
@@ -1104,10 +1117,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1104
1117
  });
1105
1118
  Object.defineProperty(WebRowIslandDescription.prototype, "columnSelectionChangingRef", {
1106
1119
  get: function () {
1107
- return this.b8;
1120
+ return this.ca;
1108
1121
  },
1109
1122
  set: function (a) {
1110
- this.b8 = a;
1123
+ this.ca = a;
1111
1124
  this.g("ColumnSelectionChangingRef");
1112
1125
  },
1113
1126
  enumerable: false,
@@ -1115,10 +1128,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1115
1128
  });
1116
1129
  Object.defineProperty(WebRowIslandDescription.prototype, "columnPinRef", {
1117
1130
  get: function () {
1118
- return this.b3;
1131
+ return this.b5;
1119
1132
  },
1120
1133
  set: function (a) {
1121
- this.b3 = a;
1134
+ this.b5 = a;
1122
1135
  this.g("ColumnPinRef");
1123
1136
  },
1124
1137
  enumerable: false,
@@ -1126,10 +1139,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1126
1139
  });
1127
1140
  Object.defineProperty(WebRowIslandDescription.prototype, "columnPinnedRef", {
1128
1141
  get: function () {
1129
- return this.b4;
1142
+ return this.b6;
1130
1143
  },
1131
1144
  set: function (a) {
1132
- this.b4 = a;
1145
+ this.b6 = a;
1133
1146
  this.g("ColumnPinnedRef");
1134
1147
  },
1135
1148
  enumerable: false,
@@ -1137,10 +1150,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1137
1150
  });
1138
1151
  Object.defineProperty(WebRowIslandDescription.prototype, "cellEditEnterRef", {
1139
1152
  get: function () {
1140
- return this.bv;
1153
+ return this.bx;
1141
1154
  },
1142
1155
  set: function (a) {
1143
- this.bv = a;
1156
+ this.bx = a;
1144
1157
  this.g("CellEditEnterRef");
1145
1158
  },
1146
1159
  enumerable: false,
@@ -1148,10 +1161,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1148
1161
  });
1149
1162
  Object.defineProperty(WebRowIslandDescription.prototype, "cellEditExitRef", {
1150
1163
  get: function () {
1151
- return this.bw;
1164
+ return this.by;
1152
1165
  },
1153
1166
  set: function (a) {
1154
- this.bw = a;
1167
+ this.by = a;
1155
1168
  this.g("CellEditExitRef");
1156
1169
  },
1157
1170
  enumerable: false,
@@ -1159,10 +1172,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1159
1172
  });
1160
1173
  Object.defineProperty(WebRowIslandDescription.prototype, "cellEditRef", {
1161
1174
  get: function () {
1162
- return this.bt;
1175
+ return this.bv;
1163
1176
  },
1164
1177
  set: function (a) {
1165
- this.bt = a;
1178
+ this.bv = a;
1166
1179
  this.g("CellEditRef");
1167
1180
  },
1168
1181
  enumerable: false,
@@ -1170,10 +1183,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1170
1183
  });
1171
1184
  Object.defineProperty(WebRowIslandDescription.prototype, "cellEditDoneRef", {
1172
1185
  get: function () {
1173
- return this.bu;
1186
+ return this.bw;
1174
1187
  },
1175
1188
  set: function (a) {
1176
- this.bu = a;
1189
+ this.bw = a;
1177
1190
  this.g("CellEditDoneRef");
1178
1191
  },
1179
1192
  enumerable: false,
@@ -1181,10 +1194,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1181
1194
  });
1182
1195
  Object.defineProperty(WebRowIslandDescription.prototype, "rowEditEnterRef", {
1183
1196
  get: function () {
1184
- return this.dn;
1197
+ return this.dr;
1185
1198
  },
1186
1199
  set: function (a) {
1187
- this.dn = a;
1200
+ this.dr = a;
1188
1201
  this.g("RowEditEnterRef");
1189
1202
  },
1190
1203
  enumerable: false,
@@ -1192,10 +1205,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1192
1205
  });
1193
1206
  Object.defineProperty(WebRowIslandDescription.prototype, "rowEditRef", {
1194
1207
  get: function () {
1195
- return this.dk;
1208
+ return this.dn;
1196
1209
  },
1197
1210
  set: function (a) {
1198
- this.dk = a;
1211
+ this.dn = a;
1199
1212
  this.g("RowEditRef");
1200
1213
  },
1201
1214
  enumerable: false,
@@ -1203,10 +1216,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1203
1216
  });
1204
1217
  Object.defineProperty(WebRowIslandDescription.prototype, "rowEditDoneRef", {
1205
1218
  get: function () {
1206
- return this.dm;
1219
+ return this.dq;
1207
1220
  },
1208
1221
  set: function (a) {
1209
- this.dm = a;
1222
+ this.dq = a;
1210
1223
  this.g("RowEditDoneRef");
1211
1224
  },
1212
1225
  enumerable: false,
@@ -1214,10 +1227,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1214
1227
  });
1215
1228
  Object.defineProperty(WebRowIslandDescription.prototype, "rowEditExitRef", {
1216
1229
  get: function () {
1217
- return this.dp;
1230
+ return this.ds;
1218
1231
  },
1219
1232
  set: function (a) {
1220
- this.dp = a;
1233
+ this.ds = a;
1221
1234
  this.g("RowEditExitRef");
1222
1235
  },
1223
1236
  enumerable: false,
@@ -1225,10 +1238,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1225
1238
  });
1226
1239
  Object.defineProperty(WebRowIslandDescription.prototype, "columnInitRef", {
1227
1240
  get: function () {
1228
- return this.bz;
1241
+ return this.b1;
1229
1242
  },
1230
1243
  set: function (a) {
1231
- this.bz = a;
1244
+ this.b1 = a;
1232
1245
  this.g("ColumnInitRef");
1233
1246
  },
1234
1247
  enumerable: false,
@@ -1236,10 +1249,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1236
1249
  });
1237
1250
  Object.defineProperty(WebRowIslandDescription.prototype, "columnsAutogeneratedRef", {
1238
1251
  get: function () {
1239
- return this.b6;
1252
+ return this.b8;
1240
1253
  },
1241
1254
  set: function (a) {
1242
- this.b6 = a;
1255
+ this.b8 = a;
1243
1256
  this.g("ColumnsAutogeneratedRef");
1244
1257
  },
1245
1258
  enumerable: false,
@@ -1247,10 +1260,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1247
1260
  });
1248
1261
  Object.defineProperty(WebRowIslandDescription.prototype, "sortingRef", {
1249
1262
  get: function () {
1250
- return this.d4;
1263
+ return this.d7;
1251
1264
  },
1252
1265
  set: function (a) {
1253
- this.d4 = a;
1266
+ this.d7 = a;
1254
1267
  this.g("SortingRef");
1255
1268
  },
1256
1269
  enumerable: false,
@@ -1258,10 +1271,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1258
1271
  });
1259
1272
  Object.defineProperty(WebRowIslandDescription.prototype, "sortingDoneRef", {
1260
1273
  get: function () {
1261
- return this.d5;
1274
+ return this.d8;
1262
1275
  },
1263
1276
  set: function (a) {
1264
- this.d5 = a;
1277
+ this.d8 = a;
1265
1278
  this.g("SortingDoneRef");
1266
1279
  },
1267
1280
  enumerable: false,
@@ -1269,10 +1282,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1269
1282
  });
1270
1283
  Object.defineProperty(WebRowIslandDescription.prototype, "filteringRef", {
1271
1284
  get: function () {
1272
- return this.cn;
1285
+ return this.cq;
1273
1286
  },
1274
1287
  set: function (a) {
1275
- this.cn = a;
1288
+ this.cq = a;
1276
1289
  this.g("FilteringRef");
1277
1290
  },
1278
1291
  enumerable: false,
@@ -1280,10 +1293,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1280
1293
  });
1281
1294
  Object.defineProperty(WebRowIslandDescription.prototype, "filteringDoneRef", {
1282
1295
  get: function () {
1283
- return this.co;
1296
+ return this.cr;
1284
1297
  },
1285
1298
  set: function (a) {
1286
- this.co = a;
1299
+ this.cr = a;
1287
1300
  this.g("FilteringDoneRef");
1288
1301
  },
1289
1302
  enumerable: false,
@@ -1291,10 +1304,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1291
1304
  });
1292
1305
  Object.defineProperty(WebRowIslandDescription.prototype, "rowAddedRef", {
1293
1306
  get: function () {
1294
- return this.db;
1307
+ return this.de;
1295
1308
  },
1296
1309
  set: function (a) {
1297
- this.db = a;
1310
+ this.de = a;
1298
1311
  this.g("RowAddedRef");
1299
1312
  },
1300
1313
  enumerable: false,
@@ -1302,10 +1315,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1302
1315
  });
1303
1316
  Object.defineProperty(WebRowIslandDescription.prototype, "rowDeletedRef", {
1304
1317
  get: function () {
1305
- return this.dh;
1318
+ return this.dk;
1306
1319
  },
1307
1320
  set: function (a) {
1308
- this.dh = a;
1321
+ this.dk = a;
1309
1322
  this.g("RowDeletedRef");
1310
1323
  },
1311
1324
  enumerable: false,
@@ -1313,10 +1326,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1313
1326
  });
1314
1327
  Object.defineProperty(WebRowIslandDescription.prototype, "rowDeleteRef", {
1315
1328
  get: function () {
1316
- return this.dg;
1329
+ return this.dj;
1317
1330
  },
1318
1331
  set: function (a) {
1319
- this.dg = a;
1332
+ this.dj = a;
1320
1333
  this.g("RowDeleteRef");
1321
1334
  },
1322
1335
  enumerable: false,
@@ -1324,10 +1337,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1324
1337
  });
1325
1338
  Object.defineProperty(WebRowIslandDescription.prototype, "rowAddRef", {
1326
1339
  get: function () {
1327
- return this.da;
1340
+ return this.dd;
1328
1341
  },
1329
1342
  set: function (a) {
1330
- this.da = a;
1343
+ this.dd = a;
1331
1344
  this.g("RowAddRef");
1332
1345
  },
1333
1346
  enumerable: false,
@@ -1335,10 +1348,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1335
1348
  });
1336
1349
  Object.defineProperty(WebRowIslandDescription.prototype, "columnResizedRef", {
1337
1350
  get: function () {
1338
- return this.b5;
1351
+ return this.b7;
1339
1352
  },
1340
1353
  set: function (a) {
1341
- this.b5 = a;
1354
+ this.b7 = a;
1342
1355
  this.g("ColumnResizedRef");
1343
1356
  },
1344
1357
  enumerable: false,
@@ -1346,10 +1359,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1346
1359
  });
1347
1360
  Object.defineProperty(WebRowIslandDescription.prototype, "contextMenuRef", {
1348
1361
  get: function () {
1349
- return this.cc;
1362
+ return this.ce;
1350
1363
  },
1351
1364
  set: function (a) {
1352
- this.cc = a;
1365
+ this.ce = a;
1353
1366
  this.g("ContextMenuRef");
1354
1367
  },
1355
1368
  enumerable: false,
@@ -1357,10 +1370,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1357
1370
  });
1358
1371
  Object.defineProperty(WebRowIslandDescription.prototype, "doubleClickRef", {
1359
1372
  get: function () {
1360
- return this.cg;
1373
+ return this.ci;
1361
1374
  },
1362
1375
  set: function (a) {
1363
- this.cg = a;
1376
+ this.ci = a;
1364
1377
  this.g("DoubleClickRef");
1365
1378
  },
1366
1379
  enumerable: false,
@@ -1368,10 +1381,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1368
1381
  });
1369
1382
  Object.defineProperty(WebRowIslandDescription.prototype, "columnVisibilityChangingRef", {
1370
1383
  get: function () {
1371
- return this.ca;
1384
+ return this.cc;
1372
1385
  },
1373
1386
  set: function (a) {
1374
- this.ca = a;
1387
+ this.cc = a;
1375
1388
  this.g("ColumnVisibilityChangingRef");
1376
1389
  },
1377
1390
  enumerable: false,
@@ -1379,10 +1392,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1379
1392
  });
1380
1393
  Object.defineProperty(WebRowIslandDescription.prototype, "columnVisibilityChangedRef", {
1381
1394
  get: function () {
1382
- return this.b9;
1395
+ return this.cb;
1383
1396
  },
1384
1397
  set: function (a) {
1385
- this.b9 = a;
1398
+ this.cb = a;
1386
1399
  this.g("ColumnVisibilityChangedRef");
1387
1400
  },
1388
1401
  enumerable: false,
@@ -1390,10 +1403,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1390
1403
  });
1391
1404
  Object.defineProperty(WebRowIslandDescription.prototype, "columnMovingStartRef", {
1392
1405
  get: function () {
1393
- return this.b2;
1406
+ return this.b4;
1394
1407
  },
1395
1408
  set: function (a) {
1396
- this.b2 = a;
1409
+ this.b4 = a;
1397
1410
  this.g("ColumnMovingStartRef");
1398
1411
  },
1399
1412
  enumerable: false,
@@ -1401,10 +1414,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1401
1414
  });
1402
1415
  Object.defineProperty(WebRowIslandDescription.prototype, "columnMovingRef", {
1403
1416
  get: function () {
1404
- return this.b0;
1417
+ return this.b2;
1405
1418
  },
1406
1419
  set: function (a) {
1407
- this.b0 = a;
1420
+ this.b2 = a;
1408
1421
  this.g("ColumnMovingRef");
1409
1422
  },
1410
1423
  enumerable: false,
@@ -1412,10 +1425,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1412
1425
  });
1413
1426
  Object.defineProperty(WebRowIslandDescription.prototype, "columnMovingEndRef", {
1414
1427
  get: function () {
1415
- return this.b1;
1428
+ return this.b3;
1416
1429
  },
1417
1430
  set: function (a) {
1418
- this.b1 = a;
1431
+ this.b3 = a;
1419
1432
  this.g("ColumnMovingEndRef");
1420
1433
  },
1421
1434
  enumerable: false,
@@ -1423,10 +1436,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1423
1436
  });
1424
1437
  Object.defineProperty(WebRowIslandDescription.prototype, "gridKeydownRef", {
1425
1438
  get: function () {
1426
- return this.cw;
1439
+ return this.cz;
1427
1440
  },
1428
1441
  set: function (a) {
1429
- this.cw = a;
1442
+ this.cz = a;
1430
1443
  this.g("GridKeydownRef");
1431
1444
  },
1432
1445
  enumerable: false,
@@ -1434,10 +1447,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1434
1447
  });
1435
1448
  Object.defineProperty(WebRowIslandDescription.prototype, "rowDragStartRef", {
1436
1449
  get: function () {
1437
- return this.dj;
1450
+ return this.dm;
1438
1451
  },
1439
1452
  set: function (a) {
1440
- this.dj = a;
1453
+ this.dm = a;
1441
1454
  this.g("RowDragStartRef");
1442
1455
  },
1443
1456
  enumerable: false,
@@ -1445,10 +1458,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1445
1458
  });
1446
1459
  Object.defineProperty(WebRowIslandDescription.prototype, "rowDragEndRef", {
1447
1460
  get: function () {
1448
- return this.di;
1461
+ return this.dl;
1449
1462
  },
1450
1463
  set: function (a) {
1451
- this.di = a;
1464
+ this.dl = a;
1452
1465
  this.g("RowDragEndRef");
1453
1466
  },
1454
1467
  enumerable: false,
@@ -1456,21 +1469,32 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1456
1469
  });
1457
1470
  Object.defineProperty(WebRowIslandDescription.prototype, "gridCopyRef", {
1458
1471
  get: function () {
1459
- return this.ct;
1472
+ return this.cw;
1460
1473
  },
1461
1474
  set: function (a) {
1462
- this.ct = a;
1475
+ this.cw = a;
1463
1476
  this.g("GridCopyRef");
1464
1477
  },
1465
1478
  enumerable: false,
1466
1479
  configurable: true
1467
1480
  });
1481
+ Object.defineProperty(WebRowIslandDescription.prototype, "expansionStatesChangeRef", {
1482
+ get: function () {
1483
+ return this.cp;
1484
+ },
1485
+ set: function (a) {
1486
+ this.cp = a;
1487
+ this.g("ExpansionStatesChangeRef");
1488
+ },
1489
+ enumerable: false,
1490
+ configurable: true
1491
+ });
1468
1492
  Object.defineProperty(WebRowIslandDescription.prototype, "selectedRowsChangeRef", {
1469
1493
  get: function () {
1470
- return this.d0;
1494
+ return this.d3;
1471
1495
  },
1472
1496
  set: function (a) {
1473
- this.d0 = a;
1497
+ this.d3 = a;
1474
1498
  this.g("SelectedRowsChangeRef");
1475
1499
  },
1476
1500
  enumerable: false,
@@ -1478,10 +1502,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1478
1502
  });
1479
1503
  Object.defineProperty(WebRowIslandDescription.prototype, "rowToggleRef", {
1480
1504
  get: function () {
1481
- return this.dy;
1505
+ return this.d1;
1482
1506
  },
1483
1507
  set: function (a) {
1484
- this.dy = a;
1508
+ this.d1 = a;
1485
1509
  this.g("RowToggleRef");
1486
1510
  },
1487
1511
  enumerable: false,
@@ -1489,10 +1513,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1489
1513
  });
1490
1514
  Object.defineProperty(WebRowIslandDescription.prototype, "rowPinningRef", {
1491
1515
  get: function () {
1492
- return this.dt;
1516
+ return this.dw;
1493
1517
  },
1494
1518
  set: function (a) {
1495
- this.dt = a;
1519
+ this.dw = a;
1496
1520
  this.g("RowPinningRef");
1497
1521
  },
1498
1522
  enumerable: false,
@@ -1500,10 +1524,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1500
1524
  });
1501
1525
  Object.defineProperty(WebRowIslandDescription.prototype, "rowPinnedRef", {
1502
1526
  get: function () {
1503
- return this.ds;
1527
+ return this.dv;
1504
1528
  },
1505
1529
  set: function (a) {
1506
- this.ds = a;
1530
+ this.dv = a;
1507
1531
  this.g("RowPinnedRef");
1508
1532
  },
1509
1533
  enumerable: false,
@@ -1511,10 +1535,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1511
1535
  });
1512
1536
  Object.defineProperty(WebRowIslandDescription.prototype, "activeNodeChangeRef", {
1513
1537
  get: function () {
1514
- return this.bp;
1538
+ return this.br;
1515
1539
  },
1516
1540
  set: function (a) {
1517
- this.bp = a;
1541
+ this.br = a;
1518
1542
  this.g("ActiveNodeChangeRef");
1519
1543
  },
1520
1544
  enumerable: false,
@@ -1522,10 +1546,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1522
1546
  });
1523
1547
  Object.defineProperty(WebRowIslandDescription.prototype, "sortingExpressionsChangeRef", {
1524
1548
  get: function () {
1525
- return this.d6;
1549
+ return this.d9;
1526
1550
  },
1527
1551
  set: function (a) {
1528
- this.d6 = a;
1552
+ this.d9 = a;
1529
1553
  this.g("SortingExpressionsChangeRef");
1530
1554
  },
1531
1555
  enumerable: false,
@@ -1533,10 +1557,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1533
1557
  });
1534
1558
  Object.defineProperty(WebRowIslandDescription.prototype, "toolbarExportingRef", {
1535
1559
  get: function () {
1536
- return this.d9;
1560
+ return this.ec;
1537
1561
  },
1538
1562
  set: function (a) {
1539
- this.d9 = a;
1563
+ this.ec = a;
1540
1564
  this.g("ToolbarExportingRef");
1541
1565
  },
1542
1566
  enumerable: false,
@@ -1544,10 +1568,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1544
1568
  });
1545
1569
  Object.defineProperty(WebRowIslandDescription.prototype, "rangeSelectedRef", {
1546
1570
  get: function () {
1547
- return this.c8;
1571
+ return this.db;
1548
1572
  },
1549
1573
  set: function (a) {
1550
- this.c8 = a;
1574
+ this.db = a;
1551
1575
  this.g("RangeSelectedRef");
1552
1576
  },
1553
1577
  enumerable: false,
@@ -1555,10 +1579,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1555
1579
  });
1556
1580
  Object.defineProperty(WebRowIslandDescription.prototype, "renderedRef", {
1557
1581
  get: function () {
1558
- return this.c9;
1582
+ return this.dc;
1559
1583
  },
1560
1584
  set: function (a) {
1561
- this.c9 = a;
1585
+ this.dc = a;
1562
1586
  this.g("RenderedRef");
1563
1587
  },
1564
1588
  enumerable: false,
@@ -1566,10 +1590,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1566
1590
  });
1567
1591
  Object.defineProperty(WebRowIslandDescription.prototype, "dataChangingRef", {
1568
1592
  get: function () {
1569
- return this.ce;
1593
+ return this.cg;
1570
1594
  },
1571
1595
  set: function (a) {
1572
- this.ce = a;
1596
+ this.cg = a;
1573
1597
  this.g("DataChangingRef");
1574
1598
  },
1575
1599
  enumerable: false,
@@ -1577,10 +1601,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1577
1601
  });
1578
1602
  Object.defineProperty(WebRowIslandDescription.prototype, "dataChangedRef", {
1579
1603
  get: function () {
1580
- return this.cd;
1604
+ return this.cf;
1581
1605
  },
1582
1606
  set: function (a) {
1583
- this.cd = a;
1607
+ this.cf = a;
1584
1608
  this.g("DataChangedRef");
1585
1609
  },
1586
1610
  enumerable: false,