UNPKG

igniteui-angular-inputs

Version:

Ignite UI Angular input components for building rich data visualizations for modern web apps.

107 lines (106 loc) 4.08 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-angular-core"; import { StringBuilder } from "igniteui-angular-core"; /** * @hidden */ export class InputGroupVisualModelExport extends Base { constructor() { super(...arguments); this.f = 0; this.e = 0; this.b = null; this.o = 0; this.p = 0; this.z = null; this.aa = null; this.x = 0; this.w = 0; this.t = 0; this.c = null; this.d = null; this.u = 0; this.s = 0; this.q = 0; this.r = 0; this.v = 0; this.a = null; this.g = false; this.j = false; this.i = false; this.h = false; this.m = null; this.l = null; this.k = null; this.n = null; } static { this.$t = markType(InputGroupVisualModelExport, 'InputGroupVisualModelExport'); } y() { let a = new StringBuilder(0); a.m("{"); a.m("actualDensity : " + this.f + ", "); a.m("baseTheme : " + this.e + ", "); a.m("actualBorderColor : " + this.b.serialize() + ", "); a.m("actualBorderWidth : " + this.o + ", "); a.m("actualFocusBorderWidth : " + this.p + ", "); a.m("actualContentPadding : { left: " + this.aa.left + ",top: " + this.aa.top + ",right: " + this.aa.right + ",bottom: " + this.aa.bottom + "},"); a.m("actualUnderlineWidth : " + this.x + ", "); a.m("actualUnderlineRippleWidth : " + this.w + ", "); a.m("actualBackgroundColor : " + this.a.serialize() + ", "); a.m("actualHoverUnderlineWidth : " + this.t + ", "); a.m("actualUnderlineColor : " + this.c.serialize() + ", "); a.m("actualUnderlineRippleColor : " + this.d.serialize() + ", "); a.m("actualUnderlineOpacity : " + this.u + ", "); a.m("actualHoverUnderlineOpacity : " + this.s + ", "); a.m("actualFocusUnderlineOpacity : " + this.q + ", "); a.m("actualFocusUnderlineRippleOpacity : " + this.r + ", "); a.m("actualUnderlineRippleOpacity : " + this.v + ", "); a.m("actualBackgroundColor : " + this.a.serialize() + ", "); a.m("actualIsExpanded : " + this.g + ", "); a.m("isHovered : " + this.j + ", "); a.m("isFocused : " + this.i + ", "); a.m("isDisabled : " + this.h + ", "); a.m("prefixModels : ["); for (let b = 0; b < this.m.count; b++) { if (b != 0) { a.m(","); } a.m(this.m._inner[b].e()); } a.m("],"); a.m("labelModels: ["); for (let c = 0; c < this.l.count; c++) { if (c != 0) { a.m(","); } let d = this.l._inner[c].p.charAt(0).toString().toLowerCase() + this.l._inner[c].p.substr(1); a.m(this.l._inner[c].q()); } a.m("],"); a.m("inputModels : ["); for (let e = 0; e < this.k.count; e++) { if (e != 0) { a.m(","); } let f = this.k._inner[e].m.charAt(0).toString().toLowerCase() + this.k._inner[e].m.substr(1); a.m(this.k._inner[e].p()); } a.m("],"); a.m("suffixModels : ["); for (let g = 0; g < this.n.count; g++) { if (g != 0) { a.m(","); } let h = this.n._inner[g].d.charAt(0).toString().toLowerCase() + this.n._inner[g].d.substr(1); a.m(this.n._inner[g].e()); } a.m("]"); a.m("}"); return a.toString(); } }