@ndscnj/roomkit-web-vue3 25.12.2317 → 25.12.2318
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.vue.mjs +1 -1
- package/es/components/RoomFooter/voteControl.vue2.mjs +3 -2
- package/es/index.mjs +4 -4
- package/lib/components/RoomFooter/voteControl.vue.js +1 -1
- package/lib/components/RoomFooter/voteControl.vue2.js +2 -1
- package/lib/index.js +4 -4
- package/package.json +1 -1
- package/src/TUIRoom/components/RoomFooter/voteControl.vue +2 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import _sfc_main from "./voteControl.vue2.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const voteControl = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
4
|
+
const voteControl = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-63c91660"]]);
|
|
5
5
|
export {
|
|
6
6
|
voteControl as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, computed, ref, watch, resolveComponent, createElementBlock, openBlock, createVNode, createTextVNode, createCommentVNode, unref, withCtx, renderSlot } from "vue";
|
|
1
|
+
import { defineComponent, computed, ref, watch, resolveComponent, createElementBlock, openBlock, createVNode, createTextVNode, createElementVNode, createCommentVNode, unref, withCtx, toDisplayString, renderSlot } from "vue";
|
|
2
2
|
import "../../services/main.mjs";
|
|
3
3
|
import { roomService } from "../../services/roomService.mjs";
|
|
4
4
|
import { useI18n } from "../../locales/index.mjs";
|
|
@@ -46,7 +46,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
46
46
|
]),
|
|
47
47
|
_: 1
|
|
48
48
|
}, 8, ["is-active", "title"]),
|
|
49
|
-
|
|
49
|
+
createTextVNode(" " + toDisplayString(sidebarName.value) + " ", 1),
|
|
50
|
+
createElementVNode("div", { onClick: toggleToolBox }, "测试"),
|
|
50
51
|
!isSidebarOpen.value && showToolBox.value ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
|
51
52
|
_cache[0] || (_cache[0] = createTextVNode(" 123 ", -1)),
|
|
52
53
|
renderSlot(_ctx.$slots, "content", {}, void 0, true)
|
package/es/index.mjs
CHANGED
|
@@ -3928,17 +3928,17 @@ to {
|
|
|
3928
3928
|
}
|
|
3929
3929
|
.footer .mirror-container .mirror-text[data-v-21a63691] {
|
|
3930
3930
|
margin-left: 4px;
|
|
3931
|
-
}.more-container[data-v-
|
|
3931
|
+
}.more-container[data-v-63c91660] {
|
|
3932
3932
|
padding: 20px;
|
|
3933
3933
|
}
|
|
3934
|
-
.more-container .more-title[data-v-
|
|
3934
|
+
.more-container .more-title[data-v-63c91660] {
|
|
3935
3935
|
display: flex;
|
|
3936
3936
|
align-items: center;
|
|
3937
3937
|
}
|
|
3938
|
-
.more-container .more-title .email-icon[data-v-
|
|
3938
|
+
.more-container .more-title .email-icon[data-v-63c91660] {
|
|
3939
3939
|
color: var(--uikit-color-gray-7);
|
|
3940
3940
|
}
|
|
3941
|
-
.more-container .more-title .more-notice[data-v-
|
|
3941
|
+
.more-container .more-title .more-notice[data-v-63c91660] {
|
|
3942
3942
|
width: 100%;
|
|
3943
3943
|
height: 22px;
|
|
3944
3944
|
padding-left: 8px;
|
|
@@ -3,5 +3,5 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
3
3
|
const voteControl_vue_vue_type_script_setup_true_lang = require("./voteControl.vue2.js");
|
|
4
4
|
;/* empty css */
|
|
5
5
|
const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.js");
|
|
6
|
-
const voteControl = /* @__PURE__ */ _pluginVue_exportHelper.default(voteControl_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-
|
|
6
|
+
const voteControl = /* @__PURE__ */ _pluginVue_exportHelper.default(voteControl_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-63c91660"]]);
|
|
7
7
|
exports.default = voteControl;
|
|
@@ -48,7 +48,8 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
|
|
|
48
48
|
]),
|
|
49
49
|
_: 1
|
|
50
50
|
}, 8, ["is-active", "title"]),
|
|
51
|
-
|
|
51
|
+
Vue.createTextVNode(" " + Vue.toDisplayString(sidebarName.value) + " ", 1),
|
|
52
|
+
Vue.createElementVNode("div", { onClick: toggleToolBox }, "测试"),
|
|
52
53
|
!isSidebarOpen.value && showToolBox.value ? (Vue.openBlock(), Vue.createElementBlock("div", _hoisted_2, [
|
|
53
54
|
_cache[0] || (_cache[0] = Vue.createTextVNode(" 123 ", -1)),
|
|
54
55
|
Vue.renderSlot(_ctx.$slots, "content", {}, void 0, true)
|
package/lib/index.js
CHANGED
|
@@ -3928,17 +3928,17 @@ to {
|
|
|
3928
3928
|
}
|
|
3929
3929
|
.footer .mirror-container .mirror-text[data-v-21a63691] {
|
|
3930
3930
|
margin-left: 4px;
|
|
3931
|
-
}.more-container[data-v-
|
|
3931
|
+
}.more-container[data-v-63c91660] {
|
|
3932
3932
|
padding: 20px;
|
|
3933
3933
|
}
|
|
3934
|
-
.more-container .more-title[data-v-
|
|
3934
|
+
.more-container .more-title[data-v-63c91660] {
|
|
3935
3935
|
display: flex;
|
|
3936
3936
|
align-items: center;
|
|
3937
3937
|
}
|
|
3938
|
-
.more-container .more-title .email-icon[data-v-
|
|
3938
|
+
.more-container .more-title .email-icon[data-v-63c91660] {
|
|
3939
3939
|
color: var(--uikit-color-gray-7);
|
|
3940
3940
|
}
|
|
3941
|
-
.more-container .more-title .more-notice[data-v-
|
|
3941
|
+
.more-container .more-title .more-notice[data-v-63c91660] {
|
|
3942
3942
|
width: 100%;
|
|
3943
3943
|
height: 22px;
|
|
3944
3944
|
padding-left: 8px;
|
package/package.json
CHANGED