UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

657 lines (656 loc) 19.8 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 { __extends } from "tslib"; import { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ var CheckboxListDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(CheckboxListDescription, _super); function CheckboxListDescription() { var _this = _super.call(this) || this; _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; return _this; } CheckboxListDescription.prototype.get_type = function () { return "CheckboxList"; }; Object.defineProperty(CheckboxListDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "keys", { get: function () { return this.k; }, set: function (a) { this.k = a; this.j("Keys"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "primaryKey", { get: function () { return this.l; }, set: function (a) { this.l = a; this.j("PrimaryKey"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "dataSourceRef", { get: function () { return this.au; }, set: function (a) { this.au = a; this.j("DataSourceRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "dataMemberPath", { get: function () { return this.at; }, set: function (a) { this.at = a; this.j("DataMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "dataLegendTargetRef", { get: function () { return this.as; }, set: function (a) { this.as = a; this.j("DataLegendTargetRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "subtitleMemberPath", { get: function () { return this.bj; }, set: function (a) { this.bj = a; this.j("SubtitleMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "propertyTypeMemberPath", { get: function () { return this.a1; }, set: function (a) { this.a1 = a; this.j("PropertyTypeMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "selectedMemberPath", { get: function () { return this.bi; }, set: function (a) { this.bi = a; this.j("SelectedMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "filterPlaceholderText", { get: function () { return this.aw; }, set: function (a) { this.aw = a; this.j("FilterPlaceholderText"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "searchInputType", { get: function () { return this.bb; }, set: function (a) { this.bb = a; this.j("SearchInputType"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "rowHeight", { get: function () { return this.ae; }, set: function (a) { this.ae = a; this.j("RowHeight"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "cellFontFamily", { get: function () { return this.aj; }, set: function (a) { this.aj = a; this.j("CellFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "cellFontSize", { get: function () { return this.y; }, set: function (a) { this.y = a; this.j("CellFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "cellFontStyle", { get: function () { return this.ak; }, set: function (a) { this.ak = a; this.j("CellFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "cellFontWeight", { get: function () { return this.al; }, set: function (a) { this.al = a; this.j("CellFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "indexType", { get: function () { return this.ax; }, set: function (a) { this.ax = a; this.j("IndexType"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "baseTheme", { get: function () { return this.ai; }, set: function (a) { this.ai = a; this.j("BaseTheme"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "density", { get: function () { return this.av; }, set: function (a) { this.av = a; this.j("Density"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "searchIconColor", { get: function () { return this.ba; }, set: function (a) { this.ba = a; this.j("SearchIconColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "searchBackgroundColor", { get: function () { return this.a5; }, set: function (a) { this.a5 = a; this.j("SearchBackgroundColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "labelClickTriggersChange", { get: function () { return this.q; }, set: function (a) { this.q = a; this.j("LabelClickTriggersChange"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "searchTextColor", { get: function () { return this.bc; }, set: function (a) { this.bc = a; this.j("SearchTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "searchBorderColor", { get: function () { return this.a6; }, set: function (a) { this.a6 = a; this.j("SearchBorderColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "searchFontFamily", { get: function () { return this.a7; }, set: function (a) { this.a7 = a; this.j("SearchFontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "searchFontSize", { get: function () { return this.aa; }, set: function (a) { this.aa = a; this.j("SearchFontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "searchFontStyle", { get: function () { return this.a8; }, set: function (a) { this.a8 = a; this.j("SearchFontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "searchFontWeight", { get: function () { return this.a9; }, set: function (a) { this.a9 = a; this.j("SearchFontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "checkboxTickColor", { get: function () { return this.ao; }, set: function (a) { this.ao = a; this.j("CheckboxTickColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "checkboxCheckedBackgroundColor", { get: function () { return this.am; }, set: function (a) { this.am = a; this.j("CheckboxCheckedBackgroundColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "checkboxUncheckedBackgroundColor", { get: function () { return this.ap; }, set: function (a) { this.ap = a; this.j("CheckboxUncheckedBackgroundColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "checkboxCheckedBorderColor", { get: function () { return this.an; }, set: function (a) { this.an = a; this.j("CheckboxCheckedBorderColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "checkboxUncheckedBorderColor", { get: function () { return this.aq; }, set: function (a) { this.aq = a; this.j("CheckboxUncheckedBorderColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "checkboxCornerRadius", { get: function () { return this.z; }, set: function (a) { this.z = a; this.j("CheckboxCornerRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "scrollbarStyle", { get: function () { return this.a4; }, set: function (a) { this.a4 = a; this.j("ScrollbarStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "scrollbarBackground", { get: function () { return this.a3; }, set: function (a) { this.a3 = a; this.j("ScrollbarBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "selectAllCaption", { get: function () { return this.bd; }, set: function (a) { this.bd = a; this.j("SelectAllCaption"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "selectAllCaptionTextColor", { get: function () { return this.be; }, set: function (a) { this.be = a; this.j("SelectAllCaptionTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "actualSelectAllCaptionTextColor", { get: function () { return this.ag; }, set: function (a) { this.ag = a; this.j("ActualSelectAllCaptionTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "showSelectAll", { get: function () { return this.s; }, set: function (a) { this.s = a; this.j("ShowSelectAll"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "backgroundColor", { get: function () { return this.ah; }, set: function (a) { this.ah = a; this.j("BackgroundColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "rowHoverBackgroundColor", { get: function () { return this.a2; }, set: function (a) { this.a2 = a; this.j("RowHoverBackgroundColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "textColor", { get: function () { return this.bk; }, set: function (a) { this.bk = a; this.j("TextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "showFilter", { get: function () { return this.r; }, set: function (a) { this.r = a; this.j("ShowFilter"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "isRowHoverEnabled", { get: function () { return this.p; }, set: function (a) { this.p = a; this.j("IsRowHoverEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "checkboxAlignedRight", { get: function () { return this.o; }, set: function (a) { this.o = a; this.j("CheckboxAlignedRight"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "selectedKeyAddedRef", { get: function () { return this.bg; }, set: function (a) { this.bg = a; this.j("SelectedKeyAddedRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "selectedKeyRemovedRef", { get: function () { return this.bh; }, set: function (a) { this.bh = a; this.j("SelectedKeyRemovedRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "checkedChangedRef", { get: function () { return this.ar; }, set: function (a) { this.ar = a; this.j("CheckedChangedRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "labelClickedRef", { get: function () { return this.a0; }, set: function (a) { this.a0 = a; this.j("LabelClickedRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "indexTypeChangedRef", { get: function () { return this.ay; }, set: function (a) { this.ay = a; this.j("IndexTypeChangedRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "keysClearedRef", { get: function () { return this.az; }, set: function (a) { this.az = a; this.j("KeysClearedRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxListDescription.prototype, "selectAllCheckboxChangedRef", { get: function () { return this.bf; }, set: function (a) { this.bf = a; this.j("SelectAllCheckboxChangedRef"); }, enumerable: false, configurable: true }); CheckboxListDescription.$t = markType(CheckboxListDescription, 'CheckboxListDescription', Description.$); return CheckboxListDescription; }(Description)); export { CheckboxListDescription };