UNPKG

igniteui-angular-spreadsheet

Version:

Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.

39 lines (38 loc) 1.74 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, IComparable$1_$type, markStruct } from "igniteui-angular-core"; import { WorksheetRegionAddress } from "igniteui-angular-excel"; import { stringCompare1 } from "igniteui-angular-core"; /** * @hidden */ export let Spreadsheet_SimpleNamedReference = /*@__PURE__*/ (() => { class Spreadsheet_SimpleNamedReference extends ValueType { constructor(a, ..._rest) { super(); this._a = null; this._b = new WorksheetRegionAddress(); a = (a == void 0) ? 0 : a; switch (a) { case 0: break; case 1: { let c = _rest[0]; let d = _rest[1]; this._a = c; this._b = d; } break; } } compareTo(a) { return stringCompare1(this._a.name, a._a.name, 1); } } Spreadsheet_SimpleNamedReference.$t = markStruct(Spreadsheet_SimpleNamedReference, 'Spreadsheet_SimpleNamedReference', ValueType.$, [IComparable$1_$type.specialize(-1)]).initSelfReferences(); return Spreadsheet_SimpleNamedReference; })();