@strands.gg/accui 2.11.31 → 2.11.32
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/accui.css +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +10 -6
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, computed, provide, onMounted, onUnmounted, createElementBlock, openBlock, normalizeClass, createElementVNode, createBlock, renderSlot, Teleport, createCommentVNode, toDisplayString, createTextVNode, unref, normalizeStyle, useSlots, createVNode, Fragment as Fragment$1, withCtx, getCurrentInstance, resolveDynamicComponent, resolveComponent, ref, nextTick, normalizeProps,
|
|
1
|
+
import { defineComponent, computed, provide, onMounted, onUnmounted, createElementBlock, openBlock, normalizeClass, createElementVNode, createBlock, renderSlot, Teleport, createCommentVNode, toDisplayString, createTextVNode, unref, normalizeStyle, useSlots, createVNode, Fragment as Fragment$1, withCtx, getCurrentInstance, resolveDynamicComponent, resolveComponent, ref, mergeProps, nextTick, normalizeProps, createSlots, useAttrs, h as h$1, withModifiers, renderList, watch, toRefs, withDirectives, vModelSelect, watchEffect, onBeforeUnmount, shallowRef, markRaw, customRef, useCssVars, reactive, createStaticVNode, vModelText, Transition, inject, withKeys, isMemoSame } from "vue";
|
|
2
2
|
import { u as useStrandsConfig, p as provideStrandsConfig } from "./useStrandsConfig-XmPqJn_B.es.js";
|
|
3
3
|
import { s } from "./useStrandsConfig-XmPqJn_B.es.js";
|
|
4
4
|
import { u as useStrandsAuth } from "./useStrandsAuth-Dca-zFQT.es.js";
|
|
@@ -584,6 +584,9 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
|
|
|
584
584
|
});
|
|
585
585
|
const _hoisted_1$P = { class: "ui-tooltip-content" };
|
|
586
586
|
const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
587
|
+
...{
|
|
588
|
+
inheritAttrs: false
|
|
589
|
+
},
|
|
587
590
|
__name: "UiTooltip",
|
|
588
591
|
props: {
|
|
589
592
|
content: { default: "" },
|
|
@@ -684,13 +687,14 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
684
687
|
if (hideTimeout) clearTimeout(hideTimeout);
|
|
685
688
|
});
|
|
686
689
|
return (_ctx, _cache) => {
|
|
687
|
-
return openBlock(), createElementBlock("div", {
|
|
690
|
+
return openBlock(), createElementBlock("div", mergeProps({
|
|
688
691
|
ref_key: "tooltipContainer",
|
|
689
692
|
ref: tooltipContainer,
|
|
690
|
-
class: "ui-tooltip-container"
|
|
693
|
+
class: "ui-tooltip-container"
|
|
694
|
+
}, _ctx.$attrs, {
|
|
691
695
|
onMouseenter: showTooltip,
|
|
692
696
|
onMouseleave: hideTooltip
|
|
693
|
-
}, [
|
|
697
|
+
}), [
|
|
694
698
|
renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
695
699
|
(openBlock(), createBlock(Teleport, { to: "body" }, [
|
|
696
700
|
shouldRender.value ? (openBlock(), createElementBlock("div", {
|
|
@@ -716,11 +720,11 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
716
720
|
}, null, 2)
|
|
717
721
|
], 6)) : createCommentVNode("", true)
|
|
718
722
|
]))
|
|
719
|
-
],
|
|
723
|
+
], 16);
|
|
720
724
|
};
|
|
721
725
|
}
|
|
722
726
|
});
|
|
723
|
-
const UiTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-
|
|
727
|
+
const UiTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["__scopeId", "data-v-ba66edda"]]);
|
|
724
728
|
const _hoisted_1$O = ["type", "disabled", "tabindex"];
|
|
725
729
|
const _hoisted_2$J = ["type", "disabled", "tabindex"];
|
|
726
730
|
const _sfc_main$U = /* @__PURE__ */ defineComponent({
|