igniteui-react-core
Version:
Ignite UI React Core.
309 lines (308 loc) • 9.5 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.af = 0;
_this.p = 0;
_this.q = 0;
_this.u = 0;
_this.t = 0;
_this.m = 0;
_this.o = 0;
_this.n = 0;
_this.l = 0;
_this.s = 0;
_this.aj = null;
_this.ai = null;
_this.ao = null;
_this.ap = null;
_this.r = 0;
_this.i = false;
_this.h = false;
_this.aq = null;
_this.an = null;
_this.ah = null;
_this.ak = null;
_this.al = null;
_this.am = 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.af;
},
set: function (a) {
this.af = a;
this.g("DataIndex");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "horizontalMargin", {
get: function () {
return this.p;
},
set: function (a) {
this.p = a;
this.g("HorizontalMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "horizontalPadding", {
get: function () {
return this.q;
},
set: function (a) {
this.q = a;
this.g("HorizontalPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "verticalPadding", {
get: function () {
return this.u;
},
set: function (a) {
this.u = a;
this.g("VerticalPadding");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "verticalMargin", {
get: function () {
return this.t;
},
set: function (a) {
this.t = a;
this.g("VerticalMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "borderRadius", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.g("BorderRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "borderThickness", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.g("BorderThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "borderShift", {
get: function () {
return this.n;
},
set: function (a) {
this.n = a;
this.g("BorderShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "backgroundShift", {
get: function () {
return this.l;
},
set: function (a) {
this.l = a;
this.g("BackgroundShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "textColorShift", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.g("TextColorShift");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "borderMode", {
get: function () {
return this.aj;
},
set: function (a) {
this.aj = a;
this.g("BorderMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "backgroundMode", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.g("BackgroundMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "textColorMode", {
get: function () {
return this.ao;
},
set: function (a) {
this.ao = a;
this.g("TextColorMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "textContent", {
get: function () {
return this.ap;
},
set: function (a) {
this.ap = a;
this.g("TextContent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "textAngle", {
get: function () {
return this.r;
},
set: function (a) {
this.r = a;
this.g("TextAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "textVisible", {
get: function () {
return this.i;
},
set: function (a) {
this.i = a;
this.g("TextVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "textEmpty", {
get: function () {
return this.h;
},
set: function (a) {
this.h = a;
this.g("TextEmpty");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "textLocation", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.g("TextLocation");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "textColor", {
get: function () {
return this.an;
},
set: function (a) {
this.an = a;
this.g("TextColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "background", {
get: function () {
return this.ah;
},
set: function (a) {
this.ah = a;
this.g("Background");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "borderStroke", {
get: function () {
return this.ak;
},
set: function (a) {
this.ak = a;
this.g("BorderStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "shapeBrush", {
get: function () {
return this.al;
},
set: function (a) {
this.al = a;
this.g("ShapeBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(OverlayTextUpdatingEventArgsDescription.prototype, "shapeOutline", {
get: function () {
return this.am;
},
set: function (a) {
this.am = a;
this.g("ShapeOutline");
},
enumerable: false,
configurable: true
});
OverlayTextUpdatingEventArgsDescription.$t = markType(OverlayTextUpdatingEventArgsDescription, 'OverlayTextUpdatingEventArgsDescription', Description.$);
return OverlayTextUpdatingEventArgsDescription;
}(Description));
export { OverlayTextUpdatingEventArgsDescription };