UNPKG

igniteui-react-core

Version:
46 lines (45 loc) 2.43 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 { ToolActionButtonDescription } from "./ToolActionButtonDescription"; /** * @hidden */ var ToolActionButtonDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(ToolActionButtonDescriptionMetadata, _super); function ToolActionButtonDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } ToolActionButtonDescriptionMetadata.b = function (a) { if (ToolActionButtonDescriptionMetadata.a == null) { ToolActionButtonDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); ToolActionButtonDescriptionMetadata.c(ToolActionButtonDescriptionMetadata.a); } if (a.k(ToolActionButtonDescriptionMetadata.a)) { return; } a.ac(ToolActionButtonDescriptionMetadata.a); }; ToolActionButtonDescriptionMetadata.c = function (a) { ToolActionDescriptionMetadata.c(a); a.item("DisplayType", "ExportedType:string:ToolActionButtonDisplayType"); a.item("DisplayType@names", "Raised;Flat;Outlined"); a.item("CornerRadius", "Number:double"); }; ToolActionButtonDescriptionMetadata.d = function (a) { ToolActionButtonDescriptionMetadata.b(a); a.ae("ToolActionButton", function () { return new ToolActionButtonDescription(); }); a.ad("ToolActionButton", ToolActionButtonDescriptionMetadata.a); }; ToolActionButtonDescriptionMetadata.$t = markType(ToolActionButtonDescriptionMetadata, 'ToolActionButtonDescriptionMetadata'); ToolActionButtonDescriptionMetadata.a = null; return ToolActionButtonDescriptionMetadata; }(Base)); export { ToolActionButtonDescriptionMetadata };