igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
357 lines (356 loc) • 10.8 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 CalloutAnnotationDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(CalloutAnnotationDescription, _super);
function CalloutAnnotationDescription() {
var _this = _super.call(this) || this;
_this.aw = null;
_this.ax = null;
_this.au = null;
_this.ar = null;
_this.ao = null;
_this.k = null;
_this.aq = null;
_this.ap = null;
_this.av = null;
_this.ak = null;
_this.at = null;
_this.as = null;
_this.y = 0;
_this.q = 0;
_this.s = 0;
_this.r = 0;
_this.p = 0;
_this.o = 0;
_this.m = false;
_this.x = 0;
_this.v = 0;
_this.w = 0;
_this.an = null;
_this.al = null;
_this.am = null;
_this.u = 0;
_this.t = 0;
return _this;
}
CalloutAnnotationDescription.prototype.get_type = function () {
return "CalloutAnnotation";
};
Object.defineProperty(CalloutAnnotationDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "xValueRef", {
get: function () {
return this.aw;
},
set: function (a) {
this.aw = a;
this.j("XValueRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "yValueRef", {
get: function () {
return this.ax;
},
set: function (a) {
this.ax = a;
this.j("YValueRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "text", {
get: function () {
return this.au;
},
set: function (a) {
this.au = a;
this.j("Text");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "keyRef", {
get: function () {
return this.ar;
},
set: function (a) {
this.ar = a;
this.j("KeyRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "contentRef", {
get: function () {
return this.ao;
},
set: function (a) {
this.ao = a;
this.j("ContentRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "series", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("Series");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "itemColor", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.j("ItemColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "formatLabelRef", {
get: function () {
return this.ap;
},
set: function (a) {
this.ap = a;
this.j("FormatLabelRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "textColor", {
get: function () {
return this.av;
},
set: function (a) {
this.av = a;
this.j("TextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "background", {
get: function () {
return this.ak;
},
set: function (a) {
this.ak = a;
this.j("Background");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "outline", {
get: function () {
return this.at;
},
set: function (a) {
this.at = a;
this.j("Outline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "leaderBrush", {
get: function () {
return this.as;
},
set: function (a) {
this.as = a;
this.j("LeaderBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "strokeThickness", {
get: function () {
return this.y;
},
set: function (a) {
this.y = a;
this.j("StrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "backgroundPaddingLeft", {
get: function () {
return this.q;
},
set: function (a) {
this.q = a;
this.j("BackgroundPaddingLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "backgroundPaddingTop", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.j("BackgroundPaddingTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "backgroundPaddingRight", {
get: function () {
return this.r;
},
set: function (a) {
this.r = a;
this.j("BackgroundPaddingRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "backgroundPaddingBottom", {
get: function () {
return this.p;
},
set: function (a) {
this.p = a;
this.j("BackgroundPaddingBottom");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "backgroundCornerRadius", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.j("BackgroundCornerRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "badgeVisible", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.j("BadgeVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "badgeWidth", {
get: function () {
return this.x;
},
set: function (a) {
this.x = a;
this.j("BadgeWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "badgeHeight", {
get: function () {
return this.v;
},
set: function (a) {
this.v = a;
this.j("BadgeHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "badgeThickness", {
get: function () {
return this.w;
},
set: function (a) {
this.w = a;
this.j("BadgeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "badgeOutline", {
get: function () {
return this.an;
},
set: function (a) {
this.an = a;
this.j("BadgeOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "badgeBackground", {
get: function () {
return this.al;
},
set: function (a) {
this.al = a;
this.j("BadgeBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "badgeImage", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.j("BadgeImage");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "badgeGap", {
get: function () {
return this.u;
},
set: function (a) {
this.u = a;
this.j("BadgeGap");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutAnnotationDescription.prototype, "badgeCorner", {
get: function () {
return this.t;
},
set: function (a) {
this.t = a;
this.j("BadgeCorner");
},
enumerable: false,
configurable: true
});
CalloutAnnotationDescription.$t = markType(CalloutAnnotationDescription, 'CalloutAnnotationDescription', Description.$);
return CalloutAnnotationDescription;
}(Description));
export { CalloutAnnotationDescription };