@opendesign-plus-test/components 0.0.1-rc.122 → 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 +44 -36
- package/dist/components.css +1 -1
- package/dist/components.es.js +8799 -8766
- 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/common/TooltipText.vue.mjs +8 -0
- 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 +7 -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 +26 -1
- package/dist/treeshaking/components/header/components/HeaderContent.css +186 -186
- package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +9 -3
- package/dist/treeshaking/components/header/components/HeaderNav.css +49 -49
- package/dist/treeshaking/components/header/components/HeaderNav.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderNav.vue2.mjs +11 -9
- package/dist/treeshaking/components/header/components/HeaderNavMobile.css +1 -1
- package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.css +27 -51
- package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.vue.mjs +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 +30 -9
- 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 +33 -8
- package/dist/treeshaking/components/meeting/components/OMeetingDetail.css +38 -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
|
}
|
|
@@ -14,6 +14,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
14
14
|
const props = __props;
|
|
15
15
|
const slots = useSlots();
|
|
16
16
|
let resizeObserver = null;
|
|
17
|
+
let resizeRafId = null;
|
|
17
18
|
const checkOverflow = () => {
|
|
18
19
|
if (!isClient) return;
|
|
19
20
|
const ele = contentRef.value;
|
|
@@ -31,14 +32,21 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
31
32
|
}
|
|
32
33
|
ellipsis.value = ele.scrollWidth > ele.offsetWidth + 1 || ele.scrollHeight > ele.offsetHeight + 1;
|
|
33
34
|
};
|
|
35
|
+
const onWindowResize = () => {
|
|
36
|
+
if (resizeRafId !== null) cancelAnimationFrame(resizeRafId);
|
|
37
|
+
resizeRafId = requestAnimationFrame(checkOverflow);
|
|
38
|
+
};
|
|
34
39
|
onMounted(() => {
|
|
35
40
|
checkOverflow();
|
|
36
41
|
if (!isClient || !contentRef.value) return;
|
|
37
42
|
resizeObserver = new ResizeObserver(() => checkOverflow());
|
|
38
43
|
resizeObserver.observe(contentRef.value);
|
|
44
|
+
window.addEventListener("resize", onWindowResize);
|
|
39
45
|
});
|
|
40
46
|
onUnmounted(() => {
|
|
41
47
|
resizeObserver == null ? void 0 : resizeObserver.disconnect();
|
|
48
|
+
if (resizeRafId !== null) cancelAnimationFrame(resizeRafId);
|
|
49
|
+
window.removeEventListener("resize", onWindowResize);
|
|
42
50
|
});
|
|
43
51
|
watch(() => [props.lines, props.width], () => {
|
|
44
52
|
if (isClient) requestAnimationFrame(checkOverflow);
|
|
@@ -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
|
}
|
|
@@ -271,6 +272,11 @@
|
|
|
271
272
|
.o-events-list .list-content .o-card .o-card-content .tags-wrapper .o-tag .o-tag-icon {
|
|
272
273
|
height: 16px;
|
|
273
274
|
}
|
|
275
|
+
@media (max-width: 840px) {
|
|
276
|
+
.o-events-list .list-content .o-card .o-card-content .tags-wrapper .o-tag .o-tag-icon {
|
|
277
|
+
--tag-icon-gap: -8px;
|
|
278
|
+
}
|
|
279
|
+
}
|
|
274
280
|
.o-events-list .list-content .o-card .o-card-content .tags-wrapper .o-tag .o-tag-icon svg {
|
|
275
281
|
width: 16px;
|
|
276
282
|
height: 16px;
|
|
@@ -428,7 +434,7 @@
|
|
|
428
434
|
}
|
|
429
435
|
@media (max-width: 840px) and (min-width: 1201px) and (max-width: 1680px) {
|
|
430
436
|
.o-events-list .list-content .o-card .o-card-content .event-desc {
|
|
431
|
-
font-size:
|
|
437
|
+
font-size: 14px;
|
|
432
438
|
line-height: 18px;
|
|
433
439
|
}
|
|
434
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, 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();
|
|
@@ -136,6 +138,29 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
136
138
|
hoverId.value = val;
|
|
137
139
|
scheduleClose(false);
|
|
138
140
|
};
|
|
141
|
+
const navFirstHoverTime = ref(0);
|
|
142
|
+
const navStepCount = ref(0);
|
|
143
|
+
provide("navStepCount", readonly(navStepCount));
|
|
144
|
+
provide("navFirstHoverTime", readonly(navFirstHoverTime));
|
|
145
|
+
provide("increNavStepCount", () => {
|
|
146
|
+
navStepCount.value++;
|
|
147
|
+
});
|
|
148
|
+
provide("updateNavFirstHoverTime", () => {
|
|
149
|
+
if (!navFirstHoverTime.value) {
|
|
150
|
+
navFirstHoverTime.value = Date.now();
|
|
151
|
+
}
|
|
152
|
+
});
|
|
153
|
+
provide("clearNavHandleTrace", () => {
|
|
154
|
+
navStepCount.value = 0;
|
|
155
|
+
navFirstHoverTime.value = 0;
|
|
156
|
+
});
|
|
157
|
+
watch(
|
|
158
|
+
() => route == null ? void 0 : route.path,
|
|
159
|
+
() => {
|
|
160
|
+
cancelClose();
|
|
161
|
+
itemVisible.value = false;
|
|
162
|
+
}
|
|
163
|
+
);
|
|
139
164
|
onUnmounted(() => {
|
|
140
165
|
cancelClose();
|
|
141
166
|
});
|