igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
309 lines (308 loc) • 9.85 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 CalloutStyleUpdatingEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(CalloutStyleUpdatingEventArgsDescription, _super);
function CalloutStyleUpdatingEventArgsDescription() {
var _this = _super.call(this) || this;
_this.as = null;
_this.at = null;
_this.ao = null;
_this.k = null;
_this.ak = null;
_this.ar = null;
_this.aq = null;
_this.ap = null;
_this.y = 0;
_this.al = null;
_this.an = null;
_this.w = 0;
_this.x = 0;
_this.v = 0;
_this.m = false;
_this.u = 0;
_this.am = null;
_this.t = 0;
_this.s = 0;
_this.p = 0;
_this.r = 0;
_this.q = 0;
_this.o = 0;
return _this;
}
CalloutStyleUpdatingEventArgsDescription.prototype.get_type = function () {
return "CalloutStyleUpdatingEventArgs";
};
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "xValueRef", {
get: function () {
return this.as;
},
set: function (a) {
this.as = a;
this.j("XValueRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "yValueRef", {
get: function () {
return this.at;
},
set: function (a) {
this.at = a;
this.j("YValueRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "itemRef", {
get: function () {
return this.ao;
},
set: function (a) {
this.ao = a;
this.j("ItemRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "series", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("Series");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "background", {
get: function () {
return this.ak;
},
set: function (a) {
this.ak = a;
this.j("Background");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "textColor", {
get: function () {
return this.ar;
},
set: function (a) {
this.ar = a;
this.j("TextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "outline", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.j("Outline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "leaderBrush", {
get: function () {
return this.ap;
},
set: function (a) {
this.ap = a;
this.j("LeaderBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "strokeThickness", {
get: function () {
return this.y;
},
set: function (a) {
this.y = a;
this.j("StrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "badgeBackground", {
get: function () {
return this.al;
},
set: function (a) {
this.al = a;
this.j("BadgeBackground");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "badgeOutline", {
get: function () {
return this.an;
},
set: function (a) {
this.an = a;
this.j("BadgeOutline");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "badgeThickness", {
get: function () {
return this.w;
},
set: function (a) {
this.w = a;
this.j("BadgeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "badgeWidth", {
get: function () {
return this.x;
},
set: function (a) {
this.x = a;
this.j("BadgeWidth");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "badgeHeight", {
get: function () {
return this.v;
},
set: function (a) {
this.v = a;
this.j("BadgeHeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "badgeVisible", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.j("BadgeVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "badgeGap", {
get: function () {
return this.u;
},
set: function (a) {
this.u = a;
this.j("BadgeGap");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "badgeImage", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.j("BadgeImage");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "badgeCorner", {
get: function () {
return this.t;
},
set: function (a) {
this.t = a;
this.j("BadgeCorner");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "backgroundCorner", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.j("BackgroundCorner");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "bacgkroundPaddingLeft", {
get: function () {
return this.p;
},
set: function (a) {
this.p = a;
this.j("BacgkroundPaddingLeft");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "bacgkroundPaddingTop", {
get: function () {
return this.r;
},
set: function (a) {
this.r = a;
this.j("BacgkroundPaddingTop");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "bacgkroundPaddingRight", {
get: function () {
return this.q;
},
set: function (a) {
this.q = a;
this.j("BacgkroundPaddingRight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(CalloutStyleUpdatingEventArgsDescription.prototype, "bacgkroundPaddingBottom", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.j("BacgkroundPaddingBottom");
},
enumerable: false,
configurable: true
});
CalloutStyleUpdatingEventArgsDescription.$t = markType(CalloutStyleUpdatingEventArgsDescription, 'CalloutStyleUpdatingEventArgsDescription', Description.$);
return CalloutStyleUpdatingEventArgsDescription;
}(Description));
export { CalloutStyleUpdatingEventArgsDescription };