UNPKG

igniteui-angular-spreadsheet

Version:

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

65 lines (64 loc) 2.12 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 { __extends } from "tslib"; import { Base, markType } from "igniteui-angular-core"; import { Size } from "igniteui-angular-core"; /** * @hidden */ var SpreadsheetMetricsCache = /** @class */ /*@__PURE__*/ (function (_super) { __extends(SpreadsheetMetricsCache, _super); function SpreadsheetMetricsCache() { var _this = _super !== null && _super.apply(this, arguments) || this; _this.x = 0; _this.y = 0; _this.v = 0; _this.t = 0; _this.w = 0; _this.u = 0; _this.z = 0; _this.aa = 0; _this.r = 0; _this.s = 0; _this.e = null; _this.d = null; _this.q = 0; _this.p = 0; _this.ak = 0; _this.aj = 0; _this.ac = 0; _this.ab = 0; _this.ae = 0; _this.ad = 0; _this.ai = 0; _this.ah = 0; _this.ag = 0; _this.af = 0; _this.i = 0; _this.h = 0; _this.g = 0; _this.f = 0; _this.k = 0; _this.j = 0; _this.ap = new Size(); _this.al = new Size(); _this.am = new Size(); _this.ao = new Size(); _this.an = new Size(); _this.m = 0; _this.n = 0; _this.o = 0; _this.b = null; _this.c = null; _this.a = null; _this.l = 0; return _this; } SpreadsheetMetricsCache.$t = markType(SpreadsheetMetricsCache, 'SpreadsheetMetricsCache'); return SpreadsheetMetricsCache; }(Base)); export { SpreadsheetMetricsCache };