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