igniteui-angular-core 14.2.0 → 15.0.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 (362) hide show
  1. package/bundles/igniteui-angular-core.umd.js +6097 -2386
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
  4. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +628 -553
  5. package/esm2015/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
  6. package/esm2015/lib/CodeGeneratingComponentRendererModuleEmitter.js +28 -16
  7. package/esm2015/lib/CodeGeneratingImportManager.js +6 -1
  8. package/esm2015/lib/CodeGenerationFolderTemplate.js +60 -44
  9. package/esm2015/lib/CodeGenerationRendererOptions.js +11 -0
  10. package/esm2015/lib/ComponentRendererAdapter.js +4 -0
  11. package/esm2015/lib/ComponentRenderer_combined.js +455 -441
  12. package/esm2015/lib/DataLegendSeriesValueInfo.js +17 -7
  13. package/esm2015/lib/DataLegendSummaryColumn.js +15 -15
  14. package/esm2015/lib/DescriptionSerializer.js +1 -1
  15. package/esm2015/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.js +15 -15
  16. package/esm2015/lib/IComponentRendererAdapter_combined.js +10 -10
  17. package/esm2015/lib/RearrangedListView.js +1 -1
  18. package/esm2015/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +66 -34
  19. package/esm2015/lib/ToolActionButtonDescription.js +23 -0
  20. package/esm2015/lib/ToolActionButtonDescriptionMetadata.js +38 -0
  21. package/esm2015/lib/ToolActionButtonDescriptionModule.js +22 -0
  22. package/esm2015/lib/ToolActionDescriptionMetadata_combined.js +1 -1
  23. package/esm2015/lib/ToolActionType.js +2 -1
  24. package/esm2015/lib/WebActionStripDescriptionMetadata.js +4 -0
  25. package/esm2015/lib/WebActionStripDescription_combined.js +16 -0
  26. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +4 -67
  27. package/esm2015/lib/WebBaseToolbarColumnActionsDirectiveDescription.js +8 -0
  28. package/esm2015/lib/WebBaseToolbarColumnActionsDirectiveDescriptionMetadata.js +1 -0
  29. package/esm2015/lib/WebBaseToolbarDirectiveDescription.js +32 -24
  30. package/esm2015/lib/WebBaseToolbarDirectiveDescriptionMetadata.js +1 -0
  31. package/esm2015/lib/WebColumnDescription.js +20 -12
  32. package/esm2015/lib/WebColumnDescriptionMetadata.js +5 -1
  33. package/esm2015/lib/WebColumnGroupDescription.js +5 -5
  34. package/esm2015/lib/WebColumnGroupDescriptionMetadata.js +3 -0
  35. package/esm2015/lib/WebColumnLayoutDescription.js +3 -3
  36. package/esm2015/lib/WebColumnLayoutDescriptionMetadata.js +3 -0
  37. package/esm2015/lib/WebDimensionsChangeDescription.js +42 -0
  38. package/esm2015/lib/WebDimensionsChangeDescriptionMetadata.js +44 -0
  39. package/esm2015/lib/WebDimensionsChangeDetailDescription.js +44 -0
  40. package/esm2015/lib/WebDimensionsChangeDetailDescriptionMetadata.js +44 -0
  41. package/esm2015/lib/WebDimensionsChangeEventArgsDescription.js +36 -0
  42. package/esm2015/lib/WebDimensionsChangeEventArgsDescriptionMetadata.js +40 -0
  43. package/esm2015/lib/WebDisplayDensityBaseDescriptionMetadata.js +3 -0
  44. package/esm2015/lib/WebExporterOptionsBaseDescription.js +28 -20
  45. package/esm2015/lib/WebExporterOptionsBaseDescriptionMetadata.js +1 -0
  46. package/esm2015/lib/WebFilteringExpressionDescription.js +26 -0
  47. package/esm2015/lib/WebFilteringExpressionDescriptionMetadata.js +38 -0
  48. package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +3 -0
  49. package/esm2015/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +4 -0
  50. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +8 -0
  51. package/esm2015/lib/WebGridCellIdentifierDescription.js +3 -3
  52. package/esm2015/lib/WebGridCellIdentifierDescriptionMetadata.js +1 -1
  53. package/esm2015/lib/WebGridDescriptionMetadata.js +6 -0
  54. package/esm2015/lib/WebGridEditingActionsDescription.js +10 -10
  55. package/esm2015/lib/WebGridEditingActionsDescriptionMetadata.js +3 -0
  56. package/esm2015/lib/WebGridPinningActionsDescriptionMetadata.js +3 -0
  57. package/esm2015/lib/WebGridResourceStringsDescription.js +87 -79
  58. package/esm2015/lib/WebGridResourceStringsDescriptionMetadata.js +1 -0
  59. package/esm2015/lib/WebGridToolbarActionsDescription.js +11 -3
  60. package/esm2015/lib/WebGridToolbarActionsDescriptionMetadata.js +4 -0
  61. package/esm2015/lib/WebGridToolbarAdvancedFilteringDescription.js +11 -3
  62. package/esm2015/lib/WebGridToolbarAdvancedFilteringDescriptionMetadata.js +4 -0
  63. package/esm2015/lib/WebGridToolbarBaseActionDescription.js +8 -0
  64. package/esm2015/lib/WebGridToolbarBaseActionDescriptionMetadata.js +1 -0
  65. package/esm2015/lib/WebGridToolbarContentDescription.js +8 -0
  66. package/esm2015/lib/WebGridToolbarContentDescriptionMetadata.js +1 -0
  67. package/esm2015/lib/WebGridToolbarDescriptionMetadata.js +4 -0
  68. package/esm2015/lib/WebGridToolbarExporterDescription.js +18 -18
  69. package/esm2015/lib/WebGridToolbarExporterDescriptionMetadata.js +3 -0
  70. package/esm2015/lib/WebGridToolbarHidingDescriptionMetadata.js +3 -0
  71. package/esm2015/lib/WebGridToolbarPinningDescriptionMetadata.js +3 -0
  72. package/esm2015/lib/WebGridToolbarTitleDescription.js +8 -0
  73. package/esm2015/lib/WebGridToolbarTitleDescriptionMetadata.js +4 -0
  74. package/esm2015/lib/WebImportsHalper.js +38 -0
  75. package/esm2015/lib/WebPaginatorDescription.js +17 -9
  76. package/esm2015/lib/WebPaginatorDescriptionMetadata.js +4 -0
  77. package/esm2015/lib/WebPivotAggregatorDescription.js +58 -0
  78. package/esm2015/lib/WebPivotAggregatorDescriptionMetadata.js +44 -0
  79. package/esm2015/lib/WebPivotConfigurationDescription.js +82 -0
  80. package/esm2015/lib/WebPivotConfigurationDescriptionMetadata.js +50 -0
  81. package/esm2015/lib/WebPivotDataSelectorDescription.js +66 -0
  82. package/esm2015/lib/WebPivotDataSelectorDescriptionMetadata.js +47 -0
  83. package/esm2015/lib/WebPivotDataSelectorDescriptionModule.js +22 -0
  84. package/esm2015/lib/WebPivotDateDimensionDescription.js +65 -0
  85. package/esm2015/lib/WebPivotDateDimensionDescriptionMetadata.js +61 -0
  86. package/esm2015/lib/WebPivotDateDimensionDescriptionModule.js +20 -0
  87. package/esm2015/lib/WebPivotDateDimensionOptionsDescription.js +66 -0
  88. package/esm2015/lib/WebPivotDateDimensionOptionsDescriptionMetadata.js +44 -0
  89. package/esm2015/lib/WebPivotDimensionDescription.js +100 -0
  90. package/esm2015/lib/WebPivotDimensionDescriptionMetadata.js +53 -0
  91. package/esm2015/lib/WebPivotDimensionDetailDescription.js +100 -0
  92. package/esm2015/lib/WebPivotDimensionDetailDescriptionMetadata.js +54 -0
  93. package/esm2015/lib/WebPivotDimensionEventArgsDescription.js +36 -0
  94. package/esm2015/lib/WebPivotDimensionEventArgsDescriptionMetadata.js +40 -0
  95. package/esm2015/lib/WebPivotDimensionStrategyDescription.js +26 -0
  96. package/esm2015/lib/WebPivotDimensionStrategyDescriptionMetadata.js +39 -0
  97. package/esm2015/lib/WebPivotGridColumnDescription.js +50 -0
  98. package/esm2015/lib/WebPivotGridColumnDescriptionMetadata.js +46 -0
  99. package/esm2015/lib/WebPivotGridDescription.js +135 -0
  100. package/esm2015/lib/WebPivotGridDescriptionMetadata.js +99 -0
  101. package/esm2015/lib/WebPivotGridDescriptionModule.js +46 -0
  102. package/esm2015/lib/WebPivotGridRecordDescription.js +50 -0
  103. package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +44 -0
  104. package/esm2015/lib/WebPivotGridValueTemplateContextDescription.js +36 -0
  105. package/esm2015/lib/WebPivotGridValueTemplateContextDescriptionMetadata.js +42 -0
  106. package/esm2015/lib/WebPivotKeysDescription.js +74 -0
  107. package/esm2015/lib/WebPivotKeysDescriptionMetadata.js +45 -0
  108. package/esm2015/lib/WebPivotValueDescription.js +90 -0
  109. package/esm2015/lib/WebPivotValueDescriptionMetadata.js +50 -0
  110. package/esm2015/lib/WebPivotValueDetailDescription.js +92 -0
  111. package/esm2015/lib/WebPivotValueDetailDescriptionMetadata.js +50 -0
  112. package/esm2015/lib/WebPivotValueEventArgsDescription.js +36 -0
  113. package/esm2015/lib/WebPivotValueEventArgsDescriptionMetadata.js +40 -0
  114. package/esm2015/lib/WebRangeSliderValueDescription.js +7 -5
  115. package/esm2015/lib/WebRowDataEventArgsDescriptionMetadata.js +35 -1
  116. package/esm2015/lib/WebRowDataEventArgsDetailDescription.js +3 -11
  117. package/esm2015/lib/WebRowDataEventArgsDetailDescriptionMetadata.js +36 -1
  118. package/esm2015/lib/WebRowSelectionEventArgsDetailDescription.js +19 -11
  119. package/esm2015/lib/WebRowSelectionEventArgsDetailDescriptionMetadata.js +1 -0
  120. package/esm2015/lib/WebSummaryExpressionDescription.js +36 -0
  121. package/esm2015/lib/WebSummaryExpressionDescriptionMetadata.js +40 -0
  122. package/esm2015/lib/WebTreeGridDescriptionMetadata.js +6 -0
  123. package/esm2015/lib/WebValuesChangeDescription.js +34 -0
  124. package/esm2015/lib/WebValuesChangeDescriptionMetadata.js +42 -0
  125. package/esm2015/lib/WebValuesChangeDetailDescription.js +36 -0
  126. package/esm2015/lib/WebValuesChangeDetailDescriptionMetadata.js +42 -0
  127. package/esm2015/lib/WebValuesChangeEventArgsDescription.js +36 -0
  128. package/esm2015/lib/WebValuesChangeEventArgsDescriptionMetadata.js +40 -0
  129. package/esm2015/lib/igx-data-legend-series-value-info.js +26 -17
  130. package/esm2015/lib/igx-data-legend-summary-column.js +6 -6
  131. package/esm2015/lib/igx-filter-expression-collection.js +5 -3
  132. package/esm2015/lib/igx-shape-filter-record-event-args.js +5 -3
  133. package/esm2015/public_api.js +57 -0
  134. package/esm5/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
  135. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +716 -722
  136. package/esm5/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
  137. package/esm5/lib/CodeGeneratingComponentRendererModuleEmitter.js +35 -18
  138. package/esm5/lib/CodeGeneratingImportManager.js +6 -1
  139. package/esm5/lib/CodeGenerationFolderTemplate.js +60 -44
  140. package/esm5/lib/CodeGenerationRendererOptions.js +19 -0
  141. package/esm5/lib/ComponentRendererAdapter.js +4 -0
  142. package/esm5/lib/ComponentRenderer_combined.js +455 -441
  143. package/esm5/lib/DataLegendSeriesValueInfo.js +17 -7
  144. package/esm5/lib/DataLegendSummaryColumn.js +17 -17
  145. package/esm5/lib/DescriptionSerializer.js +1 -1
  146. package/esm5/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.js +15 -15
  147. package/esm5/lib/IComponentRendererAdapter_combined.js +12 -12
  148. package/esm5/lib/RearrangedListView.js +1 -1
  149. package/esm5/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +91 -43
  150. package/esm5/lib/ToolActionButtonDescription.js +24 -0
  151. package/esm5/lib/ToolActionButtonDescriptionMetadata.js +42 -0
  152. package/esm5/lib/ToolActionButtonDescriptionModule.js +26 -0
  153. package/esm5/lib/ToolActionDescriptionMetadata_combined.js +1 -1
  154. package/esm5/lib/ToolActionType.js +2 -1
  155. package/esm5/lib/WebActionStripDescriptionMetadata.js +4 -0
  156. package/esm5/lib/WebActionStripDescription_combined.js +24 -0
  157. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +4 -73
  158. package/esm5/lib/WebBaseToolbarColumnActionsDirectiveDescription.js +14 -1
  159. package/esm5/lib/WebBaseToolbarColumnActionsDirectiveDescriptionMetadata.js +1 -0
  160. package/esm5/lib/WebBaseToolbarDirectiveDescription.js +36 -24
  161. package/esm5/lib/WebBaseToolbarDirectiveDescriptionMetadata.js +1 -0
  162. package/esm5/lib/WebColumnDescription.js +24 -12
  163. package/esm5/lib/WebColumnDescriptionMetadata.js +5 -1
  164. package/esm5/lib/WebColumnGroupDescription.js +5 -5
  165. package/esm5/lib/WebColumnGroupDescriptionMetadata.js +3 -0
  166. package/esm5/lib/WebColumnLayoutDescription.js +3 -3
  167. package/esm5/lib/WebColumnLayoutDescriptionMetadata.js +3 -0
  168. package/esm5/lib/WebDimensionsChangeDescription.js +56 -0
  169. package/esm5/lib/WebDimensionsChangeDescriptionMetadata.js +48 -0
  170. package/esm5/lib/WebDimensionsChangeDetailDescription.js +58 -0
  171. package/esm5/lib/WebDimensionsChangeDetailDescriptionMetadata.js +48 -0
  172. package/esm5/lib/WebDimensionsChangeEventArgsDescription.js +46 -0
  173. package/esm5/lib/WebDimensionsChangeEventArgsDescriptionMetadata.js +44 -0
  174. package/esm5/lib/WebDisplayDensityBaseDescriptionMetadata.js +3 -0
  175. package/esm5/lib/WebExporterOptionsBaseDescription.js +31 -19
  176. package/esm5/lib/WebExporterOptionsBaseDescriptionMetadata.js +1 -0
  177. package/esm5/lib/WebFilteringExpressionDescription.js +31 -0
  178. package/esm5/lib/WebFilteringExpressionDescriptionMetadata.js +42 -0
  179. package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +3 -0
  180. package/esm5/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +4 -0
  181. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +12 -0
  182. package/esm5/lib/WebGridCellIdentifierDescription.js +2 -2
  183. package/esm5/lib/WebGridCellIdentifierDescriptionMetadata.js +1 -1
  184. package/esm5/lib/WebGridDescriptionMetadata.js +6 -0
  185. package/esm5/lib/WebGridEditingActionsDescription.js +10 -10
  186. package/esm5/lib/WebGridEditingActionsDescriptionMetadata.js +3 -0
  187. package/esm5/lib/WebGridPinningActionsDescriptionMetadata.js +3 -0
  188. package/esm5/lib/WebGridResourceStringsDescription.js +91 -79
  189. package/esm5/lib/WebGridResourceStringsDescriptionMetadata.js +1 -0
  190. package/esm5/lib/WebGridToolbarActionsDescription.js +15 -3
  191. package/esm5/lib/WebGridToolbarActionsDescriptionMetadata.js +4 -0
  192. package/esm5/lib/WebGridToolbarAdvancedFilteringDescription.js +15 -3
  193. package/esm5/lib/WebGridToolbarAdvancedFilteringDescriptionMetadata.js +4 -0
  194. package/esm5/lib/WebGridToolbarBaseActionDescription.js +14 -1
  195. package/esm5/lib/WebGridToolbarBaseActionDescriptionMetadata.js +1 -0
  196. package/esm5/lib/WebGridToolbarContentDescription.js +14 -1
  197. package/esm5/lib/WebGridToolbarContentDescriptionMetadata.js +1 -0
  198. package/esm5/lib/WebGridToolbarDescriptionMetadata.js +4 -0
  199. package/esm5/lib/WebGridToolbarExporterDescription.js +18 -18
  200. package/esm5/lib/WebGridToolbarExporterDescriptionMetadata.js +3 -0
  201. package/esm5/lib/WebGridToolbarHidingDescriptionMetadata.js +3 -0
  202. package/esm5/lib/WebGridToolbarPinningDescriptionMetadata.js +3 -0
  203. package/esm5/lib/WebGridToolbarTitleDescription.js +14 -1
  204. package/esm5/lib/WebGridToolbarTitleDescriptionMetadata.js +4 -0
  205. package/esm5/lib/WebImportsHalper.js +59 -0
  206. package/esm5/lib/WebPaginatorDescription.js +21 -9
  207. package/esm5/lib/WebPaginatorDescriptionMetadata.js +4 -0
  208. package/esm5/lib/WebPivotAggregatorDescription.js +80 -0
  209. package/esm5/lib/WebPivotAggregatorDescriptionMetadata.js +48 -0
  210. package/esm5/lib/WebPivotConfigurationDescription.js +116 -0
  211. package/esm5/lib/WebPivotConfigurationDescriptionMetadata.js +54 -0
  212. package/esm5/lib/WebPivotDataSelectorDescription.js +92 -0
  213. package/esm5/lib/WebPivotDataSelectorDescriptionMetadata.js +51 -0
  214. package/esm5/lib/WebPivotDataSelectorDescriptionModule.js +26 -0
  215. package/esm5/lib/WebPivotDateDimensionDescription.js +87 -0
  216. package/esm5/lib/WebPivotDateDimensionDescriptionMetadata.js +65 -0
  217. package/esm5/lib/WebPivotDateDimensionDescriptionModule.js +24 -0
  218. package/esm5/lib/WebPivotDateDimensionOptionsDescription.js +92 -0
  219. package/esm5/lib/WebPivotDateDimensionOptionsDescriptionMetadata.js +48 -0
  220. package/esm5/lib/WebPivotDimensionDescription.js +142 -0
  221. package/esm5/lib/WebPivotDimensionDescriptionMetadata.js +57 -0
  222. package/esm5/lib/WebPivotDimensionDetailDescription.js +142 -0
  223. package/esm5/lib/WebPivotDimensionDetailDescriptionMetadata.js +58 -0
  224. package/esm5/lib/WebPivotDimensionEventArgsDescription.js +46 -0
  225. package/esm5/lib/WebPivotDimensionEventArgsDescriptionMetadata.js +44 -0
  226. package/esm5/lib/WebPivotDimensionStrategyDescription.js +31 -0
  227. package/esm5/lib/WebPivotDimensionStrategyDescriptionMetadata.js +43 -0
  228. package/esm5/lib/WebPivotGridColumnDescription.js +68 -0
  229. package/esm5/lib/WebPivotGridColumnDescriptionMetadata.js +50 -0
  230. package/esm5/lib/WebPivotGridDescription.js +193 -0
  231. package/esm5/lib/WebPivotGridDescriptionMetadata.js +103 -0
  232. package/esm5/lib/WebPivotGridDescriptionModule.js +50 -0
  233. package/esm5/lib/WebPivotGridRecordDescription.js +68 -0
  234. package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +48 -0
  235. package/esm5/lib/WebPivotGridValueTemplateContextDescription.js +46 -0
  236. package/esm5/lib/WebPivotGridValueTemplateContextDescriptionMetadata.js +46 -0
  237. package/esm5/lib/WebPivotKeysDescription.js +104 -0
  238. package/esm5/lib/WebPivotKeysDescriptionMetadata.js +49 -0
  239. package/esm5/lib/WebPivotValueDescription.js +128 -0
  240. package/esm5/lib/WebPivotValueDescriptionMetadata.js +54 -0
  241. package/esm5/lib/WebPivotValueDetailDescription.js +130 -0
  242. package/esm5/lib/WebPivotValueDetailDescriptionMetadata.js +54 -0
  243. package/esm5/lib/WebPivotValueEventArgsDescription.js +46 -0
  244. package/esm5/lib/WebPivotValueEventArgsDescriptionMetadata.js +44 -0
  245. package/esm5/lib/WebRangeSliderValueDescription.js +7 -5
  246. package/esm5/lib/WebRowDataEventArgsDescriptionMetadata.js +39 -1
  247. package/esm5/lib/WebRowDataEventArgsDetailDescription.js +3 -15
  248. package/esm5/lib/WebRowDataEventArgsDetailDescriptionMetadata.js +40 -1
  249. package/esm5/lib/WebRowSelectionEventArgsDetailDescription.js +23 -11
  250. package/esm5/lib/WebRowSelectionEventArgsDetailDescriptionMetadata.js +1 -0
  251. package/esm5/lib/WebSummaryExpressionDescription.js +46 -0
  252. package/esm5/lib/WebSummaryExpressionDescriptionMetadata.js +44 -0
  253. package/esm5/lib/WebTreeGridDescriptionMetadata.js +6 -0
  254. package/esm5/lib/WebValuesChangeDescription.js +44 -0
  255. package/esm5/lib/WebValuesChangeDescriptionMetadata.js +46 -0
  256. package/esm5/lib/WebValuesChangeDetailDescription.js +46 -0
  257. package/esm5/lib/WebValuesChangeDetailDescriptionMetadata.js +46 -0
  258. package/esm5/lib/WebValuesChangeEventArgsDescription.js +46 -0
  259. package/esm5/lib/WebValuesChangeEventArgsDescriptionMetadata.js +44 -0
  260. package/esm5/lib/igx-data-legend-series-value-info.js +28 -15
  261. package/esm5/lib/igx-data-legend-summary-column.js +6 -6
  262. package/esm5/lib/igx-filter-expression-collection.js +5 -3
  263. package/esm5/lib/igx-shape-filter-record-event-args.js +5 -3
  264. package/esm5/public_api.js +57 -0
  265. package/fesm2015/igniteui-angular-core.js +4638 -1556
  266. package/fesm5/igniteui-angular-core.js +5866 -2212
  267. package/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.d.ts +2 -1
  268. package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +124 -118
  269. package/lib/CodeGeneratingComponentRendererModuleEmitter.d.ts +1 -1
  270. package/lib/CodeGenerationFolderTemplate.d.ts +6 -5
  271. package/lib/CodeGenerationRendererOptions.d.ts +5 -0
  272. package/lib/ComponentRenderer_combined.d.ts +80 -78
  273. package/lib/DataLegendSeriesValueInfo.d.ts +5 -4
  274. package/lib/DataLegendSummaryColumn.d.ts +7 -7
  275. package/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.d.ts +2 -1
  276. package/lib/IComponentRendererAdapter_combined.d.ts +1 -1
  277. package/lib/TSCodeGeneratingComponentRendererModuleEmitter.d.ts +5 -3
  278. package/lib/ToolActionButtonDescription.d.ts +10 -0
  279. package/lib/ToolActionButtonDescriptionMetadata.d.ts +13 -0
  280. package/lib/ToolActionButtonDescriptionModule.d.ts +9 -0
  281. package/lib/ToolActionType.d.ts +2 -1
  282. package/lib/WebActionStripDescription_combined.d.ts +6 -0
  283. package/lib/WebBaseExporterDescriptionMetadata_combined.d.ts +0 -20
  284. package/lib/WebBaseToolbarColumnActionsDirectiveDescription.d.ts +3 -0
  285. package/lib/WebBaseToolbarDirectiveDescription.d.ts +12 -9
  286. package/lib/WebColumnDescription.d.ts +7 -4
  287. package/lib/WebColumnGroupDescription.d.ts +2 -2
  288. package/lib/WebColumnLayoutDescription.d.ts +1 -1
  289. package/lib/WebDimensionsChangeDescription.d.ts +18 -0
  290. package/lib/WebDimensionsChangeDescriptionMetadata.d.ts +13 -0
  291. package/lib/WebDimensionsChangeDetailDescription.d.ts +20 -0
  292. package/lib/WebDimensionsChangeDetailDescriptionMetadata.d.ts +13 -0
  293. package/lib/WebDimensionsChangeEventArgsDescription.d.ts +17 -0
  294. package/lib/WebDimensionsChangeEventArgsDescriptionMetadata.d.ts +13 -0
  295. package/lib/WebExporterOptionsBaseDescription.d.ts +10 -7
  296. package/lib/WebFilteringExpressionDescription.d.ts +11 -0
  297. package/lib/WebFilteringExpressionDescriptionMetadata.d.ts +13 -0
  298. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +3 -0
  299. package/lib/WebGridCellIdentifierDescription.d.ts +2 -2
  300. package/lib/WebGridEditingActionsDescription.d.ts +4 -4
  301. package/lib/WebGridResourceStringsDescription.d.ts +33 -30
  302. package/lib/WebGridToolbarActionsDescription.d.ts +4 -1
  303. package/lib/WebGridToolbarAdvancedFilteringDescription.d.ts +4 -1
  304. package/lib/WebGridToolbarBaseActionDescription.d.ts +3 -0
  305. package/lib/WebGridToolbarContentDescription.d.ts +3 -0
  306. package/lib/WebGridToolbarExporterDescription.d.ts +6 -6
  307. package/lib/WebGridToolbarTitleDescription.d.ts +3 -0
  308. package/lib/WebImportsHalper.d.ts +12 -0
  309. package/lib/WebPaginatorDescription.d.ts +7 -4
  310. package/lib/WebPivotAggregatorDescription.d.ts +23 -0
  311. package/lib/WebPivotAggregatorDescriptionMetadata.d.ts +13 -0
  312. package/lib/WebPivotConfigurationDescription.d.ts +36 -0
  313. package/lib/WebPivotConfigurationDescriptionMetadata.d.ts +13 -0
  314. package/lib/WebPivotDataSelectorDescription.d.ts +26 -0
  315. package/lib/WebPivotDataSelectorDescriptionMetadata.d.ts +13 -0
  316. package/lib/WebPivotDataSelectorDescriptionModule.d.ts +9 -0
  317. package/lib/WebPivotDateDimensionDescription.d.ts +29 -0
  318. package/lib/WebPivotDateDimensionDescriptionMetadata.d.ts +15 -0
  319. package/lib/WebPivotDateDimensionDescriptionModule.d.ts +9 -0
  320. package/lib/WebPivotDateDimensionOptionsDescription.d.ts +26 -0
  321. package/lib/WebPivotDateDimensionOptionsDescriptionMetadata.d.ts +13 -0
  322. package/lib/WebPivotDimensionDescription.d.ts +41 -0
  323. package/lib/WebPivotDimensionDescriptionMetadata.d.ts +13 -0
  324. package/lib/WebPivotDimensionDetailDescription.d.ts +42 -0
  325. package/lib/WebPivotDimensionDetailDescriptionMetadata.d.ts +13 -0
  326. package/lib/WebPivotDimensionEventArgsDescription.d.ts +17 -0
  327. package/lib/WebPivotDimensionEventArgsDescriptionMetadata.d.ts +13 -0
  328. package/lib/WebPivotDimensionStrategyDescription.d.ts +11 -0
  329. package/lib/WebPivotDimensionStrategyDescriptionMetadata.d.ts +13 -0
  330. package/lib/WebPivotGridColumnDescription.d.ts +22 -0
  331. package/lib/WebPivotGridColumnDescriptionMetadata.d.ts +13 -0
  332. package/lib/WebPivotGridDescription.d.ts +53 -0
  333. package/lib/WebPivotGridDescriptionMetadata.d.ts +15 -0
  334. package/lib/WebPivotGridDescriptionModule.d.ts +9 -0
  335. package/lib/WebPivotGridRecordDescription.d.ts +21 -0
  336. package/lib/WebPivotGridRecordDescriptionMetadata.d.ts +13 -0
  337. package/lib/WebPivotGridValueTemplateContextDescription.d.ts +17 -0
  338. package/lib/WebPivotGridValueTemplateContextDescriptionMetadata.d.ts +13 -0
  339. package/lib/WebPivotKeysDescription.d.ts +29 -0
  340. package/lib/WebPivotKeysDescriptionMetadata.d.ts +13 -0
  341. package/lib/WebPivotValueDescription.d.ts +36 -0
  342. package/lib/WebPivotValueDescriptionMetadata.d.ts +13 -0
  343. package/lib/WebPivotValueDetailDescription.d.ts +38 -0
  344. package/lib/WebPivotValueDetailDescriptionMetadata.d.ts +13 -0
  345. package/lib/WebPivotValueEventArgsDescription.d.ts +17 -0
  346. package/lib/WebPivotValueEventArgsDescriptionMetadata.d.ts +13 -0
  347. package/lib/WebRangeSliderValueDescription.d.ts +4 -2
  348. package/lib/WebRowDataEventArgsDescriptionMetadata.d.ts +13 -1
  349. package/lib/WebRowDataEventArgsDetailDescription.d.ts +1 -5
  350. package/lib/WebRowDataEventArgsDetailDescriptionMetadata.d.ts +13 -1
  351. package/lib/WebRowSelectionEventArgsDetailDescription.d.ts +7 -4
  352. package/lib/WebSummaryExpressionDescription.d.ts +16 -0
  353. package/lib/WebSummaryExpressionDescriptionMetadata.d.ts +13 -0
  354. package/lib/WebValuesChangeDescription.d.ts +15 -0
  355. package/lib/WebValuesChangeDescriptionMetadata.d.ts +13 -0
  356. package/lib/WebValuesChangeDetailDescription.d.ts +17 -0
  357. package/lib/WebValuesChangeDetailDescriptionMetadata.d.ts +13 -0
  358. package/lib/WebValuesChangeEventArgsDescription.d.ts +17 -0
  359. package/lib/WebValuesChangeEventArgsDescriptionMetadata.d.ts +13 -0
  360. package/lib/igx-data-legend-series-value-info.d.ts +6 -1
  361. package/package.json +4 -4
  362. package/public_api.d.ts +57 -0
@@ -4,20 +4,22 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
- import { Base, IList_$type, NotSupportedException, String_$type, typeCast, Array_$type, Boolean_$type, markType, EnumUtil, fromEn, fromEnum, Number_$type, runOn } from "./type";
7
+ import { Base, IList_$type, NotSupportedException, String_$type, typeCast, fromEnum, Array_$type, Boolean_$type, markType, EnumUtil, fromEn, Number_$type, runOn } from "./type";
8
+ import { CodeGenerationTargetPlatforms_$type } from "./CodeGenerationTargetPlatforms";
8
9
  import { CodeGeneratingRendererResult } from "./CodeGeneratingRendererResult";
9
10
  import { CodeGeneratingCodeWriter } from "./CodeGeneratingCodeWriter";
10
11
  import { Stack$1 } from "./Stack$1";
11
12
  import { CodeGenerationItemBuilderPropertyInfo } from "./CodeGenerationItemBuilderPropertyInfo";
12
13
  import { List$1 } from "./List$1";
13
14
  import { TypeDescriptionContext } from "./TypeDescriptionContext";
14
- import { CodeGenerationTargetPlatforms_$type } from "./CodeGenerationTargetPlatforms";
15
+ import { TypeDescriptionMetadata } from "./TypeDescriptionMetadata";
15
16
  import { CodeGenerationSpecialValue } from "./CodeGenerationSpecialValue";
16
17
  import { ColorUtil } from "./ColorUtil";
17
18
  import { StringBuilder } from "./StringBuilder";
18
19
  import { CodeGeneratingImportManager } from "./CodeGeneratingImportManager";
19
20
  import { stringIsNullOrEmpty, stringReplace, stringStartsWith, stringEndsWith, stringContains } from "./string";
20
21
  import { HashSet$1 } from "./HashSet$1";
22
+ import { WebImportsHalper } from "./WebImportsHalper";
21
23
  import { CodeGeneratingComponentRendererHandlerEmitter } from "./CodeGeneratingComponentRendererHandlerEmitter";
22
24
  import { CodeGeneratingRegexHelper } from "./CodeGeneratingRegexHelper";
23
25
  import { CodeGeneratingComponentRendererDataEmitter } from "./CodeGeneratingComponentRendererDataEmitter";
@@ -62,10 +64,18 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
62
64
  this.c = new CodeGeneratingCodeWriter(this.l);
63
65
  this.b = new CodeGeneratingCodeWriter(this.l);
64
66
  }
67
+ get az() {
68
+ switch (this.j.platform) {
69
+ case 1: return "angular";
70
+ case 2: return "react";
71
+ case 3: return "webcomponents";
72
+ }
73
+ return "";
74
+ }
65
75
  get m() {
66
76
  return this.l;
67
77
  }
68
- bh(a) {
78
+ bj(a) {
69
79
  this.j.af(a);
70
80
  }
71
81
  get k() {
@@ -83,7 +93,10 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
83
93
  get f() {
84
94
  return this.b;
85
95
  }
86
- a2(a) {
96
+ a3(a) {
97
+ if (a == null || a == "any") {
98
+ return;
99
+ }
87
100
  this.z.add(a);
88
101
  }
89
102
  v(a, b) {
@@ -128,18 +141,20 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
128
141
  get ak() {
129
142
  return this.ac.d();
130
143
  }
131
- a3(a) {
144
+ a4(a) {
132
145
  this.ac.h(a);
133
146
  }
134
- bg() {
147
+ bi() {
135
148
  }
136
- bb(a) {
137
- this.ac.e();
149
+ bc(a) {
138
150
  }
139
- a9(a, b, c, d) {
151
+ bd(a) {
152
+ this.ac.e();
140
153
  }
141
154
  ba(a, b, c, d) {
142
- this.a9(a, b, c, d);
155
+ }
156
+ bb(a, b, c, d) {
157
+ this.ba(a, b, c, d);
143
158
  }
144
159
  toString() {
145
160
  return this.d.toString();
@@ -155,7 +170,7 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
155
170
  b.c = this.ad(b);
156
171
  }
157
172
  switch (b.b.knownType) {
158
- case 10: return this.am(b);
173
+ case 10: return this.am(a, b);
159
174
  case 7: return b.c ? "true" : "false";
160
175
  case 4: return this.af(b);
161
176
  case 6:
@@ -267,7 +282,7 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
267
282
  return "";
268
283
  }
269
284
  ai(a, b) {
270
- let c = this.a0(a, b);
285
+ let c = this.a1(a, b);
271
286
  if (b.c != null) {
272
287
  let d = this.i(this.l, this.j);
273
288
  if (typeCast(CodeGenerationItemBuilder.$, b.c) !== null) {
@@ -275,6 +290,9 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
275
290
  e.r = c;
276
291
  e.s(d, true);
277
292
  let f = d.toString();
293
+ for (let g of fromEnum(d.z)) {
294
+ this.z.add(g);
295
+ }
278
296
  c = this.al(a, e, f, c);
279
297
  }
280
298
  }
@@ -283,7 +301,7 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
283
301
  al(a, b, c, d) {
284
302
  return d;
285
303
  }
286
- a0(a, b) {
304
+ a1(a, b) {
287
305
  if (b.c == null) {
288
306
  return this.at();
289
307
  }
@@ -324,7 +342,7 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
324
342
  }
325
343
  return this.at();
326
344
  }
327
- am(a) {
345
+ am(a, b) {
328
346
  return "";
329
347
  }
330
348
  ad(a) {
@@ -369,7 +387,7 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
369
387
  }
370
388
  aq(a) {
371
389
  if (!stringIsNullOrEmpty(a.a.e)) {
372
- this.bh(a);
390
+ this.bj(a);
373
391
  return a.a.e;
374
392
  }
375
393
  return this.at();
@@ -402,36 +420,36 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
402
420
  let b = a;
403
421
  return ColorUtil.i(b.color, this.w);
404
422
  }
405
- bf(a) {
423
+ bh(a) {
406
424
  this.aa.h(a);
407
425
  this.ab.h(false);
408
426
  }
409
- be(a) {
427
+ bg(a) {
410
428
  let b = this.an(a);
411
429
  this.aa.h(b);
412
430
  this.ab.h(true);
413
431
  }
414
432
  an(a) {
415
- let b = stringReplace(stringReplace(a, this.az, ""), "Component", "");
416
- b = CodeGeneratingComponentRenderer.d0(b);
433
+ let b = stringReplace(stringReplace(a, this.a0, ""), "Component", "");
434
+ b = CodeGeneratingComponentRenderer.d2(b);
417
435
  return this.j.v(b);
418
436
  }
419
- bc() {
437
+ be() {
420
438
  this.ax = this.aa.e();
421
439
  this.ab.e();
422
440
  }
423
- get_az() {
441
+ get_a0() {
424
442
  return "";
425
443
  }
426
- get az() {
427
- return this.get_az();
444
+ get a0() {
445
+ return this.get_a0();
428
446
  }
429
447
  get aj() {
430
448
  if (this.aa.f > 0) {
431
449
  return this.aa.d();
432
450
  }
433
- let a = stringReplace(stringReplace(this.ak, this.az, ""), "Component", "");
434
- return CodeGeneratingComponentRenderer.d0(a);
451
+ let a = stringReplace(stringReplace(this.ak, this.a0, ""), "Component", "");
452
+ return CodeGeneratingComponentRenderer.d2(a);
435
453
  }
436
454
  get u() {
437
455
  return this.ac.f == 1;
@@ -460,33 +478,33 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
460
478
  get n() {
461
479
  return this.get_n();
462
480
  }
463
- bd() {
481
+ bf() {
464
482
  this.ax = this.aa.e();
465
483
  }
466
- a5(a) {
484
+ a6(a) {
467
485
  let b = this.f.toString();
468
486
  if (b.length > 0) {
469
487
  a.l(b);
470
488
  }
471
489
  }
472
- a8(a) {
490
+ a9(a) {
473
491
  let b = this.g.toString();
474
492
  if (b.length > 0) {
475
493
  a.l(b);
476
494
  }
477
495
  }
478
- a4(a) {
496
+ a5(a) {
479
497
  let b = this.e.toString();
480
498
  if (b.length > 0) {
481
499
  a.l(b);
482
500
  }
483
501
  }
484
- a6(a) {
502
+ a7(a, b) {
485
503
  if (this.z.count > 0) {
486
- this.a7(this.z, a);
504
+ this.a8(a, this.z, b);
487
505
  }
488
506
  }
489
- a7(a, b) {
507
+ a8(a, b, c) {
490
508
  }
491
509
  }
492
510
  CodeGeneratingComponentRendererCodeEmitter.$t = markType(CodeGeneratingComponentRendererCodeEmitter, 'CodeGeneratingComponentRendererCodeEmitter');
@@ -499,9 +517,9 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
499
517
  class BlazorRazorCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
500
518
  constructor(a, b) {
501
519
  super(a, b);
502
- this.bk = 0;
503
- this.bi = new HashSet$1(String_$type, 0);
504
- this.bj = new HashSet$1(String_$type, 0);
520
+ this.bm = 0;
521
+ this.bk = new HashSet$1(String_$type, 0);
522
+ this.bl = new HashSet$1(String_$type, 0);
505
523
  }
506
524
  get_r() {
507
525
  return false;
@@ -511,26 +529,26 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
511
529
  }
512
530
  al(a, b, c, d) {
513
531
  d = super.al(a, b, c, d);
514
- this.f.l("private " + b.m() + " _" + CodeGeneratingComponentRenderer.d0(d) + " = null;");
515
- this.f.l("public " + b.m() + " " + CodeGeneratingComponentRenderer.d1(d));
532
+ this.f.l("private " + b.m() + " _" + CodeGeneratingComponentRenderer.d2(d) + " = null;");
533
+ this.f.l("public " + b.m() + " " + CodeGeneratingComponentRenderer.d3(d));
516
534
  this.f.l("{");
517
535
  this.f.h();
518
536
  this.f.l("get");
519
537
  this.f.l("{");
520
538
  this.f.h();
521
- this.f.l("if (this._" + CodeGeneratingComponentRenderer.d0(d) + " == null)");
539
+ this.f.l("if (this._" + CodeGeneratingComponentRenderer.d2(d) + " == null)");
522
540
  this.f.l("{");
523
541
  this.f.h();
524
542
  this.f.k(c);
525
- this.f.l("this._" + CodeGeneratingComponentRenderer.d0(d) + " = " + d + ";");
543
+ this.f.l("this._" + CodeGeneratingComponentRenderer.d2(d) + " = " + d + ";");
526
544
  this.f.f();
527
545
  this.f.l("}");
528
- this.f.l("return this._" + CodeGeneratingComponentRenderer.d0(d) + ";");
546
+ this.f.l("return this._" + CodeGeneratingComponentRenderer.d2(d) + ";");
529
547
  this.f.f();
530
548
  this.f.l("}");
531
549
  this.f.f();
532
550
  this.f.l("}");
533
- return CodeGeneratingComponentRenderer.d1(d);
551
+ return CodeGeneratingComponentRenderer.d3(d);
534
552
  }
535
553
  i(a, b) {
536
554
  return new BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
@@ -538,71 +556,90 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
538
556
  get_x() {
539
557
  return false;
540
558
  }
541
- bl(a, b) {
542
- if (b.c == null) {
559
+ bn(a, b, c) {
560
+ if (c.c == null) {
543
561
  return "null";
544
562
  }
545
- let c = b.c;
546
- let d = "@(new " + a + "[] { ";
547
- for (let e = 0; e < c.length; e++) {
548
- if (e > 0) {
549
- d += ", ";
550
- }
551
- d += "\"" + c[e] + "\"";
563
+ let d = c.c;
564
+ let e = b;
565
+ let f = new CodeGenerationItemBuilderPropertyInfo();
566
+ f.b = ((() => {
567
+ let $ret = new TypeDescriptionMetadata();
568
+ $ret.propertyName = c.b.propertyName;
569
+ $ret.specificType = b;
570
+ $ret.specificExternalType = b;
571
+ return $ret;
572
+ })());
573
+ f.b.knownType = 8;
574
+ f.b.owningType = c.b.owningType;
575
+ if (f.b.specificType == "string") {
576
+ f.b.knownType = 2;
552
577
  }
553
- d += " })";
554
- return d;
555
- }
556
- am(a) {
557
- if (a.b.specificExternalType == "string") {
558
- return this.bl(a.b.specificExternalType, a);
578
+ if (f.b.specificType == "int") {
579
+ f.b.knownType = 1;
559
580
  }
560
- if (a.c == null) {
561
- return "null";
581
+ if (f.b.specificType == "double") {
582
+ f.b.knownType = 1;
562
583
  }
563
- let b = a.c;
564
- let c = "";
565
- for (let d = 0; d < b.length; d++) {
566
- if (d > 0) {
567
- c += ", ";
584
+ if (f.b.knownType == 8) {
585
+ e = this.a0 + e;
586
+ }
587
+ let g = "@(new " + e + "[] { ";
588
+ for (let h = 0; h < d.length; h++) {
589
+ if (h > 0) {
590
+ g += ", ";
591
+ }
592
+ f.c = d[h];
593
+ if (f.b.knownType == 2) {
594
+ g += "\"" + this.aw(a, f, true) + "\"";
595
+ }
596
+ else {
597
+ g += this.aw(a, f, true);
568
598
  }
569
- c += b[d];
570
599
  }
571
- return c;
600
+ g += " })";
601
+ return g;
572
602
  }
573
- a3(a) {
574
- super.a3(a);
603
+ am(a, b) {
604
+ let c = b.b.specificType;
605
+ if (c == null) {
606
+ c = b.b.specificExternalType;
607
+ }
608
+ return this.bn(a, c, b);
609
+ }
610
+ a4(a) {
611
+ super.a4(a);
575
612
  this.h.l("<" + a + "");
576
- if (!this.bi.contains(this.aj)) {
577
- this.bi.add_1(this.aj);
578
- if (!this.bj.contains(this.ak)) {
579
- this.bj.add_1(this.ak);
580
- this.a2(this.ak);
613
+ if (!this.bk.contains(this.aj)) {
614
+ this.bk.add_1(this.aj);
615
+ if (!this.bl.contains(this.ak)) {
616
+ this.bl.add_1(this.ak);
617
+ this.a3(this.ak);
581
618
  }
582
- this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
619
+ this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
583
620
  if (!this.p) {
584
621
  if (this.u) {
585
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
622
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
586
623
  }
587
624
  }
588
625
  else {
589
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
626
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
590
627
  }
591
628
  }
592
629
  }
593
- bg() {
630
+ bi() {
594
631
  this.h.l(">");
595
632
  this.h.h();
596
633
  }
597
- bb(a) {
634
+ bd(a) {
598
635
  this.h.f();
599
636
  this.h.l("</" + a + ">");
600
637
  this.h.l("");
601
- super.bb(a);
638
+ super.bd(a);
602
639
  }
603
- a9(a, b, c, d) {
604
- if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d1(c.b.propertyName)) && this.q(d, c)) {
605
- this.bh(c);
640
+ ba(a, b, c, d) {
641
+ if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d3(c.b.propertyName)) && this.q(d, c)) {
642
+ this.bj(c);
606
643
  if (a > 0) {
607
644
  this.h.l("");
608
645
  }
@@ -615,29 +652,29 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
615
652
  return;
616
653
  }
617
654
  if (this.s(c)) {
618
- this.bh(c);
619
- if (!this.bi.contains(this.aj)) {
620
- this.bi.add_1(this.aj);
621
- if (!this.bj.contains(this.ak)) {
622
- this.bj.add_1(this.ak);
623
- this.a2(this.ak);
624
- }
625
- this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
655
+ this.bj(c);
656
+ if (!this.bk.contains(this.aj)) {
657
+ this.bk.add_1(this.aj);
658
+ if (!this.bl.contains(this.ak)) {
659
+ this.bl.add_1(this.ak);
660
+ this.a3(this.ak);
661
+ }
662
+ this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
626
663
  if (!this.p) {
627
664
  if (this.u) {
628
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
665
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
629
666
  }
630
667
  }
631
668
  else {
632
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
669
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
633
670
  }
634
671
  }
635
- let e = CodeGeneratingComponentRenderer.d0(this.aw(d, c, true));
672
+ let e = CodeGeneratingComponentRenderer.d2(this.aw(d, c, true));
636
673
  let f = e;
637
674
  if (f != "null" && !stringStartsWith(f, "this.")) {
638
675
  f = "this." + f;
639
676
  }
640
- this.e.l(CodeGeneratingComponentRenderer.d0(this.aj) + "." + b + " = " + f + ";");
677
+ this.e.l(CodeGeneratingComponentRenderer.d2(this.aj) + "." + b + " = " + f + ";");
641
678
  return;
642
679
  }
643
680
  if (a > 0) {
@@ -669,7 +706,7 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
669
706
  }
670
707
  if (b == "Name") {
671
708
  this.h.l("");
672
- this.h.j("@ref=\"" + CodeGeneratingComponentRenderer.d0(this.aw(d, c, true)) + "\"");
709
+ this.h.j("@ref=\"" + CodeGeneratingComponentRenderer.d2(this.aw(d, c, true)) + "\"");
673
710
  }
674
711
  }
675
712
  ap(a) {
@@ -727,17 +764,17 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
727
764
  return "@null";
728
765
  }
729
766
  ao(a) {
730
- return CodeGeneratingComponentRenderer.d0(CodeGeneratingComponentRenderer.d0(a.a.e));
767
+ return CodeGeneratingComponentRenderer.d2(CodeGeneratingComponentRenderer.d2(a.a.e));
731
768
  }
732
- bm(a) {
769
+ bo(a) {
733
770
  a = stringReplace(a, "-", "_");
734
- return CodeGeneratingComponentRenderer.d1(a);
771
+ return CodeGeneratingComponentRenderer.d3(a);
735
772
  }
736
773
  au(a) {
737
- this.bh(a);
738
- return CodeGeneratingComponentRenderer.d1(a.a.e);
774
+ this.bj(a);
775
+ return CodeGeneratingComponentRenderer.d3(a.a.e);
739
776
  }
740
- ba(a, b, c, d) {
777
+ bb(a, b, c, d) {
741
778
  if (c.b.knownType == 9) {
742
779
  let e = typeCast(IList_$type, c.c);
743
780
  if (e != null) {
@@ -756,7 +793,7 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
756
793
  }
757
794
  }
758
795
  }
759
- get_az() {
796
+ get_a0() {
760
797
  return "Igb";
761
798
  }
762
799
  }
@@ -770,9 +807,9 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
770
807
  class BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
771
808
  constructor(a, b) {
772
809
  super(a, b);
773
- this.bk = 0;
774
- this.bi = new HashSet$1(String_$type, 0);
775
- this.bj = new HashSet$1(String_$type, 0);
810
+ this.bm = 0;
811
+ this.bk = new HashSet$1(String_$type, 0);
812
+ this.bl = new HashSet$1(String_$type, 0);
776
813
  }
777
814
  get_r() {
778
815
  return true;
@@ -786,7 +823,7 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
786
823
  get_x() {
787
824
  return false;
788
825
  }
789
- bl(a, b) {
826
+ bn(a, b) {
790
827
  if (b.c == null) {
791
828
  return "null";
792
829
  }
@@ -801,56 +838,56 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
801
838
  d += " }";
802
839
  return d;
803
840
  }
804
- am(a) {
805
- if (a.b.specificExternalType == "string") {
806
- return this.bl(a.b.specificExternalType, a);
841
+ am(a, b) {
842
+ if (b.b.specificExternalType == "string") {
843
+ return this.bn(b.b.specificExternalType, b);
807
844
  }
808
- if (a.c == null) {
845
+ if (b.c == null) {
809
846
  return "null";
810
847
  }
811
- let b = a.c;
812
- let c = "";
813
- for (let d = 0; d < b.length; d++) {
814
- if (d > 0) {
815
- c += ", ";
848
+ let c = b.c;
849
+ let d = "";
850
+ for (let e = 0; e < c.length; e++) {
851
+ if (e > 0) {
852
+ d += ", ";
816
853
  }
817
- c += b[d];
854
+ d += c[e];
818
855
  }
819
- return c;
856
+ return d;
820
857
  }
821
- a3(a) {
822
- super.a3(a);
858
+ a4(a) {
859
+ super.a4(a);
823
860
  if (this.u) {
824
861
  this.h.l("var " + this.aj + " = new " + a + "();");
825
862
  }
826
863
  else {
827
864
  this.h.l("var " + this.aj + " = new " + a + "();");
828
865
  }
829
- if (!this.bi.contains(this.aj)) {
830
- this.bi.add_1(this.aj);
831
- if (!this.bj.contains(this.ak)) {
832
- this.bj.add_1(this.ak);
833
- this.a2(this.ak);
866
+ if (!this.bk.contains(this.aj)) {
867
+ this.bk.add_1(this.aj);
868
+ if (!this.bl.contains(this.ak)) {
869
+ this.bl.add_1(this.ak);
870
+ this.a3(this.ak);
834
871
  }
835
- this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
872
+ this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
836
873
  if (!this.p) {
837
874
  if (this.u) {
838
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
875
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
839
876
  }
840
877
  }
841
878
  else {
842
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
879
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
843
880
  }
844
881
  }
845
882
  }
846
- bg() {
883
+ bi() {
847
884
  }
848
- bb(a) {
849
- super.bb(a);
885
+ bd(a) {
886
+ super.bd(a);
850
887
  }
851
- a9(a, b, c, d) {
852
- if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d1(c.b.propertyName)) && this.q(d, c)) {
853
- this.bh(c);
888
+ ba(a, b, c, d) {
889
+ if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d3(c.b.propertyName)) && this.q(d, c)) {
890
+ this.bj(c);
854
891
  if (a > 0) {
855
892
  this.h.l("");
856
893
  }
@@ -863,29 +900,29 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
863
900
  return;
864
901
  }
865
902
  if (this.s(c)) {
866
- this.bh(c);
867
- if (!this.bi.contains(this.aj)) {
868
- this.bi.add_1(this.aj);
869
- if (!this.bj.contains(this.ak)) {
870
- this.bj.add_1(this.ak);
871
- this.a2(this.ak);
872
- }
873
- this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
903
+ this.bj(c);
904
+ if (!this.bk.contains(this.aj)) {
905
+ this.bk.add_1(this.aj);
906
+ if (!this.bl.contains(this.ak)) {
907
+ this.bl.add_1(this.ak);
908
+ this.a3(this.ak);
909
+ }
910
+ this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
874
911
  if (!this.p) {
875
912
  if (this.u) {
876
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
913
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
877
914
  }
878
915
  }
879
916
  else {
880
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
917
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
881
918
  }
882
919
  }
883
- let e = CodeGeneratingComponentRenderer.d0(this.aw(d, c, true));
920
+ let e = CodeGeneratingComponentRenderer.d2(this.aw(d, c, true));
884
921
  let f = e;
885
922
  if (f != "null" && !stringStartsWith(f, "this.")) {
886
923
  f = "this." + f;
887
924
  }
888
- this.e.l(CodeGeneratingComponentRenderer.d0(this.aj) + "." + b + " = " + f + ";");
925
+ this.e.l(CodeGeneratingComponentRenderer.d2(this.aj) + "." + b + " = " + f + ";");
889
926
  return;
890
927
  }
891
928
  if (a > 0) {
@@ -896,14 +933,16 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
896
933
  g = true;
897
934
  }
898
935
  if (!g) {
936
+ let h = false;
899
937
  if (c.a != null && c.a.e != null) {
900
938
  if (this.m != null) {
901
939
  if (this.m.library != null) {
902
940
  if (this.m.library.hasItem(c.a.e)) {
903
- let h = this.m.library.getItem(c.a.e);
904
- let i = h.getContentForPlatform(5);
905
- if (i != null && i.isJSContent) {
941
+ let i = this.m.library.getItem(c.a.e);
942
+ let j = i.getContentForPlatform(5);
943
+ if (j != null && j.isJSContent) {
906
944
  b = b + "Script";
945
+ h = true;
907
946
  }
908
947
  }
909
948
  }
@@ -912,7 +951,12 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
912
951
  this.h.j(this.aj + ".");
913
952
  this.h.j(b);
914
953
  this.h.j(" = ");
915
- this.h.j(this.aw(d, c, true));
954
+ if (h) {
955
+ this.h.j("\"" + this.aw(d, c, true) + "\"");
956
+ }
957
+ else {
958
+ this.h.j(this.aw(d, c, true));
959
+ }
916
960
  this.h.j(";");
917
961
  }
918
962
  }
@@ -976,17 +1020,17 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
976
1020
  return "null";
977
1021
  }
978
1022
  ao(a) {
979
- return CodeGeneratingComponentRenderer.d0(CodeGeneratingComponentRenderer.d0(a.a.e));
1023
+ return CodeGeneratingComponentRenderer.d2(CodeGeneratingComponentRenderer.d2(a.a.e));
980
1024
  }
981
- bm(a) {
1025
+ bo(a) {
982
1026
  a = stringReplace(a, "-", "_");
983
- return CodeGeneratingComponentRenderer.d1(a);
1027
+ return CodeGeneratingComponentRenderer.d3(a);
984
1028
  }
985
1029
  au(a) {
986
- this.bh(a);
987
- return CodeGeneratingComponentRenderer.d1(a.a.e);
1030
+ this.bj(a);
1031
+ return CodeGeneratingComponentRenderer.d3(a.a.e);
988
1032
  }
989
- ba(a, b, c, d) {
1033
+ bb(a, b, c, d) {
990
1034
  if (c.b.knownType == 9) {
991
1035
  let e = typeCast(IList_$type, c.c);
992
1036
  if (e != null) {
@@ -1007,7 +1051,7 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
1007
1051
  }
1008
1052
  }
1009
1053
  }
1010
- get_az() {
1054
+ get_a0() {
1011
1055
  return "Igb";
1012
1056
  }
1013
1057
  }
@@ -1021,8 +1065,8 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1021
1065
  class ReactMarkupCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
1022
1066
  constructor(a, b) {
1023
1067
  super(a, b);
1024
- this.bi = new HashSet$1(String_$type, 0);
1025
- this.bj = new HashSet$1(String_$type, 0);
1068
+ this.bk = new HashSet$1(String_$type, 0);
1069
+ this.bl = new HashSet$1(String_$type, 0);
1026
1070
  }
1027
1071
  get_r() {
1028
1072
  return false;
@@ -1033,76 +1077,76 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1033
1077
  al(a, b, c, d) {
1034
1078
  d = super.al(a, b, c, d);
1035
1079
  let e = b.p();
1036
- this.f.l("private " + " _" + CodeGeneratingComponentRenderer.d0(d) + ": " + e + " | null = null;");
1037
- this.f.l("public get " + CodeGeneratingComponentRenderer.d0(d) + "(): " + e + " {");
1080
+ this.f.l("private " + " _" + CodeGeneratingComponentRenderer.d2(d) + ": " + e + " | null = null;");
1081
+ this.f.l("public get " + CodeGeneratingComponentRenderer.d2(d) + "(): " + e + " {");
1038
1082
  this.f.h();
1039
- this.f.l("if (this._" + CodeGeneratingComponentRenderer.d0(d) + " == null)");
1083
+ this.f.l("if (this._" + CodeGeneratingComponentRenderer.d2(d) + " == null)");
1040
1084
  this.f.l("{");
1041
1085
  this.f.h();
1042
1086
  this.f.k(c);
1043
- this.f.l("this._" + CodeGeneratingComponentRenderer.d0(d) + " = " + d + ";");
1087
+ this.f.l("this._" + CodeGeneratingComponentRenderer.d2(d) + " = " + d + ";");
1044
1088
  this.f.f();
1045
1089
  this.f.l("}");
1046
- this.f.l("return this._" + CodeGeneratingComponentRenderer.d0(d) + ";");
1090
+ this.f.l("return this._" + CodeGeneratingComponentRenderer.d2(d) + ";");
1047
1091
  this.f.f();
1048
1092
  this.f.l("}");
1049
- return CodeGeneratingComponentRenderer.d1(d);
1093
+ return CodeGeneratingComponentRenderer.d3(d);
1050
1094
  }
1051
1095
  i(a, b) {
1052
1096
  return new ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
1053
1097
  }
1054
- am(a) {
1055
- if (a.c == null) {
1098
+ am(a, b) {
1099
+ if (b.c == null) {
1056
1100
  return "{null}";
1057
1101
  }
1058
- let b = a.c;
1059
- let c = "[";
1060
- for (let d = 0; d < b.length; d++) {
1061
- if (d > 0) {
1062
- c += ", ";
1102
+ let c = b.c;
1103
+ let d = "[";
1104
+ for (let e = 0; e < c.length; e++) {
1105
+ if (e > 0) {
1106
+ d += ", ";
1063
1107
  }
1064
- c += "\"" + b[d].toString() + "\"";
1108
+ d += "\"" + c[e].toString() + "\"";
1065
1109
  }
1066
- c += "]";
1067
- return c;
1110
+ d += "]";
1111
+ return d;
1068
1112
  }
1069
1113
  get_w() {
1070
1114
  return true;
1071
1115
  }
1072
- get_az() {
1116
+ get_a0() {
1073
1117
  return "Igr";
1074
1118
  }
1075
- a3(a) {
1076
- super.a3(a);
1077
- this.h.l("<" + this.bl(a) + "");
1119
+ a4(a) {
1120
+ super.a4(a);
1121
+ this.h.l("<" + this.bn(a) + "");
1078
1122
  this.h.h();
1079
- if (!this.bj.contains(this.ak)) {
1080
- this.bj.add_1(this.ak);
1081
- this.a2(this.ak);
1123
+ if (!this.bl.contains(this.ak)) {
1124
+ this.bl.add_1(this.ak);
1125
+ this.a3(this.ak);
1082
1126
  }
1083
- if (!this.bi.contains(this.aj)) {
1084
- this.bi.add_1(this.aj);
1085
- this.f.l("private " + CodeGeneratingComponentRenderer.d0(this.aj) + ": " + this.ak);
1127
+ if (!this.bk.contains(this.aj)) {
1128
+ this.bk.add_1(this.aj);
1129
+ this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + ": " + this.ak);
1086
1130
  if (this.u) {
1087
- this.f.l("private " + CodeGeneratingComponentRenderer.d0(this.aj) + "Ref(r: " + this.ak + ") {");
1131
+ this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + "Ref(r: " + this.ak + ") {");
1088
1132
  this.f.h();
1089
- this.f.l("this." + CodeGeneratingComponentRenderer.d0(this.aj) + " = r;");
1133
+ this.f.l("this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = r;");
1090
1134
  this.f.l("this.setState({});");
1091
1135
  this.f.f();
1092
1136
  this.f.l("}");
1093
- this.g.l("this." + CodeGeneratingComponentRenderer.d0(this.aj) + "Ref = " + "this." + CodeGeneratingComponentRenderer.d0(this.aj) + "Ref.bind(this);");
1137
+ this.g.l("this." + CodeGeneratingComponentRenderer.d2(this.aj) + "Ref = " + "this." + CodeGeneratingComponentRenderer.d2(this.aj) + "Ref.bind(this);");
1094
1138
  }
1095
1139
  }
1096
1140
  }
1097
- bl(a) {
1141
+ bn(a) {
1098
1142
  if (stringEndsWith(a, "Component")) {
1099
1143
  a = a.substr(0, a.length - ("Component").length);
1100
1144
  }
1101
- return CodeGeneratingComponentRenderer.d1(a);
1145
+ return CodeGeneratingComponentRenderer.d3(a);
1102
1146
  }
1103
- bg() {
1147
+ bi() {
1104
1148
  if (!this.u && !this.p) {
1105
- let a = this.bk();
1149
+ let a = this.bm();
1106
1150
  this.h.l("");
1107
1151
  this.h.l("name=\"" + a + "\"");
1108
1152
  }
@@ -1110,31 +1154,31 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1110
1154
  this.h.l(">");
1111
1155
  this.h.h();
1112
1156
  }
1113
- bk() {
1114
- let a = CodeGeneratingComponentRenderer.d0(stringReplace(stringReplace(this.ak, this.az, ""), "Component", ""));
1157
+ bm() {
1158
+ let a = CodeGeneratingComponentRenderer.d2(stringReplace(stringReplace(this.ak, this.a0, ""), "Component", ""));
1115
1159
  a = this.k.u(a);
1116
1160
  return a;
1117
1161
  }
1118
1162
  aq(a) {
1119
1163
  if (!stringIsNullOrEmpty(a.a.e)) {
1120
- this.bh(a);
1121
- if (!this.bi.contains(a.a.e)) {
1122
- this.g.l("this." + CodeGeneratingComponentRenderer.d0(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d0(a.a.e) + ".bind(this);");
1164
+ this.bj(a);
1165
+ if (!this.bk.contains(a.a.e)) {
1166
+ this.g.l("this." + CodeGeneratingComponentRenderer.d2(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d2(a.a.e) + ".bind(this);");
1123
1167
  }
1124
- return "this." + CodeGeneratingComponentRenderer.d0(a.a.e);
1168
+ return "this." + CodeGeneratingComponentRenderer.d2(a.a.e);
1125
1169
  }
1126
1170
  return this.at();
1127
1171
  }
1128
- bb(a) {
1172
+ bd(a) {
1129
1173
  this.h.f();
1130
- this.h.l("</" + this.bl(a) + ">");
1131
- super.bb(a);
1174
+ this.h.l("</" + this.bn(a) + ">");
1175
+ super.bd(a);
1132
1176
  }
1133
- a9(a, b, c, d) {
1134
- let e = CodeGeneratingComponentRenderer.d0(b);
1177
+ ba(a, b, c, d) {
1178
+ let e = CodeGeneratingComponentRenderer.d2(b);
1135
1179
  let f = this.aw(d, c, true);
1136
- if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d1(c.b.propertyName)) && this.q(d, c)) {
1137
- this.bh(c);
1180
+ if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d3(c.b.propertyName)) && this.q(d, c)) {
1181
+ this.bj(c);
1138
1182
  if (a > 0) {
1139
1183
  this.h.l("");
1140
1184
  }
@@ -1149,7 +1193,7 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1149
1193
  if (!(e == "name") || !this.u) {
1150
1194
  let g = (c.b != null && c.b.knownType == 10);
1151
1195
  if (this.q(d, c) || g) {
1152
- this.bh(c);
1196
+ this.bj(c);
1153
1197
  f = "{" + f + "}";
1154
1198
  }
1155
1199
  if (a > 0) {
@@ -1171,7 +1215,7 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1171
1215
  if (a > 0) {
1172
1216
  this.h.l("");
1173
1217
  }
1174
- this.h.j("ref={this." + CodeGeneratingComponentRenderer.d0(this.aw(d, c, true)) + "Ref}");
1218
+ this.h.j("ref={this." + CodeGeneratingComponentRenderer.d2(this.aw(d, c, true)) + "Ref}");
1175
1219
  }
1176
1220
  }
1177
1221
  }
@@ -1189,12 +1233,12 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1189
1233
  return "null";
1190
1234
  }
1191
1235
  ao(a) {
1192
- return "this." + CodeGeneratingComponentRenderer.d0(a.a.e);
1236
+ return "this." + CodeGeneratingComponentRenderer.d2(a.a.e);
1193
1237
  }
1194
1238
  au(a) {
1195
- return "this." + CodeGeneratingComponentRenderer.d0(a.a.e);
1239
+ return "this." + CodeGeneratingComponentRenderer.d2(a.a.e);
1196
1240
  }
1197
- ba(a, b, c, d) {
1241
+ bb(a, b, c, d) {
1198
1242
  if (c.b.knownType == 9) {
1199
1243
  let e = typeCast(IList_$type, c.c);
1200
1244
  if (e != null) {
@@ -1213,11 +1257,9 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1213
1257
  }
1214
1258
  }
1215
1259
  }
1216
- a7(a, b) {
1217
- super.a7(a, b);
1218
- for (let c of fromEnum(a)) {
1219
- b.addPackageImport("igniteui-react-" + this.ay, c);
1220
- }
1260
+ a8(a, b, c) {
1261
+ super.a8(a, b, c);
1262
+ WebImportsHalper.a(this.k, this.az, this.ay, this.a0, a, b, c);
1221
1263
  }
1222
1264
  }
1223
1265
  ReactMarkupCodeGeneratingComponentRendererCodeEmitter.$t = markType(ReactMarkupCodeGeneratingComponentRendererCodeEmitter, 'ReactMarkupCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
@@ -1230,9 +1272,9 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1230
1272
  class WebCodeBehindCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
1231
1273
  constructor(a, b) {
1232
1274
  super(a, b);
1233
- this.bk = 0;
1234
- this.bi = new HashSet$1(String_$type, 0);
1235
- this.bj = new HashSet$1(String_$type, 0);
1275
+ this.bm = 0;
1276
+ this.bk = new HashSet$1(String_$type, 0);
1277
+ this.bl = new HashSet$1(String_$type, 0);
1236
1278
  }
1237
1279
  get_r() {
1238
1280
  return true;
@@ -1240,25 +1282,33 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1240
1282
  get r() {
1241
1283
  return this.get_r();
1242
1284
  }
1243
- am(a) {
1244
- if (a.c == null) {
1285
+ ap(a) {
1286
+ if (!this.bl.contains(a.b.specificType)) {
1287
+ this.bl.add_1(a.b.specificType);
1288
+ this.a3(a.b.specificType);
1289
+ }
1290
+ let b = a.b != null ? a.b.specificType + "." : "";
1291
+ return b + (a.c != null ? a.c.toString() : "");
1292
+ }
1293
+ am(a, b) {
1294
+ if (b.c == null) {
1245
1295
  return "null";
1246
1296
  }
1247
- let b = a.c;
1248
- let c = "[";
1249
- for (let d = 0; d < b.length; d++) {
1250
- if (d > 0) {
1251
- c += ", ";
1297
+ let c = b.c;
1298
+ let d = "[";
1299
+ for (let e = 0; e < c.length; e++) {
1300
+ if (e > 0) {
1301
+ d += ", ";
1252
1302
  }
1253
- c += b[d];
1303
+ d += c[e];
1254
1304
  }
1255
- return c + "]";
1305
+ return d + "]";
1256
1306
  }
1257
1307
  get_w() {
1258
1308
  return true;
1259
1309
  }
1260
- a3(a) {
1261
- super.a3(a);
1310
+ a4(a) {
1311
+ super.a4(a);
1262
1312
  if (a == "any") {
1263
1313
  if (this.u) {
1264
1314
  this.h.l("var " + this.aj + ": any = {};");
@@ -1275,64 +1325,70 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1275
1325
  this.h.l("var " + this.aj + " = new " + a + "();");
1276
1326
  }
1277
1327
  }
1278
- if (!this.bi.contains(this.aj)) {
1279
- this.bi.add_1(this.aj);
1280
- if (!this.bj.contains(this.ak)) {
1281
- this.bj.add_1(this.ak);
1282
- this.a2(this.ak);
1328
+ if (!this.bk.contains(this.aj)) {
1329
+ this.bk.add_1(this.aj);
1330
+ if (!this.bl.contains(this.ak)) {
1331
+ this.bl.add_1(this.ak);
1332
+ this.a3(this.ak);
1283
1333
  }
1284
- this.f.l("private " + CodeGeneratingComponentRenderer.d0(this.aj) + ": " + this.ak);
1334
+ this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + ": " + this.ak);
1285
1335
  if (!this.p) {
1286
1336
  if (this.u) {
1287
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d2(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
1337
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d4(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
1288
1338
  }
1289
1339
  }
1290
1340
  else {
1291
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
1341
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
1292
1342
  }
1293
1343
  }
1294
1344
  }
1295
- bl(a) {
1345
+ bn(a) {
1296
1346
  if (stringEndsWith(a, "Component")) {
1297
1347
  a = a.substr(0, a.length - ("Component").length);
1298
1348
  }
1299
- return CodeGeneratingComponentRenderer.d2(a);
1349
+ return CodeGeneratingComponentRenderer.d4(a);
1300
1350
  }
1301
- bg() {
1351
+ bi() {
1352
+ this.h.l("");
1302
1353
  }
1303
- bb(a) {
1304
- super.bb(a);
1354
+ bc(a) {
1305
1355
  }
1306
- a9(a, b, c, d) {
1307
- let e = CodeGeneratingComponentRenderer.d0(b);
1308
- if (this.q(d, c)) {
1309
- this.bh(c);
1310
- if (!this.bi.contains(this.aj)) {
1311
- this.bi.add_1(this.aj);
1312
- if (!this.bj.contains(this.ak)) {
1313
- this.bj.add_1(this.ak);
1314
- this.a2(this.ak);
1315
- }
1316
- this.f.l("private " + CodeGeneratingComponentRenderer.d0(this.aj) + ": " + this.ak);
1356
+ bd(a) {
1357
+ {
1358
+ this.h.l("");
1359
+ }
1360
+ super.bd(a);
1361
+ }
1362
+ ba(a, b, c, d) {
1363
+ let e = CodeGeneratingComponentRenderer.d2(b);
1364
+ if (this.s(c)) {
1365
+ this.bj(c);
1366
+ if (!this.bk.contains(this.aj)) {
1367
+ this.bk.add_1(this.aj);
1368
+ if (!this.bl.contains(this.ak)) {
1369
+ this.bl.add_1(this.ak);
1370
+ this.a3(this.ak);
1371
+ }
1372
+ this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + ": " + this.ak);
1317
1373
  if (!this.p) {
1318
1374
  if (this.u) {
1319
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d2(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
1375
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d4(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
1320
1376
  }
1321
1377
  }
1322
1378
  else {
1323
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
1379
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
1324
1380
  }
1325
1381
  }
1326
- let f = CodeGeneratingComponentRenderer.d0(this.aw(d, c, true));
1382
+ let f = CodeGeneratingComponentRenderer.d2(this.aw(d, c, true));
1327
1383
  let g = f;
1328
1384
  if (g != "null" && !stringStartsWith(g, "this.")) {
1329
1385
  g = "this." + g;
1330
1386
  }
1331
1387
  if (this.ak == "any" && stringContains(e, "-")) {
1332
- this.e.l(CodeGeneratingComponentRenderer.d0(this.aj) + "['" + e + "'] = " + g);
1388
+ this.e.l(CodeGeneratingComponentRenderer.d2(this.aj) + "['" + e + "'] = " + g + ";");
1333
1389
  }
1334
1390
  else {
1335
- this.e.l(CodeGeneratingComponentRenderer.d0(this.aj) + "." + e + " = " + g);
1391
+ this.e.l(CodeGeneratingComponentRenderer.d2(this.aj) + "." + e + " = " + g + ";");
1336
1392
  }
1337
1393
  return;
1338
1394
  }
@@ -1340,13 +1396,14 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1340
1396
  this.h.l("");
1341
1397
  }
1342
1398
  if (this.ak == "any" && stringContains(e, "-")) {
1343
- this.h.j(this.aj + "." + CodeGeneratingComponentRenderer.d0(this.aj) + "['" + e + "']");
1399
+ this.h.j(this.aj + "." + CodeGeneratingComponentRenderer.d2(this.aj) + "['" + e + "']");
1344
1400
  }
1345
1401
  else {
1346
- this.h.j(this.aj + "." + CodeGeneratingComponentRenderer.d0(e));
1402
+ this.h.j(this.aj + "." + CodeGeneratingComponentRenderer.d2(e));
1347
1403
  }
1348
1404
  this.h.j(" = ");
1349
1405
  this.h.j(this.aw(d, c, true));
1406
+ this.h.j(";");
1350
1407
  }
1351
1408
  ad(a) {
1352
1409
  let b = a.c;
@@ -1362,18 +1419,18 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1362
1419
  return "null";
1363
1420
  }
1364
1421
  ao(a) {
1365
- return CodeGeneratingComponentRenderer.d0(a.a.e);
1422
+ return CodeGeneratingComponentRenderer.d2(a.a.e);
1366
1423
  }
1367
1424
  au(a) {
1368
- return CodeGeneratingComponentRenderer.d0(a.a.e);
1425
+ return CodeGeneratingComponentRenderer.d2(a.a.e);
1369
1426
  }
1370
1427
  aq(a) {
1371
1428
  if (!stringIsNullOrEmpty(a.a.e)) {
1372
- this.bh(a);
1373
- if (!this.bi.contains(a.a.e)) {
1374
- this.g.l("this." + CodeGeneratingComponentRenderer.d0(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d0(a.a.e) + ".bind(this);");
1429
+ this.bj(a);
1430
+ if (!this.bk.contains(a.a.e)) {
1431
+ this.g.l("this." + CodeGeneratingComponentRenderer.d2(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d2(a.a.e) + ".bind(this);");
1375
1432
  }
1376
- return "this." + CodeGeneratingComponentRenderer.d0(a.a.e);
1433
+ return "this." + CodeGeneratingComponentRenderer.d2(a.a.e);
1377
1434
  }
1378
1435
  return this.at();
1379
1436
  }
@@ -1419,23 +1476,39 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1419
1476
  }
1420
1477
  return super.aw(a, b, c);
1421
1478
  }
1422
- ba(a, b, c, d) {
1479
+ bb(a, b, c, d) {
1423
1480
  if (c.b.knownType == 9) {
1424
1481
  let e = typeCast(IList_$type, c.c);
1425
1482
  if (e != null) {
1426
- for (let f of fromEn(e)) {
1427
- if (typeCast(CodeGenerationItemBuilder.$, f) !== null) {
1428
- let g = f;
1429
- g.s(this, false);
1430
- this.h.l(this.aj + "." + b + ".add(" + this.ax + ");");
1483
+ let f = true;
1484
+ for (let g of fromEn(e)) {
1485
+ if (typeCast(CodeGenerationItemBuilder.$, g) !== null) {
1486
+ let h = g;
1487
+ h.s(this, false);
1488
+ let i = c.b.owningType;
1489
+ let j = d.getMetadata(i, "__isPlainObject");
1490
+ let k = false;
1491
+ if (j != null) {
1492
+ k = true;
1493
+ }
1494
+ if (k) {
1495
+ if (f) {
1496
+ f = false;
1497
+ this.h.l(this.aj + "." + b + " = []");
1498
+ }
1499
+ this.h.l(this.aj + "." + b + ".push(" + this.ax + ");");
1500
+ }
1501
+ else {
1502
+ this.h.l(this.aj + "." + b + ".add(" + this.ax + ");");
1503
+ }
1431
1504
  }
1432
1505
  }
1433
1506
  }
1434
1507
  }
1435
1508
  else {
1436
1509
  if (typeCast(CodeGenerationItemBuilder.$, c.c) !== null) {
1437
- let h = c.c;
1438
- h.s(this, false);
1510
+ let l = c.c;
1511
+ l.s(this, false);
1439
1512
  this.h.l(this.aj + "." + b + " = " + this.ax + ";");
1440
1513
  }
1441
1514
  }
@@ -1458,14 +1531,12 @@ export let ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
1458
1531
  i(a, b) {
1459
1532
  return new ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
1460
1533
  }
1461
- get_az() {
1534
+ get_a0() {
1462
1535
  return "Igc";
1463
1536
  }
1464
- a7(a, b) {
1465
- super.a7(a, b);
1466
- for (let c of fromEnum(a)) {
1467
- b.addPackageImport("igniteui-react-" + this.ay, c);
1468
- }
1537
+ a8(a, b, c) {
1538
+ super.a8(a, b, c);
1539
+ WebImportsHalper.a(this.k, this.az, this.ay, this.a0, a, b, c);
1469
1540
  }
1470
1541
  }
1471
1542
  ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
@@ -1478,9 +1549,9 @@ export let WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__
1478
1549
  class WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
1479
1550
  constructor(a, b) {
1480
1551
  super(a, b);
1481
- this.bk = 0;
1482
- this.bi = new HashSet$1(String_$type, 0);
1483
- this.bj = new HashSet$1(String_$type, 0);
1552
+ this.bm = 0;
1553
+ this.bk = new HashSet$1(String_$type, 0);
1554
+ this.bl = new HashSet$1(String_$type, 0);
1484
1555
  }
1485
1556
  get_r() {
1486
1557
  return false;
@@ -1494,114 +1565,112 @@ export let WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__
1494
1565
  al(a, b, c, d) {
1495
1566
  d = super.al(a, b, c, d);
1496
1567
  let e = b.p();
1497
- this.f.l("private" + " _" + CodeGeneratingComponentRenderer.d0(d) + ": " + e + " | null = null;");
1498
- this.f.l("public get " + CodeGeneratingComponentRenderer.d0(d) + "(): " + e + " {");
1568
+ this.f.l("private" + " _" + CodeGeneratingComponentRenderer.d2(d) + ": " + e + " | null = null;");
1569
+ this.f.l("public get " + CodeGeneratingComponentRenderer.d2(d) + "(): " + e + " {");
1499
1570
  this.f.h();
1500
- this.f.l("if (this._" + CodeGeneratingComponentRenderer.d0(d) + " == null)");
1571
+ this.f.l("if (this._" + CodeGeneratingComponentRenderer.d2(d) + " == null)");
1501
1572
  this.f.l("{");
1502
1573
  this.f.h();
1503
1574
  this.f.k(c);
1504
- this.f.l("this._" + CodeGeneratingComponentRenderer.d0(d) + " = " + d + ";");
1575
+ this.f.l("this._" + CodeGeneratingComponentRenderer.d2(d) + " = " + d + ";");
1505
1576
  this.f.f();
1506
1577
  this.f.l("}");
1507
- this.f.l("return this._" + CodeGeneratingComponentRenderer.d0(d) + ";");
1578
+ this.f.l("return this._" + CodeGeneratingComponentRenderer.d2(d) + ";");
1508
1579
  this.f.f();
1509
1580
  this.f.l("}");
1510
- return CodeGeneratingComponentRenderer.d1(d);
1581
+ return CodeGeneratingComponentRenderer.d3(d);
1511
1582
  }
1512
- am(a) {
1513
- if (a.c == null) {
1583
+ am(a, b) {
1584
+ if (b.c == null) {
1514
1585
  return "null";
1515
1586
  }
1516
- let b = a.c;
1517
- let c = "";
1518
- for (let d = 0; d < b.length; d++) {
1519
- if (d > 0) {
1520
- c += ", ";
1587
+ let c = b.c;
1588
+ let d = "";
1589
+ for (let e = 0; e < c.length; e++) {
1590
+ if (e > 0) {
1591
+ d += ", ";
1521
1592
  }
1522
- c += b[d];
1593
+ d += c[e];
1523
1594
  }
1524
- return c;
1595
+ return d;
1525
1596
  }
1526
1597
  get_w() {
1527
1598
  return true;
1528
1599
  }
1529
- a3(a) {
1530
- super.a3(a);
1531
- this.h.l("<" + this.bl(a) + "");
1532
- if (!this.bi.contains(this.aj)) {
1533
- this.bi.add_1(this.aj);
1534
- if (!this.bj.contains(this.ak)) {
1535
- this.bj.add_1(this.ak);
1536
- this.a2(this.ak);
1537
- }
1538
- this.f.l("private " + CodeGeneratingComponentRenderer.d0(this.aj) + ": " + this.ak);
1600
+ a4(a) {
1601
+ super.a4(a);
1602
+ this.h.l("<" + this.bn(a) + "");
1603
+ if (!this.bk.contains(this.aj)) {
1604
+ this.bk.add_1(this.aj);
1605
+ if (!this.bl.contains(this.ak)) {
1606
+ this.bl.add_1(this.ak);
1607
+ this.a3(this.ak);
1608
+ }
1609
+ this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + ": " + this.ak);
1539
1610
  if (!this.p) {
1540
1611
  if (this.u) {
1541
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d2(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
1612
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d4(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
1542
1613
  }
1543
1614
  }
1544
1615
  else {
1545
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
1616
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
1546
1617
  }
1547
1618
  }
1548
1619
  }
1549
- bl(a) {
1620
+ bn(a) {
1550
1621
  if (stringEndsWith(a, "Component")) {
1551
1622
  a = a.substr(0, a.length - ("Component").length);
1552
1623
  }
1553
- return CodeGeneratingComponentRenderer.d2(a);
1624
+ return CodeGeneratingComponentRenderer.d4(a);
1554
1625
  }
1555
- bg() {
1626
+ bi() {
1556
1627
  this.h.l(">");
1557
1628
  this.h.h();
1558
1629
  }
1559
- bb(a) {
1630
+ bd(a) {
1560
1631
  this.h.f();
1561
- this.h.l("</" + this.bl(a) + ">");
1562
- super.bb(a);
1632
+ this.h.l("</" + this.bn(a) + ">");
1633
+ super.bd(a);
1563
1634
  }
1564
- get_az() {
1635
+ get_a0() {
1565
1636
  return "Igc";
1566
1637
  }
1567
- a7(a, b) {
1568
- super.a7(a, b);
1569
- for (let c of fromEnum(a)) {
1570
- b.addPackageImport("igniteui-webcomponents-" + this.ay, c);
1571
- }
1638
+ a8(a, b, c) {
1639
+ super.a8(a, b, c);
1640
+ WebImportsHalper.a(this.k, this.az, this.ay, this.a0, a, b, c);
1572
1641
  }
1573
- a9(a, b, c, d) {
1574
- let e = CodeGeneratingComponentRenderer.d0(b);
1642
+ ba(a, b, c, d) {
1643
+ let e = CodeGeneratingComponentRenderer.d2(b);
1575
1644
  if (this.q(d, c)) {
1576
- this.bh(c);
1577
- if (!this.bi.contains(this.aj)) {
1578
- this.bi.add_1(this.aj);
1579
- if (!this.bj.contains(this.ak)) {
1580
- this.bj.add_1(this.ak);
1581
- this.a2(this.ak);
1582
- }
1583
- this.f.l("private " + CodeGeneratingComponentRenderer.d0(this.aj) + ": " + this.ak);
1645
+ this.bj(c);
1646
+ if (!this.bk.contains(this.aj)) {
1647
+ this.bk.add_1(this.aj);
1648
+ if (!this.bl.contains(this.ak)) {
1649
+ this.bl.add_1(this.ak);
1650
+ this.a3(this.ak);
1651
+ }
1652
+ this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + ": " + this.ak);
1584
1653
  if (!this.p) {
1585
1654
  if (this.u) {
1586
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d2(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
1655
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d4(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
1587
1656
  }
1588
1657
  }
1589
1658
  else {
1590
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
1659
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
1591
1660
  }
1592
1661
  }
1593
- let f = CodeGeneratingComponentRenderer.d0(this.aw(d, c, true));
1662
+ let f = CodeGeneratingComponentRenderer.d2(this.aw(d, c, true));
1594
1663
  let g = f;
1595
1664
  if (g != "null" && !stringStartsWith(g, "this.")) {
1596
1665
  g = "this." + g;
1597
1666
  }
1598
- this.e.l(CodeGeneratingComponentRenderer.d0(this.aj) + "." + e + " = " + g);
1667
+ this.e.l(CodeGeneratingComponentRenderer.d2(this.aj) + "." + e + " = " + g);
1599
1668
  return;
1600
1669
  }
1601
1670
  if (a > 0) {
1602
1671
  this.h.l("");
1603
1672
  }
1604
- this.h.j(CodeGeneratingComponentRenderer.d2(e));
1673
+ this.h.j(CodeGeneratingComponentRenderer.d4(e));
1605
1674
  this.h.j("=");
1606
1675
  this.h.j("\"");
1607
1676
  this.h.j(this.aw(d, c, true));
@@ -1625,22 +1694,22 @@ export let WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__
1625
1694
  return "null";
1626
1695
  }
1627
1696
  ao(a) {
1628
- return CodeGeneratingComponentRenderer.d0(a.a.e);
1697
+ return CodeGeneratingComponentRenderer.d2(a.a.e);
1629
1698
  }
1630
1699
  au(a) {
1631
- return CodeGeneratingComponentRenderer.d0(a.a.e);
1700
+ return CodeGeneratingComponentRenderer.d2(a.a.e);
1632
1701
  }
1633
1702
  aq(a) {
1634
1703
  if (!stringIsNullOrEmpty(a.a.e)) {
1635
- this.bh(a);
1636
- if (!this.bi.contains(a.a.e)) {
1637
- this.g.l("this." + CodeGeneratingComponentRenderer.d0(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d0(a.a.e) + ".bind(this);");
1704
+ this.bj(a);
1705
+ if (!this.bk.contains(a.a.e)) {
1706
+ this.g.l("this." + CodeGeneratingComponentRenderer.d2(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d2(a.a.e) + ".bind(this);");
1638
1707
  }
1639
- return "this." + CodeGeneratingComponentRenderer.d0(a.a.e);
1708
+ return "this." + CodeGeneratingComponentRenderer.d2(a.a.e);
1640
1709
  }
1641
1710
  return this.at();
1642
1711
  }
1643
- ba(a, b, c, d) {
1712
+ bb(a, b, c, d) {
1644
1713
  if (c.b.knownType == 9) {
1645
1714
  let e = typeCast(IList_$type, c.c);
1646
1715
  if (e != null) {
@@ -1674,14 +1743,12 @@ export let WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter = /
1674
1743
  i(a, b) {
1675
1744
  return new WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
1676
1745
  }
1677
- get_az() {
1746
+ get_a0() {
1678
1747
  return "Igc";
1679
1748
  }
1680
- a7(a, b) {
1681
- super.a7(a, b);
1682
- for (let c of fromEnum(a)) {
1683
- b.addPackageImport("igniteui-webcomponents-" + this.ay, c);
1684
- }
1749
+ a8(a, b, c) {
1750
+ super.a8(a, b, c);
1751
+ WebImportsHalper.a(this.k, this.az, this.ay, this.a0, a, b, c);
1685
1752
  }
1686
1753
  }
1687
1754
  WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
@@ -1699,11 +1766,11 @@ export let TSCodeGeneratingComponentRendererHandlerEmitter = /*@__PURE__*/ (() =
1699
1766
  }
1700
1767
  r(a, b) {
1701
1768
  super.r(a, b);
1702
- this.f.l("this." + CodeGeneratingComponentRenderer.d0(a) + "();");
1769
+ this.f.l("this." + CodeGeneratingComponentRenderer.d2(a) + "();");
1703
1770
  }
1704
1771
  s(a, b) {
1705
1772
  super.s(a, b);
1706
- this.g.l("this." + CodeGeneratingComponentRenderer.d0(a) + "();");
1773
+ this.g.l("this." + CodeGeneratingComponentRenderer.d2(a) + "();");
1707
1774
  }
1708
1775
  get v() {
1709
1776
  switch (this.u) {
@@ -1768,7 +1835,7 @@ export let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
1768
1835
  this.ak = new Dictionary$2(CodeGeneratingCodeWriter.$, Number_$type, 0);
1769
1836
  }
1770
1837
  v(a, b = false) {
1771
- a = CodeGeneratingComponentRenderer.d1(a);
1838
+ a = CodeGeneratingComponentRenderer.d3(a);
1772
1839
  a = stringReplace(a, "-", "_");
1773
1840
  if (b) {
1774
1841
  a += "Item";
@@ -1777,11 +1844,14 @@ export let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
1777
1844
  }
1778
1845
  u(a) {
1779
1846
  a = stringReplace(a, "-", "_");
1780
- return CodeGeneratingComponentRenderer.d0(a);
1847
+ if (this.p.e) {
1848
+ return a;
1849
+ }
1850
+ return CodeGeneratingComponentRenderer.d2(a);
1781
1851
  }
1782
1852
  ao(a) {
1783
1853
  a = stringReplace(a, "-", "_");
1784
- return "_" + CodeGeneratingComponentRenderer.d0(a);
1854
+ return "_" + CodeGeneratingComponentRenderer.d2(a);
1785
1855
  }
1786
1856
  get_s() {
1787
1857
  return ".ts";
@@ -1834,7 +1904,7 @@ export let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
1834
1904
  if (b == 2 || (c != null && c.isAsync)) {
1835
1905
  this.g.l("private " + this.ao(a) + "Fetching: boolean = false;");
1836
1906
  }
1837
- this.g.l("public get " + this.u(a) + "(): " + f + " {");
1907
+ this.g.l("public get " + CodeGeneratingComponentRenderer.d2(a) + "(): " + f + " {");
1838
1908
  this.g.h();
1839
1909
  if (c != null && c.isAsync) {
1840
1910
  this.g.l("if (this." + this.ao(a) + " == null && !this." + this.ao(a) + "Fetching)");
@@ -1872,7 +1942,7 @@ export let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
1872
1942
  ag(a, b) {
1873
1943
  super.ag(a, b);
1874
1944
  this.g.l("private " + this.ao(a) + ": " + this.al(b.e) + " = " + this.am(b) + ";");
1875
- this.g.l("public get " + this.u(a) + "(): " + this.al(b.e) + " {");
1945
+ this.g.l("public get " + CodeGeneratingComponentRenderer.d2(a) + "(): " + this.al(b.e) + " {");
1876
1946
  this.g.h();
1877
1947
  this.g.l("return this." + this.ao(a) + ";");
1878
1948
  this.g.f();
@@ -1882,7 +1952,7 @@ export let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
1882
1952
  ah(a, b, c, d) {
1883
1953
  super.ah(a, b, c, d);
1884
1954
  this.g.l("private " + this.ao(a) + ": " + this.v(a, false) + "Item = null;");
1885
- this.g.l("public get " + this.u(a) + "(): " + this.v(a, false) + "Item {");
1955
+ this.g.l("public get " + CodeGeneratingComponentRenderer.d2(a) + "(): " + this.v(a, false) + "Item {");
1886
1956
  this.g.h();
1887
1957
  this.g.l("if (this." + this.ao(a) + " == null)");
1888
1958
  this.g.l("{");
@@ -1907,7 +1977,7 @@ export let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
1907
1977
  ab(a, b, c) {
1908
1978
  let d = 0;
1909
1979
  if (c == this.k) {
1910
- c.addPackageImport("./" + a.d, a.d);
1980
+ c.addPackageImport("./" + a.c, a.d);
1911
1981
  }
1912
1982
  else {
1913
1983
  c.addPackageImport("./" + a.c, a.d);
@@ -1940,7 +2010,7 @@ export let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
1940
2010
  }
1941
2011
  an(a, b, c) {
1942
2012
  if (c.d) {
1943
- return a.d + "_" + this.u(b) + "[]";
2013
+ return a.d + "_" + CodeGeneratingComponentRenderer.d3(this.u(b)) + "Item[]";
1944
2014
  }
1945
2015
  else if (c.f) {
1946
2016
  return a.d + "_" + this.u(b);
@@ -2001,11 +2071,11 @@ export let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
2001
2071
  }
2002
2072
  e.j(this.u(j) + ": ");
2003
2073
  if (k.d) {
2004
- let l = a + "_" + this.u(j) + "Item";
2074
+ let l = a + "_" + CodeGeneratingComponentRenderer.d3(this.u(j)) + "Item";
2005
2075
  this.ap(l, k.a, k.b, h.item(j), e);
2006
2076
  }
2007
2077
  else if (k.f) {
2008
- let m = a + "_" + this.u(j);
2078
+ let m = a + "_" + CodeGeneratingComponentRenderer.d3(this.u(j));
2009
2079
  this.ap(m, k.a, k.b, h.item(j), e);
2010
2080
  }
2011
2081
  else {
@@ -2050,9 +2120,9 @@ export let AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
2050
2120
  class AngularTemplateCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
2051
2121
  constructor(a, b) {
2052
2122
  super(a, b);
2053
- this.bk = 0;
2054
- this.bi = new HashSet$1(String_$type, 0);
2055
- this.bj = new HashSet$1(String_$type, 0);
2123
+ this.bm = 0;
2124
+ this.bk = new HashSet$1(String_$type, 0);
2125
+ this.bl = new HashSet$1(String_$type, 0);
2056
2126
  }
2057
2127
  get_r() {
2058
2128
  return false;
@@ -2063,82 +2133,80 @@ export let AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
2063
2133
  al(a, b, c, d) {
2064
2134
  d = super.al(a, b, c, d);
2065
2135
  let e = b.p();
2066
- this.f.l("private " + " _" + CodeGeneratingComponentRenderer.d0(d) + ": " + e + " | null = null;");
2067
- this.f.l("public get " + CodeGeneratingComponentRenderer.d0(d) + "(): " + e + " {");
2136
+ this.f.l("private " + " _" + CodeGeneratingComponentRenderer.d2(d) + ": " + e + " | null = null;");
2137
+ this.f.l("public get " + CodeGeneratingComponentRenderer.d2(d) + "(): " + e + " {");
2068
2138
  this.f.h();
2069
- this.f.l("if (this._" + CodeGeneratingComponentRenderer.d0(d) + " == null)");
2139
+ this.f.l("if (this._" + CodeGeneratingComponentRenderer.d2(d) + " == null)");
2070
2140
  this.f.l("{");
2071
2141
  this.f.h();
2072
2142
  this.f.k(c);
2073
- this.f.l("this._" + CodeGeneratingComponentRenderer.d0(d) + " = " + d + ";");
2143
+ this.f.l("this._" + CodeGeneratingComponentRenderer.d2(d) + " = " + d + ";");
2074
2144
  this.f.f();
2075
2145
  this.f.l("}");
2076
- this.f.l("return this._" + CodeGeneratingComponentRenderer.d0(d) + ";");
2146
+ this.f.l("return this._" + CodeGeneratingComponentRenderer.d2(d) + ";");
2077
2147
  this.f.f();
2078
2148
  this.f.l("}");
2079
- return CodeGeneratingComponentRenderer.d1(d);
2149
+ return CodeGeneratingComponentRenderer.d3(d);
2080
2150
  }
2081
2151
  i(a, b) {
2082
2152
  return new AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
2083
2153
  }
2084
- am(a) {
2085
- if (a.c == null) {
2154
+ am(a, b) {
2155
+ if (b.c == null) {
2086
2156
  return "null";
2087
2157
  }
2088
- let b = a.c;
2089
- let c = "";
2090
- for (let d = 0; d < b.length; d++) {
2091
- if (d > 0) {
2092
- c += ", ";
2158
+ let c = b.c;
2159
+ let d = "";
2160
+ for (let e = 0; e < c.length; e++) {
2161
+ if (e > 0) {
2162
+ d += ", ";
2093
2163
  }
2094
- c += b[d];
2164
+ d += c[e];
2095
2165
  }
2096
- return c;
2166
+ return d;
2097
2167
  }
2098
2168
  get_w() {
2099
2169
  return true;
2100
2170
  }
2101
- get_az() {
2171
+ get_a0() {
2102
2172
  return "Igx";
2103
2173
  }
2104
- a3(a) {
2105
- super.a3(a);
2106
- this.h.l("<" + this.bl(a) + "");
2107
- if (!this.bi.contains(this.aj)) {
2108
- this.bi.add_1(this.aj);
2109
- if (!this.bj.contains(this.ak)) {
2110
- this.bj.add_1(this.ak);
2111
- this.a2(this.ak);
2174
+ a4(a) {
2175
+ super.a4(a);
2176
+ this.h.l("<" + this.bn(a) + "");
2177
+ if (!this.bk.contains(this.aj)) {
2178
+ this.bk.add_1(this.aj);
2179
+ if (!this.bl.contains(this.ak)) {
2180
+ this.bl.add_1(this.ak);
2181
+ this.a3(this.ak);
2112
2182
  }
2113
- this.f.l("@ViewChild(\"" + CodeGeneratingComponentRenderer.d0(this.aj) + "\", { static: true } )");
2114
- this.f.l("private " + CodeGeneratingComponentRenderer.d0(this.aj) + ": " + this.ak);
2183
+ this.f.l("@ViewChild(\"" + CodeGeneratingComponentRenderer.d2(this.aj) + "\", { static: true } )");
2184
+ this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + ": " + this.ak);
2115
2185
  }
2116
2186
  }
2117
- a7(a, b) {
2118
- super.a7(a, b);
2119
- for (let c of fromEnum(a)) {
2120
- b.addPackageImport("igniteui-angular-" + this.ay, c);
2121
- }
2187
+ a8(a, b, c) {
2188
+ super.a8(a, b, c);
2189
+ WebImportsHalper.a(this.k, this.az, this.ay, this.a0, a, b, c);
2122
2190
  }
2123
- bl(a) {
2191
+ bn(a) {
2124
2192
  if (stringEndsWith(a, "Component")) {
2125
2193
  a = a.substr(0, a.length - ("Component").length);
2126
2194
  }
2127
- return CodeGeneratingComponentRenderer.d2(a);
2195
+ return CodeGeneratingComponentRenderer.d4(a);
2128
2196
  }
2129
- bg() {
2197
+ bi() {
2130
2198
  this.h.l(">");
2131
2199
  this.h.h();
2132
2200
  }
2133
- bb(a) {
2201
+ bd(a) {
2134
2202
  this.h.f();
2135
- this.h.l("</" + this.bl(a) + ">");
2136
- super.bb(a);
2203
+ this.h.l("</" + this.bn(a) + ">");
2204
+ super.bd(a);
2137
2205
  }
2138
- a9(a, b, c, d) {
2139
- let e = CodeGeneratingComponentRenderer.d0(b);
2206
+ ba(a, b, c, d) {
2207
+ let e = CodeGeneratingComponentRenderer.d2(b);
2140
2208
  if (this.q(d, c)) {
2141
- this.bh(c);
2209
+ this.bj(c);
2142
2210
  if (this.t(c)) {
2143
2211
  e = "(" + e + ")";
2144
2212
  }
@@ -2156,13 +2224,13 @@ export let AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
2156
2224
  this.h.j("\"");
2157
2225
  if (e == "name") {
2158
2226
  this.h.l("");
2159
- this.h.j("#" + CodeGeneratingComponentRenderer.d0(this.aw(d, c, true)));
2227
+ this.h.j("#" + CodeGeneratingComponentRenderer.d2(this.aw(d, c, true)));
2160
2228
  }
2161
2229
  }
2162
2230
  aq(a) {
2163
2231
  if (!stringIsNullOrEmpty(a.a.e)) {
2164
- this.bh(a);
2165
- return "this." + CodeGeneratingComponentRenderer.d0(a.a.e) + "($event)";
2232
+ this.bj(a);
2233
+ return "this." + CodeGeneratingComponentRenderer.d2(a.a.e) + "($event)";
2166
2234
  }
2167
2235
  return this.at();
2168
2236
  }
@@ -2180,12 +2248,12 @@ export let AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
2180
2248
  return "null";
2181
2249
  }
2182
2250
  ao(a) {
2183
- return CodeGeneratingComponentRenderer.d0(a.a.e);
2251
+ return CodeGeneratingComponentRenderer.d2(a.a.e);
2184
2252
  }
2185
2253
  au(a) {
2186
- return CodeGeneratingComponentRenderer.d0(a.a.e);
2254
+ return CodeGeneratingComponentRenderer.d2(a.a.e);
2187
2255
  }
2188
- ba(a, b, c, d) {
2256
+ bb(a, b, c, d) {
2189
2257
  if (c.b.knownType == 9) {
2190
2258
  let e = typeCast(IList_$type, c.c);
2191
2259
  if (e != null) {
@@ -2222,14 +2290,12 @@ export let AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PU
2222
2290
  i(a, b) {
2223
2291
  return new AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
2224
2292
  }
2225
- get_az() {
2293
+ get_a0() {
2226
2294
  return "Igc";
2227
2295
  }
2228
- a7(a, b) {
2229
- super.a7(a, b);
2230
- for (let c of fromEnum(a)) {
2231
- b.addPackageImport("igniteui-angular-" + this.ay, c);
2232
- }
2296
+ a8(a, b, c) {
2297
+ super.a8(a, b, c);
2298
+ WebImportsHalper.a(this.k, this.az, this.ay, this.a0, a, b, c);
2233
2299
  }
2234
2300
  }
2235
2301
  AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
@@ -2264,7 +2330,7 @@ export let DotNetCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (()
2264
2330
  super.ac(a);
2265
2331
  }
2266
2332
  v(a, b = false) {
2267
- a = CodeGeneratingComponentRenderer.d1(a);
2333
+ a = CodeGeneratingComponentRenderer.d3(a);
2268
2334
  a = stringReplace(a, "-", "_");
2269
2335
  if (b) {
2270
2336
  a += "Item";
@@ -2273,11 +2339,11 @@ export let DotNetCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (()
2273
2339
  }
2274
2340
  u(a) {
2275
2341
  a = stringReplace(a, "-", "_");
2276
- return CodeGeneratingComponentRenderer.d1(a);
2342
+ return CodeGeneratingComponentRenderer.d3(a);
2277
2343
  }
2278
2344
  ao(a) {
2279
2345
  a = stringReplace(a, "-", "_");
2280
- return "_" + CodeGeneratingComponentRenderer.d0(a);
2346
+ return "_" + CodeGeneratingComponentRenderer.d2(a);
2281
2347
  }
2282
2348
  aj(a, b, c, d, e) {
2283
2349
  super.aj(a, b, c, d, e);
@@ -2527,34 +2593,34 @@ export let WPFXamlCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (()
2527
2593
  get_x() {
2528
2594
  return false;
2529
2595
  }
2530
- am(a) {
2531
- if (a.c == null) {
2596
+ am(a, b) {
2597
+ if (b.c == null) {
2532
2598
  return "null";
2533
2599
  }
2534
- let b = a.c;
2535
- let c = "";
2536
- for (let d = 0; d < b.length; d++) {
2537
- if (d > 0) {
2538
- c += ", ";
2600
+ let c = b.c;
2601
+ let d = "";
2602
+ for (let e = 0; e < c.length; e++) {
2603
+ if (e > 0) {
2604
+ d += ", ";
2539
2605
  }
2540
- c += b[d];
2606
+ d += c[e];
2541
2607
  }
2542
- return c;
2608
+ return d;
2543
2609
  }
2544
- a3(a) {
2545
- super.a3(a);
2610
+ a4(a) {
2611
+ super.a4(a);
2546
2612
  this.h.l("<ig:" + a + "");
2547
2613
  }
2548
- bg() {
2614
+ bi() {
2549
2615
  this.h.l(">");
2550
2616
  this.h.h();
2551
2617
  }
2552
- bb(a) {
2618
+ bd(a) {
2553
2619
  this.h.f();
2554
2620
  this.h.l("</ig:" + a + ">");
2555
- super.bb(a);
2621
+ super.bd(a);
2556
2622
  }
2557
- a9(a, b, c, d) {
2623
+ ba(a, b, c, d) {
2558
2624
  if (b == "Label" && c.b != null && stringContains(c.b.owningType, "Axis")) {
2559
2625
  if (c.c != null && stringContains(c.c, "{")) {
2560
2626
  if (a > 0) {
@@ -2593,15 +2659,15 @@ export let WPFXamlCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (()
2593
2659
  ao(a) {
2594
2660
  return "{Binding ElementName=" + a.a.e + "}";
2595
2661
  }
2596
- bi(a) {
2662
+ bk(a) {
2597
2663
  a = stringReplace(a, "-", "_");
2598
- return CodeGeneratingComponentRenderer.d1(a);
2664
+ return CodeGeneratingComponentRenderer.d3(a);
2599
2665
  }
2600
2666
  au(a) {
2601
- this.bh(a);
2602
- return "{Binding " + this.bi(a.a.e) + "}";
2667
+ this.bj(a);
2668
+ return "{Binding " + this.bk(a.a.e) + "}";
2603
2669
  }
2604
- ba(a, b, c, d) {
2670
+ bb(a, b, c, d) {
2605
2671
  this.h.j("<ig:");
2606
2672
  {
2607
2673
  this.h.j(this.ak);
@@ -2636,7 +2702,7 @@ export let WPFXamlCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (()
2636
2702
  this.h.j(b);
2637
2703
  this.h.l(">");
2638
2704
  }
2639
- get_az() {
2705
+ get_a0() {
2640
2706
  return "Xam";
2641
2707
  }
2642
2708
  }
@@ -2674,16 +2740,16 @@ export let CodeGeneratingComponentRenderer = /*@__PURE__*/ (() => {
2674
2740
  class CodeGeneratingComponentRenderer extends ComponentRenderer {
2675
2741
  constructor(a, b) {
2676
2742
  super();
2677
- this.ds = null;
2678
- this.dt = 0;
2679
- this.dw = null;
2680
- this.dx = null;
2681
- this.dy = null;
2682
- this.dv = null;
2683
2743
  this.du = null;
2684
- this.ds = b;
2685
- this.dt = a;
2686
- ComponentRenderer.platform = CodeGeneratingComponentRenderer.dz(a);
2744
+ this.dv = 0;
2745
+ this.dy = null;
2746
+ this.dz = null;
2747
+ this.d0 = null;
2748
+ this.dx = null;
2749
+ this.dw = null;
2750
+ this.du = b;
2751
+ this.dv = a;
2752
+ ComponentRenderer.platform = CodeGeneratingComponentRenderer.d1(a);
2687
2753
  this.adapter = new CodeGenerationRendererAdapter(a, this.adapter);
2688
2754
  this.context = new TypeDescriptionContext(this.adapter, ComponentRenderer.platform);
2689
2755
  this.i = new CodeGenerationTransformer(a);
@@ -2695,7 +2761,13 @@ export let CodeGeneratingComponentRenderer = /*@__PURE__*/ (() => {
2695
2761
  return $ret;
2696
2762
  })()));
2697
2763
  }
2698
- static d0(a) {
2764
+ cu(a) {
2765
+ this.du.b = a;
2766
+ }
2767
+ n() {
2768
+ return false;
2769
+ }
2770
+ static d2(a) {
2699
2771
  if (a == null) {
2700
2772
  return null;
2701
2773
  }
@@ -2704,7 +2776,7 @@ export let CodeGeneratingComponentRenderer = /*@__PURE__*/ (() => {
2704
2776
  }
2705
2777
  return a.substr(0, 1).toLowerCase() + a.substr(1);
2706
2778
  }
2707
- static d1(a) {
2779
+ static d3(a) {
2708
2780
  if (a == null) {
2709
2781
  return null;
2710
2782
  }
@@ -2713,7 +2785,7 @@ export let CodeGeneratingComponentRenderer = /*@__PURE__*/ (() => {
2713
2785
  }
2714
2786
  return a.substr(0, 1).toUpperCase() + a.substr(1);
2715
2787
  }
2716
- static d2(a) {
2788
+ static d4(a) {
2717
2789
  if (a == null) {
2718
2790
  return null;
2719
2791
  }
@@ -2748,27 +2820,22 @@ export let CodeGeneratingComponentRenderer = /*@__PURE__*/ (() => {
2748
2820
  }
2749
2821
  return j.toString();
2750
2822
  }
2751
- ao() {
2823
+ ap() {
2752
2824
  return true;
2753
2825
  }
2754
- ab(a) {
2755
- super.ab(a);
2756
- this.dw = a;
2757
- return true;
2758
- }
2759
- ai(a) {
2760
- super.ai(a);
2826
+ ac(a) {
2827
+ super.ac(a);
2761
2828
  this.dy = a;
2762
2829
  return true;
2763
2830
  }
2764
- ac(a) {
2765
- super.ac(a);
2766
- this.du = a;
2831
+ aj(a) {
2832
+ super.aj(a);
2833
+ this.d0 = a;
2767
2834
  return true;
2768
2835
  }
2769
2836
  ad(a) {
2770
2837
  super.ad(a);
2771
- this.dv = a;
2838
+ this.dw = a;
2772
2839
  return true;
2773
2840
  }
2774
2841
  ae(a) {
@@ -2776,8 +2843,13 @@ export let CodeGeneratingComponentRenderer = /*@__PURE__*/ (() => {
2776
2843
  this.dx = a;
2777
2844
  return true;
2778
2845
  }
2779
- dl(a, b, c) {
2780
- switch (this.dt) {
2846
+ af(a) {
2847
+ super.af(a);
2848
+ this.dz = a;
2849
+ return true;
2850
+ }
2851
+ dn(a, b, c) {
2852
+ switch (this.dv) {
2781
2853
  case 1: if (b.forceCodeBehind) {
2782
2854
  return new AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter(b, c);
2783
2855
  }
@@ -2812,8 +2884,8 @@ export let CodeGeneratingComponentRenderer = /*@__PURE__*/ (() => {
2812
2884
  }
2813
2885
  return null;
2814
2886
  }
2815
- dm(a, b) {
2816
- switch (this.dt) {
2887
+ dp(a, b) {
2888
+ switch (this.dv) {
2817
2889
  case 1: return new TSCodeGeneratingComponentRendererDataEmitter(a, b);
2818
2890
  case 2: return new TSCodeGeneratingComponentRendererDataEmitter(a, b);
2819
2891
  case 3: return new TSCodeGeneratingComponentRendererDataEmitter(a, b);
@@ -2823,44 +2895,44 @@ export let CodeGeneratingComponentRenderer = /*@__PURE__*/ (() => {
2823
2895
  }
2824
2896
  return null;
2825
2897
  }
2826
- dn(a, b) {
2827
- switch (this.dt) {
2828
- case 1: return new TSCodeGeneratingComponentRendererHandlerEmitter(a, b, this.dt);
2829
- case 2: return new TSCodeGeneratingComponentRendererHandlerEmitter(a, b, this.dt);
2830
- case 3: return new TSCodeGeneratingComponentRendererHandlerEmitter(a, b, this.dt);
2898
+ dq(a, b) {
2899
+ switch (this.dv) {
2900
+ case 1: return new TSCodeGeneratingComponentRendererHandlerEmitter(a, b, this.dv);
2901
+ case 2: return new TSCodeGeneratingComponentRendererHandlerEmitter(a, b, this.dv);
2902
+ case 3: return new TSCodeGeneratingComponentRendererHandlerEmitter(a, b, this.dv);
2831
2903
  case 4: break;
2832
2904
  case 0:
2833
2905
  case 5: return new DotNetCodeGeneratingComponentRendererHandlerEmitter(a, b);
2834
2906
  }
2835
2907
  return null;
2836
2908
  }
2837
- dq(a, b) {
2838
- switch (this.dt) {
2839
- case 1: return new TSCodeGeneratingComponentRendererTemplateEmitter(a, b, this.dt);
2840
- case 2: return new TSCodeGeneratingComponentRendererTemplateEmitter(a, b, this.dt);
2841
- case 3: return new TSCodeGeneratingComponentRendererTemplateEmitter(a, b, this.dt);
2909
+ ds(a, b) {
2910
+ switch (this.dv) {
2911
+ case 1: return new TSCodeGeneratingComponentRendererTemplateEmitter(a, b, this.dv);
2912
+ case 2: return new TSCodeGeneratingComponentRendererTemplateEmitter(a, b, this.dv);
2913
+ case 3: return new TSCodeGeneratingComponentRendererTemplateEmitter(a, b, this.dv);
2842
2914
  case 4: break;
2843
2915
  case 0:
2844
2916
  case 5: return new DotNetCodeGeneratingComponentRendererTemplateEmitter(a, b);
2845
2917
  }
2846
2918
  return null;
2847
2919
  }
2848
- dp(a, b) {
2849
- switch (this.dt) {
2850
- case 1: return new TSCodeGeneratingComponentRendererModuleEmitter(this.dt, a, b);
2851
- case 2: return new TSCodeGeneratingComponentRendererModuleEmitter(this.dt, a, b);
2852
- case 3: return new TSCodeGeneratingComponentRendererModuleEmitter(this.dt, a, b);
2920
+ dr(a, b) {
2921
+ switch (this.dv) {
2922
+ case 1: return new TSCodeGeneratingComponentRendererModuleEmitter(this.dv, a, b);
2923
+ case 2: return new TSCodeGeneratingComponentRendererModuleEmitter(this.dv, a, b);
2924
+ case 3: return new TSCodeGeneratingComponentRendererModuleEmitter(this.dv, a, b);
2853
2925
  case 4: break;
2854
- case 0: return new DotNetCodeGeneratingComponentRendererModuleEmitter(this.dt, a, b);
2855
- case 5: return new BlazorCodeGeneratingComponentRendererModuleEmitter(this.dt, a, b);
2926
+ case 0: return new DotNetCodeGeneratingComponentRendererModuleEmitter(this.dv, a, b);
2927
+ case 5: return new BlazorCodeGeneratingComponentRendererModuleEmitter(this.dv, a, b);
2856
2928
  }
2857
2929
  return null;
2858
2930
  }
2859
2931
  emitCode(a) {
2860
2932
  let b = new CodeGeneratingRendererResult();
2861
- b.platform = this.dt;
2862
- b.generationOptions = this.ds;
2863
- for (let c of fromEnum(this.a4.keys)) {
2933
+ b.platform = this.dv;
2934
+ b.generationOptions = this.du;
2935
+ for (let c of fromEnum(this.a5.keys)) {
2864
2936
  let d = c;
2865
2937
  let e = d.id;
2866
2938
  for (let f of fromEnum(d.a)) {
@@ -2872,17 +2944,17 @@ export let CodeGeneratingComponentRenderer = /*@__PURE__*/ (() => {
2872
2944
  }
2873
2945
  }
2874
2946
  }
2875
- for (let g of fromEnum(this.a4.keys)) {
2947
+ for (let g of fromEnum(this.a5.keys)) {
2876
2948
  let h = g;
2877
- h.c(b, this, this.ds);
2878
- }
2879
- if (this.dw != null) {
2880
- let i = this.dp(this.ds, b);
2881
- i.n(this.dw, this.context);
2949
+ h.c(this.context, b, this, this.du);
2882
2950
  }
2883
2951
  if (this.dy != null) {
2884
- if (typeCast(JsonDictionaryObject.$, this.dy) !== null) {
2885
- let j = this.dy;
2952
+ let i = this.dr(this.du, b);
2953
+ i.n(this.dy, this.context);
2954
+ }
2955
+ if (this.d0 != null) {
2956
+ if (typeCast(JsonDictionaryObject.$, this.d0) !== null) {
2957
+ let j = this.d0;
2886
2958
  let m = j.e();
2887
2959
  for (let l = 0; l < m.length; l++) {
2888
2960
  let k = m[l];
@@ -2891,15 +2963,15 @@ export let CodeGeneratingComponentRenderer = /*@__PURE__*/ (() => {
2891
2963
  }
2892
2964
  }
2893
2965
  {
2894
- let n = this.dm(this.ds, b);
2895
- n.aa(this.dx);
2966
+ let n = this.dp(this.du, b);
2967
+ n.aa(this.dz);
2896
2968
  }
2897
- let o = this.dn(this.ds, b);
2969
+ let o = this.dq(this.du, b);
2898
2970
  let p = new List$1(String_$type, 0);
2899
2971
  let q = new List$1(String_$type, 0);
2900
- if (this.du != null) {
2901
- if (typeCast(JsonDictionaryArray.$, this.du) !== null) {
2902
- let r = this.du;
2972
+ if (this.dw != null) {
2973
+ if (typeCast(JsonDictionaryArray.$, this.dw) !== null) {
2974
+ let r = this.dw;
2903
2975
  if (r.items != null) {
2904
2976
  let u = r.items;
2905
2977
  for (let t = 0; t < u.length; t++) {
@@ -2908,14 +2980,14 @@ export let CodeGeneratingComponentRenderer = /*@__PURE__*/ (() => {
2908
2980
  }
2909
2981
  }
2910
2982
  }
2911
- else if (typeCast(JsonDictionaryValue.$, this.du) !== null) {
2912
- let v = this.du;
2983
+ else if (typeCast(JsonDictionaryValue.$, this.dw) !== null) {
2984
+ let v = this.dw;
2913
2985
  p.add(v.value.toString());
2914
2986
  }
2915
2987
  }
2916
- if (this.dv != null) {
2917
- if (typeCast(JsonDictionaryArray.$, this.dv) !== null) {
2918
- let w = this.dv;
2988
+ if (this.dx != null) {
2989
+ if (typeCast(JsonDictionaryArray.$, this.dx) !== null) {
2990
+ let w = this.dx;
2919
2991
  if (w.items != null) {
2920
2992
  let z = w.items;
2921
2993
  for (let y = 0; y < z.length; y++) {
@@ -2924,50 +2996,52 @@ export let CodeGeneratingComponentRenderer = /*@__PURE__*/ (() => {
2924
2996
  }
2925
2997
  }
2926
2998
  }
2927
- else if (typeCast(JsonDictionaryValue.$, this.dv) !== null) {
2928
- let aa = this.dv;
2999
+ else if (typeCast(JsonDictionaryValue.$, this.dx) !== null) {
3000
+ let aa = this.dx;
2929
3001
  p.add(aa.value.toString());
2930
3002
  }
2931
3003
  }
2932
3004
  o.q(p.toArray(), q.toArray());
2933
- let ab = this.dq(this.ds, b);
3005
+ let ab = this.ds(this.du, b);
2934
3006
  ab.p();
2935
- this.d6(b, a);
3007
+ this.d8(b, a);
2936
3008
  return b;
2937
3009
  }
2938
- d6(a, b) {
3010
+ d8(a, b) {
2939
3011
  b.execute(a);
2940
3012
  }
2941
- a9() {
2942
- return runOn(this, this.d4);
3013
+ ba() {
3014
+ return runOn(this, this.d6);
2943
3015
  }
2944
- d3(a) {
3016
+ d5(a) {
2945
3017
  a = stringReplace(a, "-", "_");
2946
- switch (this.dt) {
2947
- case 1:
2948
- case 2:
2949
- case 3: return CodeGeneratingComponentRenderer.d0(a);
2950
- case 4:
2951
- case 0:
2952
- case 5: return CodeGeneratingComponentRenderer.d1(a);
3018
+ if (!this.du.e) {
3019
+ switch (this.dv) {
3020
+ case 1:
3021
+ case 2:
3022
+ case 3: return CodeGeneratingComponentRenderer.d2(a);
3023
+ case 4:
3024
+ case 0:
3025
+ case 5: return CodeGeneratingComponentRenderer.d3(a);
3026
+ }
2953
3027
  }
2954
3028
  return a;
2955
3029
  }
2956
- d4(a) {
3030
+ d6(a) {
2957
3031
  let b = a;
2958
3032
  if (stringStartsWith(a, "{")) {
2959
3033
  if (!stringStartsWith(a, "{[")) {
2960
3034
  a = a.substr(1, a.length - 2);
2961
- a = "{" + this.d3(a) + "}";
3035
+ a = "{" + this.d5(a) + "}";
2962
3036
  b = a;
2963
3037
  }
2964
3038
  }
2965
3039
  else {
2966
- b = this.d3(a);
3040
+ b = this.d5(a);
2967
3041
  }
2968
3042
  return b;
2969
3043
  }
2970
- static dz(a) {
3044
+ static d1(a) {
2971
3045
  switch (a) {
2972
3046
  case 1: return 3;
2973
3047
  case 2: return 2;
@@ -2999,25 +3073,25 @@ export let CodeGenerationContainer = /*@__PURE__*/ (() => {
2999
3073
  set id(a) {
3000
3074
  this._id = a;
3001
3075
  }
3002
- c(a, b, c) {
3003
- let d = new StringBuilder(0);
3076
+ c(a, b, c, d) {
3004
3077
  let e = new StringBuilder(0);
3005
3078
  let f = new StringBuilder(0);
3006
- let g = new CodeGeneratingImportManager();
3007
- for (let h of fromEnum(this.a)) {
3008
- let i = b.dl(h, c, a);
3009
- h.s(i, true);
3010
- let j = i.toString();
3011
- a.addContainerResult(this.id, j);
3012
- i.a5(d);
3013
- i.a8(e);
3014
- i.a4(f);
3015
- i.a6(g);
3016
- }
3017
- a.addContainerResult("bindingFields", d.toString());
3018
- a.addContainerResult("bindingInit", e.toString());
3019
- a.addContainerResult("bindingCode", f.toString());
3020
- a.addImportResult("bindingImports", g);
3079
+ let g = new StringBuilder(0);
3080
+ let h = new CodeGeneratingImportManager();
3081
+ for (let i of fromEnum(this.a)) {
3082
+ let j = c.dn(i, d, b);
3083
+ i.s(j, true);
3084
+ let k = j.toString();
3085
+ b.addContainerResult(this.id, k);
3086
+ j.a6(e);
3087
+ j.a9(f);
3088
+ j.a5(g);
3089
+ j.a7(a, h);
3090
+ }
3091
+ b.addContainerResult("bindingFields", e.toString());
3092
+ b.addContainerResult("bindingInit", f.toString());
3093
+ b.addContainerResult("bindingCode", g.toString());
3094
+ b.addImportResult("bindingImports", h);
3021
3095
  }
3022
3096
  }
3023
3097
  CodeGenerationContainer.$t = markType(CodeGenerationContainer, 'CodeGenerationContainer');
@@ -3115,20 +3189,20 @@ export let CodeGenerationItemBuilder = /*@__PURE__*/ (() => {
3115
3189
  let f = false;
3116
3190
  if (this.f.containsKey("Name")) {
3117
3191
  e = true;
3118
- a.bf(this.f.item("Name").c);
3192
+ a.bh(this.f.item("Name").c);
3119
3193
  }
3120
3194
  else if (this.f.containsKey("name")) {
3121
3195
  e = true;
3122
- a.bf(this.f.item("name").c);
3196
+ a.bh(this.f.item("name").c);
3123
3197
  }
3124
3198
  else {
3125
3199
  if (b && this.r != null) {
3126
3200
  e = true;
3127
- a.bf(this.r);
3201
+ a.bh(this.r);
3128
3202
  }
3129
3203
  else if (this.e(this.c, a)) {
3130
3204
  f = true;
3131
- a.be(c);
3205
+ a.bg(c);
3132
3206
  if (a.x) {
3133
3207
  this.g.add("name");
3134
3208
  this.f.addItem("name", ((() => {
@@ -3147,7 +3221,7 @@ export let CodeGenerationItemBuilder = /*@__PURE__*/ (() => {
3147
3221
  }
3148
3222
  }
3149
3223
  }
3150
- a.a3(this.p());
3224
+ a.a4(this.p());
3151
3225
  let g = 0;
3152
3226
  for (let h of fromEnum(this.g)) {
3153
3227
  let i = this.f.item(h);
@@ -3155,11 +3229,11 @@ export let CodeGenerationItemBuilder = /*@__PURE__*/ (() => {
3155
3229
  continue;
3156
3230
  }
3157
3231
  if (this.d(a, h, i)) {
3158
- a.a9(g, h, i, this.c);
3232
+ a.ba(g, h, i, this.c);
3159
3233
  g++;
3160
3234
  }
3161
3235
  }
3162
- a.bg();
3236
+ a.bi();
3163
3237
  let j = 0;
3164
3238
  for (let k of fromEnum(this.g)) {
3165
3239
  let l = this.f.item(k);
@@ -3167,17 +3241,18 @@ export let CodeGenerationItemBuilder = /*@__PURE__*/ (() => {
3167
3241
  continue;
3168
3242
  }
3169
3243
  if (!this.d(a, k, l)) {
3170
- a.ba(j, k, l, this.c);
3244
+ a.bb(j, k, l, this.c);
3171
3245
  j++;
3172
3246
  }
3173
3247
  }
3174
- a.bb(c);
3248
+ a.bc(j);
3249
+ a.bd(c);
3175
3250
  if (e) {
3176
- a.bd();
3251
+ a.bf();
3177
3252
  }
3178
3253
  else {
3179
3254
  if (f) {
3180
- a.bc();
3255
+ a.be();
3181
3256
  }
3182
3257
  }
3183
3258
  }