UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

114 lines (113 loc) 3.26 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 aq; get baseTheme(): string; set baseTheme(a: string); private a0; get uncheckedBackgroundColor(): string; set uncheckedBackgroundColor(a: string); private am; get actualUncheckedBackgroundColor(): string; set actualUncheckedBackgroundColor(a: string); private as; get checkedBackgroundColor(): string; set checkedBackgroundColor(a: string); private az; get tickColor(): string; set tickColor(a: string); private al; get actualTickColor(): string; set actualTickColor(a: string); private a1; get uncheckedBorderColor(): string; set uncheckedBorderColor(a: string); private at; get checkedBorderColor(): string; set checkedBorderColor(a: string); private an; get actualUncheckedBorderColor(): string; set actualUncheckedBorderColor(a: string); private ak; get actualCheckedBorderColor(): string; set actualCheckedBorderColor(a: string); private w; get borderWidth(): number; set borderWidth(a: number); private t; get actualBorderWidth(): number; set actualBorderWidth(a: number); private x; get cornerRadius(): number; set cornerRadius(a: number); private y; get tickStrokeWidth(): number; set tickStrokeWidth(a: number); private v; get actualTickStrokeWidth(): number; set actualTickStrokeWidth(a: number); private u; get actualCornerRadius(): number; set actualCornerRadius(a: number); private aj; get actualCheckedBackgroundColor(): string; set actualCheckedBackgroundColor(a: string); private av; get inputId(): string; set inputId(a: string); private au; get id(): string; set id(a: string); private aw; get labelId(): string; set labelId(a: string); private ay; get name(): string; set name(a: string); private ag; get tabIndex(): number; set tabIndex(a: number); private af; get required(): number; set required(a: number); private ap; get ariaLabelledBy(): string; set ariaLabelledBy(a: string); private ao; get ariaLabel(): string; set ariaLabel(a: string); private a2; get valueRef(): string; set valueRef(a: string); private l; get focused(): boolean; set focused(a: boolean); private ax; get labelPosition(): string; set labelPosition(a: string); private j; get disableRipple(): boolean; set disableRipple(a: boolean); private h; get checked(): boolean; set checked(a: boolean); private m; get indeterminate(): boolean; set indeterminate(a: boolean); private i; get disabled(): boolean; set disabled(a: boolean); private k; get disableTransitions(): boolean; set disableTransitions(a: boolean); private ar; get changeRef(): string; set changeRef(a: string); }