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
|
@@ -5,20 +5,22 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
5
|
GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
|
|
6
6
|
*/
|
|
7
7
|
import { __extends, __values } from "tslib";
|
|
8
|
-
import { Base, IList_$type, NotSupportedException, String_$type, typeCast, Array_$type, Boolean_$type, markType, EnumUtil, fromEn,
|
|
8
|
+
import { Base, IList_$type, NotSupportedException, String_$type, typeCast, fromEnum, Array_$type, Boolean_$type, markType, EnumUtil, fromEn, Number_$type, runOn } from "./type";
|
|
9
|
+
import { CodeGenerationTargetPlatforms_$type } from "./CodeGenerationTargetPlatforms";
|
|
9
10
|
import { CodeGeneratingRendererResult } from "./CodeGeneratingRendererResult";
|
|
10
11
|
import { CodeGeneratingCodeWriter } from "./CodeGeneratingCodeWriter";
|
|
11
12
|
import { Stack$1 } from "./Stack$1";
|
|
12
13
|
import { CodeGenerationItemBuilderPropertyInfo } from "./CodeGenerationItemBuilderPropertyInfo";
|
|
13
14
|
import { List$1 } from "./List$1";
|
|
14
15
|
import { TypeDescriptionContext } from "./TypeDescriptionContext";
|
|
15
|
-
import {
|
|
16
|
+
import { TypeDescriptionMetadata } from "./TypeDescriptionMetadata";
|
|
16
17
|
import { CodeGenerationSpecialValue } from "./CodeGenerationSpecialValue";
|
|
17
18
|
import { ColorUtil } from "./ColorUtil";
|
|
18
19
|
import { StringBuilder } from "./StringBuilder";
|
|
19
20
|
import { CodeGeneratingImportManager } from "./CodeGeneratingImportManager";
|
|
20
21
|
import { stringIsNullOrEmpty, stringReplace, stringStartsWith, stringEndsWith, stringContains } from "./string";
|
|
21
22
|
import { HashSet$1 } from "./HashSet$1";
|
|
23
|
+
import { WebImportsHalper } from "./WebImportsHalper";
|
|
22
24
|
import { CodeGeneratingComponentRendererHandlerEmitter } from "./CodeGeneratingComponentRendererHandlerEmitter";
|
|
23
25
|
import { CodeGeneratingRegexHelper } from "./CodeGeneratingRegexHelper";
|
|
24
26
|
import { CodeGeneratingComponentRendererDataEmitter } from "./CodeGeneratingComponentRendererDataEmitter";
|
|
@@ -64,6 +66,18 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
64
66
|
_this.b = new CodeGeneratingCodeWriter(_this.l);
|
|
65
67
|
return _this;
|
|
66
68
|
}
|
|
69
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "az", {
|
|
70
|
+
get: function () {
|
|
71
|
+
switch (this.j.platform) {
|
|
72
|
+
case 1: return "angular";
|
|
73
|
+
case 2: return "react";
|
|
74
|
+
case 3: return "webcomponents";
|
|
75
|
+
}
|
|
76
|
+
return "";
|
|
77
|
+
},
|
|
78
|
+
enumerable: false,
|
|
79
|
+
configurable: true
|
|
80
|
+
});
|
|
67
81
|
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "m", {
|
|
68
82
|
get: function () {
|
|
69
83
|
return this.l;
|
|
@@ -71,7 +85,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
71
85
|
enumerable: false,
|
|
72
86
|
configurable: true
|
|
73
87
|
});
|
|
74
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
88
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a) {
|
|
75
89
|
this.j.af(a);
|
|
76
90
|
};
|
|
77
91
|
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "k", {
|
|
@@ -109,7 +123,10 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
109
123
|
enumerable: false,
|
|
110
124
|
configurable: true
|
|
111
125
|
});
|
|
112
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
126
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a3 = function (a) {
|
|
127
|
+
if (a == null || a == "any") {
|
|
128
|
+
return;
|
|
129
|
+
}
|
|
113
130
|
this.z.add(a);
|
|
114
131
|
};
|
|
115
132
|
CodeGeneratingComponentRendererCodeEmitter.prototype.v = function (a, b) {
|
|
@@ -164,18 +181,20 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
164
181
|
enumerable: false,
|
|
165
182
|
configurable: true
|
|
166
183
|
});
|
|
167
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
184
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a) {
|
|
168
185
|
this.ac.h(a);
|
|
169
186
|
};
|
|
170
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
187
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bi = function () {
|
|
171
188
|
};
|
|
172
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
173
|
-
this.ac.e();
|
|
189
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a) {
|
|
174
190
|
};
|
|
175
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
191
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a) {
|
|
192
|
+
this.ac.e();
|
|
176
193
|
};
|
|
177
194
|
CodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
|
|
178
|
-
|
|
195
|
+
};
|
|
196
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a, b, c, d) {
|
|
197
|
+
this.ba(a, b, c, d);
|
|
179
198
|
};
|
|
180
199
|
CodeGeneratingComponentRendererCodeEmitter.prototype.toString = function () {
|
|
181
200
|
return this.d.toString();
|
|
@@ -191,7 +210,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
191
210
|
b.c = this.ad(b);
|
|
192
211
|
}
|
|
193
212
|
switch (b.b.knownType) {
|
|
194
|
-
case 10: return this.am(b);
|
|
213
|
+
case 10: return this.am(a, b);
|
|
195
214
|
case 7: return b.c ? "true" : "false";
|
|
196
215
|
case 4: return this.af(b);
|
|
197
216
|
case 6:
|
|
@@ -303,7 +322,8 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
303
322
|
return "";
|
|
304
323
|
};
|
|
305
324
|
CodeGeneratingComponentRendererCodeEmitter.prototype.ai = function (a, b) {
|
|
306
|
-
var
|
|
325
|
+
var e_1, _a;
|
|
326
|
+
var c = this.a1(a, b);
|
|
307
327
|
if (b.c != null) {
|
|
308
328
|
var d = this.i(this.l, this.j);
|
|
309
329
|
if (typeCast(CodeGenerationItemBuilder.$, b.c) !== null) {
|
|
@@ -311,6 +331,25 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
311
331
|
e.r = c;
|
|
312
332
|
e.s(d, true);
|
|
313
333
|
var f = d.toString();
|
|
334
|
+
try {
|
|
335
|
+
for (var _b = __values(fromEnum(d.z)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
336
|
+
var g = _c.value;
|
|
337
|
+
this.z.add(g);
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
catch (e_1_1) {
|
|
341
|
+
e_1 = { error: e_1_1 };
|
|
342
|
+
}
|
|
343
|
+
finally {
|
|
344
|
+
try {
|
|
345
|
+
if (_c && !_c.done && (_a = _b.return))
|
|
346
|
+
_a.call(_b);
|
|
347
|
+
}
|
|
348
|
+
finally {
|
|
349
|
+
if (e_1)
|
|
350
|
+
throw e_1.error;
|
|
351
|
+
}
|
|
352
|
+
}
|
|
314
353
|
c = this.al(a, e, f, c);
|
|
315
354
|
}
|
|
316
355
|
}
|
|
@@ -319,7 +358,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
319
358
|
CodeGeneratingComponentRendererCodeEmitter.prototype.al = function (a, b, c, d) {
|
|
320
359
|
return d;
|
|
321
360
|
};
|
|
322
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
361
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function (a, b) {
|
|
323
362
|
if (b.c == null) {
|
|
324
363
|
return this.at();
|
|
325
364
|
}
|
|
@@ -360,7 +399,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
360
399
|
}
|
|
361
400
|
return this.at();
|
|
362
401
|
};
|
|
363
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a) {
|
|
402
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a, b) {
|
|
364
403
|
return "";
|
|
365
404
|
};
|
|
366
405
|
CodeGeneratingComponentRendererCodeEmitter.prototype.ad = function (a) {
|
|
@@ -405,7 +444,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
405
444
|
};
|
|
406
445
|
CodeGeneratingComponentRendererCodeEmitter.prototype.aq = function (a) {
|
|
407
446
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
408
|
-
this.
|
|
447
|
+
this.bj(a);
|
|
409
448
|
return a.a.e;
|
|
410
449
|
}
|
|
411
450
|
return this.at();
|
|
@@ -442,30 +481,30 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
442
481
|
var b = a;
|
|
443
482
|
return ColorUtil.i(b.color, this.w);
|
|
444
483
|
};
|
|
445
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
484
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a) {
|
|
446
485
|
this.aa.h(a);
|
|
447
486
|
this.ab.h(false);
|
|
448
487
|
};
|
|
449
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
488
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bg = function (a) {
|
|
450
489
|
var b = this.an(a);
|
|
451
490
|
this.aa.h(b);
|
|
452
491
|
this.ab.h(true);
|
|
453
492
|
};
|
|
454
493
|
CodeGeneratingComponentRendererCodeEmitter.prototype.an = function (a) {
|
|
455
|
-
var b = stringReplace(stringReplace(a, this.
|
|
456
|
-
b = CodeGeneratingComponentRenderer.
|
|
494
|
+
var b = stringReplace(stringReplace(a, this.a0, ""), "Component", "");
|
|
495
|
+
b = CodeGeneratingComponentRenderer.d2(b);
|
|
457
496
|
return this.j.v(b);
|
|
458
497
|
};
|
|
459
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
498
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.be = function () {
|
|
460
499
|
this.ax = this.aa.e();
|
|
461
500
|
this.ab.e();
|
|
462
501
|
};
|
|
463
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
502
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
|
|
464
503
|
return "";
|
|
465
504
|
};
|
|
466
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
505
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "a0", {
|
|
467
506
|
get: function () {
|
|
468
|
-
return this.
|
|
507
|
+
return this.get_a0();
|
|
469
508
|
},
|
|
470
509
|
enumerable: false,
|
|
471
510
|
configurable: true
|
|
@@ -475,8 +514,8 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
475
514
|
if (this.aa.f > 0) {
|
|
476
515
|
return this.aa.d();
|
|
477
516
|
}
|
|
478
|
-
var a = stringReplace(stringReplace(this.ak, this.
|
|
479
|
-
return CodeGeneratingComponentRenderer.
|
|
517
|
+
var a = stringReplace(stringReplace(this.ak, this.a0, ""), "Component", "");
|
|
518
|
+
return CodeGeneratingComponentRenderer.d2(a);
|
|
480
519
|
},
|
|
481
520
|
enumerable: false,
|
|
482
521
|
configurable: true
|
|
@@ -528,33 +567,33 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
528
567
|
enumerable: false,
|
|
529
568
|
configurable: true
|
|
530
569
|
});
|
|
531
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
570
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bf = function () {
|
|
532
571
|
this.ax = this.aa.e();
|
|
533
572
|
};
|
|
534
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
573
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a6 = function (a) {
|
|
535
574
|
var b = this.f.toString();
|
|
536
575
|
if (b.length > 0) {
|
|
537
576
|
a.l(b);
|
|
538
577
|
}
|
|
539
578
|
};
|
|
540
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
579
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a9 = function (a) {
|
|
541
580
|
var b = this.g.toString();
|
|
542
581
|
if (b.length > 0) {
|
|
543
582
|
a.l(b);
|
|
544
583
|
}
|
|
545
584
|
};
|
|
546
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
585
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a5 = function (a) {
|
|
547
586
|
var b = this.e.toString();
|
|
548
587
|
if (b.length > 0) {
|
|
549
588
|
a.l(b);
|
|
550
589
|
}
|
|
551
590
|
};
|
|
552
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
591
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a7 = function (a, b) {
|
|
553
592
|
if (this.z.count > 0) {
|
|
554
|
-
this.
|
|
593
|
+
this.a8(a, this.z, b);
|
|
555
594
|
}
|
|
556
595
|
};
|
|
557
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
596
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a8 = function (a, b, c) {
|
|
558
597
|
};
|
|
559
598
|
CodeGeneratingComponentRendererCodeEmitter.$t = markType(CodeGeneratingComponentRendererCodeEmitter, 'CodeGeneratingComponentRendererCodeEmitter');
|
|
560
599
|
return CodeGeneratingComponentRendererCodeEmitter;
|
|
@@ -567,9 +606,9 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
567
606
|
__extends(BlazorRazorCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
568
607
|
function BlazorRazorCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
569
608
|
var _this = _super.call(this, a, b) || this;
|
|
570
|
-
_this.
|
|
571
|
-
_this.
|
|
572
|
-
_this.
|
|
609
|
+
_this.bm = 0;
|
|
610
|
+
_this.bk = new HashSet$1(String_$type, 0);
|
|
611
|
+
_this.bl = new HashSet$1(String_$type, 0);
|
|
573
612
|
return _this;
|
|
574
613
|
}
|
|
575
614
|
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
@@ -584,26 +623,26 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
584
623
|
});
|
|
585
624
|
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.al = function (a, b, c, d) {
|
|
586
625
|
d = _super.prototype.al.call(this, a, b, c, d);
|
|
587
|
-
this.f.l("private " + b.m() + " _" + CodeGeneratingComponentRenderer.
|
|
588
|
-
this.f.l("public " + b.m() + " " + CodeGeneratingComponentRenderer.
|
|
626
|
+
this.f.l("private " + b.m() + " _" + CodeGeneratingComponentRenderer.d2(d) + " = null;");
|
|
627
|
+
this.f.l("public " + b.m() + " " + CodeGeneratingComponentRenderer.d3(d));
|
|
589
628
|
this.f.l("{");
|
|
590
629
|
this.f.h();
|
|
591
630
|
this.f.l("get");
|
|
592
631
|
this.f.l("{");
|
|
593
632
|
this.f.h();
|
|
594
|
-
this.f.l("if (this._" + CodeGeneratingComponentRenderer.
|
|
633
|
+
this.f.l("if (this._" + CodeGeneratingComponentRenderer.d2(d) + " == null)");
|
|
595
634
|
this.f.l("{");
|
|
596
635
|
this.f.h();
|
|
597
636
|
this.f.k(c);
|
|
598
|
-
this.f.l("this._" + CodeGeneratingComponentRenderer.
|
|
637
|
+
this.f.l("this._" + CodeGeneratingComponentRenderer.d2(d) + " = " + d + ";");
|
|
599
638
|
this.f.f();
|
|
600
639
|
this.f.l("}");
|
|
601
|
-
this.f.l("return this._" + CodeGeneratingComponentRenderer.
|
|
640
|
+
this.f.l("return this._" + CodeGeneratingComponentRenderer.d2(d) + ";");
|
|
602
641
|
this.f.f();
|
|
603
642
|
this.f.l("}");
|
|
604
643
|
this.f.f();
|
|
605
644
|
this.f.l("}");
|
|
606
|
-
return CodeGeneratingComponentRenderer.
|
|
645
|
+
return CodeGeneratingComponentRenderer.d3(d);
|
|
607
646
|
};
|
|
608
647
|
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
609
648
|
return new BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
@@ -611,71 +650,90 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
611
650
|
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_x = function () {
|
|
612
651
|
return false;
|
|
613
652
|
};
|
|
614
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
615
|
-
if (
|
|
653
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bn = function (a, b, c) {
|
|
654
|
+
if (c.c == null) {
|
|
616
655
|
return "null";
|
|
617
656
|
}
|
|
618
|
-
var
|
|
619
|
-
var
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
657
|
+
var d = c.c;
|
|
658
|
+
var e = b;
|
|
659
|
+
var f = new CodeGenerationItemBuilderPropertyInfo();
|
|
660
|
+
f.b = ((function () {
|
|
661
|
+
var $ret = new TypeDescriptionMetadata();
|
|
662
|
+
$ret.propertyName = c.b.propertyName;
|
|
663
|
+
$ret.specificType = b;
|
|
664
|
+
$ret.specificExternalType = b;
|
|
665
|
+
return $ret;
|
|
666
|
+
})());
|
|
667
|
+
f.b.knownType = 8;
|
|
668
|
+
f.b.owningType = c.b.owningType;
|
|
669
|
+
if (f.b.specificType == "string") {
|
|
670
|
+
f.b.knownType = 2;
|
|
625
671
|
}
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
};
|
|
629
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a) {
|
|
630
|
-
if (a.b.specificExternalType == "string") {
|
|
631
|
-
return this.bl(a.b.specificExternalType, a);
|
|
672
|
+
if (f.b.specificType == "int") {
|
|
673
|
+
f.b.knownType = 1;
|
|
632
674
|
}
|
|
633
|
-
if (
|
|
634
|
-
|
|
675
|
+
if (f.b.specificType == "double") {
|
|
676
|
+
f.b.knownType = 1;
|
|
635
677
|
}
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
678
|
+
if (f.b.knownType == 8) {
|
|
679
|
+
e = this.a0 + e;
|
|
680
|
+
}
|
|
681
|
+
var g = "@(new " + e + "[] { ";
|
|
682
|
+
for (var h = 0; h < d.length; h++) {
|
|
683
|
+
if (h > 0) {
|
|
684
|
+
g += ", ";
|
|
685
|
+
}
|
|
686
|
+
f.c = d[h];
|
|
687
|
+
if (f.b.knownType == 2) {
|
|
688
|
+
g += "\"" + this.aw(a, f, true) + "\"";
|
|
689
|
+
}
|
|
690
|
+
else {
|
|
691
|
+
g += this.aw(a, f, true);
|
|
641
692
|
}
|
|
642
|
-
c += b[d];
|
|
643
693
|
}
|
|
644
|
-
|
|
694
|
+
g += " })";
|
|
695
|
+
return g;
|
|
696
|
+
};
|
|
697
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a, b) {
|
|
698
|
+
var c = b.b.specificType;
|
|
699
|
+
if (c == null) {
|
|
700
|
+
c = b.b.specificExternalType;
|
|
701
|
+
}
|
|
702
|
+
return this.bn(a, c, b);
|
|
645
703
|
};
|
|
646
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
647
|
-
_super.prototype.
|
|
704
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a) {
|
|
705
|
+
_super.prototype.a4.call(this, a);
|
|
648
706
|
this.h.l("<" + a + "");
|
|
649
|
-
if (!this.
|
|
650
|
-
this.
|
|
651
|
-
if (!this.
|
|
652
|
-
this.
|
|
653
|
-
this.
|
|
707
|
+
if (!this.bk.contains(this.aj)) {
|
|
708
|
+
this.bk.add_1(this.aj);
|
|
709
|
+
if (!this.bl.contains(this.ak)) {
|
|
710
|
+
this.bl.add_1(this.ak);
|
|
711
|
+
this.a3(this.ak);
|
|
654
712
|
}
|
|
655
|
-
this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.
|
|
713
|
+
this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
|
|
656
714
|
if (!this.p) {
|
|
657
715
|
if (this.u) {
|
|
658
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.
|
|
716
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
|
|
659
717
|
}
|
|
660
718
|
}
|
|
661
719
|
else {
|
|
662
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.
|
|
720
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
|
|
663
721
|
}
|
|
664
722
|
}
|
|
665
723
|
};
|
|
666
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
724
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function () {
|
|
667
725
|
this.h.l(">");
|
|
668
726
|
this.h.h();
|
|
669
727
|
};
|
|
670
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
728
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a) {
|
|
671
729
|
this.h.f();
|
|
672
730
|
this.h.l("</" + a + ">");
|
|
673
731
|
this.h.l("");
|
|
674
|
-
_super.prototype.
|
|
732
|
+
_super.prototype.bd.call(this, a);
|
|
675
733
|
};
|
|
676
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
677
|
-
if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.
|
|
678
|
-
this.
|
|
734
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
|
|
735
|
+
if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d3(c.b.propertyName)) && this.q(d, c)) {
|
|
736
|
+
this.bj(c);
|
|
679
737
|
if (a > 0) {
|
|
680
738
|
this.h.l("");
|
|
681
739
|
}
|
|
@@ -688,29 +746,29 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
688
746
|
return;
|
|
689
747
|
}
|
|
690
748
|
if (this.s(c)) {
|
|
691
|
-
this.
|
|
692
|
-
if (!this.
|
|
693
|
-
this.
|
|
694
|
-
if (!this.
|
|
695
|
-
this.
|
|
696
|
-
this.
|
|
749
|
+
this.bj(c);
|
|
750
|
+
if (!this.bk.contains(this.aj)) {
|
|
751
|
+
this.bk.add_1(this.aj);
|
|
752
|
+
if (!this.bl.contains(this.ak)) {
|
|
753
|
+
this.bl.add_1(this.ak);
|
|
754
|
+
this.a3(this.ak);
|
|
697
755
|
}
|
|
698
|
-
this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.
|
|
756
|
+
this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
|
|
699
757
|
if (!this.p) {
|
|
700
758
|
if (this.u) {
|
|
701
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.
|
|
759
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
|
|
702
760
|
}
|
|
703
761
|
}
|
|
704
762
|
else {
|
|
705
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.
|
|
763
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
|
|
706
764
|
}
|
|
707
765
|
}
|
|
708
|
-
var e = CodeGeneratingComponentRenderer.
|
|
766
|
+
var e = CodeGeneratingComponentRenderer.d2(this.aw(d, c, true));
|
|
709
767
|
var f = e;
|
|
710
768
|
if (f != "null" && !stringStartsWith(f, "this.")) {
|
|
711
769
|
f = "this." + f;
|
|
712
770
|
}
|
|
713
|
-
this.e.l(CodeGeneratingComponentRenderer.
|
|
771
|
+
this.e.l(CodeGeneratingComponentRenderer.d2(this.aj) + "." + b + " = " + f + ";");
|
|
714
772
|
return;
|
|
715
773
|
}
|
|
716
774
|
if (a > 0) {
|
|
@@ -742,7 +800,7 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
742
800
|
}
|
|
743
801
|
if (b == "Name") {
|
|
744
802
|
this.h.l("");
|
|
745
|
-
this.h.j("@ref=\"" + CodeGeneratingComponentRenderer.
|
|
803
|
+
this.h.j("@ref=\"" + CodeGeneratingComponentRenderer.d2(this.aw(d, c, true)) + "\"");
|
|
746
804
|
}
|
|
747
805
|
};
|
|
748
806
|
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ap = function (a) {
|
|
@@ -800,18 +858,18 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
800
858
|
return "@null";
|
|
801
859
|
};
|
|
802
860
|
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ao = function (a) {
|
|
803
|
-
return CodeGeneratingComponentRenderer.
|
|
861
|
+
return CodeGeneratingComponentRenderer.d2(CodeGeneratingComponentRenderer.d2(a.a.e));
|
|
804
862
|
};
|
|
805
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
863
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bo = function (a) {
|
|
806
864
|
a = stringReplace(a, "-", "_");
|
|
807
|
-
return CodeGeneratingComponentRenderer.
|
|
865
|
+
return CodeGeneratingComponentRenderer.d3(a);
|
|
808
866
|
};
|
|
809
867
|
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
|
|
810
|
-
this.
|
|
811
|
-
return CodeGeneratingComponentRenderer.
|
|
868
|
+
this.bj(a);
|
|
869
|
+
return CodeGeneratingComponentRenderer.d3(a.a.e);
|
|
812
870
|
};
|
|
813
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
814
|
-
var
|
|
871
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a, b, c, d) {
|
|
872
|
+
var e_2, _a;
|
|
815
873
|
if (c.b.knownType == 9) {
|
|
816
874
|
var e = typeCast(IList_$type, c.c);
|
|
817
875
|
if (e != null) {
|
|
@@ -824,8 +882,8 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
824
882
|
}
|
|
825
883
|
}
|
|
826
884
|
}
|
|
827
|
-
catch (
|
|
828
|
-
|
|
885
|
+
catch (e_2_1) {
|
|
886
|
+
e_2 = { error: e_2_1 };
|
|
829
887
|
}
|
|
830
888
|
finally {
|
|
831
889
|
try {
|
|
@@ -833,8 +891,8 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
833
891
|
_a.call(_b);
|
|
834
892
|
}
|
|
835
893
|
finally {
|
|
836
|
-
if (
|
|
837
|
-
throw
|
|
894
|
+
if (e_2)
|
|
895
|
+
throw e_2.error;
|
|
838
896
|
}
|
|
839
897
|
}
|
|
840
898
|
}
|
|
@@ -846,7 +904,7 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
846
904
|
}
|
|
847
905
|
}
|
|
848
906
|
};
|
|
849
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
907
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
|
|
850
908
|
return "Igb";
|
|
851
909
|
};
|
|
852
910
|
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.$t = markType(BlazorRazorCodeGeneratingComponentRendererCodeEmitter, 'BlazorRazorCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
|
|
@@ -860,9 +918,9 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
860
918
|
__extends(BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
861
919
|
function BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
862
920
|
var _this = _super.call(this, a, b) || this;
|
|
863
|
-
_this.
|
|
864
|
-
_this.
|
|
865
|
-
_this.
|
|
921
|
+
_this.bm = 0;
|
|
922
|
+
_this.bk = new HashSet$1(String_$type, 0);
|
|
923
|
+
_this.bl = new HashSet$1(String_$type, 0);
|
|
866
924
|
return _this;
|
|
867
925
|
}
|
|
868
926
|
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
@@ -881,7 +939,7 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
881
939
|
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_x = function () {
|
|
882
940
|
return false;
|
|
883
941
|
};
|
|
884
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
942
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bn = function (a, b) {
|
|
885
943
|
if (b.c == null) {
|
|
886
944
|
return "null";
|
|
887
945
|
}
|
|
@@ -896,56 +954,56 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
896
954
|
d += " }";
|
|
897
955
|
return d;
|
|
898
956
|
};
|
|
899
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a) {
|
|
900
|
-
if (
|
|
901
|
-
return this.
|
|
957
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a, b) {
|
|
958
|
+
if (b.b.specificExternalType == "string") {
|
|
959
|
+
return this.bn(b.b.specificExternalType, b);
|
|
902
960
|
}
|
|
903
|
-
if (
|
|
961
|
+
if (b.c == null) {
|
|
904
962
|
return "null";
|
|
905
963
|
}
|
|
906
|
-
var
|
|
907
|
-
var
|
|
908
|
-
for (var
|
|
909
|
-
if (
|
|
910
|
-
|
|
964
|
+
var c = b.c;
|
|
965
|
+
var d = "";
|
|
966
|
+
for (var e = 0; e < c.length; e++) {
|
|
967
|
+
if (e > 0) {
|
|
968
|
+
d += ", ";
|
|
911
969
|
}
|
|
912
|
-
|
|
970
|
+
d += c[e];
|
|
913
971
|
}
|
|
914
|
-
return
|
|
972
|
+
return d;
|
|
915
973
|
};
|
|
916
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
917
|
-
_super.prototype.
|
|
974
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a) {
|
|
975
|
+
_super.prototype.a4.call(this, a);
|
|
918
976
|
if (this.u) {
|
|
919
977
|
this.h.l("var " + this.aj + " = new " + a + "();");
|
|
920
978
|
}
|
|
921
979
|
else {
|
|
922
980
|
this.h.l("var " + this.aj + " = new " + a + "();");
|
|
923
981
|
}
|
|
924
|
-
if (!this.
|
|
925
|
-
this.
|
|
926
|
-
if (!this.
|
|
927
|
-
this.
|
|
928
|
-
this.
|
|
982
|
+
if (!this.bk.contains(this.aj)) {
|
|
983
|
+
this.bk.add_1(this.aj);
|
|
984
|
+
if (!this.bl.contains(this.ak)) {
|
|
985
|
+
this.bl.add_1(this.ak);
|
|
986
|
+
this.a3(this.ak);
|
|
929
987
|
}
|
|
930
|
-
this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.
|
|
988
|
+
this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
|
|
931
989
|
if (!this.p) {
|
|
932
990
|
if (this.u) {
|
|
933
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.
|
|
991
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
|
|
934
992
|
}
|
|
935
993
|
}
|
|
936
994
|
else {
|
|
937
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.
|
|
995
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
|
|
938
996
|
}
|
|
939
997
|
}
|
|
940
998
|
};
|
|
941
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
999
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function () {
|
|
942
1000
|
};
|
|
943
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
944
|
-
_super.prototype.
|
|
1001
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a) {
|
|
1002
|
+
_super.prototype.bd.call(this, a);
|
|
945
1003
|
};
|
|
946
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
947
|
-
if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.
|
|
948
|
-
this.
|
|
1004
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
|
|
1005
|
+
if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d3(c.b.propertyName)) && this.q(d, c)) {
|
|
1006
|
+
this.bj(c);
|
|
949
1007
|
if (a > 0) {
|
|
950
1008
|
this.h.l("");
|
|
951
1009
|
}
|
|
@@ -958,29 +1016,29 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
958
1016
|
return;
|
|
959
1017
|
}
|
|
960
1018
|
if (this.s(c)) {
|
|
961
|
-
this.
|
|
962
|
-
if (!this.
|
|
963
|
-
this.
|
|
964
|
-
if (!this.
|
|
965
|
-
this.
|
|
966
|
-
this.
|
|
1019
|
+
this.bj(c);
|
|
1020
|
+
if (!this.bk.contains(this.aj)) {
|
|
1021
|
+
this.bk.add_1(this.aj);
|
|
1022
|
+
if (!this.bl.contains(this.ak)) {
|
|
1023
|
+
this.bl.add_1(this.ak);
|
|
1024
|
+
this.a3(this.ak);
|
|
967
1025
|
}
|
|
968
|
-
this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.
|
|
1026
|
+
this.f.l("private " + this.ak + " " + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
|
|
969
1027
|
if (!this.p) {
|
|
970
1028
|
if (this.u) {
|
|
971
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.
|
|
1029
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
|
|
972
1030
|
}
|
|
973
1031
|
}
|
|
974
1032
|
else {
|
|
975
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.
|
|
1033
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + ";");
|
|
976
1034
|
}
|
|
977
1035
|
}
|
|
978
|
-
var e = CodeGeneratingComponentRenderer.
|
|
1036
|
+
var e = CodeGeneratingComponentRenderer.d2(this.aw(d, c, true));
|
|
979
1037
|
var f = e;
|
|
980
1038
|
if (f != "null" && !stringStartsWith(f, "this.")) {
|
|
981
1039
|
f = "this." + f;
|
|
982
1040
|
}
|
|
983
|
-
this.e.l(CodeGeneratingComponentRenderer.
|
|
1041
|
+
this.e.l(CodeGeneratingComponentRenderer.d2(this.aj) + "." + b + " = " + f + ";");
|
|
984
1042
|
return;
|
|
985
1043
|
}
|
|
986
1044
|
if (a > 0) {
|
|
@@ -991,14 +1049,16 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
991
1049
|
g = true;
|
|
992
1050
|
}
|
|
993
1051
|
if (!g) {
|
|
1052
|
+
var h = false;
|
|
994
1053
|
if (c.a != null && c.a.e != null) {
|
|
995
1054
|
if (this.m != null) {
|
|
996
1055
|
if (this.m.library != null) {
|
|
997
1056
|
if (this.m.library.hasItem(c.a.e)) {
|
|
998
|
-
var
|
|
999
|
-
var
|
|
1000
|
-
if (
|
|
1057
|
+
var i = this.m.library.getItem(c.a.e);
|
|
1058
|
+
var j = i.getContentForPlatform(5);
|
|
1059
|
+
if (j != null && j.isJSContent) {
|
|
1001
1060
|
b = b + "Script";
|
|
1061
|
+
h = true;
|
|
1002
1062
|
}
|
|
1003
1063
|
}
|
|
1004
1064
|
}
|
|
@@ -1007,7 +1067,12 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1007
1067
|
this.h.j(this.aj + ".");
|
|
1008
1068
|
this.h.j(b);
|
|
1009
1069
|
this.h.j(" = ");
|
|
1010
|
-
|
|
1070
|
+
if (h) {
|
|
1071
|
+
this.h.j("\"" + this.aw(d, c, true) + "\"");
|
|
1072
|
+
}
|
|
1073
|
+
else {
|
|
1074
|
+
this.h.j(this.aw(d, c, true));
|
|
1075
|
+
}
|
|
1011
1076
|
this.h.j(";");
|
|
1012
1077
|
}
|
|
1013
1078
|
};
|
|
@@ -1071,18 +1136,18 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1071
1136
|
return "null";
|
|
1072
1137
|
};
|
|
1073
1138
|
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ao = function (a) {
|
|
1074
|
-
return CodeGeneratingComponentRenderer.
|
|
1139
|
+
return CodeGeneratingComponentRenderer.d2(CodeGeneratingComponentRenderer.d2(a.a.e));
|
|
1075
1140
|
};
|
|
1076
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1141
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bo = function (a) {
|
|
1077
1142
|
a = stringReplace(a, "-", "_");
|
|
1078
|
-
return CodeGeneratingComponentRenderer.
|
|
1143
|
+
return CodeGeneratingComponentRenderer.d3(a);
|
|
1079
1144
|
};
|
|
1080
1145
|
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
|
|
1081
|
-
this.
|
|
1082
|
-
return CodeGeneratingComponentRenderer.
|
|
1146
|
+
this.bj(a);
|
|
1147
|
+
return CodeGeneratingComponentRenderer.d3(a.a.e);
|
|
1083
1148
|
};
|
|
1084
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1085
|
-
var
|
|
1149
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a, b, c, d) {
|
|
1150
|
+
var e_3, _a;
|
|
1086
1151
|
if (c.b.knownType == 9) {
|
|
1087
1152
|
var e = typeCast(IList_$type, c.c);
|
|
1088
1153
|
if (e != null) {
|
|
@@ -1096,8 +1161,8 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1096
1161
|
}
|
|
1097
1162
|
}
|
|
1098
1163
|
}
|
|
1099
|
-
catch (
|
|
1100
|
-
|
|
1164
|
+
catch (e_3_1) {
|
|
1165
|
+
e_3 = { error: e_3_1 };
|
|
1101
1166
|
}
|
|
1102
1167
|
finally {
|
|
1103
1168
|
try {
|
|
@@ -1105,8 +1170,8 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1105
1170
|
_a.call(_b);
|
|
1106
1171
|
}
|
|
1107
1172
|
finally {
|
|
1108
|
-
if (
|
|
1109
|
-
throw
|
|
1173
|
+
if (e_3)
|
|
1174
|
+
throw e_3.error;
|
|
1110
1175
|
}
|
|
1111
1176
|
}
|
|
1112
1177
|
}
|
|
@@ -1119,7 +1184,7 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1119
1184
|
}
|
|
1120
1185
|
}
|
|
1121
1186
|
};
|
|
1122
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1187
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
|
|
1123
1188
|
return "Igb";
|
|
1124
1189
|
};
|
|
1125
1190
|
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
|
|
@@ -1133,8 +1198,8 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1133
1198
|
__extends(ReactMarkupCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
1134
1199
|
function ReactMarkupCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
1135
1200
|
var _this = _super.call(this, a, b) || this;
|
|
1136
|
-
_this.
|
|
1137
|
-
_this.
|
|
1201
|
+
_this.bk = new HashSet$1(String_$type, 0);
|
|
1202
|
+
_this.bl = new HashSet$1(String_$type, 0);
|
|
1138
1203
|
return _this;
|
|
1139
1204
|
}
|
|
1140
1205
|
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
@@ -1150,76 +1215,76 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1150
1215
|
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.al = function (a, b, c, d) {
|
|
1151
1216
|
d = _super.prototype.al.call(this, a, b, c, d);
|
|
1152
1217
|
var e = b.p();
|
|
1153
|
-
this.f.l("private " + " _" + CodeGeneratingComponentRenderer.
|
|
1154
|
-
this.f.l("public get " + CodeGeneratingComponentRenderer.
|
|
1218
|
+
this.f.l("private " + " _" + CodeGeneratingComponentRenderer.d2(d) + ": " + e + " | null = null;");
|
|
1219
|
+
this.f.l("public get " + CodeGeneratingComponentRenderer.d2(d) + "(): " + e + " {");
|
|
1155
1220
|
this.f.h();
|
|
1156
|
-
this.f.l("if (this._" + CodeGeneratingComponentRenderer.
|
|
1221
|
+
this.f.l("if (this._" + CodeGeneratingComponentRenderer.d2(d) + " == null)");
|
|
1157
1222
|
this.f.l("{");
|
|
1158
1223
|
this.f.h();
|
|
1159
1224
|
this.f.k(c);
|
|
1160
|
-
this.f.l("this._" + CodeGeneratingComponentRenderer.
|
|
1225
|
+
this.f.l("this._" + CodeGeneratingComponentRenderer.d2(d) + " = " + d + ";");
|
|
1161
1226
|
this.f.f();
|
|
1162
1227
|
this.f.l("}");
|
|
1163
|
-
this.f.l("return this._" + CodeGeneratingComponentRenderer.
|
|
1228
|
+
this.f.l("return this._" + CodeGeneratingComponentRenderer.d2(d) + ";");
|
|
1164
1229
|
this.f.f();
|
|
1165
1230
|
this.f.l("}");
|
|
1166
|
-
return CodeGeneratingComponentRenderer.
|
|
1231
|
+
return CodeGeneratingComponentRenderer.d3(d);
|
|
1167
1232
|
};
|
|
1168
1233
|
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
1169
1234
|
return new ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
1170
1235
|
};
|
|
1171
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a) {
|
|
1172
|
-
if (
|
|
1236
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a, b) {
|
|
1237
|
+
if (b.c == null) {
|
|
1173
1238
|
return "{null}";
|
|
1174
1239
|
}
|
|
1175
|
-
var
|
|
1176
|
-
var
|
|
1177
|
-
for (var
|
|
1178
|
-
if (
|
|
1179
|
-
|
|
1240
|
+
var c = b.c;
|
|
1241
|
+
var d = "[";
|
|
1242
|
+
for (var e = 0; e < c.length; e++) {
|
|
1243
|
+
if (e > 0) {
|
|
1244
|
+
d += ", ";
|
|
1180
1245
|
}
|
|
1181
|
-
|
|
1246
|
+
d += "\"" + c[e].toString() + "\"";
|
|
1182
1247
|
}
|
|
1183
|
-
|
|
1184
|
-
return
|
|
1248
|
+
d += "]";
|
|
1249
|
+
return d;
|
|
1185
1250
|
};
|
|
1186
1251
|
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_w = function () {
|
|
1187
1252
|
return true;
|
|
1188
1253
|
};
|
|
1189
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1254
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
|
|
1190
1255
|
return "Igr";
|
|
1191
1256
|
};
|
|
1192
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1193
|
-
_super.prototype.
|
|
1194
|
-
this.h.l("<" + this.
|
|
1257
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a) {
|
|
1258
|
+
_super.prototype.a4.call(this, a);
|
|
1259
|
+
this.h.l("<" + this.bn(a) + "");
|
|
1195
1260
|
this.h.h();
|
|
1196
|
-
if (!this.
|
|
1197
|
-
this.
|
|
1198
|
-
this.
|
|
1261
|
+
if (!this.bl.contains(this.ak)) {
|
|
1262
|
+
this.bl.add_1(this.ak);
|
|
1263
|
+
this.a3(this.ak);
|
|
1199
1264
|
}
|
|
1200
|
-
if (!this.
|
|
1201
|
-
this.
|
|
1202
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.
|
|
1265
|
+
if (!this.bk.contains(this.aj)) {
|
|
1266
|
+
this.bk.add_1(this.aj);
|
|
1267
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + ": " + this.ak);
|
|
1203
1268
|
if (this.u) {
|
|
1204
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.
|
|
1269
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + "Ref(r: " + this.ak + ") {");
|
|
1205
1270
|
this.f.h();
|
|
1206
|
-
this.f.l("this." + CodeGeneratingComponentRenderer.
|
|
1271
|
+
this.f.l("this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = r;");
|
|
1207
1272
|
this.f.l("this.setState({});");
|
|
1208
1273
|
this.f.f();
|
|
1209
1274
|
this.f.l("}");
|
|
1210
|
-
this.g.l("this." + CodeGeneratingComponentRenderer.
|
|
1275
|
+
this.g.l("this." + CodeGeneratingComponentRenderer.d2(this.aj) + "Ref = " + "this." + CodeGeneratingComponentRenderer.d2(this.aj) + "Ref.bind(this);");
|
|
1211
1276
|
}
|
|
1212
1277
|
}
|
|
1213
1278
|
};
|
|
1214
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1279
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bn = function (a) {
|
|
1215
1280
|
if (stringEndsWith(a, "Component")) {
|
|
1216
1281
|
a = a.substr(0, a.length - ("Component").length);
|
|
1217
1282
|
}
|
|
1218
|
-
return CodeGeneratingComponentRenderer.
|
|
1283
|
+
return CodeGeneratingComponentRenderer.d3(a);
|
|
1219
1284
|
};
|
|
1220
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1285
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function () {
|
|
1221
1286
|
if (!this.u && !this.p) {
|
|
1222
|
-
var a = this.
|
|
1287
|
+
var a = this.bm();
|
|
1223
1288
|
this.h.l("");
|
|
1224
1289
|
this.h.l("name=\"" + a + "\"");
|
|
1225
1290
|
}
|
|
@@ -1227,31 +1292,31 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1227
1292
|
this.h.l(">");
|
|
1228
1293
|
this.h.h();
|
|
1229
1294
|
};
|
|
1230
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1231
|
-
var a = CodeGeneratingComponentRenderer.
|
|
1295
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bm = function () {
|
|
1296
|
+
var a = CodeGeneratingComponentRenderer.d2(stringReplace(stringReplace(this.ak, this.a0, ""), "Component", ""));
|
|
1232
1297
|
a = this.k.u(a);
|
|
1233
1298
|
return a;
|
|
1234
1299
|
};
|
|
1235
1300
|
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.aq = function (a) {
|
|
1236
1301
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
1237
|
-
this.
|
|
1238
|
-
if (!this.
|
|
1239
|
-
this.g.l("this." + CodeGeneratingComponentRenderer.
|
|
1302
|
+
this.bj(a);
|
|
1303
|
+
if (!this.bk.contains(a.a.e)) {
|
|
1304
|
+
this.g.l("this." + CodeGeneratingComponentRenderer.d2(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d2(a.a.e) + ".bind(this);");
|
|
1240
1305
|
}
|
|
1241
|
-
return "this." + CodeGeneratingComponentRenderer.
|
|
1306
|
+
return "this." + CodeGeneratingComponentRenderer.d2(a.a.e);
|
|
1242
1307
|
}
|
|
1243
1308
|
return this.at();
|
|
1244
1309
|
};
|
|
1245
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1310
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a) {
|
|
1246
1311
|
this.h.f();
|
|
1247
|
-
this.h.l("</" + this.
|
|
1248
|
-
_super.prototype.
|
|
1312
|
+
this.h.l("</" + this.bn(a) + ">");
|
|
1313
|
+
_super.prototype.bd.call(this, a);
|
|
1249
1314
|
};
|
|
1250
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1251
|
-
var e = CodeGeneratingComponentRenderer.
|
|
1315
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
|
|
1316
|
+
var e = CodeGeneratingComponentRenderer.d2(b);
|
|
1252
1317
|
var f = this.aw(d, c, true);
|
|
1253
|
-
if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.
|
|
1254
|
-
this.
|
|
1318
|
+
if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.d3(c.b.propertyName)) && this.q(d, c)) {
|
|
1319
|
+
this.bj(c);
|
|
1255
1320
|
if (a > 0) {
|
|
1256
1321
|
this.h.l("");
|
|
1257
1322
|
}
|
|
@@ -1266,7 +1331,7 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1266
1331
|
if (!(e == "name") || !this.u) {
|
|
1267
1332
|
var g = (c.b != null && c.b.knownType == 10);
|
|
1268
1333
|
if (this.q(d, c) || g) {
|
|
1269
|
-
this.
|
|
1334
|
+
this.bj(c);
|
|
1270
1335
|
f = "{" + f + "}";
|
|
1271
1336
|
}
|
|
1272
1337
|
if (a > 0) {
|
|
@@ -1288,7 +1353,7 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1288
1353
|
if (a > 0) {
|
|
1289
1354
|
this.h.l("");
|
|
1290
1355
|
}
|
|
1291
|
-
this.h.j("ref={this." + CodeGeneratingComponentRenderer.
|
|
1356
|
+
this.h.j("ref={this." + CodeGeneratingComponentRenderer.d2(this.aw(d, c, true)) + "Ref}");
|
|
1292
1357
|
}
|
|
1293
1358
|
}
|
|
1294
1359
|
};
|
|
@@ -1306,13 +1371,13 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1306
1371
|
return "null";
|
|
1307
1372
|
};
|
|
1308
1373
|
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ao = function (a) {
|
|
1309
|
-
return "this." + CodeGeneratingComponentRenderer.
|
|
1374
|
+
return "this." + CodeGeneratingComponentRenderer.d2(a.a.e);
|
|
1310
1375
|
};
|
|
1311
1376
|
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
|
|
1312
|
-
return "this." + CodeGeneratingComponentRenderer.
|
|
1377
|
+
return "this." + CodeGeneratingComponentRenderer.d2(a.a.e);
|
|
1313
1378
|
};
|
|
1314
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1315
|
-
var
|
|
1379
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a, b, c, d) {
|
|
1380
|
+
var e_4, _a;
|
|
1316
1381
|
if (c.b.knownType == 9) {
|
|
1317
1382
|
var e = typeCast(IList_$type, c.c);
|
|
1318
1383
|
if (e != null) {
|
|
@@ -1325,8 +1390,8 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1325
1390
|
}
|
|
1326
1391
|
}
|
|
1327
1392
|
}
|
|
1328
|
-
catch (
|
|
1329
|
-
|
|
1393
|
+
catch (e_4_1) {
|
|
1394
|
+
e_4 = { error: e_4_1 };
|
|
1330
1395
|
}
|
|
1331
1396
|
finally {
|
|
1332
1397
|
try {
|
|
@@ -1334,8 +1399,8 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1334
1399
|
_a.call(_b);
|
|
1335
1400
|
}
|
|
1336
1401
|
finally {
|
|
1337
|
-
if (
|
|
1338
|
-
throw
|
|
1402
|
+
if (e_4)
|
|
1403
|
+
throw e_4.error;
|
|
1339
1404
|
}
|
|
1340
1405
|
}
|
|
1341
1406
|
}
|
|
@@ -1347,28 +1412,9 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1347
1412
|
}
|
|
1348
1413
|
}
|
|
1349
1414
|
};
|
|
1350
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
try {
|
|
1354
|
-
for (var _b = __values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1355
|
-
var c = _c.value;
|
|
1356
|
-
b.addPackageImport("igniteui-react-" + this.ay, c);
|
|
1357
|
-
}
|
|
1358
|
-
}
|
|
1359
|
-
catch (e_4_1) {
|
|
1360
|
-
e_4 = { error: e_4_1 };
|
|
1361
|
-
}
|
|
1362
|
-
finally {
|
|
1363
|
-
try {
|
|
1364
|
-
if (_c && !_c.done && (_a = _b.return))
|
|
1365
|
-
_a.call(_b);
|
|
1366
|
-
}
|
|
1367
|
-
finally {
|
|
1368
|
-
if (e_4)
|
|
1369
|
-
throw e_4.error;
|
|
1370
|
-
}
|
|
1371
|
-
}
|
|
1415
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a8 = function (a, b, c) {
|
|
1416
|
+
_super.prototype.a8.call(this, a, b, c);
|
|
1417
|
+
WebImportsHalper.a(this.k, this.az, this.ay, this.a0, a, b, c);
|
|
1372
1418
|
};
|
|
1373
1419
|
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.$t = markType(ReactMarkupCodeGeneratingComponentRendererCodeEmitter, 'ReactMarkupCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
|
|
1374
1420
|
return ReactMarkupCodeGeneratingComponentRendererCodeEmitter;
|
|
@@ -1381,9 +1427,9 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1381
1427
|
__extends(WebCodeBehindCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
1382
1428
|
function WebCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
1383
1429
|
var _this = _super.call(this, a, b) || this;
|
|
1384
|
-
_this.
|
|
1385
|
-
_this.
|
|
1386
|
-
_this.
|
|
1430
|
+
_this.bm = 0;
|
|
1431
|
+
_this.bk = new HashSet$1(String_$type, 0);
|
|
1432
|
+
_this.bl = new HashSet$1(String_$type, 0);
|
|
1387
1433
|
return _this;
|
|
1388
1434
|
}
|
|
1389
1435
|
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
@@ -1396,25 +1442,33 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1396
1442
|
enumerable: false,
|
|
1397
1443
|
configurable: true
|
|
1398
1444
|
});
|
|
1399
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1400
|
-
if (a.
|
|
1445
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ap = function (a) {
|
|
1446
|
+
if (!this.bl.contains(a.b.specificType)) {
|
|
1447
|
+
this.bl.add_1(a.b.specificType);
|
|
1448
|
+
this.a3(a.b.specificType);
|
|
1449
|
+
}
|
|
1450
|
+
var b = a.b != null ? a.b.specificType + "." : "";
|
|
1451
|
+
return b + (a.c != null ? a.c.toString() : "");
|
|
1452
|
+
};
|
|
1453
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a, b) {
|
|
1454
|
+
if (b.c == null) {
|
|
1401
1455
|
return "null";
|
|
1402
1456
|
}
|
|
1403
|
-
var
|
|
1404
|
-
var
|
|
1405
|
-
for (var
|
|
1406
|
-
if (
|
|
1407
|
-
|
|
1457
|
+
var c = b.c;
|
|
1458
|
+
var d = "[";
|
|
1459
|
+
for (var e = 0; e < c.length; e++) {
|
|
1460
|
+
if (e > 0) {
|
|
1461
|
+
d += ", ";
|
|
1408
1462
|
}
|
|
1409
|
-
|
|
1463
|
+
d += c[e];
|
|
1410
1464
|
}
|
|
1411
|
-
return
|
|
1465
|
+
return d + "]";
|
|
1412
1466
|
};
|
|
1413
1467
|
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_w = function () {
|
|
1414
1468
|
return true;
|
|
1415
1469
|
};
|
|
1416
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1417
|
-
_super.prototype.
|
|
1470
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a) {
|
|
1471
|
+
_super.prototype.a4.call(this, a);
|
|
1418
1472
|
if (a == "any") {
|
|
1419
1473
|
if (this.u) {
|
|
1420
1474
|
this.h.l("var " + this.aj + ": any = {};");
|
|
@@ -1431,64 +1485,70 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1431
1485
|
this.h.l("var " + this.aj + " = new " + a + "();");
|
|
1432
1486
|
}
|
|
1433
1487
|
}
|
|
1434
|
-
if (!this.
|
|
1435
|
-
this.
|
|
1436
|
-
if (!this.
|
|
1437
|
-
this.
|
|
1438
|
-
this.
|
|
1488
|
+
if (!this.bk.contains(this.aj)) {
|
|
1489
|
+
this.bk.add_1(this.aj);
|
|
1490
|
+
if (!this.bl.contains(this.ak)) {
|
|
1491
|
+
this.bl.add_1(this.ak);
|
|
1492
|
+
this.a3(this.ak);
|
|
1439
1493
|
}
|
|
1440
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.
|
|
1494
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + ": " + this.ak);
|
|
1441
1495
|
if (!this.p) {
|
|
1442
1496
|
if (this.u) {
|
|
1443
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.
|
|
1497
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d4(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
|
|
1444
1498
|
}
|
|
1445
1499
|
}
|
|
1446
1500
|
else {
|
|
1447
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.
|
|
1501
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
|
|
1448
1502
|
}
|
|
1449
1503
|
}
|
|
1450
1504
|
};
|
|
1451
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1505
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bn = function (a) {
|
|
1452
1506
|
if (stringEndsWith(a, "Component")) {
|
|
1453
1507
|
a = a.substr(0, a.length - ("Component").length);
|
|
1454
1508
|
}
|
|
1455
|
-
return CodeGeneratingComponentRenderer.
|
|
1509
|
+
return CodeGeneratingComponentRenderer.d4(a);
|
|
1456
1510
|
};
|
|
1457
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1511
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function () {
|
|
1512
|
+
this.h.l("");
|
|
1458
1513
|
};
|
|
1459
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1460
|
-
_super.prototype.bb.call(this, a);
|
|
1514
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a) {
|
|
1461
1515
|
};
|
|
1462
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1516
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a) {
|
|
1517
|
+
{
|
|
1518
|
+
this.h.l("");
|
|
1519
|
+
}
|
|
1520
|
+
_super.prototype.bd.call(this, a);
|
|
1521
|
+
};
|
|
1522
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
|
|
1523
|
+
var e = CodeGeneratingComponentRenderer.d2(b);
|
|
1524
|
+
if (this.s(c)) {
|
|
1525
|
+
this.bj(c);
|
|
1526
|
+
if (!this.bk.contains(this.aj)) {
|
|
1527
|
+
this.bk.add_1(this.aj);
|
|
1528
|
+
if (!this.bl.contains(this.ak)) {
|
|
1529
|
+
this.bl.add_1(this.ak);
|
|
1530
|
+
this.a3(this.ak);
|
|
1471
1531
|
}
|
|
1472
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.
|
|
1532
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + ": " + this.ak);
|
|
1473
1533
|
if (!this.p) {
|
|
1474
1534
|
if (this.u) {
|
|
1475
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.
|
|
1535
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d4(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
|
|
1476
1536
|
}
|
|
1477
1537
|
}
|
|
1478
1538
|
else {
|
|
1479
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.
|
|
1539
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
|
|
1480
1540
|
}
|
|
1481
1541
|
}
|
|
1482
|
-
var f = CodeGeneratingComponentRenderer.
|
|
1542
|
+
var f = CodeGeneratingComponentRenderer.d2(this.aw(d, c, true));
|
|
1483
1543
|
var g = f;
|
|
1484
1544
|
if (g != "null" && !stringStartsWith(g, "this.")) {
|
|
1485
1545
|
g = "this." + g;
|
|
1486
1546
|
}
|
|
1487
1547
|
if (this.ak == "any" && stringContains(e, "-")) {
|
|
1488
|
-
this.e.l(CodeGeneratingComponentRenderer.
|
|
1548
|
+
this.e.l(CodeGeneratingComponentRenderer.d2(this.aj) + "['" + e + "'] = " + g + ";");
|
|
1489
1549
|
}
|
|
1490
1550
|
else {
|
|
1491
|
-
this.e.l(CodeGeneratingComponentRenderer.
|
|
1551
|
+
this.e.l(CodeGeneratingComponentRenderer.d2(this.aj) + "." + e + " = " + g + ";");
|
|
1492
1552
|
}
|
|
1493
1553
|
return;
|
|
1494
1554
|
}
|
|
@@ -1496,13 +1556,14 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1496
1556
|
this.h.l("");
|
|
1497
1557
|
}
|
|
1498
1558
|
if (this.ak == "any" && stringContains(e, "-")) {
|
|
1499
|
-
this.h.j(this.aj + "." + CodeGeneratingComponentRenderer.
|
|
1559
|
+
this.h.j(this.aj + "." + CodeGeneratingComponentRenderer.d2(this.aj) + "['" + e + "']");
|
|
1500
1560
|
}
|
|
1501
1561
|
else {
|
|
1502
|
-
this.h.j(this.aj + "." + CodeGeneratingComponentRenderer.
|
|
1562
|
+
this.h.j(this.aj + "." + CodeGeneratingComponentRenderer.d2(e));
|
|
1503
1563
|
}
|
|
1504
1564
|
this.h.j(" = ");
|
|
1505
1565
|
this.h.j(this.aw(d, c, true));
|
|
1566
|
+
this.h.j(";");
|
|
1506
1567
|
};
|
|
1507
1568
|
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ad = function (a) {
|
|
1508
1569
|
var b = a.c;
|
|
@@ -1518,18 +1579,18 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1518
1579
|
return "null";
|
|
1519
1580
|
};
|
|
1520
1581
|
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ao = function (a) {
|
|
1521
|
-
return CodeGeneratingComponentRenderer.
|
|
1582
|
+
return CodeGeneratingComponentRenderer.d2(a.a.e);
|
|
1522
1583
|
};
|
|
1523
1584
|
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
|
|
1524
|
-
return CodeGeneratingComponentRenderer.
|
|
1585
|
+
return CodeGeneratingComponentRenderer.d2(a.a.e);
|
|
1525
1586
|
};
|
|
1526
1587
|
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.aq = function (a) {
|
|
1527
1588
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
1528
|
-
this.
|
|
1529
|
-
if (!this.
|
|
1530
|
-
this.g.l("this." + CodeGeneratingComponentRenderer.
|
|
1589
|
+
this.bj(a);
|
|
1590
|
+
if (!this.bk.contains(a.a.e)) {
|
|
1591
|
+
this.g.l("this." + CodeGeneratingComponentRenderer.d2(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d2(a.a.e) + ".bind(this);");
|
|
1531
1592
|
}
|
|
1532
|
-
return "this." + CodeGeneratingComponentRenderer.
|
|
1593
|
+
return "this." + CodeGeneratingComponentRenderer.d2(a.a.e);
|
|
1533
1594
|
}
|
|
1534
1595
|
return this.at();
|
|
1535
1596
|
};
|
|
@@ -1575,18 +1636,34 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1575
1636
|
}
|
|
1576
1637
|
return _super.prototype.aw.call(this, a, b, c);
|
|
1577
1638
|
};
|
|
1578
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1639
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a, b, c, d) {
|
|
1579
1640
|
var e_5, _a;
|
|
1580
1641
|
if (c.b.knownType == 9) {
|
|
1581
1642
|
var e = typeCast(IList_$type, c.c);
|
|
1582
1643
|
if (e != null) {
|
|
1644
|
+
var f = true;
|
|
1583
1645
|
try {
|
|
1584
1646
|
for (var _b = __values(fromEn(e)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1585
|
-
var
|
|
1586
|
-
if (typeCast(CodeGenerationItemBuilder.$,
|
|
1587
|
-
var
|
|
1588
|
-
|
|
1589
|
-
|
|
1647
|
+
var g = _c.value;
|
|
1648
|
+
if (typeCast(CodeGenerationItemBuilder.$, g) !== null) {
|
|
1649
|
+
var h = g;
|
|
1650
|
+
h.s(this, false);
|
|
1651
|
+
var i = c.b.owningType;
|
|
1652
|
+
var j = d.getMetadata(i, "__isPlainObject");
|
|
1653
|
+
var k = false;
|
|
1654
|
+
if (j != null) {
|
|
1655
|
+
k = true;
|
|
1656
|
+
}
|
|
1657
|
+
if (k) {
|
|
1658
|
+
if (f) {
|
|
1659
|
+
f = false;
|
|
1660
|
+
this.h.l(this.aj + "." + b + " = []");
|
|
1661
|
+
}
|
|
1662
|
+
this.h.l(this.aj + "." + b + ".push(" + this.ax + ");");
|
|
1663
|
+
}
|
|
1664
|
+
else {
|
|
1665
|
+
this.h.l(this.aj + "." + b + ".add(" + this.ax + ");");
|
|
1666
|
+
}
|
|
1590
1667
|
}
|
|
1591
1668
|
}
|
|
1592
1669
|
}
|
|
@@ -1607,8 +1684,8 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1607
1684
|
}
|
|
1608
1685
|
else {
|
|
1609
1686
|
if (typeCast(CodeGenerationItemBuilder.$, c.c) !== null) {
|
|
1610
|
-
var
|
|
1611
|
-
|
|
1687
|
+
var l = c.c;
|
|
1688
|
+
l.s(this, false);
|
|
1612
1689
|
this.h.l(this.aj + "." + b + " = " + this.ax + ";");
|
|
1613
1690
|
}
|
|
1614
1691
|
}
|
|
@@ -1631,31 +1708,12 @@ var ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
1631
1708
|
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
1632
1709
|
return new ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
1633
1710
|
};
|
|
1634
|
-
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1711
|
+
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
|
|
1635
1712
|
return "Igc";
|
|
1636
1713
|
};
|
|
1637
|
-
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
try {
|
|
1641
|
-
for (var _b = __values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1642
|
-
var c = _c.value;
|
|
1643
|
-
b.addPackageImport("igniteui-react-" + this.ay, c);
|
|
1644
|
-
}
|
|
1645
|
-
}
|
|
1646
|
-
catch (e_6_1) {
|
|
1647
|
-
e_6 = { error: e_6_1 };
|
|
1648
|
-
}
|
|
1649
|
-
finally {
|
|
1650
|
-
try {
|
|
1651
|
-
if (_c && !_c.done && (_a = _b.return))
|
|
1652
|
-
_a.call(_b);
|
|
1653
|
-
}
|
|
1654
|
-
finally {
|
|
1655
|
-
if (e_6)
|
|
1656
|
-
throw e_6.error;
|
|
1657
|
-
}
|
|
1658
|
-
}
|
|
1714
|
+
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a8 = function (a, b, c) {
|
|
1715
|
+
_super.prototype.a8.call(this, a, b, c);
|
|
1716
|
+
WebImportsHalper.a(this.k, this.az, this.ay, this.a0, a, b, c);
|
|
1659
1717
|
};
|
|
1660
1718
|
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
|
|
1661
1719
|
return ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter;
|
|
@@ -1668,9 +1726,9 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
|
|
|
1668
1726
|
__extends(WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
1669
1727
|
function WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
1670
1728
|
var _this = _super.call(this, a, b) || this;
|
|
1671
|
-
_this.
|
|
1672
|
-
_this.
|
|
1673
|
-
_this.
|
|
1729
|
+
_this.bm = 0;
|
|
1730
|
+
_this.bk = new HashSet$1(String_$type, 0);
|
|
1731
|
+
_this.bl = new HashSet$1(String_$type, 0);
|
|
1674
1732
|
return _this;
|
|
1675
1733
|
}
|
|
1676
1734
|
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
@@ -1689,131 +1747,112 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
|
|
|
1689
1747
|
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.al = function (a, b, c, d) {
|
|
1690
1748
|
d = _super.prototype.al.call(this, a, b, c, d);
|
|
1691
1749
|
var e = b.p();
|
|
1692
|
-
this.f.l("private" + " _" + CodeGeneratingComponentRenderer.
|
|
1693
|
-
this.f.l("public get " + CodeGeneratingComponentRenderer.
|
|
1750
|
+
this.f.l("private" + " _" + CodeGeneratingComponentRenderer.d2(d) + ": " + e + " | null = null;");
|
|
1751
|
+
this.f.l("public get " + CodeGeneratingComponentRenderer.d2(d) + "(): " + e + " {");
|
|
1694
1752
|
this.f.h();
|
|
1695
|
-
this.f.l("if (this._" + CodeGeneratingComponentRenderer.
|
|
1753
|
+
this.f.l("if (this._" + CodeGeneratingComponentRenderer.d2(d) + " == null)");
|
|
1696
1754
|
this.f.l("{");
|
|
1697
1755
|
this.f.h();
|
|
1698
1756
|
this.f.k(c);
|
|
1699
|
-
this.f.l("this._" + CodeGeneratingComponentRenderer.
|
|
1757
|
+
this.f.l("this._" + CodeGeneratingComponentRenderer.d2(d) + " = " + d + ";");
|
|
1700
1758
|
this.f.f();
|
|
1701
1759
|
this.f.l("}");
|
|
1702
|
-
this.f.l("return this._" + CodeGeneratingComponentRenderer.
|
|
1760
|
+
this.f.l("return this._" + CodeGeneratingComponentRenderer.d2(d) + ";");
|
|
1703
1761
|
this.f.f();
|
|
1704
1762
|
this.f.l("}");
|
|
1705
|
-
return CodeGeneratingComponentRenderer.
|
|
1763
|
+
return CodeGeneratingComponentRenderer.d3(d);
|
|
1706
1764
|
};
|
|
1707
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a) {
|
|
1708
|
-
if (
|
|
1765
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a, b) {
|
|
1766
|
+
if (b.c == null) {
|
|
1709
1767
|
return "null";
|
|
1710
1768
|
}
|
|
1711
|
-
var
|
|
1712
|
-
var
|
|
1713
|
-
for (var
|
|
1714
|
-
if (
|
|
1715
|
-
|
|
1769
|
+
var c = b.c;
|
|
1770
|
+
var d = "";
|
|
1771
|
+
for (var e = 0; e < c.length; e++) {
|
|
1772
|
+
if (e > 0) {
|
|
1773
|
+
d += ", ";
|
|
1716
1774
|
}
|
|
1717
|
-
|
|
1775
|
+
d += c[e];
|
|
1718
1776
|
}
|
|
1719
|
-
return
|
|
1777
|
+
return d;
|
|
1720
1778
|
};
|
|
1721
1779
|
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_w = function () {
|
|
1722
1780
|
return true;
|
|
1723
1781
|
};
|
|
1724
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1725
|
-
_super.prototype.
|
|
1726
|
-
this.h.l("<" + this.
|
|
1727
|
-
if (!this.
|
|
1728
|
-
this.
|
|
1729
|
-
if (!this.
|
|
1730
|
-
this.
|
|
1731
|
-
this.
|
|
1782
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a) {
|
|
1783
|
+
_super.prototype.a4.call(this, a);
|
|
1784
|
+
this.h.l("<" + this.bn(a) + "");
|
|
1785
|
+
if (!this.bk.contains(this.aj)) {
|
|
1786
|
+
this.bk.add_1(this.aj);
|
|
1787
|
+
if (!this.bl.contains(this.ak)) {
|
|
1788
|
+
this.bl.add_1(this.ak);
|
|
1789
|
+
this.a3(this.ak);
|
|
1732
1790
|
}
|
|
1733
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.
|
|
1791
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + ": " + this.ak);
|
|
1734
1792
|
if (!this.p) {
|
|
1735
1793
|
if (this.u) {
|
|
1736
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.
|
|
1794
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d4(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
|
|
1737
1795
|
}
|
|
1738
1796
|
}
|
|
1739
1797
|
else {
|
|
1740
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.
|
|
1798
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
|
|
1741
1799
|
}
|
|
1742
1800
|
}
|
|
1743
1801
|
};
|
|
1744
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1802
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bn = function (a) {
|
|
1745
1803
|
if (stringEndsWith(a, "Component")) {
|
|
1746
1804
|
a = a.substr(0, a.length - ("Component").length);
|
|
1747
1805
|
}
|
|
1748
|
-
return CodeGeneratingComponentRenderer.
|
|
1806
|
+
return CodeGeneratingComponentRenderer.d4(a);
|
|
1749
1807
|
};
|
|
1750
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1808
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function () {
|
|
1751
1809
|
this.h.l(">");
|
|
1752
1810
|
this.h.h();
|
|
1753
1811
|
};
|
|
1754
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1812
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a) {
|
|
1755
1813
|
this.h.f();
|
|
1756
|
-
this.h.l("</" + this.
|
|
1757
|
-
_super.prototype.
|
|
1814
|
+
this.h.l("</" + this.bn(a) + ">");
|
|
1815
|
+
_super.prototype.bd.call(this, a);
|
|
1758
1816
|
};
|
|
1759
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1817
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
|
|
1760
1818
|
return "Igc";
|
|
1761
1819
|
};
|
|
1762
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
try {
|
|
1766
|
-
for (var _b = __values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1767
|
-
var c = _c.value;
|
|
1768
|
-
b.addPackageImport("igniteui-webcomponents-" + this.ay, c);
|
|
1769
|
-
}
|
|
1770
|
-
}
|
|
1771
|
-
catch (e_7_1) {
|
|
1772
|
-
e_7 = { error: e_7_1 };
|
|
1773
|
-
}
|
|
1774
|
-
finally {
|
|
1775
|
-
try {
|
|
1776
|
-
if (_c && !_c.done && (_a = _b.return))
|
|
1777
|
-
_a.call(_b);
|
|
1778
|
-
}
|
|
1779
|
-
finally {
|
|
1780
|
-
if (e_7)
|
|
1781
|
-
throw e_7.error;
|
|
1782
|
-
}
|
|
1783
|
-
}
|
|
1820
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a8 = function (a, b, c) {
|
|
1821
|
+
_super.prototype.a8.call(this, a, b, c);
|
|
1822
|
+
WebImportsHalper.a(this.k, this.az, this.ay, this.a0, a, b, c);
|
|
1784
1823
|
};
|
|
1785
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1786
|
-
var e = CodeGeneratingComponentRenderer.
|
|
1824
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
|
|
1825
|
+
var e = CodeGeneratingComponentRenderer.d2(b);
|
|
1787
1826
|
if (this.q(d, c)) {
|
|
1788
|
-
this.
|
|
1789
|
-
if (!this.
|
|
1790
|
-
this.
|
|
1791
|
-
if (!this.
|
|
1792
|
-
this.
|
|
1793
|
-
this.
|
|
1827
|
+
this.bj(c);
|
|
1828
|
+
if (!this.bk.contains(this.aj)) {
|
|
1829
|
+
this.bk.add_1(this.aj);
|
|
1830
|
+
if (!this.bl.contains(this.ak)) {
|
|
1831
|
+
this.bl.add_1(this.ak);
|
|
1832
|
+
this.a3(this.ak);
|
|
1794
1833
|
}
|
|
1795
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.
|
|
1834
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + ": " + this.ak);
|
|
1796
1835
|
if (!this.p) {
|
|
1797
1836
|
if (this.u) {
|
|
1798
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.
|
|
1837
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.querySelector('" + CodeGeneratingComponentRenderer.d4(stringReplace(this.ak, "Component", "")) + "') as " + this.ak + ";");
|
|
1799
1838
|
}
|
|
1800
1839
|
}
|
|
1801
1840
|
else {
|
|
1802
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.
|
|
1841
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.d2(this.aj) + " = this." + CodeGeneratingComponentRenderer.d2(this.aj) + " = document.getElementById('" + this.aj + "') as " + this.ak + ";");
|
|
1803
1842
|
}
|
|
1804
1843
|
}
|
|
1805
|
-
var f = CodeGeneratingComponentRenderer.
|
|
1844
|
+
var f = CodeGeneratingComponentRenderer.d2(this.aw(d, c, true));
|
|
1806
1845
|
var g = f;
|
|
1807
1846
|
if (g != "null" && !stringStartsWith(g, "this.")) {
|
|
1808
1847
|
g = "this." + g;
|
|
1809
1848
|
}
|
|
1810
|
-
this.e.l(CodeGeneratingComponentRenderer.
|
|
1849
|
+
this.e.l(CodeGeneratingComponentRenderer.d2(this.aj) + "." + e + " = " + g);
|
|
1811
1850
|
return;
|
|
1812
1851
|
}
|
|
1813
1852
|
if (a > 0) {
|
|
1814
1853
|
this.h.l("");
|
|
1815
1854
|
}
|
|
1816
|
-
this.h.j(CodeGeneratingComponentRenderer.
|
|
1855
|
+
this.h.j(CodeGeneratingComponentRenderer.d4(e));
|
|
1817
1856
|
this.h.j("=");
|
|
1818
1857
|
this.h.j("\"");
|
|
1819
1858
|
this.h.j(this.aw(d, c, true));
|
|
@@ -1837,23 +1876,23 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
|
|
|
1837
1876
|
return "null";
|
|
1838
1877
|
};
|
|
1839
1878
|
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ao = function (a) {
|
|
1840
|
-
return CodeGeneratingComponentRenderer.
|
|
1879
|
+
return CodeGeneratingComponentRenderer.d2(a.a.e);
|
|
1841
1880
|
};
|
|
1842
1881
|
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
|
|
1843
|
-
return CodeGeneratingComponentRenderer.
|
|
1882
|
+
return CodeGeneratingComponentRenderer.d2(a.a.e);
|
|
1844
1883
|
};
|
|
1845
1884
|
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.aq = function (a) {
|
|
1846
1885
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
1847
|
-
this.
|
|
1848
|
-
if (!this.
|
|
1849
|
-
this.g.l("this." + CodeGeneratingComponentRenderer.
|
|
1886
|
+
this.bj(a);
|
|
1887
|
+
if (!this.bk.contains(a.a.e)) {
|
|
1888
|
+
this.g.l("this." + CodeGeneratingComponentRenderer.d2(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.d2(a.a.e) + ".bind(this);");
|
|
1850
1889
|
}
|
|
1851
|
-
return "this." + CodeGeneratingComponentRenderer.
|
|
1890
|
+
return "this." + CodeGeneratingComponentRenderer.d2(a.a.e);
|
|
1852
1891
|
}
|
|
1853
1892
|
return this.at();
|
|
1854
1893
|
};
|
|
1855
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1856
|
-
var
|
|
1894
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a, b, c, d) {
|
|
1895
|
+
var e_6, _a;
|
|
1857
1896
|
if (c.b.knownType == 9) {
|
|
1858
1897
|
var e = typeCast(IList_$type, c.c);
|
|
1859
1898
|
if (e != null) {
|
|
@@ -1866,8 +1905,8 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
|
|
|
1866
1905
|
}
|
|
1867
1906
|
}
|
|
1868
1907
|
}
|
|
1869
|
-
catch (
|
|
1870
|
-
|
|
1908
|
+
catch (e_6_1) {
|
|
1909
|
+
e_6 = { error: e_6_1 };
|
|
1871
1910
|
}
|
|
1872
1911
|
finally {
|
|
1873
1912
|
try {
|
|
@@ -1875,8 +1914,8 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
|
|
|
1875
1914
|
_a.call(_b);
|
|
1876
1915
|
}
|
|
1877
1916
|
finally {
|
|
1878
|
-
if (
|
|
1879
|
-
throw
|
|
1917
|
+
if (e_6)
|
|
1918
|
+
throw e_6.error;
|
|
1880
1919
|
}
|
|
1881
1920
|
}
|
|
1882
1921
|
}
|
|
@@ -1903,31 +1942,12 @@ var WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @cla
|
|
|
1903
1942
|
WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
1904
1943
|
return new WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
1905
1944
|
};
|
|
1906
|
-
WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1945
|
+
WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
|
|
1907
1946
|
return "Igc";
|
|
1908
1947
|
};
|
|
1909
|
-
WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
try {
|
|
1913
|
-
for (var _b = __values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
1914
|
-
var c = _c.value;
|
|
1915
|
-
b.addPackageImport("igniteui-webcomponents-" + this.ay, c);
|
|
1916
|
-
}
|
|
1917
|
-
}
|
|
1918
|
-
catch (e_9_1) {
|
|
1919
|
-
e_9 = { error: e_9_1 };
|
|
1920
|
-
}
|
|
1921
|
-
finally {
|
|
1922
|
-
try {
|
|
1923
|
-
if (_c && !_c.done && (_a = _b.return))
|
|
1924
|
-
_a.call(_b);
|
|
1925
|
-
}
|
|
1926
|
-
finally {
|
|
1927
|
-
if (e_9)
|
|
1928
|
-
throw e_9.error;
|
|
1929
|
-
}
|
|
1930
|
-
}
|
|
1948
|
+
WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a8 = function (a, b, c) {
|
|
1949
|
+
_super.prototype.a8.call(this, a, b, c);
|
|
1950
|
+
WebImportsHalper.a(this.k, this.az, this.ay, this.a0, a, b, c);
|
|
1931
1951
|
};
|
|
1932
1952
|
WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
|
|
1933
1953
|
return WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter;
|
|
@@ -1946,11 +1966,11 @@ var TSCodeGeneratingComponentRendererHandlerEmitter = /** @class */ /*@__PURE__*
|
|
|
1946
1966
|
}
|
|
1947
1967
|
TSCodeGeneratingComponentRendererHandlerEmitter.prototype.r = function (a, b) {
|
|
1948
1968
|
_super.prototype.r.call(this, a, b);
|
|
1949
|
-
this.f.l("this." + CodeGeneratingComponentRenderer.
|
|
1969
|
+
this.f.l("this." + CodeGeneratingComponentRenderer.d2(a) + "();");
|
|
1950
1970
|
};
|
|
1951
1971
|
TSCodeGeneratingComponentRendererHandlerEmitter.prototype.s = function (a, b) {
|
|
1952
1972
|
_super.prototype.s.call(this, a, b);
|
|
1953
|
-
this.g.l("this." + CodeGeneratingComponentRenderer.
|
|
1973
|
+
this.g.l("this." + CodeGeneratingComponentRenderer.d2(a) + "();");
|
|
1954
1974
|
};
|
|
1955
1975
|
Object.defineProperty(TSCodeGeneratingComponentRendererHandlerEmitter.prototype, "v", {
|
|
1956
1976
|
get: function () {
|
|
@@ -2028,7 +2048,7 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
2028
2048
|
if (b === void 0) {
|
|
2029
2049
|
b = false;
|
|
2030
2050
|
}
|
|
2031
|
-
a = CodeGeneratingComponentRenderer.
|
|
2051
|
+
a = CodeGeneratingComponentRenderer.d3(a);
|
|
2032
2052
|
a = stringReplace(a, "-", "_");
|
|
2033
2053
|
if (b) {
|
|
2034
2054
|
a += "Item";
|
|
@@ -2037,17 +2057,20 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
2037
2057
|
};
|
|
2038
2058
|
TSCodeGeneratingComponentRendererDataEmitter.prototype.u = function (a) {
|
|
2039
2059
|
a = stringReplace(a, "-", "_");
|
|
2040
|
-
|
|
2060
|
+
if (this.p.e) {
|
|
2061
|
+
return a;
|
|
2062
|
+
}
|
|
2063
|
+
return CodeGeneratingComponentRenderer.d2(a);
|
|
2041
2064
|
};
|
|
2042
2065
|
TSCodeGeneratingComponentRendererDataEmitter.prototype.ao = function (a) {
|
|
2043
2066
|
a = stringReplace(a, "-", "_");
|
|
2044
|
-
return "_" + CodeGeneratingComponentRenderer.
|
|
2067
|
+
return "_" + CodeGeneratingComponentRenderer.d2(a);
|
|
2045
2068
|
};
|
|
2046
2069
|
TSCodeGeneratingComponentRendererDataEmitter.prototype.get_s = function () {
|
|
2047
2070
|
return ".ts";
|
|
2048
2071
|
};
|
|
2049
2072
|
TSCodeGeneratingComponentRendererDataEmitter.prototype.aj = function (a, b, c, d, e) {
|
|
2050
|
-
var
|
|
2073
|
+
var e_7, _a;
|
|
2051
2074
|
_super.prototype.aj.call(this, a, b, c, d, e);
|
|
2052
2075
|
var f = this.r(this.v(a, true), this.v(a, false), b, c);
|
|
2053
2076
|
try {
|
|
@@ -2056,8 +2079,8 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
2056
2079
|
this.ab(g, d, e);
|
|
2057
2080
|
}
|
|
2058
2081
|
}
|
|
2059
|
-
catch (
|
|
2060
|
-
|
|
2082
|
+
catch (e_7_1) {
|
|
2083
|
+
e_7 = { error: e_7_1 };
|
|
2061
2084
|
}
|
|
2062
2085
|
finally {
|
|
2063
2086
|
try {
|
|
@@ -2065,8 +2088,8 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
2065
2088
|
_a.call(_b);
|
|
2066
2089
|
}
|
|
2067
2090
|
finally {
|
|
2068
|
-
if (
|
|
2069
|
-
throw
|
|
2091
|
+
if (e_7)
|
|
2092
|
+
throw e_7.error;
|
|
2070
2093
|
}
|
|
2071
2094
|
}
|
|
2072
2095
|
var h = 0;
|
|
@@ -2111,7 +2134,7 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
2111
2134
|
if (b == 2 || (c != null && c.isAsync)) {
|
|
2112
2135
|
this.g.l("private " + this.ao(a) + "Fetching: boolean = false;");
|
|
2113
2136
|
}
|
|
2114
|
-
this.g.l("public get " +
|
|
2137
|
+
this.g.l("public get " + CodeGeneratingComponentRenderer.d2(a) + "(): " + f + " {");
|
|
2115
2138
|
this.g.h();
|
|
2116
2139
|
if (c != null && c.isAsync) {
|
|
2117
2140
|
this.g.l("if (this." + this.ao(a) + " == null && !this." + this.ao(a) + "Fetching)");
|
|
@@ -2149,7 +2172,7 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
2149
2172
|
TSCodeGeneratingComponentRendererDataEmitter.prototype.ag = function (a, b) {
|
|
2150
2173
|
_super.prototype.ag.call(this, a, b);
|
|
2151
2174
|
this.g.l("private " + this.ao(a) + ": " + this.al(b.e) + " = " + this.am(b) + ";");
|
|
2152
|
-
this.g.l("public get " +
|
|
2175
|
+
this.g.l("public get " + CodeGeneratingComponentRenderer.d2(a) + "(): " + this.al(b.e) + " {");
|
|
2153
2176
|
this.g.h();
|
|
2154
2177
|
this.g.l("return this." + this.ao(a) + ";");
|
|
2155
2178
|
this.g.f();
|
|
@@ -2159,7 +2182,7 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
2159
2182
|
TSCodeGeneratingComponentRendererDataEmitter.prototype.ah = function (a, b, c, d) {
|
|
2160
2183
|
_super.prototype.ah.call(this, a, b, c, d);
|
|
2161
2184
|
this.g.l("private " + this.ao(a) + ": " + this.v(a, false) + "Item = null;");
|
|
2162
|
-
this.g.l("public get " +
|
|
2185
|
+
this.g.l("public get " + CodeGeneratingComponentRenderer.d2(a) + "(): " + this.v(a, false) + "Item {");
|
|
2163
2186
|
this.g.h();
|
|
2164
2187
|
this.g.l("if (this." + this.ao(a) + " == null)");
|
|
2165
2188
|
this.g.l("{");
|
|
@@ -2184,7 +2207,7 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
2184
2207
|
TSCodeGeneratingComponentRendererDataEmitter.prototype.ab = function (a, b, c) {
|
|
2185
2208
|
var d = 0;
|
|
2186
2209
|
if (c == this.k) {
|
|
2187
|
-
c.addPackageImport("./" + a.
|
|
2210
|
+
c.addPackageImport("./" + a.c, a.d);
|
|
2188
2211
|
}
|
|
2189
2212
|
else {
|
|
2190
2213
|
c.addPackageImport("./" + a.c, a.d);
|
|
@@ -2217,7 +2240,7 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
2217
2240
|
};
|
|
2218
2241
|
TSCodeGeneratingComponentRendererDataEmitter.prototype.an = function (a, b, c) {
|
|
2219
2242
|
if (c.d) {
|
|
2220
|
-
return a.d + "_" + this.u(b) + "[]";
|
|
2243
|
+
return a.d + "_" + CodeGeneratingComponentRenderer.d3(this.u(b)) + "Item[]";
|
|
2221
2244
|
}
|
|
2222
2245
|
else if (c.f) {
|
|
2223
2246
|
return a.d + "_" + this.u(b);
|
|
@@ -2278,11 +2301,11 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
|
|
|
2278
2301
|
}
|
|
2279
2302
|
e.j(this.u(j) + ": ");
|
|
2280
2303
|
if (k.d) {
|
|
2281
|
-
var l = a + "_" + this.u(j) + "Item";
|
|
2304
|
+
var l = a + "_" + CodeGeneratingComponentRenderer.d3(this.u(j)) + "Item";
|
|
2282
2305
|
this.ap(l, k.a, k.b, h.item(j), e);
|
|
2283
2306
|
}
|
|
2284
2307
|
else if (k.f) {
|
|
2285
|
-
var m = a + "_" + this.u(j);
|
|
2308
|
+
var m = a + "_" + CodeGeneratingComponentRenderer.d3(this.u(j));
|
|
2286
2309
|
this.ap(m, k.a, k.b, h.item(j), e);
|
|
2287
2310
|
}
|
|
2288
2311
|
else {
|
|
@@ -2327,9 +2350,9 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2327
2350
|
__extends(AngularTemplateCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
2328
2351
|
function AngularTemplateCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
2329
2352
|
var _this = _super.call(this, a, b) || this;
|
|
2330
|
-
_this.
|
|
2331
|
-
_this.
|
|
2332
|
-
_this.
|
|
2353
|
+
_this.bm = 0;
|
|
2354
|
+
_this.bk = new HashSet$1(String_$type, 0);
|
|
2355
|
+
_this.bl = new HashSet$1(String_$type, 0);
|
|
2333
2356
|
return _this;
|
|
2334
2357
|
}
|
|
2335
2358
|
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
@@ -2345,99 +2368,80 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2345
2368
|
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.al = function (a, b, c, d) {
|
|
2346
2369
|
d = _super.prototype.al.call(this, a, b, c, d);
|
|
2347
2370
|
var e = b.p();
|
|
2348
|
-
this.f.l("private " + " _" + CodeGeneratingComponentRenderer.
|
|
2349
|
-
this.f.l("public get " + CodeGeneratingComponentRenderer.
|
|
2371
|
+
this.f.l("private " + " _" + CodeGeneratingComponentRenderer.d2(d) + ": " + e + " | null = null;");
|
|
2372
|
+
this.f.l("public get " + CodeGeneratingComponentRenderer.d2(d) + "(): " + e + " {");
|
|
2350
2373
|
this.f.h();
|
|
2351
|
-
this.f.l("if (this._" + CodeGeneratingComponentRenderer.
|
|
2374
|
+
this.f.l("if (this._" + CodeGeneratingComponentRenderer.d2(d) + " == null)");
|
|
2352
2375
|
this.f.l("{");
|
|
2353
2376
|
this.f.h();
|
|
2354
2377
|
this.f.k(c);
|
|
2355
|
-
this.f.l("this._" + CodeGeneratingComponentRenderer.
|
|
2378
|
+
this.f.l("this._" + CodeGeneratingComponentRenderer.d2(d) + " = " + d + ";");
|
|
2356
2379
|
this.f.f();
|
|
2357
2380
|
this.f.l("}");
|
|
2358
|
-
this.f.l("return this._" + CodeGeneratingComponentRenderer.
|
|
2381
|
+
this.f.l("return this._" + CodeGeneratingComponentRenderer.d2(d) + ";");
|
|
2359
2382
|
this.f.f();
|
|
2360
2383
|
this.f.l("}");
|
|
2361
|
-
return CodeGeneratingComponentRenderer.
|
|
2384
|
+
return CodeGeneratingComponentRenderer.d3(d);
|
|
2362
2385
|
};
|
|
2363
2386
|
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
2364
2387
|
return new AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
2365
2388
|
};
|
|
2366
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a) {
|
|
2367
|
-
if (
|
|
2389
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a, b) {
|
|
2390
|
+
if (b.c == null) {
|
|
2368
2391
|
return "null";
|
|
2369
2392
|
}
|
|
2370
|
-
var
|
|
2371
|
-
var
|
|
2372
|
-
for (var
|
|
2373
|
-
if (
|
|
2374
|
-
|
|
2393
|
+
var c = b.c;
|
|
2394
|
+
var d = "";
|
|
2395
|
+
for (var e = 0; e < c.length; e++) {
|
|
2396
|
+
if (e > 0) {
|
|
2397
|
+
d += ", ";
|
|
2375
2398
|
}
|
|
2376
|
-
|
|
2399
|
+
d += c[e];
|
|
2377
2400
|
}
|
|
2378
|
-
return
|
|
2401
|
+
return d;
|
|
2379
2402
|
};
|
|
2380
2403
|
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_w = function () {
|
|
2381
2404
|
return true;
|
|
2382
2405
|
};
|
|
2383
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2406
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
|
|
2384
2407
|
return "Igx";
|
|
2385
2408
|
};
|
|
2386
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2387
|
-
_super.prototype.
|
|
2388
|
-
this.h.l("<" + this.
|
|
2389
|
-
if (!this.
|
|
2390
|
-
this.
|
|
2391
|
-
if (!this.
|
|
2392
|
-
this.
|
|
2393
|
-
this.
|
|
2409
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a) {
|
|
2410
|
+
_super.prototype.a4.call(this, a);
|
|
2411
|
+
this.h.l("<" + this.bn(a) + "");
|
|
2412
|
+
if (!this.bk.contains(this.aj)) {
|
|
2413
|
+
this.bk.add_1(this.aj);
|
|
2414
|
+
if (!this.bl.contains(this.ak)) {
|
|
2415
|
+
this.bl.add_1(this.ak);
|
|
2416
|
+
this.a3(this.ak);
|
|
2394
2417
|
}
|
|
2395
|
-
this.f.l("@ViewChild(\"" + CodeGeneratingComponentRenderer.
|
|
2396
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.
|
|
2418
|
+
this.f.l("@ViewChild(\"" + CodeGeneratingComponentRenderer.d2(this.aj) + "\", { static: true } )");
|
|
2419
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.d2(this.aj) + ": " + this.ak);
|
|
2397
2420
|
}
|
|
2398
2421
|
};
|
|
2399
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
try {
|
|
2403
|
-
for (var _b = __values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
2404
|
-
var c = _c.value;
|
|
2405
|
-
b.addPackageImport("igniteui-angular-" + this.ay, c);
|
|
2406
|
-
}
|
|
2407
|
-
}
|
|
2408
|
-
catch (e_11_1) {
|
|
2409
|
-
e_11 = { error: e_11_1 };
|
|
2410
|
-
}
|
|
2411
|
-
finally {
|
|
2412
|
-
try {
|
|
2413
|
-
if (_c && !_c.done && (_a = _b.return))
|
|
2414
|
-
_a.call(_b);
|
|
2415
|
-
}
|
|
2416
|
-
finally {
|
|
2417
|
-
if (e_11)
|
|
2418
|
-
throw e_11.error;
|
|
2419
|
-
}
|
|
2420
|
-
}
|
|
2422
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.a8 = function (a, b, c) {
|
|
2423
|
+
_super.prototype.a8.call(this, a, b, c);
|
|
2424
|
+
WebImportsHalper.a(this.k, this.az, this.ay, this.a0, a, b, c);
|
|
2421
2425
|
};
|
|
2422
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2426
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bn = function (a) {
|
|
2423
2427
|
if (stringEndsWith(a, "Component")) {
|
|
2424
2428
|
a = a.substr(0, a.length - ("Component").length);
|
|
2425
2429
|
}
|
|
2426
|
-
return CodeGeneratingComponentRenderer.
|
|
2430
|
+
return CodeGeneratingComponentRenderer.d4(a);
|
|
2427
2431
|
};
|
|
2428
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2432
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function () {
|
|
2429
2433
|
this.h.l(">");
|
|
2430
2434
|
this.h.h();
|
|
2431
2435
|
};
|
|
2432
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2436
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a) {
|
|
2433
2437
|
this.h.f();
|
|
2434
|
-
this.h.l("</" + this.
|
|
2435
|
-
_super.prototype.
|
|
2438
|
+
this.h.l("</" + this.bn(a) + ">");
|
|
2439
|
+
_super.prototype.bd.call(this, a);
|
|
2436
2440
|
};
|
|
2437
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2438
|
-
var e = CodeGeneratingComponentRenderer.
|
|
2441
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
|
|
2442
|
+
var e = CodeGeneratingComponentRenderer.d2(b);
|
|
2439
2443
|
if (this.q(d, c)) {
|
|
2440
|
-
this.
|
|
2444
|
+
this.bj(c);
|
|
2441
2445
|
if (this.t(c)) {
|
|
2442
2446
|
e = "(" + e + ")";
|
|
2443
2447
|
}
|
|
@@ -2455,13 +2459,13 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2455
2459
|
this.h.j("\"");
|
|
2456
2460
|
if (e == "name") {
|
|
2457
2461
|
this.h.l("");
|
|
2458
|
-
this.h.j("#" + CodeGeneratingComponentRenderer.
|
|
2462
|
+
this.h.j("#" + CodeGeneratingComponentRenderer.d2(this.aw(d, c, true)));
|
|
2459
2463
|
}
|
|
2460
2464
|
};
|
|
2461
2465
|
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.aq = function (a) {
|
|
2462
2466
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
2463
|
-
this.
|
|
2464
|
-
return "this." + CodeGeneratingComponentRenderer.
|
|
2467
|
+
this.bj(a);
|
|
2468
|
+
return "this." + CodeGeneratingComponentRenderer.d2(a.a.e) + "($event)";
|
|
2465
2469
|
}
|
|
2466
2470
|
return this.at();
|
|
2467
2471
|
};
|
|
@@ -2479,13 +2483,13 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2479
2483
|
return "null";
|
|
2480
2484
|
};
|
|
2481
2485
|
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.ao = function (a) {
|
|
2482
|
-
return CodeGeneratingComponentRenderer.
|
|
2486
|
+
return CodeGeneratingComponentRenderer.d2(a.a.e);
|
|
2483
2487
|
};
|
|
2484
2488
|
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
|
|
2485
|
-
return CodeGeneratingComponentRenderer.
|
|
2489
|
+
return CodeGeneratingComponentRenderer.d2(a.a.e);
|
|
2486
2490
|
};
|
|
2487
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2488
|
-
var
|
|
2491
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a, b, c, d) {
|
|
2492
|
+
var e_8, _a;
|
|
2489
2493
|
if (c.b.knownType == 9) {
|
|
2490
2494
|
var e = typeCast(IList_$type, c.c);
|
|
2491
2495
|
if (e != null) {
|
|
@@ -2498,8 +2502,8 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2498
2502
|
}
|
|
2499
2503
|
}
|
|
2500
2504
|
}
|
|
2501
|
-
catch (
|
|
2502
|
-
|
|
2505
|
+
catch (e_8_1) {
|
|
2506
|
+
e_8 = { error: e_8_1 };
|
|
2503
2507
|
}
|
|
2504
2508
|
finally {
|
|
2505
2509
|
try {
|
|
@@ -2507,8 +2511,8 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2507
2511
|
_a.call(_b);
|
|
2508
2512
|
}
|
|
2509
2513
|
finally {
|
|
2510
|
-
if (
|
|
2511
|
-
throw
|
|
2514
|
+
if (e_8)
|
|
2515
|
+
throw e_8.error;
|
|
2512
2516
|
}
|
|
2513
2517
|
}
|
|
2514
2518
|
}
|
|
@@ -2538,31 +2542,12 @@ var AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */
|
|
|
2538
2542
|
AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
2539
2543
|
return new AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
2540
2544
|
};
|
|
2541
|
-
AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2545
|
+
AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
|
|
2542
2546
|
return "Igc";
|
|
2543
2547
|
};
|
|
2544
|
-
AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
try {
|
|
2548
|
-
for (var _b = __values(fromEnum(a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
2549
|
-
var c = _c.value;
|
|
2550
|
-
b.addPackageImport("igniteui-angular-" + this.ay, c);
|
|
2551
|
-
}
|
|
2552
|
-
}
|
|
2553
|
-
catch (e_13_1) {
|
|
2554
|
-
e_13 = { error: e_13_1 };
|
|
2555
|
-
}
|
|
2556
|
-
finally {
|
|
2557
|
-
try {
|
|
2558
|
-
if (_c && !_c.done && (_a = _b.return))
|
|
2559
|
-
_a.call(_b);
|
|
2560
|
-
}
|
|
2561
|
-
finally {
|
|
2562
|
-
if (e_13)
|
|
2563
|
-
throw e_13.error;
|
|
2564
|
-
}
|
|
2565
|
-
}
|
|
2548
|
+
AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a8 = function (a, b, c) {
|
|
2549
|
+
_super.prototype.a8.call(this, a, b, c);
|
|
2550
|
+
WebImportsHalper.a(this.k, this.az, this.ay, this.a0, a, b, c);
|
|
2566
2551
|
};
|
|
2567
2552
|
AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
|
|
2568
2553
|
return AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter;
|
|
@@ -2601,7 +2586,7 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
2601
2586
|
if (b === void 0) {
|
|
2602
2587
|
b = false;
|
|
2603
2588
|
}
|
|
2604
|
-
a = CodeGeneratingComponentRenderer.
|
|
2589
|
+
a = CodeGeneratingComponentRenderer.d3(a);
|
|
2605
2590
|
a = stringReplace(a, "-", "_");
|
|
2606
2591
|
if (b) {
|
|
2607
2592
|
a += "Item";
|
|
@@ -2610,14 +2595,14 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
2610
2595
|
};
|
|
2611
2596
|
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.u = function (a) {
|
|
2612
2597
|
a = stringReplace(a, "-", "_");
|
|
2613
|
-
return CodeGeneratingComponentRenderer.
|
|
2598
|
+
return CodeGeneratingComponentRenderer.d3(a);
|
|
2614
2599
|
};
|
|
2615
2600
|
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ao = function (a) {
|
|
2616
2601
|
a = stringReplace(a, "-", "_");
|
|
2617
|
-
return "_" + CodeGeneratingComponentRenderer.
|
|
2602
|
+
return "_" + CodeGeneratingComponentRenderer.d2(a);
|
|
2618
2603
|
};
|
|
2619
2604
|
DotNetCodeGeneratingComponentRendererDataEmitter.prototype.aj = function (a, b, c, d, e) {
|
|
2620
|
-
var
|
|
2605
|
+
var e_9, _a;
|
|
2621
2606
|
_super.prototype.aj.call(this, a, b, c, d, e);
|
|
2622
2607
|
var f = this.r(this.v(a, true), this.v(a, false), b, c);
|
|
2623
2608
|
try {
|
|
@@ -2626,8 +2611,8 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
2626
2611
|
this.ab(g, d, e);
|
|
2627
2612
|
}
|
|
2628
2613
|
}
|
|
2629
|
-
catch (
|
|
2630
|
-
|
|
2614
|
+
catch (e_9_1) {
|
|
2615
|
+
e_9 = { error: e_9_1 };
|
|
2631
2616
|
}
|
|
2632
2617
|
finally {
|
|
2633
2618
|
try {
|
|
@@ -2635,8 +2620,8 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
|
|
|
2635
2620
|
_a.call(_b);
|
|
2636
2621
|
}
|
|
2637
2622
|
finally {
|
|
2638
|
-
if (
|
|
2639
|
-
throw
|
|
2623
|
+
if (e_9)
|
|
2624
|
+
throw e_9.error;
|
|
2640
2625
|
}
|
|
2641
2626
|
}
|
|
2642
2627
|
d.l("");
|
|
@@ -2885,34 +2870,34 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
|
|
|
2885
2870
|
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.get_x = function () {
|
|
2886
2871
|
return false;
|
|
2887
2872
|
};
|
|
2888
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a) {
|
|
2889
|
-
if (
|
|
2873
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.am = function (a, b) {
|
|
2874
|
+
if (b.c == null) {
|
|
2890
2875
|
return "null";
|
|
2891
2876
|
}
|
|
2892
|
-
var
|
|
2893
|
-
var
|
|
2894
|
-
for (var
|
|
2895
|
-
if (
|
|
2896
|
-
|
|
2877
|
+
var c = b.c;
|
|
2878
|
+
var d = "";
|
|
2879
|
+
for (var e = 0; e < c.length; e++) {
|
|
2880
|
+
if (e > 0) {
|
|
2881
|
+
d += ", ";
|
|
2897
2882
|
}
|
|
2898
|
-
|
|
2883
|
+
d += c[e];
|
|
2899
2884
|
}
|
|
2900
|
-
return
|
|
2885
|
+
return d;
|
|
2901
2886
|
};
|
|
2902
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2903
|
-
_super.prototype.
|
|
2887
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a) {
|
|
2888
|
+
_super.prototype.a4.call(this, a);
|
|
2904
2889
|
this.h.l("<ig:" + a + "");
|
|
2905
2890
|
};
|
|
2906
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2891
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bi = function () {
|
|
2907
2892
|
this.h.l(">");
|
|
2908
2893
|
this.h.h();
|
|
2909
2894
|
};
|
|
2910
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2895
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a) {
|
|
2911
2896
|
this.h.f();
|
|
2912
2897
|
this.h.l("</ig:" + a + ">");
|
|
2913
|
-
_super.prototype.
|
|
2898
|
+
_super.prototype.bd.call(this, a);
|
|
2914
2899
|
};
|
|
2915
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2900
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a, b, c, d) {
|
|
2916
2901
|
if (b == "Label" && c.b != null && stringContains(c.b.owningType, "Axis")) {
|
|
2917
2902
|
if (c.c != null && stringContains(c.c, "{")) {
|
|
2918
2903
|
if (a > 0) {
|
|
@@ -2951,16 +2936,16 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
|
|
|
2951
2936
|
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.ao = function (a) {
|
|
2952
2937
|
return "{Binding ElementName=" + a.a.e + "}";
|
|
2953
2938
|
};
|
|
2954
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2939
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a) {
|
|
2955
2940
|
a = stringReplace(a, "-", "_");
|
|
2956
|
-
return CodeGeneratingComponentRenderer.
|
|
2941
|
+
return CodeGeneratingComponentRenderer.d3(a);
|
|
2957
2942
|
};
|
|
2958
2943
|
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a) {
|
|
2959
|
-
this.
|
|
2960
|
-
return "{Binding " + this.
|
|
2944
|
+
this.bj(a);
|
|
2945
|
+
return "{Binding " + this.bk(a.a.e) + "}";
|
|
2961
2946
|
};
|
|
2962
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2963
|
-
var
|
|
2947
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bb = function (a, b, c, d) {
|
|
2948
|
+
var e_10, _a;
|
|
2964
2949
|
this.h.j("<ig:");
|
|
2965
2950
|
{
|
|
2966
2951
|
this.h.j(this.ak);
|
|
@@ -2981,8 +2966,8 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
|
|
|
2981
2966
|
}
|
|
2982
2967
|
}
|
|
2983
2968
|
}
|
|
2984
|
-
catch (
|
|
2985
|
-
|
|
2969
|
+
catch (e_10_1) {
|
|
2970
|
+
e_10 = { error: e_10_1 };
|
|
2986
2971
|
}
|
|
2987
2972
|
finally {
|
|
2988
2973
|
try {
|
|
@@ -2990,8 +2975,8 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
|
|
|
2990
2975
|
_a.call(_b);
|
|
2991
2976
|
}
|
|
2992
2977
|
finally {
|
|
2993
|
-
if (
|
|
2994
|
-
throw
|
|
2978
|
+
if (e_10)
|
|
2979
|
+
throw e_10.error;
|
|
2995
2980
|
}
|
|
2996
2981
|
}
|
|
2997
2982
|
}
|
|
@@ -3011,7 +2996,7 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
|
|
|
3011
2996
|
this.h.j(b);
|
|
3012
2997
|
this.h.l(">");
|
|
3013
2998
|
};
|
|
3014
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2999
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.get_a0 = function () {
|
|
3015
3000
|
return "Xam";
|
|
3016
3001
|
};
|
|
3017
3002
|
WPFXamlCodeGeneratingComponentRendererCodeEmitter.$t = markType(WPFXamlCodeGeneratingComponentRendererCodeEmitter, 'WPFXamlCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
|
|
@@ -3053,16 +3038,16 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
3053
3038
|
__extends(CodeGeneratingComponentRenderer, _super);
|
|
3054
3039
|
function CodeGeneratingComponentRenderer(a, b) {
|
|
3055
3040
|
var _this = _super.call(this) || this;
|
|
3056
|
-
_this.ds = null;
|
|
3057
|
-
_this.dt = 0;
|
|
3058
|
-
_this.dw = null;
|
|
3059
|
-
_this.dx = null;
|
|
3060
|
-
_this.dy = null;
|
|
3061
|
-
_this.dv = null;
|
|
3062
3041
|
_this.du = null;
|
|
3063
|
-
_this.
|
|
3064
|
-
_this.
|
|
3065
|
-
|
|
3042
|
+
_this.dv = 0;
|
|
3043
|
+
_this.dy = null;
|
|
3044
|
+
_this.dz = null;
|
|
3045
|
+
_this.d0 = null;
|
|
3046
|
+
_this.dx = null;
|
|
3047
|
+
_this.dw = null;
|
|
3048
|
+
_this.du = b;
|
|
3049
|
+
_this.dv = a;
|
|
3050
|
+
ComponentRenderer.platform = CodeGeneratingComponentRenderer.d1(a);
|
|
3066
3051
|
_this.adapter = new CodeGenerationRendererAdapter(a, _this.adapter);
|
|
3067
3052
|
_this.context = new TypeDescriptionContext(_this.adapter, ComponentRenderer.platform);
|
|
3068
3053
|
_this.i = new CodeGenerationTransformer(a);
|
|
@@ -3077,7 +3062,13 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
3077
3062
|
})());
|
|
3078
3063
|
});
|
|
3079
3064
|
};
|
|
3080
|
-
CodeGeneratingComponentRenderer.
|
|
3065
|
+
CodeGeneratingComponentRenderer.prototype.cu = function (a) {
|
|
3066
|
+
this.du.b = a;
|
|
3067
|
+
};
|
|
3068
|
+
CodeGeneratingComponentRenderer.prototype.n = function () {
|
|
3069
|
+
return false;
|
|
3070
|
+
};
|
|
3071
|
+
CodeGeneratingComponentRenderer.d2 = function (a) {
|
|
3081
3072
|
if (a == null) {
|
|
3082
3073
|
return null;
|
|
3083
3074
|
}
|
|
@@ -3086,7 +3077,7 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
3086
3077
|
}
|
|
3087
3078
|
return a.substr(0, 1).toLowerCase() + a.substr(1);
|
|
3088
3079
|
};
|
|
3089
|
-
CodeGeneratingComponentRenderer.
|
|
3080
|
+
CodeGeneratingComponentRenderer.d3 = function (a) {
|
|
3090
3081
|
if (a == null) {
|
|
3091
3082
|
return null;
|
|
3092
3083
|
}
|
|
@@ -3095,7 +3086,7 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
3095
3086
|
}
|
|
3096
3087
|
return a.substr(0, 1).toUpperCase() + a.substr(1);
|
|
3097
3088
|
};
|
|
3098
|
-
CodeGeneratingComponentRenderer.
|
|
3089
|
+
CodeGeneratingComponentRenderer.d4 = function (a) {
|
|
3099
3090
|
if (a == null) {
|
|
3100
3091
|
return null;
|
|
3101
3092
|
}
|
|
@@ -3130,27 +3121,22 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
3130
3121
|
}
|
|
3131
3122
|
return j.toString();
|
|
3132
3123
|
};
|
|
3133
|
-
CodeGeneratingComponentRenderer.prototype.
|
|
3124
|
+
CodeGeneratingComponentRenderer.prototype.ap = function () {
|
|
3134
3125
|
return true;
|
|
3135
3126
|
};
|
|
3136
|
-
CodeGeneratingComponentRenderer.prototype.
|
|
3137
|
-
_super.prototype.
|
|
3138
|
-
this.dw = a;
|
|
3139
|
-
return true;
|
|
3140
|
-
};
|
|
3141
|
-
CodeGeneratingComponentRenderer.prototype.ai = function (a) {
|
|
3142
|
-
_super.prototype.ai.call(this, a);
|
|
3127
|
+
CodeGeneratingComponentRenderer.prototype.ac = function (a) {
|
|
3128
|
+
_super.prototype.ac.call(this, a);
|
|
3143
3129
|
this.dy = a;
|
|
3144
3130
|
return true;
|
|
3145
3131
|
};
|
|
3146
|
-
CodeGeneratingComponentRenderer.prototype.
|
|
3147
|
-
_super.prototype.
|
|
3148
|
-
this.
|
|
3132
|
+
CodeGeneratingComponentRenderer.prototype.aj = function (a) {
|
|
3133
|
+
_super.prototype.aj.call(this, a);
|
|
3134
|
+
this.d0 = a;
|
|
3149
3135
|
return true;
|
|
3150
3136
|
};
|
|
3151
3137
|
CodeGeneratingComponentRenderer.prototype.ad = function (a) {
|
|
3152
3138
|
_super.prototype.ad.call(this, a);
|
|
3153
|
-
this.
|
|
3139
|
+
this.dw = a;
|
|
3154
3140
|
return true;
|
|
3155
3141
|
};
|
|
3156
3142
|
CodeGeneratingComponentRenderer.prototype.ae = function (a) {
|
|
@@ -3158,8 +3144,13 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
3158
3144
|
this.dx = a;
|
|
3159
3145
|
return true;
|
|
3160
3146
|
};
|
|
3161
|
-
CodeGeneratingComponentRenderer.prototype.
|
|
3162
|
-
|
|
3147
|
+
CodeGeneratingComponentRenderer.prototype.af = function (a) {
|
|
3148
|
+
_super.prototype.af.call(this, a);
|
|
3149
|
+
this.dz = a;
|
|
3150
|
+
return true;
|
|
3151
|
+
};
|
|
3152
|
+
CodeGeneratingComponentRenderer.prototype.dn = function (a, b, c) {
|
|
3153
|
+
switch (this.dv) {
|
|
3163
3154
|
case 1: if (b.forceCodeBehind) {
|
|
3164
3155
|
return new AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter(b, c);
|
|
3165
3156
|
}
|
|
@@ -3194,8 +3185,8 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
3194
3185
|
}
|
|
3195
3186
|
return null;
|
|
3196
3187
|
};
|
|
3197
|
-
CodeGeneratingComponentRenderer.prototype.
|
|
3198
|
-
switch (this.
|
|
3188
|
+
CodeGeneratingComponentRenderer.prototype.dp = function (a, b) {
|
|
3189
|
+
switch (this.dv) {
|
|
3199
3190
|
case 1: return new TSCodeGeneratingComponentRendererDataEmitter(a, b);
|
|
3200
3191
|
case 2: return new TSCodeGeneratingComponentRendererDataEmitter(a, b);
|
|
3201
3192
|
case 3: return new TSCodeGeneratingComponentRendererDataEmitter(a, b);
|
|
@@ -3205,51 +3196,51 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
3205
3196
|
}
|
|
3206
3197
|
return null;
|
|
3207
3198
|
};
|
|
3208
|
-
CodeGeneratingComponentRenderer.prototype.
|
|
3209
|
-
switch (this.
|
|
3210
|
-
case 1: return new TSCodeGeneratingComponentRendererHandlerEmitter(a, b, this.
|
|
3211
|
-
case 2: return new TSCodeGeneratingComponentRendererHandlerEmitter(a, b, this.
|
|
3212
|
-
case 3: return new TSCodeGeneratingComponentRendererHandlerEmitter(a, b, this.
|
|
3199
|
+
CodeGeneratingComponentRenderer.prototype.dq = function (a, b) {
|
|
3200
|
+
switch (this.dv) {
|
|
3201
|
+
case 1: return new TSCodeGeneratingComponentRendererHandlerEmitter(a, b, this.dv);
|
|
3202
|
+
case 2: return new TSCodeGeneratingComponentRendererHandlerEmitter(a, b, this.dv);
|
|
3203
|
+
case 3: return new TSCodeGeneratingComponentRendererHandlerEmitter(a, b, this.dv);
|
|
3213
3204
|
case 4: break;
|
|
3214
3205
|
case 0:
|
|
3215
3206
|
case 5: return new DotNetCodeGeneratingComponentRendererHandlerEmitter(a, b);
|
|
3216
3207
|
}
|
|
3217
3208
|
return null;
|
|
3218
3209
|
};
|
|
3219
|
-
CodeGeneratingComponentRenderer.prototype.
|
|
3220
|
-
switch (this.
|
|
3221
|
-
case 1: return new TSCodeGeneratingComponentRendererTemplateEmitter(a, b, this.
|
|
3222
|
-
case 2: return new TSCodeGeneratingComponentRendererTemplateEmitter(a, b, this.
|
|
3223
|
-
case 3: return new TSCodeGeneratingComponentRendererTemplateEmitter(a, b, this.
|
|
3210
|
+
CodeGeneratingComponentRenderer.prototype.ds = function (a, b) {
|
|
3211
|
+
switch (this.dv) {
|
|
3212
|
+
case 1: return new TSCodeGeneratingComponentRendererTemplateEmitter(a, b, this.dv);
|
|
3213
|
+
case 2: return new TSCodeGeneratingComponentRendererTemplateEmitter(a, b, this.dv);
|
|
3214
|
+
case 3: return new TSCodeGeneratingComponentRendererTemplateEmitter(a, b, this.dv);
|
|
3224
3215
|
case 4: break;
|
|
3225
3216
|
case 0:
|
|
3226
3217
|
case 5: return new DotNetCodeGeneratingComponentRendererTemplateEmitter(a, b);
|
|
3227
3218
|
}
|
|
3228
3219
|
return null;
|
|
3229
3220
|
};
|
|
3230
|
-
CodeGeneratingComponentRenderer.prototype.
|
|
3231
|
-
switch (this.
|
|
3232
|
-
case 1: return new TSCodeGeneratingComponentRendererModuleEmitter(this.
|
|
3233
|
-
case 2: return new TSCodeGeneratingComponentRendererModuleEmitter(this.
|
|
3234
|
-
case 3: return new TSCodeGeneratingComponentRendererModuleEmitter(this.
|
|
3221
|
+
CodeGeneratingComponentRenderer.prototype.dr = function (a, b) {
|
|
3222
|
+
switch (this.dv) {
|
|
3223
|
+
case 1: return new TSCodeGeneratingComponentRendererModuleEmitter(this.dv, a, b);
|
|
3224
|
+
case 2: return new TSCodeGeneratingComponentRendererModuleEmitter(this.dv, a, b);
|
|
3225
|
+
case 3: return new TSCodeGeneratingComponentRendererModuleEmitter(this.dv, a, b);
|
|
3235
3226
|
case 4: break;
|
|
3236
|
-
case 0: return new DotNetCodeGeneratingComponentRendererModuleEmitter(this.
|
|
3237
|
-
case 5: return new BlazorCodeGeneratingComponentRendererModuleEmitter(this.
|
|
3227
|
+
case 0: return new DotNetCodeGeneratingComponentRendererModuleEmitter(this.dv, a, b);
|
|
3228
|
+
case 5: return new BlazorCodeGeneratingComponentRendererModuleEmitter(this.dv, a, b);
|
|
3238
3229
|
}
|
|
3239
3230
|
return null;
|
|
3240
3231
|
};
|
|
3241
3232
|
CodeGeneratingComponentRenderer.prototype.emitCode = function (a) {
|
|
3242
|
-
var
|
|
3233
|
+
var e_11, _a, e_12, _b, e_13, _c;
|
|
3243
3234
|
var b = new CodeGeneratingRendererResult();
|
|
3244
|
-
b.platform = this.
|
|
3245
|
-
b.generationOptions = this.
|
|
3235
|
+
b.platform = this.dv;
|
|
3236
|
+
b.generationOptions = this.du;
|
|
3246
3237
|
try {
|
|
3247
|
-
for (var _d = __values(fromEnum(this.
|
|
3238
|
+
for (var _d = __values(fromEnum(this.a5.keys)), _e = _d.next(); !_e.done; _e = _d.next()) {
|
|
3248
3239
|
var c = _e.value;
|
|
3249
3240
|
var d = c;
|
|
3250
3241
|
var e = d.id;
|
|
3251
3242
|
try {
|
|
3252
|
-
for (var _f = (
|
|
3243
|
+
for (var _f = (e_12 = void 0, __values(fromEnum(d.a))), _g = _f.next(); !_g.done; _g = _f.next()) {
|
|
3253
3244
|
var f = _g.value;
|
|
3254
3245
|
if (f.i("Name") != null) {
|
|
3255
3246
|
b.trackDescriptionField(e, f.i("Name"));
|
|
@@ -3259,8 +3250,8 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
3259
3250
|
}
|
|
3260
3251
|
}
|
|
3261
3252
|
}
|
|
3262
|
-
catch (
|
|
3263
|
-
|
|
3253
|
+
catch (e_12_1) {
|
|
3254
|
+
e_12 = { error: e_12_1 };
|
|
3264
3255
|
}
|
|
3265
3256
|
finally {
|
|
3266
3257
|
try {
|
|
@@ -3268,14 +3259,14 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
3268
3259
|
_b.call(_f);
|
|
3269
3260
|
}
|
|
3270
3261
|
finally {
|
|
3271
|
-
if (
|
|
3272
|
-
throw
|
|
3262
|
+
if (e_12)
|
|
3263
|
+
throw e_12.error;
|
|
3273
3264
|
}
|
|
3274
3265
|
}
|
|
3275
3266
|
}
|
|
3276
3267
|
}
|
|
3277
|
-
catch (
|
|
3278
|
-
|
|
3268
|
+
catch (e_11_1) {
|
|
3269
|
+
e_11 = { error: e_11_1 };
|
|
3279
3270
|
}
|
|
3280
3271
|
finally {
|
|
3281
3272
|
try {
|
|
@@ -3283,19 +3274,19 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
3283
3274
|
_a.call(_d);
|
|
3284
3275
|
}
|
|
3285
3276
|
finally {
|
|
3286
|
-
if (
|
|
3287
|
-
throw
|
|
3277
|
+
if (e_11)
|
|
3278
|
+
throw e_11.error;
|
|
3288
3279
|
}
|
|
3289
3280
|
}
|
|
3290
3281
|
try {
|
|
3291
|
-
for (var _h = __values(fromEnum(this.
|
|
3282
|
+
for (var _h = __values(fromEnum(this.a5.keys)), _j = _h.next(); !_j.done; _j = _h.next()) {
|
|
3292
3283
|
var g = _j.value;
|
|
3293
3284
|
var h = g;
|
|
3294
|
-
h.c(b, this, this.
|
|
3285
|
+
h.c(this.context, b, this, this.du);
|
|
3295
3286
|
}
|
|
3296
3287
|
}
|
|
3297
|
-
catch (
|
|
3298
|
-
|
|
3288
|
+
catch (e_13_1) {
|
|
3289
|
+
e_13 = { error: e_13_1 };
|
|
3299
3290
|
}
|
|
3300
3291
|
finally {
|
|
3301
3292
|
try {
|
|
@@ -3303,17 +3294,17 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
3303
3294
|
_c.call(_h);
|
|
3304
3295
|
}
|
|
3305
3296
|
finally {
|
|
3306
|
-
if (
|
|
3307
|
-
throw
|
|
3297
|
+
if (e_13)
|
|
3298
|
+
throw e_13.error;
|
|
3308
3299
|
}
|
|
3309
3300
|
}
|
|
3310
|
-
if (this.dw != null) {
|
|
3311
|
-
var i = this.dp(this.ds, b);
|
|
3312
|
-
i.n(this.dw, this.context);
|
|
3313
|
-
}
|
|
3314
3301
|
if (this.dy != null) {
|
|
3315
|
-
|
|
3316
|
-
|
|
3302
|
+
var i = this.dr(this.du, b);
|
|
3303
|
+
i.n(this.dy, this.context);
|
|
3304
|
+
}
|
|
3305
|
+
if (this.d0 != null) {
|
|
3306
|
+
if (typeCast(JsonDictionaryObject.$, this.d0) !== null) {
|
|
3307
|
+
var j = this.d0;
|
|
3317
3308
|
var m = j.e();
|
|
3318
3309
|
for (var l = 0; l < m.length; l++) {
|
|
3319
3310
|
var k = m[l];
|
|
@@ -3322,15 +3313,15 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
3322
3313
|
}
|
|
3323
3314
|
}
|
|
3324
3315
|
{
|
|
3325
|
-
var n = this.
|
|
3326
|
-
n.aa(this.
|
|
3316
|
+
var n = this.dp(this.du, b);
|
|
3317
|
+
n.aa(this.dz);
|
|
3327
3318
|
}
|
|
3328
|
-
var o = this.
|
|
3319
|
+
var o = this.dq(this.du, b);
|
|
3329
3320
|
var p = new List$1(String_$type, 0);
|
|
3330
3321
|
var q = new List$1(String_$type, 0);
|
|
3331
|
-
if (this.
|
|
3332
|
-
if (typeCast(JsonDictionaryArray.$, this.
|
|
3333
|
-
var r = this.
|
|
3322
|
+
if (this.dw != null) {
|
|
3323
|
+
if (typeCast(JsonDictionaryArray.$, this.dw) !== null) {
|
|
3324
|
+
var r = this.dw;
|
|
3334
3325
|
if (r.items != null) {
|
|
3335
3326
|
var u = r.items;
|
|
3336
3327
|
for (var t = 0; t < u.length; t++) {
|
|
@@ -3339,14 +3330,14 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
3339
3330
|
}
|
|
3340
3331
|
}
|
|
3341
3332
|
}
|
|
3342
|
-
else if (typeCast(JsonDictionaryValue.$, this.
|
|
3343
|
-
var v = this.
|
|
3333
|
+
else if (typeCast(JsonDictionaryValue.$, this.dw) !== null) {
|
|
3334
|
+
var v = this.dw;
|
|
3344
3335
|
p.add(v.value.toString());
|
|
3345
3336
|
}
|
|
3346
3337
|
}
|
|
3347
|
-
if (this.
|
|
3348
|
-
if (typeCast(JsonDictionaryArray.$, this.
|
|
3349
|
-
var w = this.
|
|
3338
|
+
if (this.dx != null) {
|
|
3339
|
+
if (typeCast(JsonDictionaryArray.$, this.dx) !== null) {
|
|
3340
|
+
var w = this.dx;
|
|
3350
3341
|
if (w.items != null) {
|
|
3351
3342
|
var z = w.items;
|
|
3352
3343
|
for (var y = 0; y < z.length; y++) {
|
|
@@ -3355,50 +3346,52 @@ var CodeGeneratingComponentRenderer = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
3355
3346
|
}
|
|
3356
3347
|
}
|
|
3357
3348
|
}
|
|
3358
|
-
else if (typeCast(JsonDictionaryValue.$, this.
|
|
3359
|
-
var aa = this.
|
|
3349
|
+
else if (typeCast(JsonDictionaryValue.$, this.dx) !== null) {
|
|
3350
|
+
var aa = this.dx;
|
|
3360
3351
|
p.add(aa.value.toString());
|
|
3361
3352
|
}
|
|
3362
3353
|
}
|
|
3363
3354
|
o.q(p.toArray(), q.toArray());
|
|
3364
|
-
var ab = this.
|
|
3355
|
+
var ab = this.ds(this.du, b);
|
|
3365
3356
|
ab.p();
|
|
3366
|
-
this.
|
|
3357
|
+
this.d8(b, a);
|
|
3367
3358
|
return b;
|
|
3368
3359
|
};
|
|
3369
|
-
CodeGeneratingComponentRenderer.prototype.
|
|
3360
|
+
CodeGeneratingComponentRenderer.prototype.d8 = function (a, b) {
|
|
3370
3361
|
b.execute(a);
|
|
3371
3362
|
};
|
|
3372
|
-
CodeGeneratingComponentRenderer.prototype.
|
|
3373
|
-
return runOn(this, this.
|
|
3363
|
+
CodeGeneratingComponentRenderer.prototype.ba = function () {
|
|
3364
|
+
return runOn(this, this.d6);
|
|
3374
3365
|
};
|
|
3375
|
-
CodeGeneratingComponentRenderer.prototype.
|
|
3366
|
+
CodeGeneratingComponentRenderer.prototype.d5 = function (a) {
|
|
3376
3367
|
a = stringReplace(a, "-", "_");
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3368
|
+
if (!this.du.e) {
|
|
3369
|
+
switch (this.dv) {
|
|
3370
|
+
case 1:
|
|
3371
|
+
case 2:
|
|
3372
|
+
case 3: return CodeGeneratingComponentRenderer.d2(a);
|
|
3373
|
+
case 4:
|
|
3374
|
+
case 0:
|
|
3375
|
+
case 5: return CodeGeneratingComponentRenderer.d3(a);
|
|
3376
|
+
}
|
|
3384
3377
|
}
|
|
3385
3378
|
return a;
|
|
3386
3379
|
};
|
|
3387
|
-
CodeGeneratingComponentRenderer.prototype.
|
|
3380
|
+
CodeGeneratingComponentRenderer.prototype.d6 = function (a) {
|
|
3388
3381
|
var b = a;
|
|
3389
3382
|
if (stringStartsWith(a, "{")) {
|
|
3390
3383
|
if (!stringStartsWith(a, "{[")) {
|
|
3391
3384
|
a = a.substr(1, a.length - 2);
|
|
3392
|
-
a = "{" + this.
|
|
3385
|
+
a = "{" + this.d5(a) + "}";
|
|
3393
3386
|
b = a;
|
|
3394
3387
|
}
|
|
3395
3388
|
}
|
|
3396
3389
|
else {
|
|
3397
|
-
b = this.
|
|
3390
|
+
b = this.d5(a);
|
|
3398
3391
|
}
|
|
3399
3392
|
return b;
|
|
3400
3393
|
};
|
|
3401
|
-
CodeGeneratingComponentRenderer.
|
|
3394
|
+
CodeGeneratingComponentRenderer.d1 = function (a) {
|
|
3402
3395
|
switch (a) {
|
|
3403
3396
|
case 1: return 3;
|
|
3404
3397
|
case 2: return 2;
|
|
@@ -3435,27 +3428,27 @@ var CodeGenerationContainer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3435
3428
|
enumerable: false,
|
|
3436
3429
|
configurable: true
|
|
3437
3430
|
});
|
|
3438
|
-
CodeGenerationContainer.prototype.c = function (a, b, c) {
|
|
3439
|
-
var
|
|
3440
|
-
var d = new StringBuilder(0);
|
|
3431
|
+
CodeGenerationContainer.prototype.c = function (a, b, c, d) {
|
|
3432
|
+
var e_14, _a;
|
|
3441
3433
|
var e = new StringBuilder(0);
|
|
3442
3434
|
var f = new StringBuilder(0);
|
|
3443
|
-
var g = new
|
|
3435
|
+
var g = new StringBuilder(0);
|
|
3436
|
+
var h = new CodeGeneratingImportManager();
|
|
3444
3437
|
try {
|
|
3445
3438
|
for (var _b = __values(fromEnum(this.a)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
3446
|
-
var
|
|
3447
|
-
var
|
|
3448
|
-
|
|
3449
|
-
var
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3439
|
+
var i = _c.value;
|
|
3440
|
+
var j = c.dn(i, d, b);
|
|
3441
|
+
i.s(j, true);
|
|
3442
|
+
var k = j.toString();
|
|
3443
|
+
b.addContainerResult(this.id, k);
|
|
3444
|
+
j.a6(e);
|
|
3445
|
+
j.a9(f);
|
|
3446
|
+
j.a5(g);
|
|
3447
|
+
j.a7(a, h);
|
|
3455
3448
|
}
|
|
3456
3449
|
}
|
|
3457
|
-
catch (
|
|
3458
|
-
|
|
3450
|
+
catch (e_14_1) {
|
|
3451
|
+
e_14 = { error: e_14_1 };
|
|
3459
3452
|
}
|
|
3460
3453
|
finally {
|
|
3461
3454
|
try {
|
|
@@ -3463,14 +3456,14 @@ var CodeGenerationContainer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3463
3456
|
_a.call(_b);
|
|
3464
3457
|
}
|
|
3465
3458
|
finally {
|
|
3466
|
-
if (
|
|
3467
|
-
throw
|
|
3459
|
+
if (e_14)
|
|
3460
|
+
throw e_14.error;
|
|
3468
3461
|
}
|
|
3469
3462
|
}
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3463
|
+
b.addContainerResult("bindingFields", e.toString());
|
|
3464
|
+
b.addContainerResult("bindingInit", f.toString());
|
|
3465
|
+
b.addContainerResult("bindingCode", g.toString());
|
|
3466
|
+
b.addImportResult("bindingImports", h);
|
|
3474
3467
|
};
|
|
3475
3468
|
CodeGenerationContainer.$t = markType(CodeGenerationContainer, 'CodeGenerationContainer');
|
|
3476
3469
|
return CodeGenerationContainer;
|
|
@@ -3560,7 +3553,7 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3560
3553
|
return null;
|
|
3561
3554
|
};
|
|
3562
3555
|
CodeGenerationItemBuilder.prototype.s = function (a, b) {
|
|
3563
|
-
var
|
|
3556
|
+
var e_15, _a, e_16, _b;
|
|
3564
3557
|
var c = this.m();
|
|
3565
3558
|
if (b) {
|
|
3566
3559
|
var d = this.o();
|
|
@@ -3570,20 +3563,20 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3570
3563
|
var f = false;
|
|
3571
3564
|
if (this.f.containsKey("Name")) {
|
|
3572
3565
|
e = true;
|
|
3573
|
-
a.
|
|
3566
|
+
a.bh(this.f.item("Name").c);
|
|
3574
3567
|
}
|
|
3575
3568
|
else if (this.f.containsKey("name")) {
|
|
3576
3569
|
e = true;
|
|
3577
|
-
a.
|
|
3570
|
+
a.bh(this.f.item("name").c);
|
|
3578
3571
|
}
|
|
3579
3572
|
else {
|
|
3580
3573
|
if (b && this.r != null) {
|
|
3581
3574
|
e = true;
|
|
3582
|
-
a.
|
|
3575
|
+
a.bh(this.r);
|
|
3583
3576
|
}
|
|
3584
3577
|
else if (this.e(this.c, a)) {
|
|
3585
3578
|
f = true;
|
|
3586
|
-
a.
|
|
3579
|
+
a.bg(c);
|
|
3587
3580
|
if (a.x) {
|
|
3588
3581
|
this.g.add("name");
|
|
3589
3582
|
this.f.addItem("name", ((function () {
|
|
@@ -3602,7 +3595,7 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3602
3595
|
}
|
|
3603
3596
|
}
|
|
3604
3597
|
}
|
|
3605
|
-
a.
|
|
3598
|
+
a.a4(this.p());
|
|
3606
3599
|
var g = 0;
|
|
3607
3600
|
try {
|
|
3608
3601
|
for (var _c = __values(fromEnum(this.g)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
@@ -3612,13 +3605,13 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3612
3605
|
continue;
|
|
3613
3606
|
}
|
|
3614
3607
|
if (this.d(a, h, i)) {
|
|
3615
|
-
a.
|
|
3608
|
+
a.ba(g, h, i, this.c);
|
|
3616
3609
|
g++;
|
|
3617
3610
|
}
|
|
3618
3611
|
}
|
|
3619
3612
|
}
|
|
3620
|
-
catch (
|
|
3621
|
-
|
|
3613
|
+
catch (e_15_1) {
|
|
3614
|
+
e_15 = { error: e_15_1 };
|
|
3622
3615
|
}
|
|
3623
3616
|
finally {
|
|
3624
3617
|
try {
|
|
@@ -3626,11 +3619,11 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3626
3619
|
_a.call(_c);
|
|
3627
3620
|
}
|
|
3628
3621
|
finally {
|
|
3629
|
-
if (
|
|
3630
|
-
throw
|
|
3622
|
+
if (e_15)
|
|
3623
|
+
throw e_15.error;
|
|
3631
3624
|
}
|
|
3632
3625
|
}
|
|
3633
|
-
a.
|
|
3626
|
+
a.bi();
|
|
3634
3627
|
var j = 0;
|
|
3635
3628
|
try {
|
|
3636
3629
|
for (var _e = __values(fromEnum(this.g)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
@@ -3640,13 +3633,13 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3640
3633
|
continue;
|
|
3641
3634
|
}
|
|
3642
3635
|
if (!this.d(a, k, l)) {
|
|
3643
|
-
a.
|
|
3636
|
+
a.bb(j, k, l, this.c);
|
|
3644
3637
|
j++;
|
|
3645
3638
|
}
|
|
3646
3639
|
}
|
|
3647
3640
|
}
|
|
3648
|
-
catch (
|
|
3649
|
-
|
|
3641
|
+
catch (e_16_1) {
|
|
3642
|
+
e_16 = { error: e_16_1 };
|
|
3650
3643
|
}
|
|
3651
3644
|
finally {
|
|
3652
3645
|
try {
|
|
@@ -3654,22 +3647,23 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3654
3647
|
_b.call(_e);
|
|
3655
3648
|
}
|
|
3656
3649
|
finally {
|
|
3657
|
-
if (
|
|
3658
|
-
throw
|
|
3650
|
+
if (e_16)
|
|
3651
|
+
throw e_16.error;
|
|
3659
3652
|
}
|
|
3660
3653
|
}
|
|
3661
|
-
a.
|
|
3654
|
+
a.bc(j);
|
|
3655
|
+
a.bd(c);
|
|
3662
3656
|
if (e) {
|
|
3663
|
-
a.
|
|
3657
|
+
a.bf();
|
|
3664
3658
|
}
|
|
3665
3659
|
else {
|
|
3666
3660
|
if (f) {
|
|
3667
|
-
a.
|
|
3661
|
+
a.be();
|
|
3668
3662
|
}
|
|
3669
3663
|
}
|
|
3670
3664
|
};
|
|
3671
3665
|
CodeGenerationItemBuilder.prototype.e = function (a, b) {
|
|
3672
|
-
var
|
|
3666
|
+
var e_17, _a;
|
|
3673
3667
|
if (b.n) {
|
|
3674
3668
|
return true;
|
|
3675
3669
|
}
|
|
@@ -3682,8 +3676,8 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3682
3676
|
}
|
|
3683
3677
|
}
|
|
3684
3678
|
}
|
|
3685
|
-
catch (
|
|
3686
|
-
|
|
3679
|
+
catch (e_17_1) {
|
|
3680
|
+
e_17 = { error: e_17_1 };
|
|
3687
3681
|
}
|
|
3688
3682
|
finally {
|
|
3689
3683
|
try {
|
|
@@ -3691,8 +3685,8 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
3691
3685
|
_a.call(_b);
|
|
3692
3686
|
}
|
|
3693
3687
|
finally {
|
|
3694
|
-
if (
|
|
3695
|
-
throw
|
|
3688
|
+
if (e_17)
|
|
3689
|
+
throw e_17.error;
|
|
3696
3690
|
}
|
|
3697
3691
|
}
|
|
3698
3692
|
return false;
|