@zyzgroup/core-vue 0.0.13 → 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.
Files changed (130) hide show
  1. package/ce/style.css +1 -1
  2. package/ce/yz_custom_element.iife.js +143 -53
  3. package/ce/yz_custom_element.iife.js.map +1 -1
  4. package/ce/yz_custom_element.js +15567 -15754
  5. package/ce/yz_custom_element.js.map +1 -1
  6. package/ce/yz_custom_element.umd.cjs +143 -53
  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 +79 -27
  10. package/dist/zyzgroup_core_vue.iife.js.map +1 -1
  11. package/dist/zyzgroup_core_vue.js +16966 -14398
  12. package/dist/zyzgroup_core_vue.js.map +1 -1
  13. package/dist/zyzgroup_core_vue.umd.cjs +79 -27
  14. package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
  15. package/package.json +5 -4
  16. package/types/App.vue.d.ts +0 -1
  17. package/types/components/Accordion.ce.vue.d.ts +80 -0
  18. package/types/components/Accordion.vue.d.ts +80 -0
  19. package/types/components/Canvas.ce.vue.d.ts +42 -0
  20. package/types/components/Canvas.vue.d.ts +42 -0
  21. package/types/components/CanvasFromSVG.ce.vue.d.ts +31 -0
  22. package/types/components/CanvasFromSVG.vue.d.ts +31 -0
  23. package/types/components/CanvasShape.ce.vue.d.ts +2 -0
  24. package/types/components/CanvasShape.vue.d.ts +2 -0
  25. package/types/components/CanvasSport.ce.vue.d.ts +2 -0
  26. package/types/components/CanvasSport.vue.d.ts +2 -0
  27. package/types/components/Dialog.ce.vue.d.ts +24 -33
  28. package/types/components/Dialog.vue.d.ts +24 -33
  29. package/types/components/DialogLoading.ce.vue.d.ts +2 -4
  30. package/types/components/DialogLoading.vue.d.ts +2 -4
  31. package/types/components/DialogToast.ce.vue.d.ts +50 -0
  32. package/types/components/DialogToast.vue.d.ts +50 -0
  33. package/types/components/EaseGroupGraphDisplay.ce.vue.d.ts +2 -2
  34. package/types/components/EaseGroupGraphDisplay.vue.d.ts +2 -2
  35. package/types/components/Icon.vue.d.ts +0 -1
  36. package/types/components/Image.ce.vue.d.ts +45 -0
  37. package/types/components/Image.vue.d.ts +45 -0
  38. package/types/components/ImageView.ce.vue.d.ts +34 -0
  39. package/types/components/ImageView.vue.d.ts +34 -0
  40. package/types/components/Input.ce.vue.d.ts +103 -0
  41. package/types/components/Input.vue.d.ts +103 -0
  42. package/types/components/MapTianditu.ce.vue.d.ts +2 -2
  43. package/types/components/MapTianditu.vue.d.ts +2 -2
  44. package/types/components/MouseOver.ce.vue.d.ts +52 -0
  45. package/types/components/MouseOver.vue.d.ts +52 -0
  46. package/types/components/PageVerticalScrollProgressBar.ce.vue.d.ts +58 -0
  47. package/types/components/PageVerticalScrollProgressBar.vue.d.ts +58 -0
  48. package/types/components/PlateKeyboard.ce.vue.d.ts +1 -1
  49. package/types/components/PlateKeyboard.vue.d.ts +1 -1
  50. package/types/components/PlateMobile.ce.vue.d.ts +1 -1
  51. package/types/components/PlateMobile.vue.d.ts +1 -1
  52. package/types/components/Pop.ce.vue.d.ts +6 -4
  53. package/types/components/Pop.vue.d.ts +7 -4
  54. package/types/components/ProgressBar.ce.vue.d.ts +73 -0
  55. package/types/components/ProgressBar.vue.d.ts +73 -0
  56. package/types/components/Routes.ce.vue.d.ts +60 -0
  57. package/types/components/Routes.vue.d.ts +60 -0
  58. package/types/components/Select.ce.vue.d.ts +6 -6
  59. package/types/components/Select.vue.d.ts +6 -6
  60. package/types/components/SelectAbsolute.ce.vue.d.ts +79 -0
  61. package/types/components/SelectAbsolute.vue.d.ts +79 -0
  62. package/types/components/SlideLeftItem.ce.vue.d.ts +5 -0
  63. package/types/components/SlideLeftItem.vue.d.ts +5 -0
  64. package/types/components/Switch.ce.vue.d.ts +1 -1
  65. package/types/components/Switch.vue.d.ts +1 -1
  66. package/types/components/Tabs.ce.vue.d.ts +15 -0
  67. package/types/components/Tabs.vue.d.ts +15 -0
  68. package/types/components/TabsWithTab.ce.vue.d.ts +33 -0
  69. package/types/components/TabsWithTab.vue.d.ts +33 -0
  70. package/types/components/TweenCSS.ce.vue.d.ts +30 -0
  71. package/types/components/TweenCSS.vue.d.ts +30 -0
  72. package/types/components/Video.ce.vue.d.ts +55 -0
  73. package/types/components/Video.vue.d.ts +55 -0
  74. package/types/components/bg/BGBar.ce.vue.d.ts +49 -0
  75. package/types/components/bg/BGBar.vue.d.ts +49 -0
  76. package/types/components/bg/BGHeart.ce.vue.d.ts +49 -0
  77. package/types/components/bg/BGHeart.vue.d.ts +49 -0
  78. package/types/components/layout/LayoutCenter.ce.vue.d.ts +36 -0
  79. package/types/components/layout/LayoutCenter.vue.d.ts +36 -0
  80. package/types/components/layout/LayoutMobile.ce.vue.d.ts +39 -0
  81. package/types/components/layout/LayoutMobile.vue.d.ts +39 -0
  82. package/types/components/loading/Loading1.ce.vue.d.ts +29 -0
  83. package/types/components/loading/Loading1.vue.d.ts +29 -0
  84. package/types/components/loading/Loading10.ce.vue.d.ts +29 -0
  85. package/types/components/loading/Loading10.vue.d.ts +29 -0
  86. package/types/components/loading/Loading2.ce.vue.d.ts +29 -0
  87. package/types/components/loading/Loading2.vue.d.ts +29 -0
  88. package/types/components/loading/Loading3.ce.vue.d.ts +34 -0
  89. package/types/components/loading/Loading3.vue.d.ts +34 -0
  90. package/types/components/loading/Loading4.ce.vue.d.ts +29 -0
  91. package/types/components/loading/Loading4.vue.d.ts +29 -0
  92. package/types/components/loading/Loading5.ce.vue.d.ts +29 -0
  93. package/types/components/loading/Loading5.vue.d.ts +29 -0
  94. package/types/components/loading/Loading6.ce.vue.d.ts +29 -0
  95. package/types/components/loading/Loading6.vue.d.ts +29 -0
  96. package/types/components/loading/Loading7.ce.vue.d.ts +29 -0
  97. package/types/components/loading/Loading7.vue.d.ts +29 -0
  98. package/types/components/loading/Loading8.ce.vue.d.ts +29 -0
  99. package/types/components/loading/Loading8.vue.d.ts +29 -0
  100. package/types/components/loading/Loading9.ce.vue.d.ts +29 -0
  101. package/types/components/loading/Loading9.vue.d.ts +29 -0
  102. package/types/components/registerGlobalComponents.d.ts +2 -0
  103. package/types/components/svg/SVGCheck.ce.vue.d.ts +1 -1
  104. package/types/components/svg/SVGCheck.vue.d.ts +1 -1
  105. package/types/components/svg/SVGCleanUp.ce.vue.d.ts +1 -1
  106. package/types/components/svg/SVGCleanUp.vue.d.ts +1 -1
  107. package/types/components/svg/SVGDelete.ce.vue.d.ts +1 -1
  108. package/types/components/svg/SVGDelete.vue.d.ts +1 -1
  109. package/types/components/svg/SVGDown.ce.vue.d.ts +36 -0
  110. package/types/components/svg/SVGDown.vue.d.ts +36 -0
  111. package/types/components/svg/SVGFail.ce.vue.d.ts +1 -1
  112. package/types/components/svg/SVGFail.vue.d.ts +1 -1
  113. package/types/components/svg/SVGHome.ce.vue.d.ts +1 -1
  114. package/types/components/svg/SVGHome.vue.d.ts +1 -1
  115. package/types/components/svg/SVGLoading.ce.vue.d.ts +1 -1
  116. package/types/components/svg/SVGLoading.vue.d.ts +1 -1
  117. package/types/components/svg/SVGLock.ce.vue.d.ts +36 -0
  118. package/types/components/svg/SVGLock.vue.d.ts +36 -0
  119. package/types/components/svg/SVGPrompt.ce.vue.d.ts +1 -1
  120. package/types/components/svg/SVGPrompt.vue.d.ts +1 -1
  121. package/types/components/svg/SVGQuestion.ce.vue.d.ts +1 -1
  122. package/types/components/svg/SVGQuestion.vue.d.ts +1 -1
  123. package/types/components/svg/SVGReturn.ce.vue.d.ts +1 -1
  124. package/types/components/svg/SVGReturn.vue.d.ts +1 -1
  125. package/types/components/svg/SVGSuccess.vue.d.ts +1 -1
  126. package/types/components/svg/SVGWaiting.ce.vue.d.ts +1 -1
  127. package/types/components/svg/SVGWaiting.vue.d.ts +1 -1
  128. package/types/globalTeleport.d.ts +90 -0
  129. package/types/lib.d.ts +42 -16
  130. package/types/vnode.d.ts +7 -0
@@ -0,0 +1,79 @@
1
+ declare const _default: <T extends string>(__VLS_props: {
2
+ onChange?: ((index: number, value: T) => any) | undefined;
3
+ options: T[];
4
+ initIndex?: number | undefined;
5
+ fontSize?: string | undefined;
6
+ bgColor?: string | undefined;
7
+ hoverColor?: string | undefined;
8
+ selectedColor?: string | undefined;
9
+ fontColor?: string | undefined;
10
+ duration?: number | undefined;
11
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
12
+ attrs: any;
13
+ slots: {
14
+ button?(_: {
15
+ selectedIndex: number;
16
+ }): any;
17
+ default?(_: {
18
+ item: T;
19
+ index: number;
20
+ }): any;
21
+ };
22
+ emit: (event: "change", index: number, value: T) => void;
23
+ } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
24
+ props: {
25
+ onChange?: ((index: number, value: T) => any) | undefined;
26
+ options: T[];
27
+ initIndex?: number | undefined;
28
+ fontSize?: string | undefined;
29
+ bgColor?: string | undefined;
30
+ hoverColor?: string | undefined;
31
+ selectedColor?: string | undefined;
32
+ fontColor?: string | undefined;
33
+ duration?: number | undefined;
34
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
35
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
36
+ attrs: any;
37
+ slots: {
38
+ button?(_: {
39
+ selectedIndex: number;
40
+ }): any;
41
+ default?(_: {
42
+ item: T;
43
+ index: number;
44
+ }): any;
45
+ };
46
+ emit: (event: "change", index: number, value: T) => void;
47
+ }>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
48
+ [key: string]: any;
49
+ }> & {
50
+ __ctx?: {
51
+ props: {
52
+ onChange?: ((index: number, value: T) => any) | undefined;
53
+ options: T[];
54
+ initIndex?: number | undefined;
55
+ fontSize?: string | undefined;
56
+ bgColor?: string | undefined;
57
+ hoverColor?: string | undefined;
58
+ selectedColor?: string | undefined;
59
+ fontColor?: string | undefined;
60
+ duration?: number | undefined;
61
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
62
+ expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
63
+ attrs: any;
64
+ slots: {
65
+ button?(_: {
66
+ selectedIndex: number;
67
+ }): any;
68
+ default?(_: {
69
+ item: T;
70
+ index: number;
71
+ }): any;
72
+ };
73
+ emit: (event: "change", index: number, value: T) => void;
74
+ } | undefined;
75
+ };
76
+ export default _default;
77
+ type __VLS_Prettify<T> = {
78
+ [K in keyof T]: T[K];
79
+ } & {};
@@ -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,18 +18,21 @@ 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
  }, {
30
34
  bgColor: string;
35
+ borderRadius: string;
31
36
  fontColor: string;
32
37
  deleteColor: string;
33
38
  deleteWidth: 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,18 +18,21 @@ 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
  }, {
30
34
  bgColor: string;
35
+ borderRadius: string;
31
36
  fontColor: string;
32
37
  deleteColor: string;
33
38
  deleteWidth: string;
@@ -35,9 +35,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
35
35
  }>>> & {
36
36
  onChange?: ((value: boolean) => any) | undefined;
37
37
  }, {
38
- colorPrimary: string;
39
38
  width: string;
40
39
  height: string;
40
+ colorPrimary: string;
41
41
  padding: string;
42
42
  init: boolean;
43
43
  colorBgOn: string;
@@ -35,9 +35,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
35
35
  }>>> & {
36
36
  onChange?: ((value: boolean) => any) | undefined;
37
37
  }, {
38
- colorPrimary: string;
39
38
  width: string;
40
39
  height: string;
40
+ colorPrimary: string;
41
41
  padding: string;
42
42
  init: boolean;
43
43
  colorBgOn: string;
@@ -1,10 +1,25 @@
1
+ import { VNode, Component } from "vue";
1
2
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ labels: string[];
4
+ pages: {
5
+ component: VNode<import("vue").RendererNode, import("vue").RendererElement, {
6
+ [key: string]: any;
7
+ }> | Component;
8
+ attributes?: Record<string, any> | undefined;
9
+ }[];
2
10
  initIndex?: number | undefined;
3
11
  }>, {
4
12
  initIndex: number;
5
13
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
14
  changedIndex: (index: number) => void;
7
15
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
16
+ labels: string[];
17
+ pages: {
18
+ component: VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
+ [key: string]: any;
20
+ }> | Component;
21
+ attributes?: Record<string, any> | undefined;
22
+ }[];
8
23
  initIndex?: number | undefined;
9
24
  }>, {
10
25
  initIndex: number;
@@ -1,10 +1,25 @@
1
+ import { VNode, Component } from "vue";
1
2
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ labels: string[];
4
+ pages: {
5
+ component: VNode<import("vue").RendererNode, import("vue").RendererElement, {
6
+ [key: string]: any;
7
+ }> | Component;
8
+ attributes?: Record<string, any> | undefined;
9
+ }[];
2
10
  initIndex?: number | undefined;
3
11
  }>, {
4
12
  initIndex: number;
5
13
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
14
  changedIndex: (index: number) => void;
7
15
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
16
+ labels: string[];
17
+ pages: {
18
+ component: VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
+ [key: string]: any;
20
+ }> | Component;
21
+ attributes?: Record<string, any> | undefined;
22
+ }[];
8
23
  initIndex?: number | undefined;
9
24
  }>, {
10
25
  initIndex: number;
@@ -0,0 +1,33 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ initIndex?: number | undefined;
3
+ }>, {
4
+ initIndex: number;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ changedIndex: (index: number) => void;
7
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
8
+ initIndex?: number | undefined;
9
+ }>, {
10
+ initIndex: number;
11
+ }>>> & {
12
+ onChangedIndex?: ((index: number) => any) | undefined;
13
+ }, {
14
+ initIndex: number;
15
+ }, {}>;
16
+ export default _default;
17
+ type __VLS_WithDefaults<P, D> = {
18
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
19
+ default: D[K];
20
+ }> : P[K];
21
+ };
22
+ type __VLS_Prettify<T> = {
23
+ [K in keyof T]: T[K];
24
+ } & {};
25
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
+ type __VLS_TypePropsToOption<T> = {
27
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
28
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
29
+ } : {
30
+ type: import('vue').PropType<T[K]>;
31
+ required: true;
32
+ };
33
+ };
@@ -0,0 +1,33 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ initIndex?: number | undefined;
3
+ }>, {
4
+ initIndex: number;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ changedIndex: (index: number) => void;
7
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
8
+ initIndex?: number | undefined;
9
+ }>, {
10
+ initIndex: number;
11
+ }>>> & {
12
+ onChangedIndex?: ((index: number) => any) | undefined;
13
+ }, {
14
+ initIndex: number;
15
+ }, {}>;
16
+ export default _default;
17
+ type __VLS_WithDefaults<P, D> = {
18
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
19
+ default: D[K];
20
+ }> : P[K];
21
+ };
22
+ type __VLS_Prettify<T> = {
23
+ [K in keyof T]: T[K];
24
+ } & {};
25
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
+ type __VLS_TypePropsToOption<T> = {
27
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
28
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
29
+ } : {
30
+ type: import('vue').PropType<T[K]>;
31
+ required: true;
32
+ };
33
+ };
@@ -0,0 +1,30 @@
1
+ import { type EasingFunction } from "@zyzgroup/core-web";
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ easeFunction?: EasingFunction | undefined;
4
+ }>, {
5
+ easeFunction: (amount: number) => number;
6
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
7
+ easeFunction?: EasingFunction | undefined;
8
+ }>, {
9
+ easeFunction: (amount: number) => number;
10
+ }>>>, {
11
+ easeFunction: EasingFunction;
12
+ }, {}>;
13
+ export default _default;
14
+ type __VLS_WithDefaults<P, D> = {
15
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
16
+ default: D[K];
17
+ }> : P[K];
18
+ };
19
+ type __VLS_Prettify<T> = {
20
+ [K in keyof T]: T[K];
21
+ } & {};
22
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
+ type __VLS_TypePropsToOption<T> = {
24
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
25
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
+ } : {
27
+ type: import('vue').PropType<T[K]>;
28
+ required: true;
29
+ };
30
+ };
@@ -0,0 +1,30 @@
1
+ import { type EasingFunction } from "@zyzgroup/core-web";
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ easeFunction?: EasingFunction | undefined;
4
+ }>, {
5
+ easeFunction: (amount: number) => number;
6
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
7
+ easeFunction?: EasingFunction | undefined;
8
+ }>, {
9
+ easeFunction: (amount: number) => number;
10
+ }>>>, {
11
+ easeFunction: EasingFunction;
12
+ }, {}>;
13
+ export default _default;
14
+ type __VLS_WithDefaults<P, D> = {
15
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
16
+ default: D[K];
17
+ }> : P[K];
18
+ };
19
+ type __VLS_Prettify<T> = {
20
+ [K in keyof T]: T[K];
21
+ } & {};
22
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
+ type __VLS_TypePropsToOption<T> = {
24
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
25
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
+ } : {
27
+ type: import('vue').PropType<T[K]>;
28
+ required: true;
29
+ };
30
+ };
@@ -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,49 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ canvasWidth?: string | undefined;
3
+ canvasHeight?: string | undefined;
4
+ heartCount?: number | undefined;
5
+ heartSizeMin?: number | undefined;
6
+ heartSizeMax?: number | undefined;
7
+ }>, {
8
+ canvasWidth: string;
9
+ canvasHeight: string;
10
+ heartCount: number;
11
+ heartSizeMin: number;
12
+ heartSizeMax: number;
13
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
14
+ canvasWidth?: string | undefined;
15
+ canvasHeight?: string | undefined;
16
+ heartCount?: number | undefined;
17
+ heartSizeMin?: number | undefined;
18
+ heartSizeMax?: number | undefined;
19
+ }>, {
20
+ canvasWidth: string;
21
+ canvasHeight: string;
22
+ heartCount: number;
23
+ heartSizeMin: number;
24
+ heartSizeMax: number;
25
+ }>>>, {
26
+ canvasWidth: string;
27
+ canvasHeight: string;
28
+ heartCount: number;
29
+ heartSizeMin: number;
30
+ heartSizeMax: number;
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
+ canvasWidth?: string | undefined;
3
+ canvasHeight?: string | undefined;
4
+ heartCount?: number | undefined;
5
+ heartSizeMin?: number | undefined;
6
+ heartSizeMax?: number | undefined;
7
+ }>, {
8
+ canvasWidth: string;
9
+ canvasHeight: string;
10
+ heartCount: number;
11
+ heartSizeMin: number;
12
+ heartSizeMax: number;
13
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
14
+ canvasWidth?: string | undefined;
15
+ canvasHeight?: string | undefined;
16
+ heartCount?: number | undefined;
17
+ heartSizeMin?: number | undefined;
18
+ heartSizeMax?: number | undefined;
19
+ }>, {
20
+ canvasWidth: string;
21
+ canvasHeight: string;
22
+ heartCount: number;
23
+ heartSizeMin: number;
24
+ heartSizeMax: number;
25
+ }>>>, {
26
+ canvasWidth: string;
27
+ canvasHeight: string;
28
+ heartCount: number;
29
+ heartSizeMin: number;
30
+ heartSizeMax: number;
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
+ };