UNPKG

kodama-ui

Version:

Kodama UI is a Vue 3 component library that provides a set of components & funcionality to build your application.

245 lines (244 loc) 6.04 kB
import { PropType } from 'vue'; import { ErrorObject } from '@vuelidate/core'; declare const _default: import("vue").DefineComponent<{ modelValue: { type: (StringConstructor | NumberConstructor)[]; required: false; default: string; description: string; }; id: { type: StringConstructor; required: false; default: string; description: string; }; maxlength: { type: NumberConstructor; required: false; default: number; description: string; }; placeholder: { type: StringConstructor; required: false; default: string; description: string; }; required: { type: BooleanConstructor; default: boolean; description: string; }; label: { type: StringConstructor; required: false; default: string; description: string; }; size: { type: StringConstructor; default: string; options: string[]; }; float: { type: BooleanConstructor; default: boolean; description: string; }; fieldset: { type: BooleanConstructor; default: boolean; description: string; }; errors: { type: PropType<ErrorObject[]>; required: false; default: () => never[]; description: string; }; status: { type: StringConstructor; default: string; options: string[]; description: string; }; type: { type: StringConstructor; default: string; options: string[]; }; width: { type: NumberConstructor; default: number; description: string; }; min: { type: NumberConstructor; required: false; description: string; }; max: { type: NumberConstructor; required: false; description: string; }; autofocus: { type: BooleanConstructor; default: boolean; description: string; }; disabled: { type: BooleanConstructor; default: boolean; description: string; }; autocomplete: { type: StringConstructor; default: string; description: string; }; step: { type: (StringConstructor | NumberConstructor)[]; default: number; description: string; }; }, { maxLength: number | undefined; uuid: string; classes: import("vue").ComputedRef<string[]>; change: (e: any) => void; firstError: import("vue").ComputedRef<string>; hasSlot: (name: string) => boolean; hasLabel: import("vue").ComputedRef<string | boolean>; placeholderText: import("vue").ComputedRef<string | undefined>; sum: () => void; subtract: () => void; style: import("vue").ComputedRef<any>; model: import("vue").WritableComputedRef<any>; validate: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ modelValue: { type: (StringConstructor | NumberConstructor)[]; required: false; default: string; description: string; }; id: { type: StringConstructor; required: false; default: string; description: string; }; maxlength: { type: NumberConstructor; required: false; default: number; description: string; }; placeholder: { type: StringConstructor; required: false; default: string; description: string; }; required: { type: BooleanConstructor; default: boolean; description: string; }; label: { type: StringConstructor; required: false; default: string; description: string; }; size: { type: StringConstructor; default: string; options: string[]; }; float: { type: BooleanConstructor; default: boolean; description: string; }; fieldset: { type: BooleanConstructor; default: boolean; description: string; }; errors: { type: PropType<ErrorObject[]>; required: false; default: () => never[]; description: string; }; status: { type: StringConstructor; default: string; options: string[]; description: string; }; type: { type: StringConstructor; default: string; options: string[]; }; width: { type: NumberConstructor; default: number; description: string; }; min: { type: NumberConstructor; required: false; description: string; }; max: { type: NumberConstructor; required: false; description: string; }; autofocus: { type: BooleanConstructor; default: boolean; description: string; }; disabled: { type: BooleanConstructor; default: boolean; description: string; }; autocomplete: { type: StringConstructor; default: string; description: string; }; step: { type: (StringConstructor | NumberConstructor)[]; default: number; description: string; }; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { type: string; fieldset: boolean; label: string; id: string; size: string; required: boolean; width: number; modelValue: string | number; status: string; disabled: boolean; placeholder: string; errors: ErrorObject[]; autocomplete: string; autofocus: boolean; maxlength: number; float: boolean; step: string | number; }, {}>; export default _default;