UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

242 lines (241 loc) 8.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 { GeographicMarkerSeriesDescription } from "./GeographicMarkerSeriesDescription"; import { markType } from "./type"; /** * @hidden */ var GeographicProportionalSymbolSeriesDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(GeographicProportionalSymbolSeriesDescription, _super); function GeographicProportionalSymbolSeriesDescription() { var _this = _super.call(this) || this; _this.gn = null; _this.go = null; _this.gp = null; _this.f0 = null; _this.gm = null; _this.gk = null; _this.fy = null; _this.f2 = false; _this.f5 = false; _this.gd = 0; _this.gc = 0; _this.f6 = false; _this.f4 = false; _this.f3 = false; _this.gl = null; _this.gg = 0; _this.gj = null; _this.gi = null; return _this; } GeographicProportionalSymbolSeriesDescription.prototype.get_type = function () { return "GeographicProportionalSymbolSeries"; }; Object.defineProperty(GeographicProportionalSymbolSeriesDescription.prototype, "latitudeMemberPath", { get: function () { return this.gn; }, set: function (a) { this.gn = a; this.j("LatitudeMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicProportionalSymbolSeriesDescription.prototype, "longitudeMemberPath", { get: function () { return this.go; }, set: function (a) { this.go = a; this.j("LongitudeMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicProportionalSymbolSeriesDescription.prototype, "radiusMemberPath", { get: function () { return this.gp; }, set: function (a) { this.gp = a; this.j("RadiusMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicProportionalSymbolSeriesDescription.prototype, "radiusScale", { get: function () { return this.f0; }, set: function (a) { this.f0 = a; this.j("RadiusScale"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicProportionalSymbolSeriesDescription.prototype, "labelMemberPath", { get: function () { return this.gm; }, set: function (a) { this.gm = a; this.j("LabelMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicProportionalSymbolSeriesDescription.prototype, "fillMemberPath", { get: function () { return this.gk; }, set: function (a) { this.gk = a; this.j("FillMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicProportionalSymbolSeriesDescription.prototype, "fillScale", { get: function () { return this.fy; }, set: function (a) { this.fy = a; this.j("FillScale"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicProportionalSymbolSeriesDescription.prototype, "fillScaleUseGlobalValues", { get: function () { return this.f2; }, set: function (a) { this.f2 = a; this.j("FillScaleUseGlobalValues"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicProportionalSymbolSeriesDescription.prototype, "markerOutlineUsesFillScale", { get: function () { return this.f5; }, set: function (a) { this.f5 = a; this.j("MarkerOutlineUsesFillScale"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicProportionalSymbolSeriesDescription.prototype, "markerOutlineBrightness", { get: function () { return this.gd; }, set: function (a) { this.gd = a; this.j("MarkerOutlineBrightness"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicProportionalSymbolSeriesDescription.prototype, "markerBrushBrightness", { get: function () { return this.gc; }, set: function (a) { this.gc = a; this.j("MarkerBrushBrightness"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicProportionalSymbolSeriesDescription.prototype, "radiusScaleUseGlobalValues", { get: function () { return this.f6; }, set: function (a) { this.f6 = a; this.j("RadiusScaleUseGlobalValues"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicProportionalSymbolSeriesDescription.prototype, "isCustomScatterStyleAllowed", { get: function () { return this.f4; }, set: function (a) { this.f4 = a; this.j("IsCustomScatterStyleAllowed"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicProportionalSymbolSeriesDescription.prototype, "isCustomScatterMarkerStyleAllowed", { get: function () { return this.f3; }, set: function (a) { this.f3 = a; this.j("IsCustomScatterMarkerStyleAllowed"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicProportionalSymbolSeriesDescription.prototype, "itemSearchMode", { get: function () { return this.gl; }, set: function (a) { this.gl = a; this.j("ItemSearchMode"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicProportionalSymbolSeriesDescription.prototype, "itemSearchThreshold", { get: function () { return this.gg; }, set: function (a) { this.gg = a; this.j("ItemSearchThreshold"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicProportionalSymbolSeriesDescription.prototype, "assigningScatterStyleRef", { get: function () { return this.gj; }, set: function (a) { this.gj = a; this.j("AssigningScatterStyleRef"); }, enumerable: false, configurable: true }); Object.defineProperty(GeographicProportionalSymbolSeriesDescription.prototype, "assigningScatterMarkerStyleRef", { get: function () { return this.gi; }, set: function (a) { this.gi = a; this.j("AssigningScatterMarkerStyleRef"); }, enumerable: false, configurable: true }); GeographicProportionalSymbolSeriesDescription.$t = markType(GeographicProportionalSymbolSeriesDescription, 'GeographicProportionalSymbolSeriesDescription', GeographicMarkerSeriesDescription.$); return GeographicProportionalSymbolSeriesDescription; }(GeographicMarkerSeriesDescription)); export { GeographicProportionalSymbolSeriesDescription };