@opendesign-plus-test/components 0.0.1-rc.123 → 0.0.1-rc.124
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/components.cjs.js +41 -33
- package/dist/components.css +1 -1
- package/dist/components.es.js +4755 -4732
- package/dist/treeshaking/_virtual/vue-router/dist/devtools-EWN81iOl.mjs.mjs +15 -0
- package/dist/treeshaking/_virtual/vue-router/dist/vue-router.mjs.mjs +14 -0
- package/dist/treeshaking/components/activity/OActivityApproval.css +1 -1
- package/dist/treeshaking/components/activity/OActivityMyCalendar.css +4 -4
- package/dist/treeshaking/components/events/OEventsApply.css +2 -2
- package/dist/treeshaking/components/events/OEventsCalendar.css +4 -4
- package/dist/treeshaking/components/events/OEventsList.css +2 -1
- package/dist/treeshaking/components/footer/OFooter.css +5 -5
- package/dist/treeshaking/components/header/OHeader.css +15 -15
- package/dist/treeshaking/components/header/OHeader.vue.mjs +1 -1
- package/dist/treeshaking/components/header/OHeader.vue2.mjs +10 -1
- package/dist/treeshaking/components/header/components/HeaderContent.css +2 -2
- package/dist/treeshaking/components/header/components/HeaderNavMobile.css +1 -1
- package/dist/treeshaking/components/header-source-code/OHeaderSourceCode.css +1 -1
- package/dist/treeshaking/components/header-user/OHeaderUser.css +1 -1
- package/dist/treeshaking/components/meeting/OMeetingCalendar.css +9 -2
- package/dist/treeshaking/components/meeting/OMeetingCalendar.vue.mjs +4 -6
- package/dist/treeshaking/components/meeting/OMeetingForm.css +1 -1
- package/dist/treeshaking/components/meeting/OMeetingForm2.css +1 -1
- package/dist/treeshaking/components/meeting/OMeetingMyCalendar.css +3 -3
- package/dist/treeshaking/components/meeting/OMeetingPlayback.css +2 -2
- package/dist/treeshaking/components/meeting/OMeetingSigCalendar.css +1 -1
- package/dist/treeshaking/components/meeting/OMeetingSigCalendar.vue.mjs +7 -8
- package/dist/treeshaking/components/meeting/components/OMeetingCalendarList.css +6 -9
- package/dist/treeshaking/components/meeting/components/OMeetingDetail.css +2 -2
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackSubtitles.css +2 -2
- package/dist/treeshaking/components/meeting/components/OMeetingPlaybackVideo.css +1 -1
- package/dist/treeshaking/components/meeting/components/OMeetingSigAside.css +1 -1
- package/dist/treeshaking/components/search/OSearchInput.css +2 -2
- package/dist/treeshaking/components/search/internal/SearchPanel.css +5 -5
- package/package.json +3 -3
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import "vue";
|
|
2
|
+
/*!
|
|
3
|
+
* vue-router v4.6.4
|
|
4
|
+
* (c) 2025 Eduardo San Martin Morote
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/
|
|
7
|
+
Symbol(process.env.NODE_ENV !== "production" ? "navigation failure" : "");
|
|
8
|
+
Symbol(process.env.NODE_ENV !== "production" ? "router view location matched" : "");
|
|
9
|
+
Symbol(process.env.NODE_ENV !== "production" ? "router view depth" : "");
|
|
10
|
+
Symbol(process.env.NODE_ENV !== "production" ? "router" : "");
|
|
11
|
+
const routeLocationKey = Symbol(process.env.NODE_ENV !== "production" ? "route location" : "");
|
|
12
|
+
Symbol(process.env.NODE_ENV !== "production" ? "router view location" : "");
|
|
13
|
+
export {
|
|
14
|
+
routeLocationKey as u
|
|
15
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { u as routeLocationKey } from "./devtools-EWN81iOl.mjs.mjs";
|
|
2
|
+
import { inject } from "vue";
|
|
3
|
+
/*!
|
|
4
|
+
* vue-router v4.6.4
|
|
5
|
+
* (c) 2025 Eduardo San Martin Morote
|
|
6
|
+
* @license MIT
|
|
7
|
+
*/
|
|
8
|
+
function useRoute(_name) {
|
|
9
|
+
return inject(routeLocationKey);
|
|
10
|
+
}
|
|
11
|
+
export {
|
|
12
|
+
routeLocationKey,
|
|
13
|
+
useRoute
|
|
14
|
+
};
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
}
|
|
348
348
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
349
349
|
.o-my-activity-calendar .desc {
|
|
350
|
-
font-size:
|
|
350
|
+
font-size: 14px;
|
|
351
351
|
line-height: 18px;
|
|
352
352
|
}
|
|
353
353
|
}
|
|
@@ -1040,7 +1040,7 @@
|
|
|
1040
1040
|
}
|
|
1041
1041
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
1042
1042
|
.o-my-activity-calendar .list-body .o-collapse .o-collapse-item-header .o-collapse-item-title .item-header-left .header-info .act-title .o-tag {
|
|
1043
|
-
font-size:
|
|
1043
|
+
font-size: 14px;
|
|
1044
1044
|
line-height: 18px;
|
|
1045
1045
|
}
|
|
1046
1046
|
}
|
|
@@ -1092,7 +1092,7 @@
|
|
|
1092
1092
|
}
|
|
1093
1093
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
1094
1094
|
.o-my-activity-calendar .list-body .o-collapse .o-collapse-item-header .o-collapse-item-title .item-header-left .header-info .act-info {
|
|
1095
|
-
font-size:
|
|
1095
|
+
font-size: 14px;
|
|
1096
1096
|
line-height: 18px;
|
|
1097
1097
|
}
|
|
1098
1098
|
}
|
|
@@ -1213,7 +1213,7 @@
|
|
|
1213
1213
|
}
|
|
1214
1214
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
1215
1215
|
.o-my-activity-calendar .list-body .load-text {
|
|
1216
|
-
font-size:
|
|
1216
|
+
font-size: 14px;
|
|
1217
1217
|
line-height: 18px;
|
|
1218
1218
|
}
|
|
1219
1219
|
}
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
}
|
|
291
291
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
292
292
|
.o-events-apply .events-apply-grid .step-item .step-desc {
|
|
293
|
-
font-size:
|
|
293
|
+
font-size: 14px;
|
|
294
294
|
line-height: 18px;
|
|
295
295
|
}
|
|
296
296
|
}
|
|
@@ -338,7 +338,7 @@
|
|
|
338
338
|
}
|
|
339
339
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
340
340
|
.o-events-apply .events-apply-grid .step-item .step-desc .desc-list-wrapper {
|
|
341
|
-
font-size:
|
|
341
|
+
font-size: 14px;
|
|
342
342
|
line-height: 18px;
|
|
343
343
|
}
|
|
344
344
|
}
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
}
|
|
301
301
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
302
302
|
.o-events-calendar .month-content .event-item .event-name {
|
|
303
|
-
font-size:
|
|
303
|
+
font-size: 14px;
|
|
304
304
|
line-height: 18px;
|
|
305
305
|
}
|
|
306
306
|
}
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
}
|
|
332
332
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
333
333
|
.o-events-calendar .month-content .event-item .event-name .o-link {
|
|
334
|
-
font-size:
|
|
334
|
+
font-size: 14px;
|
|
335
335
|
line-height: 18px;
|
|
336
336
|
}
|
|
337
337
|
}
|
|
@@ -389,7 +389,7 @@
|
|
|
389
389
|
}
|
|
390
390
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
391
391
|
.o-events-calendar .month-content-row .month-row .month-name {
|
|
392
|
-
font-size:
|
|
392
|
+
font-size: 14px;
|
|
393
393
|
line-height: 18px;
|
|
394
394
|
}
|
|
395
395
|
}
|
|
@@ -484,7 +484,7 @@
|
|
|
484
484
|
}
|
|
485
485
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
486
486
|
.o-events-calendar .month-content-row .month-row .event-item .event-location {
|
|
487
|
-
font-size:
|
|
487
|
+
font-size: 14px;
|
|
488
488
|
line-height: 18px;
|
|
489
489
|
}
|
|
490
490
|
}
|
|
@@ -244,6 +244,7 @@
|
|
|
244
244
|
display: flex;
|
|
245
245
|
align-items: center;
|
|
246
246
|
column-gap: var(--o-gap-2);
|
|
247
|
+
row-gap: var(--o-gap-1);
|
|
247
248
|
flex-wrap: wrap;
|
|
248
249
|
justify-content: flex-end;
|
|
249
250
|
}
|
|
@@ -433,7 +434,7 @@
|
|
|
433
434
|
}
|
|
434
435
|
@media (max-width: 840px) and (min-width: 1201px) and (max-width: 1680px) {
|
|
435
436
|
.o-events-list .list-content .o-card .o-card-content .event-desc {
|
|
436
|
-
font-size:
|
|
437
|
+
font-size: 14px;
|
|
437
438
|
line-height: 18px;
|
|
438
439
|
}
|
|
439
440
|
}
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
}
|
|
80
80
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
81
81
|
.app-footer .footer-content[data-v-a9088eaf] {
|
|
82
|
-
font-size:
|
|
82
|
+
font-size: 14px;
|
|
83
83
|
line-height: 18px;
|
|
84
84
|
}
|
|
85
85
|
}
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
}
|
|
172
172
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
173
173
|
.app-footer .quick-nav .category .navs .nav[data-v-a9088eaf] {
|
|
174
|
-
font-size:
|
|
174
|
+
font-size: 14px;
|
|
175
175
|
line-height: 18px;
|
|
176
176
|
}
|
|
177
177
|
}
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
}
|
|
306
306
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
307
307
|
.app-footer .footer-option[data-v-a9088eaf] {
|
|
308
|
-
font-size:
|
|
308
|
+
font-size: 14px;
|
|
309
309
|
line-height: 18px;
|
|
310
310
|
}
|
|
311
311
|
}
|
|
@@ -502,7 +502,7 @@
|
|
|
502
502
|
}
|
|
503
503
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
504
504
|
.app-footer-simple .app-footer-pc[data-v-a9088eaf] {
|
|
505
|
-
font-size:
|
|
505
|
+
font-size: 14px;
|
|
506
506
|
line-height: 18px;
|
|
507
507
|
}
|
|
508
508
|
}
|
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
}
|
|
561
561
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
562
562
|
.app-footer-simple .app-footer-mb[data-v-a9088eaf] {
|
|
563
|
-
font-size:
|
|
563
|
+
font-size: 14px;
|
|
564
564
|
line-height: 18px;
|
|
565
565
|
}
|
|
566
566
|
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
.hover-icon-rotate .o-icon[data-v-
|
|
1
|
+
.hover-icon-rotate .o-icon[data-v-c29d4979] {
|
|
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-c29d4979] {
|
|
6
6
|
transform: rotate(-180deg);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
.header[data-v-
|
|
9
|
+
.header[data-v-c29d4979] {
|
|
10
10
|
--o-header-height: 72px;
|
|
11
11
|
--o-header-content-max-width: 1488px;
|
|
12
12
|
--o-header-content-padding: 0;
|
|
13
13
|
}
|
|
14
14
|
@media (max-width: 1680px) {
|
|
15
|
-
.header[data-v-
|
|
15
|
+
.header[data-v-c29d4979] {
|
|
16
16
|
--o-header-content-max-width: 100%;
|
|
17
17
|
--o-header-content-padding: 64px;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
@media (max-width: 1440px) {
|
|
21
|
-
.header[data-v-
|
|
21
|
+
.header[data-v-c29d4979] {
|
|
22
22
|
--o-header-height: 64px;
|
|
23
23
|
--o-header-content-padding: 40px;
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
@media (max-width: 1200px) {
|
|
27
|
-
.header[data-v-
|
|
27
|
+
.header[data-v-c29d4979] {
|
|
28
28
|
--o-header-height: 56px;
|
|
29
29
|
--o-header-content-padding: 32px;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
.header-wrap[data-v-
|
|
32
|
+
.header-wrap[data-v-c29d4979] {
|
|
33
33
|
background-color: var(--o-color-fill2);
|
|
34
34
|
position: fixed;
|
|
35
35
|
left: 0;
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
backdrop-filter: blur(5px);
|
|
41
41
|
height: var(--o-header-height);
|
|
42
42
|
}
|
|
43
|
-
.header-content[data-v-
|
|
43
|
+
.header-content[data-v-c29d4979] {
|
|
44
44
|
display: flex;
|
|
45
45
|
align-items: center;
|
|
46
46
|
height: 100%;
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
margin: 0 auto;
|
|
49
49
|
padding: 0 var(--o-header-content-padding);
|
|
50
50
|
}
|
|
51
|
-
.header-logo[data-v-
|
|
51
|
+
.header-logo[data-v-c29d4979] {
|
|
52
52
|
height: 100%;
|
|
53
53
|
display: flex;
|
|
54
54
|
align-items: center;
|
|
@@ -56,27 +56,27 @@
|
|
|
56
56
|
margin-right: 24px;
|
|
57
57
|
flex-shrink: 0;
|
|
58
58
|
}
|
|
59
|
-
.logo[data-v-
|
|
59
|
+
.logo[data-v-c29d4979] {
|
|
60
60
|
height: 32px;
|
|
61
61
|
}
|
|
62
|
-
.header-nav-top[data-v-
|
|
62
|
+
.header-nav-top[data-v-c29d4979] {
|
|
63
63
|
flex: 1;
|
|
64
64
|
height: 100%;
|
|
65
65
|
min-width: 0;
|
|
66
66
|
overflow: hidden;
|
|
67
67
|
position: relative;
|
|
68
68
|
}
|
|
69
|
-
.header-nav-flatten[data-v-
|
|
69
|
+
.header-nav-flatten[data-v-c29d4979] {
|
|
70
70
|
flex: 1;
|
|
71
71
|
height: 100%;
|
|
72
72
|
min-width: 0;
|
|
73
73
|
position: relative;
|
|
74
74
|
}
|
|
75
|
-
.header-toolbar[data-v-
|
|
75
|
+
.header-toolbar[data-v-c29d4979] {
|
|
76
76
|
height: 100%;
|
|
77
77
|
position: relative;
|
|
78
78
|
}
|
|
79
|
-
.header-nav-content[data-v-
|
|
79
|
+
.header-nav-content[data-v-c29d4979] {
|
|
80
80
|
position: fixed;
|
|
81
81
|
top: var(--o-header-height);
|
|
82
82
|
left: 0;
|
|
@@ -86,6 +86,6 @@
|
|
|
86
86
|
box-shadow: var(--o-shadow-1);
|
|
87
87
|
overflow: hidden;
|
|
88
88
|
}
|
|
89
|
-
[data-o-theme*=dark] .header-wrap[data-v-
|
|
89
|
+
[data-o-theme*=dark] .header-wrap[data-v-c29d4979] {
|
|
90
90
|
border-bottom: 1px solid var(--o-color-control4);
|
|
91
91
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./OHeader.vue2.mjs";
|
|
2
2
|
import './OHeader.css';
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const _OHeader = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const _OHeader = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c29d4979"]]);
|
|
5
5
|
export {
|
|
6
6
|
_OHeader as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, provide, readonly, onUnmounted, openBlock, createElementBlock, createElementVNode, renderSlot, createCommentVNode, createBlock, createVNode } from "vue";
|
|
1
|
+
import { defineComponent, ref, computed, provide, readonly, watch, onUnmounted, openBlock, createElementBlock, createElementVNode, renderSlot, createCommentVNode, createBlock, createVNode } from "vue";
|
|
2
|
+
import { useRoute } from "../../_virtual/vue-router/dist/vue-router.mjs.mjs";
|
|
2
3
|
import HeaderNav from "./components/HeaderNav.vue.mjs";
|
|
3
4
|
import HeaderContent from "./components/HeaderContent.vue.mjs";
|
|
4
5
|
import HeaderFlatten from "./components/HeaderFlatten.vue.mjs";
|
|
@@ -35,6 +36,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
35
36
|
emits: ["go-home", "handle-click", "nav-layout"],
|
|
36
37
|
setup(__props, { emit: __emit }) {
|
|
37
38
|
const emit = __emit;
|
|
39
|
+
const route = useRoute();
|
|
38
40
|
const props = __props;
|
|
39
41
|
const hoverIndex = ref();
|
|
40
42
|
const hoverId = ref();
|
|
@@ -152,6 +154,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
152
154
|
navStepCount.value = 0;
|
|
153
155
|
navFirstHoverTime.value = 0;
|
|
154
156
|
});
|
|
157
|
+
watch(
|
|
158
|
+
() => route == null ? void 0 : route.path,
|
|
159
|
+
() => {
|
|
160
|
+
cancelClose();
|
|
161
|
+
itemVisible.value = false;
|
|
162
|
+
}
|
|
163
|
+
);
|
|
155
164
|
onUnmounted(() => {
|
|
156
165
|
cancelClose();
|
|
157
166
|
});
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
}
|
|
301
301
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
302
302
|
.content-right .shortcut[data-v-6983462d] {
|
|
303
|
-
font-size:
|
|
303
|
+
font-size: 14px;
|
|
304
304
|
line-height: 18px;
|
|
305
305
|
}
|
|
306
306
|
}
|
|
@@ -737,7 +737,7 @@
|
|
|
737
737
|
}
|
|
738
738
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
739
739
|
.mindspore .item-label .item-name[data-v-6983462d] {
|
|
740
|
-
font-size:
|
|
740
|
+
font-size: 14px;
|
|
741
741
|
line-height: 18px;
|
|
742
742
|
}
|
|
743
743
|
}
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
}
|
|
661
661
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
662
662
|
.o-meeting-calendar .calendar-body .calender .el-calendar-day .out-box {
|
|
663
|
-
font-size:
|
|
663
|
+
font-size: 14px;
|
|
664
664
|
line-height: 18px;
|
|
665
665
|
}
|
|
666
666
|
}
|
|
@@ -705,6 +705,13 @@
|
|
|
705
705
|
color: var(--o-color-white);
|
|
706
706
|
height: 16px;
|
|
707
707
|
}
|
|
708
|
+
@media (min-width: 841px) {
|
|
709
|
+
.o-meeting-calendar .calendar-body .calender .el-calendar-day .out-box .icon-box {
|
|
710
|
+
position: absolute;
|
|
711
|
+
left: 12px;
|
|
712
|
+
bottom: 8px;
|
|
713
|
+
}
|
|
714
|
+
}
|
|
708
715
|
.o-meeting-calendar .calendar-body .calender .el-calendar-day .out-box .icon-box .o-icon {
|
|
709
716
|
flex-shrink: 0;
|
|
710
717
|
position: relative;
|
|
@@ -1072,7 +1079,7 @@
|
|
|
1072
1079
|
}
|
|
1073
1080
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
1074
1081
|
.o-meeting-calendar .empty-result .o-result-description {
|
|
1075
|
-
font-size:
|
|
1082
|
+
font-size: 14px;
|
|
1076
1083
|
line-height: 18px;
|
|
1077
1084
|
}
|
|
1078
1085
|
}
|
|
@@ -281,17 +281,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
281
281
|
const evaluateTabIcons = useDebounceFn(() => {
|
|
282
282
|
const root = rootRef.value;
|
|
283
283
|
if (!root || !isClient) return;
|
|
284
|
+
if (props.hiddenSummit || props.hiddenEvents) return;
|
|
284
285
|
const tabEl = root.querySelector(".o-tab");
|
|
285
286
|
if (!tabEl) return;
|
|
286
287
|
const containerEl = tabEl.querySelector(".o-tab-navs-container");
|
|
287
|
-
|
|
288
|
-
if (!containerEl || !measureEl) return;
|
|
288
|
+
if (!containerEl) return;
|
|
289
289
|
const containerWidth = containerEl.getBoundingClientRect().width;
|
|
290
290
|
if (!containerWidth) return;
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
tabEl.classList.remove("measuring");
|
|
294
|
-
tabEl.classList.toggle("hide-icons", fullWidth > containerWidth);
|
|
291
|
+
const threshold = isEn.value ? 430 : 330;
|
|
292
|
+
tabEl.classList.toggle("hide-icons", containerWidth < threshold);
|
|
295
293
|
}, 120);
|
|
296
294
|
onMounted(() => {
|
|
297
295
|
getCalendarHeight();
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
}
|
|
346
346
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
347
347
|
.o-my-meeting-calendar .header .desc {
|
|
348
|
-
font-size:
|
|
348
|
+
font-size: 14px;
|
|
349
349
|
line-height: 18px;
|
|
350
350
|
}
|
|
351
351
|
}
|
|
@@ -1167,7 +1167,7 @@
|
|
|
1167
1167
|
}
|
|
1168
1168
|
@media (max-width: 840px) and (min-width: 1201px) and (max-width: 1680px) {
|
|
1169
1169
|
.o-my-meeting-calendar .meeting-list .list-body .o-collapse .o-collapse-item-header .o-collapse-item-title .item-header-left .header-info .meeting-info {
|
|
1170
|
-
font-size:
|
|
1170
|
+
font-size: 14px;
|
|
1171
1171
|
line-height: 18px;
|
|
1172
1172
|
}
|
|
1173
1173
|
}
|
|
@@ -1304,7 +1304,7 @@
|
|
|
1304
1304
|
}
|
|
1305
1305
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
1306
1306
|
.o-my-meeting-calendar .meeting-list .list-body .load-text {
|
|
1307
|
-
font-size:
|
|
1307
|
+
font-size: 14px;
|
|
1308
1308
|
line-height: 18px;
|
|
1309
1309
|
}
|
|
1310
1310
|
}
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
}
|
|
142
142
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
143
143
|
.o-meeting-playback .left-card .info-wrapper .tab-content .more-btn {
|
|
144
|
-
font-size:
|
|
144
|
+
font-size: 14px;
|
|
145
145
|
line-height: 18px;
|
|
146
146
|
}
|
|
147
147
|
}
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
}
|
|
274
274
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
275
275
|
.o-meeting-playback .left-card .info-wrapper .tab-content .subject-list .mouse-current-time {
|
|
276
|
-
font-size:
|
|
276
|
+
font-size: 14px;
|
|
277
277
|
line-height: 18px;
|
|
278
278
|
}
|
|
279
279
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent,
|
|
1
|
+
import { defineComponent, computed, ref, watch, nextTick, onMounted, onBeforeUnmount, openBlock, createElementBlock, unref, createElementVNode, toDisplayString, createVNode, withCtx, createCommentVNode, Fragment, renderList, createBlock, resolveDynamicComponent, createTextVNode, renderSlot } from "vue";
|
|
2
2
|
import { isClient, OPopover, OIcon, OTab, OTabPane, OSelect, OOption, ODivider, OScroller, OResult, OFigure } from "@opensig/opendesign";
|
|
3
3
|
import dayjs from "dayjs";
|
|
4
4
|
import IconTips from "../../_virtual/icon-tips.mjs";
|
|
@@ -11,6 +11,7 @@ import _sfc_main$2 from "./components/OMeetingCalendarList.vue.mjs";
|
|
|
11
11
|
import './components/OMeetingCalendarList.css';
|
|
12
12
|
import { formatDate } from "./utils.mjs";
|
|
13
13
|
import emptyDefaultImg from "../../assets/meeting/empty.png.mjs";
|
|
14
|
+
import { Locales } from "../../i18n/index.mjs";
|
|
14
15
|
import { useDebounceFn } from "@vueuse/core";
|
|
15
16
|
const _hoisted_1 = {
|
|
16
17
|
key: 0,
|
|
@@ -39,7 +40,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
39
40
|
},
|
|
40
41
|
setup(__props) {
|
|
41
42
|
const props = __props;
|
|
42
|
-
const { t, meetingTabs } = useMeetingConfig();
|
|
43
|
+
const { t, locale, meetingTabs } = useMeetingConfig();
|
|
44
|
+
const isEn = computed(() => locale.value === Locales.EN);
|
|
43
45
|
const { lePadV } = useScreen();
|
|
44
46
|
const selectDate = ref("");
|
|
45
47
|
const loading = ref(false);
|
|
@@ -188,14 +190,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
188
190
|
const tabEl = root.querySelector(".meeting-card-header .o-tab");
|
|
189
191
|
if (!tabEl) return;
|
|
190
192
|
const containerEl = tabEl.querySelector(".o-tab-navs-container");
|
|
191
|
-
|
|
192
|
-
if (!containerEl || !measureEl) return;
|
|
193
|
+
if (!containerEl) return;
|
|
193
194
|
const containerWidth = containerEl.getBoundingClientRect().width;
|
|
194
195
|
if (!containerWidth) return;
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
tabEl.classList.remove("measuring");
|
|
198
|
-
tabEl.classList.toggle("hide-icons", fullWidth > containerWidth);
|
|
196
|
+
const threshold = isEn.value ? 130 : 120;
|
|
197
|
+
tabEl.classList.toggle("hide-icons", containerWidth < threshold);
|
|
199
198
|
}, 120);
|
|
200
199
|
onMounted(() => {
|
|
201
200
|
getDates();
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
}
|
|
175
175
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
176
176
|
.o-meeting-calendar-list .o-collapse .o-collapse-item-body .calendar-info {
|
|
177
|
-
font-size:
|
|
177
|
+
font-size: 14px;
|
|
178
178
|
line-height: 18px;
|
|
179
179
|
}
|
|
180
180
|
}
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
}
|
|
226
226
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
227
227
|
.o-meeting-calendar-list .o-collapse .btn-wrapper .o-btn {
|
|
228
|
-
font-size:
|
|
228
|
+
font-size: 14px;
|
|
229
229
|
line-height: 18px;
|
|
230
230
|
}
|
|
231
231
|
}
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
}
|
|
257
257
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
258
258
|
.o-meeting-calendar-list .o-collapse .jump-detail-link {
|
|
259
|
-
font-size:
|
|
259
|
+
font-size: 14px;
|
|
260
260
|
line-height: 18px;
|
|
261
261
|
}
|
|
262
262
|
}
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
}
|
|
395
395
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
396
396
|
.o-meeting-calendar-list .o-collapse .meet-info {
|
|
397
|
-
font-size:
|
|
397
|
+
font-size: 14px;
|
|
398
398
|
line-height: 18px;
|
|
399
399
|
}
|
|
400
400
|
}
|
|
@@ -422,7 +422,7 @@
|
|
|
422
422
|
}
|
|
423
423
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
424
424
|
.o-meeting-calendar-list .o-collapse .meet-info .o-divider {
|
|
425
|
-
font-size:
|
|
425
|
+
font-size: 14px;
|
|
426
426
|
line-height: 18px;
|
|
427
427
|
}
|
|
428
428
|
}
|
|
@@ -444,9 +444,6 @@
|
|
|
444
444
|
line-height: 18px;
|
|
445
445
|
}
|
|
446
446
|
}
|
|
447
|
-
.o-meeting-calendar-list .o-collapse .meet-info.hidden-divider .start-time {
|
|
448
|
-
padding-right: 24px;
|
|
449
|
-
}
|
|
450
447
|
.o-meeting-calendar-list .o-collapse .meet-info.hidden-divider .o-divider {
|
|
451
|
-
|
|
448
|
+
opacity: 0;
|
|
452
449
|
}
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
}
|
|
38
38
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
39
39
|
.o-meeting-detail .label-item {
|
|
40
|
-
font-size:
|
|
40
|
+
font-size: 14px;
|
|
41
41
|
line-height: 18px;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
}
|
|
86
86
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
87
87
|
.o-meeting-detail .label-item .o-link {
|
|
88
|
-
font-size:
|
|
88
|
+
font-size: 14px;
|
|
89
89
|
line-height: 18px;
|
|
90
90
|
}
|
|
91
91
|
}
|
|
@@ -642,7 +642,7 @@
|
|
|
642
642
|
}
|
|
643
643
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
644
644
|
.o-meeting-playback-subtitles .captions-tab .captions-item .info .speaker {
|
|
645
|
-
font-size:
|
|
645
|
+
font-size: 14px;
|
|
646
646
|
line-height: 18px;
|
|
647
647
|
}
|
|
648
648
|
}
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
}
|
|
673
673
|
@media (min-width: 1201px) and (max-width: 1680px) {
|
|
674
674
|
.o-meeting-playback-subtitles .captions-tab .captions-item .info .start-time {
|
|
675
|
-
font-size:
|
|
675
|
+
font-size: 14px;
|
|
676
676
|
line-height: 18px;
|
|
677
677
|
}
|
|
678
678
|
}
|