UNPKG

sci-pro

Version:
74 lines (73 loc) 2.15 kB
import _Select from './select.vue'; import type { Plugin } from 'vue'; declare type SFCWithInstall<T> = T & Plugin; export declare const Select: SFCWithInstall<import("vue").DefineComponent<{ placeholder: { type: StringConstructor; required: false; default: string; }; options: { type: ArrayConstructor; required: true; }; defaultValues: { type: ArrayConstructor; required: false; }; selectStyle: { type: null; required: false; }; txtUnit: { type: StringConstructor; required: false; default: string; }; }, { props: any; txtUnitStr: import("vue").ComputedRef<any>; style: import("vue").ComputedRef<any>; showValues: import("vue").ComputedRef<string>; optionValues: import("vue").ComputedRef<any>; showDrop: import("vue").Ref<boolean>; selectedValue: import("vue").Ref<any[]>; selectWrapRef: import("vue").Ref<HTMLElement | null | undefined>; dropDownRef: import("vue").Ref<HTMLElement | null | undefined>; emits: (event: "change", ...args: any[]) => void; iscChecked: (value: any) => boolean | 0; Outside: () => void; clickTitle: (optionValue: any) => void; inputClick: () => void; getTop: () => void; readonly vClickOutside: import("vue").ObjectDirective<any, any>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ placeholder: { type: StringConstructor; required: false; default: string; }; options: { type: ArrayConstructor; required: true; }; defaultValues: { type: ArrayConstructor; required: false; }; selectStyle: { type: null; required: false; }; txtUnit: { type: StringConstructor; required: false; default: string; }; }>> & { onChange?: ((...args: any[]) => any) | undefined; }, { placeholder: string; txtUnit: string; }, {}>>; export default _Select;