UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

41 lines (40 loc) 2.07 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 { WebCardActionsDescription } from "./WebCardActionsDescription"; /** * @hidden */ export let WebCardActionsDescriptionMetadata = /*@__PURE__*/ (() => { class WebCardActionsDescriptionMetadata extends Base { static b(a) { if (WebCardActionsDescriptionMetadata.a == null) { WebCardActionsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); WebCardActionsDescriptionMetadata.c(WebCardActionsDescriptionMetadata.a); } if (a.j(WebCardActionsDescriptionMetadata.a)) { return; } a.y(WebCardActionsDescriptionMetadata.a); } static c(a) { a.item("__qualifiedNameTS", "String:CardActions"); a.item("__tagNameWC", "String:igc-card-actions"); a.item("Orientation", "ExportedType:string:CardActionsOrientation"); a.item("Orientation@names", "Vertical;Horizontal"); } static d(a) { WebCardActionsDescriptionMetadata.b(a); a.aa("WebCardActions", () => new WebCardActionsDescription()); a.z("WebCardActions", WebCardActionsDescriptionMetadata.a); } } WebCardActionsDescriptionMetadata.$t = markType(WebCardActionsDescriptionMetadata, 'WebCardActionsDescriptionMetadata'); WebCardActionsDescriptionMetadata.a = null; return WebCardActionsDescriptionMetadata; })();