@ouestfrance/sipa-bms-ui 8.23.3 → 8.23.4
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/mockServiceWorker.js +1 -1
- package/dist/sipa-bms-ui.css +42 -27
- package/dist/sipa-bms-ui.es.js +10 -8
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +10 -8
- package/dist/sipa-bms-ui.umd.js.map +1 -1
- package/package.json +14 -14
- package/src/components/button/BmsToggleIcon.vue +20 -5
- package/src/components/form/BmsTag.vue +2 -2
package/dist/sipa-bms-ui.umd.js
CHANGED
|
@@ -586,7 +586,7 @@
|
|
|
586
586
|
return target;
|
|
587
587
|
};
|
|
588
588
|
|
|
589
|
-
const BmsToggleIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__scopeId", "data-v-
|
|
589
|
+
const BmsToggleIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__scopeId", "data-v-76fd6513"]]);
|
|
590
590
|
|
|
591
591
|
/**
|
|
592
592
|
* @license lucide-vue-next v0.562.0 - ISC
|
|
@@ -69924,7 +69924,10 @@
|
|
|
69924
69924
|
|
|
69925
69925
|
const BmsInputToggle = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-5f354760"]]);
|
|
69926
69926
|
|
|
69927
|
-
const _hoisted_1$I = {
|
|
69927
|
+
const _hoisted_1$I = {
|
|
69928
|
+
key: 0,
|
|
69929
|
+
class: "dismiss-button"
|
|
69930
|
+
};
|
|
69928
69931
|
const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
69929
69932
|
__name: "BmsTag",
|
|
69930
69933
|
props: {
|
|
@@ -69942,9 +69945,8 @@
|
|
|
69942
69945
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("click"))
|
|
69943
69946
|
}, [
|
|
69944
69947
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
69945
|
-
vue.
|
|
69946
|
-
|
|
69947
|
-
key: 0,
|
|
69948
|
+
__props.canBeDismissed ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$I, [
|
|
69949
|
+
vue.createVNode(vue.unref(_sfc_main$1p), {
|
|
69948
69950
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(($event) => emits("dismiss"), ["stop"]))
|
|
69949
69951
|
}, {
|
|
69950
69952
|
default: vue.withCtx(() => [
|
|
@@ -69953,14 +69955,14 @@
|
|
|
69953
69955
|
], true)
|
|
69954
69956
|
]),
|
|
69955
69957
|
_: 3
|
|
69956
|
-
})
|
|
69957
|
-
])
|
|
69958
|
+
})
|
|
69959
|
+
])) : vue.createCommentVNode("", true)
|
|
69958
69960
|
], 2);
|
|
69959
69961
|
};
|
|
69960
69962
|
}
|
|
69961
69963
|
});
|
|
69962
69964
|
|
|
69963
|
-
const BmsTag = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-
|
|
69965
|
+
const BmsTag = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-35d99c82"]]);
|
|
69964
69966
|
|
|
69965
69967
|
const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
69966
69968
|
__name: "RawSelect",
|