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
|
@@ -27,11 +27,25 @@ export let IgcCategoryHighlightLayerComponent = /*@__PURE__*/ (() => {
|
|
|
27
27
|
if (super["connectedCallback"]) {
|
|
28
28
|
super["connectedCallback"]();
|
|
29
29
|
}
|
|
30
|
+
if (this.i.connectedCallback) {
|
|
31
|
+
this.i.connectedCallback();
|
|
32
|
+
}
|
|
30
33
|
if (!this._attached) {
|
|
31
34
|
this._attached = true;
|
|
32
35
|
this._flushQueuedAttributes();
|
|
33
36
|
}
|
|
34
37
|
}
|
|
38
|
+
disconnectedCallback() {
|
|
39
|
+
if (super["disconnectedCallback"]) {
|
|
40
|
+
super["disconnectedCallback"]();
|
|
41
|
+
}
|
|
42
|
+
if (this.i.disconnectedCallback) {
|
|
43
|
+
this.i.disconnectedCallback();
|
|
44
|
+
}
|
|
45
|
+
if (this._attached) {
|
|
46
|
+
this._attached = false;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
35
49
|
static get observedAttributes() {
|
|
36
50
|
if (IgcCategoryHighlightLayerComponent._observedAttributesIgcCategoryHighlightLayerComponent == null) {
|
|
37
51
|
let names = getAllPropertyNames(IgcCategoryHighlightLayerComponent);
|
|
@@ -58,17 +72,18 @@ export let IgcCategoryHighlightLayerComponent = /*@__PURE__*/ (() => {
|
|
|
58
72
|
* Gets or sets the axis to target this annotation to. If null, this annotation targets all category axes simultaneously.
|
|
59
73
|
*/
|
|
60
74
|
get targetAxis() {
|
|
61
|
-
|
|
75
|
+
const r = this.i.rc;
|
|
76
|
+
if (r == null) {
|
|
62
77
|
return null;
|
|
63
78
|
}
|
|
64
|
-
if (!
|
|
65
|
-
let e = IgcCategoryAxisBaseComponent._createFromInternal(
|
|
79
|
+
if (!r.externalObject) {
|
|
80
|
+
let e = IgcCategoryAxisBaseComponent._createFromInternal(r);
|
|
66
81
|
if (e) {
|
|
67
|
-
e._implementation =
|
|
82
|
+
e._implementation = r;
|
|
68
83
|
}
|
|
69
|
-
|
|
84
|
+
r.externalObject = e;
|
|
70
85
|
}
|
|
71
|
-
return
|
|
86
|
+
return r.externalObject;
|
|
72
87
|
}
|
|
73
88
|
set targetAxis(v) {
|
|
74
89
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -29,11 +29,25 @@ export let IgcCategoryItemHighlightLayerComponent = /*@__PURE__*/ (() => {
|
|
|
29
29
|
if (super["connectedCallback"]) {
|
|
30
30
|
super["connectedCallback"]();
|
|
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
|
+
disconnectedCallback() {
|
|
41
|
+
if (super["disconnectedCallback"]) {
|
|
42
|
+
super["disconnectedCallback"]();
|
|
43
|
+
}
|
|
44
|
+
if (this.i.disconnectedCallback) {
|
|
45
|
+
this.i.disconnectedCallback();
|
|
46
|
+
}
|
|
47
|
+
if (this._attached) {
|
|
48
|
+
this._attached = false;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
37
51
|
static get observedAttributes() {
|
|
38
52
|
if (IgcCategoryItemHighlightLayerComponent._observedAttributesIgcCategoryItemHighlightLayerComponent == null) {
|
|
39
53
|
let names = getAllPropertyNames(IgcCategoryItemHighlightLayerComponent);
|
|
@@ -60,17 +74,18 @@ export let IgcCategoryItemHighlightLayerComponent = /*@__PURE__*/ (() => {
|
|
|
60
74
|
* Gets or sets the series to target this annotation to. If null, this annotation targets all series simultaneously.
|
|
61
75
|
*/
|
|
62
76
|
get targetSeries() {
|
|
63
|
-
|
|
77
|
+
const r = this.i.rg;
|
|
78
|
+
if (r == null) {
|
|
64
79
|
return null;
|
|
65
80
|
}
|
|
66
|
-
if (!
|
|
67
|
-
let e = IgcSeriesComponent._createFromInternal(
|
|
81
|
+
if (!r.externalObject) {
|
|
82
|
+
let e = IgcSeriesComponent._createFromInternal(r);
|
|
68
83
|
if (e) {
|
|
69
|
-
e._implementation =
|
|
84
|
+
e._implementation = r;
|
|
70
85
|
}
|
|
71
|
-
|
|
86
|
+
r.externalObject = e;
|
|
72
87
|
}
|
|
73
|
-
return
|
|
88
|
+
return r.externalObject;
|
|
74
89
|
}
|
|
75
90
|
set targetSeries(v) {
|
|
76
91
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -28,11 +28,25 @@ export let IgcCategorySeriesComponent = /*@__PURE__*/ (() => {
|
|
|
28
28
|
if (super["connectedCallback"]) {
|
|
29
29
|
super["connectedCallback"]();
|
|
30
30
|
}
|
|
31
|
+
if (this.i.connectedCallback) {
|
|
32
|
+
this.i.connectedCallback();
|
|
33
|
+
}
|
|
31
34
|
if (!this._attached) {
|
|
32
35
|
this._attached = true;
|
|
33
36
|
this._flushQueuedAttributes();
|
|
34
37
|
}
|
|
35
38
|
}
|
|
39
|
+
disconnectedCallback() {
|
|
40
|
+
if (super["disconnectedCallback"]) {
|
|
41
|
+
super["disconnectedCallback"]();
|
|
42
|
+
}
|
|
43
|
+
if (this.i.disconnectedCallback) {
|
|
44
|
+
this.i.disconnectedCallback();
|
|
45
|
+
}
|
|
46
|
+
if (this._attached) {
|
|
47
|
+
this._attached = false;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
36
50
|
static get observedAttributes() {
|
|
37
51
|
if (IgcCategorySeriesComponent._observedAttributesIgcCategorySeriesComponent == null) {
|
|
38
52
|
let names = getAllPropertyNames(IgcCategorySeriesComponent);
|
|
@@ -189,6 +203,7 @@ export let IgcCategorySeriesComponent = /*@__PURE__*/ (() => {
|
|
|
189
203
|
}
|
|
190
204
|
};
|
|
191
205
|
this.i.assigningCategoryStyle = delegateCombine(this.i.assigningCategoryStyle, this._assigningCategoryStyle_wrapped);
|
|
206
|
+
;
|
|
192
207
|
}
|
|
193
208
|
/**
|
|
194
209
|
* Event raised when Assigning Category Marker Style
|
|
@@ -214,6 +229,7 @@ export let IgcCategorySeriesComponent = /*@__PURE__*/ (() => {
|
|
|
214
229
|
}
|
|
215
230
|
};
|
|
216
231
|
this.i.assigningCategoryMarkerStyle = delegateCombine(this.i.assigningCategoryMarkerStyle, this._assigningCategoryMarkerStyle_wrapped);
|
|
232
|
+
;
|
|
217
233
|
}
|
|
218
234
|
}
|
|
219
235
|
IgcCategorySeriesComponent._observedAttributesIgcCategorySeriesComponent = null;
|
|
@@ -24,11 +24,25 @@ export let IgcCategoryToolTipLayerComponent = /*@__PURE__*/ (() => {
|
|
|
24
24
|
if (super["connectedCallback"]) {
|
|
25
25
|
super["connectedCallback"]();
|
|
26
26
|
}
|
|
27
|
+
if (this.i.connectedCallback) {
|
|
28
|
+
this.i.connectedCallback();
|
|
29
|
+
}
|
|
27
30
|
if (!this._attached) {
|
|
28
31
|
this._attached = true;
|
|
29
32
|
this._flushQueuedAttributes();
|
|
30
33
|
}
|
|
31
34
|
}
|
|
35
|
+
disconnectedCallback() {
|
|
36
|
+
if (super["disconnectedCallback"]) {
|
|
37
|
+
super["disconnectedCallback"]();
|
|
38
|
+
}
|
|
39
|
+
if (this.i.disconnectedCallback) {
|
|
40
|
+
this.i.disconnectedCallback();
|
|
41
|
+
}
|
|
42
|
+
if (this._attached) {
|
|
43
|
+
this._attached = false;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
32
46
|
static get observedAttributes() {
|
|
33
47
|
if (IgcCategoryToolTipLayerComponent._observedAttributesIgcCategoryToolTipLayerComponent == null) {
|
|
34
48
|
let names = getAllPropertyNames(IgcCategoryToolTipLayerComponent);
|
|
@@ -61,17 +75,18 @@ export let IgcCategoryToolTipLayerComponent = /*@__PURE__*/ (() => {
|
|
|
61
75
|
* Gets or sets the Axis to target this annotation to. If null, this annotation layer will not render content.
|
|
62
76
|
*/
|
|
63
77
|
get targetAxis() {
|
|
64
|
-
|
|
78
|
+
const r = this.i.rc;
|
|
79
|
+
if (r == null) {
|
|
65
80
|
return null;
|
|
66
81
|
}
|
|
67
|
-
if (!
|
|
68
|
-
let e = IgcAxisComponent._createFromInternal(
|
|
82
|
+
if (!r.externalObject) {
|
|
83
|
+
let e = IgcAxisComponent._createFromInternal(r);
|
|
69
84
|
if (e) {
|
|
70
|
-
e._implementation =
|
|
85
|
+
e._implementation = r;
|
|
71
86
|
}
|
|
72
|
-
|
|
87
|
+
r.externalObject = e;
|
|
73
88
|
}
|
|
74
|
-
return
|
|
89
|
+
return r.externalObject;
|
|
75
90
|
}
|
|
76
91
|
set targetAxis(v) {
|
|
77
92
|
if (v != null && this._stylingContainer && v._styling)
|
|
@@ -30,11 +30,25 @@ export let IgcCategoryXAxisComponent = /*@__PURE__*/ (() => {
|
|
|
30
30
|
if (super["connectedCallback"]) {
|
|
31
31
|
super["connectedCallback"]();
|
|
32
32
|
}
|
|
33
|
+
if (this.i.connectedCallback) {
|
|
34
|
+
this.i.connectedCallback();
|
|
35
|
+
}
|
|
33
36
|
if (!this._attached) {
|
|
34
37
|
this._attached = true;
|
|
35
38
|
this._flushQueuedAttributes();
|
|
36
39
|
}
|
|
37
40
|
}
|
|
41
|
+
disconnectedCallback() {
|
|
42
|
+
if (super["disconnectedCallback"]) {
|
|
43
|
+
super["disconnectedCallback"]();
|
|
44
|
+
}
|
|
45
|
+
if (this.i.disconnectedCallback) {
|
|
46
|
+
this.i.disconnectedCallback();
|
|
47
|
+
}
|
|
48
|
+
if (this._attached) {
|
|
49
|
+
this._attached = false;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
38
52
|
static get observedAttributes() {
|
|
39
53
|
if (IgcCategoryXAxisComponent._observedAttributesIgcCategoryXAxisComponent == null) {
|
|
40
54
|
let names = getAllPropertyNames(IgcCategoryXAxisComponent);
|
|
@@ -28,11 +28,25 @@ export let IgcCategoryYAxisComponent = /*@__PURE__*/ (() => {
|
|
|
28
28
|
if (super["connectedCallback"]) {
|
|
29
29
|
super["connectedCallback"]();
|
|
30
30
|
}
|
|
31
|
+
if (this.i.connectedCallback) {
|
|
32
|
+
this.i.connectedCallback();
|
|
33
|
+
}
|
|
31
34
|
if (!this._attached) {
|
|
32
35
|
this._attached = true;
|
|
33
36
|
this._flushQueuedAttributes();
|
|
34
37
|
}
|
|
35
38
|
}
|
|
39
|
+
disconnectedCallback() {
|
|
40
|
+
if (super["disconnectedCallback"]) {
|
|
41
|
+
super["disconnectedCallback"]();
|
|
42
|
+
}
|
|
43
|
+
if (this.i.disconnectedCallback) {
|
|
44
|
+
this.i.disconnectedCallback();
|
|
45
|
+
}
|
|
46
|
+
if (this._attached) {
|
|
47
|
+
this._attached = false;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
36
50
|
static get observedAttributes() {
|
|
37
51
|
if (IgcCategoryYAxisComponent._observedAttributesIgcCategoryYAxisComponent == null) {
|
|
38
52
|
let names = getAllPropertyNames(IgcCategoryYAxisComponent);
|
|
@@ -26,11 +26,25 @@ export let IgcChaikinOscillatorIndicatorComponent = /*@__PURE__*/ (() => {
|
|
|
26
26
|
if (super["connectedCallback"]) {
|
|
27
27
|
super["connectedCallback"]();
|
|
28
28
|
}
|
|
29
|
+
if (this.i.connectedCallback) {
|
|
30
|
+
this.i.connectedCallback();
|
|
31
|
+
}
|
|
29
32
|
if (!this._attached) {
|
|
30
33
|
this._attached = true;
|
|
31
34
|
this._flushQueuedAttributes();
|
|
32
35
|
}
|
|
33
36
|
}
|
|
37
|
+
disconnectedCallback() {
|
|
38
|
+
if (super["disconnectedCallback"]) {
|
|
39
|
+
super["disconnectedCallback"]();
|
|
40
|
+
}
|
|
41
|
+
if (this.i.disconnectedCallback) {
|
|
42
|
+
this.i.disconnectedCallback();
|
|
43
|
+
}
|
|
44
|
+
if (this._attached) {
|
|
45
|
+
this._attached = false;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
34
48
|
static get observedAttributes() {
|
|
35
49
|
if (IgcChaikinOscillatorIndicatorComponent._observedAttributesIgcChaikinOscillatorIndicatorComponent == null) {
|
|
36
50
|
let names = getAllPropertyNames(IgcChaikinOscillatorIndicatorComponent);
|
|
@@ -28,11 +28,25 @@ export let IgcChaikinVolatilityIndicatorComponent = /*@__PURE__*/ (() => {
|
|
|
28
28
|
if (super["connectedCallback"]) {
|
|
29
29
|
super["connectedCallback"]();
|
|
30
30
|
}
|
|
31
|
+
if (this.i.connectedCallback) {
|
|
32
|
+
this.i.connectedCallback();
|
|
33
|
+
}
|
|
31
34
|
if (!this._attached) {
|
|
32
35
|
this._attached = true;
|
|
33
36
|
this._flushQueuedAttributes();
|
|
34
37
|
}
|
|
35
38
|
}
|
|
39
|
+
disconnectedCallback() {
|
|
40
|
+
if (super["disconnectedCallback"]) {
|
|
41
|
+
super["disconnectedCallback"]();
|
|
42
|
+
}
|
|
43
|
+
if (this.i.disconnectedCallback) {
|
|
44
|
+
this.i.disconnectedCallback();
|
|
45
|
+
}
|
|
46
|
+
if (this._attached) {
|
|
47
|
+
this._attached = false;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
36
50
|
static get observedAttributes() {
|
|
37
51
|
if (IgcChaikinVolatilityIndicatorComponent._observedAttributesIgcChaikinVolatilityIndicatorComponent == null) {
|
|
38
52
|
let names = getAllPropertyNames(IgcChaikinVolatilityIndicatorComponent);
|
|
@@ -31,17 +31,18 @@ export class IgcChartCursorEventArgs {
|
|
|
31
31
|
* Gets the series associated with the current event.
|
|
32
32
|
*/
|
|
33
33
|
get series() {
|
|
34
|
-
|
|
34
|
+
const r = this.i.series;
|
|
35
|
+
if (r == null) {
|
|
35
36
|
return null;
|
|
36
37
|
}
|
|
37
|
-
if (!
|
|
38
|
-
let e = IgcSeriesComponent._createFromInternal(
|
|
38
|
+
if (!r.externalObject) {
|
|
39
|
+
let e = IgcSeriesComponent._createFromInternal(r);
|
|
39
40
|
if (e) {
|
|
40
|
-
e._implementation =
|
|
41
|
+
e._implementation = r;
|
|
41
42
|
}
|
|
42
|
-
|
|
43
|
+
r.externalObject = e;
|
|
43
44
|
}
|
|
44
|
-
return
|
|
45
|
+
return r.externalObject;
|
|
45
46
|
}
|
|
46
47
|
set series(v) {
|
|
47
48
|
v == null ? this.i.series = null : this.i.series = v.i;
|
|
@@ -50,10 +51,11 @@ export class IgcChartCursorEventArgs {
|
|
|
50
51
|
* Gets the Chart associated with the current event.
|
|
51
52
|
*/
|
|
52
53
|
get seriesViewer() {
|
|
53
|
-
|
|
54
|
+
const r = this.i.seriesViewer;
|
|
55
|
+
if (r == null) {
|
|
54
56
|
return null;
|
|
55
57
|
}
|
|
56
|
-
return
|
|
58
|
+
return r.externalObject;
|
|
57
59
|
}
|
|
58
60
|
set seriesViewer(v) {
|
|
59
61
|
v == null ? this.i.seriesViewer = null : this.i.seriesViewer = v.i;
|
|
@@ -61,6 +61,11 @@ export class IgcChartGroupDescriptionCollection {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
findByName(name) {
|
|
64
|
+
if (this.findEphemera) {
|
|
65
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
66
|
+
return this.findEphemera(name);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
64
69
|
return null;
|
|
65
70
|
}
|
|
66
71
|
add(item) {
|
|
@@ -83,6 +88,18 @@ export class IgcChartGroupDescriptionCollection {
|
|
|
83
88
|
}
|
|
84
89
|
removeAt(index) {
|
|
85
90
|
let iv = this.i.b(index);
|
|
86
|
-
|
|
91
|
+
let ret = null;
|
|
92
|
+
if (iv && iv.externalObject) {
|
|
93
|
+
ret = iv.externalObject;
|
|
94
|
+
}
|
|
95
|
+
else {
|
|
96
|
+
if (iv) {
|
|
97
|
+
let e = new IgcChartGroupDescription();
|
|
98
|
+
e._implementation = iv;
|
|
99
|
+
iv.externalObject = e;
|
|
100
|
+
ret = e;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
return ret;
|
|
87
104
|
}
|
|
88
105
|
}
|
|
@@ -38,17 +38,18 @@ export class IgcChartMouseEventArgs {
|
|
|
38
38
|
* Gets the series associated with the current event.
|
|
39
39
|
*/
|
|
40
40
|
get series() {
|
|
41
|
-
|
|
41
|
+
const r = this.i.series;
|
|
42
|
+
if (r == null) {
|
|
42
43
|
return null;
|
|
43
44
|
}
|
|
44
|
-
if (!
|
|
45
|
-
let e = IgcSeriesComponent._createFromInternal(
|
|
45
|
+
if (!r.externalObject) {
|
|
46
|
+
let e = IgcSeriesComponent._createFromInternal(r);
|
|
46
47
|
if (e) {
|
|
47
|
-
e._implementation =
|
|
48
|
+
e._implementation = r;
|
|
48
49
|
}
|
|
49
|
-
|
|
50
|
+
r.externalObject = e;
|
|
50
51
|
}
|
|
51
|
-
return
|
|
52
|
+
return r.externalObject;
|
|
52
53
|
}
|
|
53
54
|
set series(v) {
|
|
54
55
|
v == null ? this.i.series = null : this.i.series = v.i;
|
|
@@ -57,10 +58,11 @@ export class IgcChartMouseEventArgs {
|
|
|
57
58
|
* Gets the Chart associated with the current event.
|
|
58
59
|
*/
|
|
59
60
|
get chart() {
|
|
60
|
-
|
|
61
|
+
const r = this.i.chart;
|
|
62
|
+
if (r == null) {
|
|
61
63
|
return null;
|
|
62
64
|
}
|
|
63
|
-
return
|
|
65
|
+
return r.externalObject;
|
|
64
66
|
}
|
|
65
67
|
set chart(v) {
|
|
66
68
|
v == null ? this.i.chart = null : this.i.chart = v.i;
|
|
@@ -22,17 +22,18 @@ export class IgcChartSeriesEventArgs {
|
|
|
22
22
|
* Gets the series.
|
|
23
23
|
*/
|
|
24
24
|
get series() {
|
|
25
|
-
|
|
25
|
+
const r = this.i.series;
|
|
26
|
+
if (r == null) {
|
|
26
27
|
return null;
|
|
27
28
|
}
|
|
28
|
-
if (!
|
|
29
|
-
let e = IgcSeriesComponent._createFromInternal(
|
|
29
|
+
if (!r.externalObject) {
|
|
30
|
+
let e = IgcSeriesComponent._createFromInternal(r);
|
|
30
31
|
if (e) {
|
|
31
|
-
e._implementation =
|
|
32
|
+
e._implementation = r;
|
|
32
33
|
}
|
|
33
|
-
|
|
34
|
+
r.externalObject = e;
|
|
34
35
|
}
|
|
35
|
-
return
|
|
36
|
+
return r.externalObject;
|
|
36
37
|
}
|
|
37
38
|
set series(v) {
|
|
38
39
|
v == null ? this.i.series = null : this.i.series = v.i;
|
|
@@ -71,6 +71,11 @@ export class IgcChartSortDescriptionCollection {
|
|
|
71
71
|
this.i.i = ensureBool(v);
|
|
72
72
|
}
|
|
73
73
|
findByName(name) {
|
|
74
|
+
if (this.findEphemera) {
|
|
75
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
76
|
+
return this.findEphemera(name);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
74
79
|
return null;
|
|
75
80
|
}
|
|
76
81
|
add(item) {
|
|
@@ -93,6 +98,18 @@ export class IgcChartSortDescriptionCollection {
|
|
|
93
98
|
}
|
|
94
99
|
removeAt(index) {
|
|
95
100
|
let iv = this.i.b(index);
|
|
96
|
-
|
|
101
|
+
let ret = null;
|
|
102
|
+
if (iv && iv.externalObject) {
|
|
103
|
+
ret = iv.externalObject;
|
|
104
|
+
}
|
|
105
|
+
else {
|
|
106
|
+
if (iv) {
|
|
107
|
+
let e = new IgcChartSortDescription();
|
|
108
|
+
e._implementation = iv;
|
|
109
|
+
iv.externalObject = e;
|
|
110
|
+
ret = e;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
return ret;
|
|
97
114
|
}
|
|
98
115
|
}
|
|
@@ -47,6 +47,11 @@ export class IgcChartSortDescription {
|
|
|
47
47
|
this.i.c = ensureEnum(ListSortDirection_$type, v);
|
|
48
48
|
}
|
|
49
49
|
findByName(name) {
|
|
50
|
+
if (this.findEphemera) {
|
|
51
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
52
|
+
return this.findEphemera(name);
|
|
53
|
+
}
|
|
54
|
+
}
|
|
50
55
|
return null;
|
|
51
56
|
}
|
|
52
57
|
/**
|
|
@@ -68,6 +68,11 @@ export class IgcChartSummaryDescriptionCollection {
|
|
|
68
68
|
this.i.i = ensureBool(v);
|
|
69
69
|
}
|
|
70
70
|
findByName(name) {
|
|
71
|
+
if (this.findEphemera) {
|
|
72
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
73
|
+
return this.findEphemera(name);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
71
76
|
return null;
|
|
72
77
|
}
|
|
73
78
|
add(item) {
|
|
@@ -90,6 +95,18 @@ export class IgcChartSummaryDescriptionCollection {
|
|
|
90
95
|
}
|
|
91
96
|
removeAt(index) {
|
|
92
97
|
let iv = this.i.b(index);
|
|
93
|
-
|
|
98
|
+
let ret = null;
|
|
99
|
+
if (iv && iv.externalObject) {
|
|
100
|
+
ret = iv.externalObject;
|
|
101
|
+
}
|
|
102
|
+
else {
|
|
103
|
+
if (iv) {
|
|
104
|
+
let e = new IgcChartSummaryDescription();
|
|
105
|
+
e._implementation = iv;
|
|
106
|
+
iv.externalObject = e;
|
|
107
|
+
ret = e;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
return ret;
|
|
94
111
|
}
|
|
95
112
|
}
|
|
@@ -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";
|
|
@@ -37,10 +37,10 @@ export class IgcChartSummaryDescription {
|
|
|
37
37
|
this.i.p = v;
|
|
38
38
|
}
|
|
39
39
|
get operand() {
|
|
40
|
-
return this.i.
|
|
40
|
+
return this.i.c;
|
|
41
41
|
}
|
|
42
42
|
set operand(v) {
|
|
43
|
-
this.i.
|
|
43
|
+
this.i.c = ensureEnum(DataSourceSummaryOperand_$type, v);
|
|
44
44
|
}
|
|
45
45
|
/**
|
|
46
46
|
* Gets or sets an alias for the summary. Currently only used in aggregated data situations.
|
|
@@ -61,6 +61,11 @@ export class IgcChartSummaryDescription {
|
|
|
61
61
|
this.i.o = v;
|
|
62
62
|
}
|
|
63
63
|
findByName(name) {
|
|
64
|
+
if (this.findEphemera) {
|
|
65
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
66
|
+
return this.findEphemera(name);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
64
69
|
return null;
|
|
65
70
|
}
|
|
66
71
|
equals(other) {
|
|
@@ -91,5 +96,6 @@ export class IgcChartSummaryDescription {
|
|
|
91
96
|
}
|
|
92
97
|
};
|
|
93
98
|
this.i.provideCalculator = delegateCombine(this.i.provideCalculator, this._provideCalculator_wrapped);
|
|
99
|
+
;
|
|
94
100
|
}
|
|
95
101
|
}
|
|
@@ -87,11 +87,25 @@ export let IgcColorScaleComponent = /*@__PURE__*/ (() => {
|
|
|
87
87
|
if (super["connectedCallback"]) {
|
|
88
88
|
super["connectedCallback"]();
|
|
89
89
|
}
|
|
90
|
+
if (this.i.connectedCallback) {
|
|
91
|
+
this.i.connectedCallback();
|
|
92
|
+
}
|
|
90
93
|
if (!this._attached) {
|
|
91
94
|
this._attached = true;
|
|
92
95
|
this._flushQueuedAttributes();
|
|
93
96
|
}
|
|
94
97
|
}
|
|
98
|
+
disconnectedCallback() {
|
|
99
|
+
if (super["disconnectedCallback"]) {
|
|
100
|
+
super["disconnectedCallback"]();
|
|
101
|
+
}
|
|
102
|
+
if (this.i.disconnectedCallback) {
|
|
103
|
+
this.i.disconnectedCallback();
|
|
104
|
+
}
|
|
105
|
+
if (this._attached) {
|
|
106
|
+
this._attached = false;
|
|
107
|
+
}
|
|
108
|
+
}
|
|
95
109
|
static get observedAttributes() {
|
|
96
110
|
if (IgcColorScaleComponent._observedAttributesIgcColorScaleComponent == null) {
|
|
97
111
|
let names = getAllPropertyNames(IgcColorScaleComponent);
|
|
@@ -112,6 +126,11 @@ export let IgcColorScaleComponent = /*@__PURE__*/ (() => {
|
|
|
112
126
|
this._updatingFromAttribute = false;
|
|
113
127
|
}
|
|
114
128
|
findByName(name) {
|
|
129
|
+
if (this.findEphemera) {
|
|
130
|
+
if (name && name.indexOf("@@e:") == 0) {
|
|
131
|
+
return this.findEphemera(name);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
115
134
|
return null;
|
|
116
135
|
}
|
|
117
136
|
get hasUserValues() {
|
|
@@ -191,6 +210,7 @@ export let IgcColorScaleComponent = /*@__PURE__*/ (() => {
|
|
|
191
210
|
}
|
|
192
211
|
};
|
|
193
212
|
this.i.propertyUpdated = delegateCombine(this.i.propertyUpdated, this._propertyUpdated_wrapped);
|
|
213
|
+
;
|
|
194
214
|
}
|
|
195
215
|
}
|
|
196
216
|
IgcColorScaleComponent._observedAttributesIgcColorScaleComponent = null;
|