@opendesign-plus-test/components 0.0.1-rc.111 → 0.0.1-rc.112
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 +59 -75
- package/dist/components/activity/index.d.ts +9 -9
- package/dist/components/banner/index.d.ts +6 -6
- package/dist/components/events/index.d.ts +20 -20
- package/dist/components/header/OHeaderMobile.vue.d.ts +14 -14
- package/dist/components/header/components/HeaderNavMobile.vue.d.ts +1 -1
- package/dist/components/header/index.d.ts +23 -23
- package/dist/components/header-search/OHeaderSearch.vue.d.ts +6 -10
- package/dist/components/header-search/index.d.ts +16 -18
- package/dist/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
- package/dist/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
- package/dist/components/meeting/index.d.ts +31 -31
- package/dist/components/meeting/types.d.ts +1 -0
- package/dist/components/search/OSearchInput.vue.d.ts +6 -10
- package/dist/components/search/index.d.ts +14 -16
- package/dist/components/search/internal/SearchImageInput.vue.d.ts +1 -5
- package/dist/components.cjs.js +39 -39
- package/dist/components.css +1 -1
- package/dist/components.es.js +9457 -10024
- package/dist/index.d.ts +0 -1
- package/dist/treeshaking/components/activity/index.d.ts +9 -9
- package/dist/treeshaking/components/banner/index.d.ts +6 -6
- package/dist/treeshaking/components/common/TooltipText.css +1 -0
- package/dist/treeshaking/components/common/TooltipText.vue.mjs +11 -0
- package/dist/treeshaking/components/events/OEventsApply.css +1 -1
- package/dist/treeshaking/components/events/OEventsCalendar.css +30 -14
- package/dist/treeshaking/components/events/OEventsList.css +6 -0
- package/dist/treeshaking/components/events/index.d.ts +20 -20
- package/dist/treeshaking/components/header/OHeaderMobile.vue.d.ts +14 -14
- package/dist/treeshaking/components/header/components/HeaderNavMobile.vue.d.ts +1 -1
- package/dist/treeshaking/components/header/index.d.ts +23 -23
- package/dist/treeshaking/components/header-search/OHeaderSearch.vue.d.ts +6 -10
- package/dist/treeshaking/components/header-search/index.d.ts +16 -18
- package/dist/treeshaking/components/meeting/OMeetingCalendar.css +2 -2
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.css +36 -53
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.vue.mjs +1 -0
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar2.css +8 -0
- package/dist/treeshaking/components/meeting/OMeetingPlayback.css +21 -0
- package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
- package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.mjs +41 -18
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.css +5 -7
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.vue.mjs +3 -6
- package/dist/treeshaking/components/meeting/components/OMeetingDetail.css +1 -1
- package/dist/treeshaking/components/meeting/components/OMeetingDetail.vue.mjs +10 -6
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackSubtitles.css +153 -6
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackVideo.css +9 -2
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackVideo.vue.d.ts +1 -1
- package/dist/treeshaking/components/meeting/index.d.ts +31 -31
- package/dist/treeshaking/components/meeting/types.d.ts +1 -0
- package/dist/treeshaking/components/search/OSearchInput.vue.d.ts +6 -10
- package/dist/treeshaking/components/search/index.d.ts +14 -16
- package/dist/treeshaking/components/search/internal/SearchImageInput.vue.d.ts +1 -5
- package/dist/treeshaking/i18n/en.mjs +1 -9
- package/dist/treeshaking/i18n/zh.mjs +1 -9
- package/dist/treeshaking/index.d.ts +0 -1
- package/dist/treeshaking/index.mjs +0 -5
- package/package.json +2 -2
- package/dist/components/feedback-doc/OFeedbackDoc.vue.d.ts +0 -215
- package/dist/components/feedback-doc/OFeedbackDocContent.vue.d.ts +0 -36
- package/dist/components/feedback-doc/OFeedbackDocDialog.vue.d.ts +0 -34
- package/dist/components/feedback-doc/OFeedbackDocPopup.vue.d.ts +0 -42
- package/dist/components/feedback-doc/index.d.ts +0 -488
- package/dist/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +0 -664
- package/dist/treeshaking/_virtual/icon-smile.mjs +0 -21
- package/dist/treeshaking/components/common/MoreText.css +0 -69
- package/dist/treeshaking/components/common/MoreText.vue.mjs +0 -88
- package/dist/treeshaking/components/common/MoreText.vue3.mjs +0 -5
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.css +0 -20
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue.d.ts +0 -215
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue.mjs +0 -7
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue2.mjs +0 -157
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.css +0 -115
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue.d.ts +0 -36
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue.mjs +0 -7
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue2.mjs +0 -303
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocDialog.vue.d.ts +0 -34
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocDialog.vue.mjs +0 -92
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocDialog.vue2.mjs +0 -4
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.css +0 -22
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue.d.ts +0 -42
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue.mjs +0 -7
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue2.mjs +0 -90
- package/dist/treeshaking/components/feedback-doc/index.d.ts +0 -488
- package/dist/treeshaking/components/feedback-doc/index.mjs +0 -30
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +0 -664
|
@@ -13,7 +13,7 @@ import _sfc_main$2 from "../../common/TooltipText.vue.mjs";
|
|
|
13
13
|
import '../../common/TooltipText.css';
|
|
14
14
|
import dayjs from "dayjs";
|
|
15
15
|
const _hoisted_1 = { class: "meet-title-left" };
|
|
16
|
-
const _hoisted_2 =
|
|
16
|
+
const _hoisted_2 = { class: "meet-title" };
|
|
17
17
|
const _hoisted_3 = { class: "text" };
|
|
18
18
|
const _hoisted_4 = { class: "item-title-text" };
|
|
19
19
|
const _hoisted_5 = {
|
|
@@ -242,10 +242,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
242
242
|
}, {
|
|
243
243
|
title: withCtx(() => [
|
|
244
244
|
createElementVNode("div", _hoisted_1, [
|
|
245
|
-
createElementVNode("div",
|
|
246
|
-
class: "meet-title",
|
|
247
|
-
title: item.topic || item.name || item.title
|
|
248
|
-
}, [
|
|
245
|
+
createElementVNode("div", _hoisted_2, [
|
|
249
246
|
createVNode(unref(OIcon), {
|
|
250
247
|
style: normalizeStyle({
|
|
251
248
|
backgroundColor: `${unref(getConfig)(item.type, "color")}`
|
|
@@ -275,7 +272,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
275
272
|
_: 1
|
|
276
273
|
})
|
|
277
274
|
])) : createCommentVNode("", true)
|
|
278
|
-
]
|
|
275
|
+
]),
|
|
279
276
|
createElementVNode("div", {
|
|
280
277
|
class: "meet-info",
|
|
281
278
|
ref_for: true,
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { defineComponent, computed, ref, openBlock, createElementBlock, Fragment, renderList, normalizeClass, createElementVNode, toDisplayString, createBlock,
|
|
1
|
+
import { defineComponent, computed, ref, openBlock, createElementBlock, Fragment, renderList, normalizeClass, createElementVNode, toDisplayString, createBlock, withCtx, createTextVNode, unref, createCommentVNode } from "vue";
|
|
2
2
|
import { OLink } from "@opensig/opendesign";
|
|
3
3
|
import { CalendarDataType } from "../types.mjs";
|
|
4
|
-
import _sfc_main$1 from "../../common/MoreText.vue.mjs";
|
|
5
|
-
import '../../common/MoreText.css';
|
|
6
4
|
import { formatDate } from "../utils.mjs";
|
|
7
5
|
import { useMeetingConfig } from "../composables/useMeetingConfig.mjs";
|
|
8
6
|
import { useI18n } from "../../../i18n/index.mjs";
|
|
7
|
+
import _sfc_main$1 from "../../common/TooltipText.vue.mjs";
|
|
8
|
+
import '../../common/TooltipText.css';
|
|
9
9
|
const _hoisted_1 = { class: "o-meeting-detail" };
|
|
10
10
|
const _hoisted_2 = { class: "label" };
|
|
11
11
|
const _hoisted_3 = { key: 2 };
|
|
@@ -149,9 +149,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
149
149
|
createElementVNode("span", { class: "split-mark" }, toDisplayString(SPLIT_MARK)),
|
|
150
150
|
info.ellipsis ? (openBlock(), createBlock(_sfc_main$1, {
|
|
151
151
|
key: 0,
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
152
|
+
lines: 3
|
|
153
|
+
}, {
|
|
154
|
+
default: withCtx(() => [
|
|
155
|
+
createTextVNode(toDisplayString(getField(info.key) || "-"), 1)
|
|
156
|
+
]),
|
|
157
|
+
_: 2
|
|
158
|
+
}, 1024)) : info.isLink ? (openBlock(), createBlock(unref(OLink), {
|
|
155
159
|
key: 1,
|
|
156
160
|
target: "_blank",
|
|
157
161
|
class: "value",
|
|
@@ -308,6 +308,27 @@
|
|
|
308
308
|
display: flex;
|
|
309
309
|
align-items: center;
|
|
310
310
|
gap: var(--o-gap-4);
|
|
311
|
+
padding: var(--o-gap-5) var(--o-gap-5) 0 var(--o-gap-5);
|
|
312
|
+
}
|
|
313
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
314
|
+
.o-meeting-playback-subtitles .search-captions {
|
|
315
|
+
padding: var(--o-gap-4) var(--o-gap-4) 0 var(--o-gap-4);
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
@media (min-width: 841px) and (max-width: 1200px) {
|
|
319
|
+
.o-meeting-playback-subtitles .search-captions {
|
|
320
|
+
padding: var(--o-gap-3) var(--o-gap-3) 0 var(--o-gap-3);
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
@media (min-width: 601px) and (max-width: 840px) {
|
|
324
|
+
.o-meeting-playback-subtitles .search-captions {
|
|
325
|
+
padding: var(--o-gap-3) var(--o-gap-3) 0 var(--o-gap-3);
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
@media (max-width: 600px) {
|
|
329
|
+
.o-meeting-playback-subtitles .search-captions {
|
|
330
|
+
padding: var(--o-gap-3) var(--o-gap-3) 0 var(--o-gap-3);
|
|
331
|
+
}
|
|
311
332
|
}
|
|
312
333
|
.o-meeting-playback-subtitles .search-captions .input-captions {
|
|
313
334
|
--input-radius: var(--meeting-input-radius);
|
|
@@ -378,18 +399,122 @@
|
|
|
378
399
|
height: calc(100% - 64px);
|
|
379
400
|
--tab-nav-justify: flex-start;
|
|
380
401
|
}
|
|
402
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
403
|
+
.o-meeting-playback-subtitles .o-tab {
|
|
404
|
+
margin-top: var(--o-gap-4);
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
@media (min-width: 601px) and (max-width: 1200px) {
|
|
408
|
+
.o-meeting-playback-subtitles .o-tab {
|
|
409
|
+
margin-top: var(--o-gap-3);
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
@media (max-width: 600px) {
|
|
413
|
+
.o-meeting-playback-subtitles .o-tab {
|
|
414
|
+
margin-top: var(--o-gap-2);
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
.o-meeting-playback-subtitles .o-tab .o-tab-head {
|
|
418
|
+
padding: 0 var(--o-gap-5);
|
|
419
|
+
}
|
|
420
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
421
|
+
.o-meeting-playback-subtitles .o-tab .o-tab-head {
|
|
422
|
+
padding: 0 var(--o-gap-4);
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
@media (min-width: 841px) and (max-width: 1200px) {
|
|
426
|
+
.o-meeting-playback-subtitles .o-tab .o-tab-head {
|
|
427
|
+
padding: 0 var(--o-gap-3);
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
@media (min-width: 601px) and (max-width: 840px) {
|
|
431
|
+
.o-meeting-playback-subtitles .o-tab .o-tab-head {
|
|
432
|
+
padding: 0 var(--o-gap-3);
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
@media (max-width: 600px) {
|
|
436
|
+
.o-meeting-playback-subtitles .o-tab .o-tab-head {
|
|
437
|
+
padding: 0 var(--o-gap-3);
|
|
438
|
+
}
|
|
439
|
+
}
|
|
381
440
|
.o-meeting-playback-subtitles .o-tab .o-tab-nav-list {
|
|
382
441
|
width: 100%;
|
|
383
442
|
}
|
|
384
443
|
.o-meeting-playback-subtitles .o-tab .o-tab-navs .o-tab-nav {
|
|
385
444
|
padding-bottom: var(--o-gap-4);
|
|
386
445
|
}
|
|
446
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
447
|
+
.o-meeting-playback-subtitles .o-tab .o-tab-navs .o-tab-nav {
|
|
448
|
+
margin-top: var(--o-gap-3);
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
@media (min-width: 841px) and (max-width: 1200px) {
|
|
452
|
+
.o-meeting-playback-subtitles .o-tab .o-tab-navs .o-tab-nav {
|
|
453
|
+
margin-top: var(--o-gap-2);
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
@media (min-width: 601px) and (max-width: 840px) {
|
|
457
|
+
.o-meeting-playback-subtitles .o-tab .o-tab-navs .o-tab-nav {
|
|
458
|
+
margin-top: var(--o-gap-3);
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
@media (max-width: 600px) {
|
|
462
|
+
.o-meeting-playback-subtitles .o-tab .o-tab-navs .o-tab-nav {
|
|
463
|
+
margin-top: var(--o-gap-1);
|
|
464
|
+
}
|
|
465
|
+
}
|
|
387
466
|
.o-meeting-playback-subtitles .o-tab .o-tab-body {
|
|
388
467
|
height: calc(100% - var(--o-line_height-text2) - var(--o-gap-4));
|
|
468
|
+
padding: 0 var(--o-gap-2) var(--o-gap-5) var(--o-gap-2);
|
|
469
|
+
}
|
|
470
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
471
|
+
.o-meeting-playback-subtitles .o-tab .o-tab-body {
|
|
472
|
+
padding: 0 var(--o-gap-2) var(--o-gap-4) var(--o-gap-2);
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
@media (min-width: 841px) and (max-width: 1200px) {
|
|
476
|
+
.o-meeting-playback-subtitles .o-tab .o-tab-body {
|
|
477
|
+
padding: 0 var(--o-gap-2) var(--o-gap-3) var(--o-gap-2);
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
@media (min-width: 601px) and (max-width: 840px) {
|
|
481
|
+
.o-meeting-playback-subtitles .o-tab .o-tab-body {
|
|
482
|
+
padding: 0 var(--o-gap-2) var(--o-gap-3) var(--o-gap-2);
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
@media (max-width: 600px) {
|
|
486
|
+
.o-meeting-playback-subtitles .o-tab .o-tab-body {
|
|
487
|
+
padding: 0 var(--o-gap-2) var(--o-gap-3) var(--o-gap-2);
|
|
488
|
+
}
|
|
389
489
|
}
|
|
390
490
|
.o-meeting-playback-subtitles .o-tab .o-tab-body .o-tab-pane {
|
|
391
491
|
height: 100%;
|
|
392
492
|
padding-top: var(--o-gap-5);
|
|
493
|
+
position: relative;
|
|
494
|
+
}
|
|
495
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
496
|
+
.o-meeting-playback-subtitles .o-tab .o-tab-body .o-tab-pane {
|
|
497
|
+
padding-top: var(--o-gap-4);
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
@media (min-width: 601px) and (max-width: 1200px) {
|
|
501
|
+
.o-meeting-playback-subtitles .o-tab .o-tab-body .o-tab-pane {
|
|
502
|
+
padding-top: var(--o-gap-3);
|
|
503
|
+
}
|
|
504
|
+
}
|
|
505
|
+
@media (max-width: 600px) {
|
|
506
|
+
.o-meeting-playback-subtitles .o-tab .o-tab-body .o-tab-pane {
|
|
507
|
+
padding-top: var(--o-gap-3);
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
.o-meeting-playback-subtitles .o-tab .o-tab-body .o-tab-pane::after {
|
|
511
|
+
height: 24px;
|
|
512
|
+
content: "";
|
|
513
|
+
position: absolute;
|
|
514
|
+
bottom: 0;
|
|
515
|
+
left: 0;
|
|
516
|
+
right: 0;
|
|
517
|
+
background: linear-gradient(180deg, rgba(var(--o-grey-1), 0), rgba(var(--o-grey-1), 1) 100%);
|
|
393
518
|
}
|
|
394
519
|
.o-meeting-playback-subtitles .o-tab .o-tab-body .o-tab-pane .o-scroller {
|
|
395
520
|
height: 100%;
|
|
@@ -398,7 +523,7 @@
|
|
|
398
523
|
width: calc(100% + 16px);
|
|
399
524
|
}
|
|
400
525
|
.o-meeting-playback-subtitles .o-tab .o-row {
|
|
401
|
-
margin-top:
|
|
526
|
+
margin-top: 0;
|
|
402
527
|
}
|
|
403
528
|
@media (max-width: 840px) {
|
|
404
529
|
.o-meeting-playback-subtitles .captions-tab .captions-scroller {
|
|
@@ -406,7 +531,29 @@
|
|
|
406
531
|
}
|
|
407
532
|
}
|
|
408
533
|
.o-meeting-playback-subtitles .captions-tab .captions-item {
|
|
409
|
-
padding:
|
|
534
|
+
padding: var(--o-gap-2) calc(var(--o-gap-5) - var(--o-gap-2));
|
|
535
|
+
}
|
|
536
|
+
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
537
|
+
.o-meeting-playback-subtitles .captions-tab .captions-item {
|
|
538
|
+
padding: var(--o-gap-2) calc(var(--o-gap-4) - var(--o-gap-2));
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
@media (min-width: 841px) and (max-width: 1200px) {
|
|
542
|
+
.o-meeting-playback-subtitles .captions-tab .captions-item {
|
|
543
|
+
padding: var(--o-gap-2) calc(var(--o-gap-3) - var(--o-gap-2));
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
@media (min-width: 601px) and (max-width: 840px) {
|
|
547
|
+
.o-meeting-playback-subtitles .captions-tab .captions-item {
|
|
548
|
+
padding: var(--o-gap-2) calc(var(--o-gap-3) - var(--o-gap-2));
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
@media (max-width: 600px) {
|
|
552
|
+
.o-meeting-playback-subtitles .captions-tab .captions-item {
|
|
553
|
+
padding: var(--o-gap-2) calc(var(--o-gap-3) - var(--o-gap-2));
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
.o-meeting-playback-subtitles .captions-tab .captions-item {
|
|
410
557
|
cursor: pointer;
|
|
411
558
|
border-radius: var(--meeting-cell-radius);
|
|
412
559
|
}
|
|
@@ -461,8 +608,8 @@
|
|
|
461
608
|
.o-meeting-playback-subtitles .captions-tab .captions-item .info .speaker {
|
|
462
609
|
color: var(--o-color-info3);
|
|
463
610
|
margin-left: 4px;
|
|
464
|
-
font-size:
|
|
465
|
-
line-height:
|
|
611
|
+
font-size: 14px;
|
|
612
|
+
line-height: 22px;
|
|
466
613
|
}
|
|
467
614
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
468
615
|
.o-meeting-playback-subtitles .captions-tab .captions-item .info .speaker {
|
|
@@ -491,8 +638,8 @@
|
|
|
491
638
|
.o-meeting-playback-subtitles .captions-tab .captions-item .info .start-time {
|
|
492
639
|
color: var(--o-color-info3);
|
|
493
640
|
margin-left: 16px;
|
|
494
|
-
font-size:
|
|
495
|
-
line-height:
|
|
641
|
+
font-size: 14px;
|
|
642
|
+
line-height: 22px;
|
|
496
643
|
}
|
|
497
644
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
498
645
|
.o-meeting-playback-subtitles .captions-tab .captions-item .info .start-time {
|
|
@@ -76,14 +76,20 @@
|
|
|
76
76
|
}
|
|
77
77
|
.video-js {
|
|
78
78
|
--right-size: 32px;
|
|
79
|
-
--right-icon-size:
|
|
79
|
+
--right-icon-size: 32px;
|
|
80
80
|
--right-gap: 24px;
|
|
81
81
|
}
|
|
82
82
|
.video-js div.vjs-poster {
|
|
83
83
|
position: absolute;
|
|
84
84
|
}
|
|
85
|
+
.video-js div.vjs-poster picture {
|
|
86
|
+
display: flex;
|
|
87
|
+
justify-content: center;
|
|
88
|
+
align-items: center;
|
|
89
|
+
}
|
|
85
90
|
.video-js div.vjs-poster img {
|
|
86
91
|
object-fit: cover;
|
|
92
|
+
max-width: 100%;
|
|
87
93
|
}
|
|
88
94
|
.video-js div.vjs-poster::after {
|
|
89
95
|
content: "";
|
|
@@ -110,9 +116,10 @@
|
|
|
110
116
|
width: 32px;
|
|
111
117
|
height: 32px;
|
|
112
118
|
margin-left: var(--o-gap-5);
|
|
119
|
+
margin-right: var(--o-gap-2);
|
|
113
120
|
}
|
|
114
121
|
.video-js .vjs-control-bar .vjs-play-control .vjs-icon-placeholder::before {
|
|
115
|
-
font-size:
|
|
122
|
+
font-size: 32px;
|
|
116
123
|
line-height: 32px;
|
|
117
124
|
}
|
|
118
125
|
.video-js .vjs-control-bar .vjs-skip-backward-5 {
|
|
@@ -11,7 +11,7 @@ declare const _default: import('vue').DefineComponent<MeetingPlaybackVideoPropsT
|
|
|
11
11
|
onSetTrackIdx?: ((...args: any[]) => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
13
|
src: string;
|
|
14
|
-
captions: import('
|
|
14
|
+
captions: import('..').CaptionItemT[];
|
|
15
15
|
vtt: string;
|
|
16
16
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
17
17
|
export default _default;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { App } from 'vue';
|
|
2
2
|
declare const OMeetingCalendar: {
|
|
3
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
3
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').MeetingCalendarPropsT> & Readonly<{
|
|
4
4
|
onCreate?: ((...args: any[]) => any) | undefined;
|
|
5
5
|
}>, {
|
|
6
6
|
refresh: (day?: string) => Promise<void>;
|
|
7
7
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
8
|
create: (...args: any[]) => void;
|
|
9
9
|
}, import('vue').PublicProps, {
|
|
10
|
-
groupType: import('
|
|
10
|
+
groupType: import('./types').MeetingGroupType;
|
|
11
11
|
getSummitListRequest: any;
|
|
12
12
|
getEventsListRequest: any;
|
|
13
13
|
hiddenEvents: boolean;
|
|
@@ -155,12 +155,12 @@ declare const OMeetingCalendar: {
|
|
|
155
155
|
C: {};
|
|
156
156
|
M: {};
|
|
157
157
|
Defaults: {};
|
|
158
|
-
}, Readonly<import('
|
|
158
|
+
}, Readonly<import('./types').MeetingCalendarPropsT> & Readonly<{
|
|
159
159
|
onCreate?: ((...args: any[]) => any) | undefined;
|
|
160
160
|
}>, {
|
|
161
161
|
refresh: (day?: string) => Promise<void>;
|
|
162
162
|
}, {}, {}, {}, {
|
|
163
|
-
groupType: import('
|
|
163
|
+
groupType: import('./types').MeetingGroupType;
|
|
164
164
|
getSummitListRequest: any;
|
|
165
165
|
getEventsListRequest: any;
|
|
166
166
|
hiddenEvents: boolean;
|
|
@@ -171,14 +171,14 @@ declare const OMeetingCalendar: {
|
|
|
171
171
|
__isFragment?: never;
|
|
172
172
|
__isTeleport?: never;
|
|
173
173
|
__isSuspense?: never;
|
|
174
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
174
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').MeetingCalendarPropsT> & Readonly<{
|
|
175
175
|
onCreate?: ((...args: any[]) => any) | undefined;
|
|
176
176
|
}>, {
|
|
177
177
|
refresh: (day?: string) => Promise<void>;
|
|
178
178
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
179
179
|
create: (...args: any[]) => void;
|
|
180
180
|
}, string, {
|
|
181
|
-
groupType: import('
|
|
181
|
+
groupType: import('./types').MeetingGroupType;
|
|
182
182
|
getSummitListRequest: any;
|
|
183
183
|
getEventsListRequest: any;
|
|
184
184
|
hiddenEvents: boolean;
|
|
@@ -193,7 +193,7 @@ declare const OMeetingCalendar: {
|
|
|
193
193
|
install(app: App): void;
|
|
194
194
|
};
|
|
195
195
|
declare const OMeetingForm: {
|
|
196
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
196
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').MeetingFormPropsT> & Readonly<{
|
|
197
197
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
198
198
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
199
199
|
}>, {
|
|
@@ -202,7 +202,7 @@ declare const OMeetingForm: {
|
|
|
202
202
|
cancel: (...args: any[]) => void;
|
|
203
203
|
confirm: (...args: any[]) => void;
|
|
204
204
|
}, import('vue').PublicProps, {
|
|
205
|
-
groupType: import('
|
|
205
|
+
groupType: import('./types').MeetingGroupType;
|
|
206
206
|
showBtns: boolean;
|
|
207
207
|
privateContactEmail: string;
|
|
208
208
|
enablePrivate: boolean;
|
|
@@ -340,13 +340,13 @@ declare const OMeetingForm: {
|
|
|
340
340
|
C: {};
|
|
341
341
|
M: {};
|
|
342
342
|
Defaults: {};
|
|
343
|
-
}, Readonly<import('
|
|
343
|
+
}, Readonly<import('./types').MeetingFormPropsT> & Readonly<{
|
|
344
344
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
345
345
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
346
346
|
}>, {
|
|
347
347
|
confirm: () => Promise<void>;
|
|
348
348
|
}, {}, {}, {}, {
|
|
349
|
-
groupType: import('
|
|
349
|
+
groupType: import('./types').MeetingGroupType;
|
|
350
350
|
showBtns: boolean;
|
|
351
351
|
privateContactEmail: string;
|
|
352
352
|
enablePrivate: boolean;
|
|
@@ -354,7 +354,7 @@ declare const OMeetingForm: {
|
|
|
354
354
|
__isFragment?: never;
|
|
355
355
|
__isTeleport?: never;
|
|
356
356
|
__isSuspense?: never;
|
|
357
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
357
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').MeetingFormPropsT> & Readonly<{
|
|
358
358
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
359
359
|
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
360
360
|
}>, {
|
|
@@ -363,7 +363,7 @@ declare const OMeetingForm: {
|
|
|
363
363
|
cancel: (...args: any[]) => void;
|
|
364
364
|
confirm: (...args: any[]) => void;
|
|
365
365
|
}, string, {
|
|
366
|
-
groupType: import('
|
|
366
|
+
groupType: import('./types').MeetingGroupType;
|
|
367
367
|
showBtns: boolean;
|
|
368
368
|
privateContactEmail: string;
|
|
369
369
|
enablePrivate: boolean;
|
|
@@ -371,17 +371,17 @@ declare const OMeetingForm: {
|
|
|
371
371
|
install(app: App): void;
|
|
372
372
|
};
|
|
373
373
|
declare const OMeetingPlayback: {
|
|
374
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
374
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').MeetingPlaybackPropsT> & Readonly<{
|
|
375
375
|
"onChange-date"?: ((...args: any[]) => any) | undefined;
|
|
376
376
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
377
377
|
"change-date": (...args: any[]) => void;
|
|
378
378
|
}, import('vue').PublicProps, {
|
|
379
|
-
data: import('
|
|
379
|
+
data: import('./types').MeetingPlaybackPropsDataT;
|
|
380
380
|
dates: string[];
|
|
381
|
-
detail: import('
|
|
381
|
+
detail: import('./types').MeetingPlaybackPropsDetailT;
|
|
382
382
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
383
383
|
leftRef: HTMLDivElement;
|
|
384
|
-
playerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
384
|
+
playerRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').MeetingPlaybackVideoPropsT> & Readonly<{
|
|
385
385
|
onGetDuration?: ((...args: any[]) => any) | undefined;
|
|
386
386
|
onGetInstance?: ((...args: any[]) => any) | undefined;
|
|
387
387
|
onSetTrackIdx?: ((...args: any[]) => any) | undefined;
|
|
@@ -393,7 +393,7 @@ declare const OMeetingPlayback: {
|
|
|
393
393
|
setTrackIdx: (...args: any[]) => void;
|
|
394
394
|
}, import('vue').PublicProps, {
|
|
395
395
|
src: string;
|
|
396
|
-
captions: import('
|
|
396
|
+
captions: import('./types').CaptionItemT[];
|
|
397
397
|
vtt: string;
|
|
398
398
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
399
399
|
P: {};
|
|
@@ -402,7 +402,7 @@ declare const OMeetingPlayback: {
|
|
|
402
402
|
C: {};
|
|
403
403
|
M: {};
|
|
404
404
|
Defaults: {};
|
|
405
|
-
}, Readonly<import('
|
|
405
|
+
}, Readonly<import('./types').MeetingPlaybackVideoPropsT> & Readonly<{
|
|
406
406
|
onGetDuration?: ((...args: any[]) => any) | undefined;
|
|
407
407
|
onGetInstance?: ((...args: any[]) => any) | undefined;
|
|
408
408
|
onSetTrackIdx?: ((...args: any[]) => any) | undefined;
|
|
@@ -410,7 +410,7 @@ declare const OMeetingPlayback: {
|
|
|
410
410
|
changeTime: (time: number) => void;
|
|
411
411
|
}, {}, {}, {}, {
|
|
412
412
|
src: string;
|
|
413
|
-
captions: import('
|
|
413
|
+
captions: import('./types').CaptionItemT[];
|
|
414
414
|
vtt: string;
|
|
415
415
|
}> | null;
|
|
416
416
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
@@ -420,24 +420,24 @@ declare const OMeetingPlayback: {
|
|
|
420
420
|
C: {};
|
|
421
421
|
M: {};
|
|
422
422
|
Defaults: {};
|
|
423
|
-
}, Readonly<import('
|
|
423
|
+
}, Readonly<import('./types').MeetingPlaybackPropsT> & Readonly<{
|
|
424
424
|
"onChange-date"?: ((...args: any[]) => any) | undefined;
|
|
425
425
|
}>, {}, {}, {}, {}, {
|
|
426
|
-
data: import('
|
|
426
|
+
data: import('./types').MeetingPlaybackPropsDataT;
|
|
427
427
|
dates: string[];
|
|
428
|
-
detail: import('
|
|
428
|
+
detail: import('./types').MeetingPlaybackPropsDetailT;
|
|
429
429
|
}>;
|
|
430
430
|
__isFragment?: never;
|
|
431
431
|
__isTeleport?: never;
|
|
432
432
|
__isSuspense?: never;
|
|
433
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
433
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').MeetingPlaybackPropsT> & Readonly<{
|
|
434
434
|
"onChange-date"?: ((...args: any[]) => any) | undefined;
|
|
435
435
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
436
436
|
"change-date": (...args: any[]) => void;
|
|
437
437
|
}, string, {
|
|
438
|
-
data: import('
|
|
438
|
+
data: import('./types').MeetingPlaybackPropsDataT;
|
|
439
439
|
dates: string[];
|
|
440
|
-
detail: import('
|
|
440
|
+
detail: import('./types').MeetingPlaybackPropsDetailT;
|
|
441
441
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
442
442
|
$slots: {
|
|
443
443
|
empty?(_: {}): any;
|
|
@@ -493,13 +493,13 @@ declare const OMeetingMyCalendar: {
|
|
|
493
493
|
cancelSubMeetingRequest: any;
|
|
494
494
|
deleteMeetingRequest: any;
|
|
495
495
|
getMeetingListRequest: any;
|
|
496
|
-
groupType: import('
|
|
496
|
+
groupType: import('./types').MeetingGroupType;
|
|
497
497
|
}> & Readonly<{
|
|
498
498
|
onEdit?: ((...args: any[]) => any) | undefined;
|
|
499
499
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
500
500
|
edit: (...args: any[]) => void;
|
|
501
501
|
}, import('vue').PublicProps, {
|
|
502
|
-
groupType: import('
|
|
502
|
+
groupType: import('./types').MeetingGroupType;
|
|
503
503
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
504
504
|
calendarRef: ({
|
|
505
505
|
$: import('vue').ComponentInternalInstance;
|
|
@@ -817,11 +817,11 @@ declare const OMeetingMyCalendar: {
|
|
|
817
817
|
cancelSubMeetingRequest: any;
|
|
818
818
|
deleteMeetingRequest: any;
|
|
819
819
|
getMeetingListRequest: any;
|
|
820
|
-
groupType: import('
|
|
820
|
+
groupType: import('./types').MeetingGroupType;
|
|
821
821
|
}> & Readonly<{
|
|
822
822
|
onEdit?: ((...args: any[]) => any) | undefined;
|
|
823
823
|
}>, {}, {}, {}, {}, {
|
|
824
|
-
groupType: import('
|
|
824
|
+
groupType: import('./types').MeetingGroupType;
|
|
825
825
|
}>;
|
|
826
826
|
__isFragment?: never;
|
|
827
827
|
__isTeleport?: never;
|
|
@@ -830,13 +830,13 @@ declare const OMeetingMyCalendar: {
|
|
|
830
830
|
cancelSubMeetingRequest: any;
|
|
831
831
|
deleteMeetingRequest: any;
|
|
832
832
|
getMeetingListRequest: any;
|
|
833
|
-
groupType: import('
|
|
833
|
+
groupType: import('./types').MeetingGroupType;
|
|
834
834
|
}> & Readonly<{
|
|
835
835
|
onEdit?: ((...args: any[]) => any) | undefined;
|
|
836
836
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
837
837
|
edit: (...args: any[]) => void;
|
|
838
838
|
}, string, {
|
|
839
|
-
groupType: import('
|
|
839
|
+
groupType: import('./types').MeetingGroupType;
|
|
840
840
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
841
841
|
$slots: {
|
|
842
842
|
empty?(_: {}): any;
|
|
@@ -431,14 +431,12 @@ declare function __VLS_template(): {
|
|
|
431
431
|
append(): any;
|
|
432
432
|
prefix(): any;
|
|
433
433
|
suffix(): any;
|
|
434
|
-
extra(): any;
|
|
435
434
|
}> & {
|
|
436
435
|
default(): any;
|
|
437
436
|
prepend(): any;
|
|
438
437
|
append(): any;
|
|
439
438
|
prefix(): any;
|
|
440
439
|
suffix(): any;
|
|
441
|
-
extra(): any;
|
|
442
440
|
};
|
|
443
441
|
}) | null;
|
|
444
442
|
uploadBtnRef: HTMLSpanElement;
|
|
@@ -470,8 +468,8 @@ declare function __VLS_template(): {
|
|
|
470
468
|
disabled: boolean;
|
|
471
469
|
modelValue: string;
|
|
472
470
|
clearable: boolean;
|
|
473
|
-
expanded: boolean;
|
|
474
471
|
preview: boolean;
|
|
472
|
+
expanded: boolean;
|
|
475
473
|
imageUrl: string;
|
|
476
474
|
enableImageSearch: boolean;
|
|
477
475
|
maxImageSize: number;
|
|
@@ -503,8 +501,8 @@ declare function __VLS_template(): {
|
|
|
503
501
|
disabled: boolean;
|
|
504
502
|
modelValue: string;
|
|
505
503
|
clearable: boolean;
|
|
506
|
-
expanded: boolean;
|
|
507
504
|
preview: boolean;
|
|
505
|
+
expanded: boolean;
|
|
508
506
|
imageUrl: string;
|
|
509
507
|
enableImageSearch: boolean;
|
|
510
508
|
maxImageSize: number;
|
|
@@ -513,7 +511,7 @@ declare function __VLS_template(): {
|
|
|
513
511
|
allowedImageTypes: string[];
|
|
514
512
|
}> & Omit<Readonly<import('./internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
515
513
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
516
|
-
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "clearable" | "
|
|
514
|
+
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "clearable" | "preview" | "expanded" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
|
|
517
515
|
focus: () => void | undefined;
|
|
518
516
|
blur: () => void | undefined;
|
|
519
517
|
awaitUpload: () => Promise<void>;
|
|
@@ -918,14 +916,12 @@ declare const __VLS_component: import('vue').DefineComponent<OSearchInputPropsT,
|
|
|
918
916
|
append(): any;
|
|
919
917
|
prefix(): any;
|
|
920
918
|
suffix(): any;
|
|
921
|
-
extra(): any;
|
|
922
919
|
}> & {
|
|
923
920
|
default(): any;
|
|
924
921
|
prepend(): any;
|
|
925
922
|
append(): any;
|
|
926
923
|
prefix(): any;
|
|
927
924
|
suffix(): any;
|
|
928
|
-
extra(): any;
|
|
929
925
|
};
|
|
930
926
|
}) | null;
|
|
931
927
|
uploadBtnRef: HTMLSpanElement;
|
|
@@ -957,8 +953,8 @@ declare const __VLS_component: import('vue').DefineComponent<OSearchInputPropsT,
|
|
|
957
953
|
disabled: boolean;
|
|
958
954
|
modelValue: string;
|
|
959
955
|
clearable: boolean;
|
|
960
|
-
expanded: boolean;
|
|
961
956
|
preview: boolean;
|
|
957
|
+
expanded: boolean;
|
|
962
958
|
imageUrl: string;
|
|
963
959
|
enableImageSearch: boolean;
|
|
964
960
|
maxImageSize: number;
|
|
@@ -990,8 +986,8 @@ declare const __VLS_component: import('vue').DefineComponent<OSearchInputPropsT,
|
|
|
990
986
|
disabled: boolean;
|
|
991
987
|
modelValue: string;
|
|
992
988
|
clearable: boolean;
|
|
993
|
-
expanded: boolean;
|
|
994
989
|
preview: boolean;
|
|
990
|
+
expanded: boolean;
|
|
995
991
|
imageUrl: string;
|
|
996
992
|
enableImageSearch: boolean;
|
|
997
993
|
maxImageSize: number;
|
|
@@ -1000,7 +996,7 @@ declare const __VLS_component: import('vue').DefineComponent<OSearchInputPropsT,
|
|
|
1000
996
|
allowedImageTypes: string[];
|
|
1001
997
|
}> & Omit<Readonly<import('./internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
1002
998
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
1003
|
-
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "clearable" | "
|
|
999
|
+
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "clearable" | "preview" | "expanded" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
|
|
1004
1000
|
focus: () => void | undefined;
|
|
1005
1001
|
blur: () => void | undefined;
|
|
1006
1002
|
awaitUpload: () => Promise<void>;
|