UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

561 lines (560 loc) 15.9 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 IconDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(IconDescription, _super); function IconDescription() { var _this = _super.call(this) || this; _this.a4 = null; _this.a0 = null; _this.a1 = null; _this.a2 = null; _this.u = 0; _this.a6 = null; _this.bj = null; _this.ad = 0; _this.bm = null; _this.ba = null; _this.bb = null; _this.ab = 0; _this.bc = null; _this.k = null; _this.l = null; _this.be = null; _this.bf = null; _this.bg = null; _this.bh = null; _this.bi = null; _this.a5 = null; _this.bl = null; _this.bk = null; _this.m = null; _this.a7 = null; _this.z = 0; _this.a8 = null; _this.a9 = null; _this.bd = null; _this.ay = 0; _this.a3 = null; _this.r = false; _this.q = false; _this.ac = 0; _this.w = 0; _this.af = 0; _this.x = 0; _this.ag = 0; _this.y = 0; _this.ah = 0; _this.v = 0; _this.ae = 0; _this.ai = 0; _this.aa = 0; return _this; } IconDescription.prototype.get_type = function () { return "Icon"; }; Object.defineProperty(IconDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "baseTheme", { get: function () { return this.a4; }, set: function (a) { this.a4 = a; this.j("BaseTheme"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "actualFill", { get: function () { return this.a0; }, set: function (a) { this.a0 = a; this.j("ActualFill"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "actualStroke", { get: function () { return this.a1; }, set: function (a) { this.a1 = a; this.j("ActualStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "actualTextColor", { get: function () { return this.a2; }, set: function (a) { this.a2 = a; this.j("ActualTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "actualStrokeWidth", { get: function () { return this.u; }, set: function (a) { this.u = a; this.j("ActualStrokeWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "fill", { get: function () { return this.a6; }, set: function (a) { this.a6 = a; this.j("Fill"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "stroke", { get: function () { return this.bj; }, set: function (a) { this.bj = a; this.j("Stroke"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "strokeWidth", { get: function () { return this.ad; }, set: function (a) { this.ad = a; this.j("StrokeWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "textColor", { get: function () { return this.bm; }, set: function (a) { this.bm = a; this.j("TextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "hoverFill", { get: function () { return this.ba; }, set: function (a) { this.ba = a; this.j("HoverFill"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "hoverStroke", { get: function () { return this.bb; }, set: function (a) { this.bb = a; this.j("HoverStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "hoverStrokeThickness", { get: function () { return this.ab; }, set: function (a) { this.ab = a; this.j("HoverStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "hoverTextColor", { get: function () { return this.bc; }, set: function (a) { this.bc = a; this.j("HoverTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "fillColors", { get: function () { return this.k; }, set: function (a) { this.k = a; this.j("FillColors"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "strokeColors", { get: function () { return this.l; }, set: function (a) { this.l = a; this.j("StrokeColors"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "primaryFillColor", { get: function () { return this.be; }, set: function (a) { this.be = a; this.j("PrimaryFillColor"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "primaryStrokeColor", { get: function () { return this.bf; }, set: function (a) { this.bf = a; this.j("PrimaryStrokeColor"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "secondaryFillColor", { get: function () { return this.bg; }, set: function (a) { this.bg = a; this.j("SecondaryFillColor"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "secondaryStrokeColor", { get: function () { return this.bh; }, set: function (a) { this.bh = a; this.j("SecondaryStrokeColor"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "sourceRef", { get: function () { return this.bi; }, set: function (a) { this.bi = a; this.j("SourceRef"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "dataURL", { get: function () { return this.a5; }, set: function (a) { this.a5 = a; this.j("DataURL"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "svgPath", { get: function () { return this.bl; }, set: function (a) { this.bl = a; this.j("SvgPath"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "svg", { get: function () { return this.bk; }, set: function (a) { this.bk = a; this.j("Svg"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "sVGPaths", { get: function () { return this.m; }, set: function (a) { this.m = a; this.j("SVGPaths"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "fontFamily", { get: function () { return this.a7; }, set: function (a) { this.a7 = a; this.j("FontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "fontSize", { get: function () { return this.z; }, set: function (a) { this.z = a; this.j("FontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "fontStyle", { get: function () { return this.a8; }, set: function (a) { this.a8 = a; this.j("FontStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "fontWeight", { get: function () { return this.a9; }, set: function (a) { this.a9 = a; this.j("FontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "id", { get: function () { return this.bd; }, set: function (a) { this.bd = a; this.j("Id"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "tabIndex", { get: function () { return this.ay; }, set: function (a) { this.ay = a; this.j("TabIndex"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "ariaLabel", { get: function () { return this.a3; }, set: function (a) { this.a3 = a; this.j("AriaLabel"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "isHover", { get: function () { return this.r; }, set: function (a) { this.r = a; this.j("IsHover"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "disabled", { get: function () { return this.q; }, set: function (a) { this.q = a; this.j("Disabled"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "opacity", { get: function () { return this.ac; }, set: function (a) { this.ac = a; this.j("Opacity"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "actualViewBoxLeft", { get: function () { return this.w; }, set: function (a) { this.w = a; this.j("ActualViewBoxLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "viewBoxLeft", { get: function () { return this.af; }, set: function (a) { this.af = a; this.j("ViewBoxLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "actualViewBoxTop", { get: function () { return this.x; }, set: function (a) { this.x = a; this.j("ActualViewBoxTop"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "viewBoxTop", { get: function () { return this.ag; }, set: function (a) { this.ag = a; this.j("ViewBoxTop"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "actualViewBoxWidth", { get: function () { return this.y; }, set: function (a) { this.y = a; this.j("ActualViewBoxWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "viewBoxWidth", { get: function () { return this.ah; }, set: function (a) { this.ah = a; this.j("ViewBoxWidth"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "actualViewBoxHeight", { get: function () { return this.v; }, set: function (a) { this.v = a; this.j("ActualViewBoxHeight"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "viewBoxHeight", { get: function () { return this.ae; }, set: function (a) { this.ae = a; this.j("ViewBoxHeight"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "width", { get: function () { return this.ai; }, set: function (a) { this.ai = a; this.j("Width"); }, enumerable: false, configurable: true }); Object.defineProperty(IconDescription.prototype, "height", { get: function () { return this.aa; }, set: function (a) { this.aa = a; this.j("Height"); }, enumerable: false, configurable: true }); IconDescription.$t = markType(IconDescription, 'IconDescription', Description.$); return IconDescription; }(Description)); export { IconDescription };