sm-click-library-ui 0.0.114 → 0.0.115
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.
|
@@ -11049,7 +11049,7 @@ const kh = () => {
|
|
|
11049
11049
|
props: {
|
|
11050
11050
|
eventHandling: {
|
|
11051
11051
|
type: String,
|
|
11052
|
-
default: "
|
|
11052
|
+
default: ""
|
|
11053
11053
|
}
|
|
11054
11054
|
},
|
|
11055
11055
|
emits: ["filled"],
|
|
@@ -11076,7 +11076,10 @@ const kh = () => {
|
|
|
11076
11076
|
(b(!0), A(_e, null, Ce(n.value, (d, c) => xt((b(), A("input", {
|
|
11077
11077
|
key: c,
|
|
11078
11078
|
"onUpdate:modelValue": (f) => n.value[c] = f,
|
|
11079
|
-
class: ye([
|
|
11079
|
+
class: ye([
|
|
11080
|
+
e.eventHandling === "check" ? "checked_mfa" : e.eventHandling === "err" ? "err_mfa" : "reset_input",
|
|
11081
|
+
"inline-block w-10 h-10 rounded-md text-center"
|
|
11082
|
+
]),
|
|
11080
11083
|
type: "text",
|
|
11081
11084
|
maxlength: "1",
|
|
11082
11085
|
onInput: (f) => o(c),
|