UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

50 lines (49 loc) 2.96 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 { WebContentPaneDescriptionMetadata } from "./WebContentPaneDescriptionMetadata"; import { WebPanePinnedEventArgsDetailDescription } from "./WebPanePinnedEventArgsDetailDescription"; /** * @hidden */ export let WebPanePinnedEventArgsDetailDescriptionMetadata = /*@__PURE__*/ (() => { class WebPanePinnedEventArgsDetailDescriptionMetadata extends Base { static b(a) { if (WebPanePinnedEventArgsDetailDescriptionMetadata.a == null) { WebPanePinnedEventArgsDetailDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebPanePinnedEventArgsDetailDescriptionMetadata.c(WebPanePinnedEventArgsDetailDescriptionMetadata.a); } if (a.k(WebPanePinnedEventArgsDetailDescriptionMetadata.a)) { return; } a.ad(WebPanePinnedEventArgsDetailDescriptionMetadata.a); WebContentPaneDescriptionMetadata.d(a); } static c(a) { a.item("__qualifiedNameTS", "String:PanePinnedEventArgsDetail"); a.item("__skipModuleRegisterWebComponents", "Boolean"); a.item("__importTypesWebComponents", "String:igniteui-webcomponents"); a.item("__marshalByValue", "Boolean"); a.item("__skipSuffix", "Boolean"); a.item("SourcePane", "ExportedType:WebContentPane"); a.item("Panes", "Collection:WebContentPane:ContentPaneCollection:WebContentPane"); a.item("NewValue", "Boolean"); a.item("Location", "ExportedType:string:UnpinnedLocation"); a.item("Location@stringUnion", "WebComponents;React"); a.item("Location@names", "Top;Bottom;Left;Right"); } static d(a) { WebPanePinnedEventArgsDetailDescriptionMetadata.b(a); a.af("WebPanePinnedEventArgsDetail", () => new WebPanePinnedEventArgsDetailDescription()); a.ae("WebPanePinnedEventArgsDetail", WebPanePinnedEventArgsDetailDescriptionMetadata.a); } } WebPanePinnedEventArgsDetailDescriptionMetadata.$t = markType(WebPanePinnedEventArgsDetailDescriptionMetadata, 'WebPanePinnedEventArgsDetailDescriptionMetadata'); WebPanePinnedEventArgsDetailDescriptionMetadata.a = null; return WebPanePinnedEventArgsDetailDescriptionMetadata; })();