@ouestfrance/sipa-bms-ui 8.23.2 → 8.23.3
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/sipa-bms-ui.css +7 -7
- package/dist/sipa-bms-ui.es.js +5 -3
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +5 -3
- package/dist/sipa-bms-ui.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/form/RawAutocomplete.vue +4 -2
- package/src/showroom/server.js +10 -2
package/dist/sipa-bms-ui.umd.js
CHANGED
|
@@ -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"];
|