igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
320 lines (319 loc) • 9.59 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 {
constructor() {
super();
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;
}
get_type() {
return "CalloutLayer";
}
get labelMemberPath() {
return this.er;
}
set labelMemberPath(a) {
this.er = a;
this.e("LabelMemberPath");
}
get xMemberPath() {
return this.ev;
}
set xMemberPath(a) {
this.ev = a;
this.e("XMemberPath");
}
get yMemberPath() {
return this.ew;
}
set yMemberPath(a) {
this.ew = a;
this.e("YMemberPath");
}
get keyMemberPath() {
return this.eq;
}
set keyMemberPath(a) {
this.eq = a;
this.e("KeyMemberPath");
}
get isCalloutOffsettingEnabled() {
return this.dh;
}
set isCalloutOffsettingEnabled(a) {
this.dh = a;
this.e("IsCalloutOffsettingEnabled");
}
get contentMemberPath() {
return this.ep;
}
set contentMemberPath(a) {
this.ep = a;
this.e("ContentMemberPath");
}
get targetSeriesName() {
return this.es;
}
set targetSeriesName(a) {
this.es = a;
this.e("TargetSeriesName");
}
get targetSeriesRef() {
return this.et;
}
set targetSeriesRef(a) {
this.et = a;
this.e("TargetSeriesRef");
}
get collisionChannel() {
return this.eo;
}
set collisionChannel(a) {
this.eo = a;
this.e("CollisionChannel");
}
get allowedPositions() {
return this.de;
}
set allowedPositions(a) {
this.de = a;
this.e("AllowedPositions");
}
get isAutoCalloutBehaviorEnabled() {
return this.dg;
}
set isAutoCalloutBehaviorEnabled(a) {
this.dg = a;
this.e("IsAutoCalloutBehaviorEnabled");
}
get useInterpolatedValueForAutoCalloutLabels() {
return this.dk;
}
set useInterpolatedValueForAutoCalloutLabels(a) {
this.dk = a;
this.e("UseInterpolatedValueForAutoCalloutLabels");
}
get useSeriesColorForOutline() {
return this.dl;
}
set useSeriesColorForOutline(a) {
this.dl = a;
this.e("UseSeriesColorForOutline");
}
get useValueForAutoCalloutLabels() {
return this.dm;
}
set useValueForAutoCalloutLabels(a) {
this.dm = a;
this.e("UseValueForAutoCalloutLabels");
}
get autoCalloutVisibilityMode() {
return this.ed;
}
set autoCalloutVisibilityMode(a) {
this.ed = a;
this.e("AutoCalloutVisibilityMode");
}
get calloutCornerRadius() {
return this.dv;
}
set calloutCornerRadius(a) {
this.dv = a;
this.e("CalloutCornerRadius");
}
get isCustomCalloutStyleEnabled() {
return this.dj;
}
set isCustomCalloutStyleEnabled(a) {
this.dj = a;
this.e("IsCustomCalloutStyleEnabled");
}
get isCustomCalloutRenderStyleEnabled() {
return this.di;
}
set isCustomCalloutRenderStyleEnabled(a) {
this.di = a;
this.e("IsCustomCalloutRenderStyleEnabled");
}
get autoCalloutLabelPrecision() {
return this.d9;
}
set autoCalloutLabelPrecision(a) {
this.d9 = a;
this.e("AutoCalloutLabelPrecision");
}
get calloutTextColor() {
return this.en;
}
set calloutTextColor(a) {
this.en = a;
this.e("CalloutTextColor");
}
get calloutBackground() {
return this.ee;
}
set calloutBackground(a) {
this.ee = a;
this.e("CalloutBackground");
}
get calloutInterpolatedValuePrecision() {
return this.ea;
}
set calloutInterpolatedValuePrecision(a) {
this.ea = a;
this.e("CalloutInterpolatedValuePrecision");
}
get calloutOutline() {
return this.ej;
}
set calloutOutline(a) {
this.ej = a;
this.e("CalloutOutline");
}
get calloutLeaderBrush() {
return this.ei;
}
set calloutLeaderBrush(a) {
this.ei = a;
this.e("CalloutLeaderBrush");
}
get calloutPaddingLeft() {
return this.dx;
}
set calloutPaddingLeft(a) {
this.dx = a;
this.e("CalloutPaddingLeft");
}
get calloutPaddingTop() {
return this.dz;
}
set calloutPaddingTop(a) {
this.dz = a;
this.e("CalloutPaddingTop");
}
get calloutPaddingRight() {
return this.dy;
}
set calloutPaddingRight(a) {
this.dy = a;
this.e("CalloutPaddingRight");
}
get calloutPaddingBottom() {
return this.dw;
}
set calloutPaddingBottom(a) {
this.dw = a;
this.e("CalloutPaddingBottom");
}
get calloutCollisionMode() {
return this.ef;
}
set calloutCollisionMode(a) {
this.ef = a;
this.e("CalloutCollisionMode");
}
get calloutPositionPadding() {
return this.d0;
}
set calloutPositionPadding(a) {
this.d0 = a;
this.e("CalloutPositionPadding");
}
get calloutStrokeThickness() {
return this.d1;
}
set calloutStrokeThickness(a) {
this.d1 = a;
this.e("CalloutStrokeThickness");
}
get textStyle() {
return this.eu;
}
set textStyle(a) {
this.eu = a;
this.e("TextStyle");
}
get calloutStyleUpdatingRef() {
return this.em;
}
set calloutStyleUpdatingRef(a) {
this.em = a;
this.e("CalloutStyleUpdatingRef");
}
get calloutRenderStyleUpdatingRef() {
return this.ek;
}
set calloutRenderStyleUpdatingRef(a) {
this.ek = a;
this.e("CalloutRenderStyleUpdatingRef");
}
get calloutContentUpdatingRef() {
return this.eg;
}
set calloutContentUpdatingRef(a) {
this.eg = a;
this.e("CalloutContentUpdatingRef");
}
get calloutLabelUpdatingRef() {
return this.eh;
}
set calloutLabelUpdatingRef(a) {
this.eh = a;
this.e("CalloutLabelUpdatingRef");
}
get calloutSeriesSelectingRef() {
return this.el;
}
set calloutSeriesSelectingRef(a) {
this.el = a;
this.e("CalloutSeriesSelectingRef");
}
}
CalloutLayerDescription.$t = markType(CalloutLayerDescription, 'CalloutLayerDescription', AnnotationLayerDescription.$);
return CalloutLayerDescription;
})();