igniteui-angular-core 19.0.1 → 19.1.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1012) hide show
  1. package/bundles/igniteui-angular-core.umd.js +17324 -8987
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/AbsoluteVolumeOscillatorIndicatorDescription.js +6 -6
  4. package/esm2015/lib/AggregatedDataProviderLayerMap.js +12 -2
  5. package/esm2015/lib/AggregatedDataProviderTopLayer.js +19 -9
  6. package/esm2015/lib/AggregatedDataProvider_combined.js +2 -2
  7. package/esm2015/lib/AnchoredCategorySeriesDescription.js +32 -32
  8. package/esm2015/lib/AnchoredRadialSeriesDescription.js +32 -32
  9. package/esm2015/lib/AnnotationLayerDescription.js +76 -60
  10. package/esm2015/lib/AnnotationLayerDescriptionMetadata.js +3 -0
  11. package/esm2015/lib/AreaSeriesDescription.js +3 -3
  12. package/esm2015/lib/AverageDirectionalIndexIndicatorDescription.js +3 -3
  13. package/esm2015/lib/AverageTrueRangeIndicatorDescription.js +3 -3
  14. package/esm2015/lib/BarSeriesDescription.js +6 -6
  15. package/esm2015/lib/BaseDataSourceDescription.js +17 -9
  16. package/esm2015/lib/BaseDataSourceDescriptionMetadata.js +3 -0
  17. package/esm2015/lib/BollingerBandWidthIndicatorDescription.js +5 -5
  18. package/esm2015/lib/BollingerBandsOverlayDescription.js +5 -5
  19. package/esm2015/lib/BreakEvenDataRule.js +9 -9
  20. package/esm2015/lib/BrushUtil.js +61 -26
  21. package/esm2015/lib/BubbleSeriesDescription.js +40 -40
  22. package/esm2015/lib/CalloutLayerDescription.js +142 -142
  23. package/esm2015/lib/CategoryChartDescription.js +133 -133
  24. package/esm2015/lib/CategoryHighlightLayerDescription.js +9 -9
  25. package/esm2015/lib/CategoryItemHighlightLayerDescription.js +29 -29
  26. package/esm2015/lib/CategorySeriesDescription.js +22 -22
  27. package/esm2015/lib/CategoryToolTipLayerDescription.js +6 -6
  28. package/esm2015/lib/ChaikinOscillatorIndicatorDescription.js +6 -6
  29. package/esm2015/lib/ChaikinVolatilityIndicatorDescription.js +3 -3
  30. package/esm2015/lib/CheckboxListDescription.js +175 -119
  31. package/esm2015/lib/CheckboxListDescriptionMetadata.js +8 -1
  32. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +608 -556
  33. package/esm2015/lib/ColumnFragmentDescription.js +6 -6
  34. package/esm2015/lib/ColumnSeriesDescription.js +9 -9
  35. package/esm2015/lib/CommodityChannelIndexIndicatorDescription.js +3 -3
  36. package/esm2015/lib/ComponentRenderer_combined.js +1 -1
  37. package/esm2015/lib/CrosshairLayerDescription.js +85 -85
  38. package/esm2015/lib/DashboardTileDescription.js +135 -95
  39. package/esm2015/lib/DashboardTileDescriptionMetadata.js +6 -0
  40. package/esm2015/lib/DataAdapterRunContextRecursionType.js +11 -0
  41. package/esm2015/lib/DataAnnotationAxisLayerDescription.js +215 -0
  42. package/esm2015/lib/DataAnnotationAxisLayerDescriptionMetadata.js +65 -0
  43. package/esm2015/lib/DataAnnotationBandLayerDescription.js +31 -0
  44. package/esm2015/lib/DataAnnotationBandLayerDescriptionMetadata.js +39 -0
  45. package/esm2015/lib/DataAnnotationBandLayerDescriptionModule.js +20 -0
  46. package/esm2015/lib/DataAnnotationInfoDescription.js +170 -0
  47. package/esm2015/lib/DataAnnotationInfoDescriptionMetadata.js +54 -0
  48. package/esm2015/lib/DataAnnotationItemDescription.js +154 -0
  49. package/esm2015/lib/DataAnnotationItemDescriptionMetadata.js +52 -0
  50. package/esm2015/lib/DataAnnotationLineLayerDescription.js +23 -0
  51. package/esm2015/lib/DataAnnotationLineLayerDescriptionMetadata.js +38 -0
  52. package/esm2015/lib/DataAnnotationLineLayerDescriptionModule.js +20 -0
  53. package/esm2015/lib/DataAnnotationPointLayerDescription.js +151 -0
  54. package/esm2015/lib/DataAnnotationPointLayerDescriptionMetadata.js +58 -0
  55. package/esm2015/lib/DataAnnotationRangeLayerDescription.js +95 -0
  56. package/esm2015/lib/DataAnnotationRangeLayerDescriptionMetadata.js +45 -0
  57. package/esm2015/lib/DataAnnotationRectLayerDescription.js +23 -0
  58. package/esm2015/lib/DataAnnotationRectLayerDescriptionMetadata.js +38 -0
  59. package/esm2015/lib/DataAnnotationRectLayerDescriptionModule.js +20 -0
  60. package/esm2015/lib/DataAnnotationShapeLayerDescription.js +287 -0
  61. package/esm2015/lib/DataAnnotationShapeLayerDescriptionMetadata.js +79 -0
  62. package/esm2015/lib/DataAnnotationSliceLayerDescription.js +39 -0
  63. package/esm2015/lib/DataAnnotationSliceLayerDescriptionMetadata.js +40 -0
  64. package/esm2015/lib/DataAnnotationSliceLayerDescriptionModule.js +20 -0
  65. package/esm2015/lib/DataAnnotationStripLayerDescription.js +87 -0
  66. package/esm2015/lib/DataAnnotationStripLayerDescriptionMetadata.js +49 -0
  67. package/esm2015/lib/DataAnnotationStripLayerDescriptionModule.js +20 -0
  68. package/esm2015/lib/DataAnnotationStyleEventArgsDescription.js +114 -0
  69. package/esm2015/lib/DataAnnotationStyleEventArgsDescriptionMetadata.js +49 -0
  70. package/esm2015/lib/DataChartAnnotationDescriptionModule.js +12 -0
  71. package/esm2015/lib/DataChartRadialDescriptionModule.js +2 -0
  72. package/esm2015/lib/DataPieBaseChartDescription.js +114 -114
  73. package/esm2015/lib/DataPieChartDescription.js +36 -36
  74. package/esm2015/lib/DataSeriesAdapterPropertyInfo.js +22 -0
  75. package/esm2015/lib/DataSeriesPropertyType.js +17 -0
  76. package/esm2015/lib/DataSeriesType.js +17 -13
  77. package/esm2015/lib/DataSourcePropertiesRequestedChangedEventArgs.js +19 -0
  78. package/esm2015/lib/{WebTabPanelDescription.js → DataSourcePropertiesRequestedChangedEventArgsDescription.js} +5 -5
  79. package/esm2015/lib/DataSourcePropertiesRequestedChangedEventArgsDescriptionMetadata.js +36 -0
  80. package/esm2015/lib/DataToolTipLayerDescription.js +401 -401
  81. package/esm2015/lib/DescriptionSerializer.js +58 -23
  82. package/esm2015/lib/DetrendedPriceOscillatorIndicatorDescription.js +3 -3
  83. package/esm2015/lib/DomainChartDescription.js +922 -834
  84. package/esm2015/lib/DomainChartDescriptionMetadata.js +12 -0
  85. package/esm2015/lib/FastStochasticOscillatorIndicatorDescription.js +3 -3
  86. package/esm2015/lib/FinalValueLayerDescription.js +41 -41
  87. package/esm2015/lib/FinancialChartDescription.js +180 -180
  88. package/esm2015/lib/FinancialIndicatorDescription.js +22 -22
  89. package/esm2015/lib/FinancialOverlayDescription.js +3 -3
  90. package/esm2015/lib/FinancialPriceSeriesDescription.js +46 -46
  91. package/esm2015/lib/FinancialSeriesDescription.js +51 -51
  92. package/esm2015/lib/FontDefaults.js +5 -5
  93. package/esm2015/lib/ForceIndexIndicatorDescription.js +3 -3
  94. package/esm2015/lib/FullStochasticOscillatorIndicatorDescription.js +8 -8
  95. package/esm2015/lib/GeographicContourLineSeriesDescription.js +14 -14
  96. package/esm2015/lib/GeographicHighDensityScatterSeriesDescription.js +32 -32
  97. package/esm2015/lib/GeographicMapSeriesHostDescription.js +6 -6
  98. package/esm2015/lib/GeographicMarkerSeriesDescription.js +29 -29
  99. package/esm2015/lib/GeographicPolylineSeriesDescription.js +16 -16
  100. package/esm2015/lib/GeographicProportionalSymbolSeriesDescription.js +50 -50
  101. package/esm2015/lib/GeographicScatterAreaSeriesDescription.js +12 -12
  102. package/esm2015/lib/GeographicShapeSeriesBaseDescription.js +35 -35
  103. package/esm2015/lib/GeographicShapeSeriesDescription.js +42 -42
  104. package/esm2015/lib/GeographicSymbolSeriesDescription.js +25 -25
  105. package/esm2015/lib/GeographicTileSeriesDescription.js +5 -5
  106. package/esm2015/lib/GeographicXYTriangulatingSeriesDescription.js +15 -15
  107. package/esm2015/lib/GridBridge.js +7 -0
  108. package/esm2015/lib/HighDensityScatterSeriesDescription.js +47 -47
  109. package/esm2015/lib/HighlightingManager.js +23 -12
  110. package/esm2015/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
  111. package/esm2015/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
  112. package/esm2015/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
  113. package/esm2015/lib/IDataSeriesAdapterRule_combined.js +285 -114
  114. package/esm2015/lib/IDataSourceDataProvider_combined.js +28 -15
  115. package/esm2015/lib/INativeUIElementBridge_combined.js +2 -2
  116. package/esm2015/lib/ItemToolTipLayerDescription.js +12 -12
  117. package/esm2015/lib/KeyFrameAnimationTimeline_combined.js +3 -2
  118. package/esm2015/lib/LabelCollisionManager.js +1 -1
  119. package/esm2015/lib/LineSeriesDescription.js +3 -3
  120. package/esm2015/lib/ListPanelDescription.js +101 -93
  121. package/esm2015/lib/ListPanelDescriptionMetadata_combined.js +1 -0
  122. package/esm2015/lib/LocalDataSourceDescription.js +3 -3
  123. package/esm2015/lib/LocalDataSource_combined.js +237 -231
  124. package/esm2015/lib/MarkerSeriesDescription.js +32 -32
  125. package/esm2015/lib/MoneyFlowIndexIndicatorDescription.js +3 -3
  126. package/esm2015/lib/MovingAverageConvergenceDivergenceIndicatorDescription.js +8 -8
  127. package/esm2015/lib/NativeUIBuiltInEvents.js +1 -1
  128. package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
  129. package/esm2015/lib/NativeUIButton.js +2 -2
  130. package/esm2015/lib/NativeUIButtonGroup.js +2 -2
  131. package/esm2015/lib/NativeUICheckboxList.js +120 -59
  132. package/esm2015/lib/NativeUICombo.js +8 -8
  133. package/esm2015/lib/NativeUIElementBridge.js +2 -2
  134. package/esm2015/lib/NativeUIGrid.js +4 -1
  135. package/esm2015/lib/NativeUIInput.js +20 -20
  136. package/esm2015/lib/NativeUIPopup.js +27 -18
  137. package/esm2015/lib/NativeUISlider.js +14 -14
  138. package/esm2015/lib/OthersCategoryContextDescription.js +36 -0
  139. package/esm2015/lib/OthersCategoryContextDescriptionMetadata.js +38 -0
  140. package/esm2015/lib/OthersCategoryContextDescriptionModule.js +20 -0
  141. package/esm2015/lib/OverlayTextInfoDescription.js +194 -0
  142. package/esm2015/lib/OverlayTextInfoDescriptionMetadata.js +61 -0
  143. package/esm2015/lib/OverlayTextUpdatingEventArgsDescription.js +210 -0
  144. package/esm2015/lib/OverlayTextUpdatingEventArgsDescriptionMetadata.js +63 -0
  145. package/esm2015/lib/PagedDataSource.js +6 -6
  146. package/esm2015/lib/PercentagePriceOscillatorIndicatorDescription.js +6 -6
  147. package/esm2015/lib/PercentageVolumeOscillatorIndicatorDescription.js +6 -6
  148. package/esm2015/lib/PolarAreaSeriesDescription.js +3 -3
  149. package/esm2015/lib/PolarBaseDescription.js +75 -75
  150. package/esm2015/lib/PolarLineSeriesDescription.js +3 -3
  151. package/esm2015/lib/PolarSplineAreaSeriesDescription.js +3 -3
  152. package/esm2015/lib/PolarSplineSeriesDescription.js +3 -3
  153. package/esm2015/lib/PopupView_combined.js +3 -3
  154. package/esm2015/lib/PriceChannelOverlayDescription.js +3 -3
  155. package/esm2015/lib/RadialAreaSeriesDescription.js +3 -3
  156. package/esm2015/lib/RadialBaseChartDescription.js +221 -221
  157. package/esm2015/lib/RadialBaseDescription.js +69 -69
  158. package/esm2015/lib/RadialColumnSeriesDescription.js +6 -6
  159. package/esm2015/lib/RadialLineSeriesDescription.js +3 -3
  160. package/esm2015/lib/RadialPieSeriesDescription.js +12 -12
  161. package/esm2015/lib/RangeCategorySeriesDescription.js +10 -10
  162. package/esm2015/lib/RangeColumnSeriesDescription.js +6 -6
  163. package/esm2015/lib/RateOfChangeAndMomentumIndicatorDescription.js +3 -3
  164. package/esm2015/lib/ReadOnlyDoubleCollection.js +100 -0
  165. package/esm2015/lib/RearrangedListView.js +3 -3
  166. package/esm2015/lib/RelativeStrengthIndexIndicatorDescription.js +3 -3
  167. package/esm2015/lib/SVGNode_combined.js +2 -2
  168. package/esm2015/lib/ScatterAreaSeriesDescription.js +14 -14
  169. package/esm2015/lib/ScatterBaseDescription.js +71 -71
  170. package/esm2015/lib/ScatterContourSeriesDescription.js +16 -16
  171. package/esm2015/lib/ScatterDataRule.js +12 -9
  172. package/esm2015/lib/ScatterLineSeriesDescription.js +3 -3
  173. package/esm2015/lib/ScatterPolygonSeriesDescription.js +32 -32
  174. package/esm2015/lib/ScatterPolylineSeriesDescription.js +3 -3
  175. package/esm2015/lib/ScatterSplineSeriesDescription.js +3 -3
  176. package/esm2015/lib/ScatterTriangulationSeriesDescription.js +35 -35
  177. package/esm2015/lib/SeriesDescription.js +264 -256
  178. package/esm2015/lib/SeriesDescriptionMetadata.js +1 -0
  179. package/esm2015/lib/ShapeDataRule.js +12 -12
  180. package/esm2015/lib/ShapeSeriesBaseDescription.js +47 -47
  181. package/esm2015/lib/SimpleCategorySeriesRule.js +34 -24
  182. package/esm2015/lib/SimpleFinancialPriceSeriesRule.js +31 -9
  183. package/esm2015/lib/SimpleGaugeRule.js +3 -3
  184. package/esm2015/lib/SimplePieSeriesRule.js +48 -39
  185. package/esm2015/lib/SlowStochasticOscillatorIndicatorDescription.js +3 -3
  186. package/esm2015/lib/SplineSeriesBaseDescription.js +6 -6
  187. package/esm2015/lib/StackedBarSeriesDescription.js +6 -6
  188. package/esm2015/lib/StackedColumnSeriesDescription.js +6 -6
  189. package/esm2015/lib/StackedSeriesBaseDescription.js +12 -12
  190. package/esm2015/lib/StackedSplineAreaSeriesDescription.js +3 -3
  191. package/esm2015/lib/StackedSplineSeriesDescription.js +3 -3
  192. package/esm2015/lib/StandardDeviationIndicatorDescription.js +3 -3
  193. package/esm2015/lib/StochRSIIndicatorDescription.js +3 -3
  194. package/esm2015/lib/SubCollectionsRule.js +64 -3
  195. package/esm2015/lib/SyncableObservableCollection$2_combined.js +3 -0
  196. package/esm2015/lib/TRIXIndicatorDescription.js +3 -3
  197. package/esm2015/lib/TileSeriesDescription.js +3 -3
  198. package/esm2015/lib/ToolActionButtonDescription.js +6 -6
  199. package/esm2015/lib/ToolActionButtonPairDescription.js +100 -100
  200. package/esm2015/lib/ToolActionButtonPairInfo.js +1 -1
  201. package/esm2015/lib/ToolActionCheckboxDescription.js +23 -23
  202. package/esm2015/lib/ToolActionCheckboxListDescription.js +19 -19
  203. package/esm2015/lib/ToolActionColorEditorDescription.js +3 -3
  204. package/esm2015/lib/ToolActionColorEditorInfo.js +1 -1
  205. package/esm2015/lib/ToolActionComboDescription.js +11 -11
  206. package/esm2015/lib/ToolActionComboInfo.js +1 -1
  207. package/esm2015/lib/ToolActionDescription.js +11 -3
  208. package/esm2015/lib/ToolActionDescriptionMetadata.js +2 -0
  209. package/esm2015/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
  210. package/esm2015/lib/ToolActionFieldSelectorAggregationDescription.js +52 -0
  211. package/esm2015/lib/ToolActionFieldSelectorAggregationDescriptionMetadata.js +41 -0
  212. package/esm2015/lib/ToolActionFieldSelectorAggregationDescriptionModule.js +20 -0
  213. package/esm2015/lib/ToolActionFieldSelectorDescription.js +143 -0
  214. package/esm2015/lib/ToolActionFieldSelectorDescriptionMetadata.js +54 -0
  215. package/esm2015/lib/ToolActionFieldSelectorDescriptionModule.js +20 -0
  216. package/esm2015/lib/ToolActionFieldSelectorInfo.js +73 -0
  217. package/esm2015/lib/ToolActionFieldSelectorInfoDescription.js +81 -0
  218. package/esm2015/lib/ToolActionFieldSelectorInfoDescriptionMetadata.js +46 -0
  219. package/esm2015/lib/ToolActionFieldSelectorInfoType.js +16 -0
  220. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationDescription.js +52 -0
  221. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationDescriptionMetadata.js +41 -0
  222. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationDescriptionModule.js +20 -0
  223. package/esm2015/lib/ToolActionGroupHeaderDescription.js +6 -6
  224. package/esm2015/lib/ToolActionIconButtonDescription.js +29 -29
  225. package/esm2015/lib/ToolActionIconMenuDescription.js +9 -9
  226. package/esm2015/lib/ToolActionNumberInputDescription.js +3 -3
  227. package/esm2015/lib/ToolActionRadioDescription.js +27 -27
  228. package/esm2015/lib/ToolActionSeparatorDescription.js +6 -6
  229. package/esm2015/lib/ToolActionSubPanelDescription.js +8 -0
  230. package/esm2015/lib/ToolActionSubPanelDescriptionMetadata.js +1 -0
  231. package/esm2015/lib/ToolActionTextInputDescription.js +3 -3
  232. package/esm2015/lib/ToolActionTextInputInfo.js +1 -1
  233. package/esm2015/lib/ToolActionType.js +6 -5
  234. package/esm2015/lib/ToolPanelDescription.js +250 -210
  235. package/esm2015/lib/ToolPanelDescriptionMetadata.js +5 -0
  236. package/esm2015/lib/ToolPanelDescriptionModule.js +2 -0
  237. package/esm2015/lib/ToolbarDescription.js +181 -149
  238. package/esm2015/lib/ToolbarDescriptionMetadata.js +4 -0
  239. package/esm2015/lib/TrendLineLayerDescription.js +55 -0
  240. package/esm2015/lib/TrendLineLayerDescriptionMetadata.js +43 -0
  241. package/esm2015/lib/TrendLineLayerDescriptionModule.js +20 -0
  242. package/esm2015/lib/TypeDescriptionCleanups.js +5 -0
  243. package/esm2015/lib/ValueLayerDescription.js +319 -95
  244. package/esm2015/lib/ValueLayerDescriptionMetadata.js +34 -0
  245. package/esm2015/lib/ValueOverlayDescription.js +257 -41
  246. package/esm2015/lib/ValueOverlayDescriptionMetadata.js +33 -0
  247. package/esm2015/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
  248. package/esm2015/lib/VerticalStackedSeriesBaseDescription.js +6 -6
  249. package/esm2015/lib/VirtualDataSource.js +280 -280
  250. package/esm2015/lib/VirtualDataSourceDescription.js +20 -20
  251. package/esm2015/lib/WaterfallSeriesDescription.js +12 -12
  252. package/esm2015/lib/WebAccordionDescription.js +32 -0
  253. package/esm2015/lib/WebAccordionDescriptionMetadata.js +6 -0
  254. package/esm2015/lib/{WebTreeSelectionChangeEventArgsDescription.js → WebActiveStepChangedEventArgsDescription.js} +7 -7
  255. package/esm2015/lib/WebActiveStepChangedEventArgsDescriptionMetadata.js +43 -0
  256. package/esm2015/lib/{WebActiveStepChangedArgsDetailDescription.js → WebActiveStepChangedEventArgsDetailDescription.js} +7 -7
  257. package/esm2015/lib/WebActiveStepChangedEventArgsDetailDescriptionMetadata.js +42 -0
  258. package/esm2015/lib/{WebActiveStepChangedArgsEventArgsDescription.js → WebActiveStepChangingEventArgsDescription.js} +7 -7
  259. package/esm2015/lib/WebActiveStepChangingEventArgsDescriptionMetadata.js +43 -0
  260. package/esm2015/lib/{WebActiveStepChangingArgsDetailDescription.js → WebActiveStepChangingEventArgsDetailDescription.js} +7 -7
  261. package/esm2015/lib/WebActiveStepChangingEventArgsDetailDescriptionMetadata.js +42 -0
  262. package/esm2015/lib/WebBaseAlertLikeDescriptionMetadata.js +1 -1
  263. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +14 -4
  264. package/esm2015/lib/WebButtonGroupDescriptionMetadata.js +1 -1
  265. package/esm2015/lib/WebCalendarBaseDescriptionMetadata.js +1 -1
  266. package/esm2015/lib/WebCalendarDescriptionMetadata.js +1 -1
  267. package/esm2015/lib/WebCardActionsDescriptionMetadata.js +1 -1
  268. package/esm2015/lib/WebCarouselDescriptionMetadata.js +1 -1
  269. package/esm2015/lib/WebCheckboxBaseDescriptionMetadata.js +1 -1
  270. package/esm2015/lib/WebColumnDescription.js +79 -47
  271. package/esm2015/lib/WebColumnDescriptionMetadata.js +8 -0
  272. package/esm2015/lib/WebColumnGroupDescription.js +11 -11
  273. package/esm2015/lib/WebDatePickerDescriptionMetadata.js +3 -3
  274. package/esm2015/lib/WebDropdownDescriptionMetadata.js +3 -2
  275. package/esm2015/lib/WebExpressionTreeDescription.js +65 -0
  276. package/esm2015/lib/WebExpressionTreeDescriptionMetadata.js +54 -0
  277. package/esm2015/lib/{WebTreeSelectionChangeDescription.js → WebExpressionTreeOrFilteringExpressionDescription.js} +5 -5
  278. package/esm2015/lib/WebExpressionTreeOrFilteringExpressionDescriptionMetadata.js +37 -0
  279. package/esm2015/lib/WebFilteringExpressionDescription.js +30 -17
  280. package/esm2015/lib/WebFilteringExpressionDescriptionMetadata.js +6 -1
  281. package/esm2015/lib/WebFilteringExpressionsTreeDescription.js +36 -23
  282. package/esm2015/lib/WebFilteringExpressionsTreeDescriptionMetadata.js +4 -0
  283. package/esm2015/lib/WebFilteringExpressionsTreeDetailDescription.js +27 -11
  284. package/esm2015/lib/WebFilteringExpressionsTreeDetailDescriptionMetadata.js +2 -0
  285. package/esm2015/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescription.js +3 -6
  286. package/esm2015/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescriptionMetadata.js +2 -0
  287. package/esm2015/lib/WebFilteringOperationDescription.js +19 -11
  288. package/esm2015/lib/WebFilteringOperationDescriptionMetadata.js +1 -0
  289. package/esm2015/lib/{WebActiveStepChangingArgsEventArgsDescription.js → WebForOfDataChangeEventArgsDescription.js} +7 -7
  290. package/esm2015/lib/WebForOfDataChangeEventArgsDescriptionMetadata.js +46 -0
  291. package/esm2015/lib/WebForOfDataChangeEventArgsDetailDescription.js +25 -0
  292. package/esm2015/lib/WebForOfDataChangeEventArgsDetailDescriptionMetadata.js +45 -0
  293. package/esm2015/lib/WebForOfStateDetailDescription.js +14 -11
  294. package/esm2015/lib/WebForOfStateDetailDescriptionMetadata.js +0 -2
  295. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +274 -258
  296. package/esm2015/lib/WebGridCreatedEventArgsDescriptionMetadata_combined.js +10 -4
  297. package/esm2015/lib/WebGridCreatedEventArgsDetailDescription.js +8 -0
  298. package/esm2015/lib/WebGridDescription.js +61 -45
  299. package/esm2015/lib/WebGridDescriptionMetadata.js +6 -0
  300. package/esm2015/lib/WebGridDescriptionModule.js +4 -0
  301. package/esm2015/lib/WebGroupByExpandStateEventArgsDescription.js +36 -0
  302. package/esm2015/lib/WebGroupByExpandStateEventArgsDescriptionMetadata.js +45 -0
  303. package/esm2015/lib/WebGroupingExpressionEventArgsDescription.js +36 -0
  304. package/esm2015/lib/WebGroupingExpressionEventArgsDescriptionMetadata.js +45 -0
  305. package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  306. package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
  307. package/esm2015/lib/WebImportsHalper.js +23 -13
  308. package/esm2015/lib/WebInputDescription.js +30 -30
  309. package/esm2015/lib/WebInputDescriptionMetadata.js +2 -2
  310. package/esm2015/lib/WebListItemDescription.js +8 -0
  311. package/esm2015/lib/WebListItemDescriptionMetadata.js +1 -0
  312. package/esm2015/lib/WebPivotDataSelectorDescription.js +34 -2
  313. package/esm2015/lib/WebPivotDataSelectorDescriptionMetadata.js +6 -0
  314. package/esm2015/lib/WebPivotGridDescription.js +42 -42
  315. package/esm2015/lib/WebRadioDescriptionMetadata.js +1 -1
  316. package/esm2015/lib/WebRadioGroupDescriptionMetadata.js +2 -2
  317. package/esm2015/lib/WebRowIslandDescription.js +290 -274
  318. package/esm2015/lib/WebSelectDescriptionMetadata.js +3 -2
  319. package/esm2015/lib/WebSliderBaseDescriptionMetadata.js +2 -2
  320. package/esm2015/lib/WebStepperDescriptionMetadata.js +6 -6
  321. package/esm2015/lib/WebStepperDescriptionModule.js +4 -4
  322. package/esm2015/lib/WebTabDescription.js +3 -3
  323. package/esm2015/lib/WebTabDescriptionMetadata.js +1 -1
  324. package/esm2015/lib/WebTabsDescriptionModule.js +0 -2
  325. package/esm2015/lib/WebTextareaDescriptionMetadata.js +2 -6
  326. package/esm2015/lib/WebTileChangeStateEventArgsDescription.js +36 -0
  327. package/esm2015/lib/WebTileChangeStateEventArgsDescriptionMetadata.js +7 -0
  328. package/esm2015/lib/WebTileChangeStateEventArgsDetailDescription.js +44 -0
  329. package/esm2015/lib/WebTileChangeStateEventArgsDetailDescriptionMetadata.js +7 -0
  330. package/esm2015/lib/{WebTreeSelectionOptionsEventArgsDescription.js → WebTileComponentEventArgsDescription.js} +7 -5
  331. package/esm2015/lib/WebTileComponentEventArgsDescriptionMetadata.js +7 -0
  332. package/esm2015/lib/WebTileDescription.js +162 -0
  333. package/esm2015/lib/WebTileDescriptionMetadata.js +7 -0
  334. package/esm2015/lib/WebTileDescriptionMetadata_combined.js +163 -0
  335. package/esm2015/lib/WebTileDescriptionModule.js +24 -0
  336. package/esm2015/lib/WebTileManagerDescription.js +138 -0
  337. package/esm2015/lib/WebTileManagerDescriptionMetadata.js +62 -0
  338. package/esm2015/lib/WebTileManagerDescriptionModule.js +22 -0
  339. package/esm2015/lib/WebTooltipDescription.js +146 -0
  340. package/esm2015/lib/WebTooltipDescriptionMetadata.js +59 -0
  341. package/esm2015/lib/{WebTabPanelDescriptionModule.js → WebTooltipDescriptionModule.js} +6 -6
  342. package/esm2015/lib/WebTreeDescriptionMetadata.js +2 -2
  343. package/esm2015/lib/WebTreeDescriptionModule.js +2 -2
  344. package/esm2015/lib/WebTreeGridDescription.js +28 -28
  345. package/esm2015/lib/WebTreeSelectionEventArgsDescription.js +36 -0
  346. package/esm2015/lib/WebTreeSelectionEventArgsDescriptionMetadata.js +43 -0
  347. package/esm2015/lib/{WebTreeSelectionChangeDetailDescription.js → WebTreeSelectionEventArgsDetailDescription.js} +7 -7
  348. package/esm2015/lib/WebTreeSelectionEventArgsDetailDescriptionMetadata.js +44 -0
  349. package/esm2015/lib/WilliamsPercentRIndicatorDescription.js +3 -3
  350. package/esm2015/lib/XYChartDescription.js +221 -221
  351. package/esm2015/lib/igx-data-source-properties-requested-changed-event-args.js +30 -0
  352. package/esm2015/public_api.js +99 -21
  353. package/esm5/lib/AbsoluteVolumeOscillatorIndicatorDescription.js +6 -6
  354. package/esm5/lib/AggregatedDataProviderLayerMap.js +12 -2
  355. package/esm5/lib/AggregatedDataProviderTopLayer.js +19 -9
  356. package/esm5/lib/AggregatedDataProvider_combined.js +2 -2
  357. package/esm5/lib/AnchoredCategorySeriesDescription.js +32 -32
  358. package/esm5/lib/AnchoredRadialSeriesDescription.js +32 -32
  359. package/esm5/lib/AnnotationLayerDescription.js +84 -60
  360. package/esm5/lib/AnnotationLayerDescriptionMetadata.js +3 -0
  361. package/esm5/lib/AreaSeriesDescription.js +3 -3
  362. package/esm5/lib/AverageDirectionalIndexIndicatorDescription.js +3 -3
  363. package/esm5/lib/AverageTrueRangeIndicatorDescription.js +3 -3
  364. package/esm5/lib/BarSeriesDescription.js +6 -6
  365. package/esm5/lib/BaseDataSourceDescription.js +20 -8
  366. package/esm5/lib/BaseDataSourceDescriptionMetadata.js +3 -0
  367. package/esm5/lib/BollingerBandWidthIndicatorDescription.js +5 -5
  368. package/esm5/lib/BollingerBandsOverlayDescription.js +5 -5
  369. package/esm5/lib/BreakEvenDataRule.js +9 -9
  370. package/esm5/lib/BrushUtil.js +61 -26
  371. package/esm5/lib/BubbleSeriesDescription.js +40 -40
  372. package/esm5/lib/CalloutLayerDescription.js +142 -142
  373. package/esm5/lib/CategoryChartDescription.js +133 -133
  374. package/esm5/lib/CategoryHighlightLayerDescription.js +9 -9
  375. package/esm5/lib/CategoryItemHighlightLayerDescription.js +29 -29
  376. package/esm5/lib/CategorySeriesDescription.js +22 -22
  377. package/esm5/lib/CategoryToolTipLayerDescription.js +6 -6
  378. package/esm5/lib/ChaikinOscillatorIndicatorDescription.js +6 -6
  379. package/esm5/lib/ChaikinVolatilityIndicatorDescription.js +3 -3
  380. package/esm5/lib/CheckboxListDescription.js +202 -118
  381. package/esm5/lib/CheckboxListDescriptionMetadata.js +8 -1
  382. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +616 -560
  383. package/esm5/lib/ColumnFragmentDescription.js +6 -6
  384. package/esm5/lib/ColumnSeriesDescription.js +9 -9
  385. package/esm5/lib/CommodityChannelIndexIndicatorDescription.js +3 -3
  386. package/esm5/lib/ComponentRenderer_combined.js +1 -1
  387. package/esm5/lib/CrosshairLayerDescription.js +85 -85
  388. package/esm5/lib/DashboardTileDescription.js +155 -95
  389. package/esm5/lib/DashboardTileDescriptionMetadata.js +6 -0
  390. package/esm5/lib/DataAdapterRunContextRecursionType.js +11 -0
  391. package/esm5/lib/DataAnnotationAxisLayerDescription.js +313 -0
  392. package/esm5/lib/DataAnnotationAxisLayerDescriptionMetadata.js +69 -0
  393. package/esm5/lib/DataAnnotationBandLayerDescription.js +37 -0
  394. package/esm5/lib/DataAnnotationBandLayerDescriptionMetadata.js +43 -0
  395. package/esm5/lib/DataAnnotationBandLayerDescriptionModule.js +24 -0
  396. package/esm5/lib/DataAnnotationInfoDescription.js +248 -0
  397. package/esm5/lib/DataAnnotationInfoDescriptionMetadata.js +58 -0
  398. package/esm5/lib/DataAnnotationItemDescription.js +224 -0
  399. package/esm5/lib/DataAnnotationItemDescriptionMetadata.js +56 -0
  400. package/esm5/lib/DataAnnotationLineLayerDescription.js +24 -0
  401. package/esm5/lib/DataAnnotationLineLayerDescriptionMetadata.js +42 -0
  402. package/esm5/lib/DataAnnotationLineLayerDescriptionModule.js +24 -0
  403. package/esm5/lib/DataAnnotationPointLayerDescription.js +217 -0
  404. package/esm5/lib/DataAnnotationPointLayerDescriptionMetadata.js +62 -0
  405. package/esm5/lib/DataAnnotationRangeLayerDescription.js +133 -0
  406. package/esm5/lib/DataAnnotationRangeLayerDescriptionMetadata.js +49 -0
  407. package/esm5/lib/DataAnnotationRectLayerDescription.js +24 -0
  408. package/esm5/lib/DataAnnotationRectLayerDescriptionMetadata.js +42 -0
  409. package/esm5/lib/DataAnnotationRectLayerDescriptionModule.js +24 -0
  410. package/esm5/lib/DataAnnotationShapeLayerDescription.js +421 -0
  411. package/esm5/lib/DataAnnotationShapeLayerDescriptionMetadata.js +83 -0
  412. package/esm5/lib/DataAnnotationSliceLayerDescription.js +49 -0
  413. package/esm5/lib/DataAnnotationSliceLayerDescriptionMetadata.js +44 -0
  414. package/esm5/lib/DataAnnotationSliceLayerDescriptionModule.js +24 -0
  415. package/esm5/lib/DataAnnotationStripLayerDescription.js +121 -0
  416. package/esm5/lib/DataAnnotationStripLayerDescriptionMetadata.js +53 -0
  417. package/esm5/lib/DataAnnotationStripLayerDescriptionModule.js +24 -0
  418. package/esm5/lib/DataAnnotationStyleEventArgsDescription.js +164 -0
  419. package/esm5/lib/DataAnnotationStyleEventArgsDescriptionMetadata.js +53 -0
  420. package/esm5/lib/DataChartAnnotationDescriptionModule.js +12 -0
  421. package/esm5/lib/DataChartRadialDescriptionModule.js +2 -0
  422. package/esm5/lib/DataPieBaseChartDescription.js +114 -114
  423. package/esm5/lib/DataPieChartDescription.js +36 -36
  424. package/esm5/lib/DataSeriesAdapterPropertyInfo.js +24 -0
  425. package/esm5/lib/DataSeriesPropertyType.js +17 -0
  426. package/esm5/lib/DataSeriesType.js +17 -13
  427. package/esm5/lib/DataSourcePropertiesRequestedChangedEventArgs.js +20 -0
  428. package/esm5/lib/DataSourcePropertiesRequestedChangedEventArgsDescription.js +31 -0
  429. package/esm5/lib/DataSourcePropertiesRequestedChangedEventArgsDescriptionMetadata.js +40 -0
  430. package/esm5/lib/DataToolTipLayerDescription.js +401 -401
  431. package/esm5/lib/DescriptionSerializer.js +58 -23
  432. package/esm5/lib/DetrendedPriceOscillatorIndicatorDescription.js +3 -3
  433. package/esm5/lib/DomainChartDescription.js +977 -845
  434. package/esm5/lib/DomainChartDescriptionMetadata.js +12 -0
  435. package/esm5/lib/FastStochasticOscillatorIndicatorDescription.js +3 -3
  436. package/esm5/lib/FinalValueLayerDescription.js +41 -41
  437. package/esm5/lib/FinancialChartDescription.js +180 -180
  438. package/esm5/lib/FinancialIndicatorDescription.js +22 -22
  439. package/esm5/lib/FinancialOverlayDescription.js +3 -3
  440. package/esm5/lib/FinancialPriceSeriesDescription.js +46 -46
  441. package/esm5/lib/FinancialSeriesDescription.js +51 -51
  442. package/esm5/lib/FontDefaults.js +5 -5
  443. package/esm5/lib/ForceIndexIndicatorDescription.js +3 -3
  444. package/esm5/lib/FullStochasticOscillatorIndicatorDescription.js +8 -8
  445. package/esm5/lib/GeographicContourLineSeriesDescription.js +14 -14
  446. package/esm5/lib/GeographicHighDensityScatterSeriesDescription.js +32 -32
  447. package/esm5/lib/GeographicMapSeriesHostDescription.js +6 -6
  448. package/esm5/lib/GeographicMarkerSeriesDescription.js +29 -29
  449. package/esm5/lib/GeographicPolylineSeriesDescription.js +16 -16
  450. package/esm5/lib/GeographicProportionalSymbolSeriesDescription.js +50 -50
  451. package/esm5/lib/GeographicScatterAreaSeriesDescription.js +12 -12
  452. package/esm5/lib/GeographicShapeSeriesBaseDescription.js +35 -35
  453. package/esm5/lib/GeographicShapeSeriesDescription.js +42 -42
  454. package/esm5/lib/GeographicSymbolSeriesDescription.js +25 -25
  455. package/esm5/lib/GeographicTileSeriesDescription.js +5 -5
  456. package/esm5/lib/GeographicXYTriangulatingSeriesDescription.js +15 -15
  457. package/esm5/lib/GridBridge.js +7 -0
  458. package/esm5/lib/HighDensityScatterSeriesDescription.js +47 -47
  459. package/esm5/lib/HighlightingManager.js +27 -12
  460. package/esm5/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
  461. package/esm5/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
  462. package/esm5/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
  463. package/esm5/lib/IDataSeriesAdapterRule_combined.js +322 -134
  464. package/esm5/lib/IDataSourceDataProvider_combined.js +28 -15
  465. package/esm5/lib/INativeUIElementBridge_combined.js +2 -2
  466. package/esm5/lib/ItemToolTipLayerDescription.js +12 -12
  467. package/esm5/lib/KeyFrameAnimationTimeline_combined.js +3 -2
  468. package/esm5/lib/LabelCollisionManager.js +1 -1
  469. package/esm5/lib/LineSeriesDescription.js +3 -3
  470. package/esm5/lib/ListPanelDescription.js +105 -93
  471. package/esm5/lib/ListPanelDescriptionMetadata_combined.js +1 -0
  472. package/esm5/lib/LocalDataSourceDescription.js +3 -3
  473. package/esm5/lib/LocalDataSource_combined.js +236 -230
  474. package/esm5/lib/MarkerSeriesDescription.js +32 -32
  475. package/esm5/lib/MoneyFlowIndexIndicatorDescription.js +3 -3
  476. package/esm5/lib/MovingAverageConvergenceDivergenceIndicatorDescription.js +8 -8
  477. package/esm5/lib/NativeUIBuiltInEvents.js +1 -1
  478. package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
  479. package/esm5/lib/NativeUIButton.js +2 -2
  480. package/esm5/lib/NativeUIButtonGroup.js +2 -2
  481. package/esm5/lib/NativeUICheckboxList.js +133 -44
  482. package/esm5/lib/NativeUICombo.js +8 -8
  483. package/esm5/lib/NativeUIElementBridge.js +2 -2
  484. package/esm5/lib/NativeUIGrid.js +4 -1
  485. package/esm5/lib/NativeUIInput.js +20 -20
  486. package/esm5/lib/NativeUIPopup.js +25 -12
  487. package/esm5/lib/NativeUISlider.js +14 -14
  488. package/esm5/lib/OthersCategoryContextDescription.js +46 -0
  489. package/esm5/lib/OthersCategoryContextDescriptionMetadata.js +42 -0
  490. package/esm5/lib/OthersCategoryContextDescriptionModule.js +24 -0
  491. package/esm5/lib/OverlayTextInfoDescription.js +284 -0
  492. package/esm5/lib/OverlayTextInfoDescriptionMetadata.js +65 -0
  493. package/esm5/lib/OverlayTextUpdatingEventArgsDescription.js +308 -0
  494. package/esm5/lib/OverlayTextUpdatingEventArgsDescriptionMetadata.js +67 -0
  495. package/esm5/lib/PagedDataSource.js +6 -6
  496. package/esm5/lib/PercentagePriceOscillatorIndicatorDescription.js +6 -6
  497. package/esm5/lib/PercentageVolumeOscillatorIndicatorDescription.js +6 -6
  498. package/esm5/lib/PolarAreaSeriesDescription.js +3 -3
  499. package/esm5/lib/PolarBaseDescription.js +75 -75
  500. package/esm5/lib/PolarLineSeriesDescription.js +3 -3
  501. package/esm5/lib/PolarSplineAreaSeriesDescription.js +3 -3
  502. package/esm5/lib/PolarSplineSeriesDescription.js +3 -3
  503. package/esm5/lib/PopupView_combined.js +3 -3
  504. package/esm5/lib/PriceChannelOverlayDescription.js +3 -3
  505. package/esm5/lib/RadialAreaSeriesDescription.js +3 -3
  506. package/esm5/lib/RadialBaseChartDescription.js +221 -221
  507. package/esm5/lib/RadialBaseDescription.js +69 -69
  508. package/esm5/lib/RadialColumnSeriesDescription.js +6 -6
  509. package/esm5/lib/RadialLineSeriesDescription.js +3 -3
  510. package/esm5/lib/RadialPieSeriesDescription.js +12 -12
  511. package/esm5/lib/RangeCategorySeriesDescription.js +10 -10
  512. package/esm5/lib/RangeColumnSeriesDescription.js +6 -6
  513. package/esm5/lib/RateOfChangeAndMomentumIndicatorDescription.js +3 -3
  514. package/esm5/lib/ReadOnlyDoubleCollection.js +130 -0
  515. package/esm5/lib/RearrangedListView.js +3 -3
  516. package/esm5/lib/RelativeStrengthIndexIndicatorDescription.js +3 -3
  517. package/esm5/lib/SVGNode_combined.js +2 -2
  518. package/esm5/lib/ScatterAreaSeriesDescription.js +14 -14
  519. package/esm5/lib/ScatterBaseDescription.js +71 -71
  520. package/esm5/lib/ScatterContourSeriesDescription.js +16 -16
  521. package/esm5/lib/ScatterDataRule.js +12 -9
  522. package/esm5/lib/ScatterLineSeriesDescription.js +3 -3
  523. package/esm5/lib/ScatterPolygonSeriesDescription.js +32 -32
  524. package/esm5/lib/ScatterPolylineSeriesDescription.js +3 -3
  525. package/esm5/lib/ScatterSplineSeriesDescription.js +3 -3
  526. package/esm5/lib/ScatterTriangulationSeriesDescription.js +35 -35
  527. package/esm5/lib/SeriesDescription.js +268 -256
  528. package/esm5/lib/SeriesDescriptionMetadata.js +1 -0
  529. package/esm5/lib/ShapeDataRule.js +12 -12
  530. package/esm5/lib/ShapeSeriesBaseDescription.js +47 -47
  531. package/esm5/lib/SimpleCategorySeriesRule.js +35 -25
  532. package/esm5/lib/SimpleFinancialPriceSeriesRule.js +31 -9
  533. package/esm5/lib/SimpleGaugeRule.js +3 -3
  534. package/esm5/lib/SimplePieSeriesRule.js +48 -39
  535. package/esm5/lib/SlowStochasticOscillatorIndicatorDescription.js +3 -3
  536. package/esm5/lib/SplineSeriesBaseDescription.js +6 -6
  537. package/esm5/lib/StackedBarSeriesDescription.js +6 -6
  538. package/esm5/lib/StackedColumnSeriesDescription.js +6 -6
  539. package/esm5/lib/StackedSeriesBaseDescription.js +12 -12
  540. package/esm5/lib/StackedSplineAreaSeriesDescription.js +3 -3
  541. package/esm5/lib/StackedSplineSeriesDescription.js +3 -3
  542. package/esm5/lib/StandardDeviationIndicatorDescription.js +3 -3
  543. package/esm5/lib/StochRSIIndicatorDescription.js +3 -3
  544. package/esm5/lib/SubCollectionsRule.js +64 -3
  545. package/esm5/lib/SyncableObservableCollection$2_combined.js +3 -0
  546. package/esm5/lib/TRIXIndicatorDescription.js +3 -3
  547. package/esm5/lib/TileSeriesDescription.js +3 -3
  548. package/esm5/lib/ToolActionButtonDescription.js +6 -6
  549. package/esm5/lib/ToolActionButtonPairDescription.js +100 -100
  550. package/esm5/lib/ToolActionButtonPairInfo.js +1 -1
  551. package/esm5/lib/ToolActionCheckboxDescription.js +23 -23
  552. package/esm5/lib/ToolActionCheckboxListDescription.js +19 -19
  553. package/esm5/lib/ToolActionColorEditorDescription.js +3 -3
  554. package/esm5/lib/ToolActionColorEditorInfo.js +1 -1
  555. package/esm5/lib/ToolActionComboDescription.js +11 -11
  556. package/esm5/lib/ToolActionComboInfo.js +1 -1
  557. package/esm5/lib/ToolActionDescription.js +15 -3
  558. package/esm5/lib/ToolActionDescriptionMetadata.js +2 -0
  559. package/esm5/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
  560. package/esm5/lib/ToolActionFieldSelectorAggregationDescription.js +70 -0
  561. package/esm5/lib/ToolActionFieldSelectorAggregationDescriptionMetadata.js +45 -0
  562. package/esm5/lib/ToolActionFieldSelectorAggregationDescriptionModule.js +24 -0
  563. package/esm5/lib/ToolActionFieldSelectorDescription.js +205 -0
  564. package/esm5/lib/ToolActionFieldSelectorDescriptionMetadata.js +58 -0
  565. package/esm5/lib/ToolActionFieldSelectorDescriptionModule.js +24 -0
  566. package/esm5/lib/ToolActionFieldSelectorInfo.js +103 -0
  567. package/esm5/lib/ToolActionFieldSelectorInfoDescription.js +111 -0
  568. package/esm5/lib/ToolActionFieldSelectorInfoDescriptionMetadata.js +50 -0
  569. package/esm5/lib/ToolActionFieldSelectorInfoType.js +16 -0
  570. package/esm5/lib/ToolActionFieldSelectorSelectedAggregationDescription.js +70 -0
  571. package/esm5/lib/ToolActionFieldSelectorSelectedAggregationDescriptionMetadata.js +45 -0
  572. package/esm5/lib/ToolActionFieldSelectorSelectedAggregationDescriptionModule.js +24 -0
  573. package/esm5/lib/ToolActionGroupHeaderDescription.js +6 -6
  574. package/esm5/lib/ToolActionIconButtonDescription.js +29 -29
  575. package/esm5/lib/ToolActionIconMenuDescription.js +9 -9
  576. package/esm5/lib/ToolActionNumberInputDescription.js +3 -3
  577. package/esm5/lib/ToolActionRadioDescription.js +27 -27
  578. package/esm5/lib/ToolActionSeparatorDescription.js +6 -6
  579. package/esm5/lib/ToolActionSubPanelDescription.js +14 -1
  580. package/esm5/lib/ToolActionSubPanelDescriptionMetadata.js +1 -0
  581. package/esm5/lib/ToolActionTextInputDescription.js +3 -3
  582. package/esm5/lib/ToolActionTextInputInfo.js +1 -1
  583. package/esm5/lib/ToolActionType.js +6 -5
  584. package/esm5/lib/ToolPanelDescription.js +270 -210
  585. package/esm5/lib/ToolPanelDescriptionMetadata.js +5 -0
  586. package/esm5/lib/ToolPanelDescriptionModule.js +2 -0
  587. package/esm5/lib/ToolbarDescription.js +197 -149
  588. package/esm5/lib/ToolbarDescriptionMetadata.js +4 -0
  589. package/esm5/lib/TrendLineLayerDescription.js +73 -0
  590. package/esm5/lib/TrendLineLayerDescriptionMetadata.js +47 -0
  591. package/esm5/lib/TrendLineLayerDescriptionModule.js +24 -0
  592. package/esm5/lib/TypeDescriptionCleanups.js +5 -0
  593. package/esm5/lib/ValueLayerDescription.js +431 -95
  594. package/esm5/lib/ValueLayerDescriptionMetadata.js +34 -0
  595. package/esm5/lib/ValueOverlayDescription.js +365 -41
  596. package/esm5/lib/ValueOverlayDescriptionMetadata.js +33 -0
  597. package/esm5/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
  598. package/esm5/lib/VerticalStackedSeriesBaseDescription.js +6 -6
  599. package/esm5/lib/VirtualDataSource.js +279 -279
  600. package/esm5/lib/VirtualDataSourceDescription.js +20 -20
  601. package/esm5/lib/WaterfallSeriesDescription.js +12 -12
  602. package/esm5/lib/WebAccordionDescription.js +48 -0
  603. package/esm5/lib/WebAccordionDescriptionMetadata.js +6 -0
  604. package/esm5/lib/{WebActiveStepChangedArgsEventArgsDescription.js → WebActiveStepChangedEventArgsDescription.js} +12 -12
  605. package/esm5/lib/WebActiveStepChangedEventArgsDescriptionMetadata.js +47 -0
  606. package/esm5/lib/WebActiveStepChangedEventArgsDetailDescription.js +46 -0
  607. package/esm5/lib/WebActiveStepChangedEventArgsDetailDescriptionMetadata.js +46 -0
  608. package/esm5/lib/{WebActiveStepChangedArgsDetailDescription.js → WebActiveStepChangingEventArgsDescription.js} +16 -16
  609. package/esm5/lib/WebActiveStepChangingEventArgsDescriptionMetadata.js +47 -0
  610. package/esm5/lib/{WebActiveStepChangingArgsDetailDescription.js → WebActiveStepChangingEventArgsDetailDescription.js} +13 -13
  611. package/esm5/lib/WebActiveStepChangingEventArgsDetailDescriptionMetadata.js +46 -0
  612. package/esm5/lib/WebBaseAlertLikeDescriptionMetadata.js +1 -1
  613. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +14 -4
  614. package/esm5/lib/WebButtonGroupDescriptionMetadata.js +1 -1
  615. package/esm5/lib/WebCalendarBaseDescriptionMetadata.js +1 -1
  616. package/esm5/lib/WebCalendarDescriptionMetadata.js +1 -1
  617. package/esm5/lib/WebCardActionsDescriptionMetadata.js +1 -1
  618. package/esm5/lib/WebCarouselDescriptionMetadata.js +1 -1
  619. package/esm5/lib/WebCheckboxBaseDescriptionMetadata.js +1 -1
  620. package/esm5/lib/WebColumnDescription.js +95 -47
  621. package/esm5/lib/WebColumnDescriptionMetadata.js +8 -0
  622. package/esm5/lib/WebColumnGroupDescription.js +11 -11
  623. package/esm5/lib/WebDatePickerDescriptionMetadata.js +3 -3
  624. package/esm5/lib/WebDropdownDescriptionMetadata.js +3 -2
  625. package/esm5/lib/WebExpressionTreeDescription.js +87 -0
  626. package/esm5/lib/WebExpressionTreeDescriptionMetadata.js +58 -0
  627. package/esm5/lib/{WebTabPanelDescription.js → WebExpressionTreeOrFilteringExpressionDescription.js} +9 -9
  628. package/esm5/lib/WebExpressionTreeOrFilteringExpressionDescriptionMetadata.js +41 -0
  629. package/esm5/lib/WebFilteringExpressionDescription.js +37 -20
  630. package/esm5/lib/WebFilteringExpressionDescriptionMetadata.js +6 -1
  631. package/esm5/lib/WebFilteringExpressionsTreeDescription.js +44 -27
  632. package/esm5/lib/WebFilteringExpressionsTreeDescriptionMetadata.js +4 -0
  633. package/esm5/lib/WebFilteringExpressionsTreeDetailDescription.js +35 -11
  634. package/esm5/lib/WebFilteringExpressionsTreeDetailDescriptionMetadata.js +2 -0
  635. package/esm5/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescription.js +3 -10
  636. package/esm5/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescriptionMetadata.js +2 -0
  637. package/esm5/lib/WebFilteringOperationDescription.js +22 -10
  638. package/esm5/lib/WebFilteringOperationDescriptionMetadata.js +1 -0
  639. package/esm5/lib/{WebTreeSelectionChangeDetailDescription.js → WebForOfDataChangeEventArgsDescription.js} +13 -13
  640. package/esm5/lib/WebForOfDataChangeEventArgsDescriptionMetadata.js +50 -0
  641. package/esm5/lib/WebForOfDataChangeEventArgsDetailDescription.js +26 -0
  642. package/esm5/lib/WebForOfDataChangeEventArgsDetailDescriptionMetadata.js +49 -0
  643. package/esm5/lib/WebForOfStateDetailDescription.js +18 -11
  644. package/esm5/lib/WebForOfStateDetailDescriptionMetadata.js +0 -2
  645. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +282 -258
  646. package/esm5/lib/WebGridCreatedEventArgsDescriptionMetadata_combined.js +10 -4
  647. package/esm5/lib/WebGridCreatedEventArgsDetailDescription.js +12 -0
  648. package/esm5/lib/WebGridDescription.js +69 -45
  649. package/esm5/lib/WebGridDescriptionMetadata.js +6 -0
  650. package/esm5/lib/WebGridDescriptionModule.js +4 -0
  651. package/esm5/lib/WebGroupByExpandStateEventArgsDescription.js +46 -0
  652. package/esm5/lib/WebGroupByExpandStateEventArgsDescriptionMetadata.js +49 -0
  653. package/esm5/lib/WebGroupingExpressionEventArgsDescription.js +46 -0
  654. package/esm5/lib/WebGroupingExpressionEventArgsDescriptionMetadata.js +49 -0
  655. package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
  656. package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
  657. package/esm5/lib/WebImportsHalper.js +44 -31
  658. package/esm5/lib/WebInputDescription.js +30 -30
  659. package/esm5/lib/WebInputDescriptionMetadata.js +2 -2
  660. package/esm5/lib/WebListItemDescription.js +14 -1
  661. package/esm5/lib/WebListItemDescriptionMetadata.js +1 -0
  662. package/esm5/lib/WebPivotDataSelectorDescription.js +49 -1
  663. package/esm5/lib/WebPivotDataSelectorDescriptionMetadata.js +6 -0
  664. package/esm5/lib/WebPivotGridDescription.js +42 -42
  665. package/esm5/lib/WebRadioDescriptionMetadata.js +1 -1
  666. package/esm5/lib/WebRadioGroupDescriptionMetadata.js +2 -2
  667. package/esm5/lib/WebRowIslandDescription.js +298 -274
  668. package/esm5/lib/WebSelectDescriptionMetadata.js +3 -2
  669. package/esm5/lib/WebSliderBaseDescriptionMetadata.js +2 -2
  670. package/esm5/lib/WebStepperDescriptionMetadata.js +6 -6
  671. package/esm5/lib/WebStepperDescriptionModule.js +4 -4
  672. package/esm5/lib/WebTabDescription.js +2 -2
  673. package/esm5/lib/WebTabDescriptionMetadata.js +1 -1
  674. package/esm5/lib/WebTabsDescriptionModule.js +0 -2
  675. package/esm5/lib/WebTextareaDescriptionMetadata.js +2 -6
  676. package/esm5/lib/WebTileChangeStateEventArgsDescription.js +46 -0
  677. package/esm5/lib/WebTileChangeStateEventArgsDescriptionMetadata.js +7 -0
  678. package/esm5/lib/WebTileChangeStateEventArgsDetailDescription.js +58 -0
  679. package/esm5/lib/WebTileChangeStateEventArgsDetailDescriptionMetadata.js +7 -0
  680. package/esm5/lib/{WebTreeSelectionOptionsEventArgsDescription.js → WebTileComponentEventArgsDescription.js} +12 -10
  681. package/esm5/lib/WebTileComponentEventArgsDescriptionMetadata.js +7 -0
  682. package/esm5/lib/WebTileDescription.js +236 -0
  683. package/esm5/lib/WebTileDescriptionMetadata.js +7 -0
  684. package/esm5/lib/WebTileDescriptionMetadata_combined.js +176 -0
  685. package/esm5/lib/WebTileDescriptionModule.js +28 -0
  686. package/esm5/lib/WebTileManagerDescription.js +200 -0
  687. package/esm5/lib/WebTileManagerDescriptionMetadata.js +66 -0
  688. package/esm5/lib/WebTileManagerDescriptionModule.js +26 -0
  689. package/esm5/lib/WebTooltipDescription.js +212 -0
  690. package/esm5/lib/WebTooltipDescriptionMetadata.js +63 -0
  691. package/esm5/lib/{WebTabPanelDescriptionModule.js → WebTooltipDescriptionModule.js} +9 -9
  692. package/esm5/lib/WebTreeDescriptionMetadata.js +2 -2
  693. package/esm5/lib/WebTreeDescriptionModule.js +2 -2
  694. package/esm5/lib/WebTreeGridDescription.js +28 -28
  695. package/esm5/lib/WebTreeSelectionEventArgsDescription.js +46 -0
  696. package/esm5/lib/WebTreeSelectionEventArgsDescriptionMetadata.js +47 -0
  697. package/esm5/lib/{WebTreeSelectionChangeEventArgsDescription.js → WebTreeSelectionEventArgsDetailDescription.js} +13 -13
  698. package/esm5/lib/WebTreeSelectionEventArgsDetailDescriptionMetadata.js +48 -0
  699. package/esm5/lib/WilliamsPercentRIndicatorDescription.js +3 -3
  700. package/esm5/lib/XYChartDescription.js +221 -221
  701. package/esm5/lib/igx-data-source-properties-requested-changed-event-args.js +36 -0
  702. package/esm5/public_api.js +99 -21
  703. package/fesm2015/igniteui-angular-core.js +14915 -8479
  704. package/fesm5/igniteui-angular-core.js +17224 -8967
  705. package/lib/AbsoluteVolumeOscillatorIndicatorDescription.d.ts +2 -2
  706. package/lib/AggregatedDataProviderLayerMap.d.ts +2 -1
  707. package/lib/AggregatedDataProviderTopLayer.d.ts +4 -3
  708. package/lib/AnchoredCategorySeriesDescription.d.ts +12 -12
  709. package/lib/AnchoredRadialSeriesDescription.d.ts +12 -12
  710. package/lib/AnnotationLayerDescription.d.ts +27 -21
  711. package/lib/AreaSeriesDescription.d.ts +1 -1
  712. package/lib/AverageDirectionalIndexIndicatorDescription.d.ts +1 -1
  713. package/lib/AverageTrueRangeIndicatorDescription.d.ts +1 -1
  714. package/lib/BarSeriesDescription.d.ts +2 -2
  715. package/lib/BaseDataSourceDescription.d.ts +7 -4
  716. package/lib/BollingerBandWidthIndicatorDescription.d.ts +2 -2
  717. package/lib/BollingerBandsOverlayDescription.d.ts +2 -2
  718. package/lib/BrushUtil.d.ts +16 -14
  719. package/lib/BubbleSeriesDescription.d.ts +14 -14
  720. package/lib/CalloutLayerDescription.d.ts +50 -50
  721. package/lib/CategoryChartDescription.d.ts +45 -45
  722. package/lib/CategoryHighlightLayerDescription.d.ts +3 -3
  723. package/lib/CategoryItemHighlightLayerDescription.d.ts +10 -10
  724. package/lib/CategorySeriesDescription.d.ts +8 -8
  725. package/lib/CategoryToolTipLayerDescription.d.ts +2 -2
  726. package/lib/ChaikinOscillatorIndicatorDescription.d.ts +2 -2
  727. package/lib/ChaikinVolatilityIndicatorDescription.d.ts +1 -1
  728. package/lib/CheckboxListDescription.d.ts +64 -43
  729. package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +187 -180
  730. package/lib/ColorUtil.d.ts +2 -2
  731. package/lib/ColumnFragmentDescription.d.ts +2 -2
  732. package/lib/ColumnSeriesDescription.d.ts +3 -3
  733. package/lib/CommodityChannelIndexIndicatorDescription.d.ts +1 -1
  734. package/lib/CrosshairLayerDescription.d.ts +31 -31
  735. package/lib/DashboardTileDescription.d.ts +48 -33
  736. package/lib/DataAdapterRunContextRecursionType.d.ts +14 -0
  737. package/lib/DataAnnotationAxisLayerDescription.d.ts +82 -0
  738. package/lib/DataAnnotationAxisLayerDescriptionMetadata.d.ts +13 -0
  739. package/lib/DataAnnotationBandLayerDescription.d.ts +13 -0
  740. package/lib/DataAnnotationBandLayerDescriptionMetadata.d.ts +13 -0
  741. package/lib/DataAnnotationBandLayerDescriptionModule.d.ts +9 -0
  742. package/lib/DataAnnotationInfoDescription.d.ts +65 -0
  743. package/lib/{WebTreeSelectionChangeDescriptionMetadata.d.ts → DataAnnotationInfoDescriptionMetadata.d.ts} +1 -1
  744. package/lib/DataAnnotationItemDescription.d.ts +59 -0
  745. package/lib/DataAnnotationItemDescriptionMetadata.d.ts +13 -0
  746. package/lib/DataAnnotationLineLayerDescription.d.ts +10 -0
  747. package/lib/DataAnnotationLineLayerDescriptionMetadata.d.ts +13 -0
  748. package/lib/DataAnnotationLineLayerDescriptionModule.d.ts +9 -0
  749. package/lib/DataAnnotationPointLayerDescription.d.ts +58 -0
  750. package/lib/DataAnnotationPointLayerDescriptionMetadata.d.ts +13 -0
  751. package/lib/DataAnnotationRangeLayerDescription.d.ts +37 -0
  752. package/lib/DataAnnotationRangeLayerDescriptionMetadata.d.ts +13 -0
  753. package/lib/DataAnnotationRectLayerDescription.d.ts +10 -0
  754. package/lib/DataAnnotationRectLayerDescriptionMetadata.d.ts +13 -0
  755. package/lib/DataAnnotationRectLayerDescriptionModule.d.ts +9 -0
  756. package/lib/DataAnnotationShapeLayerDescription.d.ts +109 -0
  757. package/lib/DataAnnotationShapeLayerDescriptionMetadata.d.ts +13 -0
  758. package/lib/DataAnnotationSliceLayerDescription.d.ts +16 -0
  759. package/lib/DataAnnotationSliceLayerDescriptionMetadata.d.ts +13 -0
  760. package/lib/DataAnnotationSliceLayerDescriptionModule.d.ts +9 -0
  761. package/lib/DataAnnotationStripLayerDescription.d.ts +34 -0
  762. package/lib/DataAnnotationStripLayerDescriptionMetadata.d.ts +13 -0
  763. package/lib/DataAnnotationStripLayerDescriptionModule.d.ts +9 -0
  764. package/lib/DataAnnotationStyleEventArgsDescription.d.ts +45 -0
  765. package/lib/{WebTreeSelectionChangeDetailDescriptionMetadata.d.ts → DataAnnotationStyleEventArgsDescriptionMetadata.d.ts} +1 -1
  766. package/lib/DataPieBaseChartDescription.d.ts +38 -38
  767. package/lib/DataPieChartDescription.d.ts +12 -12
  768. package/lib/DataSeriesAdapterPropertyInfo.d.ts +11 -0
  769. package/lib/DataSeriesPropertyType.d.ts +10 -0
  770. package/lib/DataSeriesType.d.ts +16 -12
  771. package/lib/DataSourcePropertiesRequestedChangedEventArgs.d.ts +8 -0
  772. package/lib/{WebTabPanelDescription.d.ts → DataSourcePropertiesRequestedChangedEventArgsDescription.d.ts} +1 -1
  773. package/lib/DataSourcePropertiesRequestedChangedEventArgsDescriptionMetadata.d.ts +13 -0
  774. package/lib/DataToolTipLayerDescription.d.ts +143 -143
  775. package/lib/DescriptionSerializer.d.ts +5 -2
  776. package/lib/DetrendedPriceOscillatorIndicatorDescription.d.ts +1 -1
  777. package/lib/DomainChartDescription.d.ts +328 -295
  778. package/lib/FastStochasticOscillatorIndicatorDescription.d.ts +1 -1
  779. package/lib/FinalValueLayerDescription.d.ts +14 -14
  780. package/lib/FinancialChartDescription.d.ts +61 -61
  781. package/lib/FinancialIndicatorDescription.d.ts +8 -8
  782. package/lib/FinancialOverlayDescription.d.ts +1 -1
  783. package/lib/FinancialPriceSeriesDescription.d.ts +17 -17
  784. package/lib/FinancialSeriesDescription.d.ts +19 -19
  785. package/lib/ForceIndexIndicatorDescription.d.ts +1 -1
  786. package/lib/FullStochasticOscillatorIndicatorDescription.d.ts +3 -3
  787. package/lib/GeographicContourLineSeriesDescription.d.ts +5 -5
  788. package/lib/GeographicHighDensityScatterSeriesDescription.d.ts +11 -11
  789. package/lib/GeographicMapSeriesHostDescription.d.ts +2 -2
  790. package/lib/GeographicMarkerSeriesDescription.d.ts +11 -11
  791. package/lib/GeographicPolylineSeriesDescription.d.ts +6 -6
  792. package/lib/GeographicProportionalSymbolSeriesDescription.d.ts +18 -18
  793. package/lib/GeographicScatterAreaSeriesDescription.d.ts +4 -4
  794. package/lib/GeographicShapeSeriesBaseDescription.d.ts +13 -13
  795. package/lib/GeographicShapeSeriesDescription.d.ts +17 -17
  796. package/lib/GeographicSymbolSeriesDescription.d.ts +9 -9
  797. package/lib/GeographicTileSeriesDescription.d.ts +2 -2
  798. package/lib/GeographicXYTriangulatingSeriesDescription.d.ts +6 -6
  799. package/lib/GridBridge.d.ts +1 -0
  800. package/lib/HighDensityScatterSeriesDescription.d.ts +17 -17
  801. package/lib/HighlightingManager.d.ts +6 -4
  802. package/lib/HorizontalAnchoredCategorySeriesDescription.d.ts +2 -2
  803. package/lib/HorizontalRangeCategorySeriesDescription.d.ts +6 -6
  804. package/lib/HorizontalStackedSeriesBaseDescription.d.ts +2 -2
  805. package/lib/IDataLegendTarget.d.ts +3 -1
  806. package/lib/IDataSeriesAdapterRule_combined.d.ts +34 -15
  807. package/lib/IDataSourceDataProvider_combined.d.ts +11 -6
  808. package/lib/IHighlightingManager.d.ts +1 -0
  809. package/lib/INativeUICheckboxListBridge.d.ts +1 -0
  810. package/lib/INativeUIGridBridge.d.ts +1 -0
  811. package/lib/INativeUIPopupBridge.d.ts +2 -0
  812. package/lib/IToolbarTarget.d.ts +1 -0
  813. package/lib/ItemToolTipLayerDescription.d.ts +4 -4
  814. package/lib/LineSeriesDescription.d.ts +1 -1
  815. package/lib/ListPanelDescription.d.ts +36 -33
  816. package/lib/LocalDataSourceDescription.d.ts +1 -1
  817. package/lib/LocalDataSource_combined.d.ts +35 -35
  818. package/lib/MarkerSeriesDescription.d.ts +12 -12
  819. package/lib/MoneyFlowIndexIndicatorDescription.d.ts +1 -1
  820. package/lib/MovingAverageConvergenceDivergenceIndicatorDescription.d.ts +3 -3
  821. package/lib/NativeUIBuiltInEvents.d.ts +10 -9
  822. package/lib/NativeUIBuiltInProperties.d.ts +39 -31
  823. package/lib/NativeUICheckboxList.d.ts +51 -35
  824. package/lib/NativeUIGrid.d.ts +2 -1
  825. package/lib/NativeUIPopup.d.ts +19 -15
  826. package/lib/OthersCategoryContextDescription.d.ts +16 -0
  827. package/lib/OthersCategoryContextDescriptionMetadata.d.ts +13 -0
  828. package/lib/OthersCategoryContextDescriptionModule.d.ts +9 -0
  829. package/lib/OverlayTextInfoDescription.d.ts +74 -0
  830. package/lib/OverlayTextInfoDescriptionMetadata.d.ts +13 -0
  831. package/lib/OverlayTextUpdatingEventArgsDescription.d.ts +80 -0
  832. package/lib/OverlayTextUpdatingEventArgsDescriptionMetadata.d.ts +13 -0
  833. package/lib/PagedDataSource.d.ts +2 -2
  834. package/lib/PercentagePriceOscillatorIndicatorDescription.d.ts +2 -2
  835. package/lib/PercentageVolumeOscillatorIndicatorDescription.d.ts +2 -2
  836. package/lib/PolarAreaSeriesDescription.d.ts +1 -1
  837. package/lib/PolarBaseDescription.d.ts +27 -27
  838. package/lib/PolarLineSeriesDescription.d.ts +1 -1
  839. package/lib/PolarSplineAreaSeriesDescription.d.ts +1 -1
  840. package/lib/PolarSplineSeriesDescription.d.ts +1 -1
  841. package/lib/PriceChannelOverlayDescription.d.ts +1 -1
  842. package/lib/RadialAreaSeriesDescription.d.ts +1 -1
  843. package/lib/RadialBaseChartDescription.d.ts +76 -76
  844. package/lib/RadialBaseDescription.d.ts +25 -25
  845. package/lib/RadialColumnSeriesDescription.d.ts +2 -2
  846. package/lib/RadialLineSeriesDescription.d.ts +1 -1
  847. package/lib/RadialPieSeriesDescription.d.ts +4 -4
  848. package/lib/RangeCategorySeriesDescription.d.ts +4 -4
  849. package/lib/RangeColumnSeriesDescription.d.ts +2 -2
  850. package/lib/RateOfChangeAndMomentumIndicatorDescription.d.ts +1 -1
  851. package/lib/ReadOnlyDoubleCollection.d.ts +35 -0
  852. package/lib/RelativeStrengthIndexIndicatorDescription.d.ts +1 -1
  853. package/lib/ScatterAreaSeriesDescription.d.ts +5 -5
  854. package/lib/ScatterBaseDescription.d.ts +26 -26
  855. package/lib/ScatterContourSeriesDescription.d.ts +6 -6
  856. package/lib/ScatterLineSeriesDescription.d.ts +1 -1
  857. package/lib/ScatterPolygonSeriesDescription.d.ts +12 -12
  858. package/lib/ScatterPolylineSeriesDescription.d.ts +1 -1
  859. package/lib/ScatterSplineSeriesDescription.d.ts +1 -1
  860. package/lib/ScatterTriangulationSeriesDescription.d.ts +13 -13
  861. package/lib/SeriesDescription.d.ts +92 -89
  862. package/lib/ShapeSeriesBaseDescription.d.ts +17 -17
  863. package/lib/SimpleFinancialPriceSeriesRule.d.ts +1 -2
  864. package/lib/SlowStochasticOscillatorIndicatorDescription.d.ts +1 -1
  865. package/lib/SplineSeriesBaseDescription.d.ts +2 -2
  866. package/lib/StackedBarSeriesDescription.d.ts +2 -2
  867. package/lib/StackedColumnSeriesDescription.d.ts +2 -2
  868. package/lib/StackedSeriesBaseDescription.d.ts +4 -4
  869. package/lib/StackedSplineAreaSeriesDescription.d.ts +1 -1
  870. package/lib/StackedSplineSeriesDescription.d.ts +1 -1
  871. package/lib/StandardDeviationIndicatorDescription.d.ts +1 -1
  872. package/lib/StochRSIIndicatorDescription.d.ts +1 -1
  873. package/lib/TRIXIndicatorDescription.d.ts +1 -1
  874. package/lib/TileSeriesDescription.d.ts +1 -1
  875. package/lib/ToolActionButtonDescription.d.ts +2 -2
  876. package/lib/ToolActionButtonPairDescription.d.ts +37 -37
  877. package/lib/ToolActionCheckboxDescription.d.ts +9 -9
  878. package/lib/ToolActionCheckboxListDescription.d.ts +7 -7
  879. package/lib/ToolActionColorEditorDescription.d.ts +1 -1
  880. package/lib/ToolActionComboDescription.d.ts +4 -4
  881. package/lib/ToolActionDescription.d.ts +4 -1
  882. package/lib/{WebTreeSelectionOptionsEventDetailDescription.d.ts → ToolActionFieldSelectorAggregationDescription.d.ts} +10 -5
  883. package/lib/{WebActiveStepChangingArgsEventArgsDescriptionMetadata.d.ts → ToolActionFieldSelectorAggregationDescriptionMetadata.d.ts} +1 -1
  884. package/lib/ToolActionFieldSelectorAggregationDescriptionModule.d.ts +9 -0
  885. package/lib/ToolActionFieldSelectorDescription.d.ts +57 -0
  886. package/lib/ToolActionFieldSelectorDescriptionMetadata.d.ts +13 -0
  887. package/lib/ToolActionFieldSelectorDescriptionModule.d.ts +9 -0
  888. package/lib/ToolActionFieldSelectorInfo.d.ts +34 -0
  889. package/lib/ToolActionFieldSelectorInfoDescription.d.ts +33 -0
  890. package/lib/ToolActionFieldSelectorInfoDescriptionMetadata.d.ts +13 -0
  891. package/lib/ToolActionFieldSelectorInfoType.d.ts +9 -0
  892. package/lib/ToolActionFieldSelectorSelectedAggregationDescription.d.ts +22 -0
  893. package/lib/ToolActionFieldSelectorSelectedAggregationDescriptionMetadata.d.ts +13 -0
  894. package/lib/ToolActionFieldSelectorSelectedAggregationDescriptionModule.d.ts +9 -0
  895. package/lib/ToolActionGroupHeaderDescription.d.ts +2 -2
  896. package/lib/ToolActionIconButtonDescription.d.ts +11 -11
  897. package/lib/ToolActionIconMenuDescription.d.ts +3 -3
  898. package/lib/ToolActionNumberInputDescription.d.ts +1 -1
  899. package/lib/ToolActionRadioDescription.d.ts +11 -11
  900. package/lib/ToolActionSeparatorDescription.d.ts +2 -2
  901. package/lib/ToolActionSubPanelDescription.d.ts +3 -0
  902. package/lib/ToolActionTextInputDescription.d.ts +1 -1
  903. package/lib/ToolActionType.d.ts +5 -4
  904. package/lib/ToolPanelDescription.d.ts +88 -73
  905. package/lib/ToolbarDescription.d.ts +65 -53
  906. package/lib/TrendLineLayerDescription.d.ts +22 -0
  907. package/lib/TrendLineLayerDescriptionMetadata.d.ts +13 -0
  908. package/lib/TrendLineLayerDescriptionModule.d.ts +9 -0
  909. package/lib/ValueLayerDescription.d.ts +116 -32
  910. package/lib/ValueOverlayDescription.d.ts +95 -14
  911. package/lib/VerticalAnchoredCategorySeriesDescription.d.ts +2 -2
  912. package/lib/VerticalStackedSeriesBaseDescription.d.ts +2 -2
  913. package/lib/VirtualDataSource.d.ts +49 -49
  914. package/lib/VirtualDataSourceDescription.d.ts +7 -7
  915. package/lib/WaterfallSeriesDescription.d.ts +4 -4
  916. package/lib/WebAccordionDescription.d.ts +12 -0
  917. package/lib/WebActiveStepChangedEventArgsDescription.d.ts +17 -0
  918. package/lib/WebActiveStepChangedEventArgsDescriptionMetadata.d.ts +13 -0
  919. package/lib/{WebActiveStepChangedArgsDetailDescription.d.ts → WebActiveStepChangedEventArgsDetailDescription.d.ts} +1 -1
  920. package/lib/{WebActiveStepChangingArgsDetailDescriptionMetadata.d.ts → WebActiveStepChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  921. package/lib/WebActiveStepChangingEventArgsDescription.d.ts +17 -0
  922. package/lib/{WebActiveStepChangedArgsDetailDescriptionMetadata.d.ts → WebActiveStepChangingEventArgsDescriptionMetadata.d.ts} +1 -1
  923. package/lib/{WebActiveStepChangingArgsDetailDescription.d.ts → WebActiveStepChangingEventArgsDetailDescription.d.ts} +1 -1
  924. package/lib/WebActiveStepChangingEventArgsDetailDescriptionMetadata.d.ts +13 -0
  925. package/lib/WebBaseExporterDescriptionMetadata_combined.d.ts +1 -0
  926. package/lib/WebColumnDescription.d.ts +28 -16
  927. package/lib/WebColumnGroupDescription.d.ts +4 -4
  928. package/lib/WebExpressionTreeDescription.d.ts +28 -0
  929. package/lib/WebExpressionTreeDescriptionMetadata.d.ts +13 -0
  930. package/lib/{WebTreeSelectionChangeDescription.d.ts → WebExpressionTreeOrFilteringExpressionDescription.d.ts} +1 -1
  931. package/lib/WebExpressionTreeOrFilteringExpressionDescriptionMetadata.d.ts +13 -0
  932. package/lib/WebFilteringExpressionDescription.d.ts +13 -7
  933. package/lib/WebFilteringExpressionsTreeDescription.d.ts +15 -10
  934. package/lib/WebFilteringExpressionsTreeDetailDescription.d.ts +10 -4
  935. package/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescription.d.ts +2 -3
  936. package/lib/WebFilteringOperationDescription.d.ts +7 -4
  937. package/lib/WebForOfDataChangeEventArgsDescription.d.ts +17 -0
  938. package/lib/WebForOfDataChangeEventArgsDescriptionMetadata.d.ts +13 -0
  939. package/lib/WebForOfDataChangeEventArgsDetailDescription.d.ts +12 -0
  940. package/lib/{WebActiveStepChangedArgsEventArgsDescriptionMetadata.d.ts → WebForOfDataChangeEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  941. package/lib/WebForOfStateDetailDescription.d.ts +7 -6
  942. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +95 -89
  943. package/lib/WebGridCreatedEventArgsDetailDescription.d.ts +3 -0
  944. package/lib/WebGridDescription.d.ts +22 -16
  945. package/lib/WebGroupByExpandStateEventArgsDescription.d.ts +17 -0
  946. package/lib/WebGroupByExpandStateEventArgsDescriptionMetadata.d.ts +13 -0
  947. package/lib/WebGroupingExpressionEventArgsDescription.d.ts +17 -0
  948. package/lib/WebGroupingExpressionEventArgsDescriptionMetadata.d.ts +13 -0
  949. package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
  950. package/lib/WebHierarchicalGridDescription.d.ts +5 -5
  951. package/lib/WebImportsHalper.d.ts +4 -1
  952. package/lib/WebInputDescription.d.ts +14 -14
  953. package/lib/WebListItemDescription.d.ts +3 -0
  954. package/lib/WebPivotDataSelectorDescription.d.ts +13 -1
  955. package/lib/WebPivotGridDescription.d.ts +15 -15
  956. package/lib/WebRowIslandDescription.d.ts +101 -95
  957. package/lib/WebTabDescription.d.ts +2 -2
  958. package/lib/WebTileChangeStateEventArgsDescription.d.ts +17 -0
  959. package/lib/WebTileChangeStateEventArgsDescriptionMetadata.d.ts +1 -0
  960. package/lib/{WebActiveStepChangedArgsEventArgsDescription.d.ts → WebTileChangeStateEventArgsDetailDescription.d.ts} +7 -4
  961. package/lib/WebTileChangeStateEventArgsDetailDescriptionMetadata.d.ts +1 -0
  962. package/lib/WebTileComponentEventArgsDescription.d.ts +17 -0
  963. package/lib/WebTileComponentEventArgsDescriptionMetadata.d.ts +1 -0
  964. package/lib/WebTileDescription.d.ts +62 -0
  965. package/lib/WebTileDescriptionMetadata.d.ts +1 -0
  966. package/lib/WebTileDescriptionMetadata_combined.d.ts +43 -0
  967. package/lib/{WebTabPanelDescriptionModule.d.ts → WebTileDescriptionModule.d.ts} +1 -1
  968. package/lib/WebTileManagerDescription.d.ts +53 -0
  969. package/lib/WebTileManagerDescriptionMetadata.d.ts +13 -0
  970. package/lib/WebTileManagerDescriptionModule.d.ts +9 -0
  971. package/lib/WebTooltipDescription.d.ts +56 -0
  972. package/lib/{WebTabPanelDescriptionMetadata.d.ts → WebTooltipDescriptionMetadata.d.ts} +1 -1
  973. package/lib/WebTooltipDescriptionModule.d.ts +9 -0
  974. package/lib/WebTreeGridDescription.d.ts +10 -10
  975. package/lib/WebTreeSelectionEventArgsDescription.d.ts +17 -0
  976. package/lib/WebTreeSelectionEventArgsDescriptionMetadata.d.ts +13 -0
  977. package/lib/{WebTreeSelectionChangeDetailDescription.d.ts → WebTreeSelectionEventArgsDetailDescription.d.ts} +1 -1
  978. package/lib/{WebTreeSelectionChangeEventArgsDescriptionMetadata.d.ts → WebTreeSelectionEventArgsDetailDescriptionMetadata.d.ts} +1 -1
  979. package/lib/WilliamsPercentRIndicatorDescription.d.ts +1 -1
  980. package/lib/XYChartDescription.d.ts +76 -76
  981. package/lib/igx-data-source-properties-requested-changed-event-args.d.ts +15 -0
  982. package/package.json +1 -1
  983. package/public_api.d.ts +99 -21
  984. package/esm2015/lib/WebActiveStepChangedArgsDetailDescriptionMetadata.js +0 -42
  985. package/esm2015/lib/WebActiveStepChangedArgsEventArgsDescriptionMetadata.js +0 -43
  986. package/esm2015/lib/WebActiveStepChangingArgsDetailDescriptionMetadata.js +0 -42
  987. package/esm2015/lib/WebActiveStepChangingArgsEventArgsDescriptionMetadata.js +0 -43
  988. package/esm2015/lib/WebTabPanelDescriptionMetadata.js +0 -40
  989. package/esm2015/lib/WebTreeSelectionChangeDescriptionMetadata.js +0 -39
  990. package/esm2015/lib/WebTreeSelectionChangeDetailDescriptionMetadata.js +0 -44
  991. package/esm2015/lib/WebTreeSelectionChangeEventArgsDescriptionMetadata.js +0 -43
  992. package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +0 -42
  993. package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescription.js +0 -36
  994. package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +0 -41
  995. package/esm5/lib/WebActiveStepChangedArgsDetailDescriptionMetadata.js +0 -46
  996. package/esm5/lib/WebActiveStepChangedArgsEventArgsDescriptionMetadata.js +0 -47
  997. package/esm5/lib/WebActiveStepChangingArgsDetailDescriptionMetadata.js +0 -46
  998. package/esm5/lib/WebActiveStepChangingArgsEventArgsDescription.js +0 -46
  999. package/esm5/lib/WebActiveStepChangingArgsEventArgsDescriptionMetadata.js +0 -47
  1000. package/esm5/lib/WebTabPanelDescriptionMetadata.js +0 -44
  1001. package/esm5/lib/WebTreeSelectionChangeDescription.js +0 -31
  1002. package/esm5/lib/WebTreeSelectionChangeDescriptionMetadata.js +0 -43
  1003. package/esm5/lib/WebTreeSelectionChangeDetailDescriptionMetadata.js +0 -48
  1004. package/esm5/lib/WebTreeSelectionChangeEventArgsDescriptionMetadata.js +0 -47
  1005. package/esm5/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +0 -46
  1006. package/esm5/lib/WebTreeSelectionOptionsEventDetailDescription.js +0 -46
  1007. package/esm5/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +0 -45
  1008. package/lib/WebActiveStepChangingArgsEventArgsDescription.d.ts +0 -17
  1009. package/lib/WebTreeSelectionChangeEventArgsDescription.d.ts +0 -17
  1010. package/lib/WebTreeSelectionOptionsEventArgsDescription.d.ts +0 -15
  1011. package/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.d.ts +0 -13
  1012. package/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.d.ts +0 -13
@@ -55,17 +55,17 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
55
55
  var _this = _super.call(this) || this;
56
56
  _this.l = null;
57
57
  _this.j = null;
58
- _this.z = new List$1(CodeGenerationItemBuilderPropertyInfo.$, 0);
58
+ _this.aa = new List$1(CodeGenerationItemBuilderPropertyInfo.$, 0);
59
59
  _this.d = null;
60
60
  _this.a = null;
61
61
  _this.c = null;
62
62
  _this.b = null;
63
- _this.aa = new List$1(String_$type, 0);
64
- _this.af = new Stack$1(String_$type);
65
- _this.ad = new Stack$1(String_$type);
66
- _this.ae = new Stack$1(Boolean_$type);
63
+ _this.ab = new List$1(String_$type, 0);
64
+ _this.ag = new Stack$1(String_$type);
65
+ _this.ae = new Stack$1(String_$type);
66
+ _this.af = new Stack$1(Boolean_$type);
67
+ _this.a6 = null;
67
68
  _this.a5 = null;
68
- _this.a4 = null;
69
69
  _this.l = a;
70
70
  _this.j = b;
71
71
  _this.d = new CodeGeneratingCodeWriter(_this.l);
@@ -74,7 +74,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
74
74
  _this.b = new CodeGeneratingCodeWriter(_this.l);
75
75
  return _this;
76
76
  }
77
- CodeGeneratingComponentRendererCodeEmitter.prototype.get_al = function () {
77
+ CodeGeneratingComponentRendererCodeEmitter.prototype.get_am = function () {
78
78
  switch (this.j.platform) {
79
79
  case 1: return "Igx";
80
80
  case 2: return "Igr";
@@ -85,14 +85,14 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
85
85
  }
86
86
  return "";
87
87
  };
88
- Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "al", {
88
+ Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "am", {
89
89
  get: function () {
90
- return this.get_al();
90
+ return this.get_am();
91
91
  },
92
92
  enumerable: false,
93
93
  configurable: true
94
94
  });
95
- CodeGeneratingComponentRendererCodeEmitter.prototype.get_am = function () {
95
+ CodeGeneratingComponentRendererCodeEmitter.prototype.get_an = function () {
96
96
  switch (this.j.platform) {
97
97
  case 1: return "Component";
98
98
  case 2: return "";
@@ -102,14 +102,14 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
102
102
  }
103
103
  return "";
104
104
  };
105
- Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "am", {
105
+ Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "an", {
106
106
  get: function () {
107
- return this.get_am();
107
+ return this.get_an();
108
108
  },
109
109
  enumerable: false,
110
110
  configurable: true
111
111
  });
112
- Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "a6", {
112
+ Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "a7", {
113
113
  get: function () {
114
114
  switch (this.j.platform) {
115
115
  case 1: return "angular";
@@ -128,7 +128,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
128
128
  enumerable: false,
129
129
  configurable: true
130
130
  });
131
- CodeGeneratingComponentRendererCodeEmitter.prototype.br = function (a) {
131
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bs = function (a) {
132
132
  this.j.af(a);
133
133
  };
134
134
  Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "k", {
@@ -166,11 +166,11 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
166
166
  enumerable: false,
167
167
  configurable: true
168
168
  });
169
- CodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a) {
169
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a) {
170
170
  if (a == null || a == "any") {
171
171
  return;
172
172
  }
173
- this.aa.add(a);
173
+ this.ab.add(a);
174
174
  };
175
175
  CodeGeneratingComponentRendererCodeEmitter.prototype.w = function (a, b) {
176
176
  if (this.r) {
@@ -217,15 +217,15 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
217
217
  }
218
218
  return false;
219
219
  };
220
- Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "aq", {
220
+ Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "ar", {
221
221
  get: function () {
222
- return this.af.d();
222
+ return this.ag.d();
223
223
  },
224
224
  enumerable: false,
225
225
  configurable: true
226
226
  });
227
- CodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a, b, c) {
228
- this.af.h(a);
227
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a, b, c) {
228
+ this.ag.h(a);
229
229
  };
230
230
  CodeGeneratingComponentRendererCodeEmitter.prototype.u = function (a, b) {
231
231
  var c = false;
@@ -234,99 +234,102 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
234
234
  }
235
235
  return c;
236
236
  };
237
- CodeGeneratingComponentRendererCodeEmitter.prototype.bq = function () {
238
- };
239
- CodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a) {
237
+ CodeGeneratingComponentRendererCodeEmitter.prototype.br = function () {
240
238
  };
241
239
  CodeGeneratingComponentRendererCodeEmitter.prototype.bl = function (a) {
242
- this.af.e();
243
240
  };
244
- CodeGeneratingComponentRendererCodeEmitter.prototype.bi = function (a, b, c, d) {
241
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bm = function (a) {
242
+ this.ag.e();
243
+ };
244
+ CodeGeneratingComponentRendererCodeEmitter.prototype.x = function (a, b, c) {
245
+ return b.b == null && a.toLowerCase() == "type";
245
246
  };
246
247
  CodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
247
- this.bi(a, b, c, d);
248
+ };
249
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a, b, c, d) {
250
+ this.bj(a, b, c, d);
248
251
  };
249
252
  CodeGeneratingComponentRendererCodeEmitter.prototype.toString = function () {
250
253
  return this.d.toString();
251
254
  };
252
- CodeGeneratingComponentRendererCodeEmitter.prototype.a0 = function () {
255
+ CodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function () {
253
256
  return "null";
254
257
  };
255
- CodeGeneratingComponentRendererCodeEmitter.prototype.a3 = function (a, b, c) {
258
+ CodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a, b, c) {
256
259
  if (b.b == null) {
257
260
  return b.c;
258
261
  }
259
262
  if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
260
- b.c = this.ag(b);
263
+ b.c = this.ah(b);
261
264
  }
262
265
  switch (b.b.knownType) {
263
266
  case 10:
264
267
  if (this.w(a, b)) {
265
- return this.ao(a, b);
268
+ return this.ap(a, b);
266
269
  }
267
- return this.at(a, b);
270
+ return this.au(a, b);
268
271
  case 23:
269
272
  if (this.w(a, b)) {
270
- return this.ao(a, b);
273
+ return this.ap(a, b);
271
274
  }
272
- return this.at(a, b);
275
+ return this.au(a, b);
273
276
  case 7: return b.c ? "true" : "false";
274
- case 4: return this.ai(b);
277
+ case 4: return this.aj(b);
275
278
  case 6:
276
279
  {
277
- return stringJoin1(String_$type, " ", this.ab(b, c));
280
+ return stringJoin1(String_$type, " ", this.ac(b, c));
278
281
  }
279
282
  case 9:
280
283
  if (this.w(a, b)) {
281
- return this.ao(a, b);
284
+ return this.ap(a, b);
282
285
  }
283
286
  throw new NotSupportedException(1, "shouldn't get here");
284
- case 5: return this.ak(b);
287
+ case 5: return this.al(b);
285
288
  case 16:
286
289
  {
287
- return stringJoin1(String_$type, " ", this.ac(b, c));
290
+ return stringJoin1(String_$type, " ", this.ad(b, c));
288
291
  }
289
292
  case 20:
290
293
  if (b.a != null) {
291
- return this.a2(b);
294
+ return this.a3(b);
292
295
  }
293
296
  if (b.c == null) {
294
- return this.a0();
297
+ return this.a1();
295
298
  }
296
299
  break;
297
300
  case 22:
298
301
  if (b.a != null) {
299
- return this.a2(b);
302
+ return this.a3(b);
300
303
  }
301
304
  if (b.c == null) {
302
- return this.a0();
305
+ return this.a1();
303
306
  }
304
307
  break;
305
308
  case 15: throw new NotSupportedException(1, "need to figure this out");
306
309
  case 3: throw new NotSupportedException(1, "need to figure this out");
307
310
  case 19: if (b.a != null) {
308
- return this.ax(b);
311
+ return this.ay(b);
309
312
  }
310
313
  else {
311
- return this.a0();
314
+ return this.a1();
312
315
  }
313
316
  case 8:
314
317
  if (b.b.specificExternalType == "string") {
315
- return this.aw(b);
318
+ return this.ax(b);
316
319
  }
317
320
  if (b.a != null) {
318
- return this.ay(b);
321
+ return this.az(b);
319
322
  }
320
323
  if (this.w(a, b)) {
321
- return this.ao(a, b);
324
+ return this.ap(a, b);
322
325
  }
323
326
  throw new NotSupportedException(1, "shouldn't get here");
324
327
  case 13: throw new NotSupportedException(1, "shouldn't get here");
325
328
  case 18: if (b.a != null) {
326
- return this.az(b);
329
+ return this.a0(b);
327
330
  }
328
331
  else {
329
- return this.a0();
332
+ return this.a1();
330
333
  }
331
334
  case 1: return b.c.toString();
332
335
  case 11:
@@ -344,8 +347,8 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
344
347
  var f = b.c;
345
348
  return f.width + ", " + f.height;
346
349
  }
347
- case 2: return b.c != null ? b.c.toString() : this.a0();
348
- case 21: return this.a9(b.c);
350
+ case 2: return b.c != null ? b.c.toString() : this.a1();
351
+ case 21: return this.ba(b.c);
349
352
  case 17:
350
353
  if (b.c == null) {
351
354
  return "null";
@@ -358,7 +361,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
358
361
  }
359
362
  return "";
360
363
  };
361
- CodeGeneratingComponentRendererCodeEmitter.prototype.ab = function (a, b) {
364
+ CodeGeneratingComponentRendererCodeEmitter.prototype.ac = function (a, b) {
362
365
  if (a.b == null) {
363
366
  return ((function () {
364
367
  var $ret = new List$1(String_$type, 0);
@@ -367,16 +370,16 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
367
370
  })());
368
371
  }
369
372
  if (typeCast(CodeGenerationSpecialValue.$, a.c) !== null) {
370
- a.c = this.ag(a);
373
+ a.c = this.ah(a);
371
374
  }
372
375
  var c = a.c;
373
376
  var d = new List$1(String_$type, 0);
374
377
  for (var e = 0; e < c.count; e++) {
375
- d.add(this.ah(c.item(e)));
378
+ d.add(this.ai(c.item(e)));
376
379
  }
377
380
  return d;
378
381
  };
379
- CodeGeneratingComponentRendererCodeEmitter.prototype.ac = function (a, b) {
382
+ CodeGeneratingComponentRendererCodeEmitter.prototype.ad = function (a, b) {
380
383
  if (a.b == null) {
381
384
  return ((function () {
382
385
  var $ret = new List$1(String_$type, 0);
@@ -385,23 +388,23 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
385
388
  })());
386
389
  }
387
390
  if (typeCast(CodeGenerationSpecialValue.$, a.c) !== null) {
388
- a.c = this.ag(a);
391
+ a.c = this.ah(a);
389
392
  }
390
393
  var c = a.c;
391
394
  var d = new List$1(String_$type, 0);
392
395
  for (var e = 0; e < c.count; e++) {
393
- d.add(this.aj(c.item(e)));
396
+ d.add(this.ak(c.item(e)));
394
397
  }
395
398
  return d;
396
399
  };
397
- CodeGeneratingComponentRendererCodeEmitter.prototype.a9 = function (a) {
400
+ CodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a) {
398
401
  if (a == null) {
399
402
  return "";
400
403
  }
401
404
  return a.toString();
402
405
  };
403
- CodeGeneratingComponentRendererCodeEmitter.prototype.ao = function (a, b) {
404
- var c = this.a8(a, b);
406
+ CodeGeneratingComponentRendererCodeEmitter.prototype.ap = function (a, b) {
407
+ var c = this.a9(a, b);
405
408
  if (b.c != null) {
406
409
  var d = b.c;
407
410
  if (typeCast(List$1.$.specialize(Base.$), d) !== null) {
@@ -409,8 +412,8 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
409
412
  }
410
413
  if (typeCast(CodeGenerationItemBuilder.$, d) !== null) {
411
414
  var e = this.i(this.l, this.j);
412
- var f = this.an(c, b.c, e);
413
- c = this.ar(a, b.c, f, c);
415
+ var f = this.ao(c, b.c, e);
416
+ c = this.as(a, b.c, f, c);
414
417
  }
415
418
  else if (typeCast(Array_$type, d) !== null) {
416
419
  var g = d;
@@ -423,7 +426,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
423
426
  var m = g[j].p();
424
427
  if (m == null) {
425
428
  m = g[j].n();
426
- m = this.au(m);
429
+ m = this.av(m);
427
430
  }
428
431
  if (m != null) {
429
432
  if (m != l) {
@@ -433,25 +436,25 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
433
436
  l = c + "_" + j.toString();
434
437
  }
435
438
  }
436
- var n = this.an(l, g[j], k);
439
+ var n = this.ao(l, g[j], k);
437
440
  h.add(g[j]);
438
441
  i.add(n);
439
442
  }
440
443
  }
441
- c = this.as(b, a, h, i, c);
444
+ c = this.at(b, a, h, i, c);
442
445
  }
443
446
  }
444
447
  return c;
445
448
  };
446
- CodeGeneratingComponentRendererCodeEmitter.prototype.an = function (a, b, c) {
449
+ CodeGeneratingComponentRendererCodeEmitter.prototype.ao = function (a, b, c) {
447
450
  var e_1, _a;
448
451
  b.u = a;
449
452
  b.v(c, true);
450
453
  var d = c.toString();
451
454
  try {
452
- for (var _b = __values(fromEnum(c.aa)), _c = _b.next(); !_c.done; _c = _b.next()) {
455
+ for (var _b = __values(fromEnum(c.ab)), _c = _b.next(); !_c.done; _c = _b.next()) {
453
456
  var e = _c.value;
454
- this.aa.add(e);
457
+ this.ab.add(e);
455
458
  }
456
459
  }
457
460
  catch (e_1_1) {
@@ -469,15 +472,15 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
469
472
  }
470
473
  return d;
471
474
  };
472
- CodeGeneratingComponentRendererCodeEmitter.prototype.ar = function (a, b, c, d) {
475
+ CodeGeneratingComponentRendererCodeEmitter.prototype.as = function (a, b, c, d) {
473
476
  return d;
474
477
  };
475
- CodeGeneratingComponentRendererCodeEmitter.prototype.as = function (a, b, c, d, e) {
478
+ CodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a, b, c, d, e) {
476
479
  return e;
477
480
  };
478
- CodeGeneratingComponentRendererCodeEmitter.prototype.a8 = function (a, b) {
481
+ CodeGeneratingComponentRendererCodeEmitter.prototype.a9 = function (a, b) {
479
482
  if (b.c == null) {
480
- return this.a0();
483
+ return this.a1();
481
484
  }
482
485
  if (typeCast(CodeGenerationItemBuilder.$, b.c) !== null) {
483
486
  var c = b.c.p();
@@ -485,7 +488,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
485
488
  return c;
486
489
  }
487
490
  var d = b.c.n();
488
- var e = this.au(d);
491
+ var e = this.av(d);
489
492
  return e;
490
493
  }
491
494
  else if (typeCast(IList_$type, b.c) !== null) {
@@ -497,10 +500,10 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
497
500
  return h;
498
501
  }
499
502
  var i = g.n();
500
- var j = this.au(i);
503
+ var j = this.av(i);
501
504
  return j;
502
505
  }
503
- return this.au(b.b.propertyName);
506
+ return this.av(b.b.propertyName);
504
507
  }
505
508
  else if (typeCast(Array_$type, b.c) !== null) {
506
509
  var k = b.c;
@@ -510,29 +513,29 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
510
513
  return l;
511
514
  }
512
515
  var m = b.c.n();
513
- var n = this.au(m);
516
+ var n = this.av(m);
514
517
  return n;
515
518
  }
516
- return this.au(b.b.propertyName);
519
+ return this.av(b.b.propertyName);
517
520
  }
518
- return this.a0();
521
+ return this.a1();
519
522
  };
520
- CodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a, b) {
523
+ CodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a, b) {
521
524
  return "";
522
525
  };
523
- CodeGeneratingComponentRendererCodeEmitter.prototype.ag = function (a) {
526
+ CodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
524
527
  return a.c;
525
528
  };
526
- CodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
529
+ CodeGeneratingComponentRendererCodeEmitter.prototype.a3 = function (a) {
527
530
  if (!stringIsNullOrEmpty(a.a.e)) {
528
531
  if (a.a.a) {
529
- return this.av(a);
532
+ return this.aw(a);
530
533
  }
531
534
  else {
532
- return this.a1(a);
535
+ return this.a2(a);
533
536
  }
534
537
  }
535
- return this.a0();
538
+ return this.a1();
536
539
  };
537
540
  CodeGeneratingComponentRendererCodeEmitter.prototype.s = function (a) {
538
541
  if (a.a != null && !stringIsNullOrEmpty(a.a.e)) {
@@ -542,97 +545,97 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
542
545
  }
543
546
  return false;
544
547
  };
545
- CodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a) {
548
+ CodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
546
549
  return "";
547
550
  };
548
- CodeGeneratingComponentRendererCodeEmitter.prototype.av = function (a) {
551
+ CodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
549
552
  return "";
550
553
  };
551
- CodeGeneratingComponentRendererCodeEmitter.prototype.ay = function (a) {
554
+ CodeGeneratingComponentRendererCodeEmitter.prototype.az = function (a) {
552
555
  if (!stringIsNullOrEmpty(a.a.e)) {
553
556
  return a.a.e;
554
557
  }
555
- return this.a0();
558
+ return this.a1();
556
559
  };
557
- CodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
560
+ CodeGeneratingComponentRendererCodeEmitter.prototype.ax = function (a) {
558
561
  return a.c != null ? a.c.toString() : "";
559
562
  };
560
- CodeGeneratingComponentRendererCodeEmitter.prototype.az = function (a) {
561
- return this.ax(a);
563
+ CodeGeneratingComponentRendererCodeEmitter.prototype.a0 = function (a) {
564
+ return this.ay(a);
562
565
  };
563
- CodeGeneratingComponentRendererCodeEmitter.prototype.ax = function (a) {
566
+ CodeGeneratingComponentRendererCodeEmitter.prototype.ay = function (a) {
564
567
  if (!stringIsNullOrEmpty(a.a.e)) {
565
- this.br(a);
568
+ this.bs(a);
566
569
  return a.a.e;
567
570
  }
568
- return this.a0();
571
+ return this.a1();
569
572
  };
570
- CodeGeneratingComponentRendererCodeEmitter.prototype.get_x = function () {
573
+ CodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
571
574
  return false;
572
575
  };
573
- Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "x", {
576
+ Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "y", {
574
577
  get: function () {
575
- return this.get_x();
578
+ return this.get_y();
576
579
  },
577
580
  enumerable: false,
578
581
  configurable: true
579
582
  });
580
- CodeGeneratingComponentRendererCodeEmitter.prototype.ak = function (a) {
583
+ CodeGeneratingComponentRendererCodeEmitter.prototype.al = function (a) {
581
584
  var b = a.c;
582
- return ColorUtil.k(b, this.x);
585
+ return ColorUtil.k(b, this.y);
583
586
  };
584
- CodeGeneratingComponentRendererCodeEmitter.prototype.aj = function (a) {
587
+ CodeGeneratingComponentRendererCodeEmitter.prototype.ak = function (a) {
585
588
  var b = a;
586
- return ColorUtil.k(b, this.x);
589
+ return ColorUtil.k(b, this.y);
587
590
  };
588
- CodeGeneratingComponentRendererCodeEmitter.prototype.ai = function (a) {
591
+ CodeGeneratingComponentRendererCodeEmitter.prototype.aj = function (a) {
589
592
  if (a.c == null) {
590
593
  return "";
591
594
  }
592
595
  var b = a.c;
593
- return ColorUtil.k(b.color, this.x);
596
+ return ColorUtil.k(b.color, this.y);
594
597
  };
595
- CodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
598
+ CodeGeneratingComponentRendererCodeEmitter.prototype.ai = function (a) {
596
599
  if (a == null) {
597
600
  return "";
598
601
  }
599
602
  var b = a;
600
- return ColorUtil.k(b.color, this.x);
603
+ return ColorUtil.k(b.color, this.y);
601
604
  };
602
- CodeGeneratingComponentRendererCodeEmitter.prototype.bp = function (a) {
603
- this.ad.h(a);
604
- this.ae.h(false);
605
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bq = function (a) {
606
+ this.ae.h(a);
607
+ this.af.h(false);
605
608
  };
606
- CodeGeneratingComponentRendererCodeEmitter.prototype.bo = function (a) {
607
- var b = this.au(a);
608
- this.ad.h(b);
609
- this.ae.h(true);
609
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bp = function (a) {
610
+ var b = this.av(a);
611
+ this.ae.h(b);
612
+ this.af.h(true);
610
613
  };
611
- CodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
612
- var b = stringReplace(stringReplace(a, this.a7, ""), "Component", "");
614
+ CodeGeneratingComponentRendererCodeEmitter.prototype.av = function (a) {
615
+ var b = stringReplace(stringReplace(a, this.a8, ""), "Component", "");
613
616
  b = CodeGeneratingComponentRenderer.e5(b);
614
617
  return this.j.v(b);
615
618
  };
616
- CodeGeneratingComponentRendererCodeEmitter.prototype.bm = function () {
617
- this.a4 = this.ad.e();
618
- this.ae.e();
619
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bn = function () {
620
+ this.a5 = this.ae.e();
621
+ this.af.e();
619
622
  };
620
- CodeGeneratingComponentRendererCodeEmitter.prototype.get_a7 = function () {
623
+ CodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
621
624
  return "";
622
625
  };
623
- Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "a7", {
626
+ Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "a8", {
624
627
  get: function () {
625
- return this.get_a7();
628
+ return this.get_a8();
626
629
  },
627
630
  enumerable: false,
628
631
  configurable: true
629
632
  });
630
- Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "ap", {
633
+ Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "aq", {
631
634
  get: function () {
632
- if (this.ad.f > 0) {
633
- return this.ad.d();
635
+ if (this.ae.f > 0) {
636
+ return this.ae.d();
634
637
  }
635
- var a = stringReplace(stringReplace(this.aq, this.a7, ""), "Component", "");
638
+ var a = stringReplace(stringReplace(this.ar, this.a8, ""), "Component", "");
636
639
  return CodeGeneratingComponentRenderer.e5(a);
637
640
  },
638
641
  enumerable: false,
@@ -640,24 +643,24 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
640
643
  });
641
644
  Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "v", {
642
645
  get: function () {
643
- return this.af.f == 1;
646
+ return this.ag.f == 1;
644
647
  },
645
648
  enumerable: false,
646
649
  configurable: true
647
650
  });
648
651
  Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "o", {
649
652
  get: function () {
650
- if (this.ae.f == 0) {
653
+ if (this.af.f == 0) {
651
654
  return false;
652
655
  }
653
- return this.ae.d();
656
+ return this.af.d();
654
657
  },
655
658
  enumerable: false,
656
659
  configurable: true
657
660
  });
658
661
  Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "p", {
659
662
  get: function () {
660
- if (this.ad.f > 0) {
663
+ if (this.ae.f > 0) {
661
664
  return true;
662
665
  }
663
666
  return false;
@@ -665,12 +668,12 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
665
668
  enumerable: false,
666
669
  configurable: true
667
670
  });
668
- CodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
671
+ CodeGeneratingComponentRendererCodeEmitter.prototype.get_z = function () {
669
672
  return true;
670
673
  };
671
- Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "y", {
674
+ Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "z", {
672
675
  get: function () {
673
- return this.get_y();
676
+ return this.get_z();
674
677
  },
675
678
  enumerable: false,
676
679
  configurable: true
@@ -685,33 +688,33 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
685
688
  enumerable: false,
686
689
  configurable: true
687
690
  });
688
- CodeGeneratingComponentRendererCodeEmitter.prototype.bn = function () {
689
- this.a4 = this.ad.e();
691
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bo = function () {
692
+ this.a5 = this.ae.e();
690
693
  };
691
- CodeGeneratingComponentRendererCodeEmitter.prototype.be = function (a) {
694
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bf = function (a) {
692
695
  var b = this.f.toString();
693
696
  if (b.length > 0) {
694
697
  a.l(b);
695
698
  }
696
699
  };
697
- CodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a) {
700
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bi = function (a) {
698
701
  var b = this.g.toString();
699
702
  if (b.length > 0) {
700
703
  a.l(b);
701
704
  }
702
705
  };
703
- CodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a) {
706
+ CodeGeneratingComponentRendererCodeEmitter.prototype.be = function (a) {
704
707
  var b = this.e.toString();
705
708
  if (b.length > 0) {
706
709
  a.l(b);
707
710
  }
708
711
  };
709
- CodeGeneratingComponentRendererCodeEmitter.prototype.bf = function (a, b) {
710
- if (this.aa.count > 0) {
711
- this.bg(a, this.aa, b);
712
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bg = function (a, b) {
713
+ if (this.ab.count > 0) {
714
+ this.bh(a, this.ab, b);
712
715
  }
713
716
  };
714
- CodeGeneratingComponentRendererCodeEmitter.prototype.bg = function (a, b, c) {
717
+ CodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c) {
715
718
  };
716
719
  CodeGeneratingComponentRendererCodeEmitter.$t = markType(CodeGeneratingComponentRendererCodeEmitter, 'CodeGeneratingComponentRendererCodeEmitter');
717
720
  return CodeGeneratingComponentRendererCodeEmitter;
@@ -724,9 +727,9 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
724
727
  __extends(BlazorRazorCodeGeneratingComponentRendererCodeEmitter, _super);
725
728
  function BlazorRazorCodeGeneratingComponentRendererCodeEmitter(a, b) {
726
729
  var _this = _super.call(this, a, b) || this;
727
- _this.bu = 0;
728
- _this.bs = new HashSet$1(String_$type, 0);
730
+ _this.bv = 0;
729
731
  _this.bt = new HashSet$1(String_$type, 0);
732
+ _this.bu = new HashSet$1(String_$type, 0);
730
733
  return _this;
731
734
  }
732
735
  BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
@@ -739,8 +742,8 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
739
742
  enumerable: false,
740
743
  configurable: true
741
744
  });
742
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ar = function (a, b, c, d) {
743
- d = _super.prototype.ar.call(this, a, b, c, d);
745
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.as = function (a, b, c, d) {
746
+ d = _super.prototype.as.call(this, a, b, c, d);
744
747
  this.f.l("private " + b.n() + " _" + CodeGeneratingComponentRenderer.e5(d) + " = null;");
745
748
  this.f.l("public " + b.n() + " " + CodeGeneratingComponentRenderer.e6(d));
746
749
  this.f.l("{");
@@ -762,15 +765,15 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
762
765
  this.f.l("}");
763
766
  return CodeGeneratingComponentRenderer.e6(d);
764
767
  };
765
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.as = function (a, b, c, d, e) {
766
- e = _super.prototype.as.call(this, a, b, c, d, e);
768
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a, b, c, d, e) {
769
+ e = _super.prototype.at.call(this, a, b, c, d, e);
767
770
  var f = null;
768
771
  if (c.count > 0) {
769
772
  f = c._inner[0].r() + "[]";
770
773
  }
771
774
  else {
772
775
  var g = a.b.specificExternalType;
773
- f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.al, this.am) + "[]";
776
+ f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.am, this.an) + "[]";
774
777
  }
775
778
  this.f.l("private " + f + " _" + CodeGeneratingComponentRenderer.e5(e) + " = null;");
776
779
  this.f.l("public " + f + " " + CodeGeneratingComponentRenderer.e6(e));
@@ -800,10 +803,10 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
800
803
  BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
801
804
  return new BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
802
805
  };
803
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
806
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_z = function () {
804
807
  return false;
805
808
  };
806
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bv = function (a, b, c) {
809
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bw = function (a, b, c) {
807
810
  if (c.c == null) {
808
811
  return "null";
809
812
  }
@@ -829,7 +832,7 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
829
832
  f.b.knownType = 1;
830
833
  }
831
834
  if (f.b.knownType == 8) {
832
- e = this.a7 + e;
835
+ e = this.a8 + e;
833
836
  }
834
837
  var g = "@(new " + e + "[] { ";
835
838
  for (var h = 0; h < d.length; h++) {
@@ -838,55 +841,55 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
838
841
  }
839
842
  f.c = d[h];
840
843
  if (f.b.knownType == 2) {
841
- g += "\"" + this.a3(a, f, true) + "\"";
844
+ g += "\"" + this.a4(a, f, true) + "\"";
842
845
  }
843
846
  else {
844
- g += this.a3(a, f, true);
847
+ g += this.a4(a, f, true);
845
848
  }
846
849
  }
847
850
  g += " })";
848
851
  return g;
849
852
  };
850
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a, b) {
853
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a, b) {
851
854
  var c = b.b.specificType;
852
855
  if (c == null) {
853
856
  c = b.b.specificExternalType;
854
857
  }
855
- return this.bv(a, c, b);
858
+ return this.bw(a, c, b);
856
859
  };
857
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a, b, c) {
858
- _super.prototype.bc.call(this, a, b, c);
860
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a, b, c) {
861
+ _super.prototype.bd.call(this, a, b, c);
859
862
  this.h.l("<" + a + "");
860
- if (!this.bs.contains(this.ap)) {
861
- this.bs.add_1(this.ap);
862
- if (!this.bt.contains(this.aq)) {
863
- this.bt.add_1(this.aq);
864
- this.bb(this.aq);
863
+ if (!this.bt.contains(this.aq)) {
864
+ this.bt.add_1(this.aq);
865
+ if (!this.bu.contains(this.ar)) {
866
+ this.bu.add_1(this.ar);
867
+ this.bc(this.ar);
865
868
  }
866
- this.f.l("private " + this.aq + " " + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
869
+ this.f.l("private " + this.ar + " " + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
867
870
  if (!this.p) {
868
871
  if (this.v) {
869
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
872
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
870
873
  }
871
874
  }
872
875
  else {
873
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
876
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
874
877
  }
875
878
  }
876
879
  };
877
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bq = function () {
880
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.br = function () {
878
881
  this.h.l(">");
879
882
  this.h.h();
880
883
  };
881
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bl = function (a) {
884
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bm = function (a) {
882
885
  this.h.f();
883
886
  this.h.l("</" + a + ">");
884
887
  this.h.l("");
885
- _super.prototype.bl.call(this, a);
888
+ _super.prototype.bm.call(this, a);
886
889
  };
887
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function (a, b, c, d) {
890
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
888
891
  if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.e6(c.b.propertyName)) && this.q(d, c)) {
889
- this.br(c);
892
+ this.bs(c);
890
893
  if (a > 0) {
891
894
  this.h.l("");
892
895
  }
@@ -899,29 +902,29 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
899
902
  return;
900
903
  }
901
904
  if (this.s(c)) {
902
- this.br(c);
903
- if (!this.bs.contains(this.ap)) {
904
- this.bs.add_1(this.ap);
905
- if (!this.bt.contains(this.aq)) {
906
- this.bt.add_1(this.aq);
907
- this.bb(this.aq);
908
- }
909
- this.f.l("private " + this.aq + " " + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
905
+ this.bs(c);
906
+ if (!this.bt.contains(this.aq)) {
907
+ this.bt.add_1(this.aq);
908
+ if (!this.bu.contains(this.ar)) {
909
+ this.bu.add_1(this.ar);
910
+ this.bc(this.ar);
911
+ }
912
+ this.f.l("private " + this.ar + " " + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
910
913
  if (!this.p) {
911
914
  if (this.v) {
912
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
915
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
913
916
  }
914
917
  }
915
918
  else {
916
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
919
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
917
920
  }
918
921
  }
919
- var e = CodeGeneratingComponentRenderer.e5(this.a3(d, c, true));
922
+ var e = CodeGeneratingComponentRenderer.e5(this.a4(d, c, true));
920
923
  var f = e;
921
924
  if (f != "null" && !stringStartsWith(f, "this.")) {
922
925
  f = "this." + f;
923
926
  }
924
- this.e.l(CodeGeneratingComponentRenderer.e5(this.ap) + "." + b + " = " + f + ";");
927
+ this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + "." + b + " = " + f + ";");
925
928
  return;
926
929
  }
927
930
  if (a > 0) {
@@ -948,24 +951,24 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
948
951
  this.h.j(b);
949
952
  this.h.j("=");
950
953
  this.h.j("\"");
951
- this.h.j(this.a3(d, c, true));
954
+ this.h.j(this.a4(d, c, true));
952
955
  this.h.j("\"");
953
956
  }
954
957
  if (b == "Name") {
955
958
  this.h.l("");
956
- this.h.j("@ref=\"" + CodeGeneratingComponentRenderer.e5(this.a3(d, c, true)) + "\"");
959
+ this.h.j("@ref=\"" + CodeGeneratingComponentRenderer.e5(this.a4(d, c, true)) + "\"");
957
960
  }
958
961
  };
959
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
962
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ax = function (a) {
960
963
  var b = a.b != null ? a.b.specificType + "." : "";
961
964
  return b + (a.c != null ? a.c.toString() : "");
962
965
  };
963
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.a3 = function (a, b, c) {
966
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a, b, c) {
964
967
  if (b.b == null) {
965
968
  return b.c;
966
969
  }
967
970
  if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
968
- b.c = this.ag(b);
971
+ b.c = this.ah(b);
969
972
  }
970
973
  switch (b.b.knownType) {
971
974
  case 11:
@@ -995,9 +998,9 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
995
998
  }
996
999
  return b.c.toString();
997
1000
  }
998
- return _super.prototype.a3.call(this, a, b, c);
1001
+ return _super.prototype.a4.call(this, a, b, c);
999
1002
  };
1000
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ag = function (a) {
1003
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
1001
1004
  var b = a.c;
1002
1005
  switch (b.a) {
1003
1006
  case 3: return b.b;
@@ -1007,21 +1010,21 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1007
1010
  }
1008
1011
  return b.b;
1009
1012
  };
1010
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.a0 = function () {
1013
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function () {
1011
1014
  return "@null";
1012
1015
  };
1013
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.av = function (a) {
1016
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
1014
1017
  return CodeGeneratingComponentRenderer.e5(CodeGeneratingComponentRenderer.e5(a.a.e));
1015
1018
  };
1016
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bw = function (a) {
1019
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bx = function (a) {
1017
1020
  a = stringReplace(a, "-", "_");
1018
1021
  return CodeGeneratingComponentRenderer.e6(a);
1019
1022
  };
1020
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a) {
1021
- this.br(a);
1023
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
1024
+ this.bs(a);
1022
1025
  return CodeGeneratingComponentRenderer.e6(a.a.e);
1023
1026
  };
1024
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
1027
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a, b, c, d) {
1025
1028
  var e_2, _a;
1026
1029
  if (c.b.knownType == 9) {
1027
1030
  var e = typeCast(IList_$type, c.c);
@@ -1057,7 +1060,7 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1057
1060
  }
1058
1061
  }
1059
1062
  };
1060
- BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_a7 = function () {
1063
+ BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
1061
1064
  return "Igb";
1062
1065
  };
1063
1066
  BlazorRazorCodeGeneratingComponentRendererCodeEmitter.$t = markType(BlazorRazorCodeGeneratingComponentRendererCodeEmitter, 'BlazorRazorCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
@@ -1071,9 +1074,9 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
1071
1074
  __extends(BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter, _super);
1072
1075
  function BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b) {
1073
1076
  var _this = _super.call(this, a, b) || this;
1074
- _this.bu = 0;
1075
- _this.bs = new HashSet$1(String_$type, 0);
1077
+ _this.bv = 0;
1076
1078
  _this.bt = new HashSet$1(String_$type, 0);
1079
+ _this.bu = new HashSet$1(String_$type, 0);
1077
1080
  return _this;
1078
1081
  }
1079
1082
  BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
@@ -1089,10 +1092,10 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
1089
1092
  BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
1090
1093
  return new BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
1091
1094
  };
1092
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
1095
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_z = function () {
1093
1096
  return false;
1094
1097
  };
1095
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bv = function (a, b) {
1098
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bw = function (a, b) {
1096
1099
  if (b.c == null) {
1097
1100
  return "null";
1098
1101
  }
@@ -1107,9 +1110,9 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
1107
1110
  d += " }";
1108
1111
  return d;
1109
1112
  };
1110
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a, b) {
1113
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a, b) {
1111
1114
  if (b.b.specificExternalType == "string") {
1112
- return this.bv(b.b.specificExternalType, b);
1115
+ return this.bw(b.b.specificExternalType, b);
1113
1116
  }
1114
1117
  if (b.c == null) {
1115
1118
  return "null";
@@ -1124,74 +1127,74 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
1124
1127
  }
1125
1128
  return d;
1126
1129
  };
1127
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a, b, c) {
1128
- _super.prototype.bc.call(this, a, b, c);
1130
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a, b, c) {
1131
+ _super.prototype.bd.call(this, a, b, c);
1129
1132
  if (this.v) {
1130
- this.h.l("var " + this.ap + " = new " + a + "();");
1133
+ this.h.l("var " + this.aq + " = new " + a + "();");
1131
1134
  }
1132
1135
  else {
1133
- this.h.l("var " + this.ap + " = new " + a + "();");
1136
+ this.h.l("var " + this.aq + " = new " + a + "();");
1134
1137
  }
1135
- if (!this.bs.contains(this.ap)) {
1136
- this.bs.add_1(this.ap);
1137
- if (!this.bt.contains(this.aq)) {
1138
- this.bt.add_1(this.aq);
1139
- this.bb(this.aq);
1138
+ if (!this.bt.contains(this.aq)) {
1139
+ this.bt.add_1(this.aq);
1140
+ if (!this.bu.contains(this.ar)) {
1141
+ this.bu.add_1(this.ar);
1142
+ this.bc(this.ar);
1140
1143
  }
1141
- this.f.l("private " + this.aq + " " + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
1144
+ this.f.l("private " + this.ar + " " + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
1142
1145
  if (!this.p) {
1143
1146
  if (this.v) {
1144
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
1147
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
1145
1148
  }
1146
1149
  }
1147
1150
  else {
1148
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
1151
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
1149
1152
  }
1150
1153
  }
1151
1154
  };
1152
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bq = function () {
1155
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.br = function () {
1153
1156
  };
1154
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bl = function (a) {
1155
- _super.prototype.bl.call(this, a);
1157
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bm = function (a) {
1158
+ _super.prototype.bm.call(this, a);
1156
1159
  };
1157
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function (a, b, c, d) {
1160
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
1158
1161
  if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.e6(c.b.propertyName)) && this.q(d, c)) {
1159
- this.br(c);
1162
+ this.bs(c);
1160
1163
  if (a > 0) {
1161
1164
  this.h.l("");
1162
1165
  }
1163
1166
  if (c.a == null || c.a.e == null) {
1164
- this.h.j(this.ap + "." + b + "Name = null;");
1167
+ this.h.j(this.aq + "." + b + "Name = null;");
1165
1168
  }
1166
1169
  else {
1167
- this.h.j(this.ap + "." + b + "Name = " + c.a.e + ";");
1170
+ this.h.j(this.aq + "." + b + "Name = " + c.a.e + ";");
1168
1171
  }
1169
1172
  return;
1170
1173
  }
1171
1174
  if (this.s(c)) {
1172
- this.br(c);
1173
- if (!this.bs.contains(this.ap)) {
1174
- this.bs.add_1(this.ap);
1175
- if (!this.bt.contains(this.aq)) {
1176
- this.bt.add_1(this.aq);
1177
- this.bb(this.aq);
1178
- }
1179
- this.f.l("private " + this.aq + " " + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
1175
+ this.bs(c);
1176
+ if (!this.bt.contains(this.aq)) {
1177
+ this.bt.add_1(this.aq);
1178
+ if (!this.bu.contains(this.ar)) {
1179
+ this.bu.add_1(this.ar);
1180
+ this.bc(this.ar);
1181
+ }
1182
+ this.f.l("private " + this.ar + " " + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
1180
1183
  if (!this.p) {
1181
1184
  if (this.v) {
1182
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
1185
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
1183
1186
  }
1184
1187
  }
1185
1188
  else {
1186
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + ";");
1189
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
1187
1190
  }
1188
1191
  }
1189
- var e = CodeGeneratingComponentRenderer.e5(this.a3(d, c, true));
1192
+ var e = CodeGeneratingComponentRenderer.e5(this.a4(d, c, true));
1190
1193
  var f = e;
1191
1194
  if (f != "null" && !stringStartsWith(f, "this.")) {
1192
1195
  f = "this." + f;
1193
1196
  }
1194
- this.e.l(CodeGeneratingComponentRenderer.e5(this.ap) + "." + b + " = " + f + ";");
1197
+ this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + "." + b + " = " + f + ";");
1195
1198
  return;
1196
1199
  }
1197
1200
  if (a > 0) {
@@ -1217,28 +1220,28 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
1217
1220
  }
1218
1221
  }
1219
1222
  }
1220
- this.h.j(this.ap + ".");
1223
+ this.h.j(this.aq + ".");
1221
1224
  this.h.j(b);
1222
1225
  this.h.j(" = ");
1223
1226
  if (h) {
1224
- this.h.j("\"" + this.a3(d, c, true) + "\"");
1227
+ this.h.j("\"" + this.a4(d, c, true) + "\"");
1225
1228
  }
1226
1229
  else {
1227
- this.h.j(this.a3(d, c, true));
1230
+ this.h.j(this.a4(d, c, true));
1228
1231
  }
1229
1232
  this.h.j(";");
1230
1233
  }
1231
1234
  };
1232
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
1235
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ax = function (a) {
1233
1236
  var b = a.b != null ? a.b.specificType + "." : "";
1234
1237
  return b + (a.c != null ? a.c.toString() : "");
1235
1238
  };
1236
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a3 = function (a, b, c) {
1239
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a, b, c) {
1237
1240
  if (b.b == null) {
1238
1241
  return "\"" + b.c + "\"";
1239
1242
  }
1240
1243
  if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
1241
- b.c = this.ag(b);
1244
+ b.c = this.ah(b);
1242
1245
  }
1243
1246
  switch (b.b.knownType) {
1244
1247
  case 11:
@@ -1270,12 +1273,12 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
1270
1273
  case 5:
1271
1274
  case 6:
1272
1275
  case 16:
1273
- case 2: return "\"" + _super.prototype.a3.call(this, a, b, c) + "\"";
1276
+ case 2: return "\"" + _super.prototype.a4.call(this, a, b, c) + "\"";
1274
1277
  case 9: throw new NotSupportedException(1, "shouldn't get here");
1275
1278
  }
1276
- return _super.prototype.a3.call(this, a, b, c);
1279
+ return _super.prototype.a4.call(this, a, b, c);
1277
1280
  };
1278
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ag = function (a) {
1281
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
1279
1282
  var b = a.c;
1280
1283
  switch (b.a) {
1281
1284
  case 3: return b.b;
@@ -1285,21 +1288,21 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
1285
1288
  }
1286
1289
  return b.b;
1287
1290
  };
1288
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a0 = function () {
1291
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function () {
1289
1292
  return "null";
1290
1293
  };
1291
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.av = function (a) {
1294
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
1292
1295
  return CodeGeneratingComponentRenderer.e5(CodeGeneratingComponentRenderer.e5(a.a.e));
1293
1296
  };
1294
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bw = function (a) {
1297
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bx = function (a) {
1295
1298
  a = stringReplace(a, "-", "_");
1296
1299
  return CodeGeneratingComponentRenderer.e6(a);
1297
1300
  };
1298
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a) {
1299
- this.br(a);
1301
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
1302
+ this.bs(a);
1300
1303
  return CodeGeneratingComponentRenderer.e6(a.a.e);
1301
1304
  };
1302
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
1305
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a, b, c, d) {
1303
1306
  var e_3, _a;
1304
1307
  if (c.b.knownType == 9) {
1305
1308
  var e = typeCast(IList_$type, c.c);
@@ -1310,7 +1313,7 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
1310
1313
  if (typeCast(CodeGenerationItemBuilder.$, f) !== null) {
1311
1314
  var g = f;
1312
1315
  g.v(this, false);
1313
- this.h.l(this.ap + "." + b + ".Add(" + this.a4 + ");");
1316
+ this.h.l(this.aq + "." + b + ".Add(" + this.a5 + ");");
1314
1317
  }
1315
1318
  }
1316
1319
  }
@@ -1338,23 +1341,23 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
1338
1341
  if (typeCast(CodeGenerationItemBuilder.$, k) !== null) {
1339
1342
  var l = k;
1340
1343
  l.v(this, false);
1341
- i += this.a4 + ",";
1344
+ i += this.a5 + ",";
1342
1345
  }
1343
1346
  }
1344
1347
  i = trimEnd(i, ',');
1345
1348
  i += "]";
1346
- this.h.l(this.ap + "." + b + " = " + i + ";");
1349
+ this.h.l(this.aq + "." + b + " = " + i + ";");
1347
1350
  }
1348
1351
  }
1349
1352
  else {
1350
1353
  if (typeCast(CodeGenerationItemBuilder.$, c.c) !== null) {
1351
1354
  var m = c.c;
1352
1355
  m.v(this, false);
1353
- this.h.l(this.ap + "." + b + " = " + this.a4 + ";");
1356
+ this.h.l(this.aq + "." + b + " = " + this.a5 + ";");
1354
1357
  }
1355
1358
  }
1356
1359
  };
1357
- BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a7 = function () {
1360
+ BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
1358
1361
  return "Igb";
1359
1362
  };
1360
1363
  BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
@@ -1368,8 +1371,9 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1368
1371
  __extends(ReactMarkupCodeGeneratingComponentRendererCodeEmitter, _super);
1369
1372
  function ReactMarkupCodeGeneratingComponentRendererCodeEmitter(a, b) {
1370
1373
  var _this = _super.call(this, a, b) || this;
1371
- _this.bs = new HashSet$1(String_$type, 0);
1372
- _this.bt = new HashSet$1(String_$type, 0);
1374
+ _this.bx = new HashSet$1(String_$type, 0);
1375
+ _this.by = new HashSet$1(String_$type, 0);
1376
+ _this.bz = new Stack$1(Boolean_$type);
1373
1377
  return _this;
1374
1378
  }
1375
1379
  ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
@@ -1382,8 +1386,8 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1382
1386
  enumerable: false,
1383
1387
  configurable: true
1384
1388
  });
1385
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ar = function (a, b, c, d) {
1386
- d = _super.prototype.ar.call(this, a, b, c, d);
1389
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.as = function (a, b, c, d) {
1390
+ d = _super.prototype.as.call(this, a, b, c, d);
1387
1391
  var e = b.r();
1388
1392
  this.f.l("private " + " _" + CodeGeneratingComponentRenderer.e5(d) + ": " + e + " | null = null;");
1389
1393
  this.f.l("public get " + CodeGeneratingComponentRenderer.e5(d) + "(): " + e + " {");
@@ -1400,15 +1404,15 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1400
1404
  this.f.l("}");
1401
1405
  return CodeGeneratingComponentRenderer.e6(d);
1402
1406
  };
1403
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.as = function (a, b, c, d, e) {
1404
- e = _super.prototype.as.call(this, a, b, c, d, e);
1407
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a, b, c, d, e) {
1408
+ e = _super.prototype.at.call(this, a, b, c, d, e);
1405
1409
  var f = null;
1406
1410
  if (c.count > 0) {
1407
1411
  f = c._inner[0].r() + "[]";
1408
1412
  }
1409
1413
  else {
1410
1414
  var g = a.b.specificExternalType;
1411
- f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.al, this.am) + "[]";
1415
+ f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.am, this.an) + "[]";
1412
1416
  }
1413
1417
  this.f.l("private" + " _" + CodeGeneratingComponentRenderer.e5(e) + ": " + f + " | null = null;");
1414
1418
  this.f.l("public get " + CodeGeneratingComponentRenderer.e5(e) + "(): " + f + " {");
@@ -1432,7 +1436,7 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1432
1436
  ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
1433
1437
  return new ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
1434
1438
  };
1435
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a, b) {
1439
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a, b) {
1436
1440
  if (b.c == null) {
1437
1441
  return "{null}";
1438
1442
  }
@@ -1463,43 +1467,86 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1463
1467
  g += "]";
1464
1468
  return g;
1465
1469
  };
1466
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_x = function () {
1470
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
1467
1471
  return true;
1468
1472
  };
1469
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_a7 = function () {
1473
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
1470
1474
  return "Igr";
1471
1475
  };
1472
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a, b, c) {
1473
- _super.prototype.bc.call(this, a, b, c);
1474
- this.h.l("<" + this.bv(a) + "");
1476
+ Object.defineProperty(ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype, "bv", {
1477
+ get: function () {
1478
+ return this.bz.d();
1479
+ },
1480
+ enumerable: false,
1481
+ configurable: true
1482
+ });
1483
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a, b, c) {
1484
+ this.bz.h(this.bt(b, c));
1485
+ _super.prototype.bd.call(this, a, b, c);
1486
+ this.h.l("<" + this.b1(a) + "");
1475
1487
  this.h.h();
1476
- if (!this.bt.contains(this.aq)) {
1477
- this.bt.add_1(this.aq);
1478
- this.bb(this.aq);
1488
+ if (!this.by.contains(this.ar)) {
1489
+ this.by.add_1(this.ar);
1490
+ this.bc(this.ar);
1479
1491
  }
1480
- if (!this.bs.contains(this.ap)) {
1481
- this.bs.add_1(this.ap);
1482
- this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.ap) + ": " + this.aq);
1492
+ if (!this.bx.contains(this.aq)) {
1493
+ this.bx.add_1(this.aq);
1494
+ this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + ": " + this.ar);
1483
1495
  if (this.v) {
1484
- this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.ap) + "Ref(r: " + this.aq + ") {");
1496
+ this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + "Ref(r: " + this.ar + ") {");
1485
1497
  this.f.h();
1486
- this.f.l("this." + CodeGeneratingComponentRenderer.e5(this.ap) + " = r;");
1498
+ this.f.l("this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = r;");
1487
1499
  this.f.l("this.setState({});");
1488
1500
  this.f.f();
1489
1501
  this.f.l("}");
1490
- this.g.l("this." + CodeGeneratingComponentRenderer.e5(this.ap) + "Ref = " + "this." + CodeGeneratingComponentRenderer.e5(this.ap) + "Ref.bind(this);");
1502
+ this.g.l("this." + CodeGeneratingComponentRenderer.e5(this.aq) + "Ref = " + "this." + CodeGeneratingComponentRenderer.e5(this.aq) + "Ref.bind(this);");
1491
1503
  }
1492
1504
  }
1493
1505
  };
1494
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bv = function (a) {
1506
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bt = function (a, b) {
1507
+ return b.getMetadata(a != null ? a : "", "__tagNameWC") != null;
1508
+ };
1509
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bu = function (a) {
1510
+ return a.b != null && a.b.knownType == 8 && a.b.specificExternalType == "string" && this.bt(a.b.owningType, a.b.owningContext);
1511
+ };
1512
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.b1 = function (a) {
1495
1513
  if (stringEndsWith(a, "Component")) {
1496
1514
  a = a.substr(0, a.length - ("Component").length);
1497
1515
  }
1498
1516
  return CodeGeneratingComponentRenderer.e6(a);
1499
1517
  };
1500
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bq = function () {
1501
- if (!this.v && !this.p) {
1502
- var a = this.bu();
1518
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bw = function (a) {
1519
+ if (!a.b.owningContext.hasStringUnionPlatforms(a.b.owningType, a.b.propertyName)) {
1520
+ return false;
1521
+ }
1522
+ var b = a.b.owningContext.getStringUnionPlatforms(a.b.owningType, a.b.propertyName);
1523
+ for (var c = 0; c < b.length; c++) {
1524
+ if (b[c].toLowerCase() == this.a7) {
1525
+ return true;
1526
+ }
1527
+ }
1528
+ return false;
1529
+ };
1530
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ax = function (a) {
1531
+ if (this.bw(a)) {
1532
+ return CodeGeneratingComponentRenderer.e7(a.c.toString());
1533
+ }
1534
+ else if (this.bu(a)) {
1535
+ if (!this.by.contains(a.b.specificType)) {
1536
+ this.by.add_1(a.b.specificType);
1537
+ var b = WebImportsHalper.b(a, this.k);
1538
+ this.bc(b);
1539
+ }
1540
+ var c = a.b != null ? a.b.specificType + "." : "";
1541
+ return c + (a.c != null ? a.c.toString() : "");
1542
+ }
1543
+ else {
1544
+ return _super.prototype.ax.call(this, a);
1545
+ }
1546
+ };
1547
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.br = function () {
1548
+ if (!this.v && !this.p && !this.bv) {
1549
+ var a = this.b0();
1503
1550
  this.h.l("");
1504
1551
  this.h.l("name=\"" + a + "\"");
1505
1552
  }
@@ -1507,31 +1554,44 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1507
1554
  this.h.l(">");
1508
1555
  this.h.h();
1509
1556
  };
1510
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bu = function () {
1511
- var a = CodeGeneratingComponentRenderer.e5(stringReplace(stringReplace(this.aq, this.a7, ""), "Component", ""));
1557
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.b0 = function () {
1558
+ var a = CodeGeneratingComponentRenderer.e5(stringReplace(stringReplace(this.ar, this.a8, ""), "Component", ""));
1512
1559
  a = this.k.u(a);
1513
1560
  return a;
1514
1561
  };
1515
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ax = function (a) {
1562
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ay = function (a) {
1516
1563
  if (!stringIsNullOrEmpty(a.a.e)) {
1517
- this.br(a);
1518
- if (!this.bs.contains(a.a.e)) {
1564
+ this.bs(a);
1565
+ if (!this.bx.contains(a.a.e)) {
1519
1566
  this.g.l("this." + CodeGeneratingComponentRenderer.e5(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.e5(a.a.e) + ".bind(this);");
1520
1567
  }
1521
1568
  return "this." + CodeGeneratingComponentRenderer.e5(a.a.e);
1522
1569
  }
1523
- return this.a0();
1570
+ return this.a1();
1524
1571
  };
1525
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bl = function (a) {
1572
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bm = function (a) {
1526
1573
  this.h.f();
1527
- this.h.l("</" + this.bv(a) + ">");
1528
- _super.prototype.bl.call(this, a);
1574
+ this.h.l("</" + this.b1(a) + ">");
1575
+ _super.prototype.bm.call(this, a);
1576
+ this.bz.e();
1577
+ };
1578
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.x = function (a, b, c) {
1579
+ if (this.bv && a.toLowerCase() == "name" && this.a6 == "grids") {
1580
+ return !this.p || !this.v;
1581
+ }
1582
+ return _super.prototype.x.call(this, a, b, c);
1529
1583
  };
1530
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function (a, b, c, d) {
1584
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
1531
1585
  var e = CodeGeneratingComponentRenderer.e5(b);
1532
- var f = this.a3(d, c, true);
1586
+ var f = this.a4(d, c, true);
1587
+ var g = c.b != null && this.bt(c.b.owningType, d);
1588
+ if (g) {
1589
+ if (c.b.knownType == 19) {
1590
+ e = "on" + CodeGeneratingComponentRenderer.e6(e);
1591
+ }
1592
+ }
1533
1593
  if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.e6(c.b.propertyName)) && this.q(d, c)) {
1534
- this.br(c);
1594
+ this.bs(c);
1535
1595
  if (a > 0) {
1536
1596
  this.h.l("");
1537
1597
  }
@@ -1544,17 +1604,21 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1544
1604
  return;
1545
1605
  }
1546
1606
  if (!(e == "name") || !this.v) {
1547
- var g = (c.b != null && c.b.knownType == 10);
1607
+ var h = (c.b != null && c.b.knownType == 10);
1608
+ var i = (c.b != null && c.b.knownType == 7);
1609
+ var j = (c.b != null && c.b.knownType == 1);
1610
+ var k = c.b != null && !this.bw(c) && this.bu(c);
1611
+ var l = h || (g && (i || j || k));
1548
1612
  if (this.q(d, c)) {
1549
- this.br(c);
1550
- var h = CodeGeneratingComponentRenderer.e5(f);
1551
- var i = h;
1552
- if (i != "null" && !stringStartsWith(i, "this.")) {
1553
- i = "this." + i;
1613
+ this.bs(c);
1614
+ var m = CodeGeneratingComponentRenderer.e5(f);
1615
+ var n = m;
1616
+ if (n != "null" && !stringStartsWith(n, "this.")) {
1617
+ n = "this." + n;
1554
1618
  }
1555
- f = "{" + i + "}";
1619
+ f = "{" + n + "}";
1556
1620
  }
1557
- else if (g) {
1621
+ else if (l) {
1558
1622
  f = "{" + f + "}";
1559
1623
  }
1560
1624
  if (a > 0) {
@@ -1562,11 +1626,11 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1562
1626
  }
1563
1627
  this.h.j(e);
1564
1628
  this.h.j("=");
1565
- if (!this.q(d, c) && !g) {
1629
+ if (!this.q(d, c) && !l) {
1566
1630
  this.h.j("\"");
1567
1631
  }
1568
1632
  this.h.j(f);
1569
- if (!this.q(d, c) && !g) {
1633
+ if (!this.q(d, c) && !l) {
1570
1634
  this.h.j("\"");
1571
1635
  }
1572
1636
  a++;
@@ -1576,11 +1640,11 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1576
1640
  if (a > 0) {
1577
1641
  this.h.l("");
1578
1642
  }
1579
- this.h.j("ref={this." + CodeGeneratingComponentRenderer.e5(this.a3(d, c, true)) + "Ref}");
1643
+ this.h.j("ref={this." + CodeGeneratingComponentRenderer.e5(this.a4(d, c, true)) + "Ref}");
1580
1644
  }
1581
1645
  }
1582
1646
  };
1583
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ag = function (a) {
1647
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
1584
1648
  var b = a.c;
1585
1649
  switch (b.a) {
1586
1650
  case 3: return b.b;
@@ -1590,16 +1654,16 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1590
1654
  }
1591
1655
  return b.b;
1592
1656
  };
1593
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a0 = function () {
1657
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function () {
1594
1658
  return "null";
1595
1659
  };
1596
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.av = function (a) {
1660
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
1597
1661
  return "this." + CodeGeneratingComponentRenderer.e5(a.a.e);
1598
1662
  };
1599
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a) {
1663
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
1600
1664
  return "this." + CodeGeneratingComponentRenderer.e5(a.a.e);
1601
1665
  };
1602
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
1666
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a, b, c, d) {
1603
1667
  var e_4, _a;
1604
1668
  if (c.b.knownType == 9) {
1605
1669
  var e = typeCast(IList_$type, c.c);
@@ -1635,9 +1699,9 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
1635
1699
  }
1636
1700
  }
1637
1701
  };
1638
- ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function (a, b, c) {
1639
- _super.prototype.bg.call(this, a, b, c);
1640
- WebImportsHalper.b(this.k, this.a6, this.a5, this.a7, a, b, c);
1702
+ ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c) {
1703
+ _super.prototype.bh.call(this, a, b, c);
1704
+ WebImportsHalper.d(this.k, this.a7, this.a6, this.a8, a, b, c);
1641
1705
  };
1642
1706
  ReactMarkupCodeGeneratingComponentRendererCodeEmitter.$t = markType(ReactMarkupCodeGeneratingComponentRendererCodeEmitter, 'ReactMarkupCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
1643
1707
  return ReactMarkupCodeGeneratingComponentRendererCodeEmitter;
@@ -1650,9 +1714,9 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
1650
1714
  __extends(WebCodeBehindCodeGeneratingComponentRendererCodeEmitter, _super);
1651
1715
  function WebCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b) {
1652
1716
  var _this = _super.call(this, a, b) || this;
1653
- _this.bv = 0;
1654
- _this.bt = new HashSet$1(String_$type, 0);
1717
+ _this.bw = 0;
1655
1718
  _this.bu = new HashSet$1(String_$type, 0);
1719
+ _this.bv = new HashSet$1(String_$type, 0);
1656
1720
  return _this;
1657
1721
  }
1658
1722
  WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
@@ -1665,42 +1729,33 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
1665
1729
  enumerable: false,
1666
1730
  configurable: true
1667
1731
  });
1668
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bs = function (a) {
1732
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bt = function (a) {
1669
1733
  if (!a.b.owningContext.hasStringUnionPlatforms(a.b.owningType, a.b.propertyName)) {
1670
1734
  return false;
1671
1735
  }
1672
1736
  var b = a.b.owningContext.getStringUnionPlatforms(a.b.owningType, a.b.propertyName);
1673
1737
  for (var c = 0; c < b.length; c++) {
1674
- if (b[c].toLowerCase() == this.a6) {
1738
+ if (b[c].toLowerCase() == this.a7) {
1675
1739
  return true;
1676
1740
  }
1677
1741
  }
1678
1742
  return false;
1679
1743
  };
1680
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
1681
- if (this.bs(a)) {
1744
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ax = function (a) {
1745
+ if (this.bt(a)) {
1682
1746
  return "\"" + CodeGeneratingComponentRenderer.e7(a.c.toString()) + "\"";
1683
1747
  }
1684
1748
  else {
1685
- if (!this.bu.contains(a.b.specificType)) {
1686
- this.bu.add_1(a.b.specificType);
1687
- if (a.b.owningContext.getMetadata(a.b.owningType, "__importTypes" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.k.platform)) != null) {
1688
- var b = a.b.owningContext.getMetadata(a.b.owningType, "__importTypes" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.k.platform)).specificExternalType;
1689
- this.bb(a.b.specificType + ":" + b);
1690
- }
1691
- else if (a.b.owningContext.getMetadata("Web" + a.b.owningType, "__importTypes" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.k.platform)) != null) {
1692
- var c = a.b.owningContext.getMetadata("Web" + a.b.owningType, "__importTypes" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.k.platform)).specificExternalType;
1693
- this.bb(a.b.specificType + ":" + c);
1694
- }
1695
- else {
1696
- this.bb(a.b.specificType);
1697
- }
1749
+ if (!this.bv.contains(a.b.specificType)) {
1750
+ this.bv.add_1(a.b.specificType);
1751
+ var b = WebImportsHalper.b(a, this.k);
1752
+ this.bc(b);
1698
1753
  }
1699
- var d = a.b != null ? a.b.specificType + "." : "";
1700
- return d + (a.c != null ? a.c.toString() : "");
1754
+ var c = a.b != null ? a.b.specificType + "." : "";
1755
+ return c + (a.c != null ? a.c.toString() : "");
1701
1756
  }
1702
1757
  };
1703
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a, b) {
1758
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a, b) {
1704
1759
  if (b.c == null) {
1705
1760
  return "null";
1706
1761
  }
@@ -1714,107 +1769,99 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
1714
1769
  }
1715
1770
  return d + "]";
1716
1771
  };
1717
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_x = function () {
1772
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
1718
1773
  return true;
1719
1774
  };
1720
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.u = function (a, b) {
1721
- var c = false;
1722
- var d = this.a6 == "react" ? b.getMetadata(a, "__isPlainObject") != null && (b.getMetadata(a, "__isTSPlainInterface") != null || b.getMetadata(a, "__marshalByValue") == null) : b.getMetadata(a, "__isPlainObject") != null;
1723
- if (d) {
1724
- c = true;
1725
- }
1726
- return c;
1727
- };
1728
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a, b, c) {
1729
- _super.prototype.bc.call(this, a, b, c);
1775
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a, b, c) {
1776
+ _super.prototype.bd.call(this, a, b, c);
1730
1777
  var d = this.u(b, c);
1731
1778
  if (d) {
1732
1779
  if (this.v) {
1733
- this.h.l("var " + this.ap + ": " + a + " = {} as " + a + ";");
1780
+ this.h.l("var " + this.aq + ": " + a + " = {} as " + a + ";");
1734
1781
  }
1735
1782
  else {
1736
- this.h.l("var " + this.ap + ": " + a + " = {} as " + a + ";");
1783
+ this.h.l("var " + this.aq + ": " + a + " = {} as " + a + ";");
1737
1784
  }
1738
1785
  }
1739
1786
  else {
1740
1787
  if (this.v) {
1741
- this.h.l("var " + this.ap + " = new " + a + "();");
1788
+ this.h.l("var " + this.aq + " = new " + a + "();");
1742
1789
  }
1743
1790
  else {
1744
- this.h.l("var " + this.ap + " = new " + a + "();");
1791
+ this.h.l("var " + this.aq + " = new " + a + "();");
1745
1792
  }
1746
1793
  }
1747
- if (!this.bt.contains(this.ap)) {
1748
- this.bt.add_1(this.ap);
1749
- if (!this.bu.contains(this.aq)) {
1750
- this.bu.add_1(this.aq);
1751
- this.bb(this.aq);
1794
+ if (!this.bu.contains(this.aq)) {
1795
+ this.bu.add_1(this.aq);
1796
+ if (!this.bv.contains(this.ar)) {
1797
+ this.bv.add_1(this.ar);
1798
+ this.bc(this.ar);
1752
1799
  }
1753
- this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.ap) + ": " + this.aq);
1800
+ this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + ": " + this.ar);
1754
1801
  if (!this.p) {
1755
1802
  if (this.v) {
1756
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.aq, "Component", "")) + "') as " + this.aq + ";");
1803
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.ar, "Component", "")) + "') as " + this.ar + ";");
1757
1804
  }
1758
1805
  }
1759
1806
  else {
1760
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + " = document.getElementById('" + this.ap + "') as " + this.aq + ";");
1807
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.getElementById('" + this.aq + "') as " + this.ar + ";");
1761
1808
  }
1762
1809
  }
1763
1810
  };
1764
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bw = function (a) {
1811
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bx = function (a) {
1765
1812
  if (stringEndsWith(a, "Component")) {
1766
1813
  a = a.substr(0, a.length - ("Component").length);
1767
1814
  }
1768
1815
  return CodeGeneratingComponentRenderer.e8(a);
1769
1816
  };
1770
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bq = function () {
1817
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.br = function () {
1771
1818
  this.h.l("");
1772
1819
  };
1773
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a) {
1774
- };
1775
1820
  WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bl = function (a) {
1821
+ };
1822
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bm = function (a) {
1776
1823
  {
1777
1824
  this.h.l("");
1778
1825
  }
1779
- _super.prototype.bl.call(this, a);
1826
+ _super.prototype.bm.call(this, a);
1780
1827
  };
1781
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function (a, b, c, d) {
1828
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
1782
1829
  var e = CodeGeneratingComponentRenderer.e5(b);
1783
1830
  if (e == "name" && c.b == null) {
1784
1831
  return;
1785
1832
  }
1786
1833
  if (this.s(c)) {
1787
- this.br(c);
1788
- if (!this.bt.contains(this.ap)) {
1789
- this.bt.add_1(this.ap);
1790
- if (!this.bu.contains(this.aq)) {
1791
- this.bu.add_1(this.aq);
1792
- this.bb(this.aq);
1793
- }
1794
- this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.ap) + ": " + this.aq);
1834
+ this.bs(c);
1835
+ if (!this.bu.contains(this.aq)) {
1836
+ this.bu.add_1(this.aq);
1837
+ if (!this.bv.contains(this.ar)) {
1838
+ this.bv.add_1(this.ar);
1839
+ this.bc(this.ar);
1840
+ }
1841
+ this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + ": " + this.ar);
1795
1842
  if (!this.p) {
1796
1843
  if (this.v) {
1797
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.aq, "Component", "")) + "') as " + this.aq + ";");
1844
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.ar, "Component", "")) + "') as " + this.ar + ";");
1798
1845
  }
1799
1846
  }
1800
1847
  else {
1801
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + " = document.getElementById('" + this.ap + "') as " + this.aq + ";");
1848
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.getElementById('" + this.aq + "') as " + this.ar + ";");
1802
1849
  }
1803
1850
  }
1804
- var f = CodeGeneratingComponentRenderer.e5(this.a3(d, c, true));
1851
+ var f = CodeGeneratingComponentRenderer.e5(this.a4(d, c, true));
1805
1852
  var g = f;
1806
1853
  if (g != "null" && !stringStartsWith(g, "this.")) {
1807
1854
  g = "this." + g;
1808
1855
  }
1809
- if (this.aq == "any" && stringContains(e, "-")) {
1810
- this.e.l(CodeGeneratingComponentRenderer.e5(this.ap) + "['" + e + "'] = " + g + ";");
1856
+ if (this.ar == "any" && stringContains(e, "-")) {
1857
+ this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + "['" + e + "'] = " + g + ";");
1811
1858
  }
1812
1859
  else {
1813
1860
  if (c.b != null && c.b.isCustomEvent) {
1814
- this.e.l(CodeGeneratingComponentRenderer.e5(this.ap) + ".addEventListener(\"" + e + "\", " + g + ");");
1861
+ this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + ".addEventListener(\"" + e + "\", " + g + ");");
1815
1862
  }
1816
1863
  else {
1817
- this.e.l(CodeGeneratingComponentRenderer.e5(this.ap) + "." + e + " = " + g + ";");
1864
+ this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + "." + e + " = " + g + ";");
1818
1865
  }
1819
1866
  }
1820
1867
  return;
@@ -1822,17 +1869,17 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
1822
1869
  if (a > 0) {
1823
1870
  this.h.l("");
1824
1871
  }
1825
- if (this.aq == "any" && stringContains(e, "-")) {
1826
- this.h.j(this.ap + "." + CodeGeneratingComponentRenderer.e5(this.ap) + "['" + e + "']");
1872
+ if (this.ar == "any" && stringContains(e, "-")) {
1873
+ this.h.j(this.aq + "." + CodeGeneratingComponentRenderer.e5(this.aq) + "['" + e + "']");
1827
1874
  }
1828
1875
  else {
1829
- this.h.j(this.ap + "." + CodeGeneratingComponentRenderer.e5(e));
1876
+ this.h.j(this.aq + "." + CodeGeneratingComponentRenderer.e5(e));
1830
1877
  }
1831
1878
  this.h.j(" = ");
1832
- this.h.j(this.a3(d, c, true));
1879
+ this.h.j(this.a4(d, c, true));
1833
1880
  this.h.j(";");
1834
1881
  };
1835
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ag = function (a) {
1882
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
1836
1883
  var b = a.c;
1837
1884
  switch (b.a) {
1838
1885
  case 3: return b.b;
@@ -1842,31 +1889,31 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
1842
1889
  }
1843
1890
  return b.b;
1844
1891
  };
1845
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a0 = function () {
1892
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function () {
1846
1893
  return "null";
1847
1894
  };
1848
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.av = function (a) {
1895
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
1849
1896
  return CodeGeneratingComponentRenderer.e5(a.a.e);
1850
1897
  };
1851
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a) {
1898
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
1852
1899
  return CodeGeneratingComponentRenderer.e5(a.a.e);
1853
1900
  };
1854
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ax = function (a) {
1901
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ay = function (a) {
1855
1902
  if (!stringIsNullOrEmpty(a.a.e)) {
1856
- this.br(a);
1857
- if (!this.bt.contains(a.a.e)) {
1903
+ this.bs(a);
1904
+ if (!this.bu.contains(a.a.e)) {
1858
1905
  this.g.l("this." + CodeGeneratingComponentRenderer.e5(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.e5(a.a.e) + ".bind(this);");
1859
1906
  }
1860
1907
  return "this." + CodeGeneratingComponentRenderer.e5(a.a.e);
1861
1908
  }
1862
- return this.a0();
1909
+ return this.a1();
1863
1910
  };
1864
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a3 = function (a, b, c) {
1911
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a, b, c) {
1865
1912
  if (b.b == null) {
1866
1913
  return "\"" + b.c + "\"";
1867
1914
  }
1868
1915
  if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
1869
- b.c = this.ag(b);
1916
+ b.c = this.ah(b);
1870
1917
  }
1871
1918
  switch (b.b.knownType) {
1872
1919
  case 11:
@@ -1896,15 +1943,15 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
1896
1943
  }
1897
1944
  return b.c.toString();
1898
1945
  case 5:
1899
- case 2: return "\"" + _super.prototype.a3.call(this, a, b, c) + "\"";
1900
- case 23: return "[" + _super.prototype.a3.call(this, a, b, c) + "]";
1901
- case 6: return "[\"" + stringJoin1(String_$type, "\", \"", _super.prototype.ab.call(this, b, c)) + "\"]";
1902
- case 16: return "[\"" + stringJoin1(String_$type, "\", \"", _super.prototype.ac.call(this, b, c)) + "\"]";
1946
+ case 2: return "\"" + _super.prototype.a4.call(this, a, b, c) + "\"";
1947
+ case 23: return "[" + _super.prototype.a4.call(this, a, b, c) + "]";
1948
+ case 6: return "[\"" + stringJoin1(String_$type, "\", \"", _super.prototype.ac.call(this, b, c)) + "\"]";
1949
+ case 16: return "[\"" + stringJoin1(String_$type, "\", \"", _super.prototype.ad.call(this, b, c)) + "\"]";
1903
1950
  case 9: throw new NotSupportedException(1, "shouldn't get here");
1904
1951
  }
1905
- return _super.prototype.a3.call(this, a, b, c);
1952
+ return _super.prototype.a4.call(this, a, b, c);
1906
1953
  };
1907
- WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
1954
+ WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a, b, c, d) {
1908
1955
  var e_5, _a;
1909
1956
  if (c.b.knownType == 9) {
1910
1957
  var e = typeCast(IList_$type, c.c);
@@ -1925,12 +1972,12 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
1925
1972
  if (k) {
1926
1973
  if (f) {
1927
1974
  f = false;
1928
- this.h.l(this.ap + "." + b + " = []");
1975
+ this.h.l(this.aq + "." + b + " = []");
1929
1976
  }
1930
- this.h.l(this.ap + "." + b + ".push(" + this.a4 + ");");
1977
+ this.h.l(this.aq + "." + b + ".push(" + this.a5 + ");");
1931
1978
  }
1932
1979
  else {
1933
- this.h.l(this.ap + "." + b + ".add(" + this.a4 + ");");
1980
+ this.h.l(this.aq + "." + b + ".add(" + this.a5 + ");");
1934
1981
  }
1935
1982
  }
1936
1983
  }
@@ -1959,19 +2006,19 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
1959
2006
  if (typeCast(CodeGenerationItemBuilder.$, o) !== null) {
1960
2007
  var p = o;
1961
2008
  p.v(this, false);
1962
- m += this.a4 + ",";
2009
+ m += this.a5 + ",";
1963
2010
  }
1964
2011
  }
1965
2012
  m = trimEnd(m, ',');
1966
2013
  m += "]";
1967
- this.h.l(this.ap + "." + b + " = " + m + ";");
2014
+ this.h.l(this.aq + "." + b + " = " + m + ";");
1968
2015
  }
1969
2016
  }
1970
2017
  else {
1971
2018
  if (typeCast(CodeGenerationItemBuilder.$, c.c) !== null) {
1972
2019
  var q = c.c;
1973
2020
  q.v(this, false);
1974
- this.h.l(this.ap + "." + b + " = " + this.a4 + ";");
2021
+ this.h.l(this.aq + "." + b + " = " + this.a5 + ";");
1975
2022
  }
1976
2023
  }
1977
2024
  };
@@ -1993,16 +2040,19 @@ var ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
1993
2040
  ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
1994
2041
  return new ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
1995
2042
  };
1996
- ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a7 = function () {
2043
+ ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
1997
2044
  return "Igc";
1998
2045
  };
1999
- ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function (a, b, c) {
2000
- _super.prototype.bg.call(this, a, b, c);
2001
- WebImportsHalper.b(this.k, this.a6, this.a5, this.a7, a, b, c);
2046
+ ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c) {
2047
+ _super.prototype.bh.call(this, a, b, c);
2048
+ WebImportsHalper.d(this.k, this.a7, this.a6, this.a8, a, b, c);
2002
2049
  };
2003
- ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bx = function (a, b) {
2050
+ ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.u = function (a, b) {
2004
2051
  var c = false;
2005
- if (b.getMetadata(a, "__isPlainObject") != null && b.getMetadata(a, "__marshalByValue") == null) {
2052
+ if (b.getMetadata(a, "__isPlainObject") != null && (b.getMetadata(a, "__isTSPlainInterface") != null || b.getMetadata(a, "__marshalByValue") == null)) {
2053
+ c = true;
2054
+ }
2055
+ if (b.getMetadata(a, "__isPlainObject") != null && this.a6 == "grids") {
2006
2056
  c = true;
2007
2057
  }
2008
2058
  return c;
@@ -2018,9 +2068,9 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
2018
2068
  __extends(WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter, _super);
2019
2069
  function WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter(a, b) {
2020
2070
  var _this = _super.call(this, a, b) || this;
2021
- _this.bv = 0;
2022
- _this.bt = new HashSet$1(String_$type, 0);
2071
+ _this.bw = 0;
2023
2072
  _this.bu = new HashSet$1(String_$type, 0);
2073
+ _this.bv = new HashSet$1(String_$type, 0);
2024
2074
  return _this;
2025
2075
  }
2026
2076
  WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
@@ -2033,31 +2083,31 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
2033
2083
  enumerable: false,
2034
2084
  configurable: true
2035
2085
  });
2036
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bs = function (a) {
2086
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bt = function (a) {
2037
2087
  if (!a.b.owningContext.hasStringUnionPlatforms(a.b.owningType, a.b.propertyName)) {
2038
2088
  return false;
2039
2089
  }
2040
2090
  var b = a.b.owningContext.getStringUnionPlatforms(a.b.owningType, a.b.propertyName);
2041
2091
  for (var c = 0; c < b.length; c++) {
2042
- if (b[c].toLowerCase() == this.a6) {
2092
+ if (b[c].toLowerCase() == this.a7) {
2043
2093
  return true;
2044
2094
  }
2045
2095
  }
2046
2096
  return false;
2047
2097
  };
2048
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
2049
- if (this.bs(a)) {
2098
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ax = function (a) {
2099
+ if (this.bt(a)) {
2050
2100
  return CodeGeneratingComponentRenderer.e7(a.c.toString());
2051
2101
  }
2052
2102
  else {
2053
- return _super.prototype.aw.call(this, a);
2103
+ return _super.prototype.ax.call(this, a);
2054
2104
  }
2055
2105
  };
2056
2106
  WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
2057
2107
  return new WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
2058
2108
  };
2059
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ar = function (a, b, c, d) {
2060
- d = _super.prototype.ar.call(this, a, b, c, d);
2109
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.as = function (a, b, c, d) {
2110
+ d = _super.prototype.as.call(this, a, b, c, d);
2061
2111
  var e = b.r();
2062
2112
  this.f.l("private" + " _" + CodeGeneratingComponentRenderer.e5(d) + ": " + e + " | null = null;");
2063
2113
  this.f.l("public get " + CodeGeneratingComponentRenderer.e5(d) + "(): " + e + " {");
@@ -2074,15 +2124,15 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
2074
2124
  this.f.l("}");
2075
2125
  return CodeGeneratingComponentRenderer.e6(d);
2076
2126
  };
2077
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.as = function (a, b, c, d, e) {
2078
- e = _super.prototype.as.call(this, a, b, c, d, e);
2127
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a, b, c, d, e) {
2128
+ e = _super.prototype.at.call(this, a, b, c, d, e);
2079
2129
  var f = null;
2080
2130
  if (c.count > 0) {
2081
2131
  f = c._inner[0].r() + "[]";
2082
2132
  }
2083
2133
  else {
2084
2134
  var g = a.b.specificExternalType;
2085
- f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.al, this.am) + "[]";
2135
+ f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.am, this.an) + "[]";
2086
2136
  }
2087
2137
  this.f.l("private" + " _" + CodeGeneratingComponentRenderer.e5(e) + ": " + f + " | null = null;");
2088
2138
  this.f.l("public get " + CodeGeneratingComponentRenderer.e5(e) + "(): " + f + " {");
@@ -2103,7 +2153,7 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
2103
2153
  this.f.l("}");
2104
2154
  return CodeGeneratingComponentRenderer.e6(e);
2105
2155
  };
2106
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a, b) {
2156
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a, b) {
2107
2157
  if (b.c == null) {
2108
2158
  return "null";
2109
2159
  }
@@ -2117,81 +2167,81 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
2117
2167
  }
2118
2168
  return d;
2119
2169
  };
2120
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_x = function () {
2170
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
2121
2171
  return true;
2122
2172
  };
2123
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a, b, c) {
2124
- _super.prototype.bc.call(this, a, b, c);
2125
- this.h.l("<" + this.bw(a) + "");
2126
- if (!this.bt.contains(this.ap)) {
2127
- this.bt.add_1(this.ap);
2128
- if (!this.bu.contains(this.aq)) {
2129
- this.bu.add_1(this.aq);
2130
- this.bb(this.aq);
2173
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a, b, c) {
2174
+ _super.prototype.bd.call(this, a, b, c);
2175
+ this.h.l("<" + this.bx(a) + "");
2176
+ if (!this.bu.contains(this.aq)) {
2177
+ this.bu.add_1(this.aq);
2178
+ if (!this.bv.contains(this.ar)) {
2179
+ this.bv.add_1(this.ar);
2180
+ this.bc(this.ar);
2131
2181
  }
2132
- this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.ap) + ": " + this.aq);
2182
+ this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + ": " + this.ar);
2133
2183
  if (!this.p) {
2134
2184
  if (this.v) {
2135
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.aq, "Component", "")) + "') as " + this.aq + ";");
2185
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.ar, "Component", "")) + "') as " + this.ar + ";");
2136
2186
  }
2137
2187
  }
2138
2188
  else {
2139
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + " = document.getElementById('" + this.ap + "') as " + this.aq + ";");
2189
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.getElementById('" + this.aq + "') as " + this.ar + ";");
2140
2190
  }
2141
2191
  }
2142
2192
  };
2143
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bw = function (a) {
2193
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bx = function (a) {
2144
2194
  if (stringEndsWith(a, "Component")) {
2145
2195
  a = a.substr(0, a.length - ("Component").length);
2146
2196
  }
2147
2197
  return CodeGeneratingComponentRenderer.e8(a);
2148
2198
  };
2149
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bq = function () {
2199
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.br = function () {
2150
2200
  this.h.l(">");
2151
2201
  this.h.h();
2152
2202
  };
2153
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bl = function (a) {
2203
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bm = function (a) {
2154
2204
  this.h.f();
2155
- this.h.l("</" + this.bw(a) + ">");
2156
- _super.prototype.bl.call(this, a);
2205
+ this.h.l("</" + this.bx(a) + ">");
2206
+ _super.prototype.bm.call(this, a);
2157
2207
  };
2158
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_a7 = function () {
2208
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
2159
2209
  return "Igc";
2160
2210
  };
2161
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function (a, b, c) {
2162
- _super.prototype.bg.call(this, a, b, c);
2163
- WebImportsHalper.b(this.k, this.a6, this.a5, this.a7, a, b, c);
2211
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c) {
2212
+ _super.prototype.bh.call(this, a, b, c);
2213
+ WebImportsHalper.d(this.k, this.a7, this.a6, this.a8, a, b, c);
2164
2214
  };
2165
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function (a, b, c, d) {
2215
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
2166
2216
  var e = CodeGeneratingComponentRenderer.e5(b);
2167
2217
  if (this.q(d, c)) {
2168
- this.br(c);
2169
- if (!this.bt.contains(this.ap)) {
2170
- this.bt.add_1(this.ap);
2171
- if (!this.bu.contains(this.aq)) {
2172
- this.bu.add_1(this.aq);
2173
- this.bb(this.aq);
2174
- }
2175
- this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.ap) + ": " + this.aq);
2218
+ this.bs(c);
2219
+ if (!this.bu.contains(this.aq)) {
2220
+ this.bu.add_1(this.aq);
2221
+ if (!this.bv.contains(this.ar)) {
2222
+ this.bv.add_1(this.ar);
2223
+ this.bc(this.ar);
2224
+ }
2225
+ this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + ": " + this.ar);
2176
2226
  if (!this.p) {
2177
2227
  if (this.v) {
2178
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.aq, "Component", "")) + "') as " + this.aq + ";");
2228
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.ar, "Component", "")) + "') as " + this.ar + ";");
2179
2229
  }
2180
2230
  }
2181
2231
  else {
2182
- this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.ap) + " = this." + CodeGeneratingComponentRenderer.e5(this.ap) + " = document.getElementById('" + this.ap + "') as " + this.aq + ";");
2232
+ this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.getElementById('" + this.aq + "') as " + this.ar + ";");
2183
2233
  }
2184
2234
  }
2185
- var f = CodeGeneratingComponentRenderer.e5(this.a3(d, c, true));
2235
+ var f = CodeGeneratingComponentRenderer.e5(this.a4(d, c, true));
2186
2236
  var g = f;
2187
2237
  if (g != "null" && !stringStartsWith(g, "this.")) {
2188
2238
  g = "this." + g;
2189
2239
  }
2190
2240
  if (c.b.isCustomEvent) {
2191
- this.e.l(CodeGeneratingComponentRenderer.e5(this.ap) + ".addEventListener(\"" + e + "\", " + g + ");");
2241
+ this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + ".addEventListener(\"" + e + "\", " + g + ");");
2192
2242
  }
2193
2243
  else {
2194
- this.e.l(CodeGeneratingComponentRenderer.e5(this.ap) + "." + e + " = " + g + ";");
2244
+ this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + "." + e + " = " + g + ";");
2195
2245
  }
2196
2246
  return;
2197
2247
  }
@@ -2201,14 +2251,14 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
2201
2251
  this.h.j(CodeGeneratingComponentRenderer.e8(e));
2202
2252
  this.h.j("=");
2203
2253
  this.h.j("\"");
2204
- this.h.j(this.a3(d, c, true));
2254
+ this.h.j(this.a4(d, c, true));
2205
2255
  this.h.j("\"");
2206
2256
  if (e == "name") {
2207
2257
  this.h.l("");
2208
- this.h.j("id=\"" + this.a3(d, c, true) + "\"");
2258
+ this.h.j("id=\"" + this.a4(d, c, true) + "\"");
2209
2259
  }
2210
2260
  };
2211
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ag = function (a) {
2261
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
2212
2262
  var b = a.c;
2213
2263
  switch (b.a) {
2214
2264
  case 3: return b.b;
@@ -2218,26 +2268,26 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
2218
2268
  }
2219
2269
  return b.b;
2220
2270
  };
2221
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a0 = function () {
2271
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function () {
2222
2272
  return "null";
2223
2273
  };
2224
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.av = function (a) {
2274
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
2225
2275
  return CodeGeneratingComponentRenderer.e5(a.a.e);
2226
2276
  };
2227
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a) {
2277
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
2228
2278
  return CodeGeneratingComponentRenderer.e5(a.a.e);
2229
2279
  };
2230
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ax = function (a) {
2280
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ay = function (a) {
2231
2281
  if (!stringIsNullOrEmpty(a.a.e)) {
2232
- this.br(a);
2233
- if (!this.bt.contains(a.a.e)) {
2282
+ this.bs(a);
2283
+ if (!this.bu.contains(a.a.e)) {
2234
2284
  this.g.l("this." + CodeGeneratingComponentRenderer.e5(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.e5(a.a.e) + ".bind(this);");
2235
2285
  }
2236
2286
  return "this." + CodeGeneratingComponentRenderer.e5(a.a.e);
2237
2287
  }
2238
- return this.a0();
2288
+ return this.a1();
2239
2289
  };
2240
- WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
2290
+ WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a, b, c, d) {
2241
2291
  var e_6, _a;
2242
2292
  if (c.b.knownType == 9) {
2243
2293
  var e = typeCast(IList_$type, c.c);
@@ -2288,12 +2338,12 @@ var WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @cla
2288
2338
  WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
2289
2339
  return new WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
2290
2340
  };
2291
- WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a7 = function () {
2341
+ WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
2292
2342
  return "Igc";
2293
2343
  };
2294
- WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function (a, b, c) {
2295
- _super.prototype.bg.call(this, a, b, c);
2296
- WebImportsHalper.b(this.k, this.a6, this.a5, this.a7, a, b, c);
2344
+ WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c) {
2345
+ _super.prototype.bh.call(this, a, b, c);
2346
+ WebImportsHalper.d(this.k, this.a7, this.a6, this.a8, a, b, c);
2297
2347
  };
2298
2348
  WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
2299
2349
  return WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter;
@@ -2781,9 +2831,9 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
2781
2831
  __extends(AngularTemplateCodeGeneratingComponentRendererCodeEmitter, _super);
2782
2832
  function AngularTemplateCodeGeneratingComponentRendererCodeEmitter(a, b) {
2783
2833
  var _this = _super.call(this, a, b) || this;
2784
- _this.bu = 0;
2785
- _this.bs = new HashSet$1(String_$type, 0);
2834
+ _this.bv = 0;
2786
2835
  _this.bt = new HashSet$1(String_$type, 0);
2836
+ _this.bu = new HashSet$1(String_$type, 0);
2787
2837
  return _this;
2788
2838
  }
2789
2839
  AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
@@ -2796,8 +2846,8 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
2796
2846
  enumerable: false,
2797
2847
  configurable: true
2798
2848
  });
2799
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.ar = function (a, b, c, d) {
2800
- d = _super.prototype.ar.call(this, a, b, c, d);
2849
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.as = function (a, b, c, d) {
2850
+ d = _super.prototype.as.call(this, a, b, c, d);
2801
2851
  var e = b.r();
2802
2852
  this.f.l("private " + " _" + CodeGeneratingComponentRenderer.e5(d) + ": " + e + " | null = null;");
2803
2853
  this.f.l("public get " + CodeGeneratingComponentRenderer.e5(d) + "(): " + e + " {");
@@ -2814,15 +2864,15 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
2814
2864
  this.f.l("}");
2815
2865
  return CodeGeneratingComponentRenderer.e5(d);
2816
2866
  };
2817
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.as = function (a, b, c, d, e) {
2818
- e = _super.prototype.as.call(this, a, b, c, d, e);
2867
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a, b, c, d, e) {
2868
+ e = _super.prototype.at.call(this, a, b, c, d, e);
2819
2869
  var f = null;
2820
2870
  if (c.count > 0) {
2821
2871
  f = c._inner[0].r() + "[]";
2822
2872
  }
2823
2873
  else {
2824
2874
  var g = a.b.specificExternalType;
2825
- f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.al, this.am) + "[]";
2875
+ f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.am, this.an) + "[]";
2826
2876
  }
2827
2877
  this.f.l("private" + " _" + CodeGeneratingComponentRenderer.e5(e) + ": " + f + " | null = null;");
2828
2878
  this.f.l("public get " + CodeGeneratingComponentRenderer.e5(e) + "(): " + f + " {");
@@ -2846,7 +2896,7 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
2846
2896
  AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
2847
2897
  return new AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
2848
2898
  };
2849
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a, b) {
2899
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a, b) {
2850
2900
  if (b.c == null) {
2851
2901
  return "null";
2852
2902
  }
@@ -2860,48 +2910,48 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
2860
2910
  }
2861
2911
  return d;
2862
2912
  };
2863
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_x = function () {
2913
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
2864
2914
  return true;
2865
2915
  };
2866
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_a7 = function () {
2916
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
2867
2917
  return "Igx";
2868
2918
  };
2869
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a, b, c) {
2870
- _super.prototype.bc.call(this, a, b, c);
2871
- this.h.l("<" + this.bv(a) + "");
2872
- if (!this.bs.contains(this.ap)) {
2873
- this.bs.add_1(this.ap);
2874
- if (!this.bt.contains(this.aq)) {
2875
- this.bt.add_1(this.aq);
2876
- this.bb(this.aq);
2919
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a, b, c) {
2920
+ _super.prototype.bd.call(this, a, b, c);
2921
+ this.h.l("<" + this.bw(a) + "");
2922
+ if (!this.bt.contains(this.aq)) {
2923
+ this.bt.add_1(this.aq);
2924
+ if (!this.bu.contains(this.ar)) {
2925
+ this.bu.add_1(this.ar);
2926
+ this.bc(this.ar);
2877
2927
  }
2878
- this.f.l("@ViewChild(\"" + CodeGeneratingComponentRenderer.e5(this.ap) + "\", { static: true } )");
2879
- this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.ap) + ": " + this.aq);
2928
+ this.f.l("@ViewChild(\"" + CodeGeneratingComponentRenderer.e5(this.aq) + "\", { static: true } )");
2929
+ this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + ": " + this.ar);
2880
2930
  }
2881
2931
  };
2882
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function (a, b, c) {
2883
- _super.prototype.bg.call(this, a, b, c);
2884
- WebImportsHalper.b(this.k, this.a6, this.a5, this.a7, a, b, c);
2932
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c) {
2933
+ _super.prototype.bh.call(this, a, b, c);
2934
+ WebImportsHalper.d(this.k, this.a7, this.a6, this.a8, a, b, c);
2885
2935
  };
2886
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bv = function (a) {
2936
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bw = function (a) {
2887
2937
  if (stringEndsWith(a, "Component")) {
2888
2938
  a = a.substr(0, a.length - ("Component").length);
2889
2939
  }
2890
2940
  return CodeGeneratingComponentRenderer.e8(a);
2891
2941
  };
2892
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bq = function () {
2942
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.br = function () {
2893
2943
  this.h.l(">");
2894
2944
  this.h.h();
2895
2945
  };
2896
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bl = function (a) {
2946
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bm = function (a) {
2897
2947
  this.h.f();
2898
- this.h.l("</" + this.bv(a) + ">");
2899
- _super.prototype.bl.call(this, a);
2948
+ this.h.l("</" + this.bw(a) + ">");
2949
+ _super.prototype.bm.call(this, a);
2900
2950
  };
2901
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function (a, b, c, d) {
2951
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
2902
2952
  var e = CodeGeneratingComponentRenderer.e5(b);
2903
2953
  if (this.q(d, c)) {
2904
- this.br(c);
2954
+ this.bs(c);
2905
2955
  if (this.t(c)) {
2906
2956
  e = "(" + e + ")";
2907
2957
  }
@@ -2915,21 +2965,21 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
2915
2965
  this.h.j(e);
2916
2966
  this.h.j("=");
2917
2967
  this.h.j("\"");
2918
- this.h.j(this.a3(d, c, true));
2968
+ this.h.j(this.a4(d, c, true));
2919
2969
  this.h.j("\"");
2920
2970
  if (e == "name") {
2921
2971
  this.h.l("");
2922
- this.h.j("#" + CodeGeneratingComponentRenderer.e5(this.a3(d, c, true)));
2972
+ this.h.j("#" + CodeGeneratingComponentRenderer.e5(this.a4(d, c, true)));
2923
2973
  }
2924
2974
  };
2925
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.ax = function (a) {
2975
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.ay = function (a) {
2926
2976
  if (!stringIsNullOrEmpty(a.a.e)) {
2927
- this.br(a);
2977
+ this.bs(a);
2928
2978
  return "this." + CodeGeneratingComponentRenderer.e5(a.a.e) + "($event)";
2929
2979
  }
2930
- return this.a0();
2980
+ return this.a1();
2931
2981
  };
2932
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.ag = function (a) {
2982
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
2933
2983
  var b = a.c;
2934
2984
  switch (b.a) {
2935
2985
  case 3: return b.b;
@@ -2939,16 +2989,16 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
2939
2989
  }
2940
2990
  return b.b;
2941
2991
  };
2942
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.a0 = function () {
2992
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function () {
2943
2993
  return "null";
2944
2994
  };
2945
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.av = function (a) {
2995
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
2946
2996
  return CodeGeneratingComponentRenderer.e5(a.a.e);
2947
2997
  };
2948
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a) {
2998
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
2949
2999
  return CodeGeneratingComponentRenderer.e5(a.a.e);
2950
3000
  };
2951
- AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
3001
+ AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a, b, c, d) {
2952
3002
  var e_8, _a;
2953
3003
  if (c.b.knownType == 9) {
2954
3004
  var e = typeCast(IList_$type, c.c);
@@ -3002,12 +3052,12 @@ var AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */
3002
3052
  AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
3003
3053
  return new AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
3004
3054
  };
3005
- AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a7 = function () {
3055
+ AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
3006
3056
  return "Igc";
3007
3057
  };
3008
- AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bg = function (a, b, c) {
3009
- _super.prototype.bg.call(this, a, b, c);
3010
- WebImportsHalper.b(this.k, this.a6, this.a5, this.a7, a, b, c);
3058
+ AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c) {
3059
+ _super.prototype.bh.call(this, a, b, c);
3060
+ WebImportsHalper.d(this.k, this.a7, this.a6, this.a8, a, b, c);
3011
3061
  };
3012
3062
  AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
3013
3063
  return AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter;
@@ -3356,7 +3406,7 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
3356
3406
  function WPFXamlCodeGeneratingComponentRendererCodeEmitter(a, b) {
3357
3407
  return _super.call(this, a, b) || this;
3358
3408
  }
3359
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.a9 = function (a) {
3409
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a) {
3360
3410
  if (a == null || isNaN_(a)) {
3361
3411
  return "";
3362
3412
  }
@@ -3375,10 +3425,10 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
3375
3425
  WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
3376
3426
  return new WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
3377
3427
  };
3378
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
3428
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.get_z = function () {
3379
3429
  return false;
3380
3430
  };
3381
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a, b) {
3431
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a, b) {
3382
3432
  if (b.c == null) {
3383
3433
  return "null";
3384
3434
  }
@@ -3392,20 +3442,20 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
3392
3442
  }
3393
3443
  return d;
3394
3444
  };
3395
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a, b, c) {
3396
- _super.prototype.bc.call(this, a, b, c);
3445
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a, b, c) {
3446
+ _super.prototype.bd.call(this, a, b, c);
3397
3447
  this.h.l("<ig:" + a + "");
3398
3448
  };
3399
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bq = function () {
3449
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.br = function () {
3400
3450
  this.h.l(">");
3401
3451
  this.h.h();
3402
3452
  };
3403
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bl = function (a) {
3453
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bm = function (a) {
3404
3454
  this.h.f();
3405
3455
  this.h.l("</ig:" + a + ">");
3406
- _super.prototype.bl.call(this, a);
3456
+ _super.prototype.bm.call(this, a);
3407
3457
  };
3408
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function (a, b, c, d) {
3458
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
3409
3459
  if (b == "Label" && c.b != null && stringContains(c.b.owningType, "Axis")) {
3410
3460
  if (c.c != null && stringContains(c.c, "{")) {
3411
3461
  if (a > 0) {
@@ -3414,7 +3464,7 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
3414
3464
  this.h.j(b);
3415
3465
  this.h.j("=");
3416
3466
  this.h.j("\"");
3417
- this.h.j("{}" + this.a3(d, c, true));
3467
+ this.h.j("{}" + this.a4(d, c, true));
3418
3468
  this.h.j("\"");
3419
3469
  return;
3420
3470
  }
@@ -3425,10 +3475,10 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
3425
3475
  this.h.j(b);
3426
3476
  this.h.j("=");
3427
3477
  this.h.j("\"");
3428
- this.h.j(this.a3(d, c, true));
3478
+ this.h.j(this.a4(d, c, true));
3429
3479
  this.h.j("\"");
3430
3480
  };
3431
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.ag = function (a) {
3481
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
3432
3482
  var b = a.c;
3433
3483
  switch (b.a) {
3434
3484
  case 3: return b.b;
@@ -3438,25 +3488,25 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
3438
3488
  }
3439
3489
  return b.b;
3440
3490
  };
3441
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.a0 = function () {
3491
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function () {
3442
3492
  return "{x:Null}";
3443
3493
  };
3444
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.av = function (a) {
3494
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
3445
3495
  return "{Binding ElementName=" + a.a.e + "}";
3446
3496
  };
3447
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bs = function (a) {
3497
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bt = function (a) {
3448
3498
  a = stringReplace(a, "-", "_");
3449
3499
  return CodeGeneratingComponentRenderer.e6(a);
3450
3500
  };
3451
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a) {
3452
- this.br(a);
3453
- return "{Binding " + this.bs(a.a.e) + "}";
3501
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
3502
+ this.bs(a);
3503
+ return "{Binding " + this.bt(a.a.e) + "}";
3454
3504
  };
3455
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
3505
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a, b, c, d) {
3456
3506
  var e_10, _a;
3457
3507
  this.h.j("<ig:");
3458
3508
  {
3459
- this.h.j(this.aq);
3509
+ this.h.j(this.ar);
3460
3510
  this.h.j(".");
3461
3511
  }
3462
3512
  this.h.j(b);
@@ -3498,13 +3548,13 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
3498
3548
  this.h.f();
3499
3549
  this.h.j("</ig:");
3500
3550
  {
3501
- this.h.j(this.aq);
3551
+ this.h.j(this.ar);
3502
3552
  this.h.j(".");
3503
3553
  }
3504
3554
  this.h.j(b);
3505
3555
  this.h.l(">");
3506
3556
  };
3507
- WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.get_a7 = function () {
3557
+ WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
3508
3558
  return "Xam";
3509
3559
  };
3510
3560
  WPFXamlCodeGeneratingComponentRendererCodeEmitter.$t = markType(WPFXamlCodeGeneratingComponentRendererCodeEmitter, 'WPFXamlCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
@@ -3519,7 +3569,7 @@ var WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
3519
3569
  function WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b) {
3520
3570
  return _super.call(this, a, b) || this;
3521
3571
  }
3522
- WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a9 = function (a) {
3572
+ WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a) {
3523
3573
  if (a == null || isNaN_(a)) {
3524
3574
  return "";
3525
3575
  }
@@ -3538,7 +3588,7 @@ var WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
3538
3588
  WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
3539
3589
  return new WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
3540
3590
  };
3541
- WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
3591
+ WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_z = function () {
3542
3592
  return false;
3543
3593
  };
3544
3594
  WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
@@ -4063,10 +4113,10 @@ var CodeGenerationContainer = /** @class */ /*@__PURE__*/ (function (_super) {
4063
4113
  j.v(k, true);
4064
4114
  var l = k.toString();
4065
4115
  b.addContainerResult(this.id, l);
4066
- k.be(e);
4067
- k.bh(f);
4068
- k.bd(g);
4069
- k.bf(a, h);
4116
+ k.bf(e);
4117
+ k.bi(f);
4118
+ k.be(g);
4119
+ k.bg(a, h);
4070
4120
  }
4071
4121
  }
4072
4122
  catch (e_16_1) {
@@ -4182,31 +4232,31 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
4182
4232
  var c = this.n();
4183
4233
  if (b) {
4184
4234
  var d = this.q();
4185
- a.a5 = d;
4235
+ a.a6 = d;
4186
4236
  }
4187
4237
  var e = false;
4188
4238
  var f = false;
4189
4239
  if (this.g.containsKey("Name")) {
4190
4240
  e = true;
4191
- a.bp(this.g.item("Name").c);
4241
+ a.bq(this.g.item("Name").c);
4192
4242
  }
4193
4243
  else if (this.g.containsKey("name")) {
4194
4244
  e = true;
4195
- a.bp(this.g.item("name").c);
4245
+ a.bq(this.g.item("name").c);
4196
4246
  }
4197
4247
  else {
4198
4248
  if (b && this.u != null) {
4199
4249
  e = true;
4200
- a.bp(this.u);
4250
+ a.bq(this.u);
4201
4251
  }
4202
4252
  else if (this.f(this.c, a)) {
4203
4253
  f = true;
4204
- a.bo(c);
4205
- if (a.y) {
4254
+ a.bp(c);
4255
+ if (a.z) {
4206
4256
  this.h.add("name");
4207
4257
  this.g.addItem("name", ((function () {
4208
4258
  var $ret = new CodeGenerationItemBuilderPropertyInfo();
4209
- $ret.c = a.ap;
4259
+ $ret.c = a.aq;
4210
4260
  return $ret;
4211
4261
  })()));
4212
4262
  }
@@ -4214,23 +4264,23 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
4214
4264
  this.h.add("Name");
4215
4265
  this.g.addItem("Name", ((function () {
4216
4266
  var $ret = new CodeGenerationItemBuilderPropertyInfo();
4217
- $ret.c = a.ap;
4267
+ $ret.c = a.aq;
4218
4268
  return $ret;
4219
4269
  })()));
4220
4270
  }
4221
4271
  }
4222
4272
  }
4223
- a.bc(this.r(), this.k, this.c);
4273
+ a.bd(this.r(), this.k, this.c);
4224
4274
  var g = 0;
4225
4275
  try {
4226
4276
  for (var _c = __values(fromEnum(this.h)), _d = _c.next(); !_d.done; _d = _c.next()) {
4227
4277
  var h = _d.value;
4228
4278
  var i = this.g.item(h);
4229
- if (i.b == null && h.toLowerCase() == "type") {
4279
+ if (a.x(h, i, this.c)) {
4230
4280
  continue;
4231
4281
  }
4232
4282
  if (this.e(a, h, i)) {
4233
- a.bi(g, h, i, this.c);
4283
+ a.bj(g, h, i, this.c);
4234
4284
  g++;
4235
4285
  }
4236
4286
  }
@@ -4248,17 +4298,17 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
4248
4298
  throw e_17.error;
4249
4299
  }
4250
4300
  }
4251
- a.bq();
4301
+ a.br();
4252
4302
  var j = 0;
4253
4303
  try {
4254
4304
  for (var _e = __values(fromEnum(this.h)), _f = _e.next(); !_f.done; _f = _e.next()) {
4255
4305
  var k = _f.value;
4256
4306
  var l = this.g.item(k);
4257
- if (l.b == null && k.toLowerCase() == "type") {
4307
+ if (a.x(k, l, this.c)) {
4258
4308
  continue;
4259
4309
  }
4260
4310
  if (!this.e(a, k, l)) {
4261
- a.bj(j, k, l, this.c);
4311
+ a.bk(j, k, l, this.c);
4262
4312
  j++;
4263
4313
  }
4264
4314
  }
@@ -4276,19 +4326,22 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
4276
4326
  throw e_18.error;
4277
4327
  }
4278
4328
  }
4279
- a.bk(j);
4280
- a.bl(c);
4329
+ a.bl(j);
4330
+ a.bm(c);
4281
4331
  if (e) {
4282
- a.bn();
4332
+ a.bo();
4283
4333
  }
4284
4334
  else {
4285
4335
  if (f) {
4286
- a.bm();
4336
+ a.bn();
4287
4337
  }
4288
4338
  }
4289
4339
  };
4290
4340
  CodeGenerationItemBuilder.prototype.f = function (a, b) {
4291
4341
  var e_19, _a;
4342
+ if (this.b == 2 && this.c.getMetadata(this.k, "__tagNameWC") != null) {
4343
+ return false;
4344
+ }
4292
4345
  if (b.n) {
4293
4346
  return true;
4294
4347
  }
@@ -4440,6 +4493,9 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
4440
4493
  var b = a.specificExternalType;
4441
4494
  var c = b.split('.');
4442
4495
  if (c.length > 2) {
4496
+ if (c[c.length - 2].toLowerCase() == "grids") {
4497
+ return "data-grids";
4498
+ }
4443
4499
  return c[c.length - 2].toLowerCase();
4444
4500
  }
4445
4501
  }