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