UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

111 lines (110 loc) 3.19 kB
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class CheckboxDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private at; get baseTheme(): string; set baseTheme(a: string); private a2; get uncheckedBackgroundColor(): string; set uncheckedBackgroundColor(a: string); private ap; get actualUncheckedBackgroundColor(): string; set actualUncheckedBackgroundColor(a: string); private av; get checkedBackgroundColor(): string; set checkedBackgroundColor(a: string); private a1; get tickColor(): string; set tickColor(a: string); private ao; get actualTickColor(): string; set actualTickColor(a: string); private a3; get uncheckedBorderColor(): string; set uncheckedBorderColor(a: string); private aw; get checkedBorderColor(): string; set checkedBorderColor(a: string); private aq; get actualUncheckedBorderColor(): string; set actualUncheckedBorderColor(a: string); private an; get actualCheckedBorderColor(): string; set actualCheckedBorderColor(a: string); private z; get borderWidth(): number; set borderWidth(a: number); private w; get actualBorderWidth(): number; set actualBorderWidth(a: number); private aa; get cornerRadius(): number; set cornerRadius(a: number); private ab; get tickStrokeWidth(): number; set tickStrokeWidth(a: number); private y; get actualTickStrokeWidth(): number; set actualTickStrokeWidth(a: number); private x; get actualCornerRadius(): number; set actualCornerRadius(a: number); private am; get actualCheckedBackgroundColor(): string; set actualCheckedBackgroundColor(a: string); private ay; get inputId(): string; set inputId(a: string); private ax; get id(): string; set id(a: string); private az; get labelId(): string; set labelId(a: string); private aj; get tabIndex(): number; set tabIndex(a: number); private ai; get required(): number; set required(a: number); private as; get ariaLabelledBy(): string; set ariaLabelledBy(a: string); private ar; get ariaLabel(): string; set ariaLabel(a: string); private a4; get valueRef(): string; set valueRef(a: string); private o; get focused(): boolean; set focused(a: boolean); private a0; get labelPosition(): string; set labelPosition(a: string); private m; get disableRipple(): boolean; set disableRipple(a: boolean); private k; get checked(): boolean; set checked(a: boolean); private p; get indeterminate(): boolean; set indeterminate(a: boolean); private l; get disabled(): boolean; set disabled(a: boolean); private n; get disableTransitions(): boolean; set disableTransitions(a: boolean); private au; get changeRef(): string; set changeRef(a: string); }