@opendesign-plus-test/components 0.0.1-rc.84 → 0.0.1-rc.85
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 +85 -73
- 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 +22 -22
- package/dist/components/header/components/HeaderNavMobile.vue.d.ts +3 -3
- package/dist/components/header/index.d.ts +27 -27
- package/dist/components/header-search/index.d.ts +13 -13
- package/dist/components/meeting/OMeetingForm.vue.d.ts +2 -0
- 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 +37 -31
- package/dist/components/meeting/types.d.ts +3 -0
- package/dist/components/search/index.d.ts +11 -11
- package/dist/components.cjs.js +38 -37
- package/dist/components.css +1 -1
- package/dist/components.es.js +7949 -7808
- 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 +27 -0
- package/dist/treeshaking/components/common/TooltipText.vue.mjs +8 -0
- package/dist/treeshaking/components/common/TooltipText.vue2.mjs +85 -0
- package/dist/treeshaking/components/common/TooltipText2.css +15 -0
- package/dist/treeshaking/components/events/index.d.ts +20 -20
- package/dist/treeshaking/components/header/OHeaderMobile.vue.d.ts +22 -22
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.d.ts +3 -3
- package/dist/treeshaking/components/header/index.d.ts +27 -27
- package/dist/treeshaking/components/header-search/index.d.ts +13 -13
- package/dist/treeshaking/components/meeting/OMeetingForm.vue.d.ts +2 -0
- package/dist/treeshaking/components/meeting/OMeetingForm.vue.mjs +104 -47
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.css +4 -0
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.vue.mjs +37 -13
- package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.vue.mjs +10 -2
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
- package/dist/treeshaking/components/meeting/index.d.ts +37 -31
- package/dist/treeshaking/components/meeting/types.d.ts +3 -0
- package/dist/treeshaking/components/search/index.d.ts +11 -11
- package/dist/treeshaking/i18n/en.mjs +6 -0
- package/dist/treeshaking/i18n/zh.mjs +8 -2
- package/package.json +3 -3
- package/dist/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +0 -664
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +0 -664
|
@@ -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;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
.hover-icon-rotate .o-icon[data-v-51e2ce78] {
|
|
2
|
+
transition: all var(--o-duration-m1) var(--o-easing-standard-in);
|
|
3
|
+
}
|
|
4
|
+
@media (hover: hover) {
|
|
5
|
+
.hover-icon-rotate:hover .o-icon[data-v-51e2ce78] {
|
|
6
|
+
transform: rotate(-180deg);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
.tooltip-text-wrapper .tooltip-text[data-v-51e2ce78] {
|
|
10
|
+
overflow: hidden;
|
|
11
|
+
word-break: keep-all;
|
|
12
|
+
}
|
|
13
|
+
.tooltip-text-wrapper .tooltip-text.ellipsis[data-v-51e2ce78] {
|
|
14
|
+
white-space: nowrap;
|
|
15
|
+
text-overflow: ellipsis;
|
|
16
|
+
}
|
|
17
|
+
.tooltip-text-wrapper .tooltip-text.multi-lines[data-v-51e2ce78] {
|
|
18
|
+
white-space: normal;
|
|
19
|
+
text-overflow: ellipsis;
|
|
20
|
+
display: -webkit-box;
|
|
21
|
+
-webkit-box-orient: vertical;
|
|
22
|
+
-webkit-line-clamp: var(--lines);
|
|
23
|
+
}
|
|
24
|
+
.tooltip-text-wrapper .button[data-v-51e2ce78] {
|
|
25
|
+
color: var(--o-color-primary1);
|
|
26
|
+
cursor: pointer;
|
|
27
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import _sfc_main from "./TooltipText.vue2.mjs";
|
|
2
|
+
import './TooltipText.css';
|
|
3
|
+
import './TooltipText2.css';
|
|
4
|
+
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
5
|
+
const TooltipText = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-51e2ce78"]]);
|
|
6
|
+
export {
|
|
7
|
+
TooltipText as default
|
|
8
|
+
};
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { defineComponent, ref, useSlots, onMounted, onUnmounted, watch, computed, openBlock, createElementBlock, normalizeStyle, createVNode, unref, withCtx, createElementVNode, normalizeClass, toDisplayString, renderSlot } from "vue";
|
|
2
|
+
import { isClient, OPopover } from "@opensig/opendesign";
|
|
3
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
|
+
__name: "TooltipText",
|
|
5
|
+
props: {
|
|
6
|
+
lines: {},
|
|
7
|
+
width: {},
|
|
8
|
+
type: { default: "" },
|
|
9
|
+
size: { default: 14 }
|
|
10
|
+
},
|
|
11
|
+
setup(__props) {
|
|
12
|
+
const contentRef = ref(null);
|
|
13
|
+
const ellipsis = ref(true);
|
|
14
|
+
const props = __props;
|
|
15
|
+
const slots = useSlots();
|
|
16
|
+
let resizeObserver = null;
|
|
17
|
+
const checkOverflow = () => {
|
|
18
|
+
if (!isClient) return;
|
|
19
|
+
const ele = contentRef.value;
|
|
20
|
+
if (!ele) return;
|
|
21
|
+
ellipsis.value = ele.scrollWidth > ele.offsetWidth + 1 || ele.scrollHeight > ele.offsetHeight + 1;
|
|
22
|
+
};
|
|
23
|
+
onMounted(() => {
|
|
24
|
+
checkOverflow();
|
|
25
|
+
if (!isClient || !contentRef.value) return;
|
|
26
|
+
resizeObserver = new ResizeObserver(() => checkOverflow());
|
|
27
|
+
resizeObserver.observe(contentRef.value);
|
|
28
|
+
});
|
|
29
|
+
onUnmounted(() => {
|
|
30
|
+
resizeObserver == null ? void 0 : resizeObserver.disconnect();
|
|
31
|
+
});
|
|
32
|
+
watch(() => [props.lines, props.width], () => {
|
|
33
|
+
if (isClient) requestAnimationFrame(checkOverflow);
|
|
34
|
+
});
|
|
35
|
+
const getTextFromNode = (node) => {
|
|
36
|
+
const children = node.children ?? "";
|
|
37
|
+
if (Array.isArray(children)) {
|
|
38
|
+
return children.map((v) => getTextFromNode(v)).join("");
|
|
39
|
+
}
|
|
40
|
+
return String(children);
|
|
41
|
+
};
|
|
42
|
+
const contentText = computed(() => {
|
|
43
|
+
var _a;
|
|
44
|
+
const nodes = ((_a = slots.default) == null ? void 0 : _a.call(slots)) || [];
|
|
45
|
+
return nodes.map((node) => getTextFromNode(node)).join("\n");
|
|
46
|
+
});
|
|
47
|
+
const wrapperStyle = computed(() => {
|
|
48
|
+
const calcWidth = Number.isNaN(Number(props.width)) ? props.width : `${props.width}px`;
|
|
49
|
+
return { width: calcWidth };
|
|
50
|
+
});
|
|
51
|
+
return (_ctx, _cache) => {
|
|
52
|
+
return openBlock(), createElementBlock("div", {
|
|
53
|
+
class: "tooltip-text-wrapper",
|
|
54
|
+
style: normalizeStyle(wrapperStyle.value)
|
|
55
|
+
}, [
|
|
56
|
+
createVNode(unref(OPopover), {
|
|
57
|
+
anchor: "",
|
|
58
|
+
disabled: !ellipsis.value,
|
|
59
|
+
adjustMinWidth: false,
|
|
60
|
+
adjustWidth: true
|
|
61
|
+
}, {
|
|
62
|
+
target: withCtx(() => [
|
|
63
|
+
createElementVNode("div", {
|
|
64
|
+
class: normalizeClass(["tooltip-text", __props.type, ellipsis.value && "ellipsis", __props.lines > 1 && "multi-lines"]),
|
|
65
|
+
ref_key: "contentRef",
|
|
66
|
+
ref: contentRef,
|
|
67
|
+
style: normalizeStyle(`--lines: ${__props.lines};`)
|
|
68
|
+
}, [
|
|
69
|
+
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
70
|
+
], 6)
|
|
71
|
+
]),
|
|
72
|
+
default: withCtx(() => [
|
|
73
|
+
createElementVNode("div", {
|
|
74
|
+
class: normalizeClass(["popup-box2", `fz-${__props.size}`])
|
|
75
|
+
}, toDisplayString(contentText.value), 3)
|
|
76
|
+
]),
|
|
77
|
+
_: 3
|
|
78
|
+
}, 8, ["disabled"])
|
|
79
|
+
], 4);
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
});
|
|
83
|
+
export {
|
|
84
|
+
_sfc_main as default
|
|
85
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
.hover-icon-rotate .o-icon {
|
|
2
|
+
transition: all var(--o-duration-m1) var(--o-easing-standard-in);
|
|
3
|
+
}
|
|
4
|
+
@media (hover: hover) {
|
|
5
|
+
.hover-icon-rotate:hover .o-icon {
|
|
6
|
+
transform: rotate(-180deg);
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
.tooltip-text-wrapper .popup-box2 {
|
|
10
|
+
color: var(--o-color-info2);
|
|
11
|
+
}
|
|
12
|
+
.tooltip-text-wrapper .popup-box2.fz-14 {
|
|
13
|
+
font-size: 14px;
|
|
14
|
+
line-height: 22px;
|
|
15
|
+
}
|
|
@@ -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 "onHandle-click"?: ((val: any) => any) | undefined;
|
|
25
25
|
readonly "onOn-click"?: (() => any) | undefined;
|
|
26
26
|
readonly "onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
@@ -37,7 +37,7 @@ declare function __VLS_template(): {
|
|
|
37
37
|
$host: Element | null;
|
|
38
38
|
$emit: ((event: "handle-click", val: any) => void) & ((event: "on-click") => void) & ((event: "lang-click", val: LangItemT) => void);
|
|
39
39
|
$el: HTMLDivElement;
|
|
40
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('
|
|
40
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('./types.ts').NavMobileItemT> & Readonly<{
|
|
41
41
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
42
42
|
"onOn-click"?: (() => any) | undefined;
|
|
43
43
|
"onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
@@ -46,9 +46,9 @@ declare function __VLS_template(): {
|
|
|
46
46
|
"on-click": () => any;
|
|
47
47
|
"lang-click": (val: LangItemT) => any;
|
|
48
48
|
}, string, {
|
|
49
|
-
navData: import('
|
|
50
|
-
codeData: import('
|
|
51
|
-
langData: import('
|
|
49
|
+
navData: import('./types.ts').NavItemT[];
|
|
50
|
+
codeData: import('./types.ts').CodeT[];
|
|
51
|
+
langData: import('./types.ts').LangT[];
|
|
52
52
|
menuShow: boolean;
|
|
53
53
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
54
54
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -71,11 +71,11 @@ 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('
|
|
75
|
-
codeData: import('
|
|
76
|
-
langData: import('
|
|
74
|
+
navData: import('./types.ts').NavItemT[];
|
|
75
|
+
codeData: import('./types.ts').CodeT[];
|
|
76
|
+
langData: import('./types.ts').LangT[];
|
|
77
77
|
menuShow: boolean;
|
|
78
|
-
}> & Omit<Readonly<import('
|
|
78
|
+
}> & Omit<Readonly<import('./types.ts').NavMobileItemT> & Readonly<{
|
|
79
79
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
80
80
|
"onOn-click"?: (() => any) | undefined;
|
|
81
81
|
"onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
@@ -102,9 +102,9 @@ declare const __VLS_component: import('vue').DefineComponent<NavT, {}, {}, {}, {
|
|
|
102
102
|
$data: {};
|
|
103
103
|
$props: {
|
|
104
104
|
readonly menuShow: boolean;
|
|
105
|
-
readonly navData: import('
|
|
106
|
-
readonly codeData?: import('
|
|
107
|
-
readonly langData?: import('
|
|
105
|
+
readonly navData: import('./types.ts').NavItemT[];
|
|
106
|
+
readonly codeData?: import('./types.ts').CodeT[] | undefined;
|
|
107
|
+
readonly langData?: import('./types.ts').LangT[] | undefined;
|
|
108
108
|
readonly "onHandle-click"?: ((val: any) => any) | undefined;
|
|
109
109
|
readonly "onOn-click"?: (() => any) | undefined;
|
|
110
110
|
readonly "onLang-click"?: ((val: LangItemT) => 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,9 +130,9 @@ 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('
|
|
134
|
-
codeData: import('
|
|
135
|
-
langData: import('
|
|
133
|
+
navData: import('./types.ts').NavItemT[];
|
|
134
|
+
codeData: import('./types.ts').CodeT[];
|
|
135
|
+
langData: import('./types.ts').LangT[];
|
|
136
136
|
menuShow: boolean;
|
|
137
137
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
138
138
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -155,11 +155,11 @@ declare const __VLS_component: import('vue').DefineComponent<NavT, {}, {}, {}, {
|
|
|
155
155
|
$nextTick: typeof import('vue').nextTick;
|
|
156
156
|
$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;
|
|
157
157
|
} & Readonly<{
|
|
158
|
-
navData: import('
|
|
159
|
-
codeData: import('
|
|
160
|
-
langData: import('
|
|
158
|
+
navData: import('./types.ts').NavItemT[];
|
|
159
|
+
codeData: import('./types.ts').CodeT[];
|
|
160
|
+
langData: import('./types.ts').LangT[];
|
|
161
161
|
menuShow: boolean;
|
|
162
|
-
}> & Omit<Readonly<import('
|
|
162
|
+
}> & Omit<Readonly<import('./types.ts').NavMobileItemT> & Readonly<{
|
|
163
163
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
164
164
|
"onOn-click"?: (() => any) | undefined;
|
|
165
165
|
"onLang-click"?: ((val: LangItemT) => any) | undefined;
|
|
@@ -22,9 +22,9 @@ 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('
|
|
26
|
-
codeData: import('
|
|
27
|
-
langData: import('
|
|
25
|
+
navData: import('../types.ts').NavItemT[];
|
|
26
|
+
codeData: import('../types.ts').CodeT[];
|
|
27
|
+
langData: import('../types.ts').LangT[];
|
|
28
28
|
menuShow: boolean;
|
|
29
29
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
30
30
|
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
|
"onGo-home"?: (() => any) | undefined;
|
|
6
6
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
@@ -13,14 +13,14 @@ declare const OHeader: {
|
|
|
13
13
|
C: {};
|
|
14
14
|
M: {};
|
|
15
15
|
Defaults: {};
|
|
16
|
-
}, Readonly<import('
|
|
16
|
+
}, Readonly<import('./types').NavT> & Readonly<{
|
|
17
17
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
18
18
|
"onGo-home"?: (() => any) | undefined;
|
|
19
19
|
}>, {}, {}, {}, {}, {}>;
|
|
20
20
|
__isFragment?: never;
|
|
21
21
|
__isTeleport?: never;
|
|
22
22
|
__isSuspense?: never;
|
|
23
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
23
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').NavT> & Readonly<{
|
|
24
24
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
25
25
|
"onGo-home"?: (() => any) | undefined;
|
|
26
26
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
@@ -36,13 +36,13 @@ declare const OHeader: {
|
|
|
36
36
|
install(app: App): void;
|
|
37
37
|
};
|
|
38
38
|
declare const OHeaderMobile: {
|
|
39
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
39
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').NavT> & Readonly<{
|
|
40
40
|
"onGo-home"?: (() => any) | undefined;
|
|
41
|
-
"onLang-click"?: ((val: import('
|
|
41
|
+
"onLang-click"?: ((val: import('./types').LangItemT) => any) | undefined;
|
|
42
42
|
"onGo-back"?: (() => any) | undefined;
|
|
43
43
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
44
44
|
"go-home": () => any;
|
|
45
|
-
"lang-click": (val: import('
|
|
45
|
+
"lang-click": (val: import('./types').LangItemT) => any;
|
|
46
46
|
"go-back": () => any;
|
|
47
47
|
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
48
48
|
mobileNav: ({
|
|
@@ -50,12 +50,12 @@ declare const OHeaderMobile: {
|
|
|
50
50
|
$data: {};
|
|
51
51
|
$props: {
|
|
52
52
|
readonly menuShow: boolean;
|
|
53
|
-
readonly navData: import('
|
|
54
|
-
readonly codeData?: import('
|
|
55
|
-
readonly langData?: import('
|
|
53
|
+
readonly navData: import('./types').NavItemT[];
|
|
54
|
+
readonly codeData?: import('./types').CodeT[] | undefined;
|
|
55
|
+
readonly langData?: import('./types').LangT[] | undefined;
|
|
56
56
|
readonly "onHandle-click"?: ((val: any) => any) | undefined;
|
|
57
57
|
readonly "onOn-click"?: (() => any) | undefined;
|
|
58
|
-
readonly "onLang-click"?: ((val: import('
|
|
58
|
+
readonly "onLang-click"?: ((val: import('./types').LangItemT) => any) | undefined;
|
|
59
59
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
60
60
|
$attrs: import('vue').Attrs;
|
|
61
61
|
$refs: {
|
|
@@ -67,20 +67,20 @@ declare const OHeaderMobile: {
|
|
|
67
67
|
$root: import('vue').ComponentPublicInstance | null;
|
|
68
68
|
$parent: import('vue').ComponentPublicInstance | null;
|
|
69
69
|
$host: Element | null;
|
|
70
|
-
$emit: ((event: "handle-click", val: any) => void) & ((event: "on-click") => void) & ((event: "lang-click", val: import('
|
|
70
|
+
$emit: ((event: "handle-click", val: any) => void) & ((event: "on-click") => void) & ((event: "lang-click", val: import('./types').LangItemT) => void);
|
|
71
71
|
$el: HTMLDivElement;
|
|
72
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('
|
|
72
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('./types').NavMobileItemT> & Readonly<{
|
|
73
73
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
74
74
|
"onOn-click"?: (() => any) | undefined;
|
|
75
|
-
"onLang-click"?: ((val: import('
|
|
75
|
+
"onLang-click"?: ((val: import('./types').LangItemT) => any) | undefined;
|
|
76
76
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
77
77
|
"handle-click": (val: any) => any;
|
|
78
78
|
"on-click": () => any;
|
|
79
|
-
"lang-click": (val: import('
|
|
79
|
+
"lang-click": (val: import('./types').LangItemT) => any;
|
|
80
80
|
}, string, {
|
|
81
|
-
navData: import('
|
|
82
|
-
codeData: import('
|
|
83
|
-
langData: import('
|
|
81
|
+
navData: import('./types').NavItemT[];
|
|
82
|
+
codeData: import('./types').CodeT[];
|
|
83
|
+
langData: import('./types').LangT[];
|
|
84
84
|
menuShow: boolean;
|
|
85
85
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
86
86
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -103,14 +103,14 @@ declare const OHeaderMobile: {
|
|
|
103
103
|
$nextTick: typeof import('vue').nextTick;
|
|
104
104
|
$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;
|
|
105
105
|
} & Readonly<{
|
|
106
|
-
navData: import('
|
|
107
|
-
codeData: import('
|
|
108
|
-
langData: import('
|
|
106
|
+
navData: import('./types').NavItemT[];
|
|
107
|
+
codeData: import('./types').CodeT[];
|
|
108
|
+
langData: import('./types').LangT[];
|
|
109
109
|
menuShow: boolean;
|
|
110
|
-
}> & Omit<Readonly<import('
|
|
110
|
+
}> & Omit<Readonly<import('./types').NavMobileItemT> & Readonly<{
|
|
111
111
|
"onHandle-click"?: ((val: any) => any) | undefined;
|
|
112
112
|
"onOn-click"?: (() => any) | undefined;
|
|
113
|
-
"onLang-click"?: ((val: import('
|
|
113
|
+
"onLang-click"?: ((val: import('./types').LangItemT) => any) | undefined;
|
|
114
114
|
}>, "navData" | "codeData" | "langData" | "menuShow"> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
115
115
|
$slots: {
|
|
116
116
|
tool?(_: {}): any;
|
|
@@ -123,21 +123,21 @@ declare const OHeaderMobile: {
|
|
|
123
123
|
C: {};
|
|
124
124
|
M: {};
|
|
125
125
|
Defaults: {};
|
|
126
|
-
}, Readonly<import('
|
|
126
|
+
}, Readonly<import('./types').NavT> & Readonly<{
|
|
127
127
|
"onGo-home"?: (() => any) | undefined;
|
|
128
|
-
"onLang-click"?: ((val: import('
|
|
128
|
+
"onLang-click"?: ((val: import('./types').LangItemT) => any) | undefined;
|
|
129
129
|
"onGo-back"?: (() => any) | undefined;
|
|
130
130
|
}>, {}, {}, {}, {}, {}>;
|
|
131
131
|
__isFragment?: never;
|
|
132
132
|
__isTeleport?: never;
|
|
133
133
|
__isSuspense?: never;
|
|
134
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
134
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').NavT> & Readonly<{
|
|
135
135
|
"onGo-home"?: (() => any) | undefined;
|
|
136
|
-
"onLang-click"?: ((val: import('
|
|
136
|
+
"onLang-click"?: ((val: import('./types').LangItemT) => any) | undefined;
|
|
137
137
|
"onGo-back"?: (() => any) | undefined;
|
|
138
138
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
139
139
|
"go-home": () => any;
|
|
140
|
-
"lang-click": (val: import('
|
|
140
|
+
"lang-click": (val: import('./types').LangItemT) => any;
|
|
141
141
|
"go-back": () => any;
|
|
142
142
|
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
143
143
|
$slots: {
|