@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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { App } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
2
|
declare const OActivityForm: {
|
|
3
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
3
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').ActivityFormPropsT> & Readonly<{
|
|
4
4
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
5
5
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
6
6
|
}>, {
|
|
@@ -142,7 +142,7 @@ declare const OActivityForm: {
|
|
|
142
142
|
C: {};
|
|
143
143
|
M: {};
|
|
144
144
|
Defaults: {};
|
|
145
|
-
}, Readonly<import('
|
|
145
|
+
}, Readonly<import('./types').ActivityFormPropsT> & Readonly<{
|
|
146
146
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
147
147
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
148
148
|
}>, {
|
|
@@ -151,7 +151,7 @@ declare const OActivityForm: {
|
|
|
151
151
|
__isFragment?: never;
|
|
152
152
|
__isTeleport?: never;
|
|
153
153
|
__isSuspense?: never;
|
|
154
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
154
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types').ActivityFormPropsT> & Readonly<{
|
|
155
155
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
156
156
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
157
157
|
}>, {
|
|
@@ -163,7 +163,7 @@ declare const OActivityForm: {
|
|
|
163
163
|
install(app: App): void;
|
|
164
164
|
};
|
|
165
165
|
declare const OActivityApproval: {
|
|
166
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
166
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {
|
|
167
167
|
formRef: ({
|
|
168
168
|
$: import('../../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|
|
169
169
|
$data: {};
|
|
@@ -297,11 +297,11 @@ declare const OActivityApproval: {
|
|
|
297
297
|
C: {};
|
|
298
298
|
M: {};
|
|
299
299
|
Defaults: {};
|
|
300
|
-
}, Readonly<import('
|
|
300
|
+
}, Readonly<import('./types').ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
301
301
|
__isFragment?: never;
|
|
302
302
|
__isTeleport?: never;
|
|
303
303
|
__isSuspense?: never;
|
|
304
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
304
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types').ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & (new () => {
|
|
305
305
|
$slots: {
|
|
306
306
|
'filter-empty'?(_: {}): any;
|
|
307
307
|
'filter-empty'?(_: {}): any;
|
|
@@ -310,7 +310,7 @@ declare const OActivityApproval: {
|
|
|
310
310
|
install(app: App): void;
|
|
311
311
|
};
|
|
312
312
|
declare const OActivityMyCalendar: {
|
|
313
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
313
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').MyActivityCalendarPropsT> & Readonly<{
|
|
314
314
|
onEdit?: ((...args: any[]) => any) | undefined;
|
|
315
315
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
316
316
|
edit: (...args: any[]) => void;
|
|
@@ -627,13 +627,13 @@ declare const OActivityMyCalendar: {
|
|
|
627
627
|
C: {};
|
|
628
628
|
M: {};
|
|
629
629
|
Defaults: {};
|
|
630
|
-
}, Readonly<import('
|
|
630
|
+
}, Readonly<import('./types').MyActivityCalendarPropsT> & Readonly<{
|
|
631
631
|
onEdit?: ((...args: any[]) => any) | undefined;
|
|
632
632
|
}>, {}, {}, {}, {}, {}>;
|
|
633
633
|
__isFragment?: never;
|
|
634
634
|
__isTeleport?: never;
|
|
635
635
|
__isSuspense?: never;
|
|
636
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
636
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types').MyActivityCalendarPropsT> & Readonly<{
|
|
637
637
|
onEdit?: ((...args: any[]) => any) | undefined;
|
|
638
638
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
639
639
|
edit: (...args: any[]) => void;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { App } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
2
|
declare const OBanner: {
|
|
3
3
|
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4
|
-
options?: import('
|
|
4
|
+
options?: import('./types').BannerItem | import('./types').BannerItem[];
|
|
5
5
|
size?: "large" | "medium" | "small" | "tiny";
|
|
6
6
|
contentJustifyCenter?: boolean;
|
|
7
7
|
autoPlay?: boolean;
|
|
@@ -17,7 +17,7 @@ declare const OBanner: {
|
|
|
17
17
|
M: {};
|
|
18
18
|
Defaults: {};
|
|
19
19
|
}, Readonly<{
|
|
20
|
-
options?: import('
|
|
20
|
+
options?: import('./types').BannerItem | import('./types').BannerItem[];
|
|
21
21
|
size?: "large" | "medium" | "small" | "tiny";
|
|
22
22
|
contentJustifyCenter?: boolean;
|
|
23
23
|
autoPlay?: boolean;
|
|
@@ -28,7 +28,7 @@ declare const OBanner: {
|
|
|
28
28
|
__isTeleport?: never;
|
|
29
29
|
__isSuspense?: never;
|
|
30
30
|
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<{
|
|
31
|
-
options?: import('
|
|
31
|
+
options?: import('./types').BannerItem | import('./types').BannerItem[];
|
|
32
32
|
size?: "large" | "medium" | "small" | "tiny";
|
|
33
33
|
contentJustifyCenter?: boolean;
|
|
34
34
|
autoPlay?: boolean;
|
|
@@ -40,7 +40,7 @@ declare const OBanner: {
|
|
|
40
40
|
install(app: App): void;
|
|
41
41
|
};
|
|
42
42
|
declare const OBannerContent: {
|
|
43
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
43
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').BannerContentProps> & Readonly<{
|
|
44
44
|
onClick?: ((href: string | undefined) => any) | undefined;
|
|
45
45
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
46
46
|
click: (href: string | undefined) => any;
|
|
@@ -51,13 +51,13 @@ declare const OBannerContent: {
|
|
|
51
51
|
C: {};
|
|
52
52
|
M: {};
|
|
53
53
|
Defaults: {};
|
|
54
|
-
}, Readonly<import('
|
|
54
|
+
}, Readonly<import('./types').BannerContentProps> & Readonly<{
|
|
55
55
|
onClick?: ((href: string | undefined) => any) | undefined;
|
|
56
56
|
}>, {}, {}, {}, {}, {}>;
|
|
57
57
|
__isFragment?: never;
|
|
58
58
|
__isTeleport?: never;
|
|
59
59
|
__isSuspense?: never;
|
|
60
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
60
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types').BannerContentProps> & Readonly<{
|
|
61
61
|
onClick?: ((href: string | undefined) => any) | undefined;
|
|
62
62
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
63
63
|
click: (href: string | undefined) => any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { App } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
2
|
declare const OEventsCalendar: {
|
|
3
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
4
|
-
data: import('
|
|
3
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').EventsCalendarPropsT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
4
|
+
data: import('./types').CalendarItemT[];
|
|
5
5
|
}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
6
6
|
P: {};
|
|
7
7
|
B: {};
|
|
@@ -9,24 +9,24 @@ declare const OEventsCalendar: {
|
|
|
9
9
|
C: {};
|
|
10
10
|
M: {};
|
|
11
11
|
Defaults: {};
|
|
12
|
-
}, Readonly<import('
|
|
13
|
-
data: import('
|
|
12
|
+
}, Readonly<import('./types').EventsCalendarPropsT> & Readonly<{}>, {}, {}, {}, {}, {
|
|
13
|
+
data: import('./types').CalendarItemT[];
|
|
14
14
|
}>;
|
|
15
15
|
__isFragment?: never;
|
|
16
16
|
__isTeleport?: never;
|
|
17
17
|
__isSuspense?: never;
|
|
18
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
19
|
-
data: import('
|
|
18
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types').EventsCalendarPropsT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, {
|
|
19
|
+
data: import('./types').CalendarItemT[];
|
|
20
20
|
}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & {
|
|
21
21
|
install(app: App): void;
|
|
22
22
|
};
|
|
23
23
|
declare const OEventsList: {
|
|
24
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
25
|
-
onSearch?: ((params: import('
|
|
24
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').EventsListPropsT> & Readonly<{
|
|
25
|
+
onSearch?: ((params: import('./types').SearchParamsT) => any) | undefined;
|
|
26
26
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
27
|
-
search: (params: import('
|
|
27
|
+
search: (params: import('./types').SearchParamsT) => any;
|
|
28
28
|
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
29
|
-
data: import('
|
|
29
|
+
data: import('./types').EventsCardItemT[];
|
|
30
30
|
}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
31
31
|
P: {};
|
|
32
32
|
B: {};
|
|
@@ -34,20 +34,20 @@ declare const OEventsList: {
|
|
|
34
34
|
C: {};
|
|
35
35
|
M: {};
|
|
36
36
|
Defaults: {};
|
|
37
|
-
}, Readonly<import('
|
|
38
|
-
onSearch?: ((params: import('
|
|
37
|
+
}, Readonly<import('./types').EventsListPropsT> & Readonly<{
|
|
38
|
+
onSearch?: ((params: import('./types').SearchParamsT) => any) | undefined;
|
|
39
39
|
}>, {}, {}, {}, {}, {
|
|
40
|
-
data: import('
|
|
40
|
+
data: import('./types').EventsCardItemT[];
|
|
41
41
|
}>;
|
|
42
42
|
__isFragment?: never;
|
|
43
43
|
__isTeleport?: never;
|
|
44
44
|
__isSuspense?: never;
|
|
45
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
46
|
-
onSearch?: ((params: import('
|
|
45
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types').EventsListPropsT> & Readonly<{
|
|
46
|
+
onSearch?: ((params: import('./types').SearchParamsT) => any) | undefined;
|
|
47
47
|
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {} & {
|
|
48
|
-
search: (params: import('
|
|
48
|
+
search: (params: import('./types').SearchParamsT) => any;
|
|
49
49
|
}, string, {
|
|
50
|
-
data: import('
|
|
50
|
+
data: import('./types').EventsCardItemT[];
|
|
51
51
|
}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & (new () => {
|
|
52
52
|
$slots: Readonly<{
|
|
53
53
|
empty?: () => any;
|
|
@@ -58,18 +58,18 @@ declare const OEventsList: {
|
|
|
58
58
|
install(app: App): void;
|
|
59
59
|
};
|
|
60
60
|
declare const OEventsApply: {
|
|
61
|
-
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
61
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').EventsApplyPropsT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
62
62
|
P: {};
|
|
63
63
|
B: {};
|
|
64
64
|
D: {};
|
|
65
65
|
C: {};
|
|
66
66
|
M: {};
|
|
67
67
|
Defaults: {};
|
|
68
|
-
}, Readonly<import('
|
|
68
|
+
}, Readonly<import('./types').EventsApplyPropsT> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
69
69
|
__isFragment?: never;
|
|
70
70
|
__isTeleport?: never;
|
|
71
71
|
__isSuspense?: never;
|
|
72
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
72
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types').EventsApplyPropsT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & (new () => {
|
|
73
73
|
$slots: Partial<Record<`step${number}`, (_: {}) => any>>;
|
|
74
74
|
}) & {
|
|
75
75
|
install(app: App): void;
|
|
@@ -18,9 +18,9 @@ declare function __VLS_template(): {
|
|
|
18
18
|
$data: {};
|
|
19
19
|
$props: {
|
|
20
20
|
readonly menuShow: boolean;
|
|
21
|
-
readonly navData: import('
|
|
22
|
-
readonly codeData?: import('
|
|
23
|
-
readonly langData?: import('
|
|
21
|
+
readonly navData: import('./types.ts').NavItemT[];
|
|
22
|
+
readonly codeData?: import('./types.ts').CodeT | undefined;
|
|
23
|
+
readonly langData?: import('./types.ts').LangT | undefined;
|
|
24
24
|
readonly 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/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
42
|
+
$options: import('../../../vue/dist/vue.esm-bundler.js').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/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & {
|
|
54
54
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -71,9 +71,9 @@ declare function __VLS_template(): {
|
|
|
71
71
|
$nextTick: typeof import('../../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
72
72
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('../../../vue/dist/vue.esm-bundler.js').WatchOptions): import('../../../vue/dist/vue.esm-bundler.js').WatchStopHandle;
|
|
73
73
|
} & Readonly<{
|
|
74
|
-
navData: import('
|
|
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/dist/vue.esm-bundler.js').De
|
|
|
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/dist/vue.esm-bundler.js').De
|
|
|
121
121
|
$host: Element | null;
|
|
122
122
|
$emit: ((event: "handle-click", val: any) => void) & ((event: "on-click") => void) & ((event: "lang-click", val: LangItemT) => void);
|
|
123
123
|
$el: HTMLDivElement;
|
|
124
|
-
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
124
|
+
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('./types.ts').NavMobileItemT> & Readonly<{
|
|
125
125
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
126
126
|
"onOn-click"?: (() => any) | undefined;
|
|
127
127
|
"onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
@@ -130,7 +130,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
130
130
|
"on-click": () => any;
|
|
131
131
|
"lang-click": (val: LangItemT) => any;
|
|
132
132
|
}, string, {
|
|
133
|
-
navData: import('
|
|
133
|
+
navData: import('./types.ts').NavItemT[];
|
|
134
134
|
menuShow: boolean;
|
|
135
135
|
}, {}, 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> & {
|
|
136
136
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -153,9 +153,9 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
153
153
|
$nextTick: typeof import('../../../vue/dist/vue.esm-bundler.js').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/dist/vue.esm-bundler.js').WatchOptions): import('../../../vue/dist/vue.esm-bundler.js').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/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('../types.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('./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/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
32
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').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/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
53
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').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/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').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/dist/vue.esm-bundler.js').PublicProps, {}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').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/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps;
|
|
76
76
|
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
77
77
|
$refs: {
|
|
@@ -83,18 +83,18 @@ declare const OHeaderMobile: {
|
|
|
83
83
|
$root: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
84
84
|
$parent: import('../../../vue/dist/vue.esm-bundler.js').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/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
88
|
+
$options: import('../../../vue/dist/vue.esm-bundler.js').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/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').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/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & {
|
|
100
100
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -117,12 +117,12 @@ declare const OHeaderMobile: {
|
|
|
117
117
|
$nextTick: typeof import('../../../vue/dist/vue.esm-bundler.js').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/dist/vue.esm-bundler.js').WatchOptions): import('../../../vue/dist/vue.esm-bundler.js').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/dist/vue.esm-bundler.js').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/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('
|
|
146
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').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/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').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/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 () => {
|
|
155
155
|
$slots: {
|
|
@@ -442,14 +442,12 @@ declare function __VLS_template(): {
|
|
|
442
442
|
append(): any;
|
|
443
443
|
prefix(): any;
|
|
444
444
|
suffix(): any;
|
|
445
|
-
extra(): any;
|
|
446
445
|
}> & {
|
|
447
446
|
default(): any;
|
|
448
447
|
prepend(): any;
|
|
449
448
|
append(): any;
|
|
450
449
|
prefix(): any;
|
|
451
450
|
suffix(): any;
|
|
452
|
-
extra(): any;
|
|
453
451
|
};
|
|
454
452
|
}) | null;
|
|
455
453
|
uploadBtnRef: HTMLSpanElement;
|
|
@@ -481,8 +479,8 @@ declare function __VLS_template(): {
|
|
|
481
479
|
disabled: boolean;
|
|
482
480
|
modelValue: string;
|
|
483
481
|
clearable: boolean;
|
|
484
|
-
expanded: boolean;
|
|
485
482
|
preview: boolean;
|
|
483
|
+
expanded: boolean;
|
|
486
484
|
imageUrl: string;
|
|
487
485
|
enableImageSearch: boolean;
|
|
488
486
|
maxImageSize: number;
|
|
@@ -514,8 +512,8 @@ declare function __VLS_template(): {
|
|
|
514
512
|
disabled: boolean;
|
|
515
513
|
modelValue: string;
|
|
516
514
|
clearable: boolean;
|
|
517
|
-
expanded: boolean;
|
|
518
515
|
preview: boolean;
|
|
516
|
+
expanded: boolean;
|
|
519
517
|
imageUrl: string;
|
|
520
518
|
enableImageSearch: boolean;
|
|
521
519
|
maxImageSize: number;
|
|
@@ -524,7 +522,7 @@ declare function __VLS_template(): {
|
|
|
524
522
|
allowedImageTypes: string[];
|
|
525
523
|
}> & Omit<Readonly<import('../search/internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
526
524
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
527
|
-
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "clearable" | "
|
|
525
|
+
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "clearable" | "preview" | "expanded" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
|
|
528
526
|
focus: () => void | undefined;
|
|
529
527
|
blur: () => void | undefined;
|
|
530
528
|
awaitUpload: () => Promise<void>;
|
|
@@ -928,14 +926,12 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
928
926
|
append(): any;
|
|
929
927
|
prefix(): any;
|
|
930
928
|
suffix(): any;
|
|
931
|
-
extra(): any;
|
|
932
929
|
}> & {
|
|
933
930
|
default(): any;
|
|
934
931
|
prepend(): any;
|
|
935
932
|
append(): any;
|
|
936
933
|
prefix(): any;
|
|
937
934
|
suffix(): any;
|
|
938
|
-
extra(): any;
|
|
939
935
|
};
|
|
940
936
|
}) | null;
|
|
941
937
|
uploadBtnRef: HTMLSpanElement;
|
|
@@ -967,8 +963,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
967
963
|
disabled: boolean;
|
|
968
964
|
modelValue: string;
|
|
969
965
|
clearable: boolean;
|
|
970
|
-
expanded: boolean;
|
|
971
966
|
preview: boolean;
|
|
967
|
+
expanded: boolean;
|
|
972
968
|
imageUrl: string;
|
|
973
969
|
enableImageSearch: boolean;
|
|
974
970
|
maxImageSize: number;
|
|
@@ -1000,8 +996,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
1000
996
|
disabled: boolean;
|
|
1001
997
|
modelValue: string;
|
|
1002
998
|
clearable: boolean;
|
|
1003
|
-
expanded: boolean;
|
|
1004
999
|
preview: boolean;
|
|
1000
|
+
expanded: boolean;
|
|
1005
1001
|
imageUrl: string;
|
|
1006
1002
|
enableImageSearch: boolean;
|
|
1007
1003
|
maxImageSize: number;
|
|
@@ -1010,7 +1006,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
1010
1006
|
allowedImageTypes: string[];
|
|
1011
1007
|
}> & Omit<Readonly<import('../search/internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
1012
1008
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
1013
|
-
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "clearable" | "
|
|
1009
|
+
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "clearable" | "preview" | "expanded" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
|
|
1014
1010
|
focus: () => void | undefined;
|
|
1015
1011
|
blur: () => void | undefined;
|
|
1016
1012
|
awaitUpload: () => Promise<void>;
|