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