UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

40 lines (39 loc) 2.12 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 { LastWeekExpressionDescription } from "./LastWeekExpressionDescription"; /** * @hidden */ export let LastWeekExpressionDescriptionMetadata = /*@__PURE__*/ (() => { class LastWeekExpressionDescriptionMetadata extends Base { static b(a) { if (LastWeekExpressionDescriptionMetadata.a == null) { LastWeekExpressionDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); LastWeekExpressionDescriptionMetadata.c(LastWeekExpressionDescriptionMetadata.a); } if (a.k(LastWeekExpressionDescriptionMetadata.a)) { return; } a.ad(LastWeekExpressionDescriptionMetadata.a); } static c(a) { OffsettableWeekExpressionDescriptionMetadata.c(a); } static d(a) { OffsettableWeekExpressionDescriptionMetadata.d(a); LastWeekExpressionDescriptionMetadata.b(a); a.af("LastWeekExpression", () => new LastWeekExpressionDescription()); a.ae("LastWeekExpression", LastWeekExpressionDescriptionMetadata.a); } } LastWeekExpressionDescriptionMetadata.$t = markType(LastWeekExpressionDescriptionMetadata, 'LastWeekExpressionDescriptionMetadata'); LastWeekExpressionDescriptionMetadata.a = null; return LastWeekExpressionDescriptionMetadata; })();