@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,50 @@
1
+ declare function open(text: string, during?: number): void;
2
+ declare function close(): void;
3
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
4
+ closeWhenClickOverlay?: boolean | undefined;
5
+ openDurTime?: number | undefined;
6
+ closeDurTime?: number | undefined;
7
+ }>, {
8
+ closeWhenClickOverlay: boolean;
9
+ openDurTime: number;
10
+ closeDurTime: number;
11
+ }>, {
12
+ open: typeof open;
13
+ close: typeof close;
14
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ open: () => void;
16
+ close: () => void;
17
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
18
+ closeWhenClickOverlay?: boolean | undefined;
19
+ openDurTime?: number | undefined;
20
+ closeDurTime?: number | undefined;
21
+ }>, {
22
+ closeWhenClickOverlay: boolean;
23
+ openDurTime: number;
24
+ closeDurTime: number;
25
+ }>>> & {
26
+ onClose?: (() => any) | undefined;
27
+ onOpen?: (() => any) | undefined;
28
+ }, {
29
+ closeWhenClickOverlay: boolean;
30
+ openDurTime: number;
31
+ closeDurTime: number;
32
+ }, {}>;
33
+ export default _default;
34
+ type __VLS_WithDefaults<P, D> = {
35
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
36
+ default: D[K];
37
+ }> : P[K];
38
+ };
39
+ type __VLS_Prettify<T> = {
40
+ [K in keyof T]: T[K];
41
+ } & {};
42
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
43
+ type __VLS_TypePropsToOption<T> = {
44
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
45
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
46
+ } : {
47
+ type: import('vue').PropType<T[K]>;
48
+ required: true;
49
+ };
50
+ };
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  easeFunction?: undefined;
14
14
  })[];
15
15
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
- selectedEaseFunction: (easeFunction: EasingFunction) => void;
16
+ selectedEaseFunction: (easeName: string, easeFunction: EasingFunction) => void;
17
17
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
18
18
  easeList?: {
19
19
  easeName: string;
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
28
28
  easeFunction?: undefined;
29
29
  })[];
30
30
  }>>> & {
31
- onSelectedEaseFunction?: ((easeFunction: EasingFunction) => any) | undefined;
31
+ onSelectedEaseFunction?: ((easeName: string, easeFunction: EasingFunction) => any) | undefined;
32
32
  }, {
33
33
  easeList: {
34
34
  easeName: string;
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
13
13
  easeFunction?: undefined;
14
14
  })[];
15
15
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
- selectedEaseFunction: (easeFunction: EasingFunction) => void;
16
+ selectedEaseFunction: (easeName: string, easeFunction: EasingFunction) => void;
17
17
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
18
18
  easeList?: {
19
19
  easeName: string;
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
28
28
  easeFunction?: undefined;
29
29
  })[];
30
30
  }>>> & {
31
- onSelectedEaseFunction?: ((easeFunction: EasingFunction) => any) | undefined;
31
+ onSelectedEaseFunction?: ((easeName: string, easeFunction: EasingFunction) => any) | undefined;
32
32
  }, {
33
33
  easeList: {
34
34
  easeName: string;
@@ -15,7 +15,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
15
15
  color: string;
16
16
  }, {}>;
17
17
  export default _default;
18
-
19
18
  type __VLS_WithDefaults<P, D> = {
20
19
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
21
20
  default: D[K];
@@ -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,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
+ };
@@ -0,0 +1,103 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ placeholder: string;
3
+ placeholderJump?: boolean | undefined;
4
+ height?: string | undefined;
5
+ type?: string | undefined;
6
+ required?: boolean | undefined;
7
+ focusColor?: string | undefined;
8
+ errorColor?: string | undefined;
9
+ bgColor?: string | undefined;
10
+ placeholderColor?: string | undefined;
11
+ fontColor?: string | undefined;
12
+ borderRadius?: string | undefined;
13
+ duration?: number | undefined;
14
+ validator?: ((text: string) => {
15
+ isValidated: boolean;
16
+ msg: string;
17
+ }) | undefined;
18
+ }>, {
19
+ placeholderJump: boolean;
20
+ height: string;
21
+ type: string;
22
+ required: boolean;
23
+ focusColor: string;
24
+ errorColor: string;
25
+ bgColor: string;
26
+ placeholderColor: string;
27
+ fontColor: string;
28
+ borderRadius: string;
29
+ duration: number;
30
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
31
+ focus: () => void;
32
+ ceFocus: () => void;
33
+ blur: () => void;
34
+ ceBlur: () => void;
35
+ input: (text: string) => void;
36
+ ceInput: (text: string) => void;
37
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
38
+ placeholder: string;
39
+ placeholderJump?: boolean | undefined;
40
+ height?: string | undefined;
41
+ type?: string | undefined;
42
+ required?: boolean | undefined;
43
+ focusColor?: string | undefined;
44
+ errorColor?: string | undefined;
45
+ bgColor?: string | undefined;
46
+ placeholderColor?: string | undefined;
47
+ fontColor?: string | undefined;
48
+ borderRadius?: string | undefined;
49
+ duration?: number | undefined;
50
+ validator?: ((text: string) => {
51
+ isValidated: boolean;
52
+ msg: string;
53
+ }) | undefined;
54
+ }>, {
55
+ placeholderJump: boolean;
56
+ height: string;
57
+ type: string;
58
+ required: boolean;
59
+ focusColor: string;
60
+ errorColor: string;
61
+ bgColor: string;
62
+ placeholderColor: string;
63
+ fontColor: string;
64
+ borderRadius: string;
65
+ duration: number;
66
+ }>>> & {
67
+ onInput?: ((text: string) => any) | undefined;
68
+ onBlur?: (() => any) | undefined;
69
+ onFocus?: (() => any) | undefined;
70
+ onCeFocus?: (() => any) | undefined;
71
+ onCeBlur?: (() => any) | undefined;
72
+ onCeInput?: ((text: string) => any) | undefined;
73
+ }, {
74
+ bgColor: string;
75
+ type: string;
76
+ height: string;
77
+ borderRadius: string;
78
+ fontColor: string;
79
+ placeholderJump: boolean;
80
+ required: boolean;
81
+ focusColor: string;
82
+ errorColor: string;
83
+ placeholderColor: string;
84
+ duration: number;
85
+ }, {}>;
86
+ export default _default;
87
+ type __VLS_WithDefaults<P, D> = {
88
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
89
+ default: D[K];
90
+ }> : P[K];
91
+ };
92
+ type __VLS_Prettify<T> = {
93
+ [K in keyof T]: T[K];
94
+ } & {};
95
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
96
+ type __VLS_TypePropsToOption<T> = {
97
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
98
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
99
+ } : {
100
+ type: import('vue').PropType<T[K]>;
101
+ required: true;
102
+ };
103
+ };
@@ -0,0 +1,103 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ placeholder: string;
3
+ placeholderJump?: boolean | undefined;
4
+ height?: string | undefined;
5
+ type?: string | undefined;
6
+ required?: boolean | undefined;
7
+ focusColor?: string | undefined;
8
+ errorColor?: string | undefined;
9
+ bgColor?: string | undefined;
10
+ placeholderColor?: string | undefined;
11
+ fontColor?: string | undefined;
12
+ borderRadius?: string | undefined;
13
+ duration?: number | undefined;
14
+ validator?: ((text: string) => {
15
+ isValidated: boolean;
16
+ msg: string;
17
+ }) | undefined;
18
+ }>, {
19
+ placeholderJump: boolean;
20
+ height: string;
21
+ type: string;
22
+ required: boolean;
23
+ focusColor: string;
24
+ errorColor: string;
25
+ bgColor: string;
26
+ placeholderColor: string;
27
+ fontColor: string;
28
+ borderRadius: string;
29
+ duration: number;
30
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
31
+ focus: () => void;
32
+ ceFocus: () => void;
33
+ blur: () => void;
34
+ ceBlur: () => void;
35
+ input: (text: string) => void;
36
+ ceInput: (text: string) => void;
37
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
38
+ placeholder: string;
39
+ placeholderJump?: boolean | undefined;
40
+ height?: string | undefined;
41
+ type?: string | undefined;
42
+ required?: boolean | undefined;
43
+ focusColor?: string | undefined;
44
+ errorColor?: string | undefined;
45
+ bgColor?: string | undefined;
46
+ placeholderColor?: string | undefined;
47
+ fontColor?: string | undefined;
48
+ borderRadius?: string | undefined;
49
+ duration?: number | undefined;
50
+ validator?: ((text: string) => {
51
+ isValidated: boolean;
52
+ msg: string;
53
+ }) | undefined;
54
+ }>, {
55
+ placeholderJump: boolean;
56
+ height: string;
57
+ type: string;
58
+ required: boolean;
59
+ focusColor: string;
60
+ errorColor: string;
61
+ bgColor: string;
62
+ placeholderColor: string;
63
+ fontColor: string;
64
+ borderRadius: string;
65
+ duration: number;
66
+ }>>> & {
67
+ onInput?: ((text: string) => any) | undefined;
68
+ onBlur?: (() => any) | undefined;
69
+ onFocus?: (() => any) | undefined;
70
+ onCeFocus?: (() => any) | undefined;
71
+ onCeBlur?: (() => any) | undefined;
72
+ onCeInput?: ((text: string) => any) | undefined;
73
+ }, {
74
+ bgColor: string;
75
+ type: string;
76
+ height: string;
77
+ borderRadius: string;
78
+ fontColor: string;
79
+ placeholderJump: boolean;
80
+ required: boolean;
81
+ focusColor: string;
82
+ errorColor: string;
83
+ placeholderColor: string;
84
+ duration: number;
85
+ }, {}>;
86
+ export default _default;
87
+ type __VLS_WithDefaults<P, D> = {
88
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
89
+ default: D[K];
90
+ }> : P[K];
91
+ };
92
+ type __VLS_Prettify<T> = {
93
+ [K in keyof T]: T[K];
94
+ } & {};
95
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
96
+ type __VLS_TypePropsToOption<T> = {
97
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
98
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
99
+ } : {
100
+ type: import('vue').PropType<T[K]>;
101
+ required: true;
102
+ };
103
+ };
@@ -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
+ };