import { PropType, InputHTMLAttributes } from 'vue';
import { TreeNode } from 'treemate';
import { FollowerPlacement } from 'vueuc';
import { RenderLabel, RenderOption } from '../../_internal/select-menu/src/interface';
import { RenderTag } from '../../_internal/selection/src/interface';
import { ExtractPublicPropTypes } from '../../_utils';
import type { MaybeArray } from '../../_utils';
import { defaultFilter } from './utils';
import type { SelectMixedOption, SelectBaseOption, SelectGroupOption, SelectIgnoredOption, OnUpdateValue, Value, Size, ValueAtom } from './interface';
declare const selectProps: {
readonly to: {
type: PropType;
default: undefined;
};
readonly bordered: {
readonly type: PropType;
readonly default: undefined;
};
readonly clearable: BooleanConstructor;
readonly options: {
readonly type: PropType;
readonly default: () => never[];
};
readonly defaultValue: {
readonly type: PropType;
readonly default: null;
};
readonly value: PropType;
readonly placeholder: StringConstructor;
readonly multiple: BooleanConstructor;
readonly size: PropType;
readonly filterable: BooleanConstructor;
readonly disabled: {
readonly type: PropType;
readonly default: undefined;
};
readonly remote: BooleanConstructor;
readonly loading: BooleanConstructor;
readonly filter: {
readonly type: PropType<(pattern: string, option: SelectBaseOption) => boolean>;
readonly default: typeof defaultFilter;
};
readonly placement: {
readonly type: PropType;
readonly default: "bottom-start";
};
readonly widthMode: {
readonly type: StringConstructor;
readonly default: "trigger";
};
readonly tag: BooleanConstructor;
readonly onCreate: {
readonly type: PropType<(label: string) => SelectBaseOption>;
readonly default: (label: string) => {
label: string;
value: string;
};
};
readonly fallbackOption: {
readonly type: PropType SelectBaseOption)>;
readonly default: () => (value: string | number) => {
label: string;
value: string | number;
};
};
readonly show: {
readonly type: PropType;
readonly default: undefined;
};
readonly showArrow: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly maxTagCount: PropType;
readonly consistentMenuWidth: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly virtualScroll: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly renderLabel: PropType;
readonly renderOption: PropType;
readonly renderTag: PropType;
readonly 'onUpdate:value': PropType | undefined>;
readonly inputProps: PropType;
readonly onUpdateValue: PropType | undefined>;
readonly onBlur: PropType void> | undefined>;
readonly onClear: PropType void> | undefined>;
readonly onFocus: PropType void> | undefined>;
readonly onScroll: PropType void> | undefined>;
readonly onSearch: PropType void> | undefined>;
readonly onUpdateShow: PropType void>>;
readonly 'onUpdate:show': PropType void>>;
/** deprecated */
readonly onChange: {
readonly type: PropType | undefined>;
readonly validator: () => boolean;
readonly default: undefined;
};
readonly items: {
readonly type: PropType;
readonly validator: () => boolean;
readonly default: undefined;
};
readonly displayDirective: {
readonly type: PropType<"show" | "if">;
readonly default: "show";
};
readonly theme: PropType;
}>;
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
optionFontSizeSmall: string;
optionFontSizeMedium: string;
optionFontSizeLarge: string;
optionFontSizeHuge: string;
optionHeightSmall: string;
optionHeightMedium: string;
optionHeightLarge: string;
optionHeightHuge: string;
borderRadius: string;
color: string;
groupHeaderTextColor: string;
actionDividerColor: string;
optionTextColor: string;
optionTextColorPressed: string;
optionTextColorDisabled: string;
optionTextColorActive: string;
optionOpacityDisabled: string;
optionCheckColor: string;
optionColorPending: string;
optionColorActive: string;
actionTextColor: string;
loadingColor: string;
height: string;
paddingSmall: string;
paddingMedium: string;
paddingLarge: string;
paddingHuge: string;
optionPaddingSmall: string;
optionPaddingMedium: string;
optionPaddingLarge: string;
optionPaddingHuge: string;
loadingSize: string;
}, {
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
color: string;
colorHover: string;
}, any>;
Empty: import("../../_mixins").Theme<"Empty", {
fontSizeSmall: string;
fontSizeMedium: string;
fontSizeLarge: string;
fontSizeHuge: string;
textColor: string;
iconColor: string;
extraTextColor: string;
iconSizeSmall: string;
iconSizeMedium: string;
iconSizeLarge: string;
iconSizeHuge: string;
}, any>;
}>;
}>>;
readonly themeOverrides: PropType;
}>;
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
optionFontSizeSmall: string;
optionFontSizeMedium: string;
optionFontSizeLarge: string;
optionFontSizeHuge: string;
optionHeightSmall: string;
optionHeightMedium: string;
optionHeightLarge: string;
optionHeightHuge: string;
borderRadius: string;
color: string;
groupHeaderTextColor: string;
actionDividerColor: string;
optionTextColor: string;
optionTextColorPressed: string;
optionTextColorDisabled: string;
optionTextColorActive: string;
optionOpacityDisabled: string;
optionCheckColor: string;
optionColorPending: string;
optionColorActive: string;
actionTextColor: string;
loadingColor: string;
height: string;
paddingSmall: string;
paddingMedium: string;
paddingLarge: string;
paddingHuge: string;
optionPaddingSmall: string;
optionPaddingMedium: string;
optionPaddingLarge: string;
optionPaddingHuge: string;
loadingSize: string;
}, {
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
color: string;
colorHover: string;
}, any>;
Empty: import("../../_mixins").Theme<"Empty", {
fontSizeSmall: string;
fontSizeMedium: string;
fontSizeLarge: string;
fontSizeHuge: string;
textColor: string;
iconColor: string;
extraTextColor: string;
iconSizeSmall: string;
iconSizeMedium: string;
iconSizeLarge: string;
iconSizeHuge: string;
}, any>;
}>;
}>>>;
readonly builtinThemeOverrides: PropType;
}>;
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
optionFontSizeSmall: string;
optionFontSizeMedium: string;
optionFontSizeLarge: string;
optionFontSizeHuge: string;
optionHeightSmall: string;
optionHeightMedium: string;
optionHeightLarge: string;
optionHeightHuge: string;
borderRadius: string;
color: string;
groupHeaderTextColor: string;
actionDividerColor: string;
optionTextColor: string;
optionTextColorPressed: string;
optionTextColorDisabled: string;
optionTextColorActive: string;
optionOpacityDisabled: string;
optionCheckColor: string;
optionColorPending: string;
optionColorActive: string;
actionTextColor: string;
loadingColor: string;
height: string;
paddingSmall: string;
paddingMedium: string;
paddingLarge: string;
paddingHuge: string;
optionPaddingSmall: string;
optionPaddingMedium: string;
optionPaddingLarge: string;
optionPaddingHuge: string;
loadingSize: string;
}, {
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
color: string;
colorHover: string;
}, any>;
Empty: import("../../_mixins").Theme<"Empty", {
fontSizeSmall: string;
fontSizeMedium: string;
fontSizeLarge: string;
fontSizeHuge: string;
textColor: string;
iconColor: string;
extraTextColor: string;
iconSizeSmall: string;
iconSizeMedium: string;
iconSizeLarge: string;
iconSizeHuge: string;
}, any>;
}>;
}>>>;
};
export declare type SelectProps = ExtractPublicPropTypes;
declare const _default: import("vue").DefineComponent<{
readonly to: {
type: PropType;
default: undefined;
};
readonly bordered: {
readonly type: PropType;
readonly default: undefined;
};
readonly clearable: BooleanConstructor;
readonly options: {
readonly type: PropType;
readonly default: () => never[];
};
readonly defaultValue: {
readonly type: PropType;
readonly default: null;
};
readonly value: PropType;
readonly placeholder: StringConstructor;
readonly multiple: BooleanConstructor;
readonly size: PropType;
readonly filterable: BooleanConstructor;
readonly disabled: {
readonly type: PropType;
readonly default: undefined;
};
readonly remote: BooleanConstructor;
readonly loading: BooleanConstructor;
readonly filter: {
readonly type: PropType<(pattern: string, option: SelectBaseOption, selected: boolean) => import("vue").VNodeChild)>) => boolean>;
readonly default: typeof defaultFilter;
};
readonly placement: {
readonly type: PropType;
readonly default: "bottom-start";
};
readonly widthMode: {
readonly type: StringConstructor;
readonly default: "trigger";
};
readonly tag: BooleanConstructor;
readonly onCreate: {
readonly type: PropType<(label: string) => SelectBaseOption, selected: boolean) => import("vue").VNodeChild)>>;
readonly default: (label: string) => {
label: string;
value: string;
};
};
readonly fallbackOption: {
readonly type: PropType SelectBaseOption, selected: boolean) => import("vue").VNodeChild)>)>;
readonly default: () => (value: string | number) => {
label: string;
value: string | number;
};
};
readonly show: {
readonly type: PropType;
readonly default: undefined;
};
readonly showArrow: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly maxTagCount: PropType;
readonly consistentMenuWidth: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly virtualScroll: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly renderLabel: PropType;
readonly renderOption: PropType;
readonly renderTag: PropType;
readonly 'onUpdate:value': PropType | undefined>;
readonly inputProps: PropType;
readonly onUpdateValue: PropType | undefined>;
readonly onBlur: PropType void> | undefined>;
readonly onClear: PropType void> | undefined>;
readonly onFocus: PropType void> | undefined>;
readonly onScroll: PropType void> | undefined>;
readonly onSearch: PropType void> | undefined>;
readonly onUpdateShow: PropType void>>;
readonly 'onUpdate:show': PropType void>>;
/** deprecated */
readonly onChange: {
readonly type: PropType | undefined>;
readonly validator: () => boolean;
readonly default: undefined;
};
readonly items: {
readonly type: PropType;
readonly validator: () => boolean;
readonly default: undefined;
};
readonly displayDirective: {
readonly type: PropType<"show" | "if">;
readonly default: "show";
};
readonly theme: PropType;
}>;
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
optionFontSizeSmall: string;
optionFontSizeMedium: string;
optionFontSizeLarge: string;
optionFontSizeHuge: string;
optionHeightSmall: string;
optionHeightMedium: string;
optionHeightLarge: string;
optionHeightHuge: string;
borderRadius: string;
color: string;
groupHeaderTextColor: string;
actionDividerColor: string;
optionTextColor: string;
optionTextColorPressed: string;
optionTextColorDisabled: string;
optionTextColorActive: string;
optionOpacityDisabled: string;
optionCheckColor: string;
optionColorPending: string;
optionColorActive: string;
actionTextColor: string;
loadingColor: string;
height: string;
paddingSmall: string;
paddingMedium: string;
paddingLarge: string;
paddingHuge: string;
optionPaddingSmall: string;
optionPaddingMedium: string;
optionPaddingLarge: string;
optionPaddingHuge: string;
loadingSize: string;
}, {
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
color: string;
colorHover: string;
}, any>;
Empty: import("../../_mixins").Theme<"Empty", {
fontSizeSmall: string;
fontSizeMedium: string;
fontSizeLarge: string;
fontSizeHuge: string;
textColor: string;
iconColor: string;
extraTextColor: string;
iconSizeSmall: string;
iconSizeMedium: string;
iconSizeLarge: string;
iconSizeHuge: string;
}, any>;
}>;
}>>;
readonly themeOverrides: PropType;
}>;
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
optionFontSizeSmall: string;
optionFontSizeMedium: string;
optionFontSizeLarge: string;
optionFontSizeHuge: string;
optionHeightSmall: string;
optionHeightMedium: string;
optionHeightLarge: string;
optionHeightHuge: string;
borderRadius: string;
color: string;
groupHeaderTextColor: string;
actionDividerColor: string;
optionTextColor: string;
optionTextColorPressed: string;
optionTextColorDisabled: string;
optionTextColorActive: string;
optionOpacityDisabled: string;
optionCheckColor: string;
optionColorPending: string;
optionColorActive: string;
actionTextColor: string;
loadingColor: string;
height: string;
paddingSmall: string;
paddingMedium: string;
paddingLarge: string;
paddingHuge: string;
optionPaddingSmall: string;
optionPaddingMedium: string;
optionPaddingLarge: string;
optionPaddingHuge: string;
loadingSize: string;
}, {
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
color: string;
colorHover: string;
}, any>;
Empty: import("../../_mixins").Theme<"Empty", {
fontSizeSmall: string;
fontSizeMedium: string;
fontSizeLarge: string;
fontSizeHuge: string;
textColor: string;
iconColor: string;
extraTextColor: string;
iconSizeSmall: string;
iconSizeMedium: string;
iconSizeLarge: string;
iconSizeHuge: string;
}, any>;
}>;
}>>>;
readonly builtinThemeOverrides: PropType;
}>;
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
optionFontSizeSmall: string;
optionFontSizeMedium: string;
optionFontSizeLarge: string;
optionFontSizeHuge: string;
optionHeightSmall: string;
optionHeightMedium: string;
optionHeightLarge: string;
optionHeightHuge: string;
borderRadius: string;
color: string;
groupHeaderTextColor: string;
actionDividerColor: string;
optionTextColor: string;
optionTextColorPressed: string;
optionTextColorDisabled: string;
optionTextColorActive: string;
optionOpacityDisabled: string;
optionCheckColor: string;
optionColorPending: string;
optionColorActive: string;
actionTextColor: string;
loadingColor: string;
height: string;
paddingSmall: string;
paddingMedium: string;
paddingLarge: string;
paddingHuge: string;
optionPaddingSmall: string;
optionPaddingMedium: string;
optionPaddingLarge: string;
optionPaddingHuge: string;
loadingSize: string;
}, {
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
color: string;
colorHover: string;
}, any>;
Empty: import("../../_mixins").Theme<"Empty", {
fontSizeSmall: string;
fontSizeMedium: string;
fontSizeLarge: string;
fontSizeHuge: string;
textColor: string;
iconColor: string;
extraTextColor: string;
iconSizeSmall: string;
iconSizeMedium: string;
iconSizeLarge: string;
iconSizeHuge: string;
}, any>;
}>;
}>>>;
}, {
mergedClsPrefix: import("vue").ComputedRef;
mergedBordered: import("vue").ComputedRef;
namespace: import("vue").ComputedRef;
treeMate: import("vue").ComputedRef, selected: boolean) => import("vue").VNodeChild)>, SelectGroupOption, SelectIgnoredOption>>;
isMounted: Readonly>;
triggerRef: import("vue").Ref<{
focus: () => void;
focusInput: () => void;
$el: HTMLElement;
} | null>;
menuRef: import("vue").Ref<{
selfRef: HTMLElement | null;
getPendingTmNode: () => TreeNode, selected: boolean) => import("vue").VNodeChild)>, SelectBaseOption, selected: boolean) => import("vue").VNodeChild)>, SelectBaseOption, selected: boolean) => import("vue").VNodeChild)>> | null;
prev: () => void;
next: () => void;
} | null>;
pattern: import("vue").Ref;
uncontrolledShow: import("vue").Ref;
mergedShow: import("vue").ComputedRef;
adjustedTo: import("vue").ComputedRef;
uncontrolledValue: import("vue").Ref;
mergedValue: import("vue").ComputedRef;
followerRef: import("vue").Ref<{
syncPosition: () => void;
} | null>;
localizedPlaceholder: import("vue").ComputedRef;
selectedOption: import("vue").ComputedRef, selected: boolean) => import("vue").VNodeChild)> | null>;
selectedOptions: import("vue").ComputedRef, selected: boolean) => import("vue").VNodeChild)>[] | null>;
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
mergedDisabled: import("vue").ComputedRef;
focused: import("vue").Ref;
handleMenuFocus: (e: FocusEvent) => void;
handleMenuBlur: (e: FocusEvent) => void;
handleMenuTabOut: () => void;
handleTriggerClick: () => void;
handleToggle: (tmNode: TreeNode) => void;
handleDeleteOption: (option: SelectBaseOption) => void;
handlePatternInput: (e: InputEvent) => void;
handleClear: (e: MouseEvent) => void;
handleTriggerBlur: (e: FocusEvent) => void;
handleTriggerFocus: (e: FocusEvent) => void;
handleKeyDown: (e: KeyboardEvent) => void;
handleKeyUp: (e: KeyboardEvent) => void;
syncPosition: () => void;
handleMenuLeave: () => void;
handleMenuClickOutside: (e: MouseEvent) => void;
handleMenuScroll: (e: Event) => void;
handleMenuKeyup: (e: KeyboardEvent) => void;
handleMenuKeydown: (e: KeyboardEvent) => void;
handleMenuMousedown: (e: MouseEvent) => void;
mergedTheme: import("vue").ComputedRef<{
common: {
baseColor: string;
primaryColor: string;
primaryColorHover: string;
primaryColorPressed: string;
primaryColorSuppl: string;
infoColor: string;
infoColorHover: string;
infoColorPressed: string;
infoColorSuppl: string;
successColor: string;
successColorHover: string;
successColorPressed: string;
successColorSuppl: string;
warningColor: string;
warningColorHover: string;
warningColorPressed: string;
warningColorSuppl: string;
errorColor: string;
errorColorHover: string;
errorColorPressed: string;
errorColorSuppl: string;
textColorBase: string;
textColor1: string;
textColor2: string;
textColor3: string;
textColorDisabled: string;
placeholderColor: string;
placeholderColorDisabled: string;
iconColor: string;
iconColorHover: string;
iconColorPressed: string;
iconColorDisabled: string;
opacity1: string;
opacity2: string;
opacity3: string;
opacity4: string;
opacity5: string;
dividerColor: string;
borderColor: string;
closeColor: string;
closeColorHover: string;
closeColorPressed: string;
closeColorDisabled: string;
clearColor: string;
clearColorHover: string;
clearColorPressed: string;
scrollbarColor: string;
scrollbarColorHover: string;
scrollbarWidth: string;
scrollbarHeight: string;
scrollbarBorderRadius: string;
progressRailColor: string;
railColor: string;
popoverColor: string;
tableColor: string;
cardColor: string;
modalColor: string;
bodyColor: string;
tagColor: string;
avatarColor: string;
invertedColor: string;
inputColor: string;
codeColor: string;
tabColor: string;
actionColor: string;
tableHeaderColor: string;
hoverColor: string;
tableColorHover: string;
pressedColor: string;
opacityDisabled: string;
inputColorDisabled: string;
boxShadow1: string;
boxShadow2: string;
boxShadow3: string;
fontFamily: string;
fontFamilyMono: string;
fontWeight: string;
fontWeightStrong: string;
cubicBezierEaseInOut: string;
cubicBezierEaseOut: string;
cubicBezierEaseIn: string;
borderRadius: string;
borderRadiusSmall: string;
fontSize: string;
fontSizeTiny: string;
fontSizeSmall: string;
fontSizeMedium: string;
fontSizeLarge: string;
fontSizeHuge: string;
lineHeight: string;
heightTiny: string;
heightSmall: string;
heightMedium: string;
heightLarge: string;
heightHuge: string;
transformDebounceScale: string;
name: "common";
};
self: {
menuBoxShadow: string;
};
peers: {
InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
fontSizeTiny: string;
fontSizeSmall: string;
fontSizeMedium: string;
fontSizeLarge: string;
heightTiny: string;
heightSmall: string;
heightMedium: string;
heightLarge: string;
borderRadius: string;
textColor: string;
textColorDisabled: string;
placeholderColor: string;
placeholderColorDisabled: string;
color: string;
colorDisabled: string;
colorActive: string;
border: string;
borderHover: string;
borderActive: string;
borderFocus: string;
boxShadowHover: null;
boxShadowActive: string;
boxShadowFocus: string;
caretColor: string;
arrowColor: string;
arrowColorDisabled: string;
loadingColor: string;
borderWarning: string;
borderHoverWarning: string;
borderActiveWarning: string;
borderFocusWarning: string;
boxShadowHoverWarning: null;
boxShadowActiveWarning: string;
boxShadowFocusWarning: string;
colorActiveWarning: string;
caretColorWarning: string;
borderError: string;
borderHoverError: string;
borderActiveError: string;
borderFocusError: string;
boxShadowHoverError: null;
boxShadowActiveError: string;
boxShadowFocusError: string;
colorActiveError: string;
caretColorError: string;
clearColor: string;
clearColorHover: string;
clearColorPressed: string;
paddingSingle: string;
clearSize: string;
arrowSize: string;
}, {
Popover: import("../../_mixins").Theme<"Popover", {
fontSize: string;
borderRadius: string;
color: string;
dividerColor: string;
textColor: string;
boxShadow: string;
space: string;
spaceArrow: string;
arrowOffset: string;
arrowOffsetVertical: string;
arrowHeight: string;
padding: string;
}, any>;
}>;
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
optionFontSizeSmall: string;
optionFontSizeMedium: string;
optionFontSizeLarge: string;
optionFontSizeHuge: string;
optionHeightSmall: string;
optionHeightMedium: string;
optionHeightLarge: string;
optionHeightHuge: string;
borderRadius: string;
color: string;
groupHeaderTextColor: string;
actionDividerColor: string;
optionTextColor: string;
optionTextColorPressed: string;
optionTextColorDisabled: string;
optionTextColorActive: string;
optionOpacityDisabled: string;
optionCheckColor: string;
optionColorPending: string;
optionColorActive: string;
actionTextColor: string;
loadingColor: string;
height: string;
paddingSmall: string;
paddingMedium: string;
paddingLarge: string;
paddingHuge: string;
optionPaddingSmall: string;
optionPaddingMedium: string;
optionPaddingLarge: string;
optionPaddingHuge: string;
loadingSize: string;
}, {
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
color: string;
colorHover: string;
}, any>;
Empty: import("../../_mixins").Theme<"Empty", {
fontSizeSmall: string;
fontSizeMedium: string;
fontSizeLarge: string;
fontSizeHuge: string;
textColor: string;
iconColor: string;
extraTextColor: string;
iconSizeSmall: string;
iconSizeMedium: string;
iconSizeLarge: string;
iconSizeHuge: string;
}, any>;
}>;
};
peerOverrides: {
InternalSelection?: {
peers?: {
Popover?: import("../../_mixins/use-theme").ExtractThemeOverrides> | undefined;
} | undefined;
} | undefined;
InternalSelectMenu?: {
peers?: {
Scrollbar?: import("../../_mixins/use-theme").ExtractThemeOverrides> | undefined;
Empty?: import("../../_mixins/use-theme").ExtractThemeOverrides> | undefined;
} | undefined;
} | undefined;
};
}>;
cssVars: import("vue").ComputedRef<{
'--menu-box-shadow': string;
}>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
readonly to?: unknown;
readonly bordered?: unknown;
readonly clearable?: unknown;
readonly options?: unknown;
readonly defaultValue?: unknown;
readonly value?: unknown;
readonly placeholder?: unknown;
readonly multiple?: unknown;
readonly size?: unknown;
readonly filterable?: unknown;
readonly disabled?: unknown;
readonly remote?: unknown;
readonly loading?: unknown;
readonly filter?: unknown;
readonly placement?: unknown;
readonly widthMode?: unknown;
readonly tag?: unknown;
readonly onCreate?: unknown;
readonly fallbackOption?: unknown;
readonly show?: unknown;
readonly showArrow?: unknown;
readonly maxTagCount?: unknown;
readonly consistentMenuWidth?: unknown;
readonly virtualScroll?: unknown;
readonly renderLabel?: unknown;
readonly renderOption?: unknown;
readonly renderTag?: unknown;
readonly 'onUpdate:value'?: unknown;
readonly inputProps?: unknown;
readonly onUpdateValue?: unknown;
readonly onBlur?: unknown;
readonly onClear?: unknown;
readonly onFocus?: unknown;
readonly onScroll?: unknown;
readonly onSearch?: unknown;
readonly onUpdateShow?: unknown;
readonly 'onUpdate:show'?: unknown;
readonly onChange?: unknown;
readonly items?: unknown;
readonly displayDirective?: unknown;
readonly theme?: unknown;
readonly themeOverrides?: unknown;
readonly builtinThemeOverrides?: unknown;
} & {
tag: boolean;
filter: (pattern: string, option: SelectBaseOption, selected: boolean) => import("vue").VNodeChild)>) => boolean;
multiple: boolean;
loading: boolean;
placement: FollowerPlacement;
virtualScroll: boolean;
showArrow: boolean;
displayDirective: "show" | "if";
filterable: boolean;
clearable: boolean;
options: SelectMixedOption[];
defaultValue: Value | null;
remote: boolean;
widthMode: string;
onCreate: (label: string) => SelectBaseOption, selected: boolean) => import("vue").VNodeChild)>;
fallbackOption: false | ((value: string | number) => SelectBaseOption, selected: boolean) => import("vue").VNodeChild)>);
consistentMenuWidth: boolean;
} & {
value?: Value | null | undefined;
size?: Size | undefined;
show?: boolean | undefined;
disabled?: boolean | undefined;
onFocus?: MaybeArray<(e: FocusEvent) => void> | undefined;
onBlur?: MaybeArray<(e: FocusEvent) => void> | undefined;
onChange?: MaybeArray | undefined;
onScroll?: MaybeArray<(e: Event) => void> | undefined;
placeholder?: string | undefined;
to?: string | boolean | HTMLElement | undefined;
theme?: import("../../_mixins").Theme<"Select", {
menuBoxShadow: string;
}, {
InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
fontSizeTiny: string;
fontSizeSmall: string;
fontSizeMedium: string;
fontSizeLarge: string;
heightTiny: string;
heightSmall: string;
heightMedium: string;
heightLarge: string;
borderRadius: string;
textColor: string;
textColorDisabled: string;
placeholderColor: string;
placeholderColorDisabled: string;
color: string;
colorDisabled: string;
colorActive: string;
border: string;
borderHover: string;
borderActive: string;
borderFocus: string;
boxShadowHover: null;
boxShadowActive: string;
boxShadowFocus: string;
caretColor: string;
arrowColor: string;
arrowColorDisabled: string;
loadingColor: string;
borderWarning: string;
borderHoverWarning: string;
borderActiveWarning: string;
borderFocusWarning: string;
boxShadowHoverWarning: null;
boxShadowActiveWarning: string;
boxShadowFocusWarning: string;
colorActiveWarning: string;
caretColorWarning: string;
borderError: string;
borderHoverError: string;
borderActiveError: string;
borderFocusError: string;
boxShadowHoverError: null;
boxShadowActiveError: string;
boxShadowFocusError: string;
colorActiveError: string;
caretColorError: string;
clearColor: string;
clearColorHover: string;
clearColorPressed: string;
paddingSingle: string;
clearSize: string;
arrowSize: string;
}, {
Popover: import("../../_mixins").Theme<"Popover", {
fontSize: string;
borderRadius: string;
color: string;
dividerColor: string;
textColor: string;
boxShadow: string;
space: string;
spaceArrow: string;
arrowOffset: string;
arrowOffsetVertical: string;
arrowHeight: string;
padding: string;
}, any>;
}>;
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
optionFontSizeSmall: string;
optionFontSizeMedium: string;
optionFontSizeLarge: string;
optionFontSizeHuge: string;
optionHeightSmall: string;
optionHeightMedium: string;
optionHeightLarge: string;
optionHeightHuge: string;
borderRadius: string;
color: string;
groupHeaderTextColor: string;
actionDividerColor: string;
optionTextColor: string;
optionTextColorPressed: string;
optionTextColorDisabled: string;
optionTextColorActive: string;
optionOpacityDisabled: string;
optionCheckColor: string;
optionColorPending: string;
optionColorActive: string;
actionTextColor: string;
loadingColor: string;
height: string;
paddingSmall: string;
paddingMedium: string;
paddingLarge: string;
paddingHuge: string;
optionPaddingSmall: string;
optionPaddingMedium: string;
optionPaddingLarge: string;
optionPaddingHuge: string;
loadingSize: string;
}, {
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
color: string;
colorHover: string;
}, any>;
Empty: import("../../_mixins").Theme<"Empty", {
fontSizeSmall: string;
fontSizeMedium: string;
fontSizeLarge: string;
fontSizeHuge: string;
textColor: string;
iconColor: string;
extraTextColor: string;
iconSizeSmall: string;
iconSizeMedium: string;
iconSizeLarge: string;
iconSizeHuge: string;
}, any>;
}>;
}> | undefined;
themeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides;
}>;
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
optionFontSizeSmall: string;
optionFontSizeMedium: string;
optionFontSizeLarge: string;
optionFontSizeHuge: string;
optionHeightSmall: string;
optionHeightMedium: string;
optionHeightLarge: string;
optionHeightHuge: string;
borderRadius: string;
color: string;
groupHeaderTextColor: string;
actionDividerColor: string;
optionTextColor: string;
optionTextColorPressed: string;
optionTextColorDisabled: string;
optionTextColorActive: string;
optionOpacityDisabled: string;
optionCheckColor: string;
optionColorPending: string;
optionColorActive: string;
actionTextColor: string;
loadingColor: string;
height: string;
paddingSmall: string;
paddingMedium: string;
paddingLarge: string;
paddingHuge: string;
optionPaddingSmall: string;
optionPaddingMedium: string;
optionPaddingLarge: string;
optionPaddingHuge: string;
loadingSize: string;
}, {
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
color: string;
colorHover: string;
}, any>;
Empty: import("../../_mixins").Theme<"Empty", {
fontSizeSmall: string;
fontSizeMedium: string;
fontSizeLarge: string;
fontSizeHuge: string;
textColor: string;
iconColor: string;
extraTextColor: string;
iconSizeSmall: string;
iconSizeMedium: string;
iconSizeLarge: string;
iconSizeHuge: string;
}, any>;
}>;
}>> | undefined;
builtinThemeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides;
}>;
InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
optionFontSizeSmall: string;
optionFontSizeMedium: string;
optionFontSizeLarge: string;
optionFontSizeHuge: string;
optionHeightSmall: string;
optionHeightMedium: string;
optionHeightLarge: string;
optionHeightHuge: string;
borderRadius: string;
color: string;
groupHeaderTextColor: string;
actionDividerColor: string;
optionTextColor: string;
optionTextColorPressed: string;
optionTextColorDisabled: string;
optionTextColorActive: string;
optionOpacityDisabled: string;
optionCheckColor: string;
optionColorPending: string;
optionColorActive: string;
actionTextColor: string;
loadingColor: string;
height: string;
paddingSmall: string;
paddingMedium: string;
paddingLarge: string;
paddingHuge: string;
optionPaddingSmall: string;
optionPaddingMedium: string;
optionPaddingLarge: string;
optionPaddingHuge: string;
loadingSize: string;
}, {
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
color: string;
colorHover: string;
}, any>;
Empty: import("../../_mixins").Theme<"Empty", {
fontSizeSmall: string;
fontSizeMedium: string;
fontSizeLarge: string;
fontSizeHuge: string;
textColor: string;
iconColor: string;
extraTextColor: string;
iconSizeSmall: string;
iconSizeMedium: string;
iconSizeLarge: string;
iconSizeHuge: string;
}, any>;
}>;
}>> | undefined;
items?: SelectMixedOption[] | undefined;
bordered?: boolean | undefined;
renderLabel?: RenderLabel | undefined;
renderOption?: RenderOption | undefined;
"onUpdate:show"?: MaybeArray<(value: boolean) => void> | undefined;
onUpdateShow?: MaybeArray<(value: boolean) => void> | undefined;
onClear?: MaybeArray<() => void> | undefined;
inputProps?: InputHTMLAttributes | undefined;
renderTag?: RenderTag | undefined;
maxTagCount?: number | "responsive" | undefined;
"onUpdate:value"?: MaybeArray | undefined;
onUpdateValue?: MaybeArray | undefined;
onSearch?: MaybeArray<(value: string) => void> | undefined;
}>, {
tag: boolean;
filter: (pattern: string, option: SelectBaseOption, selected: boolean) => import("vue").VNodeChild)>) => boolean;
show: boolean | undefined;
multiple: boolean;
disabled: boolean | undefined;
onChange: MaybeArray | undefined;
to: string | boolean | HTMLElement;
loading: boolean;
placement: FollowerPlacement;
items: SelectMixedOption[] | undefined;
bordered: boolean | undefined;
virtualScroll: boolean;
showArrow: boolean;
displayDirective: "show" | "if";
filterable: boolean;
clearable: boolean;
options: SelectMixedOption[];
defaultValue: Value | null;
remote: boolean;
widthMode: string;
onCreate: (label: string) => SelectBaseOption, selected: boolean) => import("vue").VNodeChild)>;
fallbackOption: false | ((value: string | number) => SelectBaseOption, selected: boolean) => import("vue").VNodeChild)>);
consistentMenuWidth: boolean;
}>;
export default _default;