@opendesign-plus-test/components 0.0.1-rc.82 → 0.0.1-rc.83
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 +89 -77
- package/dist/components/activity/index.d.ts +9 -9
- package/dist/components/banner/index.d.ts +6 -6
- 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 +2 -0
- package/dist/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
- package/dist/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
- package/dist/components/meeting/index.d.ts +37 -31
- package/dist/components/meeting/types.d.ts +3 -0
- package/dist/components/search/index.d.ts +11 -11
- package/dist/components.cjs.js +35 -35
- package/dist/components.css +1 -1
- package/dist/components.es.js +6822 -6755
- package/dist/treeshaking/components/activity/index.d.ts +9 -9
- package/dist/treeshaking/components/banner/index.d.ts +6 -6
- package/dist/treeshaking/components/events/index.d.ts +20 -20
- package/dist/treeshaking/components/header/OHeaderMobile.vue.d.ts +22 -22
- 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 +2 -0
- package/dist/treeshaking/components/meeting/OMeetingForm.vue.mjs +104 -47
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.css +4 -0
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.vue.mjs +28 -12
- package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
- package/dist/treeshaking/components/meeting/index.d.ts +37 -31
- package/dist/treeshaking/components/meeting/types.d.ts +3 -0
- package/dist/treeshaking/components/search/index.d.ts +11 -11
- package/dist/treeshaking/i18n/en.mjs +6 -0
- package/dist/treeshaking/i18n/zh.mjs +8 -2
- package/package.json +4 -1
- package/dist/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +0 -664
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +0 -664
- package/docs/design.md +0 -27
- package/docs/design_banner.md +0 -41
- package/docs/design_section.md +0 -27
- package/plugins/css-inject-plugin.ts +0 -37
- package/scripts/build.js +0 -17
- package/scripts/generate-components-index.js +0 -62
- package/src/assets/events/svg-icons/icon-checked.svg +0 -3
- package/src/assets/events/svg-icons/icon-competition.svg +0 -7
- package/src/assets/events/svg-icons/icon-events.svg +0 -4
- package/src/assets/events/svg-icons/icon-release.svg +0 -4
- package/src/assets/events/svg-icons/icon-summit.svg +0 -4
- package/src/assets/meeting/empty.png +0 -0
- package/src/assets/meeting/svg-icons/icon-all.svg +0 -4
- package/src/assets/meeting/svg-icons/icon-backward.svg +0 -4
- package/src/assets/meeting/svg-icons/icon-calendar.svg +0 -3
- package/src/assets/meeting/svg-icons/icon-cancel.svg +0 -4
- package/src/assets/meeting/svg-icons/icon-captions.svg +0 -4
- package/src/assets/meeting/svg-icons/icon-close-captions.svg +0 -6
- package/src/assets/meeting/svg-icons/icon-close-fullscreen.svg +0 -6
- package/src/assets/meeting/svg-icons/icon-copy.svg +0 -4
- package/src/assets/meeting/svg-icons/icon-create.svg +0 -5
- package/src/assets/meeting/svg-icons/icon-delete.svg +0 -7
- package/src/assets/meeting/svg-icons/icon-empty.svg +0 -65
- package/src/assets/meeting/svg-icons/icon-event.svg +0 -4
- package/src/assets/meeting/svg-icons/icon-export.svg +0 -3
- package/src/assets/meeting/svg-icons/icon-forward.svg +0 -4
- package/src/assets/meeting/svg-icons/icon-fullscreen.svg +0 -6
- package/src/assets/meeting/svg-icons/icon-help.svg +0 -3
- package/src/assets/meeting/svg-icons/icon-important.svg +0 -4
- package/src/assets/meeting/svg-icons/icon-info.svg +0 -3
- package/src/assets/meeting/svg-icons/icon-meet.svg +0 -4
- package/src/assets/meeting/svg-icons/icon-meeting-message.svg +0 -5
- package/src/assets/meeting/svg-icons/icon-meeting.svg +0 -4
- package/src/assets/meeting/svg-icons/icon-play.svg +0 -5
- package/src/assets/meeting/svg-icons/icon-playing-tip.svg +0 -7
- package/src/assets/meeting/svg-icons/icon-playing.svg +0 -5
- package/src/assets/meeting/svg-icons/icon-question.svg +0 -4
- package/src/assets/meeting/svg-icons/icon-sound.svg +0 -5
- package/src/assets/meeting/svg-icons/icon-speaker.svg +0 -3
- package/src/assets/meeting/svg-icons/icon-summit.svg +0 -4
- package/src/assets/meeting/svg-icons/icon-telligent.svg +0 -3
- package/src/assets/meeting/svg-icons/icon-tip.svg +0 -3
- package/src/assets/meeting/svg-icons/icon-todo.svg +0 -4
- package/src/assets/meeting/transparent.png +0 -0
- package/src/assets/styles/element-plus.scss +0 -283
- package/src/assets/svg-icons/icon-arrow-left.svg +0 -3
- package/src/assets/svg-icons/icon-avatar-line.svg +0 -3
- package/src/assets/svg-icons/icon-caret-left.svg +0 -3
- package/src/assets/svg-icons/icon-caret-right.svg +0 -3
- package/src/assets/svg-icons/icon-chevron-down.svg +0 -3
- package/src/assets/svg-icons/icon-chevron-right.svg +0 -3
- package/src/assets/svg-icons/icon-chevron-up.svg +0 -3
- package/src/assets/svg-icons/icon-close.svg +0 -3
- package/src/assets/svg-icons/icon-delete-hover.svg +0 -4
- package/src/assets/svg-icons/icon-delete.svg +0 -7
- package/src/assets/svg-icons/icon-filter.svg +0 -3
- package/src/assets/svg-icons/icon-header-back.svg +0 -3
- package/src/assets/svg-icons/icon-header-delete.svg +0 -3
- package/src/assets/svg-icons/icon-header-menu.svg +0 -3
- package/src/assets/svg-icons/icon-header-person.svg +0 -3
- package/src/assets/svg-icons/icon-header-search.svg +0 -4
- package/src/assets/svg-icons/icon-image-close.svg +0 -4
- package/src/assets/svg-icons/icon-image-upload.svg +0 -3
- package/src/assets/svg-icons/icon-image-zoomin.svg +0 -3
- package/src/assets/svg-icons/icon-loading.svg +0 -4
- package/src/assets/svg-icons/icon-locale.svg +0 -3
- package/src/assets/svg-icons/icon-log-off.svg +0 -3
- package/src/assets/svg-icons/icon-message.svg +0 -3
- package/src/assets/svg-icons/icon-moon.svg +0 -3
- package/src/assets/svg-icons/icon-outlink.svg +0 -3
- package/src/assets/svg-icons/icon-overview.svg +0 -3
- package/src/assets/svg-icons/icon-refresh.svg +0 -3
- package/src/assets/svg-icons/icon-search.svg +0 -3
- package/src/assets/svg-icons/icon-setting.svg +0 -3
- package/src/assets/svg-icons/icon-sun.svg +0 -3
- package/src/assets/svg-icons/icon-tips.svg +0 -3
- package/src/components/activity/OActivityApproval.vue +0 -868
- package/src/components/activity/OActivityForm.vue +0 -548
- package/src/components/activity/OActivityMyCalendar.vue +0 -1540
- package/src/components/activity/composables/useActivityConfig.ts +0 -141
- package/src/components/activity/config.ts +0 -1
- package/src/components/activity/index.ts +0 -24
- package/src/components/activity/types.ts +0 -95
- package/src/components/banner/OBanner.vue +0 -288
- package/src/components/banner/OBannerContent.vue +0 -175
- package/src/components/banner/index.ts +0 -18
- package/src/components/banner/types.ts +0 -39
- package/src/components/common/AppAvatar.vue +0 -83
- package/src/components/common/ClientOnly.vue +0 -13
- package/src/components/common/ContentWrapper.vue +0 -82
- package/src/components/common/MoreText.vue +0 -124
- package/src/components/common/ThFilter.vue +0 -330
- package/src/components/config-provider/OPlusConfigProvider.vue +0 -32
- package/src/components/config-provider/index.ts +0 -10
- package/src/components/cookie-notice/OCookieNotice.vue +0 -575
- package/src/components/cookie-notice/index.ts +0 -10
- package/src/components/element-plus/OElCookieNotice.vue +0 -603
- package/src/components/element-plus/index.ts +0 -3
- package/src/components/events/OEventsApply.vue +0 -509
- package/src/components/events/OEventsCalendar.vue +0 -600
- package/src/components/events/OEventsList.vue +0 -461
- package/src/components/events/config.ts +0 -35
- package/src/components/events/index.ts +0 -24
- package/src/components/events/types.ts +0 -84
- package/src/components/events/utils.ts +0 -9
- package/src/components/footer/OFooter.vue +0 -577
- package/src/components/footer/index.ts +0 -10
- package/src/components/header/OHeader.vue +0 -157
- package/src/components/header/OHeaderMobile.vue +0 -184
- package/src/components/header/components/HeaderContent.vue +0 -1125
- package/src/components/header/components/HeaderNav.vue +0 -278
- package/src/components/header/components/HeaderNavMobile.vue +0 -380
- package/src/components/header/index.ts +0 -18
- package/src/components/header/types.ts +0 -96
- package/src/components/header-language-switcher/OHeaderLanguageSwitcher.vue +0 -249
- package/src/components/header-language-switcher/index.ts +0 -10
- package/src/components/header-search/OHeaderSearch.vue +0 -628
- package/src/components/header-search/index.ts +0 -10
- package/src/components/header-source-code/OHeaderSourceCode.vue +0 -151
- package/src/components/header-source-code/index.ts +0 -10
- package/src/components/header-theme/OHeaderTheme.vue +0 -132
- package/src/components/header-theme/index.ts +0 -10
- package/src/components/header-user/OHeaderUser.vue +0 -249
- package/src/components/header-user/index.ts +0 -10
- package/src/components/meeting/OMeetingCalendar.vue +0 -943
- package/src/components/meeting/OMeetingForm.vue +0 -1131
- package/src/components/meeting/OMeetingMyCalendar.vue +0 -1628
- package/src/components/meeting/OMeetingPlayback.vue +0 -469
- package/src/components/meeting/OMeetingSigCalendar.vue +0 -500
- package/src/components/meeting/components/OMeetingCalendarList.vue +0 -626
- package/src/components/meeting/components/OMeetingCalendarSelector.vue +0 -213
- package/src/components/meeting/components/OMeetingDetail.vue +0 -285
- package/src/components/meeting/components/OMeetingPlaybackSubtitles.vue +0 -615
- package/src/components/meeting/components/OMeetingPlaybackVideo.vue +0 -741
- package/src/components/meeting/components/OMeetingSigAside.vue +0 -205
- package/src/components/meeting/composables/useMeetingConfig.ts +0 -108
- package/src/components/meeting/config.ts +0 -48
- package/src/components/meeting/index.ts +0 -45
- package/src/components/meeting/types.ts +0 -270
- package/src/components/meeting/utils.ts +0 -70
- package/src/components/search/OSearchInput.vue +0 -526
- package/src/components/search/composables/useImageSearch.ts +0 -157
- package/src/components/search/composables/useKeywordHighlight.ts +0 -30
- package/src/components/search/composables/useSearchHistory.ts +0 -75
- package/src/components/search/index.ts +0 -23
- package/src/components/search/internal/HighlightText.vue +0 -37
- package/src/components/search/internal/SearchImageInput.vue +0 -498
- package/src/components/search/internal/SearchPanel.vue +0 -431
- package/src/components/search/types.ts +0 -25
- package/src/components/section/OSection.vue +0 -178
- package/src/components/section/index.ts +0 -10
- package/src/draft/Banner.vue +0 -265
- package/src/draft/ButtonCards.vue +0 -106
- package/src/draft/Feature.vue +0 -134
- package/src/draft/Footer.vue +0 -519
- package/src/draft/HorizontalAnchor.vue +0 -165
- package/src/draft/ItemSwiper.vue +0 -133
- package/src/draft/Logo.vue +0 -141
- package/src/draft/LogoCard.vue +0 -75
- package/src/draft/LogoV2.vue +0 -19
- package/src/draft/MainCard.vue +0 -38
- package/src/draft/MultiCard.vue +0 -95
- package/src/draft/MultiIconCard.vue +0 -74
- package/src/draft/OInfoCard.vue +0 -176
- package/src/draft/Process.vue +0 -81
- package/src/draft/Section.vue +0 -167
- package/src/draft/SingleTabCard.vue +0 -85
- package/src/draft/SliderCard.vue +0 -111
- package/src/env.d.ts +0 -16
- package/src/i18n/en.ts +0 -278
- package/src/i18n/index.ts +0 -56
- package/src/i18n/zh.ts +0 -268
- package/src/index.ts +0 -18
- package/src/shared/provide.ts +0 -6
- package/src/shims-vue-dompurify-html.d.ts +0 -17
- package/src/vue.d.ts +0 -10
- package/tsconfig.json +0 -37
- package/vite.config.ts +0 -123
- package/vite.treeshaking.config.ts +0 -127
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { App } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
2
|
declare const OActivityForm: {
|
|
3
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
3
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').ActivityFormPropsT> & Readonly<{
|
|
4
4
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
5
5
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
6
6
|
}>, {
|
|
@@ -142,7 +142,7 @@ declare const OActivityForm: {
|
|
|
142
142
|
C: {};
|
|
143
143
|
M: {};
|
|
144
144
|
Defaults: {};
|
|
145
|
-
}, Readonly<import('
|
|
145
|
+
}, Readonly<import('./types').ActivityFormPropsT> & Readonly<{
|
|
146
146
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
147
147
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
148
148
|
}>, {
|
|
@@ -151,7 +151,7 @@ declare const OActivityForm: {
|
|
|
151
151
|
__isFragment?: never;
|
|
152
152
|
__isTeleport?: never;
|
|
153
153
|
__isSuspense?: never;
|
|
154
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
154
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types').ActivityFormPropsT> & Readonly<{
|
|
155
155
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
156
156
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
157
157
|
}>, {
|
|
@@ -163,7 +163,7 @@ declare const OActivityForm: {
|
|
|
163
163
|
install(app: App): void;
|
|
164
164
|
};
|
|
165
165
|
declare const OActivityApproval: {
|
|
166
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
166
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {
|
|
167
167
|
formRef: ({
|
|
168
168
|
$: import('../../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|
|
169
169
|
$data: {};
|
|
@@ -297,11 +297,11 @@ declare const OActivityApproval: {
|
|
|
297
297
|
C: {};
|
|
298
298
|
M: {};
|
|
299
299
|
Defaults: {};
|
|
300
|
-
}, Readonly<import('
|
|
300
|
+
}, Readonly<import('./types').ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
301
301
|
__isFragment?: never;
|
|
302
302
|
__isTeleport?: never;
|
|
303
303
|
__isSuspense?: never;
|
|
304
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
304
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types').ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & (new () => {
|
|
305
305
|
$slots: {
|
|
306
306
|
'filter-empty'?(_: {}): any;
|
|
307
307
|
'filter-empty'?(_: {}): any;
|
|
@@ -310,7 +310,7 @@ declare const OActivityApproval: {
|
|
|
310
310
|
install(app: App): void;
|
|
311
311
|
};
|
|
312
312
|
declare const OActivityMyCalendar: {
|
|
313
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
313
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').MyActivityCalendarPropsT> & Readonly<{
|
|
314
314
|
onEdit?: ((...args: any[]) => any) | undefined;
|
|
315
315
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
316
316
|
edit: (...args: any[]) => void;
|
|
@@ -627,13 +627,13 @@ declare const OActivityMyCalendar: {
|
|
|
627
627
|
C: {};
|
|
628
628
|
M: {};
|
|
629
629
|
Defaults: {};
|
|
630
|
-
}, Readonly<import('
|
|
630
|
+
}, Readonly<import('./types').MyActivityCalendarPropsT> & Readonly<{
|
|
631
631
|
onEdit?: ((...args: any[]) => any) | undefined;
|
|
632
632
|
}>, {}, {}, {}, {}, {}>;
|
|
633
633
|
__isFragment?: never;
|
|
634
634
|
__isTeleport?: never;
|
|
635
635
|
__isSuspense?: never;
|
|
636
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
636
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types').MyActivityCalendarPropsT> & Readonly<{
|
|
637
637
|
onEdit?: ((...args: any[]) => any) | undefined;
|
|
638
638
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
639
639
|
edit: (...args: any[]) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { App } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
2
|
declare const OBanner: {
|
|
3
3
|
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4
|
-
options?: import('
|
|
4
|
+
options?: import('./types').BannerItem | import('./types').BannerItem[];
|
|
5
5
|
size?: "large" | "medium" | "small" | "tiny";
|
|
6
6
|
contentJustifyCenter?: boolean;
|
|
7
7
|
autoPlay?: boolean;
|
|
@@ -17,7 +17,7 @@ declare const OBanner: {
|
|
|
17
17
|
M: {};
|
|
18
18
|
Defaults: {};
|
|
19
19
|
}, Readonly<{
|
|
20
|
-
options?: import('
|
|
20
|
+
options?: import('./types').BannerItem | import('./types').BannerItem[];
|
|
21
21
|
size?: "large" | "medium" | "small" | "tiny";
|
|
22
22
|
contentJustifyCenter?: boolean;
|
|
23
23
|
autoPlay?: boolean;
|
|
@@ -28,7 +28,7 @@ declare const OBanner: {
|
|
|
28
28
|
__isTeleport?: never;
|
|
29
29
|
__isSuspense?: never;
|
|
30
30
|
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<{
|
|
31
|
-
options?: import('
|
|
31
|
+
options?: import('./types').BannerItem | import('./types').BannerItem[];
|
|
32
32
|
size?: "large" | "medium" | "small" | "tiny";
|
|
33
33
|
contentJustifyCenter?: boolean;
|
|
34
34
|
autoPlay?: boolean;
|
|
@@ -40,7 +40,7 @@ declare const OBanner: {
|
|
|
40
40
|
install(app: App): void;
|
|
41
41
|
};
|
|
42
42
|
declare const OBannerContent: {
|
|
43
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
43
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').BannerContentProps> & Readonly<{
|
|
44
44
|
onClick?: ((href: string | undefined) => any) | undefined;
|
|
45
45
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
46
46
|
click: (href: string | undefined) => any;
|
|
@@ -51,13 +51,13 @@ declare const OBannerContent: {
|
|
|
51
51
|
C: {};
|
|
52
52
|
M: {};
|
|
53
53
|
Defaults: {};
|
|
54
|
-
}, Readonly<import('
|
|
54
|
+
}, Readonly<import('./types').BannerContentProps> & Readonly<{
|
|
55
55
|
onClick?: ((href: string | undefined) => any) | undefined;
|
|
56
56
|
}>, {}, {}, {}, {}, {}>;
|
|
57
57
|
__isFragment?: never;
|
|
58
58
|
__isTeleport?: never;
|
|
59
59
|
__isSuspense?: never;
|
|
60
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
60
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types').BannerContentProps> & Readonly<{
|
|
61
61
|
onClick?: ((href: string | undefined) => any) | undefined;
|
|
62
62
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
63
63
|
click: (href: string | undefined) => any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { App } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
2
|
declare const OEventsCalendar: {
|
|
3
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
4
|
-
data: import('
|
|
3
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').EventsCalendarPropsT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
4
|
+
data: import('./types').CalendarItemT[];
|
|
5
5
|
}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
6
6
|
P: {};
|
|
7
7
|
B: {};
|
|
@@ -9,24 +9,24 @@ declare const OEventsCalendar: {
|
|
|
9
9
|
C: {};
|
|
10
10
|
M: {};
|
|
11
11
|
Defaults: {};
|
|
12
|
-
}, Readonly<import('
|
|
13
|
-
data: import('
|
|
12
|
+
}, Readonly<import('./types').EventsCalendarPropsT> & Readonly<{}>, {}, {}, {}, {}, {
|
|
13
|
+
data: import('./types').CalendarItemT[];
|
|
14
14
|
}>;
|
|
15
15
|
__isFragment?: never;
|
|
16
16
|
__isTeleport?: never;
|
|
17
17
|
__isSuspense?: never;
|
|
18
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
19
|
-
data: import('
|
|
18
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types').EventsCalendarPropsT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, {
|
|
19
|
+
data: import('./types').CalendarItemT[];
|
|
20
20
|
}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & {
|
|
21
21
|
install(app: App): void;
|
|
22
22
|
};
|
|
23
23
|
declare const OEventsList: {
|
|
24
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
25
|
-
onSearch?: ((params: import('
|
|
24
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').EventsListPropsT> & Readonly<{
|
|
25
|
+
onSearch?: ((params: import('./types').SearchParamsT) => any) | undefined;
|
|
26
26
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
27
|
-
search: (params: import('
|
|
27
|
+
search: (params: import('./types').SearchParamsT) => any;
|
|
28
28
|
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
29
|
-
data: import('
|
|
29
|
+
data: import('./types').EventsCardItemT[];
|
|
30
30
|
}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
31
31
|
P: {};
|
|
32
32
|
B: {};
|
|
@@ -34,20 +34,20 @@ declare const OEventsList: {
|
|
|
34
34
|
C: {};
|
|
35
35
|
M: {};
|
|
36
36
|
Defaults: {};
|
|
37
|
-
}, Readonly<import('
|
|
38
|
-
onSearch?: ((params: import('
|
|
37
|
+
}, Readonly<import('./types').EventsListPropsT> & Readonly<{
|
|
38
|
+
onSearch?: ((params: import('./types').SearchParamsT) => any) | undefined;
|
|
39
39
|
}>, {}, {}, {}, {}, {
|
|
40
|
-
data: import('
|
|
40
|
+
data: import('./types').EventsCardItemT[];
|
|
41
41
|
}>;
|
|
42
42
|
__isFragment?: never;
|
|
43
43
|
__isTeleport?: never;
|
|
44
44
|
__isSuspense?: never;
|
|
45
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
46
|
-
onSearch?: ((params: import('
|
|
45
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types').EventsListPropsT> & Readonly<{
|
|
46
|
+
onSearch?: ((params: import('./types').SearchParamsT) => any) | undefined;
|
|
47
47
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
48
|
-
search: (params: import('
|
|
48
|
+
search: (params: import('./types').SearchParamsT) => any;
|
|
49
49
|
}, string, {
|
|
50
|
-
data: import('
|
|
50
|
+
data: import('./types').EventsCardItemT[];
|
|
51
51
|
}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & (new () => {
|
|
52
52
|
$slots: Readonly<{
|
|
53
53
|
empty?: () => any;
|
|
@@ -58,18 +58,18 @@ declare const OEventsList: {
|
|
|
58
58
|
install(app: App): void;
|
|
59
59
|
};
|
|
60
60
|
declare const OEventsApply: {
|
|
61
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
61
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').EventsApplyPropsT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
62
62
|
P: {};
|
|
63
63
|
B: {};
|
|
64
64
|
D: {};
|
|
65
65
|
C: {};
|
|
66
66
|
M: {};
|
|
67
67
|
Defaults: {};
|
|
68
|
-
}, Readonly<import('
|
|
68
|
+
}, Readonly<import('./types').EventsApplyPropsT> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
69
69
|
__isFragment?: never;
|
|
70
70
|
__isTeleport?: never;
|
|
71
71
|
__isSuspense?: never;
|
|
72
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
72
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types').EventsApplyPropsT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & (new () => {
|
|
73
73
|
$slots: Partial<Record<`step${number}`, (_: {}) => any>>;
|
|
74
74
|
}) & {
|
|
75
75
|
install(app: App): void;
|
|
@@ -18,9 +18,9 @@ declare function __VLS_template(): {
|
|
|
18
18
|
$data: {};
|
|
19
19
|
$props: {
|
|
20
20
|
readonly menuShow: boolean;
|
|
21
|
-
readonly navData: import('
|
|
22
|
-
readonly codeData?: import('
|
|
23
|
-
readonly langData?: import('
|
|
21
|
+
readonly navData: import('./types.ts').NavItemT[];
|
|
22
|
+
readonly codeData?: import('./types.ts').CodeT[] | undefined;
|
|
23
|
+
readonly langData?: import('./types.ts').LangT[] | undefined;
|
|
24
24
|
readonly "onHandle-click"?: ((val: any) => any) | undefined;
|
|
25
25
|
readonly "onOn-click"?: (() => any) | undefined;
|
|
26
26
|
readonly "onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
@@ -37,7 +37,7 @@ declare function __VLS_template(): {
|
|
|
37
37
|
$host: Element | null;
|
|
38
38
|
$emit: ((event: "handle-click", val: any) => void) & ((event: "on-click") => void) & ((event: "lang-click", val: LangItemT) => void);
|
|
39
39
|
$el: HTMLDivElement;
|
|
40
|
-
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
40
|
+
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types.ts').NavMobileItemT> & Readonly<{
|
|
41
41
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
42
42
|
"onOn-click"?: (() => any) | undefined;
|
|
43
43
|
"onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
@@ -46,9 +46,9 @@ declare function __VLS_template(): {
|
|
|
46
46
|
"on-click": () => any;
|
|
47
47
|
"lang-click": (val: LangItemT) => any;
|
|
48
48
|
}, string, {
|
|
49
|
-
navData: import('
|
|
50
|
-
codeData: import('
|
|
51
|
-
langData: import('
|
|
49
|
+
navData: import('./types.ts').NavItemT[];
|
|
50
|
+
codeData: import('./types.ts').CodeT[];
|
|
51
|
+
langData: import('./types.ts').LangT[];
|
|
52
52
|
menuShow: boolean;
|
|
53
53
|
}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & {
|
|
54
54
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -71,11 +71,11 @@ declare function __VLS_template(): {
|
|
|
71
71
|
$nextTick: typeof import('../../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
72
72
|
$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/dist/vue.esm-bundler.js').WatchOptions): import('../../../vue/dist/vue.esm-bundler.js').WatchStopHandle;
|
|
73
73
|
} & Readonly<{
|
|
74
|
-
navData: import('
|
|
75
|
-
codeData: import('
|
|
76
|
-
langData: import('
|
|
74
|
+
navData: import('./types.ts').NavItemT[];
|
|
75
|
+
codeData: import('./types.ts').CodeT[];
|
|
76
|
+
langData: import('./types.ts').LangT[];
|
|
77
77
|
menuShow: boolean;
|
|
78
|
-
}> & Omit<Readonly<import('
|
|
78
|
+
}> & Omit<Readonly<import('./types.ts').NavMobileItemT> & Readonly<{
|
|
79
79
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
80
80
|
"onOn-click"?: (() => any) | undefined;
|
|
81
81
|
"onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
@@ -102,9 +102,9 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
102
102
|
$data: {};
|
|
103
103
|
$props: {
|
|
104
104
|
readonly menuShow: boolean;
|
|
105
|
-
readonly navData: import('
|
|
106
|
-
readonly codeData?: import('
|
|
107
|
-
readonly langData?: import('
|
|
105
|
+
readonly navData: import('./types.ts').NavItemT[];
|
|
106
|
+
readonly codeData?: import('./types.ts').CodeT[] | undefined;
|
|
107
|
+
readonly langData?: import('./types.ts').LangT[] | undefined;
|
|
108
108
|
readonly "onHandle-click"?: ((val: any) => any) | undefined;
|
|
109
109
|
readonly "onOn-click"?: (() => any) | undefined;
|
|
110
110
|
readonly "onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
@@ -121,7 +121,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
121
121
|
$host: Element | null;
|
|
122
122
|
$emit: ((event: "handle-click", val: any) => void) & ((event: "on-click") => void) & ((event: "lang-click", val: LangItemT) => void);
|
|
123
123
|
$el: HTMLDivElement;
|
|
124
|
-
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
124
|
+
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types.ts').NavMobileItemT> & Readonly<{
|
|
125
125
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
126
126
|
"onOn-click"?: (() => any) | undefined;
|
|
127
127
|
"onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
@@ -130,9 +130,9 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
130
130
|
"on-click": () => any;
|
|
131
131
|
"lang-click": (val: LangItemT) => any;
|
|
132
132
|
}, string, {
|
|
133
|
-
navData: import('
|
|
134
|
-
codeData: import('
|
|
135
|
-
langData: import('
|
|
133
|
+
navData: import('./types.ts').NavItemT[];
|
|
134
|
+
codeData: import('./types.ts').CodeT[];
|
|
135
|
+
langData: import('./types.ts').LangT[];
|
|
136
136
|
menuShow: boolean;
|
|
137
137
|
}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & {
|
|
138
138
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -155,11 +155,11 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
155
155
|
$nextTick: typeof import('../../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
156
156
|
$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/dist/vue.esm-bundler.js').WatchOptions): import('../../../vue/dist/vue.esm-bundler.js').WatchStopHandle;
|
|
157
157
|
} & Readonly<{
|
|
158
|
-
navData: import('
|
|
159
|
-
codeData: import('
|
|
160
|
-
langData: import('
|
|
158
|
+
navData: import('./types.ts').NavItemT[];
|
|
159
|
+
codeData: import('./types.ts').CodeT[];
|
|
160
|
+
langData: import('./types.ts').LangT[];
|
|
161
161
|
menuShow: boolean;
|
|
162
|
-
}> & Omit<Readonly<import('
|
|
162
|
+
}> & Omit<Readonly<import('./types.ts').NavMobileItemT> & Readonly<{
|
|
163
163
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
164
164
|
"onOn-click"?: (() => any) | undefined;
|
|
165
165
|
"onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
@@ -22,9 +22,9 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
|
|
|
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('../types.ts').NavItemT[];
|
|
26
|
+
codeData: import('../types.ts').CodeT[];
|
|
27
|
+
langData: import('../types.ts').LangT[];
|
|
28
28
|
menuShow: boolean;
|
|
29
29
|
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').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/dist/vue.esm-bundler.js';
|
|
2
2
|
declare const OHeader: {
|
|
3
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
3
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').NavT> & Readonly<{
|
|
4
4
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
5
5
|
"onGo-home"?: (() => any) | undefined;
|
|
6
6
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
@@ -13,14 +13,14 @@ declare const OHeader: {
|
|
|
13
13
|
C: {};
|
|
14
14
|
M: {};
|
|
15
15
|
Defaults: {};
|
|
16
|
-
}, Readonly<import('
|
|
16
|
+
}, Readonly<import('./types').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/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
23
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types').NavT> & Readonly<{
|
|
24
24
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
25
25
|
"onGo-home"?: (() => any) | undefined;
|
|
26
26
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').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/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
39
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').NavT> & Readonly<{
|
|
40
40
|
"onGo-home"?: (() => any) | undefined;
|
|
41
|
-
"onLang-click"?: ((val: import('
|
|
41
|
+
"onLang-click"?: ((val: import('./types').LangItemT) => any) | undefined;
|
|
42
42
|
"onGo-back"?: (() => any) | undefined;
|
|
43
43
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
44
44
|
"go-home": () => any;
|
|
45
|
-
"lang-click": (val: import('
|
|
45
|
+
"lang-click": (val: import('./types').LangItemT) => any;
|
|
46
46
|
"go-back": () => any;
|
|
47
47
|
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').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('./types').NavItemT[];
|
|
54
|
+
readonly codeData?: import('./types').CodeT[] | undefined;
|
|
55
|
+
readonly langData?: import('./types').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('./types').LangItemT) => any) | undefined;
|
|
59
59
|
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps;
|
|
60
60
|
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
61
61
|
$refs: {
|
|
@@ -67,20 +67,20 @@ declare const OHeaderMobile: {
|
|
|
67
67
|
$root: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
68
68
|
$parent: import('../../../vue/dist/vue.esm-bundler.js').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('./types').LangItemT) => void);
|
|
71
71
|
$el: HTMLDivElement;
|
|
72
|
-
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
72
|
+
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types').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('./types').LangItemT) => any) | undefined;
|
|
76
76
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
77
77
|
"handle-click": (val: any) => any;
|
|
78
78
|
"on-click": () => any;
|
|
79
|
-
"lang-click": (val: import('
|
|
79
|
+
"lang-click": (val: import('./types').LangItemT) => any;
|
|
80
80
|
}, string, {
|
|
81
|
-
navData: import('
|
|
82
|
-
codeData: import('
|
|
83
|
-
langData: import('
|
|
81
|
+
navData: import('./types').NavItemT[];
|
|
82
|
+
codeData: import('./types').CodeT[];
|
|
83
|
+
langData: import('./types').LangT[];
|
|
84
84
|
menuShow: boolean;
|
|
85
85
|
}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & {
|
|
86
86
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -103,14 +103,14 @@ declare const OHeaderMobile: {
|
|
|
103
103
|
$nextTick: typeof import('../../../vue/dist/vue.esm-bundler.js').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/dist/vue.esm-bundler.js').WatchOptions): import('../../../vue/dist/vue.esm-bundler.js').WatchStopHandle;
|
|
105
105
|
} & Readonly<{
|
|
106
|
-
navData: import('
|
|
107
|
-
codeData: import('
|
|
108
|
-
langData: import('
|
|
106
|
+
navData: import('./types').NavItemT[];
|
|
107
|
+
codeData: import('./types').CodeT[];
|
|
108
|
+
langData: import('./types').LangT[];
|
|
109
109
|
menuShow: boolean;
|
|
110
|
-
}> & Omit<Readonly<import('
|
|
110
|
+
}> & Omit<Readonly<import('./types').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('./types').LangItemT) => any) | undefined;
|
|
114
114
|
}>, "navData" | "codeData" | "langData" | "menuShow"> & {} & import('../../../vue/dist/vue.esm-bundler.js').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('./types').NavT> & Readonly<{
|
|
127
127
|
"onGo-home"?: (() => any) | undefined;
|
|
128
|
-
"onLang-click"?: ((val: import('
|
|
128
|
+
"onLang-click"?: ((val: import('./types').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/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
134
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types').NavT> & Readonly<{
|
|
135
135
|
"onGo-home"?: (() => any) | undefined;
|
|
136
|
-
"onLang-click"?: ((val: import('
|
|
136
|
+
"onLang-click"?: ((val: import('./types').LangItemT) => any) | undefined;
|
|
137
137
|
"onGo-back"?: (() => any) | undefined;
|
|
138
138
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
139
139
|
"go-home": () => any;
|
|
140
|
-
"lang-click": (val: import('
|
|
140
|
+
"lang-click": (val: import('./types').LangItemT) => any;
|
|
141
141
|
"go-back": () => any;
|
|
142
142
|
}, string, {}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').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('../search').OSearchRecommendItem[];
|
|
23
|
+
suggestItems: import('../search').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('../search').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('../search').OSearchRecommendItem[];
|
|
505
|
+
suggestItems: import('../search').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('../search').OSearchRecommendItem[];
|
|
541
|
+
suggestItems: import('../search').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('../search').OSearchRecommendItem[];
|
|
568
|
+
onestepItems: import('../search').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('../search').OSearchRecommendItem[];
|
|
579
579
|
}): any;
|
|
580
580
|
'onestep-content'?(_: {
|
|
581
|
-
items: import('
|
|
581
|
+
items: import('../search').OSearchRecommendItem[];
|
|
582
582
|
keyword: string;
|
|
583
583
|
}): any;
|
|
584
584
|
'suggest-header'?(_: {
|
|
585
|
-
items: import('
|
|
585
|
+
items: import('../search').OSearchRecommendItem[];
|
|
586
586
|
}): any;
|
|
587
587
|
'suggest-content'?(_: {
|
|
588
|
-
items: import('
|
|
588
|
+
items: import('../search').OSearchRecommendItem[];
|
|
589
589
|
keyword: string;
|
|
590
590
|
}): any;
|
|
591
591
|
'history-header'?(_: {
|
|
@@ -10,6 +10,8 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
|
|
|
10
10
|
}>, {
|
|
11
11
|
groupType: MeetingGroupType;
|
|
12
12
|
showBtns: boolean;
|
|
13
|
+
privateContactEmail: string;
|
|
14
|
+
enablePrivate: boolean;
|
|
13
15
|
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
|
|
14
16
|
formRef: ({
|
|
15
17
|
$: import('../../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|