@sysvale/cuida 3.150.0 → 3.150.1
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.
|
@@ -3580,24 +3580,24 @@ const vp = /* @__PURE__ */ me(gp, [["render", sI]]), aI = ["data-tippy-placement
|
|
|
3580
3580
|
animation: "shift-away-subtle",
|
|
3581
3581
|
allowHTML: !0,
|
|
3582
3582
|
trigger: t.trigger === "hover" ? "mouseenter focus" : "click",
|
|
3583
|
-
onShow: (
|
|
3584
|
-
const
|
|
3585
|
-
|
|
3586
|
-
|
|
3583
|
+
onShow: (a) => {
|
|
3584
|
+
const r = a.popper.querySelector(".tippy-box");
|
|
3585
|
+
r && (r.style.borderRadius = n.value), t.trigger === "click" && setTimeout(() => {
|
|
3586
|
+
a.hide();
|
|
3587
3587
|
}, 1e3);
|
|
3588
3588
|
}
|
|
3589
3589
|
}
|
|
3590
|
-
}));
|
|
3591
|
-
return (
|
|
3592
|
-
const
|
|
3590
|
+
})), s = L(() => t.text && t.text.length > 0);
|
|
3591
|
+
return (a, r) => {
|
|
3592
|
+
const o = Yi("cdstip");
|
|
3593
3593
|
return je((v(), k("div", {
|
|
3594
3594
|
class: "tooltip-width",
|
|
3595
3595
|
"data-tippy-placement": e.position,
|
|
3596
3596
|
"data-tippy-allowHTML": !0
|
|
3597
3597
|
}, [
|
|
3598
|
-
oe(
|
|
3598
|
+
oe(a.$slots, "default")
|
|
3599
3599
|
], 8, aI)), [
|
|
3600
|
-
[
|
|
3600
|
+
[o, s.value && i.value]
|
|
3601
3601
|
]);
|
|
3602
3602
|
};
|
|
3603
3603
|
}
|