@ouestfrance/sipa-bms-ui 8.23.2 → 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 +49 -34
- package/dist/sipa-bms-ui.es.js +15 -11
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +15 -11
- 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/src/components/form/RawAutocomplete.vue +4 -2
- package/src/showroom/server.js +10 -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
|
|
@@ -39614,11 +39614,13 @@
|
|
|
39614
39614
|
isDatalistOpen.value = !isDatalistOpen.value;
|
|
39615
39615
|
}
|
|
39616
39616
|
};
|
|
39617
|
-
const onInput = () => {
|
|
39618
|
-
openDatalist();
|
|
39617
|
+
const onInput = ($event) => {
|
|
39619
39618
|
if (inputText.value === "") {
|
|
39620
39619
|
clearInput();
|
|
39620
|
+
} else {
|
|
39621
|
+
emits("input", $event);
|
|
39621
39622
|
}
|
|
39623
|
+
openDatalist();
|
|
39622
39624
|
};
|
|
39623
39625
|
const setFocus = () => {
|
|
39624
39626
|
if (rawInput.value) {
|
|
@@ -39708,7 +39710,7 @@
|
|
|
39708
39710
|
}
|
|
39709
39711
|
});
|
|
39710
39712
|
|
|
39711
|
-
const RawAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__scopeId", "data-v-
|
|
39713
|
+
const RawAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__scopeId", "data-v-f1e65919"]]);
|
|
39712
39714
|
|
|
39713
39715
|
const _hoisted_1$R = ["innerHTML"];
|
|
39714
39716
|
const _hoisted_2$z = ["innerHTML"];
|
|
@@ -69922,7 +69924,10 @@
|
|
|
69922
69924
|
|
|
69923
69925
|
const BmsInputToggle = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["__scopeId", "data-v-5f354760"]]);
|
|
69924
69926
|
|
|
69925
|
-
const _hoisted_1$I = {
|
|
69927
|
+
const _hoisted_1$I = {
|
|
69928
|
+
key: 0,
|
|
69929
|
+
class: "dismiss-button"
|
|
69930
|
+
};
|
|
69926
69931
|
const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
69927
69932
|
__name: "BmsTag",
|
|
69928
69933
|
props: {
|
|
@@ -69940,9 +69945,8 @@
|
|
|
69940
69945
|
onClick: _cache[1] || (_cache[1] = ($event) => emits("click"))
|
|
69941
69946
|
}, [
|
|
69942
69947
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true),
|
|
69943
|
-
vue.
|
|
69944
|
-
|
|
69945
|
-
key: 0,
|
|
69948
|
+
__props.canBeDismissed ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$I, [
|
|
69949
|
+
vue.createVNode(vue.unref(_sfc_main$1p), {
|
|
69946
69950
|
onClick: _cache[0] || (_cache[0] = vue.withModifiers(($event) => emits("dismiss"), ["stop"]))
|
|
69947
69951
|
}, {
|
|
69948
69952
|
default: vue.withCtx(() => [
|
|
@@ -69951,14 +69955,14 @@
|
|
|
69951
69955
|
], true)
|
|
69952
69956
|
]),
|
|
69953
69957
|
_: 3
|
|
69954
|
-
})
|
|
69955
|
-
])
|
|
69958
|
+
})
|
|
69959
|
+
])) : vue.createCommentVNode("", true)
|
|
69956
69960
|
], 2);
|
|
69957
69961
|
};
|
|
69958
69962
|
}
|
|
69959
69963
|
});
|
|
69960
69964
|
|
|
69961
|
-
const BmsTag = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-
|
|
69965
|
+
const BmsTag = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["__scopeId", "data-v-35d99c82"]]);
|
|
69962
69966
|
|
|
69963
69967
|
const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
69964
69968
|
__name: "RawSelect",
|