UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

182 lines (181 loc) 6.27 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 { GeographicMapSeriesHostDescription } from "./GeographicMapSeriesHostDescription"; import { markType } from "./type"; /** * @hidden */ var GeographicShapeSeriesBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(GeographicShapeSeriesBaseDescription, _super); function GeographicShapeSeriesBaseDescription() { var _this = _super.call(this) || this; _this.fw = null; _this.fi = false; _this.fh = false; _this.fv = null; _this.fp = 0; _this.fu = null; _this.fc = null; _this.fg = false; _this.fo = 0; _this.fe = null; _this.fm = 0; _this.ft = null; _this.fs = null; return _this; } GeographicShapeSeriesBaseDescription.prototype.get_type = function () { return "GeographicShapeSeriesBase"; }; Object.defineProperty(GeographicShapeSeriesBaseDescription.prototype, "shapeMemberPath", { get: function () { return this.fw; }, set: function (a) { this.fw = a; this.j("ShapeMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesBaseDescription.prototype, "isCustomShapeStyleAllowed", { get: function () { return this.fi; }, set: function (a) { this.fi = a; this.j("IsCustomShapeStyleAllowed"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesBaseDescription.prototype, "isCustomShapeMarkerStyleAllowed", { get: function () { return this.fh; }, set: function (a) { this.fh = a; this.j("IsCustomShapeMarkerStyleAllowed"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesBaseDescription.prototype, "itemSearchMode", { get: function () { return this.fv; }, set: function (a) { this.fv = a; this.j("ItemSearchMode"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesBaseDescription.prototype, "itemSearchThreshold", { get: function () { return this.fp; }, set: function (a) { this.fp = a; this.j("ItemSearchThreshold"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesBaseDescription.prototype, "fillMemberPath", { get: function () { return this.fu; }, set: function (a) { this.fu = a; this.j("FillMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesBaseDescription.prototype, "fillScale", { get: function () { return this.fc; }, set: function (a) { this.fc = a; this.j("FillScale"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesBaseDescription.prototype, "fillScaleUseGlobalValues", { get: function () { return this.fg; }, set: function (a) { this.fg = a; this.j("FillScaleUseGlobalValues"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesBaseDescription.prototype, "itemSearchPointsThreshold", { get: function () { return this.fo; }, set: function (a) { this.fo = a; this.j("ItemSearchPointsThreshold"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesBaseDescription.prototype, "shapefileDataSource", { get: function () { return this.fe; }, set: function (a) { this.fe = a; this.j("ShapefileDataSource"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesBaseDescription.prototype, "shapeFilterResolution", { get: function () { return this.fm; }, set: function (a) { this.fm = a; this.j("ShapeFilterResolution"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesBaseDescription.prototype, "assigningShapeStyleRef", { get: function () { return this.ft; }, set: function (a) { this.ft = a; this.j("AssigningShapeStyleRef"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicShapeSeriesBaseDescription.prototype, "assigningShapeMarkerStyleRef", { get: function () { return this.fs; }, set: function (a) { this.fs = a; this.j("AssigningShapeMarkerStyleRef"); }, enumerable: false, configurable: true }); GeographicShapeSeriesBaseDescription.$t = markType(GeographicShapeSeriesBaseDescription, 'GeographicShapeSeriesBaseDescription', GeographicMapSeriesHostDescription.$); return GeographicShapeSeriesBaseDescription; }(GeographicMapSeriesHostDescription)); export { GeographicShapeSeriesBaseDescription };