@oub/fusion 0.3.11 → 0.3.12
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
|
@@ -14575,6 +14575,10 @@ const Q0 = /* @__PURE__ */ se(L0, [["render", N0], ["__scopeId", "data-v-6b6fab0
|
|
|
14575
14575
|
type: String,
|
|
14576
14576
|
default: "filled"
|
|
14577
14577
|
},
|
|
14578
|
+
cancelButtonVariant: {
|
|
14579
|
+
type: String,
|
|
14580
|
+
default: "primary"
|
|
14581
|
+
},
|
|
14578
14582
|
cancelButtonLoading: {
|
|
14579
14583
|
type: Boolean,
|
|
14580
14584
|
default: !1
|
|
@@ -14625,9 +14629,9 @@ function R0(e, t, a, r, n, o) {
|
|
|
14625
14629
|
loading: a.cancelButtonLoading,
|
|
14626
14630
|
"data-test": "fusion-modal-footer-cancel-button",
|
|
14627
14631
|
label: a.cancelButtonLabel,
|
|
14628
|
-
"variant-type":
|
|
14632
|
+
"variant-type": a.cancelButtonVariant,
|
|
14629
14633
|
onClick: o.handleCancel
|
|
14630
|
-
}, null, 8, ["loading", "label", "onClick"])),
|
|
14634
|
+
}, null, 8, ["loading", "label", "variant-type", "onClick"])),
|
|
14631
14635
|
a.hideConfirm ? S("", !0) : (d(), ce(i, {
|
|
14632
14636
|
key: 1,
|
|
14633
14637
|
size: "small",
|
|
@@ -14641,7 +14645,7 @@ function R0(e, t, a, r, n, o) {
|
|
|
14641
14645
|
}, null, 8, ["loading", "form", "variant-style", "label", "variant-type", "onClick"]))
|
|
14642
14646
|
], 2);
|
|
14643
14647
|
}
|
|
14644
|
-
const q0 = /* @__PURE__ */ se(E0, [["render", R0], ["__scopeId", "data-v-
|
|
14648
|
+
const q0 = /* @__PURE__ */ se(E0, [["render", R0], ["__scopeId", "data-v-e92ef61c"]]), H0 = {
|
|
14645
14649
|
name: "FusionModal",
|
|
14646
14650
|
components: {
|
|
14647
14651
|
FusionModalHeader: Q0,
|
|
@@ -14681,6 +14685,10 @@ const q0 = /* @__PURE__ */ se(E0, [["render", R0], ["__scopeId", "data-v-fb48594
|
|
|
14681
14685
|
type: String,
|
|
14682
14686
|
default: "filled"
|
|
14683
14687
|
},
|
|
14688
|
+
cancelButtonVariant: {
|
|
14689
|
+
type: String,
|
|
14690
|
+
default: "primary"
|
|
14691
|
+
},
|
|
14684
14692
|
cancelButtonLoading: {
|
|
14685
14693
|
type: Boolean,
|
|
14686
14694
|
default: !1
|
|
@@ -14782,12 +14790,13 @@ function J0(e, t, a, r, n, o) {
|
|
|
14782
14790
|
"hide-confirm": a.hideConfirm,
|
|
14783
14791
|
"confirm-button-variant": a.confirmButtonVariant,
|
|
14784
14792
|
"confirm-button-style": a.confirmButtonStyle,
|
|
14793
|
+
"cancel-button-variant": a.cancelButtonVariant,
|
|
14785
14794
|
"cancel-button-loading": a.cancelButtonLoading,
|
|
14786
14795
|
"confirm-button-loading": a.confirmButtonLoading,
|
|
14787
14796
|
"form-element-id": a.formElementId,
|
|
14788
14797
|
onCancel: o.cancelModal,
|
|
14789
14798
|
onConfirm: o.confirmModal
|
|
14790
|
-
}, null, 8, ["mobile-breakpoint", "has-shadow", "cancel-button-label", "confirm-button-label", "hide-cancel", "hide-confirm", "confirm-button-variant", "confirm-button-style", "cancel-button-loading", "confirm-button-loading", "form-element-id", "onCancel", "onConfirm"]))
|
|
14799
|
+
}, null, 8, ["mobile-breakpoint", "has-shadow", "cancel-button-label", "confirm-button-label", "hide-cancel", "hide-confirm", "confirm-button-variant", "confirm-button-style", "cancel-button-variant", "cancel-button-loading", "confirm-button-loading", "form-element-id", "onCancel", "onConfirm"]))
|
|
14791
14800
|
], 8, z0)
|
|
14792
14801
|
]),
|
|
14793
14802
|
_: 3
|
|
@@ -14798,7 +14807,7 @@ function J0(e, t, a, r, n, o) {
|
|
|
14798
14807
|
}, null, -1))
|
|
14799
14808
|
], 2);
|
|
14800
14809
|
}
|
|
14801
|
-
const Gb = /* @__PURE__ */ se(H0, [["render", J0], ["__scopeId", "data-v-
|
|
14810
|
+
const Gb = /* @__PURE__ */ se(H0, [["render", J0], ["__scopeId", "data-v-561bcb05"]]), Y0 = 12, Xo = oe({
|
|
14802
14811
|
name: "FusionCircularProgressIndicator",
|
|
14803
14812
|
props: {
|
|
14804
14813
|
size: {
|