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
@@ -54,17 +54,17 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
54
54
  super();
55
55
  this.l = null;
56
56
  this.j = null;
57
- this.z = new List$1(CodeGenerationItemBuilderPropertyInfo.$, 0);
57
+ this.aa = new List$1(CodeGenerationItemBuilderPropertyInfo.$, 0);
58
58
  this.d = null;
59
59
  this.a = null;
60
60
  this.c = null;
61
61
  this.b = null;
62
- this.aa = new List$1(String_$type, 0);
63
- this.af = new Stack$1(String_$type);
64
- this.ad = new Stack$1(String_$type);
65
- this.ae = new Stack$1(Boolean_$type);
62
+ this.ab = new List$1(String_$type, 0);
63
+ this.ag = new Stack$1(String_$type);
64
+ this.ae = new Stack$1(String_$type);
65
+ this.af = new Stack$1(Boolean_$type);
66
+ this.a6 = null;
66
67
  this.a5 = null;
67
- this.a4 = null;
68
68
  this.l = a;
69
69
  this.j = b;
70
70
  this.d = new CodeGeneratingCodeWriter(this.l);
@@ -72,7 +72,7 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
72
72
  this.c = new CodeGeneratingCodeWriter(this.l);
73
73
  this.b = new CodeGeneratingCodeWriter(this.l);
74
74
  }
75
- get_al() {
75
+ get_am() {
76
76
  switch (this.j.platform) {
77
77
  case 1: return "Igx";
78
78
  case 2: return "Igr";
@@ -83,10 +83,10 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
83
83
  }
84
84
  return "";
85
85
  }
86
- get al() {
87
- return this.get_al();
86
+ get am() {
87
+ return this.get_am();
88
88
  }
89
- get_am() {
89
+ get_an() {
90
90
  switch (this.j.platform) {
91
91
  case 1: return "Component";
92
92
  case 2: return "";
@@ -96,10 +96,10 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
96
96
  }
97
97
  return "";
98
98
  }
99
- get am() {
100
- return this.get_am();
99
+ get an() {
100
+ return this.get_an();
101
101
  }
102
- get a6() {
102
+ get a7() {
103
103
  switch (this.j.platform) {
104
104
  case 1: return "angular";
105
105
  case 2: return "react";
@@ -110,7 +110,7 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
110
110
  get m() {
111
111
  return this.l;
112
112
  }
113
- br(a) {
113
+ bs(a) {
114
114
  this.j.af(a);
115
115
  }
116
116
  get k() {
@@ -128,11 +128,11 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
128
128
  get f() {
129
129
  return this.b;
130
130
  }
131
- bb(a) {
131
+ bc(a) {
132
132
  if (a == null || a == "any") {
133
133
  return;
134
134
  }
135
- this.aa.add(a);
135
+ this.ab.add(a);
136
136
  }
137
137
  w(a, b) {
138
138
  if (this.r) {
@@ -173,11 +173,11 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
173
173
  }
174
174
  return false;
175
175
  }
176
- get aq() {
177
- return this.af.d();
176
+ get ar() {
177
+ return this.ag.d();
178
178
  }
179
- bc(a, b, c) {
180
- this.af.h(a);
179
+ bd(a, b, c) {
180
+ this.ag.h(a);
181
181
  }
182
182
  u(a, b) {
183
183
  let c = false;
@@ -186,99 +186,102 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
186
186
  }
187
187
  return c;
188
188
  }
189
- bq() {
190
- }
191
- bk(a) {
189
+ br() {
192
190
  }
193
191
  bl(a) {
194
- this.af.e();
195
192
  }
196
- bi(a, b, c, d) {
193
+ bm(a) {
194
+ this.ag.e();
195
+ }
196
+ x(a, b, c) {
197
+ return b.b == null && a.toLowerCase() == "type";
197
198
  }
198
199
  bj(a, b, c, d) {
199
- this.bi(a, b, c, d);
200
+ }
201
+ bk(a, b, c, d) {
202
+ this.bj(a, b, c, d);
200
203
  }
201
204
  toString() {
202
205
  return this.d.toString();
203
206
  }
204
- a0() {
207
+ a1() {
205
208
  return "null";
206
209
  }
207
- a3(a, b, c) {
210
+ a4(a, b, c) {
208
211
  if (b.b == null) {
209
212
  return b.c;
210
213
  }
211
214
  if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
212
- b.c = this.ag(b);
215
+ b.c = this.ah(b);
213
216
  }
214
217
  switch (b.b.knownType) {
215
218
  case 10:
216
219
  if (this.w(a, b)) {
217
- return this.ao(a, b);
220
+ return this.ap(a, b);
218
221
  }
219
- return this.at(a, b);
222
+ return this.au(a, b);
220
223
  case 23:
221
224
  if (this.w(a, b)) {
222
- return this.ao(a, b);
225
+ return this.ap(a, b);
223
226
  }
224
- return this.at(a, b);
227
+ return this.au(a, b);
225
228
  case 7: return b.c ? "true" : "false";
226
- case 4: return this.ai(b);
229
+ case 4: return this.aj(b);
227
230
  case 6:
228
231
  {
229
- return stringJoin1(String_$type, " ", this.ab(b, c));
232
+ return stringJoin1(String_$type, " ", this.ac(b, c));
230
233
  }
231
234
  case 9:
232
235
  if (this.w(a, b)) {
233
- return this.ao(a, b);
236
+ return this.ap(a, b);
234
237
  }
235
238
  throw new NotSupportedException(1, "shouldn't get here");
236
- case 5: return this.ak(b);
239
+ case 5: return this.al(b);
237
240
  case 16:
238
241
  {
239
- return stringJoin1(String_$type, " ", this.ac(b, c));
242
+ return stringJoin1(String_$type, " ", this.ad(b, c));
240
243
  }
241
244
  case 20:
242
245
  if (b.a != null) {
243
- return this.a2(b);
246
+ return this.a3(b);
244
247
  }
245
248
  if (b.c == null) {
246
- return this.a0();
249
+ return this.a1();
247
250
  }
248
251
  break;
249
252
  case 22:
250
253
  if (b.a != null) {
251
- return this.a2(b);
254
+ return this.a3(b);
252
255
  }
253
256
  if (b.c == null) {
254
- return this.a0();
257
+ return this.a1();
255
258
  }
256
259
  break;
257
260
  case 15: throw new NotSupportedException(1, "need to figure this out");
258
261
  case 3: throw new NotSupportedException(1, "need to figure this out");
259
262
  case 19: if (b.a != null) {
260
- return this.ax(b);
263
+ return this.ay(b);
261
264
  }
262
265
  else {
263
- return this.a0();
266
+ return this.a1();
264
267
  }
265
268
  case 8:
266
269
  if (b.b.specificExternalType == "string") {
267
- return this.aw(b);
270
+ return this.ax(b);
268
271
  }
269
272
  if (b.a != null) {
270
- return this.ay(b);
273
+ return this.az(b);
271
274
  }
272
275
  if (this.w(a, b)) {
273
- return this.ao(a, b);
276
+ return this.ap(a, b);
274
277
  }
275
278
  throw new NotSupportedException(1, "shouldn't get here");
276
279
  case 13: throw new NotSupportedException(1, "shouldn't get here");
277
280
  case 18: if (b.a != null) {
278
- return this.az(b);
281
+ return this.a0(b);
279
282
  }
280
283
  else {
281
- return this.a0();
284
+ return this.a1();
282
285
  }
283
286
  case 1: return b.c.toString();
284
287
  case 11:
@@ -296,8 +299,8 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
296
299
  let f = b.c;
297
300
  return f.width + ", " + f.height;
298
301
  }
299
- case 2: return b.c != null ? b.c.toString() : this.a0();
300
- case 21: return this.a9(b.c);
302
+ case 2: return b.c != null ? b.c.toString() : this.a1();
303
+ case 21: return this.ba(b.c);
301
304
  case 17:
302
305
  if (b.c == null) {
303
306
  return "null";
@@ -310,7 +313,7 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
310
313
  }
311
314
  return "";
312
315
  }
313
- ab(a, b) {
316
+ ac(a, b) {
314
317
  if (a.b == null) {
315
318
  return ((() => {
316
319
  let $ret = new List$1(String_$type, 0);
@@ -319,16 +322,16 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
319
322
  })());
320
323
  }
321
324
  if (typeCast(CodeGenerationSpecialValue.$, a.c) !== null) {
322
- a.c = this.ag(a);
325
+ a.c = this.ah(a);
323
326
  }
324
327
  let c = a.c;
325
328
  let d = new List$1(String_$type, 0);
326
329
  for (let e = 0; e < c.count; e++) {
327
- d.add(this.ah(c.item(e)));
330
+ d.add(this.ai(c.item(e)));
328
331
  }
329
332
  return d;
330
333
  }
331
- ac(a, b) {
334
+ ad(a, b) {
332
335
  if (a.b == null) {
333
336
  return ((() => {
334
337
  let $ret = new List$1(String_$type, 0);
@@ -337,23 +340,23 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
337
340
  })());
338
341
  }
339
342
  if (typeCast(CodeGenerationSpecialValue.$, a.c) !== null) {
340
- a.c = this.ag(a);
343
+ a.c = this.ah(a);
341
344
  }
342
345
  let c = a.c;
343
346
  let d = new List$1(String_$type, 0);
344
347
  for (let e = 0; e < c.count; e++) {
345
- d.add(this.aj(c.item(e)));
348
+ d.add(this.ak(c.item(e)));
346
349
  }
347
350
  return d;
348
351
  }
349
- a9(a) {
352
+ ba(a) {
350
353
  if (a == null) {
351
354
  return "";
352
355
  }
353
356
  return a.toString();
354
357
  }
355
- ao(a, b) {
356
- let c = this.a8(a, b);
358
+ ap(a, b) {
359
+ let c = this.a9(a, b);
357
360
  if (b.c != null) {
358
361
  let d = b.c;
359
362
  if (typeCast(List$1.$.specialize(Base.$), d) !== null) {
@@ -361,8 +364,8 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
361
364
  }
362
365
  if (typeCast(CodeGenerationItemBuilder.$, d) !== null) {
363
366
  let e = this.i(this.l, this.j);
364
- let f = this.an(c, b.c, e);
365
- c = this.ar(a, b.c, f, c);
367
+ let f = this.ao(c, b.c, e);
368
+ c = this.as(a, b.c, f, c);
366
369
  }
367
370
  else if (typeCast(Array_$type, d) !== null) {
368
371
  let g = d;
@@ -375,7 +378,7 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
375
378
  let m = g[j].p();
376
379
  if (m == null) {
377
380
  m = g[j].n();
378
- m = this.au(m);
381
+ m = this.av(m);
379
382
  }
380
383
  if (m != null) {
381
384
  if (m != l) {
@@ -385,34 +388,34 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
385
388
  l = c + "_" + j.toString();
386
389
  }
387
390
  }
388
- let n = this.an(l, g[j], k);
391
+ let n = this.ao(l, g[j], k);
389
392
  h.add(g[j]);
390
393
  i.add(n);
391
394
  }
392
395
  }
393
- c = this.as(b, a, h, i, c);
396
+ c = this.at(b, a, h, i, c);
394
397
  }
395
398
  }
396
399
  return c;
397
400
  }
398
- an(a, b, c) {
401
+ ao(a, b, c) {
399
402
  b.u = a;
400
403
  b.v(c, true);
401
404
  let d = c.toString();
402
- for (let e of fromEnum(c.aa)) {
403
- this.aa.add(e);
405
+ for (let e of fromEnum(c.ab)) {
406
+ this.ab.add(e);
404
407
  }
405
408
  return d;
406
409
  }
407
- ar(a, b, c, d) {
410
+ as(a, b, c, d) {
408
411
  return d;
409
412
  }
410
- as(a, b, c, d, e) {
413
+ at(a, b, c, d, e) {
411
414
  return e;
412
415
  }
413
- a8(a, b) {
416
+ a9(a, b) {
414
417
  if (b.c == null) {
415
- return this.a0();
418
+ return this.a1();
416
419
  }
417
420
  if (typeCast(CodeGenerationItemBuilder.$, b.c) !== null) {
418
421
  let c = b.c.p();
@@ -420,7 +423,7 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
420
423
  return c;
421
424
  }
422
425
  let d = b.c.n();
423
- let e = this.au(d);
426
+ let e = this.av(d);
424
427
  return e;
425
428
  }
426
429
  else if (typeCast(IList_$type, b.c) !== null) {
@@ -432,10 +435,10 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
432
435
  return h;
433
436
  }
434
437
  let i = g.n();
435
- let j = this.au(i);
438
+ let j = this.av(i);
436
439
  return j;
437
440
  }
438
- return this.au(b.b.propertyName);
441
+ return this.av(b.b.propertyName);
439
442
  }
440
443
  else if (typeCast(Array_$type, b.c) !== null) {
441
444
  let k = b.c;
@@ -445,29 +448,29 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
445
448
  return l;
446
449
  }
447
450
  let m = b.c.n();
448
- let n = this.au(m);
451
+ let n = this.av(m);
449
452
  return n;
450
453
  }
451
- return this.au(b.b.propertyName);
454
+ return this.av(b.b.propertyName);
452
455
  }
453
- return this.a0();
456
+ return this.a1();
454
457
  }
455
- at(a, b) {
458
+ au(a, b) {
456
459
  return "";
457
460
  }
458
- ag(a) {
461
+ ah(a) {
459
462
  return a.c;
460
463
  }
461
- a2(a) {
464
+ a3(a) {
462
465
  if (!stringIsNullOrEmpty(a.a.e)) {
463
466
  if (a.a.a) {
464
- return this.av(a);
467
+ return this.aw(a);
465
468
  }
466
469
  else {
467
- return this.a1(a);
470
+ return this.a2(a);
468
471
  }
469
472
  }
470
- return this.a0();
473
+ return this.a1();
471
474
  }
472
475
  s(a) {
473
476
  if (a.a != null && !stringIsNullOrEmpty(a.a.e)) {
@@ -477,110 +480,110 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
477
480
  }
478
481
  return false;
479
482
  }
480
- a1(a) {
483
+ a2(a) {
481
484
  return "";
482
485
  }
483
- av(a) {
486
+ aw(a) {
484
487
  return "";
485
488
  }
486
- ay(a) {
489
+ az(a) {
487
490
  if (!stringIsNullOrEmpty(a.a.e)) {
488
491
  return a.a.e;
489
492
  }
490
- return this.a0();
493
+ return this.a1();
491
494
  }
492
- aw(a) {
495
+ ax(a) {
493
496
  return a.c != null ? a.c.toString() : "";
494
497
  }
495
- az(a) {
496
- return this.ax(a);
498
+ a0(a) {
499
+ return this.ay(a);
497
500
  }
498
- ax(a) {
501
+ ay(a) {
499
502
  if (!stringIsNullOrEmpty(a.a.e)) {
500
- this.br(a);
503
+ this.bs(a);
501
504
  return a.a.e;
502
505
  }
503
- return this.a0();
506
+ return this.a1();
504
507
  }
505
- get_x() {
508
+ get_y() {
506
509
  return false;
507
510
  }
508
- get x() {
509
- return this.get_x();
511
+ get y() {
512
+ return this.get_y();
510
513
  }
511
- ak(a) {
514
+ al(a) {
512
515
  let b = a.c;
513
- return ColorUtil.k(b, this.x);
516
+ return ColorUtil.k(b, this.y);
514
517
  }
515
- aj(a) {
518
+ ak(a) {
516
519
  let b = a;
517
- return ColorUtil.k(b, this.x);
520
+ return ColorUtil.k(b, this.y);
518
521
  }
519
- ai(a) {
522
+ aj(a) {
520
523
  if (a.c == null) {
521
524
  return "";
522
525
  }
523
526
  let b = a.c;
524
- return ColorUtil.k(b.color, this.x);
527
+ return ColorUtil.k(b.color, this.y);
525
528
  }
526
- ah(a) {
529
+ ai(a) {
527
530
  if (a == null) {
528
531
  return "";
529
532
  }
530
533
  let b = a;
531
- return ColorUtil.k(b.color, this.x);
534
+ return ColorUtil.k(b.color, this.y);
532
535
  }
533
- bp(a) {
534
- this.ad.h(a);
535
- this.ae.h(false);
536
+ bq(a) {
537
+ this.ae.h(a);
538
+ this.af.h(false);
536
539
  }
537
- bo(a) {
538
- let b = this.au(a);
539
- this.ad.h(b);
540
- this.ae.h(true);
540
+ bp(a) {
541
+ let b = this.av(a);
542
+ this.ae.h(b);
543
+ this.af.h(true);
541
544
  }
542
- au(a) {
543
- let b = stringReplace(stringReplace(a, this.a7, ""), "Component", "");
545
+ av(a) {
546
+ let b = stringReplace(stringReplace(a, this.a8, ""), "Component", "");
544
547
  b = CodeGeneratingComponentRenderer.e5(b);
545
548
  return this.j.v(b);
546
549
  }
547
- bm() {
548
- this.a4 = this.ad.e();
549
- this.ae.e();
550
+ bn() {
551
+ this.a5 = this.ae.e();
552
+ this.af.e();
550
553
  }
551
- get_a7() {
554
+ get_a8() {
552
555
  return "";
553
556
  }
554
- get a7() {
555
- return this.get_a7();
557
+ get a8() {
558
+ return this.get_a8();
556
559
  }
557
- get ap() {
558
- if (this.ad.f > 0) {
559
- return this.ad.d();
560
+ get aq() {
561
+ if (this.ae.f > 0) {
562
+ return this.ae.d();
560
563
  }
561
- let a = stringReplace(stringReplace(this.aq, this.a7, ""), "Component", "");
564
+ let a = stringReplace(stringReplace(this.ar, this.a8, ""), "Component", "");
562
565
  return CodeGeneratingComponentRenderer.e5(a);
563
566
  }
564
567
  get v() {
565
- return this.af.f == 1;
568
+ return this.ag.f == 1;
566
569
  }
567
570
  get o() {
568
- if (this.ae.f == 0) {
571
+ if (this.af.f == 0) {
569
572
  return false;
570
573
  }
571
- return this.ae.d();
574
+ return this.af.d();
572
575
  }
573
576
  get p() {
574
- if (this.ad.f > 0) {
577
+ if (this.ae.f > 0) {
575
578
  return true;
576
579
  }
577
580
  return false;
578
581
  }
579
- get_y() {
582
+ get_z() {
580
583
  return true;
581
584
  }
582
- get y() {
583
- return this.get_y();
585
+ get z() {
586
+ return this.get_z();
584
587
  }
585
588
  get_n() {
586
589
  return this.r;
@@ -588,33 +591,33 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
588
591
  get n() {
589
592
  return this.get_n();
590
593
  }
591
- bn() {
592
- this.a4 = this.ad.e();
594
+ bo() {
595
+ this.a5 = this.ae.e();
593
596
  }
594
- be(a) {
597
+ bf(a) {
595
598
  let b = this.f.toString();
596
599
  if (b.length > 0) {
597
600
  a.l(b);
598
601
  }
599
602
  }
600
- bh(a) {
603
+ bi(a) {
601
604
  let b = this.g.toString();
602
605
  if (b.length > 0) {
603
606
  a.l(b);
604
607
  }
605
608
  }
606
- bd(a) {
609
+ be(a) {
607
610
  let b = this.e.toString();
608
611
  if (b.length > 0) {
609
612
  a.l(b);
610
613
  }
611
614
  }
612
- bf(a, b) {
613
- if (this.aa.count > 0) {
614
- this.bg(a, this.aa, b);
615
+ bg(a, b) {
616
+ if (this.ab.count > 0) {
617
+ this.bh(a, this.ab, b);
615
618
  }
616
619
  }
617
- bg(a, b, c) {
620
+ bh(a, b, c) {
618
621
  }
619
622
  }
620
623
  CodeGeneratingComponentRendererCodeEmitter.$t = markType(CodeGeneratingComponentRendererCodeEmitter, 'CodeGeneratingComponentRendererCodeEmitter');
@@ -627,9 +630,9 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
627
630
  class BlazorRazorCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
628
631
  constructor(a, b) {
629
632
  super(a, b);
630
- this.bu = 0;
631
- this.bs = new HashSet$1(String_$type, 0);
633
+ this.bv = 0;
632
634
  this.bt = new HashSet$1(String_$type, 0);
635
+ this.bu = new HashSet$1(String_$type, 0);
633
636
  }
634
637
  get_r() {
635
638
  return false;
@@ -637,8 +640,8 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
637
640
  get r() {
638
641
  return this.get_r();
639
642
  }
640
- ar(a, b, c, d) {
641
- d = super.ar(a, b, c, d);
643
+ as(a, b, c, d) {
644
+ d = super.as(a, b, c, d);
642
645
  this.f.l("private " + b.n() + " _" + CodeGeneratingComponentRenderer.e5(d) + " = null;");
643
646
  this.f.l("public " + b.n() + " " + CodeGeneratingComponentRenderer.e6(d));
644
647
  this.f.l("{");
@@ -660,15 +663,15 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
660
663
  this.f.l("}");
661
664
  return CodeGeneratingComponentRenderer.e6(d);
662
665
  }
663
- as(a, b, c, d, e) {
664
- e = super.as(a, b, c, d, e);
666
+ at(a, b, c, d, e) {
667
+ e = super.at(a, b, c, d, e);
665
668
  let f = null;
666
669
  if (c.count > 0) {
667
670
  f = c._inner[0].r() + "[]";
668
671
  }
669
672
  else {
670
673
  let g = a.b.specificExternalType;
671
- f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.al, this.am) + "[]";
674
+ f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.am, this.an) + "[]";
672
675
  }
673
676
  this.f.l("private " + f + " _" + CodeGeneratingComponentRenderer.e5(e) + " = null;");
674
677
  this.f.l("public " + f + " " + CodeGeneratingComponentRenderer.e6(e));
@@ -698,10 +701,10 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
698
701
  i(a, b) {
699
702
  return new BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
700
703
  }
701
- get_y() {
704
+ get_z() {
702
705
  return false;
703
706
  }
704
- bv(a, b, c) {
707
+ bw(a, b, c) {
705
708
  if (c.c == null) {
706
709
  return "null";
707
710
  }
@@ -727,7 +730,7 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
727
730
  f.b.knownType = 1;
728
731
  }
729
732
  if (f.b.knownType == 8) {
730
- e = this.a7 + e;
733
+ e = this.a8 + e;
731
734
  }
732
735
  let g = "@(new " + e + "[] { ";
733
736
  for (let h = 0; h < d.length; h++) {
@@ -736,55 +739,55 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
736
739
  }
737
740
  f.c = d[h];
738
741
  if (f.b.knownType == 2) {
739
- g += "\"" + this.a3(a, f, true) + "\"";
742
+ g += "\"" + this.a4(a, f, true) + "\"";
740
743
  }
741
744
  else {
742
- g += this.a3(a, f, true);
745
+ g += this.a4(a, f, true);
743
746
  }
744
747
  }
745
748
  g += " })";
746
749
  return g;
747
750
  }
748
- at(a, b) {
751
+ au(a, b) {
749
752
  let c = b.b.specificType;
750
753
  if (c == null) {
751
754
  c = b.b.specificExternalType;
752
755
  }
753
- return this.bv(a, c, b);
756
+ return this.bw(a, c, b);
754
757
  }
755
- bc(a, b, c) {
756
- super.bc(a, b, c);
758
+ bd(a, b, c) {
759
+ super.bd(a, b, c);
757
760
  this.h.l("<" + a + "");
758
- if (!this.bs.contains(this.ap)) {
759
- this.bs.add_1(this.ap);
760
- if (!this.bt.contains(this.aq)) {
761
- this.bt.add_1(this.aq);
762
- this.bb(this.aq);
761
+ if (!this.bt.contains(this.aq)) {
762
+ this.bt.add_1(this.aq);
763
+ if (!this.bu.contains(this.ar)) {
764
+ this.bu.add_1(this.ar);
765
+ this.bc(this.ar);
763
766
  }
764
- this.f.l("private " + this.aq + " " + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
767
+ this.f.l("private " + this.ar + " " + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
765
768
  if (!this.p) {
766
769
  if (this.v) {
767
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
770
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
768
771
  }
769
772
  }
770
773
  else {
771
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
774
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
772
775
  }
773
776
  }
774
777
  }
775
- bq() {
778
+ br() {
776
779
  this.h.l(">");
777
780
  this.h.h();
778
781
  }
779
- bl(a) {
782
+ bm(a) {
780
783
  this.h.f();
781
784
  this.h.l("</" + a + ">");
782
785
  this.h.l("");
783
- super.bl(a);
786
+ super.bm(a);
784
787
  }
785
- bi(a, b, c, d) {
788
+ bj(a, b, c, d) {
786
789
  if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.e6(c.b.propertyName)) && this.q(d, c)) {
787
- this.br(c);
790
+ this.bs(c);
788
791
  if (a > 0) {
789
792
  this.h.l("");
790
793
  }
@@ -797,29 +800,29 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
797
800
  return;
798
801
  }
799
802
  if (this.s(c)) {
800
- this.br(c);
801
- if (!this.bs.contains(this.ap)) {
802
- this.bs.add_1(this.ap);
803
- if (!this.bt.contains(this.aq)) {
804
- this.bt.add_1(this.aq);
805
- this.bb(this.aq);
803
+ this.bs(c);
804
+ if (!this.bt.contains(this.aq)) {
805
+ this.bt.add_1(this.aq);
806
+ if (!this.bu.contains(this.ar)) {
807
+ this.bu.add_1(this.ar);
808
+ this.bc(this.ar);
806
809
  }
807
- this.f.l("private " + this.aq + " " + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
810
+ this.f.l("private " + this.ar + " " + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
808
811
  if (!this.p) {
809
812
  if (this.v) {
810
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
813
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
811
814
  }
812
815
  }
813
816
  else {
814
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
817
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
815
818
  }
816
819
  }
817
- let e = CodeGeneratingComponentRenderer.e5(this.a3(d, c, true));
820
+ let e = CodeGeneratingComponentRenderer.e5(this.a4(d, c, true));
818
821
  let f = e;
819
822
  if (f != "null" && !stringStartsWith(f, "this.")) {
820
823
  f = "this." + f;
821
824
  }
822
- this.e.l(CodeGeneratingComponentRenderer.e5(this.ap) + "." + b + " = " + f + ";");
825
+ this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + "." + b + " = " + f + ";");
823
826
  return;
824
827
  }
825
828
  if (a > 0) {
@@ -846,24 +849,24 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
846
849
  this.h.j(b);
847
850
  this.h.j("=");
848
851
  this.h.j("\"");
849
- this.h.j(this.a3(d, c, true));
852
+ this.h.j(this.a4(d, c, true));
850
853
  this.h.j("\"");
851
854
  }
852
855
  if (b == "Name") {
853
856
  this.h.l("");
854
- this.h.j("@ref=\"" + CodeGeneratingComponentRenderer.e5(this.a3(d, c, true)) + "\"");
857
+ this.h.j("@ref=\"" + CodeGeneratingComponentRenderer.e5(this.a4(d, c, true)) + "\"");
855
858
  }
856
859
  }
857
- aw(a) {
860
+ ax(a) {
858
861
  let b = a.b != null ? a.b.specificType + "." : "";
859
862
  return b + (a.c != null ? a.c.toString() : "");
860
863
  }
861
- a3(a, b, c) {
864
+ a4(a, b, c) {
862
865
  if (b.b == null) {
863
866
  return b.c;
864
867
  }
865
868
  if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
866
- b.c = this.ag(b);
869
+ b.c = this.ah(b);
867
870
  }
868
871
  switch (b.b.knownType) {
869
872
  case 11:
@@ -893,9 +896,9 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
893
896
  }
894
897
  return b.c.toString();
895
898
  }
896
- return super.a3(a, b, c);
899
+ return super.a4(a, b, c);
897
900
  }
898
- ag(a) {
901
+ ah(a) {
899
902
  let b = a.c;
900
903
  switch (b.a) {
901
904
  case 3: return b.b;
@@ -905,21 +908,21 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
905
908
  }
906
909
  return b.b;
907
910
  }
908
- a0() {
911
+ a1() {
909
912
  return "@null";
910
913
  }
911
- av(a) {
914
+ aw(a) {
912
915
  return CodeGeneratingComponentRenderer.e5(CodeGeneratingComponentRenderer.e5(a.a.e));
913
916
  }
914
- bw(a) {
917
+ bx(a) {
915
918
  a = stringReplace(a, "-", "_");
916
919
  return CodeGeneratingComponentRenderer.e6(a);
917
920
  }
918
- a1(a) {
919
- this.br(a);
921
+ a2(a) {
922
+ this.bs(a);
920
923
  return CodeGeneratingComponentRenderer.e6(a.a.e);
921
924
  }
922
- bj(a, b, c, d) {
925
+ bk(a, b, c, d) {
923
926
  if (c.b.knownType == 9) {
924
927
  let e = typeCast(IList_$type, c.c);
925
928
  if (e != null) {
@@ -938,7 +941,7 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
938
941
  }
939
942
  }
940
943
  }
941
- get_a7() {
944
+ get_a8() {
942
945
  return "Igb";
943
946
  }
944
947
  }
@@ -952,9 +955,9 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
952
955
  class BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
953
956
  constructor(a, b) {
954
957
  super(a, b);
955
- this.bu = 0;
956
- this.bs = new HashSet$1(String_$type, 0);
958
+ this.bv = 0;
957
959
  this.bt = new HashSet$1(String_$type, 0);
960
+ this.bu = new HashSet$1(String_$type, 0);
958
961
  }
959
962
  get_r() {
960
963
  return true;
@@ -965,10 +968,10 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
965
968
  i(a, b) {
966
969
  return new BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
967
970
  }
968
- get_y() {
971
+ get_z() {
969
972
  return false;
970
973
  }
971
- bv(a, b) {
974
+ bw(a, b) {
972
975
  if (b.c == null) {
973
976
  return "null";
974
977
  }
@@ -983,9 +986,9 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
983
986
  d += " }";
984
987
  return d;
985
988
  }
986
- at(a, b) {
989
+ au(a, b) {
987
990
  if (b.b.specificExternalType == "string") {
988
- return this.bv(b.b.specificExternalType, b);
991
+ return this.bw(b.b.specificExternalType, b);
989
992
  }
990
993
  if (b.c == null) {
991
994
  return "null";
@@ -1000,74 +1003,74 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
1000
1003
  }
1001
1004
  return d;
1002
1005
  }
1003
- bc(a, b, c) {
1004
- super.bc(a, b, c);
1006
+ bd(a, b, c) {
1007
+ super.bd(a, b, c);
1005
1008
  if (this.v) {
1006
- this.h.l("var " + this.ap + " = new " + a + "();");
1009
+ this.h.l("var " + this.aq + " = new " + a + "();");
1007
1010
  }
1008
1011
  else {
1009
- this.h.l("var " + this.ap + " = new " + a + "();");
1012
+ this.h.l("var " + this.aq + " = new " + a + "();");
1010
1013
  }
1011
- if (!this.bs.contains(this.ap)) {
1012
- this.bs.add_1(this.ap);
1013
- if (!this.bt.contains(this.aq)) {
1014
- this.bt.add_1(this.aq);
1015
- this.bb(this.aq);
1014
+ if (!this.bt.contains(this.aq)) {
1015
+ this.bt.add_1(this.aq);
1016
+ if (!this.bu.contains(this.ar)) {
1017
+ this.bu.add_1(this.ar);
1018
+ this.bc(this.ar);
1016
1019
  }
1017
- this.f.l("private " + this.aq + " " + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
1020
+ this.f.l("private " + this.ar + " " + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
1018
1021
  if (!this.p) {
1019
1022
  if (this.v) {
1020
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
1023
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
1021
1024
  }
1022
1025
  }
1023
1026
  else {
1024
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
1027
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
1025
1028
  }
1026
1029
  }
1027
1030
  }
1028
- bq() {
1031
+ br() {
1029
1032
  }
1030
- bl(a) {
1031
- super.bl(a);
1033
+ bm(a) {
1034
+ super.bm(a);
1032
1035
  }
1033
- bi(a, b, c, d) {
1036
+ bj(a, b, c, d) {
1034
1037
  if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.e6(c.b.propertyName)) && this.q(d, c)) {
1035
- this.br(c);
1038
+ this.bs(c);
1036
1039
  if (a > 0) {
1037
1040
  this.h.l("");
1038
1041
  }
1039
1042
  if (c.a == null || c.a.e == null) {
1040
- this.h.j(this.ap + "." + b + "Name = null;");
1043
+ this.h.j(this.aq + "." + b + "Name = null;");
1041
1044
  }
1042
1045
  else {
1043
- this.h.j(this.ap + "." + b + "Name = " + c.a.e + ";");
1046
+ this.h.j(this.aq + "." + b + "Name = " + c.a.e + ";");
1044
1047
  }
1045
1048
  return;
1046
1049
  }
1047
1050
  if (this.s(c)) {
1048
- this.br(c);
1049
- if (!this.bs.contains(this.ap)) {
1050
- this.bs.add_1(this.ap);
1051
- if (!this.bt.contains(this.aq)) {
1052
- this.bt.add_1(this.aq);
1053
- this.bb(this.aq);
1051
+ this.bs(c);
1052
+ if (!this.bt.contains(this.aq)) {
1053
+ this.bt.add_1(this.aq);
1054
+ if (!this.bu.contains(this.ar)) {
1055
+ this.bu.add_1(this.ar);
1056
+ this.bc(this.ar);
1054
1057
  }
1055
- this.f.l("private " + this.aq + " " + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
1058
+ this.f.l("private " + this.ar + " " + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
1056
1059
  if (!this.p) {
1057
1060
  if (this.v) {
1058
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
1061
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
1059
1062
  }
1060
1063
  }
1061
1064
  else {
1062
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
1065
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
1063
1066
  }
1064
1067
  }
1065
- let e = CodeGeneratingComponentRenderer.e5(this.a3(d, c, true));
1068
+ let e = CodeGeneratingComponentRenderer.e5(this.a4(d, c, true));
1066
1069
  let f = e;
1067
1070
  if (f != "null" && !stringStartsWith(f, "this.")) {
1068
1071
  f = "this." + f;
1069
1072
  }
1070
- this.e.l(CodeGeneratingComponentRenderer.e5(this.ap) + "." + b + " = " + f + ";");
1073
+ this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + "." + b + " = " + f + ";");
1071
1074
  return;
1072
1075
  }
1073
1076
  if (a > 0) {
@@ -1093,28 +1096,28 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
1093
1096
  }
1094
1097
  }
1095
1098
  }
1096
- this.h.j(this.ap + ".");
1099
+ this.h.j(this.aq + ".");
1097
1100
  this.h.j(b);
1098
1101
  this.h.j(" = ");
1099
1102
  if (h) {
1100
- this.h.j("\"" + this.a3(d, c, true) + "\"");
1103
+ this.h.j("\"" + this.a4(d, c, true) + "\"");
1101
1104
  }
1102
1105
  else {
1103
- this.h.j(this.a3(d, c, true));
1106
+ this.h.j(this.a4(d, c, true));
1104
1107
  }
1105
1108
  this.h.j(";");
1106
1109
  }
1107
1110
  }
1108
- aw(a) {
1111
+ ax(a) {
1109
1112
  let b = a.b != null ? a.b.specificType + "." : "";
1110
1113
  return b + (a.c != null ? a.c.toString() : "");
1111
1114
  }
1112
- a3(a, b, c) {
1115
+ a4(a, b, c) {
1113
1116
  if (b.b == null) {
1114
1117
  return "\"" + b.c + "\"";
1115
1118
  }
1116
1119
  if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
1117
- b.c = this.ag(b);
1120
+ b.c = this.ah(b);
1118
1121
  }
1119
1122
  switch (b.b.knownType) {
1120
1123
  case 11:
@@ -1146,12 +1149,12 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
1146
1149
  case 5:
1147
1150
  case 6:
1148
1151
  case 16:
1149
- case 2: return "\"" + super.a3(a, b, c) + "\"";
1152
+ case 2: return "\"" + super.a4(a, b, c) + "\"";
1150
1153
  case 9: throw new NotSupportedException(1, "shouldn't get here");
1151
1154
  }
1152
- return super.a3(a, b, c);
1155
+ return super.a4(a, b, c);
1153
1156
  }
1154
- ag(a) {
1157
+ ah(a) {
1155
1158
  let b = a.c;
1156
1159
  switch (b.a) {
1157
1160
  case 3: return b.b;
@@ -1161,21 +1164,21 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
1161
1164
  }
1162
1165
  return b.b;
1163
1166
  }
1164
- a0() {
1167
+ a1() {
1165
1168
  return "null";
1166
1169
  }
1167
- av(a) {
1170
+ aw(a) {
1168
1171
  return CodeGeneratingComponentRenderer.e5(CodeGeneratingComponentRenderer.e5(a.a.e));
1169
1172
  }
1170
- bw(a) {
1173
+ bx(a) {
1171
1174
  a = stringReplace(a, "-", "_");
1172
1175
  return CodeGeneratingComponentRenderer.e6(a);
1173
1176
  }
1174
- a1(a) {
1175
- this.br(a);
1177
+ a2(a) {
1178
+ this.bs(a);
1176
1179
  return CodeGeneratingComponentRenderer.e6(a.a.e);
1177
1180
  }
1178
- bj(a, b, c, d) {
1181
+ bk(a, b, c, d) {
1179
1182
  if (c.b.knownType == 9) {
1180
1183
  let e = typeCast(IList_$type, c.c);
1181
1184
  if (e != null) {
@@ -1183,7 +1186,7 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
1183
1186
  if (typeCast(CodeGenerationItemBuilder.$, f) !== null) {
1184
1187
  let g = f;
1185
1188
  g.v(this, false);
1186
- this.h.l(this.ap + "." + b + ".Add(" + this.a4 + ");");
1189
+ this.h.l(this.aq + "." + b + ".Add(" + this.a5 + ");");
1187
1190
  }
1188
1191
  }
1189
1192
  }
@@ -1197,23 +1200,23 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
1197
1200
  if (typeCast(CodeGenerationItemBuilder.$, k) !== null) {
1198
1201
  let l = k;
1199
1202
  l.v(this, false);
1200
- i += this.a4 + ",";
1203
+ i += this.a5 + ",";
1201
1204
  }
1202
1205
  }
1203
1206
  i = trimEnd(i, ',');
1204
1207
  i += "]";
1205
- this.h.l(this.ap + "." + b + " = " + i + ";");
1208
+ this.h.l(this.aq + "." + b + " = " + i + ";");
1206
1209
  }
1207
1210
  }
1208
1211
  else {
1209
1212
  if (typeCast(CodeGenerationItemBuilder.$, c.c) !== null) {
1210
1213
  let m = c.c;
1211
1214
  m.v(this, false);
1212
- this.h.l(this.ap + "." + b + " = " + this.a4 + ";");
1215
+ this.h.l(this.aq + "." + b + " = " + this.a5 + ";");
1213
1216
  }
1214
1217
  }
1215
1218
  }
1216
- get_a7() {
1219
+ get_a8() {
1217
1220
  return "Igb";
1218
1221
  }
1219
1222
  }
@@ -1227,8 +1230,9 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1227
1230
  class ReactMarkupCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
1228
1231
  constructor(a, b) {
1229
1232
  super(a, b);
1230
- this.bu = new HashSet$1(String_$type, 0);
1231
- this.bv = new HashSet$1(String_$type, 0);
1233
+ this.bx = new HashSet$1(String_$type, 0);
1234
+ this.by = new HashSet$1(String_$type, 0);
1235
+ this.bz = new Stack$1(Boolean_$type);
1232
1236
  }
1233
1237
  get_r() {
1234
1238
  return false;
@@ -1236,8 +1240,8 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1236
1240
  get r() {
1237
1241
  return this.get_r();
1238
1242
  }
1239
- ar(a, b, c, d) {
1240
- d = super.ar(a, b, c, d);
1243
+ as(a, b, c, d) {
1244
+ d = super.as(a, b, c, d);
1241
1245
  let e = b.r();
1242
1246
  this.f.l("private " + " _" + CodeGeneratingComponentRenderer.e5(d) + ": " + e + " | null = null;");
1243
1247
  this.f.l("public get " + CodeGeneratingComponentRenderer.e5(d) + "(): " + e + " {");
@@ -1254,15 +1258,15 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1254
1258
  this.f.l("}");
1255
1259
  return CodeGeneratingComponentRenderer.e6(d);
1256
1260
  }
1257
- as(a, b, c, d, e) {
1258
- e = super.as(a, b, c, d, e);
1261
+ at(a, b, c, d, e) {
1262
+ e = super.at(a, b, c, d, e);
1259
1263
  let f = null;
1260
1264
  if (c.count > 0) {
1261
1265
  f = c._inner[0].r() + "[]";
1262
1266
  }
1263
1267
  else {
1264
1268
  let g = a.b.specificExternalType;
1265
- f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.al, this.am) + "[]";
1269
+ f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.am, this.an) + "[]";
1266
1270
  }
1267
1271
  this.f.l("private" + " _" + CodeGeneratingComponentRenderer.e5(e) + ": " + f + " | null = null;");
1268
1272
  this.f.l("public get " + CodeGeneratingComponentRenderer.e5(e) + "(): " + f + " {");
@@ -1286,7 +1290,7 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1286
1290
  i(a, b) {
1287
1291
  return new ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
1288
1292
  }
1289
- at(a, b) {
1293
+ au(a, b) {
1290
1294
  if (b.c == null) {
1291
1295
  return "{null}";
1292
1296
  }
@@ -1317,66 +1321,82 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1317
1321
  g += "]";
1318
1322
  return g;
1319
1323
  }
1320
- get_x() {
1324
+ get_y() {
1321
1325
  return true;
1322
1326
  }
1323
- get_a7() {
1327
+ get_a8() {
1324
1328
  return "Igr";
1325
1329
  }
1326
- bc(a, b, c) {
1327
- super.bc(a, b, c);
1328
- this.h.l("<" + this.bx(a) + "");
1330
+ get bv() {
1331
+ return this.bz.d();
1332
+ }
1333
+ bd(a, b, c) {
1334
+ this.bz.h(this.bt(b, c));
1335
+ super.bd(a, b, c);
1336
+ this.h.l("<" + this.b1(a) + "");
1329
1337
  this.h.h();
1330
- if (!this.bv.contains(this.aq)) {
1331
- this.bv.add_1(this.aq);
1332
- this.bb(this.aq);
1338
+ if (!this.by.contains(this.ar)) {
1339
+ this.by.add_1(this.ar);
1340
+ this.bc(this.ar);
1333
1341
  }
1334
- if (!this.bu.contains(this.ap)) {
1335
- this.bu.add_1(this.ap);
1336
- this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.ap) + ": " + this.aq);
1342
+ if (!this.bx.contains(this.aq)) {
1343
+ this.bx.add_1(this.aq);
1344
+ this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + ": " + this.ar);
1337
1345
  if (this.v) {
1338
- this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.ap) + "Ref(r: " + this.aq + ") {");
1346
+ this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + "Ref(r: " + this.ar + ") {");
1339
1347
  this.f.h();
1340
- this.f.l("this." + CodeGeneratingComponentRenderer.e5(this.ap) + " = r;");
1348
+ this.f.l("this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = r;");
1341
1349
  this.f.l("this.setState({});");
1342
1350
  this.f.f();
1343
1351
  this.f.l("}");
1344
- this.g.l("this." + CodeGeneratingComponentRenderer.e5(this.ap) + "Ref = " + "this." + CodeGeneratingComponentRenderer.e5(this.ap) + "Ref.bind(this);");
1352
+ this.g.l("this." + CodeGeneratingComponentRenderer.e5(this.aq) + "Ref = " + "this." + CodeGeneratingComponentRenderer.e5(this.aq) + "Ref.bind(this);");
1345
1353
  }
1346
1354
  }
1347
1355
  }
1348
- bs(a, b) {
1356
+ bt(a, b) {
1349
1357
  return b.getMetadata(a != null ? a : "", "__tagNameWC") != null;
1350
1358
  }
1351
- bx(a) {
1359
+ bu(a) {
1360
+ return a.b != null && a.b.knownType == 8 && a.b.specificExternalType == "string" && this.bt(a.b.owningType, a.b.owningContext);
1361
+ }
1362
+ b1(a) {
1352
1363
  if (stringEndsWith(a, "Component")) {
1353
1364
  a = a.substr(0, a.length - ("Component").length);
1354
1365
  }
1355
1366
  return CodeGeneratingComponentRenderer.e6(a);
1356
1367
  }
1357
- bt(a) {
1368
+ bw(a) {
1358
1369
  if (!a.b.owningContext.hasStringUnionPlatforms(a.b.owningType, a.b.propertyName)) {
1359
1370
  return false;
1360
1371
  }
1361
1372
  let b = a.b.owningContext.getStringUnionPlatforms(a.b.owningType, a.b.propertyName);
1362
1373
  for (let c = 0; c < b.length; c++) {
1363
- if (b[c].toLowerCase() == this.a6) {
1374
+ if (b[c].toLowerCase() == this.a7) {
1364
1375
  return true;
1365
1376
  }
1366
1377
  }
1367
1378
  return false;
1368
1379
  }
1369
- aw(a) {
1370
- if (this.bt(a)) {
1380
+ ax(a) {
1381
+ if (this.bw(a)) {
1371
1382
  return CodeGeneratingComponentRenderer.e7(a.c.toString());
1372
1383
  }
1384
+ else if (this.bu(a)) {
1385
+ if (!this.by.contains(a.b.specificType)) {
1386
+ this.by.add_1(a.b.specificType);
1387
+ let b = WebImportsHalper.b(a, this.k);
1388
+ this.bc(b);
1389
+ }
1390
+ let c = a.b != null ? a.b.specificType + "." : "";
1391
+ return c + (a.c != null ? a.c.toString() : "");
1392
+ }
1373
1393
  else {
1374
- return super.aw(a);
1394
+ return super.ax(a);
1375
1395
  }
1376
1396
  }
1377
- bq() {
1378
- if (!this.v && !this.p) {
1379
- let a = this.bw();
1397
+ br() {
1398
+ if (!this.v && !this.p && !this.bv) {
1399
+ let a = this.b0();
1380
1400
  this.h.l("");
1381
1401
  this.h.l("name=\"" + a + "\"");
1382
1402
  }
@@ -1384,32 +1404,44 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1384
1404
  this.h.l(">");
1385
1405
  this.h.h();
1386
1406
  }
1387
- bw() {
1388
- let a = CodeGeneratingComponentRenderer.e5(stringReplace(stringReplace(this.aq, this.a7, ""), "Component", ""));
1407
+ b0() {
1408
+ let a = CodeGeneratingComponentRenderer.e5(stringReplace(stringReplace(this.ar, this.a8, ""), "Component", ""));
1389
1409
  a = this.k.u(a);
1390
1410
  return a;
1391
1411
  }
1392
- ax(a) {
1412
+ ay(a) {
1393
1413
  if (!stringIsNullOrEmpty(a.a.e)) {
1394
- this.br(a);
1395
- if (!this.bu.contains(a.a.e)) {
1414
+ this.bs(a);
1415
+ if (!this.bx.contains(a.a.e)) {
1396
1416
  this.g.l("this." + CodeGeneratingComponentRenderer.e5(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.e5(a.a.e) + ".bind(this);");
1397
1417
  }
1398
1418
  return "this." + CodeGeneratingComponentRenderer.e5(a.a.e);
1399
1419
  }
1400
- return this.a0();
1420
+ return this.a1();
1401
1421
  }
1402
- bl(a) {
1422
+ bm(a) {
1403
1423
  this.h.f();
1404
- this.h.l("</" + this.bx(a) + ">");
1405
- super.bl(a);
1424
+ this.h.l("</" + this.b1(a) + ">");
1425
+ super.bm(a);
1426
+ this.bz.e();
1427
+ }
1428
+ x(a, b, c) {
1429
+ if (this.bv && a.toLowerCase() == "name" && this.a6 == "grids") {
1430
+ return !this.p || !this.v;
1431
+ }
1432
+ return super.x(a, b, c);
1406
1433
  }
1407
- bi(a, b, c, d) {
1434
+ bj(a, b, c, d) {
1408
1435
  let e = CodeGeneratingComponentRenderer.e5(b);
1409
- let f = this.a3(d, c, true);
1410
- let g = c.b != null && this.bs(c.b.owningType, d);
1436
+ let f = this.a4(d, c, true);
1437
+ let g = c.b != null && this.bt(c.b.owningType, d);
1438
+ if (g) {
1439
+ if (c.b.knownType == 19) {
1440
+ e = "on" + CodeGeneratingComponentRenderer.e6(e);
1441
+ }
1442
+ }
1411
1443
  if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.e6(c.b.propertyName)) && this.q(d, c)) {
1412
- this.br(c);
1444
+ this.bs(c);
1413
1445
  if (a > 0) {
1414
1446
  this.h.l("");
1415
1447
  }
@@ -1425,17 +1457,18 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1425
1457
  let h = (c.b != null && c.b.knownType == 10);
1426
1458
  let i = (c.b != null && c.b.knownType == 7);
1427
1459
  let j = (c.b != null && c.b.knownType == 1);
1428
- let k = h || (g && (i || j));
1460
+ let k = c.b != null && !this.bw(c) && this.bu(c);
1461
+ let l = h || (g && (i || j || k));
1429
1462
  if (this.q(d, c)) {
1430
- this.br(c);
1431
- let l = CodeGeneratingComponentRenderer.e5(f);
1432
- let m = l;
1433
- if (m != "null" && !stringStartsWith(m, "this.")) {
1434
- m = "this." + m;
1463
+ this.bs(c);
1464
+ let m = CodeGeneratingComponentRenderer.e5(f);
1465
+ let n = m;
1466
+ if (n != "null" && !stringStartsWith(n, "this.")) {
1467
+ n = "this." + n;
1435
1468
  }
1436
- f = "{" + m + "}";
1469
+ f = "{" + n + "}";
1437
1470
  }
1438
- else if (k) {
1471
+ else if (l) {
1439
1472
  f = "{" + f + "}";
1440
1473
  }
1441
1474
  if (a > 0) {
@@ -1443,11 +1476,11 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1443
1476
  }
1444
1477
  this.h.j(e);
1445
1478
  this.h.j("=");
1446
- if (!this.q(d, c) && !k) {
1479
+ if (!this.q(d, c) && !l) {
1447
1480
  this.h.j("\"");
1448
1481
  }
1449
1482
  this.h.j(f);
1450
- if (!this.q(d, c) && !k) {
1483
+ if (!this.q(d, c) && !l) {
1451
1484
  this.h.j("\"");
1452
1485
  }
1453
1486
  a++;
@@ -1457,11 +1490,11 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1457
1490
  if (a > 0) {
1458
1491
  this.h.l("");
1459
1492
  }
1460
- this.h.j("ref={this." + CodeGeneratingComponentRenderer.e5(this.a3(d, c, true)) + "Ref}");
1493
+ this.h.j("ref={this." + CodeGeneratingComponentRenderer.e5(this.a4(d, c, true)) + "Ref}");
1461
1494
  }
1462
1495
  }
1463
1496
  }
1464
- ag(a) {
1497
+ ah(a) {
1465
1498
  let b = a.c;
1466
1499
  switch (b.a) {
1467
1500
  case 3: return b.b;
@@ -1471,16 +1504,16 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1471
1504
  }
1472
1505
  return b.b;
1473
1506
  }
1474
- a0() {
1507
+ a1() {
1475
1508
  return "null";
1476
1509
  }
1477
- av(a) {
1510
+ aw(a) {
1478
1511
  return "this." + CodeGeneratingComponentRenderer.e5(a.a.e);
1479
1512
  }
1480
- a1(a) {
1513
+ a2(a) {
1481
1514
  return "this." + CodeGeneratingComponentRenderer.e5(a.a.e);
1482
1515
  }
1483
- bj(a, b, c, d) {
1516
+ bk(a, b, c, d) {
1484
1517
  if (c.b.knownType == 9) {
1485
1518
  let e = typeCast(IList_$type, c.c);
1486
1519
  if (e != null) {
@@ -1499,9 +1532,9 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1499
1532
  }
1500
1533
  }
1501
1534
  }
1502
- bg(a, b, c) {
1503
- super.bg(a, b, c);
1504
- WebImportsHalper.b(this.k, this.a6, this.a5, this.a7, a, b, c);
1535
+ bh(a, b, c) {
1536
+ super.bh(a, b, c);
1537
+ WebImportsHalper.d(this.k, this.a7, this.a6, this.a8, a, b, c);
1505
1538
  }
1506
1539
  }
1507
1540
  ReactMarkupCodeGeneratingComponentRendererCodeEmitter.$t = markType(ReactMarkupCodeGeneratingComponentRendererCodeEmitter, 'ReactMarkupCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
@@ -1514,9 +1547,9 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1514
1547
  class WebCodeBehindCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
1515
1548
  constructor(a, b) {
1516
1549
  super(a, b);
1517
- this.bv = 0;
1518
- this.bt = new HashSet$1(String_$type, 0);
1550
+ this.bw = 0;
1519
1551
  this.bu = new HashSet$1(String_$type, 0);
1552
+ this.bv = new HashSet$1(String_$type, 0);
1520
1553
  }
1521
1554
  get_r() {
1522
1555
  return true;
@@ -1524,42 +1557,33 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1524
1557
  get r() {
1525
1558
  return this.get_r();
1526
1559
  }
1527
- bs(a) {
1560
+ bt(a) {
1528
1561
  if (!a.b.owningContext.hasStringUnionPlatforms(a.b.owningType, a.b.propertyName)) {
1529
1562
  return false;
1530
1563
  }
1531
1564
  let b = a.b.owningContext.getStringUnionPlatforms(a.b.owningType, a.b.propertyName);
1532
1565
  for (let c = 0; c < b.length; c++) {
1533
- if (b[c].toLowerCase() == this.a6) {
1566
+ if (b[c].toLowerCase() == this.a7) {
1534
1567
  return true;
1535
1568
  }
1536
1569
  }
1537
1570
  return false;
1538
1571
  }
1539
- aw(a) {
1540
- if (this.bs(a)) {
1572
+ ax(a) {
1573
+ if (this.bt(a)) {
1541
1574
  return "\"" + CodeGeneratingComponentRenderer.e7(a.c.toString()) + "\"";
1542
1575
  }
1543
1576
  else {
1544
- if (!this.bu.contains(a.b.specificType)) {
1545
- this.bu.add_1(a.b.specificType);
1546
- if (a.b.owningContext.getMetadata(a.b.owningType, "__importTypes" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.k.platform)) != null) {
1547
- let b = a.b.owningContext.getMetadata(a.b.owningType, "__importTypes" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.k.platform)).specificExternalType;
1548
- this.bb(a.b.specificType + ":" + b);
1549
- }
1550
- else if (a.b.owningContext.getMetadata("Web" + a.b.owningType, "__importTypes" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.k.platform)) != null) {
1551
- let c = a.b.owningContext.getMetadata("Web" + a.b.owningType, "__importTypes" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.k.platform)).specificExternalType;
1552
- this.bb(a.b.specificType + ":" + c);
1553
- }
1554
- else {
1555
- this.bb(a.b.specificType);
1556
- }
1577
+ if (!this.bv.contains(a.b.specificType)) {
1578
+ this.bv.add_1(a.b.specificType);
1579
+ let b = WebImportsHalper.b(a, this.k);
1580
+ this.bc(b);
1557
1581
  }
1558
- let d = a.b != null ? a.b.specificType + "." : "";
1559
- return d + (a.c != null ? a.c.toString() : "");
1582
+ let c = a.b != null ? a.b.specificType + "." : "";
1583
+ return c + (a.c != null ? a.c.toString() : "");
1560
1584
  }
1561
1585
  }
1562
- at(a, b) {
1586
+ au(a, b) {
1563
1587
  if (b.c == null) {
1564
1588
  return "null";
1565
1589
  }
@@ -1573,99 +1597,99 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1573
1597
  }
1574
1598
  return d + "]";
1575
1599
  }
1576
- get_x() {
1600
+ get_y() {
1577
1601
  return true;
1578
1602
  }
1579
- bc(a, b, c) {
1580
- super.bc(a, b, c);
1603
+ bd(a, b, c) {
1604
+ super.bd(a, b, c);
1581
1605
  let d = this.u(b, c);
1582
1606
  if (d) {
1583
1607
  if (this.v) {
1584
- this.h.l("var " + this.ap + ": " + a + " = {} as " + a + ";");
1608
+ this.h.l("var " + this.aq + ": " + a + " = {} as " + a + ";");
1585
1609
  }
1586
1610
  else {
1587
- this.h.l("var " + this.ap + ": " + a + " = {} as " + a + ";");
1611
+ this.h.l("var " + this.aq + ": " + a + " = {} as " + a + ";");
1588
1612
  }
1589
1613
  }
1590
1614
  else {
1591
1615
  if (this.v) {
1592
- this.h.l("var " + this.ap + " = new " + a + "();");
1616
+ this.h.l("var " + this.aq + " = new " + a + "();");
1593
1617
  }
1594
1618
  else {
1595
- this.h.l("var " + this.ap + " = new " + a + "();");
1619
+ this.h.l("var " + this.aq + " = new " + a + "();");
1596
1620
  }
1597
1621
  }
1598
- if (!this.bt.contains(this.ap)) {
1599
- this.bt.add_1(this.ap);
1600
- if (!this.bu.contains(this.aq)) {
1601
- this.bu.add_1(this.aq);
1602
- this.bb(this.aq);
1622
+ if (!this.bu.contains(this.aq)) {
1623
+ this.bu.add_1(this.aq);
1624
+ if (!this.bv.contains(this.ar)) {
1625
+ this.bv.add_1(this.ar);
1626
+ this.bc(this.ar);
1603
1627
  }
1604
- this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.ap) + ": " + this.aq);
1628
+ this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + ": " + this.ar);
1605
1629
  if (!this.p) {
1606
1630
  if (this.v) {
1607
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.aq, "Component", "")) + "') as " + this.aq + ";");
1631
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.ar, "Component", "")) + "') as " + this.ar + ";");
1608
1632
  }
1609
1633
  }
1610
1634
  else {
1611
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + " = document.getElementById('" + this.ap + "') as " + this.aq + ";");
1635
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.getElementById('" + this.aq + "') as " + this.ar + ";");
1612
1636
  }
1613
1637
  }
1614
1638
  }
1615
- bw(a) {
1639
+ bx(a) {
1616
1640
  if (stringEndsWith(a, "Component")) {
1617
1641
  a = a.substr(0, a.length - ("Component").length);
1618
1642
  }
1619
1643
  return CodeGeneratingComponentRenderer.e8(a);
1620
1644
  }
1621
- bq() {
1645
+ br() {
1622
1646
  this.h.l("");
1623
1647
  }
1624
- bk(a) {
1625
- }
1626
1648
  bl(a) {
1649
+ }
1650
+ bm(a) {
1627
1651
  {
1628
1652
  this.h.l("");
1629
1653
  }
1630
- super.bl(a);
1654
+ super.bm(a);
1631
1655
  }
1632
- bi(a, b, c, d) {
1656
+ bj(a, b, c, d) {
1633
1657
  let e = CodeGeneratingComponentRenderer.e5(b);
1634
1658
  if (e == "name" && c.b == null) {
1635
1659
  return;
1636
1660
  }
1637
1661
  if (this.s(c)) {
1638
- this.br(c);
1639
- if (!this.bt.contains(this.ap)) {
1640
- this.bt.add_1(this.ap);
1641
- if (!this.bu.contains(this.aq)) {
1642
- this.bu.add_1(this.aq);
1643
- this.bb(this.aq);
1662
+ this.bs(c);
1663
+ if (!this.bu.contains(this.aq)) {
1664
+ this.bu.add_1(this.aq);
1665
+ if (!this.bv.contains(this.ar)) {
1666
+ this.bv.add_1(this.ar);
1667
+ this.bc(this.ar);
1644
1668
  }
1645
- this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.ap) + ": " + this.aq);
1669
+ this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + ": " + this.ar);
1646
1670
  if (!this.p) {
1647
1671
  if (this.v) {
1648
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.aq, "Component", "")) + "') as " + this.aq + ";");
1672
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.ar, "Component", "")) + "') as " + this.ar + ";");
1649
1673
  }
1650
1674
  }
1651
1675
  else {
1652
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + " = document.getElementById('" + this.ap + "') as " + this.aq + ";");
1676
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.getElementById('" + this.aq + "') as " + this.ar + ";");
1653
1677
  }
1654
1678
  }
1655
- let f = CodeGeneratingComponentRenderer.e5(this.a3(d, c, true));
1679
+ let f = CodeGeneratingComponentRenderer.e5(this.a4(d, c, true));
1656
1680
  let g = f;
1657
1681
  if (g != "null" && !stringStartsWith(g, "this.")) {
1658
1682
  g = "this." + g;
1659
1683
  }
1660
- if (this.aq == "any" && stringContains(e, "-")) {
1661
- this.e.l(CodeGeneratingComponentRenderer.e5(this.ap) + "['" + e + "'] = " + g + ";");
1684
+ if (this.ar == "any" && stringContains(e, "-")) {
1685
+ this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + "['" + e + "'] = " + g + ";");
1662
1686
  }
1663
1687
  else {
1664
1688
  if (c.b != null && c.b.isCustomEvent) {
1665
- this.e.l(CodeGeneratingComponentRenderer.e5(this.ap) + ".addEventListener(\"" + e + "\", " + g + ");");
1689
+ this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + ".addEventListener(\"" + e + "\", " + g + ");");
1666
1690
  }
1667
1691
  else {
1668
- this.e.l(CodeGeneratingComponentRenderer.e5(this.ap) + "." + e + " = " + g + ";");
1692
+ this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + "." + e + " = " + g + ";");
1669
1693
  }
1670
1694
  }
1671
1695
  return;
@@ -1673,17 +1697,17 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1673
1697
  if (a > 0) {
1674
1698
  this.h.l("");
1675
1699
  }
1676
- if (this.aq == "any" && stringContains(e, "-")) {
1677
- this.h.j(this.ap + "." + CodeGeneratingComponentRenderer.e5(this.ap) + "['" + e + "']");
1700
+ if (this.ar == "any" && stringContains(e, "-")) {
1701
+ this.h.j(this.aq + "." + CodeGeneratingComponentRenderer.e5(this.aq) + "['" + e + "']");
1678
1702
  }
1679
1703
  else {
1680
- this.h.j(this.ap + "." + CodeGeneratingComponentRenderer.e5(e));
1704
+ this.h.j(this.aq + "." + CodeGeneratingComponentRenderer.e5(e));
1681
1705
  }
1682
1706
  this.h.j(" = ");
1683
- this.h.j(this.a3(d, c, true));
1707
+ this.h.j(this.a4(d, c, true));
1684
1708
  this.h.j(";");
1685
1709
  }
1686
- ag(a) {
1710
+ ah(a) {
1687
1711
  let b = a.c;
1688
1712
  switch (b.a) {
1689
1713
  case 3: return b.b;
@@ -1693,31 +1717,31 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1693
1717
  }
1694
1718
  return b.b;
1695
1719
  }
1696
- a0() {
1720
+ a1() {
1697
1721
  return "null";
1698
1722
  }
1699
- av(a) {
1723
+ aw(a) {
1700
1724
  return CodeGeneratingComponentRenderer.e5(a.a.e);
1701
1725
  }
1702
- a1(a) {
1726
+ a2(a) {
1703
1727
  return CodeGeneratingComponentRenderer.e5(a.a.e);
1704
1728
  }
1705
- ax(a) {
1729
+ ay(a) {
1706
1730
  if (!stringIsNullOrEmpty(a.a.e)) {
1707
- this.br(a);
1708
- if (!this.bt.contains(a.a.e)) {
1731
+ this.bs(a);
1732
+ if (!this.bu.contains(a.a.e)) {
1709
1733
  this.g.l("this." + CodeGeneratingComponentRenderer.e5(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.e5(a.a.e) + ".bind(this);");
1710
1734
  }
1711
1735
  return "this." + CodeGeneratingComponentRenderer.e5(a.a.e);
1712
1736
  }
1713
- return this.a0();
1737
+ return this.a1();
1714
1738
  }
1715
- a3(a, b, c) {
1739
+ a4(a, b, c) {
1716
1740
  if (b.b == null) {
1717
1741
  return "\"" + b.c + "\"";
1718
1742
  }
1719
1743
  if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
1720
- b.c = this.ag(b);
1744
+ b.c = this.ah(b);
1721
1745
  }
1722
1746
  switch (b.b.knownType) {
1723
1747
  case 11:
@@ -1747,15 +1771,15 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1747
1771
  }
1748
1772
  return b.c.toString();
1749
1773
  case 5:
1750
- case 2: return "\"" + super.a3(a, b, c) + "\"";
1751
- case 23: return "[" + super.a3(a, b, c) + "]";
1752
- case 6: return "[\"" + stringJoin1(String_$type, "\", \"", super.ab(b, c)) + "\"]";
1753
- case 16: return "[\"" + stringJoin1(String_$type, "\", \"", super.ac(b, c)) + "\"]";
1774
+ case 2: return "\"" + super.a4(a, b, c) + "\"";
1775
+ case 23: return "[" + super.a4(a, b, c) + "]";
1776
+ case 6: return "[\"" + stringJoin1(String_$type, "\", \"", super.ac(b, c)) + "\"]";
1777
+ case 16: return "[\"" + stringJoin1(String_$type, "\", \"", super.ad(b, c)) + "\"]";
1754
1778
  case 9: throw new NotSupportedException(1, "shouldn't get here");
1755
1779
  }
1756
- return super.a3(a, b, c);
1780
+ return super.a4(a, b, c);
1757
1781
  }
1758
- bj(a, b, c, d) {
1782
+ bk(a, b, c, d) {
1759
1783
  if (c.b.knownType == 9) {
1760
1784
  let e = typeCast(IList_$type, c.c);
1761
1785
  if (e != null) {
@@ -1773,12 +1797,12 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1773
1797
  if (k) {
1774
1798
  if (f) {
1775
1799
  f = false;
1776
- this.h.l(this.ap + "." + b + " = []");
1800
+ this.h.l(this.aq + "." + b + " = []");
1777
1801
  }
1778
- this.h.l(this.ap + "." + b + ".push(" + this.a4 + ");");
1802
+ this.h.l(this.aq + "." + b + ".push(" + this.a5 + ");");
1779
1803
  }
1780
1804
  else {
1781
- this.h.l(this.ap + "." + b + ".add(" + this.a4 + ");");
1805
+ this.h.l(this.aq + "." + b + ".add(" + this.a5 + ");");
1782
1806
  }
1783
1807
  }
1784
1808
  }
@@ -1793,19 +1817,19 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1793
1817
  if (typeCast(CodeGenerationItemBuilder.$, o) !== null) {
1794
1818
  let p = o;
1795
1819
  p.v(this, false);
1796
- m += this.a4 + ",";
1820
+ m += this.a5 + ",";
1797
1821
  }
1798
1822
  }
1799
1823
  m = trimEnd(m, ',');
1800
1824
  m += "]";
1801
- this.h.l(this.ap + "." + b + " = " + m + ";");
1825
+ this.h.l(this.aq + "." + b + " = " + m + ";");
1802
1826
  }
1803
1827
  }
1804
1828
  else {
1805
1829
  if (typeCast(CodeGenerationItemBuilder.$, c.c) !== null) {
1806
1830
  let q = c.c;
1807
1831
  q.v(this, false);
1808
- this.h.l(this.ap + "." + b + " = " + this.a4 + ";");
1832
+ this.h.l(this.aq + "." + b + " = " + this.a5 + ";");
1809
1833
  }
1810
1834
  }
1811
1835
  }
@@ -1827,18 +1851,21 @@ export let ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
1827
1851
  i(a, b) {
1828
1852
  return new ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
1829
1853
  }
1830
- get_a7() {
1854
+ get_a8() {
1831
1855
  return "Igc";
1832
1856
  }
1833
- bg(a, b, c) {
1834
- super.bg(a, b, c);
1835
- WebImportsHalper.b(this.k, this.a6, this.a5, this.a7, a, b, c);
1857
+ bh(a, b, c) {
1858
+ super.bh(a, b, c);
1859
+ WebImportsHalper.d(this.k, this.a7, this.a6, this.a8, a, b, c);
1836
1860
  }
1837
1861
  u(a, b) {
1838
1862
  let c = false;
1839
1863
  if (b.getMetadata(a, "__isPlainObject") != null && (b.getMetadata(a, "__isTSPlainInterface") != null || b.getMetadata(a, "__marshalByValue") == null)) {
1840
1864
  c = true;
1841
1865
  }
1866
+ if (b.getMetadata(a, "__isPlainObject") != null && this.a6 == "grids") {
1867
+ c = true;
1868
+ }
1842
1869
  return c;
1843
1870
  }
1844
1871
  }
@@ -1852,9 +1879,9 @@ export let WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__
1852
1879
  class WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
1853
1880
  constructor(a, b) {
1854
1881
  super(a, b);
1855
- this.bv = 0;
1856
- this.bt = new HashSet$1(String_$type, 0);
1882
+ this.bw = 0;
1857
1883
  this.bu = new HashSet$1(String_$type, 0);
1884
+ this.bv = new HashSet$1(String_$type, 0);
1858
1885
  }
1859
1886
  get_r() {
1860
1887
  return false;
@@ -1862,31 +1889,31 @@ export let WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__
1862
1889
  get r() {
1863
1890
  return this.get_r();
1864
1891
  }
1865
- bs(a) {
1892
+ bt(a) {
1866
1893
  if (!a.b.owningContext.hasStringUnionPlatforms(a.b.owningType, a.b.propertyName)) {
1867
1894
  return false;
1868
1895
  }
1869
1896
  let b = a.b.owningContext.getStringUnionPlatforms(a.b.owningType, a.b.propertyName);
1870
1897
  for (let c = 0; c < b.length; c++) {
1871
- if (b[c].toLowerCase() == this.a6) {
1898
+ if (b[c].toLowerCase() == this.a7) {
1872
1899
  return true;
1873
1900
  }
1874
1901
  }
1875
1902
  return false;
1876
1903
  }
1877
- aw(a) {
1878
- if (this.bs(a)) {
1904
+ ax(a) {
1905
+ if (this.bt(a)) {
1879
1906
  return CodeGeneratingComponentRenderer.e7(a.c.toString());
1880
1907
  }
1881
1908
  else {
1882
- return super.aw(a);
1909
+ return super.ax(a);
1883
1910
  }
1884
1911
  }
1885
1912
  i(a, b) {
1886
1913
  return new WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
1887
1914
  }
1888
- ar(a, b, c, d) {
1889
- d = super.ar(a, b, c, d);
1915
+ as(a, b, c, d) {
1916
+ d = super.as(a, b, c, d);
1890
1917
  let e = b.r();
1891
1918
  this.f.l("private" + " _" + CodeGeneratingComponentRenderer.e5(d) + ": " + e + " | null = null;");
1892
1919
  this.f.l("public get " + CodeGeneratingComponentRenderer.e5(d) + "(): " + e + " {");
@@ -1903,15 +1930,15 @@ export let WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__
1903
1930
  this.f.l("}");
1904
1931
  return CodeGeneratingComponentRenderer.e6(d);
1905
1932
  }
1906
- as(a, b, c, d, e) {
1907
- e = super.as(a, b, c, d, e);
1933
+ at(a, b, c, d, e) {
1934
+ e = super.at(a, b, c, d, e);
1908
1935
  let f = null;
1909
1936
  if (c.count > 0) {
1910
1937
  f = c._inner[0].r() + "[]";
1911
1938
  }
1912
1939
  else {
1913
1940
  let g = a.b.specificExternalType;
1914
- f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.al, this.am) + "[]";
1941
+ f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.am, this.an) + "[]";
1915
1942
  }
1916
1943
  this.f.l("private" + " _" + CodeGeneratingComponentRenderer.e5(e) + ": " + f + " | null = null;");
1917
1944
  this.f.l("public get " + CodeGeneratingComponentRenderer.e5(e) + "(): " + f + " {");
@@ -1932,7 +1959,7 @@ export let WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__
1932
1959
  this.f.l("}");
1933
1960
  return CodeGeneratingComponentRenderer.e6(e);
1934
1961
  }
1935
- at(a, b) {
1962
+ au(a, b) {
1936
1963
  if (b.c == null) {
1937
1964
  return "null";
1938
1965
  }
@@ -1946,81 +1973,81 @@ export let WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__
1946
1973
  }
1947
1974
  return d;
1948
1975
  }
1949
- get_x() {
1976
+ get_y() {
1950
1977
  return true;
1951
1978
  }
1952
- bc(a, b, c) {
1953
- super.bc(a, b, c);
1954
- this.h.l("<" + this.bw(a) + "");
1955
- if (!this.bt.contains(this.ap)) {
1956
- this.bt.add_1(this.ap);
1957
- if (!this.bu.contains(this.aq)) {
1958
- this.bu.add_1(this.aq);
1959
- this.bb(this.aq);
1979
+ bd(a, b, c) {
1980
+ super.bd(a, b, c);
1981
+ this.h.l("<" + this.bx(a) + "");
1982
+ if (!this.bu.contains(this.aq)) {
1983
+ this.bu.add_1(this.aq);
1984
+ if (!this.bv.contains(this.ar)) {
1985
+ this.bv.add_1(this.ar);
1986
+ this.bc(this.ar);
1960
1987
  }
1961
- this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.ap) + ": " + this.aq);
1988
+ this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + ": " + this.ar);
1962
1989
  if (!this.p) {
1963
1990
  if (this.v) {
1964
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.aq, "Component", "")) + "') as " + this.aq + ";");
1991
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.ar, "Component", "")) + "') as " + this.ar + ";");
1965
1992
  }
1966
1993
  }
1967
1994
  else {
1968
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + " = document.getElementById('" + this.ap + "') as " + this.aq + ";");
1995
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.getElementById('" + this.aq + "') as " + this.ar + ";");
1969
1996
  }
1970
1997
  }
1971
1998
  }
1972
- bw(a) {
1999
+ bx(a) {
1973
2000
  if (stringEndsWith(a, "Component")) {
1974
2001
  a = a.substr(0, a.length - ("Component").length);
1975
2002
  }
1976
2003
  return CodeGeneratingComponentRenderer.e8(a);
1977
2004
  }
1978
- bq() {
2005
+ br() {
1979
2006
  this.h.l(">");
1980
2007
  this.h.h();
1981
2008
  }
1982
- bl(a) {
2009
+ bm(a) {
1983
2010
  this.h.f();
1984
- this.h.l("</" + this.bw(a) + ">");
1985
- super.bl(a);
2011
+ this.h.l("</" + this.bx(a) + ">");
2012
+ super.bm(a);
1986
2013
  }
1987
- get_a7() {
2014
+ get_a8() {
1988
2015
  return "Igc";
1989
2016
  }
1990
- bg(a, b, c) {
1991
- super.bg(a, b, c);
1992
- WebImportsHalper.b(this.k, this.a6, this.a5, this.a7, a, b, c);
2017
+ bh(a, b, c) {
2018
+ super.bh(a, b, c);
2019
+ WebImportsHalper.d(this.k, this.a7, this.a6, this.a8, a, b, c);
1993
2020
  }
1994
- bi(a, b, c, d) {
2021
+ bj(a, b, c, d) {
1995
2022
  let e = CodeGeneratingComponentRenderer.e5(b);
1996
2023
  if (this.q(d, c)) {
1997
- this.br(c);
1998
- if (!this.bt.contains(this.ap)) {
1999
- this.bt.add_1(this.ap);
2000
- if (!this.bu.contains(this.aq)) {
2001
- this.bu.add_1(this.aq);
2002
- this.bb(this.aq);
2024
+ this.bs(c);
2025
+ if (!this.bu.contains(this.aq)) {
2026
+ this.bu.add_1(this.aq);
2027
+ if (!this.bv.contains(this.ar)) {
2028
+ this.bv.add_1(this.ar);
2029
+ this.bc(this.ar);
2003
2030
  }
2004
- this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.ap) + ": " + this.aq);
2031
+ this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + ": " + this.ar);
2005
2032
  if (!this.p) {
2006
2033
  if (this.v) {
2007
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.aq, "Component", "")) + "') as " + this.aq + ";");
2034
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.ar, "Component", "")) + "') as " + this.ar + ";");
2008
2035
  }
2009
2036
  }
2010
2037
  else {
2011
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + " = document.getElementById('" + this.ap + "') as " + this.aq + ";");
2038
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.getElementById('" + this.aq + "') as " + this.ar + ";");
2012
2039
  }
2013
2040
  }
2014
- let f = CodeGeneratingComponentRenderer.e5(this.a3(d, c, true));
2041
+ let f = CodeGeneratingComponentRenderer.e5(this.a4(d, c, true));
2015
2042
  let g = f;
2016
2043
  if (g != "null" && !stringStartsWith(g, "this.")) {
2017
2044
  g = "this." + g;
2018
2045
  }
2019
2046
  if (c.b.isCustomEvent) {
2020
- this.e.l(CodeGeneratingComponentRenderer.e5(this.ap) + ".addEventListener(\"" + e + "\", " + g + ");");
2047
+ this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + ".addEventListener(\"" + e + "\", " + g + ");");
2021
2048
  }
2022
2049
  else {
2023
- this.e.l(CodeGeneratingComponentRenderer.e5(this.ap) + "." + e + " = " + g + ";");
2050
+ this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + "." + e + " = " + g + ";");
2024
2051
  }
2025
2052
  return;
2026
2053
  }
@@ -2030,14 +2057,14 @@ export let WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__
2030
2057
  this.h.j(CodeGeneratingComponentRenderer.e8(e));
2031
2058
  this.h.j("=");
2032
2059
  this.h.j("\"");
2033
- this.h.j(this.a3(d, c, true));
2060
+ this.h.j(this.a4(d, c, true));
2034
2061
  this.h.j("\"");
2035
2062
  if (e == "name") {
2036
2063
  this.h.l("");
2037
- this.h.j("id=\"" + this.a3(d, c, true) + "\"");
2064
+ this.h.j("id=\"" + this.a4(d, c, true) + "\"");
2038
2065
  }
2039
2066
  }
2040
- ag(a) {
2067
+ ah(a) {
2041
2068
  let b = a.c;
2042
2069
  switch (b.a) {
2043
2070
  case 3: return b.b;
@@ -2047,26 +2074,26 @@ export let WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__
2047
2074
  }
2048
2075
  return b.b;
2049
2076
  }
2050
- a0() {
2077
+ a1() {
2051
2078
  return "null";
2052
2079
  }
2053
- av(a) {
2080
+ aw(a) {
2054
2081
  return CodeGeneratingComponentRenderer.e5(a.a.e);
2055
2082
  }
2056
- a1(a) {
2083
+ a2(a) {
2057
2084
  return CodeGeneratingComponentRenderer.e5(a.a.e);
2058
2085
  }
2059
- ax(a) {
2086
+ ay(a) {
2060
2087
  if (!stringIsNullOrEmpty(a.a.e)) {
2061
- this.br(a);
2062
- if (!this.bt.contains(a.a.e)) {
2088
+ this.bs(a);
2089
+ if (!this.bu.contains(a.a.e)) {
2063
2090
  this.g.l("this." + CodeGeneratingComponentRenderer.e5(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.e5(a.a.e) + ".bind(this);");
2064
2091
  }
2065
2092
  return "this." + CodeGeneratingComponentRenderer.e5(a.a.e);
2066
2093
  }
2067
- return this.a0();
2094
+ return this.a1();
2068
2095
  }
2069
- bj(a, b, c, d) {
2096
+ bk(a, b, c, d) {
2070
2097
  if (c.b.knownType == 9) {
2071
2098
  let e = typeCast(IList_$type, c.c);
2072
2099
  if (e != null) {
@@ -2100,12 +2127,12 @@ export let WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter = /
2100
2127
  i(a, b) {
2101
2128
  return new WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
2102
2129
  }
2103
- get_a7() {
2130
+ get_a8() {
2104
2131
  return "Igc";
2105
2132
  }
2106
- bg(a, b, c) {
2107
- super.bg(a, b, c);
2108
- WebImportsHalper.b(this.k, this.a6, this.a5, this.a7, a, b, c);
2133
+ bh(a, b, c) {
2134
+ super.bh(a, b, c);
2135
+ WebImportsHalper.d(this.k, this.a7, this.a6, this.a8, a, b, c);
2109
2136
  }
2110
2137
  }
2111
2138
  WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
@@ -2554,9 +2581,9 @@ export let AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
2554
2581
  class AngularTemplateCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
2555
2582
  constructor(a, b) {
2556
2583
  super(a, b);
2557
- this.bu = 0;
2558
- this.bs = new HashSet$1(String_$type, 0);
2584
+ this.bv = 0;
2559
2585
  this.bt = new HashSet$1(String_$type, 0);
2586
+ this.bu = new HashSet$1(String_$type, 0);
2560
2587
  }
2561
2588
  get_r() {
2562
2589
  return false;
@@ -2564,8 +2591,8 @@ export let AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
2564
2591
  get r() {
2565
2592
  return this.get_r();
2566
2593
  }
2567
- ar(a, b, c, d) {
2568
- d = super.ar(a, b, c, d);
2594
+ as(a, b, c, d) {
2595
+ d = super.as(a, b, c, d);
2569
2596
  let e = b.r();
2570
2597
  this.f.l("private " + " _" + CodeGeneratingComponentRenderer.e5(d) + ": " + e + " | null = null;");
2571
2598
  this.f.l("public get " + CodeGeneratingComponentRenderer.e5(d) + "(): " + e + " {");
@@ -2582,15 +2609,15 @@ export let AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
2582
2609
  this.f.l("}");
2583
2610
  return CodeGeneratingComponentRenderer.e5(d);
2584
2611
  }
2585
- as(a, b, c, d, e) {
2586
- e = super.as(a, b, c, d, e);
2612
+ at(a, b, c, d, e) {
2613
+ e = super.at(a, b, c, d, e);
2587
2614
  let f = null;
2588
2615
  if (c.count > 0) {
2589
2616
  f = c._inner[0].r() + "[]";
2590
2617
  }
2591
2618
  else {
2592
2619
  let g = a.b.specificExternalType;
2593
- f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.al, this.am) + "[]";
2620
+ f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.am, this.an) + "[]";
2594
2621
  }
2595
2622
  this.f.l("private" + " _" + CodeGeneratingComponentRenderer.e5(e) + ": " + f + " | null = null;");
2596
2623
  this.f.l("public get " + CodeGeneratingComponentRenderer.e5(e) + "(): " + f + " {");
@@ -2614,7 +2641,7 @@ export let AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
2614
2641
  i(a, b) {
2615
2642
  return new AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
2616
2643
  }
2617
- at(a, b) {
2644
+ au(a, b) {
2618
2645
  if (b.c == null) {
2619
2646
  return "null";
2620
2647
  }
@@ -2628,48 +2655,48 @@ export let AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
2628
2655
  }
2629
2656
  return d;
2630
2657
  }
2631
- get_x() {
2658
+ get_y() {
2632
2659
  return true;
2633
2660
  }
2634
- get_a7() {
2661
+ get_a8() {
2635
2662
  return "Igx";
2636
2663
  }
2637
- bc(a, b, c) {
2638
- super.bc(a, b, c);
2639
- this.h.l("<" + this.bv(a) + "");
2640
- if (!this.bs.contains(this.ap)) {
2641
- this.bs.add_1(this.ap);
2642
- if (!this.bt.contains(this.aq)) {
2643
- this.bt.add_1(this.aq);
2644
- this.bb(this.aq);
2664
+ bd(a, b, c) {
2665
+ super.bd(a, b, c);
2666
+ this.h.l("<" + this.bw(a) + "");
2667
+ if (!this.bt.contains(this.aq)) {
2668
+ this.bt.add_1(this.aq);
2669
+ if (!this.bu.contains(this.ar)) {
2670
+ this.bu.add_1(this.ar);
2671
+ this.bc(this.ar);
2645
2672
  }
2646
- this.f.l("@ViewChild(\"" + CodeGeneratingComponentRenderer.e5(this.ap) + "\", { static: true } )");
2647
- this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.ap) + ": " + this.aq);
2673
+ this.f.l("@ViewChild(\"" + CodeGeneratingComponentRenderer.e5(this.aq) + "\", { static: true } )");
2674
+ this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + ": " + this.ar);
2648
2675
  }
2649
2676
  }
2650
- bg(a, b, c) {
2651
- super.bg(a, b, c);
2652
- WebImportsHalper.b(this.k, this.a6, this.a5, this.a7, a, b, c);
2677
+ bh(a, b, c) {
2678
+ super.bh(a, b, c);
2679
+ WebImportsHalper.d(this.k, this.a7, this.a6, this.a8, a, b, c);
2653
2680
  }
2654
- bv(a) {
2681
+ bw(a) {
2655
2682
  if (stringEndsWith(a, "Component")) {
2656
2683
  a = a.substr(0, a.length - ("Component").length);
2657
2684
  }
2658
2685
  return CodeGeneratingComponentRenderer.e8(a);
2659
2686
  }
2660
- bq() {
2687
+ br() {
2661
2688
  this.h.l(">");
2662
2689
  this.h.h();
2663
2690
  }
2664
- bl(a) {
2691
+ bm(a) {
2665
2692
  this.h.f();
2666
- this.h.l("</" + this.bv(a) + ">");
2667
- super.bl(a);
2693
+ this.h.l("</" + this.bw(a) + ">");
2694
+ super.bm(a);
2668
2695
  }
2669
- bi(a, b, c, d) {
2696
+ bj(a, b, c, d) {
2670
2697
  let e = CodeGeneratingComponentRenderer.e5(b);
2671
2698
  if (this.q(d, c)) {
2672
- this.br(c);
2699
+ this.bs(c);
2673
2700
  if (this.t(c)) {
2674
2701
  e = "(" + e + ")";
2675
2702
  }
@@ -2683,21 +2710,21 @@ export let AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
2683
2710
  this.h.j(e);
2684
2711
  this.h.j("=");
2685
2712
  this.h.j("\"");
2686
- this.h.j(this.a3(d, c, true));
2713
+ this.h.j(this.a4(d, c, true));
2687
2714
  this.h.j("\"");
2688
2715
  if (e == "name") {
2689
2716
  this.h.l("");
2690
- this.h.j("#" + CodeGeneratingComponentRenderer.e5(this.a3(d, c, true)));
2717
+ this.h.j("#" + CodeGeneratingComponentRenderer.e5(this.a4(d, c, true)));
2691
2718
  }
2692
2719
  }
2693
- ax(a) {
2720
+ ay(a) {
2694
2721
  if (!stringIsNullOrEmpty(a.a.e)) {
2695
- this.br(a);
2722
+ this.bs(a);
2696
2723
  return "this." + CodeGeneratingComponentRenderer.e5(a.a.e) + "($event)";
2697
2724
  }
2698
- return this.a0();
2725
+ return this.a1();
2699
2726
  }
2700
- ag(a) {
2727
+ ah(a) {
2701
2728
  let b = a.c;
2702
2729
  switch (b.a) {
2703
2730
  case 3: return b.b;
@@ -2707,16 +2734,16 @@ export let AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
2707
2734
  }
2708
2735
  return b.b;
2709
2736
  }
2710
- a0() {
2737
+ a1() {
2711
2738
  return "null";
2712
2739
  }
2713
- av(a) {
2740
+ aw(a) {
2714
2741
  return CodeGeneratingComponentRenderer.e5(a.a.e);
2715
2742
  }
2716
- a1(a) {
2743
+ a2(a) {
2717
2744
  return CodeGeneratingComponentRenderer.e5(a.a.e);
2718
2745
  }
2719
- bj(a, b, c, d) {
2746
+ bk(a, b, c, d) {
2720
2747
  if (c.b.knownType == 9) {
2721
2748
  let e = typeCast(IList_$type, c.c);
2722
2749
  if (e != null) {
@@ -2753,12 +2780,12 @@ export let AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PU
2753
2780
  i(a, b) {
2754
2781
  return new AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
2755
2782
  }
2756
- get_a7() {
2783
+ get_a8() {
2757
2784
  return "Igc";
2758
2785
  }
2759
- bg(a, b, c) {
2760
- super.bg(a, b, c);
2761
- WebImportsHalper.b(this.k, this.a6, this.a5, this.a7, a, b, c);
2786
+ bh(a, b, c) {
2787
+ super.bh(a, b, c);
2788
+ WebImportsHalper.d(this.k, this.a7, this.a6, this.a8, a, b, c);
2762
2789
  }
2763
2790
  }
2764
2791
  AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
@@ -3086,7 +3113,7 @@ export let WPFXamlCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (()
3086
3113
  constructor(a, b) {
3087
3114
  super(a, b);
3088
3115
  }
3089
- a9(a) {
3116
+ ba(a) {
3090
3117
  if (a == null || isNaN_(a)) {
3091
3118
  return "";
3092
3119
  }
@@ -3101,10 +3128,10 @@ export let WPFXamlCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (()
3101
3128
  i(a, b) {
3102
3129
  return new WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
3103
3130
  }
3104
- get_y() {
3131
+ get_z() {
3105
3132
  return false;
3106
3133
  }
3107
- at(a, b) {
3134
+ au(a, b) {
3108
3135
  if (b.c == null) {
3109
3136
  return "null";
3110
3137
  }
@@ -3118,20 +3145,20 @@ export let WPFXamlCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (()
3118
3145
  }
3119
3146
  return d;
3120
3147
  }
3121
- bc(a, b, c) {
3122
- super.bc(a, b, c);
3148
+ bd(a, b, c) {
3149
+ super.bd(a, b, c);
3123
3150
  this.h.l("<ig:" + a + "");
3124
3151
  }
3125
- bq() {
3152
+ br() {
3126
3153
  this.h.l(">");
3127
3154
  this.h.h();
3128
3155
  }
3129
- bl(a) {
3156
+ bm(a) {
3130
3157
  this.h.f();
3131
3158
  this.h.l("</ig:" + a + ">");
3132
- super.bl(a);
3159
+ super.bm(a);
3133
3160
  }
3134
- bi(a, b, c, d) {
3161
+ bj(a, b, c, d) {
3135
3162
  if (b == "Label" && c.b != null && stringContains(c.b.owningType, "Axis")) {
3136
3163
  if (c.c != null && stringContains(c.c, "{")) {
3137
3164
  if (a > 0) {
@@ -3140,7 +3167,7 @@ export let WPFXamlCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (()
3140
3167
  this.h.j(b);
3141
3168
  this.h.j("=");
3142
3169
  this.h.j("\"");
3143
- this.h.j("{}" + this.a3(d, c, true));
3170
+ this.h.j("{}" + this.a4(d, c, true));
3144
3171
  this.h.j("\"");
3145
3172
  return;
3146
3173
  }
@@ -3151,10 +3178,10 @@ export let WPFXamlCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (()
3151
3178
  this.h.j(b);
3152
3179
  this.h.j("=");
3153
3180
  this.h.j("\"");
3154
- this.h.j(this.a3(d, c, true));
3181
+ this.h.j(this.a4(d, c, true));
3155
3182
  this.h.j("\"");
3156
3183
  }
3157
- ag(a) {
3184
+ ah(a) {
3158
3185
  let b = a.c;
3159
3186
  switch (b.a) {
3160
3187
  case 3: return b.b;
@@ -3164,24 +3191,24 @@ export let WPFXamlCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (()
3164
3191
  }
3165
3192
  return b.b;
3166
3193
  }
3167
- a0() {
3194
+ a1() {
3168
3195
  return "{x:Null}";
3169
3196
  }
3170
- av(a) {
3197
+ aw(a) {
3171
3198
  return "{Binding ElementName=" + a.a.e + "}";
3172
3199
  }
3173
- bs(a) {
3200
+ bt(a) {
3174
3201
  a = stringReplace(a, "-", "_");
3175
3202
  return CodeGeneratingComponentRenderer.e6(a);
3176
3203
  }
3177
- a1(a) {
3178
- this.br(a);
3179
- return "{Binding " + this.bs(a.a.e) + "}";
3204
+ a2(a) {
3205
+ this.bs(a);
3206
+ return "{Binding " + this.bt(a.a.e) + "}";
3180
3207
  }
3181
- bj(a, b, c, d) {
3208
+ bk(a, b, c, d) {
3182
3209
  this.h.j("<ig:");
3183
3210
  {
3184
- this.h.j(this.aq);
3211
+ this.h.j(this.ar);
3185
3212
  this.h.j(".");
3186
3213
  }
3187
3214
  this.h.j(b);
@@ -3207,13 +3234,13 @@ export let WPFXamlCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (()
3207
3234
  this.h.f();
3208
3235
  this.h.j("</ig:");
3209
3236
  {
3210
- this.h.j(this.aq);
3237
+ this.h.j(this.ar);
3211
3238
  this.h.j(".");
3212
3239
  }
3213
3240
  this.h.j(b);
3214
3241
  this.h.l(">");
3215
3242
  }
3216
- get_a7() {
3243
+ get_a8() {
3217
3244
  return "Xam";
3218
3245
  }
3219
3246
  }
@@ -3228,7 +3255,7 @@ export let WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
3228
3255
  constructor(a, b) {
3229
3256
  super(a, b);
3230
3257
  }
3231
- a9(a) {
3258
+ ba(a) {
3232
3259
  if (a == null || isNaN_(a)) {
3233
3260
  return "";
3234
3261
  }
@@ -3243,7 +3270,7 @@ export let WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
3243
3270
  i(a, b) {
3244
3271
  return new WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
3245
3272
  }
3246
- get_y() {
3273
+ get_z() {
3247
3274
  return false;
3248
3275
  }
3249
3276
  }
@@ -3672,10 +3699,10 @@ export let CodeGenerationContainer = /*@__PURE__*/ (() => {
3672
3699
  j.v(k, true);
3673
3700
  let l = k.toString();
3674
3701
  b.addContainerResult(this.id, l);
3675
- k.be(e);
3676
- k.bh(f);
3677
- k.bd(g);
3678
- k.bf(a, h);
3702
+ k.bf(e);
3703
+ k.bi(f);
3704
+ k.be(g);
3705
+ k.bg(a, h);
3679
3706
  }
3680
3707
  b.addContainerResult("bindingFields", e.toString());
3681
3708
  b.addContainerResult("bindingInit", f.toString());
@@ -3775,31 +3802,31 @@ export let CodeGenerationItemBuilder = /*@__PURE__*/ (() => {
3775
3802
  let c = this.n();
3776
3803
  if (b) {
3777
3804
  let d = this.q();
3778
- a.a5 = d;
3805
+ a.a6 = d;
3779
3806
  }
3780
3807
  let e = false;
3781
3808
  let f = false;
3782
3809
  if (this.g.containsKey("Name")) {
3783
3810
  e = true;
3784
- a.bp(this.g.item("Name").c);
3811
+ a.bq(this.g.item("Name").c);
3785
3812
  }
3786
3813
  else if (this.g.containsKey("name")) {
3787
3814
  e = true;
3788
- a.bp(this.g.item("name").c);
3815
+ a.bq(this.g.item("name").c);
3789
3816
  }
3790
3817
  else {
3791
3818
  if (b && this.u != null) {
3792
3819
  e = true;
3793
- a.bp(this.u);
3820
+ a.bq(this.u);
3794
3821
  }
3795
3822
  else if (this.f(this.c, a)) {
3796
3823
  f = true;
3797
- a.bo(c);
3798
- if (a.y) {
3824
+ a.bp(c);
3825
+ if (a.z) {
3799
3826
  this.h.add("name");
3800
3827
  this.g.addItem("name", ((() => {
3801
3828
  let $ret = new CodeGenerationItemBuilderPropertyInfo();
3802
- $ret.c = a.ap;
3829
+ $ret.c = a.aq;
3803
3830
  return $ret;
3804
3831
  })()));
3805
3832
  }
@@ -3807,48 +3834,51 @@ export let CodeGenerationItemBuilder = /*@__PURE__*/ (() => {
3807
3834
  this.h.add("Name");
3808
3835
  this.g.addItem("Name", ((() => {
3809
3836
  let $ret = new CodeGenerationItemBuilderPropertyInfo();
3810
- $ret.c = a.ap;
3837
+ $ret.c = a.aq;
3811
3838
  return $ret;
3812
3839
  })()));
3813
3840
  }
3814
3841
  }
3815
3842
  }
3816
- a.bc(this.r(), this.k, this.c);
3843
+ a.bd(this.r(), this.k, this.c);
3817
3844
  let g = 0;
3818
3845
  for (let h of fromEnum(this.h)) {
3819
3846
  let i = this.g.item(h);
3820
- if (i.b == null && h.toLowerCase() == "type") {
3847
+ if (a.x(h, i, this.c)) {
3821
3848
  continue;
3822
3849
  }
3823
3850
  if (this.e(a, h, i)) {
3824
- a.bi(g, h, i, this.c);
3851
+ a.bj(g, h, i, this.c);
3825
3852
  g++;
3826
3853
  }
3827
3854
  }
3828
- a.bq();
3855
+ a.br();
3829
3856
  let j = 0;
3830
3857
  for (let k of fromEnum(this.h)) {
3831
3858
  let l = this.g.item(k);
3832
- if (l.b == null && k.toLowerCase() == "type") {
3859
+ if (a.x(k, l, this.c)) {
3833
3860
  continue;
3834
3861
  }
3835
3862
  if (!this.e(a, k, l)) {
3836
- a.bj(j, k, l, this.c);
3863
+ a.bk(j, k, l, this.c);
3837
3864
  j++;
3838
3865
  }
3839
3866
  }
3840
- a.bk(j);
3841
- a.bl(c);
3867
+ a.bl(j);
3868
+ a.bm(c);
3842
3869
  if (e) {
3843
- a.bn();
3870
+ a.bo();
3844
3871
  }
3845
3872
  else {
3846
3873
  if (f) {
3847
- a.bm();
3874
+ a.bn();
3848
3875
  }
3849
3876
  }
3850
3877
  }
3851
3878
  f(a, b) {
3879
+ if (this.b == 2 && this.c.getMetadata(this.k, "__tagNameWC") != null) {
3880
+ return false;
3881
+ }
3852
3882
  if (b.n) {
3853
3883
  return true;
3854
3884
  }