igniteui-react-core
Version:
Ignite UI React Core.
50 lines (49 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";
import { VoidEventArgsDescriptionMetadata } from "./VoidEventArgsDescriptionMetadata";
import { WebBannerDescription } from "./WebBannerDescription";
/**
* @hidden
*/
var WebBannerDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(WebBannerDescriptionMetadata, _super);
function WebBannerDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
WebBannerDescriptionMetadata.b = function (a) {
if (WebBannerDescriptionMetadata.a == null) {
WebBannerDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebBannerDescriptionMetadata.c(WebBannerDescriptionMetadata.a);
}
if (a.k(WebBannerDescriptionMetadata.a)) {
return;
}
a.ac(WebBannerDescriptionMetadata.a);
VoidEventArgsDescriptionMetadata.d(a);
};
WebBannerDescriptionMetadata.c = function (a) {
a.item("__qualifiedNameTS", "String:Banner");
a.item("__tagNameWC", "String:igc-banner");
a.item("__skipModuleRegisterWebComponents", "Boolean");
a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
a.item("Open", "Boolean");
a.item("ClosingRef", "EventRef::closing");
a.item("ClosedRef", "EventRef::closed");
};
WebBannerDescriptionMetadata.d = function (a) {
WebBannerDescriptionMetadata.b(a);
a.ae("WebBanner", function () { return new WebBannerDescription(); });
a.ad("WebBanner", WebBannerDescriptionMetadata.a);
};
WebBannerDescriptionMetadata.$t = markType(WebBannerDescriptionMetadata, 'WebBannerDescriptionMetadata');
WebBannerDescriptionMetadata.a = null;
return WebBannerDescriptionMetadata;
}(Base));
export { WebBannerDescriptionMetadata };