igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
51 lines (50 loc) • 2.65 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 { WebBaseAlertLikeDescriptionMetadata } from "./WebBaseAlertLikeDescriptionMetadata";
import { WebSnackbarDescription } from "./WebSnackbarDescription";
/**
* @hidden
*/
var WebSnackbarDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(WebSnackbarDescriptionMetadata, _super);
function WebSnackbarDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
WebSnackbarDescriptionMetadata.b = function (a) {
if (WebSnackbarDescriptionMetadata.a == null) {
WebSnackbarDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebSnackbarDescriptionMetadata.c(WebSnackbarDescriptionMetadata.a);
}
if (a.k(WebSnackbarDescriptionMetadata.a)) {
return;
}
a.ac(WebSnackbarDescriptionMetadata.a);
VoidEventArgsDescriptionMetadata.d(a);
};
WebSnackbarDescriptionMetadata.c = function (a) {
WebBaseAlertLikeDescriptionMetadata.c(a);
a.item("__qualifiedNameTS", "String:Snackbar");
a.item("__tagNameWC", "String:igc-snackbar");
a.item("__skipModuleRegisterWebComponents", "Boolean");
a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
a.item("ActionText", "String");
a.item("ActionRef", "EventRef::action");
};
WebSnackbarDescriptionMetadata.d = function (a) {
WebSnackbarDescriptionMetadata.b(a);
a.ae("WebSnackbar", function () { return new WebSnackbarDescription(); });
a.ad("WebSnackbar", WebSnackbarDescriptionMetadata.a);
};
WebSnackbarDescriptionMetadata.$t = markType(WebSnackbarDescriptionMetadata, 'WebSnackbarDescriptionMetadata');
WebSnackbarDescriptionMetadata.a = null;
return WebSnackbarDescriptionMetadata;
}(Base));
export { WebSnackbarDescriptionMetadata };