UNPKG

igniteui-react-core

Version:
43 lines (42 loc) 2.46 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 { CellInfoDescriptionMetadata } from "./CellInfoDescriptionMetadata"; import { VerticalSeparatorCellInfoDescription } from "./VerticalSeparatorCellInfoDescription"; /** * @hidden */ var VerticalSeparatorCellInfoDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(VerticalSeparatorCellInfoDescriptionMetadata, _super); function VerticalSeparatorCellInfoDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } VerticalSeparatorCellInfoDescriptionMetadata.b = function (a) { if (VerticalSeparatorCellInfoDescriptionMetadata.a == null) { VerticalSeparatorCellInfoDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); VerticalSeparatorCellInfoDescriptionMetadata.c(VerticalSeparatorCellInfoDescriptionMetadata.a); } if (a.k(VerticalSeparatorCellInfoDescriptionMetadata.a)) { return; } a.ac(VerticalSeparatorCellInfoDescriptionMetadata.a); }; VerticalSeparatorCellInfoDescriptionMetadata.c = function (a) { CellInfoDescriptionMetadata.c(a); }; VerticalSeparatorCellInfoDescriptionMetadata.d = function (a) { VerticalSeparatorCellInfoDescriptionMetadata.b(a); a.ae("VerticalSeparatorCellInfo", function () { return new VerticalSeparatorCellInfoDescription(); }); a.ad("VerticalSeparatorCellInfo", VerticalSeparatorCellInfoDescriptionMetadata.a); }; VerticalSeparatorCellInfoDescriptionMetadata.$t = markType(VerticalSeparatorCellInfoDescriptionMetadata, 'VerticalSeparatorCellInfoDescriptionMetadata'); VerticalSeparatorCellInfoDescriptionMetadata.a = null; return VerticalSeparatorCellInfoDescriptionMetadata; }(Base)); export { VerticalSeparatorCellInfoDescriptionMetadata };