@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.
Files changed (64) hide show
  1. package/dist/{AuthkitAppSetting-DqhUivnU.js → AuthkitAppSetting-D6PAh-ZI.js} +216 -215
  2. package/dist/{AuthkitAuthorize-f_yAVn7e.js → AuthkitAuthorize-DKG7JGSV.js} +4 -4
  3. package/dist/{FeedbackItem-DJiIQBMe.js → FeedbackItem-BO8dYYKo.js} +3 -7
  4. package/dist/FeedbackModal-B_W_RWec.js +1061 -0
  5. package/dist/{LandingPageToc-BkL7mxo7.js → LandingPageToc-BrUxyH80.js} +257 -269
  6. package/dist/MessageHandle-Dt6rb0rg.js +830 -0
  7. package/dist/{PaySubscriptions-foEcT6VN.js → PaySubscriptions-B42IdT-5.js} +59 -58
  8. package/dist/ReferrerReferees-CvuUodDZ.js +116 -0
  9. package/dist/{Upload.vue_vue_type_script_setup_true_lang-C2OaTrku.js → Upload.vue_vue_type_script_setup_true_lang-Bw3IlEUj.js} +4 -4
  10. package/dist/{UserPanel-CA3roDgH.js → UserPanel-BIKWssEY.js} +169 -174
  11. package/dist/api/Authkit/apps.d.ts +1 -1
  12. package/dist/api/Buckets/Files.d.ts +7 -7
  13. package/dist/api/Buckets.d.ts +2 -2
  14. package/dist/api/Message/ChangelogNotifications.d.ts +2 -2
  15. package/dist/api/Message/EventNotifications.d.ts +2 -2
  16. package/dist/api/Message/MessageNotifications.d.ts +5 -5
  17. package/dist/api/Message/NoticeNotifications.d.ts +2 -2
  18. package/dist/api/Messages.d.ts +2 -2
  19. package/dist/api/Referrer.d.ts +1 -1
  20. package/dist/api/index.d.ts +8 -8
  21. package/dist/authkit.js +4 -4
  22. package/dist/common/globalConfig.d.ts +15 -0
  23. package/dist/common.d.ts +1 -1
  24. package/dist/common.js +21 -19
  25. package/dist/components/Feedback/FeedbackContainer.vue.d.ts +0 -8
  26. package/dist/components/Feedback/FeedbackDetails.vue.d.ts +1 -1
  27. package/dist/components/Feedback/FeedbackForm.vue.d.ts +2 -20
  28. package/dist/components/LandingPage/LandingPageFooterLayout.vue.d.ts +3 -3
  29. package/dist/components/Message/MessageAppMessage.vue.d.ts +1 -24
  30. package/dist/components/Message/MessageChangelogNotifications.vue.d.ts +1 -11
  31. package/dist/components/Message/MessageChangelogNotificationsDetails.vue.d.ts +0 -8
  32. package/dist/components/Message/MessageEventNotifications.vue.d.ts +1 -11
  33. package/dist/components/Message/MessageEventNotificationsDetails.vue.d.ts +0 -8
  34. package/dist/components/Message/MessageHandle.vue.d.ts +28 -88
  35. package/dist/components/Message/MessageNoticeNotifications.vue.d.ts +1 -11
  36. package/dist/components/Message/MessageNoticeNotificationsDetails.vue.d.ts +0 -8
  37. package/dist/components/Message/MessageNotifications.vue.d.ts +1 -11
  38. package/dist/components/Referrer/ReferrerReferees.vue.d.ts +2 -12
  39. package/dist/components/User/UserPanel.vue.d.ts +30 -100
  40. package/dist/composables/useMessageNotifications.d.ts +1 -1
  41. package/dist/composables.d.ts +1 -1
  42. package/dist/composables.js +16 -15
  43. package/dist/feedback.js +2 -2
  44. package/dist/globalConfig-dtNQA0ZH.js +15 -0
  45. package/dist/index.js +28 -26
  46. package/dist/landingPage.js +1 -1
  47. package/dist/message.js +2 -2
  48. package/dist/pay.js +1 -1
  49. package/dist/referrer.js +1 -1
  50. package/dist/style.css +1 -1
  51. package/dist/upload.js +2 -2
  52. package/dist/{useAuthkitAuthModal-OkUKCIWR.js → useAuthkitAuthModal-C153ZpNb.js} +14 -13
  53. package/dist/useAuthkitUsersProfile-CT2MN1S5.js +228 -0
  54. package/dist/useMessageNotifications-DkKSVkdt.js +106 -0
  55. package/dist/{useUploadCos-uerXQY3P.js → useUploadCos-C3ts0Gpa.js} +1481 -1499
  56. package/dist/user.d.ts +0 -1
  57. package/dist/user.js +4 -6
  58. package/package.json +1 -1
  59. package/dist/FeedbackModal-D7gtWqMr.js +0 -1077
  60. package/dist/MessageHandle-DN_JsQb2.js +0 -885
  61. package/dist/ReferrerReferees-DxNJ2ETq.js +0 -121
  62. package/dist/composables/useGlobalConfig.d.ts +0 -20
  63. package/dist/useAuthkitUsersProfile-Diituvy1.js +0 -227
  64. package/dist/useMessageNotifications-lmP0vJDM.js +0 -105
@@ -1,5 +1,5 @@
1
- export declare function messageNotificationsFind(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
2
- export declare function messageNotificationsOwn(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
3
- export declare function messageNotificationsFindOne(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
4
- export declare function messageNotificationsRead(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
5
- export declare function messageNotificationsReadAll(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
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(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
2
- export declare function noticeNotificationsFindOne(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
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>>;
@@ -1,2 +1,2 @@
1
- export declare function messagesListIncremental(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
2
- export declare function messagesList(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
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>>;
@@ -1 +1 @@
1
- export declare function referrerReferees(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
1
+ export declare function referrerReferees(data: any): Promise<import('axios').AxiosResponse<any, any>>;
@@ -1,8 +1,8 @@
1
- export declare function feedbackCenterCreate(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
2
- export declare function feedbackCenterDelete(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
3
- export declare function feedbackCenterUpdate(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
4
- export declare function feedbackCenterFind(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
5
- export declare function feedbackCenterFindOne(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
6
- export declare function feedbackCenterUpdateStatus(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
7
- export declare function feedbackCenterOwn(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
8
- export declare function feedbackCenterUpdateMessages(prefixUrl: string, data: any): Promise<import('axios').AxiosResponse<any, any>>;
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-DqhUivnU.js";
2
- import { A as y, a as E } from "./AuthkitAuthorize-f_yAVn7e.js";
3
- import { U as C, u as R } from "./useAuthkitAuthModal-OkUKCIWR.js";
4
- import { u as b, a as v } from "./useAuthkitUsersProfile-Diituvy1.js";
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 { useGlobalConfig } from './composables/useGlobalConfig';
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 e, a as s } from "./CollapseItem-Cw1vcdLu.js";
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 u } from "./CustomTable-JflAYS8i.js";
4
- import { I as x } from "./MessageHandle-DN_JsQb2.js";
5
- import { M as d, a as c } from "./Menu-Cxo8Rpu3.js";
6
- import { S as b, b as I, c as S, a as g, U as v } from "./UserPanel-CA3roDgH.js";
7
- import { S as B } from "./PaySubscriptions-foEcT6VN.js";
8
- import { R as M } from "./ReferrerReferees-DxNJ2ETq.js";
9
- import { _ as H } from "./Upload.vue_vue_type_script_setup_true_lang-C2OaTrku.js";
10
- import { u as T, a as W } from "./useUploadCos-uerXQY3P.js";
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
- e as Collapse,
15
- s as CollapseItem,
15
+ s as Collapse,
16
+ e as CollapseItem,
16
17
  t as ContentHead,
17
18
  i as CustomTable,
18
- u as Ellipsis,
19
+ l as Ellipsis,
19
20
  n as Gradientbackground,
20
21
  x as InfiniteLoading,
21
22
  d as Menu,
22
- c as MenuItem,
23
+ b as MenuItem,
23
24
  M as Referees,
24
- b as SubscriptionBaseInformation,
25
+ U as SubscriptionBaseInformation,
25
26
  B as Subscriptions,
26
27
  p as SvgIcon,
27
28
  H as Upload,
28
- I as UserAvatar,
29
- S as UserBasicInformation,
30
- g as UserButton,
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
- W as useUploadCos
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 : (... /** @type { [typeof BubbleStart, ] } */args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
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').ExtractPropTypes<{
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<import('vue').ExtractPropTypes<{
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
- BrandInfo?(_: {}): any;
5
- LinkGroup?(_: {}): any;
6
- FooterContact?(_: {}): any;
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 function __VLS_template(): {
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').ExtractPropTypes<{
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').ExtractPropTypes<{
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<import('vue').ExtractPropTypes<{
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').ExtractPropTypes<{
10
- prefixUrl: {
11
- type: StringConstructor;
12
- required: true;
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
- }>, "setData"> & import('vue').ShallowUnwrapRef<{
42
+ }>, {
99
43
  setData: (state: false) => void;
100
- }> & {} & import('vue').ComponentCustomProperties & {} & {
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').ExtractPropTypes<{
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').ExtractPropTypes<{
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<import('vue').ExtractPropTypes<{
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<import('vue').ExtractPropTypes<{
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;