igniteui-react-core
Version:
Ignite UI React Core.
44 lines (43 loc) • 2.38 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 { LayoutPrimaryKeyValueDescription } from "./LayoutPrimaryKeyValueDescription";
/**
* @hidden
*/
var LayoutPrimaryKeyValueDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(LayoutPrimaryKeyValueDescriptionMetadata, _super);
function LayoutPrimaryKeyValueDescriptionMetadata() {
return _super !== null && _super.apply(this, arguments) || this;
}
LayoutPrimaryKeyValueDescriptionMetadata.b = function (a) {
if (LayoutPrimaryKeyValueDescriptionMetadata.a == null) {
LayoutPrimaryKeyValueDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
LayoutPrimaryKeyValueDescriptionMetadata.c(LayoutPrimaryKeyValueDescriptionMetadata.a);
}
if (a.k(LayoutPrimaryKeyValueDescriptionMetadata.a)) {
return;
}
a.ac(LayoutPrimaryKeyValueDescriptionMetadata.a);
};
LayoutPrimaryKeyValueDescriptionMetadata.c = function (a) {
a.item("__marshalByValue", "Boolean");
a.item("Key", "Array:string");
a.item("Value", "Collection:object:Array:Object");
};
LayoutPrimaryKeyValueDescriptionMetadata.d = function (a) {
LayoutPrimaryKeyValueDescriptionMetadata.b(a);
a.ae("LayoutPrimaryKeyValue", function () { return new LayoutPrimaryKeyValueDescription(); });
a.ad("LayoutPrimaryKeyValue", LayoutPrimaryKeyValueDescriptionMetadata.a);
};
LayoutPrimaryKeyValueDescriptionMetadata.$t = markType(LayoutPrimaryKeyValueDescriptionMetadata, 'LayoutPrimaryKeyValueDescriptionMetadata');
LayoutPrimaryKeyValueDescriptionMetadata.a = null;
return LayoutPrimaryKeyValueDescriptionMetadata;
}(Base));
export { LayoutPrimaryKeyValueDescriptionMetadata };