UNPKG

igniteui-angular-spreadsheet

Version:

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

41 lines (40 loc) 1.67 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, toNullable, markType } from "igniteui-angular-core"; import { FormatCellsDialogTab_$type } from "./FormatCellsDialogTab"; /** * @hidden */ var FormatCellsDialogOptions = /** @class */ /*@__PURE__*/ (function (_super) { __extends(FormatCellsDialogOptions, _super); function FormatCellsDialogOptions() { var _this = _super.call(this) || this; _this.i = toNullable(FormatCellsDialogTab_$type, null); _this.b = false; _this.c = false; _this.d = false; _this.e = false; _this.f = false; _this.g = false; _this.h = false; _this.a = 0; _this.i = toNullable(FormatCellsDialogTab_$type, null); _this.b = true; _this.c = true; _this.d = false; _this.e = false; _this.f = true; _this.g = true; _this.h = true; _this.a = 63; return _this; } FormatCellsDialogOptions.$t = markType(FormatCellsDialogOptions, 'FormatCellsDialogOptions'); return FormatCellsDialogOptions; }(Base)); export { FormatCellsDialogOptions };