UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

158 lines (157 loc) 4.84 kB
declare const CFormTextarea: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ /** * Toggle the disabled state for the component. */ disabled: BooleanConstructor; /** * Provide valuable, actionable feedback. * * @since 4.3.0 */ feedback: StringConstructor; /** * Provide valuable, actionable feedback. * * @since 4.3.0 */ feedbackInvalid: StringConstructor; /** * Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. * * @since 4.3.0 */ feedbackValid: StringConstructor; /** * Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. * * @since 4.3.0 */ floatingLabel: StringConstructor; /** * The id global attribute defines an identifier (ID) that must be unique in the whole document. */ id: StringConstructor; /** * Set component validation state to invalid. */ invalid: BooleanConstructor; /** * Add a caption for a component. * * @since 4.3.0 */ label: StringConstructor; /** * The default name for a value passed using v-model. */ modelValue: StringConstructor; /** * Render the component styled as plain text. Removes the default form field styling and preserve the correct margin and padding. Recommend to use only along side `readonly`. */ plainText: BooleanConstructor; /** * Toggle the readonly state for the component. */ readonly: BooleanConstructor; /** * Add helper text to the component. * * @since 4.3.0 */ text: StringConstructor; /** * Display validation feedback in a styled tooltip. * * @since 4.3.0 */ tooltipFeedback: BooleanConstructor; /** * Set component validation state to valid. */ valid: BooleanConstructor; }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("input" | "change" | "update:modelValue")[], "input" | "change" | "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ /** * Toggle the disabled state for the component. */ disabled: BooleanConstructor; /** * Provide valuable, actionable feedback. * * @since 4.3.0 */ feedback: StringConstructor; /** * Provide valuable, actionable feedback. * * @since 4.3.0 */ feedbackInvalid: StringConstructor; /** * Provide valuable, actionable invalid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. * * @since 4.3.0 */ feedbackValid: StringConstructor; /** * Provide valuable, actionable valid feedback when using standard HTML form validation which applied two CSS pseudo-classes, `:invalid` and `:valid`. * * @since 4.3.0 */ floatingLabel: StringConstructor; /** * The id global attribute defines an identifier (ID) that must be unique in the whole document. */ id: StringConstructor; /** * Set component validation state to invalid. */ invalid: BooleanConstructor; /** * Add a caption for a component. * * @since 4.3.0 */ label: StringConstructor; /** * The default name for a value passed using v-model. */ modelValue: StringConstructor; /** * Render the component styled as plain text. Removes the default form field styling and preserve the correct margin and padding. Recommend to use only along side `readonly`. */ plainText: BooleanConstructor; /** * Toggle the readonly state for the component. */ readonly: BooleanConstructor; /** * Add helper text to the component. * * @since 4.3.0 */ text: StringConstructor; /** * Display validation feedback in a styled tooltip. * * @since 4.3.0 */ tooltipFeedback: BooleanConstructor; /** * Set component validation state to valid. */ valid: BooleanConstructor; }>> & Readonly<{ onInput?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { invalid: boolean; disabled: boolean; valid: boolean; tooltipFeedback: boolean; plainText: boolean; readonly: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CFormTextarea };