@huyooo/ui 0.4.2 → 0.4.4

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 (110) hide show
  1. package/dist/api/Authkit/OAuth.d.ts +3 -0
  2. package/dist/api/Authkit/Users.d.ts +5 -0
  3. package/dist/api/Authkit/apps.d.ts +2 -0
  4. package/dist/api/Authkit/auth.d.ts +5 -0
  5. package/dist/api/Authkit/verify.d.ts +3 -0
  6. package/dist/api/Buckets/Files.d.ts +7 -0
  7. package/dist/api/Buckets.d.ts +2 -0
  8. package/dist/api/MessageCenter/ChangelogNotifications.d.ts +2 -0
  9. package/dist/api/MessageCenter/EventNotifications.d.ts +2 -0
  10. package/dist/api/MessageCenter/MessageNotifications.d.ts +5 -0
  11. package/dist/api/MessageCenter/NoticeNotifications.d.ts +2 -0
  12. package/dist/api/Messages.d.ts +2 -0
  13. package/dist/api/Orders.d.ts +9 -0
  14. package/dist/api/Referrer.d.ts +1 -0
  15. package/dist/api/index.d.ts +8 -0
  16. package/dist/common/MessageCenterOptions.d.ts +12 -0
  17. package/dist/common/feedbackOptions.d.ts +12 -0
  18. package/dist/common/payOptions.d.ts +8 -0
  19. package/dist/common/referrerOptions.d.ts +9 -0
  20. package/dist/components/Authkit/AppSetting/EmailBinding.vue.d.ts +14 -0
  21. package/dist/components/Authkit/AppSetting/EmailVerify.vue.d.ts +70 -0
  22. package/dist/components/Authkit/AppSetting/GithubBinding.vue.d.ts +14 -0
  23. package/dist/components/Authkit/AppSetting/PasswordUpdate.vue.d.ts +20 -0
  24. package/dist/components/Authkit/AppSetting/PersonalInformation.vue.d.ts +20 -0
  25. package/dist/components/Authkit/AppSetting/SetPassword.vue.d.ts +14 -0
  26. package/dist/components/Authkit/AppSetting.vue.d.ts +11 -0
  27. package/dist/components/Authkit/Auth/AuthContainer.vue.d.ts +104 -0
  28. package/dist/components/Authkit/Auth/EmailUpdate.vue.d.ts +68 -0
  29. package/dist/components/Authkit/Auth/OAuthItem.vue.d.ts +37 -0
  30. package/dist/components/Authkit/Auth/OAuthList.vue.d.ts +25 -0
  31. package/dist/components/Authkit/Auth/PasswordAuth.vue.d.ts +30 -0
  32. package/dist/components/Authkit/Auth/PasswordUpdateAndVerify.vue.d.ts +70 -0
  33. package/dist/components/Authkit/Auth/ResetPassword.vue.d.ts +34 -0
  34. package/dist/components/Authkit/Auth/ServiceAgreementAndPrivacyProtection.vue.d.ts +8 -0
  35. package/dist/components/Authkit/Auth/SignIn.vue.d.ts +47 -0
  36. package/dist/components/Authkit/Auth/SignUp.vue.d.ts +30 -0
  37. package/dist/components/Authkit/Auth/SwitchSignIn.vue.d.ts +6 -0
  38. package/dist/components/Authkit/Auth/SwitchSignUpOrResetPassword.vue.d.ts +8 -0
  39. package/dist/components/Authkit/Auth/Title.vue.d.ts +53 -0
  40. package/dist/components/Authkit/Auth.vue.d.ts +30 -0
  41. package/dist/components/Authkit/AuthModal.vue.d.ts +34 -0
  42. package/dist/components/Authkit/SendVerifyCode.vue.d.ts +31 -0
  43. package/dist/components/Collapse.vue.d.ts +32 -0
  44. package/dist/components/CollapseItem.vue.d.ts +23 -0
  45. package/dist/components/ContentHead.vue.d.ts +27 -0
  46. package/dist/components/CustomTable.vue.d.ts +87 -0
  47. package/dist/components/Ellipsis.vue.d.ts +35 -0
  48. package/dist/components/Feedback/BubbleEnd.vue.d.ts +71 -0
  49. package/dist/components/Feedback/BubbleStart.vue.d.ts +62 -0
  50. package/dist/components/Feedback/Clipboard.vue.d.ts +24 -0
  51. package/dist/components/Feedback/FeedBackDetails.vue.d.ts +215 -0
  52. package/dist/components/Feedback/FeedBackFrom.vue.d.ts +26 -0
  53. package/dist/components/Feedback/FeedBackList.vue.d.ts +48 -0
  54. package/dist/components/Feedback/FeedBackModal.vue.d.ts +53 -0
  55. package/dist/components/Feedback/Refresh.vue.d.ts +2 -0
  56. package/dist/components/Feedback/Screenshots.vue.d.ts +67 -0
  57. package/dist/components/FooterContact.vue.d.ts +29 -0
  58. package/dist/components/Gradientbackground.vue.d.ts +79 -0
  59. package/dist/components/InfiniteLoading.vue.d.ts +29 -0
  60. package/dist/components/Menu.vue.d.ts +27 -0
  61. package/dist/components/MenuItem.vue.d.ts +44 -0
  62. package/dist/components/MessageCenter/AppMessage.vue.d.ts +53 -0
  63. package/dist/components/MessageCenter/ChangelogNotifications.vue.d.ts +12 -0
  64. package/dist/components/MessageCenter/ChangelogNotificationsDetails.vue.d.ts +20 -0
  65. package/dist/components/MessageCenter/CustomTabs.vue.d.ts +44 -0
  66. package/dist/components/MessageCenter/Details.vue.d.ts +175 -0
  67. package/dist/components/MessageCenter/EventNotifications.vue.d.ts +12 -0
  68. package/dist/components/MessageCenter/EventNotificationsDetails.vue.d.ts +20 -0
  69. package/dist/components/MessageCenter/InfiniteLoading.vue.d.ts +29 -0
  70. package/dist/components/MessageCenter/MessageCenterHandle.vue.d.ts +106 -0
  71. package/dist/components/MessageCenter/MessageList.vue.d.ts +101 -0
  72. package/dist/components/MessageCenter/MessageNotifications.vue.d.ts +12 -0
  73. package/dist/components/MessageCenter/MessageTabs.vue.d.ts +43 -0
  74. package/dist/components/MessageCenter/NoticeNotifications.vue.d.ts +12 -0
  75. package/dist/components/MessageCenter/NoticeNotificationsDetails.vue.d.ts +20 -0
  76. package/dist/components/Pay/PricingCard.vue.d.ts +130 -0
  77. package/dist/components/Pay/PricingGrid.vue.d.ts +17 -0
  78. package/dist/components/Pay/Subscriptions.vue.d.ts +11 -0
  79. package/dist/components/Referrer/Referees.vue.d.ts +19 -0
  80. package/dist/components/SvgIcon.vue.d.ts +35 -0
  81. package/dist/components/User/SubscriptionBaseInformation.vue.d.ts +32 -0
  82. package/dist/components/User/UserAvatar.vue.d.ts +23 -0
  83. package/dist/components/User/UserBasicInformation.vue.d.ts +32 -0
  84. package/dist/components/User/UserButton.vue.d.ts +23 -0
  85. package/dist/components/User/UserPanel.vue.d.ts +300 -0
  86. package/dist/components/WidthContainer.vue.d.ts +17 -0
  87. package/dist/composables/Authkit/useAppsAuthPageInfo.d.ts +163 -0
  88. package/dist/composables/Authkit/useAuth.d.ts +32 -0
  89. package/dist/composables/Authkit/useAuthModal.d.ts +3 -0
  90. package/dist/composables/Authkit/useCreateAndUpdate.d.ts +9 -0
  91. package/dist/composables/Authkit/useOAuth.d.ts +9 -0
  92. package/dist/composables/Authkit/useProps.d.ts +7 -0
  93. package/dist/composables/Authkit/useUsersProfile.d.ts +84 -0
  94. package/dist/composables/Upload/useCos.d.ts +18 -0
  95. package/dist/composables/useActiveDoc.d.ts +13 -0
  96. package/dist/composables/useCreateAndUpdate.d.ts +9 -0
  97. package/dist/composables/useMessageNotifications.d.ts +35 -0
  98. package/dist/composables/useTableHandle.d.ts +41 -0
  99. package/dist/composables/useUserPanelProps.d.ts +7 -0
  100. package/dist/index.js +98961 -0
  101. package/dist/main.d.ts +42 -0
  102. package/dist/style.css +1 -0
  103. package/dist/types/auth.d.ts +27 -0
  104. package/dist/types/feedback.d.ts +76 -0
  105. package/dist/types/users.d.ts +21 -0
  106. package/dist/utils/authkit.d.ts +2 -0
  107. package/dist/utils/index.d.ts +54 -0
  108. package/dist/utils/landingPage.d.ts +1 -0
  109. package/dist/vite.svg +1 -0
  110. package/package.json +1 -1
@@ -0,0 +1,130 @@
1
+ import { PropType } from 'vue';
2
+ type BadgeType = {
3
+ label: string;
4
+ };
5
+ type ButtonType = {
6
+ label: string;
7
+ };
8
+ type FeaturesType = {
9
+ title: string;
10
+ description: string;
11
+ };
12
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
13
+ loading: {
14
+ type: BooleanConstructor;
15
+ required: false;
16
+ default: () => boolean;
17
+ };
18
+ title: {
19
+ type: StringConstructor;
20
+ required: true;
21
+ };
22
+ description: {
23
+ type: StringConstructor;
24
+ required: true;
25
+ };
26
+ price: {
27
+ type: NumberConstructor;
28
+ required: true;
29
+ };
30
+ discount: {
31
+ type: NumberConstructor;
32
+ required: false;
33
+ default: () => number;
34
+ };
35
+ unit: {
36
+ type: StringConstructor;
37
+ required: true;
38
+ };
39
+ cycle: {
40
+ type: StringConstructor;
41
+ required: true;
42
+ };
43
+ highlight: {
44
+ type: BooleanConstructor;
45
+ required: true;
46
+ };
47
+ badge: {
48
+ type: PropType<BadgeType>;
49
+ required: true;
50
+ };
51
+ button: {
52
+ type: PropType<ButtonType>;
53
+ required: true;
54
+ };
55
+ orientation: {
56
+ type: PropType<"vertical" | "horizontal">;
57
+ required: true;
58
+ };
59
+ align: {
60
+ type: PropType<"bottom" | "top">;
61
+ required: true;
62
+ };
63
+ features: {
64
+ type: PropType<FeaturesType[]>;
65
+ required: true;
66
+ };
67
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
68
+ toPay: (...args: any[]) => void;
69
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
70
+ loading: {
71
+ type: BooleanConstructor;
72
+ required: false;
73
+ default: () => boolean;
74
+ };
75
+ title: {
76
+ type: StringConstructor;
77
+ required: true;
78
+ };
79
+ description: {
80
+ type: StringConstructor;
81
+ required: true;
82
+ };
83
+ price: {
84
+ type: NumberConstructor;
85
+ required: true;
86
+ };
87
+ discount: {
88
+ type: NumberConstructor;
89
+ required: false;
90
+ default: () => number;
91
+ };
92
+ unit: {
93
+ type: StringConstructor;
94
+ required: true;
95
+ };
96
+ cycle: {
97
+ type: StringConstructor;
98
+ required: true;
99
+ };
100
+ highlight: {
101
+ type: BooleanConstructor;
102
+ required: true;
103
+ };
104
+ badge: {
105
+ type: PropType<BadgeType>;
106
+ required: true;
107
+ };
108
+ button: {
109
+ type: PropType<ButtonType>;
110
+ required: true;
111
+ };
112
+ orientation: {
113
+ type: PropType<"vertical" | "horizontal">;
114
+ required: true;
115
+ };
116
+ align: {
117
+ type: PropType<"bottom" | "top">;
118
+ required: true;
119
+ };
120
+ features: {
121
+ type: PropType<FeaturesType[]>;
122
+ required: true;
123
+ };
124
+ }>> & Readonly<{
125
+ onToPay?: ((...args: any[]) => any) | undefined;
126
+ }>, {
127
+ loading: boolean;
128
+ discount: number;
129
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
130
+ export default _default;
@@ -0,0 +1,17 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: HTMLDivElement;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
@@ -0,0 +1,11 @@
1
+ declare function setData(data: any, state: false): void;
2
+ declare const _default: import('vue').DefineComponent<{}, {
3
+ setData: typeof setData;
4
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
+ cancel: (...args: any[]) => void;
6
+ confirm: (...args: any[]) => void;
7
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
8
+ onCancel?: ((...args: any[]) => any) | undefined;
9
+ onConfirm?: ((...args: any[]) => any) | undefined;
10
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
+ export default _default;
@@ -0,0 +1,19 @@
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
+ }>, {
8
+ setData: typeof setData;
9
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ cancel: (...args: any[]) => void;
11
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12
+ prefixUrl: {
13
+ type: StringConstructor;
14
+ required: true;
15
+ };
16
+ }>> & Readonly<{
17
+ onCancel?: ((...args: any[]) => any) | undefined;
18
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
19
+ export default _default;
@@ -0,0 +1,35 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ prefix: {
3
+ type: StringConstructor;
4
+ required: false;
5
+ default: string;
6
+ };
7
+ name: {
8
+ type: StringConstructor;
9
+ required: true;
10
+ };
11
+ color: {
12
+ type: StringConstructor;
13
+ required: false;
14
+ default: string;
15
+ };
16
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
17
+ prefix: {
18
+ type: StringConstructor;
19
+ required: false;
20
+ default: string;
21
+ };
22
+ name: {
23
+ type: StringConstructor;
24
+ required: true;
25
+ };
26
+ color: {
27
+ type: StringConstructor;
28
+ required: false;
29
+ default: string;
30
+ };
31
+ }>> & Readonly<{}>, {
32
+ color: string;
33
+ prefix: string;
34
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
35
+ export default _default;
@@ -0,0 +1,32 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ currentVersionName: {
3
+ type: StringConstructor;
4
+ required: true;
5
+ };
6
+ expireDate: {
7
+ type: StringConstructor;
8
+ required: true;
9
+ };
10
+ canUpgrade: {
11
+ type: BooleanConstructor;
12
+ required: true;
13
+ };
14
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
15
+ upgradeHandle: (...args: any[]) => void;
16
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
17
+ currentVersionName: {
18
+ type: StringConstructor;
19
+ required: true;
20
+ };
21
+ expireDate: {
22
+ type: StringConstructor;
23
+ required: true;
24
+ };
25
+ canUpgrade: {
26
+ type: BooleanConstructor;
27
+ required: true;
28
+ };
29
+ }>> & Readonly<{
30
+ onUpgradeHandle?: ((...args: any[]) => any) | undefined;
31
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
32
+ export default _default;
@@ -0,0 +1,23 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ nickname: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ avatar: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
11
+ nickname: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ };
15
+ avatar: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ }>> & Readonly<{}>, {
20
+ nickname: string;
21
+ avatar: string;
22
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
23
+ export default _default;
@@ -0,0 +1,32 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ nickname: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ email: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ avatarUrl: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
15
+ nickname: {
16
+ type: StringConstructor;
17
+ default: string;
18
+ };
19
+ email: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ avatarUrl: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ }>> & Readonly<{}>, {
28
+ nickname: string;
29
+ avatarUrl: string;
30
+ email: string;
31
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
32
+ export default _default;
@@ -0,0 +1,23 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ DoptionList?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: any;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ enterSystem: (...args: any[]) => void;
12
+ toSignIn: (...args: any[]) => void;
13
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
14
+ onEnterSystem?: ((...args: any[]) => any) | undefined;
15
+ onToSignIn?: ((...args: any[]) => any) | undefined;
16
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
+ export default _default;
19
+ type __VLS_WithTemplateSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
@@ -0,0 +1,300 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
2
+ toHomePage: (...args: any[]) => void;
3
+ signOut: (...args: any[]) => void;
4
+ }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
5
+ onToHomePage?: ((...args: any[]) => any) | undefined;
6
+ onSignOut?: ((...args: any[]) => any) | undefined;
7
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
8
+ AppSettingRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
9
+ onCancel?: ((...args: any[]) => any) | undefined;
10
+ onConfirm?: ((...args: any[]) => any) | undefined;
11
+ }>, {
12
+ setData: (data: any, state: false) => void;
13
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ cancel: (...args: any[]) => void;
15
+ confirm: (...args: any[]) => void;
16
+ }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
17
+ P: {};
18
+ B: {};
19
+ D: {};
20
+ C: {};
21
+ M: {};
22
+ Defaults: {};
23
+ }, Readonly<{}> & Readonly<{
24
+ onCancel?: ((...args: any[]) => any) | undefined;
25
+ onConfirm?: ((...args: any[]) => any) | undefined;
26
+ }>, {
27
+ setData: (data: any, state: false) => void;
28
+ }, {}, {}, {}, {}> | null;
29
+ RefereesRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
30
+ prefixUrl: {
31
+ type: StringConstructor;
32
+ required: true;
33
+ };
34
+ }>> & Readonly<{
35
+ onCancel?: ((...args: any[]) => any) | undefined;
36
+ }>, {
37
+ setData: (state: false) => void;
38
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
39
+ cancel: (...args: any[]) => void;
40
+ }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
41
+ P: {};
42
+ B: {};
43
+ D: {};
44
+ C: {};
45
+ M: {};
46
+ Defaults: {};
47
+ }, Readonly<import('vue').ExtractPropTypes<{
48
+ prefixUrl: {
49
+ type: StringConstructor;
50
+ required: true;
51
+ };
52
+ }>> & Readonly<{
53
+ onCancel?: ((...args: any[]) => any) | undefined;
54
+ }>, {
55
+ setData: (state: false) => void;
56
+ }, {}, {}, {}, {}> | null;
57
+ SubscriptionsRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
58
+ onCancel?: ((...args: any[]) => any) | undefined;
59
+ onConfirm?: ((...args: any[]) => any) | undefined;
60
+ }>, {
61
+ setData: (data: any, state: false) => void;
62
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
63
+ cancel: (...args: any[]) => void;
64
+ confirm: (...args: any[]) => void;
65
+ }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
66
+ P: {};
67
+ B: {};
68
+ D: {};
69
+ C: {};
70
+ M: {};
71
+ Defaults: {};
72
+ }, Readonly<{}> & Readonly<{
73
+ onCancel?: ((...args: any[]) => any) | undefined;
74
+ onConfirm?: ((...args: any[]) => any) | undefined;
75
+ }>, {
76
+ setData: (data: any, state: false) => void;
77
+ }, {}, {}, {}, {}> | null;
78
+ AuthModalRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
79
+ size: {
80
+ type: import('vue').PropType<import('../../types/auth').FormSizeType>;
81
+ required: true;
82
+ };
83
+ appId: {
84
+ type: StringConstructor;
85
+ default: () => string;
86
+ };
87
+ }>> & Readonly<{
88
+ onClose?: ((...args: any[]) => any) | undefined;
89
+ onConfirm?: ((...args: any[]) => any) | undefined;
90
+ onToUserServiceAgreement?: ((...args: any[]) => any) | undefined;
91
+ onToPrivacyPolicy?: ((...args: any[]) => any) | undefined;
92
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
93
+ close: (...args: any[]) => void;
94
+ confirm: (...args: any[]) => void;
95
+ toUserServiceAgreement: (...args: any[]) => void;
96
+ toPrivacyPolicy: (...args: any[]) => void;
97
+ }, import('vue').PublicProps, {
98
+ appId: string;
99
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
100
+ P: {};
101
+ B: {};
102
+ D: {};
103
+ C: {};
104
+ M: {};
105
+ Defaults: {};
106
+ }, Readonly<import('vue').ExtractPropTypes<{
107
+ size: {
108
+ type: import('vue').PropType<import('../../types/auth').FormSizeType>;
109
+ required: true;
110
+ };
111
+ appId: {
112
+ type: StringConstructor;
113
+ default: () => string;
114
+ };
115
+ }>> & Readonly<{
116
+ onClose?: ((...args: any[]) => any) | undefined;
117
+ onConfirm?: ((...args: any[]) => any) | undefined;
118
+ onToUserServiceAgreement?: ((...args: any[]) => any) | undefined;
119
+ onToPrivacyPolicy?: ((...args: any[]) => any) | undefined;
120
+ }>, {}, {}, {}, {}, {
121
+ appId: string;
122
+ }> | null;
123
+ MessageCenterHandleRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
124
+ prefixUrl: {
125
+ type: StringConstructor;
126
+ required: true;
127
+ };
128
+ }>> & Readonly<{}>, {
129
+ openNotification: () => void;
130
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
131
+ MessageNotificationsRef: ({
132
+ $: import('vue').ComponentInternalInstance;
133
+ $data: {};
134
+ $props: Partial<{}> & Omit<{
135
+ readonly prefixUrl: string;
136
+ readonly menus: any[];
137
+ readonly selectedKeys?: string[] | undefined;
138
+ readonly onChange?: ((...args: any[]) => any) | undefined;
139
+ readonly onCancel?: ((...args: any[]) => any) | undefined;
140
+ readonly "onUpdate:selectedKeys"?: ((value: string[]) => any) | undefined;
141
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
142
+ $attrs: {
143
+ [x: string]: unknown;
144
+ };
145
+ $refs: {
146
+ [x: string]: unknown;
147
+ };
148
+ $slots: Readonly<{
149
+ [name: string]: import('vue').Slot<any> | undefined;
150
+ }>;
151
+ $root: import('vue').ComponentPublicInstance | null;
152
+ $parent: import('vue').ComponentPublicInstance | null;
153
+ $host: Element | null;
154
+ $emit: ((event: "change", ...args: any[]) => void) & ((event: "cancel", ...args: any[]) => void) & ((event: "update:selectedKeys", value: string[]) => void);
155
+ $el: any;
156
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
157
+ prefixUrl: {
158
+ type: StringConstructor;
159
+ required: true;
160
+ };
161
+ menus: {
162
+ type: import('vue').PropType<any[]>;
163
+ required: true;
164
+ };
165
+ selectedKeys: {
166
+ type: import('vue').PropType<string[]>;
167
+ };
168
+ }>> & Readonly<{
169
+ onChange?: ((...args: any[]) => any) | undefined;
170
+ onCancel?: ((...args: any[]) => any) | undefined;
171
+ "onUpdate:selectedKeys"?: ((value: string[]) => any) | undefined;
172
+ }>, {
173
+ setData: (state: false) => void;
174
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
175
+ change: (...args: any[]) => void;
176
+ cancel: (...args: any[]) => void;
177
+ "update:selectedKeys": (value: string[]) => void;
178
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
179
+ beforeCreate?: (() => void) | (() => void)[];
180
+ created?: (() => void) | (() => void)[];
181
+ beforeMount?: (() => void) | (() => void)[];
182
+ mounted?: (() => void) | (() => void)[];
183
+ beforeUpdate?: (() => void) | (() => void)[];
184
+ updated?: (() => void) | (() => void)[];
185
+ activated?: (() => void) | (() => void)[];
186
+ deactivated?: (() => void) | (() => void)[];
187
+ beforeDestroy?: (() => void) | (() => void)[];
188
+ beforeUnmount?: (() => void) | (() => void)[];
189
+ destroyed?: (() => void) | (() => void)[];
190
+ unmounted?: (() => void) | (() => void)[];
191
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
192
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
193
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
194
+ };
195
+ $forceUpdate: () => void;
196
+ $nextTick: typeof import('vue').nextTick;
197
+ $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;
198
+ } & Readonly<{}> & Omit<Readonly<import('vue').ExtractPropTypes<{
199
+ prefixUrl: {
200
+ type: StringConstructor;
201
+ required: true;
202
+ };
203
+ menus: {
204
+ type: import('vue').PropType<any[]>;
205
+ required: true;
206
+ };
207
+ selectedKeys: {
208
+ type: import('vue').PropType<string[]>;
209
+ };
210
+ }>> & Readonly<{
211
+ onChange?: ((...args: any[]) => any) | undefined;
212
+ onCancel?: ((...args: any[]) => any) | undefined;
213
+ "onUpdate:selectedKeys"?: ((value: string[]) => any) | undefined;
214
+ }>, "setData"> & import('vue').ShallowUnwrapRef<{
215
+ setData: (state: false) => void;
216
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
217
+ $slots: {
218
+ default?(_: {}): any;
219
+ };
220
+ }) | null;
221
+ }, any, import('vue').ComponentProvideOptions, {
222
+ P: {};
223
+ B: {};
224
+ D: {};
225
+ C: {};
226
+ M: {};
227
+ Defaults: {};
228
+ }, Readonly<import('vue').ExtractPropTypes<{
229
+ prefixUrl: {
230
+ type: StringConstructor;
231
+ required: true;
232
+ };
233
+ }>> & Readonly<{}>, {
234
+ openNotification: () => void;
235
+ }, {}, {}, {}, {}> | null;
236
+ FeedBackModalRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
237
+ appId: {
238
+ type: StringConstructor;
239
+ required: true;
240
+ };
241
+ prefixUrl: {
242
+ type: StringConstructor;
243
+ required: true;
244
+ };
245
+ bucketId: {
246
+ type: StringConstructor;
247
+ required: true;
248
+ };
249
+ bucket: {
250
+ type: StringConstructor;
251
+ required: true;
252
+ };
253
+ region: {
254
+ type: StringConstructor;
255
+ required: true;
256
+ };
257
+ }>> & Readonly<{
258
+ onCancel?: ((...args: any[]) => any) | undefined;
259
+ onConfirm?: ((...args: any[]) => any) | undefined;
260
+ }>, {
261
+ setData: (state: boolean) => void;
262
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
263
+ cancel: (...args: any[]) => void;
264
+ confirm: (...args: any[]) => void;
265
+ }, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
266
+ P: {};
267
+ B: {};
268
+ D: {};
269
+ C: {};
270
+ M: {};
271
+ Defaults: {};
272
+ }, Readonly<import('vue').ExtractPropTypes<{
273
+ appId: {
274
+ type: StringConstructor;
275
+ required: true;
276
+ };
277
+ prefixUrl: {
278
+ type: StringConstructor;
279
+ required: true;
280
+ };
281
+ bucketId: {
282
+ type: StringConstructor;
283
+ required: true;
284
+ };
285
+ bucket: {
286
+ type: StringConstructor;
287
+ required: true;
288
+ };
289
+ region: {
290
+ type: StringConstructor;
291
+ required: true;
292
+ };
293
+ }>> & Readonly<{
294
+ onCancel?: ((...args: any[]) => any) | undefined;
295
+ onConfirm?: ((...args: any[]) => any) | undefined;
296
+ }>, {
297
+ setData: (state: boolean) => void;
298
+ }, {}, {}, {}, {}> | null;
299
+ }, HTMLDivElement>;
300
+ export default _default;
@@ -0,0 +1,17 @@
1
+ declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: HTMLDivElement;
8
+ };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ export default _default;
13
+ type __VLS_WithTemplateSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };