@oub/fusion 0.2.73 → 0.2.75
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/fusion.js +11 -2
- package/dist/fusion.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/fusion.js
CHANGED
|
@@ -590,6 +590,14 @@ const Kr = /* @__PURE__ */ ye(Ii, [["render", Ri], ["__scopeId", "data-v-70be7e3
|
|
|
590
590
|
return this.inputValue === this.value;
|
|
591
591
|
}
|
|
592
592
|
},
|
|
593
|
+
watch: {
|
|
594
|
+
modelValue: {
|
|
595
|
+
handler(e) {
|
|
596
|
+
this.inputValue = e;
|
|
597
|
+
},
|
|
598
|
+
immediate: !0
|
|
599
|
+
}
|
|
600
|
+
},
|
|
593
601
|
methods: {
|
|
594
602
|
handleChange: function() {
|
|
595
603
|
this.inputValue = this.value, this.$emit("update:modelValue", this.value);
|
|
@@ -643,7 +651,7 @@ function Wi(e, t, n, r, a, o) {
|
|
|
643
651
|
], 2)
|
|
644
652
|
], 10, qi);
|
|
645
653
|
}
|
|
646
|
-
const ji = /* @__PURE__ */ ye(Ei, [["render", Wi], ["__scopeId", "data-v-
|
|
654
|
+
const ji = /* @__PURE__ */ ye(Ei, [["render", Wi], ["__scopeId", "data-v-ee8a32dc"]]), Gi = ve({
|
|
647
655
|
name: "FusionTextLink",
|
|
648
656
|
props: {
|
|
649
657
|
id: {
|
|
@@ -1794,6 +1802,7 @@ function Cl(e, t, n, r, a, o) {
|
|
|
1794
1802
|
"aria-invalid": !!e.errorLabel,
|
|
1795
1803
|
"aria-disabled": e.disabled,
|
|
1796
1804
|
disabled: e.disabled,
|
|
1805
|
+
type: "button",
|
|
1797
1806
|
onBlur: t[0] || (t[0] = (...p) => e.handleBlur && e.handleBlur(...p)),
|
|
1798
1807
|
onFocus: t[1] || (t[1] = (...p) => e.handleFocus && e.handleFocus(...p)),
|
|
1799
1808
|
onClick: t[2] || (t[2] = (...p) => e.handleInputClick && e.handleInputClick(...p)),
|
|
@@ -1830,7 +1839,7 @@ function Cl(e, t, n, r, a, o) {
|
|
|
1830
1839
|
], 2)) : D("", !0)
|
|
1831
1840
|
], 8, ml);
|
|
1832
1841
|
}
|
|
1833
|
-
const Em = /* @__PURE__ */ ye(vl, [["render", Cl], ["__scopeId", "data-v-
|
|
1842
|
+
const Em = /* @__PURE__ */ ye(vl, [["render", Cl], ["__scopeId", "data-v-728f74b0"]]), Sl = ve({
|
|
1834
1843
|
name: "FusionPasswordInput",
|
|
1835
1844
|
components: {
|
|
1836
1845
|
FusionInput: En,
|