UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

64 lines (63 loc) 4.06 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 { OverlayTextUpdatingEventArgsDescription } from "./OverlayTextUpdatingEventArgsDescription"; /** * @hidden */ export let OverlayTextUpdatingEventArgsDescriptionMetadata = /*@__PURE__*/ (() => { class OverlayTextUpdatingEventArgsDescriptionMetadata extends Base { static b(a) { if (OverlayTextUpdatingEventArgsDescriptionMetadata.a == null) { OverlayTextUpdatingEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); OverlayTextUpdatingEventArgsDescriptionMetadata.c(OverlayTextUpdatingEventArgsDescriptionMetadata.a); } if (a.k(OverlayTextUpdatingEventArgsDescriptionMetadata.a)) { return; } a.ac(OverlayTextUpdatingEventArgsDescriptionMetadata.a); } static c(a) { a.item("DataIndex", "Number:int"); a.item("HorizontalMargin", "Number:double"); a.item("HorizontalPadding", "Number:double"); a.item("VerticalPadding", "Number:double"); a.item("VerticalMargin", "Number:double"); a.item("BorderRadius", "Number:double"); a.item("BorderThickness", "Number:double"); a.item("BorderShift", "Number:double"); a.item("BackgroundShift", "Number:double"); a.item("TextColorShift", "Number:double"); a.item("BorderMode", "ExportedType:string:AnnotationAppearanceMode"); a.item("BorderMode@names", "Auto;BrightnessShift;SaturationShift;DashPattern;OpacityShift"); a.item("BackgroundMode", "ExportedType:string:AnnotationAppearanceMode"); a.item("BackgroundMode@names", "Auto;BrightnessShift;SaturationShift;DashPattern;OpacityShift"); a.item("TextColorMode", "ExportedType:string:AnnotationAppearanceMode"); a.item("TextColorMode@names", "Auto;BrightnessShift;SaturationShift;DashPattern;OpacityShift"); a.item("TextContent", "String"); a.item("TextAngle", "Number:double"); a.item("TextVisible", "Boolean"); a.item("TextEmpty", "Boolean"); a.item("TextLocation", "ExportedType:string:OverlayTextLocation"); a.item("TextLocation@names", "Auto;InsideMiddleCenter;InsideMiddleLeft;InsideMiddleRight;InsideTopLeft;InsideTopCenter;InsideTopRight;InsideBottomLeft;InsideBottomCenter;InsideBottomRight;OutsideTopLeft;OutsideTopCenter;OutsideTopRight;OutsideMiddleLeft;OutsideMiddleRight;OutsideBottomLeft;OutsideBottomCenter;OutsideBottomRight;Hidden"); a.item("TextColor", "Brush"); a.item("Background", "Brush"); a.item("BorderStroke", "Brush"); a.item("ShapeBrush", "Brush"); a.item("ShapeOutline", "Brush"); } static d(a) { OverlayTextUpdatingEventArgsDescriptionMetadata.b(a); a.ae("OverlayTextUpdatingEventArgs", () => new OverlayTextUpdatingEventArgsDescription()); a.ad("OverlayTextUpdatingEventArgs", OverlayTextUpdatingEventArgsDescriptionMetadata.a); } } OverlayTextUpdatingEventArgsDescriptionMetadata.$t = markType(OverlayTextUpdatingEventArgsDescriptionMetadata, 'OverlayTextUpdatingEventArgsDescriptionMetadata'); OverlayTextUpdatingEventArgsDescriptionMetadata.a = null; return OverlayTextUpdatingEventArgsDescriptionMetadata; })();