@opendesign-plus-test/components 0.0.1-rc.112 → 0.0.1-rc.113
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 +75 -59
- 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/feedback-doc/OFeedbackDoc.vue.d.ts +215 -0
- package/dist/components/feedback-doc/OFeedbackDocContent.vue.d.ts +36 -0
- package/dist/components/feedback-doc/OFeedbackDocDialog.vue.d.ts +34 -0
- package/dist/components/feedback-doc/OFeedbackDocPopup.vue.d.ts +42 -0
- package/dist/components/feedback-doc/index.d.ts +488 -0
- 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 +10 -6
- package/dist/components/header-search/index.d.ts +18 -16
- package/dist/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
- package/dist/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +664 -0
- 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 +0 -1
- package/dist/components/search/OSearchInput.vue.d.ts +10 -6
- package/dist/components/search/index.d.ts +16 -14
- package/dist/components/search/internal/SearchImageInput.vue.d.ts +5 -1
- package/dist/components.cjs.js +39 -39
- package/dist/components.css +1 -1
- package/dist/components.es.js +10024 -9457
- package/dist/index.d.ts +1 -0
- package/dist/treeshaking/_virtual/icon-smile.mjs +21 -0
- 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/MoreText.css +69 -0
- package/dist/treeshaking/components/common/MoreText.vue.mjs +88 -0
- package/dist/treeshaking/components/common/MoreText.vue3.mjs +5 -0
- package/dist/treeshaking/components/common/TooltipText.css +0 -1
- package/dist/treeshaking/components/common/TooltipText.vue.mjs +0 -11
- package/dist/treeshaking/components/events/OEventsApply.css +1 -1
- package/dist/treeshaking/components/events/OEventsCalendar.css +14 -30
- package/dist/treeshaking/components/events/OEventsList.css +0 -6
- package/dist/treeshaking/components/events/index.d.ts +20 -20
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.css +20 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue.d.ts +215 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue.mjs +7 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDoc.vue2.mjs +157 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.css +115 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue.d.ts +36 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue.mjs +7 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocContent.vue2.mjs +303 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocDialog.vue.d.ts +34 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocDialog.vue.mjs +92 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocDialog.vue2.mjs +4 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.css +22 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue.d.ts +42 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue.mjs +7 -0
- package/dist/treeshaking/components/feedback-doc/OFeedbackDocPopup.vue2.mjs +90 -0
- package/dist/treeshaking/components/feedback-doc/index.d.ts +488 -0
- package/dist/treeshaking/components/feedback-doc/index.mjs +30 -0
- 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 +10 -6
- package/dist/treeshaking/components/header-search/index.d.ts +18 -16
- package/dist/treeshaking/components/meeting/OMeetingCalendar.css +2 -2
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.css +53 -36
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.vue.mjs +0 -1
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar2.css +0 -8
- package/dist/treeshaking/components/meeting/OMeetingPlayback.css +0 -21
- package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.d.ts +6 -6
- package/dist/treeshaking/components/meeting/OMeetingPlayback.vue.mjs +18 -41
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.css +7 -5
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.vue.mjs +6 -3
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarSelector.vue.d.ts +664 -0
- package/dist/treeshaking/components/meeting/components/OMeetingDetail.css +1 -1
- package/dist/treeshaking/components/meeting/components/OMeetingDetail.vue.mjs +6 -10
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackSubtitles.css +6 -153
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackVideo.css +2 -9
- 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 +0 -1
- package/dist/treeshaking/components/search/OSearchInput.vue.d.ts +10 -6
- package/dist/treeshaking/components/search/index.d.ts +16 -14
- package/dist/treeshaking/components/search/internal/SearchImageInput.vue.d.ts +5 -1
- package/dist/treeshaking/i18n/en.mjs +9 -1
- package/dist/treeshaking/i18n/zh.mjs +9 -1
- package/dist/treeshaking/index.d.ts +1 -0
- package/dist/treeshaking/index.mjs +5 -0
- package/package.json +2 -2
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { defineComponent, computed, ref, openBlock, createElementBlock, Fragment, renderList, normalizeClass, createElementVNode, toDisplayString, createBlock, withCtx, createTextVNode,
|
|
1
|
+
import { defineComponent, computed, ref, openBlock, createElementBlock, Fragment, renderList, normalizeClass, createElementVNode, toDisplayString, createBlock, unref, withCtx, createTextVNode, 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';
|
|
4
6
|
import { formatDate } from "../utils.mjs";
|
|
5
7
|
import { useMeetingConfig } from "../composables/useMeetingConfig.mjs";
|
|
6
8
|
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,13 +149,9 @@ 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
|
-
|
|
155
|
-
createTextVNode(toDisplayString(getField(info.key) || "-"), 1)
|
|
156
|
-
]),
|
|
157
|
-
_: 2
|
|
158
|
-
}, 1024)) : info.isLink ? (openBlock(), createBlock(unref(OLink), {
|
|
152
|
+
show: __props.show,
|
|
153
|
+
text: getField(info.key) || "-"
|
|
154
|
+
}, null, 8, ["show", "text"])) : info.isLink ? (openBlock(), createBlock(unref(OLink), {
|
|
159
155
|
key: 1,
|
|
160
156
|
target: "_blank",
|
|
161
157
|
class: "value",
|
|
@@ -308,27 +308,6 @@
|
|
|
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
|
-
}
|
|
332
311
|
}
|
|
333
312
|
.o-meeting-playback-subtitles .search-captions .input-captions {
|
|
334
313
|
--input-radius: var(--meeting-input-radius);
|
|
@@ -399,122 +378,18 @@
|
|
|
399
378
|
height: calc(100% - 64px);
|
|
400
379
|
--tab-nav-justify: flex-start;
|
|
401
380
|
}
|
|
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
|
-
}
|
|
440
381
|
.o-meeting-playback-subtitles .o-tab .o-tab-nav-list {
|
|
441
382
|
width: 100%;
|
|
442
383
|
}
|
|
443
384
|
.o-meeting-playback-subtitles .o-tab .o-tab-navs .o-tab-nav {
|
|
444
385
|
padding-bottom: var(--o-gap-4);
|
|
445
386
|
}
|
|
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
|
-
}
|
|
466
387
|
.o-meeting-playback-subtitles .o-tab .o-tab-body {
|
|
467
388
|
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
|
-
}
|
|
489
389
|
}
|
|
490
390
|
.o-meeting-playback-subtitles .o-tab .o-tab-body .o-tab-pane {
|
|
491
391
|
height: 100%;
|
|
492
392
|
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%);
|
|
518
393
|
}
|
|
519
394
|
.o-meeting-playback-subtitles .o-tab .o-tab-body .o-tab-pane .o-scroller {
|
|
520
395
|
height: 100%;
|
|
@@ -523,7 +398,7 @@
|
|
|
523
398
|
width: calc(100% + 16px);
|
|
524
399
|
}
|
|
525
400
|
.o-meeting-playback-subtitles .o-tab .o-row {
|
|
526
|
-
margin-top:
|
|
401
|
+
margin-top: var(--o-gap-5);
|
|
527
402
|
}
|
|
528
403
|
@media (max-width: 840px) {
|
|
529
404
|
.o-meeting-playback-subtitles .captions-tab .captions-scroller {
|
|
@@ -531,29 +406,7 @@
|
|
|
531
406
|
}
|
|
532
407
|
}
|
|
533
408
|
.o-meeting-playback-subtitles .captions-tab .captions-item {
|
|
534
|
-
padding:
|
|
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 {
|
|
409
|
+
padding: 4px 8px;
|
|
557
410
|
cursor: pointer;
|
|
558
411
|
border-radius: var(--meeting-cell-radius);
|
|
559
412
|
}
|
|
@@ -608,8 +461,8 @@
|
|
|
608
461
|
.o-meeting-playback-subtitles .captions-tab .captions-item .info .speaker {
|
|
609
462
|
color: var(--o-color-info3);
|
|
610
463
|
margin-left: 4px;
|
|
611
|
-
font-size:
|
|
612
|
-
line-height:
|
|
464
|
+
font-size: 12px;
|
|
465
|
+
line-height: 18px;
|
|
613
466
|
}
|
|
614
467
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
615
468
|
.o-meeting-playback-subtitles .captions-tab .captions-item .info .speaker {
|
|
@@ -638,8 +491,8 @@
|
|
|
638
491
|
.o-meeting-playback-subtitles .captions-tab .captions-item .info .start-time {
|
|
639
492
|
color: var(--o-color-info3);
|
|
640
493
|
margin-left: 16px;
|
|
641
|
-
font-size:
|
|
642
|
-
line-height:
|
|
494
|
+
font-size: 12px;
|
|
495
|
+
line-height: 18px;
|
|
643
496
|
}
|
|
644
497
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
645
498
|
.o-meeting-playback-subtitles .captions-tab .captions-item .info .start-time {
|
|
@@ -76,20 +76,14 @@
|
|
|
76
76
|
}
|
|
77
77
|
.video-js {
|
|
78
78
|
--right-size: 32px;
|
|
79
|
-
--right-icon-size:
|
|
79
|
+
--right-icon-size: 24px;
|
|
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
|
-
}
|
|
90
85
|
.video-js div.vjs-poster img {
|
|
91
86
|
object-fit: cover;
|
|
92
|
-
max-width: 100%;
|
|
93
87
|
}
|
|
94
88
|
.video-js div.vjs-poster::after {
|
|
95
89
|
content: "";
|
|
@@ -116,10 +110,9 @@
|
|
|
116
110
|
width: 32px;
|
|
117
111
|
height: 32px;
|
|
118
112
|
margin-left: var(--o-gap-5);
|
|
119
|
-
margin-right: var(--o-gap-2);
|
|
120
113
|
}
|
|
121
114
|
.video-js .vjs-control-bar .vjs-play-control .vjs-icon-placeholder::before {
|
|
122
|
-
font-size:
|
|
115
|
+
font-size: 24px;
|
|
123
116
|
line-height: 32px;
|
|
124
117
|
}
|
|
125
118
|
.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('../../../index.ts').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('../../index').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('../../index').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('../../index').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('../../index').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('../../index').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('../../index').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('../../index').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('../../index').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('../../index').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('../../index').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('../../index').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('../../index').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('../../index').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('../../index').MeetingPlaybackPropsDataT;
|
|
380
380
|
dates: string[];
|
|
381
|
-
detail: import('
|
|
381
|
+
detail: import('../../index').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('../../index').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('../../index').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('../../index').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('../../index').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('../../index').MeetingPlaybackPropsT> & Readonly<{
|
|
424
424
|
"onChange-date"?: ((...args: any[]) => any) | undefined;
|
|
425
425
|
}>, {}, {}, {}, {}, {
|
|
426
|
-
data: import('
|
|
426
|
+
data: import('../../index').MeetingPlaybackPropsDataT;
|
|
427
427
|
dates: string[];
|
|
428
|
-
detail: import('
|
|
428
|
+
detail: import('../../index').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('../../index').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('../../index').MeetingPlaybackPropsDataT;
|
|
439
439
|
dates: string[];
|
|
440
|
-
detail: import('
|
|
440
|
+
detail: import('../../index').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('../../index').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('../../index').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('../../index').MeetingGroupType;
|
|
821
821
|
}> & Readonly<{
|
|
822
822
|
onEdit?: ((...args: any[]) => any) | undefined;
|
|
823
823
|
}>, {}, {}, {}, {}, {
|
|
824
|
-
groupType: import('
|
|
824
|
+
groupType: import('../../index').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('../../index').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('../../index').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,12 +431,14 @@ declare function __VLS_template(): {
|
|
|
431
431
|
append(): any;
|
|
432
432
|
prefix(): any;
|
|
433
433
|
suffix(): any;
|
|
434
|
+
extra(): any;
|
|
434
435
|
}> & {
|
|
435
436
|
default(): any;
|
|
436
437
|
prepend(): any;
|
|
437
438
|
append(): any;
|
|
438
439
|
prefix(): any;
|
|
439
440
|
suffix(): any;
|
|
441
|
+
extra(): any;
|
|
440
442
|
};
|
|
441
443
|
}) | null;
|
|
442
444
|
uploadBtnRef: HTMLSpanElement;
|
|
@@ -468,8 +470,8 @@ declare function __VLS_template(): {
|
|
|
468
470
|
disabled: boolean;
|
|
469
471
|
modelValue: string;
|
|
470
472
|
clearable: boolean;
|
|
471
|
-
preview: boolean;
|
|
472
473
|
expanded: boolean;
|
|
474
|
+
preview: boolean;
|
|
473
475
|
imageUrl: string;
|
|
474
476
|
enableImageSearch: boolean;
|
|
475
477
|
maxImageSize: number;
|
|
@@ -501,8 +503,8 @@ declare function __VLS_template(): {
|
|
|
501
503
|
disabled: boolean;
|
|
502
504
|
modelValue: string;
|
|
503
505
|
clearable: boolean;
|
|
504
|
-
preview: boolean;
|
|
505
506
|
expanded: boolean;
|
|
507
|
+
preview: boolean;
|
|
506
508
|
imageUrl: string;
|
|
507
509
|
enableImageSearch: boolean;
|
|
508
510
|
maxImageSize: number;
|
|
@@ -511,7 +513,7 @@ declare function __VLS_template(): {
|
|
|
511
513
|
allowedImageTypes: string[];
|
|
512
514
|
}> & Omit<Readonly<import('./internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
513
515
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
514
|
-
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "clearable" | "
|
|
516
|
+
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "clearable" | "expanded" | "preview" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
|
|
515
517
|
focus: () => void | undefined;
|
|
516
518
|
blur: () => void | undefined;
|
|
517
519
|
awaitUpload: () => Promise<void>;
|
|
@@ -916,12 +918,14 @@ declare const __VLS_component: import('vue').DefineComponent<OSearchInputPropsT,
|
|
|
916
918
|
append(): any;
|
|
917
919
|
prefix(): any;
|
|
918
920
|
suffix(): any;
|
|
921
|
+
extra(): any;
|
|
919
922
|
}> & {
|
|
920
923
|
default(): any;
|
|
921
924
|
prepend(): any;
|
|
922
925
|
append(): any;
|
|
923
926
|
prefix(): any;
|
|
924
927
|
suffix(): any;
|
|
928
|
+
extra(): any;
|
|
925
929
|
};
|
|
926
930
|
}) | null;
|
|
927
931
|
uploadBtnRef: HTMLSpanElement;
|
|
@@ -953,8 +957,8 @@ declare const __VLS_component: import('vue').DefineComponent<OSearchInputPropsT,
|
|
|
953
957
|
disabled: boolean;
|
|
954
958
|
modelValue: string;
|
|
955
959
|
clearable: boolean;
|
|
956
|
-
preview: boolean;
|
|
957
960
|
expanded: boolean;
|
|
961
|
+
preview: boolean;
|
|
958
962
|
imageUrl: string;
|
|
959
963
|
enableImageSearch: boolean;
|
|
960
964
|
maxImageSize: number;
|
|
@@ -986,8 +990,8 @@ declare const __VLS_component: import('vue').DefineComponent<OSearchInputPropsT,
|
|
|
986
990
|
disabled: boolean;
|
|
987
991
|
modelValue: string;
|
|
988
992
|
clearable: boolean;
|
|
989
|
-
preview: boolean;
|
|
990
993
|
expanded: boolean;
|
|
994
|
+
preview: boolean;
|
|
991
995
|
imageUrl: string;
|
|
992
996
|
enableImageSearch: boolean;
|
|
993
997
|
maxImageSize: number;
|
|
@@ -996,7 +1000,7 @@ declare const __VLS_component: import('vue').DefineComponent<OSearchInputPropsT,
|
|
|
996
1000
|
allowedImageTypes: string[];
|
|
997
1001
|
}> & Omit<Readonly<import('./internal/SearchImageInput.vue').SearchImageInputPropsT> & Readonly<{
|
|
998
1002
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
|
999
|
-
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "clearable" | "
|
|
1003
|
+
}>, "blur" | "focus" | "awaitUpload" | "getUploadedUrl" | "getIsUploading" | "resetImage" | ("size" | "disabled" | "modelValue" | "clearable" | "expanded" | "preview" | "imageUrl" | "enableImageSearch" | "maxImageSize" | "showSuffix" | "inlineThumbnail" | "allowedImageTypes")> & {
|
|
1000
1004
|
focus: () => void | undefined;
|
|
1001
1005
|
blur: () => void | undefined;
|
|
1002
1006
|
awaitUpload: () => Promise<void>;
|