UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

49 lines (48 loc) 3.01 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 { StyleShapeEventArgsDescriptionMetadata } from "./StyleShapeEventArgsDescriptionMetadata"; import { GeographicShapeSeriesBaseDescriptionMetadata } from "./GeographicShapeSeriesBaseDescriptionMetadata"; import { GeographicPolylineSeriesDescription } from "./GeographicPolylineSeriesDescription"; /** * @hidden */ export let GeographicPolylineSeriesDescriptionMetadata = /*@__PURE__*/ (() => { class GeographicPolylineSeriesDescriptionMetadata extends Base { static b(a) { if (GeographicPolylineSeriesDescriptionMetadata.a == null) { GeographicPolylineSeriesDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); GeographicPolylineSeriesDescriptionMetadata.c(GeographicPolylineSeriesDescriptionMetadata.a); } if (a.k(GeographicPolylineSeriesDescriptionMetadata.a)) { return; } a.ad(GeographicPolylineSeriesDescriptionMetadata.a); StyleShapeEventArgsDescriptionMetadata.d(a); } static c(a) { GeographicShapeSeriesBaseDescriptionMetadata.c(a); a.item("ShapeStyleSelectorRef", "(w:ShapeStyleSelector,p:ShapeStyleSelector)DataRef::object"); a.item("ShapeFill", "(w:ShapeStyle.Fill,p:ShapeFill)String"); a.item("ShapeStroke", "(w:ShapeStyle.Stroke,p:ShapeStroke)String"); a.item("ShapeStrokeThickness", "(w:ShapeStyle.StrokeThickness,p:ShapeStrokeThickness)Number:double"); a.item("ShapeOpacity", "(w:ShapeStyle.Opacity,p:ShapeOpacity)Number:double"); a.item("StyleShapeRef", "EventRef:EventHandler:styleShape"); a.item("StyleShapeRef@args", "StyleShapeEventArgs"); } static d(a) { GeographicShapeSeriesBaseDescriptionMetadata.d(a); GeographicPolylineSeriesDescriptionMetadata.b(a); a.af("GeographicPolylineSeries", () => new GeographicPolylineSeriesDescription()); a.ae("GeographicPolylineSeries", GeographicPolylineSeriesDescriptionMetadata.a); } } GeographicPolylineSeriesDescriptionMetadata.$t = markType(GeographicPolylineSeriesDescriptionMetadata, 'GeographicPolylineSeriesDescriptionMetadata'); GeographicPolylineSeriesDescriptionMetadata.a = null; return GeographicPolylineSeriesDescriptionMetadata; })();