sci-pro
Version:
176 lines (175 loc) • 5.9 kB
TypeScript
import _Select from './select.vue';
export declare const Select: {
new (...args: any[]): import("vue").CreateComponentPublicInstance<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;
}, {
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"[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & 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;
}, true, {}, {}, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, 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;
}, {
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>;
}, {}, {}, {}, {
placeholder: string;
txtUnit: string;
}>;
__isFragment?: undefined;
__isTeleport?: undefined;
__isSuspense?: undefined;
} & import("vue").ComponentOptionsBase<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;
}, {
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", {
placeholder: string;
txtUnit: string;
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
export default _Select;