tuikit-atomicx-vue3-electron 6.3.0 → 6.5.0
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/{PopoverPortal-Bsu4OkTw.js → PopoverPortal-D3PwlINJ.js} +1 -1
- package/dist/{PopoverTrigger-B0P8xvIa.js → PopoverTrigger-DzxGZ264.js} +2 -2
- package/dist/PopperContent-B9GCu70V.js +1636 -0
- package/dist/baseComp/Dialog/DialogPC.js +7 -7
- package/dist/baseComp/Option/OptionPC.js +16 -16
- package/dist/baseComp/Select/SelectPC.js +6 -6
- package/dist/components/BarrageInput/EmojiPicker/EmojiPicker.js +2 -2
- package/dist/components/BarrageInput/TextEditor/CharacterCountExtension.js +1 -1
- package/dist/components/BarrageInput/TextEditor/EditorCore.js +4 -4
- package/dist/components/ConversationList/ConversationListContent/ConversationListContent.js +4 -4
- package/dist/components/ConversationList/ConversationListHeader/ConversationListHeader.js +8 -8
- package/dist/components/LiveView/index.js +82 -82
- 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 +2 -2
- 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 +2 -2
- package/dist/components/UserList/UserListContent/index.js +6 -9
- package/dist/i18n/manifest.json +2 -2
- package/dist/{index-BQwnly3M.js → index-Bo0Z3dnJ.js} +1 -1
- package/dist/{index-BbugaLDf.js → index-ClzSj4B3.js} +179 -176
- package/dist/{index-BI6SFIuK.js → index-DJq2tCGq.js} +261 -251
- package/dist/{index-DlEoDVjd.js → index-DZolKUEv.js} +1 -1
- package/dist/states/VideoMixerState/VideoMixerState.js +216 -199
- package/package.json +4 -4
- package/dist/PopperContent-z1T-iFrf.js +0 -1665
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { c as D, a as A, r as k, u as b, F as N, D as E, b as R, d as I, e as M, T as $ } from "./Teleport-DEZ3r-DL.js";
|
|
2
|
-
import { a as K, u as L, b as j, c as z, d as w } from "./PopperContent-
|
|
2
|
+
import { a as K, u as L, b as j, c as z, d as w } from "./PopperContent-B9GCu70V.js";
|
|
3
3
|
import { u as T } from "./useId-BpdmaUdC.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] = /* @__PURE__ */ D("PopoverRoot");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { u as l, P as a } from "./Teleport-DEZ3r-DL.js";
|
|
2
2
|
import { u as d } from "./useId-BpdmaUdC.js";
|
|
3
|
-
import { P as u } from "./PopperContent-
|
|
4
|
-
import { i as c } from "./PopoverPortal-
|
|
3
|
+
import { P as u } from "./PopperContent-B9GCu70V.js";
|
|
4
|
+
import { i as c } from "./PopoverPortal-D3PwlINJ.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",
|