@ndscnj/roomkit-web-vue3 25.12.24111 → 25.12.24121
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/RoomFooter/voteControl/useVoteControlHooks.mjs +1 -1
- package/es/components/RoomVote/indexPC.vue.mjs +1 -1
- package/es/components/RoomVote/indexPC.vue2.mjs +1 -1
- package/es/constants/icon.d.ts +0 -2
- package/es/constants/icon.mjs +0 -2
- package/es/index.mjs +9 -9
- package/lib/components/RoomFooter/voteControl/useVoteControlHooks.js +1 -1
- package/lib/components/RoomVote/indexPC.vue.js +1 -1
- package/lib/components/RoomVote/indexPC.vue2.js +1 -1
- package/lib/constants/icon.d.ts +0 -2
- package/lib/constants/icon.js +0 -2
- package/lib/index.js +9 -9
- package/package.json +1 -1
- package/src/TUIRoom/components/RoomFooter/voteControl/useVoteControlHooks.ts +1 -1
- package/src/TUIRoom/components/RoomVote/indexPC.vue +1 -1
- package/src/TUIRoom/constants/icon.ts +0 -2
|
@@ -8,7 +8,7 @@ function useControl() {
|
|
|
8
8
|
const basicStore = useBasicStore();
|
|
9
9
|
const { sidebarName } = storeToRefs(basicStore);
|
|
10
10
|
const iconName = computed(
|
|
11
|
-
() => sidebarName.value === "vote" ? ICON_NAME.
|
|
11
|
+
() => sidebarName.value === "vote" ? ICON_NAME.MoreActive : ICON_NAME.More
|
|
12
12
|
);
|
|
13
13
|
return {
|
|
14
14
|
t,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./indexPC.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const indexPC = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const indexPC = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c82f5e3c"]]);
|
|
5
5
|
export {
|
|
6
6
|
indexPC as default
|
|
7
7
|
};
|
|
@@ -12,7 +12,7 @@ const _hoisted_5 = { class: "item-title" };
|
|
|
12
12
|
const _hoisted_6 = { class: "more-item" };
|
|
13
13
|
const _hoisted_7 = { class: "item-title" };
|
|
14
14
|
const _hoisted_8 = { class: "more-content" };
|
|
15
|
-
const _hoisted_9 = { class: "
|
|
15
|
+
const _hoisted_9 = { class: "more-item" };
|
|
16
16
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
17
17
|
__name: "indexPC",
|
|
18
18
|
setup(__props) {
|
package/es/constants/icon.d.ts
CHANGED
package/es/constants/icon.mjs
CHANGED
|
@@ -20,8 +20,6 @@ var ICON_NAME = /* @__PURE__ */ ((ICON_NAME2) => {
|
|
|
20
20
|
ICON_NAME2["ManageMember"] = "manage-member";
|
|
21
21
|
ICON_NAME2["More"] = "more";
|
|
22
22
|
ICON_NAME2["MoreActive"] = "more-active";
|
|
23
|
-
ICON_NAME2["Vote"] = "vote";
|
|
24
|
-
ICON_NAME2["VoteActive"] = "vote-active";
|
|
25
23
|
ICON_NAME2["SettingActive"] = "setting-active";
|
|
26
24
|
ICON_NAME2["Setting"] = "setting";
|
|
27
25
|
ICON_NAME2["LineArrowUp"] = "line-arrow-up";
|
package/es/index.mjs
CHANGED
|
@@ -5075,17 +5075,17 @@ to {
|
|
|
5075
5075
|
font-size: 16px;
|
|
5076
5076
|
font-weight: 400;
|
|
5077
5077
|
text-align: end;
|
|
5078
|
-
}.more-container[data-v-
|
|
5078
|
+
}.more-container[data-v-c82f5e3c] {
|
|
5079
5079
|
padding: 20px;
|
|
5080
5080
|
}
|
|
5081
|
-
.more-container .more-title[data-v-
|
|
5081
|
+
.more-container .more-title[data-v-c82f5e3c] {
|
|
5082
5082
|
display: flex;
|
|
5083
5083
|
align-items: center;
|
|
5084
5084
|
}
|
|
5085
|
-
.more-container .more-title .email-icon[data-v-
|
|
5085
|
+
.more-container .more-title .email-icon[data-v-c82f5e3c] {
|
|
5086
5086
|
color: var(--uikit-color-gray-7);
|
|
5087
5087
|
}
|
|
5088
|
-
.more-container .more-title .more-notice[data-v-
|
|
5088
|
+
.more-container .more-title .more-notice[data-v-c82f5e3c] {
|
|
5089
5089
|
width: 100%;
|
|
5090
5090
|
height: 22px;
|
|
5091
5091
|
padding-left: 8px;
|
|
@@ -5094,15 +5094,15 @@ to {
|
|
|
5094
5094
|
line-height: 22px;
|
|
5095
5095
|
color: var(--text-color-primary);
|
|
5096
5096
|
}
|
|
5097
|
-
.more-container .more-item[data-v-
|
|
5097
|
+
.more-container .more-item[data-v-c82f5e3c] {
|
|
5098
5098
|
position: relative;
|
|
5099
5099
|
display: flex;
|
|
5100
5100
|
flex-direction: column;
|
|
5101
5101
|
}
|
|
5102
|
-
.more-container .more-item[data-v-
|
|
5102
|
+
.more-container .more-item[data-v-c82f5e3c]:not(:first-child) {
|
|
5103
5103
|
margin-top: 20px;
|
|
5104
5104
|
}
|
|
5105
|
-
.more-container .more-item:not(:first-child) .item-title[data-v-
|
|
5105
|
+
.more-container .more-item:not(:first-child) .item-title[data-v-c82f5e3c] {
|
|
5106
5106
|
width: 100%;
|
|
5107
5107
|
padding-bottom: 8px;
|
|
5108
5108
|
font-size: 14px;
|
|
@@ -5110,7 +5110,7 @@ to {
|
|
|
5110
5110
|
line-height: 22px;
|
|
5111
5111
|
color: var(--text-color-primary);
|
|
5112
5112
|
}
|
|
5113
|
-
.more-container .more-item:not(:first-child) .more-content[data-v-
|
|
5113
|
+
.more-container .more-item:not(:first-child) .more-content[data-v-c82f5e3c] {
|
|
5114
5114
|
position: relative;
|
|
5115
5115
|
box-sizing: border-box;
|
|
5116
5116
|
display: inline-block;
|
|
@@ -5130,7 +5130,7 @@ to {
|
|
|
5130
5130
|
background-color: var(--bg-color-input);
|
|
5131
5131
|
border: 1px solid var(--stroke-color-module);
|
|
5132
5132
|
}
|
|
5133
|
-
.more-container .more-item:not(:first-child) .copy-icon[data-v-
|
|
5133
|
+
.more-container .more-item:not(:first-child) .copy-icon[data-v-c82f5e3c] {
|
|
5134
5134
|
position: absolute;
|
|
5135
5135
|
top: 45px;
|
|
5136
5136
|
right: 10px;
|
|
@@ -10,7 +10,7 @@ function useControl() {
|
|
|
10
10
|
const basicStore = basic.useBasicStore();
|
|
11
11
|
const { sidebarName } = pinia.storeToRefs(basicStore);
|
|
12
12
|
const iconName = Vue.computed(
|
|
13
|
-
() => sidebarName.value === "vote" ? icon.ICON_NAME.
|
|
13
|
+
() => sidebarName.value === "vote" ? icon.ICON_NAME.MoreActive : icon.ICON_NAME.More
|
|
14
14
|
);
|
|
15
15
|
return {
|
|
16
16
|
t,
|
|
@@ -3,5 +3,5 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const indexPC_vue_vue_type_script_setup_true_lang = require("./indexPC.vue2.js");
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
-
const indexPC = /* @__PURE__ */ _pluginVue_exportHelper.default(indexPC_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-
|
|
6
|
+
const indexPC = /* @__PURE__ */ _pluginVue_exportHelper.default(indexPC_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-c82f5e3c"]]);
|
|
7
7
|
exports.default = indexPC;
|
|
@@ -14,7 +14,7 @@ const _hoisted_5 = { class: "item-title" };
|
|
|
14
14
|
const _hoisted_6 = { class: "more-item" };
|
|
15
15
|
const _hoisted_7 = { class: "item-title" };
|
|
16
16
|
const _hoisted_8 = { class: "more-content" };
|
|
17
|
-
const _hoisted_9 = { class: "
|
|
17
|
+
const _hoisted_9 = { class: "more-item" };
|
|
18
18
|
const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
19
19
|
__name: "indexPC",
|
|
20
20
|
setup(__props) {
|
package/lib/constants/icon.d.ts
CHANGED
package/lib/constants/icon.js
CHANGED
|
@@ -22,8 +22,6 @@ var ICON_NAME = /* @__PURE__ */ ((ICON_NAME2) => {
|
|
|
22
22
|
ICON_NAME2["ManageMember"] = "manage-member";
|
|
23
23
|
ICON_NAME2["More"] = "more";
|
|
24
24
|
ICON_NAME2["MoreActive"] = "more-active";
|
|
25
|
-
ICON_NAME2["Vote"] = "vote";
|
|
26
|
-
ICON_NAME2["VoteActive"] = "vote-active";
|
|
27
25
|
ICON_NAME2["SettingActive"] = "setting-active";
|
|
28
26
|
ICON_NAME2["Setting"] = "setting";
|
|
29
27
|
ICON_NAME2["LineArrowUp"] = "line-arrow-up";
|
package/lib/index.js
CHANGED
|
@@ -5075,17 +5075,17 @@ to {
|
|
|
5075
5075
|
font-size: 16px;
|
|
5076
5076
|
font-weight: 400;
|
|
5077
5077
|
text-align: end;
|
|
5078
|
-
}.more-container[data-v-
|
|
5078
|
+
}.more-container[data-v-c82f5e3c] {
|
|
5079
5079
|
padding: 20px;
|
|
5080
5080
|
}
|
|
5081
|
-
.more-container .more-title[data-v-
|
|
5081
|
+
.more-container .more-title[data-v-c82f5e3c] {
|
|
5082
5082
|
display: flex;
|
|
5083
5083
|
align-items: center;
|
|
5084
5084
|
}
|
|
5085
|
-
.more-container .more-title .email-icon[data-v-
|
|
5085
|
+
.more-container .more-title .email-icon[data-v-c82f5e3c] {
|
|
5086
5086
|
color: var(--uikit-color-gray-7);
|
|
5087
5087
|
}
|
|
5088
|
-
.more-container .more-title .more-notice[data-v-
|
|
5088
|
+
.more-container .more-title .more-notice[data-v-c82f5e3c] {
|
|
5089
5089
|
width: 100%;
|
|
5090
5090
|
height: 22px;
|
|
5091
5091
|
padding-left: 8px;
|
|
@@ -5094,15 +5094,15 @@ to {
|
|
|
5094
5094
|
line-height: 22px;
|
|
5095
5095
|
color: var(--text-color-primary);
|
|
5096
5096
|
}
|
|
5097
|
-
.more-container .more-item[data-v-
|
|
5097
|
+
.more-container .more-item[data-v-c82f5e3c] {
|
|
5098
5098
|
position: relative;
|
|
5099
5099
|
display: flex;
|
|
5100
5100
|
flex-direction: column;
|
|
5101
5101
|
}
|
|
5102
|
-
.more-container .more-item[data-v-
|
|
5102
|
+
.more-container .more-item[data-v-c82f5e3c]:not(:first-child) {
|
|
5103
5103
|
margin-top: 20px;
|
|
5104
5104
|
}
|
|
5105
|
-
.more-container .more-item:not(:first-child) .item-title[data-v-
|
|
5105
|
+
.more-container .more-item:not(:first-child) .item-title[data-v-c82f5e3c] {
|
|
5106
5106
|
width: 100%;
|
|
5107
5107
|
padding-bottom: 8px;
|
|
5108
5108
|
font-size: 14px;
|
|
@@ -5110,7 +5110,7 @@ to {
|
|
|
5110
5110
|
line-height: 22px;
|
|
5111
5111
|
color: var(--text-color-primary);
|
|
5112
5112
|
}
|
|
5113
|
-
.more-container .more-item:not(:first-child) .more-content[data-v-
|
|
5113
|
+
.more-container .more-item:not(:first-child) .more-content[data-v-c82f5e3c] {
|
|
5114
5114
|
position: relative;
|
|
5115
5115
|
box-sizing: border-box;
|
|
5116
5116
|
display: inline-block;
|
|
@@ -5130,7 +5130,7 @@ to {
|
|
|
5130
5130
|
background-color: var(--bg-color-input);
|
|
5131
5131
|
border: 1px solid var(--stroke-color-module);
|
|
5132
5132
|
}
|
|
5133
|
-
.more-container .more-item:not(:first-child) .copy-icon[data-v-
|
|
5133
|
+
.more-container .more-item:not(:first-child) .copy-icon[data-v-c82f5e3c] {
|
|
5134
5134
|
position: absolute;
|
|
5135
5135
|
top: 45px;
|
|
5136
5136
|
right: 10px;
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@ export default function useControl() {
|
|
|
11
11
|
const { sidebarName } = storeToRefs(basicStore);
|
|
12
12
|
|
|
13
13
|
const iconName = computed(() =>
|
|
14
|
-
sidebarName.value === 'vote' ? ICON_NAME.
|
|
14
|
+
sidebarName.value === 'vote' ? ICON_NAME.MoreActive : ICON_NAME.More
|
|
15
15
|
);
|
|
16
16
|
|
|
17
17
|
return {
|