UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

65 lines (64 loc) 3.61 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 { AxisAnnotationDescription } from "./AxisAnnotationDescription"; /** * @hidden */ export let AxisAnnotationDescriptionMetadata = /*@__PURE__*/ (() => { class AxisAnnotationDescriptionMetadata extends Base { static e(a) { a.item("Value", "(w:Value/NonStringPrimitive,wf:Value/NonStringPrimitive,xam:Value/NonStringPrimitive,web:Value/NonStringPrimitive,p:Value/NonStringPrimitive)Unknown"); } static b(a) { if (AxisAnnotationDescriptionMetadata.a == null) { AxisAnnotationDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); AxisAnnotationDescriptionMetadata.c(AxisAnnotationDescriptionMetadata.a); } if (a.k(AxisAnnotationDescriptionMetadata.a)) { return; } a.ad(AxisAnnotationDescriptionMetadata.a); } static c(a) { a.item("Value", "Unknown"); a.item("Text", "String"); a.item("BackgroundCornerRadius", "Number:double"); a.item("LabelFormat", "String"); a.item("LabelFormatSpecifiers", "(w:LabelFormatSpecifiers/ObjectArrayTransform,xam:LabelFormatSpecifiers/ObjectArrayTransform,wf:LabelFormatSpecifiers/ObjectArrayTransform)Collection:FormatSpecifier:FormatSpecifierCollection:FormatSpecifier"); a.item("LabelFormatSpecifiers@mustSetInCode", "WebComponents;Blazor;React;WPF;Angular"); a.item("FormatLabelRef", "(w:FormatLabel,p:FormatLabel)MethodRef"); a.item("TextColor", "Brush"); a.item("Background", "Brush"); a.item("Outline", "Brush"); a.item("StrokeThickness", "Number:double"); a.item("BackgroundPaddingLeft", "Number:double"); a.item("BackgroundPaddingTop", "Number:double"); a.item("BackgroundPaddingRight", "Number:double"); a.item("BackgroundPaddingBottom", "Number:double"); a.item("IsPillShaped", "Boolean"); a.item("IsBadgeEnabled", "Boolean"); a.item("BadgeBackground", "Brush"); a.item("BadgeOutline", "Brush"); a.item("BadgeOutlineThickness", "Number:double"); a.item("BadgeCornerRadius", "Number:double"); a.item("BadgeMargin", "Number:double"); a.item("BadgeSize", "Number:double"); a.item("BadgeImagePath", "String"); AxisAnnotationDescriptionMetadata.e(a); } static d(a) { AxisAnnotationDescriptionMetadata.b(a); a.af("AxisAnnotation", () => new AxisAnnotationDescription()); a.ae("AxisAnnotation", AxisAnnotationDescriptionMetadata.a); } } AxisAnnotationDescriptionMetadata.$t = markType(AxisAnnotationDescriptionMetadata, 'AxisAnnotationDescriptionMetadata'); AxisAnnotationDescriptionMetadata.a = null; return AxisAnnotationDescriptionMetadata; })();