@oub/fusion 0.2.73 → 0.2.74
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 +9 -1
- 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: {
|