igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
47 lines (46 loc) • 2.49 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 { WebBaseOptionLikeDescriptionMetadata } from "./WebBaseOptionLikeDescriptionMetadata";
import { WebSelectItemDescription } from "./WebSelectItemDescription";
/**
* @hidden
*/
var WebSelectItemDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(WebSelectItemDescriptionMetadata, _super);
function WebSelectItemDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
WebSelectItemDescriptionMetadata.b = function (a) {
if (WebSelectItemDescriptionMetadata.a == null) {
WebSelectItemDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebSelectItemDescriptionMetadata.c(WebSelectItemDescriptionMetadata.a);
}
if (a.k(WebSelectItemDescriptionMetadata.a)) {
return;
}
a.ac(WebSelectItemDescriptionMetadata.a);
};
WebSelectItemDescriptionMetadata.c = function (a) {
WebBaseOptionLikeDescriptionMetadata.c(a);
a.item("__qualifiedNameTS", "String:SelectItem");
a.item("__tagNameWC", "String:igc-select-item");
a.item("__skipModuleRegisterWebComponents", "Boolean");
a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
};
WebSelectItemDescriptionMetadata.d = function (a) {
WebSelectItemDescriptionMetadata.b(a);
a.ae("WebSelectItem", function () { return new WebSelectItemDescription(); });
a.ad("WebSelectItem", WebSelectItemDescriptionMetadata.a);
};
WebSelectItemDescriptionMetadata.$t = markType(WebSelectItemDescriptionMetadata, 'WebSelectItemDescriptionMetadata');
WebSelectItemDescriptionMetadata.a = null;
return WebSelectItemDescriptionMetadata;
}(Base));
export { WebSelectItemDescriptionMetadata };