@sysvale/cuida 3.44.0 → 3.45.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.
- package/dist/@sysvale/cuida.es.js +12 -4
- package/dist/@sysvale/cuida.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -34823,6 +34823,10 @@ const Qle = {
|
|
|
34823
34823
|
visible: {
|
|
34824
34824
|
type: Boolean,
|
|
34825
34825
|
default: !1
|
|
34826
|
+
},
|
|
34827
|
+
mobile: {
|
|
34828
|
+
type: Boolean,
|
|
34829
|
+
default: !1
|
|
34826
34830
|
}
|
|
34827
34831
|
},
|
|
34828
34832
|
data() {
|
|
@@ -34832,14 +34836,18 @@ const Qle = {
|
|
|
34832
34836
|
},
|
|
34833
34837
|
computed: {
|
|
34834
34838
|
computedClass() {
|
|
34839
|
+
let t = "";
|
|
34835
34840
|
switch (this.state) {
|
|
34836
34841
|
case "valid":
|
|
34837
|
-
|
|
34842
|
+
t = "pin-input--valid";
|
|
34843
|
+
break;
|
|
34838
34844
|
case "invalid":
|
|
34839
|
-
|
|
34845
|
+
t = "pin-input--invalid";
|
|
34846
|
+
break;
|
|
34840
34847
|
default:
|
|
34841
|
-
|
|
34848
|
+
t = "pin-input";
|
|
34842
34849
|
}
|
|
34850
|
+
return this.mobile ? `${t} pin-input--mobile` : t;
|
|
34843
34851
|
}
|
|
34844
34852
|
},
|
|
34845
34853
|
watch: {
|
|
@@ -34893,7 +34901,7 @@ function nce(t, e, n, i, s, r) {
|
|
|
34893
34901
|
])), 128))
|
|
34894
34902
|
]);
|
|
34895
34903
|
}
|
|
34896
|
-
const ice = /* @__PURE__ */ me(Qle, [["render", nce], ["__scopeId", "data-v-
|
|
34904
|
+
const ice = /* @__PURE__ */ me(Qle, [["render", nce], ["__scopeId", "data-v-4e202c49"]]);
|
|
34897
34905
|
const qp = {
|
|
34898
34906
|
props: {
|
|
34899
34907
|
variant: {
|