UNPKG

igniteui-webcomponents-inputs

Version:

Ignite UI Web Components inputs components.

42 lines (41 loc) 1.9 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, enumGetBox, markType } from "igniteui-webcomponents-core"; import { BaseControlTheme_$type } from "igniteui-webcomponents-core"; import { StringBuilder } from "igniteui-webcomponents-core"; let CheckboxListVisualModelExport = /*@__PURE__*/ (() => { class CheckboxListVisualModelExport extends Base { constructor() { super(...arguments); this.f = 0; this.g = 0; this.h = 0; this.e = 0; this.c = 0; this.b = null; this.a = null; this.d = 0; } i() { let a = new StringBuilder(0); a.l("{"); a.l("left : " + this.f + ", "); a.l("top : " + this.g + ", "); a.l("height : " + this.e + ", "); a.l("width : " + this.h + ", "); a.l("baseTheme : " + enumGetBox(BaseControlTheme_$type, this.c) + ", "); a.l("backgroundColor : " + this.b.serialize() + ", "); a.l("actualSelectAllCaptionTextColor : " + this.a.serialize() + ", "); a.l("actualRowHeight : " + this.d); a.l("}"); return a.toString(); } } CheckboxListVisualModelExport.$t = /*@__PURE__*/ markType(CheckboxListVisualModelExport, 'CheckboxListVisualModelExport'); return CheckboxListVisualModelExport; })(); export { CheckboxListVisualModelExport };