@opendesign-plus-test/components 0.0.1-rc.145 → 0.0.1-rc.147
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 +55 -37
- package/dist/components/activity/OActivityApproval.vue.d.ts +1 -144
- package/dist/components/activity/index.d.ts +1 -6
- package/dist/components/logo-swiper/OLogoSwiper.vue.d.ts +1 -0
- package/dist/components/logo-swiper/OLogoSwiperItems.vue.d.ts +1 -0
- package/dist/components/logo-swiper/index.d.ts +4 -0
- package/dist/components/logo-swiper/types.d.ts +1 -0
- package/dist/components/video/OVideoDetail.vue.d.ts +7 -0
- package/dist/components/video/index.d.ts +27 -0
- package/dist/components/video/types.d.ts +24 -0
- package/dist/components.cjs.js +37 -37
- package/dist/components.css +1 -1
- package/dist/components.es.js +10968 -10882
- package/dist/index.d.ts +1 -0
- package/dist/treeshaking/_virtual/icon-chevron-right.mjs +2 -2
- package/dist/treeshaking/_virtual/icon-material.mjs +21 -0
- package/dist/treeshaking/_virtual/icon-video.mjs +28 -0
- package/dist/treeshaking/components/activity/OActivityApproval.css +114 -407
- package/dist/treeshaking/components/activity/OActivityApproval.vue.d.ts +1 -144
- package/dist/treeshaking/components/activity/OActivityApproval.vue.mjs +198 -244
- package/dist/treeshaking/components/activity/OActivityApproval2.css +0 -288
- package/dist/treeshaking/components/activity/OActivityMyCalendar.css +441 -297
- package/dist/treeshaking/components/activity/OActivityMyCalendar.vue.mjs +110 -107
- package/dist/treeshaking/components/activity/OActivityMyCalendar2.css +10 -3
- package/dist/treeshaking/components/activity/index.d.ts +1 -6
- package/dist/treeshaking/components/common/WordAvatar.css +3 -2
- package/dist/treeshaking/components/common/WordAvatar.vue.mjs +19 -3
- package/dist/treeshaking/components/float-poster/OFloatPoster.css +25 -11
- package/dist/treeshaking/components/float-poster/OFloatPoster.vue.mjs +1 -1
- package/dist/treeshaking/components/footer/components/FooterList.css +109 -96
- package/dist/treeshaking/components/footer/components/FooterList.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderContent.css +185 -185
- package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.css +22 -8
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.vue.d.ts +1 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.vue.mjs +2 -9
- package/dist/treeshaking/components/logo-swiper/OLogoSwiper.vue2.mjs +21 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.css +39 -26
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue.d.ts +1 -0
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue.mjs +1 -1
- package/dist/treeshaking/components/logo-swiper/OLogoSwiperItems.vue2.mjs +12 -8
- package/dist/treeshaking/components/logo-swiper/index.d.ts +4 -0
- package/dist/treeshaking/components/logo-swiper/types.d.ts +1 -0
- package/dist/treeshaking/components/meeting/OMeetingSigCalendar.css +3 -0
- package/dist/treeshaking/components/meeting/OMeetingSigCalendar.vue.mjs +3 -2
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.vue.mjs +5 -5
- package/dist/treeshaking/components/section/OSection.vue2.mjs +2 -2
- package/dist/treeshaking/components/video/OVideoDetail.css +754 -0
- package/dist/treeshaking/components/video/OVideoDetail.vue.d.ts +7 -0
- package/dist/treeshaking/components/video/OVideoDetail.vue.mjs +318 -0
- package/dist/treeshaking/components/video/OVideoDetail.vue3.mjs +5 -0
- package/dist/treeshaking/components/video/index.d.ts +27 -0
- package/dist/treeshaking/components/video/index.mjs +10 -0
- package/dist/treeshaking/components/video/types.d.ts +24 -0
- package/dist/treeshaking/i18n/en.mjs +10 -1
- package/dist/treeshaking/i18n/zh.mjs +10 -1
- package/dist/treeshaking/index.d.ts +1 -0
- package/dist/treeshaking/index.mjs +2 -0
- package/package.json +1 -1
- package/dist/treeshaking/_virtual/icon-filter.mjs +0 -21
- package/dist/treeshaking/components/common/ThFilter.css +0 -146
- package/dist/treeshaking/components/common/ThFilter.vue.mjs +0 -270
- package/dist/treeshaking/components/common/ThFilter.vue3.mjs +0 -5
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, computed, ref, watch, onMounted, onUnmounted, openBlock, createElementBlock, Fragment, createElementVNode,
|
|
1
|
+
import { defineComponent, computed, ref, watch, onMounted, onUnmounted, openBlock, createElementBlock, Fragment, createElementVNode, toDisplayString, createVNode, unref, withCtx, normalizeStyle, normalizeClass, createBlock, renderList, createCommentVNode, createTextVNode, resolveDynamicComponent, withModifiers, renderSlot, nextTick } from "vue";
|
|
2
2
|
import { useMessage, OIcon, OIconChevronLeft, OIconChevronRight, OScroller, OCollapse, OIconArrowLeft, OCollapseItem, OButton, OTag, ODivider, OLink, OIconArrowRight, ODialog } from "@opensig/opendesign";
|
|
3
3
|
import { ElCalendar } from "element-plus";
|
|
4
4
|
import "element-plus/es/components/calendar/style/css";
|
|
@@ -13,39 +13,39 @@ import _sfc_main$1 from "../meeting/components/OMeetingDetail.vue.mjs";
|
|
|
13
13
|
import '../meeting/components/OMeetingDetail.css';
|
|
14
14
|
import { useI18n, Locales } from "../../i18n/index.mjs";
|
|
15
15
|
import { useMeetingConfig } from "../meeting/composables/useMeetingConfig.mjs";
|
|
16
|
+
import _sfc_main$2 from "../common/TooltipText.vue.mjs";
|
|
17
|
+
import '../common/TooltipText.css';
|
|
16
18
|
const _hoisted_1 = { class: "o-my-activity-calendar" };
|
|
17
19
|
const _hoisted_2 = { class: "activity-list" };
|
|
18
|
-
const _hoisted_3 = {
|
|
19
|
-
key: 0,
|
|
20
|
-
class: "list-calendar-mb"
|
|
21
|
-
};
|
|
20
|
+
const _hoisted_3 = { class: "list-calendar-mb" };
|
|
22
21
|
const _hoisted_4 = { class: "left-calendar" };
|
|
23
22
|
const _hoisted_5 = ["onClick"];
|
|
24
23
|
const _hoisted_6 = { class: "date-cell-text" };
|
|
25
24
|
const _hoisted_7 = { class: "right-meeting" };
|
|
26
25
|
const _hoisted_8 = { class: "list-body" };
|
|
27
26
|
const _hoisted_9 = ["id"];
|
|
28
|
-
const _hoisted_10 = { class: "item-header
|
|
29
|
-
const _hoisted_11 = { class: "header-
|
|
30
|
-
const _hoisted_12 = { class: "
|
|
31
|
-
const _hoisted_13 = { class: "title
|
|
32
|
-
const _hoisted_14 = { class: "
|
|
33
|
-
const _hoisted_15 = { class: "
|
|
34
|
-
const _hoisted_16 = {
|
|
27
|
+
const _hoisted_10 = { class: "item-header" };
|
|
28
|
+
const _hoisted_11 = { class: "item-header-left" };
|
|
29
|
+
const _hoisted_12 = { class: "header-info" };
|
|
30
|
+
const _hoisted_13 = { class: "act-title" };
|
|
31
|
+
const _hoisted_14 = { class: "title-wrapper" };
|
|
32
|
+
const _hoisted_15 = { class: "title-text" };
|
|
33
|
+
const _hoisted_16 = { class: "act-info" };
|
|
34
|
+
const _hoisted_17 = {
|
|
35
35
|
key: 0,
|
|
36
36
|
class: "item-header-right"
|
|
37
37
|
};
|
|
38
|
-
const
|
|
39
|
-
const
|
|
38
|
+
const _hoisted_18 = { class: "activity-detail" };
|
|
39
|
+
const _hoisted_19 = {
|
|
40
40
|
key: 0,
|
|
41
41
|
class: "activity-btn"
|
|
42
42
|
};
|
|
43
|
-
const
|
|
43
|
+
const _hoisted_20 = {
|
|
44
44
|
key: 0,
|
|
45
45
|
class: "load-text"
|
|
46
46
|
};
|
|
47
|
-
const _hoisted_20 = { class: "dialog-content" };
|
|
48
47
|
const _hoisted_21 = { class: "dialog-content" };
|
|
48
|
+
const _hoisted_22 = { class: "dialog-content" };
|
|
49
49
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
50
50
|
__name: "OActivityMyCalendar",
|
|
51
51
|
props: {
|
|
@@ -413,12 +413,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
413
413
|
const cancelDelete = () => {
|
|
414
414
|
deleteVisible.value = false;
|
|
415
415
|
};
|
|
416
|
-
const headerRef = ref();
|
|
417
|
-
const headerHeight = ref(0);
|
|
418
|
-
const getHeaderHeight = () => {
|
|
419
|
-
var _a;
|
|
420
|
-
headerHeight.value = ((_a = headerRef.value) == null ? void 0 : _a.clientHeight) || 0;
|
|
421
|
-
};
|
|
422
416
|
const handleScroll = useDebounceFn(() => {
|
|
423
417
|
if (!canLoadMore.value) return;
|
|
424
418
|
if (!isPhone.value) return;
|
|
@@ -436,14 +430,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
436
430
|
getList();
|
|
437
431
|
window.addEventListener("scroll", handleScroll);
|
|
438
432
|
window.addEventListener("resize", handleScroll);
|
|
439
|
-
getHeaderHeight();
|
|
440
|
-
window.addEventListener("resize", getHeaderHeight);
|
|
441
433
|
});
|
|
442
434
|
onUnmounted(() => {
|
|
443
435
|
var _a;
|
|
444
436
|
window.removeEventListener("scroll", handleScroll);
|
|
445
437
|
window.removeEventListener("resize", handleScroll);
|
|
446
|
-
window.removeEventListener("resize", getHeaderHeight);
|
|
447
438
|
const scrollerContainerEl = (_a = scrollerRef.value) == null ? void 0 : _a.getContainerEl();
|
|
448
439
|
scrollerContainerEl == null ? void 0 : scrollerContainerEl.removeEventListener("scroll", scrollerScroll);
|
|
449
440
|
});
|
|
@@ -499,7 +490,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
499
490
|
return openBlock(), createElementBlock(Fragment, null, [
|
|
500
491
|
createElementVNode("div", _hoisted_1, [
|
|
501
492
|
createElementVNode("div", _hoisted_2, [
|
|
502
|
-
|
|
493
|
+
createElementVNode("div", _hoisted_3, [
|
|
503
494
|
createElementVNode("span", null, toDisplayString(formatMonthYear(selectedDate.value)), 1),
|
|
504
495
|
createElementVNode("span", null, [
|
|
505
496
|
createVNode(unref(OIcon), {
|
|
@@ -519,7 +510,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
519
510
|
_: 1
|
|
520
511
|
})
|
|
521
512
|
])
|
|
522
|
-
])
|
|
513
|
+
]),
|
|
523
514
|
createElementVNode("div", _hoisted_4, [
|
|
524
515
|
createVNode(unref(ElCalendar), {
|
|
525
516
|
ref_key: "calendarRef",
|
|
@@ -574,7 +565,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
574
565
|
ref_key: "scrollerRef",
|
|
575
566
|
ref: scrollerRef,
|
|
576
567
|
onScrollend: unref(load),
|
|
577
|
-
style: normalizeStyle({ "--header-height": headerHeight.value }),
|
|
578
568
|
"show-type": "hover",
|
|
579
569
|
class: "scroller-container"
|
|
580
570
|
}, {
|
|
@@ -639,87 +629,98 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
639
629
|
var _a, _b;
|
|
640
630
|
return [
|
|
641
631
|
createElementVNode("div", _hoisted_10, [
|
|
642
|
-
createElementVNode("div", {
|
|
643
|
-
class: "act-icon",
|
|
644
|
-
style: normalizeStyle({
|
|
645
|
-
backgroundColor: `${row.is_delete ? "var(--o-color-info4)" : unref(getConfig)(unref(CalendarDataType).EVENTS, "color")}`
|
|
646
|
-
})
|
|
647
|
-
}, [
|
|
648
|
-
createVNode(unref(OIcon), null, {
|
|
649
|
-
default: withCtx(() => [
|
|
650
|
-
(openBlock(), createBlock(resolveDynamicComponent(unref(getConfig)(unref(CalendarDataType).EVENTS, "icon"))))
|
|
651
|
-
]),
|
|
652
|
-
_: 1
|
|
653
|
-
})
|
|
654
|
-
], 4),
|
|
655
632
|
createElementVNode("div", _hoisted_11, [
|
|
656
|
-
createElementVNode("div",
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
color: "
|
|
660
|
-
variant: "outline",
|
|
661
|
-
class: normalizeClass([`tag-${row.is_delete ? "delete" : (_a = unref(statusMap).get(row.status)) == null ? void 0 : _a.id}`])
|
|
662
|
-
}, {
|
|
663
|
-
default: withCtx(() => {
|
|
664
|
-
var _a2;
|
|
665
|
-
return [
|
|
666
|
-
createTextVNode(toDisplayString(row.is_delete === 1 ? unref(t)("meeting.statusCanceled") : (_a2 = unref(statusMap).get(row.status)) == null ? void 0 : _a2.text), 1)
|
|
667
|
-
];
|
|
668
|
-
}),
|
|
669
|
-
_: 2
|
|
670
|
-
}, 1032, ["class"])
|
|
671
|
-
]),
|
|
672
|
-
createElementVNode("div", _hoisted_14, [
|
|
673
|
-
createElementVNode("span", _hoisted_15, toDisplayString(row.dateRange), 1),
|
|
674
|
-
createVNode(unref(ODivider), { direction: "v" }),
|
|
675
|
-
createElementVNode("span", null, toDisplayString((_b = unref(activityTypeMap).get(row.activity_type)) == null ? void 0 : _b.label), 1)
|
|
676
|
-
])
|
|
677
|
-
])
|
|
678
|
-
]),
|
|
679
|
-
row.content_url && !row.is_delete && [3, 4, 5, 6].includes(row.status) ? (openBlock(), createElementBlock("div", _hoisted_16, [
|
|
680
|
-
row.content_url ? (openBlock(), createBlock(unref(OLink), {
|
|
681
|
-
key: 0,
|
|
682
|
-
"hover-underline": false,
|
|
683
|
-
href: row.content_url,
|
|
684
|
-
target: "_blank",
|
|
685
|
-
rel: "noopener noreferrer"
|
|
686
|
-
}, {
|
|
687
|
-
suffix: withCtx(() => [
|
|
688
|
-
createVNode(unref(OIcon), null, {
|
|
689
|
-
default: withCtx(() => [
|
|
690
|
-
createVNode(unref(OIconChevronRight))
|
|
691
|
-
]),
|
|
692
|
-
_: 1
|
|
633
|
+
createElementVNode("div", {
|
|
634
|
+
class: "act-icon",
|
|
635
|
+
style: normalizeStyle({
|
|
636
|
+
backgroundColor: `${row.is_delete ? "var(--o-color-info4)" : unref(getConfig)(unref(CalendarDataType).EVENTS, "color")}`
|
|
693
637
|
})
|
|
694
|
-
|
|
695
|
-
default: withCtx(() => [
|
|
696
|
-
createTextVNode(toDisplayString(unref(t)("meeting.activityDetail")) + " ", 1)
|
|
697
|
-
]),
|
|
698
|
-
_: 1
|
|
699
|
-
}, 8, ["href"])) : createCommentVNode("", true),
|
|
700
|
-
row.register_url && (row.status === 3 || row.status === 4 || row.status === 2 && row.update_activity_id && new Date(row.register_end_date).getTime() > (/* @__PURE__ */ new Date()).getTime()) ? (openBlock(), createBlock(unref(OLink), {
|
|
701
|
-
key: 1,
|
|
702
|
-
"hover-underline": false,
|
|
703
|
-
href: row.register_url,
|
|
704
|
-
target: "_blank",
|
|
705
|
-
rel: "noopener noreferrer"
|
|
706
|
-
}, {
|
|
707
|
-
suffix: withCtx(() => [
|
|
638
|
+
}, [
|
|
708
639
|
createVNode(unref(OIcon), null, {
|
|
709
640
|
default: withCtx(() => [
|
|
710
|
-
|
|
641
|
+
(openBlock(), createBlock(resolveDynamicComponent(unref(getConfig)(unref(CalendarDataType).EVENTS, "icon"))))
|
|
711
642
|
]),
|
|
712
643
|
_: 1
|
|
713
644
|
})
|
|
714
|
-
]),
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
645
|
+
], 4),
|
|
646
|
+
createElementVNode("div", _hoisted_12, [
|
|
647
|
+
createElementVNode("div", _hoisted_13, [
|
|
648
|
+
createElementVNode("div", _hoisted_14, [
|
|
649
|
+
createElementVNode("div", _hoisted_15, [
|
|
650
|
+
createVNode(_sfc_main$2, null, {
|
|
651
|
+
default: withCtx(() => [
|
|
652
|
+
createTextVNode(toDisplayString(row.title), 1)
|
|
653
|
+
]),
|
|
654
|
+
_: 2
|
|
655
|
+
}, 1024)
|
|
656
|
+
])
|
|
657
|
+
]),
|
|
658
|
+
createVNode(unref(OTag), {
|
|
659
|
+
color: "primary",
|
|
660
|
+
variant: "outline",
|
|
661
|
+
class: normalizeClass([`tag-${row.is_delete ? "delete" : (_a = unref(statusMap).get(row.status)) == null ? void 0 : _a.id}`])
|
|
662
|
+
}, {
|
|
663
|
+
default: withCtx(() => {
|
|
664
|
+
var _a2;
|
|
665
|
+
return [
|
|
666
|
+
createTextVNode(toDisplayString(row.is_delete === 1 ? unref(t)("meeting.statusCanceled") : (_a2 = unref(statusMap).get(row.status)) == null ? void 0 : _a2.text), 1)
|
|
667
|
+
];
|
|
668
|
+
}),
|
|
669
|
+
_: 2
|
|
670
|
+
}, 1032, ["class"])
|
|
671
|
+
]),
|
|
672
|
+
createElementVNode("div", _hoisted_16, [
|
|
673
|
+
createElementVNode("span", null, toDisplayString(row.dateRange), 1),
|
|
674
|
+
createVNode(unref(ODivider), { direction: "v" }),
|
|
675
|
+
createElementVNode("span", null, toDisplayString((_b = unref(activityTypeMap).get(row.activity_type)) == null ? void 0 : _b.label), 1)
|
|
676
|
+
])
|
|
677
|
+
])
|
|
678
|
+
]),
|
|
679
|
+
row.content_url && !row.is_delete && [3, 4, 5, 6].includes(row.status) ? (openBlock(), createElementBlock("div", _hoisted_17, [
|
|
680
|
+
row.content_url ? (openBlock(), createBlock(unref(OLink), {
|
|
681
|
+
key: 0,
|
|
682
|
+
"hover-underline": false,
|
|
683
|
+
href: row.content_url,
|
|
684
|
+
target: "_blank",
|
|
685
|
+
rel: "noopener noreferrer"
|
|
686
|
+
}, {
|
|
687
|
+
suffix: withCtx(() => [
|
|
688
|
+
createVNode(unref(OIcon), null, {
|
|
689
|
+
default: withCtx(() => [
|
|
690
|
+
createVNode(unref(OIconChevronRight))
|
|
691
|
+
]),
|
|
692
|
+
_: 1
|
|
693
|
+
})
|
|
694
|
+
]),
|
|
695
|
+
default: withCtx(() => [
|
|
696
|
+
createTextVNode(toDisplayString(unref(t)("meeting.activityDetail")) + " ", 1)
|
|
697
|
+
]),
|
|
698
|
+
_: 1
|
|
699
|
+
}, 8, ["href"])) : createCommentVNode("", true),
|
|
700
|
+
row.register_url && (row.status === 3 || row.status === 4 || row.status === 2 && row.update_activity_id && new Date(row.register_end_date).getTime() > (/* @__PURE__ */ new Date()).getTime()) ? (openBlock(), createBlock(unref(OLink), {
|
|
701
|
+
key: 1,
|
|
702
|
+
"hover-underline": false,
|
|
703
|
+
href: row.register_url,
|
|
704
|
+
target: "_blank",
|
|
705
|
+
rel: "noopener noreferrer"
|
|
706
|
+
}, {
|
|
707
|
+
suffix: withCtx(() => [
|
|
708
|
+
createVNode(unref(OIcon), null, {
|
|
709
|
+
default: withCtx(() => [
|
|
710
|
+
createVNode(unref(OIconChevronRight))
|
|
711
|
+
]),
|
|
712
|
+
_: 1
|
|
713
|
+
})
|
|
714
|
+
]),
|
|
715
|
+
default: withCtx(() => [
|
|
716
|
+
createTextVNode(toDisplayString(unref(t)("meeting.registerNow")) + " ", 1)
|
|
717
|
+
]),
|
|
718
|
+
_: 1
|
|
719
|
+
}, 8, ["href"])) : createCommentVNode("", true)
|
|
720
|
+
])) : createCommentVNode("", true)
|
|
721
|
+
]),
|
|
721
722
|
createVNode(unref(OIcon), {
|
|
722
|
-
onClick: withModifiers(() => copyInfo(
|
|
723
|
+
onClick: withModifiers(() => copyInfo(row.id), ["stop"]),
|
|
723
724
|
class: "copy-icon"
|
|
724
725
|
}, {
|
|
725
726
|
default: withCtx(() => [
|
|
@@ -730,14 +731,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
730
731
|
];
|
|
731
732
|
}),
|
|
732
733
|
default: withCtx(() => [
|
|
733
|
-
createElementVNode("div",
|
|
734
|
+
createElementVNode("div", _hoisted_18, [
|
|
734
735
|
createVNode(_sfc_main$1, {
|
|
735
736
|
show: expanded.value.includes(row.id),
|
|
736
737
|
data: row,
|
|
737
738
|
ref_for: true,
|
|
738
739
|
ref: (insRef) => getDetailRefs(insRef, row.id)
|
|
739
740
|
}, null, 8, ["show", "data"]),
|
|
740
|
-
!row.isExpired && !row.is_delete ? (openBlock(), createElementBlock("div",
|
|
741
|
+
!row.isExpired && !row.is_delete ? (openBlock(), createElementBlock("div", _hoisted_19, [
|
|
741
742
|
row.status === 2 ? (openBlock(), createBlock(unref(OButton), {
|
|
742
743
|
key: 0,
|
|
743
744
|
variant: "text",
|
|
@@ -787,7 +788,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
787
788
|
_cache[11] || (_cache[11] = createElementVNode("div", { class: "height-placeholder" }, null, -1))
|
|
788
789
|
], 2),
|
|
789
790
|
idx === activityList.value.length - 1 ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
790
|
-
bottomReached.value ? (openBlock(), createElementBlock("div",
|
|
791
|
+
bottomReached.value ? (openBlock(), createElementBlock("div", _hoisted_20, toDisplayString(unref(t)("meeting.loading")), 1)) : createCommentVNode("", true),
|
|
791
792
|
createElementVNode("div", {
|
|
792
793
|
class: "list-month-change next-month",
|
|
793
794
|
onClick: _cache[6] || (_cache[6] = ($event) => changeMonth("next-month"))
|
|
@@ -809,11 +810,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
809
810
|
])
|
|
810
811
|
]),
|
|
811
812
|
_: 1
|
|
812
|
-
}, 8, ["onScrollend"
|
|
813
|
+
}, 8, ["onScrollend"])) : renderSlot(_ctx.$slots, "empty", { key: 1 })
|
|
813
814
|
])
|
|
814
815
|
])
|
|
815
816
|
]),
|
|
816
817
|
createVNode(unref(ODialog), {
|
|
818
|
+
class: "handle-dialog-active-wrapper",
|
|
817
819
|
visible: revokeVisible.value,
|
|
818
820
|
"onUpdate:visible": _cache[8] || (_cache[8] = ($event) => revokeVisible.value = $event),
|
|
819
821
|
"main-class": "handle-dialog-active",
|
|
@@ -825,12 +827,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
825
827
|
default: withCtx(() => {
|
|
826
828
|
var _a;
|
|
827
829
|
return [
|
|
828
|
-
createElementVNode("div",
|
|
830
|
+
createElementVNode("div", _hoisted_21, toDisplayString(unref(t)("meeting.confirmRevokeActivity", [(_a = currentRow.value) == null ? void 0 : _a.title])), 1)
|
|
829
831
|
];
|
|
830
832
|
}),
|
|
831
833
|
_: 1
|
|
832
834
|
}, 8, ["visible", "actions"]),
|
|
833
835
|
createVNode(unref(ODialog), {
|
|
836
|
+
class: "handle-dialog-active-wrapper",
|
|
834
837
|
visible: deleteVisible.value,
|
|
835
838
|
"onUpdate:visible": _cache[9] || (_cache[9] = ($event) => deleteVisible.value = $event),
|
|
836
839
|
"main-class": "handle-dialog-active",
|
|
@@ -842,7 +845,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
842
845
|
default: withCtx(() => {
|
|
843
846
|
var _a;
|
|
844
847
|
return [
|
|
845
|
-
createElementVNode("div",
|
|
848
|
+
createElementVNode("div", _hoisted_22, toDisplayString(unref(t)("meeting.confirmDeleteActivity", [(_a = currentRow.value) == null ? void 0 : _a.title])), 1)
|
|
846
849
|
];
|
|
847
850
|
}),
|
|
848
851
|
_: 1
|
|
@@ -294,10 +294,16 @@
|
|
|
294
294
|
:root .el-input-number.el-input-number--large {
|
|
295
295
|
line-height: var(--el-component-size-large);
|
|
296
296
|
}
|
|
297
|
+
@media (max-width: 600px) {
|
|
298
|
+
.handle-dialog-active-wrapper.o-dialog-responsive {
|
|
299
|
+
--layer-align: center;
|
|
300
|
+
--layer-justify: center;
|
|
301
|
+
--layer-origin: center;
|
|
302
|
+
}
|
|
303
|
+
}
|
|
297
304
|
.handle-dialog-active {
|
|
298
|
-
--activity-card-radius: var(--o-radius-xs);
|
|
299
305
|
width: 450px;
|
|
300
|
-
--dlg-radius: var(--
|
|
306
|
+
--dlg-radius: var(--dialog-radius, var(--o-radius-xs));
|
|
301
307
|
}
|
|
302
308
|
.handle-dialog-active .o-dlg-header {
|
|
303
309
|
margin-bottom: var(--o-gap-5);
|
|
@@ -307,5 +313,6 @@
|
|
|
307
313
|
justify-content: center;
|
|
308
314
|
}
|
|
309
315
|
.handle-dialog-active .dialog-content {
|
|
310
|
-
|
|
316
|
+
width: 384px;
|
|
317
|
+
text-align: center;
|
|
311
318
|
}
|
|
@@ -301,12 +301,7 @@ declare const OActivityApproval: {
|
|
|
301
301
|
__isFragment?: never;
|
|
302
302
|
__isTeleport?: never;
|
|
303
303
|
__isSuspense?: never;
|
|
304
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('./types').ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps &
|
|
305
|
-
$slots: {
|
|
306
|
-
'filter-empty'?(_: {}): any;
|
|
307
|
-
'filter-empty'?(_: {}): any;
|
|
308
|
-
};
|
|
309
|
-
}) & {
|
|
304
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('./types').ActivityTablePropsT> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
310
305
|
install(app: App): void;
|
|
311
306
|
};
|
|
312
307
|
declare const OActivityMyCalendar: {
|
|
@@ -6,13 +6,14 @@
|
|
|
6
6
|
transform: rotate(-180deg);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
.o-
|
|
9
|
+
.o-word-avatar {
|
|
10
10
|
display: flex;
|
|
11
11
|
align-items: center;
|
|
12
12
|
justify-content: center;
|
|
13
13
|
color: var(--o-color-white);
|
|
14
|
+
object-fit: cover;
|
|
14
15
|
}
|
|
15
|
-
.o-
|
|
16
|
+
.o-word-avatar.o-word-avatar-round {
|
|
16
17
|
border-radius: 50%;
|
|
17
18
|
border: 1px solid var(--o-color-info1-inverse);
|
|
18
19
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createElementBlock, normalizeStyle, normalizeClass, toDisplayString } from "vue";
|
|
2
|
+
const _hoisted_1 = ["src"];
|
|
2
3
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
3
4
|
__name: "WordAvatar",
|
|
4
5
|
props: {
|
|
@@ -20,6 +21,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
20
21
|
variant: {
|
|
21
22
|
type: String,
|
|
22
23
|
default: "round"
|
|
24
|
+
},
|
|
25
|
+
src: {
|
|
26
|
+
type: String,
|
|
27
|
+
default: ""
|
|
23
28
|
}
|
|
24
29
|
},
|
|
25
30
|
setup(__props) {
|
|
@@ -55,11 +60,22 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
55
60
|
avatarStyle["font-size"] = `${sizeNum / 2}px`;
|
|
56
61
|
return avatarStyle;
|
|
57
62
|
});
|
|
63
|
+
const getImgStyle = computed(() => ({
|
|
64
|
+
width: getAvatarStyle.value.width,
|
|
65
|
+
height: getAvatarStyle.value.height
|
|
66
|
+
}));
|
|
58
67
|
return (_ctx, _cache) => {
|
|
59
|
-
return openBlock(), createElementBlock("
|
|
60
|
-
|
|
68
|
+
return __props.src ? (openBlock(), createElementBlock("img", {
|
|
69
|
+
key: 0,
|
|
70
|
+
src: __props.src,
|
|
71
|
+
class: normalizeClass(["o-word-avatar", `o-word-avatar-${__props.variant}`]),
|
|
72
|
+
style: normalizeStyle(getImgStyle.value),
|
|
73
|
+
alt: ""
|
|
74
|
+
}, null, 14, _hoisted_1)) : (openBlock(), createElementBlock("div", {
|
|
75
|
+
key: 1,
|
|
76
|
+
class: normalizeClass(["o-word-avatar", `o-word-avatar-${__props.variant}`]),
|
|
61
77
|
style: normalizeStyle(getAvatarStyle.value)
|
|
62
|
-
}, toDisplayString(avatarText.value), 7);
|
|
78
|
+
}, toDisplayString(avatarText.value), 7));
|
|
63
79
|
};
|
|
64
80
|
}
|
|
65
81
|
});
|
|
@@ -1,28 +1,38 @@
|
|
|
1
|
-
.hover-icon-rotate .o-icon[data-v-
|
|
1
|
+
.hover-icon-rotate .o-icon[data-v-e67cdd62] {
|
|
2
2
|
transition: all var(--o-duration-m1) var(--o-easing-standard-in);
|
|
3
3
|
}
|
|
4
4
|
@media (hover: hover) {
|
|
5
|
-
.hover-icon-rotate:hover .o-icon[data-v-
|
|
5
|
+
.hover-icon-rotate:hover .o-icon[data-v-e67cdd62] {
|
|
6
6
|
transform: rotate(-180deg);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
.o-float-poster[data-v-
|
|
9
|
+
.o-float-poster[data-v-e67cdd62] {
|
|
10
10
|
--o-float-poster-z-index: 666;
|
|
11
11
|
--o-float-poster-width: 125px;
|
|
12
|
-
--o-float-poster-
|
|
13
|
-
--o-float-poster-
|
|
12
|
+
--o-float-poster-height: 186px;
|
|
13
|
+
--o-float-poster-left: 64px;
|
|
14
|
+
--o-float-poster-right: auto;
|
|
15
|
+
--o-float-poster-top: auto;
|
|
16
|
+
--o-float-poster-bottom: 160px;
|
|
14
17
|
--o-float-poster-close-width: 20px;
|
|
15
18
|
--o-float-poster-close-height: 20px;
|
|
19
|
+
--o-float-poster-close-left: auto;
|
|
20
|
+
--o-float-poster-close-bottom: auto;
|
|
16
21
|
--o-float-poster-close-top: -2px;
|
|
17
22
|
--o-float-poster-close-right: -2px;
|
|
18
23
|
position: fixed;
|
|
19
24
|
left: var(--o-float-poster-left);
|
|
25
|
+
right: var(--o-float-poster-right);
|
|
26
|
+
top: var(--o-float-poster-top);
|
|
20
27
|
bottom: var(--o-float-poster-bottom);
|
|
21
28
|
z-index: var(--o-float-poster-z-index);
|
|
22
29
|
}
|
|
23
|
-
@media (
|
|
24
|
-
.o-float-poster[data-v-
|
|
30
|
+
@media (max-width: 1680px) {
|
|
31
|
+
.o-float-poster[data-v-e67cdd62] {
|
|
25
32
|
--o-float-poster-width: 94px;
|
|
33
|
+
--o-float-poster-height: 140px;
|
|
34
|
+
--o-float-poster-left: 48px;
|
|
35
|
+
--o-float-poster-bottom: 120px;
|
|
26
36
|
--o-float-poster-close-width: 18px;
|
|
27
37
|
--o-float-poster-close-height: 18px;
|
|
28
38
|
--o-float-poster-close-top: -4px;
|
|
@@ -30,13 +40,15 @@
|
|
|
30
40
|
}
|
|
31
41
|
}
|
|
32
42
|
@media (max-width: 840px) {
|
|
33
|
-
.o-float-poster[data-v-
|
|
43
|
+
.o-float-poster[data-v-e67cdd62] {
|
|
34
44
|
--o-float-poster-width: 83px;
|
|
45
|
+
--o-float-poster-height: 93px;
|
|
46
|
+
--o-float-poster-left: 16px;
|
|
35
47
|
--o-float-poster-close-width: 16px;
|
|
36
48
|
--o-float-poster-close-height: 16px;
|
|
37
49
|
}
|
|
38
50
|
}
|
|
39
|
-
.o-float-poster .o-float-poster__link[data-v-
|
|
51
|
+
.o-float-poster .o-float-poster__link[data-v-e67cdd62] {
|
|
40
52
|
position: absolute;
|
|
41
53
|
inset: 0;
|
|
42
54
|
z-index: 1;
|
|
@@ -46,18 +58,20 @@
|
|
|
46
58
|
top: var(--o-float-poster-close-height);
|
|
47
59
|
cursor: pointer;
|
|
48
60
|
}
|
|
49
|
-
.o-float-poster .o-float-poster__img[data-v-
|
|
61
|
+
.o-float-poster .o-float-poster__img[data-v-e67cdd62] {
|
|
50
62
|
display: block;
|
|
51
63
|
position: relative;
|
|
52
64
|
z-index: 2;
|
|
53
65
|
pointer-events: none;
|
|
54
66
|
width: var(--o-float-poster-width);
|
|
55
67
|
}
|
|
56
|
-
.o-float-poster .o-float-poster__close[data-v-
|
|
68
|
+
.o-float-poster .o-float-poster__close[data-v-e67cdd62] {
|
|
57
69
|
position: absolute;
|
|
58
70
|
z-index: 1;
|
|
59
71
|
width: var(--o-float-poster-close-width);
|
|
60
72
|
height: var(--o-float-poster-close-height);
|
|
73
|
+
left: var(--o-float-poster-close-left);
|
|
74
|
+
bottom: var(--o-float-poster-close-bottom);
|
|
61
75
|
top: var(--o-float-poster-close-top);
|
|
62
76
|
right: var(--o-float-poster-close-right);
|
|
63
77
|
cursor: pointer;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./OFloatPoster.vue2.mjs";
|
|
2
2
|
import './OFloatPoster.css';
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const _OFloatPoster = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const _OFloatPoster = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e67cdd62"]]);
|
|
5
5
|
export {
|
|
6
6
|
_OFloatPoster as default
|
|
7
7
|
};
|