@opendesign-plus-test/components 0.0.1-rc.141 → 0.0.1-rc.143

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.
Files changed (27) hide show
  1. package/dist/components/float-poster/OFloatPoster.vue.d.ts +24 -0
  2. package/dist/components/float-poster/index.d.ts +72 -0
  3. package/dist/components/float-poster/types.d.ts +21 -0
  4. package/dist/components/meeting/OMeetingSigCalendar.vue.d.ts +2 -1
  5. package/dist/components/meeting/index.d.ts +6 -3
  6. package/dist/components.cjs.js +37 -37
  7. package/dist/components.css +1 -1
  8. package/dist/components.es.js +5470 -5395
  9. package/dist/index.d.ts +1 -0
  10. package/dist/treeshaking/components/float-poster/OFloatPoster.css +64 -0
  11. package/dist/treeshaking/components/float-poster/OFloatPoster.vue.d.ts +24 -0
  12. package/dist/treeshaking/components/float-poster/OFloatPoster.vue.mjs +7 -0
  13. package/dist/treeshaking/components/float-poster/OFloatPoster.vue2.mjs +84 -0
  14. package/dist/treeshaking/components/float-poster/index.d.ts +72 -0
  15. package/dist/treeshaking/components/float-poster/index.mjs +9 -0
  16. package/dist/treeshaking/components/float-poster/types.d.ts +21 -0
  17. package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.css +18 -18
  18. package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue.mjs +1 -1
  19. package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue2.mjs +5 -5
  20. package/dist/treeshaking/components/meeting/OMeetingSigCalendar.vue.d.ts +2 -1
  21. package/dist/treeshaking/components/meeting/OMeetingSigCalendar.vue.mjs +13 -1
  22. package/dist/treeshaking/components/meeting/index.d.ts +6 -3
  23. package/dist/treeshaking/components/sig/components/OSigItem.css +4 -4
  24. package/dist/treeshaking/components/sig/components/OSigRepo.vue.mjs +33 -27
  25. package/dist/treeshaking/index.d.ts +1 -0
  26. package/dist/treeshaking/index.mjs +2 -0
  27. 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
+ }
@@ -1,7 +1,8 @@
1
1
  type __VLS_Props = {
2
2
  sigName: String;
3
3
  getMeetingListRequest: any;
4
- getDateListRequest: any;
4
+ isStreamDateList?: boolean;
5
+ getDateListRequest: () => AsyncIterable<string[] | string> | Promise<string[]>;
5
6
  getEventsListRequest: any;
6
7
  emptyImg?: any;
7
8
  emptyText?: string;
@@ -454,7 +454,8 @@ 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
- getDateListRequest: any;
457
+ isStreamDateList?: boolean;
458
+ getDateListRequest: () => AsyncIterable<string[] | string> | Promise<string[]>;
458
459
  getEventsListRequest: any;
459
460
  emptyImg?: any;
460
461
  emptyText?: string;
@@ -477,7 +478,8 @@ declare const OMeetingSigCalendar: {
477
478
  }, Readonly<{
478
479
  sigName: String;
479
480
  getMeetingListRequest: any;
480
- getDateListRequest: any;
481
+ isStreamDateList?: boolean;
482
+ getDateListRequest: () => AsyncIterable<string[] | string> | Promise<string[]>;
481
483
  getEventsListRequest: any;
482
484
  emptyImg?: any;
483
485
  emptyText?: string;
@@ -493,7 +495,8 @@ declare const OMeetingSigCalendar: {
493
495
  } & import('../../../vue/dist/vue.esm-bundler.js').ComponentOptionsBase<Readonly<{
494
496
  sigName: String;
495
497
  getMeetingListRequest: any;
496
- getDateListRequest: any;
498
+ isStreamDateList?: boolean;
499
+ getDateListRequest: () => AsyncIterable<string[] | string> | Promise<string[]>;
497
500
  getEventsListRequest: any;
498
501
  emptyImg?: any;
499
502
  emptyText?: string;