@huyooo/ui 0.4.72 → 0.4.73
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/dist/{AuthkitAppSetting-CX3_9Jcg.js → AuthkitAuthModal-hVSE1o31.js} +1441 -1439
- package/dist/{AuthkitAuthorize-CA0jmnjq.js → AuthkitAuthorize-CcuxKyfx.js} +1 -1
- package/dist/{FeedbackItem-C5WqFEqH.js → FeedbackItem-BCMwNxsb.js} +1 -1
- package/dist/{FeedbackModal-BDPw2tu7.js → FeedbackModal-CmGPYo4h.js} +3 -2
- package/dist/{MessageHandle-BelPivb3.js → MessageHandle-DkNum5-u.js} +3 -2
- package/dist/{ReferrerReferees-BVj9o5kG.js → ReferrerReferees-BFMQJqqj.js} +1 -1
- package/dist/UserAccountMenu-CI6Yvfwe.js +610 -0
- package/dist/authkit.js +3 -3
- package/dist/common.d.ts +0 -14
- package/dist/common.js +13 -37
- package/dist/components/Authkit/Auth/AuthkitAuthorize.vue.d.ts +2 -2
- package/dist/components/Authkit/Auth/AuthkitOAuthItem.vue.d.ts +1 -1
- package/dist/components/Authkit/Auth/AuthkitOAuthList.vue.d.ts +1 -1
- package/dist/components/Authkit/Auth/AuthkitPasswordUpdateAndVerify.vue.d.ts +2 -2
- package/dist/components/Authkit/AuthkitAppSetting.vue.d.ts +2 -2
- package/dist/components/Authkit/AuthkitAuthModal.vue.d.ts +4 -4
- package/dist/components/Feedback/FeedbackBubbleEnd.vue.d.ts +1 -1
- package/dist/components/Feedback/FeedbackBubbleStart.vue.d.ts +1 -1
- package/dist/components/Feedback/FeedbackModal.vue.d.ts +2 -2
- package/dist/components/Gradientbackground.vue.d.ts +1 -1
- package/dist/components/Message/MessageAppMessage.vue.d.ts +2 -2
- package/dist/components/Message/MessageHandle.vue.d.ts +3 -3
- package/dist/components/Pay/PaySubscriptions.vue.d.ts +2 -2
- package/dist/components/User/UserBasicInformation.vue.d.ts +2 -2
- package/dist/components/User/UserPanel.vue.d.ts +18 -18
- package/dist/composables.d.ts +2 -2
- package/dist/composables.js +63 -28
- package/dist/feedback.js +2 -2
- package/dist/index.js +137 -151
- package/dist/main.d.ts +0 -4
- package/dist/message.js +1 -1
- package/dist/pay.js +1 -1
- package/dist/referrer.js +1 -1
- package/dist/style.css +1 -1
- package/dist/{useAuthkitUsersProfile-DNOB_Kuk.js → useAuthkitUsersProfile-CRLJnYMy.js} +62 -62
- package/dist/user.js +6 -7
- package/package.json +1 -1
- package/dist/UserAccountMenu-BD8F9vEK.js +0 -40
- package/dist/UserPanel-CaaTu1mu.js +0 -576
- package/dist/useActiveDoc-BWHkOJhJ.js +0 -39
- /package/dist/{PaySubscriptions-BRWvLeed.js → PaySubscriptions-l6VlqvBy.js} +0 -0
package/dist/common.d.ts
CHANGED
|
@@ -5,22 +5,8 @@ export { default as CustomTable } from './components/CustomTable.vue';
|
|
|
5
5
|
export { default as Ellipsis } from './components/Ellipsis.vue';
|
|
6
6
|
export { default as Gradientbackground } from './components/Gradientbackground.vue';
|
|
7
7
|
export { default as HeaderMenus } from './components/HeaderMenus.vue';
|
|
8
|
-
export { default as InfiniteLoading } from './components/InfiniteLoading.vue';
|
|
9
8
|
export { default as Logo } from './components/Logo.vue';
|
|
10
9
|
export { default as Menu } from './components/Menu.vue';
|
|
11
10
|
export { default as MenuItem } from './components/MenuItem.vue';
|
|
12
11
|
export { default as SvgIcon } from './components/SvgIcon.vue';
|
|
13
12
|
export { default as WidthContainer } from './components/WidthContainer.vue';
|
|
14
|
-
export { default as UserPanel } from './components/User/UserPanel.vue';
|
|
15
|
-
export { default as UserButton } from './components/User/UserButton.vue';
|
|
16
|
-
export { default as UserAvatar } from './components/User/UserAvatar.vue';
|
|
17
|
-
export { default as UserBasicInformation } from './components/User/UserBasicInformation.vue';
|
|
18
|
-
export { default as SubscriptionBaseInformation } from './components/User/UserSubscriptionBaseInformation.vue';
|
|
19
|
-
export { default as Subscriptions } from './components/Pay/PaySubscriptions.vue';
|
|
20
|
-
export { default as Referees } from './components/Referrer/ReferrerReferees.vue';
|
|
21
|
-
export { default as Upload } from './components/Upload/Upload.vue';
|
|
22
|
-
export { globalConfig, setGlobalConfig } from './common/globalConfig';
|
|
23
|
-
export { useCreateAndUpdate as useCommonCreateAndUpdate } from './composables/useCreateAndUpdate';
|
|
24
|
-
export { useTableHandle } from './composables/useTableHandle';
|
|
25
|
-
export { useActiveDoc } from './composables/useActiveDoc';
|
|
26
|
-
export { useUploadCos } from './composables/Upload/useUploadCos';
|
package/dist/common.js
CHANGED
|
@@ -1,42 +1,18 @@
|
|
|
1
|
-
import { C as s, a as
|
|
2
|
-
import { C as t, G as n, H as
|
|
3
|
-
import { C as
|
|
4
|
-
import {
|
|
5
|
-
import { M as c, a as g } from "./Menu-Cxo8Rpu3.js";
|
|
6
|
-
import { S as I, b as S, c as H, a as M, U as v } from "./UserPanel-CaaTu1mu.js";
|
|
7
|
-
import { S as B } from "./PaySubscriptions-BRWvLeed.js";
|
|
8
|
-
import { R as L } from "./ReferrerReferees-BVj9o5kG.js";
|
|
9
|
-
import { _ as R } from "./Upload.vue_vue_type_script_setup_true_lang-CDyUt05d.js";
|
|
10
|
-
import { g as W, s as h } from "./globalConfig-DZIhLe1R.js";
|
|
11
|
-
import { a as D, u as P } from "./useActiveDoc-BWHkOJhJ.js";
|
|
12
|
-
import { u as j } from "./useTableHandle-DKUIdSSh.js";
|
|
13
|
-
import { u as w } from "./useUploadCos-B5P_PDcy.js";
|
|
1
|
+
import { C as s, a as o } from "./CollapseItem-Cw1vcdLu.js";
|
|
2
|
+
import { C as t, G as n, H as C, L as l, S as m, W as p } from "./WidthContainer-CfR77puD.js";
|
|
3
|
+
import { C as i, E as u } from "./CustomTable-JflAYS8i.js";
|
|
4
|
+
import { M as x, a as M } from "./Menu-Cxo8Rpu3.js";
|
|
14
5
|
export {
|
|
15
6
|
s as Collapse,
|
|
16
|
-
|
|
7
|
+
o as CollapseItem,
|
|
17
8
|
t as ContentHead,
|
|
18
|
-
|
|
19
|
-
|
|
9
|
+
i as CustomTable,
|
|
10
|
+
u as Ellipsis,
|
|
20
11
|
n as Gradientbackground,
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
I as SubscriptionBaseInformation,
|
|
28
|
-
B as Subscriptions,
|
|
29
|
-
f as SvgIcon,
|
|
30
|
-
R as Upload,
|
|
31
|
-
S as UserAvatar,
|
|
32
|
-
H as UserBasicInformation,
|
|
33
|
-
M as UserButton,
|
|
34
|
-
v as UserPanel,
|
|
35
|
-
i as WidthContainer,
|
|
36
|
-
W as globalConfig,
|
|
37
|
-
h as setGlobalConfig,
|
|
38
|
-
D as useActiveDoc,
|
|
39
|
-
P as useCommonCreateAndUpdate,
|
|
40
|
-
j as useTableHandle,
|
|
41
|
-
w as useUploadCos
|
|
12
|
+
C as HeaderMenus,
|
|
13
|
+
l as Logo,
|
|
14
|
+
x as Menu,
|
|
15
|
+
M as MenuItem,
|
|
16
|
+
m as SvgIcon,
|
|
17
|
+
p as WidthContainer
|
|
42
18
|
};
|
|
@@ -92,10 +92,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
92
92
|
default: () => string;
|
|
93
93
|
};
|
|
94
94
|
}>> & Readonly<{}>, {
|
|
95
|
-
logo: string;
|
|
96
|
-
redirectUri: string;
|
|
97
95
|
title: string;
|
|
98
96
|
state: string;
|
|
97
|
+
redirectUri: string;
|
|
98
|
+
logo: string;
|
|
99
99
|
clientId: string;
|
|
100
100
|
responseType: string;
|
|
101
101
|
scope: string;
|
|
@@ -31,7 +31,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
31
31
|
default: () => string;
|
|
32
32
|
};
|
|
33
33
|
}>> & Readonly<{}>, {
|
|
34
|
-
icon: string;
|
|
35
34
|
label: string;
|
|
35
|
+
icon: string;
|
|
36
36
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
37
37
|
export default _default;
|
|
@@ -19,7 +19,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
19
19
|
default: () => string;
|
|
20
20
|
};
|
|
21
21
|
}>> & Readonly<{}>, {
|
|
22
|
-
size: FormSizeType;
|
|
23
22
|
appId: string;
|
|
23
|
+
size: FormSizeType;
|
|
24
24
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
25
25
|
export default _default;
|
|
@@ -11,8 +11,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11
11
|
default: () => boolean;
|
|
12
12
|
};
|
|
13
13
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
-
signIn: (...args: any[]) => void;
|
|
15
14
|
submit: (...args: any[]) => void;
|
|
15
|
+
signIn: (...args: any[]) => void;
|
|
16
16
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
17
17
|
size: {
|
|
18
18
|
type: PropType<FormSizeType>;
|
|
@@ -24,8 +24,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
24
24
|
default: () => boolean;
|
|
25
25
|
};
|
|
26
26
|
}>> & Readonly<{
|
|
27
|
-
onSignIn?: ((...args: any[]) => any) | undefined;
|
|
28
27
|
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
28
|
+
onSignIn?: ((...args: any[]) => any) | undefined;
|
|
29
29
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
30
30
|
formRef: any;
|
|
31
31
|
SendVerifyCodeRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -2,10 +2,10 @@ declare function setData(data: unknown, state: false): void;
|
|
|
2
2
|
declare const _default: import('vue').DefineComponent<{}, {
|
|
3
3
|
setData: typeof setData;
|
|
4
4
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
-
confirm: (...args: any[]) => void;
|
|
6
5
|
cancel: (...args: any[]) => void;
|
|
6
|
+
confirm: (...args: any[]) => void;
|
|
7
7
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
8
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
9
8
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
10
10
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
11
|
export default _default;
|
|
@@ -10,10 +10,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10
10
|
default: () => string;
|
|
11
11
|
};
|
|
12
12
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
|
+
close: (...args: any[]) => void;
|
|
14
|
+
confirm: (...args: any[]) => void;
|
|
13
15
|
toUserServiceAgreement: (...args: any[]) => void;
|
|
14
16
|
toPrivacyPolicy: (...args: any[]) => void;
|
|
15
|
-
confirm: (...args: any[]) => void;
|
|
16
|
-
close: (...args: any[]) => void;
|
|
17
17
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
18
|
size: {
|
|
19
19
|
type: PropType<FormSizeType>;
|
|
@@ -24,10 +24,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
24
24
|
default: () => string;
|
|
25
25
|
};
|
|
26
26
|
}>> & Readonly<{
|
|
27
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
28
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
27
29
|
onToUserServiceAgreement?: ((...args: any[]) => any) | undefined;
|
|
28
30
|
onToPrivacyPolicy?: ((...args: any[]) => any) | undefined;
|
|
29
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
30
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
31
31
|
}>, {
|
|
32
32
|
appId: string;
|
|
33
33
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -62,8 +62,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
62
62
|
onRefresh?: ((...args: any[]) => any) | undefined;
|
|
63
63
|
}>, {
|
|
64
64
|
type: string;
|
|
65
|
-
value: string;
|
|
66
65
|
avatarUrl: string;
|
|
66
|
+
value: string;
|
|
67
67
|
bubbleStyle: Record<string, any>;
|
|
68
68
|
showRefresh: boolean;
|
|
69
69
|
showClipboard: boolean;
|
|
@@ -54,8 +54,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
54
54
|
"onFooter-click"?: ((...args: any[]) => any) | undefined;
|
|
55
55
|
}>, {
|
|
56
56
|
type: string;
|
|
57
|
-
value: string;
|
|
58
57
|
avatarUrl: string;
|
|
58
|
+
value: string;
|
|
59
59
|
bubbleStyle: Record<string, any>;
|
|
60
60
|
showClipboard: boolean;
|
|
61
61
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -2,10 +2,10 @@ declare function setData(state: boolean): void;
|
|
|
2
2
|
declare const _default: import('vue').DefineComponent<{}, {
|
|
3
3
|
setData: typeof setData;
|
|
4
4
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
-
confirm: (...args: any[]) => void;
|
|
6
5
|
cancel: (...args: any[]) => void;
|
|
6
|
+
confirm: (...args: any[]) => void;
|
|
7
7
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
8
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
9
8
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
10
10
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
11
|
export default _default;
|
|
@@ -67,11 +67,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
67
|
default: () => string;
|
|
68
68
|
};
|
|
69
69
|
}>> & Readonly<{}>, {
|
|
70
|
+
blur: string;
|
|
70
71
|
width: string;
|
|
71
72
|
height: string;
|
|
72
73
|
top: string;
|
|
73
74
|
zIndex: string;
|
|
74
|
-
blur: string;
|
|
75
75
|
left: string;
|
|
76
76
|
right: string;
|
|
77
77
|
background: string;
|
|
@@ -11,8 +11,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11
11
|
}>, {
|
|
12
12
|
setData: typeof setData;
|
|
13
13
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
-
cancel: (...args: any[]) => void;
|
|
15
14
|
change: (...args: any[]) => void;
|
|
15
|
+
cancel: (...args: any[]) => void;
|
|
16
16
|
"update:selectedKeys": (value: string[]) => void;
|
|
17
17
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
18
|
menus: {
|
|
@@ -23,8 +23,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
23
23
|
type: PropType<string[]>;
|
|
24
24
|
};
|
|
25
25
|
}>> & Readonly<{
|
|
26
|
-
onCancel?: ((...args: any[]) => any) | undefined;
|
|
27
26
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
27
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
"onUpdate:selectedKeys"?: ((value: string[]) => any) | undefined;
|
|
29
29
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
30
30
|
export default _default;
|
|
@@ -11,14 +11,14 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
11
11
|
type: import('vue').PropType<string[]>;
|
|
12
12
|
};
|
|
13
13
|
}>> & Readonly<{
|
|
14
|
-
onCancel?: ((...args: any[]) => any) | undefined;
|
|
15
14
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
16
16
|
"onUpdate:selectedKeys"?: ((value: string[]) => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
18
|
setData: (state: false) => void;
|
|
19
19
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
|
-
cancel: (...args: any[]) => void;
|
|
21
20
|
change: (...args: any[]) => void;
|
|
21
|
+
cancel: (...args: any[]) => void;
|
|
22
22
|
"update:selectedKeys": (value: string[]) => void;
|
|
23
23
|
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
24
24
|
P: {};
|
|
@@ -36,8 +36,8 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
36
36
|
type: import('vue').PropType<string[]>;
|
|
37
37
|
};
|
|
38
38
|
}>> & Readonly<{
|
|
39
|
-
onCancel?: ((...args: any[]) => any) | undefined;
|
|
40
39
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
41
41
|
"onUpdate:selectedKeys"?: ((value: string[]) => any) | undefined;
|
|
42
42
|
}>, {
|
|
43
43
|
setData: (state: false) => void;
|
|
@@ -2,10 +2,10 @@ declare function setData(data: any, state: false): void;
|
|
|
2
2
|
declare const _default: import('vue').DefineComponent<{}, {
|
|
3
3
|
setData: typeof setData;
|
|
4
4
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
-
confirm: (...args: any[]) => void;
|
|
6
5
|
cancel: (...args: any[]) => void;
|
|
6
|
+
confirm: (...args: any[]) => void;
|
|
7
7
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
8
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
9
8
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
10
10
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
11
|
export default _default;
|
|
@@ -33,9 +33,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
35
|
}>> & Readonly<{}>, {
|
|
36
|
-
email: string;
|
|
37
|
-
referrerId: string;
|
|
38
36
|
nickname: string;
|
|
39
37
|
avatarUrl: string;
|
|
38
|
+
referrerId: string;
|
|
39
|
+
email: string;
|
|
40
40
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
41
41
|
export default _default;
|
|
@@ -31,15 +31,15 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
31
31
|
default: () => string;
|
|
32
32
|
};
|
|
33
33
|
}>> & Readonly<{
|
|
34
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
35
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
34
36
|
onToUserServiceAgreement?: ((...args: any[]) => any) | undefined;
|
|
35
37
|
onToPrivacyPolicy?: ((...args: any[]) => any) | undefined;
|
|
36
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
37
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
38
38
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
39
|
+
close: (...args: any[]) => void;
|
|
40
|
+
confirm: (...args: any[]) => void;
|
|
39
41
|
toUserServiceAgreement: (...args: any[]) => void;
|
|
40
42
|
toPrivacyPolicy: (...args: any[]) => void;
|
|
41
|
-
confirm: (...args: any[]) => void;
|
|
42
|
-
close: (...args: any[]) => void;
|
|
43
43
|
}, import('vue').PublicProps, {
|
|
44
44
|
appId: string;
|
|
45
45
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -59,21 +59,21 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
59
59
|
default: () => string;
|
|
60
60
|
};
|
|
61
61
|
}>> & Readonly<{
|
|
62
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
63
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
62
64
|
onToUserServiceAgreement?: ((...args: any[]) => any) | undefined;
|
|
63
65
|
onToPrivacyPolicy?: ((...args: any[]) => any) | undefined;
|
|
64
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
65
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
66
66
|
}>, {}, {}, {}, {}, {
|
|
67
67
|
appId: string;
|
|
68
68
|
}> | null;
|
|
69
69
|
AppSettingRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
|
70
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
71
70
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
71
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
72
72
|
}>, {
|
|
73
73
|
setData: (data: unknown, state: false) => void;
|
|
74
74
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
75
|
-
confirm: (...args: any[]) => void;
|
|
76
75
|
cancel: (...args: any[]) => void;
|
|
76
|
+
confirm: (...args: any[]) => void;
|
|
77
77
|
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
78
78
|
P: {};
|
|
79
79
|
B: {};
|
|
@@ -82,8 +82,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
82
82
|
M: {};
|
|
83
83
|
Defaults: {};
|
|
84
84
|
}, Readonly<{}> & Readonly<{
|
|
85
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
86
85
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
86
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
87
87
|
}>, {
|
|
88
88
|
setData: (data: unknown, state: false) => void;
|
|
89
89
|
}, {}, {}, {}, {}> | null;
|
|
@@ -106,13 +106,13 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
106
106
|
setData: (state: false) => void;
|
|
107
107
|
}, {}, {}, {}, {}> | null;
|
|
108
108
|
SubscriptionsRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
|
109
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
110
109
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
110
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
111
111
|
}>, {
|
|
112
112
|
setData: (data: any, state: false) => void;
|
|
113
113
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
114
|
-
confirm: (...args: any[]) => void;
|
|
115
114
|
cancel: (...args: any[]) => void;
|
|
115
|
+
confirm: (...args: any[]) => void;
|
|
116
116
|
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
117
117
|
P: {};
|
|
118
118
|
B: {};
|
|
@@ -121,8 +121,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
121
121
|
M: {};
|
|
122
122
|
Defaults: {};
|
|
123
123
|
}, Readonly<{}> & Readonly<{
|
|
124
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
125
124
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
125
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
126
126
|
}>, {
|
|
127
127
|
setData: (data: any, state: false) => void;
|
|
128
128
|
}, {}, {}, {}, {}> | null;
|
|
@@ -138,14 +138,14 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
138
138
|
type: import('vue').PropType<string[]>;
|
|
139
139
|
};
|
|
140
140
|
}>> & Readonly<{
|
|
141
|
-
onCancel?: ((...args: any[]) => any) | undefined;
|
|
142
141
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
142
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
143
143
|
"onUpdate:selectedKeys"?: ((value: string[]) => any) | undefined;
|
|
144
144
|
}>, {
|
|
145
145
|
setData: (state: false) => void;
|
|
146
146
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
147
|
-
cancel: (...args: any[]) => void;
|
|
148
147
|
change: (...args: any[]) => void;
|
|
148
|
+
cancel: (...args: any[]) => void;
|
|
149
149
|
"update:selectedKeys": (value: string[]) => void;
|
|
150
150
|
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
151
151
|
P: {};
|
|
@@ -163,8 +163,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
163
163
|
type: import('vue').PropType<string[]>;
|
|
164
164
|
};
|
|
165
165
|
}>> & Readonly<{
|
|
166
|
-
onCancel?: ((...args: any[]) => any) | undefined;
|
|
167
166
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
167
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
168
168
|
"onUpdate:selectedKeys"?: ((value: string[]) => any) | undefined;
|
|
169
169
|
}>, {
|
|
170
170
|
setData: (state: false) => void;
|
|
@@ -180,13 +180,13 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
180
180
|
openNotification: () => void;
|
|
181
181
|
}, {}, {}, {}, {}> | null;
|
|
182
182
|
FeedBackModalRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
|
183
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
184
183
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
184
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
185
185
|
}>, {
|
|
186
186
|
setData: (state: boolean) => void;
|
|
187
187
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
188
|
-
confirm: (...args: any[]) => void;
|
|
189
188
|
cancel: (...args: any[]) => void;
|
|
189
|
+
confirm: (...args: any[]) => void;
|
|
190
190
|
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
191
191
|
P: {};
|
|
192
192
|
B: {};
|
|
@@ -195,8 +195,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {}, {},
|
|
|
195
195
|
M: {};
|
|
196
196
|
Defaults: {};
|
|
197
197
|
}, Readonly<{}> & Readonly<{
|
|
198
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
199
198
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
199
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
200
200
|
}>, {
|
|
201
201
|
setData: (state: boolean) => void;
|
|
202
202
|
}, {}, {}, {}, {}> | null;
|
package/dist/composables.d.ts
CHANGED
|
@@ -4,8 +4,8 @@ export { useAuthkitUsersProfile } from './composables/Authkit/useAuthkitUsersPro
|
|
|
4
4
|
export { UseAuthkitAppsAuthPageInfo } from './composables/Authkit/useAuthkitAppsAuthPageInfo';
|
|
5
5
|
export { useAuthkitCreateAndUpdate } from './composables/Authkit/useAuthkitCreateAndUpdate';
|
|
6
6
|
export { useMessageNotifications } from './composables/useMessageNotifications';
|
|
7
|
-
export { globalConfig } from './common/globalConfig';
|
|
8
|
-
export { useCreateAndUpdate } from './composables/useCreateAndUpdate';
|
|
7
|
+
export { globalConfig, setGlobalConfig } from './common/globalConfig';
|
|
8
|
+
export { useCreateAndUpdate as useCommonCreateAndUpdate } from './composables/useCreateAndUpdate';
|
|
9
9
|
export { useTableHandle } from './composables/useTableHandle';
|
|
10
10
|
export { useActiveDoc } from './composables/useActiveDoc';
|
|
11
11
|
export { useUploadCos } from './composables/Upload/useUploadCos';
|
package/dist/composables.js
CHANGED
|
@@ -1,37 +1,72 @@
|
|
|
1
|
-
import { u as
|
|
2
|
-
import { U as
|
|
3
|
-
import { u as
|
|
4
|
-
import { u as
|
|
5
|
-
import { g as
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
import { u as y, a as k } from "./useAuthkitUsersProfile-CRLJnYMy.js";
|
|
2
|
+
import { U as b, u as w } from "./useAuthkitAuthModal-hxivJw_U.js";
|
|
3
|
+
import { u as D } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
|
|
4
|
+
import { u as V } from "./useMessageNotifications-DOH1MS61.js";
|
|
5
|
+
import { g as P, s as $ } from "./globalConfig-DZIhLe1R.js";
|
|
6
|
+
/* empty css */
|
|
7
|
+
/* empty css */
|
|
8
|
+
import { Message as l } from "@arco-design/web-vue";
|
|
9
|
+
import { ref as a } from "vue";
|
|
10
|
+
import { u as H } from "./useTableHandle-DKUIdSSh.js";
|
|
11
|
+
import { u as N } from "./useUploadCos-B5P_PDcy.js";
|
|
12
|
+
function A(e) {
|
|
13
|
+
const t = a(!1), o = a(), s = a(!1), i = a(""), u = a("");
|
|
14
|
+
function c(f) {
|
|
15
|
+
l.success(f), s.value = !1, t.value = !1, e("confirm");
|
|
16
|
+
}
|
|
17
|
+
function r() {
|
|
18
|
+
s.value = !1, console.log("handleClose"), e("cancel");
|
|
19
|
+
}
|
|
20
|
+
return {
|
|
21
|
+
loading: t,
|
|
22
|
+
formRef: o,
|
|
23
|
+
submitSuccess: c,
|
|
24
|
+
modelType: i,
|
|
25
|
+
changeType: u,
|
|
26
|
+
show: s,
|
|
27
|
+
handleCancel: r
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
const n = a({
|
|
31
|
+
key: "",
|
|
32
|
+
name: ""
|
|
33
|
+
});
|
|
34
|
+
function v() {
|
|
35
|
+
function e(t, o) {
|
|
36
|
+
n.value.key = t, n.value.name = o;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
activeDoc: n,
|
|
40
|
+
setActiveDoc: e
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function g(e, t = "default") {
|
|
44
|
+
const o = document;
|
|
45
|
+
if (o && typeof o.startViewTransition == "function") {
|
|
46
|
+
const s = document.body;
|
|
47
|
+
s.classList.add(`vt-${t}`), o.startViewTransition(() => {
|
|
14
48
|
try {
|
|
15
|
-
|
|
49
|
+
e();
|
|
16
50
|
} catch {
|
|
17
51
|
}
|
|
18
52
|
}).finished.finally(() => {
|
|
19
|
-
|
|
53
|
+
s.classList.remove(`vt-${t}`);
|
|
20
54
|
});
|
|
21
55
|
} else
|
|
22
|
-
|
|
56
|
+
e();
|
|
23
57
|
}
|
|
24
58
|
export {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
59
|
+
b as UseAuthkitAppsAuthPageInfo,
|
|
60
|
+
P as globalConfig,
|
|
61
|
+
$ as setGlobalConfig,
|
|
62
|
+
v as useActiveDoc,
|
|
63
|
+
y as useAuthkitAuth,
|
|
64
|
+
w as useAuthkitAuthModal,
|
|
65
|
+
D as useAuthkitCreateAndUpdate,
|
|
66
|
+
k as useAuthkitUsersProfile,
|
|
67
|
+
A as useCommonCreateAndUpdate,
|
|
68
|
+
V as useMessageNotifications,
|
|
69
|
+
H as useTableHandle,
|
|
70
|
+
N as useUploadCos,
|
|
71
|
+
g as withViewTransition
|
|
37
72
|
};
|
package/dist/feedback.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as b, a as s, F as d, b as F, c, d as o, R as t } from "./FeedbackModal-
|
|
1
|
+
import { _ as b, a as s, F as d, b as F, c, d as o, R as t } from "./FeedbackModal-CmGPYo4h.js";
|
|
2
2
|
import { C as r } from "./Clipboard-Bful1lNJ.js";
|
|
3
|
-
import { F as m, a as n, c as f, b as i, d as p } from "./FeedbackItem-
|
|
3
|
+
import { F as m, a as n, c as f, b as i, d as p } from "./FeedbackItem-BCMwNxsb.js";
|
|
4
4
|
export {
|
|
5
5
|
r as Clipboard,
|
|
6
6
|
b as FeedbackBubbleEnd,
|