igniteui-angular-core 14.2.0 → 15.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (362) hide show
  1. package/bundles/igniteui-angular-core.umd.js +6097 -2386
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
  4. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +628 -553
  5. package/esm2015/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
  6. package/esm2015/lib/CodeGeneratingComponentRendererModuleEmitter.js +28 -16
  7. package/esm2015/lib/CodeGeneratingImportManager.js +6 -1
  8. package/esm2015/lib/CodeGenerationFolderTemplate.js +60 -44
  9. package/esm2015/lib/CodeGenerationRendererOptions.js +11 -0
  10. package/esm2015/lib/ComponentRendererAdapter.js +4 -0
  11. package/esm2015/lib/ComponentRenderer_combined.js +455 -441
  12. package/esm2015/lib/DataLegendSeriesValueInfo.js +17 -7
  13. package/esm2015/lib/DataLegendSummaryColumn.js +15 -15
  14. package/esm2015/lib/DescriptionSerializer.js +1 -1
  15. package/esm2015/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.js +15 -15
  16. package/esm2015/lib/IComponentRendererAdapter_combined.js +10 -10
  17. package/esm2015/lib/RearrangedListView.js +1 -1
  18. package/esm2015/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +66 -34
  19. package/esm2015/lib/ToolActionButtonDescription.js +23 -0
  20. package/esm2015/lib/ToolActionButtonDescriptionMetadata.js +38 -0
  21. package/esm2015/lib/ToolActionButtonDescriptionModule.js +22 -0
  22. package/esm2015/lib/ToolActionDescriptionMetadata_combined.js +1 -1
  23. package/esm2015/lib/ToolActionType.js +2 -1
  24. package/esm2015/lib/WebActionStripDescriptionMetadata.js +4 -0
  25. package/esm2015/lib/WebActionStripDescription_combined.js +16 -0
  26. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +4 -67
  27. package/esm2015/lib/WebBaseToolbarColumnActionsDirectiveDescription.js +8 -0
  28. package/esm2015/lib/WebBaseToolbarColumnActionsDirectiveDescriptionMetadata.js +1 -0
  29. package/esm2015/lib/WebBaseToolbarDirectiveDescription.js +32 -24
  30. package/esm2015/lib/WebBaseToolbarDirectiveDescriptionMetadata.js +1 -0
  31. package/esm2015/lib/WebColumnDescription.js +20 -12
  32. package/esm2015/lib/WebColumnDescriptionMetadata.js +5 -1
  33. package/esm2015/lib/WebColumnGroupDescription.js +5 -5
  34. package/esm2015/lib/WebColumnGroupDescriptionMetadata.js +3 -0
  35. package/esm2015/lib/WebColumnLayoutDescription.js +3 -3
  36. package/esm2015/lib/WebColumnLayoutDescriptionMetadata.js +3 -0
  37. package/esm2015/lib/WebDimensionsChangeDescription.js +42 -0
  38. package/esm2015/lib/WebDimensionsChangeDescriptionMetadata.js +44 -0
  39. package/esm2015/lib/WebDimensionsChangeDetailDescription.js +44 -0
  40. package/esm2015/lib/WebDimensionsChangeDetailDescriptionMetadata.js +44 -0
  41. package/esm2015/lib/WebDimensionsChangeEventArgsDescription.js +36 -0
  42. package/esm2015/lib/WebDimensionsChangeEventArgsDescriptionMetadata.js +40 -0
  43. package/esm2015/lib/WebDisplayDensityBaseDescriptionMetadata.js +3 -0
  44. package/esm2015/lib/WebExporterOptionsBaseDescription.js +28 -20
  45. package/esm2015/lib/WebExporterOptionsBaseDescriptionMetadata.js +1 -0
  46. package/esm2015/lib/WebFilteringExpressionDescription.js +26 -0
  47. package/esm2015/lib/WebFilteringExpressionDescriptionMetadata.js +38 -0
  48. package/esm2015/lib/WebGridActionButtonDescriptionMetadata.js +3 -0
  49. package/esm2015/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +4 -0
  50. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +8 -0
  51. package/esm2015/lib/WebGridCellIdentifierDescription.js +3 -3
  52. package/esm2015/lib/WebGridCellIdentifierDescriptionMetadata.js +1 -1
  53. package/esm2015/lib/WebGridDescriptionMetadata.js +6 -0
  54. package/esm2015/lib/WebGridEditingActionsDescription.js +10 -10
  55. package/esm2015/lib/WebGridEditingActionsDescriptionMetadata.js +3 -0
  56. package/esm2015/lib/WebGridPinningActionsDescriptionMetadata.js +3 -0
  57. package/esm2015/lib/WebGridResourceStringsDescription.js +87 -79
  58. package/esm2015/lib/WebGridResourceStringsDescriptionMetadata.js +1 -0
  59. package/esm2015/lib/WebGridToolbarActionsDescription.js +11 -3
  60. package/esm2015/lib/WebGridToolbarActionsDescriptionMetadata.js +4 -0
  61. package/esm2015/lib/WebGridToolbarAdvancedFilteringDescription.js +11 -3
  62. package/esm2015/lib/WebGridToolbarAdvancedFilteringDescriptionMetadata.js +4 -0
  63. package/esm2015/lib/WebGridToolbarBaseActionDescription.js +8 -0
  64. package/esm2015/lib/WebGridToolbarBaseActionDescriptionMetadata.js +1 -0
  65. package/esm2015/lib/WebGridToolbarContentDescription.js +8 -0
  66. package/esm2015/lib/WebGridToolbarContentDescriptionMetadata.js +1 -0
  67. package/esm2015/lib/WebGridToolbarDescriptionMetadata.js +4 -0
  68. package/esm2015/lib/WebGridToolbarExporterDescription.js +18 -18
  69. package/esm2015/lib/WebGridToolbarExporterDescriptionMetadata.js +3 -0
  70. package/esm2015/lib/WebGridToolbarHidingDescriptionMetadata.js +3 -0
  71. package/esm2015/lib/WebGridToolbarPinningDescriptionMetadata.js +3 -0
  72. package/esm2015/lib/WebGridToolbarTitleDescription.js +8 -0
  73. package/esm2015/lib/WebGridToolbarTitleDescriptionMetadata.js +4 -0
  74. package/esm2015/lib/WebImportsHalper.js +38 -0
  75. package/esm2015/lib/WebPaginatorDescription.js +17 -9
  76. package/esm2015/lib/WebPaginatorDescriptionMetadata.js +4 -0
  77. package/esm2015/lib/WebPivotAggregatorDescription.js +58 -0
  78. package/esm2015/lib/WebPivotAggregatorDescriptionMetadata.js +44 -0
  79. package/esm2015/lib/WebPivotConfigurationDescription.js +82 -0
  80. package/esm2015/lib/WebPivotConfigurationDescriptionMetadata.js +50 -0
  81. package/esm2015/lib/WebPivotDataSelectorDescription.js +66 -0
  82. package/esm2015/lib/WebPivotDataSelectorDescriptionMetadata.js +47 -0
  83. package/esm2015/lib/WebPivotDataSelectorDescriptionModule.js +22 -0
  84. package/esm2015/lib/WebPivotDateDimensionDescription.js +65 -0
  85. package/esm2015/lib/WebPivotDateDimensionDescriptionMetadata.js +61 -0
  86. package/esm2015/lib/WebPivotDateDimensionDescriptionModule.js +20 -0
  87. package/esm2015/lib/WebPivotDateDimensionOptionsDescription.js +66 -0
  88. package/esm2015/lib/WebPivotDateDimensionOptionsDescriptionMetadata.js +44 -0
  89. package/esm2015/lib/WebPivotDimensionDescription.js +100 -0
  90. package/esm2015/lib/WebPivotDimensionDescriptionMetadata.js +53 -0
  91. package/esm2015/lib/WebPivotDimensionDetailDescription.js +100 -0
  92. package/esm2015/lib/WebPivotDimensionDetailDescriptionMetadata.js +54 -0
  93. package/esm2015/lib/WebPivotDimensionEventArgsDescription.js +36 -0
  94. package/esm2015/lib/WebPivotDimensionEventArgsDescriptionMetadata.js +40 -0
  95. package/esm2015/lib/WebPivotDimensionStrategyDescription.js +26 -0
  96. package/esm2015/lib/WebPivotDimensionStrategyDescriptionMetadata.js +39 -0
  97. package/esm2015/lib/WebPivotGridColumnDescription.js +50 -0
  98. package/esm2015/lib/WebPivotGridColumnDescriptionMetadata.js +46 -0
  99. package/esm2015/lib/WebPivotGridDescription.js +135 -0
  100. package/esm2015/lib/WebPivotGridDescriptionMetadata.js +99 -0
  101. package/esm2015/lib/WebPivotGridDescriptionModule.js +46 -0
  102. package/esm2015/lib/WebPivotGridRecordDescription.js +50 -0
  103. package/esm2015/lib/WebPivotGridRecordDescriptionMetadata.js +44 -0
  104. package/esm2015/lib/WebPivotGridValueTemplateContextDescription.js +36 -0
  105. package/esm2015/lib/WebPivotGridValueTemplateContextDescriptionMetadata.js +42 -0
  106. package/esm2015/lib/WebPivotKeysDescription.js +74 -0
  107. package/esm2015/lib/WebPivotKeysDescriptionMetadata.js +45 -0
  108. package/esm2015/lib/WebPivotValueDescription.js +90 -0
  109. package/esm2015/lib/WebPivotValueDescriptionMetadata.js +50 -0
  110. package/esm2015/lib/WebPivotValueDetailDescription.js +92 -0
  111. package/esm2015/lib/WebPivotValueDetailDescriptionMetadata.js +50 -0
  112. package/esm2015/lib/WebPivotValueEventArgsDescription.js +36 -0
  113. package/esm2015/lib/WebPivotValueEventArgsDescriptionMetadata.js +40 -0
  114. package/esm2015/lib/WebRangeSliderValueDescription.js +7 -5
  115. package/esm2015/lib/WebRowDataEventArgsDescriptionMetadata.js +35 -1
  116. package/esm2015/lib/WebRowDataEventArgsDetailDescription.js +3 -11
  117. package/esm2015/lib/WebRowDataEventArgsDetailDescriptionMetadata.js +36 -1
  118. package/esm2015/lib/WebRowSelectionEventArgsDetailDescription.js +19 -11
  119. package/esm2015/lib/WebRowSelectionEventArgsDetailDescriptionMetadata.js +1 -0
  120. package/esm2015/lib/WebSummaryExpressionDescription.js +36 -0
  121. package/esm2015/lib/WebSummaryExpressionDescriptionMetadata.js +40 -0
  122. package/esm2015/lib/WebTreeGridDescriptionMetadata.js +6 -0
  123. package/esm2015/lib/WebValuesChangeDescription.js +34 -0
  124. package/esm2015/lib/WebValuesChangeDescriptionMetadata.js +42 -0
  125. package/esm2015/lib/WebValuesChangeDetailDescription.js +36 -0
  126. package/esm2015/lib/WebValuesChangeDetailDescriptionMetadata.js +42 -0
  127. package/esm2015/lib/WebValuesChangeEventArgsDescription.js +36 -0
  128. package/esm2015/lib/WebValuesChangeEventArgsDescriptionMetadata.js +40 -0
  129. package/esm2015/lib/igx-data-legend-series-value-info.js +26 -17
  130. package/esm2015/lib/igx-data-legend-summary-column.js +6 -6
  131. package/esm2015/lib/igx-filter-expression-collection.js +5 -3
  132. package/esm2015/lib/igx-shape-filter-record-event-args.js +5 -3
  133. package/esm2015/public_api.js +57 -0
  134. package/esm5/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
  135. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +716 -722
  136. package/esm5/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
  137. package/esm5/lib/CodeGeneratingComponentRendererModuleEmitter.js +35 -18
  138. package/esm5/lib/CodeGeneratingImportManager.js +6 -1
  139. package/esm5/lib/CodeGenerationFolderTemplate.js +60 -44
  140. package/esm5/lib/CodeGenerationRendererOptions.js +19 -0
  141. package/esm5/lib/ComponentRendererAdapter.js +4 -0
  142. package/esm5/lib/ComponentRenderer_combined.js +455 -441
  143. package/esm5/lib/DataLegendSeriesValueInfo.js +17 -7
  144. package/esm5/lib/DataLegendSummaryColumn.js +17 -17
  145. package/esm5/lib/DescriptionSerializer.js +1 -1
  146. package/esm5/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.js +15 -15
  147. package/esm5/lib/IComponentRendererAdapter_combined.js +12 -12
  148. package/esm5/lib/RearrangedListView.js +1 -1
  149. package/esm5/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +91 -43
  150. package/esm5/lib/ToolActionButtonDescription.js +24 -0
  151. package/esm5/lib/ToolActionButtonDescriptionMetadata.js +42 -0
  152. package/esm5/lib/ToolActionButtonDescriptionModule.js +26 -0
  153. package/esm5/lib/ToolActionDescriptionMetadata_combined.js +1 -1
  154. package/esm5/lib/ToolActionType.js +2 -1
  155. package/esm5/lib/WebActionStripDescriptionMetadata.js +4 -0
  156. package/esm5/lib/WebActionStripDescription_combined.js +24 -0
  157. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +4 -73
  158. package/esm5/lib/WebBaseToolbarColumnActionsDirectiveDescription.js +14 -1
  159. package/esm5/lib/WebBaseToolbarColumnActionsDirectiveDescriptionMetadata.js +1 -0
  160. package/esm5/lib/WebBaseToolbarDirectiveDescription.js +36 -24
  161. package/esm5/lib/WebBaseToolbarDirectiveDescriptionMetadata.js +1 -0
  162. package/esm5/lib/WebColumnDescription.js +24 -12
  163. package/esm5/lib/WebColumnDescriptionMetadata.js +5 -1
  164. package/esm5/lib/WebColumnGroupDescription.js +5 -5
  165. package/esm5/lib/WebColumnGroupDescriptionMetadata.js +3 -0
  166. package/esm5/lib/WebColumnLayoutDescription.js +3 -3
  167. package/esm5/lib/WebColumnLayoutDescriptionMetadata.js +3 -0
  168. package/esm5/lib/WebDimensionsChangeDescription.js +56 -0
  169. package/esm5/lib/WebDimensionsChangeDescriptionMetadata.js +48 -0
  170. package/esm5/lib/WebDimensionsChangeDetailDescription.js +58 -0
  171. package/esm5/lib/WebDimensionsChangeDetailDescriptionMetadata.js +48 -0
  172. package/esm5/lib/WebDimensionsChangeEventArgsDescription.js +46 -0
  173. package/esm5/lib/WebDimensionsChangeEventArgsDescriptionMetadata.js +44 -0
  174. package/esm5/lib/WebDisplayDensityBaseDescriptionMetadata.js +3 -0
  175. package/esm5/lib/WebExporterOptionsBaseDescription.js +31 -19
  176. package/esm5/lib/WebExporterOptionsBaseDescriptionMetadata.js +1 -0
  177. package/esm5/lib/WebFilteringExpressionDescription.js +31 -0
  178. package/esm5/lib/WebFilteringExpressionDescriptionMetadata.js +42 -0
  179. package/esm5/lib/WebGridActionButtonDescriptionMetadata.js +3 -0
  180. package/esm5/lib/WebGridActionsBaseDirectiveDescriptionMetadata.js +4 -0
  181. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +12 -0
  182. package/esm5/lib/WebGridCellIdentifierDescription.js +2 -2
  183. package/esm5/lib/WebGridCellIdentifierDescriptionMetadata.js +1 -1
  184. package/esm5/lib/WebGridDescriptionMetadata.js +6 -0
  185. package/esm5/lib/WebGridEditingActionsDescription.js +10 -10
  186. package/esm5/lib/WebGridEditingActionsDescriptionMetadata.js +3 -0
  187. package/esm5/lib/WebGridPinningActionsDescriptionMetadata.js +3 -0
  188. package/esm5/lib/WebGridResourceStringsDescription.js +91 -79
  189. package/esm5/lib/WebGridResourceStringsDescriptionMetadata.js +1 -0
  190. package/esm5/lib/WebGridToolbarActionsDescription.js +15 -3
  191. package/esm5/lib/WebGridToolbarActionsDescriptionMetadata.js +4 -0
  192. package/esm5/lib/WebGridToolbarAdvancedFilteringDescription.js +15 -3
  193. package/esm5/lib/WebGridToolbarAdvancedFilteringDescriptionMetadata.js +4 -0
  194. package/esm5/lib/WebGridToolbarBaseActionDescription.js +14 -1
  195. package/esm5/lib/WebGridToolbarBaseActionDescriptionMetadata.js +1 -0
  196. package/esm5/lib/WebGridToolbarContentDescription.js +14 -1
  197. package/esm5/lib/WebGridToolbarContentDescriptionMetadata.js +1 -0
  198. package/esm5/lib/WebGridToolbarDescriptionMetadata.js +4 -0
  199. package/esm5/lib/WebGridToolbarExporterDescription.js +18 -18
  200. package/esm5/lib/WebGridToolbarExporterDescriptionMetadata.js +3 -0
  201. package/esm5/lib/WebGridToolbarHidingDescriptionMetadata.js +3 -0
  202. package/esm5/lib/WebGridToolbarPinningDescriptionMetadata.js +3 -0
  203. package/esm5/lib/WebGridToolbarTitleDescription.js +14 -1
  204. package/esm5/lib/WebGridToolbarTitleDescriptionMetadata.js +4 -0
  205. package/esm5/lib/WebImportsHalper.js +59 -0
  206. package/esm5/lib/WebPaginatorDescription.js +21 -9
  207. package/esm5/lib/WebPaginatorDescriptionMetadata.js +4 -0
  208. package/esm5/lib/WebPivotAggregatorDescription.js +80 -0
  209. package/esm5/lib/WebPivotAggregatorDescriptionMetadata.js +48 -0
  210. package/esm5/lib/WebPivotConfigurationDescription.js +116 -0
  211. package/esm5/lib/WebPivotConfigurationDescriptionMetadata.js +54 -0
  212. package/esm5/lib/WebPivotDataSelectorDescription.js +92 -0
  213. package/esm5/lib/WebPivotDataSelectorDescriptionMetadata.js +51 -0
  214. package/esm5/lib/WebPivotDataSelectorDescriptionModule.js +26 -0
  215. package/esm5/lib/WebPivotDateDimensionDescription.js +87 -0
  216. package/esm5/lib/WebPivotDateDimensionDescriptionMetadata.js +65 -0
  217. package/esm5/lib/WebPivotDateDimensionDescriptionModule.js +24 -0
  218. package/esm5/lib/WebPivotDateDimensionOptionsDescription.js +92 -0
  219. package/esm5/lib/WebPivotDateDimensionOptionsDescriptionMetadata.js +48 -0
  220. package/esm5/lib/WebPivotDimensionDescription.js +142 -0
  221. package/esm5/lib/WebPivotDimensionDescriptionMetadata.js +57 -0
  222. package/esm5/lib/WebPivotDimensionDetailDescription.js +142 -0
  223. package/esm5/lib/WebPivotDimensionDetailDescriptionMetadata.js +58 -0
  224. package/esm5/lib/WebPivotDimensionEventArgsDescription.js +46 -0
  225. package/esm5/lib/WebPivotDimensionEventArgsDescriptionMetadata.js +44 -0
  226. package/esm5/lib/WebPivotDimensionStrategyDescription.js +31 -0
  227. package/esm5/lib/WebPivotDimensionStrategyDescriptionMetadata.js +43 -0
  228. package/esm5/lib/WebPivotGridColumnDescription.js +68 -0
  229. package/esm5/lib/WebPivotGridColumnDescriptionMetadata.js +50 -0
  230. package/esm5/lib/WebPivotGridDescription.js +193 -0
  231. package/esm5/lib/WebPivotGridDescriptionMetadata.js +103 -0
  232. package/esm5/lib/WebPivotGridDescriptionModule.js +50 -0
  233. package/esm5/lib/WebPivotGridRecordDescription.js +68 -0
  234. package/esm5/lib/WebPivotGridRecordDescriptionMetadata.js +48 -0
  235. package/esm5/lib/WebPivotGridValueTemplateContextDescription.js +46 -0
  236. package/esm5/lib/WebPivotGridValueTemplateContextDescriptionMetadata.js +46 -0
  237. package/esm5/lib/WebPivotKeysDescription.js +104 -0
  238. package/esm5/lib/WebPivotKeysDescriptionMetadata.js +49 -0
  239. package/esm5/lib/WebPivotValueDescription.js +128 -0
  240. package/esm5/lib/WebPivotValueDescriptionMetadata.js +54 -0
  241. package/esm5/lib/WebPivotValueDetailDescription.js +130 -0
  242. package/esm5/lib/WebPivotValueDetailDescriptionMetadata.js +54 -0
  243. package/esm5/lib/WebPivotValueEventArgsDescription.js +46 -0
  244. package/esm5/lib/WebPivotValueEventArgsDescriptionMetadata.js +44 -0
  245. package/esm5/lib/WebRangeSliderValueDescription.js +7 -5
  246. package/esm5/lib/WebRowDataEventArgsDescriptionMetadata.js +39 -1
  247. package/esm5/lib/WebRowDataEventArgsDetailDescription.js +3 -15
  248. package/esm5/lib/WebRowDataEventArgsDetailDescriptionMetadata.js +40 -1
  249. package/esm5/lib/WebRowSelectionEventArgsDetailDescription.js +23 -11
  250. package/esm5/lib/WebRowSelectionEventArgsDetailDescriptionMetadata.js +1 -0
  251. package/esm5/lib/WebSummaryExpressionDescription.js +46 -0
  252. package/esm5/lib/WebSummaryExpressionDescriptionMetadata.js +44 -0
  253. package/esm5/lib/WebTreeGridDescriptionMetadata.js +6 -0
  254. package/esm5/lib/WebValuesChangeDescription.js +44 -0
  255. package/esm5/lib/WebValuesChangeDescriptionMetadata.js +46 -0
  256. package/esm5/lib/WebValuesChangeDetailDescription.js +46 -0
  257. package/esm5/lib/WebValuesChangeDetailDescriptionMetadata.js +46 -0
  258. package/esm5/lib/WebValuesChangeEventArgsDescription.js +46 -0
  259. package/esm5/lib/WebValuesChangeEventArgsDescriptionMetadata.js +44 -0
  260. package/esm5/lib/igx-data-legend-series-value-info.js +28 -15
  261. package/esm5/lib/igx-data-legend-summary-column.js +6 -6
  262. package/esm5/lib/igx-filter-expression-collection.js +5 -3
  263. package/esm5/lib/igx-shape-filter-record-event-args.js +5 -3
  264. package/esm5/public_api.js +57 -0
  265. package/fesm2015/igniteui-angular-core.js +4638 -1556
  266. package/fesm5/igniteui-angular-core.js +5866 -2212
  267. package/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.d.ts +2 -1
  268. package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +124 -118
  269. package/lib/CodeGeneratingComponentRendererModuleEmitter.d.ts +1 -1
  270. package/lib/CodeGenerationFolderTemplate.d.ts +6 -5
  271. package/lib/CodeGenerationRendererOptions.d.ts +5 -0
  272. package/lib/ComponentRenderer_combined.d.ts +80 -78
  273. package/lib/DataLegendSeriesValueInfo.d.ts +5 -4
  274. package/lib/DataLegendSummaryColumn.d.ts +7 -7
  275. package/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.d.ts +2 -1
  276. package/lib/IComponentRendererAdapter_combined.d.ts +1 -1
  277. package/lib/TSCodeGeneratingComponentRendererModuleEmitter.d.ts +5 -3
  278. package/lib/ToolActionButtonDescription.d.ts +10 -0
  279. package/lib/ToolActionButtonDescriptionMetadata.d.ts +13 -0
  280. package/lib/ToolActionButtonDescriptionModule.d.ts +9 -0
  281. package/lib/ToolActionType.d.ts +2 -1
  282. package/lib/WebActionStripDescription_combined.d.ts +6 -0
  283. package/lib/WebBaseExporterDescriptionMetadata_combined.d.ts +0 -20
  284. package/lib/WebBaseToolbarColumnActionsDirectiveDescription.d.ts +3 -0
  285. package/lib/WebBaseToolbarDirectiveDescription.d.ts +12 -9
  286. package/lib/WebColumnDescription.d.ts +7 -4
  287. package/lib/WebColumnGroupDescription.d.ts +2 -2
  288. package/lib/WebColumnLayoutDescription.d.ts +1 -1
  289. package/lib/WebDimensionsChangeDescription.d.ts +18 -0
  290. package/lib/WebDimensionsChangeDescriptionMetadata.d.ts +13 -0
  291. package/lib/WebDimensionsChangeDetailDescription.d.ts +20 -0
  292. package/lib/WebDimensionsChangeDetailDescriptionMetadata.d.ts +13 -0
  293. package/lib/WebDimensionsChangeEventArgsDescription.d.ts +17 -0
  294. package/lib/WebDimensionsChangeEventArgsDescriptionMetadata.d.ts +13 -0
  295. package/lib/WebExporterOptionsBaseDescription.d.ts +10 -7
  296. package/lib/WebFilteringExpressionDescription.d.ts +11 -0
  297. package/lib/WebFilteringExpressionDescriptionMetadata.d.ts +13 -0
  298. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +3 -0
  299. package/lib/WebGridCellIdentifierDescription.d.ts +2 -2
  300. package/lib/WebGridEditingActionsDescription.d.ts +4 -4
  301. package/lib/WebGridResourceStringsDescription.d.ts +33 -30
  302. package/lib/WebGridToolbarActionsDescription.d.ts +4 -1
  303. package/lib/WebGridToolbarAdvancedFilteringDescription.d.ts +4 -1
  304. package/lib/WebGridToolbarBaseActionDescription.d.ts +3 -0
  305. package/lib/WebGridToolbarContentDescription.d.ts +3 -0
  306. package/lib/WebGridToolbarExporterDescription.d.ts +6 -6
  307. package/lib/WebGridToolbarTitleDescription.d.ts +3 -0
  308. package/lib/WebImportsHalper.d.ts +12 -0
  309. package/lib/WebPaginatorDescription.d.ts +7 -4
  310. package/lib/WebPivotAggregatorDescription.d.ts +23 -0
  311. package/lib/WebPivotAggregatorDescriptionMetadata.d.ts +13 -0
  312. package/lib/WebPivotConfigurationDescription.d.ts +36 -0
  313. package/lib/WebPivotConfigurationDescriptionMetadata.d.ts +13 -0
  314. package/lib/WebPivotDataSelectorDescription.d.ts +26 -0
  315. package/lib/WebPivotDataSelectorDescriptionMetadata.d.ts +13 -0
  316. package/lib/WebPivotDataSelectorDescriptionModule.d.ts +9 -0
  317. package/lib/WebPivotDateDimensionDescription.d.ts +29 -0
  318. package/lib/WebPivotDateDimensionDescriptionMetadata.d.ts +15 -0
  319. package/lib/WebPivotDateDimensionDescriptionModule.d.ts +9 -0
  320. package/lib/WebPivotDateDimensionOptionsDescription.d.ts +26 -0
  321. package/lib/WebPivotDateDimensionOptionsDescriptionMetadata.d.ts +13 -0
  322. package/lib/WebPivotDimensionDescription.d.ts +41 -0
  323. package/lib/WebPivotDimensionDescriptionMetadata.d.ts +13 -0
  324. package/lib/WebPivotDimensionDetailDescription.d.ts +42 -0
  325. package/lib/WebPivotDimensionDetailDescriptionMetadata.d.ts +13 -0
  326. package/lib/WebPivotDimensionEventArgsDescription.d.ts +17 -0
  327. package/lib/WebPivotDimensionEventArgsDescriptionMetadata.d.ts +13 -0
  328. package/lib/WebPivotDimensionStrategyDescription.d.ts +11 -0
  329. package/lib/WebPivotDimensionStrategyDescriptionMetadata.d.ts +13 -0
  330. package/lib/WebPivotGridColumnDescription.d.ts +22 -0
  331. package/lib/WebPivotGridColumnDescriptionMetadata.d.ts +13 -0
  332. package/lib/WebPivotGridDescription.d.ts +53 -0
  333. package/lib/WebPivotGridDescriptionMetadata.d.ts +15 -0
  334. package/lib/WebPivotGridDescriptionModule.d.ts +9 -0
  335. package/lib/WebPivotGridRecordDescription.d.ts +21 -0
  336. package/lib/WebPivotGridRecordDescriptionMetadata.d.ts +13 -0
  337. package/lib/WebPivotGridValueTemplateContextDescription.d.ts +17 -0
  338. package/lib/WebPivotGridValueTemplateContextDescriptionMetadata.d.ts +13 -0
  339. package/lib/WebPivotKeysDescription.d.ts +29 -0
  340. package/lib/WebPivotKeysDescriptionMetadata.d.ts +13 -0
  341. package/lib/WebPivotValueDescription.d.ts +36 -0
  342. package/lib/WebPivotValueDescriptionMetadata.d.ts +13 -0
  343. package/lib/WebPivotValueDetailDescription.d.ts +38 -0
  344. package/lib/WebPivotValueDetailDescriptionMetadata.d.ts +13 -0
  345. package/lib/WebPivotValueEventArgsDescription.d.ts +17 -0
  346. package/lib/WebPivotValueEventArgsDescriptionMetadata.d.ts +13 -0
  347. package/lib/WebRangeSliderValueDescription.d.ts +4 -2
  348. package/lib/WebRowDataEventArgsDescriptionMetadata.d.ts +13 -1
  349. package/lib/WebRowDataEventArgsDetailDescription.d.ts +1 -5
  350. package/lib/WebRowDataEventArgsDetailDescriptionMetadata.d.ts +13 -1
  351. package/lib/WebRowSelectionEventArgsDetailDescription.d.ts +7 -4
  352. package/lib/WebSummaryExpressionDescription.d.ts +16 -0
  353. package/lib/WebSummaryExpressionDescriptionMetadata.d.ts +13 -0
  354. package/lib/WebValuesChangeDescription.d.ts +15 -0
  355. package/lib/WebValuesChangeDescriptionMetadata.d.ts +13 -0
  356. package/lib/WebValuesChangeDetailDescription.d.ts +17 -0
  357. package/lib/WebValuesChangeDetailDescriptionMetadata.d.ts +13 -0
  358. package/lib/WebValuesChangeEventArgsDescription.d.ts +17 -0
  359. package/lib/WebValuesChangeEventArgsDescriptionMetadata.d.ts +13 -0
  360. package/lib/igx-data-legend-series-value-info.d.ts +6 -1
  361. package/package.json +4 -4
  362. package/public_api.d.ts +57 -0
@@ -43,22 +43,22 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
43
43
  this._isProceedOnErrorEnabled = false;
44
44
  this.i = null;
45
45
  this.j = null;
46
- this.av = new Dictionary$2(Base.$, Description.$, 0);
47
- this.aw = new Dictionary$2(Base.$, Boolean_$type, 0);
46
+ this.aw = new Dictionary$2(Base.$, Description.$, 0);
48
47
  this.ax = new Dictionary$2(Base.$, Boolean_$type, 0);
49
- this.au = new Dictionary$2(Base.$, Boolean_$type, 0);
50
- this.as = new Dictionary$2(Base.$, DescriptionTreeNode.$, 0);
51
- this.a0 = new Dictionary$2(Base.$, ContainerState.$, 0);
52
- this.ay = new Dictionary$2(Base.$, Queue$1.$.specialize(Queue$1.$.specialize(DescriptionTreeAction.$)), 0);
53
- this.at = new Dictionary$2(Base.$, List$1.$.specialize(Delegate_$type), 0);
54
- this.ar = new Dictionary$2(Base.$, Boolean_$type, 0);
55
- this.az = new Dictionary$2(String_$type, DescriptionRef.$, 0);
56
- this.a1 = new Dictionary$2(String_$type, Base.$, 0);
57
- this.a3 = new Dictionary$2(String_$type, Base.$, 0);
58
- this.a7 = new List$1(Delegate_$type, 0);
59
- this.a2 = new Dictionary$2(String_$type, List$1.$.specialize(Delegate_$type), 0);
60
- this.a5 = new List$1(Delegate_$type, 0);
48
+ this.ay = new Dictionary$2(Base.$, Boolean_$type, 0);
49
+ this.av = new Dictionary$2(Base.$, Boolean_$type, 0);
50
+ this.at = new Dictionary$2(Base.$, DescriptionTreeNode.$, 0);
51
+ this.a1 = new Dictionary$2(Base.$, ContainerState.$, 0);
52
+ this.az = new Dictionary$2(Base.$, Queue$1.$.specialize(Queue$1.$.specialize(DescriptionTreeAction.$)), 0);
53
+ this.au = new Dictionary$2(Base.$, List$1.$.specialize(Delegate_$type), 0);
54
+ this.as = new Dictionary$2(Base.$, Boolean_$type, 0);
55
+ this.a0 = new Dictionary$2(String_$type, DescriptionRef.$, 0);
56
+ this.a2 = new Dictionary$2(String_$type, Base.$, 0);
57
+ this.a4 = new Dictionary$2(String_$type, Base.$, 0);
58
+ this.a8 = new List$1(Delegate_$type, 0);
59
+ this.a3 = new Dictionary$2(String_$type, List$1.$.specialize(Delegate_$type), 0);
61
60
  this.a6 = new List$1(Delegate_$type, 0);
61
+ this.a7 = new List$1(Delegate_$type, 0);
62
62
  this._shouldNamespaceSystemRefValues = false;
63
63
  let a = this.h();
64
64
  this.adapter = a;
@@ -109,7 +109,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
109
109
  b.f("\"descriptions\": {");
110
110
  b.i();
111
111
  let d = true;
112
- for (let e of fromEnum(this.as.keys)) {
112
+ for (let e of fromEnum(this.at.keys)) {
113
113
  if (d) {
114
114
  d = false;
115
115
  }
@@ -117,7 +117,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
117
117
  b.f(",");
118
118
  }
119
119
  let f = e;
120
- let g = this.as.item(e);
120
+ let g = this.at.item(e);
121
121
  let h = "root";
122
122
  h = a(f);
123
123
  if (stringIsNullOrEmpty(h)) {
@@ -130,16 +130,16 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
130
130
  b.f("");
131
131
  b.h();
132
132
  b.e("}");
133
- if (this.a3.count > 0) {
133
+ if (this.a4.count > 0) {
134
134
  b.e(",");
135
135
  }
136
136
  b.f("");
137
- if (this.a3.count > 0) {
137
+ if (this.a4.count > 0) {
138
138
  d = true;
139
139
  b.f("refs: {");
140
140
  b.i();
141
- for (let i of fromEnum(this.a3.keys)) {
142
- if (!this.n(i, this.a3.item(i))) {
141
+ for (let i of fromEnum(this.a4.keys)) {
142
+ if (!this.o(i, this.a4.item(i))) {
143
143
  continue;
144
144
  }
145
145
  if (d) {
@@ -148,7 +148,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
148
148
  else {
149
149
  b.f(",");
150
150
  }
151
- this.df(b, i, this.a3.item(i));
151
+ this.dh(b, i, this.a4.item(i));
152
152
  }
153
153
  b.f("");
154
154
  b.h();
@@ -158,12 +158,12 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
158
158
  b.f("}");
159
159
  return b.toString();
160
160
  }
161
- df(a, b, c) {
161
+ dh(a, b, c) {
162
162
  a.e("\"" + b + "\": ");
163
- this.dg(a, c);
163
+ this.di(a, c);
164
164
  }
165
- dg(a, b) {
166
- if (this.w(b)) {
165
+ di(a, b) {
166
+ if (this.x(b)) {
167
167
  if (typeof b === 'string') {
168
168
  a.e(b == null ? "null" : "\"" + b.toString() + "\"");
169
169
  }
@@ -204,7 +204,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
204
204
  a.e("null");
205
205
  return;
206
206
  }
207
- if (this.t(b)) {
207
+ if (this.u(b)) {
208
208
  a.f("[");
209
209
  a.i();
210
210
  let c = new DataSourceLocalDataProvider();
@@ -213,7 +213,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
213
213
  if (d > 0) {
214
214
  a.f(",");
215
215
  }
216
- this.de(a, c, d);
216
+ this.dg(a, c, d);
217
217
  }
218
218
  a.f("");
219
219
  a.h();
@@ -223,11 +223,11 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
223
223
  let e = [b];
224
224
  let f = new DataSourceLocalDataProvider();
225
225
  f.dataSource = e;
226
- this.de(a, f, 0);
226
+ this.dg(a, f, 0);
227
227
  }
228
228
  }
229
229
  }
230
- w(a) {
230
+ x(a) {
231
231
  if (typeof a === 'string') {
232
232
  return true;
233
233
  }
@@ -242,7 +242,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
242
242
  }
243
243
  return false;
244
244
  }
245
- t(a) {
245
+ u(a) {
246
246
  if (typeCast(Array_$type, a) !== null) {
247
247
  return true;
248
248
  }
@@ -251,7 +251,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
251
251
  }
252
252
  return false;
253
253
  }
254
- de(a, b, c) {
254
+ dg(a, b, c) {
255
255
  a.f("{");
256
256
  a.i();
257
257
  let d = b.actualSchema;
@@ -287,14 +287,14 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
287
287
  a.e("\"" + (v_.toJSON()) + "\"");
288
288
  break;
289
289
  case 11:
290
- this.dg(a, g);
290
+ this.di(a, g);
291
291
  break;
292
292
  }
293
293
  }
294
294
  a.h();
295
295
  a.f("}");
296
296
  }
297
- n(a, b) {
297
+ o(a, b) {
298
298
  if (b == null) {
299
299
  return true;
300
300
  }
@@ -314,133 +314,144 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
314
314
  return null;
315
315
  }
316
316
  let h = DescriptionTreeBuilder.createTree(this.context, g.result);
317
- let i = this.a0.item(b);
317
+ let i = this.a1.item(b);
318
318
  if (h.c("Type")) {
319
319
  let j = h.a("Type").b;
320
- return this.bt(j, h, b, i, true, -1, null);
320
+ return this.bu(j, h, b, i, true, -1, null);
321
321
  }
322
322
  else {
323
- return this.bs(typeCast(JsonDictionaryObject.$, d));
323
+ return this.bt(typeCast(JsonDictionaryObject.$, d));
324
324
  }
325
325
  }
326
326
  loadJson(a, b) {
327
- this.cr(a, b, null, false, false, false);
327
+ this.cs(a, b, null, false, false, false);
328
328
  }
329
329
  loadJsonOverlay(a, b, c) {
330
- this.cr(a, b, c, true, false, true);
330
+ this.cs(a, b, c, true, false, true);
331
331
  }
332
332
  loadJsonDelta(a, b, c) {
333
- this.cr(a, b, null, true, c, false);
333
+ this.cs(a, b, null, true, c, false);
334
334
  }
335
- ao() {
335
+ ap() {
336
336
  return false;
337
337
  }
338
- cr(a, b, c, d, e, f) {
338
+ cu(a) {
339
+ }
340
+ cs(a, b, c, d, e, f) {
339
341
  let g = new JsonDictionaryParser();
340
342
  let h = g.parse(a);
341
343
  let i = new DescriptionSerializer();
342
344
  i.h = this.isProceedOnErrorEnabled;
343
- i.g = this.ao();
345
+ i.g = this.ap();
344
346
  let j = null;
345
347
  if (typeCast(JsonDictionaryObject.$, h) !== null) {
346
348
  let k = h;
349
+ if (k.g("skipAlterDataCasing")) {
350
+ let l = k.item("skipAlterDataCasing");
351
+ if (l.value) {
352
+ this.cu(true);
353
+ }
354
+ }
355
+ else {
356
+ this.cu(false);
357
+ }
347
358
  if (k.g("descriptions")) {
348
- let l = k.item("descriptions");
349
- if (typeCast(JsonDictionaryObject.$, l) !== null) {
350
- let m = l;
351
- let n = m.e();
352
- for (let o = 0; o < n.length; o++) {
353
- let p = n[o];
354
- let q = m.item(p);
355
- let r = b(p);
356
- if (r == null) {
359
+ let m = k.item("descriptions");
360
+ if (typeCast(JsonDictionaryObject.$, m) !== null) {
361
+ let n = m;
362
+ let o = n.e();
363
+ for (let p = 0; p < o.length; p++) {
364
+ let q = o[p];
365
+ let r = n.item(q);
366
+ let s = b(q);
367
+ if (s == null) {
357
368
  continue;
358
369
  }
359
- j = r;
360
- let s = false;
361
- let t = this.a9();
362
- if (t != null) {
363
- s = true;
370
+ j = s;
371
+ let t = false;
372
+ let u = this.ba();
373
+ if (u != null) {
374
+ t = true;
364
375
  }
365
- let u = null;
376
+ let v = null;
366
377
  if (this.isProceedOnErrorEnabled) {
367
378
  try {
368
- u = i.d(this.context, q, s, t, false);
379
+ v = i.d(this.context, r, t, u, false);
369
380
  }
370
- catch (v) {
381
+ catch (w) {
371
382
  return;
372
383
  }
373
384
  }
374
385
  else {
375
- u = i.d(this.context, q, s, t, false);
386
+ v = i.d(this.context, r, t, u, false);
376
387
  }
377
- if (u.result == null) {
388
+ if (v.result == null) {
378
389
  continue;
379
390
  }
380
391
  if (f) {
381
- if (!this.a4.containsKey(r)) {
382
- let w = null;
392
+ if (!this.a5.containsKey(s)) {
393
+ let x = null;
383
394
  if (this.isProceedOnErrorEnabled) {
384
395
  try {
385
- w = i.d(this.context, q, s, t, true);
396
+ x = i.d(this.context, r, t, u, true);
386
397
  }
387
- catch (x) {
398
+ catch (y) {
388
399
  return;
389
400
  }
390
401
  }
391
402
  else {
392
- w = i.d(this.context, q, s, t, true);
403
+ x = i.d(this.context, r, t, u, true);
393
404
  }
394
- this.db(w.result, r, d, true, false);
395
- let y = c(p);
396
- let z = this.a4.item(r);
397
- this.cn(this.as.item(r), y, z, r);
405
+ this.dd(x.result, s, d, true, false);
406
+ let z = c(q);
407
+ let aa = this.a5.item(s);
408
+ this.co(this.at.item(s), z, aa, s);
398
409
  }
399
410
  }
400
- this.db(u.result, r, d, e, false);
411
+ this.dd(v.result, s, d, e, false);
401
412
  }
402
413
  }
403
414
  }
404
415
  if (k.g("refs") && j != null) {
405
- let aa = k.item("refs");
406
- let ab = this.ae(aa);
407
- if (!ab && typeCast(JsonDictionaryObject.$, aa) !== null) {
408
- let ac = aa;
409
- let ad = ac.e();
410
- for (let ae = 0; ae < ad.length; ae++) {
411
- let af = ad[ae];
412
- let ag = ac.item(af);
413
- if (typeCast(JsonDictionaryValue.$, ag) !== null) {
414
- let ah = ag;
415
- this.provideRefValue(j, af, ah.value);
416
+ let ab = k.item("refs");
417
+ let ac = this.af(ab);
418
+ if (!ac && typeCast(JsonDictionaryObject.$, ab) !== null) {
419
+ let ad = ab;
420
+ let ae = ad.e();
421
+ for (let af = 0; af < ae.length; af++) {
422
+ let ag = ae[af];
423
+ let ah = ad.item(ag);
424
+ if (typeCast(JsonDictionaryValue.$, ah) !== null) {
425
+ let ai = ah;
426
+ this.provideRefValue(j, ag, ai.value);
416
427
  }
417
- else if (typeCast(JsonDictionaryArray.$, ag) !== null) {
418
- let ai = ag;
419
- let aj = this.a(ai);
420
- this.provideRefValue(j, af, aj);
428
+ else if (typeCast(JsonDictionaryArray.$, ah) !== null) {
429
+ let aj = ah;
430
+ let ak = this.a(aj);
431
+ this.provideRefValue(j, ag, ak);
421
432
  }
422
433
  else {
423
- let ak = this.bs(ag);
424
- this.provideRefValue(j, af, ak);
434
+ let al = this.bt(ah);
435
+ this.provideRefValue(j, ag, al);
425
436
  }
426
437
  }
427
438
  }
428
439
  }
429
440
  if (k.g("modules") && j != null) {
430
- let al = k.item("modules");
431
- this.ab(al);
441
+ let am = k.item("modules");
442
+ this.ac(am);
432
443
  }
433
444
  if (k.g("strings") && j != null) {
434
- let am = k.item("strings");
435
- this.ai(am);
445
+ let an = k.item("strings");
446
+ this.aj(an);
436
447
  }
437
448
  if (k.g("onInit") && j != null) {
438
- let an = k.item("onInit");
439
- this.ac(an);
449
+ let ao = k.item("onInit");
450
+ this.ad(ao);
440
451
  }
441
452
  if (k.g("onViewInit") && j != null) {
442
- let ao = k.item("onViewInit");
443
- this.ad(ao);
453
+ let ap = k.item("onViewInit");
454
+ this.ae(ap);
444
455
  }
445
456
  }
446
457
  }
@@ -458,29 +469,29 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
458
469
  this.provideRefValue(a, d, i);
459
470
  }
460
471
  else {
461
- let j = this.bs(f);
472
+ let j = this.bt(f);
462
473
  this.provideRefValue(a, d, j);
463
474
  }
464
475
  }
465
- a9() {
476
+ ba() {
466
477
  return null;
467
478
  }
468
- ae(a) {
479
+ af(a) {
469
480
  return false;
470
481
  }
471
- ab(a) {
482
+ ac(a) {
472
483
  return false;
473
484
  }
474
- ai(a) {
485
+ aj(a) {
475
486
  return false;
476
487
  }
477
- ac(a) {
488
+ ad(a) {
478
489
  return false;
479
490
  }
480
- ad(a) {
491
+ ae(a) {
481
492
  return false;
482
493
  }
483
- b6(a, b, c) {
494
+ b7(a, b, c) {
484
495
  let d = a;
485
496
  if (c != null) {
486
497
  d = c.j(b);
@@ -495,23 +506,23 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
495
506
  }
496
507
  return d;
497
508
  }
498
- cn(a, b, c, d) {
509
+ co(a, b, c, d) {
499
510
  if (!c.b(b)) {
500
- c.k(d, this.as.item(d).g, b, this.as.item(d), runOn(this, this.cx), -1);
511
+ c.k(d, this.at.item(d).g, b, this.at.item(d), runOn(this, this.cz), -1);
501
512
  }
502
513
  for (let e of fromEnum(a.f())) {
503
- this.co(this.b6(e.c, ComponentRenderer.platform, e.a), e.b, b, c, d, a.g);
514
+ this.cp(this.b7(e.c, ComponentRenderer.platform, e.a), e.b, b, c, d, a.g);
504
515
  }
505
516
  }
506
- co(a, b, c, d, e, f) {
517
+ cp(a, b, c, d, e, f) {
507
518
  if (typeCast(DescriptionTreeNode.$, b) !== null) {
508
519
  let g = b;
509
520
  let h = this.adapter.getPropertyValue(c, a);
510
521
  if (!d.b(h) && !d.a(g.g)) {
511
- d.k(e, g.g, h, g, runOn(this, this.cx), f);
522
+ d.k(e, g.g, h, g, runOn(this, this.cz), f);
512
523
  }
513
524
  for (let i of fromEnum(g.f())) {
514
- this.co(a + "." + this.b6(i.c, ComponentRenderer.platform, i.a), i.b, c, d, e, g.g);
525
+ this.cp(a + "." + this.b7(i.c, ComponentRenderer.platform, i.a), i.b, c, d, e, g.g);
515
526
  }
516
527
  }
517
528
  if (typeCast(Array_$type, b) !== null) {
@@ -533,24 +544,24 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
533
544
  if (j.containsKey(k)) {
534
545
  let s = j.item(k);
535
546
  if (!d.b(r) && !d.a(s.g)) {
536
- d.k(e, s.g, r, s, runOn(this, this.cx), f);
547
+ d.k(e, s.g, r, s, runOn(this, this.cz), f);
537
548
  }
538
549
  for (let t of fromEnum(s.f())) {
539
- this.co(a + "." + t.c, t.b, c, d, e, s.g);
550
+ this.cp(a + "." + t.c, t.b, c, d, e, s.g);
540
551
  }
541
552
  }
542
553
  k++;
543
554
  });
544
555
  if (l > 0 && k == 0) {
545
- let r = this.ca(a);
556
+ let r = this.cb(a);
546
557
  this.adapter.forPropertyValueItem(c, r, (s) => {
547
558
  if (j.containsKey(k)) {
548
559
  let t = j.item(k);
549
560
  if (!d.b(s) && !d.a(t.g)) {
550
- d.k(e, t.g, s, t, runOn(this, this.cx), f);
561
+ d.k(e, t.g, s, t, runOn(this, this.cz), f);
551
562
  }
552
563
  for (let u of fromEnum(t.f())) {
553
- this.co(r + "." + u.c, u.b, c, d, e, t.g);
564
+ this.cp(r + "." + u.c, u.b, c, d, e, t.g);
554
565
  }
555
566
  }
556
567
  k++;
@@ -558,7 +569,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
558
569
  }
559
570
  }
560
571
  }
561
- ca(a) {
572
+ cb(a) {
562
573
  let b = a.lastIndexOf('.');
563
574
  let c = null;
564
575
  let d = a;
@@ -566,24 +577,24 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
566
577
  c = a.substr(0, b);
567
578
  d = a.substr(b + 1);
568
579
  }
569
- d = "actual" + this.b8(d);
580
+ d = "actual" + this.b9(d);
570
581
  if (c != null) {
571
582
  return c + "." + d;
572
583
  }
573
584
  return d;
574
585
  }
575
- b8(a) {
586
+ b9(a) {
576
587
  return a.substr(0, 1).toUpperCase() + a.substr(1);
577
588
  }
578
589
  a(a) {
579
590
  let b = new Array(a.items.length);
580
591
  for (let c = 0; c < a.items.length; c++) {
581
- let d = this.bs(a.items[c]);
592
+ let d = this.bt(a.items[c]);
582
593
  b[c] = d;
583
594
  }
584
595
  return b;
585
596
  }
586
- bs(a) {
597
+ bt(a) {
587
598
  if (a == null) {
588
599
  return null;
589
600
  }
@@ -593,7 +604,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
593
604
  for (let d = 0; d < c.length; d++) {
594
605
  let key_ = c[d];
595
606
  if (typeCast(JsonDictionaryObject.$, a.item(key_)) !== null) {
596
- let val_ = this.bs(a.item(key_));
607
+ let val_ = this.bt(a.item(key_));
597
608
  dict_[key_] = val_;
598
609
  }
599
610
  else if (typeCast(JsonDictionaryArray.$, a.item(key_)) !== null) {
@@ -607,39 +618,39 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
607
618
  }
608
619
  return dict_;
609
620
  }
610
- get a4() {
611
- return this.a0;
621
+ get a5() {
622
+ return this.a1;
612
623
  }
613
624
  cleanup(a, b) {
614
- this.db(null, a, false, false, b);
625
+ this.dd(null, a, false, false, b);
615
626
  }
616
627
  render(a, b) {
617
- this.db(a, b, false, false, false);
628
+ this.dd(a, b, false, false, false);
618
629
  }
619
- db(a, b, c, d, e) {
620
- if (!this.a0.containsKey(b)) {
621
- this.a0.item(b, new ContainerState());
622
- this.a0.item(b).i = b;
630
+ dd(a, b, c, d, e) {
631
+ if (!this.a1.containsKey(b)) {
632
+ this.a1.item(b, new ContainerState());
633
+ this.a1.item(b).i = b;
623
634
  }
624
- this.av.item(b, a);
625
- this.aw.item(b, c);
626
- this.ax.item(b, d);
627
- this.au.item(b, e);
628
- this.ct(b, () => this.c9(b));
635
+ this.aw.item(b, a);
636
+ this.ax.item(b, c);
637
+ this.ay.item(b, d);
638
+ this.av.item(b, e);
639
+ this.cv(b, () => this.db(b));
629
640
  }
630
- ct(a, b) {
641
+ cv(a, b) {
631
642
  this.adapter.onUIThread(a, b);
632
643
  }
633
- c9(a) {
634
- if (this.av.containsKey(a)) {
635
- let b = this.aw.containsKey(a) ? this.aw.item(a) : false;
636
- let c = this.ax.containsKey(a) ? this.ax.item(a) : false;
637
- let d = this.av.item(a);
638
- this.av.removeItem(a);
644
+ db(a) {
645
+ if (this.aw.containsKey(a)) {
646
+ let b = this.ax.containsKey(a) ? this.ax.item(a) : false;
647
+ let c = this.ay.containsKey(a) ? this.ay.item(a) : false;
648
+ let d = this.aw.item(a);
649
+ this.aw.removeItem(a);
639
650
  let e = DescriptionTreeBuilder.createTree(this.context, d);
640
651
  let f = null;
641
- if (this.as.containsKey(a)) {
642
- f = this.as.item(a);
652
+ if (this.at.containsKey(a)) {
653
+ f = this.at.item(a);
643
654
  }
644
655
  let g = DescriptionTreeReconciler.c(f, e, b);
645
656
  if (!c && b) {
@@ -652,32 +663,32 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
652
663
  }
653
664
  if (c) {
654
665
  let i = DescriptionTreeReconciler.a(f, g);
655
- if (!this.a0.containsKey(a)) {
656
- this.a0.addItem(a, ((() => {
666
+ if (!this.a1.containsKey(a)) {
667
+ this.a1.addItem(a, ((() => {
657
668
  let $ret = new ContainerState();
658
669
  $ret.i = a;
659
670
  return $ret;
660
671
  })()));
661
672
  }
662
- let j = this.a0.item(a);
673
+ let j = this.a1.item(a);
663
674
  if (i.a.count > 0) {
664
675
  for (let k of fromEnum(i.a)) {
665
676
  if (j.a(k)) {
666
677
  let l = j.j(k);
667
- this.cl(a, l, j);
678
+ this.cm(a, l, j);
668
679
  }
669
680
  }
670
681
  }
671
682
  if (i.c.count > 0) {
672
683
  for (let m of fromEnum(i.c)) {
673
- let n = this.by(a, j, m);
684
+ let n = this.bz(a, j, m);
674
685
  let o = this.adapter.getPropertyValue(n, m.j);
675
686
  if (o != null) {
676
687
  if (!j.b(o)) {
677
688
  let p = m.g;
678
689
  if (typeCast(DescriptionTreeNode.$, p) !== null) {
679
690
  let q = p.g;
680
- j.k(a, q, o, p, runOn(this, this.cx), m.c.g);
691
+ j.k(a, q, o, p, runOn(this, this.cz), m.c.g);
681
692
  }
682
693
  }
683
694
  }
@@ -691,7 +702,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
691
702
  let t = r.g;
692
703
  if (typeCast(DescriptionTreeNode.$, t) !== null) {
693
704
  let u = t.g;
694
- this.as.item(a, t);
705
+ this.at.item(a, t);
695
706
  }
696
707
  }
697
708
  }
@@ -716,7 +727,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
716
727
  if (x.count == 0) {
717
728
  continue;
718
729
  }
719
- let ab = this.by(a, j, v);
730
+ let ab = this.bz(a, j, v);
720
731
  let ac = this.adapter.getPropertyValue(ab, v.j);
721
732
  if (ac != null) {
722
733
  let ad = 0;
@@ -726,7 +737,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
726
737
  let af = x.item(this.adapter.getPropertyValue(ae, "Name").toString());
727
738
  if (typeCast(DescriptionTreeNode.$, af) !== null) {
728
739
  let ag = af.g;
729
- j.k(a, ag, ae, af, runOn(this, this.cx), v.c.g);
740
+ j.k(a, ag, ae, af, runOn(this, this.cz), v.c.g);
730
741
  }
731
742
  }
732
743
  }
@@ -737,207 +748,207 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
737
748
  }
738
749
  }
739
750
  else {
740
- this.as.item(a, e);
751
+ this.at.item(a, e);
741
752
  }
742
753
  if (!c) {
743
- this.da(a, g);
754
+ this.dc(a, g);
744
755
  }
745
- if (this.au.item(a)) {
746
- this.c7(a);
747
- if (this.a0.containsKey(a)) {
748
- this.a0.removeItem(a);
756
+ if (this.av.item(a)) {
757
+ this.c9(a);
758
+ if (this.a1.containsKey(a)) {
759
+ this.a1.removeItem(a);
749
760
  }
750
761
  }
751
762
  }
752
763
  }
753
764
  provideRefValue(a, b, c) {
754
- this.ct(a, () => {
755
- if (!this.a0.containsKey(a)) {
756
- this.a0.addItem(a, ((() => {
765
+ this.cv(a, () => {
766
+ if (!this.a1.containsKey(a)) {
767
+ this.a1.addItem(a, ((() => {
757
768
  let $ret = new ContainerState();
758
769
  $ret.i = a;
759
770
  return $ret;
760
771
  })()));
761
772
  }
762
- let d = this.a0.item(a);
763
- this.cx(a, b, c, true);
773
+ let d = this.a1.item(a);
774
+ this.cz(a, b, c, true);
764
775
  });
765
776
  }
766
777
  removeRefValue(a, b) {
767
- this.ct(a, () => {
768
- if (!this.a0.containsKey(a)) {
769
- this.a0.addItem(a, ((() => {
778
+ this.cv(a, () => {
779
+ if (!this.a1.containsKey(a)) {
780
+ this.a1.addItem(a, ((() => {
770
781
  let $ret = new ContainerState();
771
782
  $ret.i = a;
772
783
  return $ret;
773
784
  })()));
774
785
  }
775
- let c = this.a0.item(a);
786
+ let c = this.a1.item(a);
776
787
  this.removeRefValueCore(a, b, true);
777
788
  });
778
789
  }
779
- c7(a) {
780
- let b = this.a0.item(a);
790
+ c9(a) {
791
+ let b = this.a1.item(a);
781
792
  let c = new List$1(String_$type, 0);
782
- for (let d of fromEnum(this.az.keys)) {
783
- if (this.az.item(d).c == 0) {
793
+ for (let d of fromEnum(this.a0.keys)) {
794
+ if (this.a0.item(d).c == 0) {
784
795
  c.add(d);
785
796
  }
786
797
  }
787
798
  for (let e = 0; e < c.count; e++) {
788
799
  let f = this.shouldNamespaceSystemRefValues;
789
800
  this.shouldNamespaceSystemRefValues = false;
790
- this.removeRefValueCore(a, c._inner[e], this.a3.containsKey(c._inner[e]));
801
+ this.removeRefValueCore(a, c._inner[e], this.a4.containsKey(c._inner[e]));
791
802
  this.shouldNamespaceSystemRefValues = f;
792
803
  }
793
804
  }
794
805
  clearRefValues(a) {
795
- this.ct(a, () => {
796
- if (!this.a0.containsKey(a)) {
797
- this.a0.addItem(a, ((() => {
806
+ this.cv(a, () => {
807
+ if (!this.a1.containsKey(a)) {
808
+ this.a1.addItem(a, ((() => {
798
809
  let $ret = new ContainerState();
799
810
  $ret.i = a;
800
811
  return $ret;
801
812
  })()));
802
813
  }
803
- let b = this.a0.item(a);
814
+ let b = this.a1.item(a);
804
815
  this.clearUserRefValues();
805
816
  });
806
817
  }
807
- u(a) {
808
- if (this.ar.containsKey(a) && this.ar.item(a)) {
818
+ v(a) {
819
+ if (this.as.containsKey(a) && this.as.item(a)) {
809
820
  return false;
810
821
  }
811
- if (this.ay.containsKey(a) && this.ay.item(a).count > 0) {
822
+ if (this.az.containsKey(a) && this.az.item(a).count > 0) {
812
823
  return false;
813
824
  }
814
825
  return true;
815
826
  }
816
827
  queueForIdle(a, b) {
817
- this.ct(a, () => {
818
- if (this.u(a)) {
828
+ this.cv(a, () => {
829
+ if (this.v(a)) {
819
830
  b();
820
831
  }
821
832
  else {
822
- if (!this.at.containsKey(a)) {
823
- this.at.item(a, new List$1(Delegate_$type, 0));
833
+ if (!this.au.containsKey(a)) {
834
+ this.au.item(a, new List$1(Delegate_$type, 0));
824
835
  }
825
- this.at.item(a).add(b);
836
+ this.au.item(a).add(b);
826
837
  }
827
838
  });
828
839
  }
829
840
  tryFlushIdleActions(a) {
830
- if (this.u(a)) {
831
- if (this.at.containsKey(a)) {
832
- let b = new List$1(Delegate_$type, 1, this.at.item(a));
833
- this.at.item(a).clear();
841
+ if (this.v(a)) {
842
+ if (this.au.containsKey(a)) {
843
+ let b = new List$1(Delegate_$type, 1, this.au.item(a));
844
+ this.au.item(a).clear();
834
845
  for (let c = 0; c < b.count; c++) {
835
846
  b._inner[c]();
836
847
  }
837
848
  }
838
849
  }
839
850
  }
840
- da(a, b) {
841
- let c = this.a0.item(a);
842
- this.cu(a, c, b);
851
+ dc(a, b) {
852
+ let c = this.a1.item(a);
853
+ this.cw(a, c, b);
843
854
  }
844
- dd(a, b) {
855
+ df(a, b) {
845
856
  if (this.isProceedOnErrorEnabled) {
846
857
  try {
847
- this.cm(a, b, true);
858
+ this.cn(a, b, true);
848
859
  }
849
860
  catch (c) {
850
- this.ar.item(a, false);
861
+ this.as.item(a, false);
851
862
  }
852
863
  }
853
864
  else {
854
- this.cm(a, b, true);
865
+ this.cn(a, b, true);
855
866
  }
856
867
  }
857
- dj(a, b) {
868
+ dl(a, b) {
858
869
  if (this.isProceedOnErrorEnabled) {
859
870
  try {
860
- this.cm(a, b, false);
871
+ this.cn(a, b, false);
861
872
  }
862
873
  catch (c) {
863
- this.ar.item(a, false);
874
+ this.as.item(a, false);
864
875
  }
865
876
  }
866
877
  else {
867
- this.cm(a, b, false);
878
+ this.cn(a, b, false);
868
879
  }
869
880
  }
870
- cm(a, b, c) {
881
+ cn(a, b, c) {
871
882
  if (!c) {
872
- if (this.ar.containsKey(a) && this.ar.item(a)) {
883
+ if (this.as.containsKey(a) && this.as.item(a)) {
873
884
  return;
874
885
  }
875
886
  }
876
- this.ar.item(a, true);
887
+ this.as.item(a, true);
877
888
  let d = true;
878
- while (d && this.ay.item(a).count > 0) {
879
- while (this.ay.item(a).count > 0 && this.ay.item(a).c().count < 1) {
880
- this.ay.item(a).b();
889
+ while (d && this.az.item(a).count > 0) {
890
+ while (this.az.item(a).count > 0 && this.az.item(a).c().count < 1) {
891
+ this.az.item(a).b();
881
892
  }
882
- if (this.ay.item(a).count < 1) {
893
+ if (this.az.item(a).count < 1) {
883
894
  break;
884
895
  }
885
- let e = this.ay.item(a).c();
896
+ let e = this.az.item(a).c();
886
897
  while (e.count > 0) {
887
898
  let f = e.b();
888
- d = this.y(a, b, f);
899
+ d = this.z(a, b, f);
889
900
  if (!d) {
890
901
  break;
891
902
  }
892
903
  }
893
904
  }
894
905
  if (d) {
895
- this.ar.item(a, false);
906
+ this.as.item(a, false);
896
907
  }
897
- if (this.u(a)) {
908
+ if (this.v(a)) {
898
909
  this.tryFlushIdleActions(a);
899
910
  }
900
911
  }
901
- cu(a, b, c) {
912
+ cw(a, b, c) {
902
913
  let d = new Queue$1(DescriptionTreeAction.$);
903
914
  for (let e = 0; e < c.count; e++) {
904
915
  d.g(c._inner[e]);
905
916
  }
906
- if (!this.ay.containsKey(a)) {
907
- this.ay.addItem(a, new Queue$1(Queue$1.$.specialize(DescriptionTreeAction.$)));
917
+ if (!this.az.containsKey(a)) {
918
+ this.az.addItem(a, new Queue$1(Queue$1.$.specialize(DescriptionTreeAction.$)));
908
919
  }
909
- this.ay.item(a).g(d);
910
- this.dj(a, b);
920
+ this.az.item(a).g(d);
921
+ this.dl(a, b);
911
922
  }
912
- cv(a, b, c) {
923
+ cx(a, b, c) {
913
924
  for (let d = 0; d < c.count; d++) {
914
- this.y(a, b, c._inner[d]);
925
+ this.z(a, b, c._inner[d]);
915
926
  }
916
927
  }
917
- y(a, b, c) {
928
+ z(a, b, c) {
918
929
  switch (c.a) {
919
- case 5: return this.z(a, b, c);
920
- case 2: return this.aa(a, b, c);
921
- case 4: return this.af(a, b, c);
922
- case 3: return this.ag(a, b, c);
923
- case 1: return this.ah(a, b, c);
924
- case 0: return this.aj(a, b, c);
930
+ case 5: return this.aa(a, b, c);
931
+ case 2: return this.ab(a, b, c);
932
+ case 4: return this.ag(a, b, c);
933
+ case 3: return this.ah(a, b, c);
934
+ case 1: return this.ai(a, b, c);
935
+ case 0: return this.ak(a, b, c);
925
936
  }
926
937
  return true;
927
938
  }
928
- aj(a, b, c) {
929
- let d = this.by(a, b, c);
930
- this.aq(a, b, c, d);
939
+ ak(a, b, c) {
940
+ let d = this.bz(a, b, c);
941
+ this.ar(a, b, c, d);
931
942
  return true;
932
943
  }
933
- aq(a, b, c, d) {
934
- let e = this.bv(c, a, b);
944
+ ar(a, b, c, d) {
945
+ let e = this.bw(c, a, b);
935
946
  e = this.i.transform(ComponentRenderer.platform, e, c);
936
947
  let f = false;
937
- if (this.a7 != null && this.a7.count > 0) {
938
- for (let g = 0; g < this.a7.count; g++) {
939
- let h = this.a7._inner[g];
940
- let i = this.b7(a, c);
948
+ if (this.a8 != null && this.a8.count > 0) {
949
+ for (let g = 0; g < this.a8.count; g++) {
950
+ let h = this.a8._inner[g];
951
+ let i = this.b8(a, c);
941
952
  if (h(i, d, e)) {
942
953
  f = true;
943
954
  }
@@ -950,18 +961,18 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
950
961
  return true;
951
962
  }
952
963
  if (c.d != null && c.d.knownType == 9) {
953
- this.an(a, b, c.i(ComponentRenderer.platform), c.d, e, d);
964
+ this.ao(a, b, c.i(ComponentRenderer.platform), c.d, e, d);
954
965
  }
955
966
  else {
956
- this.dh(a, b, c.i(ComponentRenderer.platform), c.d, e, c.h, d);
967
+ this.dj(a, b, c.i(ComponentRenderer.platform), c.d, e, c.h, d);
957
968
  }
958
969
  return true;
959
970
  }
960
- b7(a, b) {
971
+ b8(a, b) {
961
972
  let c = b.c;
962
973
  let d = "";
963
- if (c != this.as.item(a)) {
964
- let e = this.b5(a, c);
974
+ if (c != this.at.item(a)) {
975
+ let e = this.b6(a, c);
965
976
  d = e;
966
977
  }
967
978
  if (d.length > 0) {
@@ -970,17 +981,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
970
981
  d += b.j;
971
982
  return d;
972
983
  }
973
- b5(a, b) {
984
+ b6(a, b) {
974
985
  if (b == null) {
975
986
  return "";
976
987
  }
977
- let c = this.cb("", this.as.item(a), b);
988
+ let c = this.cc("", this.at.item(a), b);
978
989
  if (c.c) {
979
990
  return c.d;
980
991
  }
981
992
  return "";
982
993
  }
983
- cb(a, b, c) {
994
+ cc(a, b, c) {
984
995
  if (b == c) {
985
996
  return new Tuple$2(Boolean_$type, String_$type, true, a);
986
997
  }
@@ -997,7 +1008,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
997
1008
  }
998
1009
  else {
999
1010
  let g = a + f.c;
1000
- let h = this.cb(g, f.b, c);
1011
+ let h = this.cc(g, f.b, c);
1001
1012
  if (h.c) {
1002
1013
  return h;
1003
1014
  }
@@ -1014,7 +1025,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1014
1025
  }
1015
1026
  else {
1016
1027
  let l = a + f.c + "[" + j + "]";
1017
- let m = this.cb(l, k, c);
1028
+ let m = this.cc(l, k, c);
1018
1029
  if (m.c) {
1019
1030
  return m;
1020
1031
  }
@@ -1025,51 +1036,51 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1025
1036
  }
1026
1037
  return new Tuple$2(Boolean_$type, String_$type, false, a);
1027
1038
  }
1028
- an(a, b, c, d, e, f) {
1029
- if (this.a2.containsKey(c)) {
1030
- for (let g of fromEnum(this.a2.item(c))) {
1039
+ ao(a, b, c, d, e, f) {
1040
+ if (this.a3.containsKey(c)) {
1041
+ for (let g of fromEnum(this.a3.item(c))) {
1031
1042
  g(c, f, e);
1032
1043
  }
1033
1044
  }
1034
1045
  this.adapter.setOrUpdateCollectionOnTarget(a, c, d, this.context, f, e);
1035
1046
  return true;
1036
1047
  }
1037
- bv(a, b, c) {
1048
+ bw(a, b, c) {
1038
1049
  if (a.d == null) {
1039
1050
  return a.g;
1040
1051
  }
1041
1052
  switch (a.d.knownType) {
1042
- case 10: return this.bb(a, b, c);
1043
- case 7: return this.bc(a);
1044
- case 4: return this.bd(a);
1045
- case 6: return this.be(a);
1046
- case 9: return this.bb(a, b, c);
1047
- case 5: return this.bf(a);
1048
- case 16: return this.bg(a);
1049
- case 20: return this.bz(a, c);
1050
- case 22: return this.b2(a, c);
1053
+ case 10: return this.bc(a, b, c);
1054
+ case 7: return this.bd(a);
1055
+ case 4: return this.be(a);
1056
+ case 6: return this.bf(a);
1057
+ case 9: return this.bc(a, b, c);
1058
+ case 5: return this.bg(a);
1059
+ case 16: return this.bh(a);
1060
+ case 20: return this.b0(a, c);
1061
+ case 22: return this.b3(a, c);
1051
1062
  case 15: return null;
1052
- case 3: return this.bh(a);
1053
- case 19: return this.b0(a, c);
1054
- case 8: return this.bj(a, b, c);
1063
+ case 3: return this.bi(a);
1064
+ case 19: return this.b1(a, c);
1065
+ case 8: return this.bk(a, b, c);
1055
1066
  case 13: return null;
1056
- case 18: return this.b1(a, c);
1057
- case 1: return this.bk(a);
1058
- case 11: return this.bl(a);
1059
- case 14: return this.bm(a);
1060
- case 12: return this.bn(a);
1061
- case 2: return this.bo(a);
1062
- case 21: return this.bp(a);
1063
- case 17: return this.bq(a, b, c);
1067
+ case 18: return this.b2(a, c);
1068
+ case 1: return this.bl(a);
1069
+ case 11: return this.bm(a);
1070
+ case 14: return this.bn(a);
1071
+ case 12: return this.bo(a);
1072
+ case 2: return this.bp(a);
1073
+ case 21: return this.bq(a);
1074
+ case 17: return this.br(a, b, c);
1064
1075
  case 0: return null;
1065
1076
  }
1066
1077
  return null;
1067
1078
  }
1068
- bq(a, b, c) {
1069
- let d = this.br(a.g, a, b, c);
1079
+ br(a, b, c) {
1080
+ let d = this.bs(a.g, a, b, c);
1070
1081
  return d;
1071
1082
  }
1072
- br(a, b, c, d) {
1083
+ bs(a, b, c, d) {
1073
1084
  if (typeof a === 'string') {
1074
1085
  if (stringStartsWith(a, "@d:")) {
1075
1086
  let v_ = a.substr(3);
@@ -1080,7 +1091,7 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1080
1091
  let e = a;
1081
1092
  let f = new Array(e.length);
1082
1093
  for (let g = 0; g < e.length; g++) {
1083
- let h = this.br(e[g], b, c, d);
1094
+ let h = this.bs(e[g], b, c, d);
1084
1095
  f[g] = h;
1085
1096
  }
1086
1097
  a = f;
@@ -1088,25 +1099,25 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1088
1099
  if (typeCast(DescriptionTreeNode.$, a) !== null) {
1089
1100
  let i = a;
1090
1101
  if (i.i == "EmbeddedRef") {
1091
- return this.bt(i.i, a, c, d, false, b.c.g, b.d);
1102
+ return this.bu(i.i, a, c, d, false, b.c.g, b.d);
1092
1103
  }
1093
1104
  }
1094
1105
  return a;
1095
1106
  }
1096
- bp(a) {
1107
+ bq(a) {
1097
1108
  return a.g;
1098
1109
  }
1099
- bo(a) {
1110
+ bp(a) {
1100
1111
  return a.g != null ? a.g.toString() : null;
1101
1112
  }
1102
- bn(a) {
1113
+ bo(a) {
1103
1114
  let b = a.g;
1104
1115
  let width_ = b.width;
1105
1116
  let height_ = b.height;
1106
1117
  let c = { width: width_, height: height_ };
1107
1118
  return c;
1108
1119
  }
1109
- bm(a) {
1120
+ bn(a) {
1110
1121
  let b = a.g;
1111
1122
  let top_ = b.top;
1112
1123
  let left_ = b.left;
@@ -1115,14 +1126,14 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1115
1126
  let c = { left: left_, top: top_, width: width_, height: height_ };
1116
1127
  return c;
1117
1128
  }
1118
- bl(a) {
1129
+ bm(a) {
1119
1130
  let b = a.g;
1120
1131
  let x_ = b.x;
1121
1132
  let y_ = b.y;
1122
1133
  let c = { x: x_, y: y_ };
1123
1134
  return c;
1124
1135
  }
1125
- bk(a) {
1136
+ bl(a) {
1126
1137
  if (a.g == null) {
1127
1138
  if (a.d != null && (a.d.specificType == "double" || a.d.specificType == "float")) {
1128
1139
  return NaN;
@@ -1132,18 +1143,18 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1132
1143
  return a.g;
1133
1144
  }
1134
1145
  e(a, b) {
1135
- if (this.az.containsKey(a)) {
1136
- let c = this.az.item(a);
1146
+ if (this.a0.containsKey(a)) {
1147
+ let c = this.a0.item(a);
1137
1148
  return c;
1138
1149
  }
1139
1150
  let d = new DescriptionRef(a);
1140
- this.az.addItem(a, d);
1151
+ this.a0.addItem(a, d);
1141
1152
  return d;
1142
1153
  }
1143
- b1(a, b) {
1154
+ b2(a, b) {
1144
1155
  return a.g == null ? null : this.e(a.g, b);
1145
1156
  }
1146
- bj(a, b, c) {
1157
+ bk(a, b, c) {
1147
1158
  let d = a.d.specificType;
1148
1159
  if (d == null) {
1149
1160
  d = a.d.specificExternalType;
@@ -1154,95 +1165,95 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1154
1165
  d = e.a("Type").b;
1155
1166
  }
1156
1167
  }
1157
- let f = this.bt(d, a.g, b, c, false, a.c.g, a.d);
1168
+ let f = this.bu(d, a.g, b, c, false, a.c.g, a.d);
1158
1169
  return f;
1159
1170
  }
1160
- b0(a, b) {
1171
+ b1(a, b) {
1161
1172
  return a.g == null ? null : this.e(a.g, b);
1162
1173
  }
1163
- bh(a) {
1174
+ bi(a) {
1164
1175
  if (typeof a.g === 'string') {
1165
1176
  let v_ = a.g;
1166
1177
  a.g = new Date(v_);
1167
1178
  }
1168
1179
  return a.g;
1169
1180
  }
1170
- bz(a, b) {
1181
+ b0(a, b) {
1171
1182
  return a.g == null ? null : this.e(a.g, b);
1172
1183
  }
1173
- b2(a, b) {
1184
+ b3(a, b) {
1174
1185
  return a.g == null ? null : this.e(a.g, b);
1175
1186
  }
1176
- b4(a) {
1187
+ b5(a) {
1177
1188
  return a;
1178
1189
  }
1179
- bg(a) {
1190
+ bh(a) {
1180
1191
  let b = a.g;
1181
1192
  if (b == null) {
1182
1193
  return null;
1183
1194
  }
1184
1195
  let c = new Array(b.length);
1185
1196
  for (let d = 0; d < b.length; d++) {
1186
- c[d] = this.b4(b[d]);
1197
+ c[d] = this.b5(b[d]);
1187
1198
  }
1188
1199
  return c;
1189
1200
  }
1190
- bf(a) {
1191
- return this.b4(a.g);
1201
+ bg(a) {
1202
+ return this.b5(a.g);
1192
1203
  }
1193
- be(a) {
1204
+ bf(a) {
1194
1205
  let b = a.g;
1195
1206
  if (b == null) {
1196
1207
  return null;
1197
1208
  }
1198
1209
  let c = new Array(b.length);
1199
1210
  for (let d = 0; d < b.length; d++) {
1200
- c[d] = this.b3(b[d]);
1211
+ c[d] = this.b4(b[d]);
1201
1212
  }
1202
1213
  return c;
1203
1214
  }
1204
- b3(a) {
1215
+ b4(a) {
1205
1216
  return a;
1206
1217
  }
1207
- bd(a) {
1208
- return this.b3(a.g);
1218
+ be(a) {
1219
+ return this.b4(a.g);
1209
1220
  }
1210
- bc(a) {
1221
+ bd(a) {
1211
1222
  return a.g;
1212
1223
  }
1213
1224
  addTargetPropertyUpdatingListener(a) {
1214
- this.a7.add(a);
1225
+ this.a8.add(a);
1215
1226
  }
1216
1227
  removeTargetPropertyUpdatingListener(a) {
1217
- this.a7.remove(a);
1228
+ this.a8.remove(a);
1218
1229
  }
1219
1230
  addPropertyUpdatingListener(a, b) {
1220
- if (!this.a2.containsKey(a)) {
1221
- this.a2.addItem(a, new List$1(Delegate_$type, 0));
1231
+ if (!this.a3.containsKey(a)) {
1232
+ this.a3.addItem(a, new List$1(Delegate_$type, 0));
1222
1233
  }
1223
- this.a2.item(a).add(b);
1234
+ this.a3.item(a).add(b);
1224
1235
  }
1225
1236
  addReferenceLookupListener(a) {
1226
- this.a5.add(a);
1237
+ this.a6.add(a);
1227
1238
  }
1228
1239
  removeReferenceLookupListener(a) {
1229
- this.a5.remove(a);
1240
+ this.a6.remove(a);
1230
1241
  }
1231
1242
  removePropertyUpdatingListener(a, b) {
1232
- if (this.a2.containsKey(a)) {
1233
- this.a2.item(a).remove(b);
1234
- if (this.a2.item(a).count == 0) {
1235
- this.a2.removeItem(a);
1243
+ if (this.a3.containsKey(a)) {
1244
+ this.a3.item(a).remove(b);
1245
+ if (this.a3.item(a).count == 0) {
1246
+ this.a3.removeItem(a);
1236
1247
  }
1237
1248
  }
1238
1249
  }
1239
1250
  addNamespaceLookupListener(a) {
1240
- this.a6.add(a);
1251
+ this.a7.add(a);
1241
1252
  }
1242
1253
  removeNamespaceLookupListener(a) {
1243
- this.a6.remove(a);
1254
+ this.a7.remove(a);
1244
1255
  }
1245
- bb(a, b, c) {
1256
+ bc(a, b, c) {
1246
1257
  if (a.g == null) {
1247
1258
  return null;
1248
1259
  }
@@ -1266,17 +1277,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1266
1277
  h = i.a("Type").b;
1267
1278
  }
1268
1279
  }
1269
- let j = this.bt(h, d[g], b, c, false, a.c.g, a.d);
1280
+ let j = this.bu(h, d[g], b, c, false, a.c.g, a.d);
1270
1281
  e.add1(j);
1271
1282
  }
1272
1283
  return e.toArray();
1273
1284
  }
1274
- dh(a, b, c, d, e, f, g) {
1285
+ dj(a, b, c, d, e, f, g) {
1275
1286
  if (typeCast(DescriptionRef.$, e) !== null) {
1276
1287
  let h = e;
1277
1288
  let i = false;
1278
1289
  if (f != null && typeof f === 'string') {
1279
- if (this.q(f)) {
1290
+ if (this.r(f)) {
1280
1291
  let j = this.f(f);
1281
1292
  if (Base.equalsStatic(j, e)) {
1282
1293
  i = true;
@@ -1286,13 +1297,13 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1286
1297
  }
1287
1298
  }
1288
1299
  }
1289
- if (this.r(e)) {
1300
+ if (this.s(e)) {
1290
1301
  let k = e;
1291
- if (k.e != null && k.e.length > 0 && this.a1.containsKey(k.e)) {
1302
+ if (k.e != null && k.e.length > 0 && this.a2.containsKey(k.e)) {
1292
1303
  k.a = true;
1293
1304
  }
1294
- e = this.bx(e);
1295
- this.di(g, c, d, e, f, k);
1305
+ e = this.by(e);
1306
+ this.dk(g, c, d, e, f, k);
1296
1307
  }
1297
1308
  else {
1298
1309
  this.adapter.onPendingRef(g, c, d, e);
@@ -1300,21 +1311,21 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1300
1311
  let l = null;
1301
1312
  l = (m, n) => {
1302
1313
  let o = m;
1303
- if (o.e != null && o.e.length > 0 && this.a1.containsKey(o.e)) {
1314
+ if (o.e != null && o.e.length > 0 && this.a2.containsKey(o.e)) {
1304
1315
  o.a = true;
1305
1316
  }
1306
- let p = this.bx(m);
1307
- this.di(g, c, d, p, f, o);
1317
+ let p = this.by(m);
1318
+ this.dk(g, c, d, p, f, o);
1308
1319
  };
1309
1320
  if (!i) {
1310
1321
  h.g(a, g, c, l);
1311
1322
  }
1312
1323
  return;
1313
1324
  }
1314
- this.di(g, c, d, e, f, null);
1325
+ this.dk(g, c, d, e, f, null);
1315
1326
  }
1316
1327
  hasUserRef(a) {
1317
- return this.a3.containsKey(a);
1328
+ return this.a4.containsKey(a);
1318
1329
  }
1319
1330
  get shouldNamespaceSystemRefValues() {
1320
1331
  return this._shouldNamespaceSystemRefValues;
@@ -1322,102 +1333,102 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1322
1333
  set shouldNamespaceSystemRefValues(a) {
1323
1334
  this._shouldNamespaceSystemRefValues = a;
1324
1335
  }
1325
- cx(a, b, c, d) {
1336
+ cz(a, b, c, d) {
1326
1337
  let e = null;
1327
1338
  if (d) {
1328
- if (this.a3.containsKey(b)) {
1329
- e = this.a3.item(b);
1339
+ if (this.a4.containsKey(b)) {
1340
+ e = this.a4.item(b);
1330
1341
  }
1331
- this.a3.item(b, c);
1342
+ this.a4.item(b, c);
1332
1343
  }
1333
1344
  else {
1334
1345
  if (this.shouldNamespaceSystemRefValues) {
1335
1346
  let f = "";
1336
- if (this.a6 != null && this.a6.count > 0) {
1337
- for (let g = 0; g < this.a6.count; g++) {
1338
- f = this.a6._inner[g](a);
1347
+ if (this.a7 != null && this.a7.count > 0) {
1348
+ for (let g = 0; g < this.a7.count; g++) {
1349
+ f = this.a7._inner[g](a);
1339
1350
  }
1340
1351
  }
1341
1352
  if (!stringIsNullOrEmpty(f)) {
1342
1353
  b = f + "/" + b;
1343
1354
  }
1344
1355
  }
1345
- if (this.a1.containsKey(b)) {
1346
- e = this.a1.item(b);
1356
+ if (this.a2.containsKey(b)) {
1357
+ e = this.a2.item(b);
1347
1358
  }
1348
- this.a1.item(b, c);
1349
- if (this.az.containsKey(b)) {
1350
- this.az.item(b).a = true;
1359
+ this.a2.item(b, c);
1360
+ if (this.a0.containsKey(b)) {
1361
+ this.a0.item(b).a = true;
1351
1362
  }
1352
1363
  }
1353
- if (this.az.containsKey(b)) {
1354
- this.az.item(b).f(e, c);
1364
+ if (this.a0.containsKey(b)) {
1365
+ this.a0.item(b).f(e, c);
1355
1366
  }
1356
1367
  }
1357
1368
  removeRefValueCore(a, b, c) {
1358
1369
  let d = null;
1359
1370
  if (c) {
1360
- if (this.a3.containsKey(b)) {
1361
- d = this.a3.item(b);
1371
+ if (this.a4.containsKey(b)) {
1372
+ d = this.a4.item(b);
1362
1373
  }
1363
- this.a3.removeItem(b);
1374
+ this.a4.removeItem(b);
1364
1375
  }
1365
1376
  else {
1366
1377
  if (this.shouldNamespaceSystemRefValues) {
1367
1378
  let e = "";
1368
- if (this.a6 != null && this.a6.count > 0) {
1369
- for (let f = 0; f < this.a6.count; f++) {
1370
- e = this.a6._inner[f](a);
1379
+ if (this.a7 != null && this.a7.count > 0) {
1380
+ for (let f = 0; f < this.a7.count; f++) {
1381
+ e = this.a7._inner[f](a);
1371
1382
  }
1372
1383
  }
1373
1384
  if (!stringIsNullOrEmpty(e)) {
1374
1385
  b = e + "/" + b;
1375
1386
  }
1376
1387
  }
1377
- if (this.a1.containsKey(b)) {
1378
- d = this.a1.item(b);
1388
+ if (this.a2.containsKey(b)) {
1389
+ d = this.a2.item(b);
1379
1390
  }
1380
- this.a1.removeItem(b);
1391
+ this.a2.removeItem(b);
1381
1392
  }
1382
- if (this.az.containsKey(b)) {
1383
- this.az.item(b).f(d, this.bx(this.az.item(b)));
1384
- if (this.az.item(b).c <= 0) {
1385
- this.az.item(b).h();
1386
- this.az.removeItem(b);
1393
+ if (this.a0.containsKey(b)) {
1394
+ this.a0.item(b).f(d, this.by(this.a0.item(b)));
1395
+ if (this.a0.item(b).c <= 0) {
1396
+ this.a0.item(b).h();
1397
+ this.a0.removeItem(b);
1387
1398
  }
1388
1399
  }
1389
1400
  }
1390
1401
  clearUserRefValues() {
1391
1402
  let a = new List$1(String_$type, 0);
1392
- for (let b of fromEnum(this.a3.keys)) {
1403
+ for (let b of fromEnum(this.a4.keys)) {
1393
1404
  a.add(b);
1394
1405
  }
1395
1406
  for (let c of fromEnum(a)) {
1396
1407
  this.removeRefValueCore(null, c, true);
1397
1408
  }
1398
1409
  }
1399
- r(a) {
1400
- return this.a3.containsKey(a.e) || this.a1.containsKey(a.e);
1410
+ s(a) {
1411
+ return this.a4.containsKey(a.e) || this.a2.containsKey(a.e);
1401
1412
  }
1402
- bx(a) {
1403
- if (this.a3.containsKey(a.e)) {
1404
- return this.a3.item(a.e);
1413
+ by(a) {
1414
+ if (this.a4.containsKey(a.e)) {
1415
+ return this.a4.item(a.e);
1405
1416
  }
1406
- if (this.a1.containsKey(a.e)) {
1407
- return this.a1.item(a.e);
1417
+ if (this.a2.containsKey(a.e)) {
1418
+ return this.a2.item(a.e);
1408
1419
  }
1409
1420
  return null;
1410
1421
  }
1411
- q(a) {
1412
- return this.az.containsKey(a);
1422
+ r(a) {
1423
+ return this.a0.containsKey(a);
1413
1424
  }
1414
1425
  f(a) {
1415
- return this.az.item(a);
1426
+ return this.a0.item(a);
1416
1427
  }
1417
1428
  getMissingRefs() {
1418
1429
  let a = new List$1(String_$type, 0);
1419
- for (let b of fromEnum(this.az.keys)) {
1420
- if (!this.r(this.az.item(b))) {
1430
+ for (let b of fromEnum(this.a0.keys)) {
1431
+ if (!this.s(this.a0.item(b))) {
1421
1432
  a.add(b);
1422
1433
  }
1423
1434
  }
@@ -1425,8 +1436,8 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1425
1436
  }
1426
1437
  getRefChangeInfos(a) {
1427
1438
  let b = new List$1(DescriptionRefTargetInfo.$, 0);
1428
- if (this.az.containsKey(a)) {
1429
- for (let c of fromEnum(this.az.item(a).b)) {
1439
+ if (this.a0.containsKey(a)) {
1440
+ for (let c of fromEnum(this.a0.item(a).b)) {
1430
1441
  b.add(((() => {
1431
1442
  let $ret = new DescriptionRefTargetInfo();
1432
1443
  $ret.container = c.b;
@@ -1438,50 +1449,50 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1438
1449
  }
1439
1450
  return b.toArray();
1440
1451
  }
1441
- by(a, b, c) {
1452
+ bz(a, b, c) {
1442
1453
  return b.j(c.c.g);
1443
1454
  }
1444
- ah(a, b, c) {
1445
- let d = this.by(a, b, c);
1446
- this.am(a, b, c, d);
1455
+ ai(a, b, c) {
1456
+ let d = this.bz(a, b, c);
1457
+ this.an(a, b, c, d);
1447
1458
  return true;
1448
1459
  }
1449
- am(a, b, c, d) {
1460
+ an(a, b, c, d) {
1450
1461
  this.adapter.resetPropertyOnTarget(a, c.i(ComponentRenderer.platform), c.d, d);
1451
1462
  return true;
1452
1463
  }
1453
- ag(a, b, c) {
1464
+ ah(a, b, c) {
1454
1465
  if (c.c == null) {
1455
- return this.al(a, b, c);
1466
+ return this.am(a, b, c);
1456
1467
  }
1457
1468
  else {
1458
- let d = this.by(a, b, c);
1459
- this.dc(a, b, c, d);
1469
+ let d = this.bz(a, b, c);
1470
+ this.de(a, b, c, d);
1460
1471
  }
1461
1472
  return true;
1462
1473
  }
1463
- dc(a, b, c, d) {
1474
+ de(a, b, c, d) {
1464
1475
  let e = c.i(ComponentRenderer.platform);
1465
1476
  let f = c.d.collectionElementType;
1466
1477
  if (f == null) {
1467
1478
  f = c.d.specificExternalType;
1468
1479
  }
1469
- let g = this.bt(f, c.g, a, b, false, c.c.g, c.d);
1480
+ let g = this.bu(f, c.g, a, b, false, c.c.g, c.d);
1470
1481
  this.adapter.replaceItemInCollection(e, c.d, d, c.e, g);
1471
1482
  if (c.h != null && typeCast(DescriptionTreeNode.$, c.h) !== null) {
1472
1483
  let h = c.h.g;
1473
1484
  if (h >= 0) {
1474
1485
  let i = b.j(h);
1475
1486
  if (i != null) {
1476
- this.cl(a, i, b);
1487
+ this.cm(a, i, b);
1477
1488
  }
1478
1489
  }
1479
1490
  }
1480
1491
  }
1481
- al(a, b, c) {
1492
+ am(a, b, c) {
1482
1493
  let d = this.adapter.getRootObject(a);
1483
1494
  if (d != null) {
1484
- this.cl(a, d, b);
1495
+ this.cm(a, d, b);
1485
1496
  }
1486
1497
  if (!(typeCast(DescriptionTreeNode.$, c.g) !== null)) {
1487
1498
  throw new NotImplementedException(0);
@@ -1490,19 +1501,19 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1490
1501
  let f = false;
1491
1502
  this.adapter.replaceRootItem(a, e.i, this.context, (g) => {
1492
1503
  let h = this.adapter.getRootObject(a);
1493
- b.k(a, e.g, h, e, runOn(this, this.cx), -1);
1494
- let i = this.a8(e);
1495
- this.cv(a, b, i);
1504
+ b.k(a, e.g, h, e, runOn(this, this.cz), -1);
1505
+ let i = this.a9(e);
1506
+ this.cx(a, b, i);
1496
1507
  f = true;
1497
1508
  if (g) {
1498
- this.dd(a, b);
1509
+ this.df(a, b);
1499
1510
  }
1500
1511
  });
1501
1512
  return f;
1502
1513
  }
1503
- cl(a, b, c) {
1504
- let d = this.ba(a, b, c);
1505
- for (let e of fromEnum(this.az.values)) {
1514
+ cm(a, b, c) {
1515
+ let d = this.bb(a, b, c);
1516
+ for (let e of fromEnum(this.a0.values)) {
1506
1517
  e.i(b);
1507
1518
  }
1508
1519
  if (d != -1) {
@@ -1510,20 +1521,20 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1510
1521
  }
1511
1522
  this.j.b(ComponentRenderer.platform, b);
1512
1523
  }
1513
- ba(a, b, c) {
1524
+ bb(a, b, c) {
1514
1525
  return c.h(b);
1515
1526
  }
1516
- af(a, b, c) {
1527
+ ag(a, b, c) {
1517
1528
  if (c.c == null) {
1518
- return this.ak(a, b, c);
1529
+ return this.al(a, b, c);
1519
1530
  }
1520
1531
  else {
1521
- let d = this.by(a, b, c);
1522
- this.c0(a, b, c, d);
1532
+ let d = this.bz(a, b, c);
1533
+ this.c2(a, b, c, d);
1523
1534
  }
1524
1535
  return true;
1525
1536
  }
1526
- c0(a, b, c, d) {
1537
+ c2(a, b, c, d) {
1527
1538
  let e = c.i(ComponentRenderer.platform);
1528
1539
  this.adapter.removeItemFromCollection(e, c.d, d, c.f);
1529
1540
  if (c.h != null && typeCast(DescriptionTreeNode.$, c.h) !== null) {
@@ -1531,32 +1542,32 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1531
1542
  if (f >= 0) {
1532
1543
  let g = b.j(f);
1533
1544
  if (g != null) {
1534
- this.cl(a, g, b);
1545
+ this.cm(a, g, b);
1535
1546
  }
1536
1547
  }
1537
1548
  }
1538
1549
  }
1539
- ak(a, b, c) {
1550
+ al(a, b, c) {
1540
1551
  let d = this.adapter.getRootObject(a);
1541
1552
  if (d != null) {
1542
- this.cl(a, d, b);
1553
+ this.cm(a, d, b);
1543
1554
  }
1544
1555
  let e = false;
1545
1556
  this.adapter.removeRootItem(a, this.context, (f) => {
1546
1557
  e = true;
1547
1558
  if (f) {
1548
- this.dd(a, b);
1559
+ this.df(a, b);
1549
1560
  }
1550
1561
  });
1551
1562
  return e;
1552
1563
  }
1553
- aa(a, b, c) {
1564
+ ab(a, b, c) {
1554
1565
  if (c.c == null) {
1555
1566
  return this.m(a, b, c);
1556
1567
  }
1557
1568
  else {
1558
- let d = this.by(a, b, c);
1559
- this.cc(a, b, c, d);
1569
+ let d = this.bz(a, b, c);
1570
+ this.cd(a, b, c, d);
1560
1571
  }
1561
1572
  return true;
1562
1573
  }
@@ -1568,17 +1579,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1568
1579
  let e = false;
1569
1580
  this.adapter.replaceRootItem(a, d.i, this.context, (f) => {
1570
1581
  let g = this.adapter.getRootObject(a);
1571
- b.k(a, d.g, g, d, runOn(this, this.cx), -1);
1572
- let h = this.a8(d);
1573
- this.cv(a, b, h);
1582
+ b.k(a, d.g, g, d, runOn(this, this.cz), -1);
1583
+ let h = this.a9(d);
1584
+ this.cx(a, b, h);
1574
1585
  e = true;
1575
1586
  if (f) {
1576
- this.dd(a, b);
1587
+ this.df(a, b);
1577
1588
  }
1578
1589
  });
1579
1590
  return e;
1580
1591
  }
1581
- cc(a, b, c, d) {
1592
+ cd(a, b, c, d) {
1582
1593
  let e = c.i(ComponentRenderer.platform);
1583
1594
  let f = c.d.collectionElementType;
1584
1595
  if (typeCast(DescriptionTreeNode.$, c.g) !== null) {
@@ -1590,11 +1601,11 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1590
1601
  if (f == null) {
1591
1602
  f = c.d.specificExternalType;
1592
1603
  }
1593
- let h = this.bt(f, c.g, a, b, false, c.c.g, c.d);
1604
+ let h = this.bu(f, c.g, a, b, false, c.c.g, c.d);
1594
1605
  this.adapter.addItemToCollection(e, c.d, d, c.e, h);
1595
1606
  }
1596
- bt(a, b, c, d, e, f, g) {
1597
- if (this.v(a)) {
1607
+ bu(a, b, c, d, e, f, g) {
1608
+ if (this.w(a)) {
1598
1609
  return b;
1599
1610
  }
1600
1611
  let h = null;
@@ -1605,17 +1616,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1605
1616
  if (!stringIsNullOrEmpty(j)) {
1606
1617
  if (this.shouldNamespaceSystemRefValues) {
1607
1618
  let k = "";
1608
- if (this.a6 != null && this.a6.count > 0) {
1609
- for (let l = 0; l < this.a6.count; l++) {
1610
- k = this.a6._inner[l](c);
1619
+ if (this.a7 != null && this.a7.count > 0) {
1620
+ for (let l = 0; l < this.a7.count; l++) {
1621
+ k = this.a7._inner[l](c);
1611
1622
  }
1612
1623
  }
1613
1624
  if (!stringIsNullOrEmpty(k)) {
1614
1625
  j = k + "/" + j;
1615
1626
  }
1616
1627
  }
1617
- if (this.a1.containsKey(j)) {
1618
- let m = this.a1.item(j);
1628
+ if (this.a2.containsKey(j)) {
1629
+ let m = this.a2.item(j);
1619
1630
  h = m;
1620
1631
  }
1621
1632
  }
@@ -1644,8 +1655,8 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1644
1655
  }
1645
1656
  }
1646
1657
  if (p != null) {
1647
- for (let r = 0; r < this.a5.count; r++) {
1648
- let s = this.a5._inner[r](c, o, p);
1658
+ for (let r = 0; r < this.a6.count; r++) {
1659
+ let s = this.a6._inner[r](c, o, p);
1649
1660
  if (s != null) {
1650
1661
  return s;
1651
1662
  }
@@ -1654,9 +1665,9 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1654
1665
  }
1655
1666
  }
1656
1667
  else {
1657
- d.k(c, n.g, h, n, runOn(this, this.cx), f);
1658
- let t = this.a8(n);
1659
- this.cv(c, d, t);
1668
+ d.k(c, n.g, h, n, runOn(this, this.cz), f);
1669
+ let t = this.a9(n);
1670
+ this.cx(c, d, t);
1660
1671
  if (e) {
1661
1672
  d.l(this, c, n.g, runOn(this, this.removeRefValueCore));
1662
1673
  }
@@ -1664,20 +1675,23 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1664
1675
  }
1665
1676
  let u = (a == "object" || a == "Object");
1666
1677
  if (!u && typeof b === 'string' && a.toLowerCase() != "string") {
1667
- return this.bi(a, b, g);
1678
+ return this.bj(a, b, g);
1668
1679
  }
1669
1680
  if (u) {
1670
1681
  return b;
1671
1682
  }
1672
1683
  return h;
1673
1684
  }
1674
- v(a) {
1685
+ w(a) {
1675
1686
  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";
1676
1687
  }
1677
- bi(a, b, c) {
1678
- return this.context.q(a, b, c);
1688
+ bj(a, b, c) {
1689
+ return this.context.q(a, b, c, this.n());
1690
+ }
1691
+ n() {
1692
+ return true;
1679
1693
  }
1680
- a8(a) {
1694
+ a9(a) {
1681
1695
  let b = a.f();
1682
1696
  let c = new List$1(DescriptionTreeAction.$, 0);
1683
1697
  for (let d = 0; d < b.count; d++) {
@@ -1697,17 +1711,17 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1697
1711
  }
1698
1712
  return c;
1699
1713
  }
1700
- z(a, b, c) {
1714
+ aa(a, b, c) {
1701
1715
  if (c.c == null) {
1702
- return this.p(a, b, c);
1716
+ return this.q(a, b, c);
1703
1717
  }
1704
1718
  else {
1705
- let d = this.by(a, b, c);
1706
- this.ci(a, b, c, d);
1719
+ let d = this.bz(a, b, c);
1720
+ this.cj(a, b, c, d);
1707
1721
  }
1708
1722
  return true;
1709
1723
  }
1710
- ci(a, b, c, d) {
1724
+ cj(a, b, c, d) {
1711
1725
  let e = c.i(ComponentRenderer.platform);
1712
1726
  this.adapter.clearCollection(d, e, c.d);
1713
1727
  if (c.h != null && typeCast(Array_$type, c.h) !== null) {
@@ -1719,37 +1733,37 @@ export let ComponentRenderer = /*@__PURE__*/ (() => {
1719
1733
  if (i >= 0) {
1720
1734
  let j = b.j(i);
1721
1735
  if (j != null) {
1722
- this.cl(a, j, b);
1736
+ this.cm(a, j, b);
1723
1737
  }
1724
1738
  }
1725
1739
  }
1726
1740
  }
1727
1741
  }
1728
1742
  }
1729
- di(a, b, c, d, e, f) {
1730
- if (this.a2.containsKey(b)) {
1731
- for (let g of fromEnum(this.a2.item(b))) {
1743
+ dk(a, b, c, d, e, f) {
1744
+ if (this.a3.containsKey(b)) {
1745
+ for (let g of fromEnum(this.a3.item(b))) {
1732
1746
  g(b, a, d);
1733
1747
  }
1734
1748
  }
1735
1749
  this.adapter.setPropertyValue(a, b, c, d, e, f);
1736
1750
  }
1737
- bw(a, b) {
1751
+ bx(a, b) {
1738
1752
  return this.adapter.getPropertyValue(a, b);
1739
1753
  }
1740
- p(a, b, c) {
1741
- return this.o(a, b);
1754
+ q(a, b, c) {
1755
+ return this.p(a, b);
1742
1756
  }
1743
- o(a, b) {
1757
+ p(a, b) {
1744
1758
  let c = this.adapter.getRootObject(a);
1745
1759
  if (c != null) {
1746
- this.cl(a, c, b);
1760
+ this.cm(a, c, b);
1747
1761
  }
1748
1762
  let d = false;
1749
1763
  this.adapter.clearContainer(a, this.context, (e) => {
1750
1764
  d = true;
1751
1765
  if (e) {
1752
- this.dd(a, b);
1766
+ this.df(a, b);
1753
1767
  }
1754
1768
  });
1755
1769
  return d;
@@ -1807,7 +1821,7 @@ export let ContainerState = /*@__PURE__*/ (() => {
1807
1821
  for (let f = 0; f < e.count; f++) {
1808
1822
  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))) {
1809
1823
  if (this.e.containsKey(e._inner[f])) {
1810
- a.cl(b, this.e.item(e._inner[f]), this);
1824
+ a.cm(b, this.e.item(e._inner[f]), this);
1811
1825
  }
1812
1826
  }
1813
1827
  }