@zyzgroup/core-vue 0.0.44 → 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 +106 -104
- package/ce/yz_custom_element.iife.js.map +1 -1
- package/ce/yz_custom_element.js +10494 -9913
- package/ce/yz_custom_element.js.map +1 -1
- package/ce/yz_custom_element.umd.cjs +107 -105
- package/ce/yz_custom_element.umd.cjs.map +1 -1
- package/dist/zyzgroup_core_vue.iife.js +6 -6
- package/dist/zyzgroup_core_vue.iife.js.map +1 -1
- package/dist/zyzgroup_core_vue.js +1325 -1254
- package/dist/zyzgroup_core_vue.js.map +1 -1
- package/dist/zyzgroup_core_vue.umd.cjs +6 -6
- package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/components/Click.ce.vue.d.ts +38 -0
- package/types/components/Click.vue.d.ts +38 -0
- package/types/components/Dialog.ce.vue.d.ts +3 -0
- package/types/components/Dialog.vue.d.ts +3 -0
- package/types/components/DialogLoading.ce.vue.d.ts +2 -2
- package/types/components/DialogLoading.vue.d.ts +2 -2
- 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/Pop.ce.vue.d.ts +5 -3
- package/types/components/Pop.vue.d.ts +5 -3
- package/types/components/Popover.ce.vue.d.ts +3 -3
- package/types/components/Popover.vue.d.ts +3 -3
- package/types/components/chat/HalfRingIndicator.ce.vue.d.ts +15 -0
- package/types/components/chat/HalfRingIndicator.vue.d.ts +15 -0
- package/types/components/svg/SVGCleanLeft.ce.vue.d.ts +7 -0
- package/types/components/svg/SVGCleanLeft.vue.d.ts +7 -0
- package/types/globalTeleport.d.ts +11 -1
package/package.json
CHANGED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
cover?: string;
|
|
3
|
+
};
|
|
4
|
+
declare const isClicked: import("vue").Ref<boolean, boolean>;
|
|
5
|
+
declare const throttleClick: (this: any, ...args: any[]) => void;
|
|
6
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
7
|
+
declare var __VLS_1: {};
|
|
8
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
9
|
+
default?: (props: typeof __VLS_1) => any;
|
|
10
|
+
}>;
|
|
11
|
+
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
12
|
+
isClicked: typeof isClicked;
|
|
13
|
+
throttleClick: typeof throttleClick;
|
|
14
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
15
|
+
click: () => any;
|
|
16
|
+
"yz-click": () => any;
|
|
17
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
|
+
onClick?: () => any;
|
|
19
|
+
"onYz-click"?: () => any;
|
|
20
|
+
}>, {
|
|
21
|
+
cover: string;
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
24
|
+
click: () => any;
|
|
25
|
+
"yz-click": () => any;
|
|
26
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
27
|
+
onClick?: () => any;
|
|
28
|
+
"onYz-click"?: () => any;
|
|
29
|
+
}>, {
|
|
30
|
+
cover: string;
|
|
31
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
32
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
33
|
+
export default _default;
|
|
34
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
35
|
+
new (): {
|
|
36
|
+
$slots: S;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
cover?: string;
|
|
3
|
+
};
|
|
4
|
+
declare const isClicked: import("vue").Ref<boolean, boolean>;
|
|
5
|
+
declare const throttleClick: (this: any, ...args: any[]) => void;
|
|
6
|
+
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
7
|
+
declare var __VLS_1: {};
|
|
8
|
+
type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
|
|
9
|
+
default?: (props: typeof __VLS_1) => any;
|
|
10
|
+
}>;
|
|
11
|
+
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
12
|
+
isClicked: typeof isClicked;
|
|
13
|
+
throttleClick: typeof throttleClick;
|
|
14
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
15
|
+
click: () => any;
|
|
16
|
+
"yz-click": () => any;
|
|
17
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
|
+
onClick?: () => any;
|
|
19
|
+
"onYz-click"?: () => any;
|
|
20
|
+
}>, {
|
|
21
|
+
cover: string;
|
|
22
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
23
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
24
|
+
click: () => any;
|
|
25
|
+
"yz-click": () => any;
|
|
26
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
27
|
+
onClick?: () => any;
|
|
28
|
+
"onYz-click"?: () => any;
|
|
29
|
+
}>, {
|
|
30
|
+
cover: string;
|
|
31
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
32
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
33
|
+
export default _default;
|
|
34
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
35
|
+
new (): {
|
|
36
|
+
$slots: S;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
@@ -11,6 +11,7 @@ type __VLS_Props = {
|
|
|
11
11
|
maxWidth?: string;
|
|
12
12
|
overlayBgColor?: string;
|
|
13
13
|
stylePattern?: DialogStylePatternType;
|
|
14
|
+
borderRadius?: string;
|
|
14
15
|
};
|
|
15
16
|
declare const popRef: import("vue").Ref<any, any>;
|
|
16
17
|
declare const title: import("vue").Ref<string, string>;
|
|
@@ -80,6 +81,7 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
80
81
|
}>, {
|
|
81
82
|
closeWhenClickOverlay: boolean;
|
|
82
83
|
dur: number;
|
|
84
|
+
borderRadius: string;
|
|
83
85
|
stylePattern: DialogStylePatternType;
|
|
84
86
|
minWidth: string;
|
|
85
87
|
maxWidth: string;
|
|
@@ -100,6 +102,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
100
102
|
}>, {
|
|
101
103
|
closeWhenClickOverlay: boolean;
|
|
102
104
|
dur: number;
|
|
105
|
+
borderRadius: string;
|
|
103
106
|
stylePattern: DialogStylePatternType;
|
|
104
107
|
minWidth: string;
|
|
105
108
|
maxWidth: string;
|
|
@@ -11,6 +11,7 @@ type __VLS_Props = {
|
|
|
11
11
|
maxWidth?: string;
|
|
12
12
|
overlayBgColor?: string;
|
|
13
13
|
stylePattern?: DialogStylePatternType;
|
|
14
|
+
borderRadius?: string;
|
|
14
15
|
};
|
|
15
16
|
declare const popRef: import("vue").Ref<any, any>;
|
|
16
17
|
declare const title: import("vue").Ref<string, string>;
|
|
@@ -80,6 +81,7 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
80
81
|
}>, {
|
|
81
82
|
closeWhenClickOverlay: boolean;
|
|
82
83
|
dur: number;
|
|
84
|
+
borderRadius: string;
|
|
83
85
|
stylePattern: DialogStylePatternType;
|
|
84
86
|
minWidth: string;
|
|
85
87
|
maxWidth: string;
|
|
@@ -100,6 +102,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
100
102
|
}>, {
|
|
101
103
|
closeWhenClickOverlay: boolean;
|
|
102
104
|
dur: number;
|
|
105
|
+
borderRadius: string;
|
|
103
106
|
stylePattern: DialogStylePatternType;
|
|
104
107
|
minWidth: string;
|
|
105
108
|
maxWidth: string;
|
|
@@ -4,7 +4,7 @@ type __VLS_Props = {
|
|
|
4
4
|
closeWhenClickOverlay?: boolean;
|
|
5
5
|
dur?: number;
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const dialog: import("vue").Ref<any, any>;
|
|
8
8
|
declare const content: import("vue").Ref<string, string>;
|
|
9
9
|
declare const popOpen: () => void;
|
|
10
10
|
declare const popClose: () => void;
|
|
@@ -18,7 +18,7 @@ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$
|
|
|
18
18
|
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
19
19
|
Dialog: typeof Dialog;
|
|
20
20
|
Loading8: typeof Loading8;
|
|
21
|
-
|
|
21
|
+
dialog: typeof dialog;
|
|
22
22
|
content: typeof content;
|
|
23
23
|
popOpen: typeof popOpen;
|
|
24
24
|
popClose: typeof popClose;
|
|
@@ -4,7 +4,7 @@ type __VLS_Props = {
|
|
|
4
4
|
closeWhenClickOverlay?: boolean;
|
|
5
5
|
dur?: number;
|
|
6
6
|
};
|
|
7
|
-
declare const
|
|
7
|
+
declare const dialog: import("vue").Ref<any, any>;
|
|
8
8
|
declare const content: import("vue").Ref<string, string>;
|
|
9
9
|
declare const popOpen: () => void;
|
|
10
10
|
declare const popClose: () => void;
|
|
@@ -18,7 +18,7 @@ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$
|
|
|
18
18
|
declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
19
19
|
Dialog: typeof Dialog;
|
|
20
20
|
Loading8: typeof Loading8;
|
|
21
|
-
|
|
21
|
+
dialog: typeof dialog;
|
|
22
22
|
content: typeof content;
|
|
23
23
|
popOpen: typeof popOpen;
|
|
24
24
|
popClose: typeof popClose;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
min?: number;
|
|
3
|
+
max?: number;
|
|
4
|
+
title?: string;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
|
7
|
+
open: () => void;
|
|
8
|
+
close: () => void;
|
|
9
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
10
|
+
number: (n: number) => any;
|
|
11
|
+
close: () => any;
|
|
12
|
+
error: (msg: string) => any;
|
|
13
|
+
open: () => any;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
|
+
onNumber?: (n: number) => any;
|
|
16
|
+
onClose?: () => any;
|
|
17
|
+
onError?: (msg: string) => any;
|
|
18
|
+
onOpen?: () => any;
|
|
19
|
+
}>, {
|
|
20
|
+
title: string;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
min?: number;
|
|
3
|
+
max?: number;
|
|
4
|
+
title?: string;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {
|
|
7
|
+
open: () => void;
|
|
8
|
+
close: () => void;
|
|
9
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
10
|
+
number: (n: number) => any;
|
|
11
|
+
close: () => any;
|
|
12
|
+
error: (msg: string) => any;
|
|
13
|
+
open: () => any;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
15
|
+
onNumber?: (n: number) => any;
|
|
16
|
+
onClose?: () => any;
|
|
17
|
+
onError?: (msg: string) => any;
|
|
18
|
+
onOpen?: () => any;
|
|
19
|
+
}>, {
|
|
20
|
+
title: string;
|
|
21
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
+
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
visible?: boolean;
|
|
3
|
-
|
|
3
|
+
global?: boolean;
|
|
4
4
|
color?: string;
|
|
5
5
|
};
|
|
6
6
|
declare const style: import("vue").ComputedRef<Record<string, string>>;
|
|
@@ -15,12 +15,12 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
15
15
|
el: typeof el;
|
|
16
16
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
17
17
|
visible: boolean;
|
|
18
|
-
|
|
18
|
+
global: boolean;
|
|
19
19
|
color: string;
|
|
20
20
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
21
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
22
22
|
visible: boolean;
|
|
23
|
-
|
|
23
|
+
global: boolean;
|
|
24
24
|
color: string;
|
|
25
25
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
26
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
visible?: boolean;
|
|
3
|
-
|
|
3
|
+
global?: boolean;
|
|
4
4
|
color?: string;
|
|
5
5
|
};
|
|
6
6
|
declare const style: import("vue").ComputedRef<Record<string, string>>;
|
|
@@ -15,12 +15,12 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
15
15
|
el: typeof el;
|
|
16
16
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
17
17
|
visible: boolean;
|
|
18
|
-
|
|
18
|
+
global: boolean;
|
|
19
19
|
color: string;
|
|
20
20
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
21
|
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
22
22
|
visible: boolean;
|
|
23
|
-
|
|
23
|
+
global: boolean;
|
|
24
24
|
color: string;
|
|
25
25
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
26
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -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
|
};
|
|
@@ -113,6 +113,8 @@ declare const popStyle: {
|
|
|
113
113
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
114
114
|
at: (index: number) => string;
|
|
115
115
|
};
|
|
116
|
+
transformOrigin?: string;
|
|
117
|
+
willChange: string;
|
|
116
118
|
};
|
|
117
119
|
declare const visible: import("vue").Ref<boolean, boolean>;
|
|
118
120
|
declare const popType: import("vue").Ref<"block" | "shrink" | "full", "block" | "shrink" | "full">;
|
|
@@ -144,7 +146,7 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
144
146
|
onOpen?: () => any;
|
|
145
147
|
onClickOverlay?: () => any;
|
|
146
148
|
}>, {
|
|
147
|
-
|
|
149
|
+
global: boolean;
|
|
148
150
|
closeWhenClickOverlay: boolean;
|
|
149
151
|
directionFrom: "bottom" | "top" | "left" | "right" | "center" | "absolute";
|
|
150
152
|
absoluteLeft: string;
|
|
@@ -167,7 +169,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
167
169
|
onOpen?: () => any;
|
|
168
170
|
onClickOverlay?: () => any;
|
|
169
171
|
}>, {
|
|
170
|
-
|
|
172
|
+
global: boolean;
|
|
171
173
|
closeWhenClickOverlay: boolean;
|
|
172
174
|
directionFrom: "bottom" | "top" | "left" | "right" | "center" | "absolute";
|
|
173
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
|
};
|
|
@@ -113,6 +113,8 @@ declare const popStyle: {
|
|
|
113
113
|
[Symbol.iterator]: () => StringIterator<string>;
|
|
114
114
|
at: (index: number) => string;
|
|
115
115
|
};
|
|
116
|
+
transformOrigin?: string;
|
|
117
|
+
willChange: string;
|
|
116
118
|
};
|
|
117
119
|
declare const visible: import("vue").Ref<boolean, boolean>;
|
|
118
120
|
declare const popType: import("vue").Ref<"block" | "shrink" | "full", "block" | "shrink" | "full">;
|
|
@@ -144,7 +146,7 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
144
146
|
onOpen?: () => any;
|
|
145
147
|
onClickOverlay?: () => any;
|
|
146
148
|
}>, {
|
|
147
|
-
|
|
149
|
+
global: boolean;
|
|
148
150
|
closeWhenClickOverlay: boolean;
|
|
149
151
|
directionFrom: "bottom" | "top" | "left" | "right" | "center" | "absolute";
|
|
150
152
|
absoluteLeft: string;
|
|
@@ -167,7 +169,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
167
169
|
onOpen?: () => any;
|
|
168
170
|
onClickOverlay?: () => any;
|
|
169
171
|
}>, {
|
|
170
|
-
|
|
172
|
+
global: boolean;
|
|
171
173
|
closeWhenClickOverlay: boolean;
|
|
172
174
|
directionFrom: "bottom" | "top" | "left" | "right" | "center" | "absolute";
|
|
173
175
|
absoluteLeft: string;
|
|
@@ -3,7 +3,7 @@ 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
9
|
declare const popoverButtonRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
@@ -35,7 +35,7 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
35
35
|
open: typeof open;
|
|
36
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,7 +3,7 @@ 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
9
|
declare const popoverButtonRef: import("vue").Ref<HTMLElement, HTMLElement>;
|
|
@@ -35,7 +35,7 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
35
35
|
open: typeof open;
|
|
36
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>;
|
|
@@ -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;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
color?: string;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
5
|
+
color: string;
|
|
6
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
color?: string;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
5
|
+
color: string;
|
|
6
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { VNode } from "vue";
|
|
2
2
|
import { DialogStylePatternType } from "./components/Dialog.vue";
|
|
3
3
|
export declare const teleport: HTMLElement;
|
|
4
|
-
export declare function toast(text: string, during?: number
|
|
4
|
+
export declare function toast(text: string, during?: number, options?: {
|
|
5
|
+
onOpen?: () => void;
|
|
6
|
+
onClose?: () => void;
|
|
7
|
+
}): void;
|
|
5
8
|
export declare function loading(text?: string): () => void;
|
|
6
9
|
export declare function dialog(options?: {
|
|
7
10
|
title?: string;
|
|
@@ -123,3 +126,10 @@ export declare function plateKeyboard(options?: {
|
|
|
123
126
|
onClose?: () => void;
|
|
124
127
|
onResize?: (rect: DOMRect) => void;
|
|
125
128
|
}): () => void;
|
|
129
|
+
export declare function numberKeyboard(options?: {
|
|
130
|
+
min?: number;
|
|
131
|
+
max?: number;
|
|
132
|
+
title?: string;
|
|
133
|
+
onNumber?: (n: number) => void;
|
|
134
|
+
onError?: (msg: string) => void;
|
|
135
|
+
}): () => void;
|