UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

362 lines (361 loc) 10.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 { __extends } from "tslib"; import { InputGroupItemDescription } from "./InputGroupItemDescription"; import { markType } from "./type"; /** * @hidden */ var LabelDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(LabelDescription, _super); function LabelDescription() { var _this = _super.call(this) || this; _this.ad = null; _this.ae = null; _this.v = null; _this.z = null; _this.w = null; _this.x = null; _this.y = null; _this.ar = null; _this.am = null; _this.an = null; _this.ai = null; _this.r = 0; _this.aj = null; _this.ak = null; _this.ao = null; _this.ap = null; _this.af = null; _this.ag = null; _this.ah = null; _this.aa = null; _this.ab = null; _this.t = 0; _this.al = null; _this.ac = null; _this.aq = null; _this.m = false; _this.n = false; _this.l = false; return _this; } LabelDescription.prototype.get_type = function () { return "Label"; }; Object.defineProperty(LabelDescription.prototype, "baseTheme", { get: function () { return this.ad; }, set: function (a) { this.ad = a; this.j("BaseTheme"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "density", { get: function () { return this.ae; }, set: function (a) { this.ae = a; this.j("Density"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "actualDensity", { get: function () { return this.v; }, set: function (a) { this.v = a; this.j("ActualDensity"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "actualTextColor", { get: function () { return this.z; }, set: function (a) { this.z = a; this.j("ActualTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "actualHighlightTextColor", { get: function () { return this.w; }, set: function (a) { this.w = a; this.j("ActualHighlightTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "actualHoverHighlightTextColor", { get: function () { return this.x; }, set: function (a) { this.x = a; this.j("ActualHoverHighlightTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "actualHoverTextColor", { get: function () { return this.y; }, set: function (a) { this.y = a; this.j("ActualHoverTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "textColor", { get: function () { return this.ar; }, set: function (a) { this.ar = a; this.j("TextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "highlightTextColor", { get: function () { return this.am; }, set: function (a) { this.am = a; this.j("HighlightTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "hoverHighlightTextColor", { get: function () { return this.an; }, set: function (a) { this.an = a; this.j("HoverHighlightTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "fontFamily", { get: function () { return this.ai; }, set: function (a) { this.ai = a; this.j("FontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "fontSize", { get: function () { return this.r; }, set: function (a) { this.r = a; this.j("FontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "fontStyle", { get: function () { return this.aj; }, set: function (a) { this.aj = a; this.j("FontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "fontWeight", { get: function () { return this.ak; }, set: function (a) { this.ak = a; this.j("FontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "hoverTextColor", { get: function () { return this.ao; }, set: function (a) { this.ao = a; this.j("HoverTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "id", { get: function () { return this.ap; }, set: function (a) { this.ap = a; this.j("Id"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "display", { get: function () { return this.af; }, set: function (a) { this.af = a; this.j("Display"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "flexDirection", { get: function () { return this.ag; }, set: function (a) { this.ag = a; this.j("FlexDirection"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "flexGrow", { get: function () { return this.ah; }, set: function (a) { this.ah = a; this.j("FlexGrow"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "alignItems", { get: function () { return this.aa; }, set: function (a) { this.aa = a; this.j("AlignItems"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "alignSelf", { get: function () { return this.ab; }, set: function (a) { this.ab = a; this.j("AlignSelf"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "tabIndex", { get: function () { return this.t; }, set: function (a) { this.t = a; this.j("TabIndex"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "$for", { get: function () { return this.al; }, set: function (a) { this.al = a; this.j("For"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "ariaLabel", { get: function () { return this.ac; }, set: function (a) { this.ac = a; this.j("AriaLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "text", { get: function () { return this.aq; }, set: function (a) { this.aq = a; this.j("Text"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "isHover", { get: function () { return this.m; }, set: function (a) { this.m = a; this.j("IsHover"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "value", { get: function () { return this.n; }, set: function (a) { this.n = a; this.j("Value"); }, enumerable: false, configurable: true }); Object.defineProperty(LabelDescription.prototype, "disabled", { get: function () { return this.l; }, set: function (a) { this.l = a; this.j("Disabled"); }, enumerable: false, configurable: true }); LabelDescription.$t = markType(LabelDescription, 'LabelDescription', InputGroupItemDescription.$); return LabelDescription; }(InputGroupItemDescription)); export { LabelDescription };