UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

44 lines (43 loc) 1.64 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 { ValueType, markStruct } from "./type"; /** * @hidden */ export let ValueTuple$3 = /*@__PURE__*/ (() => { class ValueTuple$3 extends ValueType { constructor($t1, $t2, $t3, a, ..._rest) { super(); this.$t1 = null; this.$t2 = null; this.$t3 = null; this.a = null; this.b = null; this.c = null; this.$t1 = $t1; this.$t2 = $t2; this.$t3 = $t3; this.$type = this.$type.specialize(this.$t1, this.$t2, this.$t3); a = (a == void 0) ? 0 : a; switch (a) { case 0: break; case 1: { let c = _rest[0]; let d = _rest[1]; let e = _rest[2]; this.a = c; this.b = d; this.c = e; } break; } } } ValueTuple$3.$t = markStruct(ValueTuple$3, 'ValueTuple$3'); return ValueTuple$3; })();