UNPKG

@fmdevui/fm-dev

Version:

Page level components developed based on Element Plus.

229 lines (228 loc) 6.49 kB
import { DefineComponent, ExtractPropTypes, PropType, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: DefineComponent<ExtractPropTypes<{ optionData: { type: { (arrayLength: number): any[]; (...items: any[]): any[]; new (arrayLength: number): any[]; new (...items: any[]): any[]; isArray(arg: any): arg is any[]; readonly prototype: any[]; from<T>(arrayLike: ArrayLike<T>): T[]; from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; from<T>(iterable: Iterable<T> | ArrayLike<T>): T[]; from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; of<T>(...items: T[]): T[]; readonly [Symbol.species]: ArrayConstructor; }; default: never[]; }; /** * 值的属性值 */ bvalue: { type: StringConstructor; default: string; }; /** * 值的属性标签 */ blabel: { type: StringConstructor; default: string; }; placeholder: { type: StringConstructor; default: string; }; inputWidth: { type: StringConstructor; default: string; }; dropWidth: { type: StringConstructor; default: string; }; dropHeight: { type: StringConstructor; default: string; }; /** * api service name */ apiService: { type: StringConstructor; default: string; }; /** * api service 下的方法 */ apiAction: { type: StringConstructor; default: string; }; /** * 基础编码 自动获取数据 */ basecode: { type: StringConstructor; default: string; }; /** * 基础编码 多个编码合在一起调用 */ multibasecode: { type: { (arrayLength: number): any[]; (...items: any[]): any[]; new (arrayLength: number): any[]; new (...items: any[]): any[]; isArray(arg: any): arg is any[]; readonly prototype: any[]; from<T>(arrayLike: ArrayLike<T>): T[]; from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; from<T>(iterable: Iterable<T> | ArrayLike<T>): T[]; from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; of<T>(...items: T[]): T[]; readonly [Symbol.species]: ArrayConstructor; }; default: never[]; }; /** * 是否默认加载数据 */ autoLoadData: { type: BooleanConstructor; default: boolean; }; id: { type: PropType<any>; }; name: { type: PropType<any>; }; }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { change: (...args: any[]) => void; "update:id": (value: any) => void; "update:name": (value: any) => void; }, string, PublicProps, Readonly< ExtractPropTypes<{ optionData: { type: { (arrayLength: number): any[]; (...items: any[]): any[]; new (arrayLength: number): any[]; new (...items: any[]): any[]; isArray(arg: any): arg is any[]; readonly prototype: any[]; from<T>(arrayLike: ArrayLike<T>): T[]; from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; from<T>(iterable: Iterable<T> | ArrayLike<T>): T[]; from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; of<T>(...items: T[]): T[]; readonly [Symbol.species]: ArrayConstructor; }; default: never[]; }; /** * 值的属性值 */ bvalue: { type: StringConstructor; default: string; }; /** * 值的属性标签 */ blabel: { type: StringConstructor; default: string; }; placeholder: { type: StringConstructor; default: string; }; inputWidth: { type: StringConstructor; default: string; }; dropWidth: { type: StringConstructor; default: string; }; dropHeight: { type: StringConstructor; default: string; }; /** * api service name */ apiService: { type: StringConstructor; default: string; }; /** * api service 下的方法 */ apiAction: { type: StringConstructor; default: string; }; /** * 基础编码 自动获取数据 */ basecode: { type: StringConstructor; default: string; }; /** * 基础编码 多个编码合在一起调用 */ multibasecode: { type: { (arrayLength: number): any[]; (...items: any[]): any[]; new (arrayLength: number): any[]; new (...items: any[]): any[]; isArray(arg: any): arg is any[]; readonly prototype: any[]; from<T>(arrayLike: ArrayLike<T>): T[]; from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; from<T>(iterable: Iterable<T> | ArrayLike<T>): T[]; from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; of<T>(...items: T[]): T[]; readonly [Symbol.species]: ArrayConstructor; }; default: never[]; }; /** * 是否默认加载数据 */ autoLoadData: { type: BooleanConstructor; default: boolean; }; id: { type: PropType<any>; }; name: { type: PropType<any>; }; }>> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:id"?: ((value: any) => any) | undefined; "onUpdate:name"?: ((value: any) => any) | undefined; }>, { placeholder: string; optionData: any[]; bvalue: string; blabel: string; apiService: string; apiAction: string; inputWidth: string; dropWidth: string; dropHeight: string; basecode: string; multibasecode: any[]; autoLoadData: boolean; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; export default _default;