@zyzgroup/core-vue 0.0.38 → 0.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ce/style.css +1 -1
- package/ce/yz_custom_element.iife.js +117 -118
- package/ce/yz_custom_element.iife.js.map +1 -1
- package/ce/yz_custom_element.js +10019 -9567
- package/ce/yz_custom_element.js.map +1 -1
- package/ce/yz_custom_element.umd.cjs +117 -118
- package/ce/yz_custom_element.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/zyzgroup_core_vue.iife.js +1 -135
- package/dist/zyzgroup_core_vue.iife.js.map +1 -1
- package/dist/zyzgroup_core_vue.js +1812 -23658
- package/dist/zyzgroup_core_vue.js.map +1 -1
- package/dist/zyzgroup_core_vue.umd.cjs +1 -135
- package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
- package/package.json +7 -5
- package/types/App.vue.d.ts +1 -1
- package/types/components/Accordion.ce.vue.d.ts +24 -24
- package/types/components/Accordion.vue.d.ts +24 -24
- package/types/components/Button.ce.vue.d.ts +35 -35
- package/types/components/Button.vue.d.ts +35 -35
- package/types/components/Canvas.ce.vue.d.ts +12 -12
- package/types/components/Canvas.vue.d.ts +12 -12
- package/types/components/CardFlip.ce.vue.d.ts +12 -12
- package/types/components/CardFlip.vue.d.ts +12 -12
- package/types/components/Container.ce.vue.d.ts +19 -19
- package/types/components/Container.vue.d.ts +20 -21
- package/types/components/Cube.ce.vue.d.ts +12 -12
- package/types/components/Cube.vue.d.ts +12 -12
- package/types/components/Demo.ce.vue.d.ts +1 -1
- package/types/components/Demo.vue.d.ts +1 -1
- package/types/components/Dialog.ce.vue.d.ts +20 -20
- package/types/components/Dialog.vue.d.ts +20 -20
- package/types/components/DialogLoading.ce.vue.d.ts +12 -12
- package/types/components/DialogLoading.vue.d.ts +12 -12
- package/types/components/DialogToast.ce.vue.d.ts +12 -12
- package/types/components/DialogToast.vue.d.ts +12 -12
- package/types/components/EaseGraphDisplay.ce.vue.d.ts +22 -22
- package/types/components/EaseGraphDisplay.vue.d.ts +22 -22
- package/types/components/EaseGroupGraphDisplay.ce.vue.d.ts +10 -10
- package/types/components/EaseGroupGraphDisplay.vue.d.ts +10 -10
- package/types/components/FPSStats.ce.vue.d.ts +1 -1
- package/types/components/FPSStats.vue.d.ts +1 -1
- package/types/components/HandWritePanel.ce.vue.d.ts +19 -19
- package/types/components/HandWritePanel.vue.d.ts +19 -19
- package/types/components/Icon.ce.vue.d.ts +9 -9
- package/types/components/Icon.vue.d.ts +9 -9
- package/types/components/Image.ce.vue.d.ts +14 -14
- package/types/components/Image.vue.d.ts +14 -14
- package/types/components/ImageView.ce.vue.d.ts +9 -9
- package/types/components/ImageView.vue.d.ts +9 -9
- package/types/components/InterpolationGraphDisplay.ce.vue.d.ts +15 -15
- package/types/components/InterpolationGraphDisplay.vue.d.ts +15 -15
- package/types/components/InterpolationGroupGraphDisplay.ce.vue.d.ts +6 -6
- package/types/components/InterpolationGroupGraphDisplay.vue.d.ts +6 -6
- package/types/components/MapTianditu.ce.vue.d.ts +22 -22
- package/types/components/MapTianditu.vue.d.ts +22 -22
- package/types/components/Overlay.ce.vue.d.ts +10 -10
- package/types/components/Overlay.vue.d.ts +10 -10
- package/types/components/Page.ce.vue.d.ts +24 -24
- package/types/components/Page.vue.d.ts +24 -24
- package/types/components/PageVerticalScrollProgressBar.ce.vue.d.ts +19 -19
- package/types/components/PageVerticalScrollProgressBar.vue.d.ts +19 -19
- package/types/components/PlateDisplay.ce.vue.d.ts +12 -12
- package/types/components/PlateDisplay.vue.d.ts +12 -12
- package/types/components/PlateKeyboard.ce.vue.d.ts +15 -15
- package/types/components/PlateKeyboard.vue.d.ts +15 -15
- package/types/components/PlateMobile.ce.vue.d.ts +9 -9
- package/types/components/PlateMobile.vue.d.ts +9 -9
- package/types/components/Pop.ce.vue.d.ts +34 -34
- package/types/components/Pop.vue.d.ts +34 -34
- package/types/components/Popover.ce.vue.d.ts +11 -11
- package/types/components/Popover.vue.d.ts +11 -11
- package/types/components/ProgressBar.ce.vue.d.ts +17 -17
- package/types/components/ProgressBar.vue.d.ts +17 -17
- package/types/components/ResizeObserver.ce.vue.d.ts +4 -4
- package/types/components/ResizeObserver.vue.d.ts +4 -4
- package/types/components/Routes.ce.vue.d.ts +20 -20
- package/types/components/Routes.vue.d.ts +20 -20
- package/types/components/SVG.ce.vue.d.ts +10 -10
- package/types/components/SVG.vue.d.ts +10 -10
- package/types/components/SVGAndCanvas.ce.vue.d.ts +8 -8
- package/types/components/SVGAndCanvas.vue.d.ts +8 -8
- package/types/components/SlideLeftItem.ce.vue.d.ts +18 -18
- package/types/components/SlideLeftItem.vue.d.ts +18 -18
- package/types/components/Tab.ce.vue.d.ts +3 -3
- package/types/components/Tab.vue.d.ts +3 -3
- package/types/components/Tabs.ce.vue.d.ts +8 -8
- package/types/components/Tabs.vue.d.ts +8 -8
- package/types/components/TabsForCE.ce.vue.d.ts +10 -10
- package/types/components/TabsForCE.vue.d.ts +10 -10
- package/types/components/TabsWithTab.ce.vue.d.ts +8 -8
- package/types/components/TabsWithTab.vue.d.ts +8 -8
- package/types/components/Video.ce.vue.d.ts +16 -16
- package/types/components/Video.vue.d.ts +16 -16
- package/types/components/chat/ClockFlipper.ce.vue.d.ts +26 -26
- package/types/components/chat/ClockFlipper.vue.d.ts +26 -26
- package/types/components/chat/RingIndicator.ce.vue.d.ts +14 -14
- package/types/components/chat/RingIndicator.vue.d.ts +14 -14
- package/types/components/chat/RingText.ce.vue.d.ts +14 -14
- package/types/components/chat/RingText.vue.d.ts +14 -14
- package/types/components/effect/BorderFocusText.ce.vue.d.ts +22 -22
- package/types/components/effect/BorderFocusText.vue.d.ts +22 -22
- package/types/components/effect/CSSAnimation.ce.vue.d.ts +36 -36
- package/types/components/effect/CSSAnimation.vue.d.ts +36 -36
- package/types/components/effect/CSSTransition.ce.vue.d.ts +25 -25
- package/types/components/effect/CSSTransition.vue.d.ts +32 -26
- package/types/components/effect/Circle.ce.vue.d.ts +16 -16
- package/types/components/effect/Circle.vue.d.ts +16 -16
- package/types/components/effect/Float.ce.vue.d.ts +20 -20
- package/types/components/effect/Float.vue.d.ts +20 -20
- package/types/components/effect/ImageMask.ce.vue.d.ts +8 -8
- package/types/components/effect/ImageMask.vue.d.ts +8 -8
- package/types/components/effect/LineDouble.ce.vue.d.ts +22 -22
- package/types/components/effect/LineDouble.vue.d.ts +22 -22
- package/types/components/effect/LineSingle.ce.vue.d.ts +22 -22
- package/types/components/effect/LineSingle.vue.d.ts +22 -22
- package/types/components/effect/Slide.ce.vue.d.ts +18 -18
- package/types/components/effect/Slide.vue.d.ts +18 -18
- package/types/components/effect/SlideCorner.ce.vue.d.ts +18 -18
- package/types/components/effect/SlideCorner.vue.d.ts +18 -18
- package/types/components/effect/TextBackgroundClip.ce.vue.d.ts +8 -8
- package/types/components/effect/TextBackgroundClip.vue.d.ts +8 -8
- package/types/components/form/BooleanBox.ce.vue.d.ts +31 -31
- package/types/components/form/BooleanBox.vue.d.ts +31 -31
- package/types/components/form/CheckboxGroup.ce.vue.d.ts +38 -38
- package/types/components/form/CheckboxGroup.vue.d.ts +38 -38
- package/types/components/form/ColorPicker.ce.vue.d.ts +9 -9
- package/types/components/form/ColorPicker.vue.d.ts +9 -9
- package/types/components/form/Input.ce.vue.d.ts +40 -40
- package/types/components/form/Input.vue.d.ts +40 -40
- package/types/components/form/InputFileDrop.ce.vue.d.ts +8 -8
- package/types/components/form/InputFileDrop.vue.d.ts +8 -8
- package/types/components/form/InputRange.ce.vue.d.ts +28 -28
- package/types/components/form/InputRange.vue.d.ts +28 -28
- package/types/components/form/InputRangeBox.ce.vue.d.ts +24 -24
- package/types/components/form/InputRangeBox.vue.d.ts +24 -24
- package/types/components/form/InputRangeCanvas.ce.vue.d.ts +26 -26
- package/types/components/form/InputRangeCanvas.vue.d.ts +26 -26
- package/types/components/form/RadioGroup.ce.vue.d.ts +38 -38
- package/types/components/form/RadioGroup.vue.d.ts +38 -38
- package/types/components/form/Select.ce.vue.d.ts +65 -0
- package/types/components/form/Select.vue.d.ts +65 -0
- package/types/components/form/SelectAbsolute.ce.vue.d.ts +80 -0
- package/types/components/form/SelectAbsolute.vue.d.ts +80 -0
- package/types/components/form/Status.ce.vue.d.ts +8 -8
- package/types/components/form/Status.vue.d.ts +8 -8
- package/types/components/form/Switch.ce.vue.d.ts +19 -19
- package/types/components/form/Switch.vue.d.ts +19 -19
- package/types/components/layout/LayoutCenter.ce.vue.d.ts +6 -6
- package/types/components/layout/LayoutCenter.vue.d.ts +6 -6
- package/types/components/layout/LayoutMobile.ce.vue.d.ts +6 -6
- package/types/components/layout/LayoutMobile.vue.d.ts +6 -6
- package/types/components/loading/Loading1.ce.vue.d.ts +6 -6
- package/types/components/loading/Loading1.vue.d.ts +6 -6
- package/types/components/loading/Loading10.ce.vue.d.ts +6 -6
- package/types/components/loading/Loading10.vue.d.ts +6 -6
- package/types/components/loading/Loading11.ce.vue.d.ts +9 -9
- package/types/components/loading/Loading11.vue.d.ts +9 -9
- package/types/components/loading/Loading2.ce.vue.d.ts +6 -6
- package/types/components/loading/Loading2.vue.d.ts +6 -6
- package/types/components/loading/Loading3.ce.vue.d.ts +8 -8
- package/types/components/loading/Loading3.vue.d.ts +8 -8
- package/types/components/loading/Loading4.ce.vue.d.ts +6 -6
- package/types/components/loading/Loading4.vue.d.ts +6 -6
- package/types/components/loading/Loading5.ce.vue.d.ts +6 -6
- package/types/components/loading/Loading5.vue.d.ts +6 -6
- package/types/components/loading/Loading6.ce.vue.d.ts +6 -6
- package/types/components/loading/Loading6.vue.d.ts +6 -6
- package/types/components/loading/Loading7.ce.vue.d.ts +6 -6
- package/types/components/loading/Loading7.vue.d.ts +6 -6
- package/types/components/loading/Loading8.ce.vue.d.ts +6 -6
- package/types/components/loading/Loading8.vue.d.ts +6 -6
- package/types/components/loading/Loading9.ce.vue.d.ts +6 -6
- package/types/components/loading/Loading9.vue.d.ts +6 -6
- package/types/components/svg/SVGCheck.ce.vue.d.ts +9 -9
- package/types/components/svg/SVGCheck.vue.d.ts +9 -9
- package/types/components/svg/SVGCleanUp.ce.vue.d.ts +9 -9
- package/types/components/svg/SVGCleanUp.vue.d.ts +9 -9
- package/types/components/svg/SVGDelete.ce.vue.d.ts +11 -11
- package/types/components/svg/SVGDelete.vue.d.ts +11 -11
- package/types/components/svg/SVGDown.ce.vue.d.ts +11 -11
- package/types/components/svg/SVGDown.vue.d.ts +11 -11
- package/types/components/svg/SVGElement.ce.vue.d.ts +15 -15
- package/types/components/svg/SVGElement.vue.d.ts +15 -15
- package/types/components/svg/SVGFail.ce.vue.d.ts +11 -11
- package/types/components/svg/SVGFail.vue.d.ts +11 -11
- package/types/components/svg/SVGHome.ce.vue.d.ts +11 -11
- package/types/components/svg/SVGHome.vue.d.ts +11 -11
- package/types/components/svg/SVGLock.ce.vue.d.ts +11 -11
- package/types/components/svg/SVGLock.vue.d.ts +11 -11
- package/types/components/svg/SVGMaskNapkin.ce.vue.d.ts +1 -1
- package/types/components/svg/SVGMaskNapkin.vue.d.ts +1 -1
- package/types/components/svg/SVGPrompt.ce.vue.d.ts +11 -11
- package/types/components/svg/SVGPrompt.vue.d.ts +11 -11
- package/types/components/svg/SVGQuestion.ce.vue.d.ts +11 -11
- package/types/components/svg/SVGQuestion.vue.d.ts +11 -11
- package/types/components/svg/SVGReturn.ce.vue.d.ts +11 -11
- package/types/components/svg/SVGReturn.vue.d.ts +11 -11
- package/types/components/svg/SVGSuccess.vue.d.ts +11 -11
- package/types/components/svg/SVGWaiting.ce.vue.d.ts +11 -11
- package/types/components/svg/SVGWaiting.vue.d.ts +11 -11
- package/types/components/teleport.ce.vue.d.ts +2 -0
- package/types/components/teleport.vue.d.ts +2 -0
- package/types/demo.vue.d.ts +54 -0
- package/types/demo_vue3.vue.d.ts +65 -0
- package/types/directives/autofocus.d.ts +5 -0
- package/types/directives/demo.d.ts +23 -0
- package/types/directives/timestamp.d.ts +5 -0
- package/types/hooks/index.d.ts +4 -0
- package/types/hooks/useVue.d.ts +13 -0
- package/types/hooks/useVueEffect.d.ts +1 -0
- package/types/hooks/useVueRouter.d.ts +14 -0
- package/types/hooks/useVuex/modules/demo.d.ts +4 -0
- package/types/hooks/useVuex/modules/root.d.ts +4 -0
- package/types/hooks/useVuex/useVuex.d.ts +24 -0
- package/types/lib.d.ts +3 -79
- package/types/plugins/demo.d.ts +4 -0
- package/types/plugins/index.d.ts +1 -0
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { ContainerType, EffectTriggerTiming } from "../../types";
|
|
2
2
|
import { SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
|
|
3
3
|
export type SupportedCSSAnimation = "jelly" | "bounce" | "flash" | "pulse" | "rubberBand" | "shakeX" | "shakeY" | "headShake" | "swing" | "tada" | "wobble" | "jello" | "heartBeat" | "backInLeft" | "backInRight" | "backInUp" | "backInDown" | "backOutLeft" | "backOutRight" | "backOutUp" | "backOutDown" | "bounceIn" | "bounceInLeft" | "bounceInRight" | "bounceInUp" | "bounceInDown" | "bounceOut" | "bounceOutLeft" | "bounceOutRight" | "bounceOutUp" | "bounceOutDown" | "fadeIn" | "fadeInLeft" | "fadeInLeftBig" | "fadeInRight" | "fadeInRightBig" | "fadeInUp" | "fadeInUpBig" | "fadeInDown" | "fadeInDownBig" | "fadeInTopLeft" | "fadeInTopRight" | "fadeInBottomLeft" | "fadeInBottomRight" | "fadeOut" | "fadeOutLeft" | "fadeOutLeftBig" | "fadeOutRight" | "fadeOutRightBig" | "fadeOutUp" | "fadeOutUpBig" | "fadeOutDown" | "fadeOutDownBig" | "fadeOutTopLeft" | "fadeOutTopRight" | "fadeOutBottomRight" | "fadeOutBottomLeft" | "flip" | "flipInX" | "flipInY" | "flipOutX" | "flipOutY" | "flipOutRight" | "flipInLeft" | "flipOutLeft" | "flipInRight" | "flipOutTop" | "flipInBottom" | "flipOutBottom" | "flipInTop" | "lightSpeedInLeft" | "lightSpeedInRight" | "lightSpeedOutLeft" | "lightSpeedOutRight" | "rotateIn" | "rotateInUpLeft" | "rotateInUpRight" | "rotateInDownLeft" | "rotateInDownRight" | "rotateOut" | "rotateOutUpLeft" | "rotateOutUpRight" | "rotateOutDownLeft" | "rotateOutDownRight" | "hinge" | "rotateFall" | "rotateOutNewspaper" | "rotateInNewspaper" | "jackInTheBox" | "rollIn" | "rollOut" | "zoomIn" | "zoomInLeft" | "zoomInRight" | "zoomInUp" | "zoomInDown" | "zoomOut" | "zoomOutLeft" | "zoomOutRight" | "zoomOutUp" | "zoomOutDown" | "fade" | "moveFromLeft" | "moveToLeft" | "moveFromRight" | "moveToRight" | "moveFromTop" | "moveToTop" | "moveFromBottom" | "moveToBottom" | "moveFromLeftFade" | "moveToLeftFade" | "moveFromRightFade" | "moveToRightFade" | "moveFromTopFade" | "moveToTopFade" | "moveFromBottomFade" | "moveToBottomFade" | "scaleFromSmall" | "scaleToSmall" | "scaleFromLarge" | "scaleToLarge" | "scaleFromSmallCenter" | "scaleToSmallCenter" | "slideInLeft" | "slideInRight" | "slideInUp" | "slideInDown" | "slideOutLeft" | "slideOutRight" | "slideOutUp" | "slideOutDown" | "rotateRightSideFirst" | "rotateLeftSideFirst" | "rotateTopSideFirst" | "rotateBottomSideFirst" | "rotatePushLeft" | "rotatePushRight" | "rotatePushTop" | "rotatePushBottom" | "rotatePullRight" | "rotatePullLeft" | "rotatePullTop" | "rotatePullBottom" | "rotateFoldRight" | "rotateFoldLeft" | "rotateFoldTop" | "rotateFoldBottom" | "rotateUnfoldLeft" | "rotateUnfoldRight" | "rotateUnfoldTop" | "rotateUnfoldBottom" | "rotateRoomLeftOut" | "rotateRoomLeftIn" | "rotateRoomRightOut" | "rotateRoomRightIn" | "rotateRoomTopOut" | "rotateRoomTopIn" | "rotateRoomBottomOut" | "rotateRoomBottomIn" | "rotateCubeLeftOut" | "rotateCubeLeftIn" | "rotateCubeRightOut" | "rotateCubeRightIn" | "rotateCubeTopOut" | "rotateCubeTopIn" | "rotateCubeBottomOut" | "rotateCubeBottomIn" | "rotateCarouselLeftOut" | "rotateCarouselLeftIn" | "rotateCarouselRightOut" | "rotateCarouselRightIn" | "rotateCarouselTopOut" | "rotateCarouselTopIn" | "rotateCarouselBottomOut" | "rotateCarouselBottomIn" | "rotateSidesOut" | "rotateSidesIn" | "rotateSlideOut" | "rotateSlideIn" | "superRainbow" | "statusProcessing";
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
5
|
-
containerType?: ContainerType
|
|
6
|
-
supportCopyText?: boolean
|
|
7
|
-
effectTriggerTiming?: EffectTriggerTiming
|
|
8
|
-
name?: SupportedCSSAnimation
|
|
9
|
-
timingFunction?: SupportedEaseNameToCubicBezier
|
|
10
|
-
duration?: number
|
|
11
|
-
delay?: number
|
|
12
|
-
repeat?: number | "infinite"
|
|
13
|
-
direction?: "reverse" | "normal" | "alternate" | "alternate-reverse"
|
|
14
|
-
fillMode?: "none" | "both" | "forwards" | "backwards"
|
|
15
|
-
playState?: "running" | "paused"
|
|
16
|
-
perspective?: string
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
5
|
+
containerType?: ContainerType;
|
|
6
|
+
supportCopyText?: boolean;
|
|
7
|
+
effectTriggerTiming?: EffectTriggerTiming;
|
|
8
|
+
name?: SupportedCSSAnimation;
|
|
9
|
+
timingFunction?: SupportedEaseNameToCubicBezier;
|
|
10
|
+
duration?: number;
|
|
11
|
+
delay?: number;
|
|
12
|
+
repeat?: number | "infinite";
|
|
13
|
+
direction?: "reverse" | "normal" | "alternate" | "alternate-reverse";
|
|
14
|
+
fillMode?: "none" | "both" | "forwards" | "backwards";
|
|
15
|
+
playState?: "running" | "paused";
|
|
16
|
+
perspective?: string;
|
|
17
17
|
}>, {
|
|
18
18
|
containerType: string;
|
|
19
19
|
supportCopyText: boolean;
|
|
@@ -22,26 +22,26 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
22
22
|
fillMode: string;
|
|
23
23
|
playState: string;
|
|
24
24
|
perspective: string;
|
|
25
|
-
}
|
|
26
|
-
trigger: (newAnimationName?: SupportedCSSAnimation
|
|
27
|
-
triggerReverse: (newAnimationName?: SupportedCSSAnimation
|
|
25
|
+
}>>, {
|
|
26
|
+
trigger: (newAnimationName?: SupportedCSSAnimation) => void;
|
|
27
|
+
triggerReverse: (newAnimationName?: SupportedCSSAnimation) => void;
|
|
28
28
|
clear: () => void;
|
|
29
|
-
},
|
|
29
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
30
|
cssanimationstart: (name: string) => void;
|
|
31
31
|
cssanimationend: (name: string) => void;
|
|
32
32
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
33
|
-
containerType?: ContainerType
|
|
34
|
-
supportCopyText?: boolean
|
|
35
|
-
effectTriggerTiming?: EffectTriggerTiming
|
|
36
|
-
name?: SupportedCSSAnimation
|
|
37
|
-
timingFunction?: SupportedEaseNameToCubicBezier
|
|
38
|
-
duration?: number
|
|
39
|
-
delay?: number
|
|
40
|
-
repeat?: number | "infinite"
|
|
41
|
-
direction?: "reverse" | "normal" | "alternate" | "alternate-reverse"
|
|
42
|
-
fillMode?: "none" | "both" | "forwards" | "backwards"
|
|
43
|
-
playState?: "running" | "paused"
|
|
44
|
-
perspective?: string
|
|
33
|
+
containerType?: ContainerType;
|
|
34
|
+
supportCopyText?: boolean;
|
|
35
|
+
effectTriggerTiming?: EffectTriggerTiming;
|
|
36
|
+
name?: SupportedCSSAnimation;
|
|
37
|
+
timingFunction?: SupportedEaseNameToCubicBezier;
|
|
38
|
+
duration?: number;
|
|
39
|
+
delay?: number;
|
|
40
|
+
repeat?: number | "infinite";
|
|
41
|
+
direction?: "reverse" | "normal" | "alternate" | "alternate-reverse";
|
|
42
|
+
fillMode?: "none" | "both" | "forwards" | "backwards";
|
|
43
|
+
playState?: "running" | "paused";
|
|
44
|
+
perspective?: string;
|
|
45
45
|
}>, {
|
|
46
46
|
containerType: string;
|
|
47
47
|
supportCopyText: boolean;
|
|
@@ -50,18 +50,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
50
50
|
fillMode: string;
|
|
51
51
|
playState: string;
|
|
52
52
|
perspective: string;
|
|
53
|
-
}>>> & {
|
|
54
|
-
onCssanimationstart?: (
|
|
55
|
-
onCssanimationend?: (
|
|
56
|
-
}
|
|
53
|
+
}>>> & Readonly<{
|
|
54
|
+
onCssanimationstart?: (name: string) => any;
|
|
55
|
+
onCssanimationend?: (name: string) => any;
|
|
56
|
+
}>, {
|
|
57
57
|
name: SupportedCSSAnimation;
|
|
58
|
-
effectTriggerTiming: EffectTriggerTiming;
|
|
59
|
-
supportCopyText: boolean;
|
|
60
58
|
perspective: string;
|
|
61
59
|
containerType: ContainerType;
|
|
60
|
+
supportCopyText: boolean;
|
|
61
|
+
effectTriggerTiming: EffectTriggerTiming;
|
|
62
62
|
fillMode: "none" | "both" | "forwards" | "backwards";
|
|
63
63
|
playState: "running" | "paused";
|
|
64
|
-
}, {}>, {
|
|
64
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
65
65
|
default?(_: {}): any;
|
|
66
66
|
}>;
|
|
67
67
|
export default _default;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { ContainerType, EffectTriggerTiming } from "../../types";
|
|
2
2
|
import { SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
|
|
3
3
|
export type SupportedCSSAnimation = "jelly" | "bounce" | "flash" | "pulse" | "rubberBand" | "shakeX" | "shakeY" | "headShake" | "swing" | "tada" | "wobble" | "jello" | "heartBeat" | "backInLeft" | "backInRight" | "backInUp" | "backInDown" | "backOutLeft" | "backOutRight" | "backOutUp" | "backOutDown" | "bounceIn" | "bounceInLeft" | "bounceInRight" | "bounceInUp" | "bounceInDown" | "bounceOut" | "bounceOutLeft" | "bounceOutRight" | "bounceOutUp" | "bounceOutDown" | "fadeIn" | "fadeInLeft" | "fadeInLeftBig" | "fadeInRight" | "fadeInRightBig" | "fadeInUp" | "fadeInUpBig" | "fadeInDown" | "fadeInDownBig" | "fadeInTopLeft" | "fadeInTopRight" | "fadeInBottomLeft" | "fadeInBottomRight" | "fadeOut" | "fadeOutLeft" | "fadeOutLeftBig" | "fadeOutRight" | "fadeOutRightBig" | "fadeOutUp" | "fadeOutUpBig" | "fadeOutDown" | "fadeOutDownBig" | "fadeOutTopLeft" | "fadeOutTopRight" | "fadeOutBottomRight" | "fadeOutBottomLeft" | "flip" | "flipInX" | "flipInY" | "flipOutX" | "flipOutY" | "flipOutRight" | "flipInLeft" | "flipOutLeft" | "flipInRight" | "flipOutTop" | "flipInBottom" | "flipOutBottom" | "flipInTop" | "lightSpeedInLeft" | "lightSpeedInRight" | "lightSpeedOutLeft" | "lightSpeedOutRight" | "rotateIn" | "rotateInUpLeft" | "rotateInUpRight" | "rotateInDownLeft" | "rotateInDownRight" | "rotateOut" | "rotateOutUpLeft" | "rotateOutUpRight" | "rotateOutDownLeft" | "rotateOutDownRight" | "hinge" | "rotateFall" | "rotateOutNewspaper" | "rotateInNewspaper" | "jackInTheBox" | "rollIn" | "rollOut" | "zoomIn" | "zoomInLeft" | "zoomInRight" | "zoomInUp" | "zoomInDown" | "zoomOut" | "zoomOutLeft" | "zoomOutRight" | "zoomOutUp" | "zoomOutDown" | "fade" | "moveFromLeft" | "moveToLeft" | "moveFromRight" | "moveToRight" | "moveFromTop" | "moveToTop" | "moveFromBottom" | "moveToBottom" | "moveFromLeftFade" | "moveToLeftFade" | "moveFromRightFade" | "moveToRightFade" | "moveFromTopFade" | "moveToTopFade" | "moveFromBottomFade" | "moveToBottomFade" | "scaleFromSmall" | "scaleToSmall" | "scaleFromLarge" | "scaleToLarge" | "scaleFromSmallCenter" | "scaleToSmallCenter" | "slideInLeft" | "slideInRight" | "slideInUp" | "slideInDown" | "slideOutLeft" | "slideOutRight" | "slideOutUp" | "slideOutDown" | "rotateRightSideFirst" | "rotateLeftSideFirst" | "rotateTopSideFirst" | "rotateBottomSideFirst" | "rotatePushLeft" | "rotatePushRight" | "rotatePushTop" | "rotatePushBottom" | "rotatePullRight" | "rotatePullLeft" | "rotatePullTop" | "rotatePullBottom" | "rotateFoldRight" | "rotateFoldLeft" | "rotateFoldTop" | "rotateFoldBottom" | "rotateUnfoldLeft" | "rotateUnfoldRight" | "rotateUnfoldTop" | "rotateUnfoldBottom" | "rotateRoomLeftOut" | "rotateRoomLeftIn" | "rotateRoomRightOut" | "rotateRoomRightIn" | "rotateRoomTopOut" | "rotateRoomTopIn" | "rotateRoomBottomOut" | "rotateRoomBottomIn" | "rotateCubeLeftOut" | "rotateCubeLeftIn" | "rotateCubeRightOut" | "rotateCubeRightIn" | "rotateCubeTopOut" | "rotateCubeTopIn" | "rotateCubeBottomOut" | "rotateCubeBottomIn" | "rotateCarouselLeftOut" | "rotateCarouselLeftIn" | "rotateCarouselRightOut" | "rotateCarouselRightIn" | "rotateCarouselTopOut" | "rotateCarouselTopIn" | "rotateCarouselBottomOut" | "rotateCarouselBottomIn" | "rotateSidesOut" | "rotateSidesIn" | "rotateSlideOut" | "rotateSlideIn" | "superRainbow" | "statusProcessing";
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
5
|
-
containerType?: ContainerType
|
|
6
|
-
supportCopyText?: boolean
|
|
7
|
-
effectTriggerTiming?: EffectTriggerTiming
|
|
8
|
-
name?: SupportedCSSAnimation
|
|
9
|
-
timingFunction?: SupportedEaseNameToCubicBezier
|
|
10
|
-
duration?: number
|
|
11
|
-
delay?: number
|
|
12
|
-
repeat?: number | "infinite"
|
|
13
|
-
direction?: "reverse" | "normal" | "alternate" | "alternate-reverse"
|
|
14
|
-
fillMode?: "none" | "both" | "forwards" | "backwards"
|
|
15
|
-
playState?: "running" | "paused"
|
|
16
|
-
perspective?: string
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
5
|
+
containerType?: ContainerType;
|
|
6
|
+
supportCopyText?: boolean;
|
|
7
|
+
effectTriggerTiming?: EffectTriggerTiming;
|
|
8
|
+
name?: SupportedCSSAnimation;
|
|
9
|
+
timingFunction?: SupportedEaseNameToCubicBezier;
|
|
10
|
+
duration?: number;
|
|
11
|
+
delay?: number;
|
|
12
|
+
repeat?: number | "infinite";
|
|
13
|
+
direction?: "reverse" | "normal" | "alternate" | "alternate-reverse";
|
|
14
|
+
fillMode?: "none" | "both" | "forwards" | "backwards";
|
|
15
|
+
playState?: "running" | "paused";
|
|
16
|
+
perspective?: string;
|
|
17
17
|
}>, {
|
|
18
18
|
containerType: string;
|
|
19
19
|
supportCopyText: boolean;
|
|
@@ -22,26 +22,26 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
22
22
|
fillMode: string;
|
|
23
23
|
playState: string;
|
|
24
24
|
perspective: string;
|
|
25
|
-
}
|
|
26
|
-
trigger: (newAnimationName?: SupportedCSSAnimation
|
|
27
|
-
triggerReverse: (newAnimationName?: SupportedCSSAnimation
|
|
25
|
+
}>>, {
|
|
26
|
+
trigger: (newAnimationName?: SupportedCSSAnimation) => void;
|
|
27
|
+
triggerReverse: (newAnimationName?: SupportedCSSAnimation) => void;
|
|
28
28
|
clear: () => void;
|
|
29
|
-
},
|
|
29
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
30
|
cssanimationstart: (name: string) => void;
|
|
31
31
|
cssanimationend: (name: string) => void;
|
|
32
32
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
33
|
-
containerType?: ContainerType
|
|
34
|
-
supportCopyText?: boolean
|
|
35
|
-
effectTriggerTiming?: EffectTriggerTiming
|
|
36
|
-
name?: SupportedCSSAnimation
|
|
37
|
-
timingFunction?: SupportedEaseNameToCubicBezier
|
|
38
|
-
duration?: number
|
|
39
|
-
delay?: number
|
|
40
|
-
repeat?: number | "infinite"
|
|
41
|
-
direction?: "reverse" | "normal" | "alternate" | "alternate-reverse"
|
|
42
|
-
fillMode?: "none" | "both" | "forwards" | "backwards"
|
|
43
|
-
playState?: "running" | "paused"
|
|
44
|
-
perspective?: string
|
|
33
|
+
containerType?: ContainerType;
|
|
34
|
+
supportCopyText?: boolean;
|
|
35
|
+
effectTriggerTiming?: EffectTriggerTiming;
|
|
36
|
+
name?: SupportedCSSAnimation;
|
|
37
|
+
timingFunction?: SupportedEaseNameToCubicBezier;
|
|
38
|
+
duration?: number;
|
|
39
|
+
delay?: number;
|
|
40
|
+
repeat?: number | "infinite";
|
|
41
|
+
direction?: "reverse" | "normal" | "alternate" | "alternate-reverse";
|
|
42
|
+
fillMode?: "none" | "both" | "forwards" | "backwards";
|
|
43
|
+
playState?: "running" | "paused";
|
|
44
|
+
perspective?: string;
|
|
45
45
|
}>, {
|
|
46
46
|
containerType: string;
|
|
47
47
|
supportCopyText: boolean;
|
|
@@ -50,18 +50,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
50
50
|
fillMode: string;
|
|
51
51
|
playState: string;
|
|
52
52
|
perspective: string;
|
|
53
|
-
}>>> & {
|
|
54
|
-
onCssanimationstart?: (
|
|
55
|
-
onCssanimationend?: (
|
|
56
|
-
}
|
|
53
|
+
}>>> & Readonly<{
|
|
54
|
+
onCssanimationstart?: (name: string) => any;
|
|
55
|
+
onCssanimationend?: (name: string) => any;
|
|
56
|
+
}>, {
|
|
57
57
|
name: SupportedCSSAnimation;
|
|
58
|
-
effectTriggerTiming: EffectTriggerTiming;
|
|
59
|
-
supportCopyText: boolean;
|
|
60
58
|
perspective: string;
|
|
61
59
|
containerType: ContainerType;
|
|
60
|
+
supportCopyText: boolean;
|
|
61
|
+
effectTriggerTiming: EffectTriggerTiming;
|
|
62
62
|
fillMode: "none" | "both" | "forwards" | "backwards";
|
|
63
63
|
playState: "running" | "paused";
|
|
64
|
-
}, {}>, {
|
|
64
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
65
65
|
default?(_: {}): any;
|
|
66
66
|
}>;
|
|
67
67
|
export default _default;
|
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
import { ContainerType, EffectTriggerTiming } from "../../types";
|
|
2
2
|
import { SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
|
|
3
3
|
export type SupportedCSSTransition = "superRainbow";
|
|
4
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
5
|
-
containerType?: ContainerType
|
|
6
|
-
supportCopyText?: boolean
|
|
7
|
-
effectTriggerTiming?: EffectTriggerTiming
|
|
8
|
-
name?: "superRainbow"
|
|
9
|
-
timingFunction?: SupportedEaseNameToCubicBezier
|
|
10
|
-
duration?: number
|
|
11
|
-
delay?: number
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
5
|
+
containerType?: ContainerType;
|
|
6
|
+
supportCopyText?: boolean;
|
|
7
|
+
effectTriggerTiming?: EffectTriggerTiming;
|
|
8
|
+
name?: "superRainbow";
|
|
9
|
+
timingFunction?: SupportedEaseNameToCubicBezier;
|
|
10
|
+
duration?: number;
|
|
11
|
+
delay?: number;
|
|
12
12
|
}>, {
|
|
13
13
|
containerType: string;
|
|
14
14
|
supportCopyText: boolean;
|
|
15
15
|
effectTriggerTiming: string;
|
|
16
16
|
name: string;
|
|
17
|
-
}
|
|
18
|
-
trigger: (newTransitionName?: "superRainbow"
|
|
19
|
-
},
|
|
17
|
+
}>>, {
|
|
18
|
+
trigger: (newTransitionName?: "superRainbow") => void;
|
|
19
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
20
|
csstransitionstart: (e: TransitionEvent) => void;
|
|
21
21
|
csstransitionend: (e: TransitionEvent) => void;
|
|
22
22
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
23
|
-
containerType?: ContainerType
|
|
24
|
-
supportCopyText?: boolean
|
|
25
|
-
effectTriggerTiming?: EffectTriggerTiming
|
|
26
|
-
name?: "superRainbow"
|
|
27
|
-
timingFunction?: SupportedEaseNameToCubicBezier
|
|
28
|
-
duration?: number
|
|
29
|
-
delay?: number
|
|
23
|
+
containerType?: ContainerType;
|
|
24
|
+
supportCopyText?: boolean;
|
|
25
|
+
effectTriggerTiming?: EffectTriggerTiming;
|
|
26
|
+
name?: "superRainbow";
|
|
27
|
+
timingFunction?: SupportedEaseNameToCubicBezier;
|
|
28
|
+
duration?: number;
|
|
29
|
+
delay?: number;
|
|
30
30
|
}>, {
|
|
31
31
|
containerType: string;
|
|
32
32
|
supportCopyText: boolean;
|
|
33
33
|
effectTriggerTiming: string;
|
|
34
34
|
name: string;
|
|
35
|
-
}>>> & {
|
|
36
|
-
onCsstransitionstart?: (
|
|
37
|
-
onCsstransitionend?: (
|
|
38
|
-
}
|
|
35
|
+
}>>> & Readonly<{
|
|
36
|
+
onCsstransitionstart?: (e: TransitionEvent) => any;
|
|
37
|
+
onCsstransitionend?: (e: TransitionEvent) => any;
|
|
38
|
+
}>, {
|
|
39
39
|
name: "superRainbow";
|
|
40
|
-
effectTriggerTiming: EffectTriggerTiming;
|
|
41
|
-
supportCopyText: boolean;
|
|
42
40
|
containerType: ContainerType;
|
|
43
|
-
|
|
41
|
+
supportCopyText: boolean;
|
|
42
|
+
effectTriggerTiming: EffectTriggerTiming;
|
|
43
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
44
44
|
default?(_: {}): any;
|
|
45
45
|
}>;
|
|
46
46
|
export default _default;
|
|
@@ -1,46 +1,52 @@
|
|
|
1
1
|
import { ContainerType, EffectTriggerTiming } from "../../types";
|
|
2
2
|
import { SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
timingFunction?: SupportedEaseNameToCubicBezier
|
|
10
|
-
|
|
11
|
-
delay?: number | undefined;
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
4
|
+
containerType?: ContainerType;
|
|
5
|
+
supportCopyText?: boolean;
|
|
6
|
+
effectTriggerTiming?: EffectTriggerTiming;
|
|
7
|
+
name?: "superRainbow";
|
|
8
|
+
duration?: number;
|
|
9
|
+
timingFunction?: SupportedEaseNameToCubicBezier;
|
|
10
|
+
delay?: number;
|
|
12
11
|
}>, {
|
|
13
12
|
containerType: string;
|
|
14
13
|
supportCopyText: boolean;
|
|
15
14
|
effectTriggerTiming: string;
|
|
16
15
|
name: string;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
duration: number;
|
|
17
|
+
timingFunction: string;
|
|
18
|
+
delay: number;
|
|
19
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
20
|
csstransitionstart: (e: TransitionEvent) => void;
|
|
21
21
|
csstransitionend: (e: TransitionEvent) => void;
|
|
22
22
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
23
|
-
containerType?: ContainerType
|
|
24
|
-
supportCopyText?: boolean
|
|
25
|
-
effectTriggerTiming?: EffectTriggerTiming
|
|
26
|
-
name?: "superRainbow"
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
delay?: number
|
|
23
|
+
containerType?: ContainerType;
|
|
24
|
+
supportCopyText?: boolean;
|
|
25
|
+
effectTriggerTiming?: EffectTriggerTiming;
|
|
26
|
+
name?: "superRainbow";
|
|
27
|
+
duration?: number;
|
|
28
|
+
timingFunction?: SupportedEaseNameToCubicBezier;
|
|
29
|
+
delay?: number;
|
|
30
30
|
}>, {
|
|
31
31
|
containerType: string;
|
|
32
32
|
supportCopyText: boolean;
|
|
33
33
|
effectTriggerTiming: string;
|
|
34
34
|
name: string;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
35
|
+
duration: number;
|
|
36
|
+
timingFunction: string;
|
|
37
|
+
delay: number;
|
|
38
|
+
}>>> & Readonly<{
|
|
39
|
+
onCsstransitionstart?: (e: TransitionEvent) => any;
|
|
40
|
+
onCsstransitionend?: (e: TransitionEvent) => any;
|
|
41
|
+
}>, {
|
|
42
|
+
duration: number;
|
|
39
43
|
name: "superRainbow";
|
|
40
|
-
|
|
41
|
-
|
|
44
|
+
timingFunction: SupportedEaseNameToCubicBezier;
|
|
45
|
+
delay: number;
|
|
42
46
|
containerType: ContainerType;
|
|
43
|
-
|
|
47
|
+
supportCopyText: boolean;
|
|
48
|
+
effectTriggerTiming: EffectTriggerTiming;
|
|
49
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
44
50
|
default?(_: {}): any;
|
|
45
51
|
}>;
|
|
46
52
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ContainerType, EffectTriggerTiming } from "../../types";
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
-
containerType?: ContainerType
|
|
4
|
-
supportCopyText?: boolean
|
|
5
|
-
effectTriggerTiming?: EffectTriggerTiming
|
|
6
|
-
color?: string
|
|
7
|
-
dur?: number
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
+
containerType?: ContainerType;
|
|
4
|
+
supportCopyText?: boolean;
|
|
5
|
+
effectTriggerTiming?: EffectTriggerTiming;
|
|
6
|
+
color?: string;
|
|
7
|
+
dur?: number;
|
|
8
8
|
}>, {
|
|
9
9
|
containerType: string;
|
|
10
10
|
supportCopyText: boolean;
|
|
@@ -12,12 +12,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
12
12
|
effectTriggerTiming: string;
|
|
13
13
|
color: string;
|
|
14
14
|
dur: number;
|
|
15
|
-
}
|
|
16
|
-
containerType?: ContainerType
|
|
17
|
-
supportCopyText?: boolean
|
|
18
|
-
effectTriggerTiming?: EffectTriggerTiming
|
|
19
|
-
color?: string
|
|
20
|
-
dur?: number
|
|
15
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
16
|
+
containerType?: ContainerType;
|
|
17
|
+
supportCopyText?: boolean;
|
|
18
|
+
effectTriggerTiming?: EffectTriggerTiming;
|
|
19
|
+
color?: string;
|
|
20
|
+
dur?: number;
|
|
21
21
|
}>, {
|
|
22
22
|
containerType: string;
|
|
23
23
|
supportCopyText: boolean;
|
|
@@ -25,13 +25,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
25
25
|
effectTriggerTiming: string;
|
|
26
26
|
color: string;
|
|
27
27
|
dur: number;
|
|
28
|
-
}
|
|
28
|
+
}>>> & Readonly<{}>, {
|
|
29
29
|
dur: number;
|
|
30
30
|
color: string;
|
|
31
|
-
effectTriggerTiming: EffectTriggerTiming;
|
|
32
|
-
supportCopyText: boolean;
|
|
33
31
|
containerType: ContainerType;
|
|
34
|
-
|
|
32
|
+
supportCopyText: boolean;
|
|
33
|
+
effectTriggerTiming: EffectTriggerTiming;
|
|
34
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
35
35
|
default?(_: {}): any;
|
|
36
36
|
}>;
|
|
37
37
|
export default _default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ContainerType, EffectTriggerTiming } from "../../types";
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
-
containerType?: ContainerType
|
|
4
|
-
supportCopyText?: boolean
|
|
5
|
-
effectTriggerTiming?: EffectTriggerTiming
|
|
6
|
-
color?: string
|
|
7
|
-
dur?: number
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
+
containerType?: ContainerType;
|
|
4
|
+
supportCopyText?: boolean;
|
|
5
|
+
effectTriggerTiming?: EffectTriggerTiming;
|
|
6
|
+
color?: string;
|
|
7
|
+
dur?: number;
|
|
8
8
|
}>, {
|
|
9
9
|
containerType: string;
|
|
10
10
|
supportCopyText: boolean;
|
|
@@ -12,12 +12,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
12
12
|
effectTriggerTiming: string;
|
|
13
13
|
color: string;
|
|
14
14
|
dur: number;
|
|
15
|
-
}
|
|
16
|
-
containerType?: ContainerType
|
|
17
|
-
supportCopyText?: boolean
|
|
18
|
-
effectTriggerTiming?: EffectTriggerTiming
|
|
19
|
-
color?: string
|
|
20
|
-
dur?: number
|
|
15
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
16
|
+
containerType?: ContainerType;
|
|
17
|
+
supportCopyText?: boolean;
|
|
18
|
+
effectTriggerTiming?: EffectTriggerTiming;
|
|
19
|
+
color?: string;
|
|
20
|
+
dur?: number;
|
|
21
21
|
}>, {
|
|
22
22
|
containerType: string;
|
|
23
23
|
supportCopyText: boolean;
|
|
@@ -25,13 +25,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
25
25
|
effectTriggerTiming: string;
|
|
26
26
|
color: string;
|
|
27
27
|
dur: number;
|
|
28
|
-
}
|
|
28
|
+
}>>> & Readonly<{}>, {
|
|
29
29
|
dur: number;
|
|
30
30
|
color: string;
|
|
31
|
-
effectTriggerTiming: EffectTriggerTiming;
|
|
32
|
-
supportCopyText: boolean;
|
|
33
31
|
containerType: ContainerType;
|
|
34
|
-
|
|
32
|
+
supportCopyText: boolean;
|
|
33
|
+
effectTriggerTiming: EffectTriggerTiming;
|
|
34
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
35
35
|
default?(_: {}): any;
|
|
36
36
|
}>;
|
|
37
37
|
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ContainerType, EffectTriggerTiming } from "../../types";
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
-
containerType?: ContainerType
|
|
4
|
-
supportCopyText?: boolean
|
|
5
|
-
effectTriggerTiming?: EffectTriggerTiming
|
|
6
|
-
dur?: number
|
|
7
|
-
distance?: number
|
|
8
|
-
boxShadow?: string
|
|
9
|
-
direction?: "left" | "right" | "down" | "up"
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
+
containerType?: ContainerType;
|
|
4
|
+
supportCopyText?: boolean;
|
|
5
|
+
effectTriggerTiming?: EffectTriggerTiming;
|
|
6
|
+
dur?: number;
|
|
7
|
+
distance?: number;
|
|
8
|
+
boxShadow?: string;
|
|
9
|
+
direction?: "left" | "right" | "down" | "up";
|
|
10
10
|
}>, {
|
|
11
11
|
containerType: string;
|
|
12
12
|
supportCopyText: boolean;
|
|
@@ -15,14 +15,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
15
15
|
distance: number;
|
|
16
16
|
boxShadow: string;
|
|
17
17
|
direction: string;
|
|
18
|
-
}
|
|
19
|
-
containerType?: ContainerType
|
|
20
|
-
supportCopyText?: boolean
|
|
21
|
-
effectTriggerTiming?: EffectTriggerTiming
|
|
22
|
-
dur?: number
|
|
23
|
-
distance?: number
|
|
24
|
-
boxShadow?: string
|
|
25
|
-
direction?: "left" | "right" | "down" | "up"
|
|
18
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
19
|
+
containerType?: ContainerType;
|
|
20
|
+
supportCopyText?: boolean;
|
|
21
|
+
effectTriggerTiming?: EffectTriggerTiming;
|
|
22
|
+
dur?: number;
|
|
23
|
+
distance?: number;
|
|
24
|
+
boxShadow?: string;
|
|
25
|
+
direction?: "left" | "right" | "down" | "up";
|
|
26
26
|
}>, {
|
|
27
27
|
containerType: string;
|
|
28
28
|
supportCopyText: boolean;
|
|
@@ -31,15 +31,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
31
31
|
distance: number;
|
|
32
32
|
boxShadow: string;
|
|
33
33
|
direction: string;
|
|
34
|
-
}
|
|
34
|
+
}>>> & Readonly<{}>, {
|
|
35
35
|
dur: number;
|
|
36
|
-
effectTriggerTiming: EffectTriggerTiming;
|
|
37
|
-
supportCopyText: boolean;
|
|
38
36
|
containerType: ContainerType;
|
|
37
|
+
supportCopyText: boolean;
|
|
38
|
+
effectTriggerTiming: EffectTriggerTiming;
|
|
39
39
|
direction: "left" | "right" | "down" | "up";
|
|
40
40
|
distance: number;
|
|
41
41
|
boxShadow: string;
|
|
42
|
-
}, {}>, {
|
|
42
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
43
43
|
default?(_: {}): any;
|
|
44
44
|
}>;
|
|
45
45
|
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ContainerType, EffectTriggerTiming } from "../../types";
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
-
containerType?: ContainerType
|
|
4
|
-
supportCopyText?: boolean
|
|
5
|
-
effectTriggerTiming?: EffectTriggerTiming
|
|
6
|
-
dur?: number
|
|
7
|
-
distance?: number
|
|
8
|
-
boxShadow?: string
|
|
9
|
-
direction?: "left" | "right" | "down" | "up"
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
+
containerType?: ContainerType;
|
|
4
|
+
supportCopyText?: boolean;
|
|
5
|
+
effectTriggerTiming?: EffectTriggerTiming;
|
|
6
|
+
dur?: number;
|
|
7
|
+
distance?: number;
|
|
8
|
+
boxShadow?: string;
|
|
9
|
+
direction?: "left" | "right" | "down" | "up";
|
|
10
10
|
}>, {
|
|
11
11
|
containerType: string;
|
|
12
12
|
supportCopyText: boolean;
|
|
@@ -15,14 +15,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
15
15
|
distance: number;
|
|
16
16
|
boxShadow: string;
|
|
17
17
|
direction: string;
|
|
18
|
-
}
|
|
19
|
-
containerType?: ContainerType
|
|
20
|
-
supportCopyText?: boolean
|
|
21
|
-
effectTriggerTiming?: EffectTriggerTiming
|
|
22
|
-
dur?: number
|
|
23
|
-
distance?: number
|
|
24
|
-
boxShadow?: string
|
|
25
|
-
direction?: "left" | "right" | "down" | "up"
|
|
18
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
19
|
+
containerType?: ContainerType;
|
|
20
|
+
supportCopyText?: boolean;
|
|
21
|
+
effectTriggerTiming?: EffectTriggerTiming;
|
|
22
|
+
dur?: number;
|
|
23
|
+
distance?: number;
|
|
24
|
+
boxShadow?: string;
|
|
25
|
+
direction?: "left" | "right" | "down" | "up";
|
|
26
26
|
}>, {
|
|
27
27
|
containerType: string;
|
|
28
28
|
supportCopyText: boolean;
|
|
@@ -31,15 +31,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
31
31
|
distance: number;
|
|
32
32
|
boxShadow: string;
|
|
33
33
|
direction: string;
|
|
34
|
-
}
|
|
34
|
+
}>>> & Readonly<{}>, {
|
|
35
35
|
dur: number;
|
|
36
|
-
effectTriggerTiming: EffectTriggerTiming;
|
|
37
|
-
supportCopyText: boolean;
|
|
38
36
|
containerType: ContainerType;
|
|
37
|
+
supportCopyText: boolean;
|
|
38
|
+
effectTriggerTiming: EffectTriggerTiming;
|
|
39
39
|
direction: "left" | "right" | "down" | "up";
|
|
40
40
|
distance: number;
|
|
41
41
|
boxShadow: string;
|
|
42
|
-
}, {}>, {
|
|
42
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
43
43
|
default?(_: {}): any;
|
|
44
44
|
}>;
|
|
45
45
|
export default _default;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
-
maskMode?: "alaph" | "luminance" | "match-source"
|
|
3
|
-
imageUrl?: string
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
maskMode?: "alaph" | "luminance" | "match-source";
|
|
3
|
+
imageUrl?: string;
|
|
4
4
|
}>, {
|
|
5
5
|
maskMode: string;
|
|
6
6
|
imageUrl: string;
|
|
7
|
-
}
|
|
8
|
-
maskMode?: "alaph" | "luminance" | "match-source"
|
|
9
|
-
imageUrl?: string
|
|
7
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
8
|
+
maskMode?: "alaph" | "luminance" | "match-source";
|
|
9
|
+
imageUrl?: string;
|
|
10
10
|
}>, {
|
|
11
11
|
maskMode: string;
|
|
12
12
|
imageUrl: string;
|
|
13
|
-
}
|
|
13
|
+
}>>> & Readonly<{}>, {
|
|
14
14
|
maskMode: "alaph" | "luminance" | "match-source";
|
|
15
15
|
imageUrl: string;
|
|
16
|
-
}, {}>, {
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
17
17
|
mask?(_: {}): any;
|
|
18
18
|
default?(_: {}): any;
|
|
19
19
|
}>;
|