igniteui-react-core
Version:
Ignite UI React Core.
44 lines (43 loc) • 2.4 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 { __extends } from "tslib";
import { Base, String_$type, markType } from "./type";
import { Dictionary$2 } from "./Dictionary$2";
import { ToolActionDescriptionMetadata } from "./ToolActionDescriptionMetadata";
import { ToolActionColorEditorDescription } from "./ToolActionColorEditorDescription";
/**
* @hidden
*/
var ToolActionColorEditorDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(ToolActionColorEditorDescriptionMetadata, _super);
function ToolActionColorEditorDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
ToolActionColorEditorDescriptionMetadata.b = function (a) {
if (ToolActionColorEditorDescriptionMetadata.a == null) {
ToolActionColorEditorDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
ToolActionColorEditorDescriptionMetadata.c(ToolActionColorEditorDescriptionMetadata.a);
}
if (a.k(ToolActionColorEditorDescriptionMetadata.a)) {
return;
}
a.ac(ToolActionColorEditorDescriptionMetadata.a);
};
ToolActionColorEditorDescriptionMetadata.c = function (a) {
ToolActionDescriptionMetadata.c(a);
a.item("Value", "Brush");
};
ToolActionColorEditorDescriptionMetadata.d = function (a) {
ToolActionColorEditorDescriptionMetadata.b(a);
a.ae("ToolActionColorEditor", function () { return new ToolActionColorEditorDescription(); });
a.ad("ToolActionColorEditor", ToolActionColorEditorDescriptionMetadata.a);
};
ToolActionColorEditorDescriptionMetadata.$t = markType(ToolActionColorEditorDescriptionMetadata, 'ToolActionColorEditorDescriptionMetadata');
ToolActionColorEditorDescriptionMetadata.a = null;
return ToolActionColorEditorDescriptionMetadata;
}(Base));
export { ToolActionColorEditorDescriptionMetadata };