igniteui-react-core
Version:
Ignite UI React Core.
674 lines (673 loc) • 20.4 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.gj = false;
_this.gl = false;
_this.gk = false;
_this.gm = false;
_this.hg = 0;
_this.he = 0;
_this.hh = 0;
_this.hf = 0;
_this.im = null;
_this.ir = null;
_this.is = null;
_this.ik = null;
_this.go = false;
_this.il = null;
_this.gg = null;
_this.ii = null;
_this.io = null;
_this.ip = null;
_this.ih = null;
_this.gf = null;
_this.gn = false;
_this.gt = false;
_this.gw = false;
_this.gs = false;
_this.gu = false;
_this.gv = false;
_this.gx = false;
_this.ij = null;
_this.h3 = null;
_this.hd = 0;
_this.gq = false;
_this.gp = false;
_this.hz = 0;
_this.ig = null;
_this.ia = null;
_this.h7 = null;
_this.h4 = null;
_this.gr = false;
_this.h0 = 0;
_this.ib = null;
_this.h9 = null;
_this.hj = 0;
_this.hl = 0;
_this.hk = 0;
_this.hi = 0;
_this.h5 = null;
_this.hm = 0;
_this.hn = 0;
_this.iq = null;
_this.ie = null;
_this.ic = null;
_this.h6 = null;
_this.h8 = null;
_this.id = null;
return _this;
}
CalloutLayerDescription.prototype.get_type = function () {
return "CalloutLayer";
};
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferEnabled", {
get: function () {
return this.gj;
},
set: function (a) {
this.gj = a;
this.g("CalloutExpandsAxisBufferEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferOnlyWhenVisible", {
get: function () {
return this.gl;
},
set: function (a) {
this.gl = a;
this.g("CalloutExpandsAxisBufferOnlyWhenVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferOnInitialVisibility", {
get: function () {
return this.gk;
},
set: function (a) {
this.gk = a;
this.g("CalloutExpandsAxisBufferOnInitialVisibility");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutSuspendedWhenShiftingToVisible", {
get: function () {
return this.gm;
},
set: function (a) {
this.gm = a;
this.g("CalloutSuspendedWhenShiftingToVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferMinHeight", {
get: function () {
return this.hg;
},
set: function (a) {
this.hg = a;
this.g("CalloutExpandsAxisBufferMinHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferMaxHeight", {
get: function () {
return this.he;
},
set: function (a) {
this.he = a;
this.g("CalloutExpandsAxisBufferMaxHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferMinWidth", {
get: function () {
return this.hh;
},
set: function (a) {
this.hh = a;
this.g("CalloutExpandsAxisBufferMinWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutExpandsAxisBufferMaxWidth", {
get: function () {
return this.hf;
},
set: function (a) {
this.hf = a;
this.g("CalloutExpandsAxisBufferMaxWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "labelMemberPath", {
get: function () {
return this.im;
},
set: function (a) {
this.im = a;
this.g("LabelMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "xMemberPath", {
get: function () {
return this.ir;
},
set: function (a) {
this.ir = a;
this.g("XMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "yMemberPath", {
get: function () {
return this.is;
},
set: function (a) {
this.is = a;
this.g("YMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "keyMemberPath", {
get: function () {
return this.ik;
},
set: function (a) {
this.ik = a;
this.g("KeyMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "isCalloutOffsettingEnabled", {
get: function () {
return this.go;
},
set: function (a) {
this.go = a;
this.g("IsCalloutOffsettingEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "labelFormat", {
get: function () {
return this.il;
},
set: function (a) {
this.il = a;
this.g("LabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "labelFormatSpecifiers", {
get: function () {
return this.gg;
},
set: function (a) {
this.gg = a;
this.g("LabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "contentMemberPath", {
get: function () {
return this.ii;
},
set: function (a) {
this.ii = a;
this.g("ContentMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "targetSeriesName", {
get: function () {
return this.io;
},
set: function (a) {
this.io = a;
this.g("TargetSeriesName");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "targetSeriesRef", {
get: function () {
return this.ip;
},
set: function (a) {
this.ip = a;
this.g("TargetSeriesRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "collisionChannel", {
get: function () {
return this.ih;
},
set: function (a) {
this.ih = a;
this.g("CollisionChannel");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "allowedPositions", {
get: function () {
return this.gf;
},
set: function (a) {
this.gf = a;
this.g("AllowedPositions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "isAutoCalloutBehaviorEnabled", {
get: function () {
return this.gn;
},
set: function (a) {
this.gn = a;
this.g("IsAutoCalloutBehaviorEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "useInterpolatedValueForAutoCalloutLabels", {
get: function () {
return this.gt;
},
set: function (a) {
this.gt = a;
this.g("UseInterpolatedValueForAutoCalloutLabels");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "useSeriesColorForOutline", {
get: function () {
return this.gw;
},
set: function (a) {
this.gw = a;
this.g("UseSeriesColorForOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "useAutoContrastingLabelColors", {
get: function () {
return this.gs;
},
set: function (a) {
this.gs = a;
this.g("UseAutoContrastingLabelColors");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "useItemColorForFill", {
get: function () {
return this.gu;
},
set: function (a) {
this.gu = a;
this.g("UseItemColorForFill");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "useItemColorForOutline", {
get: function () {
return this.gv;
},
set: function (a) {
this.gv = a;
this.g("UseItemColorForOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "useValueForAutoCalloutLabels", {
get: function () {
return this.gx;
},
set: function (a) {
this.gx = a;
this.g("UseValueForAutoCalloutLabels");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "highlightedValueLabelMode", {
get: function () {
return this.ij;
},
set: function (a) {
this.ij = a;
this.g("HighlightedValueLabelMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "autoCalloutVisibilityMode", {
get: function () {
return this.h3;
},
set: function (a) {
this.h3 = a;
this.g("AutoCalloutVisibilityMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutCornerRadius", {
get: function () {
return this.hd;
},
set: function (a) {
this.hd = a;
this.g("CalloutCornerRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "isCustomCalloutStyleEnabled", {
get: function () {
return this.gq;
},
set: function (a) {
this.gq = a;
this.g("IsCustomCalloutStyleEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "isCustomCalloutRenderStyleEnabled", {
get: function () {
return this.gp;
},
set: function (a) {
this.gp = a;
this.g("IsCustomCalloutRenderStyleEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "autoCalloutLabelPrecision", {
get: function () {
return this.hz;
},
set: function (a) {
this.hz = a;
this.g("AutoCalloutLabelPrecision");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutTextColor", {
get: function () {
return this.ig;
},
set: function (a) {
this.ig = a;
this.g("CalloutTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutLightTextColor", {
get: function () {
return this.ia;
},
set: function (a) {
this.ia = a;
this.g("CalloutLightTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutDarkTextColor", {
get: function () {
return this.h7;
},
set: function (a) {
this.h7 = a;
this.g("CalloutDarkTextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutBackground", {
get: function () {
return this.h4;
},
set: function (a) {
this.h4 = a;
this.g("CalloutBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "shouldTruncateOnBoundaryCollisions", {
get: function () {
return this.gr;
},
set: function (a) {
this.gr = a;
this.g("ShouldTruncateOnBoundaryCollisions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutInterpolatedValuePrecision", {
get: function () {
return this.h0;
},
set: function (a) {
this.h0 = a;
this.g("CalloutInterpolatedValuePrecision");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutOutline", {
get: function () {
return this.ib;
},
set: function (a) {
this.ib = a;
this.g("CalloutOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutLeaderBrush", {
get: function () {
return this.h9;
},
set: function (a) {
this.h9 = a;
this.g("CalloutLeaderBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutPaddingLeft", {
get: function () {
return this.hj;
},
set: function (a) {
this.hj = a;
this.g("CalloutPaddingLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutPaddingTop", {
get: function () {
return this.hl;
},
set: function (a) {
this.hl = a;
this.g("CalloutPaddingTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutPaddingRight", {
get: function () {
return this.hk;
},
set: function (a) {
this.hk = a;
this.g("CalloutPaddingRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutPaddingBottom", {
get: function () {
return this.hi;
},
set: function (a) {
this.hi = a;
this.g("CalloutPaddingBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutCollisionMode", {
get: function () {
return this.h5;
},
set: function (a) {
this.h5 = a;
this.g("CalloutCollisionMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutPositionPadding", {
get: function () {
return this.hm;
},
set: function (a) {
this.hm = a;
this.g("CalloutPositionPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutStrokeThickness", {
get: function () {
return this.hn;
},
set: function (a) {
this.hn = a;
this.g("CalloutStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "textStyle", {
get: function () {
return this.iq;
},
set: function (a) {
this.iq = a;
this.g("TextStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutStyleUpdatingRef", {
get: function () {
return this.ie;
},
set: function (a) {
this.ie = a;
this.g("CalloutStyleUpdatingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutRenderStyleUpdatingRef", {
get: function () {
return this.ic;
},
set: function (a) {
this.ic = a;
this.g("CalloutRenderStyleUpdatingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutContentUpdatingRef", {
get: function () {
return this.h6;
},
set: function (a) {
this.h6 = a;
this.g("CalloutContentUpdatingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutLabelUpdatingRef", {
get: function () {
return this.h8;
},
set: function (a) {
this.h8 = a;
this.g("CalloutLabelUpdatingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutLayerDescription.prototype, "calloutSeriesSelectingRef", {
get: function () {
return this.id;
},
set: function (a) {
this.id = a;
this.g("CalloutSeriesSelectingRef");
},
enumerable: false,
configurable: true
});
CalloutLayerDescription.$t = markType(CalloutLayerDescription, 'CalloutLayerDescription', AnnotationLayerDescription.$);
return CalloutLayerDescription;
}(AnnotationLayerDescription));
export { CalloutLayerDescription };