@zyzgroup/core-vue 0.0.18 → 0.0.20

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.
Files changed (39) hide show
  1. package/ce/style.css +1 -1
  2. package/ce/yz_custom_element.iife.js +130 -87
  3. package/ce/yz_custom_element.iife.js.map +1 -1
  4. package/ce/yz_custom_element.js +14495 -12046
  5. package/ce/yz_custom_element.js.map +1 -1
  6. package/ce/yz_custom_element.umd.cjs +130 -87
  7. package/ce/yz_custom_element.umd.cjs.map +1 -1
  8. package/dist/style.css +1 -1
  9. package/dist/zyzgroup_core_vue.iife.js +67 -41
  10. package/dist/zyzgroup_core_vue.iife.js.map +1 -1
  11. package/dist/zyzgroup_core_vue.js +15349 -13236
  12. package/dist/zyzgroup_core_vue.js.map +1 -1
  13. package/dist/zyzgroup_core_vue.umd.cjs +67 -41
  14. package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
  15. package/package.json +1 -1
  16. package/types/components/Button.ce.vue.d.ts +2 -0
  17. package/types/components/Button.vue.d.ts +2 -0
  18. package/types/components/Canvas.ce.vue.d.ts +2 -2
  19. package/types/components/Canvas.vue.d.ts +2 -2
  20. package/types/components/CardFlip.ce.vue.d.ts +51 -0
  21. package/types/components/CardFlip.vue.d.ts +51 -0
  22. package/types/components/Cube.ce.vue.d.ts +56 -0
  23. package/types/components/Cube.vue.d.ts +56 -0
  24. package/types/components/Demo.ce.vue.d.ts +2 -0
  25. package/types/components/Demo.vue.d.ts +2 -0
  26. package/types/components/InputRange.ce.vue.d.ts +83 -0
  27. package/types/components/InputRange.vue.d.ts +83 -0
  28. package/types/components/InputRangeSvg.ce.vue.d.ts +78 -0
  29. package/types/components/InputRangeSvg.vue.d.ts +78 -0
  30. package/types/components/MouseOver.ce.vue.d.ts +3 -3
  31. package/types/components/MouseOver.vue.d.ts +3 -3
  32. package/types/components/SVG.ce.vue.d.ts +2 -2
  33. package/types/components/SVG.vue.d.ts +2 -2
  34. package/types/components/chat/RingIndicator.ce.vue.d.ts +53 -0
  35. package/types/components/chat/RingIndicator.vue.d.ts +53 -0
  36. package/types/components/loading/Loading11.ce.vue.d.ts +34 -0
  37. package/types/components/loading/Loading11.vue.d.ts +34 -0
  38. package/types/lib.d.ts +7 -1
  39. package/types/main.d.ts +2 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zyzgroup/core-vue",
3
3
  "private": false,
4
- "version": "0.0.18",
4
+ "version": "0.0.20",
5
5
  "sideEffects": false,
6
6
  "type": "module",
7
7
  "main": "dist/zyzgroup_core_vue.umd.cjs",
@@ -11,6 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
11
11
  borderColor?: string | undefined;
12
12
  bgColor?: string | undefined;
13
13
  fontColor?: string | undefined;
14
+ asyncClick?: (() => Promise<void>) | undefined;
14
15
  }>, {
15
16
  iconPosition: string;
16
17
  isDisabled: boolean;
@@ -37,6 +38,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
37
38
  borderColor?: string | undefined;
38
39
  bgColor?: string | undefined;
39
40
  fontColor?: string | undefined;
41
+ asyncClick?: (() => Promise<void>) | undefined;
40
42
  }>, {
41
43
  iconPosition: string;
42
44
  isDisabled: boolean;
@@ -11,6 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
11
11
  borderColor?: string | undefined;
12
12
  bgColor?: string | undefined;
13
13
  fontColor?: string | undefined;
14
+ asyncClick?: (() => Promise<void>) | undefined;
14
15
  }>, {
15
16
  iconPosition: string;
16
17
  isDisabled: boolean;
@@ -37,6 +38,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
37
38
  borderColor?: string | undefined;
38
39
  bgColor?: string | undefined;
39
40
  fontColor?: string | undefined;
41
+ asyncClick?: (() => Promise<void>) | undefined;
40
42
  }>, {
41
43
  iconPosition: string;
42
44
  isDisabled: boolean;
@@ -1,5 +1,5 @@
1
- import { Canvas } from "@zyzgroup/core-web";
2
- declare function getCanvas(): Promise<Canvas>;
1
+ import { YZCanvas } from "@zyzgroup/core-web";
2
+ declare function getCanvas(): Promise<YZCanvas>;
3
3
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
4
4
  bgColor?: string | undefined;
5
5
  }>, {
@@ -1,5 +1,5 @@
1
- import { Canvas } from "@zyzgroup/core-web";
2
- declare function getCanvas(): Promise<Canvas>;
1
+ import { YZCanvas } from "@zyzgroup/core-web";
2
+ declare function getCanvas(): Promise<YZCanvas>;
3
3
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
4
4
  bgColor?: string | undefined;
5
5
  }>, {
@@ -0,0 +1,51 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ type?: "" | "slide" | undefined;
3
+ dur?: number | undefined;
4
+ perspective?: string | undefined;
5
+ }>, {
6
+ type: string;
7
+ dur: number;
8
+ perspective: string;
9
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ click: (isFlipped: boolean) => void;
11
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
12
+ type?: "" | "slide" | undefined;
13
+ dur?: number | undefined;
14
+ perspective?: string | undefined;
15
+ }>, {
16
+ type: string;
17
+ dur: number;
18
+ perspective: string;
19
+ }>>> & {
20
+ onClick?: ((isFlipped: boolean) => any) | undefined;
21
+ }, {
22
+ type: "" | "slide";
23
+ perspective: string;
24
+ dur: number;
25
+ }, {}>, {
26
+ front?(_: {}): any;
27
+ back?(_: {}): any;
28
+ }>;
29
+ export default _default;
30
+ type __VLS_WithDefaults<P, D> = {
31
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
32
+ default: D[K];
33
+ }> : P[K];
34
+ };
35
+ type __VLS_Prettify<T> = {
36
+ [K in keyof T]: T[K];
37
+ } & {};
38
+ type __VLS_WithTemplateSlots<T, S> = T & {
39
+ new (): {
40
+ $slots: S;
41
+ };
42
+ };
43
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
44
+ type __VLS_TypePropsToOption<T> = {
45
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
46
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
47
+ } : {
48
+ type: import('vue').PropType<T[K]>;
49
+ required: true;
50
+ };
51
+ };
@@ -0,0 +1,51 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ type?: "" | "slide" | undefined;
3
+ dur?: number | undefined;
4
+ perspective?: string | undefined;
5
+ }>, {
6
+ type: string;
7
+ dur: number;
8
+ perspective: string;
9
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ click: (isFlipped: boolean) => void;
11
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
12
+ type?: "" | "slide" | undefined;
13
+ dur?: number | undefined;
14
+ perspective?: string | undefined;
15
+ }>, {
16
+ type: string;
17
+ dur: number;
18
+ perspective: string;
19
+ }>>> & {
20
+ onClick?: ((isFlipped: boolean) => any) | undefined;
21
+ }, {
22
+ type: "" | "slide";
23
+ perspective: string;
24
+ dur: number;
25
+ }, {}>, {
26
+ front?(_: {}): any;
27
+ back?(_: {}): any;
28
+ }>;
29
+ export default _default;
30
+ type __VLS_WithDefaults<P, D> = {
31
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
32
+ default: D[K];
33
+ }> : P[K];
34
+ };
35
+ type __VLS_Prettify<T> = {
36
+ [K in keyof T]: T[K];
37
+ } & {};
38
+ type __VLS_WithTemplateSlots<T, S> = T & {
39
+ new (): {
40
+ $slots: S;
41
+ };
42
+ };
43
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
44
+ type __VLS_TypePropsToOption<T> = {
45
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
46
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
47
+ } : {
48
+ type: import('vue').PropType<T[K]>;
49
+ required: true;
50
+ };
51
+ };
@@ -0,0 +1,56 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ width?: number | undefined;
3
+ height?: number | undefined;
4
+ dur?: number | undefined;
5
+ perspective?: number | undefined;
6
+ }>, {
7
+ width: number;
8
+ height: number;
9
+ dur: number;
10
+ perspective: number;
11
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
12
+ width?: number | undefined;
13
+ height?: number | undefined;
14
+ dur?: number | undefined;
15
+ perspective?: number | undefined;
16
+ }>, {
17
+ width: number;
18
+ height: number;
19
+ dur: number;
20
+ perspective: number;
21
+ }>>>, {
22
+ width: number;
23
+ height: number;
24
+ perspective: number;
25
+ dur: number;
26
+ }, {}>, {
27
+ front?(_: {}): any;
28
+ back?(_: {}): any;
29
+ right?(_: {}): any;
30
+ left?(_: {}): any;
31
+ top?(_: {}): any;
32
+ bottom?(_: {}): any;
33
+ }>;
34
+ export default _default;
35
+ type __VLS_WithDefaults<P, D> = {
36
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
37
+ default: D[K];
38
+ }> : P[K];
39
+ };
40
+ type __VLS_Prettify<T> = {
41
+ [K in keyof T]: T[K];
42
+ } & {};
43
+ type __VLS_WithTemplateSlots<T, S> = T & {
44
+ new (): {
45
+ $slots: S;
46
+ };
47
+ };
48
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
49
+ type __VLS_TypePropsToOption<T> = {
50
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
51
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
52
+ } : {
53
+ type: import('vue').PropType<T[K]>;
54
+ required: true;
55
+ };
56
+ };
@@ -0,0 +1,56 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ width?: number | undefined;
3
+ height?: number | undefined;
4
+ dur?: number | undefined;
5
+ perspective?: number | undefined;
6
+ }>, {
7
+ width: number;
8
+ height: number;
9
+ dur: number;
10
+ perspective: number;
11
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
12
+ width?: number | undefined;
13
+ height?: number | undefined;
14
+ dur?: number | undefined;
15
+ perspective?: number | undefined;
16
+ }>, {
17
+ width: number;
18
+ height: number;
19
+ dur: number;
20
+ perspective: number;
21
+ }>>>, {
22
+ width: number;
23
+ height: number;
24
+ perspective: number;
25
+ dur: number;
26
+ }, {}>, {
27
+ front?(_: {}): any;
28
+ back?(_: {}): any;
29
+ right?(_: {}): any;
30
+ left?(_: {}): any;
31
+ top?(_: {}): any;
32
+ bottom?(_: {}): any;
33
+ }>;
34
+ export default _default;
35
+ type __VLS_WithDefaults<P, D> = {
36
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
37
+ default: D[K];
38
+ }> : P[K];
39
+ };
40
+ type __VLS_Prettify<T> = {
41
+ [K in keyof T]: T[K];
42
+ } & {};
43
+ type __VLS_WithTemplateSlots<T, S> = T & {
44
+ new (): {
45
+ $slots: S;
46
+ };
47
+ };
48
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
49
+ type __VLS_TypePropsToOption<T> = {
50
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
51
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
52
+ } : {
53
+ type: import('vue').PropType<T[K]>;
54
+ required: true;
55
+ };
56
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,83 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ min?: number | undefined;
3
+ max?: number | undefined;
4
+ step?: number | undefined;
5
+ defaultValue?: number | undefined;
6
+ unit?: string | undefined;
7
+ showValue?: boolean | undefined;
8
+ autofocus?: boolean | undefined;
9
+ color?: string | undefined;
10
+ barColor?: string | undefined;
11
+ handleSize?: string | undefined;
12
+ barHeight?: string | undefined;
13
+ }>, {
14
+ min: number;
15
+ max: number;
16
+ step: number;
17
+ defaultValue: number;
18
+ unit: string;
19
+ showValue: boolean;
20
+ autofocus: boolean;
21
+ color: string;
22
+ barColor: string;
23
+ handleSize: string;
24
+ barHeight: string;
25
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
26
+ change: (value: number) => void;
27
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
28
+ min?: number | undefined;
29
+ max?: number | undefined;
30
+ step?: number | undefined;
31
+ defaultValue?: number | undefined;
32
+ unit?: string | undefined;
33
+ showValue?: boolean | undefined;
34
+ autofocus?: boolean | undefined;
35
+ color?: string | undefined;
36
+ barColor?: string | undefined;
37
+ handleSize?: string | undefined;
38
+ barHeight?: string | undefined;
39
+ }>, {
40
+ min: number;
41
+ max: number;
42
+ step: number;
43
+ defaultValue: number;
44
+ unit: string;
45
+ showValue: boolean;
46
+ autofocus: boolean;
47
+ color: string;
48
+ barColor: string;
49
+ handleSize: string;
50
+ barHeight: string;
51
+ }>>> & {
52
+ onChange?: ((value: number) => any) | undefined;
53
+ }, {
54
+ color: string;
55
+ step: number;
56
+ min: number;
57
+ max: number;
58
+ defaultValue: number;
59
+ unit: string;
60
+ showValue: boolean;
61
+ autofocus: boolean;
62
+ barColor: string;
63
+ handleSize: string;
64
+ barHeight: string;
65
+ }, {}>;
66
+ export default _default;
67
+ type __VLS_WithDefaults<P, D> = {
68
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
69
+ default: D[K];
70
+ }> : P[K];
71
+ };
72
+ type __VLS_Prettify<T> = {
73
+ [K in keyof T]: T[K];
74
+ } & {};
75
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
76
+ type __VLS_TypePropsToOption<T> = {
77
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
78
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
79
+ } : {
80
+ type: import('vue').PropType<T[K]>;
81
+ required: true;
82
+ };
83
+ };
@@ -0,0 +1,83 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ min?: number | undefined;
3
+ max?: number | undefined;
4
+ step?: number | undefined;
5
+ defaultValue?: number | undefined;
6
+ unit?: string | undefined;
7
+ showValue?: boolean | undefined;
8
+ autofocus?: boolean | undefined;
9
+ color?: string | undefined;
10
+ barColor?: string | undefined;
11
+ handleSize?: string | undefined;
12
+ barHeight?: string | undefined;
13
+ }>, {
14
+ min: number;
15
+ max: number;
16
+ step: number;
17
+ defaultValue: number;
18
+ unit: string;
19
+ showValue: boolean;
20
+ autofocus: boolean;
21
+ color: string;
22
+ barColor: string;
23
+ handleSize: string;
24
+ barHeight: string;
25
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
26
+ change: (value: number) => void;
27
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
28
+ min?: number | undefined;
29
+ max?: number | undefined;
30
+ step?: number | undefined;
31
+ defaultValue?: number | undefined;
32
+ unit?: string | undefined;
33
+ showValue?: boolean | undefined;
34
+ autofocus?: boolean | undefined;
35
+ color?: string | undefined;
36
+ barColor?: string | undefined;
37
+ handleSize?: string | undefined;
38
+ barHeight?: string | undefined;
39
+ }>, {
40
+ min: number;
41
+ max: number;
42
+ step: number;
43
+ defaultValue: number;
44
+ unit: string;
45
+ showValue: boolean;
46
+ autofocus: boolean;
47
+ color: string;
48
+ barColor: string;
49
+ handleSize: string;
50
+ barHeight: string;
51
+ }>>> & {
52
+ onChange?: ((value: number) => any) | undefined;
53
+ }, {
54
+ color: string;
55
+ step: number;
56
+ min: number;
57
+ max: number;
58
+ defaultValue: number;
59
+ unit: string;
60
+ showValue: boolean;
61
+ autofocus: boolean;
62
+ barColor: string;
63
+ handleSize: string;
64
+ barHeight: string;
65
+ }, {}>;
66
+ export default _default;
67
+ type __VLS_WithDefaults<P, D> = {
68
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
69
+ default: D[K];
70
+ }> : P[K];
71
+ };
72
+ type __VLS_Prettify<T> = {
73
+ [K in keyof T]: T[K];
74
+ } & {};
75
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
76
+ type __VLS_TypePropsToOption<T> = {
77
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
78
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
79
+ } : {
80
+ type: import('vue').PropType<T[K]>;
81
+ required: true;
82
+ };
83
+ };
@@ -0,0 +1,78 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ min?: number | undefined;
3
+ max?: number | undefined;
4
+ step?: number | undefined;
5
+ defaultValue?: number | undefined;
6
+ unit?: string | undefined;
7
+ showValue?: boolean | undefined;
8
+ color?: string | undefined;
9
+ barColor?: string | undefined;
10
+ handleSize?: string | undefined;
11
+ barHeight?: string | undefined;
12
+ }>, {
13
+ min: number;
14
+ max: number;
15
+ step: number;
16
+ defaultValue: number;
17
+ unit: string;
18
+ showValue: boolean;
19
+ color: string;
20
+ barColor: string;
21
+ handleSize: string;
22
+ barHeight: string;
23
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
+ change: (value: number) => void;
25
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
26
+ min?: number | undefined;
27
+ max?: number | undefined;
28
+ step?: number | undefined;
29
+ defaultValue?: number | undefined;
30
+ unit?: string | undefined;
31
+ showValue?: boolean | undefined;
32
+ color?: string | undefined;
33
+ barColor?: string | undefined;
34
+ handleSize?: string | undefined;
35
+ barHeight?: string | undefined;
36
+ }>, {
37
+ min: number;
38
+ max: number;
39
+ step: number;
40
+ defaultValue: number;
41
+ unit: string;
42
+ showValue: boolean;
43
+ color: string;
44
+ barColor: string;
45
+ handleSize: string;
46
+ barHeight: string;
47
+ }>>> & {
48
+ onChange?: ((value: number) => any) | undefined;
49
+ }, {
50
+ color: string;
51
+ step: number;
52
+ min: number;
53
+ max: number;
54
+ defaultValue: number;
55
+ unit: string;
56
+ showValue: boolean;
57
+ barColor: string;
58
+ handleSize: string;
59
+ barHeight: string;
60
+ }, {}>;
61
+ export default _default;
62
+ type __VLS_WithDefaults<P, D> = {
63
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
64
+ default: D[K];
65
+ }> : P[K];
66
+ };
67
+ type __VLS_Prettify<T> = {
68
+ [K in keyof T]: T[K];
69
+ } & {};
70
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
71
+ type __VLS_TypePropsToOption<T> = {
72
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
73
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
74
+ } : {
75
+ type: import('vue').PropType<T[K]>;
76
+ required: true;
77
+ };
78
+ };
@@ -0,0 +1,78 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ min?: number | undefined;
3
+ max?: number | undefined;
4
+ step?: number | undefined;
5
+ defaultValue?: number | undefined;
6
+ unit?: string | undefined;
7
+ showValue?: boolean | undefined;
8
+ color?: string | undefined;
9
+ barColor?: string | undefined;
10
+ handleSize?: string | undefined;
11
+ barHeight?: string | undefined;
12
+ }>, {
13
+ min: number;
14
+ max: number;
15
+ step: number;
16
+ defaultValue: number;
17
+ unit: string;
18
+ showValue: boolean;
19
+ color: string;
20
+ barColor: string;
21
+ handleSize: string;
22
+ barHeight: string;
23
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
+ change: (value: number) => void;
25
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
26
+ min?: number | undefined;
27
+ max?: number | undefined;
28
+ step?: number | undefined;
29
+ defaultValue?: number | undefined;
30
+ unit?: string | undefined;
31
+ showValue?: boolean | undefined;
32
+ color?: string | undefined;
33
+ barColor?: string | undefined;
34
+ handleSize?: string | undefined;
35
+ barHeight?: string | undefined;
36
+ }>, {
37
+ min: number;
38
+ max: number;
39
+ step: number;
40
+ defaultValue: number;
41
+ unit: string;
42
+ showValue: boolean;
43
+ color: string;
44
+ barColor: string;
45
+ handleSize: string;
46
+ barHeight: string;
47
+ }>>> & {
48
+ onChange?: ((value: number) => any) | undefined;
49
+ }, {
50
+ color: string;
51
+ step: number;
52
+ min: number;
53
+ max: number;
54
+ defaultValue: number;
55
+ unit: string;
56
+ showValue: boolean;
57
+ barColor: string;
58
+ handleSize: string;
59
+ barHeight: string;
60
+ }, {}>;
61
+ export default _default;
62
+ type __VLS_WithDefaults<P, D> = {
63
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
64
+ default: D[K];
65
+ }> : P[K];
66
+ };
67
+ type __VLS_Prettify<T> = {
68
+ [K in keyof T]: T[K];
69
+ } & {};
70
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
71
+ type __VLS_TypePropsToOption<T> = {
72
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
73
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
74
+ } : {
75
+ type: import('vue').PropType<T[K]>;
76
+ required: true;
77
+ };
78
+ };
@@ -1,7 +1,7 @@
1
1
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
2
  coverColor?: string | undefined;
3
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;
4
+ coverDirection?: "circle" | "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
5
  }>, {
6
6
  coverColor: string;
7
7
  timeGap: number;
@@ -12,7 +12,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
12
12
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
13
13
  coverColor?: string | undefined;
14
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;
15
+ coverDirection?: "circle" | "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
16
  }>, {
17
17
  coverColor: string;
18
18
  timeGap: number;
@@ -23,7 +23,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
23
23
  }, {
24
24
  coverColor: string;
25
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";
26
+ coverDirection: "circle" | "center" | "slideDown" | "slideRight" | "slideLeft" | "slideUp" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "animationJelly" | "floatUp" | "underlineRight" | "underlineRightInit" | "underlineCenter" | "lineThrough" | "overlineRight" | "overlineCenter" | "pillars1" | "pillars2" | "pillars3" | "bars1" | "bars2" | "bars3";
27
27
  }, {}>, {
28
28
  default?(_: {}): any;
29
29
  }>;
@@ -1,7 +1,7 @@
1
1
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
2
  coverColor?: string | undefined;
3
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;
4
+ coverDirection?: "circle" | "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
5
  }>, {
6
6
  coverColor: string;
7
7
  timeGap: number;
@@ -12,7 +12,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
12
12
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
13
13
  coverColor?: string | undefined;
14
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;
15
+ coverDirection?: "circle" | "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
16
  }>, {
17
17
  coverColor: string;
18
18
  timeGap: number;
@@ -23,7 +23,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
23
23
  }, {
24
24
  coverColor: string;
25
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";
26
+ coverDirection: "circle" | "center" | "slideDown" | "slideRight" | "slideLeft" | "slideUp" | "bottomLeft" | "bottomRight" | "topLeft" | "topRight" | "animationJelly" | "floatUp" | "underlineRight" | "underlineRightInit" | "underlineCenter" | "lineThrough" | "overlineRight" | "overlineCenter" | "pillars1" | "pillars2" | "pillars3" | "bars1" | "bars2" | "bars3";
27
27
  }, {}>, {
28
28
  default?(_: {}): any;
29
29
  }>;