UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

429 lines (428 loc) 12.7 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 CheckboxDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(CheckboxDescription, _super); function CheckboxDescription() { var _this = _super.call(this) || this; _this.at = null; _this.a2 = null; _this.ap = null; _this.av = null; _this.a1 = null; _this.ao = null; _this.a3 = null; _this.aw = null; _this.aq = null; _this.an = null; _this.z = 0; _this.w = 0; _this.aa = 0; _this.ab = 0; _this.y = 0; _this.x = 0; _this.am = null; _this.ay = null; _this.ax = null; _this.az = null; _this.aj = 0; _this.ai = 0; _this.as = null; _this.ar = null; _this.a4 = null; _this.o = false; _this.a0 = null; _this.m = false; _this.k = false; _this.p = false; _this.l = false; _this.n = false; _this.au = null; return _this; } CheckboxDescription.prototype.get_type = function () { return "Checkbox"; }; Object.defineProperty(CheckboxDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "baseTheme", { get: function () { return this.at; }, set: function (a) { this.at = a; this.j("BaseTheme"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "uncheckedBackgroundColor", { get: function () { return this.a2; }, set: function (a) { this.a2 = a; this.j("UncheckedBackgroundColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "actualUncheckedBackgroundColor", { get: function () { return this.ap; }, set: function (a) { this.ap = a; this.j("ActualUncheckedBackgroundColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "checkedBackgroundColor", { get: function () { return this.av; }, set: function (a) { this.av = a; this.j("CheckedBackgroundColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "tickColor", { get: function () { return this.a1; }, set: function (a) { this.a1 = a; this.j("TickColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "actualTickColor", { get: function () { return this.ao; }, set: function (a) { this.ao = a; this.j("ActualTickColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "uncheckedBorderColor", { get: function () { return this.a3; }, set: function (a) { this.a3 = a; this.j("UncheckedBorderColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "checkedBorderColor", { get: function () { return this.aw; }, set: function (a) { this.aw = a; this.j("CheckedBorderColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "actualUncheckedBorderColor", { get: function () { return this.aq; }, set: function (a) { this.aq = a; this.j("ActualUncheckedBorderColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "actualCheckedBorderColor", { get: function () { return this.an; }, set: function (a) { this.an = a; this.j("ActualCheckedBorderColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "borderWidth", { get: function () { return this.z; }, set: function (a) { this.z = a; this.j("BorderWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "actualBorderWidth", { get: function () { return this.w; }, set: function (a) { this.w = a; this.j("ActualBorderWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "cornerRadius", { get: function () { return this.aa; }, set: function (a) { this.aa = a; this.j("CornerRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "tickStrokeWidth", { get: function () { return this.ab; }, set: function (a) { this.ab = a; this.j("TickStrokeWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "actualTickStrokeWidth", { get: function () { return this.y; }, set: function (a) { this.y = a; this.j("ActualTickStrokeWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "actualCornerRadius", { get: function () { return this.x; }, set: function (a) { this.x = a; this.j("ActualCornerRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "actualCheckedBackgroundColor", { get: function () { return this.am; }, set: function (a) { this.am = a; this.j("ActualCheckedBackgroundColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "inputId", { get: function () { return this.ay; }, set: function (a) { this.ay = a; this.j("InputId"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "id", { get: function () { return this.ax; }, set: function (a) { this.ax = a; this.j("Id"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "labelId", { get: function () { return this.az; }, set: function (a) { this.az = a; this.j("LabelId"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "tabIndex", { get: function () { return this.aj; }, set: function (a) { this.aj = a; this.j("TabIndex"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "required", { get: function () { return this.ai; }, set: function (a) { this.ai = a; this.j("Required"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "ariaLabelledBy", { get: function () { return this.as; }, set: function (a) { this.as = a; this.j("AriaLabelledBy"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "ariaLabel", { get: function () { return this.ar; }, set: function (a) { this.ar = a; this.j("AriaLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "valueRef", { get: function () { return this.a4; }, set: function (a) { this.a4 = a; this.j("ValueRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "focused", { get: function () { return this.o; }, set: function (a) { this.o = a; this.j("Focused"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "labelPosition", { get: function () { return this.a0; }, set: function (a) { this.a0 = a; this.j("LabelPosition"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "disableRipple", { get: function () { return this.m; }, set: function (a) { this.m = a; this.j("DisableRipple"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "checked", { get: function () { return this.k; }, set: function (a) { this.k = a; this.j("Checked"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "indeterminate", { get: function () { return this.p; }, set: function (a) { this.p = a; this.j("Indeterminate"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "disabled", { get: function () { return this.l; }, set: function (a) { this.l = a; this.j("Disabled"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "disableTransitions", { get: function () { return this.n; }, set: function (a) { this.n = a; this.j("DisableTransitions"); }, enumerable: false, configurable: true }); Object.defineProperty(CheckboxDescription.prototype, "changeRef", { get: function () { return this.au; }, set: function (a) { this.au = a; this.j("ChangeRef"); }, enumerable: false, configurable: true }); CheckboxDescription.$t = markType(CheckboxDescription, 'CheckboxDescription', Description.$); return CheckboxDescription; }(Description)); export { CheckboxDescription };