igniteui-angular-core 16.1.2-beta.0 → 17.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (735) hide show
  1. package/License +1 -1
  2. package/bundles/igniteui-angular-core.umd.js +50539 -48357
  3. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  4. package/esm2015/lib/AxisAnnotationDescriptionMetadata.js +1 -0
  5. package/esm2015/lib/AxisDescriptionMetadata.js +1 -0
  6. package/esm2015/lib/BulletGraphDescriptionMetadata.js +1 -0
  7. package/esm2015/lib/CalendarDateDescriptionMetadata.js +1 -0
  8. package/esm2015/lib/CalendarFormatOptionsDescriptionMetadata.js +1 -0
  9. package/esm2015/lib/CanvasRenderScheduler.js +70 -59
  10. package/esm2015/lib/CaptureImageFormat.js +16 -0
  11. package/esm2015/lib/CaptureImageSettings.js +28 -0
  12. package/esm2015/lib/CellInfoDescriptionMetadata.js +1 -0
  13. package/esm2015/lib/CellKeyDescriptionMetadata.js +1 -0
  14. package/esm2015/lib/CellRangeDescriptionMetadata.js +1 -0
  15. package/esm2015/lib/ChartGroupDescriptionDescriptionMetadata.js +1 -0
  16. package/esm2015/lib/ChartSortDescriptionDescriptionMetadata.js +1 -0
  17. package/esm2015/lib/ChartSummaryDescriptionDescriptionMetadata.js +1 -0
  18. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +709 -579
  19. package/esm2015/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
  20. package/esm2015/lib/CodeGeneratingComponentRendererTemplateEmitter.js +1 -0
  21. package/esm2015/lib/ColumnDependenciesDescriptionModule.js +26 -0
  22. package/esm2015/lib/ColumnGroupDescriptionDescriptionMetadata.js +3 -0
  23. package/esm2015/lib/ColumnSortDescriptionDescriptionMetadata.js +1 -0
  24. package/esm2015/lib/ColumnSummaryDescriptionDescriptionMetadata.js +3 -0
  25. package/esm2015/lib/ColumnWidthDescriptionMetadata.js +1 -0
  26. package/esm2015/lib/ComponentRendererAdapter.js +1 -0
  27. package/esm2015/lib/CrosshairLayerDescription.js +31 -15
  28. package/esm2015/lib/CrosshairLayerDescriptionMetadata.js +2 -0
  29. package/esm2015/lib/DOMWindowBridge.js +12 -0
  30. package/esm2015/lib/DataContextDescriptionMetadata.js +1 -0
  31. package/esm2015/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +1 -1
  32. package/esm2015/lib/DataGridSummaryResultDescriptionMetadata.js +1 -0
  33. package/esm2015/lib/DataLegendDescriptionMetadata.js +2 -0
  34. package/esm2015/lib/DataSourceAggregatedResultDescriptionMetadata.js +1 -0
  35. package/esm2015/lib/DataSourceSpecialRowDescriptionMetadata.js +1 -0
  36. package/esm2015/lib/DataToolTipLayerDescriptionMetadata.js +2 -0
  37. package/esm2015/lib/DateRangeDescriptorDescriptionMetadata.js +1 -0
  38. package/esm2015/lib/DateTimeCellInfoDescriptionMetadata.js +1 -0
  39. package/esm2015/lib/DateTimeColumnDescriptionMetadata.js +1 -0
  40. package/esm2015/lib/DateTimeFormatSpecifierDescriptionMetadata.js +7 -0
  41. package/esm2015/lib/DelayManager.js +4 -4
  42. package/esm2015/lib/{DelayManager_CallbackSettings.js → DelayManagerCallbackSettings.js} +4 -4
  43. package/esm2015/lib/DomainChartDescriptionMetadata.js +2 -0
  44. package/esm2015/lib/DotNetCodeGeneratingComponentRendererHandlerEmitter.js +1 -1
  45. package/esm2015/lib/FilterExpressionDescriptionMetadata.js +1 -0
  46. package/esm2015/lib/FilterOperandDescriptionMetadata_combined.js +1 -0
  47. package/esm2015/lib/FinalValueLayerDescription.js +21 -13
  48. package/esm2015/lib/FinalValueLayerDescriptionMetadata.js +1 -0
  49. package/esm2015/lib/FinancialChartDescriptionModule.js +2 -2
  50. package/esm2015/lib/FocusOptionsDescriptionMetadata.js +1 -0
  51. package/esm2015/lib/FormatSpecifierDescriptionMetadata.js +1 -0
  52. package/esm2015/lib/GridCellPositionDescriptionMetadata.js +1 -0
  53. package/esm2015/lib/INativeUIElementBridge_combined.js +2 -2
  54. package/esm2015/lib/IgCollection.js +3 -0
  55. package/esm2015/lib/ImageCapturedEventArgs.js +34 -0
  56. package/esm2015/lib/LinearGaugeDescriptionMetadata.js +1 -0
  57. package/esm2015/lib/ListPanelDescriptionMetadata.js +1 -1
  58. package/esm2015/lib/NativeUI.js +81 -75
  59. package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
  60. package/esm2015/lib/NativeUIPopup.js +31 -19
  61. package/esm2015/lib/NativeUIPopupDirection.js +1 -1
  62. package/esm2015/lib/NativeUIPopupPointerPosition.js +1 -1
  63. package/esm2015/lib/NativeUIWindow.js +14 -2
  64. package/esm2015/lib/NumberFormatSpecifierDescriptionMetadata.js +7 -0
  65. package/esm2015/lib/NumericAxisBaseDescriptionMetadata.js +1 -0
  66. package/esm2015/lib/NumericCellInfoDescriptionMetadata.js +1 -0
  67. package/esm2015/lib/NumericColumnDescriptionMetadata.js +1 -0
  68. package/esm2015/lib/PieChartBaseDescriptionMetadata.js +4 -0
  69. package/esm2015/lib/PieSliceDataContextDescriptionMetadata.js +1 -0
  70. package/esm2015/lib/PopupDescription.js +75 -51
  71. package/esm2015/lib/PopupDescriptionMetadata.js +4 -1
  72. package/esm2015/lib/PopupDirection.js +10 -2
  73. package/esm2015/lib/PopupPointerPosition.js +6 -3
  74. package/esm2015/lib/PopupView_combined.js +807 -532
  75. package/esm2015/lib/Popup_OuterAnimationInfo.js +6 -4
  76. package/esm2015/lib/PrimaryKeyValueDescriptionMetadata.js +1 -0
  77. package/esm2015/lib/RadialGaugeDescriptionMetadata.js +1 -0
  78. package/esm2015/lib/RingSeriesBaseDescriptionMetadata.js +4 -0
  79. package/esm2015/lib/SectionInformationDescriptionMetadata.js +1 -0
  80. package/esm2015/lib/SparklineDescriptionMetadata.js +2 -0
  81. package/esm2015/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +9 -1
  82. package/esm2015/lib/TSCodeGeneratingComponentRendererTemplateEmitter.js +6 -1
  83. package/esm2015/lib/TemplateContainerDescriptionModule.js +18 -0
  84. package/esm2015/lib/ToolActionDescriptionMetadata.js +79 -1
  85. package/esm2015/lib/ToolActionEventDetailDescription.js +23 -23
  86. package/esm2015/lib/ToolActionEventDetailDescriptionMetadata.js +38 -1
  87. package/esm2015/lib/ToolActionInfo.js +7 -0
  88. package/esm2015/lib/ToolActionInfoDescriptionMetadata.js +1 -0
  89. package/esm2015/lib/ToolActionPerformedEventArgsDescriptionMetadata.js +35 -1
  90. package/esm2015/lib/ToolCommandArgumentDescriptionMetadata.js +1 -0
  91. package/esm2015/lib/ToolCommandDescriptionMetadata.js +1 -0
  92. package/esm2015/lib/ToolCommandExecutionState.js +17 -0
  93. package/esm2015/lib/UIElementPropertyAccessorFactory_combined.js +5 -1
  94. package/esm2015/lib/UIElementPropertyId.js +1 -1
  95. package/esm2015/lib/ValueLayerDescription.js +31 -15
  96. package/esm2015/lib/ValueLayerDescriptionMetadata.js +2 -0
  97. package/esm2015/lib/WebActionStripDescription.js +3 -11
  98. package/esm2015/lib/WebActionStripDescriptionMetadata.js +1 -1
  99. package/esm2015/lib/WebActiveNodeChangeEventArgsDescriptionMetadata.js +5 -1
  100. package/esm2015/lib/WebActiveNodeChangeEventArgsDetailDescriptionMetadata.js +1 -1
  101. package/esm2015/lib/WebActivePaneEventArgsDescriptionMetadata.js +1 -0
  102. package/esm2015/lib/WebActivePaneEventArgsDetailDescriptionMetadata.js +1 -0
  103. package/esm2015/lib/WebActiveStepChangedArgsDetailDescriptionMetadata.js +1 -0
  104. package/esm2015/lib/WebActiveStepChangedArgsEventArgsDescriptionMetadata.js +1 -0
  105. package/esm2015/lib/WebActiveStepChangingArgsDetailDescriptionMetadata.js +1 -0
  106. package/esm2015/lib/WebActiveStepChangingArgsEventArgsDescriptionMetadata.js +1 -0
  107. package/esm2015/lib/WebBaseEventArgsDescriptionMetadata.js +5 -1
  108. package/esm2015/lib/WebBaseEventArgsDetailDescriptionMetadata.js +1 -1
  109. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +92 -34
  110. package/esm2015/lib/WebCalendarResourceStringsDescriptionMetadata.js +1 -0
  111. package/esm2015/lib/WebCancelableBrowserEventArgsDescriptionMetadata.js +1 -1
  112. package/esm2015/lib/WebCancelableBrowserEventArgsDetailDescriptionMetadata.js +1 -1
  113. package/esm2015/lib/WebCancelableEventArgsDescriptionMetadata.js +5 -1
  114. package/esm2015/lib/WebCancelableEventArgsDetailDescriptionMetadata.js +1 -1
  115. package/esm2015/lib/WebCellTemplateContextDescriptionMetadata.js +1 -1
  116. package/esm2015/lib/WebCellTypeDescription.js +1 -142
  117. package/esm2015/lib/WebCellTypeDescription_combined.js +352 -0
  118. package/esm2015/lib/WebClipboardOptionsDescription.js +58 -0
  119. package/esm2015/lib/WebClipboardOptionsDescriptionMetadata.js +47 -0
  120. package/esm2015/lib/WebColumnComponentEventArgsDescriptionMetadata.js +5 -0
  121. package/esm2015/lib/WebColumnDescription.js +75 -75
  122. package/esm2015/lib/WebColumnDescriptionMetadata.js +4 -6
  123. package/esm2015/lib/WebColumnGroupDescription.js +11 -3
  124. package/esm2015/lib/WebColumnGroupDescriptionMetadata.js +1 -0
  125. package/esm2015/lib/WebColumnMovingEndEventArgsDescriptionMetadata.js +5 -1
  126. package/esm2015/lib/WebColumnMovingEndEventArgsDetailDescriptionMetadata.js +1 -1
  127. package/esm2015/lib/WebColumnMovingEventArgsDescriptionMetadata.js +5 -1
  128. package/esm2015/lib/WebColumnMovingEventArgsDetailDescriptionMetadata.js +1 -1
  129. package/esm2015/lib/WebColumnMovingStartEventArgsDescriptionMetadata.js +5 -1
  130. package/esm2015/lib/WebColumnMovingStartEventArgsDetailDescriptionMetadata.js +1 -1
  131. package/esm2015/lib/WebColumnResizeEventArgsDescriptionMetadata.js +5 -1
  132. package/esm2015/lib/WebColumnResizeEventArgsDetailDescriptionMetadata.js +1 -1
  133. package/esm2015/lib/WebColumnSelectionEventArgsDescriptionMetadata.js +5 -1
  134. package/esm2015/lib/WebColumnSelectionEventArgsDetailDescription.js +36 -17
  135. package/esm2015/lib/WebColumnSelectionEventArgsDetailDescriptionMetadata.js +3 -3
  136. package/esm2015/lib/WebColumnTemplateContextDescriptionMetadata.js +1 -1
  137. package/esm2015/lib/WebColumnToggledEventArgsDescriptionMetadata.js +5 -1
  138. package/esm2015/lib/WebColumnToggledEventArgsDetailDescriptionMetadata.js +1 -1
  139. package/esm2015/lib/WebColumnVisibilityChangedEventArgsDescriptionMetadata.js +5 -1
  140. package/esm2015/lib/WebColumnVisibilityChangedEventArgsDetailDescriptionMetadata.js +1 -1
  141. package/esm2015/lib/WebColumnVisibilityChangingEventArgsDescriptionMetadata.js +5 -1
  142. package/esm2015/lib/WebColumnVisibilityChangingEventArgsDetailDescription.js +32 -5
  143. package/esm2015/lib/WebColumnVisibilityChangingEventArgsDetailDescriptionMetadata.js +4 -3
  144. package/esm2015/lib/WebColumnsAutoGeneratedEventArgsDescriptionMetadata.js +5 -1
  145. package/esm2015/lib/WebColumnsAutoGeneratedEventArgsDetailDescriptionMetadata.js +1 -1
  146. package/esm2015/lib/WebComboChangeEventArgsDescriptionMetadata.js +1 -0
  147. package/esm2015/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -0
  148. package/esm2015/lib/WebComponentBoolValueChangedEventArgsDescriptionMetadata.js +1 -0
  149. package/esm2015/lib/WebComponentDateValueChangedEventArgsDescriptionMetadata.js +1 -0
  150. package/esm2015/lib/WebComponentValueChangedEventArgsDescriptionMetadata.js +1 -0
  151. package/esm2015/lib/WebContentPaneDescriptionMetadata.js +1 -0
  152. package/esm2015/lib/WebDensityChangedEventArgsDescriptionMetadata.js +5 -1
  153. package/esm2015/lib/WebDensityChangedEventArgsDetailDescriptionMetadata.js +1 -1
  154. package/esm2015/lib/WebDimensionsChangeDetailDescriptionMetadata.js +1 -1
  155. package/esm2015/lib/WebDimensionsChangeEventArgsDescriptionMetadata.js +5 -0
  156. package/esm2015/lib/WebDisplayDensityBaseElementDescriptionMetadata.js +4 -0
  157. package/esm2015/lib/WebDockManagerLayoutDescriptionMetadata.js +1 -0
  158. package/esm2015/lib/WebDockManagerPaneDescriptionMetadata.js +1 -0
  159. package/esm2015/lib/WebDockManagerPointDescriptionMetadata.js +1 -0
  160. package/esm2015/lib/WebDocumentHostDescriptionMetadata.js +1 -0
  161. package/esm2015/lib/WebDropdownItemComponentEventArgsDescriptionMetadata.js +1 -0
  162. package/esm2015/lib/WebExpansionPanelDescriptionMetadata_combined.js +1 -0
  163. package/esm2015/lib/WebExporterEventDescriptionMetadata.js +0 -1
  164. package/esm2015/lib/WebExporterEventDetailDescriptionMetadata.js +1 -1
  165. package/esm2015/lib/WebExporterEventEventArgsDescriptionMetadata.js +5 -0
  166. package/esm2015/lib/WebFilteringEventArgsDescriptionMetadata.js +5 -1
  167. package/esm2015/lib/WebFilteringEventArgsDetailDescription.js +26 -7
  168. package/esm2015/lib/WebFilteringEventArgsDetailDescriptionMetadata.js +3 -3
  169. package/esm2015/lib/WebFilteringExpressionDescriptionMetadata.js +2 -0
  170. package/esm2015/lib/WebFilteringExpressionsTreeDescriptionMetadata.js +1 -0
  171. package/esm2015/lib/WebFilteringExpressionsTreeDetailDescriptionMetadata.js +1 -0
  172. package/esm2015/lib/WebFilteringExpressionsTreeEventArgsDescriptionMetadata.js +5 -0
  173. package/esm2015/lib/WebFilteringOperationDescriptionMetadata.js +2 -0
  174. package/esm2015/lib/WebFloatingPaneResizeEventArgsDescriptionMetadata.js +1 -0
  175. package/esm2015/lib/WebFloatingPaneResizeEventArgsDetailDescriptionMetadata.js +1 -0
  176. package/esm2015/lib/WebFloatingPaneResizeMoveEventArgsDescriptionMetadata.js +1 -0
  177. package/esm2015/lib/WebFloatingPaneResizeMoveEventArgsDetailDescriptionMetadata.js +1 -0
  178. package/esm2015/lib/WebForOfDataChangingEventArgsDescriptionMetadata.js +5 -1
  179. package/esm2015/lib/WebForOfDataChangingEventArgsDetailDescriptionMetadata.js +1 -1
  180. package/esm2015/lib/WebForOfStateDetailDescriptionMetadata.js +1 -1
  181. package/esm2015/lib/WebForOfStateEventArgsDescriptionMetadata.js +5 -0
  182. package/esm2015/lib/WebFormDataDescriptionMetadata.js +1 -0
  183. package/esm2015/lib/WebFormDataEventArgsDescriptionMetadata.js +1 -0
  184. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +169 -153
  185. package/esm2015/lib/WebGridCellEventArgsDetailDescription.js +8 -0
  186. package/esm2015/lib/WebGridCellIdentifierDescriptionMetadata.js +1 -0
  187. package/esm2015/lib/WebGridClipboardEventDescriptionMetadata.js +0 -1
  188. package/esm2015/lib/WebGridClipboardEventDetailDescriptionMetadata.js +1 -1
  189. package/esm2015/lib/WebGridClipboardEventEventArgsDescriptionMetadata.js +5 -0
  190. package/esm2015/lib/WebGridDescription.js +45 -45
  191. package/esm2015/lib/WebGridDescriptionMetadata.js +1 -1
  192. package/esm2015/lib/WebGridDescriptionModule.js +8 -0
  193. package/esm2015/lib/WebGridEditEventArgsDetailDescription.js +96 -5
  194. package/esm2015/lib/WebGridEmptyTemplateContextDescriptionMetadata.js +1 -1
  195. package/esm2015/lib/WebGridHeaderTemplateContextDescriptionMetadata.js +1 -1
  196. package/esm2015/lib/WebGridKeydownEventArgsDescriptionMetadata.js +5 -1
  197. package/esm2015/lib/WebGridKeydownEventArgsDetailDescription.js +13 -5
  198. package/esm2015/lib/WebGridKeydownEventArgsDetailDescriptionMetadata.js +2 -1
  199. package/esm2015/lib/WebGridMasterDetailContextDescriptionMetadata.js +1 -1
  200. package/esm2015/lib/WebGridRowDescriptionMetadata.js +1 -0
  201. package/esm2015/lib/WebGridRowDragGhostContextDescriptionMetadata.js +1 -1
  202. package/esm2015/lib/WebGridRowEditActionsTemplateContextDescription.js +8 -0
  203. package/esm2015/lib/WebGridRowEditActionsTemplateContextDescriptionMetadata.js +2 -1
  204. package/esm2015/lib/WebGridRowEditTextTemplateContextDescriptionMetadata.js +1 -1
  205. package/esm2015/lib/WebGridRowTemplateContextDescriptionMetadata.js +1 -1
  206. package/esm2015/lib/WebGridScrollEventArgsDescriptionMetadata.js +5 -1
  207. package/esm2015/lib/WebGridScrollEventArgsDetailDescription.js +11 -3
  208. package/esm2015/lib/WebGridScrollEventArgsDetailDescriptionMetadata.js +2 -1
  209. package/esm2015/lib/WebGridSelectionRangeDescriptionMetadata.js +2 -0
  210. package/esm2015/lib/WebGridSelectionRangeDetailDescriptionMetadata.js +1 -1
  211. package/esm2015/lib/WebGridSelectionRangeEventArgsDescriptionMetadata.js +5 -0
  212. package/esm2015/lib/WebGridTemplateContextDescriptionMetadata.js +1 -1
  213. package/esm2015/lib/WebGroupByRecordDescriptionMetadata.js +0 -1
  214. package/esm2015/lib/WebGroupByRowSelectorTemplateContextDescriptionMetadata.js +1 -1
  215. package/esm2015/lib/WebGroupByRowSelectorTemplateDetailsDescriptionMetadata.js +0 -1
  216. package/esm2015/lib/WebGroupByRowTemplateContextDescriptionMetadata.js +1 -1
  217. package/esm2015/lib/WebGroupByRowTemplateContextEventArgsDescriptionMetadata.js +1 -0
  218. package/esm2015/lib/WebGroupingDoneEventArgsDescriptionMetadata.js +5 -1
  219. package/esm2015/lib/WebGroupingDoneEventArgsDetailDescriptionMetadata.js +1 -1
  220. package/esm2015/lib/WebGroupingExpressionDescriptionMetadata.js +1 -0
  221. package/esm2015/lib/WebGroupingExpressionEventArgsDescriptionMetadata.js +1 -0
  222. package/esm2015/lib/WebHeadSelectorTemplateContextDescriptionMetadata.js +1 -1
  223. package/esm2015/lib/WebHeadSelectorTemplateDetailsDescriptionMetadata.js +0 -1
  224. package/esm2015/lib/WebHeaderTypeDescriptionMetadata.js +0 -1
  225. package/esm2015/lib/WebImportsHalper.js +8 -1
  226. package/esm2015/lib/WebLayoutChangeEventArgsDescriptionMetadata.js +1 -0
  227. package/esm2015/lib/WebNumberEventArgsDescriptionMetadata.js +1 -0
  228. package/esm2015/lib/WebPageCancellableEventArgsDescriptionMetadata.js +5 -1
  229. package/esm2015/lib/WebPageCancellableEventArgsDetailDescriptionMetadata.js +1 -1
  230. package/esm2015/lib/WebPageEventArgsDescriptionMetadata.js +5 -1
  231. package/esm2015/lib/WebPageEventArgsDetailDescriptionMetadata.js +1 -1
  232. package/esm2015/lib/WebPaginatorDescriptionMetadata.js +1 -0
  233. package/esm2015/lib/WebPaneCloseEventArgsDescriptionMetadata.js +1 -0
  234. package/esm2015/lib/WebPaneCloseEventArgsDetailDescriptionMetadata.js +1 -0
  235. package/esm2015/lib/WebPaneDragActionDescriptionMetadata.js +1 -0
  236. package/esm2015/lib/WebPaneDragEndEventArgsDescriptionMetadata.js +1 -0
  237. package/esm2015/lib/WebPaneDragEndEventArgsDetailDescriptionMetadata.js +1 -0
  238. package/esm2015/lib/WebPaneDragOverEventArgsDescriptionMetadata.js +1 -0
  239. package/esm2015/lib/WebPaneDragOverEventArgsDetailDescriptionMetadata.js +1 -0
  240. package/esm2015/lib/WebPaneDragStartEventArgsDescriptionMetadata.js +1 -0
  241. package/esm2015/lib/WebPaneDragStartEventArgsDetailDescriptionMetadata.js +1 -0
  242. package/esm2015/lib/WebPaneHeaderConnectionEventArgsDescriptionMetadata.js +1 -0
  243. package/esm2015/lib/WebPaneHeaderConnectionEventArgsDetailDescriptionMetadata.js +1 -0
  244. package/esm2015/lib/WebPaneHeaderElementDescriptionMetadata.js +1 -0
  245. package/esm2015/lib/WebPanePinnedEventArgsDescriptionMetadata.js +1 -0
  246. package/esm2015/lib/WebPanePinnedEventArgsDetailDescriptionMetadata.js +1 -0
  247. package/esm2015/lib/WebPinColumnCancellableEventArgsDescriptionMetadata.js +5 -1
  248. package/esm2015/lib/WebPinColumnCancellableEventArgsDetailDescription.js +40 -5
  249. package/esm2015/lib/WebPinColumnCancellableEventArgsDetailDescriptionMetadata.js +7 -3
  250. package/esm2015/lib/WebPinColumnEventArgsDescriptionMetadata.js +5 -1
  251. package/esm2015/lib/WebPinColumnEventArgsDetailDescriptionMetadata.js +1 -1
  252. package/esm2015/lib/WebPinRowEventArgsDetailDescription.js +36 -17
  253. package/esm2015/lib/WebPivotAggregatorDescriptionMetadata.js +1 -0
  254. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +5 -1
  255. package/esm2015/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +1 -1
  256. package/esm2015/lib/WebPivotConfigurationDescriptionMetadata.js +1 -0
  257. package/esm2015/lib/WebPivotDataSelectorDescriptionModule.js +2 -0
  258. package/esm2015/lib/WebPivotDimensionDescriptionMetadata.js +1 -0
  259. package/esm2015/lib/WebPivotDimensionDetailDescriptionMetadata.js +1 -1
  260. package/esm2015/lib/WebPivotDimensionEventArgsDescriptionMetadata.js +5 -0
  261. package/esm2015/lib/WebPivotGridDescription.js +36 -36
  262. package/esm2015/lib/WebPivotGridDescriptionModule.js +4 -0
  263. package/esm2015/lib/WebPivotGridValueTemplateContextDescriptionMetadata.js +1 -1
  264. package/esm2015/lib/WebPivotKeysDescriptionMetadata.js +1 -0
  265. package/esm2015/lib/WebPivotValueDescriptionMetadata.js +1 -0
  266. package/esm2015/lib/WebPivotValueDetailDescriptionMetadata.js +1 -1
  267. package/esm2015/lib/WebPivotValueEventArgsDescriptionMetadata.js +5 -0
  268. package/esm2015/lib/WebRangeSliderValueDescriptionMetadata.js +1 -0
  269. package/esm2015/lib/WebRowDataEventArgsDescriptionMetadata.js +5 -1
  270. package/esm2015/lib/WebRowDataEventArgsDetailDescriptionMetadata.js +1 -1
  271. package/esm2015/lib/WebRowDirectiveDescriptionMetadata.js +1 -0
  272. package/esm2015/lib/WebRowDragStartEventArgsDetailDescription.js +29 -10
  273. package/esm2015/lib/WebRowExportingEventArgsDescriptionMetadata.js +5 -1
  274. package/esm2015/lib/WebRowExportingEventArgsDetailDescriptionMetadata.js +1 -1
  275. package/esm2015/lib/WebRowSelectionEventArgsDescriptionMetadata.js +5 -1
  276. package/esm2015/lib/WebRowSelectionEventArgsDetailDescription.js +37 -18
  277. package/esm2015/lib/WebRowSelectionEventArgsDetailDescriptionMetadata.js +3 -3
  278. package/esm2015/lib/WebRowSelectorTemplateContextDescriptionMetadata.js +1 -1
  279. package/esm2015/lib/WebRowSelectorTemplateDetailsDescriptionMetadata.js +0 -1
  280. package/esm2015/lib/WebRowToggleEventArgsDescriptionMetadata.js +5 -1
  281. package/esm2015/lib/WebRowToggleEventArgsDetailDescriptionMetadata.js +1 -1
  282. package/esm2015/lib/WebRowTypeDescription.js +1 -198
  283. package/esm2015/lib/WebSortingEventArgsDescriptionMetadata.js +5 -1
  284. package/esm2015/lib/WebSortingEventArgsDetailDescription.js +30 -11
  285. package/esm2015/lib/WebSortingEventArgsDetailDescriptionMetadata.js +3 -3
  286. package/esm2015/lib/WebSortingExpressionDescriptionMetadata.js +1 -0
  287. package/esm2015/lib/WebSortingExpressionEventArgsDescriptionMetadata.js +5 -0
  288. package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
  289. package/esm2015/lib/WebSummaryExpressionDescription.js +11 -3
  290. package/esm2015/lib/WebSummaryExpressionDescriptionMetadata.js +4 -0
  291. package/esm2015/lib/WebSummaryResultDescriptionMetadata.js +2 -0
  292. package/esm2015/lib/WebSummaryTemplateContextDescriptionMetadata.js +1 -1
  293. package/esm2015/lib/WebTabComponentEventArgsDescriptionMetadata.js +1 -0
  294. package/esm2015/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
  295. package/esm2015/lib/WebTabHeaderConnectionEventArgsDescriptionMetadata.js +1 -0
  296. package/esm2015/lib/WebTabHeaderConnectionEventArgsDetailDescriptionMetadata.js +1 -0
  297. package/esm2015/lib/WebTabHeaderElementDescriptionMetadata.js +1 -0
  298. package/esm2015/lib/WebToggleViewCancelableEventArgsDescriptionMetadata.js +5 -1
  299. package/esm2015/lib/WebToggleViewCancelableEventArgsDetailDescription.js +16 -5
  300. package/esm2015/lib/WebToggleViewCancelableEventArgsDetailDescriptionMetadata.js +2 -3
  301. package/esm2015/lib/WebToggleViewEventArgsDescriptionMetadata.js +5 -1
  302. package/esm2015/lib/WebToggleViewEventArgsDetailDescriptionMetadata.js +1 -1
  303. package/esm2015/lib/WebTreeGridDescription.js +28 -28
  304. package/esm2015/lib/WebTreeGridDescriptionModule.js +2 -0
  305. package/esm2015/lib/WebTreeGridRecordDescriptionMetadata.js +1 -0
  306. package/esm2015/lib/WebTreeItemComponentEventArgsDescriptionMetadata.js +1 -0
  307. package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +1 -0
  308. package/esm2015/lib/WebValuesChangeDetailDescriptionMetadata.js +1 -1
  309. package/esm2015/lib/WebValuesChangeEventArgsDescriptionMetadata.js +5 -0
  310. package/esm2015/lib/XYChartDescriptionMetadata.js +2 -0
  311. package/esm2015/lib/XamMultiScaleImageView_combined.js +3 -3
  312. package/esm2015/lib/XmlChar.js +2 -2
  313. package/esm2015/lib/XmlReader_combined.js +1 -1
  314. package/esm2015/lib/componentUtil.js +55 -1
  315. package/esm2015/lib/igx-cancel-event-args.js +3 -0
  316. package/esm2015/lib/igx-cancelling-multi-scale-image-event-args.js +3 -0
  317. package/esm2015/lib/igx-capture-image-settings.js +49 -0
  318. package/esm2015/lib/igx-data-legend-series-context.js +3 -0
  319. package/esm2015/lib/igx-data-legend-series-value-info.js +3 -0
  320. package/esm2015/lib/igx-focus-event-args.js +3 -0
  321. package/esm2015/lib/igx-format-specifier.js +3 -0
  322. package/esm2015/lib/igx-image-captured-event-args.js +52 -0
  323. package/esm2015/lib/igx-on-closed-event-args.js +3 -0
  324. package/esm2015/lib/igx-on-popup-event-args.js +3 -0
  325. package/esm2015/lib/igx-popup-component.js +70 -37
  326. package/esm2015/lib/igx-provide-calculator-event-args.js +3 -0
  327. package/esm2015/lib/igx-shape-filter-record-event-args.js +3 -0
  328. package/esm2015/lib/igx-style.js +3 -0
  329. package/esm2015/lib/type.js +1 -1
  330. package/esm2015/public_api.js +22 -12
  331. package/esm5/lib/AxisAnnotationDescriptionMetadata.js +1 -0
  332. package/esm5/lib/AxisDescriptionMetadata.js +1 -0
  333. package/esm5/lib/BulletGraphDescriptionMetadata.js +1 -0
  334. package/esm5/lib/CalendarDateDescriptionMetadata.js +1 -0
  335. package/esm5/lib/CalendarFormatOptionsDescriptionMetadata.js +1 -0
  336. package/esm5/lib/CanvasRenderScheduler.js +74 -59
  337. package/esm5/lib/CaptureImageFormat.js +16 -0
  338. package/esm5/lib/CaptureImageSettings.js +34 -0
  339. package/esm5/lib/CellInfoDescriptionMetadata.js +1 -0
  340. package/esm5/lib/CellKeyDescriptionMetadata.js +1 -0
  341. package/esm5/lib/CellRangeDescriptionMetadata.js +1 -0
  342. package/esm5/lib/ChartGroupDescriptionDescriptionMetadata.js +1 -0
  343. package/esm5/lib/ChartSortDescriptionDescriptionMetadata.js +1 -0
  344. package/esm5/lib/ChartSummaryDescriptionDescriptionMetadata.js +1 -0
  345. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +717 -579
  346. package/esm5/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
  347. package/esm5/lib/CodeGeneratingComponentRendererTemplateEmitter.js +1 -0
  348. package/esm5/lib/ColumnDependenciesDescriptionModule.js +30 -0
  349. package/esm5/lib/ColumnGroupDescriptionDescriptionMetadata.js +3 -0
  350. package/esm5/lib/ColumnSortDescriptionDescriptionMetadata.js +1 -0
  351. package/esm5/lib/ColumnSummaryDescriptionDescriptionMetadata.js +3 -0
  352. package/esm5/lib/ColumnWidthDescriptionMetadata.js +1 -0
  353. package/esm5/lib/ComponentRendererAdapter.js +1 -0
  354. package/esm5/lib/CrosshairLayerDescription.js +39 -15
  355. package/esm5/lib/CrosshairLayerDescriptionMetadata.js +2 -0
  356. package/esm5/lib/DOMWindowBridge.js +12 -0
  357. package/esm5/lib/DataContextDescriptionMetadata.js +1 -0
  358. package/esm5/lib/DataGridCellEventArgsDescriptionMetadata_combined.js +1 -1
  359. package/esm5/lib/DataGridSummaryResultDescriptionMetadata.js +1 -0
  360. package/esm5/lib/DataLegendDescriptionMetadata.js +2 -0
  361. package/esm5/lib/DataSourceAggregatedResultDescriptionMetadata.js +1 -0
  362. package/esm5/lib/DataSourceSpecialRowDescriptionMetadata.js +1 -0
  363. package/esm5/lib/DataToolTipLayerDescriptionMetadata.js +2 -0
  364. package/esm5/lib/DateRangeDescriptorDescriptionMetadata.js +1 -0
  365. package/esm5/lib/DateTimeCellInfoDescriptionMetadata.js +1 -0
  366. package/esm5/lib/DateTimeColumnDescriptionMetadata.js +1 -0
  367. package/esm5/lib/DateTimeFormatSpecifierDescriptionMetadata.js +7 -0
  368. package/esm5/lib/DelayManager.js +4 -4
  369. package/esm5/lib/{DelayManager_CallbackSettings.js → DelayManagerCallbackSettings.js} +6 -6
  370. package/esm5/lib/DomainChartDescriptionMetadata.js +2 -0
  371. package/esm5/lib/DotNetCodeGeneratingComponentRendererHandlerEmitter.js +1 -1
  372. package/esm5/lib/FilterExpressionDescriptionMetadata.js +1 -0
  373. package/esm5/lib/FilterOperandDescriptionMetadata_combined.js +1 -0
  374. package/esm5/lib/FinalValueLayerDescription.js +25 -13
  375. package/esm5/lib/FinalValueLayerDescriptionMetadata.js +1 -0
  376. package/esm5/lib/FinancialChartDescriptionModule.js +2 -2
  377. package/esm5/lib/FocusOptionsDescriptionMetadata.js +1 -0
  378. package/esm5/lib/FormatSpecifierDescriptionMetadata.js +1 -0
  379. package/esm5/lib/GridCellPositionDescriptionMetadata.js +1 -0
  380. package/esm5/lib/INativeUIElementBridge_combined.js +2 -2
  381. package/esm5/lib/IgCollection.js +3 -0
  382. package/esm5/lib/ImageCapturedEventArgs.js +48 -0
  383. package/esm5/lib/LinearGaugeDescriptionMetadata.js +1 -0
  384. package/esm5/lib/ListPanelDescriptionMetadata.js +1 -1
  385. package/esm5/lib/NativeUI.js +81 -75
  386. package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
  387. package/esm5/lib/NativeUIPopup.js +36 -12
  388. package/esm5/lib/NativeUIPopupDirection.js +1 -1
  389. package/esm5/lib/NativeUIPopupPointerPosition.js +1 -1
  390. package/esm5/lib/NativeUIWindow.js +14 -2
  391. package/esm5/lib/NumberFormatSpecifierDescriptionMetadata.js +7 -0
  392. package/esm5/lib/NumericAxisBaseDescriptionMetadata.js +1 -0
  393. package/esm5/lib/NumericCellInfoDescriptionMetadata.js +1 -0
  394. package/esm5/lib/NumericColumnDescriptionMetadata.js +1 -0
  395. package/esm5/lib/PieChartBaseDescriptionMetadata.js +4 -0
  396. package/esm5/lib/PieSliceDataContextDescriptionMetadata.js +1 -0
  397. package/esm5/lib/PopupDescription.js +87 -51
  398. package/esm5/lib/PopupDescriptionMetadata.js +4 -1
  399. package/esm5/lib/PopupDirection.js +10 -2
  400. package/esm5/lib/PopupPointerPosition.js +6 -3
  401. package/esm5/lib/PopupView_combined.js +840 -517
  402. package/esm5/lib/Popup_OuterAnimationInfo.js +6 -4
  403. package/esm5/lib/PrimaryKeyValueDescriptionMetadata.js +1 -0
  404. package/esm5/lib/RadialGaugeDescriptionMetadata.js +1 -0
  405. package/esm5/lib/RingSeriesBaseDescriptionMetadata.js +4 -0
  406. package/esm5/lib/SectionInformationDescriptionMetadata.js +1 -0
  407. package/esm5/lib/SparklineDescriptionMetadata.js +2 -0
  408. package/esm5/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +9 -1
  409. package/esm5/lib/TSCodeGeneratingComponentRendererTemplateEmitter.js +6 -1
  410. package/esm5/lib/TemplateContainerDescriptionModule.js +22 -0
  411. package/esm5/lib/ToolActionDescriptionMetadata.js +83 -1
  412. package/esm5/lib/ToolActionEventDetailDescription.js +22 -22
  413. package/esm5/lib/ToolActionEventDetailDescriptionMetadata.js +42 -1
  414. package/esm5/lib/ToolActionInfo.js +11 -0
  415. package/esm5/lib/ToolActionInfoDescriptionMetadata.js +1 -0
  416. package/esm5/lib/ToolActionPerformedEventArgsDescriptionMetadata.js +39 -1
  417. package/esm5/lib/ToolCommandArgumentDescriptionMetadata.js +1 -0
  418. package/esm5/lib/ToolCommandDescriptionMetadata.js +1 -0
  419. package/esm5/lib/ToolCommandExecutionState.js +17 -0
  420. package/esm5/lib/UIElementPropertyAccessorFactory_combined.js +5 -1
  421. package/esm5/lib/UIElementPropertyId.js +1 -1
  422. package/esm5/lib/ValueLayerDescription.js +39 -15
  423. package/esm5/lib/ValueLayerDescriptionMetadata.js +2 -0
  424. package/esm5/lib/WebActionStripDescription.js +3 -15
  425. package/esm5/lib/WebActionStripDescriptionMetadata.js +1 -1
  426. package/esm5/lib/WebActiveNodeChangeEventArgsDescriptionMetadata.js +5 -1
  427. package/esm5/lib/WebActiveNodeChangeEventArgsDetailDescriptionMetadata.js +1 -1
  428. package/esm5/lib/WebActivePaneEventArgsDescriptionMetadata.js +1 -0
  429. package/esm5/lib/WebActivePaneEventArgsDetailDescriptionMetadata.js +1 -0
  430. package/esm5/lib/WebActiveStepChangedArgsDetailDescriptionMetadata.js +1 -0
  431. package/esm5/lib/WebActiveStepChangedArgsEventArgsDescriptionMetadata.js +1 -0
  432. package/esm5/lib/WebActiveStepChangingArgsDetailDescriptionMetadata.js +1 -0
  433. package/esm5/lib/WebActiveStepChangingArgsEventArgsDescriptionMetadata.js +1 -0
  434. package/esm5/lib/WebBaseEventArgsDescriptionMetadata.js +5 -1
  435. package/esm5/lib/WebBaseEventArgsDetailDescriptionMetadata.js +1 -1
  436. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +92 -34
  437. package/esm5/lib/WebCalendarResourceStringsDescriptionMetadata.js +1 -0
  438. package/esm5/lib/WebCancelableBrowserEventArgsDescriptionMetadata.js +1 -1
  439. package/esm5/lib/WebCancelableBrowserEventArgsDetailDescriptionMetadata.js +1 -1
  440. package/esm5/lib/WebCancelableEventArgsDescriptionMetadata.js +5 -1
  441. package/esm5/lib/WebCancelableEventArgsDetailDescriptionMetadata.js +1 -1
  442. package/esm5/lib/WebCellTemplateContextDescriptionMetadata.js +1 -1
  443. package/esm5/lib/WebCellTypeDescription.js +1 -208
  444. package/esm5/lib/WebCellTypeDescription_combined.js +515 -0
  445. package/esm5/lib/WebClipboardOptionsDescription.js +80 -0
  446. package/esm5/lib/WebClipboardOptionsDescriptionMetadata.js +51 -0
  447. package/esm5/lib/WebColumnComponentEventArgsDescriptionMetadata.js +5 -0
  448. package/esm5/lib/WebColumnDescription.js +82 -82
  449. package/esm5/lib/WebColumnDescriptionMetadata.js +4 -6
  450. package/esm5/lib/WebColumnGroupDescription.js +15 -3
  451. package/esm5/lib/WebColumnGroupDescriptionMetadata.js +1 -0
  452. package/esm5/lib/WebColumnMovingEndEventArgsDescriptionMetadata.js +5 -1
  453. package/esm5/lib/WebColumnMovingEndEventArgsDetailDescriptionMetadata.js +1 -1
  454. package/esm5/lib/WebColumnMovingEventArgsDescriptionMetadata.js +5 -1
  455. package/esm5/lib/WebColumnMovingEventArgsDetailDescriptionMetadata.js +1 -1
  456. package/esm5/lib/WebColumnMovingStartEventArgsDescriptionMetadata.js +5 -1
  457. package/esm5/lib/WebColumnMovingStartEventArgsDetailDescriptionMetadata.js +1 -1
  458. package/esm5/lib/WebColumnResizeEventArgsDescriptionMetadata.js +5 -1
  459. package/esm5/lib/WebColumnResizeEventArgsDetailDescriptionMetadata.js +1 -1
  460. package/esm5/lib/WebColumnSelectionEventArgsDescriptionMetadata.js +5 -1
  461. package/esm5/lib/WebColumnSelectionEventArgsDetailDescription.js +48 -17
  462. package/esm5/lib/WebColumnSelectionEventArgsDetailDescriptionMetadata.js +3 -3
  463. package/esm5/lib/WebColumnTemplateContextDescriptionMetadata.js +1 -1
  464. package/esm5/lib/WebColumnToggledEventArgsDescriptionMetadata.js +5 -1
  465. package/esm5/lib/WebColumnToggledEventArgsDetailDescriptionMetadata.js +1 -1
  466. package/esm5/lib/WebColumnVisibilityChangedEventArgsDescriptionMetadata.js +5 -1
  467. package/esm5/lib/WebColumnVisibilityChangedEventArgsDetailDescriptionMetadata.js +1 -1
  468. package/esm5/lib/WebColumnVisibilityChangingEventArgsDescriptionMetadata.js +5 -1
  469. package/esm5/lib/WebColumnVisibilityChangingEventArgsDetailDescription.js +50 -6
  470. package/esm5/lib/WebColumnVisibilityChangingEventArgsDetailDescriptionMetadata.js +4 -3
  471. package/esm5/lib/WebColumnsAutoGeneratedEventArgsDescriptionMetadata.js +5 -1
  472. package/esm5/lib/WebColumnsAutoGeneratedEventArgsDetailDescriptionMetadata.js +1 -1
  473. package/esm5/lib/WebComboChangeEventArgsDescriptionMetadata.js +1 -0
  474. package/esm5/lib/WebComboChangeEventArgsDetailDescriptionMetadata.js +1 -0
  475. package/esm5/lib/WebComponentBoolValueChangedEventArgsDescriptionMetadata.js +1 -0
  476. package/esm5/lib/WebComponentDateValueChangedEventArgsDescriptionMetadata.js +1 -0
  477. package/esm5/lib/WebComponentValueChangedEventArgsDescriptionMetadata.js +1 -0
  478. package/esm5/lib/WebContentPaneDescriptionMetadata.js +1 -0
  479. package/esm5/lib/WebDensityChangedEventArgsDescriptionMetadata.js +5 -1
  480. package/esm5/lib/WebDensityChangedEventArgsDetailDescriptionMetadata.js +1 -1
  481. package/esm5/lib/WebDimensionsChangeDetailDescriptionMetadata.js +1 -1
  482. package/esm5/lib/WebDimensionsChangeEventArgsDescriptionMetadata.js +5 -0
  483. package/esm5/lib/WebDisplayDensityBaseElementDescriptionMetadata.js +4 -0
  484. package/esm5/lib/WebDockManagerLayoutDescriptionMetadata.js +1 -0
  485. package/esm5/lib/WebDockManagerPaneDescriptionMetadata.js +1 -0
  486. package/esm5/lib/WebDockManagerPointDescriptionMetadata.js +1 -0
  487. package/esm5/lib/WebDocumentHostDescriptionMetadata.js +1 -0
  488. package/esm5/lib/WebDropdownItemComponentEventArgsDescriptionMetadata.js +1 -0
  489. package/esm5/lib/WebExpansionPanelDescriptionMetadata_combined.js +1 -0
  490. package/esm5/lib/WebExporterEventDescriptionMetadata.js +0 -1
  491. package/esm5/lib/WebExporterEventDetailDescriptionMetadata.js +1 -1
  492. package/esm5/lib/WebExporterEventEventArgsDescriptionMetadata.js +5 -0
  493. package/esm5/lib/WebFilteringEventArgsDescriptionMetadata.js +5 -1
  494. package/esm5/lib/WebFilteringEventArgsDetailDescription.js +37 -6
  495. package/esm5/lib/WebFilteringEventArgsDetailDescriptionMetadata.js +3 -3
  496. package/esm5/lib/WebFilteringExpressionDescriptionMetadata.js +2 -0
  497. package/esm5/lib/WebFilteringExpressionsTreeDescriptionMetadata.js +1 -0
  498. package/esm5/lib/WebFilteringExpressionsTreeDetailDescriptionMetadata.js +1 -0
  499. package/esm5/lib/WebFilteringExpressionsTreeEventArgsDescriptionMetadata.js +5 -0
  500. package/esm5/lib/WebFilteringOperationDescriptionMetadata.js +2 -0
  501. package/esm5/lib/WebFloatingPaneResizeEventArgsDescriptionMetadata.js +1 -0
  502. package/esm5/lib/WebFloatingPaneResizeEventArgsDetailDescriptionMetadata.js +1 -0
  503. package/esm5/lib/WebFloatingPaneResizeMoveEventArgsDescriptionMetadata.js +1 -0
  504. package/esm5/lib/WebFloatingPaneResizeMoveEventArgsDetailDescriptionMetadata.js +1 -0
  505. package/esm5/lib/WebForOfDataChangingEventArgsDescriptionMetadata.js +5 -1
  506. package/esm5/lib/WebForOfDataChangingEventArgsDetailDescriptionMetadata.js +1 -1
  507. package/esm5/lib/WebForOfStateDetailDescriptionMetadata.js +1 -1
  508. package/esm5/lib/WebForOfStateEventArgsDescriptionMetadata.js +5 -0
  509. package/esm5/lib/WebFormDataDescriptionMetadata.js +1 -0
  510. package/esm5/lib/WebFormDataEventArgsDescriptionMetadata.js +1 -0
  511. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +176 -152
  512. package/esm5/lib/WebGridCellEventArgsDetailDescription.js +12 -0
  513. package/esm5/lib/WebGridCellIdentifierDescriptionMetadata.js +1 -0
  514. package/esm5/lib/WebGridClipboardEventDescriptionMetadata.js +0 -1
  515. package/esm5/lib/WebGridClipboardEventDetailDescriptionMetadata.js +1 -1
  516. package/esm5/lib/WebGridClipboardEventEventArgsDescriptionMetadata.js +5 -0
  517. package/esm5/lib/WebGridDescription.js +45 -45
  518. package/esm5/lib/WebGridDescriptionMetadata.js +1 -1
  519. package/esm5/lib/WebGridDescriptionModule.js +8 -0
  520. package/esm5/lib/WebGridEditEventArgsDetailDescription.js +146 -6
  521. package/esm5/lib/WebGridEmptyTemplateContextDescriptionMetadata.js +1 -1
  522. package/esm5/lib/WebGridHeaderTemplateContextDescriptionMetadata.js +1 -1
  523. package/esm5/lib/WebGridKeydownEventArgsDescriptionMetadata.js +5 -1
  524. package/esm5/lib/WebGridKeydownEventArgsDetailDescription.js +16 -4
  525. package/esm5/lib/WebGridKeydownEventArgsDetailDescriptionMetadata.js +2 -1
  526. package/esm5/lib/WebGridMasterDetailContextDescriptionMetadata.js +1 -1
  527. package/esm5/lib/WebGridRowDescriptionMetadata.js +1 -0
  528. package/esm5/lib/WebGridRowDragGhostContextDescriptionMetadata.js +1 -1
  529. package/esm5/lib/WebGridRowEditActionsTemplateContextDescription.js +14 -1
  530. package/esm5/lib/WebGridRowEditActionsTemplateContextDescriptionMetadata.js +2 -1
  531. package/esm5/lib/WebGridRowEditTextTemplateContextDescriptionMetadata.js +1 -1
  532. package/esm5/lib/WebGridRowTemplateContextDescriptionMetadata.js +1 -1
  533. package/esm5/lib/WebGridScrollEventArgsDescriptionMetadata.js +5 -1
  534. package/esm5/lib/WebGridScrollEventArgsDetailDescription.js +15 -3
  535. package/esm5/lib/WebGridScrollEventArgsDetailDescriptionMetadata.js +2 -1
  536. package/esm5/lib/WebGridSelectionRangeDescriptionMetadata.js +2 -0
  537. package/esm5/lib/WebGridSelectionRangeDetailDescriptionMetadata.js +1 -1
  538. package/esm5/lib/WebGridSelectionRangeEventArgsDescriptionMetadata.js +5 -0
  539. package/esm5/lib/WebGridTemplateContextDescriptionMetadata.js +1 -1
  540. package/esm5/lib/WebGroupByRecordDescriptionMetadata.js +0 -1
  541. package/esm5/lib/WebGroupByRowSelectorTemplateContextDescriptionMetadata.js +1 -1
  542. package/esm5/lib/WebGroupByRowSelectorTemplateDetailsDescriptionMetadata.js +0 -1
  543. package/esm5/lib/WebGroupByRowTemplateContextDescriptionMetadata.js +1 -1
  544. package/esm5/lib/WebGroupByRowTemplateContextEventArgsDescriptionMetadata.js +1 -0
  545. package/esm5/lib/WebGroupingDoneEventArgsDescriptionMetadata.js +5 -1
  546. package/esm5/lib/WebGroupingDoneEventArgsDetailDescriptionMetadata.js +1 -1
  547. package/esm5/lib/WebGroupingExpressionDescriptionMetadata.js +1 -0
  548. package/esm5/lib/WebGroupingExpressionEventArgsDescriptionMetadata.js +1 -0
  549. package/esm5/lib/WebHeadSelectorTemplateContextDescriptionMetadata.js +1 -1
  550. package/esm5/lib/WebHeadSelectorTemplateDetailsDescriptionMetadata.js +0 -1
  551. package/esm5/lib/WebHeaderTypeDescriptionMetadata.js +0 -1
  552. package/esm5/lib/WebImportsHalper.js +8 -1
  553. package/esm5/lib/WebLayoutChangeEventArgsDescriptionMetadata.js +1 -0
  554. package/esm5/lib/WebNumberEventArgsDescriptionMetadata.js +1 -0
  555. package/esm5/lib/WebPageCancellableEventArgsDescriptionMetadata.js +5 -1
  556. package/esm5/lib/WebPageCancellableEventArgsDetailDescriptionMetadata.js +1 -1
  557. package/esm5/lib/WebPageEventArgsDescriptionMetadata.js +5 -1
  558. package/esm5/lib/WebPageEventArgsDetailDescriptionMetadata.js +1 -1
  559. package/esm5/lib/WebPaginatorDescriptionMetadata.js +1 -0
  560. package/esm5/lib/WebPaneCloseEventArgsDescriptionMetadata.js +1 -0
  561. package/esm5/lib/WebPaneCloseEventArgsDetailDescriptionMetadata.js +1 -0
  562. package/esm5/lib/WebPaneDragActionDescriptionMetadata.js +1 -0
  563. package/esm5/lib/WebPaneDragEndEventArgsDescriptionMetadata.js +1 -0
  564. package/esm5/lib/WebPaneDragEndEventArgsDetailDescriptionMetadata.js +1 -0
  565. package/esm5/lib/WebPaneDragOverEventArgsDescriptionMetadata.js +1 -0
  566. package/esm5/lib/WebPaneDragOverEventArgsDetailDescriptionMetadata.js +1 -0
  567. package/esm5/lib/WebPaneDragStartEventArgsDescriptionMetadata.js +1 -0
  568. package/esm5/lib/WebPaneDragStartEventArgsDetailDescriptionMetadata.js +1 -0
  569. package/esm5/lib/WebPaneHeaderConnectionEventArgsDescriptionMetadata.js +1 -0
  570. package/esm5/lib/WebPaneHeaderConnectionEventArgsDetailDescriptionMetadata.js +1 -0
  571. package/esm5/lib/WebPaneHeaderElementDescriptionMetadata.js +1 -0
  572. package/esm5/lib/WebPanePinnedEventArgsDescriptionMetadata.js +1 -0
  573. package/esm5/lib/WebPanePinnedEventArgsDetailDescriptionMetadata.js +1 -0
  574. package/esm5/lib/WebPinColumnCancellableEventArgsDescriptionMetadata.js +5 -1
  575. package/esm5/lib/WebPinColumnCancellableEventArgsDetailDescription.js +62 -6
  576. package/esm5/lib/WebPinColumnCancellableEventArgsDetailDescriptionMetadata.js +7 -3
  577. package/esm5/lib/WebPinColumnEventArgsDescriptionMetadata.js +5 -1
  578. package/esm5/lib/WebPinColumnEventArgsDetailDescriptionMetadata.js +1 -1
  579. package/esm5/lib/WebPinRowEventArgsDetailDescription.js +48 -17
  580. package/esm5/lib/WebPivotAggregatorDescriptionMetadata.js +1 -0
  581. package/esm5/lib/WebPivotConfigurationChangedEventArgsDescriptionMetadata.js +5 -1
  582. package/esm5/lib/WebPivotConfigurationChangedEventArgsDetailDescriptionMetadata.js +1 -1
  583. package/esm5/lib/WebPivotConfigurationDescriptionMetadata.js +1 -0
  584. package/esm5/lib/WebPivotDataSelectorDescriptionModule.js +2 -0
  585. package/esm5/lib/WebPivotDimensionDescriptionMetadata.js +1 -0
  586. package/esm5/lib/WebPivotDimensionDetailDescriptionMetadata.js +1 -1
  587. package/esm5/lib/WebPivotDimensionEventArgsDescriptionMetadata.js +5 -0
  588. package/esm5/lib/WebPivotGridDescription.js +36 -36
  589. package/esm5/lib/WebPivotGridDescriptionModule.js +4 -0
  590. package/esm5/lib/WebPivotGridValueTemplateContextDescriptionMetadata.js +1 -1
  591. package/esm5/lib/WebPivotKeysDescriptionMetadata.js +1 -0
  592. package/esm5/lib/WebPivotValueDescriptionMetadata.js +1 -0
  593. package/esm5/lib/WebPivotValueDetailDescriptionMetadata.js +1 -1
  594. package/esm5/lib/WebPivotValueEventArgsDescriptionMetadata.js +5 -0
  595. package/esm5/lib/WebRangeSliderValueDescriptionMetadata.js +1 -0
  596. package/esm5/lib/WebRowDataEventArgsDescriptionMetadata.js +5 -1
  597. package/esm5/lib/WebRowDataEventArgsDetailDescriptionMetadata.js +1 -1
  598. package/esm5/lib/WebRowDirectiveDescriptionMetadata.js +1 -0
  599. package/esm5/lib/WebRowDragStartEventArgsDetailDescription.js +41 -10
  600. package/esm5/lib/WebRowExportingEventArgsDescriptionMetadata.js +5 -1
  601. package/esm5/lib/WebRowExportingEventArgsDetailDescriptionMetadata.js +1 -1
  602. package/esm5/lib/WebRowSelectionEventArgsDescriptionMetadata.js +5 -1
  603. package/esm5/lib/WebRowSelectionEventArgsDetailDescription.js +49 -18
  604. package/esm5/lib/WebRowSelectionEventArgsDetailDescriptionMetadata.js +3 -3
  605. package/esm5/lib/WebRowSelectorTemplateContextDescriptionMetadata.js +1 -1
  606. package/esm5/lib/WebRowSelectorTemplateDetailsDescriptionMetadata.js +0 -1
  607. package/esm5/lib/WebRowToggleEventArgsDescriptionMetadata.js +5 -1
  608. package/esm5/lib/WebRowToggleEventArgsDetailDescriptionMetadata.js +1 -1
  609. package/esm5/lib/WebRowTypeDescription.js +1 -292
  610. package/esm5/lib/WebSortingEventArgsDescriptionMetadata.js +5 -1
  611. package/esm5/lib/WebSortingEventArgsDetailDescription.js +41 -10
  612. package/esm5/lib/WebSortingEventArgsDetailDescriptionMetadata.js +3 -3
  613. package/esm5/lib/WebSortingExpressionDescriptionMetadata.js +1 -0
  614. package/esm5/lib/WebSortingExpressionEventArgsDescriptionMetadata.js +5 -0
  615. package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
  616. package/esm5/lib/WebSummaryExpressionDescription.js +15 -3
  617. package/esm5/lib/WebSummaryExpressionDescriptionMetadata.js +4 -0
  618. package/esm5/lib/WebSummaryResultDescriptionMetadata.js +2 -0
  619. package/esm5/lib/WebSummaryTemplateContextDescriptionMetadata.js +1 -1
  620. package/esm5/lib/WebTabComponentEventArgsDescriptionMetadata.js +1 -0
  621. package/esm5/lib/WebTabGroupPaneDescriptionMetadata.js +1 -0
  622. package/esm5/lib/WebTabHeaderConnectionEventArgsDescriptionMetadata.js +1 -0
  623. package/esm5/lib/WebTabHeaderConnectionEventArgsDetailDescriptionMetadata.js +1 -0
  624. package/esm5/lib/WebTabHeaderElementDescriptionMetadata.js +1 -0
  625. package/esm5/lib/WebToggleViewCancelableEventArgsDescriptionMetadata.js +5 -1
  626. package/esm5/lib/WebToggleViewCancelableEventArgsDetailDescription.js +26 -6
  627. package/esm5/lib/WebToggleViewCancelableEventArgsDetailDescriptionMetadata.js +2 -3
  628. package/esm5/lib/WebToggleViewEventArgsDescriptionMetadata.js +5 -1
  629. package/esm5/lib/WebToggleViewEventArgsDetailDescriptionMetadata.js +1 -1
  630. package/esm5/lib/WebTreeGridDescription.js +28 -28
  631. package/esm5/lib/WebTreeGridDescriptionModule.js +2 -0
  632. package/esm5/lib/WebTreeGridRecordDescriptionMetadata.js +1 -0
  633. package/esm5/lib/WebTreeItemComponentEventArgsDescriptionMetadata.js +1 -0
  634. package/esm5/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +1 -0
  635. package/esm5/lib/WebValuesChangeDetailDescriptionMetadata.js +1 -1
  636. package/esm5/lib/WebValuesChangeEventArgsDescriptionMetadata.js +5 -0
  637. package/esm5/lib/XYChartDescriptionMetadata.js +2 -0
  638. package/esm5/lib/XamMultiScaleImageView_combined.js +3 -3
  639. package/esm5/lib/XmlChar.js +2 -2
  640. package/esm5/lib/XmlReader_combined.js +1 -1
  641. package/esm5/lib/componentUtil.js +55 -1
  642. package/esm5/lib/igx-cancel-event-args.js +3 -0
  643. package/esm5/lib/igx-cancelling-multi-scale-image-event-args.js +3 -0
  644. package/esm5/lib/igx-capture-image-settings.js +63 -0
  645. package/esm5/lib/igx-data-legend-series-context.js +3 -0
  646. package/esm5/lib/igx-data-legend-series-value-info.js +3 -0
  647. package/esm5/lib/igx-focus-event-args.js +3 -0
  648. package/esm5/lib/igx-format-specifier.js +3 -0
  649. package/esm5/lib/igx-image-captured-event-args.js +70 -0
  650. package/esm5/lib/igx-on-closed-event-args.js +3 -0
  651. package/esm5/lib/igx-on-popup-event-args.js +3 -0
  652. package/esm5/lib/igx-popup-component.js +82 -37
  653. package/esm5/lib/igx-provide-calculator-event-args.js +3 -0
  654. package/esm5/lib/igx-shape-filter-record-event-args.js +3 -0
  655. package/esm5/lib/igx-style.js +3 -0
  656. package/esm5/lib/type.js +1 -0
  657. package/esm5/public_api.js +22 -12
  658. package/fesm2015/igniteui-angular-core.js +44486 -42711
  659. package/fesm5/igniteui-angular-core.js +50525 -48357
  660. package/lib/CanvasRenderScheduler.d.ts +20 -17
  661. package/lib/CaptureImageFormat.d.ts +9 -0
  662. package/lib/CaptureImageSettings.d.ts +11 -0
  663. package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +205 -189
  664. package/lib/CodeGeneratingComponentRendererHandlerEmitter.d.ts +1 -1
  665. package/lib/ColumnDependenciesDescriptionModule.d.ts +9 -0
  666. package/lib/ComponentRenderer_combined.d.ts +7 -6
  667. package/lib/CrosshairLayerDescription.d.ts +11 -5
  668. package/lib/DOMWindowBridge.d.ts +4 -0
  669. package/lib/DateTimeFormatSpecifierDescriptionMetadata.d.ts +2 -1
  670. package/lib/{DelayManager_CallbackSettings.d.ts → DelayManagerCallbackSettings.d.ts} +1 -1
  671. package/lib/DotNetCodeGeneratingComponentRendererHandlerEmitter.d.ts +1 -1
  672. package/lib/FinalValueLayerDescription.d.ts +8 -5
  673. package/lib/INativeUIWindowBridge.d.ts +4 -0
  674. package/lib/IToolbarTarget.d.ts +6 -3
  675. package/lib/IgCollection.d.ts +1 -0
  676. package/lib/ImageCapturedEventArgs.d.ts +15 -0
  677. package/lib/NativeUI.d.ts +35 -33
  678. package/lib/NativeUIBuiltInProperties.d.ts +4 -1
  679. package/lib/NativeUIPopup.d.ts +21 -17
  680. package/lib/NativeUIPopupDirection.d.ts +3 -1
  681. package/lib/NativeUIPopupPointerPosition.d.ts +5 -2
  682. package/lib/NativeUIWindow.d.ts +6 -2
  683. package/lib/NumberFormatSpecifierDescriptionMetadata.d.ts +2 -1
  684. package/lib/PopupDescription.d.ts +27 -18
  685. package/lib/PopupDirection.d.ts +10 -2
  686. package/lib/PopupPointerPosition.d.ts +5 -2
  687. package/lib/PopupView_combined.d.ts +164 -134
  688. package/lib/Popup_OuterAnimationInfo.d.ts +6 -4
  689. package/lib/TemplateContainerDescriptionModule.d.ts +9 -0
  690. package/lib/ToolActionDescriptionMetadata.d.ts +13 -1
  691. package/lib/ToolActionEventDetailDescription.d.ts +9 -10
  692. package/lib/ToolActionEventDetailDescriptionMetadata.d.ts +13 -1
  693. package/lib/ToolActionInfo.d.ts +3 -0
  694. package/lib/ToolActionPerformedEventArgsDescriptionMetadata.d.ts +13 -1
  695. package/lib/ToolCommandExecutionState.d.ts +10 -0
  696. package/lib/UIElementPropertyId.d.ts +3 -1
  697. package/lib/ValueLayerDescription.d.ts +11 -5
  698. package/lib/WebActionStripDescription.d.ts +2 -5
  699. package/lib/WebCellTypeDescription.d.ts +1 -62
  700. package/lib/WebCellTypeDescription_combined.d.ts +144 -0
  701. package/lib/WebClipboardOptionsDescription.d.ts +23 -0
  702. package/lib/WebClipboardOptionsDescriptionMetadata.d.ts +13 -0
  703. package/lib/WebColumnDescription.d.ts +27 -27
  704. package/lib/WebColumnGroupDescription.d.ts +4 -1
  705. package/lib/WebColumnSelectionEventArgsDetailDescription.d.ts +15 -8
  706. package/lib/WebColumnVisibilityChangingEventArgsDetailDescription.d.ts +14 -4
  707. package/lib/WebFilteringEventArgsDetailDescription.d.ts +12 -5
  708. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +65 -59
  709. package/lib/WebGridCellEventArgsDetailDescription.d.ts +3 -0
  710. package/lib/WebGridDescription.d.ts +16 -16
  711. package/lib/WebGridEditEventArgsDetailDescription.d.ts +41 -4
  712. package/lib/WebGridKeydownEventArgsDetailDescription.d.ts +5 -2
  713. package/lib/WebGridRowEditActionsTemplateContextDescription.d.ts +3 -0
  714. package/lib/WebGridScrollEventArgsDetailDescription.d.ts +4 -1
  715. package/lib/WebImportsHalper.d.ts +2 -1
  716. package/lib/WebPinColumnCancellableEventArgsDetailDescription.d.ts +18 -4
  717. package/lib/WebPinRowEventArgsDetailDescription.d.ts +15 -8
  718. package/lib/WebPivotGridDescription.d.ts +13 -13
  719. package/lib/WebRowDragStartEventArgsDetailDescription.d.ts +13 -6
  720. package/lib/WebRowSelectionEventArgsDetailDescription.d.ts +16 -9
  721. package/lib/WebRowTypeDescription.d.ts +1 -84
  722. package/lib/WebSortingEventArgsDetailDescription.d.ts +13 -6
  723. package/lib/WebSummaryExpressionDescription.d.ts +4 -1
  724. package/lib/WebToggleViewCancelableEventArgsDetailDescription.d.ts +8 -4
  725. package/lib/WebTreeGridDescription.d.ts +10 -10
  726. package/lib/componentUtil.d.ts +1 -0
  727. package/lib/igx-capture-image-settings.d.ts +20 -0
  728. package/lib/igx-image-captured-event-args.d.ts +24 -0
  729. package/lib/igx-popup-component.d.ts +19 -1
  730. package/lib/type.d.ts +7 -0
  731. package/package.json +4 -4
  732. package/public_api.d.ts +22 -12
  733. package/esm2015/lib/ToolActionDescriptionMetadata_combined.js +0 -153
  734. package/esm5/lib/ToolActionDescriptionMetadata_combined.js +0 -163
  735. package/lib/ToolActionDescriptionMetadata_combined.d.ts +0 -33
@@ -4,7 +4,7 @@ https://www.infragistics.com/legal/license/igultimate-la
4
4
  https://www.infragistics.com/legal/license/igultimate-eula
5
5
  GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
6
  */
7
- import { Base, IList_$type, NotSupportedException, String_$type, typeCast, Array_$type, fromEnum, Boolean_$type, markType, EnumUtil, fromEn, Number_$type, runOn } from "./type";
7
+ import { Base, IList_$type, NotSupportedException, String_$type, typeCast, Array_$type, fromEnum, Boolean_$type, markType, EnumUtil, fromEn, Number_$type, Point_$type, typeGetValue, runOn } from "./type";
8
8
  import { CodeGenerationTargetPlatforms_$type } from "./CodeGenerationTargetPlatforms";
9
9
  import { CodeGeneratingRendererResult } from "./CodeGeneratingRendererResult";
10
10
  import { CodeGeneratingCodeWriter } from "./CodeGeneratingCodeWriter";
@@ -13,8 +13,11 @@ import { CodeGenerationItemBuilderPropertyInfo } from "./CodeGenerationItemBuild
13
13
  import { List$1 } from "./List$1";
14
14
  import { TypeDescriptionContext } from "./TypeDescriptionContext";
15
15
  import { TypeDescriptionMetadata } from "./TypeDescriptionMetadata";
16
+ import { Rect } from "./Rect";
17
+ import { Size } from "./Size";
16
18
  import { CodeGenerationSpecialValue } from "./CodeGenerationSpecialValue";
17
19
  import { ColorUtil } from "./ColorUtil";
20
+ import { Brush } from "./Brush";
18
21
  import { StringBuilder } from "./StringBuilder";
19
22
  import { CodeGeneratingImportManager } from "./CodeGeneratingImportManager";
20
23
  import { stringIsNullOrEmpty, stringReplace, stringStartsWith, stringEndsWith, stringContains } from "./string";
@@ -27,6 +30,8 @@ import { Dictionary$2 } from "./Dictionary$2";
27
30
  import { JsonDictionaryValue } from "./JsonDictionaryValue";
28
31
  import { JsonDictionaryObject } from "./JsonDictionaryObject";
29
32
  import { JsonDictionaryArray } from "./JsonDictionaryArray";
33
+ import { isNaN_ } from "./number";
34
+ import { timeSpanFromMilliseconds } from "./timespan";
30
35
  import { ComponentRenderer } from "./ComponentRenderer";
31
36
  import { DotNetCodeGeneratingComponentRendererHandlerEmitter } from "./DotNetCodeGeneratingComponentRendererHandlerEmitter";
32
37
  import { TSCodeGeneratingComponentRendererTemplateEmitter } from "./TSCodeGeneratingComponentRendererTemplateEmitter";
@@ -46,17 +51,17 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
46
51
  super();
47
52
  this.l = null;
48
53
  this.j = null;
49
- this.y = new List$1(CodeGenerationItemBuilderPropertyInfo.$, 0);
54
+ this.z = new List$1(CodeGenerationItemBuilderPropertyInfo.$, 0);
50
55
  this.d = null;
51
56
  this.a = null;
52
57
  this.c = null;
53
58
  this.b = null;
54
- this.z = new List$1(String_$type, 0);
55
- this.ac = new Stack$1(String_$type);
56
- this.aa = new Stack$1(String_$type);
57
- this.ab = new Stack$1(Boolean_$type);
59
+ this.aa = new List$1(String_$type, 0);
60
+ this.ad = new Stack$1(String_$type);
61
+ this.ab = new Stack$1(String_$type);
62
+ this.ac = new Stack$1(Boolean_$type);
63
+ this.a3 = null;
58
64
  this.a2 = null;
59
- this.a1 = null;
60
65
  this.l = a;
61
66
  this.j = b;
62
67
  this.d = new CodeGeneratingCodeWriter(this.l);
@@ -64,7 +69,7 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
64
69
  this.c = new CodeGeneratingCodeWriter(this.l);
65
70
  this.b = new CodeGeneratingCodeWriter(this.l);
66
71
  }
67
- get_ai() {
72
+ get_aj() {
68
73
  switch (this.j.platform) {
69
74
  case 1: return "Igx";
70
75
  case 2: return "Igr";
@@ -75,10 +80,10 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
75
80
  }
76
81
  return "";
77
82
  }
78
- get ai() {
79
- return this.get_ai();
83
+ get aj() {
84
+ return this.get_aj();
80
85
  }
81
- get_aj() {
86
+ get_ak() {
82
87
  switch (this.j.platform) {
83
88
  case 1: return "Component";
84
89
  case 2: return "";
@@ -88,10 +93,10 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
88
93
  }
89
94
  return "";
90
95
  }
91
- get aj() {
92
- return this.get_aj();
96
+ get ak() {
97
+ return this.get_ak();
93
98
  }
94
- get a3() {
99
+ get a4() {
95
100
  switch (this.j.platform) {
96
101
  case 1: return "angular";
97
102
  case 2: return "react";
@@ -102,7 +107,7 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
102
107
  get m() {
103
108
  return this.l;
104
109
  }
105
- bn(a) {
110
+ bp(a) {
106
111
  this.j.af(a);
107
112
  }
108
113
  get k() {
@@ -120,13 +125,13 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
120
125
  get f() {
121
126
  return this.b;
122
127
  }
123
- a7(a) {
128
+ a9(a) {
124
129
  if (a == null || a == "any") {
125
130
  return;
126
131
  }
127
- this.z.add(a);
132
+ this.aa.add(a);
128
133
  }
129
- v(a, b) {
134
+ w(a, b) {
130
135
  if (this.r) {
131
136
  return false;
132
137
  }
@@ -151,7 +156,7 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
151
156
  }
152
157
  }
153
158
  if (b.b != null && (b.b.knownType == 8 || b.b.knownType == 9 || b.b.knownType == 10)) {
154
- if (this.v(a, b)) {
159
+ if (this.w(a, b)) {
155
160
  return true;
156
161
  }
157
162
  }
@@ -165,50 +170,57 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
165
170
  }
166
171
  return false;
167
172
  }
168
- get an() {
169
- return this.ac.d();
173
+ get ao() {
174
+ return this.ad.d();
170
175
  }
171
- a8(a, b, c) {
172
- this.ac.h(a);
176
+ ba(a, b, c) {
177
+ this.ad.h(a);
173
178
  }
174
- bm() {
179
+ u(a, b) {
180
+ let c = false;
181
+ if (b.getMetadata(a, "__isPlainObject") != null) {
182
+ c = true;
183
+ }
184
+ return c;
175
185
  }
176
- bg(a) {
186
+ bo() {
177
187
  }
178
- bh(a) {
179
- this.ac.e();
188
+ bi(a) {
180
189
  }
181
- be(a, b, c, d) {
190
+ bj(a) {
191
+ this.ad.e();
182
192
  }
183
- bf(a, b, c, d) {
184
- this.be(a, b, c, d);
193
+ bg(a, b, c, d) {
194
+ }
195
+ bh(a, b, c, d) {
196
+ this.bg(a, b, c, d);
185
197
  }
186
198
  toString() {
187
199
  return this.d.toString();
188
200
  }
189
- ax() {
201
+ ay() {
190
202
  return "null";
191
203
  }
192
- a0(a, b, c) {
204
+ a1(a, b, c) {
193
205
  if (b.b == null) {
194
206
  return b.c;
195
207
  }
196
208
  if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
197
- b.c = this.ad(b);
209
+ b.c = this.ae(b);
198
210
  }
199
211
  switch (b.b.knownType) {
200
212
  case 10:
201
- if (this.v(a, b)) {
202
- return this.al(a, b);
213
+ if (this.w(a, b)) {
214
+ return this.am(a, b);
203
215
  }
204
- return this.aq(a, b);
216
+ return this.ar(a, b);
205
217
  case 23:
206
- if (this.v(a, b)) {
207
- return this.al(a, b);
218
+ if (this.w(a, b)) {
219
+ return this.am(a, b);
208
220
  }
209
- return this.aq(a, b);
221
+ return this.ar(a, b);
210
222
  case 7: return b.c ? "true" : "false";
211
- case 4: return this.af(b);
223
+ case 4: return this.ag(b);
212
224
  case 6:
213
225
  {
214
226
  let d = "";
@@ -217,17 +229,17 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
217
229
  if (f >= 1) {
218
230
  d += " ";
219
231
  }
220
- d += this.ae(e.item(f));
232
+ d += this.af(e.item(f));
221
233
  }
222
234
  return d;
223
235
  }
224
236
  break;
225
237
  case 9:
226
- if (this.v(a, b)) {
227
- return this.al(a, b);
238
+ if (this.w(a, b)) {
239
+ return this.am(a, b);
228
240
  }
229
241
  throw new NotSupportedException(1, "shouldn't get here");
230
- case 5: return this.ah(b);
242
+ case 5: return this.ai(b);
231
243
  case 16:
232
244
  {
233
245
  let g = "";
@@ -236,55 +248,55 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
236
248
  if (i >= 1) {
237
249
  g += " ";
238
250
  }
239
- g += this.ag(h.item(i));
251
+ g += this.ah(h.item(i));
240
252
  }
241
253
  return g;
242
254
  }
243
255
  break;
244
256
  case 20:
245
257
  if (b.a != null) {
246
- return this.az(b);
258
+ return this.a0(b);
247
259
  }
248
260
  if (b.c == null) {
249
- return this.ax();
261
+ return this.ay();
250
262
  }
251
263
  break;
252
264
  case 22:
253
265
  if (b.a != null) {
254
- return this.az(b);
266
+ return this.a0(b);
255
267
  }
256
268
  if (b.c == null) {
257
- return this.ax();
269
+ return this.ay();
258
270
  }
259
271
  break;
260
272
  case 15: throw new NotSupportedException(1, "need to figure this out");
261
273
  case 3: throw new NotSupportedException(1, "need to figure this out");
262
274
  case 19:
263
275
  if (b.a != null) {
264
- return this.au(b);
276
+ return this.av(b);
265
277
  }
266
278
  else {
267
- return this.ax();
279
+ return this.ay();
268
280
  }
269
281
  break;
270
282
  case 8:
271
283
  if (b.b.specificExternalType == "string") {
272
- return this.at(b);
284
+ return this.au(b);
273
285
  }
274
286
  if (b.a != null) {
275
- return this.av(b);
287
+ return this.aw(b);
276
288
  }
277
- if (this.v(a, b)) {
278
- return this.al(a, b);
289
+ if (this.w(a, b)) {
290
+ return this.am(a, b);
279
291
  }
280
292
  throw new NotSupportedException(1, "shouldn't get here");
281
293
  case 13: throw new NotSupportedException(1, "shouldn't get here");
282
294
  case 18:
283
295
  if (b.a != null) {
284
- return this.aw(b);
296
+ return this.ax(b);
285
297
  }
286
298
  else {
287
- return this.ax();
299
+ return this.ay();
288
300
  }
289
301
  break;
290
302
  case 1: return b.c.toString();
@@ -303,8 +315,8 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
303
315
  let l = b.c;
304
316
  return l.width + ", " + l.height;
305
317
  }
306
- case 2: return b.c != null ? b.c.toString() : this.ax();
307
- case 21: return b.c.toString();
318
+ case 2: return b.c != null ? b.c.toString() : this.ay();
319
+ case 21: return this.a7(b.c);
308
320
  case 17:
309
321
  if (b.c == null) {
310
322
  return "null";
@@ -317,63 +329,73 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
317
329
  }
318
330
  return "";
319
331
  }
320
- al(a, b) {
321
- let c = this.a5(a, b);
332
+ a7(a) {
333
+ if (a == null) {
334
+ return "";
335
+ }
336
+ return a.toString();
337
+ }
338
+ am(a, b) {
339
+ let c = this.a6(a, b);
322
340
  if (b.c != null) {
323
- if (typeCast(CodeGenerationItemBuilder.$, b.c) !== null) {
324
- let d = this.i(this.l, this.j);
325
- let e = this.ak(c, b.c, d);
326
- c = this.ao(a, b.c, e, c);
327
- }
328
- else if (typeCast(Array_$type, b.c) !== null) {
329
- let f = b.c;
330
- let g = new List$1(CodeGenerationItemBuilder.$, 0);
331
- let h = new List$1(String_$type, 0);
332
- for (let i = 0; i < f.length; i++) {
333
- if (typeCast(CodeGenerationItemBuilder.$, f[i]) !== null) {
334
- let j = this.i(this.l, this.j);
335
- let k = c;
336
- let l = f[i].o();
337
- if (l == null) {
338
- l = f[i].m();
339
- l = this.ar(l);
341
+ let d = b.c;
342
+ if (typeCast(List$1.$.specialize(Base.$), d) !== null) {
343
+ d = d.toArray();
344
+ }
345
+ if (typeCast(CodeGenerationItemBuilder.$, d) !== null) {
346
+ let e = this.i(this.l, this.j);
347
+ let f = this.al(c, b.c, e);
348
+ c = this.ap(a, b.c, f, c);
349
+ }
350
+ else if (typeCast(Array_$type, d) !== null) {
351
+ let g = d;
352
+ let h = new List$1(CodeGenerationItemBuilder.$, 0);
353
+ let i = new List$1(String_$type, 0);
354
+ for (let j = 0; j < g.length; j++) {
355
+ if (typeCast(CodeGenerationItemBuilder.$, g[j]) !== null) {
356
+ let k = this.i(this.l, this.j);
357
+ let l = c;
358
+ let m = g[j].o();
359
+ if (m == null) {
360
+ m = g[j].m();
361
+ m = this.as(m);
340
362
  }
341
- if (l != null) {
342
- if (l != k) {
343
- k = l;
363
+ if (m != null) {
364
+ if (m != l) {
365
+ l = m;
344
366
  }
345
367
  else {
346
- k = c + "_" + i.toString();
368
+ l = c + "_" + j.toString();
347
369
  }
348
370
  }
349
- let m = this.ak(k, f[i], j);
350
- g.add(f[i]);
351
- h.add(m);
371
+ let n = this.al(l, g[j], k);
372
+ h.add(g[j]);
373
+ i.add(n);
352
374
  }
353
375
  }
354
- c = this.ap(b, a, g, h, c);
376
+ c = this.aq(b, a, h, i, c);
355
377
  }
356
378
  }
357
379
  return c;
358
380
  }
359
- ak(a, b, c) {
381
+ al(a, b, c) {
360
382
  b.t = a;
361
383
  b.u(c, true);
362
384
  let d = c.toString();
363
- for (let e of fromEnum(c.z)) {
364
- this.z.add(e);
385
+ for (let e of fromEnum(c.aa)) {
386
+ this.aa.add(e);
365
387
  }
366
388
  return d;
367
389
  }
368
- ao(a, b, c, d) {
390
+ ap(a, b, c, d) {
369
391
  return d;
370
392
  }
371
- ap(a, b, c, d, e) {
393
+ aq(a, b, c, d, e) {
372
394
  return e;
373
395
  }
374
- a5(a, b) {
396
+ a6(a, b) {
375
397
  if (b.c == null) {
376
- return this.ax();
398
+ return this.ay();
377
399
  }
378
400
  if (typeCast(CodeGenerationItemBuilder.$, b.c) !== null) {
379
401
  let c = b.c.o();
@@ -381,7 +403,7 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
381
403
  return c;
382
404
  }
383
405
  let d = b.c.m();
384
- let e = this.ar(d);
406
+ let e = this.as(d);
385
407
  return e;
386
408
  }
387
409
  else if (typeCast(IList_$type, b.c) !== null) {
@@ -393,10 +415,10 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
393
415
  return h;
394
416
  }
395
417
  let i = g.m();
396
- let j = this.ar(i);
418
+ let j = this.as(i);
397
419
  return j;
398
420
  }
399
- return this.ar(b.b.propertyName);
421
+ return this.as(b.b.propertyName);
400
422
  }
401
423
  else if (typeCast(Array_$type, b.c) !== null) {
402
424
  let k = b.c;
@@ -406,29 +428,29 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
406
428
  return l;
407
429
  }
408
430
  let m = b.c.m();
409
- let n = this.ar(m);
431
+ let n = this.as(m);
410
432
  return n;
411
433
  }
412
- return this.ar(b.b.propertyName);
434
+ return this.as(b.b.propertyName);
413
435
  }
414
- return this.ax();
436
+ return this.ay();
415
437
  }
416
- aq(a, b) {
438
+ ar(a, b) {
417
439
  return "";
418
440
  }
419
- ad(a) {
441
+ ae(a) {
420
442
  return a.c;
421
443
  }
422
- az(a) {
444
+ a0(a) {
423
445
  if (!stringIsNullOrEmpty(a.a.e)) {
424
446
  if (a.a.a) {
425
- return this.as(a);
447
+ return this.at(a);
426
448
  }
427
449
  else {
428
- return this.ay(a);
450
+ return this.az(a);
429
451
  }
430
452
  }
431
- return this.ax();
453
+ return this.ay();
432
454
  }
433
455
  s(a) {
434
456
  if (a.a != null && !stringIsNullOrEmpty(a.a.e)) {
@@ -438,110 +460,110 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
438
460
  }
439
461
  return false;
440
462
  }
441
- ay(a) {
463
+ az(a) {
442
464
  return "";
443
465
  }
444
- as(a) {
466
+ at(a) {
445
467
  return "";
446
468
  }
447
- av(a) {
469
+ aw(a) {
448
470
  if (!stringIsNullOrEmpty(a.a.e)) {
449
471
  return a.a.e;
450
472
  }
451
- return this.ax();
473
+ return this.ay();
452
474
  }
453
- at(a) {
475
+ au(a) {
454
476
  return a.c != null ? a.c.toString() : "";
455
477
  }
456
- aw(a) {
457
- return this.au(a);
478
+ ax(a) {
479
+ return this.av(a);
458
480
  }
459
- au(a) {
481
+ av(a) {
460
482
  if (!stringIsNullOrEmpty(a.a.e)) {
461
- this.bn(a);
483
+ this.bp(a);
462
484
  return a.a.e;
463
485
  }
464
- return this.ax();
486
+ return this.ay();
465
487
  }
466
- get_w() {
488
+ get_x() {
467
489
  return false;
468
490
  }
469
- get w() {
470
- return this.get_w();
491
+ get x() {
492
+ return this.get_x();
471
493
  }
472
- ah(a) {
494
+ ai(a) {
473
495
  let b = a.c;
474
- return ColorUtil.i(b, this.w);
496
+ return ColorUtil.i(b, this.x);
475
497
  }
476
- ag(a) {
498
+ ah(a) {
477
499
  let b = a;
478
- return ColorUtil.i(b, this.w);
500
+ return ColorUtil.i(b, this.x);
479
501
  }
480
- af(a) {
502
+ ag(a) {
481
503
  if (a.c == null) {
482
504
  return "";
483
505
  }
484
506
  let b = a.c;
485
- return ColorUtil.i(b.color, this.w);
507
+ return ColorUtil.i(b.color, this.x);
486
508
  }
487
- ae(a) {
509
+ af(a) {
488
510
  if (a == null) {
489
511
  return "";
490
512
  }
491
513
  let b = a;
492
- return ColorUtil.i(b.color, this.w);
514
+ return ColorUtil.i(b.color, this.x);
493
515
  }
494
- bl(a) {
495
- this.aa.h(a);
496
- this.ab.h(false);
516
+ bn(a) {
517
+ this.ab.h(a);
518
+ this.ac.h(false);
497
519
  }
498
- bk(a) {
499
- let b = this.ar(a);
500
- this.aa.h(b);
501
- this.ab.h(true);
520
+ bm(a) {
521
+ let b = this.as(a);
522
+ this.ab.h(b);
523
+ this.ac.h(true);
502
524
  }
503
- ar(a) {
504
- let b = stringReplace(stringReplace(a, this.a4, ""), "Component", "");
525
+ as(a) {
526
+ let b = stringReplace(stringReplace(a, this.a5, ""), "Component", "");
505
527
  b = CodeGeneratingComponentRenderer.d4(b);
506
528
  return this.j.v(b);
507
529
  }
508
- bi() {
509
- this.a1 = this.aa.e();
510
- this.ab.e();
530
+ bk() {
531
+ this.a2 = this.ab.e();
532
+ this.ac.e();
511
533
  }
512
- get_a4() {
534
+ get_a5() {
513
535
  return "";
514
536
  }
515
- get a4() {
516
- return this.get_a4();
537
+ get a5() {
538
+ return this.get_a5();
517
539
  }
518
- get am() {
519
- if (this.aa.f > 0) {
520
- return this.aa.d();
540
+ get an() {
541
+ if (this.ab.f > 0) {
542
+ return this.ab.d();
521
543
  }
522
- let a = stringReplace(stringReplace(this.an, this.a4, ""), "Component", "");
544
+ let a = stringReplace(stringReplace(this.ao, this.a5, ""), "Component", "");
523
545
  return CodeGeneratingComponentRenderer.d4(a);
524
546
  }
525
- get u() {
526
- return this.ac.f == 1;
547
+ get v() {
548
+ return this.ad.f == 1;
527
549
  }
528
550
  get o() {
529
- if (this.ab.f == 0) {
551
+ if (this.ac.f == 0) {
530
552
  return false;
531
553
  }
532
- return this.ab.d();
554
+ return this.ac.d();
533
555
  }
534
556
  get p() {
535
- if (this.aa.f > 0) {
557
+ if (this.ab.f > 0) {
536
558
  return true;
537
559
  }
538
560
  return false;
539
561
  }
540
- get_x() {
562
+ get_y() {
541
563
  return true;
542
564
  }
543
- get x() {
544
- return this.get_x();
565
+ get y() {
566
+ return this.get_y();
545
567
  }
546
568
  get_n() {
547
569
  return this.r;
@@ -549,33 +571,33 @@ export let CodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (() => {
549
571
  get n() {
550
572
  return this.get_n();
551
573
  }
552
- bj() {
553
- this.a1 = this.aa.e();
574
+ bl() {
575
+ this.a2 = this.ab.e();
554
576
  }
555
- ba(a) {
577
+ bc(a) {
556
578
  let b = this.f.toString();
557
579
  if (b.length > 0) {
558
580
  a.l(b);
559
581
  }
560
582
  }
561
- bd(a) {
583
+ bf(a) {
562
584
  let b = this.g.toString();
563
585
  if (b.length > 0) {
564
586
  a.l(b);
565
587
  }
566
588
  }
567
- a9(a) {
589
+ bb(a) {
568
590
  let b = this.e.toString();
569
591
  if (b.length > 0) {
570
592
  a.l(b);
571
593
  }
572
594
  }
573
- bb(a, b) {
574
- if (this.z.count > 0) {
575
- this.bc(a, this.z, b);
595
+ bd(a, b) {
596
+ if (this.aa.count > 0) {
597
+ this.be(a, this.aa, b);
576
598
  }
577
599
  }
578
- bc(a, b, c) {
600
+ be(a, b, c) {
579
601
  }
580
602
  }
581
603
  CodeGeneratingComponentRendererCodeEmitter.$t = markType(CodeGeneratingComponentRendererCodeEmitter, 'CodeGeneratingComponentRendererCodeEmitter');
@@ -588,9 +610,9 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
588
610
  class BlazorRazorCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
589
611
  constructor(a, b) {
590
612
  super(a, b);
591
- this.bq = 0;
592
- this.bo = new HashSet$1(String_$type, 0);
593
- this.bp = new HashSet$1(String_$type, 0);
613
+ this.bs = 0;
614
+ this.bq = new HashSet$1(String_$type, 0);
615
+ this.br = new HashSet$1(String_$type, 0);
594
616
  }
595
617
  get_r() {
596
618
  return false;
@@ -598,8 +620,8 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
598
620
  get r() {
599
621
  return this.get_r();
600
622
  }
601
- ao(a, b, c, d) {
602
- d = super.ao(a, b, c, d);
623
+ ap(a, b, c, d) {
624
+ d = super.ap(a, b, c, d);
603
625
  this.f.l("private " + b.m() + " _" + CodeGeneratingComponentRenderer.d4(d) + " = null;");
604
626
  this.f.l("public " + b.m() + " " + CodeGeneratingComponentRenderer.d5(d));
605
627
  this.f.l("{");
@@ -621,15 +643,15 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
621
643
  this.f.l("}");
622
644
  return CodeGeneratingComponentRenderer.d5(d);
623
645
  }
624
- ap(a, b, c, d, e) {
625
- e = super.ap(a, b, c, d, e);
646
+ aq(a, b, c, d, e) {
647
+ e = super.aq(a, b, c, d, e);
626
648
  let f = null;
627
649
  if (c.count > 0) {
628
650
  f = c._inner[0].q() + "[]";
629
651
  }
630
652
  else {
631
653
  let g = a.b.specificExternalType;
632
- f = CodeGenerationItemBuilder.n(this.k.platform, g, b, this.ai, this.aj) + "[]";
654
+ f = CodeGenerationItemBuilder.n(this.k.platform, g, b, this.aj, this.ak) + "[]";
633
655
  }
634
656
  this.f.l("private " + f + " _" + CodeGeneratingComponentRenderer.d4(e) + " = null;");
635
657
  this.f.l("public " + f + " " + CodeGeneratingComponentRenderer.d5(e));
@@ -659,10 +681,10 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
659
681
  i(a, b) {
660
682
  return new BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
661
683
  }
662
- get_x() {
684
+ get_y() {
663
685
  return false;
664
686
  }
665
- br(a, b, c) {
687
+ bt(a, b, c) {
666
688
  if (c.c == null) {
667
689
  return "null";
668
690
  }
@@ -688,7 +710,7 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
688
710
  f.b.knownType = 1;
689
711
  }
690
712
  if (f.b.knownType == 8) {
691
- e = this.a4 + e;
713
+ e = this.a5 + e;
692
714
  }
693
715
  let g = "@(new " + e + "[] { ";
694
716
  for (let h = 0; h < d.length; h++) {
@@ -697,55 +719,55 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
697
719
  }
698
720
  f.c = d[h];
699
721
  if (f.b.knownType == 2) {
700
- g += "\"" + this.a0(a, f, true) + "\"";
722
+ g += "\"" + this.a1(a, f, true) + "\"";
701
723
  }
702
724
  else {
703
- g += this.a0(a, f, true);
725
+ g += this.a1(a, f, true);
704
726
  }
705
727
  }
706
728
  g += " })";
707
729
  return g;
708
730
  }
709
- aq(a, b) {
731
+ ar(a, b) {
710
732
  let c = b.b.specificType;
711
733
  if (c == null) {
712
734
  c = b.b.specificExternalType;
713
735
  }
714
- return this.br(a, c, b);
736
+ return this.bt(a, c, b);
715
737
  }
716
- a8(a, b, c) {
717
- super.a8(a, b, c);
738
+ ba(a, b, c) {
739
+ super.ba(a, b, c);
718
740
  this.h.l("<" + a + "");
719
- if (!this.bo.contains(this.am)) {
720
- this.bo.add_1(this.am);
721
- if (!this.bp.contains(this.an)) {
722
- this.bp.add_1(this.an);
723
- this.a7(this.an);
741
+ if (!this.bq.contains(this.an)) {
742
+ this.bq.add_1(this.an);
743
+ if (!this.br.contains(this.ao)) {
744
+ this.br.add_1(this.ao);
745
+ this.a9(this.ao);
724
746
  }
725
- this.f.l("private " + this.an + " " + CodeGeneratingComponentRenderer.d4(this.am) + ";");
747
+ this.f.l("private " + this.ao + " " + CodeGeneratingComponentRenderer.d4(this.an) + ";");
726
748
  if (!this.p) {
727
- if (this.u) {
728
- this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.am) + " = this." + CodeGeneratingComponentRenderer.d4(this.am) + ";");
749
+ if (this.v) {
750
+ this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + ";");
729
751
  }
730
752
  }
731
753
  else {
732
- this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.am) + " = this." + CodeGeneratingComponentRenderer.d4(this.am) + ";");
754
+ this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + ";");
733
755
  }
734
756
  }
735
757
  }
736
- bm() {
758
+ bo() {
737
759
  this.h.l(">");
738
760
  this.h.h();
739
761
  }
740
- bh(a) {
762
+ bj(a) {
741
763
  this.h.f();
742
764
  this.h.l("</" + a + ">");
743
765
  this.h.l("");
744
- super.bh(a);
766
+ super.bj(a);
745
767
  }
746
- be(a, b, c, d) {
768
+ bg(a, b, c, d) {
747
769
  if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d5(c.b.propertyName)) && this.q(d, c)) {
748
- this.bn(c);
770
+ this.bp(c);
749
771
  if (a > 0) {
750
772
  this.h.l("");
751
773
  }
@@ -758,29 +780,29 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
758
780
  return;
759
781
  }
760
782
  if (this.s(c)) {
761
- this.bn(c);
762
- if (!this.bo.contains(this.am)) {
763
- this.bo.add_1(this.am);
764
- if (!this.bp.contains(this.an)) {
765
- this.bp.add_1(this.an);
766
- this.a7(this.an);
767
- }
768
- this.f.l("private " + this.an + " " + CodeGeneratingComponentRenderer.d4(this.am) + ";");
783
+ this.bp(c);
784
+ if (!this.bq.contains(this.an)) {
785
+ this.bq.add_1(this.an);
786
+ if (!this.br.contains(this.ao)) {
787
+ this.br.add_1(this.ao);
788
+ this.a9(this.ao);
789
+ }
790
+ this.f.l("private " + this.ao + " " + CodeGeneratingComponentRenderer.d4(this.an) + ";");
769
791
  if (!this.p) {
770
- if (this.u) {
771
- this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.am) + " = this." + CodeGeneratingComponentRenderer.d4(this.am) + ";");
792
+ if (this.v) {
793
+ this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + ";");
772
794
  }
773
795
  }
774
796
  else {
775
- this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.am) + " = this." + CodeGeneratingComponentRenderer.d4(this.am) + ";");
797
+ this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + ";");
776
798
  }
777
799
  }
778
- let e = CodeGeneratingComponentRenderer.d4(this.a0(d, c, true));
800
+ let e = CodeGeneratingComponentRenderer.d4(this.a1(d, c, true));
779
801
  let f = e;
780
802
  if (f != "null" && !stringStartsWith(f, "this.")) {
781
803
  f = "this." + f;
782
804
  }
783
- this.e.l(CodeGeneratingComponentRenderer.d4(this.am) + "." + b + " = " + f + ";");
805
+ this.e.l(CodeGeneratingComponentRenderer.d4(this.an) + "." + b + " = " + f + ";");
784
806
  return;
785
807
  }
786
808
  if (a > 0) {
@@ -807,24 +829,24 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
807
829
  this.h.j(b);
808
830
  this.h.j("=");
809
831
  this.h.j("\"");
810
- this.h.j(this.a0(d, c, true));
832
+ this.h.j(this.a1(d, c, true));
811
833
  this.h.j("\"");
812
834
  }
813
835
  if (b == "Name") {
814
836
  this.h.l("");
815
- this.h.j("@ref=\"" + CodeGeneratingComponentRenderer.d4(this.a0(d, c, true)) + "\"");
837
+ this.h.j("@ref=\"" + CodeGeneratingComponentRenderer.d4(this.a1(d, c, true)) + "\"");
816
838
  }
817
839
  }
818
- at(a) {
840
+ au(a) {
819
841
  let b = a.b != null ? a.b.specificType + "." : "";
820
842
  return b + (a.c != null ? a.c.toString() : "");
821
843
  }
822
- a0(a, b, c) {
844
+ a1(a, b, c) {
823
845
  if (b.b == null) {
824
846
  return b.c;
825
847
  }
826
848
  if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
827
- b.c = this.ad(b);
849
+ b.c = this.ae(b);
828
850
  }
829
851
  switch (b.b.knownType) {
830
852
  case 11:
@@ -854,9 +876,9 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
854
876
  }
855
877
  return b.c.toString();
856
878
  }
857
- return super.a0(a, b, c);
879
+ return super.a1(a, b, c);
858
880
  }
859
- ad(a) {
881
+ ae(a) {
860
882
  let b = a.c;
861
883
  switch (b.a) {
862
884
  case 3: return b.b;
@@ -866,21 +888,21 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
866
888
  }
867
889
  return b.b;
868
890
  }
869
- ax() {
891
+ ay() {
870
892
  return "@null";
871
893
  }
872
- as(a) {
894
+ at(a) {
873
895
  return CodeGeneratingComponentRenderer.d4(CodeGeneratingComponentRenderer.d4(a.a.e));
874
896
  }
875
- bs(a) {
897
+ bu(a) {
876
898
  a = stringReplace(a, "-", "_");
877
899
  return CodeGeneratingComponentRenderer.d5(a);
878
900
  }
879
- ay(a) {
880
- this.bn(a);
901
+ az(a) {
902
+ this.bp(a);
881
903
  return CodeGeneratingComponentRenderer.d5(a.a.e);
882
904
  }
883
- bf(a, b, c, d) {
905
+ bh(a, b, c, d) {
884
906
  if (c.b.knownType == 9) {
885
907
  let e = typeCast(IList_$type, c.c);
886
908
  if (e != null) {
@@ -899,7 +921,7 @@ export let BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
899
921
  }
900
922
  }
901
923
  }
902
- get_a4() {
924
+ get_a5() {
903
925
  return "Igb";
904
926
  }
905
927
  }
@@ -913,9 +935,9 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
913
935
  class BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
914
936
  constructor(a, b) {
915
937
  super(a, b);
916
- this.bq = 0;
917
- this.bo = new HashSet$1(String_$type, 0);
918
- this.bp = new HashSet$1(String_$type, 0);
938
+ this.bs = 0;
939
+ this.bq = new HashSet$1(String_$type, 0);
940
+ this.br = new HashSet$1(String_$type, 0);
919
941
  }
920
942
  get_r() {
921
943
  return true;
@@ -926,10 +948,10 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
926
948
  i(a, b) {
927
949
  return new BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
928
950
  }
929
- get_x() {
951
+ get_y() {
930
952
  return false;
931
953
  }
932
- br(a, b) {
954
+ bt(a, b) {
933
955
  if (b.c == null) {
934
956
  return "null";
935
957
  }
@@ -944,9 +966,9 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
944
966
  d += " }";
945
967
  return d;
946
968
  }
947
- aq(a, b) {
969
+ ar(a, b) {
948
970
  if (b.b.specificExternalType == "string") {
949
- return this.br(b.b.specificExternalType, b);
971
+ return this.bt(b.b.specificExternalType, b);
950
972
  }
951
973
  if (b.c == null) {
952
974
  return "null";
@@ -961,74 +983,74 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
961
983
  }
962
984
  return d;
963
985
  }
964
- a8(a, b, c) {
965
- super.a8(a, b, c);
966
- if (this.u) {
967
- this.h.l("var " + this.am + " = new " + a + "();");
986
+ ba(a, b, c) {
987
+ super.ba(a, b, c);
988
+ if (this.v) {
989
+ this.h.l("var " + this.an + " = new " + a + "();");
968
990
  }
969
991
  else {
970
- this.h.l("var " + this.am + " = new " + a + "();");
992
+ this.h.l("var " + this.an + " = new " + a + "();");
971
993
  }
972
- if (!this.bo.contains(this.am)) {
973
- this.bo.add_1(this.am);
974
- if (!this.bp.contains(this.an)) {
975
- this.bp.add_1(this.an);
976
- this.a7(this.an);
994
+ if (!this.bq.contains(this.an)) {
995
+ this.bq.add_1(this.an);
996
+ if (!this.br.contains(this.ao)) {
997
+ this.br.add_1(this.ao);
998
+ this.a9(this.ao);
977
999
  }
978
- this.f.l("private " + this.an + " " + CodeGeneratingComponentRenderer.d4(this.am) + ";");
1000
+ this.f.l("private " + this.ao + " " + CodeGeneratingComponentRenderer.d4(this.an) + ";");
979
1001
  if (!this.p) {
980
- if (this.u) {
981
- this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.am) + " = this." + CodeGeneratingComponentRenderer.d4(this.am) + ";");
1002
+ if (this.v) {
1003
+ this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + ";");
982
1004
  }
983
1005
  }
984
1006
  else {
985
- this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.am) + " = this." + CodeGeneratingComponentRenderer.d4(this.am) + ";");
1007
+ this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + ";");
986
1008
  }
987
1009
  }
988
1010
  }
989
- bm() {
1011
+ bo() {
990
1012
  }
991
- bh(a) {
992
- super.bh(a);
1013
+ bj(a) {
1014
+ super.bj(a);
993
1015
  }
994
- be(a, b, c, d) {
1016
+ bg(a, b, c, d) {
995
1017
  if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d5(c.b.propertyName)) && this.q(d, c)) {
996
- this.bn(c);
1018
+ this.bp(c);
997
1019
  if (a > 0) {
998
1020
  this.h.l("");
999
1021
  }
1000
1022
  if (c.a == null || c.a.e == null) {
1001
- this.h.j(this.am + "." + b + "Name = null;");
1023
+ this.h.j(this.an + "." + b + "Name = null;");
1002
1024
  }
1003
1025
  else {
1004
- this.h.j(this.am + "." + b + "Name = " + c.a.e + ";");
1026
+ this.h.j(this.an + "." + b + "Name = " + c.a.e + ";");
1005
1027
  }
1006
1028
  return;
1007
1029
  }
1008
1030
  if (this.s(c)) {
1009
- this.bn(c);
1010
- if (!this.bo.contains(this.am)) {
1011
- this.bo.add_1(this.am);
1012
- if (!this.bp.contains(this.an)) {
1013
- this.bp.add_1(this.an);
1014
- this.a7(this.an);
1015
- }
1016
- this.f.l("private " + this.an + " " + CodeGeneratingComponentRenderer.d4(this.am) + ";");
1031
+ this.bp(c);
1032
+ if (!this.bq.contains(this.an)) {
1033
+ this.bq.add_1(this.an);
1034
+ if (!this.br.contains(this.ao)) {
1035
+ this.br.add_1(this.ao);
1036
+ this.a9(this.ao);
1037
+ }
1038
+ this.f.l("private " + this.ao + " " + CodeGeneratingComponentRenderer.d4(this.an) + ";");
1017
1039
  if (!this.p) {
1018
- if (this.u) {
1019
- this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.am) + " = this." + CodeGeneratingComponentRenderer.d4(this.am) + ";");
1040
+ if (this.v) {
1041
+ this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + ";");
1020
1042
  }
1021
1043
  }
1022
1044
  else {
1023
- this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.am) + " = this." + CodeGeneratingComponentRenderer.d4(this.am) + ";");
1045
+ this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + ";");
1024
1046
  }
1025
1047
  }
1026
- let e = CodeGeneratingComponentRenderer.d4(this.a0(d, c, true));
1048
+ let e = CodeGeneratingComponentRenderer.d4(this.a1(d, c, true));
1027
1049
  let f = e;
1028
1050
  if (f != "null" && !stringStartsWith(f, "this.")) {
1029
1051
  f = "this." + f;
1030
1052
  }
1031
- this.e.l(CodeGeneratingComponentRenderer.d4(this.am) + "." + b + " = " + f + ";");
1053
+ this.e.l(CodeGeneratingComponentRenderer.d4(this.an) + "." + b + " = " + f + ";");
1032
1054
  return;
1033
1055
  }
1034
1056
  if (a > 0) {
@@ -1054,28 +1076,28 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
1054
1076
  }
1055
1077
  }
1056
1078
  }
1057
- this.h.j(this.am + ".");
1079
+ this.h.j(this.an + ".");
1058
1080
  this.h.j(b);
1059
1081
  this.h.j(" = ");
1060
1082
  if (h) {
1061
- this.h.j("\"" + this.a0(d, c, true) + "\"");
1083
+ this.h.j("\"" + this.a1(d, c, true) + "\"");
1062
1084
  }
1063
1085
  else {
1064
- this.h.j(this.a0(d, c, true));
1086
+ this.h.j(this.a1(d, c, true));
1065
1087
  }
1066
1088
  this.h.j(";");
1067
1089
  }
1068
1090
  }
1069
- at(a) {
1091
+ au(a) {
1070
1092
  let b = a.b != null ? a.b.specificType + "." : "";
1071
1093
  return b + (a.c != null ? a.c.toString() : "");
1072
1094
  }
1073
- a0(a, b, c) {
1095
+ a1(a, b, c) {
1074
1096
  if (b.b == null) {
1075
1097
  return "\"" + b.c + "\"";
1076
1098
  }
1077
1099
  if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
1078
- b.c = this.ad(b);
1100
+ b.c = this.ae(b);
1079
1101
  }
1080
1102
  switch (b.b.knownType) {
1081
1103
  case 11:
@@ -1107,12 +1129,12 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
1107
1129
  case 5:
1108
1130
  case 6:
1109
1131
  case 16:
1110
- case 2: return "\"" + super.a0(a, b, c) + "\"";
1132
+ case 2: return "\"" + super.a1(a, b, c) + "\"";
1111
1133
  case 9: throw new NotSupportedException(1, "shouldn't get here");
1112
1134
  }
1113
- return super.a0(a, b, c);
1135
+ return super.a1(a, b, c);
1114
1136
  }
1115
- ad(a) {
1137
+ ae(a) {
1116
1138
  let b = a.c;
1117
1139
  switch (b.a) {
1118
1140
  case 3: return b.b;
@@ -1122,21 +1144,21 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
1122
1144
  }
1123
1145
  return b.b;
1124
1146
  }
1125
- ax() {
1147
+ ay() {
1126
1148
  return "null";
1127
1149
  }
1128
- as(a) {
1150
+ at(a) {
1129
1151
  return CodeGeneratingComponentRenderer.d4(CodeGeneratingComponentRenderer.d4(a.a.e));
1130
1152
  }
1131
- bs(a) {
1153
+ bu(a) {
1132
1154
  a = stringReplace(a, "-", "_");
1133
1155
  return CodeGeneratingComponentRenderer.d5(a);
1134
1156
  }
1135
- ay(a) {
1136
- this.bn(a);
1157
+ az(a) {
1158
+ this.bp(a);
1137
1159
  return CodeGeneratingComponentRenderer.d5(a.a.e);
1138
1160
  }
1139
- bf(a, b, c, d) {
1161
+ bh(a, b, c, d) {
1140
1162
  if (c.b.knownType == 9) {
1141
1163
  let e = typeCast(IList_$type, c.c);
1142
1164
  if (e != null) {
@@ -1144,7 +1166,7 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
1144
1166
  if (typeCast(CodeGenerationItemBuilder.$, f) !== null) {
1145
1167
  let g = f;
1146
1168
  g.u(this, false);
1147
- this.h.l(this.am + "." + b + ".Add(" + this.a1 + ");");
1169
+ this.h.l(this.an + "." + b + ".Add(" + this.a2 + ");");
1148
1170
  }
1149
1171
  }
1150
1172
  }
@@ -1153,11 +1175,11 @@ export let BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PUR
1153
1175
  if (typeCast(CodeGenerationItemBuilder.$, c.c) !== null) {
1154
1176
  let h = c.c;
1155
1177
  h.u(this, false);
1156
- this.h.l(this.am + "." + b + " = " + this.a1 + ";");
1178
+ this.h.l(this.an + "." + b + " = " + this.a2 + ";");
1157
1179
  }
1158
1180
  }
1159
1181
  }
1160
- get_a4() {
1182
+ get_a5() {
1161
1183
  return "Igb";
1162
1184
  }
1163
1185
  }
@@ -1171,8 +1193,8 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1171
1193
  class ReactMarkupCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
1172
1194
  constructor(a, b) {
1173
1195
  super(a, b);
1174
- this.bo = new HashSet$1(String_$type, 0);
1175
- this.bp = new HashSet$1(String_$type, 0);
1196
+ this.bq = new HashSet$1(String_$type, 0);
1197
+ this.br = new HashSet$1(String_$type, 0);
1176
1198
  }
1177
1199
  get_r() {
1178
1200
  return false;
@@ -1180,8 +1202,8 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1180
1202
  get r() {
1181
1203
  return this.get_r();
1182
1204
  }
1183
- ao(a, b, c, d) {
1184
- d = super.ao(a, b, c, d);
1205
+ ap(a, b, c, d) {
1206
+ d = super.ap(a, b, c, d);
1185
1207
  let e = b.q();
1186
1208
  this.f.l("private " + " _" + CodeGeneratingComponentRenderer.d4(d) + ": " + e + " | null = null;");
1187
1209
  this.f.l("public get " + CodeGeneratingComponentRenderer.d4(d) + "(): " + e + " {");
@@ -1198,15 +1220,15 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1198
1220
  this.f.l("}");
1199
1221
  return CodeGeneratingComponentRenderer.d5(d);
1200
1222
  }
1201
- ap(a, b, c, d, e) {
1202
- e = super.ap(a, b, c, d, e);
1223
+ aq(a, b, c, d, e) {
1224
+ e = super.aq(a, b, c, d, e);
1203
1225
  let f = null;
1204
1226
  if (c.count > 0) {
1205
1227
  f = c._inner[0].q() + "[]";
1206
1228
  }
1207
1229
  else {
1208
1230
  let g = a.b.specificExternalType;
1209
- f = CodeGenerationItemBuilder.n(this.k.platform, g, b, this.ai, this.aj) + "[]";
1231
+ f = CodeGenerationItemBuilder.n(this.k.platform, g, b, this.aj, this.ak) + "[]";
1210
1232
  }
1211
1233
  this.f.l("private" + " _" + CodeGeneratingComponentRenderer.d4(e) + ": " + f + " | null = null;");
1212
1234
  this.f.l("public get " + CodeGeneratingComponentRenderer.d4(e) + "(): " + f + " {");
@@ -1230,7 +1252,7 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1230
1252
  i(a, b) {
1231
1253
  return new ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
1232
1254
  }
1233
- aq(a, b) {
1255
+ ar(a, b) {
1234
1256
  if (b.c == null) {
1235
1257
  return "{null}";
1236
1258
  }
@@ -1251,48 +1273,53 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1251
1273
  if (h > 0) {
1252
1274
  g += ", ";
1253
1275
  }
1254
- g += "\"" + f[h].toString() + "\"";
1276
+ if (b.b != null && (b.b.specificExternalType == "int" || b.b.specificExternalType == "double")) {
1277
+ g += f[h].toString();
1278
+ }
1279
+ else {
1280
+ g += "\"" + f[h].toString() + "\"";
1281
+ }
1255
1282
  }
1256
1283
  g += "]";
1257
1284
  return g;
1258
1285
  }
1259
- get_w() {
1286
+ get_x() {
1260
1287
  return true;
1261
1288
  }
1262
- get_a4() {
1289
+ get_a5() {
1263
1290
  return "Igr";
1264
1291
  }
1265
- a8(a, b, c) {
1266
- super.a8(a, b, c);
1267
- this.h.l("<" + this.br(a) + "");
1292
+ ba(a, b, c) {
1293
+ super.ba(a, b, c);
1294
+ this.h.l("<" + this.bt(a) + "");
1268
1295
  this.h.h();
1269
- if (!this.bp.contains(this.an)) {
1270
- this.bp.add_1(this.an);
1271
- this.a7(this.an);
1272
- }
1273
- if (!this.bo.contains(this.am)) {
1274
- this.bo.add_1(this.am);
1275
- this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.am) + ": " + this.an);
1276
- if (this.u) {
1277
- this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.am) + "Ref(r: " + this.an + ") {");
1296
+ if (!this.br.contains(this.ao)) {
1297
+ this.br.add_1(this.ao);
1298
+ this.a9(this.ao);
1299
+ }
1300
+ if (!this.bq.contains(this.an)) {
1301
+ this.bq.add_1(this.an);
1302
+ this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.an) + ": " + this.ao);
1303
+ if (this.v) {
1304
+ this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.an) + "Ref(r: " + this.ao + ") {");
1278
1305
  this.f.h();
1279
- this.f.l("this." + CodeGeneratingComponentRenderer.d4(this.am) + " = r;");
1306
+ this.f.l("this." + CodeGeneratingComponentRenderer.d4(this.an) + " = r;");
1280
1307
  this.f.l("this.setState({});");
1281
1308
  this.f.f();
1282
1309
  this.f.l("}");
1283
- this.g.l("this." + CodeGeneratingComponentRenderer.d4(this.am) + "Ref = " + "this." + CodeGeneratingComponentRenderer.d4(this.am) + "Ref.bind(this);");
1310
+ this.g.l("this." + CodeGeneratingComponentRenderer.d4(this.an) + "Ref = " + "this." + CodeGeneratingComponentRenderer.d4(this.an) + "Ref.bind(this);");
1284
1311
  }
1285
1312
  }
1286
1313
  }
1287
- br(a) {
1314
+ bt(a) {
1288
1315
  if (stringEndsWith(a, "Component")) {
1289
1316
  a = a.substr(0, a.length - ("Component").length);
1290
1317
  }
1291
1318
  return CodeGeneratingComponentRenderer.d5(a);
1292
1319
  }
1293
- bm() {
1294
- if (!this.u && !this.p) {
1295
- let a = this.bq();
1320
+ bo() {
1321
+ if (!this.v && !this.p) {
1322
+ let a = this.bs();
1296
1323
  this.h.l("");
1297
1324
  this.h.l("name=\"" + a + "\"");
1298
1325
  }
@@ -1300,31 +1327,31 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1300
1327
  this.h.l(">");
1301
1328
  this.h.h();
1302
1329
  }
1303
- bq() {
1304
- let a = CodeGeneratingComponentRenderer.d4(stringReplace(stringReplace(this.an, this.a4, ""), "Component", ""));
1330
+ bs() {
1331
+ let a = CodeGeneratingComponentRenderer.d4(stringReplace(stringReplace(this.ao, this.a5, ""), "Component", ""));
1305
1332
  a = this.k.u(a);
1306
1333
  return a;
1307
1334
  }
1308
- au(a) {
1335
+ av(a) {
1309
1336
  if (!stringIsNullOrEmpty(a.a.e)) {
1310
- this.bn(a);
1311
- if (!this.bo.contains(a.a.e)) {
1337
+ this.bp(a);
1338
+ if (!this.bq.contains(a.a.e)) {
1312
1339
  this.g.l("this." + CodeGeneratingComponentRenderer.d4(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d4(a.a.e) + ".bind(this);");
1313
1340
  }
1314
1341
  return "this." + CodeGeneratingComponentRenderer.d4(a.a.e);
1315
1342
  }
1316
- return this.ax();
1343
+ return this.ay();
1317
1344
  }
1318
- bh(a) {
1345
+ bj(a) {
1319
1346
  this.h.f();
1320
- this.h.l("</" + this.br(a) + ">");
1321
- super.bh(a);
1347
+ this.h.l("</" + this.bt(a) + ">");
1348
+ super.bj(a);
1322
1349
  }
1323
- be(a, b, c, d) {
1350
+ bg(a, b, c, d) {
1324
1351
  let e = CodeGeneratingComponentRenderer.d4(b);
1325
- let f = this.a0(d, c, true);
1352
+ let f = this.a1(d, c, true);
1326
1353
  if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d5(c.b.propertyName)) && this.q(d, c)) {
1327
- this.bn(c);
1354
+ this.bp(c);
1328
1355
  if (a > 0) {
1329
1356
  this.h.l("");
1330
1357
  }
@@ -1336,10 +1363,18 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1336
1363
  }
1337
1364
  return;
1338
1365
  }
1339
- if (!(e == "name") || !this.u) {
1366
+ if (!(e == "name") || !this.v) {
1340
1367
  let g = (c.b != null && c.b.knownType == 10);
1341
- if (this.q(d, c) || g) {
1342
- this.bn(c);
1368
+ if (this.q(d, c)) {
1369
+ this.bp(c);
1370
+ let h = CodeGeneratingComponentRenderer.d4(f);
1371
+ let i = h;
1372
+ if (i != "null" && !stringStartsWith(i, "this.")) {
1373
+ i = "this." + i;
1374
+ }
1375
+ f = "{" + i + "}";
1376
+ }
1377
+ else if (g) {
1343
1378
  f = "{" + f + "}";
1344
1379
  }
1345
1380
  if (a > 0) {
@@ -1357,15 +1392,15 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1357
1392
  a++;
1358
1393
  }
1359
1394
  if (e == "name") {
1360
- if (this.u) {
1395
+ if (this.v) {
1361
1396
  if (a > 0) {
1362
1397
  this.h.l("");
1363
1398
  }
1364
- this.h.j("ref={this." + CodeGeneratingComponentRenderer.d4(this.a0(d, c, true)) + "Ref}");
1399
+ this.h.j("ref={this." + CodeGeneratingComponentRenderer.d4(this.a1(d, c, true)) + "Ref}");
1365
1400
  }
1366
1401
  }
1367
1402
  }
1368
- ad(a) {
1403
+ ae(a) {
1369
1404
  let b = a.c;
1370
1405
  switch (b.a) {
1371
1406
  case 3: return b.b;
@@ -1375,16 +1410,16 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1375
1410
  }
1376
1411
  return b.b;
1377
1412
  }
1378
- ax() {
1413
+ ay() {
1379
1414
  return "null";
1380
1415
  }
1381
- as(a) {
1416
+ at(a) {
1382
1417
  return "this." + CodeGeneratingComponentRenderer.d4(a.a.e);
1383
1418
  }
1384
- ay(a) {
1419
+ az(a) {
1385
1420
  return "this." + CodeGeneratingComponentRenderer.d4(a.a.e);
1386
1421
  }
1387
- bf(a, b, c, d) {
1422
+ bh(a, b, c, d) {
1388
1423
  if (c.b.knownType == 9) {
1389
1424
  let e = typeCast(IList_$type, c.c);
1390
1425
  if (e != null) {
@@ -1403,9 +1438,9 @@ export let ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/
1403
1438
  }
1404
1439
  }
1405
1440
  }
1406
- bc(a, b, c) {
1407
- super.bc(a, b, c);
1408
- WebImportsHalper.a(this.k, this.a3, this.a2, this.a4, a, b, c);
1441
+ be(a, b, c) {
1442
+ super.be(a, b, c);
1443
+ WebImportsHalper.b(this.k, this.a4, this.a3, this.a5, a, b, c);
1409
1444
  }
1410
1445
  }
1411
1446
  ReactMarkupCodeGeneratingComponentRendererCodeEmitter.$t = markType(ReactMarkupCodeGeneratingComponentRendererCodeEmitter, 'ReactMarkupCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
@@ -1418,9 +1453,9 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1418
1453
  class WebCodeBehindCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
1419
1454
  constructor(a, b) {
1420
1455
  super(a, b);
1421
- this.br = 0;
1422
- this.bp = new HashSet$1(String_$type, 0);
1423
- this.bq = new HashSet$1(String_$type, 0);
1456
+ this.bt = 0;
1457
+ this.br = new HashSet$1(String_$type, 0);
1458
+ this.bs = new HashSet$1(String_$type, 0);
1424
1459
  }
1425
1460
  get_r() {
1426
1461
  return true;
@@ -1428,42 +1463,42 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1428
1463
  get r() {
1429
1464
  return this.get_r();
1430
1465
  }
1431
- bo(a) {
1466
+ bq(a) {
1432
1467
  if (!a.b.owningContext.hasStringUnionPlatforms(a.b.owningType, a.b.propertyName)) {
1433
1468
  return false;
1434
1469
  }
1435
1470
  let b = a.b.owningContext.getStringUnionPlatforms(a.b.owningType, a.b.propertyName);
1436
1471
  for (let c = 0; c < b.length; c++) {
1437
- if (b[c].toLowerCase() == this.a3) {
1472
+ if (b[c].toLowerCase() == this.a4) {
1438
1473
  return true;
1439
1474
  }
1440
1475
  }
1441
1476
  return false;
1442
1477
  }
1443
- at(a) {
1444
- if (this.bo(a)) {
1478
+ au(a) {
1479
+ if (this.bq(a)) {
1445
1480
  return "\"" + CodeGeneratingComponentRenderer.d6(a.c.toString()) + "\"";
1446
1481
  }
1447
1482
  else {
1448
- if (!this.bq.contains(a.b.specificType)) {
1449
- this.bq.add_1(a.b.specificType);
1483
+ if (!this.bs.contains(a.b.specificType)) {
1484
+ this.bs.add_1(a.b.specificType);
1450
1485
  if (a.b.owningContext.getMetadata(a.b.owningType, "__importTypes" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.k.platform)) != null) {
1451
1486
  let b = a.b.owningContext.getMetadata(a.b.owningType, "__importTypes" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.k.platform)).specificExternalType;
1452
- this.a7(a.b.specificType + ":" + b);
1487
+ this.a9(a.b.specificType + ":" + b);
1453
1488
  }
1454
1489
  else if (a.b.owningContext.getMetadata("Web" + a.b.owningType, "__importTypes" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.k.platform)) != null) {
1455
1490
  let c = a.b.owningContext.getMetadata("Web" + a.b.owningType, "__importTypes" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.k.platform)).specificExternalType;
1456
- this.a7(a.b.specificType + ":" + c);
1491
+ this.a9(a.b.specificType + ":" + c);
1457
1492
  }
1458
1493
  else {
1459
- this.a7(a.b.specificType);
1494
+ this.a9(a.b.specificType);
1460
1495
  }
1461
1496
  }
1462
1497
  let d = a.b != null ? a.b.specificType + "." : "";
1463
1498
  return d + (a.c != null ? a.c.toString() : "");
1464
1499
  }
1465
1500
  }
1466
- aq(a, b) {
1501
+ ar(a, b) {
1467
1502
  if (b.c == null) {
1468
1503
  return "null";
1469
1504
  }
@@ -1477,102 +1512,99 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1477
1512
  }
1478
1513
  return d + "]";
1479
1514
  }
1480
- get_w() {
1515
+ get_x() {
1481
1516
  return true;
1482
1517
  }
1483
- a8(a, b, c) {
1484
- super.a8(a, b, c);
1485
- let d = false;
1486
- if (c.getMetadata(b, "__isPlainObject") != null) {
1487
- d = true;
1488
- }
1518
+ ba(a, b, c) {
1519
+ super.ba(a, b, c);
1520
+ let d = this.u(b, c);
1489
1521
  if (d) {
1490
- if (this.u) {
1491
- this.h.l("var " + this.am + ": " + a + " = {} as " + a + ";");
1522
+ if (this.v) {
1523
+ this.h.l("var " + this.an + ": " + a + " = {} as " + a + ";");
1492
1524
  }
1493
1525
  else {
1494
- this.h.l("var " + this.am + ": " + a + " = {} as " + a + ";");
1526
+ this.h.l("var " + this.an + ": " + a + " = {} as " + a + ";");
1495
1527
  }
1496
1528
  }
1497
1529
  else {
1498
- if (this.u) {
1499
- this.h.l("var " + this.am + " = new " + a + "();");
1530
+ if (this.v) {
1531
+ this.h.l("var " + this.an + " = new " + a + "();");
1500
1532
  }
1501
1533
  else {
1502
- this.h.l("var " + this.am + " = new " + a + "();");
1534
+ this.h.l("var " + this.an + " = new " + a + "();");
1503
1535
  }
1504
1536
  }
1505
- if (!this.bp.contains(this.am)) {
1506
- this.bp.add_1(this.am);
1507
- if (!this.bq.contains(this.an)) {
1508
- this.bq.add_1(this.an);
1509
- this.a7(this.an);
1537
+ if (!this.br.contains(this.an)) {
1538
+ this.br.add_1(this.an);
1539
+ if (!this.bs.contains(this.ao)) {
1540
+ this.bs.add_1(this.ao);
1541
+ this.a9(this.ao);
1510
1542
  }
1511
- this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.am) + ": " + this.an);
1543
+ this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.an) + ": " + this.ao);
1512
1544
  if (!this.p) {
1513
- if (this.u) {
1514
- this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.am) + " = this." + CodeGeneratingComponentRenderer.d4(this.am) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d7(stringReplace(this.an, "Component", "")) + "') as " + this.an + ";");
1545
+ if (this.v) {
1546
+ this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d7(stringReplace(this.ao, "Component", "")) + "') as " + this.ao + ";");
1515
1547
  }
1516
1548
  }
1517
1549
  else {
1518
- this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.am) + " = this." + CodeGeneratingComponentRenderer.d4(this.am) + " = document.getElementById('" + this.am + "') as " + this.an + ";");
1550
+ this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + " = document.getElementById('" + this.an + "') as " + this.ao + ";");
1519
1551
  }
1520
1552
  }
1521
1553
  }
1522
- bs(a) {
1554
+ bu(a) {
1523
1555
  if (stringEndsWith(a, "Component")) {
1524
1556
  a = a.substr(0, a.length - ("Component").length);
1525
1557
  }
1526
1558
  return CodeGeneratingComponentRenderer.d7(a);
1527
1559
  }
1528
- bm() {
1560
+ bo() {
1529
1561
  this.h.l("");
1530
1562
  }
1531
- bg(a) {
1563
+ bi(a) {
1532
1564
  }
1533
- bh(a) {
1565
+ bj(a) {
1534
1566
  {
1535
1567
  this.h.l("");
1536
1568
  }
1537
- super.bh(a);
1569
+ super.bj(a);
1538
1570
  }
1539
- be(a, b, c, d) {
1571
+ bg(a, b, c, d) {
1540
1572
  let e = CodeGeneratingComponentRenderer.d4(b);
1541
1573
  if (e == "name" && c.b == null) {
1542
1574
  return;
1543
1575
  }
1544
1576
  if (this.s(c)) {
1545
- this.bn(c);
1546
- if (!this.bp.contains(this.am)) {
1547
- this.bp.add_1(this.am);
1548
- if (!this.bq.contains(this.an)) {
1549
- this.bq.add_1(this.an);
1550
- this.a7(this.an);
1551
- }
1552
- this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.am) + ": " + this.an);
1577
+ this.bp(c);
1578
+ if (!this.br.contains(this.an)) {
1579
+ this.br.add_1(this.an);
1580
+ if (!this.bs.contains(this.ao)) {
1581
+ this.bs.add_1(this.ao);
1582
+ this.a9(this.ao);
1583
+ }
1584
+ this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.an) + ": " + this.ao);
1553
1585
  if (!this.p) {
1554
- if (this.u) {
1555
- this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.am) + " = this." + CodeGeneratingComponentRenderer.d4(this.am) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d7(stringReplace(this.an, "Component", "")) + "') as " + this.an + ";");
1586
+ if (this.v) {
1587
+ this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d7(stringReplace(this.ao, "Component", "")) + "') as " + this.ao + ";");
1556
1588
  }
1557
1589
  }
1558
1590
  else {
1559
- this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.am) + " = this." + CodeGeneratingComponentRenderer.d4(this.am) + " = document.getElementById('" + this.am + "') as " + this.an + ";");
1591
+ this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + " = document.getElementById('" + this.an + "') as " + this.ao + ";");
1560
1592
  }
1561
1593
  }
1562
- let f = CodeGeneratingComponentRenderer.d4(this.a0(d, c, true));
1594
+ let f = CodeGeneratingComponentRenderer.d4(this.a1(d, c, true));
1563
1595
  let g = f;
1564
1596
  if (g != "null" && !stringStartsWith(g, "this.")) {
1565
1597
  g = "this." + g;
1566
1598
  }
1567
- if (this.an == "any" && stringContains(e, "-")) {
1568
- this.e.l(CodeGeneratingComponentRenderer.d4(this.am) + "['" + e + "'] = " + g + ";");
1599
+ if (this.ao == "any" && stringContains(e, "-")) {
1600
+ this.e.l(CodeGeneratingComponentRenderer.d4(this.an) + "['" + e + "'] = " + g + ";");
1569
1601
  }
1570
1602
  else {
1571
1603
  if (c.b != null && c.b.isCustomEvent) {
1572
- this.e.l(CodeGeneratingComponentRenderer.d4(this.am) + ".addEventListener(\"" + e + "\", " + g + ");");
1604
+ this.e.l(CodeGeneratingComponentRenderer.d4(this.an) + ".addEventListener(\"" + e + "\", " + g + ");");
1573
1605
  }
1574
1606
  else {
1575
- this.e.l(CodeGeneratingComponentRenderer.d4(this.am) + "." + e + " = " + g + ";");
1607
+ this.e.l(CodeGeneratingComponentRenderer.d4(this.an) + "." + e + " = " + g + ";");
1576
1608
  }
1577
1609
  }
1578
1610
  return;
@@ -1580,17 +1612,17 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1580
1612
  if (a > 0) {
1581
1613
  this.h.l("");
1582
1614
  }
1583
- if (this.an == "any" && stringContains(e, "-")) {
1584
- this.h.j(this.am + "." + CodeGeneratingComponentRenderer.d4(this.am) + "['" + e + "']");
1615
+ if (this.ao == "any" && stringContains(e, "-")) {
1616
+ this.h.j(this.an + "." + CodeGeneratingComponentRenderer.d4(this.an) + "['" + e + "']");
1585
1617
  }
1586
1618
  else {
1587
- this.h.j(this.am + "." + CodeGeneratingComponentRenderer.d4(e));
1619
+ this.h.j(this.an + "." + CodeGeneratingComponentRenderer.d4(e));
1588
1620
  }
1589
1621
  this.h.j(" = ");
1590
- this.h.j(this.a0(d, c, true));
1622
+ this.h.j(this.a1(d, c, true));
1591
1623
  this.h.j(";");
1592
1624
  }
1593
- ad(a) {
1625
+ ae(a) {
1594
1626
  let b = a.c;
1595
1627
  switch (b.a) {
1596
1628
  case 3: return b.b;
@@ -1600,31 +1632,31 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1600
1632
  }
1601
1633
  return b.b;
1602
1634
  }
1603
- ax() {
1635
+ ay() {
1604
1636
  return "null";
1605
1637
  }
1606
- as(a) {
1638
+ at(a) {
1607
1639
  return CodeGeneratingComponentRenderer.d4(a.a.e);
1608
1640
  }
1609
- ay(a) {
1641
+ az(a) {
1610
1642
  return CodeGeneratingComponentRenderer.d4(a.a.e);
1611
1643
  }
1612
- au(a) {
1644
+ av(a) {
1613
1645
  if (!stringIsNullOrEmpty(a.a.e)) {
1614
- this.bn(a);
1615
- if (!this.bp.contains(a.a.e)) {
1646
+ this.bp(a);
1647
+ if (!this.br.contains(a.a.e)) {
1616
1648
  this.g.l("this." + CodeGeneratingComponentRenderer.d4(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d4(a.a.e) + ".bind(this);");
1617
1649
  }
1618
1650
  return "this." + CodeGeneratingComponentRenderer.d4(a.a.e);
1619
1651
  }
1620
- return this.ax();
1652
+ return this.ay();
1621
1653
  }
1622
- a0(a, b, c) {
1654
+ a1(a, b, c) {
1623
1655
  if (b.b == null) {
1624
1656
  return "\"" + b.c + "\"";
1625
1657
  }
1626
1658
  if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
1627
- b.c = this.ad(b);
1659
+ b.c = this.ae(b);
1628
1660
  }
1629
1661
  switch (b.b.knownType) {
1630
1662
  case 11:
@@ -1657,12 +1689,12 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1657
1689
  case 23:
1658
1690
  case 6:
1659
1691
  case 16:
1660
- case 2: return "\"" + super.a0(a, b, c) + "\"";
1692
+ case 2: return "\"" + super.a1(a, b, c) + "\"";
1661
1693
  case 9: throw new NotSupportedException(1, "shouldn't get here");
1662
1694
  }
1663
- return super.a0(a, b, c);
1695
+ return super.a1(a, b, c);
1664
1696
  }
1665
- bf(a, b, c, d) {
1697
+ bh(a, b, c, d) {
1666
1698
  if (c.b.knownType == 9) {
1667
1699
  let e = typeCast(IList_$type, c.c);
1668
1700
  if (e != null) {
@@ -1680,12 +1712,12 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1680
1712
  if (k) {
1681
1713
  if (f) {
1682
1714
  f = false;
1683
- this.h.l(this.am + "." + b + " = []");
1715
+ this.h.l(this.an + "." + b + " = []");
1684
1716
  }
1685
- this.h.l(this.am + "." + b + ".push(" + this.a1 + ");");
1717
+ this.h.l(this.an + "." + b + ".push(" + this.a2 + ");");
1686
1718
  }
1687
1719
  else {
1688
- this.h.l(this.am + "." + b + ".add(" + this.a1 + ");");
1720
+ this.h.l(this.an + "." + b + ".add(" + this.a2 + ");");
1689
1721
  }
1690
1722
  }
1691
1723
  }
@@ -1695,7 +1727,7 @@ export let WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
1695
1727
  if (typeCast(CodeGenerationItemBuilder.$, c.c) !== null) {
1696
1728
  let l = c.c;
1697
1729
  l.u(this, false);
1698
- this.h.l(this.am + "." + b + " = " + this.a1 + ";");
1730
+ this.h.l(this.an + "." + b + " = " + this.a2 + ";");
1699
1731
  }
1700
1732
  }
1701
1733
  }
@@ -1717,12 +1749,19 @@ export let ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
1717
1749
  i(a, b) {
1718
1750
  return new ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
1719
1751
  }
1720
- get_a4() {
1752
+ get_a5() {
1721
1753
  return "Igc";
1722
1754
  }
1723
- bc(a, b, c) {
1724
- super.bc(a, b, c);
1725
- WebImportsHalper.a(this.k, this.a3, this.a2, this.a4, a, b, c);
1755
+ be(a, b, c) {
1756
+ super.be(a, b, c);
1757
+ WebImportsHalper.b(this.k, this.a4, this.a3, this.a5, a, b, c);
1758
+ }
1759
+ bv(a, b) {
1760
+ let c = false;
1761
+ if (b.getMetadata(a, "__isPlainObject") != null && b.getMetadata(a, "__marshalByValue") == null) {
1762
+ c = true;
1763
+ }
1764
+ return c;
1726
1765
  }
1727
1766
  }
1728
1767
  ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
@@ -1735,9 +1774,9 @@ export let WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__
1735
1774
  class WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
1736
1775
  constructor(a, b) {
1737
1776
  super(a, b);
1738
- this.br = 0;
1739
- this.bp = new HashSet$1(String_$type, 0);
1740
- this.bq = new HashSet$1(String_$type, 0);
1777
+ this.bt = 0;
1778
+ this.br = new HashSet$1(String_$type, 0);
1779
+ this.bs = new HashSet$1(String_$type, 0);
1741
1780
  }
1742
1781
  get_r() {
1743
1782
  return false;
@@ -1745,31 +1784,31 @@ export let WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__
1745
1784
  get r() {
1746
1785
  return this.get_r();
1747
1786
  }
1748
- bo(a) {
1787
+ bq(a) {
1749
1788
  if (!a.b.owningContext.hasStringUnionPlatforms(a.b.owningType, a.b.propertyName)) {
1750
1789
  return false;
1751
1790
  }
1752
1791
  let b = a.b.owningContext.getStringUnionPlatforms(a.b.owningType, a.b.propertyName);
1753
1792
  for (let c = 0; c < b.length; c++) {
1754
- if (b[c].toLowerCase() == this.a3) {
1793
+ if (b[c].toLowerCase() == this.a4) {
1755
1794
  return true;
1756
1795
  }
1757
1796
  }
1758
1797
  return false;
1759
1798
  }
1760
- at(a) {
1761
- if (this.bo(a)) {
1799
+ au(a) {
1800
+ if (this.bq(a)) {
1762
1801
  return CodeGeneratingComponentRenderer.d6(a.c.toString());
1763
1802
  }
1764
1803
  else {
1765
- return super.at(a);
1804
+ return super.au(a);
1766
1805
  }
1767
1806
  }
1768
1807
  i(a, b) {
1769
1808
  return new WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
1770
1809
  }
1771
- ao(a, b, c, d) {
1772
- d = super.ao(a, b, c, d);
1810
+ ap(a, b, c, d) {
1811
+ d = super.ap(a, b, c, d);
1773
1812
  let e = b.q();
1774
1813
  this.f.l("private" + " _" + CodeGeneratingComponentRenderer.d4(d) + ": " + e + " | null = null;");
1775
1814
  this.f.l("public get " + CodeGeneratingComponentRenderer.d4(d) + "(): " + e + " {");
@@ -1786,15 +1825,15 @@ export let WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__
1786
1825
  this.f.l("}");
1787
1826
  return CodeGeneratingComponentRenderer.d5(d);
1788
1827
  }
1789
- ap(a, b, c, d, e) {
1790
- e = super.ap(a, b, c, d, e);
1828
+ aq(a, b, c, d, e) {
1829
+ e = super.aq(a, b, c, d, e);
1791
1830
  let f = null;
1792
1831
  if (c.count > 0) {
1793
1832
  f = c._inner[0].q() + "[]";
1794
1833
  }
1795
1834
  else {
1796
1835
  let g = a.b.specificExternalType;
1797
- f = CodeGenerationItemBuilder.n(this.k.platform, g, b, this.ai, this.aj) + "[]";
1836
+ f = CodeGenerationItemBuilder.n(this.k.platform, g, b, this.aj, this.ak) + "[]";
1798
1837
  }
1799
1838
  this.f.l("private" + " _" + CodeGeneratingComponentRenderer.d4(e) + ": " + f + " | null = null;");
1800
1839
  this.f.l("public get " + CodeGeneratingComponentRenderer.d4(e) + "(): " + f + " {");
@@ -1815,7 +1854,7 @@ export let WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__
1815
1854
  this.f.l("}");
1816
1855
  return CodeGeneratingComponentRenderer.d5(e);
1817
1856
  }
1818
- aq(a, b) {
1857
+ ar(a, b) {
1819
1858
  if (b.c == null) {
1820
1859
  return "null";
1821
1860
  }
@@ -1829,81 +1868,81 @@ export let WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__
1829
1868
  }
1830
1869
  return d;
1831
1870
  }
1832
- get_w() {
1871
+ get_x() {
1833
1872
  return true;
1834
1873
  }
1835
- a8(a, b, c) {
1836
- super.a8(a, b, c);
1837
- this.h.l("<" + this.bs(a) + "");
1838
- if (!this.bp.contains(this.am)) {
1839
- this.bp.add_1(this.am);
1840
- if (!this.bq.contains(this.an)) {
1841
- this.bq.add_1(this.an);
1842
- this.a7(this.an);
1874
+ ba(a, b, c) {
1875
+ super.ba(a, b, c);
1876
+ this.h.l("<" + this.bu(a) + "");
1877
+ if (!this.br.contains(this.an)) {
1878
+ this.br.add_1(this.an);
1879
+ if (!this.bs.contains(this.ao)) {
1880
+ this.bs.add_1(this.ao);
1881
+ this.a9(this.ao);
1843
1882
  }
1844
- this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.am) + ": " + this.an);
1883
+ this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.an) + ": " + this.ao);
1845
1884
  if (!this.p) {
1846
- if (this.u) {
1847
- this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.am) + " = this." + CodeGeneratingComponentRenderer.d4(this.am) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d7(stringReplace(this.an, "Component", "")) + "') as " + this.an + ";");
1885
+ if (this.v) {
1886
+ this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d7(stringReplace(this.ao, "Component", "")) + "') as " + this.ao + ";");
1848
1887
  }
1849
1888
  }
1850
1889
  else {
1851
- this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.am) + " = this." + CodeGeneratingComponentRenderer.d4(this.am) + " = document.getElementById('" + this.am + "') as " + this.an + ";");
1890
+ this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + " = document.getElementById('" + this.an + "') as " + this.ao + ";");
1852
1891
  }
1853
1892
  }
1854
1893
  }
1855
- bs(a) {
1894
+ bu(a) {
1856
1895
  if (stringEndsWith(a, "Component")) {
1857
1896
  a = a.substr(0, a.length - ("Component").length);
1858
1897
  }
1859
1898
  return CodeGeneratingComponentRenderer.d7(a);
1860
1899
  }
1861
- bm() {
1900
+ bo() {
1862
1901
  this.h.l(">");
1863
1902
  this.h.h();
1864
1903
  }
1865
- bh(a) {
1904
+ bj(a) {
1866
1905
  this.h.f();
1867
- this.h.l("</" + this.bs(a) + ">");
1868
- super.bh(a);
1906
+ this.h.l("</" + this.bu(a) + ">");
1907
+ super.bj(a);
1869
1908
  }
1870
- get_a4() {
1909
+ get_a5() {
1871
1910
  return "Igc";
1872
1911
  }
1873
- bc(a, b, c) {
1874
- super.bc(a, b, c);
1875
- WebImportsHalper.a(this.k, this.a3, this.a2, this.a4, a, b, c);
1912
+ be(a, b, c) {
1913
+ super.be(a, b, c);
1914
+ WebImportsHalper.b(this.k, this.a4, this.a3, this.a5, a, b, c);
1876
1915
  }
1877
- be(a, b, c, d) {
1916
+ bg(a, b, c, d) {
1878
1917
  let e = CodeGeneratingComponentRenderer.d4(b);
1879
1918
  if (this.q(d, c)) {
1880
- this.bn(c);
1881
- if (!this.bp.contains(this.am)) {
1882
- this.bp.add_1(this.am);
1883
- if (!this.bq.contains(this.an)) {
1884
- this.bq.add_1(this.an);
1885
- this.a7(this.an);
1886
- }
1887
- this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.am) + ": " + this.an);
1919
+ this.bp(c);
1920
+ if (!this.br.contains(this.an)) {
1921
+ this.br.add_1(this.an);
1922
+ if (!this.bs.contains(this.ao)) {
1923
+ this.bs.add_1(this.ao);
1924
+ this.a9(this.ao);
1925
+ }
1926
+ this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.an) + ": " + this.ao);
1888
1927
  if (!this.p) {
1889
- if (this.u) {
1890
- this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.am) + " = this." + CodeGeneratingComponentRenderer.d4(this.am) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d7(stringReplace(this.an, "Component", "")) + "') as " + this.an + ";");
1928
+ if (this.v) {
1929
+ this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d7(stringReplace(this.ao, "Component", "")) + "') as " + this.ao + ";");
1891
1930
  }
1892
1931
  }
1893
1932
  else {
1894
- this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.am) + " = this." + CodeGeneratingComponentRenderer.d4(this.am) + " = document.getElementById('" + this.am + "') as " + this.an + ";");
1933
+ this.g.l("var " + CodeGeneratingComponentRenderer.d4(this.an) + " = this." + CodeGeneratingComponentRenderer.d4(this.an) + " = document.getElementById('" + this.an + "') as " + this.ao + ";");
1895
1934
  }
1896
1935
  }
1897
- let f = CodeGeneratingComponentRenderer.d4(this.a0(d, c, true));
1936
+ let f = CodeGeneratingComponentRenderer.d4(this.a1(d, c, true));
1898
1937
  let g = f;
1899
1938
  if (g != "null" && !stringStartsWith(g, "this.")) {
1900
1939
  g = "this." + g;
1901
1940
  }
1902
1941
  if (c.b.isCustomEvent) {
1903
- this.e.l(CodeGeneratingComponentRenderer.d4(this.am) + ".addEventListener(\"" + e + "\", " + g + ");");
1942
+ this.e.l(CodeGeneratingComponentRenderer.d4(this.an) + ".addEventListener(\"" + e + "\", " + g + ");");
1904
1943
  }
1905
1944
  else {
1906
- this.e.l(CodeGeneratingComponentRenderer.d4(this.am) + "." + e + " = " + g + ";");
1945
+ this.e.l(CodeGeneratingComponentRenderer.d4(this.an) + "." + e + " = " + g + ";");
1907
1946
  }
1908
1947
  return;
1909
1948
  }
@@ -1913,14 +1952,14 @@ export let WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__
1913
1952
  this.h.j(CodeGeneratingComponentRenderer.d7(e));
1914
1953
  this.h.j("=");
1915
1954
  this.h.j("\"");
1916
- this.h.j(this.a0(d, c, true));
1955
+ this.h.j(this.a1(d, c, true));
1917
1956
  this.h.j("\"");
1918
1957
  if (e == "name") {
1919
1958
  this.h.l("");
1920
- this.h.j("id=\"" + this.a0(d, c, true) + "\"");
1959
+ this.h.j("id=\"" + this.a1(d, c, true) + "\"");
1921
1960
  }
1922
1961
  }
1923
- ad(a) {
1962
+ ae(a) {
1924
1963
  let b = a.c;
1925
1964
  switch (b.a) {
1926
1965
  case 3: return b.b;
@@ -1930,26 +1969,26 @@ export let WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /*@__
1930
1969
  }
1931
1970
  return b.b;
1932
1971
  }
1933
- ax() {
1972
+ ay() {
1934
1973
  return "null";
1935
1974
  }
1936
- as(a) {
1975
+ at(a) {
1937
1976
  return CodeGeneratingComponentRenderer.d4(a.a.e);
1938
1977
  }
1939
- ay(a) {
1978
+ az(a) {
1940
1979
  return CodeGeneratingComponentRenderer.d4(a.a.e);
1941
1980
  }
1942
- au(a) {
1981
+ av(a) {
1943
1982
  if (!stringIsNullOrEmpty(a.a.e)) {
1944
- this.bn(a);
1945
- if (!this.bp.contains(a.a.e)) {
1983
+ this.bp(a);
1984
+ if (!this.br.contains(a.a.e)) {
1946
1985
  this.g.l("this." + CodeGeneratingComponentRenderer.d4(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d4(a.a.e) + ".bind(this);");
1947
1986
  }
1948
1987
  return "this." + CodeGeneratingComponentRenderer.d4(a.a.e);
1949
1988
  }
1950
- return this.ax();
1989
+ return this.ay();
1951
1990
  }
1952
- bf(a, b, c, d) {
1991
+ bh(a, b, c, d) {
1953
1992
  if (c.b.knownType == 9) {
1954
1993
  let e = typeCast(IList_$type, c.c);
1955
1994
  if (e != null) {
@@ -1983,12 +2022,12 @@ export let WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter = /
1983
2022
  i(a, b) {
1984
2023
  return new WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
1985
2024
  }
1986
- get_a4() {
2025
+ get_a5() {
1987
2026
  return "Igc";
1988
2027
  }
1989
- bc(a, b, c) {
1990
- super.bc(a, b, c);
1991
- WebImportsHalper.a(this.k, this.a3, this.a2, this.a4, a, b, c);
2028
+ be(a, b, c) {
2029
+ super.be(a, b, c);
2030
+ WebImportsHalper.b(this.k, this.a4, this.a3, this.a5, a, b, c);
1992
2031
  }
1993
2032
  }
1994
2033
  WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
@@ -2012,7 +2051,7 @@ export let TSCodeGeneratingComponentRendererHandlerEmitter = /*@__PURE__*/ (() =
2012
2051
  super.u(a, b);
2013
2052
  this.h.l("this." + CodeGeneratingComponentRenderer.d4(a) + "();");
2014
2053
  }
2015
- get x() {
2054
+ get z() {
2016
2055
  switch (this.w) {
2017
2056
  case 1: return "angular";
2018
2057
  case 2: return "react";
@@ -2020,7 +2059,7 @@ export let TSCodeGeneratingComponentRendererHandlerEmitter = /*@__PURE__*/ (() =
2020
2059
  }
2021
2060
  return "";
2022
2061
  }
2023
- get y() {
2062
+ get aa() {
2024
2063
  switch (this.w) {
2025
2064
  case 1: return "Igx";
2026
2065
  case 2: return "Igr";
@@ -2034,21 +2073,26 @@ export let TSCodeGeneratingComponentRendererHandlerEmitter = /*@__PURE__*/ (() =
2034
2073
  c.execute(b, (d, e, f) => {
2035
2074
  let g = d(1);
2036
2075
  let h = d(2);
2037
- h = stringReplace(h, "webcomponents", this.x);
2038
- h = stringReplace(h, "react", this.x);
2039
- h = stringReplace(h, "angular", this.x);
2076
+ h = stringReplace(h, "webcomponents", this.z);
2077
+ h = stringReplace(h, "react", this.z);
2078
+ h = stringReplace(h, "angular", this.z);
2079
+ if (this.z == "angular" || this.z == "react") {
2080
+ if (stringContains(h, "/grids")) {
2081
+ h = stringReplace(h, "/grids", "");
2082
+ }
2083
+ }
2040
2084
  let i = g.split(',');
2041
2085
  for (let k = 0; k < i.length; k++) {
2042
2086
  let j = i[k];
2043
2087
  let l = j.trim();
2044
2088
  if (stringStartsWith(l, "Igc")) {
2045
- l = this.y + l.substr(3);
2089
+ l = this.aa + l.substr(3);
2046
2090
  }
2047
2091
  if (stringStartsWith(l, "Igr")) {
2048
- l = this.y + l.substr(3);
2092
+ l = this.aa + l.substr(3);
2049
2093
  }
2050
2094
  if (stringStartsWith(l, "Igx")) {
2051
- l = this.y + l.substr(3);
2095
+ l = this.aa + l.substr(3);
2052
2096
  }
2053
2097
  if (stringStartsWith(l, "Igr") && stringEndsWith(l, "Component")) {
2054
2098
  l = l.substr(0, l.length - ("Component").length);
@@ -2058,7 +2102,34 @@ export let TSCodeGeneratingComponentRendererHandlerEmitter = /*@__PURE__*/ (() =
2058
2102
  return null;
2059
2103
  });
2060
2104
  }
2061
- q(a) {
2105
+ get_y() {
2106
+ switch (this.n.platform) {
2107
+ case 1: return "Component";
2108
+ case 2: return "";
2109
+ case 3: return "Component";
2110
+ case 4: return "";
2111
+ case 0: return "";
2112
+ }
2113
+ return "";
2114
+ }
2115
+ get y() {
2116
+ return this.get_y();
2117
+ }
2118
+ get_x() {
2119
+ switch (this.n.platform) {
2120
+ case 1: return "Igx";
2121
+ case 2: return "Igr";
2122
+ case 3: return "Igc";
2123
+ case 4: return "Ultra";
2124
+ case 0: return "Xam";
2125
+ case 5: return "Igb";
2126
+ }
2127
+ return "";
2128
+ }
2129
+ get x() {
2130
+ return this.get_x();
2131
+ }
2132
+ q(a, b) {
2062
2133
  return a;
2063
2134
  }
2064
2135
  }
@@ -2360,9 +2431,9 @@ export let AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
2360
2431
  class AngularTemplateCodeGeneratingComponentRendererCodeEmitter extends CodeGeneratingComponentRendererCodeEmitter {
2361
2432
  constructor(a, b) {
2362
2433
  super(a, b);
2363
- this.bq = 0;
2364
- this.bo = new HashSet$1(String_$type, 0);
2365
- this.bp = new HashSet$1(String_$type, 0);
2434
+ this.bs = 0;
2435
+ this.bq = new HashSet$1(String_$type, 0);
2436
+ this.br = new HashSet$1(String_$type, 0);
2366
2437
  }
2367
2438
  get_r() {
2368
2439
  return false;
@@ -2370,8 +2441,8 @@ export let AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
2370
2441
  get r() {
2371
2442
  return this.get_r();
2372
2443
  }
2373
- ao(a, b, c, d) {
2374
- d = super.ao(a, b, c, d);
2444
+ ap(a, b, c, d) {
2445
+ d = super.ap(a, b, c, d);
2375
2446
  let e = b.q();
2376
2447
  this.f.l("private " + " _" + CodeGeneratingComponentRenderer.d4(d) + ": " + e + " | null = null;");
2377
2448
  this.f.l("public get " + CodeGeneratingComponentRenderer.d4(d) + "(): " + e + " {");
@@ -2388,15 +2459,15 @@ export let AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
2388
2459
  this.f.l("}");
2389
2460
  return CodeGeneratingComponentRenderer.d5(d);
2390
2461
  }
2391
- ap(a, b, c, d, e) {
2392
- e = super.ap(a, b, c, d, e);
2462
+ aq(a, b, c, d, e) {
2463
+ e = super.aq(a, b, c, d, e);
2393
2464
  let f = null;
2394
2465
  if (c.count > 0) {
2395
2466
  f = c._inner[0].q() + "[]";
2396
2467
  }
2397
2468
  else {
2398
2469
  let g = a.b.specificExternalType;
2399
- f = CodeGenerationItemBuilder.n(this.k.platform, g, b, this.ai, this.aj) + "[]";
2470
+ f = CodeGenerationItemBuilder.n(this.k.platform, g, b, this.aj, this.ak) + "[]";
2400
2471
  }
2401
2472
  this.f.l("private" + " _" + CodeGeneratingComponentRenderer.d4(e) + ": " + f + " | null = null;");
2402
2473
  this.f.l("public get " + CodeGeneratingComponentRenderer.d4(e) + "(): " + f + " {");
@@ -2420,7 +2491,7 @@ export let AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
2420
2491
  i(a, b) {
2421
2492
  return new AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
2422
2493
  }
2423
- aq(a, b) {
2494
+ ar(a, b) {
2424
2495
  if (b.c == null) {
2425
2496
  return "null";
2426
2497
  }
@@ -2434,48 +2505,48 @@ export let AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
2434
2505
  }
2435
2506
  return d;
2436
2507
  }
2437
- get_w() {
2508
+ get_x() {
2438
2509
  return true;
2439
2510
  }
2440
- get_a4() {
2511
+ get_a5() {
2441
2512
  return "Igx";
2442
2513
  }
2443
- a8(a, b, c) {
2444
- super.a8(a, b, c);
2445
- this.h.l("<" + this.br(a) + "");
2446
- if (!this.bo.contains(this.am)) {
2447
- this.bo.add_1(this.am);
2448
- if (!this.bp.contains(this.an)) {
2449
- this.bp.add_1(this.an);
2450
- this.a7(this.an);
2514
+ ba(a, b, c) {
2515
+ super.ba(a, b, c);
2516
+ this.h.l("<" + this.bt(a) + "");
2517
+ if (!this.bq.contains(this.an)) {
2518
+ this.bq.add_1(this.an);
2519
+ if (!this.br.contains(this.ao)) {
2520
+ this.br.add_1(this.ao);
2521
+ this.a9(this.ao);
2451
2522
  }
2452
- this.f.l("@ViewChild(\"" + CodeGeneratingComponentRenderer.d4(this.am) + "\", { static: true } )");
2453
- this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.am) + ": " + this.an);
2523
+ this.f.l("@ViewChild(\"" + CodeGeneratingComponentRenderer.d4(this.an) + "\", { static: true } )");
2524
+ this.f.l("private " + CodeGeneratingComponentRenderer.d4(this.an) + ": " + this.ao);
2454
2525
  }
2455
2526
  }
2456
- bc(a, b, c) {
2457
- super.bc(a, b, c);
2458
- WebImportsHalper.a(this.k, this.a3, this.a2, this.a4, a, b, c);
2527
+ be(a, b, c) {
2528
+ super.be(a, b, c);
2529
+ WebImportsHalper.b(this.k, this.a4, this.a3, this.a5, a, b, c);
2459
2530
  }
2460
- br(a) {
2531
+ bt(a) {
2461
2532
  if (stringEndsWith(a, "Component")) {
2462
2533
  a = a.substr(0, a.length - ("Component").length);
2463
2534
  }
2464
2535
  return CodeGeneratingComponentRenderer.d7(a);
2465
2536
  }
2466
- bm() {
2537
+ bo() {
2467
2538
  this.h.l(">");
2468
2539
  this.h.h();
2469
2540
  }
2470
- bh(a) {
2541
+ bj(a) {
2471
2542
  this.h.f();
2472
- this.h.l("</" + this.br(a) + ">");
2473
- super.bh(a);
2543
+ this.h.l("</" + this.bt(a) + ">");
2544
+ super.bj(a);
2474
2545
  }
2475
- be(a, b, c, d) {
2546
+ bg(a, b, c, d) {
2476
2547
  let e = CodeGeneratingComponentRenderer.d4(b);
2477
2548
  if (this.q(d, c)) {
2478
- this.bn(c);
2549
+ this.bp(c);
2479
2550
  if (this.t(c)) {
2480
2551
  e = "(" + e + ")";
2481
2552
  }
@@ -2489,21 +2560,21 @@ export let AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
2489
2560
  this.h.j(e);
2490
2561
  this.h.j("=");
2491
2562
  this.h.j("\"");
2492
- this.h.j(this.a0(d, c, true));
2563
+ this.h.j(this.a1(d, c, true));
2493
2564
  this.h.j("\"");
2494
2565
  if (e == "name") {
2495
2566
  this.h.l("");
2496
- this.h.j("#" + CodeGeneratingComponentRenderer.d4(this.a0(d, c, true)));
2567
+ this.h.j("#" + CodeGeneratingComponentRenderer.d4(this.a1(d, c, true)));
2497
2568
  }
2498
2569
  }
2499
- au(a) {
2570
+ av(a) {
2500
2571
  if (!stringIsNullOrEmpty(a.a.e)) {
2501
- this.bn(a);
2572
+ this.bp(a);
2502
2573
  return "this." + CodeGeneratingComponentRenderer.d4(a.a.e) + "($event)";
2503
2574
  }
2504
- return this.ax();
2575
+ return this.ay();
2505
2576
  }
2506
- ad(a) {
2577
+ ae(a) {
2507
2578
  let b = a.c;
2508
2579
  switch (b.a) {
2509
2580
  case 3: return b.b;
@@ -2513,16 +2584,16 @@ export let AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /*@__PURE
2513
2584
  }
2514
2585
  return b.b;
2515
2586
  }
2516
- ax() {
2587
+ ay() {
2517
2588
  return "null";
2518
2589
  }
2519
- as(a) {
2590
+ at(a) {
2520
2591
  return CodeGeneratingComponentRenderer.d4(a.a.e);
2521
2592
  }
2522
- ay(a) {
2593
+ az(a) {
2523
2594
  return CodeGeneratingComponentRenderer.d4(a.a.e);
2524
2595
  }
2525
- bf(a, b, c, d) {
2596
+ bh(a, b, c, d) {
2526
2597
  if (c.b.knownType == 9) {
2527
2598
  let e = typeCast(IList_$type, c.c);
2528
2599
  if (e != null) {
@@ -2559,12 +2630,12 @@ export let AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PU
2559
2630
  i(a, b) {
2560
2631
  return new AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
2561
2632
  }
2562
- get_a4() {
2633
+ get_a5() {
2563
2634
  return "Igc";
2564
2635
  }
2565
- bc(a, b, c) {
2566
- super.bc(a, b, c);
2567
- WebImportsHalper.a(this.k, this.a3, this.a2, this.a4, a, b, c);
2636
+ be(a, b, c) {
2637
+ super.be(a, b, c);
2638
+ WebImportsHalper.b(this.k, this.a4, this.a3, this.a5, a, b, c);
2568
2639
  }
2569
2640
  }
2570
2641
  AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
@@ -2850,6 +2921,12 @@ export let WPFXamlCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (()
2850
2921
  constructor(a, b) {
2851
2922
  super(a, b);
2852
2923
  }
2924
+ a7(a) {
2925
+ if (a == null || isNaN_(a)) {
2926
+ return "";
2927
+ }
2928
+ return timeSpanFromMilliseconds(a).toString();
2929
+ }
2853
2930
  get_r() {
2854
2931
  return false;
2855
2932
  }
@@ -2859,10 +2936,10 @@ export let WPFXamlCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (()
2859
2936
  i(a, b) {
2860
2937
  return new WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
2861
2938
  }
2862
- get_x() {
2939
+ get_y() {
2863
2940
  return false;
2864
2941
  }
2865
- aq(a, b) {
2942
+ ar(a, b) {
2866
2943
  if (b.c == null) {
2867
2944
  return "null";
2868
2945
  }
@@ -2876,20 +2953,20 @@ export let WPFXamlCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (()
2876
2953
  }
2877
2954
  return d;
2878
2955
  }
2879
- a8(a, b, c) {
2880
- super.a8(a, b, c);
2956
+ ba(a, b, c) {
2957
+ super.ba(a, b, c);
2881
2958
  this.h.l("<ig:" + a + "");
2882
2959
  }
2883
- bm() {
2960
+ bo() {
2884
2961
  this.h.l(">");
2885
2962
  this.h.h();
2886
2963
  }
2887
- bh(a) {
2964
+ bj(a) {
2888
2965
  this.h.f();
2889
2966
  this.h.l("</ig:" + a + ">");
2890
- super.bh(a);
2967
+ super.bj(a);
2891
2968
  }
2892
- be(a, b, c, d) {
2969
+ bg(a, b, c, d) {
2893
2970
  if (b == "Label" && c.b != null && stringContains(c.b.owningType, "Axis")) {
2894
2971
  if (c.c != null && stringContains(c.c, "{")) {
2895
2972
  if (a > 0) {
@@ -2898,7 +2975,7 @@ export let WPFXamlCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (()
2898
2975
  this.h.j(b);
2899
2976
  this.h.j("=");
2900
2977
  this.h.j("\"");
2901
- this.h.j("{}" + this.a0(d, c, true));
2978
+ this.h.j("{}" + this.a1(d, c, true));
2902
2979
  this.h.j("\"");
2903
2980
  return;
2904
2981
  }
@@ -2909,10 +2986,10 @@ export let WPFXamlCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (()
2909
2986
  this.h.j(b);
2910
2987
  this.h.j("=");
2911
2988
  this.h.j("\"");
2912
- this.h.j(this.a0(d, c, true));
2989
+ this.h.j(this.a1(d, c, true));
2913
2990
  this.h.j("\"");
2914
2991
  }
2915
- ad(a) {
2992
+ ae(a) {
2916
2993
  let b = a.c;
2917
2994
  switch (b.a) {
2918
2995
  case 3: return b.b;
@@ -2922,24 +2999,24 @@ export let WPFXamlCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (()
2922
2999
  }
2923
3000
  return b.b;
2924
3001
  }
2925
- ax() {
3002
+ ay() {
2926
3003
  return "{x:Null}";
2927
3004
  }
2928
- as(a) {
3005
+ at(a) {
2929
3006
  return "{Binding ElementName=" + a.a.e + "}";
2930
3007
  }
2931
- bo(a) {
3008
+ bq(a) {
2932
3009
  a = stringReplace(a, "-", "_");
2933
3010
  return CodeGeneratingComponentRenderer.d5(a);
2934
3011
  }
2935
- ay(a) {
2936
- this.bn(a);
2937
- return "{Binding " + this.bo(a.a.e) + "}";
3012
+ az(a) {
3013
+ this.bp(a);
3014
+ return "{Binding " + this.bq(a.a.e) + "}";
2938
3015
  }
2939
- bf(a, b, c, d) {
3016
+ bh(a, b, c, d) {
2940
3017
  this.h.j("<ig:");
2941
3018
  {
2942
- this.h.j(this.an);
3019
+ this.h.j(this.ao);
2943
3020
  this.h.j(".");
2944
3021
  }
2945
3022
  this.h.j(b);
@@ -2965,13 +3042,13 @@ export let WPFXamlCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__*/ (()
2965
3042
  this.h.f();
2966
3043
  this.h.j("</ig:");
2967
3044
  {
2968
- this.h.j(this.an);
3045
+ this.h.j(this.ao);
2969
3046
  this.h.j(".");
2970
3047
  }
2971
3048
  this.h.j(b);
2972
3049
  this.h.l(">");
2973
3050
  }
2974
- get_a4() {
3051
+ get_a5() {
2975
3052
  return "Xam";
2976
3053
  }
2977
3054
  }
@@ -2986,6 +3063,12 @@ export let WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
2986
3063
  constructor(a, b) {
2987
3064
  super(a, b);
2988
3065
  }
3066
+ a7(a) {
3067
+ if (a == null || isNaN_(a)) {
3068
+ return "";
3069
+ }
3070
+ return;
3071
+ }
2989
3072
  get_r() {
2990
3073
  return true;
2991
3074
  }
@@ -2995,7 +3078,7 @@ export let WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter = /*@__PURE__
2995
3078
  i(a, b) {
2996
3079
  return new WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
2997
3080
  }
2998
- get_x() {
3081
+ get_y() {
2999
3082
  return false;
3000
3083
  }
3001
3084
  }
@@ -3105,6 +3188,43 @@ export let CodeGeneratingComponentRenderer = /*@__PURE__*/ (() => {
3105
3188
  aq() {
3106
3189
  return true;
3107
3190
  }
3191
+ bo(a) {
3192
+ let b = a.g;
3193
+ return b == null ? { $type: Point_$type, x: NaN, y: NaN } : { $type: Point_$type, x: b.x, y: b.y };
3194
+ }
3195
+ bp(a) {
3196
+ let b = a.g;
3197
+ return b == null ? Rect.empty : new Rect(0, b.left, b.top, b.width, b.height);
3198
+ }
3199
+ bq(a) {
3200
+ let b = a.g;
3201
+ return b == null ? new Size(1, NaN, NaN) : new Size(1, b.width, b.height);
3202
+ }
3203
+ bs(a) {
3204
+ let b = a.g;
3205
+ if (typeof b === 'number') {
3206
+ return typeGetValue(b);
3207
+ }
3208
+ if (typeof b === 'number') {
3209
+ return b;
3210
+ }
3211
+ if (typeof b === 'string') {
3212
+ return parseFloat(b);
3213
+ }
3214
+ return NaN;
3215
+ }
3216
+ b6(a) {
3217
+ if (a == null) {
3218
+ return null;
3219
+ }
3220
+ return Brush.create(a);
3221
+ }
3222
+ b7(a) {
3223
+ if (a == null) {
3224
+ return null;
3225
+ }
3226
+ return Brush.create(a).color;
3227
+ }
3108
3228
  ad(a) {
3109
3229
  super.ad(a);
3110
3230
  this.d0 = a;
@@ -3365,10 +3485,10 @@ export let CodeGenerationContainer = /*@__PURE__*/ (() => {
3365
3485
  i.u(j, true);
3366
3486
  let k = j.toString();
3367
3487
  b.addContainerResult(this.id, k);
3368
- j.ba(e);
3369
- j.bd(f);
3370
- j.a9(g);
3371
- j.bb(a, h);
3488
+ j.bc(e);
3489
+ j.bf(f);
3490
+ j.bb(g);
3491
+ j.bd(a, h);
3372
3492
  }
3373
3493
  b.addContainerResult("bindingFields", e.toString());
3374
3494
  b.addContainerResult("bindingInit", f.toString());
@@ -3465,31 +3585,31 @@ export let CodeGenerationItemBuilder = /*@__PURE__*/ (() => {
3465
3585
  let c = this.m();
3466
3586
  if (b) {
3467
3587
  let d = this.p();
3468
- a.a2 = d;
3588
+ a.a3 = d;
3469
3589
  }
3470
3590
  let e = false;
3471
3591
  let f = false;
3472
3592
  if (this.f.containsKey("Name")) {
3473
3593
  e = true;
3474
- a.bl(this.f.item("Name").c);
3594
+ a.bn(this.f.item("Name").c);
3475
3595
  }
3476
3596
  else if (this.f.containsKey("name")) {
3477
3597
  e = true;
3478
- a.bl(this.f.item("name").c);
3598
+ a.bn(this.f.item("name").c);
3479
3599
  }
3480
3600
  else {
3481
3601
  if (b && this.t != null) {
3482
3602
  e = true;
3483
- a.bl(this.t);
3603
+ a.bn(this.t);
3484
3604
  }
3485
3605
  else if (this.e(this.c, a)) {
3486
3606
  f = true;
3487
- a.bk(c);
3488
- if (a.x) {
3607
+ a.bm(c);
3608
+ if (a.y) {
3489
3609
  this.g.add("name");
3490
3610
  this.f.addItem("name", ((() => {
3491
3611
  let $ret = new CodeGenerationItemBuilderPropertyInfo();
3492
- $ret.c = a.am;
3612
+ $ret.c = a.an;
3493
3613
  return $ret;
3494
3614
  })()));
3495
3615
  }
@@ -3497,13 +3617,13 @@ export let CodeGenerationItemBuilder = /*@__PURE__*/ (() => {
3497
3617
  this.g.add("Name");
3498
3618
  this.f.addItem("Name", ((() => {
3499
3619
  let $ret = new CodeGenerationItemBuilderPropertyInfo();
3500
- $ret.c = a.am;
3620
+ $ret.c = a.an;
3501
3621
  return $ret;
3502
3622
  })()));
3503
3623
  }
3504
3624
  }
3505
3625
  }
3506
- a.a8(this.q(), this.j, this.c);
3626
+ a.ba(this.q(), this.j, this.c);
3507
3627
  let g = 0;
3508
3628
  for (let h of fromEnum(this.g)) {
3509
3629
  let i = this.f.item(h);
@@ -3511,11 +3631,11 @@ export let CodeGenerationItemBuilder = /*@__PURE__*/ (() => {
3511
3631
  continue;
3512
3632
  }
3513
3633
  if (this.d(a, h, i)) {
3514
- a.be(g, h, i, this.c);
3634
+ a.bg(g, h, i, this.c);
3515
3635
  g++;
3516
3636
  }
3517
3637
  }
3518
- a.bm();
3638
+ a.bo();
3519
3639
  let j = 0;
3520
3640
  for (let k of fromEnum(this.g)) {
3521
3641
  let l = this.f.item(k);
@@ -3523,18 +3643,18 @@ export let CodeGenerationItemBuilder = /*@__PURE__*/ (() => {
3523
3643
  continue;
3524
3644
  }
3525
3645
  if (!this.d(a, k, l)) {
3526
- a.bf(j, k, l, this.c);
3646
+ a.bh(j, k, l, this.c);
3527
3647
  j++;
3528
3648
  }
3529
3649
  }
3530
- a.bg(j);
3531
- a.bh(c);
3650
+ a.bi(j);
3651
+ a.bj(c);
3532
3652
  if (e) {
3533
- a.bj();
3653
+ a.bl();
3534
3654
  }
3535
3655
  else {
3536
3656
  if (f) {
3537
- a.bi();
3657
+ a.bk();
3538
3658
  }
3539
3659
  }
3540
3660
  }
@@ -3565,7 +3685,7 @@ export let CodeGenerationItemBuilder = /*@__PURE__*/ (() => {
3565
3685
  break;
3566
3686
  case 23: return true;
3567
3687
  case 9:
3568
- if (a.v(this.c, c)) {
3688
+ if (a.w(this.c, c)) {
3569
3689
  return true;
3570
3690
  }
3571
3691
  return false;
@@ -3577,7 +3697,7 @@ export let CodeGenerationItemBuilder = /*@__PURE__*/ (() => {
3577
3697
  case 3: return true;
3578
3698
  case 19: return true;
3579
3699
  case 8:
3580
- if (a.v(this.c, c)) {
3700
+ if (a.w(this.c, c)) {
3581
3701
  return true;
3582
3702
  }
3583
3703
  if (c.b.specificExternalType == "string") {
@@ -3629,6 +3749,9 @@ export let CodeGenerationItemBuilder = /*@__PURE__*/ (() => {
3629
3749
  return d + i.specificExternalType + e;
3630
3750
  }
3631
3751
  else {
3752
+ if (c.getMetadata(b, "__skipSuffix") != null) {
3753
+ return d + b;
3754
+ }
3632
3755
  return d + b + e;
3633
3756
  }
3634
3757
  }
@@ -3644,6 +3767,13 @@ export let CodeGenerationItemBuilder = /*@__PURE__*/ (() => {
3644
3767
  return c[c.length - 2].toLowerCase();
3645
3768
  }
3646
3769
  }
3770
+ if (this.b == 1 || this.b == 3 || this.b == 2 || this.b == 5) {
3771
+ a = this.c.getMetadata(this.j, "__packageNameWC");
3772
+ if (a != null) {
3773
+ let d = a.specificExternalType;
3774
+ return d;
3775
+ }
3776
+ }
3647
3777
  if (this.j == "Legend" || this.j == "ItemLegend") {
3648
3778
  return "charts";
3649
3779
  }