@platforma-sdk/ui-vue 1.3.8 → 1.3.9
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/CHANGELOG.md +7 -0
- package/dist/lib.js +5 -4
- package/dist/lib.umd.cjs +24 -24
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/lib.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ref as fe, watch as at, computed as V, unref as Q, reactive as pt, nextTick as Oi, inject as Zm, markRaw as wh, onMounted as Gt, onUnmounted as Cs, defineComponent as pe, watchPostEffect as bu, openBlock as x, createElementBlock as M, createBlock as Ee, withModifiers as st, createCommentVNode as te, createTextVNode as B, createElementVNode as G, normalizeStyle as Je, Fragment as lt, renderList as Ct, createVNode as et, withCtx as tt, renderSlot as Te, mergeProps as Ot, toDisplayString as he, h as Ru, render as Ba, normalizeClass as Ie, useSlots as Fi, toRef as Sh, resolveDynamicComponent as yh, Teleport as bh, Transition as Rh, withKeys as cn, withDirectives as di, vModelText as Kn, useCssVars as
|
|
1
|
+
import { ref as fe, watch as at, computed as V, unref as Q, reactive as pt, nextTick as Oi, inject as Zm, markRaw as wh, onMounted as Gt, onUnmounted as Cs, defineComponent as pe, watchPostEffect as bu, openBlock as x, createElementBlock as M, createBlock as Ee, withModifiers as st, createCommentVNode as te, createTextVNode as B, createElementVNode as G, normalizeStyle as Je, Fragment as lt, renderList as Ct, createVNode as et, withCtx as tt, renderSlot as Te, mergeProps as Ot, toDisplayString as he, h as Ru, render as Ba, normalizeClass as Ie, useSlots as Fi, toRef as Sh, resolveDynamicComponent as yh, Teleport as bh, Transition as Rh, withKeys as cn, onBeforeUnmount as ZP, withDirectives as di, vModelText as Kn, useCssVars as qP, vShow as ba, createSlots as YP, useAttrs as qm, onUpdated as Ym, provide as Qm, watchEffect as Fh, normalizeProps as Xm, guardReactiveProps as QP, getCurrentInstance as XP, toRaw as JP, mergeModels as e0, useModel as t0, toRefs as i0, shallowRef as s0, getCurrentScope as n0, effectScope as o0, onScopeDispose as r0 } from "vue";
|
|
2
2
|
function l0(e, t) {
|
|
3
3
|
if (e == null)
|
|
4
4
|
throw Error(t ?? "Empty (null | undefined) value");
|
|
@@ -2736,7 +2736,7 @@ function $o(e, t = "label") {
|
|
|
2736
2736
|
s.style.getPropertyValue("--label-offset-right-x") !== `${o}px` && s.style.setProperty("--label-offset-right-x", `${o}px`);
|
|
2737
2737
|
}));
|
|
2738
2738
|
});
|
|
2739
|
-
}),
|
|
2739
|
+
}), ZP(() => {
|
|
2740
2740
|
Array.from(i.values()).map((s) => xv(s));
|
|
2741
2741
|
});
|
|
2742
2742
|
}
|
|
@@ -3049,7 +3049,7 @@ const mM = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="h
|
|
|
3049
3049
|
}), RM = /* @__PURE__ */ pe({
|
|
3050
3050
|
__name: "LongText",
|
|
3051
3051
|
setup(e) {
|
|
3052
|
-
|
|
3052
|
+
qP((p) => ({
|
|
3053
3053
|
"8d68520c": r.value
|
|
3054
3054
|
}));
|
|
3055
3055
|
const t = fe(!1), i = fe(), s = fe(!1), n = V(() => s.value && t.value ? "ui-lt-animate" : ""), o = XD((p) => s.value = p, 500), r = V(() => {
|
|
@@ -3727,7 +3727,7 @@ const VM = { class: "resizable-input" }, NM = ["placeholder", "value", "disabled
|
|
|
3727
3727
|
position: "top",
|
|
3728
3728
|
class: "ui-chip-tooltip",
|
|
3729
3729
|
delay: 500
|
|
3730
|
-
},
|
|
3730
|
+
}, YP({
|
|
3731
3731
|
default: tt(() => [
|
|
3732
3732
|
n[4] || (n[4] = B()),
|
|
3733
3733
|
G("div", {
|
|
@@ -50272,6 +50272,7 @@ export {
|
|
|
50272
50272
|
Q4 as useFormState,
|
|
50273
50273
|
fv as useHover,
|
|
50274
50274
|
Y4 as useInterval,
|
|
50275
|
+
$o as useLabelNotch,
|
|
50275
50276
|
JT as useLocalStorage,
|
|
50276
50277
|
gv as useMouse,
|
|
50277
50278
|
Hn as useMouseCapture,
|