igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
333 lines (332 loc) • 10.6 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 { __extends } from "tslib";
import { Description } from "./Description";
import { markType } from "./type";
/**
* @hidden
*/
var DataLegendSeriesValueInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(DataLegendSeriesValueInfoDescription, _super);
function DataLegendSeriesValueInfoDescription() {
var _this = _super.call(this) || this;
_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;
return _this;
}
DataLegendSeriesValueInfoDescription.prototype.get_type = function () {
return "DataLegendSeriesValueInfo";
};
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "value", {
get: function () {
return this.ae;
},
set: function (a) {
this.ae = a;
this.j("Value");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "valueNegativePrefix", {
get: function () {
return this.at;
},
set: function (a) {
this.at = a;
this.j("ValueNegativePrefix");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "valueNegativeSuffix", {
get: function () {
return this.au;
},
set: function (a) {
this.au = a;
this.j("ValueNegativeSuffix");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "valuePositivePrefix", {
get: function () {
return this.av;
},
set: function (a) {
this.av = a;
this.j("ValuePositivePrefix");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "valuePositiveSuffix", {
get: function () {
return this.aw;
},
set: function (a) {
this.aw = a;
this.j("ValuePositiveSuffix");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatWithSeriesColor", {
get: function () {
return this.ao;
},
set: function (a) {
this.ao = a;
this.j("FormatWithSeriesColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatMinFractions", {
get: function () {
return this.ah;
},
set: function (a) {
this.ah = a;
this.j("FormatMinFractions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatMaxFractions", {
get: function () {
return this.ag;
},
set: function (a) {
this.ag = a;
this.j("FormatMaxFractions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatUsePositiveColor", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.j("FormatUsePositiveColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatUseNegativeColor", {
get: function () {
return this.r;
},
set: function (a) {
this.r = a;
this.j("FormatUseNegativeColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatAllowCurrency", {
get: function () {
return this.n;
},
set: function (a) {
this.n = a;
this.j("FormatAllowCurrency");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatAllowPercent", {
get: function () {
return this.q;
},
set: function (a) {
this.q = a;
this.j("FormatAllowPercent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatAllowDecimal", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.j("FormatAllowDecimal");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatAllowInteger", {
get: function () {
return this.p;
},
set: function (a) {
this.p = a;
this.j("FormatAllowInteger");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatAllowAbbreviation", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.j("FormatAllowAbbreviation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "valueType", {
get: function () {
return this.ax;
},
set: function (a) {
this.ax = a;
this.j("ValueType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "index", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.j("Index");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "orderIndex", {
get: function () {
return this.aj;
},
set: function (a) {
this.aj = a;
this.j("OrderIndex");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "isExcludeByDefault", {
get: function () {
return this.t;
},
set: function (a) {
this.t = a;
this.j("IsExcludeByDefault");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "allowUnits", {
get: function () {
return this.l;
},
set: function (a) {
this.l = a;
this.j("AllowUnits");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "allowLabels", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("AllowLabels");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "memberPath", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.j("MemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "memberLabel", {
get: function () {
return this.ap;
},
set: function (a) {
this.ap = a;
this.j("MemberLabel");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "memberSymbol", {
get: function () {
return this.ar;
},
set: function (a) {
this.ar = a;
this.j("MemberSymbol");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "memberUnit", {
get: function () {
return this.as;
},
set: function (a) {
this.as = a;
this.j("MemberUnit");
},
enumerable: false,
configurable: true
});
DataLegendSeriesValueInfoDescription.$t = markType(DataLegendSeriesValueInfoDescription, 'DataLegendSeriesValueInfoDescription', Description.$);
return DataLegendSeriesValueInfoDescription;
}(Description));
export { DataLegendSeriesValueInfoDescription };