igniteui-react-core
Version:
Ignite UI React Core.
47 lines (46 loc) • 1.55 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 { Base, markType } from "./type";
/**
* @hidden
*/
var LabelCollisionInfo = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(LabelCollisionInfo, _super);
function LabelCollisionInfo() {
var _this = _super !== null && _super.apply(this, arguments) || this;
_this.i = null;
_this.s = 0;
_this.t = 0;
_this.r = 0;
_this.q = 0;
_this.e = null;
_this.p = 0;
_this.o = 0;
_this.m = 0;
_this.n = 0;
_this.w = 0;
_this.x = 0;
_this.k = 0;
_this.l = 0;
_this.u = 0;
_this.v = 0;
_this.b = 0;
_this.c = null;
_this.y = null;
_this.f = false;
_this.a = null;
_this.d = null;
_this.g = false;
_this.j = null;
_this.h = false;
return _this;
}
LabelCollisionInfo.$t = markType(LabelCollisionInfo, 'LabelCollisionInfo');
return LabelCollisionInfo;
}(Base));
export { LabelCollisionInfo };