@oub/fusion 0.2.163 → 0.2.165
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
|
@@ -13282,7 +13282,7 @@ function hv(e, t, a, r, n, o) {
|
|
|
13282
13282
|
_: 3
|
|
13283
13283
|
});
|
|
13284
13284
|
}
|
|
13285
|
-
const nb = /* @__PURE__ */ pe(pv, [["render", hv], ["__scopeId", "data-v-
|
|
13285
|
+
const nb = /* @__PURE__ */ pe(pv, [["render", hv], ["__scopeId", "data-v-d7b7e698"]]), mv = {
|
|
13286
13286
|
name: "FusionPlatformBar"
|
|
13287
13287
|
}, gv = { class: "fusion-platform-bar" };
|
|
13288
13288
|
function vv(e, t, a, r, n, o) {
|
|
@@ -13371,7 +13371,7 @@ const nl = /* @__PURE__ */ pe(yv, [["render", kv]]), Av = oe({
|
|
|
13371
13371
|
this.handleScroll();
|
|
13372
13372
|
}
|
|
13373
13373
|
}
|
|
13374
|
-
}), wv = { class: "
|
|
13374
|
+
}), wv = { class: "fusion-side-navigation-header-content" }, Cv = { class: "fusion-side-navigation-content-wrapper" }, Sv = { class: "fusion-side-navigation-list" };
|
|
13375
13375
|
function Tv(e, t, a, r, n, o) {
|
|
13376
13376
|
const i = re("SVGXMark"), s = re("FusionIconButton");
|
|
13377
13377
|
return c(), h(De, null, [
|
|
@@ -13392,7 +13392,6 @@ function Tv(e, t, a, r, n, o) {
|
|
|
13392
13392
|
class: "fusion-side-navigation-header-icon",
|
|
13393
13393
|
label: "Close navigation",
|
|
13394
13394
|
"variant-style": "plain",
|
|
13395
|
-
size: "small",
|
|
13396
13395
|
"aria-label": "Close navigation",
|
|
13397
13396
|
onClick: e.close
|
|
13398
13397
|
}, {
|
|
@@ -13416,7 +13415,7 @@ function Tv(e, t, a, r, n, o) {
|
|
|
13416
13415
|
]),
|
|
13417
13416
|
e.$slots.footer ? (c(), h("div", {
|
|
13418
13417
|
key: 1,
|
|
13419
|
-
class: z(["fusion-side-navigation-footer", { "has-shadow": e.hasScrolledUp }])
|
|
13418
|
+
class: z(["fusion-side-navigation-footer", [{ "has-shadow": e.hasScrolledUp }, e.isMobile ? "pb-16" : "pb-8"]])
|
|
13420
13419
|
}, [
|
|
13421
13420
|
_(e.$slots, "footer", {}, void 0, !0)
|
|
13422
13421
|
], 2)) : S("", !0)
|
|
@@ -13429,7 +13428,7 @@ function Tv(e, t, a, r, n, o) {
|
|
|
13429
13428
|
})) : S("", !0)
|
|
13430
13429
|
], 64);
|
|
13431
13430
|
}
|
|
13432
|
-
const ob = /* @__PURE__ */ pe(Av, [["render", Tv], ["__scopeId", "data-v-
|
|
13431
|
+
const ob = /* @__PURE__ */ pe(Av, [["render", Tv], ["__scopeId", "data-v-becea1a1"]]), Pv = oe({
|
|
13433
13432
|
name: "FusionSideNavigationItem",
|
|
13434
13433
|
props: {
|
|
13435
13434
|
item: {
|
|
@@ -13450,25 +13449,26 @@ const ob = /* @__PURE__ */ pe(Av, [["render", Tv], ["__scopeId", "data-v-3bd1787
|
|
|
13450
13449
|
}
|
|
13451
13450
|
},
|
|
13452
13451
|
emits: ["update:selected"],
|
|
13453
|
-
data() {
|
|
13452
|
+
data: function() {
|
|
13454
13453
|
return {
|
|
13455
13454
|
active: !1
|
|
13456
13455
|
};
|
|
13457
13456
|
},
|
|
13458
13457
|
methods: {
|
|
13459
|
-
handleMouseDown() {
|
|
13458
|
+
handleMouseDown: function() {
|
|
13460
13459
|
this.disabled || (this.active = !0);
|
|
13461
13460
|
},
|
|
13462
|
-
handleMouseUp() {
|
|
13461
|
+
handleMouseUp: function() {
|
|
13463
13462
|
this.disabled || (this.active = !1);
|
|
13464
13463
|
},
|
|
13465
|
-
handleClick() {
|
|
13464
|
+
handleClick: function() {
|
|
13466
13465
|
this.disabled || this.$emit("update:selected", !this.selected);
|
|
13467
13466
|
}
|
|
13468
13467
|
}
|
|
13469
13468
|
}), Dv = ["tabindex", "aria-disabled", "aria-current", "aria-label"], Fv = ["href"], Bv = {
|
|
13470
13469
|
key: 1,
|
|
13471
|
-
class: "fusion-side-navigation-item-label"
|
|
13470
|
+
class: "fusion-side-navigation-item-label",
|
|
13471
|
+
"data-test": "nav-item-label"
|
|
13472
13472
|
};
|
|
13473
13473
|
function Ov(e, t, a, r, n, o) {
|
|
13474
13474
|
var i, s;
|
|
@@ -13490,11 +13490,13 @@ function Ov(e, t, a, r, n, o) {
|
|
|
13490
13490
|
g("a", {
|
|
13491
13491
|
tabindex: "-1",
|
|
13492
13492
|
href: e.link,
|
|
13493
|
-
class: "fusion-side-navigation-item-link"
|
|
13493
|
+
class: "fusion-side-navigation-item-link",
|
|
13494
|
+
"data-test": "nav-item-link"
|
|
13494
13495
|
}, [
|
|
13495
13496
|
e.$slots.icon ? (c(), h("div", {
|
|
13496
13497
|
key: 0,
|
|
13497
|
-
class: z(["fusion-side-navigation-item-icon", { selected: e.selected }])
|
|
13498
|
+
class: z(["fusion-side-navigation-item-icon", { selected: e.selected }]),
|
|
13499
|
+
"data-test": "nav-item-icon"
|
|
13498
13500
|
}, [
|
|
13499
13501
|
_(e.$slots, "icon", {}, void 0, !0)
|
|
13500
13502
|
], 2)) : S("", !0),
|
|
@@ -13502,7 +13504,7 @@ function Ov(e, t, a, r, n, o) {
|
|
|
13502
13504
|
], 8, Fv)
|
|
13503
13505
|
], 42, Dv);
|
|
13504
13506
|
}
|
|
13505
|
-
const ib = /* @__PURE__ */ pe(Pv, [["render", Ov], ["__scopeId", "data-v-
|
|
13507
|
+
const ib = /* @__PURE__ */ pe(Pv, [["render", Ov], ["__scopeId", "data-v-e7755b63"]]), xv = {
|
|
13506
13508
|
name: "FusionListItem",
|
|
13507
13509
|
components: {
|
|
13508
13510
|
SVGTick: ns
|