igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
501 lines (500 loc) • 15.2 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 DataAnnotationInfoDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(DataAnnotationInfoDescription, _super);
function DataAnnotationInfoDescription() {
var _this = _super.call(this) || this;
_this.ah = 0;
_this.ao = 0;
_this.aj = 0;
_this.aq = 0;
_this.ai = 0;
_this.ap = 0;
_this.aa = 0;
_this.ab = 0;
_this.ac = 0;
_this.bc = null;
_this.bd = null;
_this.bi = null;
_this.bm = null;
_this.q = false;
_this.p = false;
_this.o = false;
_this.be = null;
_this.ba = null;
_this.bb = null;
_this.y = 0;
_this.z = 0;
_this.bf = null;
_this.bj = null;
_this.bh = null;
_this.bl = null;
_this.af = 0;
_this.am = 0;
_this.ae = 0;
_this.al = 0;
_this.ad = 0;
_this.ak = 0;
_this.ag = 0;
_this.an = 0;
_this.bg = null;
_this.bk = null;
_this.r = false;
_this.s = false;
_this.k = null;
_this.l = null;
return _this;
}
DataAnnotationInfoDescription.prototype.get_type = function () {
return "DataAnnotationInfo";
};
Object.defineProperty(DataAnnotationInfoDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "xAxisPixel", {
get: function () {
return this.ah;
},
set: function (a) {
this.ah = a;
this.j("XAxisPixel");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "yAxisPixel", {
get: function () {
return this.ao;
},
set: function (a) {
this.ao = a;
this.j("YAxisPixel");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "xAxisWindow", {
get: function () {
return this.aj;
},
set: function (a) {
this.aj = a;
this.j("XAxisWindow");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "yAxisWindow", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.j("YAxisWindow");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "xAxisValue", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.j("XAxisValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "yAxisValue", {
get: function () {
return this.ap;
},
set: function (a) {
this.ap = a;
this.j("YAxisValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "dataIndex", {
get: function () {
return this.aa;
},
set: function (a) {
this.aa = a;
this.j("DataIndex");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "dataValueX", {
get: function () {
return this.ab;
},
set: function (a) {
this.ab = a;
this.j("DataValueX");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "dataValueY", {
get: function () {
return this.ac;
},
set: function (a) {
this.ac = a;
this.j("DataValueY");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "dataLabelX", {
get: function () {
return this.bc;
},
set: function (a) {
this.bc = a;
this.j("DataLabelX");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "dataLabelY", {
get: function () {
return this.bd;
},
set: function (a) {
this.bd = a;
this.j("DataLabelY");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "xAxisLabel", {
get: function () {
return this.bi;
},
set: function (a) {
this.bi = a;
this.j("XAxisLabel");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "yAxisLabel", {
get: function () {
return this.bm;
},
set: function (a) {
this.bm = a;
this.j("YAxisLabel");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "isStartLabel", {
get: function () {
return this.q;
},
set: function (a) {
this.q = a;
this.j("IsStartLabel");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "isEndLabel", {
get: function () {
return this.p;
},
set: function (a) {
this.p = a;
this.j("IsEndLabel");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "isCenterLabel", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.j("IsCenterLabel");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "textColor", {
get: function () {
return this.be;
},
set: function (a) {
this.be = a;
this.j("TextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "background", {
get: function () {
return this.ba;
},
set: function (a) {
this.ba = a;
this.j("Background");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "borderColor", {
get: function () {
return this.bb;
},
set: function (a) {
this.bb = a;
this.j("BorderColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "borderRadius", {
get: function () {
return this.y;
},
set: function (a) {
this.y = a;
this.j("BorderRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "borderThickness", {
get: function () {
return this.z;
},
set: function (a) {
this.z = a;
this.j("BorderThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "xAxisBadgeBackground", {
get: function () {
return this.bf;
},
set: function (a) {
this.bf = a;
this.j("XAxisBadgeBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "yAxisBadgeBackground", {
get: function () {
return this.bj;
},
set: function (a) {
this.bj = a;
this.j("YAxisBadgeBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "xAxisBadgeOutline", {
get: function () {
return this.bh;
},
set: function (a) {
this.bh = a;
this.j("XAxisBadgeOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "yAxisBadgeOutline", {
get: function () {
return this.bl;
},
set: function (a) {
this.bl = a;
this.j("YAxisBadgeOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "xAxisBadgeRadius", {
get: function () {
return this.af;
},
set: function (a) {
this.af = a;
this.j("XAxisBadgeRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "yAxisBadgeRadius", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.j("YAxisBadgeRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "xAxisBadgeOutlineThickness", {
get: function () {
return this.ae;
},
set: function (a) {
this.ae = a;
this.j("XAxisBadgeOutlineThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "yAxisBadgeOutlineThickness", {
get: function () {
return this.al;
},
set: function (a) {
this.al = a;
this.j("YAxisBadgeOutlineThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "xAxisBadgeMargin", {
get: function () {
return this.ad;
},
set: function (a) {
this.ad = a;
this.j("XAxisBadgeMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "yAxisBadgeMargin", {
get: function () {
return this.ak;
},
set: function (a) {
this.ak = a;
this.j("YAxisBadgeMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "xAxisBadgeSize", {
get: function () {
return this.ag;
},
set: function (a) {
this.ag = a;
this.j("XAxisBadgeSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "yAxisBadgeSize", {
get: function () {
return this.an;
},
set: function (a) {
this.an = a;
this.j("YAxisBadgeSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "xAxisBadgeImagePath", {
get: function () {
return this.bg;
},
set: function (a) {
this.bg = a;
this.j("XAxisBadgeImagePath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "yAxisBadgeImagePath", {
get: function () {
return this.bk;
},
set: function (a) {
this.bk = a;
this.j("YAxisBadgeImagePath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "isXAxisBadgeEnabled", {
get: function () {
return this.r;
},
set: function (a) {
this.r = a;
this.j("IsXAxisBadgeEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "isYAxisBadgeEnabled", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.j("IsYAxisBadgeEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "xAxisUserAnnotation", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("XAxisUserAnnotation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DataAnnotationInfoDescription.prototype, "yAxisUserAnnotation", {
get: function () {
return this.l;
},
set: function (a) {
this.l = a;
this.j("YAxisUserAnnotation");
},
enumerable: false,
configurable: true
});
DataAnnotationInfoDescription.$t = markType(DataAnnotationInfoDescription, 'DataAnnotationInfoDescription', Description.$);
return DataAnnotationInfoDescription;
}(Description));
export { DataAnnotationInfoDescription };