@davincihealthcare/elty-design-system-vue 1.11.2 → 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 +3 -2
- 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
|
@@ -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
|