@ndscnj/roomkit-web-vue3 25.11.1813 → 25.11.1818

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.
@@ -0,0 +1,7 @@
1
+ {
2
+ "vue3snippets.enable-compile-vue-file-on-did-save-code": false,
3
+ "search.exclude": {
4
+ "**/dist": true,
5
+ "**/node_modules": true
6
+ },
7
+ }
@@ -1,7 +1,7 @@
1
1
  import _sfc_main from "./MoreControlH5.vue2.mjs";
2
2
  /* empty css */
3
3
  import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
4
- const MoreControlH5 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e6771dcb"]]);
4
+ const MoreControlH5 = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e2487c4a"]]);
5
5
  export {
6
6
  MoreControlH5 as default
7
7
  };
@@ -16,6 +16,7 @@ import "../../../utils/environment.mjs";
16
16
  import "mitt";
17
17
  import "../../../services/manager/roomActionManager.mjs";
18
18
  import "@tencentcloud/tui-core";
19
+ import AIControl from "../AIControl.vue.mjs";
19
20
  const _hoisted_1 = {
20
21
  key: 0,
21
22
  class: "more-control-container"
@@ -88,6 +89,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
88
89
  createVNode(InviteControl, {
89
90
  onShowOverlay: handleShowOverlay,
90
91
  onClick: _cache[2] || (_cache[2] = ($event) => handleControlClick("inviteControl"))
92
+ }),
93
+ createVNode(AIControl, {
94
+ onClick: _cache[3] || (_cache[3] = ($event) => handleControlClick("AIControl"))
91
95
  })
92
96
  ]),
93
97
  withDirectives((openBlock(), createElementBlock("div", _hoisted_3, [
package/es/index.mjs CHANGED
@@ -3597,7 +3597,36 @@ to {
3597
3597
  width: 100vw;
3598
3598
  height: auto;
3599
3599
  background-color: var(--uikit-color-black-8);
3600
- }.show-more-content[data-v-e6771dcb] {
3600
+ }.tool-box[data-v-34681937] {
3601
+ position: absolute;
3602
+ bottom: 72px;
3603
+ z-index: 2;
3604
+ display: flex;
3605
+ flex-direction: column;
3606
+ align-items: center;
3607
+ justify-content: center;
3608
+ padding: 5px 0;
3609
+ border-radius: 15px;
3610
+ background-color: var(--bg-color-dialog);
3611
+ box-shadow: 0 -8px 30p var(--uikit-color-black-8);
3612
+ }
3613
+ .tool-box .tool-box-item[data-v-34681937] {
3614
+ display: flex;
3615
+ align-items: center;
3616
+ justify-content: flex-start;
3617
+ width: 100%;
3618
+ padding: 7px 10px;
3619
+ font-size: 12px;
3620
+ white-space: nowrap;
3621
+ cursor: pointer;
3622
+ }
3623
+ .tool-box .tool-box-item .icon[data-v-34681937] {
3624
+ margin-right: 8px;
3625
+ }
3626
+ .tool-box .tool-box-item[data-v-34681937]:hover {
3627
+ border-radius: 8px;
3628
+ background-color: var(--list-color-hover);
3629
+ }.show-more-content[data-v-e2487c4a] {
3601
3630
  position: absolute;
3602
3631
  bottom: 15px;
3603
3632
  left: 5%;
@@ -3605,11 +3634,11 @@ to {
3605
3634
  height: 17vh;
3606
3635
  padding: 10px;
3607
3636
  border-radius: 13px;
3608
- animation-name: popup-e6771dcb;
3637
+ animation-name: popup-e2487c4a;
3609
3638
  animation-duration: 200ms;
3610
3639
  background-color: var(--bg-color-operate);
3611
3640
  }
3612
- @keyframes popup-e6771dcb {
3641
+ @keyframes popup-e2487c4a {
3613
3642
  from {
3614
3643
  bottom: 0;
3615
3644
  }
@@ -3617,10 +3646,10 @@ to {
3617
3646
  bottom: 15px;
3618
3647
  }
3619
3648
  }
3620
- .control-compent[data-v-e6771dcb] {
3649
+ .control-compent[data-v-e2487c4a] {
3621
3650
  display: flex;
3622
3651
  }
3623
- .close[data-v-e6771dcb] {
3652
+ .close[data-v-e2487c4a] {
3624
3653
  position: relative;
3625
3654
  top: 10%;
3626
3655
  display: flex;
@@ -3752,35 +3781,6 @@ to {
3752
3781
  padding: 1rem;
3753
3782
  margin-top: 10px;
3754
3783
  border-radius: 8px;
3755
- }.tool-box[data-v-34681937] {
3756
- position: absolute;
3757
- bottom: 72px;
3758
- z-index: 2;
3759
- display: flex;
3760
- flex-direction: column;
3761
- align-items: center;
3762
- justify-content: center;
3763
- padding: 5px 0;
3764
- border-radius: 15px;
3765
- background-color: var(--bg-color-dialog);
3766
- box-shadow: 0 -8px 30p var(--uikit-color-black-8);
3767
- }
3768
- .tool-box .tool-box-item[data-v-34681937] {
3769
- display: flex;
3770
- align-items: center;
3771
- justify-content: flex-start;
3772
- width: 100%;
3773
- padding: 7px 10px;
3774
- font-size: 12px;
3775
- white-space: nowrap;
3776
- cursor: pointer;
3777
- }
3778
- .tool-box .tool-box-item .icon[data-v-34681937] {
3779
- margin-right: 8px;
3780
- }
3781
- .tool-box .tool-box-item[data-v-34681937]:hover {
3782
- border-radius: 8px;
3783
- background-color: var(--list-color-hover);
3784
3784
  }.test-preview[data-v-21a63691] {
3785
3785
  position: relative;
3786
3786
  box-sizing: border-box;
@@ -3,5 +3,5 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
3
3
  const MoreControlH5_vue_vue_type_script_setup_true_lang = require("./MoreControlH5.vue2.js");
4
4
  ;/* empty css */
5
5
  const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.js");
6
- const MoreControlH5 = /* @__PURE__ */ _pluginVue_exportHelper.default(MoreControlH5_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-e6771dcb"]]);
6
+ const MoreControlH5 = /* @__PURE__ */ _pluginVue_exportHelper.default(MoreControlH5_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-e2487c4a"]]);
7
7
  exports.default = MoreControlH5;
@@ -18,6 +18,7 @@ require("../../../utils/environment.js");
18
18
  require("mitt");
19
19
  require("../../../services/manager/roomActionManager.js");
20
20
  require("@tencentcloud/tui-core");
21
+ const AIControl = require("../AIControl.vue.js");
21
22
  const _hoisted_1 = {
22
23
  key: 0,
23
24
  class: "more-control-container"
@@ -90,6 +91,9 @@ const _sfc_main = /* @__PURE__ */ Vue.defineComponent({
90
91
  Vue.createVNode(InviteControl.default, {
91
92
  onShowOverlay: handleShowOverlay,
92
93
  onClick: _cache[2] || (_cache[2] = ($event) => handleControlClick("inviteControl"))
94
+ }),
95
+ Vue.createVNode(AIControl.default, {
96
+ onClick: _cache[3] || (_cache[3] = ($event) => handleControlClick("AIControl"))
93
97
  })
94
98
  ]),
95
99
  Vue.withDirectives((Vue.openBlock(), Vue.createElementBlock("div", _hoisted_3, [
package/lib/index.js CHANGED
@@ -3597,7 +3597,36 @@ to {
3597
3597
  width: 100vw;
3598
3598
  height: auto;
3599
3599
  background-color: var(--uikit-color-black-8);
3600
- }.show-more-content[data-v-e6771dcb] {
3600
+ }.tool-box[data-v-34681937] {
3601
+ position: absolute;
3602
+ bottom: 72px;
3603
+ z-index: 2;
3604
+ display: flex;
3605
+ flex-direction: column;
3606
+ align-items: center;
3607
+ justify-content: center;
3608
+ padding: 5px 0;
3609
+ border-radius: 15px;
3610
+ background-color: var(--bg-color-dialog);
3611
+ box-shadow: 0 -8px 30p var(--uikit-color-black-8);
3612
+ }
3613
+ .tool-box .tool-box-item[data-v-34681937] {
3614
+ display: flex;
3615
+ align-items: center;
3616
+ justify-content: flex-start;
3617
+ width: 100%;
3618
+ padding: 7px 10px;
3619
+ font-size: 12px;
3620
+ white-space: nowrap;
3621
+ cursor: pointer;
3622
+ }
3623
+ .tool-box .tool-box-item .icon[data-v-34681937] {
3624
+ margin-right: 8px;
3625
+ }
3626
+ .tool-box .tool-box-item[data-v-34681937]:hover {
3627
+ border-radius: 8px;
3628
+ background-color: var(--list-color-hover);
3629
+ }.show-more-content[data-v-e2487c4a] {
3601
3630
  position: absolute;
3602
3631
  bottom: 15px;
3603
3632
  left: 5%;
@@ -3605,11 +3634,11 @@ to {
3605
3634
  height: 17vh;
3606
3635
  padding: 10px;
3607
3636
  border-radius: 13px;
3608
- animation-name: popup-e6771dcb;
3637
+ animation-name: popup-e2487c4a;
3609
3638
  animation-duration: 200ms;
3610
3639
  background-color: var(--bg-color-operate);
3611
3640
  }
3612
- @keyframes popup-e6771dcb {
3641
+ @keyframes popup-e2487c4a {
3613
3642
  from {
3614
3643
  bottom: 0;
3615
3644
  }
@@ -3617,10 +3646,10 @@ to {
3617
3646
  bottom: 15px;
3618
3647
  }
3619
3648
  }
3620
- .control-compent[data-v-e6771dcb] {
3649
+ .control-compent[data-v-e2487c4a] {
3621
3650
  display: flex;
3622
3651
  }
3623
- .close[data-v-e6771dcb] {
3652
+ .close[data-v-e2487c4a] {
3624
3653
  position: relative;
3625
3654
  top: 10%;
3626
3655
  display: flex;
@@ -3752,35 +3781,6 @@ to {
3752
3781
  padding: 1rem;
3753
3782
  margin-top: 10px;
3754
3783
  border-radius: 8px;
3755
- }.tool-box[data-v-34681937] {
3756
- position: absolute;
3757
- bottom: 72px;
3758
- z-index: 2;
3759
- display: flex;
3760
- flex-direction: column;
3761
- align-items: center;
3762
- justify-content: center;
3763
- padding: 5px 0;
3764
- border-radius: 15px;
3765
- background-color: var(--bg-color-dialog);
3766
- box-shadow: 0 -8px 30p var(--uikit-color-black-8);
3767
- }
3768
- .tool-box .tool-box-item[data-v-34681937] {
3769
- display: flex;
3770
- align-items: center;
3771
- justify-content: flex-start;
3772
- width: 100%;
3773
- padding: 7px 10px;
3774
- font-size: 12px;
3775
- white-space: nowrap;
3776
- cursor: pointer;
3777
- }
3778
- .tool-box .tool-box-item .icon[data-v-34681937] {
3779
- margin-right: 8px;
3780
- }
3781
- .tool-box .tool-box-item[data-v-34681937]:hover {
3782
- border-radius: 8px;
3783
- background-color: var(--list-color-hover);
3784
3784
  }.test-preview[data-v-21a63691] {
3785
3785
  position: relative;
3786
3786
  box-sizing: border-box;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndscnj/roomkit-web-vue3",
3
- "version": "25.11.1813",
3
+ "version": "25.11.1818",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.mjs",
6
6
  "types": "./es/index.d.ts",
@@ -20,6 +20,9 @@
20
20
  @show-overlay="handleShowOverlay"
21
21
  @click="handleControlClick('inviteControl')"
22
22
  />
23
+ <AIControl
24
+ @click="handleControlClick('AIControl')"
25
+ />
23
26
  </div>
24
27
  <div v-tap="handleCancelControl" class="close">{{ t('Cancel') }}</div>
25
28
  </div>
@@ -37,6 +40,7 @@ import { useRoomStore } from '../../../stores/room';
37
40
  import bus from '../../../hooks/useMitt';
38
41
  import vTap from '../../../directives/vTap';
39
42
  import { roomService } from '../../../services';
43
+ import AIControl from '../AIControl.vue';
40
44
 
41
45
  const moreControlConfig = roomService.getComponentConfig('MoreControl');
42
46
  const showMoreContent = ref(false);