@oub/fusion 0.2.88 → 0.2.90
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 +10 -5
- 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: {
|
|
@@ -13734,7 +13739,7 @@ const Qm = /* @__PURE__ */ ge(Vm, [["render", Um], ["__scopeId", "data-v-a9cb64f
|
|
|
13734
13739
|
}
|
|
13735
13740
|
}
|
|
13736
13741
|
};
|
|
13737
|
-
const Nm = (e) => (Un("data-v-
|
|
13742
|
+
const Nm = (e) => (Un("data-v-1ac180a8"), e = e(), Qn(), e), Lm = ["aria-labelledby"], Hm = /* @__PURE__ */ Nm(() => /* @__PURE__ */ g("div", {
|
|
13738
13743
|
class: "fusion-modal-background",
|
|
13739
13744
|
"aria-hidden": "true"
|
|
13740
13745
|
}, null, -1));
|
|
@@ -13745,7 +13750,7 @@ function Rm(e, t, n, r, a, o) {
|
|
|
13745
13750
|
}, [
|
|
13746
13751
|
ye(u, {
|
|
13747
13752
|
options: { ignore: [".fusion-modal-dialog"] },
|
|
13748
|
-
class: "
|
|
13753
|
+
class: "w-full",
|
|
13749
13754
|
onTrigger: o.closeModal
|
|
13750
13755
|
}, {
|
|
13751
13756
|
default: he(() => [
|
|
@@ -13791,7 +13796,7 @@ function Rm(e, t, n, r, a, o) {
|
|
|
13791
13796
|
Hm
|
|
13792
13797
|
], 2);
|
|
13793
13798
|
}
|
|
13794
|
-
const Kh = /* @__PURE__ */ ge(Mm, [["render", Rm], ["__scopeId", "data-v-
|
|
13799
|
+
const Kh = /* @__PURE__ */ ge(Mm, [["render", Rm], ["__scopeId", "data-v-1ac180a8"]]), qm = 12, pr = ce({
|
|
13795
13800
|
name: "FusionCircularProgressIndicator",
|
|
13796
13801
|
props: {
|
|
13797
13802
|
size: {
|