igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
309 lines (308 loc) • 9.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 OverlayTextUpdatingEventArgsDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(OverlayTextUpdatingEventArgsDescription, _super);
function OverlayTextUpdatingEventArgsDescription() {
var _this = _super.call(this) || this;
_this.ai = 0;
_this.s = 0;
_this.t = 0;
_this.x = 0;
_this.w = 0;
_this.p = 0;
_this.r = 0;
_this.q = 0;
_this.o = 0;
_this.v = 0;
_this.am = null;
_this.al = null;
_this.ar = null;
_this.as = null;
_this.u = 0;
_this.l = false;
_this.k = false;
_this.at = null;
_this.aq = null;
_this.ak = null;
_this.an = null;
_this.ao = null;
_this.ap = null;
return _this;
}
OverlayTextUpdatingEventArgsDescription.prototype.get_type = function () {
return "OverlayTextUpdatingEventArgs";
};
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "dataIndex", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.j("DataIndex");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "horizontalMargin", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.j("HorizontalMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "horizontalPadding", {
get: function () {
return this.t;
},
set: function (a) {
this.t = a;
this.j("HorizontalPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "verticalPadding", {
get: function () {
return this.x;
},
set: function (a) {
this.x = a;
this.j("VerticalPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "verticalMargin", {
get: function () {
return this.w;
},
set: function (a) {
this.w = a;
this.j("VerticalMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "borderRadius", {
get: function () {
return this.p;
},
set: function (a) {
this.p = a;
this.j("BorderRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "borderThickness", {
get: function () {
return this.r;
},
set: function (a) {
this.r = a;
this.j("BorderThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "borderShift", {
get: function () {
return this.q;
},
set: function (a) {
this.q = a;
this.j("BorderShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "backgroundShift", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.j("BackgroundShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "textColorShift", {
get: function () {
return this.v;
},
set: function (a) {
this.v = a;
this.j("TextColorShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "borderMode", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.j("BorderMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "backgroundMode", {
get: function () {
return this.al;
},
set: function (a) {
this.al = a;
this.j("BackgroundMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "textColorMode", {
get: function () {
return this.ar;
},
set: function (a) {
this.ar = a;
this.j("TextColorMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "textContent", {
get: function () {
return this.as;
},
set: function (a) {
this.as = a;
this.j("TextContent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "textAngle", {
get: function () {
return this.u;
},
set: function (a) {
this.u = a;
this.j("TextAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "textVisible", {
get: function () {
return this.l;
},
set: function (a) {
this.l = a;
this.j("TextVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "textEmpty", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("TextEmpty");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "textLocation", {
get: function () {
return this.at;
},
set: function (a) {
this.at = a;
this.j("TextLocation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "textColor", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.j("TextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "background", {
get: function () {
return this.ak;
},
set: function (a) {
this.ak = a;
this.j("Background");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "borderStroke", {
get: function () {
return this.an;
},
set: function (a) {
this.an = a;
this.j("BorderStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "shapeBrush", {
get: function () {
return this.ao;
},
set: function (a) {
this.ao = a;
this.j("ShapeBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "shapeOutline", {
get: function () {
return this.ap;
},
set: function (a) {
this.ap = a;
this.j("ShapeOutline");
},
enumerable: false,
configurable: true
});
OverlayTextUpdatingEventArgsDescription.$t = markType(OverlayTextUpdatingEventArgsDescription, 'OverlayTextUpdatingEventArgsDescription', Description.$);
return OverlayTextUpdatingEventArgsDescription;
}(Description));
export { OverlayTextUpdatingEventArgsDescription };