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