UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

470 lines (469 loc) 14.6 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 { AnnotationLayerDescription } from "./AnnotationLayerDescription"; import { markType } from "./type"; /** * @hidden */ var CalloutLayerDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(CalloutLayerDescription, _super); function CalloutLayerDescription() { var _this = _super.call(this) || this; _this.er = null; _this.ev = null; _this.ew = null; _this.eq = null; _this.dh = false; _this.ep = null; _this.es = null; _this.et = null; _this.eo = null; _this.de = null; _this.dg = false; _this.dk = false; _this.dl = false; _this.dm = false; _this.ed = null; _this.dv = 0; _this.dj = false; _this.di = false; _this.d9 = 0; _this.en = null; _this.ee = null; _this.ea = 0; _this.ej = null; _this.ei = null; _this.dx = 0; _this.dz = 0; _this.dy = 0; _this.dw = 0; _this.ef = null; _this.d0 = 0; _this.d1 = 0; _this.eu = null; _this.em = null; _this.ek = null; _this.eg = null; _this.eh = null; _this.el = null; return _this; } CalloutLayerDescription.prototype.get_type = function () { return "CalloutLayer"; }; Object.defineProperty(CalloutLayerDescription.prototype, "labelMemberPath", { get: function () { return this.er; }, set: function (a) { this.er = a; this.e("LabelMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "xMemberPath", { get: function () { return this.ev; }, set: function (a) { this.ev = a; this.e("XMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "yMemberPath", { get: function () { return this.ew; }, set: function (a) { this.ew = a; this.e("YMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "keyMemberPath", { get: function () { return this.eq; }, set: function (a) { this.eq = a; this.e("KeyMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "isCalloutOffsettingEnabled", { get: function () { return this.dh; }, set: function (a) { this.dh = a; this.e("IsCalloutOffsettingEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "contentMemberPath", { get: function () { return this.ep; }, set: function (a) { this.ep = a; this.e("ContentMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "targetSeriesName", { get: function () { return this.es; }, set: function (a) { this.es = a; this.e("TargetSeriesName"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "targetSeriesRef", { get: function () { return this.et; }, set: function (a) { this.et = a; this.e("TargetSeriesRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "collisionChannel", { get: function () { return this.eo; }, set: function (a) { this.eo = a; this.e("CollisionChannel"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "allowedPositions", { get: function () { return this.de; }, set: function (a) { this.de = a; this.e("AllowedPositions"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "isAutoCalloutBehaviorEnabled", { get: function () { return this.dg; }, set: function (a) { this.dg = a; this.e("IsAutoCalloutBehaviorEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "useInterpolatedValueForAutoCalloutLabels", { get: function () { return this.dk; }, set: function (a) { this.dk = a; this.e("UseInterpolatedValueForAutoCalloutLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "useSeriesColorForOutline", { get: function () { return this.dl; }, set: function (a) { this.dl = a; this.e("UseSeriesColorForOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "useValueForAutoCalloutLabels", { get: function () { return this.dm; }, set: function (a) { this.dm = a; this.e("UseValueForAutoCalloutLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "autoCalloutVisibilityMode", { get: function () { return this.ed; }, set: function (a) { this.ed = a; this.e("AutoCalloutVisibilityMode"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "calloutCornerRadius", { get: function () { return this.dv; }, set: function (a) { this.dv = a; this.e("CalloutCornerRadius"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "isCustomCalloutStyleEnabled", { get: function () { return this.dj; }, set: function (a) { this.dj = a; this.e("IsCustomCalloutStyleEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "isCustomCalloutRenderStyleEnabled", { get: function () { return this.di; }, set: function (a) { this.di = a; this.e("IsCustomCalloutRenderStyleEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "autoCalloutLabelPrecision", { get: function () { return this.d9; }, set: function (a) { this.d9 = a; this.e("AutoCalloutLabelPrecision"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "calloutTextColor", { get: function () { return this.en; }, set: function (a) { this.en = a; this.e("CalloutTextColor"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "calloutBackground", { get: function () { return this.ee; }, set: function (a) { this.ee = a; this.e("CalloutBackground"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "calloutInterpolatedValuePrecision", { get: function () { return this.ea; }, set: function (a) { this.ea = a; this.e("CalloutInterpolatedValuePrecision"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "calloutOutline", { get: function () { return this.ej; }, set: function (a) { this.ej = a; this.e("CalloutOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "calloutLeaderBrush", { get: function () { return this.ei; }, set: function (a) { this.ei = a; this.e("CalloutLeaderBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "calloutPaddingLeft", { get: function () { return this.dx; }, set: function (a) { this.dx = a; this.e("CalloutPaddingLeft"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "calloutPaddingTop", { get: function () { return this.dz; }, set: function (a) { this.dz = a; this.e("CalloutPaddingTop"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "calloutPaddingRight", { get: function () { return this.dy; }, set: function (a) { this.dy = a; this.e("CalloutPaddingRight"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "calloutPaddingBottom", { get: function () { return this.dw; }, set: function (a) { this.dw = a; this.e("CalloutPaddingBottom"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "calloutCollisionMode", { get: function () { return this.ef; }, set: function (a) { this.ef = a; this.e("CalloutCollisionMode"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "calloutPositionPadding", { get: function () { return this.d0; }, set: function (a) { this.d0 = a; this.e("CalloutPositionPadding"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "calloutStrokeThickness", { get: function () { return this.d1; }, set: function (a) { this.d1 = a; this.e("CalloutStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "textStyle", { get: function () { return this.eu; }, set: function (a) { this.eu = a; this.e("TextStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "calloutStyleUpdatingRef", { get: function () { return this.em; }, set: function (a) { this.em = a; this.e("CalloutStyleUpdatingRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "calloutRenderStyleUpdatingRef", { get: function () { return this.ek; }, set: function (a) { this.ek = a; this.e("CalloutRenderStyleUpdatingRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "calloutContentUpdatingRef", { get: function () { return this.eg; }, set: function (a) { this.eg = a; this.e("CalloutContentUpdatingRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "calloutLabelUpdatingRef", { get: function () { return this.eh; }, set: function (a) { this.eh = a; this.e("CalloutLabelUpdatingRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CalloutLayerDescription.prototype, "calloutSeriesSelectingRef", { get: function () { return this.el; }, set: function (a) { this.el = a; this.e("CalloutSeriesSelectingRef"); }, enumerable: false, configurable: true }); CalloutLayerDescription.$t = markType(CalloutLayerDescription, 'CalloutLayerDescription', AnnotationLayerDescription.$); return CalloutLayerDescription; }(AnnotationLayerDescription)); export { CalloutLayerDescription };