@platforma-sdk/ui-vue 1.3.8 → 1.3.10

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @platforma-sdk/ui-vue
2
2
 
3
+ ## 1.3.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [add109d]
8
+ - @milaboratories/uikit@1.2.7
9
+
10
+ ## 1.3.9
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [d9f5f2b]
15
+ - @milaboratories/uikit@1.2.6
16
+
3
17
  ## 1.3.8
4
18
 
5
19
  ### Patch Changes
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 ZP, vShow as ba, createSlots as qP, useAttrs as qm, onUpdated as Ym, provide as Qm, watchEffect as Fh, onBeforeUnmount as YP, 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";
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
- }), YP(() => {
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
- ZP((p) => ({
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
- }, qP({
3730
+ }, YP({
3731
3731
  default: tt(() => [
3732
3732
  n[4] || (n[4] = B()),
3733
3733
  G("div", {
@@ -4052,7 +4052,7 @@ const VM = { class: "resizable-input" }, NM = ["placeholder", "value", "disabled
4052
4052
  setup(e, { emit: t }) {
4053
4053
  const i = t, s = fe(), n = qm();
4054
4054
  function o(r) {
4055
- s.value && !s.value.contains(r.target) && i("update:modelValue", !1);
4055
+ s.value && document.contains(r.target) && !s.value.contains(r.target) && i("update:modelValue", !1);
4056
4056
  }
4057
4057
  return (r, a) => (x(), Ee(bh, { to: "body" }, [
4058
4058
  et(Rh, { name: "dialog" }, {
@@ -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,