@ouestfrance/sipa-bms-ui 8.14.2 → 8.14.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.
@@ -38245,7 +38245,7 @@
38245
38245
  }
38246
38246
  });
38247
38247
 
38248
- const RawInputText = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-078d99d6"]]);
38248
+ const RawInputText = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-4c74b915"]]);
38249
38249
 
38250
38250
  const _sfc_main$1a = /* @__PURE__ */ vue.defineComponent({
38251
38251
  __name: "RawAutocomplete",
@@ -38338,10 +38338,12 @@
38338
38338
  }
38339
38339
  };
38340
38340
  const clearInput = () => {
38341
- inputText.value = "";
38342
- modelValue.value = null;
38343
- setFocus();
38344
- closeDatalist();
38341
+ if (!props.disabled) {
38342
+ inputText.value = "";
38343
+ modelValue.value = null;
38344
+ setFocus();
38345
+ closeDatalist();
38346
+ }
38345
38347
  };
38346
38348
  __expose({
38347
38349
  setFocus
@@ -38417,7 +38419,7 @@
38417
38419
  }
38418
38420
  });
38419
38421
 
38420
- const RawAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__scopeId", "data-v-eb4d55e4"]]);
38422
+ const RawAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["__scopeId", "data-v-15343285"]]);
38421
38423
 
38422
38424
  const _hoisted_1$P = ["innerHTML"];
38423
38425
  const _hoisted_2$w = ["innerHTML"];
@@ -67836,11 +67838,12 @@
67836
67838
  vue.createVNode(vue.unref(T), {
67837
67839
  modelValue: input.value,
67838
67840
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => input.value = $event),
67841
+ disabled: __props.disabled,
67839
67842
  autofocus: true,
67840
67843
  "indent-with-tab": true,
67841
67844
  "tab-size": 4,
67842
67845
  extensions: extensions.value
67843
- }, null, 8, ["modelValue", "extensions"])
67846
+ }, null, 8, ["modelValue", "disabled", "extensions"])
67844
67847
  ])
67845
67848
  ]),
67846
67849
  _: 1
@@ -67849,7 +67852,7 @@
67849
67852
  }
67850
67853
  });
67851
67854
 
67852
- const BmsInputCode = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-b2a2a2fa"]]);
67855
+ const BmsInputCode = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["__scopeId", "data-v-0de8ac2e"]]);
67853
67856
 
67854
67857
  const _sfc_main$_ = /* @__PURE__ */ vue.defineComponent({
67855
67858
  __name: "BmsInputText",
@@ -68191,7 +68194,7 @@
68191
68194
  }
68192
68195
  });
68193
68196
 
68194
- const BmsInputFile = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-0c91cbf5"]]);
68197
+ const BmsInputFile = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-07e6912d"]]);
68195
68198
 
68196
68199
  const _sfc_main$X = /* @__PURE__ */ vue.defineComponent({
68197
68200
  __name: "BmsInputNumber",
@@ -86153,7 +86156,7 @@
86153
86156
  var lodashExports = requireLodash();
86154
86157
  const _ = /*@__PURE__*/getDefaultExportFromCjs(lodashExports);
86155
86158
 
86156
- const _hoisted_1$E = ["value", "placeholder", "required"];
86159
+ const _hoisted_1$E = ["value", "placeholder", "required", "disabled"];
86157
86160
  const _hoisted_2$p = { class: "icon-toggle-container" };
86158
86161
  const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
86159
86162
  __name: "BmsSelect",
@@ -86231,6 +86234,7 @@
86231
86234
  value: displayValue.value,
86232
86235
  placeholder: __props.placeholder,
86233
86236
  required: __props.required,
86237
+ disabled: __props.disabled,
86234
86238
  onFocus: openDatalist,
86235
86239
  onClick: openDatalist,
86236
86240
  onKeyup: vue.withKeys(openDatalist, ["down"])
@@ -86253,7 +86257,7 @@
86253
86257
  }
86254
86258
  });
86255
86259
 
86256
- const BmsSelect = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-a6c01476"]]);
86260
+ const BmsSelect = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["__scopeId", "data-v-7aef9c6c"]]);
86257
86261
 
86258
86262
  const _hoisted_1$D = ["value", "required", "placeholder", "disabled"];
86259
86263
  const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
@@ -86321,7 +86325,7 @@
86321
86325
  }
86322
86326
  });
86323
86327
 
86324
- const BmsTextArea = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-b7e10b40"]]);
86328
+ const BmsTextArea = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-94de6dd9"]]);
86325
86329
 
86326
86330
  const _hoisted_1$C = { class: "page__breadcrumb" };
86327
86331
  const _hoisted_2$o = { class: "page__header" };