UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

68 lines (67 loc) 4.39 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 { StyleShapeEventArgsDescriptionMetadata } from "./StyleShapeEventArgsDescriptionMetadata"; import { GeographicShapeSeriesBaseDescriptionMetadata } from "./GeographicShapeSeriesBaseDescriptionMetadata"; import { GeographicShapeSeriesDescription } from "./GeographicShapeSeriesDescription"; /** * @hidden */ var GeographicShapeSeriesDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_super) { __extends(GeographicShapeSeriesDescriptionMetadata, _super); function GeographicShapeSeriesDescriptionMetadata() { return _super !== null && _super.apply(this, arguments) || this; } GeographicShapeSeriesDescriptionMetadata.b = function (a) { if (GeographicShapeSeriesDescriptionMetadata.a == null) { GeographicShapeSeriesDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0); GeographicShapeSeriesDescriptionMetadata.c(GeographicShapeSeriesDescriptionMetadata.a); } if (a.k(GeographicShapeSeriesDescriptionMetadata.a)) { return; } a.ad(GeographicShapeSeriesDescriptionMetadata.a); StyleShapeEventArgsDescriptionMetadata.d(a); }; GeographicShapeSeriesDescriptionMetadata.c = function (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("MarkerType", "ExportedType:string:MarkerType"); a.item("MarkerType@names", "Unset;None;Automatic;Circle;Triangle;Pyramid;Square;Diamond;Pentagon;Hexagon;Tetragram;Pentagram;Hexagram;Hidden"); a.item("MarkerOutlineMode", "ExportedType:string:MarkerOutlineMode"); a.item("MarkerOutlineMode@names", "Auto;Normal;MatchMarkerBrush"); a.item("MarkerFillMode", "ExportedType:string:MarkerFillMode"); a.item("MarkerFillMode@names", "Auto;Normal;MatchMarkerOutline"); a.item("MarkerTemplateRef", "(w:MarkerTemplate,p:MarkerTemplate)DataRef::object"); a.item("MarkerBrush", "Brush"); a.item("MarkerOutline", "Brush"); a.item("MarkerThickness", "Number:double"); a.item("MarkerCollisionAvoidance", "ExportedType:string:CollisionAvoidanceType"); a.item("MarkerCollisionAvoidance@names", "None;Omit;Fade;OmitAndShift;FadeAndShift"); a.item("ActualMarkerTemplateRef", "(w:ActualMarkerTemplate,p:ActualMarkerTemplate)DataRef::object"); a.item("ActualMarkerBrush", "Brush"); a.item("ActualMarkerOutline", "Brush"); a.item("StyleShapeRef", "EventRef:EventHandler:styleShape"); a.item("StyleShapeRef@args", "StyleShapeEventArgs"); }; GeographicShapeSeriesDescriptionMetadata.d = function (a) { GeographicShapeSeriesBaseDescriptionMetadata.d(a); GeographicShapeSeriesDescriptionMetadata.b(a); a.af("GeographicShapeSeries", function () { return new GeographicShapeSeriesDescription(); }); a.ae("GeographicShapeSeries", GeographicShapeSeriesDescriptionMetadata.a); }; GeographicShapeSeriesDescriptionMetadata.$t = markType(GeographicShapeSeriesDescriptionMetadata, 'GeographicShapeSeriesDescriptionMetadata'); GeographicShapeSeriesDescriptionMetadata.a = null; return GeographicShapeSeriesDescriptionMetadata; }(Base)); export { GeographicShapeSeriesDescriptionMetadata };