UNPKG

igniteui-react-core

Version:
44 lines (43 loc) 2.4 kB
/* 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 { ToolActionDescriptionMetadata } from "./ToolActionDescriptionMetadata"; import { ToolActionNumberInputDescription } from "./ToolActionNumberInputDescription"; /** * @hidden */ var ToolActionNumberInputDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(ToolActionNumberInputDescriptionMetadata, _super); function ToolActionNumberInputDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } ToolActionNumberInputDescriptionMetadata.b = function (a) { if (ToolActionNumberInputDescriptionMetadata.a == null) { ToolActionNumberInputDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); ToolActionNumberInputDescriptionMetadata.c(ToolActionNumberInputDescriptionMetadata.a); } if (a.k(ToolActionNumberInputDescriptionMetadata.a)) { return; } a.ac(ToolActionNumberInputDescriptionMetadata.a); }; ToolActionNumberInputDescriptionMetadata.c = function (a) { ToolActionDescriptionMetadata.c(a); a.item("Value", "Number:double"); }; ToolActionNumberInputDescriptionMetadata.d = function (a) { ToolActionNumberInputDescriptionMetadata.b(a); a.ae("ToolActionNumberInput", function () { return new ToolActionNumberInputDescription(); }); a.ad("ToolActionNumberInput", ToolActionNumberInputDescriptionMetadata.a); }; ToolActionNumberInputDescriptionMetadata.$t = markType(ToolActionNumberInputDescriptionMetadata, 'ToolActionNumberInputDescriptionMetadata'); ToolActionNumberInputDescriptionMetadata.a = null; return ToolActionNumberInputDescriptionMetadata; }(Base)); export { ToolActionNumberInputDescriptionMetadata };