igniteui-react-core
Version:
Ignite UI React Core.
46 lines (45 loc) • 2.55 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 { ToolActionEventDetailDescription } from "./ToolActionEventDetailDescription";
/**
* @hidden
*/
export let ToolActionEventDetailDescriptionMetadata = /*@__PURE__*/ (() => {
class ToolActionEventDetailDescriptionMetadata extends Base {
static b(a) {
if (ToolActionEventDetailDescriptionMetadata.a == null) {
ToolActionEventDetailDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
ToolActionEventDetailDescriptionMetadata.c(ToolActionEventDetailDescriptionMetadata.a);
}
if (a.k(ToolActionEventDetailDescriptionMetadata.a)) {
return;
}
a.ac(ToolActionEventDetailDescriptionMetadata.a);
}
static c(a) {
a.item("ActionId", "String");
a.item("ActionType", "ExportedType:string:ToolActionType");
a.item("ActionType@names", "Unknown;GroupHeader;Checkbox;IconButton;Label;NumberInput;Radio;Separator;IconMenu;Button;SubPanel;CheckboxList;FieldSelector;ButtonPair;Combo;TextInput;ColorEditor");
a.item("IsModified", "Boolean");
a.item("BoolValue", "Boolean");
a.item("NumberValue", "Number:double");
a.item("DateTimeValue", "Date");
a.item("UntypedValueRef", "(w:UntypedValue,wf:UntypedValue)DataRef");
a.item("StringValue", "String");
}
static d(a) {
ToolActionEventDetailDescriptionMetadata.b(a);
a.ae("ToolActionEventDetail", () => new ToolActionEventDetailDescription());
a.ad("ToolActionEventDetail", ToolActionEventDetailDescriptionMetadata.a);
}
}
ToolActionEventDetailDescriptionMetadata.$t = /*@__PURE__*/ markType(ToolActionEventDetailDescriptionMetadata, 'ToolActionEventDetailDescriptionMetadata');
ToolActionEventDetailDescriptionMetadata.a = null;
return ToolActionEventDetailDescriptionMetadata;
})();