@ouestfrance/sipa-bms-ui 8.14.0 → 8.14.2
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/components/navigation/BmsMenuNav.vue.d.ts +3 -0
- package/dist/sipa-bms-ui.css +16 -16
- package/dist/sipa-bms-ui.es.js +7 -2
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +7 -2
- package/dist/sipa-bms-ui.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/navigation/BmsMenuNav.vue +5 -1
package/dist/sipa-bms-ui.umd.js
CHANGED
|
@@ -90200,7 +90200,12 @@
|
|
|
90200
90200
|
item: subItem,
|
|
90201
90201
|
active: isItemActive(subItem),
|
|
90202
90202
|
onClick: ($event) => clickItem(subItem)
|
|
90203
|
-
},
|
|
90203
|
+
}, {
|
|
90204
|
+
"icon-end": vue.withCtx(() => [
|
|
90205
|
+
vue.renderSlot(_ctx.$slots, "icon-end", { item: subItem }, void 0, true)
|
|
90206
|
+
]),
|
|
90207
|
+
_: 2
|
|
90208
|
+
}, 1032, ["item", "active", "onClick"])
|
|
90204
90209
|
]);
|
|
90205
90210
|
}), 128))
|
|
90206
90211
|
], 512), [
|
|
@@ -90231,7 +90236,7 @@
|
|
|
90231
90236
|
}
|
|
90232
90237
|
});
|
|
90233
90238
|
|
|
90234
|
-
const BmsMenuNav = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-
|
|
90239
|
+
const BmsMenuNav = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-8b4752b4"]]);
|
|
90235
90240
|
|
|
90236
90241
|
const _hoisted_1$o = { class: "menu__container" };
|
|
90237
90242
|
const _hoisted_2$f = { class: "menu__top" };
|