igniteui-react-core
Version:
Ignite UI React Core.
49 lines (48 loc) • 2.25 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 { Base, String_$type, markType } from "./type";
import { WebIconMetaDescriptionMetadata } from "./WebIconMetaDescriptionMetadata";
import { Dictionary$2 } from "./Dictionary$2";
import { WebIconDescription } from "./WebIconDescription";
/**
* @hidden
*/
export let WebIconDescriptionMetadata = /*@__PURE__*/ (() => {
class WebIconDescriptionMetadata extends Base {
static b(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);
}
static c(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");
}
static d(a) {
WebIconDescriptionMetadata.b(a);
a.ae("WebIcon", () => new WebIconDescription());
a.ad("WebIcon", WebIconDescriptionMetadata.a);
}
static e(a) {
WebIconMetaDescriptionMetadata.d(a);
}
}
WebIconDescriptionMetadata.$t = /*@__PURE__*/ markType(WebIconDescriptionMetadata, 'WebIconDescriptionMetadata');
WebIconDescriptionMetadata.a = null;
return WebIconDescriptionMetadata;
})();