@ouestfrance/sipa-bms-ui 8.0.0 → 8.0.1

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.
@@ -37004,7 +37004,10 @@
37004
37004
  open: { type: Boolean, default: false },
37005
37005
  canAddNewOption: { type: Boolean }
37006
37006
  }, {
37007
- "modelValue": { required: true },
37007
+ "modelValue": {
37008
+ required: true,
37009
+ default: null
37010
+ },
37008
37011
  "modelModifiers": {}
37009
37012
  }),
37010
37013
  emits: /* @__PURE__ */ vue.mergeModels(["addNewOption", "select"], ["update:modelValue"]),
@@ -37071,7 +37074,7 @@
37071
37074
  }
37072
37075
  });
37073
37076
 
37074
- const BmsAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-2adc5f5f"]]);
37077
+ const BmsAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-8bcd327f"]]);
37075
37078
 
37076
37079
  const _sfc_main$11 = /* @__PURE__ */ vue.defineComponent({
37077
37080
  __name: "BmsBetweenInput",