UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

443 lines (442 loc) 12.5 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ export let CheckboxListDescription = /*@__PURE__*/ (() => { class CheckboxListDescription extends Description { constructor() { super(); this.k = null; this.l = null; this.au = null; this.at = null; this.as = null; this.bj = null; this.a1 = null; this.bi = null; this.aw = null; this.bb = null; this.ae = 0; this.aj = null; this.y = 0; this.ak = null; this.al = null; this.ax = null; this.ai = null; this.av = null; this.ba = null; this.a5 = null; this.q = false; this.bc = null; this.a6 = null; this.a7 = null; this.aa = 0; this.a8 = null; this.a9 = null; this.ao = null; this.am = null; this.ap = null; this.an = null; this.aq = null; this.z = 0; this.a4 = null; this.a3 = null; this.bd = null; this.be = null; this.ag = null; this.s = false; this.ah = null; this.a2 = null; this.bk = null; this.r = false; this.p = false; this.o = false; this.bg = null; this.bh = null; this.ar = null; this.a0 = null; this.ay = null; this.az = null; this.bf = null; } get_type() { return "CheckboxList"; } get type() { return this.get_type(); } get keys() { return this.k; } set keys(a) { this.k = a; this.j("Keys"); } get primaryKey() { return this.l; } set primaryKey(a) { this.l = a; this.j("PrimaryKey"); } get dataSourceRef() { return this.au; } set dataSourceRef(a) { this.au = a; this.j("DataSourceRef"); } get dataMemberPath() { return this.at; } set dataMemberPath(a) { this.at = a; this.j("DataMemberPath"); } get dataLegendTargetRef() { return this.as; } set dataLegendTargetRef(a) { this.as = a; this.j("DataLegendTargetRef"); } get subtitleMemberPath() { return this.bj; } set subtitleMemberPath(a) { this.bj = a; this.j("SubtitleMemberPath"); } get propertyTypeMemberPath() { return this.a1; } set propertyTypeMemberPath(a) { this.a1 = a; this.j("PropertyTypeMemberPath"); } get selectedMemberPath() { return this.bi; } set selectedMemberPath(a) { this.bi = a; this.j("SelectedMemberPath"); } get filterPlaceholderText() { return this.aw; } set filterPlaceholderText(a) { this.aw = a; this.j("FilterPlaceholderText"); } get searchInputType() { return this.bb; } set searchInputType(a) { this.bb = a; this.j("SearchInputType"); } get rowHeight() { return this.ae; } set rowHeight(a) { this.ae = a; this.j("RowHeight"); } get cellFontFamily() { return this.aj; } set cellFontFamily(a) { this.aj = a; this.j("CellFontFamily"); } get cellFontSize() { return this.y; } set cellFontSize(a) { this.y = a; this.j("CellFontSize"); } get cellFontStyle() { return this.ak; } set cellFontStyle(a) { this.ak = a; this.j("CellFontStyle"); } get cellFontWeight() { return this.al; } set cellFontWeight(a) { this.al = a; this.j("CellFontWeight"); } get indexType() { return this.ax; } set indexType(a) { this.ax = a; this.j("IndexType"); } get baseTheme() { return this.ai; } set baseTheme(a) { this.ai = a; this.j("BaseTheme"); } get density() { return this.av; } set density(a) { this.av = a; this.j("Density"); } get searchIconColor() { return this.ba; } set searchIconColor(a) { this.ba = a; this.j("SearchIconColor"); } get searchBackgroundColor() { return this.a5; } set searchBackgroundColor(a) { this.a5 = a; this.j("SearchBackgroundColor"); } get labelClickTriggersChange() { return this.q; } set labelClickTriggersChange(a) { this.q = a; this.j("LabelClickTriggersChange"); } get searchTextColor() { return this.bc; } set searchTextColor(a) { this.bc = a; this.j("SearchTextColor"); } get searchBorderColor() { return this.a6; } set searchBorderColor(a) { this.a6 = a; this.j("SearchBorderColor"); } get searchFontFamily() { return this.a7; } set searchFontFamily(a) { this.a7 = a; this.j("SearchFontFamily"); } get searchFontSize() { return this.aa; } set searchFontSize(a) { this.aa = a; this.j("SearchFontSize"); } get searchFontStyle() { return this.a8; } set searchFontStyle(a) { this.a8 = a; this.j("SearchFontStyle"); } get searchFontWeight() { return this.a9; } set searchFontWeight(a) { this.a9 = a; this.j("SearchFontWeight"); } get checkboxTickColor() { return this.ao; } set checkboxTickColor(a) { this.ao = a; this.j("CheckboxTickColor"); } get checkboxCheckedBackgroundColor() { return this.am; } set checkboxCheckedBackgroundColor(a) { this.am = a; this.j("CheckboxCheckedBackgroundColor"); } get checkboxUncheckedBackgroundColor() { return this.ap; } set checkboxUncheckedBackgroundColor(a) { this.ap = a; this.j("CheckboxUncheckedBackgroundColor"); } get checkboxCheckedBorderColor() { return this.an; } set checkboxCheckedBorderColor(a) { this.an = a; this.j("CheckboxCheckedBorderColor"); } get checkboxUncheckedBorderColor() { return this.aq; } set checkboxUncheckedBorderColor(a) { this.aq = a; this.j("CheckboxUncheckedBorderColor"); } get checkboxCornerRadius() { return this.z; } set checkboxCornerRadius(a) { this.z = a; this.j("CheckboxCornerRadius"); } get scrollbarStyle() { return this.a4; } set scrollbarStyle(a) { this.a4 = a; this.j("ScrollbarStyle"); } get scrollbarBackground() { return this.a3; } set scrollbarBackground(a) { this.a3 = a; this.j("ScrollbarBackground"); } get selectAllCaption() { return this.bd; } set selectAllCaption(a) { this.bd = a; this.j("SelectAllCaption"); } get selectAllCaptionTextColor() { return this.be; } set selectAllCaptionTextColor(a) { this.be = a; this.j("SelectAllCaptionTextColor"); } get actualSelectAllCaptionTextColor() { return this.ag; } set actualSelectAllCaptionTextColor(a) { this.ag = a; this.j("ActualSelectAllCaptionTextColor"); } get showSelectAll() { return this.s; } set showSelectAll(a) { this.s = a; this.j("ShowSelectAll"); } get backgroundColor() { return this.ah; } set backgroundColor(a) { this.ah = a; this.j("BackgroundColor"); } get rowHoverBackgroundColor() { return this.a2; } set rowHoverBackgroundColor(a) { this.a2 = a; this.j("RowHoverBackgroundColor"); } get textColor() { return this.bk; } set textColor(a) { this.bk = a; this.j("TextColor"); } get showFilter() { return this.r; } set showFilter(a) { this.r = a; this.j("ShowFilter"); } get isRowHoverEnabled() { return this.p; } set isRowHoverEnabled(a) { this.p = a; this.j("IsRowHoverEnabled"); } get checkboxAlignedRight() { return this.o; } set checkboxAlignedRight(a) { this.o = a; this.j("CheckboxAlignedRight"); } get selectedKeyAddedRef() { return this.bg; } set selectedKeyAddedRef(a) { this.bg = a; this.j("SelectedKeyAddedRef"); } get selectedKeyRemovedRef() { return this.bh; } set selectedKeyRemovedRef(a) { this.bh = a; this.j("SelectedKeyRemovedRef"); } get checkedChangedRef() { return this.ar; } set checkedChangedRef(a) { this.ar = a; this.j("CheckedChangedRef"); } get labelClickedRef() { return this.a0; } set labelClickedRef(a) { this.a0 = a; this.j("LabelClickedRef"); } get indexTypeChangedRef() { return this.ay; } set indexTypeChangedRef(a) { this.ay = a; this.j("IndexTypeChangedRef"); } get keysClearedRef() { return this.az; } set keysClearedRef(a) { this.az = a; this.j("KeysClearedRef"); } get selectAllCheckboxChangedRef() { return this.bf; } set selectAllCheckboxChangedRef(a) { this.bf = a; this.j("SelectAllCheckboxChangedRef"); } } CheckboxListDescription.$t = markType(CheckboxListDescription, 'CheckboxListDescription', Description.$); return CheckboxListDescription; })();