@opendesign-plus-test/components 0.0.1-rc.129 → 0.0.1-rc.130
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/header/components/HeaderContent.vue.d.ts +0 -3
- package/dist/components.cjs.js +34 -34
- package/dist/components.css +1 -1
- package/dist/components.es.js +3948 -3948
- 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 +5 -8
- package/dist/treeshaking/components/header/components/HeaderContent.css +184 -184
- package/dist/treeshaking/components/header/components/HeaderContent.vue.d.ts +0 -3
- package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
- package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +9 -11
- package/dist/treeshaking/components/meeting/OMeetingSigCalendar.css +3 -0
- package/dist/treeshaking/components/meeting/OMeetingSigCalendar.vue.mjs +4 -3
- package/package.json +1 -1
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
.hover-icon-rotate .o-icon[data-v-
|
|
1
|
+
.hover-icon-rotate .o-icon[data-v-8cae5712] {
|
|
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-8cae5712] {
|
|
6
6
|
transform: rotate(-180deg);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
.header[data-v-
|
|
9
|
+
.header[data-v-8cae5712] {
|
|
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-8cae5712] {
|
|
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-8cae5712] {
|
|
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-8cae5712] {
|
|
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-8cae5712] {
|
|
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-8cae5712] {
|
|
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-8cae5712] {
|
|
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-8cae5712] {
|
|
60
60
|
height: 32px;
|
|
61
61
|
}
|
|
62
|
-
.header-nav-top[data-v-
|
|
62
|
+
.header-nav-top[data-v-8cae5712] {
|
|
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-8cae5712] {
|
|
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-8cae5712] {
|
|
76
76
|
height: 100%;
|
|
77
77
|
position: relative;
|
|
78
78
|
}
|
|
79
|
-
.header-nav-content[data-v-
|
|
79
|
+
.header-nav-content[data-v-8cae5712] {
|
|
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-8cae5712] {
|
|
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-8cae5712"]]);
|
|
5
5
|
export {
|
|
6
6
|
_OHeader as default
|
|
7
7
|
};
|
|
@@ -120,7 +120,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
120
120
|
hoverIndex.value = val.id;
|
|
121
121
|
if ((_a = val == null ? void 0 : val.children) == null ? void 0 : _a.length) {
|
|
122
122
|
itemVisible.value = true;
|
|
123
|
-
console.log("open");
|
|
124
123
|
}
|
|
125
124
|
};
|
|
126
125
|
const handleMouseleave = () => {
|
|
@@ -137,11 +136,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
137
136
|
hoverId.value = val;
|
|
138
137
|
scheduleClose(false);
|
|
139
138
|
};
|
|
140
|
-
const handleClickLink = () => {
|
|
141
|
-
itemVisible.value = false;
|
|
142
|
-
cancelClose();
|
|
143
|
-
console.log("close");
|
|
144
|
-
};
|
|
145
139
|
const navFirstHoverTime = ref(0);
|
|
146
140
|
const navStepCount = ref(0);
|
|
147
141
|
provide("navStepCount", readonly(navStepCount));
|
|
@@ -158,6 +152,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
158
152
|
navStepCount.value = 0;
|
|
159
153
|
navFirstHoverTime.value = 0;
|
|
160
154
|
});
|
|
155
|
+
provide("closeNavPanel", () => {
|
|
156
|
+
cancelClose();
|
|
157
|
+
itemVisible.value = false;
|
|
158
|
+
});
|
|
161
159
|
onUnmounted(() => {
|
|
162
160
|
cancelClose();
|
|
163
161
|
});
|
|
@@ -230,8 +228,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
230
228
|
community: props.community,
|
|
231
229
|
"hover-index": hoverIndex.value,
|
|
232
230
|
onHandleMouseenterSub: handleMouseenterSub,
|
|
233
|
-
onHandleMouseleaveSub: handleMouseleaveSub
|
|
234
|
-
onHandleClickLink: handleClickLink
|
|
231
|
+
onHandleMouseleaveSub: handleMouseleaveSub
|
|
235
232
|
}, null, 8, ["itemData", "item-visible", "bg-left", "bg-right", "community", "hover-index"])
|
|
236
233
|
], 544)) : createCommentVNode("", true)
|
|
237
234
|
]);
|