igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
851 lines (850 loc) • 24.3 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 { Description } from "./Description";
import { markType } from "./type";
/**
* @hidden
*/
export let AxisDescription = /*@__PURE__*/ (() => {
class AxisDescription extends Description {
constructor() {
super();
this.dh = null;
this.d0 = null;
this.dy = null;
this.cy = null;
this.bk = 0;
this.o = null;
this.dx = null;
this.dt = null;
this.cw = null;
this.bi = 0;
this.m = null;
this.du = null;
this.cx = null;
this.bj = 0;
this.n = null;
this.dz = null;
this.bm = 0;
this.p = null;
this.bl = 0;
this.ac = false;
this.ad = false;
this.ag = false;
this.ah = false;
this.ak = false;
this.aj = false;
this.cs = 0;
this.z = false;
this.dq = null;
this.dp = null;
this.ae = false;
this.a9 = 0;
this.bb = 0;
this.be = 0;
this.bf = 0;
this.bd = 0;
this.bg = 0;
this.bh = 0;
this.ba = 0;
this.dn = null;
this.dr = null;
this.dg = null;
this.cu = null;
this.d6 = null;
this.d7 = null;
this.d5 = null;
this.ai = false;
this.bn = 0;
this.bp = 0;
this.bs = 0;
this.bt = 0;
this.br = 0;
this.bu = 0;
this.bv = 0;
this.bo = 0;
this.d4 = null;
this.d8 = null;
this.af = false;
this.k = null;
this.cz = null;
this.aa = false;
this.dm = null;
this.l = null;
this.ab = false;
this.w = false;
this.x = false;
this.c1 = null;
this.c0 = null;
this.a0 = 0;
this.c6 = null;
this.a1 = 0;
this.a2 = 0;
this.c4 = null;
this.c5 = null;
this.c3 = null;
this.c2 = null;
this.y = false;
this.dc = null;
this.dd = null;
this.a4 = 0;
this.a6 = 0;
this.c7 = null;
this.a3 = 0;
this.c8 = null;
this.a5 = 0;
this.de = null;
this.a7 = 0;
this.a8 = 0;
this.df = null;
this.da = null;
this.c9 = null;
this.db = null;
this.dv = null;
this.dw = null;
this.di = null;
this.dj = null;
this.bc = 0;
this.dl = null;
this.dk = null;
this.d1 = null;
this.bq = 0;
this.d3 = null;
this.d2 = null;
this.ds = null;
}
get_type() {
return "Axis";
}
get type() {
return this.get_type();
}
get formatLabelRef() {
return this.dh;
}
set formatLabelRef(a) {
this.dh = a;
this.j("FormatLabelRef");
}
get title() {
return this.d0;
}
set title(a) {
this.d0 = a;
this.j("Title");
}
get stroke() {
return this.dy;
}
set stroke(a) {
this.dy = a;
this.j("Stroke");
}
get actualStroke() {
return this.cy;
}
set actualStroke(a) {
this.cy = a;
this.j("ActualStroke");
}
get strokeThickness() {
return this.bk;
}
set strokeThickness(a) {
this.bk = a;
this.j("StrokeThickness");
}
get strokeDashArray() {
return this.o;
}
set strokeDashArray(a) {
this.o = a;
this.j("StrokeDashArray");
}
get strip() {
return this.dx;
}
set strip(a) {
this.dx = a;
this.j("Strip");
}
get majorStroke() {
return this.dt;
}
set majorStroke(a) {
this.dt = a;
this.j("MajorStroke");
}
get actualMajorStroke() {
return this.cw;
}
set actualMajorStroke(a) {
this.cw = a;
this.j("ActualMajorStroke");
}
get majorStrokeThickness() {
return this.bi;
}
set majorStrokeThickness(a) {
this.bi = a;
this.j("MajorStrokeThickness");
}
get majorStrokeDashArray() {
return this.m;
}
set majorStrokeDashArray(a) {
this.m = a;
this.j("MajorStrokeDashArray");
}
get minorStroke() {
return this.du;
}
set minorStroke(a) {
this.du = a;
this.j("MinorStroke");
}
get actualMinorStroke() {
return this.cx;
}
set actualMinorStroke(a) {
this.cx = a;
this.j("ActualMinorStroke");
}
get minorStrokeThickness() {
return this.bj;
}
set minorStrokeThickness(a) {
this.bj = a;
this.j("MinorStrokeThickness");
}
get minorStrokeDashArray() {
return this.n;
}
set minorStrokeDashArray(a) {
this.n = a;
this.j("MinorStrokeDashArray");
}
get tickStroke() {
return this.dz;
}
set tickStroke(a) {
this.dz = a;
this.j("TickStroke");
}
get tickStrokeThickness() {
return this.bm;
}
set tickStrokeThickness(a) {
this.bm = a;
this.j("TickStrokeThickness");
}
get tickStrokeDashArray() {
return this.p;
}
set tickStrokeDashArray(a) {
this.p = a;
this.j("TickStrokeDashArray");
}
get tickLength() {
return this.bl;
}
set tickLength(a) {
this.bl = a;
this.j("TickLength");
}
get isDisabled() {
return this.ac;
}
set isDisabled(a) {
this.ac = a;
this.j("IsDisabled");
}
get isInverted() {
return this.ad;
}
set isInverted(a) {
this.ad = a;
this.j("IsInverted");
}
get shouldAvoidAnnotationCollisions() {
return this.ag;
}
set shouldAvoidAnnotationCollisions(a) {
this.ag = a;
this.j("ShouldAvoidAnnotationCollisions");
}
get shouldKeepAnnotationsInView() {
return this.ah;
}
set shouldKeepAnnotationsInView(a) {
this.ah = a;
this.j("ShouldKeepAnnotationsInView");
}
get usePerLabelHeightMeasurement() {
return this.ak;
}
set usePerLabelHeightMeasurement(a) {
this.ak = a;
this.j("UsePerLabelHeightMeasurement");
}
get useEnhancedIntervalManagement() {
return this.aj;
}
set useEnhancedIntervalManagement(a) {
this.aj = a;
this.j("UseEnhancedIntervalManagement");
}
get enhancedIntervalMinimumCharacters() {
return this.cs;
}
set enhancedIntervalMinimumCharacters(a) {
this.cs = a;
this.j("EnhancedIntervalMinimumCharacters");
}
get enhancedIntervalPreferMoreCategoryLabels() {
return this.z;
}
set enhancedIntervalPreferMoreCategoryLabels(a) {
this.z = a;
this.j("EnhancedIntervalPreferMoreCategoryLabels");
}
get labelTextColor() {
return this.dq;
}
set labelTextColor(a) {
this.dq = a;
this.j("LabelTextColor");
}
get labelLocation() {
return this.dp;
}
set labelLocation(a) {
this.dp = a;
this.j("LabelLocation");
}
get labelShowFirstLabel() {
return this.ae;
}
set labelShowFirstLabel(a) {
this.ae = a;
this.j("LabelShowFirstLabel");
}
get labelAngle() {
return this.a9;
}
set labelAngle(a) {
this.a9 = a;
this.j("LabelAngle");
}
get labelExtent() {
return this.bb;
}
set labelExtent(a) {
this.bb = a;
this.j("LabelExtent");
}
get labelMaximumExtent() {
return this.be;
}
set labelMaximumExtent(a) {
this.be = a;
this.j("LabelMaximumExtent");
}
get labelMaximumExtentPercentage() {
return this.bf;
}
set labelMaximumExtentPercentage(a) {
this.bf = a;
this.j("LabelMaximumExtentPercentage");
}
get labelLeftMargin() {
return this.bd;
}
set labelLeftMargin(a) {
this.bd = a;
this.j("LabelLeftMargin");
}
get labelRightMargin() {
return this.bg;
}
set labelRightMargin(a) {
this.bg = a;
this.j("LabelRightMargin");
}
get labelTopMargin() {
return this.bh;
}
set labelTopMargin(a) {
this.bh = a;
this.j("LabelTopMargin");
}
get labelBottomMargin() {
return this.ba;
}
set labelBottomMargin(a) {
this.ba = a;
this.j("LabelBottomMargin");
}
get labelHorizontalAlignment() {
return this.dn;
}
set labelHorizontalAlignment(a) {
this.dn = a;
this.j("LabelHorizontalAlignment");
}
get labelVerticalAlignment() {
return this.dr;
}
set labelVerticalAlignment(a) {
this.dr = a;
this.j("LabelVerticalAlignment");
}
get crossingAxisRef() {
return this.dg;
}
set crossingAxisRef(a) {
this.dg = a;
this.j("CrossingAxisRef");
}
get crossingValue() {
return this.cu;
}
set crossingValue(a) {
this.cu = a;
this.j("CrossingValue");
}
get titlePosition() {
return this.d6;
}
set titlePosition(a) {
this.d6 = a;
this.j("TitlePosition");
}
get titleTextColor() {
return this.d7;
}
set titleTextColor(a) {
this.d7 = a;
this.j("TitleTextColor");
}
get titleLocation() {
return this.d5;
}
set titleLocation(a) {
this.d5 = a;
this.j("TitleLocation");
}
get titleShowFirstLabel() {
return this.ai;
}
set titleShowFirstLabel(a) {
this.ai = a;
this.j("TitleShowFirstLabel");
}
get titleAngle() {
return this.bn;
}
set titleAngle(a) {
this.bn = a;
this.j("TitleAngle");
}
get titleExtent() {
return this.bp;
}
set titleExtent(a) {
this.bp = a;
this.j("TitleExtent");
}
get titleMaximumExtent() {
return this.bs;
}
set titleMaximumExtent(a) {
this.bs = a;
this.j("TitleMaximumExtent");
}
get titleMaximumExtentPercentage() {
return this.bt;
}
set titleMaximumExtentPercentage(a) {
this.bt = a;
this.j("TitleMaximumExtentPercentage");
}
get titleLeftMargin() {
return this.br;
}
set titleLeftMargin(a) {
this.br = a;
this.j("TitleLeftMargin");
}
get titleRightMargin() {
return this.bu;
}
set titleRightMargin(a) {
this.bu = a;
this.j("TitleRightMargin");
}
get titleTopMargin() {
return this.bv;
}
set titleTopMargin(a) {
this.bv = a;
this.j("TitleTopMargin");
}
get titleBottomMargin() {
return this.bo;
}
set titleBottomMargin(a) {
this.bo = a;
this.j("TitleBottomMargin");
}
get titleHorizontalAlignment() {
return this.d4;
}
set titleHorizontalAlignment(a) {
this.d4 = a;
this.j("TitleHorizontalAlignment");
}
get titleVerticalAlignment() {
return this.d8;
}
set titleVerticalAlignment(a) {
this.d8 = a;
this.j("TitleVerticalAlignment");
}
get shouldAutoTruncateAnnotations() {
return this.af;
}
set shouldAutoTruncateAnnotations(a) {
this.af = a;
this.j("ShouldAutoTruncateAnnotations");
}
get annotations() {
return this.k;
}
set annotations(a) {
this.k = a;
this.j("Annotations");
}
get coercionMethodsRef() {
return this.cz;
}
set coercionMethodsRef(a) {
this.cz = a;
this.j("CoercionMethodsRef");
}
get expectFunctions() {
return this.aa;
}
set expectFunctions(a) {
this.aa = a;
this.j("ExpectFunctions");
}
get labelFormat() {
return this.dm;
}
set labelFormat(a) {
this.dm = a;
this.j("LabelFormat");
}
get labelFormatSpecifiers() {
return this.l;
}
set labelFormatSpecifiers(a) {
this.l = a;
this.j("LabelFormatSpecifiers");
}
get isCompanionAxis() {
return this.ab;
}
set isCompanionAxis(a) {
this.ab = a;
this.j("IsCompanionAxis");
}
get companionAxisEnabled() {
return this.w;
}
set companionAxisEnabled(a) {
this.w = a;
this.j("CompanionAxisEnabled");
}
get companionAxisLabelOpposite() {
return this.x;
}
set companionAxisLabelOpposite(a) {
this.x = a;
this.j("CompanionAxisLabelOpposite");
}
get companionAxisIsInverted() {
return this.c1;
}
set companionAxisIsInverted(a) {
this.c1 = a;
this.j("CompanionAxisIsInverted");
}
get companionAxisCrossingAxisRef() {
return this.c0;
}
set companionAxisCrossingAxisRef(a) {
this.c0 = a;
this.j("CompanionAxisCrossingAxisRef");
}
get companionAxisCrossingValue() {
return this.a0;
}
set companionAxisCrossingValue(a) {
this.a0 = a;
this.j("CompanionAxisCrossingValue");
}
get companionAxisLabelVisible() {
return this.c6;
}
set companionAxisLabelVisible(a) {
this.c6 = a;
this.j("CompanionAxisLabelVisible");
}
get companionAxisLabelAngle() {
return this.a1;
}
set companionAxisLabelAngle(a) {
this.a1 = a;
this.j("CompanionAxisLabelAngle");
}
get companionAxisLabelExtent() {
return this.a2;
}
set companionAxisLabelExtent(a) {
this.a2 = a;
this.j("CompanionAxisLabelExtent");
}
get companionAxisLabelLocation() {
return this.c4;
}
set companionAxisLabelLocation(a) {
this.c4 = a;
this.j("CompanionAxisLabelLocation");
}
get companionAxisLabelVerticalAlignment() {
return this.c5;
}
set companionAxisLabelVerticalAlignment(a) {
this.c5 = a;
this.j("CompanionAxisLabelVerticalAlignment");
}
get companionAxisLabelHorizontalAlignment() {
return this.c3;
}
set companionAxisLabelHorizontalAlignment(a) {
this.c3 = a;
this.j("CompanionAxisLabelHorizontalAlignment");
}
get companionAxisLabelColor() {
return this.c2;
}
set companionAxisLabelColor(a) {
this.c2 = a;
this.j("CompanionAxisLabelColor");
}
get companionAxisSyncronizedWithPrimaryAxis() {
return this.y;
}
set companionAxisSyncronizedWithPrimaryAxis(a) {
this.y = a;
this.j("CompanionAxisSyncronizedWithPrimaryAxis");
}
get companionAxisStrip() {
return this.dc;
}
set companionAxisStrip(a) {
this.dc = a;
this.j("CompanionAxisStrip");
}
get companionAxisStroke() {
return this.dd;
}
set companionAxisStroke(a) {
this.dd = a;
this.j("CompanionAxisStroke");
}
get companionAxisMinExtent() {
return this.a4;
}
set companionAxisMinExtent(a) {
this.a4 = a;
this.j("CompanionAxisMinExtent");
}
get companionAxisStrokeThickness() {
return this.a6;
}
set companionAxisStrokeThickness(a) {
this.a6 = a;
this.j("CompanionAxisStrokeThickness");
}
get companionAxisMajorStroke() {
return this.c7;
}
set companionAxisMajorStroke(a) {
this.c7 = a;
this.j("CompanionAxisMajorStroke");
}
get companionAxisMajorStrokeThickness() {
return this.a3;
}
set companionAxisMajorStrokeThickness(a) {
this.a3 = a;
this.j("CompanionAxisMajorStrokeThickness");
}
get companionAxisMinorStroke() {
return this.c8;
}
set companionAxisMinorStroke(a) {
this.c8 = a;
this.j("CompanionAxisMinorStroke");
}
get companionAxisMinorStrokeThickness() {
return this.a5;
}
set companionAxisMinorStrokeThickness(a) {
this.a5 = a;
this.j("CompanionAxisMinorStrokeThickness");
}
get companionAxisTickStroke() {
return this.de;
}
set companionAxisTickStroke(a) {
this.de = a;
this.j("CompanionAxisTickStroke");
}
get companionAxisTickLength() {
return this.a7;
}
set companionAxisTickLength(a) {
this.a7 = a;
this.j("CompanionAxisTickLength");
}
get companionAxisTickStrokeThickness() {
return this.a8;
}
set companionAxisTickStrokeThickness(a) {
this.a8 = a;
this.j("CompanionAxisTickStrokeThickness");
}
get companionAxisTitle() {
return this.df;
}
set companionAxisTitle(a) {
this.df = a;
this.j("CompanionAxisTitle");
}
get companionAxisShouldAvoidAnnotationCollisions() {
return this.da;
}
set companionAxisShouldAvoidAnnotationCollisions(a) {
this.da = a;
this.j("CompanionAxisShouldAvoidAnnotationCollisions");
}
get companionAxisShouldAutoTruncateAnnotations() {
return this.c9;
}
set companionAxisShouldAutoTruncateAnnotations(a) {
this.c9 = a;
this.j("CompanionAxisShouldAutoTruncateAnnotations");
}
get companionAxisShouldKeepAnnotationsInView() {
return this.db;
}
set companionAxisShouldKeepAnnotationsInView(a) {
this.db = a;
this.j("CompanionAxisShouldKeepAnnotationsInView");
}
get rangeChangedRef() {
return this.dv;
}
set rangeChangedRef(a) {
this.dv = a;
this.j("RangeChangedRef");
}
get renderRequestedRef() {
return this.dw;
}
set renderRequestedRef(a) {
this.dw = a;
this.j("RenderRequestedRef");
}
get label() {
return this.di;
}
set label(a) {
this.di = a;
this.j("Label");
}
get labelFontFamily() {
return this.dj;
}
set labelFontFamily(a) {
this.dj = a;
this.j("LabelFontFamily");
}
get labelFontSize() {
return this.bc;
}
set labelFontSize(a) {
this.bc = a;
this.j("LabelFontSize");
}
get labelFontWeight() {
return this.dl;
}
set labelFontWeight(a) {
this.dl = a;
this.j("LabelFontWeight");
}
get labelFontStyle() {
return this.dk;
}
set labelFontStyle(a) {
this.dk = a;
this.j("LabelFontStyle");
}
get titleFontFamily() {
return this.d1;
}
set titleFontFamily(a) {
this.d1 = a;
this.j("TitleFontFamily");
}
get titleFontSize() {
return this.bq;
}
set titleFontSize(a) {
this.bq = a;
this.j("TitleFontSize");
}
get titleFontWeight() {
return this.d3;
}
set titleFontWeight(a) {
this.d3 = a;
this.j("TitleFontWeight");
}
get titleFontStyle() {
return this.d2;
}
set titleFontStyle(a) {
this.d2 = a;
this.j("TitleFontStyle");
}
get labelVisibility() {
return this.ds;
}
set labelVisibility(a) {
this.ds = a;
this.j("LabelVisibility");
}
}
AxisDescription.$t = markType(AxisDescription, 'AxisDescription', Description.$);
return AxisDescription;
})();