@opendesign-plus-test/components 0.0.1-rc.111 → 0.0.1-rc.112
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 +59 -75
- 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 +14 -14
- package/dist/components/header/components/HeaderNavMobile.vue.d.ts +1 -1
- package/dist/components/header/index.d.ts +23 -23
- package/dist/components/header-search/OHeaderSearch.vue.d.ts +6 -10
- package/dist/components/header-search/index.d.ts +16 -18
- 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 +31 -31
- package/dist/components/meeting/types.d.ts +1 -0
- package/dist/components/search/OSearchInput.vue.d.ts +6 -10
- package/dist/components/search/index.d.ts +14 -16
- package/dist/components/search/internal/SearchImageInput.vue.d.ts +1 -5
- package/dist/components.cjs.js +39 -39
- package/dist/components.css +1 -1
- package/dist/components.es.js +9457 -10024
- package/dist/index.d.ts +0 -1
- 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 +30 -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/OHeaderMobile.vue.d.ts +14 -14
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.d.ts +1 -1
- package/dist/treeshaking/components/header/index.d.ts +23 -23
- 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 +2 -2
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.css +36 -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 +21 -0
- package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
- package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.mjs +41 -18
- 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 +153 -6
- 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 -9
- package/dist/treeshaking/i18n/zh.mjs +1 -9
- package/dist/treeshaking/index.d.ts +0 -1
- package/dist/treeshaking/index.mjs +0 -5
- package/package.json +2 -2
- 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/meeting/components/OMeetingCalendarSelector.vue.d.ts +0 -664
- package/dist/treeshaking/_virtual/icon-smile.mjs +0 -21
- 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/feedback-doc/OFeedbackDoc.css +0 -20
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue.d.ts +0 -215
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue.mjs +0 -7
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue2.mjs +0 -157
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.css +0 -115
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue.d.ts +0 -36
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue.mjs +0 -7
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue2.mjs +0 -303
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocDialog.vue.d.ts +0 -34
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocDialog.vue.mjs +0 -92
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocDialog.vue2.mjs +0 -4
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.css +0 -22
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue.d.ts +0 -42
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue.mjs +0 -7
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue2.mjs +0 -90
- package/dist/treeshaking/components/feedback-doc/index.d.ts +0 -488
- package/dist/treeshaking/components/feedback-doc/index.mjs +0 -30
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +0 -664
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ export * from './components/config-provider';
|
|
|
4
4
|
export * from './components/cookie-notice';
|
|
5
5
|
export * from './components/element-plus';
|
|
6
6
|
export * from './components/events';
|
|
7
|
-
export * from './components/feedback-doc';
|
|
8
7
|
export * from './components/footer';
|
|
9
8
|
export * from './components/header';
|
|
10
9
|
export * from './components/header-language-switcher';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { App } from 'vue';
|
|
2
2
|
declare const OActivityForm: {
|
|
3
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
3
|
+
new (...args: any[]): import('vue').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').ComponentOptionsBase<Readonly<import('
|
|
154
|
+
} & import('vue').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').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
166
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
167
167
|
formRef: ({
|
|
168
168
|
$: import('vue').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').ComponentOptionsBase<Readonly<import('
|
|
304
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').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').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
313
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').MyActivityCalendarPropsT> & Readonly<{
|
|
314
314
|
onEdit?: ((...args: any[]) => any) | undefined;
|
|
315
315
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').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').ComponentOptionsBase<Readonly<import('
|
|
636
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').MyActivityCalendarPropsT> & Readonly<{
|
|
637
637
|
onEdit?: ((...args: any[]) => any) | undefined;
|
|
638
638
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
639
639
|
edit: (...args: any[]) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { App } from 'vue';
|
|
2
2
|
declare const OBanner: {
|
|
3
3
|
new (...args: any[]): import('vue').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').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').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
43
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').BannerContentProps> & Readonly<{
|
|
44
44
|
onClick?: ((href: string | undefined) => any) | undefined;
|
|
45
45
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').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').ComponentOptionsBase<Readonly<import('
|
|
60
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').BannerContentProps> & Readonly<{
|
|
61
61
|
onClick?: ((href: string | undefined) => any) | undefined;
|
|
62
62
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
63
63
|
click: (href: string | undefined) => any;
|
|
@@ -18,6 +18,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
18
18
|
if (!isClient) return;
|
|
19
19
|
const ele = contentRef.value;
|
|
20
20
|
if (!ele) return;
|
|
21
|
+
if (props.lines && props.lines > 1) {
|
|
22
|
+
const visibleHeight = ele.offsetHeight;
|
|
23
|
+
const prevDisplay = ele.style.display;
|
|
24
|
+
ele.style.display = "block";
|
|
25
|
+
const naturalHeight = ele.scrollHeight;
|
|
26
|
+
ele.style.display = prevDisplay;
|
|
27
|
+
if (naturalHeight && visibleHeight) {
|
|
28
|
+
ellipsis.value = naturalHeight > visibleHeight + 1;
|
|
29
|
+
}
|
|
30
|
+
return;
|
|
31
|
+
}
|
|
21
32
|
ellipsis.value = ele.scrollWidth > ele.offsetWidth + 1 || ele.scrollHeight > ele.offsetHeight + 1;
|
|
22
33
|
};
|
|
23
34
|
onMounted(() => {
|
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
background: linear-gradient(142.13deg, color-mix(in srgb, transparent 0%, transparent) 0%, color-mix(in srgb, rgba(var(--o-white), 0.6) 60%, transparent) 100%), var(--o-color-primary1);
|
|
477
477
|
}
|
|
478
478
|
.o-events-apply .events-apply-grid .step-item.step-3.is-dark {
|
|
479
|
-
background: linear-gradient(142.13deg, color-mix(in srgb, var(--o-color-primary1) 40%, transparent)
|
|
479
|
+
background: linear-gradient(142.13deg, color-mix(in srgb, var(--o-color-primary1) 40%, transparent) 30%, color-mix(in srgb, var(--o-color-primary1) 16%, transparent) 97%), var(--o-color-fill2);
|
|
480
480
|
}
|
|
481
481
|
.o-events-apply .events-apply-grid .step-item.step-3 .step-idx {
|
|
482
482
|
background-color: #fff;
|
|
@@ -51,6 +51,16 @@
|
|
|
51
51
|
padding: var(--o-gap-4) var(--o-gap-6);
|
|
52
52
|
align-items: center;
|
|
53
53
|
}
|
|
54
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
55
|
+
.o-events-calendar .o-collapse .o-collapse-item .o-collapse-item-header {
|
|
56
|
+
padding: var(--o-gap-3) var(--o-gap-5);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
@media (min-width: 841px) and (max-width: 1200px) {
|
|
60
|
+
.o-events-calendar .o-collapse .o-collapse-item .o-collapse-item-header {
|
|
61
|
+
padding: var(--o-gap-2) var(--o-gap-4);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
54
64
|
@media (max-width: 840px) {
|
|
55
65
|
.o-events-calendar .o-collapse .o-collapse-item .o-collapse-item-header {
|
|
56
66
|
padding: var(--o-gap-2) var(--o-gap-3);
|
|
@@ -81,10 +91,21 @@
|
|
|
81
91
|
.o-events-calendar .collapse-header .collapse-title {
|
|
82
92
|
display: flex;
|
|
83
93
|
align-items: center;
|
|
94
|
+
--title-icon-size: 24px;
|
|
95
|
+
}
|
|
96
|
+
@media (max-width: 1680px) {
|
|
97
|
+
.o-events-calendar .collapse-header .collapse-title {
|
|
98
|
+
--title-icon-size: 20px;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
@media (max-width: 840px) {
|
|
102
|
+
.o-events-calendar .collapse-header .collapse-title {
|
|
103
|
+
--title-icon-size: 24px;
|
|
104
|
+
}
|
|
84
105
|
}
|
|
85
106
|
.o-events-calendar .collapse-header .collapse-title .title-icon {
|
|
86
|
-
width:
|
|
87
|
-
height:
|
|
107
|
+
width: var(--title-icon-size);
|
|
108
|
+
height: var(--title-icon-size);
|
|
88
109
|
border-radius: 50%;
|
|
89
110
|
color: #fff;
|
|
90
111
|
display: flex;
|
|
@@ -93,24 +114,19 @@
|
|
|
93
114
|
margin-right: var(--o-gap-4);
|
|
94
115
|
background-color: rgb(var(--bg-color));
|
|
95
116
|
}
|
|
96
|
-
@media (max-width:
|
|
117
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
97
118
|
.o-events-calendar .collapse-header .collapse-title .title-icon {
|
|
98
|
-
margin-right: var(--o-gap-
|
|
99
|
-
}
|
|
119
|
+
margin-right: var(--o-gap-3);
|
|
100
120
|
}
|
|
101
|
-
.o-events-calendar .collapse-header .collapse-title .o-icon {
|
|
102
|
-
font-size: 20px;
|
|
103
|
-
color: var(--o-white);
|
|
104
121
|
}
|
|
105
|
-
@media (
|
|
106
|
-
.o-events-calendar .collapse-header .collapse-title .
|
|
107
|
-
|
|
122
|
+
@media (max-width: 1200px) {
|
|
123
|
+
.o-events-calendar .collapse-header .collapse-title .title-icon {
|
|
124
|
+
margin-right: var(--o-gap-2);
|
|
108
125
|
}
|
|
109
126
|
}
|
|
110
|
-
@media (min-width: 841px) and (max-width: 1200px) {
|
|
111
127
|
.o-events-calendar .collapse-header .collapse-title .o-icon {
|
|
112
|
-
|
|
113
|
-
|
|
128
|
+
font-size: var(--title-icon-size);
|
|
129
|
+
color: var(--o-white);
|
|
114
130
|
}
|
|
115
131
|
.o-events-calendar .collapse-header .collapse-title .o-icon svg {
|
|
116
132
|
fill: none;
|
|
@@ -147,6 +147,11 @@
|
|
|
147
147
|
gap: var(--o-gap-6);
|
|
148
148
|
margin-top: var(--o-gap-6);
|
|
149
149
|
}
|
|
150
|
+
@media screen and (max-width: 1000px) {
|
|
151
|
+
.o-events-list .list-content {
|
|
152
|
+
grid-template-columns: repeat(3, 1fr);
|
|
153
|
+
}
|
|
154
|
+
}
|
|
150
155
|
@media (max-width: 840px) {
|
|
151
156
|
.o-events-list .list-content {
|
|
152
157
|
grid-template-columns: repeat(1, 1fr);
|
|
@@ -180,6 +185,7 @@
|
|
|
180
185
|
.o-events-list .list-content .o-card {
|
|
181
186
|
aspect-ratio: 1/1;
|
|
182
187
|
position: relative;
|
|
188
|
+
--card-radius: var(--events-card-radius);
|
|
183
189
|
}
|
|
184
190
|
@media (max-width: 840px) {
|
|
185
191
|
.o-events-list .list-content .o-card {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { App } from 'vue';
|
|
2
2
|
declare const OEventsCalendar: {
|
|
3
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
4
|
-
data: import('
|
|
3
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').EventsCalendarPropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
4
|
+
data: import('./types').CalendarItemT[];
|
|
5
5
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').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').ComponentOptionsBase<Readonly<import('
|
|
19
|
-
data: import('
|
|
18
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').EventsCalendarPropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
19
|
+
data: import('./types').CalendarItemT[];
|
|
20
20
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
21
21
|
install(app: App): void;
|
|
22
22
|
};
|
|
23
23
|
declare const OEventsList: {
|
|
24
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
25
|
-
onSearch?: ((params: import('
|
|
24
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').EventsListPropsT> & Readonly<{
|
|
25
|
+
onSearch?: ((params: import('./types').SearchParamsT) => any) | undefined;
|
|
26
26
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
27
|
-
search: (params: import('
|
|
27
|
+
search: (params: import('./types').SearchParamsT) => any;
|
|
28
28
|
}, import('vue').PublicProps, {
|
|
29
|
-
data: import('
|
|
29
|
+
data: import('./types').EventsCardItemT[];
|
|
30
30
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').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').ComponentOptionsBase<Readonly<import('
|
|
46
|
-
onSearch?: ((params: import('
|
|
45
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').EventsListPropsT> & Readonly<{
|
|
46
|
+
onSearch?: ((params: import('./types').SearchParamsT) => any) | undefined;
|
|
47
47
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').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').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').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').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
61
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').EventsApplyPropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').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').ComponentOptionsBase<Readonly<import('
|
|
72
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').EventsApplyPropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').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 activeIndex: string | number;
|
|
25
25
|
readonly community?: string | undefined;
|
|
26
26
|
readonly "onHandle-click"?: ((val: any) => any) | undefined;
|
|
@@ -39,7 +39,7 @@ declare function __VLS_template(): {
|
|
|
39
39
|
$host: Element | null;
|
|
40
40
|
$emit: ((event: "handle-click", val: any) => void) & ((event: "on-click") => void) & ((event: "lang-click", val: LangItemT) => void);
|
|
41
41
|
$el: HTMLDivElement;
|
|
42
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('
|
|
42
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('./types.ts').NavMobileItemT> & Readonly<{
|
|
43
43
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
44
44
|
"onOn-click"?: (() => any) | undefined;
|
|
45
45
|
"onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
@@ -48,7 +48,7 @@ declare function __VLS_template(): {
|
|
|
48
48
|
"on-click": () => any;
|
|
49
49
|
"lang-click": (val: LangItemT) => any;
|
|
50
50
|
}, string, {
|
|
51
|
-
navData: import('
|
|
51
|
+
navData: import('./types.ts').NavItemT[];
|
|
52
52
|
menuShow: boolean;
|
|
53
53
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
54
54
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -71,9 +71,9 @@ declare function __VLS_template(): {
|
|
|
71
71
|
$nextTick: typeof import('vue').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').WatchOptions): import('vue').WatchStopHandle;
|
|
73
73
|
} & Readonly<{
|
|
74
|
-
navData: import('
|
|
74
|
+
navData: import('./types.ts').NavItemT[];
|
|
75
75
|
menuShow: boolean;
|
|
76
|
-
}> & Omit<Readonly<import('
|
|
76
|
+
}> & Omit<Readonly<import('./types.ts').NavMobileItemT> & Readonly<{
|
|
77
77
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
78
78
|
"onOn-click"?: (() => any) | undefined;
|
|
79
79
|
"onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
@@ -100,9 +100,9 @@ declare const __VLS_component: import('vue').DefineComponent<NavT, {}, {}, {}, {
|
|
|
100
100
|
$data: {};
|
|
101
101
|
$props: {
|
|
102
102
|
readonly menuShow: boolean;
|
|
103
|
-
readonly navData: import('
|
|
104
|
-
readonly codeData?: import('
|
|
105
|
-
readonly langData?: import('
|
|
103
|
+
readonly navData: import('./types.ts').NavItemT[];
|
|
104
|
+
readonly codeData?: import('./types.ts').CodeT | undefined;
|
|
105
|
+
readonly langData?: import('./types.ts').LangT | undefined;
|
|
106
106
|
readonly activeIndex: string | number;
|
|
107
107
|
readonly community?: string | undefined;
|
|
108
108
|
readonly "onHandle-click"?: ((val: any) => any) | undefined;
|
|
@@ -121,7 +121,7 @@ declare const __VLS_component: import('vue').DefineComponent<NavT, {}, {}, {}, {
|
|
|
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').ComponentOptionsBase<Readonly<import('
|
|
124
|
+
$options: import('vue').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,7 +130,7 @@ declare const __VLS_component: import('vue').DefineComponent<NavT, {}, {}, {}, {
|
|
|
130
130
|
"on-click": () => any;
|
|
131
131
|
"lang-click": (val: LangItemT) => any;
|
|
132
132
|
}, string, {
|
|
133
|
-
navData: import('
|
|
133
|
+
navData: import('./types.ts').NavItemT[];
|
|
134
134
|
menuShow: boolean;
|
|
135
135
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
136
136
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -153,9 +153,9 @@ declare const __VLS_component: import('vue').DefineComponent<NavT, {}, {}, {}, {
|
|
|
153
153
|
$nextTick: typeof import('vue').nextTick;
|
|
154
154
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
155
155
|
} & Readonly<{
|
|
156
|
-
navData: import('
|
|
156
|
+
navData: import('./types.ts').NavItemT[];
|
|
157
157
|
menuShow: boolean;
|
|
158
|
-
}> & Omit<Readonly<import('
|
|
158
|
+
}> & Omit<Readonly<import('./types.ts').NavMobileItemT> & Readonly<{
|
|
159
159
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
160
160
|
"onOn-click"?: (() => any) | undefined;
|
|
161
161
|
"onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
@@ -22,7 +22,7 @@ declare const __VLS_component: import('vue').DefineComponent<NavMobileItemT, {},
|
|
|
22
22
|
"onOn-click"?: (() => any) | undefined;
|
|
23
23
|
"onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
24
24
|
}>, {
|
|
25
|
-
navData: import('
|
|
25
|
+
navData: import('../types.ts').NavItemT[];
|
|
26
26
|
menuShow: boolean;
|
|
27
27
|
}, {}, {}, {}, string, import('vue').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';
|
|
2
2
|
declare const OHeader: {
|
|
3
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
3
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').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('./types').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').ComponentOptionsBase<Readonly<import('
|
|
32
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').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,13 +50,13 @@ declare const OHeader: {
|
|
|
50
50
|
install(app: App): void;
|
|
51
51
|
};
|
|
52
52
|
declare const OHeaderMobile: {
|
|
53
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
53
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').NavT> & Readonly<{
|
|
54
54
|
"onGo-home"?: (() => any) | undefined;
|
|
55
|
-
"onLang-click"?: ((val: import('
|
|
55
|
+
"onLang-click"?: ((val: import('./types').LangItemT) => any) | undefined;
|
|
56
56
|
"onGo-back"?: (() => any) | undefined;
|
|
57
57
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
58
58
|
"go-home": () => any;
|
|
59
|
-
"lang-click": (val: import('
|
|
59
|
+
"lang-click": (val: import('./types').LangItemT) => any;
|
|
60
60
|
"go-back": () => any;
|
|
61
61
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
62
62
|
mobileNav: ({
|
|
@@ -64,14 +64,14 @@ declare const OHeaderMobile: {
|
|
|
64
64
|
$data: {};
|
|
65
65
|
$props: {
|
|
66
66
|
readonly menuShow: boolean;
|
|
67
|
-
readonly navData: import('
|
|
68
|
-
readonly codeData?: import('
|
|
69
|
-
readonly langData?: import('
|
|
67
|
+
readonly navData: import('./types').NavItemT[];
|
|
68
|
+
readonly codeData?: import('./types').CodeT | undefined;
|
|
69
|
+
readonly langData?: import('./types').LangT | undefined;
|
|
70
70
|
readonly activeIndex: string | number;
|
|
71
71
|
readonly community?: string | undefined;
|
|
72
72
|
readonly "onHandle-click"?: ((val: any) => any) | undefined;
|
|
73
73
|
readonly "onOn-click"?: (() => any) | undefined;
|
|
74
|
-
readonly "onLang-click"?: ((val: import('
|
|
74
|
+
readonly "onLang-click"?: ((val: import('./types').LangItemT) => any) | undefined;
|
|
75
75
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
76
76
|
$attrs: import('vue').Attrs;
|
|
77
77
|
$refs: {
|
|
@@ -83,18 +83,18 @@ declare const OHeaderMobile: {
|
|
|
83
83
|
$root: import('vue').ComponentPublicInstance | null;
|
|
84
84
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
85
85
|
$host: Element | null;
|
|
86
|
-
$emit: ((event: "handle-click", val: any) => void) & ((event: "on-click") => void) & ((event: "lang-click", val: import('
|
|
86
|
+
$emit: ((event: "handle-click", val: any) => void) & ((event: "on-click") => void) & ((event: "lang-click", val: import('./types').LangItemT) => void);
|
|
87
87
|
$el: HTMLDivElement;
|
|
88
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('
|
|
88
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('./types').NavMobileItemT> & Readonly<{
|
|
89
89
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
90
90
|
"onOn-click"?: (() => any) | undefined;
|
|
91
|
-
"onLang-click"?: ((val: import('
|
|
91
|
+
"onLang-click"?: ((val: import('./types').LangItemT) => any) | undefined;
|
|
92
92
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
93
93
|
"handle-click": (val: any) => any;
|
|
94
94
|
"on-click": () => any;
|
|
95
|
-
"lang-click": (val: import('
|
|
95
|
+
"lang-click": (val: import('./types').LangItemT) => any;
|
|
96
96
|
}, string, {
|
|
97
|
-
navData: import('
|
|
97
|
+
navData: import('./types').NavItemT[];
|
|
98
98
|
menuShow: boolean;
|
|
99
99
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
100
100
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -117,12 +117,12 @@ declare const OHeaderMobile: {
|
|
|
117
117
|
$nextTick: typeof import('vue').nextTick;
|
|
118
118
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
119
119
|
} & Readonly<{
|
|
120
|
-
navData: import('
|
|
120
|
+
navData: import('./types').NavItemT[];
|
|
121
121
|
menuShow: boolean;
|
|
122
|
-
}> & Omit<Readonly<import('
|
|
122
|
+
}> & Omit<Readonly<import('./types').NavMobileItemT> & Readonly<{
|
|
123
123
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
124
124
|
"onOn-click"?: (() => any) | undefined;
|
|
125
|
-
"onLang-click"?: ((val: import('
|
|
125
|
+
"onLang-click"?: ((val: import('./types').LangItemT) => any) | undefined;
|
|
126
126
|
}>, "navData" | "menuShow"> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
127
127
|
$slots: {
|
|
128
128
|
tool?(_: {}): any;
|
|
@@ -135,21 +135,21 @@ declare const OHeaderMobile: {
|
|
|
135
135
|
C: {};
|
|
136
136
|
M: {};
|
|
137
137
|
Defaults: {};
|
|
138
|
-
}, Readonly<import('
|
|
138
|
+
}, Readonly<import('./types').NavT> & Readonly<{
|
|
139
139
|
"onGo-home"?: (() => any) | undefined;
|
|
140
|
-
"onLang-click"?: ((val: import('
|
|
140
|
+
"onLang-click"?: ((val: import('./types').LangItemT) => any) | undefined;
|
|
141
141
|
"onGo-back"?: (() => any) | undefined;
|
|
142
142
|
}>, {}, {}, {}, {}, {}>;
|
|
143
143
|
__isFragment?: never;
|
|
144
144
|
__isTeleport?: never;
|
|
145
145
|
__isSuspense?: never;
|
|
146
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
146
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').NavT> & Readonly<{
|
|
147
147
|
"onGo-home"?: (() => any) | undefined;
|
|
148
|
-
"onLang-click"?: ((val: import('
|
|
148
|
+
"onLang-click"?: ((val: import('./types').LangItemT) => any) | undefined;
|
|
149
149
|
"onGo-back"?: (() => any) | undefined;
|
|
150
150
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
151
151
|
"go-home": () => any;
|
|
152
|
-
"lang-click": (val: import('
|
|
152
|
+
"lang-click": (val: import('./types').LangItemT) => any;
|
|
153
153
|
"go-back": () => any;
|
|
154
154
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
155
155
|
$slots: {
|