UNPKG

igniteui-react-core

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