UNPKG

igniteui-react-core

Version:
46 lines (45 loc) 2.23 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 { VoidEventArgsDescriptionMetadata } from "./VoidEventArgsDescriptionMetadata"; import { WebBannerDescription } from "./WebBannerDescription"; /** * @hidden */ export let WebBannerDescriptionMetadata = /*@__PURE__*/ (() => { class WebBannerDescriptionMetadata extends Base { static b(a) { if (WebBannerDescriptionMetadata.a == null) { WebBannerDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebBannerDescriptionMetadata.c(WebBannerDescriptionMetadata.a); } if (a.k(WebBannerDescriptionMetadata.a)) { return; } a.ac(WebBannerDescriptionMetadata.a); VoidEventArgsDescriptionMetadata.d(a); } static c(a) { a.item("__qualifiedNameTS", "String:Banner"); a.item("__tagNameWC", "String:igc-banner"); a.item("__skipModuleRegisterWebComponents", "Boolean"); a.item("__importTypesWebComponents", "String:igniteui-webcomponents"); a.item("Open", "Boolean"); a.item("ClosingRef", "EventRef::closing"); a.item("ClosedRef", "EventRef::closed"); } static d(a) { WebBannerDescriptionMetadata.b(a); a.ae("WebBanner", () => new WebBannerDescription()); a.ad("WebBanner", WebBannerDescriptionMetadata.a); } } WebBannerDescriptionMetadata.$t = /*@__PURE__*/ markType(WebBannerDescriptionMetadata, 'WebBannerDescriptionMetadata'); WebBannerDescriptionMetadata.a = null; return WebBannerDescriptionMetadata; })();