@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').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').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "hasRequired" | "layout">;
|
|
27
|
-
$attrs: import('vue').Attrs;
|
|
28
|
-
$refs: {
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
31
|
-
$slots: Readonly<{
|
|
32
|
-
[name: string]: import('vue').Slot<any> | undefined;
|
|
33
|
-
}>;
|
|
34
|
-
$root: import('vue').ComponentPublicInstance | null;
|
|
35
|
-
$parent: import('vue').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').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
40
|
-
model: {
|
|
41
|
-
type: ObjectConstructor;
|
|
42
|
-
};
|
|
43
|
-
hasRequired: {
|
|
44
|
-
type: BooleanConstructor;
|
|
45
|
-
default: boolean;
|
|
46
|
-
};
|
|
47
|
-
layout: {
|
|
48
|
-
type: import('vue').PropType<"h" | "v" | "inline">;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
labelAlign: {
|
|
52
|
-
type: import('vue').PropType<"top" | "center" | "bottom">;
|
|
53
|
-
};
|
|
54
|
-
labelJustify: {
|
|
55
|
-
type: import('vue').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').ComponentOptionsMixin, import('vue').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').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').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').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
91
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
92
|
-
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
93
|
-
};
|
|
94
|
-
$forceUpdate: () => void;
|
|
95
|
-
$nextTick: typeof import('vue').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').WatchOptions): import('vue').WatchStopHandle;
|
|
97
|
-
} & Readonly<{
|
|
98
|
-
layout: "h" | "v" | "inline";
|
|
99
|
-
hasRequired: boolean;
|
|
100
|
-
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
101
|
-
model: {
|
|
102
|
-
type: ObjectConstructor;
|
|
103
|
-
};
|
|
104
|
-
hasRequired: {
|
|
105
|
-
type: BooleanConstructor;
|
|
106
|
-
default: boolean;
|
|
107
|
-
};
|
|
108
|
-
layout: {
|
|
109
|
-
type: import('vue').PropType<"h" | "v" | "inline">;
|
|
110
|
-
default: string;
|
|
111
|
-
};
|
|
112
|
-
labelAlign: {
|
|
113
|
-
type: import('vue').PropType<"top" | "center" | "bottom">;
|
|
114
|
-
};
|
|
115
|
-
labelJustify: {
|
|
116
|
-
type: import('vue').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').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').DefineComponent<ActivityTablePropsT, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
2
|
+
declare const _default: import('vue').DefineComponent<ActivityTablePropsT, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
140
3
|
formRef: ({
|
|
141
4
|
$: import('vue').ComponentInternalInstance;
|
|
142
5
|
$data: {};
|
|
@@ -264,10 +127,4 @@ declare const __VLS_component: import('vue').DefineComponent<ActivityTablePropsT
|
|
|
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
|
-
};
|