import type { PropType } from 'vue'; import { TriggerProps } from '../trigger'; import { Data } from '../_utils/types'; import { SelectOptionData, SelectOptionGroup } from './interface'; import { VirtualListProps } from '../_components/virtual-list-v2/interface'; import { SelectViewValue } from '../_components/select-view/interface'; import { ScrollbarProps } from '../scrollbar'; declare const _default: import("vue").DefineComponent | (string | number | boolean | Record)[]>; default: undefined; }; defaultValue: { type: PropType | (string | number | boolean | Record)[]>; default: (props: Data) => "" | never[]; }; inputValue: { type: StringConstructor; }; defaultInputValue: { type: StringConstructor; default: string; }; size: { type: PropType<"mini" | "small" | "medium" | "large">; }; placeholder: StringConstructor; loading: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; error: { type: BooleanConstructor; default: boolean; }; allowClear: { type: BooleanConstructor; default: boolean; }; allowSearch: { type: PropType; default: (props: Data) => boolean; }; allowCreate: { type: BooleanConstructor; default: boolean; }; maxTagCount: { type: NumberConstructor; default: number; }; popupContainer: { type: PropType; }; bordered: { type: BooleanConstructor; default: boolean; }; defaultActiveFirstOption: { type: BooleanConstructor; default: boolean; }; popupVisible: { type: BooleanConstructor; default: undefined; }; defaultPopupVisible: { type: BooleanConstructor; default: boolean; }; unmountOnClose: { type: BooleanConstructor; default: boolean; }; filterOption: { type: PropType boolean)>; default: boolean; }; options: { type: PropType<(string | number | boolean | SelectOptionData | SelectOptionGroup)[]>; default: () => never[]; }; virtualListProps: { type: PropType; }; triggerProps: { type: PropType; }; formatLabel: { type: PropType<(data: SelectOptionData) => string>; }; fallbackOption: { type: PropType) => SelectOptionData)>; default: boolean; }; showExtraOptions: { type: BooleanConstructor; default: boolean; }; valueKey: { type: StringConstructor; default: string; }; searchDelay: { type: NumberConstructor; default: number; }; limit: { type: NumberConstructor; default: number; }; fieldNames: { type: PropType>; }; scrollbar: { type: PropType; default: boolean; }; showHeaderOnEmpty: { type: PropType; default: boolean; }; showFooterOnEmpty: { type: PropType; default: boolean; }; tagNowrap: { type: BooleanConstructor; default: boolean; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:modelValue': (value: string | number | boolean | Record | (string | number | boolean | Record)[]) => true; 'update:inputValue': (inputValue: string) => true; 'update:popupVisible': (visible: boolean) => true; change: (value: string | number | boolean | Record | (string | number | boolean | Record)[]) => true; inputValueChange: (inputValue: string) => true; popupVisibleChange: (visible: boolean) => true; clear: (ev: Event) => true; remove: (removed: string | number | boolean | Record | undefined) => true; search: (inputValue: string) => true; dropdownScroll: (ev: Event) => true; dropdownReachBottom: (ev: Event) => true; exceedLimit: (value: string | number | boolean | Record | undefined, ev: Event) => true; }, string, import("vue").PublicProps, Readonly | (string | number | boolean | Record)[]>; default: undefined; }; defaultValue: { type: PropType | (string | number | boolean | Record)[]>; default: (props: Data) => "" | never[]; }; inputValue: { type: StringConstructor; }; defaultInputValue: { type: StringConstructor; default: string; }; size: { type: PropType<"mini" | "small" | "medium" | "large">; }; placeholder: StringConstructor; loading: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; error: { type: BooleanConstructor; default: boolean; }; allowClear: { type: BooleanConstructor; default: boolean; }; allowSearch: { type: PropType; default: (props: Data) => boolean; }; allowCreate: { type: BooleanConstructor; default: boolean; }; maxTagCount: { type: NumberConstructor; default: number; }; popupContainer: { type: PropType; }; bordered: { type: BooleanConstructor; default: boolean; }; defaultActiveFirstOption: { type: BooleanConstructor; default: boolean; }; popupVisible: { type: BooleanConstructor; default: undefined; }; defaultPopupVisible: { type: BooleanConstructor; default: boolean; }; unmountOnClose: { type: BooleanConstructor; default: boolean; }; filterOption: { type: PropType boolean)>; default: boolean; }; options: { type: PropType<(string | number | boolean | SelectOptionData | SelectOptionGroup)[]>; default: () => never[]; }; virtualListProps: { type: PropType; }; triggerProps: { type: PropType; }; formatLabel: { type: PropType<(data: SelectOptionData) => string>; }; fallbackOption: { type: PropType) => SelectOptionData)>; default: boolean; }; showExtraOptions: { type: BooleanConstructor; default: boolean; }; valueKey: { type: StringConstructor; default: string; }; searchDelay: { type: NumberConstructor; default: number; }; limit: { type: NumberConstructor; default: number; }; fieldNames: { type: PropType>; }; scrollbar: { type: PropType; default: boolean; }; showHeaderOnEmpty: { type: PropType; default: boolean; }; showFooterOnEmpty: { type: PropType; default: boolean; }; tagNowrap: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onClear?: ((ev: Event) => any) | undefined; onChange?: ((value: string | number | boolean | Record | (string | number | boolean | Record)[]) => any) | undefined; "onUpdate:inputValue"?: ((inputValue: string) => any) | undefined; onInputValueChange?: ((inputValue: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string | number | boolean | Record | (string | number | boolean | Record)[]) => any) | undefined; onRemove?: ((removed: string | number | boolean | Record | undefined) => any) | undefined; "onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined; onPopupVisibleChange?: ((visible: boolean) => any) | undefined; onSearch?: ((inputValue: string) => any) | undefined; onDropdownScroll?: ((ev: Event) => any) | undefined; onDropdownReachBottom?: ((ev: Event) => any) | undefined; onExceedLimit?: ((value: string | number | boolean | Record | undefined, ev: Event) => any) | undefined; }>, { disabled: boolean; error: boolean; allowClear: boolean; defaultValue: string | number | boolean | Record | (string | number | boolean | Record)[]; modelValue: string | number | boolean | Record | (string | number | boolean | Record)[]; loading: boolean; bordered: boolean; multiple: boolean; allowCreate: boolean; allowSearch: boolean | { retainInputValue?: boolean | undefined; }; maxTagCount: number; tagNowrap: boolean; defaultInputValue: string; scrollbar: boolean | ScrollbarProps; popupVisible: boolean; defaultPopupVisible: boolean; unmountOnClose: boolean; filterOption: boolean | ((inputValue: string, option: SelectOptionData) => boolean); options: (string | number | boolean | SelectOptionData | SelectOptionGroup)[]; searchDelay: number; valueKey: string; defaultActiveFirstOption: boolean; fallbackOption: boolean | ((value: string | number | boolean | Record) => SelectOptionData); showExtraOptions: boolean; limit: number; showHeaderOnEmpty: boolean; showFooterOnEmpty: boolean; }, {}, { Trigger: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins; default: string; }; position: { type: PropType<"br" | "rt" | "tr" | "top" | "bottom" | "left" | "right" | "tl" | "bl" | "lt" | "lb" | "rb">; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; popupOffset: { type: NumberConstructor; default: number; }; popupTranslate: { type: PropType; }; showArrow: { type: BooleanConstructor; default: boolean; }; alignPoint: { type: BooleanConstructor; default: boolean; }; popupHoverStay: { type: BooleanConstructor; default: boolean; }; blurToClose: { type: BooleanConstructor; default: boolean; }; clickToClose: { type: BooleanConstructor; default: boolean; }; clickOutsideToClose: { type: BooleanConstructor; default: boolean; }; unmountOnClose: { type: BooleanConstructor; default: boolean; }; contentClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; contentStyle: { type: PropType; }; arrowClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; arrowStyle: { type: PropType; }; popupStyle: { type: PropType; }; animationName: { type: StringConstructor; default: string; }; duration: { type: PropType; }; mouseEnterDelay: { type: NumberConstructor; default: number; }; mouseLeaveDelay: { type: NumberConstructor; default: number; }; focusDelay: { type: NumberConstructor; default: number; }; autoFitPopupWidth: { type: BooleanConstructor; default: boolean; }; autoFitPopupMinWidth: { type: BooleanConstructor; default: boolean; }; autoFixPosition: { type: BooleanConstructor; default: boolean; }; popupContainer: { type: PropType; }; updateAtScroll: { type: BooleanConstructor; default: boolean; }; autoFitTransformOrigin: { type: BooleanConstructor; default: boolean; }; hideEmpty: { type: BooleanConstructor; default: boolean; }; openedClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; autoFitPosition: { type: BooleanConstructor; default: boolean; }; renderToBody: { type: BooleanConstructor; default: boolean; }; preventFocus: { type: BooleanConstructor; default: boolean; }; scrollToClose: { type: BooleanConstructor; default: boolean; }; scrollToCloseDistance: { type: NumberConstructor; default: number; }; }>> & Readonly<{ onResize?: (() => any) | undefined; onHide?: (() => any) | undefined; onShow?: (() => any) | undefined; "onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined; onPopupVisibleChange?: ((visible: boolean) => any) | undefined; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:popupVisible': (visible: boolean) => true; popupVisibleChange: (visible: boolean) => true; show: () => true; hide: () => true; resize: () => true; }, import("vue").PublicProps, { disabled: boolean; position: "br" | "rt" | "tr" | "top" | "bottom" | "left" | "right" | "tl" | "bl" | "lt" | "lb" | "rb"; popupVisible: boolean; defaultPopupVisible: boolean; trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]; popupOffset: number; showArrow: boolean; alignPoint: boolean; popupHoverStay: boolean; blurToClose: boolean; clickToClose: boolean; clickOutsideToClose: boolean; unmountOnClose: boolean; animationName: string; mouseEnterDelay: number; mouseLeaveDelay: number; focusDelay: number; autoFitPopupWidth: boolean; autoFitPopupMinWidth: boolean; autoFixPosition: boolean; updateAtScroll: boolean; autoFitTransformOrigin: boolean; hideEmpty: boolean; autoFitPosition: boolean; renderToBody: boolean; preventFocus: boolean; scrollToClose: boolean; scrollToCloseDistance: number; }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; default: string; }; position: { type: PropType<"br" | "rt" | "tr" | "top" | "bottom" | "left" | "right" | "tl" | "bl" | "lt" | "lb" | "rb">; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; popupOffset: { type: NumberConstructor; default: number; }; popupTranslate: { type: PropType; }; showArrow: { type: BooleanConstructor; default: boolean; }; alignPoint: { type: BooleanConstructor; default: boolean; }; popupHoverStay: { type: BooleanConstructor; default: boolean; }; blurToClose: { type: BooleanConstructor; default: boolean; }; clickToClose: { type: BooleanConstructor; default: boolean; }; clickOutsideToClose: { type: BooleanConstructor; default: boolean; }; unmountOnClose: { type: BooleanConstructor; default: boolean; }; contentClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; contentStyle: { type: PropType; }; arrowClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; arrowStyle: { type: PropType; }; popupStyle: { type: PropType; }; animationName: { type: StringConstructor; default: string; }; duration: { type: PropType; }; mouseEnterDelay: { type: NumberConstructor; default: number; }; mouseLeaveDelay: { type: NumberConstructor; default: number; }; focusDelay: { type: NumberConstructor; default: number; }; autoFitPopupWidth: { type: BooleanConstructor; default: boolean; }; autoFitPopupMinWidth: { type: BooleanConstructor; default: boolean; }; autoFixPosition: { type: BooleanConstructor; default: boolean; }; popupContainer: { type: PropType; }; updateAtScroll: { type: BooleanConstructor; default: boolean; }; autoFitTransformOrigin: { type: BooleanConstructor; default: boolean; }; hideEmpty: { type: BooleanConstructor; default: boolean; }; openedClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; autoFitPosition: { type: BooleanConstructor; default: boolean; }; renderToBody: { type: BooleanConstructor; default: boolean; }; preventFocus: { type: BooleanConstructor; default: boolean; }; scrollToClose: { type: BooleanConstructor; default: boolean; }; scrollToCloseDistance: { type: NumberConstructor; default: number; }; }>> & Readonly<{ onResize?: (() => any) | undefined; onHide?: (() => any) | undefined; onShow?: (() => any) | undefined; "onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined; onPopupVisibleChange?: ((visible: boolean) => any) | undefined; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, { disabled: boolean; position: "br" | "rt" | "tr" | "top" | "bottom" | "left" | "right" | "tl" | "bl" | "lt" | "lb" | "rb"; popupVisible: boolean; defaultPopupVisible: boolean; trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]; popupOffset: number; showArrow: boolean; alignPoint: boolean; popupHoverStay: boolean; blurToClose: boolean; clickToClose: boolean; clickOutsideToClose: boolean; unmountOnClose: boolean; animationName: string; mouseEnterDelay: number; mouseLeaveDelay: number; focusDelay: number; autoFitPopupWidth: boolean; autoFitPopupMinWidth: boolean; autoFixPosition: boolean; updateAtScroll: boolean; autoFitTransformOrigin: boolean; hideEmpty: boolean; autoFitPosition: boolean; renderToBody: boolean; preventFocus: boolean; scrollToClose: boolean; scrollToCloseDistance: number; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("vue").ComponentOptionsBase; default: string; }; position: { type: PropType<"br" | "rt" | "tr" | "top" | "bottom" | "left" | "right" | "tl" | "bl" | "lt" | "lb" | "rb">; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; popupOffset: { type: NumberConstructor; default: number; }; popupTranslate: { type: PropType; }; showArrow: { type: BooleanConstructor; default: boolean; }; alignPoint: { type: BooleanConstructor; default: boolean; }; popupHoverStay: { type: BooleanConstructor; default: boolean; }; blurToClose: { type: BooleanConstructor; default: boolean; }; clickToClose: { type: BooleanConstructor; default: boolean; }; clickOutsideToClose: { type: BooleanConstructor; default: boolean; }; unmountOnClose: { type: BooleanConstructor; default: boolean; }; contentClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; contentStyle: { type: PropType; }; arrowClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; arrowStyle: { type: PropType; }; popupStyle: { type: PropType; }; animationName: { type: StringConstructor; default: string; }; duration: { type: PropType; }; mouseEnterDelay: { type: NumberConstructor; default: number; }; mouseLeaveDelay: { type: NumberConstructor; default: number; }; focusDelay: { type: NumberConstructor; default: number; }; autoFitPopupWidth: { type: BooleanConstructor; default: boolean; }; autoFitPopupMinWidth: { type: BooleanConstructor; default: boolean; }; autoFixPosition: { type: BooleanConstructor; default: boolean; }; popupContainer: { type: PropType; }; updateAtScroll: { type: BooleanConstructor; default: boolean; }; autoFitTransformOrigin: { type: BooleanConstructor; default: boolean; }; hideEmpty: { type: BooleanConstructor; default: boolean; }; openedClass: { type: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; }; autoFitPosition: { type: BooleanConstructor; default: boolean; }; renderToBody: { type: BooleanConstructor; default: boolean; }; preventFocus: { type: BooleanConstructor; default: boolean; }; scrollToClose: { type: BooleanConstructor; default: boolean; }; scrollToCloseDistance: { type: NumberConstructor; default: number; }; }>> & Readonly<{ onResize?: (() => any) | undefined; onHide?: (() => any) | undefined; onShow?: (() => any) | undefined; "onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined; onPopupVisibleChange?: ((visible: boolean) => any) | undefined; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { 'update:popupVisible': (visible: boolean) => true; popupVisibleChange: (visible: boolean) => true; show: () => true; hide: () => true; resize: () => true; }, string, { disabled: boolean; position: "br" | "rt" | "tr" | "top" | "bottom" | "left" | "right" | "tl" | "bl" | "lt" | "lb" | "rb"; popupVisible: boolean; defaultPopupVisible: boolean; trigger: "focus" | "hover" | "click" | "contextMenu" | ("focus" | "hover" | "click" | "contextMenu")[]; popupOffset: number; showArrow: boolean; alignPoint: boolean; popupHoverStay: boolean; blurToClose: boolean; clickToClose: boolean; clickOutsideToClose: boolean; unmountOnClose: boolean; animationName: string; mouseEnterDelay: number; mouseLeaveDelay: number; focusDelay: number; autoFitPopupWidth: boolean; autoFitPopupMinWidth: boolean; autoFixPosition: boolean; updateAtScroll: boolean; autoFitTransformOrigin: boolean; hideEmpty: boolean; autoFitPosition: boolean; renderToBody: boolean; preventFocus: boolean; scrollToClose: boolean; scrollToCloseDistance: number; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { install: (app: import("vue").App, options?: import("../_utils/types").ArcoOptions | undefined) => void; }; SelectView: import("vue").DefineComponent; required: true; }; inputValue: StringConstructor; placeholder: StringConstructor; disabled: { type: BooleanConstructor; default: boolean; }; error: { type: BooleanConstructor; default: boolean; }; loading: { type: BooleanConstructor; default: boolean; }; opened: { type: BooleanConstructor; default: boolean; }; size: { type: PropType<"mini" | "small" | "medium" | "large">; }; bordered: { type: BooleanConstructor; default: boolean; }; multiple: { type: BooleanConstructor; default: boolean; }; allowClear: { type: BooleanConstructor; default: boolean; }; allowCreate: { type: BooleanConstructor; default: boolean; }; allowSearch: { type: BooleanConstructor; default: (props: Data) => boolean; }; maxTagCount: { type: NumberConstructor; default: number; }; tagNowrap: { type: BooleanConstructor; default: boolean; }; retainInputValue: { type: BooleanConstructor; default: boolean; }; }>, { inputRef: import("vue").ComputedRef; handleFocus: (ev: FocusEvent) => void; handleBlur: (ev: FocusEvent) => void; render: () => import("vue/jsx-runtime").JSX.Element; }, {}, {}, { focus(): void; blur(): void; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("clear" | "blur" | "focus" | "remove")[], "clear" | "blur" | "focus" | "remove", import("vue").PublicProps, Readonly; required: true; }; inputValue: StringConstructor; placeholder: StringConstructor; disabled: { type: BooleanConstructor; default: boolean; }; error: { type: BooleanConstructor; default: boolean; }; loading: { type: BooleanConstructor; default: boolean; }; opened: { type: BooleanConstructor; default: boolean; }; size: { type: PropType<"mini" | "small" | "medium" | "large">; }; bordered: { type: BooleanConstructor; default: boolean; }; multiple: { type: BooleanConstructor; default: boolean; }; allowClear: { type: BooleanConstructor; default: boolean; }; allowCreate: { type: BooleanConstructor; default: boolean; }; allowSearch: { type: BooleanConstructor; default: (props: Data) => boolean; }; maxTagCount: { type: NumberConstructor; default: number; }; tagNowrap: { type: BooleanConstructor; default: boolean; }; retainInputValue: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onClear?: ((...args: any[]) => any) | undefined; onBlur?: ((...args: any[]) => any) | undefined; onFocus?: ((...args: any[]) => any) | undefined; onRemove?: ((...args: any[]) => any) | undefined; }>, { disabled: boolean; error: boolean; allowClear: boolean; retainInputValue: boolean; loading: boolean; opened: boolean; bordered: boolean; multiple: boolean; allowCreate: boolean; allowSearch: boolean; maxTagCount: number; tagNowrap: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;