UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

45 lines (44 loc) 1.72 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 "igniteui-react-core"; import { StringBuilder } from "igniteui-react-core"; /** * @hidden */ export let TextVisualModelExport = /*@__PURE__*/ (() => { class TextVisualModelExport extends Base { constructor() { super(...arguments); this.e = 0; this.d = 0; this.c = 0; this.f = 0; this.g = null; this.b = null; this.a = null; } h() { let a = new StringBuilder(0); a.l("{"); a.l("top : " + this.e + ", "); a.l("left : " + this.d + ", "); a.l("height : " + this.c + ", "); a.l("width : " + this.f + ", "); if (this.g != null) { a.l("value : \"" + this.g.toString() + "\", "); } a.l("textColor : " + this.b.serialize() + ", "); if (this.a != null) { a.l("borderColor : " + this.a.serialize() + ", "); } a.l("}"); return a.toString(); } } TextVisualModelExport.$t = /*@__PURE__*/ markType(TextVisualModelExport, 'TextVisualModelExport'); return TextVisualModelExport; })();