igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
48 lines (47 loc) • 2.28 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 { 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.j(WebIconDescriptionMetadata.a)) {
return;
}
a.y(WebIconDescriptionMetadata.a);
};
WebIconDescriptionMetadata.c = function (a) {
a.item("__qualifiedNameTS", "String:Icon");
a.item("__tagNameWC", "String:igc-icon");
a.item("IconName", "(wc:Name)String");
a.item("Collection", "String");
a.item("Mirrored", "Boolean");
a.item("Size", "ExportedType:string:SizableComponentSize");
a.item("Size@names", "Large;Small;Medium");
};
WebIconDescriptionMetadata.d = function (a) {
WebIconDescriptionMetadata.b(a);
a.aa("WebIcon", function () { return new WebIconDescription(); });
a.z("WebIcon", WebIconDescriptionMetadata.a);
};
WebIconDescriptionMetadata.$t = markType(WebIconDescriptionMetadata, 'WebIconDescriptionMetadata');
WebIconDescriptionMetadata.a = null;
return WebIconDescriptionMetadata;
}(Base));
export { WebIconDescriptionMetadata };