UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

70 lines (69 loc) 4.66 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 { AnnotationLayerDescriptionMetadata } from "./AnnotationLayerDescriptionMetadata"; /** * @hidden */ var DataAnnotationAxisLayerDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(DataAnnotationAxisLayerDescriptionMetadata, _super); function DataAnnotationAxisLayerDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } DataAnnotationAxisLayerDescriptionMetadata.b = function (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.ac(DataAnnotationAxisLayerDescriptionMetadata.a); }; DataAnnotationAxisLayerDescriptionMetadata.c = function (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,wf:AnnotationPaddingBottom)Number:double"); a.item("AnnotationPaddingLeft", "(w:AnnotationPadding.Left,wf:AnnotationPaddingLeft)Number:double"); a.item("AnnotationPaddingRight", "(w:AnnotationPadding.Right,wf:AnnotationPaddingRight)Number:double"); a.item("AnnotationPaddingTop", "(w:AnnotationPadding.Top,wf:AnnotationPaddingTop)Number:double"); a.item("AnnotationBorderThickness", "Number:double"); a.item("AnnotationValueMaxPrecision", "Number:int"); a.item("AnnotationValueMinPrecision", "Number:int"); a.item("TargetAxisRef", "(w:TargetAxis,wf:TargetAxis)DataRef::object"); a.item("TargetMode", "ExportedType:string:DataAnnotationTargetMode"); a.item("TargetMode@names", "Auto;DataSourceAxes;HorizontalAxes;VerticalAxes;CategoryAxes;TimeAxes;NumericXAxes;NumericYAxes"); }; DataAnnotationAxisLayerDescriptionMetadata.d = function (a) { DataAnnotationAxisLayerDescriptionMetadata.b(a); a.ad("DataAnnotationAxisLayer", DataAnnotationAxisLayerDescriptionMetadata.a); }; DataAnnotationAxisLayerDescriptionMetadata.$t = markType(DataAnnotationAxisLayerDescriptionMetadata, 'DataAnnotationAxisLayerDescriptionMetadata'); DataAnnotationAxisLayerDescriptionMetadata.a = null; return DataAnnotationAxisLayerDescriptionMetadata; }(Base)); export { DataAnnotationAxisLayerDescriptionMetadata };