UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

230 lines (229 loc) 7.5 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 { GeographicShapeSeriesBaseDescription } from "./GeographicShapeSeriesBaseDescription"; import { markType } from "./type"; /** * @hidden */ var GeographicShapeSeriesDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(GeographicShapeSeriesDescription, _super); function GeographicShapeSeriesDescription() { var _this = _super.call(this) || this; _this.eb = null; _this.d9 = null; _this.ea = null; _this.dv = 0; _this.du = 0; _this.d8 = null; _this.d6 = null; _this.d4 = null; _this.d7 = null; _this.d2 = null; _this.d5 = null; _this.dt = 0; _this.d3 = null; _this.d1 = null; _this.dz = null; _this.d0 = null; _this.ec = null; return _this; } GeographicShapeSeriesDescription.prototype.get_type = function () { return "GeographicShapeSeries"; }; Object.defineProperty(GeographicShapeSeriesDescription.prototype, "shapeStyleSelectorRef", { get: function () { return this.eb; }, set: function (a) { this.eb = a; this.e("ShapeStyleSelectorRef"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesDescription.prototype, "shapeFill", { get: function () { return this.d9; }, set: function (a) { this.d9 = a; this.e("ShapeFill"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesDescription.prototype, "shapeStroke", { get: function () { return this.ea; }, set: function (a) { this.ea = a; this.e("ShapeStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesDescription.prototype, "shapeStrokeThickness", { get: function () { return this.dv; }, set: function (a) { this.dv = a; this.e("ShapeStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesDescription.prototype, "shapeOpacity", { get: function () { return this.du; }, set: function (a) { this.du = a; this.e("ShapeOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesDescription.prototype, "markerType", { get: function () { return this.d8; }, set: function (a) { this.d8 = a; this.e("MarkerType"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesDescription.prototype, "markerOutlineMode", { get: function () { return this.d6; }, set: function (a) { this.d6 = a; this.e("MarkerOutlineMode"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesDescription.prototype, "markerFillMode", { get: function () { return this.d4; }, set: function (a) { this.d4 = a; this.e("MarkerFillMode"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesDescription.prototype, "markerTemplateRef", { get: function () { return this.d7; }, set: function (a) { this.d7 = a; this.e("MarkerTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesDescription.prototype, "markerBrush", { get: function () { return this.d2; }, set: function (a) { this.d2 = a; this.e("MarkerBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesDescription.prototype, "markerOutline", { get: function () { return this.d5; }, set: function (a) { this.d5 = a; this.e("MarkerOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesDescription.prototype, "markerThickness", { get: function () { return this.dt; }, set: function (a) { this.dt = a; this.e("MarkerThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesDescription.prototype, "markerCollisionAvoidance", { get: function () { return this.d3; }, set: function (a) { this.d3 = a; this.e("MarkerCollisionAvoidance"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesDescription.prototype, "actualMarkerTemplateRef", { get: function () { return this.d1; }, set: function (a) { this.d1 = a; this.e("ActualMarkerTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesDescription.prototype, "actualMarkerBrush", { get: function () { return this.dz; }, set: function (a) { this.dz = a; this.e("ActualMarkerBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesDescription.prototype, "actualMarkerOutline", { get: function () { return this.d0; }, set: function (a) { this.d0 = a; this.e("ActualMarkerOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesDescription.prototype, "styleShapeRef", { get: function () { return this.ec; }, set: function (a) { this.ec = a; this.e("StyleShapeRef"); }, enumerable: false, configurable: true }); GeographicShapeSeriesDescription.$t = markType(GeographicShapeSeriesDescription, 'GeographicShapeSeriesDescription', GeographicShapeSeriesBaseDescription.$); return GeographicShapeSeriesDescription; }(GeographicShapeSeriesBaseDescription)); export { GeographicShapeSeriesDescription };