@huyooo/ui 0.4.4 → 0.4.7
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-CufEYL2W.js +1815 -0
- package/dist/AuthkitAuthorize-DnvypjyO.js +250 -0
- package/dist/CollapseItem-Cw1vcdLu.js +57 -0
- package/dist/CustomTable-Cd6RiAPX.js +1337 -0
- package/dist/FeedbackFeedBackItem-DYUIzqYg.js +526 -0
- package/dist/FeedbackFeedBackModal-DKgZZ8OR.js +1731 -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-CFKM4gyf.js +278 -0
- package/dist/ReferrerReferees-q8H-v-Hq.js +185 -0
- package/dist/Upload.vue_vue_type_script_setup_true_lang-DqfW_OJJ.js +96 -0
- package/dist/UserPanel-azycBFZP.js +511 -0
- package/dist/WidthContainer-D795bWdT.js +128 -0
- package/dist/_commonjsHelpers-DaMA6jEr.js +8 -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-DpOqkozy.js +7395 -0
- package/dist/useUserPanelProps-Dt9zkMJw.js +14 -0
- package/dist/user.d.ts +7 -0
- package/dist/user.js +10 -0
- package/package.json +75 -23
- 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/dist/authkit.js
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { b as s, A as a, a as u, c as A, n as h, E as e, k, l as r, _ as o, O as n, f as d, o as p, P, j as f, R as m, S, i as g, m as l, d as U, e as w, g as c, h as I } from "./AuthkitAppSetting-CufEYL2W.js";
|
|
2
|
+
import { A as y, a as E } from "./AuthkitAuthorize-DnvypjyO.js";
|
|
3
|
+
import { U as b, u as C, b as R, c as V, a as v } from "./useAuthkitProps-ZAjekGnM.js";
|
|
4
|
+
import { u as M } from "./useAuthkitCreateAndUpdate-BpPW409v.js";
|
|
5
|
+
export {
|
|
6
|
+
s as AuthkitAppSetting,
|
|
7
|
+
a as AuthkitAuth,
|
|
8
|
+
y as AuthkitAuthContainer,
|
|
9
|
+
u as AuthkitAuthModal,
|
|
10
|
+
A as AuthkitAuthTitle,
|
|
11
|
+
E as AuthkitAuthorize,
|
|
12
|
+
h as AuthkitEmailBinding,
|
|
13
|
+
e as AuthkitEmailUpdate,
|
|
14
|
+
k as AuthkitEmailVerify,
|
|
15
|
+
r as AuthkitGithubBinding,
|
|
16
|
+
o as AuthkitOAuthItem,
|
|
17
|
+
n as AuthkitOAuthList,
|
|
18
|
+
d as AuthkitPasswordAuth,
|
|
19
|
+
p as AuthkitPasswordUpdate,
|
|
20
|
+
P as AuthkitPasswordUpdateAndVerify,
|
|
21
|
+
f as AuthkitPersonalInformation,
|
|
22
|
+
m as AuthkitResetPassword,
|
|
23
|
+
S as AuthkitSendVerifyCode,
|
|
24
|
+
g as AuthkitServiceAgreementAndPrivacyProtection,
|
|
25
|
+
l as AuthkitSetPassword,
|
|
26
|
+
U as AuthkitSignIn,
|
|
27
|
+
w as AuthkitSignUp,
|
|
28
|
+
c as AuthkitSwitchSignIn,
|
|
29
|
+
I as AuthkitSwitchSignUpOrResetPassword,
|
|
30
|
+
b as UseAuthkitAppsAuthPageInfo,
|
|
31
|
+
C as useAuthkitAuth,
|
|
32
|
+
R as useAuthkitAuthModal,
|
|
33
|
+
M as useAuthkitCreateAndUpdate,
|
|
34
|
+
V as useAuthkitProps,
|
|
35
|
+
v as useAuthkitUsersProfile
|
|
36
|
+
};
|
package/dist/common.d.ts
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export { default as Collapse } from './components/Collapse.vue';
|
|
2
|
+
export { default as CollapseItem } from './components/CollapseItem.vue';
|
|
3
|
+
export { default as ContentHead } from './components/ContentHead.vue';
|
|
4
|
+
export { default as CustomTable } from './components/CustomTable.vue';
|
|
5
|
+
export { default as Ellipsis } from './components/Ellipsis.vue';
|
|
6
|
+
export { default as Gradientbackground } from './components/Gradientbackground.vue';
|
|
7
|
+
export { default as InfiniteLoading } from './components/InfiniteLoading.vue';
|
|
8
|
+
export { default as Menu } from './components/Menu.vue';
|
|
9
|
+
export { default as MenuItem } from './components/MenuItem.vue';
|
|
10
|
+
export { default as SvgIcon } from './components/SvgIcon.vue';
|
|
11
|
+
export { default as WidthContainer } from './components/WidthContainer.vue';
|
|
12
|
+
export { default as UserPanel } from './components/User/UserPanel.vue';
|
|
13
|
+
export { default as UserButton } from './components/User/UserButton.vue';
|
|
14
|
+
export { default as UserAvatar } from './components/User/UserAvatar.vue';
|
|
15
|
+
export { default as UserBasicInformation } from './components/User/UserBasicInformation.vue';
|
|
16
|
+
export { default as SubscriptionBaseInformation } from './components/User/UserSubscriptionBaseInformation.vue';
|
|
17
|
+
export { default as Subscriptions } from './components/Pay/PaySubscriptions.vue';
|
|
18
|
+
export { default as Referees } from './components/Referrer/ReferrerReferees.vue';
|
|
19
|
+
export { default as Upload } from './components/Upload/Upload.vue';
|
|
20
|
+
export { useUserPanelProps } from './composables/useUserPanelProps';
|
|
21
|
+
export { useCreateAndUpdate as useCommonCreateAndUpdate } from './composables/useCreateAndUpdate';
|
|
22
|
+
export { useTableHandle } from './composables/useTableHandle';
|
|
23
|
+
export { useActiveDoc } from './composables/useActiveDoc';
|
|
24
|
+
export { useUploadCos } from './composables/Upload/useUploadCos';
|
package/dist/common.js
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { C as o, a as s } from "./CollapseItem-Cw1vcdLu.js";
|
|
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-Cd6RiAPX.js";
|
|
4
|
+
import { I as x } from "./FeedbackFeedBackModal-DKgZZ8OR.js";
|
|
5
|
+
import { M as d, a as U } from "./Menu-2SePYCYT.js";
|
|
6
|
+
import { S as I, b, c as S, a as g, U as v } from "./UserPanel-azycBFZP.js";
|
|
7
|
+
import { S as B } from "./PaySubscriptions-CFKM4gyf.js";
|
|
8
|
+
import { R as P } from "./ReferrerReferees-q8H-v-Hq.js";
|
|
9
|
+
import { _ as G } from "./Upload.vue_vue_type_script_setup_true_lang-DqfW_OJJ.js";
|
|
10
|
+
import { u as R } from "./useUserPanelProps-Dt9zkMJw.js";
|
|
11
|
+
import { a as W, u as h } from "./useActiveDoc-BWHkOJhJ.js";
|
|
12
|
+
import { u as D } from "./useTableHandle-DKUIdSSh.js";
|
|
13
|
+
import { u as _ } from "./useUploadCos-DpOqkozy.js";
|
|
14
|
+
export {
|
|
15
|
+
o as Collapse,
|
|
16
|
+
s as CollapseItem,
|
|
17
|
+
t as ContentHead,
|
|
18
|
+
i as CustomTable,
|
|
19
|
+
u as Ellipsis,
|
|
20
|
+
n as Gradientbackground,
|
|
21
|
+
x as InfiniteLoading,
|
|
22
|
+
d as Menu,
|
|
23
|
+
U as MenuItem,
|
|
24
|
+
P as Referees,
|
|
25
|
+
I as SubscriptionBaseInformation,
|
|
26
|
+
B as Subscriptions,
|
|
27
|
+
p as SvgIcon,
|
|
28
|
+
G as Upload,
|
|
29
|
+
b as UserAvatar,
|
|
30
|
+
S as UserBasicInformation,
|
|
31
|
+
g as UserButton,
|
|
32
|
+
v as UserPanel,
|
|
33
|
+
m as WidthContainer,
|
|
34
|
+
W as useActiveDoc,
|
|
35
|
+
h as useCommonCreateAndUpdate,
|
|
36
|
+
D as useTableHandle,
|
|
37
|
+
_ as useUploadCos,
|
|
38
|
+
R as useUserPanelProps
|
|
39
|
+
};
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { FormSizeType } from '../../../types/auth';
|
|
3
|
+
import { UsersResponseType } from '../../../types/users';
|
|
4
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
|
+
size: {
|
|
6
|
+
type: PropType<FormSizeType>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
title: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
required: true;
|
|
12
|
+
default: () => string;
|
|
13
|
+
};
|
|
14
|
+
logo: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
required: true;
|
|
17
|
+
default: () => string;
|
|
18
|
+
};
|
|
19
|
+
clientId: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
required: true;
|
|
22
|
+
default: () => string;
|
|
23
|
+
};
|
|
24
|
+
responseType: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
required: true;
|
|
27
|
+
default: () => string;
|
|
28
|
+
};
|
|
29
|
+
scope: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
required: true;
|
|
32
|
+
default: () => string;
|
|
33
|
+
};
|
|
34
|
+
state: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
required: true;
|
|
37
|
+
default: () => string;
|
|
38
|
+
};
|
|
39
|
+
redirectUri: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
required: true;
|
|
42
|
+
default: () => string;
|
|
43
|
+
};
|
|
44
|
+
userInfo: {
|
|
45
|
+
type: PropType<UsersResponseType>;
|
|
46
|
+
required: true;
|
|
47
|
+
default: () => string;
|
|
48
|
+
};
|
|
49
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
50
|
+
size: {
|
|
51
|
+
type: PropType<FormSizeType>;
|
|
52
|
+
required: true;
|
|
53
|
+
};
|
|
54
|
+
title: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
required: true;
|
|
57
|
+
default: () => string;
|
|
58
|
+
};
|
|
59
|
+
logo: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
required: true;
|
|
62
|
+
default: () => string;
|
|
63
|
+
};
|
|
64
|
+
clientId: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
required: true;
|
|
67
|
+
default: () => string;
|
|
68
|
+
};
|
|
69
|
+
responseType: {
|
|
70
|
+
type: StringConstructor;
|
|
71
|
+
required: true;
|
|
72
|
+
default: () => string;
|
|
73
|
+
};
|
|
74
|
+
scope: {
|
|
75
|
+
type: StringConstructor;
|
|
76
|
+
required: true;
|
|
77
|
+
default: () => string;
|
|
78
|
+
};
|
|
79
|
+
state: {
|
|
80
|
+
type: StringConstructor;
|
|
81
|
+
required: true;
|
|
82
|
+
default: () => string;
|
|
83
|
+
};
|
|
84
|
+
redirectUri: {
|
|
85
|
+
type: StringConstructor;
|
|
86
|
+
required: true;
|
|
87
|
+
default: () => string;
|
|
88
|
+
};
|
|
89
|
+
userInfo: {
|
|
90
|
+
type: PropType<UsersResponseType>;
|
|
91
|
+
required: true;
|
|
92
|
+
default: () => string;
|
|
93
|
+
};
|
|
94
|
+
}>> & Readonly<{}>, {
|
|
95
|
+
logo: string;
|
|
96
|
+
redirectUri: string;
|
|
97
|
+
title: string;
|
|
98
|
+
state: string;
|
|
99
|
+
clientId: string;
|
|
100
|
+
responseType: string;
|
|
101
|
+
scope: string;
|
|
102
|
+
userInfo: UsersResponseType;
|
|
103
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
104
|
+
export default _default;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
default?(_: {}): 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').ExtractPropTypes<{
|
|
11
|
+
title: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
description: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
appId: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
prefixUrl: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
}>, {
|
|
28
|
+
show: import('vue').Ref<boolean, boolean>;
|
|
29
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
30
|
+
title: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
description: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
required: true;
|
|
37
|
+
};
|
|
38
|
+
appId: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
required: true;
|
|
41
|
+
};
|
|
42
|
+
prefixUrl: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
required: true;
|
|
45
|
+
};
|
|
46
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
47
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
48
|
+
export default _default;
|
|
49
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
50
|
+
new (): {
|
|
51
|
+
$slots: S;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
title: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
icon: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
extra: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: false;
|
|
13
|
+
default: () => string;
|
|
14
|
+
};
|
|
15
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
16
|
+
title: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
icon: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
extra: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
required: false;
|
|
27
|
+
default: () => string;
|
|
28
|
+
};
|
|
29
|
+
}>> & Readonly<{}>, {
|
|
30
|
+
extra: string;
|
|
31
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
32
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
active: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
offsetX: {
|
|
8
|
+
type: NumberConstructor;
|
|
9
|
+
default: number;
|
|
10
|
+
};
|
|
11
|
+
offsetY: {
|
|
12
|
+
type: NumberConstructor;
|
|
13
|
+
default: number;
|
|
14
|
+
};
|
|
15
|
+
iconSize: {
|
|
16
|
+
type: NumberConstructor;
|
|
17
|
+
default: number;
|
|
18
|
+
};
|
|
19
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
20
|
+
active: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
required: true;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
offsetX: {
|
|
26
|
+
type: NumberConstructor;
|
|
27
|
+
default: number;
|
|
28
|
+
};
|
|
29
|
+
offsetY: {
|
|
30
|
+
type: NumberConstructor;
|
|
31
|
+
default: number;
|
|
32
|
+
};
|
|
33
|
+
iconSize: {
|
|
34
|
+
type: NumberConstructor;
|
|
35
|
+
default: number;
|
|
36
|
+
};
|
|
37
|
+
}>> & Readonly<{}>, {
|
|
38
|
+
offsetX: number;
|
|
39
|
+
offsetY: number;
|
|
40
|
+
iconSize: number;
|
|
41
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
42
|
+
export default _default;
|
|
@@ -67,11 +67,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
67
|
default: () => string;
|
|
68
68
|
};
|
|
69
69
|
}>> & Readonly<{}>, {
|
|
70
|
-
blur: string;
|
|
71
70
|
width: string;
|
|
72
71
|
height: string;
|
|
73
72
|
top: string;
|
|
74
73
|
zIndex: string;
|
|
74
|
+
blur: string;
|
|
75
75
|
left: string;
|
|
76
76
|
right: string;
|
|
77
77
|
background: string;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
title?(_: {}): any;
|
|
5
|
+
subTitle?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: HTMLDivElement;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
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>;
|
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
type FlexDirection = 'row' | 'column';
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
5
|
+
slots: {
|
|
6
|
+
BlockHeader?(_: {}): any;
|
|
7
|
+
BlockBody?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: HTMLElement;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
14
|
+
columns: {
|
|
15
|
+
type: NumberConstructor;
|
|
16
|
+
default: number;
|
|
17
|
+
};
|
|
18
|
+
flexDirection: {
|
|
19
|
+
type: PropType<FlexDirection>;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
23
|
+
columns: {
|
|
24
|
+
type: NumberConstructor;
|
|
25
|
+
default: number;
|
|
26
|
+
};
|
|
27
|
+
flexDirection: {
|
|
28
|
+
type: PropType<FlexDirection>;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
}>> & Readonly<{}>, {
|
|
32
|
+
columns: number;
|
|
33
|
+
flexDirection: FlexDirection;
|
|
34
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLElement>;
|
|
35
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
36
|
+
export default _default;
|
|
37
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
38
|
+
new (): {
|
|
39
|
+
$slots: S;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
icon: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
required: true;
|
|
5
|
+
};
|
|
6
|
+
name: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
required: true;
|
|
9
|
+
};
|
|
10
|
+
description: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
color: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
fontSize: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
23
|
+
icon: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
name: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
required: true;
|
|
30
|
+
};
|
|
31
|
+
description: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
color: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
fontSize: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
}>> & Readonly<{}>, {
|
|
44
|
+
color: string;
|
|
45
|
+
fontSize: string;
|
|
46
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
47
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
type?: 'primary' | 'secondary';
|
|
3
|
+
};
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
6
|
+
slots: {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
+
export default _default;
|
|
16
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
+
new (): {
|
|
18
|
+
$slots: S;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
title?: string;
|
|
3
|
+
subTitle?: string;
|
|
4
|
+
contact?: {
|
|
5
|
+
title?: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
};
|
|
8
|
+
address?: string;
|
|
9
|
+
email?: string;
|
|
10
|
+
phone?: string;
|
|
11
|
+
mapIcon?: string;
|
|
12
|
+
emailIcon?: string;
|
|
13
|
+
phoneIcon?: string;
|
|
14
|
+
};
|
|
15
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
16
|
+
address: string;
|
|
17
|
+
title: string;
|
|
18
|
+
email: string;
|
|
19
|
+
phone: string;
|
|
20
|
+
subTitle: string;
|
|
21
|
+
contact: {
|
|
22
|
+
title?: string;
|
|
23
|
+
description?: string;
|
|
24
|
+
};
|
|
25
|
+
mapIcon: string;
|
|
26
|
+
emailIcon: string;
|
|
27
|
+
phoneIcon: string;
|
|
28
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLFormElement>;
|
|
2
|
+
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,25 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
title?: string;
|
|
3
|
+
description?: string;
|
|
4
|
+
backgroundUrl?: string;
|
|
5
|
+
}
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
actions?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
rootEl: HTMLDivElement;
|
|
13
|
+
};
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
16
|
+
description: string;
|
|
17
|
+
title: string;
|
|
18
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
19
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
|
+
export default _default;
|
|
21
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
|
+
new (): {
|
|
23
|
+
$slots: S;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
@@ -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,2 @@
|
|
|
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>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
interface FAQItem {
|
|
2
|
+
question: string;
|
|
3
|
+
answer: string;
|
|
4
|
+
}
|
|
5
|
+
interface Props {
|
|
6
|
+
activeKeys?: number[];
|
|
7
|
+
faqItems?: FAQItem[];
|
|
8
|
+
}
|
|
9
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
10
|
+
activeKeys: number[];
|
|
11
|
+
faqItems: FAQItem[];
|
|
12
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
interface Feature {
|
|
2
|
+
title: string;
|
|
3
|
+
description: string;
|
|
4
|
+
icon: any;
|
|
5
|
+
}
|
|
6
|
+
interface Props {
|
|
7
|
+
features?: Feature[];
|
|
8
|
+
iconColor?: string;
|
|
9
|
+
iconBorderColor?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
12
|
+
features: Feature[];
|
|
13
|
+
iconColor: string;
|
|
14
|
+
iconBorderColor: string;
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
|
+
list: {
|
|
4
|
+
type: PropType<any[]>;
|
|
5
|
+
required: true;
|
|
6
|
+
};
|
|
7
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
8
|
+
list: {
|
|
9
|
+
type: PropType<any[]>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
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>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
BrandInfo?(_: {}): any;
|
|
5
|
+
LinkGroup?(_: {}): any;
|
|
6
|
+
FooterContact?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
rootEl: HTMLDivElement;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
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>;
|
|
13
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|