UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

61 lines (60 loc) 3.41 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"; import { WebFieldEditorOptionsDescriptionMetadata } from "./WebFieldEditorOptionsDescriptionMetadata"; import { WebFilteringOperandDescriptionMetadata } from "./WebFilteringOperandDescriptionMetadata"; import { WebFieldPipeArgsDescriptionMetadata } from "./WebFieldPipeArgsDescriptionMetadata"; import { WebFieldTypeDescription } from "./WebFieldTypeDescription"; /** * @hidden */ export let WebFieldTypeDescriptionMetadata = /*@__PURE__*/ (() => { class WebFieldTypeDescriptionMetadata extends Base { static b(a) { if (WebFieldTypeDescriptionMetadata.a == null) { WebFieldTypeDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebFieldTypeDescriptionMetadata.c(WebFieldTypeDescriptionMetadata.a); } if (a.k(WebFieldTypeDescriptionMetadata.a)) { return; } a.ad(WebFieldTypeDescriptionMetadata.a); WebFieldEditorOptionsDescriptionMetadata.d(a); WebFilteringOperandDescriptionMetadata.d(a); WebFieldPipeArgsDescriptionMetadata.d(a); } static c(a) { a.item("__qualifiedNameTS", "String:FieldType"); 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("__isPlainObject", "Boolean"); a.item("__skipSuffix", "Boolean"); a.item("Label", "String"); a.item("Field", "String"); a.item("Header", "String"); a.item("DataType", "ExportedType:string:GridColumnDataType"); a.item("DataType@stringUnion", "WebComponents;React"); a.item("DataType@names", "String;Number;Boolean;Date;DateTime;Time;Currency;Percent;Image"); a.item("EditorOptions", "ExportedType:WebFieldEditorOptions"); a.item("Filters", "ExportedType:WebFilteringOperand"); a.item("PipeArgs", "ExportedType:WebFieldPipeArgs"); a.item("DefaultTimeFormat", "String"); a.item("DefaultDateTimeFormat", "String"); } static d(a) { WebFieldTypeDescriptionMetadata.b(a); a.af("WebFieldType", () => new WebFieldTypeDescription()); a.ae("WebFieldType", WebFieldTypeDescriptionMetadata.a); } } WebFieldTypeDescriptionMetadata.$t = markType(WebFieldTypeDescriptionMetadata, 'WebFieldTypeDescriptionMetadata'); WebFieldTypeDescriptionMetadata.a = null; return WebFieldTypeDescriptionMetadata; })();