@zyzgroup/core-vue 0.0.39 → 0.0.40
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 +127 -111
- package/ce/yz_custom_element.iife.js.map +1 -1
- package/ce/yz_custom_element.js +8884 -8718
- package/ce/yz_custom_element.js.map +1 -1
- package/ce/yz_custom_element.umd.cjs +128 -112
- package/ce/yz_custom_element.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/zyzgroup_core_vue.iife.js +17 -1
- package/dist/zyzgroup_core_vue.iife.js.map +1 -1
- package/dist/zyzgroup_core_vue.js +1128 -710
- package/dist/zyzgroup_core_vue.js.map +1 -1
- package/dist/zyzgroup_core_vue.umd.cjs +17 -1
- package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/components/Button.ce.vue.d.ts +5 -0
- package/types/components/Button.vue.d.ts +5 -0
- package/types/components/Container.ce.vue.d.ts +3 -8
- package/types/components/Container.vue.d.ts +0 -4
- package/types/components/VueRouterView.ce.vue.d.ts +24 -0
- package/types/components/VueRouterView.vue.d.ts +24 -0
- package/types/components/VueSuspense.ce.vue.d.ts +7 -0
- package/types/components/VueSuspense.vue.d.ts +7 -0
- package/types/components/VueTeleport.ce.vue.d.ts +2 -0
- package/types/components/VueTeleport.vue.d.ts +2 -0
- package/types/components/effect/CSSTransition.ce.vue.d.ts +12 -5
- package/types/components/effect/CSSTransition.vue.d.ts +1 -0
- package/types/components/effect/VueTransition.ce.vue.d.ts +71 -0
- package/types/components/effect/VueTransition.vue.d.ts +71 -0
- package/types/components/effect/VueTransitionGroupSlideToLeft.ce.vue.d.ts +9 -0
- package/types/components/effect/VueTransitionGroupSlideToLeft.vue.d.ts +9 -0
- package/types/components/effect/VueTransitionOpacity.ce.vue.d.ts +9 -0
- package/types/components/effect/VueTransitionOpacity.vue.d.ts +9 -0
- package/types/components/effect/VueTransitionSlideUp.ce.vue.d.ts +9 -0
- package/types/components/effect/VueTransitionSlideUp.vue.d.ts +9 -0
- package/types/components/layout/LayoutMobile.ce.vue.d.ts +1 -1
- package/types/components/layout/LayoutMobile.vue.d.ts +1 -1
- package/types/components/xg/Footer.ce.vue.d.ts +2 -0
- package/types/components/xg/Footer.vue.d.ts +2 -0
- package/types/components/xg/Lot.ce.vue.d.ts +2 -0
- package/types/components/xg/Lot.vue.d.ts +2 -0
- package/types/lib.d.ts +2 -0
package/package.json
CHANGED
|
@@ -3,6 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
3
3
|
icon?: string;
|
|
4
4
|
iconPosition?: string;
|
|
5
5
|
disabled?: boolean;
|
|
6
|
+
width?: string;
|
|
6
7
|
height?: string;
|
|
7
8
|
padding?: string;
|
|
8
9
|
fontSize?: string;
|
|
@@ -15,6 +16,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
15
16
|
}>, {
|
|
16
17
|
iconPosition: string;
|
|
17
18
|
disabled: boolean;
|
|
19
|
+
width: string;
|
|
18
20
|
height: string;
|
|
19
21
|
padding: string;
|
|
20
22
|
fontSize: string;
|
|
@@ -30,6 +32,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
30
32
|
icon?: string;
|
|
31
33
|
iconPosition?: string;
|
|
32
34
|
disabled?: boolean;
|
|
35
|
+
width?: string;
|
|
33
36
|
height?: string;
|
|
34
37
|
padding?: string;
|
|
35
38
|
fontSize?: string;
|
|
@@ -42,6 +45,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
42
45
|
}>, {
|
|
43
46
|
iconPosition: string;
|
|
44
47
|
disabled: boolean;
|
|
48
|
+
width: string;
|
|
45
49
|
height: string;
|
|
46
50
|
padding: string;
|
|
47
51
|
fontSize: string;
|
|
@@ -53,6 +57,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
53
57
|
}>, {
|
|
54
58
|
height: string;
|
|
55
59
|
borderRadius: string;
|
|
60
|
+
width: string;
|
|
56
61
|
iconPosition: string;
|
|
57
62
|
disabled: boolean;
|
|
58
63
|
padding: string;
|
|
@@ -3,6 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
3
3
|
icon?: string;
|
|
4
4
|
iconPosition?: string;
|
|
5
5
|
disabled?: boolean;
|
|
6
|
+
width?: string;
|
|
6
7
|
height?: string;
|
|
7
8
|
padding?: string;
|
|
8
9
|
fontSize?: string;
|
|
@@ -15,6 +16,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
15
16
|
}>, {
|
|
16
17
|
iconPosition: string;
|
|
17
18
|
disabled: boolean;
|
|
19
|
+
width: string;
|
|
18
20
|
height: string;
|
|
19
21
|
padding: string;
|
|
20
22
|
fontSize: string;
|
|
@@ -30,6 +32,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
30
32
|
icon?: string;
|
|
31
33
|
iconPosition?: string;
|
|
32
34
|
disabled?: boolean;
|
|
35
|
+
width?: string;
|
|
33
36
|
height?: string;
|
|
34
37
|
padding?: string;
|
|
35
38
|
fontSize?: string;
|
|
@@ -42,6 +45,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
42
45
|
}>, {
|
|
43
46
|
iconPosition: string;
|
|
44
47
|
disabled: boolean;
|
|
48
|
+
width: string;
|
|
45
49
|
height: string;
|
|
46
50
|
padding: string;
|
|
47
51
|
fontSize: string;
|
|
@@ -53,6 +57,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
53
57
|
}>, {
|
|
54
58
|
height: string;
|
|
55
59
|
borderRadius: string;
|
|
60
|
+
width: string;
|
|
56
61
|
iconPosition: string;
|
|
57
62
|
disabled: boolean;
|
|
58
63
|
padding: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { DOMEventBus } from "@zyzgroup/core-web";
|
|
2
|
-
import { ContainerType,
|
|
2
|
+
import { ContainerType, EffectTriggerTiming } from "../types";
|
|
3
3
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
4
4
|
type?: ContainerType;
|
|
5
5
|
effectTriggerTiming?: EffectTriggerTiming;
|
|
6
|
-
styleSheets?: Record<string, string>;
|
|
7
6
|
supportCopyText?: boolean;
|
|
7
|
+
styleSheets?: Record<string, string>;
|
|
8
8
|
}>, {
|
|
9
9
|
type: string;
|
|
10
10
|
effectTriggerTiming: string;
|
|
@@ -13,11 +13,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
13
13
|
getElement: () => any;
|
|
14
14
|
getApp: () => Promise<DOMEventBus>;
|
|
15
15
|
getSize: () => Promise<DOMRect>;
|
|
16
|
-
getStatus: () => EffectStatus;
|
|
17
|
-
startEffect: () => void;
|
|
18
|
-
endEffect: () => void;
|
|
19
|
-
nextEffect: () => void;
|
|
20
|
-
repeatEffect: () => void;
|
|
21
16
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
17
|
ready: (app: DOMEventBus) => void;
|
|
23
18
|
resize: (width: number, height: number, rect: DOMRect) => void;
|
|
@@ -26,8 +21,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
26
21
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
27
22
|
type?: ContainerType;
|
|
28
23
|
effectTriggerTiming?: EffectTriggerTiming;
|
|
29
|
-
styleSheets?: Record<string, string>;
|
|
30
24
|
supportCopyText?: boolean;
|
|
25
|
+
styleSheets?: Record<string, string>;
|
|
31
26
|
}>, {
|
|
32
27
|
type: string;
|
|
33
28
|
effectTriggerTiming: string;
|
|
@@ -13,10 +13,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
13
13
|
getElement: () => any;
|
|
14
14
|
getApp: () => Promise<DOMEventBus>;
|
|
15
15
|
getSize: () => Promise<DOMRect>;
|
|
16
|
-
startEffect: () => void;
|
|
17
|
-
endEffect: () => void;
|
|
18
|
-
nextEffect: () => void;
|
|
19
|
-
repeatEffect: () => void;
|
|
20
16
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
17
|
ready: (app: DOMEventBus) => void;
|
|
22
18
|
resize: (width: number, height: number, rect: DOMRect) => void;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ComponentPublicInstance } from "vue";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
+
Component: ComponentPublicInstance;
|
|
4
|
+
}>, {}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
5
|
+
Component: ComponentPublicInstance;
|
|
6
|
+
}>, {}>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithDefaults<P, D> = {
|
|
9
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
10
|
+
default: D[K];
|
|
11
|
+
}> : P[K];
|
|
12
|
+
};
|
|
13
|
+
type __VLS_Prettify<T> = {
|
|
14
|
+
[K in keyof T]: T[K];
|
|
15
|
+
} & {};
|
|
16
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
17
|
+
type __VLS_TypePropsToOption<T> = {
|
|
18
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
19
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
20
|
+
} : {
|
|
21
|
+
type: import('vue').PropType<T[K]>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ComponentPublicInstance } from "vue";
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
+
Component: ComponentPublicInstance;
|
|
4
|
+
}>, {}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
5
|
+
Component: ComponentPublicInstance;
|
|
6
|
+
}>, {}>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_WithDefaults<P, D> = {
|
|
9
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
10
|
+
default: D[K];
|
|
11
|
+
}> : P[K];
|
|
12
|
+
};
|
|
13
|
+
type __VLS_Prettify<T> = {
|
|
14
|
+
[K in keyof T]: T[K];
|
|
15
|
+
} & {};
|
|
16
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
17
|
+
type __VLS_TypePropsToOption<T> = {
|
|
18
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
19
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
20
|
+
} : {
|
|
21
|
+
type: import('vue').PropType<T[K]>;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
6
|
+
$slots: S;
|
|
7
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
6
|
+
$slots: S;
|
|
7
|
+
});
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -6,17 +6,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
6
6
|
supportCopyText?: boolean;
|
|
7
7
|
effectTriggerTiming?: EffectTriggerTiming;
|
|
8
8
|
name?: "superRainbow";
|
|
9
|
-
timingFunction?: SupportedEaseNameToCubicBezier;
|
|
10
9
|
duration?: number;
|
|
10
|
+
timingFunction?: SupportedEaseNameToCubicBezier;
|
|
11
11
|
delay?: number;
|
|
12
12
|
}>, {
|
|
13
13
|
containerType: string;
|
|
14
14
|
supportCopyText: boolean;
|
|
15
15
|
effectTriggerTiming: string;
|
|
16
16
|
name: string;
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
duration: number;
|
|
18
|
+
timingFunction: string;
|
|
19
|
+
delay: number;
|
|
20
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
20
21
|
csstransitionstart: (e: TransitionEvent) => void;
|
|
21
22
|
csstransitionend: (e: TransitionEvent) => void;
|
|
22
23
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
@@ -24,19 +25,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
24
25
|
supportCopyText?: boolean;
|
|
25
26
|
effectTriggerTiming?: EffectTriggerTiming;
|
|
26
27
|
name?: "superRainbow";
|
|
27
|
-
timingFunction?: SupportedEaseNameToCubicBezier;
|
|
28
28
|
duration?: number;
|
|
29
|
+
timingFunction?: SupportedEaseNameToCubicBezier;
|
|
29
30
|
delay?: number;
|
|
30
31
|
}>, {
|
|
31
32
|
containerType: string;
|
|
32
33
|
supportCopyText: boolean;
|
|
33
34
|
effectTriggerTiming: string;
|
|
34
35
|
name: string;
|
|
36
|
+
duration: number;
|
|
37
|
+
timingFunction: string;
|
|
38
|
+
delay: number;
|
|
35
39
|
}>>> & Readonly<{
|
|
36
40
|
onCsstransitionstart?: (e: TransitionEvent) => any;
|
|
37
41
|
onCsstransitionend?: (e: TransitionEvent) => any;
|
|
38
42
|
}>, {
|
|
43
|
+
duration: number;
|
|
39
44
|
name: "superRainbow";
|
|
45
|
+
timingFunction: SupportedEaseNameToCubicBezier;
|
|
46
|
+
delay: number;
|
|
40
47
|
containerType: ContainerType;
|
|
41
48
|
supportCopyText: boolean;
|
|
42
49
|
effectTriggerTiming: EffectTriggerTiming;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ContainerType, EffectTriggerTiming } from "../../types";
|
|
2
2
|
import { SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
|
|
3
|
+
export type SupportedCSSTransition = "superRainbow";
|
|
3
4
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
4
5
|
containerType?: ContainerType;
|
|
5
6
|
supportCopyText?: boolean;
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
name?: string;
|
|
3
|
+
duration?: number | {
|
|
4
|
+
enter: number;
|
|
5
|
+
leave: number;
|
|
6
|
+
};
|
|
7
|
+
enterFromClassName?: string;
|
|
8
|
+
enterActiveClassName?: string;
|
|
9
|
+
enterToClassName?: string;
|
|
10
|
+
leaveFromClassName?: string;
|
|
11
|
+
leaveActiveClassName?: string;
|
|
12
|
+
leaveToClassName?: string;
|
|
13
|
+
}>, {
|
|
14
|
+
enterFromClassName: string;
|
|
15
|
+
enterActiveClassName: string;
|
|
16
|
+
enterToClassName: string;
|
|
17
|
+
leaveFromClassName: string;
|
|
18
|
+
leaveActiveClassName: string;
|
|
19
|
+
leaveToClassName: string;
|
|
20
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
21
|
+
name?: string;
|
|
22
|
+
duration?: number | {
|
|
23
|
+
enter: number;
|
|
24
|
+
leave: number;
|
|
25
|
+
};
|
|
26
|
+
enterFromClassName?: string;
|
|
27
|
+
enterActiveClassName?: string;
|
|
28
|
+
enterToClassName?: string;
|
|
29
|
+
leaveFromClassName?: string;
|
|
30
|
+
leaveActiveClassName?: string;
|
|
31
|
+
leaveToClassName?: string;
|
|
32
|
+
}>, {
|
|
33
|
+
enterFromClassName: string;
|
|
34
|
+
enterActiveClassName: string;
|
|
35
|
+
enterToClassName: string;
|
|
36
|
+
leaveFromClassName: string;
|
|
37
|
+
leaveActiveClassName: string;
|
|
38
|
+
leaveToClassName: string;
|
|
39
|
+
}>>> & Readonly<{}>, {
|
|
40
|
+
enterFromClassName: string;
|
|
41
|
+
enterActiveClassName: string;
|
|
42
|
+
enterToClassName: string;
|
|
43
|
+
leaveFromClassName: string;
|
|
44
|
+
leaveActiveClassName: string;
|
|
45
|
+
leaveToClassName: string;
|
|
46
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
47
|
+
default?(_: {}): any;
|
|
48
|
+
}>;
|
|
49
|
+
export default _default;
|
|
50
|
+
type __VLS_WithDefaults<P, D> = {
|
|
51
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
52
|
+
default: D[K];
|
|
53
|
+
}> : P[K];
|
|
54
|
+
};
|
|
55
|
+
type __VLS_Prettify<T> = {
|
|
56
|
+
[K in keyof T]: T[K];
|
|
57
|
+
} & {};
|
|
58
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
59
|
+
new (): {
|
|
60
|
+
$slots: S;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
64
|
+
type __VLS_TypePropsToOption<T> = {
|
|
65
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
66
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
67
|
+
} : {
|
|
68
|
+
type: import('vue').PropType<T[K]>;
|
|
69
|
+
required: true;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
name?: string;
|
|
3
|
+
duration?: number | {
|
|
4
|
+
enter: number;
|
|
5
|
+
leave: number;
|
|
6
|
+
};
|
|
7
|
+
enterFromClassName?: string;
|
|
8
|
+
enterActiveClassName?: string;
|
|
9
|
+
enterToClassName?: string;
|
|
10
|
+
leaveFromClassName?: string;
|
|
11
|
+
leaveActiveClassName?: string;
|
|
12
|
+
leaveToClassName?: string;
|
|
13
|
+
}>, {
|
|
14
|
+
enterFromClassName: string;
|
|
15
|
+
enterActiveClassName: string;
|
|
16
|
+
enterToClassName: string;
|
|
17
|
+
leaveFromClassName: string;
|
|
18
|
+
leaveActiveClassName: string;
|
|
19
|
+
leaveToClassName: string;
|
|
20
|
+
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
21
|
+
name?: string;
|
|
22
|
+
duration?: number | {
|
|
23
|
+
enter: number;
|
|
24
|
+
leave: number;
|
|
25
|
+
};
|
|
26
|
+
enterFromClassName?: string;
|
|
27
|
+
enterActiveClassName?: string;
|
|
28
|
+
enterToClassName?: string;
|
|
29
|
+
leaveFromClassName?: string;
|
|
30
|
+
leaveActiveClassName?: string;
|
|
31
|
+
leaveToClassName?: string;
|
|
32
|
+
}>, {
|
|
33
|
+
enterFromClassName: string;
|
|
34
|
+
enterActiveClassName: string;
|
|
35
|
+
enterToClassName: string;
|
|
36
|
+
leaveFromClassName: string;
|
|
37
|
+
leaveActiveClassName: string;
|
|
38
|
+
leaveToClassName: string;
|
|
39
|
+
}>>> & Readonly<{}>, {
|
|
40
|
+
enterFromClassName: string;
|
|
41
|
+
enterActiveClassName: string;
|
|
42
|
+
enterToClassName: string;
|
|
43
|
+
leaveFromClassName: string;
|
|
44
|
+
leaveActiveClassName: string;
|
|
45
|
+
leaveToClassName: string;
|
|
46
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
47
|
+
default?(_: {}): any;
|
|
48
|
+
}>;
|
|
49
|
+
export default _default;
|
|
50
|
+
type __VLS_WithDefaults<P, D> = {
|
|
51
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
52
|
+
default: D[K];
|
|
53
|
+
}> : P[K];
|
|
54
|
+
};
|
|
55
|
+
type __VLS_Prettify<T> = {
|
|
56
|
+
[K in keyof T]: T[K];
|
|
57
|
+
} & {};
|
|
58
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
59
|
+
new (): {
|
|
60
|
+
$slots: S;
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
64
|
+
type __VLS_TypePropsToOption<T> = {
|
|
65
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
66
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
67
|
+
} : {
|
|
68
|
+
type: import('vue').PropType<T[K]>;
|
|
69
|
+
required: true;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
+
new (): {
|
|
7
|
+
$slots: S;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
+
new (): {
|
|
7
|
+
$slots: S;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
+
new (): {
|
|
7
|
+
$slots: S;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
+
new (): {
|
|
7
|
+
$slots: S;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
+
new (): {
|
|
7
|
+
$slots: S;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
2
|
+
default?(_: {}): any;
|
|
3
|
+
}>;
|
|
4
|
+
export default _default;
|
|
5
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
|
+
new (): {
|
|
7
|
+
$slots: S;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
@@ -11,7 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
11
11
|
designWidth: number;
|
|
12
12
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
13
13
|
header?(_: {}): any;
|
|
14
|
-
|
|
14
|
+
default?(_: {}): any;
|
|
15
15
|
footer?(_: {}): any;
|
|
16
16
|
}>;
|
|
17
17
|
export default _default;
|
|
@@ -11,7 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
11
11
|
designWidth: number;
|
|
12
12
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
13
13
|
header?(_: {}): any;
|
|
14
|
-
|
|
14
|
+
default?(_: {}): any;
|
|
15
15
|
footer?(_: {}): any;
|
|
16
16
|
}>;
|
|
17
17
|
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
package/types/lib.d.ts
CHANGED