@prefabs.tech/vue3-form 0.29.1 → 0.30.0
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.
|
@@ -2974,7 +2974,7 @@ const Cv = {
|
|
|
2974
2974
|
hn(ra(N, ["stop"]), ["enter"]),
|
|
2975
2975
|
hn(ra(N, ["stop", "prevent"]), ["space"])
|
|
2976
2976
|
]
|
|
2977
|
-
}, W[7] || (W[7] = [
|
|
2977
|
+
}, [...W[7] || (W[7] = [
|
|
2978
2978
|
le("path", {
|
|
2979
2979
|
d: "M6 6L18 18M18 6L6 18",
|
|
2980
2980
|
stroke: "currentColor",
|
|
@@ -2982,7 +2982,7 @@ const Cv = {
|
|
|
2982
2982
|
"stroke-linejoin": "round",
|
|
2983
2983
|
"stroke-width": "2"
|
|
2984
2984
|
}, null, -1)
|
|
2985
|
-
]), 40, Av)) : Y("", !0),
|
|
2985
|
+
])], 40, Av)) : Y("", !0),
|
|
2986
2986
|
W[8] || (W[8] = le("svg", {
|
|
2987
2987
|
viewBox: "0 0 24 24",
|
|
2988
2988
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -13012,7 +13012,7 @@ const sb = ["for"], ub = ["id", "disabled", "placeholder", "type"], db = {
|
|
|
13012
13012
|
variant: "outlined",
|
|
13013
13013
|
onClick: i
|
|
13014
13014
|
}, {
|
|
13015
|
-
iconLeft: ye(() => d[4] || (d[4] = [
|
|
13015
|
+
iconLeft: ye(() => [...d[4] || (d[4] = [
|
|
13016
13016
|
le("svg", {
|
|
13017
13017
|
fill: "none",
|
|
13018
13018
|
viewBox: "0 -0.5 25 25",
|
|
@@ -13023,7 +13023,7 @@ const sb = ["for"], ub = ["id", "disabled", "placeholder", "type"], db = {
|
|
|
13023
13023
|
fill: "currentColor"
|
|
13024
13024
|
})
|
|
13025
13025
|
], -1)
|
|
13026
|
-
])),
|
|
13026
|
+
])]),
|
|
13027
13027
|
_: 1
|
|
13028
13028
|
})
|
|
13029
13029
|
]));
|