igniteui-webcomponents-maps 7.0.0 → 7.0.1

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.
@@ -333,88 +333,88 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
333
333
  * Gets or sets zoomability of the current control
334
334
  */
335
335
  get zoomable() {
336
- return this.i.zz;
336
+ return this.i.z0;
337
337
  }
338
338
  set zoomable(v) {
339
- this.i.zz = ensureBool(v);
340
- this._a("zoomable", this.i.zz);
339
+ this.i.z0 = ensureBool(v);
340
+ this._a("zoomable", this.i.z0);
341
341
  }
342
342
  /**
343
343
  * Gets or sets the behavior to use during resize.
344
344
  */
345
345
  get resizeBehavior() {
346
- return this.i.zs;
346
+ return this.i.zt;
347
347
  }
348
348
  set resizeBehavior(v) {
349
- this.i.zs = ensureEnum(MapResizeBehavior_$type, v);
350
- this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.zs));
349
+ this.i.zt = ensureEnum(MapResizeBehavior_$type, v);
350
+ this._a("resizeBehavior", enumToString(MapResizeBehavior_$type, this.i.zt));
351
351
  }
352
352
  /**
353
353
  * Gets or sets if the map should horizontally wrap.
354
354
  */
355
355
  get isHorizontalWrappingEnabled() {
356
- return this.i.zw;
356
+ return this.i.zx;
357
357
  }
358
358
  set isHorizontalWrappingEnabled(v) {
359
- this.i.zw = ensureBool(v);
360
- this._a("isHorizontalWrappingEnabled", this.i.zw);
359
+ this.i.zx = ensureBool(v);
360
+ this._a("isHorizontalWrappingEnabled", this.i.zx);
361
361
  }
362
362
  /**
363
363
  * Gets or sets if the map should horizontally wrap.
364
364
  */
365
365
  get backgroundTilingMode() {
366
- return this.i.zo;
366
+ return this.i.zp;
367
367
  }
368
368
  set backgroundTilingMode(v) {
369
- this.i.zo = ensureEnum(MapBackgroundTilingMode_$type, v);
370
- this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.zo));
369
+ this.i.zp = ensureEnum(MapBackgroundTilingMode_$type, v);
370
+ this._a("backgroundTilingMode", enumToString(MapBackgroundTilingMode_$type, this.i.zp));
371
371
  }
372
372
  /**
373
373
  * Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
374
374
  */
375
375
  get useWorldRectForZoomBounds() {
376
- return this.i.zy;
376
+ return this.i.zz;
377
377
  }
378
378
  set useWorldRectForZoomBounds(v) {
379
- this.i.zy = ensureBool(v);
380
- this._a("useWorldRectForZoomBounds", this.i.zy);
379
+ this.i.zz = ensureBool(v);
380
+ this._a("useWorldRectForZoomBounds", this.i.zz);
381
381
  }
382
382
  /**
383
383
  * Gets or sets whether skip resetting the zoom when the world rect changes.
384
384
  */
385
385
  get suppressZoomResetOnWorldRectChange() {
386
- return this.i.zx;
386
+ return this.i.zy;
387
387
  }
388
388
  set suppressZoomResetOnWorldRectChange(v) {
389
- this.i.zx = ensureBool(v);
390
- this._a("suppressZoomResetOnWorldRectChange", this.i.zx);
389
+ this.i.zy = ensureBool(v);
390
+ this._a("suppressZoomResetOnWorldRectChange", this.i.zy);
391
391
  }
392
392
  /**
393
393
  * Gets or sets the world bounding rectangle.
394
394
  */
395
395
  get worldRect() {
396
- return fromRect(this.i.abu);
396
+ return fromRect(this.i.abv);
397
397
  }
398
398
  set worldRect(v) {
399
- this.i.abu = toRect(v);
400
- this._a("worldRect", rectToString(this.i.abu));
399
+ this.i.abv = toRect(v);
400
+ this._a("worldRect", rectToString(this.i.abv));
401
401
  }
402
402
  /**
403
403
  * Gets the actual value of the WorldRect.
404
404
  */
405
405
  get actualWorldRect() {
406
- return fromRect(this.i.abi);
406
+ return fromRect(this.i.abj);
407
407
  }
408
408
  set actualWorldRect(v) {
409
- this.i.abi = toRect(v);
410
- this._a("actualWorldRect", rectToString(this.i.abi));
409
+ this.i.abj = toRect(v);
410
+ this._a("actualWorldRect", rectToString(this.i.abj));
411
411
  }
412
412
  /**
413
413
  * The X-axis for this IgxGeographicMap.Component
414
414
  * 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.
415
415
  */
416
416
  get xAxis() {
417
- const r = this.i.zh;
417
+ const r = this.i.zi;
418
418
  if (r == null) {
419
419
  return null;
420
420
  }
@@ -430,14 +430,14 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
430
430
  set xAxis(v) {
431
431
  if (v != null && this._stylingContainer && v._styling)
432
432
  v._styling(this._stylingContainer, this, this);
433
- v == null ? this.i.zh = null : this.i.zh = v.i;
433
+ v == null ? this.i.zi = null : this.i.zi = v.i;
434
434
  }
435
435
  /**
436
436
  * The Y-axis for this IgxGeographicMap.Component
437
437
  * 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.
438
438
  */
439
439
  get yAxis() {
440
- const r = this.i.zj;
440
+ const r = this.i.zk;
441
441
  if (r == null) {
442
442
  return null;
443
443
  }
@@ -453,41 +453,41 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
453
453
  set yAxis(v) {
454
454
  if (v != null && this._stylingContainer && v._styling)
455
455
  v._styling(this._stylingContainer, this, this);
456
- v == null ? this.i.zj = null : this.i.zj = v.i;
456
+ v == null ? this.i.zk = null : this.i.zk = v.i;
457
457
  }
458
458
  /**
459
459
  * Indicates if this SeriesViewer is a map.
460
460
  */
461
461
  get isMap() {
462
- return this.i.f6;
462
+ return this.i.f7;
463
463
  }
464
464
  /**
465
465
  * A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
466
466
  * This property is effectively a shortcut to the Width/Height of the WindowRect property.
467
467
  */
468
468
  get windowScale() {
469
- return this.i.z4;
469
+ return this.i.z5;
470
470
  }
471
471
  set windowScale(v) {
472
- this.i.z4 = +v;
473
- this._a("windowScale", this.i.z4);
472
+ this.i.z5 = +v;
473
+ this._a("windowScale", this.i.z5);
474
474
  }
475
475
  /**
476
476
  * A number between 0 and 1 determining the scale of the horizontal/vertical zoom.
477
477
  * This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
478
478
  */
479
479
  get actualWindowScale() {
480
- return this.i.z3;
480
+ return this.i.z4;
481
481
  }
482
482
  set actualWindowScale(v) {
483
- this.i.z3 = +v;
484
- this._a("actualWindowScale", this.i.z3);
483
+ this.i.z4 = +v;
484
+ this._a("actualWindowScale", this.i.z4);
485
485
  }
486
486
  /**
487
487
  * Gets whether or not the control is ready for zooming
488
488
  */
489
489
  get zoomIsReady() {
490
- return this.i.z0;
490
+ return this.i.z1;
491
491
  }
492
492
  findByName(name) {
493
493
  var baseResult = super.findByName(name);
@@ -515,7 +515,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
515
515
 
516
516
  */
517
517
  getCurrentActualWorldRect() {
518
- let iv = this.i.abm();
518
+ let iv = this.i.abn();
519
519
  return fromRect(iv);
520
520
  }
521
521
  /**
@@ -532,14 +532,14 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
532
532
 
533
533
  */
534
534
  updateZoomWindow(zoomWindow) {
535
- this.i.aay(toRect(zoomWindow));
535
+ this.i.aaz(toRect(zoomWindow));
536
536
  }
537
537
  /**
538
538
  * Updates world rect in geographic coordinates
539
539
 
540
540
  */
541
541
  updateWorldRect(worldRect) {
542
- this.i.aax(toRect(worldRect));
542
+ this.i.aay(toRect(worldRect));
543
543
  }
544
544
  /**
545
545
  * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
@@ -551,7 +551,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
551
551
  return fromRect(iv);
552
552
  }
553
553
  convertGeographicToZoom(geographic, extraPixelPadding) {
554
- let iv = this.i.abj(toRect(geographic), extraPixelPadding);
554
+ let iv = this.i.abk(toRect(geographic), extraPixelPadding);
555
555
  return fromRect(iv);
556
556
  }
557
557
  getZoomFromGeographicPoints(northWest, southEast) {
@@ -564,7 +564,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
564
564
  * @param windowRect * The zoom area.
565
565
  */
566
566
  getGeographicFromZoom(windowRect) {
567
- let iv = this.i.abo(toRect(windowRect));
567
+ let iv = this.i.abp(toRect(windowRect));
568
568
  return fromRect(iv);
569
569
  }
570
570
  /**
@@ -573,7 +573,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
573
573
  * @param pixelCoordinate * A pixel-based coordinate
574
574
  */
575
575
  getGeographicPoint(pixelCoordinate) {
576
- let iv = this.i.aba(toPoint(pixelCoordinate));
576
+ let iv = this.i.abb(toPoint(pixelCoordinate));
577
577
  return fromPoint(iv);
578
578
  }
579
579
  /**
@@ -582,7 +582,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
582
582
  * @param geographicCoordinate * A geographic coordinate
583
583
  */
584
584
  getPixelPoint(geographicCoordinate) {
585
- let iv = this.i.abb(toPoint(geographicCoordinate));
585
+ let iv = this.i.abc(toPoint(geographicCoordinate));
586
586
  return fromPoint(iv);
587
587
  }
588
588
  /**
@@ -591,7 +591,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
591
591
  * @param geographicCoordinate * A geographic coordinate
592
592
  */
593
593
  getWindowPoint(geographicCoordinate) {
594
- let iv = this.i.abc(toPoint(geographicCoordinate));
594
+ let iv = this.i.abd(toPoint(geographicCoordinate));
595
595
  return fromPoint(iv);
596
596
  }
597
597
  /**
@@ -599,21 +599,21 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
599
599
 
600
600
  */
601
601
  clearTileCache() {
602
- this.i.aal();
602
+ this.i.aam();
603
603
  }
604
604
  /**
605
605
  * Notifies the chart that the CSS styles in effect have been updated.
606
606
 
607
607
  */
608
608
  styleUpdated() {
609
- this.i.aat();
609
+ this.i.aau();
610
610
  }
611
611
  /**
612
612
  * Gets actual window scale for horizontal dimension of the control
613
613
 
614
614
  */
615
615
  getActualWindowScaleHorizontal() {
616
- let iv = this.i.iu();
616
+ let iv = this.i.iv();
617
617
  return (iv);
618
618
  }
619
619
  /**
@@ -621,7 +621,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
621
621
 
622
622
  */
623
623
  getActualWindowScaleVertical() {
624
- let iv = this.i.iv();
624
+ let iv = this.i.iw();
625
625
  return (iv);
626
626
  }
627
627
  /**
@@ -636,7 +636,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
636
636
 
637
637
  */
638
638
  exportVisualData() {
639
- let iv = this.i.z7();
639
+ let iv = this.i.z8();
640
640
  return (iv);
641
641
  }
642
642
  /**
@@ -645,7 +645,7 @@ let IgcGeographicMapComponent = /*@__PURE__*/ (() => {
645
645
  * @param geographic * The geographic region to zoom to.
646
646
  */
647
647
  zoomToGeographic(geographic) {
648
- this.i.aa0(toRect(geographic));
648
+ this.i.aa1(toRect(geographic));
649
649
  }
650
650
  /**
651
651
  * This event is fired whenever the image tiles transition from a loading state (e.g. some are fading in) to a loaded state.
@@ -67,14 +67,14 @@ export var GeographicHighDensityScatterSeriesView = /** @class */ /*@__PURE__*/
67
67
  a.xt = null;
68
68
  return;
69
69
  }
70
- a.xr = this.cu.dc.zh;
71
- a.xt = this.cu.dc.zj;
70
+ a.xr = this.cu.dc.zi;
71
+ a.xt = this.cu.dc.zk;
72
72
  };
73
73
  GeographicHighDensityScatterSeriesView.prototype.c6 = function () {
74
- this.cu.xm.xr = this.cu.dc.zh;
74
+ this.cu.xm.xr = this.cu.dc.zi;
75
75
  };
76
76
  GeographicHighDensityScatterSeriesView.prototype.c7 = function () {
77
- this.cu.xm.xt = this.cu.dc.zj;
77
+ this.cu.xm.xt = this.cu.dc.zk;
78
78
  };
79
79
  GeographicHighDensityScatterSeriesView.prototype.cx = function () {
80
80
  this.cu.xm.aa1 = this.cu.yu;
@@ -207,10 +207,10 @@ export var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_sup
207
207
  case "SeriesViewer":
208
208
  this.xm.dc = this.dc;
209
209
  if (c != null) {
210
- c.s9(this.xm);
210
+ c.ta(this.xm);
211
211
  }
212
212
  if (d != null) {
213
- this.dc.on(this.xm);
213
+ this.dc.oo(this.xm);
214
214
  }
215
215
  this.xm.ru(this.xe);
216
216
  this.xm.index = this.index;
@@ -309,7 +309,7 @@ export var GeographicMapSeriesHost = /** @class */ /*@__PURE__*/ (function (_sup
309
309
  return;
310
310
  }
311
311
  if (!isNaN_(this.xo)) {
312
- if (this.dc.yr.width > this.xo) {
312
+ if (this.dc.ys.width > this.xo) {
313
313
  var hs_ = this.xm;
314
314
  var v_ = 1;
315
315
  hs_.visibility = v_;
@@ -68,10 +68,10 @@ export var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/
68
68
  this.cu.xm.aav = this.cu.xy;
69
69
  };
70
70
  GeographicProportionalSymbolSeriesView.prototype.db = function () {
71
- this.cu.xm.xAxis = this.cu.dc.zh;
71
+ this.cu.xm.xAxis = this.cu.dc.zi;
72
72
  };
73
73
  GeographicProportionalSymbolSeriesView.prototype.dc = function () {
74
- this.cu.xm.yAxis = this.cu.dc.zj;
74
+ this.cu.xm.yAxis = this.cu.dc.zk;
75
75
  };
76
76
  GeographicProportionalSymbolSeriesView.prototype.da = function () {
77
77
  var a = this.cu.xm;
@@ -80,8 +80,8 @@ export var GeographicProportionalSymbolSeriesView = /** @class */ /*@__PURE__*/
80
80
  a.yAxis = null;
81
81
  return;
82
82
  }
83
- a.xAxis = this.cu.dc.zh;
84
- a.yAxis = this.cu.dc.zj;
83
+ a.xAxis = this.cu.dc.zi;
84
+ a.yAxis = this.cu.dc.zk;
85
85
  };
86
86
  GeographicProportionalSymbolSeriesView.prototype.c4 = function () {
87
87
  this.cu.xm.y5 = this.cu.yq;
@@ -177,8 +177,8 @@ export var GeographicShapeSeriesBaseView = /** @class */ /*@__PURE__*/ (function
177
177
  a.x2 = null;
178
178
  return;
179
179
  }
180
- a.x0 = this.cu.dc.zh;
181
- a.x2 = this.cu.dc.zj;
180
+ a.x0 = this.cu.dc.zi;
181
+ a.x2 = this.cu.dc.zk;
182
182
  };
183
183
  GeographicShapeSeriesBaseView.prototype.cx = function () {
184
184
  this.cu.xm.zt = this.cu.yl;
@@ -57,10 +57,10 @@ export var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_
57
57
  this.cu.xm.aav = this.cu.xy;
58
58
  };
59
59
  GeographicSymbolSeriesView.prototype.c5 = function () {
60
- this.cu.xm.xAxis = this.cu.dc.zh;
60
+ this.cu.xm.xAxis = this.cu.dc.zi;
61
61
  };
62
62
  GeographicSymbolSeriesView.prototype.c6 = function () {
63
- this.cu.xm.yAxis = this.cu.dc.zj;
63
+ this.cu.xm.yAxis = this.cu.dc.zk;
64
64
  };
65
65
  GeographicSymbolSeriesView.prototype.c4 = function () {
66
66
  var a = this.cu.xm;
@@ -69,8 +69,8 @@ export var GeographicSymbolSeriesView = /** @class */ /*@__PURE__*/ (function (_
69
69
  a.yAxis = null;
70
70
  return;
71
71
  }
72
- a.xAxis = this.cu.dc.zh;
73
- a.yAxis = this.cu.dc.zj;
72
+ a.xAxis = this.cu.dc.zi;
73
+ a.yAxis = this.cu.dc.zk;
74
74
  };
75
75
  GeographicSymbolSeriesView.prototype.cy = function () {
76
76
  this.cu.xm.zf = this.cu.yu;
@@ -106,7 +106,7 @@ export var TileSeries = /** @class */ /*@__PURE__*/ (function (_super) {
106
106
  if (f != null && typeCast(XamGeographicMap.$, this.dc) !== null) {
107
107
  f.geographicMap = this.dc;
108
108
  this.aa5(this.cw);
109
- this.aat.dr(this.dc.yr);
109
+ this.aat.dr(this.dc.ys);
110
110
  }
111
111
  this.q1();
112
112
  break;