@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 ChartNavigatorHintProps extends NavigatorHint {
|
|
|
17
17
|
*/
|
|
18
18
|
declare const ChartNavigatorHint: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
19
19
|
content: {
|
|
20
|
-
type: PropType<(e:
|
|
20
|
+
type: PropType<(e: import('@progress/kendo-charts').NavigatorHintContentArgs) => string>;
|
|
21
21
|
default: any;
|
|
22
22
|
};
|
|
23
23
|
format: PropType<string>;
|
|
@@ -27,7 +27,7 @@ declare const ChartNavigatorHint: import('vue').DefineComponent<import('vue').Ex
|
|
|
27
27
|
};
|
|
28
28
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
29
29
|
content: {
|
|
30
|
-
type: PropType<(e:
|
|
30
|
+
type: PropType<(e: import('@progress/kendo-charts').NavigatorHintContentArgs) => string>;
|
|
31
31
|
default: any;
|
|
32
32
|
};
|
|
33
33
|
format: PropType<string>;
|
|
@@ -36,7 +36,7 @@ declare const ChartNavigatorHint: import('vue').DefineComponent<import('vue').Ex
|
|
|
36
36
|
default: any;
|
|
37
37
|
};
|
|
38
38
|
}>> & Readonly<{}>, {
|
|
39
|
+
content: (e: import('@progress/kendo-charts').NavigatorHintContentArgs) => string;
|
|
39
40
|
visible: boolean;
|
|
40
|
-
content: (e: any) => string;
|
|
41
41
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
42
42
|
export { ChartNavigatorHint };
|
|
@@ -21,7 +21,7 @@ declare const ChartNavigatorPane: import('vue').DefineComponent<import('vue').Ex
|
|
|
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
|
clip: {
|
|
@@ -33,7 +33,7 @@ declare const ChartNavigatorPane: import('vue').DefineComponent<import('vue').Ex
|
|
|
33
33
|
default: any;
|
|
34
34
|
};
|
|
35
35
|
margin: {
|
|
36
|
-
type: PropType<number | import('
|
|
36
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/margin.interface').Margin>;
|
|
37
37
|
default: () => any;
|
|
38
38
|
};
|
|
39
39
|
name: {
|
|
@@ -41,11 +41,11 @@ declare const ChartNavigatorPane: import('vue').DefineComponent<import('vue').Ex
|
|
|
41
41
|
default: any;
|
|
42
42
|
};
|
|
43
43
|
padding: {
|
|
44
|
-
type: PropType<number | import('
|
|
44
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/padding.interface').Padding>;
|
|
45
45
|
default: () => any;
|
|
46
46
|
};
|
|
47
47
|
title: {
|
|
48
|
-
type: PropType<string | import('
|
|
48
|
+
type: PropType<string | import('@progress/kendo-charts/dist/npm/option-types/pane/title.interface').PanesTitle>;
|
|
49
49
|
default: () => any;
|
|
50
50
|
};
|
|
51
51
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -54,7 +54,7 @@ declare const ChartNavigatorPane: import('vue').DefineComponent<import('vue').Ex
|
|
|
54
54
|
default: any;
|
|
55
55
|
};
|
|
56
56
|
border: {
|
|
57
|
-
type: PropType<import('
|
|
57
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/border.interface').Border>;
|
|
58
58
|
default: () => any;
|
|
59
59
|
};
|
|
60
60
|
clip: {
|
|
@@ -66,7 +66,7 @@ declare const ChartNavigatorPane: import('vue').DefineComponent<import('vue').Ex
|
|
|
66
66
|
default: any;
|
|
67
67
|
};
|
|
68
68
|
margin: {
|
|
69
|
-
type: PropType<number | import('
|
|
69
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/margin.interface').Margin>;
|
|
70
70
|
default: () => any;
|
|
71
71
|
};
|
|
72
72
|
name: {
|
|
@@ -74,21 +74,21 @@ declare const ChartNavigatorPane: import('vue').DefineComponent<import('vue').Ex
|
|
|
74
74
|
default: any;
|
|
75
75
|
};
|
|
76
76
|
padding: {
|
|
77
|
-
type: PropType<number | import('
|
|
77
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/padding.interface').Padding>;
|
|
78
78
|
default: () => any;
|
|
79
79
|
};
|
|
80
80
|
title: {
|
|
81
|
-
type: PropType<string | import('
|
|
81
|
+
type: PropType<string | import('@progress/kendo-charts/dist/npm/option-types/pane/title.interface').PanesTitle>;
|
|
82
82
|
default: () => any;
|
|
83
83
|
};
|
|
84
84
|
}>> & Readonly<{}>, {
|
|
85
|
-
border: import('../../field-types/border.interface').Border;
|
|
86
|
-
background: string;
|
|
87
85
|
title: any;
|
|
88
86
|
name: string;
|
|
89
87
|
height: number;
|
|
88
|
+
border: import('@progress/kendo-charts/dist/npm/field-types/border.interface').Border;
|
|
90
89
|
padding: any;
|
|
91
90
|
margin: any;
|
|
91
|
+
background: string;
|
|
92
92
|
clip: boolean;
|
|
93
93
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
94
94
|
export { ChartNavigatorPane };
|
|
@@ -21,7 +21,7 @@ declare const ChartNavigatorSelect: import('vue').DefineComponent<import('vue').
|
|
|
21
21
|
default: () => any;
|
|
22
22
|
};
|
|
23
23
|
mousewheel: {
|
|
24
|
-
type: PropType<boolean | import('
|
|
24
|
+
type: PropType<boolean | import('@progress/kendo-charts/dist/npm/field-types/mousewheel-select.interface').MousewheelSelect>;
|
|
25
25
|
default: () => any;
|
|
26
26
|
};
|
|
27
27
|
to: {
|
|
@@ -34,7 +34,7 @@ declare const ChartNavigatorSelect: import('vue').DefineComponent<import('vue').
|
|
|
34
34
|
default: () => any;
|
|
35
35
|
};
|
|
36
36
|
mousewheel: {
|
|
37
|
-
type: PropType<boolean | import('
|
|
37
|
+
type: PropType<boolean | import('@progress/kendo-charts/dist/npm/field-types/mousewheel-select.interface').MousewheelSelect>;
|
|
38
38
|
default: () => any;
|
|
39
39
|
};
|
|
40
40
|
to: {
|
|
@@ -5,12 +5,28 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { Series } from '../../common/property-types';
|
|
8
|
+
import { LineStyle, Series } from '../../common/property-types';
|
|
9
9
|
import { PropType } from 'vue';
|
|
10
10
|
/**
|
|
11
11
|
* Represents the props of the Kendo UI for Vue ChartNavigatorSeriesItem component.
|
|
12
12
|
*/
|
|
13
13
|
export interface ChartNavigatorSeriesItemProps extends Series {
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
data?: any;
|
|
18
|
+
/**
|
|
19
|
+
* The data items for the series.
|
|
20
|
+
*/
|
|
21
|
+
dataItems?: any[];
|
|
22
|
+
/**
|
|
23
|
+
* @hidden
|
|
24
|
+
*/
|
|
25
|
+
style?: LineStyle;
|
|
26
|
+
/**
|
|
27
|
+
* The line style of the series.
|
|
28
|
+
*/
|
|
29
|
+
lineStyle?: LineStyle;
|
|
14
30
|
}
|
|
15
31
|
/**
|
|
16
32
|
* @hidden
|
|
@@ -22,7 +38,7 @@ declare const ChartNavigatorSeriesItem: import('vue').DefineComponent<import('vu
|
|
|
22
38
|
};
|
|
23
39
|
axis: PropType<string>;
|
|
24
40
|
border: {
|
|
25
|
-
type: PropType<import('
|
|
41
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/border.interface').Border>;
|
|
26
42
|
default: () => any;
|
|
27
43
|
};
|
|
28
44
|
categoryAxis: PropType<string>;
|
|
@@ -34,12 +50,12 @@ declare const ChartNavigatorSeriesItem: import('vue').DefineComponent<import('vu
|
|
|
34
50
|
};
|
|
35
51
|
colorField: PropType<string>;
|
|
36
52
|
connectors: {
|
|
37
|
-
type: PropType<import('
|
|
53
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/label-connectors.interface').LabelConnectors>;
|
|
38
54
|
default: () => any;
|
|
39
55
|
};
|
|
40
56
|
currentField: PropType<string>;
|
|
41
57
|
dashType: {
|
|
42
|
-
type: PropType<
|
|
58
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/dash-type').DashType>;
|
|
43
59
|
default: () => any;
|
|
44
60
|
validator: (value: string) => any;
|
|
45
61
|
};
|
|
@@ -66,13 +82,13 @@ declare const ChartNavigatorSeriesItem: import('vue').DefineComponent<import('vu
|
|
|
66
82
|
highField: PropType<string>;
|
|
67
83
|
holeSize: PropType<number>;
|
|
68
84
|
line: {
|
|
69
|
-
type: PropType<import('
|
|
85
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/series-line.interface').SeriesLine>;
|
|
70
86
|
default: () => any;
|
|
71
87
|
};
|
|
72
88
|
lowField: PropType<string>;
|
|
73
89
|
lowerField: PropType<string>;
|
|
74
90
|
margin: {
|
|
75
|
-
type: PropType<number | import('
|
|
91
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/margin.interface').Margin>;
|
|
76
92
|
default: () => any;
|
|
77
93
|
};
|
|
78
94
|
maxSize: PropType<number>;
|
|
@@ -80,7 +96,7 @@ declare const ChartNavigatorSeriesItem: import('vue').DefineComponent<import('vu
|
|
|
80
96
|
medianField: PropType<string>;
|
|
81
97
|
minSize: PropType<number>;
|
|
82
98
|
missingValues: {
|
|
83
|
-
type: PropType<
|
|
99
|
+
type: PropType<"gap" | "interpolate" | "zero">;
|
|
84
100
|
default: () => any;
|
|
85
101
|
validator: (value: string) => any;
|
|
86
102
|
};
|
|
@@ -88,7 +104,7 @@ declare const ChartNavigatorSeriesItem: import('vue').DefineComponent<import('vu
|
|
|
88
104
|
neckRatio: PropType<number>;
|
|
89
105
|
negativeColor: PropType<string>;
|
|
90
106
|
negativeValues: {
|
|
91
|
-
type: PropType<import('
|
|
107
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/negative-bubble-values.interface').NegativeBubbleValues>;
|
|
92
108
|
default: () => any;
|
|
93
109
|
};
|
|
94
110
|
noteTextField: PropType<string>;
|
|
@@ -96,7 +112,7 @@ declare const ChartNavigatorSeriesItem: import('vue').DefineComponent<import('vu
|
|
|
96
112
|
openField: PropType<string>;
|
|
97
113
|
outliersField: PropType<string>;
|
|
98
114
|
overlay: {
|
|
99
|
-
type: PropType<import('
|
|
115
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/overlay.interface').Overlay>;
|
|
100
116
|
default: () => any;
|
|
101
117
|
};
|
|
102
118
|
padding: PropType<number>;
|
|
@@ -107,23 +123,23 @@ declare const ChartNavigatorSeriesItem: import('vue').DefineComponent<import('vu
|
|
|
107
123
|
sizeField: PropType<string>;
|
|
108
124
|
spacing: PropType<number>;
|
|
109
125
|
stack: {
|
|
110
|
-
type: PropType<string | boolean | import('
|
|
126
|
+
type: PropType<string | boolean | import('@progress/kendo-charts/dist/npm/field-types/series-stack.interface').SeriesStack>;
|
|
111
127
|
default: () => any;
|
|
112
128
|
};
|
|
113
129
|
startAngle: PropType<number>;
|
|
114
130
|
lineStyle: {
|
|
115
|
-
type: PropType<
|
|
131
|
+
type: PropType<LineStyle>;
|
|
116
132
|
default: () => any;
|
|
117
133
|
validator: (value: string) => any;
|
|
118
134
|
};
|
|
119
135
|
summaryField: PropType<string>;
|
|
120
136
|
target: {
|
|
121
|
-
type: PropType<import('
|
|
137
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/bullet-target.interface').BulletTarget>;
|
|
122
138
|
default: () => any;
|
|
123
139
|
};
|
|
124
140
|
toField: PropType<string>;
|
|
125
141
|
type: {
|
|
126
|
-
type: PropType<
|
|
142
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/series-type').SeriesType>;
|
|
127
143
|
default: () => any;
|
|
128
144
|
validator: (value: string) => boolean;
|
|
129
145
|
};
|
|
@@ -138,7 +154,7 @@ declare const ChartNavigatorSeriesItem: import('vue').DefineComponent<import('vu
|
|
|
138
154
|
};
|
|
139
155
|
visibleInLegendField: PropType<string>;
|
|
140
156
|
visual: {
|
|
141
|
-
type: PropType<(e: import('
|
|
157
|
+
type: PropType<(e: import('@progress/kendo-charts/dist/npm/argument-types/series-visual-args.interface').SeriesVisualArgs<import('@progress/kendo-charts').Chart>) => import('@progress/kendo-drawing').Element>;
|
|
142
158
|
default: any;
|
|
143
159
|
};
|
|
144
160
|
width: PropType<number>;
|
|
@@ -152,38 +168,38 @@ declare const ChartNavigatorSeriesItem: import('vue').DefineComponent<import('vu
|
|
|
152
168
|
yField: PropType<string>;
|
|
153
169
|
zIndex: PropType<number>;
|
|
154
170
|
errorBars: {
|
|
155
|
-
type: PropType<import('
|
|
171
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/series-item/error-bars.interface').SeriesErrorBars>;
|
|
156
172
|
default: () => any;
|
|
157
173
|
};
|
|
158
174
|
extremes: {
|
|
159
|
-
type: PropType<import('
|
|
175
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/series-item/extremes.interface').SeriesExtremes>;
|
|
160
176
|
default: () => any;
|
|
161
177
|
};
|
|
162
178
|
highlight: {
|
|
163
|
-
type: PropType<import('
|
|
179
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/series-item/highlight.interface').SeriesHighlight>;
|
|
164
180
|
default: () => any;
|
|
165
181
|
};
|
|
166
182
|
/**
|
|
167
183
|
* The configuration of the Chart series label. The Chart displays the series labels when the [`series.labels.visible`]({% slug api_charts_chartserieslabelsprops %}#toc-visible) option is set to `true`.
|
|
168
184
|
*/
|
|
169
185
|
labels: {
|
|
170
|
-
type: PropType<import('
|
|
186
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/series-item/labels.interface').SeriesLabels>;
|
|
171
187
|
default: () => any;
|
|
172
188
|
};
|
|
173
189
|
markers: {
|
|
174
|
-
type: PropType<import('
|
|
190
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/series-item/markers.interface').SeriesMarkers>;
|
|
175
191
|
default: () => any;
|
|
176
192
|
};
|
|
177
193
|
notes: {
|
|
178
|
-
type: PropType<import('
|
|
194
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/series-item/notes.interface').SeriesNotes>;
|
|
179
195
|
default: () => any;
|
|
180
196
|
};
|
|
181
197
|
outliers: {
|
|
182
|
-
type: PropType<import('
|
|
198
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/series-item/outliers.interface').SeriesOutliers>;
|
|
183
199
|
default: () => any;
|
|
184
200
|
};
|
|
185
201
|
tooltip: {
|
|
186
|
-
type: PropType<import('
|
|
202
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/series-item/tooltip.interface').SeriesTooltip>;
|
|
187
203
|
default: () => any;
|
|
188
204
|
};
|
|
189
205
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -193,7 +209,7 @@ declare const ChartNavigatorSeriesItem: import('vue').DefineComponent<import('vu
|
|
|
193
209
|
};
|
|
194
210
|
axis: PropType<string>;
|
|
195
211
|
border: {
|
|
196
|
-
type: PropType<import('
|
|
212
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/border.interface').Border>;
|
|
197
213
|
default: () => any;
|
|
198
214
|
};
|
|
199
215
|
categoryAxis: PropType<string>;
|
|
@@ -205,12 +221,12 @@ declare const ChartNavigatorSeriesItem: import('vue').DefineComponent<import('vu
|
|
|
205
221
|
};
|
|
206
222
|
colorField: PropType<string>;
|
|
207
223
|
connectors: {
|
|
208
|
-
type: PropType<import('
|
|
224
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/label-connectors.interface').LabelConnectors>;
|
|
209
225
|
default: () => any;
|
|
210
226
|
};
|
|
211
227
|
currentField: PropType<string>;
|
|
212
228
|
dashType: {
|
|
213
|
-
type: PropType<
|
|
229
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/dash-type').DashType>;
|
|
214
230
|
default: () => any;
|
|
215
231
|
validator: (value: string) => any;
|
|
216
232
|
};
|
|
@@ -237,13 +253,13 @@ declare const ChartNavigatorSeriesItem: import('vue').DefineComponent<import('vu
|
|
|
237
253
|
highField: PropType<string>;
|
|
238
254
|
holeSize: PropType<number>;
|
|
239
255
|
line: {
|
|
240
|
-
type: PropType<import('
|
|
256
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/series-line.interface').SeriesLine>;
|
|
241
257
|
default: () => any;
|
|
242
258
|
};
|
|
243
259
|
lowField: PropType<string>;
|
|
244
260
|
lowerField: PropType<string>;
|
|
245
261
|
margin: {
|
|
246
|
-
type: PropType<number | import('
|
|
262
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/margin.interface').Margin>;
|
|
247
263
|
default: () => any;
|
|
248
264
|
};
|
|
249
265
|
maxSize: PropType<number>;
|
|
@@ -251,7 +267,7 @@ declare const ChartNavigatorSeriesItem: import('vue').DefineComponent<import('vu
|
|
|
251
267
|
medianField: PropType<string>;
|
|
252
268
|
minSize: PropType<number>;
|
|
253
269
|
missingValues: {
|
|
254
|
-
type: PropType<
|
|
270
|
+
type: PropType<"gap" | "interpolate" | "zero">;
|
|
255
271
|
default: () => any;
|
|
256
272
|
validator: (value: string) => any;
|
|
257
273
|
};
|
|
@@ -259,7 +275,7 @@ declare const ChartNavigatorSeriesItem: import('vue').DefineComponent<import('vu
|
|
|
259
275
|
neckRatio: PropType<number>;
|
|
260
276
|
negativeColor: PropType<string>;
|
|
261
277
|
negativeValues: {
|
|
262
|
-
type: PropType<import('
|
|
278
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/negative-bubble-values.interface').NegativeBubbleValues>;
|
|
263
279
|
default: () => any;
|
|
264
280
|
};
|
|
265
281
|
noteTextField: PropType<string>;
|
|
@@ -267,7 +283,7 @@ declare const ChartNavigatorSeriesItem: import('vue').DefineComponent<import('vu
|
|
|
267
283
|
openField: PropType<string>;
|
|
268
284
|
outliersField: PropType<string>;
|
|
269
285
|
overlay: {
|
|
270
|
-
type: PropType<import('
|
|
286
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/overlay.interface').Overlay>;
|
|
271
287
|
default: () => any;
|
|
272
288
|
};
|
|
273
289
|
padding: PropType<number>;
|
|
@@ -278,23 +294,23 @@ declare const ChartNavigatorSeriesItem: import('vue').DefineComponent<import('vu
|
|
|
278
294
|
sizeField: PropType<string>;
|
|
279
295
|
spacing: PropType<number>;
|
|
280
296
|
stack: {
|
|
281
|
-
type: PropType<string | boolean | import('
|
|
297
|
+
type: PropType<string | boolean | import('@progress/kendo-charts/dist/npm/field-types/series-stack.interface').SeriesStack>;
|
|
282
298
|
default: () => any;
|
|
283
299
|
};
|
|
284
300
|
startAngle: PropType<number>;
|
|
285
301
|
lineStyle: {
|
|
286
|
-
type: PropType<
|
|
302
|
+
type: PropType<LineStyle>;
|
|
287
303
|
default: () => any;
|
|
288
304
|
validator: (value: string) => any;
|
|
289
305
|
};
|
|
290
306
|
summaryField: PropType<string>;
|
|
291
307
|
target: {
|
|
292
|
-
type: PropType<import('
|
|
308
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/bullet-target.interface').BulletTarget>;
|
|
293
309
|
default: () => any;
|
|
294
310
|
};
|
|
295
311
|
toField: PropType<string>;
|
|
296
312
|
type: {
|
|
297
|
-
type: PropType<
|
|
313
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/series-type').SeriesType>;
|
|
298
314
|
default: () => any;
|
|
299
315
|
validator: (value: string) => boolean;
|
|
300
316
|
};
|
|
@@ -309,7 +325,7 @@ declare const ChartNavigatorSeriesItem: import('vue').DefineComponent<import('vu
|
|
|
309
325
|
};
|
|
310
326
|
visibleInLegendField: PropType<string>;
|
|
311
327
|
visual: {
|
|
312
|
-
type: PropType<(e: import('
|
|
328
|
+
type: PropType<(e: import('@progress/kendo-charts/dist/npm/argument-types/series-visual-args.interface').SeriesVisualArgs<import('@progress/kendo-charts').Chart>) => import('@progress/kendo-drawing').Element>;
|
|
313
329
|
default: any;
|
|
314
330
|
};
|
|
315
331
|
width: PropType<number>;
|
|
@@ -323,68 +339,68 @@ declare const ChartNavigatorSeriesItem: import('vue').DefineComponent<import('vu
|
|
|
323
339
|
yField: PropType<string>;
|
|
324
340
|
zIndex: PropType<number>;
|
|
325
341
|
errorBars: {
|
|
326
|
-
type: PropType<import('
|
|
342
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/series-item/error-bars.interface').SeriesErrorBars>;
|
|
327
343
|
default: () => any;
|
|
328
344
|
};
|
|
329
345
|
extremes: {
|
|
330
|
-
type: PropType<import('
|
|
346
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/series-item/extremes.interface').SeriesExtremes>;
|
|
331
347
|
default: () => any;
|
|
332
348
|
};
|
|
333
349
|
highlight: {
|
|
334
|
-
type: PropType<import('
|
|
350
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/series-item/highlight.interface').SeriesHighlight>;
|
|
335
351
|
default: () => any;
|
|
336
352
|
};
|
|
337
353
|
/**
|
|
338
354
|
* The configuration of the Chart series label. The Chart displays the series labels when the [`series.labels.visible`]({% slug api_charts_chartserieslabelsprops %}#toc-visible) option is set to `true`.
|
|
339
355
|
*/
|
|
340
356
|
labels: {
|
|
341
|
-
type: PropType<import('
|
|
357
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/series-item/labels.interface').SeriesLabels>;
|
|
342
358
|
default: () => any;
|
|
343
359
|
};
|
|
344
360
|
markers: {
|
|
345
|
-
type: PropType<import('
|
|
361
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/series-item/markers.interface').SeriesMarkers>;
|
|
346
362
|
default: () => any;
|
|
347
363
|
};
|
|
348
364
|
notes: {
|
|
349
|
-
type: PropType<import('
|
|
365
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/series-item/notes.interface').SeriesNotes>;
|
|
350
366
|
default: () => any;
|
|
351
367
|
};
|
|
352
368
|
outliers: {
|
|
353
|
-
type: PropType<import('
|
|
369
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/series-item/outliers.interface').SeriesOutliers>;
|
|
354
370
|
default: () => any;
|
|
355
371
|
};
|
|
356
372
|
tooltip: {
|
|
357
|
-
type: PropType<import('
|
|
373
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/series-item/tooltip.interface').SeriesTooltip>;
|
|
358
374
|
default: () => any;
|
|
359
375
|
};
|
|
360
376
|
}>> & Readonly<{}>, {
|
|
361
|
-
line: import('../../field-types/series-line.interface').SeriesLine;
|
|
362
|
-
dashType: string;
|
|
363
|
-
color: any;
|
|
364
|
-
border: import('../../field-types/border.interface').Border;
|
|
365
|
-
type: string;
|
|
366
|
-
visible: boolean;
|
|
367
|
-
visual: (e: import('../../argument-types/series-visual-args.interface').SeriesVisualArgs) => import('@progress/kendo-drawing').Element;
|
|
368
377
|
dataItems: any[];
|
|
369
|
-
|
|
370
|
-
|
|
378
|
+
type: import('@progress/kendo-charts/dist/npm/field-types/series-type').SeriesType;
|
|
379
|
+
line: import('@progress/kendo-charts/dist/npm/field-types/series-line.interface').SeriesLine;
|
|
380
|
+
highlight: import('@progress/kendo-charts/dist/npm/option-types/series-item/highlight.interface').SeriesHighlight;
|
|
381
|
+
color: any;
|
|
382
|
+
border: import('@progress/kendo-charts/dist/npm/field-types/border.interface').Border;
|
|
383
|
+
lineStyle: LineStyle;
|
|
371
384
|
margin: any;
|
|
372
|
-
tooltip: import('
|
|
373
|
-
|
|
385
|
+
tooltip: import('@progress/kendo-charts/dist/npm/option-types/series-item/tooltip.interface').SeriesTooltip;
|
|
386
|
+
visible: boolean;
|
|
387
|
+
overlay: import('@progress/kendo-charts/dist/npm/field-types/overlay.interface').Overlay;
|
|
374
388
|
stack: any;
|
|
375
|
-
|
|
376
|
-
|
|
389
|
+
visual: (e: import('@progress/kendo-charts/dist/npm/argument-types/series-visual-args.interface').SeriesVisualArgs<import('@progress/kendo-charts').Chart>) => import('@progress/kendo-drawing').Element;
|
|
390
|
+
labels: import('@progress/kendo-charts/dist/npm/option-types/series-item/labels.interface').SeriesLabels;
|
|
391
|
+
notes: import('@progress/kendo-charts/dist/npm/option-types/series-item/notes.interface').SeriesNotes;
|
|
377
392
|
aggregate: any;
|
|
378
|
-
connectors: import('
|
|
393
|
+
connectors: import('@progress/kendo-charts/dist/npm/field-types/label-connectors.interface').LabelConnectors;
|
|
394
|
+
dashType: import('@progress/kendo-charts/dist/npm/field-types/dash-type').DashType;
|
|
379
395
|
dynamicHeight: boolean;
|
|
380
396
|
dynamicSlope: boolean;
|
|
381
|
-
missingValues:
|
|
382
|
-
negativeValues: import('
|
|
383
|
-
target: import('
|
|
397
|
+
missingValues: "gap" | "interpolate" | "zero";
|
|
398
|
+
negativeValues: import('@progress/kendo-charts/dist/npm/field-types/negative-bubble-values.interface').NegativeBubbleValues;
|
|
399
|
+
target: import('@progress/kendo-charts/dist/npm/field-types/bullet-target.interface').BulletTarget;
|
|
384
400
|
visibleInLegend: boolean;
|
|
385
|
-
errorBars: import('
|
|
386
|
-
extremes: import('
|
|
387
|
-
markers: import('
|
|
388
|
-
outliers: import('
|
|
401
|
+
errorBars: import('@progress/kendo-charts/dist/npm/option-types/series-item/error-bars.interface').SeriesErrorBars;
|
|
402
|
+
extremes: import('@progress/kendo-charts/dist/npm/option-types/series-item/extremes.interface').SeriesExtremes;
|
|
403
|
+
markers: import('@progress/kendo-charts/dist/npm/option-types/series-item/markers.interface').SeriesMarkers;
|
|
404
|
+
outliers: import('@progress/kendo-charts/dist/npm/option-types/series-item/outliers.interface').SeriesOutliers;
|
|
389
405
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
390
406
|
export { ChartNavigatorSeriesItem };
|
|
@@ -18,7 +18,7 @@ export interface ChartNavigatorCategoryAxisCrosshairProps extends CategoryAxisCr
|
|
|
18
18
|
declare const ChartNavigatorCategoryAxisCrosshair: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
19
19
|
color: PropType<string>;
|
|
20
20
|
dashType: {
|
|
21
|
-
type: PropType<
|
|
21
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/dash-type').DashType>;
|
|
22
22
|
default: () => any;
|
|
23
23
|
validator: (value: string) => any;
|
|
24
24
|
};
|
|
@@ -29,13 +29,13 @@ declare const ChartNavigatorCategoryAxisCrosshair: import('vue').DefineComponent
|
|
|
29
29
|
};
|
|
30
30
|
width: PropType<number>;
|
|
31
31
|
tooltip: {
|
|
32
|
-
type: PropType<import('
|
|
32
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/crosshair.tooltip.interface').CategoryAxisCrosshairTooltip>;
|
|
33
33
|
default: () => any;
|
|
34
34
|
};
|
|
35
35
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
36
36
|
color: PropType<string>;
|
|
37
37
|
dashType: {
|
|
38
|
-
type: PropType<
|
|
38
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/dash-type').DashType>;
|
|
39
39
|
default: () => any;
|
|
40
40
|
validator: (value: string) => any;
|
|
41
41
|
};
|
|
@@ -46,12 +46,12 @@ declare const ChartNavigatorCategoryAxisCrosshair: import('vue').DefineComponent
|
|
|
46
46
|
};
|
|
47
47
|
width: PropType<number>;
|
|
48
48
|
tooltip: {
|
|
49
|
-
type: PropType<import('
|
|
49
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/crosshair.tooltip.interface').CategoryAxisCrosshairTooltip>;
|
|
50
50
|
default: () => any;
|
|
51
51
|
};
|
|
52
52
|
}>> & Readonly<{}>, {
|
|
53
|
-
|
|
53
|
+
tooltip: import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/crosshair.tooltip.interface').CategoryAxisCrosshairTooltip;
|
|
54
54
|
visible: boolean;
|
|
55
|
-
|
|
55
|
+
dashType: import('@progress/kendo-charts/dist/npm/field-types/dash-type').DashType;
|
|
56
56
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
57
57
|
export { ChartNavigatorCategoryAxisCrosshair };
|
|
@@ -18,14 +18,14 @@ export interface ChartNavigatorCategoryAxisCrosshairTooltipProps extends Categor
|
|
|
18
18
|
declare const ChartNavigatorCategoryAxisCrosshairTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
19
19
|
background: PropType<string>;
|
|
20
20
|
border: {
|
|
21
|
-
type: PropType<import('
|
|
21
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/tooltip-border.interface').TooltipBorder>;
|
|
22
22
|
default: () => any;
|
|
23
23
|
};
|
|
24
24
|
color: PropType<string>;
|
|
25
25
|
font: PropType<string>;
|
|
26
26
|
format: PropType<string>;
|
|
27
27
|
padding: {
|
|
28
|
-
type: PropType<number | import('
|
|
28
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/padding.interface').Padding>;
|
|
29
29
|
default: () => any;
|
|
30
30
|
};
|
|
31
31
|
visible: {
|
|
@@ -35,14 +35,14 @@ declare const ChartNavigatorCategoryAxisCrosshairTooltip: import('vue').DefineCo
|
|
|
35
35
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
36
36
|
background: PropType<string>;
|
|
37
37
|
border: {
|
|
38
|
-
type: PropType<import('
|
|
38
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/tooltip-border.interface').TooltipBorder>;
|
|
39
39
|
default: () => any;
|
|
40
40
|
};
|
|
41
41
|
color: PropType<string>;
|
|
42
42
|
font: PropType<string>;
|
|
43
43
|
format: PropType<string>;
|
|
44
44
|
padding: {
|
|
45
|
-
type: PropType<number | import('
|
|
45
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/padding.interface').Padding>;
|
|
46
46
|
default: () => any;
|
|
47
47
|
};
|
|
48
48
|
visible: {
|
|
@@ -50,8 +50,8 @@ declare const ChartNavigatorCategoryAxisCrosshairTooltip: import('vue').DefineCo
|
|
|
50
50
|
default: boolean;
|
|
51
51
|
};
|
|
52
52
|
}>> & Readonly<{}>, {
|
|
53
|
-
border: import('
|
|
54
|
-
visible: boolean;
|
|
53
|
+
border: import('@progress/kendo-charts/dist/npm/option-types/tooltip-border.interface').TooltipBorder;
|
|
55
54
|
padding: any;
|
|
55
|
+
visible: boolean;
|
|
56
56
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
57
57
|
export { ChartNavigatorCategoryAxisCrosshairTooltip };
|