UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

227 lines (226 loc) 6.49 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 { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ export let DataLegendSeriesValueInfoDescription = /*@__PURE__*/ (() => { class DataLegendSeriesValueInfoDescription extends Description { constructor() { super(); this.ae = 0; this.at = null; this.au = null; this.av = null; this.aw = null; this.ao = null; this.ah = 0; this.ag = 0; this.s = false; this.r = false; this.n = false; this.q = false; this.o = false; this.p = false; this.m = false; this.ax = null; this.ai = 0; this.aj = 0; this.t = false; this.l = false; this.k = false; this.aq = null; this.ap = null; this.ar = null; this.as = null; } get_type() { return "DataLegendSeriesValueInfo"; } get type() { return this.get_type(); } get value() { return this.ae; } set value(a) { this.ae = a; this.j("Value"); } get valueNegativePrefix() { return this.at; } set valueNegativePrefix(a) { this.at = a; this.j("ValueNegativePrefix"); } get valueNegativeSuffix() { return this.au; } set valueNegativeSuffix(a) { this.au = a; this.j("ValueNegativeSuffix"); } get valuePositivePrefix() { return this.av; } set valuePositivePrefix(a) { this.av = a; this.j("ValuePositivePrefix"); } get valuePositiveSuffix() { return this.aw; } set valuePositiveSuffix(a) { this.aw = a; this.j("ValuePositiveSuffix"); } get formatWithSeriesColor() { return this.ao; } set formatWithSeriesColor(a) { this.ao = a; this.j("FormatWithSeriesColor"); } get formatMinFractions() { return this.ah; } set formatMinFractions(a) { this.ah = a; this.j("FormatMinFractions"); } get formatMaxFractions() { return this.ag; } set formatMaxFractions(a) { this.ag = a; this.j("FormatMaxFractions"); } get formatUsePositiveColor() { return this.s; } set formatUsePositiveColor(a) { this.s = a; this.j("FormatUsePositiveColor"); } get formatUseNegativeColor() { return this.r; } set formatUseNegativeColor(a) { this.r = a; this.j("FormatUseNegativeColor"); } get formatAllowCurrency() { return this.n; } set formatAllowCurrency(a) { this.n = a; this.j("FormatAllowCurrency"); } get formatAllowPercent() { return this.q; } set formatAllowPercent(a) { this.q = a; this.j("FormatAllowPercent"); } get formatAllowDecimal() { return this.o; } set formatAllowDecimal(a) { this.o = a; this.j("FormatAllowDecimal"); } get formatAllowInteger() { return this.p; } set formatAllowInteger(a) { this.p = a; this.j("FormatAllowInteger"); } get formatAllowAbbreviation() { return this.m; } set formatAllowAbbreviation(a) { this.m = a; this.j("FormatAllowAbbreviation"); } get valueType() { return this.ax; } set valueType(a) { this.ax = a; this.j("ValueType"); } get index() { return this.ai; } set index(a) { this.ai = a; this.j("Index"); } get orderIndex() { return this.aj; } set orderIndex(a) { this.aj = a; this.j("OrderIndex"); } get isExcludeByDefault() { return this.t; } set isExcludeByDefault(a) { this.t = a; this.j("IsExcludeByDefault"); } get allowUnits() { return this.l; } set allowUnits(a) { this.l = a; this.j("AllowUnits"); } get allowLabels() { return this.k; } set allowLabels(a) { this.k = a; this.j("AllowLabels"); } get memberPath() { return this.aq; } set memberPath(a) { this.aq = a; this.j("MemberPath"); } get memberLabel() { return this.ap; } set memberLabel(a) { this.ap = a; this.j("MemberLabel"); } get memberSymbol() { return this.ar; } set memberSymbol(a) { this.ar = a; this.j("MemberSymbol"); } get memberUnit() { return this.as; } set memberUnit(a) { this.as = a; this.j("MemberUnit"); } } DataLegendSeriesValueInfoDescription.$t = markType(DataLegendSeriesValueInfoDescription, 'DataLegendSeriesValueInfoDescription', Description.$); return DataLegendSeriesValueInfoDescription; })();