@ndscnj/roomkit-web-vue3 25.11.1819 → 25.11.1915
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/es/components/common/Logo.vue.mjs +1 -1
- package/es/components/common/Logo.vue2.mjs +7 -1
- package/es/index.mjs +9 -9
- package/lib/components/common/Logo.vue.js +1 -1
- package/lib/components/common/Logo.vue2.js +6 -0
- package/lib/index.js +9 -9
- package/package.json +1 -1
- package/src/TUIRoom/components/common/Logo.vue +6 -6
- package/.vscode/settings.json +0 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./Logo.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const Logo = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const Logo = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-26a07a4c"]]);
|
|
5
5
|
export {
|
|
6
6
|
Logo as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, computed, createElementBlock, openBlock, createCommentVNode, unref, createVNode, createElementVNode, normalizeClass } from "vue";
|
|
1
|
+
import { defineComponent, computed, createElementBlock, openBlock, createCommentVNode, unref, createTextVNode, createVNode, createElementVNode, normalizeClass } from "vue";
|
|
2
2
|
import { useUIKit, IconLogoOfPCInChineseBlack, IconLogoOfPCInChineseWhite, IconLogoOfMobileInChinese, IconLogoTitleOfMobileInChinese, IconLogoInEnglish, IconLogoTitleInEnglish } from "@tencentcloud/uikit-base-component-vue3";
|
|
3
3
|
import i18n from "../../locales/index.mjs";
|
|
4
4
|
import { isMobile } from "../../utils/environment.mjs";
|
|
@@ -30,18 +30,22 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
30
30
|
return (_ctx, _cache) => {
|
|
31
31
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
32
32
|
!unref(isMobile) && isZH.value && isDarkTheme.value ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
|
33
|
+
_cache[0] || (_cache[0] = createTextVNode(" 11", -1)),
|
|
33
34
|
createVNode(unref(IconLogoOfPCInChineseBlack), { style: { "width": "484px", "height": "63px" } })
|
|
34
35
|
])) : createCommentVNode("", true),
|
|
35
36
|
!unref(isMobile) && isZH.value && isLightTheme.value ? (openBlock(), createElementBlock("div", _hoisted_3, [
|
|
37
|
+
_cache[1] || (_cache[1] = createTextVNode(" 22", -1)),
|
|
36
38
|
createVNode(unref(IconLogoOfPCInChineseWhite), { style: { "width": "484px", "height": "63px" } })
|
|
37
39
|
])) : createCommentVNode("", true),
|
|
38
40
|
unref(isMobile) && isZH.value ? (openBlock(), createElementBlock("div", _hoisted_4, [
|
|
39
41
|
createElementVNode("span", {
|
|
40
42
|
class: normalizeClass(["logo", isLightTheme.value ? "light" : "dark"])
|
|
41
43
|
}, [
|
|
44
|
+
_cache[2] || (_cache[2] = createTextVNode(" 33", -1)),
|
|
42
45
|
createVNode(unref(IconLogoOfMobileInChinese), { style: { "width": "136px", "height": "36px" } })
|
|
43
46
|
], 2),
|
|
44
47
|
createElementVNode("span", _hoisted_5, [
|
|
48
|
+
_cache[3] || (_cache[3] = createTextVNode(" 44", -1)),
|
|
45
49
|
createVNode(unref(IconLogoTitleOfMobileInChinese), { style: { "width": "144px", "height": "23px" } })
|
|
46
50
|
])
|
|
47
51
|
])) : createCommentVNode("", true),
|
|
@@ -50,11 +54,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
50
54
|
class: normalizeClass(["pc-en-logo", { mobile: unref(isMobile) }])
|
|
51
55
|
}, [
|
|
52
56
|
createElementVNode("span", _hoisted_6, [
|
|
57
|
+
_cache[4] || (_cache[4] = createTextVNode(" 5", -1)),
|
|
53
58
|
createVNode(unref(IconLogoInEnglish), { style: { "width": "68px", "height": "63px" } })
|
|
54
59
|
]),
|
|
55
60
|
createElementVNode("span", {
|
|
56
61
|
class: normalizeClass(["title", isLightTheme.value ? "light" : "dark"])
|
|
57
62
|
}, [
|
|
63
|
+
_cache[5] || (_cache[5] = createTextVNode(" 6", -1)),
|
|
58
64
|
createVNode(unref(IconLogoTitleInEnglish), { style: { "width": "271px", "height": "35px" } })
|
|
59
65
|
], 2)
|
|
60
66
|
], 2)) : createCommentVNode("", true)
|
package/es/index.mjs
CHANGED
|
@@ -10509,34 +10509,34 @@ body, html {
|
|
|
10509
10509
|
}
|
|
10510
10510
|
.room-control-main[data-v-dc7f2445] {
|
|
10511
10511
|
display: flex;
|
|
10512
|
-
}.pc-en-logo[data-v-
|
|
10512
|
+
}.pc-en-logo[data-v-26a07a4c] {
|
|
10513
10513
|
display: flex;
|
|
10514
10514
|
align-items: center;
|
|
10515
10515
|
transform: scale(0.9);
|
|
10516
10516
|
}
|
|
10517
|
-
.pc-en-logo .title[data-v-
|
|
10517
|
+
.pc-en-logo .title[data-v-26a07a4c] {
|
|
10518
10518
|
margin-left: 10px;
|
|
10519
10519
|
}
|
|
10520
|
-
.pc-en-logo .white[data-v-
|
|
10520
|
+
.pc-en-logo .white[data-v-26a07a4c] {
|
|
10521
10521
|
color: var(--uikit-color-black-2);
|
|
10522
10522
|
}
|
|
10523
|
-
.pc-en-logo .black[data-v-
|
|
10523
|
+
.pc-en-logo .black[data-v-26a07a4c] {
|
|
10524
10524
|
color: var(--uikit-color-white-2);
|
|
10525
10525
|
}
|
|
10526
|
-
.pc-en-logo.mobile[data-v-
|
|
10526
|
+
.pc-en-logo.mobile[data-v-26a07a4c] {
|
|
10527
10527
|
transform: scale(0.6);
|
|
10528
10528
|
}
|
|
10529
|
-
.mobile-zh-logo[data-v-
|
|
10529
|
+
.mobile-zh-logo[data-v-26a07a4c] {
|
|
10530
10530
|
display: flex;
|
|
10531
10531
|
flex-direction: column;
|
|
10532
10532
|
}
|
|
10533
|
-
.mobile-zh-logo .logo[data-v-
|
|
10533
|
+
.mobile-zh-logo .logo[data-v-26a07a4c] {
|
|
10534
10534
|
margin-bottom: 7px;
|
|
10535
10535
|
}
|
|
10536
|
-
.mobile-zh-logo .white[data-v-
|
|
10536
|
+
.mobile-zh-logo .white[data-v-26a07a4c] {
|
|
10537
10537
|
color: var(--uikit-color-black-1);
|
|
10538
10538
|
}
|
|
10539
|
-
.mobile-zh-logo .black[data-v-
|
|
10539
|
+
.mobile-zh-logo .black[data-v-26a07a4c] {
|
|
10540
10540
|
color: var(--uikit-color-white-1);
|
|
10541
10541
|
}:root[tui-theme-mode=dark],
|
|
10542
10542
|
.tui-theme-dark {
|
|
@@ -3,5 +3,5 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const Logo_vue_vue_type_script_setup_true_lang = require("./Logo.vue2.js");
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
-
const Logo = /* @__PURE__ */ _pluginVue_exportHelper.default(Logo_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-
|
|
6
|
+
const Logo = /* @__PURE__ */ _pluginVue_exportHelper.default(Logo_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-26a07a4c"]]);
|
|
7
7
|
exports.default = Logo;
|
|
@@ -32,18 +32,22 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
32
32
|
return (_ctx, _cache) => {
|
|
33
33
|
return Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
|
|
34
34
|
!Vue.unref(environment.isMobile) && isZH.value && isDarkTheme.value ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_2, [
|
|
35
|
+
_cache[0] || (_cache[0] = Vue.createTextVNode(" 11", -1)),
|
|
35
36
|
Vue.createVNode(Vue.unref(uikitBaseComponentVue3.IconLogoOfPCInChineseBlack), { style: { "width": "484px", "height": "63px" } })
|
|
36
37
|
])) : Vue.createCommentVNode("", true),
|
|
37
38
|
!Vue.unref(environment.isMobile) && isZH.value && isLightTheme.value ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_3, [
|
|
39
|
+
_cache[1] || (_cache[1] = Vue.createTextVNode(" 22", -1)),
|
|
38
40
|
Vue.createVNode(Vue.unref(uikitBaseComponentVue3.IconLogoOfPCInChineseWhite), { style: { "width": "484px", "height": "63px" } })
|
|
39
41
|
])) : Vue.createCommentVNode("", true),
|
|
40
42
|
Vue.unref(environment.isMobile) && isZH.value ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_4, [
|
|
41
43
|
Vue.createElementVNode("span", {
|
|
42
44
|
class: Vue.normalizeClass(["logo", isLightTheme.value ? "light" : "dark"])
|
|
43
45
|
}, [
|
|
46
|
+
_cache[2] || (_cache[2] = Vue.createTextVNode(" 33", -1)),
|
|
44
47
|
Vue.createVNode(Vue.unref(uikitBaseComponentVue3.IconLogoOfMobileInChinese), { style: { "width": "136px", "height": "36px" } })
|
|
45
48
|
], 2),
|
|
46
49
|
Vue.createElementVNode("span", _hoisted_5, [
|
|
50
|
+
_cache[3] || (_cache[3] = Vue.createTextVNode(" 44", -1)),
|
|
47
51
|
Vue.createVNode(Vue.unref(uikitBaseComponentVue3.IconLogoTitleOfMobileInChinese), { style: { "width": "144px", "height": "23px" } })
|
|
48
52
|
])
|
|
49
53
|
])) : Vue.createCommentVNode("", true),
|
|
@@ -52,11 +56,13 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
52
56
|
class: Vue.normalizeClass(["pc-en-logo", { mobile: Vue.unref(environment.isMobile) }])
|
|
53
57
|
}, [
|
|
54
58
|
Vue.createElementVNode("span", _hoisted_6, [
|
|
59
|
+
_cache[4] || (_cache[4] = Vue.createTextVNode(" 5", -1)),
|
|
55
60
|
Vue.createVNode(Vue.unref(uikitBaseComponentVue3.IconLogoInEnglish), { style: { "width": "68px", "height": "63px" } })
|
|
56
61
|
]),
|
|
57
62
|
Vue.createElementVNode("span", {
|
|
58
63
|
class: Vue.normalizeClass(["title", isLightTheme.value ? "light" : "dark"])
|
|
59
64
|
}, [
|
|
65
|
+
_cache[5] || (_cache[5] = Vue.createTextVNode(" 6", -1)),
|
|
60
66
|
Vue.createVNode(Vue.unref(uikitBaseComponentVue3.IconLogoTitleInEnglish), { style: { "width": "271px", "height": "35px" } })
|
|
61
67
|
], 2)
|
|
62
68
|
], 2)) : Vue.createCommentVNode("", true)
|
package/lib/index.js
CHANGED
|
@@ -10509,34 +10509,34 @@ body, html {
|
|
|
10509
10509
|
}
|
|
10510
10510
|
.room-control-main[data-v-dc7f2445] {
|
|
10511
10511
|
display: flex;
|
|
10512
|
-
}.pc-en-logo[data-v-
|
|
10512
|
+
}.pc-en-logo[data-v-26a07a4c] {
|
|
10513
10513
|
display: flex;
|
|
10514
10514
|
align-items: center;
|
|
10515
10515
|
transform: scale(0.9);
|
|
10516
10516
|
}
|
|
10517
|
-
.pc-en-logo .title[data-v-
|
|
10517
|
+
.pc-en-logo .title[data-v-26a07a4c] {
|
|
10518
10518
|
margin-left: 10px;
|
|
10519
10519
|
}
|
|
10520
|
-
.pc-en-logo .white[data-v-
|
|
10520
|
+
.pc-en-logo .white[data-v-26a07a4c] {
|
|
10521
10521
|
color: var(--uikit-color-black-2);
|
|
10522
10522
|
}
|
|
10523
|
-
.pc-en-logo .black[data-v-
|
|
10523
|
+
.pc-en-logo .black[data-v-26a07a4c] {
|
|
10524
10524
|
color: var(--uikit-color-white-2);
|
|
10525
10525
|
}
|
|
10526
|
-
.pc-en-logo.mobile[data-v-
|
|
10526
|
+
.pc-en-logo.mobile[data-v-26a07a4c] {
|
|
10527
10527
|
transform: scale(0.6);
|
|
10528
10528
|
}
|
|
10529
|
-
.mobile-zh-logo[data-v-
|
|
10529
|
+
.mobile-zh-logo[data-v-26a07a4c] {
|
|
10530
10530
|
display: flex;
|
|
10531
10531
|
flex-direction: column;
|
|
10532
10532
|
}
|
|
10533
|
-
.mobile-zh-logo .logo[data-v-
|
|
10533
|
+
.mobile-zh-logo .logo[data-v-26a07a4c] {
|
|
10534
10534
|
margin-bottom: 7px;
|
|
10535
10535
|
}
|
|
10536
|
-
.mobile-zh-logo .white[data-v-
|
|
10536
|
+
.mobile-zh-logo .white[data-v-26a07a4c] {
|
|
10537
10537
|
color: var(--uikit-color-black-1);
|
|
10538
10538
|
}
|
|
10539
|
-
.mobile-zh-logo .black[data-v-
|
|
10539
|
+
.mobile-zh-logo .black[data-v-26a07a4c] {
|
|
10540
10540
|
color: var(--uikit-color-white-1);
|
|
10541
10541
|
}:root[tui-theme-mode=dark],
|
|
10542
10542
|
.tui-theme-dark {
|
package/package.json
CHANGED
|
@@ -3,28 +3,28 @@
|
|
|
3
3
|
<div class="logo-container">
|
|
4
4
|
<!-- Logo under Chinese black theme on PC -->
|
|
5
5
|
<div v-if="!isMobile && isZH && isDarkTheme">
|
|
6
|
-
<IconLogoOfPCInChineseBlack style="width: 484px; height: 63px" />
|
|
6
|
+
11<IconLogoOfPCInChineseBlack style="width: 484px; height: 63px" />
|
|
7
7
|
</div>
|
|
8
8
|
<!-- Logo under Chinese white theme on PC -->
|
|
9
9
|
<div v-if="!isMobile && isZH && isLightTheme">
|
|
10
|
-
<IconLogoOfPCInChineseWhite style="width: 484px; height: 63px" />
|
|
10
|
+
22<IconLogoOfPCInChineseWhite style="width: 484px; height: 63px" />
|
|
11
11
|
</div>
|
|
12
12
|
<!-- Mobile Chinese black and white theme logo -->
|
|
13
13
|
<div v-if="isMobile && isZH" class="mobile-zh-logo">
|
|
14
14
|
<span class="logo" :class="isLightTheme ? 'light' : 'dark'">
|
|
15
|
-
<IconLogoOfMobileInChinese style="width: 136px; height: 36px" />
|
|
15
|
+
33<IconLogoOfMobileInChinese style="width: 136px; height: 36px" />
|
|
16
16
|
</span>
|
|
17
17
|
<span class="title">
|
|
18
|
-
<IconLogoTitleOfMobileInChinese style="width: 144px; height: 23px" />
|
|
18
|
+
44<IconLogoTitleOfMobileInChinese style="width: 144px; height: 23px" />
|
|
19
19
|
</span>
|
|
20
20
|
</div>
|
|
21
21
|
<!-- English black and white theme logo -->
|
|
22
22
|
<div v-if="isEN" :class="['pc-en-logo', { mobile: isMobile }]">
|
|
23
23
|
<span class="logo">
|
|
24
|
-
<IconLogoInEnglish style="width: 68px; height: 63px" />
|
|
24
|
+
5<IconLogoInEnglish style="width: 68px; height: 63px" />
|
|
25
25
|
</span>
|
|
26
26
|
<span class="title" :class="isLightTheme ? 'light' : 'dark'">
|
|
27
|
-
<IconLogoTitleInEnglish style="width: 271px; height: 35px" />
|
|
27
|
+
6<IconLogoTitleInEnglish style="width: 271px; height: 35px" />
|
|
28
28
|
</span>
|
|
29
29
|
</div>
|
|
30
30
|
</div>
|