@opentiny/vue-base-select
Version:
296 lines (295 loc) • 8.49 kB
TypeScript
declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{
name?: any;
label?: any;
disabled?: any;
size?: any;
id?: any;
dataset?: any;
options?: any;
loading?: any;
placement?: any;
tiny_mode?: any;
tiny_mode_root?: any;
tiny_template?: any;
tiny_renderless?: any;
_constants?: any;
tiny_theme?: any;
tiny_chart_theme?: any;
tiny_mcp_config?: any;
modelValue?: any;
tabindex?: any;
trim?: any;
popperClass?: any;
popperAppendToBody?: any;
textField?: any;
tip?: any;
valueField?: any;
popperOptions?: any;
readonly?: any;
hoverExpand?: any;
clearable?: any;
autocomplete?: any;
displayOnly?: any;
inputBoxType?: any;
placeholder?: any;
multiple?: any;
dropStyle?: any;
shape?: any;
blank?: any;
showTips?: any;
delay?: any;
remote?: any;
remoteConfig?: any;
showCheck?: any;
showAlloption?: any;
noDataText?: any;
filterable?: any;
loadingText?: any;
noMatchText?: any;
allowCreate?: any;
collapseTags?: any;
remoteMethod?: any;
filterMethod?: any;
reserveKeyword?: any;
automaticDropdown?: any;
defaultFirstOption?: any;
valueKey?: any;
multipleLimit?: any;
hideDrop?: any;
copyable?: any;
cacheOp?: any;
isDropInheritWidth?: any;
tagSelectable?: any;
selectConfig?: any;
radioConfig?: any;
allowCopy?: any;
textSplit?: any;
autoClose?: any;
queryDebounce?: any;
ignoreEnter?: any;
dropdownIcon?: any;
disabledTooltipContent?: any;
optimization?: any;
initQuery?: any;
extraQueryParams?: any;
updateDelay?: any;
keepFocus?: any;
topCreate?: any;
topCreateText?: any;
searchable?: any;
showEmptyImage?: any;
tagType?: any;
clearNoMatchValue?: any;
showLimitText?: any;
showProportion?: any;
clickExpand?: any;
maxVisibleRows?: any;
allText?: any;
showAllTextTag?: any;
showOverflowTooltip?: any;
showDropdown?: any;
expandTags?: any;
}>, {
t: (this: any, path: any, options?: any) => any;
vm: any;
f: (props: any, attrs?: {}) => {};
a: (attrs: any, filters: any, include: any) => {};
d: (props: any) => void;
dp: (props: any) => void;
gcls: (key: any) => any;
m: (...cssClasses: any[]) => string;
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, ("visible-change" | "change" | "blur" | "focus" | "clear" | "update:modelValue" | "remove-tag" | "dropdown-click" | "handleDropdownClick" | "top-create-click")[], "visible-change" | "change" | "blur" | "focus" | "clear" | "update:modelValue" | "remove-tag" | "dropdown-click" | "handleDropdownClick" | "top-create-click", import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{
name?: any;
label?: any;
disabled?: any;
size?: any;
id?: any;
dataset?: any;
options?: any;
loading?: any;
placement?: any;
tiny_mode?: any;
tiny_mode_root?: any;
tiny_template?: any;
tiny_renderless?: any;
_constants?: any;
tiny_theme?: any;
tiny_chart_theme?: any;
tiny_mcp_config?: any;
modelValue?: any;
tabindex?: any;
trim?: any;
popperClass?: any;
popperAppendToBody?: any;
textField?: any;
tip?: any;
valueField?: any;
popperOptions?: any;
readonly?: any;
hoverExpand?: any;
clearable?: any;
autocomplete?: any;
displayOnly?: any;
inputBoxType?: any;
placeholder?: any;
multiple?: any;
dropStyle?: any;
shape?: any;
blank?: any;
showTips?: any;
delay?: any;
remote?: any;
remoteConfig?: any;
showCheck?: any;
showAlloption?: any;
noDataText?: any;
filterable?: any;
loadingText?: any;
noMatchText?: any;
allowCreate?: any;
collapseTags?: any;
remoteMethod?: any;
filterMethod?: any;
reserveKeyword?: any;
automaticDropdown?: any;
defaultFirstOption?: any;
valueKey?: any;
multipleLimit?: any;
hideDrop?: any;
copyable?: any;
cacheOp?: any;
isDropInheritWidth?: any;
tagSelectable?: any;
selectConfig?: any;
radioConfig?: any;
allowCopy?: any;
textSplit?: any;
autoClose?: any;
queryDebounce?: any;
ignoreEnter?: any;
dropdownIcon?: any;
disabledTooltipContent?: any;
optimization?: any;
initQuery?: any;
extraQueryParams?: any;
updateDelay?: any;
keepFocus?: any;
topCreate?: any;
topCreateText?: any;
searchable?: any;
showEmptyImage?: any;
tagType?: any;
clearNoMatchValue?: any;
showLimitText?: any;
showProportion?: any;
clickExpand?: any;
maxVisibleRows?: any;
allText?: any;
showAllTextTag?: any;
showOverflowTooltip?: any;
showDropdown?: any;
expandTags?: any;
}>>> & {
onChange?: ((...args: any[]) => any) | undefined;
onBlur?: ((...args: any[]) => any) | undefined;
onFocus?: ((...args: any[]) => any) | undefined;
"onVisible-change"?: ((...args: any[]) => any) | undefined;
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
onClear?: ((...args: any[]) => any) | undefined;
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
"onDropdown-click"?: ((...args: any[]) => any) | undefined;
onHandleDropdownClick?: ((...args: any[]) => any) | undefined;
"onTop-create-click"?: ((...args: any[]) => any) | undefined;
}, {
readonly name?: any;
readonly label?: any;
readonly disabled?: any;
readonly size?: any;
readonly id?: any;
readonly dataset?: any;
readonly options?: any;
readonly loading?: any;
readonly placement?: any;
readonly tiny_mode?: any;
readonly tiny_mode_root?: any;
readonly tiny_template?: any;
readonly tiny_renderless?: any;
readonly _constants?: any;
readonly tiny_theme?: any;
readonly tiny_chart_theme?: any;
readonly tiny_mcp_config?: any;
readonly modelValue?: any;
readonly tabindex?: any;
readonly trim?: any;
readonly popperClass?: any;
readonly popperAppendToBody?: any;
readonly textField?: any;
readonly tip?: any;
readonly valueField?: any;
readonly popperOptions?: any;
readonly readonly?: any;
readonly hoverExpand?: any;
readonly clearable?: any;
readonly autocomplete?: any;
readonly displayOnly?: any;
readonly inputBoxType?: any;
readonly placeholder?: any;
readonly multiple?: any;
readonly dropStyle?: any;
readonly shape?: any;
readonly blank?: any;
readonly showTips?: any;
readonly delay?: any;
readonly remote?: any;
readonly remoteConfig?: any;
readonly showCheck?: any;
readonly showAlloption?: any;
readonly noDataText?: any;
readonly filterable?: any;
readonly loadingText?: any;
readonly noMatchText?: any;
readonly allowCreate?: any;
readonly collapseTags?: any;
readonly remoteMethod?: any;
readonly filterMethod?: any;
readonly reserveKeyword?: any;
readonly automaticDropdown?: any;
readonly defaultFirstOption?: any;
readonly valueKey?: any;
readonly multipleLimit?: any;
readonly hideDrop?: any;
readonly copyable?: any;
readonly cacheOp?: any;
readonly isDropInheritWidth?: any;
readonly tagSelectable?: any;
readonly selectConfig?: any;
readonly radioConfig?: any;
readonly allowCopy?: any;
readonly textSplit?: any;
readonly autoClose?: any;
readonly queryDebounce?: any;
readonly ignoreEnter?: any;
readonly dropdownIcon?: any;
readonly disabledTooltipContent?: any;
readonly optimization?: any;
readonly initQuery?: any;
readonly extraQueryParams?: any;
readonly updateDelay?: any;
readonly keepFocus?: any;
readonly topCreate?: any;
readonly topCreateText?: any;
readonly searchable?: any;
readonly showEmptyImage?: any;
readonly tagType?: any;
readonly clearNoMatchValue?: any;
readonly showLimitText?: any;
readonly showProportion?: any;
readonly clickExpand?: any;
readonly maxVisibleRows?: any;
readonly allText?: any;
readonly showAllTextTag?: any;
readonly showOverflowTooltip?: any;
readonly showDropdown?: any;
readonly expandTags?: any;
}, {}>;
export default _default;