UNPKG

igniteui-react-core

Version:
43 lines (42 loc) 2.31 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 { WebProgressBaseDescriptionMetadata } from "./WebProgressBaseDescriptionMetadata"; import { WebCircularProgressDescription } from "./WebCircularProgressDescription"; /** * @hidden */ export let WebCircularProgressDescriptionMetadata = /*@__PURE__*/ (() => { class WebCircularProgressDescriptionMetadata extends Base { static b(a) { if (WebCircularProgressDescriptionMetadata.a == null) { WebCircularProgressDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebCircularProgressDescriptionMetadata.c(WebCircularProgressDescriptionMetadata.a); } if (a.k(WebCircularProgressDescriptionMetadata.a)) { return; } a.ac(WebCircularProgressDescriptionMetadata.a); } static c(a) { WebProgressBaseDescriptionMetadata.c(a); a.item("__qualifiedNameTS", "String:CircularProgress"); a.item("__tagNameWC", "String:igc-circular-progress"); a.item("__skipModuleRegisterWebComponents", "Boolean"); a.item("__importTypesWebComponents", "String:igniteui-webcomponents"); } static d(a) { WebCircularProgressDescriptionMetadata.b(a); a.ae("WebCircularProgress", () => new WebCircularProgressDescription()); a.ad("WebCircularProgress", WebCircularProgressDescriptionMetadata.a); } } WebCircularProgressDescriptionMetadata.$t = /*@__PURE__*/ markType(WebCircularProgressDescriptionMetadata, 'WebCircularProgressDescriptionMetadata'); WebCircularProgressDescriptionMetadata.a = null; return WebCircularProgressDescriptionMetadata; })();