@opendesign-plus-test/components 0.0.1-rc.83 → 0.0.1-rc.84
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 +73 -85
- package/dist/components/activity/index.d.ts +9 -9
- package/dist/components/banner/index.d.ts +6 -6
- package/dist/components/config-provider/OPlusConfigProvider.vue.d.ts +2 -2
- package/dist/components/config-provider/index.d.ts +3 -3
- package/dist/components/events/index.d.ts +20 -20
- package/dist/components/header/OHeaderMobile.vue.d.ts +22 -22
- package/dist/components/header/components/HeaderNavMobile.vue.d.ts +3 -3
- package/dist/components/header/index.d.ts +27 -27
- package/dist/components/header-search/index.d.ts +13 -13
- package/dist/components/meeting/OMeetingForm.vue.d.ts +0 -2
- package/dist/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
- package/dist/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +664 -0
- package/dist/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
- package/dist/components/meeting/composables/useMeetingConfig.d.ts +1 -1
- package/dist/components/meeting/index.d.ts +31 -37
- package/dist/components/meeting/types.d.ts +0 -3
- package/dist/components/search/index.d.ts +11 -11
- package/dist/components.cjs.js +38 -38
- package/dist/components.css +1 -1
- package/dist/components.es.js +6302 -6362
- package/dist/treeshaking/components/activity/index.d.ts +9 -9
- package/dist/treeshaking/components/banner/OBanner.css +37 -37
- package/dist/treeshaking/components/banner/OBanner.vue.mjs +1 -1
- package/dist/treeshaking/components/banner/OBanner.vue2.mjs +2 -1
- package/dist/treeshaking/components/banner/OBanner2.css +10 -10
- package/dist/treeshaking/components/banner/index.d.ts +6 -6
- package/dist/treeshaking/components/config-provider/OPlusConfigProvider.vue.d.ts +2 -2
- package/dist/treeshaking/components/config-provider/index.d.ts +3 -3
- package/dist/treeshaking/components/cookie-notice/OCookieNotice.vue.mjs +1 -1
- package/dist/treeshaking/components/cookie-notice/OCookieNotice.vue2.mjs +1 -1
- package/dist/treeshaking/components/cookie-notice/OCookieNotice2.css +62 -62
- package/dist/treeshaking/components/events/OEventsApply.vue.mjs +1 -1
- package/dist/treeshaking/components/events/index.d.ts +20 -20
- package/dist/treeshaking/components/header/OHeader.css +12 -12
- package/dist/treeshaking/components/header/OHeader.vue.mjs +1 -1
- package/dist/treeshaking/components/header/OHeader.vue2.mjs +1 -1
- package/dist/treeshaking/components/header/OHeaderMobile.vue.d.ts +22 -22
- package/dist/treeshaking/components/header/components/HeaderContent.css +235 -235
- package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +3 -2
- package/dist/treeshaking/components/header/components/HeaderNav.css +26 -26
- package/dist/treeshaking/components/header/components/HeaderNav.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderNav.vue2.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.d.ts +3 -3
- package/dist/treeshaking/components/header/index.d.ts +27 -27
- package/dist/treeshaking/components/header-search/index.d.ts +13 -13
- package/dist/treeshaking/components/meeting/OMeetingForm.vue.d.ts +0 -2
- package/dist/treeshaking/components/meeting/OMeetingForm.vue.mjs +47 -104
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.css +0 -4
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.vue.mjs +12 -28
- package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +664 -0
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
- package/dist/treeshaking/components/meeting/composables/useMeetingConfig.d.ts +1 -1
- package/dist/treeshaking/components/meeting/index.d.ts +31 -37
- package/dist/treeshaking/components/meeting/types.d.ts +0 -3
- package/dist/treeshaking/components/search/index.d.ts +11 -11
- package/dist/treeshaking/i18n/en.mjs +0 -6
- package/dist/treeshaking/i18n/index.mjs +1 -1
- package/dist/treeshaking/i18n/zh.mjs +2 -8
- package/dist/treeshaking/shared/theme.mjs +13 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./HeaderContent.vue2.mjs";
|
|
2
2
|
import './HeaderContent.css';
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const HeaderContent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const HeaderContent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4a923a98"]]);
|
|
5
5
|
export {
|
|
6
6
|
HeaderContent as default
|
|
7
7
|
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { defineComponent, ref, resolveDirective, openBlock, createElementBlock, normalizeClass, unref, createElementVNode, normalizeStyle, createVNode, withCtx, Fragment, renderList, toDisplayString, withDirectives, createBlock, resolveDynamicComponent, createCommentVNode, createTextVNode } from "vue";
|
|
2
2
|
import { OScroller, OIcon, OTag } from "@opensig/opendesign";
|
|
3
3
|
import ContentWrapper from "../../common/ContentWrapper.vue.mjs";
|
|
4
|
-
import {
|
|
4
|
+
import { useTheme } from "../../../shared/theme.mjs";
|
|
5
|
+
import { useI18n } from "../../../i18n/index.mjs";
|
|
5
6
|
const _hoisted_1 = { class: "nav-sub-content" };
|
|
6
7
|
const _hoisted_2 = { class: "content-left" };
|
|
7
8
|
const _hoisted_3 = { class: "content-label" };
|
|
@@ -42,7 +43,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
42
43
|
setup(__props, { emit: __emit }) {
|
|
43
44
|
const emit = __emit;
|
|
44
45
|
const props = __props;
|
|
45
|
-
const { locale } =
|
|
46
|
+
const { locale } = useI18n();
|
|
46
47
|
const { theme } = useTheme();
|
|
47
48
|
const navVisible = ref(false);
|
|
48
49
|
const onMouseEnter = () => {
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
.hover-icon-rotate .o-icon[data-v-
|
|
1
|
+
.hover-icon-rotate .o-icon[data-v-06629d05] {
|
|
2
2
|
transition: all var(--o-duration-m1) var(--o-easing-standard-in);
|
|
3
3
|
}
|
|
4
4
|
@media (hover: hover) {
|
|
5
|
-
.hover-icon-rotate:hover .o-icon[data-v-
|
|
5
|
+
.hover-icon-rotate:hover .o-icon[data-v-06629d05] {
|
|
6
6
|
transform: rotate(-180deg);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
.header-nav-wrap[data-v-
|
|
9
|
+
.header-nav-wrap[data-v-06629d05] {
|
|
10
10
|
height: 100%;
|
|
11
11
|
}
|
|
12
|
-
.header-nav-wrap .header-nav[data-v-
|
|
12
|
+
.header-nav-wrap .header-nav[data-v-06629d05] {
|
|
13
13
|
height: 100%;
|
|
14
14
|
display: flex;
|
|
15
15
|
justify-content: space-between;
|
|
16
16
|
width: calc(100% - 64px);
|
|
17
17
|
align-items: center;
|
|
18
18
|
}
|
|
19
|
-
.header-nav-wrap .header-nav-scroll[data-v-
|
|
19
|
+
.header-nav-wrap .header-nav-scroll[data-v-06629d05] {
|
|
20
20
|
width: calc(100% - 64px - 24px);
|
|
21
21
|
}
|
|
22
|
-
.o-nav[data-v-
|
|
22
|
+
.o-nav[data-v-06629d05] {
|
|
23
23
|
height: 100%;
|
|
24
24
|
position: relative;
|
|
25
25
|
overflow-y: hidden;
|
|
26
26
|
overflow-x: auto;
|
|
27
27
|
}
|
|
28
|
-
.o-nav[data-v-
|
|
28
|
+
.o-nav[data-v-06629d05]::after {
|
|
29
29
|
content: "";
|
|
30
30
|
position: absolute;
|
|
31
31
|
width: 50px;
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
background-image: linear-gradient(90deg, rgba(var(--o-grey-1), 0) 0%, rgba(var(--o-grey-1), 1) 100%);
|
|
36
36
|
z-index: 0;
|
|
37
37
|
}
|
|
38
|
-
.o-nav[data-v-
|
|
38
|
+
.o-nav[data-v-06629d05]::-webkit-scrollbar {
|
|
39
39
|
display: none;
|
|
40
40
|
}
|
|
41
|
-
.o-nav.dark[data-v-
|
|
41
|
+
.o-nav.dark[data-v-06629d05]::after {
|
|
42
42
|
background-image: linear-gradient(90deg, rgba(var(--o-grey-4), 0) 0%, rgba(var(--o-grey-4), 1) 100%);
|
|
43
43
|
}
|
|
44
|
-
.o-nav-scroll[data-v-
|
|
44
|
+
.o-nav-scroll[data-v-06629d05]::after {
|
|
45
45
|
display: none;
|
|
46
46
|
}
|
|
47
|
-
.o-nav-list[data-v-
|
|
47
|
+
.o-nav-list[data-v-06629d05] {
|
|
48
48
|
display: flex;
|
|
49
49
|
height: 100%;
|
|
50
50
|
width: fit-content;
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
padding: 0;
|
|
54
54
|
margin: 0;
|
|
55
55
|
}
|
|
56
|
-
.o-nav-list li[data-v-
|
|
56
|
+
.o-nav-list li[data-v-06629d05] {
|
|
57
57
|
position: relative;
|
|
58
58
|
display: flex;
|
|
59
59
|
align-items: center;
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
color: var(--o-color-info1);
|
|
62
62
|
transition: all var(--o-duration-s) var(--o-easing-standard);
|
|
63
63
|
}
|
|
64
|
-
.o-nav-list li .nav-text[data-v-
|
|
64
|
+
.o-nav-list li .nav-text[data-v-06629d05] {
|
|
65
65
|
position: relative;
|
|
66
66
|
}
|
|
67
|
-
.o-nav-list li .nav-text[data-v-
|
|
67
|
+
.o-nav-list li .nav-text[data-v-06629d05]::after {
|
|
68
68
|
content: "";
|
|
69
69
|
position: absolute;
|
|
70
70
|
left: 0;
|
|
@@ -76,16 +76,16 @@
|
|
|
76
76
|
background: var(--o-color-primary1);
|
|
77
77
|
transition: all var(--o-duration-s) var(--o-easing-standard);
|
|
78
78
|
}
|
|
79
|
-
.o-nav-list li.is-selected .nav-text[data-v-
|
|
79
|
+
.o-nav-list li.is-selected .nav-text[data-v-06629d05], .o-nav-list li.is-active .nav-text[data-v-06629d05] {
|
|
80
80
|
color: var(--o-color-primary1);
|
|
81
81
|
z-index: 99;
|
|
82
82
|
font-weight: 500;
|
|
83
83
|
}
|
|
84
|
-
.o-nav-list li.is-selected .nav-text[data-v-
|
|
84
|
+
.o-nav-list li.is-selected .nav-text[data-v-06629d05]::after, .o-nav-list li.is-active .nav-text[data-v-06629d05]::after {
|
|
85
85
|
content: "";
|
|
86
86
|
opacity: 1;
|
|
87
87
|
}
|
|
88
|
-
.o-nav-list .nav-item[data-v-
|
|
88
|
+
.o-nav-list .nav-item[data-v-06629d05] {
|
|
89
89
|
cursor: default;
|
|
90
90
|
display: flex;
|
|
91
91
|
align-items: center;
|
|
@@ -94,48 +94,48 @@
|
|
|
94
94
|
line-height: 24px;
|
|
95
95
|
}
|
|
96
96
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
97
|
-
.o-nav-list .nav-item[data-v-
|
|
97
|
+
.o-nav-list .nav-item[data-v-06629d05] {
|
|
98
98
|
font-size: 14px;
|
|
99
99
|
line-height: 22px;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
103
|
-
.o-nav-list .nav-item[data-v-
|
|
103
|
+
.o-nav-list .nav-item[data-v-06629d05] {
|
|
104
104
|
font-size: 14px;
|
|
105
105
|
line-height: 22px;
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
@media (min-width: 601px) and (max-width: 840px) {
|
|
109
|
-
.o-nav-list .nav-item[data-v-
|
|
109
|
+
.o-nav-list .nav-item[data-v-06629d05] {
|
|
110
110
|
font-size: 14px;
|
|
111
111
|
line-height: 22px;
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
@media (max-width: 600px) {
|
|
115
|
-
.o-nav-list .nav-item[data-v-
|
|
115
|
+
.o-nav-list .nav-item[data-v-06629d05] {
|
|
116
116
|
font-size: 12px;
|
|
117
117
|
line-height: 18px;
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
120
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
121
|
-
.o-nav-list .nav-item[data-v-
|
|
121
|
+
.o-nav-list .nav-item[data-v-06629d05] {
|
|
122
122
|
padding: 22px 12px;
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
@media (min-width: 841px) and (max-width: 1200px) {
|
|
126
|
-
.o-nav-list .nav-item[data-v-
|
|
126
|
+
.o-nav-list .nav-item[data-v-06629d05] {
|
|
127
127
|
padding: 22px 8px;
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
@media (min-width: 841px) and (max-width: 1000px) {
|
|
131
|
-
.o-nav-list .nav-item.en[data-v-
|
|
131
|
+
.o-nav-list .nav-item.en[data-v-06629d05] {
|
|
132
132
|
padding: var(--o-gap-2);
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
|
-
.o-nav-list .item-other[data-v-
|
|
135
|
+
.o-nav-list .item-other[data-v-06629d05] {
|
|
136
136
|
cursor: pointer;
|
|
137
137
|
}
|
|
138
|
-
.o-nav-list .item-other .content-tag[data-v-
|
|
138
|
+
.o-nav-list .item-other .content-tag[data-v-06629d05] {
|
|
139
139
|
margin-left: var(--o-gap-2);
|
|
140
140
|
--layout-pkg-radius: var(--o-radius-xs);
|
|
141
141
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./HeaderNav.vue2.mjs";
|
|
2
2
|
import './HeaderNav.css';
|
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const HeaderNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const HeaderNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-06629d05"]]);
|
|
5
5
|
export {
|
|
6
6
|
HeaderNav as default
|
|
7
7
|
};
|
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, onMounted, nextTick, onUnmounted, resolveDirectiv
|
|
|
2
2
|
import { OIcon, OTag } from "@opensig/opendesign";
|
|
3
3
|
import IconCaretLeft from "../../../_virtual/icon-caret-left.mjs";
|
|
4
4
|
import IconCaretRight from "../../../_virtual/icon-caret-right.mjs";
|
|
5
|
-
import { useTheme } from "
|
|
5
|
+
import { useTheme } from "../../../shared/theme.mjs";
|
|
6
6
|
import { useDebounceFn } from "@vueuse/core";
|
|
7
7
|
const _hoisted_1 = { class: "header-nav-wrap" };
|
|
8
8
|
const _hoisted_2 = {
|
|
@@ -22,9 +22,9 @@ declare const __VLS_component: import('vue').DefineComponent<NavMobileItemT, {},
|
|
|
22
22
|
"onOn-click"?: (() => any) | undefined;
|
|
23
23
|
"onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
24
24
|
}>, {
|
|
25
|
-
navData: import('
|
|
26
|
-
codeData: import('
|
|
27
|
-
langData: import('
|
|
25
|
+
navData: import('../../../index.ts').NavItemT[];
|
|
26
|
+
codeData: import('../../../index.ts').CodeT[];
|
|
27
|
+
langData: import('../../../index.ts').LangT[];
|
|
28
28
|
menuShow: boolean;
|
|
29
29
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
30
30
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { App } from 'vue';
|
|
2
2
|
declare const OHeader: {
|
|
3
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
3
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../index').NavT> & Readonly<{
|
|
4
4
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
5
5
|
"onGo-home"?: (() => any) | undefined;
|
|
6
6
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
@@ -13,14 +13,14 @@ declare const OHeader: {
|
|
|
13
13
|
C: {};
|
|
14
14
|
M: {};
|
|
15
15
|
Defaults: {};
|
|
16
|
-
}, Readonly<import('
|
|
16
|
+
}, Readonly<import('../../index').NavT> & Readonly<{
|
|
17
17
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
18
18
|
"onGo-home"?: (() => any) | undefined;
|
|
19
19
|
}>, {}, {}, {}, {}, {}>;
|
|
20
20
|
__isFragment?: never;
|
|
21
21
|
__isTeleport?: never;
|
|
22
22
|
__isSuspense?: never;
|
|
23
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
23
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('../../index').NavT> & Readonly<{
|
|
24
24
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
25
25
|
"onGo-home"?: (() => any) | undefined;
|
|
26
26
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
@@ -36,13 +36,13 @@ declare const OHeader: {
|
|
|
36
36
|
install(app: App): void;
|
|
37
37
|
};
|
|
38
38
|
declare const OHeaderMobile: {
|
|
39
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
39
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../../index').NavT> & Readonly<{
|
|
40
40
|
"onGo-home"?: (() => any) | undefined;
|
|
41
|
-
"onLang-click"?: ((val: import('
|
|
41
|
+
"onLang-click"?: ((val: import('../../index').LangItemT) => any) | undefined;
|
|
42
42
|
"onGo-back"?: (() => any) | undefined;
|
|
43
43
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
44
44
|
"go-home": () => any;
|
|
45
|
-
"lang-click": (val: import('
|
|
45
|
+
"lang-click": (val: import('../../index').LangItemT) => any;
|
|
46
46
|
"go-back": () => any;
|
|
47
47
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
48
48
|
mobileNav: ({
|
|
@@ -50,12 +50,12 @@ declare const OHeaderMobile: {
|
|
|
50
50
|
$data: {};
|
|
51
51
|
$props: {
|
|
52
52
|
readonly menuShow: boolean;
|
|
53
|
-
readonly navData: import('
|
|
54
|
-
readonly codeData?: import('
|
|
55
|
-
readonly langData?: import('
|
|
53
|
+
readonly navData: import('../../index').NavItemT[];
|
|
54
|
+
readonly codeData?: import('../../index').CodeT[] | undefined;
|
|
55
|
+
readonly langData?: import('../../index').LangT[] | undefined;
|
|
56
56
|
readonly "onHandle-click"?: ((val: any) => any) | undefined;
|
|
57
57
|
readonly "onOn-click"?: (() => any) | undefined;
|
|
58
|
-
readonly "onLang-click"?: ((val: import('
|
|
58
|
+
readonly "onLang-click"?: ((val: import('../../index').LangItemT) => any) | undefined;
|
|
59
59
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
60
60
|
$attrs: import('vue').Attrs;
|
|
61
61
|
$refs: {
|
|
@@ -67,20 +67,20 @@ declare const OHeaderMobile: {
|
|
|
67
67
|
$root: import('vue').ComponentPublicInstance | null;
|
|
68
68
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
69
69
|
$host: Element | null;
|
|
70
|
-
$emit: ((event: "handle-click", val: any) => void) & ((event: "on-click") => void) & ((event: "lang-click", val: import('
|
|
70
|
+
$emit: ((event: "handle-click", val: any) => void) & ((event: "on-click") => void) & ((event: "lang-click", val: import('../../index').LangItemT) => void);
|
|
71
71
|
$el: HTMLDivElement;
|
|
72
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('
|
|
72
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../../index').NavMobileItemT> & Readonly<{
|
|
73
73
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
74
74
|
"onOn-click"?: (() => any) | undefined;
|
|
75
|
-
"onLang-click"?: ((val: import('
|
|
75
|
+
"onLang-click"?: ((val: import('../../index').LangItemT) => any) | undefined;
|
|
76
76
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
77
77
|
"handle-click": (val: any) => any;
|
|
78
78
|
"on-click": () => any;
|
|
79
|
-
"lang-click": (val: import('
|
|
79
|
+
"lang-click": (val: import('../../index').LangItemT) => any;
|
|
80
80
|
}, string, {
|
|
81
|
-
navData: import('
|
|
82
|
-
codeData: import('
|
|
83
|
-
langData: import('
|
|
81
|
+
navData: import('../../index').NavItemT[];
|
|
82
|
+
codeData: import('../../index').CodeT[];
|
|
83
|
+
langData: import('../../index').LangT[];
|
|
84
84
|
menuShow: boolean;
|
|
85
85
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
86
86
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -103,14 +103,14 @@ declare const OHeaderMobile: {
|
|
|
103
103
|
$nextTick: typeof import('vue').nextTick;
|
|
104
104
|
$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;
|
|
105
105
|
} & Readonly<{
|
|
106
|
-
navData: import('
|
|
107
|
-
codeData: import('
|
|
108
|
-
langData: import('
|
|
106
|
+
navData: import('../../index').NavItemT[];
|
|
107
|
+
codeData: import('../../index').CodeT[];
|
|
108
|
+
langData: import('../../index').LangT[];
|
|
109
109
|
menuShow: boolean;
|
|
110
|
-
}> & Omit<Readonly<import('
|
|
110
|
+
}> & Omit<Readonly<import('../../index').NavMobileItemT> & Readonly<{
|
|
111
111
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
112
112
|
"onOn-click"?: (() => any) | undefined;
|
|
113
|
-
"onLang-click"?: ((val: import('
|
|
113
|
+
"onLang-click"?: ((val: import('../../index').LangItemT) => any) | undefined;
|
|
114
114
|
}>, "navData" | "codeData" | "langData" | "menuShow"> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
115
115
|
$slots: {
|
|
116
116
|
tool?(_: {}): any;
|
|
@@ -123,21 +123,21 @@ declare const OHeaderMobile: {
|
|
|
123
123
|
C: {};
|
|
124
124
|
M: {};
|
|
125
125
|
Defaults: {};
|
|
126
|
-
}, Readonly<import('
|
|
126
|
+
}, Readonly<import('../../index').NavT> & Readonly<{
|
|
127
127
|
"onGo-home"?: (() => any) | undefined;
|
|
128
|
-
"onLang-click"?: ((val: import('
|
|
128
|
+
"onLang-click"?: ((val: import('../../index').LangItemT) => any) | undefined;
|
|
129
129
|
"onGo-back"?: (() => any) | undefined;
|
|
130
130
|
}>, {}, {}, {}, {}, {}>;
|
|
131
131
|
__isFragment?: never;
|
|
132
132
|
__isTeleport?: never;
|
|
133
133
|
__isSuspense?: never;
|
|
134
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
134
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('../../index').NavT> & Readonly<{
|
|
135
135
|
"onGo-home"?: (() => any) | undefined;
|
|
136
|
-
"onLang-click"?: ((val: import('
|
|
136
|
+
"onLang-click"?: ((val: import('../../index').LangItemT) => any) | undefined;
|
|
137
137
|
"onGo-back"?: (() => any) | undefined;
|
|
138
138
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
139
139
|
"go-home": () => any;
|
|
140
|
-
"lang-click": (val: import('
|
|
140
|
+
"lang-click": (val: import('../../index').LangItemT) => any;
|
|
141
141
|
"go-back": () => any;
|
|
142
142
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
143
143
|
$slots: {
|
|
@@ -19,8 +19,8 @@ declare const OHeaderSearch: {
|
|
|
19
19
|
imageUrl: string;
|
|
20
20
|
enableImageSearch: boolean;
|
|
21
21
|
maxImageSize: number;
|
|
22
|
-
onestepItems: import('
|
|
23
|
-
suggestItems: import('
|
|
22
|
+
onestepItems: import('../../index').OSearchRecommendItem[];
|
|
23
|
+
suggestItems: import('../../index').OSearchRecommendItem[];
|
|
24
24
|
recommendItems: string[];
|
|
25
25
|
historyItems: string[];
|
|
26
26
|
hotItems: string[];
|
|
@@ -45,7 +45,7 @@ declare const OHeaderSearch: {
|
|
|
45
45
|
readonly imagePlaceholder?: string | undefined;
|
|
46
46
|
readonly size?: "small" | "medium" | "large" | undefined;
|
|
47
47
|
readonly enableImageSearch?: boolean | undefined;
|
|
48
|
-
readonly uploadImage?: import('
|
|
48
|
+
readonly uploadImage?: import('../../index').OSearchUploadImageFn | undefined;
|
|
49
49
|
readonly maxImageSize?: number | undefined;
|
|
50
50
|
readonly imageUploadTooltip?: string | undefined;
|
|
51
51
|
readonly expanded?: boolean | undefined;
|
|
@@ -501,8 +501,8 @@ declare const OHeaderSearch: {
|
|
|
501
501
|
imageUrl: string;
|
|
502
502
|
enableImageSearch: boolean;
|
|
503
503
|
maxImageSize: number;
|
|
504
|
-
onestepItems: import('
|
|
505
|
-
suggestItems: import('
|
|
504
|
+
onestepItems: import('../../index').OSearchRecommendItem[];
|
|
505
|
+
suggestItems: import('../../index').OSearchRecommendItem[];
|
|
506
506
|
recommendItems: string[];
|
|
507
507
|
historyItems: string[];
|
|
508
508
|
hotItems: string[];
|
|
@@ -537,8 +537,8 @@ declare const OHeaderSearch: {
|
|
|
537
537
|
imageUrl: string;
|
|
538
538
|
enableImageSearch: boolean;
|
|
539
539
|
maxImageSize: number;
|
|
540
|
-
onestepItems: import('
|
|
541
|
-
suggestItems: import('
|
|
540
|
+
onestepItems: import('../../index').OSearchRecommendItem[];
|
|
541
|
+
suggestItems: import('../../index').OSearchRecommendItem[];
|
|
542
542
|
recommendItems: string[];
|
|
543
543
|
historyItems: string[];
|
|
544
544
|
hotItems: string[];
|
|
@@ -564,8 +564,8 @@ declare const OHeaderSearch: {
|
|
|
564
564
|
recommendItems: string[];
|
|
565
565
|
historyItems: string[];
|
|
566
566
|
hotItems: string[];
|
|
567
|
-
suggestItems: import('
|
|
568
|
-
onestepItems: import('
|
|
567
|
+
suggestItems: import('../../index').OSearchRecommendItem[];
|
|
568
|
+
onestepItems: import('../../index').OSearchRecommendItem[];
|
|
569
569
|
keyword: string;
|
|
570
570
|
}): any;
|
|
571
571
|
'recommend-header'?(_: {
|
|
@@ -575,17 +575,17 @@ declare const OHeaderSearch: {
|
|
|
575
575
|
items: string[];
|
|
576
576
|
}): any;
|
|
577
577
|
'onestep-header'?(_: {
|
|
578
|
-
items: import('
|
|
578
|
+
items: import('../../index').OSearchRecommendItem[];
|
|
579
579
|
}): any;
|
|
580
580
|
'onestep-content'?(_: {
|
|
581
|
-
items: import('
|
|
581
|
+
items: import('../../index').OSearchRecommendItem[];
|
|
582
582
|
keyword: string;
|
|
583
583
|
}): any;
|
|
584
584
|
'suggest-header'?(_: {
|
|
585
|
-
items: import('
|
|
585
|
+
items: import('../../index').OSearchRecommendItem[];
|
|
586
586
|
}): any;
|
|
587
587
|
'suggest-content'?(_: {
|
|
588
|
-
items: import('
|
|
588
|
+
items: import('../../index').OSearchRecommendItem[];
|
|
589
589
|
keyword: string;
|
|
590
590
|
}): any;
|
|
591
591
|
'history-header'?(_: {
|
|
@@ -10,8 +10,6 @@ declare const _default: import('vue').DefineComponent<MeetingFormPropsT, {
|
|
|
10
10
|
}>, {
|
|
11
11
|
groupType: MeetingGroupType;
|
|
12
12
|
showBtns: boolean;
|
|
13
|
-
privateContactEmail: string;
|
|
14
|
-
enablePrivate: boolean;
|
|
15
13
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
16
14
|
formRef: ({
|
|
17
15
|
$: import('vue').ComponentInternalInstance;
|