igniteui-angular-maps 15.0.1 → 16.1.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 +1615 -1612
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +40 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -81
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +183 -183
- package/esm2015/lib/GeographicMarkerSeries.js +29 -29
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +63 -63
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +57 -57
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm2015/lib/GeographicTileSeries.js +28 -28
- package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm2015/lib/TileSeries_combined.js +92 -92
- package/esm2015/lib/XamGeographicMap_combined.js +448 -448
- package/esm2015/lib/igx-arc-gis-online-map-imagery-dynamic-module.js +4 -4
- package/esm2015/lib/igx-arc-gis-online-map-imagery-module.js +4 -4
- package/esm2015/lib/igx-bing-maps-map-imagery-dynamic-module.js +4 -4
- package/esm2015/lib/igx-bing-maps-map-imagery-module.js +4 -4
- package/esm2015/lib/igx-custom-map-imagery-dynamic-module.js +4 -4
- package/esm2015/lib/igx-custom-map-imagery-module.js +4 -4
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +12 -12
- package/esm2015/lib/igx-geographic-contour-line-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-contour-line-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +26 -26
- package/esm2015/lib/igx-geographic-high-density-scatter-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-high-density-scatter-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-map-component.js +42 -42
- package/esm2015/lib/igx-geographic-map-core-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-map-core-module.js +4 -4
- package/esm2015/lib/igx-geographic-map-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-map-module.js +4 -4
- package/esm2015/lib/igx-geographic-map-series-host-component.js +24 -24
- package/esm2015/lib/igx-geographic-marker-series-base-component.js +3 -3
- package/esm2015/lib/igx-geographic-marker-series-component.js +25 -25
- package/esm2015/lib/igx-geographic-polyline-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-polyline-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-polyline-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-proportional-symbol-series-base-component.js +3 -3
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +36 -36
- package/esm2015/lib/igx-geographic-proportional-symbol-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-proportional-symbol-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-scatter-area-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-scatter-area-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-shape-series-base-base-component.js +3 -3
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +19 -19
- package/esm2015/lib/igx-geographic-shape-series-component.js +36 -36
- package/esm2015/lib/igx-geographic-shape-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-shape-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-symbol-series-base-component.js +3 -3
- package/esm2015/lib/igx-geographic-symbol-series-component.js +18 -18
- package/esm2015/lib/igx-geographic-symbol-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-symbol-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-tile-series-component.js +7 -7
- package/esm2015/lib/igx-geographic-tile-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-geographic-tile-series-module.js +4 -4
- package/esm2015/lib/igx-geographic-xy-triangulating-series-base-component.js +3 -3
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +15 -15
- package/esm2015/lib/igx-open-street-map-imagery-dynamic-module.js +4 -4
- package/esm2015/lib/igx-open-street-map-imagery-module.js +4 -4
- package/esm2015/lib/igx-tile-generator-map-imagery-dynamic-module.js +4 -4
- package/esm2015/lib/igx-tile-generator-map-imagery-module.js +4 -4
- package/esm2015/lib/igx-tile-series-component.js +6 -6
- package/esm2015/lib/igx-tile-series-dynamic-module.js +4 -4
- package/esm2015/lib/igx-tile-series-module.js +4 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +40 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +81 -81
- package/esm5/lib/GeographicMapSeriesHost_combined.js +181 -181
- package/esm5/lib/GeographicMarkerSeries.js +29 -29
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +18 -18
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +92 -92
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +62 -62
- package/esm5/lib/GeographicShapeSeriesView_combined.js +57 -57
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +59 -59
- package/esm5/lib/GeographicTileSeries.js +27 -27
- package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
- package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
- package/esm5/lib/TileSeries_combined.js +90 -90
- package/esm5/lib/XamGeographicMap_combined.js +441 -441
- package/esm5/lib/igx-arc-gis-online-map-imagery-dynamic-module.js +4 -4
- package/esm5/lib/igx-arc-gis-online-map-imagery-module.js +4 -4
- package/esm5/lib/igx-bing-maps-map-imagery-dynamic-module.js +4 -4
- package/esm5/lib/igx-bing-maps-map-imagery-module.js +4 -4
- package/esm5/lib/igx-custom-map-imagery-dynamic-module.js +4 -4
- package/esm5/lib/igx-custom-map-imagery-module.js +4 -4
- package/esm5/lib/igx-geographic-contour-line-series-component.js +12 -12
- package/esm5/lib/igx-geographic-contour-line-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-contour-line-series-module.js +4 -4
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +26 -26
- package/esm5/lib/igx-geographic-high-density-scatter-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-high-density-scatter-series-module.js +4 -4
- package/esm5/lib/igx-geographic-map-component.js +42 -42
- package/esm5/lib/igx-geographic-map-core-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-map-core-module.js +4 -4
- package/esm5/lib/igx-geographic-map-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-map-module.js +4 -4
- package/esm5/lib/igx-geographic-map-series-host-component.js +24 -24
- package/esm5/lib/igx-geographic-marker-series-base-component.js +3 -3
- package/esm5/lib/igx-geographic-marker-series-component.js +25 -25
- package/esm5/lib/igx-geographic-polyline-series-component.js +14 -14
- package/esm5/lib/igx-geographic-polyline-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-polyline-series-module.js +4 -4
- package/esm5/lib/igx-geographic-proportional-symbol-series-base-component.js +3 -3
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +36 -36
- package/esm5/lib/igx-geographic-proportional-symbol-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-proportional-symbol-series-module.js +4 -4
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +11 -11
- package/esm5/lib/igx-geographic-scatter-area-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-scatter-area-series-module.js +4 -4
- package/esm5/lib/igx-geographic-shape-series-base-base-component.js +3 -3
- package/esm5/lib/igx-geographic-shape-series-base-component.js +19 -19
- package/esm5/lib/igx-geographic-shape-series-component.js +36 -36
- package/esm5/lib/igx-geographic-shape-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-shape-series-module.js +4 -4
- package/esm5/lib/igx-geographic-symbol-series-base-component.js +3 -3
- package/esm5/lib/igx-geographic-symbol-series-component.js +18 -18
- package/esm5/lib/igx-geographic-symbol-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-symbol-series-module.js +4 -4
- package/esm5/lib/igx-geographic-tile-series-component.js +7 -7
- package/esm5/lib/igx-geographic-tile-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-geographic-tile-series-module.js +4 -4
- package/esm5/lib/igx-geographic-xy-triangulating-series-base-component.js +3 -3
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +15 -15
- package/esm5/lib/igx-open-street-map-imagery-dynamic-module.js +4 -4
- package/esm5/lib/igx-open-street-map-imagery-module.js +4 -4
- package/esm5/lib/igx-tile-generator-map-imagery-dynamic-module.js +4 -4
- package/esm5/lib/igx-tile-generator-map-imagery-module.js +4 -4
- package/esm5/lib/igx-tile-series-component.js +6 -6
- package/esm5/lib/igx-tile-series-dynamic-module.js +4 -4
- package/esm5/lib/igx-tile-series-module.js +4 -4
- package/fesm2015/igniteui-angular-maps.js +1628 -1625
- package/fesm5/igniteui-angular-maps.js +1615 -1612
- package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +25 -25
- package/lib/GeographicMapSeriesHost_combined.d.ts +44 -44
- package/lib/GeographicMarkerSeries.d.ts +18 -18
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +9 -9
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +27 -27
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +28 -28
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicTileSeries.d.ts +10 -10
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +22 -22
- package/lib/XamGeographicMap_combined.d.ts +101 -101
- package/package.json +5 -5
|
@@ -260,80 +260,80 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
260
260
|
* Gets or sets zoomability of the current control
|
|
261
261
|
*/
|
|
262
262
|
get zoomable() {
|
|
263
|
-
return this.i.
|
|
263
|
+
return this.i.uf;
|
|
264
264
|
}
|
|
265
265
|
set zoomable(v) {
|
|
266
|
-
this.i.
|
|
266
|
+
this.i.uf = ensureBool(v);
|
|
267
267
|
}
|
|
268
268
|
/**
|
|
269
269
|
* Gets or sets the behavior to use during resize.
|
|
270
270
|
*/
|
|
271
271
|
get resizeBehavior() {
|
|
272
|
-
return this.i.
|
|
272
|
+
return this.i.t8;
|
|
273
273
|
}
|
|
274
274
|
set resizeBehavior(v) {
|
|
275
|
-
this.i.
|
|
275
|
+
this.i.t8 = ensureEnum(MapResizeBehavior_$type, v);
|
|
276
276
|
}
|
|
277
277
|
/**
|
|
278
278
|
* Gets or sets if the map should horizontally wrap.
|
|
279
279
|
*/
|
|
280
280
|
get isHorizontalWrappingEnabled() {
|
|
281
|
-
return this.i.
|
|
281
|
+
return this.i.uc;
|
|
282
282
|
}
|
|
283
283
|
set isHorizontalWrappingEnabled(v) {
|
|
284
|
-
this.i.
|
|
284
|
+
this.i.uc = ensureBool(v);
|
|
285
285
|
}
|
|
286
286
|
/**
|
|
287
287
|
* Gets or sets if the map should horizontally wrap.
|
|
288
288
|
*/
|
|
289
289
|
get backgroundTilingMode() {
|
|
290
|
-
return this.i.
|
|
290
|
+
return this.i.t4;
|
|
291
291
|
}
|
|
292
292
|
set backgroundTilingMode(v) {
|
|
293
|
-
this.i.
|
|
293
|
+
this.i.t4 = ensureEnum(MapBackgroundTilingMode_$type, v);
|
|
294
294
|
}
|
|
295
295
|
/**
|
|
296
296
|
* Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
|
|
297
297
|
*/
|
|
298
298
|
get useWorldRectForZoomBounds() {
|
|
299
|
-
return this.i.
|
|
299
|
+
return this.i.ue;
|
|
300
300
|
}
|
|
301
301
|
set useWorldRectForZoomBounds(v) {
|
|
302
|
-
this.i.
|
|
302
|
+
this.i.ue = ensureBool(v);
|
|
303
303
|
}
|
|
304
304
|
/**
|
|
305
305
|
* Gets or sets whether skip resetting the zoom when the world rect changes.
|
|
306
306
|
*/
|
|
307
307
|
get suppressZoomResetOnWorldRectChange() {
|
|
308
|
-
return this.i.
|
|
308
|
+
return this.i.ud;
|
|
309
309
|
}
|
|
310
310
|
set suppressZoomResetOnWorldRectChange(v) {
|
|
311
|
-
this.i.
|
|
311
|
+
this.i.ud = ensureBool(v);
|
|
312
312
|
}
|
|
313
313
|
/**
|
|
314
314
|
* Gets or sets the world bounding rectangle.
|
|
315
315
|
*/
|
|
316
316
|
get worldRect() {
|
|
317
|
-
return fromRect(this.i.
|
|
317
|
+
return fromRect(this.i.wa);
|
|
318
318
|
}
|
|
319
319
|
set worldRect(v) {
|
|
320
|
-
this.i.
|
|
320
|
+
this.i.wa = toRect(v);
|
|
321
321
|
}
|
|
322
322
|
/**
|
|
323
323
|
* Gets the actual value of the WorldRect.
|
|
324
324
|
*/
|
|
325
325
|
get actualWorldRect() {
|
|
326
|
-
return fromRect(this.i.
|
|
326
|
+
return fromRect(this.i.vy);
|
|
327
327
|
}
|
|
328
328
|
set actualWorldRect(v) {
|
|
329
|
-
this.i.
|
|
329
|
+
this.i.vy = toRect(v);
|
|
330
330
|
}
|
|
331
331
|
/**
|
|
332
332
|
* The X-axis for this IgxGeographicMap.Component
|
|
333
333
|
* Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
|
|
334
334
|
*/
|
|
335
335
|
get xAxis() {
|
|
336
|
-
const r = this.i.
|
|
336
|
+
const r = this.i.tx;
|
|
337
337
|
if (r == null) {
|
|
338
338
|
return null;
|
|
339
339
|
}
|
|
@@ -349,14 +349,14 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
349
349
|
set xAxis(v) {
|
|
350
350
|
if (v != null && this._stylingContainer && v._styling)
|
|
351
351
|
v._styling(this._stylingContainer, this, this);
|
|
352
|
-
v == null ? this.i.
|
|
352
|
+
v == null ? this.i.tx = null : this.i.tx = v.i;
|
|
353
353
|
}
|
|
354
354
|
/**
|
|
355
355
|
* The Y-axis for this IgxGeographicMap.Component
|
|
356
356
|
* Under normal circumstances, this property should not be set in application code. By default, it will be set to a numeric axis with a spherical mercator scaler.
|
|
357
357
|
*/
|
|
358
358
|
get yAxis() {
|
|
359
|
-
const r = this.i.
|
|
359
|
+
const r = this.i.tz;
|
|
360
360
|
if (r == null) {
|
|
361
361
|
return null;
|
|
362
362
|
}
|
|
@@ -372,7 +372,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
372
372
|
set yAxis(v) {
|
|
373
373
|
if (v != null && this._stylingContainer && v._styling)
|
|
374
374
|
v._styling(this._stylingContainer, this, this);
|
|
375
|
-
v == null ? this.i.
|
|
375
|
+
v == null ? this.i.tz = null : this.i.tz = v.i;
|
|
376
376
|
}
|
|
377
377
|
/**
|
|
378
378
|
* Indicates if this SeriesViewer is a map.
|
|
@@ -385,26 +385,26 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
385
385
|
* This property is effectively a shortcut to the Width/Height of the WindowRect property.
|
|
386
386
|
*/
|
|
387
387
|
get windowScale() {
|
|
388
|
-
return this.i.
|
|
388
|
+
return this.i.uk;
|
|
389
389
|
}
|
|
390
390
|
set windowScale(v) {
|
|
391
|
-
this.i.
|
|
391
|
+
this.i.uk = +v;
|
|
392
392
|
}
|
|
393
393
|
/**
|
|
394
394
|
* A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
|
|
395
395
|
* This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
|
|
396
396
|
*/
|
|
397
397
|
get actualWindowScale() {
|
|
398
|
-
return this.i.
|
|
398
|
+
return this.i.uj;
|
|
399
399
|
}
|
|
400
400
|
set actualWindowScale(v) {
|
|
401
|
-
this.i.
|
|
401
|
+
this.i.uj = +v;
|
|
402
402
|
}
|
|
403
403
|
/**
|
|
404
404
|
* Gets whether or not the control is ready for zooming
|
|
405
405
|
*/
|
|
406
406
|
get zoomIsReady() {
|
|
407
|
-
return this.i.
|
|
407
|
+
return this.i.ug;
|
|
408
408
|
}
|
|
409
409
|
findByName(name) {
|
|
410
410
|
var baseResult = super.findByName(name);
|
|
@@ -432,7 +432,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
432
432
|
|
|
433
433
|
*/
|
|
434
434
|
getCurrentActualWorldRect() {
|
|
435
|
-
let iv = this.i.
|
|
435
|
+
let iv = this.i.v2();
|
|
436
436
|
return fromRect(iv);
|
|
437
437
|
}
|
|
438
438
|
/**
|
|
@@ -449,14 +449,14 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
449
449
|
|
|
450
450
|
*/
|
|
451
451
|
updateZoomWindow(zoomWindow) {
|
|
452
|
-
this.i.
|
|
452
|
+
this.i.ve(toRect(zoomWindow));
|
|
453
453
|
}
|
|
454
454
|
/**
|
|
455
455
|
* Updates world rect in geographic coordinates
|
|
456
456
|
|
|
457
457
|
*/
|
|
458
458
|
updateWorldRect(worldRect) {
|
|
459
|
-
this.i.
|
|
459
|
+
this.i.vd(toRect(worldRect));
|
|
460
460
|
}
|
|
461
461
|
/**
|
|
462
462
|
* Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
|
|
@@ -468,7 +468,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
468
468
|
return fromRect(iv);
|
|
469
469
|
}
|
|
470
470
|
convertGeographicToZoom(geographic, extraPixelPadding) {
|
|
471
|
-
let iv = this.i.
|
|
471
|
+
let iv = this.i.vz(toRect(geographic), extraPixelPadding);
|
|
472
472
|
return fromRect(iv);
|
|
473
473
|
}
|
|
474
474
|
getZoomFromGeographicPoints(northWest, southEast) {
|
|
@@ -481,7 +481,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
481
481
|
* @param windowRect * The zoom area.
|
|
482
482
|
*/
|
|
483
483
|
getGeographicFromZoom(windowRect) {
|
|
484
|
-
let iv = this.i.
|
|
484
|
+
let iv = this.i.v4(toRect(windowRect));
|
|
485
485
|
return fromRect(iv);
|
|
486
486
|
}
|
|
487
487
|
/**
|
|
@@ -490,7 +490,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
490
490
|
* @param pixelCoordinate * A pixel-based coordinate
|
|
491
491
|
*/
|
|
492
492
|
getGeographicPoint(pixelCoordinate) {
|
|
493
|
-
let iv = this.i.
|
|
493
|
+
let iv = this.i.vq(toPoint(pixelCoordinate));
|
|
494
494
|
return fromPoint(iv);
|
|
495
495
|
}
|
|
496
496
|
/**
|
|
@@ -499,7 +499,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
499
499
|
* @param geographicCoordinate * A geographic coordinate
|
|
500
500
|
*/
|
|
501
501
|
getPixelPoint(geographicCoordinate) {
|
|
502
|
-
let iv = this.i.
|
|
502
|
+
let iv = this.i.vr(toPoint(geographicCoordinate));
|
|
503
503
|
return fromPoint(iv);
|
|
504
504
|
}
|
|
505
505
|
/**
|
|
@@ -508,7 +508,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
508
508
|
* @param geographicCoordinate * A geographic coordinate
|
|
509
509
|
*/
|
|
510
510
|
getWindowPoint(geographicCoordinate) {
|
|
511
|
-
let iv = this.i.
|
|
511
|
+
let iv = this.i.vs(toPoint(geographicCoordinate));
|
|
512
512
|
return fromPoint(iv);
|
|
513
513
|
}
|
|
514
514
|
/**
|
|
@@ -516,21 +516,21 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
516
516
|
|
|
517
517
|
*/
|
|
518
518
|
clearTileCache() {
|
|
519
|
-
this.i.
|
|
519
|
+
this.i.u1();
|
|
520
520
|
}
|
|
521
521
|
/**
|
|
522
522
|
* Notifies the chart that the CSS styles in effect have been updated.
|
|
523
523
|
|
|
524
524
|
*/
|
|
525
525
|
styleUpdated() {
|
|
526
|
-
this.i.
|
|
526
|
+
this.i.u9();
|
|
527
527
|
}
|
|
528
528
|
/**
|
|
529
529
|
* Gets actual window scale for horizontal dimension of the control
|
|
530
530
|
|
|
531
531
|
*/
|
|
532
532
|
getActualWindowScaleHorizontal() {
|
|
533
|
-
let iv = this.i.
|
|
533
|
+
let iv = this.i.gn();
|
|
534
534
|
return (iv);
|
|
535
535
|
}
|
|
536
536
|
/**
|
|
@@ -538,7 +538,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
538
538
|
|
|
539
539
|
*/
|
|
540
540
|
getActualWindowScaleVertical() {
|
|
541
|
-
let iv = this.i.
|
|
541
|
+
let iv = this.i.go();
|
|
542
542
|
return (iv);
|
|
543
543
|
}
|
|
544
544
|
/**
|
|
@@ -553,7 +553,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
553
553
|
|
|
554
554
|
*/
|
|
555
555
|
exportVisualData() {
|
|
556
|
-
let iv = this.i.
|
|
556
|
+
let iv = this.i.un();
|
|
557
557
|
return (iv);
|
|
558
558
|
}
|
|
559
559
|
/**
|
|
@@ -562,7 +562,7 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
562
562
|
* @param geographic * The geographic region to zoom to.
|
|
563
563
|
*/
|
|
564
564
|
zoomToGeographic(geographic) {
|
|
565
|
-
this.i.
|
|
565
|
+
this.i.vg(toRect(geographic));
|
|
566
566
|
}
|
|
567
567
|
/**
|
|
568
568
|
* This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
|
|
@@ -585,11 +585,11 @@ export let IgxGeographicMapComponent = /*@__PURE__*/ (() => {
|
|
|
585
585
|
return this._imageTilesReady;
|
|
586
586
|
}
|
|
587
587
|
}
|
|
588
|
-
IgxGeographicMapComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
589
|
-
IgxGeographicMapComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
588
|
+
IgxGeographicMapComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.ComponentFactoryResolver }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
589
|
+
IgxGeographicMapComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGeographicMapComponent, selector: "igx-geographic-map", inputs: { height: "height", width: "width", legend: "legend", dataSource: "dataSource", zoomable: "zoomable", resizeBehavior: "resizeBehavior", isHorizontalWrappingEnabled: "isHorizontalWrappingEnabled", backgroundTilingMode: "backgroundTilingMode", useWorldRectForZoomBounds: "useWorldRectForZoomBounds", suppressZoomResetOnWorldRectChange: "suppressZoomResetOnWorldRectChange", worldRect: "worldRect", actualWorldRect: "actualWorldRect", xAxis: "xAxis", yAxis: "yAxis", windowScale: "windowScale", actualWindowScale: "actualWindowScale" }, outputs: { imageTilesReady: "imageTilesReady" }, host: { classAttribute: "igx-geographic-map ig-geographic-map" }, providers: [{ provide: IgxSeriesViewerComponent, useExisting: forwardRef(() => IgxGeographicMapComponent) }], queries: [{ propertyName: "contentSeries", predicate: IgxSeriesComponent }], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }], usesInheritance: true, ngImport: i0, template: `<ng-container #dynamicContent></ng-container>`, isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
590
590
|
return IgxGeographicMapComponent;
|
|
591
591
|
})();
|
|
592
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
592
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapComponent, decorators: [{
|
|
593
593
|
type: Component,
|
|
594
594
|
args: [{
|
|
595
595
|
selector: 'igx-geographic-map',
|
|
@@ -20,8 +20,8 @@ export let IgxGeographicMapCoreDynamicModule = /*@__PURE__*/ (() => {
|
|
|
20
20
|
TypeRegistrar.registerCons('IgxGeographicMapComponent', IgxGeographicMapComponent);
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
|
-
IgxGeographicMapCoreDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
24
|
-
IgxGeographicMapCoreDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
23
|
+
IgxGeographicMapCoreDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapCoreDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
24
|
+
IgxGeographicMapCoreDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapCoreDynamicModule, imports: [CommonModule, IgxBingMapsMapImageryDynamicModule,
|
|
25
25
|
IgxOpenStreetMapImageryDynamicModule,
|
|
26
26
|
IgxCustomMapImageryDynamicModule,
|
|
27
27
|
IgxArcGISOnlineMapImageryDynamicModule,
|
|
@@ -30,7 +30,7 @@ export let IgxGeographicMapCoreDynamicModule = /*@__PURE__*/ (() => {
|
|
|
30
30
|
IgxCustomMapImageryDynamicModule,
|
|
31
31
|
IgxArcGISOnlineMapImageryDynamicModule,
|
|
32
32
|
IgxGeographicMapCoreModule] });
|
|
33
|
-
IgxGeographicMapCoreDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
33
|
+
IgxGeographicMapCoreDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapCoreDynamicModule, imports: [[CommonModule, IgxBingMapsMapImageryDynamicModule,
|
|
34
34
|
IgxOpenStreetMapImageryDynamicModule,
|
|
35
35
|
IgxCustomMapImageryDynamicModule,
|
|
36
36
|
IgxArcGISOnlineMapImageryDynamicModule,
|
|
@@ -42,7 +42,7 @@ export let IgxGeographicMapCoreDynamicModule = /*@__PURE__*/ (() => {
|
|
|
42
42
|
IgxGeographicMapCoreModule] });
|
|
43
43
|
return IgxGeographicMapCoreDynamicModule;
|
|
44
44
|
})();
|
|
45
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
45
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapCoreDynamicModule, decorators: [{
|
|
46
46
|
type: NgModule,
|
|
47
47
|
args: [{
|
|
48
48
|
declarations: [],
|
|
@@ -17,8 +17,8 @@ export let IgxGeographicMapCoreModule = /*@__PURE__*/ (() => {
|
|
|
17
17
|
constructor() {
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
IgxGeographicMapCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
21
|
-
IgxGeographicMapCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
20
|
+
IgxGeographicMapCoreModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
21
|
+
IgxGeographicMapCoreModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapCoreModule, declarations: [IgxGeographicMapComponent], imports: [CommonModule, IgxBingMapsMapImageryModule,
|
|
22
22
|
IgxOpenStreetMapImageryModule,
|
|
23
23
|
IgxCustomMapImageryModule,
|
|
24
24
|
IgxArcGISOnlineMapImageryModule], exports: [IgxBingMapsMapImageryModule,
|
|
@@ -26,7 +26,7 @@ export let IgxGeographicMapCoreModule = /*@__PURE__*/ (() => {
|
|
|
26
26
|
IgxCustomMapImageryModule,
|
|
27
27
|
IgxArcGISOnlineMapImageryModule,
|
|
28
28
|
IgxGeographicMapComponent] });
|
|
29
|
-
IgxGeographicMapCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
29
|
+
IgxGeographicMapCoreModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapCoreModule, imports: [[CommonModule, IgxBingMapsMapImageryModule,
|
|
30
30
|
IgxOpenStreetMapImageryModule,
|
|
31
31
|
IgxCustomMapImageryModule,
|
|
32
32
|
IgxArcGISOnlineMapImageryModule
|
|
@@ -36,7 +36,7 @@ export let IgxGeographicMapCoreModule = /*@__PURE__*/ (() => {
|
|
|
36
36
|
IgxArcGISOnlineMapImageryModule] });
|
|
37
37
|
return IgxGeographicMapCoreModule;
|
|
38
38
|
})();
|
|
39
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
39
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapCoreModule, decorators: [{
|
|
40
40
|
type: NgModule,
|
|
41
41
|
args: [{
|
|
42
42
|
declarations: [IgxGeographicMapComponent],
|
|
@@ -26,8 +26,8 @@ import * as i0 from "@angular/core";
|
|
|
26
26
|
export let IgxGeographicMapDynamicModule = /*@__PURE__*/ (() => {
|
|
27
27
|
class IgxGeographicMapDynamicModule {
|
|
28
28
|
}
|
|
29
|
-
IgxGeographicMapDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
30
|
-
IgxGeographicMapDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
29
|
+
IgxGeographicMapDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
30
|
+
IgxGeographicMapDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapDynamicModule, imports: [CommonModule, IgxGeographicShapeSeriesDynamicModule,
|
|
31
31
|
IgxGeographicPolylineSeriesDynamicModule,
|
|
32
32
|
IgxTileGeneratorMapImageryDynamicModule,
|
|
33
33
|
IgxHeatTileGeneratorDynamicModule,
|
|
@@ -58,7 +58,7 @@ export let IgxGeographicMapDynamicModule = /*@__PURE__*/ (() => {
|
|
|
58
58
|
IgxGeographicMapCoreDynamicModule,
|
|
59
59
|
IgxShapeDataSourceDynamicModule,
|
|
60
60
|
IgxGeographicMapModule] });
|
|
61
|
-
IgxGeographicMapDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
61
|
+
IgxGeographicMapDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapDynamicModule, imports: [[CommonModule, IgxGeographicShapeSeriesDynamicModule,
|
|
62
62
|
IgxGeographicPolylineSeriesDynamicModule,
|
|
63
63
|
IgxTileGeneratorMapImageryDynamicModule,
|
|
64
64
|
IgxHeatTileGeneratorDynamicModule,
|
|
@@ -92,7 +92,7 @@ export let IgxGeographicMapDynamicModule = /*@__PURE__*/ (() => {
|
|
|
92
92
|
IgxGeographicMapModule] });
|
|
93
93
|
return IgxGeographicMapDynamicModule;
|
|
94
94
|
})();
|
|
95
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
95
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapDynamicModule, decorators: [{
|
|
96
96
|
type: NgModule,
|
|
97
97
|
args: [{
|
|
98
98
|
declarations: [],
|
|
@@ -25,8 +25,8 @@ import * as i0 from "@angular/core";
|
|
|
25
25
|
export let IgxGeographicMapModule = /*@__PURE__*/ (() => {
|
|
26
26
|
class IgxGeographicMapModule {
|
|
27
27
|
}
|
|
28
|
-
IgxGeographicMapModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
29
|
-
IgxGeographicMapModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
28
|
+
IgxGeographicMapModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
29
|
+
IgxGeographicMapModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapModule, imports: [CommonModule, IgxGeographicShapeSeriesModule,
|
|
30
30
|
IgxGeographicPolylineSeriesModule,
|
|
31
31
|
IgxTileGeneratorMapImageryModule,
|
|
32
32
|
IgxHeatTileGeneratorModule,
|
|
@@ -55,7 +55,7 @@ export let IgxGeographicMapModule = /*@__PURE__*/ (() => {
|
|
|
55
55
|
IgxGeographicContourLineSeriesModule,
|
|
56
56
|
IgxGeographicMapCoreModule,
|
|
57
57
|
IgxShapeDataSourceModule] });
|
|
58
|
-
IgxGeographicMapModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
58
|
+
IgxGeographicMapModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapModule, imports: [[CommonModule, IgxGeographicShapeSeriesModule,
|
|
59
59
|
IgxGeographicPolylineSeriesModule,
|
|
60
60
|
IgxTileGeneratorMapImageryModule,
|
|
61
61
|
IgxHeatTileGeneratorModule,
|
|
@@ -87,7 +87,7 @@ export let IgxGeographicMapModule = /*@__PURE__*/ (() => {
|
|
|
87
87
|
IgxShapeDataSourceModule] });
|
|
88
88
|
return IgxGeographicMapModule;
|
|
89
89
|
})();
|
|
90
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
90
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapModule, decorators: [{
|
|
91
91
|
type: NgModule,
|
|
92
92
|
args: [{
|
|
93
93
|
declarations: [],
|
|
@@ -20,7 +20,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
20
20
|
* Checks if this control is geographic coordinate system
|
|
21
21
|
*/
|
|
22
22
|
get isGeographic() {
|
|
23
|
-
return this.i.
|
|
23
|
+
return this.i.dy;
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
26
|
* Gets whether this series supports markers
|
|
@@ -33,10 +33,10 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
33
33
|
* The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
|
|
34
34
|
*/
|
|
35
35
|
get visibleFromScale() {
|
|
36
|
-
return this.i.
|
|
36
|
+
return this.i.qg;
|
|
37
37
|
}
|
|
38
38
|
set visibleFromScale(v) {
|
|
39
|
-
this.i.
|
|
39
|
+
this.i.qg = +v;
|
|
40
40
|
}
|
|
41
41
|
/**
|
|
42
42
|
* Gets or sets the coercion methods to use when loading data from data sources.
|
|
@@ -54,10 +54,10 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
54
54
|
|
|
55
55
|
*/
|
|
56
56
|
notifyIndexedPropertiesChanged() {
|
|
57
|
-
this.i.
|
|
57
|
+
this.i.lp();
|
|
58
58
|
}
|
|
59
59
|
getItemValue(item, memberPathName) {
|
|
60
|
-
let iv = this.i.
|
|
60
|
+
let iv = this.i.h1(item, memberPathName);
|
|
61
61
|
return (iv);
|
|
62
62
|
}
|
|
63
63
|
/**
|
|
@@ -66,23 +66,23 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
66
66
|
* @param world * The world coordinates to use.
|
|
67
67
|
*/
|
|
68
68
|
getItem(world) {
|
|
69
|
-
let iv = this.i.
|
|
69
|
+
let iv = this.i.hy(toPoint(world));
|
|
70
70
|
return (iv);
|
|
71
71
|
}
|
|
72
72
|
getPreviousOrExactIndex(world, skipUnknowns) {
|
|
73
|
-
let iv = this.i.
|
|
73
|
+
let iv = this.i.ho(toPoint(world), skipUnknowns);
|
|
74
74
|
return (iv);
|
|
75
75
|
}
|
|
76
76
|
getNextOrExactIndex(world, skipUnknowns) {
|
|
77
|
-
let iv = this.i.
|
|
77
|
+
let iv = this.i.hm(toPoint(world), skipUnknowns);
|
|
78
78
|
return (iv);
|
|
79
79
|
}
|
|
80
80
|
getSeriesValue(world, useInterpolation, skipUnknowns) {
|
|
81
|
-
let iv = this.i.
|
|
81
|
+
let iv = this.i.gn(toPoint(world), useInterpolation, skipUnknowns);
|
|
82
82
|
return (iv);
|
|
83
83
|
}
|
|
84
84
|
getSeriesValuePosition(world, useInterpolation, skipUnknowns) {
|
|
85
|
-
let iv = this.i.
|
|
85
|
+
let iv = this.i.ps(toPoint(world), useInterpolation, skipUnknowns);
|
|
86
86
|
return fromPoint(iv);
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
@@ -91,7 +91,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
91
91
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
92
92
|
*/
|
|
93
93
|
getSeriesValueBoundingBox(world) {
|
|
94
|
-
let iv = this.i.
|
|
94
|
+
let iv = this.i.p3(toPoint(world));
|
|
95
95
|
return fromRect(iv);
|
|
96
96
|
}
|
|
97
97
|
/**
|
|
@@ -100,31 +100,31 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
100
100
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
101
101
|
*/
|
|
102
102
|
getSeriesValueMarkerBoundingBox(world) {
|
|
103
|
-
let iv = this.i.
|
|
103
|
+
let iv = this.i.p5(toPoint(world));
|
|
104
104
|
return fromRect(iv);
|
|
105
105
|
}
|
|
106
106
|
getSeriesHighValue(world, useInterpolation, skipUnknowns) {
|
|
107
|
-
let iv = this.i.
|
|
107
|
+
let iv = this.i.gj(toPoint(world), useInterpolation, skipUnknowns);
|
|
108
108
|
return (iv);
|
|
109
109
|
}
|
|
110
110
|
getSeriesHighValuePosition(world, useInterpolation, skipUnknowns) {
|
|
111
|
-
let iv = this.i.
|
|
111
|
+
let iv = this.i.po(toPoint(world), useInterpolation, skipUnknowns);
|
|
112
112
|
return fromPoint(iv);
|
|
113
113
|
}
|
|
114
114
|
getSeriesLowValue(world, useInterpolation, skipUnknowns) {
|
|
115
|
-
let iv = this.i.
|
|
115
|
+
let iv = this.i.gl(toPoint(world), useInterpolation, skipUnknowns);
|
|
116
116
|
return (iv);
|
|
117
117
|
}
|
|
118
118
|
getSeriesLowValuePosition(world, useInterpolation, skipUnknowns) {
|
|
119
|
-
let iv = this.i.
|
|
119
|
+
let iv = this.i.pq(toPoint(world), useInterpolation, skipUnknowns);
|
|
120
120
|
return fromPoint(iv);
|
|
121
121
|
}
|
|
122
122
|
getSeriesValuePositionFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
123
|
-
let iv = this.i.
|
|
123
|
+
let iv = this.i.pt(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
124
124
|
return fromPoint(iv);
|
|
125
125
|
}
|
|
126
126
|
getSeriesValueFromSeriesPixel(mouse, useInterpolation, skipUnknowns) {
|
|
127
|
-
let iv = this.i.
|
|
127
|
+
let iv = this.i.go(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
128
128
|
return (iv);
|
|
129
129
|
}
|
|
130
130
|
/**
|
|
@@ -132,7 +132,7 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
132
132
|
|
|
133
133
|
*/
|
|
134
134
|
getItemSpan() {
|
|
135
|
-
let iv = this.i.
|
|
135
|
+
let iv = this.i.ge();
|
|
136
136
|
return (iv);
|
|
137
137
|
}
|
|
138
138
|
/**
|
|
@@ -141,21 +141,21 @@ export let IgxGeographicMapSeriesHostComponent = /*@__PURE__*/ (() => {
|
|
|
141
141
|
* @param animate * True if the change should be animated.
|
|
142
142
|
*/
|
|
143
143
|
renderSeries(animate) {
|
|
144
|
-
this.i.
|
|
144
|
+
this.i.mn(animate);
|
|
145
145
|
}
|
|
146
146
|
/**
|
|
147
147
|
* Called when this series' Style is updated.
|
|
148
148
|
|
|
149
149
|
*/
|
|
150
150
|
styleUpdated() {
|
|
151
|
-
this.i.
|
|
151
|
+
this.i.mx();
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
|
-
IgxGeographicMapSeriesHostComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
155
|
-
IgxGeographicMapSeriesHostComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
154
|
+
IgxGeographicMapSeriesHostComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
155
|
+
IgxGeographicMapSeriesHostComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGeographicMapSeriesHostComponent, selector: "ng-component", inputs: { visibleFromScale: "visibleFromScale", coercionMethods: "coercionMethods" }, usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
156
156
|
return IgxGeographicMapSeriesHostComponent;
|
|
157
157
|
})();
|
|
158
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
158
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, decorators: [{
|
|
159
159
|
type: Component,
|
|
160
160
|
args: [{
|
|
161
161
|
template: ``,
|
|
@@ -13,11 +13,11 @@ export let IgxGeographicMarkerSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
13
13
|
return this._implementation;
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
-
IgxGeographicMarkerSeriesBaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
17
|
-
IgxGeographicMarkerSeriesBaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
16
|
+
IgxGeographicMarkerSeriesBaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMarkerSeriesBaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
17
|
+
IgxGeographicMarkerSeriesBaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGeographicMarkerSeriesBaseComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
18
18
|
return IgxGeographicMarkerSeriesBaseComponent;
|
|
19
19
|
})();
|
|
20
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
20
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMarkerSeriesBaseComponent, decorators: [{
|
|
21
21
|
type: Component,
|
|
22
22
|
args: [{
|
|
23
23
|
template: ``,
|