UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

178 lines (177 loc) 15.4 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 { AxisRangeChangedEventArgsDescriptionMetadata } from "./AxisRangeChangedEventArgsDescriptionMetadata"; import { RenderRequestedEventArgsDescriptionMetadata } from "./RenderRequestedEventArgsDescriptionMetadata"; /** * @hidden */ export let AxisDescriptionMetadata = /*@__PURE__*/ (() => { class AxisDescriptionMetadata extends Base { static b(a) { if (AxisDescriptionMetadata.a == null) { AxisDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); AxisDescriptionMetadata.c(AxisDescriptionMetadata.a); } if (a.k(AxisDescriptionMetadata.a)) { return; } a.ad(AxisDescriptionMetadata.a); AxisRangeChangedEventArgsDescriptionMetadata.d(a); RenderRequestedEventArgsDescriptionMetadata.d(a); } static c(a) { a.item("FormatLabelRef", "(w:FormatLabel,p:FormatLabel)MethodRef"); a.item("Title", "String"); a.item("Stroke", "Brush"); a.item("ActualStroke", "Brush"); a.item("StrokeThickness", "Number:double"); a.item("StrokeDashArray", "DoubleCollection:double"); a.item("Strip", "Brush"); a.item("MajorStroke", "Brush"); a.item("ActualMajorStroke", "Brush"); a.item("MajorStrokeThickness", "Number:double"); a.item("MajorStrokeDashArray", "DoubleCollection:double"); a.item("MinorStroke", "Brush"); a.item("ActualMinorStroke", "Brush"); a.item("MinorStrokeThickness", "Number:double"); a.item("MinorStrokeDashArray", "DoubleCollection:double"); a.item("TickStroke", "Brush"); a.item("TickStrokeThickness", "Number:double"); a.item("TickStrokeDashArray", "DoubleCollection:double"); a.item("TickLength", "Number:double"); a.item("IsDisabled", "Boolean"); a.item("IsInverted", "Boolean"); a.item("ShouldAvoidAnnotationCollisions", "Boolean"); a.item("ShouldKeepAnnotationsInView", "Boolean"); a.item("UsePerLabelHeightMeasurement", "Boolean"); a.item("UseEnhancedIntervalManagement", "Boolean"); a.item("EnhancedIntervalMinimumCharacters", "Number:int"); a.item("EnhancedIntervalPreferMoreCategoryLabels", "Boolean"); a.item("LabelTextColor", "(w:LabelSettings.TextColor,p:LabelTextColor)Brush"); a.item("LabelLocation", "(w:LabelSettings.Location,p:LabelLocation)ExportedType:string:AxisLabelsLocation"); a.item("LabelLocation@names", "OutsideTop;OutsideBottom;OutsideLeft;OutsideRight;InsideTop;InsideBottom;InsideLeft;InsideRight"); a.item("LabelShowFirstLabel", "(w:LabelSettings.ShowFirstLabel,p:LabelShowFirstLabel)Boolean"); a.item("LabelAngle", "(w:LabelSettings.Angle,p:LabelAngle)Number:double"); a.item("LabelExtent", "(w:LabelSettings.Extent,p:LabelExtent)Number:double"); a.item("LabelMaximumExtent", "(w:LabelSettings.MaximumExtent,p:LabelMaximumExtent)Number:double"); a.item("LabelMaximumExtentPercentage", "(w:LabelSettings.MaximumExtentPercentage,p:LabelMaximumExtentPercentage)Number:double"); a.item("LabelLeftMargin", "(w:LabelSettings.LeftMargin,p:LabelLeftMargin)Number:double"); a.item("LabelRightMargin", "(w:LabelSettings.RightMargin,p:LabelRightMargin)Number:double"); a.item("LabelTopMargin", "(w:LabelSettings.TopMargin,p:LabelTopMargin)Number:double"); a.item("LabelBottomMargin", "(w:LabelSettings.BottomMargin,p:LabelBottomMargin)Number:double"); a.item("LabelHorizontalAlignment", "(w:LabelSettings.HorizontalAlignment,p:LabelHorizontalAlignment)ExportedType:string:HorizontalAlignment"); a.item("LabelHorizontalAlignment@names", "Left;Center;Right;Stretch"); a.item("LabelVerticalAlignment", "(w:LabelSettings.VerticalAlignment,p:LabelVerticalAlignment)ExportedType:string:VerticalAlignment"); a.item("LabelVerticalAlignment@names", "Top;Center;Bottom;Stretch"); a.item("CrossingAxisRef", "(w:CrossingAxis,p:CrossingAxis)DataRef::object"); a.item("CrossingAxisRef@nameBinding", "true"); a.item("CrossingValue", "Unknown"); a.item("TitlePosition", "(w:TitleSettings.Position,p:TitlePosition)ExportedType:string:AxisTitlePosition"); a.item("TitlePosition@names", "Auto;Left;Right;Top;Bottom"); a.item("TitleTextColor", "(w:TitleSettings.TextColor,p:TitleTextColor)Brush"); a.item("TitleLocation", "(w:TitleSettings.Location,p:TitleLocation)ExportedType:string:AxisLabelsLocation"); a.item("TitleLocation@names", "OutsideTop;OutsideBottom;OutsideLeft;OutsideRight;InsideTop;InsideBottom;InsideLeft;InsideRight"); a.item("TitleShowFirstLabel", "(w:TitleSettings.ShowFirstLabel,p:TitleShowFirstLabel)Boolean"); a.item("TitleAngle", "(w:TitleSettings.Angle,p:TitleAngle)Number:double"); a.item("TitleExtent", "(w:TitleSettings.Extent,p:TitleExtent)Number:double"); a.item("TitleMaximumExtent", "(w:TitleSettings.MaximumExtent,p:TitleMaximumExtent)Number:double"); a.item("TitleMaximumExtentPercentage", "(w:TitleSettings.MaximumExtentPercentage,p:TitleMaximumExtentPercentage)Number:double"); a.item("TitleLeftMargin", "(w:TitleSettings.LeftMargin,p:TitleLeftMargin)Number:double"); a.item("TitleRightMargin", "(w:TitleSettings.RightMargin,p:TitleRightMargin)Number:double"); a.item("TitleTopMargin", "(w:TitleSettings.TopMargin,p:TitleTopMargin)Number:double"); a.item("TitleBottomMargin", "(w:TitleSettings.BottomMargin,p:TitleBottomMargin)Number:double"); a.item("TitleHorizontalAlignment", "(w:TitleSettings.HorizontalAlignment,p:TitleHorizontalAlignment)ExportedType:string:HorizontalAlignment"); a.item("TitleHorizontalAlignment@names", "Left;Center;Right;Stretch"); a.item("TitleVerticalAlignment", "(w:TitleSettings.VerticalAlignment,p:TitleVerticalAlignment)ExportedType:string:VerticalAlignment"); a.item("TitleVerticalAlignment@names", "Top;Center;Bottom;Stretch"); a.item("ShouldAutoTruncateAnnotations", "Boolean"); a.item("Annotations", "Collection:AxisAnnotation:AxisAnnotationCollection:IAxisAnnotation"); a.item("CoercionMethodsRef", "(w:CoercionMethods,p:CoercionMethods)DataRef"); a.item("ExpectFunctions", "Boolean"); 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("IsCompanionAxis", "Boolean"); a.item("CompanionAxisEnabled", "Boolean"); a.item("CompanionAxisLabelOpposite", "Boolean"); a.item("CompanionAxisIsInverted", "ExportedType:string:FeatureState"); a.item("CompanionAxisIsInverted@names", "Unset;Enabled;Disabled"); a.item("CompanionAxisCrossingAxisRef", "(w:CompanionAxisCrossingAxis,p:CompanionAxisCrossingAxis)DataRef::object"); a.item("CompanionAxisCrossingAxisRef@nameBinding", "true"); a.item("CompanionAxisCrossingValue", "Number:double"); a.item("CompanionAxisLabelVisible", "ExportedType:string:FeatureState"); a.item("CompanionAxisLabelVisible@names", "Unset;Enabled;Disabled"); a.item("CompanionAxisLabelAngle", "Number:double"); a.item("CompanionAxisLabelExtent", "Number:double"); a.item("CompanionAxisLabelLocation", "ExportedType:string:AxisLabelsLocation"); a.item("CompanionAxisLabelLocation@names", "OutsideTop;OutsideBottom;OutsideLeft;OutsideRight;InsideTop;InsideBottom;InsideLeft;InsideRight"); a.item("CompanionAxisLabelVerticalAlignment", "ExportedType:string:VerticalAlignment"); a.item("CompanionAxisLabelVerticalAlignment@names", "Top;Center;Bottom;Stretch"); a.item("CompanionAxisLabelHorizontalAlignment", "ExportedType:string:HorizontalAlignment"); a.item("CompanionAxisLabelHorizontalAlignment@names", "Left;Center;Right;Stretch"); a.item("CompanionAxisLabelColor", "Brush"); a.item("CompanionAxisSyncronizedWithPrimaryAxis", "Boolean"); a.item("CompanionAxisStrip", "Brush"); a.item("CompanionAxisStroke", "Brush"); a.item("CompanionAxisMinExtent", "Number:double"); a.item("CompanionAxisStrokeThickness", "Number:double"); a.item("CompanionAxisMajorStroke", "Brush"); a.item("CompanionAxisMajorStrokeThickness", "Number:double"); a.item("CompanionAxisMinorStroke", "Brush"); a.item("CompanionAxisMinorStrokeThickness", "Number:double"); a.item("CompanionAxisTickStroke", "Brush"); a.item("CompanionAxisTickLength", "Number:double"); a.item("CompanionAxisTickStrokeThickness", "Number:double"); a.item("CompanionAxisTitle", "String"); a.item("CompanionAxisShouldAvoidAnnotationCollisions", "ExportedType:string:FeatureState"); a.item("CompanionAxisShouldAvoidAnnotationCollisions@names", "Unset;Enabled;Disabled"); a.item("CompanionAxisShouldAutoTruncateAnnotations", "ExportedType:string:FeatureState"); a.item("CompanionAxisShouldAutoTruncateAnnotations@names", "Unset;Enabled;Disabled"); a.item("CompanionAxisShouldKeepAnnotationsInView", "ExportedType:string:FeatureState"); a.item("CompanionAxisShouldKeepAnnotationsInView@names", "Unset;Enabled;Disabled"); a.item("RangeChangedRef", "EventRef:AxisRangeChangedEventHandler:rangeChanged"); a.item("RangeChangedRef@args", "AxisRangeChangedEventArgs"); a.item("RenderRequestedRef", "EventRef:EventHandler:renderRequested"); a.item("RenderRequestedRef@args", "RenderRequestedEventArgs"); AxisDescriptionMetadata.e(a); } static d(a) { AxisDescriptionMetadata.b(a); a.ae("Axis", AxisDescriptionMetadata.a); } static e(a) { a.item("Label", "(w:Label/AxisLabelTransform)String"); a.item("LabelTextColor", "(w:LabelSettings.Foreground,wf:LabelTextColor,web:LabelTextColor)Brush"); a.item("TitleTextColor", "(w:TitleSettings.Foreground,wf:TitleTextColor,web:TitleTextColor)Brush"); a.item("LabelFontFamily", "(w:LabelSettings.FontFamily/FontFamilyTransform,s:LabelTextStyle/FontFamilyTransform,wf:LabelFontFamily,xam:LabelFontFamily,web:LabelTextStyle/FontFamilyTransform)String"); a.item("LabelFontSize", "(w:LabelSettings.FontSize,s:LabelTextStyle/FontSizeTransform,wf:LabelFontSize,xam:LabelFontSize,web:LabelTextStyle/FontSizeTransform)Number:double"); a.item("LabelFontStyle", "(w:LabelSettings.FontStyle/FontStyleTransform,s:LabelTextStyle/FontStyleTransform,xam:LabelTextStyle/FontStyleTransform,wf:LabelTextStyle/FontStyleTransform,web:LabelTextStyle/FontStyleTransform,k:LabelFontStyle/FontStyleTransform)String"); a.item("LabelFontWeight", "(w:LabelSettings.FontWeight/FontWeightTransform,s:LabelTextStyle/FontWeightTransform,xam:LabelTextSTyle/FontWeightTransform,wf:LabelTextStyle/FontWeightTransform,web:LabelTextStyle/FontWeightTransform,k:LabelFontStyle/FontWeightTransform)String"); a.item("TitleFontFamily", "(w:TitleSettings.FontFamily/FontFamilyTransform,s:TitleTextStyle/FontFamilyTransform,xam:TitleFontFamily,wf:TitleFontFamily,web:TitleTextStyle/FontFamilyTransform)String"); a.item("TitleFontSize", "(w:TitleSettings.FontSize,s:TitleTextStyle/FontSizeTransform,wf:TitleFontSize,xam:TitleTextStyle/FontSizeTransform,web:TitleTextStyle/FontSizeTransform)Number:double"); a.item("TitleFontStyle", "(w:TitleSettings.FontStyle/FontStyleTransform,s:TitleTextStyle/FontStyleTransform,xam:TitleTextStyle/FontStyleTransform,wf:TitleTextStyle/FontStyleTransform,web:TitleTextStyle/FontStyleTransform,k:TitleFontStyle/FontStyleTransform)String"); a.item("TitleFontWeight", "(w:TitleSettings.FontWeight/FontWeightTransform,s:TitleTextStyle/FontWeightTransform,xam:TitleTextStyle/FontWeightTransform,wf:TitleTextStyle/FontWeightTransform,web:TitleTextStyle/FontWeightTransform,k:TitleFontStyle/FontWeightTransform)String"); a.item("TitleLeftMargin", "(w:TitleSettings.Margin/ThicknessTransform,wf:TitleMargin/PaddingTransform)Number:double"); a.item("TitleRightMargin", "(w:TitleSettings.Margin/ThicknessTransform,wf:TitleMargin/PaddingTransform)Number:double"); a.item("TitleTopMargin", "(w:TitleSettings.Margin/ThicknessTransform,wf:TitleMargin/PaddingTransform)Number:double"); a.item("TitleBottomMargin", "(w:TitleSettings.Margin/ThicknessTransform,wf:TitleMargin/PaddingTransform)Number:double"); a.item("LabelLeftMargin", "(w:LabelSettings.Margin/ThicknessTransform,wf:LabelMargin/PaddingTransform)Number:double"); a.item("LabelRightMargin", "(w:LabelSettings.Margin/ThicknessTransform,wf:LabelMargin/PaddingTransform)Number:double"); a.item("LabelTopMargin", "(w:LabelSettings.Margin/ThicknessTransform,wf:LabelMargin/PaddingTransform)Number:double"); a.item("LabelBottomMargin", "(w:LabelSettings.Margin/ThicknessTransform,wf:LabelMargin/PaddingTransform)Number:double"); a.item("LabelVisibility", "(w:LabelSettings.Visibility,wf:LabelsVisible/VisibilityToBooleanTransform)ExportedType:string:Visibility"); a.item("LabelVisibility@names", "Visible;Collapsed"); a.item("LabelSettings", "ExportedType:AxisLabelSettings"); a.item("CrossingValue", "(w:CrossingValue/NonStringPrimitive,wf:CrossingValue/NonStringPrimitive,xam:CrossingValue/NonStringPrimitive,web:CrossingValue/NonStringPrimitive,p:CrossingValue/NonStringPrimitive)Unknown"); } } AxisDescriptionMetadata.$t = markType(AxisDescriptionMetadata, 'AxisDescriptionMetadata'); AxisDescriptionMetadata.a = null; return AxisDescriptionMetadata; })();