UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

74 lines (73 loc) 5.41 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 { UserAxisAnnotationDescriptionMetadata } from "./UserAxisAnnotationDescriptionMetadata"; /** * @hidden */ var UserShapeAnnotationDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(UserShapeAnnotationDescriptionMetadata, _super); function UserShapeAnnotationDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } UserShapeAnnotationDescriptionMetadata.b = function (a) { if (UserShapeAnnotationDescriptionMetadata.a == null) { UserShapeAnnotationDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); UserShapeAnnotationDescriptionMetadata.c(UserShapeAnnotationDescriptionMetadata.a); } if (a.k(UserShapeAnnotationDescriptionMetadata.a)) { return; } a.ad(UserShapeAnnotationDescriptionMetadata.a); }; UserShapeAnnotationDescriptionMetadata.c = function (a) { UserAxisAnnotationDescriptionMetadata.c(a); a.item("ValueDisplayMode", "ExportedType:string:DataAnnotationDisplayMode"); a.item("ValueDisplayMode@names", "Auto;DataValue;DataLabel;AxisValue;PixelValue;WindowValue;Hidden"); a.item("ShapeBackground", "Brush"); a.item("ShapeOutline", "Brush"); a.item("ShapeThickness", "Number:double"); a.item("OverlayText", "String"); a.item("OverlayTextLocation", "ExportedType:string:OverlayTextLocation"); a.item("OverlayTextLocation@names", "Auto;InsideMiddleCenter;InsideMiddleLeft;InsideMiddleRight;InsideTopLeft;InsideTopCenter;InsideTopRight;InsideBottomLeft;InsideBottomCenter;InsideBottomRight;OutsideTopLeft;OutsideTopCenter;OutsideTopRight;OutsideMiddleLeft;OutsideMiddleRight;OutsideBottomLeft;OutsideBottomCenter;OutsideBottomRight;Hidden"); a.item("OverlayTextHorizontalMargin", "Number:double"); a.item("OverlayTextVerticalMargin", "Number:double"); a.item("OverlayTextHorizontalPadding", "Number:double"); a.item("OverlayTextVerticalPadding", "Number:double"); a.item("OverlayTextAngle", "Number:double"); a.item("OverlayTextColor", "Brush"); a.item("OverlayTextColorShift", "Number:double"); a.item("OverlayTextColorMode", "ExportedType:string:AnnotationAppearanceMode"); a.item("OverlayTextColorMode@names", "Auto;BrightnessShift;SaturationShift;DashPattern;OpacityShift"); a.item("OverlayTextBackground", "Brush"); a.item("OverlayTextBackgroundShift", "Number:double"); a.item("OverlayTextBackgroundMode", "ExportedType:string:AnnotationAppearanceMode"); a.item("OverlayTextBackgroundMode@names", "Auto;BrightnessShift;SaturationShift;DashPattern;OpacityShift"); a.item("OverlayTextBorderColor", "Brush"); a.item("OverlayTextBorderRadius", "Number:double"); a.item("OverlayTextBorderThickness", "Number:double"); a.item("OverlayTextBorderShift", "Number:double"); a.item("OverlayTextBorderMode", "ExportedType:string:AnnotationAppearanceMode"); a.item("OverlayTextBorderMode@names", "Auto;BrightnessShift;SaturationShift;DashPattern;OpacityShift"); a.item("OverlayTextVisible", "Boolean"); a.item("OverlayTextFontFamily", "(w:OverlayTextFontFamily/FontFamilyTransform,s:OverlayTextStyle/FontFamilyTransform,xam:OverlayTextFontFamily,wf:OverlayTextFontFamily,web:overlayTextStyle/FontFamilyTransform)String"); a.item("OverlayTextFontSize", "(w:OverlayTextFontSize,s:OverlayTextStyle/FontSizeTransform,xam:OverlayTextFontSize,wf:OverlayTextFontSize,web:overlayTextStyle/FontSizeTransform)Number:double"); a.item("OverlayTextFontStyle", "(w:OverlayTextFontStyle/FontStyleTransform,p:OverlayTextFontStyle/FontStyleTransform,wf:OverlayTextTextStyle/FontStyleTransform,s:OverlayTextStyle/FontStyleTransform,web:overlayTextStyle/FontStyleTransform)String"); a.item("OverlayTextFontWeight", "(w:OverlayTextFontWeight/FontWeightTransform,p:OverlayTextFontWeight/FontWeightTransform,s:OverlayTextStyle/FontWeightTransform,web:overlayTextStyle/FontWeightTransform)String"); }; UserShapeAnnotationDescriptionMetadata.d = function (a) { UserAxisAnnotationDescriptionMetadata.d(a); UserShapeAnnotationDescriptionMetadata.b(a); a.ae("UserShapeAnnotation", UserShapeAnnotationDescriptionMetadata.a); }; UserShapeAnnotationDescriptionMetadata.$t = markType(UserShapeAnnotationDescriptionMetadata, 'UserShapeAnnotationDescriptionMetadata'); UserShapeAnnotationDescriptionMetadata.a = null; return UserShapeAnnotationDescriptionMetadata; }(Base)); export { UserShapeAnnotationDescriptionMetadata };