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