@progress/kendo-angular-inputs
Version:
Kendo UI for Angular Inputs Package - Everything you need to build professional form functionality (Checkbox, ColorGradient, ColorPalette, ColorPicker, FlatColorPicker, FormField, MaskedTextBox, NumericTextBox, RadioButton, RangeSlider, Slider, Switch, Te
36 lines (35 loc) • 1.42 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import * as i0 from "@angular/core";
/**
* Represents the suffix adornments container for the TextArea component.
*
* Nest the `<kendo-textarea-suffix>` component inside `<kendo-textarea>` to add elements after the input.
*
* @example
* ```html
* <kendo-textarea>
* <kendo-textarea-suffix>
* <button kendoButton look="clear" icon="image"></button>
* </kendo-textarea-suffix>
* </kendo-textarea>
* ```
*/
export declare class TextAreaSuffixComponent {
/**
* @hidden
*/
flow: string;
/**
* @hidden
*/
orientation: string;
hostClass: boolean;
get verticalOrientation(): boolean;
get horizontalOrientation(): boolean;
get alignItems(): boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaSuffixComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaSuffixComponent, "kendo-textarea-suffix", ["kendoTextAreaSuffix"], { "flow": { "alias": "flow"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, {}, never, ["*"], true, never>;
}