@zyzgroup/core-vue 0.0.14 → 0.0.16
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/ce/style.css +1 -1
- package/ce/yz_custom_element.iife.js +143 -58
- package/ce/yz_custom_element.iife.js.map +1 -1
- package/ce/yz_custom_element.js +15473 -17171
- package/ce/yz_custom_element.js.map +1 -1
- package/ce/yz_custom_element.umd.cjs +143 -58
- package/ce/yz_custom_element.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/zyzgroup_core_vue.iife.js +79 -27
- package/dist/zyzgroup_core_vue.iife.js.map +1 -1
- package/dist/zyzgroup_core_vue.js +15997 -14873
- package/dist/zyzgroup_core_vue.js.map +1 -1
- package/dist/zyzgroup_core_vue.umd.cjs +79 -27
- package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
- package/package.json +5 -4
- package/types/App.vue.d.ts +0 -1
- package/types/components/Accordion.ce.vue.d.ts +4 -2
- package/types/components/Accordion.vue.d.ts +4 -2
- package/types/components/Canvas.ce.vue.d.ts +42 -0
- package/types/components/Canvas.vue.d.ts +42 -0
- package/types/components/CanvasFromSVG.ce.vue.d.ts +31 -0
- package/types/components/CanvasFromSVG.vue.d.ts +31 -0
- package/types/components/CanvasShape.ce.vue.d.ts +2 -0
- package/types/components/CanvasShape.vue.d.ts +2 -0
- package/types/components/CanvasSport.ce.vue.d.ts +2 -0
- package/types/components/CanvasSport.vue.d.ts +2 -0
- package/types/components/Dialog.ce.vue.d.ts +24 -33
- package/types/components/Dialog.vue.d.ts +24 -33
- package/types/components/DialogLoading.ce.vue.d.ts +2 -4
- package/types/components/DialogLoading.vue.d.ts +2 -4
- package/types/components/DialogToast.ce.vue.d.ts +50 -0
- package/types/components/DialogToast.vue.d.ts +50 -0
- package/types/components/Icon.vue.d.ts +0 -1
- package/types/components/Image.ce.vue.d.ts +45 -0
- package/types/components/Image.vue.d.ts +45 -0
- package/types/components/ImageView.ce.vue.d.ts +34 -0
- package/types/components/ImageView.vue.d.ts +34 -0
- package/types/components/Input.ce.vue.d.ts +5 -5
- package/types/components/Input.vue.d.ts +5 -5
- package/types/components/MapTianditu.ce.vue.d.ts +2 -2
- package/types/components/MapTianditu.vue.d.ts +2 -2
- package/types/components/MouseOver.ce.vue.d.ts +52 -0
- package/types/components/MouseOver.vue.d.ts +52 -0
- package/types/components/PageVerticalScrollProgressBar.ce.vue.d.ts +58 -0
- package/types/components/PageVerticalScrollProgressBar.vue.d.ts +58 -0
- package/types/components/PlateKeyboard.ce.vue.d.ts +1 -1
- package/types/components/PlateKeyboard.vue.d.ts +1 -1
- package/types/components/PlateMobile.ce.vue.d.ts +1 -1
- package/types/components/PlateMobile.vue.d.ts +1 -1
- package/types/components/Pop.ce.vue.d.ts +6 -4
- package/types/components/Pop.vue.d.ts +7 -4
- package/types/components/ProgressBar.ce.vue.d.ts +13 -1
- package/types/components/ProgressBar.vue.d.ts +13 -1
- package/types/components/Routes.ce.vue.d.ts +60 -0
- package/types/components/Routes.vue.d.ts +60 -0
- package/types/components/Select.ce.vue.d.ts +6 -6
- package/types/components/Select.vue.d.ts +6 -6
- package/types/components/SelectAbsolute.ce.vue.d.ts +79 -0
- package/types/components/SelectAbsolute.vue.d.ts +79 -0
- package/types/components/SlideLeftItem.ce.vue.d.ts +1 -1
- package/types/components/SlideLeftItem.vue.d.ts +1 -1
- package/types/components/Switch.ce.vue.d.ts +1 -1
- package/types/components/Switch.vue.d.ts +1 -1
- package/types/components/Tabs.ce.vue.d.ts +15 -0
- package/types/components/Tabs.vue.d.ts +15 -0
- package/types/components/TabsWithTab.ce.vue.d.ts +33 -0
- package/types/components/TabsWithTab.vue.d.ts +33 -0
- package/types/components/TweenCSS.ce.vue.d.ts +30 -0
- package/types/components/TweenCSS.vue.d.ts +30 -0
- package/types/components/bg/BGHeart.ce.vue.d.ts +49 -0
- package/types/components/bg/BGHeart.vue.d.ts +49 -0
- package/types/components/layout/LayoutCenter.ce.vue.d.ts +36 -0
- package/types/components/layout/LayoutCenter.vue.d.ts +36 -0
- package/types/components/layout/LayoutMobile.ce.vue.d.ts +39 -0
- package/types/components/layout/LayoutMobile.vue.d.ts +39 -0
- package/types/components/loading/Loading1.ce.vue.d.ts +29 -0
- package/types/components/loading/Loading1.vue.d.ts +29 -0
- package/types/components/loading/Loading10.ce.vue.d.ts +29 -0
- package/types/components/loading/Loading10.vue.d.ts +29 -0
- package/types/components/loading/Loading2.ce.vue.d.ts +29 -0
- package/types/components/loading/Loading2.vue.d.ts +29 -0
- package/types/components/loading/Loading3.ce.vue.d.ts +34 -0
- package/types/components/loading/Loading3.vue.d.ts +34 -0
- package/types/components/loading/Loading4.ce.vue.d.ts +29 -0
- package/types/components/loading/Loading4.vue.d.ts +29 -0
- package/types/components/loading/Loading5.ce.vue.d.ts +29 -0
- package/types/components/loading/Loading5.vue.d.ts +29 -0
- package/types/components/loading/Loading6.ce.vue.d.ts +29 -0
- package/types/components/loading/Loading6.vue.d.ts +29 -0
- package/types/components/loading/Loading7.ce.vue.d.ts +29 -0
- package/types/components/loading/Loading7.vue.d.ts +29 -0
- package/types/components/loading/Loading8.ce.vue.d.ts +29 -0
- package/types/components/loading/Loading8.vue.d.ts +29 -0
- package/types/components/loading/Loading9.ce.vue.d.ts +29 -0
- package/types/components/loading/Loading9.vue.d.ts +29 -0
- package/types/components/registerGlobalComponents.d.ts +2 -0
- package/types/components/svg/SVGCheck.ce.vue.d.ts +1 -1
- package/types/components/svg/SVGCheck.vue.d.ts +1 -1
- package/types/components/svg/SVGCleanUp.ce.vue.d.ts +1 -1
- package/types/components/svg/SVGCleanUp.vue.d.ts +1 -1
- package/types/components/svg/SVGDelete.ce.vue.d.ts +1 -1
- package/types/components/svg/SVGDelete.vue.d.ts +1 -1
- package/types/components/svg/SVGDown.ce.vue.d.ts +1 -1
- package/types/components/svg/SVGDown.vue.d.ts +1 -1
- package/types/components/svg/SVGFail.ce.vue.d.ts +1 -1
- package/types/components/svg/SVGFail.vue.d.ts +1 -1
- package/types/components/svg/SVGHome.ce.vue.d.ts +1 -1
- package/types/components/svg/SVGHome.vue.d.ts +1 -1
- package/types/components/svg/SVGLoading.ce.vue.d.ts +1 -1
- package/types/components/svg/SVGLoading.vue.d.ts +1 -1
- package/types/components/svg/SVGLock.ce.vue.d.ts +1 -1
- package/types/components/svg/SVGLock.vue.d.ts +1 -1
- package/types/components/svg/SVGPrompt.ce.vue.d.ts +1 -1
- package/types/components/svg/SVGPrompt.vue.d.ts +1 -1
- package/types/components/svg/SVGQuestion.ce.vue.d.ts +1 -1
- package/types/components/svg/SVGQuestion.vue.d.ts +1 -1
- package/types/components/svg/SVGReturn.ce.vue.d.ts +1 -1
- package/types/components/svg/SVGReturn.vue.d.ts +1 -1
- package/types/components/svg/SVGSuccess.vue.d.ts +1 -1
- package/types/components/svg/SVGWaiting.ce.vue.d.ts +1 -1
- package/types/components/svg/SVGWaiting.vue.d.ts +1 -1
- package/types/globalTeleport.d.ts +90 -0
- package/types/lib.d.ts +42 -21
- package/types/vnode.d.ts +7 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
src: string;
|
|
3
|
+
mode?: "scaleToFill" | "aspectFit" | "aspectFill" | "widthFix" | "heightFix" | undefined;
|
|
4
|
+
bgColor?: string | undefined;
|
|
5
|
+
openImageViewWhenClick?: boolean | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
mode: string;
|
|
8
|
+
bgColor: string;
|
|
9
|
+
openImageViewWhenClick: boolean;
|
|
10
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
+
settled: (x: number, y: number, width: number, height: number) => void;
|
|
12
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
13
|
+
src: string;
|
|
14
|
+
mode?: "scaleToFill" | "aspectFit" | "aspectFill" | "widthFix" | "heightFix" | undefined;
|
|
15
|
+
bgColor?: string | undefined;
|
|
16
|
+
openImageViewWhenClick?: boolean | undefined;
|
|
17
|
+
}>, {
|
|
18
|
+
mode: string;
|
|
19
|
+
bgColor: string;
|
|
20
|
+
openImageViewWhenClick: boolean;
|
|
21
|
+
}>>> & {
|
|
22
|
+
onSettled?: ((x: number, y: number, width: number, height: number) => any) | undefined;
|
|
23
|
+
}, {
|
|
24
|
+
mode: "scaleToFill" | "aspectFit" | "aspectFill" | "widthFix" | "heightFix";
|
|
25
|
+
bgColor: string;
|
|
26
|
+
openImageViewWhenClick: boolean;
|
|
27
|
+
}, {}>;
|
|
28
|
+
export default _default;
|
|
29
|
+
type __VLS_WithDefaults<P, D> = {
|
|
30
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
31
|
+
default: D[K];
|
|
32
|
+
}> : P[K];
|
|
33
|
+
};
|
|
34
|
+
type __VLS_Prettify<T> = {
|
|
35
|
+
[K in keyof T]: T[K];
|
|
36
|
+
} & {};
|
|
37
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
38
|
+
type __VLS_TypePropsToOption<T> = {
|
|
39
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
40
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
41
|
+
} : {
|
|
42
|
+
type: import('vue').PropType<T[K]>;
|
|
43
|
+
required: true;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare function open(): void;
|
|
2
|
+
declare function close(): void;
|
|
3
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
4
|
+
urls: string[];
|
|
5
|
+
}>, {
|
|
6
|
+
urls: () => never[];
|
|
7
|
+
}>, {
|
|
8
|
+
open: typeof open;
|
|
9
|
+
close: typeof close;
|
|
10
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
11
|
+
urls: string[];
|
|
12
|
+
}>, {
|
|
13
|
+
urls: () => never[];
|
|
14
|
+
}>>>, {
|
|
15
|
+
urls: string[];
|
|
16
|
+
}, {}>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithDefaults<P, D> = {
|
|
19
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
20
|
+
default: D[K];
|
|
21
|
+
}> : P[K];
|
|
22
|
+
};
|
|
23
|
+
type __VLS_Prettify<T> = {
|
|
24
|
+
[K in keyof T]: T[K];
|
|
25
|
+
} & {};
|
|
26
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
|
+
type __VLS_TypePropsToOption<T> = {
|
|
28
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
29
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
+
} : {
|
|
31
|
+
type: import('vue').PropType<T[K]>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare function open(): void;
|
|
2
|
+
declare function close(): void;
|
|
3
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
4
|
+
urls: string[];
|
|
5
|
+
}>, {
|
|
6
|
+
urls: () => never[];
|
|
7
|
+
}>, {
|
|
8
|
+
open: typeof open;
|
|
9
|
+
close: typeof close;
|
|
10
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
11
|
+
urls: string[];
|
|
12
|
+
}>, {
|
|
13
|
+
urls: () => never[];
|
|
14
|
+
}>>>, {
|
|
15
|
+
urls: string[];
|
|
16
|
+
}, {}>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithDefaults<P, D> = {
|
|
19
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
20
|
+
default: D[K];
|
|
21
|
+
}> : P[K];
|
|
22
|
+
};
|
|
23
|
+
type __VLS_Prettify<T> = {
|
|
24
|
+
[K in keyof T]: T[K];
|
|
25
|
+
} & {};
|
|
26
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
|
+
type __VLS_TypePropsToOption<T> = {
|
|
28
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
29
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
+
} : {
|
|
31
|
+
type: import('vue').PropType<T[K]>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -64,24 +64,24 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
64
64
|
borderRadius: string;
|
|
65
65
|
duration: number;
|
|
66
66
|
}>>> & {
|
|
67
|
-
onFocus?: (() => any) | undefined;
|
|
68
|
-
onBlur?: (() => any) | undefined;
|
|
69
67
|
onInput?: ((text: string) => any) | undefined;
|
|
68
|
+
onBlur?: (() => any) | undefined;
|
|
69
|
+
onFocus?: (() => any) | undefined;
|
|
70
70
|
onCeFocus?: (() => any) | undefined;
|
|
71
71
|
onCeBlur?: (() => any) | undefined;
|
|
72
72
|
onCeInput?: ((text: string) => any) | undefined;
|
|
73
73
|
}, {
|
|
74
|
+
bgColor: string;
|
|
74
75
|
type: string;
|
|
75
76
|
height: string;
|
|
76
77
|
borderRadius: string;
|
|
77
|
-
bgColor: string;
|
|
78
78
|
fontColor: string;
|
|
79
|
-
required: boolean;
|
|
80
|
-
duration: number;
|
|
81
79
|
placeholderJump: boolean;
|
|
80
|
+
required: boolean;
|
|
82
81
|
focusColor: string;
|
|
83
82
|
errorColor: string;
|
|
84
83
|
placeholderColor: string;
|
|
84
|
+
duration: number;
|
|
85
85
|
}, {}>;
|
|
86
86
|
export default _default;
|
|
87
87
|
type __VLS_WithDefaults<P, D> = {
|
|
@@ -64,24 +64,24 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
64
64
|
borderRadius: string;
|
|
65
65
|
duration: number;
|
|
66
66
|
}>>> & {
|
|
67
|
-
onFocus?: (() => any) | undefined;
|
|
68
|
-
onBlur?: (() => any) | undefined;
|
|
69
67
|
onInput?: ((text: string) => any) | undefined;
|
|
68
|
+
onBlur?: (() => any) | undefined;
|
|
69
|
+
onFocus?: (() => any) | undefined;
|
|
70
70
|
onCeFocus?: (() => any) | undefined;
|
|
71
71
|
onCeBlur?: (() => any) | undefined;
|
|
72
72
|
onCeInput?: ((text: string) => any) | undefined;
|
|
73
73
|
}, {
|
|
74
|
+
bgColor: string;
|
|
74
75
|
type: string;
|
|
75
76
|
height: string;
|
|
76
77
|
borderRadius: string;
|
|
77
|
-
bgColor: string;
|
|
78
78
|
fontColor: string;
|
|
79
|
-
required: boolean;
|
|
80
|
-
duration: number;
|
|
81
79
|
placeholderJump: boolean;
|
|
80
|
+
required: boolean;
|
|
82
81
|
focusColor: string;
|
|
83
82
|
errorColor: string;
|
|
84
83
|
placeholderColor: string;
|
|
84
|
+
duration: number;
|
|
85
85
|
}, {}>;
|
|
86
86
|
export default _default;
|
|
87
87
|
type __VLS_WithDefaults<P, D> = {
|
|
@@ -38,8 +38,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
38
38
|
mapCenterLat: number;
|
|
39
39
|
}, {}>, {
|
|
40
40
|
default?(_: {
|
|
41
|
-
width: string;
|
|
42
|
-
height: string;
|
|
41
|
+
width: string | undefined;
|
|
42
|
+
height: string | undefined;
|
|
43
43
|
}): any;
|
|
44
44
|
}>;
|
|
45
45
|
export default _default;
|
|
@@ -38,8 +38,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
38
38
|
mapCenterLat: number;
|
|
39
39
|
}, {}>, {
|
|
40
40
|
default?(_: {
|
|
41
|
-
width: string;
|
|
42
|
-
height: string;
|
|
41
|
+
width: string | undefined;
|
|
42
|
+
height: string | undefined;
|
|
43
43
|
}): any;
|
|
44
44
|
}>;
|
|
45
45
|
export default _default;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
coverColor?: string | undefined;
|
|
3
|
+
timeGap?: number | undefined;
|
|
4
|
+
coverDirection?: "center" | "slideDown" | "slideRight" | "slideLeft" | "slideUp" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "animationJelly" | "floatUp" | "underlineRight" | "underlineRightInit" | "underlineCenter" | "lineThrough" | "overlineRight" | "overlineCenter" | "pillars1" | "pillars2" | "pillars3" | "bars1" | "bars2" | "bars3" | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
coverColor: string;
|
|
7
|
+
timeGap: number;
|
|
8
|
+
coverDirection: string;
|
|
9
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
mouseOver: () => void;
|
|
11
|
+
mouseOut: () => void;
|
|
12
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
13
|
+
coverColor?: string | undefined;
|
|
14
|
+
timeGap?: number | undefined;
|
|
15
|
+
coverDirection?: "center" | "slideDown" | "slideRight" | "slideLeft" | "slideUp" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "animationJelly" | "floatUp" | "underlineRight" | "underlineRightInit" | "underlineCenter" | "lineThrough" | "overlineRight" | "overlineCenter" | "pillars1" | "pillars2" | "pillars3" | "bars1" | "bars2" | "bars3" | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
coverColor: string;
|
|
18
|
+
timeGap: number;
|
|
19
|
+
coverDirection: string;
|
|
20
|
+
}>>> & {
|
|
21
|
+
onMouseOver?: (() => any) | undefined;
|
|
22
|
+
onMouseOut?: (() => any) | undefined;
|
|
23
|
+
}, {
|
|
24
|
+
coverColor: string;
|
|
25
|
+
timeGap: number;
|
|
26
|
+
coverDirection: "center" | "slideDown" | "slideRight" | "slideLeft" | "slideUp" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "animationJelly" | "floatUp" | "underlineRight" | "underlineRightInit" | "underlineCenter" | "lineThrough" | "overlineRight" | "overlineCenter" | "pillars1" | "pillars2" | "pillars3" | "bars1" | "bars2" | "bars3";
|
|
27
|
+
}, {}>, {
|
|
28
|
+
default?(_: {}): any;
|
|
29
|
+
}>;
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_WithDefaults<P, D> = {
|
|
32
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
33
|
+
default: D[K];
|
|
34
|
+
}> : P[K];
|
|
35
|
+
};
|
|
36
|
+
type __VLS_Prettify<T> = {
|
|
37
|
+
[K in keyof T]: T[K];
|
|
38
|
+
} & {};
|
|
39
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
40
|
+
new (): {
|
|
41
|
+
$slots: S;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
45
|
+
type __VLS_TypePropsToOption<T> = {
|
|
46
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
47
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
48
|
+
} : {
|
|
49
|
+
type: import('vue').PropType<T[K]>;
|
|
50
|
+
required: true;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
coverColor?: string | undefined;
|
|
3
|
+
timeGap?: number | undefined;
|
|
4
|
+
coverDirection?: "center" | "slideDown" | "slideRight" | "slideLeft" | "slideUp" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "animationJelly" | "floatUp" | "underlineRight" | "underlineRightInit" | "underlineCenter" | "lineThrough" | "overlineRight" | "overlineCenter" | "pillars1" | "pillars2" | "pillars3" | "bars1" | "bars2" | "bars3" | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
coverColor: string;
|
|
7
|
+
timeGap: number;
|
|
8
|
+
coverDirection: string;
|
|
9
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
mouseOver: () => void;
|
|
11
|
+
mouseOut: () => void;
|
|
12
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
13
|
+
coverColor?: string | undefined;
|
|
14
|
+
timeGap?: number | undefined;
|
|
15
|
+
coverDirection?: "center" | "slideDown" | "slideRight" | "slideLeft" | "slideUp" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "animationJelly" | "floatUp" | "underlineRight" | "underlineRightInit" | "underlineCenter" | "lineThrough" | "overlineRight" | "overlineCenter" | "pillars1" | "pillars2" | "pillars3" | "bars1" | "bars2" | "bars3" | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
coverColor: string;
|
|
18
|
+
timeGap: number;
|
|
19
|
+
coverDirection: string;
|
|
20
|
+
}>>> & {
|
|
21
|
+
onMouseOver?: (() => any) | undefined;
|
|
22
|
+
onMouseOut?: (() => any) | undefined;
|
|
23
|
+
}, {
|
|
24
|
+
coverColor: string;
|
|
25
|
+
timeGap: number;
|
|
26
|
+
coverDirection: "center" | "slideDown" | "slideRight" | "slideLeft" | "slideUp" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "animationJelly" | "floatUp" | "underlineRight" | "underlineRightInit" | "underlineCenter" | "lineThrough" | "overlineRight" | "overlineCenter" | "pillars1" | "pillars2" | "pillars3" | "bars1" | "bars2" | "bars3";
|
|
27
|
+
}, {}>, {
|
|
28
|
+
default?(_: {}): any;
|
|
29
|
+
}>;
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_WithDefaults<P, D> = {
|
|
32
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
33
|
+
default: D[K];
|
|
34
|
+
}> : P[K];
|
|
35
|
+
};
|
|
36
|
+
type __VLS_Prettify<T> = {
|
|
37
|
+
[K in keyof T]: T[K];
|
|
38
|
+
} & {};
|
|
39
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
40
|
+
new (): {
|
|
41
|
+
$slots: S;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
45
|
+
type __VLS_TypePropsToOption<T> = {
|
|
46
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
47
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
48
|
+
} : {
|
|
49
|
+
type: import('vue').PropType<T[K]>;
|
|
50
|
+
required: true;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
bgColor?: string | undefined;
|
|
3
|
+
progressColor?: string | undefined;
|
|
4
|
+
borderColor?: string | undefined;
|
|
5
|
+
borderRadius?: string | undefined;
|
|
6
|
+
duringTimeGap?: number | undefined;
|
|
7
|
+
showText?: boolean | undefined;
|
|
8
|
+
}>, {
|
|
9
|
+
bgColor: string;
|
|
10
|
+
progressColor: string;
|
|
11
|
+
borderColor: string;
|
|
12
|
+
borderRadius: string;
|
|
13
|
+
duringTimeGap: number;
|
|
14
|
+
showText: boolean;
|
|
15
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
|
+
progress: (percent: number) => void;
|
|
17
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
18
|
+
bgColor?: string | undefined;
|
|
19
|
+
progressColor?: string | undefined;
|
|
20
|
+
borderColor?: string | undefined;
|
|
21
|
+
borderRadius?: string | undefined;
|
|
22
|
+
duringTimeGap?: number | undefined;
|
|
23
|
+
showText?: boolean | undefined;
|
|
24
|
+
}>, {
|
|
25
|
+
bgColor: string;
|
|
26
|
+
progressColor: string;
|
|
27
|
+
borderColor: string;
|
|
28
|
+
borderRadius: string;
|
|
29
|
+
duringTimeGap: number;
|
|
30
|
+
showText: boolean;
|
|
31
|
+
}>>> & {
|
|
32
|
+
onProgress?: ((percent: number) => any) | undefined;
|
|
33
|
+
}, {
|
|
34
|
+
bgColor: string;
|
|
35
|
+
borderRadius: string;
|
|
36
|
+
borderColor: string;
|
|
37
|
+
progressColor: string;
|
|
38
|
+
duringTimeGap: number;
|
|
39
|
+
showText: boolean;
|
|
40
|
+
}, {}>;
|
|
41
|
+
export default _default;
|
|
42
|
+
type __VLS_WithDefaults<P, D> = {
|
|
43
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
44
|
+
default: D[K];
|
|
45
|
+
}> : P[K];
|
|
46
|
+
};
|
|
47
|
+
type __VLS_Prettify<T> = {
|
|
48
|
+
[K in keyof T]: T[K];
|
|
49
|
+
} & {};
|
|
50
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
51
|
+
type __VLS_TypePropsToOption<T> = {
|
|
52
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
53
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
54
|
+
} : {
|
|
55
|
+
type: import('vue').PropType<T[K]>;
|
|
56
|
+
required: true;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
bgColor?: string | undefined;
|
|
3
|
+
progressColor?: string | undefined;
|
|
4
|
+
borderColor?: string | undefined;
|
|
5
|
+
borderRadius?: string | undefined;
|
|
6
|
+
duringTimeGap?: number | undefined;
|
|
7
|
+
showText?: boolean | undefined;
|
|
8
|
+
}>, {
|
|
9
|
+
bgColor: string;
|
|
10
|
+
progressColor: string;
|
|
11
|
+
borderColor: string;
|
|
12
|
+
borderRadius: string;
|
|
13
|
+
duringTimeGap: number;
|
|
14
|
+
showText: boolean;
|
|
15
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
|
+
progress: (percent: number) => void;
|
|
17
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
18
|
+
bgColor?: string | undefined;
|
|
19
|
+
progressColor?: string | undefined;
|
|
20
|
+
borderColor?: string | undefined;
|
|
21
|
+
borderRadius?: string | undefined;
|
|
22
|
+
duringTimeGap?: number | undefined;
|
|
23
|
+
showText?: boolean | undefined;
|
|
24
|
+
}>, {
|
|
25
|
+
bgColor: string;
|
|
26
|
+
progressColor: string;
|
|
27
|
+
borderColor: string;
|
|
28
|
+
borderRadius: string;
|
|
29
|
+
duringTimeGap: number;
|
|
30
|
+
showText: boolean;
|
|
31
|
+
}>>> & {
|
|
32
|
+
onProgress?: ((percent: number) => any) | undefined;
|
|
33
|
+
}, {
|
|
34
|
+
bgColor: string;
|
|
35
|
+
borderRadius: string;
|
|
36
|
+
borderColor: string;
|
|
37
|
+
progressColor: string;
|
|
38
|
+
duringTimeGap: number;
|
|
39
|
+
showText: boolean;
|
|
40
|
+
}, {}>;
|
|
41
|
+
export default _default;
|
|
42
|
+
type __VLS_WithDefaults<P, D> = {
|
|
43
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
44
|
+
default: D[K];
|
|
45
|
+
}> : P[K];
|
|
46
|
+
};
|
|
47
|
+
type __VLS_Prettify<T> = {
|
|
48
|
+
[K in keyof T]: T[K];
|
|
49
|
+
} & {};
|
|
50
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
51
|
+
type __VLS_TypePropsToOption<T> = {
|
|
52
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
53
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
54
|
+
} : {
|
|
55
|
+
type: import('vue').PropType<T[K]>;
|
|
56
|
+
required: true;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
@@ -18,8 +18,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
18
18
|
initPlates: () => never[];
|
|
19
19
|
completePlateLength: number;
|
|
20
20
|
}>>> & {
|
|
21
|
-
onOpen?: (() => any) | undefined;
|
|
22
21
|
onClose?: (() => any) | undefined;
|
|
22
|
+
onOpen?: (() => any) | undefined;
|
|
23
23
|
onPlates?: ((plates: string[]) => any) | undefined;
|
|
24
24
|
}, {
|
|
25
25
|
initPlates: string[];
|
|
@@ -18,8 +18,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
18
18
|
initPlates: () => never[];
|
|
19
19
|
completePlateLength: number;
|
|
20
20
|
}>>> & {
|
|
21
|
-
onOpen?: (() => any) | undefined;
|
|
22
21
|
onClose?: (() => any) | undefined;
|
|
22
|
+
onOpen?: (() => any) | undefined;
|
|
23
23
|
onPlates?: ((plates: string[]) => any) | undefined;
|
|
24
24
|
}, {
|
|
25
25
|
initPlates: string[];
|
|
@@ -10,8 +10,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
10
10
|
}>, {
|
|
11
11
|
maxWidth: string;
|
|
12
12
|
}>>> & {
|
|
13
|
-
onClear?: (() => any) | undefined;
|
|
14
13
|
onComplete?: ((type: string, plate: string) => any) | undefined;
|
|
14
|
+
onClear?: (() => any) | undefined;
|
|
15
15
|
}, {
|
|
16
16
|
maxWidth: string;
|
|
17
17
|
}, {}>;
|
|
@@ -10,8 +10,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
10
10
|
}>, {
|
|
11
11
|
maxWidth: string;
|
|
12
12
|
}>>> & {
|
|
13
|
-
onClear?: (() => any) | undefined;
|
|
14
13
|
onComplete?: ((type: string, plate: string) => any) | undefined;
|
|
14
|
+
onClear?: (() => any) | undefined;
|
|
15
15
|
}, {
|
|
16
16
|
maxWidth: string;
|
|
17
17
|
}, {}>;
|
|
@@ -2,10 +2,11 @@ declare function open(): void;
|
|
|
2
2
|
declare function close(): void;
|
|
3
3
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
4
4
|
closeWhenClickOverlay?: boolean | undefined;
|
|
5
|
-
directionFrom?: "
|
|
5
|
+
directionFrom?: "absolute" | "bottom" | "top" | "left" | "right" | "center" | undefined;
|
|
6
6
|
openDurTime?: number | undefined;
|
|
7
7
|
closeDurTime?: number | undefined;
|
|
8
8
|
isGlobal?: boolean | undefined;
|
|
9
|
+
overlayBgColor?: string | undefined;
|
|
9
10
|
}>, {
|
|
10
11
|
closeWhenClickOverlay: boolean;
|
|
11
12
|
directionFrom: string;
|
|
@@ -20,10 +21,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
20
21
|
close: () => void;
|
|
21
22
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
22
23
|
closeWhenClickOverlay?: boolean | undefined;
|
|
23
|
-
directionFrom?: "
|
|
24
|
+
directionFrom?: "absolute" | "bottom" | "top" | "left" | "right" | "center" | undefined;
|
|
24
25
|
openDurTime?: number | undefined;
|
|
25
26
|
closeDurTime?: number | undefined;
|
|
26
27
|
isGlobal?: boolean | undefined;
|
|
28
|
+
overlayBgColor?: string | undefined;
|
|
27
29
|
}>, {
|
|
28
30
|
closeWhenClickOverlay: boolean;
|
|
29
31
|
directionFrom: string;
|
|
@@ -31,12 +33,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
31
33
|
closeDurTime: number;
|
|
32
34
|
isGlobal: boolean;
|
|
33
35
|
}>>> & {
|
|
34
|
-
onOpen?: (() => any) | undefined;
|
|
35
36
|
onClose?: (() => any) | undefined;
|
|
37
|
+
onOpen?: (() => any) | undefined;
|
|
36
38
|
}, {
|
|
37
39
|
isGlobal: boolean;
|
|
38
40
|
closeWhenClickOverlay: boolean;
|
|
39
|
-
directionFrom: "
|
|
41
|
+
directionFrom: "absolute" | "bottom" | "top" | "left" | "right" | "center";
|
|
40
42
|
openDurTime: number;
|
|
41
43
|
closeDurTime: number;
|
|
42
44
|
}, {}>, {
|
|
@@ -2,10 +2,11 @@ declare function open(): void;
|
|
|
2
2
|
declare function close(): void;
|
|
3
3
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
4
4
|
closeWhenClickOverlay?: boolean | undefined;
|
|
5
|
-
directionFrom?: "
|
|
5
|
+
directionFrom?: "absolute" | "bottom" | "top" | "left" | "right" | "center" | undefined;
|
|
6
6
|
openDurTime?: number | undefined;
|
|
7
7
|
closeDurTime?: number | undefined;
|
|
8
8
|
isGlobal?: boolean | undefined;
|
|
9
|
+
overlayBgColor?: string | undefined;
|
|
9
10
|
}>, {
|
|
10
11
|
closeWhenClickOverlay: boolean;
|
|
11
12
|
directionFrom: string;
|
|
@@ -20,10 +21,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
20
21
|
close: () => void;
|
|
21
22
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
22
23
|
closeWhenClickOverlay?: boolean | undefined;
|
|
23
|
-
directionFrom?: "
|
|
24
|
+
directionFrom?: "absolute" | "bottom" | "top" | "left" | "right" | "center" | undefined;
|
|
24
25
|
openDurTime?: number | undefined;
|
|
25
26
|
closeDurTime?: number | undefined;
|
|
26
27
|
isGlobal?: boolean | undefined;
|
|
28
|
+
overlayBgColor?: string | undefined;
|
|
27
29
|
}>, {
|
|
28
30
|
closeWhenClickOverlay: boolean;
|
|
29
31
|
directionFrom: string;
|
|
@@ -31,18 +33,19 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
31
33
|
closeDurTime: number;
|
|
32
34
|
isGlobal: boolean;
|
|
33
35
|
}>>> & {
|
|
34
|
-
onOpen?: (() => any) | undefined;
|
|
35
36
|
onClose?: (() => any) | undefined;
|
|
37
|
+
onOpen?: (() => any) | undefined;
|
|
36
38
|
}, {
|
|
37
39
|
isGlobal: boolean;
|
|
38
40
|
closeWhenClickOverlay: boolean;
|
|
39
|
-
directionFrom: "
|
|
41
|
+
directionFrom: "absolute" | "bottom" | "top" | "left" | "right" | "center";
|
|
40
42
|
openDurTime: number;
|
|
41
43
|
closeDurTime: number;
|
|
42
44
|
}, {}>, {
|
|
43
45
|
default?(_: {}): any;
|
|
44
46
|
}>;
|
|
45
47
|
export default _default;
|
|
48
|
+
|
|
46
49
|
type __VLS_WithDefaults<P, D> = {
|
|
47
50
|
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
48
51
|
default: D[K];
|
|
@@ -1,19 +1,25 @@
|
|
|
1
|
+
declare function start(): void;
|
|
1
2
|
declare function goto(toValue: number): void;
|
|
2
3
|
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
4
|
width?: string | undefined;
|
|
4
5
|
height?: string | undefined;
|
|
5
6
|
bgColor?: string | undefined;
|
|
7
|
+
progressColor?: string | undefined;
|
|
6
8
|
borderColor?: string | undefined;
|
|
9
|
+
borderRadius?: string | undefined;
|
|
7
10
|
duringTimeGap?: number | undefined;
|
|
8
11
|
showText?: boolean | undefined;
|
|
9
12
|
}>, {
|
|
10
13
|
width: string;
|
|
11
14
|
height: string;
|
|
12
15
|
bgColor: string;
|
|
16
|
+
progressColor: string;
|
|
13
17
|
borderColor: string;
|
|
18
|
+
borderRadius: string;
|
|
14
19
|
duringTimeGap: number;
|
|
15
20
|
showText: boolean;
|
|
16
21
|
}>, {
|
|
22
|
+
start: typeof start;
|
|
17
23
|
goto: typeof goto;
|
|
18
24
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
25
|
complete: (currentPercent: number) => void;
|
|
@@ -21,23 +27,29 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
21
27
|
width?: string | undefined;
|
|
22
28
|
height?: string | undefined;
|
|
23
29
|
bgColor?: string | undefined;
|
|
30
|
+
progressColor?: string | undefined;
|
|
24
31
|
borderColor?: string | undefined;
|
|
32
|
+
borderRadius?: string | undefined;
|
|
25
33
|
duringTimeGap?: number | undefined;
|
|
26
34
|
showText?: boolean | undefined;
|
|
27
35
|
}>, {
|
|
28
36
|
width: string;
|
|
29
37
|
height: string;
|
|
30
38
|
bgColor: string;
|
|
39
|
+
progressColor: string;
|
|
31
40
|
borderColor: string;
|
|
41
|
+
borderRadius: string;
|
|
32
42
|
duringTimeGap: number;
|
|
33
43
|
showText: boolean;
|
|
34
44
|
}>>> & {
|
|
35
45
|
onComplete?: ((currentPercent: number) => any) | undefined;
|
|
36
46
|
}, {
|
|
47
|
+
bgColor: string;
|
|
37
48
|
width: string;
|
|
38
49
|
height: string;
|
|
50
|
+
borderRadius: string;
|
|
39
51
|
borderColor: string;
|
|
40
|
-
|
|
52
|
+
progressColor: string;
|
|
41
53
|
duringTimeGap: number;
|
|
42
54
|
showText: boolean;
|
|
43
55
|
}, {}>;
|