@rocketui/vue 0.2.56 → 0.2.57
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/rocket-ui-vue.js
CHANGED
|
@@ -9865,10 +9865,10 @@ const k3 = ["aria-disabled", "aria-selected", "disabled"], B3 = { key: 0 }, b3 =
|
|
|
9865
9865
|
}, () => [
|
|
9866
9866
|
h.$props.type === "password" && r.value ? (m(), _(x, {
|
|
9867
9867
|
key: 0,
|
|
9868
|
-
name: "mdiEyeOutline",
|
|
9868
|
+
name: A.value === "password" ? "mdiEyeOutline" : "mdiEyeOffOutline",
|
|
9869
9869
|
size: 20,
|
|
9870
9870
|
onClick: v
|
|
9871
|
-
})) : O("", !0),
|
|
9871
|
+
}, null, 8, ["name"])) : O("", !0),
|
|
9872
9872
|
k.value && !h.$slots.append || r.value ? (m(), _(x, {
|
|
9873
9873
|
key: 1,
|
|
9874
9874
|
class: p(B.value),
|