UNPKG

igniteui-react-core

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