igniteui-react-core
Version:
Ignite UI React Core.
49 lines (48 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 { Base, String_$type, markType } from "./type";
import { Dictionary$2 } from "./Dictionary$2";
import { WebDragServiceDescriptionMetadata } from "./WebDragServiceDescriptionMetadata";
import { WebTabHeaderElementDescription } from "./WebTabHeaderElementDescription";
/**
* @hidden
*/
export let WebTabHeaderElementDescriptionMetadata = /*@__PURE__*/ (() => {
class WebTabHeaderElementDescriptionMetadata extends Base {
static b(a) {
if (WebTabHeaderElementDescriptionMetadata.a == null) {
WebTabHeaderElementDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
WebTabHeaderElementDescriptionMetadata.c(WebTabHeaderElementDescriptionMetadata.a);
}
if (a.k(WebTabHeaderElementDescriptionMetadata.a)) {
return;
}
a.ac(WebTabHeaderElementDescriptionMetadata.a);
WebDragServiceDescriptionMetadata.d(a);
}
static c(a) {
a.item("__qualifiedNameTS", "String:TabHeaderElement");
a.item("__skipModuleRegisterWebComponents", "Boolean");
a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
a.item("__marshalByValue", "Boolean");
a.item("__skipSuffix", "Boolean");
a.item("DragService", "ExportedType:WebDragService");
WebTabHeaderElementDescriptionMetadata.e(a);
}
static d(a) {
WebTabHeaderElementDescriptionMetadata.b(a);
a.ae("WebTabHeaderElement", () => new WebTabHeaderElementDescription());
a.ad("WebTabHeaderElement", WebTabHeaderElementDescriptionMetadata.a);
}
static e(a) {
a.item("__preferUnsuffixed", "Boolean");
}
}
WebTabHeaderElementDescriptionMetadata.$t = /*@__PURE__*/ markType(WebTabHeaderElementDescriptionMetadata, 'WebTabHeaderElementDescriptionMetadata');
WebTabHeaderElementDescriptionMetadata.a = null;
return WebTabHeaderElementDescriptionMetadata;
})();