UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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