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
@@ -5,20 +5,22 @@ 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
7
  import { __extends, __values } from "tslib";
8
- import { Base, IList_$type, NotSupportedException, String_$type, typeCast, Array_$type, Boolean_$type, markType, EnumUtil, fromEn, fromEnum, Number_$type, runOn } from "./type";
8
+ import { Base, IList_$type, NotSupportedException, String_$type, typeCast, fromEnum, Array_$type, Boolean_$type, markType, EnumUtil, fromEn, Number_$type, runOn } from "./type";
9
+ import { CodeGenerationTargetPlatforms_$type } from "./CodeGenerationTargetPlatforms";
9
10
  import { CodeGeneratingRendererResult } from "./CodeGeneratingRendererResult";
10
11
  import { CodeGeneratingCodeWriter } from "./CodeGeneratingCodeWriter";
11
12
  import { Stack$1 } from "./Stack$1";
12
13
  import { CodeGenerationItemBuilderPropertyInfo } from "./CodeGenerationItemBuilderPropertyInfo";
13
14
  import { List$1 } from "./List$1";
14
15
  import { TypeDescriptionContext } from "./TypeDescriptionContext";
15
- import { CodeGenerationTargetPlatforms_$type } from "./CodeGenerationTargetPlatforms";
16
+ import { TypeDescriptionMetadata } from "./TypeDescriptionMetadata";
16
17
  import { CodeGenerationSpecialValue } from "./CodeGenerationSpecialValue";
17
18
  import { ColorUtil } from "./ColorUtil";
18
19
  import { StringBuilder } from "./StringBuilder";
19
20
  import { CodeGeneratingImportManager } from "./CodeGeneratingImportManager";
20
21
  import { stringIsNullOrEmpty, stringReplace, stringStartsWith, stringEndsWith, stringContains } from "./string";
21
22
  import { HashSet$1 } from "./HashSet$1";
23
+ import { WebImportsHalper } from "./WebImportsHalper";
22
24
  import { CodeGeneratingComponentRendererHandlerEmitter } from "./CodeGeneratingComponentRendererHandlerEmitter";
23
25
  import { CodeGeneratingRegexHelper } from "./CodeGeneratingRegexHelper";
24
26
  import { CodeGeneratingComponentRendererDataEmitter } from "./CodeGeneratingComponentRendererDataEmitter";
@@ -64,6 +66,18 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
64
66
  _this.b = new CodeGeneratingCodeWriter(_this.l);
65
67
  return _this;
66
68
  }
69
+ Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "az", {
70
+ get: function () {
71
+ switch (this.j.platform) {
72
+ case 1: return "angular";
73
+ case 2: return "react";
74
+ case 3: return "webcomponents";
75
+ }
76
+ return "";
77
+ },
78
+ enumerable: false,
79
+ configurable: true
80
+ });
67
81
  Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "m", {
68
82
  get: function () {
69
83
  return this.l;
@@ -71,7 +85,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
71
85
  enumerable: false,
72
86
  configurable: true
73
87
  });
74
- CodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a) {
88
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a) {
75
89
  this.j.af(a);
76
90
  };
77
91
  Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "k", {
@@ -109,7 +123,10 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
109
123
  enumerable: false,
110
124
  configurable: true
111
125
  });
112
- CodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
126
+ CodeGeneratingComponentRendererCodeEmitter.prototype.a3 = function (a) {
127
+ if (a == null || a == "any") {
128
+ return;
129
+ }
113
130
  this.z.add(a);
114
131
  };
115
132
  CodeGeneratingComponentRendererCodeEmitter.prototype.v = function (a, b) {
@@ -164,18 +181,20 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
164
181
  enumerable: false,
165
182
  configurable: true
166
183
  });
167
- CodeGeneratingComponentRendererCodeEmitter.prototype.a3 = function (a) {
184
+ CodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a) {
168
185
  this.ac.h(a);
169
186
  };
170
- CodeGeneratingComponentRendererCodeEmitter.prototype.bg = function () {
187
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bi = function () {
171
188
  };
172
- CodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a) {
173
- this.ac.e();
189
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a) {
174
190
  };
175
- CodeGeneratingComponentRendererCodeEmitter.prototype.a9 = function (a, b, c, d) {
191
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a) {
192
+ this.ac.e();
176
193
  };
177
194
  CodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
178
- this.a9(a, b, c, d);
195
+ };
196
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a, b, c, d) {
197
+ this.ba(a, b, c, d);
179
198
  };
180
199
  CodeGeneratingComponentRendererCodeEmitter.prototype.toString = function () {
181
200
  return this.d.toString();
@@ -191,7 +210,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
191
210
  b.c = this.ad(b);
192
211
  }
193
212
  switch (b.b.knownType) {
194
- case 10: return this.am(b);
213
+ case 10: return this.am(a, b);
195
214
  case 7: return b.c ? "true" : "false";
196
215
  case 4: return this.af(b);
197
216
  case 6:
@@ -303,7 +322,8 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
303
322
  return "";
304
323
  };
305
324
  CodeGeneratingComponentRendererCodeEmitter.prototype.ai = function (a, b) {
306
- var c = this.a0(a, b);
325
+ var e_1, _a;
326
+ var c = this.a1(a, b);
307
327
  if (b.c != null) {
308
328
  var d = this.i(this.l, this.j);
309
329
  if (typeCast(CodeGenerationItemBuilder.$, b.c) !== null) {
@@ -311,6 +331,25 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
311
331
  e.r = c;
312
332
  e.s(d, true);
313
333
  var f = d.toString();
334
+ try {
335
+ for (var _b = __values(fromEnum(d.z)), _c = _b.next(); !_c.done; _c = _b.next()) {
336
+ var g = _c.value;
337
+ this.z.add(g);
338
+ }
339
+ }
340
+ catch (e_1_1) {
341
+ e_1 = { error: e_1_1 };
342
+ }
343
+ finally {
344
+ try {
345
+ if (_c && !_c.done && (_a = _b.return))
346
+ _a.call(_b);
347
+ }
348
+ finally {
349
+ if (e_1)
350
+ throw e_1.error;
351
+ }
352
+ }
314
353
  c = this.al(a, e, f, c);
315
354
  }
316
355
  }
@@ -319,7 +358,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
319
358
  CodeGeneratingComponentRendererCodeEmitter.prototype.al = function (a, b, c, d) {
320
359
  return d;
321
360
  };
322
- CodeGeneratingComponentRendererCodeEmitter.prototype.a0 = function (a, b) {
361
+ CodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a, b) {
323
362
  if (b.c == null) {
324
363
  return this.at();
325
364
  }
@@ -360,7 +399,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
360
399
  }
361
400
  return this.at();
362
401
  };
363
- CodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a) {
402
+ CodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a, b) {
364
403
  return "";
365
404
  };
366
405
  CodeGeneratingComponentRendererCodeEmitter.prototype.ad = function (a) {
@@ -405,7 +444,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
405
444
  };
406
445
  CodeGeneratingComponentRendererCodeEmitter.prototype.aq = function (a) {
407
446
  if (!stringIsNullOrEmpty(a.a.e)) {
408
- this.bh(a);
447
+ this.bj(a);
409
448
  return a.a.e;
410
449
  }
411
450
  return this.at();
@@ -442,30 +481,30 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
442
481
  var b = a;
443
482
  return ColorUtil.i(b.color, this.w);
444
483
  };
445
- CodeGeneratingComponentRendererCodeEmitter.prototype.bf = function (a) {
484
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a) {
446
485
  this.aa.h(a);
447
486
  this.ab.h(false);
448
487
  };
449
- CodeGeneratingComponentRendererCodeEmitter.prototype.be = function (a) {
488
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bg = function (a) {
450
489
  var b = this.an(a);
451
490
  this.aa.h(b);
452
491
  this.ab.h(true);
453
492
  };
454
493
  CodeGeneratingComponentRendererCodeEmitter.prototype.an = function (a) {
455
- var b = stringReplace(stringReplace(a, this.az, ""), "Component", "");
456
- b = CodeGeneratingComponentRenderer.d0(b);
494
+ var b = stringReplace(stringReplace(a, this.a0, ""), "Component", "");
495
+ b = CodeGeneratingComponentRenderer.d2(b);
457
496
  return this.j.v(b);
458
497
  };
459
- CodeGeneratingComponentRendererCodeEmitter.prototype.bc = function () {
498
+ CodeGeneratingComponentRendererCodeEmitter.prototype.be = function () {
460
499
  this.ax = this.aa.e();
461
500
  this.ab.e();
462
501
  };
463
- CodeGeneratingComponentRendererCodeEmitter.prototype.get_az = function () {
502
+ CodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
464
503
  return "";
465
504
  };
466
- Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "az", {
505
+ Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "a0", {
467
506
  get: function () {
468
- return this.get_az();
507
+ return this.get_a0();
469
508
  },
470
509
  enumerable: false,
471
510
  configurable: true
@@ -475,8 +514,8 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
475
514
  if (this.aa.f > 0) {
476
515
  return this.aa.d();
477
516
  }
478
- var a = stringReplace(stringReplace(this.ak, this.az, ""), "Component", "");
479
- return CodeGeneratingComponentRenderer.d0(a);
517
+ var a = stringReplace(stringReplace(this.ak, this.a0, ""), "Component", "");
518
+ return CodeGeneratingComponentRenderer.d2(a);
480
519
  },
481
520
  enumerable: false,
482
521
  configurable: true
@@ -528,33 +567,33 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
528
567
  enumerable: false,
529
568
  configurable: true
530
569
  });
531
- CodeGeneratingComponentRendererCodeEmitter.prototype.bd = function () {
570
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bf = function () {
532
571
  this.ax = this.aa.e();
533
572
  };
534
- CodeGeneratingComponentRendererCodeEmitter.prototype.a5 = function (a) {
573
+ CodeGeneratingComponentRendererCodeEmitter.prototype.a6 = function (a) {
535
574
  var b = this.f.toString();
536
575
  if (b.length > 0) {
537
576
  a.l(b);
538
577
  }
539
578
  };
540
- CodeGeneratingComponentRendererCodeEmitter.prototype.a8 = function (a) {
579
+ CodeGeneratingComponentRendererCodeEmitter.prototype.a9 = function (a) {
541
580
  var b = this.g.toString();
542
581
  if (b.length > 0) {
543
582
  a.l(b);
544
583
  }
545
584
  };
546
- CodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a) {
585
+ CodeGeneratingComponentRendererCodeEmitter.prototype.a5 = function (a) {
547
586
  var b = this.e.toString();
548
587
  if (b.length > 0) {
549
588
  a.l(b);
550
589
  }
551
590
  };
552
- CodeGeneratingComponentRendererCodeEmitter.prototype.a6 = function (a) {
591
+ CodeGeneratingComponentRendererCodeEmitter.prototype.a7 = function (a, b) {
553
592
  if (this.z.count > 0) {
554
- this.a7(this.z, a);
593
+ this.a8(a, this.z, b);
555
594
  }
556
595
  };
557
- CodeGeneratingComponentRendererCodeEmitter.prototype.a7 = function (a, b) {
596
+ CodeGeneratingComponentRendererCodeEmitter.prototype.a8 = function (a, b, c) {
558
597
  };
559
598
  CodeGeneratingComponentRendererCodeEmitter.$t = markType(CodeGeneratingComponentRendererCodeEmitter, 'CodeGeneratingComponentRendererCodeEmitter');
560
599
  return CodeGeneratingComponentRendererCodeEmitter;
@@ -567,9 +606,9 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
567
606
  __extends(BlazorRazorCodeGeneratingComponentRendererCodeEmitter, _super);
568
607
  function BlazorRazorCodeGeneratingComponentRendererCodeEmitter(a, b) {
569
608
  var _this = _super.call(this, a, b) || this;
570
- _this.bk = 0;
571
- _this.bi = new HashSet$1(String_$type, 0);
572
- _this.bj = new HashSet$1(String_$type, 0);
609
+ _this.bm = 0;
610
+ _this.bk = new HashSet$1(String_$type, 0);
611
+ _this.bl = new HashSet$1(String_$type, 0);
573
612
  return _this;
574
613
  }
575
614
  BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
@@ -584,26 +623,26 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
584
623
  });
585
624
  BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.al = function (a, b, c, d) {
586
625
  d = _super.prototype.al.call(this, a, b, c, d);
587
- this.f.l("private " + b.m() + " _" + CodeGeneratingComponentRenderer.d0(d) + " = null;");
588
- this.f.l("public " + b.m() + " " + CodeGeneratingComponentRenderer.d1(d));
626
+ this.f.l("private " + b.m() + " _" + CodeGeneratingComponentRenderer.d2(d) + " = null;");
627
+ this.f.l("public " + b.m() + " " + CodeGeneratingComponentRenderer.d3(d));
589
628
  this.f.l("{");
590
629
  this.f.h();
591
630
  this.f.l("get");
592
631
  this.f.l("{");
593
632
  this.f.h();
594
- this.f.l("if (this._" + CodeGeneratingComponentRenderer.d0(d) + " == null)");
633
+ this.f.l("if (this._" + CodeGeneratingComponentRenderer.d2(d) + " == null)");
595
634
  this.f.l("{");
596
635
  this.f.h();
597
636
  this.f.k(c);
598
- this.f.l("this._" + CodeGeneratingComponentRenderer.d0(d) + " = " + d + ";");
637
+ this.f.l("this._" + CodeGeneratingComponentRenderer.d2(d) + " = " + d + ";");
599
638
  this.f.f();
600
639
  this.f.l("}");
601
- this.f.l("return this._" + CodeGeneratingComponentRenderer.d0(d) + ";");
640
+ this.f.l("return this._" + CodeGeneratingComponentRenderer.d2(d) + ";");
602
641
  this.f.f();
603
642
  this.f.l("}");
604
643
  this.f.f();
605
644
  this.f.l("}");
606
- return CodeGeneratingComponentRenderer.d1(d);
645
+ return CodeGeneratingComponentRenderer.d3(d);
607
646
  };
608
647
  BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
609
648
  return new BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
@@ -611,71 +650,90 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
611
650
  BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_x = function () {
612
651
  return false;
613
652
  };
614
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bl = function (a, b) {
615
- if (b.c == null) {
653
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bn = function (a, b, c) {
654
+ if (c.c == null) {
616
655
  return "null";
617
656
  }
618
- var c = b.c;
619
- var d = "@(new " + a + "[] { ";
620
- for (var e = 0; e < c.length; e++) {
621
- if (e > 0) {
622
- d += ", ";
623
- }
624
- d += "\"" + c[e] + "\"";
657
+ var d = c.c;
658
+ var e = b;
659
+ var f = new CodeGenerationItemBuilderPropertyInfo();
660
+ f.b = ((function () {
661
+ var $ret = new TypeDescriptionMetadata();
662
+ $ret.propertyName = c.b.propertyName;
663
+ $ret.specificType = b;
664
+ $ret.specificExternalType = b;
665
+ return $ret;
666
+ })());
667
+ f.b.knownType = 8;
668
+ f.b.owningType = c.b.owningType;
669
+ if (f.b.specificType == "string") {
670
+ f.b.knownType = 2;
625
671
  }
626
- d += " })";
627
- return d;
628
- };
629
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a) {
630
- if (a.b.specificExternalType == "string") {
631
- return this.bl(a.b.specificExternalType, a);
672
+ if (f.b.specificType == "int") {
673
+ f.b.knownType = 1;
632
674
  }
633
- if (a.c == null) {
634
- return "null";
675
+ if (f.b.specificType == "double") {
676
+ f.b.knownType = 1;
635
677
  }
636
- var b = a.c;
637
- var c = "";
638
- for (var d = 0; d < b.length; d++) {
639
- if (d > 0) {
640
- c += ", ";
678
+ if (f.b.knownType == 8) {
679
+ e = this.a0 + e;
680
+ }
681
+ var g = "@(new " + e + "[] { ";
682
+ for (var h = 0; h < d.length; h++) {
683
+ if (h > 0) {
684
+ g += ", ";
685
+ }
686
+ f.c = d[h];
687
+ if (f.b.knownType == 2) {
688
+ g += "\"" + this.aw(a, f, true) + "\"";
689
+ }
690
+ else {
691
+ g += this.aw(a, f, true);
641
692
  }
642
- c += b[d];
643
693
  }
644
- return c;
694
+ g += " })";
695
+ return g;
696
+ };
697
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a, b) {
698
+ var c = b.b.specificType;
699
+ if (c == null) {
700
+ c = b.b.specificExternalType;
701
+ }
702
+ return this.bn(a, c, b);
645
703
  };
646
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.a3 = function (a) {
647
- _super.prototype.a3.call(this, a);
704
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a) {
705
+ _super.prototype.a4.call(this, a);
648
706
  this.h.l("<" + a + "");
649
- if (!this.bi.contains(this.aj)) {
650
- this.bi.add_1(this.aj);
651
- if (!this.bj.contains(this.ak)) {
652
- this.bj.add_1(this.ak);
653
- this.a2(this.ak);
707
+ if (!this.bk.contains(this.aj)) {
708
+ this.bk.add_1(this.aj);
709
+ if (!this.bl.contains(this.ak)) {
710
+ this.bl.add_1(this.ak);
711
+ this.a3(this.ak);
654
712
  }
655
- this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
713
+ this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
656
714
  if (!this.p) {
657
715
  if (this.u) {
658
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
716
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
659
717
  }
660
718
  }
661
719
  else {
662
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
720
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
663
721
  }
664
722
  }
665
723
  };
666
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function () {
724
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function () {
667
725
  this.h.l(">");
668
726
  this.h.h();
669
727
  };
670
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a) {
728
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a) {
671
729
  this.h.f();
672
730
  this.h.l("</" + a + ">");
673
731
  this.h.l("");
674
- _super.prototype.bb.call(this, a);
732
+ _super.prototype.bd.call(this, a);
675
733
  };
676
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.a9 = function (a, b, c, d) {
677
- if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d1(c.b.propertyName)) && this.q(d, c)) {
678
- this.bh(c);
734
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
735
+ if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d3(c.b.propertyName)) && this.q(d, c)) {
736
+ this.bj(c);
679
737
  if (a > 0) {
680
738
  this.h.l("");
681
739
  }
@@ -688,29 +746,29 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
688
746
  return;
689
747
  }
690
748
  if (this.s(c)) {
691
- this.bh(c);
692
- if (!this.bi.contains(this.aj)) {
693
- this.bi.add_1(this.aj);
694
- if (!this.bj.contains(this.ak)) {
695
- this.bj.add_1(this.ak);
696
- this.a2(this.ak);
749
+ this.bj(c);
750
+ if (!this.bk.contains(this.aj)) {
751
+ this.bk.add_1(this.aj);
752
+ if (!this.bl.contains(this.ak)) {
753
+ this.bl.add_1(this.ak);
754
+ this.a3(this.ak);
697
755
  }
698
- this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
756
+ this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
699
757
  if (!this.p) {
700
758
  if (this.u) {
701
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
759
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
702
760
  }
703
761
  }
704
762
  else {
705
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
763
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
706
764
  }
707
765
  }
708
- var e = CodeGeneratingComponentRenderer.d0(this.aw(d, c, true));
766
+ var e = CodeGeneratingComponentRenderer.d2(this.aw(d, c, true));
709
767
  var f = e;
710
768
  if (f != "null" && !stringStartsWith(f, "this.")) {
711
769
  f = "this." + f;
712
770
  }
713
- this.e.l(CodeGeneratingComponentRenderer.d0(this.aj) + "." + b + " = " + f + ";");
771
+ this.e.l(CodeGeneratingComponentRenderer.d2(this.aj) + "." + b + " = " + f + ";");
714
772
  return;
715
773
  }
716
774
  if (a > 0) {
@@ -742,7 +800,7 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
742
800
  }
743
801
  if (b == "Name") {
744
802
  this.h.l("");
745
- this.h.j("@ref=\"" + CodeGeneratingComponentRenderer.d0(this.aw(d, c, true)) + "\"");
803
+ this.h.j("@ref=\"" + CodeGeneratingComponentRenderer.d2(this.aw(d, c, true)) + "\"");
746
804
  }
747
805
  };
748
806
  BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ap = function (a) {
@@ -800,18 +858,18 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
800
858
  return "@null";
801
859
  };
802
860
  BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ao = function (a) {
803
- return CodeGeneratingComponentRenderer.d0(CodeGeneratingComponentRenderer.d0(a.a.e));
861
+ return CodeGeneratingComponentRenderer.d2(CodeGeneratingComponentRenderer.d2(a.a.e));
804
862
  };
805
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bm = function (a) {
863
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bo = function (a) {
806
864
  a = stringReplace(a, "-", "_");
807
- return CodeGeneratingComponentRenderer.d1(a);
865
+ return CodeGeneratingComponentRenderer.d3(a);
808
866
  };
809
867
  BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
810
- this.bh(a);
811
- return CodeGeneratingComponentRenderer.d1(a.a.e);
868
+ this.bj(a);
869
+ return CodeGeneratingComponentRenderer.d3(a.a.e);
812
870
  };
813
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
814
- var e_1, _a;
871
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a, b, c, d) {
872
+ var e_2, _a;
815
873
  if (c.b.knownType == 9) {
816
874
  var e = typeCast(IList_$type, c.c);
817
875
  if (e != null) {
@@ -824,8 +882,8 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
824
882
  }
825
883
  }
826
884
  }
827
- catch (e_1_1) {
828
- e_1 = { error: e_1_1 };
885
+ catch (e_2_1) {
886
+ e_2 = { error: e_2_1 };
829
887
  }
830
888
  finally {
831
889
  try {
@@ -833,8 +891,8 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
833
891
  _a.call(_b);
834
892
  }
835
893
  finally {
836
- if (e_1)
837
- throw e_1.error;
894
+ if (e_2)
895
+ throw e_2.error;
838
896
  }
839
897
  }
840
898
  }
@@ -846,7 +904,7 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
846
904
  }
847
905
  }
848
906
  };
849
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_az = function () {
907
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
850
908
  return "Igb";
851
909
  };
852
910
  BlazorRazorCodeGeneratingComponentRendererCodeEmitter.$t = markType(BlazorRazorCodeGeneratingComponentRendererCodeEmitter, 'BlazorRazorCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
@@ -860,9 +918,9 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
860
918
  __extends(BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter, _super);
861
919
  function BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b) {
862
920
  var _this = _super.call(this, a, b) || this;
863
- _this.bk = 0;
864
- _this.bi = new HashSet$1(String_$type, 0);
865
- _this.bj = new HashSet$1(String_$type, 0);
921
+ _this.bm = 0;
922
+ _this.bk = new HashSet$1(String_$type, 0);
923
+ _this.bl = new HashSet$1(String_$type, 0);
866
924
  return _this;
867
925
  }
868
926
  BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
@@ -881,7 +939,7 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
881
939
  BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_x = function () {
882
940
  return false;
883
941
  };
884
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bl = function (a, b) {
942
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bn = function (a, b) {
885
943
  if (b.c == null) {
886
944
  return "null";
887
945
  }
@@ -896,56 +954,56 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
896
954
  d += " }";
897
955
  return d;
898
956
  };
899
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a) {
900
- if (a.b.specificExternalType == "string") {
901
- return this.bl(a.b.specificExternalType, a);
957
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a, b) {
958
+ if (b.b.specificExternalType == "string") {
959
+ return this.bn(b.b.specificExternalType, b);
902
960
  }
903
- if (a.c == null) {
961
+ if (b.c == null) {
904
962
  return "null";
905
963
  }
906
- var b = a.c;
907
- var c = "";
908
- for (var d = 0; d < b.length; d++) {
909
- if (d > 0) {
910
- c += ", ";
964
+ var c = b.c;
965
+ var d = "";
966
+ for (var e = 0; e < c.length; e++) {
967
+ if (e > 0) {
968
+ d += ", ";
911
969
  }
912
- c += b[d];
970
+ d += c[e];
913
971
  }
914
- return c;
972
+ return d;
915
973
  };
916
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a3 = function (a) {
917
- _super.prototype.a3.call(this, a);
974
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a) {
975
+ _super.prototype.a4.call(this, a);
918
976
  if (this.u) {
919
977
  this.h.l("var " + this.aj + " = new " + a + "();");
920
978
  }
921
979
  else {
922
980
  this.h.l("var " + this.aj + " = new " + a + "();");
923
981
  }
924
- if (!this.bi.contains(this.aj)) {
925
- this.bi.add_1(this.aj);
926
- if (!this.bj.contains(this.ak)) {
927
- this.bj.add_1(this.ak);
928
- this.a2(this.ak);
982
+ if (!this.bk.contains(this.aj)) {
983
+ this.bk.add_1(this.aj);
984
+ if (!this.bl.contains(this.ak)) {
985
+ this.bl.add_1(this.ak);
986
+ this.a3(this.ak);
929
987
  }
930
- this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
988
+ this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
931
989
  if (!this.p) {
932
990
  if (this.u) {
933
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
991
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
934
992
  }
935
993
  }
936
994
  else {
937
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
995
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
938
996
  }
939
997
  }
940
998
  };
941
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function () {
999
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function () {
942
1000
  };
943
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a) {
944
- _super.prototype.bb.call(this, a);
1001
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a) {
1002
+ _super.prototype.bd.call(this, a);
945
1003
  };
946
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a9 = function (a, b, c, d) {
947
- if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d1(c.b.propertyName)) && this.q(d, c)) {
948
- this.bh(c);
1004
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
1005
+ if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d3(c.b.propertyName)) && this.q(d, c)) {
1006
+ this.bj(c);
949
1007
  if (a > 0) {
950
1008
  this.h.l("");
951
1009
  }
@@ -958,29 +1016,29 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
958
1016
  return;
959
1017
  }
960
1018
  if (this.s(c)) {
961
- this.bh(c);
962
- if (!this.bi.contains(this.aj)) {
963
- this.bi.add_1(this.aj);
964
- if (!this.bj.contains(this.ak)) {
965
- this.bj.add_1(this.ak);
966
- this.a2(this.ak);
1019
+ this.bj(c);
1020
+ if (!this.bk.contains(this.aj)) {
1021
+ this.bk.add_1(this.aj);
1022
+ if (!this.bl.contains(this.ak)) {
1023
+ this.bl.add_1(this.ak);
1024
+ this.a3(this.ak);
967
1025
  }
968
- this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
1026
+ this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
969
1027
  if (!this.p) {
970
1028
  if (this.u) {
971
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
1029
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
972
1030
  }
973
1031
  }
974
1032
  else {
975
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + ";");
1033
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
976
1034
  }
977
1035
  }
978
- var e = CodeGeneratingComponentRenderer.d0(this.aw(d, c, true));
1036
+ var e = CodeGeneratingComponentRenderer.d2(this.aw(d, c, true));
979
1037
  var f = e;
980
1038
  if (f != "null" && !stringStartsWith(f, "this.")) {
981
1039
  f = "this." + f;
982
1040
  }
983
- this.e.l(CodeGeneratingComponentRenderer.d0(this.aj) + "." + b + " = " + f + ";");
1041
+ this.e.l(CodeGeneratingComponentRenderer.d2(this.aj) + "." + b + " = " + f + ";");
984
1042
  return;
985
1043
  }
986
1044
  if (a > 0) {
@@ -991,14 +1049,16 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
991
1049
  g = true;
992
1050
  }
993
1051
  if (!g) {
1052
+ var h = false;
994
1053
  if (c.a != null && c.a.e != null) {
995
1054
  if (this.m != null) {
996
1055
  if (this.m.library != null) {
997
1056
  if (this.m.library.hasItem(c.a.e)) {
998
- var h = this.m.library.getItem(c.a.e);
999
- var i = h.getContentForPlatform(5);
1000
- if (i != null && i.isJSContent) {
1057
+ var i = this.m.library.getItem(c.a.e);
1058
+ var j = i.getContentForPlatform(5);
1059
+ if (j != null && j.isJSContent) {
1001
1060
  b = b + "Script";
1061
+ h = true;
1002
1062
  }
1003
1063
  }
1004
1064
  }
@@ -1007,7 +1067,12 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
1007
1067
  this.h.j(this.aj + ".");
1008
1068
  this.h.j(b);
1009
1069
  this.h.j(" = ");
1010
- this.h.j(this.aw(d, c, true));
1070
+ if (h) {
1071
+ this.h.j("\"" + this.aw(d, c, true) + "\"");
1072
+ }
1073
+ else {
1074
+ this.h.j(this.aw(d, c, true));
1075
+ }
1011
1076
  this.h.j(";");
1012
1077
  }
1013
1078
  };
@@ -1071,18 +1136,18 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
1071
1136
  return "null";
1072
1137
  };
1073
1138
  BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ao = function (a) {
1074
- return CodeGeneratingComponentRenderer.d0(CodeGeneratingComponentRenderer.d0(a.a.e));
1139
+ return CodeGeneratingComponentRenderer.d2(CodeGeneratingComponentRenderer.d2(a.a.e));
1075
1140
  };
1076
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bm = function (a) {
1141
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bo = function (a) {
1077
1142
  a = stringReplace(a, "-", "_");
1078
- return CodeGeneratingComponentRenderer.d1(a);
1143
+ return CodeGeneratingComponentRenderer.d3(a);
1079
1144
  };
1080
1145
  BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
1081
- this.bh(a);
1082
- return CodeGeneratingComponentRenderer.d1(a.a.e);
1146
+ this.bj(a);
1147
+ return CodeGeneratingComponentRenderer.d3(a.a.e);
1083
1148
  };
1084
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
1085
- var e_2, _a;
1149
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a, b, c, d) {
1150
+ var e_3, _a;
1086
1151
  if (c.b.knownType == 9) {
1087
1152
  var e = typeCast(IList_$type, c.c);
1088
1153
  if (e != null) {
@@ -1096,8 +1161,8 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
1096
1161
  }
1097
1162
  }
1098
1163
  }
1099
- catch (e_2_1) {
1100
- e_2 = { error: e_2_1 };
1164
+ catch (e_3_1) {
1165
+ e_3 = { error: e_3_1 };
1101
1166
  }
1102
1167
  finally {
1103
1168
  try {
@@ -1105,8 +1170,8 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
1105
1170
  _a.call(_b);
1106
1171
  }
1107
1172
  finally {
1108
- if (e_2)
1109
- throw e_2.error;
1173
+ if (e_3)
1174
+ throw e_3.error;
1110
1175
  }
1111
1176
  }
1112
1177
  }
@@ -1119,7 +1184,7 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
1119
1184
  }
1120
1185
  }
1121
1186
  };
1122
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_az = function () {
1187
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
1123
1188
  return "Igb";
1124
1189
  };
1125
1190
  BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
@@ -1133,8 +1198,8 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1133
1198
  __extends(ReactMarkupCodeGeneratingComponentRendererCodeEmitter, _super);
1134
1199
  function ReactMarkupCodeGeneratingComponentRendererCodeEmitter(a, b) {
1135
1200
  var _this = _super.call(this, a, b) || this;
1136
- _this.bi = new HashSet$1(String_$type, 0);
1137
- _this.bj = new HashSet$1(String_$type, 0);
1201
+ _this.bk = new HashSet$1(String_$type, 0);
1202
+ _this.bl = new HashSet$1(String_$type, 0);
1138
1203
  return _this;
1139
1204
  }
1140
1205
  ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
@@ -1150,76 +1215,76 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1150
1215
  ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.al = function (a, b, c, d) {
1151
1216
  d = _super.prototype.al.call(this, a, b, c, d);
1152
1217
  var e = b.p();
1153
- this.f.l("private " + " _" + CodeGeneratingComponentRenderer.d0(d) + ": " + e + " | null = null;");
1154
- this.f.l("public get " + CodeGeneratingComponentRenderer.d0(d) + "(): " + e + " {");
1218
+ this.f.l("private " + " _" + CodeGeneratingComponentRenderer.d2(d) + ": " + e + " | null = null;");
1219
+ this.f.l("public get " + CodeGeneratingComponentRenderer.d2(d) + "(): " + e + " {");
1155
1220
  this.f.h();
1156
- this.f.l("if (this._" + CodeGeneratingComponentRenderer.d0(d) + " == null)");
1221
+ this.f.l("if (this._" + CodeGeneratingComponentRenderer.d2(d) + " == null)");
1157
1222
  this.f.l("{");
1158
1223
  this.f.h();
1159
1224
  this.f.k(c);
1160
- this.f.l("this._" + CodeGeneratingComponentRenderer.d0(d) + " = " + d + ";");
1225
+ this.f.l("this._" + CodeGeneratingComponentRenderer.d2(d) + " = " + d + ";");
1161
1226
  this.f.f();
1162
1227
  this.f.l("}");
1163
- this.f.l("return this._" + CodeGeneratingComponentRenderer.d0(d) + ";");
1228
+ this.f.l("return this._" + CodeGeneratingComponentRenderer.d2(d) + ";");
1164
1229
  this.f.f();
1165
1230
  this.f.l("}");
1166
- return CodeGeneratingComponentRenderer.d1(d);
1231
+ return CodeGeneratingComponentRenderer.d3(d);
1167
1232
  };
1168
1233
  ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
1169
1234
  return new ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
1170
1235
  };
1171
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a) {
1172
- if (a.c == null) {
1236
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a, b) {
1237
+ if (b.c == null) {
1173
1238
  return "{null}";
1174
1239
  }
1175
- var b = a.c;
1176
- var c = "[";
1177
- for (var d = 0; d < b.length; d++) {
1178
- if (d > 0) {
1179
- c += ", ";
1240
+ var c = b.c;
1241
+ var d = "[";
1242
+ for (var e = 0; e < c.length; e++) {
1243
+ if (e > 0) {
1244
+ d += ", ";
1180
1245
  }
1181
- c += "\"" + b[d].toString() + "\"";
1246
+ d += "\"" + c[e].toString() + "\"";
1182
1247
  }
1183
- c += "]";
1184
- return c;
1248
+ d += "]";
1249
+ return d;
1185
1250
  };
1186
1251
  ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_w = function () {
1187
1252
  return true;
1188
1253
  };
1189
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_az = function () {
1254
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
1190
1255
  return "Igr";
1191
1256
  };
1192
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a3 = function (a) {
1193
- _super.prototype.a3.call(this, a);
1194
- this.h.l("<" + this.bl(a) + "");
1257
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a) {
1258
+ _super.prototype.a4.call(this, a);
1259
+ this.h.l("<" + this.bn(a) + "");
1195
1260
  this.h.h();
1196
- if (!this.bj.contains(this.ak)) {
1197
- this.bj.add_1(this.ak);
1198
- this.a2(this.ak);
1261
+ if (!this.bl.contains(this.ak)) {
1262
+ this.bl.add_1(this.ak);
1263
+ this.a3(this.ak);
1199
1264
  }
1200
- if (!this.bi.contains(this.aj)) {
1201
- this.bi.add_1(this.aj);
1202
- this.f.l("private " + CodeGeneratingComponentRenderer.d0(this.aj) + ": " + this.ak);
1265
+ if (!this.bk.contains(this.aj)) {
1266
+ this.bk.add_1(this.aj);
1267
+ this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + ": " + this.ak);
1203
1268
  if (this.u) {
1204
- this.f.l("private " + CodeGeneratingComponentRenderer.d0(this.aj) + "Ref(r: " + this.ak + ") {");
1269
+ this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + "Ref(r: " + this.ak + ") {");
1205
1270
  this.f.h();
1206
- this.f.l("this." + CodeGeneratingComponentRenderer.d0(this.aj) + " = r;");
1271
+ this.f.l("this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = r;");
1207
1272
  this.f.l("this.setState({});");
1208
1273
  this.f.f();
1209
1274
  this.f.l("}");
1210
- this.g.l("this." + CodeGeneratingComponentRenderer.d0(this.aj) + "Ref = " + "this." + CodeGeneratingComponentRenderer.d0(this.aj) + "Ref.bind(this);");
1275
+ this.g.l("this." + CodeGeneratingComponentRenderer.d2(this.aj) + "Ref = " + "this." + CodeGeneratingComponentRenderer.d2(this.aj) + "Ref.bind(this);");
1211
1276
  }
1212
1277
  }
1213
1278
  };
1214
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bl = function (a) {
1279
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bn = function (a) {
1215
1280
  if (stringEndsWith(a, "Component")) {
1216
1281
  a = a.substr(0, a.length - ("Component").length);
1217
1282
  }
1218
- return CodeGeneratingComponentRenderer.d1(a);
1283
+ return CodeGeneratingComponentRenderer.d3(a);
1219
1284
  };
1220
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function () {
1285
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function () {
1221
1286
  if (!this.u && !this.p) {
1222
- var a = this.bk();
1287
+ var a = this.bm();
1223
1288
  this.h.l("");
1224
1289
  this.h.l("name=\"" + a + "\"");
1225
1290
  }
@@ -1227,31 +1292,31 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1227
1292
  this.h.l(">");
1228
1293
  this.h.h();
1229
1294
  };
1230
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bk = function () {
1231
- var a = CodeGeneratingComponentRenderer.d0(stringReplace(stringReplace(this.ak, this.az, ""), "Component", ""));
1295
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bm = function () {
1296
+ var a = CodeGeneratingComponentRenderer.d2(stringReplace(stringReplace(this.ak, this.a0, ""), "Component", ""));
1232
1297
  a = this.k.u(a);
1233
1298
  return a;
1234
1299
  };
1235
1300
  ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.aq = function (a) {
1236
1301
  if (!stringIsNullOrEmpty(a.a.e)) {
1237
- this.bh(a);
1238
- if (!this.bi.contains(a.a.e)) {
1239
- this.g.l("this." + CodeGeneratingComponentRenderer.d0(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d0(a.a.e) + ".bind(this);");
1302
+ this.bj(a);
1303
+ if (!this.bk.contains(a.a.e)) {
1304
+ this.g.l("this." + CodeGeneratingComponentRenderer.d2(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d2(a.a.e) + ".bind(this);");
1240
1305
  }
1241
- return "this." + CodeGeneratingComponentRenderer.d0(a.a.e);
1306
+ return "this." + CodeGeneratingComponentRenderer.d2(a.a.e);
1242
1307
  }
1243
1308
  return this.at();
1244
1309
  };
1245
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a) {
1310
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a) {
1246
1311
  this.h.f();
1247
- this.h.l("</" + this.bl(a) + ">");
1248
- _super.prototype.bb.call(this, a);
1312
+ this.h.l("</" + this.bn(a) + ">");
1313
+ _super.prototype.bd.call(this, a);
1249
1314
  };
1250
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a9 = function (a, b, c, d) {
1251
- var e = CodeGeneratingComponentRenderer.d0(b);
1315
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
1316
+ var e = CodeGeneratingComponentRenderer.d2(b);
1252
1317
  var f = this.aw(d, c, true);
1253
- if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d1(c.b.propertyName)) && this.q(d, c)) {
1254
- this.bh(c);
1318
+ if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d3(c.b.propertyName)) && this.q(d, c)) {
1319
+ this.bj(c);
1255
1320
  if (a > 0) {
1256
1321
  this.h.l("");
1257
1322
  }
@@ -1266,7 +1331,7 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1266
1331
  if (!(e == "name") || !this.u) {
1267
1332
  var g = (c.b != null && c.b.knownType == 10);
1268
1333
  if (this.q(d, c) || g) {
1269
- this.bh(c);
1334
+ this.bj(c);
1270
1335
  f = "{" + f + "}";
1271
1336
  }
1272
1337
  if (a > 0) {
@@ -1288,7 +1353,7 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1288
1353
  if (a > 0) {
1289
1354
  this.h.l("");
1290
1355
  }
1291
- this.h.j("ref={this." + CodeGeneratingComponentRenderer.d0(this.aw(d, c, true)) + "Ref}");
1356
+ this.h.j("ref={this." + CodeGeneratingComponentRenderer.d2(this.aw(d, c, true)) + "Ref}");
1292
1357
  }
1293
1358
  }
1294
1359
  };
@@ -1306,13 +1371,13 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1306
1371
  return "null";
1307
1372
  };
1308
1373
  ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ao = function (a) {
1309
- return "this." + CodeGeneratingComponentRenderer.d0(a.a.e);
1374
+ return "this." + CodeGeneratingComponentRenderer.d2(a.a.e);
1310
1375
  };
1311
1376
  ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
1312
- return "this." + CodeGeneratingComponentRenderer.d0(a.a.e);
1377
+ return "this." + CodeGeneratingComponentRenderer.d2(a.a.e);
1313
1378
  };
1314
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
1315
- var e_3, _a;
1379
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a, b, c, d) {
1380
+ var e_4, _a;
1316
1381
  if (c.b.knownType == 9) {
1317
1382
  var e = typeCast(IList_$type, c.c);
1318
1383
  if (e != null) {
@@ -1325,8 +1390,8 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1325
1390
  }
1326
1391
  }
1327
1392
  }
1328
- catch (e_3_1) {
1329
- e_3 = { error: e_3_1 };
1393
+ catch (e_4_1) {
1394
+ e_4 = { error: e_4_1 };
1330
1395
  }
1331
1396
  finally {
1332
1397
  try {
@@ -1334,8 +1399,8 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1334
1399
  _a.call(_b);
1335
1400
  }
1336
1401
  finally {
1337
- if (e_3)
1338
- throw e_3.error;
1402
+ if (e_4)
1403
+ throw e_4.error;
1339
1404
  }
1340
1405
  }
1341
1406
  }
@@ -1347,28 +1412,9 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1347
1412
  }
1348
1413
  }
1349
1414
  };
1350
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a7 = function (a, b) {
1351
- var e_4, _a;
1352
- _super.prototype.a7.call(this, a, b);
1353
- try {
1354
- for (var _b = __values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
1355
- var c = _c.value;
1356
- b.addPackageImport("igniteui-react-" + this.ay, c);
1357
- }
1358
- }
1359
- catch (e_4_1) {
1360
- e_4 = { error: e_4_1 };
1361
- }
1362
- finally {
1363
- try {
1364
- if (_c && !_c.done && (_a = _b.return))
1365
- _a.call(_b);
1366
- }
1367
- finally {
1368
- if (e_4)
1369
- throw e_4.error;
1370
- }
1371
- }
1415
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a8 = function (a, b, c) {
1416
+ _super.prototype.a8.call(this, a, b, c);
1417
+ WebImportsHalper.a(this.k, this.az, this.ay, this.a0, a, b, c);
1372
1418
  };
1373
1419
  ReactMarkupCodeGeneratingComponentRendererCodeEmitter.$t = markType(ReactMarkupCodeGeneratingComponentRendererCodeEmitter, 'ReactMarkupCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
1374
1420
  return ReactMarkupCodeGeneratingComponentRendererCodeEmitter;
@@ -1381,9 +1427,9 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
1381
1427
  __extends(WebCodeBehindCodeGeneratingComponentRendererCodeEmitter, _super);
1382
1428
  function WebCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b) {
1383
1429
  var _this = _super.call(this, a, b) || this;
1384
- _this.bk = 0;
1385
- _this.bi = new HashSet$1(String_$type, 0);
1386
- _this.bj = new HashSet$1(String_$type, 0);
1430
+ _this.bm = 0;
1431
+ _this.bk = new HashSet$1(String_$type, 0);
1432
+ _this.bl = new HashSet$1(String_$type, 0);
1387
1433
  return _this;
1388
1434
  }
1389
1435
  WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
@@ -1396,25 +1442,33 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
1396
1442
  enumerable: false,
1397
1443
  configurable: true
1398
1444
  });
1399
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a) {
1400
- if (a.c == null) {
1445
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ap = function (a) {
1446
+ if (!this.bl.contains(a.b.specificType)) {
1447
+ this.bl.add_1(a.b.specificType);
1448
+ this.a3(a.b.specificType);
1449
+ }
1450
+ var b = a.b != null ? a.b.specificType + "." : "";
1451
+ return b + (a.c != null ? a.c.toString() : "");
1452
+ };
1453
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a, b) {
1454
+ if (b.c == null) {
1401
1455
  return "null";
1402
1456
  }
1403
- var b = a.c;
1404
- var c = "[";
1405
- for (var d = 0; d < b.length; d++) {
1406
- if (d > 0) {
1407
- c += ", ";
1457
+ var c = b.c;
1458
+ var d = "[";
1459
+ for (var e = 0; e < c.length; e++) {
1460
+ if (e > 0) {
1461
+ d += ", ";
1408
1462
  }
1409
- c += b[d];
1463
+ d += c[e];
1410
1464
  }
1411
- return c + "]";
1465
+ return d + "]";
1412
1466
  };
1413
1467
  WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_w = function () {
1414
1468
  return true;
1415
1469
  };
1416
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a3 = function (a) {
1417
- _super.prototype.a3.call(this, a);
1470
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a) {
1471
+ _super.prototype.a4.call(this, a);
1418
1472
  if (a == "any") {
1419
1473
  if (this.u) {
1420
1474
  this.h.l("var " + this.aj + ": any = {};");
@@ -1431,64 +1485,70 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
1431
1485
  this.h.l("var " + this.aj + " = new " + a + "();");
1432
1486
  }
1433
1487
  }
1434
- if (!this.bi.contains(this.aj)) {
1435
- this.bi.add_1(this.aj);
1436
- if (!this.bj.contains(this.ak)) {
1437
- this.bj.add_1(this.ak);
1438
- this.a2(this.ak);
1488
+ if (!this.bk.contains(this.aj)) {
1489
+ this.bk.add_1(this.aj);
1490
+ if (!this.bl.contains(this.ak)) {
1491
+ this.bl.add_1(this.ak);
1492
+ this.a3(this.ak);
1439
1493
  }
1440
- this.f.l("private " + CodeGeneratingComponentRenderer.d0(this.aj) + ": " + this.ak);
1494
+ this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + ": " + this.ak);
1441
1495
  if (!this.p) {
1442
1496
  if (this.u) {
1443
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d2(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
1497
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d4(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
1444
1498
  }
1445
1499
  }
1446
1500
  else {
1447
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
1501
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
1448
1502
  }
1449
1503
  }
1450
1504
  };
1451
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bl = function (a) {
1505
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bn = function (a) {
1452
1506
  if (stringEndsWith(a, "Component")) {
1453
1507
  a = a.substr(0, a.length - ("Component").length);
1454
1508
  }
1455
- return CodeGeneratingComponentRenderer.d2(a);
1509
+ return CodeGeneratingComponentRenderer.d4(a);
1456
1510
  };
1457
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function () {
1511
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function () {
1512
+ this.h.l("");
1458
1513
  };
1459
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a) {
1460
- _super.prototype.bb.call(this, a);
1514
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a) {
1461
1515
  };
1462
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a9 = function (a, b, c, d) {
1463
- var e = CodeGeneratingComponentRenderer.d0(b);
1464
- if (this.q(d, c)) {
1465
- this.bh(c);
1466
- if (!this.bi.contains(this.aj)) {
1467
- this.bi.add_1(this.aj);
1468
- if (!this.bj.contains(this.ak)) {
1469
- this.bj.add_1(this.ak);
1470
- this.a2(this.ak);
1516
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a) {
1517
+ {
1518
+ this.h.l("");
1519
+ }
1520
+ _super.prototype.bd.call(this, a);
1521
+ };
1522
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
1523
+ var e = CodeGeneratingComponentRenderer.d2(b);
1524
+ if (this.s(c)) {
1525
+ this.bj(c);
1526
+ if (!this.bk.contains(this.aj)) {
1527
+ this.bk.add_1(this.aj);
1528
+ if (!this.bl.contains(this.ak)) {
1529
+ this.bl.add_1(this.ak);
1530
+ this.a3(this.ak);
1471
1531
  }
1472
- this.f.l("private " + CodeGeneratingComponentRenderer.d0(this.aj) + ": " + this.ak);
1532
+ this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + ": " + this.ak);
1473
1533
  if (!this.p) {
1474
1534
  if (this.u) {
1475
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d2(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
1535
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d4(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
1476
1536
  }
1477
1537
  }
1478
1538
  else {
1479
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
1539
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
1480
1540
  }
1481
1541
  }
1482
- var f = CodeGeneratingComponentRenderer.d0(this.aw(d, c, true));
1542
+ var f = CodeGeneratingComponentRenderer.d2(this.aw(d, c, true));
1483
1543
  var g = f;
1484
1544
  if (g != "null" && !stringStartsWith(g, "this.")) {
1485
1545
  g = "this." + g;
1486
1546
  }
1487
1547
  if (this.ak == "any" && stringContains(e, "-")) {
1488
- this.e.l(CodeGeneratingComponentRenderer.d0(this.aj) + "['" + e + "'] = " + g);
1548
+ this.e.l(CodeGeneratingComponentRenderer.d2(this.aj) + "['" + e + "'] = " + g + ";");
1489
1549
  }
1490
1550
  else {
1491
- this.e.l(CodeGeneratingComponentRenderer.d0(this.aj) + "." + e + " = " + g);
1551
+ this.e.l(CodeGeneratingComponentRenderer.d2(this.aj) + "." + e + " = " + g + ";");
1492
1552
  }
1493
1553
  return;
1494
1554
  }
@@ -1496,13 +1556,14 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
1496
1556
  this.h.l("");
1497
1557
  }
1498
1558
  if (this.ak == "any" && stringContains(e, "-")) {
1499
- this.h.j(this.aj + "." + CodeGeneratingComponentRenderer.d0(this.aj) + "['" + e + "']");
1559
+ this.h.j(this.aj + "." + CodeGeneratingComponentRenderer.d2(this.aj) + "['" + e + "']");
1500
1560
  }
1501
1561
  else {
1502
- this.h.j(this.aj + "." + CodeGeneratingComponentRenderer.d0(e));
1562
+ this.h.j(this.aj + "." + CodeGeneratingComponentRenderer.d2(e));
1503
1563
  }
1504
1564
  this.h.j(" = ");
1505
1565
  this.h.j(this.aw(d, c, true));
1566
+ this.h.j(";");
1506
1567
  };
1507
1568
  WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ad = function (a) {
1508
1569
  var b = a.c;
@@ -1518,18 +1579,18 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
1518
1579
  return "null";
1519
1580
  };
1520
1581
  WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ao = function (a) {
1521
- return CodeGeneratingComponentRenderer.d0(a.a.e);
1582
+ return CodeGeneratingComponentRenderer.d2(a.a.e);
1522
1583
  };
1523
1584
  WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
1524
- return CodeGeneratingComponentRenderer.d0(a.a.e);
1585
+ return CodeGeneratingComponentRenderer.d2(a.a.e);
1525
1586
  };
1526
1587
  WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.aq = function (a) {
1527
1588
  if (!stringIsNullOrEmpty(a.a.e)) {
1528
- this.bh(a);
1529
- if (!this.bi.contains(a.a.e)) {
1530
- this.g.l("this." + CodeGeneratingComponentRenderer.d0(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d0(a.a.e) + ".bind(this);");
1589
+ this.bj(a);
1590
+ if (!this.bk.contains(a.a.e)) {
1591
+ this.g.l("this." + CodeGeneratingComponentRenderer.d2(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d2(a.a.e) + ".bind(this);");
1531
1592
  }
1532
- return "this." + CodeGeneratingComponentRenderer.d0(a.a.e);
1593
+ return "this." + CodeGeneratingComponentRenderer.d2(a.a.e);
1533
1594
  }
1534
1595
  return this.at();
1535
1596
  };
@@ -1575,18 +1636,34 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
1575
1636
  }
1576
1637
  return _super.prototype.aw.call(this, a, b, c);
1577
1638
  };
1578
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
1639
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a, b, c, d) {
1579
1640
  var e_5, _a;
1580
1641
  if (c.b.knownType == 9) {
1581
1642
  var e = typeCast(IList_$type, c.c);
1582
1643
  if (e != null) {
1644
+ var f = true;
1583
1645
  try {
1584
1646
  for (var _b = __values(fromEn(e)), _c = _b.next(); !_c.done; _c = _b.next()) {
1585
- var f = _c.value;
1586
- if (typeCast(CodeGenerationItemBuilder.$, f) !== null) {
1587
- var g = f;
1588
- g.s(this, false);
1589
- this.h.l(this.aj + "." + b + ".add(" + this.ax + ");");
1647
+ var g = _c.value;
1648
+ if (typeCast(CodeGenerationItemBuilder.$, g) !== null) {
1649
+ var h = g;
1650
+ h.s(this, false);
1651
+ var i = c.b.owningType;
1652
+ var j = d.getMetadata(i, "__isPlainObject");
1653
+ var k = false;
1654
+ if (j != null) {
1655
+ k = true;
1656
+ }
1657
+ if (k) {
1658
+ if (f) {
1659
+ f = false;
1660
+ this.h.l(this.aj + "." + b + " = []");
1661
+ }
1662
+ this.h.l(this.aj + "." + b + ".push(" + this.ax + ");");
1663
+ }
1664
+ else {
1665
+ this.h.l(this.aj + "." + b + ".add(" + this.ax + ");");
1666
+ }
1590
1667
  }
1591
1668
  }
1592
1669
  }
@@ -1607,8 +1684,8 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
1607
1684
  }
1608
1685
  else {
1609
1686
  if (typeCast(CodeGenerationItemBuilder.$, c.c) !== null) {
1610
- var h = c.c;
1611
- h.s(this, false);
1687
+ var l = c.c;
1688
+ l.s(this, false);
1612
1689
  this.h.l(this.aj + "." + b + " = " + this.ax + ";");
1613
1690
  }
1614
1691
  }
@@ -1631,31 +1708,12 @@ var ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
1631
1708
  ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
1632
1709
  return new ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
1633
1710
  };
1634
- ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_az = function () {
1711
+ ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
1635
1712
  return "Igc";
1636
1713
  };
1637
- ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a7 = function (a, b) {
1638
- var e_6, _a;
1639
- _super.prototype.a7.call(this, a, b);
1640
- try {
1641
- for (var _b = __values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
1642
- var c = _c.value;
1643
- b.addPackageImport("igniteui-react-" + this.ay, c);
1644
- }
1645
- }
1646
- catch (e_6_1) {
1647
- e_6 = { error: e_6_1 };
1648
- }
1649
- finally {
1650
- try {
1651
- if (_c && !_c.done && (_a = _b.return))
1652
- _a.call(_b);
1653
- }
1654
- finally {
1655
- if (e_6)
1656
- throw e_6.error;
1657
- }
1658
- }
1714
+ ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a8 = function (a, b, c) {
1715
+ _super.prototype.a8.call(this, a, b, c);
1716
+ WebImportsHalper.a(this.k, this.az, this.ay, this.a0, a, b, c);
1659
1717
  };
1660
1718
  ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
1661
1719
  return ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter;
@@ -1668,9 +1726,9 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
1668
1726
  __extends(WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter, _super);
1669
1727
  function WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter(a, b) {
1670
1728
  var _this = _super.call(this, a, b) || this;
1671
- _this.bk = 0;
1672
- _this.bi = new HashSet$1(String_$type, 0);
1673
- _this.bj = new HashSet$1(String_$type, 0);
1729
+ _this.bm = 0;
1730
+ _this.bk = new HashSet$1(String_$type, 0);
1731
+ _this.bl = new HashSet$1(String_$type, 0);
1674
1732
  return _this;
1675
1733
  }
1676
1734
  WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
@@ -1689,131 +1747,112 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
1689
1747
  WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.al = function (a, b, c, d) {
1690
1748
  d = _super.prototype.al.call(this, a, b, c, d);
1691
1749
  var e = b.p();
1692
- this.f.l("private" + " _" + CodeGeneratingComponentRenderer.d0(d) + ": " + e + " | null = null;");
1693
- this.f.l("public get " + CodeGeneratingComponentRenderer.d0(d) + "(): " + e + " {");
1750
+ this.f.l("private" + " _" + CodeGeneratingComponentRenderer.d2(d) + ": " + e + " | null = null;");
1751
+ this.f.l("public get " + CodeGeneratingComponentRenderer.d2(d) + "(): " + e + " {");
1694
1752
  this.f.h();
1695
- this.f.l("if (this._" + CodeGeneratingComponentRenderer.d0(d) + " == null)");
1753
+ this.f.l("if (this._" + CodeGeneratingComponentRenderer.d2(d) + " == null)");
1696
1754
  this.f.l("{");
1697
1755
  this.f.h();
1698
1756
  this.f.k(c);
1699
- this.f.l("this._" + CodeGeneratingComponentRenderer.d0(d) + " = " + d + ";");
1757
+ this.f.l("this._" + CodeGeneratingComponentRenderer.d2(d) + " = " + d + ";");
1700
1758
  this.f.f();
1701
1759
  this.f.l("}");
1702
- this.f.l("return this._" + CodeGeneratingComponentRenderer.d0(d) + ";");
1760
+ this.f.l("return this._" + CodeGeneratingComponentRenderer.d2(d) + ";");
1703
1761
  this.f.f();
1704
1762
  this.f.l("}");
1705
- return CodeGeneratingComponentRenderer.d1(d);
1763
+ return CodeGeneratingComponentRenderer.d3(d);
1706
1764
  };
1707
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a) {
1708
- if (a.c == null) {
1765
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a, b) {
1766
+ if (b.c == null) {
1709
1767
  return "null";
1710
1768
  }
1711
- var b = a.c;
1712
- var c = "";
1713
- for (var d = 0; d < b.length; d++) {
1714
- if (d > 0) {
1715
- c += ", ";
1769
+ var c = b.c;
1770
+ var d = "";
1771
+ for (var e = 0; e < c.length; e++) {
1772
+ if (e > 0) {
1773
+ d += ", ";
1716
1774
  }
1717
- c += b[d];
1775
+ d += c[e];
1718
1776
  }
1719
- return c;
1777
+ return d;
1720
1778
  };
1721
1779
  WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_w = function () {
1722
1780
  return true;
1723
1781
  };
1724
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a3 = function (a) {
1725
- _super.prototype.a3.call(this, a);
1726
- this.h.l("<" + this.bl(a) + "");
1727
- if (!this.bi.contains(this.aj)) {
1728
- this.bi.add_1(this.aj);
1729
- if (!this.bj.contains(this.ak)) {
1730
- this.bj.add_1(this.ak);
1731
- this.a2(this.ak);
1782
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a) {
1783
+ _super.prototype.a4.call(this, a);
1784
+ this.h.l("<" + this.bn(a) + "");
1785
+ if (!this.bk.contains(this.aj)) {
1786
+ this.bk.add_1(this.aj);
1787
+ if (!this.bl.contains(this.ak)) {
1788
+ this.bl.add_1(this.ak);
1789
+ this.a3(this.ak);
1732
1790
  }
1733
- this.f.l("private " + CodeGeneratingComponentRenderer.d0(this.aj) + ": " + this.ak);
1791
+ this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + ": " + this.ak);
1734
1792
  if (!this.p) {
1735
1793
  if (this.u) {
1736
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d2(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
1794
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d4(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
1737
1795
  }
1738
1796
  }
1739
1797
  else {
1740
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
1798
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
1741
1799
  }
1742
1800
  }
1743
1801
  };
1744
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bl = function (a) {
1802
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bn = function (a) {
1745
1803
  if (stringEndsWith(a, "Component")) {
1746
1804
  a = a.substr(0, a.length - ("Component").length);
1747
1805
  }
1748
- return CodeGeneratingComponentRenderer.d2(a);
1806
+ return CodeGeneratingComponentRenderer.d4(a);
1749
1807
  };
1750
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function () {
1808
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function () {
1751
1809
  this.h.l(">");
1752
1810
  this.h.h();
1753
1811
  };
1754
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a) {
1812
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a) {
1755
1813
  this.h.f();
1756
- this.h.l("</" + this.bl(a) + ">");
1757
- _super.prototype.bb.call(this, a);
1814
+ this.h.l("</" + this.bn(a) + ">");
1815
+ _super.prototype.bd.call(this, a);
1758
1816
  };
1759
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_az = function () {
1817
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
1760
1818
  return "Igc";
1761
1819
  };
1762
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a7 = function (a, b) {
1763
- var e_7, _a;
1764
- _super.prototype.a7.call(this, a, b);
1765
- try {
1766
- for (var _b = __values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
1767
- var c = _c.value;
1768
- b.addPackageImport("igniteui-webcomponents-" + this.ay, c);
1769
- }
1770
- }
1771
- catch (e_7_1) {
1772
- e_7 = { error: e_7_1 };
1773
- }
1774
- finally {
1775
- try {
1776
- if (_c && !_c.done && (_a = _b.return))
1777
- _a.call(_b);
1778
- }
1779
- finally {
1780
- if (e_7)
1781
- throw e_7.error;
1782
- }
1783
- }
1820
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a8 = function (a, b, c) {
1821
+ _super.prototype.a8.call(this, a, b, c);
1822
+ WebImportsHalper.a(this.k, this.az, this.ay, this.a0, a, b, c);
1784
1823
  };
1785
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a9 = function (a, b, c, d) {
1786
- var e = CodeGeneratingComponentRenderer.d0(b);
1824
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
1825
+ var e = CodeGeneratingComponentRenderer.d2(b);
1787
1826
  if (this.q(d, c)) {
1788
- this.bh(c);
1789
- if (!this.bi.contains(this.aj)) {
1790
- this.bi.add_1(this.aj);
1791
- if (!this.bj.contains(this.ak)) {
1792
- this.bj.add_1(this.ak);
1793
- this.a2(this.ak);
1827
+ this.bj(c);
1828
+ if (!this.bk.contains(this.aj)) {
1829
+ this.bk.add_1(this.aj);
1830
+ if (!this.bl.contains(this.ak)) {
1831
+ this.bl.add_1(this.ak);
1832
+ this.a3(this.ak);
1794
1833
  }
1795
- this.f.l("private " + CodeGeneratingComponentRenderer.d0(this.aj) + ": " + this.ak);
1834
+ this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + ": " + this.ak);
1796
1835
  if (!this.p) {
1797
1836
  if (this.u) {
1798
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d2(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
1837
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d4(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
1799
1838
  }
1800
1839
  }
1801
1840
  else {
1802
- this.g.l("var " + CodeGeneratingComponentRenderer.d0(this.aj) + " = this." + CodeGeneratingComponentRenderer.d0(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
1841
+ this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
1803
1842
  }
1804
1843
  }
1805
- var f = CodeGeneratingComponentRenderer.d0(this.aw(d, c, true));
1844
+ var f = CodeGeneratingComponentRenderer.d2(this.aw(d, c, true));
1806
1845
  var g = f;
1807
1846
  if (g != "null" && !stringStartsWith(g, "this.")) {
1808
1847
  g = "this." + g;
1809
1848
  }
1810
- this.e.l(CodeGeneratingComponentRenderer.d0(this.aj) + "." + e + " = " + g);
1849
+ this.e.l(CodeGeneratingComponentRenderer.d2(this.aj) + "." + e + " = " + g);
1811
1850
  return;
1812
1851
  }
1813
1852
  if (a > 0) {
1814
1853
  this.h.l("");
1815
1854
  }
1816
- this.h.j(CodeGeneratingComponentRenderer.d2(e));
1855
+ this.h.j(CodeGeneratingComponentRenderer.d4(e));
1817
1856
  this.h.j("=");
1818
1857
  this.h.j("\"");
1819
1858
  this.h.j(this.aw(d, c, true));
@@ -1837,23 +1876,23 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
1837
1876
  return "null";
1838
1877
  };
1839
1878
  WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ao = function (a) {
1840
- return CodeGeneratingComponentRenderer.d0(a.a.e);
1879
+ return CodeGeneratingComponentRenderer.d2(a.a.e);
1841
1880
  };
1842
1881
  WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
1843
- return CodeGeneratingComponentRenderer.d0(a.a.e);
1882
+ return CodeGeneratingComponentRenderer.d2(a.a.e);
1844
1883
  };
1845
1884
  WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.aq = function (a) {
1846
1885
  if (!stringIsNullOrEmpty(a.a.e)) {
1847
- this.bh(a);
1848
- if (!this.bi.contains(a.a.e)) {
1849
- this.g.l("this." + CodeGeneratingComponentRenderer.d0(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d0(a.a.e) + ".bind(this);");
1886
+ this.bj(a);
1887
+ if (!this.bk.contains(a.a.e)) {
1888
+ this.g.l("this." + CodeGeneratingComponentRenderer.d2(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d2(a.a.e) + ".bind(this);");
1850
1889
  }
1851
- return "this." + CodeGeneratingComponentRenderer.d0(a.a.e);
1890
+ return "this." + CodeGeneratingComponentRenderer.d2(a.a.e);
1852
1891
  }
1853
1892
  return this.at();
1854
1893
  };
1855
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
1856
- var e_8, _a;
1894
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a, b, c, d) {
1895
+ var e_6, _a;
1857
1896
  if (c.b.knownType == 9) {
1858
1897
  var e = typeCast(IList_$type, c.c);
1859
1898
  if (e != null) {
@@ -1866,8 +1905,8 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
1866
1905
  }
1867
1906
  }
1868
1907
  }
1869
- catch (e_8_1) {
1870
- e_8 = { error: e_8_1 };
1908
+ catch (e_6_1) {
1909
+ e_6 = { error: e_6_1 };
1871
1910
  }
1872
1911
  finally {
1873
1912
  try {
@@ -1875,8 +1914,8 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
1875
1914
  _a.call(_b);
1876
1915
  }
1877
1916
  finally {
1878
- if (e_8)
1879
- throw e_8.error;
1917
+ if (e_6)
1918
+ throw e_6.error;
1880
1919
  }
1881
1920
  }
1882
1921
  }
@@ -1903,31 +1942,12 @@ var WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @cla
1903
1942
  WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
1904
1943
  return new WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
1905
1944
  };
1906
- WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_az = function () {
1945
+ WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
1907
1946
  return "Igc";
1908
1947
  };
1909
- WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a7 = function (a, b) {
1910
- var e_9, _a;
1911
- _super.prototype.a7.call(this, a, b);
1912
- try {
1913
- for (var _b = __values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
1914
- var c = _c.value;
1915
- b.addPackageImport("igniteui-webcomponents-" + this.ay, c);
1916
- }
1917
- }
1918
- catch (e_9_1) {
1919
- e_9 = { error: e_9_1 };
1920
- }
1921
- finally {
1922
- try {
1923
- if (_c && !_c.done && (_a = _b.return))
1924
- _a.call(_b);
1925
- }
1926
- finally {
1927
- if (e_9)
1928
- throw e_9.error;
1929
- }
1930
- }
1948
+ WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a8 = function (a, b, c) {
1949
+ _super.prototype.a8.call(this, a, b, c);
1950
+ WebImportsHalper.a(this.k, this.az, this.ay, this.a0, a, b, c);
1931
1951
  };
1932
1952
  WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
1933
1953
  return WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter;
@@ -1946,11 +1966,11 @@ var TSCodeGeneratingComponentRendererHandlerEmitter = /** @class */ /*@__PURE__*
1946
1966
  }
1947
1967
  TSCodeGeneratingComponentRendererHandlerEmitter.prototype.r = function (a, b) {
1948
1968
  _super.prototype.r.call(this, a, b);
1949
- this.f.l("this." + CodeGeneratingComponentRenderer.d0(a) + "();");
1969
+ this.f.l("this." + CodeGeneratingComponentRenderer.d2(a) + "();");
1950
1970
  };
1951
1971
  TSCodeGeneratingComponentRendererHandlerEmitter.prototype.s = function (a, b) {
1952
1972
  _super.prototype.s.call(this, a, b);
1953
- this.g.l("this." + CodeGeneratingComponentRenderer.d0(a) + "();");
1973
+ this.g.l("this." + CodeGeneratingComponentRenderer.d2(a) + "();");
1954
1974
  };
1955
1975
  Object.defineProperty(TSCodeGeneratingComponentRendererHandlerEmitter.prototype, "v", {
1956
1976
  get: function () {
@@ -2028,7 +2048,7 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
2028
2048
  if (b === void 0) {
2029
2049
  b = false;
2030
2050
  }
2031
- a = CodeGeneratingComponentRenderer.d1(a);
2051
+ a = CodeGeneratingComponentRenderer.d3(a);
2032
2052
  a = stringReplace(a, "-", "_");
2033
2053
  if (b) {
2034
2054
  a += "Item";
@@ -2037,17 +2057,20 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
2037
2057
  };
2038
2058
  TSCodeGeneratingComponentRendererDataEmitter.prototype.u = function (a) {
2039
2059
  a = stringReplace(a, "-", "_");
2040
- return CodeGeneratingComponentRenderer.d0(a);
2060
+ if (this.p.e) {
2061
+ return a;
2062
+ }
2063
+ return CodeGeneratingComponentRenderer.d2(a);
2041
2064
  };
2042
2065
  TSCodeGeneratingComponentRendererDataEmitter.prototype.ao = function (a) {
2043
2066
  a = stringReplace(a, "-", "_");
2044
- return "_" + CodeGeneratingComponentRenderer.d0(a);
2067
+ return "_" + CodeGeneratingComponentRenderer.d2(a);
2045
2068
  };
2046
2069
  TSCodeGeneratingComponentRendererDataEmitter.prototype.get_s = function () {
2047
2070
  return ".ts";
2048
2071
  };
2049
2072
  TSCodeGeneratingComponentRendererDataEmitter.prototype.aj = function (a, b, c, d, e) {
2050
- var e_10, _a;
2073
+ var e_7, _a;
2051
2074
  _super.prototype.aj.call(this, a, b, c, d, e);
2052
2075
  var f = this.r(this.v(a, true), this.v(a, false), b, c);
2053
2076
  try {
@@ -2056,8 +2079,8 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
2056
2079
  this.ab(g, d, e);
2057
2080
  }
2058
2081
  }
2059
- catch (e_10_1) {
2060
- e_10 = { error: e_10_1 };
2082
+ catch (e_7_1) {
2083
+ e_7 = { error: e_7_1 };
2061
2084
  }
2062
2085
  finally {
2063
2086
  try {
@@ -2065,8 +2088,8 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
2065
2088
  _a.call(_b);
2066
2089
  }
2067
2090
  finally {
2068
- if (e_10)
2069
- throw e_10.error;
2091
+ if (e_7)
2092
+ throw e_7.error;
2070
2093
  }
2071
2094
  }
2072
2095
  var h = 0;
@@ -2111,7 +2134,7 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
2111
2134
  if (b == 2 || (c != null && c.isAsync)) {
2112
2135
  this.g.l("private " + this.ao(a) + "Fetching: boolean = false;");
2113
2136
  }
2114
- this.g.l("public get " + this.u(a) + "(): " + f + " {");
2137
+ this.g.l("public get " + CodeGeneratingComponentRenderer.d2(a) + "(): " + f + " {");
2115
2138
  this.g.h();
2116
2139
  if (c != null && c.isAsync) {
2117
2140
  this.g.l("if (this." + this.ao(a) + " == null && !this." + this.ao(a) + "Fetching)");
@@ -2149,7 +2172,7 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
2149
2172
  TSCodeGeneratingComponentRendererDataEmitter.prototype.ag = function (a, b) {
2150
2173
  _super.prototype.ag.call(this, a, b);
2151
2174
  this.g.l("private " + this.ao(a) + ": " + this.al(b.e) + " = " + this.am(b) + ";");
2152
- this.g.l("public get " + this.u(a) + "(): " + this.al(b.e) + " {");
2175
+ this.g.l("public get " + CodeGeneratingComponentRenderer.d2(a) + "(): " + this.al(b.e) + " {");
2153
2176
  this.g.h();
2154
2177
  this.g.l("return this." + this.ao(a) + ";");
2155
2178
  this.g.f();
@@ -2159,7 +2182,7 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
2159
2182
  TSCodeGeneratingComponentRendererDataEmitter.prototype.ah = function (a, b, c, d) {
2160
2183
  _super.prototype.ah.call(this, a, b, c, d);
2161
2184
  this.g.l("private " + this.ao(a) + ": " + this.v(a, false) + "Item = null;");
2162
- this.g.l("public get " + this.u(a) + "(): " + this.v(a, false) + "Item {");
2185
+ this.g.l("public get " + CodeGeneratingComponentRenderer.d2(a) + "(): " + this.v(a, false) + "Item {");
2163
2186
  this.g.h();
2164
2187
  this.g.l("if (this." + this.ao(a) + " == null)");
2165
2188
  this.g.l("{");
@@ -2184,7 +2207,7 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
2184
2207
  TSCodeGeneratingComponentRendererDataEmitter.prototype.ab = function (a, b, c) {
2185
2208
  var d = 0;
2186
2209
  if (c == this.k) {
2187
- c.addPackageImport("./" + a.d, a.d);
2210
+ c.addPackageImport("./" + a.c, a.d);
2188
2211
  }
2189
2212
  else {
2190
2213
  c.addPackageImport("./" + a.c, a.d);
@@ -2217,7 +2240,7 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
2217
2240
  };
2218
2241
  TSCodeGeneratingComponentRendererDataEmitter.prototype.an = function (a, b, c) {
2219
2242
  if (c.d) {
2220
- return a.d + "_" + this.u(b) + "[]";
2243
+ return a.d + "_" + CodeGeneratingComponentRenderer.d3(this.u(b)) + "Item[]";
2221
2244
  }
2222
2245
  else if (c.f) {
2223
2246
  return a.d + "_" + this.u(b);
@@ -2278,11 +2301,11 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
2278
2301
  }
2279
2302
  e.j(this.u(j) + ": ");
2280
2303
  if (k.d) {
2281
- var l = a + "_" + this.u(j) + "Item";
2304
+ var l = a + "_" + CodeGeneratingComponentRenderer.d3(this.u(j)) + "Item";
2282
2305
  this.ap(l, k.a, k.b, h.item(j), e);
2283
2306
  }
2284
2307
  else if (k.f) {
2285
- var m = a + "_" + this.u(j);
2308
+ var m = a + "_" + CodeGeneratingComponentRenderer.d3(this.u(j));
2286
2309
  this.ap(m, k.a, k.b, h.item(j), e);
2287
2310
  }
2288
2311
  else {
@@ -2327,9 +2350,9 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
2327
2350
  __extends(AngularTemplateCodeGeneratingComponentRendererCodeEmitter, _super);
2328
2351
  function AngularTemplateCodeGeneratingComponentRendererCodeEmitter(a, b) {
2329
2352
  var _this = _super.call(this, a, b) || this;
2330
- _this.bk = 0;
2331
- _this.bi = new HashSet$1(String_$type, 0);
2332
- _this.bj = new HashSet$1(String_$type, 0);
2353
+ _this.bm = 0;
2354
+ _this.bk = new HashSet$1(String_$type, 0);
2355
+ _this.bl = new HashSet$1(String_$type, 0);
2333
2356
  return _this;
2334
2357
  }
2335
2358
  AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
@@ -2345,99 +2368,80 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
2345
2368
  AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.al = function (a, b, c, d) {
2346
2369
  d = _super.prototype.al.call(this, a, b, c, d);
2347
2370
  var e = b.p();
2348
- this.f.l("private " + " _" + CodeGeneratingComponentRenderer.d0(d) + ": " + e + " | null = null;");
2349
- this.f.l("public get " + CodeGeneratingComponentRenderer.d0(d) + "(): " + e + " {");
2371
+ this.f.l("private " + " _" + CodeGeneratingComponentRenderer.d2(d) + ": " + e + " | null = null;");
2372
+ this.f.l("public get " + CodeGeneratingComponentRenderer.d2(d) + "(): " + e + " {");
2350
2373
  this.f.h();
2351
- this.f.l("if (this._" + CodeGeneratingComponentRenderer.d0(d) + " == null)");
2374
+ this.f.l("if (this._" + CodeGeneratingComponentRenderer.d2(d) + " == null)");
2352
2375
  this.f.l("{");
2353
2376
  this.f.h();
2354
2377
  this.f.k(c);
2355
- this.f.l("this._" + CodeGeneratingComponentRenderer.d0(d) + " = " + d + ";");
2378
+ this.f.l("this._" + CodeGeneratingComponentRenderer.d2(d) + " = " + d + ";");
2356
2379
  this.f.f();
2357
2380
  this.f.l("}");
2358
- this.f.l("return this._" + CodeGeneratingComponentRenderer.d0(d) + ";");
2381
+ this.f.l("return this._" + CodeGeneratingComponentRenderer.d2(d) + ";");
2359
2382
  this.f.f();
2360
2383
  this.f.l("}");
2361
- return CodeGeneratingComponentRenderer.d1(d);
2384
+ return CodeGeneratingComponentRenderer.d3(d);
2362
2385
  };
2363
2386
  AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
2364
2387
  return new AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
2365
2388
  };
2366
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a) {
2367
- if (a.c == null) {
2389
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a, b) {
2390
+ if (b.c == null) {
2368
2391
  return "null";
2369
2392
  }
2370
- var b = a.c;
2371
- var c = "";
2372
- for (var d = 0; d < b.length; d++) {
2373
- if (d > 0) {
2374
- c += ", ";
2393
+ var c = b.c;
2394
+ var d = "";
2395
+ for (var e = 0; e < c.length; e++) {
2396
+ if (e > 0) {
2397
+ d += ", ";
2375
2398
  }
2376
- c += b[d];
2399
+ d += c[e];
2377
2400
  }
2378
- return c;
2401
+ return d;
2379
2402
  };
2380
2403
  AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_w = function () {
2381
2404
  return true;
2382
2405
  };
2383
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_az = function () {
2406
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
2384
2407
  return "Igx";
2385
2408
  };
2386
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.a3 = function (a) {
2387
- _super.prototype.a3.call(this, a);
2388
- this.h.l("<" + this.bl(a) + "");
2389
- if (!this.bi.contains(this.aj)) {
2390
- this.bi.add_1(this.aj);
2391
- if (!this.bj.contains(this.ak)) {
2392
- this.bj.add_1(this.ak);
2393
- this.a2(this.ak);
2409
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a) {
2410
+ _super.prototype.a4.call(this, a);
2411
+ this.h.l("<" + this.bn(a) + "");
2412
+ if (!this.bk.contains(this.aj)) {
2413
+ this.bk.add_1(this.aj);
2414
+ if (!this.bl.contains(this.ak)) {
2415
+ this.bl.add_1(this.ak);
2416
+ this.a3(this.ak);
2394
2417
  }
2395
- this.f.l("@ViewChild(\"" + CodeGeneratingComponentRenderer.d0(this.aj) + "\", { static: true } )");
2396
- this.f.l("private " + CodeGeneratingComponentRenderer.d0(this.aj) + ": " + this.ak);
2418
+ this.f.l("@ViewChild(\"" + CodeGeneratingComponentRenderer.d2(this.aj) + "\", { static: true } )");
2419
+ this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + ": " + this.ak);
2397
2420
  }
2398
2421
  };
2399
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.a7 = function (a, b) {
2400
- var e_11, _a;
2401
- _super.prototype.a7.call(this, a, b);
2402
- try {
2403
- for (var _b = __values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
2404
- var c = _c.value;
2405
- b.addPackageImport("igniteui-angular-" + this.ay, c);
2406
- }
2407
- }
2408
- catch (e_11_1) {
2409
- e_11 = { error: e_11_1 };
2410
- }
2411
- finally {
2412
- try {
2413
- if (_c && !_c.done && (_a = _b.return))
2414
- _a.call(_b);
2415
- }
2416
- finally {
2417
- if (e_11)
2418
- throw e_11.error;
2419
- }
2420
- }
2422
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.a8 = function (a, b, c) {
2423
+ _super.prototype.a8.call(this, a, b, c);
2424
+ WebImportsHalper.a(this.k, this.az, this.ay, this.a0, a, b, c);
2421
2425
  };
2422
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bl = function (a) {
2426
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bn = function (a) {
2423
2427
  if (stringEndsWith(a, "Component")) {
2424
2428
  a = a.substr(0, a.length - ("Component").length);
2425
2429
  }
2426
- return CodeGeneratingComponentRenderer.d2(a);
2430
+ return CodeGeneratingComponentRenderer.d4(a);
2427
2431
  };
2428
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function () {
2432
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function () {
2429
2433
  this.h.l(">");
2430
2434
  this.h.h();
2431
2435
  };
2432
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a) {
2436
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a) {
2433
2437
  this.h.f();
2434
- this.h.l("</" + this.bl(a) + ">");
2435
- _super.prototype.bb.call(this, a);
2438
+ this.h.l("</" + this.bn(a) + ">");
2439
+ _super.prototype.bd.call(this, a);
2436
2440
  };
2437
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.a9 = function (a, b, c, d) {
2438
- var e = CodeGeneratingComponentRenderer.d0(b);
2441
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
2442
+ var e = CodeGeneratingComponentRenderer.d2(b);
2439
2443
  if (this.q(d, c)) {
2440
- this.bh(c);
2444
+ this.bj(c);
2441
2445
  if (this.t(c)) {
2442
2446
  e = "(" + e + ")";
2443
2447
  }
@@ -2455,13 +2459,13 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
2455
2459
  this.h.j("\"");
2456
2460
  if (e == "name") {
2457
2461
  this.h.l("");
2458
- this.h.j("#" + CodeGeneratingComponentRenderer.d0(this.aw(d, c, true)));
2462
+ this.h.j("#" + CodeGeneratingComponentRenderer.d2(this.aw(d, c, true)));
2459
2463
  }
2460
2464
  };
2461
2465
  AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.aq = function (a) {
2462
2466
  if (!stringIsNullOrEmpty(a.a.e)) {
2463
- this.bh(a);
2464
- return "this." + CodeGeneratingComponentRenderer.d0(a.a.e) + "($event)";
2467
+ this.bj(a);
2468
+ return "this." + CodeGeneratingComponentRenderer.d2(a.a.e) + "($event)";
2465
2469
  }
2466
2470
  return this.at();
2467
2471
  };
@@ -2479,13 +2483,13 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
2479
2483
  return "null";
2480
2484
  };
2481
2485
  AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.ao = function (a) {
2482
- return CodeGeneratingComponentRenderer.d0(a.a.e);
2486
+ return CodeGeneratingComponentRenderer.d2(a.a.e);
2483
2487
  };
2484
2488
  AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
2485
- return CodeGeneratingComponentRenderer.d0(a.a.e);
2489
+ return CodeGeneratingComponentRenderer.d2(a.a.e);
2486
2490
  };
2487
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
2488
- var e_12, _a;
2491
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a, b, c, d) {
2492
+ var e_8, _a;
2489
2493
  if (c.b.knownType == 9) {
2490
2494
  var e = typeCast(IList_$type, c.c);
2491
2495
  if (e != null) {
@@ -2498,8 +2502,8 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
2498
2502
  }
2499
2503
  }
2500
2504
  }
2501
- catch (e_12_1) {
2502
- e_12 = { error: e_12_1 };
2505
+ catch (e_8_1) {
2506
+ e_8 = { error: e_8_1 };
2503
2507
  }
2504
2508
  finally {
2505
2509
  try {
@@ -2507,8 +2511,8 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
2507
2511
  _a.call(_b);
2508
2512
  }
2509
2513
  finally {
2510
- if (e_12)
2511
- throw e_12.error;
2514
+ if (e_8)
2515
+ throw e_8.error;
2512
2516
  }
2513
2517
  }
2514
2518
  }
@@ -2538,31 +2542,12 @@ var AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */
2538
2542
  AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
2539
2543
  return new AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
2540
2544
  };
2541
- AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_az = function () {
2545
+ AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
2542
2546
  return "Igc";
2543
2547
  };
2544
- AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a7 = function (a, b) {
2545
- var e_13, _a;
2546
- _super.prototype.a7.call(this, a, b);
2547
- try {
2548
- for (var _b = __values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
2549
- var c = _c.value;
2550
- b.addPackageImport("igniteui-angular-" + this.ay, c);
2551
- }
2552
- }
2553
- catch (e_13_1) {
2554
- e_13 = { error: e_13_1 };
2555
- }
2556
- finally {
2557
- try {
2558
- if (_c && !_c.done && (_a = _b.return))
2559
- _a.call(_b);
2560
- }
2561
- finally {
2562
- if (e_13)
2563
- throw e_13.error;
2564
- }
2565
- }
2548
+ AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a8 = function (a, b, c) {
2549
+ _super.prototype.a8.call(this, a, b, c);
2550
+ WebImportsHalper.a(this.k, this.az, this.ay, this.a0, a, b, c);
2566
2551
  };
2567
2552
  AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
2568
2553
  return AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter;
@@ -2601,7 +2586,7 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
2601
2586
  if (b === void 0) {
2602
2587
  b = false;
2603
2588
  }
2604
- a = CodeGeneratingComponentRenderer.d1(a);
2589
+ a = CodeGeneratingComponentRenderer.d3(a);
2605
2590
  a = stringReplace(a, "-", "_");
2606
2591
  if (b) {
2607
2592
  a += "Item";
@@ -2610,14 +2595,14 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
2610
2595
  };
2611
2596
  DotNetCodeGeneratingComponentRendererDataEmitter.prototype.u = function (a) {
2612
2597
  a = stringReplace(a, "-", "_");
2613
- return CodeGeneratingComponentRenderer.d1(a);
2598
+ return CodeGeneratingComponentRenderer.d3(a);
2614
2599
  };
2615
2600
  DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ao = function (a) {
2616
2601
  a = stringReplace(a, "-", "_");
2617
- return "_" + CodeGeneratingComponentRenderer.d0(a);
2602
+ return "_" + CodeGeneratingComponentRenderer.d2(a);
2618
2603
  };
2619
2604
  DotNetCodeGeneratingComponentRendererDataEmitter.prototype.aj = function (a, b, c, d, e) {
2620
- var e_14, _a;
2605
+ var e_9, _a;
2621
2606
  _super.prototype.aj.call(this, a, b, c, d, e);
2622
2607
  var f = this.r(this.v(a, true), this.v(a, false), b, c);
2623
2608
  try {
@@ -2626,8 +2611,8 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
2626
2611
  this.ab(g, d, e);
2627
2612
  }
2628
2613
  }
2629
- catch (e_14_1) {
2630
- e_14 = { error: e_14_1 };
2614
+ catch (e_9_1) {
2615
+ e_9 = { error: e_9_1 };
2631
2616
  }
2632
2617
  finally {
2633
2618
  try {
@@ -2635,8 +2620,8 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
2635
2620
  _a.call(_b);
2636
2621
  }
2637
2622
  finally {
2638
- if (e_14)
2639
- throw e_14.error;
2623
+ if (e_9)
2624
+ throw e_9.error;
2640
2625
  }
2641
2626
  }
2642
2627
  d.l("");
@@ -2885,34 +2870,34 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
2885
2870
  WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.get_x = function () {
2886
2871
  return false;
2887
2872
  };
2888
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a) {
2889
- if (a.c == null) {
2873
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a, b) {
2874
+ if (b.c == null) {
2890
2875
  return "null";
2891
2876
  }
2892
- var b = a.c;
2893
- var c = "";
2894
- for (var d = 0; d < b.length; d++) {
2895
- if (d > 0) {
2896
- c += ", ";
2877
+ var c = b.c;
2878
+ var d = "";
2879
+ for (var e = 0; e < c.length; e++) {
2880
+ if (e > 0) {
2881
+ d += ", ";
2897
2882
  }
2898
- c += b[d];
2883
+ d += c[e];
2899
2884
  }
2900
- return c;
2885
+ return d;
2901
2886
  };
2902
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.a3 = function (a) {
2903
- _super.prototype.a3.call(this, a);
2887
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a) {
2888
+ _super.prototype.a4.call(this, a);
2904
2889
  this.h.l("<ig:" + a + "");
2905
2890
  };
2906
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function () {
2891
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function () {
2907
2892
  this.h.l(">");
2908
2893
  this.h.h();
2909
2894
  };
2910
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a) {
2895
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a) {
2911
2896
  this.h.f();
2912
2897
  this.h.l("</ig:" + a + ">");
2913
- _super.prototype.bb.call(this, a);
2898
+ _super.prototype.bd.call(this, a);
2914
2899
  };
2915
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.a9 = function (a, b, c, d) {
2900
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
2916
2901
  if (b == "Label" && c.b != null && stringContains(c.b.owningType, "Axis")) {
2917
2902
  if (c.c != null && stringContains(c.c, "{")) {
2918
2903
  if (a > 0) {
@@ -2951,16 +2936,16 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
2951
2936
  WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.ao = function (a) {
2952
2937
  return "{Binding ElementName=" + a.a.e + "}";
2953
2938
  };
2954
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function (a) {
2939
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a) {
2955
2940
  a = stringReplace(a, "-", "_");
2956
- return CodeGeneratingComponentRenderer.d1(a);
2941
+ return CodeGeneratingComponentRenderer.d3(a);
2957
2942
  };
2958
2943
  WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
2959
- this.bh(a);
2960
- return "{Binding " + this.bi(a.a.e) + "}";
2944
+ this.bj(a);
2945
+ return "{Binding " + this.bk(a.a.e) + "}";
2961
2946
  };
2962
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
2963
- var e_15, _a;
2947
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a, b, c, d) {
2948
+ var e_10, _a;
2964
2949
  this.h.j("<ig:");
2965
2950
  {
2966
2951
  this.h.j(this.ak);
@@ -2981,8 +2966,8 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
2981
2966
  }
2982
2967
  }
2983
2968
  }
2984
- catch (e_15_1) {
2985
- e_15 = { error: e_15_1 };
2969
+ catch (e_10_1) {
2970
+ e_10 = { error: e_10_1 };
2986
2971
  }
2987
2972
  finally {
2988
2973
  try {
@@ -2990,8 +2975,8 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
2990
2975
  _a.call(_b);
2991
2976
  }
2992
2977
  finally {
2993
- if (e_15)
2994
- throw e_15.error;
2978
+ if (e_10)
2979
+ throw e_10.error;
2995
2980
  }
2996
2981
  }
2997
2982
  }
@@ -3011,7 +2996,7 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
3011
2996
  this.h.j(b);
3012
2997
  this.h.l(">");
3013
2998
  };
3014
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.get_az = function () {
2999
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
3015
3000
  return "Xam";
3016
3001
  };
3017
3002
  WPFXamlCodeGeneratingComponentRendererCodeEmitter.$t = markType(WPFXamlCodeGeneratingComponentRendererCodeEmitter, 'WPFXamlCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
@@ -3053,16 +3038,16 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
3053
3038
  __extends(CodeGeneratingComponentRenderer, _super);
3054
3039
  function CodeGeneratingComponentRenderer(a, b) {
3055
3040
  var _this = _super.call(this) || this;
3056
- _this.ds = null;
3057
- _this.dt = 0;
3058
- _this.dw = null;
3059
- _this.dx = null;
3060
- _this.dy = null;
3061
- _this.dv = null;
3062
3041
  _this.du = null;
3063
- _this.ds = b;
3064
- _this.dt = a;
3065
- ComponentRenderer.platform = CodeGeneratingComponentRenderer.dz(a);
3042
+ _this.dv = 0;
3043
+ _this.dy = null;
3044
+ _this.dz = null;
3045
+ _this.d0 = null;
3046
+ _this.dx = null;
3047
+ _this.dw = null;
3048
+ _this.du = b;
3049
+ _this.dv = a;
3050
+ ComponentRenderer.platform = CodeGeneratingComponentRenderer.d1(a);
3066
3051
  _this.adapter = new CodeGenerationRendererAdapter(a, _this.adapter);
3067
3052
  _this.context = new TypeDescriptionContext(_this.adapter, ComponentRenderer.platform);
3068
3053
  _this.i = new CodeGenerationTransformer(a);
@@ -3077,7 +3062,13 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
3077
3062
  })());
3078
3063
  });
3079
3064
  };
3080
- CodeGeneratingComponentRenderer.d0 = function (a) {
3065
+ CodeGeneratingComponentRenderer.prototype.cu = function (a) {
3066
+ this.du.b = a;
3067
+ };
3068
+ CodeGeneratingComponentRenderer.prototype.n = function () {
3069
+ return false;
3070
+ };
3071
+ CodeGeneratingComponentRenderer.d2 = function (a) {
3081
3072
  if (a == null) {
3082
3073
  return null;
3083
3074
  }
@@ -3086,7 +3077,7 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
3086
3077
  }
3087
3078
  return a.substr(0, 1).toLowerCase() + a.substr(1);
3088
3079
  };
3089
- CodeGeneratingComponentRenderer.d1 = function (a) {
3080
+ CodeGeneratingComponentRenderer.d3 = function (a) {
3090
3081
  if (a == null) {
3091
3082
  return null;
3092
3083
  }
@@ -3095,7 +3086,7 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
3095
3086
  }
3096
3087
  return a.substr(0, 1).toUpperCase() + a.substr(1);
3097
3088
  };
3098
- CodeGeneratingComponentRenderer.d2 = function (a) {
3089
+ CodeGeneratingComponentRenderer.d4 = function (a) {
3099
3090
  if (a == null) {
3100
3091
  return null;
3101
3092
  }
@@ -3130,27 +3121,22 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
3130
3121
  }
3131
3122
  return j.toString();
3132
3123
  };
3133
- CodeGeneratingComponentRenderer.prototype.ao = function () {
3124
+ CodeGeneratingComponentRenderer.prototype.ap = function () {
3134
3125
  return true;
3135
3126
  };
3136
- CodeGeneratingComponentRenderer.prototype.ab = function (a) {
3137
- _super.prototype.ab.call(this, a);
3138
- this.dw = a;
3139
- return true;
3140
- };
3141
- CodeGeneratingComponentRenderer.prototype.ai = function (a) {
3142
- _super.prototype.ai.call(this, a);
3127
+ CodeGeneratingComponentRenderer.prototype.ac = function (a) {
3128
+ _super.prototype.ac.call(this, a);
3143
3129
  this.dy = a;
3144
3130
  return true;
3145
3131
  };
3146
- CodeGeneratingComponentRenderer.prototype.ac = function (a) {
3147
- _super.prototype.ac.call(this, a);
3148
- this.du = a;
3132
+ CodeGeneratingComponentRenderer.prototype.aj = function (a) {
3133
+ _super.prototype.aj.call(this, a);
3134
+ this.d0 = a;
3149
3135
  return true;
3150
3136
  };
3151
3137
  CodeGeneratingComponentRenderer.prototype.ad = function (a) {
3152
3138
  _super.prototype.ad.call(this, a);
3153
- this.dv = a;
3139
+ this.dw = a;
3154
3140
  return true;
3155
3141
  };
3156
3142
  CodeGeneratingComponentRenderer.prototype.ae = function (a) {
@@ -3158,8 +3144,13 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
3158
3144
  this.dx = a;
3159
3145
  return true;
3160
3146
  };
3161
- CodeGeneratingComponentRenderer.prototype.dl = function (a, b, c) {
3162
- switch (this.dt) {
3147
+ CodeGeneratingComponentRenderer.prototype.af = function (a) {
3148
+ _super.prototype.af.call(this, a);
3149
+ this.dz = a;
3150
+ return true;
3151
+ };
3152
+ CodeGeneratingComponentRenderer.prototype.dn = function (a, b, c) {
3153
+ switch (this.dv) {
3163
3154
  case 1: if (b.forceCodeBehind) {
3164
3155
  return new AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter(b, c);
3165
3156
  }
@@ -3194,8 +3185,8 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
3194
3185
  }
3195
3186
  return null;
3196
3187
  };
3197
- CodeGeneratingComponentRenderer.prototype.dm = function (a, b) {
3198
- switch (this.dt) {
3188
+ CodeGeneratingComponentRenderer.prototype.dp = function (a, b) {
3189
+ switch (this.dv) {
3199
3190
  case 1: return new TSCodeGeneratingComponentRendererDataEmitter(a, b);
3200
3191
  case 2: return new TSCodeGeneratingComponentRendererDataEmitter(a, b);
3201
3192
  case 3: return new TSCodeGeneratingComponentRendererDataEmitter(a, b);
@@ -3205,51 +3196,51 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
3205
3196
  }
3206
3197
  return null;
3207
3198
  };
3208
- CodeGeneratingComponentRenderer.prototype.dn = function (a, b) {
3209
- switch (this.dt) {
3210
- case 1: return new TSCodeGeneratingComponentRendererHandlerEmitter(a, b, this.dt);
3211
- case 2: return new TSCodeGeneratingComponentRendererHandlerEmitter(a, b, this.dt);
3212
- case 3: return new TSCodeGeneratingComponentRendererHandlerEmitter(a, b, this.dt);
3199
+ CodeGeneratingComponentRenderer.prototype.dq = function (a, b) {
3200
+ switch (this.dv) {
3201
+ case 1: return new TSCodeGeneratingComponentRendererHandlerEmitter(a, b, this.dv);
3202
+ case 2: return new TSCodeGeneratingComponentRendererHandlerEmitter(a, b, this.dv);
3203
+ case 3: return new TSCodeGeneratingComponentRendererHandlerEmitter(a, b, this.dv);
3213
3204
  case 4: break;
3214
3205
  case 0:
3215
3206
  case 5: return new DotNetCodeGeneratingComponentRendererHandlerEmitter(a, b);
3216
3207
  }
3217
3208
  return null;
3218
3209
  };
3219
- CodeGeneratingComponentRenderer.prototype.dq = function (a, b) {
3220
- switch (this.dt) {
3221
- case 1: return new TSCodeGeneratingComponentRendererTemplateEmitter(a, b, this.dt);
3222
- case 2: return new TSCodeGeneratingComponentRendererTemplateEmitter(a, b, this.dt);
3223
- case 3: return new TSCodeGeneratingComponentRendererTemplateEmitter(a, b, this.dt);
3210
+ CodeGeneratingComponentRenderer.prototype.ds = function (a, b) {
3211
+ switch (this.dv) {
3212
+ case 1: return new TSCodeGeneratingComponentRendererTemplateEmitter(a, b, this.dv);
3213
+ case 2: return new TSCodeGeneratingComponentRendererTemplateEmitter(a, b, this.dv);
3214
+ case 3: return new TSCodeGeneratingComponentRendererTemplateEmitter(a, b, this.dv);
3224
3215
  case 4: break;
3225
3216
  case 0:
3226
3217
  case 5: return new DotNetCodeGeneratingComponentRendererTemplateEmitter(a, b);
3227
3218
  }
3228
3219
  return null;
3229
3220
  };
3230
- CodeGeneratingComponentRenderer.prototype.dp = function (a, b) {
3231
- switch (this.dt) {
3232
- case 1: return new TSCodeGeneratingComponentRendererModuleEmitter(this.dt, a, b);
3233
- case 2: return new TSCodeGeneratingComponentRendererModuleEmitter(this.dt, a, b);
3234
- case 3: return new TSCodeGeneratingComponentRendererModuleEmitter(this.dt, a, b);
3221
+ CodeGeneratingComponentRenderer.prototype.dr = function (a, b) {
3222
+ switch (this.dv) {
3223
+ case 1: return new TSCodeGeneratingComponentRendererModuleEmitter(this.dv, a, b);
3224
+ case 2: return new TSCodeGeneratingComponentRendererModuleEmitter(this.dv, a, b);
3225
+ case 3: return new TSCodeGeneratingComponentRendererModuleEmitter(this.dv, a, b);
3235
3226
  case 4: break;
3236
- case 0: return new DotNetCodeGeneratingComponentRendererModuleEmitter(this.dt, a, b);
3237
- case 5: return new BlazorCodeGeneratingComponentRendererModuleEmitter(this.dt, a, b);
3227
+ case 0: return new DotNetCodeGeneratingComponentRendererModuleEmitter(this.dv, a, b);
3228
+ case 5: return new BlazorCodeGeneratingComponentRendererModuleEmitter(this.dv, a, b);
3238
3229
  }
3239
3230
  return null;
3240
3231
  };
3241
3232
  CodeGeneratingComponentRenderer.prototype.emitCode = function (a) {
3242
- var e_16, _a, e_17, _b, e_18, _c;
3233
+ var e_11, _a, e_12, _b, e_13, _c;
3243
3234
  var b = new CodeGeneratingRendererResult();
3244
- b.platform = this.dt;
3245
- b.generationOptions = this.ds;
3235
+ b.platform = this.dv;
3236
+ b.generationOptions = this.du;
3246
3237
  try {
3247
- for (var _d = __values(fromEnum(this.a4.keys)), _e = _d.next(); !_e.done; _e = _d.next()) {
3238
+ for (var _d = __values(fromEnum(this.a5.keys)), _e = _d.next(); !_e.done; _e = _d.next()) {
3248
3239
  var c = _e.value;
3249
3240
  var d = c;
3250
3241
  var e = d.id;
3251
3242
  try {
3252
- for (var _f = (e_17 = void 0, __values(fromEnum(d.a))), _g = _f.next(); !_g.done; _g = _f.next()) {
3243
+ for (var _f = (e_12 = void 0, __values(fromEnum(d.a))), _g = _f.next(); !_g.done; _g = _f.next()) {
3253
3244
  var f = _g.value;
3254
3245
  if (f.i("Name") != null) {
3255
3246
  b.trackDescriptionField(e, f.i("Name"));
@@ -3259,8 +3250,8 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
3259
3250
  }
3260
3251
  }
3261
3252
  }
3262
- catch (e_17_1) {
3263
- e_17 = { error: e_17_1 };
3253
+ catch (e_12_1) {
3254
+ e_12 = { error: e_12_1 };
3264
3255
  }
3265
3256
  finally {
3266
3257
  try {
@@ -3268,14 +3259,14 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
3268
3259
  _b.call(_f);
3269
3260
  }
3270
3261
  finally {
3271
- if (e_17)
3272
- throw e_17.error;
3262
+ if (e_12)
3263
+ throw e_12.error;
3273
3264
  }
3274
3265
  }
3275
3266
  }
3276
3267
  }
3277
- catch (e_16_1) {
3278
- e_16 = { error: e_16_1 };
3268
+ catch (e_11_1) {
3269
+ e_11 = { error: e_11_1 };
3279
3270
  }
3280
3271
  finally {
3281
3272
  try {
@@ -3283,19 +3274,19 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
3283
3274
  _a.call(_d);
3284
3275
  }
3285
3276
  finally {
3286
- if (e_16)
3287
- throw e_16.error;
3277
+ if (e_11)
3278
+ throw e_11.error;
3288
3279
  }
3289
3280
  }
3290
3281
  try {
3291
- for (var _h = __values(fromEnum(this.a4.keys)), _j = _h.next(); !_j.done; _j = _h.next()) {
3282
+ for (var _h = __values(fromEnum(this.a5.keys)), _j = _h.next(); !_j.done; _j = _h.next()) {
3292
3283
  var g = _j.value;
3293
3284
  var h = g;
3294
- h.c(b, this, this.ds);
3285
+ h.c(this.context, b, this, this.du);
3295
3286
  }
3296
3287
  }
3297
- catch (e_18_1) {
3298
- e_18 = { error: e_18_1 };
3288
+ catch (e_13_1) {
3289
+ e_13 = { error: e_13_1 };
3299
3290
  }
3300
3291
  finally {
3301
3292
  try {
@@ -3303,17 +3294,17 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
3303
3294
  _c.call(_h);
3304
3295
  }
3305
3296
  finally {
3306
- if (e_18)
3307
- throw e_18.error;
3297
+ if (e_13)
3298
+ throw e_13.error;
3308
3299
  }
3309
3300
  }
3310
- if (this.dw != null) {
3311
- var i = this.dp(this.ds, b);
3312
- i.n(this.dw, this.context);
3313
- }
3314
3301
  if (this.dy != null) {
3315
- if (typeCast(JsonDictionaryObject.$, this.dy) !== null) {
3316
- var j = this.dy;
3302
+ var i = this.dr(this.du, b);
3303
+ i.n(this.dy, this.context);
3304
+ }
3305
+ if (this.d0 != null) {
3306
+ if (typeCast(JsonDictionaryObject.$, this.d0) !== null) {
3307
+ var j = this.d0;
3317
3308
  var m = j.e();
3318
3309
  for (var l = 0; l < m.length; l++) {
3319
3310
  var k = m[l];
@@ -3322,15 +3313,15 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
3322
3313
  }
3323
3314
  }
3324
3315
  {
3325
- var n = this.dm(this.ds, b);
3326
- n.aa(this.dx);
3316
+ var n = this.dp(this.du, b);
3317
+ n.aa(this.dz);
3327
3318
  }
3328
- var o = this.dn(this.ds, b);
3319
+ var o = this.dq(this.du, b);
3329
3320
  var p = new List$1(String_$type, 0);
3330
3321
  var q = new List$1(String_$type, 0);
3331
- if (this.du != null) {
3332
- if (typeCast(JsonDictionaryArray.$, this.du) !== null) {
3333
- var r = this.du;
3322
+ if (this.dw != null) {
3323
+ if (typeCast(JsonDictionaryArray.$, this.dw) !== null) {
3324
+ var r = this.dw;
3334
3325
  if (r.items != null) {
3335
3326
  var u = r.items;
3336
3327
  for (var t = 0; t < u.length; t++) {
@@ -3339,14 +3330,14 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
3339
3330
  }
3340
3331
  }
3341
3332
  }
3342
- else if (typeCast(JsonDictionaryValue.$, this.du) !== null) {
3343
- var v = this.du;
3333
+ else if (typeCast(JsonDictionaryValue.$, this.dw) !== null) {
3334
+ var v = this.dw;
3344
3335
  p.add(v.value.toString());
3345
3336
  }
3346
3337
  }
3347
- if (this.dv != null) {
3348
- if (typeCast(JsonDictionaryArray.$, this.dv) !== null) {
3349
- var w = this.dv;
3338
+ if (this.dx != null) {
3339
+ if (typeCast(JsonDictionaryArray.$, this.dx) !== null) {
3340
+ var w = this.dx;
3350
3341
  if (w.items != null) {
3351
3342
  var z = w.items;
3352
3343
  for (var y = 0; y < z.length; y++) {
@@ -3355,50 +3346,52 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
3355
3346
  }
3356
3347
  }
3357
3348
  }
3358
- else if (typeCast(JsonDictionaryValue.$, this.dv) !== null) {
3359
- var aa = this.dv;
3349
+ else if (typeCast(JsonDictionaryValue.$, this.dx) !== null) {
3350
+ var aa = this.dx;
3360
3351
  p.add(aa.value.toString());
3361
3352
  }
3362
3353
  }
3363
3354
  o.q(p.toArray(), q.toArray());
3364
- var ab = this.dq(this.ds, b);
3355
+ var ab = this.ds(this.du, b);
3365
3356
  ab.p();
3366
- this.d6(b, a);
3357
+ this.d8(b, a);
3367
3358
  return b;
3368
3359
  };
3369
- CodeGeneratingComponentRenderer.prototype.d6 = function (a, b) {
3360
+ CodeGeneratingComponentRenderer.prototype.d8 = function (a, b) {
3370
3361
  b.execute(a);
3371
3362
  };
3372
- CodeGeneratingComponentRenderer.prototype.a9 = function () {
3373
- return runOn(this, this.d4);
3363
+ CodeGeneratingComponentRenderer.prototype.ba = function () {
3364
+ return runOn(this, this.d6);
3374
3365
  };
3375
- CodeGeneratingComponentRenderer.prototype.d3 = function (a) {
3366
+ CodeGeneratingComponentRenderer.prototype.d5 = function (a) {
3376
3367
  a = stringReplace(a, "-", "_");
3377
- switch (this.dt) {
3378
- case 1:
3379
- case 2:
3380
- case 3: return CodeGeneratingComponentRenderer.d0(a);
3381
- case 4:
3382
- case 0:
3383
- case 5: return CodeGeneratingComponentRenderer.d1(a);
3368
+ if (!this.du.e) {
3369
+ switch (this.dv) {
3370
+ case 1:
3371
+ case 2:
3372
+ case 3: return CodeGeneratingComponentRenderer.d2(a);
3373
+ case 4:
3374
+ case 0:
3375
+ case 5: return CodeGeneratingComponentRenderer.d3(a);
3376
+ }
3384
3377
  }
3385
3378
  return a;
3386
3379
  };
3387
- CodeGeneratingComponentRenderer.prototype.d4 = function (a) {
3380
+ CodeGeneratingComponentRenderer.prototype.d6 = function (a) {
3388
3381
  var b = a;
3389
3382
  if (stringStartsWith(a, "{")) {
3390
3383
  if (!stringStartsWith(a, "{[")) {
3391
3384
  a = a.substr(1, a.length - 2);
3392
- a = "{" + this.d3(a) + "}";
3385
+ a = "{" + this.d5(a) + "}";
3393
3386
  b = a;
3394
3387
  }
3395
3388
  }
3396
3389
  else {
3397
- b = this.d3(a);
3390
+ b = this.d5(a);
3398
3391
  }
3399
3392
  return b;
3400
3393
  };
3401
- CodeGeneratingComponentRenderer.dz = function (a) {
3394
+ CodeGeneratingComponentRenderer.d1 = function (a) {
3402
3395
  switch (a) {
3403
3396
  case 1: return 3;
3404
3397
  case 2: return 2;
@@ -3435,27 +3428,27 @@ var CodeGenerationContainer = /** @class */ /*@__PURE__*/ (function (_super) {
3435
3428
  enumerable: false,
3436
3429
  configurable: true
3437
3430
  });
3438
- CodeGenerationContainer.prototype.c = function (a, b, c) {
3439
- var e_19, _a;
3440
- var d = new StringBuilder(0);
3431
+ CodeGenerationContainer.prototype.c = function (a, b, c, d) {
3432
+ var e_14, _a;
3441
3433
  var e = new StringBuilder(0);
3442
3434
  var f = new StringBuilder(0);
3443
- var g = new CodeGeneratingImportManager();
3435
+ var g = new StringBuilder(0);
3436
+ var h = new CodeGeneratingImportManager();
3444
3437
  try {
3445
3438
  for (var _b = __values(fromEnum(this.a)), _c = _b.next(); !_c.done; _c = _b.next()) {
3446
- var h = _c.value;
3447
- var i = b.dl(h, c, a);
3448
- h.s(i, true);
3449
- var j = i.toString();
3450
- a.addContainerResult(this.id, j);
3451
- i.a5(d);
3452
- i.a8(e);
3453
- i.a4(f);
3454
- i.a6(g);
3439
+ var i = _c.value;
3440
+ var j = c.dn(i, d, b);
3441
+ i.s(j, true);
3442
+ var k = j.toString();
3443
+ b.addContainerResult(this.id, k);
3444
+ j.a6(e);
3445
+ j.a9(f);
3446
+ j.a5(g);
3447
+ j.a7(a, h);
3455
3448
  }
3456
3449
  }
3457
- catch (e_19_1) {
3458
- e_19 = { error: e_19_1 };
3450
+ catch (e_14_1) {
3451
+ e_14 = { error: e_14_1 };
3459
3452
  }
3460
3453
  finally {
3461
3454
  try {
@@ -3463,14 +3456,14 @@ var CodeGenerationContainer = /** @class */ /*@__PURE__*/ (function (_super) {
3463
3456
  _a.call(_b);
3464
3457
  }
3465
3458
  finally {
3466
- if (e_19)
3467
- throw e_19.error;
3459
+ if (e_14)
3460
+ throw e_14.error;
3468
3461
  }
3469
3462
  }
3470
- a.addContainerResult("bindingFields", d.toString());
3471
- a.addContainerResult("bindingInit", e.toString());
3472
- a.addContainerResult("bindingCode", f.toString());
3473
- a.addImportResult("bindingImports", g);
3463
+ b.addContainerResult("bindingFields", e.toString());
3464
+ b.addContainerResult("bindingInit", f.toString());
3465
+ b.addContainerResult("bindingCode", g.toString());
3466
+ b.addImportResult("bindingImports", h);
3474
3467
  };
3475
3468
  CodeGenerationContainer.$t = markType(CodeGenerationContainer, 'CodeGenerationContainer');
3476
3469
  return CodeGenerationContainer;
@@ -3560,7 +3553,7 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
3560
3553
  return null;
3561
3554
  };
3562
3555
  CodeGenerationItemBuilder.prototype.s = function (a, b) {
3563
- var e_20, _a, e_21, _b;
3556
+ var e_15, _a, e_16, _b;
3564
3557
  var c = this.m();
3565
3558
  if (b) {
3566
3559
  var d = this.o();
@@ -3570,20 +3563,20 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
3570
3563
  var f = false;
3571
3564
  if (this.f.containsKey("Name")) {
3572
3565
  e = true;
3573
- a.bf(this.f.item("Name").c);
3566
+ a.bh(this.f.item("Name").c);
3574
3567
  }
3575
3568
  else if (this.f.containsKey("name")) {
3576
3569
  e = true;
3577
- a.bf(this.f.item("name").c);
3570
+ a.bh(this.f.item("name").c);
3578
3571
  }
3579
3572
  else {
3580
3573
  if (b && this.r != null) {
3581
3574
  e = true;
3582
- a.bf(this.r);
3575
+ a.bh(this.r);
3583
3576
  }
3584
3577
  else if (this.e(this.c, a)) {
3585
3578
  f = true;
3586
- a.be(c);
3579
+ a.bg(c);
3587
3580
  if (a.x) {
3588
3581
  this.g.add("name");
3589
3582
  this.f.addItem("name", ((function () {
@@ -3602,7 +3595,7 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
3602
3595
  }
3603
3596
  }
3604
3597
  }
3605
- a.a3(this.p());
3598
+ a.a4(this.p());
3606
3599
  var g = 0;
3607
3600
  try {
3608
3601
  for (var _c = __values(fromEnum(this.g)), _d = _c.next(); !_d.done; _d = _c.next()) {
@@ -3612,13 +3605,13 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
3612
3605
  continue;
3613
3606
  }
3614
3607
  if (this.d(a, h, i)) {
3615
- a.a9(g, h, i, this.c);
3608
+ a.ba(g, h, i, this.c);
3616
3609
  g++;
3617
3610
  }
3618
3611
  }
3619
3612
  }
3620
- catch (e_20_1) {
3621
- e_20 = { error: e_20_1 };
3613
+ catch (e_15_1) {
3614
+ e_15 = { error: e_15_1 };
3622
3615
  }
3623
3616
  finally {
3624
3617
  try {
@@ -3626,11 +3619,11 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
3626
3619
  _a.call(_c);
3627
3620
  }
3628
3621
  finally {
3629
- if (e_20)
3630
- throw e_20.error;
3622
+ if (e_15)
3623
+ throw e_15.error;
3631
3624
  }
3632
3625
  }
3633
- a.bg();
3626
+ a.bi();
3634
3627
  var j = 0;
3635
3628
  try {
3636
3629
  for (var _e = __values(fromEnum(this.g)), _f = _e.next(); !_f.done; _f = _e.next()) {
@@ -3640,13 +3633,13 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
3640
3633
  continue;
3641
3634
  }
3642
3635
  if (!this.d(a, k, l)) {
3643
- a.ba(j, k, l, this.c);
3636
+ a.bb(j, k, l, this.c);
3644
3637
  j++;
3645
3638
  }
3646
3639
  }
3647
3640
  }
3648
- catch (e_21_1) {
3649
- e_21 = { error: e_21_1 };
3641
+ catch (e_16_1) {
3642
+ e_16 = { error: e_16_1 };
3650
3643
  }
3651
3644
  finally {
3652
3645
  try {
@@ -3654,22 +3647,23 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
3654
3647
  _b.call(_e);
3655
3648
  }
3656
3649
  finally {
3657
- if (e_21)
3658
- throw e_21.error;
3650
+ if (e_16)
3651
+ throw e_16.error;
3659
3652
  }
3660
3653
  }
3661
- a.bb(c);
3654
+ a.bc(j);
3655
+ a.bd(c);
3662
3656
  if (e) {
3663
- a.bd();
3657
+ a.bf();
3664
3658
  }
3665
3659
  else {
3666
3660
  if (f) {
3667
- a.bc();
3661
+ a.be();
3668
3662
  }
3669
3663
  }
3670
3664
  };
3671
3665
  CodeGenerationItemBuilder.prototype.e = function (a, b) {
3672
- var e_22, _a;
3666
+ var e_17, _a;
3673
3667
  if (b.n) {
3674
3668
  return true;
3675
3669
  }
@@ -3682,8 +3676,8 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
3682
3676
  }
3683
3677
  }
3684
3678
  }
3685
- catch (e_22_1) {
3686
- e_22 = { error: e_22_1 };
3679
+ catch (e_17_1) {
3680
+ e_17 = { error: e_17_1 };
3687
3681
  }
3688
3682
  finally {
3689
3683
  try {
@@ -3691,8 +3685,8 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
3691
3685
  _a.call(_b);
3692
3686
  }
3693
3687
  finally {
3694
- if (e_22)
3695
- throw e_22.error;
3688
+ if (e_17)
3689
+ throw e_17.error;
3696
3690
  }
3697
3691
  }
3698
3692
  return false;