igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
53 lines (52 loc) • 2.54 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 { WebIconMetaDescriptionMetadata } from "./WebIconMetaDescriptionMetadata";
import { Dictionary$2 } from "./Dictionary$2";
import { WebIconDescription } from "./WebIconDescription";
/**
* @hidden
*/
var WebIconDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(WebIconDescriptionMetadata, _super);
function WebIconDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
WebIconDescriptionMetadata.b = function (a) {
if (WebIconDescriptionMetadata.a == null) {
WebIconDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebIconDescriptionMetadata.c(WebIconDescriptionMetadata.a);
}
if (a.k(WebIconDescriptionMetadata.a)) {
return;
}
a.ac(WebIconDescriptionMetadata.a);
WebIconDescriptionMetadata.e(a);
};
WebIconDescriptionMetadata.c = function (a) {
a.item("__qualifiedNameTS", "String:Icon");
a.item("__tagNameWC", "String:igc-icon");
a.item("__skipModuleRegisterWebComponents", "Boolean");
a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
a.item("IconName", "(wc:Name)String");
a.item("Collection", "String");
a.item("Mirrored", "Boolean");
};
WebIconDescriptionMetadata.d = function (a) {
WebIconDescriptionMetadata.b(a);
a.ae("WebIcon", function () { return new WebIconDescription(); });
a.ad("WebIcon", WebIconDescriptionMetadata.a);
};
WebIconDescriptionMetadata.e = function (a) {
WebIconMetaDescriptionMetadata.d(a);
};
WebIconDescriptionMetadata.$t = markType(WebIconDescriptionMetadata, 'WebIconDescriptionMetadata');
WebIconDescriptionMetadata.a = null;
return WebIconDescriptionMetadata;
}(Base));
export { WebIconDescriptionMetadata };