@oub/fusion 0.2.88 → 0.2.89
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 +7 -2
- package/dist/fusion.umd.cjs +1 -1
- package/dist/lib/components/common/bars/footer/FusionFooterBar.vue.d.ts +9 -0
- package/dist/lib/components/common/modal/FusionModal.vue.d.ts +1 -1
- package/dist/lib/components/common/modal/modal-footer/FusionModalFooter.vue.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/fusion.js
CHANGED
|
@@ -13408,6 +13408,10 @@ const Jh = /* @__PURE__ */ ge(gm, [["render", km], ["__scopeId", "data-v-7782a95
|
|
|
13408
13408
|
mobileBreakpoint: {
|
|
13409
13409
|
type: Number,
|
|
13410
13410
|
default: 768
|
|
13411
|
+
},
|
|
13412
|
+
confirmButtonLoading: {
|
|
13413
|
+
type: Boolean,
|
|
13414
|
+
default: !1
|
|
13411
13415
|
}
|
|
13412
13416
|
},
|
|
13413
13417
|
emits: ["cancel", "back", "confirm"],
|
|
@@ -13464,17 +13468,18 @@ function Sm(e, t, n, r, a, o) {
|
|
|
13464
13468
|
e.hideConfirmButton ? C("", !0) : (d(), le(i, {
|
|
13465
13469
|
key: 2,
|
|
13466
13470
|
label: e.confirmButtonLabel,
|
|
13471
|
+
loading: e.confirmButtonLoading,
|
|
13467
13472
|
size: "regular",
|
|
13468
13473
|
type: "submit",
|
|
13469
13474
|
"variant-style": "filled",
|
|
13470
13475
|
"variant-type": "primary",
|
|
13471
13476
|
class: "fusion-footer-bar-button",
|
|
13472
13477
|
onClick: t[2] || (t[2] = (s) => e.$emit("confirm"))
|
|
13473
|
-
}, null, 8, ["label"]))
|
|
13478
|
+
}, null, 8, ["label", "loading"]))
|
|
13474
13479
|
])
|
|
13475
13480
|
], 2);
|
|
13476
13481
|
}
|
|
13477
|
-
const Xh = /* @__PURE__ */ ge(Am, [["render", Sm], ["__scopeId", "data-v-
|
|
13482
|
+
const Xh = /* @__PURE__ */ ge(Am, [["render", Sm], ["__scopeId", "data-v-ac6e14e7"]]), Dm = {
|
|
13478
13483
|
name: "FusionSubheadingBar",
|
|
13479
13484
|
props: {
|
|
13480
13485
|
label: {
|