@opendesign-plus-test/components 0.0.1-rc.113 → 0.0.1-rc.114
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/components.cjs.js +39 -39
- package/dist/treeshaking/components/activity/index.d.ts +9 -9
- package/dist/treeshaking/components/banner/index.d.ts +6 -6
- package/dist/treeshaking/components/common/TooltipText.css +1 -0
- package/dist/treeshaking/components/common/TooltipText.vue.mjs +11 -0
- package/dist/treeshaking/components/events/OEventsApply.css +1 -1
- package/dist/treeshaking/components/events/OEventsCalendar.css +32 -14
- package/dist/treeshaking/components/events/OEventsList.css +6 -0
- package/dist/treeshaking/components/events/index.d.ts +20 -20
- package/dist/treeshaking/components/header/OHeader.css +15 -15
- package/dist/treeshaking/components/header/OHeader.vue.mjs +1 -1
- package/dist/treeshaking/components/header/OHeader.vue2.mjs +6 -1
- package/dist/treeshaking/components/header/OHeaderMobile.vue.d.ts +14 -14
- package/dist/treeshaking/components/header/components/HeaderContent.css +199 -181
- package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +8 -5
- package/dist/treeshaking/components/header/components/HeaderFlatten.css +99 -62
- package/dist/treeshaking/components/header/components/HeaderFlatten.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderFlatten.vue2.mjs +13 -25
- package/dist/treeshaking/components/header/components/HeaderNav.css +90 -61
- package/dist/treeshaking/components/header/components/HeaderNav.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderNav.vue2.mjs +10 -19
- package/dist/treeshaking/components/header/components/HeaderNavMobile.css +80 -80
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.d.ts +1 -1
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue2.mjs +2 -2
- package/dist/treeshaking/components/header/index.d.ts +23 -23
- package/dist/treeshaking/components/header/types.d.ts +3 -0
- package/dist/treeshaking/components/header-search/OHeaderSearch.vue.d.ts +6 -10
- package/dist/treeshaking/components/header-search/index.d.ts +16 -18
- package/dist/treeshaking/components/meeting/OMeetingCalendar.css +4 -3
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.css +37 -53
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.vue.mjs +1 -0
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar2.css +8 -0
- package/dist/treeshaking/components/meeting/OMeetingPlayback.css +92 -2
- package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
- package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.mjs +60 -21
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.css +5 -7
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.vue.mjs +3 -6
- package/dist/treeshaking/components/meeting/components/OMeetingDetail.css +1 -1
- package/dist/treeshaking/components/meeting/components/OMeetingDetail.vue.mjs +10 -6
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackSubtitles.css +154 -7
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackVideo.css +9 -2
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
- package/dist/treeshaking/components/meeting/index.d.ts +31 -31
- package/dist/treeshaking/components/meeting/types.d.ts +1 -0
- package/dist/treeshaking/components/search/OSearchInput.vue.d.ts +6 -10
- package/dist/treeshaking/components/search/index.d.ts +14 -16
- package/dist/treeshaking/components/search/internal/SearchImageInput.vue.d.ts +1 -5
- package/dist/treeshaking/i18n/en.mjs +1 -0
- package/dist/treeshaking/i18n/zh.mjs +1 -0
- package/package.json +1 -1
- package/dist/chunk-OElCookieNotice.es.js +0 -892
- package/dist/components/activity/OActivityApproval.vue.d.ts +0 -273
- package/dist/components/activity/OActivityForm.vue.d.ts +0 -138
- package/dist/components/activity/OActivityMyCalendar.vue.d.ts +0 -636
- package/dist/components/activity/composables/useActivityConfig.d.ts +0 -17
- package/dist/components/activity/config.d.ts +0 -1
- package/dist/components/activity/index.d.ts +0 -648
- package/dist/components/activity/types.d.ts +0 -88
- package/dist/components/banner/OBanner.vue.d.ts +0 -13
- package/dist/components/banner/OBannerContent.vue.d.ts +0 -7
- package/dist/components/banner/index.d.ts +0 -68
- package/dist/components/banner/types.d.ts +0 -31
- package/dist/components/config-provider/OPlusConfigProvider.vue.d.ts +0 -24
- package/dist/components/config-provider/index.d.ts +0 -30
- package/dist/components/cookie-notice/OCookieNotice.vue.d.ts +0 -17
- package/dist/components/cookie-notice/index.d.ts +0 -53
- package/dist/components/element-plus/OElCookieNotice.vue.d.ts +0 -34
- package/dist/components/element-plus/index.d.ts +0 -2
- package/dist/components/events/OEventsApply.vue.d.ts +0 -16
- package/dist/components/events/OEventsCalendar.vue.d.ts +0 -5
- package/dist/components/events/OEventsList.vue.d.ts +0 -26
- package/dist/components/events/config.d.ts +0 -14
- package/dist/components/events/index.d.ts +0 -78
- package/dist/components/events/types.d.ts +0 -73
- package/dist/components/events/utils.d.ts +0 -7
- package/dist/components/feedback-doc/OFeedbackDoc.vue.d.ts +0 -215
- package/dist/components/feedback-doc/OFeedbackDocContent.vue.d.ts +0 -36
- package/dist/components/feedback-doc/OFeedbackDocDialog.vue.d.ts +0 -34
- package/dist/components/feedback-doc/OFeedbackDocPopup.vue.d.ts +0 -42
- package/dist/components/feedback-doc/index.d.ts +0 -488
- package/dist/components/footer/OFooter.vue.d.ts +0 -46
- package/dist/components/footer/index.d.ts +0 -89
- package/dist/components/header/OHeader.vue.d.ts +0 -40
- package/dist/components/header/OHeaderMobile.vue.d.ts +0 -174
- package/dist/components/header/components/HeaderContent.vue.d.ts +0 -13
- package/dist/components/header/components/HeaderFlatten.vue.d.ts +0 -19
- package/dist/components/header/components/HeaderNav.vue.d.ts +0 -22
- package/dist/components/header/components/HeaderNavMobile.vue.d.ts +0 -34
- package/dist/components/header/index.d.ts +0 -165
- package/dist/components/header/types.d.ts +0 -92
- package/dist/components/header-language-switcher/OHeaderLanguageSwitcher.vue.d.ts +0 -58
- package/dist/components/header-language-switcher/index.d.ts +0 -105
- package/dist/components/header-search/OHeaderSearch.vue.d.ts +0 -1039
- package/dist/components/header-search/index.d.ts +0 -612
- package/dist/components/header-source-code/OHeaderSourceCode.vue.d.ts +0 -18
- package/dist/components/header-source-code/index.d.ts +0 -23
- package/dist/components/header-theme/OHeaderTheme.vue.d.ts +0 -25
- package/dist/components/header-theme/index.d.ts +0 -50
- package/dist/components/header-user/OHeaderUser.vue.d.ts +0 -36
- package/dist/components/header-user/index.d.ts +0 -38
- package/dist/components/meeting/OMeetingCalendar.vue.d.ts +0 -302
- package/dist/components/meeting/OMeetingForm.vue.d.ts +0 -143
- package/dist/components/meeting/OMeetingMyCalendar.vue.d.ts +0 -644
- package/dist/components/meeting/OMeetingPlayback.vue.d.ts +0 -94
- package/dist/components/meeting/OMeetingSigCalendar.vue.d.ts +0 -26
- package/dist/components/meeting/components/OMeetingCalendarList.vue.d.ts +0 -29
- package/dist/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +0 -664
- package/dist/components/meeting/components/OMeetingDetail.vue.d.ts +0 -13
- package/dist/components/meeting/components/OMeetingPlaybackSubtitles.vue.d.ts +0 -20
- package/dist/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +0 -17
- package/dist/components/meeting/components/OMeetingSigAside.vue.d.ts +0 -16
- package/dist/components/meeting/composables/useMeetingConfig.d.ts +0 -14
- package/dist/components/meeting/config.d.ts +0 -12
- package/dist/components/meeting/index.d.ts +0 -848
- package/dist/components/meeting/types.d.ts +0 -241
- package/dist/components/meeting/utils.d.ts +0 -9
- package/dist/components/search/OSearchInput.vue.d.ts +0 -1029
- package/dist/components/search/composables/useImageSearch.d.ts +0 -48
- package/dist/components/search/composables/useKeywordHighlight.d.ts +0 -2
- package/dist/components/search/composables/useSearchHistory.d.ts +0 -14
- package/dist/components/search/index.d.ts +0 -602
- package/dist/components/search/internal/HighlightText.vue.d.ts +0 -9
- package/dist/components/search/internal/SearchImageInput.vue.d.ts +0 -740
- package/dist/components/search/internal/SearchPanel.vue.d.ts +0 -100
- package/dist/components/search/types.d.ts +0 -20
- package/dist/components/section/OSection.vue.d.ts +0 -37
- package/dist/components/section/index.d.ts +0 -47
- package/dist/components.css +0 -1
- package/dist/components.element.es.js +0 -4
- package/dist/components.es.js +0 -47540
- package/dist/index.d.ts +0 -17
- package/dist/treeshaking/components/common/MoreText.css +0 -69
- package/dist/treeshaking/components/common/MoreText.vue.mjs +0 -88
- package/dist/treeshaking/components/common/MoreText.vue3.mjs +0 -5
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +0 -664
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
export interface ParamsItemT {
|
|
2
|
-
id?: number;
|
|
3
|
-
title: string;
|
|
4
|
-
start_date: string;
|
|
5
|
-
end_date: string;
|
|
6
|
-
register_end_date: string;
|
|
7
|
-
activity_type: string | number;
|
|
8
|
-
synopsis: string;
|
|
9
|
-
register_url: string;
|
|
10
|
-
content_url: string;
|
|
11
|
-
address: string;
|
|
12
|
-
start: string;
|
|
13
|
-
end: string;
|
|
14
|
-
schedules?: string;
|
|
15
|
-
is_publish: string;
|
|
16
|
-
update_activity_id?: string | number;
|
|
17
|
-
email_list?: string;
|
|
18
|
-
organizer?: string;
|
|
19
|
-
approver: string;
|
|
20
|
-
status?: number;
|
|
21
|
-
}
|
|
22
|
-
export interface ActivityFormPropsT {
|
|
23
|
-
data?: ParamsItemT;
|
|
24
|
-
creatActivity: any;
|
|
25
|
-
editActivity: any;
|
|
26
|
-
admins: string[];
|
|
27
|
-
organizers: {
|
|
28
|
-
id: number;
|
|
29
|
-
name: string;
|
|
30
|
-
}[];
|
|
31
|
-
}
|
|
32
|
-
export interface TypeOptionT {
|
|
33
|
-
label: string;
|
|
34
|
-
value: number;
|
|
35
|
-
}
|
|
36
|
-
export interface ActivityItemT {
|
|
37
|
-
activity_mode: number;
|
|
38
|
-
activity_type: number;
|
|
39
|
-
address: string;
|
|
40
|
-
approver: string;
|
|
41
|
-
approve_record: object;
|
|
42
|
-
start_date: string;
|
|
43
|
-
end: string;
|
|
44
|
-
end_date: string;
|
|
45
|
-
id: number;
|
|
46
|
-
is_delete: number;
|
|
47
|
-
live_address: string;
|
|
48
|
-
register_end_date: string;
|
|
49
|
-
register_url: string;
|
|
50
|
-
content_url: string;
|
|
51
|
-
start: string;
|
|
52
|
-
status: number;
|
|
53
|
-
synopsis: string;
|
|
54
|
-
title: string;
|
|
55
|
-
update_activity_id: number;
|
|
56
|
-
user: string;
|
|
57
|
-
sponsor: string;
|
|
58
|
-
create_time: string;
|
|
59
|
-
isExpired?: number;
|
|
60
|
-
sub_id?: string;
|
|
61
|
-
dateRange?: string;
|
|
62
|
-
}
|
|
63
|
-
export interface ReviewParamsT {
|
|
64
|
-
page: number;
|
|
65
|
-
size: number;
|
|
66
|
-
status: string;
|
|
67
|
-
activity_mode?: string;
|
|
68
|
-
is_delete?: number;
|
|
69
|
-
search: string;
|
|
70
|
-
sponsor: string;
|
|
71
|
-
order_by: string;
|
|
72
|
-
}
|
|
73
|
-
export interface ActivityTablePropsT {
|
|
74
|
-
getTableDataRequest: any;
|
|
75
|
-
applicantList: string[];
|
|
76
|
-
cancelActivityRequest: any;
|
|
77
|
-
deleteActivityRequest: any;
|
|
78
|
-
approveActivityRequest: any;
|
|
79
|
-
rejectActivityRequest: any;
|
|
80
|
-
getActivityDetailRequest: any;
|
|
81
|
-
}
|
|
82
|
-
export interface MyActivityCalendarPropsT {
|
|
83
|
-
getListRequest: any;
|
|
84
|
-
revokeActivityRequest: any;
|
|
85
|
-
deleteActivityRequest: any;
|
|
86
|
-
editActivityRequest: any;
|
|
87
|
-
getActivityDetailRequest: any;
|
|
88
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { BannerItem } from './types';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
options?: BannerItem | BannerItem[];
|
|
4
|
-
size?: 'large' | 'medium' | 'small' | 'tiny';
|
|
5
|
-
contentJustifyCenter?: boolean;
|
|
6
|
-
autoPlay?: boolean;
|
|
7
|
-
};
|
|
8
|
-
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
9
|
-
click: (href: string | undefined) => any;
|
|
10
|
-
}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
|
-
onClick?: ((href: string | undefined) => any) | undefined;
|
|
12
|
-
}>, {}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
13
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BannerContentProps } from './types';
|
|
2
|
-
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<BannerContentProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
3
|
-
click: (href: string | undefined) => any;
|
|
4
|
-
}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<BannerContentProps> & Readonly<{
|
|
5
|
-
onClick?: ((href: string | undefined) => any) | undefined;
|
|
6
|
-
}>, {}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, any>;
|
|
7
|
-
export default _default;
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { App } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
-
declare const OBanner: {
|
|
3
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4
|
-
options?: import('../../index').BannerItem | import('../../index').BannerItem[];
|
|
5
|
-
size?: "large" | "medium" | "small" | "tiny";
|
|
6
|
-
contentJustifyCenter?: boolean;
|
|
7
|
-
autoPlay?: boolean;
|
|
8
|
-
}> & Readonly<{
|
|
9
|
-
onClick?: ((href: string | undefined) => any) | undefined;
|
|
10
|
-
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
11
|
-
click: (href: string | undefined) => any;
|
|
12
|
-
}, 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, {
|
|
13
|
-
P: {};
|
|
14
|
-
B: {};
|
|
15
|
-
D: {};
|
|
16
|
-
C: {};
|
|
17
|
-
M: {};
|
|
18
|
-
Defaults: {};
|
|
19
|
-
}, Readonly<{
|
|
20
|
-
options?: import('../../index').BannerItem | import('../../index').BannerItem[];
|
|
21
|
-
size?: "large" | "medium" | "small" | "tiny";
|
|
22
|
-
contentJustifyCenter?: boolean;
|
|
23
|
-
autoPlay?: boolean;
|
|
24
|
-
}> & Readonly<{
|
|
25
|
-
onClick?: ((href: string | undefined) => any) | undefined;
|
|
26
|
-
}>, {}, {}, {}, {}, {}>;
|
|
27
|
-
__isFragment?: never;
|
|
28
|
-
__isTeleport?: never;
|
|
29
|
-
__isSuspense?: never;
|
|
30
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<{
|
|
31
|
-
options?: import('../../index').BannerItem | import('../../index').BannerItem[];
|
|
32
|
-
size?: "large" | "medium" | "small" | "tiny";
|
|
33
|
-
contentJustifyCenter?: boolean;
|
|
34
|
-
autoPlay?: boolean;
|
|
35
|
-
}> & Readonly<{
|
|
36
|
-
onClick?: ((href: string | undefined) => any) | undefined;
|
|
37
|
-
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
38
|
-
click: (href: string | undefined) => any;
|
|
39
|
-
}, 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 & {
|
|
40
|
-
install(app: App): void;
|
|
41
|
-
};
|
|
42
|
-
declare const OBannerContent: {
|
|
43
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('../../index').BannerContentProps> & Readonly<{
|
|
44
|
-
onClick?: ((href: string | undefined) => any) | undefined;
|
|
45
|
-
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
46
|
-
click: (href: string | undefined) => any;
|
|
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, {}, any, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
48
|
-
P: {};
|
|
49
|
-
B: {};
|
|
50
|
-
D: {};
|
|
51
|
-
C: {};
|
|
52
|
-
M: {};
|
|
53
|
-
Defaults: {};
|
|
54
|
-
}, Readonly<import('../../index').BannerContentProps> & Readonly<{
|
|
55
|
-
onClick?: ((href: string | undefined) => any) | undefined;
|
|
56
|
-
}>, {}, {}, {}, {}, {}>;
|
|
57
|
-
__isFragment?: never;
|
|
58
|
-
__isTeleport?: never;
|
|
59
|
-
__isSuspense?: never;
|
|
60
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../index').BannerContentProps> & Readonly<{
|
|
61
|
-
onClick?: ((href: string | undefined) => any) | undefined;
|
|
62
|
-
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
63
|
-
click: (href: string | undefined) => any;
|
|
64
|
-
}, 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 & {
|
|
65
|
-
install(app: App): void;
|
|
66
|
-
};
|
|
67
|
-
export { OBanner, OBannerContent };
|
|
68
|
-
export * from './types';
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
export interface BannerItem {
|
|
2
|
-
title?: string;
|
|
3
|
-
subtitle?: string;
|
|
4
|
-
bg: string;
|
|
5
|
-
text_theme?: 'light' | 'dark';
|
|
6
|
-
bg_text?: string;
|
|
7
|
-
pc_text_width?: string;
|
|
8
|
-
pc_text_height?: string;
|
|
9
|
-
pad_text_width?: string;
|
|
10
|
-
pad_text_height?: string;
|
|
11
|
-
attach?: string;
|
|
12
|
-
href?: string;
|
|
13
|
-
btn?: string;
|
|
14
|
-
withStickyBg?: boolean;
|
|
15
|
-
pad_offset?: string;
|
|
16
|
-
}
|
|
17
|
-
export interface BannerContentProps {
|
|
18
|
-
info: BannerItem;
|
|
19
|
-
size?: 'large' | 'medium' | 'small' | 'tiny';
|
|
20
|
-
contentJustifyCenter?: boolean;
|
|
21
|
-
isPhone?: boolean;
|
|
22
|
-
isLight?: boolean;
|
|
23
|
-
}
|
|
24
|
-
export interface HomeBannerEmits {
|
|
25
|
-
(e: 'before-change', index: number): void;
|
|
26
|
-
(e: 'click', href: string | undefined): void;
|
|
27
|
-
}
|
|
28
|
-
export interface BannerContentEmits {
|
|
29
|
-
(e: 'click', href: string | undefined): void;
|
|
30
|
-
}
|
|
31
|
-
export type ComponentSize = 'large' | 'medium' | 'small' | 'tiny';
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export interface OPlusConfigProviderPropsT {
|
|
2
|
-
locale?: string;
|
|
3
|
-
theme?: 'light' | 'dark';
|
|
4
|
-
}
|
|
5
|
-
declare function __VLS_template(): {
|
|
6
|
-
attrs: Partial<{}>;
|
|
7
|
-
slots: {
|
|
8
|
-
default?(_: {}): any;
|
|
9
|
-
};
|
|
10
|
-
refs: {};
|
|
11
|
-
rootEl: any;
|
|
12
|
-
};
|
|
13
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
-
declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<OPlusConfigProviderPropsT, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<OPlusConfigProviderPropsT> & Readonly<{}>, {
|
|
15
|
-
locale: string;
|
|
16
|
-
theme: "light" | "dark";
|
|
17
|
-
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, any>;
|
|
18
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
19
|
-
export default _default;
|
|
20
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
-
new (): {
|
|
22
|
-
$slots: S;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { App } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
-
declare const OPlusConfigProvider: {
|
|
3
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./OPlusConfigProvider.vue').OPlusConfigProviderPropsT> & 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
|
-
locale: string;
|
|
5
|
-
theme: "light" | "dark";
|
|
6
|
-
}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, any, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
7
|
-
P: {};
|
|
8
|
-
B: {};
|
|
9
|
-
D: {};
|
|
10
|
-
C: {};
|
|
11
|
-
M: {};
|
|
12
|
-
Defaults: {};
|
|
13
|
-
}, Readonly<import('./OPlusConfigProvider.vue').OPlusConfigProviderPropsT> & Readonly<{}>, {}, {}, {}, {}, {
|
|
14
|
-
locale: string;
|
|
15
|
-
theme: "light" | "dark";
|
|
16
|
-
}>;
|
|
17
|
-
__isFragment?: never;
|
|
18
|
-
__isTeleport?: never;
|
|
19
|
-
__isSuspense?: never;
|
|
20
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./OPlusConfigProvider.vue').OPlusConfigProviderPropsT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, {
|
|
21
|
-
locale: string;
|
|
22
|
-
theme: "light" | "dark";
|
|
23
|
-
}, {}, 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 () => {
|
|
24
|
-
$slots: {
|
|
25
|
-
default?(_: {}): any;
|
|
26
|
-
};
|
|
27
|
-
}) & {
|
|
28
|
-
install(app: App): void;
|
|
29
|
-
};
|
|
30
|
-
export { OPlusConfigProvider };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
visible?: boolean;
|
|
3
|
-
community: string;
|
|
4
|
-
detailUrl: string;
|
|
5
|
-
wrapper?: string | HTMLElement;
|
|
6
|
-
cookieDomain: string;
|
|
7
|
-
};
|
|
8
|
-
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_Props, {
|
|
9
|
-
check(): void;
|
|
10
|
-
}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
11
|
-
"update:visible": (value: boolean) => any;
|
|
12
|
-
}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
13
|
-
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
14
|
-
}>, {}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
|
|
15
|
-
cookieNoticeRef: HTMLDivElement;
|
|
16
|
-
}, any>;
|
|
17
|
-
export default _default;
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { App } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
-
declare const OCookieNotice: {
|
|
3
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4
|
-
visible?: boolean;
|
|
5
|
-
community: string;
|
|
6
|
-
detailUrl: string;
|
|
7
|
-
wrapper?: string | HTMLElement;
|
|
8
|
-
cookieDomain: string;
|
|
9
|
-
}> & Readonly<{
|
|
10
|
-
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
11
|
-
}>, {
|
|
12
|
-
check(): void;
|
|
13
|
-
}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
14
|
-
"update:visible": (value: boolean) => any;
|
|
15
|
-
}, 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, {
|
|
16
|
-
cookieNoticeRef: HTMLDivElement;
|
|
17
|
-
}, any, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
18
|
-
P: {};
|
|
19
|
-
B: {};
|
|
20
|
-
D: {};
|
|
21
|
-
C: {};
|
|
22
|
-
M: {};
|
|
23
|
-
Defaults: {};
|
|
24
|
-
}, Readonly<{
|
|
25
|
-
visible?: boolean;
|
|
26
|
-
community: string;
|
|
27
|
-
detailUrl: string;
|
|
28
|
-
wrapper?: string | HTMLElement;
|
|
29
|
-
cookieDomain: string;
|
|
30
|
-
}> & Readonly<{
|
|
31
|
-
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
32
|
-
}>, {
|
|
33
|
-
check(): void;
|
|
34
|
-
}, {}, {}, {}, {}>;
|
|
35
|
-
__isFragment?: never;
|
|
36
|
-
__isTeleport?: never;
|
|
37
|
-
__isSuspense?: never;
|
|
38
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<{
|
|
39
|
-
visible?: boolean;
|
|
40
|
-
community: string;
|
|
41
|
-
detailUrl: string;
|
|
42
|
-
wrapper?: string | HTMLElement;
|
|
43
|
-
cookieDomain: string;
|
|
44
|
-
}> & Readonly<{
|
|
45
|
-
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
46
|
-
}>, {
|
|
47
|
-
check(): void;
|
|
48
|
-
}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
49
|
-
"update:visible": (value: boolean) => any;
|
|
50
|
-
}, 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 & {
|
|
51
|
-
install(app: App): void;
|
|
52
|
-
};
|
|
53
|
-
export { OCookieNotice };
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
visible?: boolean;
|
|
3
|
-
community: string;
|
|
4
|
-
detailUrl: string;
|
|
5
|
-
wrapper?: string | HTMLElement;
|
|
6
|
-
cookieDomain: string;
|
|
7
|
-
};
|
|
8
|
-
declare function __VLS_template(): {
|
|
9
|
-
attrs: Partial<{}>;
|
|
10
|
-
slots: {
|
|
11
|
-
'close-icon'?(_: {}): any;
|
|
12
|
-
};
|
|
13
|
-
refs: {
|
|
14
|
-
cookieNoticeRef: HTMLDivElement;
|
|
15
|
-
};
|
|
16
|
-
rootEl: any;
|
|
17
|
-
};
|
|
18
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
19
|
-
declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_Props, {
|
|
20
|
-
check(): void;
|
|
21
|
-
}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
22
|
-
"update:visible": (value: boolean) => any;
|
|
23
|
-
}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
24
|
-
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
25
|
-
}>, {}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
|
|
26
|
-
cookieNoticeRef: HTMLDivElement;
|
|
27
|
-
}, any>;
|
|
28
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
|
-
export default _default;
|
|
30
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
31
|
-
new (): {
|
|
32
|
-
$slots: S;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { EventsApplyPropsT } from './types.ts';
|
|
2
|
-
declare function __VLS_template(): {
|
|
3
|
-
attrs: Partial<{}>;
|
|
4
|
-
slots: Partial<Record<`step${number}`, (_: {}) => any>>;
|
|
5
|
-
refs: {};
|
|
6
|
-
rootEl: HTMLDivElement;
|
|
7
|
-
};
|
|
8
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
-
declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<EventsApplyPropsT, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<EventsApplyPropsT> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
10
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
|
-
export default _default;
|
|
12
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
-
new (): {
|
|
14
|
-
$slots: S;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { CalendarItemT, EventsCalendarPropsT } from './types';
|
|
2
|
-
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<EventsCalendarPropsT, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<EventsCalendarPropsT> & Readonly<{}>, {
|
|
3
|
-
data: CalendarItemT[];
|
|
4
|
-
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
5
|
-
export default _default;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { EventsCardItemT, EventsListPropsT, SearchParamsT } from './types';
|
|
2
|
-
declare function __VLS_template(): {
|
|
3
|
-
attrs: Partial<{}>;
|
|
4
|
-
slots: Readonly<{
|
|
5
|
-
empty?: () => any;
|
|
6
|
-
}> & {
|
|
7
|
-
empty?: () => any;
|
|
8
|
-
};
|
|
9
|
-
refs: {};
|
|
10
|
-
rootEl: HTMLDivElement;
|
|
11
|
-
};
|
|
12
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<EventsListPropsT, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
14
|
-
search: (params: SearchParamsT) => any;
|
|
15
|
-
}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<EventsListPropsT> & Readonly<{
|
|
16
|
-
onSearch?: ((params: SearchParamsT) => any) | undefined;
|
|
17
|
-
}>, {
|
|
18
|
-
data: EventsCardItemT[];
|
|
19
|
-
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
20
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
|
-
export default _default;
|
|
22
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
-
new (): {
|
|
24
|
-
$slots: S;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare const EVENTS_COLOR_MAP: {
|
|
2
|
-
summit: string;
|
|
3
|
-
events: string;
|
|
4
|
-
competition: string;
|
|
5
|
-
release: string;
|
|
6
|
-
};
|
|
7
|
-
export declare const EVENTS_ICON_MAP: {
|
|
8
|
-
events: string;
|
|
9
|
-
competition: string;
|
|
10
|
-
release: string;
|
|
11
|
-
summit: string;
|
|
12
|
-
};
|
|
13
|
-
export declare const CITY_MAP: Record<string, string | string[]>;
|
|
14
|
-
export declare const DEFAULT_COVER = "https://infrastructure-website.osinfra.cn/picture/city/default-cover.jpg";
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
import { App } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
-
declare const OEventsCalendar: {
|
|
3
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('../../index').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('../../index').CalendarItemT[];
|
|
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
|
-
P: {};
|
|
7
|
-
B: {};
|
|
8
|
-
D: {};
|
|
9
|
-
C: {};
|
|
10
|
-
M: {};
|
|
11
|
-
Defaults: {};
|
|
12
|
-
}, Readonly<import('../../index').EventsCalendarPropsT> & Readonly<{}>, {}, {}, {}, {}, {
|
|
13
|
-
data: import('../../index').CalendarItemT[];
|
|
14
|
-
}>;
|
|
15
|
-
__isFragment?: never;
|
|
16
|
-
__isTeleport?: never;
|
|
17
|
-
__isSuspense?: never;
|
|
18
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../index').EventsCalendarPropsT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, {
|
|
19
|
-
data: import('../../index').CalendarItemT[];
|
|
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
|
-
install(app: App): void;
|
|
22
|
-
};
|
|
23
|
-
declare const OEventsList: {
|
|
24
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('../../index').EventsListPropsT> & Readonly<{
|
|
25
|
-
onSearch?: ((params: import('../../index').SearchParamsT) => any) | undefined;
|
|
26
|
-
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
27
|
-
search: (params: import('../../index').SearchParamsT) => any;
|
|
28
|
-
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
29
|
-
data: import('../../index').EventsCardItemT[];
|
|
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
|
-
P: {};
|
|
32
|
-
B: {};
|
|
33
|
-
D: {};
|
|
34
|
-
C: {};
|
|
35
|
-
M: {};
|
|
36
|
-
Defaults: {};
|
|
37
|
-
}, Readonly<import('../../index').EventsListPropsT> & Readonly<{
|
|
38
|
-
onSearch?: ((params: import('../../index').SearchParamsT) => any) | undefined;
|
|
39
|
-
}>, {}, {}, {}, {}, {
|
|
40
|
-
data: import('../../index').EventsCardItemT[];
|
|
41
|
-
}>;
|
|
42
|
-
__isFragment?: never;
|
|
43
|
-
__isTeleport?: never;
|
|
44
|
-
__isSuspense?: never;
|
|
45
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../index').EventsListPropsT> & Readonly<{
|
|
46
|
-
onSearch?: ((params: import('../../index').SearchParamsT) => any) | undefined;
|
|
47
|
-
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
48
|
-
search: (params: import('../../index').SearchParamsT) => any;
|
|
49
|
-
}, string, {
|
|
50
|
-
data: import('../../index').EventsCardItemT[];
|
|
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
|
-
$slots: Readonly<{
|
|
53
|
-
empty?: () => any;
|
|
54
|
-
}> & {
|
|
55
|
-
empty?: () => any;
|
|
56
|
-
};
|
|
57
|
-
}) & {
|
|
58
|
-
install(app: App): void;
|
|
59
|
-
};
|
|
60
|
-
declare const OEventsApply: {
|
|
61
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('../../index').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
|
-
P: {};
|
|
63
|
-
B: {};
|
|
64
|
-
D: {};
|
|
65
|
-
C: {};
|
|
66
|
-
M: {};
|
|
67
|
-
Defaults: {};
|
|
68
|
-
}, Readonly<import('../../index').EventsApplyPropsT> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
69
|
-
__isFragment?: never;
|
|
70
|
-
__isTeleport?: never;
|
|
71
|
-
__isSuspense?: never;
|
|
72
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../index').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
|
-
$slots: Partial<Record<`step${number}`, (_: {}) => any>>;
|
|
74
|
-
}) & {
|
|
75
|
-
install(app: App): void;
|
|
76
|
-
};
|
|
77
|
-
export { OEventsCalendar, OEventsList, OEventsApply };
|
|
78
|
-
export * from './types';
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
type EventsTextAlignT = 'center' | 'left';
|
|
2
|
-
export declare enum EventsStatusT {
|
|
3
|
-
FINISH = "finish",
|
|
4
|
-
ING = "ing",
|
|
5
|
-
ALL = ""
|
|
6
|
-
}
|
|
7
|
-
export interface EventsItemT {
|
|
8
|
-
name: string;
|
|
9
|
-
date: string | [string, string];
|
|
10
|
-
location?: string;
|
|
11
|
-
link?: string;
|
|
12
|
-
linkProps?: {
|
|
13
|
-
[key: string]: string | boolean;
|
|
14
|
-
};
|
|
15
|
-
align?: EventsTextAlignT;
|
|
16
|
-
cover?: string;
|
|
17
|
-
status?: EventsStatusT;
|
|
18
|
-
}
|
|
19
|
-
export type EventsTypeT = 'summit' | 'events' | 'competition' | 'release';
|
|
20
|
-
export interface CalendarItemT {
|
|
21
|
-
name: string;
|
|
22
|
-
desc?: string;
|
|
23
|
-
type: EventsTypeT;
|
|
24
|
-
color?: string;
|
|
25
|
-
icon?: string;
|
|
26
|
-
data: EventsItemT[];
|
|
27
|
-
isSpanMonth?: boolean;
|
|
28
|
-
}
|
|
29
|
-
export interface StepItemT {
|
|
30
|
-
title: string;
|
|
31
|
-
desc?: string;
|
|
32
|
-
img?: string;
|
|
33
|
-
imgPhone?: string;
|
|
34
|
-
listTitle?: string;
|
|
35
|
-
list: Array<{
|
|
36
|
-
title: string;
|
|
37
|
-
desc?: string;
|
|
38
|
-
}>;
|
|
39
|
-
}
|
|
40
|
-
export interface EventsCardItemT {
|
|
41
|
-
name: string;
|
|
42
|
-
date?: string;
|
|
43
|
-
startDate?: string;
|
|
44
|
-
endDate?: string;
|
|
45
|
-
dateStr?: string;
|
|
46
|
-
city: string;
|
|
47
|
-
cover?: string;
|
|
48
|
-
status?: EventsStatusT;
|
|
49
|
-
link: string;
|
|
50
|
-
tags?: {
|
|
51
|
-
icon?: any;
|
|
52
|
-
title: string;
|
|
53
|
-
}[];
|
|
54
|
-
}
|
|
55
|
-
export interface EventsApplyPropsT {
|
|
56
|
-
steps: StepItemT[];
|
|
57
|
-
}
|
|
58
|
-
export interface EventsListPropsT {
|
|
59
|
-
data: EventsCardItemT[];
|
|
60
|
-
page: number;
|
|
61
|
-
pageSize: number;
|
|
62
|
-
total: number;
|
|
63
|
-
}
|
|
64
|
-
export interface EventsCalendarPropsT {
|
|
65
|
-
data: CalendarItemT[];
|
|
66
|
-
}
|
|
67
|
-
export interface SearchParamsT {
|
|
68
|
-
page: number;
|
|
69
|
-
pageSize: number;
|
|
70
|
-
status: EventsStatusT;
|
|
71
|
-
keyword: string;
|
|
72
|
-
}
|
|
73
|
-
export {};
|