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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (224) hide show
  1. package/bundles/igniteui-angular-core.umd.js +3102 -2546
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +583 -553
  4. package/esm2015/lib/OthersCategoryContextDescription.js +5 -3
  5. package/esm2015/lib/OthersCategoryContextDescriptionMetadata.js +1 -0
  6. package/esm2015/lib/{WebTreeSelectionChangeEventArgsDescription.js → WebActiveStepChangedEventArgsDescription.js} +7 -7
  7. package/esm2015/lib/WebActiveStepChangedEventArgsDescriptionMetadata.js +43 -0
  8. package/esm2015/lib/{WebActiveStepChangedArgsDetailDescription.js → WebActiveStepChangedEventArgsDetailDescription.js} +7 -7
  9. package/esm2015/lib/WebActiveStepChangedEventArgsDetailDescriptionMetadata.js +42 -0
  10. package/esm2015/lib/{WebActiveStepChangedArgsEventArgsDescription.js → WebActiveStepChangingEventArgsDescription.js} +7 -7
  11. package/esm2015/lib/WebActiveStepChangingEventArgsDescriptionMetadata.js +43 -0
  12. package/esm2015/lib/{WebActiveStepChangingArgsDetailDescription.js → WebActiveStepChangingEventArgsDetailDescription.js} +7 -7
  13. package/esm2015/lib/WebActiveStepChangingEventArgsDetailDescriptionMetadata.js +42 -0
  14. package/esm2015/lib/WebBaseAlertLikeDescriptionMetadata.js +1 -1
  15. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +9 -4
  16. package/esm2015/lib/WebButtonGroupDescriptionMetadata.js +1 -1
  17. package/esm2015/lib/WebCalendarBaseDescriptionMetadata.js +1 -1
  18. package/esm2015/lib/WebCalendarDescriptionMetadata.js +1 -1
  19. package/esm2015/lib/WebCardActionsDescriptionMetadata.js +1 -1
  20. package/esm2015/lib/WebCarouselDescriptionMetadata.js +1 -1
  21. package/esm2015/lib/WebCheckboxBaseDescriptionMetadata.js +1 -1
  22. package/esm2015/lib/WebColumnDescription.js +79 -47
  23. package/esm2015/lib/WebColumnDescriptionMetadata.js +8 -0
  24. package/esm2015/lib/WebColumnGroupDescription.js +11 -11
  25. package/esm2015/lib/WebDatePickerDescriptionMetadata.js +3 -3
  26. package/esm2015/lib/WebDropdownDescriptionMetadata.js +3 -2
  27. package/esm2015/lib/{WebActiveStepChangingArgsEventArgsDescription.js → WebForOfDataChangeEventArgsDescription.js} +7 -7
  28. package/esm2015/lib/WebForOfDataChangeEventArgsDescriptionMetadata.js +46 -0
  29. package/esm2015/lib/WebForOfDataChangeEventArgsDetailDescription.js +25 -0
  30. package/esm2015/lib/WebForOfDataChangeEventArgsDetailDescriptionMetadata.js +45 -0
  31. package/esm2015/lib/WebForOfStateDetailDescription.js +14 -11
  32. package/esm2015/lib/WebForOfStateDetailDescriptionMetadata.js +0 -2
  33. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +274 -258
  34. package/esm2015/lib/WebGridCreatedEventArgsDescriptionMetadata_combined.js +10 -4
  35. package/esm2015/lib/WebGridCreatedEventArgsDetailDescription.js +8 -0
  36. package/esm2015/lib/WebGridDescription.js +61 -45
  37. package/esm2015/lib/WebGridDescriptionMetadata.js +6 -0
  38. package/esm2015/lib/WebGridDescriptionModule.js +4 -0
  39. package/esm2015/lib/WebGroupByExpandStateEventArgsDescription.js +36 -0
  40. package/esm2015/lib/WebGroupByExpandStateEventArgsDescriptionMetadata.js +45 -0
  41. package/esm2015/lib/WebGroupingExpressionEventArgsDescription.js +36 -0
  42. package/esm2015/lib/WebGroupingExpressionEventArgsDescriptionMetadata.js +45 -0
  43. package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  44. package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
  45. package/esm2015/lib/WebImportsHalper.js +23 -13
  46. package/esm2015/lib/WebInputDescription.js +30 -30
  47. package/esm2015/lib/WebInputDescriptionMetadata.js +2 -2
  48. package/esm2015/lib/WebPivotDataSelectorDescription.js +34 -2
  49. package/esm2015/lib/WebPivotDataSelectorDescriptionMetadata.js +6 -0
  50. package/esm2015/lib/WebPivotGridDescription.js +42 -42
  51. package/esm2015/lib/WebRadioDescriptionMetadata.js +1 -1
  52. package/esm2015/lib/WebRadioGroupDescriptionMetadata.js +2 -2
  53. package/esm2015/lib/WebRowIslandDescription.js +290 -274
  54. package/esm2015/lib/WebSelectDescriptionMetadata.js +3 -2
  55. package/esm2015/lib/WebSliderBaseDescriptionMetadata.js +2 -2
  56. package/esm2015/lib/WebStepperDescriptionMetadata.js +6 -6
  57. package/esm2015/lib/WebStepperDescriptionModule.js +4 -4
  58. package/esm2015/lib/WebTabDescription.js +3 -3
  59. package/esm2015/lib/WebTabDescriptionMetadata.js +1 -1
  60. package/esm2015/lib/WebTabsDescriptionModule.js +0 -2
  61. package/esm2015/lib/WebTextareaDescriptionMetadata.js +2 -6
  62. package/esm2015/lib/WebTileManagerDescriptionMetadata.js +1 -1
  63. package/esm2015/lib/WebTooltipDescription.js +146 -0
  64. package/esm2015/lib/WebTooltipDescriptionMetadata.js +59 -0
  65. package/esm2015/lib/{WebTabPanelDescriptionModule.js → WebTooltipDescriptionModule.js} +6 -6
  66. package/esm2015/lib/WebTreeDescriptionMetadata.js +2 -2
  67. package/esm2015/lib/WebTreeDescriptionModule.js +2 -2
  68. package/esm2015/lib/WebTreeGridDescription.js +28 -28
  69. package/esm2015/lib/{WebTreeSelectionOptionsEventArgsDescription.js → WebTreeSelectionEventArgsDescription.js} +7 -5
  70. package/esm2015/lib/WebTreeSelectionEventArgsDescriptionMetadata.js +43 -0
  71. package/esm2015/lib/{WebTreeSelectionChangeDetailDescription.js → WebTreeSelectionEventArgsDetailDescription.js} +7 -7
  72. package/esm2015/lib/WebTreeSelectionEventArgsDetailDescriptionMetadata.js +44 -0
  73. package/esm2015/public_api.js +23 -21
  74. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +591 -557
  75. package/esm5/lib/OthersCategoryContextDescription.js +5 -3
  76. package/esm5/lib/OthersCategoryContextDescriptionMetadata.js +1 -0
  77. package/esm5/lib/{WebActiveStepChangedArgsEventArgsDescription.js → WebActiveStepChangedEventArgsDescription.js} +12 -12
  78. package/esm5/lib/WebActiveStepChangedEventArgsDescriptionMetadata.js +47 -0
  79. package/esm5/lib/WebActiveStepChangedEventArgsDetailDescription.js +46 -0
  80. package/esm5/lib/WebActiveStepChangedEventArgsDetailDescriptionMetadata.js +46 -0
  81. package/esm5/lib/{WebActiveStepChangedArgsDetailDescription.js → WebActiveStepChangingEventArgsDescription.js} +16 -16
  82. package/esm5/lib/WebActiveStepChangingEventArgsDescriptionMetadata.js +47 -0
  83. package/esm5/lib/{WebActiveStepChangingArgsDetailDescription.js → WebActiveStepChangingEventArgsDetailDescription.js} +13 -13
  84. package/esm5/lib/WebActiveStepChangingEventArgsDetailDescriptionMetadata.js +46 -0
  85. package/esm5/lib/WebBaseAlertLikeDescriptionMetadata.js +1 -1
  86. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +9 -4
  87. package/esm5/lib/WebButtonGroupDescriptionMetadata.js +1 -1
  88. package/esm5/lib/WebCalendarBaseDescriptionMetadata.js +1 -1
  89. package/esm5/lib/WebCalendarDescriptionMetadata.js +1 -1
  90. package/esm5/lib/WebCardActionsDescriptionMetadata.js +1 -1
  91. package/esm5/lib/WebCarouselDescriptionMetadata.js +1 -1
  92. package/esm5/lib/WebCheckboxBaseDescriptionMetadata.js +1 -1
  93. package/esm5/lib/WebColumnDescription.js +95 -47
  94. package/esm5/lib/WebColumnDescriptionMetadata.js +8 -0
  95. package/esm5/lib/WebColumnGroupDescription.js +11 -11
  96. package/esm5/lib/WebDatePickerDescriptionMetadata.js +3 -3
  97. package/esm5/lib/WebDropdownDescriptionMetadata.js +3 -2
  98. package/esm5/lib/{WebTreeSelectionChangeDetailDescription.js → WebForOfDataChangeEventArgsDescription.js} +13 -13
  99. package/esm5/lib/WebForOfDataChangeEventArgsDescriptionMetadata.js +50 -0
  100. package/esm5/lib/WebForOfDataChangeEventArgsDetailDescription.js +26 -0
  101. package/esm5/lib/WebForOfDataChangeEventArgsDetailDescriptionMetadata.js +49 -0
  102. package/esm5/lib/WebForOfStateDetailDescription.js +18 -11
  103. package/esm5/lib/WebForOfStateDetailDescriptionMetadata.js +0 -2
  104. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +282 -258
  105. package/esm5/lib/WebGridCreatedEventArgsDescriptionMetadata_combined.js +10 -4
  106. package/esm5/lib/WebGridCreatedEventArgsDetailDescription.js +12 -0
  107. package/esm5/lib/WebGridDescription.js +69 -45
  108. package/esm5/lib/WebGridDescriptionMetadata.js +6 -0
  109. package/esm5/lib/WebGridDescriptionModule.js +4 -0
  110. package/esm5/lib/WebGroupByExpandStateEventArgsDescription.js +46 -0
  111. package/esm5/lib/WebGroupByExpandStateEventArgsDescriptionMetadata.js +49 -0
  112. package/esm5/lib/WebGroupingExpressionEventArgsDescription.js +46 -0
  113. package/esm5/lib/WebGroupingExpressionEventArgsDescriptionMetadata.js +49 -0
  114. package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  115. package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
  116. package/esm5/lib/WebImportsHalper.js +44 -31
  117. package/esm5/lib/WebInputDescription.js +30 -30
  118. package/esm5/lib/WebInputDescriptionMetadata.js +2 -2
  119. package/esm5/lib/WebPivotDataSelectorDescription.js +49 -1
  120. package/esm5/lib/WebPivotDataSelectorDescriptionMetadata.js +6 -0
  121. package/esm5/lib/WebPivotGridDescription.js +42 -42
  122. package/esm5/lib/WebRadioDescriptionMetadata.js +1 -1
  123. package/esm5/lib/WebRadioGroupDescriptionMetadata.js +2 -2
  124. package/esm5/lib/WebRowIslandDescription.js +298 -274
  125. package/esm5/lib/WebSelectDescriptionMetadata.js +3 -2
  126. package/esm5/lib/WebSliderBaseDescriptionMetadata.js +2 -2
  127. package/esm5/lib/WebStepperDescriptionMetadata.js +6 -6
  128. package/esm5/lib/WebStepperDescriptionModule.js +4 -4
  129. package/esm5/lib/WebTabDescription.js +2 -2
  130. package/esm5/lib/WebTabDescriptionMetadata.js +1 -1
  131. package/esm5/lib/WebTabsDescriptionModule.js +0 -2
  132. package/esm5/lib/WebTextareaDescriptionMetadata.js +2 -6
  133. package/esm5/lib/WebTileManagerDescriptionMetadata.js +1 -1
  134. package/esm5/lib/WebTooltipDescription.js +212 -0
  135. package/esm5/lib/WebTooltipDescriptionMetadata.js +63 -0
  136. package/esm5/lib/{WebTabPanelDescriptionModule.js → WebTooltipDescriptionModule.js} +9 -9
  137. package/esm5/lib/WebTreeDescriptionMetadata.js +2 -2
  138. package/esm5/lib/WebTreeDescriptionModule.js +2 -2
  139. package/esm5/lib/WebTreeGridDescription.js +28 -28
  140. package/esm5/lib/{WebTreeSelectionOptionsEventArgsDescription.js → WebTreeSelectionEventArgsDescription.js} +12 -10
  141. package/esm5/lib/WebTreeSelectionEventArgsDescriptionMetadata.js +47 -0
  142. package/esm5/lib/{WebTreeSelectionChangeEventArgsDescription.js → WebTreeSelectionEventArgsDetailDescription.js} +13 -13
  143. package/esm5/lib/WebTreeSelectionEventArgsDetailDescriptionMetadata.js +48 -0
  144. package/esm5/public_api.js +23 -21
  145. package/fesm2015/igniteui-angular-core.js +2583 -2167
  146. package/fesm5/igniteui-angular-core.js +3080 -2526
  147. package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +185 -180
  148. package/lib/OthersCategoryContextDescription.d.ts +3 -1
  149. package/lib/WebActiveStepChangedEventArgsDescription.d.ts +17 -0
  150. package/lib/WebActiveStepChangedEventArgsDescriptionMetadata.d.ts +13 -0
  151. package/lib/{WebActiveStepChangedArgsDetailDescription.d.ts → WebActiveStepChangedEventArgsDetailDescription.d.ts} +1 -1
  152. package/lib/{WebActiveStepChangingArgsEventArgsDescriptionMetadata.d.ts → WebActiveStepChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  153. package/lib/WebActiveStepChangingEventArgsDescription.d.ts +17 -0
  154. package/lib/{WebActiveStepChangedArgsDetailDescriptionMetadata.d.ts → WebActiveStepChangingEventArgsDescriptionMetadata.d.ts} +1 -1
  155. package/lib/{WebActiveStepChangingArgsDetailDescription.d.ts → WebActiveStepChangingEventArgsDetailDescription.d.ts} +1 -1
  156. package/lib/{WebActiveStepChangingArgsDetailDescriptionMetadata.d.ts → WebActiveStepChangingEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  157. package/lib/WebColumnDescription.d.ts +28 -16
  158. package/lib/WebColumnGroupDescription.d.ts +4 -4
  159. package/lib/WebForOfDataChangeEventArgsDescription.d.ts +17 -0
  160. package/lib/{WebTreeSelectionChangeDetailDescriptionMetadata.d.ts → WebForOfDataChangeEventArgsDescriptionMetadata.d.ts} +1 -1
  161. package/lib/WebForOfDataChangeEventArgsDetailDescription.d.ts +12 -0
  162. package/lib/{WebActiveStepChangedArgsEventArgsDescriptionMetadata.d.ts → WebForOfDataChangeEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  163. package/lib/WebForOfStateDetailDescription.d.ts +7 -6
  164. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +95 -89
  165. package/lib/WebGridCreatedEventArgsDetailDescription.d.ts +3 -0
  166. package/lib/WebGridDescription.d.ts +22 -16
  167. package/lib/WebGroupByExpandStateEventArgsDescription.d.ts +17 -0
  168. package/lib/WebGroupByExpandStateEventArgsDescriptionMetadata.d.ts +13 -0
  169. package/lib/WebGroupingExpressionEventArgsDescription.d.ts +17 -0
  170. package/lib/WebGroupingExpressionEventArgsDescriptionMetadata.d.ts +13 -0
  171. package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
  172. package/lib/WebHierarchicalGridDescription.d.ts +5 -5
  173. package/lib/WebImportsHalper.d.ts +4 -1
  174. package/lib/WebInputDescription.d.ts +14 -14
  175. package/lib/WebPivotDataSelectorDescription.d.ts +13 -1
  176. package/lib/WebPivotGridDescription.d.ts +15 -15
  177. package/lib/WebRowIslandDescription.d.ts +101 -95
  178. package/lib/WebTabDescription.d.ts +2 -2
  179. package/lib/WebTooltipDescription.d.ts +56 -0
  180. package/lib/{WebTabPanelDescriptionMetadata.d.ts → WebTooltipDescriptionMetadata.d.ts} +1 -1
  181. package/lib/{WebTabPanelDescriptionModule.d.ts → WebTooltipDescriptionModule.d.ts} +1 -1
  182. package/lib/WebTreeGridDescription.d.ts +10 -10
  183. package/lib/WebTreeSelectionEventArgsDescription.d.ts +17 -0
  184. package/lib/{WebTreeSelectionChangeDescriptionMetadata.d.ts → WebTreeSelectionEventArgsDescriptionMetadata.d.ts} +1 -1
  185. package/lib/{WebTreeSelectionChangeDetailDescription.d.ts → WebTreeSelectionEventArgsDetailDescription.d.ts} +1 -1
  186. package/lib/{WebTreeSelectionChangeEventArgsDescriptionMetadata.d.ts → WebTreeSelectionEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  187. package/package.json +1 -1
  188. package/public_api.d.ts +23 -21
  189. package/esm2015/lib/WebActiveStepChangedArgsDetailDescriptionMetadata.js +0 -42
  190. package/esm2015/lib/WebActiveStepChangedArgsEventArgsDescriptionMetadata.js +0 -43
  191. package/esm2015/lib/WebActiveStepChangingArgsDetailDescriptionMetadata.js +0 -42
  192. package/esm2015/lib/WebActiveStepChangingArgsEventArgsDescriptionMetadata.js +0 -43
  193. package/esm2015/lib/WebTabPanelDescription.js +0 -26
  194. package/esm2015/lib/WebTabPanelDescriptionMetadata.js +0 -40
  195. package/esm2015/lib/WebTreeSelectionChangeDescription.js +0 -26
  196. package/esm2015/lib/WebTreeSelectionChangeDescriptionMetadata.js +0 -39
  197. package/esm2015/lib/WebTreeSelectionChangeDetailDescriptionMetadata.js +0 -44
  198. package/esm2015/lib/WebTreeSelectionChangeEventArgsDescriptionMetadata.js +0 -43
  199. package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +0 -42
  200. package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescription.js +0 -36
  201. package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +0 -41
  202. package/esm5/lib/WebActiveStepChangedArgsDetailDescriptionMetadata.js +0 -46
  203. package/esm5/lib/WebActiveStepChangedArgsEventArgsDescriptionMetadata.js +0 -47
  204. package/esm5/lib/WebActiveStepChangingArgsDetailDescriptionMetadata.js +0 -46
  205. package/esm5/lib/WebActiveStepChangingArgsEventArgsDescription.js +0 -46
  206. package/esm5/lib/WebActiveStepChangingArgsEventArgsDescriptionMetadata.js +0 -47
  207. package/esm5/lib/WebTabPanelDescription.js +0 -31
  208. package/esm5/lib/WebTabPanelDescriptionMetadata.js +0 -44
  209. package/esm5/lib/WebTreeSelectionChangeDescription.js +0 -31
  210. package/esm5/lib/WebTreeSelectionChangeDescriptionMetadata.js +0 -43
  211. package/esm5/lib/WebTreeSelectionChangeDetailDescriptionMetadata.js +0 -48
  212. package/esm5/lib/WebTreeSelectionChangeEventArgsDescriptionMetadata.js +0 -47
  213. package/esm5/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +0 -46
  214. package/esm5/lib/WebTreeSelectionOptionsEventDetailDescription.js +0 -46
  215. package/esm5/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +0 -45
  216. package/lib/WebActiveStepChangedArgsEventArgsDescription.d.ts +0 -17
  217. package/lib/WebActiveStepChangingArgsEventArgsDescription.d.ts +0 -17
  218. package/lib/WebTabPanelDescription.d.ts +0 -11
  219. package/lib/WebTreeSelectionChangeDescription.d.ts +0 -11
  220. package/lib/WebTreeSelectionChangeEventArgsDescription.d.ts +0 -17
  221. package/lib/WebTreeSelectionOptionsEventArgsDescription.d.ts +0 -15
  222. package/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.d.ts +0 -13
  223. package/lib/WebTreeSelectionOptionsEventDetailDescription.d.ts +0 -17
  224. package/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.d.ts +0 -13
@@ -18,126 +18,128 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
18
18
  _this.av = false;
19
19
  _this.j = null;
20
20
  _this.az = false;
21
- _this.cj = null;
22
- _this.bq = null;
23
- _this.cy = null;
21
+ _this.cl = null;
22
+ _this.bs = null;
23
+ _this.c1 = null;
24
24
  _this.bj = 0;
25
25
  _this.ab = null;
26
26
  _this.z = null;
27
- _this.c7 = null;
28
- _this.dr = null;
29
- _this.c1 = null;
27
+ _this.da = null;
28
+ _this.du = null;
29
+ _this.c4 = null;
30
30
  _this.k = null;
31
31
  _this.h = null;
32
- _this.cf = null;
33
- _this.dj = null;
34
- _this.c6 = null;
35
- _this.df = null;
36
- _this.dk = null;
32
+ _this.ch = null;
33
+ _this.dm = null;
37
34
  _this.c9 = null;
38
- _this.cv = null;
39
- _this.cu = null;
40
- _this.ck = null;
41
- _this.dv = null;
42
- _this.dw = null;
43
- _this.dx = null;
35
+ _this.di = null;
36
+ _this.dn = null;
37
+ _this.dc = null;
38
+ _this.cy = null;
39
+ _this.cx = null;
40
+ _this.cm = null;
41
+ _this.dy = null;
42
+ _this.dz = null;
43
+ _this.d0 = null;
44
44
  _this.p = null;
45
45
  _this.l = null;
46
46
  _this.aj = null;
47
- _this.co = null;
47
+ _this.cr = null;
48
48
  _this.ae = null;
49
49
  _this.ad = null;
50
- _this.cz = null;
51
- _this.c0 = null;
50
+ _this.c2 = null;
51
+ _this.c3 = null;
52
52
  _this.ax = false;
53
53
  _this.a0 = false;
54
- _this.d5 = null;
54
+ _this.d8 = null;
55
55
  _this.a1 = false;
56
- _this.cx = null;
57
- _this.d6 = null;
56
+ _this.c0 = null;
57
+ _this.d9 = null;
58
58
  _this.bh = 0;
59
- _this.ca = null;
60
- _this.ci = null;
59
+ _this.cc = null;
60
+ _this.ck = null;
61
61
  _this.ay = false;
62
62
  _this.a3 = false;
63
- _this.ch = null;
63
+ _this.cj = null;
64
64
  _this.ap = null;
65
65
  _this.au = false;
66
66
  _this.at = false;
67
- _this.cp = null;
68
- _this.d2 = null;
69
- _this.d1 = null;
67
+ _this.cs = null;
68
+ _this.d5 = null;
69
+ _this.d4 = null;
70
70
  _this.a4 = false;
71
71
  _this.ah = null;
72
72
  _this.al = null;
73
73
  _this.ar = null;
74
74
  _this.m = null;
75
- _this.cw = null;
76
- _this.dq = null;
77
- _this.cg = null;
75
+ _this.cz = null;
76
+ _this.dt = null;
77
+ _this.ci = null;
78
78
  _this.n = null;
79
79
  _this.aw = false;
80
- _this.bx = null;
81
- _this.dn = null;
82
- _this.b6 = null;
80
+ _this.bz = null;
81
+ _this.dr = null;
82
+ _this.b8 = null;
83
+ _this.bp = null;
83
84
  _this.an = null;
84
85
  _this.bk = 0;
85
86
  _this.a2 = false;
86
87
  _this.i = null;
87
88
  _this.o = null;
88
- _this.cn = null;
89
- _this.br = null;
90
- _this.ct = null;
91
- _this.bs = null;
92
- _this.c8 = null;
93
89
  _this.cq = null;
94
- _this.d4 = null;
95
- _this.dt = null;
96
- _this.dp = null;
97
- _this.b7 = null;
98
- _this.b2 = null;
99
- _this.b3 = null;
100
- _this.bv = null;
101
- _this.bw = null;
102
90
  _this.bt = null;
91
+ _this.cw = null;
103
92
  _this.bu = null;
104
- _this.dh = null;
105
- _this.de = null;
106
- _this.dg = null;
107
- _this.di = null;
108
- _this.by = null;
109
- _this.b5 = null;
110
- _this.dy = null;
111
- _this.dz = null;
112
- _this.cl = null;
113
- _this.cm = null;
114
- _this.c5 = null;
115
93
  _this.db = null;
116
- _this.da = null;
117
- _this.c4 = null;
118
- _this.b4 = null;
119
- _this.cb = null;
120
- _this.ce = null;
94
+ _this.ct = null;
95
+ _this.d7 = null;
96
+ _this.dw = null;
97
+ _this.ds = null;
121
98
  _this.b9 = null;
122
- _this.b8 = null;
123
- _this.b1 = null;
124
- _this.bz = null;
99
+ _this.b4 = null;
100
+ _this.b5 = null;
101
+ _this.bx = null;
102
+ _this.by = null;
103
+ _this.bv = null;
104
+ _this.bw = null;
105
+ _this.dk = null;
106
+ _this.dh = null;
107
+ _this.dj = null;
108
+ _this.dl = null;
125
109
  _this.b0 = null;
126
- _this.cs = null;
110
+ _this.b7 = null;
111
+ _this.d1 = null;
112
+ _this.d2 = null;
113
+ _this.co = null;
114
+ _this.cp = null;
115
+ _this.c8 = null;
116
+ _this.de = null;
127
117
  _this.dd = null;
128
- _this.dc = null;
129
- _this.cr = null;
130
- _this.du = null;
131
- _this.ds = null;
132
- _this.dm = null;
133
- _this.dl = null;
134
- _this.bp = null;
135
- _this.d0 = null;
136
- _this.d3 = null;
137
- _this.c2 = null;
138
- _this.c3 = null;
118
+ _this.c7 = null;
119
+ _this.b6 = null;
139
120
  _this.cd = null;
140
- _this.cc = null;
121
+ _this.cg = null;
122
+ _this.cb = null;
123
+ _this.ca = null;
124
+ _this.b3 = null;
125
+ _this.b1 = null;
126
+ _this.b2 = null;
127
+ _this.cv = null;
128
+ _this.dg = null;
129
+ _this.df = null;
130
+ _this.cu = null;
131
+ _this.cn = null;
132
+ _this.dx = null;
133
+ _this.dv = null;
134
+ _this.dq = null;
135
+ _this.dp = null;
136
+ _this.br = null;
137
+ _this.d3 = null;
138
+ _this.d6 = null;
139
+ _this.c5 = null;
140
+ _this.c6 = null;
141
+ _this.cf = null;
142
+ _this.ce = null;
141
143
  return _this;
142
144
  }
143
145
  WebGridBaseDirectiveDescription.prototype.get_type = function () {
@@ -196,10 +198,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
196
198
  });
197
199
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyGridTemplateRef", {
198
200
  get: function () {
199
- return this.cj;
201
+ return this.cl;
200
202
  },
201
203
  set: function (a) {
202
- this.cj = a;
204
+ this.cl = a;
203
205
  this.g("EmptyGridTemplateRef");
204
206
  },
205
207
  enumerable: false,
@@ -207,10 +209,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
207
209
  });
208
210
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "addRowEmptyTemplateRef", {
209
211
  get: function () {
210
- return this.bq;
212
+ return this.bs;
211
213
  },
212
214
  set: function (a) {
213
- this.bq = a;
215
+ this.bs = a;
214
216
  this.g("AddRowEmptyTemplateRef");
215
217
  },
216
218
  enumerable: false,
@@ -218,10 +220,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
218
220
  });
219
221
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "loadingGridTemplateRef", {
220
222
  get: function () {
221
- return this.cy;
223
+ return this.c1;
222
224
  },
223
225
  set: function (a) {
224
- this.cy = a;
226
+ this.c1 = a;
225
227
  this.g("LoadingGridTemplateRef");
226
228
  },
227
229
  enumerable: false,
@@ -262,10 +264,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
262
264
  });
263
265
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowClassesRef", {
264
266
  get: function () {
265
- return this.c7;
267
+ return this.da;
266
268
  },
267
269
  set: function (a) {
268
- this.c7 = a;
270
+ this.da = a;
269
271
  this.g("RowClassesRef");
270
272
  },
271
273
  enumerable: false,
@@ -273,10 +275,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
273
275
  });
274
276
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowStylesRef", {
275
277
  get: function () {
276
- return this.dr;
278
+ return this.du;
277
279
  },
278
280
  set: function (a) {
279
- this.dr = a;
281
+ this.du = a;
280
282
  this.g("RowStylesRef");
281
283
  },
282
284
  enumerable: false,
@@ -284,10 +286,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
284
286
  });
285
287
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "primaryKey", {
286
288
  get: function () {
287
- return this.c1;
289
+ return this.c4;
288
290
  },
289
291
  set: function (a) {
290
- this.c1 = a;
292
+ this.c4 = a;
291
293
  this.g("PrimaryKey");
292
294
  },
293
295
  enumerable: false,
@@ -317,10 +319,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
317
319
  });
318
320
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dragGhostCustomTemplateRef", {
319
321
  get: function () {
320
- return this.cf;
322
+ return this.ch;
321
323
  },
322
324
  set: function (a) {
323
- this.cf = a;
325
+ this.ch = a;
324
326
  this.g("DragGhostCustomTemplateRef");
325
327
  },
326
328
  enumerable: false,
@@ -328,10 +330,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
328
330
  });
329
331
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditTextTemplateRef", {
330
332
  get: function () {
331
- return this.dj;
333
+ return this.dm;
332
334
  },
333
335
  set: function (a) {
334
- this.dj = a;
336
+ this.dm = a;
335
337
  this.g("RowEditTextTemplateRef");
336
338
  },
337
339
  enumerable: false,
@@ -339,10 +341,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
339
341
  });
340
342
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowAddTextTemplateRef", {
341
343
  get: function () {
342
- return this.c6;
344
+ return this.c9;
343
345
  },
344
346
  set: function (a) {
345
- this.c6 = a;
347
+ this.c9 = a;
346
348
  this.g("RowAddTextTemplateRef");
347
349
  },
348
350
  enumerable: false,
@@ -350,10 +352,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
350
352
  });
351
353
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditActionsTemplateRef", {
352
354
  get: function () {
353
- return this.df;
355
+ return this.di;
354
356
  },
355
357
  set: function (a) {
356
- this.df = a;
358
+ this.di = a;
357
359
  this.g("RowEditActionsTemplateRef");
358
360
  },
359
361
  enumerable: false,
@@ -361,10 +363,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
361
363
  });
362
364
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowExpandedIndicatorTemplateRef", {
363
365
  get: function () {
364
- return this.dk;
366
+ return this.dn;
365
367
  },
366
368
  set: function (a) {
367
- this.dk = a;
369
+ this.dn = a;
368
370
  this.g("RowExpandedIndicatorTemplateRef");
369
371
  },
370
372
  enumerable: false,
@@ -372,10 +374,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
372
374
  });
373
375
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowCollapsedIndicatorTemplateRef", {
374
376
  get: function () {
375
- return this.c9;
377
+ return this.dc;
376
378
  },
377
379
  set: function (a) {
378
- this.c9 = a;
380
+ this.dc = a;
379
381
  this.g("RowCollapsedIndicatorTemplateRef");
380
382
  },
381
383
  enumerable: false,
@@ -383,10 +385,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
383
385
  });
384
386
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "headerExpandedIndicatorTemplateRef", {
385
387
  get: function () {
386
- return this.cv;
388
+ return this.cy;
387
389
  },
388
390
  set: function (a) {
389
- this.cv = a;
391
+ this.cy = a;
390
392
  this.g("HeaderExpandedIndicatorTemplateRef");
391
393
  },
392
394
  enumerable: false,
@@ -394,10 +396,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
394
396
  });
395
397
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "headerCollapsedIndicatorTemplateRef", {
396
398
  get: function () {
397
- return this.cu;
399
+ return this.cx;
398
400
  },
399
401
  set: function (a) {
400
- this.cu = a;
402
+ this.cx = a;
401
403
  this.g("HeaderCollapsedIndicatorTemplateRef");
402
404
  },
403
405
  enumerable: false,
@@ -405,10 +407,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
405
407
  });
406
408
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "excelStyleHeaderIconTemplateRef", {
407
409
  get: function () {
408
- return this.ck;
410
+ return this.cm;
409
411
  },
410
412
  set: function (a) {
411
- this.ck = a;
413
+ this.cm = a;
412
414
  this.g("ExcelStyleHeaderIconTemplateRef");
413
415
  },
414
416
  enumerable: false,
@@ -416,10 +418,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
416
418
  });
417
419
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortAscendingHeaderIconTemplateRef", {
418
420
  get: function () {
419
- return this.dv;
421
+ return this.dy;
420
422
  },
421
423
  set: function (a) {
422
- this.dv = a;
424
+ this.dy = a;
423
425
  this.g("SortAscendingHeaderIconTemplateRef");
424
426
  },
425
427
  enumerable: false,
@@ -427,10 +429,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
427
429
  });
428
430
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortDescendingHeaderIconTemplateRef", {
429
431
  get: function () {
430
- return this.dw;
432
+ return this.dz;
431
433
  },
432
434
  set: function (a) {
433
- this.dw = a;
435
+ this.dz = a;
434
436
  this.g("SortDescendingHeaderIconTemplateRef");
435
437
  },
436
438
  enumerable: false,
@@ -438,10 +440,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
438
440
  });
439
441
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortHeaderIconTemplateRef", {
440
442
  get: function () {
441
- return this.dx;
443
+ return this.d0;
442
444
  },
443
445
  set: function (a) {
444
- this.dx = a;
446
+ this.d0 = a;
445
447
  this.g("SortHeaderIconTemplateRef");
446
448
  },
447
449
  enumerable: false,
@@ -482,10 +484,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
482
484
  });
483
485
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringLogic", {
484
486
  get: function () {
485
- return this.co;
487
+ return this.cr;
486
488
  },
487
489
  set: function (a) {
488
- this.co = a;
490
+ this.cr = a;
489
491
  this.g("FilteringLogic");
490
492
  },
491
493
  enumerable: false,
@@ -515,10 +517,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
515
517
  });
516
518
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "locale", {
517
519
  get: function () {
518
- return this.cz;
520
+ return this.c2;
519
521
  },
520
522
  set: function (a) {
521
- this.cz = a;
523
+ this.c2 = a;
522
524
  this.g("Locale");
523
525
  },
524
526
  enumerable: false,
@@ -526,10 +528,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
526
528
  });
527
529
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "pagingMode", {
528
530
  get: function () {
529
- return this.c0;
531
+ return this.c3;
530
532
  },
531
533
  set: function (a) {
532
- this.c0 = a;
534
+ this.c3 = a;
533
535
  this.g("PagingMode");
534
536
  },
535
537
  enumerable: false,
@@ -559,10 +561,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
559
561
  });
560
562
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "validationTrigger", {
561
563
  get: function () {
562
- return this.d5;
564
+ return this.d8;
563
565
  },
564
566
  set: function (a) {
565
- this.d5 = a;
567
+ this.d8 = a;
566
568
  this.g("ValidationTrigger");
567
569
  },
568
570
  enumerable: false,
@@ -581,10 +583,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
581
583
  });
582
584
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "height", {
583
585
  get: function () {
584
- return this.cx;
586
+ return this.c0;
585
587
  },
586
588
  set: function (a) {
587
- this.cx = a;
589
+ this.c0 = a;
588
590
  this.g("Height");
589
591
  },
590
592
  enumerable: false,
@@ -592,10 +594,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
592
594
  });
593
595
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "width", {
594
596
  get: function () {
595
- return this.d6;
597
+ return this.d9;
596
598
  },
597
599
  set: function (a) {
598
- this.d6 = a;
600
+ this.d9 = a;
599
601
  this.g("Width");
600
602
  },
601
603
  enumerable: false,
@@ -614,10 +616,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
614
616
  });
615
617
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnWidth", {
616
618
  get: function () {
617
- return this.ca;
619
+ return this.cc;
618
620
  },
619
621
  set: function (a) {
620
- this.ca = a;
622
+ this.cc = a;
621
623
  this.g("ColumnWidth");
622
624
  },
623
625
  enumerable: false,
@@ -625,10 +627,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
625
627
  });
626
628
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyGridMessage", {
627
629
  get: function () {
628
- return this.ci;
630
+ return this.ck;
629
631
  },
630
632
  set: function (a) {
631
- this.ci = a;
633
+ this.ck = a;
632
634
  this.g("EmptyGridMessage");
633
635
  },
634
636
  enumerable: false,
@@ -658,10 +660,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
658
660
  });
659
661
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "emptyFilteredGridMessage", {
660
662
  get: function () {
661
- return this.ch;
663
+ return this.cj;
662
664
  },
663
665
  set: function (a) {
664
- this.ch = a;
666
+ this.cj = a;
665
667
  this.g("EmptyFilteredGridMessage");
666
668
  },
667
669
  enumerable: false,
@@ -702,10 +704,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
702
704
  });
703
705
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filterMode", {
704
706
  get: function () {
705
- return this.cp;
707
+ return this.cs;
706
708
  },
707
709
  set: function (a) {
708
- this.cp = a;
710
+ this.cs = a;
709
711
  this.g("FilterMode");
710
712
  },
711
713
  enumerable: false,
@@ -713,10 +715,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
713
715
  });
714
716
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "summaryPosition", {
715
717
  get: function () {
716
- return this.d2;
718
+ return this.d5;
717
719
  },
718
720
  set: function (a) {
719
- this.d2 = a;
721
+ this.d5 = a;
720
722
  this.g("SummaryPosition");
721
723
  },
722
724
  enumerable: false,
@@ -724,10 +726,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
724
726
  });
725
727
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "summaryCalculationMode", {
726
728
  get: function () {
727
- return this.d1;
729
+ return this.d4;
728
730
  },
729
731
  set: function (a) {
730
- this.d1 = a;
732
+ this.d4 = a;
731
733
  this.g("SummaryCalculationMode");
732
734
  },
733
735
  enumerable: false,
@@ -790,10 +792,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
790
792
  });
791
793
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "headSelectorTemplateRef", {
792
794
  get: function () {
793
- return this.cw;
795
+ return this.cz;
794
796
  },
795
797
  set: function (a) {
796
- this.cw = a;
798
+ this.cz = a;
797
799
  this.g("HeadSelectorTemplateRef");
798
800
  },
799
801
  enumerable: false,
@@ -801,10 +803,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
801
803
  });
802
804
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowSelectorTemplateRef", {
803
805
  get: function () {
804
- return this.dq;
806
+ return this.dt;
805
807
  },
806
808
  set: function (a) {
807
- this.dq = a;
809
+ this.dt = a;
808
810
  this.g("RowSelectorTemplateRef");
809
811
  },
810
812
  enumerable: false,
@@ -812,10 +814,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
812
814
  });
813
815
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dragIndicatorIconTemplateRef", {
814
816
  get: function () {
815
- return this.cg;
817
+ return this.ci;
816
818
  },
817
819
  set: function (a) {
818
- this.cg = a;
820
+ this.ci = a;
819
821
  this.g("DragIndicatorIconTemplateRef");
820
822
  },
821
823
  enumerable: false,
@@ -845,10 +847,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
845
847
  });
846
848
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellSelection", {
847
849
  get: function () {
848
- return this.bx;
850
+ return this.bz;
849
851
  },
850
852
  set: function (a) {
851
- this.bx = a;
853
+ this.bz = a;
852
854
  this.g("CellSelection");
853
855
  },
854
856
  enumerable: false,
@@ -856,10 +858,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
856
858
  });
857
859
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowSelection", {
858
860
  get: function () {
859
- return this.dn;
861
+ return this.dr;
860
862
  },
861
863
  set: function (a) {
862
- this.dn = a;
864
+ this.dr = a;
863
865
  this.g("RowSelection");
864
866
  },
865
867
  enumerable: false,
@@ -867,15 +869,26 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
867
869
  });
868
870
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnSelection", {
869
871
  get: function () {
870
- return this.b6;
872
+ return this.b8;
871
873
  },
872
874
  set: function (a) {
873
- this.b6 = a;
875
+ this.b8 = a;
874
876
  this.g("ColumnSelection");
875
877
  },
876
878
  enumerable: false,
877
879
  configurable: true
878
880
  });
881
+ Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "expansionStates", {
882
+ get: function () {
883
+ return this.bp;
884
+ },
885
+ set: function (a) {
886
+ this.bp = a;
887
+ this.g("ExpansionStates");
888
+ },
889
+ enumerable: false,
890
+ configurable: true
891
+ });
879
892
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "outlet", {
880
893
  get: function () {
881
894
  return this.an;
@@ -933,10 +946,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
933
946
  });
934
947
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringExpressionsTreeChangeRef", {
935
948
  get: function () {
936
- return this.cn;
949
+ return this.cq;
937
950
  },
938
951
  set: function (a) {
939
- this.cn = a;
952
+ this.cq = a;
940
953
  this.g("FilteringExpressionsTreeChangeRef");
941
954
  },
942
955
  enumerable: false,
@@ -944,10 +957,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
944
957
  });
945
958
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "advancedFilteringExpressionsTreeChangeRef", {
946
959
  get: function () {
947
- return this.br;
960
+ return this.bt;
948
961
  },
949
962
  set: function (a) {
950
- this.br = a;
963
+ this.bt = a;
951
964
  this.g("AdvancedFilteringExpressionsTreeChangeRef");
952
965
  },
953
966
  enumerable: false,
@@ -955,10 +968,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
955
968
  });
956
969
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "gridScrollRef", {
957
970
  get: function () {
958
- return this.ct;
971
+ return this.cw;
959
972
  },
960
973
  set: function (a) {
961
- this.ct = a;
974
+ this.cw = a;
962
975
  this.g("GridScrollRef");
963
976
  },
964
977
  enumerable: false,
@@ -966,10 +979,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
966
979
  });
967
980
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellClickRef", {
968
981
  get: function () {
969
- return this.bs;
982
+ return this.bu;
970
983
  },
971
984
  set: function (a) {
972
- this.bs = a;
985
+ this.bu = a;
973
986
  this.g("CellClickRef");
974
987
  },
975
988
  enumerable: false,
@@ -977,10 +990,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
977
990
  });
978
991
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowClickRef", {
979
992
  get: function () {
980
- return this.c8;
993
+ return this.db;
981
994
  },
982
995
  set: function (a) {
983
- this.c8 = a;
996
+ this.db = a;
984
997
  this.g("RowClickRef");
985
998
  },
986
999
  enumerable: false,
@@ -988,10 +1001,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
988
1001
  });
989
1002
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "formGroupCreatedRef", {
990
1003
  get: function () {
991
- return this.cq;
1004
+ return this.ct;
992
1005
  },
993
1006
  set: function (a) {
994
- this.cq = a;
1007
+ this.ct = a;
995
1008
  this.g("FormGroupCreatedRef");
996
1009
  },
997
1010
  enumerable: false,
@@ -999,10 +1012,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
999
1012
  });
1000
1013
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "validationStatusChangeRef", {
1001
1014
  get: function () {
1002
- return this.d4;
1015
+ return this.d7;
1003
1016
  },
1004
1017
  set: function (a) {
1005
- this.d4 = a;
1018
+ this.d7 = a;
1006
1019
  this.g("ValidationStatusChangeRef");
1007
1020
  },
1008
1021
  enumerable: false,
@@ -1010,10 +1023,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1010
1023
  });
1011
1024
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "selectedRef", {
1012
1025
  get: function () {
1013
- return this.dt;
1026
+ return this.dw;
1014
1027
  },
1015
1028
  set: function (a) {
1016
- this.dt = a;
1029
+ this.dw = a;
1017
1030
  this.g("SelectedRef");
1018
1031
  },
1019
1032
  enumerable: false,
@@ -1021,10 +1034,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1021
1034
  });
1022
1035
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowSelectionChangingRef", {
1023
1036
  get: function () {
1024
- return this.dp;
1037
+ return this.ds;
1025
1038
  },
1026
1039
  set: function (a) {
1027
- this.dp = a;
1040
+ this.ds = a;
1028
1041
  this.g("RowSelectionChangingRef");
1029
1042
  },
1030
1043
  enumerable: false,
@@ -1032,10 +1045,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1032
1045
  });
1033
1046
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnSelectionChangingRef", {
1034
1047
  get: function () {
1035
- return this.b7;
1048
+ return this.b9;
1036
1049
  },
1037
1050
  set: function (a) {
1038
- this.b7 = a;
1051
+ this.b9 = a;
1039
1052
  this.g("ColumnSelectionChangingRef");
1040
1053
  },
1041
1054
  enumerable: false,
@@ -1043,10 +1056,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1043
1056
  });
1044
1057
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnPinRef", {
1045
1058
  get: function () {
1046
- return this.b2;
1059
+ return this.b4;
1047
1060
  },
1048
1061
  set: function (a) {
1049
- this.b2 = a;
1062
+ this.b4 = a;
1050
1063
  this.g("ColumnPinRef");
1051
1064
  },
1052
1065
  enumerable: false,
@@ -1054,10 +1067,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1054
1067
  });
1055
1068
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnPinnedRef", {
1056
1069
  get: function () {
1057
- return this.b3;
1070
+ return this.b5;
1058
1071
  },
1059
1072
  set: function (a) {
1060
- this.b3 = a;
1073
+ this.b5 = a;
1061
1074
  this.g("ColumnPinnedRef");
1062
1075
  },
1063
1076
  enumerable: false,
@@ -1065,10 +1078,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1065
1078
  });
1066
1079
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditEnterRef", {
1067
1080
  get: function () {
1068
- return this.bv;
1081
+ return this.bx;
1069
1082
  },
1070
1083
  set: function (a) {
1071
- this.bv = a;
1084
+ this.bx = a;
1072
1085
  this.g("CellEditEnterRef");
1073
1086
  },
1074
1087
  enumerable: false,
@@ -1076,10 +1089,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1076
1089
  });
1077
1090
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditExitRef", {
1078
1091
  get: function () {
1079
- return this.bw;
1092
+ return this.by;
1080
1093
  },
1081
1094
  set: function (a) {
1082
- this.bw = a;
1095
+ this.by = a;
1083
1096
  this.g("CellEditExitRef");
1084
1097
  },
1085
1098
  enumerable: false,
@@ -1087,10 +1100,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1087
1100
  });
1088
1101
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditRef", {
1089
1102
  get: function () {
1090
- return this.bt;
1103
+ return this.bv;
1091
1104
  },
1092
1105
  set: function (a) {
1093
- this.bt = a;
1106
+ this.bv = a;
1094
1107
  this.g("CellEditRef");
1095
1108
  },
1096
1109
  enumerable: false,
@@ -1098,10 +1111,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1098
1111
  });
1099
1112
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "cellEditDoneRef", {
1100
1113
  get: function () {
1101
- return this.bu;
1114
+ return this.bw;
1102
1115
  },
1103
1116
  set: function (a) {
1104
- this.bu = a;
1117
+ this.bw = a;
1105
1118
  this.g("CellEditDoneRef");
1106
1119
  },
1107
1120
  enumerable: false,
@@ -1109,10 +1122,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1109
1122
  });
1110
1123
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditEnterRef", {
1111
1124
  get: function () {
1112
- return this.dh;
1125
+ return this.dk;
1113
1126
  },
1114
1127
  set: function (a) {
1115
- this.dh = a;
1128
+ this.dk = a;
1116
1129
  this.g("RowEditEnterRef");
1117
1130
  },
1118
1131
  enumerable: false,
@@ -1120,10 +1133,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1120
1133
  });
1121
1134
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditRef", {
1122
1135
  get: function () {
1123
- return this.de;
1136
+ return this.dh;
1124
1137
  },
1125
1138
  set: function (a) {
1126
- this.de = a;
1139
+ this.dh = a;
1127
1140
  this.g("RowEditRef");
1128
1141
  },
1129
1142
  enumerable: false,
@@ -1131,10 +1144,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1131
1144
  });
1132
1145
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditDoneRef", {
1133
1146
  get: function () {
1134
- return this.dg;
1147
+ return this.dj;
1135
1148
  },
1136
1149
  set: function (a) {
1137
- this.dg = a;
1150
+ this.dj = a;
1138
1151
  this.g("RowEditDoneRef");
1139
1152
  },
1140
1153
  enumerable: false,
@@ -1142,10 +1155,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1142
1155
  });
1143
1156
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowEditExitRef", {
1144
1157
  get: function () {
1145
- return this.di;
1158
+ return this.dl;
1146
1159
  },
1147
1160
  set: function (a) {
1148
- this.di = a;
1161
+ this.dl = a;
1149
1162
  this.g("RowEditExitRef");
1150
1163
  },
1151
1164
  enumerable: false,
@@ -1153,10 +1166,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1153
1166
  });
1154
1167
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnInitRef", {
1155
1168
  get: function () {
1156
- return this.by;
1169
+ return this.b0;
1157
1170
  },
1158
1171
  set: function (a) {
1159
- this.by = a;
1172
+ this.b0 = a;
1160
1173
  this.g("ColumnInitRef");
1161
1174
  },
1162
1175
  enumerable: false,
@@ -1164,10 +1177,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1164
1177
  });
1165
1178
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnsAutogeneratedRef", {
1166
1179
  get: function () {
1167
- return this.b5;
1180
+ return this.b7;
1168
1181
  },
1169
1182
  set: function (a) {
1170
- this.b5 = a;
1183
+ this.b7 = a;
1171
1184
  this.g("ColumnsAutogeneratedRef");
1172
1185
  },
1173
1186
  enumerable: false,
@@ -1175,10 +1188,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1175
1188
  });
1176
1189
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingRef", {
1177
1190
  get: function () {
1178
- return this.dy;
1191
+ return this.d1;
1179
1192
  },
1180
1193
  set: function (a) {
1181
- this.dy = a;
1194
+ this.d1 = a;
1182
1195
  this.g("SortingRef");
1183
1196
  },
1184
1197
  enumerable: false,
@@ -1186,10 +1199,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1186
1199
  });
1187
1200
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingDoneRef", {
1188
1201
  get: function () {
1189
- return this.dz;
1202
+ return this.d2;
1190
1203
  },
1191
1204
  set: function (a) {
1192
- this.dz = a;
1205
+ this.d2 = a;
1193
1206
  this.g("SortingDoneRef");
1194
1207
  },
1195
1208
  enumerable: false,
@@ -1197,10 +1210,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1197
1210
  });
1198
1211
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringRef", {
1199
1212
  get: function () {
1200
- return this.cl;
1213
+ return this.co;
1201
1214
  },
1202
1215
  set: function (a) {
1203
- this.cl = a;
1216
+ this.co = a;
1204
1217
  this.g("FilteringRef");
1205
1218
  },
1206
1219
  enumerable: false,
@@ -1208,10 +1221,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1208
1221
  });
1209
1222
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "filteringDoneRef", {
1210
1223
  get: function () {
1211
- return this.cm;
1224
+ return this.cp;
1212
1225
  },
1213
1226
  set: function (a) {
1214
- this.cm = a;
1227
+ this.cp = a;
1215
1228
  this.g("FilteringDoneRef");
1216
1229
  },
1217
1230
  enumerable: false,
@@ -1219,10 +1232,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1219
1232
  });
1220
1233
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowAddedRef", {
1221
1234
  get: function () {
1222
- return this.c5;
1235
+ return this.c8;
1223
1236
  },
1224
1237
  set: function (a) {
1225
- this.c5 = a;
1238
+ this.c8 = a;
1226
1239
  this.g("RowAddedRef");
1227
1240
  },
1228
1241
  enumerable: false,
@@ -1230,10 +1243,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1230
1243
  });
1231
1244
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDeletedRef", {
1232
1245
  get: function () {
1233
- return this.db;
1246
+ return this.de;
1234
1247
  },
1235
1248
  set: function (a) {
1236
- this.db = a;
1249
+ this.de = a;
1237
1250
  this.g("RowDeletedRef");
1238
1251
  },
1239
1252
  enumerable: false,
@@ -1241,10 +1254,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1241
1254
  });
1242
1255
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDeleteRef", {
1243
1256
  get: function () {
1244
- return this.da;
1257
+ return this.dd;
1245
1258
  },
1246
1259
  set: function (a) {
1247
- this.da = a;
1260
+ this.dd = a;
1248
1261
  this.g("RowDeleteRef");
1249
1262
  },
1250
1263
  enumerable: false,
@@ -1252,10 +1265,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1252
1265
  });
1253
1266
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowAddRef", {
1254
1267
  get: function () {
1255
- return this.c4;
1268
+ return this.c7;
1256
1269
  },
1257
1270
  set: function (a) {
1258
- this.c4 = a;
1271
+ this.c7 = a;
1259
1272
  this.g("RowAddRef");
1260
1273
  },
1261
1274
  enumerable: false,
@@ -1263,10 +1276,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1263
1276
  });
1264
1277
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnResizedRef", {
1265
1278
  get: function () {
1266
- return this.b4;
1279
+ return this.b6;
1267
1280
  },
1268
1281
  set: function (a) {
1269
- this.b4 = a;
1282
+ this.b6 = a;
1270
1283
  this.g("ColumnResizedRef");
1271
1284
  },
1272
1285
  enumerable: false,
@@ -1274,10 +1287,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1274
1287
  });
1275
1288
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "contextMenuRef", {
1276
1289
  get: function () {
1277
- return this.cb;
1290
+ return this.cd;
1278
1291
  },
1279
1292
  set: function (a) {
1280
- this.cb = a;
1293
+ this.cd = a;
1281
1294
  this.g("ContextMenuRef");
1282
1295
  },
1283
1296
  enumerable: false,
@@ -1285,10 +1298,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1285
1298
  });
1286
1299
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "doubleClickRef", {
1287
1300
  get: function () {
1288
- return this.ce;
1301
+ return this.cg;
1289
1302
  },
1290
1303
  set: function (a) {
1291
- this.ce = a;
1304
+ this.cg = a;
1292
1305
  this.g("DoubleClickRef");
1293
1306
  },
1294
1307
  enumerable: false,
@@ -1296,10 +1309,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1296
1309
  });
1297
1310
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnVisibilityChangingRef", {
1298
1311
  get: function () {
1299
- return this.b9;
1312
+ return this.cb;
1300
1313
  },
1301
1314
  set: function (a) {
1302
- this.b9 = a;
1315
+ this.cb = a;
1303
1316
  this.g("ColumnVisibilityChangingRef");
1304
1317
  },
1305
1318
  enumerable: false,
@@ -1307,10 +1320,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1307
1320
  });
1308
1321
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnVisibilityChangedRef", {
1309
1322
  get: function () {
1310
- return this.b8;
1323
+ return this.ca;
1311
1324
  },
1312
1325
  set: function (a) {
1313
- this.b8 = a;
1326
+ this.ca = a;
1314
1327
  this.g("ColumnVisibilityChangedRef");
1315
1328
  },
1316
1329
  enumerable: false,
@@ -1318,10 +1331,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1318
1331
  });
1319
1332
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnMovingStartRef", {
1320
1333
  get: function () {
1321
- return this.b1;
1334
+ return this.b3;
1322
1335
  },
1323
1336
  set: function (a) {
1324
- this.b1 = a;
1337
+ this.b3 = a;
1325
1338
  this.g("ColumnMovingStartRef");
1326
1339
  },
1327
1340
  enumerable: false,
@@ -1329,10 +1342,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1329
1342
  });
1330
1343
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnMovingRef", {
1331
1344
  get: function () {
1332
- return this.bz;
1345
+ return this.b1;
1333
1346
  },
1334
1347
  set: function (a) {
1335
- this.bz = a;
1348
+ this.b1 = a;
1336
1349
  this.g("ColumnMovingRef");
1337
1350
  },
1338
1351
  enumerable: false,
@@ -1340,10 +1353,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1340
1353
  });
1341
1354
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "columnMovingEndRef", {
1342
1355
  get: function () {
1343
- return this.b0;
1356
+ return this.b2;
1344
1357
  },
1345
1358
  set: function (a) {
1346
- this.b0 = a;
1359
+ this.b2 = a;
1347
1360
  this.g("ColumnMovingEndRef");
1348
1361
  },
1349
1362
  enumerable: false,
@@ -1351,10 +1364,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1351
1364
  });
1352
1365
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "gridKeydownRef", {
1353
1366
  get: function () {
1354
- return this.cs;
1367
+ return this.cv;
1355
1368
  },
1356
1369
  set: function (a) {
1357
- this.cs = a;
1370
+ this.cv = a;
1358
1371
  this.g("GridKeydownRef");
1359
1372
  },
1360
1373
  enumerable: false,
@@ -1362,10 +1375,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1362
1375
  });
1363
1376
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDragStartRef", {
1364
1377
  get: function () {
1365
- return this.dd;
1378
+ return this.dg;
1366
1379
  },
1367
1380
  set: function (a) {
1368
- this.dd = a;
1381
+ this.dg = a;
1369
1382
  this.g("RowDragStartRef");
1370
1383
  },
1371
1384
  enumerable: false,
@@ -1373,10 +1386,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1373
1386
  });
1374
1387
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowDragEndRef", {
1375
1388
  get: function () {
1376
- return this.dc;
1389
+ return this.df;
1377
1390
  },
1378
1391
  set: function (a) {
1379
- this.dc = a;
1392
+ this.df = a;
1380
1393
  this.g("RowDragEndRef");
1381
1394
  },
1382
1395
  enumerable: false,
@@ -1384,21 +1397,32 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1384
1397
  });
1385
1398
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "gridCopyRef", {
1386
1399
  get: function () {
1387
- return this.cr;
1400
+ return this.cu;
1388
1401
  },
1389
1402
  set: function (a) {
1390
- this.cr = a;
1403
+ this.cu = a;
1391
1404
  this.g("GridCopyRef");
1392
1405
  },
1393
1406
  enumerable: false,
1394
1407
  configurable: true
1395
1408
  });
1409
+ Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "expansionStatesChangeRef", {
1410
+ get: function () {
1411
+ return this.cn;
1412
+ },
1413
+ set: function (a) {
1414
+ this.cn = a;
1415
+ this.g("ExpansionStatesChangeRef");
1416
+ },
1417
+ enumerable: false,
1418
+ configurable: true
1419
+ });
1396
1420
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "selectedRowsChangeRef", {
1397
1421
  get: function () {
1398
- return this.du;
1422
+ return this.dx;
1399
1423
  },
1400
1424
  set: function (a) {
1401
- this.du = a;
1425
+ this.dx = a;
1402
1426
  this.g("SelectedRowsChangeRef");
1403
1427
  },
1404
1428
  enumerable: false,
@@ -1406,10 +1430,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1406
1430
  });
1407
1431
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowToggleRef", {
1408
1432
  get: function () {
1409
- return this.ds;
1433
+ return this.dv;
1410
1434
  },
1411
1435
  set: function (a) {
1412
- this.ds = a;
1436
+ this.dv = a;
1413
1437
  this.g("RowToggleRef");
1414
1438
  },
1415
1439
  enumerable: false,
@@ -1417,10 +1441,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1417
1441
  });
1418
1442
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowPinningRef", {
1419
1443
  get: function () {
1420
- return this.dm;
1444
+ return this.dq;
1421
1445
  },
1422
1446
  set: function (a) {
1423
- this.dm = a;
1447
+ this.dq = a;
1424
1448
  this.g("RowPinningRef");
1425
1449
  },
1426
1450
  enumerable: false,
@@ -1428,10 +1452,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1428
1452
  });
1429
1453
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rowPinnedRef", {
1430
1454
  get: function () {
1431
- return this.dl;
1455
+ return this.dp;
1432
1456
  },
1433
1457
  set: function (a) {
1434
- this.dl = a;
1458
+ this.dp = a;
1435
1459
  this.g("RowPinnedRef");
1436
1460
  },
1437
1461
  enumerable: false,
@@ -1439,10 +1463,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1439
1463
  });
1440
1464
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "activeNodeChangeRef", {
1441
1465
  get: function () {
1442
- return this.bp;
1466
+ return this.br;
1443
1467
  },
1444
1468
  set: function (a) {
1445
- this.bp = a;
1469
+ this.br = a;
1446
1470
  this.g("ActiveNodeChangeRef");
1447
1471
  },
1448
1472
  enumerable: false,
@@ -1450,10 +1474,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1450
1474
  });
1451
1475
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "sortingExpressionsChangeRef", {
1452
1476
  get: function () {
1453
- return this.d0;
1477
+ return this.d3;
1454
1478
  },
1455
1479
  set: function (a) {
1456
- this.d0 = a;
1480
+ this.d3 = a;
1457
1481
  this.g("SortingExpressionsChangeRef");
1458
1482
  },
1459
1483
  enumerable: false,
@@ -1461,10 +1485,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1461
1485
  });
1462
1486
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "toolbarExportingRef", {
1463
1487
  get: function () {
1464
- return this.d3;
1488
+ return this.d6;
1465
1489
  },
1466
1490
  set: function (a) {
1467
- this.d3 = a;
1491
+ this.d6 = a;
1468
1492
  this.g("ToolbarExportingRef");
1469
1493
  },
1470
1494
  enumerable: false,
@@ -1472,10 +1496,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1472
1496
  });
1473
1497
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "rangeSelectedRef", {
1474
1498
  get: function () {
1475
- return this.c2;
1499
+ return this.c5;
1476
1500
  },
1477
1501
  set: function (a) {
1478
- this.c2 = a;
1502
+ this.c5 = a;
1479
1503
  this.g("RangeSelectedRef");
1480
1504
  },
1481
1505
  enumerable: false,
@@ -1483,10 +1507,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1483
1507
  });
1484
1508
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "renderedRef", {
1485
1509
  get: function () {
1486
- return this.c3;
1510
+ return this.c6;
1487
1511
  },
1488
1512
  set: function (a) {
1489
- this.c3 = a;
1513
+ this.c6 = a;
1490
1514
  this.g("RenderedRef");
1491
1515
  },
1492
1516
  enumerable: false,
@@ -1494,10 +1518,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1494
1518
  });
1495
1519
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dataChangingRef", {
1496
1520
  get: function () {
1497
- return this.cd;
1521
+ return this.cf;
1498
1522
  },
1499
1523
  set: function (a) {
1500
- this.cd = a;
1524
+ this.cf = a;
1501
1525
  this.g("DataChangingRef");
1502
1526
  },
1503
1527
  enumerable: false,
@@ -1505,10 +1529,10 @@ var WebGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_su
1505
1529
  });
1506
1530
  Object.defineProperty(WebGridBaseDirectiveDescription.prototype, "dataChangedRef", {
1507
1531
  get: function () {
1508
- return this.cc;
1532
+ return this.ce;
1509
1533
  },
1510
1534
  set: function (a) {
1511
- this.cc = a;
1535
+ this.ce = a;
1512
1536
  this.g("DataChangedRef");
1513
1537
  },
1514
1538
  enumerable: false,