igniteui-angular-core 20.2.0 → 20.2.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 (230) hide show
  1. package/bundles/igniteui-angular-core.umd.js +6890 -5217
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/AxisDescription.js +276 -276
  4. package/esm2015/lib/AxisDescriptionMetadata.js +10 -5
  5. package/esm2015/lib/AxisMouseEventArgsDescription.js +29 -21
  6. package/esm2015/lib/AxisMouseEventArgsDescriptionMetadata.js +3 -2
  7. package/esm2015/lib/BaseDOMEventProxy_combined.js +420 -419
  8. package/esm2015/lib/CanvasGestureDOMEventProxy.js +252 -252
  9. package/esm2015/lib/CanvasScalingHelpers.js +79 -0
  10. package/esm2015/lib/CategoryAxisBaseDescriptionMetadata.js +1 -1
  11. package/esm2015/lib/CategoryChartDescription.js +121 -121
  12. package/esm2015/lib/DashboardTileDescription.js +90 -82
  13. package/esm2015/lib/DashboardTileDescriptionMetadata.js +1 -0
  14. package/esm2015/lib/DataChartDescription.js +103 -95
  15. package/esm2015/lib/DataChartDescriptionMetadata.js +1 -0
  16. package/esm2015/lib/DataPieBaseChartDescription.js +117 -117
  17. package/esm2015/lib/DataPieChartDescription.js +32 -32
  18. package/esm2015/lib/DataSourceLocalDataProvider.js +371 -158
  19. package/esm2015/lib/DomainChartDescription.js +786 -778
  20. package/esm2015/lib/DomainChartDescriptionMetadata.js +10 -2
  21. package/esm2015/lib/EventProxy.js +32 -31
  22. package/esm2015/lib/FeatureState.js +29 -0
  23. package/esm2015/lib/FinancialChartDescription.js +151 -151
  24. package/esm2015/lib/GeographicMapDescription.js +41 -41
  25. package/esm2015/lib/ImageLoadEventArgsDescription.js +58 -0
  26. package/esm2015/lib/ImageLoadEventArgsDescriptionMetadata.js +41 -0
  27. package/esm2015/lib/LabelFormatOverrideEventArgsDescription.js +50 -0
  28. package/esm2015/lib/LabelFormatOverrideEventArgsDescriptionMetadata.js +7 -0
  29. package/esm2015/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.js +76 -0
  30. package/esm2015/lib/LastSevenDaysExpressionDescription.js +25 -0
  31. package/esm2015/lib/LastSevenDaysExpressionDescriptionMetadata.js +39 -0
  32. package/esm2015/lib/LastThirtyDaysExpressionDescription.js +25 -0
  33. package/esm2015/lib/LastThirtyDaysExpressionDescriptionMetadata.js +39 -0
  34. package/esm2015/lib/LastThreeSixtyFiveDaysExpressionDescription.js +25 -0
  35. package/esm2015/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.js +39 -0
  36. package/esm2015/lib/MonthToDateExpressionDescription.js +25 -0
  37. package/esm2015/lib/MonthToDateExpressionDescriptionMetadata.js +39 -0
  38. package/esm2015/lib/NumericAxisBaseDescription.js +84 -84
  39. package/esm2015/lib/NumericAxisBaseDescriptionMetadata.js +3 -2
  40. package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  41. package/esm2015/lib/QuarterToDateExpressionDescription.js +25 -0
  42. package/esm2015/lib/QuarterToDateExpressionDescriptionMetadata.js +39 -0
  43. package/esm2015/lib/RadialBaseChartDescription.js +217 -217
  44. package/esm2015/lib/ScrollerView_combined.js +12 -12
  45. package/esm2015/lib/SeriesDescriptionMetadata.js +1 -1
  46. package/esm2015/lib/SeriesViewerDescription.js +503 -487
  47. package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
  48. package/esm2015/lib/TimeAxisLabelFormatDescription.js +14 -6
  49. package/esm2015/lib/TimeAxisLabelFormatDescriptionMetadata.js +1 -35
  50. package/esm2015/lib/TrailingTwelveMonthsExpressionDescription.js +25 -0
  51. package/esm2015/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.js +39 -0
  52. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +6 -0
  53. package/esm2015/lib/WebByLevelTreeGridMergeStrategyDescription.js +23 -0
  54. package/esm2015/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.js +45 -0
  55. package/esm2015/lib/WebColumnDescription.js +131 -115
  56. package/esm2015/lib/WebColumnDescriptionMetadata.js +4 -0
  57. package/esm2015/lib/WebColumnGroupDescription.js +12 -12
  58. package/esm2015/lib/WebCustomDateRangeDescription.js +16 -0
  59. package/esm2015/lib/WebCustomDateRangeDescriptionMetadata.js +5 -0
  60. package/esm2015/lib/WebDateRangeValueDescriptionMetadata.js +1 -0
  61. package/esm2015/lib/WebDateRangeValueEventArgsDescriptionMetadata.js +3 -3
  62. package/esm2015/lib/WebDefaultMergeStrategyDescription.js +26 -0
  63. package/esm2015/lib/WebDefaultMergeStrategyDescriptionMetadata.js +42 -0
  64. package/esm2015/lib/WebDefaultTreeGridMergeStrategyDescription.js +23 -0
  65. package/esm2015/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.js +45 -0
  66. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +341 -325
  67. package/esm2015/lib/WebGridDescription.js +52 -52
  68. package/esm2015/lib/WebGridMergeStrategyDescription.js +26 -0
  69. package/esm2015/lib/WebGridMergeStrategyDescriptionMetadata.js +43 -0
  70. package/esm2015/lib/WebGridResourceStringsDescription.js +549 -437
  71. package/esm2015/lib/WebGridResourceStringsDescriptionMetadata.js +14 -0
  72. package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  73. package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
  74. package/esm2015/lib/WebPivotGridDescription.js +42 -42
  75. package/esm2015/lib/WebPositionSettingsDescription.js +18 -10
  76. package/esm2015/lib/WebPositionSettingsDescriptionMetadata.js +1 -0
  77. package/esm2015/lib/WebRowIslandDescription.js +356 -340
  78. package/esm2015/lib/WebRowIslandDescriptionMetadata.js +6 -0
  79. package/esm2015/lib/WebTooltipDescription.js +43 -35
  80. package/esm2015/lib/WebTooltipDescriptionMetadata.js +1 -0
  81. package/esm2015/lib/WebTreeGridDescription.js +28 -28
  82. package/esm2015/lib/XYChartDescription.js +217 -217
  83. package/esm2015/public_api.js +28 -2
  84. package/esm5/lib/AxisDescription.js +276 -276
  85. package/esm5/lib/AxisDescriptionMetadata.js +10 -5
  86. package/esm5/lib/AxisMouseEventArgsDescription.js +31 -19
  87. package/esm5/lib/AxisMouseEventArgsDescriptionMetadata.js +3 -2
  88. package/esm5/lib/BaseDOMEventProxy_combined.js +418 -417
  89. package/esm5/lib/CanvasGestureDOMEventProxy.js +252 -252
  90. package/esm5/lib/CanvasScalingHelpers.js +83 -0
  91. package/esm5/lib/CategoryAxisBaseDescriptionMetadata.js +1 -1
  92. package/esm5/lib/CategoryChartDescription.js +121 -121
  93. package/esm5/lib/DashboardTileDescription.js +94 -82
  94. package/esm5/lib/DashboardTileDescriptionMetadata.js +1 -0
  95. package/esm5/lib/DataChartDescription.js +107 -95
  96. package/esm5/lib/DataChartDescriptionMetadata.js +1 -0
  97. package/esm5/lib/DataPieBaseChartDescription.js +117 -117
  98. package/esm5/lib/DataPieChartDescription.js +32 -32
  99. package/esm5/lib/DataSourceLocalDataProvider.js +407 -168
  100. package/esm5/lib/DomainChartDescription.js +790 -778
  101. package/esm5/lib/DomainChartDescriptionMetadata.js +10 -2
  102. package/esm5/lib/EventProxy.js +32 -31
  103. package/esm5/lib/FeatureState.js +29 -0
  104. package/esm5/lib/FinancialChartDescription.js +151 -151
  105. package/esm5/lib/GeographicMapDescription.js +41 -41
  106. package/esm5/lib/ImageLoadEventArgsDescription.js +80 -0
  107. package/esm5/lib/ImageLoadEventArgsDescriptionMetadata.js +45 -0
  108. package/esm5/lib/LabelFormatOverrideEventArgsDescription.js +68 -0
  109. package/esm5/lib/LabelFormatOverrideEventArgsDescriptionMetadata.js +7 -0
  110. package/esm5/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.js +83 -0
  111. package/esm5/lib/LastSevenDaysExpressionDescription.js +26 -0
  112. package/esm5/lib/LastSevenDaysExpressionDescriptionMetadata.js +43 -0
  113. package/esm5/lib/LastThirtyDaysExpressionDescription.js +26 -0
  114. package/esm5/lib/LastThirtyDaysExpressionDescriptionMetadata.js +43 -0
  115. package/esm5/lib/LastThreeSixtyFiveDaysExpressionDescription.js +26 -0
  116. package/esm5/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.js +43 -0
  117. package/esm5/lib/MonthToDateExpressionDescription.js +26 -0
  118. package/esm5/lib/MonthToDateExpressionDescriptionMetadata.js +43 -0
  119. package/esm5/lib/NumericAxisBaseDescription.js +84 -84
  120. package/esm5/lib/NumericAxisBaseDescriptionMetadata.js +3 -2
  121. package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  122. package/esm5/lib/QuarterToDateExpressionDescription.js +26 -0
  123. package/esm5/lib/QuarterToDateExpressionDescriptionMetadata.js +43 -0
  124. package/esm5/lib/RadialBaseChartDescription.js +217 -217
  125. package/esm5/lib/ScrollerView_combined.js +12 -12
  126. package/esm5/lib/SeriesDescriptionMetadata.js +1 -1
  127. package/esm5/lib/SeriesViewerDescription.js +510 -486
  128. package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
  129. package/esm5/lib/TimeAxisLabelFormatDescription.js +17 -5
  130. package/esm5/lib/TimeAxisLabelFormatDescriptionMetadata.js +1 -39
  131. package/esm5/lib/TrailingTwelveMonthsExpressionDescription.js +26 -0
  132. package/esm5/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.js +43 -0
  133. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +6 -0
  134. package/esm5/lib/WebByLevelTreeGridMergeStrategyDescription.js +24 -0
  135. package/esm5/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.js +49 -0
  136. package/esm5/lib/WebColumnDescription.js +139 -115
  137. package/esm5/lib/WebColumnDescriptionMetadata.js +4 -0
  138. package/esm5/lib/WebColumnGroupDescription.js +12 -12
  139. package/esm5/lib/WebCustomDateRangeDescription.js +26 -1
  140. package/esm5/lib/WebCustomDateRangeDescriptionMetadata.js +5 -0
  141. package/esm5/lib/WebDateRangeValueDescriptionMetadata.js +1 -0
  142. package/esm5/lib/WebDateRangeValueEventArgsDescriptionMetadata.js +3 -3
  143. package/esm5/lib/WebDefaultMergeStrategyDescription.js +31 -0
  144. package/esm5/lib/WebDefaultMergeStrategyDescriptionMetadata.js +46 -0
  145. package/esm5/lib/WebDefaultTreeGridMergeStrategyDescription.js +24 -0
  146. package/esm5/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.js +49 -0
  147. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +349 -325
  148. package/esm5/lib/WebGridDescription.js +52 -52
  149. package/esm5/lib/WebGridMergeStrategyDescription.js +31 -0
  150. package/esm5/lib/WebGridMergeStrategyDescriptionMetadata.js +47 -0
  151. package/esm5/lib/WebGridResourceStringsDescription.js +626 -458
  152. package/esm5/lib/WebGridResourceStringsDescriptionMetadata.js +14 -0
  153. package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  154. package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
  155. package/esm5/lib/WebPivotGridDescription.js +42 -42
  156. package/esm5/lib/WebPositionSettingsDescription.js +22 -10
  157. package/esm5/lib/WebPositionSettingsDescriptionMetadata.js +1 -0
  158. package/esm5/lib/WebRowIslandDescription.js +364 -340
  159. package/esm5/lib/WebRowIslandDescriptionMetadata.js +6 -0
  160. package/esm5/lib/WebTooltipDescription.js +47 -35
  161. package/esm5/lib/WebTooltipDescriptionMetadata.js +1 -0
  162. package/esm5/lib/WebTreeGridDescription.js +28 -28
  163. package/esm5/lib/XYChartDescription.js +217 -217
  164. package/esm5/public_api.js +28 -2
  165. package/fesm2015/igniteui-angular-core.js +6610 -5175
  166. package/fesm5/igniteui-angular-core.js +6864 -5218
  167. package/lib/AxisDescription.d.ts +106 -106
  168. package/lib/AxisMouseEventArgsDescription.d.ts +12 -9
  169. package/lib/BaseDOMEventProxy_combined.d.ts +81 -80
  170. package/lib/CanvasGestureDOMEventProxy.d.ts +29 -29
  171. package/lib/CanvasScalingHelpers.d.ts +17 -0
  172. package/lib/CategoryChartDescription.d.ts +45 -45
  173. package/lib/DashboardTileDescription.d.ts +33 -30
  174. package/lib/DataChartDescription.d.ts +36 -33
  175. package/lib/DataPieBaseChartDescription.d.ts +43 -43
  176. package/lib/DataPieChartDescription.d.ts +12 -12
  177. package/lib/DataSourceLocalDataProvider.d.ts +36 -27
  178. package/lib/DomainChartDescription.d.ts +291 -288
  179. package/lib/DomainChartDescriptionMetadata.d.ts +2 -1
  180. package/lib/EventProxy.d.ts +28 -27
  181. package/lib/FeatureState.d.ts +22 -0
  182. package/lib/FinancialChartDescription.d.ts +56 -56
  183. package/lib/GeographicMapDescription.d.ts +14 -14
  184. package/lib/ImageLoadEventArgsDescription.d.ts +23 -0
  185. package/lib/ImageLoadEventArgsDescriptionMetadata.d.ts +13 -0
  186. package/lib/LabelFormatOverrideEventArgsDescription.d.ts +21 -0
  187. package/lib/LabelFormatOverrideEventArgsDescriptionMetadata.d.ts +1 -0
  188. package/lib/LabelFormatOverrideEventArgsDescriptionMetadata_combined.d.ts +23 -0
  189. package/lib/LastSevenDaysExpressionDescription.d.ts +12 -0
  190. package/lib/LastSevenDaysExpressionDescriptionMetadata.d.ts +13 -0
  191. package/lib/LastThirtyDaysExpressionDescription.d.ts +12 -0
  192. package/lib/LastThirtyDaysExpressionDescriptionMetadata.d.ts +13 -0
  193. package/lib/LastThreeSixtyFiveDaysExpressionDescription.d.ts +12 -0
  194. package/lib/LastThreeSixtyFiveDaysExpressionDescriptionMetadata.d.ts +13 -0
  195. package/lib/MonthToDateExpressionDescription.d.ts +12 -0
  196. package/lib/MonthToDateExpressionDescriptionMetadata.d.ts +13 -0
  197. package/lib/NumericAxisBaseDescription.d.ts +32 -32
  198. package/lib/QuarterToDateExpressionDescription.d.ts +12 -0
  199. package/lib/QuarterToDateExpressionDescriptionMetadata.d.ts +13 -0
  200. package/lib/RadialBaseChartDescription.d.ts +80 -80
  201. package/lib/SeriesViewerDescription.d.ts +178 -172
  202. package/lib/TimeAxisLabelFormatDescription.d.ts +6 -3
  203. package/lib/TimeAxisLabelFormatDescriptionMetadata.d.ts +1 -13
  204. package/lib/TrailingTwelveMonthsExpressionDescription.d.ts +12 -0
  205. package/lib/TrailingTwelveMonthsExpressionDescriptionMetadata.d.ts +13 -0
  206. package/lib/WebByLevelTreeGridMergeStrategyDescription.d.ts +10 -0
  207. package/lib/WebByLevelTreeGridMergeStrategyDescriptionMetadata.d.ts +13 -0
  208. package/lib/WebColumnDescription.d.ts +46 -40
  209. package/lib/WebColumnGroupDescription.d.ts +4 -4
  210. package/lib/WebCustomDateRangeDescription.d.ts +7 -0
  211. package/lib/WebDateRangeValueEventArgsDescription.d.ts +3 -3
  212. package/lib/WebDefaultMergeStrategyDescription.d.ts +11 -0
  213. package/lib/WebDefaultMergeStrategyDescriptionMetadata.d.ts +13 -0
  214. package/lib/WebDefaultTreeGridMergeStrategyDescription.d.ts +10 -0
  215. package/lib/WebDefaultTreeGridMergeStrategyDescriptionMetadata.d.ts +13 -0
  216. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +119 -112
  217. package/lib/WebGridDescription.d.ts +18 -18
  218. package/lib/WebGridMergeStrategyDescription.d.ts +11 -0
  219. package/lib/WebGridMergeStrategyDescriptionMetadata.d.ts +13 -0
  220. package/lib/WebGridResourceStringsDescription.d.ts +197 -155
  221. package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
  222. package/lib/WebHierarchicalGridDescription.d.ts +5 -5
  223. package/lib/WebPivotGridDescription.d.ts +15 -15
  224. package/lib/WebPositionSettingsDescription.d.ts +7 -4
  225. package/lib/WebRowIslandDescription.d.ts +125 -118
  226. package/lib/WebTooltipDescription.d.ts +15 -12
  227. package/lib/WebTreeGridDescription.d.ts +10 -10
  228. package/lib/XYChartDescription.d.ts +80 -80
  229. package/package.json +1 -1
  230. package/public_api.d.ts +28 -2
@@ -14,137 +14,139 @@ 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.b3 = null;
17
+ _this.b6 = null;
18
18
  _this.m = null;
19
19
  _this.k = null;
20
+ _this.ay = false;
21
+ _this.c7 = null;
22
+ _this.a6 = false;
23
+ _this.ax = false;
24
+ _this.bn = 0;
20
25
  _this.aw = false;
21
- _this.c4 = null;
22
- _this.a4 = false;
23
- _this.av = false;
24
- _this.bl = 0;
25
- _this.au = false;
26
26
  _this.l = null;
27
- _this.az = false;
28
- _this.cq = null;
29
- _this.bv = null;
30
- _this.c9 = null;
31
- _this.bm = 0;
27
+ _this.a1 = false;
28
+ _this.ct = null;
29
+ _this.bx = null;
30
+ _this.dc = null;
31
+ _this.bo = 0;
32
32
  _this.ac = null;
33
33
  _this.aa = null;
34
- _this.di = null;
35
- _this.d2 = null;
36
- _this.dc = null;
34
+ _this.dl = null;
35
+ _this.d5 = null;
36
+ _this.df = null;
37
37
  _this.n = null;
38
- _this.cm = null;
39
- _this.dv = null;
40
- _this.dh = null;
41
- _this.dr = null;
42
- _this.dw = null;
38
+ _this.cp = null;
39
+ _this.dy = null;
43
40
  _this.dk = null;
44
- _this.c6 = null;
45
- _this.c5 = null;
46
- _this.cr = null;
47
- _this.d6 = null;
48
- _this.d7 = null;
49
- _this.d8 = null;
41
+ _this.du = null;
42
+ _this.dz = null;
43
+ _this.dn = null;
44
+ _this.c9 = null;
45
+ _this.c8 = null;
46
+ _this.cu = null;
47
+ _this.d9 = null;
48
+ _this.ea = null;
49
+ _this.eb = null;
50
50
  _this.r = null;
51
51
  _this.o = null;
52
- _this.ak = null;
53
- _this.cw = null;
52
+ _this.am = null;
53
+ _this.cz = null;
54
54
  _this.af = null;
55
55
  _this.ae = null;
56
- _this.da = null;
56
+ _this.dd = null;
57
+ _this.de = null;
58
+ _this.az = false;
59
+ _this.a2 = false;
60
+ _this.ej = null;
61
+ _this.a3 = false;
57
62
  _this.db = null;
58
- _this.ax = false;
63
+ _this.ek = null;
64
+ _this.bm = 0;
65
+ _this.cj = null;
66
+ _this.cs = null;
59
67
  _this.a0 = false;
60
- _this.eg = null;
61
- _this.a1 = false;
62
- _this.c8 = null;
63
- _this.eh = null;
64
- _this.bk = 0;
65
- _this.cg = null;
66
- _this.cp = null;
67
- _this.ay = false;
68
- _this.a3 = false;
69
- _this.co = null;
70
- _this.ao = null;
71
- _this.at = false;
72
- _this.as = false;
73
- _this.cx = null;
74
- _this.ed = null;
75
- _this.ec = null;
76
68
  _this.a5 = false;
77
- _this.ai = null;
78
- _this.am = null;
69
+ _this.cr = null;
79
70
  _this.aq = null;
71
+ _this.av = false;
72
+ _this.au = false;
73
+ _this.c0 = null;
74
+ _this.eg = null;
75
+ _this.ef = null;
76
+ _this.a7 = false;
77
+ _this.ai = null;
78
+ _this.ao = null;
79
+ _this.ak = null;
80
+ _this.as = null;
80
81
  _this.p = null;
81
- _this.c7 = null;
82
- _this.d1 = null;
83
- _this.cn = null;
82
+ _this.da = null;
83
+ _this.d4 = null;
84
+ _this.cq = null;
84
85
  _this.q = null;
85
- _this.b2 = null;
86
- _this.dz = null;
87
- _this.cc = null;
88
- _this.bs = null;
89
- _this.bn = 0;
90
- _this.a2 = false;
91
- _this.c0 = null;
92
- _this.c1 = null;
93
- _this.ck = null;
94
- _this.cv = null;
95
- _this.bw = null;
86
+ _this.b5 = null;
87
+ _this.b4 = null;
88
+ _this.d2 = null;
89
+ _this.cf = null;
90
+ _this.bu = null;
91
+ _this.bp = 0;
92
+ _this.a4 = false;
96
93
  _this.c3 = null;
97
- _this.bx = null;
98
- _this.dj = null;
94
+ _this.c4 = null;
95
+ _this.cn = null;
99
96
  _this.cy = null;
100
- _this.ef = null;
101
- _this.d4 = null;
102
- _this.d0 = null;
103
- _this.cd = null;
104
- _this.b8 = null;
105
- _this.b9 = null;
106
- _this.b0 = null;
107
- _this.b1 = null;
108
97
  _this.by = null;
98
+ _this.c6 = null;
109
99
  _this.bz = null;
100
+ _this.dm = null;
101
+ _this.c1 = null;
102
+ _this.ei = null;
103
+ _this.d7 = null;
104
+ _this.d3 = null;
105
+ _this.cg = null;
106
+ _this.cb = null;
107
+ _this.cc = null;
108
+ _this.b2 = null;
109
+ _this.b3 = null;
110
+ _this.b0 = null;
111
+ _this.b1 = null;
112
+ _this.dw = null;
110
113
  _this.dt = null;
114
+ _this.dv = null;
115
+ _this.dx = null;
116
+ _this.b7 = null;
117
+ _this.ce = null;
118
+ _this.ec = null;
119
+ _this.ed = null;
120
+ _this.cw = null;
121
+ _this.cx = null;
122
+ _this.dj = null;
111
123
  _this.dq = null;
112
- _this.ds = null;
113
- _this.du = null;
114
- _this.b4 = null;
115
- _this.cb = null;
116
- _this.d9 = null;
117
- _this.ea = null;
118
- _this.ct = null;
119
- _this.cu = null;
120
- _this.dg = null;
121
- _this.dm = null;
122
- _this.dl = null;
123
- _this.df = null;
124
- _this.ca = null;
124
+ _this.dp = null;
125
+ _this.di = null;
126
+ _this.cd = null;
127
+ _this.ck = null;
128
+ _this.co = null;
129
+ _this.ci = null;
125
130
  _this.ch = null;
126
- _this.cl = null;
127
- _this.cf = null;
128
- _this.ce = null;
129
- _this.b7 = null;
130
- _this.b5 = null;
131
- _this.b6 = null;
131
+ _this.ca = null;
132
+ _this.b8 = null;
133
+ _this.b9 = null;
134
+ _this.c5 = null;
135
+ _this.ds = null;
136
+ _this.dr = null;
132
137
  _this.c2 = null;
133
- _this.dp = null;
134
- _this.dn = null;
135
- _this.cz = null;
136
- _this.cs = null;
137
- _this.d5 = null;
138
- _this.d3 = null;
139
- _this.dy = null;
140
- _this.dx = null;
141
- _this.bu = null;
142
- _this.eb = null;
138
+ _this.cv = null;
139
+ _this.d8 = null;
140
+ _this.d6 = null;
141
+ _this.d1 = null;
142
+ _this.d0 = null;
143
+ _this.bw = null;
143
144
  _this.ee = null;
144
- _this.dd = null;
145
- _this.de = null;
146
- _this.cj = null;
147
- _this.ci = null;
145
+ _this.eh = null;
146
+ _this.dg = null;
147
+ _this.dh = null;
148
+ _this.cm = null;
149
+ _this.cl = null;
148
150
  return _this;
149
151
  }
150
152
  WebRowIslandDescription.prototype.get_type = function () {
@@ -159,10 +161,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
159
161
  });
160
162
  Object.defineProperty(WebRowIslandDescription.prototype, "childDataKey", {
161
163
  get: function () {
162
- return this.b3;
164
+ return this.b6;
163
165
  },
164
166
  set: function (a) {
165
- this.b3 = a;
167
+ this.b6 = a;
166
168
  this.j("ChildDataKey");
167
169
  },
168
170
  enumerable: false,
@@ -192,10 +194,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
192
194
  });
193
195
  Object.defineProperty(WebRowIslandDescription.prototype, "expandChildren", {
194
196
  get: function () {
195
- return this.aw;
197
+ return this.ay;
196
198
  },
197
199
  set: function (a) {
198
- this.aw = a;
200
+ this.ay = a;
199
201
  this.j("ExpandChildren");
200
202
  },
201
203
  enumerable: false,
@@ -203,10 +205,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
203
205
  });
204
206
  Object.defineProperty(WebRowIslandDescription.prototype, "hasChildrenKey", {
205
207
  get: function () {
206
- return this.c4;
208
+ return this.c7;
207
209
  },
208
210
  set: function (a) {
209
- this.c4 = a;
211
+ this.c7 = a;
210
212
  this.j("HasChildrenKey");
211
213
  },
212
214
  enumerable: false,
@@ -214,10 +216,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
214
216
  });
215
217
  Object.defineProperty(WebRowIslandDescription.prototype, "showExpandAll", {
216
218
  get: function () {
217
- return this.a4;
219
+ return this.a6;
218
220
  },
219
221
  set: function (a) {
220
- this.a4 = a;
222
+ this.a6 = a;
221
223
  this.j("ShowExpandAll");
222
224
  },
223
225
  enumerable: false,
@@ -225,10 +227,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
225
227
  });
226
228
  Object.defineProperty(WebRowIslandDescription.prototype, "batchEditing", {
227
229
  get: function () {
228
- return this.av;
230
+ return this.ax;
229
231
  },
230
232
  set: function (a) {
231
- this.av = a;
233
+ this.ax = a;
232
234
  this.j("BatchEditing");
233
235
  },
234
236
  enumerable: false,
@@ -236,10 +238,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
236
238
  });
237
239
  Object.defineProperty(WebRowIslandDescription.prototype, "snackbarDisplayTime", {
238
240
  get: function () {
239
- return this.bl;
241
+ return this.bn;
240
242
  },
241
243
  set: function (a) {
242
- this.bl = a;
244
+ this.bn = a;
243
245
  this.j("SnackbarDisplayTime");
244
246
  },
245
247
  enumerable: false,
@@ -247,10 +249,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
247
249
  });
248
250
  Object.defineProperty(WebRowIslandDescription.prototype, "autoGenerate", {
249
251
  get: function () {
250
- return this.au;
252
+ return this.aw;
251
253
  },
252
254
  set: function (a) {
253
- this.au = a;
255
+ this.aw = a;
254
256
  this.j("AutoGenerate");
255
257
  },
256
258
  enumerable: false,
@@ -269,10 +271,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
269
271
  });
270
272
  Object.defineProperty(WebRowIslandDescription.prototype, "moving", {
271
273
  get: function () {
272
- return this.az;
274
+ return this.a1;
273
275
  },
274
276
  set: function (a) {
275
- this.az = a;
277
+ this.a1 = a;
276
278
  this.j("Moving");
277
279
  },
278
280
  enumerable: false,
@@ -280,10 +282,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
280
282
  });
281
283
  Object.defineProperty(WebRowIslandDescription.prototype, "emptyGridTemplateRef", {
282
284
  get: function () {
283
- return this.cq;
285
+ return this.ct;
284
286
  },
285
287
  set: function (a) {
286
- this.cq = a;
288
+ this.ct = a;
287
289
  this.j("EmptyGridTemplateRef");
288
290
  },
289
291
  enumerable: false,
@@ -291,10 +293,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
291
293
  });
292
294
  Object.defineProperty(WebRowIslandDescription.prototype, "addRowEmptyTemplateRef", {
293
295
  get: function () {
294
- return this.bv;
296
+ return this.bx;
295
297
  },
296
298
  set: function (a) {
297
- this.bv = a;
299
+ this.bx = a;
298
300
  this.j("AddRowEmptyTemplateRef");
299
301
  },
300
302
  enumerable: false,
@@ -302,10 +304,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
302
304
  });
303
305
  Object.defineProperty(WebRowIslandDescription.prototype, "loadingGridTemplateRef", {
304
306
  get: function () {
305
- return this.c9;
307
+ return this.dc;
306
308
  },
307
309
  set: function (a) {
308
- this.c9 = a;
310
+ this.dc = a;
309
311
  this.j("LoadingGridTemplateRef");
310
312
  },
311
313
  enumerable: false,
@@ -313,10 +315,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
313
315
  });
314
316
  Object.defineProperty(WebRowIslandDescription.prototype, "summaryRowHeight", {
315
317
  get: function () {
316
- return this.bm;
318
+ return this.bo;
317
319
  },
318
320
  set: function (a) {
319
- this.bm = a;
321
+ this.bo = a;
320
322
  this.j("SummaryRowHeight");
321
323
  },
322
324
  enumerable: false,
@@ -346,10 +348,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
346
348
  });
347
349
  Object.defineProperty(WebRowIslandDescription.prototype, "rowClassesRef", {
348
350
  get: function () {
349
- return this.di;
351
+ return this.dl;
350
352
  },
351
353
  set: function (a) {
352
- this.di = a;
354
+ this.dl = a;
353
355
  this.j("RowClassesRef");
354
356
  },
355
357
  enumerable: false,
@@ -357,10 +359,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
357
359
  });
358
360
  Object.defineProperty(WebRowIslandDescription.prototype, "rowStylesRef", {
359
361
  get: function () {
360
- return this.d2;
362
+ return this.d5;
361
363
  },
362
364
  set: function (a) {
363
- this.d2 = a;
365
+ this.d5 = a;
364
366
  this.j("RowStylesRef");
365
367
  },
366
368
  enumerable: false,
@@ -368,10 +370,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
368
370
  });
369
371
  Object.defineProperty(WebRowIslandDescription.prototype, "primaryKey", {
370
372
  get: function () {
371
- return this.dc;
373
+ return this.df;
372
374
  },
373
375
  set: function (a) {
374
- this.dc = a;
376
+ this.df = a;
375
377
  this.j("PrimaryKey");
376
378
  },
377
379
  enumerable: false,
@@ -390,10 +392,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
390
392
  });
391
393
  Object.defineProperty(WebRowIslandDescription.prototype, "dragGhostCustomTemplateRef", {
392
394
  get: function () {
393
- return this.cm;
395
+ return this.cp;
394
396
  },
395
397
  set: function (a) {
396
- this.cm = a;
398
+ this.cp = a;
397
399
  this.j("DragGhostCustomTemplateRef");
398
400
  },
399
401
  enumerable: false,
@@ -401,10 +403,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
401
403
  });
402
404
  Object.defineProperty(WebRowIslandDescription.prototype, "rowEditTextTemplateRef", {
403
405
  get: function () {
404
- return this.dv;
406
+ return this.dy;
405
407
  },
406
408
  set: function (a) {
407
- this.dv = a;
409
+ this.dy = a;
408
410
  this.j("RowEditTextTemplateRef");
409
411
  },
410
412
  enumerable: false,
@@ -412,10 +414,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
412
414
  });
413
415
  Object.defineProperty(WebRowIslandDescription.prototype, "rowAddTextTemplateRef", {
414
416
  get: function () {
415
- return this.dh;
417
+ return this.dk;
416
418
  },
417
419
  set: function (a) {
418
- this.dh = a;
420
+ this.dk = a;
419
421
  this.j("RowAddTextTemplateRef");
420
422
  },
421
423
  enumerable: false,
@@ -423,10 +425,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
423
425
  });
424
426
  Object.defineProperty(WebRowIslandDescription.prototype, "rowEditActionsTemplateRef", {
425
427
  get: function () {
426
- return this.dr;
428
+ return this.du;
427
429
  },
428
430
  set: function (a) {
429
- this.dr = a;
431
+ this.du = a;
430
432
  this.j("RowEditActionsTemplateRef");
431
433
  },
432
434
  enumerable: false,
@@ -434,10 +436,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
434
436
  });
435
437
  Object.defineProperty(WebRowIslandDescription.prototype, "rowExpandedIndicatorTemplateRef", {
436
438
  get: function () {
437
- return this.dw;
439
+ return this.dz;
438
440
  },
439
441
  set: function (a) {
440
- this.dw = a;
442
+ this.dz = a;
441
443
  this.j("RowExpandedIndicatorTemplateRef");
442
444
  },
443
445
  enumerable: false,
@@ -445,10 +447,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
445
447
  });
446
448
  Object.defineProperty(WebRowIslandDescription.prototype, "rowCollapsedIndicatorTemplateRef", {
447
449
  get: function () {
448
- return this.dk;
450
+ return this.dn;
449
451
  },
450
452
  set: function (a) {
451
- this.dk = a;
453
+ this.dn = a;
452
454
  this.j("RowCollapsedIndicatorTemplateRef");
453
455
  },
454
456
  enumerable: false,
@@ -456,10 +458,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
456
458
  });
457
459
  Object.defineProperty(WebRowIslandDescription.prototype, "headerExpandedIndicatorTemplateRef", {
458
460
  get: function () {
459
- return this.c6;
461
+ return this.c9;
460
462
  },
461
463
  set: function (a) {
462
- this.c6 = a;
464
+ this.c9 = a;
463
465
  this.j("HeaderExpandedIndicatorTemplateRef");
464
466
  },
465
467
  enumerable: false,
@@ -467,10 +469,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
467
469
  });
468
470
  Object.defineProperty(WebRowIslandDescription.prototype, "headerCollapsedIndicatorTemplateRef", {
469
471
  get: function () {
470
- return this.c5;
472
+ return this.c8;
471
473
  },
472
474
  set: function (a) {
473
- this.c5 = a;
475
+ this.c8 = a;
474
476
  this.j("HeaderCollapsedIndicatorTemplateRef");
475
477
  },
476
478
  enumerable: false,
@@ -478,10 +480,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
478
480
  });
479
481
  Object.defineProperty(WebRowIslandDescription.prototype, "excelStyleHeaderIconTemplateRef", {
480
482
  get: function () {
481
- return this.cr;
483
+ return this.cu;
482
484
  },
483
485
  set: function (a) {
484
- this.cr = a;
486
+ this.cu = a;
485
487
  this.j("ExcelStyleHeaderIconTemplateRef");
486
488
  },
487
489
  enumerable: false,
@@ -489,10 +491,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
489
491
  });
490
492
  Object.defineProperty(WebRowIslandDescription.prototype, "sortAscendingHeaderIconTemplateRef", {
491
493
  get: function () {
492
- return this.d6;
494
+ return this.d9;
493
495
  },
494
496
  set: function (a) {
495
- this.d6 = a;
497
+ this.d9 = a;
496
498
  this.j("SortAscendingHeaderIconTemplateRef");
497
499
  },
498
500
  enumerable: false,
@@ -500,10 +502,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
500
502
  });
501
503
  Object.defineProperty(WebRowIslandDescription.prototype, "sortDescendingHeaderIconTemplateRef", {
502
504
  get: function () {
503
- return this.d7;
505
+ return this.ea;
504
506
  },
505
507
  set: function (a) {
506
- this.d7 = a;
508
+ this.ea = a;
507
509
  this.j("SortDescendingHeaderIconTemplateRef");
508
510
  },
509
511
  enumerable: false,
@@ -511,10 +513,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
511
513
  });
512
514
  Object.defineProperty(WebRowIslandDescription.prototype, "sortHeaderIconTemplateRef", {
513
515
  get: function () {
514
- return this.d8;
516
+ return this.eb;
515
517
  },
516
518
  set: function (a) {
517
- this.d8 = a;
519
+ this.eb = a;
518
520
  this.j("SortHeaderIconTemplateRef");
519
521
  },
520
522
  enumerable: false,
@@ -544,10 +546,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
544
546
  });
545
547
  Object.defineProperty(WebRowIslandDescription.prototype, "resourceStrings", {
546
548
  get: function () {
547
- return this.ak;
549
+ return this.am;
548
550
  },
549
551
  set: function (a) {
550
- this.ak = a;
552
+ this.am = a;
551
553
  this.j("ResourceStrings");
552
554
  },
553
555
  enumerable: false,
@@ -555,10 +557,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
555
557
  });
556
558
  Object.defineProperty(WebRowIslandDescription.prototype, "filteringLogic", {
557
559
  get: function () {
558
- return this.cw;
560
+ return this.cz;
559
561
  },
560
562
  set: function (a) {
561
- this.cw = a;
563
+ this.cz = a;
562
564
  this.j("FilteringLogic");
563
565
  },
564
566
  enumerable: false,
@@ -588,10 +590,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
588
590
  });
589
591
  Object.defineProperty(WebRowIslandDescription.prototype, "locale", {
590
592
  get: function () {
591
- return this.da;
593
+ return this.dd;
592
594
  },
593
595
  set: function (a) {
594
- this.da = a;
596
+ this.dd = a;
595
597
  this.j("Locale");
596
598
  },
597
599
  enumerable: false,
@@ -599,10 +601,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
599
601
  });
600
602
  Object.defineProperty(WebRowIslandDescription.prototype, "pagingMode", {
601
603
  get: function () {
602
- return this.db;
604
+ return this.de;
603
605
  },
604
606
  set: function (a) {
605
- this.db = a;
607
+ this.de = a;
606
608
  this.j("PagingMode");
607
609
  },
608
610
  enumerable: false,
@@ -610,10 +612,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
610
612
  });
611
613
  Object.defineProperty(WebRowIslandDescription.prototype, "hideRowSelectors", {
612
614
  get: function () {
613
- return this.ax;
615
+ return this.az;
614
616
  },
615
617
  set: function (a) {
616
- this.ax = a;
618
+ this.az = a;
617
619
  this.j("HideRowSelectors");
618
620
  },
619
621
  enumerable: false,
@@ -621,10 +623,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
621
623
  });
622
624
  Object.defineProperty(WebRowIslandDescription.prototype, "rowDraggable", {
623
625
  get: function () {
624
- return this.a0;
626
+ return this.a2;
625
627
  },
626
628
  set: function (a) {
627
- this.a0 = a;
629
+ this.a2 = a;
628
630
  this.j("RowDraggable");
629
631
  },
630
632
  enumerable: false,
@@ -632,10 +634,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
632
634
  });
633
635
  Object.defineProperty(WebRowIslandDescription.prototype, "validationTrigger", {
634
636
  get: function () {
635
- return this.eg;
637
+ return this.ej;
636
638
  },
637
639
  set: function (a) {
638
- this.eg = a;
640
+ this.ej = a;
639
641
  this.j("ValidationTrigger");
640
642
  },
641
643
  enumerable: false,
@@ -643,10 +645,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
643
645
  });
644
646
  Object.defineProperty(WebRowIslandDescription.prototype, "rowEditable", {
645
647
  get: function () {
646
- return this.a1;
648
+ return this.a3;
647
649
  },
648
650
  set: function (a) {
649
- this.a1 = a;
651
+ this.a3 = a;
650
652
  this.j("RowEditable");
651
653
  },
652
654
  enumerable: false,
@@ -654,10 +656,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
654
656
  });
655
657
  Object.defineProperty(WebRowIslandDescription.prototype, "height", {
656
658
  get: function () {
657
- return this.c8;
659
+ return this.db;
658
660
  },
659
661
  set: function (a) {
660
- this.c8 = a;
662
+ this.db = a;
661
663
  this.j("Height");
662
664
  },
663
665
  enumerable: false,
@@ -665,10 +667,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
665
667
  });
666
668
  Object.defineProperty(WebRowIslandDescription.prototype, "width", {
667
669
  get: function () {
668
- return this.eh;
670
+ return this.ek;
669
671
  },
670
672
  set: function (a) {
671
- this.eh = a;
673
+ this.ek = a;
672
674
  this.j("Width");
673
675
  },
674
676
  enumerable: false,
@@ -676,10 +678,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
676
678
  });
677
679
  Object.defineProperty(WebRowIslandDescription.prototype, "rowHeight", {
678
680
  get: function () {
679
- return this.bk;
681
+ return this.bm;
680
682
  },
681
683
  set: function (a) {
682
- this.bk = a;
684
+ this.bm = a;
683
685
  this.j("RowHeight");
684
686
  },
685
687
  enumerable: false,
@@ -687,10 +689,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
687
689
  });
688
690
  Object.defineProperty(WebRowIslandDescription.prototype, "columnWidth", {
689
691
  get: function () {
690
- return this.cg;
692
+ return this.cj;
691
693
  },
692
694
  set: function (a) {
693
- this.cg = a;
695
+ this.cj = a;
694
696
  this.j("ColumnWidth");
695
697
  },
696
698
  enumerable: false,
@@ -698,10 +700,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
698
700
  });
699
701
  Object.defineProperty(WebRowIslandDescription.prototype, "emptyGridMessage", {
700
702
  get: function () {
701
- return this.cp;
703
+ return this.cs;
702
704
  },
703
705
  set: function (a) {
704
- this.cp = a;
706
+ this.cs = a;
705
707
  this.j("EmptyGridMessage");
706
708
  },
707
709
  enumerable: false,
@@ -709,10 +711,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
709
711
  });
710
712
  Object.defineProperty(WebRowIslandDescription.prototype, "isLoading", {
711
713
  get: function () {
712
- return this.ay;
714
+ return this.a0;
713
715
  },
714
716
  set: function (a) {
715
- this.ay = a;
717
+ this.a0 = a;
716
718
  this.j("IsLoading");
717
719
  },
718
720
  enumerable: false,
@@ -720,10 +722,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
720
722
  });
721
723
  Object.defineProperty(WebRowIslandDescription.prototype, "shouldGenerate", {
722
724
  get: function () {
723
- return this.a3;
725
+ return this.a5;
724
726
  },
725
727
  set: function (a) {
726
- this.a3 = a;
728
+ this.a5 = a;
727
729
  this.j("ShouldGenerate");
728
730
  },
729
731
  enumerable: false,
@@ -731,10 +733,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
731
733
  });
732
734
  Object.defineProperty(WebRowIslandDescription.prototype, "emptyFilteredGridMessage", {
733
735
  get: function () {
734
- return this.co;
736
+ return this.cr;
735
737
  },
736
738
  set: function (a) {
737
- this.co = a;
739
+ this.cr = a;
738
740
  this.j("EmptyFilteredGridMessage");
739
741
  },
740
742
  enumerable: false,
@@ -742,10 +744,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
742
744
  });
743
745
  Object.defineProperty(WebRowIslandDescription.prototype, "pinning", {
744
746
  get: function () {
745
- return this.ao;
747
+ return this.aq;
746
748
  },
747
749
  set: function (a) {
748
- this.ao = a;
750
+ this.aq = a;
749
751
  this.j("Pinning");
750
752
  },
751
753
  enumerable: false,
@@ -753,10 +755,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
753
755
  });
754
756
  Object.defineProperty(WebRowIslandDescription.prototype, "allowFiltering", {
755
757
  get: function () {
756
- return this.at;
758
+ return this.av;
757
759
  },
758
760
  set: function (a) {
759
- this.at = a;
761
+ this.av = a;
760
762
  this.j("AllowFiltering");
761
763
  },
762
764
  enumerable: false,
@@ -764,10 +766,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
764
766
  });
765
767
  Object.defineProperty(WebRowIslandDescription.prototype, "allowAdvancedFiltering", {
766
768
  get: function () {
767
- return this.as;
769
+ return this.au;
768
770
  },
769
771
  set: function (a) {
770
- this.as = a;
772
+ this.au = a;
771
773
  this.j("AllowAdvancedFiltering");
772
774
  },
773
775
  enumerable: false,
@@ -775,10 +777,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
775
777
  });
776
778
  Object.defineProperty(WebRowIslandDescription.prototype, "filterMode", {
777
779
  get: function () {
778
- return this.cx;
780
+ return this.c0;
779
781
  },
780
782
  set: function (a) {
781
- this.cx = a;
783
+ this.c0 = a;
782
784
  this.j("FilterMode");
783
785
  },
784
786
  enumerable: false,
@@ -786,10 +788,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
786
788
  });
787
789
  Object.defineProperty(WebRowIslandDescription.prototype, "summaryPosition", {
788
790
  get: function () {
789
- return this.ed;
791
+ return this.eg;
790
792
  },
791
793
  set: function (a) {
792
- this.ed = a;
794
+ this.eg = a;
793
795
  this.j("SummaryPosition");
794
796
  },
795
797
  enumerable: false,
@@ -797,10 +799,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
797
799
  });
798
800
  Object.defineProperty(WebRowIslandDescription.prototype, "summaryCalculationMode", {
799
801
  get: function () {
800
- return this.ec;
802
+ return this.ef;
801
803
  },
802
804
  set: function (a) {
803
- this.ec = a;
805
+ this.ef = a;
804
806
  this.j("SummaryCalculationMode");
805
807
  },
806
808
  enumerable: false,
@@ -808,10 +810,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
808
810
  });
809
811
  Object.defineProperty(WebRowIslandDescription.prototype, "showSummaryOnCollapse", {
810
812
  get: function () {
811
- return this.a5;
813
+ return this.a7;
812
814
  },
813
815
  set: function (a) {
814
- this.a5 = a;
816
+ this.a7 = a;
815
817
  this.j("ShowSummaryOnCollapse");
816
818
  },
817
819
  enumerable: false,
@@ -830,21 +832,32 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
830
832
  });
831
833
  Object.defineProperty(WebRowIslandDescription.prototype, "sortStrategy", {
832
834
  get: function () {
833
- return this.am;
835
+ return this.ao;
834
836
  },
835
837
  set: function (a) {
836
- this.am = a;
838
+ this.ao = a;
837
839
  this.j("SortStrategy");
838
840
  },
839
841
  enumerable: false,
840
842
  configurable: true
841
843
  });
844
+ Object.defineProperty(WebRowIslandDescription.prototype, "mergeStrategy", {
845
+ get: function () {
846
+ return this.ak;
847
+ },
848
+ set: function (a) {
849
+ this.ak = a;
850
+ this.j("MergeStrategy");
851
+ },
852
+ enumerable: false,
853
+ configurable: true
854
+ });
842
855
  Object.defineProperty(WebRowIslandDescription.prototype, "sortingOptions", {
843
856
  get: function () {
844
- return this.aq;
857
+ return this.as;
845
858
  },
846
859
  set: function (a) {
847
- this.aq = a;
860
+ this.as = a;
848
861
  this.j("SortingOptions");
849
862
  },
850
863
  enumerable: false,
@@ -863,10 +876,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
863
876
  });
864
877
  Object.defineProperty(WebRowIslandDescription.prototype, "headSelectorTemplateRef", {
865
878
  get: function () {
866
- return this.c7;
879
+ return this.da;
867
880
  },
868
881
  set: function (a) {
869
- this.c7 = a;
882
+ this.da = a;
870
883
  this.j("HeadSelectorTemplateRef");
871
884
  },
872
885
  enumerable: false,
@@ -874,10 +887,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
874
887
  });
875
888
  Object.defineProperty(WebRowIslandDescription.prototype, "rowSelectorTemplateRef", {
876
889
  get: function () {
877
- return this.d1;
890
+ return this.d4;
878
891
  },
879
892
  set: function (a) {
880
- this.d1 = a;
893
+ this.d4 = a;
881
894
  this.j("RowSelectorTemplateRef");
882
895
  },
883
896
  enumerable: false,
@@ -885,10 +898,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
885
898
  });
886
899
  Object.defineProperty(WebRowIslandDescription.prototype, "dragIndicatorIconTemplateRef", {
887
900
  get: function () {
888
- return this.cn;
901
+ return this.cq;
889
902
  },
890
903
  set: function (a) {
891
- this.cn = a;
904
+ this.cq = a;
892
905
  this.j("DragIndicatorIconTemplateRef");
893
906
  },
894
907
  enumerable: false,
@@ -907,21 +920,32 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
907
920
  });
908
921
  Object.defineProperty(WebRowIslandDescription.prototype, "cellSelection", {
909
922
  get: function () {
910
- return this.b2;
923
+ return this.b5;
911
924
  },
912
925
  set: function (a) {
913
- this.b2 = a;
926
+ this.b5 = a;
914
927
  this.j("CellSelection");
915
928
  },
916
929
  enumerable: false,
917
930
  configurable: true
918
931
  });
932
+ Object.defineProperty(WebRowIslandDescription.prototype, "cellMergeMode", {
933
+ get: function () {
934
+ return this.b4;
935
+ },
936
+ set: function (a) {
937
+ this.b4 = a;
938
+ this.j("CellMergeMode");
939
+ },
940
+ enumerable: false,
941
+ configurable: true
942
+ });
919
943
  Object.defineProperty(WebRowIslandDescription.prototype, "rowSelection", {
920
944
  get: function () {
921
- return this.dz;
945
+ return this.d2;
922
946
  },
923
947
  set: function (a) {
924
- this.dz = a;
948
+ this.d2 = a;
925
949
  this.j("RowSelection");
926
950
  },
927
951
  enumerable: false,
@@ -929,10 +953,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
929
953
  });
930
954
  Object.defineProperty(WebRowIslandDescription.prototype, "columnSelection", {
931
955
  get: function () {
932
- return this.cc;
956
+ return this.cf;
933
957
  },
934
958
  set: function (a) {
935
- this.cc = a;
959
+ this.cf = a;
936
960
  this.j("ColumnSelection");
937
961
  },
938
962
  enumerable: false,
@@ -940,10 +964,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
940
964
  });
941
965
  Object.defineProperty(WebRowIslandDescription.prototype, "expansionStates", {
942
966
  get: function () {
943
- return this.bs;
967
+ return this.bu;
944
968
  },
945
969
  set: function (a) {
946
- this.bs = a;
970
+ this.bu = a;
947
971
  this.j("ExpansionStates");
948
972
  },
949
973
  enumerable: false,
@@ -951,10 +975,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
951
975
  });
952
976
  Object.defineProperty(WebRowIslandDescription.prototype, "totalRecords", {
953
977
  get: function () {
954
- return this.bn;
978
+ return this.bp;
955
979
  },
956
980
  set: function (a) {
957
- this.bn = a;
981
+ this.bp = a;
958
982
  this.j("TotalRecords");
959
983
  },
960
984
  enumerable: false,
@@ -962,10 +986,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
962
986
  });
963
987
  Object.defineProperty(WebRowIslandDescription.prototype, "selectRowOnClick", {
964
988
  get: function () {
965
- return this.a2;
989
+ return this.a4;
966
990
  },
967
991
  set: function (a) {
968
- this.a2 = a;
992
+ this.a4 = a;
969
993
  this.j("SelectRowOnClick");
970
994
  },
971
995
  enumerable: false,
@@ -973,10 +997,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
973
997
  });
974
998
  Object.defineProperty(WebRowIslandDescription.prototype, "gridCreatedRef", {
975
999
  get: function () {
976
- return this.c0;
1000
+ return this.c3;
977
1001
  },
978
1002
  set: function (a) {
979
- this.c0 = a;
1003
+ this.c3 = a;
980
1004
  this.j("GridCreatedRef");
981
1005
  },
982
1006
  enumerable: false,
@@ -984,10 +1008,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
984
1008
  });
985
1009
  Object.defineProperty(WebRowIslandDescription.prototype, "gridInitializedRef", {
986
1010
  get: function () {
987
- return this.c1;
1011
+ return this.c4;
988
1012
  },
989
1013
  set: function (a) {
990
- this.c1 = a;
1014
+ this.c4 = a;
991
1015
  this.j("GridInitializedRef");
992
1016
  },
993
1017
  enumerable: false,
@@ -995,10 +1019,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
995
1019
  });
996
1020
  Object.defineProperty(WebRowIslandDescription.prototype, "dataPreLoadRef", {
997
1021
  get: function () {
998
- return this.ck;
1022
+ return this.cn;
999
1023
  },
1000
1024
  set: function (a) {
1001
- this.ck = a;
1025
+ this.cn = a;
1002
1026
  this.j("DataPreLoadRef");
1003
1027
  },
1004
1028
  enumerable: false,
@@ -1006,10 +1030,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1006
1030
  });
1007
1031
  Object.defineProperty(WebRowIslandDescription.prototype, "filteringExpressionsTreeChangeRef", {
1008
1032
  get: function () {
1009
- return this.cv;
1033
+ return this.cy;
1010
1034
  },
1011
1035
  set: function (a) {
1012
- this.cv = a;
1036
+ this.cy = a;
1013
1037
  this.j("FilteringExpressionsTreeChangeRef");
1014
1038
  },
1015
1039
  enumerable: false,
@@ -1017,10 +1041,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1017
1041
  });
1018
1042
  Object.defineProperty(WebRowIslandDescription.prototype, "advancedFilteringExpressionsTreeChangeRef", {
1019
1043
  get: function () {
1020
- return this.bw;
1044
+ return this.by;
1021
1045
  },
1022
1046
  set: function (a) {
1023
- this.bw = a;
1047
+ this.by = a;
1024
1048
  this.j("AdvancedFilteringExpressionsTreeChangeRef");
1025
1049
  },
1026
1050
  enumerable: false,
@@ -1028,10 +1052,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1028
1052
  });
1029
1053
  Object.defineProperty(WebRowIslandDescription.prototype, "gridScrollRef", {
1030
1054
  get: function () {
1031
- return this.c3;
1055
+ return this.c6;
1032
1056
  },
1033
1057
  set: function (a) {
1034
- this.c3 = a;
1058
+ this.c6 = a;
1035
1059
  this.j("GridScrollRef");
1036
1060
  },
1037
1061
  enumerable: false,
@@ -1039,10 +1063,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1039
1063
  });
1040
1064
  Object.defineProperty(WebRowIslandDescription.prototype, "cellClickRef", {
1041
1065
  get: function () {
1042
- return this.bx;
1066
+ return this.bz;
1043
1067
  },
1044
1068
  set: function (a) {
1045
- this.bx = a;
1069
+ this.bz = a;
1046
1070
  this.j("CellClickRef");
1047
1071
  },
1048
1072
  enumerable: false,
@@ -1050,10 +1074,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1050
1074
  });
1051
1075
  Object.defineProperty(WebRowIslandDescription.prototype, "rowClickRef", {
1052
1076
  get: function () {
1053
- return this.dj;
1077
+ return this.dm;
1054
1078
  },
1055
1079
  set: function (a) {
1056
- this.dj = a;
1080
+ this.dm = a;
1057
1081
  this.j("RowClickRef");
1058
1082
  },
1059
1083
  enumerable: false,
@@ -1061,10 +1085,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1061
1085
  });
1062
1086
  Object.defineProperty(WebRowIslandDescription.prototype, "formGroupCreatedRef", {
1063
1087
  get: function () {
1064
- return this.cy;
1088
+ return this.c1;
1065
1089
  },
1066
1090
  set: function (a) {
1067
- this.cy = a;
1091
+ this.c1 = a;
1068
1092
  this.j("FormGroupCreatedRef");
1069
1093
  },
1070
1094
  enumerable: false,
@@ -1072,10 +1096,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1072
1096
  });
1073
1097
  Object.defineProperty(WebRowIslandDescription.prototype, "validationStatusChangeRef", {
1074
1098
  get: function () {
1075
- return this.ef;
1099
+ return this.ei;
1076
1100
  },
1077
1101
  set: function (a) {
1078
- this.ef = a;
1102
+ this.ei = a;
1079
1103
  this.j("ValidationStatusChangeRef");
1080
1104
  },
1081
1105
  enumerable: false,
@@ -1083,10 +1107,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1083
1107
  });
1084
1108
  Object.defineProperty(WebRowIslandDescription.prototype, "selectedRef", {
1085
1109
  get: function () {
1086
- return this.d4;
1110
+ return this.d7;
1087
1111
  },
1088
1112
  set: function (a) {
1089
- this.d4 = a;
1113
+ this.d7 = a;
1090
1114
  this.j("SelectedRef");
1091
1115
  },
1092
1116
  enumerable: false,
@@ -1094,10 +1118,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1094
1118
  });
1095
1119
  Object.defineProperty(WebRowIslandDescription.prototype, "rowSelectionChangingRef", {
1096
1120
  get: function () {
1097
- return this.d0;
1121
+ return this.d3;
1098
1122
  },
1099
1123
  set: function (a) {
1100
- this.d0 = a;
1124
+ this.d3 = a;
1101
1125
  this.j("RowSelectionChangingRef");
1102
1126
  },
1103
1127
  enumerable: false,
@@ -1105,10 +1129,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1105
1129
  });
1106
1130
  Object.defineProperty(WebRowIslandDescription.prototype, "columnSelectionChangingRef", {
1107
1131
  get: function () {
1108
- return this.cd;
1132
+ return this.cg;
1109
1133
  },
1110
1134
  set: function (a) {
1111
- this.cd = a;
1135
+ this.cg = a;
1112
1136
  this.j("ColumnSelectionChangingRef");
1113
1137
  },
1114
1138
  enumerable: false,
@@ -1116,10 +1140,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1116
1140
  });
1117
1141
  Object.defineProperty(WebRowIslandDescription.prototype, "columnPinRef", {
1118
1142
  get: function () {
1119
- return this.b8;
1143
+ return this.cb;
1120
1144
  },
1121
1145
  set: function (a) {
1122
- this.b8 = a;
1146
+ this.cb = a;
1123
1147
  this.j("ColumnPinRef");
1124
1148
  },
1125
1149
  enumerable: false,
@@ -1127,10 +1151,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1127
1151
  });
1128
1152
  Object.defineProperty(WebRowIslandDescription.prototype, "columnPinnedRef", {
1129
1153
  get: function () {
1130
- return this.b9;
1154
+ return this.cc;
1131
1155
  },
1132
1156
  set: function (a) {
1133
- this.b9 = a;
1157
+ this.cc = a;
1134
1158
  this.j("ColumnPinnedRef");
1135
1159
  },
1136
1160
  enumerable: false,
@@ -1138,10 +1162,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1138
1162
  });
1139
1163
  Object.defineProperty(WebRowIslandDescription.prototype, "cellEditEnterRef", {
1140
1164
  get: function () {
1141
- return this.b0;
1165
+ return this.b2;
1142
1166
  },
1143
1167
  set: function (a) {
1144
- this.b0 = a;
1168
+ this.b2 = a;
1145
1169
  this.j("CellEditEnterRef");
1146
1170
  },
1147
1171
  enumerable: false,
@@ -1149,10 +1173,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1149
1173
  });
1150
1174
  Object.defineProperty(WebRowIslandDescription.prototype, "cellEditExitRef", {
1151
1175
  get: function () {
1152
- return this.b1;
1176
+ return this.b3;
1153
1177
  },
1154
1178
  set: function (a) {
1155
- this.b1 = a;
1179
+ this.b3 = a;
1156
1180
  this.j("CellEditExitRef");
1157
1181
  },
1158
1182
  enumerable: false,
@@ -1160,10 +1184,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1160
1184
  });
1161
1185
  Object.defineProperty(WebRowIslandDescription.prototype, "cellEditRef", {
1162
1186
  get: function () {
1163
- return this.by;
1187
+ return this.b0;
1164
1188
  },
1165
1189
  set: function (a) {
1166
- this.by = a;
1190
+ this.b0 = a;
1167
1191
  this.j("CellEditRef");
1168
1192
  },
1169
1193
  enumerable: false,
@@ -1171,10 +1195,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1171
1195
  });
1172
1196
  Object.defineProperty(WebRowIslandDescription.prototype, "cellEditDoneRef", {
1173
1197
  get: function () {
1174
- return this.bz;
1198
+ return this.b1;
1175
1199
  },
1176
1200
  set: function (a) {
1177
- this.bz = a;
1201
+ this.b1 = a;
1178
1202
  this.j("CellEditDoneRef");
1179
1203
  },
1180
1204
  enumerable: false,
@@ -1182,10 +1206,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1182
1206
  });
1183
1207
  Object.defineProperty(WebRowIslandDescription.prototype, "rowEditEnterRef", {
1184
1208
  get: function () {
1185
- return this.dt;
1209
+ return this.dw;
1186
1210
  },
1187
1211
  set: function (a) {
1188
- this.dt = a;
1212
+ this.dw = a;
1189
1213
  this.j("RowEditEnterRef");
1190
1214
  },
1191
1215
  enumerable: false,
@@ -1193,10 +1217,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1193
1217
  });
1194
1218
  Object.defineProperty(WebRowIslandDescription.prototype, "rowEditRef", {
1195
1219
  get: function () {
1196
- return this.dq;
1220
+ return this.dt;
1197
1221
  },
1198
1222
  set: function (a) {
1199
- this.dq = a;
1223
+ this.dt = a;
1200
1224
  this.j("RowEditRef");
1201
1225
  },
1202
1226
  enumerable: false,
@@ -1204,10 +1228,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1204
1228
  });
1205
1229
  Object.defineProperty(WebRowIslandDescription.prototype, "rowEditDoneRef", {
1206
1230
  get: function () {
1207
- return this.ds;
1231
+ return this.dv;
1208
1232
  },
1209
1233
  set: function (a) {
1210
- this.ds = a;
1234
+ this.dv = a;
1211
1235
  this.j("RowEditDoneRef");
1212
1236
  },
1213
1237
  enumerable: false,
@@ -1215,10 +1239,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1215
1239
  });
1216
1240
  Object.defineProperty(WebRowIslandDescription.prototype, "rowEditExitRef", {
1217
1241
  get: function () {
1218
- return this.du;
1242
+ return this.dx;
1219
1243
  },
1220
1244
  set: function (a) {
1221
- this.du = a;
1245
+ this.dx = a;
1222
1246
  this.j("RowEditExitRef");
1223
1247
  },
1224
1248
  enumerable: false,
@@ -1226,10 +1250,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1226
1250
  });
1227
1251
  Object.defineProperty(WebRowIslandDescription.prototype, "columnInitRef", {
1228
1252
  get: function () {
1229
- return this.b4;
1253
+ return this.b7;
1230
1254
  },
1231
1255
  set: function (a) {
1232
- this.b4 = a;
1256
+ this.b7 = a;
1233
1257
  this.j("ColumnInitRef");
1234
1258
  },
1235
1259
  enumerable: false,
@@ -1237,10 +1261,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1237
1261
  });
1238
1262
  Object.defineProperty(WebRowIslandDescription.prototype, "columnsAutogeneratedRef", {
1239
1263
  get: function () {
1240
- return this.cb;
1264
+ return this.ce;
1241
1265
  },
1242
1266
  set: function (a) {
1243
- this.cb = a;
1267
+ this.ce = a;
1244
1268
  this.j("ColumnsAutogeneratedRef");
1245
1269
  },
1246
1270
  enumerable: false,
@@ -1248,10 +1272,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1248
1272
  });
1249
1273
  Object.defineProperty(WebRowIslandDescription.prototype, "sortingRef", {
1250
1274
  get: function () {
1251
- return this.d9;
1275
+ return this.ec;
1252
1276
  },
1253
1277
  set: function (a) {
1254
- this.d9 = a;
1278
+ this.ec = a;
1255
1279
  this.j("SortingRef");
1256
1280
  },
1257
1281
  enumerable: false,
@@ -1259,10 +1283,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1259
1283
  });
1260
1284
  Object.defineProperty(WebRowIslandDescription.prototype, "sortingDoneRef", {
1261
1285
  get: function () {
1262
- return this.ea;
1286
+ return this.ed;
1263
1287
  },
1264
1288
  set: function (a) {
1265
- this.ea = a;
1289
+ this.ed = a;
1266
1290
  this.j("SortingDoneRef");
1267
1291
  },
1268
1292
  enumerable: false,
@@ -1270,10 +1294,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1270
1294
  });
1271
1295
  Object.defineProperty(WebRowIslandDescription.prototype, "filteringRef", {
1272
1296
  get: function () {
1273
- return this.ct;
1297
+ return this.cw;
1274
1298
  },
1275
1299
  set: function (a) {
1276
- this.ct = a;
1300
+ this.cw = a;
1277
1301
  this.j("FilteringRef");
1278
1302
  },
1279
1303
  enumerable: false,
@@ -1281,10 +1305,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1281
1305
  });
1282
1306
  Object.defineProperty(WebRowIslandDescription.prototype, "filteringDoneRef", {
1283
1307
  get: function () {
1284
- return this.cu;
1308
+ return this.cx;
1285
1309
  },
1286
1310
  set: function (a) {
1287
- this.cu = a;
1311
+ this.cx = a;
1288
1312
  this.j("FilteringDoneRef");
1289
1313
  },
1290
1314
  enumerable: false,
@@ -1292,10 +1316,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1292
1316
  });
1293
1317
  Object.defineProperty(WebRowIslandDescription.prototype, "rowAddedRef", {
1294
1318
  get: function () {
1295
- return this.dg;
1319
+ return this.dj;
1296
1320
  },
1297
1321
  set: function (a) {
1298
- this.dg = a;
1322
+ this.dj = a;
1299
1323
  this.j("RowAddedRef");
1300
1324
  },
1301
1325
  enumerable: false,
@@ -1303,10 +1327,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1303
1327
  });
1304
1328
  Object.defineProperty(WebRowIslandDescription.prototype, "rowDeletedRef", {
1305
1329
  get: function () {
1306
- return this.dm;
1330
+ return this.dq;
1307
1331
  },
1308
1332
  set: function (a) {
1309
- this.dm = a;
1333
+ this.dq = a;
1310
1334
  this.j("RowDeletedRef");
1311
1335
  },
1312
1336
  enumerable: false,
@@ -1314,10 +1338,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1314
1338
  });
1315
1339
  Object.defineProperty(WebRowIslandDescription.prototype, "rowDeleteRef", {
1316
1340
  get: function () {
1317
- return this.dl;
1341
+ return this.dp;
1318
1342
  },
1319
1343
  set: function (a) {
1320
- this.dl = a;
1344
+ this.dp = a;
1321
1345
  this.j("RowDeleteRef");
1322
1346
  },
1323
1347
  enumerable: false,
@@ -1325,10 +1349,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1325
1349
  });
1326
1350
  Object.defineProperty(WebRowIslandDescription.prototype, "rowAddRef", {
1327
1351
  get: function () {
1328
- return this.df;
1352
+ return this.di;
1329
1353
  },
1330
1354
  set: function (a) {
1331
- this.df = a;
1355
+ this.di = a;
1332
1356
  this.j("RowAddRef");
1333
1357
  },
1334
1358
  enumerable: false,
@@ -1336,10 +1360,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1336
1360
  });
1337
1361
  Object.defineProperty(WebRowIslandDescription.prototype, "columnResizedRef", {
1338
1362
  get: function () {
1339
- return this.ca;
1363
+ return this.cd;
1340
1364
  },
1341
1365
  set: function (a) {
1342
- this.ca = a;
1366
+ this.cd = a;
1343
1367
  this.j("ColumnResizedRef");
1344
1368
  },
1345
1369
  enumerable: false,
@@ -1347,10 +1371,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1347
1371
  });
1348
1372
  Object.defineProperty(WebRowIslandDescription.prototype, "contextMenuRef", {
1349
1373
  get: function () {
1350
- return this.ch;
1374
+ return this.ck;
1351
1375
  },
1352
1376
  set: function (a) {
1353
- this.ch = a;
1377
+ this.ck = a;
1354
1378
  this.j("ContextMenuRef");
1355
1379
  },
1356
1380
  enumerable: false,
@@ -1358,10 +1382,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1358
1382
  });
1359
1383
  Object.defineProperty(WebRowIslandDescription.prototype, "doubleClickRef", {
1360
1384
  get: function () {
1361
- return this.cl;
1385
+ return this.co;
1362
1386
  },
1363
1387
  set: function (a) {
1364
- this.cl = a;
1388
+ this.co = a;
1365
1389
  this.j("DoubleClickRef");
1366
1390
  },
1367
1391
  enumerable: false,
@@ -1369,10 +1393,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1369
1393
  });
1370
1394
  Object.defineProperty(WebRowIslandDescription.prototype, "columnVisibilityChangingRef", {
1371
1395
  get: function () {
1372
- return this.cf;
1396
+ return this.ci;
1373
1397
  },
1374
1398
  set: function (a) {
1375
- this.cf = a;
1399
+ this.ci = a;
1376
1400
  this.j("ColumnVisibilityChangingRef");
1377
1401
  },
1378
1402
  enumerable: false,
@@ -1380,10 +1404,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1380
1404
  });
1381
1405
  Object.defineProperty(WebRowIslandDescription.prototype, "columnVisibilityChangedRef", {
1382
1406
  get: function () {
1383
- return this.ce;
1407
+ return this.ch;
1384
1408
  },
1385
1409
  set: function (a) {
1386
- this.ce = a;
1410
+ this.ch = a;
1387
1411
  this.j("ColumnVisibilityChangedRef");
1388
1412
  },
1389
1413
  enumerable: false,
@@ -1391,10 +1415,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1391
1415
  });
1392
1416
  Object.defineProperty(WebRowIslandDescription.prototype, "columnMovingStartRef", {
1393
1417
  get: function () {
1394
- return this.b7;
1418
+ return this.ca;
1395
1419
  },
1396
1420
  set: function (a) {
1397
- this.b7 = a;
1421
+ this.ca = a;
1398
1422
  this.j("ColumnMovingStartRef");
1399
1423
  },
1400
1424
  enumerable: false,
@@ -1402,10 +1426,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1402
1426
  });
1403
1427
  Object.defineProperty(WebRowIslandDescription.prototype, "columnMovingRef", {
1404
1428
  get: function () {
1405
- return this.b5;
1429
+ return this.b8;
1406
1430
  },
1407
1431
  set: function (a) {
1408
- this.b5 = a;
1432
+ this.b8 = a;
1409
1433
  this.j("ColumnMovingRef");
1410
1434
  },
1411
1435
  enumerable: false,
@@ -1413,10 +1437,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1413
1437
  });
1414
1438
  Object.defineProperty(WebRowIslandDescription.prototype, "columnMovingEndRef", {
1415
1439
  get: function () {
1416
- return this.b6;
1440
+ return this.b9;
1417
1441
  },
1418
1442
  set: function (a) {
1419
- this.b6 = a;
1443
+ this.b9 = a;
1420
1444
  this.j("ColumnMovingEndRef");
1421
1445
  },
1422
1446
  enumerable: false,
@@ -1424,10 +1448,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1424
1448
  });
1425
1449
  Object.defineProperty(WebRowIslandDescription.prototype, "gridKeydownRef", {
1426
1450
  get: function () {
1427
- return this.c2;
1451
+ return this.c5;
1428
1452
  },
1429
1453
  set: function (a) {
1430
- this.c2 = a;
1454
+ this.c5 = a;
1431
1455
  this.j("GridKeydownRef");
1432
1456
  },
1433
1457
  enumerable: false,
@@ -1435,10 +1459,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1435
1459
  });
1436
1460
  Object.defineProperty(WebRowIslandDescription.prototype, "rowDragStartRef", {
1437
1461
  get: function () {
1438
- return this.dp;
1462
+ return this.ds;
1439
1463
  },
1440
1464
  set: function (a) {
1441
- this.dp = a;
1465
+ this.ds = a;
1442
1466
  this.j("RowDragStartRef");
1443
1467
  },
1444
1468
  enumerable: false,
@@ -1446,10 +1470,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1446
1470
  });
1447
1471
  Object.defineProperty(WebRowIslandDescription.prototype, "rowDragEndRef", {
1448
1472
  get: function () {
1449
- return this.dn;
1473
+ return this.dr;
1450
1474
  },
1451
1475
  set: function (a) {
1452
- this.dn = a;
1476
+ this.dr = a;
1453
1477
  this.j("RowDragEndRef");
1454
1478
  },
1455
1479
  enumerable: false,
@@ -1457,10 +1481,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1457
1481
  });
1458
1482
  Object.defineProperty(WebRowIslandDescription.prototype, "gridCopyRef", {
1459
1483
  get: function () {
1460
- return this.cz;
1484
+ return this.c2;
1461
1485
  },
1462
1486
  set: function (a) {
1463
- this.cz = a;
1487
+ this.c2 = a;
1464
1488
  this.j("GridCopyRef");
1465
1489
  },
1466
1490
  enumerable: false,
@@ -1468,10 +1492,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1468
1492
  });
1469
1493
  Object.defineProperty(WebRowIslandDescription.prototype, "expansionStatesChangeRef", {
1470
1494
  get: function () {
1471
- return this.cs;
1495
+ return this.cv;
1472
1496
  },
1473
1497
  set: function (a) {
1474
- this.cs = a;
1498
+ this.cv = a;
1475
1499
  this.j("ExpansionStatesChangeRef");
1476
1500
  },
1477
1501
  enumerable: false,
@@ -1479,10 +1503,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1479
1503
  });
1480
1504
  Object.defineProperty(WebRowIslandDescription.prototype, "selectedRowsChangeRef", {
1481
1505
  get: function () {
1482
- return this.d5;
1506
+ return this.d8;
1483
1507
  },
1484
1508
  set: function (a) {
1485
- this.d5 = a;
1509
+ this.d8 = a;
1486
1510
  this.j("SelectedRowsChangeRef");
1487
1511
  },
1488
1512
  enumerable: false,
@@ -1490,10 +1514,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1490
1514
  });
1491
1515
  Object.defineProperty(WebRowIslandDescription.prototype, "rowToggleRef", {
1492
1516
  get: function () {
1493
- return this.d3;
1517
+ return this.d6;
1494
1518
  },
1495
1519
  set: function (a) {
1496
- this.d3 = a;
1520
+ this.d6 = a;
1497
1521
  this.j("RowToggleRef");
1498
1522
  },
1499
1523
  enumerable: false,
@@ -1501,10 +1525,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1501
1525
  });
1502
1526
  Object.defineProperty(WebRowIslandDescription.prototype, "rowPinningRef", {
1503
1527
  get: function () {
1504
- return this.dy;
1528
+ return this.d1;
1505
1529
  },
1506
1530
  set: function (a) {
1507
- this.dy = a;
1531
+ this.d1 = a;
1508
1532
  this.j("RowPinningRef");
1509
1533
  },
1510
1534
  enumerable: false,
@@ -1512,10 +1536,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1512
1536
  });
1513
1537
  Object.defineProperty(WebRowIslandDescription.prototype, "rowPinnedRef", {
1514
1538
  get: function () {
1515
- return this.dx;
1539
+ return this.d0;
1516
1540
  },
1517
1541
  set: function (a) {
1518
- this.dx = a;
1542
+ this.d0 = a;
1519
1543
  this.j("RowPinnedRef");
1520
1544
  },
1521
1545
  enumerable: false,
@@ -1523,10 +1547,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1523
1547
  });
1524
1548
  Object.defineProperty(WebRowIslandDescription.prototype, "activeNodeChangeRef", {
1525
1549
  get: function () {
1526
- return this.bu;
1550
+ return this.bw;
1527
1551
  },
1528
1552
  set: function (a) {
1529
- this.bu = a;
1553
+ this.bw = a;
1530
1554
  this.j("ActiveNodeChangeRef");
1531
1555
  },
1532
1556
  enumerable: false,
@@ -1534,10 +1558,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1534
1558
  });
1535
1559
  Object.defineProperty(WebRowIslandDescription.prototype, "sortingExpressionsChangeRef", {
1536
1560
  get: function () {
1537
- return this.eb;
1561
+ return this.ee;
1538
1562
  },
1539
1563
  set: function (a) {
1540
- this.eb = a;
1564
+ this.ee = a;
1541
1565
  this.j("SortingExpressionsChangeRef");
1542
1566
  },
1543
1567
  enumerable: false,
@@ -1545,10 +1569,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1545
1569
  });
1546
1570
  Object.defineProperty(WebRowIslandDescription.prototype, "toolbarExportingRef", {
1547
1571
  get: function () {
1548
- return this.ee;
1572
+ return this.eh;
1549
1573
  },
1550
1574
  set: function (a) {
1551
- this.ee = a;
1575
+ this.eh = a;
1552
1576
  this.j("ToolbarExportingRef");
1553
1577
  },
1554
1578
  enumerable: false,
@@ -1556,10 +1580,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1556
1580
  });
1557
1581
  Object.defineProperty(WebRowIslandDescription.prototype, "rangeSelectedRef", {
1558
1582
  get: function () {
1559
- return this.dd;
1583
+ return this.dg;
1560
1584
  },
1561
1585
  set: function (a) {
1562
- this.dd = a;
1586
+ this.dg = a;
1563
1587
  this.j("RangeSelectedRef");
1564
1588
  },
1565
1589
  enumerable: false,
@@ -1567,10 +1591,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1567
1591
  });
1568
1592
  Object.defineProperty(WebRowIslandDescription.prototype, "renderedRef", {
1569
1593
  get: function () {
1570
- return this.de;
1594
+ return this.dh;
1571
1595
  },
1572
1596
  set: function (a) {
1573
- this.de = a;
1597
+ this.dh = a;
1574
1598
  this.j("RenderedRef");
1575
1599
  },
1576
1600
  enumerable: false,
@@ -1578,10 +1602,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1578
1602
  });
1579
1603
  Object.defineProperty(WebRowIslandDescription.prototype, "dataChangingRef", {
1580
1604
  get: function () {
1581
- return this.cj;
1605
+ return this.cm;
1582
1606
  },
1583
1607
  set: function (a) {
1584
- this.cj = a;
1608
+ this.cm = a;
1585
1609
  this.j("DataChangingRef");
1586
1610
  },
1587
1611
  enumerable: false,
@@ -1589,10 +1613,10 @@ var WebRowIslandDescription = /** @class */ /*@__PURE__*/ (function (_super) {
1589
1613
  });
1590
1614
  Object.defineProperty(WebRowIslandDescription.prototype, "dataChangedRef", {
1591
1615
  get: function () {
1592
- return this.ci;
1616
+ return this.cl;
1593
1617
  },
1594
1618
  set: function (a) {
1595
- this.ci = a;
1619
+ this.cl = a;
1596
1620
  this.j("DataChangedRef");
1597
1621
  },
1598
1622
  enumerable: false,