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