@oub/fusion 0.2.103 → 0.2.104
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
CHANGED
|
@@ -13735,6 +13735,10 @@ const H0 = /* @__PURE__ */ he(E0, [["render", q0], ["__scopeId", "data-v-37ccd52
|
|
|
13735
13735
|
confirmButtonLoading: {
|
|
13736
13736
|
type: Boolean,
|
|
13737
13737
|
default: !1
|
|
13738
|
+
},
|
|
13739
|
+
formElementId: {
|
|
13740
|
+
type: String,
|
|
13741
|
+
default: ""
|
|
13738
13742
|
}
|
|
13739
13743
|
},
|
|
13740
13744
|
emits: ["cancel", "confirm"],
|
|
@@ -13782,14 +13786,15 @@ function j0(e, t, a, r, n, o) {
|
|
|
13782
13786
|
size: "small",
|
|
13783
13787
|
loading: a.confirmButtonLoading,
|
|
13784
13788
|
"data-test": "fusion-modal-footer-confirm-button",
|
|
13789
|
+
form: a.formElementId || null,
|
|
13785
13790
|
"variant-style": "filled",
|
|
13786
13791
|
label: a.confirmButtonLabel,
|
|
13787
13792
|
"variant-type": a.confirmButtonVariant,
|
|
13788
13793
|
onClick: o.handleConfirm
|
|
13789
|
-
}, null, 8, ["loading", "label", "variant-type", "onClick"]))
|
|
13794
|
+
}, null, 8, ["loading", "form", "label", "variant-type", "onClick"]))
|
|
13790
13795
|
], 2);
|
|
13791
13796
|
}
|
|
13792
|
-
const J0 = /* @__PURE__ */ he(z0, [["render", j0], ["__scopeId", "data-v-
|
|
13797
|
+
const J0 = /* @__PURE__ */ he(z0, [["render", j0], ["__scopeId", "data-v-a88d5948"]]), X0 = {
|
|
13793
13798
|
name: "FusionModal",
|
|
13794
13799
|
components: {
|
|
13795
13800
|
FusionModalHeader: H0,
|
|
@@ -13832,6 +13837,10 @@ const J0 = /* @__PURE__ */ he(z0, [["render", j0], ["__scopeId", "data-v-a9cb64f
|
|
|
13832
13837
|
confirmButtonLoading: {
|
|
13833
13838
|
type: Boolean,
|
|
13834
13839
|
default: !1
|
|
13840
|
+
},
|
|
13841
|
+
formElementId: {
|
|
13842
|
+
type: String,
|
|
13843
|
+
default: ""
|
|
13835
13844
|
}
|
|
13836
13845
|
},
|
|
13837
13846
|
emits: ["close", "confirm", "cancel"],
|
|
@@ -13881,7 +13890,7 @@ const J0 = /* @__PURE__ */ he(z0, [["render", j0], ["__scopeId", "data-v-a9cb64f
|
|
|
13881
13890
|
}
|
|
13882
13891
|
}
|
|
13883
13892
|
};
|
|
13884
|
-
const W0 = (e) => (so("data-v-
|
|
13893
|
+
const W0 = (e) => (so("data-v-6aec5dd1"), e = e(), lo(), e), K0 = ["aria-labelledby"], Y0 = /* @__PURE__ */ W0(() => /* @__PURE__ */ g("div", {
|
|
13885
13894
|
class: "fusion-modal-background",
|
|
13886
13895
|
"aria-hidden": "true"
|
|
13887
13896
|
}, null, -1));
|
|
@@ -13928,9 +13937,10 @@ function G0(e, t, a, r, n, o) {
|
|
|
13928
13937
|
"confirm-button-variant": a.confirmButtonVariant,
|
|
13929
13938
|
"cancel-button-loading": a.cancelButtonLoading,
|
|
13930
13939
|
"confirm-button-loading": a.confirmButtonLoading,
|
|
13940
|
+
"form-element-id": a.formElementId,
|
|
13931
13941
|
onCancel: o.cancelModal,
|
|
13932
13942
|
onConfirm: o.confirmModal
|
|
13933
|
-
}, null, 8, ["mobile-breakpoint", "has-shadow", "cancel-button-label", "confirm-button-label", "hide-cancel", "hide-confirm", "confirm-button-variant", "cancel-button-loading", "confirm-button-loading", "onCancel", "onConfirm"]))
|
|
13943
|
+
}, null, 8, ["mobile-breakpoint", "has-shadow", "cancel-button-label", "confirm-button-label", "hide-cancel", "hide-confirm", "confirm-button-variant", "cancel-button-loading", "confirm-button-loading", "form-element-id", "onCancel", "onConfirm"]))
|
|
13934
13944
|
], 8, K0)
|
|
13935
13945
|
]),
|
|
13936
13946
|
_: 3
|
|
@@ -13938,7 +13948,7 @@ function G0(e, t, a, r, n, o) {
|
|
|
13938
13948
|
Y0
|
|
13939
13949
|
], 2);
|
|
13940
13950
|
}
|
|
13941
|
-
const fk = /* @__PURE__ */ he(X0, [["render", G0], ["__scopeId", "data-v-
|
|
13951
|
+
const fk = /* @__PURE__ */ he(X0, [["render", G0], ["__scopeId", "data-v-6aec5dd1"]]), Z0 = 12, Ho = le({
|
|
13942
13952
|
name: "FusionCircularProgressIndicator",
|
|
13943
13953
|
props: {
|
|
13944
13954
|
size: {
|