@huyooo/ui 0.4.34 → 0.4.36
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-DqhUivnU.js → AuthkitAppSetting-D6PAh-ZI.js} +216 -215
- package/dist/{AuthkitAuthorize-f_yAVn7e.js → AuthkitAuthorize-DKG7JGSV.js} +4 -4
- package/dist/{FeedbackItem-DJiIQBMe.js → FeedbackItem-BO8dYYKo.js} +3 -7
- package/dist/FeedbackModal-B_W_RWec.js +1061 -0
- package/dist/{LandingPageToc-BkL7mxo7.js → LandingPageToc-BrUxyH80.js} +257 -269
- package/dist/MessageHandle-Dt6rb0rg.js +830 -0
- package/dist/{PaySubscriptions-foEcT6VN.js → PaySubscriptions-B42IdT-5.js} +59 -58
- package/dist/ReferrerReferees-CvuUodDZ.js +116 -0
- package/dist/{Upload.vue_vue_type_script_setup_true_lang-C2OaTrku.js → Upload.vue_vue_type_script_setup_true_lang-Bw3IlEUj.js} +4 -4
- package/dist/{UserPanel-CA3roDgH.js → UserPanel-BIKWssEY.js} +169 -174
- package/dist/api/Authkit/apps.d.ts +1 -1
- package/dist/api/Buckets/Files.d.ts +7 -7
- package/dist/api/Buckets.d.ts +2 -2
- package/dist/api/Message/ChangelogNotifications.d.ts +2 -2
- package/dist/api/Message/EventNotifications.d.ts +2 -2
- package/dist/api/Message/MessageNotifications.d.ts +5 -5
- package/dist/api/Message/NoticeNotifications.d.ts +2 -2
- package/dist/api/Messages.d.ts +2 -2
- package/dist/api/Referrer.d.ts +1 -1
- package/dist/api/index.d.ts +8 -8
- package/dist/authkit.js +4 -4
- package/dist/common/globalConfig.d.ts +15 -0
- package/dist/common.d.ts +1 -1
- package/dist/common.js +21 -19
- package/dist/components/Feedback/FeedbackContainer.vue.d.ts +0 -8
- package/dist/components/Feedback/FeedbackDetails.vue.d.ts +1 -1
- package/dist/components/Feedback/FeedbackForm.vue.d.ts +2 -20
- package/dist/components/LandingPage/LandingPageFooterLayout.vue.d.ts +3 -3
- package/dist/components/Message/MessageAppMessage.vue.d.ts +1 -24
- package/dist/components/Message/MessageChangelogNotifications.vue.d.ts +1 -11
- package/dist/components/Message/MessageChangelogNotificationsDetails.vue.d.ts +0 -8
- package/dist/components/Message/MessageEventNotifications.vue.d.ts +1 -11
- package/dist/components/Message/MessageEventNotificationsDetails.vue.d.ts +0 -8
- package/dist/components/Message/MessageHandle.vue.d.ts +28 -88
- package/dist/components/Message/MessageNoticeNotifications.vue.d.ts +1 -11
- package/dist/components/Message/MessageNoticeNotificationsDetails.vue.d.ts +0 -8
- package/dist/components/Message/MessageNotifications.vue.d.ts +1 -11
- package/dist/components/Referrer/ReferrerReferees.vue.d.ts +2 -12
- package/dist/components/User/UserPanel.vue.d.ts +30 -100
- package/dist/composables/useMessageNotifications.d.ts +1 -1
- package/dist/composables.d.ts +1 -1
- package/dist/composables.js +16 -15
- package/dist/feedback.js +2 -2
- package/dist/globalConfig-dtNQA0ZH.js +15 -0
- package/dist/index.js +28 -26
- package/dist/landingPage.js +1 -1
- package/dist/message.js +2 -2
- package/dist/pay.js +1 -1
- package/dist/referrer.js +1 -1
- package/dist/style.css +1 -1
- package/dist/upload.js +2 -2
- package/dist/{useAuthkitAuthModal-OkUKCIWR.js → useAuthkitAuthModal-C153ZpNb.js} +14 -13
- package/dist/useAuthkitUsersProfile-CT2MN1S5.js +228 -0
- package/dist/useMessageNotifications-DkKSVkdt.js +106 -0
- package/dist/{useUploadCos-uerXQY3P.js → useUploadCos-C3ts0Gpa.js} +1481 -1499
- package/dist/user.d.ts +0 -1
- package/dist/user.js +4 -6
- package/package.json +1 -1
- package/dist/FeedbackModal-D7gtWqMr.js +0 -1077
- package/dist/MessageHandle-DN_JsQb2.js +0 -885
- package/dist/ReferrerReferees-DxNJ2ETq.js +0 -121
- package/dist/composables/useGlobalConfig.d.ts +0 -20
- package/dist/useAuthkitUsersProfile-Diituvy1.js +0 -227
- package/dist/useMessageNotifications-lmP0vJDM.js +0 -105
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare function messageNotificationsFind(
|
|
2
|
-
export declare function messageNotificationsOwn(
|
|
3
|
-
export declare function messageNotificationsFindOne(
|
|
4
|
-
export declare function messageNotificationsRead(
|
|
5
|
-
export declare function messageNotificationsReadAll(
|
|
1
|
+
export declare function messageNotificationsFind(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
2
|
+
export declare function messageNotificationsOwn(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
3
|
+
export declare function messageNotificationsFindOne(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
4
|
+
export declare function messageNotificationsRead(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
5
|
+
export declare function messageNotificationsReadAll(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare function noticeNotificationsFind(
|
|
2
|
-
export declare function noticeNotificationsFindOne(
|
|
1
|
+
export declare function noticeNotificationsFind(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
2
|
+
export declare function noticeNotificationsFindOne(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
package/dist/api/Messages.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare function messagesListIncremental(
|
|
2
|
-
export declare function messagesList(
|
|
1
|
+
export declare function messagesListIncremental(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
2
|
+
export declare function messagesList(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
package/dist/api/Referrer.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function referrerReferees(
|
|
1
|
+
export declare function referrerReferees(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
package/dist/api/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare function feedbackCenterCreate(
|
|
2
|
-
export declare function feedbackCenterDelete(
|
|
3
|
-
export declare function feedbackCenterUpdate(
|
|
4
|
-
export declare function feedbackCenterFind(
|
|
5
|
-
export declare function feedbackCenterFindOne(
|
|
6
|
-
export declare function feedbackCenterUpdateStatus(
|
|
7
|
-
export declare function feedbackCenterOwn(
|
|
8
|
-
export declare function feedbackCenterUpdateMessages(
|
|
1
|
+
export declare function feedbackCenterCreate(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
2
|
+
export declare function feedbackCenterDelete(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
3
|
+
export declare function feedbackCenterUpdate(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
4
|
+
export declare function feedbackCenterFind(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
5
|
+
export declare function feedbackCenterFindOne(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
6
|
+
export declare function feedbackCenterUpdateStatus(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
7
|
+
export declare function feedbackCenterOwn(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
8
|
+
export declare function feedbackCenterUpdateMessages(data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
package/dist/authkit.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { b as a, A as s, a as u, c as A, n as h, E as e, k as r, l as k, _ as o, O as n, f as d, o as p, P as f, j as m, R as P, S, i as g, m as l, d as U, e as w, g as c, h as x } from "./AuthkitAppSetting-
|
|
2
|
-
import { A as y, a as E } from "./AuthkitAuthorize-
|
|
3
|
-
import { U as C, u as R } from "./useAuthkitAuthModal-
|
|
4
|
-
import { u as b, a as v } from "./useAuthkitUsersProfile-
|
|
1
|
+
import { b as a, A as s, a as u, c as A, n as h, E as e, k as r, l as k, _ as o, O as n, f as d, o as p, P as f, j as m, R as P, S, i as g, m as l, d as U, e as w, g as c, h as x } from "./AuthkitAppSetting-D6PAh-ZI.js";
|
|
2
|
+
import { A as y, a as E } from "./AuthkitAuthorize-DKG7JGSV.js";
|
|
3
|
+
import { U as C, u as R } from "./useAuthkitAuthModal-C153ZpNb.js";
|
|
4
|
+
import { u as b, a as v } from "./useAuthkitUsersProfile-CT2MN1S5.js";
|
|
5
5
|
import { u as M } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
|
|
6
6
|
export {
|
|
7
7
|
a as AuthkitAppSetting,
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface HuyoooUIConfig {
|
|
2
|
+
/** 应用ID - 必填 */
|
|
3
|
+
appId: string;
|
|
4
|
+
/** 存储桶ID - 必填 */
|
|
5
|
+
bucketId: string;
|
|
6
|
+
/** API前缀 - 默认 '/api' */
|
|
7
|
+
prefixUrl: string;
|
|
8
|
+
/** 存储桶名称 - 必填 */
|
|
9
|
+
bucket: string;
|
|
10
|
+
/** 地域 - 默认 'ap-beijing' */
|
|
11
|
+
region: string;
|
|
12
|
+
authPrefixUrl: string;
|
|
13
|
+
}
|
|
14
|
+
export declare let globalConfig: HuyoooUIConfig;
|
|
15
|
+
export declare function setGlobalConfig(newConfig: HuyoooUIConfig): void;
|
package/dist/common.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ export { default as SubscriptionBaseInformation } from './components/User/UserSu
|
|
|
17
17
|
export { default as Subscriptions } from './components/Pay/PaySubscriptions.vue';
|
|
18
18
|
export { default as Referees } from './components/Referrer/ReferrerReferees.vue';
|
|
19
19
|
export { default as Upload } from './components/Upload/Upload.vue';
|
|
20
|
-
export {
|
|
20
|
+
export { globalConfig, setGlobalConfig } from './common/globalConfig';
|
|
21
21
|
export { useCreateAndUpdate as useCommonCreateAndUpdate } from './composables/useCreateAndUpdate';
|
|
22
22
|
export { useTableHandle } from './composables/useTableHandle';
|
|
23
23
|
export { useActiveDoc } from './composables/useActiveDoc';
|
package/dist/common.js
CHANGED
|
@@ -1,38 +1,40 @@
|
|
|
1
|
-
import { C as
|
|
1
|
+
import { C as s, a as e } from "./CollapseItem-Cw1vcdLu.js";
|
|
2
2
|
import { C as t, G as n, S as p, W as m } from "./WidthContainer-D795bWdT.js";
|
|
3
|
-
import { C as i, E as
|
|
4
|
-
import { I as x } from "./MessageHandle-
|
|
5
|
-
import { M as d, a as
|
|
6
|
-
import { S as
|
|
7
|
-
import { S as B } from "./PaySubscriptions-
|
|
8
|
-
import { R as M } from "./ReferrerReferees-
|
|
9
|
-
import { _ as H } from "./Upload.vue_vue_type_script_setup_true_lang-
|
|
10
|
-
import {
|
|
3
|
+
import { C as i, E as l } from "./CustomTable-JflAYS8i.js";
|
|
4
|
+
import { I as x } from "./MessageHandle-Dt6rb0rg.js";
|
|
5
|
+
import { M as d, a as b } from "./Menu-Cxo8Rpu3.js";
|
|
6
|
+
import { S as U, b as g, c as I, a as S, U as v } from "./UserPanel-BIKWssEY.js";
|
|
7
|
+
import { S as B } from "./PaySubscriptions-B42IdT-5.js";
|
|
8
|
+
import { R as M } from "./ReferrerReferees-CvuUodDZ.js";
|
|
9
|
+
import { _ as H } from "./Upload.vue_vue_type_script_setup_true_lang-Bw3IlEUj.js";
|
|
10
|
+
import { g as T, s as W } from "./globalConfig-dtNQA0ZH.js";
|
|
11
11
|
import { a as k, u as D } from "./useActiveDoc-BWHkOJhJ.js";
|
|
12
12
|
import { u as P } from "./useTableHandle-DKUIdSSh.js";
|
|
13
|
+
import { u as j } from "./useUploadCos-C3ts0Gpa.js";
|
|
13
14
|
export {
|
|
14
|
-
|
|
15
|
-
|
|
15
|
+
s as Collapse,
|
|
16
|
+
e as CollapseItem,
|
|
16
17
|
t as ContentHead,
|
|
17
18
|
i as CustomTable,
|
|
18
|
-
|
|
19
|
+
l as Ellipsis,
|
|
19
20
|
n as Gradientbackground,
|
|
20
21
|
x as InfiniteLoading,
|
|
21
22
|
d as Menu,
|
|
22
|
-
|
|
23
|
+
b as MenuItem,
|
|
23
24
|
M as Referees,
|
|
24
|
-
|
|
25
|
+
U as SubscriptionBaseInformation,
|
|
25
26
|
B as Subscriptions,
|
|
26
27
|
p as SvgIcon,
|
|
27
28
|
H as Upload,
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
g as UserAvatar,
|
|
30
|
+
I as UserBasicInformation,
|
|
31
|
+
S as UserButton,
|
|
31
32
|
v as UserPanel,
|
|
32
33
|
m as WidthContainer,
|
|
34
|
+
T as globalConfig,
|
|
35
|
+
W as setGlobalConfig,
|
|
33
36
|
k as useActiveDoc,
|
|
34
37
|
D as useCommonCreateAndUpdate,
|
|
35
|
-
T as useGlobalConfig,
|
|
36
38
|
P as useTableHandle,
|
|
37
|
-
|
|
39
|
+
j as useUploadCos
|
|
38
40
|
};
|
|
@@ -20,10 +20,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
20
20
|
type: StringConstructor;
|
|
21
21
|
required: true;
|
|
22
22
|
};
|
|
23
|
-
prefixUrl: {
|
|
24
|
-
type: StringConstructor;
|
|
25
|
-
required: true;
|
|
26
|
-
};
|
|
27
23
|
}>, {
|
|
28
24
|
show: import('vue').Ref<boolean, boolean>;
|
|
29
25
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -39,10 +35,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
39
35
|
type: StringConstructor;
|
|
40
36
|
required: true;
|
|
41
37
|
};
|
|
42
|
-
prefixUrl: {
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
required: true;
|
|
45
|
-
};
|
|
46
38
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
47
39
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
48
40
|
export default _default;
|
|
@@ -114,7 +114,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
114
114
|
};
|
|
115
115
|
$forceUpdate: () => void;
|
|
116
116
|
$nextTick: typeof nextTick;
|
|
117
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...
|
|
117
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
118
118
|
} & Readonly<{}> & Omit<Readonly<import('ant-design-x-vue').SenderProps> & Readonly<{
|
|
119
119
|
"onUpdate:value"?: (value: string) => any;
|
|
120
120
|
}>, "blur" | "focus" | "nativeElement"> & import('vue').ShallowUnwrapRef<{
|
|
@@ -1,24 +1,6 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
2
|
-
appId: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
prefixUrl: {
|
|
7
|
-
type: StringConstructor;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
2
|
confirm: (...args: any[]) => void;
|
|
12
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
13
|
-
appId: {
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
prefixUrl: {
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
}>> & Readonly<{
|
|
3
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
22
4
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
23
5
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
24
6
|
formRef: any;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
2
|
attrs: Partial<{}>;
|
|
3
3
|
slots: {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
LandingPageBrandInfo?(_: {}): any;
|
|
5
|
+
LandingPageLinkGroup?(_: {}): any;
|
|
6
|
+
LandingPageFooterContact?(_: {}): any;
|
|
7
7
|
};
|
|
8
8
|
refs: {};
|
|
9
9
|
rootEl: HTMLDivElement;
|
|
@@ -1,19 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
declare function setData(state: false): void;
|
|
3
|
-
declare
|
|
4
|
-
attrs: Partial<{}>;
|
|
5
|
-
slots: {
|
|
6
|
-
default?(_: {}): any;
|
|
7
|
-
};
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: any;
|
|
10
|
-
};
|
|
11
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13
|
-
prefixUrl: {
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
3
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
17
4
|
menus: {
|
|
18
5
|
type: PropType<any[]>;
|
|
19
6
|
required: true;
|
|
@@ -28,10 +15,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
28
15
|
change: (...args: any[]) => void;
|
|
29
16
|
"update:selectedKeys": (value: string[]) => void;
|
|
30
17
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
31
|
-
prefixUrl: {
|
|
32
|
-
type: StringConstructor;
|
|
33
|
-
required: true;
|
|
34
|
-
};
|
|
35
18
|
menus: {
|
|
36
19
|
type: PropType<any[]>;
|
|
37
20
|
required: true;
|
|
@@ -44,10 +27,4 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
44
27
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
45
28
|
"onUpdate:selectedKeys"?: ((value: string[]) => any) | undefined;
|
|
46
29
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
47
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
48
30
|
export default _default;
|
|
49
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
50
|
-
new (): {
|
|
51
|
-
$slots: S;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
@@ -1,12 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
2
|
-
prefixUrl: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
|
-
prefixUrl: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
required: true;
|
|
10
|
-
};
|
|
11
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
12
2
|
export default _default;
|
|
@@ -1,17 +1,9 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
prefixUrl: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
2
|
id: {
|
|
7
3
|
type: StringConstructor;
|
|
8
4
|
required: true;
|
|
9
5
|
};
|
|
10
6
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
-
prefixUrl: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
required: true;
|
|
14
|
-
};
|
|
15
7
|
id: {
|
|
16
8
|
type: StringConstructor;
|
|
17
9
|
required: true;
|
|
@@ -1,12 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
2
|
-
prefixUrl: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
|
-
prefixUrl: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
required: true;
|
|
10
|
-
};
|
|
11
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
12
2
|
export default _default;
|
|
@@ -1,17 +1,9 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
prefixUrl: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
2
|
id: {
|
|
7
3
|
type: StringConstructor;
|
|
8
4
|
required: true;
|
|
9
5
|
};
|
|
10
6
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
-
prefixUrl: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
required: true;
|
|
14
|
-
};
|
|
15
7
|
id: {
|
|
16
8
|
type: StringConstructor;
|
|
17
9
|
required: true;
|
|
@@ -1,89 +1,33 @@
|
|
|
1
1
|
declare function openNotification(): void;
|
|
2
|
-
declare const _default: import('vue').DefineComponent<
|
|
3
|
-
prefixUrl: {
|
|
4
|
-
type: StringConstructor;
|
|
5
|
-
required: true;
|
|
6
|
-
};
|
|
7
|
-
}>, {
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
8
3
|
openNotification: typeof openNotification;
|
|
9
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
};
|
|
14
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
15
|
-
MessageNotificationsRef: ({
|
|
16
|
-
$: import('vue').ComponentInternalInstance;
|
|
17
|
-
$data: {};
|
|
18
|
-
$props: Partial<{}> & Omit<{
|
|
19
|
-
readonly prefixUrl: string;
|
|
20
|
-
readonly menus: any[];
|
|
21
|
-
readonly selectedKeys?: string[] | undefined;
|
|
22
|
-
readonly onCancel?: ((...args: any[]) => any) | undefined;
|
|
23
|
-
readonly onChange?: ((...args: any[]) => any) | undefined;
|
|
24
|
-
readonly "onUpdate:selectedKeys"?: ((value: string[]) => any) | undefined;
|
|
25
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
|
|
26
|
-
$attrs: {
|
|
27
|
-
[x: string]: unknown;
|
|
28
|
-
};
|
|
29
|
-
$refs: {
|
|
30
|
-
[x: string]: unknown;
|
|
31
|
-
};
|
|
32
|
-
$slots: Readonly<{
|
|
33
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
34
|
-
}>;
|
|
35
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
36
|
-
$parent: import('vue').ComponentPublicInstance | null;
|
|
37
|
-
$host: Element | null;
|
|
38
|
-
$emit: ((event: "cancel", ...args: any[]) => void) & ((event: "change", ...args: any[]) => void) & ((event: "update:selectedKeys", value: string[]) => void);
|
|
39
|
-
$el: any;
|
|
40
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
41
|
-
prefixUrl: {
|
|
42
|
-
type: StringConstructor;
|
|
43
|
-
required: true;
|
|
44
|
-
};
|
|
45
|
-
menus: {
|
|
46
|
-
type: import('vue').PropType<any[]>;
|
|
47
|
-
required: true;
|
|
48
|
-
};
|
|
49
|
-
selectedKeys: {
|
|
50
|
-
type: import('vue').PropType<string[]>;
|
|
51
|
-
};
|
|
52
|
-
}>> & Readonly<{
|
|
53
|
-
onCancel?: ((...args: any[]) => any) | undefined;
|
|
54
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
55
|
-
"onUpdate:selectedKeys"?: ((value: string[]) => any) | undefined;
|
|
56
|
-
}>, {
|
|
57
|
-
setData: (state: false) => void;
|
|
58
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
59
|
-
cancel: (...args: any[]) => void;
|
|
60
|
-
change: (...args: any[]) => void;
|
|
61
|
-
"update:selectedKeys": (value: string[]) => void;
|
|
62
|
-
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
63
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
64
|
-
created?: (() => void) | (() => void)[];
|
|
65
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
66
|
-
mounted?: (() => void) | (() => void)[];
|
|
67
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
68
|
-
updated?: (() => void) | (() => void)[];
|
|
69
|
-
activated?: (() => void) | (() => void)[];
|
|
70
|
-
deactivated?: (() => void) | (() => void)[];
|
|
71
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
72
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
73
|
-
destroyed?: (() => void) | (() => void)[];
|
|
74
|
-
unmounted?: (() => void) | (() => void)[];
|
|
75
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
76
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
77
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
78
|
-
};
|
|
79
|
-
$forceUpdate: () => void;
|
|
80
|
-
$nextTick: typeof import('vue').nextTick;
|
|
81
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
82
|
-
} & Readonly<{}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
83
|
-
prefixUrl: {
|
|
84
|
-
type: StringConstructor;
|
|
4
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
5
|
+
MessageNotificationsRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
6
|
+
menus: {
|
|
7
|
+
type: import('vue').PropType<any[]>;
|
|
85
8
|
required: true;
|
|
86
9
|
};
|
|
10
|
+
selectedKeys: {
|
|
11
|
+
type: import('vue').PropType<string[]>;
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{
|
|
14
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
15
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
"onUpdate:selectedKeys"?: ((value: string[]) => any) | undefined;
|
|
17
|
+
}>, {
|
|
18
|
+
setData: (state: false) => void;
|
|
19
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
20
|
+
cancel: (...args: any[]) => void;
|
|
21
|
+
change: (...args: any[]) => void;
|
|
22
|
+
"update:selectedKeys": (value: string[]) => void;
|
|
23
|
+
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
24
|
+
P: {};
|
|
25
|
+
B: {};
|
|
26
|
+
D: {};
|
|
27
|
+
C: {};
|
|
28
|
+
M: {};
|
|
29
|
+
Defaults: {};
|
|
30
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
87
31
|
menus: {
|
|
88
32
|
type: import('vue').PropType<any[]>;
|
|
89
33
|
required: true;
|
|
@@ -95,12 +39,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
95
39
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
96
40
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
97
41
|
"onUpdate:selectedKeys"?: ((value: string[]) => any) | undefined;
|
|
98
|
-
}>,
|
|
42
|
+
}>, {
|
|
99
43
|
setData: (state: false) => void;
|
|
100
|
-
}
|
|
101
|
-
$slots: {
|
|
102
|
-
default?(_: {}): any;
|
|
103
|
-
};
|
|
104
|
-
}) | null;
|
|
44
|
+
}, {}, {}, {}, {}> | null;
|
|
105
45
|
}, any>;
|
|
106
46
|
export default _default;
|
|
@@ -1,12 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
2
|
-
prefixUrl: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
|
-
prefixUrl: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
required: true;
|
|
10
|
-
};
|
|
11
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
12
2
|
export default _default;
|
|
@@ -1,17 +1,9 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
prefixUrl: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
2
|
id: {
|
|
7
3
|
type: StringConstructor;
|
|
8
4
|
required: true;
|
|
9
5
|
};
|
|
10
6
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
11
|
-
prefixUrl: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
required: true;
|
|
14
|
-
};
|
|
15
7
|
id: {
|
|
16
8
|
type: StringConstructor;
|
|
17
9
|
required: true;
|
|
@@ -1,12 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').
|
|
2
|
-
prefixUrl: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
7
|
-
prefixUrl: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
required: true;
|
|
10
|
-
};
|
|
11
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
12
2
|
export default _default;
|
|
@@ -1,19 +1,9 @@
|
|
|
1
1
|
declare function setData(state: false): void;
|
|
2
|
-
declare const _default: import('vue').DefineComponent<
|
|
3
|
-
prefixUrl: {
|
|
4
|
-
type: StringConstructor;
|
|
5
|
-
required: true;
|
|
6
|
-
};
|
|
7
|
-
}>, {
|
|
2
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
8
3
|
setData: typeof setData;
|
|
9
4
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
5
|
cancel: (...args: any[]) => void;
|
|
11
|
-
}, string, import('vue').PublicProps, Readonly<
|
|
12
|
-
prefixUrl: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
required: true;
|
|
15
|
-
};
|
|
16
|
-
}>> & Readonly<{
|
|
6
|
+
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
17
7
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
18
8
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
19
9
|
export default _default;
|