UNPKG

igniteui-react-core

Version:
51 lines (50 loc) 2.71 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 { Base, String_$type, markType } from "./type"; import { Dictionary$2 } from "./Dictionary$2"; /** * @hidden */ export let WebExporterOptionsBaseDescriptionMetadata = /*@__PURE__*/ (() => { class WebExporterOptionsBaseDescriptionMetadata extends Base { static b(a) { if (WebExporterOptionsBaseDescriptionMetadata.a == null) { WebExporterOptionsBaseDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebExporterOptionsBaseDescriptionMetadata.c(WebExporterOptionsBaseDescriptionMetadata.a); } if (a.k(WebExporterOptionsBaseDescriptionMetadata.a)) { return; } a.ac(WebExporterOptionsBaseDescriptionMetadata.a); } static c(a) { a.item("__qualifiedNameTS", "String:ExporterOptionsBase"); a.item("__packageNameWC", "String:grids"); a.item("__skipModuleRegisterWebComponents", "Boolean"); a.item("__importOverrideWebComponents", "String:igniteui-webcomponents-grids/grids/combined"); a.item("__importTypesWebComponents", "String:igniteui-webcomponents-grids/grids"); a.item("__skipSuffix", "Boolean"); a.item("IgnoreColumnsVisibility", "Boolean"); a.item("IgnoreFiltering", "Boolean"); a.item("IgnoreColumnsOrder", "Boolean"); a.item("IgnoreSorting", "Boolean"); a.item("IgnoreGrouping", "Boolean"); a.item("IgnoreMultiColumnHeaders", "Boolean"); a.item("ExportSummaries", "Boolean"); a.item("FreezeHeaders", "Boolean"); a.item("AlwaysExportHeaders", "Boolean"); a.item("FileName", "String"); } static d(a) { WebExporterOptionsBaseDescriptionMetadata.b(a); a.ad("WebExporterOptionsBase", WebExporterOptionsBaseDescriptionMetadata.a); } } WebExporterOptionsBaseDescriptionMetadata.$t = /*@__PURE__*/ markType(WebExporterOptionsBaseDescriptionMetadata, 'WebExporterOptionsBaseDescriptionMetadata'); WebExporterOptionsBaseDescriptionMetadata.a = null; return WebExporterOptionsBaseDescriptionMetadata; })();