UNPKG

igniteui-angular-spreadsheet

Version:

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

42 lines (41 loc) 1.73 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 { TextMetricsProviderBase } from "igniteui-angular-excel"; import { Size } from "igniteui-angular-core"; import { toNullable, markType } from "igniteui-angular-core"; /** * @hidden */ export let SpreadsheetRenderCache_MeasureTextMetricsProvider = /*@__PURE__*/ (() => { class SpreadsheetRenderCache_MeasureTextMetricsProvider extends TextMetricsProviderBase { constructor(a, b) { super(b); this._h = null; this._h = a; } _d(a) { return this._h._d(a); } _g(a, b, c = toNullable(Size.$, null), d = true, e = false) { return this._h._g(a, b, c, d, e); } _e(a) { return this._h._e(a); } get__b() { return this._h._b; } toString() { return this._h.toString(); } dispose() { super.dispose(); } } SpreadsheetRenderCache_MeasureTextMetricsProvider.$t = markType(SpreadsheetRenderCache_MeasureTextMetricsProvider, 'SpreadsheetRenderCache_MeasureTextMetricsProvider', TextMetricsProviderBase.$); return SpreadsheetRenderCache_MeasureTextMetricsProvider; })();