igniteui-angular-core 19.0.1 → 19.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-core.umd.js +17324 -8987
- package/bundles/igniteui-angular-core.umd.min.js +2 -2
- package/esm2015/lib/AbsoluteVolumeOscillatorIndicatorDescription.js +6 -6
- package/esm2015/lib/AggregatedDataProviderLayerMap.js +12 -2
- package/esm2015/lib/AggregatedDataProviderTopLayer.js +19 -9
- package/esm2015/lib/AggregatedDataProvider_combined.js +2 -2
- package/esm2015/lib/AnchoredCategorySeriesDescription.js +32 -32
- package/esm2015/lib/AnchoredRadialSeriesDescription.js +32 -32
- package/esm2015/lib/AnnotationLayerDescription.js +76 -60
- package/esm2015/lib/AnnotationLayerDescriptionMetadata.js +3 -0
- package/esm2015/lib/AreaSeriesDescription.js +3 -3
- package/esm2015/lib/AverageDirectionalIndexIndicatorDescription.js +3 -3
- package/esm2015/lib/AverageTrueRangeIndicatorDescription.js +3 -3
- package/esm2015/lib/BarSeriesDescription.js +6 -6
- package/esm2015/lib/BaseDataSourceDescription.js +17 -9
- package/esm2015/lib/BaseDataSourceDescriptionMetadata.js +3 -0
- package/esm2015/lib/BollingerBandWidthIndicatorDescription.js +5 -5
- package/esm2015/lib/BollingerBandsOverlayDescription.js +5 -5
- package/esm2015/lib/BreakEvenDataRule.js +9 -9
- package/esm2015/lib/BrushUtil.js +61 -26
- package/esm2015/lib/BubbleSeriesDescription.js +40 -40
- package/esm2015/lib/CalloutLayerDescription.js +142 -142
- package/esm2015/lib/CategoryChartDescription.js +133 -133
- package/esm2015/lib/CategoryHighlightLayerDescription.js +9 -9
- package/esm2015/lib/CategoryItemHighlightLayerDescription.js +29 -29
- package/esm2015/lib/CategorySeriesDescription.js +22 -22
- package/esm2015/lib/CategoryToolTipLayerDescription.js +6 -6
- package/esm2015/lib/ChaikinOscillatorIndicatorDescription.js +6 -6
- package/esm2015/lib/ChaikinVolatilityIndicatorDescription.js +3 -3
- package/esm2015/lib/CheckboxListDescription.js +175 -119
- package/esm2015/lib/CheckboxListDescriptionMetadata.js +8 -1
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +608 -556
- package/esm2015/lib/ColumnFragmentDescription.js +6 -6
- package/esm2015/lib/ColumnSeriesDescription.js +9 -9
- package/esm2015/lib/CommodityChannelIndexIndicatorDescription.js +3 -3
- package/esm2015/lib/ComponentRenderer_combined.js +1 -1
- package/esm2015/lib/CrosshairLayerDescription.js +85 -85
- package/esm2015/lib/DashboardTileDescription.js +135 -95
- package/esm2015/lib/DashboardTileDescriptionMetadata.js +6 -0
- package/esm2015/lib/DataAdapterRunContextRecursionType.js +11 -0
- package/esm2015/lib/DataAnnotationAxisLayerDescription.js +215 -0
- package/esm2015/lib/DataAnnotationAxisLayerDescriptionMetadata.js +65 -0
- package/esm2015/lib/DataAnnotationBandLayerDescription.js +31 -0
- package/esm2015/lib/DataAnnotationBandLayerDescriptionMetadata.js +39 -0
- package/esm2015/lib/DataAnnotationBandLayerDescriptionModule.js +20 -0
- package/esm2015/lib/DataAnnotationInfoDescription.js +170 -0
- package/esm2015/lib/DataAnnotationInfoDescriptionMetadata.js +54 -0
- package/esm2015/lib/DataAnnotationItemDescription.js +154 -0
- package/esm2015/lib/DataAnnotationItemDescriptionMetadata.js +52 -0
- package/esm2015/lib/DataAnnotationLineLayerDescription.js +23 -0
- package/esm2015/lib/DataAnnotationLineLayerDescriptionMetadata.js +38 -0
- package/esm2015/lib/DataAnnotationLineLayerDescriptionModule.js +20 -0
- package/esm2015/lib/DataAnnotationPointLayerDescription.js +151 -0
- package/esm2015/lib/DataAnnotationPointLayerDescriptionMetadata.js +58 -0
- package/esm2015/lib/DataAnnotationRangeLayerDescription.js +95 -0
- package/esm2015/lib/DataAnnotationRangeLayerDescriptionMetadata.js +45 -0
- package/esm2015/lib/DataAnnotationRectLayerDescription.js +23 -0
- package/esm2015/lib/DataAnnotationRectLayerDescriptionMetadata.js +38 -0
- package/esm2015/lib/DataAnnotationRectLayerDescriptionModule.js +20 -0
- package/esm2015/lib/DataAnnotationShapeLayerDescription.js +287 -0
- package/esm2015/lib/DataAnnotationShapeLayerDescriptionMetadata.js +79 -0
- package/esm2015/lib/DataAnnotationSliceLayerDescription.js +39 -0
- package/esm2015/lib/DataAnnotationSliceLayerDescriptionMetadata.js +40 -0
- package/esm2015/lib/DataAnnotationSliceLayerDescriptionModule.js +20 -0
- package/esm2015/lib/DataAnnotationStripLayerDescription.js +87 -0
- package/esm2015/lib/DataAnnotationStripLayerDescriptionMetadata.js +49 -0
- package/esm2015/lib/DataAnnotationStripLayerDescriptionModule.js +20 -0
- package/esm2015/lib/DataAnnotationStyleEventArgsDescription.js +114 -0
- package/esm2015/lib/DataAnnotationStyleEventArgsDescriptionMetadata.js +49 -0
- package/esm2015/lib/DataChartAnnotationDescriptionModule.js +12 -0
- package/esm2015/lib/DataChartRadialDescriptionModule.js +2 -0
- package/esm2015/lib/DataPieBaseChartDescription.js +114 -114
- package/esm2015/lib/DataPieChartDescription.js +36 -36
- package/esm2015/lib/DataSeriesAdapterPropertyInfo.js +22 -0
- package/esm2015/lib/DataSeriesPropertyType.js +17 -0
- package/esm2015/lib/DataSeriesType.js +17 -13
- package/esm2015/lib/DataSourcePropertiesRequestedChangedEventArgs.js +19 -0
- package/esm2015/lib/{WebTabPanelDescription.js → DataSourcePropertiesRequestedChangedEventArgsDescription.js} +5 -5
- package/esm2015/lib/DataSourcePropertiesRequestedChangedEventArgsDescriptionMetadata.js +36 -0
- package/esm2015/lib/DataToolTipLayerDescription.js +401 -401
- package/esm2015/lib/DescriptionSerializer.js +58 -23
- package/esm2015/lib/DetrendedPriceOscillatorIndicatorDescription.js +3 -3
- package/esm2015/lib/DomainChartDescription.js +922 -834
- package/esm2015/lib/DomainChartDescriptionMetadata.js +12 -0
- package/esm2015/lib/FastStochasticOscillatorIndicatorDescription.js +3 -3
- package/esm2015/lib/FinalValueLayerDescription.js +41 -41
- package/esm2015/lib/FinancialChartDescription.js +180 -180
- package/esm2015/lib/FinancialIndicatorDescription.js +22 -22
- package/esm2015/lib/FinancialOverlayDescription.js +3 -3
- package/esm2015/lib/FinancialPriceSeriesDescription.js +46 -46
- package/esm2015/lib/FinancialSeriesDescription.js +51 -51
- package/esm2015/lib/FontDefaults.js +5 -5
- package/esm2015/lib/ForceIndexIndicatorDescription.js +3 -3
- package/esm2015/lib/FullStochasticOscillatorIndicatorDescription.js +8 -8
- package/esm2015/lib/GeographicContourLineSeriesDescription.js +14 -14
- package/esm2015/lib/GeographicHighDensityScatterSeriesDescription.js +32 -32
- package/esm2015/lib/GeographicMapSeriesHostDescription.js +6 -6
- package/esm2015/lib/GeographicMarkerSeriesDescription.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesDescription.js +16 -16
- package/esm2015/lib/GeographicProportionalSymbolSeriesDescription.js +50 -50
- package/esm2015/lib/GeographicScatterAreaSeriesDescription.js +12 -12
- package/esm2015/lib/GeographicShapeSeriesBaseDescription.js +35 -35
- package/esm2015/lib/GeographicShapeSeriesDescription.js +42 -42
- package/esm2015/lib/GeographicSymbolSeriesDescription.js +25 -25
- package/esm2015/lib/GeographicTileSeriesDescription.js +5 -5
- package/esm2015/lib/GeographicXYTriangulatingSeriesDescription.js +15 -15
- package/esm2015/lib/GridBridge.js +7 -0
- package/esm2015/lib/HighDensityScatterSeriesDescription.js +47 -47
- package/esm2015/lib/HighlightingManager.js +23 -12
- package/esm2015/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
- package/esm2015/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
- package/esm2015/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
- package/esm2015/lib/IDataSeriesAdapterRule_combined.js +285 -114
- package/esm2015/lib/IDataSourceDataProvider_combined.js +28 -15
- package/esm2015/lib/INativeUIElementBridge_combined.js +2 -2
- package/esm2015/lib/ItemToolTipLayerDescription.js +12 -12
- package/esm2015/lib/KeyFrameAnimationTimeline_combined.js +3 -2
- package/esm2015/lib/LabelCollisionManager.js +1 -1
- package/esm2015/lib/LineSeriesDescription.js +3 -3
- package/esm2015/lib/ListPanelDescription.js +101 -93
- package/esm2015/lib/ListPanelDescriptionMetadata_combined.js +1 -0
- package/esm2015/lib/LocalDataSourceDescription.js +3 -3
- package/esm2015/lib/LocalDataSource_combined.js +237 -231
- package/esm2015/lib/MarkerSeriesDescription.js +32 -32
- package/esm2015/lib/MoneyFlowIndexIndicatorDescription.js +3 -3
- package/esm2015/lib/MovingAverageConvergenceDivergenceIndicatorDescription.js +8 -8
- package/esm2015/lib/NativeUIBuiltInEvents.js +1 -1
- package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm2015/lib/NativeUIButton.js +2 -2
- package/esm2015/lib/NativeUIButtonGroup.js +2 -2
- package/esm2015/lib/NativeUICheckboxList.js +120 -59
- package/esm2015/lib/NativeUICombo.js +8 -8
- package/esm2015/lib/NativeUIElementBridge.js +2 -2
- package/esm2015/lib/NativeUIGrid.js +4 -1
- package/esm2015/lib/NativeUIInput.js +20 -20
- package/esm2015/lib/NativeUIPopup.js +27 -18
- package/esm2015/lib/NativeUISlider.js +14 -14
- package/esm2015/lib/OthersCategoryContextDescription.js +36 -0
- package/esm2015/lib/OthersCategoryContextDescriptionMetadata.js +38 -0
- package/esm2015/lib/OthersCategoryContextDescriptionModule.js +20 -0
- package/esm2015/lib/OverlayTextInfoDescription.js +194 -0
- package/esm2015/lib/OverlayTextInfoDescriptionMetadata.js +61 -0
- package/esm2015/lib/OverlayTextUpdatingEventArgsDescription.js +210 -0
- package/esm2015/lib/OverlayTextUpdatingEventArgsDescriptionMetadata.js +63 -0
- package/esm2015/lib/PagedDataSource.js +6 -6
- package/esm2015/lib/PercentagePriceOscillatorIndicatorDescription.js +6 -6
- package/esm2015/lib/PercentageVolumeOscillatorIndicatorDescription.js +6 -6
- package/esm2015/lib/PolarAreaSeriesDescription.js +3 -3
- package/esm2015/lib/PolarBaseDescription.js +75 -75
- package/esm2015/lib/PolarLineSeriesDescription.js +3 -3
- package/esm2015/lib/PolarSplineAreaSeriesDescription.js +3 -3
- package/esm2015/lib/PolarSplineSeriesDescription.js +3 -3
- package/esm2015/lib/PopupView_combined.js +3 -3
- package/esm2015/lib/PriceChannelOverlayDescription.js +3 -3
- package/esm2015/lib/RadialAreaSeriesDescription.js +3 -3
- package/esm2015/lib/RadialBaseChartDescription.js +221 -221
- package/esm2015/lib/RadialBaseDescription.js +69 -69
- package/esm2015/lib/RadialColumnSeriesDescription.js +6 -6
- package/esm2015/lib/RadialLineSeriesDescription.js +3 -3
- package/esm2015/lib/RadialPieSeriesDescription.js +12 -12
- package/esm2015/lib/RangeCategorySeriesDescription.js +10 -10
- package/esm2015/lib/RangeColumnSeriesDescription.js +6 -6
- package/esm2015/lib/RateOfChangeAndMomentumIndicatorDescription.js +3 -3
- package/esm2015/lib/ReadOnlyDoubleCollection.js +100 -0
- package/esm2015/lib/RearrangedListView.js +3 -3
- package/esm2015/lib/RelativeStrengthIndexIndicatorDescription.js +3 -3
- package/esm2015/lib/SVGNode_combined.js +2 -2
- package/esm2015/lib/ScatterAreaSeriesDescription.js +14 -14
- package/esm2015/lib/ScatterBaseDescription.js +71 -71
- package/esm2015/lib/ScatterContourSeriesDescription.js +16 -16
- package/esm2015/lib/ScatterDataRule.js +12 -9
- package/esm2015/lib/ScatterLineSeriesDescription.js +3 -3
- package/esm2015/lib/ScatterPolygonSeriesDescription.js +32 -32
- package/esm2015/lib/ScatterPolylineSeriesDescription.js +3 -3
- package/esm2015/lib/ScatterSplineSeriesDescription.js +3 -3
- package/esm2015/lib/ScatterTriangulationSeriesDescription.js +35 -35
- package/esm2015/lib/SeriesDescription.js +264 -256
- package/esm2015/lib/SeriesDescriptionMetadata.js +1 -0
- package/esm2015/lib/ShapeDataRule.js +12 -12
- package/esm2015/lib/ShapeSeriesBaseDescription.js +47 -47
- package/esm2015/lib/SimpleCategorySeriesRule.js +34 -24
- package/esm2015/lib/SimpleFinancialPriceSeriesRule.js +31 -9
- package/esm2015/lib/SimpleGaugeRule.js +3 -3
- package/esm2015/lib/SimplePieSeriesRule.js +48 -39
- package/esm2015/lib/SlowStochasticOscillatorIndicatorDescription.js +3 -3
- package/esm2015/lib/SplineSeriesBaseDescription.js +6 -6
- package/esm2015/lib/StackedBarSeriesDescription.js +6 -6
- package/esm2015/lib/StackedColumnSeriesDescription.js +6 -6
- package/esm2015/lib/StackedSeriesBaseDescription.js +12 -12
- package/esm2015/lib/StackedSplineAreaSeriesDescription.js +3 -3
- package/esm2015/lib/StackedSplineSeriesDescription.js +3 -3
- package/esm2015/lib/StandardDeviationIndicatorDescription.js +3 -3
- package/esm2015/lib/StochRSIIndicatorDescription.js +3 -3
- package/esm2015/lib/SubCollectionsRule.js +64 -3
- package/esm2015/lib/SyncableObservableCollection$2_combined.js +3 -0
- package/esm2015/lib/TRIXIndicatorDescription.js +3 -3
- package/esm2015/lib/TileSeriesDescription.js +3 -3
- package/esm2015/lib/ToolActionButtonDescription.js +6 -6
- package/esm2015/lib/ToolActionButtonPairDescription.js +100 -100
- package/esm2015/lib/ToolActionButtonPairInfo.js +1 -1
- package/esm2015/lib/ToolActionCheckboxDescription.js +23 -23
- package/esm2015/lib/ToolActionCheckboxListDescription.js +19 -19
- package/esm2015/lib/ToolActionColorEditorDescription.js +3 -3
- package/esm2015/lib/ToolActionColorEditorInfo.js +1 -1
- package/esm2015/lib/ToolActionComboDescription.js +11 -11
- package/esm2015/lib/ToolActionComboInfo.js +1 -1
- package/esm2015/lib/ToolActionDescription.js +11 -3
- package/esm2015/lib/ToolActionDescriptionMetadata.js +2 -0
- package/esm2015/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
- package/esm2015/lib/ToolActionFieldSelectorAggregationDescription.js +52 -0
- package/esm2015/lib/ToolActionFieldSelectorAggregationDescriptionMetadata.js +41 -0
- package/esm2015/lib/ToolActionFieldSelectorAggregationDescriptionModule.js +20 -0
- package/esm2015/lib/ToolActionFieldSelectorDescription.js +143 -0
- package/esm2015/lib/ToolActionFieldSelectorDescriptionMetadata.js +54 -0
- package/esm2015/lib/ToolActionFieldSelectorDescriptionModule.js +20 -0
- package/esm2015/lib/ToolActionFieldSelectorInfo.js +73 -0
- package/esm2015/lib/ToolActionFieldSelectorInfoDescription.js +81 -0
- package/esm2015/lib/ToolActionFieldSelectorInfoDescriptionMetadata.js +46 -0
- package/esm2015/lib/ToolActionFieldSelectorInfoType.js +16 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationDescription.js +52 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationDescriptionMetadata.js +41 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationDescriptionModule.js +20 -0
- package/esm2015/lib/ToolActionGroupHeaderDescription.js +6 -6
- package/esm2015/lib/ToolActionIconButtonDescription.js +29 -29
- package/esm2015/lib/ToolActionIconMenuDescription.js +9 -9
- package/esm2015/lib/ToolActionNumberInputDescription.js +3 -3
- package/esm2015/lib/ToolActionRadioDescription.js +27 -27
- package/esm2015/lib/ToolActionSeparatorDescription.js +6 -6
- package/esm2015/lib/ToolActionSubPanelDescription.js +8 -0
- package/esm2015/lib/ToolActionSubPanelDescriptionMetadata.js +1 -0
- package/esm2015/lib/ToolActionTextInputDescription.js +3 -3
- package/esm2015/lib/ToolActionTextInputInfo.js +1 -1
- package/esm2015/lib/ToolActionType.js +6 -5
- package/esm2015/lib/ToolPanelDescription.js +250 -210
- package/esm2015/lib/ToolPanelDescriptionMetadata.js +5 -0
- package/esm2015/lib/ToolPanelDescriptionModule.js +2 -0
- package/esm2015/lib/ToolbarDescription.js +181 -149
- package/esm2015/lib/ToolbarDescriptionMetadata.js +4 -0
- package/esm2015/lib/TrendLineLayerDescription.js +55 -0
- package/esm2015/lib/TrendLineLayerDescriptionMetadata.js +43 -0
- package/esm2015/lib/TrendLineLayerDescriptionModule.js +20 -0
- package/esm2015/lib/TypeDescriptionCleanups.js +5 -0
- package/esm2015/lib/ValueLayerDescription.js +319 -95
- package/esm2015/lib/ValueLayerDescriptionMetadata.js +34 -0
- package/esm2015/lib/ValueOverlayDescription.js +257 -41
- package/esm2015/lib/ValueOverlayDescriptionMetadata.js +33 -0
- package/esm2015/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
- package/esm2015/lib/VerticalStackedSeriesBaseDescription.js +6 -6
- package/esm2015/lib/VirtualDataSource.js +280 -280
- package/esm2015/lib/VirtualDataSourceDescription.js +20 -20
- package/esm2015/lib/WaterfallSeriesDescription.js +12 -12
- package/esm2015/lib/WebAccordionDescription.js +32 -0
- package/esm2015/lib/WebAccordionDescriptionMetadata.js +6 -0
- package/esm2015/lib/{WebTreeSelectionChangeEventArgsDescription.js → WebActiveStepChangedEventArgsDescription.js} +7 -7
- package/esm2015/lib/WebActiveStepChangedEventArgsDescriptionMetadata.js +43 -0
- package/esm2015/lib/{WebActiveStepChangedArgsDetailDescription.js → WebActiveStepChangedEventArgsDetailDescription.js} +7 -7
- package/esm2015/lib/WebActiveStepChangedEventArgsDetailDescriptionMetadata.js +42 -0
- package/esm2015/lib/{WebActiveStepChangedArgsEventArgsDescription.js → WebActiveStepChangingEventArgsDescription.js} +7 -7
- package/esm2015/lib/WebActiveStepChangingEventArgsDescriptionMetadata.js +43 -0
- package/esm2015/lib/{WebActiveStepChangingArgsDetailDescription.js → WebActiveStepChangingEventArgsDetailDescription.js} +7 -7
- package/esm2015/lib/WebActiveStepChangingEventArgsDetailDescriptionMetadata.js +42 -0
- package/esm2015/lib/WebBaseAlertLikeDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +14 -4
- package/esm2015/lib/WebButtonGroupDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebCalendarBaseDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebCalendarDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebCardActionsDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebCarouselDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebCheckboxBaseDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebColumnDescription.js +79 -47
- package/esm2015/lib/WebColumnDescriptionMetadata.js +8 -0
- package/esm2015/lib/WebColumnGroupDescription.js +11 -11
- package/esm2015/lib/WebDatePickerDescriptionMetadata.js +3 -3
- package/esm2015/lib/WebDropdownDescriptionMetadata.js +3 -2
- package/esm2015/lib/WebExpressionTreeDescription.js +65 -0
- package/esm2015/lib/WebExpressionTreeDescriptionMetadata.js +54 -0
- package/esm2015/lib/{WebTreeSelectionChangeDescription.js → WebExpressionTreeOrFilteringExpressionDescription.js} +5 -5
- package/esm2015/lib/WebExpressionTreeOrFilteringExpressionDescriptionMetadata.js +37 -0
- package/esm2015/lib/WebFilteringExpressionDescription.js +30 -17
- package/esm2015/lib/WebFilteringExpressionDescriptionMetadata.js +6 -1
- package/esm2015/lib/WebFilteringExpressionsTreeDescription.js +36 -23
- package/esm2015/lib/WebFilteringExpressionsTreeDescriptionMetadata.js +4 -0
- package/esm2015/lib/WebFilteringExpressionsTreeDetailDescription.js +27 -11
- package/esm2015/lib/WebFilteringExpressionsTreeDetailDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescription.js +3 -6
- package/esm2015/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescriptionMetadata.js +2 -0
- package/esm2015/lib/WebFilteringOperationDescription.js +19 -11
- package/esm2015/lib/WebFilteringOperationDescriptionMetadata.js +1 -0
- package/esm2015/lib/{WebActiveStepChangingArgsEventArgsDescription.js → WebForOfDataChangeEventArgsDescription.js} +7 -7
- package/esm2015/lib/WebForOfDataChangeEventArgsDescriptionMetadata.js +46 -0
- package/esm2015/lib/WebForOfDataChangeEventArgsDetailDescription.js +25 -0
- package/esm2015/lib/WebForOfDataChangeEventArgsDetailDescriptionMetadata.js +45 -0
- package/esm2015/lib/WebForOfStateDetailDescription.js +14 -11
- package/esm2015/lib/WebForOfStateDetailDescriptionMetadata.js +0 -2
- package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +274 -258
- package/esm2015/lib/WebGridCreatedEventArgsDescriptionMetadata_combined.js +10 -4
- package/esm2015/lib/WebGridCreatedEventArgsDetailDescription.js +8 -0
- package/esm2015/lib/WebGridDescription.js +61 -45
- package/esm2015/lib/WebGridDescriptionMetadata.js +6 -0
- package/esm2015/lib/WebGridDescriptionModule.js +4 -0
- package/esm2015/lib/WebGroupByExpandStateEventArgsDescription.js +36 -0
- package/esm2015/lib/WebGroupByExpandStateEventArgsDescriptionMetadata.js +45 -0
- package/esm2015/lib/WebGroupingExpressionEventArgsDescription.js +36 -0
- package/esm2015/lib/WebGroupingExpressionEventArgsDescriptionMetadata.js +45 -0
- package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
- package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
- package/esm2015/lib/WebImportsHalper.js +23 -13
- package/esm2015/lib/WebInputDescription.js +30 -30
- package/esm2015/lib/WebInputDescriptionMetadata.js +2 -2
- package/esm2015/lib/WebListItemDescription.js +8 -0
- package/esm2015/lib/WebListItemDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebPivotDataSelectorDescription.js +34 -2
- package/esm2015/lib/WebPivotDataSelectorDescriptionMetadata.js +6 -0
- package/esm2015/lib/WebPivotGridDescription.js +42 -42
- package/esm2015/lib/WebRadioDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebRadioGroupDescriptionMetadata.js +2 -2
- package/esm2015/lib/WebRowIslandDescription.js +290 -274
- package/esm2015/lib/WebSelectDescriptionMetadata.js +3 -2
- package/esm2015/lib/WebSliderBaseDescriptionMetadata.js +2 -2
- package/esm2015/lib/WebStepperDescriptionMetadata.js +6 -6
- package/esm2015/lib/WebStepperDescriptionModule.js +4 -4
- package/esm2015/lib/WebTabDescription.js +3 -3
- package/esm2015/lib/WebTabDescriptionMetadata.js +1 -1
- package/esm2015/lib/WebTabsDescriptionModule.js +0 -2
- package/esm2015/lib/WebTextareaDescriptionMetadata.js +2 -6
- package/esm2015/lib/WebTileChangeStateEventArgsDescription.js +36 -0
- package/esm2015/lib/WebTileChangeStateEventArgsDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebTileChangeStateEventArgsDetailDescription.js +44 -0
- package/esm2015/lib/WebTileChangeStateEventArgsDetailDescriptionMetadata.js +7 -0
- package/esm2015/lib/{WebTreeSelectionOptionsEventArgsDescription.js → WebTileComponentEventArgsDescription.js} +7 -5
- package/esm2015/lib/WebTileComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebTileDescription.js +162 -0
- package/esm2015/lib/WebTileDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebTileDescriptionMetadata_combined.js +163 -0
- package/esm2015/lib/WebTileDescriptionModule.js +24 -0
- package/esm2015/lib/WebTileManagerDescription.js +138 -0
- package/esm2015/lib/WebTileManagerDescriptionMetadata.js +62 -0
- package/esm2015/lib/WebTileManagerDescriptionModule.js +22 -0
- package/esm2015/lib/WebTooltipDescription.js +146 -0
- package/esm2015/lib/WebTooltipDescriptionMetadata.js +59 -0
- package/esm2015/lib/{WebTabPanelDescriptionModule.js → WebTooltipDescriptionModule.js} +6 -6
- package/esm2015/lib/WebTreeDescriptionMetadata.js +2 -2
- package/esm2015/lib/WebTreeDescriptionModule.js +2 -2
- package/esm2015/lib/WebTreeGridDescription.js +28 -28
- package/esm2015/lib/WebTreeSelectionEventArgsDescription.js +36 -0
- package/esm2015/lib/WebTreeSelectionEventArgsDescriptionMetadata.js +43 -0
- package/esm2015/lib/{WebTreeSelectionChangeDetailDescription.js → WebTreeSelectionEventArgsDetailDescription.js} +7 -7
- package/esm2015/lib/WebTreeSelectionEventArgsDetailDescriptionMetadata.js +44 -0
- package/esm2015/lib/WilliamsPercentRIndicatorDescription.js +3 -3
- package/esm2015/lib/XYChartDescription.js +221 -221
- package/esm2015/lib/igx-data-source-properties-requested-changed-event-args.js +30 -0
- package/esm2015/public_api.js +99 -21
- package/esm5/lib/AbsoluteVolumeOscillatorIndicatorDescription.js +6 -6
- package/esm5/lib/AggregatedDataProviderLayerMap.js +12 -2
- package/esm5/lib/AggregatedDataProviderTopLayer.js +19 -9
- package/esm5/lib/AggregatedDataProvider_combined.js +2 -2
- package/esm5/lib/AnchoredCategorySeriesDescription.js +32 -32
- package/esm5/lib/AnchoredRadialSeriesDescription.js +32 -32
- package/esm5/lib/AnnotationLayerDescription.js +84 -60
- package/esm5/lib/AnnotationLayerDescriptionMetadata.js +3 -0
- package/esm5/lib/AreaSeriesDescription.js +3 -3
- package/esm5/lib/AverageDirectionalIndexIndicatorDescription.js +3 -3
- package/esm5/lib/AverageTrueRangeIndicatorDescription.js +3 -3
- package/esm5/lib/BarSeriesDescription.js +6 -6
- package/esm5/lib/BaseDataSourceDescription.js +20 -8
- package/esm5/lib/BaseDataSourceDescriptionMetadata.js +3 -0
- package/esm5/lib/BollingerBandWidthIndicatorDescription.js +5 -5
- package/esm5/lib/BollingerBandsOverlayDescription.js +5 -5
- package/esm5/lib/BreakEvenDataRule.js +9 -9
- package/esm5/lib/BrushUtil.js +61 -26
- package/esm5/lib/BubbleSeriesDescription.js +40 -40
- package/esm5/lib/CalloutLayerDescription.js +142 -142
- package/esm5/lib/CategoryChartDescription.js +133 -133
- package/esm5/lib/CategoryHighlightLayerDescription.js +9 -9
- package/esm5/lib/CategoryItemHighlightLayerDescription.js +29 -29
- package/esm5/lib/CategorySeriesDescription.js +22 -22
- package/esm5/lib/CategoryToolTipLayerDescription.js +6 -6
- package/esm5/lib/ChaikinOscillatorIndicatorDescription.js +6 -6
- package/esm5/lib/ChaikinVolatilityIndicatorDescription.js +3 -3
- package/esm5/lib/CheckboxListDescription.js +202 -118
- package/esm5/lib/CheckboxListDescriptionMetadata.js +8 -1
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +616 -560
- package/esm5/lib/ColumnFragmentDescription.js +6 -6
- package/esm5/lib/ColumnSeriesDescription.js +9 -9
- package/esm5/lib/CommodityChannelIndexIndicatorDescription.js +3 -3
- package/esm5/lib/ComponentRenderer_combined.js +1 -1
- package/esm5/lib/CrosshairLayerDescription.js +85 -85
- package/esm5/lib/DashboardTileDescription.js +155 -95
- package/esm5/lib/DashboardTileDescriptionMetadata.js +6 -0
- package/esm5/lib/DataAdapterRunContextRecursionType.js +11 -0
- package/esm5/lib/DataAnnotationAxisLayerDescription.js +313 -0
- package/esm5/lib/DataAnnotationAxisLayerDescriptionMetadata.js +69 -0
- package/esm5/lib/DataAnnotationBandLayerDescription.js +37 -0
- package/esm5/lib/DataAnnotationBandLayerDescriptionMetadata.js +43 -0
- package/esm5/lib/DataAnnotationBandLayerDescriptionModule.js +24 -0
- package/esm5/lib/DataAnnotationInfoDescription.js +248 -0
- package/esm5/lib/DataAnnotationInfoDescriptionMetadata.js +58 -0
- package/esm5/lib/DataAnnotationItemDescription.js +224 -0
- package/esm5/lib/DataAnnotationItemDescriptionMetadata.js +56 -0
- package/esm5/lib/DataAnnotationLineLayerDescription.js +24 -0
- package/esm5/lib/DataAnnotationLineLayerDescriptionMetadata.js +42 -0
- package/esm5/lib/DataAnnotationLineLayerDescriptionModule.js +24 -0
- package/esm5/lib/DataAnnotationPointLayerDescription.js +217 -0
- package/esm5/lib/DataAnnotationPointLayerDescriptionMetadata.js +62 -0
- package/esm5/lib/DataAnnotationRangeLayerDescription.js +133 -0
- package/esm5/lib/DataAnnotationRangeLayerDescriptionMetadata.js +49 -0
- package/esm5/lib/DataAnnotationRectLayerDescription.js +24 -0
- package/esm5/lib/DataAnnotationRectLayerDescriptionMetadata.js +42 -0
- package/esm5/lib/DataAnnotationRectLayerDescriptionModule.js +24 -0
- package/esm5/lib/DataAnnotationShapeLayerDescription.js +421 -0
- package/esm5/lib/DataAnnotationShapeLayerDescriptionMetadata.js +83 -0
- package/esm5/lib/DataAnnotationSliceLayerDescription.js +49 -0
- package/esm5/lib/DataAnnotationSliceLayerDescriptionMetadata.js +44 -0
- package/esm5/lib/DataAnnotationSliceLayerDescriptionModule.js +24 -0
- package/esm5/lib/DataAnnotationStripLayerDescription.js +121 -0
- package/esm5/lib/DataAnnotationStripLayerDescriptionMetadata.js +53 -0
- package/esm5/lib/DataAnnotationStripLayerDescriptionModule.js +24 -0
- package/esm5/lib/DataAnnotationStyleEventArgsDescription.js +164 -0
- package/esm5/lib/DataAnnotationStyleEventArgsDescriptionMetadata.js +53 -0
- package/esm5/lib/DataChartAnnotationDescriptionModule.js +12 -0
- package/esm5/lib/DataChartRadialDescriptionModule.js +2 -0
- package/esm5/lib/DataPieBaseChartDescription.js +114 -114
- package/esm5/lib/DataPieChartDescription.js +36 -36
- package/esm5/lib/DataSeriesAdapterPropertyInfo.js +24 -0
- package/esm5/lib/DataSeriesPropertyType.js +17 -0
- package/esm5/lib/DataSeriesType.js +17 -13
- package/esm5/lib/DataSourcePropertiesRequestedChangedEventArgs.js +20 -0
- package/esm5/lib/DataSourcePropertiesRequestedChangedEventArgsDescription.js +31 -0
- package/esm5/lib/DataSourcePropertiesRequestedChangedEventArgsDescriptionMetadata.js +40 -0
- package/esm5/lib/DataToolTipLayerDescription.js +401 -401
- package/esm5/lib/DescriptionSerializer.js +58 -23
- package/esm5/lib/DetrendedPriceOscillatorIndicatorDescription.js +3 -3
- package/esm5/lib/DomainChartDescription.js +977 -845
- package/esm5/lib/DomainChartDescriptionMetadata.js +12 -0
- package/esm5/lib/FastStochasticOscillatorIndicatorDescription.js +3 -3
- package/esm5/lib/FinalValueLayerDescription.js +41 -41
- package/esm5/lib/FinancialChartDescription.js +180 -180
- package/esm5/lib/FinancialIndicatorDescription.js +22 -22
- package/esm5/lib/FinancialOverlayDescription.js +3 -3
- package/esm5/lib/FinancialPriceSeriesDescription.js +46 -46
- package/esm5/lib/FinancialSeriesDescription.js +51 -51
- package/esm5/lib/FontDefaults.js +5 -5
- package/esm5/lib/ForceIndexIndicatorDescription.js +3 -3
- package/esm5/lib/FullStochasticOscillatorIndicatorDescription.js +8 -8
- package/esm5/lib/GeographicContourLineSeriesDescription.js +14 -14
- package/esm5/lib/GeographicHighDensityScatterSeriesDescription.js +32 -32
- package/esm5/lib/GeographicMapSeriesHostDescription.js +6 -6
- package/esm5/lib/GeographicMarkerSeriesDescription.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesDescription.js +16 -16
- package/esm5/lib/GeographicProportionalSymbolSeriesDescription.js +50 -50
- package/esm5/lib/GeographicScatterAreaSeriesDescription.js +12 -12
- package/esm5/lib/GeographicShapeSeriesBaseDescription.js +35 -35
- package/esm5/lib/GeographicShapeSeriesDescription.js +42 -42
- package/esm5/lib/GeographicSymbolSeriesDescription.js +25 -25
- package/esm5/lib/GeographicTileSeriesDescription.js +5 -5
- package/esm5/lib/GeographicXYTriangulatingSeriesDescription.js +15 -15
- package/esm5/lib/GridBridge.js +7 -0
- package/esm5/lib/HighDensityScatterSeriesDescription.js +47 -47
- package/esm5/lib/HighlightingManager.js +27 -12
- package/esm5/lib/HorizontalAnchoredCategorySeriesDescription.js +6 -6
- package/esm5/lib/HorizontalRangeCategorySeriesDescription.js +15 -15
- package/esm5/lib/HorizontalStackedSeriesBaseDescription.js +6 -6
- package/esm5/lib/IDataSeriesAdapterRule_combined.js +322 -134
- package/esm5/lib/IDataSourceDataProvider_combined.js +28 -15
- package/esm5/lib/INativeUIElementBridge_combined.js +2 -2
- package/esm5/lib/ItemToolTipLayerDescription.js +12 -12
- package/esm5/lib/KeyFrameAnimationTimeline_combined.js +3 -2
- package/esm5/lib/LabelCollisionManager.js +1 -1
- package/esm5/lib/LineSeriesDescription.js +3 -3
- package/esm5/lib/ListPanelDescription.js +105 -93
- package/esm5/lib/ListPanelDescriptionMetadata_combined.js +1 -0
- package/esm5/lib/LocalDataSourceDescription.js +3 -3
- package/esm5/lib/LocalDataSource_combined.js +236 -230
- package/esm5/lib/MarkerSeriesDescription.js +32 -32
- package/esm5/lib/MoneyFlowIndexIndicatorDescription.js +3 -3
- package/esm5/lib/MovingAverageConvergenceDivergenceIndicatorDescription.js +8 -8
- package/esm5/lib/NativeUIBuiltInEvents.js +1 -1
- package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
- package/esm5/lib/NativeUIButton.js +2 -2
- package/esm5/lib/NativeUIButtonGroup.js +2 -2
- package/esm5/lib/NativeUICheckboxList.js +133 -44
- package/esm5/lib/NativeUICombo.js +8 -8
- package/esm5/lib/NativeUIElementBridge.js +2 -2
- package/esm5/lib/NativeUIGrid.js +4 -1
- package/esm5/lib/NativeUIInput.js +20 -20
- package/esm5/lib/NativeUIPopup.js +25 -12
- package/esm5/lib/NativeUISlider.js +14 -14
- package/esm5/lib/OthersCategoryContextDescription.js +46 -0
- package/esm5/lib/OthersCategoryContextDescriptionMetadata.js +42 -0
- package/esm5/lib/OthersCategoryContextDescriptionModule.js +24 -0
- package/esm5/lib/OverlayTextInfoDescription.js +284 -0
- package/esm5/lib/OverlayTextInfoDescriptionMetadata.js +65 -0
- package/esm5/lib/OverlayTextUpdatingEventArgsDescription.js +308 -0
- package/esm5/lib/OverlayTextUpdatingEventArgsDescriptionMetadata.js +67 -0
- package/esm5/lib/PagedDataSource.js +6 -6
- package/esm5/lib/PercentagePriceOscillatorIndicatorDescription.js +6 -6
- package/esm5/lib/PercentageVolumeOscillatorIndicatorDescription.js +6 -6
- package/esm5/lib/PolarAreaSeriesDescription.js +3 -3
- package/esm5/lib/PolarBaseDescription.js +75 -75
- package/esm5/lib/PolarLineSeriesDescription.js +3 -3
- package/esm5/lib/PolarSplineAreaSeriesDescription.js +3 -3
- package/esm5/lib/PolarSplineSeriesDescription.js +3 -3
- package/esm5/lib/PopupView_combined.js +3 -3
- package/esm5/lib/PriceChannelOverlayDescription.js +3 -3
- package/esm5/lib/RadialAreaSeriesDescription.js +3 -3
- package/esm5/lib/RadialBaseChartDescription.js +221 -221
- package/esm5/lib/RadialBaseDescription.js +69 -69
- package/esm5/lib/RadialColumnSeriesDescription.js +6 -6
- package/esm5/lib/RadialLineSeriesDescription.js +3 -3
- package/esm5/lib/RadialPieSeriesDescription.js +12 -12
- package/esm5/lib/RangeCategorySeriesDescription.js +10 -10
- package/esm5/lib/RangeColumnSeriesDescription.js +6 -6
- package/esm5/lib/RateOfChangeAndMomentumIndicatorDescription.js +3 -3
- package/esm5/lib/ReadOnlyDoubleCollection.js +130 -0
- package/esm5/lib/RearrangedListView.js +3 -3
- package/esm5/lib/RelativeStrengthIndexIndicatorDescription.js +3 -3
- package/esm5/lib/SVGNode_combined.js +2 -2
- package/esm5/lib/ScatterAreaSeriesDescription.js +14 -14
- package/esm5/lib/ScatterBaseDescription.js +71 -71
- package/esm5/lib/ScatterContourSeriesDescription.js +16 -16
- package/esm5/lib/ScatterDataRule.js +12 -9
- package/esm5/lib/ScatterLineSeriesDescription.js +3 -3
- package/esm5/lib/ScatterPolygonSeriesDescription.js +32 -32
- package/esm5/lib/ScatterPolylineSeriesDescription.js +3 -3
- package/esm5/lib/ScatterSplineSeriesDescription.js +3 -3
- package/esm5/lib/ScatterTriangulationSeriesDescription.js +35 -35
- package/esm5/lib/SeriesDescription.js +268 -256
- package/esm5/lib/SeriesDescriptionMetadata.js +1 -0
- package/esm5/lib/ShapeDataRule.js +12 -12
- package/esm5/lib/ShapeSeriesBaseDescription.js +47 -47
- package/esm5/lib/SimpleCategorySeriesRule.js +35 -25
- package/esm5/lib/SimpleFinancialPriceSeriesRule.js +31 -9
- package/esm5/lib/SimpleGaugeRule.js +3 -3
- package/esm5/lib/SimplePieSeriesRule.js +48 -39
- package/esm5/lib/SlowStochasticOscillatorIndicatorDescription.js +3 -3
- package/esm5/lib/SplineSeriesBaseDescription.js +6 -6
- package/esm5/lib/StackedBarSeriesDescription.js +6 -6
- package/esm5/lib/StackedColumnSeriesDescription.js +6 -6
- package/esm5/lib/StackedSeriesBaseDescription.js +12 -12
- package/esm5/lib/StackedSplineAreaSeriesDescription.js +3 -3
- package/esm5/lib/StackedSplineSeriesDescription.js +3 -3
- package/esm5/lib/StandardDeviationIndicatorDescription.js +3 -3
- package/esm5/lib/StochRSIIndicatorDescription.js +3 -3
- package/esm5/lib/SubCollectionsRule.js +64 -3
- package/esm5/lib/SyncableObservableCollection$2_combined.js +3 -0
- package/esm5/lib/TRIXIndicatorDescription.js +3 -3
- package/esm5/lib/TileSeriesDescription.js +3 -3
- package/esm5/lib/ToolActionButtonDescription.js +6 -6
- package/esm5/lib/ToolActionButtonPairDescription.js +100 -100
- package/esm5/lib/ToolActionButtonPairInfo.js +1 -1
- package/esm5/lib/ToolActionCheckboxDescription.js +23 -23
- package/esm5/lib/ToolActionCheckboxListDescription.js +19 -19
- package/esm5/lib/ToolActionColorEditorDescription.js +3 -3
- package/esm5/lib/ToolActionColorEditorInfo.js +1 -1
- package/esm5/lib/ToolActionComboDescription.js +11 -11
- package/esm5/lib/ToolActionComboInfo.js +1 -1
- package/esm5/lib/ToolActionDescription.js +15 -3
- package/esm5/lib/ToolActionDescriptionMetadata.js +2 -0
- package/esm5/lib/ToolActionEventDetailDescriptionMetadata.js +1 -1
- package/esm5/lib/ToolActionFieldSelectorAggregationDescription.js +70 -0
- package/esm5/lib/ToolActionFieldSelectorAggregationDescriptionMetadata.js +45 -0
- package/esm5/lib/ToolActionFieldSelectorAggregationDescriptionModule.js +24 -0
- package/esm5/lib/ToolActionFieldSelectorDescription.js +205 -0
- package/esm5/lib/ToolActionFieldSelectorDescriptionMetadata.js +58 -0
- package/esm5/lib/ToolActionFieldSelectorDescriptionModule.js +24 -0
- package/esm5/lib/ToolActionFieldSelectorInfo.js +103 -0
- package/esm5/lib/ToolActionFieldSelectorInfoDescription.js +111 -0
- package/esm5/lib/ToolActionFieldSelectorInfoDescriptionMetadata.js +50 -0
- package/esm5/lib/ToolActionFieldSelectorInfoType.js +16 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregationDescription.js +70 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregationDescriptionMetadata.js +45 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregationDescriptionModule.js +24 -0
- package/esm5/lib/ToolActionGroupHeaderDescription.js +6 -6
- package/esm5/lib/ToolActionIconButtonDescription.js +29 -29
- package/esm5/lib/ToolActionIconMenuDescription.js +9 -9
- package/esm5/lib/ToolActionNumberInputDescription.js +3 -3
- package/esm5/lib/ToolActionRadioDescription.js +27 -27
- package/esm5/lib/ToolActionSeparatorDescription.js +6 -6
- package/esm5/lib/ToolActionSubPanelDescription.js +14 -1
- package/esm5/lib/ToolActionSubPanelDescriptionMetadata.js +1 -0
- package/esm5/lib/ToolActionTextInputDescription.js +3 -3
- package/esm5/lib/ToolActionTextInputInfo.js +1 -1
- package/esm5/lib/ToolActionType.js +6 -5
- package/esm5/lib/ToolPanelDescription.js +270 -210
- package/esm5/lib/ToolPanelDescriptionMetadata.js +5 -0
- package/esm5/lib/ToolPanelDescriptionModule.js +2 -0
- package/esm5/lib/ToolbarDescription.js +197 -149
- package/esm5/lib/ToolbarDescriptionMetadata.js +4 -0
- package/esm5/lib/TrendLineLayerDescription.js +73 -0
- package/esm5/lib/TrendLineLayerDescriptionMetadata.js +47 -0
- package/esm5/lib/TrendLineLayerDescriptionModule.js +24 -0
- package/esm5/lib/TypeDescriptionCleanups.js +5 -0
- package/esm5/lib/ValueLayerDescription.js +431 -95
- package/esm5/lib/ValueLayerDescriptionMetadata.js +34 -0
- package/esm5/lib/ValueOverlayDescription.js +365 -41
- package/esm5/lib/ValueOverlayDescriptionMetadata.js +33 -0
- package/esm5/lib/VerticalAnchoredCategorySeriesDescription.js +6 -6
- package/esm5/lib/VerticalStackedSeriesBaseDescription.js +6 -6
- package/esm5/lib/VirtualDataSource.js +279 -279
- package/esm5/lib/VirtualDataSourceDescription.js +20 -20
- package/esm5/lib/WaterfallSeriesDescription.js +12 -12
- package/esm5/lib/WebAccordionDescription.js +48 -0
- package/esm5/lib/WebAccordionDescriptionMetadata.js +6 -0
- package/esm5/lib/{WebActiveStepChangedArgsEventArgsDescription.js → WebActiveStepChangedEventArgsDescription.js} +12 -12
- package/esm5/lib/WebActiveStepChangedEventArgsDescriptionMetadata.js +47 -0
- package/esm5/lib/WebActiveStepChangedEventArgsDetailDescription.js +46 -0
- package/esm5/lib/WebActiveStepChangedEventArgsDetailDescriptionMetadata.js +46 -0
- package/esm5/lib/{WebActiveStepChangedArgsDetailDescription.js → WebActiveStepChangingEventArgsDescription.js} +16 -16
- package/esm5/lib/WebActiveStepChangingEventArgsDescriptionMetadata.js +47 -0
- package/esm5/lib/{WebActiveStepChangingArgsDetailDescription.js → WebActiveStepChangingEventArgsDetailDescription.js} +13 -13
- package/esm5/lib/WebActiveStepChangingEventArgsDetailDescriptionMetadata.js +46 -0
- package/esm5/lib/WebBaseAlertLikeDescriptionMetadata.js +1 -1
- package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +14 -4
- package/esm5/lib/WebButtonGroupDescriptionMetadata.js +1 -1
- package/esm5/lib/WebCalendarBaseDescriptionMetadata.js +1 -1
- package/esm5/lib/WebCalendarDescriptionMetadata.js +1 -1
- package/esm5/lib/WebCardActionsDescriptionMetadata.js +1 -1
- package/esm5/lib/WebCarouselDescriptionMetadata.js +1 -1
- package/esm5/lib/WebCheckboxBaseDescriptionMetadata.js +1 -1
- package/esm5/lib/WebColumnDescription.js +95 -47
- package/esm5/lib/WebColumnDescriptionMetadata.js +8 -0
- package/esm5/lib/WebColumnGroupDescription.js +11 -11
- package/esm5/lib/WebDatePickerDescriptionMetadata.js +3 -3
- package/esm5/lib/WebDropdownDescriptionMetadata.js +3 -2
- package/esm5/lib/WebExpressionTreeDescription.js +87 -0
- package/esm5/lib/WebExpressionTreeDescriptionMetadata.js +58 -0
- package/esm5/lib/{WebTabPanelDescription.js → WebExpressionTreeOrFilteringExpressionDescription.js} +9 -9
- package/esm5/lib/WebExpressionTreeOrFilteringExpressionDescriptionMetadata.js +41 -0
- package/esm5/lib/WebFilteringExpressionDescription.js +37 -20
- package/esm5/lib/WebFilteringExpressionDescriptionMetadata.js +6 -1
- package/esm5/lib/WebFilteringExpressionsTreeDescription.js +44 -27
- package/esm5/lib/WebFilteringExpressionsTreeDescriptionMetadata.js +4 -0
- package/esm5/lib/WebFilteringExpressionsTreeDetailDescription.js +35 -11
- package/esm5/lib/WebFilteringExpressionsTreeDetailDescriptionMetadata.js +2 -0
- package/esm5/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescription.js +3 -10
- package/esm5/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescriptionMetadata.js +2 -0
- package/esm5/lib/WebFilteringOperationDescription.js +22 -10
- package/esm5/lib/WebFilteringOperationDescriptionMetadata.js +1 -0
- package/esm5/lib/{WebTreeSelectionChangeDetailDescription.js → WebForOfDataChangeEventArgsDescription.js} +13 -13
- package/esm5/lib/WebForOfDataChangeEventArgsDescriptionMetadata.js +50 -0
- package/esm5/lib/WebForOfDataChangeEventArgsDetailDescription.js +26 -0
- package/esm5/lib/WebForOfDataChangeEventArgsDetailDescriptionMetadata.js +49 -0
- package/esm5/lib/WebForOfStateDetailDescription.js +18 -11
- package/esm5/lib/WebForOfStateDetailDescriptionMetadata.js +0 -2
- package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +282 -258
- package/esm5/lib/WebGridCreatedEventArgsDescriptionMetadata_combined.js +10 -4
- package/esm5/lib/WebGridCreatedEventArgsDetailDescription.js +12 -0
- package/esm5/lib/WebGridDescription.js +69 -45
- package/esm5/lib/WebGridDescriptionMetadata.js +6 -0
- package/esm5/lib/WebGridDescriptionModule.js +4 -0
- package/esm5/lib/WebGroupByExpandStateEventArgsDescription.js +46 -0
- package/esm5/lib/WebGroupByExpandStateEventArgsDescriptionMetadata.js +49 -0
- package/esm5/lib/WebGroupingExpressionEventArgsDescription.js +46 -0
- package/esm5/lib/WebGroupingExpressionEventArgsDescriptionMetadata.js +49 -0
- package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +11 -11
- package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
- package/esm5/lib/WebImportsHalper.js +44 -31
- package/esm5/lib/WebInputDescription.js +30 -30
- package/esm5/lib/WebInputDescriptionMetadata.js +2 -2
- package/esm5/lib/WebListItemDescription.js +14 -1
- package/esm5/lib/WebListItemDescriptionMetadata.js +1 -0
- package/esm5/lib/WebPivotDataSelectorDescription.js +49 -1
- package/esm5/lib/WebPivotDataSelectorDescriptionMetadata.js +6 -0
- package/esm5/lib/WebPivotGridDescription.js +42 -42
- package/esm5/lib/WebRadioDescriptionMetadata.js +1 -1
- package/esm5/lib/WebRadioGroupDescriptionMetadata.js +2 -2
- package/esm5/lib/WebRowIslandDescription.js +298 -274
- package/esm5/lib/WebSelectDescriptionMetadata.js +3 -2
- package/esm5/lib/WebSliderBaseDescriptionMetadata.js +2 -2
- package/esm5/lib/WebStepperDescriptionMetadata.js +6 -6
- package/esm5/lib/WebStepperDescriptionModule.js +4 -4
- package/esm5/lib/WebTabDescription.js +2 -2
- package/esm5/lib/WebTabDescriptionMetadata.js +1 -1
- package/esm5/lib/WebTabsDescriptionModule.js +0 -2
- package/esm5/lib/WebTextareaDescriptionMetadata.js +2 -6
- package/esm5/lib/WebTileChangeStateEventArgsDescription.js +46 -0
- package/esm5/lib/WebTileChangeStateEventArgsDescriptionMetadata.js +7 -0
- package/esm5/lib/WebTileChangeStateEventArgsDetailDescription.js +58 -0
- package/esm5/lib/WebTileChangeStateEventArgsDetailDescriptionMetadata.js +7 -0
- package/esm5/lib/{WebTreeSelectionOptionsEventArgsDescription.js → WebTileComponentEventArgsDescription.js} +12 -10
- package/esm5/lib/WebTileComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm5/lib/WebTileDescription.js +236 -0
- package/esm5/lib/WebTileDescriptionMetadata.js +7 -0
- package/esm5/lib/WebTileDescriptionMetadata_combined.js +176 -0
- package/esm5/lib/WebTileDescriptionModule.js +28 -0
- package/esm5/lib/WebTileManagerDescription.js +200 -0
- package/esm5/lib/WebTileManagerDescriptionMetadata.js +66 -0
- package/esm5/lib/WebTileManagerDescriptionModule.js +26 -0
- package/esm5/lib/WebTooltipDescription.js +212 -0
- package/esm5/lib/WebTooltipDescriptionMetadata.js +63 -0
- package/esm5/lib/{WebTabPanelDescriptionModule.js → WebTooltipDescriptionModule.js} +9 -9
- package/esm5/lib/WebTreeDescriptionMetadata.js +2 -2
- package/esm5/lib/WebTreeDescriptionModule.js +2 -2
- package/esm5/lib/WebTreeGridDescription.js +28 -28
- package/esm5/lib/WebTreeSelectionEventArgsDescription.js +46 -0
- package/esm5/lib/WebTreeSelectionEventArgsDescriptionMetadata.js +47 -0
- package/esm5/lib/{WebTreeSelectionChangeEventArgsDescription.js → WebTreeSelectionEventArgsDetailDescription.js} +13 -13
- package/esm5/lib/WebTreeSelectionEventArgsDetailDescriptionMetadata.js +48 -0
- package/esm5/lib/WilliamsPercentRIndicatorDescription.js +3 -3
- package/esm5/lib/XYChartDescription.js +221 -221
- package/esm5/lib/igx-data-source-properties-requested-changed-event-args.js +36 -0
- package/esm5/public_api.js +99 -21
- package/fesm2015/igniteui-angular-core.js +14915 -8479
- package/fesm5/igniteui-angular-core.js +17224 -8967
- package/lib/AbsoluteVolumeOscillatorIndicatorDescription.d.ts +2 -2
- package/lib/AggregatedDataProviderLayerMap.d.ts +2 -1
- package/lib/AggregatedDataProviderTopLayer.d.ts +4 -3
- package/lib/AnchoredCategorySeriesDescription.d.ts +12 -12
- package/lib/AnchoredRadialSeriesDescription.d.ts +12 -12
- package/lib/AnnotationLayerDescription.d.ts +27 -21
- package/lib/AreaSeriesDescription.d.ts +1 -1
- package/lib/AverageDirectionalIndexIndicatorDescription.d.ts +1 -1
- package/lib/AverageTrueRangeIndicatorDescription.d.ts +1 -1
- package/lib/BarSeriesDescription.d.ts +2 -2
- package/lib/BaseDataSourceDescription.d.ts +7 -4
- package/lib/BollingerBandWidthIndicatorDescription.d.ts +2 -2
- package/lib/BollingerBandsOverlayDescription.d.ts +2 -2
- package/lib/BrushUtil.d.ts +16 -14
- package/lib/BubbleSeriesDescription.d.ts +14 -14
- package/lib/CalloutLayerDescription.d.ts +50 -50
- package/lib/CategoryChartDescription.d.ts +45 -45
- package/lib/CategoryHighlightLayerDescription.d.ts +3 -3
- package/lib/CategoryItemHighlightLayerDescription.d.ts +10 -10
- package/lib/CategorySeriesDescription.d.ts +8 -8
- package/lib/CategoryToolTipLayerDescription.d.ts +2 -2
- package/lib/ChaikinOscillatorIndicatorDescription.d.ts +2 -2
- package/lib/ChaikinVolatilityIndicatorDescription.d.ts +1 -1
- package/lib/CheckboxListDescription.d.ts +64 -43
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +187 -180
- package/lib/ColorUtil.d.ts +2 -2
- package/lib/ColumnFragmentDescription.d.ts +2 -2
- package/lib/ColumnSeriesDescription.d.ts +3 -3
- package/lib/CommodityChannelIndexIndicatorDescription.d.ts +1 -1
- package/lib/CrosshairLayerDescription.d.ts +31 -31
- package/lib/DashboardTileDescription.d.ts +48 -33
- package/lib/DataAdapterRunContextRecursionType.d.ts +14 -0
- package/lib/DataAnnotationAxisLayerDescription.d.ts +82 -0
- package/lib/DataAnnotationAxisLayerDescriptionMetadata.d.ts +13 -0
- package/lib/DataAnnotationBandLayerDescription.d.ts +13 -0
- package/lib/DataAnnotationBandLayerDescriptionMetadata.d.ts +13 -0
- package/lib/DataAnnotationBandLayerDescriptionModule.d.ts +9 -0
- package/lib/DataAnnotationInfoDescription.d.ts +65 -0
- package/lib/{WebTreeSelectionChangeDescriptionMetadata.d.ts → DataAnnotationInfoDescriptionMetadata.d.ts} +1 -1
- package/lib/DataAnnotationItemDescription.d.ts +59 -0
- package/lib/DataAnnotationItemDescriptionMetadata.d.ts +13 -0
- package/lib/DataAnnotationLineLayerDescription.d.ts +10 -0
- package/lib/DataAnnotationLineLayerDescriptionMetadata.d.ts +13 -0
- package/lib/DataAnnotationLineLayerDescriptionModule.d.ts +9 -0
- package/lib/DataAnnotationPointLayerDescription.d.ts +58 -0
- package/lib/DataAnnotationPointLayerDescriptionMetadata.d.ts +13 -0
- package/lib/DataAnnotationRangeLayerDescription.d.ts +37 -0
- package/lib/DataAnnotationRangeLayerDescriptionMetadata.d.ts +13 -0
- package/lib/DataAnnotationRectLayerDescription.d.ts +10 -0
- package/lib/DataAnnotationRectLayerDescriptionMetadata.d.ts +13 -0
- package/lib/DataAnnotationRectLayerDescriptionModule.d.ts +9 -0
- package/lib/DataAnnotationShapeLayerDescription.d.ts +109 -0
- package/lib/DataAnnotationShapeLayerDescriptionMetadata.d.ts +13 -0
- package/lib/DataAnnotationSliceLayerDescription.d.ts +16 -0
- package/lib/DataAnnotationSliceLayerDescriptionMetadata.d.ts +13 -0
- package/lib/DataAnnotationSliceLayerDescriptionModule.d.ts +9 -0
- package/lib/DataAnnotationStripLayerDescription.d.ts +34 -0
- package/lib/DataAnnotationStripLayerDescriptionMetadata.d.ts +13 -0
- package/lib/DataAnnotationStripLayerDescriptionModule.d.ts +9 -0
- package/lib/DataAnnotationStyleEventArgsDescription.d.ts +45 -0
- package/lib/{WebTreeSelectionChangeDetailDescriptionMetadata.d.ts → DataAnnotationStyleEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/DataPieBaseChartDescription.d.ts +38 -38
- package/lib/DataPieChartDescription.d.ts +12 -12
- package/lib/DataSeriesAdapterPropertyInfo.d.ts +11 -0
- package/lib/DataSeriesPropertyType.d.ts +10 -0
- package/lib/DataSeriesType.d.ts +16 -12
- package/lib/DataSourcePropertiesRequestedChangedEventArgs.d.ts +8 -0
- package/lib/{WebTabPanelDescription.d.ts → DataSourcePropertiesRequestedChangedEventArgsDescription.d.ts} +1 -1
- package/lib/DataSourcePropertiesRequestedChangedEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/DataToolTipLayerDescription.d.ts +143 -143
- package/lib/DescriptionSerializer.d.ts +5 -2
- package/lib/DetrendedPriceOscillatorIndicatorDescription.d.ts +1 -1
- package/lib/DomainChartDescription.d.ts +328 -295
- package/lib/FastStochasticOscillatorIndicatorDescription.d.ts +1 -1
- package/lib/FinalValueLayerDescription.d.ts +14 -14
- package/lib/FinancialChartDescription.d.ts +61 -61
- package/lib/FinancialIndicatorDescription.d.ts +8 -8
- package/lib/FinancialOverlayDescription.d.ts +1 -1
- package/lib/FinancialPriceSeriesDescription.d.ts +17 -17
- package/lib/FinancialSeriesDescription.d.ts +19 -19
- package/lib/ForceIndexIndicatorDescription.d.ts +1 -1
- package/lib/FullStochasticOscillatorIndicatorDescription.d.ts +3 -3
- package/lib/GeographicContourLineSeriesDescription.d.ts +5 -5
- package/lib/GeographicHighDensityScatterSeriesDescription.d.ts +11 -11
- package/lib/GeographicMapSeriesHostDescription.d.ts +2 -2
- package/lib/GeographicMarkerSeriesDescription.d.ts +11 -11
- package/lib/GeographicPolylineSeriesDescription.d.ts +6 -6
- package/lib/GeographicProportionalSymbolSeriesDescription.d.ts +18 -18
- package/lib/GeographicScatterAreaSeriesDescription.d.ts +4 -4
- package/lib/GeographicShapeSeriesBaseDescription.d.ts +13 -13
- package/lib/GeographicShapeSeriesDescription.d.ts +17 -17
- package/lib/GeographicSymbolSeriesDescription.d.ts +9 -9
- package/lib/GeographicTileSeriesDescription.d.ts +2 -2
- package/lib/GeographicXYTriangulatingSeriesDescription.d.ts +6 -6
- package/lib/GridBridge.d.ts +1 -0
- package/lib/HighDensityScatterSeriesDescription.d.ts +17 -17
- package/lib/HighlightingManager.d.ts +6 -4
- package/lib/HorizontalAnchoredCategorySeriesDescription.d.ts +2 -2
- package/lib/HorizontalRangeCategorySeriesDescription.d.ts +6 -6
- package/lib/HorizontalStackedSeriesBaseDescription.d.ts +2 -2
- package/lib/IDataLegendTarget.d.ts +3 -1
- package/lib/IDataSeriesAdapterRule_combined.d.ts +34 -15
- package/lib/IDataSourceDataProvider_combined.d.ts +11 -6
- package/lib/IHighlightingManager.d.ts +1 -0
- package/lib/INativeUICheckboxListBridge.d.ts +1 -0
- package/lib/INativeUIGridBridge.d.ts +1 -0
- package/lib/INativeUIPopupBridge.d.ts +2 -0
- package/lib/IToolbarTarget.d.ts +1 -0
- package/lib/ItemToolTipLayerDescription.d.ts +4 -4
- package/lib/LineSeriesDescription.d.ts +1 -1
- package/lib/ListPanelDescription.d.ts +36 -33
- package/lib/LocalDataSourceDescription.d.ts +1 -1
- package/lib/LocalDataSource_combined.d.ts +35 -35
- package/lib/MarkerSeriesDescription.d.ts +12 -12
- package/lib/MoneyFlowIndexIndicatorDescription.d.ts +1 -1
- package/lib/MovingAverageConvergenceDivergenceIndicatorDescription.d.ts +3 -3
- package/lib/NativeUIBuiltInEvents.d.ts +10 -9
- package/lib/NativeUIBuiltInProperties.d.ts +39 -31
- package/lib/NativeUICheckboxList.d.ts +51 -35
- package/lib/NativeUIGrid.d.ts +2 -1
- package/lib/NativeUIPopup.d.ts +19 -15
- package/lib/OthersCategoryContextDescription.d.ts +16 -0
- package/lib/OthersCategoryContextDescriptionMetadata.d.ts +13 -0
- package/lib/OthersCategoryContextDescriptionModule.d.ts +9 -0
- package/lib/OverlayTextInfoDescription.d.ts +74 -0
- package/lib/OverlayTextInfoDescriptionMetadata.d.ts +13 -0
- package/lib/OverlayTextUpdatingEventArgsDescription.d.ts +80 -0
- package/lib/OverlayTextUpdatingEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/PagedDataSource.d.ts +2 -2
- package/lib/PercentagePriceOscillatorIndicatorDescription.d.ts +2 -2
- package/lib/PercentageVolumeOscillatorIndicatorDescription.d.ts +2 -2
- package/lib/PolarAreaSeriesDescription.d.ts +1 -1
- package/lib/PolarBaseDescription.d.ts +27 -27
- package/lib/PolarLineSeriesDescription.d.ts +1 -1
- package/lib/PolarSplineAreaSeriesDescription.d.ts +1 -1
- package/lib/PolarSplineSeriesDescription.d.ts +1 -1
- package/lib/PriceChannelOverlayDescription.d.ts +1 -1
- package/lib/RadialAreaSeriesDescription.d.ts +1 -1
- package/lib/RadialBaseChartDescription.d.ts +76 -76
- package/lib/RadialBaseDescription.d.ts +25 -25
- package/lib/RadialColumnSeriesDescription.d.ts +2 -2
- package/lib/RadialLineSeriesDescription.d.ts +1 -1
- package/lib/RadialPieSeriesDescription.d.ts +4 -4
- package/lib/RangeCategorySeriesDescription.d.ts +4 -4
- package/lib/RangeColumnSeriesDescription.d.ts +2 -2
- package/lib/RateOfChangeAndMomentumIndicatorDescription.d.ts +1 -1
- package/lib/ReadOnlyDoubleCollection.d.ts +35 -0
- package/lib/RelativeStrengthIndexIndicatorDescription.d.ts +1 -1
- package/lib/ScatterAreaSeriesDescription.d.ts +5 -5
- package/lib/ScatterBaseDescription.d.ts +26 -26
- package/lib/ScatterContourSeriesDescription.d.ts +6 -6
- package/lib/ScatterLineSeriesDescription.d.ts +1 -1
- package/lib/ScatterPolygonSeriesDescription.d.ts +12 -12
- package/lib/ScatterPolylineSeriesDescription.d.ts +1 -1
- package/lib/ScatterSplineSeriesDescription.d.ts +1 -1
- package/lib/ScatterTriangulationSeriesDescription.d.ts +13 -13
- package/lib/SeriesDescription.d.ts +92 -89
- package/lib/ShapeSeriesBaseDescription.d.ts +17 -17
- package/lib/SimpleFinancialPriceSeriesRule.d.ts +1 -2
- package/lib/SlowStochasticOscillatorIndicatorDescription.d.ts +1 -1
- package/lib/SplineSeriesBaseDescription.d.ts +2 -2
- package/lib/StackedBarSeriesDescription.d.ts +2 -2
- package/lib/StackedColumnSeriesDescription.d.ts +2 -2
- package/lib/StackedSeriesBaseDescription.d.ts +4 -4
- package/lib/StackedSplineAreaSeriesDescription.d.ts +1 -1
- package/lib/StackedSplineSeriesDescription.d.ts +1 -1
- package/lib/StandardDeviationIndicatorDescription.d.ts +1 -1
- package/lib/StochRSIIndicatorDescription.d.ts +1 -1
- package/lib/TRIXIndicatorDescription.d.ts +1 -1
- package/lib/TileSeriesDescription.d.ts +1 -1
- package/lib/ToolActionButtonDescription.d.ts +2 -2
- package/lib/ToolActionButtonPairDescription.d.ts +37 -37
- package/lib/ToolActionCheckboxDescription.d.ts +9 -9
- package/lib/ToolActionCheckboxListDescription.d.ts +7 -7
- package/lib/ToolActionColorEditorDescription.d.ts +1 -1
- package/lib/ToolActionComboDescription.d.ts +4 -4
- package/lib/ToolActionDescription.d.ts +4 -1
- package/lib/{WebTreeSelectionOptionsEventDetailDescription.d.ts → ToolActionFieldSelectorAggregationDescription.d.ts} +10 -5
- package/lib/{WebActiveStepChangingArgsEventArgsDescriptionMetadata.d.ts → ToolActionFieldSelectorAggregationDescriptionMetadata.d.ts} +1 -1
- package/lib/ToolActionFieldSelectorAggregationDescriptionModule.d.ts +9 -0
- package/lib/ToolActionFieldSelectorDescription.d.ts +57 -0
- package/lib/ToolActionFieldSelectorDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionFieldSelectorDescriptionModule.d.ts +9 -0
- package/lib/ToolActionFieldSelectorInfo.d.ts +34 -0
- package/lib/ToolActionFieldSelectorInfoDescription.d.ts +33 -0
- package/lib/ToolActionFieldSelectorInfoDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionFieldSelectorInfoType.d.ts +9 -0
- package/lib/ToolActionFieldSelectorSelectedAggregationDescription.d.ts +22 -0
- package/lib/ToolActionFieldSelectorSelectedAggregationDescriptionMetadata.d.ts +13 -0
- package/lib/ToolActionFieldSelectorSelectedAggregationDescriptionModule.d.ts +9 -0
- package/lib/ToolActionGroupHeaderDescription.d.ts +2 -2
- package/lib/ToolActionIconButtonDescription.d.ts +11 -11
- package/lib/ToolActionIconMenuDescription.d.ts +3 -3
- package/lib/ToolActionNumberInputDescription.d.ts +1 -1
- package/lib/ToolActionRadioDescription.d.ts +11 -11
- package/lib/ToolActionSeparatorDescription.d.ts +2 -2
- package/lib/ToolActionSubPanelDescription.d.ts +3 -0
- package/lib/ToolActionTextInputDescription.d.ts +1 -1
- package/lib/ToolActionType.d.ts +5 -4
- package/lib/ToolPanelDescription.d.ts +88 -73
- package/lib/ToolbarDescription.d.ts +65 -53
- package/lib/TrendLineLayerDescription.d.ts +22 -0
- package/lib/TrendLineLayerDescriptionMetadata.d.ts +13 -0
- package/lib/TrendLineLayerDescriptionModule.d.ts +9 -0
- package/lib/ValueLayerDescription.d.ts +116 -32
- package/lib/ValueOverlayDescription.d.ts +95 -14
- package/lib/VerticalAnchoredCategorySeriesDescription.d.ts +2 -2
- package/lib/VerticalStackedSeriesBaseDescription.d.ts +2 -2
- package/lib/VirtualDataSource.d.ts +49 -49
- package/lib/VirtualDataSourceDescription.d.ts +7 -7
- package/lib/WaterfallSeriesDescription.d.ts +4 -4
- package/lib/WebAccordionDescription.d.ts +12 -0
- package/lib/WebActiveStepChangedEventArgsDescription.d.ts +17 -0
- package/lib/WebActiveStepChangedEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/{WebActiveStepChangedArgsDetailDescription.d.ts → WebActiveStepChangedEventArgsDetailDescription.d.ts} +1 -1
- package/lib/{WebActiveStepChangingArgsDetailDescriptionMetadata.d.ts → WebActiveStepChangedEventArgsDetailDescriptionMetadata.d.ts} +1 -1
- package/lib/WebActiveStepChangingEventArgsDescription.d.ts +17 -0
- package/lib/{WebActiveStepChangedArgsDetailDescriptionMetadata.d.ts → WebActiveStepChangingEventArgsDescriptionMetadata.d.ts} +1 -1
- package/lib/{WebActiveStepChangingArgsDetailDescription.d.ts → WebActiveStepChangingEventArgsDetailDescription.d.ts} +1 -1
- package/lib/WebActiveStepChangingEventArgsDetailDescriptionMetadata.d.ts +13 -0
- package/lib/WebBaseExporterDescriptionMetadata_combined.d.ts +1 -0
- package/lib/WebColumnDescription.d.ts +28 -16
- package/lib/WebColumnGroupDescription.d.ts +4 -4
- package/lib/WebExpressionTreeDescription.d.ts +28 -0
- package/lib/WebExpressionTreeDescriptionMetadata.d.ts +13 -0
- package/lib/{WebTreeSelectionChangeDescription.d.ts → WebExpressionTreeOrFilteringExpressionDescription.d.ts} +1 -1
- package/lib/WebExpressionTreeOrFilteringExpressionDescriptionMetadata.d.ts +13 -0
- package/lib/WebFilteringExpressionDescription.d.ts +13 -7
- package/lib/WebFilteringExpressionsTreeDescription.d.ts +15 -10
- package/lib/WebFilteringExpressionsTreeDetailDescription.d.ts +10 -4
- package/lib/WebFilteringExpressionsTreeOrFilteringExpressionDescription.d.ts +2 -3
- package/lib/WebFilteringOperationDescription.d.ts +7 -4
- package/lib/WebForOfDataChangeEventArgsDescription.d.ts +17 -0
- package/lib/WebForOfDataChangeEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/WebForOfDataChangeEventArgsDetailDescription.d.ts +12 -0
- package/lib/{WebActiveStepChangedArgsEventArgsDescriptionMetadata.d.ts → WebForOfDataChangeEventArgsDetailDescriptionMetadata.d.ts} +1 -1
- package/lib/WebForOfStateDetailDescription.d.ts +7 -6
- package/lib/WebGridBaseDirectiveDescription_combined.d.ts +95 -89
- package/lib/WebGridCreatedEventArgsDetailDescription.d.ts +3 -0
- package/lib/WebGridDescription.d.ts +22 -16
- package/lib/WebGroupByExpandStateEventArgsDescription.d.ts +17 -0
- package/lib/WebGroupByExpandStateEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/WebGroupingExpressionEventArgsDescription.d.ts +17 -0
- package/lib/WebGroupingExpressionEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
- package/lib/WebHierarchicalGridDescription.d.ts +5 -5
- package/lib/WebImportsHalper.d.ts +4 -1
- package/lib/WebInputDescription.d.ts +14 -14
- package/lib/WebListItemDescription.d.ts +3 -0
- package/lib/WebPivotDataSelectorDescription.d.ts +13 -1
- package/lib/WebPivotGridDescription.d.ts +15 -15
- package/lib/WebRowIslandDescription.d.ts +101 -95
- package/lib/WebTabDescription.d.ts +2 -2
- package/lib/WebTileChangeStateEventArgsDescription.d.ts +17 -0
- package/lib/WebTileChangeStateEventArgsDescriptionMetadata.d.ts +1 -0
- package/lib/{WebActiveStepChangedArgsEventArgsDescription.d.ts → WebTileChangeStateEventArgsDetailDescription.d.ts} +7 -4
- package/lib/WebTileChangeStateEventArgsDetailDescriptionMetadata.d.ts +1 -0
- package/lib/WebTileComponentEventArgsDescription.d.ts +17 -0
- package/lib/WebTileComponentEventArgsDescriptionMetadata.d.ts +1 -0
- package/lib/WebTileDescription.d.ts +62 -0
- package/lib/WebTileDescriptionMetadata.d.ts +1 -0
- package/lib/WebTileDescriptionMetadata_combined.d.ts +43 -0
- package/lib/{WebTabPanelDescriptionModule.d.ts → WebTileDescriptionModule.d.ts} +1 -1
- package/lib/WebTileManagerDescription.d.ts +53 -0
- package/lib/WebTileManagerDescriptionMetadata.d.ts +13 -0
- package/lib/WebTileManagerDescriptionModule.d.ts +9 -0
- package/lib/WebTooltipDescription.d.ts +56 -0
- package/lib/{WebTabPanelDescriptionMetadata.d.ts → WebTooltipDescriptionMetadata.d.ts} +1 -1
- package/lib/WebTooltipDescriptionModule.d.ts +9 -0
- package/lib/WebTreeGridDescription.d.ts +10 -10
- package/lib/WebTreeSelectionEventArgsDescription.d.ts +17 -0
- package/lib/WebTreeSelectionEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/{WebTreeSelectionChangeDetailDescription.d.ts → WebTreeSelectionEventArgsDetailDescription.d.ts} +1 -1
- package/lib/{WebTreeSelectionChangeEventArgsDescriptionMetadata.d.ts → WebTreeSelectionEventArgsDetailDescriptionMetadata.d.ts} +1 -1
- package/lib/WilliamsPercentRIndicatorDescription.d.ts +1 -1
- package/lib/XYChartDescription.d.ts +76 -76
- package/lib/igx-data-source-properties-requested-changed-event-args.d.ts +15 -0
- package/package.json +1 -1
- package/public_api.d.ts +99 -21
- package/esm2015/lib/WebActiveStepChangedArgsDetailDescriptionMetadata.js +0 -42
- package/esm2015/lib/WebActiveStepChangedArgsEventArgsDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebActiveStepChangingArgsDetailDescriptionMetadata.js +0 -42
- package/esm2015/lib/WebActiveStepChangingArgsEventArgsDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebTabPanelDescriptionMetadata.js +0 -40
- package/esm2015/lib/WebTreeSelectionChangeDescriptionMetadata.js +0 -39
- package/esm2015/lib/WebTreeSelectionChangeDetailDescriptionMetadata.js +0 -44
- package/esm2015/lib/WebTreeSelectionChangeEventArgsDescriptionMetadata.js +0 -43
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +0 -42
- package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescription.js +0 -36
- package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +0 -41
- package/esm5/lib/WebActiveStepChangedArgsDetailDescriptionMetadata.js +0 -46
- package/esm5/lib/WebActiveStepChangedArgsEventArgsDescriptionMetadata.js +0 -47
- package/esm5/lib/WebActiveStepChangingArgsDetailDescriptionMetadata.js +0 -46
- package/esm5/lib/WebActiveStepChangingArgsEventArgsDescription.js +0 -46
- package/esm5/lib/WebActiveStepChangingArgsEventArgsDescriptionMetadata.js +0 -47
- package/esm5/lib/WebTabPanelDescriptionMetadata.js +0 -44
- package/esm5/lib/WebTreeSelectionChangeDescription.js +0 -31
- package/esm5/lib/WebTreeSelectionChangeDescriptionMetadata.js +0 -43
- package/esm5/lib/WebTreeSelectionChangeDetailDescriptionMetadata.js +0 -48
- package/esm5/lib/WebTreeSelectionChangeEventArgsDescriptionMetadata.js +0 -47
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +0 -46
- package/esm5/lib/WebTreeSelectionOptionsEventDetailDescription.js +0 -46
- package/esm5/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +0 -45
- package/lib/WebActiveStepChangingArgsEventArgsDescription.d.ts +0 -17
- package/lib/WebTreeSelectionChangeEventArgsDescription.d.ts +0 -17
- package/lib/WebTreeSelectionOptionsEventArgsDescription.d.ts +0 -15
- package/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.d.ts +0 -13
- package/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.d.ts +0 -13
|
@@ -55,17 +55,17 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
55
55
|
var _this = _super.call(this) || this;
|
|
56
56
|
_this.l = null;
|
|
57
57
|
_this.j = null;
|
|
58
|
-
_this.
|
|
58
|
+
_this.aa = new List$1(CodeGenerationItemBuilderPropertyInfo.$, 0);
|
|
59
59
|
_this.d = null;
|
|
60
60
|
_this.a = null;
|
|
61
61
|
_this.c = null;
|
|
62
62
|
_this.b = null;
|
|
63
|
-
_this.
|
|
64
|
-
_this.
|
|
65
|
-
_this.
|
|
66
|
-
_this.
|
|
63
|
+
_this.ab = new List$1(String_$type, 0);
|
|
64
|
+
_this.ag = new Stack$1(String_$type);
|
|
65
|
+
_this.ae = new Stack$1(String_$type);
|
|
66
|
+
_this.af = new Stack$1(Boolean_$type);
|
|
67
|
+
_this.a6 = null;
|
|
67
68
|
_this.a5 = null;
|
|
68
|
-
_this.a4 = null;
|
|
69
69
|
_this.l = a;
|
|
70
70
|
_this.j = b;
|
|
71
71
|
_this.d = new CodeGeneratingCodeWriter(_this.l);
|
|
@@ -74,7 +74,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
74
74
|
_this.b = new CodeGeneratingCodeWriter(_this.l);
|
|
75
75
|
return _this;
|
|
76
76
|
}
|
|
77
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
77
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.get_am = function () {
|
|
78
78
|
switch (this.j.platform) {
|
|
79
79
|
case 1: return "Igx";
|
|
80
80
|
case 2: return "Igr";
|
|
@@ -85,14 +85,14 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
85
85
|
}
|
|
86
86
|
return "";
|
|
87
87
|
};
|
|
88
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
88
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "am", {
|
|
89
89
|
get: function () {
|
|
90
|
-
return this.
|
|
90
|
+
return this.get_am();
|
|
91
91
|
},
|
|
92
92
|
enumerable: false,
|
|
93
93
|
configurable: true
|
|
94
94
|
});
|
|
95
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
95
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.get_an = function () {
|
|
96
96
|
switch (this.j.platform) {
|
|
97
97
|
case 1: return "Component";
|
|
98
98
|
case 2: return "";
|
|
@@ -102,14 +102,14 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
102
102
|
}
|
|
103
103
|
return "";
|
|
104
104
|
};
|
|
105
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
105
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "an", {
|
|
106
106
|
get: function () {
|
|
107
|
-
return this.
|
|
107
|
+
return this.get_an();
|
|
108
108
|
},
|
|
109
109
|
enumerable: false,
|
|
110
110
|
configurable: true
|
|
111
111
|
});
|
|
112
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
112
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "a7", {
|
|
113
113
|
get: function () {
|
|
114
114
|
switch (this.j.platform) {
|
|
115
115
|
case 1: return "angular";
|
|
@@ -128,7 +128,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
128
128
|
enumerable: false,
|
|
129
129
|
configurable: true
|
|
130
130
|
});
|
|
131
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
131
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bs = function (a) {
|
|
132
132
|
this.j.af(a);
|
|
133
133
|
};
|
|
134
134
|
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "k", {
|
|
@@ -166,11 +166,11 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
166
166
|
enumerable: false,
|
|
167
167
|
configurable: true
|
|
168
168
|
});
|
|
169
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
169
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a) {
|
|
170
170
|
if (a == null || a == "any") {
|
|
171
171
|
return;
|
|
172
172
|
}
|
|
173
|
-
this.
|
|
173
|
+
this.ab.add(a);
|
|
174
174
|
};
|
|
175
175
|
CodeGeneratingComponentRendererCodeEmitter.prototype.w = function (a, b) {
|
|
176
176
|
if (this.r) {
|
|
@@ -217,15 +217,15 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
217
217
|
}
|
|
218
218
|
return false;
|
|
219
219
|
};
|
|
220
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
220
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "ar", {
|
|
221
221
|
get: function () {
|
|
222
|
-
return this.
|
|
222
|
+
return this.ag.d();
|
|
223
223
|
},
|
|
224
224
|
enumerable: false,
|
|
225
225
|
configurable: true
|
|
226
226
|
});
|
|
227
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
228
|
-
this.
|
|
227
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a, b, c) {
|
|
228
|
+
this.ag.h(a);
|
|
229
229
|
};
|
|
230
230
|
CodeGeneratingComponentRendererCodeEmitter.prototype.u = function (a, b) {
|
|
231
231
|
var c = false;
|
|
@@ -234,99 +234,102 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
234
234
|
}
|
|
235
235
|
return c;
|
|
236
236
|
};
|
|
237
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
238
|
-
};
|
|
239
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a) {
|
|
237
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.br = function () {
|
|
240
238
|
};
|
|
241
239
|
CodeGeneratingComponentRendererCodeEmitter.prototype.bl = function (a) {
|
|
242
|
-
this.af.e();
|
|
243
240
|
};
|
|
244
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
241
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bm = function (a) {
|
|
242
|
+
this.ag.e();
|
|
243
|
+
};
|
|
244
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.x = function (a, b, c) {
|
|
245
|
+
return b.b == null && a.toLowerCase() == "type";
|
|
245
246
|
};
|
|
246
247
|
CodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
|
|
247
|
-
|
|
248
|
+
};
|
|
249
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a, b, c, d) {
|
|
250
|
+
this.bj(a, b, c, d);
|
|
248
251
|
};
|
|
249
252
|
CodeGeneratingComponentRendererCodeEmitter.prototype.toString = function () {
|
|
250
253
|
return this.d.toString();
|
|
251
254
|
};
|
|
252
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
255
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function () {
|
|
253
256
|
return "null";
|
|
254
257
|
};
|
|
255
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
258
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a, b, c) {
|
|
256
259
|
if (b.b == null) {
|
|
257
260
|
return b.c;
|
|
258
261
|
}
|
|
259
262
|
if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
|
|
260
|
-
b.c = this.
|
|
263
|
+
b.c = this.ah(b);
|
|
261
264
|
}
|
|
262
265
|
switch (b.b.knownType) {
|
|
263
266
|
case 10:
|
|
264
267
|
if (this.w(a, b)) {
|
|
265
|
-
return this.
|
|
268
|
+
return this.ap(a, b);
|
|
266
269
|
}
|
|
267
|
-
return this.
|
|
270
|
+
return this.au(a, b);
|
|
268
271
|
case 23:
|
|
269
272
|
if (this.w(a, b)) {
|
|
270
|
-
return this.
|
|
273
|
+
return this.ap(a, b);
|
|
271
274
|
}
|
|
272
|
-
return this.
|
|
275
|
+
return this.au(a, b);
|
|
273
276
|
case 7: return b.c ? "true" : "false";
|
|
274
|
-
case 4: return this.
|
|
277
|
+
case 4: return this.aj(b);
|
|
275
278
|
case 6:
|
|
276
279
|
{
|
|
277
|
-
return stringJoin1(String_$type, " ", this.
|
|
280
|
+
return stringJoin1(String_$type, " ", this.ac(b, c));
|
|
278
281
|
}
|
|
279
282
|
case 9:
|
|
280
283
|
if (this.w(a, b)) {
|
|
281
|
-
return this.
|
|
284
|
+
return this.ap(a, b);
|
|
282
285
|
}
|
|
283
286
|
throw new NotSupportedException(1, "shouldn't get here");
|
|
284
|
-
case 5: return this.
|
|
287
|
+
case 5: return this.al(b);
|
|
285
288
|
case 16:
|
|
286
289
|
{
|
|
287
|
-
return stringJoin1(String_$type, " ", this.
|
|
290
|
+
return stringJoin1(String_$type, " ", this.ad(b, c));
|
|
288
291
|
}
|
|
289
292
|
case 20:
|
|
290
293
|
if (b.a != null) {
|
|
291
|
-
return this.
|
|
294
|
+
return this.a3(b);
|
|
292
295
|
}
|
|
293
296
|
if (b.c == null) {
|
|
294
|
-
return this.
|
|
297
|
+
return this.a1();
|
|
295
298
|
}
|
|
296
299
|
break;
|
|
297
300
|
case 22:
|
|
298
301
|
if (b.a != null) {
|
|
299
|
-
return this.
|
|
302
|
+
return this.a3(b);
|
|
300
303
|
}
|
|
301
304
|
if (b.c == null) {
|
|
302
|
-
return this.
|
|
305
|
+
return this.a1();
|
|
303
306
|
}
|
|
304
307
|
break;
|
|
305
308
|
case 15: throw new NotSupportedException(1, "need to figure this out");
|
|
306
309
|
case 3: throw new NotSupportedException(1, "need to figure this out");
|
|
307
310
|
case 19: if (b.a != null) {
|
|
308
|
-
return this.
|
|
311
|
+
return this.ay(b);
|
|
309
312
|
}
|
|
310
313
|
else {
|
|
311
|
-
return this.
|
|
314
|
+
return this.a1();
|
|
312
315
|
}
|
|
313
316
|
case 8:
|
|
314
317
|
if (b.b.specificExternalType == "string") {
|
|
315
|
-
return this.
|
|
318
|
+
return this.ax(b);
|
|
316
319
|
}
|
|
317
320
|
if (b.a != null) {
|
|
318
|
-
return this.
|
|
321
|
+
return this.az(b);
|
|
319
322
|
}
|
|
320
323
|
if (this.w(a, b)) {
|
|
321
|
-
return this.
|
|
324
|
+
return this.ap(a, b);
|
|
322
325
|
}
|
|
323
326
|
throw new NotSupportedException(1, "shouldn't get here");
|
|
324
327
|
case 13: throw new NotSupportedException(1, "shouldn't get here");
|
|
325
328
|
case 18: if (b.a != null) {
|
|
326
|
-
return this.
|
|
329
|
+
return this.a0(b);
|
|
327
330
|
}
|
|
328
331
|
else {
|
|
329
|
-
return this.
|
|
332
|
+
return this.a1();
|
|
330
333
|
}
|
|
331
334
|
case 1: return b.c.toString();
|
|
332
335
|
case 11:
|
|
@@ -344,8 +347,8 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
344
347
|
var f = b.c;
|
|
345
348
|
return f.width + ", " + f.height;
|
|
346
349
|
}
|
|
347
|
-
case 2: return b.c != null ? b.c.toString() : this.
|
|
348
|
-
case 21: return this.
|
|
350
|
+
case 2: return b.c != null ? b.c.toString() : this.a1();
|
|
351
|
+
case 21: return this.ba(b.c);
|
|
349
352
|
case 17:
|
|
350
353
|
if (b.c == null) {
|
|
351
354
|
return "null";
|
|
@@ -358,7 +361,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
358
361
|
}
|
|
359
362
|
return "";
|
|
360
363
|
};
|
|
361
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
364
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ac = function (a, b) {
|
|
362
365
|
if (a.b == null) {
|
|
363
366
|
return ((function () {
|
|
364
367
|
var $ret = new List$1(String_$type, 0);
|
|
@@ -367,16 +370,16 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
367
370
|
})());
|
|
368
371
|
}
|
|
369
372
|
if (typeCast(CodeGenerationSpecialValue.$, a.c) !== null) {
|
|
370
|
-
a.c = this.
|
|
373
|
+
a.c = this.ah(a);
|
|
371
374
|
}
|
|
372
375
|
var c = a.c;
|
|
373
376
|
var d = new List$1(String_$type, 0);
|
|
374
377
|
for (var e = 0; e < c.count; e++) {
|
|
375
|
-
d.add(this.
|
|
378
|
+
d.add(this.ai(c.item(e)));
|
|
376
379
|
}
|
|
377
380
|
return d;
|
|
378
381
|
};
|
|
379
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
382
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ad = function (a, b) {
|
|
380
383
|
if (a.b == null) {
|
|
381
384
|
return ((function () {
|
|
382
385
|
var $ret = new List$1(String_$type, 0);
|
|
@@ -385,23 +388,23 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
385
388
|
})());
|
|
386
389
|
}
|
|
387
390
|
if (typeCast(CodeGenerationSpecialValue.$, a.c) !== null) {
|
|
388
|
-
a.c = this.
|
|
391
|
+
a.c = this.ah(a);
|
|
389
392
|
}
|
|
390
393
|
var c = a.c;
|
|
391
394
|
var d = new List$1(String_$type, 0);
|
|
392
395
|
for (var e = 0; e < c.count; e++) {
|
|
393
|
-
d.add(this.
|
|
396
|
+
d.add(this.ak(c.item(e)));
|
|
394
397
|
}
|
|
395
398
|
return d;
|
|
396
399
|
};
|
|
397
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
400
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a) {
|
|
398
401
|
if (a == null) {
|
|
399
402
|
return "";
|
|
400
403
|
}
|
|
401
404
|
return a.toString();
|
|
402
405
|
};
|
|
403
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
404
|
-
var c = this.
|
|
406
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ap = function (a, b) {
|
|
407
|
+
var c = this.a9(a, b);
|
|
405
408
|
if (b.c != null) {
|
|
406
409
|
var d = b.c;
|
|
407
410
|
if (typeCast(List$1.$.specialize(Base.$), d) !== null) {
|
|
@@ -409,8 +412,8 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
409
412
|
}
|
|
410
413
|
if (typeCast(CodeGenerationItemBuilder.$, d) !== null) {
|
|
411
414
|
var e = this.i(this.l, this.j);
|
|
412
|
-
var f = this.
|
|
413
|
-
c = this.
|
|
415
|
+
var f = this.ao(c, b.c, e);
|
|
416
|
+
c = this.as(a, b.c, f, c);
|
|
414
417
|
}
|
|
415
418
|
else if (typeCast(Array_$type, d) !== null) {
|
|
416
419
|
var g = d;
|
|
@@ -423,7 +426,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
423
426
|
var m = g[j].p();
|
|
424
427
|
if (m == null) {
|
|
425
428
|
m = g[j].n();
|
|
426
|
-
m = this.
|
|
429
|
+
m = this.av(m);
|
|
427
430
|
}
|
|
428
431
|
if (m != null) {
|
|
429
432
|
if (m != l) {
|
|
@@ -433,25 +436,25 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
433
436
|
l = c + "_" + j.toString();
|
|
434
437
|
}
|
|
435
438
|
}
|
|
436
|
-
var n = this.
|
|
439
|
+
var n = this.ao(l, g[j], k);
|
|
437
440
|
h.add(g[j]);
|
|
438
441
|
i.add(n);
|
|
439
442
|
}
|
|
440
443
|
}
|
|
441
|
-
c = this.
|
|
444
|
+
c = this.at(b, a, h, i, c);
|
|
442
445
|
}
|
|
443
446
|
}
|
|
444
447
|
return c;
|
|
445
448
|
};
|
|
446
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
449
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ao = function (a, b, c) {
|
|
447
450
|
var e_1, _a;
|
|
448
451
|
b.u = a;
|
|
449
452
|
b.v(c, true);
|
|
450
453
|
var d = c.toString();
|
|
451
454
|
try {
|
|
452
|
-
for (var _b = __values(fromEnum(c.
|
|
455
|
+
for (var _b = __values(fromEnum(c.ab)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
453
456
|
var e = _c.value;
|
|
454
|
-
this.
|
|
457
|
+
this.ab.add(e);
|
|
455
458
|
}
|
|
456
459
|
}
|
|
457
460
|
catch (e_1_1) {
|
|
@@ -469,15 +472,15 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
469
472
|
}
|
|
470
473
|
return d;
|
|
471
474
|
};
|
|
472
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
475
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.as = function (a, b, c, d) {
|
|
473
476
|
return d;
|
|
474
477
|
};
|
|
475
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
478
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a, b, c, d, e) {
|
|
476
479
|
return e;
|
|
477
480
|
};
|
|
478
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
481
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a9 = function (a, b) {
|
|
479
482
|
if (b.c == null) {
|
|
480
|
-
return this.
|
|
483
|
+
return this.a1();
|
|
481
484
|
}
|
|
482
485
|
if (typeCast(CodeGenerationItemBuilder.$, b.c) !== null) {
|
|
483
486
|
var c = b.c.p();
|
|
@@ -485,7 +488,7 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
485
488
|
return c;
|
|
486
489
|
}
|
|
487
490
|
var d = b.c.n();
|
|
488
|
-
var e = this.
|
|
491
|
+
var e = this.av(d);
|
|
489
492
|
return e;
|
|
490
493
|
}
|
|
491
494
|
else if (typeCast(IList_$type, b.c) !== null) {
|
|
@@ -497,10 +500,10 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
497
500
|
return h;
|
|
498
501
|
}
|
|
499
502
|
var i = g.n();
|
|
500
|
-
var j = this.
|
|
503
|
+
var j = this.av(i);
|
|
501
504
|
return j;
|
|
502
505
|
}
|
|
503
|
-
return this.
|
|
506
|
+
return this.av(b.b.propertyName);
|
|
504
507
|
}
|
|
505
508
|
else if (typeCast(Array_$type, b.c) !== null) {
|
|
506
509
|
var k = b.c;
|
|
@@ -510,29 +513,29 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
510
513
|
return l;
|
|
511
514
|
}
|
|
512
515
|
var m = b.c.n();
|
|
513
|
-
var n = this.
|
|
516
|
+
var n = this.av(m);
|
|
514
517
|
return n;
|
|
515
518
|
}
|
|
516
|
-
return this.
|
|
519
|
+
return this.av(b.b.propertyName);
|
|
517
520
|
}
|
|
518
|
-
return this.
|
|
521
|
+
return this.a1();
|
|
519
522
|
};
|
|
520
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
523
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a, b) {
|
|
521
524
|
return "";
|
|
522
525
|
};
|
|
523
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
526
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
|
|
524
527
|
return a.c;
|
|
525
528
|
};
|
|
526
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
529
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a3 = function (a) {
|
|
527
530
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
528
531
|
if (a.a.a) {
|
|
529
|
-
return this.
|
|
532
|
+
return this.aw(a);
|
|
530
533
|
}
|
|
531
534
|
else {
|
|
532
|
-
return this.
|
|
535
|
+
return this.a2(a);
|
|
533
536
|
}
|
|
534
537
|
}
|
|
535
|
-
return this.
|
|
538
|
+
return this.a1();
|
|
536
539
|
};
|
|
537
540
|
CodeGeneratingComponentRendererCodeEmitter.prototype.s = function (a) {
|
|
538
541
|
if (a.a != null && !stringIsNullOrEmpty(a.a.e)) {
|
|
@@ -542,97 +545,97 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
542
545
|
}
|
|
543
546
|
return false;
|
|
544
547
|
};
|
|
545
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
548
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
|
|
546
549
|
return "";
|
|
547
550
|
};
|
|
548
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
551
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
|
|
549
552
|
return "";
|
|
550
553
|
};
|
|
551
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
554
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.az = function (a) {
|
|
552
555
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
553
556
|
return a.a.e;
|
|
554
557
|
}
|
|
555
|
-
return this.
|
|
558
|
+
return this.a1();
|
|
556
559
|
};
|
|
557
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
560
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ax = function (a) {
|
|
558
561
|
return a.c != null ? a.c.toString() : "";
|
|
559
562
|
};
|
|
560
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
561
|
-
return this.
|
|
563
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.a0 = function (a) {
|
|
564
|
+
return this.ay(a);
|
|
562
565
|
};
|
|
563
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
566
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ay = function (a) {
|
|
564
567
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
565
|
-
this.
|
|
568
|
+
this.bs(a);
|
|
566
569
|
return a.a.e;
|
|
567
570
|
}
|
|
568
|
-
return this.
|
|
571
|
+
return this.a1();
|
|
569
572
|
};
|
|
570
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
573
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
|
|
571
574
|
return false;
|
|
572
575
|
};
|
|
573
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
576
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "y", {
|
|
574
577
|
get: function () {
|
|
575
|
-
return this.
|
|
578
|
+
return this.get_y();
|
|
576
579
|
},
|
|
577
580
|
enumerable: false,
|
|
578
581
|
configurable: true
|
|
579
582
|
});
|
|
580
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
583
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.al = function (a) {
|
|
581
584
|
var b = a.c;
|
|
582
|
-
return ColorUtil.k(b, this.
|
|
585
|
+
return ColorUtil.k(b, this.y);
|
|
583
586
|
};
|
|
584
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
587
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ak = function (a) {
|
|
585
588
|
var b = a;
|
|
586
|
-
return ColorUtil.k(b, this.
|
|
589
|
+
return ColorUtil.k(b, this.y);
|
|
587
590
|
};
|
|
588
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
591
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.aj = function (a) {
|
|
589
592
|
if (a.c == null) {
|
|
590
593
|
return "";
|
|
591
594
|
}
|
|
592
595
|
var b = a.c;
|
|
593
|
-
return ColorUtil.k(b.color, this.
|
|
596
|
+
return ColorUtil.k(b.color, this.y);
|
|
594
597
|
};
|
|
595
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
598
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.ai = function (a) {
|
|
596
599
|
if (a == null) {
|
|
597
600
|
return "";
|
|
598
601
|
}
|
|
599
602
|
var b = a;
|
|
600
|
-
return ColorUtil.k(b.color, this.
|
|
603
|
+
return ColorUtil.k(b.color, this.y);
|
|
601
604
|
};
|
|
602
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
603
|
-
this.
|
|
604
|
-
this.
|
|
605
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bq = function (a) {
|
|
606
|
+
this.ae.h(a);
|
|
607
|
+
this.af.h(false);
|
|
605
608
|
};
|
|
606
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
607
|
-
var b = this.
|
|
608
|
-
this.
|
|
609
|
-
this.
|
|
609
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bp = function (a) {
|
|
610
|
+
var b = this.av(a);
|
|
611
|
+
this.ae.h(b);
|
|
612
|
+
this.af.h(true);
|
|
610
613
|
};
|
|
611
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
612
|
-
var b = stringReplace(stringReplace(a, this.
|
|
614
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.av = function (a) {
|
|
615
|
+
var b = stringReplace(stringReplace(a, this.a8, ""), "Component", "");
|
|
613
616
|
b = CodeGeneratingComponentRenderer.e5(b);
|
|
614
617
|
return this.j.v(b);
|
|
615
618
|
};
|
|
616
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
617
|
-
this.
|
|
618
|
-
this.
|
|
619
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bn = function () {
|
|
620
|
+
this.a5 = this.ae.e();
|
|
621
|
+
this.af.e();
|
|
619
622
|
};
|
|
620
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
623
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
|
|
621
624
|
return "";
|
|
622
625
|
};
|
|
623
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
626
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "a8", {
|
|
624
627
|
get: function () {
|
|
625
|
-
return this.
|
|
628
|
+
return this.get_a8();
|
|
626
629
|
},
|
|
627
630
|
enumerable: false,
|
|
628
631
|
configurable: true
|
|
629
632
|
});
|
|
630
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
633
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "aq", {
|
|
631
634
|
get: function () {
|
|
632
|
-
if (this.
|
|
633
|
-
return this.
|
|
635
|
+
if (this.ae.f > 0) {
|
|
636
|
+
return this.ae.d();
|
|
634
637
|
}
|
|
635
|
-
var a = stringReplace(stringReplace(this.
|
|
638
|
+
var a = stringReplace(stringReplace(this.ar, this.a8, ""), "Component", "");
|
|
636
639
|
return CodeGeneratingComponentRenderer.e5(a);
|
|
637
640
|
},
|
|
638
641
|
enumerable: false,
|
|
@@ -640,24 +643,24 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
640
643
|
});
|
|
641
644
|
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "v", {
|
|
642
645
|
get: function () {
|
|
643
|
-
return this.
|
|
646
|
+
return this.ag.f == 1;
|
|
644
647
|
},
|
|
645
648
|
enumerable: false,
|
|
646
649
|
configurable: true
|
|
647
650
|
});
|
|
648
651
|
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "o", {
|
|
649
652
|
get: function () {
|
|
650
|
-
if (this.
|
|
653
|
+
if (this.af.f == 0) {
|
|
651
654
|
return false;
|
|
652
655
|
}
|
|
653
|
-
return this.
|
|
656
|
+
return this.af.d();
|
|
654
657
|
},
|
|
655
658
|
enumerable: false,
|
|
656
659
|
configurable: true
|
|
657
660
|
});
|
|
658
661
|
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "p", {
|
|
659
662
|
get: function () {
|
|
660
|
-
if (this.
|
|
663
|
+
if (this.ae.f > 0) {
|
|
661
664
|
return true;
|
|
662
665
|
}
|
|
663
666
|
return false;
|
|
@@ -665,12 +668,12 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
665
668
|
enumerable: false,
|
|
666
669
|
configurable: true
|
|
667
670
|
});
|
|
668
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
671
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.get_z = function () {
|
|
669
672
|
return true;
|
|
670
673
|
};
|
|
671
|
-
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "
|
|
674
|
+
Object.defineProperty(CodeGeneratingComponentRendererCodeEmitter.prototype, "z", {
|
|
672
675
|
get: function () {
|
|
673
|
-
return this.
|
|
676
|
+
return this.get_z();
|
|
674
677
|
},
|
|
675
678
|
enumerable: false,
|
|
676
679
|
configurable: true
|
|
@@ -685,33 +688,33 @@ var CodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE__*/ (fu
|
|
|
685
688
|
enumerable: false,
|
|
686
689
|
configurable: true
|
|
687
690
|
});
|
|
688
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
689
|
-
this.
|
|
691
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bo = function () {
|
|
692
|
+
this.a5 = this.ae.e();
|
|
690
693
|
};
|
|
691
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
694
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bf = function (a) {
|
|
692
695
|
var b = this.f.toString();
|
|
693
696
|
if (b.length > 0) {
|
|
694
697
|
a.l(b);
|
|
695
698
|
}
|
|
696
699
|
};
|
|
697
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
700
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bi = function (a) {
|
|
698
701
|
var b = this.g.toString();
|
|
699
702
|
if (b.length > 0) {
|
|
700
703
|
a.l(b);
|
|
701
704
|
}
|
|
702
705
|
};
|
|
703
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
706
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.be = function (a) {
|
|
704
707
|
var b = this.e.toString();
|
|
705
708
|
if (b.length > 0) {
|
|
706
709
|
a.l(b);
|
|
707
710
|
}
|
|
708
711
|
};
|
|
709
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
710
|
-
if (this.
|
|
711
|
-
this.
|
|
712
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bg = function (a, b) {
|
|
713
|
+
if (this.ab.count > 0) {
|
|
714
|
+
this.bh(a, this.ab, b);
|
|
712
715
|
}
|
|
713
716
|
};
|
|
714
|
-
CodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
717
|
+
CodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c) {
|
|
715
718
|
};
|
|
716
719
|
CodeGeneratingComponentRendererCodeEmitter.$t = markType(CodeGeneratingComponentRendererCodeEmitter, 'CodeGeneratingComponentRendererCodeEmitter');
|
|
717
720
|
return CodeGeneratingComponentRendererCodeEmitter;
|
|
@@ -724,9 +727,9 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
724
727
|
__extends(BlazorRazorCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
725
728
|
function BlazorRazorCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
726
729
|
var _this = _super.call(this, a, b) || this;
|
|
727
|
-
_this.
|
|
728
|
-
_this.bs = new HashSet$1(String_$type, 0);
|
|
730
|
+
_this.bv = 0;
|
|
729
731
|
_this.bt = new HashSet$1(String_$type, 0);
|
|
732
|
+
_this.bu = new HashSet$1(String_$type, 0);
|
|
730
733
|
return _this;
|
|
731
734
|
}
|
|
732
735
|
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
@@ -739,8 +742,8 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
739
742
|
enumerable: false,
|
|
740
743
|
configurable: true
|
|
741
744
|
});
|
|
742
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
743
|
-
d = _super.prototype.
|
|
745
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.as = function (a, b, c, d) {
|
|
746
|
+
d = _super.prototype.as.call(this, a, b, c, d);
|
|
744
747
|
this.f.l("private " + b.n() + " _" + CodeGeneratingComponentRenderer.e5(d) + " = null;");
|
|
745
748
|
this.f.l("public " + b.n() + " " + CodeGeneratingComponentRenderer.e6(d));
|
|
746
749
|
this.f.l("{");
|
|
@@ -762,15 +765,15 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
762
765
|
this.f.l("}");
|
|
763
766
|
return CodeGeneratingComponentRenderer.e6(d);
|
|
764
767
|
};
|
|
765
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
766
|
-
e = _super.prototype.
|
|
768
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a, b, c, d, e) {
|
|
769
|
+
e = _super.prototype.at.call(this, a, b, c, d, e);
|
|
767
770
|
var f = null;
|
|
768
771
|
if (c.count > 0) {
|
|
769
772
|
f = c._inner[0].r() + "[]";
|
|
770
773
|
}
|
|
771
774
|
else {
|
|
772
775
|
var g = a.b.specificExternalType;
|
|
773
|
-
f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.
|
|
776
|
+
f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.am, this.an) + "[]";
|
|
774
777
|
}
|
|
775
778
|
this.f.l("private " + f + " _" + CodeGeneratingComponentRenderer.e5(e) + " = null;");
|
|
776
779
|
this.f.l("public " + f + " " + CodeGeneratingComponentRenderer.e6(e));
|
|
@@ -800,10 +803,10 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
800
803
|
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
801
804
|
return new BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
802
805
|
};
|
|
803
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
806
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_z = function () {
|
|
804
807
|
return false;
|
|
805
808
|
};
|
|
806
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
809
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bw = function (a, b, c) {
|
|
807
810
|
if (c.c == null) {
|
|
808
811
|
return "null";
|
|
809
812
|
}
|
|
@@ -829,7 +832,7 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
829
832
|
f.b.knownType = 1;
|
|
830
833
|
}
|
|
831
834
|
if (f.b.knownType == 8) {
|
|
832
|
-
e = this.
|
|
835
|
+
e = this.a8 + e;
|
|
833
836
|
}
|
|
834
837
|
var g = "@(new " + e + "[] { ";
|
|
835
838
|
for (var h = 0; h < d.length; h++) {
|
|
@@ -838,55 +841,55 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
838
841
|
}
|
|
839
842
|
f.c = d[h];
|
|
840
843
|
if (f.b.knownType == 2) {
|
|
841
|
-
g += "\"" + this.
|
|
844
|
+
g += "\"" + this.a4(a, f, true) + "\"";
|
|
842
845
|
}
|
|
843
846
|
else {
|
|
844
|
-
g += this.
|
|
847
|
+
g += this.a4(a, f, true);
|
|
845
848
|
}
|
|
846
849
|
}
|
|
847
850
|
g += " })";
|
|
848
851
|
return g;
|
|
849
852
|
};
|
|
850
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
853
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a, b) {
|
|
851
854
|
var c = b.b.specificType;
|
|
852
855
|
if (c == null) {
|
|
853
856
|
c = b.b.specificExternalType;
|
|
854
857
|
}
|
|
855
|
-
return this.
|
|
858
|
+
return this.bw(a, c, b);
|
|
856
859
|
};
|
|
857
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
858
|
-
_super.prototype.
|
|
860
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a, b, c) {
|
|
861
|
+
_super.prototype.bd.call(this, a, b, c);
|
|
859
862
|
this.h.l("<" + a + "");
|
|
860
|
-
if (!this.
|
|
861
|
-
this.
|
|
862
|
-
if (!this.
|
|
863
|
-
this.
|
|
864
|
-
this.
|
|
863
|
+
if (!this.bt.contains(this.aq)) {
|
|
864
|
+
this.bt.add_1(this.aq);
|
|
865
|
+
if (!this.bu.contains(this.ar)) {
|
|
866
|
+
this.bu.add_1(this.ar);
|
|
867
|
+
this.bc(this.ar);
|
|
865
868
|
}
|
|
866
|
-
this.f.l("private " + this.
|
|
869
|
+
this.f.l("private " + this.ar + " " + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
|
|
867
870
|
if (!this.p) {
|
|
868
871
|
if (this.v) {
|
|
869
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.
|
|
872
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
|
|
870
873
|
}
|
|
871
874
|
}
|
|
872
875
|
else {
|
|
873
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.
|
|
876
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
|
|
874
877
|
}
|
|
875
878
|
}
|
|
876
879
|
};
|
|
877
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
880
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.br = function () {
|
|
878
881
|
this.h.l(">");
|
|
879
882
|
this.h.h();
|
|
880
883
|
};
|
|
881
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
884
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bm = function (a) {
|
|
882
885
|
this.h.f();
|
|
883
886
|
this.h.l("</" + a + ">");
|
|
884
887
|
this.h.l("");
|
|
885
|
-
_super.prototype.
|
|
888
|
+
_super.prototype.bm.call(this, a);
|
|
886
889
|
};
|
|
887
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
890
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
|
|
888
891
|
if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.e6(c.b.propertyName)) && this.q(d, c)) {
|
|
889
|
-
this.
|
|
892
|
+
this.bs(c);
|
|
890
893
|
if (a > 0) {
|
|
891
894
|
this.h.l("");
|
|
892
895
|
}
|
|
@@ -899,29 +902,29 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
899
902
|
return;
|
|
900
903
|
}
|
|
901
904
|
if (this.s(c)) {
|
|
902
|
-
this.
|
|
903
|
-
if (!this.
|
|
904
|
-
this.
|
|
905
|
-
if (!this.
|
|
906
|
-
this.
|
|
907
|
-
this.
|
|
908
|
-
}
|
|
909
|
-
this.f.l("private " + this.
|
|
905
|
+
this.bs(c);
|
|
906
|
+
if (!this.bt.contains(this.aq)) {
|
|
907
|
+
this.bt.add_1(this.aq);
|
|
908
|
+
if (!this.bu.contains(this.ar)) {
|
|
909
|
+
this.bu.add_1(this.ar);
|
|
910
|
+
this.bc(this.ar);
|
|
911
|
+
}
|
|
912
|
+
this.f.l("private " + this.ar + " " + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
|
|
910
913
|
if (!this.p) {
|
|
911
914
|
if (this.v) {
|
|
912
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.
|
|
915
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
|
|
913
916
|
}
|
|
914
917
|
}
|
|
915
918
|
else {
|
|
916
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.
|
|
919
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
|
|
917
920
|
}
|
|
918
921
|
}
|
|
919
|
-
var e = CodeGeneratingComponentRenderer.e5(this.
|
|
922
|
+
var e = CodeGeneratingComponentRenderer.e5(this.a4(d, c, true));
|
|
920
923
|
var f = e;
|
|
921
924
|
if (f != "null" && !stringStartsWith(f, "this.")) {
|
|
922
925
|
f = "this." + f;
|
|
923
926
|
}
|
|
924
|
-
this.e.l(CodeGeneratingComponentRenderer.e5(this.
|
|
927
|
+
this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + "." + b + " = " + f + ";");
|
|
925
928
|
return;
|
|
926
929
|
}
|
|
927
930
|
if (a > 0) {
|
|
@@ -948,24 +951,24 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
948
951
|
this.h.j(b);
|
|
949
952
|
this.h.j("=");
|
|
950
953
|
this.h.j("\"");
|
|
951
|
-
this.h.j(this.
|
|
954
|
+
this.h.j(this.a4(d, c, true));
|
|
952
955
|
this.h.j("\"");
|
|
953
956
|
}
|
|
954
957
|
if (b == "Name") {
|
|
955
958
|
this.h.l("");
|
|
956
|
-
this.h.j("@ref=\"" + CodeGeneratingComponentRenderer.e5(this.
|
|
959
|
+
this.h.j("@ref=\"" + CodeGeneratingComponentRenderer.e5(this.a4(d, c, true)) + "\"");
|
|
957
960
|
}
|
|
958
961
|
};
|
|
959
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
962
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ax = function (a) {
|
|
960
963
|
var b = a.b != null ? a.b.specificType + "." : "";
|
|
961
964
|
return b + (a.c != null ? a.c.toString() : "");
|
|
962
965
|
};
|
|
963
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
966
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a, b, c) {
|
|
964
967
|
if (b.b == null) {
|
|
965
968
|
return b.c;
|
|
966
969
|
}
|
|
967
970
|
if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
|
|
968
|
-
b.c = this.
|
|
971
|
+
b.c = this.ah(b);
|
|
969
972
|
}
|
|
970
973
|
switch (b.b.knownType) {
|
|
971
974
|
case 11:
|
|
@@ -995,9 +998,9 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
995
998
|
}
|
|
996
999
|
return b.c.toString();
|
|
997
1000
|
}
|
|
998
|
-
return _super.prototype.
|
|
1001
|
+
return _super.prototype.a4.call(this, a, b, c);
|
|
999
1002
|
};
|
|
1000
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1003
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
|
|
1001
1004
|
var b = a.c;
|
|
1002
1005
|
switch (b.a) {
|
|
1003
1006
|
case 3: return b.b;
|
|
@@ -1007,21 +1010,21 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1007
1010
|
}
|
|
1008
1011
|
return b.b;
|
|
1009
1012
|
};
|
|
1010
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1013
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function () {
|
|
1011
1014
|
return "@null";
|
|
1012
1015
|
};
|
|
1013
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1016
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
|
|
1014
1017
|
return CodeGeneratingComponentRenderer.e5(CodeGeneratingComponentRenderer.e5(a.a.e));
|
|
1015
1018
|
};
|
|
1016
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1019
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bx = function (a) {
|
|
1017
1020
|
a = stringReplace(a, "-", "_");
|
|
1018
1021
|
return CodeGeneratingComponentRenderer.e6(a);
|
|
1019
1022
|
};
|
|
1020
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1021
|
-
this.
|
|
1023
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
|
|
1024
|
+
this.bs(a);
|
|
1022
1025
|
return CodeGeneratingComponentRenderer.e6(a.a.e);
|
|
1023
1026
|
};
|
|
1024
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1027
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a, b, c, d) {
|
|
1025
1028
|
var e_2, _a;
|
|
1026
1029
|
if (c.b.knownType == 9) {
|
|
1027
1030
|
var e = typeCast(IList_$type, c.c);
|
|
@@ -1057,7 +1060,7 @@ var BlazorRazorCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1057
1060
|
}
|
|
1058
1061
|
}
|
|
1059
1062
|
};
|
|
1060
|
-
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1063
|
+
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
|
|
1061
1064
|
return "Igb";
|
|
1062
1065
|
};
|
|
1063
1066
|
BlazorRazorCodeGeneratingComponentRendererCodeEmitter.$t = markType(BlazorRazorCodeGeneratingComponentRendererCodeEmitter, 'BlazorRazorCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
|
|
@@ -1071,9 +1074,9 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1071
1074
|
__extends(BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
1072
1075
|
function BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
1073
1076
|
var _this = _super.call(this, a, b) || this;
|
|
1074
|
-
_this.
|
|
1075
|
-
_this.bs = new HashSet$1(String_$type, 0);
|
|
1077
|
+
_this.bv = 0;
|
|
1076
1078
|
_this.bt = new HashSet$1(String_$type, 0);
|
|
1079
|
+
_this.bu = new HashSet$1(String_$type, 0);
|
|
1077
1080
|
return _this;
|
|
1078
1081
|
}
|
|
1079
1082
|
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
@@ -1089,10 +1092,10 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1089
1092
|
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
1090
1093
|
return new BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
1091
1094
|
};
|
|
1092
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1095
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_z = function () {
|
|
1093
1096
|
return false;
|
|
1094
1097
|
};
|
|
1095
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1098
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bw = function (a, b) {
|
|
1096
1099
|
if (b.c == null) {
|
|
1097
1100
|
return "null";
|
|
1098
1101
|
}
|
|
@@ -1107,9 +1110,9 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1107
1110
|
d += " }";
|
|
1108
1111
|
return d;
|
|
1109
1112
|
};
|
|
1110
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1113
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a, b) {
|
|
1111
1114
|
if (b.b.specificExternalType == "string") {
|
|
1112
|
-
return this.
|
|
1115
|
+
return this.bw(b.b.specificExternalType, b);
|
|
1113
1116
|
}
|
|
1114
1117
|
if (b.c == null) {
|
|
1115
1118
|
return "null";
|
|
@@ -1124,74 +1127,74 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1124
1127
|
}
|
|
1125
1128
|
return d;
|
|
1126
1129
|
};
|
|
1127
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1128
|
-
_super.prototype.
|
|
1130
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a, b, c) {
|
|
1131
|
+
_super.prototype.bd.call(this, a, b, c);
|
|
1129
1132
|
if (this.v) {
|
|
1130
|
-
this.h.l("var " + this.
|
|
1133
|
+
this.h.l("var " + this.aq + " = new " + a + "();");
|
|
1131
1134
|
}
|
|
1132
1135
|
else {
|
|
1133
|
-
this.h.l("var " + this.
|
|
1136
|
+
this.h.l("var " + this.aq + " = new " + a + "();");
|
|
1134
1137
|
}
|
|
1135
|
-
if (!this.
|
|
1136
|
-
this.
|
|
1137
|
-
if (!this.
|
|
1138
|
-
this.
|
|
1139
|
-
this.
|
|
1138
|
+
if (!this.bt.contains(this.aq)) {
|
|
1139
|
+
this.bt.add_1(this.aq);
|
|
1140
|
+
if (!this.bu.contains(this.ar)) {
|
|
1141
|
+
this.bu.add_1(this.ar);
|
|
1142
|
+
this.bc(this.ar);
|
|
1140
1143
|
}
|
|
1141
|
-
this.f.l("private " + this.
|
|
1144
|
+
this.f.l("private " + this.ar + " " + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
|
|
1142
1145
|
if (!this.p) {
|
|
1143
1146
|
if (this.v) {
|
|
1144
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.
|
|
1147
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
|
|
1145
1148
|
}
|
|
1146
1149
|
}
|
|
1147
1150
|
else {
|
|
1148
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.
|
|
1151
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
|
|
1149
1152
|
}
|
|
1150
1153
|
}
|
|
1151
1154
|
};
|
|
1152
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1155
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.br = function () {
|
|
1153
1156
|
};
|
|
1154
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1155
|
-
_super.prototype.
|
|
1157
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bm = function (a) {
|
|
1158
|
+
_super.prototype.bm.call(this, a);
|
|
1156
1159
|
};
|
|
1157
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1160
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
|
|
1158
1161
|
if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.e6(c.b.propertyName)) && this.q(d, c)) {
|
|
1159
|
-
this.
|
|
1162
|
+
this.bs(c);
|
|
1160
1163
|
if (a > 0) {
|
|
1161
1164
|
this.h.l("");
|
|
1162
1165
|
}
|
|
1163
1166
|
if (c.a == null || c.a.e == null) {
|
|
1164
|
-
this.h.j(this.
|
|
1167
|
+
this.h.j(this.aq + "." + b + "Name = null;");
|
|
1165
1168
|
}
|
|
1166
1169
|
else {
|
|
1167
|
-
this.h.j(this.
|
|
1170
|
+
this.h.j(this.aq + "." + b + "Name = " + c.a.e + ";");
|
|
1168
1171
|
}
|
|
1169
1172
|
return;
|
|
1170
1173
|
}
|
|
1171
1174
|
if (this.s(c)) {
|
|
1172
|
-
this.
|
|
1173
|
-
if (!this.
|
|
1174
|
-
this.
|
|
1175
|
-
if (!this.
|
|
1176
|
-
this.
|
|
1177
|
-
this.
|
|
1178
|
-
}
|
|
1179
|
-
this.f.l("private " + this.
|
|
1175
|
+
this.bs(c);
|
|
1176
|
+
if (!this.bt.contains(this.aq)) {
|
|
1177
|
+
this.bt.add_1(this.aq);
|
|
1178
|
+
if (!this.bu.contains(this.ar)) {
|
|
1179
|
+
this.bu.add_1(this.ar);
|
|
1180
|
+
this.bc(this.ar);
|
|
1181
|
+
}
|
|
1182
|
+
this.f.l("private " + this.ar + " " + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
|
|
1180
1183
|
if (!this.p) {
|
|
1181
1184
|
if (this.v) {
|
|
1182
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.
|
|
1185
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
|
|
1183
1186
|
}
|
|
1184
1187
|
}
|
|
1185
1188
|
else {
|
|
1186
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.
|
|
1189
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + ";");
|
|
1187
1190
|
}
|
|
1188
1191
|
}
|
|
1189
|
-
var e = CodeGeneratingComponentRenderer.e5(this.
|
|
1192
|
+
var e = CodeGeneratingComponentRenderer.e5(this.a4(d, c, true));
|
|
1190
1193
|
var f = e;
|
|
1191
1194
|
if (f != "null" && !stringStartsWith(f, "this.")) {
|
|
1192
1195
|
f = "this." + f;
|
|
1193
1196
|
}
|
|
1194
|
-
this.e.l(CodeGeneratingComponentRenderer.e5(this.
|
|
1197
|
+
this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + "." + b + " = " + f + ";");
|
|
1195
1198
|
return;
|
|
1196
1199
|
}
|
|
1197
1200
|
if (a > 0) {
|
|
@@ -1217,28 +1220,28 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1217
1220
|
}
|
|
1218
1221
|
}
|
|
1219
1222
|
}
|
|
1220
|
-
this.h.j(this.
|
|
1223
|
+
this.h.j(this.aq + ".");
|
|
1221
1224
|
this.h.j(b);
|
|
1222
1225
|
this.h.j(" = ");
|
|
1223
1226
|
if (h) {
|
|
1224
|
-
this.h.j("\"" + this.
|
|
1227
|
+
this.h.j("\"" + this.a4(d, c, true) + "\"");
|
|
1225
1228
|
}
|
|
1226
1229
|
else {
|
|
1227
|
-
this.h.j(this.
|
|
1230
|
+
this.h.j(this.a4(d, c, true));
|
|
1228
1231
|
}
|
|
1229
1232
|
this.h.j(";");
|
|
1230
1233
|
}
|
|
1231
1234
|
};
|
|
1232
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1235
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ax = function (a) {
|
|
1233
1236
|
var b = a.b != null ? a.b.specificType + "." : "";
|
|
1234
1237
|
return b + (a.c != null ? a.c.toString() : "");
|
|
1235
1238
|
};
|
|
1236
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1239
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a, b, c) {
|
|
1237
1240
|
if (b.b == null) {
|
|
1238
1241
|
return "\"" + b.c + "\"";
|
|
1239
1242
|
}
|
|
1240
1243
|
if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
|
|
1241
|
-
b.c = this.
|
|
1244
|
+
b.c = this.ah(b);
|
|
1242
1245
|
}
|
|
1243
1246
|
switch (b.b.knownType) {
|
|
1244
1247
|
case 11:
|
|
@@ -1270,12 +1273,12 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1270
1273
|
case 5:
|
|
1271
1274
|
case 6:
|
|
1272
1275
|
case 16:
|
|
1273
|
-
case 2: return "\"" + _super.prototype.
|
|
1276
|
+
case 2: return "\"" + _super.prototype.a4.call(this, a, b, c) + "\"";
|
|
1274
1277
|
case 9: throw new NotSupportedException(1, "shouldn't get here");
|
|
1275
1278
|
}
|
|
1276
|
-
return _super.prototype.
|
|
1279
|
+
return _super.prototype.a4.call(this, a, b, c);
|
|
1277
1280
|
};
|
|
1278
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1281
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
|
|
1279
1282
|
var b = a.c;
|
|
1280
1283
|
switch (b.a) {
|
|
1281
1284
|
case 3: return b.b;
|
|
@@ -1285,21 +1288,21 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1285
1288
|
}
|
|
1286
1289
|
return b.b;
|
|
1287
1290
|
};
|
|
1288
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1291
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function () {
|
|
1289
1292
|
return "null";
|
|
1290
1293
|
};
|
|
1291
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1294
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
|
|
1292
1295
|
return CodeGeneratingComponentRenderer.e5(CodeGeneratingComponentRenderer.e5(a.a.e));
|
|
1293
1296
|
};
|
|
1294
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1297
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bx = function (a) {
|
|
1295
1298
|
a = stringReplace(a, "-", "_");
|
|
1296
1299
|
return CodeGeneratingComponentRenderer.e6(a);
|
|
1297
1300
|
};
|
|
1298
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1299
|
-
this.
|
|
1301
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
|
|
1302
|
+
this.bs(a);
|
|
1300
1303
|
return CodeGeneratingComponentRenderer.e6(a.a.e);
|
|
1301
1304
|
};
|
|
1302
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1305
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a, b, c, d) {
|
|
1303
1306
|
var e_3, _a;
|
|
1304
1307
|
if (c.b.knownType == 9) {
|
|
1305
1308
|
var e = typeCast(IList_$type, c.c);
|
|
@@ -1310,7 +1313,7 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1310
1313
|
if (typeCast(CodeGenerationItemBuilder.$, f) !== null) {
|
|
1311
1314
|
var g = f;
|
|
1312
1315
|
g.v(this, false);
|
|
1313
|
-
this.h.l(this.
|
|
1316
|
+
this.h.l(this.aq + "." + b + ".Add(" + this.a5 + ");");
|
|
1314
1317
|
}
|
|
1315
1318
|
}
|
|
1316
1319
|
}
|
|
@@ -1338,23 +1341,23 @@ var BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /
|
|
|
1338
1341
|
if (typeCast(CodeGenerationItemBuilder.$, k) !== null) {
|
|
1339
1342
|
var l = k;
|
|
1340
1343
|
l.v(this, false);
|
|
1341
|
-
i += this.
|
|
1344
|
+
i += this.a5 + ",";
|
|
1342
1345
|
}
|
|
1343
1346
|
}
|
|
1344
1347
|
i = trimEnd(i, ',');
|
|
1345
1348
|
i += "]";
|
|
1346
|
-
this.h.l(this.
|
|
1349
|
+
this.h.l(this.aq + "." + b + " = " + i + ";");
|
|
1347
1350
|
}
|
|
1348
1351
|
}
|
|
1349
1352
|
else {
|
|
1350
1353
|
if (typeCast(CodeGenerationItemBuilder.$, c.c) !== null) {
|
|
1351
1354
|
var m = c.c;
|
|
1352
1355
|
m.v(this, false);
|
|
1353
|
-
this.h.l(this.
|
|
1356
|
+
this.h.l(this.aq + "." + b + " = " + this.a5 + ";");
|
|
1354
1357
|
}
|
|
1355
1358
|
}
|
|
1356
1359
|
};
|
|
1357
|
-
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1360
|
+
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
|
|
1358
1361
|
return "Igb";
|
|
1359
1362
|
};
|
|
1360
1363
|
BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'BlazorCodeBehindCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
|
|
@@ -1368,8 +1371,9 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1368
1371
|
__extends(ReactMarkupCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
1369
1372
|
function ReactMarkupCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
1370
1373
|
var _this = _super.call(this, a, b) || this;
|
|
1371
|
-
_this.
|
|
1372
|
-
_this.
|
|
1374
|
+
_this.bx = new HashSet$1(String_$type, 0);
|
|
1375
|
+
_this.by = new HashSet$1(String_$type, 0);
|
|
1376
|
+
_this.bz = new Stack$1(Boolean_$type);
|
|
1373
1377
|
return _this;
|
|
1374
1378
|
}
|
|
1375
1379
|
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
@@ -1382,8 +1386,8 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1382
1386
|
enumerable: false,
|
|
1383
1387
|
configurable: true
|
|
1384
1388
|
});
|
|
1385
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1386
|
-
d = _super.prototype.
|
|
1389
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.as = function (a, b, c, d) {
|
|
1390
|
+
d = _super.prototype.as.call(this, a, b, c, d);
|
|
1387
1391
|
var e = b.r();
|
|
1388
1392
|
this.f.l("private " + " _" + CodeGeneratingComponentRenderer.e5(d) + ": " + e + " | null = null;");
|
|
1389
1393
|
this.f.l("public get " + CodeGeneratingComponentRenderer.e5(d) + "(): " + e + " {");
|
|
@@ -1400,15 +1404,15 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1400
1404
|
this.f.l("}");
|
|
1401
1405
|
return CodeGeneratingComponentRenderer.e6(d);
|
|
1402
1406
|
};
|
|
1403
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1404
|
-
e = _super.prototype.
|
|
1407
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a, b, c, d, e) {
|
|
1408
|
+
e = _super.prototype.at.call(this, a, b, c, d, e);
|
|
1405
1409
|
var f = null;
|
|
1406
1410
|
if (c.count > 0) {
|
|
1407
1411
|
f = c._inner[0].r() + "[]";
|
|
1408
1412
|
}
|
|
1409
1413
|
else {
|
|
1410
1414
|
var g = a.b.specificExternalType;
|
|
1411
|
-
f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.
|
|
1415
|
+
f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.am, this.an) + "[]";
|
|
1412
1416
|
}
|
|
1413
1417
|
this.f.l("private" + " _" + CodeGeneratingComponentRenderer.e5(e) + ": " + f + " | null = null;");
|
|
1414
1418
|
this.f.l("public get " + CodeGeneratingComponentRenderer.e5(e) + "(): " + f + " {");
|
|
@@ -1432,7 +1436,7 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1432
1436
|
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
1433
1437
|
return new ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
1434
1438
|
};
|
|
1435
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1439
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a, b) {
|
|
1436
1440
|
if (b.c == null) {
|
|
1437
1441
|
return "{null}";
|
|
1438
1442
|
}
|
|
@@ -1463,43 +1467,86 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1463
1467
|
g += "]";
|
|
1464
1468
|
return g;
|
|
1465
1469
|
};
|
|
1466
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1470
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
|
|
1467
1471
|
return true;
|
|
1468
1472
|
};
|
|
1469
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1473
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
|
|
1470
1474
|
return "Igr";
|
|
1471
1475
|
};
|
|
1472
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype
|
|
1473
|
-
|
|
1474
|
-
|
|
1476
|
+
Object.defineProperty(ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype, "bv", {
|
|
1477
|
+
get: function () {
|
|
1478
|
+
return this.bz.d();
|
|
1479
|
+
},
|
|
1480
|
+
enumerable: false,
|
|
1481
|
+
configurable: true
|
|
1482
|
+
});
|
|
1483
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a, b, c) {
|
|
1484
|
+
this.bz.h(this.bt(b, c));
|
|
1485
|
+
_super.prototype.bd.call(this, a, b, c);
|
|
1486
|
+
this.h.l("<" + this.b1(a) + "");
|
|
1475
1487
|
this.h.h();
|
|
1476
|
-
if (!this.
|
|
1477
|
-
this.
|
|
1478
|
-
this.
|
|
1488
|
+
if (!this.by.contains(this.ar)) {
|
|
1489
|
+
this.by.add_1(this.ar);
|
|
1490
|
+
this.bc(this.ar);
|
|
1479
1491
|
}
|
|
1480
|
-
if (!this.
|
|
1481
|
-
this.
|
|
1482
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.
|
|
1492
|
+
if (!this.bx.contains(this.aq)) {
|
|
1493
|
+
this.bx.add_1(this.aq);
|
|
1494
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + ": " + this.ar);
|
|
1483
1495
|
if (this.v) {
|
|
1484
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.
|
|
1496
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + "Ref(r: " + this.ar + ") {");
|
|
1485
1497
|
this.f.h();
|
|
1486
|
-
this.f.l("this." + CodeGeneratingComponentRenderer.e5(this.
|
|
1498
|
+
this.f.l("this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = r;");
|
|
1487
1499
|
this.f.l("this.setState({});");
|
|
1488
1500
|
this.f.f();
|
|
1489
1501
|
this.f.l("}");
|
|
1490
|
-
this.g.l("this." + CodeGeneratingComponentRenderer.e5(this.
|
|
1502
|
+
this.g.l("this." + CodeGeneratingComponentRenderer.e5(this.aq) + "Ref = " + "this." + CodeGeneratingComponentRenderer.e5(this.aq) + "Ref.bind(this);");
|
|
1491
1503
|
}
|
|
1492
1504
|
}
|
|
1493
1505
|
};
|
|
1494
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1506
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bt = function (a, b) {
|
|
1507
|
+
return b.getMetadata(a != null ? a : "", "__tagNameWC") != null;
|
|
1508
|
+
};
|
|
1509
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bu = function (a) {
|
|
1510
|
+
return a.b != null && a.b.knownType == 8 && a.b.specificExternalType == "string" && this.bt(a.b.owningType, a.b.owningContext);
|
|
1511
|
+
};
|
|
1512
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.b1 = function (a) {
|
|
1495
1513
|
if (stringEndsWith(a, "Component")) {
|
|
1496
1514
|
a = a.substr(0, a.length - ("Component").length);
|
|
1497
1515
|
}
|
|
1498
1516
|
return CodeGeneratingComponentRenderer.e6(a);
|
|
1499
1517
|
};
|
|
1500
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1501
|
-
if (!
|
|
1502
|
-
|
|
1518
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bw = function (a) {
|
|
1519
|
+
if (!a.b.owningContext.hasStringUnionPlatforms(a.b.owningType, a.b.propertyName)) {
|
|
1520
|
+
return false;
|
|
1521
|
+
}
|
|
1522
|
+
var b = a.b.owningContext.getStringUnionPlatforms(a.b.owningType, a.b.propertyName);
|
|
1523
|
+
for (var c = 0; c < b.length; c++) {
|
|
1524
|
+
if (b[c].toLowerCase() == this.a7) {
|
|
1525
|
+
return true;
|
|
1526
|
+
}
|
|
1527
|
+
}
|
|
1528
|
+
return false;
|
|
1529
|
+
};
|
|
1530
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ax = function (a) {
|
|
1531
|
+
if (this.bw(a)) {
|
|
1532
|
+
return CodeGeneratingComponentRenderer.e7(a.c.toString());
|
|
1533
|
+
}
|
|
1534
|
+
else if (this.bu(a)) {
|
|
1535
|
+
if (!this.by.contains(a.b.specificType)) {
|
|
1536
|
+
this.by.add_1(a.b.specificType);
|
|
1537
|
+
var b = WebImportsHalper.b(a, this.k);
|
|
1538
|
+
this.bc(b);
|
|
1539
|
+
}
|
|
1540
|
+
var c = a.b != null ? a.b.specificType + "." : "";
|
|
1541
|
+
return c + (a.c != null ? a.c.toString() : "");
|
|
1542
|
+
}
|
|
1543
|
+
else {
|
|
1544
|
+
return _super.prototype.ax.call(this, a);
|
|
1545
|
+
}
|
|
1546
|
+
};
|
|
1547
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.br = function () {
|
|
1548
|
+
if (!this.v && !this.p && !this.bv) {
|
|
1549
|
+
var a = this.b0();
|
|
1503
1550
|
this.h.l("");
|
|
1504
1551
|
this.h.l("name=\"" + a + "\"");
|
|
1505
1552
|
}
|
|
@@ -1507,31 +1554,44 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1507
1554
|
this.h.l(">");
|
|
1508
1555
|
this.h.h();
|
|
1509
1556
|
};
|
|
1510
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1511
|
-
var a = CodeGeneratingComponentRenderer.e5(stringReplace(stringReplace(this.
|
|
1557
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.b0 = function () {
|
|
1558
|
+
var a = CodeGeneratingComponentRenderer.e5(stringReplace(stringReplace(this.ar, this.a8, ""), "Component", ""));
|
|
1512
1559
|
a = this.k.u(a);
|
|
1513
1560
|
return a;
|
|
1514
1561
|
};
|
|
1515
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1562
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ay = function (a) {
|
|
1516
1563
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
1517
|
-
this.
|
|
1518
|
-
if (!this.
|
|
1564
|
+
this.bs(a);
|
|
1565
|
+
if (!this.bx.contains(a.a.e)) {
|
|
1519
1566
|
this.g.l("this." + CodeGeneratingComponentRenderer.e5(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.e5(a.a.e) + ".bind(this);");
|
|
1520
1567
|
}
|
|
1521
1568
|
return "this." + CodeGeneratingComponentRenderer.e5(a.a.e);
|
|
1522
1569
|
}
|
|
1523
|
-
return this.
|
|
1570
|
+
return this.a1();
|
|
1524
1571
|
};
|
|
1525
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1572
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bm = function (a) {
|
|
1526
1573
|
this.h.f();
|
|
1527
|
-
this.h.l("</" + this.
|
|
1528
|
-
_super.prototype.
|
|
1574
|
+
this.h.l("</" + this.b1(a) + ">");
|
|
1575
|
+
_super.prototype.bm.call(this, a);
|
|
1576
|
+
this.bz.e();
|
|
1577
|
+
};
|
|
1578
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.x = function (a, b, c) {
|
|
1579
|
+
if (this.bv && a.toLowerCase() == "name" && this.a6 == "grids") {
|
|
1580
|
+
return !this.p || !this.v;
|
|
1581
|
+
}
|
|
1582
|
+
return _super.prototype.x.call(this, a, b, c);
|
|
1529
1583
|
};
|
|
1530
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1584
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
|
|
1531
1585
|
var e = CodeGeneratingComponentRenderer.e5(b);
|
|
1532
|
-
var f = this.
|
|
1586
|
+
var f = this.a4(d, c, true);
|
|
1587
|
+
var g = c.b != null && this.bt(c.b.owningType, d);
|
|
1588
|
+
if (g) {
|
|
1589
|
+
if (c.b.knownType == 19) {
|
|
1590
|
+
e = "on" + CodeGeneratingComponentRenderer.e6(e);
|
|
1591
|
+
}
|
|
1592
|
+
}
|
|
1533
1593
|
if (c.b != null && d.hasNameBinding(c.b.owningType, CodeGeneratingComponentRenderer.e6(c.b.propertyName)) && this.q(d, c)) {
|
|
1534
|
-
this.
|
|
1594
|
+
this.bs(c);
|
|
1535
1595
|
if (a > 0) {
|
|
1536
1596
|
this.h.l("");
|
|
1537
1597
|
}
|
|
@@ -1544,17 +1604,21 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1544
1604
|
return;
|
|
1545
1605
|
}
|
|
1546
1606
|
if (!(e == "name") || !this.v) {
|
|
1547
|
-
var
|
|
1607
|
+
var h = (c.b != null && c.b.knownType == 10);
|
|
1608
|
+
var i = (c.b != null && c.b.knownType == 7);
|
|
1609
|
+
var j = (c.b != null && c.b.knownType == 1);
|
|
1610
|
+
var k = c.b != null && !this.bw(c) && this.bu(c);
|
|
1611
|
+
var l = h || (g && (i || j || k));
|
|
1548
1612
|
if (this.q(d, c)) {
|
|
1549
|
-
this.
|
|
1550
|
-
var
|
|
1551
|
-
var
|
|
1552
|
-
if (
|
|
1553
|
-
|
|
1613
|
+
this.bs(c);
|
|
1614
|
+
var m = CodeGeneratingComponentRenderer.e5(f);
|
|
1615
|
+
var n = m;
|
|
1616
|
+
if (n != "null" && !stringStartsWith(n, "this.")) {
|
|
1617
|
+
n = "this." + n;
|
|
1554
1618
|
}
|
|
1555
|
-
f = "{" +
|
|
1619
|
+
f = "{" + n + "}";
|
|
1556
1620
|
}
|
|
1557
|
-
else if (
|
|
1621
|
+
else if (l) {
|
|
1558
1622
|
f = "{" + f + "}";
|
|
1559
1623
|
}
|
|
1560
1624
|
if (a > 0) {
|
|
@@ -1562,11 +1626,11 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1562
1626
|
}
|
|
1563
1627
|
this.h.j(e);
|
|
1564
1628
|
this.h.j("=");
|
|
1565
|
-
if (!this.q(d, c) && !
|
|
1629
|
+
if (!this.q(d, c) && !l) {
|
|
1566
1630
|
this.h.j("\"");
|
|
1567
1631
|
}
|
|
1568
1632
|
this.h.j(f);
|
|
1569
|
-
if (!this.q(d, c) && !
|
|
1633
|
+
if (!this.q(d, c) && !l) {
|
|
1570
1634
|
this.h.j("\"");
|
|
1571
1635
|
}
|
|
1572
1636
|
a++;
|
|
@@ -1576,11 +1640,11 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1576
1640
|
if (a > 0) {
|
|
1577
1641
|
this.h.l("");
|
|
1578
1642
|
}
|
|
1579
|
-
this.h.j("ref={this." + CodeGeneratingComponentRenderer.e5(this.
|
|
1643
|
+
this.h.j("ref={this." + CodeGeneratingComponentRenderer.e5(this.a4(d, c, true)) + "Ref}");
|
|
1580
1644
|
}
|
|
1581
1645
|
}
|
|
1582
1646
|
};
|
|
1583
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1647
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
|
|
1584
1648
|
var b = a.c;
|
|
1585
1649
|
switch (b.a) {
|
|
1586
1650
|
case 3: return b.b;
|
|
@@ -1590,16 +1654,16 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1590
1654
|
}
|
|
1591
1655
|
return b.b;
|
|
1592
1656
|
};
|
|
1593
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1657
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function () {
|
|
1594
1658
|
return "null";
|
|
1595
1659
|
};
|
|
1596
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1660
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
|
|
1597
1661
|
return "this." + CodeGeneratingComponentRenderer.e5(a.a.e);
|
|
1598
1662
|
};
|
|
1599
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1663
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
|
|
1600
1664
|
return "this." + CodeGeneratingComponentRenderer.e5(a.a.e);
|
|
1601
1665
|
};
|
|
1602
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1666
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a, b, c, d) {
|
|
1603
1667
|
var e_4, _a;
|
|
1604
1668
|
if (c.b.knownType == 9) {
|
|
1605
1669
|
var e = typeCast(IList_$type, c.c);
|
|
@@ -1635,9 +1699,9 @@ var ReactMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__P
|
|
|
1635
1699
|
}
|
|
1636
1700
|
}
|
|
1637
1701
|
};
|
|
1638
|
-
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1639
|
-
_super.prototype.
|
|
1640
|
-
WebImportsHalper.
|
|
1702
|
+
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c) {
|
|
1703
|
+
_super.prototype.bh.call(this, a, b, c);
|
|
1704
|
+
WebImportsHalper.d(this.k, this.a7, this.a6, this.a8, a, b, c);
|
|
1641
1705
|
};
|
|
1642
1706
|
ReactMarkupCodeGeneratingComponentRendererCodeEmitter.$t = markType(ReactMarkupCodeGeneratingComponentRendererCodeEmitter, 'ReactMarkupCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
|
|
1643
1707
|
return ReactMarkupCodeGeneratingComponentRendererCodeEmitter;
|
|
@@ -1650,9 +1714,9 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1650
1714
|
__extends(WebCodeBehindCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
1651
1715
|
function WebCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
1652
1716
|
var _this = _super.call(this, a, b) || this;
|
|
1653
|
-
_this.
|
|
1654
|
-
_this.bt = new HashSet$1(String_$type, 0);
|
|
1717
|
+
_this.bw = 0;
|
|
1655
1718
|
_this.bu = new HashSet$1(String_$type, 0);
|
|
1719
|
+
_this.bv = new HashSet$1(String_$type, 0);
|
|
1656
1720
|
return _this;
|
|
1657
1721
|
}
|
|
1658
1722
|
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
@@ -1665,42 +1729,33 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1665
1729
|
enumerable: false,
|
|
1666
1730
|
configurable: true
|
|
1667
1731
|
});
|
|
1668
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1732
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bt = function (a) {
|
|
1669
1733
|
if (!a.b.owningContext.hasStringUnionPlatforms(a.b.owningType, a.b.propertyName)) {
|
|
1670
1734
|
return false;
|
|
1671
1735
|
}
|
|
1672
1736
|
var b = a.b.owningContext.getStringUnionPlatforms(a.b.owningType, a.b.propertyName);
|
|
1673
1737
|
for (var c = 0; c < b.length; c++) {
|
|
1674
|
-
if (b[c].toLowerCase() == this.
|
|
1738
|
+
if (b[c].toLowerCase() == this.a7) {
|
|
1675
1739
|
return true;
|
|
1676
1740
|
}
|
|
1677
1741
|
}
|
|
1678
1742
|
return false;
|
|
1679
1743
|
};
|
|
1680
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1681
|
-
if (this.
|
|
1744
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ax = function (a) {
|
|
1745
|
+
if (this.bt(a)) {
|
|
1682
1746
|
return "\"" + CodeGeneratingComponentRenderer.e7(a.c.toString()) + "\"";
|
|
1683
1747
|
}
|
|
1684
1748
|
else {
|
|
1685
|
-
if (!this.
|
|
1686
|
-
this.
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
this.bb(a.b.specificType + ":" + b);
|
|
1690
|
-
}
|
|
1691
|
-
else if (a.b.owningContext.getMetadata("Web" + a.b.owningType, "__importTypes" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.k.platform)) != null) {
|
|
1692
|
-
var c = a.b.owningContext.getMetadata("Web" + a.b.owningType, "__importTypes" + EnumUtil.getName(CodeGenerationTargetPlatforms_$type, this.k.platform)).specificExternalType;
|
|
1693
|
-
this.bb(a.b.specificType + ":" + c);
|
|
1694
|
-
}
|
|
1695
|
-
else {
|
|
1696
|
-
this.bb(a.b.specificType);
|
|
1697
|
-
}
|
|
1749
|
+
if (!this.bv.contains(a.b.specificType)) {
|
|
1750
|
+
this.bv.add_1(a.b.specificType);
|
|
1751
|
+
var b = WebImportsHalper.b(a, this.k);
|
|
1752
|
+
this.bc(b);
|
|
1698
1753
|
}
|
|
1699
|
-
var
|
|
1700
|
-
return
|
|
1754
|
+
var c = a.b != null ? a.b.specificType + "." : "";
|
|
1755
|
+
return c + (a.c != null ? a.c.toString() : "");
|
|
1701
1756
|
}
|
|
1702
1757
|
};
|
|
1703
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1758
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a, b) {
|
|
1704
1759
|
if (b.c == null) {
|
|
1705
1760
|
return "null";
|
|
1706
1761
|
}
|
|
@@ -1714,107 +1769,99 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1714
1769
|
}
|
|
1715
1770
|
return d + "]";
|
|
1716
1771
|
};
|
|
1717
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1772
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
|
|
1718
1773
|
return true;
|
|
1719
1774
|
};
|
|
1720
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1721
|
-
|
|
1722
|
-
var d = this.a6 == "react" ? b.getMetadata(a, "__isPlainObject") != null && (b.getMetadata(a, "__isTSPlainInterface") != null || b.getMetadata(a, "__marshalByValue") == null) : b.getMetadata(a, "__isPlainObject") != null;
|
|
1723
|
-
if (d) {
|
|
1724
|
-
c = true;
|
|
1725
|
-
}
|
|
1726
|
-
return c;
|
|
1727
|
-
};
|
|
1728
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bc = function (a, b, c) {
|
|
1729
|
-
_super.prototype.bc.call(this, a, b, c);
|
|
1775
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a, b, c) {
|
|
1776
|
+
_super.prototype.bd.call(this, a, b, c);
|
|
1730
1777
|
var d = this.u(b, c);
|
|
1731
1778
|
if (d) {
|
|
1732
1779
|
if (this.v) {
|
|
1733
|
-
this.h.l("var " + this.
|
|
1780
|
+
this.h.l("var " + this.aq + ": " + a + " = {} as " + a + ";");
|
|
1734
1781
|
}
|
|
1735
1782
|
else {
|
|
1736
|
-
this.h.l("var " + this.
|
|
1783
|
+
this.h.l("var " + this.aq + ": " + a + " = {} as " + a + ";");
|
|
1737
1784
|
}
|
|
1738
1785
|
}
|
|
1739
1786
|
else {
|
|
1740
1787
|
if (this.v) {
|
|
1741
|
-
this.h.l("var " + this.
|
|
1788
|
+
this.h.l("var " + this.aq + " = new " + a + "();");
|
|
1742
1789
|
}
|
|
1743
1790
|
else {
|
|
1744
|
-
this.h.l("var " + this.
|
|
1791
|
+
this.h.l("var " + this.aq + " = new " + a + "();");
|
|
1745
1792
|
}
|
|
1746
1793
|
}
|
|
1747
|
-
if (!this.
|
|
1748
|
-
this.
|
|
1749
|
-
if (!this.
|
|
1750
|
-
this.
|
|
1751
|
-
this.
|
|
1794
|
+
if (!this.bu.contains(this.aq)) {
|
|
1795
|
+
this.bu.add_1(this.aq);
|
|
1796
|
+
if (!this.bv.contains(this.ar)) {
|
|
1797
|
+
this.bv.add_1(this.ar);
|
|
1798
|
+
this.bc(this.ar);
|
|
1752
1799
|
}
|
|
1753
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.
|
|
1800
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + ": " + this.ar);
|
|
1754
1801
|
if (!this.p) {
|
|
1755
1802
|
if (this.v) {
|
|
1756
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.
|
|
1803
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.ar, "Component", "")) + "') as " + this.ar + ";");
|
|
1757
1804
|
}
|
|
1758
1805
|
}
|
|
1759
1806
|
else {
|
|
1760
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.
|
|
1807
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.getElementById('" + this.aq + "') as " + this.ar + ";");
|
|
1761
1808
|
}
|
|
1762
1809
|
}
|
|
1763
1810
|
};
|
|
1764
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1811
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bx = function (a) {
|
|
1765
1812
|
if (stringEndsWith(a, "Component")) {
|
|
1766
1813
|
a = a.substr(0, a.length - ("Component").length);
|
|
1767
1814
|
}
|
|
1768
1815
|
return CodeGeneratingComponentRenderer.e8(a);
|
|
1769
1816
|
};
|
|
1770
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1817
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.br = function () {
|
|
1771
1818
|
this.h.l("");
|
|
1772
1819
|
};
|
|
1773
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a) {
|
|
1774
|
-
};
|
|
1775
1820
|
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bl = function (a) {
|
|
1821
|
+
};
|
|
1822
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bm = function (a) {
|
|
1776
1823
|
{
|
|
1777
1824
|
this.h.l("");
|
|
1778
1825
|
}
|
|
1779
|
-
_super.prototype.
|
|
1826
|
+
_super.prototype.bm.call(this, a);
|
|
1780
1827
|
};
|
|
1781
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1828
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
|
|
1782
1829
|
var e = CodeGeneratingComponentRenderer.e5(b);
|
|
1783
1830
|
if (e == "name" && c.b == null) {
|
|
1784
1831
|
return;
|
|
1785
1832
|
}
|
|
1786
1833
|
if (this.s(c)) {
|
|
1787
|
-
this.
|
|
1788
|
-
if (!this.
|
|
1789
|
-
this.
|
|
1790
|
-
if (!this.
|
|
1791
|
-
this.
|
|
1792
|
-
this.
|
|
1793
|
-
}
|
|
1794
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.
|
|
1834
|
+
this.bs(c);
|
|
1835
|
+
if (!this.bu.contains(this.aq)) {
|
|
1836
|
+
this.bu.add_1(this.aq);
|
|
1837
|
+
if (!this.bv.contains(this.ar)) {
|
|
1838
|
+
this.bv.add_1(this.ar);
|
|
1839
|
+
this.bc(this.ar);
|
|
1840
|
+
}
|
|
1841
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + ": " + this.ar);
|
|
1795
1842
|
if (!this.p) {
|
|
1796
1843
|
if (this.v) {
|
|
1797
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.
|
|
1844
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.ar, "Component", "")) + "') as " + this.ar + ";");
|
|
1798
1845
|
}
|
|
1799
1846
|
}
|
|
1800
1847
|
else {
|
|
1801
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.
|
|
1848
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.getElementById('" + this.aq + "') as " + this.ar + ";");
|
|
1802
1849
|
}
|
|
1803
1850
|
}
|
|
1804
|
-
var f = CodeGeneratingComponentRenderer.e5(this.
|
|
1851
|
+
var f = CodeGeneratingComponentRenderer.e5(this.a4(d, c, true));
|
|
1805
1852
|
var g = f;
|
|
1806
1853
|
if (g != "null" && !stringStartsWith(g, "this.")) {
|
|
1807
1854
|
g = "this." + g;
|
|
1808
1855
|
}
|
|
1809
|
-
if (this.
|
|
1810
|
-
this.e.l(CodeGeneratingComponentRenderer.e5(this.
|
|
1856
|
+
if (this.ar == "any" && stringContains(e, "-")) {
|
|
1857
|
+
this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + "['" + e + "'] = " + g + ";");
|
|
1811
1858
|
}
|
|
1812
1859
|
else {
|
|
1813
1860
|
if (c.b != null && c.b.isCustomEvent) {
|
|
1814
|
-
this.e.l(CodeGeneratingComponentRenderer.e5(this.
|
|
1861
|
+
this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + ".addEventListener(\"" + e + "\", " + g + ");");
|
|
1815
1862
|
}
|
|
1816
1863
|
else {
|
|
1817
|
-
this.e.l(CodeGeneratingComponentRenderer.e5(this.
|
|
1864
|
+
this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + "." + e + " = " + g + ";");
|
|
1818
1865
|
}
|
|
1819
1866
|
}
|
|
1820
1867
|
return;
|
|
@@ -1822,17 +1869,17 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1822
1869
|
if (a > 0) {
|
|
1823
1870
|
this.h.l("");
|
|
1824
1871
|
}
|
|
1825
|
-
if (this.
|
|
1826
|
-
this.h.j(this.
|
|
1872
|
+
if (this.ar == "any" && stringContains(e, "-")) {
|
|
1873
|
+
this.h.j(this.aq + "." + CodeGeneratingComponentRenderer.e5(this.aq) + "['" + e + "']");
|
|
1827
1874
|
}
|
|
1828
1875
|
else {
|
|
1829
|
-
this.h.j(this.
|
|
1876
|
+
this.h.j(this.aq + "." + CodeGeneratingComponentRenderer.e5(e));
|
|
1830
1877
|
}
|
|
1831
1878
|
this.h.j(" = ");
|
|
1832
|
-
this.h.j(this.
|
|
1879
|
+
this.h.j(this.a4(d, c, true));
|
|
1833
1880
|
this.h.j(";");
|
|
1834
1881
|
};
|
|
1835
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1882
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
|
|
1836
1883
|
var b = a.c;
|
|
1837
1884
|
switch (b.a) {
|
|
1838
1885
|
case 3: return b.b;
|
|
@@ -1842,31 +1889,31 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1842
1889
|
}
|
|
1843
1890
|
return b.b;
|
|
1844
1891
|
};
|
|
1845
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1892
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function () {
|
|
1846
1893
|
return "null";
|
|
1847
1894
|
};
|
|
1848
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1895
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
|
|
1849
1896
|
return CodeGeneratingComponentRenderer.e5(a.a.e);
|
|
1850
1897
|
};
|
|
1851
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1898
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
|
|
1852
1899
|
return CodeGeneratingComponentRenderer.e5(a.a.e);
|
|
1853
1900
|
};
|
|
1854
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1901
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ay = function (a) {
|
|
1855
1902
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
1856
|
-
this.
|
|
1857
|
-
if (!this.
|
|
1903
|
+
this.bs(a);
|
|
1904
|
+
if (!this.bu.contains(a.a.e)) {
|
|
1858
1905
|
this.g.l("this." + CodeGeneratingComponentRenderer.e5(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.e5(a.a.e) + ".bind(this);");
|
|
1859
1906
|
}
|
|
1860
1907
|
return "this." + CodeGeneratingComponentRenderer.e5(a.a.e);
|
|
1861
1908
|
}
|
|
1862
|
-
return this.
|
|
1909
|
+
return this.a1();
|
|
1863
1910
|
};
|
|
1864
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1911
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.a4 = function (a, b, c) {
|
|
1865
1912
|
if (b.b == null) {
|
|
1866
1913
|
return "\"" + b.c + "\"";
|
|
1867
1914
|
}
|
|
1868
1915
|
if (typeCast(CodeGenerationSpecialValue.$, b.c) !== null) {
|
|
1869
|
-
b.c = this.
|
|
1916
|
+
b.c = this.ah(b);
|
|
1870
1917
|
}
|
|
1871
1918
|
switch (b.b.knownType) {
|
|
1872
1919
|
case 11:
|
|
@@ -1896,15 +1943,15 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1896
1943
|
}
|
|
1897
1944
|
return b.c.toString();
|
|
1898
1945
|
case 5:
|
|
1899
|
-
case 2: return "\"" + _super.prototype.
|
|
1900
|
-
case 23: return "[" + _super.prototype.
|
|
1901
|
-
case 6: return "[\"" + stringJoin1(String_$type, "\", \"", _super.prototype.
|
|
1902
|
-
case 16: return "[\"" + stringJoin1(String_$type, "\", \"", _super.prototype.
|
|
1946
|
+
case 2: return "\"" + _super.prototype.a4.call(this, a, b, c) + "\"";
|
|
1947
|
+
case 23: return "[" + _super.prototype.a4.call(this, a, b, c) + "]";
|
|
1948
|
+
case 6: return "[\"" + stringJoin1(String_$type, "\", \"", _super.prototype.ac.call(this, b, c)) + "\"]";
|
|
1949
|
+
case 16: return "[\"" + stringJoin1(String_$type, "\", \"", _super.prototype.ad.call(this, b, c)) + "\"]";
|
|
1903
1950
|
case 9: throw new NotSupportedException(1, "shouldn't get here");
|
|
1904
1951
|
}
|
|
1905
|
-
return _super.prototype.
|
|
1952
|
+
return _super.prototype.a4.call(this, a, b, c);
|
|
1906
1953
|
};
|
|
1907
|
-
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
1954
|
+
WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a, b, c, d) {
|
|
1908
1955
|
var e_5, _a;
|
|
1909
1956
|
if (c.b.knownType == 9) {
|
|
1910
1957
|
var e = typeCast(IList_$type, c.c);
|
|
@@ -1925,12 +1972,12 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1925
1972
|
if (k) {
|
|
1926
1973
|
if (f) {
|
|
1927
1974
|
f = false;
|
|
1928
|
-
this.h.l(this.
|
|
1975
|
+
this.h.l(this.aq + "." + b + " = []");
|
|
1929
1976
|
}
|
|
1930
|
-
this.h.l(this.
|
|
1977
|
+
this.h.l(this.aq + "." + b + ".push(" + this.a5 + ");");
|
|
1931
1978
|
}
|
|
1932
1979
|
else {
|
|
1933
|
-
this.h.l(this.
|
|
1980
|
+
this.h.l(this.aq + "." + b + ".add(" + this.a5 + ");");
|
|
1934
1981
|
}
|
|
1935
1982
|
}
|
|
1936
1983
|
}
|
|
@@ -1959,19 +2006,19 @@ var WebCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
1959
2006
|
if (typeCast(CodeGenerationItemBuilder.$, o) !== null) {
|
|
1960
2007
|
var p = o;
|
|
1961
2008
|
p.v(this, false);
|
|
1962
|
-
m += this.
|
|
2009
|
+
m += this.a5 + ",";
|
|
1963
2010
|
}
|
|
1964
2011
|
}
|
|
1965
2012
|
m = trimEnd(m, ',');
|
|
1966
2013
|
m += "]";
|
|
1967
|
-
this.h.l(this.
|
|
2014
|
+
this.h.l(this.aq + "." + b + " = " + m + ";");
|
|
1968
2015
|
}
|
|
1969
2016
|
}
|
|
1970
2017
|
else {
|
|
1971
2018
|
if (typeCast(CodeGenerationItemBuilder.$, c.c) !== null) {
|
|
1972
2019
|
var q = c.c;
|
|
1973
2020
|
q.v(this, false);
|
|
1974
|
-
this.h.l(this.
|
|
2021
|
+
this.h.l(this.aq + "." + b + " = " + this.a5 + ";");
|
|
1975
2022
|
}
|
|
1976
2023
|
}
|
|
1977
2024
|
};
|
|
@@ -1993,16 +2040,19 @@ var ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
1993
2040
|
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
1994
2041
|
return new ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
1995
2042
|
};
|
|
1996
|
-
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2043
|
+
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
|
|
1997
2044
|
return "Igc";
|
|
1998
2045
|
};
|
|
1999
|
-
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2000
|
-
_super.prototype.
|
|
2001
|
-
WebImportsHalper.
|
|
2046
|
+
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c) {
|
|
2047
|
+
_super.prototype.bh.call(this, a, b, c);
|
|
2048
|
+
WebImportsHalper.d(this.k, this.a7, this.a6, this.a8, a, b, c);
|
|
2002
2049
|
};
|
|
2003
|
-
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2050
|
+
ReactCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.u = function (a, b) {
|
|
2004
2051
|
var c = false;
|
|
2005
|
-
if (b.getMetadata(a, "__isPlainObject") != null && b.getMetadata(a, "__marshalByValue") == null) {
|
|
2052
|
+
if (b.getMetadata(a, "__isPlainObject") != null && (b.getMetadata(a, "__isTSPlainInterface") != null || b.getMetadata(a, "__marshalByValue") == null)) {
|
|
2053
|
+
c = true;
|
|
2054
|
+
}
|
|
2055
|
+
if (b.getMetadata(a, "__isPlainObject") != null && this.a6 == "grids") {
|
|
2006
2056
|
c = true;
|
|
2007
2057
|
}
|
|
2008
2058
|
return c;
|
|
@@ -2018,9 +2068,9 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
|
|
|
2018
2068
|
__extends(WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
2019
2069
|
function WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
2020
2070
|
var _this = _super.call(this, a, b) || this;
|
|
2021
|
-
_this.
|
|
2022
|
-
_this.bt = new HashSet$1(String_$type, 0);
|
|
2071
|
+
_this.bw = 0;
|
|
2023
2072
|
_this.bu = new HashSet$1(String_$type, 0);
|
|
2073
|
+
_this.bv = new HashSet$1(String_$type, 0);
|
|
2024
2074
|
return _this;
|
|
2025
2075
|
}
|
|
2026
2076
|
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
@@ -2033,31 +2083,31 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
|
|
|
2033
2083
|
enumerable: false,
|
|
2034
2084
|
configurable: true
|
|
2035
2085
|
});
|
|
2036
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2086
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bt = function (a) {
|
|
2037
2087
|
if (!a.b.owningContext.hasStringUnionPlatforms(a.b.owningType, a.b.propertyName)) {
|
|
2038
2088
|
return false;
|
|
2039
2089
|
}
|
|
2040
2090
|
var b = a.b.owningContext.getStringUnionPlatforms(a.b.owningType, a.b.propertyName);
|
|
2041
2091
|
for (var c = 0; c < b.length; c++) {
|
|
2042
|
-
if (b[c].toLowerCase() == this.
|
|
2092
|
+
if (b[c].toLowerCase() == this.a7) {
|
|
2043
2093
|
return true;
|
|
2044
2094
|
}
|
|
2045
2095
|
}
|
|
2046
2096
|
return false;
|
|
2047
2097
|
};
|
|
2048
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2049
|
-
if (this.
|
|
2098
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ax = function (a) {
|
|
2099
|
+
if (this.bt(a)) {
|
|
2050
2100
|
return CodeGeneratingComponentRenderer.e7(a.c.toString());
|
|
2051
2101
|
}
|
|
2052
2102
|
else {
|
|
2053
|
-
return _super.prototype.
|
|
2103
|
+
return _super.prototype.ax.call(this, a);
|
|
2054
2104
|
}
|
|
2055
2105
|
};
|
|
2056
2106
|
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
2057
2107
|
return new WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
2058
2108
|
};
|
|
2059
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2060
|
-
d = _super.prototype.
|
|
2109
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.as = function (a, b, c, d) {
|
|
2110
|
+
d = _super.prototype.as.call(this, a, b, c, d);
|
|
2061
2111
|
var e = b.r();
|
|
2062
2112
|
this.f.l("private" + " _" + CodeGeneratingComponentRenderer.e5(d) + ": " + e + " | null = null;");
|
|
2063
2113
|
this.f.l("public get " + CodeGeneratingComponentRenderer.e5(d) + "(): " + e + " {");
|
|
@@ -2074,15 +2124,15 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
|
|
|
2074
2124
|
this.f.l("}");
|
|
2075
2125
|
return CodeGeneratingComponentRenderer.e6(d);
|
|
2076
2126
|
};
|
|
2077
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2078
|
-
e = _super.prototype.
|
|
2127
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a, b, c, d, e) {
|
|
2128
|
+
e = _super.prototype.at.call(this, a, b, c, d, e);
|
|
2079
2129
|
var f = null;
|
|
2080
2130
|
if (c.count > 0) {
|
|
2081
2131
|
f = c._inner[0].r() + "[]";
|
|
2082
2132
|
}
|
|
2083
2133
|
else {
|
|
2084
2134
|
var g = a.b.specificExternalType;
|
|
2085
|
-
f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.
|
|
2135
|
+
f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.am, this.an) + "[]";
|
|
2086
2136
|
}
|
|
2087
2137
|
this.f.l("private" + " _" + CodeGeneratingComponentRenderer.e5(e) + ": " + f + " | null = null;");
|
|
2088
2138
|
this.f.l("public get " + CodeGeneratingComponentRenderer.e5(e) + "(): " + f + " {");
|
|
@@ -2103,7 +2153,7 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
|
|
|
2103
2153
|
this.f.l("}");
|
|
2104
2154
|
return CodeGeneratingComponentRenderer.e6(e);
|
|
2105
2155
|
};
|
|
2106
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2156
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a, b) {
|
|
2107
2157
|
if (b.c == null) {
|
|
2108
2158
|
return "null";
|
|
2109
2159
|
}
|
|
@@ -2117,81 +2167,81 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
|
|
|
2117
2167
|
}
|
|
2118
2168
|
return d;
|
|
2119
2169
|
};
|
|
2120
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2170
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
|
|
2121
2171
|
return true;
|
|
2122
2172
|
};
|
|
2123
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2124
|
-
_super.prototype.
|
|
2125
|
-
this.h.l("<" + this.
|
|
2126
|
-
if (!this.
|
|
2127
|
-
this.
|
|
2128
|
-
if (!this.
|
|
2129
|
-
this.
|
|
2130
|
-
this.
|
|
2173
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a, b, c) {
|
|
2174
|
+
_super.prototype.bd.call(this, a, b, c);
|
|
2175
|
+
this.h.l("<" + this.bx(a) + "");
|
|
2176
|
+
if (!this.bu.contains(this.aq)) {
|
|
2177
|
+
this.bu.add_1(this.aq);
|
|
2178
|
+
if (!this.bv.contains(this.ar)) {
|
|
2179
|
+
this.bv.add_1(this.ar);
|
|
2180
|
+
this.bc(this.ar);
|
|
2131
2181
|
}
|
|
2132
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.
|
|
2182
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + ": " + this.ar);
|
|
2133
2183
|
if (!this.p) {
|
|
2134
2184
|
if (this.v) {
|
|
2135
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.
|
|
2185
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.ar, "Component", "")) + "') as " + this.ar + ";");
|
|
2136
2186
|
}
|
|
2137
2187
|
}
|
|
2138
2188
|
else {
|
|
2139
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.
|
|
2189
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.getElementById('" + this.aq + "') as " + this.ar + ";");
|
|
2140
2190
|
}
|
|
2141
2191
|
}
|
|
2142
2192
|
};
|
|
2143
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2193
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bx = function (a) {
|
|
2144
2194
|
if (stringEndsWith(a, "Component")) {
|
|
2145
2195
|
a = a.substr(0, a.length - ("Component").length);
|
|
2146
2196
|
}
|
|
2147
2197
|
return CodeGeneratingComponentRenderer.e8(a);
|
|
2148
2198
|
};
|
|
2149
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2199
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.br = function () {
|
|
2150
2200
|
this.h.l(">");
|
|
2151
2201
|
this.h.h();
|
|
2152
2202
|
};
|
|
2153
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2203
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bm = function (a) {
|
|
2154
2204
|
this.h.f();
|
|
2155
|
-
this.h.l("</" + this.
|
|
2156
|
-
_super.prototype.
|
|
2205
|
+
this.h.l("</" + this.bx(a) + ">");
|
|
2206
|
+
_super.prototype.bm.call(this, a);
|
|
2157
2207
|
};
|
|
2158
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2208
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
|
|
2159
2209
|
return "Igc";
|
|
2160
2210
|
};
|
|
2161
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2162
|
-
_super.prototype.
|
|
2163
|
-
WebImportsHalper.
|
|
2211
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c) {
|
|
2212
|
+
_super.prototype.bh.call(this, a, b, c);
|
|
2213
|
+
WebImportsHalper.d(this.k, this.a7, this.a6, this.a8, a, b, c);
|
|
2164
2214
|
};
|
|
2165
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2215
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
|
|
2166
2216
|
var e = CodeGeneratingComponentRenderer.e5(b);
|
|
2167
2217
|
if (this.q(d, c)) {
|
|
2168
|
-
this.
|
|
2169
|
-
if (!this.
|
|
2170
|
-
this.
|
|
2171
|
-
if (!this.
|
|
2172
|
-
this.
|
|
2173
|
-
this.
|
|
2174
|
-
}
|
|
2175
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.
|
|
2218
|
+
this.bs(c);
|
|
2219
|
+
if (!this.bu.contains(this.aq)) {
|
|
2220
|
+
this.bu.add_1(this.aq);
|
|
2221
|
+
if (!this.bv.contains(this.ar)) {
|
|
2222
|
+
this.bv.add_1(this.ar);
|
|
2223
|
+
this.bc(this.ar);
|
|
2224
|
+
}
|
|
2225
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + ": " + this.ar);
|
|
2176
2226
|
if (!this.p) {
|
|
2177
2227
|
if (this.v) {
|
|
2178
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.
|
|
2228
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.querySelector('" + CodeGeneratingComponentRenderer.e8(stringReplace(this.ar, "Component", "")) + "') as " + this.ar + ";");
|
|
2179
2229
|
}
|
|
2180
2230
|
}
|
|
2181
2231
|
else {
|
|
2182
|
-
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.
|
|
2232
|
+
this.g.l("var " + CodeGeneratingComponentRenderer.e5(this.aq) + " = this." + CodeGeneratingComponentRenderer.e5(this.aq) + " = document.getElementById('" + this.aq + "') as " + this.ar + ";");
|
|
2183
2233
|
}
|
|
2184
2234
|
}
|
|
2185
|
-
var f = CodeGeneratingComponentRenderer.e5(this.
|
|
2235
|
+
var f = CodeGeneratingComponentRenderer.e5(this.a4(d, c, true));
|
|
2186
2236
|
var g = f;
|
|
2187
2237
|
if (g != "null" && !stringStartsWith(g, "this.")) {
|
|
2188
2238
|
g = "this." + g;
|
|
2189
2239
|
}
|
|
2190
2240
|
if (c.b.isCustomEvent) {
|
|
2191
|
-
this.e.l(CodeGeneratingComponentRenderer.e5(this.
|
|
2241
|
+
this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + ".addEventListener(\"" + e + "\", " + g + ");");
|
|
2192
2242
|
}
|
|
2193
2243
|
else {
|
|
2194
|
-
this.e.l(CodeGeneratingComponentRenderer.e5(this.
|
|
2244
|
+
this.e.l(CodeGeneratingComponentRenderer.e5(this.aq) + "." + e + " = " + g + ";");
|
|
2195
2245
|
}
|
|
2196
2246
|
return;
|
|
2197
2247
|
}
|
|
@@ -2201,14 +2251,14 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
|
|
|
2201
2251
|
this.h.j(CodeGeneratingComponentRenderer.e8(e));
|
|
2202
2252
|
this.h.j("=");
|
|
2203
2253
|
this.h.j("\"");
|
|
2204
|
-
this.h.j(this.
|
|
2254
|
+
this.h.j(this.a4(d, c, true));
|
|
2205
2255
|
this.h.j("\"");
|
|
2206
2256
|
if (e == "name") {
|
|
2207
2257
|
this.h.l("");
|
|
2208
|
-
this.h.j("id=\"" + this.
|
|
2258
|
+
this.h.j("id=\"" + this.a4(d, c, true) + "\"");
|
|
2209
2259
|
}
|
|
2210
2260
|
};
|
|
2211
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2261
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
|
|
2212
2262
|
var b = a.c;
|
|
2213
2263
|
switch (b.a) {
|
|
2214
2264
|
case 3: return b.b;
|
|
@@ -2218,26 +2268,26 @@ var WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter = /** @class *
|
|
|
2218
2268
|
}
|
|
2219
2269
|
return b.b;
|
|
2220
2270
|
};
|
|
2221
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2271
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function () {
|
|
2222
2272
|
return "null";
|
|
2223
2273
|
};
|
|
2224
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2274
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
|
|
2225
2275
|
return CodeGeneratingComponentRenderer.e5(a.a.e);
|
|
2226
2276
|
};
|
|
2227
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2277
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
|
|
2228
2278
|
return CodeGeneratingComponentRenderer.e5(a.a.e);
|
|
2229
2279
|
};
|
|
2230
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2280
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.ay = function (a) {
|
|
2231
2281
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
2232
|
-
this.
|
|
2233
|
-
if (!this.
|
|
2282
|
+
this.bs(a);
|
|
2283
|
+
if (!this.bu.contains(a.a.e)) {
|
|
2234
2284
|
this.g.l("this." + CodeGeneratingComponentRenderer.e5(a.a.e) + " = " + "this." + CodeGeneratingComponentRenderer.e5(a.a.e) + ".bind(this);");
|
|
2235
2285
|
}
|
|
2236
2286
|
return "this." + CodeGeneratingComponentRenderer.e5(a.a.e);
|
|
2237
2287
|
}
|
|
2238
|
-
return this.
|
|
2288
|
+
return this.a1();
|
|
2239
2289
|
};
|
|
2240
|
-
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2290
|
+
WebComponentsMarkupCodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a, b, c, d) {
|
|
2241
2291
|
var e_6, _a;
|
|
2242
2292
|
if (c.b.knownType == 9) {
|
|
2243
2293
|
var e = typeCast(IList_$type, c.c);
|
|
@@ -2288,12 +2338,12 @@ var WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @cla
|
|
|
2288
2338
|
WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
2289
2339
|
return new WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
2290
2340
|
};
|
|
2291
|
-
WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2341
|
+
WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
|
|
2292
2342
|
return "Igc";
|
|
2293
2343
|
};
|
|
2294
|
-
WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2295
|
-
_super.prototype.
|
|
2296
|
-
WebImportsHalper.
|
|
2344
|
+
WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c) {
|
|
2345
|
+
_super.prototype.bh.call(this, a, b, c);
|
|
2346
|
+
WebImportsHalper.d(this.k, this.a7, this.a6, this.a8, a, b, c);
|
|
2297
2347
|
};
|
|
2298
2348
|
WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
|
|
2299
2349
|
return WebComponentsCodeBehindCodeGeneratingComponentRendererCodeEmitter;
|
|
@@ -2781,9 +2831,9 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2781
2831
|
__extends(AngularTemplateCodeGeneratingComponentRendererCodeEmitter, _super);
|
|
2782
2832
|
function AngularTemplateCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
2783
2833
|
var _this = _super.call(this, a, b) || this;
|
|
2784
|
-
_this.
|
|
2785
|
-
_this.bs = new HashSet$1(String_$type, 0);
|
|
2834
|
+
_this.bv = 0;
|
|
2786
2835
|
_this.bt = new HashSet$1(String_$type, 0);
|
|
2836
|
+
_this.bu = new HashSet$1(String_$type, 0);
|
|
2787
2837
|
return _this;
|
|
2788
2838
|
}
|
|
2789
2839
|
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_r = function () {
|
|
@@ -2796,8 +2846,8 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2796
2846
|
enumerable: false,
|
|
2797
2847
|
configurable: true
|
|
2798
2848
|
});
|
|
2799
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2800
|
-
d = _super.prototype.
|
|
2849
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.as = function (a, b, c, d) {
|
|
2850
|
+
d = _super.prototype.as.call(this, a, b, c, d);
|
|
2801
2851
|
var e = b.r();
|
|
2802
2852
|
this.f.l("private " + " _" + CodeGeneratingComponentRenderer.e5(d) + ": " + e + " | null = null;");
|
|
2803
2853
|
this.f.l("public get " + CodeGeneratingComponentRenderer.e5(d) + "(): " + e + " {");
|
|
@@ -2814,15 +2864,15 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2814
2864
|
this.f.l("}");
|
|
2815
2865
|
return CodeGeneratingComponentRenderer.e5(d);
|
|
2816
2866
|
};
|
|
2817
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2818
|
-
e = _super.prototype.
|
|
2867
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.at = function (a, b, c, d, e) {
|
|
2868
|
+
e = _super.prototype.at.call(this, a, b, c, d, e);
|
|
2819
2869
|
var f = null;
|
|
2820
2870
|
if (c.count > 0) {
|
|
2821
2871
|
f = c._inner[0].r() + "[]";
|
|
2822
2872
|
}
|
|
2823
2873
|
else {
|
|
2824
2874
|
var g = a.b.specificExternalType;
|
|
2825
|
-
f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.
|
|
2875
|
+
f = CodeGenerationItemBuilder.o(this.k.platform, g, b, this.am, this.an) + "[]";
|
|
2826
2876
|
}
|
|
2827
2877
|
this.f.l("private" + " _" + CodeGeneratingComponentRenderer.e5(e) + ": " + f + " | null = null;");
|
|
2828
2878
|
this.f.l("public get " + CodeGeneratingComponentRenderer.e5(e) + "(): " + f + " {");
|
|
@@ -2846,7 +2896,7 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2846
2896
|
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
2847
2897
|
return new AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
2848
2898
|
};
|
|
2849
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2899
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a, b) {
|
|
2850
2900
|
if (b.c == null) {
|
|
2851
2901
|
return "null";
|
|
2852
2902
|
}
|
|
@@ -2860,48 +2910,48 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2860
2910
|
}
|
|
2861
2911
|
return d;
|
|
2862
2912
|
};
|
|
2863
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2913
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_y = function () {
|
|
2864
2914
|
return true;
|
|
2865
2915
|
};
|
|
2866
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2916
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
|
|
2867
2917
|
return "Igx";
|
|
2868
2918
|
};
|
|
2869
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2870
|
-
_super.prototype.
|
|
2871
|
-
this.h.l("<" + this.
|
|
2872
|
-
if (!this.
|
|
2873
|
-
this.
|
|
2874
|
-
if (!this.
|
|
2875
|
-
this.
|
|
2876
|
-
this.
|
|
2919
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a, b, c) {
|
|
2920
|
+
_super.prototype.bd.call(this, a, b, c);
|
|
2921
|
+
this.h.l("<" + this.bw(a) + "");
|
|
2922
|
+
if (!this.bt.contains(this.aq)) {
|
|
2923
|
+
this.bt.add_1(this.aq);
|
|
2924
|
+
if (!this.bu.contains(this.ar)) {
|
|
2925
|
+
this.bu.add_1(this.ar);
|
|
2926
|
+
this.bc(this.ar);
|
|
2877
2927
|
}
|
|
2878
|
-
this.f.l("@ViewChild(\"" + CodeGeneratingComponentRenderer.e5(this.
|
|
2879
|
-
this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.
|
|
2928
|
+
this.f.l("@ViewChild(\"" + CodeGeneratingComponentRenderer.e5(this.aq) + "\", { static: true } )");
|
|
2929
|
+
this.f.l("private " + CodeGeneratingComponentRenderer.e5(this.aq) + ": " + this.ar);
|
|
2880
2930
|
}
|
|
2881
2931
|
};
|
|
2882
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2883
|
-
_super.prototype.
|
|
2884
|
-
WebImportsHalper.
|
|
2932
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c) {
|
|
2933
|
+
_super.prototype.bh.call(this, a, b, c);
|
|
2934
|
+
WebImportsHalper.d(this.k, this.a7, this.a6, this.a8, a, b, c);
|
|
2885
2935
|
};
|
|
2886
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2936
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bw = function (a) {
|
|
2887
2937
|
if (stringEndsWith(a, "Component")) {
|
|
2888
2938
|
a = a.substr(0, a.length - ("Component").length);
|
|
2889
2939
|
}
|
|
2890
2940
|
return CodeGeneratingComponentRenderer.e8(a);
|
|
2891
2941
|
};
|
|
2892
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2942
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.br = function () {
|
|
2893
2943
|
this.h.l(">");
|
|
2894
2944
|
this.h.h();
|
|
2895
2945
|
};
|
|
2896
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2946
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bm = function (a) {
|
|
2897
2947
|
this.h.f();
|
|
2898
|
-
this.h.l("</" + this.
|
|
2899
|
-
_super.prototype.
|
|
2948
|
+
this.h.l("</" + this.bw(a) + ">");
|
|
2949
|
+
_super.prototype.bm.call(this, a);
|
|
2900
2950
|
};
|
|
2901
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2951
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
|
|
2902
2952
|
var e = CodeGeneratingComponentRenderer.e5(b);
|
|
2903
2953
|
if (this.q(d, c)) {
|
|
2904
|
-
this.
|
|
2954
|
+
this.bs(c);
|
|
2905
2955
|
if (this.t(c)) {
|
|
2906
2956
|
e = "(" + e + ")";
|
|
2907
2957
|
}
|
|
@@ -2915,21 +2965,21 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2915
2965
|
this.h.j(e);
|
|
2916
2966
|
this.h.j("=");
|
|
2917
2967
|
this.h.j("\"");
|
|
2918
|
-
this.h.j(this.
|
|
2968
|
+
this.h.j(this.a4(d, c, true));
|
|
2919
2969
|
this.h.j("\"");
|
|
2920
2970
|
if (e == "name") {
|
|
2921
2971
|
this.h.l("");
|
|
2922
|
-
this.h.j("#" + CodeGeneratingComponentRenderer.e5(this.
|
|
2972
|
+
this.h.j("#" + CodeGeneratingComponentRenderer.e5(this.a4(d, c, true)));
|
|
2923
2973
|
}
|
|
2924
2974
|
};
|
|
2925
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2975
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.ay = function (a) {
|
|
2926
2976
|
if (!stringIsNullOrEmpty(a.a.e)) {
|
|
2927
|
-
this.
|
|
2977
|
+
this.bs(a);
|
|
2928
2978
|
return "this." + CodeGeneratingComponentRenderer.e5(a.a.e) + "($event)";
|
|
2929
2979
|
}
|
|
2930
|
-
return this.
|
|
2980
|
+
return this.a1();
|
|
2931
2981
|
};
|
|
2932
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2982
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
|
|
2933
2983
|
var b = a.c;
|
|
2934
2984
|
switch (b.a) {
|
|
2935
2985
|
case 3: return b.b;
|
|
@@ -2939,16 +2989,16 @@ var AngularTemplateCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*
|
|
|
2939
2989
|
}
|
|
2940
2990
|
return b.b;
|
|
2941
2991
|
};
|
|
2942
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2992
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function () {
|
|
2943
2993
|
return "null";
|
|
2944
2994
|
};
|
|
2945
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2995
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
|
|
2946
2996
|
return CodeGeneratingComponentRenderer.e5(a.a.e);
|
|
2947
2997
|
};
|
|
2948
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
2998
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
|
|
2949
2999
|
return CodeGeneratingComponentRenderer.e5(a.a.e);
|
|
2950
3000
|
};
|
|
2951
|
-
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3001
|
+
AngularTemplateCodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a, b, c, d) {
|
|
2952
3002
|
var e_8, _a;
|
|
2953
3003
|
if (c.b.knownType == 9) {
|
|
2954
3004
|
var e = typeCast(IList_$type, c.c);
|
|
@@ -3002,12 +3052,12 @@ var AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */
|
|
|
3002
3052
|
AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
3003
3053
|
return new AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
3004
3054
|
};
|
|
3005
|
-
AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3055
|
+
AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
|
|
3006
3056
|
return "Igc";
|
|
3007
3057
|
};
|
|
3008
|
-
AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3009
|
-
_super.prototype.
|
|
3010
|
-
WebImportsHalper.
|
|
3058
|
+
AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.bh = function (a, b, c) {
|
|
3059
|
+
_super.prototype.bh.call(this, a, b, c);
|
|
3060
|
+
WebImportsHalper.d(this.k, this.a7, this.a6, this.a8, a, b, c);
|
|
3011
3061
|
};
|
|
3012
3062
|
AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter', WebCodeBehindCodeGeneratingComponentRendererCodeEmitter.$);
|
|
3013
3063
|
return AngularCodeBehindCodeGeneratingComponentRendererCodeEmitter;
|
|
@@ -3356,7 +3406,7 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
|
|
|
3356
3406
|
function WPFXamlCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
3357
3407
|
return _super.call(this, a, b) || this;
|
|
3358
3408
|
}
|
|
3359
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3409
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a) {
|
|
3360
3410
|
if (a == null || isNaN_(a)) {
|
|
3361
3411
|
return "";
|
|
3362
3412
|
}
|
|
@@ -3375,10 +3425,10 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
|
|
|
3375
3425
|
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
3376
3426
|
return new WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
3377
3427
|
};
|
|
3378
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3428
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.get_z = function () {
|
|
3379
3429
|
return false;
|
|
3380
3430
|
};
|
|
3381
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3431
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.au = function (a, b) {
|
|
3382
3432
|
if (b.c == null) {
|
|
3383
3433
|
return "null";
|
|
3384
3434
|
}
|
|
@@ -3392,20 +3442,20 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
|
|
|
3392
3442
|
}
|
|
3393
3443
|
return d;
|
|
3394
3444
|
};
|
|
3395
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3396
|
-
_super.prototype.
|
|
3445
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bd = function (a, b, c) {
|
|
3446
|
+
_super.prototype.bd.call(this, a, b, c);
|
|
3397
3447
|
this.h.l("<ig:" + a + "");
|
|
3398
3448
|
};
|
|
3399
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3449
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.br = function () {
|
|
3400
3450
|
this.h.l(">");
|
|
3401
3451
|
this.h.h();
|
|
3402
3452
|
};
|
|
3403
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3453
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bm = function (a) {
|
|
3404
3454
|
this.h.f();
|
|
3405
3455
|
this.h.l("</ig:" + a + ">");
|
|
3406
|
-
_super.prototype.
|
|
3456
|
+
_super.prototype.bm.call(this, a);
|
|
3407
3457
|
};
|
|
3408
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3458
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bj = function (a, b, c, d) {
|
|
3409
3459
|
if (b == "Label" && c.b != null && stringContains(c.b.owningType, "Axis")) {
|
|
3410
3460
|
if (c.c != null && stringContains(c.c, "{")) {
|
|
3411
3461
|
if (a > 0) {
|
|
@@ -3414,7 +3464,7 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
|
|
|
3414
3464
|
this.h.j(b);
|
|
3415
3465
|
this.h.j("=");
|
|
3416
3466
|
this.h.j("\"");
|
|
3417
|
-
this.h.j("{}" + this.
|
|
3467
|
+
this.h.j("{}" + this.a4(d, c, true));
|
|
3418
3468
|
this.h.j("\"");
|
|
3419
3469
|
return;
|
|
3420
3470
|
}
|
|
@@ -3425,10 +3475,10 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
|
|
|
3425
3475
|
this.h.j(b);
|
|
3426
3476
|
this.h.j("=");
|
|
3427
3477
|
this.h.j("\"");
|
|
3428
|
-
this.h.j(this.
|
|
3478
|
+
this.h.j(this.a4(d, c, true));
|
|
3429
3479
|
this.h.j("\"");
|
|
3430
3480
|
};
|
|
3431
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3481
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.ah = function (a) {
|
|
3432
3482
|
var b = a.c;
|
|
3433
3483
|
switch (b.a) {
|
|
3434
3484
|
case 3: return b.b;
|
|
@@ -3438,25 +3488,25 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
|
|
|
3438
3488
|
}
|
|
3439
3489
|
return b.b;
|
|
3440
3490
|
};
|
|
3441
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3491
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.a1 = function () {
|
|
3442
3492
|
return "{x:Null}";
|
|
3443
3493
|
};
|
|
3444
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3494
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.aw = function (a) {
|
|
3445
3495
|
return "{Binding ElementName=" + a.a.e + "}";
|
|
3446
3496
|
};
|
|
3447
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3497
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bt = function (a) {
|
|
3448
3498
|
a = stringReplace(a, "-", "_");
|
|
3449
3499
|
return CodeGeneratingComponentRenderer.e6(a);
|
|
3450
3500
|
};
|
|
3451
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3452
|
-
this.
|
|
3453
|
-
return "{Binding " + this.
|
|
3501
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.a2 = function (a) {
|
|
3502
|
+
this.bs(a);
|
|
3503
|
+
return "{Binding " + this.bt(a.a.e) + "}";
|
|
3454
3504
|
};
|
|
3455
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3505
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.bk = function (a, b, c, d) {
|
|
3456
3506
|
var e_10, _a;
|
|
3457
3507
|
this.h.j("<ig:");
|
|
3458
3508
|
{
|
|
3459
|
-
this.h.j(this.
|
|
3509
|
+
this.h.j(this.ar);
|
|
3460
3510
|
this.h.j(".");
|
|
3461
3511
|
}
|
|
3462
3512
|
this.h.j(b);
|
|
@@ -3498,13 +3548,13 @@ var WPFXamlCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@__PURE_
|
|
|
3498
3548
|
this.h.f();
|
|
3499
3549
|
this.h.j("</ig:");
|
|
3500
3550
|
{
|
|
3501
|
-
this.h.j(this.
|
|
3551
|
+
this.h.j(this.ar);
|
|
3502
3552
|
this.h.j(".");
|
|
3503
3553
|
}
|
|
3504
3554
|
this.h.j(b);
|
|
3505
3555
|
this.h.l(">");
|
|
3506
3556
|
};
|
|
3507
|
-
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3557
|
+
WPFXamlCodeGeneratingComponentRendererCodeEmitter.prototype.get_a8 = function () {
|
|
3508
3558
|
return "Xam";
|
|
3509
3559
|
};
|
|
3510
3560
|
WPFXamlCodeGeneratingComponentRendererCodeEmitter.$t = markType(WPFXamlCodeGeneratingComponentRendererCodeEmitter, 'WPFXamlCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
|
|
@@ -3519,7 +3569,7 @@ var WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
3519
3569
|
function WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b) {
|
|
3520
3570
|
return _super.call(this, a, b) || this;
|
|
3521
3571
|
}
|
|
3522
|
-
WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3572
|
+
WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.ba = function (a) {
|
|
3523
3573
|
if (a == null || isNaN_(a)) {
|
|
3524
3574
|
return "";
|
|
3525
3575
|
}
|
|
@@ -3538,7 +3588,7 @@ var WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter = /** @class */ /*@_
|
|
|
3538
3588
|
WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.i = function (a, b) {
|
|
3539
3589
|
return new WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter(a, b);
|
|
3540
3590
|
};
|
|
3541
|
-
WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.
|
|
3591
|
+
WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.prototype.get_z = function () {
|
|
3542
3592
|
return false;
|
|
3543
3593
|
};
|
|
3544
3594
|
WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter.$t = markType(WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter, 'WPFCodeBehindCodeGeneratingComponentRendererCodeEmitter', CodeGeneratingComponentRendererCodeEmitter.$);
|
|
@@ -4063,10 +4113,10 @@ var CodeGenerationContainer = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4063
4113
|
j.v(k, true);
|
|
4064
4114
|
var l = k.toString();
|
|
4065
4115
|
b.addContainerResult(this.id, l);
|
|
4066
|
-
k.
|
|
4067
|
-
k.
|
|
4068
|
-
k.
|
|
4069
|
-
k.
|
|
4116
|
+
k.bf(e);
|
|
4117
|
+
k.bi(f);
|
|
4118
|
+
k.be(g);
|
|
4119
|
+
k.bg(a, h);
|
|
4070
4120
|
}
|
|
4071
4121
|
}
|
|
4072
4122
|
catch (e_16_1) {
|
|
@@ -4182,31 +4232,31 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4182
4232
|
var c = this.n();
|
|
4183
4233
|
if (b) {
|
|
4184
4234
|
var d = this.q();
|
|
4185
|
-
a.
|
|
4235
|
+
a.a6 = d;
|
|
4186
4236
|
}
|
|
4187
4237
|
var e = false;
|
|
4188
4238
|
var f = false;
|
|
4189
4239
|
if (this.g.containsKey("Name")) {
|
|
4190
4240
|
e = true;
|
|
4191
|
-
a.
|
|
4241
|
+
a.bq(this.g.item("Name").c);
|
|
4192
4242
|
}
|
|
4193
4243
|
else if (this.g.containsKey("name")) {
|
|
4194
4244
|
e = true;
|
|
4195
|
-
a.
|
|
4245
|
+
a.bq(this.g.item("name").c);
|
|
4196
4246
|
}
|
|
4197
4247
|
else {
|
|
4198
4248
|
if (b && this.u != null) {
|
|
4199
4249
|
e = true;
|
|
4200
|
-
a.
|
|
4250
|
+
a.bq(this.u);
|
|
4201
4251
|
}
|
|
4202
4252
|
else if (this.f(this.c, a)) {
|
|
4203
4253
|
f = true;
|
|
4204
|
-
a.
|
|
4205
|
-
if (a.
|
|
4254
|
+
a.bp(c);
|
|
4255
|
+
if (a.z) {
|
|
4206
4256
|
this.h.add("name");
|
|
4207
4257
|
this.g.addItem("name", ((function () {
|
|
4208
4258
|
var $ret = new CodeGenerationItemBuilderPropertyInfo();
|
|
4209
|
-
$ret.c = a.
|
|
4259
|
+
$ret.c = a.aq;
|
|
4210
4260
|
return $ret;
|
|
4211
4261
|
})()));
|
|
4212
4262
|
}
|
|
@@ -4214,23 +4264,23 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4214
4264
|
this.h.add("Name");
|
|
4215
4265
|
this.g.addItem("Name", ((function () {
|
|
4216
4266
|
var $ret = new CodeGenerationItemBuilderPropertyInfo();
|
|
4217
|
-
$ret.c = a.
|
|
4267
|
+
$ret.c = a.aq;
|
|
4218
4268
|
return $ret;
|
|
4219
4269
|
})()));
|
|
4220
4270
|
}
|
|
4221
4271
|
}
|
|
4222
4272
|
}
|
|
4223
|
-
a.
|
|
4273
|
+
a.bd(this.r(), this.k, this.c);
|
|
4224
4274
|
var g = 0;
|
|
4225
4275
|
try {
|
|
4226
4276
|
for (var _c = __values(fromEnum(this.h)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
4227
4277
|
var h = _d.value;
|
|
4228
4278
|
var i = this.g.item(h);
|
|
4229
|
-
if (
|
|
4279
|
+
if (a.x(h, i, this.c)) {
|
|
4230
4280
|
continue;
|
|
4231
4281
|
}
|
|
4232
4282
|
if (this.e(a, h, i)) {
|
|
4233
|
-
a.
|
|
4283
|
+
a.bj(g, h, i, this.c);
|
|
4234
4284
|
g++;
|
|
4235
4285
|
}
|
|
4236
4286
|
}
|
|
@@ -4248,17 +4298,17 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4248
4298
|
throw e_17.error;
|
|
4249
4299
|
}
|
|
4250
4300
|
}
|
|
4251
|
-
a.
|
|
4301
|
+
a.br();
|
|
4252
4302
|
var j = 0;
|
|
4253
4303
|
try {
|
|
4254
4304
|
for (var _e = __values(fromEnum(this.h)), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
4255
4305
|
var k = _f.value;
|
|
4256
4306
|
var l = this.g.item(k);
|
|
4257
|
-
if (
|
|
4307
|
+
if (a.x(k, l, this.c)) {
|
|
4258
4308
|
continue;
|
|
4259
4309
|
}
|
|
4260
4310
|
if (!this.e(a, k, l)) {
|
|
4261
|
-
a.
|
|
4311
|
+
a.bk(j, k, l, this.c);
|
|
4262
4312
|
j++;
|
|
4263
4313
|
}
|
|
4264
4314
|
}
|
|
@@ -4276,19 +4326,22 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4276
4326
|
throw e_18.error;
|
|
4277
4327
|
}
|
|
4278
4328
|
}
|
|
4279
|
-
a.
|
|
4280
|
-
a.
|
|
4329
|
+
a.bl(j);
|
|
4330
|
+
a.bm(c);
|
|
4281
4331
|
if (e) {
|
|
4282
|
-
a.
|
|
4332
|
+
a.bo();
|
|
4283
4333
|
}
|
|
4284
4334
|
else {
|
|
4285
4335
|
if (f) {
|
|
4286
|
-
a.
|
|
4336
|
+
a.bn();
|
|
4287
4337
|
}
|
|
4288
4338
|
}
|
|
4289
4339
|
};
|
|
4290
4340
|
CodeGenerationItemBuilder.prototype.f = function (a, b) {
|
|
4291
4341
|
var e_19, _a;
|
|
4342
|
+
if (this.b == 2 && this.c.getMetadata(this.k, "__tagNameWC") != null) {
|
|
4343
|
+
return false;
|
|
4344
|
+
}
|
|
4292
4345
|
if (b.n) {
|
|
4293
4346
|
return true;
|
|
4294
4347
|
}
|
|
@@ -4440,6 +4493,9 @@ var CodeGenerationItemBuilder = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
4440
4493
|
var b = a.specificExternalType;
|
|
4441
4494
|
var c = b.split('.');
|
|
4442
4495
|
if (c.length > 2) {
|
|
4496
|
+
if (c[c.length - 2].toLowerCase() == "grids") {
|
|
4497
|
+
return "data-grids";
|
|
4498
|
+
}
|
|
4443
4499
|
return c[c.length - 2].toLowerCase();
|
|
4444
4500
|
}
|
|
4445
4501
|
}
|