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
@@ -44,22 +44,22 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
44
44
  _this._isProceedOnErrorEnabled = false;
45
45
  _this.i = null;
46
46
  _this.j = null;
47
- _this.av = new Dictionary$2(Base.$, Description.$, 0);
48
- _this.aw = new Dictionary$2(Base.$, Boolean_$type, 0);
47
+ _this.aw = new Dictionary$2(Base.$, Description.$, 0);
49
48
  _this.ax = new Dictionary$2(Base.$, Boolean_$type, 0);
50
- _this.au = new Dictionary$2(Base.$, Boolean_$type, 0);
51
- _this.as = new Dictionary$2(Base.$, DescriptionTreeNode.$, 0);
52
- _this.a0 = new Dictionary$2(Base.$, ContainerState.$, 0);
53
- _this.ay = new Dictionary$2(Base.$, Queue$1.$.specialize(Queue$1.$.specialize(DescriptionTreeAction.$)), 0);
54
- _this.at = new Dictionary$2(Base.$, List$1.$.specialize(Delegate_$type), 0);
55
- _this.ar = new Dictionary$2(Base.$, Boolean_$type, 0);
56
- _this.az = new Dictionary$2(String_$type, DescriptionRef.$, 0);
57
- _this.a1 = new Dictionary$2(String_$type, Base.$, 0);
58
- _this.a3 = new Dictionary$2(String_$type, Base.$, 0);
59
- _this.a7 = new List$1(Delegate_$type, 0);
60
- _this.a2 = new Dictionary$2(String_$type, List$1.$.specialize(Delegate_$type), 0);
61
- _this.a5 = new List$1(Delegate_$type, 0);
49
+ _this.ay = new Dictionary$2(Base.$, Boolean_$type, 0);
50
+ _this.av = new Dictionary$2(Base.$, Boolean_$type, 0);
51
+ _this.at = new Dictionary$2(Base.$, DescriptionTreeNode.$, 0);
52
+ _this.a1 = new Dictionary$2(Base.$, ContainerState.$, 0);
53
+ _this.az = new Dictionary$2(Base.$, Queue$1.$.specialize(Queue$1.$.specialize(DescriptionTreeAction.$)), 0);
54
+ _this.au = new Dictionary$2(Base.$, List$1.$.specialize(Delegate_$type), 0);
55
+ _this.as = new Dictionary$2(Base.$, Boolean_$type, 0);
56
+ _this.a0 = new Dictionary$2(String_$type, DescriptionRef.$, 0);
57
+ _this.a2 = new Dictionary$2(String_$type, Base.$, 0);
58
+ _this.a4 = new Dictionary$2(String_$type, Base.$, 0);
59
+ _this.a8 = new List$1(Delegate_$type, 0);
60
+ _this.a3 = new Dictionary$2(String_$type, List$1.$.specialize(Delegate_$type), 0);
62
61
  _this.a6 = new List$1(Delegate_$type, 0);
62
+ _this.a7 = new List$1(Delegate_$type, 0);
63
63
  _this._shouldNamespaceSystemRefValues = false;
64
64
  var a = _this.h();
65
65
  _this.adapter = a;
@@ -129,7 +129,7 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
129
129
  b.i();
130
130
  var d = true;
131
131
  try {
132
- for (var _c = __values(fromEnum(this.as.keys)), _d = _c.next(); !_d.done; _d = _c.next()) {
132
+ for (var _c = __values(fromEnum(this.at.keys)), _d = _c.next(); !_d.done; _d = _c.next()) {
133
133
  var e = _d.value;
134
134
  if (d) {
135
135
  d = false;
@@ -138,7 +138,7 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
138
138
  b.f(",");
139
139
  }
140
140
  var f = e;
141
- var g = this.as.item(e);
141
+ var g = this.at.item(e);
142
142
  var h = "root";
143
143
  h = a(f);
144
144
  if (stringIsNullOrEmpty(h)) {
@@ -165,18 +165,18 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
165
165
  b.f("");
166
166
  b.h();
167
167
  b.e("}");
168
- if (this.a3.count > 0) {
168
+ if (this.a4.count > 0) {
169
169
  b.e(",");
170
170
  }
171
171
  b.f("");
172
- if (this.a3.count > 0) {
172
+ if (this.a4.count > 0) {
173
173
  d = true;
174
174
  b.f("refs: {");
175
175
  b.i();
176
176
  try {
177
- for (var _e = __values(fromEnum(this.a3.keys)), _f = _e.next(); !_f.done; _f = _e.next()) {
177
+ for (var _e = __values(fromEnum(this.a4.keys)), _f = _e.next(); !_f.done; _f = _e.next()) {
178
178
  var i = _f.value;
179
- if (!this.n(i, this.a3.item(i))) {
179
+ if (!this.o(i, this.a4.item(i))) {
180
180
  continue;
181
181
  }
182
182
  if (d) {
@@ -185,7 +185,7 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
185
185
  else {
186
186
  b.f(",");
187
187
  }
188
- this.df(b, i, this.a3.item(i));
188
+ this.dh(b, i, this.a4.item(i));
189
189
  }
190
190
  }
191
191
  catch (e_2_1) {
@@ -209,12 +209,12 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
209
209
  b.f("}");
210
210
  return b.toString();
211
211
  };
212
- ComponentRenderer.prototype.df = function (a, b, c) {
212
+ ComponentRenderer.prototype.dh = function (a, b, c) {
213
213
  a.e("\"" + b + "\": ");
214
- this.dg(a, c);
214
+ this.di(a, c);
215
215
  };
216
- ComponentRenderer.prototype.dg = function (a, b) {
217
- if (this.w(b)) {
216
+ ComponentRenderer.prototype.di = function (a, b) {
217
+ if (this.x(b)) {
218
218
  if (typeof b === 'string') {
219
219
  a.e(b == null ? "null" : "\"" + b.toString() + "\"");
220
220
  }
@@ -255,7 +255,7 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
255
255
  a.e("null");
256
256
  return;
257
257
  }
258
- if (this.t(b)) {
258
+ if (this.u(b)) {
259
259
  a.f("[");
260
260
  a.i();
261
261
  var c = new DataSourceLocalDataProvider();
@@ -264,7 +264,7 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
264
264
  if (d > 0) {
265
265
  a.f(",");
266
266
  }
267
- this.de(a, c, d);
267
+ this.dg(a, c, d);
268
268
  }
269
269
  a.f("");
270
270
  a.h();
@@ -274,11 +274,11 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
274
274
  var e = [b];
275
275
  var f = new DataSourceLocalDataProvider();
276
276
  f.dataSource = e;
277
- this.de(a, f, 0);
277
+ this.dg(a, f, 0);
278
278
  }
279
279
  }
280
280
  };
281
- ComponentRenderer.prototype.w = function (a) {
281
+ ComponentRenderer.prototype.x = function (a) {
282
282
  if (typeof a === 'string') {
283
283
  return true;
284
284
  }
@@ -293,7 +293,7 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
293
293
  }
294
294
  return false;
295
295
  };
296
- ComponentRenderer.prototype.t = function (a) {
296
+ ComponentRenderer.prototype.u = function (a) {
297
297
  if (typeCast(Array_$type, a) !== null) {
298
298
  return true;
299
299
  }
@@ -302,7 +302,7 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
302
302
  }
303
303
  return false;
304
304
  };
305
- ComponentRenderer.prototype.de = function (a, b, c) {
305
+ ComponentRenderer.prototype.dg = function (a, b, c) {
306
306
  a.f("{");
307
307
  a.i();
308
308
  var d = b.actualSchema;
@@ -338,14 +338,14 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
338
338
  a.e("\"" + (v_.toJSON()) + "\"");
339
339
  break;
340
340
  case 11:
341
- this.dg(a, g);
341
+ this.di(a, g);
342
342
  break;
343
343
  }
344
344
  }
345
345
  a.h();
346
346
  a.f("}");
347
347
  };
348
- ComponentRenderer.prototype.n = function (a, b) {
348
+ ComponentRenderer.prototype.o = function (a, b) {
349
349
  if (b == null) {
350
350
  return true;
351
351
  }
@@ -365,133 +365,144 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
365
365
  return null;
366
366
  }
367
367
  var h = DescriptionTreeBuilder.createTree(this.context, g.result);
368
- var i = this.a0.item(b);
368
+ var i = this.a1.item(b);
369
369
  if (h.c("Type")) {
370
370
  var j = h.a("Type").b;
371
- return this.bt(j, h, b, i, true, -1, null);
371
+ return this.bu(j, h, b, i, true, -1, null);
372
372
  }
373
373
  else {
374
- return this.bs(typeCast(JsonDictionaryObject.$, d));
374
+ return this.bt(typeCast(JsonDictionaryObject.$, d));
375
375
  }
376
376
  };
377
377
  ComponentRenderer.prototype.loadJson = function (a, b) {
378
- this.cr(a, b, null, false, false, false);
378
+ this.cs(a, b, null, false, false, false);
379
379
  };
380
380
  ComponentRenderer.prototype.loadJsonOverlay = function (a, b, c) {
381
- this.cr(a, b, c, true, false, true);
381
+ this.cs(a, b, c, true, false, true);
382
382
  };
383
383
  ComponentRenderer.prototype.loadJsonDelta = function (a, b, c) {
384
- this.cr(a, b, null, true, c, false);
384
+ this.cs(a, b, null, true, c, false);
385
385
  };
386
- ComponentRenderer.prototype.ao = function () {
386
+ ComponentRenderer.prototype.ap = function () {
387
387
  return false;
388
388
  };
389
- ComponentRenderer.prototype.cr = function (a, b, c, d, e, f) {
389
+ ComponentRenderer.prototype.cu = function (a) {
390
+ };
391
+ ComponentRenderer.prototype.cs = function (a, b, c, d, e, f) {
390
392
  var g = new JsonDictionaryParser();
391
393
  var h = g.parse(a);
392
394
  var i = new DescriptionSerializer();
393
395
  i.h = this.isProceedOnErrorEnabled;
394
- i.g = this.ao();
396
+ i.g = this.ap();
395
397
  var j = null;
396
398
  if (typeCast(JsonDictionaryObject.$, h) !== null) {
397
399
  var k = h;
400
+ if (k.g("skipAlterDataCasing")) {
401
+ var l = k.item("skipAlterDataCasing");
402
+ if (l.value) {
403
+ this.cu(true);
404
+ }
405
+ }
406
+ else {
407
+ this.cu(false);
408
+ }
398
409
  if (k.g("descriptions")) {
399
- var l = k.item("descriptions");
400
- if (typeCast(JsonDictionaryObject.$, l) !== null) {
401
- var m = l;
402
- var n = m.e();
403
- for (var o = 0; o < n.length; o++) {
404
- var p = n[o];
405
- var q = m.item(p);
406
- var r = b(p);
407
- if (r == null) {
410
+ var m = k.item("descriptions");
411
+ if (typeCast(JsonDictionaryObject.$, m) !== null) {
412
+ var n = m;
413
+ var o = n.e();
414
+ for (var p = 0; p < o.length; p++) {
415
+ var q = o[p];
416
+ var r = n.item(q);
417
+ var s = b(q);
418
+ if (s == null) {
408
419
  continue;
409
420
  }
410
- j = r;
411
- var s = false;
412
- var t = this.a9();
413
- if (t != null) {
414
- s = true;
421
+ j = s;
422
+ var t = false;
423
+ var u = this.ba();
424
+ if (u != null) {
425
+ t = true;
415
426
  }
416
- var u = null;
427
+ var v = null;
417
428
  if (this.isProceedOnErrorEnabled) {
418
429
  try {
419
- u = i.d(this.context, q, s, t, false);
430
+ v = i.d(this.context, r, t, u, false);
420
431
  }
421
- catch (v) {
432
+ catch (w) {
422
433
  return;
423
434
  }
424
435
  }
425
436
  else {
426
- u = i.d(this.context, q, s, t, false);
437
+ v = i.d(this.context, r, t, u, false);
427
438
  }
428
- if (u.result == null) {
439
+ if (v.result == null) {
429
440
  continue;
430
441
  }
431
442
  if (f) {
432
- if (!this.a4.containsKey(r)) {
433
- var w = null;
443
+ if (!this.a5.containsKey(s)) {
444
+ var x = null;
434
445
  if (this.isProceedOnErrorEnabled) {
435
446
  try {
436
- w = i.d(this.context, q, s, t, true);
447
+ x = i.d(this.context, r, t, u, true);
437
448
  }
438
- catch (x) {
449
+ catch (y) {
439
450
  return;
440
451
  }
441
452
  }
442
453
  else {
443
- w = i.d(this.context, q, s, t, true);
454
+ x = i.d(this.context, r, t, u, true);
444
455
  }
445
- this.db(w.result, r, d, true, false);
446
- var y = c(p);
447
- var z = this.a4.item(r);
448
- this.cn(this.as.item(r), y, z, r);
456
+ this.dd(x.result, s, d, true, false);
457
+ var z = c(q);
458
+ var aa = this.a5.item(s);
459
+ this.co(this.at.item(s), z, aa, s);
449
460
  }
450
461
  }
451
- this.db(u.result, r, d, e, false);
462
+ this.dd(v.result, s, d, e, false);
452
463
  }
453
464
  }
454
465
  }
455
466
  if (k.g("refs") && j != null) {
456
- var aa = k.item("refs");
457
- var ab = this.ae(aa);
458
- if (!ab && typeCast(JsonDictionaryObject.$, aa) !== null) {
459
- var ac = aa;
460
- var ad = ac.e();
461
- for (var ae = 0; ae < ad.length; ae++) {
462
- var af = ad[ae];
463
- var ag = ac.item(af);
464
- if (typeCast(JsonDictionaryValue.$, ag) !== null) {
465
- var ah = ag;
466
- this.provideRefValue(j, af, ah.value);
467
+ var ab = k.item("refs");
468
+ var ac = this.af(ab);
469
+ if (!ac && typeCast(JsonDictionaryObject.$, ab) !== null) {
470
+ var ad = ab;
471
+ var ae = ad.e();
472
+ for (var af = 0; af < ae.length; af++) {
473
+ var ag = ae[af];
474
+ var ah = ad.item(ag);
475
+ if (typeCast(JsonDictionaryValue.$, ah) !== null) {
476
+ var ai = ah;
477
+ this.provideRefValue(j, ag, ai.value);
467
478
  }
468
- else if (typeCast(JsonDictionaryArray.$, ag) !== null) {
469
- var ai = ag;
470
- var aj = this.a(ai);
471
- this.provideRefValue(j, af, aj);
479
+ else if (typeCast(JsonDictionaryArray.$, ah) !== null) {
480
+ var aj = ah;
481
+ var ak = this.a(aj);
482
+ this.provideRefValue(j, ag, ak);
472
483
  }
473
484
  else {
474
- var ak = this.bs(ag);
475
- this.provideRefValue(j, af, ak);
485
+ var al = this.bt(ah);
486
+ this.provideRefValue(j, ag, al);
476
487
  }
477
488
  }
478
489
  }
479
490
  }
480
491
  if (k.g("modules") && j != null) {
481
- var al = k.item("modules");
482
- this.ab(al);
492
+ var am = k.item("modules");
493
+ this.ac(am);
483
494
  }
484
495
  if (k.g("strings") && j != null) {
485
- var am = k.item("strings");
486
- this.ai(am);
496
+ var an = k.item("strings");
497
+ this.aj(an);
487
498
  }
488
499
  if (k.g("onInit") && j != null) {
489
- var an = k.item("onInit");
490
- this.ac(an);
500
+ var ao = k.item("onInit");
501
+ this.ad(ao);
491
502
  }
492
503
  if (k.g("onViewInit") && j != null) {
493
- var ao = k.item("onViewInit");
494
- this.ad(ao);
504
+ var ap = k.item("onViewInit");
505
+ this.ae(ap);
495
506
  }
496
507
  }
497
508
  };
@@ -509,29 +520,29 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
509
520
  this.provideRefValue(a, d, i);
510
521
  }
511
522
  else {
512
- var j = this.bs(f);
523
+ var j = this.bt(f);
513
524
  this.provideRefValue(a, d, j);
514
525
  }
515
526
  };
516
- ComponentRenderer.prototype.a9 = function () {
527
+ ComponentRenderer.prototype.ba = function () {
517
528
  return null;
518
529
  };
519
- ComponentRenderer.prototype.ae = function (a) {
530
+ ComponentRenderer.prototype.af = function (a) {
520
531
  return false;
521
532
  };
522
- ComponentRenderer.prototype.ab = function (a) {
533
+ ComponentRenderer.prototype.ac = function (a) {
523
534
  return false;
524
535
  };
525
- ComponentRenderer.prototype.ai = function (a) {
536
+ ComponentRenderer.prototype.aj = function (a) {
526
537
  return false;
527
538
  };
528
- ComponentRenderer.prototype.ac = function (a) {
539
+ ComponentRenderer.prototype.ad = function (a) {
529
540
  return false;
530
541
  };
531
- ComponentRenderer.prototype.ad = function (a) {
542
+ ComponentRenderer.prototype.ae = function (a) {
532
543
  return false;
533
544
  };
534
- ComponentRenderer.prototype.b6 = function (a, b, c) {
545
+ ComponentRenderer.prototype.b7 = function (a, b, c) {
535
546
  var d = a;
536
547
  if (c != null) {
537
548
  d = c.j(b);
@@ -546,15 +557,15 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
546
557
  }
547
558
  return d;
548
559
  };
549
- ComponentRenderer.prototype.cn = function (a, b, c, d) {
560
+ ComponentRenderer.prototype.co = function (a, b, c, d) {
550
561
  var e_3, _a;
551
562
  if (!c.b(b)) {
552
- c.k(d, this.as.item(d).g, b, this.as.item(d), runOn(this, this.cx), -1);
563
+ c.k(d, this.at.item(d).g, b, this.at.item(d), runOn(this, this.cz), -1);
553
564
  }
554
565
  try {
555
566
  for (var _b = __values(fromEnum(a.f())), _c = _b.next(); !_c.done; _c = _b.next()) {
556
567
  var e = _c.value;
557
- this.co(this.b6(e.c, ComponentRenderer.platform, e.a), e.b, b, c, d, a.g);
568
+ this.cp(this.b7(e.c, ComponentRenderer.platform, e.a), e.b, b, c, d, a.g);
558
569
  }
559
570
  }
560
571
  catch (e_3_1) {
@@ -571,19 +582,19 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
571
582
  }
572
583
  }
573
584
  };
574
- ComponentRenderer.prototype.co = function (a, b, c, d, e, f) {
585
+ ComponentRenderer.prototype.cp = function (a, b, c, d, e, f) {
575
586
  var e_4, _a;
576
587
  var _this = this;
577
588
  if (typeCast(DescriptionTreeNode.$, b) !== null) {
578
589
  var g = b;
579
590
  var h = this.adapter.getPropertyValue(c, a);
580
591
  if (!d.b(h) && !d.a(g.g)) {
581
- d.k(e, g.g, h, g, runOn(this, this.cx), f);
592
+ d.k(e, g.g, h, g, runOn(this, this.cz), f);
582
593
  }
583
594
  try {
584
595
  for (var _b = __values(fromEnum(g.f())), _c = _b.next(); !_c.done; _c = _b.next()) {
585
596
  var i = _c.value;
586
- this.co(a + "." + this.b6(i.c, ComponentRenderer.platform, i.a), i.b, c, d, e, g.g);
597
+ this.cp(a + "." + this.b7(i.c, ComponentRenderer.platform, i.a), i.b, c, d, e, g.g);
587
598
  }
588
599
  }
589
600
  catch (e_4_1) {
@@ -620,12 +631,12 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
620
631
  if (j_1.containsKey(k_1)) {
621
632
  var s = j_1.item(k_1);
622
633
  if (!d.b(r) && !d.a(s.g)) {
623
- d.k(e, s.g, r, s, runOn(_this, _this.cx), f);
634
+ d.k(e, s.g, r, s, runOn(_this, _this.cz), f);
624
635
  }
625
636
  try {
626
637
  for (var _b = __values(fromEnum(s.f())), _c = _b.next(); !_c.done; _c = _b.next()) {
627
638
  var t = _c.value;
628
- _this.co(a + "." + t.c, t.b, c, d, e, s.g);
639
+ _this.cp(a + "." + t.c, t.b, c, d, e, s.g);
629
640
  }
630
641
  }
631
642
  catch (e_5_1) {
@@ -645,18 +656,18 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
645
656
  k_1++;
646
657
  });
647
658
  if (l > 0 && k_1 == 0) {
648
- var r_1 = this.ca(a);
659
+ var r_1 = this.cb(a);
649
660
  this.adapter.forPropertyValueItem(c, r_1, function (s) {
650
661
  var e_6, _a;
651
662
  if (j_1.containsKey(k_1)) {
652
663
  var t = j_1.item(k_1);
653
664
  if (!d.b(s) && !d.a(t.g)) {
654
- d.k(e, t.g, s, t, runOn(_this, _this.cx), f);
665
+ d.k(e, t.g, s, t, runOn(_this, _this.cz), f);
655
666
  }
656
667
  try {
657
668
  for (var _b = __values(fromEnum(t.f())), _c = _b.next(); !_c.done; _c = _b.next()) {
658
669
  var u = _c.value;
659
- _this.co(r_1 + "." + u.c, u.b, c, d, e, t.g);
670
+ _this.cp(r_1 + "." + u.c, u.b, c, d, e, t.g);
660
671
  }
661
672
  }
662
673
  catch (e_6_1) {
@@ -678,7 +689,7 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
678
689
  }
679
690
  }
680
691
  };
681
- ComponentRenderer.prototype.ca = function (a) {
692
+ ComponentRenderer.prototype.cb = function (a) {
682
693
  var b = a.lastIndexOf('.');
683
694
  var c = null;
684
695
  var d = a;
@@ -686,24 +697,24 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
686
697
  c = a.substr(0, b);
687
698
  d = a.substr(b + 1);
688
699
  }
689
- d = "actual" + this.b8(d);
700
+ d = "actual" + this.b9(d);
690
701
  if (c != null) {
691
702
  return c + "." + d;
692
703
  }
693
704
  return d;
694
705
  };
695
- ComponentRenderer.prototype.b8 = function (a) {
706
+ ComponentRenderer.prototype.b9 = function (a) {
696
707
  return a.substr(0, 1).toUpperCase() + a.substr(1);
697
708
  };
698
709
  ComponentRenderer.prototype.a = function (a) {
699
710
  var b = new Array(a.items.length);
700
711
  for (var c = 0; c < a.items.length; c++) {
701
- var d = this.bs(a.items[c]);
712
+ var d = this.bt(a.items[c]);
702
713
  b[c] = d;
703
714
  }
704
715
  return b;
705
716
  };
706
- ComponentRenderer.prototype.bs = function (a) {
717
+ ComponentRenderer.prototype.bt = function (a) {
707
718
  if (a == null) {
708
719
  return null;
709
720
  }
@@ -713,7 +724,7 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
713
724
  for (var d = 0; d < c.length; d++) {
714
725
  var key_ = c[d];
715
726
  if (typeCast(JsonDictionaryObject.$, a.item(key_)) !== null) {
716
- var val_ = this.bs(a.item(key_));
727
+ var val_ = this.bt(a.item(key_));
717
728
  dict_[key_] = val_;
718
729
  }
719
730
  else if (typeCast(JsonDictionaryArray.$, a.item(key_)) !== null) {
@@ -727,46 +738,46 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
727
738
  }
728
739
  return dict_;
729
740
  };
730
- Object.defineProperty(ComponentRenderer.prototype, "a4", {
741
+ Object.defineProperty(ComponentRenderer.prototype, "a5", {
731
742
  get: function () {
732
- return this.a0;
743
+ return this.a1;
733
744
  },
734
745
  enumerable: false,
735
746
  configurable: true
736
747
  });
737
748
  ComponentRenderer.prototype.cleanup = function (a, b) {
738
- this.db(null, a, false, false, b);
749
+ this.dd(null, a, false, false, b);
739
750
  };
740
751
  ComponentRenderer.prototype.render = function (a, b) {
741
- this.db(a, b, false, false, false);
752
+ this.dd(a, b, false, false, false);
742
753
  };
743
- ComponentRenderer.prototype.db = function (a, b, c, d, e) {
754
+ ComponentRenderer.prototype.dd = function (a, b, c, d, e) {
744
755
  var _this = this;
745
- if (!this.a0.containsKey(b)) {
746
- this.a0.item(b, new ContainerState());
747
- this.a0.item(b).i = b;
756
+ if (!this.a1.containsKey(b)) {
757
+ this.a1.item(b, new ContainerState());
758
+ this.a1.item(b).i = b;
748
759
  }
749
- this.av.item(b, a);
750
- this.aw.item(b, c);
751
- this.ax.item(b, d);
752
- this.au.item(b, e);
753
- this.ct(b, function () { return _this.c9(b); });
760
+ this.aw.item(b, a);
761
+ this.ax.item(b, c);
762
+ this.ay.item(b, d);
763
+ this.av.item(b, e);
764
+ this.cv(b, function () { return _this.db(b); });
754
765
  };
755
- ComponentRenderer.prototype.ct = function (a, b) {
766
+ ComponentRenderer.prototype.cv = function (a, b) {
756
767
  this.adapter.onUIThread(a, b);
757
768
  };
758
- ComponentRenderer.prototype.c9 = function (a) {
769
+ ComponentRenderer.prototype.db = function (a) {
759
770
  var e_7, _a, e_8, _b, e_9, _c, e_10, _d;
760
771
  var _this = this;
761
- if (this.av.containsKey(a)) {
762
- var b = this.aw.containsKey(a) ? this.aw.item(a) : false;
763
- var c = this.ax.containsKey(a) ? this.ax.item(a) : false;
764
- var d = this.av.item(a);
765
- this.av.removeItem(a);
772
+ if (this.aw.containsKey(a)) {
773
+ var b = this.ax.containsKey(a) ? this.ax.item(a) : false;
774
+ var c = this.ay.containsKey(a) ? this.ay.item(a) : false;
775
+ var d = this.aw.item(a);
776
+ this.aw.removeItem(a);
766
777
  var e = DescriptionTreeBuilder.createTree(this.context, d);
767
778
  var f = null;
768
- if (this.as.containsKey(a)) {
769
- f = this.as.item(a);
779
+ if (this.at.containsKey(a)) {
780
+ f = this.at.item(a);
770
781
  }
771
782
  var g = DescriptionTreeReconciler.c(f, e, b);
772
783
  if (!c && b) {
@@ -779,21 +790,21 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
779
790
  }
780
791
  if (c) {
781
792
  var i = DescriptionTreeReconciler.a(f, g);
782
- if (!this.a0.containsKey(a)) {
783
- this.a0.addItem(a, ((function () {
793
+ if (!this.a1.containsKey(a)) {
794
+ this.a1.addItem(a, ((function () {
784
795
  var $ret = new ContainerState();
785
796
  $ret.i = a;
786
797
  return $ret;
787
798
  })()));
788
799
  }
789
- var j_2 = this.a0.item(a);
800
+ var j_2 = this.a1.item(a);
790
801
  if (i.a.count > 0) {
791
802
  try {
792
803
  for (var _e = __values(fromEnum(i.a)), _f = _e.next(); !_f.done; _f = _e.next()) {
793
804
  var k = _f.value;
794
805
  if (j_2.a(k)) {
795
806
  var l = j_2.j(k);
796
- this.cl(a, l, j_2);
807
+ this.cm(a, l, j_2);
797
808
  }
798
809
  }
799
810
  }
@@ -815,14 +826,14 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
815
826
  try {
816
827
  for (var _g = __values(fromEnum(i.c)), _h = _g.next(); !_h.done; _h = _g.next()) {
817
828
  var m = _h.value;
818
- var n = this.by(a, j_2, m);
829
+ var n = this.bz(a, j_2, m);
819
830
  var o = this.adapter.getPropertyValue(n, m.j);
820
831
  if (o != null) {
821
832
  if (!j_2.b(o)) {
822
833
  var p = m.g;
823
834
  if (typeCast(DescriptionTreeNode.$, p) !== null) {
824
835
  var q = p.g;
825
- j_2.k(a, q, o, p, runOn(this, this.cx), m.c.g);
836
+ j_2.k(a, q, o, p, runOn(this, this.cz), m.c.g);
826
837
  }
827
838
  }
828
839
  }
@@ -852,7 +863,7 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
852
863
  var t = r.g;
853
864
  if (typeCast(DescriptionTreeNode.$, t) !== null) {
854
865
  var u = t.g;
855
- this.as.item(a, t);
866
+ this.at.item(a, t);
856
867
  }
857
868
  }
858
869
  }
@@ -891,7 +902,7 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
891
902
  if (x.count == 0) {
892
903
  return "continue";
893
904
  }
894
- var ab = this_1.by(a, j_2, v);
905
+ var ab = this_1.bz(a, j_2, v);
895
906
  var ac = this_1.adapter.getPropertyValue(ab, v.j);
896
907
  if (ac != null) {
897
908
  var ad_1 = 0;
@@ -901,7 +912,7 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
901
912
  var af = x.item(_this.adapter.getPropertyValue(ae, "Name").toString());
902
913
  if (typeCast(DescriptionTreeNode.$, af) !== null) {
903
914
  var ag = af.g;
904
- j_2.k(a, ag, ae, af, runOn(_this, _this.cx), v.c.g);
915
+ j_2.k(a, ag, ae, af, runOn(_this, _this.cz), v.c.g);
905
916
  }
906
917
  }
907
918
  }
@@ -932,55 +943,55 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
932
943
  }
933
944
  }
934
945
  else {
935
- this.as.item(a, e);
946
+ this.at.item(a, e);
936
947
  }
937
948
  if (!c) {
938
- this.da(a, g);
949
+ this.dc(a, g);
939
950
  }
940
- if (this.au.item(a)) {
941
- this.c7(a);
942
- if (this.a0.containsKey(a)) {
943
- this.a0.removeItem(a);
951
+ if (this.av.item(a)) {
952
+ this.c9(a);
953
+ if (this.a1.containsKey(a)) {
954
+ this.a1.removeItem(a);
944
955
  }
945
956
  }
946
957
  }
947
958
  };
948
959
  ComponentRenderer.prototype.provideRefValue = function (a, b, c) {
949
960
  var _this = this;
950
- this.ct(a, function () {
951
- if (!_this.a0.containsKey(a)) {
952
- _this.a0.addItem(a, ((function () {
961
+ this.cv(a, function () {
962
+ if (!_this.a1.containsKey(a)) {
963
+ _this.a1.addItem(a, ((function () {
953
964
  var $ret = new ContainerState();
954
965
  $ret.i = a;
955
966
  return $ret;
956
967
  })()));
957
968
  }
958
- var d = _this.a0.item(a);
959
- _this.cx(a, b, c, true);
969
+ var d = _this.a1.item(a);
970
+ _this.cz(a, b, c, true);
960
971
  });
961
972
  };
962
973
  ComponentRenderer.prototype.removeRefValue = function (a, b) {
963
974
  var _this = this;
964
- this.ct(a, function () {
965
- if (!_this.a0.containsKey(a)) {
966
- _this.a0.addItem(a, ((function () {
975
+ this.cv(a, function () {
976
+ if (!_this.a1.containsKey(a)) {
977
+ _this.a1.addItem(a, ((function () {
967
978
  var $ret = new ContainerState();
968
979
  $ret.i = a;
969
980
  return $ret;
970
981
  })()));
971
982
  }
972
- var c = _this.a0.item(a);
983
+ var c = _this.a1.item(a);
973
984
  _this.removeRefValueCore(a, b, true);
974
985
  });
975
986
  };
976
- ComponentRenderer.prototype.c7 = function (a) {
987
+ ComponentRenderer.prototype.c9 = function (a) {
977
988
  var e_11, _a;
978
- var b = this.a0.item(a);
989
+ var b = this.a1.item(a);
979
990
  var c = new List$1(String_$type, 0);
980
991
  try {
981
- for (var _b = __values(fromEnum(this.az.keys)), _c = _b.next(); !_c.done; _c = _b.next()) {
992
+ for (var _b = __values(fromEnum(this.a0.keys)), _c = _b.next(); !_c.done; _c = _b.next()) {
982
993
  var d = _c.value;
983
- if (this.az.item(d).c == 0) {
994
+ if (this.a0.item(d).c == 0) {
984
995
  c.add(d);
985
996
  }
986
997
  }
@@ -1001,159 +1012,159 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1001
1012
  for (var e = 0; e < c.count; e++) {
1002
1013
  var f = this.shouldNamespaceSystemRefValues;
1003
1014
  this.shouldNamespaceSystemRefValues = false;
1004
- this.removeRefValueCore(a, c._inner[e], this.a3.containsKey(c._inner[e]));
1015
+ this.removeRefValueCore(a, c._inner[e], this.a4.containsKey(c._inner[e]));
1005
1016
  this.shouldNamespaceSystemRefValues = f;
1006
1017
  }
1007
1018
  };
1008
1019
  ComponentRenderer.prototype.clearRefValues = function (a) {
1009
1020
  var _this = this;
1010
- this.ct(a, function () {
1011
- if (!_this.a0.containsKey(a)) {
1012
- _this.a0.addItem(a, ((function () {
1021
+ this.cv(a, function () {
1022
+ if (!_this.a1.containsKey(a)) {
1023
+ _this.a1.addItem(a, ((function () {
1013
1024
  var $ret = new ContainerState();
1014
1025
  $ret.i = a;
1015
1026
  return $ret;
1016
1027
  })()));
1017
1028
  }
1018
- var b = _this.a0.item(a);
1029
+ var b = _this.a1.item(a);
1019
1030
  _this.clearUserRefValues();
1020
1031
  });
1021
1032
  };
1022
- ComponentRenderer.prototype.u = function (a) {
1023
- if (this.ar.containsKey(a) && this.ar.item(a)) {
1033
+ ComponentRenderer.prototype.v = function (a) {
1034
+ if (this.as.containsKey(a) && this.as.item(a)) {
1024
1035
  return false;
1025
1036
  }
1026
- if (this.ay.containsKey(a) && this.ay.item(a).count > 0) {
1037
+ if (this.az.containsKey(a) && this.az.item(a).count > 0) {
1027
1038
  return false;
1028
1039
  }
1029
1040
  return true;
1030
1041
  };
1031
1042
  ComponentRenderer.prototype.queueForIdle = function (a, b) {
1032
1043
  var _this = this;
1033
- this.ct(a, function () {
1034
- if (_this.u(a)) {
1044
+ this.cv(a, function () {
1045
+ if (_this.v(a)) {
1035
1046
  b();
1036
1047
  }
1037
1048
  else {
1038
- if (!_this.at.containsKey(a)) {
1039
- _this.at.item(a, new List$1(Delegate_$type, 0));
1049
+ if (!_this.au.containsKey(a)) {
1050
+ _this.au.item(a, new List$1(Delegate_$type, 0));
1040
1051
  }
1041
- _this.at.item(a).add(b);
1052
+ _this.au.item(a).add(b);
1042
1053
  }
1043
1054
  });
1044
1055
  };
1045
1056
  ComponentRenderer.prototype.tryFlushIdleActions = function (a) {
1046
- if (this.u(a)) {
1047
- if (this.at.containsKey(a)) {
1048
- var b = new List$1(Delegate_$type, 1, this.at.item(a));
1049
- this.at.item(a).clear();
1057
+ if (this.v(a)) {
1058
+ if (this.au.containsKey(a)) {
1059
+ var b = new List$1(Delegate_$type, 1, this.au.item(a));
1060
+ this.au.item(a).clear();
1050
1061
  for (var c = 0; c < b.count; c++) {
1051
1062
  b._inner[c]();
1052
1063
  }
1053
1064
  }
1054
1065
  }
1055
1066
  };
1056
- ComponentRenderer.prototype.da = function (a, b) {
1057
- var c = this.a0.item(a);
1058
- this.cu(a, c, b);
1067
+ ComponentRenderer.prototype.dc = function (a, b) {
1068
+ var c = this.a1.item(a);
1069
+ this.cw(a, c, b);
1059
1070
  };
1060
- ComponentRenderer.prototype.dd = function (a, b) {
1071
+ ComponentRenderer.prototype.df = function (a, b) {
1061
1072
  if (this.isProceedOnErrorEnabled) {
1062
1073
  try {
1063
- this.cm(a, b, true);
1074
+ this.cn(a, b, true);
1064
1075
  }
1065
1076
  catch (c) {
1066
- this.ar.item(a, false);
1077
+ this.as.item(a, false);
1067
1078
  }
1068
1079
  }
1069
1080
  else {
1070
- this.cm(a, b, true);
1081
+ this.cn(a, b, true);
1071
1082
  }
1072
1083
  };
1073
- ComponentRenderer.prototype.dj = function (a, b) {
1084
+ ComponentRenderer.prototype.dl = function (a, b) {
1074
1085
  if (this.isProceedOnErrorEnabled) {
1075
1086
  try {
1076
- this.cm(a, b, false);
1087
+ this.cn(a, b, false);
1077
1088
  }
1078
1089
  catch (c) {
1079
- this.ar.item(a, false);
1090
+ this.as.item(a, false);
1080
1091
  }
1081
1092
  }
1082
1093
  else {
1083
- this.cm(a, b, false);
1094
+ this.cn(a, b, false);
1084
1095
  }
1085
1096
  };
1086
- ComponentRenderer.prototype.cm = function (a, b, c) {
1097
+ ComponentRenderer.prototype.cn = function (a, b, c) {
1087
1098
  if (!c) {
1088
- if (this.ar.containsKey(a) && this.ar.item(a)) {
1099
+ if (this.as.containsKey(a) && this.as.item(a)) {
1089
1100
  return;
1090
1101
  }
1091
1102
  }
1092
- this.ar.item(a, true);
1103
+ this.as.item(a, true);
1093
1104
  var d = true;
1094
- while (d && this.ay.item(a).count > 0) {
1095
- while (this.ay.item(a).count > 0 && this.ay.item(a).c().count < 1) {
1096
- this.ay.item(a).b();
1105
+ while (d && this.az.item(a).count > 0) {
1106
+ while (this.az.item(a).count > 0 && this.az.item(a).c().count < 1) {
1107
+ this.az.item(a).b();
1097
1108
  }
1098
- if (this.ay.item(a).count < 1) {
1109
+ if (this.az.item(a).count < 1) {
1099
1110
  break;
1100
1111
  }
1101
- var e = this.ay.item(a).c();
1112
+ var e = this.az.item(a).c();
1102
1113
  while (e.count > 0) {
1103
1114
  var f = e.b();
1104
- d = this.y(a, b, f);
1115
+ d = this.z(a, b, f);
1105
1116
  if (!d) {
1106
1117
  break;
1107
1118
  }
1108
1119
  }
1109
1120
  }
1110
1121
  if (d) {
1111
- this.ar.item(a, false);
1122
+ this.as.item(a, false);
1112
1123
  }
1113
- if (this.u(a)) {
1124
+ if (this.v(a)) {
1114
1125
  this.tryFlushIdleActions(a);
1115
1126
  }
1116
1127
  };
1117
- ComponentRenderer.prototype.cu = function (a, b, c) {
1128
+ ComponentRenderer.prototype.cw = function (a, b, c) {
1118
1129
  var d = new Queue$1(DescriptionTreeAction.$);
1119
1130
  for (var e = 0; e < c.count; e++) {
1120
1131
  d.g(c._inner[e]);
1121
1132
  }
1122
- if (!this.ay.containsKey(a)) {
1123
- this.ay.addItem(a, new Queue$1(Queue$1.$.specialize(DescriptionTreeAction.$)));
1133
+ if (!this.az.containsKey(a)) {
1134
+ this.az.addItem(a, new Queue$1(Queue$1.$.specialize(DescriptionTreeAction.$)));
1124
1135
  }
1125
- this.ay.item(a).g(d);
1126
- this.dj(a, b);
1136
+ this.az.item(a).g(d);
1137
+ this.dl(a, b);
1127
1138
  };
1128
- ComponentRenderer.prototype.cv = function (a, b, c) {
1139
+ ComponentRenderer.prototype.cx = function (a, b, c) {
1129
1140
  for (var d = 0; d < c.count; d++) {
1130
- this.y(a, b, c._inner[d]);
1141
+ this.z(a, b, c._inner[d]);
1131
1142
  }
1132
1143
  };
1133
- ComponentRenderer.prototype.y = function (a, b, c) {
1144
+ ComponentRenderer.prototype.z = function (a, b, c) {
1134
1145
  switch (c.a) {
1135
- case 5: return this.z(a, b, c);
1136
- case 2: return this.aa(a, b, c);
1137
- case 4: return this.af(a, b, c);
1138
- case 3: return this.ag(a, b, c);
1139
- case 1: return this.ah(a, b, c);
1140
- case 0: return this.aj(a, b, c);
1146
+ case 5: return this.aa(a, b, c);
1147
+ case 2: return this.ab(a, b, c);
1148
+ case 4: return this.ag(a, b, c);
1149
+ case 3: return this.ah(a, b, c);
1150
+ case 1: return this.ai(a, b, c);
1151
+ case 0: return this.ak(a, b, c);
1141
1152
  }
1142
1153
  return true;
1143
1154
  };
1144
- ComponentRenderer.prototype.aj = function (a, b, c) {
1145
- var d = this.by(a, b, c);
1146
- this.aq(a, b, c, d);
1155
+ ComponentRenderer.prototype.ak = function (a, b, c) {
1156
+ var d = this.bz(a, b, c);
1157
+ this.ar(a, b, c, d);
1147
1158
  return true;
1148
1159
  };
1149
- ComponentRenderer.prototype.aq = function (a, b, c, d) {
1150
- var e = this.bv(c, a, b);
1160
+ ComponentRenderer.prototype.ar = function (a, b, c, d) {
1161
+ var e = this.bw(c, a, b);
1151
1162
  e = this.i.transform(ComponentRenderer.platform, e, c);
1152
1163
  var f = false;
1153
- if (this.a7 != null && this.a7.count > 0) {
1154
- for (var g = 0; g < this.a7.count; g++) {
1155
- var h = this.a7._inner[g];
1156
- var i = this.b7(a, c);
1164
+ if (this.a8 != null && this.a8.count > 0) {
1165
+ for (var g = 0; g < this.a8.count; g++) {
1166
+ var h = this.a8._inner[g];
1167
+ var i = this.b8(a, c);
1157
1168
  if (h(i, d, e)) {
1158
1169
  f = true;
1159
1170
  }
@@ -1166,18 +1177,18 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1166
1177
  return true;
1167
1178
  }
1168
1179
  if (c.d != null && c.d.knownType == 9) {
1169
- this.an(a, b, c.i(ComponentRenderer.platform), c.d, e, d);
1180
+ this.ao(a, b, c.i(ComponentRenderer.platform), c.d, e, d);
1170
1181
  }
1171
1182
  else {
1172
- this.dh(a, b, c.i(ComponentRenderer.platform), c.d, e, c.h, d);
1183
+ this.dj(a, b, c.i(ComponentRenderer.platform), c.d, e, c.h, d);
1173
1184
  }
1174
1185
  return true;
1175
1186
  };
1176
- ComponentRenderer.prototype.b7 = function (a, b) {
1187
+ ComponentRenderer.prototype.b8 = function (a, b) {
1177
1188
  var c = b.c;
1178
1189
  var d = "";
1179
- if (c != this.as.item(a)) {
1180
- var e = this.b5(a, c);
1190
+ if (c != this.at.item(a)) {
1191
+ var e = this.b6(a, c);
1181
1192
  d = e;
1182
1193
  }
1183
1194
  if (d.length > 0) {
@@ -1186,17 +1197,17 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1186
1197
  d += b.j;
1187
1198
  return d;
1188
1199
  };
1189
- ComponentRenderer.prototype.b5 = function (a, b) {
1200
+ ComponentRenderer.prototype.b6 = function (a, b) {
1190
1201
  if (b == null) {
1191
1202
  return "";
1192
1203
  }
1193
- var c = this.cb("", this.as.item(a), b);
1204
+ var c = this.cc("", this.at.item(a), b);
1194
1205
  if (c.c) {
1195
1206
  return c.d;
1196
1207
  }
1197
1208
  return "";
1198
1209
  };
1199
- ComponentRenderer.prototype.cb = function (a, b, c) {
1210
+ ComponentRenderer.prototype.cc = function (a, b, c) {
1200
1211
  if (b == c) {
1201
1212
  return new Tuple$2(Boolean_$type, String_$type, true, a);
1202
1213
  }
@@ -1213,7 +1224,7 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1213
1224
  }
1214
1225
  else {
1215
1226
  var g = a + f.c;
1216
- var h = this.cb(g, f.b, c);
1227
+ var h = this.cc(g, f.b, c);
1217
1228
  if (h.c) {
1218
1229
  return h;
1219
1230
  }
@@ -1230,7 +1241,7 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1230
1241
  }
1231
1242
  else {
1232
1243
  var l = a + f.c + "[" + j + "]";
1233
- var m = this.cb(l, k, c);
1244
+ var m = this.cc(l, k, c);
1234
1245
  if (m.c) {
1235
1246
  return m;
1236
1247
  }
@@ -1241,11 +1252,11 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1241
1252
  }
1242
1253
  return new Tuple$2(Boolean_$type, String_$type, false, a);
1243
1254
  };
1244
- ComponentRenderer.prototype.an = function (a, b, c, d, e, f) {
1255
+ ComponentRenderer.prototype.ao = function (a, b, c, d, e, f) {
1245
1256
  var e_12, _a;
1246
- if (this.a2.containsKey(c)) {
1257
+ if (this.a3.containsKey(c)) {
1247
1258
  try {
1248
- for (var _b = __values(fromEnum(this.a2.item(c))), _c = _b.next(); !_c.done; _c = _b.next()) {
1259
+ for (var _b = __values(fromEnum(this.a3.item(c))), _c = _b.next(); !_c.done; _c = _b.next()) {
1249
1260
  var g = _c.value;
1250
1261
  g(c, f, e);
1251
1262
  }
@@ -1267,42 +1278,42 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1267
1278
  this.adapter.setOrUpdateCollectionOnTarget(a, c, d, this.context, f, e);
1268
1279
  return true;
1269
1280
  };
1270
- ComponentRenderer.prototype.bv = function (a, b, c) {
1281
+ ComponentRenderer.prototype.bw = function (a, b, c) {
1271
1282
  if (a.d == null) {
1272
1283
  return a.g;
1273
1284
  }
1274
1285
  switch (a.d.knownType) {
1275
- case 10: return this.bb(a, b, c);
1276
- case 7: return this.bc(a);
1277
- case 4: return this.bd(a);
1278
- case 6: return this.be(a);
1279
- case 9: return this.bb(a, b, c);
1280
- case 5: return this.bf(a);
1281
- case 16: return this.bg(a);
1282
- case 20: return this.bz(a, c);
1283
- case 22: return this.b2(a, c);
1286
+ case 10: return this.bc(a, b, c);
1287
+ case 7: return this.bd(a);
1288
+ case 4: return this.be(a);
1289
+ case 6: return this.bf(a);
1290
+ case 9: return this.bc(a, b, c);
1291
+ case 5: return this.bg(a);
1292
+ case 16: return this.bh(a);
1293
+ case 20: return this.b0(a, c);
1294
+ case 22: return this.b3(a, c);
1284
1295
  case 15: return null;
1285
- case 3: return this.bh(a);
1286
- case 19: return this.b0(a, c);
1287
- case 8: return this.bj(a, b, c);
1296
+ case 3: return this.bi(a);
1297
+ case 19: return this.b1(a, c);
1298
+ case 8: return this.bk(a, b, c);
1288
1299
  case 13: return null;
1289
- case 18: return this.b1(a, c);
1290
- case 1: return this.bk(a);
1291
- case 11: return this.bl(a);
1292
- case 14: return this.bm(a);
1293
- case 12: return this.bn(a);
1294
- case 2: return this.bo(a);
1295
- case 21: return this.bp(a);
1296
- case 17: return this.bq(a, b, c);
1300
+ case 18: return this.b2(a, c);
1301
+ case 1: return this.bl(a);
1302
+ case 11: return this.bm(a);
1303
+ case 14: return this.bn(a);
1304
+ case 12: return this.bo(a);
1305
+ case 2: return this.bp(a);
1306
+ case 21: return this.bq(a);
1307
+ case 17: return this.br(a, b, c);
1297
1308
  case 0: return null;
1298
1309
  }
1299
1310
  return null;
1300
1311
  };
1301
- ComponentRenderer.prototype.bq = function (a, b, c) {
1302
- var d = this.br(a.g, a, b, c);
1312
+ ComponentRenderer.prototype.br = function (a, b, c) {
1313
+ var d = this.bs(a.g, a, b, c);
1303
1314
  return d;
1304
1315
  };
1305
- ComponentRenderer.prototype.br = function (a, b, c, d) {
1316
+ ComponentRenderer.prototype.bs = function (a, b, c, d) {
1306
1317
  if (typeof a === 'string') {
1307
1318
  if (stringStartsWith(a, "@d:")) {
1308
1319
  var v_ = a.substr(3);
@@ -1313,7 +1324,7 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1313
1324
  var e = a;
1314
1325
  var f = new Array(e.length);
1315
1326
  for (var g = 0; g < e.length; g++) {
1316
- var h = this.br(e[g], b, c, d);
1327
+ var h = this.bs(e[g], b, c, d);
1317
1328
  f[g] = h;
1318
1329
  }
1319
1330
  a = f;
@@ -1321,25 +1332,25 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1321
1332
  if (typeCast(DescriptionTreeNode.$, a) !== null) {
1322
1333
  var i = a;
1323
1334
  if (i.i == "EmbeddedRef") {
1324
- return this.bt(i.i, a, c, d, false, b.c.g, b.d);
1335
+ return this.bu(i.i, a, c, d, false, b.c.g, b.d);
1325
1336
  }
1326
1337
  }
1327
1338
  return a;
1328
1339
  };
1329
- ComponentRenderer.prototype.bp = function (a) {
1340
+ ComponentRenderer.prototype.bq = function (a) {
1330
1341
  return a.g;
1331
1342
  };
1332
- ComponentRenderer.prototype.bo = function (a) {
1343
+ ComponentRenderer.prototype.bp = function (a) {
1333
1344
  return a.g != null ? a.g.toString() : null;
1334
1345
  };
1335
- ComponentRenderer.prototype.bn = function (a) {
1346
+ ComponentRenderer.prototype.bo = function (a) {
1336
1347
  var b = a.g;
1337
1348
  var width_ = b.width;
1338
1349
  var height_ = b.height;
1339
1350
  var c = { width: width_, height: height_ };
1340
1351
  return c;
1341
1352
  };
1342
- ComponentRenderer.prototype.bm = function (a) {
1353
+ ComponentRenderer.prototype.bn = function (a) {
1343
1354
  var b = a.g;
1344
1355
  var top_ = b.top;
1345
1356
  var left_ = b.left;
@@ -1348,14 +1359,14 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1348
1359
  var c = { left: left_, top: top_, width: width_, height: height_ };
1349
1360
  return c;
1350
1361
  };
1351
- ComponentRenderer.prototype.bl = function (a) {
1362
+ ComponentRenderer.prototype.bm = function (a) {
1352
1363
  var b = a.g;
1353
1364
  var x_ = b.x;
1354
1365
  var y_ = b.y;
1355
1366
  var c = { x: x_, y: y_ };
1356
1367
  return c;
1357
1368
  };
1358
- ComponentRenderer.prototype.bk = function (a) {
1369
+ ComponentRenderer.prototype.bl = function (a) {
1359
1370
  if (a.g == null) {
1360
1371
  if (a.d != null && (a.d.specificType == "double" || a.d.specificType == "float")) {
1361
1372
  return NaN;
@@ -1365,18 +1376,18 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1365
1376
  return a.g;
1366
1377
  };
1367
1378
  ComponentRenderer.prototype.e = function (a, b) {
1368
- if (this.az.containsKey(a)) {
1369
- var c = this.az.item(a);
1379
+ if (this.a0.containsKey(a)) {
1380
+ var c = this.a0.item(a);
1370
1381
  return c;
1371
1382
  }
1372
1383
  var d = new DescriptionRef(a);
1373
- this.az.addItem(a, d);
1384
+ this.a0.addItem(a, d);
1374
1385
  return d;
1375
1386
  };
1376
- ComponentRenderer.prototype.b1 = function (a, b) {
1387
+ ComponentRenderer.prototype.b2 = function (a, b) {
1377
1388
  return a.g == null ? null : this.e(a.g, b);
1378
1389
  };
1379
- ComponentRenderer.prototype.bj = function (a, b, c) {
1390
+ ComponentRenderer.prototype.bk = function (a, b, c) {
1380
1391
  var d = a.d.specificType;
1381
1392
  if (d == null) {
1382
1393
  d = a.d.specificExternalType;
@@ -1387,95 +1398,95 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1387
1398
  d = e.a("Type").b;
1388
1399
  }
1389
1400
  }
1390
- var f = this.bt(d, a.g, b, c, false, a.c.g, a.d);
1401
+ var f = this.bu(d, a.g, b, c, false, a.c.g, a.d);
1391
1402
  return f;
1392
1403
  };
1393
- ComponentRenderer.prototype.b0 = function (a, b) {
1404
+ ComponentRenderer.prototype.b1 = function (a, b) {
1394
1405
  return a.g == null ? null : this.e(a.g, b);
1395
1406
  };
1396
- ComponentRenderer.prototype.bh = function (a) {
1407
+ ComponentRenderer.prototype.bi = function (a) {
1397
1408
  if (typeof a.g === 'string') {
1398
1409
  var v_ = a.g;
1399
1410
  a.g = new Date(v_);
1400
1411
  }
1401
1412
  return a.g;
1402
1413
  };
1403
- ComponentRenderer.prototype.bz = function (a, b) {
1414
+ ComponentRenderer.prototype.b0 = function (a, b) {
1404
1415
  return a.g == null ? null : this.e(a.g, b);
1405
1416
  };
1406
- ComponentRenderer.prototype.b2 = function (a, b) {
1417
+ ComponentRenderer.prototype.b3 = function (a, b) {
1407
1418
  return a.g == null ? null : this.e(a.g, b);
1408
1419
  };
1409
- ComponentRenderer.prototype.b4 = function (a) {
1420
+ ComponentRenderer.prototype.b5 = function (a) {
1410
1421
  return a;
1411
1422
  };
1412
- ComponentRenderer.prototype.bg = function (a) {
1423
+ ComponentRenderer.prototype.bh = function (a) {
1413
1424
  var b = a.g;
1414
1425
  if (b == null) {
1415
1426
  return null;
1416
1427
  }
1417
1428
  var c = new Array(b.length);
1418
1429
  for (var d = 0; d < b.length; d++) {
1419
- c[d] = this.b4(b[d]);
1430
+ c[d] = this.b5(b[d]);
1420
1431
  }
1421
1432
  return c;
1422
1433
  };
1423
- ComponentRenderer.prototype.bf = function (a) {
1424
- return this.b4(a.g);
1434
+ ComponentRenderer.prototype.bg = function (a) {
1435
+ return this.b5(a.g);
1425
1436
  };
1426
- ComponentRenderer.prototype.be = function (a) {
1437
+ ComponentRenderer.prototype.bf = function (a) {
1427
1438
  var b = a.g;
1428
1439
  if (b == null) {
1429
1440
  return null;
1430
1441
  }
1431
1442
  var c = new Array(b.length);
1432
1443
  for (var d = 0; d < b.length; d++) {
1433
- c[d] = this.b3(b[d]);
1444
+ c[d] = this.b4(b[d]);
1434
1445
  }
1435
1446
  return c;
1436
1447
  };
1437
- ComponentRenderer.prototype.b3 = function (a) {
1448
+ ComponentRenderer.prototype.b4 = function (a) {
1438
1449
  return a;
1439
1450
  };
1440
- ComponentRenderer.prototype.bd = function (a) {
1441
- return this.b3(a.g);
1451
+ ComponentRenderer.prototype.be = function (a) {
1452
+ return this.b4(a.g);
1442
1453
  };
1443
- ComponentRenderer.prototype.bc = function (a) {
1454
+ ComponentRenderer.prototype.bd = function (a) {
1444
1455
  return a.g;
1445
1456
  };
1446
1457
  ComponentRenderer.prototype.addTargetPropertyUpdatingListener = function (a) {
1447
- this.a7.add(a);
1458
+ this.a8.add(a);
1448
1459
  };
1449
1460
  ComponentRenderer.prototype.removeTargetPropertyUpdatingListener = function (a) {
1450
- this.a7.remove(a);
1461
+ this.a8.remove(a);
1451
1462
  };
1452
1463
  ComponentRenderer.prototype.addPropertyUpdatingListener = function (a, b) {
1453
- if (!this.a2.containsKey(a)) {
1454
- this.a2.addItem(a, new List$1(Delegate_$type, 0));
1464
+ if (!this.a3.containsKey(a)) {
1465
+ this.a3.addItem(a, new List$1(Delegate_$type, 0));
1455
1466
  }
1456
- this.a2.item(a).add(b);
1467
+ this.a3.item(a).add(b);
1457
1468
  };
1458
1469
  ComponentRenderer.prototype.addReferenceLookupListener = function (a) {
1459
- this.a5.add(a);
1470
+ this.a6.add(a);
1460
1471
  };
1461
1472
  ComponentRenderer.prototype.removeReferenceLookupListener = function (a) {
1462
- this.a5.remove(a);
1473
+ this.a6.remove(a);
1463
1474
  };
1464
1475
  ComponentRenderer.prototype.removePropertyUpdatingListener = function (a, b) {
1465
- if (this.a2.containsKey(a)) {
1466
- this.a2.item(a).remove(b);
1467
- if (this.a2.item(a).count == 0) {
1468
- this.a2.removeItem(a);
1476
+ if (this.a3.containsKey(a)) {
1477
+ this.a3.item(a).remove(b);
1478
+ if (this.a3.item(a).count == 0) {
1479
+ this.a3.removeItem(a);
1469
1480
  }
1470
1481
  }
1471
1482
  };
1472
1483
  ComponentRenderer.prototype.addNamespaceLookupListener = function (a) {
1473
- this.a6.add(a);
1484
+ this.a7.add(a);
1474
1485
  };
1475
1486
  ComponentRenderer.prototype.removeNamespaceLookupListener = function (a) {
1476
- this.a6.remove(a);
1487
+ this.a7.remove(a);
1477
1488
  };
1478
- ComponentRenderer.prototype.bb = function (a, b, c) {
1489
+ ComponentRenderer.prototype.bc = function (a, b, c) {
1479
1490
  if (a.g == null) {
1480
1491
  return null;
1481
1492
  }
@@ -1499,18 +1510,18 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1499
1510
  h = i.a("Type").b;
1500
1511
  }
1501
1512
  }
1502
- var j = this.bt(h, d[g], b, c, false, a.c.g, a.d);
1513
+ var j = this.bu(h, d[g], b, c, false, a.c.g, a.d);
1503
1514
  e.add1(j);
1504
1515
  }
1505
1516
  return e.toArray();
1506
1517
  };
1507
- ComponentRenderer.prototype.dh = function (a, b, c, d, e, f, g) {
1518
+ ComponentRenderer.prototype.dj = function (a, b, c, d, e, f, g) {
1508
1519
  var _this = this;
1509
1520
  if (typeCast(DescriptionRef.$, e) !== null) {
1510
1521
  var h = e;
1511
1522
  var i = false;
1512
1523
  if (f != null && typeof f === 'string') {
1513
- if (this.q(f)) {
1524
+ if (this.r(f)) {
1514
1525
  var j = this.f(f);
1515
1526
  if (Base.equalsStatic(j, e)) {
1516
1527
  i = true;
@@ -1520,13 +1531,13 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1520
1531
  }
1521
1532
  }
1522
1533
  }
1523
- if (this.r(e)) {
1534
+ if (this.s(e)) {
1524
1535
  var k = e;
1525
- if (k.e != null && k.e.length > 0 && this.a1.containsKey(k.e)) {
1536
+ if (k.e != null && k.e.length > 0 && this.a2.containsKey(k.e)) {
1526
1537
  k.a = true;
1527
1538
  }
1528
- e = this.bx(e);
1529
- this.di(g, c, d, e, f, k);
1539
+ e = this.by(e);
1540
+ this.dk(g, c, d, e, f, k);
1530
1541
  }
1531
1542
  else {
1532
1543
  this.adapter.onPendingRef(g, c, d, e);
@@ -1534,21 +1545,21 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1534
1545
  var l = null;
1535
1546
  l = function (m, n) {
1536
1547
  var o = m;
1537
- if (o.e != null && o.e.length > 0 && _this.a1.containsKey(o.e)) {
1548
+ if (o.e != null && o.e.length > 0 && _this.a2.containsKey(o.e)) {
1538
1549
  o.a = true;
1539
1550
  }
1540
- var p = _this.bx(m);
1541
- _this.di(g, c, d, p, f, o);
1551
+ var p = _this.by(m);
1552
+ _this.dk(g, c, d, p, f, o);
1542
1553
  };
1543
1554
  if (!i) {
1544
1555
  h.g(a, g, c, l);
1545
1556
  }
1546
1557
  return;
1547
1558
  }
1548
- this.di(g, c, d, e, f, null);
1559
+ this.dk(g, c, d, e, f, null);
1549
1560
  };
1550
1561
  ComponentRenderer.prototype.hasUserRef = function (a) {
1551
- return this.a3.containsKey(a);
1562
+ return this.a4.containsKey(a);
1552
1563
  };
1553
1564
  Object.defineProperty(ComponentRenderer.prototype, "shouldNamespaceSystemRefValues", {
1554
1565
  get: function () {
@@ -1560,68 +1571,68 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1560
1571
  enumerable: false,
1561
1572
  configurable: true
1562
1573
  });
1563
- ComponentRenderer.prototype.cx = function (a, b, c, d) {
1574
+ ComponentRenderer.prototype.cz = function (a, b, c, d) {
1564
1575
  var e = null;
1565
1576
  if (d) {
1566
- if (this.a3.containsKey(b)) {
1567
- e = this.a3.item(b);
1577
+ if (this.a4.containsKey(b)) {
1578
+ e = this.a4.item(b);
1568
1579
  }
1569
- this.a3.item(b, c);
1580
+ this.a4.item(b, c);
1570
1581
  }
1571
1582
  else {
1572
1583
  if (this.shouldNamespaceSystemRefValues) {
1573
1584
  var f = "";
1574
- if (this.a6 != null && this.a6.count > 0) {
1575
- for (var g = 0; g < this.a6.count; g++) {
1576
- f = this.a6._inner[g](a);
1585
+ if (this.a7 != null && this.a7.count > 0) {
1586
+ for (var g = 0; g < this.a7.count; g++) {
1587
+ f = this.a7._inner[g](a);
1577
1588
  }
1578
1589
  }
1579
1590
  if (!stringIsNullOrEmpty(f)) {
1580
1591
  b = f + "/" + b;
1581
1592
  }
1582
1593
  }
1583
- if (this.a1.containsKey(b)) {
1584
- e = this.a1.item(b);
1594
+ if (this.a2.containsKey(b)) {
1595
+ e = this.a2.item(b);
1585
1596
  }
1586
- this.a1.item(b, c);
1587
- if (this.az.containsKey(b)) {
1588
- this.az.item(b).a = true;
1597
+ this.a2.item(b, c);
1598
+ if (this.a0.containsKey(b)) {
1599
+ this.a0.item(b).a = true;
1589
1600
  }
1590
1601
  }
1591
- if (this.az.containsKey(b)) {
1592
- this.az.item(b).f(e, c);
1602
+ if (this.a0.containsKey(b)) {
1603
+ this.a0.item(b).f(e, c);
1593
1604
  }
1594
1605
  };
1595
1606
  ComponentRenderer.prototype.removeRefValueCore = function (a, b, c) {
1596
1607
  var d = null;
1597
1608
  if (c) {
1598
- if (this.a3.containsKey(b)) {
1599
- d = this.a3.item(b);
1609
+ if (this.a4.containsKey(b)) {
1610
+ d = this.a4.item(b);
1600
1611
  }
1601
- this.a3.removeItem(b);
1612
+ this.a4.removeItem(b);
1602
1613
  }
1603
1614
  else {
1604
1615
  if (this.shouldNamespaceSystemRefValues) {
1605
1616
  var e = "";
1606
- if (this.a6 != null && this.a6.count > 0) {
1607
- for (var f = 0; f < this.a6.count; f++) {
1608
- e = this.a6._inner[f](a);
1617
+ if (this.a7 != null && this.a7.count > 0) {
1618
+ for (var f = 0; f < this.a7.count; f++) {
1619
+ e = this.a7._inner[f](a);
1609
1620
  }
1610
1621
  }
1611
1622
  if (!stringIsNullOrEmpty(e)) {
1612
1623
  b = e + "/" + b;
1613
1624
  }
1614
1625
  }
1615
- if (this.a1.containsKey(b)) {
1616
- d = this.a1.item(b);
1626
+ if (this.a2.containsKey(b)) {
1627
+ d = this.a2.item(b);
1617
1628
  }
1618
- this.a1.removeItem(b);
1629
+ this.a2.removeItem(b);
1619
1630
  }
1620
- if (this.az.containsKey(b)) {
1621
- this.az.item(b).f(d, this.bx(this.az.item(b)));
1622
- if (this.az.item(b).c <= 0) {
1623
- this.az.item(b).h();
1624
- this.az.removeItem(b);
1631
+ if (this.a0.containsKey(b)) {
1632
+ this.a0.item(b).f(d, this.by(this.a0.item(b)));
1633
+ if (this.a0.item(b).c <= 0) {
1634
+ this.a0.item(b).h();
1635
+ this.a0.removeItem(b);
1625
1636
  }
1626
1637
  }
1627
1638
  };
@@ -1629,7 +1640,7 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1629
1640
  var e_13, _a, e_14, _b;
1630
1641
  var a = new List$1(String_$type, 0);
1631
1642
  try {
1632
- for (var _c = __values(fromEnum(this.a3.keys)), _d = _c.next(); !_d.done; _d = _c.next()) {
1643
+ for (var _c = __values(fromEnum(this.a4.keys)), _d = _c.next(); !_d.done; _d = _c.next()) {
1633
1644
  var b = _d.value;
1634
1645
  a.add(b);
1635
1646
  }
@@ -1667,31 +1678,31 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1667
1678
  }
1668
1679
  }
1669
1680
  };
1670
- ComponentRenderer.prototype.r = function (a) {
1671
- return this.a3.containsKey(a.e) || this.a1.containsKey(a.e);
1681
+ ComponentRenderer.prototype.s = function (a) {
1682
+ return this.a4.containsKey(a.e) || this.a2.containsKey(a.e);
1672
1683
  };
1673
- ComponentRenderer.prototype.bx = function (a) {
1674
- if (this.a3.containsKey(a.e)) {
1675
- return this.a3.item(a.e);
1684
+ ComponentRenderer.prototype.by = function (a) {
1685
+ if (this.a4.containsKey(a.e)) {
1686
+ return this.a4.item(a.e);
1676
1687
  }
1677
- if (this.a1.containsKey(a.e)) {
1678
- return this.a1.item(a.e);
1688
+ if (this.a2.containsKey(a.e)) {
1689
+ return this.a2.item(a.e);
1679
1690
  }
1680
1691
  return null;
1681
1692
  };
1682
- ComponentRenderer.prototype.q = function (a) {
1683
- return this.az.containsKey(a);
1693
+ ComponentRenderer.prototype.r = function (a) {
1694
+ return this.a0.containsKey(a);
1684
1695
  };
1685
1696
  ComponentRenderer.prototype.f = function (a) {
1686
- return this.az.item(a);
1697
+ return this.a0.item(a);
1687
1698
  };
1688
1699
  ComponentRenderer.prototype.getMissingRefs = function () {
1689
1700
  var e_15, _a;
1690
1701
  var a = new List$1(String_$type, 0);
1691
1702
  try {
1692
- for (var _b = __values(fromEnum(this.az.keys)), _c = _b.next(); !_c.done; _c = _b.next()) {
1703
+ for (var _b = __values(fromEnum(this.a0.keys)), _c = _b.next(); !_c.done; _c = _b.next()) {
1693
1704
  var b = _c.value;
1694
- if (!this.r(this.az.item(b))) {
1705
+ if (!this.s(this.a0.item(b))) {
1695
1706
  a.add(b);
1696
1707
  }
1697
1708
  }
@@ -1714,7 +1725,7 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1714
1725
  ComponentRenderer.prototype.getRefChangeInfos = function (a) {
1715
1726
  var e_16, _a;
1716
1727
  var b = new List$1(DescriptionRefTargetInfo.$, 0);
1717
- if (this.az.containsKey(a)) {
1728
+ if (this.a0.containsKey(a)) {
1718
1729
  var _loop_2 = function (c) {
1719
1730
  b.add(((function () {
1720
1731
  var $ret = new DescriptionRefTargetInfo();
@@ -1725,7 +1736,7 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1725
1736
  })()));
1726
1737
  };
1727
1738
  try {
1728
- for (var _b = __values(fromEnum(this.az.item(a).b)), _c = _b.next(); !_c.done; _c = _b.next()) {
1739
+ for (var _b = __values(fromEnum(this.a0.item(a).b)), _c = _b.next(); !_c.done; _c = _b.next()) {
1729
1740
  var c = _c.value;
1730
1741
  _loop_2(c);
1731
1742
  }
@@ -1746,51 +1757,51 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1746
1757
  }
1747
1758
  return b.toArray();
1748
1759
  };
1749
- ComponentRenderer.prototype.by = function (a, b, c) {
1760
+ ComponentRenderer.prototype.bz = function (a, b, c) {
1750
1761
  return b.j(c.c.g);
1751
1762
  };
1752
- ComponentRenderer.prototype.ah = function (a, b, c) {
1753
- var d = this.by(a, b, c);
1754
- this.am(a, b, c, d);
1763
+ ComponentRenderer.prototype.ai = function (a, b, c) {
1764
+ var d = this.bz(a, b, c);
1765
+ this.an(a, b, c, d);
1755
1766
  return true;
1756
1767
  };
1757
- ComponentRenderer.prototype.am = function (a, b, c, d) {
1768
+ ComponentRenderer.prototype.an = function (a, b, c, d) {
1758
1769
  this.adapter.resetPropertyOnTarget(a, c.i(ComponentRenderer.platform), c.d, d);
1759
1770
  return true;
1760
1771
  };
1761
- ComponentRenderer.prototype.ag = function (a, b, c) {
1772
+ ComponentRenderer.prototype.ah = function (a, b, c) {
1762
1773
  if (c.c == null) {
1763
- return this.al(a, b, c);
1774
+ return this.am(a, b, c);
1764
1775
  }
1765
1776
  else {
1766
- var d = this.by(a, b, c);
1767
- this.dc(a, b, c, d);
1777
+ var d = this.bz(a, b, c);
1778
+ this.de(a, b, c, d);
1768
1779
  }
1769
1780
  return true;
1770
1781
  };
1771
- ComponentRenderer.prototype.dc = function (a, b, c, d) {
1782
+ ComponentRenderer.prototype.de = function (a, b, c, d) {
1772
1783
  var e = c.i(ComponentRenderer.platform);
1773
1784
  var f = c.d.collectionElementType;
1774
1785
  if (f == null) {
1775
1786
  f = c.d.specificExternalType;
1776
1787
  }
1777
- var g = this.bt(f, c.g, a, b, false, c.c.g, c.d);
1788
+ var g = this.bu(f, c.g, a, b, false, c.c.g, c.d);
1778
1789
  this.adapter.replaceItemInCollection(e, c.d, d, c.e, g);
1779
1790
  if (c.h != null && typeCast(DescriptionTreeNode.$, c.h) !== null) {
1780
1791
  var h = c.h.g;
1781
1792
  if (h >= 0) {
1782
1793
  var i = b.j(h);
1783
1794
  if (i != null) {
1784
- this.cl(a, i, b);
1795
+ this.cm(a, i, b);
1785
1796
  }
1786
1797
  }
1787
1798
  }
1788
1799
  };
1789
- ComponentRenderer.prototype.al = function (a, b, c) {
1800
+ ComponentRenderer.prototype.am = function (a, b, c) {
1790
1801
  var _this = this;
1791
1802
  var d = this.adapter.getRootObject(a);
1792
1803
  if (d != null) {
1793
- this.cl(a, d, b);
1804
+ this.cm(a, d, b);
1794
1805
  }
1795
1806
  if (!(typeCast(DescriptionTreeNode.$, c.g) !== null)) {
1796
1807
  throw new NotImplementedException(0);
@@ -1799,21 +1810,21 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1799
1810
  var f = false;
1800
1811
  this.adapter.replaceRootItem(a, e.i, this.context, function (g) {
1801
1812
  var h = _this.adapter.getRootObject(a);
1802
- b.k(a, e.g, h, e, runOn(_this, _this.cx), -1);
1803
- var i = _this.a8(e);
1804
- _this.cv(a, b, i);
1813
+ b.k(a, e.g, h, e, runOn(_this, _this.cz), -1);
1814
+ var i = _this.a9(e);
1815
+ _this.cx(a, b, i);
1805
1816
  f = true;
1806
1817
  if (g) {
1807
- _this.dd(a, b);
1818
+ _this.df(a, b);
1808
1819
  }
1809
1820
  });
1810
1821
  return f;
1811
1822
  };
1812
- ComponentRenderer.prototype.cl = function (a, b, c) {
1823
+ ComponentRenderer.prototype.cm = function (a, b, c) {
1813
1824
  var e_17, _a;
1814
- var d = this.ba(a, b, c);
1825
+ var d = this.bb(a, b, c);
1815
1826
  try {
1816
- for (var _b = __values(fromEnum(this.az.values)), _c = _b.next(); !_c.done; _c = _b.next()) {
1827
+ for (var _b = __values(fromEnum(this.a0.values)), _c = _b.next(); !_c.done; _c = _b.next()) {
1817
1828
  var e = _c.value;
1818
1829
  e.i(b);
1819
1830
  }
@@ -1836,20 +1847,20 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1836
1847
  }
1837
1848
  this.j.b(ComponentRenderer.platform, b);
1838
1849
  };
1839
- ComponentRenderer.prototype.ba = function (a, b, c) {
1850
+ ComponentRenderer.prototype.bb = function (a, b, c) {
1840
1851
  return c.h(b);
1841
1852
  };
1842
- ComponentRenderer.prototype.af = function (a, b, c) {
1853
+ ComponentRenderer.prototype.ag = function (a, b, c) {
1843
1854
  if (c.c == null) {
1844
- return this.ak(a, b, c);
1855
+ return this.al(a, b, c);
1845
1856
  }
1846
1857
  else {
1847
- var d = this.by(a, b, c);
1848
- this.c0(a, b, c, d);
1858
+ var d = this.bz(a, b, c);
1859
+ this.c2(a, b, c, d);
1849
1860
  }
1850
1861
  return true;
1851
1862
  };
1852
- ComponentRenderer.prototype.c0 = function (a, b, c, d) {
1863
+ ComponentRenderer.prototype.c2 = function (a, b, c, d) {
1853
1864
  var e = c.i(ComponentRenderer.platform);
1854
1865
  this.adapter.removeItemFromCollection(e, c.d, d, c.f);
1855
1866
  if (c.h != null && typeCast(DescriptionTreeNode.$, c.h) !== null) {
@@ -1857,33 +1868,33 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1857
1868
  if (f >= 0) {
1858
1869
  var g = b.j(f);
1859
1870
  if (g != null) {
1860
- this.cl(a, g, b);
1871
+ this.cm(a, g, b);
1861
1872
  }
1862
1873
  }
1863
1874
  }
1864
1875
  };
1865
- ComponentRenderer.prototype.ak = function (a, b, c) {
1876
+ ComponentRenderer.prototype.al = function (a, b, c) {
1866
1877
  var _this = this;
1867
1878
  var d = this.adapter.getRootObject(a);
1868
1879
  if (d != null) {
1869
- this.cl(a, d, b);
1880
+ this.cm(a, d, b);
1870
1881
  }
1871
1882
  var e = false;
1872
1883
  this.adapter.removeRootItem(a, this.context, function (f) {
1873
1884
  e = true;
1874
1885
  if (f) {
1875
- _this.dd(a, b);
1886
+ _this.df(a, b);
1876
1887
  }
1877
1888
  });
1878
1889
  return e;
1879
1890
  };
1880
- ComponentRenderer.prototype.aa = function (a, b, c) {
1891
+ ComponentRenderer.prototype.ab = function (a, b, c) {
1881
1892
  if (c.c == null) {
1882
1893
  return this.m(a, b, c);
1883
1894
  }
1884
1895
  else {
1885
- var d = this.by(a, b, c);
1886
- this.cc(a, b, c, d);
1896
+ var d = this.bz(a, b, c);
1897
+ this.cd(a, b, c, d);
1887
1898
  }
1888
1899
  return true;
1889
1900
  };
@@ -1896,17 +1907,17 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1896
1907
  var e = false;
1897
1908
  this.adapter.replaceRootItem(a, d.i, this.context, function (f) {
1898
1909
  var g = _this.adapter.getRootObject(a);
1899
- b.k(a, d.g, g, d, runOn(_this, _this.cx), -1);
1900
- var h = _this.a8(d);
1901
- _this.cv(a, b, h);
1910
+ b.k(a, d.g, g, d, runOn(_this, _this.cz), -1);
1911
+ var h = _this.a9(d);
1912
+ _this.cx(a, b, h);
1902
1913
  e = true;
1903
1914
  if (f) {
1904
- _this.dd(a, b);
1915
+ _this.df(a, b);
1905
1916
  }
1906
1917
  });
1907
1918
  return e;
1908
1919
  };
1909
- ComponentRenderer.prototype.cc = function (a, b, c, d) {
1920
+ ComponentRenderer.prototype.cd = function (a, b, c, d) {
1910
1921
  var e = c.i(ComponentRenderer.platform);
1911
1922
  var f = c.d.collectionElementType;
1912
1923
  if (typeCast(DescriptionTreeNode.$, c.g) !== null) {
@@ -1918,11 +1929,11 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1918
1929
  if (f == null) {
1919
1930
  f = c.d.specificExternalType;
1920
1931
  }
1921
- var h = this.bt(f, c.g, a, b, false, c.c.g, c.d);
1932
+ var h = this.bu(f, c.g, a, b, false, c.c.g, c.d);
1922
1933
  this.adapter.addItemToCollection(e, c.d, d, c.e, h);
1923
1934
  };
1924
- ComponentRenderer.prototype.bt = function (a, b, c, d, e, f, g) {
1925
- if (this.v(a)) {
1935
+ ComponentRenderer.prototype.bu = function (a, b, c, d, e, f, g) {
1936
+ if (this.w(a)) {
1926
1937
  return b;
1927
1938
  }
1928
1939
  var h = null;
@@ -1933,17 +1944,17 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1933
1944
  if (!stringIsNullOrEmpty(j)) {
1934
1945
  if (this.shouldNamespaceSystemRefValues) {
1935
1946
  var k = "";
1936
- if (this.a6 != null && this.a6.count > 0) {
1937
- for (var l = 0; l < this.a6.count; l++) {
1938
- k = this.a6._inner[l](c);
1947
+ if (this.a7 != null && this.a7.count > 0) {
1948
+ for (var l = 0; l < this.a7.count; l++) {
1949
+ k = this.a7._inner[l](c);
1939
1950
  }
1940
1951
  }
1941
1952
  if (!stringIsNullOrEmpty(k)) {
1942
1953
  j = k + "/" + j;
1943
1954
  }
1944
1955
  }
1945
- if (this.a1.containsKey(j)) {
1946
- var m = this.a1.item(j);
1956
+ if (this.a2.containsKey(j)) {
1957
+ var m = this.a2.item(j);
1947
1958
  h = m;
1948
1959
  }
1949
1960
  }
@@ -1972,8 +1983,8 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1972
1983
  }
1973
1984
  }
1974
1985
  if (p != null) {
1975
- for (var r = 0; r < this.a5.count; r++) {
1976
- var s = this.a5._inner[r](c, o, p);
1986
+ for (var r = 0; r < this.a6.count; r++) {
1987
+ var s = this.a6._inner[r](c, o, p);
1977
1988
  if (s != null) {
1978
1989
  return s;
1979
1990
  }
@@ -1982,9 +1993,9 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1982
1993
  }
1983
1994
  }
1984
1995
  else {
1985
- d.k(c, n.g, h, n, runOn(this, this.cx), f);
1986
- var t = this.a8(n);
1987
- this.cv(c, d, t);
1996
+ d.k(c, n.g, h, n, runOn(this, this.cz), f);
1997
+ var t = this.a9(n);
1998
+ this.cx(c, d, t);
1988
1999
  if (e) {
1989
2000
  d.l(this, c, n.g, runOn(this, this.removeRefValueCore));
1990
2001
  }
@@ -1992,20 +2003,23 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
1992
2003
  }
1993
2004
  var u = (a == "object" || a == "Object");
1994
2005
  if (!u && typeof b === 'string' && a.toLowerCase() != "string") {
1995
- return this.bi(a, b, g);
2006
+ return this.bj(a, b, g);
1996
2007
  }
1997
2008
  if (u) {
1998
2009
  return b;
1999
2010
  }
2000
2011
  return h;
2001
2012
  };
2002
- ComponentRenderer.prototype.v = function (a) {
2013
+ ComponentRenderer.prototype.w = function (a) {
2003
2014
  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";
2004
2015
  };
2005
- ComponentRenderer.prototype.bi = function (a, b, c) {
2006
- return this.context.q(a, b, c);
2016
+ ComponentRenderer.prototype.bj = function (a, b, c) {
2017
+ return this.context.q(a, b, c, this.n());
2007
2018
  };
2008
- ComponentRenderer.prototype.a8 = function (a) {
2019
+ ComponentRenderer.prototype.n = function () {
2020
+ return true;
2021
+ };
2022
+ ComponentRenderer.prototype.a9 = function (a) {
2009
2023
  var b = a.f();
2010
2024
  var c = new List$1(DescriptionTreeAction.$, 0);
2011
2025
  for (var d = 0; d < b.count; d++) {
@@ -2025,17 +2039,17 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
2025
2039
  }
2026
2040
  return c;
2027
2041
  };
2028
- ComponentRenderer.prototype.z = function (a, b, c) {
2042
+ ComponentRenderer.prototype.aa = function (a, b, c) {
2029
2043
  if (c.c == null) {
2030
- return this.p(a, b, c);
2044
+ return this.q(a, b, c);
2031
2045
  }
2032
2046
  else {
2033
- var d = this.by(a, b, c);
2034
- this.ci(a, b, c, d);
2047
+ var d = this.bz(a, b, c);
2048
+ this.cj(a, b, c, d);
2035
2049
  }
2036
2050
  return true;
2037
2051
  };
2038
- ComponentRenderer.prototype.ci = function (a, b, c, d) {
2052
+ ComponentRenderer.prototype.cj = function (a, b, c, d) {
2039
2053
  var e = c.i(ComponentRenderer.platform);
2040
2054
  this.adapter.clearCollection(d, e, c.d);
2041
2055
  if (c.h != null && typeCast(Array_$type, c.h) !== null) {
@@ -2047,18 +2061,18 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
2047
2061
  if (i >= 0) {
2048
2062
  var j = b.j(i);
2049
2063
  if (j != null) {
2050
- this.cl(a, j, b);
2064
+ this.cm(a, j, b);
2051
2065
  }
2052
2066
  }
2053
2067
  }
2054
2068
  }
2055
2069
  }
2056
2070
  };
2057
- ComponentRenderer.prototype.di = function (a, b, c, d, e, f) {
2071
+ ComponentRenderer.prototype.dk = function (a, b, c, d, e, f) {
2058
2072
  var e_18, _a;
2059
- if (this.a2.containsKey(b)) {
2073
+ if (this.a3.containsKey(b)) {
2060
2074
  try {
2061
- for (var _b = __values(fromEnum(this.a2.item(b))), _c = _b.next(); !_c.done; _c = _b.next()) {
2075
+ for (var _b = __values(fromEnum(this.a3.item(b))), _c = _b.next(); !_c.done; _c = _b.next()) {
2062
2076
  var g = _c.value;
2063
2077
  g(b, a, d);
2064
2078
  }
@@ -2079,23 +2093,23 @@ var ComponentRenderer = /** @class */ /*@__PURE__*/ (function (_super) {
2079
2093
  }
2080
2094
  this.adapter.setPropertyValue(a, b, c, d, e, f);
2081
2095
  };
2082
- ComponentRenderer.prototype.bw = function (a, b) {
2096
+ ComponentRenderer.prototype.bx = function (a, b) {
2083
2097
  return this.adapter.getPropertyValue(a, b);
2084
2098
  };
2085
- ComponentRenderer.prototype.p = function (a, b, c) {
2086
- return this.o(a, b);
2099
+ ComponentRenderer.prototype.q = function (a, b, c) {
2100
+ return this.p(a, b);
2087
2101
  };
2088
- ComponentRenderer.prototype.o = function (a, b) {
2102
+ ComponentRenderer.prototype.p = function (a, b) {
2089
2103
  var _this = this;
2090
2104
  var c = this.adapter.getRootObject(a);
2091
2105
  if (c != null) {
2092
- this.cl(a, c, b);
2106
+ this.cm(a, c, b);
2093
2107
  }
2094
2108
  var d = false;
2095
2109
  this.adapter.clearContainer(a, this.context, function (e) {
2096
2110
  d = true;
2097
2111
  if (e) {
2098
- _this.dd(a, b);
2112
+ _this.df(a, b);
2099
2113
  }
2100
2114
  });
2101
2115
  return d;
@@ -2154,7 +2168,7 @@ var ContainerState = /** @class */ /*@__PURE__*/ (function (_super) {
2154
2168
  for (var f = 0; f < e.count; f++) {
2155
2169
  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))) {
2156
2170
  if (this.e.containsKey(e._inner[f])) {
2157
- a.cl(b, this.e.item(e._inner[f]), this);
2171
+ a.cm(b, this.e.item(e._inner[f]), this);
2158
2172
  }
2159
2173
  }
2160
2174
  }