@opendesign-plus-test/components 0.0.1-rc.145 → 0.0.1-rc.147
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 +55 -37
- package/dist/components/activity/OActivityApproval.vue.d.ts +1 -144
- package/dist/components/activity/index.d.ts +1 -6
- package/dist/components/logo-swiper/OLogoSwiper.vue.d.ts +1 -0
- package/dist/components/logo-swiper/OLogoSwiperItems.vue.d.ts +1 -0
- package/dist/components/logo-swiper/index.d.ts +4 -0
- package/dist/components/logo-swiper/types.d.ts +1 -0
- package/dist/components/video/OVideoDetail.vue.d.ts +7 -0
- package/dist/components/video/index.d.ts +27 -0
- package/dist/components/video/types.d.ts +24 -0
- package/dist/components.cjs.js +37 -37
- package/dist/components.css +1 -1
- package/dist/components.es.js +10968 -10882
- package/dist/index.d.ts +1 -0
- package/dist/treeshaking/_virtual/icon-chevron-right.mjs +2 -2
- package/dist/treeshaking/_virtual/icon-material.mjs +21 -0
- package/dist/treeshaking/_virtual/icon-video.mjs +28 -0
- package/dist/treeshaking/components/activity/OActivityApproval.css +114 -407
- package/dist/treeshaking/components/activity/OActivityApproval.vue.d.ts +1 -144
- package/dist/treeshaking/components/activity/OActivityApproval.vue.mjs +198 -244
- package/dist/treeshaking/components/activity/OActivityApproval2.css +0 -288
- package/dist/treeshaking/components/activity/OActivityMyCalendar.css +441 -297
- package/dist/treeshaking/components/activity/OActivityMyCalendar.vue.mjs +110 -107
- package/dist/treeshaking/components/activity/OActivityMyCalendar2.css +10 -3
- package/dist/treeshaking/components/activity/index.d.ts +1 -6
- package/dist/treeshaking/components/common/WordAvatar.css +3 -2
- package/dist/treeshaking/components/common/WordAvatar.vue.mjs +19 -3
- package/dist/treeshaking/components/float-poster/OFloatPoster.css +25 -11
- package/dist/treeshaking/components/float-poster/OFloatPoster.vue.mjs +1 -1
- package/dist/treeshaking/components/footer/components/FooterList.css +109 -96
- package/dist/treeshaking/components/footer/components/FooterList.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderContent.css +185 -185
- package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.css +22 -8
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.vue.d.ts +1 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.vue.mjs +2 -9
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.vue2.mjs +21 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.css +39 -26
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue.d.ts +1 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue.mjs +1 -1
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue2.mjs +12 -8
- package/dist/treeshaking/components/logo-swiper/index.d.ts +4 -0
- package/dist/treeshaking/components/logo-swiper/types.d.ts +1 -0
- package/dist/treeshaking/components/meeting/OMeetingSigCalendar.css +3 -0
- package/dist/treeshaking/components/meeting/OMeetingSigCalendar.vue.mjs +3 -2
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.vue.mjs +5 -5
- package/dist/treeshaking/components/section/OSection.vue2.mjs +2 -2
- package/dist/treeshaking/components/video/OVideoDetail.css +754 -0
- package/dist/treeshaking/components/video/OVideoDetail.vue.d.ts +7 -0
- package/dist/treeshaking/components/video/OVideoDetail.vue.mjs +318 -0
- package/dist/treeshaking/components/video/OVideoDetail.vue3.mjs +5 -0
- package/dist/treeshaking/components/video/index.d.ts +27 -0
- package/dist/treeshaking/components/video/index.mjs +10 -0
- package/dist/treeshaking/components/video/types.d.ts +24 -0
- package/dist/treeshaking/i18n/en.mjs +10 -1
- package/dist/treeshaking/i18n/zh.mjs +10 -1
- package/dist/treeshaking/index.d.ts +1 -0
- package/dist/treeshaking/index.mjs +2 -0
- package/package.json +1 -1
- package/dist/treeshaking/_virtual/icon-filter.mjs +0 -21
- package/dist/treeshaking/components/common/ThFilter.css +0 -146
- package/dist/treeshaking/components/common/ThFilter.vue.mjs +0 -270
- package/dist/treeshaking/components/common/ThFilter.vue3.mjs +0 -5
|
@@ -1,142 +1,5 @@
|
|
|
1
1
|
import { ActivityTablePropsT } from './types';
|
|
2
|
-
declare
|
|
3
|
-
attrs: Partial<{}>;
|
|
4
|
-
slots: {
|
|
5
|
-
'filter-empty'?(_: {}): any;
|
|
6
|
-
'filter-empty'?(_: {}): any;
|
|
7
|
-
};
|
|
8
|
-
refs: {
|
|
9
|
-
formRef: ({
|
|
10
|
-
$: import('../../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|
|
11
|
-
$data: {};
|
|
12
|
-
$props: Partial<{
|
|
13
|
-
layout: "h" | "v" | "inline";
|
|
14
|
-
hasRequired: boolean;
|
|
15
|
-
}> & Omit<{
|
|
16
|
-
readonly hasRequired: boolean;
|
|
17
|
-
readonly layout: "v" | "h" | "inline";
|
|
18
|
-
readonly model?: Record<string, any> | undefined;
|
|
19
|
-
readonly labelAlign?: "top" | "center" | "bottom" | undefined;
|
|
20
|
-
readonly labelJustify?: "center" | "left" | "right" | undefined;
|
|
21
|
-
readonly labelWidth?: string | undefined;
|
|
22
|
-
readonly onClear?: ((filed?: string | string[] | undefined) => any) | undefined | undefined;
|
|
23
|
-
readonly onReset?: ((filed?: string | string[] | undefined) => any) | undefined | undefined;
|
|
24
|
-
readonly onSubmit?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined | undefined;
|
|
25
|
-
readonly onValidate?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined | undefined;
|
|
26
|
-
} & import('../../../vue/dist/vue.esm-bundler.js').VNodeProps & import('../../../vue/dist/vue.esm-bundler.js').AllowedComponentProps & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProps, "hasRequired" | "layout">;
|
|
27
|
-
$attrs: import('../../../vue/dist/vue.esm-bundler.js').Attrs;
|
|
28
|
-
$refs: {
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
31
|
-
$slots: Readonly<{
|
|
32
|
-
[name: string]: import('../../../vue/dist/vue.esm-bundler.js').Slot<any> | undefined;
|
|
33
|
-
}>;
|
|
34
|
-
$root: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
35
|
-
$parent: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null;
|
|
36
|
-
$host: Element | null;
|
|
37
|
-
$emit: ((event: "clear", filed?: string | string[] | undefined) => void) & ((event: "validate", results: import('@opensig/opendesign').FieldResultT[]) => void) & ((event: "reset", filed?: string | string[] | undefined) => void) & ((event: "submit", results: import('@opensig/opendesign').FieldResultT[]) => void);
|
|
38
|
-
$el: HTMLFormElement;
|
|
39
|
-
$options: import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
40
|
-
model: {
|
|
41
|
-
type: ObjectConstructor;
|
|
42
|
-
};
|
|
43
|
-
hasRequired: {
|
|
44
|
-
type: BooleanConstructor;
|
|
45
|
-
default: boolean;
|
|
46
|
-
};
|
|
47
|
-
layout: {
|
|
48
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"h" | "v" | "inline">;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
labelAlign: {
|
|
52
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"top" | "center" | "bottom">;
|
|
53
|
-
};
|
|
54
|
-
labelJustify: {
|
|
55
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"left" | "center" | "right">;
|
|
56
|
-
};
|
|
57
|
-
labelWidth: {
|
|
58
|
-
type: StringConstructor;
|
|
59
|
-
};
|
|
60
|
-
}>> & Readonly<{
|
|
61
|
-
onClear?: ((filed?: string | string[] | undefined) => any) | undefined;
|
|
62
|
-
onReset?: ((filed?: string | string[] | undefined) => any) | undefined;
|
|
63
|
-
onSubmit?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined;
|
|
64
|
-
onValidate?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined;
|
|
65
|
-
}>, {
|
|
66
|
-
validate: (filed?: string | string[]) => Promise<import('@opensig/opendesign').FieldResultT[]>;
|
|
67
|
-
resetFields: (filed?: string | string[]) => void;
|
|
68
|
-
clearValidate: (filed?: string | string[], onClear?: (filed: import('@opensig/opendesign').FiledInfoT) => void) => void;
|
|
69
|
-
}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
70
|
-
clear: (filed?: string | string[] | undefined) => any;
|
|
71
|
-
reset: (filed?: string | string[] | undefined) => any;
|
|
72
|
-
submit: (results: import('@opensig/opendesign').FieldResultT[]) => any;
|
|
73
|
-
validate: (results: import('@opensig/opendesign').FieldResultT[]) => any;
|
|
74
|
-
}, string, {
|
|
75
|
-
layout: "h" | "v" | "inline";
|
|
76
|
-
hasRequired: boolean;
|
|
77
|
-
}, {}, 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> & {
|
|
78
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
79
|
-
created?: (() => void) | (() => void)[];
|
|
80
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
81
|
-
mounted?: (() => void) | (() => void)[];
|
|
82
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
83
|
-
updated?: (() => void) | (() => void)[];
|
|
84
|
-
activated?: (() => void) | (() => void)[];
|
|
85
|
-
deactivated?: (() => void) | (() => void)[];
|
|
86
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
87
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
88
|
-
destroyed?: (() => void) | (() => void)[];
|
|
89
|
-
unmounted?: (() => void) | (() => void)[];
|
|
90
|
-
renderTracked?: ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
91
|
-
renderTriggered?: ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void) | ((e: import('../../../vue/dist/vue.esm-bundler.js').DebuggerEvent) => void)[];
|
|
92
|
-
errorCaptured?: ((err: unknown, instance: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('../../../vue/dist/vue.esm-bundler.js').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
93
|
-
};
|
|
94
|
-
$forceUpdate: () => void;
|
|
95
|
-
$nextTick: typeof import('../../../vue/dist/vue.esm-bundler.js').nextTick;
|
|
96
|
-
$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;
|
|
97
|
-
} & Readonly<{
|
|
98
|
-
layout: "h" | "v" | "inline";
|
|
99
|
-
hasRequired: boolean;
|
|
100
|
-
}> & Omit<Readonly<import('../../../vue/dist/vue.esm-bundler.js').ExtractPropTypes<{
|
|
101
|
-
model: {
|
|
102
|
-
type: ObjectConstructor;
|
|
103
|
-
};
|
|
104
|
-
hasRequired: {
|
|
105
|
-
type: BooleanConstructor;
|
|
106
|
-
default: boolean;
|
|
107
|
-
};
|
|
108
|
-
layout: {
|
|
109
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"h" | "v" | "inline">;
|
|
110
|
-
default: string;
|
|
111
|
-
};
|
|
112
|
-
labelAlign: {
|
|
113
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"top" | "center" | "bottom">;
|
|
114
|
-
};
|
|
115
|
-
labelJustify: {
|
|
116
|
-
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"left" | "center" | "right">;
|
|
117
|
-
};
|
|
118
|
-
labelWidth: {
|
|
119
|
-
type: StringConstructor;
|
|
120
|
-
};
|
|
121
|
-
}>> & Readonly<{
|
|
122
|
-
onClear?: ((filed?: string | string[] | undefined) => any) | undefined;
|
|
123
|
-
onReset?: ((filed?: string | string[] | undefined) => any) | undefined;
|
|
124
|
-
onSubmit?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined;
|
|
125
|
-
onValidate?: ((results: import('@opensig/opendesign').FieldResultT[]) => any) | undefined;
|
|
126
|
-
}>, "hasRequired" | "layout" | "validate" | "resetFields" | "clearValidate"> & {
|
|
127
|
-
validate: (filed?: string | string[]) => Promise<import('@opensig/opendesign').FieldResultT[]>;
|
|
128
|
-
resetFields: (filed?: string | string[]) => void;
|
|
129
|
-
clearValidate: (filed?: string | string[], onClear?: (filed: import('@opensig/opendesign').FiledInfoT) => void) => void;
|
|
130
|
-
} & {} & import('../../../vue/dist/vue.esm-bundler.js').ComponentCustomProperties & {} & {
|
|
131
|
-
$slots: {
|
|
132
|
-
default?(_: {}): any;
|
|
133
|
-
};
|
|
134
|
-
}) | null;
|
|
135
|
-
};
|
|
136
|
-
rootEl: HTMLDivElement;
|
|
137
|
-
};
|
|
138
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
139
|
-
declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<ActivityTablePropsT, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
|
|
2
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<ActivityTablePropsT, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {
|
|
140
3
|
formRef: ({
|
|
141
4
|
$: import('../../../vue/dist/vue.esm-bundler.js').ComponentInternalInstance;
|
|
142
5
|
$data: {};
|
|
@@ -264,10 +127,4 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
264
127
|
};
|
|
265
128
|
}) | null;
|
|
266
129
|
}, HTMLDivElement>;
|
|
267
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
268
130
|
export default _default;
|
|
269
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
270
|
-
new (): {
|
|
271
|
-
$slots: S;
|
|
272
|
-
};
|
|
273
|
-
};
|
|
@@ -301,12 +301,7 @@ declare const OActivityApproval: {
|
|
|
301
301
|
__isFragment?: never;
|
|
302
302
|
__isTeleport?: never;
|
|
303
303
|
__isSuspense?: never;
|
|
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 &
|
|
305
|
-
$slots: {
|
|
306
|
-
'filter-empty'?(_: {}): any;
|
|
307
|
-
'filter-empty'?(_: {}): any;
|
|
308
|
-
};
|
|
309
|
-
}) & {
|
|
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 & {
|
|
310
305
|
install(app: App): void;
|
|
311
306
|
};
|
|
312
307
|
declare const OActivityMyCalendar: {
|
|
@@ -8,6 +8,7 @@ declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineCom
|
|
|
8
8
|
data: OLogoSwiperItemT[];
|
|
9
9
|
target: "_blank" | "_parent" | "_self" | "_top";
|
|
10
10
|
duration: number;
|
|
11
|
+
fit: "cover" | "contain" | "fill" | "none" | "scale-down";
|
|
11
12
|
autoPlay: boolean;
|
|
12
13
|
pauseOnHover: boolean;
|
|
13
14
|
radius: number | string;
|
|
@@ -14,6 +14,7 @@ declare const OLogoSwiper: {
|
|
|
14
14
|
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<{}> & 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 () => {
|
|
15
15
|
$slots: {
|
|
16
16
|
default?(_: {}): any;
|
|
17
|
+
tip?(_: {}): any;
|
|
17
18
|
};
|
|
18
19
|
}) & {
|
|
19
20
|
install(app: App): void;
|
|
@@ -28,6 +29,7 @@ declare const OLogoSwiperItems: {
|
|
|
28
29
|
data: import('./types').OLogoSwiperItemT[];
|
|
29
30
|
target: "_blank" | "_parent" | "_self" | "_top";
|
|
30
31
|
duration: number;
|
|
32
|
+
fit: "cover" | "contain" | "fill" | "none" | "scale-down";
|
|
31
33
|
autoPlay: boolean;
|
|
32
34
|
pauseOnHover: boolean;
|
|
33
35
|
radius: number | string;
|
|
@@ -47,6 +49,7 @@ declare const OLogoSwiperItems: {
|
|
|
47
49
|
data: import('./types').OLogoSwiperItemT[];
|
|
48
50
|
target: "_blank" | "_parent" | "_self" | "_top";
|
|
49
51
|
duration: number;
|
|
52
|
+
fit: "cover" | "contain" | "fill" | "none" | "scale-down";
|
|
50
53
|
autoPlay: boolean;
|
|
51
54
|
pauseOnHover: boolean;
|
|
52
55
|
radius: number | string;
|
|
@@ -63,6 +66,7 @@ declare const OLogoSwiperItems: {
|
|
|
63
66
|
data: import('./types').OLogoSwiperItemT[];
|
|
64
67
|
target: "_blank" | "_parent" | "_self" | "_top";
|
|
65
68
|
duration: number;
|
|
69
|
+
fit: "cover" | "contain" | "fill" | "none" | "scale-down";
|
|
66
70
|
autoPlay: boolean;
|
|
67
71
|
pauseOnHover: boolean;
|
|
68
72
|
radius: number | string;
|
|
@@ -12,6 +12,7 @@ export interface OLogoSwiperItemsPropsT {
|
|
|
12
12
|
pauseOnHover?: boolean;
|
|
13
13
|
target?: '_blank' | '_parent' | '_self' | '_top';
|
|
14
14
|
radius?: number | string;
|
|
15
|
+
fit?: 'cover' | 'contain' | 'fill' | 'none' | 'scale-down';
|
|
15
16
|
}
|
|
16
17
|
export interface OLogoSwiperItemsEmitsT {
|
|
17
18
|
(e: 'click', item: OLogoSwiperItemT): void;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CourseCollectionT } from './types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
data: CourseCollectionT;
|
|
4
|
+
layout?: 'horizontal' | 'vertical';
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import('../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { App } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
+
declare const OVideoDetail: {
|
|
3
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4
|
+
data: import('./types').CourseCollectionT;
|
|
5
|
+
layout?: "horizontal" | "vertical";
|
|
6
|
+
}> & 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, {}, any, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
7
|
+
P: {};
|
|
8
|
+
B: {};
|
|
9
|
+
D: {};
|
|
10
|
+
C: {};
|
|
11
|
+
M: {};
|
|
12
|
+
Defaults: {};
|
|
13
|
+
}, Readonly<{
|
|
14
|
+
data: import('./types').CourseCollectionT;
|
|
15
|
+
layout?: "horizontal" | "vertical";
|
|
16
|
+
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
17
|
+
__isFragment?: never;
|
|
18
|
+
__isTeleport?: never;
|
|
19
|
+
__isSuspense?: never;
|
|
20
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<{
|
|
21
|
+
data: import('./types').CourseCollectionT;
|
|
22
|
+
layout?: "horizontal" | "vertical";
|
|
23
|
+
}> & 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 & {
|
|
24
|
+
install(app: App): void;
|
|
25
|
+
};
|
|
26
|
+
export { OVideoDetail };
|
|
27
|
+
export * from './types';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export interface SpeakerT {
|
|
2
|
+
id: string;
|
|
3
|
+
name: string;
|
|
4
|
+
title: string;
|
|
5
|
+
image?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface CourseItemT {
|
|
8
|
+
id: string;
|
|
9
|
+
title: string;
|
|
10
|
+
link: string;
|
|
11
|
+
description: string;
|
|
12
|
+
material: string;
|
|
13
|
+
materialSize?: string;
|
|
14
|
+
speakers: SpeakerT[];
|
|
15
|
+
}
|
|
16
|
+
export interface CourseCollectionT {
|
|
17
|
+
id: string;
|
|
18
|
+
title: string;
|
|
19
|
+
lastUpdated: string;
|
|
20
|
+
courseList: CourseItemT[];
|
|
21
|
+
banner?: string;
|
|
22
|
+
editorName?: string;
|
|
23
|
+
editorEmail?: string;
|
|
24
|
+
}
|