UNPKG

igniteui-react-core

Version:
148 lines (147 loc) 4.6 kB
import { Description } from "./Description"; import { PrimaryKeyValueDescription } from "./PrimaryKeyValueDescription"; import { Type } from "./type"; /** * @hidden */ export declare class CheckboxListDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get keys(): PrimaryKeyValueDescription[]; set keys(a: PrimaryKeyValueDescription[]); private i; get primaryKey(): string[]; set primaryKey(a: string[]); private ak; get dataSourceRef(): string; set dataSourceRef(a: string); private aj; get dataMemberPath(): string; set dataMemberPath(a: string); private a6; get selectedMemberPath(): string; set selectedMemberPath(a: string); private am; get filterPlaceholderText(): string; set filterPlaceholderText(a: string); private az; get searchInputType(): string; set searchInputType(a: string); private v; get rowHeight(): number; set rowHeight(a: number); private aa; get cellFontFamily(): string; set cellFontFamily(a: string); private r; get cellFontSize(): number; set cellFontSize(a: number); private ab; get cellFontStyle(): string; set cellFontStyle(a: string); private ac; get cellFontWeight(): string; set cellFontWeight(a: string); private an; get indexType(): string; set indexType(a: string); private z; get baseTheme(): string; set baseTheme(a: string); private al; get density(): string; set density(a: string); private ay; get searchIconColor(): string; set searchIconColor(a: string); private at; get searchBackgroundColor(): string; set searchBackgroundColor(a: string); private a0; get searchTextColor(): string; set searchTextColor(a: string); private au; get searchBorderColor(): string; set searchBorderColor(a: string); private av; get searchFontFamily(): string; set searchFontFamily(a: string); private s; get searchFontSize(): number; set searchFontSize(a: number); private aw; get searchFontStyle(): string; set searchFontStyle(a: string); private ax; get searchFontWeight(): string; set searchFontWeight(a: string); private af; get checkboxTickColor(): string; set checkboxTickColor(a: string); private ad; get checkboxCheckedBackgroundColor(): string; set checkboxCheckedBackgroundColor(a: string); private ag; get checkboxUncheckedBackgroundColor(): string; set checkboxUncheckedBackgroundColor(a: string); private ae; get checkboxCheckedBorderColor(): string; set checkboxCheckedBorderColor(a: string); private ah; get checkboxUncheckedBorderColor(): string; set checkboxUncheckedBorderColor(a: string); private as; get scrollbarStyle(): string; set scrollbarStyle(a: string); private ar; get scrollbarBackground(): string; set scrollbarBackground(a: string); private a1; get selectAllCaption(): string; set selectAllCaption(a: string); private a2; get selectAllCaptionTextColor(): string; set selectAllCaptionTextColor(a: string); private x; get actualSelectAllCaptionTextColor(): string; set actualSelectAllCaptionTextColor(a: string); private n; get showSelectAll(): boolean; set showSelectAll(a: boolean); private y; get backgroundColor(): string; set backgroundColor(a: string); private aq; get rowHoverBackgroundColor(): string; set rowHoverBackgroundColor(a: string); private a7; get textColor(): string; set textColor(a: string); private m; get showFilter(): boolean; set showFilter(a: boolean); private l; get isRowHoverEnabled(): boolean; set isRowHoverEnabled(a: boolean); private a4; get selectedKeyAddedRef(): string; set selectedKeyAddedRef(a: string); private a5; get selectedKeyRemovedRef(): string; set selectedKeyRemovedRef(a: string); private ai; get checkedChangedRef(): string; set checkedChangedRef(a: string); private ao; get indexTypeChangedRef(): string; set indexTypeChangedRef(a: string); private ap; get keysClearedRef(): string; set keysClearedRef(a: string); private a3; get selectAllCheckboxChangedRef(): string; set selectAllCheckboxChangedRef(a: string); }