@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
|
@@ -18,14 +18,14 @@ export interface ChartAxisDefaultsCrosshairTooltipProps extends AxisDefaultsCros
|
|
|
18
18
|
declare const ChartAxisDefaultsCrosshairTooltip: 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 ChartAxisDefaultsCrosshairTooltip: import('vue').DefineComponent<i
|
|
|
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 ChartAxisDefaultsCrosshairTooltip: import('vue').DefineComponent<i
|
|
|
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 { ChartAxisDefaultsCrosshairTooltip };
|
|
@@ -17,22 +17,22 @@ export interface ChartAxisDefaultsLabelsProps extends AxisDefaultsLabels {
|
|
|
17
17
|
*/
|
|
18
18
|
declare const ChartAxisDefaultsLabels: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
19
19
|
content: {
|
|
20
|
-
type: PropType<(e:
|
|
20
|
+
type: PropType<(e: import('@progress/kendo-charts').AxisLabelContentArgs) => string>;
|
|
21
21
|
default: any;
|
|
22
22
|
};
|
|
23
23
|
font: PropType<string>;
|
|
24
24
|
format: PropType<string>;
|
|
25
25
|
margin: {
|
|
26
|
-
type: PropType<number | import('
|
|
26
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/margin.interface').Margin>;
|
|
27
27
|
default: () => any;
|
|
28
28
|
};
|
|
29
29
|
mirror: PropType<boolean>;
|
|
30
30
|
padding: {
|
|
31
|
-
type: PropType<number | import('
|
|
31
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/padding.interface').Padding>;
|
|
32
32
|
default: () => any;
|
|
33
33
|
};
|
|
34
34
|
rotation: {
|
|
35
|
-
type: PropType<number | "auto" | import('
|
|
35
|
+
type: PropType<number | "auto" | import('@progress/kendo-charts/dist/npm/field-types/label-rotation.interface').LabelRotation>;
|
|
36
36
|
default: () => any;
|
|
37
37
|
};
|
|
38
38
|
skip: PropType<number>;
|
|
@@ -42,27 +42,27 @@ declare const ChartAxisDefaultsLabels: import('vue').DefineComponent<import('vue
|
|
|
42
42
|
default: any;
|
|
43
43
|
};
|
|
44
44
|
visual: {
|
|
45
|
-
type: PropType<(e: import('
|
|
45
|
+
type: PropType<(e: import('@progress/kendo-charts/dist/npm/argument-types/axis-label-visual-args.interface').AxisLabelVisualArgs<import('@progress/kendo-charts').Chart>) => import('@progress/kendo-drawing').Element>;
|
|
46
46
|
default: any;
|
|
47
47
|
};
|
|
48
48
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
49
49
|
content: {
|
|
50
|
-
type: PropType<(e:
|
|
50
|
+
type: PropType<(e: import('@progress/kendo-charts').AxisLabelContentArgs) => string>;
|
|
51
51
|
default: any;
|
|
52
52
|
};
|
|
53
53
|
font: PropType<string>;
|
|
54
54
|
format: PropType<string>;
|
|
55
55
|
margin: {
|
|
56
|
-
type: PropType<number | import('
|
|
56
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/margin.interface').Margin>;
|
|
57
57
|
default: () => any;
|
|
58
58
|
};
|
|
59
59
|
mirror: PropType<boolean>;
|
|
60
60
|
padding: {
|
|
61
|
-
type: PropType<number | import('
|
|
61
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/padding.interface').Padding>;
|
|
62
62
|
default: () => any;
|
|
63
63
|
};
|
|
64
64
|
rotation: {
|
|
65
|
-
type: PropType<number | "auto" | import('
|
|
65
|
+
type: PropType<number | "auto" | import('@progress/kendo-charts/dist/npm/field-types/label-rotation.interface').LabelRotation>;
|
|
66
66
|
default: () => any;
|
|
67
67
|
};
|
|
68
68
|
skip: PropType<number>;
|
|
@@ -72,15 +72,15 @@ declare const ChartAxisDefaultsLabels: import('vue').DefineComponent<import('vue
|
|
|
72
72
|
default: any;
|
|
73
73
|
};
|
|
74
74
|
visual: {
|
|
75
|
-
type: PropType<(e: import('
|
|
75
|
+
type: PropType<(e: import('@progress/kendo-charts/dist/npm/argument-types/axis-label-visual-args.interface').AxisLabelVisualArgs<import('@progress/kendo-charts').Chart>) => import('@progress/kendo-drawing').Element>;
|
|
76
76
|
default: any;
|
|
77
77
|
};
|
|
78
78
|
}>> & Readonly<{}>, {
|
|
79
|
-
|
|
80
|
-
visible: boolean;
|
|
81
|
-
visual: (e: import('../../argument-types/axis-label-visual-args.interface').AxisLabelVisualArgs) => import('@progress/kendo-drawing').Element;
|
|
82
|
-
content: (e: any) => string;
|
|
79
|
+
content: (e: import('@progress/kendo-charts').AxisLabelContentArgs) => string;
|
|
83
80
|
padding: any;
|
|
84
81
|
margin: any;
|
|
82
|
+
visible: boolean;
|
|
83
|
+
visual: (e: import('@progress/kendo-charts/dist/npm/argument-types/axis-label-visual-args.interface').AxisLabelVisualArgs<import('@progress/kendo-charts').Chart>) => import('@progress/kendo-drawing').Element;
|
|
84
|
+
rotation: any;
|
|
85
85
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
86
86
|
export { ChartAxisDefaultsLabels };
|
|
@@ -18,21 +18,21 @@ export interface ChartAxisDefaultsTitleProps extends AxisDefaultsTitle {
|
|
|
18
18
|
declare const ChartAxisDefaultsTitle: 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/field-types/border.interface').Border>;
|
|
22
22
|
default: any;
|
|
23
23
|
};
|
|
24
24
|
color: PropType<string>;
|
|
25
25
|
font: PropType<string>;
|
|
26
26
|
margin: {
|
|
27
|
-
type: PropType<number | import('
|
|
27
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/margin.interface').Margin>;
|
|
28
28
|
default: any;
|
|
29
29
|
};
|
|
30
30
|
padding: {
|
|
31
|
-
type: PropType<number | import('
|
|
31
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/padding.interface').Padding>;
|
|
32
32
|
default: any;
|
|
33
33
|
};
|
|
34
34
|
position: {
|
|
35
|
-
type: PropType<
|
|
35
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/axis-title-position').AxisTitlePosition>;
|
|
36
36
|
default: any;
|
|
37
37
|
validator: (value: string) => any;
|
|
38
38
|
};
|
|
@@ -43,27 +43,27 @@ declare const ChartAxisDefaultsTitle: import('vue').DefineComponent<import('vue'
|
|
|
43
43
|
default: any;
|
|
44
44
|
};
|
|
45
45
|
visual: {
|
|
46
|
-
type: PropType<(e: import('
|
|
46
|
+
type: PropType<(e: import('@progress/kendo-charts/dist/npm/argument-types/title-visual-args.interface').TitleVisualArgs<import('@progress/kendo-charts').Chart>) => import('@progress/kendo-drawing').Element>;
|
|
47
47
|
default: any;
|
|
48
48
|
};
|
|
49
49
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
50
50
|
background: PropType<string>;
|
|
51
51
|
border: {
|
|
52
|
-
type: PropType<import('
|
|
52
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/border.interface').Border>;
|
|
53
53
|
default: any;
|
|
54
54
|
};
|
|
55
55
|
color: PropType<string>;
|
|
56
56
|
font: PropType<string>;
|
|
57
57
|
margin: {
|
|
58
|
-
type: PropType<number | import('
|
|
58
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/margin.interface').Margin>;
|
|
59
59
|
default: any;
|
|
60
60
|
};
|
|
61
61
|
padding: {
|
|
62
|
-
type: PropType<number | import('
|
|
62
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/padding.interface').Padding>;
|
|
63
63
|
default: any;
|
|
64
64
|
};
|
|
65
65
|
position: {
|
|
66
|
-
type: PropType<
|
|
66
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/axis-title-position').AxisTitlePosition>;
|
|
67
67
|
default: any;
|
|
68
68
|
validator: (value: string) => any;
|
|
69
69
|
};
|
|
@@ -74,15 +74,15 @@ declare const ChartAxisDefaultsTitle: import('vue').DefineComponent<import('vue'
|
|
|
74
74
|
default: any;
|
|
75
75
|
};
|
|
76
76
|
visual: {
|
|
77
|
-
type: PropType<(e: import('
|
|
77
|
+
type: PropType<(e: import('@progress/kendo-charts/dist/npm/argument-types/title-visual-args.interface').TitleVisualArgs<import('@progress/kendo-charts').Chart>) => import('@progress/kendo-drawing').Element>;
|
|
78
78
|
default: any;
|
|
79
79
|
};
|
|
80
80
|
}>> & Readonly<{}>, {
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
visual: (e: import('../../argument-types/title-visual-args.interface').TitleVisualArgs) => import('@progress/kendo-drawing').Element;
|
|
84
|
-
position: string;
|
|
81
|
+
position: import('@progress/kendo-charts/dist/npm/field-types/axis-title-position').AxisTitlePosition;
|
|
82
|
+
border: import('@progress/kendo-charts/dist/npm/field-types/border.interface').Border;
|
|
85
83
|
padding: any;
|
|
86
84
|
margin: any;
|
|
85
|
+
visible: boolean;
|
|
86
|
+
visual: (e: import('@progress/kendo-charts/dist/npm/argument-types/title-visual-args.interface').TitleVisualArgs<import('@progress/kendo-charts').Chart>) => import('@progress/kendo-drawing').Element;
|
|
87
87
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
88
88
|
export { ChartAxisDefaultsTitle };
|
|
@@ -18,7 +18,7 @@ export interface ChartCategoryAxisCrosshairProps extends CategoryAxisCrosshair {
|
|
|
18
18
|
declare const ChartCategoryAxisCrosshair: 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 ChartCategoryAxisCrosshair: import('vue').DefineComponent<import('
|
|
|
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 ChartCategoryAxisCrosshair: import('vue').DefineComponent<import('
|
|
|
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 { ChartCategoryAxisCrosshair };
|
|
@@ -18,14 +18,14 @@ export interface ChartCategoryAxisCrosshairTooltipProps extends CategoryAxisCros
|
|
|
18
18
|
declare const ChartCategoryAxisCrosshairTooltip: 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 ChartCategoryAxisCrosshairTooltip: import('vue').DefineComponent<i
|
|
|
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 ChartCategoryAxisCrosshairTooltip: import('vue').DefineComponent<i
|
|
|
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 { ChartCategoryAxisCrosshairTooltip };
|
|
@@ -18,23 +18,23 @@ export interface ChartCategoryAxisLabelsProps extends CategoryAxisLabels {
|
|
|
18
18
|
declare const ChartCategoryAxisLabels: 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/field-types/border.interface').Border>;
|
|
22
22
|
default: () => any;
|
|
23
23
|
};
|
|
24
24
|
color: PropType<string>;
|
|
25
25
|
content: {
|
|
26
|
-
type: PropType<(e:
|
|
26
|
+
type: PropType<(e: import('@progress/kendo-charts').AxisLabelContentArgs) => string>;
|
|
27
27
|
default: any;
|
|
28
28
|
};
|
|
29
29
|
culture: PropType<string>;
|
|
30
30
|
dateFormats: {
|
|
31
|
-
type: PropType<import('
|
|
31
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/date-formats.interface').DateFormats>;
|
|
32
32
|
default: () => any;
|
|
33
33
|
};
|
|
34
34
|
font: PropType<string>;
|
|
35
35
|
format: PropType<string>;
|
|
36
36
|
margin: {
|
|
37
|
-
type: PropType<number | import('
|
|
37
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/margin.interface').Margin>;
|
|
38
38
|
default: () => any;
|
|
39
39
|
};
|
|
40
40
|
mirror: {
|
|
@@ -42,16 +42,16 @@ declare const ChartCategoryAxisLabels: import('vue').DefineComponent<import('vue
|
|
|
42
42
|
default: any;
|
|
43
43
|
};
|
|
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
|
position: {
|
|
49
|
-
type: PropType<
|
|
49
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/axis-labels-position').AxisLabelsPosition>;
|
|
50
50
|
default: any;
|
|
51
51
|
validator: (value: string) => any;
|
|
52
52
|
};
|
|
53
53
|
rotation: {
|
|
54
|
-
type: PropType<number | "auto" | import('
|
|
54
|
+
type: PropType<number | "auto" | import('@progress/kendo-charts/dist/npm/field-types/label-rotation.interface').LabelRotation>;
|
|
55
55
|
default: () => any;
|
|
56
56
|
};
|
|
57
57
|
skip: PropType<number>;
|
|
@@ -61,29 +61,29 @@ declare const ChartCategoryAxisLabels: import('vue').DefineComponent<import('vue
|
|
|
61
61
|
default: boolean;
|
|
62
62
|
};
|
|
63
63
|
visual: {
|
|
64
|
-
type: PropType<(e: import('
|
|
64
|
+
type: PropType<(e: import('@progress/kendo-charts/dist/npm/argument-types/axis-label-visual-args.interface').AxisLabelVisualArgs<import('@progress/kendo-charts').Chart>) => import('@progress/kendo-drawing').Element>;
|
|
65
65
|
default: any;
|
|
66
66
|
};
|
|
67
67
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
68
68
|
background: PropType<string>;
|
|
69
69
|
border: {
|
|
70
|
-
type: PropType<import('
|
|
70
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/border.interface').Border>;
|
|
71
71
|
default: () => any;
|
|
72
72
|
};
|
|
73
73
|
color: PropType<string>;
|
|
74
74
|
content: {
|
|
75
|
-
type: PropType<(e:
|
|
75
|
+
type: PropType<(e: import('@progress/kendo-charts').AxisLabelContentArgs) => string>;
|
|
76
76
|
default: any;
|
|
77
77
|
};
|
|
78
78
|
culture: PropType<string>;
|
|
79
79
|
dateFormats: {
|
|
80
|
-
type: PropType<import('
|
|
80
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/date-formats.interface').DateFormats>;
|
|
81
81
|
default: () => any;
|
|
82
82
|
};
|
|
83
83
|
font: PropType<string>;
|
|
84
84
|
format: PropType<string>;
|
|
85
85
|
margin: {
|
|
86
|
-
type: PropType<number | import('
|
|
86
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/margin.interface').Margin>;
|
|
87
87
|
default: () => any;
|
|
88
88
|
};
|
|
89
89
|
mirror: {
|
|
@@ -91,16 +91,16 @@ declare const ChartCategoryAxisLabels: import('vue').DefineComponent<import('vue
|
|
|
91
91
|
default: any;
|
|
92
92
|
};
|
|
93
93
|
padding: {
|
|
94
|
-
type: PropType<number | import('
|
|
94
|
+
type: PropType<number | import('@progress/kendo-charts/dist/npm/field-types/padding.interface').Padding>;
|
|
95
95
|
default: () => any;
|
|
96
96
|
};
|
|
97
97
|
position: {
|
|
98
|
-
type: PropType<
|
|
98
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/axis-labels-position').AxisLabelsPosition>;
|
|
99
99
|
default: any;
|
|
100
100
|
validator: (value: string) => any;
|
|
101
101
|
};
|
|
102
102
|
rotation: {
|
|
103
|
-
type: PropType<number | "auto" | import('
|
|
103
|
+
type: PropType<number | "auto" | import('@progress/kendo-charts/dist/npm/field-types/label-rotation.interface').LabelRotation>;
|
|
104
104
|
default: () => any;
|
|
105
105
|
};
|
|
106
106
|
skip: PropType<number>;
|
|
@@ -110,19 +110,19 @@ declare const ChartCategoryAxisLabels: import('vue').DefineComponent<import('vue
|
|
|
110
110
|
default: boolean;
|
|
111
111
|
};
|
|
112
112
|
visual: {
|
|
113
|
-
type: PropType<(e: import('
|
|
113
|
+
type: PropType<(e: import('@progress/kendo-charts/dist/npm/argument-types/axis-label-visual-args.interface').AxisLabelVisualArgs<import('@progress/kendo-charts').Chart>) => import('@progress/kendo-drawing').Element>;
|
|
114
114
|
default: any;
|
|
115
115
|
};
|
|
116
116
|
}>> & Readonly<{}>, {
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
visual: (e: import('../../argument-types/axis-label-visual-args.interface').AxisLabelVisualArgs) => import('@progress/kendo-drawing').Element;
|
|
121
|
-
content: (e: any) => string;
|
|
122
|
-
position: string;
|
|
117
|
+
content: (e: import('@progress/kendo-charts').AxisLabelContentArgs) => string;
|
|
118
|
+
position: import('@progress/kendo-charts/dist/npm/field-types/axis-labels-position').AxisLabelsPosition;
|
|
119
|
+
border: import('@progress/kendo-charts/dist/npm/field-types/border.interface').Border;
|
|
123
120
|
padding: any;
|
|
124
121
|
margin: any;
|
|
122
|
+
visible: boolean;
|
|
123
|
+
visual: (e: import('@progress/kendo-charts/dist/npm/argument-types/axis-label-visual-args.interface').AxisLabelVisualArgs<import('@progress/kendo-charts').Chart>) => import('@progress/kendo-drawing').Element;
|
|
124
|
+
rotation: any;
|
|
125
125
|
mirror: boolean;
|
|
126
|
-
dateFormats: import('
|
|
126
|
+
dateFormats: import('@progress/kendo-charts/dist/npm/field-types/date-formats.interface').DateFormats;
|
|
127
127
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
128
128
|
export { ChartCategoryAxisLabels };
|
|
@@ -11,6 +11,14 @@ import { PropType } from 'vue';
|
|
|
11
11
|
* Represents the props of the Kendo UI for Vue ChartCategoryAxisNotes component.
|
|
12
12
|
*/
|
|
13
13
|
export interface ChartCategoryAxisNotesProps extends CategoryAxisNotes {
|
|
14
|
+
/**
|
|
15
|
+
* @hidden
|
|
16
|
+
*/
|
|
17
|
+
data?: any;
|
|
18
|
+
/**
|
|
19
|
+
* The data items for the series.
|
|
20
|
+
*/
|
|
21
|
+
dataItems?: any[];
|
|
14
22
|
}
|
|
15
23
|
/**
|
|
16
24
|
* @hidden
|
|
@@ -21,24 +29,24 @@ declare const ChartCategoryAxisNotes: import('vue').DefineComponent<import('vue'
|
|
|
21
29
|
default: () => any;
|
|
22
30
|
};
|
|
23
31
|
line: {
|
|
24
|
-
type: PropType<import('
|
|
32
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/note-line.interface').NoteLine>;
|
|
25
33
|
default: () => any;
|
|
26
34
|
};
|
|
27
35
|
position: {
|
|
28
|
-
type: PropType<
|
|
36
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/note-position').NotePosition>;
|
|
29
37
|
default: () => any;
|
|
30
38
|
validator: (value: string) => any;
|
|
31
39
|
};
|
|
32
40
|
visual: {
|
|
33
|
-
type: PropType<(e: import('
|
|
41
|
+
type: PropType<(e: import('@progress/kendo-charts/dist/npm/argument-types/axis-note-visual-args.interface').AxisNoteVisualArgs<import('@progress/kendo-charts').Chart>) => import('@progress/kendo-drawing').Element>;
|
|
34
42
|
default: any;
|
|
35
43
|
};
|
|
36
44
|
icon: {
|
|
37
|
-
type: PropType<import('
|
|
45
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/notes.icon.interface').CategoryAxisNotesIcon>;
|
|
38
46
|
default: () => any;
|
|
39
47
|
};
|
|
40
48
|
label: {
|
|
41
|
-
type: PropType<import('
|
|
49
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/notes.label.interface').CategoryAxisNotesLabel>;
|
|
42
50
|
default: () => any;
|
|
43
51
|
};
|
|
44
52
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -47,32 +55,32 @@ declare const ChartCategoryAxisNotes: import('vue').DefineComponent<import('vue'
|
|
|
47
55
|
default: () => any;
|
|
48
56
|
};
|
|
49
57
|
line: {
|
|
50
|
-
type: PropType<import('
|
|
58
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/note-line.interface').NoteLine>;
|
|
51
59
|
default: () => any;
|
|
52
60
|
};
|
|
53
61
|
position: {
|
|
54
|
-
type: PropType<
|
|
62
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/note-position').NotePosition>;
|
|
55
63
|
default: () => any;
|
|
56
64
|
validator: (value: string) => any;
|
|
57
65
|
};
|
|
58
66
|
visual: {
|
|
59
|
-
type: PropType<(e: import('
|
|
67
|
+
type: PropType<(e: import('@progress/kendo-charts/dist/npm/argument-types/axis-note-visual-args.interface').AxisNoteVisualArgs<import('@progress/kendo-charts').Chart>) => import('@progress/kendo-drawing').Element>;
|
|
60
68
|
default: any;
|
|
61
69
|
};
|
|
62
70
|
icon: {
|
|
63
|
-
type: PropType<import('
|
|
71
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/notes.icon.interface').CategoryAxisNotesIcon>;
|
|
64
72
|
default: () => any;
|
|
65
73
|
};
|
|
66
74
|
label: {
|
|
67
|
-
type: PropType<import('
|
|
75
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/notes.label.interface').CategoryAxisNotesLabel>;
|
|
68
76
|
default: () => any;
|
|
69
77
|
};
|
|
70
78
|
}>> & Readonly<{}>, {
|
|
71
|
-
line: import('../../field-types/note-line.interface').NoteLine;
|
|
72
|
-
visual: (e: import('../../argument-types/axis-note-visual-args.interface').AxisNoteVisualArgs) => import('@progress/kendo-drawing').Element;
|
|
73
79
|
dataItems: any[];
|
|
74
|
-
label: import('
|
|
75
|
-
|
|
76
|
-
|
|
80
|
+
label: import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/notes.label.interface').CategoryAxisNotesLabel;
|
|
81
|
+
line: import('@progress/kendo-charts/dist/npm/field-types/note-line.interface').NoteLine;
|
|
82
|
+
icon: import('@progress/kendo-charts/dist/npm/option-types/category-axis-item/notes.icon.interface').CategoryAxisNotesIcon;
|
|
83
|
+
position: import('@progress/kendo-charts/dist/npm/field-types/note-position').NotePosition;
|
|
84
|
+
visual: (e: import('@progress/kendo-charts/dist/npm/argument-types/axis-note-visual-args.interface').AxisNoteVisualArgs<import('@progress/kendo-charts').Chart>) => import('@progress/kendo-drawing').Element;
|
|
77
85
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
78
86
|
export { ChartCategoryAxisNotes };
|
|
@@ -18,12 +18,12 @@ export interface ChartCategoryAxisNotesIconProps extends CategoryAxisNotesIcon {
|
|
|
18
18
|
declare const ChartCategoryAxisNotesIcon: 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/field-types/border.interface').Border>;
|
|
22
22
|
default: () => any;
|
|
23
23
|
};
|
|
24
24
|
size: PropType<number>;
|
|
25
25
|
type: {
|
|
26
|
-
type: PropType<
|
|
26
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/marker-type').MarkerType>;
|
|
27
27
|
default: () => any;
|
|
28
28
|
validator: (value: string) => any;
|
|
29
29
|
};
|
|
@@ -34,12 +34,12 @@ declare const ChartCategoryAxisNotesIcon: import('vue').DefineComponent<import('
|
|
|
34
34
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
35
35
|
background: PropType<string>;
|
|
36
36
|
border: {
|
|
37
|
-
type: PropType<import('
|
|
37
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/border.interface').Border>;
|
|
38
38
|
default: () => any;
|
|
39
39
|
};
|
|
40
40
|
size: PropType<number>;
|
|
41
41
|
type: {
|
|
42
|
-
type: PropType<
|
|
42
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/marker-type').MarkerType>;
|
|
43
43
|
default: () => any;
|
|
44
44
|
validator: (value: string) => any;
|
|
45
45
|
};
|
|
@@ -48,8 +48,8 @@ declare const ChartCategoryAxisNotesIcon: import('vue').DefineComponent<import('
|
|
|
48
48
|
default: any;
|
|
49
49
|
};
|
|
50
50
|
}>> & Readonly<{}>, {
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
type: import('@progress/kendo-charts/dist/npm/field-types/marker-type').MarkerType;
|
|
52
|
+
border: import('@progress/kendo-charts/dist/npm/field-types/border.interface').Border;
|
|
53
53
|
visible: boolean;
|
|
54
54
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
55
55
|
export { ChartCategoryAxisNotesIcon };
|
|
@@ -18,18 +18,18 @@ export interface ChartCategoryAxisNotesLabelProps extends CategoryAxisNotesLabel
|
|
|
18
18
|
declare const ChartCategoryAxisNotesLabel: 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/field-types/border.interface').Border>;
|
|
22
22
|
default: () => any;
|
|
23
23
|
};
|
|
24
24
|
color: PropType<string>;
|
|
25
25
|
content: {
|
|
26
|
-
type: PropType<(e:
|
|
26
|
+
type: PropType<(e: import('@progress/kendo-charts').AxisNoteContentArgs) => string>;
|
|
27
27
|
default: any;
|
|
28
28
|
};
|
|
29
29
|
font: PropType<string>;
|
|
30
30
|
format: PropType<string>;
|
|
31
31
|
position: {
|
|
32
|
-
type: PropType<
|
|
32
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/note-label-position').NoteLabelPosition>;
|
|
33
33
|
default: any;
|
|
34
34
|
validator: (value: string) => any;
|
|
35
35
|
};
|
|
@@ -41,18 +41,18 @@ declare const ChartCategoryAxisNotesLabel: import('vue').DefineComponent<import(
|
|
|
41
41
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
42
42
|
background: PropType<string>;
|
|
43
43
|
border: {
|
|
44
|
-
type: PropType<import('
|
|
44
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/border.interface').Border>;
|
|
45
45
|
default: () => any;
|
|
46
46
|
};
|
|
47
47
|
color: PropType<string>;
|
|
48
48
|
content: {
|
|
49
|
-
type: PropType<(e:
|
|
49
|
+
type: PropType<(e: import('@progress/kendo-charts').AxisNoteContentArgs) => string>;
|
|
50
50
|
default: any;
|
|
51
51
|
};
|
|
52
52
|
font: PropType<string>;
|
|
53
53
|
format: PropType<string>;
|
|
54
54
|
position: {
|
|
55
|
-
type: PropType<
|
|
55
|
+
type: PropType<import('@progress/kendo-charts/dist/npm/field-types/note-label-position').NoteLabelPosition>;
|
|
56
56
|
default: any;
|
|
57
57
|
validator: (value: string) => any;
|
|
58
58
|
};
|
|
@@ -62,9 +62,9 @@ declare const ChartCategoryAxisNotesLabel: import('vue').DefineComponent<import(
|
|
|
62
62
|
default: any;
|
|
63
63
|
};
|
|
64
64
|
}>> & Readonly<{}>, {
|
|
65
|
-
|
|
65
|
+
content: (e: import('@progress/kendo-charts').AxisNoteContentArgs) => string;
|
|
66
|
+
position: import('@progress/kendo-charts/dist/npm/field-types/note-label-position').NoteLabelPosition;
|
|
67
|
+
border: import('@progress/kendo-charts/dist/npm/field-types/border.interface').Border;
|
|
66
68
|
visible: boolean;
|
|
67
|
-
content: (e: any) => string;
|
|
68
|
-
position: string;
|
|
69
69
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
70
70
|
export { ChartCategoryAxisNotesLabel };
|