igniteui-webcomponents-charts 4.3.2 → 4.3.3-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/License +1 -1
- package/bundles/igniteui-webcomponents-charts.umd.js +12498 -11820
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/AnchoredCategorySeriesInteractionManager.js +13 -13
- package/esm2015/lib/AnchoredCategorySeries_combined.js +25 -25
- package/esm2015/lib/AnchoredRadialBucketCalculator_combined.js +42 -42
- package/esm2015/lib/AngleAxisLabelPanel_combined.js +553 -550
- package/esm2015/lib/AnnotationLayer_combined.js +4 -4
- package/esm2015/lib/AreaSeries_combined.js +1 -1
- package/esm2015/lib/AxisAnnotationFrameManager.js +18 -18
- package/esm2015/lib/AxisAnnotationManager.js +28 -28
- package/esm2015/lib/AxisVisualDataManager.js +32 -32
- package/esm2015/lib/BarFramePreparer.js +8 -8
- package/esm2015/lib/BarSeries_combined.js +31 -31
- package/esm2015/lib/BarTrendFitCalculator.js +2 -2
- package/esm2015/lib/BarTrendLineManager.js +4 -4
- package/esm2015/lib/BollingerBandsOverlay_combined.js +12 -12
- package/esm2015/lib/BubbleSeries_combined.js +5 -5
- package/esm2015/lib/CalloutLayer_combined.js +13 -13
- package/esm2015/lib/CategoryBucketCalculator_combined.js +88 -86
- package/esm2015/lib/CategoryChart.js +380 -380
- package/esm2015/lib/CategoryChartToolbarProvider.js +14 -14
- package/esm2015/lib/CategoryDateTimeXAxis_combined.js +144 -141
- package/esm2015/lib/CategoryHighlightLayer_combined.js +6 -6
- package/esm2015/lib/CategoryItemHighlightLayer_combined.js +13 -13
- package/esm2015/lib/CategorySeriesInteractionManager.js +12 -12
- package/esm2015/lib/CategorySeriesRenderManager.js +5 -5
- package/esm2015/lib/CategoryToolTipLayer_combined.js +12 -12
- package/esm2015/lib/CategoryTransitionSourceFramePreparer.js +6 -6
- package/esm2015/lib/CategoryTrendLineManager.js +4 -4
- package/esm2015/lib/CategoryTrendLineManagerBase.js +20 -14
- package/esm2015/lib/CategoryTrendLineManagerFactory.js +2 -2
- package/esm2015/lib/CategoryXAxis_combined.js +240 -237
- package/esm2015/lib/CategoryYAxis_combined.js +220 -217
- package/esm2015/lib/ColumnSeries_combined.js +10 -10
- package/esm2015/lib/CustomIndicator.js +1 -1
- package/esm2015/lib/DataChartToolbarProvider.js +107 -82
- package/esm2015/lib/DataChartVisualDataManager.js +2 -2
- package/esm2015/lib/DataToolTipLayer_combined.js +17 -17
- package/esm2015/lib/DefaultProvidesViewport.js +3 -0
- package/esm2015/lib/DomainChartToolbarProvider.js +87 -64
- package/esm2015/lib/DomainChart_combined.js +678 -658
- package/esm2015/lib/ErrorBarsHelper.js +25 -25
- package/esm2015/lib/FinalValueLayer_combined.js +13 -11
- package/esm2015/lib/FinancialChart_combined.js +1260 -1260
- package/esm2015/lib/FinancialEventArgs_combined.js +52 -52
- package/esm2015/lib/FinancialIndicator_combined.js +68 -63
- package/esm2015/lib/FinancialOverlay.js +6 -6
- package/esm2015/lib/FinancialPriceSeries_combined.js +88 -83
- package/esm2015/lib/HighDensityScatterSeries_combined.js +28 -28
- package/esm2015/lib/HorizontalAnchoredCategorySeries.js +16 -16
- package/esm2015/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +2 -2
- package/esm2015/lib/HorizontalAxisView_combined.js +6 -6
- package/esm2015/lib/HorizontalRangeCategorySeries.js +9 -9
- package/esm2015/lib/ItemToolTipLayer_combined.js +1 -1
- package/esm2015/lib/LineSeries_combined.js +1 -1
- package/esm2015/lib/LogarithmicScaler.js +1 -1
- package/esm2015/lib/MarkerTemplates.js +4 -4
- package/esm2015/lib/NumericXAxis_combined.js +88 -85
- package/esm2015/lib/NumericYAxis_combined.js +89 -86
- package/esm2015/lib/OrdinalTimeXAxis.js +215 -212
- package/esm2015/lib/PercentChangeYAxis_combined.js +22 -19
- package/esm2015/lib/PolarAxes.js +13 -13
- package/esm2015/lib/PolarAxisInfoCache.js +6 -6
- package/esm2015/lib/PolarBase_combined.js +31 -31
- package/esm2015/lib/PolarLineSeriesBase_combined.js +3 -3
- package/esm2015/lib/PolarTrendLineManager.js +4 -4
- package/esm2015/lib/PreparationParams.js +9 -6
- package/esm2015/lib/PriceChannelOverlay_combined.js +10 -10
- package/esm2015/lib/RadialAreaSeries_combined.js +1 -1
- package/esm2015/lib/RadialAxes.js +2 -2
- package/esm2015/lib/RadialAxisLabelPanel_combined.js +3 -3
- package/esm2015/lib/RadialBucketCalculator_combined.js +23 -23
- package/esm2015/lib/RadialColumnSeries_combined.js +6 -6
- package/esm2015/lib/RadialLineSeries_combined.js +1 -1
- package/esm2015/lib/RadialPieSeries_combined.js +5 -5
- package/esm2015/lib/RadialTrendLineManager.js +8 -8
- package/esm2015/lib/RangeAreaSeries_combined.js +1 -1
- package/esm2015/lib/RangeCategoryBucketCalculator_combined.js +16 -16
- package/esm2015/lib/RangeCategoryFramePreparer.js +8 -8
- package/esm2015/lib/RangeColumnSeries_combined.js +6 -6
- package/esm2015/lib/ScatterAreaSeries_combined.js +5 -5
- package/esm2015/lib/ScatterBase_combined.js +74 -74
- package/esm2015/lib/ScatterContourSeries_combined.js +4 -4
- package/esm2015/lib/ScatterLineSeries.js +2 -2
- package/esm2015/lib/ScatterPolygonSeries_combined.js +26 -26
- package/esm2015/lib/ScatterSplineSeries.js +2 -2
- package/esm2015/lib/ScatterTrendLineManager.js +1 -1
- package/esm2015/lib/ScatterTriangulationSeries.js +11 -11
- package/esm2015/lib/SeriesInteractionManager.js +57 -57
- package/esm2015/lib/SeriesViewerInteractionManager.js +124 -124
- package/esm2015/lib/SeriesViewerScrollbarManager.js +4 -4
- package/esm2015/lib/SeriesViewerSurfaceViewer.js +9 -9
- package/esm2015/lib/SeriesViewer_combined.js +3760 -3621
- package/esm2015/lib/SeriesVisualDataManager.js +20 -20
- package/esm2015/lib/ShapeSeriesBase_combined.js +20 -20
- package/esm2015/lib/SortedReadOnlyDoubleCollection.js +78 -0
- package/esm2015/lib/SortingTrendLineManager.js +12 -18
- package/esm2015/lib/SplineAreaSeries_combined.js +1 -1
- package/esm2015/lib/SplineSeriesBase_combined.js +28 -28
- package/esm2015/lib/SplineSeries_combined.js +1 -1
- package/esm2015/lib/Stacked100BarBucketCalculator.js +2 -2
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +2 -2
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +155 -155
- package/esm2015/lib/StepAreaSeries_combined.js +2 -2
- package/esm2015/lib/StepLineSeries_combined.js +3 -3
- package/esm2015/lib/StraightNumericAxisBase_combined.js +72 -72
- package/esm2015/lib/StrategyBasedIndicator.js +2 -2
- package/esm2015/lib/TileZoomManager_combined.js +4 -4
- package/esm2015/lib/TimeAxisBase.js +238 -232
- package/esm2015/lib/TimeXAxis.js +251 -248
- package/esm2015/lib/TrendFitCalculator.js +2 -2
- package/esm2015/lib/TrendLineManagerBase$1.js +1 -1
- package/esm2015/lib/TrendResolutionParams.js +6 -4
- package/esm2015/lib/ValueLayer_combined.js +4 -4
- package/esm2015/lib/ValueOverlay_combined.js +23 -23
- package/esm2015/lib/VerticalAnchoredCategorySeries.js +11 -11
- package/esm2015/lib/VerticalAnchoredCategorySeriesInteractionManager.js +5 -5
- package/esm2015/lib/WaterfallSeries_combined.js +5 -5
- package/esm2015/lib/XYChart.js +710 -710
- package/esm2015/lib/igc-assigning-series-style-event-args-base.js +6 -0
- package/esm2015/lib/igc-axis-annotation.js +6 -0
- package/esm2015/lib/igc-axis-component.js +213 -209
- package/esm2015/lib/igc-axis-range-changed-event-args.js +6 -0
- package/esm2015/lib/igc-brush-scale-component.js +3 -0
- package/esm2015/lib/igc-callout-annotation.js +6 -0
- package/esm2015/lib/igc-callout-content-updating-event-args.js +6 -0
- package/esm2015/lib/igc-callout-label-updating-event-args.js +6 -0
- package/esm2015/lib/igc-callout-render-style-updating-event-args.js +6 -0
- package/esm2015/lib/igc-callout-series-selecting-event-args.js +6 -0
- package/esm2015/lib/igc-callout-style-updating-event-args.js +6 -0
- package/esm2015/lib/igc-category-angle-axis-component.js +17 -17
- package/esm2015/lib/igc-category-axis-base-component.js +31 -27
- package/esm2015/lib/igc-category-chart-component.js +126 -126
- package/esm2015/lib/igc-category-date-time-x-axis-component.js +20 -20
- package/esm2015/lib/igc-category-x-axis-component.js +16 -16
- package/esm2015/lib/igc-category-y-axis-component.js +18 -18
- package/esm2015/lib/igc-chart-cursor-event-args.js +3 -0
- package/esm2015/lib/igc-chart-mouse-event-args.js +3 -0
- package/esm2015/lib/igc-chart-series-event-args.js +3 -0
- package/esm2015/lib/igc-chart-summary-description.js +6 -0
- package/esm2015/lib/igc-color-scale-component.js +3 -0
- package/esm2015/lib/igc-column-supporting-calculation.js +3 -0
- package/esm2015/lib/igc-contour-value-resolver-component.js +3 -0
- package/esm2015/lib/igc-custom-contour-value-resolver-event-args.js +3 -0
- package/esm2015/lib/igc-data-chart-component.js +95 -95
- package/esm2015/lib/igc-data-chart-mouse-button-event-args.js +3 -0
- package/esm2015/lib/igc-data-legend-styling-column-event-args.js +6 -0
- package/esm2015/lib/igc-data-legend-styling-row-event-args.js +6 -0
- package/esm2015/lib/igc-data-legend-summary-event-args.js +3 -0
- package/esm2015/lib/igc-data-source-supporting-calculation.js +3 -0
- package/esm2015/lib/igc-domain-chart-component.js +268 -271
- package/esm2015/lib/igc-domain-chart-series-pointer-event-args.js +3 -0
- package/esm2015/lib/igc-financial-calculation-supporting-calculations.js +6 -0
- package/esm2015/lib/igc-financial-chart-component.js +159 -159
- package/esm2015/lib/igc-funnel-data-context.js +6 -0
- package/esm2015/lib/igc-funnel-slice-clicked-event-args.js +6 -0
- package/esm2015/lib/igc-funnel-slice-event-args.js +6 -0
- package/esm2015/lib/igc-highlighting-info.js +6 -0
- package/esm2015/lib/igc-hole-dimensions-changed-event-args.js +3 -0
- package/esm2015/lib/igc-label-click-event-args.js +3 -0
- package/esm2015/lib/igc-legend-mouse-button-event-args.js +3 -0
- package/esm2015/lib/igc-legend-mouse-event-args.js +3 -0
- package/esm2015/lib/igc-numeric-angle-axis-component.js +4 -4
- package/esm2015/lib/igc-numeric-axis-base-component.js +72 -68
- package/esm2015/lib/igc-numeric-radius-axis-component.js +9 -9
- package/esm2015/lib/igc-numeric-x-axis-component.js +1 -1
- package/esm2015/lib/igc-numeric-y-axis-component.js +2 -2
- package/esm2015/lib/igc-ordinal-time-x-axis-component.js +7 -7
- package/esm2015/lib/igc-pie-chart-base-component.js +3 -0
- package/esm2015/lib/igc-pie-slice-others-context.js +6 -0
- package/esm2015/lib/igc-plot-area-mouse-button-event-args.js +3 -0
- package/esm2015/lib/igc-plot-area-mouse-event-args.js +3 -0
- package/esm2015/lib/igc-progressive-load-status-event-args.js +3 -0
- package/esm2015/lib/igc-refresh-completed-event-args.js +6 -0
- package/esm2015/lib/igc-render-requested-event-args.js +6 -0
- package/esm2015/lib/igc-ring.js +6 -0
- package/esm2015/lib/igc-scaler-params.js +3 -0
- package/esm2015/lib/igc-selected-item-changed-event-args.js +3 -0
- package/esm2015/lib/igc-selected-items-changed-event-args.js +3 -0
- package/esm2015/lib/igc-series-component.js +4 -0
- package/esm2015/lib/igc-series-viewer-component.js +289 -257
- package/esm2015/lib/igc-series-viewer-manipulation-event-args.js +6 -0
- package/esm2015/lib/igc-size-scale-component.js +3 -0
- package/esm2015/lib/igc-slice-click-event-args.js +3 -0
- package/esm2015/lib/igc-slice-event-args.js +3 -0
- package/esm2015/lib/igc-stacked-series-created-event-args.js +3 -0
- package/esm2015/lib/igc-straight-numeric-axis-base-component.js +3 -3
- package/esm2015/lib/igc-time-axis-base-component.js +10 -6
- package/esm2015/lib/igc-time-x-axis-component.js +6 -6
- package/esm2015/lib/igc-treemap-node-pointer-event-args.js +6 -0
- package/esm2015/lib/igc-treemap-node-style-component.js +3 -0
- package/esm2015/lib/igc-treemap-node-styling-event-args.js +6 -0
- package/esm2015/lib/igc-xy-chart-component.js +218 -218
- package/esm2015/lib/igc-zoom-slider-resolving-axis-value-event-args.js +6 -0
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/AnchoredCategorySeriesInteractionManager.js +13 -13
- package/esm5/lib/AnchoredCategorySeries_combined.js +25 -25
- package/esm5/lib/AnchoredRadialBucketCalculator_combined.js +42 -42
- package/esm5/lib/AngleAxisLabelPanel_combined.js +549 -546
- package/esm5/lib/AnnotationLayer_combined.js +4 -4
- package/esm5/lib/AreaSeries_combined.js +1 -1
- package/esm5/lib/AxisAnnotationFrameManager.js +18 -18
- package/esm5/lib/AxisAnnotationManager.js +28 -28
- package/esm5/lib/AxisVisualDataManager.js +32 -32
- package/esm5/lib/BarFramePreparer.js +8 -8
- package/esm5/lib/BarSeries_combined.js +31 -31
- package/esm5/lib/BarTrendFitCalculator.js +2 -2
- package/esm5/lib/BarTrendLineManager.js +4 -4
- package/esm5/lib/BollingerBandsOverlay_combined.js +12 -12
- package/esm5/lib/BubbleSeries_combined.js +5 -5
- package/esm5/lib/CalloutLayer_combined.js +13 -13
- package/esm5/lib/CategoryBucketCalculator_combined.js +88 -86
- package/esm5/lib/CategoryChart.js +371 -371
- package/esm5/lib/CategoryChartToolbarProvider.js +14 -14
- package/esm5/lib/CategoryDateTimeXAxis_combined.js +140 -137
- package/esm5/lib/CategoryHighlightLayer_combined.js +6 -6
- package/esm5/lib/CategoryItemHighlightLayer_combined.js +13 -13
- package/esm5/lib/CategorySeriesInteractionManager.js +12 -12
- package/esm5/lib/CategorySeriesRenderManager.js +5 -5
- package/esm5/lib/CategoryToolTipLayer_combined.js +12 -12
- package/esm5/lib/CategoryTransitionSourceFramePreparer.js +6 -6
- package/esm5/lib/CategoryTrendLineManager.js +4 -4
- package/esm5/lib/CategoryTrendLineManagerBase.js +20 -14
- package/esm5/lib/CategoryTrendLineManagerFactory.js +2 -2
- package/esm5/lib/CategoryXAxis_combined.js +239 -236
- package/esm5/lib/CategoryYAxis_combined.js +219 -216
- package/esm5/lib/ColumnSeries_combined.js +10 -10
- package/esm5/lib/CustomIndicator.js +1 -1
- package/esm5/lib/DataChartToolbarProvider.js +107 -82
- package/esm5/lib/DataChartVisualDataManager.js +2 -2
- package/esm5/lib/DataToolTipLayer_combined.js +17 -17
- package/esm5/lib/DefaultProvidesViewport.js +3 -0
- package/esm5/lib/DomainChartToolbarProvider.js +87 -64
- package/esm5/lib/DomainChart_combined.js +667 -639
- package/esm5/lib/ErrorBarsHelper.js +25 -25
- package/esm5/lib/FinalValueLayer_combined.js +13 -11
- package/esm5/lib/FinancialChart_combined.js +1239 -1239
- package/esm5/lib/FinancialEventArgs_combined.js +52 -52
- package/esm5/lib/FinancialIndicator_combined.js +68 -63
- package/esm5/lib/FinancialOverlay.js +6 -6
- package/esm5/lib/FinancialPriceSeries_combined.js +88 -83
- package/esm5/lib/HighDensityScatterSeries_combined.js +28 -28
- package/esm5/lib/HorizontalAnchoredCategorySeries.js +16 -16
- package/esm5/lib/HorizontalAnchoredCategorySeriesInteractionManager.js +2 -2
- package/esm5/lib/HorizontalAxisView_combined.js +6 -6
- package/esm5/lib/HorizontalRangeCategorySeries.js +9 -9
- package/esm5/lib/ItemToolTipLayer_combined.js +1 -1
- package/esm5/lib/LineSeries_combined.js +1 -1
- package/esm5/lib/LogarithmicScaler.js +1 -1
- package/esm5/lib/MarkerTemplates.js +4 -4
- package/esm5/lib/NumericXAxis_combined.js +88 -85
- package/esm5/lib/NumericYAxis_combined.js +89 -86
- package/esm5/lib/OrdinalTimeXAxis.js +213 -210
- package/esm5/lib/PercentChangeYAxis_combined.js +22 -19
- package/esm5/lib/PolarAxes.js +13 -13
- package/esm5/lib/PolarAxisInfoCache.js +6 -6
- package/esm5/lib/PolarBase_combined.js +31 -31
- package/esm5/lib/PolarLineSeriesBase_combined.js +3 -3
- package/esm5/lib/PolarTrendLineManager.js +4 -4
- package/esm5/lib/PreparationParams.js +9 -6
- package/esm5/lib/PriceChannelOverlay_combined.js +10 -10
- package/esm5/lib/RadialAreaSeries_combined.js +1 -1
- package/esm5/lib/RadialAxes.js +2 -2
- package/esm5/lib/RadialAxisLabelPanel_combined.js +3 -3
- package/esm5/lib/RadialBucketCalculator_combined.js +23 -23
- package/esm5/lib/RadialColumnSeries_combined.js +6 -6
- package/esm5/lib/RadialLineSeries_combined.js +1 -1
- package/esm5/lib/RadialPieSeries_combined.js +5 -5
- package/esm5/lib/RadialTrendLineManager.js +8 -8
- package/esm5/lib/RangeAreaSeries_combined.js +1 -1
- package/esm5/lib/RangeCategoryBucketCalculator_combined.js +16 -16
- package/esm5/lib/RangeCategoryFramePreparer.js +8 -8
- package/esm5/lib/RangeColumnSeries_combined.js +6 -6
- package/esm5/lib/ScatterAreaSeries_combined.js +5 -5
- package/esm5/lib/ScatterBase_combined.js +74 -74
- package/esm5/lib/ScatterContourSeries_combined.js +4 -4
- package/esm5/lib/ScatterLineSeries.js +2 -2
- package/esm5/lib/ScatterPolygonSeries_combined.js +26 -26
- package/esm5/lib/ScatterSplineSeries.js +2 -2
- package/esm5/lib/ScatterTrendLineManager.js +1 -1
- package/esm5/lib/ScatterTriangulationSeries.js +11 -11
- package/esm5/lib/SeriesInteractionManager.js +57 -57
- package/esm5/lib/SeriesViewerInteractionManager.js +124 -124
- package/esm5/lib/SeriesViewerScrollbarManager.js +4 -4
- package/esm5/lib/SeriesViewerSurfaceViewer.js +9 -9
- package/esm5/lib/SeriesViewer_combined.js +3730 -3570
- package/esm5/lib/SeriesVisualDataManager.js +20 -20
- package/esm5/lib/ShapeSeriesBase_combined.js +20 -20
- package/esm5/lib/SortedReadOnlyDoubleCollection.js +105 -0
- package/esm5/lib/SortingTrendLineManager.js +12 -18
- package/esm5/lib/SplineAreaSeries_combined.js +1 -1
- package/esm5/lib/SplineSeriesBase_combined.js +28 -28
- package/esm5/lib/SplineSeries_combined.js +1 -1
- package/esm5/lib/Stacked100BarBucketCalculator.js +2 -2
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +2 -2
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +155 -155
- package/esm5/lib/StepAreaSeries_combined.js +2 -2
- package/esm5/lib/StepLineSeries_combined.js +3 -3
- package/esm5/lib/StraightNumericAxisBase_combined.js +70 -70
- package/esm5/lib/StrategyBasedIndicator.js +2 -2
- package/esm5/lib/TileZoomManager_combined.js +4 -4
- package/esm5/lib/TimeAxisBase.js +234 -228
- package/esm5/lib/TimeXAxis.js +249 -246
- package/esm5/lib/TrendFitCalculator.js +2 -2
- package/esm5/lib/TrendLineManagerBase$1.js +1 -1
- package/esm5/lib/TrendResolutionParams.js +6 -4
- package/esm5/lib/ValueLayer_combined.js +4 -4
- package/esm5/lib/ValueOverlay_combined.js +23 -23
- package/esm5/lib/VerticalAnchoredCategorySeries.js +11 -11
- package/esm5/lib/VerticalAnchoredCategorySeriesInteractionManager.js +5 -5
- package/esm5/lib/WaterfallSeries_combined.js +5 -5
- package/esm5/lib/XYChart.js +675 -675
- package/esm5/lib/igc-assigning-series-style-event-args-base.js +6 -0
- package/esm5/lib/igc-axis-annotation.js +6 -0
- package/esm5/lib/igc-axis-component.js +213 -209
- package/esm5/lib/igc-axis-range-changed-event-args.js +6 -0
- package/esm5/lib/igc-brush-scale-component.js +3 -0
- package/esm5/lib/igc-callout-annotation.js +6 -0
- package/esm5/lib/igc-callout-content-updating-event-args.js +6 -0
- package/esm5/lib/igc-callout-label-updating-event-args.js +6 -0
- package/esm5/lib/igc-callout-render-style-updating-event-args.js +6 -0
- package/esm5/lib/igc-callout-series-selecting-event-args.js +6 -0
- package/esm5/lib/igc-callout-style-updating-event-args.js +6 -0
- package/esm5/lib/igc-category-angle-axis-component.js +17 -17
- package/esm5/lib/igc-category-axis-base-component.js +31 -27
- package/esm5/lib/igc-category-chart-component.js +126 -126
- package/esm5/lib/igc-category-date-time-x-axis-component.js +20 -20
- package/esm5/lib/igc-category-x-axis-component.js +16 -16
- package/esm5/lib/igc-category-y-axis-component.js +18 -18
- package/esm5/lib/igc-chart-cursor-event-args.js +3 -0
- package/esm5/lib/igc-chart-mouse-event-args.js +3 -0
- package/esm5/lib/igc-chart-series-event-args.js +3 -0
- package/esm5/lib/igc-chart-summary-description.js +6 -0
- package/esm5/lib/igc-color-scale-component.js +3 -0
- package/esm5/lib/igc-column-supporting-calculation.js +3 -0
- package/esm5/lib/igc-contour-value-resolver-component.js +3 -0
- package/esm5/lib/igc-custom-contour-value-resolver-event-args.js +3 -0
- package/esm5/lib/igc-data-chart-component.js +95 -95
- package/esm5/lib/igc-data-chart-mouse-button-event-args.js +3 -0
- package/esm5/lib/igc-data-legend-styling-column-event-args.js +6 -0
- package/esm5/lib/igc-data-legend-styling-row-event-args.js +6 -0
- package/esm5/lib/igc-data-legend-summary-event-args.js +3 -0
- package/esm5/lib/igc-data-source-supporting-calculation.js +3 -0
- package/esm5/lib/igc-domain-chart-component.js +268 -271
- package/esm5/lib/igc-domain-chart-series-pointer-event-args.js +3 -0
- package/esm5/lib/igc-financial-calculation-supporting-calculations.js +6 -0
- package/esm5/lib/igc-financial-chart-component.js +159 -159
- package/esm5/lib/igc-funnel-data-context.js +6 -0
- package/esm5/lib/igc-funnel-slice-clicked-event-args.js +6 -0
- package/esm5/lib/igc-funnel-slice-event-args.js +6 -0
- package/esm5/lib/igc-highlighting-info.js +6 -0
- package/esm5/lib/igc-hole-dimensions-changed-event-args.js +3 -0
- package/esm5/lib/igc-label-click-event-args.js +3 -0
- package/esm5/lib/igc-legend-mouse-button-event-args.js +3 -0
- package/esm5/lib/igc-legend-mouse-event-args.js +3 -0
- package/esm5/lib/igc-numeric-angle-axis-component.js +4 -4
- package/esm5/lib/igc-numeric-axis-base-component.js +72 -68
- package/esm5/lib/igc-numeric-radius-axis-component.js +9 -9
- package/esm5/lib/igc-numeric-x-axis-component.js +1 -1
- package/esm5/lib/igc-numeric-y-axis-component.js +2 -2
- package/esm5/lib/igc-ordinal-time-x-axis-component.js +7 -7
- package/esm5/lib/igc-pie-chart-base-component.js +3 -0
- package/esm5/lib/igc-pie-slice-others-context.js +6 -0
- package/esm5/lib/igc-plot-area-mouse-button-event-args.js +3 -0
- package/esm5/lib/igc-plot-area-mouse-event-args.js +3 -0
- package/esm5/lib/igc-progressive-load-status-event-args.js +3 -0
- package/esm5/lib/igc-refresh-completed-event-args.js +6 -0
- package/esm5/lib/igc-render-requested-event-args.js +6 -0
- package/esm5/lib/igc-ring.js +6 -0
- package/esm5/lib/igc-scaler-params.js +3 -0
- package/esm5/lib/igc-selected-item-changed-event-args.js +3 -0
- package/esm5/lib/igc-selected-items-changed-event-args.js +3 -0
- package/esm5/lib/igc-series-component.js +4 -0
- package/esm5/lib/igc-series-viewer-component.js +294 -257
- package/esm5/lib/igc-series-viewer-manipulation-event-args.js +6 -0
- package/esm5/lib/igc-size-scale-component.js +3 -0
- package/esm5/lib/igc-slice-click-event-args.js +3 -0
- package/esm5/lib/igc-slice-event-args.js +3 -0
- package/esm5/lib/igc-stacked-series-created-event-args.js +3 -0
- package/esm5/lib/igc-straight-numeric-axis-base-component.js +3 -3
- package/esm5/lib/igc-time-axis-base-component.js +10 -6
- package/esm5/lib/igc-time-x-axis-component.js +6 -6
- package/esm5/lib/igc-treemap-node-pointer-event-args.js +6 -0
- package/esm5/lib/igc-treemap-node-style-component.js +3 -0
- package/esm5/lib/igc-treemap-node-styling-event-args.js +6 -0
- package/esm5/lib/igc-xy-chart-component.js +218 -218
- package/esm5/lib/igc-zoom-slider-resolving-axis-value-event-args.js +6 -0
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-charts.js +12564 -11946
- package/fesm5/igniteui-webcomponents-charts.js +12499 -11822
- package/lib/AngleAxisLabelPanel_combined.d.ts +116 -115
- package/lib/CategoryChart.d.ts +100 -100
- package/lib/CategoryChartToolbarProvider.d.ts +4 -4
- package/lib/CategoryDateTimeXAxis_combined.d.ts +31 -30
- package/lib/CategoryXAxis_combined.d.ts +42 -41
- package/lib/CategoryYAxis_combined.d.ts +40 -39
- package/lib/DataChartToolbarProvider.d.ts +19 -15
- package/lib/DefaultProvidesViewport.d.ts +1 -0
- package/lib/DomainChartToolbarProvider.d.ts +21 -17
- package/lib/DomainChart_combined.d.ts +139 -131
- package/lib/FinancialChart_combined.d.ts +249 -249
- package/lib/IProvidesViewport.d.ts +1 -0
- package/lib/IScaler.d.ts +5 -4
- package/lib/NumericXAxis_combined.d.ts +21 -20
- package/lib/NumericYAxis_combined.d.ts +21 -20
- package/lib/OrdinalTimeXAxis.d.ts +51 -50
- package/lib/PercentChangeYAxis_combined.d.ts +9 -8
- package/lib/PreparationParams.d.ts +9 -6
- package/lib/SeriesViewer_combined.d.ts +1049 -1023
- package/lib/SortedReadOnlyDoubleCollection.d.ts +24 -0
- package/lib/SortingTrendLineManager.d.ts +2 -3
- package/lib/StraightNumericAxisBase_combined.d.ts +22 -22
- package/lib/TimeAxisBase.d.ts +51 -49
- package/lib/TimeXAxis.d.ts +59 -58
- package/lib/TrendResolutionParams.d.ts +6 -4
- package/lib/XYChart.d.ts +189 -189
- package/lib/igc-axis-component.d.ts +4 -3
- package/lib/igc-category-axis-base-component.d.ts +1 -0
- package/lib/igc-domain-chart-component.d.ts +0 -2
- package/lib/igc-numeric-axis-base-component.d.ts +1 -0
- package/lib/igc-series-component.d.ts +1 -0
- package/lib/igc-series-viewer-component.d.ts +10 -2
- package/lib/igc-time-axis-base-component.d.ts +1 -0
- package/package.json +2 -2
- package/public_api.d.ts +1 -0
|
@@ -25,6 +25,7 @@ import { IgcChartMouseEventArgs } from "./igc-chart-mouse-event-args";
|
|
|
25
25
|
import { IgcSeriesViewerManipulationEventArgs } from "./igc-series-viewer-manipulation-event-args";
|
|
26
26
|
import { IgcRectChangedEventArgs } from "igniteui-webcomponents-core";
|
|
27
27
|
import { IgcRefreshCompletedEventArgs } from "./igc-refresh-completed-event-args";
|
|
28
|
+
import { IgcImageCapturedEventArgs } from "igniteui-webcomponents-core";
|
|
28
29
|
import { TypeRegistrar } from "igniteui-webcomponents-core";
|
|
29
30
|
import { NamePatcher, getAllPropertyNames, fromSpinal, toSpinal, toBrushCollection, fromBrushCollection, brushCollectionToString, ensureEnum, enumToString, fromPoint, toPoint, pointToString, ensureBool, brushToString, stringToBrush, fromRect, toRect, rectToString, initializePropertiesFromCss } from "igniteui-webcomponents-core";
|
|
30
31
|
/**
|
|
@@ -81,12 +82,17 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81
82
|
_this._gridAreaRectChanged_wrapped = null;
|
|
82
83
|
_this._refreshCompleted = null;
|
|
83
84
|
_this._refreshCompleted_wrapped = null;
|
|
85
|
+
_this._imageCaptured = null;
|
|
86
|
+
_this._imageCaptured_wrapped = null;
|
|
84
87
|
if (_this._styling) {
|
|
85
88
|
NamePatcher.ensureStylablePatched(Object.getPrototypeOf(_this));
|
|
86
89
|
}
|
|
87
90
|
_this._implementation = _this.createImplementation();
|
|
88
91
|
_this._implementation.externalObject = _this;
|
|
89
92
|
_this.onImplementationCreated();
|
|
93
|
+
if (_this._initializeAdapters) {
|
|
94
|
+
_this._initializeAdapters();
|
|
95
|
+
}
|
|
90
96
|
return _this;
|
|
91
97
|
}
|
|
92
98
|
IgcSeriesViewerComponent.prototype.createImplementation = function () {
|
|
@@ -281,11 +287,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
281
287
|
* ```
|
|
282
288
|
*/
|
|
283
289
|
get: function () {
|
|
284
|
-
return fromPoint(this.i.
|
|
290
|
+
return fromPoint(this.i.ta);
|
|
285
291
|
},
|
|
286
292
|
set: function (v) {
|
|
287
|
-
this.i.
|
|
288
|
-
this._a("crosshairPoint", pointToString(this.i.
|
|
293
|
+
this.i.ta = toPoint(v);
|
|
294
|
+
this._a("crosshairPoint", pointToString(this.i.ta));
|
|
289
295
|
},
|
|
290
296
|
enumerable: false,
|
|
291
297
|
configurable: true
|
|
@@ -301,11 +307,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
301
307
|
* ```
|
|
302
308
|
*/
|
|
303
309
|
get: function () {
|
|
304
|
-
return this.i.
|
|
310
|
+
return this.i.dt;
|
|
305
311
|
},
|
|
306
312
|
set: function (v) {
|
|
307
|
-
this.i.
|
|
308
|
-
this._a("animateSeriesWhenAxisRangeChanges", this.i.
|
|
313
|
+
this.i.dt = ensureBool(v);
|
|
314
|
+
this._a("animateSeriesWhenAxisRangeChanges", this.i.dt);
|
|
309
315
|
},
|
|
310
316
|
enumerable: false,
|
|
311
317
|
configurable: true
|
|
@@ -315,11 +321,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
315
321
|
* Gets or sets whether to sync the vertical aspect of the window with the contained series content. This is only supported for a subset of the available series.
|
|
316
322
|
*/
|
|
317
323
|
get: function () {
|
|
318
|
-
return this.i.
|
|
324
|
+
return this.i.eq;
|
|
319
325
|
},
|
|
320
326
|
set: function (v) {
|
|
321
|
-
this.i.
|
|
322
|
-
this._a("isWindowSyncedToVisibleRange", this.i.
|
|
327
|
+
this.i.eq = ensureBool(v);
|
|
328
|
+
this._a("isWindowSyncedToVisibleRange", this.i.eq);
|
|
323
329
|
},
|
|
324
330
|
enumerable: false,
|
|
325
331
|
configurable: true
|
|
@@ -329,11 +335,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
329
335
|
* Gets or sets whether calling SimulateHover should shift the crosshair point.
|
|
330
336
|
*/
|
|
331
337
|
get: function () {
|
|
332
|
-
return this.i.
|
|
338
|
+
return this.i.fb;
|
|
333
339
|
},
|
|
334
340
|
set: function (v) {
|
|
335
|
-
this.i.
|
|
336
|
-
this._a("shouldSimulateHoverMoveCrosshairPoint", this.i.
|
|
341
|
+
this.i.fb = ensureBool(v);
|
|
342
|
+
this._a("shouldSimulateHoverMoveCrosshairPoint", this.i.fb);
|
|
337
343
|
},
|
|
338
344
|
enumerable: false,
|
|
339
345
|
configurable: true
|
|
@@ -413,11 +419,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
413
419
|
* Gets or sets the fill to use for the horizontal scrollbar in the component, when enabled.
|
|
414
420
|
*/
|
|
415
421
|
get: function () {
|
|
416
|
-
return brushToString(this.i.
|
|
422
|
+
return brushToString(this.i.sy);
|
|
417
423
|
},
|
|
418
424
|
set: function (v) {
|
|
419
|
-
this.i.
|
|
420
|
-
this._a("horizontalViewScrollbarFill", brushToString(this.i.
|
|
425
|
+
this.i.sy = stringToBrush(v);
|
|
426
|
+
this._a("horizontalViewScrollbarFill", brushToString(this.i.sy));
|
|
421
427
|
},
|
|
422
428
|
enumerable: false,
|
|
423
429
|
configurable: true
|
|
@@ -427,11 +433,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
427
433
|
* Gets or sets the outline to use for the horizontal scrollbar in the component, when enabled.
|
|
428
434
|
*/
|
|
429
435
|
get: function () {
|
|
430
|
-
return brushToString(this.i.
|
|
436
|
+
return brushToString(this.i.sz);
|
|
431
437
|
},
|
|
432
438
|
set: function (v) {
|
|
433
|
-
this.i.
|
|
434
|
-
this._a("horizontalViewScrollbarOutline", brushToString(this.i.
|
|
439
|
+
this.i.sz = stringToBrush(v);
|
|
440
|
+
this._a("horizontalViewScrollbarOutline", brushToString(this.i.sz));
|
|
435
441
|
},
|
|
436
442
|
enumerable: false,
|
|
437
443
|
configurable: true
|
|
@@ -441,11 +447,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
441
447
|
* Gets or sets the stroke thickness to use for the horizontal scrollbar in the component, when enabled.
|
|
442
448
|
*/
|
|
443
449
|
get: function () {
|
|
444
|
-
return this.i.
|
|
450
|
+
return this.i.gv;
|
|
445
451
|
},
|
|
446
452
|
set: function (v) {
|
|
447
|
-
this.i.
|
|
448
|
-
this._a("horizontalViewScrollbarStrokeThickness", this.i.
|
|
453
|
+
this.i.gv = +v;
|
|
454
|
+
this._a("horizontalViewScrollbarStrokeThickness", this.i.gv);
|
|
449
455
|
},
|
|
450
456
|
enumerable: false,
|
|
451
457
|
configurable: true
|
|
@@ -455,11 +461,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
455
461
|
* Gets or sets the max opacity to use for the horizontal scrollbar in the component, when enabled.
|
|
456
462
|
*/
|
|
457
463
|
get: function () {
|
|
458
|
-
return this.i.
|
|
464
|
+
return this.i.gu;
|
|
459
465
|
},
|
|
460
466
|
set: function (v) {
|
|
461
|
-
this.i.
|
|
462
|
-
this._a("horizontalViewScrollbarMaxOpacity", this.i.
|
|
467
|
+
this.i.gu = +v;
|
|
468
|
+
this._a("horizontalViewScrollbarMaxOpacity", this.i.gu);
|
|
463
469
|
},
|
|
464
470
|
enumerable: false,
|
|
465
471
|
configurable: true
|
|
@@ -469,11 +475,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
469
475
|
* Gets or sets the corner radius to use for the horizontal scrollbar in the component, when enabled.
|
|
470
476
|
*/
|
|
471
477
|
get: function () {
|
|
472
|
-
return this.i.
|
|
478
|
+
return this.i.gr;
|
|
473
479
|
},
|
|
474
480
|
set: function (v) {
|
|
475
|
-
this.i.
|
|
476
|
-
this._a("horizontalViewScrollbarCornerRadius", this.i.
|
|
481
|
+
this.i.gr = +v;
|
|
482
|
+
this._a("horizontalViewScrollbarCornerRadius", this.i.gr);
|
|
477
483
|
},
|
|
478
484
|
enumerable: false,
|
|
479
485
|
configurable: true
|
|
@@ -483,11 +489,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
483
489
|
* Gets or sets the height to use for the horizontal scrollbar in the component, when enabled.
|
|
484
490
|
*/
|
|
485
491
|
get: function () {
|
|
486
|
-
return this.i.
|
|
492
|
+
return this.i.gs;
|
|
487
493
|
},
|
|
488
494
|
set: function (v) {
|
|
489
|
-
this.i.
|
|
490
|
-
this._a("horizontalViewScrollbarHeight", this.i.
|
|
495
|
+
this.i.gs = +v;
|
|
496
|
+
this._a("horizontalViewScrollbarHeight", this.i.gs);
|
|
491
497
|
},
|
|
492
498
|
enumerable: false,
|
|
493
499
|
configurable: true
|
|
@@ -497,11 +503,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
497
503
|
* Gets or sets the inset distance to use for the horizontal scrollbar in the component, when enabled.
|
|
498
504
|
*/
|
|
499
505
|
get: function () {
|
|
500
|
-
return this.i.
|
|
506
|
+
return this.i.gt;
|
|
501
507
|
},
|
|
502
508
|
set: function (v) {
|
|
503
|
-
this.i.
|
|
504
|
-
this._a("horizontalViewScrollbarInset", this.i.
|
|
509
|
+
this.i.gt = +v;
|
|
510
|
+
this._a("horizontalViewScrollbarInset", this.i.gt);
|
|
505
511
|
},
|
|
506
512
|
enumerable: false,
|
|
507
513
|
configurable: true
|
|
@@ -511,11 +517,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
511
517
|
* Gets or sets the track start inset to use for the horizontal scrollbar in the component, when enabled.
|
|
512
518
|
*/
|
|
513
519
|
get: function () {
|
|
514
|
-
return this.i.
|
|
520
|
+
return this.i.gx;
|
|
515
521
|
},
|
|
516
522
|
set: function (v) {
|
|
517
|
-
this.i.
|
|
518
|
-
this._a("horizontalViewScrollbarTrackStartInset", this.i.
|
|
523
|
+
this.i.gx = +v;
|
|
524
|
+
this._a("horizontalViewScrollbarTrackStartInset", this.i.gx);
|
|
519
525
|
},
|
|
520
526
|
enumerable: false,
|
|
521
527
|
configurable: true
|
|
@@ -525,11 +531,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
525
531
|
* Gets or sets the track end inset to use for the horizontal scrollbar in the component, when enabled.
|
|
526
532
|
*/
|
|
527
533
|
get: function () {
|
|
528
|
-
return this.i.
|
|
534
|
+
return this.i.gw;
|
|
529
535
|
},
|
|
530
536
|
set: function (v) {
|
|
531
|
-
this.i.
|
|
532
|
-
this._a("horizontalViewScrollbarTrackEndInset", this.i.
|
|
537
|
+
this.i.gw = +v;
|
|
538
|
+
this._a("horizontalViewScrollbarTrackEndInset", this.i.gw);
|
|
533
539
|
},
|
|
534
540
|
enumerable: false,
|
|
535
541
|
configurable: true
|
|
@@ -539,11 +545,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
539
545
|
* Gets or sets whether to use automatic track insets for the horizontal scrollbar in the component, when enabled.
|
|
540
546
|
*/
|
|
541
547
|
get: function () {
|
|
542
|
-
return this.i.
|
|
548
|
+
return this.i.d6;
|
|
543
549
|
},
|
|
544
550
|
set: function (v) {
|
|
545
|
-
this.i.
|
|
546
|
-
this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.
|
|
551
|
+
this.i.d6 = ensureBool(v);
|
|
552
|
+
this._a("horizontalViewScrollbarShouldAddAutoTrackInsets", this.i.d6);
|
|
547
553
|
},
|
|
548
554
|
enumerable: false,
|
|
549
555
|
configurable: true
|
|
@@ -553,11 +559,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
553
559
|
* Gets or sets the fill to use for the vertical scrollbar in the component, when enabled.
|
|
554
560
|
*/
|
|
555
561
|
get: function () {
|
|
556
|
-
return brushToString(this.i.
|
|
562
|
+
return brushToString(this.i.s7);
|
|
557
563
|
},
|
|
558
564
|
set: function (v) {
|
|
559
|
-
this.i.
|
|
560
|
-
this._a("verticalViewScrollbarFill", brushToString(this.i.
|
|
565
|
+
this.i.s7 = stringToBrush(v);
|
|
566
|
+
this._a("verticalViewScrollbarFill", brushToString(this.i.s7));
|
|
561
567
|
},
|
|
562
568
|
enumerable: false,
|
|
563
569
|
configurable: true
|
|
@@ -567,11 +573,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
567
573
|
* Gets or sets the outline to use for the vertical scrollbar in the component, when enabled.
|
|
568
574
|
*/
|
|
569
575
|
get: function () {
|
|
570
|
-
return brushToString(this.i.
|
|
576
|
+
return brushToString(this.i.s8);
|
|
571
577
|
},
|
|
572
578
|
set: function (v) {
|
|
573
|
-
this.i.
|
|
574
|
-
this._a("verticalViewScrollbarOutline", brushToString(this.i.
|
|
579
|
+
this.i.s8 = stringToBrush(v);
|
|
580
|
+
this._a("verticalViewScrollbarOutline", brushToString(this.i.s8));
|
|
575
581
|
},
|
|
576
582
|
enumerable: false,
|
|
577
583
|
configurable: true
|
|
@@ -581,11 +587,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
581
587
|
* Gets or sets the stroke thickness to use for the vertical scrollbar in the component, when enabled.
|
|
582
588
|
*/
|
|
583
589
|
get: function () {
|
|
584
|
-
return this.i.
|
|
590
|
+
return this.i.hh;
|
|
585
591
|
},
|
|
586
592
|
set: function (v) {
|
|
587
|
-
this.i.
|
|
588
|
-
this._a("verticalViewScrollbarStrokeThickness", this.i.
|
|
593
|
+
this.i.hh = +v;
|
|
594
|
+
this._a("verticalViewScrollbarStrokeThickness", this.i.hh);
|
|
589
595
|
},
|
|
590
596
|
enumerable: false,
|
|
591
597
|
configurable: true
|
|
@@ -595,11 +601,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
595
601
|
* Gets or sets the max opacity to use for the vertical scrollbar in the component, when enabled.
|
|
596
602
|
*/
|
|
597
603
|
get: function () {
|
|
598
|
-
return this.i.
|
|
604
|
+
return this.i.hg;
|
|
599
605
|
},
|
|
600
606
|
set: function (v) {
|
|
601
|
-
this.i.
|
|
602
|
-
this._a("verticalViewScrollbarMaxOpacity", this.i.
|
|
607
|
+
this.i.hg = +v;
|
|
608
|
+
this._a("verticalViewScrollbarMaxOpacity", this.i.hg);
|
|
603
609
|
},
|
|
604
610
|
enumerable: false,
|
|
605
611
|
configurable: true
|
|
@@ -609,11 +615,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
609
615
|
* Gets or sets the corner radius to use for the vertical scrollbar in the component, when enabled.
|
|
610
616
|
*/
|
|
611
617
|
get: function () {
|
|
612
|
-
return this.i.
|
|
618
|
+
return this.i.he;
|
|
613
619
|
},
|
|
614
620
|
set: function (v) {
|
|
615
|
-
this.i.
|
|
616
|
-
this._a("verticalViewScrollbarCornerRadius", this.i.
|
|
621
|
+
this.i.he = +v;
|
|
622
|
+
this._a("verticalViewScrollbarCornerRadius", this.i.he);
|
|
617
623
|
},
|
|
618
624
|
enumerable: false,
|
|
619
625
|
configurable: true
|
|
@@ -623,11 +629,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
623
629
|
* Gets or sets the width to use for the vertical scrollbar in the component, when enabled.
|
|
624
630
|
*/
|
|
625
631
|
get: function () {
|
|
626
|
-
return this.i.
|
|
632
|
+
return this.i.hk;
|
|
627
633
|
},
|
|
628
634
|
set: function (v) {
|
|
629
|
-
this.i.
|
|
630
|
-
this._a("verticalViewScrollbarWidth", this.i.
|
|
635
|
+
this.i.hk = +v;
|
|
636
|
+
this._a("verticalViewScrollbarWidth", this.i.hk);
|
|
631
637
|
},
|
|
632
638
|
enumerable: false,
|
|
633
639
|
configurable: true
|
|
@@ -637,11 +643,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
637
643
|
* Gets or sets the inset distance to use for the vertical scrollbar in the component, when enabled.
|
|
638
644
|
*/
|
|
639
645
|
get: function () {
|
|
640
|
-
return this.i.
|
|
646
|
+
return this.i.hf;
|
|
641
647
|
},
|
|
642
648
|
set: function (v) {
|
|
643
|
-
this.i.
|
|
644
|
-
this._a("verticalViewScrollbarInset", this.i.
|
|
649
|
+
this.i.hf = +v;
|
|
650
|
+
this._a("verticalViewScrollbarInset", this.i.hf);
|
|
645
651
|
},
|
|
646
652
|
enumerable: false,
|
|
647
653
|
configurable: true
|
|
@@ -651,11 +657,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
651
657
|
* Gets or sets the track start inset to use for the vertical scrollbar in the component, when enabled.
|
|
652
658
|
*/
|
|
653
659
|
get: function () {
|
|
654
|
-
return this.i.
|
|
660
|
+
return this.i.hj;
|
|
655
661
|
},
|
|
656
662
|
set: function (v) {
|
|
657
|
-
this.i.
|
|
658
|
-
this._a("verticalViewScrollbarTrackStartInset", this.i.
|
|
663
|
+
this.i.hj = +v;
|
|
664
|
+
this._a("verticalViewScrollbarTrackStartInset", this.i.hj);
|
|
659
665
|
},
|
|
660
666
|
enumerable: false,
|
|
661
667
|
configurable: true
|
|
@@ -665,11 +671,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
665
671
|
* Gets or sets the track end inset to use for the vertical scrollbar in the component, when enabled.
|
|
666
672
|
*/
|
|
667
673
|
get: function () {
|
|
668
|
-
return this.i.
|
|
674
|
+
return this.i.hi;
|
|
669
675
|
},
|
|
670
676
|
set: function (v) {
|
|
671
|
-
this.i.
|
|
672
|
-
this._a("verticalViewScrollbarTrackEndInset", this.i.
|
|
677
|
+
this.i.hi = +v;
|
|
678
|
+
this._a("verticalViewScrollbarTrackEndInset", this.i.hi);
|
|
673
679
|
},
|
|
674
680
|
enumerable: false,
|
|
675
681
|
configurable: true
|
|
@@ -679,11 +685,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
679
685
|
* Gets or sets whether to use automatic track insets for the vertical scrollbar in the component, when enabled.
|
|
680
686
|
*/
|
|
681
687
|
get: function () {
|
|
682
|
-
return this.i.
|
|
688
|
+
return this.i.fk;
|
|
683
689
|
},
|
|
684
690
|
set: function (v) {
|
|
685
|
-
this.i.
|
|
686
|
-
this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.
|
|
691
|
+
this.i.fk = ensureBool(v);
|
|
692
|
+
this._a("verticalViewScrollbarShouldAddAutoTrackInsets", this.i.fk);
|
|
687
693
|
},
|
|
688
694
|
enumerable: false,
|
|
689
695
|
configurable: true
|
|
@@ -751,7 +757,7 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
751
757
|
* Gets the viewport rectangle associated with the SeriesViewer, the physical dimensions of the plot area.
|
|
752
758
|
*/
|
|
753
759
|
get: function () {
|
|
754
|
-
return fromRect(this.i.
|
|
760
|
+
return fromRect(this.i.ty);
|
|
755
761
|
},
|
|
756
762
|
enumerable: false,
|
|
757
763
|
configurable: true
|
|
@@ -768,11 +774,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
768
774
|
* ```
|
|
769
775
|
*/
|
|
770
776
|
get: function () {
|
|
771
|
-
return fromRect(this.i.
|
|
777
|
+
return fromRect(this.i.tn);
|
|
772
778
|
},
|
|
773
779
|
set: function (v) {
|
|
774
|
-
this.i.
|
|
775
|
-
this._a("effectiveViewport", rectToString(this.i.
|
|
780
|
+
this.i.tn = toRect(v);
|
|
781
|
+
this._a("effectiveViewport", rectToString(this.i.tn));
|
|
776
782
|
},
|
|
777
783
|
enumerable: false,
|
|
778
784
|
configurable: true
|
|
@@ -783,7 +789,7 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
783
789
|
* This is the projection of the current EffectiveViewport into the viewport at current zoom level.
|
|
784
790
|
*/
|
|
785
791
|
get: function () {
|
|
786
|
-
return fromRect(this.i.
|
|
792
|
+
return fromRect(this.i.tm);
|
|
787
793
|
},
|
|
788
794
|
enumerable: false,
|
|
789
795
|
configurable: true
|
|
@@ -800,11 +806,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
800
806
|
* ```
|
|
801
807
|
*/
|
|
802
808
|
get: function () {
|
|
803
|
-
return fromRect(this.i.
|
|
809
|
+
return fromRect(this.i.tz);
|
|
804
810
|
},
|
|
805
811
|
set: function (v) {
|
|
806
|
-
this.i.
|
|
807
|
-
this._a("windowRect", rectToString(this.i.
|
|
812
|
+
this.i.tz = toRect(v);
|
|
813
|
+
this._a("windowRect", rectToString(this.i.tz));
|
|
808
814
|
},
|
|
809
815
|
enumerable: false,
|
|
810
816
|
configurable: true
|
|
@@ -814,11 +820,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
814
820
|
* Gets or sets whether the series viewer should use cached tiles during zooms rather than the default live content.
|
|
815
821
|
*/
|
|
816
822
|
get: function () {
|
|
817
|
-
return this.i.
|
|
823
|
+
return this.i.fj;
|
|
818
824
|
},
|
|
819
825
|
set: function (v) {
|
|
820
|
-
this.i.
|
|
821
|
-
this._a("useTiledZooming", this.i.
|
|
826
|
+
this.i.fj = ensureBool(v);
|
|
827
|
+
this._a("useTiledZooming", this.i.fj);
|
|
822
828
|
},
|
|
823
829
|
enumerable: false,
|
|
824
830
|
configurable: true
|
|
@@ -828,11 +834,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
828
834
|
* Gets or sets whether the series viewer should prefer selecting higher resolution tiles over lower resolution tiles when performing tile zooming. Setting this to true will lower performance but increase quality.
|
|
829
835
|
*/
|
|
830
836
|
get: function () {
|
|
831
|
-
return this.i.
|
|
837
|
+
return this.i.e6;
|
|
832
838
|
},
|
|
833
839
|
set: function (v) {
|
|
834
|
-
this.i.
|
|
835
|
-
this._a("preferHigherResolutionTiles", this.i.
|
|
840
|
+
this.i.e6 = ensureBool(v);
|
|
841
|
+
this._a("preferHigherResolutionTiles", this.i.e6);
|
|
836
842
|
},
|
|
837
843
|
enumerable: false,
|
|
838
844
|
configurable: true
|
|
@@ -842,11 +848,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
842
848
|
* Gets or sets the maximum number of zoom tiles that the series viewer should cache while in tiled zooming mode.
|
|
843
849
|
*/
|
|
844
850
|
get: function () {
|
|
845
|
-
return this.i.
|
|
851
|
+
return this.i.h0;
|
|
846
852
|
},
|
|
847
853
|
set: function (v) {
|
|
848
|
-
this.i.
|
|
849
|
-
this._a("zoomTileCacheSize", this.i.
|
|
854
|
+
this.i.h0 = +v;
|
|
855
|
+
this._a("zoomTileCacheSize", this.i.h0);
|
|
850
856
|
},
|
|
851
857
|
enumerable: false,
|
|
852
858
|
configurable: true
|
|
@@ -862,11 +868,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
862
868
|
* ```
|
|
863
869
|
*/
|
|
864
870
|
get: function () {
|
|
865
|
-
return this.i.
|
|
871
|
+
return this.i.hy;
|
|
866
872
|
},
|
|
867
873
|
set: function (v) {
|
|
868
|
-
this.i.
|
|
869
|
-
this._a("highlightingTransitionDuration", this.i.
|
|
874
|
+
this.i.hy = +v;
|
|
875
|
+
this._a("highlightingTransitionDuration", this.i.hy);
|
|
870
876
|
},
|
|
871
877
|
enumerable: false,
|
|
872
878
|
configurable: true
|
|
@@ -876,11 +882,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
876
882
|
* Gets or sets the duration of the scrollbar effects.
|
|
877
883
|
*/
|
|
878
884
|
get: function () {
|
|
879
|
-
return this.i.
|
|
885
|
+
return this.i.hz;
|
|
880
886
|
},
|
|
881
887
|
set: function (v) {
|
|
882
|
-
this.i.
|
|
883
|
-
this._a("scrollbarsAnimationDuration", this.i.
|
|
888
|
+
this.i.hz = +v;
|
|
889
|
+
this._a("scrollbarsAnimationDuration", this.i.hz);
|
|
884
890
|
},
|
|
885
891
|
enumerable: false,
|
|
886
892
|
configurable: true
|
|
@@ -890,11 +896,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
890
896
|
* Gets or sets the whether the series viewer can allow the page to pan if a control pan is not possible in the requested direction.
|
|
891
897
|
*/
|
|
892
898
|
get: function () {
|
|
893
|
-
return this.i.
|
|
899
|
+
return this.i.el;
|
|
894
900
|
},
|
|
895
901
|
set: function (v) {
|
|
896
|
-
this.i.
|
|
897
|
-
this._a("isPagePanningAllowed", this.i.
|
|
902
|
+
this.i.el = ensureBool(v);
|
|
903
|
+
this._a("isPagePanningAllowed", this.i.el);
|
|
898
904
|
},
|
|
899
905
|
enumerable: false,
|
|
900
906
|
configurable: true
|
|
@@ -946,11 +952,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
946
952
|
* ```
|
|
947
953
|
*/
|
|
948
954
|
get: function () {
|
|
949
|
-
return this.i.
|
|
955
|
+
return this.i.em;
|
|
950
956
|
},
|
|
951
957
|
set: function (v) {
|
|
952
|
-
this.i.
|
|
953
|
-
this._a("isSurfaceInteractionDisabled", this.i.
|
|
958
|
+
this.i.em = ensureBool(v);
|
|
959
|
+
this._a("isSurfaceInteractionDisabled", this.i.em);
|
|
954
960
|
},
|
|
955
961
|
enumerable: false,
|
|
956
962
|
configurable: true
|
|
@@ -960,7 +966,7 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
960
966
|
* Indicates if this SeriesViewer is a map.
|
|
961
967
|
*/
|
|
962
968
|
get: function () {
|
|
963
|
-
return this.i.
|
|
969
|
+
return this.i.ek;
|
|
964
970
|
},
|
|
965
971
|
enumerable: false,
|
|
966
972
|
configurable: true
|
|
@@ -1000,11 +1006,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1000
1006
|
* ```
|
|
1001
1007
|
*/
|
|
1002
1008
|
get: function () {
|
|
1003
|
-
return this.i.
|
|
1009
|
+
return this.i.ho;
|
|
1004
1010
|
},
|
|
1005
1011
|
set: function (v) {
|
|
1006
|
-
this.i.
|
|
1007
|
-
this._a("windowRectMinWidth", this.i.
|
|
1012
|
+
this.i.ho = +v;
|
|
1013
|
+
this._a("windowRectMinWidth", this.i.ho);
|
|
1008
1014
|
},
|
|
1009
1015
|
enumerable: false,
|
|
1010
1016
|
configurable: true
|
|
@@ -1017,11 +1023,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1017
1023
|
* This property accepts values between 0.0 (max zooming) and 1.0 (no zooming)
|
|
1018
1024
|
*/
|
|
1019
1025
|
get: function () {
|
|
1020
|
-
return this.i.
|
|
1026
|
+
return this.i.hn;
|
|
1021
1027
|
},
|
|
1022
1028
|
set: function (v) {
|
|
1023
|
-
this.i.
|
|
1024
|
-
this._a("windowRectMinHeight", this.i.
|
|
1029
|
+
this.i.hn = +v;
|
|
1030
|
+
this._a("windowRectMinHeight", this.i.hn);
|
|
1025
1031
|
},
|
|
1026
1032
|
enumerable: false,
|
|
1027
1033
|
configurable: true
|
|
@@ -1031,11 +1037,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1031
1037
|
* Gets the actual minimum width that the window rect is allowed to reach before being clamped.
|
|
1032
1038
|
*/
|
|
1033
1039
|
get: function () {
|
|
1034
|
-
return this.i.
|
|
1040
|
+
return this.i.gj;
|
|
1035
1041
|
},
|
|
1036
1042
|
set: function (v) {
|
|
1037
|
-
this.i.
|
|
1038
|
-
this._a("actualWindowRectMinWidth", this.i.
|
|
1043
|
+
this.i.gj = +v;
|
|
1044
|
+
this._a("actualWindowRectMinWidth", this.i.gj);
|
|
1039
1045
|
},
|
|
1040
1046
|
enumerable: false,
|
|
1041
1047
|
configurable: true
|
|
@@ -1045,11 +1051,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1045
1051
|
* Gets the actual minimum height that the window rect is allowed to reach before being clamped.
|
|
1046
1052
|
*/
|
|
1047
1053
|
get: function () {
|
|
1048
|
-
return this.i.
|
|
1054
|
+
return this.i.gi;
|
|
1049
1055
|
},
|
|
1050
1056
|
set: function (v) {
|
|
1051
|
-
this.i.
|
|
1052
|
-
this._a("actualWindowRectMinHeight", this.i.
|
|
1057
|
+
this.i.gi = +v;
|
|
1058
|
+
this._a("actualWindowRectMinHeight", this.i.gi);
|
|
1053
1059
|
},
|
|
1054
1060
|
enumerable: false,
|
|
1055
1061
|
configurable: true
|
|
@@ -1062,11 +1068,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1062
1068
|
* This property is overridden by the WindowRectMinWidth property
|
|
1063
1069
|
*/
|
|
1064
1070
|
get: function () {
|
|
1065
|
-
return this.i.
|
|
1071
|
+
return this.i.hq;
|
|
1066
1072
|
},
|
|
1067
1073
|
set: function (v) {
|
|
1068
|
-
this.i.
|
|
1069
|
-
this._a("windowSizeMinWidth", this.i.
|
|
1074
|
+
this.i.hq = +v;
|
|
1075
|
+
this._a("windowSizeMinWidth", this.i.hq);
|
|
1070
1076
|
},
|
|
1071
1077
|
enumerable: false,
|
|
1072
1078
|
configurable: true
|
|
@@ -1079,11 +1085,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1079
1085
|
* This property is overridden by the WindowRectMinHeight property
|
|
1080
1086
|
*/
|
|
1081
1087
|
get: function () {
|
|
1082
|
-
return this.i.
|
|
1088
|
+
return this.i.hp;
|
|
1083
1089
|
},
|
|
1084
1090
|
set: function (v) {
|
|
1085
|
-
this.i.
|
|
1086
|
-
this._a("windowSizeMinHeight", this.i.
|
|
1091
|
+
this.i.hp = +v;
|
|
1092
|
+
this._a("windowSizeMinHeight", this.i.hp);
|
|
1087
1093
|
},
|
|
1088
1094
|
enumerable: false,
|
|
1089
1095
|
configurable: true
|
|
@@ -1099,11 +1105,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1099
1105
|
* ```
|
|
1100
1106
|
*/
|
|
1101
1107
|
get: function () {
|
|
1102
|
-
return this.i.
|
|
1108
|
+
return this.i.t3;
|
|
1103
1109
|
},
|
|
1104
1110
|
set: function (v) {
|
|
1105
|
-
this.i.
|
|
1106
|
-
this._a("crosshairVisibility", enumToString(Visibility_$type, this.i.
|
|
1111
|
+
this.i.t3 = ensureEnum(Visibility_$type, v);
|
|
1112
|
+
this._a("crosshairVisibility", enumToString(Visibility_$type, this.i.t3));
|
|
1107
1113
|
},
|
|
1108
1114
|
enumerable: false,
|
|
1109
1115
|
configurable: true
|
|
@@ -1113,11 +1119,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1113
1119
|
* Gets or sets the current SeriesViewer's crosshair horizontal brush override.
|
|
1114
1120
|
*/
|
|
1115
1121
|
get: function () {
|
|
1116
|
-
return brushToString(this.i.
|
|
1122
|
+
return brushToString(this.i.sx);
|
|
1117
1123
|
},
|
|
1118
1124
|
set: function (v) {
|
|
1119
|
-
this.i.
|
|
1120
|
-
this._a("horizontalCrosshairBrush", brushToString(this.i.
|
|
1125
|
+
this.i.sx = stringToBrush(v);
|
|
1126
|
+
this._a("horizontalCrosshairBrush", brushToString(this.i.sx));
|
|
1121
1127
|
},
|
|
1122
1128
|
enumerable: false,
|
|
1123
1129
|
configurable: true
|
|
@@ -1127,11 +1133,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1127
1133
|
* Gets or sets the current SeriesViewer's crosshair vertical brush override.
|
|
1128
1134
|
*/
|
|
1129
1135
|
get: function () {
|
|
1130
|
-
return brushToString(this.i.
|
|
1136
|
+
return brushToString(this.i.s6);
|
|
1131
1137
|
},
|
|
1132
1138
|
set: function (v) {
|
|
1133
|
-
this.i.
|
|
1134
|
-
this._a("verticalCrosshairBrush", brushToString(this.i.
|
|
1139
|
+
this.i.s6 = stringToBrush(v);
|
|
1140
|
+
this._a("verticalCrosshairBrush", brushToString(this.i.s6));
|
|
1135
1141
|
},
|
|
1136
1142
|
enumerable: false,
|
|
1137
1143
|
configurable: true
|
|
@@ -1161,11 +1167,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1161
1167
|
* ```
|
|
1162
1168
|
*/
|
|
1163
1169
|
get: function () {
|
|
1164
|
-
return brushToString(this.i.
|
|
1170
|
+
return brushToString(this.i.s0);
|
|
1165
1171
|
},
|
|
1166
1172
|
set: function (v) {
|
|
1167
|
-
this.i.
|
|
1168
|
-
this._a("plotAreaBackground", brushToString(this.i.
|
|
1173
|
+
this.i.s0 = stringToBrush(v);
|
|
1174
|
+
this._a("plotAreaBackground", brushToString(this.i.s0));
|
|
1169
1175
|
},
|
|
1170
1176
|
enumerable: false,
|
|
1171
1177
|
configurable: true
|
|
@@ -1217,11 +1223,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1217
1223
|
* ```
|
|
1218
1224
|
*/
|
|
1219
1225
|
get: function () {
|
|
1220
|
-
return this.i.
|
|
1226
|
+
return this.i.sj;
|
|
1221
1227
|
},
|
|
1222
1228
|
set: function (v) {
|
|
1223
|
-
this.i.
|
|
1224
|
-
this._a("dragModifier", enumToString(ModifierKeys_$type, this.i.
|
|
1229
|
+
this.i.sj = ensureEnum(ModifierKeys_$type, v);
|
|
1230
|
+
this._a("dragModifier", enumToString(ModifierKeys_$type, this.i.sj));
|
|
1225
1231
|
},
|
|
1226
1232
|
enumerable: false,
|
|
1227
1233
|
configurable: true
|
|
@@ -1237,11 +1243,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1237
1243
|
* ```
|
|
1238
1244
|
*/
|
|
1239
1245
|
get: function () {
|
|
1240
|
-
return this.i.
|
|
1246
|
+
return this.i.sk;
|
|
1241
1247
|
},
|
|
1242
1248
|
set: function (v) {
|
|
1243
|
-
this.i.
|
|
1244
|
-
this._a("panModifier", enumToString(ModifierKeys_$type, this.i.
|
|
1249
|
+
this.i.sk = ensureEnum(ModifierKeys_$type, v);
|
|
1250
|
+
this._a("panModifier", enumToString(ModifierKeys_$type, this.i.sk));
|
|
1245
1251
|
},
|
|
1246
1252
|
enumerable: false,
|
|
1247
1253
|
configurable: true
|
|
@@ -1259,11 +1265,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1259
1265
|
* ```
|
|
1260
1266
|
*/
|
|
1261
1267
|
get: function () {
|
|
1262
|
-
return fromRect(this.i.
|
|
1268
|
+
return fromRect(this.i.tt);
|
|
1263
1269
|
},
|
|
1264
1270
|
set: function (v) {
|
|
1265
|
-
this.i.
|
|
1266
|
-
this._a("previewRect", rectToString(this.i.
|
|
1271
|
+
this.i.tt = toRect(v);
|
|
1272
|
+
this._a("previewRect", rectToString(this.i.tt));
|
|
1267
1273
|
},
|
|
1268
1274
|
enumerable: false,
|
|
1269
1275
|
configurable: true
|
|
@@ -1278,11 +1284,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1278
1284
|
* ```
|
|
1279
1285
|
*/
|
|
1280
1286
|
get: function () {
|
|
1281
|
-
return this.i.
|
|
1287
|
+
return this.i.hl;
|
|
1282
1288
|
},
|
|
1283
1289
|
set: function (v) {
|
|
1284
|
-
this.i.
|
|
1285
|
-
this._a("windowPositionHorizontal", this.i.
|
|
1290
|
+
this.i.hl = +v;
|
|
1291
|
+
this._a("windowPositionHorizontal", this.i.hl);
|
|
1286
1292
|
},
|
|
1287
1293
|
enumerable: false,
|
|
1288
1294
|
configurable: true
|
|
@@ -1297,11 +1303,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1297
1303
|
* ```
|
|
1298
1304
|
*/
|
|
1299
1305
|
get: function () {
|
|
1300
|
-
return this.i.
|
|
1306
|
+
return this.i.hm;
|
|
1301
1307
|
},
|
|
1302
1308
|
set: function (v) {
|
|
1303
|
-
this.i.
|
|
1304
|
-
this._a("windowPositionVertical", this.i.
|
|
1309
|
+
this.i.hm = +v;
|
|
1310
|
+
this._a("windowPositionVertical", this.i.hm);
|
|
1305
1311
|
},
|
|
1306
1312
|
enumerable: false,
|
|
1307
1313
|
configurable: true
|
|
@@ -1317,10 +1323,10 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1317
1323
|
* ```
|
|
1318
1324
|
*/
|
|
1319
1325
|
get: function () {
|
|
1320
|
-
return this.i.
|
|
1326
|
+
return this.i.kk;
|
|
1321
1327
|
},
|
|
1322
1328
|
set: function (v) {
|
|
1323
|
-
this.i.
|
|
1329
|
+
this.i.kk = v;
|
|
1324
1330
|
},
|
|
1325
1331
|
enumerable: false,
|
|
1326
1332
|
configurable: true
|
|
@@ -1336,11 +1342,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1336
1342
|
* ```
|
|
1337
1343
|
*/
|
|
1338
1344
|
get: function () {
|
|
1339
|
-
return this.i.
|
|
1345
|
+
return this.i.si;
|
|
1340
1346
|
},
|
|
1341
1347
|
set: function (v) {
|
|
1342
|
-
this.i.
|
|
1343
|
-
this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1348
|
+
this.i.si = ensureEnum(HorizontalAlignment_$type, v);
|
|
1349
|
+
this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.si));
|
|
1344
1350
|
},
|
|
1345
1351
|
enumerable: false,
|
|
1346
1352
|
configurable: true
|
|
@@ -1356,11 +1362,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1356
1362
|
* ```
|
|
1357
1363
|
*/
|
|
1358
1364
|
get: function () {
|
|
1359
|
-
return this.i.
|
|
1365
|
+
return this.i.sh;
|
|
1360
1366
|
},
|
|
1361
1367
|
set: function (v) {
|
|
1362
|
-
this.i.
|
|
1363
|
-
this._a("subtitleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
1368
|
+
this.i.sh = ensureEnum(HorizontalAlignment_$type, v);
|
|
1369
|
+
this._a("subtitleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.sh));
|
|
1364
1370
|
},
|
|
1365
1371
|
enumerable: false,
|
|
1366
1372
|
configurable: true
|
|
@@ -1370,10 +1376,10 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1370
1376
|
* Font settings for the title.
|
|
1371
1377
|
*/
|
|
1372
1378
|
get: function () {
|
|
1373
|
-
return this.i.
|
|
1379
|
+
return this.i.kr;
|
|
1374
1380
|
},
|
|
1375
1381
|
set: function (v) {
|
|
1376
|
-
this.i.
|
|
1382
|
+
this.i.kr = v;
|
|
1377
1383
|
},
|
|
1378
1384
|
enumerable: false,
|
|
1379
1385
|
configurable: true
|
|
@@ -1383,10 +1389,10 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1383
1389
|
* Font settings for the subtitle.
|
|
1384
1390
|
*/
|
|
1385
1391
|
get: function () {
|
|
1386
|
-
return this.i.
|
|
1392
|
+
return this.i.kf;
|
|
1387
1393
|
},
|
|
1388
1394
|
set: function (v) {
|
|
1389
|
-
this.i.
|
|
1395
|
+
this.i.kf = v;
|
|
1390
1396
|
},
|
|
1391
1397
|
enumerable: false,
|
|
1392
1398
|
configurable: true
|
|
@@ -1402,11 +1408,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1402
1408
|
* ```
|
|
1403
1409
|
*/
|
|
1404
1410
|
get: function () {
|
|
1405
|
-
return brushToString(this.i.
|
|
1411
|
+
return brushToString(this.i.s5);
|
|
1406
1412
|
},
|
|
1407
1413
|
set: function (v) {
|
|
1408
|
-
this.i.
|
|
1409
|
-
this._a("titleTextColor", brushToString(this.i.
|
|
1414
|
+
this.i.s5 = stringToBrush(v);
|
|
1415
|
+
this._a("titleTextColor", brushToString(this.i.s5));
|
|
1410
1416
|
},
|
|
1411
1417
|
enumerable: false,
|
|
1412
1418
|
configurable: true
|
|
@@ -1422,11 +1428,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1422
1428
|
* ```
|
|
1423
1429
|
*/
|
|
1424
1430
|
get: function () {
|
|
1425
|
-
return brushToString(this.i.
|
|
1431
|
+
return brushToString(this.i.s4);
|
|
1426
1432
|
},
|
|
1427
1433
|
set: function (v) {
|
|
1428
|
-
this.i.
|
|
1429
|
-
this._a("subtitleTextColor", brushToString(this.i.
|
|
1434
|
+
this.i.s4 = stringToBrush(v);
|
|
1435
|
+
this._a("subtitleTextColor", brushToString(this.i.s4));
|
|
1430
1436
|
},
|
|
1431
1437
|
enumerable: false,
|
|
1432
1438
|
configurable: true
|
|
@@ -1442,11 +1448,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1442
1448
|
* ```
|
|
1443
1449
|
*/
|
|
1444
1450
|
get: function () {
|
|
1445
|
-
return this.i.
|
|
1451
|
+
return this.i.hc;
|
|
1446
1452
|
},
|
|
1447
1453
|
set: function (v) {
|
|
1448
|
-
this.i.
|
|
1449
|
-
this._a("titleTopMargin", this.i.
|
|
1454
|
+
this.i.hc = +v;
|
|
1455
|
+
this._a("titleTopMargin", this.i.hc);
|
|
1450
1456
|
},
|
|
1451
1457
|
enumerable: false,
|
|
1452
1458
|
configurable: true
|
|
@@ -1462,11 +1468,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1462
1468
|
* ```
|
|
1463
1469
|
*/
|
|
1464
1470
|
get: function () {
|
|
1465
|
-
return this.i.
|
|
1471
|
+
return this.i.ha;
|
|
1466
1472
|
},
|
|
1467
1473
|
set: function (v) {
|
|
1468
|
-
this.i.
|
|
1469
|
-
this._a("titleLeftMargin", this.i.
|
|
1474
|
+
this.i.ha = +v;
|
|
1475
|
+
this._a("titleLeftMargin", this.i.ha);
|
|
1470
1476
|
},
|
|
1471
1477
|
enumerable: false,
|
|
1472
1478
|
configurable: true
|
|
@@ -1482,11 +1488,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1482
1488
|
* ```
|
|
1483
1489
|
*/
|
|
1484
1490
|
get: function () {
|
|
1485
|
-
return this.i.
|
|
1491
|
+
return this.i.hb;
|
|
1486
1492
|
},
|
|
1487
1493
|
set: function (v) {
|
|
1488
|
-
this.i.
|
|
1489
|
-
this._a("titleRightMargin", this.i.
|
|
1494
|
+
this.i.hb = +v;
|
|
1495
|
+
this._a("titleRightMargin", this.i.hb);
|
|
1490
1496
|
},
|
|
1491
1497
|
enumerable: false,
|
|
1492
1498
|
configurable: true
|
|
@@ -1502,11 +1508,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1502
1508
|
* ```
|
|
1503
1509
|
*/
|
|
1504
1510
|
get: function () {
|
|
1505
|
-
return this.i.
|
|
1511
|
+
return this.i.g9;
|
|
1506
1512
|
},
|
|
1507
1513
|
set: function (v) {
|
|
1508
|
-
this.i.
|
|
1509
|
-
this._a("titleBottomMargin", this.i.
|
|
1514
|
+
this.i.g9 = +v;
|
|
1515
|
+
this._a("titleBottomMargin", this.i.g9);
|
|
1510
1516
|
},
|
|
1511
1517
|
enumerable: false,
|
|
1512
1518
|
configurable: true
|
|
@@ -1522,11 +1528,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1522
1528
|
* ```
|
|
1523
1529
|
*/
|
|
1524
1530
|
get: function () {
|
|
1525
|
-
return this.i.
|
|
1531
|
+
return this.i.g8;
|
|
1526
1532
|
},
|
|
1527
1533
|
set: function (v) {
|
|
1528
|
-
this.i.
|
|
1529
|
-
this._a("subtitleTopMargin", this.i.
|
|
1534
|
+
this.i.g8 = +v;
|
|
1535
|
+
this._a("subtitleTopMargin", this.i.g8);
|
|
1530
1536
|
},
|
|
1531
1537
|
enumerable: false,
|
|
1532
1538
|
configurable: true
|
|
@@ -1542,11 +1548,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1542
1548
|
* ```
|
|
1543
1549
|
*/
|
|
1544
1550
|
get: function () {
|
|
1545
|
-
return this.i.
|
|
1551
|
+
return this.i.g6;
|
|
1546
1552
|
},
|
|
1547
1553
|
set: function (v) {
|
|
1548
|
-
this.i.
|
|
1549
|
-
this._a("subtitleLeftMargin", this.i.
|
|
1554
|
+
this.i.g6 = +v;
|
|
1555
|
+
this._a("subtitleLeftMargin", this.i.g6);
|
|
1550
1556
|
},
|
|
1551
1557
|
enumerable: false,
|
|
1552
1558
|
configurable: true
|
|
@@ -1562,11 +1568,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1562
1568
|
* ```
|
|
1563
1569
|
*/
|
|
1564
1570
|
get: function () {
|
|
1565
|
-
return this.i.
|
|
1571
|
+
return this.i.g7;
|
|
1566
1572
|
},
|
|
1567
1573
|
set: function (v) {
|
|
1568
|
-
this.i.
|
|
1569
|
-
this._a("subtitleRightMargin", this.i.
|
|
1574
|
+
this.i.g7 = +v;
|
|
1575
|
+
this._a("subtitleRightMargin", this.i.g7);
|
|
1570
1576
|
},
|
|
1571
1577
|
enumerable: false,
|
|
1572
1578
|
configurable: true
|
|
@@ -1582,11 +1588,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1582
1588
|
* ```
|
|
1583
1589
|
*/
|
|
1584
1590
|
get: function () {
|
|
1585
|
-
return this.i.
|
|
1591
|
+
return this.i.g5;
|
|
1586
1592
|
},
|
|
1587
1593
|
set: function (v) {
|
|
1588
|
-
this.i.
|
|
1589
|
-
this._a("subtitleBottomMargin", this.i.
|
|
1594
|
+
this.i.g5 = +v;
|
|
1595
|
+
this._a("subtitleBottomMargin", this.i.g5);
|
|
1590
1596
|
},
|
|
1591
1597
|
enumerable: false,
|
|
1592
1598
|
configurable: true
|
|
@@ -1603,10 +1609,10 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1603
1609
|
* ```
|
|
1604
1610
|
*/
|
|
1605
1611
|
get: function () {
|
|
1606
|
-
return this.i.
|
|
1612
|
+
return this.i.j8;
|
|
1607
1613
|
},
|
|
1608
1614
|
set: function (v) {
|
|
1609
|
-
this.i.
|
|
1615
|
+
this.i.j8 = v;
|
|
1610
1616
|
},
|
|
1611
1617
|
enumerable: false,
|
|
1612
1618
|
configurable: true
|
|
@@ -1622,11 +1628,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1622
1628
|
* ```
|
|
1623
1629
|
*/
|
|
1624
1630
|
get: function () {
|
|
1625
|
-
return this.i.
|
|
1631
|
+
return this.i.hd;
|
|
1626
1632
|
},
|
|
1627
1633
|
set: function (v) {
|
|
1628
|
-
this.i.
|
|
1629
|
-
this._a("topMargin", this.i.
|
|
1634
|
+
this.i.hd = +v;
|
|
1635
|
+
this._a("topMargin", this.i.hd);
|
|
1630
1636
|
},
|
|
1631
1637
|
enumerable: false,
|
|
1632
1638
|
configurable: true
|
|
@@ -1642,11 +1648,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1642
1648
|
* ```
|
|
1643
1649
|
*/
|
|
1644
1650
|
get: function () {
|
|
1645
|
-
return this.i.
|
|
1651
|
+
return this.i.gz;
|
|
1646
1652
|
},
|
|
1647
1653
|
set: function (v) {
|
|
1648
|
-
this.i.
|
|
1649
|
-
this._a("leftMargin", this.i.
|
|
1654
|
+
this.i.gz = +v;
|
|
1655
|
+
this._a("leftMargin", this.i.gz);
|
|
1650
1656
|
},
|
|
1651
1657
|
enumerable: false,
|
|
1652
1658
|
configurable: true
|
|
@@ -1662,11 +1668,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1662
1668
|
* ```
|
|
1663
1669
|
*/
|
|
1664
1670
|
get: function () {
|
|
1665
|
-
return this.i.
|
|
1671
|
+
return this.i.g4;
|
|
1666
1672
|
},
|
|
1667
1673
|
set: function (v) {
|
|
1668
|
-
this.i.
|
|
1669
|
-
this._a("rightMargin", this.i.
|
|
1674
|
+
this.i.g4 = +v;
|
|
1675
|
+
this._a("rightMargin", this.i.g4);
|
|
1670
1676
|
},
|
|
1671
1677
|
enumerable: false,
|
|
1672
1678
|
configurable: true
|
|
@@ -1682,11 +1688,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1682
1688
|
* ```
|
|
1683
1689
|
*/
|
|
1684
1690
|
get: function () {
|
|
1685
|
-
return this.i.
|
|
1691
|
+
return this.i.gm;
|
|
1686
1692
|
},
|
|
1687
1693
|
set: function (v) {
|
|
1688
|
-
this.i.
|
|
1689
|
-
this._a("bottomMargin", this.i.
|
|
1694
|
+
this.i.gm = +v;
|
|
1695
|
+
this._a("bottomMargin", this.i.gm);
|
|
1690
1696
|
},
|
|
1691
1697
|
enumerable: false,
|
|
1692
1698
|
configurable: true
|
|
@@ -1702,11 +1708,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1702
1708
|
* ```
|
|
1703
1709
|
*/
|
|
1704
1710
|
get: function () {
|
|
1705
|
-
return this.i.
|
|
1711
|
+
return this.i.gl;
|
|
1706
1712
|
},
|
|
1707
1713
|
set: function (v) {
|
|
1708
|
-
this.i.
|
|
1709
|
-
this._a("autoMarginWidth", this.i.
|
|
1714
|
+
this.i.gl = +v;
|
|
1715
|
+
this._a("autoMarginWidth", this.i.gl);
|
|
1710
1716
|
},
|
|
1711
1717
|
enumerable: false,
|
|
1712
1718
|
configurable: true
|
|
@@ -1720,11 +1726,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1720
1726
|
* ```
|
|
1721
1727
|
*/
|
|
1722
1728
|
get: function () {
|
|
1723
|
-
return this.i.
|
|
1729
|
+
return this.i.gk;
|
|
1724
1730
|
},
|
|
1725
1731
|
set: function (v) {
|
|
1726
|
-
this.i.
|
|
1727
|
-
this._a("autoMarginHeight", this.i.
|
|
1732
|
+
this.i.gk = +v;
|
|
1733
|
+
this._a("autoMarginHeight", this.i.gk);
|
|
1728
1734
|
},
|
|
1729
1735
|
enumerable: false,
|
|
1730
1736
|
configurable: true
|
|
@@ -1734,11 +1740,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1734
1740
|
* Gets or sets the IsAntiAliasingEnabledDuringInteraction property.
|
|
1735
1741
|
*/
|
|
1736
1742
|
get: function () {
|
|
1737
|
-
return this.i.
|
|
1743
|
+
return this.i.eb;
|
|
1738
1744
|
},
|
|
1739
1745
|
set: function (v) {
|
|
1740
|
-
this.i.
|
|
1741
|
-
this._a("isAntiAliasingEnabledDuringInteraction", this.i.
|
|
1746
|
+
this.i.eb = ensureBool(v);
|
|
1747
|
+
this._a("isAntiAliasingEnabledDuringInteraction", this.i.eb);
|
|
1742
1748
|
},
|
|
1743
1749
|
enumerable: false,
|
|
1744
1750
|
configurable: true
|
|
@@ -1750,11 +1756,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1750
1756
|
* to appear blurry.
|
|
1751
1757
|
*/
|
|
1752
1758
|
get: function () {
|
|
1753
|
-
return this.i.
|
|
1759
|
+
return this.i.g0;
|
|
1754
1760
|
},
|
|
1755
1761
|
set: function (v) {
|
|
1756
|
-
this.i.
|
|
1757
|
-
this._a("pixelScalingRatio", this.i.
|
|
1762
|
+
this.i.g0 = +v;
|
|
1763
|
+
this._a("pixelScalingRatio", this.i.g0);
|
|
1758
1764
|
},
|
|
1759
1765
|
enumerable: false,
|
|
1760
1766
|
configurable: true
|
|
@@ -1764,11 +1770,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1764
1770
|
* Method of pixel scaling to use during end user interaction with the chart.
|
|
1765
1771
|
*/
|
|
1766
1772
|
get: function () {
|
|
1767
|
-
return this.i.
|
|
1773
|
+
return this.i.gy;
|
|
1768
1774
|
},
|
|
1769
1775
|
set: function (v) {
|
|
1770
|
-
this.i.
|
|
1771
|
-
this._a("interactionPixelScalingRatio", this.i.
|
|
1776
|
+
this.i.gy = +v;
|
|
1777
|
+
this._a("interactionPixelScalingRatio", this.i.gy);
|
|
1772
1778
|
},
|
|
1773
1779
|
enumerable: false,
|
|
1774
1780
|
configurable: true
|
|
@@ -1784,11 +1790,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1784
1790
|
* ```
|
|
1785
1791
|
*/
|
|
1786
1792
|
get: function () {
|
|
1787
|
-
return this.i.
|
|
1793
|
+
return this.i.gf;
|
|
1788
1794
|
},
|
|
1789
1795
|
set: function (v) {
|
|
1790
|
-
this.i.
|
|
1791
|
-
this._a("actualPixelScalingRatio", this.i.
|
|
1796
|
+
this.i.gf = +v;
|
|
1797
|
+
this._a("actualPixelScalingRatio", this.i.gf);
|
|
1792
1798
|
},
|
|
1793
1799
|
enumerable: false,
|
|
1794
1800
|
configurable: true
|
|
@@ -1802,11 +1808,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1802
1808
|
* ```
|
|
1803
1809
|
*/
|
|
1804
1810
|
get: function () {
|
|
1805
|
-
return this.i.
|
|
1811
|
+
return this.i.ge;
|
|
1806
1812
|
},
|
|
1807
1813
|
set: function (v) {
|
|
1808
|
-
this.i.
|
|
1809
|
-
this._a("actualInteractionPixelScalingRatio", this.i.
|
|
1814
|
+
this.i.ge = +v;
|
|
1815
|
+
this._a("actualInteractionPixelScalingRatio", this.i.ge);
|
|
1810
1816
|
},
|
|
1811
1817
|
enumerable: false,
|
|
1812
1818
|
configurable: true
|
|
@@ -1816,11 +1822,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1816
1822
|
* Gets or sets a whether the chart should pan its content when zooing in passed max zoom level.
|
|
1817
1823
|
*/
|
|
1818
1824
|
get: function () {
|
|
1819
|
-
return this.i.
|
|
1825
|
+
return this.i.fa;
|
|
1820
1826
|
},
|
|
1821
1827
|
set: function (v) {
|
|
1822
|
-
this.i.
|
|
1823
|
-
this._a("shouldPanOnMaximumZoom", this.i.
|
|
1828
|
+
this.i.fa = ensureBool(v);
|
|
1829
|
+
this._a("shouldPanOnMaximumZoom", this.i.fa);
|
|
1824
1830
|
},
|
|
1825
1831
|
enumerable: false,
|
|
1826
1832
|
configurable: true
|
|
@@ -1830,11 +1836,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1830
1836
|
* Gets the actual value of the window rectangle, which represents the current zoom level.
|
|
1831
1837
|
*/
|
|
1832
1838
|
get: function () {
|
|
1833
|
-
return fromRect(this.i.
|
|
1839
|
+
return fromRect(this.i.tj);
|
|
1834
1840
|
},
|
|
1835
1841
|
set: function (v) {
|
|
1836
|
-
this.i.
|
|
1837
|
-
this._a("actualWindowRect", rectToString(this.i.
|
|
1842
|
+
this.i.tj = toRect(v);
|
|
1843
|
+
this._a("actualWindowRect", rectToString(this.i.tj));
|
|
1838
1844
|
},
|
|
1839
1845
|
enumerable: false,
|
|
1840
1846
|
configurable: true
|
|
@@ -1849,11 +1855,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1849
1855
|
* ```
|
|
1850
1856
|
*/
|
|
1851
1857
|
get: function () {
|
|
1852
|
-
return this.i.
|
|
1858
|
+
return this.i.gg;
|
|
1853
1859
|
},
|
|
1854
1860
|
set: function (v) {
|
|
1855
|
-
this.i.
|
|
1856
|
-
this._a("actualWindowPositionHorizontal", this.i.
|
|
1861
|
+
this.i.gg = +v;
|
|
1862
|
+
this._a("actualWindowPositionHorizontal", this.i.gg);
|
|
1857
1863
|
},
|
|
1858
1864
|
enumerable: false,
|
|
1859
1865
|
configurable: true
|
|
@@ -1869,11 +1875,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1869
1875
|
* ```
|
|
1870
1876
|
*/
|
|
1871
1877
|
get: function () {
|
|
1872
|
-
return this.i.
|
|
1878
|
+
return this.i.gh;
|
|
1873
1879
|
},
|
|
1874
1880
|
set: function (v) {
|
|
1875
|
-
this.i.
|
|
1876
|
-
this._a("actualWindowPositionVertical", this.i.
|
|
1881
|
+
this.i.gh = +v;
|
|
1882
|
+
this._a("actualWindowPositionVertical", this.i.gh);
|
|
1877
1883
|
},
|
|
1878
1884
|
enumerable: false,
|
|
1879
1885
|
configurable: true
|
|
@@ -1953,9 +1959,6 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1953
1959
|
var iv = this.i.getDesiredToolbarActions();
|
|
1954
1960
|
return (iv);
|
|
1955
1961
|
};
|
|
1956
|
-
IgcSeriesViewerComponent.prototype.onToolCommandExecuting = function (command) {
|
|
1957
|
-
this.i.onToolCommandExecuting(command);
|
|
1958
|
-
};
|
|
1959
1962
|
IgcSeriesViewerComponent.prototype.addCommandAvailabilityListener = function (listener) {
|
|
1960
1963
|
this.i.addCommandAvailabilityListener(listener);
|
|
1961
1964
|
};
|
|
@@ -1977,55 +1980,55 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1977
1980
|
* ```
|
|
1978
1981
|
*/
|
|
1979
1982
|
IgcSeriesViewerComponent.prototype.hideToolTip = function () {
|
|
1980
|
-
this.i.
|
|
1983
|
+
this.i.l7();
|
|
1981
1984
|
};
|
|
1982
1985
|
IgcSeriesViewerComponent.prototype.simulateHover = function (point) {
|
|
1983
|
-
this.i.
|
|
1986
|
+
this.i.o9(toPoint(point));
|
|
1984
1987
|
};
|
|
1985
1988
|
/**
|
|
1986
1989
|
* Manually starts a tiled zoom if one isn't already running.
|
|
1987
1990
|
|
|
1988
1991
|
*/
|
|
1989
1992
|
IgcSeriesViewerComponent.prototype.startTiledZoomingIfNecessary = function () {
|
|
1990
|
-
this.i.
|
|
1993
|
+
this.i.pb();
|
|
1991
1994
|
};
|
|
1992
1995
|
/**
|
|
1993
1996
|
* Manually ends a tiled zoom if one is running.
|
|
1994
1997
|
|
|
1995
1998
|
*/
|
|
1996
1999
|
IgcSeriesViewerComponent.prototype.endTiledZoomingIfRunning = function () {
|
|
1997
|
-
this.i.
|
|
2000
|
+
this.i.l1();
|
|
1998
2001
|
};
|
|
1999
2002
|
/**
|
|
2000
2003
|
* Clears the tile zoom tile cache so that new tiles will be generated. Only applies if the viewer is using a tile based zoom.
|
|
2001
2004
|
|
|
2002
2005
|
*/
|
|
2003
2006
|
IgcSeriesViewerComponent.prototype.clearTileZoomCache = function () {
|
|
2004
|
-
this.i.
|
|
2007
|
+
this.i.lv();
|
|
2005
2008
|
};
|
|
2006
2009
|
/**
|
|
2007
2010
|
* Performs zoom in action on the chart by specified percentage of current window rect
|
|
2008
2011
|
|
|
2009
2012
|
*/
|
|
2010
2013
|
IgcSeriesViewerComponent.prototype.zoomIn = function (percentage) {
|
|
2011
|
-
this.i.
|
|
2014
|
+
this.i.pt(percentage);
|
|
2012
2015
|
};
|
|
2013
2016
|
/**
|
|
2014
2017
|
* Performs zoom out action on the chart by specified percentage of current window rect
|
|
2015
2018
|
|
|
2016
2019
|
*/
|
|
2017
2020
|
IgcSeriesViewerComponent.prototype.zoomOut = function (percentage) {
|
|
2018
|
-
this.i.
|
|
2021
|
+
this.i.pu(percentage);
|
|
2019
2022
|
};
|
|
2020
2023
|
/**
|
|
2021
2024
|
* Resets the zoom level to default.
|
|
2022
2025
|
|
|
2023
2026
|
*/
|
|
2024
2027
|
IgcSeriesViewerComponent.prototype.resetZoom = function () {
|
|
2025
|
-
this.i.
|
|
2028
|
+
this.i.o3();
|
|
2026
2029
|
};
|
|
2027
2030
|
IgcSeriesViewerComponent.prototype.cancelManipulation = function () {
|
|
2028
|
-
this.i.
|
|
2031
|
+
this.i.lq();
|
|
2029
2032
|
};
|
|
2030
2033
|
/**
|
|
2031
2034
|
* Gets actual window scale for horizontal dimension of the control
|
|
@@ -2036,7 +2039,7 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2036
2039
|
* ```
|
|
2037
2040
|
*/
|
|
2038
2041
|
IgcSeriesViewerComponent.prototype.getActualWindowScaleHorizontal = function () {
|
|
2039
|
-
var iv = this.i.
|
|
2042
|
+
var iv = this.i.gp();
|
|
2040
2043
|
return (iv);
|
|
2041
2044
|
};
|
|
2042
2045
|
/**
|
|
@@ -2048,7 +2051,7 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2048
2051
|
* ```
|
|
2049
2052
|
*/
|
|
2050
2053
|
IgcSeriesViewerComponent.prototype.getActualWindowScaleVertical = function () {
|
|
2051
|
-
var iv = this.i.
|
|
2054
|
+
var iv = this.i.gq();
|
|
2052
2055
|
return (iv);
|
|
2053
2056
|
};
|
|
2054
2057
|
/**
|
|
@@ -2064,10 +2067,10 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2064
2067
|
* @param s * The series to attach to the chart.
|
|
2065
2068
|
*/
|
|
2066
2069
|
IgcSeriesViewerComponent.prototype.attachSeries = function (s) {
|
|
2067
|
-
this.i.
|
|
2070
|
+
this.i.lo((s == null ? null : s.i));
|
|
2068
2071
|
};
|
|
2069
2072
|
IgcSeriesViewerComponent.prototype.notifySetItem = function (source_, index, oldItem, newItem) {
|
|
2070
|
-
this.i.
|
|
2073
|
+
this.i.mq(source_, index, oldItem, newItem);
|
|
2071
2074
|
};
|
|
2072
2075
|
/**
|
|
2073
2076
|
* Used to manually notify the SeriesViewer that the data source has reset or cleared its items. Invoking this method is only necessary if that datasource is not observable.
|
|
@@ -2079,13 +2082,13 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2079
2082
|
* ```
|
|
2080
2083
|
*/
|
|
2081
2084
|
IgcSeriesViewerComponent.prototype.notifyClearItems = function (source_) {
|
|
2082
|
-
this.i.
|
|
2085
|
+
this.i.mh(source_);
|
|
2083
2086
|
};
|
|
2084
2087
|
IgcSeriesViewerComponent.prototype.notifyInsertItem = function (source_, index, newItem) {
|
|
2085
|
-
this.i.
|
|
2088
|
+
this.i.mo(source_, index, newItem);
|
|
2086
2089
|
};
|
|
2087
2090
|
IgcSeriesViewerComponent.prototype.notifyRemoveItem = function (source_, index, oldItem) {
|
|
2088
|
-
this.i.
|
|
2091
|
+
this.i.mp(source_, index, oldItem);
|
|
2089
2092
|
};
|
|
2090
2093
|
/**
|
|
2091
2094
|
* Release any resources held by the control.
|
|
@@ -2095,11 +2098,11 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2095
2098
|
this.i.destroy();
|
|
2096
2099
|
};
|
|
2097
2100
|
IgcSeriesViewerComponent.prototype.getCurrentActualWindowRect = function () {
|
|
2098
|
-
var iv = this.i.
|
|
2101
|
+
var iv = this.i.tp();
|
|
2099
2102
|
return fromRect(iv);
|
|
2100
2103
|
};
|
|
2101
2104
|
IgcSeriesViewerComponent.prototype.renderToImage = function (width, height) {
|
|
2102
|
-
var iv = this.i.
|
|
2105
|
+
var iv = this.i.h2(width, height);
|
|
2103
2106
|
return (iv);
|
|
2104
2107
|
};
|
|
2105
2108
|
/**
|
|
@@ -2115,6 +2118,9 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2115
2118
|
IgcSeriesViewerComponent.prototype.flush = function () {
|
|
2116
2119
|
this.i.flush();
|
|
2117
2120
|
};
|
|
2121
|
+
IgcSeriesViewerComponent.prototype.captureImage = function (settings) {
|
|
2122
|
+
this.i.lr((settings == null ? null : settings.i));
|
|
2123
|
+
};
|
|
2118
2124
|
Object.defineProperty(IgcSeriesViewerComponent.prototype, "plotAreaMouseLeftButtonDown", {
|
|
2119
2125
|
/**
|
|
2120
2126
|
* Occurs when the left mouse button is pressed while the mouse pointer is over the plot area.
|
|
@@ -2795,6 +2801,37 @@ var IgcSeriesViewerComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2795
2801
|
enumerable: false,
|
|
2796
2802
|
configurable: true
|
|
2797
2803
|
});
|
|
2804
|
+
Object.defineProperty(IgcSeriesViewerComponent.prototype, "imageCaptured", {
|
|
2805
|
+
/**
|
|
2806
|
+
* Event raised when an image of the component is saved
|
|
2807
|
+
*/
|
|
2808
|
+
get: function () {
|
|
2809
|
+
return this._imageCaptured;
|
|
2810
|
+
},
|
|
2811
|
+
set: function (ev) {
|
|
2812
|
+
var _this = this;
|
|
2813
|
+
if (this._imageCaptured_wrapped !== null) {
|
|
2814
|
+
this.i.imageCaptured = delegateRemove(this.i.imageCaptured, this._imageCaptured_wrapped);
|
|
2815
|
+
this._imageCaptured_wrapped = null;
|
|
2816
|
+
this._imageCaptured = null;
|
|
2817
|
+
}
|
|
2818
|
+
this._imageCaptured = ev;
|
|
2819
|
+
this._imageCaptured_wrapped = function (o, e) {
|
|
2820
|
+
var outerArgs = new IgcImageCapturedEventArgs();
|
|
2821
|
+
outerArgs._provideImplementation(e);
|
|
2822
|
+
if (_this.beforeImageCaptured) {
|
|
2823
|
+
_this.beforeImageCaptured(_this, outerArgs);
|
|
2824
|
+
}
|
|
2825
|
+
if (_this._imageCaptured) {
|
|
2826
|
+
_this._imageCaptured(_this, outerArgs);
|
|
2827
|
+
}
|
|
2828
|
+
};
|
|
2829
|
+
this.i.imageCaptured = delegateCombine(this.i.imageCaptured, this._imageCaptured_wrapped);
|
|
2830
|
+
;
|
|
2831
|
+
},
|
|
2832
|
+
enumerable: false,
|
|
2833
|
+
configurable: true
|
|
2834
|
+
});
|
|
2798
2835
|
IgcSeriesViewerComponent._observedAttributesIgcSeriesViewerComponent = null;
|
|
2799
2836
|
return IgcSeriesViewerComponent;
|
|
2800
2837
|
}(IgcHTMLElement));
|