UNPKG

bootstrap-vue-3

Version:

Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript

405 lines (404 loc) 11.3 kB
import type { AriaInvalid, Booleanish, Size } from '../../types'; import { Ref } from 'vue'; declare const _sfc_main: import("vue").DefineComponent<{ ariaInvalid: { type: null; required: false; default: undefined; }; autofocus: { type: null; required: false; default: boolean; }; disabled: { type: null; required: false; default: boolean; }; disabledField: { type: StringConstructor; required: false; default: string; }; form: { type: StringConstructor; required: false; }; htmlField: { type: StringConstructor; required: false; default: string; }; id: { type: StringConstructor; required: false; }; labelField: { type: StringConstructor; required: false; default: string; }; multiple: { type: null; required: false; default: boolean; }; name: { type: StringConstructor; required: false; }; options: { type: (ObjectConstructor | ArrayConstructor)[]; required: false; default: () => never[]; }; optionsField: { type: StringConstructor; required: false; default: string; }; plain: { type: null; required: false; default: boolean; }; required: { type: null; required: false; default: boolean; }; selectSize: { type: NumberConstructor; required: false; default: number; }; size: { type: null; required: false; }; state: { type: null; required: false; default: undefined; }; textField: { type: StringConstructor; required: false; default: string; }; valueField: { type: StringConstructor; required: false; default: string; }; modelValue: { type: (StringConstructor | ObjectConstructor | NumberConstructor | ArrayConstructor)[]; required: false; default: string; }; }, { props: { ariaInvalid: AriaInvalid; autofocus: Booleanish; disabled: Booleanish; disabledField: string; form?: string | undefined; htmlField: string; id?: string | undefined; labelField: string; multiple: Booleanish; name?: string | undefined; options: Array<unknown> | Record<string, unknown>; optionsField: string; plain: Booleanish; required: Booleanish; selectSize: number; size?: Size; state: Booleanish; textField: string; valueField: string; modelValue: string | Array<unknown> | Record<string, unknown> | number; }; autofocusBoolean: import("vue").ComputedRef<boolean>; disabledBoolean: import("vue").ComputedRef<boolean>; multipleBoolean: import("vue").ComputedRef<boolean>; plainBoolean: import("vue").ComputedRef<boolean>; requiredBoolean: import("vue").ComputedRef<boolean>; stateBoolean: import("vue").ComputedRef<boolean | undefined>; emit: { (e: 'input', value: unknown): void; (e: 'update:modelValue', value: unknown): void; (e: 'change', value: unknown): void; }; input: Ref<HTMLElement | undefined>; computedId: import("vue").ComputedRef<string>; handleAutofocus: () => void; classes: import("vue").ComputedRef<{ [x: string]: boolean | undefined; 'form-control': boolean; 'form-select': boolean; 'is-valid': boolean; 'is-invalid': boolean; }>; computedSelectSize: import("vue").ComputedRef<number | undefined>; computedAriaInvalid: import("vue").ComputedRef<boolean | "true" | "false" | "grammar" | "spelling" | undefined>; formOptions: import("vue").ComputedRef<any>; localValue: import("vue").WritableComputedRef<any>; focus: () => void; blur: () => void; BFormSelectOption: import("vue").DefineComponent<{ value: { type: null; required: false; }; disabled: { type: null; required: false; default: boolean; }; }, { props: { value?: unknown; disabled: Booleanish; }; disabledBoolean: import("vue").ComputedRef<boolean>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ value: { type: null; required: false; }; disabled: { type: null; required: false; default: boolean; }; }>>, { disabled: any; }>; BFormSelectOptionGroup: import("vue").DefineComponent<{ label: { type: StringConstructor; required: false; }; disabledField: { type: StringConstructor; required: false; default: string; }; htmlField: { type: StringConstructor; required: false; default: string; }; options: { type: (ObjectConstructor | ArrayConstructor)[]; required: false; default: () => never[]; }; textField: { type: StringConstructor; required: false; default: string; }; valueField: { type: StringConstructor; required: false; default: string; }; }, { props: { label?: string | undefined; disabledField: string; htmlField: string; options: unknown[] | Record<string, unknown>; textField: string; valueField: string; }; formOptions: import("vue").ComputedRef<any>; BFormSelectOption: import("vue").DefineComponent<{ value: { type: null; required: false; }; disabled: { type: null; required: false; default: boolean; }; }, { props: { value?: unknown; disabled: Booleanish; }; disabledBoolean: import("vue").ComputedRef<boolean>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ value: { type: null; required: false; }; disabled: { type: null; required: false; default: boolean; }; }>>, { disabled: any; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ label: { type: StringConstructor; required: false; }; disabledField: { type: StringConstructor; required: false; default: string; }; htmlField: { type: StringConstructor; required: false; default: string; }; options: { type: (ObjectConstructor | ArrayConstructor)[]; required: false; default: () => never[]; }; textField: { type: StringConstructor; required: false; default: string; }; valueField: { type: StringConstructor; required: false; default: string; }; }>>, { disabledField: string; htmlField: string; options: unknown[] | Record<string, any>; textField: string; valueField: string; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "input" | "change")[], "update:modelValue" | "input" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ ariaInvalid: { type: null; required: false; default: undefined; }; autofocus: { type: null; required: false; default: boolean; }; disabled: { type: null; required: false; default: boolean; }; disabledField: { type: StringConstructor; required: false; default: string; }; form: { type: StringConstructor; required: false; }; htmlField: { type: StringConstructor; required: false; default: string; }; id: { type: StringConstructor; required: false; }; labelField: { type: StringConstructor; required: false; default: string; }; multiple: { type: null; required: false; default: boolean; }; name: { type: StringConstructor; required: false; }; options: { type: (ObjectConstructor | ArrayConstructor)[]; required: false; default: () => never[]; }; optionsField: { type: StringConstructor; required: false; default: string; }; plain: { type: null; required: false; default: boolean; }; required: { type: null; required: false; default: boolean; }; selectSize: { type: NumberConstructor; required: false; default: number; }; size: { type: null; required: false; }; state: { type: null; required: false; default: undefined; }; textField: { type: StringConstructor; required: false; default: string; }; valueField: { type: StringConstructor; required: false; default: string; }; modelValue: { type: (StringConstructor | ObjectConstructor | NumberConstructor | ArrayConstructor)[]; required: false; default: string; }; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onInput?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; }, { required: any; modelValue: string | number | unknown[] | Record<string, any>; disabled: any; multiple: any; state: any; autofocus: any; plain: any; ariaInvalid: any; disabledField: string; htmlField: string; options: unknown[] | Record<string, any>; textField: string; valueField: string; labelField: string; optionsField: string; selectSize: number; }>; export default _sfc_main;