UNPKG

tait-ui-components

Version:

Tait UI Component Library - Reusable Vue 3 components

190 lines 6.11 kB
declare function __VLS_template(): { label?(_: { option: any; index: number; }): any; }; declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{ defaultSelectAll: { type: BooleanConstructor; default: boolean; }; header: { type: StringConstructor; required: true; default: string; }; modelValue: { 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; }; required: true; default: () => never[]; }; options: { 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; }; required: true; default: () => never[]; }; optionLabel: { type: StringConstructor; default: string; }; optionValue: { type: StringConstructor; default: string; }; optionGroupLabel: { type: StringConstructor; default: string; }; optionGroupChildren: { type: StringConstructor; default: undefined; }; width: { type: StringConstructor; default: null; }; listStyle: { type: StringConstructor; default: string; }; loading: { type: BooleanConstructor; required: false; }; errorMessage: { type: StringConstructor; default: string; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: any[]) => void; refresh: () => void; }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ defaultSelectAll: { type: BooleanConstructor; default: boolean; }; header: { type: StringConstructor; required: true; default: string; }; modelValue: { 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; }; required: true; default: () => never[]; }; options: { 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; }; required: true; default: () => never[]; }; optionLabel: { type: StringConstructor; default: string; }; optionValue: { type: StringConstructor; default: string; }; optionGroupLabel: { type: StringConstructor; default: string; }; optionGroupChildren: { type: StringConstructor; default: undefined; }; width: { type: StringConstructor; default: null; }; listStyle: { type: StringConstructor; default: string; }; loading: { type: BooleanConstructor; required: false; }; errorMessage: { type: StringConstructor; default: string; }; }>> & Readonly<{ onRefresh?: (() => any) | undefined; "onUpdate:modelValue"?: ((value: any[]) => any) | undefined; }>, { width: string; loading: boolean; options: any[]; errorMessage: string; header: string; modelValue: any[]; optionLabel: string; optionValue: string; defaultSelectAll: boolean; optionGroupLabel: string; optionGroupChildren: string; listStyle: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; }; //# sourceMappingURL=DaListboxWithCheckbox.vue.d.ts.map