@progress/kendo-vue-charts 9.3.0-develop.5 → 9.3.0-develop.7
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/BaseChart.d.ts +16 -16
- package/Chart.d.ts +16 -16
- package/common/api-types.d.ts +24 -7
- package/common/events.d.ts +1 -0
- package/common/property-types.d.ts +4 -130
- package/components/AxisDefaults.d.ts +29 -29
- package/components/CategoryAxisItem.d.ts +54 -54
- package/components/ChartArea.d.ts +7 -7
- package/components/Legend.d.ts +31 -31
- package/components/Navigator.d.ts +15 -15
- package/components/Pane.d.ts +10 -10
- package/components/PaneDefaults.d.ts +11 -11
- package/components/PlotArea.d.ts +8 -8
- package/components/SeriesDefaults.d.ts +23 -23
- package/components/SeriesItem.d.ts +83 -68
- package/components/Title.d.ts +16 -16
- package/components/Tooltip.d.ts +8 -8
- package/components/ValueAxisItem.d.ts +36 -36
- package/components/XAxisItem.d.ts +39 -39
- package/components/YAxisItem.d.ts +39 -39
- package/components/axis-defaults/Crosshair.d.ts +6 -6
- package/components/axis-defaults/CrosshairTooltip.d.ts +6 -6
- package/components/axis-defaults/Labels.d.ts +14 -14
- package/components/axis-defaults/Title.d.ts +14 -14
- package/components/category-axis-item/Crosshair.d.ts +6 -6
- package/components/category-axis-item/CrosshairTooltip.d.ts +6 -6
- package/components/category-axis-item/Labels.d.ts +23 -23
- package/components/category-axis-item/Notes.d.ts +23 -15
- package/components/category-axis-item/NotesIcon.d.ts +6 -6
- package/components/category-axis-item/NotesLabel.d.ts +9 -9
- package/components/category-axis-item/RangeLabels.d.ts +3 -3
- package/components/category-axis-item/Select.d.ts +2 -2
- package/components/category-axis-item/Title.d.ts +14 -14
- package/components/legend/InactiveItems.d.ts +3 -3
- package/components/legend/Item.d.ts +18 -18
- package/components/legend/Title.d.ts +17 -17
- package/components/navigator/CategoryAxis.d.ts +54 -54
- package/components/navigator/Hint.d.ts +3 -3
- package/components/navigator/Pane.d.ts +10 -10
- package/components/navigator/Select.d.ts +2 -2
- package/components/navigator/SeriesItem.d.ts +80 -64
- package/components/navigator/category-axis/Crosshair.d.ts +6 -6
- package/components/navigator/category-axis/CrosshairTooltip.d.ts +6 -6
- package/components/navigator/category-axis/Labels.d.ts +23 -23
- package/components/navigator/category-axis/Notes.d.ts +23 -15
- package/components/navigator/category-axis/NotesIcon.d.ts +1 -1
- package/components/navigator/category-axis/NotesLabel.d.ts +9 -9
- package/components/navigator/category-axis/Select.d.ts +2 -2
- package/components/navigator/category-axis/Title.d.ts +14 -14
- package/components/navigator/pane/Title.d.ts +9 -9
- package/components/navigator/series-item/ErrorBars.d.ts +8 -8
- package/components/navigator/series-item/Extremes.d.ts +6 -6
- package/components/navigator/series-item/Highlight.d.ts +12 -12
- package/components/navigator/series-item/Labels.d.ts +26 -26
- package/components/navigator/series-item/LabelsFrom.d.ts +14 -14
- package/components/navigator/series-item/LabelsTo.d.ts +14 -14
- package/components/navigator/series-item/Markers.d.ts +9 -9
- package/components/navigator/series-item/Notes.d.ts +15 -15
- package/components/navigator/series-item/NotesIcon.d.ts +6 -6
- package/components/navigator/series-item/NotesLabel.d.ts +9 -9
- package/components/navigator/series-item/Outliers.d.ts +6 -6
- package/components/navigator/series-item/Tooltip.d.ts +6 -6
- package/components/pane/Title.d.ts +9 -9
- package/components/pane-defaults/Title.d.ts +9 -9
- package/components/series-defaults/Labels.d.ts +20 -20
- package/components/series-defaults/LabelsFrom.d.ts +11 -11
- package/components/series-defaults/LabelsTo.d.ts +11 -11
- package/components/series-defaults/Notes.d.ts +12 -12
- package/components/series-defaults/NotesIcon.d.ts +6 -6
- package/components/series-defaults/NotesLabel.d.ts +9 -9
- package/components/series-defaults/Tooltip.d.ts +6 -6
- package/components/series-item/ErrorBars.d.ts +8 -8
- package/components/series-item/Extremes.d.ts +6 -6
- package/components/series-item/Highlight.d.ts +9 -9
- package/components/series-item/Labels.d.ts +26 -26
- package/components/series-item/LabelsFrom.d.ts +14 -14
- package/components/series-item/LabelsTo.d.ts +14 -14
- package/components/series-item/Markers.d.ts +9 -9
- package/components/series-item/Notes.d.ts +15 -15
- package/components/series-item/NotesIcon.d.ts +6 -6
- package/components/series-item/NotesLabel.d.ts +9 -9
- package/components/series-item/Outliers.d.ts +6 -6
- package/components/series-item/Tooltip.d.ts +6 -6
- package/components/value-axis-item/Crosshair.d.ts +1 -1
- package/components/value-axis-item/CrosshairTooltip.d.ts +6 -6
- package/components/value-axis-item/Labels.d.ts +17 -17
- package/components/value-axis-item/Notes.d.ts +23 -15
- package/components/value-axis-item/NotesIcon.d.ts +6 -6
- package/components/value-axis-item/NotesLabel.d.ts +9 -9
- package/components/value-axis-item/Title.d.ts +14 -14
- package/components/x-axis-item/Crosshair.d.ts +3 -3
- package/components/x-axis-item/CrosshairTooltip.d.ts +6 -6
- package/components/x-axis-item/Labels.d.ts +20 -20
- package/components/x-axis-item/Notes.d.ts +23 -15
- package/components/x-axis-item/NotesIcon.d.ts +6 -6
- package/components/x-axis-item/NotesLabel.d.ts +9 -9
- package/components/x-axis-item/Title.d.ts +14 -14
- package/components/y-axis-item/Crosshair.d.ts +3 -3
- package/components/y-axis-item/CrosshairTooltip.d.ts +6 -6
- package/components/y-axis-item/Labels.d.ts +20 -20
- package/components/y-axis-item/Notes.d.ts +23 -15
- package/components/y-axis-item/NotesIcon.d.ts +6 -6
- package/components/y-axis-item/NotesLabel.d.ts +9 -9
- package/components/y-axis-item/Title.d.ts +14 -14
- package/dist/cdn/js/kendo-vue-charts.js +1 -1
- package/events/axis-label-click-event.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/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-hover-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 -2
- package/events/series-hover-event.d.ts +1 -2
- 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/index.d.mts +2 -1
- package/index.d.ts +2 -1
- package/index.js +1 -1
- package/index.mjs +229 -226
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +6 -6
- package/api-types/axis-range.interface.d.ts +0 -20
- package/api-types/chart-axis.interface.d.ts +0 -43
- package/api-types/chart-pane.interface.d.ts +0 -21
- package/api-types/chart-plotarea.interface.d.ts +0 -21
- package/api-types/event-axis-options.interface.d.ts +0 -16
- package/api-types/event-series-options.interface.d.ts +0 -24
- package/api-types/series-point.interface.d.ts +0 -45
- package/argument-types/axis-label-visual-args.interface.d.ts +0 -49
- package/argument-types/axis-note-visual-args.interface.d.ts +0 -33
- package/argument-types/error-bars-visual-args.interface.d.ts +0 -37
- package/argument-types/highlight-toggle-args.interface.d.ts +0 -41
- package/argument-types/highlight-visual-args.interface.d.ts +0 -57
- package/argument-types/legend-item-visual-args.interface.d.ts +0 -33
- package/argument-types/legend-labels-content-args.interface.d.ts +0 -28
- package/argument-types/markers-visual-args.interface.d.ts +0 -45
- package/argument-types/plot-band-label-visual-args.interface.d.ts +0 -33
- package/argument-types/series-labels-visual-args.interface.d.ts +0 -33
- package/argument-types/series-note-visual-args.interface.d.ts +0 -49
- package/argument-types/series-visual-args.interface.d.ts +0 -82
- package/argument-types/title-visual-args.interface.d.ts +0 -33
- package/field-types/auto-base-unit-steps.interface.d.ts +0 -46
- package/field-types/axis-labels-position.d.ts +0 -22
- package/field-types/axis-line.interface.d.ts +0 -29
- package/field-types/axis-ticks.interface.d.ts +0 -36
- package/field-types/axis-title-position.d.ts +0 -21
- package/field-types/base-unit.d.ts +0 -23
- package/field-types/border.interface.d.ts +0 -25
- package/field-types/bullet-target-line.interface.d.ts +0 -16
- package/field-types/bullet-target.interface.d.ts +0 -26
- package/field-types/category-base-unit.d.ts +0 -54
- package/field-types/dash-type.d.ts +0 -42
- package/field-types/date-formats.interface.d.ts +0 -46
- package/field-types/drag-action.interface.d.ts +0 -22
- package/field-types/error-bar-line.interface.d.ts +0 -21
- package/field-types/grid-lines.interface.d.ts +0 -37
- package/field-types/highlight-line.interface.d.ts +0 -29
- package/field-types/label-connectors.interface.d.ts +0 -24
- package/field-types/label-rotation.interface.d.ts +0 -26
- package/field-types/legend-labels.interface.d.ts +0 -35
- package/field-types/line-style.d.ts +0 -42
- package/field-types/lock-axis.d.ts +0 -11
- package/field-types/margin.interface.d.ts +0 -28
- package/field-types/marker-type.d.ts +0 -43
- package/field-types/modifier-key.d.ts +0 -11
- package/field-types/mousewheel-select.interface.d.ts +0 -25
- package/field-types/mousewheel-zoom.interface.d.ts +0 -17
- package/field-types/negative-bubble-values.interface.d.ts +0 -20
- package/field-types/note-label-position.d.ts +0 -60
- package/field-types/note-line.interface.d.ts +0 -29
- package/field-types/note-position.d.ts +0 -57
- package/field-types/overlay.interface.d.ts +0 -22
- package/field-types/padding.interface.d.ts +0 -13
- package/field-types/plot-band-label.interface.d.ts +0 -94
- package/field-types/plot-band.interface.d.ts +0 -37
- package/field-types/series-labels-position.d.ts +0 -23
- package/field-types/series-line.interface.d.ts +0 -35
- package/field-types/series-stack.interface.d.ts +0 -24
- package/field-types/series-type.d.ts +0 -86
- package/field-types/trendline-forecast.interface.d.ts +0 -20
- package/field-types/week-start-day.enum.d.ts +0 -40
- package/option-types/axis-crosshair-tooltip.interface.d.ts +0 -42
- package/option-types/axis-defaults/crosshair.interface.d.ts +0 -48
- package/option-types/axis-defaults/crosshair.tooltip.interface.d.ts +0 -13
- package/option-types/axis-defaults/labels.interface.d.ts +0 -76
- package/option-types/axis-defaults/title.interface.d.ts +0 -74
- package/option-types/axis-defaults.interface.d.ts +0 -80
- package/option-types/category-axis-item/crosshair.interface.d.ts +0 -47
- package/option-types/category-axis-item/crosshair.tooltip.interface.d.ts +0 -13
- package/option-types/category-axis-item/labels.interface.d.ts +0 -110
- package/option-types/category-axis-item/notes.icon.interface.d.ts +0 -39
- package/option-types/category-axis-item/notes.interface.d.ts +0 -52
- package/option-types/category-axis-item/notes.label.interface.d.ts +0 -53
- package/option-types/category-axis-item/range-labels.interface.d.ts +0 -31
- package/option-types/category-axis-item/select.interface.d.ts +0 -33
- package/option-types/category-axis-item/title.interface.d.ts +0 -72
- package/option-types/category-axis-item.interface.d.ts +0 -166
- package/option-types/chart-area.interface.d.ts +0 -37
- package/option-types/legend/inactive-items.interface.d.ts +0 -17
- package/option-types/legend/item.interface.d.ts +0 -124
- package/option-types/legend/legend-title.interface.d.ts +0 -68
- package/option-types/legend.interface.d.ts +0 -110
- package/option-types/navigator/hint.interface.d.ts +0 -28
- package/option-types/navigator/select.interface.d.ts +0 -25
- package/option-types/navigator.interface.d.ts +0 -39
- package/option-types/pane/title.interface.d.ts +0 -63
- package/option-types/pane-defaults/title.interface.d.ts +0 -59
- package/option-types/pane-defaults.interface.d.ts +0 -46
- package/option-types/pane.interface.d.ts +0 -46
- package/option-types/plot-area.interface.d.ts +0 -33
- package/option-types/series-defaults/labels.from.interface.d.ts +0 -58
- package/option-types/series-defaults/labels.interface.d.ts +0 -80
- package/option-types/series-defaults/labels.to.interface.d.ts +0 -58
- package/option-types/series-defaults/notes.icon.interface.d.ts +0 -39
- package/option-types/series-defaults/notes.interface.d.ts +0 -43
- package/option-types/series-defaults/notes.label.interface.d.ts +0 -53
- package/option-types/series-defaults/tooltip.interface.d.ts +0 -48
- package/option-types/series-defaults.interface.d.ts +0 -103
- package/option-types/series-item/error-bars.interface.d.ts +0 -62
- package/option-types/series-item/extremes.interface.d.ts +0 -39
- package/option-types/series-item/highlight.interface.d.ts +0 -70
- package/option-types/series-item/labels.from.interface.d.ts +0 -74
- package/option-types/series-item/labels.interface.d.ts +0 -103
- package/option-types/series-item/labels.to.interface.d.ts +0 -72
- package/option-types/series-item/markers.interface.d.ts +0 -68
- package/option-types/series-item/notes.icon.interface.d.ts +0 -39
- package/option-types/series-item/notes.interface.d.ts +0 -53
- package/option-types/series-item/notes.label.interface.d.ts +0 -53
- package/option-types/series-item/outliers.interface.d.ts +0 -39
- package/option-types/series-item/tooltip.interface.d.ts +0 -49
- package/option-types/series-item/trendline.interface.d.ts +0 -37
- package/option-types/series-item.interface.d.ts +0 -481
- package/option-types/title.interface.d.ts +0 -62
- package/option-types/tooltip-border.interface.d.ts +0 -22
- package/option-types/tooltip.interface.d.ts +0 -56
- package/option-types/value-axis-item/crosshair.interface.d.ts +0 -33
- package/option-types/value-axis-item/crosshair.tooltip.interface.d.ts +0 -13
- package/option-types/value-axis-item/labels.interface.d.ts +0 -88
- package/option-types/value-axis-item/notes.icon.interface.d.ts +0 -39
- package/option-types/value-axis-item/notes.interface.d.ts +0 -52
- package/option-types/value-axis-item/notes.label.interface.d.ts +0 -53
- package/option-types/value-axis-item/title.interface.d.ts +0 -73
- package/option-types/value-axis-item.interface.d.ts +0 -121
- package/option-types/x-axis-item/crosshair.interface.d.ts +0 -33
- package/option-types/x-axis-item/crosshair.tooltip.interface.d.ts +0 -13
- package/option-types/x-axis-item/labels.interface.d.ts +0 -95
- package/option-types/x-axis-item/notes.icon.interface.d.ts +0 -39
- package/option-types/x-axis-item/notes.interface.d.ts +0 -53
- package/option-types/x-axis-item/notes.label.interface.d.ts +0 -53
- package/option-types/x-axis-item/title.interface.d.ts +0 -72
- package/option-types/x-axis-item.interface.d.ts +0 -142
- package/option-types/y-axis-item/crosshair.interface.d.ts +0 -33
- package/option-types/y-axis-item/crosshair.tooltip.interface.d.ts +0 -13
- package/option-types/y-axis-item/labels.interface.d.ts +0 -95
- package/option-types/y-axis-item/notes.icon.interface.d.ts +0 -39
- package/option-types/y-axis-item/notes.interface.d.ts +0 -52
- package/option-types/y-axis-item/notes.label.interface.d.ts +0 -53
- package/option-types/y-axis-item/title.interface.d.ts +0 -73
- package/option-types/y-axis-item.interface.d.ts +0 -138
- package/option-types/zoomable.interface.d.ts +0 -21
|
@@ -17,7 +17,7 @@ export interface ChartCategoryAxisItemProps extends CategoryAxis {
|
|
|
17
17
|
*/
|
|
18
18
|
declare const ChartCategoryAxisItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
19
19
|
autoBaseUnitSteps: {
|
|
20
|
-
type: PropType<import('
|
|
20
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/auto-base-unit-steps.interface').AutoBaseUnitSteps>;
|
|
21
21
|
default: () => any;
|
|
22
22
|
};
|
|
23
23
|
axisCrossingValue: {
|
|
@@ -29,12 +29,12 @@ declare const ChartCategoryAxisItem: import('vue').DefineComponent<import('vue')
|
|
|
29
29
|
default: () => any;
|
|
30
30
|
};
|
|
31
31
|
baseUnit: {
|
|
32
|
-
type: PropType<
|
|
32
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/category-base-unit').CategoryBaseUnit>;
|
|
33
33
|
default: () => any;
|
|
34
34
|
validator: (value: string) => any;
|
|
35
35
|
};
|
|
36
36
|
baseUnitStep: {
|
|
37
|
-
type: PropType<
|
|
37
|
+
type: PropType<number | "auto">;
|
|
38
38
|
default: () => any;
|
|
39
39
|
};
|
|
40
40
|
categories: {
|
|
@@ -50,15 +50,15 @@ declare const ChartCategoryAxisItem: import('vue').DefineComponent<import('vue')
|
|
|
50
50
|
default: () => any;
|
|
51
51
|
};
|
|
52
52
|
line: {
|
|
53
|
-
type: PropType<import('
|
|
53
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/axis-line.interface').AxisLine>;
|
|
54
54
|
default: () => any;
|
|
55
55
|
};
|
|
56
56
|
majorGridLines: {
|
|
57
|
-
type: PropType<import('
|
|
57
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/grid-lines.interface').GridLines>;
|
|
58
58
|
default: () => any;
|
|
59
59
|
};
|
|
60
60
|
majorTicks: {
|
|
61
|
-
type: PropType<import('
|
|
61
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/axis-ticks.interface').AxisTicks>;
|
|
62
62
|
default: () => any;
|
|
63
63
|
};
|
|
64
64
|
max: {
|
|
@@ -78,11 +78,11 @@ declare const ChartCategoryAxisItem: import('vue').DefineComponent<import('vue')
|
|
|
78
78
|
default: () => any;
|
|
79
79
|
};
|
|
80
80
|
minorGridLines: {
|
|
81
|
-
type: PropType<import('
|
|
81
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/grid-lines.interface').GridLines>;
|
|
82
82
|
default: () => any;
|
|
83
83
|
};
|
|
84
84
|
minorTicks: {
|
|
85
|
-
type: PropType<import('
|
|
85
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/axis-ticks.interface').AxisTicks>;
|
|
86
86
|
default: () => any;
|
|
87
87
|
};
|
|
88
88
|
name: {
|
|
@@ -90,7 +90,7 @@ declare const ChartCategoryAxisItem: import('vue').DefineComponent<import('vue')
|
|
|
90
90
|
default: any;
|
|
91
91
|
};
|
|
92
92
|
rangeLabels: {
|
|
93
|
-
type: PropType<import('
|
|
93
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/range-labels.interface').CategoryAxisRangeLabels>;
|
|
94
94
|
default: () => any;
|
|
95
95
|
};
|
|
96
96
|
pane: {
|
|
@@ -98,7 +98,7 @@ declare const ChartCategoryAxisItem: import('vue').DefineComponent<import('vue')
|
|
|
98
98
|
default: () => any;
|
|
99
99
|
};
|
|
100
100
|
plotBands: {
|
|
101
|
-
type: PropType<import('
|
|
101
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/plot-band.interface').PlotBand[]>;
|
|
102
102
|
default: () => any;
|
|
103
103
|
};
|
|
104
104
|
reverse: {
|
|
@@ -114,7 +114,7 @@ declare const ChartCategoryAxisItem: import('vue').DefineComponent<import('vue')
|
|
|
114
114
|
default: () => any;
|
|
115
115
|
};
|
|
116
116
|
type: {
|
|
117
|
-
type: PropType<
|
|
117
|
+
type: PropType<"date" | "category">;
|
|
118
118
|
default: () => any;
|
|
119
119
|
validator: (value: string) => any;
|
|
120
120
|
};
|
|
@@ -123,32 +123,32 @@ declare const ChartCategoryAxisItem: import('vue').DefineComponent<import('vue')
|
|
|
123
123
|
default: () => any;
|
|
124
124
|
};
|
|
125
125
|
weekStartDay: {
|
|
126
|
-
type: PropType<import('
|
|
126
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/week-start-day.enum').WeekStartDay>;
|
|
127
127
|
default: () => any;
|
|
128
128
|
};
|
|
129
129
|
crosshair: {
|
|
130
|
-
type: PropType<import('
|
|
130
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/crosshair.interface').CategoryAxisCrosshair>;
|
|
131
131
|
default: () => any;
|
|
132
132
|
};
|
|
133
133
|
labels: {
|
|
134
|
-
type: PropType<import('
|
|
134
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/labels.interface').CategoryAxisLabels>;
|
|
135
135
|
default: () => any;
|
|
136
136
|
};
|
|
137
137
|
notes: {
|
|
138
|
-
type: PropType<import('
|
|
138
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/notes.interface').CategoryAxisNotes>;
|
|
139
139
|
default: () => any;
|
|
140
140
|
};
|
|
141
141
|
select: {
|
|
142
|
-
type: PropType<import('
|
|
142
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/select.interface').CategoryAxisSelect>;
|
|
143
143
|
default: () => any;
|
|
144
144
|
};
|
|
145
145
|
title: {
|
|
146
|
-
type: PropType<import('
|
|
146
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/title.interface').CategoryAxisTitle>;
|
|
147
147
|
default: () => any;
|
|
148
148
|
};
|
|
149
149
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
150
150
|
autoBaseUnitSteps: {
|
|
151
|
-
type: PropType<import('
|
|
151
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/auto-base-unit-steps.interface').AutoBaseUnitSteps>;
|
|
152
152
|
default: () => any;
|
|
153
153
|
};
|
|
154
154
|
axisCrossingValue: {
|
|
@@ -160,12 +160,12 @@ declare const ChartCategoryAxisItem: import('vue').DefineComponent<import('vue')
|
|
|
160
160
|
default: () => any;
|
|
161
161
|
};
|
|
162
162
|
baseUnit: {
|
|
163
|
-
type: PropType<
|
|
163
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/category-base-unit').CategoryBaseUnit>;
|
|
164
164
|
default: () => any;
|
|
165
165
|
validator: (value: string) => any;
|
|
166
166
|
};
|
|
167
167
|
baseUnitStep: {
|
|
168
|
-
type: PropType<
|
|
168
|
+
type: PropType<number | "auto">;
|
|
169
169
|
default: () => any;
|
|
170
170
|
};
|
|
171
171
|
categories: {
|
|
@@ -181,15 +181,15 @@ declare const ChartCategoryAxisItem: import('vue').DefineComponent<import('vue')
|
|
|
181
181
|
default: () => any;
|
|
182
182
|
};
|
|
183
183
|
line: {
|
|
184
|
-
type: PropType<import('
|
|
184
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/axis-line.interface').AxisLine>;
|
|
185
185
|
default: () => any;
|
|
186
186
|
};
|
|
187
187
|
majorGridLines: {
|
|
188
|
-
type: PropType<import('
|
|
188
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/grid-lines.interface').GridLines>;
|
|
189
189
|
default: () => any;
|
|
190
190
|
};
|
|
191
191
|
majorTicks: {
|
|
192
|
-
type: PropType<import('
|
|
192
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/axis-ticks.interface').AxisTicks>;
|
|
193
193
|
default: () => any;
|
|
194
194
|
};
|
|
195
195
|
max: {
|
|
@@ -209,11 +209,11 @@ declare const ChartCategoryAxisItem: import('vue').DefineComponent<import('vue')
|
|
|
209
209
|
default: () => any;
|
|
210
210
|
};
|
|
211
211
|
minorGridLines: {
|
|
212
|
-
type: PropType<import('
|
|
212
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/grid-lines.interface').GridLines>;
|
|
213
213
|
default: () => any;
|
|
214
214
|
};
|
|
215
215
|
minorTicks: {
|
|
216
|
-
type: PropType<import('
|
|
216
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/axis-ticks.interface').AxisTicks>;
|
|
217
217
|
default: () => any;
|
|
218
218
|
};
|
|
219
219
|
name: {
|
|
@@ -221,7 +221,7 @@ declare const ChartCategoryAxisItem: import('vue').DefineComponent<import('vue')
|
|
|
221
221
|
default: any;
|
|
222
222
|
};
|
|
223
223
|
rangeLabels: {
|
|
224
|
-
type: PropType<import('
|
|
224
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/range-labels.interface').CategoryAxisRangeLabels>;
|
|
225
225
|
default: () => any;
|
|
226
226
|
};
|
|
227
227
|
pane: {
|
|
@@ -229,7 +229,7 @@ declare const ChartCategoryAxisItem: import('vue').DefineComponent<import('vue')
|
|
|
229
229
|
default: () => any;
|
|
230
230
|
};
|
|
231
231
|
plotBands: {
|
|
232
|
-
type: PropType<import('
|
|
232
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/plot-band.interface').PlotBand[]>;
|
|
233
233
|
default: () => any;
|
|
234
234
|
};
|
|
235
235
|
reverse: {
|
|
@@ -245,7 +245,7 @@ declare const ChartCategoryAxisItem: import('vue').DefineComponent<import('vue')
|
|
|
245
245
|
default: () => any;
|
|
246
246
|
};
|
|
247
247
|
type: {
|
|
248
|
-
type: PropType<
|
|
248
|
+
type: PropType<"date" | "category">;
|
|
249
249
|
default: () => any;
|
|
250
250
|
validator: (value: string) => any;
|
|
251
251
|
};
|
|
@@ -254,61 +254,61 @@ declare const ChartCategoryAxisItem: import('vue').DefineComponent<import('vue')
|
|
|
254
254
|
default: () => any;
|
|
255
255
|
};
|
|
256
256
|
weekStartDay: {
|
|
257
|
-
type: PropType<import('
|
|
257
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/week-start-day.enum').WeekStartDay>;
|
|
258
258
|
default: () => any;
|
|
259
259
|
};
|
|
260
260
|
crosshair: {
|
|
261
|
-
type: PropType<import('
|
|
261
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/crosshair.interface').CategoryAxisCrosshair>;
|
|
262
262
|
default: () => any;
|
|
263
263
|
};
|
|
264
264
|
labels: {
|
|
265
|
-
type: PropType<import('
|
|
265
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/labels.interface').CategoryAxisLabels>;
|
|
266
266
|
default: () => any;
|
|
267
267
|
};
|
|
268
268
|
notes: {
|
|
269
|
-
type: PropType<import('
|
|
269
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/notes.interface').CategoryAxisNotes>;
|
|
270
270
|
default: () => any;
|
|
271
271
|
};
|
|
272
272
|
select: {
|
|
273
|
-
type: PropType<import('
|
|
273
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/select.interface').CategoryAxisSelect>;
|
|
274
274
|
default: () => any;
|
|
275
275
|
};
|
|
276
276
|
title: {
|
|
277
|
-
type: PropType<import('
|
|
277
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/title.interface').CategoryAxisTitle>;
|
|
278
278
|
default: () => any;
|
|
279
279
|
};
|
|
280
280
|
}>> & Readonly<{}>, {
|
|
281
|
-
line: import('../field-types/axis-line.interface').AxisLine;
|
|
282
|
-
color: string;
|
|
283
|
-
background: string;
|
|
284
|
-
type: string;
|
|
285
|
-
visible: boolean;
|
|
286
281
|
reverse: boolean;
|
|
287
|
-
|
|
288
|
-
|
|
282
|
+
type: "date" | "category";
|
|
283
|
+
select: import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/select.interface').CategoryAxisSelect;
|
|
284
|
+
title: import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/title.interface').CategoryAxisTitle;
|
|
285
|
+
line: import('@progress/kendo-charts/dist/npm/field-types/axis-line.interface').AxisLine;
|
|
289
286
|
name: string;
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
287
|
+
color: string;
|
|
288
|
+
crosshair: import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/crosshair.interface').CategoryAxisCrosshair;
|
|
289
|
+
visible: boolean;
|
|
290
|
+
background: string;
|
|
291
|
+
labels: import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/labels.interface').CategoryAxisLabels;
|
|
292
|
+
notes: import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/notes.interface').CategoryAxisNotes;
|
|
293
|
+
majorGridLines: import('@progress/kendo-charts/dist/npm/field-types/grid-lines.interface').GridLines;
|
|
294
|
+
majorTicks: import('@progress/kendo-charts/dist/npm/field-types/axis-ticks.interface').AxisTicks;
|
|
295
|
+
minorGridLines: import('@progress/kendo-charts/dist/npm/field-types/grid-lines.interface').GridLines;
|
|
296
|
+
minorTicks: import('@progress/kendo-charts/dist/npm/field-types/axis-ticks.interface').AxisTicks;
|
|
297
297
|
pane: string;
|
|
298
|
-
plotBands: import('
|
|
298
|
+
plotBands: import('@progress/kendo-charts/dist/npm/field-types/plot-band.interface').PlotBand[];
|
|
299
299
|
startAngle: number;
|
|
300
|
-
autoBaseUnitSteps: import('
|
|
300
|
+
autoBaseUnitSteps: import('@progress/kendo-charts/dist/npm/field-types/auto-base-unit-steps.interface').AutoBaseUnitSteps;
|
|
301
301
|
axisCrossingValue: any;
|
|
302
|
-
baseUnit:
|
|
303
|
-
baseUnitStep:
|
|
302
|
+
baseUnit: import('@progress/kendo-charts/dist/npm/field-types/category-base-unit').CategoryBaseUnit;
|
|
303
|
+
baseUnitStep: number | "auto";
|
|
304
304
|
categories: any[];
|
|
305
305
|
justified: boolean;
|
|
306
306
|
max: any;
|
|
307
307
|
maxDateGroups: number;
|
|
308
308
|
maxDivisions: number;
|
|
309
309
|
min: any;
|
|
310
|
-
rangeLabels: import('
|
|
310
|
+
rangeLabels: import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/range-labels.interface').CategoryAxisRangeLabels;
|
|
311
311
|
roundToBaseUnit: boolean;
|
|
312
|
-
weekStartDay: import('
|
|
312
|
+
weekStartDay: import('@progress/kendo-charts/dist/npm/field-types/week-start-day.enum').WeekStartDay;
|
|
313
313
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
314
314
|
export { ChartCategoryAxisItem };
|
|
@@ -21,7 +21,7 @@ declare const ChartArea: import('vue').DefineComponent<import('vue').ExtractProp
|
|
|
21
21
|
default: any;
|
|
22
22
|
};
|
|
23
23
|
border: {
|
|
24
|
-
type: PropType<import('
|
|
24
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/border.interface').Border>;
|
|
25
25
|
default: () => any;
|
|
26
26
|
};
|
|
27
27
|
height: {
|
|
@@ -29,7 +29,7 @@ declare const ChartArea: import('vue').DefineComponent<import('vue').ExtractProp
|
|
|
29
29
|
default: any;
|
|
30
30
|
};
|
|
31
31
|
margin: {
|
|
32
|
-
type: PropType<number | import('
|
|
32
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/margin.interface').Margin>;
|
|
33
33
|
default: () => any;
|
|
34
34
|
};
|
|
35
35
|
opacity: {
|
|
@@ -46,7 +46,7 @@ declare const ChartArea: import('vue').DefineComponent<import('vue').ExtractProp
|
|
|
46
46
|
default: any;
|
|
47
47
|
};
|
|
48
48
|
border: {
|
|
49
|
-
type: PropType<import('
|
|
49
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/border.interface').Border>;
|
|
50
50
|
default: () => any;
|
|
51
51
|
};
|
|
52
52
|
height: {
|
|
@@ -54,7 +54,7 @@ declare const ChartArea: import('vue').DefineComponent<import('vue').ExtractProp
|
|
|
54
54
|
default: any;
|
|
55
55
|
};
|
|
56
56
|
margin: {
|
|
57
|
-
type: PropType<number | import('
|
|
57
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/margin.interface').Margin>;
|
|
58
58
|
default: () => any;
|
|
59
59
|
};
|
|
60
60
|
opacity: {
|
|
@@ -66,11 +66,11 @@ declare const ChartArea: import('vue').DefineComponent<import('vue').ExtractProp
|
|
|
66
66
|
default: any;
|
|
67
67
|
};
|
|
68
68
|
}>> & Readonly<{}>, {
|
|
69
|
-
width: number;
|
|
70
|
-
border: import('../field-types/border.interface').Border;
|
|
71
|
-
background: string;
|
|
72
69
|
height: number;
|
|
70
|
+
width: number;
|
|
71
|
+
border: import('@progress/kendo-charts/dist/npm/field-types/border.interface').Border;
|
|
73
72
|
margin: any;
|
|
73
|
+
background: string;
|
|
74
74
|
opacity: number;
|
|
75
75
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
76
76
|
export { ChartArea };
|
package/components/Legend.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ export interface ChartLegendProps extends Legend {
|
|
|
17
17
|
*/
|
|
18
18
|
declare const ChartLegend: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
19
19
|
align: {
|
|
20
|
-
type: PropType<
|
|
20
|
+
type: PropType<"center" | "start" | "end">;
|
|
21
21
|
default: () => any;
|
|
22
22
|
validator: (value: string) => any;
|
|
23
23
|
};
|
|
@@ -26,7 +26,7 @@ declare const ChartLegend: import('vue').DefineComponent<import('vue').ExtractPr
|
|
|
26
26
|
default: any;
|
|
27
27
|
};
|
|
28
28
|
border: {
|
|
29
|
-
type: PropType<import('
|
|
29
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/border.interface').Border>;
|
|
30
30
|
default: () => any;
|
|
31
31
|
};
|
|
32
32
|
height: {
|
|
@@ -34,11 +34,11 @@ declare const ChartLegend: import('vue').DefineComponent<import('vue').ExtractPr
|
|
|
34
34
|
default: any;
|
|
35
35
|
};
|
|
36
36
|
labels: {
|
|
37
|
-
type: PropType<import('
|
|
37
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/legend-labels.interface').LegendLabels>;
|
|
38
38
|
default: () => any;
|
|
39
39
|
};
|
|
40
40
|
margin: {
|
|
41
|
-
type: PropType<number | import('
|
|
41
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/margin.interface').Margin>;
|
|
42
42
|
default: () => any;
|
|
43
43
|
};
|
|
44
44
|
offsetX: {
|
|
@@ -50,16 +50,16 @@ declare const ChartLegend: import('vue').DefineComponent<import('vue').ExtractPr
|
|
|
50
50
|
default: any;
|
|
51
51
|
};
|
|
52
52
|
orientation: {
|
|
53
|
-
type: PropType<
|
|
53
|
+
type: PropType<"horizontal" | "vertical">;
|
|
54
54
|
default: () => any;
|
|
55
55
|
validator: (value: string) => any;
|
|
56
56
|
};
|
|
57
57
|
padding: {
|
|
58
|
-
type: PropType<number | import('
|
|
58
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/padding.interface').Padding>;
|
|
59
59
|
default: () => any;
|
|
60
60
|
};
|
|
61
61
|
position: {
|
|
62
|
-
type: PropType<
|
|
62
|
+
type: PropType<"left" | "right" | "bottom" | "top" | "custom">;
|
|
63
63
|
default: () => any;
|
|
64
64
|
validator: (value: string) => any;
|
|
65
65
|
};
|
|
@@ -76,11 +76,11 @@ declare const ChartLegend: import('vue').DefineComponent<import('vue').ExtractPr
|
|
|
76
76
|
default: any;
|
|
77
77
|
};
|
|
78
78
|
inactiveItems: {
|
|
79
|
-
type: PropType<import('
|
|
79
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/legend/inactive-items.interface').LegendInactiveItems>;
|
|
80
80
|
default: () => any;
|
|
81
81
|
};
|
|
82
82
|
item: {
|
|
83
|
-
type: PropType<import('
|
|
83
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/legend/item.interface').LegendItem>;
|
|
84
84
|
default: () => any;
|
|
85
85
|
};
|
|
86
86
|
spacing: {
|
|
@@ -88,7 +88,7 @@ declare const ChartLegend: import('vue').DefineComponent<import('vue').ExtractPr
|
|
|
88
88
|
default: any;
|
|
89
89
|
};
|
|
90
90
|
title: {
|
|
91
|
-
type: PropType<import('
|
|
91
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/legend/legend-title.interface').LegendTitle>;
|
|
92
92
|
default: () => any;
|
|
93
93
|
};
|
|
94
94
|
focusHighlight: {
|
|
@@ -97,7 +97,7 @@ declare const ChartLegend: import('vue').DefineComponent<import('vue').ExtractPr
|
|
|
97
97
|
};
|
|
98
98
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
99
99
|
align: {
|
|
100
|
-
type: PropType<
|
|
100
|
+
type: PropType<"center" | "start" | "end">;
|
|
101
101
|
default: () => any;
|
|
102
102
|
validator: (value: string) => any;
|
|
103
103
|
};
|
|
@@ -106,7 +106,7 @@ declare const ChartLegend: import('vue').DefineComponent<import('vue').ExtractPr
|
|
|
106
106
|
default: any;
|
|
107
107
|
};
|
|
108
108
|
border: {
|
|
109
|
-
type: PropType<import('
|
|
109
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/border.interface').Border>;
|
|
110
110
|
default: () => any;
|
|
111
111
|
};
|
|
112
112
|
height: {
|
|
@@ -114,11 +114,11 @@ declare const ChartLegend: import('vue').DefineComponent<import('vue').ExtractPr
|
|
|
114
114
|
default: any;
|
|
115
115
|
};
|
|
116
116
|
labels: {
|
|
117
|
-
type: PropType<import('
|
|
117
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/legend-labels.interface').LegendLabels>;
|
|
118
118
|
default: () => any;
|
|
119
119
|
};
|
|
120
120
|
margin: {
|
|
121
|
-
type: PropType<number | import('
|
|
121
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/margin.interface').Margin>;
|
|
122
122
|
default: () => any;
|
|
123
123
|
};
|
|
124
124
|
offsetX: {
|
|
@@ -130,16 +130,16 @@ declare const ChartLegend: import('vue').DefineComponent<import('vue').ExtractPr
|
|
|
130
130
|
default: any;
|
|
131
131
|
};
|
|
132
132
|
orientation: {
|
|
133
|
-
type: PropType<
|
|
133
|
+
type: PropType<"horizontal" | "vertical">;
|
|
134
134
|
default: () => any;
|
|
135
135
|
validator: (value: string) => any;
|
|
136
136
|
};
|
|
137
137
|
padding: {
|
|
138
|
-
type: PropType<number | import('
|
|
138
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/padding.interface').Padding>;
|
|
139
139
|
default: () => any;
|
|
140
140
|
};
|
|
141
141
|
position: {
|
|
142
|
-
type: PropType<
|
|
142
|
+
type: PropType<"left" | "right" | "bottom" | "top" | "custom">;
|
|
143
143
|
default: () => any;
|
|
144
144
|
validator: (value: string) => any;
|
|
145
145
|
};
|
|
@@ -156,11 +156,11 @@ declare const ChartLegend: import('vue').DefineComponent<import('vue').ExtractPr
|
|
|
156
156
|
default: any;
|
|
157
157
|
};
|
|
158
158
|
inactiveItems: {
|
|
159
|
-
type: PropType<import('
|
|
159
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/legend/inactive-items.interface').LegendInactiveItems>;
|
|
160
160
|
default: () => any;
|
|
161
161
|
};
|
|
162
162
|
item: {
|
|
163
|
-
type: PropType<import('
|
|
163
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/legend/item.interface').LegendItem>;
|
|
164
164
|
default: () => any;
|
|
165
165
|
};
|
|
166
166
|
spacing: {
|
|
@@ -168,7 +168,7 @@ declare const ChartLegend: import('vue').DefineComponent<import('vue').ExtractPr
|
|
|
168
168
|
default: any;
|
|
169
169
|
};
|
|
170
170
|
title: {
|
|
171
|
-
type: PropType<import('
|
|
171
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/legend/legend-title.interface').LegendTitle>;
|
|
172
172
|
default: () => any;
|
|
173
173
|
};
|
|
174
174
|
focusHighlight: {
|
|
@@ -176,24 +176,24 @@ declare const ChartLegend: import('vue').DefineComponent<import('vue').ExtractPr
|
|
|
176
176
|
default: () => any;
|
|
177
177
|
};
|
|
178
178
|
}>> & Readonly<{}>, {
|
|
179
|
-
width: number;
|
|
180
|
-
border: import('../field-types/border.interface').Border;
|
|
181
|
-
background: string;
|
|
182
|
-
visible: boolean;
|
|
183
179
|
reverse: boolean;
|
|
184
|
-
title: import('
|
|
180
|
+
title: import('@progress/kendo-charts/dist/npm/option-types/legend/legend-title.interface').LegendTitle;
|
|
185
181
|
height: number;
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
182
|
+
width: number;
|
|
183
|
+
item: import('@progress/kendo-charts/dist/npm/option-types/legend/item.interface').LegendItem;
|
|
184
|
+
position: "left" | "right" | "bottom" | "top" | "custom";
|
|
185
|
+
orientation: "horizontal" | "vertical";
|
|
186
|
+
border: import('@progress/kendo-charts/dist/npm/field-types/border.interface').Border;
|
|
189
187
|
padding: any;
|
|
190
188
|
margin: any;
|
|
189
|
+
visible: boolean;
|
|
190
|
+
background: string;
|
|
191
191
|
spacing: number;
|
|
192
|
-
labels: import('
|
|
192
|
+
labels: import('@progress/kendo-charts/dist/npm/field-types/legend-labels.interface').LegendLabels;
|
|
193
193
|
focusHighlight: import('@progress/kendo-charts').FocusHighlight;
|
|
194
|
-
align:
|
|
194
|
+
align: "center" | "start" | "end";
|
|
195
195
|
offsetX: number;
|
|
196
196
|
offsetY: number;
|
|
197
|
-
inactiveItems: import('
|
|
197
|
+
inactiveItems: import('@progress/kendo-charts/dist/npm/option-types/legend/inactive-items.interface').LegendInactiveItems;
|
|
198
198
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
199
199
|
export { ChartLegend };
|
|
@@ -21,23 +21,23 @@ declare const ChartNavigator: import('vue').DefineComponent<import('vue').Extrac
|
|
|
21
21
|
default: boolean;
|
|
22
22
|
};
|
|
23
23
|
categoryAxis: {
|
|
24
|
-
type: PropType<import('
|
|
24
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item.interface').CategoryAxis>;
|
|
25
25
|
default: () => any;
|
|
26
26
|
};
|
|
27
27
|
hint: {
|
|
28
|
-
type: PropType<import('
|
|
28
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/navigator/hint.interface').NavigatorHint>;
|
|
29
29
|
default: () => any;
|
|
30
30
|
};
|
|
31
31
|
pane: {
|
|
32
|
-
type: PropType<import('
|
|
32
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/pane.interface').Pane>;
|
|
33
33
|
default: () => any;
|
|
34
34
|
};
|
|
35
35
|
select: {
|
|
36
|
-
type: PropType<import('
|
|
36
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/navigator/select.interface').NavigatorSelect>;
|
|
37
37
|
default: () => any;
|
|
38
38
|
};
|
|
39
39
|
series: {
|
|
40
|
-
type: PropType<import('
|
|
40
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/series-item.interface').Series | import('@progress/kendo-charts/dist/npm/option-types/series-item.interface').Series[]>;
|
|
41
41
|
default: () => any;
|
|
42
42
|
};
|
|
43
43
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -46,31 +46,31 @@ declare const ChartNavigator: import('vue').DefineComponent<import('vue').Extrac
|
|
|
46
46
|
default: boolean;
|
|
47
47
|
};
|
|
48
48
|
categoryAxis: {
|
|
49
|
-
type: PropType<import('
|
|
49
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item.interface').CategoryAxis>;
|
|
50
50
|
default: () => any;
|
|
51
51
|
};
|
|
52
52
|
hint: {
|
|
53
|
-
type: PropType<import('
|
|
53
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/navigator/hint.interface').NavigatorHint>;
|
|
54
54
|
default: () => any;
|
|
55
55
|
};
|
|
56
56
|
pane: {
|
|
57
|
-
type: PropType<import('
|
|
57
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/pane.interface').Pane>;
|
|
58
58
|
default: () => any;
|
|
59
59
|
};
|
|
60
60
|
select: {
|
|
61
|
-
type: PropType<import('
|
|
61
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/navigator/select.interface').NavigatorSelect>;
|
|
62
62
|
default: () => any;
|
|
63
63
|
};
|
|
64
64
|
series: {
|
|
65
|
-
type: PropType<import('
|
|
65
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/series-item.interface').Series | import('@progress/kendo-charts/dist/npm/option-types/series-item.interface').Series[]>;
|
|
66
66
|
default: () => any;
|
|
67
67
|
};
|
|
68
68
|
}>> & Readonly<{}>, {
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
categoryAxis: import('../option-types/category-axis-item.interface').CategoryAxis;
|
|
69
|
+
select: import('@progress/kendo-charts/dist/npm/option-types/navigator/select.interface').NavigatorSelect;
|
|
70
|
+
hint: import('@progress/kendo-charts/dist/npm/option-types/navigator/hint.interface').NavigatorHint;
|
|
71
|
+
categoryAxis: import('@progress/kendo-charts/dist/npm/option-types/category-axis-item.interface').CategoryAxis;
|
|
73
72
|
series: any;
|
|
74
|
-
|
|
73
|
+
visible: boolean;
|
|
74
|
+
pane: import('@progress/kendo-charts/dist/npm/option-types/pane.interface').Pane;
|
|
75
75
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
76
76
|
export { ChartNavigator };
|