igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
794 lines (793 loc) • 24.6 kB
JavaScript
/*
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.gs = false;
_this.gu = false;
_this.gt = false;
_this.gv = false;
_this.hw = 0;
_this.hu = 0;
_this.hx = 0;
_this.hv = 0;
_this.jb = null;
_this.jf = null;
_this.jg = null;
_this.i9 = null;
_this.gx = false;
_this.ja = null;
_this.gn = null;
_this.i7 = null;
_this.jc = null;
_this.jd = null;
_this.i6 = null;
_this.gm = null;
_this.gw = false;
_this.g2 = false;
_this.g5 = false;
_this.g1 = false;
_this.g3 = false;
_this.g4 = false;
_this.g6 = false;
_this.i8 = null;
_this.iq = null;
_this.ht = 0;
_this.gr = false;
_this.hs = 0;
_this.hq = 0;
_this.hr = 0;
_this.iu = null;
_this.is = null;
_this.gq = false;
_this.hp = 0;
_this.ho = 0;
_this.it = null;
_this.gz = false;
_this.gy = false;
_this.il = 0;
_this.i5 = null;
_this.i0 = null;
_this.ix = null;
_this.ir = null;
_this.g0 = false;
_this.im = 0;
_this.i1 = null;
_this.iz = null;
_this.hz = 0;
_this.h1 = 0;
_this.h0 = 0;
_this.hy = 0;
_this.iv = null;
_this.h2 = 0;
_this.h3 = 0;
_this.je = null;
_this.i4 = null;
_this.i2 = null;
_this.iw = null;
_this.iy = null;
_this.i3 = null;
return _this;
}
CalloutLayerDescription.prototype.get_type = function () {
return "CalloutLayer";
};
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferEnabled", {
get: function () {
return this.gs;
},
set: function (a) {
this.gs = a;
this.j("CalloutExpandsAxisBufferEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferOnlyWhenVisible", {
get: function () {
return this.gu;
},
set: function (a) {
this.gu = a;
this.j("CalloutExpandsAxisBufferOnlyWhenVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferOnInitialVisibility", {
get: function () {
return this.gt;
},
set: function (a) {
this.gt = a;
this.j("CalloutExpandsAxisBufferOnInitialVisibility");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutSuspendedWhenShiftingToVisible", {
get: function () {
return this.gv;
},
set: function (a) {
this.gv = a;
this.j("CalloutSuspendedWhenShiftingToVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferMinHeight", {
get: function () {
return this.hw;
},
set: function (a) {
this.hw = a;
this.j("CalloutExpandsAxisBufferMinHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferMaxHeight", {
get: function () {
return this.hu;
},
set: function (a) {
this.hu = a;
this.j("CalloutExpandsAxisBufferMaxHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferMinWidth", {
get: function () {
return this.hx;
},
set: function (a) {
this.hx = a;
this.j("CalloutExpandsAxisBufferMinWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferMaxWidth", {
get: function () {
return this.hv;
},
set: function (a) {
this.hv = a;
this.j("CalloutExpandsAxisBufferMaxWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "labelMemberPath", {
get: function () {
return this.jb;
},
set: function (a) {
this.jb = a;
this.j("LabelMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "xMemberPath", {
get: function () {
return this.jf;
},
set: function (a) {
this.jf = a;
this.j("XMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "yMemberPath", {
get: function () {
return this.jg;
},
set: function (a) {
this.jg = a;
this.j("YMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "keyMemberPath", {
get: function () {
return this.i9;
},
set: function (a) {
this.i9 = a;
this.j("KeyMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "isCalloutOffsettingEnabled", {
get: function () {
return this.gx;
},
set: function (a) {
this.gx = a;
this.j("IsCalloutOffsettingEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "labelFormat", {
get: function () {
return this.ja;
},
set: function (a) {
this.ja = a;
this.j("LabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "labelFormatSpecifiers", {
get: function () {
return this.gn;
},
set: function (a) {
this.gn = a;
this.j("LabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "contentMemberPath", {
get: function () {
return this.i7;
},
set: function (a) {
this.i7 = a;
this.j("ContentMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "targetSeriesName", {
get: function () {
return this.jc;
},
set: function (a) {
this.jc = a;
this.j("TargetSeriesName");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "targetSeriesRef", {
get: function () {
return this.jd;
},
set: function (a) {
this.jd = a;
this.j("TargetSeriesRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "collisionChannel", {
get: function () {
return this.i6;
},
set: function (a) {
this.i6 = a;
this.j("CollisionChannel");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "allowedPositions", {
get: function () {
return this.gm;
},
set: function (a) {
this.gm = a;
this.j("AllowedPositions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "isAutoCalloutBehaviorEnabled", {
get: function () {
return this.gw;
},
set: function (a) {
this.gw = a;
this.j("IsAutoCalloutBehaviorEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "useInterpolatedValueForAutoCalloutLabels", {
get: function () {
return this.g2;
},
set: function (a) {
this.g2 = a;
this.j("UseInterpolatedValueForAutoCalloutLabels");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "useSeriesColorForOutline", {
get: function () {
return this.g5;
},
set: function (a) {
this.g5 = a;
this.j("UseSeriesColorForOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "useAutoContrastingLabelColors", {
get: function () {
return this.g1;
},
set: function (a) {
this.g1 = a;
this.j("UseAutoContrastingLabelColors");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "useItemColorForFill", {
get: function () {
return this.g3;
},
set: function (a) {
this.g3 = a;
this.j("UseItemColorForFill");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "useItemColorForOutline", {
get: function () {
return this.g4;
},
set: function (a) {
this.g4 = a;
this.j("UseItemColorForOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "useValueForAutoCalloutLabels", {
get: function () {
return this.g6;
},
set: function (a) {
this.g6 = a;
this.j("UseValueForAutoCalloutLabels");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "highlightedValueLabelMode", {
get: function () {
return this.i8;
},
set: function (a) {
this.i8 = a;
this.j("HighlightedValueLabelMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "autoCalloutVisibilityMode", {
get: function () {
return this.iq;
},
set: function (a) {
this.iq = a;
this.j("AutoCalloutVisibilityMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutCornerRadius", {
get: function () {
return this.ht;
},
set: function (a) {
this.ht = a;
this.j("CalloutCornerRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutBadgeVisible", {
get: function () {
return this.gr;
},
set: function (a) {
this.gr = a;
this.j("CalloutBadgeVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutBadgeWidth", {
get: function () {
return this.hs;
},
set: function (a) {
this.hs = a;
this.j("CalloutBadgeWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutBadgeHeight", {
get: function () {
return this.hq;
},
set: function (a) {
this.hq = a;
this.j("CalloutBadgeHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutBadgeThickness", {
get: function () {
return this.hr;
},
set: function (a) {
this.hr = a;
this.j("CalloutBadgeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutBadgeOutline", {
get: function () {
return this.iu;
},
set: function (a) {
this.iu = a;
this.j("CalloutBadgeOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutBadgeBackground", {
get: function () {
return this.is;
},
set: function (a) {
this.is = a;
this.j("CalloutBadgeBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutBadgeMatchSeries", {
get: function () {
return this.gq;
},
set: function (a) {
this.gq = a;
this.j("CalloutBadgeMatchSeries");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutBadgeGap", {
get: function () {
return this.hp;
},
set: function (a) {
this.hp = a;
this.j("CalloutBadgeGap");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutBadgeCorner", {
get: function () {
return this.ho;
},
set: function (a) {
this.ho = a;
this.j("CalloutBadgeCorner");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutBadgeImageMemberPath", {
get: function () {
return this.it;
},
set: function (a) {
this.it = a;
this.j("CalloutBadgeImageMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "isCustomCalloutStyleEnabled", {
get: function () {
return this.gz;
},
set: function (a) {
this.gz = a;
this.j("IsCustomCalloutStyleEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "isCustomCalloutRenderStyleEnabled", {
get: function () {
return this.gy;
},
set: function (a) {
this.gy = a;
this.j("IsCustomCalloutRenderStyleEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "autoCalloutLabelPrecision", {
get: function () {
return this.il;
},
set: function (a) {
this.il = a;
this.j("AutoCalloutLabelPrecision");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutTextColor", {
get: function () {
return this.i5;
},
set: function (a) {
this.i5 = a;
this.j("CalloutTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutLightTextColor", {
get: function () {
return this.i0;
},
set: function (a) {
this.i0 = a;
this.j("CalloutLightTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutDarkTextColor", {
get: function () {
return this.ix;
},
set: function (a) {
this.ix = a;
this.j("CalloutDarkTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutBackground", {
get: function () {
return this.ir;
},
set: function (a) {
this.ir = a;
this.j("CalloutBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "shouldTruncateOnBoundaryCollisions", {
get: function () {
return this.g0;
},
set: function (a) {
this.g0 = a;
this.j("ShouldTruncateOnBoundaryCollisions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutInterpolatedValuePrecision", {
get: function () {
return this.im;
},
set: function (a) {
this.im = a;
this.j("CalloutInterpolatedValuePrecision");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutOutline", {
get: function () {
return this.i1;
},
set: function (a) {
this.i1 = a;
this.j("CalloutOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutLeaderBrush", {
get: function () {
return this.iz;
},
set: function (a) {
this.iz = a;
this.j("CalloutLeaderBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutPaddingLeft", {
get: function () {
return this.hz;
},
set: function (a) {
this.hz = a;
this.j("CalloutPaddingLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutPaddingTop", {
get: function () {
return this.h1;
},
set: function (a) {
this.h1 = a;
this.j("CalloutPaddingTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutPaddingRight", {
get: function () {
return this.h0;
},
set: function (a) {
this.h0 = a;
this.j("CalloutPaddingRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutPaddingBottom", {
get: function () {
return this.hy;
},
set: function (a) {
this.hy = a;
this.j("CalloutPaddingBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutCollisionMode", {
get: function () {
return this.iv;
},
set: function (a) {
this.iv = a;
this.j("CalloutCollisionMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutPositionPadding", {
get: function () {
return this.h2;
},
set: function (a) {
this.h2 = a;
this.j("CalloutPositionPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutStrokeThickness", {
get: function () {
return this.h3;
},
set: function (a) {
this.h3 = a;
this.j("CalloutStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "textStyle", {
get: function () {
return this.je;
},
set: function (a) {
this.je = a;
this.j("TextStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutStyleUpdatingRef", {
get: function () {
return this.i4;
},
set: function (a) {
this.i4 = a;
this.j("CalloutStyleUpdatingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutRenderStyleUpdatingRef", {
get: function () {
return this.i2;
},
set: function (a) {
this.i2 = a;
this.j("CalloutRenderStyleUpdatingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutContentUpdatingRef", {
get: function () {
return this.iw;
},
set: function (a) {
this.iw = a;
this.j("CalloutContentUpdatingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutLabelUpdatingRef", {
get: function () {
return this.iy;
},
set: function (a) {
this.iy = a;
this.j("CalloutLabelUpdatingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutSeriesSelectingRef", {
get: function () {
return this.i3;
},
set: function (a) {
this.i3 = a;
this.j("CalloutSeriesSelectingRef");
},
enumerable: false,
configurable: true
});
CalloutLayerDescription.$t = markType(CalloutLayerDescription, 'CalloutLayerDescription', AnnotationLayerDescription.$);
return CalloutLayerDescription;
}(AnnotationLayerDescription));
export { CalloutLayerDescription };