UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

128 lines (127 loc) 8.47 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 { CalloutStyleUpdatingEventArgsDescriptionMetadata } from "./CalloutStyleUpdatingEventArgsDescriptionMetadata"; import { CalloutRenderStyleUpdatingEventArgsDescriptionMetadata } from "./CalloutRenderStyleUpdatingEventArgsDescriptionMetadata"; import { CalloutContentUpdatingEventArgsDescriptionMetadata } from "./CalloutContentUpdatingEventArgsDescriptionMetadata"; import { CalloutLabelUpdatingEventArgsDescriptionMetadata } from "./CalloutLabelUpdatingEventArgsDescriptionMetadata"; import { CalloutSeriesSelectingEventArgsDescriptionMetadata } from "./CalloutSeriesSelectingEventArgsDescriptionMetadata"; import { AnnotationLayerDescriptionMetadata } from "./AnnotationLayerDescriptionMetadata"; import { CalloutLayerDescription } from "./CalloutLayerDescription"; /** * @hidden */ var CalloutLayerDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(CalloutLayerDescriptionMetadata, _super); function CalloutLayerDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } CalloutLayerDescriptionMetadata.b = function (a) { if (CalloutLayerDescriptionMetadata.a == null) { CalloutLayerDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); CalloutLayerDescriptionMetadata.c(CalloutLayerDescriptionMetadata.a); } if (a.k(CalloutLayerDescriptionMetadata.a)) { return; } a.ad(CalloutLayerDescriptionMetadata.a); CalloutStyleUpdatingEventArgsDescriptionMetadata.d(a); CalloutRenderStyleUpdatingEventArgsDescriptionMetadata.d(a); CalloutContentUpdatingEventArgsDescriptionMetadata.d(a); CalloutLabelUpdatingEventArgsDescriptionMetadata.d(a); CalloutSeriesSelectingEventArgsDescriptionMetadata.d(a); }; CalloutLayerDescriptionMetadata.c = function (a) { AnnotationLayerDescriptionMetadata.c(a); a.item("CalloutExpandsAxisBufferEnabled", "Boolean"); a.item("CalloutExpandsAxisBufferOnlyWhenVisible", "Boolean"); a.item("CalloutExpandsAxisBufferOnInitialVisibility", "Boolean"); a.item("CalloutSuspendedWhenShiftingToVisible", "Boolean"); a.item("CalloutExpandsAxisBufferMinHeight", "Number:double"); a.item("CalloutExpandsAxisBufferMaxHeight", "Number:double"); a.item("CalloutExpandsAxisBufferMinWidth", "Number:double"); a.item("CalloutExpandsAxisBufferMaxWidth", "Number:double"); a.item("LabelMemberPath", "String"); a.item("XMemberPath", "String"); a.item("YMemberPath", "String"); a.item("KeyMemberPath", "String"); a.item("IsCalloutOffsettingEnabled", "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("ContentMemberPath", "String"); a.item("TargetSeriesName", "String"); a.item("TargetSeriesRef", "(w:TargetSeries,p:TargetSeries)DataRef::object"); a.item("CollisionChannel", "String"); a.item("AllowedPositions", "Collection:string:CalloutPlacementPositionsCollection:CalloutPlacementPositions"); a.item("AllowedPositions@names", "Top;Left;Right;Bottom;TopLeft;TopRight;BottomLeft;BottomRight"); a.item("IsAutoCalloutBehaviorEnabled", "Boolean"); a.item("UseInterpolatedValueForAutoCalloutLabels", "Boolean"); a.item("UseSeriesColorForOutline", "Boolean"); a.item("UseAutoContrastingLabelColors", "Boolean"); a.item("UseItemColorForFill", "Boolean"); a.item("UseItemColorForOutline", "Boolean"); a.item("UseValueForAutoCalloutLabels", "Boolean"); a.item("HighlightedValueLabelMode", "ExportedType:string:HighlightedValueLabelMode"); a.item("HighlightedValueLabelMode@names", "Auto;PreferOriginal;PreferHighlighted;LabelBoth"); a.item("AutoCalloutVisibilityMode", "ExportedType:string:AutoCalloutVisibilityMode"); a.item("AutoCalloutVisibilityMode@names", "Auto;Normal;DedicatedLanes"); a.item("CalloutCornerRadius", "Number:double"); a.item("CalloutBadgeVisible", "Boolean"); a.item("CalloutBadgeWidth", "Number:double"); a.item("CalloutBadgeHeight", "Number:double"); a.item("CalloutBadgeThickness", "Number:double"); a.item("CalloutBadgeOutline", "Brush"); a.item("CalloutBadgeBackground", "Brush"); a.item("CalloutBadgeMatchSeries", "Boolean"); a.item("CalloutBadgeGap", "Number:double"); a.item("CalloutBadgeCorner", "Number:double"); a.item("CalloutBadgeImageMemberPath", "String"); a.item("IsCustomCalloutStyleEnabled", "Boolean"); a.item("IsCustomCalloutRenderStyleEnabled", "Boolean"); a.item("AutoCalloutLabelPrecision", "Number:int"); a.item("CalloutTextColor", "Brush"); a.item("CalloutLightTextColor", "Brush"); a.item("CalloutDarkTextColor", "Brush"); a.item("CalloutBackground", "Brush"); a.item("ShouldTruncateOnBoundaryCollisions", "Boolean"); a.item("CalloutInterpolatedValuePrecision", "Number:int"); a.item("CalloutOutline", "Brush"); a.item("CalloutLeaderBrush", "Brush"); a.item("CalloutPaddingLeft", "Number:double"); a.item("CalloutPaddingTop", "Number:double"); a.item("CalloutPaddingRight", "Number:double"); a.item("CalloutPaddingBottom", "Number:double"); a.item("CalloutCollisionMode", "ExportedType:string:CalloutCollisionMode"); a.item("CalloutCollisionMode@names", "Auto;SimulatedAnnealing;Greedy;GreedyCenterOfMass;RadialBestFit;RadialInsideEnd;RadialOutsideEnd;RadialCenter"); a.item("CalloutPositionPadding", "Number:double"); a.item("CalloutStrokeThickness", "Number:double"); a.item("TextStyle", "String"); a.item("CalloutStyleUpdatingRef", "EventRef:CalloutStyleUpdatingEventHandler:calloutStyleUpdating"); a.item("CalloutStyleUpdatingRef@args", "CalloutStyleUpdatingEventArgs"); a.item("CalloutRenderStyleUpdatingRef", "EventRef:CalloutRenderStyleUpdatingEventHandler:calloutRenderStyleUpdating"); a.item("CalloutRenderStyleUpdatingRef@args", "CalloutRenderStyleUpdatingEventArgs"); a.item("CalloutContentUpdatingRef", "EventRef:CalloutContentUpdatingEventHandler:calloutContentUpdating"); a.item("CalloutContentUpdatingRef@args", "CalloutContentUpdatingEventArgs"); a.item("CalloutLabelUpdatingRef", "EventRef:CalloutLabelUpdatingEventHandler:calloutLabelUpdating"); a.item("CalloutLabelUpdatingRef@args", "CalloutLabelUpdatingEventArgs"); a.item("CalloutSeriesSelectingRef", "EventRef:CalloutSeriesSelectingEventHandler:calloutSeriesSelecting"); a.item("CalloutSeriesSelectingRef@args", "CalloutSeriesSelectingEventArgs"); }; CalloutLayerDescriptionMetadata.d = function (a) { AnnotationLayerDescriptionMetadata.d(a); CalloutLayerDescriptionMetadata.b(a); a.af("CalloutLayer", function () { return new CalloutLayerDescription(); }); a.ae("CalloutLayer", CalloutLayerDescriptionMetadata.a); }; CalloutLayerDescriptionMetadata.$t = markType(CalloutLayerDescriptionMetadata, 'CalloutLayerDescriptionMetadata'); CalloutLayerDescriptionMetadata.a = null; return CalloutLayerDescriptionMetadata; }(Base)); export { CalloutLayerDescriptionMetadata };