vuechrts 0.0.14 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,12 +3,13 @@ import { BulletLegendItemInterface } from '@unovis/ts';
|
|
3
3
|
declare const _default: <T>(__VLS_props: Awaited<typeof __VLS_setup>["props"], __VLS_ctx?: __VLS_Prettify<Pick<Awaited<typeof __VLS_setup>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
4
4
|
props: __VLS_Prettify<__VLS_OmitKeepDiscriminatedUnion<(Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>) & {
|
5
5
|
data: T[];
|
6
|
+
height: number;
|
6
7
|
categories: Record<string, BulletLegendItemInterface>;
|
7
8
|
xLabel: string;
|
8
9
|
yLabel: string;
|
9
10
|
displayProps: string[];
|
10
11
|
xFormatter: (v: number) => string;
|
11
|
-
|
12
|
+
crossHairTemplate: (d: T) => string;
|
12
13
|
}, keyof import('vue').VNodeProps | keyof import('vue').AllowedComponentProps>> & {} & (import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps);
|
13
14
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
14
15
|
attrs: any;
|
@@ -3,6 +3,7 @@ import { BulletLegendItemInterface, CurveType } from '@unovis/ts';
|
|
3
3
|
declare const _default: <T>(__VLS_props: Awaited<typeof __VLS_setup>["props"], __VLS_ctx?: __VLS_Prettify<Pick<Awaited<typeof __VLS_setup>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
4
4
|
props: __VLS_Prettify<__VLS_OmitKeepDiscriminatedUnion<(Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>) & {
|
5
5
|
data: T[];
|
6
|
+
height: number;
|
6
7
|
xLabel: string;
|
7
8
|
yLabel: string;
|
8
9
|
categories: Record<string, BulletLegendItemInterface>;
|
@@ -4,6 +4,7 @@ declare function __VLS_template(): {
|
|
4
4
|
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
5
5
|
type?: string;
|
6
6
|
data: number[];
|
7
|
+
height: number;
|
7
8
|
radius: number;
|
8
9
|
labels: {
|
9
10
|
name: string;
|
@@ -12,6 +13,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
12
13
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
13
14
|
type?: string;
|
14
15
|
data: number[];
|
16
|
+
height: number;
|
15
17
|
radius: number;
|
16
18
|
labels: {
|
17
19
|
name: string;
|