igniteui-react-core
Version:
Ignite UI React Core.
138 lines (137 loc) • 8.5 kB
JavaScript
/*
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 { FormatLinearGraphLabelEventArgsDescriptionMetadata } from "./FormatLinearGraphLabelEventArgsDescriptionMetadata";
import { AlignLinearGraphLabelEventArgsDescriptionMetadata } from "./AlignLinearGraphLabelEventArgsDescriptionMetadata";
import { DoubleValueChangedEventArgsDescriptionMetadata } from "./DoubleValueChangedEventArgsDescriptionMetadata";
import { LinearGaugeDescription } from "./LinearGaugeDescription";
/**
* @hidden
*/
export let LinearGaugeDescriptionMetadata = /*@__PURE__*/ (() => {
class LinearGaugeDescriptionMetadata extends Base {
static e(a) {
a.item("FontFamily", "(w:FontFamily/FontFamilyTransform,xam:FontFamily,wf:FontFamily,web:TextStyle/FontFamilyTransform)String");
a.item("FontSize", "(w:FontSize,xam:FontSize,wf:FontSize,web:TextStyle/FontSizeTransform)Number:double");
a.item("FontStyle", "(w:FontStyle/FontStyleTransform,xam:FontStyle/FontStyleTransform,wf:FontStyle/FontStyleTransform,web:TextStyle/FontStyleTransform)String");
a.item("FontWeight", "(w:FontWeight/FontWeightTransform,xam:FontStyle/FontWeightTransform,wf:FontStyle/FontWeightTransform,web:TextStyle/FontWeightTransform)String");
a.item("_qualifiedName", "String:Infragistics.Controls.Gauges.XamLinearGauge");
a.item("Width", "(w:Width/DimensionTransform,xam:Width/DimensionTransform)String");
a.item("Height", "(w:Height/DimensionTransform,xam:Height/DimensionTransform)String");
a.item("LegendRef", "(w:Legend)DataRef:String");
a.item("Background", "(wf:BackColor/ColorTransform)Brush");
}
static b(a) {
if (LinearGaugeDescriptionMetadata.a == null) {
LinearGaugeDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
LinearGaugeDescriptionMetadata.c(LinearGaugeDescriptionMetadata.a);
}
if (a.k(LinearGaugeDescriptionMetadata.a)) {
return;
}
a.ac(LinearGaugeDescriptionMetadata.a);
FormatLinearGraphLabelEventArgsDescriptionMetadata.d(a);
AlignLinearGraphLabelEventArgsDescriptionMetadata.d(a);
DoubleValueChangedEventArgsDescriptionMetadata.d(a);
}
static c(a) {
a.item("TransitionProgress", "Number:double");
a.item("Orientation", "ExportedType:string:LinearScaleOrientation");
a.item("Orientation@names", "Horizontal;Vertical");
a.item("Ranges", "Collection:LinearGraphRange:LinearGraphRangeCollection:LinearGraphRange");
a.item("RangeBrushes", "BrushCollection:string");
a.item("RangeOutlines", "BrushCollection:string");
a.item("MinimumValue", "Number:double");
a.item("ActualMinimumValue", "Number:double");
a.item("MaximumValue", "Number:double");
a.item("ActualMaximumValue", "Number:double");
a.item("Value", "Number:double");
a.item("NeedleShape", "ExportedType:string:LinearGraphNeedleShape");
a.item("NeedleShape@names", "Custom;Rectangle;Triangle;Needle;Trapezoid");
a.item("NeedleName", "String");
a.item("RangeInnerExtent", "Number:double");
a.item("ScaleInnerExtent", "Number:double");
a.item("RangeOuterExtent", "Number:double");
a.item("ScaleOuterExtent", "Number:double");
a.item("NeedleInnerExtent", "Number:double");
a.item("NeedleOuterExtent", "Number:double");
a.item("NeedleInnerBaseWidth", "Number:double");
a.item("NeedleOuterBaseWidth", "Number:double");
a.item("NeedleInnerPointWidth", "Number:double");
a.item("NeedleOuterPointWidth", "Number:double");
a.item("NeedleInnerPointExtent", "Number:double");
a.item("NeedleOuterPointExtent", "Number:double");
a.item("Interval", "Number:double");
a.item("TicksPostInitial", "Number:double");
a.item("TicksPreTerminal", "Number:double");
a.item("LabelInterval", "Number:double");
a.item("LabelExtent", "Number:double");
a.item("LabelsPostInitial", "Number:double");
a.item("LabelsPreTerminal", "Number:double");
a.item("MinorTickCount", "Number:double");
a.item("TickStartExtent", "Number:double");
a.item("TickEndExtent", "Number:double");
a.item("TickStrokeThickness", "Number:double");
a.item("TickBrush", "Brush");
a.item("FontBrush", "Brush");
a.item("NeedleBreadth", "Number:double");
a.item("NeedleBrush", "Brush");
a.item("NeedleOutline", "Brush");
a.item("NeedleStrokeThickness", "Number:double");
a.item("MinorTickStartExtent", "Number:double");
a.item("MinorTickEndExtent", "Number:double");
a.item("MinorTickStrokeThickness", "Number:double");
a.item("MinorTickBrush", "Brush");
a.item("IsScaleInverted", "Boolean");
a.item("BackingBrush", "Brush");
a.item("BackingOutline", "Brush");
a.item("BackingStrokeThickness", "Number:double");
a.item("BackingInnerExtent", "Number:double");
a.item("BackingOuterExtent", "Number:double");
a.item("ScaleStartExtent", "Number:double");
a.item("ScaleEndExtent", "Number:double");
a.item("ScaleBrush", "Brush");
a.item("ScaleOutline", "Brush");
a.item("ScaleStrokeThickness", "Number:double");
a.item("MergeViewports", "Boolean");
a.item("IsNeedleDraggingEnabled", "Boolean");
a.item("IsHighlightNeedleDraggingEnabled", "Boolean");
a.item("LabelFormat", "String");
a.item("LabelFormatSpecifiers", "Collection:FormatSpecifier:FormatSpecifierCollection:FormatSpecifier");
a.item("LabelFormatSpecifiers@mustSetInCode", "WebComponents;Blazor;React;WPF;Angular");
a.item("TransitionDuration", "Number:int");
a.item("HighlightValue", "Number:double");
a.item("ActualHighlightValueOpacity", "Number:double");
a.item("HighlightValueOpacity", "Number:double");
a.item("ActualHighlightValueDisplayMode", "ExportedType:string:HighlightedValueDisplayMode");
a.item("ActualHighlightValueDisplayMode@names", "Auto;Hidden;Overlay");
a.item("HighlightValueDisplayMode", "ExportedType:string:HighlightedValueDisplayMode");
a.item("HighlightValueDisplayMode@names", "Auto;Hidden;Overlay");
a.item("ShowToolTipTimeout", "Number:int");
a.item("ShowToolTip", "Boolean");
a.item("Font", "String");
a.item("PixelScalingRatio", "Number:double");
a.item("ActualPixelScalingRatio", "Number:double");
a.item("FormatLabelRef", "EventRef::formatLabel");
a.item("AlignLabelRef", "EventRef::alignLabel");
a.item("ValueChangedRef", "EventRef::valueChanged");
a.item("HighlightValueChangedRef", "EventRef::highlightValueChanged");
a.item("ActualMinimumValueChangeRef", "EventRef::actualMinimumValueChange");
a.item("ActualMaximumValueChangeRef", "EventRef::actualMaximumValueChange");
LinearGaugeDescriptionMetadata.e(a);
}
static d(a) {
LinearGaugeDescriptionMetadata.b(a);
a.ae("LinearGauge", () => new LinearGaugeDescription());
a.ad("LinearGauge", LinearGaugeDescriptionMetadata.a);
}
}
LinearGaugeDescriptionMetadata.$t = /*@__PURE__*/ markType(LinearGaugeDescriptionMetadata, 'LinearGaugeDescriptionMetadata');
LinearGaugeDescriptionMetadata.a = null;
return LinearGaugeDescriptionMetadata;
})();