@tak-ps/cloudtak 13.15.0 → 13.16.0
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.
|
@@ -1,16 +1,9 @@
|
|
|
1
1
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
compact: BooleanConstructor;
|
|
3
|
-
|
|
4
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
5
|
-
close: () => any;
|
|
6
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
4
|
compact: BooleanConstructor;
|
|
8
|
-
|
|
9
|
-
}>> & Readonly<{
|
|
10
|
-
onClose?: (() => any) | undefined;
|
|
11
|
-
}>, {
|
|
5
|
+
}>> & Readonly<{}>, {
|
|
12
6
|
compact: boolean;
|
|
13
|
-
modal: boolean;
|
|
14
7
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
8
|
declare const _default: typeof __VLS_export;
|
|
16
9
|
export default _default;
|
|
@@ -1,13 +1,29 @@
|
|
|
1
|
-
declare var
|
|
1
|
+
declare var __VLS_21: {
|
|
2
|
+
isModal: boolean;
|
|
3
|
+
}, __VLS_23: {}, __VLS_48: {}, __VLS_50: {}, __VLS_65: {
|
|
4
|
+
isModal: boolean;
|
|
5
|
+
}, __VLS_67: {}, __VLS_79: {}, __VLS_81: {};
|
|
2
6
|
type __VLS_Slots = {} & {
|
|
3
|
-
|
|
7
|
+
header?: (props: typeof __VLS_21) => any;
|
|
4
8
|
} & {
|
|
5
|
-
|
|
9
|
+
buttons?: (props: typeof __VLS_23) => any;
|
|
10
|
+
} & {
|
|
11
|
+
default?: (props: typeof __VLS_48) => any;
|
|
12
|
+
} & {
|
|
13
|
+
footer?: (props: typeof __VLS_50) => any;
|
|
14
|
+
} & {
|
|
15
|
+
header?: (props: typeof __VLS_65) => any;
|
|
16
|
+
} & {
|
|
17
|
+
buttons?: (props: typeof __VLS_67) => any;
|
|
18
|
+
} & {
|
|
19
|
+
default?: (props: typeof __VLS_79) => any;
|
|
20
|
+
} & {
|
|
21
|
+
footer?: (props: typeof __VLS_81) => any;
|
|
6
22
|
};
|
|
7
23
|
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
24
|
name: {
|
|
9
25
|
type: StringConstructor;
|
|
10
|
-
|
|
26
|
+
default: string;
|
|
11
27
|
};
|
|
12
28
|
zindex: {
|
|
13
29
|
type: NumberConstructor;
|
|
@@ -40,7 +56,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
40
56
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
41
57
|
name: {
|
|
42
58
|
type: StringConstructor;
|
|
43
|
-
|
|
59
|
+
default: string;
|
|
44
60
|
};
|
|
45
61
|
zindex: {
|
|
46
62
|
type: NumberConstructor;
|
|
@@ -71,6 +87,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
71
87
|
default: boolean;
|
|
72
88
|
};
|
|
73
89
|
}>> & Readonly<{}>, {
|
|
90
|
+
name: string;
|
|
74
91
|
scroll: boolean;
|
|
75
92
|
loading: boolean;
|
|
76
93
|
border: boolean;
|