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