@huyooo/ui 0.4.4 → 0.4.6
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-ByuMspBg.js +1815 -0
- package/dist/AuthkitAuthorize-DnvypjyO.js +250 -0
- package/dist/CollapseItem-Cw1vcdLu.js +57 -0
- package/dist/CustomTable-Qav4d3j4.js +501 -0
- package/dist/FeedbackFeedBackItem-CCAnPYVM.js +526 -0
- package/dist/FeedbackFeedBackModal-DXJjUF4M.js +1203 -0
- package/dist/LandingPageToc-BkL7mxo7.js +1555 -0
- package/dist/Menu-2SePYCYT.js +115 -0
- package/dist/MessageHandle-C9nSNw5A.js +867 -0
- package/dist/MessageMenu-x26lfAeK.js +114 -0
- package/dist/PaySubscriptions-CMLsF7br.js +278 -0
- package/dist/ReferrerReferees-BibWkriX.js +185 -0
- package/dist/Upload.vue_vue_type_script_setup_true_lang-DmGODzj_.js +96 -0
- package/dist/UserPanel-MgNs75eD.js +511 -0
- package/dist/WidthContainer-D795bWdT.js +128 -0
- package/dist/_plugin-vue_export-helper-CHgC5LLL.js +9 -0
- package/dist/authkit.d.ts +32 -0
- package/dist/authkit.js +36 -0
- package/dist/common.d.ts +24 -0
- package/dist/common.js +39 -0
- package/dist/components/Authkit/Auth/AuthkitAuthorize.vue.d.ts +104 -0
- package/dist/components/Feedback/FeedbackFeedBack.vue.d.ts +53 -0
- package/dist/components/Feedback/FeedbackFeedBackItem.vue.d.ts +32 -0
- package/dist/components/Feedback/FeedbackFloatButton.vue.d.ts +42 -0
- package/dist/components/Gradientbackground.vue.d.ts +1 -1
- package/dist/components/LandingPage/LandingPageAbout.vue.d.ts +2 -0
- package/dist/components/LandingPage/LandingPageAside.vue.d.ts +2 -0
- package/dist/components/LandingPage/LandingPageBlockHeader.vue.d.ts +18 -0
- package/dist/components/LandingPage/LandingPageBlockLayout.vue.d.ts +41 -0
- package/dist/components/LandingPage/LandingPageBrandInfo.vue.d.ts +47 -0
- package/dist/components/LandingPage/LandingPageButton.vue.d.ts +20 -0
- package/dist/components/LandingPage/LandingPageContact.vue.d.ts +29 -0
- package/dist/components/LandingPage/LandingPageContactForm.vue.d.ts +2 -0
- package/dist/components/LandingPage/LandingPageContainer.vue.d.ts +17 -0
- package/dist/components/LandingPage/LandingPageCta.vue.d.ts +25 -0
- package/dist/components/LandingPage/LandingPageDescription.vue.d.ts +17 -0
- package/dist/components/LandingPage/LandingPageDivider.vue.d.ts +2 -0
- package/dist/components/LandingPage/LandingPageFAQ.vue.d.ts +13 -0
- package/dist/components/LandingPage/LandingPageFeatures.vue.d.ts +16 -0
- package/dist/components/LandingPage/LandingPageFeatures2.vue.d.ts +13 -0
- package/dist/components/LandingPage/LandingPageFooter.vue.d.ts +2 -0
- package/dist/components/LandingPage/LandingPageFooterLayout.vue.d.ts +19 -0
- package/dist/components/LandingPage/LandingPageHero.vue.d.ts +49 -0
- package/dist/components/LandingPage/LandingPageLink.vue.d.ts +17 -0
- package/dist/components/LandingPage/LandingPageLinkGroup.vue.d.ts +22 -0
- package/dist/components/LandingPage/LandingPageListItem.vue.d.ts +7 -0
- package/dist/components/LandingPage/LandingPageLogo.vue.d.ts +53 -0
- package/dist/components/LandingPage/LandingPageLogos.vue.d.ts +14 -0
- package/dist/components/LandingPage/LandingPageMission.vue.d.ts +10 -0
- package/dist/components/LandingPage/LandingPagePageContent.vue.d.ts +31 -0
- package/dist/components/LandingPage/LandingPagePriceGroup.vue.d.ts +17 -0
- package/dist/components/LandingPage/LandingPagePricingGrid.vue.d.ts +17 -0
- package/dist/components/LandingPage/LandingPageSections.vue.d.ts +23 -0
- package/dist/components/LandingPage/LandingPageShowcase.vue.d.ts +26 -0
- package/dist/components/LandingPage/LandingPageStats.vue.d.ts +16 -0
- package/dist/components/LandingPage/LandingPageSteps.vue.d.ts +33 -0
- package/dist/components/LandingPage/LandingPageSubTitle.vue.d.ts +17 -0
- package/dist/components/LandingPage/LandingPageTabs.vue.d.ts +32 -0
- package/dist/components/LandingPage/LandingPageTeamInfo.vue.d.ts +6 -0
- package/dist/components/LandingPage/LandingPageTeamList.vue.d.ts +9 -0
- package/dist/components/LandingPage/LandingPageTestimonial.vue.d.ts +13 -0
- package/dist/components/LandingPage/LandingPageTips.vue.d.ts +23 -0
- package/dist/components/LandingPage/LandingPageTitle.vue.d.ts +17 -0
- package/dist/components/LandingPage/LandingPageToc.vue.d.ts +2 -0
- package/dist/components/Message/MessageCustomTabs.vue.d.ts +44 -0
- package/dist/components/{MessageCenter/MessageCenterHandle.vue.d.ts → Message/MessageHandle.vue.d.ts} +5 -5
- package/dist/components/Message/MessageMenu.vue.d.ts +27 -0
- package/dist/components/Message/MessageMenuItem.vue.d.ts +44 -0
- package/dist/components/Upload/Upload.vue.d.ts +80 -0
- package/dist/components/User/UserBasicInformation.vue.d.ts +1 -1
- package/dist/components/User/UserPanel.vue.d.ts +23 -23
- package/dist/composables/Authkit/{useAppsAuthPageInfo.d.ts → useAuthkitAppsAuthPageInfo.d.ts} +1 -1
- package/dist/composables/Authkit/{useAuth.d.ts → useAuthkitAuth.d.ts} +1 -1
- package/dist/composables/Authkit/{useAuthModal.d.ts → useAuthkitAuthModal.d.ts} +1 -1
- package/dist/composables/Authkit/{useCreateAndUpdate.d.ts → useAuthkitCreateAndUpdate.d.ts} +1 -1
- package/dist/composables/Authkit/{useOAuth.d.ts → useAuthkitOAuth.d.ts} +1 -1
- package/dist/composables/Authkit/useAuthkitProps.d.ts +7 -0
- package/dist/composables/Authkit/{useUsersProfile.d.ts → useAuthkitUsersProfile.d.ts} +2 -2
- package/dist/composables/Upload/{useCos.d.ts → useUploadCos.d.ts} +1 -1
- package/dist/composables.d.ts +12 -0
- package/dist/composables.js +21 -0
- package/dist/feedback.d.ts +14 -0
- package/dist/feedback.js +17 -0
- package/dist/index-Cr5RQSnA.js +73 -0
- package/dist/index.js +153 -98959
- package/dist/landingPage.d.ts +42 -0
- package/dist/landingPage.js +45 -0
- package/dist/main.d.ts +13 -42
- package/dist/message.d.ts +17 -0
- package/dist/message.js +22 -0
- package/dist/pay.d.ts +1 -0
- package/dist/pay.js +4 -0
- package/dist/plugin-vue_export-helper-LjDO2Zua.js +19 -0
- package/dist/referrer.d.ts +1 -0
- package/dist/referrer.js +4 -0
- package/dist/style.css +1 -1
- package/dist/styles.d.ts +1 -0
- package/dist/styles.js +4 -0
- package/dist/upload.d.ts +2 -0
- package/dist/upload.js +6 -0
- package/dist/useActiveDoc-BWHkOJhJ.js +39 -0
- package/dist/useAuthkitCreateAndUpdate-BpPW409v.js +25 -0
- package/dist/useAuthkitProps-ZAjekGnM.js +287 -0
- package/dist/useMessageNotifications-lmP0vJDM.js +105 -0
- package/dist/useTableHandle-DKUIdSSh.js +69 -0
- package/dist/useUploadCos-DZK5oasq.js +128 -0
- package/dist/useUserPanelProps-Dt9zkMJw.js +14 -0
- package/dist/user.d.ts +7 -0
- package/dist/user.js +10 -0
- package/package.json +71 -19
- package/dist/composables/Authkit/useProps.d.ts +0 -7
- package/dist/api/{MessageCenter → Message}/ChangelogNotifications.d.ts +0 -0
- package/dist/api/{MessageCenter → Message}/EventNotifications.d.ts +0 -0
- package/dist/api/{MessageCenter → Message}/MessageNotifications.d.ts +0 -0
- package/dist/api/{MessageCenter → Message}/NoticeNotifications.d.ts +0 -0
- package/dist/components/Authkit/AppSetting/{EmailBinding.vue.d.ts → AuthkitEmailBinding.vue.d.ts} +0 -0
- package/dist/components/Authkit/AppSetting/{EmailVerify.vue.d.ts → AuthkitEmailVerify.vue.d.ts} +0 -0
- package/dist/components/Authkit/AppSetting/{GithubBinding.vue.d.ts → AuthkitGithubBinding.vue.d.ts} +0 -0
- package/dist/components/Authkit/AppSetting/{PasswordUpdate.vue.d.ts → AuthkitPasswordUpdate.vue.d.ts} +0 -0
- package/dist/components/Authkit/AppSetting/{PersonalInformation.vue.d.ts → AuthkitPersonalInformation.vue.d.ts} +0 -0
- package/dist/components/Authkit/AppSetting/{SetPassword.vue.d.ts → AuthkitSetPassword.vue.d.ts} +0 -0
- package/dist/components/Authkit/Auth/{AuthContainer.vue.d.ts → AuthkitAuthContainer.vue.d.ts} +0 -0
- package/dist/components/Authkit/Auth/{Title.vue.d.ts → AuthkitAuthTitle.vue.d.ts} +0 -0
- package/dist/components/Authkit/Auth/{EmailUpdate.vue.d.ts → AuthkitEmailUpdate.vue.d.ts} +0 -0
- package/dist/components/Authkit/Auth/{OAuthItem.vue.d.ts → AuthkitOAuthItem.vue.d.ts} +1 -1
- package/dist/components/Authkit/Auth/{OAuthList.vue.d.ts → AuthkitOAuthList.vue.d.ts} +1 -1
- package/dist/components/Authkit/Auth/{PasswordAuth.vue.d.ts → AuthkitPasswordAuth.vue.d.ts} +0 -0
- package/dist/components/Authkit/Auth/{PasswordUpdateAndVerify.vue.d.ts → AuthkitPasswordUpdateAndVerify.vue.d.ts} +2 -2
- package/dist/components/Authkit/Auth/{ResetPassword.vue.d.ts → AuthkitResetPassword.vue.d.ts} +0 -0
- package/dist/components/Authkit/Auth/{ServiceAgreementAndPrivacyProtection.vue.d.ts → AuthkitServiceAgreementAndPrivacyProtection.vue.d.ts} +0 -0
- package/dist/components/Authkit/Auth/{SignIn.vue.d.ts → AuthkitSignIn.vue.d.ts} +0 -0
- package/dist/components/Authkit/Auth/{SignUp.vue.d.ts → AuthkitSignUp.vue.d.ts} +0 -0
- package/dist/components/Authkit/Auth/{SwitchSignIn.vue.d.ts → AuthkitSwitchSignIn.vue.d.ts} +0 -0
- package/dist/components/Authkit/Auth/{SwitchSignUpOrResetPassword.vue.d.ts → AuthkitSwitchSignUpOrResetPassword.vue.d.ts} +0 -0
- package/dist/components/Authkit/{AppSetting.vue.d.ts → AuthkitAppSetting.vue.d.ts} +2 -2
- package/dist/components/Authkit/{Auth.vue.d.ts → AuthkitAuth.vue.d.ts} +0 -0
- package/dist/components/Authkit/{AuthModal.vue.d.ts → AuthkitAuthModal.vue.d.ts} +4 -4
- package/dist/components/Authkit/{SendVerifyCode.vue.d.ts → AuthkitSendVerifyCode.vue.d.ts} +0 -0
- package/dist/components/Feedback/{BubbleEnd.vue.d.ts → FeedbackBubbleEnd.vue.d.ts} +0 -0
- package/dist/components/Feedback/{BubbleStart.vue.d.ts → FeedbackBubbleStart.vue.d.ts} +0 -0
- package/dist/components/Feedback/{Clipboard.vue.d.ts → FeedbackClipboard.vue.d.ts} +0 -0
- package/dist/components/{MessageCenter/CustomTabs.vue.d.ts → Feedback/FeedbackCustomTabs.vue.d.ts} +0 -0
- package/dist/components/Feedback/{FeedBackDetails.vue.d.ts → FeedbackFeedBackDetails.vue.d.ts} +0 -0
- package/dist/components/Feedback/{FeedBackFrom.vue.d.ts → FeedbackFeedBackFrom.vue.d.ts} +0 -0
- package/dist/components/Feedback/{FeedBackList.vue.d.ts → FeedbackFeedBackList.vue.d.ts} +0 -0
- package/dist/components/Feedback/{FeedBackModal.vue.d.ts → FeedbackFeedBackModal.vue.d.ts} +2 -2
- package/dist/components/Feedback/{Refresh.vue.d.ts → FeedbackRefresh.vue.d.ts} +0 -0
- package/dist/components/Feedback/{Screenshots.vue.d.ts → FeedbackScreenshots.vue.d.ts} +0 -0
- package/dist/components/{Pay/PricingGrid.vue.d.ts → LandingPage/LandingPageCard.vue.d.ts} +0 -0
- package/dist/components/{FooterContact.vue.d.ts → LandingPage/LandingPageFooterContact.vue.d.ts} +0 -0
- package/dist/components/{Pay/PricingCard.vue.d.ts → LandingPage/LandingPagePricingCard.vue.d.ts} +0 -0
- package/dist/components/{MessageCenter/AppMessage.vue.d.ts → Message/MessageAppMessage.vue.d.ts} +2 -2
- package/dist/components/{MessageCenter/ChangelogNotifications.vue.d.ts → Message/MessageChangelogNotifications.vue.d.ts} +0 -0
- package/dist/components/{MessageCenter/ChangelogNotificationsDetails.vue.d.ts → Message/MessageChangelogNotificationsDetails.vue.d.ts} +0 -0
- package/dist/components/{MessageCenter/Details.vue.d.ts → Message/MessageDetails.vue.d.ts} +0 -0
- package/dist/components/{MessageCenter/EventNotifications.vue.d.ts → Message/MessageEventNotifications.vue.d.ts} +0 -0
- package/dist/components/{MessageCenter/EventNotificationsDetails.vue.d.ts → Message/MessageEventNotificationsDetails.vue.d.ts} +0 -0
- package/dist/components/{MessageCenter/InfiniteLoading.vue.d.ts → Message/MessageInfiniteLoading.vue.d.ts} +0 -0
- package/dist/components/{MessageCenter → Message}/MessageList.vue.d.ts +0 -0
- package/dist/components/{MessageCenter/MessageNotifications.vue.d.ts → Message/MessageNoticeNotifications.vue.d.ts} +0 -0
- package/dist/components/{MessageCenter/NoticeNotificationsDetails.vue.d.ts → Message/MessageNoticeNotificationsDetails.vue.d.ts} +0 -0
- package/dist/components/{MessageCenter/NoticeNotifications.vue.d.ts → Message/MessageNotifications.vue.d.ts} +0 -0
- package/dist/components/{MessageCenter → Message}/MessageTabs.vue.d.ts +0 -0
- package/dist/components/Pay/{Subscriptions.vue.d.ts → PaySubscriptions.vue.d.ts} +2 -2
- /package/dist/components/Referrer/{Referees.vue.d.ts → ReferrerReferees.vue.d.ts} +0 -0
- /package/dist/components/User/{SubscriptionBaseInformation.vue.d.ts → UserSubscriptionBaseInformation.vue.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,21 +1,84 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huyooo/ui",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
8
8
|
],
|
|
9
|
-
"main": "dist/index.
|
|
9
|
+
"main": "dist/index.js",
|
|
10
10
|
"module": "dist/index.js",
|
|
11
11
|
"types": "dist/main.d.ts",
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"import": "./dist/index.js",
|
|
15
|
+
"types": "./dist/main.d.ts"
|
|
16
|
+
},
|
|
17
|
+
"./authkit": {
|
|
18
|
+
"import": "./dist/authkit.js",
|
|
19
|
+
"types": "./dist/authkit.d.ts"
|
|
20
|
+
},
|
|
21
|
+
"./messageCenter": {
|
|
22
|
+
"import": "./dist/messageCenter.js",
|
|
23
|
+
"types": "./dist/messageCenter.d.ts"
|
|
24
|
+
},
|
|
25
|
+
"./feedback": {
|
|
26
|
+
"import": "./dist/feedback.js",
|
|
27
|
+
"types": "./dist/feedback.d.ts"
|
|
28
|
+
},
|
|
29
|
+
"./landingPage": {
|
|
30
|
+
"import": "./dist/landingPage.js",
|
|
31
|
+
"types": "./dist/landingPage.d.ts"
|
|
32
|
+
},
|
|
33
|
+
"./common": {
|
|
34
|
+
"import": "./dist/common.js",
|
|
35
|
+
"types": "./dist/common.d.ts"
|
|
36
|
+
},
|
|
37
|
+
"./styles": {
|
|
38
|
+
"import": "./dist/styles.js",
|
|
39
|
+
"types": "./dist/styles.d.ts"
|
|
40
|
+
},
|
|
41
|
+
"./composables": {
|
|
42
|
+
"import": "./dist/composables.js",
|
|
43
|
+
"types": "./dist/composables.d.ts"
|
|
44
|
+
},
|
|
45
|
+
"./pay": {
|
|
46
|
+
"import": "./dist/pay.js",
|
|
47
|
+
"types": "./dist/pay.d.ts"
|
|
48
|
+
},
|
|
49
|
+
"./referrer": {
|
|
50
|
+
"import": "./dist/referrer.js",
|
|
51
|
+
"types": "./dist/referrer.d.ts"
|
|
52
|
+
},
|
|
53
|
+
"./upload": {
|
|
54
|
+
"import": "./dist/upload.js",
|
|
55
|
+
"types": "./dist/upload.d.ts"
|
|
56
|
+
},
|
|
57
|
+
"./user": {
|
|
58
|
+
"import": "./dist/user.js",
|
|
59
|
+
"types": "./dist/user.d.ts"
|
|
60
|
+
},
|
|
61
|
+
"./style.css": "./dist/style.css",
|
|
62
|
+
"./dist/*": "./dist/*"
|
|
63
|
+
},
|
|
64
|
+
"scripts": {
|
|
65
|
+
"dev": "tsdown --watch",
|
|
66
|
+
"play": "vite",
|
|
67
|
+
"build": "vue-tsc -b && vite build",
|
|
68
|
+
"preview": "vite preview",
|
|
69
|
+
"pub": "npm version patch --force && npm publish --access public",
|
|
70
|
+
"lint": "eslint --cache .",
|
|
71
|
+
"lint:fix": "npm run lint --fix",
|
|
72
|
+
"format": "prettier --cache --write .",
|
|
73
|
+
"typecheck": "vue-tsc --noEmit",
|
|
74
|
+
"release": "bumpp && npm publish",
|
|
75
|
+
"prepublishOnly": "npm run build"
|
|
76
|
+
},
|
|
12
77
|
"peerDependencies": {
|
|
13
78
|
"@arco-design/web-vue": "^2.56.3",
|
|
14
79
|
"@huyooo/api": "*",
|
|
15
80
|
"@iconify/vue": "^4.1.2",
|
|
16
|
-
"vue": "^3.4.37"
|
|
17
|
-
},
|
|
18
|
-
"dependencies": {
|
|
81
|
+
"vue": "^3.4.37",
|
|
19
82
|
"@huyooo/vue-tiptap": "^0.3.25",
|
|
20
83
|
"@vueuse/core": "^11.3.0",
|
|
21
84
|
"ant-design-x-vue": "^1.2.6",
|
|
@@ -24,6 +87,7 @@
|
|
|
24
87
|
"uuid": "^11.1.0",
|
|
25
88
|
"vue-clipboard3": "^2.0.0"
|
|
26
89
|
},
|
|
90
|
+
"dependencies": {},
|
|
27
91
|
"devDependencies": {
|
|
28
92
|
"@arco-plugins/vite-vue": "^1.4.5",
|
|
29
93
|
"@types/json-bigint": "^1.0.4",
|
|
@@ -38,17 +102,5 @@
|
|
|
38
102
|
"vue-tsc": "^2.0.29"
|
|
39
103
|
},
|
|
40
104
|
"gitHead": "3b89c5f3e764bd2502a11e40fdb1a574d9ee508d",
|
|
41
|
-
"prettier": "@sxzz/prettier-config"
|
|
42
|
-
|
|
43
|
-
"dev": "tsdown --watch",
|
|
44
|
-
"play": "vite",
|
|
45
|
-
"build": "vue-tsc -b && vite build",
|
|
46
|
-
"preview": "vite preview",
|
|
47
|
-
"pub": "npm version patch --force && npm publish --access public",
|
|
48
|
-
"lint": "eslint --cache .",
|
|
49
|
-
"lint:fix": "pnpm run lint --fix",
|
|
50
|
-
"format": "prettier --cache --write .",
|
|
51
|
-
"typecheck": "vue-tsc --noEmit",
|
|
52
|
-
"release": "bumpp && pnpm publish"
|
|
53
|
-
}
|
|
54
|
-
}
|
|
105
|
+
"prettier": "@sxzz/prettier-config"
|
|
106
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/components/Authkit/AppSetting/{EmailBinding.vue.d.ts → AuthkitEmailBinding.vue.d.ts}
RENAMED
|
File without changes
|
package/dist/components/Authkit/AppSetting/{EmailVerify.vue.d.ts → AuthkitEmailVerify.vue.d.ts}
RENAMED
|
File without changes
|
package/dist/components/Authkit/AppSetting/{GithubBinding.vue.d.ts → AuthkitGithubBinding.vue.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/components/Authkit/AppSetting/{SetPassword.vue.d.ts → AuthkitSetPassword.vue.d.ts}
RENAMED
|
File without changes
|
package/dist/components/Authkit/Auth/{AuthContainer.vue.d.ts → AuthkitAuthContainer.vue.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -31,7 +31,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
31
31
|
default: () => string;
|
|
32
32
|
};
|
|
33
33
|
}>> & Readonly<{}>, {
|
|
34
|
-
label: string;
|
|
35
34
|
icon: string;
|
|
35
|
+
label: string;
|
|
36
36
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
37
37
|
export default _default;
|
|
@@ -19,7 +19,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
19
19
|
default: () => string;
|
|
20
20
|
};
|
|
21
21
|
}>> & Readonly<{}>, {
|
|
22
|
-
appId: string;
|
|
23
22
|
size: FormSizeType;
|
|
23
|
+
appId: string;
|
|
24
24
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
25
25
|
export default _default;
|
|
File without changes
|
|
@@ -11,8 +11,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
11
11
|
default: () => boolean;
|
|
12
12
|
};
|
|
13
13
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
-
submit: (...args: any[]) => void;
|
|
15
14
|
signIn: (...args: any[]) => void;
|
|
15
|
+
submit: (...args: any[]) => void;
|
|
16
16
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
17
17
|
size: {
|
|
18
18
|
type: PropType<FormSizeType>;
|
|
@@ -24,8 +24,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
24
24
|
default: () => boolean;
|
|
25
25
|
};
|
|
26
26
|
}>> & Readonly<{
|
|
27
|
-
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
28
27
|
onSignIn?: ((...args: any[]) => any) | undefined;
|
|
28
|
+
onSubmit?: ((...args: any[]) => any) | undefined;
|
|
29
29
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
30
30
|
formRef: any;
|
|
31
31
|
SendVerifyCodeRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
package/dist/components/Authkit/Auth/{ResetPassword.vue.d.ts → AuthkitResetPassword.vue.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -2,10 +2,10 @@ declare function setData(data: any, state: false): void;
|
|
|
2
2
|
declare const _default: import('vue').DefineComponent<{}, {
|
|
3
3
|
setData: typeof setData;
|
|
4
4
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
-
cancel: (...args: any[]) => void;
|
|
6
5
|
confirm: (...args: any[]) => void;
|
|
6
|
+
cancel: (...args: any[]) => void;
|
|
7
7
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
8
|
-
onCancel?: ((...args: any[]) => any) | undefined;
|
|
9
8
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
10
10
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
11
|
export default _default;
|
|
File without changes
|
|
@@ -10,10 +10,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
10
10
|
default: () => string;
|
|
11
11
|
};
|
|
12
12
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
13
|
-
close: (...args: any[]) => void;
|
|
14
|
-
confirm: (...args: any[]) => void;
|
|
15
13
|
toUserServiceAgreement: (...args: any[]) => void;
|
|
16
14
|
toPrivacyPolicy: (...args: any[]) => void;
|
|
15
|
+
confirm: (...args: any[]) => void;
|
|
16
|
+
close: (...args: any[]) => void;
|
|
17
17
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
18
18
|
size: {
|
|
19
19
|
type: PropType<FormSizeType>;
|
|
@@ -24,10 +24,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
24
24
|
default: () => string;
|
|
25
25
|
};
|
|
26
26
|
}>> & Readonly<{
|
|
27
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
28
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
29
27
|
onToUserServiceAgreement?: ((...args: any[]) => any) | undefined;
|
|
30
28
|
onToPrivacyPolicy?: ((...args: any[]) => any) | undefined;
|
|
29
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
30
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
31
31
|
}>, {
|
|
32
32
|
appId: string;
|
|
33
33
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/components/{MessageCenter/CustomTabs.vue.d.ts → Feedback/FeedbackCustomTabs.vue.d.ts}
RENAMED
|
File without changes
|
package/dist/components/Feedback/{FeedBackDetails.vue.d.ts → FeedbackFeedBackDetails.vue.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -23,8 +23,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
23
23
|
}>, {
|
|
24
24
|
setData: typeof setData;
|
|
25
25
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
|
-
cancel: (...args: any[]) => void;
|
|
27
26
|
confirm: (...args: any[]) => void;
|
|
27
|
+
cancel: (...args: any[]) => void;
|
|
28
28
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
29
29
|
appId: {
|
|
30
30
|
type: StringConstructor;
|
|
@@ -47,7 +47,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
47
47
|
required: true;
|
|
48
48
|
};
|
|
49
49
|
}>> & Readonly<{
|
|
50
|
-
onCancel?: ((...args: any[]) => any) | undefined;
|
|
51
50
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
51
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
52
52
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
53
53
|
export default _default;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/components/{FooterContact.vue.d.ts → LandingPage/LandingPageFooterContact.vue.d.ts}
RENAMED
|
File without changes
|
package/dist/components/{Pay/PricingCard.vue.d.ts → LandingPage/LandingPagePricingCard.vue.d.ts}
RENAMED
|
File without changes
|
package/dist/components/{MessageCenter/AppMessage.vue.d.ts → Message/MessageAppMessage.vue.d.ts}
RENAMED
|
@@ -24,8 +24,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
24
24
|
}>, {
|
|
25
25
|
setData: typeof setData;
|
|
26
26
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
27
|
-
change: (...args: any[]) => void;
|
|
28
27
|
cancel: (...args: any[]) => void;
|
|
28
|
+
change: (...args: any[]) => void;
|
|
29
29
|
"update:selectedKeys": (value: string[]) => void;
|
|
30
30
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
31
31
|
prefixUrl: {
|
|
@@ -40,8 +40,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
40
40
|
type: PropType<string[]>;
|
|
41
41
|
};
|
|
42
42
|
}>> & Readonly<{
|
|
43
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
44
43
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
44
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
45
45
|
"onUpdate:selectedKeys"?: ((value: string[]) => any) | undefined;
|
|
46
46
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
47
47
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -2,10 +2,10 @@ declare function setData(data: any, state: false): void;
|
|
|
2
2
|
declare const _default: import('vue').DefineComponent<{}, {
|
|
3
3
|
setData: typeof setData;
|
|
4
4
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
-
cancel: (...args: any[]) => void;
|
|
6
5
|
confirm: (...args: any[]) => void;
|
|
6
|
+
cancel: (...args: any[]) => void;
|
|
7
7
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
8
|
-
onCancel?: ((...args: any[]) => any) | undefined;
|
|
9
8
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
onCancel?: ((...args: any[]) => any) | undefined;
|
|
10
10
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
11
|
export default _default;
|
|
File without changes
|
|
File without changes
|