UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

50 lines (49 loc) 2.6 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 { WebButtonBaseDescriptionMetadata } from "./WebButtonBaseDescriptionMetadata"; import { WebIconButtonDescription } from "./WebIconButtonDescription"; /** * @hidden */ export let WebIconButtonDescriptionMetadata = /*@__PURE__*/ (() => { class WebIconButtonDescriptionMetadata extends Base { static b(a) { if (WebIconButtonDescriptionMetadata.a == null) { WebIconButtonDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebIconButtonDescriptionMetadata.c(WebIconButtonDescriptionMetadata.a); } if (a.k(WebIconButtonDescriptionMetadata.a)) { return; } a.ad(WebIconButtonDescriptionMetadata.a); } static c(a) { WebButtonBaseDescriptionMetadata.c(a); a.item("__qualifiedNameTS", "String:IconButton"); a.item("__tagNameWC", "String:igc-icon-button"); a.item("__skipModuleRegisterWebComponents", "Boolean"); a.item("__importTypesWebComponents", "String:igniteui-webcomponents"); a.item("IconName", "(wc:Name)String"); a.item("Collection", "String"); a.item("Mirrored", "Boolean"); a.item("Variant", "ExportedType:string:IconButtonVariant"); a.item("Variant@stringUnion", "WebComponents;React"); a.item("Variant@names", "Contained;Flat;Outlined"); } static d(a) { WebButtonBaseDescriptionMetadata.d(a); WebIconButtonDescriptionMetadata.b(a); a.af("WebIconButton", () => new WebIconButtonDescription()); a.ae("WebIconButton", WebIconButtonDescriptionMetadata.a); } } WebIconButtonDescriptionMetadata.$t = markType(WebIconButtonDescriptionMetadata, 'WebIconButtonDescriptionMetadata'); WebIconButtonDescriptionMetadata.a = null; return WebIconButtonDescriptionMetadata; })();