@opendesign-plus-test/components 0.0.1-rc.86 → 0.0.1-rc.88

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.
Files changed (29) hide show
  1. package/dist/components/header/OHeader.vue.d.ts +6 -2
  2. package/dist/components/header/index.d.ts +3 -1
  3. package/dist/components.cjs.js +40 -40
  4. package/dist/components.css +1 -1
  5. package/dist/components.es.js +6417 -6370
  6. package/dist/treeshaking/components/header/OHeader.css +13 -18
  7. package/dist/treeshaking/components/header/OHeader.vue.d.ts +6 -2
  8. package/dist/treeshaking/components/header/OHeader.vue.mjs +1 -1
  9. package/dist/treeshaking/components/header/OHeader.vue2.mjs +80 -9
  10. package/dist/treeshaking/components/header/OHeaderMobile.css +20 -20
  11. package/dist/treeshaking/components/header/OHeaderMobile.vue.mjs +1 -1
  12. package/dist/treeshaking/components/header/components/HeaderContent.css +253 -263
  13. package/dist/treeshaking/components/header/components/HeaderContent.vue.mjs +1 -1
  14. package/dist/treeshaking/components/header/components/HeaderContent.vue2.mjs +15 -12
  15. package/dist/treeshaking/components/header/components/HeaderNav.css +26 -26
  16. package/dist/treeshaking/components/header/components/HeaderNav.vue.mjs +1 -1
  17. package/dist/treeshaking/components/header/components/HeaderNav.vue2.mjs +1 -3
  18. package/dist/treeshaking/components/header/index.d.ts +3 -1
  19. package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.css +43 -29
  20. package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.vue.mjs +1 -1
  21. package/dist/treeshaking/components/header-language-switcher/OHeaderLanguageSwitcher.vue2.mjs +1 -1
  22. package/dist/treeshaking/components/header-source-code/OHeaderSourceCode.css +25 -26
  23. package/dist/treeshaking/components/header-source-code/OHeaderSourceCode.vue.mjs +1 -1
  24. package/dist/treeshaking/components/header-source-code/OHeaderSourceCode.vue2.mjs +1 -0
  25. package/dist/treeshaking/components/header-user/OHeaderUser.css +26 -26
  26. package/dist/treeshaking/components/header-user/OHeaderUser.vue.mjs +1 -1
  27. package/dist/treeshaking/components/header-user/OHeaderUser2.css +5 -0
  28. package/dist/treeshaking/components/meeting/OMeetingCalendar.vue.mjs +20 -10
  29. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./HeaderContent.vue2.mjs";
2
2
  import './HeaderContent.css';
3
3
  import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const HeaderContent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4a923a98"]]);
4
+ const HeaderContent = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-252ea1d2"]]);
5
5
  export {
6
6
  HeaderContent as default
7
7
  };
@@ -24,11 +24,12 @@ const _hoisted_10 = {
24
24
  };
25
25
  const _hoisted_11 = { class: "content-label" };
26
26
  const _hoisted_12 = ["href", "target"];
27
- const _hoisted_13 = ["href", "target"];
28
- const _hoisted_14 = ["src"];
29
- const _hoisted_15 = { class: "review-content" };
30
- const _hoisted_16 = { class: "review-label" };
31
- const _hoisted_17 = { class: "review-property" };
27
+ const _hoisted_13 = ["title"];
28
+ const _hoisted_14 = ["href", "target"];
29
+ const _hoisted_15 = ["src"];
30
+ const _hoisted_16 = { class: "review-content" };
31
+ const _hoisted_17 = { class: "review-label" };
32
+ const _hoisted_18 = { class: "review-property" };
32
33
  const _sfc_main = /* @__PURE__ */ defineComponent({
33
34
  __name: "HeaderContent",
34
35
  props: {
@@ -52,7 +53,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
52
53
  navVisible.value = true;
53
54
  };
54
55
  const onMouseLeave = () => {
55
- emit("handle-mouseenter-sub", "");
56
+ emit("handle-mouseleave-sub", "");
56
57
  navVisible.value = false;
57
58
  };
58
59
  const showDesc = ref(false);
@@ -186,7 +187,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
186
187
  rel: "noopener noreferrer",
187
188
  class: "shortcut-link"
188
189
  }, [
189
- createElementVNode("span", null, toDisplayString(shortcut.label), 1),
190
+ createElementVNode("span", {
191
+ title: shortcut.label
192
+ }, toDisplayString(shortcut.label), 9, _hoisted_13),
190
193
  shortcut.icon ? (openBlock(), createBlock(unref(OIcon), { key: 0 }, {
191
194
  default: withCtx(() => [
192
195
  (openBlock(), createBlock(resolveDynamicComponent(shortcut.icon)))
@@ -208,12 +211,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
208
211
  createElementVNode("img", {
209
212
  src: shortcut.picture,
210
213
  class: "review-picture"
211
- }, null, 8, _hoisted_14),
212
- createElementVNode("div", _hoisted_15, [
213
- createElementVNode("p", _hoisted_16, toDisplayString(shortcut.label), 1),
214
- createElementVNode("div", _hoisted_17, toDisplayString(shortcut.remark), 1)
214
+ }, null, 8, _hoisted_15),
215
+ createElementVNode("div", _hoisted_16, [
216
+ createElementVNode("p", _hoisted_17, toDisplayString(shortcut.label), 1),
217
+ createElementVNode("div", _hoisted_18, toDisplayString(shortcut.remark), 1)
215
218
  ])
216
- ], 8, _hoisted_13)), [
219
+ ], 8, _hoisted_14)), [
217
220
  [_directive_analytics, () => onClickShortcut(shortcut)]
218
221
  ]);
219
222
  }), 128))
@@ -1,31 +1,31 @@
1
- .hover-icon-rotate .o-icon[data-v-06629d05] {
1
+ .hover-icon-rotate .o-icon[data-v-7e0de1ab] {
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-06629d05] {
5
+ .hover-icon-rotate:hover .o-icon[data-v-7e0de1ab] {
6
6
  transform: rotate(-180deg);
7
7
  }
8
8
  }
9
- .header-nav-wrap[data-v-06629d05] {
9
+ .header-nav-wrap[data-v-7e0de1ab] {
10
10
  height: 100%;
11
11
  }
12
- .header-nav-wrap .header-nav[data-v-06629d05] {
12
+ .header-nav-wrap .header-nav[data-v-7e0de1ab] {
13
13
  height: 100%;
14
14
  display: flex;
15
15
  justify-content: space-between;
16
16
  width: calc(100% - 64px);
17
17
  align-items: center;
18
18
  }
19
- .header-nav-wrap .header-nav-scroll[data-v-06629d05] {
19
+ .header-nav-wrap .header-nav-scroll[data-v-7e0de1ab] {
20
20
  width: calc(100% - 64px - 24px);
21
21
  }
22
- .o-nav[data-v-06629d05] {
22
+ .o-nav[data-v-7e0de1ab] {
23
23
  height: 100%;
24
24
  position: relative;
25
25
  overflow-y: hidden;
26
26
  overflow-x: auto;
27
27
  }
28
- .o-nav[data-v-06629d05]::after {
28
+ .o-nav[data-v-7e0de1ab]::after {
29
29
  content: "";
30
30
  position: absolute;
31
31
  width: 50px;
@@ -35,16 +35,16 @@
35
35
  background-image: linear-gradient(90deg, rgba(var(--o-grey-1), 0) 0%, rgba(var(--o-grey-1), 1) 100%);
36
36
  z-index: 0;
37
37
  }
38
- .o-nav[data-v-06629d05]::-webkit-scrollbar {
38
+ .o-nav[data-v-7e0de1ab]::-webkit-scrollbar {
39
39
  display: none;
40
40
  }
41
- .o-nav.dark[data-v-06629d05]::after {
41
+ [data-o-theme*=dark] .o-nav[data-v-7e0de1ab]::after {
42
42
  background-image: linear-gradient(90deg, rgba(var(--o-grey-4), 0) 0%, rgba(var(--o-grey-4), 1) 100%);
43
43
  }
44
- .o-nav-scroll[data-v-06629d05]::after {
44
+ .o-nav-scroll[data-v-7e0de1ab]::after {
45
45
  display: none;
46
46
  }
47
- .o-nav-list[data-v-06629d05] {
47
+ .o-nav-list[data-v-7e0de1ab] {
48
48
  display: flex;
49
49
  height: 100%;
50
50
  width: fit-content;
@@ -53,7 +53,7 @@
53
53
  padding: 0;
54
54
  margin: 0;
55
55
  }
56
- .o-nav-list li[data-v-06629d05] {
56
+ .o-nav-list li[data-v-7e0de1ab] {
57
57
  position: relative;
58
58
  display: flex;
59
59
  align-items: center;
@@ -61,10 +61,10 @@
61
61
  color: var(--o-color-info1);
62
62
  transition: all var(--o-duration-s) var(--o-easing-standard);
63
63
  }
64
- .o-nav-list li .nav-text[data-v-06629d05] {
64
+ .o-nav-list li .nav-text[data-v-7e0de1ab] {
65
65
  position: relative;
66
66
  }
67
- .o-nav-list li .nav-text[data-v-06629d05]::after {
67
+ .o-nav-list li .nav-text[data-v-7e0de1ab]::after {
68
68
  content: "";
69
69
  position: absolute;
70
70
  left: 0;
@@ -76,16 +76,16 @@
76
76
  background: var(--o-color-primary1);
77
77
  transition: all var(--o-duration-s) var(--o-easing-standard);
78
78
  }
79
- .o-nav-list li.is-selected .nav-text[data-v-06629d05], .o-nav-list li.is-active .nav-text[data-v-06629d05] {
79
+ .o-nav-list li.is-selected .nav-text[data-v-7e0de1ab], .o-nav-list li.is-active .nav-text[data-v-7e0de1ab] {
80
80
  color: var(--o-color-primary1);
81
81
  z-index: 99;
82
82
  font-weight: 500;
83
83
  }
84
- .o-nav-list li.is-selected .nav-text[data-v-06629d05]::after, .o-nav-list li.is-active .nav-text[data-v-06629d05]::after {
84
+ .o-nav-list li.is-selected .nav-text[data-v-7e0de1ab]::after, .o-nav-list li.is-active .nav-text[data-v-7e0de1ab]::after {
85
85
  content: "";
86
86
  opacity: 1;
87
87
  }
88
- .o-nav-list .nav-item[data-v-06629d05] {
88
+ .o-nav-list .nav-item[data-v-7e0de1ab] {
89
89
  cursor: default;
90
90
  display: flex;
91
91
  align-items: center;
@@ -94,48 +94,48 @@
94
94
  line-height: 24px;
95
95
  }
96
96
  @media (min-width: 1201px) and (max-width: 1680px) {
97
- .o-nav-list .nav-item[data-v-06629d05] {
97
+ .o-nav-list .nav-item[data-v-7e0de1ab] {
98
98
  font-size: 14px;
99
99
  line-height: 22px;
100
100
  }
101
101
  }
102
102
  @media (min-width: 841px) and (max-width: 1200px) {
103
- .o-nav-list .nav-item[data-v-06629d05] {
103
+ .o-nav-list .nav-item[data-v-7e0de1ab] {
104
104
  font-size: 14px;
105
105
  line-height: 22px;
106
106
  }
107
107
  }
108
108
  @media (min-width: 601px) and (max-width: 840px) {
109
- .o-nav-list .nav-item[data-v-06629d05] {
109
+ .o-nav-list .nav-item[data-v-7e0de1ab] {
110
110
  font-size: 14px;
111
111
  line-height: 22px;
112
112
  }
113
113
  }
114
114
  @media (max-width: 600px) {
115
- .o-nav-list .nav-item[data-v-06629d05] {
115
+ .o-nav-list .nav-item[data-v-7e0de1ab] {
116
116
  font-size: 12px;
117
117
  line-height: 18px;
118
118
  }
119
119
  }
120
120
  @media (min-width: 1201px) and (max-width: 1680px) {
121
- .o-nav-list .nav-item[data-v-06629d05] {
121
+ .o-nav-list .nav-item[data-v-7e0de1ab] {
122
122
  padding: 22px 12px;
123
123
  }
124
124
  }
125
125
  @media (min-width: 841px) and (max-width: 1200px) {
126
- .o-nav-list .nav-item[data-v-06629d05] {
126
+ .o-nav-list .nav-item[data-v-7e0de1ab] {
127
127
  padding: 22px 8px;
128
128
  }
129
129
  }
130
130
  @media (min-width: 841px) and (max-width: 1000px) {
131
- .o-nav-list .nav-item.en[data-v-06629d05] {
131
+ .o-nav-list .nav-item.en[data-v-7e0de1ab] {
132
132
  padding: var(--o-gap-2);
133
133
  }
134
134
  }
135
- .o-nav-list .item-other[data-v-06629d05] {
135
+ .o-nav-list .item-other[data-v-7e0de1ab] {
136
136
  cursor: pointer;
137
137
  }
138
- .o-nav-list .item-other .content-tag[data-v-06629d05] {
138
+ .o-nav-list .item-other .content-tag[data-v-7e0de1ab] {
139
139
  margin-left: var(--o-gap-2);
140
140
  --layout-pkg-radius: var(--o-radius-xs);
141
141
  }
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./HeaderNav.vue2.mjs";
2
2
  import './HeaderNav.css';
3
3
  import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const HeaderNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-06629d05"]]);
4
+ const HeaderNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7e0de1ab"]]);
5
5
  export {
6
6
  HeaderNav as default
7
7
  };
@@ -2,7 +2,6 @@ import { defineComponent, ref, onMounted, nextTick, onUnmounted, resolveDirectiv
2
2
  import { OIcon, OTag } from "@opensig/opendesign";
3
3
  import IconCaretLeft from "../../../_virtual/icon-caret-left.mjs";
4
4
  import IconCaretRight from "../../../_virtual/icon-caret-right.mjs";
5
- import { useTheme } from "../../../shared/theme.mjs";
6
5
  import { useDebounceFn } from "@vueuse/core";
7
6
  const _hoisted_1 = { class: "header-nav-wrap" };
8
7
  const _hoisted_2 = {
@@ -28,7 +27,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
28
27
  emits: ["handle-mouseenter", "handle-mouseleave", "handle-click"],
29
28
  setup(__props, { emit: __emit }) {
30
29
  const emit = __emit;
31
- const { isDark } = useTheme();
32
30
  const props = __props;
33
31
  const navRef = ref();
34
32
  const navListRef = ref();
@@ -132,7 +130,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
132
130
  createElementVNode("div", {
133
131
  ref_key: "navRef",
134
132
  ref: navRef,
135
- class: normalizeClass(["o-nav", { "o-nav-scroll": navVisibleLeft.value || !navVisibleRight.value, dark: unref(isDark) }])
133
+ class: normalizeClass(["o-nav", { "o-nav-scroll": navVisibleLeft.value || !navVisibleRight.value }])
136
134
  }, [
137
135
  createElementVNode("ul", {
138
136
  ref_key: "navListRef",
@@ -6,7 +6,9 @@ declare const OHeader: {
6
6
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
7
7
  "handle-click": (val: any) => any;
8
8
  "go-home": () => any;
9
- }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
9
+ }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
10
+ contentRef: HTMLDivElement;
11
+ }, HTMLDivElement, import('vue').ComponentProvideOptions, {
10
12
  P: {};
11
13
  B: {};
12
14
  D: {};
@@ -1,34 +1,43 @@
1
- .hover-icon-rotate .o-icon[data-v-07aa851a] {
1
+ .hover-icon-rotate .o-icon[data-v-f4b40fad] {
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-07aa851a] {
5
+ .hover-icon-rotate:hover .o-icon[data-v-f4b40fad] {
6
6
  transform: rotate(-180deg);
7
7
  }
8
8
  }
9
- .hide-lang[data-v-07aa851a] {
9
+ .hide-lang[data-v-f4b40fad] {
10
10
  display: none;
11
11
  }
12
- .header-lang[data-v-07aa851a] {
12
+ .header-lang[data-v-f4b40fad] {
13
13
  height: calc(100% + 10px);
14
14
  display: flex;
15
15
  align-items: center;
16
16
  }
17
- .header-lang .info-wrap[data-v-07aa851a] {
17
+ .header-lang .info-wrap[data-v-f4b40fad] {
18
18
  height: 100%;
19
19
  display: flex;
20
20
  align-items: center;
21
21
  cursor: pointer;
22
22
  }
23
- .header-lang .info-wrap .icon[data-v-07aa851a] {
23
+ .header-lang .info-wrap .icon[data-v-f4b40fad] {
24
24
  font-size: var(--o-icon_size_control-m);
25
25
  position: relative;
26
26
  color: var(--o-color-info1);
27
27
  }
28
- .header-lang .info-wrap .icon[data-v-07aa851a]:hover {
29
- color: var(--o-color-primary1);
28
+ @media (hover: hover) {
29
+ .header-lang .info-wrap .icon[data-v-f4b40fad]:hover {
30
+ color: var(--o-color-primary1);
31
+ background-color: var(--o-color-control2-light);
32
+ border-radius: var(--o-radius-xs);
33
+ }
34
+ }
35
+ @media (max-width: 1200px) {
36
+ .header-lang .info-wrap .icon[data-v-f4b40fad] {
37
+ font-size: var(--o-icon_size_control-s);
30
38
  }
31
- .header-lang .info-wrap .locale-tag[data-v-07aa851a] {
39
+ }
40
+ .header-lang .info-wrap .locale-tag[data-v-f4b40fad] {
32
41
  position: absolute;
33
42
  font-size: 10px;
34
43
  height: 12px;
@@ -40,20 +49,25 @@
40
49
  left: 12px;
41
50
  top: 11px;
42
51
  }
43
- .header-lang .info-wrap .locale-tag.is-en[data-v-07aa851a] {
52
+ .header-lang .info-wrap .locale-tag.is-en[data-v-f4b40fad] {
44
53
  width: 16px;
45
54
  }
46
- .header-lang.is-disabled .info-wrap[data-v-07aa851a] {
55
+ .header-lang.is-disabled .info-wrap[data-v-f4b40fad] {
47
56
  color: var(--o-color-info4);
48
57
  cursor: not-allowed;
49
58
  }
50
- .header-lang.is-disabled .info-wrap[data-v-07aa851a]:hover {
59
+ .header-lang.is-disabled .info-wrap[data-v-f4b40fad]:hover {
51
60
  color: var(--o-color-info4);
52
61
  }
53
- .header-lang.is-disabled .info-wrap .o-icon[data-v-07aa851a] {
62
+ .header-lang.is-disabled .info-wrap .o-icon[data-v-f4b40fad] {
54
63
  color: inherit;
55
64
  }
56
- .header-lang .list[data-v-07aa851a] {
65
+ @media (hover: hover) {
66
+ .header-lang.is-disabled .info-wrap .o-icon[data-v-f4b40fad]:hover {
67
+ background-color: transparent;
68
+ }
69
+ }
70
+ .header-lang .list[data-v-f4b40fad] {
57
71
  background: var(--o-color-fill2);
58
72
  cursor: pointer;
59
73
  box-shadow: var(--o-shadow-1);
@@ -61,10 +75,10 @@
61
75
  padding: var(--o-gap-1);
62
76
  width: 144px;
63
77
  }
64
- .o-dropdown[data-v-07aa851a] {
78
+ .o-dropdown[data-v-f4b40fad] {
65
79
  height: 100%;
66
80
  }
67
- .o-dropdown-item[data-v-07aa851a] {
81
+ .o-dropdown-item[data-v-f4b40fad] {
68
82
  background: var(--o-color-fill2);
69
83
  cursor: pointer;
70
84
  border-radius: var(--o-radius_control-xs);
@@ -73,27 +87,27 @@
73
87
  color: var(--o-color-info1);
74
88
  }
75
89
  @media (hover: hover) {
76
- .o-dropdown-item[data-v-07aa851a]:hover {
90
+ .o-dropdown-item[data-v-f4b40fad]:hover {
77
91
  background: var(--o-color-control2-light);
78
92
  }
79
93
  }
80
- .o-dropdown-item.is-active[data-v-07aa851a] {
94
+ .o-dropdown-item.is-active[data-v-f4b40fad] {
81
95
  color: var(--o-color-primary1);
82
96
  background: var(--o-color-control3-light);
83
97
  }
84
- .dropdown[data-v-07aa851a] {
98
+ .dropdown[data-v-f4b40fad] {
85
99
  --dropdown-list-radius: var(--o-radius-xs);
86
100
  }
87
- .mobile-change-language[data-v-07aa851a] {
101
+ .mobile-change-language[data-v-f4b40fad] {
88
102
  display: flex;
89
103
  align-items: center;
90
104
  }
91
- .mobile-change-language .o-divider[data-v-07aa851a] {
105
+ .mobile-change-language .o-divider[data-v-f4b40fad] {
92
106
  margin: 0;
93
107
  height: 8px;
94
108
  background-color: var(--o-color-control4);
95
109
  }
96
- .mobile-change-language span[data-v-07aa851a] {
110
+ .mobile-change-language span[data-v-f4b40fad] {
97
111
  color: var(--o-color-info1);
98
112
  text-align: center;
99
113
  cursor: pointer;
@@ -102,39 +116,39 @@
102
116
  line-height: 24px;
103
117
  }
104
118
  @media (min-width: 1201px) and (max-width: 1680px) {
105
- .mobile-change-language span[data-v-07aa851a] {
119
+ .mobile-change-language span[data-v-f4b40fad] {
106
120
  font-size: 14px;
107
121
  line-height: 22px;
108
122
  }
109
123
  }
110
124
  @media (min-width: 841px) and (max-width: 1200px) {
111
- .mobile-change-language span[data-v-07aa851a] {
125
+ .mobile-change-language span[data-v-f4b40fad] {
112
126
  font-size: 14px;
113
127
  line-height: 22px;
114
128
  }
115
129
  }
116
130
  @media (min-width: 601px) and (max-width: 840px) {
117
- .mobile-change-language span[data-v-07aa851a] {
131
+ .mobile-change-language span[data-v-f4b40fad] {
118
132
  font-size: 14px;
119
133
  line-height: 22px;
120
134
  }
121
135
  }
122
136
  @media (max-width: 600px) {
123
- .mobile-change-language span[data-v-07aa851a] {
137
+ .mobile-change-language span[data-v-f4b40fad] {
124
138
  font-size: 12px;
125
139
  line-height: 18px;
126
140
  }
127
141
  }
128
- .mobile-change-language span.active[data-v-07aa851a] {
142
+ .mobile-change-language span.active[data-v-f4b40fad] {
129
143
  color: var(--o-color-primary1);
130
144
  font-weight: 500;
131
145
  }
132
- .mobile-change-language.is-disabled span[data-v-07aa851a] {
146
+ .mobile-change-language.is-disabled span[data-v-f4b40fad] {
133
147
  color: var(--o-color-info4);
134
148
  cursor: not-allowed;
135
149
  }
136
150
  @media (hover: hover) {
137
- .mobile-change-language.is-disabled span[data-v-07aa851a]:hover {
151
+ .mobile-change-language.is-disabled span[data-v-f4b40fad]:hover {
138
152
  color: var(--o-color-info4);
139
153
  }
140
154
  }
@@ -2,7 +2,7 @@ import _sfc_main from "./OHeaderLanguageSwitcher.vue2.mjs";
2
2
  import './OHeaderLanguageSwitcher.css';
3
3
  import './OHeaderLanguageSwitcher2.css';
4
4
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
5
- const _OHeaderLanguageSwitcher = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-07aa851a"]]);
5
+ const _OHeaderLanguageSwitcher = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f4b40fad"]]);
6
6
  export {
7
7
  _OHeaderLanguageSwitcher as default
8
8
  };
@@ -65,7 +65,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
65
65
  optionPosition: "bottom",
66
66
  "option-width-mode": "auto",
67
67
  optionWrapClass: {
68
- "dropdown": true,
68
+ dropdown: true,
69
69
  "is-disabled": __props.disabled
70
70
  }
71
71
  }, {
@@ -1,17 +1,17 @@
1
- .hover-icon-rotate .o-icon[data-v-0c07bf67] {
1
+ .hover-icon-rotate .o-icon[data-v-23114be6] {
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-0c07bf67] {
5
+ .hover-icon-rotate:hover .o-icon[data-v-23114be6] {
6
6
  transform: rotate(-180deg);
7
7
  }
8
8
  }
9
- .source-code[data-v-0c07bf67] {
9
+ .source-code[data-v-23114be6] {
10
10
  height: 100%;
11
11
  display: flex;
12
12
  align-items: center;
13
13
  }
14
- .source-code .info-wrap[data-v-0c07bf67] {
14
+ .source-code .info-wrap[data-v-23114be6] {
15
15
  height: 100%;
16
16
  display: flex;
17
17
  align-items: center;
@@ -19,11 +19,11 @@
19
19
  cursor: pointer;
20
20
  }
21
21
  @media (hover: hover) {
22
- .source-code .info-wrap[data-v-0c07bf67]:hover {
22
+ .source-code .info-wrap[data-v-23114be6]:hover {
23
23
  color: var(--o-color-primary1);
24
24
  }
25
25
  }
26
- .source-code .info-wrap .title[data-v-0c07bf67] {
26
+ .source-code .info-wrap .title[data-v-23114be6] {
27
27
  display: flex;
28
28
  align-items: center;
29
29
  cursor: pointer;
@@ -32,30 +32,30 @@
32
32
  line-height: 22px;
33
33
  }
34
34
  @media (min-width: 1201px) and (max-width: 1680px) {
35
- .source-code .info-wrap .title[data-v-0c07bf67] {
35
+ .source-code .info-wrap .title[data-v-23114be6] {
36
36
  font-size: 12px;
37
37
  line-height: 18px;
38
38
  }
39
39
  }
40
40
  @media (min-width: 841px) and (max-width: 1200px) {
41
- .source-code .info-wrap .title[data-v-0c07bf67] {
41
+ .source-code .info-wrap .title[data-v-23114be6] {
42
42
  font-size: 12px;
43
43
  line-height: 18px;
44
44
  }
45
45
  }
46
46
  @media (min-width: 601px) and (max-width: 840px) {
47
- .source-code .info-wrap .title[data-v-0c07bf67] {
47
+ .source-code .info-wrap .title[data-v-23114be6] {
48
48
  font-size: 12px;
49
49
  line-height: 18px;
50
50
  }
51
51
  }
52
52
  @media (max-width: 600px) {
53
- .source-code .info-wrap .title[data-v-0c07bf67] {
53
+ .source-code .info-wrap .title[data-v-23114be6] {
54
54
  font-size: 12px;
55
55
  line-height: 18px;
56
56
  }
57
57
  }
58
- .source-code .list[data-v-0c07bf67] {
58
+ .source-code .list[data-v-23114be6] {
59
59
  background: var(--o-color-fill2);
60
60
  cursor: pointer;
61
61
  box-shadow: var(--o-shadow-1);
@@ -63,71 +63,70 @@
63
63
  padding: var(--o-gap-1);
64
64
  width: 144px;
65
65
  }
66
- .hover-icon-rotate .o-icon[data-v-0c07bf67] {
66
+ .hover-icon-rotate .o-icon[data-v-23114be6] {
67
67
  transition: all var(--o-duration-m1) var(--o-easing-standard-in);
68
68
  }
69
69
  @media (hover: hover) {
70
- .hover-icon-rotate:hover .o-icon[data-v-0c07bf67] {
70
+ .hover-icon-rotate:hover .o-icon[data-v-23114be6] {
71
71
  transform: rotate(-180deg);
72
72
  }
73
73
  }
74
- .icon[data-v-0c07bf67] {
74
+ .icon[data-v-23114be6] {
75
75
  font-size: var(--o-icon_size_control-xs);
76
76
  margin-left: var(--o-gap-1);
77
77
  }
78
- .o-dropdown[data-v-0c07bf67] {
78
+ .o-dropdown[data-v-23114be6] {
79
79
  height: 100%;
80
80
  }
81
- .dropdown-active .info-wrap[data-v-0c07bf67] {
81
+ .dropdown-active .info-wrap[data-v-23114be6] {
82
82
  color: var(--o-color-primary1);
83
83
  }
84
- .dropdown-active .o-icon[data-v-0c07bf67] {
84
+ .dropdown-active .o-icon[data-v-23114be6] {
85
85
  transform: rotate(-180deg);
86
86
  }
87
- .o-dropdown-item[data-v-0c07bf67] {
87
+ .o-dropdown-item[data-v-23114be6] {
88
88
  background: var(--o-color-fill2);
89
89
  cursor: pointer;
90
90
  border-radius: var(--o-radius_control-xs);
91
91
  padding: var(--o-gap-1) 12px;
92
- min-width: 144px;
93
92
  height: 32px;
94
93
  font-size: 14px;
95
94
  line-height: 22px;
96
95
  }
97
96
  @media (min-width: 1201px) and (max-width: 1680px) {
98
- .o-dropdown-item[data-v-0c07bf67] {
97
+ .o-dropdown-item[data-v-23114be6] {
99
98
  font-size: 12px;
100
99
  line-height: 18px;
101
100
  }
102
101
  }
103
102
  @media (min-width: 841px) and (max-width: 1200px) {
104
- .o-dropdown-item[data-v-0c07bf67] {
103
+ .o-dropdown-item[data-v-23114be6] {
105
104
  font-size: 12px;
106
105
  line-height: 18px;
107
106
  }
108
107
  }
109
108
  @media (min-width: 601px) and (max-width: 840px) {
110
- .o-dropdown-item[data-v-0c07bf67] {
109
+ .o-dropdown-item[data-v-23114be6] {
111
110
  font-size: 12px;
112
111
  line-height: 18px;
113
112
  }
114
113
  }
115
114
  @media (max-width: 600px) {
116
- .o-dropdown-item[data-v-0c07bf67] {
115
+ .o-dropdown-item[data-v-23114be6] {
117
116
  font-size: 12px;
118
117
  line-height: 18px;
119
118
  }
120
119
  }
121
120
  @media (hover: hover) {
122
- .o-dropdown-item[data-v-0c07bf67]:hover {
121
+ .o-dropdown-item[data-v-23114be6]:hover {
123
122
  background: var(--o-color-control2-light);
124
123
  }
125
124
  }
126
- .o-dropdown-item[data-v-0c07bf67]:active {
125
+ .o-dropdown-item[data-v-23114be6]:active {
127
126
  color: var(--o-color-primary1);
128
127
  background: var(--o-color-control3-light);
129
128
  font-weight: 600;
130
129
  }
131
- .dropdown[data-v-0c07bf67] {
130
+ .dropdown[data-v-23114be6] {
132
131
  --dropdown-list-radius: var(--o-radius-xs);
133
132
  }
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./OHeaderSourceCode.vue2.mjs";
2
2
  import './OHeaderSourceCode.css';
3
3
  import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
4
- const _OHeaderSourceCode = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0c07bf67"]]);
4
+ const _OHeaderSourceCode = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-23114be6"]]);
5
5
  export {
6
6
  _OHeaderSourceCode as default
7
7
  };
@@ -42,6 +42,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
42
42
  trigger: "hover",
43
43
  optionPosition: "bottom",
44
44
  "option-wrap-class": "dropdown",
45
+ "option-width-mode": "auto",
45
46
  class: normalizeClass({ "dropdown-active": dropdownVisible.value }),
46
47
  onVisibleChange: visibleChange
47
48
  }, {