igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
321 lines (320 loc) • 10.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 { __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.z = 0;
_this.am = null;
_this.an = null;
_this.ao = null;
_this.ap = null;
_this.ah = null;
_this.ac = 0;
_this.ab = 0;
_this.n = false;
_this.m = false;
_this.i = false;
_this.l = false;
_this.j = false;
_this.k = false;
_this.h = false;
_this.aq = null;
_this.ad = 0;
_this.o = false;
_this.g = false;
_this.f = false;
_this.aj = null;
_this.ai = null;
_this.ak = null;
_this.al = 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.z;
},
set: function (a) {
this.z = a;
this.e("Value");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "valueNegativePrefix", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.e("ValueNegativePrefix");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "valueNegativeSuffix", {
get: function () {
return this.an;
},
set: function (a) {
this.an = a;
this.e("ValueNegativeSuffix");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "valuePositivePrefix", {
get: function () {
return this.ao;
},
set: function (a) {
this.ao = a;
this.e("ValuePositivePrefix");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "valuePositiveSuffix", {
get: function () {
return this.ap;
},
set: function (a) {
this.ap = a;
this.e("ValuePositiveSuffix");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatWithSeriesColor", {
get: function () {
return this.ah;
},
set: function (a) {
this.ah = a;
this.e("FormatWithSeriesColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatMinFractions", {
get: function () {
return this.ac;
},
set: function (a) {
this.ac = a;
this.e("FormatMinFractions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatMaxFractions", {
get: function () {
return this.ab;
},
set: function (a) {
this.ab = a;
this.e("FormatMaxFractions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatUsePositiveColor", {
get: function () {
return this.n;
},
set: function (a) {
this.n = a;
this.e("FormatUsePositiveColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatUseNegativeColor", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.e("FormatUseNegativeColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatAllowCurrency", {
get: function () {
return this.i;
},
set: function (a) {
this.i = a;
this.e("FormatAllowCurrency");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatAllowPercent", {
get: function () {
return this.l;
},
set: function (a) {
this.l = a;
this.e("FormatAllowPercent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatAllowDecimal", {
get: function () {
return this.j;
},
set: function (a) {
this.j = a;
this.e("FormatAllowDecimal");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatAllowInteger", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.e("FormatAllowInteger");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "formatAllowAbbreviation", {
get: function () {
return this.h;
},
set: function (a) {
this.h = a;
this.e("FormatAllowAbbreviation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "valueType", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.e("ValueType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "index", {
get: function () {
return this.ad;
},
set: function (a) {
this.ad = a;
this.e("Index");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "isExcludeByDefault", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.e("IsExcludeByDefault");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "allowUnits", {
get: function () {
return this.g;
},
set: function (a) {
this.g = a;
this.e("AllowUnits");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "allowLabels", {
get: function () {
return this.f;
},
set: function (a) {
this.f = a;
this.e("AllowLabels");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "memberPath", {
get: function () {
return this.aj;
},
set: function (a) {
this.aj = a;
this.e("MemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "memberLabel", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.e("MemberLabel");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "memberSymbol", {
get: function () {
return this.ak;
},
set: function (a) {
this.ak = a;
this.e("MemberSymbol");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataLegendSeriesValueInfoDescription.prototype, "memberUnit", {
get: function () {
return this.al;
},
set: function (a) {
this.al = a;
this.e("MemberUnit");
},
enumerable: false,
configurable: true
});
DataLegendSeriesValueInfoDescription.$t = markType(DataLegendSeriesValueInfoDescription, 'DataLegendSeriesValueInfoDescription', Description.$);
return DataLegendSeriesValueInfoDescription;
}(Description));
export { DataLegendSeriesValueInfoDescription };