@opendesign-plus-test/components 0.0.1-rc.112 → 0.0.1-rc.113
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 +75 -59
- 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/feedback-doc/OFeedbackDoc.vue.d.ts +215 -0
- package/dist/components/feedback-doc/OFeedbackDocContent.vue.d.ts +36 -0
- package/dist/components/feedback-doc/OFeedbackDocDialog.vue.d.ts +34 -0
- package/dist/components/feedback-doc/OFeedbackDocPopup.vue.d.ts +42 -0
- package/dist/components/feedback-doc/index.d.ts +488 -0
- 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 +10 -6
- package/dist/components/header-search/index.d.ts +18 -16
- package/dist/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
- package/dist/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +664 -0
- 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 +0 -1
- package/dist/components/search/OSearchInput.vue.d.ts +10 -6
- package/dist/components/search/index.d.ts +16 -14
- package/dist/components/search/internal/SearchImageInput.vue.d.ts +5 -1
- package/dist/components.cjs.js +39 -39
- package/dist/components.css +1 -1
- package/dist/components.es.js +10024 -9457
- package/dist/index.d.ts +1 -0
- package/dist/treeshaking/_virtual/icon-smile.mjs +21 -0
- 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/MoreText.css +69 -0
- package/dist/treeshaking/components/common/MoreText.vue.mjs +88 -0
- package/dist/treeshaking/components/common/MoreText.vue3.mjs +5 -0
- package/dist/treeshaking/components/common/TooltipText.css +0 -1
- package/dist/treeshaking/components/common/TooltipText.vue.mjs +0 -11
- package/dist/treeshaking/components/events/OEventsApply.css +1 -1
- package/dist/treeshaking/components/events/OEventsCalendar.css +14 -30
- package/dist/treeshaking/components/events/OEventsList.css +0 -6
- package/dist/treeshaking/components/events/index.d.ts +20 -20
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.css +20 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue.d.ts +215 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue.mjs +7 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue2.mjs +157 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.css +115 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue.d.ts +36 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue.mjs +7 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue2.mjs +303 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocDialog.vue.d.ts +34 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocDialog.vue.mjs +92 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocDialog.vue2.mjs +4 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.css +22 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue.d.ts +42 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue.mjs +7 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue2.mjs +90 -0
- package/dist/treeshaking/components/feedback-doc/index.d.ts +488 -0
- package/dist/treeshaking/components/feedback-doc/index.mjs +30 -0
- 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 +10 -6
- package/dist/treeshaking/components/header-search/index.d.ts +18 -16
- package/dist/treeshaking/components/meeting/OMeetingCalendar.css +2 -2
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.css +53 -36
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.vue.mjs +0 -1
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar2.css +0 -8
- package/dist/treeshaking/components/meeting/OMeetingPlayback.css +0 -21
- package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
- package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.mjs +18 -41
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.css +7 -5
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.vue.mjs +6 -3
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +664 -0
- package/dist/treeshaking/components/meeting/components/OMeetingDetail.css +1 -1
- package/dist/treeshaking/components/meeting/components/OMeetingDetail.vue.mjs +6 -10
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackSubtitles.css +6 -153
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackVideo.css +2 -9
- 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 +0 -1
- package/dist/treeshaking/components/search/OSearchInput.vue.d.ts +10 -6
- package/dist/treeshaking/components/search/index.d.ts +16 -14
- package/dist/treeshaking/components/search/internal/SearchImageInput.vue.d.ts +5 -1
- package/dist/treeshaking/i18n/en.mjs +9 -1
- package/dist/treeshaking/i18n/zh.mjs +9 -1
- package/dist/treeshaking/index.d.ts +1 -0
- package/dist/treeshaking/index.mjs +5 -0
- package/package.json +2 -2
|
@@ -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('../../index').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('../../index').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('../../index').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('../../index').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('../../index').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('../../index').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('../../index').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('../../index').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('../../index').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('../../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;
|
|
@@ -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('../../index').EventsApplyPropsT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
62
62
|
P: {};
|
|
63
63
|
B: {};
|
|
64
64
|
D: {};
|
|
65
65
|
C: {};
|
|
66
66
|
M: {};
|
|
67
67
|
Defaults: {};
|
|
68
|
-
}, Readonly<import('
|
|
68
|
+
}, Readonly<import('../../index').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('../../index').EventsApplyPropsT> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions> & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps & (new () => {
|
|
73
73
|
$slots: Partial<Record<`step${number}`, (_: {}) => any>>;
|
|
74
74
|
}) & {
|
|
75
75
|
install(app: App): void;
|
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
import { ComponentPublicInstance } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
wrapper?: string | HTMLElement | null | undefined;
|
|
4
|
+
target?: string | HTMLElement | ComponentPublicInstance | null;
|
|
5
|
+
position?: 'br' | 'rt' | 'tr' | 'left' | 'right' | 'top' | 'bottom' | 'rb' | 'tl' | 'bl' | 'lt' | 'lb';
|
|
6
|
+
disableTip?: boolean;
|
|
7
|
+
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
8
|
+
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_PublicProps = {
|
|
11
|
+
'efficiency'?: number;
|
|
12
|
+
'accuracy'?: number;
|
|
13
|
+
'completeness'?: number;
|
|
14
|
+
'usability'?: number;
|
|
15
|
+
'feedback'?: string;
|
|
16
|
+
} & __VLS_Props;
|
|
17
|
+
declare function __VLS_template(): {
|
|
18
|
+
attrs: Partial<{}>;
|
|
19
|
+
slots: {
|
|
20
|
+
default?(_: {}): any;
|
|
21
|
+
};
|
|
22
|
+
refs: {
|
|
23
|
+
feedbackRef: ({
|
|
24
|
+
$: import('../../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|
|
25
|
+
$data: {};
|
|
26
|
+
$props: Partial<{
|
|
27
|
+
button: boolean;
|
|
28
|
+
disabled: boolean;
|
|
29
|
+
loading: boolean;
|
|
30
|
+
}> & Omit<{
|
|
31
|
+
readonly loading: boolean;
|
|
32
|
+
readonly disabled: boolean;
|
|
33
|
+
readonly button: boolean;
|
|
34
|
+
readonly icon?: import('../../../vue/dist/vue.esm-bundler.js').Component<any, any, any, import('../../../vue/dist/vue.esm-bundler.js').ComputedOptions, import('../../../vue/dist/vue.esm-bundler.js').MethodOptions, {}, any> | undefined;
|
|
35
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "loading" | "disabled" | "button">;
|
|
36
|
+
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
37
|
+
$refs: {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
$slots: Readonly<{
|
|
41
|
+
[name: string]: import('../../../vue/dist/vue.esm-bundler.js').Slot<any> | undefined;
|
|
42
|
+
}>;
|
|
43
|
+
$root: ComponentPublicInstance | null;
|
|
44
|
+
$parent: ComponentPublicInstance | null;
|
|
45
|
+
$host: Element | null;
|
|
46
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
47
|
+
$el: HTMLDivElement;
|
|
48
|
+
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
49
|
+
icon: {
|
|
50
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('../../../vue/dist/vue.esm-bundler.js').Component>;
|
|
51
|
+
};
|
|
52
|
+
button: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
};
|
|
55
|
+
disabled: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
};
|
|
58
|
+
loading: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
};
|
|
61
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, {
|
|
62
|
+
button: boolean;
|
|
63
|
+
disabled: boolean;
|
|
64
|
+
loading: boolean;
|
|
65
|
+
}, {}, 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> & {
|
|
66
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
67
|
+
created?: (() => void) | (() => void)[];
|
|
68
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
69
|
+
mounted?: (() => void) | (() => void)[];
|
|
70
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
71
|
+
updated?: (() => void) | (() => void)[];
|
|
72
|
+
activated?: (() => void) | (() => void)[];
|
|
73
|
+
deactivated?: (() => void) | (() => void)[];
|
|
74
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
75
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
76
|
+
destroyed?: (() => void) | (() => void)[];
|
|
77
|
+
unmounted?: (() => void) | (() => void)[];
|
|
78
|
+
renderTracked?: ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
79
|
+
renderTriggered?: ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
80
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
81
|
+
};
|
|
82
|
+
$forceUpdate: () => void;
|
|
83
|
+
$nextTick: typeof import('../../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
84
|
+
$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;
|
|
85
|
+
} & Readonly<{
|
|
86
|
+
button: boolean;
|
|
87
|
+
disabled: boolean;
|
|
88
|
+
loading: boolean;
|
|
89
|
+
}> & Omit<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
90
|
+
icon: {
|
|
91
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('../../../vue/dist/vue.esm-bundler.js').Component>;
|
|
92
|
+
};
|
|
93
|
+
button: {
|
|
94
|
+
type: BooleanConstructor;
|
|
95
|
+
};
|
|
96
|
+
disabled: {
|
|
97
|
+
type: BooleanConstructor;
|
|
98
|
+
};
|
|
99
|
+
loading: {
|
|
100
|
+
type: BooleanConstructor;
|
|
101
|
+
};
|
|
102
|
+
}>> & Readonly<{}>, "loading" | "disabled" | "button"> & {} & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
103
|
+
$slots: {
|
|
104
|
+
default?(_: {}): any;
|
|
105
|
+
};
|
|
106
|
+
}) | null;
|
|
107
|
+
};
|
|
108
|
+
rootEl: HTMLDivElement;
|
|
109
|
+
};
|
|
110
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
111
|
+
declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
112
|
+
"update:efficiency": (value: number) => any;
|
|
113
|
+
"update:accuracy": (value: number) => any;
|
|
114
|
+
"update:completeness": (value: number) => any;
|
|
115
|
+
"update:usability": (value: number) => any;
|
|
116
|
+
"update:feedback": (value: string) => any;
|
|
117
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
118
|
+
"onUpdate:efficiency"?: ((value: number) => any) | undefined;
|
|
119
|
+
"onUpdate:accuracy"?: ((value: number) => any) | undefined;
|
|
120
|
+
"onUpdate:completeness"?: ((value: number) => any) | undefined;
|
|
121
|
+
"onUpdate:usability"?: ((value: number) => any) | undefined;
|
|
122
|
+
"onUpdate:feedback"?: ((value: string) => any) | undefined;
|
|
123
|
+
}>, {}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
|
|
124
|
+
feedbackRef: ({
|
|
125
|
+
$: import('../../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|
|
126
|
+
$data: {};
|
|
127
|
+
$props: Partial<{
|
|
128
|
+
button: boolean;
|
|
129
|
+
disabled: boolean;
|
|
130
|
+
loading: boolean;
|
|
131
|
+
}> & Omit<{
|
|
132
|
+
readonly loading: boolean;
|
|
133
|
+
readonly disabled: boolean;
|
|
134
|
+
readonly button: boolean;
|
|
135
|
+
readonly icon?: import('../../../vue/dist/vue.esm-bundler.js').Component<any, any, any, import('../../../vue/dist/vue.esm-bundler.js').ComputedOptions, import('../../../vue/dist/vue.esm-bundler.js').MethodOptions, {}, any> | undefined;
|
|
136
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "loading" | "disabled" | "button">;
|
|
137
|
+
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
138
|
+
$refs: {
|
|
139
|
+
[x: string]: unknown;
|
|
140
|
+
};
|
|
141
|
+
$slots: Readonly<{
|
|
142
|
+
[name: string]: import('../../../vue/dist/vue.esm-bundler.js').Slot<any> | undefined;
|
|
143
|
+
}>;
|
|
144
|
+
$root: ComponentPublicInstance | null;
|
|
145
|
+
$parent: ComponentPublicInstance | null;
|
|
146
|
+
$host: Element | null;
|
|
147
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
148
|
+
$el: HTMLDivElement;
|
|
149
|
+
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
150
|
+
icon: {
|
|
151
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('../../../vue/dist/vue.esm-bundler.js').Component>;
|
|
152
|
+
};
|
|
153
|
+
button: {
|
|
154
|
+
type: BooleanConstructor;
|
|
155
|
+
};
|
|
156
|
+
disabled: {
|
|
157
|
+
type: BooleanConstructor;
|
|
158
|
+
};
|
|
159
|
+
loading: {
|
|
160
|
+
type: BooleanConstructor;
|
|
161
|
+
};
|
|
162
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, {
|
|
163
|
+
button: boolean;
|
|
164
|
+
disabled: boolean;
|
|
165
|
+
loading: boolean;
|
|
166
|
+
}, {}, 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> & {
|
|
167
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
168
|
+
created?: (() => void) | (() => void)[];
|
|
169
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
170
|
+
mounted?: (() => void) | (() => void)[];
|
|
171
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
172
|
+
updated?: (() => void) | (() => void)[];
|
|
173
|
+
activated?: (() => void) | (() => void)[];
|
|
174
|
+
deactivated?: (() => void) | (() => void)[];
|
|
175
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
176
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
177
|
+
destroyed?: (() => void) | (() => void)[];
|
|
178
|
+
unmounted?: (() => void) | (() => void)[];
|
|
179
|
+
renderTracked?: ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
180
|
+
renderTriggered?: ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
181
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
182
|
+
};
|
|
183
|
+
$forceUpdate: () => void;
|
|
184
|
+
$nextTick: typeof import('../../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
185
|
+
$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;
|
|
186
|
+
} & Readonly<{
|
|
187
|
+
button: boolean;
|
|
188
|
+
disabled: boolean;
|
|
189
|
+
loading: boolean;
|
|
190
|
+
}> & Omit<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
191
|
+
icon: {
|
|
192
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<import('../../../vue/dist/vue.esm-bundler.js').Component>;
|
|
193
|
+
};
|
|
194
|
+
button: {
|
|
195
|
+
type: BooleanConstructor;
|
|
196
|
+
};
|
|
197
|
+
disabled: {
|
|
198
|
+
type: BooleanConstructor;
|
|
199
|
+
};
|
|
200
|
+
loading: {
|
|
201
|
+
type: BooleanConstructor;
|
|
202
|
+
};
|
|
203
|
+
}>> & Readonly<{}>, "loading" | "disabled" | "button"> & {} & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
204
|
+
$slots: {
|
|
205
|
+
default?(_: {}): any;
|
|
206
|
+
};
|
|
207
|
+
}) | null;
|
|
208
|
+
}, HTMLDivElement>;
|
|
209
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
210
|
+
export default _default;
|
|
211
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
212
|
+
new (): {
|
|
213
|
+
$slots: S;
|
|
214
|
+
};
|
|
215
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
hideClose?: boolean;
|
|
3
|
+
disableTip?: boolean;
|
|
4
|
+
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
5
|
+
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
6
|
+
};
|
|
7
|
+
type __VLS_PublicProps = {
|
|
8
|
+
'efficiency'?: number;
|
|
9
|
+
'accuracy'?: number;
|
|
10
|
+
'completeness'?: number;
|
|
11
|
+
'usability'?: number;
|
|
12
|
+
'feedback'?: string;
|
|
13
|
+
} & __VLS_Props;
|
|
14
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
15
|
+
"update:efficiency": (value: number) => any;
|
|
16
|
+
"update:accuracy": (value: number) => any;
|
|
17
|
+
"update:completeness": (value: number) => any;
|
|
18
|
+
"update:usability": (value: number) => any;
|
|
19
|
+
"update:feedback": (value: string) => any;
|
|
20
|
+
} & {
|
|
21
|
+
close: () => any;
|
|
22
|
+
change: () => any;
|
|
23
|
+
submit: (data: Record<string, any>) => any;
|
|
24
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
25
|
+
onClose?: (() => any) | undefined;
|
|
26
|
+
onChange?: (() => any) | undefined;
|
|
27
|
+
onSubmit?: ((data: Record<string, any>) => any) | undefined;
|
|
28
|
+
"onUpdate:efficiency"?: ((value: number) => any) | undefined;
|
|
29
|
+
"onUpdate:accuracy"?: ((value: number) => any) | undefined;
|
|
30
|
+
"onUpdate:completeness"?: ((value: number) => any) | undefined;
|
|
31
|
+
"onUpdate:usability"?: ((value: number) => any) | undefined;
|
|
32
|
+
"onUpdate:feedback"?: ((value: string) => any) | undefined;
|
|
33
|
+
}>, {
|
|
34
|
+
hideClose: boolean;
|
|
35
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
36
|
+
export default _default;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
disableTip?: boolean;
|
|
3
|
+
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
4
|
+
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_PublicProps = {
|
|
7
|
+
'visible'?: boolean;
|
|
8
|
+
'efficiency'?: number;
|
|
9
|
+
'accuracy'?: number;
|
|
10
|
+
'completeness'?: number;
|
|
11
|
+
'usability'?: number;
|
|
12
|
+
'feedback'?: string;
|
|
13
|
+
} & __VLS_Props;
|
|
14
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
15
|
+
"update:visible": (value: boolean) => any;
|
|
16
|
+
"update:efficiency": (value: number) => any;
|
|
17
|
+
"update:accuracy": (value: number) => any;
|
|
18
|
+
"update:completeness": (value: number) => any;
|
|
19
|
+
"update:usability": (value: number) => any;
|
|
20
|
+
"update:feedback": (value: string) => any;
|
|
21
|
+
} & {
|
|
22
|
+
close: () => any;
|
|
23
|
+
change: () => any;
|
|
24
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
25
|
+
onClose?: (() => any) | undefined;
|
|
26
|
+
onChange?: (() => any) | undefined;
|
|
27
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
28
|
+
"onUpdate:efficiency"?: ((value: number) => any) | undefined;
|
|
29
|
+
"onUpdate:accuracy"?: ((value: number) => any) | undefined;
|
|
30
|
+
"onUpdate:completeness"?: ((value: number) => any) | undefined;
|
|
31
|
+
"onUpdate:usability"?: ((value: number) => any) | undefined;
|
|
32
|
+
"onUpdate:feedback"?: ((value: string) => any) | undefined;
|
|
33
|
+
}>, {}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, any>;
|
|
34
|
+
export default _default;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { ComponentPublicInstance } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
visible?: boolean;
|
|
4
|
+
wrapper?: string | HTMLElement | null | undefined;
|
|
5
|
+
target?: string | HTMLElement | ComponentPublicInstance | null;
|
|
6
|
+
autoHide?: boolean;
|
|
7
|
+
position?: 'br' | 'rt' | 'tr' | 'left' | 'right' | 'top' | 'bottom' | 'rb' | 'tl' | 'bl' | 'lt' | 'lb';
|
|
8
|
+
disableTip?: boolean;
|
|
9
|
+
submitData?: (data: Record<string, any>) => Promise<boolean>;
|
|
10
|
+
submitIssue?: (data: Record<string, any>) => Promise<boolean>;
|
|
11
|
+
};
|
|
12
|
+
type __VLS_PublicProps = {
|
|
13
|
+
'efficiency'?: number;
|
|
14
|
+
'accuracy'?: number;
|
|
15
|
+
'completeness'?: number;
|
|
16
|
+
'usability'?: number;
|
|
17
|
+
'feedback'?: string;
|
|
18
|
+
} & __VLS_Props;
|
|
19
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
20
|
+
"update:efficiency": (value: number) => any;
|
|
21
|
+
"update:accuracy": (value: number) => any;
|
|
22
|
+
"update:completeness": (value: number) => any;
|
|
23
|
+
"update:usability": (value: number) => any;
|
|
24
|
+
"update:feedback": (value: string) => any;
|
|
25
|
+
} & {
|
|
26
|
+
close: () => any;
|
|
27
|
+
change: () => any;
|
|
28
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
29
|
+
onClose?: (() => any) | undefined;
|
|
30
|
+
onChange?: (() => any) | undefined;
|
|
31
|
+
"onUpdate:efficiency"?: ((value: number) => any) | undefined;
|
|
32
|
+
"onUpdate:accuracy"?: ((value: number) => any) | undefined;
|
|
33
|
+
"onUpdate:completeness"?: ((value: number) => any) | undefined;
|
|
34
|
+
"onUpdate:usability"?: ((value: number) => any) | undefined;
|
|
35
|
+
"onUpdate:feedback"?: ((value: string) => any) | undefined;
|
|
36
|
+
}>, {
|
|
37
|
+
target: string | HTMLElement | ComponentPublicInstance | null;
|
|
38
|
+
visible: boolean;
|
|
39
|
+
position: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "rb" | "tl" | "bl" | "lt" | "lb";
|
|
40
|
+
autoHide: boolean;
|
|
41
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, any>;
|
|
42
|
+
export default _default;
|