@zyzgroup/core-vue 0.0.43 → 0.0.45
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 +148 -149
- package/ce/yz_custom_element.iife.js.map +1 -1
- package/ce/yz_custom_element.js +17265 -15234
- package/ce/yz_custom_element.js.map +1 -1
- package/ce/yz_custom_element.umd.cjs +148 -149
- package/ce/yz_custom_element.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/zyzgroup_core_vue.iife.js +17 -10
- package/dist/zyzgroup_core_vue.iife.js.map +1 -1
- package/dist/zyzgroup_core_vue.js +8801 -3726
- package/dist/zyzgroup_core_vue.js.map +1 -1
- package/dist/zyzgroup_core_vue.umd.cjs +17 -10
- package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
- package/package.json +2 -2
- package/types/components/Accordion.ce.vue.d.ts +5 -11
- package/types/components/Accordion.vue.d.ts +5 -11
- package/types/components/Button.ce.vue.d.ts +17 -13
- package/types/components/Button.vue.d.ts +17 -13
- package/types/components/Canvas.ce.vue.d.ts +5 -5
- package/types/components/Canvas.vue.d.ts +5 -5
- package/types/components/Click.ce.vue.d.ts +38 -0
- package/types/components/Click.vue.d.ts +38 -0
- package/types/components/Container.ce.vue.d.ts +166 -12
- package/types/components/Container.vue.d.ts +166 -12
- package/types/components/Dialog.ce.vue.d.ts +31 -10
- package/types/components/Dialog.vue.d.ts +31 -10
- package/types/components/DialogLoading.ce.vue.d.ts +2 -2
- package/types/components/DialogLoading.vue.d.ts +2 -2
- package/types/components/MapTianditu.ce.vue.d.ts +8 -4
- package/types/components/MapTianditu.vue.d.ts +8 -4
- package/types/components/NumberKeyboard.ce.vue.d.ts +22 -0
- package/types/components/NumberKeyboard.vue.d.ts +22 -0
- package/types/components/Overlay.ce.vue.d.ts +3 -3
- package/types/components/Overlay.vue.d.ts +3 -3
- package/types/components/Page.ce.vue.d.ts +2 -3
- package/types/components/Page.vue.d.ts +2 -3
- package/types/components/PlateKeyboard.ce.vue.d.ts +2 -2
- package/types/components/PlateKeyboard.vue.d.ts +2 -2
- package/types/components/Pop.ce.vue.d.ts +12 -11
- package/types/components/Pop.vue.d.ts +12 -11
- package/types/components/Popover.ce.vue.d.ts +12 -12
- package/types/components/Popover.vue.d.ts +12 -12
- package/types/components/SVG.ce.vue.d.ts +5 -5
- package/types/components/SVG.vue.d.ts +5 -5
- package/types/components/chat/HalfRingIndicator.ce.vue.d.ts +15 -0
- package/types/components/chat/HalfRingIndicator.vue.d.ts +15 -0
- package/types/components/effect/BorderFocusText.ce.vue.d.ts +3 -4
- package/types/components/effect/BorderFocusText.vue.d.ts +3 -4
- package/types/components/effect/CSSAnimation.ce.vue.d.ts +3 -4
- package/types/components/effect/CSSAnimation.vue.d.ts +3 -4
- package/types/components/effect/CSSTransition.ce.vue.d.ts +3 -4
- package/types/components/effect/CSSTransition.vue.d.ts +3 -4
- package/types/components/effect/Circle.ce.vue.d.ts +4 -5
- package/types/components/effect/Circle.vue.d.ts +4 -5
- package/types/components/effect/Float.ce.vue.d.ts +1 -2
- package/types/components/effect/Float.vue.d.ts +1 -2
- package/types/components/effect/ImageMask.ce.vue.d.ts +3 -3
- package/types/components/effect/ImageMask.vue.d.ts +3 -3
- package/types/components/effect/LineDouble.ce.vue.d.ts +4 -5
- package/types/components/effect/LineDouble.vue.d.ts +4 -5
- package/types/components/effect/LineSingle.ce.vue.d.ts +4 -5
- package/types/components/effect/LineSingle.vue.d.ts +4 -5
- package/types/components/effect/Slide.ce.vue.d.ts +1 -2
- package/types/components/effect/Slide.vue.d.ts +1 -2
- package/types/components/effect/SlideCorner.ce.vue.d.ts +4 -5
- package/types/components/effect/SlideCorner.vue.d.ts +4 -5
- package/types/components/form/ColorPicker.ce.vue.d.ts +9 -13
- package/types/components/form/ColorPicker.vue.d.ts +9 -13
- package/types/components/form/Input.ce.vue.d.ts +1 -1
- package/types/components/form/Input.vue.d.ts +1 -1
- package/types/components/form/InputRangeBox.ce.vue.d.ts +2 -2
- package/types/components/form/InputRangeBox.vue.d.ts +2 -2
- package/types/components/form/InputRangeCanvas.ce.vue.d.ts +6 -4
- package/types/components/form/InputRangeCanvas.vue.d.ts +6 -4
- package/types/components/form/SlideLeftItem.ce.vue.d.ts +8 -7
- package/types/components/form/SlideLeftItem.vue.d.ts +8 -7
- package/types/components/form/Switch.ce.vue.d.ts +1 -1
- package/types/components/form/Switch.vue.d.ts +1 -1
- package/types/components/svg/SVGAdd.ce.vue.d.ts +7 -0
- package/types/components/svg/SVGAdd.vue.d.ts +7 -0
- package/types/components/svg/SVGCleanLeft.ce.vue.d.ts +7 -0
- package/types/components/svg/SVGCleanLeft.vue.d.ts +7 -0
- package/types/components/svg/SVGClose.ce.vue.d.ts +7 -0
- package/types/components/svg/SVGClose.vue.d.ts +7 -0
- package/types/components/svg/SVGDelete.ce.vue.d.ts +0 -3
- package/types/components/svg/SVGDelete.vue.d.ts +0 -3
- package/types/components/svg/SVGEllipse.ce.vue.d.ts +7 -0
- package/types/components/svg/SVGEllipse.vue.d.ts +7 -0
- package/types/components/svg/SVGWarn.ce.vue.d.ts +4 -4
- package/types/components/svg/SVGWarn.vue.d.ts +4 -4
- package/types/globalTeleport.d.ts +14 -3
- package/types/main.d.ts +1 -0
|
@@ -7,12 +7,12 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
|
|
7
7
|
close: () => void;
|
|
8
8
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
9
9
|
close: () => any;
|
|
10
|
-
resize: (
|
|
10
|
+
resize: (rect: DOMRect) => any;
|
|
11
11
|
open: () => any;
|
|
12
12
|
plates: (plates: string[]) => any;
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
14
|
onClose?: () => any;
|
|
15
|
-
onResize?: (
|
|
15
|
+
onResize?: (rect: DOMRect) => any;
|
|
16
16
|
onOpen?: () => any;
|
|
17
17
|
onPlates?: (plates: string[]) => any;
|
|
18
18
|
}>, {
|
|
@@ -7,12 +7,12 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
|
|
7
7
|
close: () => void;
|
|
8
8
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
9
9
|
close: () => any;
|
|
10
|
-
resize: (
|
|
10
|
+
resize: (rect: DOMRect) => any;
|
|
11
11
|
open: () => any;
|
|
12
12
|
plates: (plates: string[]) => any;
|
|
13
13
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
14
|
onClose?: () => any;
|
|
15
|
-
onResize?: (
|
|
15
|
+
onResize?: (rect: DOMRect) => any;
|
|
16
16
|
onOpen?: () => any;
|
|
17
17
|
onPlates?: (plates: string[]) => any;
|
|
18
18
|
}>, {
|
|
@@ -8,7 +8,7 @@ type __VLS_Props = {
|
|
|
8
8
|
absoluteWidth?: string;
|
|
9
9
|
absoluteHeight?: string;
|
|
10
10
|
dur?: number;
|
|
11
|
-
|
|
11
|
+
global?: boolean;
|
|
12
12
|
overlayBgColor?: string;
|
|
13
13
|
popValue?: number;
|
|
14
14
|
};
|
|
@@ -21,7 +21,6 @@ declare const popStyle: {
|
|
|
21
21
|
right?: string;
|
|
22
22
|
transform?: string;
|
|
23
23
|
position: string;
|
|
24
|
-
overflow: string;
|
|
25
24
|
opacity?: {
|
|
26
25
|
readonly [x: number]: string;
|
|
27
26
|
toString: () => string;
|
|
@@ -114,17 +113,19 @@ declare const popStyle: {
|
|
|
114
113
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
115
114
|
at: (index: number) => string;
|
|
116
115
|
};
|
|
116
|
+
transformOrigin?: string;
|
|
117
|
+
willChange: string;
|
|
117
118
|
};
|
|
118
119
|
declare const visible: import("vue").Ref<boolean, boolean>;
|
|
119
120
|
declare const popType: import("vue").Ref<"block" | "shrink" | "full", "block" | "shrink" | "full">;
|
|
120
|
-
declare const resize: (
|
|
121
|
+
declare const resize: (controller: any) => void;
|
|
121
122
|
declare function open(): void;
|
|
122
123
|
declare function close(): void;
|
|
123
124
|
declare function clickOverlay(e: Event): void;
|
|
124
125
|
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
125
|
-
declare var
|
|
126
|
+
declare var __VLS_13: {};
|
|
126
127
|
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
127
|
-
default?: (props: typeof
|
|
128
|
+
default?: (props: typeof __VLS_13) => any;
|
|
128
129
|
}>;
|
|
129
130
|
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
130
131
|
Overlay: typeof Overlay;
|
|
@@ -136,16 +137,16 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
136
137
|
clickOverlay: typeof clickOverlay;
|
|
137
138
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
138
139
|
close: () => any;
|
|
139
|
-
resize: (
|
|
140
|
+
resize: (rect: DOMRect) => any;
|
|
140
141
|
open: () => any;
|
|
141
142
|
clickOverlay: () => any;
|
|
142
143
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
143
144
|
onClose?: () => any;
|
|
144
|
-
onResize?: (
|
|
145
|
+
onResize?: (rect: DOMRect) => any;
|
|
145
146
|
onOpen?: () => any;
|
|
146
147
|
onClickOverlay?: () => any;
|
|
147
148
|
}>, {
|
|
148
|
-
|
|
149
|
+
global: boolean;
|
|
149
150
|
closeWhenClickOverlay: boolean;
|
|
150
151
|
directionFrom: "bottom" | "top" | "left" | "right" | "center" | "absolute";
|
|
151
152
|
absoluteLeft: string;
|
|
@@ -159,16 +160,16 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
159
160
|
close: typeof close;
|
|
160
161
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
161
162
|
close: () => any;
|
|
162
|
-
resize: (
|
|
163
|
+
resize: (rect: DOMRect) => any;
|
|
163
164
|
open: () => any;
|
|
164
165
|
clickOverlay: () => any;
|
|
165
166
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
166
167
|
onClose?: () => any;
|
|
167
|
-
onResize?: (
|
|
168
|
+
onResize?: (rect: DOMRect) => any;
|
|
168
169
|
onOpen?: () => any;
|
|
169
170
|
onClickOverlay?: () => any;
|
|
170
171
|
}>, {
|
|
171
|
-
|
|
172
|
+
global: boolean;
|
|
172
173
|
closeWhenClickOverlay: boolean;
|
|
173
174
|
directionFrom: "bottom" | "top" | "left" | "right" | "center" | "absolute";
|
|
174
175
|
absoluteLeft: string;
|
|
@@ -8,7 +8,7 @@ type __VLS_Props = {
|
|
|
8
8
|
absoluteWidth?: string;
|
|
9
9
|
absoluteHeight?: string;
|
|
10
10
|
dur?: number;
|
|
11
|
-
|
|
11
|
+
global?: boolean;
|
|
12
12
|
overlayBgColor?: string;
|
|
13
13
|
popValue?: number;
|
|
14
14
|
};
|
|
@@ -21,7 +21,6 @@ declare const popStyle: {
|
|
|
21
21
|
right?: string;
|
|
22
22
|
transform?: string;
|
|
23
23
|
position: string;
|
|
24
|
-
overflow: string;
|
|
25
24
|
opacity?: {
|
|
26
25
|
readonly [x: number]: string;
|
|
27
26
|
toString: () => string;
|
|
@@ -114,17 +113,19 @@ declare const popStyle: {
|
|
|
114
113
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
115
114
|
at: (index: number) => string;
|
|
116
115
|
};
|
|
116
|
+
transformOrigin?: string;
|
|
117
|
+
willChange: string;
|
|
117
118
|
};
|
|
118
119
|
declare const visible: import("vue").Ref<boolean, boolean>;
|
|
119
120
|
declare const popType: import("vue").Ref<"block" | "shrink" | "full", "block" | "shrink" | "full">;
|
|
120
|
-
declare const resize: (
|
|
121
|
+
declare const resize: (controller: any) => void;
|
|
121
122
|
declare function open(): void;
|
|
122
123
|
declare function close(): void;
|
|
123
124
|
declare function clickOverlay(e: Event): void;
|
|
124
125
|
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
125
|
-
declare var
|
|
126
|
+
declare var __VLS_13: {};
|
|
126
127
|
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
127
|
-
default?: (props: typeof
|
|
128
|
+
default?: (props: typeof __VLS_13) => any;
|
|
128
129
|
}>;
|
|
129
130
|
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
130
131
|
Overlay: typeof Overlay;
|
|
@@ -136,16 +137,16 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
136
137
|
clickOverlay: typeof clickOverlay;
|
|
137
138
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
138
139
|
close: () => any;
|
|
139
|
-
resize: (
|
|
140
|
+
resize: (rect: DOMRect) => any;
|
|
140
141
|
open: () => any;
|
|
141
142
|
clickOverlay: () => any;
|
|
142
143
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
143
144
|
onClose?: () => any;
|
|
144
|
-
onResize?: (
|
|
145
|
+
onResize?: (rect: DOMRect) => any;
|
|
145
146
|
onOpen?: () => any;
|
|
146
147
|
onClickOverlay?: () => any;
|
|
147
148
|
}>, {
|
|
148
|
-
|
|
149
|
+
global: boolean;
|
|
149
150
|
closeWhenClickOverlay: boolean;
|
|
150
151
|
directionFrom: "bottom" | "top" | "left" | "right" | "center" | "absolute";
|
|
151
152
|
absoluteLeft: string;
|
|
@@ -159,16 +160,16 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
159
160
|
close: typeof close;
|
|
160
161
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
161
162
|
close: () => any;
|
|
162
|
-
resize: (
|
|
163
|
+
resize: (rect: DOMRect) => any;
|
|
163
164
|
open: () => any;
|
|
164
165
|
clickOverlay: () => any;
|
|
165
166
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
166
167
|
onClose?: () => any;
|
|
167
|
-
onResize?: (
|
|
168
|
+
onResize?: (rect: DOMRect) => any;
|
|
168
169
|
onOpen?: () => any;
|
|
169
170
|
onClickOverlay?: () => any;
|
|
170
171
|
}>, {
|
|
171
|
-
|
|
172
|
+
global: boolean;
|
|
172
173
|
closeWhenClickOverlay: boolean;
|
|
173
174
|
directionFrom: "bottom" | "top" | "left" | "right" | "center" | "absolute";
|
|
174
175
|
absoluteLeft: string;
|
|
@@ -3,39 +3,39 @@ import Button from "./Button.vue";
|
|
|
3
3
|
import Container from "./Container.vue";
|
|
4
4
|
type __VLS_Props = {
|
|
5
5
|
gap?: number;
|
|
6
|
-
|
|
6
|
+
global?: boolean;
|
|
7
7
|
closeWhenClickOverlay?: boolean;
|
|
8
8
|
};
|
|
9
|
-
declare const popRef: import("vue").Ref<any, any>;
|
|
10
|
-
declare function open(): void;
|
|
11
|
-
declare function close(): void;
|
|
12
9
|
declare const popoverButtonRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
13
10
|
declare const left: import("vue").Ref<number, number>;
|
|
14
11
|
declare const top: import("vue").Ref<number, number>;
|
|
15
12
|
declare const width: import("vue").Ref<number, number>;
|
|
16
13
|
declare const height: import("vue").Ref<number, number>;
|
|
17
|
-
declare const
|
|
14
|
+
declare const popRef: import("vue").Ref<any, any>;
|
|
15
|
+
declare function open(): void;
|
|
16
|
+
declare function close(): void;
|
|
17
|
+
declare const resize: (controller: any) => void;
|
|
18
18
|
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
19
|
-
declare var __VLS_1: {},
|
|
19
|
+
declare var __VLS_1: {}, __VLS_19: {};
|
|
20
20
|
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
21
21
|
button?: (props: typeof __VLS_1) => any;
|
|
22
22
|
} & {
|
|
23
|
-
panel?: (props: typeof
|
|
23
|
+
panel?: (props: typeof __VLS_19) => any;
|
|
24
24
|
}>;
|
|
25
25
|
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
26
26
|
Pop: typeof Pop;
|
|
27
27
|
Button: typeof Button;
|
|
28
28
|
Container: typeof Container;
|
|
29
|
-
popRef: typeof popRef;
|
|
30
|
-
open: typeof open;
|
|
31
29
|
popoverButtonRef: typeof popoverButtonRef;
|
|
32
30
|
left: typeof left;
|
|
33
31
|
top: typeof top;
|
|
34
32
|
width: typeof width;
|
|
35
33
|
height: typeof height;
|
|
36
|
-
|
|
34
|
+
popRef: typeof popRef;
|
|
35
|
+
open: typeof open;
|
|
36
|
+
resize: typeof resize;
|
|
37
37
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
38
|
-
|
|
38
|
+
global: boolean;
|
|
39
39
|
closeWhenClickOverlay: boolean;
|
|
40
40
|
gap: number;
|
|
41
41
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -43,7 +43,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
43
43
|
open: typeof open;
|
|
44
44
|
close: typeof close;
|
|
45
45
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
46
|
-
|
|
46
|
+
global: boolean;
|
|
47
47
|
closeWhenClickOverlay: boolean;
|
|
48
48
|
gap: number;
|
|
49
49
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -3,39 +3,39 @@ import Button from "./Button.vue";
|
|
|
3
3
|
import Container from "./Container.vue";
|
|
4
4
|
type __VLS_Props = {
|
|
5
5
|
gap?: number;
|
|
6
|
-
|
|
6
|
+
global?: boolean;
|
|
7
7
|
closeWhenClickOverlay?: boolean;
|
|
8
8
|
};
|
|
9
|
-
declare const popRef: import("vue").Ref<any, any>;
|
|
10
|
-
declare function open(): void;
|
|
11
|
-
declare function close(): void;
|
|
12
9
|
declare const popoverButtonRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
13
10
|
declare const left: import("vue").Ref<number, number>;
|
|
14
11
|
declare const top: import("vue").Ref<number, number>;
|
|
15
12
|
declare const width: import("vue").Ref<number, number>;
|
|
16
13
|
declare const height: import("vue").Ref<number, number>;
|
|
17
|
-
declare const
|
|
14
|
+
declare const popRef: import("vue").Ref<any, any>;
|
|
15
|
+
declare function open(): void;
|
|
16
|
+
declare function close(): void;
|
|
17
|
+
declare const resize: (controller: any) => void;
|
|
18
18
|
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
19
|
-
declare var __VLS_1: {},
|
|
19
|
+
declare var __VLS_1: {}, __VLS_19: {};
|
|
20
20
|
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
21
21
|
button?: (props: typeof __VLS_1) => any;
|
|
22
22
|
} & {
|
|
23
|
-
panel?: (props: typeof
|
|
23
|
+
panel?: (props: typeof __VLS_19) => any;
|
|
24
24
|
}>;
|
|
25
25
|
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
26
26
|
Pop: typeof Pop;
|
|
27
27
|
Button: typeof Button;
|
|
28
28
|
Container: typeof Container;
|
|
29
|
-
popRef: typeof popRef;
|
|
30
|
-
open: typeof open;
|
|
31
29
|
popoverButtonRef: typeof popoverButtonRef;
|
|
32
30
|
left: typeof left;
|
|
33
31
|
top: typeof top;
|
|
34
32
|
width: typeof width;
|
|
35
33
|
height: typeof height;
|
|
36
|
-
|
|
34
|
+
popRef: typeof popRef;
|
|
35
|
+
open: typeof open;
|
|
36
|
+
resize: typeof resize;
|
|
37
37
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
38
|
-
|
|
38
|
+
global: boolean;
|
|
39
39
|
closeWhenClickOverlay: boolean;
|
|
40
40
|
gap: number;
|
|
41
41
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -43,7 +43,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
43
43
|
open: typeof open;
|
|
44
44
|
close: typeof close;
|
|
45
45
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
46
|
-
|
|
46
|
+
global: boolean;
|
|
47
47
|
closeWhenClickOverlay: boolean;
|
|
48
48
|
gap: number;
|
|
49
49
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2,16 +2,16 @@ import { YZSVG } from "@zyzgroup/core-web";
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
bgColor?: string;
|
|
4
4
|
};
|
|
5
|
-
declare function getSVG(): Promise<YZSVG>;
|
|
6
5
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
getSVG: () => Promise<YZSVG>;
|
|
7
|
+
getElement: () => any;
|
|
8
|
+
getRect: () => any;
|
|
9
9
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
10
|
-
resize: (width: number, height: number) => any;
|
|
11
10
|
ready: (svg: YZSVG) => any;
|
|
11
|
+
update: (svg: YZSVG) => any;
|
|
12
12
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
|
-
onResize?: (width: number, height: number) => any;
|
|
14
13
|
onReady?: (svg: YZSVG) => any;
|
|
14
|
+
onUpdate?: (svg: YZSVG) => any;
|
|
15
15
|
}>, {
|
|
16
16
|
bgColor: string;
|
|
17
17
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -2,16 +2,16 @@ import { YZSVG } from "@zyzgroup/core-web";
|
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
bgColor?: string;
|
|
4
4
|
};
|
|
5
|
-
declare function getSVG(): Promise<YZSVG>;
|
|
6
5
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
getSVG: () => Promise<YZSVG>;
|
|
7
|
+
getElement: () => any;
|
|
8
|
+
getRect: () => any;
|
|
9
9
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
10
|
-
resize: (width: number, height: number) => any;
|
|
11
10
|
ready: (svg: YZSVG) => any;
|
|
11
|
+
update: (svg: YZSVG) => any;
|
|
12
12
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
|
-
onResize?: (width: number, height: number) => any;
|
|
14
13
|
onReady?: (svg: YZSVG) => any;
|
|
14
|
+
onUpdate?: (svg: YZSVG) => any;
|
|
15
15
|
}>, {
|
|
16
16
|
bgColor: string;
|
|
17
17
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
percent?: number;
|
|
3
|
+
lineWidth?: number;
|
|
4
|
+
bgColor?: string;
|
|
5
|
+
startColor?: string;
|
|
6
|
+
endColor?: string;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
|
+
bgColor: string;
|
|
10
|
+
percent: number;
|
|
11
|
+
lineWidth: number;
|
|
12
|
+
startColor: string;
|
|
13
|
+
endColor: string;
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
percent?: number;
|
|
3
|
+
lineWidth?: number;
|
|
4
|
+
bgColor?: string;
|
|
5
|
+
startColor?: string;
|
|
6
|
+
endColor?: string;
|
|
7
|
+
};
|
|
8
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
|
+
bgColor: string;
|
|
10
|
+
percent: number;
|
|
11
|
+
lineWidth: number;
|
|
12
|
+
startColor: string;
|
|
13
|
+
endColor: string;
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
+
export default _default;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import Container from "../Container.vue";
|
|
2
|
-
import {
|
|
3
|
-
import { color } from "@zyzgroup/core-web";
|
|
1
|
+
import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
|
|
2
|
+
import { __color } from "@zyzgroup/core-web";
|
|
4
3
|
type __VLS_Props = {
|
|
5
4
|
containerType?: ContainerType;
|
|
6
5
|
supportCopyText?: boolean;
|
|
@@ -21,7 +20,7 @@ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$
|
|
|
21
20
|
}>;
|
|
22
21
|
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
23
22
|
Container: typeof Container;
|
|
24
|
-
|
|
23
|
+
__color: typeof __color;
|
|
25
24
|
isFocus: typeof isFocus;
|
|
26
25
|
start: typeof start;
|
|
27
26
|
end: typeof end;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import Container from "../Container.vue";
|
|
2
|
-
import {
|
|
3
|
-
import { color } from "@zyzgroup/core-web";
|
|
1
|
+
import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
|
|
2
|
+
import { __color } from "@zyzgroup/core-web";
|
|
4
3
|
type __VLS_Props = {
|
|
5
4
|
containerType?: ContainerType;
|
|
6
5
|
supportCopyText?: boolean;
|
|
@@ -21,7 +20,7 @@ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$
|
|
|
21
20
|
}>;
|
|
22
21
|
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
23
22
|
Container: typeof Container;
|
|
24
|
-
|
|
23
|
+
__color: typeof __color;
|
|
25
24
|
isFocus: typeof isFocus;
|
|
26
25
|
start: typeof start;
|
|
27
26
|
end: typeof end;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import Container from "../Container.vue";
|
|
2
|
-
import {
|
|
3
|
-
import { DOMEventBus, SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
|
|
1
|
+
import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
|
|
2
|
+
import { ElementEventBusController, SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
|
|
4
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";
|
|
5
4
|
type __VLS_Props = {
|
|
6
5
|
containerType?: ContainerType;
|
|
@@ -19,7 +18,7 @@ type __VLS_Props = {
|
|
|
19
18
|
declare const parentStyle: Record<string, string>;
|
|
20
19
|
declare const style: Record<string, string>;
|
|
21
20
|
declare const animationRef: import("vue").Ref<any, any>;
|
|
22
|
-
declare const ready: (
|
|
21
|
+
declare const ready: (controller: ElementEventBusController) => void;
|
|
23
22
|
declare const start: () => void;
|
|
24
23
|
declare const end: () => void;
|
|
25
24
|
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import Container from "../Container.vue";
|
|
2
|
-
import {
|
|
3
|
-
import { DOMEventBus, SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
|
|
1
|
+
import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
|
|
2
|
+
import { ElementEventBusController, SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
|
|
4
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";
|
|
5
4
|
type __VLS_Props = {
|
|
6
5
|
containerType?: ContainerType;
|
|
@@ -19,7 +18,7 @@ type __VLS_Props = {
|
|
|
19
18
|
declare const parentStyle: Record<string, string>;
|
|
20
19
|
declare const style: Record<string, string>;
|
|
21
20
|
declare const animationRef: import("vue").Ref<any, any>;
|
|
22
|
-
declare const ready: (
|
|
21
|
+
declare const ready: (controller: ElementEventBusController) => void;
|
|
23
22
|
declare const start: () => void;
|
|
24
23
|
declare const end: () => void;
|
|
25
24
|
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import Container from "../Container.vue";
|
|
2
|
-
import {
|
|
3
|
-
import { DOMEventBus, SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
|
|
1
|
+
import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
|
|
2
|
+
import { ElementEventBusController, SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
|
|
4
3
|
export type SupportedCSSTransition = "superRainbow";
|
|
5
4
|
type __VLS_Props = {
|
|
6
5
|
containerType?: ContainerType;
|
|
@@ -13,7 +12,7 @@ type __VLS_Props = {
|
|
|
13
12
|
};
|
|
14
13
|
declare const parentStyle: Record<string, string>;
|
|
15
14
|
declare const style: Record<string, string>;
|
|
16
|
-
declare const ready: (
|
|
15
|
+
declare const ready: (controller: ElementEventBusController) => void;
|
|
17
16
|
declare const start: () => void;
|
|
18
17
|
declare const end: () => void;
|
|
19
18
|
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import Container from "../Container.vue";
|
|
2
|
-
import {
|
|
3
|
-
import { DOMEventBus, SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
|
|
1
|
+
import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
|
|
2
|
+
import { ElementEventBusController, SupportedEaseNameToCubicBezier } from "@zyzgroup/core-web";
|
|
4
3
|
export type SupportedCSSTransition = "superRainbow";
|
|
5
4
|
type __VLS_Props = {
|
|
6
5
|
containerType?: ContainerType;
|
|
@@ -13,7 +12,7 @@ type __VLS_Props = {
|
|
|
13
12
|
};
|
|
14
13
|
declare const parentStyle: Record<string, string>;
|
|
15
14
|
declare const style: Record<string, string>;
|
|
16
|
-
declare const ready: (
|
|
15
|
+
declare const ready: (controller: ElementEventBusController) => void;
|
|
17
16
|
declare const start: () => void;
|
|
18
17
|
declare const end: () => void;
|
|
19
18
|
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import Container from "../Container.vue";
|
|
2
|
-
import { ContainerType, EffectTriggerTiming } from "../../types";
|
|
1
|
+
import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
|
|
3
2
|
type __VLS_Props = {
|
|
4
3
|
containerType?: ContainerType;
|
|
5
4
|
supportCopyText?: boolean;
|
|
@@ -9,13 +8,13 @@ type __VLS_Props = {
|
|
|
9
8
|
};
|
|
10
9
|
declare const containerRef: import("vue").Ref<any, any>;
|
|
11
10
|
declare const style: Record<string, string>;
|
|
12
|
-
declare const resize: (
|
|
11
|
+
declare const resize: (controller: any) => void;
|
|
13
12
|
declare const start: () => void;
|
|
14
13
|
declare const end: () => void;
|
|
15
14
|
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
16
|
-
declare var
|
|
15
|
+
declare var __VLS_13: {};
|
|
17
16
|
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
18
|
-
default?: (props: typeof
|
|
17
|
+
default?: (props: typeof __VLS_13) => any;
|
|
19
18
|
}>;
|
|
20
19
|
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
21
20
|
Container: typeof Container;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import Container from "../Container.vue";
|
|
2
|
-
import { ContainerType, EffectTriggerTiming } from "../../types";
|
|
1
|
+
import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
|
|
3
2
|
type __VLS_Props = {
|
|
4
3
|
containerType?: ContainerType;
|
|
5
4
|
supportCopyText?: boolean;
|
|
@@ -9,13 +8,13 @@ type __VLS_Props = {
|
|
|
9
8
|
};
|
|
10
9
|
declare const containerRef: import("vue").Ref<any, any>;
|
|
11
10
|
declare const style: Record<string, string>;
|
|
12
|
-
declare const resize: (
|
|
11
|
+
declare const resize: (controller: any) => void;
|
|
13
12
|
declare const start: () => void;
|
|
14
13
|
declare const end: () => void;
|
|
15
14
|
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
16
|
-
declare var
|
|
15
|
+
declare var __VLS_13: {};
|
|
17
16
|
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
18
|
-
default?: (props: typeof
|
|
17
|
+
default?: (props: typeof __VLS_13) => any;
|
|
19
18
|
}>;
|
|
20
19
|
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
21
20
|
Container: typeof Container;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import Container from "../Container.vue";
|
|
2
|
-
import { ContainerType, EffectTriggerTiming } from "../../types";
|
|
1
|
+
import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
|
|
3
2
|
type __VLS_Props = {
|
|
4
3
|
containerType?: ContainerType;
|
|
5
4
|
supportCopyText?: boolean;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import Container from "../Container.vue";
|
|
2
|
-
import { ContainerType, EffectTriggerTiming } from "../../types";
|
|
1
|
+
import Container, { ContainerType, EffectTriggerTiming } from "../Container.vue";
|
|
3
2
|
type __VLS_Props = {
|
|
4
3
|
containerType?: ContainerType;
|
|
5
4
|
supportCopyText?: boolean;
|
|
@@ -6,13 +6,13 @@ type __VLS_Props = {
|
|
|
6
6
|
};
|
|
7
7
|
declare const width: import("vue").Ref<number, number>;
|
|
8
8
|
declare const height: import("vue").Ref<number, number>;
|
|
9
|
-
declare const resize: (
|
|
9
|
+
declare const resize: (controller: any) => void;
|
|
10
10
|
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
11
|
-
declare var __VLS_1: {},
|
|
11
|
+
declare var __VLS_1: {}, __VLS_14: {};
|
|
12
12
|
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
13
13
|
mask?: (props: typeof __VLS_1) => any;
|
|
14
14
|
} & {
|
|
15
|
-
default?: (props: typeof
|
|
15
|
+
default?: (props: typeof __VLS_14) => any;
|
|
16
16
|
}>;
|
|
17
17
|
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
18
18
|
Container: typeof Container;
|
|
@@ -6,13 +6,13 @@ type __VLS_Props = {
|
|
|
6
6
|
};
|
|
7
7
|
declare const width: import("vue").Ref<number, number>;
|
|
8
8
|
declare const height: import("vue").Ref<number, number>;
|
|
9
|
-
declare const resize: (
|
|
9
|
+
declare const resize: (controller: any) => void;
|
|
10
10
|
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
11
|
-
declare var __VLS_1: {},
|
|
11
|
+
declare var __VLS_1: {}, __VLS_14: {};
|
|
12
12
|
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
13
13
|
mask?: (props: typeof __VLS_1) => any;
|
|
14
14
|
} & {
|
|
15
|
-
default?: (props: typeof
|
|
15
|
+
default?: (props: typeof __VLS_14) => any;
|
|
16
16
|
}>;
|
|
17
17
|
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
18
18
|
Container: typeof Container;
|