@davincihealthcare/elty-design-system-vue 1.11.1 → 1.11.3
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/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16687,7 +16687,7 @@ const Nh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
16687
16687
|
O.value.style.top = l.top - O.value.clientHeight / 2 + "px", O.value.style.left = l.left + e.anchor.clientWidth + "px";
|
|
16688
16688
|
break;
|
|
16689
16689
|
}
|
|
16690
|
-
|
|
16690
|
+
O.value.style.width = R + "px";
|
|
16691
16691
|
};
|
|
16692
16692
|
return (l, R) => (E(), o("div", {
|
|
16693
16693
|
ref_key: "root",
|
|
@@ -17131,9 +17131,10 @@ const jh = ["for"], zh = {
|
|
|
17131
17131
|
icon: {
|
|
17132
17132
|
name: a.value === "text" ? "EyeSlashIcon" : "EyeIcon"
|
|
17133
17133
|
},
|
|
17134
|
-
|
|
17134
|
+
type: "button",
|
|
17135
|
+
tooltip: a.value === "text" ? "Nascondi" : "Mostra",
|
|
17135
17136
|
onClick: w
|
|
17136
|
-
}, null, 8, ["error", "icon"])
|
|
17137
|
+
}, null, 8, ["error", "icon", "tooltip"])
|
|
17137
17138
|
])) : Y("", !0)
|
|
17138
17139
|
]),
|
|
17139
17140
|
_: 1
|