igniteui-react-core
Version:
Ignite UI React Core.
45 lines (44 loc) • 2.17 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 { ToolCommandArgumentDescriptionMetadata } from "./ToolCommandArgumentDescriptionMetadata";
import { Dictionary$2 } from "./Dictionary$2";
import { ToolCommandDescription } from "./ToolCommandDescription";
/**
* @hidden
*/
export let ToolCommandDescriptionMetadata = /*@__PURE__*/ (() => {
class ToolCommandDescriptionMetadata extends Base {
static b(a) {
if (ToolCommandDescriptionMetadata.a == null) {
ToolCommandDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
ToolCommandDescriptionMetadata.c(ToolCommandDescriptionMetadata.a);
}
if (a.k(ToolCommandDescriptionMetadata.a)) {
return;
}
a.ac(ToolCommandDescriptionMetadata.a);
ToolCommandDescriptionMetadata.e(a);
}
static c(a) {
a.item("__marshalByValue", "Boolean");
a.item("CommandId", "String");
a.item("ArgumentsList", "Collection:ToolCommandArgument:ToolCommandArgumentCollection:ToolCommandArgument");
}
static d(a) {
ToolCommandDescriptionMetadata.b(a);
a.ae("ToolCommand", () => new ToolCommandDescription());
a.ad("ToolCommand", ToolCommandDescriptionMetadata.a);
}
static e(a) {
ToolCommandArgumentDescriptionMetadata.d(a);
}
}
ToolCommandDescriptionMetadata.$t = /*@__PURE__*/ markType(ToolCommandDescriptionMetadata, 'ToolCommandDescriptionMetadata');
ToolCommandDescriptionMetadata.a = null;
return ToolCommandDescriptionMetadata;
})();