igniteui-angular-spreadsheet
Version:
Ignite UI Angular spreadsheet component for displaying and editing Microsoft Excel workbooks for modern web apps.
63 lines (62 loc) • 2.08 kB
JavaScript
/*
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 { Size } from "igniteui-angular-core";
/**
* @hidden
*/
export let SpreadsheetMetricsCache = /*@__PURE__*/ (() => {
class SpreadsheetMetricsCache extends Base {
constructor() {
super(...arguments);
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;
}
}
SpreadsheetMetricsCache.$t = markType(SpreadsheetMetricsCache, 'SpreadsheetMetricsCache');
return SpreadsheetMetricsCache;
})();