UNPKG

igniteui-react-core

Version:
39 lines (38 loc) 2.03 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 { Base, String_$type, markType } from "./type"; import { Dictionary$2 } from "./Dictionary$2"; import { OffsettableWeekExpressionDescriptionMetadata } from "./OffsettableWeekExpressionDescriptionMetadata"; import { ThisWeekExpressionDescription } from "./ThisWeekExpressionDescription"; /** * @hidden */ export let ThisWeekExpressionDescriptionMetadata = /*@__PURE__*/ (() => { class ThisWeekExpressionDescriptionMetadata extends Base { static b(a) { if (ThisWeekExpressionDescriptionMetadata.a == null) { ThisWeekExpressionDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); ThisWeekExpressionDescriptionMetadata.c(ThisWeekExpressionDescriptionMetadata.a); } if (a.k(ThisWeekExpressionDescriptionMetadata.a)) { return; } a.ac(ThisWeekExpressionDescriptionMetadata.a); } static c(a) { OffsettableWeekExpressionDescriptionMetadata.c(a); } static d(a) { ThisWeekExpressionDescriptionMetadata.b(a); a.ae("ThisWeekExpression", () => new ThisWeekExpressionDescription()); a.ad("ThisWeekExpression", ThisWeekExpressionDescriptionMetadata.a); } } ThisWeekExpressionDescriptionMetadata.$t = /*@__PURE__*/ markType(ThisWeekExpressionDescriptionMetadata, 'ThisWeekExpressionDescriptionMetadata'); ThisWeekExpressionDescriptionMetadata.a = null; return ThisWeekExpressionDescriptionMetadata; })();