UNPKG

igniteui-react-core

Version:
58 lines (57 loc) 3.52 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 { SeriesDescriptionMetadata } from "./SeriesDescriptionMetadata"; import { CalloutRenderStyleUpdatingEventArgsDescription } from "./CalloutRenderStyleUpdatingEventArgsDescription"; /** * @hidden */ var CalloutRenderStyleUpdatingEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(CalloutRenderStyleUpdatingEventArgsDescriptionMetadata, _super); function CalloutRenderStyleUpdatingEventArgsDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } CalloutRenderStyleUpdatingEventArgsDescriptionMetadata.b = function (a) { if (CalloutRenderStyleUpdatingEventArgsDescriptionMetadata.a == null) { CalloutRenderStyleUpdatingEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); CalloutRenderStyleUpdatingEventArgsDescriptionMetadata.c(CalloutRenderStyleUpdatingEventArgsDescriptionMetadata.a); } if (a.k(CalloutRenderStyleUpdatingEventArgsDescriptionMetadata.a)) { return; } a.ac(CalloutRenderStyleUpdatingEventArgsDescriptionMetadata.a); SeriesDescriptionMetadata.d(a); }; CalloutRenderStyleUpdatingEventArgsDescriptionMetadata.c = function (a) { a.item("XValueRef", "(w:XValue,wf:XValue)DataRef"); a.item("YValueRef", "(w:YValue,wf:YValue)DataRef"); a.item("LabelPositionX", "Number:double"); a.item("LabelPositionY", "Number:double"); a.item("TargetPositionX", "Number:double"); a.item("TargetPositionY", "Number:double"); a.item("ActualPosition", "ExportedType:string:CalloutPlacementPositions"); a.item("ActualPosition@names", "Top;Left;Right;Bottom;TopLeft;TopRight;BottomLeft;BottomRight"); a.item("ItemRef", "(w:Item,wf:Item)DataRef"); a.item("Series", "ExportedType:Series"); a.item("Background", "Brush"); a.item("TextColor", "Brush"); a.item("Outline", "Brush"); a.item("LeaderBrush", "Brush"); a.item("StrokeThickness", "Number:double"); }; CalloutRenderStyleUpdatingEventArgsDescriptionMetadata.d = function (a) { CalloutRenderStyleUpdatingEventArgsDescriptionMetadata.b(a); a.ae("CalloutRenderStyleUpdatingEventArgs", function () { return new CalloutRenderStyleUpdatingEventArgsDescription(); }); a.ad("CalloutRenderStyleUpdatingEventArgs", CalloutRenderStyleUpdatingEventArgsDescriptionMetadata.a); }; CalloutRenderStyleUpdatingEventArgsDescriptionMetadata.$t = markType(CalloutRenderStyleUpdatingEventArgsDescriptionMetadata, 'CalloutRenderStyleUpdatingEventArgsDescriptionMetadata'); CalloutRenderStyleUpdatingEventArgsDescriptionMetadata.a = null; return CalloutRenderStyleUpdatingEventArgsDescriptionMetadata; }(Base)); export { CalloutRenderStyleUpdatingEventArgsDescriptionMetadata };