UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

61 lines (60 loc) 4.3 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 { UserAnnotationInformationEventArgsDescriptionMetadata } from "./UserAnnotationInformationEventArgsDescriptionMetadata"; import { UserAxisAnnotationStylingEventArgsDescriptionMetadata } from "./UserAxisAnnotationStylingEventArgsDescriptionMetadata"; import { UserSliceAnnotationStylingEventArgsDescriptionMetadata } from "./UserSliceAnnotationStylingEventArgsDescriptionMetadata"; import { UserStripAnnotationStylingEventArgsDescriptionMetadata } from "./UserStripAnnotationStylingEventArgsDescriptionMetadata"; import { UserPointAnnotationStylingEventArgsDescriptionMetadata } from "./UserPointAnnotationStylingEventArgsDescriptionMetadata"; import { SeriesDescriptionMetadata } from "./SeriesDescriptionMetadata"; import { UserAnnotationLayerDescription } from "./UserAnnotationLayerDescription"; /** * @hidden */ export let UserAnnotationLayerDescriptionMetadata = /*@__PURE__*/ (() => { class UserAnnotationLayerDescriptionMetadata extends Base { static b(a) { if (UserAnnotationLayerDescriptionMetadata.a == null) { UserAnnotationLayerDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); UserAnnotationLayerDescriptionMetadata.c(UserAnnotationLayerDescriptionMetadata.a); } if (a.k(UserAnnotationLayerDescriptionMetadata.a)) { return; } a.ad(UserAnnotationLayerDescriptionMetadata.a); UserAnnotationInformationEventArgsDescriptionMetadata.d(a); UserAxisAnnotationStylingEventArgsDescriptionMetadata.d(a); UserSliceAnnotationStylingEventArgsDescriptionMetadata.d(a); UserStripAnnotationStylingEventArgsDescriptionMetadata.d(a); UserPointAnnotationStylingEventArgsDescriptionMetadata.d(a); } static c(a) { SeriesDescriptionMetadata.c(a); a.item("Annotations", "Collection:UserBaseAnnotation:UserAnnotationCollection:UserBaseAnnotation"); a.item("UserAnnotationInformationRequestedRef", "EventRef:UserAnnotationInformationRequestedEventHandler:userAnnotationInformationRequested"); a.item("UserAnnotationInformationRequestedRef@args", "UserAnnotationInformationEventArgs"); a.item("StylingAxisAnnotationRef", "EventRef:UserAxisAnnotationEventHandler:stylingAxisAnnotation"); a.item("StylingAxisAnnotationRef@args", "UserAxisAnnotationStylingEventArgs"); a.item("StylingSliceAnnotationRef", "EventRef:UserSliceAnnotationEventHandler:stylingSliceAnnotation"); a.item("StylingSliceAnnotationRef@args", "UserSliceAnnotationStylingEventArgs"); a.item("StylingStripAnnotationRef", "EventRef:UserStripAnnotationEventHandler:stylingStripAnnotation"); a.item("StylingStripAnnotationRef@args", "UserStripAnnotationStylingEventArgs"); a.item("StylingPointAnnotationRef", "EventRef:UserPointAnnotationEventHandler:stylingPointAnnotation"); a.item("StylingPointAnnotationRef@args", "UserPointAnnotationStylingEventArgs"); } static d(a) { SeriesDescriptionMetadata.d(a); UserAnnotationLayerDescriptionMetadata.b(a); a.af("UserAnnotationLayer", () => new UserAnnotationLayerDescription()); a.ae("UserAnnotationLayer", UserAnnotationLayerDescriptionMetadata.a); } } UserAnnotationLayerDescriptionMetadata.$t = markType(UserAnnotationLayerDescriptionMetadata, 'UserAnnotationLayerDescriptionMetadata'); UserAnnotationLayerDescriptionMetadata.a = null; return UserAnnotationLayerDescriptionMetadata; })();