@ouestfrance/sipa-bms-ui 8.10.0 → 8.10.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.
- package/dist/sipa-bms-ui.css +12 -12
- package/dist/sipa-bms-ui.es.js +4 -3
- package/dist/sipa-bms-ui.es.js.map +1 -1
- package/dist/sipa-bms-ui.umd.js +4 -3
- package/dist/sipa-bms-ui.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/form/BmsTextArea.vue +1 -1
- package/src/components/form/UiBmsSwitch.vue +1 -0
package/dist/sipa-bms-ui.umd.js
CHANGED
|
@@ -68428,7 +68428,7 @@
|
|
|
68428
68428
|
}
|
|
68429
68429
|
});
|
|
68430
68430
|
|
|
68431
|
-
const UiBmsSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-
|
|
68431
|
+
const UiBmsSwitch = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-6de1a5c6"]]);
|
|
68432
68432
|
|
|
68433
68433
|
const _hoisted_1$G = { class: "input-switch-info" };
|
|
68434
68434
|
const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
@@ -86099,7 +86099,7 @@
|
|
|
86099
86099
|
|
|
86100
86100
|
const BmsSelect = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-21c618e0"]]);
|
|
86101
86101
|
|
|
86102
|
-
const _hoisted_1$C = ["value", "required", "placeholder"];
|
|
86102
|
+
const _hoisted_1$C = ["value", "required", "placeholder", "disabled"];
|
|
86103
86103
|
const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
86104
86104
|
__name: "BmsTextArea",
|
|
86105
86105
|
props: {
|
|
@@ -86150,6 +86150,7 @@
|
|
|
86150
86150
|
class: vue.normalizeClass(classes.value),
|
|
86151
86151
|
required: _ctx.required,
|
|
86152
86152
|
placeholder: _ctx.placeholder,
|
|
86153
|
+
disabled: _ctx.disabled,
|
|
86153
86154
|
onInput,
|
|
86154
86155
|
onKeydown: _cache[0] || (_cache[0] = vue.withKeys(vue.withModifiers(() => {
|
|
86155
86156
|
}, ["stop"]), ["enter"])),
|
|
@@ -86162,7 +86163,7 @@
|
|
|
86162
86163
|
}
|
|
86163
86164
|
});
|
|
86164
86165
|
|
|
86165
|
-
const BmsTextArea = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-
|
|
86166
|
+
const BmsTextArea = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["__scopeId", "data-v-b7e10b40"]]);
|
|
86166
86167
|
|
|
86167
86168
|
const _hoisted_1$B = { class: "page__breadcrumb" };
|
|
86168
86169
|
const _hoisted_2$o = { class: "page__header" };
|