@zyzgroup/core-vue 0.0.12 → 0.0.14
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/README.md +0 -17
- package/ce/style.css +1 -1
- package/ce/yz_custom_element.iife.js +58 -37
- package/ce/yz_custom_element.iife.js.map +1 -1
- package/ce/yz_custom_element.js +18390 -8803
- package/ce/yz_custom_element.js.map +1 -1
- package/ce/yz_custom_element.umd.cjs +58 -37
- package/ce/yz_custom_element.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/zyzgroup_core_vue.iife.js +27 -15
- package/dist/zyzgroup_core_vue.iife.js.map +1 -1
- package/dist/zyzgroup_core_vue.js +15301 -5991
- package/dist/zyzgroup_core_vue.js.map +1 -1
- package/dist/zyzgroup_core_vue.umd.cjs +27 -15
- package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/components/Accordion.ce.vue.d.ts +78 -0
- package/types/components/Accordion.vue.d.ts +78 -0
- package/types/components/AnimatePanel.ce.vue.d.ts +34 -0
- package/types/components/AnimatePanel.vue.d.ts +34 -0
- package/types/components/Dialog.ce.vue.d.ts +1 -1
- package/types/components/Dialog.vue.d.ts +1 -1
- package/types/components/DialogLoading.ce.vue.d.ts +1 -1
- package/types/components/DialogLoading.vue.d.ts +1 -1
- package/types/components/EaseGraphDisplay.ce.vue.d.ts +71 -0
- package/types/components/EaseGraphDisplay.vue.d.ts +71 -0
- package/types/components/EaseGroupGraphDisplay.ce.vue.d.ts +55 -0
- package/types/components/EaseGroupGraphDisplay.vue.d.ts +55 -0
- package/types/components/FPSStats.ce.vue.d.ts +2 -0
- package/types/components/FPSStats.vue.d.ts +2 -0
- package/types/components/HandWritePanel.ce.vue.d.ts +61 -0
- package/types/components/HandWritePanel.vue.d.ts +61 -0
- package/types/components/Input.ce.vue.d.ts +103 -0
- package/types/components/Input.vue.d.ts +103 -0
- package/types/components/InterpolationGraphDisplay.ce.vue.d.ts +54 -0
- package/types/components/InterpolationGraphDisplay.vue.d.ts +54 -0
- package/types/components/InterpolationGroupGraphDisplay.ce.vue.d.ts +45 -0
- package/types/components/InterpolationGroupGraphDisplay.vue.d.ts +45 -0
- package/types/components/MobileLayout.ce.vue.d.ts +6 -36
- package/types/components/MobileLayout.vue.d.ts +6 -36
- package/types/components/Overlay.ce.vue.d.ts +5 -0
- package/types/components/Overlay.vue.d.ts +5 -0
- package/types/components/PlateKeyboard.ce.vue.d.ts +1 -1
- package/types/components/PlateKeyboard.vue.d.ts +1 -1
- package/types/components/Pop.ce.vue.d.ts +9 -4
- package/types/components/Pop.vue.d.ts +9 -4
- package/types/components/Popover.ce.vue.d.ts +5 -0
- package/types/components/Popover.vue.d.ts +5 -0
- package/types/components/ProgressBar.ce.vue.d.ts +61 -0
- package/types/components/ProgressBar.vue.d.ts +61 -0
- package/types/components/SlideLeftItem.ce.vue.d.ts +5 -0
- package/types/components/SlideLeftItem.vue.d.ts +5 -0
- package/types/components/Video.ce.vue.d.ts +55 -0
- package/types/components/Video.vue.d.ts +55 -0
- package/types/components/bg/BGBar.ce.vue.d.ts +49 -0
- package/types/components/bg/BGBar.vue.d.ts +49 -0
- package/types/components/svg/SVGDown.ce.vue.d.ts +36 -0
- package/types/components/svg/SVGDown.vue.d.ts +36 -0
- package/types/components/svg/SVGLock.ce.vue.d.ts +36 -0
- package/types/components/svg/SVGLock.vue.d.ts +36 -0
- package/types/lib.d.ts +12 -1
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
2
|
gap?: number | undefined;
|
|
3
|
+
isGlobal?: boolean | undefined;
|
|
3
4
|
}>, {
|
|
4
5
|
gap: number;
|
|
6
|
+
isGlobal: boolean;
|
|
5
7
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
6
8
|
gap?: number | undefined;
|
|
9
|
+
isGlobal?: boolean | undefined;
|
|
7
10
|
}>, {
|
|
8
11
|
gap: number;
|
|
12
|
+
isGlobal: boolean;
|
|
9
13
|
}>>>, {
|
|
14
|
+
isGlobal: boolean;
|
|
10
15
|
gap: number;
|
|
11
16
|
}, {}>, {
|
|
12
17
|
button?(_: {}): any;
|
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
2
|
gap?: number | undefined;
|
|
3
|
+
isGlobal?: boolean | undefined;
|
|
3
4
|
}>, {
|
|
4
5
|
gap: number;
|
|
6
|
+
isGlobal: boolean;
|
|
5
7
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
6
8
|
gap?: number | undefined;
|
|
9
|
+
isGlobal?: boolean | undefined;
|
|
7
10
|
}>, {
|
|
8
11
|
gap: number;
|
|
12
|
+
isGlobal: boolean;
|
|
9
13
|
}>>>, {
|
|
14
|
+
isGlobal: boolean;
|
|
10
15
|
gap: number;
|
|
11
16
|
}, {}>, {
|
|
12
17
|
button?(_: {}): any;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
declare function goto(toValue: number): void;
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
+
width?: string | undefined;
|
|
4
|
+
height?: string | undefined;
|
|
5
|
+
bgColor?: string | undefined;
|
|
6
|
+
borderColor?: string | undefined;
|
|
7
|
+
duringTimeGap?: number | undefined;
|
|
8
|
+
showText?: boolean | undefined;
|
|
9
|
+
}>, {
|
|
10
|
+
width: string;
|
|
11
|
+
height: string;
|
|
12
|
+
bgColor: string;
|
|
13
|
+
borderColor: string;
|
|
14
|
+
duringTimeGap: number;
|
|
15
|
+
showText: boolean;
|
|
16
|
+
}>, {
|
|
17
|
+
goto: typeof goto;
|
|
18
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
+
complete: (currentPercent: number) => void;
|
|
20
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
21
|
+
width?: string | undefined;
|
|
22
|
+
height?: string | undefined;
|
|
23
|
+
bgColor?: string | undefined;
|
|
24
|
+
borderColor?: string | undefined;
|
|
25
|
+
duringTimeGap?: number | undefined;
|
|
26
|
+
showText?: boolean | undefined;
|
|
27
|
+
}>, {
|
|
28
|
+
width: string;
|
|
29
|
+
height: string;
|
|
30
|
+
bgColor: string;
|
|
31
|
+
borderColor: string;
|
|
32
|
+
duringTimeGap: number;
|
|
33
|
+
showText: boolean;
|
|
34
|
+
}>>> & {
|
|
35
|
+
onComplete?: ((currentPercent: number) => any) | undefined;
|
|
36
|
+
}, {
|
|
37
|
+
width: string;
|
|
38
|
+
height: string;
|
|
39
|
+
borderColor: string;
|
|
40
|
+
bgColor: string;
|
|
41
|
+
duringTimeGap: number;
|
|
42
|
+
showText: boolean;
|
|
43
|
+
}, {}>;
|
|
44
|
+
export default _default;
|
|
45
|
+
type __VLS_WithDefaults<P, D> = {
|
|
46
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
47
|
+
default: D[K];
|
|
48
|
+
}> : P[K];
|
|
49
|
+
};
|
|
50
|
+
type __VLS_Prettify<T> = {
|
|
51
|
+
[K in keyof T]: T[K];
|
|
52
|
+
} & {};
|
|
53
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
54
|
+
type __VLS_TypePropsToOption<T> = {
|
|
55
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
56
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
57
|
+
} : {
|
|
58
|
+
type: import('vue').PropType<T[K]>;
|
|
59
|
+
required: true;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
declare function goto(toValue: number): void;
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
+
width?: string | undefined;
|
|
4
|
+
height?: string | undefined;
|
|
5
|
+
bgColor?: string | undefined;
|
|
6
|
+
borderColor?: string | undefined;
|
|
7
|
+
duringTimeGap?: number | undefined;
|
|
8
|
+
showText?: boolean | undefined;
|
|
9
|
+
}>, {
|
|
10
|
+
width: string;
|
|
11
|
+
height: string;
|
|
12
|
+
bgColor: string;
|
|
13
|
+
borderColor: string;
|
|
14
|
+
duringTimeGap: number;
|
|
15
|
+
showText: boolean;
|
|
16
|
+
}>, {
|
|
17
|
+
goto: typeof goto;
|
|
18
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
+
complete: (currentPercent: number) => void;
|
|
20
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
21
|
+
width?: string | undefined;
|
|
22
|
+
height?: string | undefined;
|
|
23
|
+
bgColor?: string | undefined;
|
|
24
|
+
borderColor?: string | undefined;
|
|
25
|
+
duringTimeGap?: number | undefined;
|
|
26
|
+
showText?: boolean | undefined;
|
|
27
|
+
}>, {
|
|
28
|
+
width: string;
|
|
29
|
+
height: string;
|
|
30
|
+
bgColor: string;
|
|
31
|
+
borderColor: string;
|
|
32
|
+
duringTimeGap: number;
|
|
33
|
+
showText: boolean;
|
|
34
|
+
}>>> & {
|
|
35
|
+
onComplete?: ((currentPercent: number) => any) | undefined;
|
|
36
|
+
}, {
|
|
37
|
+
width: string;
|
|
38
|
+
height: string;
|
|
39
|
+
borderColor: string;
|
|
40
|
+
bgColor: string;
|
|
41
|
+
duringTimeGap: number;
|
|
42
|
+
showText: boolean;
|
|
43
|
+
}, {}>;
|
|
44
|
+
export default _default;
|
|
45
|
+
type __VLS_WithDefaults<P, D> = {
|
|
46
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
47
|
+
default: D[K];
|
|
48
|
+
}> : P[K];
|
|
49
|
+
};
|
|
50
|
+
type __VLS_Prettify<T> = {
|
|
51
|
+
[K in keyof T]: T[K];
|
|
52
|
+
} & {};
|
|
53
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
54
|
+
type __VLS_TypePropsToOption<T> = {
|
|
55
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
56
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
57
|
+
} : {
|
|
58
|
+
type: import('vue').PropType<T[K]>;
|
|
59
|
+
required: true;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
@@ -2,12 +2,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
2
2
|
bgColor?: string | undefined;
|
|
3
3
|
deleteColor?: string | undefined;
|
|
4
4
|
fontColor?: string | undefined;
|
|
5
|
+
borderRadius?: string | undefined;
|
|
5
6
|
deleteWidth?: string | undefined;
|
|
6
7
|
transtionDuration?: string | undefined;
|
|
7
8
|
}>, {
|
|
8
9
|
bgColor: string;
|
|
9
10
|
deleteColor: string;
|
|
10
11
|
fontColor: string;
|
|
12
|
+
borderRadius: string;
|
|
11
13
|
deleteWidth: string;
|
|
12
14
|
transtionDuration: string;
|
|
13
15
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -16,17 +18,20 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
16
18
|
bgColor?: string | undefined;
|
|
17
19
|
deleteColor?: string | undefined;
|
|
18
20
|
fontColor?: string | undefined;
|
|
21
|
+
borderRadius?: string | undefined;
|
|
19
22
|
deleteWidth?: string | undefined;
|
|
20
23
|
transtionDuration?: string | undefined;
|
|
21
24
|
}>, {
|
|
22
25
|
bgColor: string;
|
|
23
26
|
deleteColor: string;
|
|
24
27
|
fontColor: string;
|
|
28
|
+
borderRadius: string;
|
|
25
29
|
deleteWidth: string;
|
|
26
30
|
transtionDuration: string;
|
|
27
31
|
}>>> & {
|
|
28
32
|
onDelete?: (() => any) | undefined;
|
|
29
33
|
}, {
|
|
34
|
+
borderRadius: string;
|
|
30
35
|
bgColor: string;
|
|
31
36
|
fontColor: string;
|
|
32
37
|
deleteColor: string;
|
|
@@ -2,12 +2,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
2
2
|
bgColor?: string | undefined;
|
|
3
3
|
deleteColor?: string | undefined;
|
|
4
4
|
fontColor?: string | undefined;
|
|
5
|
+
borderRadius?: string | undefined;
|
|
5
6
|
deleteWidth?: string | undefined;
|
|
6
7
|
transtionDuration?: string | undefined;
|
|
7
8
|
}>, {
|
|
8
9
|
bgColor: string;
|
|
9
10
|
deleteColor: string;
|
|
10
11
|
fontColor: string;
|
|
12
|
+
borderRadius: string;
|
|
11
13
|
deleteWidth: string;
|
|
12
14
|
transtionDuration: string;
|
|
13
15
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -16,17 +18,20 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
16
18
|
bgColor?: string | undefined;
|
|
17
19
|
deleteColor?: string | undefined;
|
|
18
20
|
fontColor?: string | undefined;
|
|
21
|
+
borderRadius?: string | undefined;
|
|
19
22
|
deleteWidth?: string | undefined;
|
|
20
23
|
transtionDuration?: string | undefined;
|
|
21
24
|
}>, {
|
|
22
25
|
bgColor: string;
|
|
23
26
|
deleteColor: string;
|
|
24
27
|
fontColor: string;
|
|
28
|
+
borderRadius: string;
|
|
25
29
|
deleteWidth: string;
|
|
26
30
|
transtionDuration: string;
|
|
27
31
|
}>>> & {
|
|
28
32
|
onDelete?: (() => any) | undefined;
|
|
29
33
|
}, {
|
|
34
|
+
borderRadius: string;
|
|
30
35
|
bgColor: string;
|
|
31
36
|
fontColor: string;
|
|
32
37
|
deleteColor: string;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
declare function play(): void;
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
+
src: string;
|
|
4
|
+
type?: string | undefined;
|
|
5
|
+
autoplay?: boolean | undefined;
|
|
6
|
+
width?: string | undefined;
|
|
7
|
+
height?: string | undefined;
|
|
8
|
+
}>, {
|
|
9
|
+
type: string;
|
|
10
|
+
autoplay: boolean;
|
|
11
|
+
width: string;
|
|
12
|
+
height: string;
|
|
13
|
+
}>, {
|
|
14
|
+
play: typeof play;
|
|
15
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
|
+
start: () => void;
|
|
17
|
+
complete: () => void;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
19
|
+
src: string;
|
|
20
|
+
type?: string | undefined;
|
|
21
|
+
autoplay?: boolean | undefined;
|
|
22
|
+
width?: string | undefined;
|
|
23
|
+
height?: string | undefined;
|
|
24
|
+
}>, {
|
|
25
|
+
type: string;
|
|
26
|
+
autoplay: boolean;
|
|
27
|
+
width: string;
|
|
28
|
+
height: string;
|
|
29
|
+
}>>> & {
|
|
30
|
+
onComplete?: (() => any) | undefined;
|
|
31
|
+
onStart?: (() => any) | undefined;
|
|
32
|
+
}, {
|
|
33
|
+
type: string;
|
|
34
|
+
width: string;
|
|
35
|
+
height: string;
|
|
36
|
+
autoplay: boolean;
|
|
37
|
+
}, {}>;
|
|
38
|
+
export default _default;
|
|
39
|
+
type __VLS_WithDefaults<P, D> = {
|
|
40
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
41
|
+
default: D[K];
|
|
42
|
+
}> : P[K];
|
|
43
|
+
};
|
|
44
|
+
type __VLS_Prettify<T> = {
|
|
45
|
+
[K in keyof T]: T[K];
|
|
46
|
+
} & {};
|
|
47
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
48
|
+
type __VLS_TypePropsToOption<T> = {
|
|
49
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
50
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
51
|
+
} : {
|
|
52
|
+
type: import('vue').PropType<T[K]>;
|
|
53
|
+
required: true;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
declare function play(): void;
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
+
src: string;
|
|
4
|
+
type?: string | undefined;
|
|
5
|
+
autoplay?: boolean | undefined;
|
|
6
|
+
width?: string | undefined;
|
|
7
|
+
height?: string | undefined;
|
|
8
|
+
}>, {
|
|
9
|
+
type: string;
|
|
10
|
+
autoplay: boolean;
|
|
11
|
+
width: string;
|
|
12
|
+
height: string;
|
|
13
|
+
}>, {
|
|
14
|
+
play: typeof play;
|
|
15
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
|
+
start: () => void;
|
|
17
|
+
complete: () => void;
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
19
|
+
src: string;
|
|
20
|
+
type?: string | undefined;
|
|
21
|
+
autoplay?: boolean | undefined;
|
|
22
|
+
width?: string | undefined;
|
|
23
|
+
height?: string | undefined;
|
|
24
|
+
}>, {
|
|
25
|
+
type: string;
|
|
26
|
+
autoplay: boolean;
|
|
27
|
+
width: string;
|
|
28
|
+
height: string;
|
|
29
|
+
}>>> & {
|
|
30
|
+
onComplete?: (() => any) | undefined;
|
|
31
|
+
onStart?: (() => any) | undefined;
|
|
32
|
+
}, {
|
|
33
|
+
type: string;
|
|
34
|
+
width: string;
|
|
35
|
+
height: string;
|
|
36
|
+
autoplay: boolean;
|
|
37
|
+
}, {}>;
|
|
38
|
+
export default _default;
|
|
39
|
+
type __VLS_WithDefaults<P, D> = {
|
|
40
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
41
|
+
default: D[K];
|
|
42
|
+
}> : P[K];
|
|
43
|
+
};
|
|
44
|
+
type __VLS_Prettify<T> = {
|
|
45
|
+
[K in keyof T]: T[K];
|
|
46
|
+
} & {};
|
|
47
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
48
|
+
type __VLS_TypePropsToOption<T> = {
|
|
49
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
50
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
51
|
+
} : {
|
|
52
|
+
type: import('vue').PropType<T[K]>;
|
|
53
|
+
required: true;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
count?: number | undefined;
|
|
3
|
+
viewportWidth?: string | undefined;
|
|
4
|
+
viewportHeight?: string | undefined;
|
|
5
|
+
barWidth?: string | undefined;
|
|
6
|
+
barHeight?: string | undefined;
|
|
7
|
+
}>, {
|
|
8
|
+
count: number;
|
|
9
|
+
viewportWidth: string;
|
|
10
|
+
viewportHeight: string;
|
|
11
|
+
barWidth: string;
|
|
12
|
+
barHeight: string;
|
|
13
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
14
|
+
count?: number | undefined;
|
|
15
|
+
viewportWidth?: string | undefined;
|
|
16
|
+
viewportHeight?: string | undefined;
|
|
17
|
+
barWidth?: string | undefined;
|
|
18
|
+
barHeight?: string | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
count: number;
|
|
21
|
+
viewportWidth: string;
|
|
22
|
+
viewportHeight: string;
|
|
23
|
+
barWidth: string;
|
|
24
|
+
barHeight: string;
|
|
25
|
+
}>>>, {
|
|
26
|
+
count: number;
|
|
27
|
+
viewportWidth: string;
|
|
28
|
+
viewportHeight: string;
|
|
29
|
+
barWidth: string;
|
|
30
|
+
barHeight: string;
|
|
31
|
+
}, {}>;
|
|
32
|
+
export default _default;
|
|
33
|
+
type __VLS_WithDefaults<P, D> = {
|
|
34
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
35
|
+
default: D[K];
|
|
36
|
+
}> : P[K];
|
|
37
|
+
};
|
|
38
|
+
type __VLS_Prettify<T> = {
|
|
39
|
+
[K in keyof T]: T[K];
|
|
40
|
+
} & {};
|
|
41
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
42
|
+
type __VLS_TypePropsToOption<T> = {
|
|
43
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
44
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
45
|
+
} : {
|
|
46
|
+
type: import('vue').PropType<T[K]>;
|
|
47
|
+
required: true;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
count?: number | undefined;
|
|
3
|
+
viewportWidth?: string | undefined;
|
|
4
|
+
viewportHeight?: string | undefined;
|
|
5
|
+
barWidth?: string | undefined;
|
|
6
|
+
barHeight?: string | undefined;
|
|
7
|
+
}>, {
|
|
8
|
+
count: number;
|
|
9
|
+
viewportWidth: string;
|
|
10
|
+
viewportHeight: string;
|
|
11
|
+
barWidth: string;
|
|
12
|
+
barHeight: string;
|
|
13
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
14
|
+
count?: number | undefined;
|
|
15
|
+
viewportWidth?: string | undefined;
|
|
16
|
+
viewportHeight?: string | undefined;
|
|
17
|
+
barWidth?: string | undefined;
|
|
18
|
+
barHeight?: string | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
count: number;
|
|
21
|
+
viewportWidth: string;
|
|
22
|
+
viewportHeight: string;
|
|
23
|
+
barWidth: string;
|
|
24
|
+
barHeight: string;
|
|
25
|
+
}>>>, {
|
|
26
|
+
count: number;
|
|
27
|
+
viewportWidth: string;
|
|
28
|
+
viewportHeight: string;
|
|
29
|
+
barWidth: string;
|
|
30
|
+
barHeight: string;
|
|
31
|
+
}, {}>;
|
|
32
|
+
export default _default;
|
|
33
|
+
type __VLS_WithDefaults<P, D> = {
|
|
34
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
35
|
+
default: D[K];
|
|
36
|
+
}> : P[K];
|
|
37
|
+
};
|
|
38
|
+
type __VLS_Prettify<T> = {
|
|
39
|
+
[K in keyof T]: T[K];
|
|
40
|
+
} & {};
|
|
41
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
42
|
+
type __VLS_TypePropsToOption<T> = {
|
|
43
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
44
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
45
|
+
} : {
|
|
46
|
+
type: import('vue').PropType<T[K]>;
|
|
47
|
+
required: true;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
height?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
width: string;
|
|
7
|
+
color: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
height?: string | undefined;
|
|
11
|
+
color?: string | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
width: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}>>>, {
|
|
16
|
+
color: string;
|
|
17
|
+
width: string;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
height?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
width: string;
|
|
7
|
+
color: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
height?: string | undefined;
|
|
11
|
+
color?: string | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
width: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}>>>, {
|
|
16
|
+
color: string;
|
|
17
|
+
width: string;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
height?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
width: string;
|
|
7
|
+
color: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
height?: string | undefined;
|
|
11
|
+
color?: string | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
width: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}>>>, {
|
|
16
|
+
color: string;
|
|
17
|
+
width: string;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
height?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
width: string;
|
|
7
|
+
color: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
height?: string | undefined;
|
|
11
|
+
color?: string | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
width: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}>>>, {
|
|
16
|
+
color: string;
|
|
17
|
+
width: string;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
package/types/lib.d.ts
CHANGED
|
@@ -22,4 +22,15 @@ import SlideLeftItem from "./components/SlideLeftItem.vue";
|
|
|
22
22
|
import PlateDisplay from "./components/PlateDisplay.vue";
|
|
23
23
|
import Tab from "./components/Tab.vue";
|
|
24
24
|
import Tabs from "./components/Tabs.vue";
|
|
25
|
-
|
|
25
|
+
import FPSStats from "./components/FPSStats.vue";
|
|
26
|
+
import EaseGraphDisplay from "./components/EaseGraphDisplay.vue";
|
|
27
|
+
import EaseGroupGraphDisplay from "./components/EaseGroupGraphDisplay.vue";
|
|
28
|
+
import InterpolationGraphDisplay from "./components/InterpolationGraphDisplay.vue";
|
|
29
|
+
import InterpolationGroupGraphDisplay from "./components/InterpolationGroupGraphDisplay.vue";
|
|
30
|
+
import AnimatePanel from "./components/AnimatePanel.vue";
|
|
31
|
+
import HandWritePanel from "./components/HandWritePanel.vue";
|
|
32
|
+
import ProgressBar from "./components/ProgressBar.vue";
|
|
33
|
+
import Video from "./components/Video.vue";
|
|
34
|
+
import Input from "./components/Input.vue";
|
|
35
|
+
import Accordion from "./components/Accordion.vue";
|
|
36
|
+
export { Icon, Button, MobileLayout, Overlay, Pop, Dialog, DialogLoading, Select, Switch, RadioGroup, CheckboxGroup, Popover, ColorPicker, ResizeObserver, MapTianditu, SVGCheck, PlateMobile, SVGCleanUp, PlateKeyboard, SVGDelete, SlideLeftItem, PlateDisplay, Tab, Tabs, FPSStats, EaseGraphDisplay, EaseGroupGraphDisplay, InterpolationGraphDisplay, InterpolationGroupGraphDisplay, AnimatePanel, HandWritePanel, ProgressBar, Video, Input, Accordion };
|