@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.
package/dist/sipa-bms-ui.css
CHANGED
|
@@ -623,18 +623,18 @@ ul li[data-v-4f63af62]:hover, ul li.selected[data-v-4f63af62] {
|
|
|
623
623
|
height: 1em;
|
|
624
624
|
width: 1em;
|
|
625
625
|
cursor: pointer;
|
|
626
|
-
}.icon[data-v-
|
|
626
|
+
}.icon[data-v-8bcd327f] {
|
|
627
627
|
height: 1em;
|
|
628
628
|
width: 1em;
|
|
629
629
|
}
|
|
630
|
-
.icon.datalist-icon[data-v-
|
|
630
|
+
.icon.datalist-icon[data-v-8bcd327f] {
|
|
631
631
|
margin: 0 0.5em;
|
|
632
632
|
}
|
|
633
|
-
.icon[data-v-
|
|
633
|
+
.icon[data-v-8bcd327f] svg {
|
|
634
634
|
height: 100%;
|
|
635
635
|
width: 100%;
|
|
636
636
|
}
|
|
637
|
-
.icon[data-v-
|
|
637
|
+
.icon[data-v-8bcd327f] svg * {
|
|
638
638
|
fill: currentColor !important;
|
|
639
639
|
}.field-between__separator[data-v-66be0ad9] {
|
|
640
640
|
margin-left: 10px;
|
package/dist/sipa-bms-ui.es.js
CHANGED
|
@@ -37001,7 +37001,10 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
37001
37001
|
open: { type: Boolean, default: false },
|
|
37002
37002
|
canAddNewOption: { type: Boolean }
|
|
37003
37003
|
}, {
|
|
37004
|
-
"modelValue": {
|
|
37004
|
+
"modelValue": {
|
|
37005
|
+
required: true,
|
|
37006
|
+
default: null
|
|
37007
|
+
},
|
|
37005
37008
|
"modelModifiers": {}
|
|
37006
37009
|
}),
|
|
37007
37010
|
emits: /* @__PURE__ */ mergeModels(["addNewOption", "select"], ["update:modelValue"]),
|
|
@@ -37068,7 +37071,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
|
|
|
37068
37071
|
}
|
|
37069
37072
|
});
|
|
37070
37073
|
|
|
37071
|
-
const BmsAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-
|
|
37074
|
+
const BmsAutocomplete = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-8bcd327f"]]);
|
|
37072
37075
|
|
|
37073
37076
|
const _sfc_main$11 = /* @__PURE__ */ defineComponent({
|
|
37074
37077
|
__name: "BmsBetweenInput",
|