UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

76 lines (75 loc) 5.13 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 { AnnotationLayerDescriptionMetadata } from "./AnnotationLayerDescriptionMetadata"; /** * @hidden */ export let DataAnnotationAxisLayerDescriptionMetadata = /*@__PURE__*/ (() => { class DataAnnotationAxisLayerDescriptionMetadata extends Base { static b(a) { if (DataAnnotationAxisLayerDescriptionMetadata.a == null) { DataAnnotationAxisLayerDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); DataAnnotationAxisLayerDescriptionMetadata.c(DataAnnotationAxisLayerDescriptionMetadata.a); } if (a.k(DataAnnotationAxisLayerDescriptionMetadata.a)) { return; } a.ad(DataAnnotationAxisLayerDescriptionMetadata.a); } static c(a) { AnnotationLayerDescriptionMetadata.c(a); a.item("AnnotationLabelDisplayMode", "ExportedType:string:DataAnnotationDisplayMode"); a.item("AnnotationLabelDisplayMode@names", "Auto;DataValue;DataLabel;AxisValue;PixelValue;WindowValue;Hidden"); a.item("AnnotationLabelVisible", "Boolean"); a.item("AnnotationTextColor", "Brush"); a.item("AnnotationTextColorMode", "ExportedType:string:AnnotationAppearanceMode"); a.item("AnnotationTextColorMode@names", "Auto;BrightnessShift;SaturationShift;DashPattern;OpacityShift"); a.item("AnnotationTextColorShift", "Number:double"); a.item("AnnotationTextColorMatchLayer", "Boolean"); a.item("AnnotationBackground", "Brush"); a.item("AnnotationBorderRadius", "Number:double"); a.item("AnnotationBackgroundMode", "ExportedType:string:AnnotationAppearanceMode"); a.item("AnnotationBackgroundMode@names", "Auto;BrightnessShift;SaturationShift;DashPattern;OpacityShift"); a.item("AnnotationBackgroundShift", "Number:double"); a.item("AnnotationBackgroundMatchLayer", "Boolean"); a.item("AnnotationBorderMatchLayer", "Boolean"); a.item("AnnotationBorderColor", "Brush"); a.item("AnnotationBorderMode", "ExportedType:string:AnnotationAppearanceMode"); a.item("AnnotationBorderMode@names", "Auto;BrightnessShift;SaturationShift;DashPattern;OpacityShift"); a.item("AnnotationBorderShift", "Number:double"); a.item("AnnotationPaddingBottom", "(w:AnnotationPadding.Bottom,p:AnnotationPaddingBottom)Number:double"); a.item("AnnotationPaddingLeft", "(w:AnnotationPadding.Left,p:AnnotationPaddingLeft)Number:double"); a.item("AnnotationPaddingRight", "(w:AnnotationPadding.Right,p:AnnotationPaddingRight)Number:double"); a.item("AnnotationPaddingTop", "(w:AnnotationPadding.Top,p:AnnotationPaddingTop)Number:double"); a.item("AnnotationBorderThickness", "Number:double"); a.item("AnnotationValueMaxPrecision", "Number:int"); a.item("AnnotationValueMinPrecision", "Number:int"); a.item("TargetAxisRef", "(w:TargetAxis,p:TargetAxis)DataRef::object"); a.item("TargetAxisRef@nameBinding", "true"); a.item("TargetMode", "ExportedType:string:DataAnnotationTargetMode"); a.item("TargetMode@names", "Auto;DataSourceAxes;HorizontalAxes;VerticalAxes;TimeAxes;CategoryXAxes;CategoryYAxes;CompanionXAxes;CompanionYAxes;PrimaryXAxes;PrimaryYAxes;NumericXAxes;NumericYAxes;None"); a.item("AnnotationBadgeEnabled", "Boolean"); a.item("AnnotationBadgeBackground", "Brush"); a.item("AnnotationBadgeOutline", "Brush"); a.item("AnnotationBadgeOutlineThickness", "Number:double"); a.item("AnnotationBadgeCornerRadius", "Number:double"); a.item("AnnotationBadgeImagePath", "String"); a.item("AnnotationBadgeSize", "Number:double"); a.item("AnnotationBadgeMargin", "Number:double"); } static d(a) { AnnotationLayerDescriptionMetadata.d(a); DataAnnotationAxisLayerDescriptionMetadata.b(a); a.ae("DataAnnotationAxisLayer", DataAnnotationAxisLayerDescriptionMetadata.a); } } DataAnnotationAxisLayerDescriptionMetadata.$t = markType(DataAnnotationAxisLayerDescriptionMetadata, 'DataAnnotationAxisLayerDescriptionMetadata'); DataAnnotationAxisLayerDescriptionMetadata.a = null; return DataAnnotationAxisLayerDescriptionMetadata; })();