@zyzgroup/core-vue 0.0.21 → 0.0.23

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 (129) hide show
  1. package/ce/style.css +1 -1
  2. package/ce/yz_custom_element.iife.js +139 -146
  3. package/ce/yz_custom_element.iife.js.map +1 -1
  4. package/ce/yz_custom_element.js +21754 -18479
  5. package/ce/yz_custom_element.js.map +1 -1
  6. package/ce/yz_custom_element.umd.cjs +139 -146
  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 +46 -54
  10. package/dist/zyzgroup_core_vue.iife.js.map +1 -1
  11. package/dist/zyzgroup_core_vue.js +17892 -15890
  12. package/dist/zyzgroup_core_vue.js.map +1 -1
  13. package/dist/zyzgroup_core_vue.umd.cjs +46 -54
  14. package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
  15. package/package.json +1 -1
  16. package/types/components/Accordion.ce.vue.d.ts +6 -6
  17. package/types/components/Accordion.vue.d.ts +6 -6
  18. package/types/components/Canvas.ce.vue.d.ts +7 -0
  19. package/types/components/Canvas.vue.d.ts +7 -0
  20. package/types/components/CardFlip.ce.vue.d.ts +1 -1
  21. package/types/components/CardFlip.vue.d.ts +1 -1
  22. package/types/components/Container.ce.vue.d.ts +69 -0
  23. package/types/components/Container.vue.d.ts +69 -0
  24. package/types/components/Cube.ce.vue.d.ts +1 -1
  25. package/types/components/Cube.vue.d.ts +1 -1
  26. package/types/components/Dialog.ce.vue.d.ts +5 -10
  27. package/types/components/Dialog.vue.d.ts +5 -10
  28. package/types/components/DialogLoading.ce.vue.d.ts +5 -10
  29. package/types/components/DialogLoading.vue.d.ts +5 -10
  30. package/types/components/DialogToast.ce.vue.d.ts +5 -10
  31. package/types/components/DialogToast.vue.d.ts +5 -10
  32. package/types/components/EaseGraphDisplay.ce.vue.d.ts +1 -1
  33. package/types/components/EaseGraphDisplay.vue.d.ts +1 -1
  34. package/types/components/Icon.ce.vue.d.ts +1 -1
  35. package/types/components/Icon.vue.d.ts +1 -1
  36. package/types/components/Image.ce.vue.d.ts +14 -8
  37. package/types/components/Image.vue.d.ts +14 -8
  38. package/types/components/ImageView.ce.vue.d.ts +6 -0
  39. package/types/components/ImageView.vue.d.ts +6 -0
  40. package/types/components/InterpolationGraphDisplay.ce.vue.d.ts +6 -6
  41. package/types/components/InterpolationGraphDisplay.vue.d.ts +6 -6
  42. package/types/components/Overlay.ce.vue.d.ts +8 -7
  43. package/types/components/Overlay.vue.d.ts +8 -7
  44. package/types/components/Page.ce.vue.d.ts +75 -0
  45. package/types/components/Page.vue.d.ts +75 -0
  46. package/types/components/PageVerticalScrollProgressBar.ce.vue.d.ts +1 -1
  47. package/types/components/PageVerticalScrollProgressBar.vue.d.ts +1 -1
  48. package/types/components/Pop.ce.vue.d.ts +41 -10
  49. package/types/components/Pop.vue.d.ts +41 -10
  50. package/types/components/ProgressBar.ce.vue.d.ts +1 -3
  51. package/types/components/ProgressBar.vue.d.ts +1 -3
  52. package/types/components/Routes.ce.vue.d.ts +45 -17
  53. package/types/components/Routes.vue.d.ts +45 -17
  54. package/types/components/SVG.ce.vue.d.ts +2 -0
  55. package/types/components/SVG.vue.d.ts +2 -0
  56. package/types/components/SVGAndCanvas.ce.vue.d.ts +1 -1
  57. package/types/components/SVGAndCanvas.vue.d.ts +1 -1
  58. package/types/components/SlideLeftItem.ce.vue.d.ts +1 -1
  59. package/types/components/SlideLeftItem.vue.d.ts +1 -1
  60. package/types/components/Tabs.ce.vue.d.ts +3 -13
  61. package/types/components/Tabs.vue.d.ts +3 -13
  62. package/types/components/Video.ce.vue.d.ts +1 -1
  63. package/types/components/Video.vue.d.ts +1 -1
  64. package/types/components/chat/ClockFlipper.ce.vue.d.ts +77 -0
  65. package/types/components/chat/ClockFlipper.vue.d.ts +77 -0
  66. package/types/components/chat/RingText.ce.vue.d.ts +49 -0
  67. package/types/components/chat/RingText.vue.d.ts +49 -0
  68. package/types/components/effect/BorderFocusText.ce.vue.d.ts +72 -0
  69. package/types/components/effect/BorderFocusText.vue.d.ts +72 -0
  70. package/types/components/effect/CSSAnimation.ce.vue.d.ts +89 -0
  71. package/types/components/effect/CSSAnimation.vue.d.ts +89 -0
  72. package/types/components/effect/CSSTransition.ce.vue.d.ts +68 -0
  73. package/types/components/effect/CSSTransition.vue.d.ts +68 -0
  74. package/types/components/effect/Circle.ce.vue.d.ts +59 -0
  75. package/types/components/effect/Circle.vue.d.ts +59 -0
  76. package/types/components/effect/Float.ce.vue.d.ts +67 -0
  77. package/types/components/effect/Float.vue.d.ts +67 -0
  78. package/types/components/effect/ImageMask.ce.vue.d.ts +42 -0
  79. package/types/components/effect/ImageMask.vue.d.ts +42 -0
  80. package/types/components/effect/LineDouble.ce.vue.d.ts +72 -0
  81. package/types/components/effect/LineDouble.vue.d.ts +72 -0
  82. package/types/components/effect/LineSingle.ce.vue.d.ts +72 -0
  83. package/types/components/effect/LineSingle.vue.d.ts +72 -0
  84. package/types/components/effect/Slide.ce.vue.d.ts +62 -0
  85. package/types/components/effect/Slide.vue.d.ts +62 -0
  86. package/types/components/effect/SlideCorner.ce.vue.d.ts +62 -0
  87. package/types/components/effect/SlideCorner.vue.d.ts +62 -0
  88. package/types/components/effect/TextBackgroundClip.ce.vue.d.ts +34 -0
  89. package/types/components/effect/TextBackgroundClip.vue.d.ts +34 -0
  90. package/types/components/form/CheckboxGroup.ce.vue.d.ts +94 -0
  91. package/types/components/form/CheckboxGroup.vue.d.ts +94 -0
  92. package/types/components/form/Input.ce.vue.d.ts +98 -0
  93. package/types/components/form/Input.vue.d.ts +98 -0
  94. package/types/components/form/RadioGroup.ce.vue.d.ts +94 -0
  95. package/types/components/form/RadioGroup.vue.d.ts +94 -0
  96. package/types/components/layout/LayoutCenter.ce.vue.d.ts +3 -3
  97. package/types/components/layout/LayoutCenter.vue.d.ts +3 -3
  98. package/types/components/loading/Loading11.ce.vue.d.ts +1 -1
  99. package/types/components/loading/Loading11.vue.d.ts +1 -1
  100. package/types/components/svg/SVGCheck.ce.vue.d.ts +1 -1
  101. package/types/components/svg/SVGCheck.vue.d.ts +1 -1
  102. package/types/components/svg/SVGCleanUp.ce.vue.d.ts +1 -1
  103. package/types/components/svg/SVGCleanUp.vue.d.ts +1 -1
  104. package/types/components/svg/SVGDelete.ce.vue.d.ts +1 -1
  105. package/types/components/svg/SVGDelete.vue.d.ts +1 -1
  106. package/types/components/svg/SVGDown.ce.vue.d.ts +1 -1
  107. package/types/components/svg/SVGDown.vue.d.ts +1 -1
  108. package/types/components/svg/SVGElement.ce.vue.d.ts +65 -0
  109. package/types/components/svg/SVGElement.vue.d.ts +65 -0
  110. package/types/components/svg/SVGFail.ce.vue.d.ts +1 -1
  111. package/types/components/svg/SVGFail.vue.d.ts +1 -1
  112. package/types/components/svg/SVGHome.ce.vue.d.ts +1 -1
  113. package/types/components/svg/SVGHome.vue.d.ts +1 -1
  114. package/types/components/svg/SVGLock.ce.vue.d.ts +1 -1
  115. package/types/components/svg/SVGLock.vue.d.ts +1 -1
  116. package/types/components/svg/SVGMaskNapkin.ce.vue.d.ts +2 -0
  117. package/types/components/svg/SVGMaskNapkin.vue.d.ts +2 -0
  118. package/types/components/svg/SVGPrompt.ce.vue.d.ts +1 -1
  119. package/types/components/svg/SVGPrompt.vue.d.ts +1 -1
  120. package/types/components/svg/SVGQuestion.ce.vue.d.ts +1 -1
  121. package/types/components/svg/SVGQuestion.vue.d.ts +1 -1
  122. package/types/components/svg/SVGReturn.ce.vue.d.ts +1 -1
  123. package/types/components/svg/SVGReturn.vue.d.ts +1 -1
  124. package/types/components/svg/SVGSuccess.vue.d.ts +1 -1
  125. package/types/components/svg/SVGWaiting.ce.vue.d.ts +1 -1
  126. package/types/components/svg/SVGWaiting.vue.d.ts +1 -1
  127. package/types/globalTeleport.d.ts +42 -6
  128. package/types/lib.d.ts +20 -5
  129. package/types/types.d.ts +3 -0
@@ -0,0 +1,67 @@
1
+ import { ContainerType, EffectTriggerTiming } from "../../types";
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ containerType?: ContainerType | undefined;
4
+ supportCopyText?: boolean | undefined;
5
+ effectTriggerTiming?: EffectTriggerTiming | undefined;
6
+ dur?: number | undefined;
7
+ distance?: number | undefined;
8
+ boxShadow?: string | undefined;
9
+ direction?: "left" | "right" | "down" | "up" | undefined;
10
+ }>, {
11
+ containerType: string;
12
+ supportCopyText: boolean;
13
+ effectTriggerTiming: string;
14
+ dur: number;
15
+ distance: number;
16
+ boxShadow: string;
17
+ direction: string;
18
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
19
+ containerType?: ContainerType | undefined;
20
+ supportCopyText?: boolean | undefined;
21
+ effectTriggerTiming?: EffectTriggerTiming | undefined;
22
+ dur?: number | undefined;
23
+ distance?: number | undefined;
24
+ boxShadow?: string | undefined;
25
+ direction?: "left" | "right" | "down" | "up" | undefined;
26
+ }>, {
27
+ containerType: string;
28
+ supportCopyText: boolean;
29
+ effectTriggerTiming: string;
30
+ dur: number;
31
+ distance: number;
32
+ boxShadow: string;
33
+ direction: string;
34
+ }>>>, {
35
+ effectTriggerTiming: EffectTriggerTiming;
36
+ supportCopyText: boolean;
37
+ dur: number;
38
+ containerType: ContainerType;
39
+ direction: "left" | "right" | "down" | "up";
40
+ distance: number;
41
+ boxShadow: string;
42
+ }, {}>, {
43
+ default?(_: {}): any;
44
+ }>;
45
+ export default _default;
46
+ type __VLS_WithDefaults<P, D> = {
47
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
48
+ default: D[K];
49
+ }> : P[K];
50
+ };
51
+ type __VLS_Prettify<T> = {
52
+ [K in keyof T]: T[K];
53
+ } & {};
54
+ type __VLS_WithTemplateSlots<T, S> = T & {
55
+ new (): {
56
+ $slots: S;
57
+ };
58
+ };
59
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
60
+ type __VLS_TypePropsToOption<T> = {
61
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
62
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
63
+ } : {
64
+ type: import('vue').PropType<T[K]>;
65
+ required: true;
66
+ };
67
+ };
@@ -0,0 +1,42 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ maskMode?: "luminance" | "match-source" | "alaph" | undefined;
3
+ imageUrl?: string | undefined;
4
+ }>, {
5
+ maskMode: string;
6
+ imageUrl: string;
7
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
8
+ maskMode?: "luminance" | "match-source" | "alaph" | undefined;
9
+ imageUrl?: string | undefined;
10
+ }>, {
11
+ maskMode: string;
12
+ imageUrl: string;
13
+ }>>>, {
14
+ maskMode: "luminance" | "match-source" | "alaph";
15
+ imageUrl: string;
16
+ }, {}>, {
17
+ mask?(_: {}): any;
18
+ default?(_: {}): any;
19
+ }>;
20
+ export default _default;
21
+ type __VLS_WithDefaults<P, D> = {
22
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
23
+ default: D[K];
24
+ }> : P[K];
25
+ };
26
+ type __VLS_Prettify<T> = {
27
+ [K in keyof T]: T[K];
28
+ } & {};
29
+ type __VLS_WithTemplateSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
32
+ };
33
+ };
34
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
35
+ type __VLS_TypePropsToOption<T> = {
36
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
37
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
38
+ } : {
39
+ type: import('vue').PropType<T[K]>;
40
+ required: true;
41
+ };
42
+ };
@@ -0,0 +1,42 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ maskMode?: "luminance" | "match-source" | "alaph" | undefined;
3
+ imageUrl?: string | undefined;
4
+ }>, {
5
+ maskMode: string;
6
+ imageUrl: string;
7
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
8
+ maskMode?: "luminance" | "match-source" | "alaph" | undefined;
9
+ imageUrl?: string | undefined;
10
+ }>, {
11
+ maskMode: string;
12
+ imageUrl: string;
13
+ }>>>, {
14
+ maskMode: "luminance" | "match-source" | "alaph";
15
+ imageUrl: string;
16
+ }, {}>, {
17
+ mask?(_: {}): any;
18
+ default?(_: {}): any;
19
+ }>;
20
+ export default _default;
21
+ type __VLS_WithDefaults<P, D> = {
22
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
23
+ default: D[K];
24
+ }> : P[K];
25
+ };
26
+ type __VLS_Prettify<T> = {
27
+ [K in keyof T]: T[K];
28
+ } & {};
29
+ type __VLS_WithTemplateSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
32
+ };
33
+ };
34
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
35
+ type __VLS_TypePropsToOption<T> = {
36
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
37
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
38
+ } : {
39
+ type: import('vue').PropType<T[K]>;
40
+ required: true;
41
+ };
42
+ };
@@ -0,0 +1,72 @@
1
+ import { ContainerType, EffectTriggerTiming } from "../../types";
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ containerType?: ContainerType | undefined;
4
+ supportCopyText?: boolean | undefined;
5
+ effectTriggerTiming?: EffectTriggerTiming | undefined;
6
+ color?: string | undefined;
7
+ timeGap?: number | undefined;
8
+ lineHeight?: number | undefined;
9
+ location?: "horizontal" | "vertical" | undefined;
10
+ direction?: "fromCenter" | "toEnd" | "toStart" | "towards" | undefined;
11
+ }>, {
12
+ containerType: string;
13
+ supportCopyText: boolean;
14
+ effectTriggerTiming: string;
15
+ color: string;
16
+ timeGap: number;
17
+ lineHeight: number;
18
+ location: string;
19
+ direction: string;
20
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
21
+ containerType?: ContainerType | undefined;
22
+ supportCopyText?: boolean | undefined;
23
+ effectTriggerTiming?: EffectTriggerTiming | undefined;
24
+ color?: string | undefined;
25
+ timeGap?: number | undefined;
26
+ lineHeight?: number | undefined;
27
+ location?: "horizontal" | "vertical" | undefined;
28
+ direction?: "fromCenter" | "toEnd" | "toStart" | "towards" | undefined;
29
+ }>, {
30
+ containerType: string;
31
+ supportCopyText: boolean;
32
+ effectTriggerTiming: string;
33
+ color: string;
34
+ timeGap: number;
35
+ lineHeight: number;
36
+ location: string;
37
+ direction: string;
38
+ }>>>, {
39
+ color: string;
40
+ effectTriggerTiming: EffectTriggerTiming;
41
+ supportCopyText: boolean;
42
+ lineHeight: number;
43
+ containerType: ContainerType;
44
+ direction: "fromCenter" | "toEnd" | "toStart" | "towards";
45
+ timeGap: number;
46
+ location: "horizontal" | "vertical";
47
+ }, {}>, {
48
+ default?(_: {}): any;
49
+ }>;
50
+ export default _default;
51
+ type __VLS_WithDefaults<P, D> = {
52
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
53
+ default: D[K];
54
+ }> : P[K];
55
+ };
56
+ type __VLS_Prettify<T> = {
57
+ [K in keyof T]: T[K];
58
+ } & {};
59
+ type __VLS_WithTemplateSlots<T, S> = T & {
60
+ new (): {
61
+ $slots: S;
62
+ };
63
+ };
64
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
65
+ type __VLS_TypePropsToOption<T> = {
66
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
67
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
68
+ } : {
69
+ type: import('vue').PropType<T[K]>;
70
+ required: true;
71
+ };
72
+ };
@@ -0,0 +1,72 @@
1
+ import { ContainerType, EffectTriggerTiming } from "../../types";
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ containerType?: ContainerType | undefined;
4
+ supportCopyText?: boolean | undefined;
5
+ effectTriggerTiming?: EffectTriggerTiming | undefined;
6
+ color?: string | undefined;
7
+ timeGap?: number | undefined;
8
+ lineHeight?: number | undefined;
9
+ location?: "horizontal" | "vertical" | undefined;
10
+ direction?: "fromCenter" | "toEnd" | "toStart" | "towards" | undefined;
11
+ }>, {
12
+ containerType: string;
13
+ supportCopyText: boolean;
14
+ effectTriggerTiming: string;
15
+ color: string;
16
+ timeGap: number;
17
+ lineHeight: number;
18
+ location: string;
19
+ direction: string;
20
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
21
+ containerType?: ContainerType | undefined;
22
+ supportCopyText?: boolean | undefined;
23
+ effectTriggerTiming?: EffectTriggerTiming | undefined;
24
+ color?: string | undefined;
25
+ timeGap?: number | undefined;
26
+ lineHeight?: number | undefined;
27
+ location?: "horizontal" | "vertical" | undefined;
28
+ direction?: "fromCenter" | "toEnd" | "toStart" | "towards" | undefined;
29
+ }>, {
30
+ containerType: string;
31
+ supportCopyText: boolean;
32
+ effectTriggerTiming: string;
33
+ color: string;
34
+ timeGap: number;
35
+ lineHeight: number;
36
+ location: string;
37
+ direction: string;
38
+ }>>>, {
39
+ color: string;
40
+ effectTriggerTiming: EffectTriggerTiming;
41
+ supportCopyText: boolean;
42
+ lineHeight: number;
43
+ containerType: ContainerType;
44
+ direction: "fromCenter" | "toEnd" | "toStart" | "towards";
45
+ timeGap: number;
46
+ location: "horizontal" | "vertical";
47
+ }, {}>, {
48
+ default?(_: {}): any;
49
+ }>;
50
+ export default _default;
51
+ type __VLS_WithDefaults<P, D> = {
52
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
53
+ default: D[K];
54
+ }> : P[K];
55
+ };
56
+ type __VLS_Prettify<T> = {
57
+ [K in keyof T]: T[K];
58
+ } & {};
59
+ type __VLS_WithTemplateSlots<T, S> = T & {
60
+ new (): {
61
+ $slots: S;
62
+ };
63
+ };
64
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
65
+ type __VLS_TypePropsToOption<T> = {
66
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
67
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
68
+ } : {
69
+ type: import('vue').PropType<T[K]>;
70
+ required: true;
71
+ };
72
+ };
@@ -0,0 +1,72 @@
1
+ import { ContainerType, EffectTriggerTiming } from "../../types";
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ containerType?: ContainerType | undefined;
4
+ supportCopyText?: boolean | undefined;
5
+ effectTriggerTiming?: EffectTriggerTiming | undefined;
6
+ color?: string | undefined;
7
+ timeGap?: number | undefined;
8
+ lineHeight?: number | undefined;
9
+ location?: "underline" | "overline" | "through" | undefined;
10
+ direction?: "left" | "right" | "fromCenter" | undefined;
11
+ }>, {
12
+ containerType: string;
13
+ supportCopyText: boolean;
14
+ effectTriggerTiming: string;
15
+ color: string;
16
+ timeGap: number;
17
+ lineHeight: number;
18
+ location: string;
19
+ direction: string;
20
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
21
+ containerType?: ContainerType | undefined;
22
+ supportCopyText?: boolean | undefined;
23
+ effectTriggerTiming?: EffectTriggerTiming | undefined;
24
+ color?: string | undefined;
25
+ timeGap?: number | undefined;
26
+ lineHeight?: number | undefined;
27
+ location?: "underline" | "overline" | "through" | undefined;
28
+ direction?: "left" | "right" | "fromCenter" | undefined;
29
+ }>, {
30
+ containerType: string;
31
+ supportCopyText: boolean;
32
+ effectTriggerTiming: string;
33
+ color: string;
34
+ timeGap: number;
35
+ lineHeight: number;
36
+ location: string;
37
+ direction: string;
38
+ }>>>, {
39
+ color: string;
40
+ effectTriggerTiming: EffectTriggerTiming;
41
+ supportCopyText: boolean;
42
+ lineHeight: number;
43
+ containerType: ContainerType;
44
+ direction: "left" | "right" | "fromCenter";
45
+ timeGap: number;
46
+ location: "underline" | "overline" | "through";
47
+ }, {}>, {
48
+ default?(_: {}): any;
49
+ }>;
50
+ export default _default;
51
+ type __VLS_WithDefaults<P, D> = {
52
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
53
+ default: D[K];
54
+ }> : P[K];
55
+ };
56
+ type __VLS_Prettify<T> = {
57
+ [K in keyof T]: T[K];
58
+ } & {};
59
+ type __VLS_WithTemplateSlots<T, S> = T & {
60
+ new (): {
61
+ $slots: S;
62
+ };
63
+ };
64
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
65
+ type __VLS_TypePropsToOption<T> = {
66
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
67
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
68
+ } : {
69
+ type: import('vue').PropType<T[K]>;
70
+ required: true;
71
+ };
72
+ };
@@ -0,0 +1,72 @@
1
+ import { ContainerType, EffectTriggerTiming } from "../../types";
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ containerType?: ContainerType | undefined;
4
+ supportCopyText?: boolean | undefined;
5
+ effectTriggerTiming?: EffectTriggerTiming | undefined;
6
+ color?: string | undefined;
7
+ timeGap?: number | undefined;
8
+ lineHeight?: number | undefined;
9
+ location?: "underline" | "overline" | "through" | undefined;
10
+ direction?: "left" | "right" | "fromCenter" | undefined;
11
+ }>, {
12
+ containerType: string;
13
+ supportCopyText: boolean;
14
+ effectTriggerTiming: string;
15
+ color: string;
16
+ timeGap: number;
17
+ lineHeight: number;
18
+ location: string;
19
+ direction: string;
20
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
21
+ containerType?: ContainerType | undefined;
22
+ supportCopyText?: boolean | undefined;
23
+ effectTriggerTiming?: EffectTriggerTiming | undefined;
24
+ color?: string | undefined;
25
+ timeGap?: number | undefined;
26
+ lineHeight?: number | undefined;
27
+ location?: "underline" | "overline" | "through" | undefined;
28
+ direction?: "left" | "right" | "fromCenter" | undefined;
29
+ }>, {
30
+ containerType: string;
31
+ supportCopyText: boolean;
32
+ effectTriggerTiming: string;
33
+ color: string;
34
+ timeGap: number;
35
+ lineHeight: number;
36
+ location: string;
37
+ direction: string;
38
+ }>>>, {
39
+ color: string;
40
+ effectTriggerTiming: EffectTriggerTiming;
41
+ supportCopyText: boolean;
42
+ lineHeight: number;
43
+ containerType: ContainerType;
44
+ direction: "left" | "right" | "fromCenter";
45
+ timeGap: number;
46
+ location: "underline" | "overline" | "through";
47
+ }, {}>, {
48
+ default?(_: {}): any;
49
+ }>;
50
+ export default _default;
51
+ type __VLS_WithDefaults<P, D> = {
52
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
53
+ default: D[K];
54
+ }> : P[K];
55
+ };
56
+ type __VLS_Prettify<T> = {
57
+ [K in keyof T]: T[K];
58
+ } & {};
59
+ type __VLS_WithTemplateSlots<T, S> = T & {
60
+ new (): {
61
+ $slots: S;
62
+ };
63
+ };
64
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
65
+ type __VLS_TypePropsToOption<T> = {
66
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
67
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
68
+ } : {
69
+ type: import('vue').PropType<T[K]>;
70
+ required: true;
71
+ };
72
+ };
@@ -0,0 +1,62 @@
1
+ import { ContainerType, EffectTriggerTiming } from "../../types";
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ containerType?: ContainerType | undefined;
4
+ supportCopyText?: boolean | undefined;
5
+ effectTriggerTiming?: EffectTriggerTiming | undefined;
6
+ color?: string | undefined;
7
+ dur?: number | undefined;
8
+ direction?: "left" | "right" | "down" | "up" | undefined;
9
+ }>, {
10
+ containerType: string;
11
+ supportCopyText: boolean;
12
+ effectTriggerTiming: string;
13
+ color: string;
14
+ dur: number;
15
+ direction: string;
16
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
17
+ containerType?: ContainerType | undefined;
18
+ supportCopyText?: boolean | undefined;
19
+ effectTriggerTiming?: EffectTriggerTiming | undefined;
20
+ color?: string | undefined;
21
+ dur?: number | undefined;
22
+ direction?: "left" | "right" | "down" | "up" | undefined;
23
+ }>, {
24
+ containerType: string;
25
+ supportCopyText: boolean;
26
+ effectTriggerTiming: string;
27
+ color: string;
28
+ dur: number;
29
+ direction: string;
30
+ }>>>, {
31
+ color: string;
32
+ effectTriggerTiming: EffectTriggerTiming;
33
+ supportCopyText: boolean;
34
+ dur: number;
35
+ containerType: ContainerType;
36
+ direction: "left" | "right" | "down" | "up";
37
+ }, {}>, {
38
+ default?(_: {}): any;
39
+ }>;
40
+ export default _default;
41
+ type __VLS_WithDefaults<P, D> = {
42
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
43
+ default: D[K];
44
+ }> : P[K];
45
+ };
46
+ type __VLS_Prettify<T> = {
47
+ [K in keyof T]: T[K];
48
+ } & {};
49
+ type __VLS_WithTemplateSlots<T, S> = T & {
50
+ new (): {
51
+ $slots: S;
52
+ };
53
+ };
54
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
55
+ type __VLS_TypePropsToOption<T> = {
56
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
57
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
58
+ } : {
59
+ type: import('vue').PropType<T[K]>;
60
+ required: true;
61
+ };
62
+ };
@@ -0,0 +1,62 @@
1
+ import { ContainerType, EffectTriggerTiming } from "../../types";
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ containerType?: ContainerType | undefined;
4
+ supportCopyText?: boolean | undefined;
5
+ effectTriggerTiming?: EffectTriggerTiming | undefined;
6
+ color?: string | undefined;
7
+ dur?: number | undefined;
8
+ direction?: "left" | "right" | "down" | "up" | undefined;
9
+ }>, {
10
+ containerType: string;
11
+ supportCopyText: boolean;
12
+ effectTriggerTiming: string;
13
+ color: string;
14
+ dur: number;
15
+ direction: string;
16
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
17
+ containerType?: ContainerType | undefined;
18
+ supportCopyText?: boolean | undefined;
19
+ effectTriggerTiming?: EffectTriggerTiming | undefined;
20
+ color?: string | undefined;
21
+ dur?: number | undefined;
22
+ direction?: "left" | "right" | "down" | "up" | undefined;
23
+ }>, {
24
+ containerType: string;
25
+ supportCopyText: boolean;
26
+ effectTriggerTiming: string;
27
+ color: string;
28
+ dur: number;
29
+ direction: string;
30
+ }>>>, {
31
+ color: string;
32
+ effectTriggerTiming: EffectTriggerTiming;
33
+ supportCopyText: boolean;
34
+ dur: number;
35
+ containerType: ContainerType;
36
+ direction: "left" | "right" | "down" | "up";
37
+ }, {}>, {
38
+ default?(_: {}): any;
39
+ }>;
40
+ export default _default;
41
+ type __VLS_WithDefaults<P, D> = {
42
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
43
+ default: D[K];
44
+ }> : P[K];
45
+ };
46
+ type __VLS_Prettify<T> = {
47
+ [K in keyof T]: T[K];
48
+ } & {};
49
+ type __VLS_WithTemplateSlots<T, S> = T & {
50
+ new (): {
51
+ $slots: S;
52
+ };
53
+ };
54
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
55
+ type __VLS_TypePropsToOption<T> = {
56
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
57
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
58
+ } : {
59
+ type: import('vue').PropType<T[K]>;
60
+ required: true;
61
+ };
62
+ };
@@ -0,0 +1,62 @@
1
+ import { ContainerType, EffectTriggerTiming } from "../../types";
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
3
+ containerType?: ContainerType | undefined;
4
+ supportCopyText?: boolean | undefined;
5
+ effectTriggerTiming?: EffectTriggerTiming | undefined;
6
+ color?: string | undefined;
7
+ timeGap?: number | undefined;
8
+ direction?: "fromBottomLeft" | "fromBottomRight" | "fromTopLeft" | "fromTopRight" | "fromCenter" | undefined;
9
+ }>, {
10
+ containerType: string;
11
+ supportCopyText: boolean;
12
+ effectTriggerTiming: string;
13
+ color: string;
14
+ timeGap: number;
15
+ direction: string;
16
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
17
+ containerType?: ContainerType | undefined;
18
+ supportCopyText?: boolean | undefined;
19
+ effectTriggerTiming?: EffectTriggerTiming | undefined;
20
+ color?: string | undefined;
21
+ timeGap?: number | undefined;
22
+ direction?: "fromBottomLeft" | "fromBottomRight" | "fromTopLeft" | "fromTopRight" | "fromCenter" | undefined;
23
+ }>, {
24
+ containerType: string;
25
+ supportCopyText: boolean;
26
+ effectTriggerTiming: string;
27
+ color: string;
28
+ timeGap: number;
29
+ direction: string;
30
+ }>>>, {
31
+ color: string;
32
+ effectTriggerTiming: EffectTriggerTiming;
33
+ supportCopyText: boolean;
34
+ containerType: ContainerType;
35
+ direction: "fromBottomLeft" | "fromBottomRight" | "fromTopLeft" | "fromTopRight" | "fromCenter";
36
+ timeGap: number;
37
+ }, {}>, {
38
+ default?(_: {}): any;
39
+ }>;
40
+ export default _default;
41
+ type __VLS_WithDefaults<P, D> = {
42
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
43
+ default: D[K];
44
+ }> : P[K];
45
+ };
46
+ type __VLS_Prettify<T> = {
47
+ [K in keyof T]: T[K];
48
+ } & {};
49
+ type __VLS_WithTemplateSlots<T, S> = T & {
50
+ new (): {
51
+ $slots: S;
52
+ };
53
+ };
54
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
55
+ type __VLS_TypePropsToOption<T> = {
56
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
57
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
58
+ } : {
59
+ type: import('vue').PropType<T[K]>;
60
+ required: true;
61
+ };
62
+ };