UNPKG

igniteui-react-core

Version:
128 lines (127 loc) 4.05 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 { GeographicMapSeriesHostDescription } from "./GeographicMapSeriesHostDescription"; import { markType } from "./type"; /** * @hidden */ export let GeographicShapeSeriesBaseDescription = /*@__PURE__*/ (() => { class GeographicShapeSeriesBaseDescription extends GeographicMapSeriesHostDescription { get_type() { return "GeographicShapeSeriesBase"; } constructor() { super(); this.ft = null; this.ff = false; this.fe = false; this.fs = null; this.fm = 0; this.fr = null; this.e9 = null; this.fd = false; this.fl = 0; this.fb = null; this.fj = 0; this.fq = null; this.fp = null; } get shapeMemberPath() { return this.ft; } set shapeMemberPath(a) { this.ft = a; this.g("ShapeMemberPath"); } get isCustomShapeStyleAllowed() { return this.ff; } set isCustomShapeStyleAllowed(a) { this.ff = a; this.g("IsCustomShapeStyleAllowed"); } get isCustomShapeMarkerStyleAllowed() { return this.fe; } set isCustomShapeMarkerStyleAllowed(a) { this.fe = a; this.g("IsCustomShapeMarkerStyleAllowed"); } get itemSearchMode() { return this.fs; } set itemSearchMode(a) { this.fs = a; this.g("ItemSearchMode"); } get itemSearchThreshold() { return this.fm; } set itemSearchThreshold(a) { this.fm = a; this.g("ItemSearchThreshold"); } get fillMemberPath() { return this.fr; } set fillMemberPath(a) { this.fr = a; this.g("FillMemberPath"); } get fillScale() { return this.e9; } set fillScale(a) { this.e9 = a; this.g("FillScale"); } get fillScaleUseGlobalValues() { return this.fd; } set fillScaleUseGlobalValues(a) { this.fd = a; this.g("FillScaleUseGlobalValues"); } get itemSearchPointsThreshold() { return this.fl; } set itemSearchPointsThreshold(a) { this.fl = a; this.g("ItemSearchPointsThreshold"); } get shapefileDataSource() { return this.fb; } set shapefileDataSource(a) { this.fb = a; this.g("ShapefileDataSource"); } get shapeFilterResolution() { return this.fj; } set shapeFilterResolution(a) { this.fj = a; this.g("ShapeFilterResolution"); } get assigningShapeStyleRef() { return this.fq; } set assigningShapeStyleRef(a) { this.fq = a; this.g("AssigningShapeStyleRef"); } get assigningShapeMarkerStyleRef() { return this.fp; } set assigningShapeMarkerStyleRef(a) { this.fp = a; this.g("AssigningShapeMarkerStyleRef"); } } GeographicShapeSeriesBaseDescription.$t = /*@__PURE__*/ markType(GeographicShapeSeriesBaseDescription, 'GeographicShapeSeriesBaseDescription', GeographicMapSeriesHostDescription.$); return GeographicShapeSeriesBaseDescription; })();