igniteui-angular-maps 18.1.0 → 18.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-maps.umd.js +1559 -1473
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +39 -39
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +208 -193
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +79 -69
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm2015/lib/GeographicTileSeries.js +29 -29
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +93 -93
- package/esm2015/lib/XamGeographicMap_combined.js +466 -466
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +40 -40
- package/esm2015/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +68 -17
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +3 -3
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +39 -39
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicMapSeriesHost_combined.js +206 -191
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +19 -19
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +93 -93
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +78 -68
- package/esm5/lib/GeographicShapeSeriesView_combined.js +58 -58
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +60 -60
- package/esm5/lib/GeographicTileSeries.js +28 -28
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +91 -91
- package/esm5/lib/XamGeographicMap_combined.js +459 -459
- package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +40 -40
- package/esm5/lib/igx-geographic-map-series-host-component.js +22 -22
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +33 -33
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +8 -8
- package/esm5/lib/igx-geographic-shape-series-base-component.js +80 -17
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +3 -3
- package/fesm2015/igniteui-angular-maps.js +1561 -1487
- package/fesm5/igniteui-angular-maps.js +1560 -1474
- package/lib/GeographicContourLineSeriesView_combined.d.ts +16 -16
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +27 -27
- package/lib/GeographicMapSeriesHost_combined.d.ts +50 -49
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +10 -10
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +29 -29
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +29 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +29 -29
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +22 -22
- package/lib/GeographicTileSeries.d.ts +11 -11
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +23 -23
- package/lib/XamGeographicMap_combined.d.ts +115 -115
- package/lib/igx-geographic-shape-series-base-component.d.ts +19 -1
- package/package.json +2 -2
|
@@ -7,6 +7,7 @@ import { IgxAssigningShapeStyleEventArgs } from "igniteui-angular-charts";
|
|
|
7
7
|
import { IgxAssigningShapeMarkerStyleEventArgs } from "igniteui-angular-charts";
|
|
8
8
|
import { ShapeItemSearchMode_$type } from "igniteui-angular-charts";
|
|
9
9
|
import { delegateCombine } from "igniteui-angular-core";
|
|
10
|
+
import { IgxBrushScaleComponent } from "igniteui-angular-charts";
|
|
10
11
|
import * as i0 from "@angular/core";
|
|
11
12
|
/**
|
|
12
13
|
* Base class for series which render polygons on a map.
|
|
@@ -100,10 +101,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
100
101
|
* To be consistent with the Shapefile technical description, it is expected that each list of points is defined as an IEnumerable of IEnumerable of Point, or in other words, a list of lists of points.
|
|
101
102
|
*/
|
|
102
103
|
get: function () {
|
|
103
|
-
return this.i.
|
|
104
|
+
return this.i.xx;
|
|
104
105
|
},
|
|
105
106
|
set: function (v) {
|
|
106
|
-
this.i.
|
|
107
|
+
this.i.xx = v;
|
|
107
108
|
},
|
|
108
109
|
enumerable: false,
|
|
109
110
|
configurable: true
|
|
@@ -113,10 +114,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
113
114
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual visuals.
|
|
114
115
|
*/
|
|
115
116
|
get: function () {
|
|
116
|
-
return this.i.
|
|
117
|
+
return this.i.xi;
|
|
117
118
|
},
|
|
118
119
|
set: function (v) {
|
|
119
|
-
this.i.
|
|
120
|
+
this.i.xi = ensureBool(v);
|
|
120
121
|
},
|
|
121
122
|
enumerable: false,
|
|
122
123
|
configurable: true
|
|
@@ -126,10 +127,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
126
127
|
* Gets or sets whether this Shape series should allow custom style overrides of its individual marker visuals.
|
|
127
128
|
*/
|
|
128
129
|
get: function () {
|
|
129
|
-
return this.i.
|
|
130
|
+
return this.i.xh;
|
|
130
131
|
},
|
|
131
132
|
set: function (v) {
|
|
132
|
-
this.i.
|
|
133
|
+
this.i.xh = ensureBool(v);
|
|
133
134
|
},
|
|
134
135
|
enumerable: false,
|
|
135
136
|
configurable: true
|
|
@@ -139,10 +140,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
139
140
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
140
141
|
*/
|
|
141
142
|
get: function () {
|
|
142
|
-
return this.i.
|
|
143
|
+
return this.i.w9;
|
|
143
144
|
},
|
|
144
145
|
set: function (v) {
|
|
145
|
-
this.i.
|
|
146
|
+
this.i.w9 = ensureEnum(ShapeItemSearchMode_$type, v);
|
|
146
147
|
},
|
|
147
148
|
enumerable: false,
|
|
148
149
|
configurable: true
|
|
@@ -152,10 +153,63 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
152
153
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
153
154
|
*/
|
|
154
155
|
get: function () {
|
|
155
|
-
return this.i.
|
|
156
|
+
return this.i.xl;
|
|
157
|
+
},
|
|
158
|
+
set: function (v) {
|
|
159
|
+
this.i.xl = +v;
|
|
160
|
+
},
|
|
161
|
+
enumerable: false,
|
|
162
|
+
configurable: true
|
|
163
|
+
});
|
|
164
|
+
Object.defineProperty(IgxGeographicShapeSeriesBaseComponent.prototype, "fillMemberPath", {
|
|
165
|
+
/**
|
|
166
|
+
* Gets or sets the fill mapping property for the current series object.
|
|
167
|
+
*/
|
|
168
|
+
get: function () {
|
|
169
|
+
return this.i.xm;
|
|
170
|
+
},
|
|
171
|
+
set: function (v) {
|
|
172
|
+
this.i.xm = v;
|
|
173
|
+
},
|
|
174
|
+
enumerable: false,
|
|
175
|
+
configurable: true
|
|
176
|
+
});
|
|
177
|
+
Object.defineProperty(IgxGeographicShapeSeriesBaseComponent.prototype, "fillScale", {
|
|
178
|
+
/**
|
|
179
|
+
* Gets or sets the brush scale for the fill brush of markers.
|
|
180
|
+
*/
|
|
181
|
+
get: function () {
|
|
182
|
+
var r = this.i.w8;
|
|
183
|
+
if (r == null) {
|
|
184
|
+
return null;
|
|
185
|
+
}
|
|
186
|
+
if (!r.externalObject) {
|
|
187
|
+
var e = IgxBrushScaleComponent._createFromInternal(r);
|
|
188
|
+
if (e) {
|
|
189
|
+
e._implementation = r;
|
|
190
|
+
}
|
|
191
|
+
r.externalObject = e;
|
|
192
|
+
}
|
|
193
|
+
return r.externalObject;
|
|
194
|
+
},
|
|
195
|
+
set: function (v) {
|
|
196
|
+
if (v != null && this._stylingContainer && v._styling)
|
|
197
|
+
v._styling(this._stylingContainer, this, this);
|
|
198
|
+
v == null ? this.i.w8 = null : this.i.w8 = v.i;
|
|
199
|
+
},
|
|
200
|
+
enumerable: false,
|
|
201
|
+
configurable: true
|
|
202
|
+
});
|
|
203
|
+
Object.defineProperty(IgxGeographicShapeSeriesBaseComponent.prototype, "fillScaleUseGlobalValues", {
|
|
204
|
+
/**
|
|
205
|
+
* Gets or sets whether or not the FillScale uses global min/max values of FillMemberPath from multiple series.
|
|
206
|
+
* This setting applies only if multiple series are using the same FillScale.
|
|
207
|
+
*/
|
|
208
|
+
get: function () {
|
|
209
|
+
return this.i.xg;
|
|
156
210
|
},
|
|
157
211
|
set: function (v) {
|
|
158
|
-
this.i.
|
|
212
|
+
this.i.xg = ensureBool(v);
|
|
159
213
|
},
|
|
160
214
|
enumerable: false,
|
|
161
215
|
configurable: true
|
|
@@ -165,10 +219,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
165
219
|
* Gets or sets the points threshold to use when searching for items using ItemSearchMode.
|
|
166
220
|
*/
|
|
167
221
|
get: function () {
|
|
168
|
-
return this.i.
|
|
222
|
+
return this.i.xk;
|
|
169
223
|
},
|
|
170
224
|
set: function (v) {
|
|
171
|
-
this.i.
|
|
225
|
+
this.i.xk = +v;
|
|
172
226
|
},
|
|
173
227
|
enumerable: false,
|
|
174
228
|
configurable: true
|
|
@@ -178,7 +232,7 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
178
232
|
* Set a shapefile datasource to use with the series.
|
|
179
233
|
*/
|
|
180
234
|
get: function () {
|
|
181
|
-
var r = this.i.
|
|
235
|
+
var r = this.i.xc;
|
|
182
236
|
if (r == null) {
|
|
183
237
|
return null;
|
|
184
238
|
}
|
|
@@ -197,7 +251,7 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
197
251
|
return r.externalObject;
|
|
198
252
|
},
|
|
199
253
|
set: function (v) {
|
|
200
|
-
v == null ? this.i.
|
|
254
|
+
v == null ? this.i.xc = null : this.i.xc = v.i;
|
|
201
255
|
},
|
|
202
256
|
enumerable: false,
|
|
203
257
|
configurable: true
|
|
@@ -208,10 +262,10 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
208
262
|
* In the case of GeographicPolylineSeries, the resolution is compared to either dimension, rather than both. In other words, a polyline will not be filtered if its height or its width exceeds the value of this property. Whereas with a ShapeSeries, both the height and the width must exceed the value of this property.
|
|
209
263
|
*/
|
|
210
264
|
get: function () {
|
|
211
|
-
return this.i.
|
|
265
|
+
return this.i.xj;
|
|
212
266
|
},
|
|
213
267
|
set: function (v) {
|
|
214
|
-
this.i.
|
|
268
|
+
this.i.xj = +v;
|
|
215
269
|
},
|
|
216
270
|
enumerable: false,
|
|
217
271
|
configurable: true
|
|
@@ -221,6 +275,9 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
221
275
|
if (baseResult) {
|
|
222
276
|
return baseResult;
|
|
223
277
|
}
|
|
278
|
+
if (this.fillScale && this.fillScale.name && this.fillScale.name == name) {
|
|
279
|
+
return this.fillScale;
|
|
280
|
+
}
|
|
224
281
|
if (this.shapefileDataSource && this.shapefileDataSource.name && this.shapefileDataSource.name == name) {
|
|
225
282
|
return this.shapefileDataSource;
|
|
226
283
|
}
|
|
@@ -277,7 +334,7 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
277
334
|
configurable: true
|
|
278
335
|
});
|
|
279
336
|
IgxGeographicShapeSeriesBaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicShapeSeriesBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
280
|
-
IgxGeographicShapeSeriesBaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGeographicShapeSeriesBaseComponent, selector: "ng-component", inputs: { shapeDataSource: "shapeDataSource", databaseSource: "databaseSource", shapeMemberPath: "shapeMemberPath", isCustomShapeStyleAllowed: "isCustomShapeStyleAllowed", isCustomShapeMarkerStyleAllowed: "isCustomShapeMarkerStyleAllowed", itemSearchMode: "itemSearchMode", itemSearchThreshold: "itemSearchThreshold", itemSearchPointsThreshold: "itemSearchPointsThreshold", shapefileDataSource: "shapefileDataSource", shapeFilterResolution: "shapeFilterResolution" }, outputs: { assigningShapeStyle: "assigningShapeStyle", assigningShapeMarkerStyle: "assigningShapeMarkerStyle" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
337
|
+
IgxGeographicShapeSeriesBaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGeographicShapeSeriesBaseComponent, selector: "ng-component", inputs: { shapeDataSource: "shapeDataSource", databaseSource: "databaseSource", shapeMemberPath: "shapeMemberPath", isCustomShapeStyleAllowed: "isCustomShapeStyleAllowed", isCustomShapeMarkerStyleAllowed: "isCustomShapeMarkerStyleAllowed", itemSearchMode: "itemSearchMode", itemSearchThreshold: "itemSearchThreshold", fillMemberPath: "fillMemberPath", fillScale: "fillScale", fillScaleUseGlobalValues: "fillScaleUseGlobalValues", itemSearchPointsThreshold: "itemSearchPointsThreshold", shapefileDataSource: "shapefileDataSource", shapeFilterResolution: "shapeFilterResolution" }, outputs: { assigningShapeStyle: "assigningShapeStyle", assigningShapeMarkerStyle: "assigningShapeMarkerStyle" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
281
338
|
return IgxGeographicShapeSeriesBaseComponent;
|
|
282
339
|
}(IgxGeographicMapSeriesHostComponent));
|
|
283
340
|
export { IgxGeographicShapeSeriesBaseComponent };
|
|
@@ -300,6 +357,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
300
357
|
type: Input
|
|
301
358
|
}], itemSearchThreshold: [{
|
|
302
359
|
type: Input
|
|
360
|
+
}], fillMemberPath: [{
|
|
361
|
+
type: Input
|
|
362
|
+
}], fillScale: [{
|
|
363
|
+
type: Input
|
|
364
|
+
}], fillScaleUseGlobalValues: [{
|
|
365
|
+
type: Input
|
|
303
366
|
}], itemSearchPointsThreshold: [{
|
|
304
367
|
type: Input
|
|
305
368
|
}], shapefileDataSource: [{
|
|
@@ -41,7 +41,7 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
41
41
|
* Gets whether the current series shows a polygon shape.
|
|
42
42
|
*/
|
|
43
43
|
get: function () {
|
|
44
|
-
return this.i.
|
|
44
|
+
return this.i.fq;
|
|
45
45
|
},
|
|
46
46
|
enumerable: false,
|
|
47
47
|
configurable: true
|
|
@@ -51,11 +51,11 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
51
51
|
* Gets or sets the fill brush.
|
|
52
52
|
*/
|
|
53
53
|
get: function () {
|
|
54
|
-
return this.i.
|
|
54
|
+
return this.i.zm ? this.i.zm.fill : null;
|
|
55
55
|
},
|
|
56
56
|
set: function (v) {
|
|
57
57
|
this.ensureShapeStyle();
|
|
58
|
-
this.i.
|
|
58
|
+
this.i.zm.fill = v;
|
|
59
59
|
},
|
|
60
60
|
enumerable: false,
|
|
61
61
|
configurable: true
|
|
@@ -65,11 +65,11 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
65
65
|
* Gets or sets the stroke brush.
|
|
66
66
|
*/
|
|
67
67
|
get: function () {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.zm ? this.i.zm.stroke : null;
|
|
69
69
|
},
|
|
70
70
|
set: function (v) {
|
|
71
71
|
this.ensureShapeStyle();
|
|
72
|
-
this.i.
|
|
72
|
+
this.i.zm.stroke = v;
|
|
73
73
|
},
|
|
74
74
|
enumerable: false,
|
|
75
75
|
configurable: true
|
|
@@ -79,11 +79,11 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
79
79
|
* Gets or sets the stroke thickness.
|
|
80
80
|
*/
|
|
81
81
|
get: function () {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.zm ? this.i.zm.strokeThickness : NaN;
|
|
83
83
|
},
|
|
84
84
|
set: function (v) {
|
|
85
85
|
this.ensureShapeStyle();
|
|
86
|
-
this.i.
|
|
86
|
+
this.i.zm.strokeThickness = +v;
|
|
87
87
|
},
|
|
88
88
|
enumerable: false,
|
|
89
89
|
configurable: true
|
|
@@ -93,20 +93,20 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
93
93
|
* Gets or sets the opacity.
|
|
94
94
|
*/
|
|
95
95
|
get: function () {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.zm ? this.i.zm.opacity : NaN;
|
|
97
97
|
},
|
|
98
98
|
set: function (v) {
|
|
99
99
|
this.ensureShapeStyle();
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.zm.opacity = +v;
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
104
104
|
});
|
|
105
105
|
IgxGeographicShapeSeriesComponent.prototype.ensureShapeStyle = function () {
|
|
106
|
-
if (this.i.
|
|
106
|
+
if (this.i.zm) {
|
|
107
107
|
return;
|
|
108
108
|
}
|
|
109
|
-
this.i.
|
|
109
|
+
this.i.zm = new Style();
|
|
110
110
|
};
|
|
111
111
|
Object.defineProperty(IgxGeographicShapeSeriesComponent.prototype, "markerType", {
|
|
112
112
|
/**
|
|
@@ -114,10 +114,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
114
114
|
* If the MarkerTemplate property is set, the setting of the MarkerType property will be ignored.
|
|
115
115
|
*/
|
|
116
116
|
get: function () {
|
|
117
|
-
return this.i.
|
|
117
|
+
return this.i.yg;
|
|
118
118
|
},
|
|
119
119
|
set: function (v) {
|
|
120
|
-
this.i.
|
|
120
|
+
this.i.yg = ensureEnum(MarkerType_$type, v);
|
|
121
121
|
},
|
|
122
122
|
enumerable: false,
|
|
123
123
|
configurable: true
|
|
@@ -127,10 +127,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
127
127
|
* Gets or sets whether the marker outline is based on the marker brush of the series rather than the marker outlines collection.
|
|
128
128
|
*/
|
|
129
129
|
get: function () {
|
|
130
|
-
return this.i.
|
|
130
|
+
return this.i.yf;
|
|
131
131
|
},
|
|
132
132
|
set: function (v) {
|
|
133
|
-
this.i.
|
|
133
|
+
this.i.yf = ensureEnum(MarkerOutlineMode_$type, v);
|
|
134
134
|
},
|
|
135
135
|
enumerable: false,
|
|
136
136
|
configurable: true
|
|
@@ -140,10 +140,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
140
140
|
* Gets or sets whether the marker brush is based on the marker outline of the series rather than the marker brushes collection.
|
|
141
141
|
*/
|
|
142
142
|
get: function () {
|
|
143
|
-
return this.i.
|
|
143
|
+
return this.i.ye;
|
|
144
144
|
},
|
|
145
145
|
set: function (v) {
|
|
146
|
-
this.i.
|
|
146
|
+
this.i.ye = ensureEnum(MarkerFillMode_$type, v);
|
|
147
147
|
},
|
|
148
148
|
enumerable: false,
|
|
149
149
|
configurable: true
|
|
@@ -153,10 +153,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
153
153
|
* Gets or sets the MarkerTemplate for the current series object.
|
|
154
154
|
*/
|
|
155
155
|
get: function () {
|
|
156
|
-
return this.i.
|
|
156
|
+
return this.i.y2;
|
|
157
157
|
},
|
|
158
158
|
set: function (v) {
|
|
159
|
-
this.i.
|
|
159
|
+
this.i.y2 = v;
|
|
160
160
|
},
|
|
161
161
|
enumerable: false,
|
|
162
162
|
configurable: true
|
|
@@ -166,10 +166,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
166
166
|
* Gets or sets the brush that specifies how the current series object's marker interiors are painted.
|
|
167
167
|
*/
|
|
168
168
|
get: function () {
|
|
169
|
-
return brushToString(this.i.
|
|
169
|
+
return brushToString(this.i.zj);
|
|
170
170
|
},
|
|
171
171
|
set: function (v) {
|
|
172
|
-
this.i.
|
|
172
|
+
this.i.zj = stringToBrush(v);
|
|
173
173
|
},
|
|
174
174
|
enumerable: false,
|
|
175
175
|
configurable: true
|
|
@@ -179,10 +179,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
179
179
|
* Gets or sets the brush that specifies how the current series object's marker outlines are painted.
|
|
180
180
|
*/
|
|
181
181
|
get: function () {
|
|
182
|
-
return brushToString(this.i.
|
|
182
|
+
return brushToString(this.i.zk);
|
|
183
183
|
},
|
|
184
184
|
set: function (v) {
|
|
185
|
-
this.i.
|
|
185
|
+
this.i.zk = stringToBrush(v);
|
|
186
186
|
},
|
|
187
187
|
enumerable: false,
|
|
188
188
|
configurable: true
|
|
@@ -192,10 +192,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
192
192
|
* Gets or sets thickness of the marker outline
|
|
193
193
|
*/
|
|
194
194
|
get: function () {
|
|
195
|
-
return this.i.
|
|
195
|
+
return this.i.yj;
|
|
196
196
|
},
|
|
197
197
|
set: function (v) {
|
|
198
|
-
this.i.
|
|
198
|
+
this.i.yj = +v;
|
|
199
199
|
},
|
|
200
200
|
enumerable: false,
|
|
201
201
|
configurable: true
|
|
@@ -205,10 +205,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
205
205
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
206
206
|
*/
|
|
207
207
|
get: function () {
|
|
208
|
-
return this.i.
|
|
208
|
+
return this.i.yd;
|
|
209
209
|
},
|
|
210
210
|
set: function (v) {
|
|
211
|
-
this.i.
|
|
211
|
+
this.i.yd = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
212
212
|
},
|
|
213
213
|
enumerable: false,
|
|
214
214
|
configurable: true
|
|
@@ -218,10 +218,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
218
218
|
* Gets the effective marker template for the current series object.
|
|
219
219
|
*/
|
|
220
220
|
get: function () {
|
|
221
|
-
return this.i.
|
|
221
|
+
return this.i.y1;
|
|
222
222
|
},
|
|
223
223
|
set: function (v) {
|
|
224
|
-
this.i.
|
|
224
|
+
this.i.y1 = v;
|
|
225
225
|
},
|
|
226
226
|
enumerable: false,
|
|
227
227
|
configurable: true
|
|
@@ -231,10 +231,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
231
231
|
* Gets the effective marker brush for the current series object.
|
|
232
232
|
*/
|
|
233
233
|
get: function () {
|
|
234
|
-
return brushToString(this.i.
|
|
234
|
+
return brushToString(this.i.zh);
|
|
235
235
|
},
|
|
236
236
|
set: function (v) {
|
|
237
|
-
this.i.
|
|
237
|
+
this.i.zh = stringToBrush(v);
|
|
238
238
|
},
|
|
239
239
|
enumerable: false,
|
|
240
240
|
configurable: true
|
|
@@ -244,10 +244,10 @@ var IgxGeographicShapeSeriesComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
244
244
|
* Gets the effective marker outline for the current series object.
|
|
245
245
|
*/
|
|
246
246
|
get: function () {
|
|
247
|
-
return brushToString(this.i.
|
|
247
|
+
return brushToString(this.i.zi);
|
|
248
248
|
},
|
|
249
249
|
set: function (v) {
|
|
250
|
-
this.i.
|
|
250
|
+
this.i.zi = stringToBrush(v);
|
|
251
251
|
},
|
|
252
252
|
enumerable: false,
|
|
253
253
|
configurable: true
|
|
@@ -41,7 +41,7 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
41
41
|
* Gets whether the series has only marker as visuals
|
|
42
42
|
*/
|
|
43
43
|
get: function () {
|
|
44
|
-
return this.i.
|
|
44
|
+
return this.i.ei;
|
|
45
45
|
},
|
|
46
46
|
enumerable: false,
|
|
47
47
|
configurable: true
|
|
@@ -51,10 +51,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
51
51
|
* The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
|
|
52
52
|
*/
|
|
53
53
|
get: function () {
|
|
54
|
-
return this.i.
|
|
54
|
+
return this.i.yk;
|
|
55
55
|
},
|
|
56
56
|
set: function (v) {
|
|
57
|
-
this.i.
|
|
57
|
+
this.i.yk = v;
|
|
58
58
|
},
|
|
59
59
|
enumerable: false,
|
|
60
60
|
configurable: true
|
|
@@ -64,10 +64,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
64
64
|
* The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
|
|
65
65
|
*/
|
|
66
66
|
get: function () {
|
|
67
|
-
return this.i.
|
|
67
|
+
return this.i.ym;
|
|
68
68
|
},
|
|
69
69
|
set: function (v) {
|
|
70
|
-
this.i.
|
|
70
|
+
this.i.ym = v;
|
|
71
71
|
},
|
|
72
72
|
enumerable: false,
|
|
73
73
|
configurable: true
|
|
@@ -77,10 +77,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
77
77
|
* The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
|
|
78
78
|
*/
|
|
79
79
|
get: function () {
|
|
80
|
-
return this.i.
|
|
80
|
+
return this.i.x6;
|
|
81
81
|
},
|
|
82
82
|
set: function (v) {
|
|
83
|
-
this.i.
|
|
83
|
+
this.i.x6 = ensureEnum(CollisionAvoidanceType_$type, v);
|
|
84
84
|
},
|
|
85
85
|
enumerable: false,
|
|
86
86
|
configurable: true
|
|
@@ -90,10 +90,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
90
90
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
|
|
91
91
|
*/
|
|
92
92
|
get: function () {
|
|
93
|
-
return this.i.
|
|
93
|
+
return this.i.yd;
|
|
94
94
|
},
|
|
95
95
|
set: function (v) {
|
|
96
|
-
this.i.
|
|
96
|
+
this.i.yd = ensureBool(v);
|
|
97
97
|
},
|
|
98
98
|
enumerable: false,
|
|
99
99
|
configurable: true
|
|
@@ -103,10 +103,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
103
103
|
* Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
|
|
104
104
|
*/
|
|
105
105
|
get: function () {
|
|
106
|
-
return this.i.
|
|
106
|
+
return this.i.yc;
|
|
107
107
|
},
|
|
108
108
|
set: function (v) {
|
|
109
|
-
this.i.
|
|
109
|
+
this.i.yc = ensureBool(v);
|
|
110
110
|
},
|
|
111
111
|
enumerable: false,
|
|
112
112
|
configurable: true
|
|
@@ -116,10 +116,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
116
116
|
* Gets or sets the mode the series will use to find the closest point to the cursor.
|
|
117
117
|
*/
|
|
118
118
|
get: function () {
|
|
119
|
-
return this.i.
|
|
119
|
+
return this.i.x7;
|
|
120
120
|
},
|
|
121
121
|
set: function (v) {
|
|
122
|
-
this.i.
|
|
122
|
+
this.i.x7 = ensureEnum(ScatterItemSearchMode_$type, v);
|
|
123
123
|
},
|
|
124
124
|
enumerable: false,
|
|
125
125
|
configurable: true
|
|
@@ -129,10 +129,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
129
129
|
* Gets or sets the threshold to use when searching for items using ItemSearchMode.
|
|
130
130
|
*/
|
|
131
131
|
get: function () {
|
|
132
|
-
return this.i.
|
|
132
|
+
return this.i.yf;
|
|
133
133
|
},
|
|
134
134
|
set: function (v) {
|
|
135
|
-
this.i.
|
|
135
|
+
this.i.yf = +v;
|
|
136
136
|
},
|
|
137
137
|
enumerable: false,
|
|
138
138
|
configurable: true
|
|
@@ -35,7 +35,7 @@ var IgxGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
35
35
|
* Gets whether the current series shows a tile imagery.
|
|
36
36
|
*/
|
|
37
37
|
get: function () {
|
|
38
|
-
return this.i.
|
|
38
|
+
return this.i.f3;
|
|
39
39
|
},
|
|
40
40
|
enumerable: false,
|
|
41
41
|
configurable: true
|
|
@@ -45,14 +45,14 @@ var IgxGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
45
45
|
* The MapImagery which is used to provide the tiles for display.
|
|
46
46
|
*/
|
|
47
47
|
get: function () {
|
|
48
|
-
var r = this.i.
|
|
48
|
+
var r = this.i.yf;
|
|
49
49
|
if (r == null) {
|
|
50
50
|
return null;
|
|
51
51
|
}
|
|
52
52
|
return r.externalObject;
|
|
53
53
|
},
|
|
54
54
|
set: function (v) {
|
|
55
|
-
v == null ? this.i.
|
|
55
|
+
v == null ? this.i.yf = null : this.i.yf = v.i;
|
|
56
56
|
},
|
|
57
57
|
enumerable: false,
|
|
58
58
|
configurable: true
|
|
@@ -72,7 +72,7 @@ var IgxGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
72
72
|
|
|
73
73
|
*/
|
|
74
74
|
IgxGeographicTileSeriesComponent.prototype.clearTileCache = function () {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.yj();
|
|
76
76
|
};
|
|
77
77
|
Object.defineProperty(IgxGeographicTileSeriesComponent.prototype, "imageTilesReady", {
|
|
78
78
|
/**
|
|
@@ -49,10 +49,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
49
49
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
50
50
|
*/
|
|
51
51
|
get: function () {
|
|
52
|
-
return this.i.
|
|
52
|
+
return this.i.xa;
|
|
53
53
|
},
|
|
54
54
|
set: function (v) {
|
|
55
|
-
this.i.
|
|
55
|
+
this.i.xa = v;
|
|
56
56
|
},
|
|
57
57
|
enumerable: false,
|
|
58
58
|
configurable: true
|
|
@@ -62,10 +62,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
62
62
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
63
63
|
*/
|
|
64
64
|
get: function () {
|
|
65
|
-
return this.i.
|
|
65
|
+
return this.i.w8;
|
|
66
66
|
},
|
|
67
67
|
set: function (v) {
|
|
68
|
-
this.i.
|
|
68
|
+
this.i.w8 = v;
|
|
69
69
|
},
|
|
70
70
|
enumerable: false,
|
|
71
71
|
configurable: true
|
|
@@ -76,10 +76,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
76
76
|
* This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
|
|
77
77
|
*/
|
|
78
78
|
get: function () {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.w7;
|
|
80
80
|
},
|
|
81
81
|
set: function (v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.w7 = v;
|
|
83
83
|
},
|
|
84
84
|
enumerable: false,
|
|
85
85
|
configurable: true
|
|
@@ -89,10 +89,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
89
89
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
90
90
|
*/
|
|
91
91
|
get: function () {
|
|
92
|
-
return this.i.
|
|
92
|
+
return this.i.xd;
|
|
93
93
|
},
|
|
94
94
|
set: function (v) {
|
|
95
|
-
this.i.
|
|
95
|
+
this.i.xd = v;
|
|
96
96
|
},
|
|
97
97
|
enumerable: false,
|
|
98
98
|
configurable: true
|
|
@@ -102,10 +102,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
102
102
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
103
103
|
*/
|
|
104
104
|
get: function () {
|
|
105
|
-
return this.i.
|
|
105
|
+
return this.i.xf;
|
|
106
106
|
},
|
|
107
107
|
set: function (v) {
|
|
108
|
-
this.i.
|
|
108
|
+
this.i.xf = v;
|
|
109
109
|
},
|
|
110
110
|
enumerable: false,
|
|
111
111
|
configurable: true
|
|
@@ -115,10 +115,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
115
115
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
116
116
|
*/
|
|
117
117
|
get: function () {
|
|
118
|
-
return this.i.
|
|
118
|
+
return this.i.xh;
|
|
119
119
|
},
|
|
120
120
|
set: function (v) {
|
|
121
|
-
this.i.
|
|
121
|
+
this.i.xh = v;
|
|
122
122
|
},
|
|
123
123
|
enumerable: false,
|
|
124
124
|
configurable: true
|
|
@@ -30,7 +30,7 @@ var IgxTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30
30
|
* Gets whether the current series shows a tile imagery.
|
|
31
31
|
*/
|
|
32
32
|
get: function () {
|
|
33
|
-
return this.i.
|
|
33
|
+
return this.i.f3;
|
|
34
34
|
},
|
|
35
35
|
enumerable: false,
|
|
36
36
|
configurable: true
|
|
@@ -40,14 +40,14 @@ var IgxTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40
40
|
* The MapImagery which is used to provide the tiles for display.
|
|
41
41
|
*/
|
|
42
42
|
get: function () {
|
|
43
|
-
var r = this.i.
|
|
43
|
+
var r = this.i.z9;
|
|
44
44
|
if (r == null) {
|
|
45
45
|
return null;
|
|
46
46
|
}
|
|
47
47
|
return r.externalObject;
|
|
48
48
|
},
|
|
49
49
|
set: function (v) {
|
|
50
|
-
v == null ? this.i.
|
|
50
|
+
v == null ? this.i.z9 = null : this.i.z9 = v.i;
|
|
51
51
|
},
|
|
52
52
|
enumerable: false,
|
|
53
53
|
configurable: true
|