@opendesign-plus-test/components 0.0.1-rc.154 → 0.0.1-rc.156
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 +52 -40
- package/dist/components/activity/OActivityApproval.vue.d.ts +169 -19
- package/dist/components/activity/OActivityForm.vue.d.ts +169 -19
- package/dist/components/activity/OActivityMyCalendar.vue.d.ts +18 -10
- package/dist/components/activity/index.d.ts +356 -52
- package/dist/components/banner/index.d.ts +6 -6
- package/dist/components/events/index.d.ts +20 -20
- package/dist/components/footer/index.d.ts +3 -3
- package/dist/components/header/OHeaderMobile.vue.d.ts +8 -8
- package/dist/components/header/components/HeaderNavMobile.vue.d.ts +1 -1
- package/dist/components/header/index.d.ts +28 -28
- package/dist/components/header-language-switcher/OHeaderLanguageSwitcher.vue.d.ts +1 -1
- package/dist/components/header-language-switcher/index.d.ts +3 -3
- package/dist/components/header-search/OHeaderSearch.vue.d.ts +43 -35
- package/dist/components/header-search/index.d.ts +37 -33
- package/dist/components/logo-swiper/index.d.ts +11 -11
- package/dist/components/markdown/MarkdownCode.vue.d.ts +25 -0
- package/dist/components/markdown/MarkdownImage.vue.d.ts +21 -0
- package/dist/components/markdown/MarkdownPageTitle.vue.d.ts +28 -0
- package/dist/components/markdown/MarkdownTable.vue.d.ts +21 -0
- package/dist/components/markdown/MarkdownTitle.vue.d.ts +33 -0
- package/dist/components/markdown/components/TableData.vue.d.ts +9 -0
- package/dist/components/markdown/components/TableExpand.vue.d.ts +12 -0
- package/dist/components/markdown/index.d.ts +163 -0
- package/dist/components/meeting/OMeetingForm.vue.d.ts +169 -19
- package/dist/components/meeting/OMeetingMyCalendar.vue.d.ts +18 -10
- 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/components/OMeetingSigAside.vue.d.ts +9 -5
- package/dist/components/meeting/composables/useMeetingConfig.d.ts +1 -1
- package/dist/components/meeting/index.d.ts +212 -58
- package/dist/components/search/OSearchInput.vue.d.ts +43 -35
- package/dist/components/search/index.d.ts +35 -31
- package/dist/components/search/internal/SearchImageInput.vue.d.ts +37 -29
- package/dist/components/sig/OSigList.vue.d.ts +0 -2
- package/dist/components/video/index.d.ts +3 -3
- package/dist/components.cjs.js +40 -40
- package/dist/components.css +1 -1
- package/dist/components.es.js +13714 -13111
- package/dist/index.d.ts +1 -0
- package/dist/treeshaking/_virtual/icon-copy2.mjs +20 -0
- package/dist/treeshaking/_virtual/icon-expand.mjs +21 -0
- package/dist/treeshaking/_virtual/icon-link.mjs +31 -0
- package/dist/treeshaking/_virtual/icon-more.mjs +19 -0
- package/dist/treeshaking/_virtual/icon-unexpand.mjs +22 -0
- package/dist/treeshaking/assets/markdown/md-title-bg.png.mjs +4 -0
- package/dist/treeshaking/assets/svg-icons/icon-zoom.svg.mjs +4 -0
- package/dist/treeshaking/components/activity/OActivityApproval.css +8 -8
- package/dist/treeshaking/components/activity/OActivityApproval.vue.d.ts +169 -19
- package/dist/treeshaking/components/activity/OActivityForm.vue.d.ts +169 -19
- package/dist/treeshaking/components/activity/OActivityMyCalendar.vue.d.ts +18 -10
- package/dist/treeshaking/components/activity/index.d.ts +356 -52
- package/dist/treeshaking/components/banner/index.d.ts +6 -6
- package/dist/treeshaking/components/events/index.d.ts +20 -20
- package/dist/treeshaking/components/footer/index.d.ts +3 -3
- package/dist/treeshaking/components/header/OHeaderMobile.vue.d.ts +8 -8
- package/dist/treeshaking/components/header/components/HeaderFlatten.css +55 -60
- package/dist/treeshaking/components/header/components/HeaderFlatten.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.d.ts +1 -1
- package/dist/treeshaking/components/header/index.d.ts +28 -28
- package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.vue.d.ts +1 -1
- package/dist/treeshaking/components/header-language-switcher/index.d.ts +3 -3
- package/dist/treeshaking/components/header-search/OHeaderSearch.vue.d.ts +43 -35
- package/dist/treeshaking/components/header-search/index.d.ts +37 -33
- package/dist/treeshaking/components/logo-swiper/index.d.ts +11 -11
- package/dist/treeshaking/components/markdown/MarkdownCode.css +116 -0
- package/dist/treeshaking/components/markdown/MarkdownCode.vue.d.ts +25 -0
- package/dist/treeshaking/components/markdown/MarkdownCode.vue.mjs +7 -0
- package/dist/treeshaking/components/markdown/MarkdownCode.vue2.mjs +121 -0
- package/dist/treeshaking/components/markdown/MarkdownImage.css +39 -0
- package/dist/treeshaking/components/markdown/MarkdownImage.vue.d.ts +21 -0
- package/dist/treeshaking/components/markdown/MarkdownImage.vue.mjs +7 -0
- package/dist/treeshaking/components/markdown/MarkdownImage.vue2.mjs +64 -0
- package/dist/treeshaking/components/markdown/MarkdownPageTitle.css +230 -0
- package/dist/treeshaking/components/markdown/MarkdownPageTitle.vue.d.ts +28 -0
- package/dist/treeshaking/components/markdown/MarkdownPageTitle.vue.mjs +7 -0
- package/dist/treeshaking/components/markdown/MarkdownPageTitle.vue2.mjs +127 -0
- package/dist/treeshaking/components/markdown/MarkdownTable.css +64 -0
- package/dist/treeshaking/components/markdown/MarkdownTable.vue.d.ts +21 -0
- package/dist/treeshaking/components/markdown/MarkdownTable.vue.mjs +7 -0
- package/dist/treeshaking/components/markdown/MarkdownTable.vue2.mjs +69 -0
- package/dist/treeshaking/components/markdown/MarkdownTitle.css +76 -0
- package/dist/treeshaking/components/markdown/MarkdownTitle.vue.d.ts +33 -0
- package/dist/treeshaking/components/markdown/MarkdownTitle.vue.mjs +7 -0
- package/dist/treeshaking/components/markdown/MarkdownTitle.vue2.mjs +66 -0
- package/dist/treeshaking/components/markdown/components/TableData.css +94 -0
- package/dist/treeshaking/components/markdown/components/TableData.vue.d.ts +9 -0
- package/dist/treeshaking/components/markdown/components/TableData.vue.mjs +7 -0
- package/dist/treeshaking/components/markdown/components/TableData.vue2.mjs +112 -0
- package/dist/treeshaking/components/markdown/components/TableExpand.css +66 -0
- package/dist/treeshaking/components/markdown/components/TableExpand.vue.d.ts +12 -0
- package/dist/treeshaking/components/markdown/components/TableExpand.vue.mjs +7 -0
- package/dist/treeshaking/components/markdown/components/TableExpand.vue2.mjs +89 -0
- package/dist/treeshaking/components/markdown/index.d.ts +163 -0
- package/dist/treeshaking/components/markdown/index.mjs +37 -0
- package/dist/treeshaking/components/meeting/OMeetingForm.vue.d.ts +169 -19
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.vue.d.ts +18 -10
- 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/components/OMeetingSigAside.vue.d.ts +9 -5
- package/dist/treeshaking/components/meeting/composables/useMeetingConfig.d.ts +1 -1
- package/dist/treeshaking/components/meeting/index.d.ts +212 -58
- package/dist/treeshaking/components/search/OSearchInput.vue.d.ts +43 -35
- package/dist/treeshaking/components/search/index.d.ts +35 -31
- package/dist/treeshaking/components/search/internal/SearchImageInput.vue.d.ts +37 -29
- package/dist/treeshaking/components/sig/OSigDetail.css +1 -1
- package/dist/treeshaking/components/sig/OSigList.css +130 -152
- package/dist/treeshaking/components/sig/OSigList.vue.d.ts +0 -2
- package/dist/treeshaking/components/sig/OSigList.vue.mjs +99 -107
- package/dist/treeshaking/components/sig/components/OSigItem.css +366 -30
- package/dist/treeshaking/components/video/OVideoDetail.css +7 -7
- package/dist/treeshaking/components/video/index.d.ts +3 -3
- package/dist/treeshaking/i18n/en.mjs +7 -1
- package/dist/treeshaking/i18n/zh.mjs +7 -1
- package/dist/treeshaking/index.d.ts +1 -0
- package/dist/treeshaking/index.mjs +6 -0
- package/dist/treeshaking/shared/theme.mjs +15 -3
- package/package.json +3 -3
|
@@ -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('../../index').BannerItem | import('../../index').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('../../index').BannerItem | import('../../index').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('../../index').BannerItem | import('../../index').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('../../index').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('../../index').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('../../index').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('../../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
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('../../index').EventsCalendarPropsT> & Readonly<{}>, {}, {}, {}, {}, {
|
|
13
|
+
data: import('../../index').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('../../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
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('../../index').EventsListPropsT> & Readonly<{
|
|
25
|
+
onSearch?: ((params: import('../../index').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('../../index').SearchParamsT) => any;
|
|
28
28
|
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
29
|
-
data: import('
|
|
29
|
+
data: import('../../index').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('../../index').EventsListPropsT> & Readonly<{
|
|
38
|
+
onSearch?: ((params: import('../../index').SearchParamsT) => any) | undefined;
|
|
39
39
|
}>, {}, {}, {}, {}, {
|
|
40
|
-
data: import('
|
|
40
|
+
data: import('../../index').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('../../index').EventsListPropsT> & Readonly<{
|
|
46
|
+
onSearch?: ((params: import('../../index').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('../../index').SearchParamsT) => any;
|
|
49
49
|
}, string, {
|
|
50
|
-
data: import('
|
|
50
|
+
data: import('../../index').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;
|
|
@@ -60,18 +60,18 @@ declare const OEventsList: {
|
|
|
60
60
|
install(app: App): void;
|
|
61
61
|
};
|
|
62
62
|
declare const OEventsApply: {
|
|
63
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
63
|
+
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, {
|
|
64
64
|
P: {};
|
|
65
65
|
B: {};
|
|
66
66
|
D: {};
|
|
67
67
|
C: {};
|
|
68
68
|
M: {};
|
|
69
69
|
Defaults: {};
|
|
70
|
-
}, Readonly<import('
|
|
70
|
+
}, Readonly<import('../../index').EventsApplyPropsT> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
71
71
|
__isFragment?: never;
|
|
72
72
|
__isTeleport?: never;
|
|
73
73
|
__isSuspense?: never;
|
|
74
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
74
|
+
} & 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 () => {
|
|
75
75
|
$slots: Partial<Record<`step${number}`, (_: {}) => any>>;
|
|
76
76
|
}) & {
|
|
77
77
|
install(app: App): void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { App } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
2
|
declare const OFooter: {
|
|
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('../../index').FooterT> & 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
4
|
simple: boolean;
|
|
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: {};
|
|
@@ -9,13 +9,13 @@ declare const OFooter: {
|
|
|
9
9
|
C: {};
|
|
10
10
|
M: {};
|
|
11
11
|
Defaults: {};
|
|
12
|
-
}, Readonly<import('
|
|
12
|
+
}, Readonly<import('../../index').FooterT> & Readonly<{}>, {}, {}, {}, {}, {
|
|
13
13
|
simple: boolean;
|
|
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('
|
|
18
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../index').FooterT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, {
|
|
19
19
|
simple: boolean;
|
|
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 & (new () => {
|
|
21
21
|
$slots: {
|
|
@@ -20,8 +20,8 @@ declare function __VLS_template(): {
|
|
|
20
20
|
$props: {
|
|
21
21
|
readonly menuShow: boolean;
|
|
22
22
|
readonly navData: NavItemT[];
|
|
23
|
-
readonly codeData?: import('
|
|
24
|
-
readonly langData?: import('
|
|
23
|
+
readonly codeData?: import('../../index.ts').CodeT | undefined;
|
|
24
|
+
readonly langData?: import('../../index.ts').LangT | undefined;
|
|
25
25
|
readonly activeIndex: string | number;
|
|
26
26
|
readonly community?: string | undefined;
|
|
27
27
|
readonly "onHandle-click"?: ((val: any) => any) | undefined;
|
|
@@ -40,7 +40,7 @@ declare function __VLS_template(): {
|
|
|
40
40
|
$host: Element | null;
|
|
41
41
|
$emit: ((event: "handle-click", val: any) => void) & ((event: "on-click") => void) & ((event: "lang-click", val: LangItemT) => void);
|
|
42
42
|
$el: HTMLDivElement;
|
|
43
|
-
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
43
|
+
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../index.ts').NavMobileItemT> & Readonly<{
|
|
44
44
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
45
45
|
"onOn-click"?: (() => any) | undefined;
|
|
46
46
|
"onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
@@ -74,7 +74,7 @@ declare function __VLS_template(): {
|
|
|
74
74
|
} & Readonly<{
|
|
75
75
|
navData: NavItemT[];
|
|
76
76
|
menuShow: boolean;
|
|
77
|
-
}> & Omit<Readonly<import('
|
|
77
|
+
}> & Omit<Readonly<import('../../index.ts').NavMobileItemT> & Readonly<{
|
|
78
78
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
79
79
|
"onOn-click"?: (() => any) | undefined;
|
|
80
80
|
"onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
@@ -104,8 +104,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
104
104
|
$props: {
|
|
105
105
|
readonly menuShow: boolean;
|
|
106
106
|
readonly navData: NavItemT[];
|
|
107
|
-
readonly codeData?: import('
|
|
108
|
-
readonly langData?: import('
|
|
107
|
+
readonly codeData?: import('../../index.ts').CodeT | undefined;
|
|
108
|
+
readonly langData?: import('../../index.ts').LangT | undefined;
|
|
109
109
|
readonly activeIndex: string | number;
|
|
110
110
|
readonly community?: string | undefined;
|
|
111
111
|
readonly "onHandle-click"?: ((val: any) => any) | undefined;
|
|
@@ -124,7 +124,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
124
124
|
$host: Element | null;
|
|
125
125
|
$emit: ((event: "handle-click", val: any) => void) & ((event: "on-click") => void) & ((event: "lang-click", val: LangItemT) => void);
|
|
126
126
|
$el: HTMLDivElement;
|
|
127
|
-
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
127
|
+
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../index.ts').NavMobileItemT> & Readonly<{
|
|
128
128
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
129
129
|
"onOn-click"?: (() => any) | undefined;
|
|
130
130
|
"onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
@@ -158,7 +158,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
158
158
|
} & Readonly<{
|
|
159
159
|
navData: NavItemT[];
|
|
160
160
|
menuShow: boolean;
|
|
161
|
-
}> & Omit<Readonly<import('
|
|
161
|
+
}> & Omit<Readonly<import('../../index.ts').NavMobileItemT> & Readonly<{
|
|
162
162
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
163
163
|
"onOn-click"?: (() => any) | undefined;
|
|
164
164
|
"onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
@@ -22,7 +22,7 @@ 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('
|
|
25
|
+
navData: import('../../../index.ts').NavItemT[];
|
|
26
26
|
menuShow: boolean;
|
|
27
27
|
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
28
28
|
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('../../index').NavT> & Readonly<{
|
|
4
4
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
5
5
|
"onNav-layout"?: ((val: any) => any) | undefined;
|
|
6
6
|
"onGo-home"?: (() => any) | undefined;
|
|
@@ -19,7 +19,7 @@ declare const OHeader: {
|
|
|
19
19
|
C: {};
|
|
20
20
|
M: {};
|
|
21
21
|
Defaults: {};
|
|
22
|
-
}, Readonly<import('
|
|
22
|
+
}, Readonly<import('../../index').NavT> & Readonly<{
|
|
23
23
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
24
24
|
"onNav-layout"?: ((val: any) => any) | undefined;
|
|
25
25
|
"onGo-home"?: (() => any) | undefined;
|
|
@@ -29,7 +29,7 @@ declare const OHeader: {
|
|
|
29
29
|
__isFragment?: never;
|
|
30
30
|
__isTeleport?: never;
|
|
31
31
|
__isSuspense?: never;
|
|
32
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
32
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../index').NavT> & Readonly<{
|
|
33
33
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
34
34
|
"onNav-layout"?: ((val: any) => any) | undefined;
|
|
35
35
|
"onGo-home"?: (() => any) | undefined;
|
|
@@ -50,15 +50,15 @@ declare const OHeader: {
|
|
|
50
50
|
install(app: App): void;
|
|
51
51
|
};
|
|
52
52
|
declare const OHeaderMobile: {
|
|
53
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
54
|
-
"onHandle-click"?: ((val: import('
|
|
53
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('../../index').NavT> & Readonly<{
|
|
54
|
+
"onHandle-click"?: ((val: import('../../index').NavItemT) => any) | undefined;
|
|
55
55
|
"onGo-home"?: (() => any) | undefined;
|
|
56
|
-
"onLang-click"?: ((val: import('
|
|
56
|
+
"onLang-click"?: ((val: import('../../index').LangItemT) => any) | undefined;
|
|
57
57
|
"onGo-back"?: (() => any) | undefined;
|
|
58
58
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
59
|
-
"handle-click": (val: import('
|
|
59
|
+
"handle-click": (val: import('../../index').NavItemT) => any;
|
|
60
60
|
"go-home": () => any;
|
|
61
|
-
"lang-click": (val: import('
|
|
61
|
+
"lang-click": (val: import('../../index').LangItemT) => any;
|
|
62
62
|
"go-back": () => any;
|
|
63
63
|
}, 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, {
|
|
64
64
|
mobileNav: ({
|
|
@@ -66,14 +66,14 @@ declare const OHeaderMobile: {
|
|
|
66
66
|
$data: {};
|
|
67
67
|
$props: {
|
|
68
68
|
readonly menuShow: boolean;
|
|
69
|
-
readonly navData: import('
|
|
70
|
-
readonly codeData?: import('
|
|
71
|
-
readonly langData?: import('
|
|
69
|
+
readonly navData: import('../../index').NavItemT[];
|
|
70
|
+
readonly codeData?: import('../../index').CodeT | undefined;
|
|
71
|
+
readonly langData?: import('../../index').LangT | undefined;
|
|
72
72
|
readonly activeIndex: string | number;
|
|
73
73
|
readonly community?: string | undefined;
|
|
74
74
|
readonly "onHandle-click"?: ((val: any) => any) | undefined;
|
|
75
75
|
readonly "onOn-click"?: (() => any) | undefined;
|
|
76
|
-
readonly "onLang-click"?: ((val: import('
|
|
76
|
+
readonly "onLang-click"?: ((val: import('../../index').LangItemT) => any) | undefined;
|
|
77
77
|
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps;
|
|
78
78
|
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
79
79
|
$refs: {
|
|
@@ -85,18 +85,18 @@ declare const OHeaderMobile: {
|
|
|
85
85
|
$root: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
86
86
|
$parent: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
87
87
|
$host: Element | null;
|
|
88
|
-
$emit: ((event: "handle-click", val: any) => void) & ((event: "on-click") => void) & ((event: "lang-click", val: import('
|
|
88
|
+
$emit: ((event: "handle-click", val: any) => void) & ((event: "on-click") => void) & ((event: "lang-click", val: import('../../index').LangItemT) => void);
|
|
89
89
|
$el: HTMLDivElement;
|
|
90
|
-
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
90
|
+
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../index').NavMobileItemT> & Readonly<{
|
|
91
91
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
92
92
|
"onOn-click"?: (() => any) | undefined;
|
|
93
|
-
"onLang-click"?: ((val: import('
|
|
93
|
+
"onLang-click"?: ((val: import('../../index').LangItemT) => any) | undefined;
|
|
94
94
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
95
95
|
"handle-click": (val: any) => any;
|
|
96
96
|
"on-click": () => any;
|
|
97
|
-
"lang-click": (val: import('
|
|
97
|
+
"lang-click": (val: import('../../index').LangItemT) => any;
|
|
98
98
|
}, string, {
|
|
99
|
-
navData: import('
|
|
99
|
+
navData: import('../../index').NavItemT[];
|
|
100
100
|
menuShow: boolean;
|
|
101
101
|
}, {}, 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> & {
|
|
102
102
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -119,12 +119,12 @@ declare const OHeaderMobile: {
|
|
|
119
119
|
$nextTick: typeof import('../../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
120
120
|
$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;
|
|
121
121
|
} & Readonly<{
|
|
122
|
-
navData: import('
|
|
122
|
+
navData: import('../../index').NavItemT[];
|
|
123
123
|
menuShow: boolean;
|
|
124
|
-
}> & Omit<Readonly<import('
|
|
124
|
+
}> & Omit<Readonly<import('../../index').NavMobileItemT> & Readonly<{
|
|
125
125
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
126
126
|
"onOn-click"?: (() => any) | undefined;
|
|
127
|
-
"onLang-click"?: ((val: import('
|
|
127
|
+
"onLang-click"?: ((val: import('../../index').LangItemT) => any) | undefined;
|
|
128
128
|
}>, "navData" | "menuShow"> & {} & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
129
129
|
$slots: {
|
|
130
130
|
tool?(_: {}): any;
|
|
@@ -137,24 +137,24 @@ declare const OHeaderMobile: {
|
|
|
137
137
|
C: {};
|
|
138
138
|
M: {};
|
|
139
139
|
Defaults: {};
|
|
140
|
-
}, Readonly<import('
|
|
141
|
-
"onHandle-click"?: ((val: import('
|
|
140
|
+
}, Readonly<import('../../index').NavT> & Readonly<{
|
|
141
|
+
"onHandle-click"?: ((val: import('../../index').NavItemT) => any) | undefined;
|
|
142
142
|
"onGo-home"?: (() => any) | undefined;
|
|
143
|
-
"onLang-click"?: ((val: import('
|
|
143
|
+
"onLang-click"?: ((val: import('../../index').LangItemT) => any) | undefined;
|
|
144
144
|
"onGo-back"?: (() => any) | undefined;
|
|
145
145
|
}>, {}, {}, {}, {}, {}>;
|
|
146
146
|
__isFragment?: never;
|
|
147
147
|
__isTeleport?: never;
|
|
148
148
|
__isSuspense?: never;
|
|
149
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
150
|
-
"onHandle-click"?: ((val: import('
|
|
149
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../index').NavT> & Readonly<{
|
|
150
|
+
"onHandle-click"?: ((val: import('../../index').NavItemT) => any) | undefined;
|
|
151
151
|
"onGo-home"?: (() => any) | undefined;
|
|
152
|
-
"onLang-click"?: ((val: import('
|
|
152
|
+
"onLang-click"?: ((val: import('../../index').LangItemT) => any) | undefined;
|
|
153
153
|
"onGo-back"?: (() => any) | undefined;
|
|
154
154
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
155
|
-
"handle-click": (val: import('
|
|
155
|
+
"handle-click": (val: import('../../index').NavItemT) => any;
|
|
156
156
|
"go-home": () => any;
|
|
157
|
-
"lang-click": (val: import('
|
|
157
|
+
"lang-click": (val: import('../../index').LangItemT) => any;
|
|
158
158
|
"go-back": () => any;
|
|
159
159
|
}, 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 () => {
|
|
160
160
|
$slots: {
|
|
@@ -60,8 +60,8 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
|
|
|
60
60
|
}>, {
|
|
61
61
|
type: "auto" | "common" | "mobile";
|
|
62
62
|
disabled: boolean;
|
|
63
|
-
auto: boolean;
|
|
64
63
|
options: LanguageOptionT[];
|
|
64
|
+
auto: boolean;
|
|
65
65
|
itemRadius: number;
|
|
66
66
|
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, any>;
|
|
67
67
|
export default _default;
|
|
@@ -32,8 +32,8 @@ declare const OHeaderLanguageSwitcher: {
|
|
|
32
32
|
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
33
33
|
type: "auto" | "common" | "mobile";
|
|
34
34
|
disabled: boolean;
|
|
35
|
-
auto: boolean;
|
|
36
35
|
options: import('./OHeaderLanguageSwitcher.vue').LanguageOptionT[];
|
|
36
|
+
auto: boolean;
|
|
37
37
|
itemRadius: number;
|
|
38
38
|
}, true, {}, {}, 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, {
|
|
39
39
|
P: {};
|
|
@@ -72,8 +72,8 @@ declare const OHeaderLanguageSwitcher: {
|
|
|
72
72
|
}>, {}, {}, {}, {}, {
|
|
73
73
|
type: "auto" | "common" | "mobile";
|
|
74
74
|
disabled: boolean;
|
|
75
|
-
auto: boolean;
|
|
76
75
|
options: import('./OHeaderLanguageSwitcher.vue').LanguageOptionT[];
|
|
76
|
+
auto: boolean;
|
|
77
77
|
itemRadius: number;
|
|
78
78
|
}>;
|
|
79
79
|
__isFragment?: never;
|
|
@@ -111,8 +111,8 @@ declare const OHeaderLanguageSwitcher: {
|
|
|
111
111
|
}, string, {
|
|
112
112
|
type: "auto" | "common" | "mobile";
|
|
113
113
|
disabled: boolean;
|
|
114
|
-
auto: boolean;
|
|
115
114
|
options: import('./OHeaderLanguageSwitcher.vue').LanguageOptionT[];
|
|
115
|
+
auto: boolean;
|
|
116
116
|
itemRadius: number;
|
|
117
117
|
}, {}, 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 & {
|
|
118
118
|
install(app: App): void;
|