igniteui-react-core
Version:
Ignite UI React Core.
44 lines (43 loc) • 2.27 kB
JavaScript
/*
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.k(WebCardActionsDescriptionMetadata.a)) {
return;
}
a.ac(WebCardActionsDescriptionMetadata.a);
}
static c(a) {
a.item("__qualifiedNameTS", "String:CardActions");
a.item("__tagNameWC", "String:igc-card-actions");
a.item("__skipModuleRegisterWebComponents", "Boolean");
a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
a.item("Orientation", "ExportedType:string:CardActionsOrientation");
a.item("Orientation@stringUnion", "WebComponents;React");
a.item("Orientation@names", "Horizontal;Vertical");
}
static d(a) {
WebCardActionsDescriptionMetadata.b(a);
a.ae("WebCardActions", () => new WebCardActionsDescription());
a.ad("WebCardActions", WebCardActionsDescriptionMetadata.a);
}
}
WebCardActionsDescriptionMetadata.$t = /*@__PURE__*/ markType(WebCardActionsDescriptionMetadata, 'WebCardActionsDescriptionMetadata');
WebCardActionsDescriptionMetadata.a = null;
return WebCardActionsDescriptionMetadata;
})();