@progress/kendo-angular-charts 7.3.2-dev.202211170710 → 11.0.0-develop.79
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/NOTICE.txt +3 -3
- package/README.md +3 -3
- package/api-types/axis-range.interface.d.ts +3 -3
- package/api-types/chart-axis.interface.d.ts +1 -1
- package/api-types/chart-pane.interface.d.ts +1 -1
- package/api-types/chart-plotarea.interface.d.ts +1 -1
- package/api-types/chart-svg-export-options.interface.d.ts +1 -1
- package/api-types/chart-visual-export-options.interface.d.ts +1 -1
- package/api-types/event-axis-options.interface.d.ts +1 -1
- package/api-types/event-series-options.interface.d.ts +1 -1
- package/api-types/series-point-marker.interface.d.ts +1 -1
- package/api-types/series-point.interface.d.ts +1 -1
- package/argument-types/axis-label-content-args.interface.d.ts +1 -1
- package/argument-types/axis-label-visual-args.interface.d.ts +1 -1
- package/argument-types/axis-note-content-args.interface.d.ts +1 -1
- package/argument-types/axis-note-visual-args.interface.d.ts +1 -1
- package/argument-types/error-bars-value-args.interface.d.ts +1 -1
- package/argument-types/error-bars-visual-args.interface.d.ts +1 -1
- package/argument-types/highlight-toggle-args.interface.d.ts +1 -1
- package/argument-types/highlight-visual-args.interface.d.ts +1 -1
- package/argument-types/legend-item-visual-args.interface.d.ts +1 -1
- package/argument-types/legend-labels-content-args.interface.d.ts +1 -1
- package/argument-types/markers-visual-args.interface.d.ts +1 -1
- package/argument-types/plot-band-label-visual-args.interface.d.ts +1 -1
- package/argument-types/series-labels-content-args.interface.d.ts +1 -1
- package/argument-types/series-labels-visual-args.interface.d.ts +1 -1
- package/argument-types/series-note-content-args.interface.d.ts +1 -1
- package/argument-types/series-note-visual-args.interface.d.ts +1 -1
- package/argument-types/series-visual-args.interface.d.ts +1 -1
- package/argument-types/title-visual-args.interface.d.ts +1 -1
- package/chart/axis-defaults/crosshair.component.d.ts +1 -1
- package/chart/axis-defaults/crosshair.tooltip.component.d.ts +1 -1
- package/chart/axis-defaults/labels.component.d.ts +1 -1
- package/chart/axis-defaults/title.component.d.ts +1 -1
- package/chart/axis-defaults.component.d.ts +1 -1
- package/chart/category-axis-item/crosshair.component.d.ts +1 -1
- package/chart/category-axis-item/crosshair.tooltip.component.d.ts +1 -1
- package/chart/category-axis-item/labels.component.d.ts +1 -1
- package/chart/category-axis-item/notes.component.d.ts +1 -1
- package/chart/category-axis-item/notes.icon.component.d.ts +1 -1
- package/chart/category-axis-item/notes.label.component.d.ts +1 -1
- package/chart/category-axis-item/range-labels.component.d.ts +1 -1
- package/chart/category-axis-item/select.component.d.ts +1 -1
- package/chart/category-axis-item/title.component.d.ts +1 -1
- package/chart/category-axis-item.component.d.ts +1 -1
- package/chart/category-axis.component.d.ts +1 -1
- package/chart/chart-area.component.d.ts +1 -1
- package/chart/donut-center-template.directive.d.ts +2 -2
- package/chart/legend/inactive-items.component.d.ts +1 -1
- package/chart/legend/item.component.d.ts +1 -1
- package/chart/legend.component.d.ts +1 -1
- package/chart/pane/title.component.d.ts +1 -1
- package/chart/pane-defaults/title.component.d.ts +1 -1
- package/chart/pane-defaults.component.d.ts +1 -1
- package/chart/pane.component.d.ts +1 -1
- package/chart/panes.component.d.ts +1 -1
- package/chart/plot-area.component.d.ts +1 -1
- package/chart/series-defaults/labels.component.d.ts +1 -1
- package/chart/series-defaults/labels.from.component.d.ts +1 -1
- package/chart/series-defaults/labels.to.component.d.ts +1 -1
- package/chart/series-defaults/notes.component.d.ts +1 -1
- package/chart/series-defaults/notes.icon.component.d.ts +1 -1
- package/chart/series-defaults/notes.label.component.d.ts +1 -1
- package/chart/series-defaults/tooltip.component.d.ts +1 -1
- package/chart/series-defaults.component.d.ts +1 -1
- package/chart/series-item/error-bars.component.d.ts +1 -1
- package/chart/series-item/extremes.component.d.ts +1 -1
- package/chart/series-item/highlight.component.d.ts +1 -1
- package/chart/series-item/labels.component.d.ts +1 -1
- package/chart/series-item/labels.from.component.d.ts +1 -1
- package/chart/series-item/labels.to.component.d.ts +1 -1
- package/chart/series-item/markers.component.d.ts +1 -1
- package/chart/series-item/notes.component.d.ts +1 -1
- package/chart/series-item/notes.icon.component.d.ts +1 -1
- package/chart/series-item/notes.label.component.d.ts +1 -1
- package/chart/series-item/outliers.component.d.ts +1 -1
- package/chart/series-item/tooltip.component.d.ts +1 -1
- package/chart/series-item.component.d.ts +1 -1
- package/chart/series.component.d.ts +1 -1
- package/chart/subtitle.component.d.ts +1 -1
- package/chart/title.component.d.ts +1 -1
- package/chart/tooltip/base-tooltip.d.ts +2 -2
- package/chart/tooltip/body-factory.d.ts +1 -1
- package/chart/tooltip/crosshair-tooltip.component.d.ts +1 -1
- package/chart/tooltip/crosshair-tooltips-container.component.d.ts +1 -1
- package/chart/tooltip/popup-settings.interface.d.ts +1 -1
- package/chart/tooltip/series-tooltip-template.directive.d.ts +2 -2
- package/chart/tooltip/shared-tooltip-template.directive.d.ts +2 -2
- package/chart/tooltip/tooltip-popup.component.d.ts +1 -1
- package/chart/tooltip/tooltip-template-point.d.ts +1 -1
- package/chart/tooltip.component.d.ts +1 -1
- package/chart/value-axis-item/crosshair.component.d.ts +1 -1
- package/chart/value-axis-item/crosshair.tooltip.component.d.ts +1 -1
- package/chart/value-axis-item/labels.component.d.ts +1 -1
- package/chart/value-axis-item/notes.component.d.ts +1 -1
- package/chart/value-axis-item/notes.icon.component.d.ts +1 -1
- package/chart/value-axis-item/notes.label.component.d.ts +1 -1
- package/chart/value-axis-item/title.component.d.ts +1 -1
- package/chart/value-axis-item.component.d.ts +1 -1
- package/chart/value-axis.component.d.ts +1 -1
- package/chart/x-axis-item/crosshair.component.d.ts +1 -1
- package/chart/x-axis-item/crosshair.tooltip.component.d.ts +1 -1
- package/chart/x-axis-item/labels.component.d.ts +1 -1
- package/chart/x-axis-item/notes.component.d.ts +1 -1
- package/chart/x-axis-item/notes.icon.component.d.ts +1 -1
- package/chart/x-axis-item/notes.label.component.d.ts +1 -1
- package/chart/x-axis-item/title.component.d.ts +1 -1
- package/chart/x-axis-item.component.d.ts +1 -1
- package/chart/x-axis.component.d.ts +1 -1
- package/chart/y-axis-item/crosshair.component.d.ts +1 -1
- package/chart/y-axis-item/crosshair.tooltip.component.d.ts +1 -1
- package/chart/y-axis-item/labels.component.d.ts +1 -1
- package/chart/y-axis-item/notes.component.d.ts +1 -1
- package/chart/y-axis-item/notes.icon.component.d.ts +1 -1
- package/chart/y-axis-item/notes.label.component.d.ts +1 -1
- package/chart/y-axis-item/title.component.d.ts +1 -1
- package/chart/y-axis-item.component.d.ts +1 -1
- package/chart/y-axis.component.d.ts +1 -1
- package/chart/zoomable.component.d.ts +1 -1
- package/chart-defaults.d.ts +1 -1
- package/chart-options.interface.d.ts +1 -1
- package/chart.component.d.ts +1 -1
- package/chart.directives.d.ts +1 -1
- package/chart.module.d.ts +2 -2
- package/charts.module.d.ts +3 -3
- package/common/api-types.d.ts +1 -1
- package/common/chart-default-theme.d.ts +1 -1
- package/common/chart-instance-observer.d.ts +1 -1
- package/common/collection-item.component.d.ts +1 -1
- package/common/collection.component.d.ts +1 -1
- package/common/collection.service.d.ts +1 -1
- package/common/configuration.service.d.ts +1 -1
- package/common/copy-changes.d.ts +1 -1
- package/common/events.d.ts +1 -1
- package/common/has-parent.d.ts +1 -1
- package/common/prefix-configuration.service.d.ts +1 -1
- package/common/property-types.d.ts +1 -1
- package/common/root-configuration.service.d.ts +1 -1
- package/common/settings.component.d.ts +1 -1
- package/common/theme.service.d.ts +1 -1
- package/common/to-simple-changes.d.ts +1 -1
- package/common/tooltip-template.service.d.ts +1 -1
- package/{esm2015/api-types/chart-plotarea.interface.js → esm2020/api-types/axis-range.interface.mjs} +1 -1
- package/{esm2015/api-types/axis-range.interface.js → esm2020/api-types/chart-axis.interface.mjs} +1 -1
- package/{esm2015/api-types/chart-axis.interface.js → esm2020/api-types/chart-pane.interface.mjs} +1 -1
- package/{esm2015/api-types/chart-pane.interface.js → esm2020/api-types/chart-plotarea.interface.mjs} +1 -1
- package/esm2020/api-types/chart-svg-export-options.interface.mjs +5 -0
- package/esm2020/api-types/chart-visual-export-options.interface.mjs +5 -0
- package/esm2020/api-types/event-axis-options.interface.mjs +5 -0
- package/esm2020/api-types/event-series-options.interface.mjs +5 -0
- package/esm2020/api-types/series-point-marker.interface.mjs +5 -0
- package/esm2020/api-types/series-point.interface.mjs +5 -0
- package/esm2020/argument-types/axis-label-content-args.interface.mjs +5 -0
- package/esm2020/argument-types/axis-label-visual-args.interface.mjs +5 -0
- package/esm2020/argument-types/axis-note-content-args.interface.mjs +5 -0
- package/esm2020/argument-types/axis-note-visual-args.interface.mjs +5 -0
- package/esm2020/argument-types/error-bars-value-args.interface.mjs +5 -0
- package/esm2020/argument-types/error-bars-visual-args.interface.mjs +5 -0
- package/esm2020/argument-types/highlight-toggle-args.interface.mjs +5 -0
- package/esm2020/argument-types/highlight-visual-args.interface.mjs +5 -0
- package/esm2020/argument-types/legend-item-visual-args.interface.mjs +5 -0
- package/esm2020/argument-types/legend-labels-content-args.interface.mjs +5 -0
- package/esm2020/argument-types/markers-visual-args.interface.mjs +5 -0
- package/esm2020/argument-types/plot-band-label-visual-args.interface.mjs +5 -0
- package/esm2020/argument-types/series-labels-content-args.interface.mjs +5 -0
- package/esm2020/argument-types/series-labels-visual-args.interface.mjs +5 -0
- package/esm2020/argument-types/series-note-content-args.interface.mjs +5 -0
- package/esm2020/argument-types/series-note-visual-args.interface.mjs +5 -0
- package/esm2020/argument-types/series-visual-args.interface.mjs +5 -0
- package/esm2020/argument-types/title-visual-args.interface.mjs +5 -0
- package/{esm2015/chart/axis-defaults/crosshair.component.js → esm2020/chart/axis-defaults/crosshair.component.mjs} +5 -4
- package/{esm2015/chart/axis-defaults/crosshair.tooltip.component.js → esm2020/chart/axis-defaults/crosshair.tooltip.component.mjs} +5 -4
- package/{esm2015/chart/axis-defaults/labels.component.js → esm2020/chart/axis-defaults/labels.component.mjs} +5 -4
- package/{esm2015/chart/axis-defaults/title.component.js → esm2020/chart/axis-defaults/title.component.mjs} +5 -4
- package/{esm2015/chart/axis-defaults.component.js → esm2020/chart/axis-defaults.component.mjs} +5 -4
- package/{esm2015/chart/category-axis-item/crosshair.component.js → esm2020/chart/category-axis-item/crosshair.component.mjs} +5 -4
- package/{esm2015/chart/category-axis-item/crosshair.tooltip.component.js → esm2020/chart/category-axis-item/crosshair.tooltip.component.mjs} +5 -4
- package/{esm2015/chart/category-axis-item/labels.component.js → esm2020/chart/category-axis-item/labels.component.mjs} +5 -4
- package/{esm2015/chart/category-axis-item/notes.component.js → esm2020/chart/category-axis-item/notes.component.mjs} +5 -4
- package/{esm2015/chart/category-axis-item/notes.icon.component.js → esm2020/chart/category-axis-item/notes.icon.component.mjs} +5 -4
- package/{esm2015/chart/category-axis-item/notes.label.component.js → esm2020/chart/category-axis-item/notes.label.component.mjs} +5 -4
- package/{esm2015/chart/category-axis-item/range-labels.component.js → esm2020/chart/category-axis-item/range-labels.component.mjs} +5 -4
- package/{esm2015/chart/category-axis-item/select.component.js → esm2020/chart/category-axis-item/select.component.mjs} +5 -4
- package/{esm2015/chart/category-axis-item/title.component.js → esm2020/chart/category-axis-item/title.component.mjs} +5 -4
- package/{esm2015/chart/category-axis-item.component.js → esm2020/chart/category-axis-item.component.mjs} +7 -4
- package/{esm2015/chart/category-axis.component.js → esm2020/chart/category-axis.component.mjs} +6 -5
- package/{esm2015/chart/chart-area.component.js → esm2020/chart/chart-area.component.mjs} +5 -4
- package/{esm2015/chart/donut-center-template.directive.js → esm2020/chart/donut-center-template.directive.mjs} +6 -6
- package/{esm2015/chart/legend/inactive-items.component.js → esm2020/chart/legend/inactive-items.component.mjs} +5 -4
- package/{esm2015/chart/legend/item.component.js → esm2020/chart/legend/item.component.mjs} +5 -4
- package/{esm2015/chart/legend.component.js → esm2020/chart/legend.component.mjs} +5 -4
- package/{esm2015/chart/pane/title.component.js → esm2020/chart/pane/title.component.mjs} +5 -4
- package/{esm2015/chart/pane-defaults/title.component.js → esm2020/chart/pane-defaults/title.component.mjs} +5 -4
- package/{esm2015/chart/pane-defaults.component.js → esm2020/chart/pane-defaults.component.mjs} +5 -4
- package/{esm2015/chart/pane.component.js → esm2020/chart/pane.component.mjs} +5 -4
- package/{esm2015/chart/panes.component.js → esm2020/chart/panes.component.mjs} +6 -5
- package/{esm2015/chart/plot-area.component.js → esm2020/chart/plot-area.component.mjs} +5 -4
- package/{esm2015/chart/series-defaults/labels.component.js → esm2020/chart/series-defaults/labels.component.mjs} +5 -4
- package/{esm2015/chart/series-defaults/labels.from.component.js → esm2020/chart/series-defaults/labels.from.component.mjs} +5 -4
- package/{esm2015/chart/series-defaults/labels.to.component.js → esm2020/chart/series-defaults/labels.to.component.mjs} +5 -4
- package/{esm2015/chart/series-defaults/notes.component.js → esm2020/chart/series-defaults/notes.component.mjs} +5 -4
- package/{esm2015/chart/series-defaults/notes.icon.component.js → esm2020/chart/series-defaults/notes.icon.component.mjs} +5 -4
- package/{esm2015/chart/series-defaults/notes.label.component.js → esm2020/chart/series-defaults/notes.label.component.mjs} +5 -4
- package/{esm2015/chart/series-defaults/tooltip.component.js → esm2020/chart/series-defaults/tooltip.component.mjs} +5 -4
- package/{esm2015/chart/series-defaults.component.js → esm2020/chart/series-defaults.component.mjs} +5 -4
- package/{esm2015/chart/series-item/error-bars.component.js → esm2020/chart/series-item/error-bars.component.mjs} +5 -4
- package/{esm2015/chart/series-item/extremes.component.js → esm2020/chart/series-item/extremes.component.mjs} +5 -4
- package/{esm2015/chart/series-item/highlight.component.js → esm2020/chart/series-item/highlight.component.mjs} +5 -4
- package/{esm2015/chart/series-item/labels.component.js → esm2020/chart/series-item/labels.component.mjs} +5 -4
- package/{esm2015/chart/series-item/labels.from.component.js → esm2020/chart/series-item/labels.from.component.mjs} +5 -4
- package/{esm2015/chart/series-item/labels.to.component.js → esm2020/chart/series-item/labels.to.component.mjs} +5 -4
- package/{esm2015/chart/series-item/markers.component.js → esm2020/chart/series-item/markers.component.mjs} +5 -4
- package/{esm2015/chart/series-item/notes.component.js → esm2020/chart/series-item/notes.component.mjs} +5 -4
- package/{esm2015/chart/series-item/notes.icon.component.js → esm2020/chart/series-item/notes.icon.component.mjs} +5 -4
- package/{esm2015/chart/series-item/notes.label.component.js → esm2020/chart/series-item/notes.label.component.mjs} +5 -4
- package/{esm2015/chart/series-item/outliers.component.js → esm2020/chart/series-item/outliers.component.mjs} +5 -4
- package/{esm2015/chart/series-item/tooltip.component.js → esm2020/chart/series-item/tooltip.component.mjs} +5 -4
- package/{esm2015/chart/series-item.component.js → esm2020/chart/series-item.component.mjs} +5 -4
- package/{esm2015/chart/series.component.js → esm2020/chart/series.component.mjs} +7 -5
- package/{esm2015/chart/subtitle.component.js → esm2020/chart/subtitle.component.mjs} +5 -4
- package/{esm2015/chart/title.component.js → esm2020/chart/title.component.mjs} +5 -4
- package/{esm2015/chart/tooltip/base-tooltip.js → esm2020/chart/tooltip/base-tooltip.mjs} +9 -6
- package/{esm2015/chart/tooltip/body-factory.js → esm2020/chart/tooltip/body-factory.mjs} +1 -1
- package/{esm2015/chart/tooltip/crosshair-tooltip.component.js → esm2020/chart/tooltip/crosshair-tooltip.component.mjs} +6 -5
- package/{esm2015/chart/tooltip/crosshair-tooltips-container.component.js → esm2020/chart/tooltip/crosshair-tooltips-container.component.mjs} +7 -7
- package/esm2020/chart/tooltip/popup-settings.interface.mjs +5 -0
- package/{esm2015/chart/tooltip/series-tooltip-template.directive.js → esm2020/chart/tooltip/series-tooltip-template.directive.mjs} +6 -6
- package/{esm2015/chart/tooltip/shared-tooltip-template.directive.js → esm2020/chart/tooltip/shared-tooltip-template.directive.mjs} +6 -6
- package/{esm2015/chart/tooltip/tooltip-popup.component.js → esm2020/chart/tooltip/tooltip-popup.component.mjs} +7 -5
- package/{esm2015/chart/tooltip/tooltip-template-point.js → esm2020/chart/tooltip/tooltip-template-point.mjs} +1 -1
- package/{esm2015/chart/tooltip.component.js → esm2020/chart/tooltip.component.mjs} +6 -4
- package/{esm2015/chart/value-axis-item/crosshair.component.js → esm2020/chart/value-axis-item/crosshair.component.mjs} +5 -4
- package/{esm2015/chart/value-axis-item/crosshair.tooltip.component.js → esm2020/chart/value-axis-item/crosshair.tooltip.component.mjs} +5 -4
- package/{esm2015/chart/value-axis-item/labels.component.js → esm2020/chart/value-axis-item/labels.component.mjs} +5 -4
- package/{esm2015/chart/value-axis-item/notes.component.js → esm2020/chart/value-axis-item/notes.component.mjs} +5 -4
- package/{esm2015/chart/value-axis-item/notes.icon.component.js → esm2020/chart/value-axis-item/notes.icon.component.mjs} +5 -4
- package/{esm2015/chart/value-axis-item/notes.label.component.js → esm2020/chart/value-axis-item/notes.label.component.mjs} +5 -4
- package/{esm2015/chart/value-axis-item/title.component.js → esm2020/chart/value-axis-item/title.component.mjs} +5 -4
- package/{esm2015/chart/value-axis-item.component.js → esm2020/chart/value-axis-item.component.mjs} +5 -4
- package/{esm2015/chart/value-axis.component.js → esm2020/chart/value-axis.component.mjs} +6 -5
- package/{esm2015/chart/x-axis-item/crosshair.component.js → esm2020/chart/x-axis-item/crosshair.component.mjs} +5 -4
- package/{esm2015/chart/x-axis-item/crosshair.tooltip.component.js → esm2020/chart/x-axis-item/crosshair.tooltip.component.mjs} +5 -4
- package/{esm2015/chart/x-axis-item/labels.component.js → esm2020/chart/x-axis-item/labels.component.mjs} +5 -4
- package/{esm2015/chart/x-axis-item/notes.component.js → esm2020/chart/x-axis-item/notes.component.mjs} +5 -4
- package/{esm2015/chart/x-axis-item/notes.icon.component.js → esm2020/chart/x-axis-item/notes.icon.component.mjs} +5 -4
- package/{esm2015/chart/x-axis-item/notes.label.component.js → esm2020/chart/x-axis-item/notes.label.component.mjs} +5 -4
- package/{esm2015/chart/x-axis-item/title.component.js → esm2020/chart/x-axis-item/title.component.mjs} +5 -4
- package/{esm2015/chart/x-axis-item.component.js → esm2020/chart/x-axis-item.component.mjs} +7 -4
- package/{esm2015/chart/x-axis.component.js → esm2020/chart/x-axis.component.mjs} +6 -5
- package/{esm2015/chart/y-axis-item/crosshair.component.js → esm2020/chart/y-axis-item/crosshair.component.mjs} +5 -4
- package/{esm2015/chart/y-axis-item/crosshair.tooltip.component.js → esm2020/chart/y-axis-item/crosshair.tooltip.component.mjs} +5 -4
- package/{esm2015/chart/y-axis-item/labels.component.js → esm2020/chart/y-axis-item/labels.component.mjs} +5 -4
- package/{esm2015/chart/y-axis-item/notes.component.js → esm2020/chart/y-axis-item/notes.component.mjs} +5 -4
- package/{esm2015/chart/y-axis-item/notes.icon.component.js → esm2020/chart/y-axis-item/notes.icon.component.mjs} +5 -4
- package/{esm2015/chart/y-axis-item/notes.label.component.js → esm2020/chart/y-axis-item/notes.label.component.mjs} +5 -4
- package/{esm2015/chart/y-axis-item/title.component.js → esm2020/chart/y-axis-item/title.component.mjs} +5 -4
- package/{esm2015/chart/y-axis-item.component.js → esm2020/chart/y-axis-item.component.mjs} +5 -4
- package/{esm2015/chart/y-axis.component.js → esm2020/chart/y-axis.component.mjs} +6 -5
- package/{esm2015/chart/zoomable.component.js → esm2020/chart/zoomable.component.mjs} +5 -4
- package/{esm2015/chart-defaults.js → esm2020/chart-defaults.mjs} +1 -1
- package/esm2020/chart-options.interface.mjs +5 -0
- package/{esm2015/chart.component.js → esm2020/chart.component.mjs} +9 -6
- package/{esm2015/chart.directives.js → esm2020/chart.directives.mjs} +1 -1
- package/{esm2015/chart.module.js → esm2020/chart.module.mjs} +6 -6
- package/{esm2015/charts.module.js → esm2020/charts.module.mjs} +7 -7
- package/esm2020/common/api-types.mjs +5 -0
- package/{esm2015/common/chart-default-theme.js → esm2020/common/chart-default-theme.mjs} +1 -1
- package/{esm2015/common/chart-instance-observer.js → esm2020/common/chart-instance-observer.mjs} +1 -1
- package/{esm2015/common/collection-item.component.js → esm2020/common/collection-item.component.mjs} +6 -5
- package/{esm2015/common/collection.component.js → esm2020/common/collection.component.mjs} +6 -4
- package/{esm2015/common/collection.service.js → esm2020/common/collection.service.mjs} +4 -4
- package/{esm2015/common/configuration.service.js → esm2020/common/configuration.service.mjs} +5 -5
- package/{esm2015/common/copy-changes.js → esm2020/common/copy-changes.mjs} +2 -2
- package/{esm2015/common/events.js → esm2020/common/events.mjs} +1 -1
- package/{esm2015/common/has-parent.js → esm2020/common/has-parent.mjs} +1 -1
- package/{esm2015/common/prefix-configuration.service.js → esm2020/common/prefix-configuration.service.mjs} +5 -5
- package/{esm2015/common/property-types.js → esm2020/common/property-types.mjs} +1 -1
- package/{esm2015/common/root-configuration.service.js → esm2020/common/root-configuration.service.mjs} +4 -4
- package/{esm2015/common/settings.component.js → esm2020/common/settings.component.mjs} +5 -4
- package/{esm2015/common/theme.service.js → esm2020/common/theme.service.mjs} +5 -5
- package/{esm2015/common/to-simple-changes.js → esm2020/common/to-simple-changes.mjs} +2 -2
- package/{esm2015/common/tooltip-template.service.js → esm2020/common/tooltip-template.service.mjs} +4 -4
- package/{esm2015/events/axis-label-click-event.js → esm2020/events/axis-label-click-event.mjs} +1 -1
- package/{esm2015/events/base-event.js → esm2020/events/base-event.mjs} +4 -4
- package/{esm2015/events/dom-events-builder.js → esm2020/events/dom-events-builder.mjs} +1 -1
- package/{esm2015/events/dom-events.js → esm2020/events/dom-events.mjs} +1 -1
- package/{esm2015/events/drag-end-event.js → esm2020/events/drag-end-event.mjs} +1 -1
- package/{esm2015/events/drag-event.js → esm2020/events/drag-event.mjs} +1 -1
- package/{esm2015/events/drag-start-event.js → esm2020/events/drag-start-event.mjs} +1 -1
- package/{esm2015/events/instance-event.service.js → esm2020/events/instance-event.service.mjs} +1 -1
- package/{esm2015/events/legend-event.js → esm2020/events/legend-event.mjs} +1 -1
- package/{esm2015/events/legend-item-click-event.js → esm2020/events/legend-item-click-event.mjs} +1 -1
- package/{esm2015/events/legend-item-hover-event.js → esm2020/events/legend-item-hover-event.mjs} +1 -1
- package/{esm2015/events/legend-item-leave-event.js → esm2020/events/legend-item-leave-event.mjs} +2 -1
- package/{esm2015/events/note-click-event.js → esm2020/events/note-click-event.mjs} +1 -1
- package/{esm2015/events/note-event.js → esm2020/events/note-event.mjs} +1 -1
- package/{esm2015/events/note-hover-event.js → esm2020/events/note-hover-event.mjs} +1 -1
- package/{esm2015/events/note-leave-event.js → esm2020/events/note-leave-event.mjs} +1 -1
- package/{esm2015/events/pane-render-event.js → esm2020/events/pane-render-event.mjs} +1 -1
- package/{esm2015/events/plot-area-click-event.js → esm2020/events/plot-area-click-event.mjs} +1 -1
- package/{esm2015/events/plot-area-hover-event.js → esm2020/events/plot-area-hover-event.mjs} +1 -1
- package/{esm2015/events/plot-area-leave-event.js → esm2020/events/plot-area-leave-event.mjs} +1 -1
- package/{esm2015/events/preventable-event.js → esm2020/events/preventable-event.mjs} +4 -4
- package/{esm2015/events/render-event.js → esm2020/events/render-event.mjs} +1 -1
- package/{esm2015/events/select-end-event.js → esm2020/events/select-end-event.mjs} +1 -1
- package/{esm2015/events/select-event.js → esm2020/events/select-event.mjs} +1 -1
- package/{esm2015/events/select-start-event.js → esm2020/events/select-start-event.mjs} +1 -1
- package/{esm2015/events/series-click-event.js → esm2020/events/series-click-event.mjs} +1 -1
- package/{esm2015/events/series-event.js → esm2020/events/series-event.mjs} +1 -1
- package/{esm2015/events/series-hover-event.js → esm2020/events/series-hover-event.mjs} +1 -1
- package/{esm2015/events/series-leave-event.js → esm2020/events/series-leave-event.mjs} +1 -1
- package/{esm2015/events/series-over-event.js → esm2020/events/series-over-event.mjs} +1 -1
- package/{esm2015/events/zoom-end-event.js → esm2020/events/zoom-end-event.mjs} +1 -1
- package/{esm2015/events/zoom-event.js → esm2020/events/zoom-event.mjs} +1 -1
- package/{esm2015/events/zoom-start-event.js → esm2020/events/zoom-start-event.mjs} +1 -1
- package/esm2020/field-types/auto-base-unit-steps.interface.mjs +5 -0
- package/esm2020/field-types/axis-labels-position.mjs +5 -0
- package/esm2020/field-types/axis-line.interface.mjs +5 -0
- package/esm2020/field-types/axis-ticks.interface.mjs +5 -0
- package/esm2020/field-types/axis-title-position.mjs +5 -0
- package/esm2020/field-types/base-unit.mjs +5 -0
- package/esm2020/field-types/border.interface.mjs +5 -0
- package/esm2020/field-types/bullet-target-line.interface.mjs +5 -0
- package/esm2020/field-types/bullet-target.interface.mjs +5 -0
- package/esm2020/field-types/category-base-unit.mjs +5 -0
- package/esm2020/field-types/dash-type.mjs +5 -0
- package/esm2020/field-types/date-formats.interface.mjs +5 -0
- package/esm2020/field-types/drag-action.interface.mjs +5 -0
- package/esm2020/field-types/error-bar-line.interface.mjs +5 -0
- package/esm2020/field-types/grid-lines.interface.mjs +5 -0
- package/esm2020/field-types/highlight-line.interface.mjs +5 -0
- package/esm2020/field-types/label-connectors.interface.mjs +5 -0
- package/esm2020/field-types/label-rotation.interface.mjs +5 -0
- package/esm2020/field-types/legend-labels.interface.mjs +5 -0
- package/esm2020/field-types/line-style.mjs +5 -0
- package/esm2020/field-types/lock-axis.mjs +5 -0
- package/esm2020/field-types/margin.interface.mjs +5 -0
- package/esm2020/field-types/marker-type.mjs +5 -0
- package/esm2020/field-types/modifier-key.mjs +5 -0
- package/esm2020/field-types/mousewheel-select.interface.mjs +5 -0
- package/esm2020/field-types/mousewheel-zoom.interface.mjs +5 -0
- package/esm2020/field-types/negative-bubble-values.interface.mjs +5 -0
- package/esm2020/field-types/note-label-position.mjs +5 -0
- package/esm2020/field-types/note-line.interface.mjs +5 -0
- package/esm2020/field-types/note-position.mjs +5 -0
- package/esm2020/field-types/overlay.interface.mjs +5 -0
- package/esm2020/field-types/padding.interface.mjs +5 -0
- package/esm2020/field-types/plot-band-label.interface.mjs +5 -0
- package/esm2020/field-types/plot-band.interface.mjs +5 -0
- package/esm2020/field-types/series-labels-alignment.mjs +5 -0
- package/esm2020/field-types/series-labels-position.mjs +5 -0
- package/esm2020/field-types/series-line.interface.mjs +5 -0
- package/esm2020/field-types/series-mean.interface.mjs +5 -0
- package/esm2020/field-types/series-median.interface.mjs +5 -0
- package/esm2020/field-types/series-stack.interface.mjs +5 -0
- package/esm2020/field-types/series-type.mjs +5 -0
- package/esm2020/field-types/series-whiskers.interface.mjs +5 -0
- package/{esm2015/field-types/week-start-day.enum.js → esm2020/field-types/week-start-day.enum.mjs} +1 -1
- package/{esm2015/main.js → esm2020/index.mjs} +1 -1
- package/esm2020/option-types/axis-defaults/crosshair.interface.mjs +5 -0
- package/esm2020/option-types/axis-defaults/crosshair.tooltip.interface.mjs +5 -0
- package/esm2020/option-types/axis-defaults/labels.interface.mjs +5 -0
- package/esm2020/option-types/axis-defaults/title.interface.mjs +5 -0
- package/esm2020/option-types/axis-defaults.interface.mjs +5 -0
- package/esm2020/option-types/category-axis-item/crosshair.interface.mjs +5 -0
- package/esm2020/option-types/category-axis-item/crosshair.tooltip.interface.mjs +5 -0
- package/esm2020/option-types/category-axis-item/labels.interface.mjs +5 -0
- package/esm2020/option-types/category-axis-item/notes.icon.interface.mjs +5 -0
- package/esm2020/option-types/category-axis-item/notes.interface.mjs +5 -0
- package/esm2020/option-types/category-axis-item/notes.label.interface.mjs +5 -0
- package/esm2020/option-types/category-axis-item/range-labels.interface.mjs +5 -0
- package/esm2020/option-types/category-axis-item/select.interface.mjs +5 -0
- package/esm2020/option-types/category-axis-item/title.interface.mjs +5 -0
- package/esm2020/option-types/category-axis-item.interface.mjs +5 -0
- package/esm2020/option-types/chart-area.interface.mjs +5 -0
- package/esm2020/option-types/legend/inactive-items.interface.mjs +5 -0
- package/esm2020/option-types/legend/item.interface.mjs +5 -0
- package/esm2020/option-types/legend/legend-title.interface.mjs +5 -0
- package/esm2020/option-types/legend/markers.interface.mjs +5 -0
- package/esm2020/option-types/legend.interface.mjs +5 -0
- package/esm2020/option-types/pane/title.interface.mjs +5 -0
- package/esm2020/option-types/pane-defaults/title.interface.mjs +5 -0
- package/esm2020/option-types/pane-defaults.interface.mjs +5 -0
- package/esm2020/option-types/pane.interface.mjs +5 -0
- package/esm2020/option-types/plot-area.interface.mjs +5 -0
- package/esm2020/option-types/series-defaults/labels.from.interface.mjs +5 -0
- package/esm2020/option-types/series-defaults/labels.interface.mjs +5 -0
- package/esm2020/option-types/series-defaults/labels.to.interface.mjs +5 -0
- package/esm2020/option-types/series-defaults/notes.icon.interface.mjs +5 -0
- package/esm2020/option-types/series-defaults/notes.interface.mjs +5 -0
- package/esm2020/option-types/series-defaults/notes.label.interface.mjs +5 -0
- package/esm2020/option-types/series-defaults/tooltip.interface.mjs +5 -0
- package/esm2020/option-types/series-defaults.interface.mjs +5 -0
- package/esm2020/option-types/series-item/error-bars.interface.mjs +5 -0
- package/esm2020/option-types/series-item/extremes.interface.mjs +5 -0
- package/esm2020/option-types/series-item/highlight.interface.mjs +5 -0
- package/esm2020/option-types/series-item/labels.from.interface.mjs +5 -0
- package/esm2020/option-types/series-item/labels.interface.mjs +5 -0
- package/esm2020/option-types/series-item/labels.to.interface.mjs +5 -0
- package/esm2020/option-types/series-item/markers-highlight.interface.mjs +5 -0
- package/esm2020/option-types/series-item/markers.interface.mjs +5 -0
- package/esm2020/option-types/series-item/notes.icon.interface.mjs +5 -0
- package/esm2020/option-types/series-item/notes.interface.mjs +5 -0
- package/esm2020/option-types/series-item/notes.label.interface.mjs +5 -0
- package/esm2020/option-types/series-item/outliers.interface.mjs +5 -0
- package/esm2020/option-types/series-item/tooltip.interface.mjs +5 -0
- package/esm2020/option-types/series-item.interface.mjs +5 -0
- package/esm2020/option-types/subtitle.interface.mjs +5 -0
- package/esm2020/option-types/title.interface.mjs +5 -0
- package/esm2020/option-types/tooltip.interface.mjs +5 -0
- package/esm2020/option-types/value-axis-item/crosshair.interface.mjs +5 -0
- package/esm2020/option-types/value-axis-item/crosshair.tooltip.interface.mjs +5 -0
- package/esm2020/option-types/value-axis-item/labels.interface.mjs +5 -0
- package/esm2020/option-types/value-axis-item/notes.icon.interface.mjs +5 -0
- package/esm2020/option-types/value-axis-item/notes.interface.mjs +5 -0
- package/esm2020/option-types/value-axis-item/notes.label.interface.mjs +5 -0
- package/esm2020/option-types/value-axis-item/title.interface.mjs +5 -0
- package/esm2020/option-types/value-axis-item.interface.mjs +5 -0
- package/esm2020/option-types/x-axis-item/crosshair.interface.mjs +5 -0
- package/esm2020/option-types/x-axis-item/crosshair.tooltip.interface.mjs +5 -0
- package/esm2020/option-types/x-axis-item/labels.interface.mjs +5 -0
- package/esm2020/option-types/x-axis-item/notes.icon.interface.mjs +5 -0
- package/esm2020/option-types/x-axis-item/notes.interface.mjs +5 -0
- package/esm2020/option-types/x-axis-item/notes.label.interface.mjs +5 -0
- package/esm2020/option-types/x-axis-item/title.interface.mjs +5 -0
- package/esm2020/option-types/x-axis-item.interface.mjs +5 -0
- package/esm2020/option-types/y-axis-item/crosshair.interface.mjs +5 -0
- package/esm2020/option-types/y-axis-item/crosshair.tooltip.interface.mjs +5 -0
- package/esm2020/option-types/y-axis-item/labels.interface.mjs +5 -0
- package/esm2020/option-types/y-axis-item/notes.icon.interface.mjs +5 -0
- package/esm2020/option-types/y-axis-item/notes.interface.mjs +5 -0
- package/esm2020/option-types/y-axis-item/notes.label.interface.mjs +5 -0
- package/esm2020/option-types/y-axis-item/title.interface.mjs +5 -0
- package/esm2020/option-types/y-axis-item.interface.mjs +5 -0
- package/esm2020/option-types/zoomable.interface.mjs +5 -0
- package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
- package/{esm2015/kendo-angular-charts.js → esm2020/progress-kendo-angular-charts.mjs} +2 -2
- package/{esm2015/sparkline.component.js → esm2020/sparkline.component.mjs} +7 -5
- package/{esm2015/sparkline.directives.js → esm2020/sparkline.directives.mjs} +1 -1
- package/{esm2015/sparkline.module.js → esm2020/sparkline.module.mjs} +7 -7
- package/{esm2015/stock-chart/events/instance-event.service.js → esm2020/stock-chart/events/instance-event.service.mjs} +1 -1
- package/{esm2015/stock-chart/events/navigator-filter-event.js → esm2020/stock-chart/events/navigator-filter-event.mjs} +1 -1
- package/{esm2015/stock-chart/events.js → esm2020/stock-chart/events.mjs} +1 -1
- package/{esm2015/stock-chart/navigator/category-axis/crosshair.component.js → esm2020/stock-chart/navigator/category-axis/crosshair.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/category-axis/crosshair.tooltip.component.js → esm2020/stock-chart/navigator/category-axis/crosshair.tooltip.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/category-axis/labels.component.js → esm2020/stock-chart/navigator/category-axis/labels.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/category-axis/notes.component.js → esm2020/stock-chart/navigator/category-axis/notes.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/category-axis/notes.icon.component.js → esm2020/stock-chart/navigator/category-axis/notes.icon.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/category-axis/notes.label.component.js → esm2020/stock-chart/navigator/category-axis/notes.label.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/category-axis/select.component.js → esm2020/stock-chart/navigator/category-axis/select.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/category-axis/title.component.js → esm2020/stock-chart/navigator/category-axis/title.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/category-axis.component.js → esm2020/stock-chart/navigator/category-axis.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/hint.component.js → esm2020/stock-chart/navigator/hint.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/pane/title.component.js → esm2020/stock-chart/navigator/pane/title.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/pane.component.js → esm2020/stock-chart/navigator/pane.component.mjs} +4 -4
- package/{esm2015/stock-chart/navigator/select.component.js → esm2020/stock-chart/navigator/select.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/series-item/error-bars.component.js → esm2020/stock-chart/navigator/series-item/error-bars.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/series-item/extremes.component.js → esm2020/stock-chart/navigator/series-item/extremes.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/series-item/highlight.component.js → esm2020/stock-chart/navigator/series-item/highlight.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/series-item/labels.component.js → esm2020/stock-chart/navigator/series-item/labels.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/series-item/labels.from.component.js → esm2020/stock-chart/navigator/series-item/labels.from.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/series-item/labels.to.component.js → esm2020/stock-chart/navigator/series-item/labels.to.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/series-item/markers.component.js → esm2020/stock-chart/navigator/series-item/markers.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/series-item/notes.component.js → esm2020/stock-chart/navigator/series-item/notes.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/series-item/notes.icon.component.js → esm2020/stock-chart/navigator/series-item/notes.icon.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/series-item/notes.label.component.js → esm2020/stock-chart/navigator/series-item/notes.label.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/series-item/outliers.component.js → esm2020/stock-chart/navigator/series-item/outliers.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/series-item/tooltip.component.js → esm2020/stock-chart/navigator/series-item/tooltip.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/series-item.component.js → esm2020/stock-chart/navigator/series-item.component.mjs} +5 -4
- package/{esm2015/stock-chart/navigator/series.component.js → esm2020/stock-chart/navigator/series.component.mjs} +7 -5
- package/{esm2015/stock-chart/navigator.component.js → esm2020/stock-chart/navigator.component.mjs} +4 -4
- package/esm2020/stock-chart/option-types/navigator/hint-content-args.interface.mjs +5 -0
- package/esm2020/stock-chart/option-types/navigator/hint.interface.mjs +5 -0
- package/esm2020/stock-chart/option-types/navigator/select.interface.mjs +5 -0
- package/esm2020/stock-chart/option-types/navigator.interface.mjs +5 -0
- package/esm2020/stock-chart/option-types.mjs +5 -0
- package/{esm2015/stock-chart.component.js → esm2020/stock-chart.component.mjs} +7 -5
- package/{esm2015/stock-chart.directives.js → esm2020/stock-chart.directives.mjs} +1 -1
- package/{esm2015/stock-chart.module.js → esm2020/stock-chart.module.mjs} +7 -7
- package/events/axis-label-click-event.d.ts +1 -1
- package/events/base-event.d.ts +1 -1
- package/events/dom-events-builder.d.ts +1 -1
- package/events/dom-events.d.ts +1 -1
- package/events/drag-end-event.d.ts +1 -1
- package/events/drag-event.d.ts +1 -1
- package/events/drag-start-event.d.ts +1 -1
- package/events/instance-event.service.d.ts +1 -1
- package/events/legend-event.d.ts +1 -1
- package/events/legend-item-click-event.d.ts +1 -1
- package/events/legend-item-hover-event.d.ts +1 -1
- package/events/legend-item-leave-event.d.ts +1 -1
- package/events/note-click-event.d.ts +1 -1
- package/events/note-event.d.ts +1 -1
- package/events/note-hover-event.d.ts +1 -1
- package/events/note-leave-event.d.ts +1 -1
- package/events/pane-render-event.d.ts +1 -1
- package/events/plot-area-click-event.d.ts +1 -1
- package/events/plot-area-hover-event.d.ts +1 -1
- package/events/plot-area-leave-event.d.ts +1 -1
- package/events/preventable-event.d.ts +1 -1
- package/events/render-event.d.ts +1 -1
- package/events/select-end-event.d.ts +1 -1
- package/events/select-event.d.ts +1 -1
- package/events/select-start-event.d.ts +1 -1
- package/events/series-click-event.d.ts +1 -1
- package/events/series-event.d.ts +1 -1
- package/events/series-hover-event.d.ts +1 -1
- package/events/series-leave-event.d.ts +1 -1
- package/events/series-over-event.d.ts +1 -1
- package/events/zoom-end-event.d.ts +1 -1
- package/events/zoom-event.d.ts +1 -1
- package/events/zoom-start-event.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-charts.mjs +8049 -0
- package/{fesm2015/kendo-angular-charts.js → fesm2020/progress-kendo-angular-charts.mjs} +1032 -1030
- package/field-types/auto-base-unit-steps.interface.d.ts +1 -1
- package/field-types/axis-labels-position.d.ts +1 -1
- package/field-types/axis-line.interface.d.ts +1 -1
- package/field-types/axis-ticks.interface.d.ts +1 -1
- package/field-types/axis-title-position.d.ts +1 -1
- package/field-types/base-unit.d.ts +1 -1
- package/field-types/border.interface.d.ts +1 -1
- package/field-types/bullet-target-line.interface.d.ts +1 -1
- package/field-types/bullet-target.interface.d.ts +1 -1
- package/field-types/category-base-unit.d.ts +1 -1
- package/field-types/dash-type.d.ts +1 -1
- package/field-types/date-formats.interface.d.ts +1 -1
- package/field-types/drag-action.interface.d.ts +1 -1
- package/field-types/error-bar-line.interface.d.ts +1 -1
- package/field-types/grid-lines.interface.d.ts +1 -1
- package/field-types/highlight-line.interface.d.ts +1 -1
- package/field-types/label-connectors.interface.d.ts +1 -1
- package/field-types/label-rotation.interface.d.ts +1 -1
- package/field-types/legend-labels.interface.d.ts +1 -1
- package/field-types/line-style.d.ts +1 -1
- package/field-types/lock-axis.d.ts +1 -1
- package/field-types/margin.interface.d.ts +1 -1
- package/field-types/marker-type.d.ts +1 -1
- package/field-types/modifier-key.d.ts +1 -1
- package/field-types/mousewheel-select.interface.d.ts +1 -1
- package/field-types/mousewheel-zoom.interface.d.ts +1 -1
- package/field-types/negative-bubble-values.interface.d.ts +1 -1
- package/field-types/note-label-position.d.ts +1 -1
- package/field-types/note-line.interface.d.ts +1 -1
- package/field-types/note-position.d.ts +1 -1
- package/field-types/overlay.interface.d.ts +1 -1
- package/field-types/padding.interface.d.ts +1 -1
- package/field-types/plot-band-label.interface.d.ts +1 -1
- package/field-types/plot-band.interface.d.ts +1 -1
- package/field-types/series-labels-alignment.d.ts +1 -1
- package/field-types/series-labels-position.d.ts +1 -1
- package/field-types/series-line.interface.d.ts +1 -1
- package/field-types/series-mean.interface.d.ts +1 -1
- package/field-types/series-median.interface.d.ts +1 -1
- package/field-types/series-stack.interface.d.ts +1 -1
- package/field-types/series-type.d.ts +1 -1
- package/field-types/series-whiskers.interface.d.ts +1 -1
- package/field-types/week-start-day.enum.d.ts +1 -1
- package/{main.d.ts → index.d.ts} +1 -1
- package/option-types/axis-defaults/crosshair.interface.d.ts +1 -1
- package/option-types/axis-defaults/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/axis-defaults/labels.interface.d.ts +1 -1
- package/option-types/axis-defaults/title.interface.d.ts +1 -1
- package/option-types/axis-defaults.interface.d.ts +1 -1
- package/option-types/category-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/category-axis-item/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/category-axis-item/labels.interface.d.ts +1 -1
- package/option-types/category-axis-item/notes.icon.interface.d.ts +1 -1
- package/option-types/category-axis-item/notes.interface.d.ts +1 -1
- package/option-types/category-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/category-axis-item/range-labels.interface.d.ts +1 -1
- package/option-types/category-axis-item/select.interface.d.ts +1 -1
- package/option-types/category-axis-item/title.interface.d.ts +1 -1
- package/option-types/category-axis-item.interface.d.ts +1 -1
- package/option-types/chart-area.interface.d.ts +1 -1
- package/option-types/legend/inactive-items.interface.d.ts +1 -1
- package/option-types/legend/item.interface.d.ts +1 -1
- package/option-types/legend/legend-title.interface.d.ts +1 -1
- package/option-types/legend/markers.interface.d.ts +1 -1
- package/option-types/legend.interface.d.ts +1 -1
- package/option-types/pane/title.interface.d.ts +1 -1
- package/option-types/pane-defaults/title.interface.d.ts +1 -1
- package/option-types/pane-defaults.interface.d.ts +1 -1
- package/option-types/pane.interface.d.ts +1 -1
- package/option-types/plot-area.interface.d.ts +1 -1
- package/option-types/series-defaults/labels.from.interface.d.ts +1 -1
- package/option-types/series-defaults/labels.interface.d.ts +1 -1
- package/option-types/series-defaults/labels.to.interface.d.ts +1 -1
- package/option-types/series-defaults/notes.icon.interface.d.ts +1 -1
- package/option-types/series-defaults/notes.interface.d.ts +1 -1
- package/option-types/series-defaults/notes.label.interface.d.ts +1 -1
- package/option-types/series-defaults/tooltip.interface.d.ts +1 -1
- package/option-types/series-defaults.interface.d.ts +1 -1
- package/option-types/series-item/error-bars.interface.d.ts +1 -1
- package/option-types/series-item/extremes.interface.d.ts +1 -1
- package/option-types/series-item/highlight.interface.d.ts +1 -1
- package/option-types/series-item/labels.from.interface.d.ts +1 -1
- package/option-types/series-item/labels.interface.d.ts +1 -1
- package/option-types/series-item/labels.to.interface.d.ts +1 -1
- package/option-types/series-item/markers-highlight.interface.d.ts +1 -1
- package/option-types/series-item/markers.interface.d.ts +1 -1
- package/option-types/series-item/notes.icon.interface.d.ts +1 -1
- package/option-types/series-item/notes.interface.d.ts +1 -1
- package/option-types/series-item/notes.label.interface.d.ts +1 -1
- package/option-types/series-item/outliers.interface.d.ts +1 -1
- package/option-types/series-item/tooltip.interface.d.ts +1 -1
- package/option-types/series-item.interface.d.ts +1 -1
- package/option-types/subtitle.interface.d.ts +1 -1
- package/option-types/title.interface.d.ts +1 -1
- package/option-types/tooltip.interface.d.ts +1 -1
- package/option-types/value-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/value-axis-item/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/value-axis-item/labels.interface.d.ts +1 -1
- package/option-types/value-axis-item/notes.icon.interface.d.ts +1 -1
- package/option-types/value-axis-item/notes.interface.d.ts +1 -1
- package/option-types/value-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/value-axis-item/title.interface.d.ts +1 -1
- package/option-types/value-axis-item.interface.d.ts +1 -1
- package/option-types/x-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/x-axis-item/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/x-axis-item/labels.interface.d.ts +1 -1
- package/option-types/x-axis-item/notes.icon.interface.d.ts +1 -1
- package/option-types/x-axis-item/notes.interface.d.ts +1 -1
- package/option-types/x-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/x-axis-item/title.interface.d.ts +1 -1
- package/option-types/x-axis-item.interface.d.ts +1 -1
- package/option-types/y-axis-item/crosshair.interface.d.ts +1 -1
- package/option-types/y-axis-item/crosshair.tooltip.interface.d.ts +1 -1
- package/option-types/y-axis-item/labels.interface.d.ts +1 -1
- package/option-types/y-axis-item/notes.icon.interface.d.ts +1 -1
- package/option-types/y-axis-item/notes.interface.d.ts +1 -1
- package/option-types/y-axis-item/notes.label.interface.d.ts +1 -1
- package/option-types/y-axis-item/title.interface.d.ts +1 -1
- package/option-types/y-axis-item.interface.d.ts +1 -1
- package/option-types/zoomable.interface.d.ts +1 -1
- package/package-metadata.d.ts +1 -1
- package/package.json +30 -56
- package/{kendo-angular-charts.d.ts → progress-kendo-angular-charts.d.ts} +2 -2
- package/schematics/ngAdd/index.js +1 -5
- package/sparkline.component.d.ts +1 -1
- package/sparkline.directives.d.ts +1 -1
- package/sparkline.module.d.ts +3 -3
- package/stock-chart/events/instance-event.service.d.ts +1 -1
- package/stock-chart/events/navigator-filter-event.d.ts +1 -1
- package/stock-chart/events.d.ts +1 -1
- package/stock-chart/navigator/category-axis/crosshair.component.d.ts +1 -1
- package/stock-chart/navigator/category-axis/crosshair.tooltip.component.d.ts +1 -1
- package/stock-chart/navigator/category-axis/labels.component.d.ts +1 -1
- package/stock-chart/navigator/category-axis/notes.component.d.ts +1 -1
- package/stock-chart/navigator/category-axis/notes.icon.component.d.ts +1 -1
- package/stock-chart/navigator/category-axis/notes.label.component.d.ts +1 -1
- package/stock-chart/navigator/category-axis/select.component.d.ts +1 -1
- package/stock-chart/navigator/category-axis/title.component.d.ts +1 -1
- package/stock-chart/navigator/category-axis.component.d.ts +1 -1
- package/stock-chart/navigator/hint.component.d.ts +1 -1
- package/stock-chart/navigator/pane/title.component.d.ts +1 -1
- package/stock-chart/navigator/pane.component.d.ts +1 -1
- package/stock-chart/navigator/select.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/error-bars.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/extremes.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/highlight.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/labels.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/labels.from.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/labels.to.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/markers.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/notes.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/notes.icon.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/notes.label.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/outliers.component.d.ts +1 -1
- package/stock-chart/navigator/series-item/tooltip.component.d.ts +1 -1
- package/stock-chart/navigator/series-item.component.d.ts +1 -1
- package/stock-chart/navigator/series.component.d.ts +1 -1
- package/stock-chart/navigator.component.d.ts +1 -1
- package/stock-chart/option-types/navigator/hint-content-args.interface.d.ts +1 -1
- package/stock-chart/option-types/navigator/hint.interface.d.ts +1 -1
- package/stock-chart/option-types/navigator/select.interface.d.ts +1 -1
- package/stock-chart/option-types/navigator.interface.d.ts +1 -1
- package/stock-chart/option-types.d.ts +1 -1
- package/stock-chart.component.d.ts +1 -1
- package/stock-chart.directives.d.ts +1 -1
- package/stock-chart.module.d.ts +3 -3
- package/bundles/kendo-angular-charts.umd.js +0 -5
- package/esm2015/api-types/chart-svg-export-options.interface.js +0 -5
- package/esm2015/api-types/chart-visual-export-options.interface.js +0 -5
- package/esm2015/api-types/event-axis-options.interface.js +0 -5
- package/esm2015/api-types/event-series-options.interface.js +0 -5
- package/esm2015/api-types/series-point-marker.interface.js +0 -5
- package/esm2015/api-types/series-point.interface.js +0 -5
- package/esm2015/argument-types/axis-label-content-args.interface.js +0 -5
- package/esm2015/argument-types/axis-label-visual-args.interface.js +0 -5
- package/esm2015/argument-types/axis-note-content-args.interface.js +0 -5
- package/esm2015/argument-types/axis-note-visual-args.interface.js +0 -5
- package/esm2015/argument-types/error-bars-value-args.interface.js +0 -5
- package/esm2015/argument-types/error-bars-visual-args.interface.js +0 -5
- package/esm2015/argument-types/highlight-toggle-args.interface.js +0 -5
- package/esm2015/argument-types/highlight-visual-args.interface.js +0 -5
- package/esm2015/argument-types/legend-item-visual-args.interface.js +0 -5
- package/esm2015/argument-types/legend-labels-content-args.interface.js +0 -5
- package/esm2015/argument-types/markers-visual-args.interface.js +0 -5
- package/esm2015/argument-types/plot-band-label-visual-args.interface.js +0 -5
- package/esm2015/argument-types/series-labels-content-args.interface.js +0 -5
- package/esm2015/argument-types/series-labels-visual-args.interface.js +0 -5
- package/esm2015/argument-types/series-note-content-args.interface.js +0 -5
- package/esm2015/argument-types/series-note-visual-args.interface.js +0 -5
- package/esm2015/argument-types/series-visual-args.interface.js +0 -5
- package/esm2015/argument-types/title-visual-args.interface.js +0 -5
- package/esm2015/chart/tooltip/popup-settings.interface.js +0 -5
- package/esm2015/chart-options.interface.js +0 -5
- package/esm2015/common/api-types.js +0 -5
- package/esm2015/field-types/auto-base-unit-steps.interface.js +0 -5
- package/esm2015/field-types/axis-labels-position.js +0 -5
- package/esm2015/field-types/axis-line.interface.js +0 -5
- package/esm2015/field-types/axis-ticks.interface.js +0 -5
- package/esm2015/field-types/axis-title-position.js +0 -5
- package/esm2015/field-types/base-unit.js +0 -5
- package/esm2015/field-types/border.interface.js +0 -5
- package/esm2015/field-types/bullet-target-line.interface.js +0 -5
- package/esm2015/field-types/bullet-target.interface.js +0 -5
- package/esm2015/field-types/category-base-unit.js +0 -5
- package/esm2015/field-types/dash-type.js +0 -5
- package/esm2015/field-types/date-formats.interface.js +0 -5
- package/esm2015/field-types/drag-action.interface.js +0 -5
- package/esm2015/field-types/error-bar-line.interface.js +0 -5
- package/esm2015/field-types/grid-lines.interface.js +0 -5
- package/esm2015/field-types/highlight-line.interface.js +0 -5
- package/esm2015/field-types/label-connectors.interface.js +0 -5
- package/esm2015/field-types/label-rotation.interface.js +0 -5
- package/esm2015/field-types/legend-labels.interface.js +0 -5
- package/esm2015/field-types/line-style.js +0 -5
- package/esm2015/field-types/lock-axis.js +0 -5
- package/esm2015/field-types/margin.interface.js +0 -5
- package/esm2015/field-types/marker-type.js +0 -5
- package/esm2015/field-types/modifier-key.js +0 -5
- package/esm2015/field-types/mousewheel-select.interface.js +0 -5
- package/esm2015/field-types/mousewheel-zoom.interface.js +0 -5
- package/esm2015/field-types/negative-bubble-values.interface.js +0 -5
- package/esm2015/field-types/note-label-position.js +0 -5
- package/esm2015/field-types/note-line.interface.js +0 -5
- package/esm2015/field-types/note-position.js +0 -5
- package/esm2015/field-types/overlay.interface.js +0 -5
- package/esm2015/field-types/padding.interface.js +0 -5
- package/esm2015/field-types/plot-band-label.interface.js +0 -5
- package/esm2015/field-types/plot-band.interface.js +0 -5
- package/esm2015/field-types/series-labels-alignment.js +0 -5
- package/esm2015/field-types/series-labels-position.js +0 -5
- package/esm2015/field-types/series-line.interface.js +0 -5
- package/esm2015/field-types/series-mean.interface.js +0 -5
- package/esm2015/field-types/series-median.interface.js +0 -5
- package/esm2015/field-types/series-stack.interface.js +0 -5
- package/esm2015/field-types/series-type.js +0 -5
- package/esm2015/field-types/series-whiskers.interface.js +0 -5
- package/esm2015/option-types/axis-defaults/crosshair.interface.js +0 -5
- package/esm2015/option-types/axis-defaults/crosshair.tooltip.interface.js +0 -5
- package/esm2015/option-types/axis-defaults/labels.interface.js +0 -5
- package/esm2015/option-types/axis-defaults/title.interface.js +0 -5
- package/esm2015/option-types/axis-defaults.interface.js +0 -5
- package/esm2015/option-types/category-axis-item/crosshair.interface.js +0 -5
- package/esm2015/option-types/category-axis-item/crosshair.tooltip.interface.js +0 -5
- package/esm2015/option-types/category-axis-item/labels.interface.js +0 -5
- package/esm2015/option-types/category-axis-item/notes.icon.interface.js +0 -5
- package/esm2015/option-types/category-axis-item/notes.interface.js +0 -5
- package/esm2015/option-types/category-axis-item/notes.label.interface.js +0 -5
- package/esm2015/option-types/category-axis-item/range-labels.interface.js +0 -5
- package/esm2015/option-types/category-axis-item/select.interface.js +0 -5
- package/esm2015/option-types/category-axis-item/title.interface.js +0 -5
- package/esm2015/option-types/category-axis-item.interface.js +0 -5
- package/esm2015/option-types/chart-area.interface.js +0 -5
- package/esm2015/option-types/legend/inactive-items.interface.js +0 -5
- package/esm2015/option-types/legend/item.interface.js +0 -5
- package/esm2015/option-types/legend/legend-title.interface.js +0 -5
- package/esm2015/option-types/legend/markers.interface.js +0 -5
- package/esm2015/option-types/legend.interface.js +0 -5
- package/esm2015/option-types/pane/title.interface.js +0 -5
- package/esm2015/option-types/pane-defaults/title.interface.js +0 -5
- package/esm2015/option-types/pane-defaults.interface.js +0 -5
- package/esm2015/option-types/pane.interface.js +0 -5
- package/esm2015/option-types/plot-area.interface.js +0 -5
- package/esm2015/option-types/series-defaults/labels.from.interface.js +0 -5
- package/esm2015/option-types/series-defaults/labels.interface.js +0 -5
- package/esm2015/option-types/series-defaults/labels.to.interface.js +0 -5
- package/esm2015/option-types/series-defaults/notes.icon.interface.js +0 -5
- package/esm2015/option-types/series-defaults/notes.interface.js +0 -5
- package/esm2015/option-types/series-defaults/notes.label.interface.js +0 -5
- package/esm2015/option-types/series-defaults/tooltip.interface.js +0 -5
- package/esm2015/option-types/series-defaults.interface.js +0 -5
- package/esm2015/option-types/series-item/error-bars.interface.js +0 -5
- package/esm2015/option-types/series-item/extremes.interface.js +0 -5
- package/esm2015/option-types/series-item/highlight.interface.js +0 -5
- package/esm2015/option-types/series-item/labels.from.interface.js +0 -5
- package/esm2015/option-types/series-item/labels.interface.js +0 -5
- package/esm2015/option-types/series-item/labels.to.interface.js +0 -5
- package/esm2015/option-types/series-item/markers-highlight.interface.js +0 -5
- package/esm2015/option-types/series-item/markers.interface.js +0 -5
- package/esm2015/option-types/series-item/notes.icon.interface.js +0 -5
- package/esm2015/option-types/series-item/notes.interface.js +0 -5
- package/esm2015/option-types/series-item/notes.label.interface.js +0 -5
- package/esm2015/option-types/series-item/outliers.interface.js +0 -5
- package/esm2015/option-types/series-item/tooltip.interface.js +0 -5
- package/esm2015/option-types/series-item.interface.js +0 -5
- package/esm2015/option-types/subtitle.interface.js +0 -5
- package/esm2015/option-types/title.interface.js +0 -5
- package/esm2015/option-types/tooltip.interface.js +0 -5
- package/esm2015/option-types/value-axis-item/crosshair.interface.js +0 -5
- package/esm2015/option-types/value-axis-item/crosshair.tooltip.interface.js +0 -5
- package/esm2015/option-types/value-axis-item/labels.interface.js +0 -5
- package/esm2015/option-types/value-axis-item/notes.icon.interface.js +0 -5
- package/esm2015/option-types/value-axis-item/notes.interface.js +0 -5
- package/esm2015/option-types/value-axis-item/notes.label.interface.js +0 -5
- package/esm2015/option-types/value-axis-item/title.interface.js +0 -5
- package/esm2015/option-types/value-axis-item.interface.js +0 -5
- package/esm2015/option-types/x-axis-item/crosshair.interface.js +0 -5
- package/esm2015/option-types/x-axis-item/crosshair.tooltip.interface.js +0 -5
- package/esm2015/option-types/x-axis-item/labels.interface.js +0 -5
- package/esm2015/option-types/x-axis-item/notes.icon.interface.js +0 -5
- package/esm2015/option-types/x-axis-item/notes.interface.js +0 -5
- package/esm2015/option-types/x-axis-item/notes.label.interface.js +0 -5
- package/esm2015/option-types/x-axis-item/title.interface.js +0 -5
- package/esm2015/option-types/x-axis-item.interface.js +0 -5
- package/esm2015/option-types/y-axis-item/crosshair.interface.js +0 -5
- package/esm2015/option-types/y-axis-item/crosshair.tooltip.interface.js +0 -5
- package/esm2015/option-types/y-axis-item/labels.interface.js +0 -5
- package/esm2015/option-types/y-axis-item/notes.icon.interface.js +0 -5
- package/esm2015/option-types/y-axis-item/notes.interface.js +0 -5
- package/esm2015/option-types/y-axis-item/notes.label.interface.js +0 -5
- package/esm2015/option-types/y-axis-item/title.interface.js +0 -5
- package/esm2015/option-types/y-axis-item.interface.js +0 -5
- package/esm2015/option-types/zoomable.interface.js +0 -5
- package/esm2015/stock-chart/option-types/navigator/hint-content-args.interface.js +0 -5
- package/esm2015/stock-chart/option-types/navigator/hint.interface.js +0 -5
- package/esm2015/stock-chart/option-types/navigator/select.interface.js +0 -5
- package/esm2015/stock-chart/option-types/navigator.interface.js +0 -5
- package/esm2015/stock-chart/option-types.js +0 -5
- package/schematics/ngAdd/index.js.map +0 -1
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
6
|
+
import { ConfigurationService } from '../common/configuration.service';
|
|
6
7
|
import { SettingsComponent } from '../common/settings.component';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
import * as i1 from "../common/configuration.service";
|
|
@@ -75,9 +76,9 @@ export class TitleComponent extends SettingsComponent {
|
|
|
75
76
|
this.configurationService = configurationService;
|
|
76
77
|
}
|
|
77
78
|
}
|
|
78
|
-
TitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
79
|
-
TitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
80
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
79
|
+
TitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TitleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
80
|
+
TitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: TitleComponent, selector: "kendo-chart-title", inputs: { align: "align", background: "background", border: "border", color: "color", font: "font", margin: "margin", padding: "padding", position: "position", text: "text", visible: "visible" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
81
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TitleComponent, decorators: [{
|
|
81
82
|
type: Component,
|
|
82
83
|
args: [{
|
|
83
84
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Directive } from '@angular/core';
|
|
6
|
+
import { PopupService } from '@progress/kendo-angular-popup';
|
|
7
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
8
|
import * as i0 from "@angular/core";
|
|
7
9
|
import * as i1 from "@progress/kendo-angular-popup";
|
|
8
10
|
import * as i2 from "@progress/kendo-angular-l10n";
|
|
@@ -45,14 +47,15 @@ export class BaseTooltip {
|
|
|
45
47
|
popup.popupAlign = align;
|
|
46
48
|
}
|
|
47
49
|
}
|
|
50
|
+
onInit() {
|
|
51
|
+
/* noop */
|
|
52
|
+
}
|
|
48
53
|
hide() {
|
|
49
54
|
if (this.popupRef) {
|
|
50
55
|
this.popupRef.close();
|
|
51
56
|
this.popupRef = null;
|
|
52
57
|
}
|
|
53
58
|
}
|
|
54
|
-
onInit() {
|
|
55
|
-
}
|
|
56
59
|
ngOnDestroy() {
|
|
57
60
|
this.hide();
|
|
58
61
|
}
|
|
@@ -83,8 +86,8 @@ export class BaseTooltip {
|
|
|
83
86
|
return { scrollLeft, scrollTop };
|
|
84
87
|
}
|
|
85
88
|
}
|
|
86
|
-
BaseTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
87
|
-
BaseTooltip.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
88
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
89
|
+
BaseTooltip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BaseTooltip, deps: [{ token: i1.PopupService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
90
|
+
BaseTooltip.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: BaseTooltip, ngImport: i0 });
|
|
91
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: BaseTooltip, decorators: [{
|
|
89
92
|
type: Directive
|
|
90
93
|
}], ctorParameters: function () { return [{ type: i1.PopupService }, { type: i2.LocalizationService }]; } });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ElementRef } from '@angular/core';
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component, Input, ViewChild } from '@angular/core';
|
|
5
|
+
import { Component, Input, ViewChild, TemplateRef } from '@angular/core';
|
|
6
6
|
import { BaseTooltip } from './base-tooltip';
|
|
7
7
|
import { PopupService, POPUP_CONTAINER } from '@progress/kendo-angular-popup';
|
|
8
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
9
|
import { bodyFactory } from './body-factory';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
import * as i1 from "@progress/kendo-angular-popup";
|
|
@@ -24,8 +25,8 @@ export class CrosshairTooltipComponent extends BaseTooltip {
|
|
|
24
25
|
this.popupRef.popup.changeDetectorRef.detectChanges();
|
|
25
26
|
}
|
|
26
27
|
}
|
|
27
|
-
CrosshairTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
28
|
-
CrosshairTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
28
|
+
CrosshairTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CrosshairTooltipComponent, deps: [{ token: i1.PopupService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
29
|
+
CrosshairTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: CrosshairTooltipComponent, selector: "kendo-chart-crosshair-tooltip", inputs: { key: "key", popupSettings: "popupSettings" }, providers: [PopupService, {
|
|
29
30
|
provide: POPUP_CONTAINER,
|
|
30
31
|
useFactory: bodyFactory
|
|
31
32
|
}], viewQueries: [{ propertyName: "templateRef", first: true, predicate: ["content"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -35,7 +36,7 @@ CrosshairTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
35
36
|
</div>
|
|
36
37
|
</ng-template>
|
|
37
38
|
`, isInline: true, directives: [{ type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CrosshairTooltipComponent, decorators: [{
|
|
39
40
|
type: Component,
|
|
40
41
|
args: [{
|
|
41
42
|
providers: [PopupService, {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component, ViewChildren, Input } from '@angular/core';
|
|
5
|
+
import { Component, ViewChildren, QueryList, Input } from '@angular/core';
|
|
6
6
|
import { CrosshairTooltipComponent } from './crosshair-tooltip.component';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
import * as i1 from "./crosshair-tooltip.component";
|
|
@@ -39,13 +39,13 @@ export class CrosshairTooltipsContainerComponent {
|
|
|
39
39
|
createCrosshairTooltips(options) {
|
|
40
40
|
const newMap = this.mapTooltips(options);
|
|
41
41
|
const map = this.tooltipsMap;
|
|
42
|
-
for (
|
|
42
|
+
for (const key in map) {
|
|
43
43
|
if (!newMap[key]) {
|
|
44
44
|
this.removeTooltip(key);
|
|
45
45
|
delete map[key];
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
|
-
for (
|
|
48
|
+
for (const key in newMap) {
|
|
49
49
|
if (!map[key]) {
|
|
50
50
|
map[key] = newMap[key];
|
|
51
51
|
this.tooltipKeys.push(key);
|
|
@@ -89,12 +89,12 @@ export class CrosshairTooltipsContainerComponent {
|
|
|
89
89
|
return result;
|
|
90
90
|
}
|
|
91
91
|
}
|
|
92
|
-
CrosshairTooltipsContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
93
|
-
CrosshairTooltipsContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
92
|
+
CrosshairTooltipsContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CrosshairTooltipsContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
93
|
+
CrosshairTooltipsContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: { popupSettings: "popupSettings" }, viewQueries: [{ propertyName: "crossahirTooltipComponents", predicate: CrosshairTooltipComponent, descendants: true }], ngImport: i0, template: `
|
|
94
94
|
<kendo-chart-crosshair-tooltip *ngFor="let key of tooltipKeys" [key]="key" [popupSettings]="popupSettings">
|
|
95
95
|
</kendo-chart-crosshair-tooltip>
|
|
96
96
|
`, isInline: true, components: [{ type: i1.CrosshairTooltipComponent, selector: "kendo-chart-crosshair-tooltip", inputs: ["key", "popupSettings"] }], directives: [{ type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
97
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
97
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CrosshairTooltipsContainerComponent, decorators: [{
|
|
98
98
|
type: Component,
|
|
99
99
|
args: [{
|
|
100
100
|
selector: 'kendo-chart-crosshair-tooltips-container',
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
export {};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Directive, Optional } from '@angular/core';
|
|
5
|
+
import { Directive, TemplateRef, Optional } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
|
-
* A directive that selects a [template](
|
|
8
|
+
* A directive that selects a [template](link:site.data.urls.angular['templatesyntax'])
|
|
9
9
|
* within the `<kendo-chart-tooltip>` component for the
|
|
10
10
|
* [series tooltip]({% slug tooltips_chart_charts %}#toc-series-tooltip).
|
|
11
11
|
*
|
|
@@ -39,9 +39,9 @@ export class SeriesTooltipTemplateDirective {
|
|
|
39
39
|
this.templateRef = templateRef;
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
SeriesTooltipTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
43
|
-
SeriesTooltipTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
44
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
42
|
+
SeriesTooltipTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SeriesTooltipTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
43
|
+
SeriesTooltipTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: SeriesTooltipTemplateDirective, selector: "[kendoChartSeriesTooltipTemplate]", ngImport: i0 });
|
|
44
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SeriesTooltipTemplateDirective, decorators: [{
|
|
45
45
|
type: Directive,
|
|
46
46
|
args: [{
|
|
47
47
|
selector: '[kendoChartSeriesTooltipTemplate]'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Directive, Optional } from '@angular/core';
|
|
5
|
+
import { Directive, TemplateRef, Optional } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
|
-
* A directive that selects a [template](
|
|
8
|
+
* A directive that selects a [template](link:site.data.urls.angular['templatesyntax'])
|
|
9
9
|
* within the `<kendo-chart-tooltip>` component for the
|
|
10
10
|
* [shared series tooltip]({% slug tooltips_chart_charts %}#toc-shared-tooltip).
|
|
11
11
|
*
|
|
@@ -48,9 +48,9 @@ export class SharedTooltipTemplateDirective {
|
|
|
48
48
|
this.templateRef = templateRef;
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
|
-
SharedTooltipTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
52
|
-
SharedTooltipTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "
|
|
53
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
51
|
+
SharedTooltipTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SharedTooltipTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
52
|
+
SharedTooltipTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: SharedTooltipTemplateDirective, selector: "[kendoChartSharedTooltipTemplate]", ngImport: i0 });
|
|
53
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SharedTooltipTemplateDirective, decorators: [{
|
|
54
54
|
type: Directive,
|
|
55
55
|
args: [{
|
|
56
56
|
selector: '[kendoChartSharedTooltipTemplate]'
|
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component, ViewChild, Input, Output, EventEmitter } from '@angular/core';
|
|
5
|
+
import { Component, TemplateRef, ViewChild, Input, NgZone, Output, EventEmitter } from '@angular/core';
|
|
6
6
|
import { SeriesTooltipTemplateDirective } from './series-tooltip-template.directive';
|
|
7
7
|
import { SharedTooltipTemplateDirective } from './shared-tooltip-template.directive';
|
|
8
8
|
import { TooltipTemplatePoint } from './tooltip-template-point';
|
|
9
9
|
import { BaseTooltip } from './base-tooltip';
|
|
10
10
|
import { hasParent } from '../../common/has-parent';
|
|
11
|
+
import { TooltipTemplateService } from '../../common/tooltip-template.service';
|
|
11
12
|
import { PopupService, POPUP_CONTAINER } from '@progress/kendo-angular-popup';
|
|
12
13
|
import { bodyFactory } from './body-factory';
|
|
14
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
13
15
|
import * as i0 from "@angular/core";
|
|
14
16
|
import * as i1 from "@progress/kendo-angular-popup";
|
|
15
17
|
import * as i2 from "../../common/tooltip-template.service";
|
|
@@ -108,8 +110,8 @@ export class TooltipPopupComponent extends BaseTooltip {
|
|
|
108
110
|
super.hide();
|
|
109
111
|
}
|
|
110
112
|
}
|
|
111
|
-
TooltipPopupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
112
|
-
TooltipPopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
113
|
+
TooltipPopupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipPopupComponent, deps: [{ token: i1.PopupService }, { token: i2.TooltipTemplateService }, { token: i3.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
114
|
+
TooltipPopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: { animate: "animate", classNames: "classNames", popupSettings: "popupSettings", wrapperClass: "wrapperClass" }, outputs: { leave: "leave" }, providers: [PopupService, {
|
|
113
115
|
provide: POPUP_CONTAINER,
|
|
114
116
|
useFactory: bodyFactory
|
|
115
117
|
}], viewQueries: [{ propertyName: "defaultSeriesTooltipTemplate", first: true, predicate: SeriesTooltipTemplateDirective, descendants: true }, { propertyName: "defaultSharedTooltipTemplate", first: true, predicate: SharedTooltipTemplateDirective, descendants: true }, { propertyName: "templateRef", first: true, predicate: ["content"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: `
|
|
@@ -145,7 +147,7 @@ TooltipPopupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
145
147
|
</table>
|
|
146
148
|
</ng-template>
|
|
147
149
|
`, isInline: true, directives: [{ type: i4.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i5.SeriesTooltipTemplateDirective, selector: "[kendoChartSeriesTooltipTemplate]" }, { type: i6.SharedTooltipTemplateDirective, selector: "[kendoChartSharedTooltipTemplate]" }, { type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipPopupComponent, decorators: [{
|
|
149
151
|
type: Component,
|
|
150
152
|
args: [{
|
|
151
153
|
providers: [PopupService, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Component, ContentChild, Input } from '@angular/core';
|
|
6
|
+
import { ConfigurationService } from '../common/configuration.service';
|
|
6
7
|
import { SettingsComponent } from '../common/settings.component';
|
|
8
|
+
import { TooltipTemplateService } from '../common/tooltip-template.service';
|
|
7
9
|
import { SeriesTooltipTemplateDirective } from './tooltip/series-tooltip-template.directive';
|
|
8
10
|
import { SharedTooltipTemplateDirective } from './tooltip/shared-tooltip-template.directive';
|
|
9
11
|
import * as i0 from "@angular/core";
|
|
@@ -25,9 +27,9 @@ export class TooltipComponent extends SettingsComponent {
|
|
|
25
27
|
this.templateService.setSharedTemplate(this.sharedTooltipTemplate ? this.sharedTooltipTemplate.templateRef : null);
|
|
26
28
|
}
|
|
27
29
|
}
|
|
28
|
-
TooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
29
|
-
TooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
30
|
+
TooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.TooltipTemplateService }], target: i0.ɵɵFactoryTarget.Component });
|
|
31
|
+
TooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: TooltipComponent, selector: "kendo-chart-tooltip", inputs: { background: "background", border: "border", color: "color", font: "font", format: "format", opacity: "opacity", padding: "padding", shared: "shared", visible: "visible" }, queries: [{ propertyName: "seriesTooltipTemplate", first: true, predicate: SeriesTooltipTemplateDirective, descendants: true }, { propertyName: "sharedTooltipTemplate", first: true, predicate: SharedTooltipTemplateDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
32
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: TooltipComponent, decorators: [{
|
|
31
33
|
type: Component,
|
|
32
34
|
args: [{
|
|
33
35
|
selector: 'kendo-chart-tooltip',
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
6
|
+
import { ConfigurationService } from '../../common/configuration.service';
|
|
6
7
|
import { SettingsComponent } from '../../common/settings.component';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
import * as i1 from "../../common/configuration.service";
|
|
@@ -16,9 +17,9 @@ export class ValueAxisCrosshairComponent extends SettingsComponent {
|
|
|
16
17
|
this.markAsVisible();
|
|
17
18
|
}
|
|
18
19
|
}
|
|
19
|
-
ValueAxisCrosshairComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
20
|
-
ValueAxisCrosshairComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
20
|
+
ValueAxisCrosshairComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisCrosshairComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
21
|
+
ValueAxisCrosshairComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ValueAxisCrosshairComponent, selector: "kendo-chart-value-axis-item-crosshair", inputs: { color: "color", opacity: "opacity", visible: "visible", width: "width", tooltip: "tooltip" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
22
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisCrosshairComponent, decorators: [{
|
|
22
23
|
type: Component,
|
|
23
24
|
args: [{
|
|
24
25
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
6
|
+
import { ConfigurationService } from '../../common/configuration.service';
|
|
6
7
|
import { SettingsComponent } from '../../common/settings.component';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
import * as i1 from "../../common/configuration.service";
|
|
@@ -17,9 +18,9 @@ export class ValueAxisCrosshairTooltipComponent extends SettingsComponent {
|
|
|
17
18
|
this.markAsVisible();
|
|
18
19
|
}
|
|
19
20
|
}
|
|
20
|
-
ValueAxisCrosshairTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
21
|
-
ValueAxisCrosshairTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
21
|
+
ValueAxisCrosshairTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisCrosshairTooltipComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
22
|
+
ValueAxisCrosshairTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ValueAxisCrosshairTooltipComponent, selector: "kendo-chart-value-axis-item-crosshair-tooltip", inputs: { background: "background", border: "border", color: "color", font: "font", format: "format", padding: "padding", visible: "visible" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisCrosshairTooltipComponent, decorators: [{
|
|
23
24
|
type: Component,
|
|
24
25
|
args: [{
|
|
25
26
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
6
|
+
import { ConfigurationService } from '../../common/configuration.service';
|
|
6
7
|
import { SettingsComponent } from '../../common/settings.component';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
import * as i1 from "../../common/configuration.service";
|
|
@@ -15,9 +16,9 @@ export class ValueAxisLabelsComponent extends SettingsComponent {
|
|
|
15
16
|
this.configurationService = configurationService;
|
|
16
17
|
}
|
|
17
18
|
}
|
|
18
|
-
ValueAxisLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19
|
-
ValueAxisLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19
|
+
ValueAxisLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
+
ValueAxisLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ValueAxisLabelsComponent, selector: "kendo-chart-value-axis-item-labels", inputs: { background: "background", border: "border", color: "color", content: "content", font: "font", format: "format", margin: "margin", mirror: "mirror", padding: "padding", position: "position", rotation: "rotation", skip: "skip", step: "step", visible: "visible", visual: "visual" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisLabelsComponent, decorators: [{
|
|
21
22
|
type: Component,
|
|
22
23
|
args: [{
|
|
23
24
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
6
|
+
import { ConfigurationService } from '../../common/configuration.service';
|
|
6
7
|
import { SettingsComponent } from '../../common/settings.component';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
import * as i1 from "../../common/configuration.service";
|
|
@@ -15,9 +16,9 @@ export class ValueAxisNotesComponent extends SettingsComponent {
|
|
|
15
16
|
this.configurationService = configurationService;
|
|
16
17
|
}
|
|
17
18
|
}
|
|
18
|
-
ValueAxisNotesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19
|
-
ValueAxisNotesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19
|
+
ValueAxisNotesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisNotesComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
+
ValueAxisNotesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ValueAxisNotesComponent, selector: "kendo-chart-value-axis-item-notes", inputs: { data: "data", line: "line", position: "position", visual: "visual", icon: "icon", label: "label" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisNotesComponent, decorators: [{
|
|
21
22
|
type: Component,
|
|
22
23
|
args: [{
|
|
23
24
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
6
|
+
import { ConfigurationService } from '../../common/configuration.service';
|
|
6
7
|
import { SettingsComponent } from '../../common/settings.component';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
import * as i1 from "../../common/configuration.service";
|
|
@@ -15,9 +16,9 @@ export class ValueAxisNotesIconComponent extends SettingsComponent {
|
|
|
15
16
|
this.configurationService = configurationService;
|
|
16
17
|
}
|
|
17
18
|
}
|
|
18
|
-
ValueAxisNotesIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19
|
-
ValueAxisNotesIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19
|
+
ValueAxisNotesIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisNotesIconComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
+
ValueAxisNotesIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ValueAxisNotesIconComponent, selector: "kendo-chart-value-axis-item-notes-icon", inputs: { background: "background", border: "border", size: "size", type: "type", visible: "visible" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisNotesIconComponent, decorators: [{
|
|
21
22
|
type: Component,
|
|
22
23
|
args: [{
|
|
23
24
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
6
|
+
import { ConfigurationService } from '../../common/configuration.service';
|
|
6
7
|
import { SettingsComponent } from '../../common/settings.component';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
import * as i1 from "../../common/configuration.service";
|
|
@@ -15,9 +16,9 @@ export class ValueAxisNotesLabelComponent extends SettingsComponent {
|
|
|
15
16
|
this.configurationService = configurationService;
|
|
16
17
|
}
|
|
17
18
|
}
|
|
18
|
-
ValueAxisNotesLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19
|
-
ValueAxisNotesLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19
|
+
ValueAxisNotesLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisNotesLabelComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
+
ValueAxisNotesLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ValueAxisNotesLabelComponent, selector: "kendo-chart-value-axis-item-notes-label", inputs: { background: "background", border: "border", color: "color", content: "content", font: "font", format: "format", position: "position", rotation: "rotation", visible: "visible" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisNotesLabelComponent, decorators: [{
|
|
21
22
|
type: Component,
|
|
22
23
|
args: [{
|
|
23
24
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
6
|
+
import { ConfigurationService } from '../../common/configuration.service';
|
|
6
7
|
import { SettingsComponent } from '../../common/settings.component';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
import * as i1 from "../../common/configuration.service";
|
|
@@ -15,9 +16,9 @@ export class ValueAxisTitleComponent extends SettingsComponent {
|
|
|
15
16
|
this.configurationService = configurationService;
|
|
16
17
|
}
|
|
17
18
|
}
|
|
18
|
-
ValueAxisTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
19
|
-
ValueAxisTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19
|
+
ValueAxisTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisTitleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
20
|
+
ValueAxisTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ValueAxisTitleComponent, selector: "kendo-chart-value-axis-item-title", inputs: { background: "background", border: "border", color: "color", font: "font", margin: "margin", padding: "padding", position: "position", rotation: "rotation", text: "text", visible: "visible", visual: "visual" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisTitleComponent, decorators: [{
|
|
21
22
|
type: Component,
|
|
22
23
|
args: [{
|
|
23
24
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
package/{esm2015/chart/value-axis-item.component.js → esm2020/chart/value-axis-item.component.mjs}
RENAMED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
6
6
|
import { CollectionItemComponent } from '../common/collection-item.component';
|
|
7
|
+
import { CollectionService } from '../common/collection.service';
|
|
7
8
|
import { ConfigurationService } from '../common/configuration.service';
|
|
8
9
|
import * as i0 from "@angular/core";
|
|
9
10
|
import * as i1 from "../common/configuration.service";
|
|
@@ -18,9 +19,9 @@ export class ValueAxisItemComponent extends CollectionItemComponent {
|
|
|
18
19
|
this.collectionService = collectionService;
|
|
19
20
|
}
|
|
20
21
|
}
|
|
21
|
-
ValueAxisItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
22
|
-
ValueAxisItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
22
|
+
ValueAxisItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisItemComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Component });
|
|
23
|
+
ValueAxisItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ValueAxisItemComponent, selector: "kendo-chart-value-axis-item", inputs: { axisCrossingValue: "axisCrossingValue", background: "background", color: "color", line: "line", majorGridLines: "majorGridLines", majorTicks: "majorTicks", majorUnit: "majorUnit", max: "max", min: "min", minorGridLines: "minorGridLines", minorTicks: "minorTicks", minorUnit: "minorUnit", name: "name", narrowRange: "narrowRange", pane: "pane", plotBands: "plotBands", reverse: "reverse", type: "type", visible: "visible", crosshair: "crosshair", labels: "labels", notes: "notes", title: "title" }, providers: [ConfigurationService], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisItemComponent, decorators: [{
|
|
24
25
|
type: Component,
|
|
25
26
|
args: [{
|
|
26
27
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
6
|
-
import { ContentChildren } from '@angular/core';
|
|
6
|
+
import { ContentChildren, QueryList } from '@angular/core';
|
|
7
7
|
import { CollectionComponent } from '../common/collection.component';
|
|
8
8
|
import { CollectionService } from '../common/collection.service';
|
|
9
|
+
import { ConfigurationService } from '../common/configuration.service';
|
|
9
10
|
import { ValueAxisItemComponent } from './value-axis-item.component';
|
|
10
11
|
import * as i0 from "@angular/core";
|
|
11
12
|
import * as i1 from "../common/configuration.service";
|
|
@@ -49,9 +50,9 @@ export class ValueAxisComponent extends CollectionComponent {
|
|
|
49
50
|
this.collectionService = collectionService;
|
|
50
51
|
}
|
|
51
52
|
}
|
|
52
|
-
ValueAxisComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
53
|
-
ValueAxisComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
54
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
53
|
+
ValueAxisComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.CollectionService }], target: i0.ɵɵFactoryTarget.Component });
|
|
54
|
+
ValueAxisComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: ValueAxisComponent, selector: "kendo-chart-value-axis", providers: [CollectionService], queries: [{ propertyName: "children", predicate: ValueAxisItemComponent }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: ValueAxisComponent, decorators: [{
|
|
55
56
|
type: Component,
|
|
56
57
|
args: [{
|
|
57
58
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright ©
|
|
2
|
+
* Copyright © 2022 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
|
|
6
|
+
import { ConfigurationService } from '../../common/configuration.service';
|
|
6
7
|
import { SettingsComponent } from '../../common/settings.component';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
import * as i1 from "../../common/configuration.service";
|
|
@@ -17,9 +18,9 @@ export class XAxisCrosshairComponent extends SettingsComponent {
|
|
|
17
18
|
this.markAsVisible();
|
|
18
19
|
}
|
|
19
20
|
}
|
|
20
|
-
XAxisCrosshairComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
21
|
-
XAxisCrosshairComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "
|
|
22
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
21
|
+
XAxisCrosshairComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: XAxisCrosshairComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
22
|
+
XAxisCrosshairComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: XAxisCrosshairComponent, selector: "kendo-chart-x-axis-item-crosshair", inputs: { color: "color", opacity: "opacity", visible: "visible", width: "width", tooltip: "tooltip" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
23
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: XAxisCrosshairComponent, decorators: [{
|
|
23
24
|
type: Component,
|
|
24
25
|
args: [{
|
|
25
26
|
changeDetection: ChangeDetectionStrategy.OnPush,
|