UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

41 lines (40 loc) 1.4 kB
/* 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 { Base, markType } from "./type"; /** * @hidden */ export let LabelCollisionInfo = /*@__PURE__*/ (() => { class LabelCollisionInfo extends Base { constructor() { super(...arguments); this.e = null; this.o = 0; this.p = 0; this.n = 0; this.m = 0; this.c = null; this.l = 0; this.k = 0; this.i = 0; this.j = 0; this.s = 0; this.t = 0; this.g = 0; this.h = 0; this.q = 0; this.r = 0; this.a = 0; this.b = null; this.u = null; this.d = false; this.f = null; } } LabelCollisionInfo.$t = markType(LabelCollisionInfo, 'LabelCollisionInfo'); return LabelCollisionInfo; })();