@opendesign-plus-test/components 0.0.1-rc.134 → 0.0.1-rc.136
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/chunk-OElCookieNotice.cjs.js +1 -1
- package/dist/chunk-OElCookieNotice.es.js +12 -10
- package/dist/components/feedback-doc/OFeedbackDoc.vue.d.ts +6 -1
- package/dist/components/feedback-doc/OFeedbackDocContent.vue.d.ts +2 -0
- package/dist/components/feedback-doc/OFeedbackDocDialog.vue.d.ts +6 -1
- package/dist/components/feedback-doc/OFeedbackDocPopup.vue.d.ts +4 -0
- package/dist/components/feedback-doc/index.d.ts +54 -6
- package/dist/components/footer/OFooter.vue.d.ts +4 -25
- package/dist/components/footer/components/FooterList.vue.d.ts +21 -0
- package/dist/components/footer/components/FooterSimple.vue.d.ts +23 -0
- package/dist/components/footer/index.d.ts +8 -64
- package/dist/components/footer/types.d.ts +48 -0
- package/dist/components/logo-swiper/OLogoSwiper.vue.d.ts +17 -0
- package/dist/components/logo-swiper/OLogoSwiperItems.vue.d.ts +17 -0
- package/dist/components/logo-swiper/index.d.ts +73 -0
- package/dist/components/logo-swiper/types.d.ts +18 -0
- package/dist/components/sig/OSigDetail.vue.d.ts +0 -2
- package/dist/components/sig/OSigList.vue.d.ts +2 -2
- package/dist/components/sig/components/OSigItem.vue.d.ts +1 -4
- package/dist/components/sig/components/OSigRepo.vue.d.ts +0 -2
- package/dist/components/sig/components/config-sig.d.ts +1 -0
- package/dist/components/sig/types.d.ts +1 -2
- package/dist/components/video/OVideoDetail.vue.d.ts +7 -0
- package/dist/components/video/index.d.ts +27 -0
- package/dist/components/video/types.d.ts +24 -0
- package/dist/components.cjs.js +40 -40
- package/dist/components.css +1 -1
- package/dist/components.es.js +12869 -12804
- package/dist/index.d.ts +1 -0
- package/dist/treeshaking/_virtual/icon-filter.mjs +6 -5
- package/dist/treeshaking/components/activity/OActivityApproval.css +3 -6
- package/dist/treeshaking/components/activity/OActivityApproval2.css +3 -6
- package/dist/treeshaking/components/activity/OActivityForm.css +3 -6
- package/dist/treeshaking/components/activity/OActivityForm2.css +3 -6
- package/dist/treeshaking/components/activity/OActivityMyCalendar.css +3 -6
- package/dist/treeshaking/components/activity/OActivityMyCalendar2.css +3 -6
- package/dist/treeshaking/components/common/ThFilter.vue.mjs +1 -1
- package/dist/treeshaking/components/common/TooltipText.vue.mjs +3 -2
- package/dist/treeshaking/components/element-plus/OElCookieNotice.css +3 -6
- package/dist/treeshaking/components/element-plus/OElCookieNotice2.css +3 -6
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.css +5 -5
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue.d.ts +6 -1
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue.mjs +1 -1
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue2.mjs +10 -4
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.css +27 -27
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue.d.ts +2 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue.mjs +1 -1
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue2.mjs +8 -3
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocDialog.vue.d.ts +6 -1
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocDialog.vue.mjs +12 -5
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.css +3 -3
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue.d.ts +4 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue.mjs +1 -1
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue2.mjs +7 -3
- package/dist/treeshaking/components/feedback-doc/index.d.ts +54 -6
- package/dist/treeshaking/components/footer/OFooter.css +33 -590
- package/dist/treeshaking/components/footer/OFooter.vue.d.ts +4 -25
- package/dist/treeshaking/components/footer/OFooter.vue.mjs +1 -1
- package/dist/treeshaking/components/footer/OFooter.vue2.mjs +76 -332
- package/dist/treeshaking/components/footer/components/FooterList.css +462 -0
- package/dist/treeshaking/components/footer/components/FooterList.vue.d.ts +21 -0
- package/dist/treeshaking/components/footer/components/FooterList.vue.mjs +7 -0
- package/dist/treeshaking/components/footer/components/FooterList.vue2.mjs +215 -0
- package/dist/treeshaking/components/footer/components/FooterSimple.css +123 -0
- package/dist/treeshaking/components/footer/components/FooterSimple.vue.d.ts +23 -0
- package/dist/treeshaking/components/footer/components/FooterSimple.vue.mjs +7 -0
- package/dist/treeshaking/components/footer/components/FooterSimple.vue2.mjs +109 -0
- package/dist/treeshaking/components/footer/index.d.ts +8 -64
- package/dist/treeshaking/components/footer/types.d.ts +48 -0
- package/dist/treeshaking/components/header/components/HeaderContent.css +184 -184
- package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderFlatten.css +57 -57
- package/dist/treeshaking/components/header/components/HeaderFlatten.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderFlatten.vue2.mjs +5 -5
- package/dist/treeshaking/components/header/components/HeaderNavMobile.css +80 -80
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue2.mjs +7 -1
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.css +31 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.vue.d.ts +17 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.vue.mjs +14 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.css +88 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue.d.ts +17 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue.mjs +7 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue2.mjs +158 -0
- package/dist/treeshaking/components/logo-swiper/index.d.ts +73 -0
- package/dist/treeshaking/components/logo-swiper/index.mjs +16 -0
- package/dist/treeshaking/components/logo-swiper/types.d.ts +18 -0
- package/dist/treeshaking/components/meeting/OMeetingCalendar.css +3 -6
- package/dist/treeshaking/components/meeting/OMeetingForm.css +3 -6
- package/dist/treeshaking/components/meeting/OMeetingForm2.css +3 -6
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.css +3 -6
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar2.css +3 -6
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector.css +3 -6
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector2.css +3 -6
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackSubtitles.css +3 -6
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackSubtitles2.css +3 -6
- package/dist/treeshaking/components/sig/OSigDetail.vue.d.ts +0 -2
- package/dist/treeshaking/components/sig/OSigDetail.vue.mjs +10 -13
- package/dist/treeshaking/components/sig/OSigList.css +317 -81
- package/dist/treeshaking/components/sig/OSigList.vue.d.ts +2 -2
- package/dist/treeshaking/components/sig/OSigList.vue.mjs +204 -294
- package/dist/treeshaking/components/sig/components/OSigItem.css +68 -63
- package/dist/treeshaking/components/sig/components/OSigItem.vue.d.ts +1 -4
- package/dist/treeshaking/components/sig/components/OSigItem.vue.mjs +6 -6
- package/dist/treeshaking/components/sig/components/OSigRepo.vue.d.ts +0 -2
- package/dist/treeshaking/components/sig/components/OSigRepo.vue.mjs +2 -3
- package/dist/treeshaking/components/sig/components/config-sig.d.ts +1 -0
- package/dist/treeshaking/components/sig/components/config-sig.mjs +4 -0
- package/dist/treeshaking/components/sig/types.d.ts +1 -2
- package/dist/treeshaking/i18n/en.mjs +1 -0
- package/dist/treeshaking/i18n/zh.mjs +1 -0
- package/dist/treeshaking/index.d.ts +1 -0
- package/dist/treeshaking/index.mjs +3 -0
- package/package.json +3 -3
- package/dist/treeshaking/_virtual/icon-filter2.mjs +0 -21
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
.hover-icon-rotate .o-icon[data-v-962bf858] {
|
|
2
|
+
transition: all var(--o-duration-m1) var(--o-easing-standard-in);
|
|
3
|
+
}
|
|
4
|
+
@media (hover: hover) {
|
|
5
|
+
.hover-icon-rotate:hover .o-icon[data-v-962bf858] {
|
|
6
|
+
transform: rotate(-180deg);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
a[data-v-962bf858] {
|
|
10
|
+
color: var(--o-color-info2);
|
|
11
|
+
text-decoration: none;
|
|
12
|
+
white-space: nowrap;
|
|
13
|
+
font-size: 14px;
|
|
14
|
+
line-height: 22px;
|
|
15
|
+
}
|
|
16
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
17
|
+
a[data-v-962bf858] {
|
|
18
|
+
font-size: 14px;
|
|
19
|
+
line-height: 18px;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
@media (min-width: 841px) and (max-width: 1200px) {
|
|
23
|
+
a[data-v-962bf858] {
|
|
24
|
+
font-size: 12px;
|
|
25
|
+
line-height: 18px;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
@media (min-width: 601px) and (max-width: 840px) {
|
|
29
|
+
a[data-v-962bf858] {
|
|
30
|
+
font-size: 12px;
|
|
31
|
+
line-height: 18px;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
@media (max-width: 600px) {
|
|
35
|
+
a[data-v-962bf858] {
|
|
36
|
+
font-size: 12px;
|
|
37
|
+
line-height: 18px;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
@media (hover: hover) {
|
|
41
|
+
a[data-v-962bf858]:hover {
|
|
42
|
+
color: var(--o-color-info1);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
a[data-v-962bf858]:active {
|
|
46
|
+
color: var(--o-color-info1);
|
|
47
|
+
}
|
|
48
|
+
.footer-content[data-v-962bf858] {
|
|
49
|
+
display: flex;
|
|
50
|
+
align-items: center;
|
|
51
|
+
justify-content: space-between;
|
|
52
|
+
}
|
|
53
|
+
.footer-left[data-v-962bf858] {
|
|
54
|
+
display: flex;
|
|
55
|
+
align-items: center;
|
|
56
|
+
flex-wrap: wrap;
|
|
57
|
+
color: var(--o-color-info3);
|
|
58
|
+
font-size: 14px;
|
|
59
|
+
line-height: 22px;
|
|
60
|
+
}
|
|
61
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
62
|
+
.footer-left[data-v-962bf858] {
|
|
63
|
+
font-size: 14px;
|
|
64
|
+
line-height: 18px;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
@media (min-width: 841px) and (max-width: 1200px) {
|
|
68
|
+
.footer-left[data-v-962bf858] {
|
|
69
|
+
font-size: 12px;
|
|
70
|
+
line-height: 18px;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
@media (min-width: 601px) and (max-width: 840px) {
|
|
74
|
+
.footer-left[data-v-962bf858] {
|
|
75
|
+
font-size: 12px;
|
|
76
|
+
line-height: 18px;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
@media (max-width: 600px) {
|
|
80
|
+
.footer-left[data-v-962bf858] {
|
|
81
|
+
font-size: 12px;
|
|
82
|
+
line-height: 18px;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
.footer-left .copyright-left[data-v-962bf858],
|
|
86
|
+
.footer-left .filing[data-v-962bf858] {
|
|
87
|
+
display: flex;
|
|
88
|
+
flex-wrap: wrap;
|
|
89
|
+
justify-content: center;
|
|
90
|
+
}
|
|
91
|
+
.footer-left .filing-img[data-v-962bf858] {
|
|
92
|
+
height: 18px;
|
|
93
|
+
}
|
|
94
|
+
.footer-left .beian-info[data-v-962bf858] {
|
|
95
|
+
margin-left: 4px;
|
|
96
|
+
color: var(--o-color-info3);
|
|
97
|
+
}
|
|
98
|
+
.footer-left-wrapped .copyright-left[data-v-962bf858] {
|
|
99
|
+
margin-right: 32px;
|
|
100
|
+
}
|
|
101
|
+
.footer-right[data-v-962bf858] {
|
|
102
|
+
display: flex;
|
|
103
|
+
align-items: center;
|
|
104
|
+
justify-content: center;
|
|
105
|
+
margin-left: 32px;
|
|
106
|
+
}
|
|
107
|
+
.footer-right .o-divider[data-v-962bf858] {
|
|
108
|
+
height: 12px;
|
|
109
|
+
--o-divider-label-gap: 0 8px;
|
|
110
|
+
--o-divider-bd-color: var(--o-color-control1);
|
|
111
|
+
}
|
|
112
|
+
@media (max-width: 840px) {
|
|
113
|
+
.footer-content[data-v-962bf858] {
|
|
114
|
+
flex-direction: column-reverse;
|
|
115
|
+
}
|
|
116
|
+
.footer-content .footer-left[data-v-962bf858] {
|
|
117
|
+
margin-top: 8px;
|
|
118
|
+
justify-content: center;
|
|
119
|
+
}
|
|
120
|
+
.footer-content .footer-left-wrapped .copyright-left[data-v-962bf858] {
|
|
121
|
+
margin: 0 16px;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { FooterT } from '../types.ts';
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
left?(_: {}): any;
|
|
6
|
+
right?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {
|
|
9
|
+
footerLeftRef: HTMLDivElement;
|
|
10
|
+
};
|
|
11
|
+
rootEl: HTMLDivElement;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<FooterT, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<FooterT> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
15
|
+
footerLeftRef: HTMLDivElement;
|
|
16
|
+
}, HTMLDivElement>;
|
|
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,7 @@
|
|
|
1
|
+
import _sfc_main from "./FooterSimple.vue2.mjs";
|
|
2
|
+
import './FooterSimple.css';
|
|
3
|
+
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
+
const FooterSimple = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-962bf858"]]);
|
|
5
|
+
export {
|
|
6
|
+
FooterSimple as default
|
|
7
|
+
};
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { defineComponent, ref, onMounted, onBeforeUnmount, openBlock, createElementBlock, renderSlot, normalizeClass, createElementVNode, toDisplayString, unref, createBlock, createCommentVNode, Fragment, renderList } from "vue";
|
|
2
|
+
import { ODivider } from "@opensig/opendesign";
|
|
3
|
+
import { useScreen } from "@opendesign-plus/composables";
|
|
4
|
+
const _hoisted_1 = { class: "footer-content" };
|
|
5
|
+
const _hoisted_2 = { class: "copyright-left" };
|
|
6
|
+
const _hoisted_3 = { class: "copyright-text" };
|
|
7
|
+
const _hoisted_4 = ["href"];
|
|
8
|
+
const _hoisted_5 = { class: "filing" };
|
|
9
|
+
const _hoisted_6 = ["src"];
|
|
10
|
+
const _hoisted_7 = { class: "beian-info" };
|
|
11
|
+
const _hoisted_8 = {
|
|
12
|
+
key: 0,
|
|
13
|
+
class: "footer-right"
|
|
14
|
+
};
|
|
15
|
+
const _hoisted_9 = ["href", "target"];
|
|
16
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
17
|
+
__name: "FooterSimple",
|
|
18
|
+
props: {
|
|
19
|
+
simple: { type: Boolean },
|
|
20
|
+
info: {},
|
|
21
|
+
quickNav: {},
|
|
22
|
+
friendshipLink: {},
|
|
23
|
+
footerLogo: {},
|
|
24
|
+
footerOption: {},
|
|
25
|
+
qrcode: {},
|
|
26
|
+
footerBgImg: {}
|
|
27
|
+
},
|
|
28
|
+
setup(__props) {
|
|
29
|
+
const { isPhone } = useScreen();
|
|
30
|
+
const footerLeftRef = ref();
|
|
31
|
+
const isWrapped = ref(false);
|
|
32
|
+
let observer = null;
|
|
33
|
+
const checkWrap = () => {
|
|
34
|
+
const el = footerLeftRef.value;
|
|
35
|
+
if (!el || el.children.length < 2) return;
|
|
36
|
+
isWrapped.value = el.children[0].getBoundingClientRect().top !== el.children[el.children.length - 1].getBoundingClientRect().top;
|
|
37
|
+
};
|
|
38
|
+
onMounted(() => {
|
|
39
|
+
if (footerLeftRef.value) {
|
|
40
|
+
checkWrap();
|
|
41
|
+
observer = new ResizeObserver(checkWrap);
|
|
42
|
+
observer.observe(footerLeftRef.value);
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
onBeforeUnmount(() => {
|
|
46
|
+
observer == null ? void 0 : observer.disconnect();
|
|
47
|
+
});
|
|
48
|
+
const linkTarget = (url, target) => {
|
|
49
|
+
if (target) {
|
|
50
|
+
return target;
|
|
51
|
+
} else {
|
|
52
|
+
return (url == null ? void 0 : url.startsWith("http")) ? "_blank" : void 0;
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
return (_ctx, _cache) => {
|
|
56
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
57
|
+
_ctx.$slots.left || __props.footerOption ? renderSlot(_ctx.$slots, "left", { key: 0 }, () => [
|
|
58
|
+
__props.footerOption ? (openBlock(), createElementBlock("div", {
|
|
59
|
+
key: 0,
|
|
60
|
+
ref_key: "footerLeftRef",
|
|
61
|
+
ref: footerLeftRef,
|
|
62
|
+
class: normalizeClass(["footer-left", { "footer-left-wrapped": isWrapped.value }])
|
|
63
|
+
}, [
|
|
64
|
+
createElementVNode("div", _hoisted_2, [
|
|
65
|
+
createElementVNode("p", _hoisted_3, toDisplayString(__props.footerOption.copyright), 1),
|
|
66
|
+
createElementVNode("a", {
|
|
67
|
+
href: __props.footerOption.beianLink,
|
|
68
|
+
target: "_blank",
|
|
69
|
+
class: "beian-info"
|
|
70
|
+
}, toDisplayString(__props.footerOption.beianInfo1), 9, _hoisted_4)
|
|
71
|
+
]),
|
|
72
|
+
!unref(isPhone) && !isWrapped.value ? (openBlock(), createBlock(unref(ODivider), {
|
|
73
|
+
key: 0,
|
|
74
|
+
direction: "v"
|
|
75
|
+
})) : createCommentVNode("", true),
|
|
76
|
+
createElementVNode("div", _hoisted_5, [
|
|
77
|
+
createElementVNode("img", {
|
|
78
|
+
src: __props.footerOption.policeIcon,
|
|
79
|
+
class: "filing-img"
|
|
80
|
+
}, null, 8, _hoisted_6),
|
|
81
|
+
createElementVNode("p", _hoisted_7, toDisplayString(__props.footerOption.beianInfo2), 1)
|
|
82
|
+
])
|
|
83
|
+
], 2)) : createCommentVNode("", true)
|
|
84
|
+
], true) : createCommentVNode("", true),
|
|
85
|
+
_ctx.$slots.right || __props.footerOption ? renderSlot(_ctx.$slots, "right", { key: 1 }, () => [
|
|
86
|
+
__props.footerOption ? (openBlock(), createElementBlock("div", _hoisted_8, [
|
|
87
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.footerOption.children, (link, index) => {
|
|
88
|
+
return openBlock(), createElementBlock(Fragment, {
|
|
89
|
+
key: link.href
|
|
90
|
+
}, [
|
|
91
|
+
createElementVNode("a", {
|
|
92
|
+
href: link.href,
|
|
93
|
+
target: linkTarget(link.href, link == null ? void 0 : link.target)
|
|
94
|
+
}, toDisplayString(link.title), 9, _hoisted_9),
|
|
95
|
+
index !== __props.footerOption.children.length - 1 ? (openBlock(), createBlock(unref(ODivider), {
|
|
96
|
+
key: 0,
|
|
97
|
+
direction: "v"
|
|
98
|
+
})) : createCommentVNode("", true)
|
|
99
|
+
], 64);
|
|
100
|
+
}), 128))
|
|
101
|
+
])) : createCommentVNode("", true)
|
|
102
|
+
], true) : createCommentVNode("", true)
|
|
103
|
+
]);
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
});
|
|
107
|
+
export {
|
|
108
|
+
_sfc_main as default
|
|
109
|
+
};
|
|
@@ -1,25 +1,7 @@
|
|
|
1
1
|
import { App } from 'vue';
|
|
2
2
|
declare const OFooter: {
|
|
3
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4
|
-
simple:
|
|
5
|
-
atom: any;
|
|
6
|
-
lang: any;
|
|
7
|
-
quickNav: any;
|
|
8
|
-
friendshipLink: any;
|
|
9
|
-
footerLogo: any;
|
|
10
|
-
footerOption: any;
|
|
11
|
-
qrcode: any;
|
|
12
|
-
footerBg: any;
|
|
13
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
14
|
-
simple: any;
|
|
15
|
-
atom: any;
|
|
16
|
-
lang: any;
|
|
17
|
-
quickNav: any;
|
|
18
|
-
friendshipLink: any;
|
|
19
|
-
footerLogo: any;
|
|
20
|
-
footerOption: any;
|
|
21
|
-
qrcode: any;
|
|
22
|
-
footerBg: any;
|
|
3
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').FooterT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
4
|
+
simple: boolean;
|
|
23
5
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
24
6
|
P: {};
|
|
25
7
|
B: {};
|
|
@@ -27,63 +9,25 @@ declare const OFooter: {
|
|
|
27
9
|
C: {};
|
|
28
10
|
M: {};
|
|
29
11
|
Defaults: {};
|
|
30
|
-
}, Readonly<{
|
|
31
|
-
simple:
|
|
32
|
-
atom: any;
|
|
33
|
-
lang: any;
|
|
34
|
-
quickNav: any;
|
|
35
|
-
friendshipLink: any;
|
|
36
|
-
footerLogo: any;
|
|
37
|
-
footerOption: any;
|
|
38
|
-
qrcode: any;
|
|
39
|
-
footerBg: any;
|
|
40
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
41
|
-
simple: any;
|
|
42
|
-
atom: any;
|
|
43
|
-
lang: any;
|
|
44
|
-
quickNav: any;
|
|
45
|
-
friendshipLink: any;
|
|
46
|
-
footerLogo: any;
|
|
47
|
-
footerOption: any;
|
|
48
|
-
qrcode: any;
|
|
49
|
-
footerBg: any;
|
|
12
|
+
}, Readonly<import('./types').FooterT> & Readonly<{}>, {}, {}, {}, {}, {
|
|
13
|
+
simple: boolean;
|
|
50
14
|
}>;
|
|
51
15
|
__isFragment?: never;
|
|
52
16
|
__isTeleport?: never;
|
|
53
17
|
__isSuspense?: never;
|
|
54
|
-
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
55
|
-
simple:
|
|
56
|
-
atom: any;
|
|
57
|
-
lang: any;
|
|
58
|
-
quickNav: any;
|
|
59
|
-
friendshipLink: any;
|
|
60
|
-
footerLogo: any;
|
|
61
|
-
footerOption: any;
|
|
62
|
-
qrcode: any;
|
|
63
|
-
footerBg: any;
|
|
64
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
65
|
-
simple: any;
|
|
66
|
-
atom: any;
|
|
67
|
-
lang: any;
|
|
68
|
-
quickNav: any;
|
|
69
|
-
friendshipLink: any;
|
|
70
|
-
footerLogo: any;
|
|
71
|
-
footerOption: any;
|
|
72
|
-
qrcode: any;
|
|
73
|
-
footerBg: any;
|
|
18
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').FooterT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
19
|
+
simple: boolean;
|
|
74
20
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
75
21
|
$slots: {
|
|
76
|
-
|
|
22
|
+
info?(_: {}): any;
|
|
77
23
|
quickNav?(_: {}): any;
|
|
78
24
|
friendshipLink?(_: {}): any;
|
|
79
25
|
footer?(_: {}): any;
|
|
80
26
|
left?(_: {}): any;
|
|
81
|
-
left?(_: {}): any;
|
|
82
|
-
right?(_: {}): any;
|
|
83
27
|
right?(_: {}): any;
|
|
84
|
-
copyright?(_: {}): any;
|
|
85
28
|
};
|
|
86
29
|
}) & {
|
|
87
30
|
install(app: App): void;
|
|
88
31
|
};
|
|
32
|
+
export * from './types';
|
|
89
33
|
export { OFooter };
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export interface InfoT {
|
|
2
|
+
title: string;
|
|
3
|
+
logo: string;
|
|
4
|
+
href: string;
|
|
5
|
+
target?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface ChildrenT {
|
|
8
|
+
title: string;
|
|
9
|
+
href: string;
|
|
10
|
+
target?: string;
|
|
11
|
+
}
|
|
12
|
+
export interface QuickNavT {
|
|
13
|
+
title: string;
|
|
14
|
+
children: ChildrenT[];
|
|
15
|
+
}
|
|
16
|
+
export interface FriendshipLinkT {
|
|
17
|
+
title: string;
|
|
18
|
+
children: ChildrenT[];
|
|
19
|
+
}
|
|
20
|
+
export interface FooterLogoT {
|
|
21
|
+
logo: string;
|
|
22
|
+
logoMb: string;
|
|
23
|
+
email: string;
|
|
24
|
+
}
|
|
25
|
+
export interface FooterOptionT {
|
|
26
|
+
children: ChildrenT[];
|
|
27
|
+
licenseText: string;
|
|
28
|
+
licenseInfo: string;
|
|
29
|
+
copyright: string;
|
|
30
|
+
beianInfo1: string;
|
|
31
|
+
beianInfo2: string;
|
|
32
|
+
beianLink: string;
|
|
33
|
+
policeIcon: string;
|
|
34
|
+
}
|
|
35
|
+
export interface QrcodeT {
|
|
36
|
+
img: string;
|
|
37
|
+
label: string;
|
|
38
|
+
}
|
|
39
|
+
export interface FooterT {
|
|
40
|
+
simple?: boolean;
|
|
41
|
+
info?: InfoT;
|
|
42
|
+
quickNav?: QuickNavT[];
|
|
43
|
+
friendshipLink?: FriendshipLinkT;
|
|
44
|
+
footerLogo?: FooterLogoT;
|
|
45
|
+
footerOption?: FooterOptionT;
|
|
46
|
+
qrcode?: QrcodeT[];
|
|
47
|
+
footerBgImg?: string;
|
|
48
|
+
}
|