UNPKG

igniteui-react-core

Version:
38 lines (37 loc) 2.02 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 { RenderRequestedEventArgsDescription } from "./RenderRequestedEventArgsDescription"; /** * @hidden */ export let RenderRequestedEventArgsDescriptionMetadata = /*@__PURE__*/ (() => { class RenderRequestedEventArgsDescriptionMetadata extends Base { static b(a) { if (RenderRequestedEventArgsDescriptionMetadata.a == null) { RenderRequestedEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); RenderRequestedEventArgsDescriptionMetadata.c(RenderRequestedEventArgsDescriptionMetadata.a); } if (a.k(RenderRequestedEventArgsDescriptionMetadata.a)) { return; } a.ac(RenderRequestedEventArgsDescriptionMetadata.a); } static c(a) { a.item("Animate", "Boolean"); } static d(a) { RenderRequestedEventArgsDescriptionMetadata.b(a); a.ae("RenderRequestedEventArgs", () => new RenderRequestedEventArgsDescription()); a.ad("RenderRequestedEventArgs", RenderRequestedEventArgsDescriptionMetadata.a); } } RenderRequestedEventArgsDescriptionMetadata.$t = /*@__PURE__*/ markType(RenderRequestedEventArgsDescriptionMetadata, 'RenderRequestedEventArgsDescriptionMetadata'); RenderRequestedEventArgsDescriptionMetadata.a = null; return RenderRequestedEventArgsDescriptionMetadata; })();