@deskhero/dh_ui 1.48.4 → 1.48.6
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/dh_ui.es.js +3 -2
- package/dist/dh_ui.umd.js +1 -1
- package/dist/src/index.d.ts +2 -1
- package/dist/src/models/InputList.model.d.ts +4 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/dh_ui.es.js
CHANGED
|
@@ -27159,7 +27159,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
27159
27159
|
}
|
|
27160
27160
|
script.render = render;
|
|
27161
27161
|
script.__file = "src/Multiselect.vue";
|
|
27162
|
-
var
|
|
27162
|
+
var default_css_vue_type_style_index_0_src_7d0bffcb_lang = "";
|
|
27163
27163
|
var InputList_vue_vue_type_style_index_1_lang = "";
|
|
27164
27164
|
const _hoisted_1$9 = /* @__PURE__ */ createElementVNode("img", {
|
|
27165
27165
|
alt: "",
|
|
@@ -27196,7 +27196,7 @@ const _sfc_main$a = {
|
|
|
27196
27196
|
setup(__props, { emit }) {
|
|
27197
27197
|
const props = __props;
|
|
27198
27198
|
useCssVars((_ctx) => ({
|
|
27199
|
-
"
|
|
27199
|
+
"1c1e0897": __props.maxHeight
|
|
27200
27200
|
}));
|
|
27201
27201
|
const inputVal = ref([]);
|
|
27202
27202
|
function update() {
|
|
@@ -27229,6 +27229,7 @@ const _sfc_main$a = {
|
|
|
27229
27229
|
placeholder: "Start typing a name",
|
|
27230
27230
|
searchable: true,
|
|
27231
27231
|
"value-prop": __props.idProp,
|
|
27232
|
+
onDeselect: update,
|
|
27232
27233
|
onSelect: update
|
|
27233
27234
|
}, {
|
|
27234
27235
|
tag: withCtx(({ option, handleTagRemove, disabled }) => [
|