igniteui-react-core
Version:
Ignite UI React Core.
48 lines (47 loc) • 2.45 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 { __extends } from "tslib";
import { Base, String_$type, markType } from "./type";
import { Dictionary$2 } from "./Dictionary$2";
/**
* @hidden
*/
var WebBaseAlertLikeDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(WebBaseAlertLikeDescriptionMetadata, _super);
function WebBaseAlertLikeDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
WebBaseAlertLikeDescriptionMetadata.b = function (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);
};
WebBaseAlertLikeDescriptionMetadata.c = function (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:AbsolutePosition");
a.item("Position@stringUnion", "WebComponents;React");
a.item("Position@names", "Bottom;Middle;Top");
};
WebBaseAlertLikeDescriptionMetadata.d = function (a) {
WebBaseAlertLikeDescriptionMetadata.b(a);
a.ad("WebBaseAlertLike", WebBaseAlertLikeDescriptionMetadata.a);
};
WebBaseAlertLikeDescriptionMetadata.$t = markType(WebBaseAlertLikeDescriptionMetadata, 'WebBaseAlertLikeDescriptionMetadata');
WebBaseAlertLikeDescriptionMetadata.a = null;
return WebBaseAlertLikeDescriptionMetadata;
}(Base));
export { WebBaseAlertLikeDescriptionMetadata };