@opendesign-plus-test/components 0.0.1-rc.142 → 0.0.1-rc.144
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/components/float-poster/OFloatPoster.vue.d.ts +24 -0
- package/dist/components/float-poster/index.d.ts +72 -0
- package/dist/components/float-poster/types.d.ts +21 -0
- package/dist/components/header-search/OHeaderSearch.vue.d.ts +2 -2
- package/dist/components/meeting/OMeetingSigCalendar.vue.d.ts +1 -1
- package/dist/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +2 -2
- package/dist/components/meeting/index.d.ts +3 -3
- package/dist/components.cjs.js +36 -36
- package/dist/components.css +1 -1
- package/dist/components.es.js +5314 -5247
- package/dist/index.d.ts +1 -0
- package/dist/treeshaking/_virtual/icon-outlink.mjs +1 -1
- package/dist/treeshaking/components/float-poster/OFloatPoster.css +64 -0
- package/dist/treeshaking/components/float-poster/OFloatPoster.vue.d.ts +24 -0
- package/dist/treeshaking/components/float-poster/OFloatPoster.vue.mjs +7 -0
- package/dist/treeshaking/components/float-poster/OFloatPoster.vue2.mjs +84 -0
- package/dist/treeshaking/components/float-poster/index.d.ts +72 -0
- package/dist/treeshaking/components/float-poster/index.mjs +9 -0
- package/dist/treeshaking/components/float-poster/types.d.ts +21 -0
- package/dist/treeshaking/components/header-search/OHeaderSearch.vue.d.ts +2 -2
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.css +18 -18
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue.mjs +1 -1
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue2.mjs +5 -5
- package/dist/treeshaking/components/meeting/OMeetingSigCalendar.css +24 -0
- package/dist/treeshaking/components/meeting/OMeetingSigCalendar.vue.d.ts +1 -1
- package/dist/treeshaking/components/meeting/OMeetingSigCalendar.vue.mjs +6 -5
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +2 -2
- package/dist/treeshaking/components/meeting/index.d.ts +3 -3
- package/dist/treeshaking/components/sig/OSigDetail.css +16 -11
- package/dist/treeshaking/components/sig/OSigList.css +1 -0
- package/dist/treeshaking/components/sig/components/OSigDetailInfoCard.css +6 -0
- package/dist/treeshaking/components/sig/components/OSigItem.css +4 -4
- package/dist/treeshaking/components/sig/components/OSigRepo.vue.mjs +33 -27
- package/dist/treeshaking/index.d.ts +1 -0
- package/dist/treeshaking/index.mjs +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
wrapper?: string | HTMLElement;
|
|
3
|
+
img: string;
|
|
4
|
+
href?: string;
|
|
5
|
+
target?: '_blank' | '_self';
|
|
6
|
+
closeStorageKey?: string;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_PublicProps = {
|
|
9
|
+
'visible'?: boolean;
|
|
10
|
+
} & __VLS_Props;
|
|
11
|
+
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, {
|
|
12
|
+
"update:visible": (value: boolean) => any;
|
|
13
|
+
} & {
|
|
14
|
+
close: () => any;
|
|
15
|
+
"update:visible": (value: boolean) => any;
|
|
16
|
+
visit: (href?: string | undefined) => any;
|
|
17
|
+
}, string, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
18
|
+
onClose?: (() => any) | undefined;
|
|
19
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
20
|
+
onVisit?: ((href?: string | undefined) => any) | undefined;
|
|
21
|
+
}>, {
|
|
22
|
+
target: "_blank" | "_self";
|
|
23
|
+
}, {}, {}, {}, string, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, any>;
|
|
24
|
+
export default _default;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { App } from '../../../vue/dist/vue.esm-bundler.js';
|
|
2
|
+
declare const OFloatPoster: {
|
|
3
|
+
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
4
|
+
visible?: boolean;
|
|
5
|
+
} & {
|
|
6
|
+
wrapper?: string | HTMLElement;
|
|
7
|
+
img: string;
|
|
8
|
+
href?: string;
|
|
9
|
+
target?: "_blank" | "_self";
|
|
10
|
+
closeStorageKey?: string;
|
|
11
|
+
}> & Readonly<{
|
|
12
|
+
onClose?: (() => any) | undefined;
|
|
13
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
14
|
+
onVisit?: ((href?: string | undefined) => any) | undefined;
|
|
15
|
+
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
16
|
+
"update:visible": (value: boolean) => any;
|
|
17
|
+
} & {
|
|
18
|
+
close: () => any;
|
|
19
|
+
"update:visible": (value: boolean) => any;
|
|
20
|
+
visit: (href?: string | undefined) => any;
|
|
21
|
+
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
22
|
+
target: "_blank" | "_self";
|
|
23
|
+
}, 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, {
|
|
24
|
+
P: {};
|
|
25
|
+
B: {};
|
|
26
|
+
D: {};
|
|
27
|
+
C: {};
|
|
28
|
+
M: {};
|
|
29
|
+
Defaults: {};
|
|
30
|
+
}, Readonly<{
|
|
31
|
+
visible?: boolean;
|
|
32
|
+
} & {
|
|
33
|
+
wrapper?: string | HTMLElement;
|
|
34
|
+
img: string;
|
|
35
|
+
href?: string;
|
|
36
|
+
target?: "_blank" | "_self";
|
|
37
|
+
closeStorageKey?: string;
|
|
38
|
+
}> & Readonly<{
|
|
39
|
+
onClose?: (() => any) | undefined;
|
|
40
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
41
|
+
onVisit?: ((href?: string | undefined) => any) | undefined;
|
|
42
|
+
}>, {}, {}, {}, {}, {
|
|
43
|
+
target: "_blank" | "_self";
|
|
44
|
+
}>;
|
|
45
|
+
__isFragment?: never;
|
|
46
|
+
__isTeleport?: never;
|
|
47
|
+
__isSuspense?: never;
|
|
48
|
+
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<{
|
|
49
|
+
visible?: boolean;
|
|
50
|
+
} & {
|
|
51
|
+
wrapper?: string | HTMLElement;
|
|
52
|
+
img: string;
|
|
53
|
+
href?: string;
|
|
54
|
+
target?: "_blank" | "_self";
|
|
55
|
+
closeStorageKey?: string;
|
|
56
|
+
}> & Readonly<{
|
|
57
|
+
onClose?: (() => any) | undefined;
|
|
58
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
59
|
+
onVisit?: ((href?: string | undefined) => any) | undefined;
|
|
60
|
+
}>, {}, {}, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
|
|
61
|
+
"update:visible": (value: boolean) => any;
|
|
62
|
+
} & {
|
|
63
|
+
close: () => any;
|
|
64
|
+
"update:visible": (value: boolean) => any;
|
|
65
|
+
visit: (href?: string | undefined) => any;
|
|
66
|
+
}, string, {
|
|
67
|
+
target: "_blank" | "_self";
|
|
68
|
+
}, {}, 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 & {
|
|
69
|
+
install(app: App): void;
|
|
70
|
+
};
|
|
71
|
+
export { OFloatPoster };
|
|
72
|
+
export * from './types';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export interface FloatPosterProps {
|
|
2
|
+
/** 自定义挂载节点(Teleport 目标),不传则挂载到 body */
|
|
3
|
+
wrapper?: string | HTMLElement;
|
|
4
|
+
/** 图片地址 */
|
|
5
|
+
img: string;
|
|
6
|
+
/** 跳转链接 */
|
|
7
|
+
href?: string;
|
|
8
|
+
/** 链接打开方式,默认 _blank */
|
|
9
|
+
target?: '_blank' | '_self';
|
|
10
|
+
/** 关闭后记忆的 sessionStorage key;传入后关闭时写入,挂载时若已存在则自动隐藏 */
|
|
11
|
+
closeStorageKey?: string;
|
|
12
|
+
/** z-index,默认 666 */
|
|
13
|
+
zIndex?: number;
|
|
14
|
+
/** 是否展示,支持 v-model:visible,默认 true */
|
|
15
|
+
visible?: boolean;
|
|
16
|
+
}
|
|
17
|
+
export interface FloatPosterEmits {
|
|
18
|
+
(e: 'update:visible', value: boolean): void;
|
|
19
|
+
(e: 'close'): void;
|
|
20
|
+
(e: 'visit', href?: string): void;
|
|
21
|
+
}
|
|
@@ -255,7 +255,7 @@ declare function __VLS_template(): {
|
|
|
255
255
|
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | ((inputValue: string, lastValidInputValue: string) => string)>;
|
|
256
256
|
};
|
|
257
257
|
showPasswordEvent: {
|
|
258
|
-
type: import('../../../vue/dist/vue.esm-bundler.js'
|
|
258
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"click" | "pointerdown">;
|
|
259
259
|
default: string;
|
|
260
260
|
};
|
|
261
261
|
autoWidth: {
|
|
@@ -741,7 +741,7 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
741
741
|
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<boolean | ((inputValue: string, lastValidInputValue: string) => string)>;
|
|
742
742
|
};
|
|
743
743
|
showPasswordEvent: {
|
|
744
|
-
type: import('../../../vue/dist/vue.esm-bundler.js'
|
|
744
|
+
type: import('../../../vue/dist/vue.esm-bundler.js').PropType<"click" | "pointerdown">;
|
|
745
745
|
default: string;
|
|
746
746
|
};
|
|
747
747
|
autoWidth: {
|
|
@@ -210,7 +210,7 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
210
210
|
filteredOptionsCount: import('../../../../vue/dist/vue.esm-bundler.js').ComputedRef<number>;
|
|
211
211
|
updateTooltip: () => void;
|
|
212
212
|
updateTagTooltip: () => void;
|
|
213
|
-
debouncedOnInputChange: import('@vueuse/
|
|
213
|
+
debouncedOnInputChange: import('@vueuse/core').PromisifyFn<() => void>;
|
|
214
214
|
onInput: (event: Event) => void;
|
|
215
215
|
deletePrevTag: (e: KeyboardEvent) => void;
|
|
216
216
|
deleteTag: (event: MouseEvent, tag: import('element-plus').OptionBasic) => void;
|
|
@@ -538,7 +538,7 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
538
538
|
filteredOptionsCount: import('../../../../vue/dist/vue.esm-bundler.js').ComputedRef<number>;
|
|
539
539
|
updateTooltip: () => void;
|
|
540
540
|
updateTagTooltip: () => void;
|
|
541
|
-
debouncedOnInputChange: import('@vueuse/
|
|
541
|
+
debouncedOnInputChange: import('@vueuse/core').PromisifyFn<() => void>;
|
|
542
542
|
onInput: (event: Event) => void;
|
|
543
543
|
deletePrevTag: (e: KeyboardEvent) => void;
|
|
544
544
|
deleteTag: (event: MouseEvent, tag: import('element-plus').OptionBasic) => void;
|
|
@@ -454,7 +454,7 @@ declare const OMeetingSigCalendar: {
|
|
|
454
454
|
new (...args: any[]): import('../../../vue/dist/vue.esm-bundler.js').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
455
455
|
sigName: String;
|
|
456
456
|
getMeetingListRequest: any;
|
|
457
|
-
|
|
457
|
+
isStreamDateList?: boolean;
|
|
458
458
|
getDateListRequest: () => AsyncIterable<string[] | string> | Promise<string[]>;
|
|
459
459
|
getEventsListRequest: any;
|
|
460
460
|
emptyImg?: any;
|
|
@@ -478,7 +478,7 @@ declare const OMeetingSigCalendar: {
|
|
|
478
478
|
}, Readonly<{
|
|
479
479
|
sigName: String;
|
|
480
480
|
getMeetingListRequest: any;
|
|
481
|
-
|
|
481
|
+
isStreamDateList?: boolean;
|
|
482
482
|
getDateListRequest: () => AsyncIterable<string[] | string> | Promise<string[]>;
|
|
483
483
|
getEventsListRequest: any;
|
|
484
484
|
emptyImg?: any;
|
|
@@ -495,7 +495,7 @@ declare const OMeetingSigCalendar: {
|
|
|
495
495
|
} & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<{
|
|
496
496
|
sigName: String;
|
|
497
497
|
getMeetingListRequest: any;
|
|
498
|
-
|
|
498
|
+
isStreamDateList?: boolean;
|
|
499
499
|
getDateListRequest: () => AsyncIterable<string[] | string> | Promise<string[]>;
|
|
500
500
|
getEventsListRequest: any;
|
|
501
501
|
emptyImg?: any;
|