dk-plus
Version:
23 lines (22 loc) • 552 B
JavaScript
import { setStringProp as o, setBooleanProps as e, setNumberProps as r } from "../../_utils/props/index.js";
import { DK_SIZE as l } from "../../_tokens/public/index.js";
const i = {
modelValue: o(""),
options: {
type: Array,
default: () => []
},
fetchSuggestions: Function,
placeholder: o(""),
disabled: e(!1),
clearable: e(!1),
triggerOnFocus: e(!0),
debounce: r(300),
valueKey: o("value"),
highlightFirstItem: e(!1),
hideLoading: e(!1),
size: o(null, (t) => l.includes(t))
};
export {
i as dkAutocompleteProps
};