@ouestfrance/sipa-bms-ui 8.23.3 → 8.23.5

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.
@@ -586,7 +586,7 @@
586
586
  return target;
587
587
  };
588
588
 
589
- const BmsToggleIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["__scopeId", "data-v-1070e8e1"]]);
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
@@ -39692,11 +39692,11 @@
39692
39692
  isDatalistOpen.value ? (vue.openBlock(), vue.createBlock(vue.unref(ChevronUp), {
39693
39693
  key: 0,
39694
39694
  class: "icon",
39695
- onClick: closeDatalist
39695
+ onClick
39696
39696
  })) : (vue.openBlock(), vue.createBlock(vue.unref(ChevronDown), {
39697
39697
  key: 1,
39698
39698
  class: "icon",
39699
- onClick: openDatalist
39699
+ onClick
39700
39700
  }))
39701
39701
  ], 64))
39702
39702
  ], true)
@@ -39710,7 +39710,7 @@
39710
39710
  }
39711
39711
  });
39712
39712
 
39713
- const RawAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__scopeId", "data-v-f1e65919"]]);
39713
+ const RawAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["__scopeId", "data-v-f0bd97df"]]);
39714
39714
 
39715
39715
  const _hoisted_1$R = ["innerHTML"];
39716
39716
  const _hoisted_2$z = ["innerHTML"];
@@ -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 = { class: "dismiss-button" };
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.createElementVNode("span", _hoisted_1$I, [
69946
- __props.canBeDismissed ? (vue.openBlock(), vue.createBlock(vue.unref(_sfc_main$1p), {
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
- })) : vue.createCommentVNode("", true)
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-e2517fee"]]);
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",