UNPKG

igniteui-react-core

Version:
52 lines (51 loc) 2.98 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 { CalloutStyleUpdatingEventArgsDescription } from "./CalloutStyleUpdatingEventArgsDescription"; /** * @hidden */ var CalloutStyleUpdatingEventArgsDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(CalloutStyleUpdatingEventArgsDescriptionMetadata, _super); function CalloutStyleUpdatingEventArgsDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } CalloutStyleUpdatingEventArgsDescriptionMetadata.b = function (a) { if (CalloutStyleUpdatingEventArgsDescriptionMetadata.a == null) { CalloutStyleUpdatingEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); CalloutStyleUpdatingEventArgsDescriptionMetadata.c(CalloutStyleUpdatingEventArgsDescriptionMetadata.a); } if (a.k(CalloutStyleUpdatingEventArgsDescriptionMetadata.a)) { return; } a.ac(CalloutStyleUpdatingEventArgsDescriptionMetadata.a); SeriesDescriptionMetadata.d(a); }; CalloutStyleUpdatingEventArgsDescriptionMetadata.c = function (a) { a.item("XValueRef", "(w:XValue,wf:XValue)DataRef"); a.item("YValueRef", "(w:YValue,wf:YValue)DataRef"); 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"); }; CalloutStyleUpdatingEventArgsDescriptionMetadata.d = function (a) { CalloutStyleUpdatingEventArgsDescriptionMetadata.b(a); a.ae("CalloutStyleUpdatingEventArgs", function () { return new CalloutStyleUpdatingEventArgsDescription(); }); a.ad("CalloutStyleUpdatingEventArgs", CalloutStyleUpdatingEventArgsDescriptionMetadata.a); }; CalloutStyleUpdatingEventArgsDescriptionMetadata.$t = markType(CalloutStyleUpdatingEventArgsDescriptionMetadata, 'CalloutStyleUpdatingEventArgsDescriptionMetadata'); CalloutStyleUpdatingEventArgsDescriptionMetadata.a = null; return CalloutStyleUpdatingEventArgsDescriptionMetadata; }(Base)); export { CalloutStyleUpdatingEventArgsDescriptionMetadata };