tuikit-atomicx-vue3-electron 5.2.0 → 5.5.2
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/dist/MacStreamMixer.vue_vue_type_script_setup_true_lang-BeNTMZyC.js +19 -0
- package/dist/{PopoverPortal-B7N-pGov.js → PopoverPortal-nJsrGZUW.js} +3 -3
- package/dist/{PopoverTrigger-DzlaAqA8.js → PopoverTrigger-Bg_y6JlN.js} +4 -4
- package/dist/PopperContent-CmYjRIH-.js +1613 -0
- package/dist/{Teleport-BhkMBOa1.js → Teleport-D2CjOiy1.js} +288 -283
- package/dist/WinStreamMixer.vue_vue_type_script_setup_true_lang-ucLl-qYa.js +21 -0
- package/dist/baseComp/Modal/Modal.js +3 -3
- package/dist/components/AudioSetting/AudioSettingTab.js +63 -57
- package/dist/components/AudioSettingPanel/i18n/en-US/index.d.ts +1 -0
- package/dist/components/AudioSettingPanel/i18n/en-US/index.js +2 -1
- package/dist/components/AudioSettingPanel/i18n/zh-CN/index.d.ts +1 -0
- package/dist/components/AudioSettingPanel/i18n/zh-CN/index.js +2 -1
- package/dist/components/AudioSettingPanel/index.js +84 -81
- package/dist/components/BarrageInput/BarrageInput.js +74 -33
- package/dist/components/BarrageInput/BarrageInput.vue.d.ts +8 -2
- package/dist/components/BarrageInput/EmojiPicker/EmojiPicker.js +57 -52
- package/dist/components/BarrageInput/EmojiPicker/EmojiPicker.vue.d.ts +31 -5
- package/dist/components/BarrageInput/TextEditor/CharacterCountExtension.js +1 -1
- package/dist/components/BarrageInput/TextEditor/EditorCore.js +4 -4
- package/dist/components/BarrageInput/index.d.ts +102 -0
- package/dist/components/CoGuestPanel/CoGuestPanel.js +5 -5
- package/dist/components/LiveAudienceList/UserActionMenu.js +97 -8
- package/dist/components/LiveAudienceList/UserActionMenu.vue.d.ts +20 -1
- package/dist/components/LiveScenePanel/LiveSceneSelect.js +70 -58
- package/dist/components/LiveScenePanel/MaterialItem.js +120 -93
- package/dist/components/LiveScenePanel/MaterialItem.vue.d.ts +6 -0
- package/dist/components/LiveScenePanel/ScreenShareSettingDialog.js +98 -79
- package/dist/components/LiveScenePanel/index.js +134 -126
- package/dist/components/LiveView/index.js +1 -1
- package/dist/components/MessageInput/AttachmentPicker/index.js +2 -2
- package/dist/components/MessageInput/EmojiPicker/EmojiPicker.js +2 -2
- package/dist/components/MessageInput/TextEditor/EditorCore.js +1 -1
- package/dist/components/MessageInput/TextEditor/extensions/MentionSuggestion.js +3 -3
- package/dist/components/MessageInput/TextEditor/extensions/characterCountExtension.js +1 -1
- package/dist/components/MessageInput/TextEditor/extensions/emojiExtension.js +1 -1
- package/dist/components/MessageInput/TextEditor/extensions/enterKeyExtension.js +1 -1
- package/dist/components/MessageInput/TextEditor/extensions/imageExtension.js +2 -2
- package/dist/components/MessageInput/TextEditor/extensions/mentionExtension.js +2 -2
- package/dist/components/MessageInput/TextEditor/index.js +1 -1
- package/dist/components/MessageList/Message/MessageLayout/MessageActionDropdown/MessageActionDropdown.js +474 -443
- package/dist/components/StreamMixer/MacStreamMixer.js +4 -0
- package/dist/components/StreamMixer/MacStreamMixer.vue.d.ts +2 -0
- package/dist/components/StreamMixer/StreamLayoutService.d.ts +48 -0
- package/dist/components/StreamMixer/StreamLayoutService.js +231 -0
- package/dist/components/StreamMixer/WinLocalMixer.js +108 -0
- package/dist/components/StreamMixer/WinLocalMixer.vue.d.ts +39 -0
- package/dist/components/StreamMixer/WinStreamMixer.js +4 -0
- package/dist/components/StreamMixer/WinStreamMixer.vue.d.ts +39 -0
- package/dist/components/StreamMixer/index.d.ts +24 -1
- package/dist/components/StreamMixer/index.js +21 -20
- package/dist/components/StreamMixer/index.vue.d.ts +20 -1
- package/dist/components/StreamMixer/type.d.ts +25 -0
- package/dist/components/StreamMixer/type.js +5 -0
- package/dist/components/UIKitModal/UIKitModal.js +13 -13
- package/dist/directives/vClickOutside.d.ts +4 -4
- package/dist/directives/vClickOutside.js +12 -10
- package/dist/index-BJxsL7SE.js +44 -0
- package/dist/{index-YbHvjtXO.js → index-BJzB8Znv.js} +132 -132
- package/dist/{index-DiEAFirT.js → index-Bk7LGSZN.js} +25 -25
- package/dist/{index-Gf2pbvPq.js → index-CfMkDUeC.js} +1 -1
- package/dist/{index-DrcR7ySA.js → index-DTVv0sBs.js} +1 -1
- package/dist/locales/en-US.d.ts +1 -0
- package/dist/locales/en-US.js +1 -0
- package/dist/locales/zh-CN.d.ts +1 -0
- package/dist/locales/zh-CN.js +1 -0
- package/dist/states/DeviceState/DeviceState.js +62 -58
- package/dist/states/LiveMonitorState/api/http.js +845 -756
- package/dist/states/LoginState.js +70 -40
- package/dist/states/RoomParticipantState/store.js +10 -10
- package/dist/states/VideoMixerState/VideoMixerState.d.ts +11 -12
- package/dist/states/VideoMixerState/VideoMixerState.js +242 -159
- package/dist/styles/index.css +1 -1
- package/dist/useId-DhQaWqDZ.js +16 -0
- package/dist/utils/env.js +1 -1
- package/dist/utils/environment.d.ts +1 -0
- package/dist/utils/environment.js +12 -11
- package/dist/utils/logger.d.ts +15 -0
- package/dist/utils/logger.js +38 -0
- package/dist/utils/riseInput.js +3 -3
- package/dist/utils/speakerTestUrl.d.ts +1 -0
- package/dist/utils/speakerTestUrl.js +7 -0
- package/dist/{utils-BNhwmGRs.js → utils-u82JEWvd.js} +1 -1
- package/package.json +4 -4
- package/src/components/AudioSetting/AudioSettingTab.vue +15 -7
- package/src/components/AudioSettingPanel/i18n/en-US/index.ts +1 -0
- package/src/components/AudioSettingPanel/i18n/zh-CN/index.ts +1 -0
- package/src/components/AudioSettingPanel/index.vue +20 -12
- package/src/components/BarrageInput/BarrageInput.vue +93 -5
- package/src/components/BarrageInput/EmojiPicker/EmojiPicker.module.scss +14 -1
- package/src/components/BarrageInput/EmojiPicker/EmojiPicker.vue +37 -11
- package/src/components/CoGuestPanel/CoGuestPanel.vue +1 -1
- package/src/components/LiveAudienceList/UserActionMenu.vue +205 -198
- package/src/components/LiveScenePanel/LiveSceneSelect.vue +59 -22
- package/src/components/LiveScenePanel/MaterialItem.vue +93 -37
- package/src/components/LiveScenePanel/ScreenShareSettingDialog.vue +41 -9
- package/src/components/LiveScenePanel/index.vue +18 -1
- package/src/components/LiveView/index.vue +1 -0
- package/src/components/StreamMixer/MacStreamMixer.vue +13 -0
- package/src/components/StreamMixer/StreamLayoutService.ts +462 -0
- package/src/components/StreamMixer/WinLocalMixer.vue +208 -0
- package/src/components/StreamMixer/WinStreamMixer.vue +26 -0
- package/src/components/StreamMixer/index.ts +3 -0
- package/src/components/StreamMixer/index.vue +35 -8
- package/src/components/StreamMixer/type.ts +30 -0
- package/src/directives/vClickOutside.ts +19 -12
- package/src/locales/en-US.ts +1 -0
- package/src/locales/zh-CN.ts +1 -0
- package/src/utils/environment.ts +3 -0
- package/src/utils/logger.ts +46 -0
- package/src/utils/speakerTestUrl.ts +8 -0
- package/dist/PopperContent--eLQxkob.js +0 -1614
- package/dist/index-CeQ4nl87.js +0 -44
- package/dist/useId-xVC9kPCb.js +0 -12
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { defineComponent as o, openBlock as r, createBlock as t, unref as i, withCtx as c, createVNode as l, normalizeStyle as n } from "vue";
|
|
2
|
+
import { LiveCoreView as a } from "./components/LiveView/index.js";
|
|
3
|
+
import m from "./components/StreamMixer/LocalMixer/index.js";
|
|
4
|
+
const d = /* @__PURE__ */ o({
|
|
5
|
+
__name: "MacStreamMixer",
|
|
6
|
+
setup(_) {
|
|
7
|
+
return (p, s) => (r(), t(i(a), { "ignore-local-video": !0 }, {
|
|
8
|
+
localVideo: c(({ style: e }) => [
|
|
9
|
+
l(m, {
|
|
10
|
+
style: n(e)
|
|
11
|
+
}, null, 8, ["style"])
|
|
12
|
+
]),
|
|
13
|
+
_: 1
|
|
14
|
+
}));
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
export {
|
|
18
|
+
d as _
|
|
19
|
+
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { c as D, a as k, r as A, u as b, F as N, D as E, b as R, d as I, e as M, T as $ } from "./Teleport-
|
|
2
|
-
import { a as K, u as L, b as j, c as z, d as w } from "./PopperContent
|
|
3
|
-
import { u as T } from "./useId-
|
|
1
|
+
import { c as D, a as k, r as A, u as b, F as N, D as E, b as R, d as I, e as M, T as $ } from "./Teleport-D2CjOiy1.js";
|
|
2
|
+
import { a as K, u as L, b as j, c as z, d as w } from "./PopperContent-CmYjRIH-.js";
|
|
3
|
+
import { u as T } from "./useId-DhQaWqDZ.js";
|
|
4
4
|
import { defineComponent as m, toRefs as U, ref as P, openBlock as c, createBlock as v, unref as e, withCtx as f, renderSlot as g, createVNode as h, mergeProps as _, withModifiers as C, normalizeProps as x, guardReactiveProps as W } from "vue";
|
|
5
5
|
const [B, V] = D("PopoverRoot");
|
|
6
6
|
var G = /* @__PURE__ */ m({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { u as l, P as a } from "./Teleport-
|
|
2
|
-
import { u as d } from "./useId-
|
|
3
|
-
import { P as u } from "./PopperContent
|
|
4
|
-
import { i as c } from "./PopoverPortal-
|
|
1
|
+
import { u as l, P as a } from "./Teleport-D2CjOiy1.js";
|
|
2
|
+
import { u as d } from "./useId-DhQaWqDZ.js";
|
|
3
|
+
import { P as u } from "./PopperContent-CmYjRIH-.js";
|
|
4
|
+
import { i as c } from "./PopoverPortal-nJsrGZUW.js";
|
|
5
5
|
import { defineComponent as g, onMounted as f, openBlock as m, createBlock as v, resolveDynamicComponent as _, unref as r, withCtx as t, createVNode as h, renderSlot as P } from "vue";
|
|
6
6
|
var C = /* @__PURE__ */ g({
|
|
7
7
|
__name: "PopoverTrigger",
|