UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

285 lines (284 loc) 9.27 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 CalloutRenderStyleUpdatingEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(CalloutRenderStyleUpdatingEventArgsDescription, _super); function CalloutRenderStyleUpdatingEventArgsDescription() { var _this = _super.call(this) || this; _this.an = null; _this.ao = null; _this.p = 0; _this.q = 0; _this.s = 0; _this.t = 0; _this.u = 0; _this.o = 0; _this.ae = null; _this.aj = null; _this.k = null; _this.af = null; _this.m = 0; _this.am = null; _this.al = null; _this.ak = null; _this.r = 0; _this.ag = null; _this.ai = null; _this.n = 0; _this.ah = null; return _this; } CalloutRenderStyleUpdatingEventArgsDescription.prototype.get_type = function () { return "CalloutRenderStyleUpdatingEventArgs"; }; Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "xValueRef", { get: function () { return this.an; }, set: function (a) { this.an = a; this.j("XValueRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "yValueRef", { get: function () { return this.ao; }, set: function (a) { this.ao = a; this.j("YValueRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "labelPositionX", { get: function () { return this.p; }, set: function (a) { this.p = a; this.j("LabelPositionX"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "labelPositionY", { get: function () { return this.q; }, set: function (a) { this.q = a; this.j("LabelPositionY"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "targetPositionX", { get: function () { return this.s; }, set: function (a) { this.s = a; this.j("TargetPositionX"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "targetPositionY", { get: function () { return this.t; }, set: function (a) { this.t = a; this.j("TargetPositionY"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "width", { get: function () { return this.u; }, set: function (a) { this.u = a; this.j("Width"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "height", { get: function () { return this.o; }, set: function (a) { this.o = a; this.j("Height"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "actualPosition", { get: function () { return this.ae; }, set: function (a) { this.ae = a; this.j("ActualPosition"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "itemRef", { get: function () { return this.aj; }, set: function (a) { this.aj = a; this.j("ItemRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "series", { get: function () { return this.k; }, set: function (a) { this.k = a; this.j("Series"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "background", { get: function () { return this.af; }, set: function (a) { this.af = a; this.j("Background"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "backgroundCorner", { get: function () { return this.m; }, set: function (a) { this.m = a; this.j("BackgroundCorner"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "textColor", { get: function () { return this.am; }, set: function (a) { this.am = a; this.j("TextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "outline", { get: function () { return this.al; }, set: function (a) { this.al = a; this.j("Outline"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "leaderBrush", { get: function () { return this.ak; }, set: function (a) { this.ak = a; this.j("LeaderBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "strokeThickness", { get: function () { return this.r; }, set: function (a) { this.r = a; this.j("StrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "badgeBackground", { get: function () { return this.ag; }, set: function (a) { this.ag = a; this.j("BadgeBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "badgeOutline", { get: function () { return this.ai; }, set: function (a) { this.ai = a; this.j("BadgeOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "badgeThickness", { get: function () { return this.n; }, set: function (a) { this.n = a; this.j("BadgeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutRenderStyleUpdatingEventArgsDescription.prototype, "badgeImage", { get: function () { return this.ah; }, set: function (a) { this.ah = a; this.j("BadgeImage"); }, enumerable: false, configurable: true }); CalloutRenderStyleUpdatingEventArgsDescription.$t = markType(CalloutRenderStyleUpdatingEventArgsDescription, 'CalloutRenderStyleUpdatingEventArgsDescription', Description.$); return CalloutRenderStyleUpdatingEventArgsDescription; }(Description)); export { CalloutRenderStyleUpdatingEventArgsDescription };