UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

285 lines (284 loc) 8.69 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 OverlayTextInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(OverlayTextInfoDescription, _super); function OverlayTextInfoDescription() { var _this = _super.call(this) || this; _this.q = 0; _this.r = 0; _this.v = 0; _this.u = 0; _this.n = 0; _this.p = 0; _this.o = 0; _this.m = 0; _this.t = 0; _this.ai = null; _this.ah = null; _this.an = null; _this.ao = null; _this.s = 0; _this.k = false; _this.ap = null; _this.am = null; _this.ag = null; _this.aj = null; _this.ak = null; _this.al = null; return _this; } OverlayTextInfoDescription.prototype.get_type = function () { return "OverlayTextInfo"; }; Object.defineProperty(OverlayTextInfoDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "horizontalMargin", { get: function () { return this.q; }, set: function (a) { this.q = a; this.j("HorizontalMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "horizontalPadding", { get: function () { return this.r; }, set: function (a) { this.r = a; this.j("HorizontalPadding"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "verticalPadding", { get: function () { return this.v; }, set: function (a) { this.v = a; this.j("VerticalPadding"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "verticalMargin", { get: function () { return this.u; }, set: function (a) { this.u = a; this.j("VerticalMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "borderRadius", { get: function () { return this.n; }, set: function (a) { this.n = a; this.j("BorderRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "borderThickness", { get: function () { return this.p; }, set: function (a) { this.p = a; this.j("BorderThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "borderShift", { get: function () { return this.o; }, set: function (a) { this.o = a; this.j("BorderShift"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "backgroundShift", { get: function () { return this.m; }, set: function (a) { this.m = a; this.j("BackgroundShift"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "textColorShift", { get: function () { return this.t; }, set: function (a) { this.t = a; this.j("TextColorShift"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "borderMode", { get: function () { return this.ai; }, set: function (a) { this.ai = a; this.j("BorderMode"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "backgroundMode", { get: function () { return this.ah; }, set: function (a) { this.ah = a; this.j("BackgroundMode"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "textColorMode", { get: function () { return this.an; }, set: function (a) { this.an = a; this.j("TextColorMode"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "textContent", { get: function () { return this.ao; }, set: function (a) { this.ao = a; this.j("TextContent"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "textAngle", { get: function () { return this.s; }, set: function (a) { this.s = a; this.j("TextAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "textVisible", { get: function () { return this.k; }, set: function (a) { this.k = a; this.j("TextVisible"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "textLocation", { get: function () { return this.ap; }, set: function (a) { this.ap = a; this.j("TextLocation"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "textColor", { get: function () { return this.am; }, set: function (a) { this.am = a; this.j("TextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "background", { get: function () { return this.ag; }, set: function (a) { this.ag = a; this.j("Background"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "borderStroke", { get: function () { return this.aj; }, set: function (a) { this.aj = a; this.j("BorderStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "shapeBrush", { get: function () { return this.ak; }, set: function (a) { this.ak = a; this.j("ShapeBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(OverlayTextInfoDescription.prototype, "shapeOutline", { get: function () { return this.al; }, set: function (a) { this.al = a; this.j("ShapeOutline"); }, enumerable: false, configurable: true }); OverlayTextInfoDescription.$t = markType(OverlayTextInfoDescription, 'OverlayTextInfoDescription', Description.$); return OverlayTextInfoDescription; }(Description)); export { OverlayTextInfoDescription };