igniteui-react-core
Version:
Ignite UI React Core.
44 lines (43 loc) • 2.21 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";
/**
* @hidden
*/
export let WebBaseAlertLikeDescriptionMetadata = /*@__PURE__*/ (() => {
class WebBaseAlertLikeDescriptionMetadata extends Base {
static b(a) {
if (WebBaseAlertLikeDescriptionMetadata.a == null) {
WebBaseAlertLikeDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebBaseAlertLikeDescriptionMetadata.c(WebBaseAlertLikeDescriptionMetadata.a);
}
if (a.k(WebBaseAlertLikeDescriptionMetadata.a)) {
return;
}
a.ac(WebBaseAlertLikeDescriptionMetadata.a);
}
static c(a) {
a.item("__qualifiedNameTS", "String:BaseAlertLike");
a.item("__skipModuleRegisterWebComponents", "Boolean");
a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
a.item("Open", "Boolean");
a.item("DisplayTime", "Number:double");
a.item("KeepOpen", "Boolean");
a.item("Position", "ExportedType:string:BaseAlertLikePosition");
a.item("Position@stringUnion", "WebComponents;React");
a.item("Position@names", "Bottom;Middle;Top");
}
static d(a) {
WebBaseAlertLikeDescriptionMetadata.b(a);
a.ad("WebBaseAlertLike", WebBaseAlertLikeDescriptionMetadata.a);
}
}
WebBaseAlertLikeDescriptionMetadata.$t = /*@__PURE__*/ markType(WebBaseAlertLikeDescriptionMetadata, 'WebBaseAlertLikeDescriptionMetadata');
WebBaseAlertLikeDescriptionMetadata.a = null;
return WebBaseAlertLikeDescriptionMetadata;
})();