@ouestfrance/sipa-bms-ui 8.48.1 → 8.48.2
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.umd.js
CHANGED
|
@@ -101550,7 +101550,8 @@
|
|
|
101550
101550
|
});
|
|
101551
101551
|
const classes = (0, vue.computed)(() => ({
|
|
101552
101552
|
"is-error": props.errors?.length,
|
|
101553
|
-
"is-disabled": props.disabled
|
|
101553
|
+
"is-disabled": props.disabled,
|
|
101554
|
+
"has-icon": !props.multiple && !!singleSelectedItem.value?.icon
|
|
101554
101555
|
}));
|
|
101555
101556
|
(0, vue.watch)(searching, (newSearch) => {
|
|
101556
101557
|
if (props.request) debouncedLoadData(newSearch);
|
|
@@ -101815,7 +101816,7 @@
|
|
|
101815
101816
|
}, 16)]);
|
|
101816
101817
|
};
|
|
101817
101818
|
}
|
|
101818
|
-
}), [["__scopeId", "data-v-
|
|
101819
|
+
}), [["__scopeId", "data-v-7df0bce4"]]);
|
|
101819
101820
|
//#endregion
|
|
101820
101821
|
//#region src/components/form/BmsTextArea.vue?vue&type=script&setup=true&lang.ts
|
|
101821
101822
|
var _hoisted_1$42 = [
|