@opendesign-plus/components 0.0.1-rc.31 → 0.0.1-rc.33
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 +50 -46
- package/dist/components/header-language-switcher/OHeaderLanguageSwitcher.vue.d.ts +9 -0
- package/dist/components/header-language-switcher/index.d.ts +15 -0
- package/dist/components/meeting/OMeetingPlayback.vue.d.ts +4 -4
- package/dist/components/meeting/OMeetingSigCalendar.vue.d.ts +2 -0
- package/dist/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
- package/dist/components/meeting/index.d.ts +8 -2
- package/dist/components/meeting/types.d.ts +2 -0
- package/dist/components.cjs.js +38 -38
- package/dist/components.css +1 -1
- package/dist/components.es.js +8112 -8043
- package/package.json +3 -3
- package/src/assets/meeting/empty.png +0 -0
- package/src/assets/meeting/svg-icons/icon-copy.svg +3 -2
- package/src/assets/meeting/svg-icons/icon-empty.svg +65 -31
- package/src/assets/styles/element-plus.scss +32 -2
- package/src/components/events/OEventsApply.vue +8 -2
- package/src/components/events/OEventsList.vue +1 -3
- package/src/components/header-language-switcher/OHeaderLanguageSwitcher.vue +45 -3
- package/src/components/meeting/OMeetingCalendar.vue +81 -48
- package/src/components/meeting/OMeetingMyCalendar.vue +148 -99
- package/src/components/meeting/OMeetingSigCalendar.vue +91 -30
- package/src/components/meeting/components/OMeetingCalendarList.vue +25 -10
- package/src/components/meeting/components/OMeetingDetail.vue +45 -26
- package/src/components/meeting/components/OMeetingSigAside.vue +6 -5
- package/src/components/meeting/types.ts +2 -0
- package/src/i18n/en.ts +6 -4
- package/src/i18n/zh.ts +2 -0
- package/src/assets/meeting/svg-icons/icon-empty_dark.svg +0 -49
|
@@ -17,8 +17,8 @@ declare function __VLS_template(): {
|
|
|
17
17
|
getInstance: (...args: any[]) => void;
|
|
18
18
|
setTrackIdx: (...args: any[]) => void;
|
|
19
19
|
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
20
|
-
captions: CaptionItemT[];
|
|
21
20
|
src: string;
|
|
21
|
+
captions: CaptionItemT[];
|
|
22
22
|
vtt: string;
|
|
23
23
|
}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
24
24
|
P: {};
|
|
@@ -34,8 +34,8 @@ declare function __VLS_template(): {
|
|
|
34
34
|
}>, {
|
|
35
35
|
changeTime: (time: number) => void;
|
|
36
36
|
}, {}, {}, {}, {
|
|
37
|
-
captions: CaptionItemT[];
|
|
38
37
|
src: string;
|
|
38
|
+
captions: CaptionItemT[];
|
|
39
39
|
vtt: string;
|
|
40
40
|
}> | null;
|
|
41
41
|
};
|
|
@@ -63,8 +63,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
63
63
|
getInstance: (...args: any[]) => void;
|
|
64
64
|
setTrackIdx: (...args: any[]) => void;
|
|
65
65
|
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
66
|
-
captions: CaptionItemT[];
|
|
67
66
|
src: string;
|
|
67
|
+
captions: CaptionItemT[];
|
|
68
68
|
vtt: string;
|
|
69
69
|
}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
70
70
|
P: {};
|
|
@@ -80,8 +80,8 @@ declare const __VLS_component: import('../../../vue/dist/vue.esm-bundler.js').De
|
|
|
80
80
|
}>, {
|
|
81
81
|
changeTime: (time: number) => void;
|
|
82
82
|
}, {}, {}, {}, {
|
|
83
|
-
captions: CaptionItemT[];
|
|
84
83
|
src: string;
|
|
84
|
+
captions: CaptionItemT[];
|
|
85
85
|
vtt: string;
|
|
86
86
|
}> | null;
|
|
87
87
|
}, HTMLDivElement>;
|
|
@@ -10,8 +10,8 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
10
10
|
onGetInstance?: ((...args: any[]) => any) | undefined;
|
|
11
11
|
onSetTrackIdx?: ((...args: any[]) => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
|
-
captions: import('..').CaptionItemT[];
|
|
14
13
|
src: string;
|
|
14
|
+
captions: import('..').CaptionItemT[];
|
|
15
15
|
vtt: string;
|
|
16
16
|
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
17
17
|
export default _default;
|
|
@@ -373,8 +373,8 @@ declare const OMeetingPlayback: {
|
|
|
373
373
|
getInstance: (...args: any[]) => void;
|
|
374
374
|
setTrackIdx: (...args: any[]) => void;
|
|
375
375
|
}, import('../../../vue/dist/vue.esm-bundler.js').PublicProps, {
|
|
376
|
-
captions: import('./types').CaptionItemT[];
|
|
377
376
|
src: string;
|
|
377
|
+
captions: import('./types').CaptionItemT[];
|
|
378
378
|
vtt: string;
|
|
379
379
|
}, false, {}, {}, import('../../../vue/dist/vue.esm-bundler.js').GlobalComponents, import('../../../vue/dist/vue.esm-bundler.js').GlobalDirectives, string, {}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
380
380
|
P: {};
|
|
@@ -390,8 +390,8 @@ declare const OMeetingPlayback: {
|
|
|
390
390
|
}>, {
|
|
391
391
|
changeTime: (time: number) => void;
|
|
392
392
|
}, {}, {}, {}, {
|
|
393
|
-
captions: import('./types').CaptionItemT[];
|
|
394
393
|
src: string;
|
|
394
|
+
captions: import('./types').CaptionItemT[];
|
|
395
395
|
vtt: string;
|
|
396
396
|
}> | null;
|
|
397
397
|
}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
@@ -433,6 +433,8 @@ declare const OMeetingSigCalendar: {
|
|
|
433
433
|
getDateListRequest: any;
|
|
434
434
|
getEventsListRequest: any;
|
|
435
435
|
dates: String[];
|
|
436
|
+
emptyImg?: any;
|
|
437
|
+
emptyText?: string;
|
|
436
438
|
}> & 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, {}, HTMLDivElement, import('../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, {
|
|
437
439
|
P: {};
|
|
438
440
|
B: {};
|
|
@@ -446,6 +448,8 @@ declare const OMeetingSigCalendar: {
|
|
|
446
448
|
getDateListRequest: any;
|
|
447
449
|
getEventsListRequest: any;
|
|
448
450
|
dates: String[];
|
|
451
|
+
emptyImg?: any;
|
|
452
|
+
emptyText?: string;
|
|
449
453
|
}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
450
454
|
__isFragment?: never;
|
|
451
455
|
__isTeleport?: never;
|
|
@@ -456,6 +460,8 @@ declare const OMeetingSigCalendar: {
|
|
|
456
460
|
getDateListRequest: any;
|
|
457
461
|
getEventsListRequest: any;
|
|
458
462
|
dates: String[];
|
|
463
|
+
emptyImg?: any;
|
|
464
|
+
emptyText?: string;
|
|
459
465
|
}> & 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 () => {
|
|
460
466
|
$slots: {
|
|
461
467
|
empty?(_: {}): any;
|