igniteui-webcomponents-charts 3.2.4 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-charts.umd.js +9844 -6856
- package/bundles/igniteui-webcomponents-charts.umd.min.js +1 -1
- package/esm2015/lib/BarSeries_combined.js +37 -21
- package/esm2015/lib/CategoryChart.js +453 -444
- package/esm2015/lib/ChartSummaryDescription.js +29 -29
- package/esm2015/lib/ChartSummaryDescriptionCollection.js +7 -7
- package/esm2015/lib/DomainChart.js +1833 -1829
- package/esm2015/lib/FinancialChart_combined.js +1293 -1293
- package/esm2015/lib/SeriesViewerInteractionManager.js +1 -1
- package/esm2015/lib/Stacked100BarBucketCalculator.js +4 -4
- package/esm2015/lib/Stacked100ColumnBucketCalculator.js +4 -4
- package/esm2015/lib/StackedSeriesCreatedEventArgs_combined.js +636 -535
- package/esm2015/lib/XYChart.js +705 -705
- package/esm2015/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-accumulation-distribution-indicator-component.js +14 -0
- package/esm2015/lib/igc-anchored-category-series-component.js +14 -0
- package/esm2015/lib/igc-anchored-radial-series-component.js +14 -0
- package/esm2015/lib/igc-annotation-layer-component.js +14 -0
- package/esm2015/lib/igc-area-fragment-component.js +14 -0
- package/esm2015/lib/igc-area-series-component.js +14 -0
- package/esm2015/lib/igc-assigning-series-style-event-args-base.js +33 -5
- package/esm2015/lib/igc-average-directional-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-average-true-range-indicator-component.js +14 -0
- package/esm2015/lib/igc-axis-annotation.js +5 -0
- package/esm2015/lib/igc-axis-component.js +28 -6
- package/esm2015/lib/igc-bar-fragment-component.js +28 -12
- package/esm2015/lib/igc-bar-series-component.js +14 -0
- package/esm2015/lib/igc-bollinger-band-width-indicator-component.js +14 -0
- package/esm2015/lib/igc-bollinger-bands-overlay-component.js +14 -0
- package/esm2015/lib/igc-brush-scale-component.js +20 -0
- package/esm2015/lib/igc-bubble-series-component.js +28 -12
- package/esm2015/lib/igc-calculated-column.js +5 -0
- package/esm2015/lib/igc-callout-annotation.js +12 -6
- package/esm2015/lib/igc-callout-label-updating-event-args.js +7 -6
- package/esm2015/lib/igc-callout-layer-component.js +26 -6
- package/esm2015/lib/igc-callout-render-style-updating-event-args.js +7 -6
- package/esm2015/lib/igc-callout-series-selecting-event-args.js +7 -6
- package/esm2015/lib/igc-callout-style-updating-event-args.js +7 -6
- package/esm2015/lib/igc-category-angle-axis-component.js +14 -0
- package/esm2015/lib/igc-category-axis-base-component.js +14 -0
- package/esm2015/lib/igc-category-chart-component.js +127 -127
- package/esm2015/lib/igc-category-date-time-x-axis-component.js +14 -0
- package/esm2015/lib/igc-category-highlight-layer-component.js +21 -6
- package/esm2015/lib/igc-category-item-highlight-layer-component.js +21 -6
- package/esm2015/lib/igc-category-series-component.js +16 -0
- package/esm2015/lib/igc-category-tool-tip-layer-component.js +21 -6
- package/esm2015/lib/igc-category-x-axis-component.js +14 -0
- package/esm2015/lib/igc-category-y-axis-component.js +14 -0
- package/esm2015/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-chaikin-volatility-indicator-component.js +14 -0
- package/esm2015/lib/igc-chart-cursor-event-args.js +10 -8
- package/esm2015/lib/igc-chart-group-description-collection.js +18 -1
- package/esm2015/lib/igc-chart-mouse-event-args.js +10 -8
- package/esm2015/lib/igc-chart-series-event-args.js +7 -6
- package/esm2015/lib/igc-chart-sort-description-collection.js +18 -1
- package/esm2015/lib/igc-chart-sort-description.js +5 -0
- package/esm2015/lib/igc-chart-summary-description-collection.js +18 -1
- package/esm2015/lib/igc-chart-summary-description.js +9 -3
- package/esm2015/lib/igc-color-scale-component.js +20 -0
- package/esm2015/lib/igc-column-fragment-component.js +28 -12
- package/esm2015/lib/igc-column-series-component.js +14 -0
- package/esm2015/lib/igc-column-supporting-calculation.js +5 -0
- package/esm2015/lib/igc-commodity-channel-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-contour-value-resolver-component.js +19 -0
- package/esm2015/lib/igc-crosshair-layer-component.js +21 -6
- package/esm2015/lib/igc-custom-contour-value-resolver-component.js +15 -0
- package/esm2015/lib/igc-custom-indicator-component.js +14 -0
- package/esm2015/lib/igc-custom-palette-brush-scale-component.js +14 -0
- package/esm2015/lib/igc-custom-palette-color-scale-component.js +14 -0
- package/esm2015/lib/igc-data-chart-mouse-button-event-args.js +10 -8
- package/esm2015/lib/igc-data-legend-component.js +11 -0
- package/esm2015/lib/igc-data-source-supporting-calculation.js +5 -0
- package/esm2015/lib/igc-data-tool-tip-layer-component.js +21 -6
- package/esm2015/lib/igc-detrended-price-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-domain-chart-component.js +782 -714
- package/esm2015/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
- package/esm2015/lib/igc-doughnut-chart-component.js +7 -0
- package/esm2015/lib/igc-ease-of-movement-indicator-component.js +14 -0
- package/esm2015/lib/igc-fast-stochastic-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-final-value-layer-component.js +21 -6
- package/esm2015/lib/igc-financial-calculation-data-source.js +14 -6
- package/esm2015/lib/igc-financial-calculation-supporting-calculations.js +29 -16
- package/esm2015/lib/igc-financial-chart-component.js +173 -172
- package/esm2015/lib/igc-financial-chart-custom-indicator-args.js +7 -6
- package/esm2015/lib/igc-financial-event-args.js +22 -10
- package/esm2015/lib/igc-financial-indicator-component.js +14 -0
- package/esm2015/lib/igc-financial-overlay-component.js +14 -0
- package/esm2015/lib/igc-financial-price-series-component.js +14 -0
- package/esm2015/lib/igc-financial-series-component.js +31 -12
- package/esm2015/lib/igc-force-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-fragment-base-component.js +14 -0
- package/esm2015/lib/igc-full-stochastic-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-funnel-chart-component.js +9 -0
- package/esm2015/lib/igc-funnel-data-context.js +5 -0
- package/esm2015/lib/igc-hierarchical-ring-series-component.js +14 -0
- package/esm2015/lib/igc-high-density-scatter-series-component.js +29 -12
- package/esm2015/lib/igc-highlighting-info.js +12 -6
- package/esm2015/lib/igc-horizontal-anchored-category-series-component.js +28 -12
- package/esm2015/lib/igc-horizontal-range-category-series-component.js +28 -12
- package/esm2015/lib/igc-horizontal-stacked-series-base-component.js +28 -12
- package/esm2015/lib/igc-item-tool-tip-layer-component.js +21 -6
- package/esm2015/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
- package/esm2015/lib/igc-legend-base-component.js +10 -0
- package/esm2015/lib/igc-line-fragment-component.js +14 -0
- package/esm2015/lib/igc-line-series-component.js +14 -0
- package/esm2015/lib/igc-linear-contour-value-resolver-component.js +14 -0
- package/esm2015/lib/igc-marker-series-component.js +14 -0
- package/esm2015/lib/igc-market-facilitation-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-mass-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-median-price-indicator-component.js +14 -0
- package/esm2015/lib/igc-money-flow-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-moving-average-convergence-divergence-indicator-component.js +14 -0
- package/esm2015/lib/igc-negative-volume-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-numeric-angle-axis-component.js +14 -0
- package/esm2015/lib/igc-numeric-axis-base-component.js +14 -0
- package/esm2015/lib/igc-numeric-radius-axis-component.js +14 -0
- package/esm2015/lib/igc-numeric-x-axis-component.js +14 -0
- package/esm2015/lib/igc-numeric-y-axis-component.js +14 -0
- package/esm2015/lib/igc-on-balance-volume-indicator-component.js +14 -0
- package/esm2015/lib/igc-ordinal-time-x-axis-component.js +14 -0
- package/esm2015/lib/igc-percent-change-y-axis-component.js +14 -0
- package/esm2015/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-pie-chart-base-component.js +28 -0
- package/esm2015/lib/igc-pie-slice-others-context.js +5 -0
- package/esm2015/lib/igc-plot-area-mouse-button-event-args.js +3 -2
- package/esm2015/lib/igc-plot-area-mouse-event-args.js +3 -2
- package/esm2015/lib/igc-point-series-component.js +14 -0
- package/esm2015/lib/igc-polar-area-series-component.js +14 -0
- package/esm2015/lib/igc-polar-base-component.js +30 -12
- package/esm2015/lib/igc-polar-line-series-base-component.js +14 -0
- package/esm2015/lib/igc-polar-line-series-component.js +14 -0
- package/esm2015/lib/igc-polar-scatter-series-component.js +14 -0
- package/esm2015/lib/igc-polar-spline-area-series-component.js +14 -0
- package/esm2015/lib/igc-polar-spline-series-component.js +14 -0
- package/esm2015/lib/igc-positive-volume-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-price-channel-overlay-component.js +14 -0
- package/esm2015/lib/igc-price-volume-trend-indicator-component.js +14 -0
- package/esm2015/lib/igc-radial-area-series-component.js +14 -0
- package/esm2015/lib/igc-radial-base-component.js +30 -12
- package/esm2015/lib/igc-radial-column-series-component.js +14 -0
- package/esm2015/lib/igc-radial-line-series-component.js +14 -0
- package/esm2015/lib/igc-radial-pie-series-component.js +14 -0
- package/esm2015/lib/igc-range-area-series-component.js +14 -0
- package/esm2015/lib/igc-range-category-series-component.js +14 -0
- package/esm2015/lib/igc-range-column-series-component.js +14 -0
- package/esm2015/lib/igc-rate-of-change-and-momentum-indicator-component.js +14 -0
- package/esm2015/lib/igc-relative-strength-index-indicator-component.js +14 -0
- package/esm2015/lib/igc-ring-series-base-component.js +20 -0
- package/esm2015/lib/igc-ring-series-component.js +25 -5
- package/esm2015/lib/igc-ring.js +12 -6
- package/esm2015/lib/igc-scale-legend-component.js +14 -0
- package/esm2015/lib/igc-scaler-params.js +5 -0
- package/esm2015/lib/igc-scatter-area-series-component.js +28 -12
- package/esm2015/lib/igc-scatter-base-component.js +30 -12
- package/esm2015/lib/igc-scatter-contour-series-component.js +35 -18
- package/esm2015/lib/igc-scatter-line-series-component.js +14 -0
- package/esm2015/lib/igc-scatter-polygon-series-component.js +25 -5
- package/esm2015/lib/igc-scatter-polyline-series-component.js +25 -5
- package/esm2015/lib/igc-scatter-series-component.js +14 -0
- package/esm2015/lib/igc-scatter-spline-series-component.js +14 -0
- package/esm2015/lib/igc-scatter-triangulation-series-component.js +29 -12
- package/esm2015/lib/igc-series-component.js +20 -0
- package/esm2015/lib/igc-series-viewer-component.js +38 -0
- package/esm2015/lib/igc-shape-series-base-component.js +31 -12
- package/esm2015/lib/igc-size-scale-component.js +20 -0
- package/esm2015/lib/igc-slow-stochastic-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-sparkline-component.js +5 -0
- package/esm2015/lib/igc-spline-area-fragment-component.js +14 -0
- package/esm2015/lib/igc-spline-area-series-component.js +14 -0
- package/esm2015/lib/igc-spline-fragment-base-component.js +14 -0
- package/esm2015/lib/igc-spline-fragment-component.js +14 -0
- package/esm2015/lib/igc-spline-series-base-component.js +14 -0
- package/esm2015/lib/igc-spline-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-100-area-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-100-bar-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-100-column-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-100-line-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-100-spline-area-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-100-spline-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-area-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-bar-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-column-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-fragment-series-component.js +284 -218
- package/esm2015/lib/igc-stacked-line-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-series-base-component.js +1 -0
- package/esm2015/lib/igc-stacked-series-created-event-args.js +11 -5
- package/esm2015/lib/igc-stacked-spline-area-series-component.js +14 -0
- package/esm2015/lib/igc-stacked-spline-series-component.js +14 -0
- package/esm2015/lib/igc-standard-deviation-indicator-component.js +14 -0
- package/esm2015/lib/igc-step-area-series-component.js +14 -0
- package/esm2015/lib/igc-step-line-series-component.js +14 -0
- package/esm2015/lib/igc-stoch-rsi-indicator-component.js +14 -0
- package/esm2015/lib/igc-straight-numeric-axis-base-component.js +14 -0
- package/esm2015/lib/igc-strategy-based-indicator-component.js +14 -0
- package/esm2015/lib/igc-time-axis-base-component.js +14 -0
- package/esm2015/lib/igc-time-axis-break-component.js +19 -0
- package/esm2015/lib/igc-time-axis-interval-component.js +19 -0
- package/esm2015/lib/igc-time-axis-label-format-component.js +19 -0
- package/esm2015/lib/igc-time-x-axis-component.js +14 -0
- package/esm2015/lib/igc-treemap-component.js +11 -0
- package/esm2015/lib/igc-treemap-node-style-component.js +19 -0
- package/esm2015/lib/igc-treemap-node-style-mapping-component.js +14 -0
- package/esm2015/lib/igc-treemap-node-styling-event-args.js +7 -6
- package/esm2015/lib/igc-trix-indicator-component.js +14 -0
- package/esm2015/lib/igc-typical-price-indicator-component.js +14 -0
- package/esm2015/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
- package/esm2015/lib/igc-value-brush-scale-component.js +14 -0
- package/esm2015/lib/igc-value-overlay-component.js +21 -6
- package/esm2015/lib/igc-vertical-anchored-category-series-component.js +28 -12
- package/esm2015/lib/igc-vertical-stacked-series-base-component.js +28 -12
- package/esm2015/lib/igc-waterfall-series-component.js +14 -0
- package/esm2015/lib/igc-weighted-close-indicator-component.js +14 -0
- package/esm2015/lib/igc-williams-percent-r-indicator-component.js +14 -0
- package/esm2015/lib/igc-xy-chart-component.js +232 -218
- package/esm2015/lib/igc-zoom-slider-component.js +7 -0
- package/esm5/lib/BarSeries_combined.js +37 -21
- package/esm5/lib/CategoryChart.js +433 -424
- package/esm5/lib/ChartSummaryDescription.js +26 -26
- package/esm5/lib/ChartSummaryDescriptionCollection.js +7 -7
- package/esm5/lib/DomainChart.js +1732 -1728
- package/esm5/lib/FinancialChart_combined.js +1268 -1268
- package/esm5/lib/SeriesViewerInteractionManager.js +1 -1
- package/esm5/lib/Stacked100BarBucketCalculator.js +4 -4
- package/esm5/lib/Stacked100ColumnBucketCalculator.js +4 -4
- package/esm5/lib/StackedSeriesCreatedEventArgs_combined.js +944 -795
- package/esm5/lib/XYChart.js +671 -671
- package/esm5/lib/igc-absolute-volume-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-accumulation-distribution-indicator-component.js +14 -0
- package/esm5/lib/igc-anchored-category-series-component.js +14 -0
- package/esm5/lib/igc-anchored-radial-series-component.js +14 -0
- package/esm5/lib/igc-annotation-layer-component.js +14 -0
- package/esm5/lib/igc-area-fragment-component.js +14 -0
- package/esm5/lib/igc-area-series-component.js +14 -0
- package/esm5/lib/igc-assigning-series-style-event-args-base.js +34 -6
- package/esm5/lib/igc-average-directional-index-indicator-component.js +14 -0
- package/esm5/lib/igc-average-true-range-indicator-component.js +14 -0
- package/esm5/lib/igc-axis-annotation.js +5 -0
- package/esm5/lib/igc-axis-component.js +28 -6
- package/esm5/lib/igc-bar-fragment-component.js +28 -12
- package/esm5/lib/igc-bar-series-component.js +14 -0
- package/esm5/lib/igc-bollinger-band-width-indicator-component.js +14 -0
- package/esm5/lib/igc-bollinger-bands-overlay-component.js +14 -0
- package/esm5/lib/igc-brush-scale-component.js +20 -0
- package/esm5/lib/igc-bubble-series-component.js +28 -12
- package/esm5/lib/igc-calculated-column.js +5 -0
- package/esm5/lib/igc-callout-annotation.js +12 -6
- package/esm5/lib/igc-callout-label-updating-event-args.js +7 -6
- package/esm5/lib/igc-callout-layer-component.js +26 -6
- package/esm5/lib/igc-callout-render-style-updating-event-args.js +7 -6
- package/esm5/lib/igc-callout-series-selecting-event-args.js +7 -6
- package/esm5/lib/igc-callout-style-updating-event-args.js +7 -6
- package/esm5/lib/igc-category-angle-axis-component.js +14 -0
- package/esm5/lib/igc-category-axis-base-component.js +14 -0
- package/esm5/lib/igc-category-chart-component.js +127 -127
- package/esm5/lib/igc-category-date-time-x-axis-component.js +14 -0
- package/esm5/lib/igc-category-highlight-layer-component.js +21 -6
- package/esm5/lib/igc-category-item-highlight-layer-component.js +21 -6
- package/esm5/lib/igc-category-series-component.js +16 -0
- package/esm5/lib/igc-category-tool-tip-layer-component.js +21 -6
- package/esm5/lib/igc-category-x-axis-component.js +14 -0
- package/esm5/lib/igc-category-y-axis-component.js +14 -0
- package/esm5/lib/igc-chaikin-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-chaikin-volatility-indicator-component.js +14 -0
- package/esm5/lib/igc-chart-cursor-event-args.js +10 -8
- package/esm5/lib/igc-chart-group-description-collection.js +18 -1
- package/esm5/lib/igc-chart-mouse-event-args.js +10 -8
- package/esm5/lib/igc-chart-series-event-args.js +7 -6
- package/esm5/lib/igc-chart-sort-description-collection.js +18 -1
- package/esm5/lib/igc-chart-sort-description.js +5 -0
- package/esm5/lib/igc-chart-summary-description-collection.js +18 -1
- package/esm5/lib/igc-chart-summary-description.js +9 -3
- package/esm5/lib/igc-color-scale-component.js +20 -0
- package/esm5/lib/igc-column-fragment-component.js +28 -12
- package/esm5/lib/igc-column-series-component.js +14 -0
- package/esm5/lib/igc-column-supporting-calculation.js +5 -0
- package/esm5/lib/igc-commodity-channel-index-indicator-component.js +14 -0
- package/esm5/lib/igc-contour-value-resolver-component.js +19 -0
- package/esm5/lib/igc-crosshair-layer-component.js +21 -6
- package/esm5/lib/igc-custom-contour-value-resolver-component.js +15 -0
- package/esm5/lib/igc-custom-indicator-component.js +14 -0
- package/esm5/lib/igc-custom-palette-brush-scale-component.js +14 -0
- package/esm5/lib/igc-custom-palette-color-scale-component.js +14 -0
- package/esm5/lib/igc-data-chart-mouse-button-event-args.js +10 -8
- package/esm5/lib/igc-data-legend-component.js +11 -0
- package/esm5/lib/igc-data-source-supporting-calculation.js +5 -0
- package/esm5/lib/igc-data-tool-tip-layer-component.js +21 -6
- package/esm5/lib/igc-detrended-price-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-domain-chart-component.js +782 -714
- package/esm5/lib/igc-domain-chart-series-pointer-event-args.js +7 -6
- package/esm5/lib/igc-doughnut-chart-component.js +7 -0
- package/esm5/lib/igc-ease-of-movement-indicator-component.js +14 -0
- package/esm5/lib/igc-fast-stochastic-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-final-value-layer-component.js +21 -6
- package/esm5/lib/igc-financial-calculation-data-source.js +14 -6
- package/esm5/lib/igc-financial-calculation-supporting-calculations.js +29 -16
- package/esm5/lib/igc-financial-chart-component.js +173 -172
- package/esm5/lib/igc-financial-chart-custom-indicator-args.js +7 -6
- package/esm5/lib/igc-financial-event-args.js +22 -10
- package/esm5/lib/igc-financial-indicator-component.js +14 -0
- package/esm5/lib/igc-financial-overlay-component.js +14 -0
- package/esm5/lib/igc-financial-price-series-component.js +14 -0
- package/esm5/lib/igc-financial-series-component.js +31 -12
- package/esm5/lib/igc-force-index-indicator-component.js +14 -0
- package/esm5/lib/igc-fragment-base-component.js +14 -0
- package/esm5/lib/igc-full-stochastic-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-funnel-chart-component.js +9 -0
- package/esm5/lib/igc-funnel-data-context.js +5 -0
- package/esm5/lib/igc-hierarchical-ring-series-component.js +14 -0
- package/esm5/lib/igc-high-density-scatter-series-component.js +29 -12
- package/esm5/lib/igc-highlighting-info.js +12 -6
- package/esm5/lib/igc-horizontal-anchored-category-series-component.js +28 -12
- package/esm5/lib/igc-horizontal-range-category-series-component.js +28 -12
- package/esm5/lib/igc-horizontal-stacked-series-base-component.js +28 -12
- package/esm5/lib/igc-item-tool-tip-layer-component.js +21 -6
- package/esm5/lib/igc-itemwise-strategy-based-indicator-component.js +14 -0
- package/esm5/lib/igc-legend-base-component.js +10 -0
- package/esm5/lib/igc-line-fragment-component.js +14 -0
- package/esm5/lib/igc-line-series-component.js +14 -0
- package/esm5/lib/igc-linear-contour-value-resolver-component.js +14 -0
- package/esm5/lib/igc-marker-series-component.js +14 -0
- package/esm5/lib/igc-market-facilitation-index-indicator-component.js +14 -0
- package/esm5/lib/igc-mass-index-indicator-component.js +14 -0
- package/esm5/lib/igc-median-price-indicator-component.js +14 -0
- package/esm5/lib/igc-money-flow-index-indicator-component.js +14 -0
- package/esm5/lib/igc-moving-average-convergence-divergence-indicator-component.js +14 -0
- package/esm5/lib/igc-negative-volume-index-indicator-component.js +14 -0
- package/esm5/lib/igc-numeric-angle-axis-component.js +14 -0
- package/esm5/lib/igc-numeric-axis-base-component.js +14 -0
- package/esm5/lib/igc-numeric-radius-axis-component.js +14 -0
- package/esm5/lib/igc-numeric-x-axis-component.js +14 -0
- package/esm5/lib/igc-numeric-y-axis-component.js +14 -0
- package/esm5/lib/igc-on-balance-volume-indicator-component.js +14 -0
- package/esm5/lib/igc-ordinal-time-x-axis-component.js +14 -0
- package/esm5/lib/igc-percent-change-y-axis-component.js +14 -0
- package/esm5/lib/igc-percentage-price-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-percentage-volume-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-pie-chart-base-component.js +28 -0
- package/esm5/lib/igc-pie-slice-others-context.js +5 -0
- package/esm5/lib/igc-plot-area-mouse-button-event-args.js +3 -2
- package/esm5/lib/igc-plot-area-mouse-event-args.js +3 -2
- package/esm5/lib/igc-point-series-component.js +14 -0
- package/esm5/lib/igc-polar-area-series-component.js +14 -0
- package/esm5/lib/igc-polar-base-component.js +30 -12
- package/esm5/lib/igc-polar-line-series-base-component.js +14 -0
- package/esm5/lib/igc-polar-line-series-component.js +14 -0
- package/esm5/lib/igc-polar-scatter-series-component.js +14 -0
- package/esm5/lib/igc-polar-spline-area-series-component.js +14 -0
- package/esm5/lib/igc-polar-spline-series-component.js +14 -0
- package/esm5/lib/igc-positive-volume-index-indicator-component.js +14 -0
- package/esm5/lib/igc-price-channel-overlay-component.js +14 -0
- package/esm5/lib/igc-price-volume-trend-indicator-component.js +14 -0
- package/esm5/lib/igc-radial-area-series-component.js +14 -0
- package/esm5/lib/igc-radial-base-component.js +30 -12
- package/esm5/lib/igc-radial-column-series-component.js +14 -0
- package/esm5/lib/igc-radial-line-series-component.js +14 -0
- package/esm5/lib/igc-radial-pie-series-component.js +14 -0
- package/esm5/lib/igc-range-area-series-component.js +14 -0
- package/esm5/lib/igc-range-category-series-component.js +14 -0
- package/esm5/lib/igc-range-column-series-component.js +14 -0
- package/esm5/lib/igc-rate-of-change-and-momentum-indicator-component.js +14 -0
- package/esm5/lib/igc-relative-strength-index-indicator-component.js +14 -0
- package/esm5/lib/igc-ring-series-base-component.js +20 -0
- package/esm5/lib/igc-ring-series-component.js +25 -5
- package/esm5/lib/igc-ring.js +12 -6
- package/esm5/lib/igc-scale-legend-component.js +14 -0
- package/esm5/lib/igc-scaler-params.js +5 -0
- package/esm5/lib/igc-scatter-area-series-component.js +28 -12
- package/esm5/lib/igc-scatter-base-component.js +30 -12
- package/esm5/lib/igc-scatter-contour-series-component.js +35 -18
- package/esm5/lib/igc-scatter-line-series-component.js +14 -0
- package/esm5/lib/igc-scatter-polygon-series-component.js +25 -5
- package/esm5/lib/igc-scatter-polyline-series-component.js +25 -5
- package/esm5/lib/igc-scatter-series-component.js +14 -0
- package/esm5/lib/igc-scatter-spline-series-component.js +14 -0
- package/esm5/lib/igc-scatter-triangulation-series-component.js +29 -12
- package/esm5/lib/igc-series-component.js +20 -0
- package/esm5/lib/igc-series-viewer-component.js +38 -0
- package/esm5/lib/igc-shape-series-base-component.js +31 -12
- package/esm5/lib/igc-size-scale-component.js +20 -0
- package/esm5/lib/igc-slow-stochastic-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-sparkline-component.js +5 -0
- package/esm5/lib/igc-spline-area-fragment-component.js +14 -0
- package/esm5/lib/igc-spline-area-series-component.js +14 -0
- package/esm5/lib/igc-spline-fragment-base-component.js +14 -0
- package/esm5/lib/igc-spline-fragment-component.js +14 -0
- package/esm5/lib/igc-spline-series-base-component.js +14 -0
- package/esm5/lib/igc-spline-series-component.js +14 -0
- package/esm5/lib/igc-stacked-100-area-series-component.js +14 -0
- package/esm5/lib/igc-stacked-100-bar-series-component.js +14 -0
- package/esm5/lib/igc-stacked-100-column-series-component.js +14 -0
- package/esm5/lib/igc-stacked-100-line-series-component.js +14 -0
- package/esm5/lib/igc-stacked-100-spline-area-series-component.js +14 -0
- package/esm5/lib/igc-stacked-100-spline-series-component.js +14 -0
- package/esm5/lib/igc-stacked-area-series-component.js +14 -0
- package/esm5/lib/igc-stacked-bar-series-component.js +14 -0
- package/esm5/lib/igc-stacked-column-series-component.js +14 -0
- package/esm5/lib/igc-stacked-fragment-series-component.js +307 -217
- package/esm5/lib/igc-stacked-line-series-component.js +14 -0
- package/esm5/lib/igc-stacked-series-base-component.js +1 -0
- package/esm5/lib/igc-stacked-series-created-event-args.js +11 -5
- package/esm5/lib/igc-stacked-spline-area-series-component.js +14 -0
- package/esm5/lib/igc-stacked-spline-series-component.js +14 -0
- package/esm5/lib/igc-standard-deviation-indicator-component.js +14 -0
- package/esm5/lib/igc-step-area-series-component.js +14 -0
- package/esm5/lib/igc-step-line-series-component.js +14 -0
- package/esm5/lib/igc-stoch-rsi-indicator-component.js +14 -0
- package/esm5/lib/igc-straight-numeric-axis-base-component.js +14 -0
- package/esm5/lib/igc-strategy-based-indicator-component.js +14 -0
- package/esm5/lib/igc-time-axis-base-component.js +14 -0
- package/esm5/lib/igc-time-axis-break-component.js +19 -0
- package/esm5/lib/igc-time-axis-interval-component.js +19 -0
- package/esm5/lib/igc-time-axis-label-format-component.js +19 -0
- package/esm5/lib/igc-time-x-axis-component.js +14 -0
- package/esm5/lib/igc-treemap-component.js +11 -0
- package/esm5/lib/igc-treemap-node-style-component.js +19 -0
- package/esm5/lib/igc-treemap-node-style-mapping-component.js +14 -0
- package/esm5/lib/igc-treemap-node-styling-event-args.js +7 -6
- package/esm5/lib/igc-trix-indicator-component.js +14 -0
- package/esm5/lib/igc-typical-price-indicator-component.js +14 -0
- package/esm5/lib/igc-ultimate-oscillator-indicator-component.js +14 -0
- package/esm5/lib/igc-value-brush-scale-component.js +14 -0
- package/esm5/lib/igc-value-overlay-component.js +21 -6
- package/esm5/lib/igc-vertical-anchored-category-series-component.js +28 -12
- package/esm5/lib/igc-vertical-stacked-series-base-component.js +28 -12
- package/esm5/lib/igc-waterfall-series-component.js +14 -0
- package/esm5/lib/igc-weighted-close-indicator-component.js +14 -0
- package/esm5/lib/igc-williams-percent-r-indicator-component.js +14 -0
- package/esm5/lib/igc-xy-chart-component.js +232 -218
- package/esm5/lib/igc-zoom-slider-component.js +7 -0
- package/fesm2015/igniteui-webcomponents-charts.js +9800 -6884
- package/fesm5/igniteui-webcomponents-charts.js +9845 -6857
- package/lib/CategoryChart.d.ts +95 -93
- package/lib/ChartSummaryDescription.d.ts +8 -8
- package/lib/DomainChart.d.ts +434 -433
- package/lib/FinancialChart_combined.d.ts +231 -231
- package/lib/StackedSeriesCreatedEventArgs_combined.d.ts +185 -167
- package/lib/XYChart.d.ts +141 -141
- package/lib/igc-absolute-volume-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-accumulation-distribution-indicator-component.d.ts +1 -0
- package/lib/igc-anchored-category-series-component.d.ts +1 -0
- package/lib/igc-anchored-radial-series-component.d.ts +1 -0
- package/lib/igc-annotation-layer-component.d.ts +1 -0
- package/lib/igc-area-fragment-component.d.ts +1 -0
- package/lib/igc-area-series-component.d.ts +1 -0
- package/lib/igc-assigning-series-style-event-args-base.d.ts +4 -1
- package/lib/igc-average-directional-index-indicator-component.d.ts +1 -0
- package/lib/igc-average-true-range-indicator-component.d.ts +1 -0
- package/lib/igc-axis-component.d.ts +1 -0
- package/lib/igc-bar-fragment-component.d.ts +1 -0
- package/lib/igc-bar-series-component.d.ts +1 -0
- package/lib/igc-bollinger-band-width-indicator-component.d.ts +1 -0
- package/lib/igc-bollinger-bands-overlay-component.d.ts +1 -0
- package/lib/igc-brush-scale-component.d.ts +1 -0
- package/lib/igc-bubble-series-component.d.ts +1 -0
- package/lib/igc-callout-layer-component.d.ts +1 -0
- package/lib/igc-category-angle-axis-component.d.ts +1 -0
- package/lib/igc-category-axis-base-component.d.ts +1 -0
- package/lib/igc-category-date-time-x-axis-component.d.ts +1 -0
- package/lib/igc-category-highlight-layer-component.d.ts +1 -0
- package/lib/igc-category-item-highlight-layer-component.d.ts +1 -0
- package/lib/igc-category-series-component.d.ts +1 -0
- package/lib/igc-category-tool-tip-layer-component.d.ts +1 -0
- package/lib/igc-category-x-axis-component.d.ts +1 -0
- package/lib/igc-category-y-axis-component.d.ts +1 -0
- package/lib/igc-chaikin-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-chaikin-volatility-indicator-component.d.ts +1 -0
- package/lib/igc-chart-summary-description.d.ts +2 -2
- package/lib/igc-color-scale-component.d.ts +1 -0
- package/lib/igc-column-fragment-component.d.ts +1 -0
- package/lib/igc-column-series-component.d.ts +1 -0
- package/lib/igc-commodity-channel-index-indicator-component.d.ts +1 -0
- package/lib/igc-contour-value-resolver-component.d.ts +1 -0
- package/lib/igc-crosshair-layer-component.d.ts +1 -0
- package/lib/igc-custom-contour-value-resolver-component.d.ts +1 -0
- package/lib/igc-custom-indicator-component.d.ts +1 -0
- package/lib/igc-custom-palette-brush-scale-component.d.ts +1 -0
- package/lib/igc-custom-palette-color-scale-component.d.ts +1 -0
- package/lib/igc-data-tool-tip-layer-component.d.ts +1 -0
- package/lib/igc-detrended-price-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-ease-of-movement-indicator-component.d.ts +1 -0
- package/lib/igc-fast-stochastic-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-final-value-layer-component.d.ts +1 -0
- package/lib/igc-financial-indicator-component.d.ts +1 -0
- package/lib/igc-financial-overlay-component.d.ts +1 -0
- package/lib/igc-financial-price-series-component.d.ts +1 -0
- package/lib/igc-financial-series-component.d.ts +1 -0
- package/lib/igc-force-index-indicator-component.d.ts +1 -0
- package/lib/igc-fragment-base-component.d.ts +1 -0
- package/lib/igc-full-stochastic-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-hierarchical-ring-series-component.d.ts +1 -0
- package/lib/igc-high-density-scatter-series-component.d.ts +1 -0
- package/lib/igc-horizontal-anchored-category-series-component.d.ts +1 -0
- package/lib/igc-horizontal-range-category-series-component.d.ts +1 -0
- package/lib/igc-horizontal-stacked-series-base-component.d.ts +1 -0
- package/lib/igc-item-tool-tip-layer-component.d.ts +1 -0
- package/lib/igc-itemwise-strategy-based-indicator-component.d.ts +1 -0
- package/lib/igc-line-fragment-component.d.ts +1 -0
- package/lib/igc-line-series-component.d.ts +1 -0
- package/lib/igc-linear-contour-value-resolver-component.d.ts +1 -0
- package/lib/igc-marker-series-component.d.ts +1 -0
- package/lib/igc-market-facilitation-index-indicator-component.d.ts +1 -0
- package/lib/igc-mass-index-indicator-component.d.ts +1 -0
- package/lib/igc-median-price-indicator-component.d.ts +1 -0
- package/lib/igc-money-flow-index-indicator-component.d.ts +1 -0
- package/lib/igc-moving-average-convergence-divergence-indicator-component.d.ts +1 -0
- package/lib/igc-negative-volume-index-indicator-component.d.ts +1 -0
- package/lib/igc-numeric-angle-axis-component.d.ts +1 -0
- package/lib/igc-numeric-axis-base-component.d.ts +1 -0
- package/lib/igc-numeric-radius-axis-component.d.ts +1 -0
- package/lib/igc-numeric-x-axis-component.d.ts +1 -0
- package/lib/igc-numeric-y-axis-component.d.ts +1 -0
- package/lib/igc-on-balance-volume-indicator-component.d.ts +1 -0
- package/lib/igc-ordinal-time-x-axis-component.d.ts +1 -0
- package/lib/igc-percent-change-y-axis-component.d.ts +1 -0
- package/lib/igc-percentage-price-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-percentage-volume-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-pie-chart-base-component.d.ts +1 -0
- package/lib/igc-point-series-component.d.ts +1 -0
- package/lib/igc-polar-area-series-component.d.ts +1 -0
- package/lib/igc-polar-base-component.d.ts +1 -0
- package/lib/igc-polar-line-series-base-component.d.ts +1 -0
- package/lib/igc-polar-line-series-component.d.ts +1 -0
- package/lib/igc-polar-scatter-series-component.d.ts +1 -0
- package/lib/igc-polar-spline-area-series-component.d.ts +1 -0
- package/lib/igc-polar-spline-series-component.d.ts +1 -0
- package/lib/igc-positive-volume-index-indicator-component.d.ts +1 -0
- package/lib/igc-price-channel-overlay-component.d.ts +1 -0
- package/lib/igc-price-volume-trend-indicator-component.d.ts +1 -0
- package/lib/igc-radial-area-series-component.d.ts +1 -0
- package/lib/igc-radial-base-component.d.ts +1 -0
- package/lib/igc-radial-column-series-component.d.ts +1 -0
- package/lib/igc-radial-line-series-component.d.ts +1 -0
- package/lib/igc-radial-pie-series-component.d.ts +1 -0
- package/lib/igc-range-area-series-component.d.ts +1 -0
- package/lib/igc-range-category-series-component.d.ts +1 -0
- package/lib/igc-range-column-series-component.d.ts +1 -0
- package/lib/igc-rate-of-change-and-momentum-indicator-component.d.ts +1 -0
- package/lib/igc-relative-strength-index-indicator-component.d.ts +1 -0
- package/lib/igc-ring-series-base-component.d.ts +1 -0
- package/lib/igc-ring-series-component.d.ts +1 -0
- package/lib/igc-scale-legend-component.d.ts +1 -0
- package/lib/igc-scatter-area-series-component.d.ts +1 -0
- package/lib/igc-scatter-base-component.d.ts +1 -0
- package/lib/igc-scatter-contour-series-component.d.ts +1 -0
- package/lib/igc-scatter-line-series-component.d.ts +1 -0
- package/lib/igc-scatter-polygon-series-component.d.ts +1 -0
- package/lib/igc-scatter-polyline-series-component.d.ts +1 -0
- package/lib/igc-scatter-series-component.d.ts +1 -0
- package/lib/igc-scatter-spline-series-component.d.ts +1 -0
- package/lib/igc-scatter-triangulation-series-component.d.ts +1 -0
- package/lib/igc-series-component.d.ts +1 -0
- package/lib/igc-series-viewer-component.d.ts +1 -0
- package/lib/igc-shape-series-base-component.d.ts +1 -0
- package/lib/igc-size-scale-component.d.ts +1 -0
- package/lib/igc-slow-stochastic-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-spline-area-fragment-component.d.ts +1 -0
- package/lib/igc-spline-area-series-component.d.ts +1 -0
- package/lib/igc-spline-fragment-base-component.d.ts +1 -0
- package/lib/igc-spline-fragment-component.d.ts +1 -0
- package/lib/igc-spline-series-base-component.d.ts +1 -0
- package/lib/igc-spline-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-bar-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-column-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-line-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-spline-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-100-spline-series-component.d.ts +1 -0
- package/lib/igc-stacked-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-bar-series-component.d.ts +1 -0
- package/lib/igc-stacked-column-series-component.d.ts +1 -0
- package/lib/igc-stacked-fragment-series-component.d.ts +26 -0
- package/lib/igc-stacked-line-series-component.d.ts +1 -0
- package/lib/igc-stacked-spline-area-series-component.d.ts +1 -0
- package/lib/igc-stacked-spline-series-component.d.ts +1 -0
- package/lib/igc-standard-deviation-indicator-component.d.ts +1 -0
- package/lib/igc-step-area-series-component.d.ts +1 -0
- package/lib/igc-step-line-series-component.d.ts +1 -0
- package/lib/igc-stoch-rsi-indicator-component.d.ts +1 -0
- package/lib/igc-straight-numeric-axis-base-component.d.ts +1 -0
- package/lib/igc-strategy-based-indicator-component.d.ts +1 -0
- package/lib/igc-time-axis-base-component.d.ts +1 -0
- package/lib/igc-time-axis-break-component.d.ts +1 -0
- package/lib/igc-time-axis-interval-component.d.ts +1 -0
- package/lib/igc-time-axis-label-format-component.d.ts +1 -0
- package/lib/igc-time-x-axis-component.d.ts +1 -0
- package/lib/igc-treemap-node-style-component.d.ts +1 -0
- package/lib/igc-treemap-node-style-mapping-component.d.ts +1 -0
- package/lib/igc-trix-indicator-component.d.ts +1 -0
- package/lib/igc-typical-price-indicator-component.d.ts +1 -0
- package/lib/igc-ultimate-oscillator-indicator-component.d.ts +1 -0
- package/lib/igc-value-brush-scale-component.d.ts +1 -0
- package/lib/igc-value-overlay-component.d.ts +1 -0
- package/lib/igc-vertical-anchored-category-series-component.d.ts +1 -0
- package/lib/igc-vertical-stacked-series-base-component.d.ts +1 -0
- package/lib/igc-waterfall-series-component.d.ts +1 -0
- package/lib/igc-weighted-close-indicator-component.d.ts +1 -0
- package/lib/igc-williams-percent-r-indicator-component.d.ts +1 -0
- package/lib/igc-xy-chart-component.d.ts +1 -0
- package/package.json +2 -2
|
@@ -32,11 +32,25 @@ var IgcCategoryHighlightLayerComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
32
32
|
if (_super.prototype["connectedCallback"]) {
|
|
33
33
|
_super.prototype["connectedCallback"].call(this);
|
|
34
34
|
}
|
|
35
|
+
if (this.i.connectedCallback) {
|
|
36
|
+
this.i.connectedCallback();
|
|
37
|
+
}
|
|
35
38
|
if (!this._attached) {
|
|
36
39
|
this._attached = true;
|
|
37
40
|
this._flushQueuedAttributes();
|
|
38
41
|
}
|
|
39
42
|
};
|
|
43
|
+
IgcCategoryHighlightLayerComponent.prototype.disconnectedCallback = function () {
|
|
44
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
45
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
46
|
+
}
|
|
47
|
+
if (this.i.disconnectedCallback) {
|
|
48
|
+
this.i.disconnectedCallback();
|
|
49
|
+
}
|
|
50
|
+
if (this._attached) {
|
|
51
|
+
this._attached = false;
|
|
52
|
+
}
|
|
53
|
+
};
|
|
40
54
|
Object.defineProperty(IgcCategoryHighlightLayerComponent, "observedAttributes", {
|
|
41
55
|
get: function () {
|
|
42
56
|
if (IgcCategoryHighlightLayerComponent._observedAttributesIgcCategoryHighlightLayerComponent == null) {
|
|
@@ -72,17 +86,18 @@ var IgcCategoryHighlightLayerComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
72
86
|
* Gets or sets the axis to target this annotation to. If null, this annotation targets all category axes simultaneously.
|
|
73
87
|
*/
|
|
74
88
|
get: function () {
|
|
75
|
-
|
|
89
|
+
var r = this.i.rc;
|
|
90
|
+
if (r == null) {
|
|
76
91
|
return null;
|
|
77
92
|
}
|
|
78
|
-
if (!
|
|
79
|
-
var e = IgcCategoryAxisBaseComponent._createFromInternal(
|
|
93
|
+
if (!r.externalObject) {
|
|
94
|
+
var e = IgcCategoryAxisBaseComponent._createFromInternal(r);
|
|
80
95
|
if (e) {
|
|
81
|
-
e._implementation =
|
|
96
|
+
e._implementation = r;
|
|
82
97
|
}
|
|
83
|
-
|
|
98
|
+
r.externalObject = e;
|
|
84
99
|
}
|
|
85
|
-
return
|
|
100
|
+
return r.externalObject;
|
|
86
101
|
},
|
|
87
102
|
set: function (v) {
|
|
88
103
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -34,11 +34,25 @@ var IgcCategoryItemHighlightLayerComponent = /** @class */ /*@__PURE__*/ (functi
|
|
|
34
34
|
if (_super.prototype["connectedCallback"]) {
|
|
35
35
|
_super.prototype["connectedCallback"].call(this);
|
|
36
36
|
}
|
|
37
|
+
if (this.i.connectedCallback) {
|
|
38
|
+
this.i.connectedCallback();
|
|
39
|
+
}
|
|
37
40
|
if (!this._attached) {
|
|
38
41
|
this._attached = true;
|
|
39
42
|
this._flushQueuedAttributes();
|
|
40
43
|
}
|
|
41
44
|
};
|
|
45
|
+
IgcCategoryItemHighlightLayerComponent.prototype.disconnectedCallback = function () {
|
|
46
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
47
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
48
|
+
}
|
|
49
|
+
if (this.i.disconnectedCallback) {
|
|
50
|
+
this.i.disconnectedCallback();
|
|
51
|
+
}
|
|
52
|
+
if (this._attached) {
|
|
53
|
+
this._attached = false;
|
|
54
|
+
}
|
|
55
|
+
};
|
|
42
56
|
Object.defineProperty(IgcCategoryItemHighlightLayerComponent, "observedAttributes", {
|
|
43
57
|
get: function () {
|
|
44
58
|
if (IgcCategoryItemHighlightLayerComponent._observedAttributesIgcCategoryItemHighlightLayerComponent == null) {
|
|
@@ -74,17 +88,18 @@ var IgcCategoryItemHighlightLayerComponent = /** @class */ /*@__PURE__*/ (functi
|
|
|
74
88
|
* Gets or sets the series to target this annotation to. If null, this annotation targets all series simultaneously.
|
|
75
89
|
*/
|
|
76
90
|
get: function () {
|
|
77
|
-
|
|
91
|
+
var r = this.i.rg;
|
|
92
|
+
if (r == null) {
|
|
78
93
|
return null;
|
|
79
94
|
}
|
|
80
|
-
if (!
|
|
81
|
-
var e = IgcSeriesComponent._createFromInternal(
|
|
95
|
+
if (!r.externalObject) {
|
|
96
|
+
var e = IgcSeriesComponent._createFromInternal(r);
|
|
82
97
|
if (e) {
|
|
83
|
-
e._implementation =
|
|
98
|
+
e._implementation = r;
|
|
84
99
|
}
|
|
85
|
-
|
|
100
|
+
r.externalObject = e;
|
|
86
101
|
}
|
|
87
|
-
return
|
|
102
|
+
return r.externalObject;
|
|
88
103
|
},
|
|
89
104
|
set: function (v) {
|
|
90
105
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -34,11 +34,25 @@ var IgcCategorySeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
34
34
|
if (_super.prototype["connectedCallback"]) {
|
|
35
35
|
_super.prototype["connectedCallback"].call(this);
|
|
36
36
|
}
|
|
37
|
+
if (this.i.connectedCallback) {
|
|
38
|
+
this.i.connectedCallback();
|
|
39
|
+
}
|
|
37
40
|
if (!this._attached) {
|
|
38
41
|
this._attached = true;
|
|
39
42
|
this._flushQueuedAttributes();
|
|
40
43
|
}
|
|
41
44
|
};
|
|
45
|
+
IgcCategorySeriesComponent.prototype.disconnectedCallback = function () {
|
|
46
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
47
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
48
|
+
}
|
|
49
|
+
if (this.i.disconnectedCallback) {
|
|
50
|
+
this.i.disconnectedCallback();
|
|
51
|
+
}
|
|
52
|
+
if (this._attached) {
|
|
53
|
+
this._attached = false;
|
|
54
|
+
}
|
|
55
|
+
};
|
|
42
56
|
Object.defineProperty(IgcCategorySeriesComponent, "observedAttributes", {
|
|
43
57
|
get: function () {
|
|
44
58
|
if (IgcCategorySeriesComponent._observedAttributesIgcCategorySeriesComponent == null) {
|
|
@@ -233,6 +247,7 @@ var IgcCategorySeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
233
247
|
}
|
|
234
248
|
};
|
|
235
249
|
this.i.assigningCategoryStyle = delegateCombine(this.i.assigningCategoryStyle, this._assigningCategoryStyle_wrapped);
|
|
250
|
+
;
|
|
236
251
|
},
|
|
237
252
|
enumerable: true,
|
|
238
253
|
configurable: true
|
|
@@ -263,6 +278,7 @@ var IgcCategorySeriesComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
263
278
|
}
|
|
264
279
|
};
|
|
265
280
|
this.i.assigningCategoryMarkerStyle = delegateCombine(this.i.assigningCategoryMarkerStyle, this._assigningCategoryMarkerStyle_wrapped);
|
|
281
|
+
;
|
|
266
282
|
},
|
|
267
283
|
enumerable: true,
|
|
268
284
|
configurable: true
|
|
@@ -29,11 +29,25 @@ var IgcCategoryToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
29
29
|
if (_super.prototype["connectedCallback"]) {
|
|
30
30
|
_super.prototype["connectedCallback"].call(this);
|
|
31
31
|
}
|
|
32
|
+
if (this.i.connectedCallback) {
|
|
33
|
+
this.i.connectedCallback();
|
|
34
|
+
}
|
|
32
35
|
if (!this._attached) {
|
|
33
36
|
this._attached = true;
|
|
34
37
|
this._flushQueuedAttributes();
|
|
35
38
|
}
|
|
36
39
|
};
|
|
40
|
+
IgcCategoryToolTipLayerComponent.prototype.disconnectedCallback = function () {
|
|
41
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
42
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
43
|
+
}
|
|
44
|
+
if (this.i.disconnectedCallback) {
|
|
45
|
+
this.i.disconnectedCallback();
|
|
46
|
+
}
|
|
47
|
+
if (this._attached) {
|
|
48
|
+
this._attached = false;
|
|
49
|
+
}
|
|
50
|
+
};
|
|
37
51
|
Object.defineProperty(IgcCategoryToolTipLayerComponent, "observedAttributes", {
|
|
38
52
|
get: function () {
|
|
39
53
|
if (IgcCategoryToolTipLayerComponent._observedAttributesIgcCategoryToolTipLayerComponent == null) {
|
|
@@ -79,17 +93,18 @@ var IgcCategoryToolTipLayerComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
79
93
|
* Gets or sets the Axis to target this annotation to. If null, this annotation layer will not render content.
|
|
80
94
|
*/
|
|
81
95
|
get: function () {
|
|
82
|
-
|
|
96
|
+
var r = this.i.rc;
|
|
97
|
+
if (r == null) {
|
|
83
98
|
return null;
|
|
84
99
|
}
|
|
85
|
-
if (!
|
|
86
|
-
var e = IgcAxisComponent._createFromInternal(
|
|
100
|
+
if (!r.externalObject) {
|
|
101
|
+
var e = IgcAxisComponent._createFromInternal(r);
|
|
87
102
|
if (e) {
|
|
88
|
-
e._implementation =
|
|
103
|
+
e._implementation = r;
|
|
89
104
|
}
|
|
90
|
-
|
|
105
|
+
r.externalObject = e;
|
|
91
106
|
}
|
|
92
|
-
return
|
|
107
|
+
return r.externalObject;
|
|
93
108
|
},
|
|
94
109
|
set: function (v) {
|
|
95
110
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -36,11 +36,25 @@ var IgcCategoryXAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
36
36
|
if (_super.prototype["connectedCallback"]) {
|
|
37
37
|
_super.prototype["connectedCallback"].call(this);
|
|
38
38
|
}
|
|
39
|
+
if (this.i.connectedCallback) {
|
|
40
|
+
this.i.connectedCallback();
|
|
41
|
+
}
|
|
39
42
|
if (!this._attached) {
|
|
40
43
|
this._attached = true;
|
|
41
44
|
this._flushQueuedAttributes();
|
|
42
45
|
}
|
|
43
46
|
};
|
|
47
|
+
IgcCategoryXAxisComponent.prototype.disconnectedCallback = function () {
|
|
48
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
49
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
50
|
+
}
|
|
51
|
+
if (this.i.disconnectedCallback) {
|
|
52
|
+
this.i.disconnectedCallback();
|
|
53
|
+
}
|
|
54
|
+
if (this._attached) {
|
|
55
|
+
this._attached = false;
|
|
56
|
+
}
|
|
57
|
+
};
|
|
44
58
|
Object.defineProperty(IgcCategoryXAxisComponent, "observedAttributes", {
|
|
45
59
|
get: function () {
|
|
46
60
|
if (IgcCategoryXAxisComponent._observedAttributesIgcCategoryXAxisComponent == null) {
|
|
@@ -34,11 +34,25 @@ var IgcCategoryYAxisComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
34
34
|
if (_super.prototype["connectedCallback"]) {
|
|
35
35
|
_super.prototype["connectedCallback"].call(this);
|
|
36
36
|
}
|
|
37
|
+
if (this.i.connectedCallback) {
|
|
38
|
+
this.i.connectedCallback();
|
|
39
|
+
}
|
|
37
40
|
if (!this._attached) {
|
|
38
41
|
this._attached = true;
|
|
39
42
|
this._flushQueuedAttributes();
|
|
40
43
|
}
|
|
41
44
|
};
|
|
45
|
+
IgcCategoryYAxisComponent.prototype.disconnectedCallback = function () {
|
|
46
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
47
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
48
|
+
}
|
|
49
|
+
if (this.i.disconnectedCallback) {
|
|
50
|
+
this.i.disconnectedCallback();
|
|
51
|
+
}
|
|
52
|
+
if (this._attached) {
|
|
53
|
+
this._attached = false;
|
|
54
|
+
}
|
|
55
|
+
};
|
|
42
56
|
Object.defineProperty(IgcCategoryYAxisComponent, "observedAttributes", {
|
|
43
57
|
get: function () {
|
|
44
58
|
if (IgcCategoryYAxisComponent._observedAttributesIgcCategoryYAxisComponent == null) {
|
|
@@ -31,11 +31,25 @@ var IgcChaikinOscillatorIndicatorComponent = /** @class */ /*@__PURE__*/ (functi
|
|
|
31
31
|
if (_super.prototype["connectedCallback"]) {
|
|
32
32
|
_super.prototype["connectedCallback"].call(this);
|
|
33
33
|
}
|
|
34
|
+
if (this.i.connectedCallback) {
|
|
35
|
+
this.i.connectedCallback();
|
|
36
|
+
}
|
|
34
37
|
if (!this._attached) {
|
|
35
38
|
this._attached = true;
|
|
36
39
|
this._flushQueuedAttributes();
|
|
37
40
|
}
|
|
38
41
|
};
|
|
42
|
+
IgcChaikinOscillatorIndicatorComponent.prototype.disconnectedCallback = function () {
|
|
43
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
44
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
45
|
+
}
|
|
46
|
+
if (this.i.disconnectedCallback) {
|
|
47
|
+
this.i.disconnectedCallback();
|
|
48
|
+
}
|
|
49
|
+
if (this._attached) {
|
|
50
|
+
this._attached = false;
|
|
51
|
+
}
|
|
52
|
+
};
|
|
39
53
|
Object.defineProperty(IgcChaikinOscillatorIndicatorComponent, "observedAttributes", {
|
|
40
54
|
get: function () {
|
|
41
55
|
if (IgcChaikinOscillatorIndicatorComponent._observedAttributesIgcChaikinOscillatorIndicatorComponent == null) {
|
|
@@ -33,11 +33,25 @@ var IgcChaikinVolatilityIndicatorComponent = /** @class */ /*@__PURE__*/ (functi
|
|
|
33
33
|
if (_super.prototype["connectedCallback"]) {
|
|
34
34
|
_super.prototype["connectedCallback"].call(this);
|
|
35
35
|
}
|
|
36
|
+
if (this.i.connectedCallback) {
|
|
37
|
+
this.i.connectedCallback();
|
|
38
|
+
}
|
|
36
39
|
if (!this._attached) {
|
|
37
40
|
this._attached = true;
|
|
38
41
|
this._flushQueuedAttributes();
|
|
39
42
|
}
|
|
40
43
|
};
|
|
44
|
+
IgcChaikinVolatilityIndicatorComponent.prototype.disconnectedCallback = function () {
|
|
45
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
46
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
47
|
+
}
|
|
48
|
+
if (this.i.disconnectedCallback) {
|
|
49
|
+
this.i.disconnectedCallback();
|
|
50
|
+
}
|
|
51
|
+
if (this._attached) {
|
|
52
|
+
this._attached = false;
|
|
53
|
+
}
|
|
54
|
+
};
|
|
41
55
|
Object.defineProperty(IgcChaikinVolatilityIndicatorComponent, "observedAttributes", {
|
|
42
56
|
get: function () {
|
|
43
57
|
if (IgcChaikinVolatilityIndicatorComponent._observedAttributesIgcChaikinVolatilityIndicatorComponent == null) {
|
|
@@ -40,17 +40,18 @@ var IgcChartCursorEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
40
40
|
* Gets the series associated with the current event.
|
|
41
41
|
*/
|
|
42
42
|
get: function () {
|
|
43
|
-
|
|
43
|
+
var r = this.i.series;
|
|
44
|
+
if (r == null) {
|
|
44
45
|
return null;
|
|
45
46
|
}
|
|
46
|
-
if (!
|
|
47
|
-
var e = IgcSeriesComponent._createFromInternal(
|
|
47
|
+
if (!r.externalObject) {
|
|
48
|
+
var e = IgcSeriesComponent._createFromInternal(r);
|
|
48
49
|
if (e) {
|
|
49
|
-
e._implementation =
|
|
50
|
+
e._implementation = r;
|
|
50
51
|
}
|
|
51
|
-
|
|
52
|
+
r.externalObject = e;
|
|
52
53
|
}
|
|
53
|
-
return
|
|
54
|
+
return r.externalObject;
|
|
54
55
|
},
|
|
55
56
|
set: function (v) {
|
|
56
57
|
v == null ? this.i.series = null : this.i.series = v.i;
|
|
@@ -63,10 +64,11 @@ var IgcChartCursorEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
63
64
|
* Gets the Chart associated with the current event.
|
|
64
65
|
*/
|
|
65
66
|
get: function () {
|
|
66
|
-
|
|
67
|
+
var r = this.i.seriesViewer;
|
|
68
|
+
if (r == null) {
|
|
67
69
|
return null;
|
|
68
70
|
}
|
|
69
|
-
return
|
|
71
|
+
return r.externalObject;
|
|
70
72
|
},
|
|
71
73
|
set: function (v) {
|
|
72
74
|
v == null ? this.i.seriesViewer = null : this.i.seriesViewer = v.i;
|
|
@@ -86,6 +86,11 @@ var IgcChartGroupDescriptionCollection = /** @class */ /*@__PURE__*/ (function (
|
|
|
86
86
|
});
|
|
87
87
|
};
|
|
88
88
|
IgcChartGroupDescriptionCollection.prototype.findByName = function (name) {
|
|
89
|
+
if (this.findEphemera) {
|
|
90
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
91
|
+
return this.findEphemera(name);
|
|
92
|
+
}
|
|
93
|
+
}
|
|
89
94
|
return null;
|
|
90
95
|
};
|
|
91
96
|
IgcChartGroupDescriptionCollection.prototype.add = function (item) {
|
|
@@ -108,7 +113,19 @@ var IgcChartGroupDescriptionCollection = /** @class */ /*@__PURE__*/ (function (
|
|
|
108
113
|
};
|
|
109
114
|
IgcChartGroupDescriptionCollection.prototype.removeAt = function (index) {
|
|
110
115
|
var iv = this.i.b(index);
|
|
111
|
-
|
|
116
|
+
var ret = null;
|
|
117
|
+
if (iv && iv.externalObject) {
|
|
118
|
+
ret = iv.externalObject;
|
|
119
|
+
}
|
|
120
|
+
else {
|
|
121
|
+
if (iv) {
|
|
122
|
+
var e = new IgcChartGroupDescription();
|
|
123
|
+
e._implementation = iv;
|
|
124
|
+
iv.externalObject = e;
|
|
125
|
+
ret = e;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
return ret;
|
|
112
129
|
};
|
|
113
130
|
return IgcChartGroupDescriptionCollection;
|
|
114
131
|
}());
|
|
@@ -51,17 +51,18 @@ var IgcChartMouseEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
51
51
|
* Gets the series associated with the current event.
|
|
52
52
|
*/
|
|
53
53
|
get: function () {
|
|
54
|
-
|
|
54
|
+
var r = this.i.series;
|
|
55
|
+
if (r == null) {
|
|
55
56
|
return null;
|
|
56
57
|
}
|
|
57
|
-
if (!
|
|
58
|
-
var e = IgcSeriesComponent._createFromInternal(
|
|
58
|
+
if (!r.externalObject) {
|
|
59
|
+
var e = IgcSeriesComponent._createFromInternal(r);
|
|
59
60
|
if (e) {
|
|
60
|
-
e._implementation =
|
|
61
|
+
e._implementation = r;
|
|
61
62
|
}
|
|
62
|
-
|
|
63
|
+
r.externalObject = e;
|
|
63
64
|
}
|
|
64
|
-
return
|
|
65
|
+
return r.externalObject;
|
|
65
66
|
},
|
|
66
67
|
set: function (v) {
|
|
67
68
|
v == null ? this.i.series = null : this.i.series = v.i;
|
|
@@ -74,10 +75,11 @@ var IgcChartMouseEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
74
75
|
* Gets the Chart associated with the current event.
|
|
75
76
|
*/
|
|
76
77
|
get: function () {
|
|
77
|
-
|
|
78
|
+
var r = this.i.chart;
|
|
79
|
+
if (r == null) {
|
|
78
80
|
return null;
|
|
79
81
|
}
|
|
80
|
-
return
|
|
82
|
+
return r.externalObject;
|
|
81
83
|
},
|
|
82
84
|
set: function (v) {
|
|
83
85
|
v == null ? this.i.chart = null : this.i.chart = v.i;
|
|
@@ -27,17 +27,18 @@ var IgcChartSeriesEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
27
27
|
* Gets the series.
|
|
28
28
|
*/
|
|
29
29
|
get: function () {
|
|
30
|
-
|
|
30
|
+
var r = this.i.series;
|
|
31
|
+
if (r == null) {
|
|
31
32
|
return null;
|
|
32
33
|
}
|
|
33
|
-
if (!
|
|
34
|
-
var e = IgcSeriesComponent._createFromInternal(
|
|
34
|
+
if (!r.externalObject) {
|
|
35
|
+
var e = IgcSeriesComponent._createFromInternal(r);
|
|
35
36
|
if (e) {
|
|
36
|
-
e._implementation =
|
|
37
|
+
e._implementation = r;
|
|
37
38
|
}
|
|
38
|
-
|
|
39
|
+
r.externalObject = e;
|
|
39
40
|
}
|
|
40
|
-
return
|
|
41
|
+
return r.externalObject;
|
|
41
42
|
},
|
|
42
43
|
set: function (v) {
|
|
43
44
|
v == null ? this.i.series = null : this.i.series = v.i;
|
|
@@ -100,6 +100,11 @@ var IgcChartSortDescriptionCollection = /** @class */ /*@__PURE__*/ (function ()
|
|
|
100
100
|
configurable: true
|
|
101
101
|
});
|
|
102
102
|
IgcChartSortDescriptionCollection.prototype.findByName = function (name) {
|
|
103
|
+
if (this.findEphemera) {
|
|
104
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
105
|
+
return this.findEphemera(name);
|
|
106
|
+
}
|
|
107
|
+
}
|
|
103
108
|
return null;
|
|
104
109
|
};
|
|
105
110
|
IgcChartSortDescriptionCollection.prototype.add = function (item) {
|
|
@@ -122,7 +127,19 @@ var IgcChartSortDescriptionCollection = /** @class */ /*@__PURE__*/ (function ()
|
|
|
122
127
|
};
|
|
123
128
|
IgcChartSortDescriptionCollection.prototype.removeAt = function (index) {
|
|
124
129
|
var iv = this.i.b(index);
|
|
125
|
-
|
|
130
|
+
var ret = null;
|
|
131
|
+
if (iv && iv.externalObject) {
|
|
132
|
+
ret = iv.externalObject;
|
|
133
|
+
}
|
|
134
|
+
else {
|
|
135
|
+
if (iv) {
|
|
136
|
+
var e = new IgcChartSortDescription();
|
|
137
|
+
e._implementation = iv;
|
|
138
|
+
iv.externalObject = e;
|
|
139
|
+
ret = e;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
return ret;
|
|
126
143
|
};
|
|
127
144
|
return IgcChartSortDescriptionCollection;
|
|
128
145
|
}());
|
|
@@ -65,6 +65,11 @@ var IgcChartSortDescription = /** @class */ /*@__PURE__*/ (function () {
|
|
|
65
65
|
configurable: true
|
|
66
66
|
});
|
|
67
67
|
IgcChartSortDescription.prototype.findByName = function (name) {
|
|
68
|
+
if (this.findEphemera) {
|
|
69
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
70
|
+
return this.findEphemera(name);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
68
73
|
return null;
|
|
69
74
|
};
|
|
70
75
|
/**
|
|
@@ -97,6 +97,11 @@ var IgcChartSummaryDescriptionCollection = /** @class */ /*@__PURE__*/ (function
|
|
|
97
97
|
configurable: true
|
|
98
98
|
});
|
|
99
99
|
IgcChartSummaryDescriptionCollection.prototype.findByName = function (name) {
|
|
100
|
+
if (this.findEphemera) {
|
|
101
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
102
|
+
return this.findEphemera(name);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
100
105
|
return null;
|
|
101
106
|
};
|
|
102
107
|
IgcChartSummaryDescriptionCollection.prototype.add = function (item) {
|
|
@@ -119,7 +124,19 @@ var IgcChartSummaryDescriptionCollection = /** @class */ /*@__PURE__*/ (function
|
|
|
119
124
|
};
|
|
120
125
|
IgcChartSummaryDescriptionCollection.prototype.removeAt = function (index) {
|
|
121
126
|
var iv = this.i.b(index);
|
|
122
|
-
|
|
127
|
+
var ret = null;
|
|
128
|
+
if (iv && iv.externalObject) {
|
|
129
|
+
ret = iv.externalObject;
|
|
130
|
+
}
|
|
131
|
+
else {
|
|
132
|
+
if (iv) {
|
|
133
|
+
var e = new IgcChartSummaryDescription();
|
|
134
|
+
e._implementation = iv;
|
|
135
|
+
iv.externalObject = e;
|
|
136
|
+
ret = e;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
return ret;
|
|
123
140
|
};
|
|
124
141
|
return IgcChartSummaryDescriptionCollection;
|
|
125
142
|
}());
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
|
|
2
|
-
import {
|
|
2
|
+
import { DataSourceSummaryOperand_$type } from "igniteui-webcomponents-core";
|
|
3
3
|
import { IgcProvideCalculatorEventArgs } from "igniteui-webcomponents-core";
|
|
4
4
|
import { ChartSummaryDescription as ChartSummaryDescription_internal } from "./ChartSummaryDescription";
|
|
5
5
|
import { ensureEnum } from "igniteui-webcomponents-core";
|
|
@@ -46,10 +46,10 @@ var IgcChartSummaryDescription = /** @class */ /*@__PURE__*/ (function () {
|
|
|
46
46
|
});
|
|
47
47
|
Object.defineProperty(IgcChartSummaryDescription.prototype, "operand", {
|
|
48
48
|
get: function () {
|
|
49
|
-
return this.i.
|
|
49
|
+
return this.i.c;
|
|
50
50
|
},
|
|
51
51
|
set: function (v) {
|
|
52
|
-
this.i.
|
|
52
|
+
this.i.c = ensureEnum(DataSourceSummaryOperand_$type, v);
|
|
53
53
|
},
|
|
54
54
|
enumerable: true,
|
|
55
55
|
configurable: true
|
|
@@ -81,6 +81,11 @@ var IgcChartSummaryDescription = /** @class */ /*@__PURE__*/ (function () {
|
|
|
81
81
|
configurable: true
|
|
82
82
|
});
|
|
83
83
|
IgcChartSummaryDescription.prototype.findByName = function (name) {
|
|
84
|
+
if (this.findEphemera) {
|
|
85
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
86
|
+
return this.findEphemera(name);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
84
89
|
return null;
|
|
85
90
|
};
|
|
86
91
|
IgcChartSummaryDescription.prototype.equals = function (other) {
|
|
@@ -113,6 +118,7 @@ var IgcChartSummaryDescription = /** @class */ /*@__PURE__*/ (function () {
|
|
|
113
118
|
}
|
|
114
119
|
};
|
|
115
120
|
this.i.provideCalculator = delegateCombine(this.i.provideCalculator, this._provideCalculator_wrapped);
|
|
121
|
+
;
|
|
116
122
|
},
|
|
117
123
|
enumerable: true,
|
|
118
124
|
configurable: true
|
|
@@ -93,11 +93,25 @@ var IgcColorScaleComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
93
93
|
if (_super.prototype["connectedCallback"]) {
|
|
94
94
|
_super.prototype["connectedCallback"].call(this);
|
|
95
95
|
}
|
|
96
|
+
if (this.i.connectedCallback) {
|
|
97
|
+
this.i.connectedCallback();
|
|
98
|
+
}
|
|
96
99
|
if (!this._attached) {
|
|
97
100
|
this._attached = true;
|
|
98
101
|
this._flushQueuedAttributes();
|
|
99
102
|
}
|
|
100
103
|
};
|
|
104
|
+
IgcColorScaleComponent.prototype.disconnectedCallback = function () {
|
|
105
|
+
if (_super.prototype["disconnectedCallback"]) {
|
|
106
|
+
_super.prototype["disconnectedCallback"].call(this);
|
|
107
|
+
}
|
|
108
|
+
if (this.i.disconnectedCallback) {
|
|
109
|
+
this.i.disconnectedCallback();
|
|
110
|
+
}
|
|
111
|
+
if (this._attached) {
|
|
112
|
+
this._attached = false;
|
|
113
|
+
}
|
|
114
|
+
};
|
|
101
115
|
Object.defineProperty(IgcColorScaleComponent, "observedAttributes", {
|
|
102
116
|
get: function () {
|
|
103
117
|
if (IgcColorScaleComponent._observedAttributesIgcColorScaleComponent == null) {
|
|
@@ -122,6 +136,11 @@ var IgcColorScaleComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
122
136
|
this._updatingFromAttribute = false;
|
|
123
137
|
};
|
|
124
138
|
IgcColorScaleComponent.prototype.findByName = function (name) {
|
|
139
|
+
if (this.findEphemera) {
|
|
140
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
141
|
+
return this.findEphemera(name);
|
|
142
|
+
}
|
|
143
|
+
}
|
|
125
144
|
return null;
|
|
126
145
|
};
|
|
127
146
|
Object.defineProperty(IgcColorScaleComponent.prototype, "hasUserValues", {
|
|
@@ -207,6 +226,7 @@ var IgcColorScaleComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
207
226
|
}
|
|
208
227
|
};
|
|
209
228
|
this.i.propertyUpdated = delegateCombine(this.i.propertyUpdated, this._propertyUpdated_wrapped);
|
|
229
|
+
;
|
|
210
230
|
},
|
|
211
231
|
enumerable: true,
|
|
212
232
|
configurable: true
|