igniteui-angular-core 18.2.0 → 19.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (325) hide show
  1. package/bundles/igniteui-angular-core.umd.js +12567 -12110
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/ButtonDescription.js +479 -471
  4. package/esm2015/lib/ButtonDescriptionMetadata.js +1 -0
  5. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +251 -251
  6. package/esm2015/lib/ComponentRendererReferenceResolverEventArgs.js +33 -0
  7. package/esm2015/lib/ComponentRenderer_combined.js +589 -556
  8. package/esm2015/lib/ComponentSizeHelpers.js +53 -0
  9. package/esm2015/lib/DOMExecutionContext.js +10 -4
  10. package/esm2015/lib/DescriptionTreeReconciler.js +48 -46
  11. package/esm2015/lib/FunnelChartDescription.js +130 -114
  12. package/esm2015/lib/FunnelChartDescriptionMetadata.js +4 -0
  13. package/esm2015/lib/{WebChildGridRowDescription.js → FunnelChartSelectedItemsChangedEventArgsDescription.js} +22 -30
  14. package/esm2015/lib/FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.js +39 -0
  15. package/esm2015/lib/GridBridge.js +2 -2
  16. package/esm2015/lib/IDataSeriesAdapterRule_combined.js +14 -6
  17. package/esm2015/lib/INativeUIElementBridge_combined.js +2 -2
  18. package/esm2015/lib/{WebValidatorHandlerDescription.js → ListPanelContentRebindEventArgsDescription.js} +13 -5
  19. package/esm2015/lib/ListPanelContentRebindEventArgsDescriptionMetadata.js +37 -0
  20. package/esm2015/lib/ListPanelContentRecycledEventArgsDescription.js +34 -0
  21. package/esm2015/lib/ListPanelContentRecycledEventArgsDescriptionMetadata.js +37 -0
  22. package/esm2015/lib/ListPanelDescription.js +54 -38
  23. package/esm2015/lib/ListPanelDescriptionMetadata_combined.js +7 -1
  24. package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
  25. package/esm2015/lib/NativeUIButton.js +18 -12
  26. package/esm2015/lib/NativeUIButtonGroup.js +2 -2
  27. package/esm2015/lib/NativeUICheckbox.js +8 -8
  28. package/esm2015/lib/NativeUICheckboxList.js +14 -14
  29. package/esm2015/lib/NativeUICombo.js +6 -6
  30. package/esm2015/lib/NativeUIElementBridge.js +2 -2
  31. package/esm2015/lib/NativeUIGrid.js +2 -2
  32. package/esm2015/lib/NativeUIIcon.js +4 -4
  33. package/esm2015/lib/NativeUIIconButton.js +16 -16
  34. package/esm2015/lib/NativeUIInput.js +14 -14
  35. package/esm2015/lib/NativeUIPopup.js +4 -4
  36. package/esm2015/lib/NativeUISlider.js +14 -14
  37. package/esm2015/lib/ScrollbarStyle.js +5 -1
  38. package/esm2015/lib/ScrollerView_combined.js +12 -0
  39. package/esm2015/lib/ToolActionButtonDescription.js +6 -6
  40. package/esm2015/lib/ToolActionButtonInfoDescription.js +3 -3
  41. package/esm2015/lib/ToolActionButtonPairDescription.js +104 -104
  42. package/esm2015/lib/ToolActionButtonPairInfoDescription.js +43 -43
  43. package/esm2015/lib/ToolActionCheckboxDescription.js +23 -23
  44. package/esm2015/lib/ToolActionCheckboxInfoDescription.js +3 -3
  45. package/esm2015/lib/ToolActionCheckboxListDescription.js +21 -21
  46. package/esm2015/lib/ToolActionCheckboxListInfoDescription.js +15 -15
  47. package/esm2015/lib/ToolActionColorEditorDescription.js +3 -3
  48. package/esm2015/lib/ToolActionColorEditorInfoDescription.js +3 -3
  49. package/esm2015/lib/ToolActionComboDescription.js +11 -11
  50. package/esm2015/lib/ToolActionComboInfoDescription.js +12 -12
  51. package/esm2015/lib/ToolActionDescription.js +172 -156
  52. package/esm2015/lib/ToolActionDescriptionMetadata.js +2 -0
  53. package/esm2015/lib/ToolActionGroupHeaderDescription.js +6 -6
  54. package/esm2015/lib/ToolActionIconButtonDescription.js +29 -29
  55. package/esm2015/lib/ToolActionIconButtonInfoDescription.js +6 -6
  56. package/esm2015/lib/ToolActionIconMenuDescription.js +9 -9
  57. package/esm2015/lib/ToolActionIconMenuInfoDescription.js +3 -3
  58. package/esm2015/lib/ToolActionInfoDescription.js +74 -58
  59. package/esm2015/lib/ToolActionInfoDescriptionMetadata.js +2 -0
  60. package/esm2015/lib/ToolActionNumberInputDescription.js +3 -3
  61. package/esm2015/lib/ToolActionNumberInputInfoDescription.js +3 -3
  62. package/esm2015/lib/ToolActionRadioDescription.js +30 -30
  63. package/esm2015/lib/ToolActionRadioInfoDescription.js +6 -6
  64. package/esm2015/lib/ToolActionSeparatorDescription.js +6 -6
  65. package/esm2015/lib/ToolActionSeparatorInfoDescription.js +6 -6
  66. package/esm2015/lib/ToolActionTextInputDescription.js +3 -3
  67. package/esm2015/lib/ToolActionTextInputInfoDescription.js +3 -3
  68. package/esm2015/lib/ToolPanelDescription.js +251 -235
  69. package/esm2015/lib/ToolPanelDescriptionMetadata.js +3 -0
  70. package/esm2015/lib/ToolbarDescription.js +165 -149
  71. package/esm2015/lib/ToolbarDescriptionMetadata.js +3 -0
  72. package/esm2015/lib/WebAvatarDescriptionMetadata.js +1 -1
  73. package/esm2015/lib/WebButtonDescriptionMetadata.js +1 -1
  74. package/esm2015/lib/WebCarouselDescriptionMetadata.js +2 -2
  75. package/esm2015/lib/WebCheckboxBaseDescription.js +31 -23
  76. package/esm2015/lib/WebCheckboxBaseDescriptionMetadata.js +2 -1
  77. package/esm2015/lib/WebCheckboxDescription.js +3 -3
  78. package/esm2015/lib/WebColumnDescription.js +146 -138
  79. package/esm2015/lib/WebColumnDescriptionMetadata.js +1 -0
  80. package/esm2015/lib/WebColumnGroupDescription.js +12 -12
  81. package/esm2015/lib/WebComboDescription.js +59 -51
  82. package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
  83. package/esm2015/lib/WebDatePickerDescription.js +56 -48
  84. package/esm2015/lib/WebDatePickerDescriptionMetadata.js +1 -0
  85. package/esm2015/lib/WebDateTimeInputDescription.js +25 -25
  86. package/esm2015/lib/WebDockManagerDescription.js +31 -23
  87. package/esm2015/lib/WebDockManagerDescriptionMetadata.js +3 -2
  88. package/esm2015/lib/WebDockingIndicatorDescriptionMetadata.js +1 -1
  89. package/esm2015/lib/WebExpansionPanelDescriptionMetadata_combined.js +1 -1
  90. package/esm2015/lib/WebIconButtonDescriptionMetadata.js +1 -1
  91. package/esm2015/lib/WebInputBaseDescription.js +24 -16
  92. package/esm2015/lib/WebInputBaseDescriptionMetadata.js +1 -0
  93. package/esm2015/lib/WebInputDescription.js +36 -36
  94. package/esm2015/lib/WebInputDescriptionMetadata.js +1 -1
  95. package/esm2015/lib/WebLinearProgressDescriptionMetadata.js +1 -1
  96. package/esm2015/lib/WebMaskInputBaseDescription.js +3 -3
  97. package/esm2015/lib/WebMaskInputDescription.js +10 -10
  98. package/esm2015/lib/WebNavDrawerDescriptionMetadata.js +1 -1
  99. package/esm2015/lib/WebRadioDescription.js +31 -23
  100. package/esm2015/lib/WebRadioDescriptionMetadata.js +2 -1
  101. package/esm2015/lib/WebRadioGroupDescription.js +12 -4
  102. package/esm2015/lib/WebRadioGroupDescriptionMetadata.js +2 -1
  103. package/esm2015/lib/WebRatingDescription.js +22 -14
  104. package/esm2015/lib/WebRatingDescriptionMetadata.js +1 -0
  105. package/esm2015/lib/WebSelectDescription.js +43 -35
  106. package/esm2015/lib/WebSelectDescriptionMetadata.js +1 -0
  107. package/esm2015/lib/WebSliderBaseDescriptionMetadata.js +1 -1
  108. package/esm2015/lib/WebSliderDescription.js +17 -9
  109. package/esm2015/lib/WebSliderDescriptionMetadata.js +1 -0
  110. package/esm2015/lib/WebSplitPaneDescription.js +25 -17
  111. package/esm2015/lib/WebSplitPaneDescriptionMetadata.js +1 -0
  112. package/esm2015/lib/WebStepperDescriptionMetadata.js +4 -4
  113. package/esm2015/lib/WebTabsDescriptionMetadata.js +1 -1
  114. package/esm2015/lib/WebTextareaDescription.js +45 -37
  115. package/esm2015/lib/WebTextareaDescriptionMetadata.js +5 -4
  116. package/esm2015/lib/angular-renderer.js +21 -1
  117. package/esm2015/lib/igx-component-renderer-container-component.js +5 -1
  118. package/esm2015/lib/type.js +3 -2
  119. package/esm2015/public_api.js +8 -7
  120. package/esm5/lib/ButtonDescription.js +483 -471
  121. package/esm5/lib/ButtonDescriptionMetadata.js +1 -0
  122. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +251 -251
  123. package/esm5/lib/ComponentRendererReferenceResolverEventArgs.js +43 -0
  124. package/esm5/lib/ComponentRenderer_combined.js +588 -555
  125. package/esm5/lib/ComponentSizeHelpers.js +57 -0
  126. package/esm5/lib/DOMExecutionContext.js +14 -4
  127. package/esm5/lib/DescriptionTreeReconciler.js +48 -46
  128. package/esm5/lib/FunnelChartDescription.js +137 -113
  129. package/esm5/lib/FunnelChartDescriptionMetadata.js +4 -0
  130. package/esm5/lib/{WebChildGridRowDescription.js → FunnelChartSelectedItemsChangedEventArgsDescription.js} +23 -35
  131. package/esm5/lib/FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.js +43 -0
  132. package/esm5/lib/GridBridge.js +2 -2
  133. package/esm5/lib/IDataSeriesAdapterRule_combined.js +14 -6
  134. package/esm5/lib/INativeUIElementBridge_combined.js +2 -2
  135. package/esm5/lib/ListPanelContentRebindEventArgsDescription.js +44 -0
  136. package/esm5/lib/ListPanelContentRebindEventArgsDescriptionMetadata.js +41 -0
  137. package/esm5/lib/ListPanelContentRecycledEventArgsDescription.js +44 -0
  138. package/esm5/lib/ListPanelContentRecycledEventArgsDescriptionMetadata.js +41 -0
  139. package/esm5/lib/ListPanelDescription.js +62 -38
  140. package/esm5/lib/ListPanelDescriptionMetadata_combined.js +7 -1
  141. package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
  142. package/esm5/lib/NativeUIButton.js +17 -7
  143. package/esm5/lib/NativeUIButtonGroup.js +2 -2
  144. package/esm5/lib/NativeUICheckbox.js +8 -8
  145. package/esm5/lib/NativeUICheckboxList.js +14 -14
  146. package/esm5/lib/NativeUICombo.js +6 -6
  147. package/esm5/lib/NativeUIElementBridge.js +2 -2
  148. package/esm5/lib/NativeUIGrid.js +2 -2
  149. package/esm5/lib/NativeUIIcon.js +4 -4
  150. package/esm5/lib/NativeUIIconButton.js +8 -8
  151. package/esm5/lib/NativeUIInput.js +14 -14
  152. package/esm5/lib/NativeUIPopup.js +4 -4
  153. package/esm5/lib/NativeUISlider.js +14 -14
  154. package/esm5/lib/ScrollbarStyle.js +5 -1
  155. package/esm5/lib/ScrollerView_combined.js +12 -0
  156. package/esm5/lib/ToolActionButtonDescription.js +6 -6
  157. package/esm5/lib/ToolActionButtonInfoDescription.js +3 -3
  158. package/esm5/lib/ToolActionButtonPairDescription.js +104 -104
  159. package/esm5/lib/ToolActionButtonPairInfoDescription.js +43 -43
  160. package/esm5/lib/ToolActionCheckboxDescription.js +23 -23
  161. package/esm5/lib/ToolActionCheckboxInfoDescription.js +3 -3
  162. package/esm5/lib/ToolActionCheckboxListDescription.js +21 -21
  163. package/esm5/lib/ToolActionCheckboxListInfoDescription.js +15 -15
  164. package/esm5/lib/ToolActionColorEditorDescription.js +3 -3
  165. package/esm5/lib/ToolActionColorEditorInfoDescription.js +3 -3
  166. package/esm5/lib/ToolActionComboDescription.js +11 -11
  167. package/esm5/lib/ToolActionComboInfoDescription.js +12 -12
  168. package/esm5/lib/ToolActionDescription.js +180 -156
  169. package/esm5/lib/ToolActionDescriptionMetadata.js +2 -0
  170. package/esm5/lib/ToolActionGroupHeaderDescription.js +6 -6
  171. package/esm5/lib/ToolActionIconButtonDescription.js +29 -29
  172. package/esm5/lib/ToolActionIconButtonInfoDescription.js +6 -6
  173. package/esm5/lib/ToolActionIconMenuDescription.js +9 -9
  174. package/esm5/lib/ToolActionIconMenuInfoDescription.js +3 -3
  175. package/esm5/lib/ToolActionInfoDescription.js +81 -57
  176. package/esm5/lib/ToolActionInfoDescriptionMetadata.js +2 -0
  177. package/esm5/lib/ToolActionNumberInputDescription.js +3 -3
  178. package/esm5/lib/ToolActionNumberInputInfoDescription.js +3 -3
  179. package/esm5/lib/ToolActionRadioDescription.js +30 -30
  180. package/esm5/lib/ToolActionRadioInfoDescription.js +6 -6
  181. package/esm5/lib/ToolActionSeparatorDescription.js +6 -6
  182. package/esm5/lib/ToolActionSeparatorInfoDescription.js +6 -6
  183. package/esm5/lib/ToolActionTextInputDescription.js +3 -3
  184. package/esm5/lib/ToolActionTextInputInfoDescription.js +3 -3
  185. package/esm5/lib/ToolPanelDescription.js +259 -235
  186. package/esm5/lib/ToolPanelDescriptionMetadata.js +3 -0
  187. package/esm5/lib/ToolbarDescription.js +173 -149
  188. package/esm5/lib/ToolbarDescriptionMetadata.js +3 -0
  189. package/esm5/lib/WebAvatarDescriptionMetadata.js +1 -1
  190. package/esm5/lib/WebButtonDescriptionMetadata.js +1 -1
  191. package/esm5/lib/WebCarouselDescriptionMetadata.js +2 -2
  192. package/esm5/lib/WebCheckboxBaseDescription.js +35 -23
  193. package/esm5/lib/WebCheckboxBaseDescriptionMetadata.js +2 -1
  194. package/esm5/lib/WebCheckboxDescription.js +3 -3
  195. package/esm5/lib/WebColumnDescription.js +150 -138
  196. package/esm5/lib/WebColumnDescriptionMetadata.js +1 -0
  197. package/esm5/lib/WebColumnGroupDescription.js +12 -12
  198. package/esm5/lib/WebComboDescription.js +63 -51
  199. package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
  200. package/esm5/lib/WebDatePickerDescription.js +60 -48
  201. package/esm5/lib/WebDatePickerDescriptionMetadata.js +1 -0
  202. package/esm5/lib/WebDateTimeInputDescription.js +25 -25
  203. package/esm5/lib/WebDockManagerDescription.js +35 -23
  204. package/esm5/lib/WebDockManagerDescriptionMetadata.js +3 -2
  205. package/esm5/lib/WebDockingIndicatorDescriptionMetadata.js +1 -1
  206. package/esm5/lib/WebExpansionPanelDescriptionMetadata_combined.js +1 -1
  207. package/esm5/lib/WebIconButtonDescriptionMetadata.js +1 -1
  208. package/esm5/lib/WebInputBaseDescription.js +28 -16
  209. package/esm5/lib/WebInputBaseDescriptionMetadata.js +1 -0
  210. package/esm5/lib/WebInputDescription.js +36 -36
  211. package/esm5/lib/WebInputDescriptionMetadata.js +1 -1
  212. package/esm5/lib/WebLinearProgressDescriptionMetadata.js +1 -1
  213. package/esm5/lib/WebMaskInputBaseDescription.js +3 -3
  214. package/esm5/lib/WebMaskInputDescription.js +10 -10
  215. package/esm5/lib/WebNavDrawerDescriptionMetadata.js +1 -1
  216. package/esm5/lib/WebRadioDescription.js +35 -23
  217. package/esm5/lib/WebRadioDescriptionMetadata.js +2 -1
  218. package/esm5/lib/WebRadioGroupDescription.js +15 -3
  219. package/esm5/lib/WebRadioGroupDescriptionMetadata.js +2 -1
  220. package/esm5/lib/WebRatingDescription.js +26 -14
  221. package/esm5/lib/WebRatingDescriptionMetadata.js +1 -0
  222. package/esm5/lib/WebSelectDescription.js +47 -35
  223. package/esm5/lib/WebSelectDescriptionMetadata.js +1 -0
  224. package/esm5/lib/WebSliderBaseDescriptionMetadata.js +1 -1
  225. package/esm5/lib/WebSliderDescription.js +21 -9
  226. package/esm5/lib/WebSliderDescriptionMetadata.js +1 -0
  227. package/esm5/lib/WebSplitPaneDescription.js +29 -17
  228. package/esm5/lib/WebSplitPaneDescriptionMetadata.js +1 -0
  229. package/esm5/lib/WebStepperDescriptionMetadata.js +4 -4
  230. package/esm5/lib/WebTabsDescriptionMetadata.js +1 -1
  231. package/esm5/lib/WebTextareaDescription.js +49 -37
  232. package/esm5/lib/WebTextareaDescriptionMetadata.js +5 -4
  233. package/esm5/lib/angular-renderer.js +21 -2
  234. package/esm5/lib/igx-component-renderer-container-component.js +5 -1
  235. package/esm5/lib/type.js +6 -2
  236. package/esm5/public_api.js +8 -7
  237. package/fesm2015/igniteui-angular-core.js +11407 -11058
  238. package/fesm5/igniteui-angular-core.js +12560 -12104
  239. package/lib/ButtonDescription.d.ts +177 -174
  240. package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +26 -26
  241. package/lib/ComponentRendererReferenceResolverEventArgs.d.ts +13 -0
  242. package/lib/ComponentRenderer_combined.d.ts +115 -110
  243. package/lib/ComponentSizeHelpers.d.ts +15 -0
  244. package/lib/DOMExecutionContext.d.ts +3 -1
  245. package/lib/FunnelChartDescription.d.ts +46 -40
  246. package/lib/FunnelChartSelectedItemsChangedEventArgsDescription.d.ts +20 -0
  247. package/lib/{WebGridActionButtonDescriptionMetadata.d.ts → FunnelChartSelectedItemsChangedEventArgsDescriptionMetadata.d.ts} +1 -1
  248. package/lib/IDataLegend.d.ts +1 -0
  249. package/lib/ILegendSeries.d.ts +1 -0
  250. package/lib/{WebValidatorHandlerDescription.d.ts → ListPanelContentRebindEventArgsDescription.d.ts} +4 -1
  251. package/lib/{WebValidatorHandlerDescriptionMetadata.d.ts → ListPanelContentRebindEventArgsDescriptionMetadata.d.ts} +1 -1
  252. package/lib/ListPanelContentRecycledEventArgsDescription.d.ts +14 -0
  253. package/lib/{WebChildGridRowDescriptionMetadata.d.ts → ListPanelContentRecycledEventArgsDescriptionMetadata.d.ts} +1 -1
  254. package/lib/ListPanelDescription.d.ts +19 -13
  255. package/lib/NativeUIBuiltInProperties.d.ts +49 -48
  256. package/lib/NativeUIButton.d.ts +12 -10
  257. package/lib/NativeUIIconButton.d.ts +6 -6
  258. package/lib/ScrollbarStyle.d.ts +5 -1
  259. package/lib/ToolActionButtonDescription.d.ts +2 -2
  260. package/lib/ToolActionButtonInfoDescription.d.ts +1 -1
  261. package/lib/ToolActionButtonPairDescription.d.ts +37 -37
  262. package/lib/ToolActionButtonPairInfoDescription.d.ts +17 -17
  263. package/lib/ToolActionCheckboxDescription.d.ts +9 -9
  264. package/lib/ToolActionCheckboxInfoDescription.d.ts +1 -1
  265. package/lib/ToolActionCheckboxListDescription.d.ts +7 -7
  266. package/lib/ToolActionCheckboxListInfoDescription.d.ts +5 -5
  267. package/lib/ToolActionColorEditorDescription.d.ts +1 -1
  268. package/lib/ToolActionColorEditorInfoDescription.d.ts +1 -1
  269. package/lib/ToolActionComboDescription.d.ts +4 -4
  270. package/lib/ToolActionComboInfoDescription.d.ts +4 -4
  271. package/lib/ToolActionDescription.d.ts +60 -54
  272. package/lib/ToolActionGroupHeaderDescription.d.ts +2 -2
  273. package/lib/ToolActionIconButtonDescription.d.ts +11 -11
  274. package/lib/ToolActionIconButtonInfoDescription.d.ts +2 -2
  275. package/lib/ToolActionIconMenuDescription.d.ts +3 -3
  276. package/lib/ToolActionIconMenuInfoDescription.d.ts +1 -1
  277. package/lib/ToolActionInfoDescription.d.ts +28 -22
  278. package/lib/ToolActionNumberInputDescription.d.ts +1 -1
  279. package/lib/ToolActionNumberInputInfoDescription.d.ts +1 -1
  280. package/lib/ToolActionRadioDescription.d.ts +11 -11
  281. package/lib/ToolActionRadioInfoDescription.d.ts +2 -2
  282. package/lib/ToolActionSeparatorDescription.d.ts +2 -2
  283. package/lib/ToolActionSeparatorInfoDescription.d.ts +2 -2
  284. package/lib/ToolActionTextInputDescription.d.ts +1 -1
  285. package/lib/ToolActionTextInputInfoDescription.d.ts +1 -1
  286. package/lib/ToolPanelDescription.d.ts +91 -85
  287. package/lib/ToolbarDescription.d.ts +59 -53
  288. package/lib/WebCheckboxBaseDescription.d.ts +12 -9
  289. package/lib/WebCheckboxDescription.d.ts +1 -1
  290. package/lib/WebColumnDescription.d.ts +53 -50
  291. package/lib/WebColumnGroupDescription.d.ts +4 -4
  292. package/lib/WebComboDescription.d.ts +21 -18
  293. package/lib/WebDatePickerDescription.d.ts +20 -17
  294. package/lib/WebDateTimeInputDescription.d.ts +9 -9
  295. package/lib/WebDockManagerDescription.d.ts +11 -8
  296. package/lib/WebInputBaseDescription.d.ts +9 -6
  297. package/lib/WebInputDescription.d.ts +13 -13
  298. package/lib/WebMaskInputBaseDescription.d.ts +1 -1
  299. package/lib/WebMaskInputDescription.d.ts +4 -4
  300. package/lib/WebRadioDescription.d.ts +12 -9
  301. package/lib/WebRadioGroupDescription.d.ts +4 -1
  302. package/lib/WebRatingDescription.d.ts +8 -5
  303. package/lib/WebSelectDescription.d.ts +16 -13
  304. package/lib/WebSliderDescription.d.ts +6 -3
  305. package/lib/WebSplitPaneDescription.d.ts +9 -6
  306. package/lib/WebTextareaDescription.d.ts +16 -13
  307. package/lib/angular-renderer.d.ts +2 -0
  308. package/lib/dom.d.ts +2 -0
  309. package/lib/type.d.ts +2 -1
  310. package/package.json +4 -4
  311. package/public_api.d.ts +8 -7
  312. package/esm2015/lib/WebChildGridRowDescriptionMetadata.js +0 -48
  313. package/esm2015/lib/WebChildGridRowDescriptionModule.js +0 -20
  314. package/esm2015/lib/WebGridActionButtonDescription.js +0 -66
  315. package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +0 -47
  316. package/esm2015/lib/WebValidatorHandlerDescriptionMetadata.js +0 -39
  317. package/esm5/lib/WebChildGridRowDescriptionMetadata.js +0 -52
  318. package/esm5/lib/WebChildGridRowDescriptionModule.js +0 -24
  319. package/esm5/lib/WebGridActionButtonDescription.js +0 -92
  320. package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +0 -51
  321. package/esm5/lib/WebValidatorHandlerDescription.js +0 -31
  322. package/esm5/lib/WebValidatorHandlerDescriptionMetadata.js +0 -43
  323. package/lib/WebChildGridRowDescription.d.ts +0 -24
  324. package/lib/WebChildGridRowDescriptionModule.d.ts +0 -9
  325. package/lib/WebGridActionButtonDescription.d.ts +0 -26
@@ -9,6 +9,7 @@ import { TypeDescriptionContext } from "./TypeDescriptionContext";
9
9
  import { TypeDescriptionCleanups } from "./TypeDescriptionCleanups";
10
10
  import { Dictionary$2 } from "./Dictionary$2";
11
11
  import { List$1 } from "./List$1";
12
+ import { ComponentRendererReferenceResolverEventArgs } from "./ComponentRendererReferenceResolverEventArgs";
12
13
  import { Description } from "./Description";
13
14
  import { DescriptionTreeNode } from "./DescriptionTreeNode";
14
15
  import { Queue$1 } from "./Queue$1";
@@ -44,34 +45,35 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
44
45
  this._adapter = null;
45
46
  this._context = null;
46
47
  this._isProceedOnErrorEnabled = false;
47
- this.j = null;
48
48
  this.k = null;
49
+ this.l = null;
49
50
  this._preserveKeyOrder = false;
50
51
  this._allowNullForRemove = false;
51
- this.be = new List$1(Delegate_$type, 0);
52
- this.a1 = new Dictionary$2(Base.$, Description.$, 0);
53
- this.a2 = new Dictionary$2(Base.$, Boolean_$type, 0);
52
+ this.bf = new List$1(Delegate_$type, 0);
53
+ this.bh = new List$1(Delegate_$type, 0);
54
+ this.a2 = new Dictionary$2(Base.$, Description.$, 0);
54
55
  this.a3 = new Dictionary$2(Base.$, Boolean_$type, 0);
55
- this.a0 = new Dictionary$2(Base.$, Boolean_$type, 0);
56
- this.ay = new Dictionary$2(Base.$, String_$type, 0);
57
- this.az = new Dictionary$2(Base.$, Number_$type, 0);
58
- this.aw = new Dictionary$2(Base.$, DescriptionTreeNode.$, 0);
59
- this.a7 = new Dictionary$2(Base.$, ContainerState.$, 0);
60
- this.a4 = new Dictionary$2(Base.$, Queue$1.$.specialize(Queue$1.$.specialize(DescriptionTreeAction.$)), 0);
61
- this.ax = new Dictionary$2(Base.$, List$1.$.specialize(Delegate_$type), 0);
62
- this.av = new Dictionary$2(Base.$, Boolean_$type, 0);
63
- this.a6 = new Dictionary$2(String_$type, DescriptionRef.$, 0);
64
- this.a8 = new Dictionary$2(String_$type, Base.$, 0);
65
- this.ba = new Dictionary$2(String_$type, Base.$, 0);
66
- this.a5 = new Dictionary$2(Base.$, String_$type, 0);
67
- this.bl = null;
56
+ this.a4 = new Dictionary$2(Base.$, Boolean_$type, 0);
57
+ this.a1 = new Dictionary$2(Base.$, Boolean_$type, 0);
58
+ this.az = new Dictionary$2(Base.$, String_$type, 0);
59
+ this.a0 = new Dictionary$2(Base.$, Number_$type, 0);
60
+ this.ax = new Dictionary$2(Base.$, DescriptionTreeNode.$, 0);
61
+ this.a8 = new Dictionary$2(Base.$, ContainerState.$, 0);
62
+ this.a5 = new Dictionary$2(Base.$, Queue$1.$.specialize(Queue$1.$.specialize(DescriptionTreeAction.$)), 0);
63
+ this.ay = new Dictionary$2(Base.$, List$1.$.specialize(Delegate_$type), 0);
64
+ this.aw = new Dictionary$2(Base.$, Boolean_$type, 0);
65
+ this.a7 = new Dictionary$2(String_$type, DescriptionRef.$, 0);
66
+ this.a9 = new Dictionary$2(String_$type, Base.$, 0);
67
+ this.bb = new Dictionary$2(String_$type, Base.$, 0);
68
+ this.a6 = new Dictionary$2(Base.$, String_$type, 0);
69
+ this.bn = null;
70
+ this.bi = new List$1(Delegate_$type, 0);
71
+ this.ba = new Dictionary$2(String_$type, List$1.$.specialize(Delegate_$type), 0);
72
+ this.be = new List$1(Delegate_$type, 0);
68
73
  this.bg = new List$1(Delegate_$type, 0);
69
- this.a9 = new Dictionary$2(String_$type, List$1.$.specialize(Delegate_$type), 0);
70
- this.bd = new List$1(Delegate_$type, 0);
71
- this.bf = new List$1(Delegate_$type, 0);
72
- this.bc = null;
74
+ this.bd = null;
73
75
  this._shouldNamespaceSystemRefValues = false;
74
- let a = this.i();
76
+ let a = this.j();
75
77
  this.adapter = a;
76
78
  let adapter_ = this.adapter;
77
79
  let b = (adapter_._platform);
@@ -82,8 +84,8 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
82
84
  ComponentRenderer.platform = 2;
83
85
  }
84
86
  this.context = new TypeDescriptionContext(this.adapter, ComponentRenderer.platform);
85
- this.j = new TypeDescriptionPropretyTransforms();
86
- this.k = new TypeDescriptionCleanups();
87
+ this.k = new TypeDescriptionPropretyTransforms();
88
+ this.l = new TypeDescriptionCleanups();
87
89
  }
88
90
  static get defaultInstance() {
89
91
  return ComponentRenderer._defaultInstance;
@@ -109,7 +111,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
109
111
  set isProceedOnErrorEnabled(a) {
110
112
  this._isProceedOnErrorEnabled = a;
111
113
  }
112
- i() {
114
+ j() {
113
115
  return (new ComponentRendererAdapter());
114
116
  }
115
117
  toJson(a) {
@@ -120,7 +122,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
120
122
  b.f("\"descriptions\": {");
121
123
  b.i();
122
124
  let d = true;
123
- for (let e of fromEnum(this.aw.keys)) {
125
+ for (let e of fromEnum(this.ax.keys)) {
124
126
  if (d) {
125
127
  d = false;
126
128
  }
@@ -128,7 +130,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
128
130
  b.f(",");
129
131
  }
130
132
  let f = e;
131
- let g = this.aw.item(e);
133
+ let g = this.ax.item(e);
132
134
  let h = "root";
133
135
  h = a(f);
134
136
  if (stringIsNullOrEmpty(h)) {
@@ -141,16 +143,16 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
141
143
  b.f("");
142
144
  b.h();
143
145
  b.e("}");
144
- if (this.ba.count > 0) {
146
+ if (this.bb.count > 0) {
145
147
  b.e(",");
146
148
  }
147
149
  b.f("");
148
- if (this.ba.count > 0) {
150
+ if (this.bb.count > 0) {
149
151
  d = true;
150
152
  b.f("refs: {");
151
153
  b.i();
152
- for (let i of fromEnum(this.ba.keys)) {
153
- if (!this.q(i, this.ba.item(i))) {
154
+ for (let i of fromEnum(this.bb.keys)) {
155
+ if (!this.r(i, this.bb.item(i))) {
154
156
  continue;
155
157
  }
156
158
  if (d) {
@@ -159,7 +161,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
159
161
  else {
160
162
  b.f(",");
161
163
  }
162
- this.eg(b, i, this.ba.item(i));
164
+ this.ek(b, i, this.bb.item(i));
163
165
  }
164
166
  b.f("");
165
167
  b.h();
@@ -169,12 +171,12 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
169
171
  b.f("}");
170
172
  return b.toString();
171
173
  }
172
- eg(a, b, c) {
174
+ ek(a, b, c) {
173
175
  a.e("\"" + b + "\": ");
174
- this.eh(a, c);
176
+ this.el(a, c);
175
177
  }
176
- eh(a, b) {
177
- if (this.z(b)) {
178
+ el(a, b) {
179
+ if (this.aa(b)) {
178
180
  if (typeof b === 'string') {
179
181
  a.e(b == null ? "null" : "\"" + b.toString() + "\"");
180
182
  }
@@ -215,7 +217,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
215
217
  a.e("null");
216
218
  return;
217
219
  }
218
- if (this.w(b)) {
220
+ if (this.x(b)) {
219
221
  a.f("[");
220
222
  a.i();
221
223
  let c = new DataSourceLocalDataProvider();
@@ -224,7 +226,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
224
226
  if (d > 0) {
225
227
  a.f(",");
226
228
  }
227
- this.ef(a, c, d);
229
+ this.ej(a, c, d);
228
230
  }
229
231
  a.f("");
230
232
  a.h();
@@ -234,11 +236,11 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
234
236
  let e = [b];
235
237
  let f = new DataSourceLocalDataProvider();
236
238
  f.dataSource = e;
237
- this.ef(a, f, 0);
239
+ this.ej(a, f, 0);
238
240
  }
239
241
  }
240
242
  }
241
- z(a) {
243
+ aa(a) {
242
244
  if (typeof a === 'string') {
243
245
  return true;
244
246
  }
@@ -253,7 +255,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
253
255
  }
254
256
  return false;
255
257
  }
256
- w(a) {
258
+ x(a) {
257
259
  if (typeCast(Array_$type, a) !== null) {
258
260
  return true;
259
261
  }
@@ -262,7 +264,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
262
264
  }
263
265
  return false;
264
266
  }
265
- ef(a, b, c) {
267
+ ej(a, b, c) {
266
268
  a.f("{");
267
269
  a.i();
268
270
  let d = b.actualSchema;
@@ -298,14 +300,14 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
298
300
  a.e("\"" + (v_.toJSON()) + "\"");
299
301
  break;
300
302
  case 11:
301
- this.eh(a, g);
303
+ this.el(a, g);
302
304
  break;
303
305
  }
304
306
  }
305
307
  a.h();
306
308
  a.f("}");
307
309
  }
308
- q(a, b) {
310
+ r(a, b) {
309
311
  if (b == null) {
310
312
  return true;
311
313
  }
@@ -325,23 +327,23 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
325
327
  return null;
326
328
  }
327
329
  let h = DescriptionTreeBuilder.createTree(this.context, g.result);
328
- let i = this.a7.item(b);
330
+ let i = this.a8.item(b);
329
331
  if (h.c("Type")) {
330
332
  let j = h.a("Type").b;
331
- return this.b6(j, h, b, i, true, -1, null);
333
+ return this.b8(j, h, b, i, true, -1, null);
332
334
  }
333
335
  else {
334
- return this.b5(typeCast(JsonDictionaryObject.$, d));
336
+ return this.b7(typeCast(JsonDictionaryObject.$, d));
335
337
  }
336
338
  }
337
339
  loadJson(a, b) {
338
- this.dm(a, b, null, false, false, false);
340
+ this.dq(a, b, null, false, false, false);
339
341
  }
340
342
  loadJsonOverlay(a, b, c) {
341
- this.dm(a, b, c, true, false, true);
343
+ this.dq(a, b, c, true, false, true);
342
344
  }
343
345
  loadJsonDelta(a, b, c) {
344
- this.dm(a, b, null, true, c, false);
346
+ this.dq(a, b, null, true, c, false);
345
347
  }
346
348
  get preserveKeyOrder() {
347
349
  return this._preserveKeyOrder;
@@ -349,10 +351,10 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
349
351
  set preserveKeyOrder(a) {
350
352
  this._preserveKeyOrder = a;
351
353
  }
352
- as() {
354
+ at() {
353
355
  return false;
354
356
  }
355
- dp(a) {
357
+ ds(a) {
356
358
  }
357
359
  get allowNullForRemove() {
358
360
  return this._allowNullForRemove;
@@ -360,23 +362,23 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
360
362
  set allowNullForRemove(a) {
361
363
  this._allowNullForRemove = a;
362
364
  }
363
- dm(a, b, c, d, e, f) {
365
+ dq(a, b, c, d, e, f) {
364
366
  let g = new JsonDictionaryParser();
365
367
  let h = g.parse(a);
366
368
  let i = new DescriptionSerializer();
367
369
  i.h = this.isProceedOnErrorEnabled;
368
- i.g = this.as();
370
+ i.g = this.at();
369
371
  let j = null;
370
372
  if (typeCast(JsonDictionaryObject.$, h) !== null) {
371
373
  let k = h;
372
374
  if (k.g("skipAlterDataCasing")) {
373
375
  let l = k.item("skipAlterDataCasing");
374
376
  if (l.value) {
375
- this.dp(true);
377
+ this.ds(true);
376
378
  }
377
379
  }
378
380
  else {
379
- this.dp(false);
381
+ this.ds(false);
380
382
  }
381
383
  let m = null;
382
384
  if (k.g("animationIdleRef") || k.g("hasAnimations")) {
@@ -403,7 +405,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
403
405
  }
404
406
  j = u;
405
407
  let v = false;
406
- let w = this.bj();
408
+ let w = this.bl();
407
409
  if (w != null) {
408
410
  v = true;
409
411
  }
@@ -423,7 +425,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
423
425
  continue;
424
426
  }
425
427
  if (f) {
426
- if (!this.bb.containsKey(u)) {
428
+ if (!this.bc.containsKey(u)) {
427
429
  let z = null;
428
430
  if (this.isProceedOnErrorEnabled) {
429
431
  try {
@@ -436,21 +438,21 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
436
438
  else {
437
439
  z = i.d(this.context, t, v, w, true);
438
440
  }
439
- this.ea(z.result, u, d, true, false, m, n);
441
+ this.ee(z.result, u, d, true, false, m, n);
440
442
  m = null;
441
443
  let ab = c(s);
442
- let ac = this.bb.item(u);
443
- this.dg(this.aw.item(u), ab, ac, u);
444
+ let ac = this.bc.item(u);
445
+ this.dj(this.ax.item(u), ab, ac, u);
444
446
  }
445
447
  }
446
- this.ea(x.result, u, d, e, false, m, n);
448
+ this.ee(x.result, u, d, e, false, m, n);
447
449
  m = null;
448
450
  }
449
451
  }
450
452
  }
451
453
  if (k.g("refs") && j != null) {
452
454
  let ad = k.item("refs");
453
- let ae = this.ai(ad);
455
+ let ae = this.aj(ad);
454
456
  if (!ae && typeCast(JsonDictionaryObject.$, ad) !== null) {
455
457
  let af = ad;
456
458
  let ag = af.e();
@@ -467,7 +469,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
467
469
  this.provideRefValue(j, ai, am);
468
470
  }
469
471
  else {
470
- let an = this.b5(aj);
472
+ let an = this.b7(aj);
471
473
  this.provideRefValue(j, ai, an);
472
474
  }
473
475
  }
@@ -475,19 +477,19 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
475
477
  }
476
478
  if (k.g("modules") && j != null) {
477
479
  let ao = k.item("modules");
478
- this.af(ao);
480
+ this.ag(ao);
479
481
  }
480
482
  if (k.g("strings") && j != null) {
481
483
  let ap = k.item("strings");
482
- this.am(ap);
484
+ this.an(ap);
483
485
  }
484
486
  if (k.g("onInit") && j != null) {
485
487
  let aq = k.item("onInit");
486
- this.ag(aq);
488
+ this.ah(aq);
487
489
  }
488
490
  if (k.g("onViewInit") && j != null) {
489
491
  let ar = k.item("onViewInit");
490
- this.ah(ar);
492
+ this.ai(ar);
491
493
  }
492
494
  }
493
495
  }
@@ -505,44 +507,60 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
505
507
  this.provideRefValue(a, d, i);
506
508
  }
507
509
  else {
508
- let j = this.b5(f);
510
+ let j = this.b7(f);
509
511
  this.provideRefValue(a, d, j);
510
512
  }
511
513
  }
512
514
  addMemberPathTransformer(a) {
513
- this.be.add(a);
515
+ this.bf.add(a);
514
516
  }
515
517
  removeMemberPathTransformer(a) {
516
- this.be.remove(a);
518
+ this.bf.remove(a);
519
+ }
520
+ addReferenceResolver(a) {
521
+ this.bh.add(a);
522
+ }
523
+ removeReferenceResolver(a) {
524
+ this.bh.remove(a);
525
+ }
526
+ e(a) {
527
+ if (this.bh.count == 0) {
528
+ return null;
529
+ }
530
+ let b = new ComponentRendererReferenceResolverEventArgs();
531
+ for (let c = 0; c < this.bh.count; c++) {
532
+ this.bh._inner[c](a, b);
533
+ }
534
+ return b;
517
535
  }
518
- bj() {
519
- if (this.be.count > 0) {
536
+ bl() {
537
+ if (this.bf.count > 0) {
520
538
  return (a) => {
521
539
  let b = a;
522
- for (let c = 0; c < this.be.count; c++) {
523
- b = this.be._inner[c](b);
540
+ for (let c = 0; c < this.bf.count; c++) {
541
+ b = this.bf._inner[c](b);
524
542
  }
525
543
  return b;
526
544
  };
527
545
  }
528
546
  return null;
529
547
  }
530
- ai(a) {
548
+ aj(a) {
531
549
  return false;
532
550
  }
533
- af(a) {
551
+ ag(a) {
534
552
  return false;
535
553
  }
536
- am(a) {
554
+ an(a) {
537
555
  return false;
538
556
  }
539
- ag(a) {
557
+ ah(a) {
540
558
  return false;
541
559
  }
542
- ah(a) {
560
+ ai(a) {
543
561
  return false;
544
562
  }
545
- cw(a, b, c) {
563
+ cy(a, b, c) {
546
564
  let d = a;
547
565
  if (c != null) {
548
566
  d = c.k(b);
@@ -557,23 +575,23 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
557
575
  }
558
576
  return d;
559
577
  }
560
- dg(a, b, c, d) {
578
+ dj(a, b, c, d) {
561
579
  if (!c.b(b)) {
562
- c.k(d, this.aw.item(d).g, b, this.aw.item(d), runOn(this, this.du), -1);
580
+ c.k(d, this.ax.item(d).g, b, this.ax.item(d), runOn(this, this.dx), -1);
563
581
  }
564
582
  for (let e of fromEnum(a.f())) {
565
- this.dh(this.cw(e.c, ComponentRenderer.platform, e.a), e.b, b, c, d, a.g);
583
+ this.dk(this.cy(e.c, ComponentRenderer.platform, e.a), e.b, b, c, d, a.g);
566
584
  }
567
585
  }
568
- dh(a, b, c, d, e, f) {
586
+ dk(a, b, c, d, e, f) {
569
587
  if (typeCast(DescriptionTreeNode.$, b) !== null) {
570
588
  let g = b;
571
589
  let h = this.adapter.getPropertyValue(c, a);
572
590
  if (!d.b(h) && !d.a(g.g)) {
573
- d.k(e, g.g, h, g, runOn(this, this.du), f);
591
+ d.k(e, g.g, h, g, runOn(this, this.dx), f);
574
592
  }
575
593
  for (let i of fromEnum(g.f())) {
576
- this.dh(a + "." + this.cw(i.c, ComponentRenderer.platform, i.a), i.b, c, d, e, g.g);
594
+ this.dk(a + "." + this.cy(i.c, ComponentRenderer.platform, i.a), i.b, c, d, e, g.g);
577
595
  }
578
596
  }
579
597
  if (typeCast(Array_$type, b) !== null) {
@@ -595,24 +613,24 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
595
613
  if (j.containsKey(k)) {
596
614
  let s = j.item(k);
597
615
  if (!d.b(r) && !d.a(s.g)) {
598
- d.k(e, s.g, r, s, runOn(this, this.du), f);
616
+ d.k(e, s.g, r, s, runOn(this, this.dx), f);
599
617
  }
600
618
  for (let t of fromEnum(s.f())) {
601
- this.dh(a + "." + t.c, t.b, c, d, e, s.g);
619
+ this.dk(a + "." + t.c, t.b, c, d, e, s.g);
602
620
  }
603
621
  }
604
622
  k++;
605
623
  });
606
624
  if (l > 0 && k == 0) {
607
- let r = this.c1(a);
625
+ let r = this.c3(a);
608
626
  this.adapter.forPropertyValueItem(c, r, (s) => {
609
627
  if (j.containsKey(k)) {
610
628
  let t = j.item(k);
611
629
  if (!d.b(s) && !d.a(t.g)) {
612
- d.k(e, t.g, s, t, runOn(this, this.du), f);
630
+ d.k(e, t.g, s, t, runOn(this, this.dx), f);
613
631
  }
614
632
  for (let u of fromEnum(t.f())) {
615
- this.dh(r + "." + u.c, u.b, c, d, e, t.g);
633
+ this.dk(r + "." + u.c, u.b, c, d, e, t.g);
616
634
  }
617
635
  }
618
636
  k++;
@@ -620,7 +638,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
620
638
  }
621
639
  }
622
640
  }
623
- c1(a) {
641
+ c3(a) {
624
642
  let b = a.lastIndexOf('.');
625
643
  let c = null;
626
644
  let d = a;
@@ -628,24 +646,24 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
628
646
  c = a.substr(0, b);
629
647
  d = a.substr(b + 1);
630
648
  }
631
- d = "actual" + this.cy(d);
649
+ d = "actual" + this.c0(d);
632
650
  if (c != null) {
633
651
  return c + "." + d;
634
652
  }
635
653
  return d;
636
654
  }
637
- cy(a) {
655
+ c0(a) {
638
656
  return a.substr(0, 1).toUpperCase() + a.substr(1);
639
657
  }
640
658
  a(a) {
641
659
  let b = new Array(a.items.length);
642
660
  for (let c = 0; c < a.items.length; c++) {
643
- let d = this.b5(a.items[c]);
661
+ let d = this.b7(a.items[c]);
644
662
  b[c] = d;
645
663
  }
646
664
  return b;
647
665
  }
648
- b5(a) {
666
+ b7(a) {
649
667
  if (a == null) {
650
668
  return null;
651
669
  }
@@ -655,7 +673,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
655
673
  for (let d = 0; d < c.length; d++) {
656
674
  let key_ = c[d];
657
675
  if (typeCast(JsonDictionaryObject.$, a.item(key_)) !== null) {
658
- let val_ = this.b5(a.item(key_));
676
+ let val_ = this.b7(a.item(key_));
659
677
  dict_[key_] = val_;
660
678
  }
661
679
  else if (typeCast(JsonDictionaryArray.$, a.item(key_)) !== null) {
@@ -669,44 +687,44 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
669
687
  }
670
688
  return dict_;
671
689
  }
672
- get bb() {
673
- return this.a7;
690
+ get bc() {
691
+ return this.a8;
674
692
  }
675
693
  cleanup(a, b) {
676
- this.bl = a;
677
- this.ea(null, a, false, false, b, null, 0);
694
+ this.bn = a;
695
+ this.ee(null, a, false, false, b, null, 0);
678
696
  }
679
697
  render(a, b) {
680
- this.ea(a, b, false, false, false, null, 0);
681
- }
682
- ea(a, b, c, d, e, f, g) {
683
- if (!this.a7.containsKey(b)) {
684
- this.a7.item(b, new ContainerState());
685
- this.a7.item(b).i = b;
686
- }
687
- this.a1.item(b, a);
688
- this.a2.item(b, c);
689
- this.a3.item(b, d);
690
- this.a0.item(b, e);
691
- this.ay.item(b, f);
692
- this.az.item(b, g);
693
- this.dq(b, () => this.d8(b));
694
- }
695
- dq(a, b) {
698
+ this.ee(a, b, false, false, false, null, 0);
699
+ }
700
+ ee(a, b, c, d, e, f, g) {
701
+ if (!this.a8.containsKey(b)) {
702
+ this.a8.item(b, new ContainerState());
703
+ this.a8.item(b).i = b;
704
+ }
705
+ this.a2.item(b, a);
706
+ this.a3.item(b, c);
707
+ this.a4.item(b, d);
708
+ this.a1.item(b, e);
709
+ this.az.item(b, f);
710
+ this.a0.item(b, g);
711
+ this.dt(b, () => this.ec(b));
712
+ }
713
+ dt(a, b) {
696
714
  this.adapter.onUIThread(a, b);
697
715
  }
698
- d8(a) {
699
- if (this.a1.containsKey(a)) {
700
- let b = this.a2.containsKey(a) ? this.a2.item(a) : false;
701
- let c = this.a3.containsKey(a) ? this.a3.item(a) : false;
702
- let d = this.a1.item(a);
703
- let e = this.ay.containsKey(a) ? this.ay.item(a) : null;
704
- let f = this.az.containsKey(a) ? this.az.item(a) : 0;
705
- this.a1.removeItem(a);
716
+ ec(a) {
717
+ if (this.a2.containsKey(a)) {
718
+ let b = this.a3.containsKey(a) ? this.a3.item(a) : false;
719
+ let c = this.a4.containsKey(a) ? this.a4.item(a) : false;
720
+ let d = this.a2.item(a);
721
+ let e = this.az.containsKey(a) ? this.az.item(a) : null;
722
+ let f = this.a0.containsKey(a) ? this.a0.item(a) : 0;
723
+ this.a2.removeItem(a);
706
724
  let g = DescriptionTreeBuilder.createTreeWithOptions(this.context, d, this.preserveKeyOrder);
707
725
  let h = null;
708
- if (this.aw.containsKey(a)) {
709
- h = this.aw.item(a);
726
+ if (this.ax.containsKey(a)) {
727
+ h = this.ax.item(a);
710
728
  }
711
729
  let i = DescriptionTreeReconciler.c(h, g, b);
712
730
  if (!c && b) {
@@ -719,32 +737,32 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
719
737
  }
720
738
  if (c) {
721
739
  let k = DescriptionTreeReconciler.a(h, i);
722
- if (!this.a7.containsKey(a)) {
723
- this.a7.addItem(a, ((() => {
740
+ if (!this.a8.containsKey(a)) {
741
+ this.a8.addItem(a, ((() => {
724
742
  let $ret = new ContainerState();
725
743
  $ret.i = a;
726
744
  return $ret;
727
745
  })()));
728
746
  }
729
- let l = this.a7.item(a);
747
+ let l = this.a8.item(a);
730
748
  if (k.a.count > 0) {
731
749
  for (let m of fromEnum(k.a)) {
732
750
  if (l.a(m)) {
733
751
  let n = l.j(m);
734
- this.de(a, n, l);
752
+ this.dh(a, n, l);
735
753
  }
736
754
  }
737
755
  }
738
756
  if (k.c.count > 0) {
739
757
  for (let o of fromEnum(k.c)) {
740
- let p = this.cc(a, l, o);
758
+ let p = this.ce(a, l, o);
741
759
  let q = this.adapter.getPropertyValue(p, o.j);
742
760
  if (q != null) {
743
761
  if (!l.b(q)) {
744
762
  let r = o.g;
745
763
  if (typeCast(DescriptionTreeNode.$, r) !== null) {
746
764
  let s = r.g;
747
- l.k(a, s, q, r, runOn(this, this.du), o.c.g);
765
+ l.k(a, s, q, r, runOn(this, this.dx), o.c.g);
748
766
  }
749
767
  }
750
768
  }
@@ -758,7 +776,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
758
776
  let v = t.g;
759
777
  if (typeCast(DescriptionTreeNode.$, v) !== null) {
760
778
  let w = v.g;
761
- this.aw.item(a, v);
779
+ this.ax.item(a, v);
762
780
  }
763
781
  }
764
782
  }
@@ -783,7 +801,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
783
801
  if (z.count == 0) {
784
802
  continue;
785
803
  }
786
- let ad = this.cc(a, l, x);
804
+ let ad = this.ce(a, l, x);
787
805
  let ae = this.adapter.getPropertyValue(ad, x.j);
788
806
  if (ae != null) {
789
807
  let af = 0;
@@ -793,7 +811,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
793
811
  let ah = z.item(this.adapter.getPropertyValue(ag, "Name").toString());
794
812
  if (typeCast(DescriptionTreeNode.$, ah) !== null) {
795
813
  let ai = ah.g;
796
- l.k(a, ai, ag, ah, runOn(this, this.du), x.c.g);
814
+ l.k(a, ai, ag, ah, runOn(this, this.dx), x.c.g);
797
815
  }
798
816
  }
799
817
  }
@@ -804,11 +822,11 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
804
822
  }
805
823
  }
806
824
  else {
807
- this.aw.item(a, g);
825
+ this.ax.item(a, g);
808
826
  }
809
827
  if (!c) {
810
- if (e != null && this.v(e)) {
811
- let ag = this.ba.item(e);
828
+ if (e != null && this.w(e)) {
829
+ let ag = this.bb.item(e);
812
830
  if (ag != null) {
813
831
  let ah = GlobalAnimationState.d.i();
814
832
  if (f > 0) {
@@ -819,71 +837,71 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
819
837
  }
820
838
  }
821
839
  }
822
- this.d9(a, i);
840
+ this.ed(a, i);
823
841
  }
824
- if (this.a0.item(a)) {
825
- this.d6(a);
826
- if (this.a7.containsKey(a)) {
827
- this.a7.removeItem(a);
842
+ if (this.a1.item(a)) {
843
+ this.ea(a);
844
+ if (this.a8.containsKey(a)) {
845
+ this.a8.removeItem(a);
828
846
  }
829
847
  }
830
848
  }
831
- if (this.bl != null) {
832
- if (this.a1.containsKey(this.bl)) {
833
- this.a1.removeItem(this.bl);
849
+ if (this.bn != null) {
850
+ if (this.a2.containsKey(this.bn)) {
851
+ this.a2.removeItem(this.bn);
834
852
  }
835
- if (this.a2.containsKey(this.bl)) {
836
- this.a2.removeItem(this.bl);
853
+ if (this.a3.containsKey(this.bn)) {
854
+ this.a3.removeItem(this.bn);
837
855
  }
838
- if (this.a3.containsKey(this.bl)) {
839
- this.a3.removeItem(this.bl);
856
+ if (this.a4.containsKey(this.bn)) {
857
+ this.a4.removeItem(this.bn);
840
858
  }
841
- if (this.a0.containsKey(this.bl)) {
842
- this.a0.removeItem(this.bl);
859
+ if (this.a1.containsKey(this.bn)) {
860
+ this.a1.removeItem(this.bn);
843
861
  }
844
- if (this.aw.containsKey(this.bl)) {
845
- this.aw.removeItem(this.bl);
862
+ if (this.ax.containsKey(this.bn)) {
863
+ this.ax.removeItem(this.bn);
846
864
  }
847
- if (this.a4.containsKey(this.bl)) {
848
- this.a4.removeItem(this.bl);
865
+ if (this.a5.containsKey(this.bn)) {
866
+ this.a5.removeItem(this.bn);
849
867
  }
850
- if (this.ax.containsKey(this.bl)) {
851
- this.ax.removeItem(this.bl);
868
+ if (this.ay.containsKey(this.bn)) {
869
+ this.ay.removeItem(this.bn);
852
870
  }
853
- if (this.av.containsKey(this.bl)) {
854
- this.av.removeItem(this.bl);
871
+ if (this.aw.containsKey(this.bn)) {
872
+ this.aw.removeItem(this.bn);
855
873
  }
856
- if (this.az.containsKey(this.bl)) {
857
- this.az.removeItem(this.bl);
874
+ if (this.a0.containsKey(this.bn)) {
875
+ this.a0.removeItem(this.bn);
858
876
  }
859
- if (this.ay.containsKey(this.bl)) {
860
- this.ay.removeItem(this.bl);
877
+ if (this.az.containsKey(this.bn)) {
878
+ this.az.removeItem(this.bn);
861
879
  }
862
- this.bl = null;
880
+ this.bn = null;
863
881
  }
864
882
  }
865
883
  getTargetValue(a, b, c) {
866
- let d = this.context.getMetadata(a, this.cy(b));
884
+ let d = this.context.getMetadata(a, this.c0(b));
867
885
  let e = d.k(ComponentRenderer.platform);
868
886
  return this.adapter.getPropertyValue(c, e);
869
887
  }
870
888
  setTargetValue(a, b, c, d, e) {
871
- let f = this.context.getMetadata(a, this.cy(b));
889
+ let f = this.context.getMetadata(a, this.c0(b));
872
890
  let g = f.k(ComponentRenderer.platform);
873
891
  this.adapter.setPropertyValue(c, g, f, d, e, null);
874
892
  }
875
893
  executeMethod(a, b, c) {
876
894
  let d = new JsonDictionaryParser();
877
895
  let e = d.parse(b);
878
- if (!this.a7.containsKey(a)) {
879
- this.a7.item(a, new ContainerState());
880
- this.a7.item(a).i = a;
896
+ if (!this.a8.containsKey(a)) {
897
+ this.a8.item(a, new ContainerState());
898
+ this.a8.item(a).i = a;
881
899
  }
882
- let f = this.a7.item(a);
900
+ let f = this.a8.item(a);
883
901
  let g = new DescriptionSerializer();
884
902
  g.h = this.isProceedOnErrorEnabled;
885
- g.g = this.as();
886
- let h = this.aw.item(a);
903
+ g.g = this.at();
904
+ let h = this.ax.item(a);
887
905
  let i = null;
888
906
  let j = new List$1(Base.$, 0);
889
907
  let k = new List$1(TypeDescriptionMetadata.$, 0);
@@ -891,15 +909,15 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
891
909
  let l = null;
892
910
  let m = e;
893
911
  if (m.g("targetRef")) {
894
- l = this.cu(m, "targetRef");
912
+ l = this.cw(m, "targetRef");
895
913
  }
896
914
  let n = null;
897
915
  if (m.g("methodName")) {
898
- n = this.cu(m, "methodName");
916
+ n = this.cw(m, "methodName");
899
917
  }
900
918
  if (l != null) {
901
- if (this.a8.containsKey(l)) {
902
- i = this.a8.item(l);
919
+ if (this.a9.containsKey(l)) {
920
+ i = this.a9.item(l);
903
921
  }
904
922
  }
905
923
  else {
@@ -909,16 +927,16 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
909
927
  let o = m.item("args");
910
928
  for (let p = 0; p < o.items.length; p++) {
911
929
  let q = o.items[p];
912
- let r = this.g(h, q, g);
930
+ let r = this.h(h, q, g);
913
931
  let s = null;
914
932
  if (typeCast(DescriptionTreeNode.$, r.g) !== null && r.g.i == "EmbeddedRef") {
915
- s = this.ce(a, r.g);
933
+ s = this.cg(a, r.g);
916
934
  }
917
935
  else {
918
- s = this.b9(r, a, f);
936
+ s = this.cb(r, a, f);
919
937
  }
920
938
  if (r.d.knownType == 8 && r.d.specificType == "string") {
921
- s = this.bu(r.d.specificExternalType, s, r.d);
939
+ s = this.bw(r.d.specificExternalType, s, r.d);
922
940
  }
923
941
  j.add1(s);
924
942
  k.add(r.d);
@@ -927,16 +945,16 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
927
945
  let t = null;
928
946
  if (m.g("return")) {
929
947
  let u = m.item("return");
930
- let v = this.g(h, u, g);
948
+ let v = this.h(h, u, g);
931
949
  t = v.d;
932
950
  }
933
951
  this.adapter.executeMethod(i, n, j.toArray(), k.toArray(), (w) => {
934
- let x = this.cz(w, t);
952
+ let x = this.c1(w, t);
935
953
  c(x);
936
954
  });
937
955
  }
938
956
  }
939
- ce(a, b) {
957
+ cg(a, b) {
940
958
  if (b.i == "EmbeddedRef") {
941
959
  let c = "uuid";
942
960
  let d = null;
@@ -949,19 +967,19 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
949
967
  }
950
968
  }
951
969
  if (d != null) {
952
- for (let f = 0; f < this.bd.count; f++) {
953
- let g = this.bd._inner[f](a, c, d);
970
+ for (let f = 0; f < this.be.count; f++) {
971
+ let g = this.be._inner[f](a, c, d);
954
972
  if (g != null) {
955
973
  return g;
956
974
  }
957
975
  }
958
976
  if (c == "name") {
959
977
  let h = d;
960
- if (this.a8.containsKey(h)) {
961
- return this.a8.item(h);
978
+ if (this.a9.containsKey(h)) {
979
+ return this.a9.item(h);
962
980
  }
963
- if (this.ba.containsKey(h)) {
964
- return this.ba.item(h);
981
+ if (this.bb.containsKey(h)) {
982
+ return this.bb.item(h);
965
983
  }
966
984
  }
967
985
  return null;
@@ -969,7 +987,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
969
987
  }
970
988
  return null;
971
989
  }
972
- static bi(a) {
990
+ static bk(a) {
973
991
  if (typeCast(Date_$type, a) !== null) {
974
992
  return a.getTime();
975
993
  }
@@ -978,7 +996,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
978
996
  }
979
997
  return a;
980
998
  }
981
- cz(a, b) {
999
+ c1(a, b) {
982
1000
  let c = new JsonDictionaryObject();
983
1001
  c.item("knownType", ((() => {
984
1002
  let $ret = new JsonDictionaryValue();
@@ -1016,7 +1034,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1016
1034
  c.item("result", ((() => {
1017
1035
  let $ret = new JsonDictionaryValue();
1018
1036
  $ret.e = 0;
1019
- $ret.value = ComponentRenderer.bi(a);
1037
+ $ret.value = ComponentRenderer.bk(a);
1020
1038
  return $ret;
1021
1039
  })()));
1022
1040
  break;
@@ -1040,7 +1058,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1040
1058
  c.item("result", ((() => {
1041
1059
  let $ret = new JsonDictionaryValue();
1042
1060
  $ret.e = 2;
1043
- $ret.value = this.cf(a);
1061
+ $ret.value = this.ch(a);
1044
1062
  return $ret;
1045
1063
  })()));
1046
1064
  break;
@@ -1048,7 +1066,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1048
1066
  c.item("result", ((() => {
1049
1067
  let $ret = new JsonDictionaryValue();
1050
1068
  $ret.e = 2;
1051
- $ret.value = this.ch(a);
1069
+ $ret.value = this.cj(a);
1052
1070
  return $ret;
1053
1071
  })()));
1054
1072
  break;
@@ -1056,7 +1074,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1056
1074
  c.item("result", ((() => {
1057
1075
  let $ret = new JsonDictionaryValue();
1058
1076
  $ret.e = 2;
1059
- $ret.value = this.cg(a);
1077
+ $ret.value = this.ci(a);
1060
1078
  return $ret;
1061
1079
  })()));
1062
1080
  break;
@@ -1075,19 +1093,19 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1075
1093
  c.item("result", ((() => {
1076
1094
  let $ret = new JsonDictionaryValue();
1077
1095
  $ret.e = 2;
1078
- $ret.value = this.ck(a);
1096
+ $ret.value = this.cm(a);
1079
1097
  return $ret;
1080
1098
  })()));
1081
1099
  break;
1082
1100
  case 12:
1083
- c.item("result", this.cm(a));
1101
+ c.item("result", this.co(a));
1084
1102
  break;
1085
1103
  case 13: break;
1086
1104
  case 14:
1087
1105
  c.item("result", ((() => {
1088
1106
  let $ret = new JsonDictionaryValue();
1089
1107
  $ret.e = 2;
1090
- $ret.value = this.cl(a);
1108
+ $ret.value = this.cn(a);
1091
1109
  return $ret;
1092
1110
  })()));
1093
1111
  break;
@@ -1096,7 +1114,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1096
1114
  c.item("result", ((() => {
1097
1115
  let $ret = new JsonDictionaryValue();
1098
1116
  $ret.e = 2;
1099
- $ret.value = this.ci(a);
1117
+ $ret.value = this.ck(a);
1100
1118
  return $ret;
1101
1119
  })()));
1102
1120
  break;
@@ -1108,7 +1126,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1108
1126
  c.item("result", ((() => {
1109
1127
  let $ret = new JsonDictionaryValue();
1110
1128
  $ret.e = 2;
1111
- $ret.value = this.cn(a);
1129
+ $ret.value = this.cp(a);
1112
1130
  return $ret;
1113
1131
  })()));
1114
1132
  break;
@@ -1117,41 +1135,41 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1117
1135
  c.item("result", ((() => {
1118
1136
  let $ret = new JsonDictionaryValue();
1119
1137
  $ret.e = 2;
1120
- $ret.value = this.cj(a);
1138
+ $ret.value = this.cl(a);
1121
1139
  return $ret;
1122
1140
  })()));
1123
1141
  break;
1124
1142
  }
1125
1143
  return c.b();
1126
1144
  }
1127
- cj(a) {
1145
+ cl(a) {
1128
1146
  return this.adapter.serializeDoubleCollection(a);
1129
1147
  }
1130
- cn(a) {
1148
+ cp(a) {
1131
1149
  return this.adapter.serializeTimespan(a);
1132
1150
  }
1133
- ci(a) {
1151
+ ck(a) {
1134
1152
  return this.adapter.serializeColorCollection(a);
1135
1153
  }
1136
- cl(a) {
1154
+ cn(a) {
1137
1155
  return this.adapter.serializeRect(a);
1138
1156
  }
1139
- cm(a) {
1157
+ co(a) {
1140
1158
  return this.adapter.serializeSize(a);
1141
1159
  }
1142
- ck(a) {
1160
+ cm(a) {
1143
1161
  return this.adapter.serializePoint(a);
1144
1162
  }
1145
- cg(a) {
1163
+ ci(a) {
1146
1164
  return this.adapter.serializeBrushCollection(a);
1147
1165
  }
1148
- ch(a) {
1166
+ cj(a) {
1149
1167
  return this.adapter.serializeColor(a);
1150
1168
  }
1151
- cf(a) {
1169
+ ch(a) {
1152
1170
  return this.adapter.serializeBrush(a);
1153
1171
  }
1154
- g(a, b, c) {
1172
+ h(a, b, c) {
1155
1173
  let d = new DescriptionTreeAction();
1156
1174
  d.a = 0;
1157
1175
  d.c = a;
@@ -1159,20 +1177,20 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1159
1177
  let e = new TypeDescriptionMetadata();
1160
1178
  e.propertyName = "*argument";
1161
1179
  let f;
1162
- let g = this.cu(b, "knownType");
1180
+ let g = this.cw(b, "knownType");
1163
1181
  let h = EnumUtil.tryParse$1(TypeDescriptionWellKnownType_$type, g, true, f);
1164
1182
  f = h.p2;
1165
1183
  e.knownType = f;
1166
- e.specificExternalType = this.cu(b, "specificExternalType");
1167
- e.specificType = this.cu(b, "specificType");
1168
- e.collectionElementType = this.cu(b, "collectionElementType");
1184
+ e.specificExternalType = this.cw(b, "specificExternalType");
1185
+ e.specificType = this.cw(b, "specificType");
1186
+ e.collectionElementType = this.cw(b, "collectionElementType");
1169
1187
  d.d = e;
1170
1188
  let i = null;
1171
- i = this.b8(e, b, c);
1189
+ i = this.ca(e, b, c);
1172
1190
  d.g = i;
1173
1191
  return d;
1174
1192
  }
1175
- cu(a, b) {
1193
+ cw(a, b) {
1176
1194
  if (typeCast(JsonDictionaryObject.$, a) !== null) {
1177
1195
  let c = a;
1178
1196
  if (c.g(b)) {
@@ -1181,17 +1199,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1181
1199
  }
1182
1200
  return null;
1183
1201
  }
1184
- b8(a, b, c) {
1202
+ ca(a, b, c) {
1185
1203
  if (typeCast(JsonDictionaryObject.$, b) !== null) {
1186
1204
  let d = b;
1187
1205
  if (d.g("value")) {
1188
1206
  let e = (d.item("value")) != null ? (d.item("value")) : null;
1189
- return this.b4(a.knownType, a.specificType, a.specificExternalType, a.collectionElementType, e, c);
1207
+ return this.b6(a.knownType, a.specificType, a.specificExternalType, a.collectionElementType, e, c);
1190
1208
  }
1191
1209
  }
1192
1210
  return null;
1193
1211
  }
1194
- b4(a, b, c, d, e, f) {
1212
+ b6(a, b, c, d, e, f) {
1195
1213
  if (typeCast(JsonDictionaryObject.$, e) !== null) {
1196
1214
  let g = e;
1197
1215
  if (g.g("type") || g.g("refType")) {
@@ -1234,7 +1252,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1234
1252
  let r;
1235
1253
  let s;
1236
1254
  let t;
1237
- let u = this.dj(o, n, b, c, q, r, s, t);
1255
+ let u = this.dm(o, n, b, c, q, r, s, t);
1238
1256
  q = u.p4;
1239
1257
  r = u.p5;
1240
1258
  s = u.p6;
@@ -1242,7 +1260,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1242
1260
  if (m.items != null) {
1243
1261
  for (let v = 0; v < m.items.length; v++) {
1244
1262
  let w = m.items[v];
1245
- let x = this.b4(q, r, s, t, w, f);
1263
+ let x = this.b6(q, r, s, t, w, f);
1246
1264
  p[v] = x;
1247
1265
  }
1248
1266
  }
@@ -1253,7 +1271,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1253
1271
  }
1254
1272
  return e;
1255
1273
  }
1256
- dj(a, b, c, d, e, f, g, h) {
1274
+ dm(a, b, c, d, e, f, g, h) {
1257
1275
  if (a) {
1258
1276
  e = 8;
1259
1277
  f = b;
@@ -1341,242 +1359,242 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1341
1359
  };
1342
1360
  }
1343
1361
  resolveRefValue(a, b, c) {
1344
- this.dq(a, () => {
1345
- if (!this.a7.containsKey(a)) {
1346
- this.a7.addItem(a, ((() => {
1362
+ this.dt(a, () => {
1363
+ if (!this.a8.containsKey(a)) {
1364
+ this.a8.addItem(a, ((() => {
1347
1365
  let $ret = new ContainerState();
1348
1366
  $ret.i = a;
1349
1367
  return $ret;
1350
1368
  })()));
1351
1369
  }
1352
- let d = this.a7.item(a);
1370
+ let d = this.a8.item(a);
1353
1371
  if (!this.hasRef(b)) {
1354
- if (this.a8.containsKey(b)) {
1355
- c(this.a8.item(b));
1372
+ if (this.a9.containsKey(b)) {
1373
+ c(this.a9.item(b));
1356
1374
  return;
1357
1375
  }
1358
- if (!this.x(a)) {
1376
+ if (!this.y(a)) {
1359
1377
  this.queueForIdle(a, () => this.resolveRefValue(a, b, c));
1360
1378
  return;
1361
1379
  }
1362
1380
  c(null);
1363
1381
  return;
1364
1382
  }
1365
- let e = this.f(b);
1366
- let f = this.cb(e);
1383
+ let e = this.g(b);
1384
+ let f = this.cd(e);
1367
1385
  c(f);
1368
1386
  });
1369
1387
  }
1370
1388
  resolveRefName(a, b, c) {
1371
- this.dq(a, () => {
1372
- if (!this.a7.containsKey(a)) {
1373
- this.a7.addItem(a, ((() => {
1389
+ this.dt(a, () => {
1390
+ if (!this.a8.containsKey(a)) {
1391
+ this.a8.addItem(a, ((() => {
1374
1392
  let $ret = new ContainerState();
1375
1393
  $ret.i = a;
1376
1394
  return $ret;
1377
1395
  })()));
1378
1396
  }
1379
- let d = this.a7.item(a);
1380
- if (b != null && this.a5.containsKey(b)) {
1381
- c(this.a5.item(b));
1397
+ let d = this.a8.item(a);
1398
+ if (b != null && this.a6.containsKey(b)) {
1399
+ c(this.a6.item(b));
1382
1400
  return;
1383
1401
  }
1384
1402
  c(null);
1385
1403
  });
1386
1404
  }
1387
1405
  provideRefValue(a, b, c) {
1388
- this.dq(a, () => {
1389
- if (!this.a7.containsKey(a)) {
1390
- this.a7.addItem(a, ((() => {
1406
+ this.dt(a, () => {
1407
+ if (!this.a8.containsKey(a)) {
1408
+ this.a8.addItem(a, ((() => {
1391
1409
  let $ret = new ContainerState();
1392
1410
  $ret.i = a;
1393
1411
  return $ret;
1394
1412
  })()));
1395
1413
  }
1396
- let d = this.a7.item(a);
1397
- this.du(a, b, c, true);
1414
+ let d = this.a8.item(a);
1415
+ this.dx(a, b, c, true);
1398
1416
  });
1399
1417
  }
1400
1418
  removeRefValue(a, b) {
1401
- this.dq(a, () => {
1402
- if (!this.a7.containsKey(a)) {
1403
- this.a7.addItem(a, ((() => {
1419
+ this.dt(a, () => {
1420
+ if (!this.a8.containsKey(a)) {
1421
+ this.a8.addItem(a, ((() => {
1404
1422
  let $ret = new ContainerState();
1405
1423
  $ret.i = a;
1406
1424
  return $ret;
1407
1425
  })()));
1408
1426
  }
1409
- let c = this.a7.item(a);
1427
+ let c = this.a8.item(a);
1410
1428
  this.removeRefValueCore(a, b, true);
1411
1429
  });
1412
1430
  }
1413
- d6(a) {
1414
- let b = this.a7.item(a);
1431
+ ea(a) {
1432
+ let b = this.a8.item(a);
1415
1433
  let c = new List$1(String_$type, 0);
1416
- for (let d of fromEnum(this.a6.keys)) {
1417
- if (this.a6.item(d).c == 0) {
1434
+ for (let d of fromEnum(this.a7.keys)) {
1435
+ if (this.a7.item(d).c == 0) {
1418
1436
  c.add(d);
1419
1437
  }
1420
1438
  }
1421
1439
  for (let e = 0; e < c.count; e++) {
1422
1440
  let f = this.shouldNamespaceSystemRefValues;
1423
1441
  this.shouldNamespaceSystemRefValues = false;
1424
- this.removeRefValueCore(a, c._inner[e], this.ba.containsKey(c._inner[e]));
1442
+ this.removeRefValueCore(a, c._inner[e], this.bb.containsKey(c._inner[e]));
1425
1443
  this.shouldNamespaceSystemRefValues = f;
1426
- if (this.bc != null && this.bc.count > 0) {
1427
- for (let g = 0; g < this.bc.count; g++) {
1428
- this.bc._inner[g](a, c._inner[e]);
1444
+ if (this.bd != null && this.bd.count > 0) {
1445
+ for (let g = 0; g < this.bd.count; g++) {
1446
+ this.bd._inner[g](a, c._inner[e]);
1429
1447
  }
1430
1448
  }
1431
1449
  }
1432
1450
  }
1433
1451
  clearRefValues(a) {
1434
- this.dq(a, () => {
1435
- if (!this.a7.containsKey(a)) {
1436
- this.a7.addItem(a, ((() => {
1452
+ this.dt(a, () => {
1453
+ if (!this.a8.containsKey(a)) {
1454
+ this.a8.addItem(a, ((() => {
1437
1455
  let $ret = new ContainerState();
1438
1456
  $ret.i = a;
1439
1457
  return $ret;
1440
1458
  })()));
1441
1459
  }
1442
- let b = this.a7.item(a);
1460
+ let b = this.a8.item(a);
1443
1461
  this.clearUserRefValues();
1444
1462
  });
1445
1463
  }
1446
- x(a) {
1447
- if (this.av.containsKey(a) && this.av.item(a)) {
1464
+ y(a) {
1465
+ if (this.aw.containsKey(a) && this.aw.item(a)) {
1448
1466
  return false;
1449
1467
  }
1450
- if (this.a4.containsKey(a) && this.a4.item(a).count > 0) {
1468
+ if (this.a5.containsKey(a) && this.a5.item(a).count > 0) {
1451
1469
  return false;
1452
1470
  }
1453
1471
  return true;
1454
1472
  }
1455
1473
  queueForIdle(a, b) {
1456
- this.dq(a, () => {
1457
- if (this.x(a)) {
1474
+ this.dt(a, () => {
1475
+ if (this.y(a)) {
1458
1476
  b();
1459
1477
  }
1460
1478
  else {
1461
- if (!this.ax.containsKey(a)) {
1462
- this.ax.item(a, new List$1(Delegate_$type, 0));
1479
+ if (!this.ay.containsKey(a)) {
1480
+ this.ay.item(a, new List$1(Delegate_$type, 0));
1463
1481
  }
1464
- this.ax.item(a).add(b);
1482
+ this.ay.item(a).add(b);
1465
1483
  }
1466
1484
  });
1467
1485
  }
1468
1486
  tryFlushIdleActions(a) {
1469
- if (this.x(a)) {
1470
- if (this.ax.containsKey(a)) {
1471
- let b = new List$1(Delegate_$type, 1, this.ax.item(a));
1472
- this.ax.item(a).clear();
1487
+ if (this.y(a)) {
1488
+ if (this.ay.containsKey(a)) {
1489
+ let b = new List$1(Delegate_$type, 1, this.ay.item(a));
1490
+ this.ay.item(a).clear();
1473
1491
  for (let c = 0; c < b.count; c++) {
1474
1492
  b._inner[c]();
1475
1493
  }
1476
1494
  }
1477
1495
  }
1478
1496
  }
1479
- d9(a, b) {
1480
- let c = this.a7.item(a);
1481
- this.dr(a, c, b);
1497
+ ed(a, b) {
1498
+ let c = this.a8.item(a);
1499
+ this.du(a, c, b);
1482
1500
  }
1483
- ee(a, b) {
1501
+ ei(a, b) {
1484
1502
  if (this.isProceedOnErrorEnabled) {
1485
1503
  try {
1486
- this.df(a, b, true);
1504
+ this.di(a, b, true);
1487
1505
  }
1488
1506
  catch (c) {
1489
- this.av.item(a, false);
1507
+ this.aw.item(a, false);
1490
1508
  }
1491
1509
  }
1492
1510
  else {
1493
- this.df(a, b, true);
1511
+ this.di(a, b, true);
1494
1512
  }
1495
1513
  }
1496
- el(a, b) {
1514
+ ep(a, b) {
1497
1515
  if (this.isProceedOnErrorEnabled) {
1498
1516
  try {
1499
- this.df(a, b, false);
1517
+ this.di(a, b, false);
1500
1518
  }
1501
1519
  catch (c) {
1502
- this.av.item(a, false);
1520
+ this.aw.item(a, false);
1503
1521
  }
1504
1522
  }
1505
1523
  else {
1506
- this.df(a, b, false);
1524
+ this.di(a, b, false);
1507
1525
  }
1508
1526
  }
1509
- df(a, b, c) {
1527
+ di(a, b, c) {
1510
1528
  if (!c) {
1511
- if (this.av.containsKey(a) && this.av.item(a)) {
1529
+ if (this.aw.containsKey(a) && this.aw.item(a)) {
1512
1530
  return;
1513
1531
  }
1514
1532
  }
1515
- this.av.item(a, true);
1533
+ this.aw.item(a, true);
1516
1534
  let d = true;
1517
- while (d && this.a4.item(a).count > 0) {
1518
- while (this.a4.item(a).count > 0 && this.a4.item(a).c().count < 1) {
1519
- this.a4.item(a).b();
1535
+ while (d && this.a5.item(a).count > 0) {
1536
+ while (this.a5.item(a).count > 0 && this.a5.item(a).c().count < 1) {
1537
+ this.a5.item(a).b();
1520
1538
  }
1521
- if (this.a4.item(a).count < 1) {
1539
+ if (this.a5.item(a).count < 1) {
1522
1540
  break;
1523
1541
  }
1524
- let e = this.a4.item(a).c();
1542
+ let e = this.a5.item(a).c();
1525
1543
  while (e.count > 0) {
1526
1544
  let f = e.b();
1527
- d = this.ac(a, b, f);
1545
+ d = this.ad(a, b, f);
1528
1546
  if (!d) {
1529
1547
  break;
1530
1548
  }
1531
1549
  }
1532
1550
  }
1533
1551
  if (d) {
1534
- this.av.item(a, false);
1552
+ this.aw.item(a, false);
1535
1553
  }
1536
- if (this.x(a)) {
1554
+ if (this.y(a)) {
1537
1555
  this.tryFlushIdleActions(a);
1538
1556
  }
1539
1557
  }
1540
- dr(a, b, c) {
1558
+ du(a, b, c) {
1541
1559
  let d = new Queue$1(DescriptionTreeAction.$);
1542
1560
  for (let e = 0; e < c.count; e++) {
1543
1561
  d.g(c._inner[e]);
1544
1562
  }
1545
- if (!this.a4.containsKey(a)) {
1546
- this.a4.addItem(a, new Queue$1(Queue$1.$.specialize(DescriptionTreeAction.$)));
1563
+ if (!this.a5.containsKey(a)) {
1564
+ this.a5.addItem(a, new Queue$1(Queue$1.$.specialize(DescriptionTreeAction.$)));
1547
1565
  }
1548
- this.a4.item(a).g(d);
1549
- this.el(a, b);
1566
+ this.a5.item(a).g(d);
1567
+ this.ep(a, b);
1550
1568
  }
1551
- ds(a, b, c) {
1569
+ dv(a, b, c) {
1552
1570
  for (let d = 0; d < c.count; d++) {
1553
- this.ac(a, b, c._inner[d]);
1571
+ this.ad(a, b, c._inner[d]);
1554
1572
  }
1555
1573
  }
1556
- ac(a, b, c) {
1574
+ ad(a, b, c) {
1557
1575
  switch (c.a) {
1558
- case 5: return this.ad(a, b, c);
1559
- case 2: return this.ae(a, b, c);
1560
- case 4: return this.aj(a, b, c);
1561
- case 3: return this.ak(a, b, c);
1562
- case 1: return this.al(a, b, c);
1563
- case 0: return this.an(a, b, c);
1576
+ case 5: return this.ae(a, b, c);
1577
+ case 2: return this.af(a, b, c);
1578
+ case 4: return this.ak(a, b, c);
1579
+ case 3: return this.al(a, b, c);
1580
+ case 1: return this.am(a, b, c);
1581
+ case 0: return this.ao(a, b, c);
1564
1582
  }
1565
1583
  return true;
1566
1584
  }
1567
- an(a, b, c) {
1568
- let d = this.cc(a, b, c);
1569
- this.au(a, b, c, d);
1585
+ ao(a, b, c) {
1586
+ let d = this.ce(a, b, c);
1587
+ this.av(a, b, c, d);
1570
1588
  return true;
1571
1589
  }
1572
- au(a, b, c, d) {
1573
- let e = this.b9(c, a, b);
1574
- e = this.j.transform(ComponentRenderer.platform, e, c);
1590
+ av(a, b, c, d) {
1591
+ let e = this.cb(c, a, b);
1592
+ e = this.k.transform(ComponentRenderer.platform, e, c);
1575
1593
  let f = false;
1576
- if (this.bg != null && this.bg.count > 0) {
1577
- for (let g = 0; g < this.bg.count; g++) {
1578
- let h = this.bg._inner[g];
1579
- let i = this.cx(a, c);
1594
+ if (this.bi != null && this.bi.count > 0) {
1595
+ for (let g = 0; g < this.bi.count; g++) {
1596
+ let h = this.bi._inner[g];
1597
+ let i = this.cz(a, c);
1580
1598
  if (h(i, d, e)) {
1581
1599
  f = true;
1582
1600
  }
@@ -1589,18 +1607,18 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1589
1607
  return true;
1590
1608
  }
1591
1609
  if (c.d != null && c.d.knownType == 9) {
1592
- this.ar(a, b, c.i(ComponentRenderer.platform), c.d, e, d);
1610
+ this.as(a, b, c.i(ComponentRenderer.platform), c.d, e, d);
1593
1611
  }
1594
1612
  else {
1595
- this.ei(a, b, c.i(ComponentRenderer.platform), c.d, e, c.h, d);
1613
+ this.em(a, b, c.i(ComponentRenderer.platform), c.d, e, c.h, d);
1596
1614
  }
1597
1615
  return true;
1598
1616
  }
1599
- cx(a, b) {
1617
+ cz(a, b) {
1600
1618
  let c = b.c;
1601
1619
  let d = "";
1602
- if (c != this.aw.item(a)) {
1603
- let e = this.cv(a, c);
1620
+ if (c != this.ax.item(a)) {
1621
+ let e = this.cx(a, c);
1604
1622
  d = e;
1605
1623
  }
1606
1624
  if (d.length > 0) {
@@ -1609,17 +1627,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1609
1627
  d += b.j;
1610
1628
  return d;
1611
1629
  }
1612
- cv(a, b) {
1630
+ cx(a, b) {
1613
1631
  if (b == null) {
1614
1632
  return "";
1615
1633
  }
1616
- let c = this.c2("", this.aw.item(a), b);
1634
+ let c = this.c4("", this.ax.item(a), b);
1617
1635
  if (c.c) {
1618
1636
  return c.d;
1619
1637
  }
1620
1638
  return "";
1621
1639
  }
1622
- c2(a, b, c) {
1640
+ c4(a, b, c) {
1623
1641
  if (b == c) {
1624
1642
  return new Tuple$2(Boolean_$type, String_$type, true, a);
1625
1643
  }
@@ -1636,7 +1654,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1636
1654
  }
1637
1655
  else {
1638
1656
  let g = a + f.c;
1639
- let h = this.c2(g, f.b, c);
1657
+ let h = this.c4(g, f.b, c);
1640
1658
  if (h.c) {
1641
1659
  return h;
1642
1660
  }
@@ -1653,7 +1671,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1653
1671
  }
1654
1672
  else {
1655
1673
  let l = a + f.c + "[" + j + "]";
1656
- let m = this.c2(l, k, c);
1674
+ let m = this.c4(l, k, c);
1657
1675
  if (m.c) {
1658
1676
  return m;
1659
1677
  }
@@ -1664,52 +1682,52 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1664
1682
  }
1665
1683
  return new Tuple$2(Boolean_$type, String_$type, false, a);
1666
1684
  }
1667
- ar(a, b, c, d, e, f) {
1668
- if (this.a9.containsKey(c)) {
1669
- for (let g of fromEnum(this.a9.item(c))) {
1685
+ as(a, b, c, d, e, f) {
1686
+ if (this.ba.containsKey(c)) {
1687
+ for (let g of fromEnum(this.ba.item(c))) {
1670
1688
  g(c, f, e);
1671
1689
  }
1672
1690
  }
1673
1691
  this.adapter.setOrUpdateCollectionOnTarget(a, c, d, this.context, f, e);
1674
1692
  return true;
1675
1693
  }
1676
- b9(a, b, c) {
1694
+ cb(a, b, c) {
1677
1695
  if (a.d == null) {
1678
1696
  return a.g;
1679
1697
  }
1680
1698
  switch (a.d.knownType) {
1681
- case 10: return this.bm(a, b, c);
1682
- case 7: return this.bn(a);
1683
- case 4: return this.bo(a);
1684
- case 6: return this.bp(a);
1685
- case 23: return this.bt(a);
1686
- case 9: return this.bm(a, b, c);
1687
- case 5: return this.bq(a);
1688
- case 16: return this.br(a);
1689
- case 20: return this.co(a, c);
1690
- case 22: return this.cr(a, c);
1699
+ case 10: return this.bo(a, b, c);
1700
+ case 7: return this.bp(a);
1701
+ case 4: return this.bq(a);
1702
+ case 6: return this.br(a);
1703
+ case 23: return this.bv(a);
1704
+ case 9: return this.bo(a, b, c);
1705
+ case 5: return this.bs(a);
1706
+ case 16: return this.bt(a);
1707
+ case 20: return this.cq(a, c);
1708
+ case 22: return this.ct(a, c);
1691
1709
  case 15: return null;
1692
- case 3: return this.bs(a);
1693
- case 19: return this.cp(a, c);
1694
- case 8: return this.bv(a, b, c);
1710
+ case 3: return this.bu(a);
1711
+ case 19: return this.cr(a, c);
1712
+ case 8: return this.bx(a, b, c);
1695
1713
  case 13: return null;
1696
- case 18: return this.cq(a, c);
1697
- case 1: return this.bw(a);
1698
- case 11: return this.bx(a);
1699
- case 14: return this.by(a);
1700
- case 12: return this.bz(a);
1701
- case 2: return this.b0(a);
1702
- case 21: return this.b1(a);
1703
- case 17: return this.b2(a, b, c);
1714
+ case 18: return this.cs(a, c);
1715
+ case 1: return this.by(a);
1716
+ case 11: return this.bz(a);
1717
+ case 14: return this.b0(a);
1718
+ case 12: return this.b1(a);
1719
+ case 2: return this.b2(a);
1720
+ case 21: return this.b3(a);
1721
+ case 17: return this.b4(a, b, c);
1704
1722
  case 0: return null;
1705
1723
  }
1706
1724
  return null;
1707
1725
  }
1708
- b2(a, b, c) {
1709
- let d = this.b3(a.g, a, b, c);
1726
+ b4(a, b, c) {
1727
+ let d = this.b5(a.g, a, b, c);
1710
1728
  return d;
1711
1729
  }
1712
- b3(a, b, c, d) {
1730
+ b5(a, b, c, d) {
1713
1731
  if (typeof a === 'string') {
1714
1732
  if (stringStartsWith(a, "@d:")) {
1715
1733
  let v_ = a.substr(3);
@@ -1720,7 +1738,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1720
1738
  let e = a;
1721
1739
  let f = new Array(e.length);
1722
1740
  for (let g = 0; g < e.length; g++) {
1723
- let h = this.b3(e[g], b, c, d);
1741
+ let h = this.b5(e[g], b, c, d);
1724
1742
  f[g] = h;
1725
1743
  }
1726
1744
  a = f;
@@ -1728,25 +1746,25 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1728
1746
  if (typeCast(DescriptionTreeNode.$, a) !== null) {
1729
1747
  let i = a;
1730
1748
  if (i.i == "EmbeddedRef") {
1731
- return this.b6(i.i, a, c, d, false, b.c.g, b.d);
1749
+ return this.b8(i.i, a, c, d, false, b.c.g, b.d);
1732
1750
  }
1733
1751
  }
1734
1752
  return a;
1735
1753
  }
1736
- b1(a) {
1754
+ b3(a) {
1737
1755
  return a.g;
1738
1756
  }
1739
- b0(a) {
1757
+ b2(a) {
1740
1758
  return a.g != null ? a.g.toString() : null;
1741
1759
  }
1742
- bz(a) {
1760
+ b1(a) {
1743
1761
  let b = a.g;
1744
1762
  let width_ = b.width;
1745
1763
  let height_ = b.height;
1746
1764
  let c = { width: width_, height: height_ };
1747
1765
  return c;
1748
1766
  }
1749
- by(a) {
1767
+ b0(a) {
1750
1768
  let b = a.g;
1751
1769
  let top_ = b.top;
1752
1770
  let left_ = b.left;
@@ -1755,14 +1773,14 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1755
1773
  let c = { left: left_, top: top_, width: width_, height: height_ };
1756
1774
  return c;
1757
1775
  }
1758
- bx(a) {
1776
+ bz(a) {
1759
1777
  let b = a.g;
1760
1778
  let x_ = b.x;
1761
1779
  let y_ = b.y;
1762
1780
  let c = { x: x_, y: y_ };
1763
1781
  return c;
1764
1782
  }
1765
- bw(a) {
1783
+ by(a) {
1766
1784
  if (a.g == null) {
1767
1785
  if (a.d != null && ((a.d.specificType == "double" || a.d.specificType == "float") || (a.d.specificExternalType == "double" || a.d.specificExternalType == "float"))) {
1768
1786
  return NaN;
@@ -1791,19 +1809,19 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1791
1809
  }
1792
1810
  return b;
1793
1811
  }
1794
- e(a) {
1795
- if (this.a6.containsKey(a)) {
1796
- let b = this.a6.item(a);
1812
+ f(a) {
1813
+ if (this.a7.containsKey(a)) {
1814
+ let b = this.a7.item(a);
1797
1815
  return b;
1798
1816
  }
1799
1817
  let c = new DescriptionRef(a);
1800
- this.a6.addItem(a, c);
1818
+ this.a7.addItem(a, c);
1801
1819
  return c;
1802
1820
  }
1803
- cq(a, b) {
1804
- return a.g == null ? null : this.e(a.g);
1821
+ cs(a, b) {
1822
+ return a.g == null ? null : this.f(a.g);
1805
1823
  }
1806
- bv(a, b, c) {
1824
+ bx(a, b, c) {
1807
1825
  let d = a.d.specificType;
1808
1826
  if (d == null) {
1809
1827
  d = a.d.specificExternalType;
@@ -1814,54 +1832,54 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1814
1832
  d = e.a("Type").b;
1815
1833
  }
1816
1834
  }
1817
- let f = this.b6(d, a.g, b, c, false, a.c.g, a.d);
1835
+ let f = this.b8(d, a.g, b, c, false, a.c.g, a.d);
1818
1836
  return f;
1819
1837
  }
1820
- cp(a, b) {
1821
- return a.g == null ? null : this.e(a.g);
1838
+ cr(a, b) {
1839
+ return a.g == null ? null : this.f(a.g);
1822
1840
  }
1823
- bs(a) {
1841
+ bu(a) {
1824
1842
  if (typeof a.g === 'string') {
1825
1843
  let v_ = a.g;
1826
1844
  a.g = new Date(v_);
1827
1845
  }
1828
1846
  return a.g;
1829
1847
  }
1830
- co(a, b) {
1831
- return a.g == null ? null : this.e(a.g);
1848
+ cq(a, b) {
1849
+ return a.g == null ? null : this.f(a.g);
1832
1850
  }
1833
- cr(a, b) {
1834
- return a.g == null ? null : this.e(a.g);
1851
+ ct(a, b) {
1852
+ return a.g == null ? null : this.f(a.g);
1835
1853
  }
1836
- ct(a) {
1854
+ cv(a) {
1837
1855
  return a;
1838
1856
  }
1839
- br(a) {
1857
+ bt(a) {
1840
1858
  let b = a.g;
1841
1859
  if (b == null) {
1842
1860
  return null;
1843
1861
  }
1844
1862
  let c = new Array(b.length);
1845
1863
  for (let d = 0; d < b.length; d++) {
1846
- c[d] = this.ct(b[d]);
1864
+ c[d] = this.cv(b[d]);
1847
1865
  }
1848
1866
  return c;
1849
1867
  }
1850
- bq(a) {
1851
- return this.ct(a.g);
1868
+ bs(a) {
1869
+ return this.cv(a.g);
1852
1870
  }
1853
- bp(a) {
1871
+ br(a) {
1854
1872
  let b = a.g;
1855
1873
  if (b == null) {
1856
1874
  return null;
1857
1875
  }
1858
1876
  let c = new Array(b.length);
1859
1877
  for (let d = 0; d < b.length; d++) {
1860
- c[d] = this.cs(b[d]);
1878
+ c[d] = this.cu(b[d]);
1861
1879
  }
1862
1880
  return c;
1863
1881
  }
1864
- bt(a) {
1882
+ bv(a) {
1865
1883
  let b = a.g;
1866
1884
  if (b == null) {
1867
1885
  return null;
@@ -1872,59 +1890,59 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1872
1890
  }
1873
1891
  return c;
1874
1892
  }
1875
- cs(a) {
1893
+ cu(a) {
1876
1894
  return a;
1877
1895
  }
1878
- bo(a) {
1879
- return this.cs(a.g);
1896
+ bq(a) {
1897
+ return this.cu(a.g);
1880
1898
  }
1881
- bn(a) {
1899
+ bp(a) {
1882
1900
  return a.g;
1883
1901
  }
1884
1902
  addTargetPropertyUpdatingListener(a) {
1885
- this.bg.add(a);
1903
+ this.bi.add(a);
1886
1904
  }
1887
1905
  removeTargetPropertyUpdatingListener(a) {
1888
- this.bg.remove(a);
1906
+ this.bi.remove(a);
1889
1907
  }
1890
1908
  addPropertyUpdatingListener(a, b) {
1891
- if (!this.a9.containsKey(a)) {
1892
- this.a9.addItem(a, new List$1(Delegate_$type, 0));
1909
+ if (!this.ba.containsKey(a)) {
1910
+ this.ba.addItem(a, new List$1(Delegate_$type, 0));
1893
1911
  }
1894
- this.a9.item(a).add(b);
1912
+ this.ba.item(a).add(b);
1895
1913
  }
1896
1914
  addReferenceLookupListener(a) {
1897
- this.bd.add(a);
1915
+ this.be.add(a);
1898
1916
  }
1899
1917
  removeReferenceLookupListener(a) {
1900
- this.bd.remove(a);
1918
+ this.be.remove(a);
1901
1919
  }
1902
1920
  removePropertyUpdatingListener(a, b) {
1903
- if (this.a9.containsKey(a)) {
1904
- this.a9.item(a).remove(b);
1905
- if (this.a9.item(a).count == 0) {
1906
- this.a9.removeItem(a);
1921
+ if (this.ba.containsKey(a)) {
1922
+ this.ba.item(a).remove(b);
1923
+ if (this.ba.item(a).count == 0) {
1924
+ this.ba.removeItem(a);
1907
1925
  }
1908
1926
  }
1909
1927
  }
1910
1928
  addNamespaceLookupListener(a) {
1911
- this.bf.add(a);
1929
+ this.bg.add(a);
1912
1930
  }
1913
1931
  removeNamespaceLookupListener(a) {
1914
- this.bf.remove(a);
1932
+ this.bg.remove(a);
1915
1933
  }
1916
1934
  addCleanupListener(a) {
1917
- if (this.bc == null) {
1918
- this.bc = new List$1(Delegate_$type, 0);
1935
+ if (this.bd == null) {
1936
+ this.bd = new List$1(Delegate_$type, 0);
1919
1937
  }
1920
- this.bc.add(a);
1938
+ this.bd.add(a);
1921
1939
  }
1922
1940
  removeCleanupListener(a) {
1923
- if (this.bc != null) {
1924
- this.bc.remove(a);
1941
+ if (this.bd != null) {
1942
+ this.bd.remove(a);
1925
1943
  }
1926
1944
  }
1927
- bm(a, b, c) {
1945
+ bo(a, b, c) {
1928
1946
  if (a.g == null) {
1929
1947
  return null;
1930
1948
  }
@@ -1948,18 +1966,18 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1948
1966
  h = i.a("Type").b;
1949
1967
  }
1950
1968
  }
1951
- let j = this.b6(h, d[g], b, c, false, a.c.g, a.d);
1969
+ let j = this.b8(h, d[g], b, c, false, a.c.g, a.d);
1952
1970
  e.add1(j);
1953
1971
  }
1954
1972
  return e.toArray();
1955
1973
  }
1956
- ei(a, b, c, d, e, f, g) {
1974
+ em(a, b, c, d, e, f, g) {
1957
1975
  if (typeCast(DescriptionRef.$, e) !== null) {
1958
1976
  let h = e;
1959
1977
  let i = false;
1960
1978
  if (f != null && typeof f === 'string') {
1961
1979
  if (this.hasRef(f)) {
1962
- let j = this.f(f);
1980
+ let j = this.g(f);
1963
1981
  if (Base.equalsStatic(j, e)) {
1964
1982
  i = true;
1965
1983
  }
@@ -1968,13 +1986,13 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1968
1986
  }
1969
1987
  }
1970
1988
  }
1971
- if (this.u(e)) {
1989
+ if (this.v(e)) {
1972
1990
  let k = e;
1973
- if (k.e != null && k.e.length > 0 && this.a8.containsKey(k.e)) {
1991
+ if (k.e != null && k.e.length > 0 && this.a9.containsKey(k.e)) {
1974
1992
  k.a = true;
1975
1993
  }
1976
- e = this.cb(e);
1977
- this.ej(g, c, d, e, f, k);
1994
+ e = this.cd(e);
1995
+ this.en(g, c, d, e, f, k);
1978
1996
  }
1979
1997
  else {
1980
1998
  this.adapter.onPendingRef(g, c, d, e);
@@ -1982,21 +2000,33 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1982
2000
  let l = null;
1983
2001
  l = (m, n) => {
1984
2002
  let o = m;
1985
- if (o.e != null && o.e.length > 0 && this.a8.containsKey(o.e)) {
2003
+ if (o.e != null && o.e.length > 0 && this.a9.containsKey(o.e)) {
1986
2004
  o.a = true;
1987
2005
  }
1988
- let p = this.cb(m);
1989
- this.ej(g, c, d, p, n.b, o);
2006
+ let p = this.cd(m);
2007
+ this.en(g, c, d, p, n.b, o);
1990
2008
  };
1991
2009
  if (!i) {
1992
2010
  h.g(a, g, c, l);
2011
+ if (typeCast(DescriptionRef.$, e) !== null) {
2012
+ let m = e;
2013
+ let n = false;
2014
+ if (m.e != null && m.e.length > 0) {
2015
+ let o = this.e(m.e);
2016
+ if (o != null && o.found) {
2017
+ n = true;
2018
+ let p = o.referenceValue;
2019
+ this.provideRefValue(a, m.e, p);
2020
+ }
2021
+ }
2022
+ }
1993
2023
  }
1994
2024
  return;
1995
2025
  }
1996
- this.ej(g, c, d, e, f, null);
2026
+ this.en(g, c, d, e, f, null);
1997
2027
  }
1998
- v(a) {
1999
- return this.ba.containsKey(a);
2028
+ w(a) {
2029
+ return this.bb.containsKey(a);
2000
2030
  }
2001
2031
  get shouldNamespaceSystemRefValues() {
2002
2032
  return this._shouldNamespaceSystemRefValues;
@@ -2004,114 +2034,117 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
2004
2034
  set shouldNamespaceSystemRefValues(a) {
2005
2035
  this._shouldNamespaceSystemRefValues = a;
2006
2036
  }
2007
- du(a, b, c, d) {
2037
+ dx(a, b, c, d) {
2008
2038
  let e = null;
2009
2039
  if (d) {
2010
- if (this.ba.containsKey(b)) {
2011
- e = this.ba.item(b);
2040
+ if (this.bb.containsKey(b)) {
2041
+ e = this.bb.item(b);
2012
2042
  }
2013
- this.ba.item(b, c);
2043
+ this.bb.item(b, c);
2014
2044
  if (c != null) {
2015
- this.a5.item(c, b);
2045
+ if (e != null && this.a6.containsKey(e)) {
2046
+ this.a6.removeItem(e);
2047
+ }
2048
+ this.a6.item(c, b);
2016
2049
  }
2017
2050
  }
2018
2051
  else {
2019
2052
  if (this.shouldNamespaceSystemRefValues) {
2020
2053
  let f = "";
2021
- if (this.bf != null && this.bf.count > 0) {
2022
- for (let g = 0; g < this.bf.count; g++) {
2023
- f = this.bf._inner[g](a);
2054
+ if (this.bg != null && this.bg.count > 0) {
2055
+ for (let g = 0; g < this.bg.count; g++) {
2056
+ f = this.bg._inner[g](a);
2024
2057
  }
2025
2058
  }
2026
2059
  if (!stringIsNullOrEmpty(f)) {
2027
2060
  b = f + "/" + b;
2028
2061
  }
2029
2062
  }
2030
- if (this.a8.containsKey(b)) {
2031
- e = this.a8.item(b);
2063
+ if (this.a9.containsKey(b)) {
2064
+ e = this.a9.item(b);
2032
2065
  }
2033
- this.a8.item(b, c);
2066
+ this.a9.item(b, c);
2034
2067
  if (c != null) {
2035
- this.a5.item(c, b);
2068
+ this.a6.item(c, b);
2036
2069
  }
2037
- if (this.a6.containsKey(b)) {
2038
- this.a6.item(b).a = true;
2070
+ if (this.a7.containsKey(b)) {
2071
+ this.a7.item(b).a = true;
2039
2072
  }
2040
2073
  }
2041
- if (this.a6.containsKey(b)) {
2042
- this.a6.item(b).f(e, c);
2074
+ if (this.a7.containsKey(b)) {
2075
+ this.a7.item(b).f(e, c);
2043
2076
  }
2044
2077
  }
2045
2078
  removeRefValueCore(a, b, c) {
2046
2079
  let d = null;
2047
2080
  if (c) {
2048
- if (this.ba.containsKey(b)) {
2049
- d = this.ba.item(b);
2081
+ if (this.bb.containsKey(b)) {
2082
+ d = this.bb.item(b);
2050
2083
  }
2051
- this.ba.removeItem(b);
2052
- if (d != null && this.a5.containsKey(d)) {
2053
- this.a5.removeItem(d);
2084
+ this.bb.removeItem(b);
2085
+ if (d != null && this.a6.containsKey(d)) {
2086
+ this.a6.removeItem(d);
2054
2087
  }
2055
2088
  }
2056
2089
  else {
2057
2090
  if (this.shouldNamespaceSystemRefValues) {
2058
2091
  let e = "";
2059
- if (this.bf != null && this.bf.count > 0) {
2060
- for (let f = 0; f < this.bf.count; f++) {
2061
- e = this.bf._inner[f](a);
2092
+ if (this.bg != null && this.bg.count > 0) {
2093
+ for (let f = 0; f < this.bg.count; f++) {
2094
+ e = this.bg._inner[f](a);
2062
2095
  }
2063
2096
  }
2064
2097
  if (!stringIsNullOrEmpty(e)) {
2065
2098
  b = e + "/" + b;
2066
2099
  }
2067
2100
  }
2068
- if (this.a8.containsKey(b)) {
2069
- d = this.a8.item(b);
2101
+ if (this.a9.containsKey(b)) {
2102
+ d = this.a9.item(b);
2070
2103
  }
2071
- this.a8.removeItem(b);
2072
- if (d != null && this.a5.containsKey(d)) {
2073
- this.a5.removeItem(d);
2104
+ this.a9.removeItem(b);
2105
+ if (d != null && this.a6.containsKey(d)) {
2106
+ this.a6.removeItem(d);
2074
2107
  }
2075
2108
  }
2076
- if (this.a6.containsKey(b)) {
2077
- this.a6.item(b).f(d, this.cb(this.a6.item(b)));
2078
- if (this.a6.item(b).c <= 0) {
2079
- this.a6.item(b).h();
2080
- this.a6.removeItem(b);
2109
+ if (this.a7.containsKey(b)) {
2110
+ this.a7.item(b).f(d, this.cd(this.a7.item(b)));
2111
+ if (this.a7.item(b).c <= 0) {
2112
+ this.a7.item(b).h();
2113
+ this.a7.removeItem(b);
2081
2114
  }
2082
2115
  }
2083
2116
  }
2084
2117
  clearUserRefValues() {
2085
2118
  let a = new List$1(String_$type, 0);
2086
- for (let b of fromEnum(this.ba.keys)) {
2119
+ for (let b of fromEnum(this.bb.keys)) {
2087
2120
  a.add(b);
2088
2121
  }
2089
2122
  for (let c of fromEnum(a)) {
2090
2123
  this.removeRefValueCore(null, c, true);
2091
2124
  }
2092
2125
  }
2093
- u(a) {
2094
- return this.ba.containsKey(a.e) || this.a8.containsKey(a.e);
2126
+ v(a) {
2127
+ return this.bb.containsKey(a.e) || this.a9.containsKey(a.e);
2095
2128
  }
2096
- cb(a) {
2097
- if (this.ba.containsKey(a.e)) {
2098
- return this.ba.item(a.e);
2129
+ cd(a) {
2130
+ if (this.bb.containsKey(a.e)) {
2131
+ return this.bb.item(a.e);
2099
2132
  }
2100
- if (this.a8.containsKey(a.e)) {
2101
- return this.a8.item(a.e);
2133
+ if (this.a9.containsKey(a.e)) {
2134
+ return this.a9.item(a.e);
2102
2135
  }
2103
2136
  return null;
2104
2137
  }
2105
2138
  hasRef(a) {
2106
- return this.a6.containsKey(a);
2139
+ return this.a7.containsKey(a);
2107
2140
  }
2108
- f(a) {
2109
- return this.a6.item(a);
2141
+ g(a) {
2142
+ return this.a7.item(a);
2110
2143
  }
2111
2144
  getMissingRefs() {
2112
2145
  let a = new List$1(String_$type, 0);
2113
- for (let b of fromEnum(this.a6.keys)) {
2114
- if (!this.u(this.a6.item(b))) {
2146
+ for (let b of fromEnum(this.a7.keys)) {
2147
+ if (!this.v(this.a7.item(b))) {
2115
2148
  a.add(b);
2116
2149
  }
2117
2150
  }
@@ -2119,8 +2152,8 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
2119
2152
  }
2120
2153
  getRefChangeInfos(a) {
2121
2154
  let b = new List$1(DescriptionRefTargetInfo.$, 0);
2122
- if (this.a6.containsKey(a)) {
2123
- for (let c of fromEnum(this.a6.item(a).b)) {
2155
+ if (this.a7.containsKey(a)) {
2156
+ for (let c of fromEnum(this.a7.item(a).b)) {
2124
2157
  b.add(((() => {
2125
2158
  let $ret = new DescriptionRefTargetInfo();
2126
2159
  $ret.container = c.b;
@@ -2132,29 +2165,29 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
2132
2165
  }
2133
2166
  return b.toArray();
2134
2167
  }
2135
- cc(a, b, c) {
2168
+ ce(a, b, c) {
2136
2169
  return b.j(c.c.g);
2137
2170
  }
2138
- al(a, b, c) {
2139
- let d = this.cc(a, b, c);
2140
- this.aq(a, b, c, d);
2171
+ am(a, b, c) {
2172
+ let d = this.ce(a, b, c);
2173
+ this.ar(a, b, c, d);
2141
2174
  return true;
2142
2175
  }
2143
- aq(a, b, c, d) {
2176
+ ar(a, b, c, d) {
2144
2177
  this.adapter.resetPropertyOnTarget(a, c.i(ComponentRenderer.platform), c.d, d);
2145
2178
  return true;
2146
2179
  }
2147
- ak(a, b, c) {
2180
+ al(a, b, c) {
2148
2181
  if (c.c == null) {
2149
- return this.ap(a, b, c);
2182
+ return this.aq(a, b, c);
2150
2183
  }
2151
2184
  else {
2152
- let d = this.cc(a, b, c);
2153
- this.eb(a, b, c, d);
2185
+ let d = this.ce(a, b, c);
2186
+ this.ef(a, b, c, d);
2154
2187
  }
2155
2188
  return true;
2156
2189
  }
2157
- eb(a, b, c, d) {
2190
+ ef(a, b, c, d) {
2158
2191
  let e = c.i(ComponentRenderer.platform);
2159
2192
  let f = c.d.collectionElementType;
2160
2193
  if (typeCast(DescriptionTreeNode.$, c.g) !== null) {
@@ -2166,22 +2199,22 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
2166
2199
  if (f == null) {
2167
2200
  f = c.d.specificExternalType;
2168
2201
  }
2169
- let h = this.b6(f, c.g, a, b, false, c.c.g, c.d);
2202
+ let h = this.b8(f, c.g, a, b, false, c.c.g, c.d);
2170
2203
  this.adapter.replaceItemInCollection(e, c.d, d, c.e, h);
2171
2204
  if (c.h != null && typeCast(DescriptionTreeNode.$, c.h) !== null) {
2172
2205
  let i = c.h.g;
2173
2206
  if (i >= 0) {
2174
2207
  let j = b.j(i);
2175
2208
  if (j != null) {
2176
- this.de(a, j, b);
2209
+ this.dh(a, j, b);
2177
2210
  }
2178
2211
  }
2179
2212
  }
2180
2213
  }
2181
- ap(a, b, c) {
2214
+ aq(a, b, c) {
2182
2215
  let d = this.adapter.getRootObject(a);
2183
2216
  if (d != null) {
2184
- this.de(a, d, b);
2217
+ this.dh(a, d, b);
2185
2218
  }
2186
2219
  if (!(typeCast(DescriptionTreeNode.$, c.g) !== null)) {
2187
2220
  throw new NotImplementedException(0);
@@ -2190,40 +2223,40 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
2190
2223
  let f = false;
2191
2224
  this.adapter.replaceRootItem(a, e.i, this.context, (g) => {
2192
2225
  let h = this.adapter.getRootObject(a);
2193
- b.k(a, e.g, h, e, runOn(this, this.du), -1);
2194
- let i = this.bh(e);
2195
- this.ds(a, b, i);
2226
+ b.k(a, e.g, h, e, runOn(this, this.dx), -1);
2227
+ let i = this.bj(e);
2228
+ this.dv(a, b, i);
2196
2229
  f = true;
2197
2230
  if (g) {
2198
- this.ee(a, b);
2231
+ this.ei(a, b);
2199
2232
  }
2200
2233
  });
2201
2234
  return f;
2202
2235
  }
2203
- de(a, b, c) {
2204
- let d = this.bk(a, b, c);
2205
- for (let e of fromEnum(this.a6.values)) {
2236
+ dh(a, b, c) {
2237
+ let d = this.bm(a, b, c);
2238
+ for (let e of fromEnum(this.a7.values)) {
2206
2239
  e.i(b);
2207
2240
  }
2208
2241
  if (d != -1) {
2209
2242
  c.l(this, a, d, runOn(this, this.removeRefValueCore));
2210
2243
  }
2211
- this.k.b(ComponentRenderer.platform, b);
2244
+ this.l.b(ComponentRenderer.platform, b);
2212
2245
  }
2213
- bk(a, b, c) {
2246
+ bm(a, b, c) {
2214
2247
  return c.h(b);
2215
2248
  }
2216
- aj(a, b, c) {
2249
+ ak(a, b, c) {
2217
2250
  if (c.c == null) {
2218
- return this.ao(a, b, c);
2251
+ return this.ap(a, b, c);
2219
2252
  }
2220
2253
  else {
2221
- let d = this.cc(a, b, c);
2222
- this.dy(a, b, c, d);
2254
+ let d = this.ce(a, b, c);
2255
+ this.d1(a, b, c, d);
2223
2256
  }
2224
2257
  return true;
2225
2258
  }
2226
- dy(a, b, c, d) {
2259
+ d1(a, b, c, d) {
2227
2260
  let e = c.i(ComponentRenderer.platform);
2228
2261
  this.adapter.removeItemFromCollection(e, c.d, d, c.f);
2229
2262
  if (c.h != null && typeCast(DescriptionTreeNode.$, c.h) !== null) {
@@ -2231,36 +2264,36 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
2231
2264
  if (f >= 0) {
2232
2265
  let g = b.j(f);
2233
2266
  if (g != null) {
2234
- this.de(a, g, b);
2267
+ this.dh(a, g, b);
2235
2268
  }
2236
2269
  }
2237
2270
  }
2238
2271
  }
2239
- ao(a, b, c) {
2272
+ ap(a, b, c) {
2240
2273
  let d = this.adapter.getRootObject(a);
2241
2274
  if (d != null) {
2242
- this.de(a, d, b);
2275
+ this.dh(a, d, b);
2243
2276
  }
2244
2277
  let e = false;
2245
2278
  this.adapter.removeRootItem(a, this.context, (f) => {
2246
2279
  e = true;
2247
2280
  if (f) {
2248
- this.ee(a, b);
2281
+ this.ei(a, b);
2249
2282
  }
2250
2283
  });
2251
2284
  return e;
2252
2285
  }
2253
- ae(a, b, c) {
2286
+ af(a, b, c) {
2254
2287
  if (c.c == null) {
2255
- return this.n(a, b, c);
2288
+ return this.o(a, b, c);
2256
2289
  }
2257
2290
  else {
2258
- let d = this.cc(a, b, c);
2259
- this.c4(a, b, c, d);
2291
+ let d = this.ce(a, b, c);
2292
+ this.c6(a, b, c, d);
2260
2293
  }
2261
2294
  return true;
2262
2295
  }
2263
- n(a, b, c) {
2296
+ o(a, b, c) {
2264
2297
  if (!(typeCast(DescriptionTreeNode.$, c.g) !== null)) {
2265
2298
  throw new NotImplementedException(0);
2266
2299
  }
@@ -2268,17 +2301,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
2268
2301
  let e = false;
2269
2302
  this.adapter.replaceRootItem(a, d.i, this.context, (f) => {
2270
2303
  let g = this.adapter.getRootObject(a);
2271
- b.k(a, d.g, g, d, runOn(this, this.du), -1);
2272
- let h = this.bh(d);
2273
- this.ds(a, b, h);
2304
+ b.k(a, d.g, g, d, runOn(this, this.dx), -1);
2305
+ let h = this.bj(d);
2306
+ this.dv(a, b, h);
2274
2307
  e = true;
2275
2308
  if (f) {
2276
- this.ee(a, b);
2309
+ this.ei(a, b);
2277
2310
  }
2278
2311
  });
2279
2312
  return e;
2280
2313
  }
2281
- c4(a, b, c, d) {
2314
+ c6(a, b, c, d) {
2282
2315
  let e = c.i(ComponentRenderer.platform);
2283
2316
  let f = c.d.collectionElementType;
2284
2317
  if (typeCast(DescriptionTreeNode.$, c.g) !== null) {
@@ -2290,11 +2323,11 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
2290
2323
  if (f == null) {
2291
2324
  f = c.d.specificExternalType;
2292
2325
  }
2293
- let h = this.b6(f, c.g, a, b, false, c.c.g, c.d);
2326
+ let h = this.b8(f, c.g, a, b, false, c.c.g, c.d);
2294
2327
  this.adapter.addItemToCollection(e, c.d, d, c.e, h);
2295
2328
  }
2296
- b6(a, b, c, d, e, f, g) {
2297
- if (this.y(a)) {
2329
+ b8(a, b, c, d, e, f, g) {
2330
+ if (this.z(a)) {
2298
2331
  return b;
2299
2332
  }
2300
2333
  let h = null;
@@ -2306,17 +2339,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
2306
2339
  if (!stringIsNullOrEmpty(j)) {
2307
2340
  if (this.shouldNamespaceSystemRefValues) {
2308
2341
  let k = "";
2309
- if (this.bf != null && this.bf.count > 0) {
2310
- for (let l = 0; l < this.bf.count; l++) {
2311
- k = this.bf._inner[l](c);
2342
+ if (this.bg != null && this.bg.count > 0) {
2343
+ for (let l = 0; l < this.bg.count; l++) {
2344
+ k = this.bg._inner[l](c);
2312
2345
  }
2313
2346
  }
2314
2347
  if (!stringIsNullOrEmpty(k)) {
2315
2348
  j = k + "/" + j;
2316
2349
  }
2317
2350
  }
2318
- if (this.a8.containsKey(j)) {
2319
- let m = this.a8.item(j);
2351
+ if (this.a9.containsKey(j)) {
2352
+ let m = this.a9.item(j);
2320
2353
  h = m;
2321
2354
  }
2322
2355
  }
@@ -2345,33 +2378,33 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
2345
2378
  }
2346
2379
  }
2347
2380
  if (p != null) {
2348
- for (let r = 0; r < this.bd.count; r++) {
2349
- let s = this.bd._inner[r](c, o, p);
2381
+ for (let r = 0; r < this.be.count; r++) {
2382
+ let s = this.be._inner[r](c, o, p);
2350
2383
  if (s != null) {
2351
2384
  return s;
2352
2385
  }
2353
2386
  }
2354
2387
  if (o == "name") {
2355
2388
  let t = p;
2356
- if (this.a8.containsKey(t)) {
2357
- return this.a8.item(t);
2389
+ if (this.a9.containsKey(t)) {
2390
+ return this.a9.item(t);
2358
2391
  }
2359
2392
  }
2360
2393
  return null;
2361
2394
  }
2362
2395
  }
2363
2396
  else {
2364
- if (!this.a7.containsKey(c)) {
2365
- this.a7.addItem(c, ((() => {
2397
+ if (!this.a8.containsKey(c)) {
2398
+ this.a8.addItem(c, ((() => {
2366
2399
  let $ret = new ContainerState();
2367
2400
  $ret.i = c;
2368
2401
  return $ret;
2369
2402
  })()));
2370
- d = this.a7.item(c);
2403
+ d = this.a8.item(c);
2371
2404
  }
2372
- d.k(c, n.g, h, n, runOn(this, this.du), f);
2373
- let u = this.bh(n);
2374
- this.ds(c, d, u);
2405
+ d.k(c, n.g, h, n, runOn(this, this.dx), f);
2406
+ let u = this.bj(n);
2407
+ this.dv(c, d, u);
2375
2408
  if (e) {
2376
2409
  d.l(this, c, n.g, runOn(this, this.removeRefValueCore));
2377
2410
  }
@@ -2385,23 +2418,23 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
2385
2418
  return x;
2386
2419
  }
2387
2420
  if (!v && typeof b === 'string' && a.toLowerCase() != "string") {
2388
- return this.bu(a, b, g);
2421
+ return this.bw(a, b, g);
2389
2422
  }
2390
2423
  if (v) {
2391
2424
  return b;
2392
2425
  }
2393
2426
  return h;
2394
2427
  }
2395
- y(a) {
2428
+ z(a) {
2396
2429
  return a == "int" || a == "Int32" || a == "short" || a == "Int16" || a == "double" || a == "Double" || a == "float" || a == "Float" || a == "Single" || a == "single" || a == "DateTime" || a == "decimal" || a == "Decimal" || a == "long" || a == "Int64" || a == "byte" || a == "bool" || a == "string" || a == "String";
2397
2430
  }
2398
- bu(a, b, c) {
2399
- return this.context.t(a, b, c, this.o());
2431
+ bw(a, b, c) {
2432
+ return this.context.t(a, b, c, this.p());
2400
2433
  }
2401
- o() {
2434
+ p() {
2402
2435
  return true;
2403
2436
  }
2404
- bh(a) {
2437
+ bj(a) {
2405
2438
  let b = a.f();
2406
2439
  let c = new List$1(DescriptionTreeAction.$, 0);
2407
2440
  for (let d = 0; d < b.count; d++) {
@@ -2421,17 +2454,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
2421
2454
  }
2422
2455
  return c;
2423
2456
  }
2424
- ad(a, b, c) {
2457
+ ae(a, b, c) {
2425
2458
  if (c.c == null) {
2426
- return this.s(a, b, c);
2459
+ return this.t(a, b, c);
2427
2460
  }
2428
2461
  else {
2429
- let d = this.cc(a, b, c);
2430
- this.db(a, b, c, d);
2462
+ let d = this.ce(a, b, c);
2463
+ this.de(a, b, c, d);
2431
2464
  }
2432
2465
  return true;
2433
2466
  }
2434
- db(a, b, c, d) {
2467
+ de(a, b, c, d) {
2435
2468
  let e = c.i(ComponentRenderer.platform);
2436
2469
  this.adapter.clearCollection(d, e, c.d);
2437
2470
  if (c.h != null && typeCast(Array_$type, c.h) !== null) {
@@ -2443,37 +2476,37 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
2443
2476
  if (i >= 0) {
2444
2477
  let j = b.j(i);
2445
2478
  if (j != null) {
2446
- this.de(a, j, b);
2479
+ this.dh(a, j, b);
2447
2480
  }
2448
2481
  }
2449
2482
  }
2450
2483
  }
2451
2484
  }
2452
2485
  }
2453
- ej(a, b, c, d, e, f) {
2454
- if (this.a9.containsKey(b)) {
2455
- for (let g of fromEnum(this.a9.item(b))) {
2486
+ en(a, b, c, d, e, f) {
2487
+ if (this.ba.containsKey(b)) {
2488
+ for (let g of fromEnum(this.ba.item(b))) {
2456
2489
  g(b, a, d);
2457
2490
  }
2458
2491
  }
2459
2492
  this.adapter.setPropertyValue(a, b, c, d, e, f);
2460
2493
  }
2461
- ca(a, b) {
2494
+ cc(a, b) {
2462
2495
  return this.adapter.getPropertyValue(a, b);
2463
2496
  }
2464
- s(a, b, c) {
2465
- return this.r(a, b);
2497
+ t(a, b, c) {
2498
+ return this.s(a, b);
2466
2499
  }
2467
- r(a, b) {
2500
+ s(a, b) {
2468
2501
  let c = this.adapter.getRootObject(a);
2469
2502
  if (c != null) {
2470
- this.de(a, c, b);
2503
+ this.dh(a, c, b);
2471
2504
  }
2472
2505
  let d = false;
2473
2506
  this.adapter.clearContainer(a, this.context, (e) => {
2474
2507
  d = true;
2475
2508
  if (e) {
2476
- this.ee(a, b);
2509
+ this.ei(a, b);
2477
2510
  }
2478
2511
  });
2479
2512
  return d;
@@ -2531,7 +2564,7 @@ export let ContainerState = /*@__PURE__*/ (() => {
2531
2564
  for (let f = 0; f < e.count; f++) {
2532
2565
  if (!this.g.containsKey(e._inner[f]) || this.g.item(e._inner[f]).count < 1 || (this.g.item(e._inner[f]).count == 1 && this.g.item(e._inner[f]).contains(c))) {
2533
2566
  if (this.e.containsKey(e._inner[f])) {
2534
- a.de(b, this.e.item(e._inner[f]), this);
2567
+ a.dh(b, this.e.item(e._inner[f]), this);
2535
2568
  }
2536
2569
  }
2537
2570
  }