@ndscnj/roomkit-web-vue3 25.12.24167 → 25.12.24168

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 (31) hide show
  1. package/es/components/RoomFooter/index/index.d.ts +1 -1
  2. package/es/components/RoomFooter/index/indexH5.vue.d.ts +1 -1
  3. package/es/components/RoomFooter/index/indexH5.vue.mjs +1 -1
  4. package/es/components/RoomFooter/index/indexH5.vue2.mjs +2 -2
  5. package/es/components/RoomSidebar/indexPC.vue.d.ts +0 -1
  6. package/es/components/RoomSidebar/indexPC.vue.mjs +0 -3
  7. package/es/components/RoomVote/index.d.ts +2 -18
  8. package/es/components/RoomVote/indexH5.vue.d.ts +1 -1
  9. package/es/components/RoomVote/indexH5.vue.mjs +2 -2
  10. package/es/conference.vue.d.ts +0 -1
  11. package/es/conference.vue.mjs +1 -1
  12. package/es/conference.vue2.mjs +0 -3
  13. package/es/index.mjs +17 -17
  14. package/lib/components/RoomFooter/index/index.d.ts +1 -1
  15. package/lib/components/RoomFooter/index/indexH5.vue.d.ts +1 -1
  16. package/lib/components/RoomFooter/index/indexH5.vue.js +1 -1
  17. package/lib/components/RoomFooter/index/indexH5.vue2.js +2 -2
  18. package/lib/components/RoomSidebar/indexPC.vue.d.ts +0 -1
  19. package/lib/components/RoomSidebar/indexPC.vue.js +0 -3
  20. package/lib/components/RoomVote/index.d.ts +2 -18
  21. package/lib/components/RoomVote/indexH5.vue.d.ts +1 -1
  22. package/lib/components/RoomVote/indexH5.vue.js +2 -2
  23. package/lib/conference.vue.d.ts +0 -1
  24. package/lib/conference.vue.js +1 -1
  25. package/lib/conference.vue2.js +0 -3
  26. package/lib/index.js +17 -17
  27. package/package.json +1 -1
  28. package/src/TUIRoom/components/RoomFooter/index/indexH5.vue +2 -2
  29. package/src/TUIRoom/components/RoomSidebar/indexPC.vue +0 -3
  30. package/src/TUIRoom/components/RoomVote/indexH5.vue +1 -1
  31. package/src/TUIRoom/conference.vue +0 -3
@@ -27,7 +27,7 @@ declare const Index: ({
27
27
  "on-vote": (...args: any[]) => void;
28
28
  }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
29
29
  $slots: {
30
- contentH5?(_: {}): any;
30
+ content?(_: {}): any;
31
31
  };
32
32
  })) | ({
33
33
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
@@ -1,5 +1,5 @@
1
1
  declare function __VLS_template(): {
2
- contentH5?(_: {}): any;
2
+ content?(_: {}): any;
3
3
  };
4
4
  declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
5
  "show-overlay": (...args: any[]) => void;
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./indexH5.vue2.mjs";
2
2
  /* empty css */
3
3
  import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const indexH5 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-92597491"]]);
4
+ const indexH5 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-df7f3346"]]);
5
5
  export {
6
6
  indexH5 as default
7
7
  };
@@ -96,8 +96,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
96
96
  onClick: _cache[0] || (_cache[0] = ($event) => handleControlClick("voteControl")),
97
97
  onOnVote: onVote
98
98
  }, {
99
- contentH5: withCtx(() => [
100
- renderSlot(_ctx.$slots, "contentH5", {}, void 0, true)
99
+ content: withCtx(() => [
100
+ renderSlot(_ctx.$slots, "content", {}, void 0, true)
101
101
  ]),
102
102
  _: 3
103
103
  }),
@@ -1,6 +1,5 @@
1
1
  declare function __VLS_template(): {
2
2
  content?(_: {}): any;
3
- contentH5?(_: {}): any;
4
3
  };
5
4
  declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
5
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
@@ -27,9 +27,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
27
27
  content: withCtx(() => [
28
28
  renderSlot(_ctx.$slots, "content")
29
29
  ]),
30
- contentH5: withCtx(() => [
31
- renderSlot(_ctx.$slots, "contentH5")
32
- ]),
33
30
  _: 3
34
31
  })) : createCommentVNode("", true),
35
32
  unref(sidebarName) == "more" ? (openBlock(), createBlock(unref(Index$2), { key: 2 })) : createCommentVNode("", true),
@@ -1,20 +1,4 @@
1
- declare const Index: ({
2
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3
- P: {};
4
- B: {};
5
- D: {};
6
- C: {};
7
- M: {};
8
- Defaults: {};
9
- }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
10
- __isFragment?: never;
11
- __isTeleport?: never;
12
- __isSuspense?: never;
13
- } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
14
- $slots: {
15
- contentH5?(_: {}): any;
16
- };
17
- })) | ({
1
+ declare const Index: {
18
2
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
19
3
  P: {};
20
4
  B: {};
@@ -30,5 +14,5 @@ declare const Index: ({
30
14
  $slots: {
31
15
  content?(_: {}): any;
32
16
  };
33
- }));
17
+ });
34
18
  export default Index;
@@ -1,5 +1,5 @@
1
1
  declare function __VLS_template(): {
2
- contentH5?(_: {}): any;
2
+ content?(_: {}): any;
3
3
  };
4
4
  declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5
5
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
@@ -5,10 +5,10 @@ const _sfc_main = {};
5
5
  const _hoisted_1 = { class: "more-container" };
6
6
  function _sfc_render(_ctx, _cache) {
7
7
  return openBlock(), createElementBlock("div", _hoisted_1, [
8
- renderSlot(_ctx.$slots, "contentH5", {}, void 0, true)
8
+ renderSlot(_ctx.$slots, "content", {}, void 0, true)
9
9
  ]);
10
10
  }
11
- const indexH5 = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-6c9f3c67"]]);
11
+ const indexH5 = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-5d02e842"]]);
12
12
  export {
13
13
  indexH5 as default
14
14
  };
@@ -16,7 +16,6 @@ declare function enterRoom(options: {
16
16
  declare function resetStore(): void;
17
17
  declare function __VLS_template(): {
18
18
  content?(_: {}): any;
19
- contentH5?(_: {}): any;
20
19
  };
21
20
  declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
22
21
  displayMode: "permanent" | "wake-up";
@@ -2,7 +2,7 @@ import _sfc_main from "./conference.vue2.mjs";
2
2
  /* empty css */
3
3
  /* empty css */
4
4
  import _export_sfc from "./_virtual/_plugin-vue_export-helper.mjs";
5
- const ConferenceMainView = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5135c8c9"]]);
5
+ const ConferenceMainView = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3d7b72df"]]);
6
6
  export {
7
7
  ConferenceMainView as default
8
8
  };
@@ -281,9 +281,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
281
281
  content: withCtx(() => [
282
282
  renderSlot(_ctx.$slots, "content", {}, void 0, true)
283
283
  ]),
284
- contentH5: withCtx(() => [
285
- renderSlot(_ctx.$slots, "contentH5", {}, void 0, true)
286
- ]),
287
284
  _: 3
288
285
  }),
289
286
  createVNode(RoomSetting),
package/es/index.mjs CHANGED
@@ -3670,7 +3670,7 @@ to {
3670
3670
  }.ndsc-img-box[data-v-997feff9] {
3671
3671
  width: 24px;
3672
3672
  height: 24px;
3673
- }.footer-container[data-v-92597491] {
3673
+ }.footer-container[data-v-df7f3346] {
3674
3674
  position: absolute;
3675
3675
  bottom: 0;
3676
3676
  display: flex;
@@ -4954,17 +4954,17 @@ to {
4954
4954
  right: 0;
4955
4955
  z-index: 101;
4956
4956
  height: 100%;
4957
- }.more-container[data-v-6c9f3c67] {
4957
+ }.more-container[data-v-5d02e842] {
4958
4958
  padding: 20px;
4959
4959
  }
4960
- .more-container .more-title[data-v-6c9f3c67] {
4960
+ .more-container .more-title[data-v-5d02e842] {
4961
4961
  display: flex;
4962
4962
  align-items: center;
4963
4963
  }
4964
- .more-container .more-title .email-icon[data-v-6c9f3c67] {
4964
+ .more-container .more-title .email-icon[data-v-5d02e842] {
4965
4965
  color: var(--uikit-color-gray-7);
4966
4966
  }
4967
- .more-container .more-title .more-notice[data-v-6c9f3c67] {
4967
+ .more-container .more-title .more-notice[data-v-5d02e842] {
4968
4968
  width: 100%;
4969
4969
  height: 22px;
4970
4970
  padding-left: 8px;
@@ -4973,15 +4973,15 @@ to {
4973
4973
  line-height: 22px;
4974
4974
  color: var(--text-color-primary);
4975
4975
  }
4976
- .more-container .more-item[data-v-6c9f3c67] {
4976
+ .more-container .more-item[data-v-5d02e842] {
4977
4977
  position: relative;
4978
4978
  display: flex;
4979
4979
  flex-direction: column;
4980
4980
  }
4981
- .more-container .more-item[data-v-6c9f3c67]:not(:first-child) {
4981
+ .more-container .more-item[data-v-5d02e842]:not(:first-child) {
4982
4982
  margin-top: 20px;
4983
4983
  }
4984
- .more-container .more-item:not(:first-child) .item-title[data-v-6c9f3c67] {
4984
+ .more-container .more-item:not(:first-child) .item-title[data-v-5d02e842] {
4985
4985
  width: 100%;
4986
4986
  padding-bottom: 8px;
4987
4987
  font-size: 14px;
@@ -4989,7 +4989,7 @@ to {
4989
4989
  line-height: 22px;
4990
4990
  color: var(--text-color-primary);
4991
4991
  }
4992
- .more-container .more-item:not(:first-child) .more-content[data-v-6c9f3c67] {
4992
+ .more-container .more-item:not(:first-child) .more-content[data-v-5d02e842] {
4993
4993
  position: relative;
4994
4994
  box-sizing: border-box;
4995
4995
  display: inline-block;
@@ -5009,7 +5009,7 @@ to {
5009
5009
  background-color: var(--bg-color-input);
5010
5010
  border: 1px solid var(--stroke-color-module);
5011
5011
  }
5012
- .more-container .more-item:not(:first-child) .copy-icon[data-v-6c9f3c67] {
5012
+ .more-container .more-item:not(:first-child) .copy-icon[data-v-5d02e842] {
5013
5013
  position: absolute;
5014
5014
  top: 45px;
5015
5015
  right: 10px;
@@ -9111,7 +9111,7 @@ body, html {
9111
9111
  }
9112
9112
  .tui-room :not([class|=el]) {
9113
9113
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
9114
- }.tui-room[data-v-5135c8c9] {
9114
+ }.tui-room[data-v-3d7b72df] {
9115
9115
  position: relative;
9116
9116
  display: flex;
9117
9117
  flex-direction: column;
@@ -9123,7 +9123,7 @@ body, html {
9123
9123
  text-align: left;
9124
9124
  background-color: var(--bg-color-topbar);
9125
9125
  }
9126
- .tui-room .header[data-v-5135c8c9] {
9126
+ .tui-room .header[data-v-3d7b72df] {
9127
9127
  position: absolute;
9128
9128
  top: 0;
9129
9129
  left: 0;
@@ -9134,20 +9134,20 @@ body, html {
9134
9134
  border-bottom: 1px solid var(--stroke-color-primary);
9135
9135
  box-shadow: 0 1px 0 var(--uikit-color-black-8);
9136
9136
  }
9137
- .tui-room .content[data-v-5135c8c9] {
9137
+ .tui-room .content[data-v-3d7b72df] {
9138
9138
  position: absolute;
9139
9139
  top: 0;
9140
9140
  width: 100%;
9141
9141
  height: 100%;
9142
9142
  background-color: var(--bg-color-topbar);
9143
9143
  }
9144
- .tui-room.tui-room-h5[data-v-5135c8c9] {
9144
+ .tui-room.tui-room-h5[data-v-3d7b72df] {
9145
9145
  width: 100%;
9146
9146
  min-width: 350px;
9147
9147
  height: 100%;
9148
9148
  min-height: 525px;
9149
9149
  }
9150
- #roomContainer.chat-room[data-v-5135c8c9] {
9150
+ #roomContainer.chat-room[data-v-3d7b72df] {
9151
9151
  position: absolute;
9152
9152
  top: 0;
9153
9153
  right: 0;
@@ -9159,8 +9159,8 @@ body, html {
9159
9159
  margin: auto;
9160
9160
  border-radius: 10px;
9161
9161
  }
9162
- #roomContainer.tui-room-h5[data-v-5135c8c9],
9163
- #roomContainer .chat-room[data-v-5135c8c9] {
9162
+ #roomContainer.tui-room-h5[data-v-3d7b72df],
9163
+ #roomContainer .chat-room[data-v-3d7b72df] {
9164
9164
  width: 100%;
9165
9165
  height: 100%;
9166
9166
  }.user-info-container[data-v-9e9aff53] {
@@ -27,7 +27,7 @@ declare const Index: ({
27
27
  "on-vote": (...args: any[]) => void;
28
28
  }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
29
29
  $slots: {
30
- contentH5?(_: {}): any;
30
+ content?(_: {}): any;
31
31
  };
32
32
  })) | ({
33
33
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
@@ -1,5 +1,5 @@
1
1
  declare function __VLS_template(): {
2
- contentH5?(_: {}): any;
2
+ content?(_: {}): any;
3
3
  };
4
4
  declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
5
5
  "show-overlay": (...args: any[]) => void;
@@ -3,5 +3,5 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
3
3
  const indexH5_vue_vue_type_script_setup_true_lang = ;/* empty css */
4
4
  ;/* empty css */
5
5
  const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
6
- const indexH5 = /* @__PURE__ */ _pluginVue_exportHelper.default(indexH5_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-92597491"]]);
6
+ const indexH5 = /* @__PURE__ */ _pluginVue_exportHelper.default(indexH5_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-df7f3346"]]);
7
7
  exports.default = indexH5;
@@ -98,8 +98,8 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
98
98
  onClick: _cache[0] || (_cache[0] = ($event) => handleControlClick("voteControl")),
99
99
  onOnVote: onVote
100
100
  }, {
101
- contentH5: Vue.withCtx(() => [
102
- Vue.renderSlot(_ctx.$slots, "contentH5", {}, void 0, true)
101
+ content: Vue.withCtx(() => [
102
+ Vue.renderSlot(_ctx.$slots, "content", {}, void 0, true)
103
103
  ]),
104
104
  _: 3
105
105
  }),
@@ -1,6 +1,5 @@
1
1
  declare function __VLS_template(): {
2
2
  content?(_: {}): any;
3
- contentH5?(_: {}): any;
4
3
  };
5
4
  declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
5
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
@@ -29,9 +29,6 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
29
29
  content: Vue.withCtx(() => [
30
30
  Vue.renderSlot(_ctx.$slots, "content")
31
31
  ]),
32
- contentH5: Vue.withCtx(() => [
33
- Vue.renderSlot(_ctx.$slots, "contentH5")
34
- ]),
35
32
  _: 3
36
33
  })) : Vue.createCommentVNode("", true),
37
34
  Vue.unref(sidebarName) == "more" ? (Vue.openBlock(), Vue.createBlock(Vue.unref(index$2.default), { key: 2 })) : Vue.createCommentVNode("", true),
@@ -1,20 +1,4 @@
1
- declare const Index: ({
2
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
3
- P: {};
4
- B: {};
5
- D: {};
6
- C: {};
7
- M: {};
8
- Defaults: {};
9
- }, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
10
- __isFragment?: never;
11
- __isTeleport?: never;
12
- __isSuspense?: never;
13
- } & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
14
- $slots: {
15
- contentH5?(_: {}): any;
16
- };
17
- })) | ({
1
+ declare const Index: {
18
2
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
19
3
  P: {};
20
4
  B: {};
@@ -30,5 +14,5 @@ declare const Index: ({
30
14
  $slots: {
31
15
  content?(_: {}): any;
32
16
  };
33
- }));
17
+ });
34
18
  export default Index;
@@ -1,5 +1,5 @@
1
1
  declare function __VLS_template(): {
2
- contentH5?(_: {}): any;
2
+ content?(_: {}): any;
3
3
  };
4
4
  declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
5
5
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
@@ -7,8 +7,8 @@ const _sfc_main = {};
7
7
  const _hoisted_1 = { class: "more-container" };
8
8
  function _sfc_render(_ctx, _cache) {
9
9
  return Vue.openBlock(), Vue.createElementBlock("div", _hoisted_1, [
10
- Vue.renderSlot(_ctx.$slots, "contentH5", {}, void 0, true)
10
+ Vue.renderSlot(_ctx.$slots, "content", {}, void 0, true)
11
11
  ]);
12
12
  }
13
- const indexH5 = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-6c9f3c67"]]);
13
+ const indexH5 = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-5d02e842"]]);
14
14
  exports.default = indexH5;
@@ -16,7 +16,6 @@ declare function enterRoom(options: {
16
16
  declare function resetStore(): void;
17
17
  declare function __VLS_template(): {
18
18
  content?(_: {}): any;
19
- contentH5?(_: {}): any;
20
19
  };
21
20
  declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
22
21
  displayMode: "permanent" | "wake-up";
@@ -4,5 +4,5 @@ const conference_vue_vue_type_script_setup_true_lang = require("./conference.vue
4
4
  ;/* empty css */
5
5
  ;/* empty css */
6
6
  const _pluginVue_exportHelper = require("./_virtual/_plugin-vue_export-helper.js");
7
- const ConferenceMainView = /* @__PURE__ */ _pluginVue_exportHelper.default(conference_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-5135c8c9"]]);
7
+ const ConferenceMainView = /* @__PURE__ */ _pluginVue_exportHelper.default(conference_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-3d7b72df"]]);
8
8
  exports.default = ConferenceMainView;
@@ -283,9 +283,6 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
283
283
  content: Vue.withCtx(() => [
284
284
  Vue.renderSlot(_ctx.$slots, "content", {}, void 0, true)
285
285
  ]),
286
- contentH5: Vue.withCtx(() => [
287
- Vue.renderSlot(_ctx.$slots, "contentH5", {}, void 0, true)
288
- ]),
289
286
  _: 3
290
287
  }),
291
288
  Vue.createVNode(index$4.default),
package/lib/index.js CHANGED
@@ -3670,7 +3670,7 @@ to {
3670
3670
  }.ndsc-img-box[data-v-997feff9] {
3671
3671
  width: 24px;
3672
3672
  height: 24px;
3673
- }.footer-container[data-v-92597491] {
3673
+ }.footer-container[data-v-df7f3346] {
3674
3674
  position: absolute;
3675
3675
  bottom: 0;
3676
3676
  display: flex;
@@ -4954,17 +4954,17 @@ to {
4954
4954
  right: 0;
4955
4955
  z-index: 101;
4956
4956
  height: 100%;
4957
- }.more-container[data-v-6c9f3c67] {
4957
+ }.more-container[data-v-5d02e842] {
4958
4958
  padding: 20px;
4959
4959
  }
4960
- .more-container .more-title[data-v-6c9f3c67] {
4960
+ .more-container .more-title[data-v-5d02e842] {
4961
4961
  display: flex;
4962
4962
  align-items: center;
4963
4963
  }
4964
- .more-container .more-title .email-icon[data-v-6c9f3c67] {
4964
+ .more-container .more-title .email-icon[data-v-5d02e842] {
4965
4965
  color: var(--uikit-color-gray-7);
4966
4966
  }
4967
- .more-container .more-title .more-notice[data-v-6c9f3c67] {
4967
+ .more-container .more-title .more-notice[data-v-5d02e842] {
4968
4968
  width: 100%;
4969
4969
  height: 22px;
4970
4970
  padding-left: 8px;
@@ -4973,15 +4973,15 @@ to {
4973
4973
  line-height: 22px;
4974
4974
  color: var(--text-color-primary);
4975
4975
  }
4976
- .more-container .more-item[data-v-6c9f3c67] {
4976
+ .more-container .more-item[data-v-5d02e842] {
4977
4977
  position: relative;
4978
4978
  display: flex;
4979
4979
  flex-direction: column;
4980
4980
  }
4981
- .more-container .more-item[data-v-6c9f3c67]:not(:first-child) {
4981
+ .more-container .more-item[data-v-5d02e842]:not(:first-child) {
4982
4982
  margin-top: 20px;
4983
4983
  }
4984
- .more-container .more-item:not(:first-child) .item-title[data-v-6c9f3c67] {
4984
+ .more-container .more-item:not(:first-child) .item-title[data-v-5d02e842] {
4985
4985
  width: 100%;
4986
4986
  padding-bottom: 8px;
4987
4987
  font-size: 14px;
@@ -4989,7 +4989,7 @@ to {
4989
4989
  line-height: 22px;
4990
4990
  color: var(--text-color-primary);
4991
4991
  }
4992
- .more-container .more-item:not(:first-child) .more-content[data-v-6c9f3c67] {
4992
+ .more-container .more-item:not(:first-child) .more-content[data-v-5d02e842] {
4993
4993
  position: relative;
4994
4994
  box-sizing: border-box;
4995
4995
  display: inline-block;
@@ -5009,7 +5009,7 @@ to {
5009
5009
  background-color: var(--bg-color-input);
5010
5010
  border: 1px solid var(--stroke-color-module);
5011
5011
  }
5012
- .more-container .more-item:not(:first-child) .copy-icon[data-v-6c9f3c67] {
5012
+ .more-container .more-item:not(:first-child) .copy-icon[data-v-5d02e842] {
5013
5013
  position: absolute;
5014
5014
  top: 45px;
5015
5015
  right: 10px;
@@ -9111,7 +9111,7 @@ body, html {
9111
9111
  }
9112
9112
  .tui-room :not([class|=el]) {
9113
9113
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
9114
- }.tui-room[data-v-5135c8c9] {
9114
+ }.tui-room[data-v-3d7b72df] {
9115
9115
  position: relative;
9116
9116
  display: flex;
9117
9117
  flex-direction: column;
@@ -9123,7 +9123,7 @@ body, html {
9123
9123
  text-align: left;
9124
9124
  background-color: var(--bg-color-topbar);
9125
9125
  }
9126
- .tui-room .header[data-v-5135c8c9] {
9126
+ .tui-room .header[data-v-3d7b72df] {
9127
9127
  position: absolute;
9128
9128
  top: 0;
9129
9129
  left: 0;
@@ -9134,20 +9134,20 @@ body, html {
9134
9134
  border-bottom: 1px solid var(--stroke-color-primary);
9135
9135
  box-shadow: 0 1px 0 var(--uikit-color-black-8);
9136
9136
  }
9137
- .tui-room .content[data-v-5135c8c9] {
9137
+ .tui-room .content[data-v-3d7b72df] {
9138
9138
  position: absolute;
9139
9139
  top: 0;
9140
9140
  width: 100%;
9141
9141
  height: 100%;
9142
9142
  background-color: var(--bg-color-topbar);
9143
9143
  }
9144
- .tui-room.tui-room-h5[data-v-5135c8c9] {
9144
+ .tui-room.tui-room-h5[data-v-3d7b72df] {
9145
9145
  width: 100%;
9146
9146
  min-width: 350px;
9147
9147
  height: 100%;
9148
9148
  min-height: 525px;
9149
9149
  }
9150
- #roomContainer.chat-room[data-v-5135c8c9] {
9150
+ #roomContainer.chat-room[data-v-3d7b72df] {
9151
9151
  position: absolute;
9152
9152
  top: 0;
9153
9153
  right: 0;
@@ -9159,8 +9159,8 @@ body, html {
9159
9159
  margin: auto;
9160
9160
  border-radius: 10px;
9161
9161
  }
9162
- #roomContainer.tui-room-h5[data-v-5135c8c9],
9163
- #roomContainer .chat-room[data-v-5135c8c9] {
9162
+ #roomContainer.tui-room-h5[data-v-3d7b72df],
9163
+ #roomContainer .chat-room[data-v-3d7b72df] {
9164
9164
  width: 100%;
9165
9165
  height: 100%;
9166
9166
  }.user-info-container[data-v-9e9aff53] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndscnj/roomkit-web-vue3",
3
- "version": "25.12.24167",
3
+ "version": "25.12.24168",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.mjs",
6
6
  "types": "./es/index.d.ts",
@@ -15,8 +15,8 @@
15
15
  @click="handleControlClick('voteControl')"
16
16
  @on-vote="onVote"
17
17
  >
18
- <template #contentH5>
19
- <slot name="contentH5"></slot>
18
+ <template #content>
19
+ <slot name="content"></slot>
20
20
  </template>
21
21
  </voteControl>
22
22
  <chat-control
@@ -12,9 +12,6 @@
12
12
  <template #content>
13
13
  <slot name="content"></slot>
14
14
  </template>
15
- <template #contentH5>
16
- <slot name="contentH5"></slot>
17
- </template>
18
15
  </room-vote>
19
16
  <room-more v-if="sidebarName == 'more'" />
20
17
  <manage-member v-if="sidebarName == 'manage-member'" />
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class="more-container">
3
- <slot name="contentH5"></slot>
3
+ <slot name="content"></slot>
4
4
  </div>
5
5
  </template>
6
6
 
@@ -23,9 +23,6 @@
23
23
  <template #content>
24
24
  <slot name="content"></slot>
25
25
  </template>
26
- <template #contentH5>
27
- <slot name="contentH5"></slot>
28
- </template>
29
26
  </room-sidebar>
30
27
  <room-setting />
31
28
  <room-overlay />