igniteui-angular-maps 20.0.2-beta.2 → 20.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.
Files changed (104) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1409 -1409
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/{AzureMapsMapImagery.js → AzureMapsImagery.js} +1 -1
  4. package/esm2015/lib/AzureMapsImageryStyle.js +14 -14
  5. package/{esm5/lib/AzureMapsMapImagery.js → esm2015/lib/AzureMapsImageryView.js} +1 -1
  6. package/esm2015/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +18 -18
  7. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
  8. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  9. package/esm2015/lib/GeographicMapSeriesHost_combined.js +163 -163
  10. package/esm2015/lib/GeographicMarkerSeries.js +25 -25
  11. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
  12. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  13. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +58 -58
  14. package/esm2015/lib/GeographicShapeSeriesView_combined.js +49 -49
  15. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +53 -53
  16. package/esm2015/lib/GeographicTileSeries.js +26 -26
  17. package/esm2015/lib/TileSeries_combined.js +79 -79
  18. package/esm2015/lib/XamGeographicMap_combined.js +448 -448
  19. package/esm2015/lib/igx-azure-maps-imagery-dynamic-module.js +34 -0
  20. package/esm2015/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +7 -7
  21. package/esm2015/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +4 -4
  22. package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
  23. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  24. package/esm2015/lib/igx-geographic-map-component.js +39 -39
  25. package/esm2015/lib/igx-geographic-map-series-host-component.js +11 -11
  26. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  27. package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
  28. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  29. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  30. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  31. package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
  32. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  33. package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
  34. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  35. package/esm2015/lib/igx-tile-series-component.js +2 -2
  36. package/esm2015/public_api.js +5 -5
  37. package/{esm2015/lib/AzureMapsMapImageryView.js → esm5/lib/AzureMapsImagery.js} +1 -1
  38. package/esm5/lib/AzureMapsImageryStyle.js +14 -14
  39. package/esm5/lib/{AzureMapsMapImageryView.js → AzureMapsImageryView.js} +1 -1
  40. package/esm5/lib/{AzureMapsMapImageryView_combined.js → AzureMapsImageryView_combined.js} +33 -33
  41. package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
  42. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
  43. package/esm5/lib/GeographicMapSeriesHost_combined.js +161 -161
  44. package/esm5/lib/GeographicMarkerSeries.js +25 -25
  45. package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
  46. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +84 -84
  47. package/esm5/lib/GeographicShapeSeriesBase_combined.js +57 -57
  48. package/esm5/lib/GeographicShapeSeriesView_combined.js +49 -49
  49. package/esm5/lib/GeographicSymbolSeriesView_combined.js +53 -53
  50. package/esm5/lib/GeographicTileSeries.js +25 -25
  51. package/esm5/lib/TileSeries_combined.js +77 -77
  52. package/esm5/lib/XamGeographicMap_combined.js +441 -441
  53. package/esm5/lib/igx-azure-maps-imagery-dynamic-module.js +33 -0
  54. package/esm5/lib/{igx-azure-maps-map-imagery-module.js → igx-azure-maps-imagery-module.js} +8 -8
  55. package/esm5/lib/{igx-azure-maps-map-imagery.js → igx-azure-maps-imagery.js} +16 -16
  56. package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
  57. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
  58. package/esm5/lib/igx-geographic-map-component.js +39 -39
  59. package/esm5/lib/igx-geographic-map-series-host-component.js +11 -11
  60. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  61. package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
  62. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  63. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  64. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  65. package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
  66. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  67. package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
  68. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  69. package/esm5/lib/igx-tile-series-component.js +2 -2
  70. package/esm5/public_api.js +5 -5
  71. package/fesm2015/igniteui-angular-maps.js +1395 -1395
  72. package/fesm5/igniteui-angular-maps.js +1405 -1405
  73. package/lib/AzureMapsImagery.d.ts +1 -0
  74. package/lib/AzureMapsImageryStyle.d.ts +13 -13
  75. package/lib/AzureMapsImageryView.d.ts +1 -0
  76. package/lib/{AzureMapsMapImageryView_combined.d.ts → AzureMapsImageryView_combined.d.ts} +5 -5
  77. package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
  78. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
  79. package/lib/GeographicMapSeriesHost_combined.d.ts +27 -27
  80. package/lib/GeographicMarkerSeries.d.ts +13 -13
  81. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  82. package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
  83. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  84. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
  85. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  86. package/lib/GeographicShapeSeriesBase_combined.d.ts +18 -18
  87. package/lib/GeographicShapeSeriesView_combined.d.ts +20 -20
  88. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  89. package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
  90. package/lib/GeographicTileSeries.d.ts +8 -8
  91. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  92. package/lib/TileSeries_combined.d.ts +18 -18
  93. package/lib/XamGeographicMap_combined.d.ts +96 -96
  94. package/lib/igx-azure-maps-imagery-dynamic-module.d.ts +9 -0
  95. package/lib/igx-azure-maps-imagery-module.d.ts +7 -0
  96. package/lib/{igx-azure-maps-map-imagery.d.ts → igx-azure-maps-imagery.d.ts} +5 -5
  97. package/package.json +2 -2
  98. package/public_api.d.ts +5 -5
  99. package/esm2015/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -34
  100. package/esm5/lib/igx-azure-maps-map-imagery-dynamic-module.js +0 -33
  101. package/lib/AzureMapsMapImagery.d.ts +0 -1
  102. package/lib/AzureMapsMapImageryView.d.ts +0 -1
  103. package/lib/igx-azure-maps-map-imagery-dynamic-module.d.ts +0 -9
  104. package/lib/igx-azure-maps-map-imagery-module.d.ts +0 -7
@@ -0,0 +1,33 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ 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.
6
+ */
7
+ import { NgModule } from '@angular/core';
8
+ import { CommonModule } from '@angular/common';
9
+ import { IgxAzureMapsImageryModule } from './igx-azure-maps-imagery-module';
10
+ import { IgxAzureMapsImagery } from './igx-azure-maps-imagery';
11
+ import { AzureMapsImagery } from './AzureMapsImagery';
12
+ import { TypeRegistrar } from "igniteui-angular-core";
13
+ import * as i0 from "@angular/core";
14
+ var IgxAzureMapsImageryDynamicModule = /** @class */ /*@__PURE__*/ (function () {
15
+ function IgxAzureMapsImageryDynamicModule() {
16
+ TypeRegistrar.registerCons("IgxAzureMapsImagery", IgxAzureMapsImagery);
17
+ TypeRegistrar.register("AzureMapsImagery", AzureMapsImagery.$type);
18
+ }
19
+ IgxAzureMapsImageryDynamicModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsImageryDynamicModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20
+ IgxAzureMapsImageryDynamicModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsImageryDynamicModule, imports: [CommonModule, IgxAzureMapsImageryModule], exports: [IgxAzureMapsImageryModule] });
21
+ IgxAzureMapsImageryDynamicModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsImageryDynamicModule, imports: [[CommonModule, IgxAzureMapsImageryModule], IgxAzureMapsImageryModule] });
22
+ return IgxAzureMapsImageryDynamicModule;
23
+ }());
24
+ export { IgxAzureMapsImageryDynamicModule };
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsImageryDynamicModule, decorators: [{
26
+ type: NgModule,
27
+ args: [{
28
+ declarations: [],
29
+ imports: [CommonModule, IgxAzureMapsImageryModule],
30
+ exports: [IgxAzureMapsImageryModule],
31
+ entryComponents: []
32
+ }]
33
+ }], ctorParameters: function () { return []; } });
@@ -7,16 +7,16 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
7
7
  import { NgModule } from '@angular/core';
8
8
  import { CommonModule } from '@angular/common';
9
9
  import * as i0 from "@angular/core";
10
- var IgxAzureMapsMapImageryModule = /** @class */ /*@__PURE__*/ (function () {
11
- function IgxAzureMapsMapImageryModule() {
10
+ var IgxAzureMapsImageryModule = /** @class */ /*@__PURE__*/ (function () {
11
+ function IgxAzureMapsImageryModule() {
12
12
  }
13
- IgxAzureMapsMapImageryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
- IgxAzureMapsMapImageryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryModule, imports: [CommonModule] });
15
- IgxAzureMapsMapImageryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryModule, imports: [[CommonModule]] });
16
- return IgxAzureMapsMapImageryModule;
13
+ IgxAzureMapsImageryModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsImageryModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
+ IgxAzureMapsImageryModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsImageryModule, imports: [CommonModule] });
15
+ IgxAzureMapsImageryModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsImageryModule, imports: [[CommonModule]] });
16
+ return IgxAzureMapsImageryModule;
17
17
  }());
18
- export { IgxAzureMapsMapImageryModule };
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsMapImageryModule, decorators: [{
18
+ export { IgxAzureMapsImageryModule };
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxAzureMapsImageryModule, decorators: [{
20
20
  type: NgModule,
21
21
  args: [{
22
22
  declarations: [],
@@ -1,20 +1,20 @@
1
1
  import { __extends } from "tslib";
2
2
  import { AzureMapsImageryStyle_$type } from "./AzureMapsImageryStyle";
3
3
  import { IgxGeographicMapImagery } from "./igx-geographic-map-imagery";
4
- import { AzureMapsMapImagery as AzureMapsMapImagery_internal } from "./AzureMapsMapImagery";
4
+ import { AzureMapsImagery as AzureMapsImagery_internal } from "./AzureMapsImagery";
5
5
  import { ensureEnum } from "igniteui-angular-core";
6
6
  /**
7
- * UI element class used to display AzureMapsMap imagery in the IgxGeographicMap.Component
7
+ * UI element class used to display AzureMaps imagery in the GeographicMap.
8
8
  */
9
- var IgxAzureMapsMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
10
- __extends(IgxAzureMapsMapImagery, _super);
11
- function IgxAzureMapsMapImagery() {
9
+ var IgxAzureMapsImagery = /** @class */ /*@__PURE__*/ (function (_super) {
10
+ __extends(IgxAzureMapsImagery, _super);
11
+ function IgxAzureMapsImagery() {
12
12
  return _super.call(this) || this;
13
13
  }
14
- IgxAzureMapsMapImagery.prototype.createImplementation = function () {
15
- return new AzureMapsMapImagery_internal();
14
+ IgxAzureMapsImagery.prototype.createImplementation = function () {
15
+ return new AzureMapsImagery_internal();
16
16
  };
17
- Object.defineProperty(IgxAzureMapsMapImagery.prototype, "i", {
17
+ Object.defineProperty(IgxAzureMapsImagery.prototype, "i", {
18
18
  /**
19
19
  * @hidden
20
20
  */
@@ -24,7 +24,7 @@ var IgxAzureMapsMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
24
24
  enumerable: false,
25
25
  configurable: true
26
26
  });
27
- Object.defineProperty(IgxAzureMapsMapImagery.prototype, "cultureName", {
27
+ Object.defineProperty(IgxAzureMapsImagery.prototype, "cultureName", {
28
28
  /**
29
29
  * Gets or sets the culture name for this tile source.
30
30
  */
@@ -37,7 +37,7 @@ var IgxAzureMapsMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
37
37
  enumerable: false,
38
38
  configurable: true
39
39
  });
40
- Object.defineProperty(IgxAzureMapsMapImagery.prototype, "apiKey", {
40
+ Object.defineProperty(IgxAzureMapsImagery.prototype, "apiKey", {
41
41
  /**
42
42
  * Gets or sets a subscription key required by the Azure Maps imagery service.
43
43
  * For more information see https://learn.microsoft.com/en-us/azure/azure-maps/azure-maps-authentication#shared-key-authentication.
@@ -51,7 +51,7 @@ var IgxAzureMapsMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
51
51
  enumerable: false,
52
52
  configurable: true
53
53
  });
54
- Object.defineProperty(IgxAzureMapsMapImagery.prototype, "apiVersion", {
54
+ Object.defineProperty(IgxAzureMapsImagery.prototype, "apiVersion", {
55
55
  /**
56
56
  * Gets or sets the API version used by the Azure Maps imagery service.
57
57
  * For more information see Render API version in https://learn.microsoft.com/en-us/azure/azure-maps/rest-api-azure-maps#latest-release.
@@ -65,7 +65,7 @@ var IgxAzureMapsMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
65
65
  enumerable: false,
66
66
  configurable: true
67
67
  });
68
- Object.defineProperty(IgxAzureMapsMapImagery.prototype, "imageryStyle", {
68
+ Object.defineProperty(IgxAzureMapsImagery.prototype, "imageryStyle", {
69
69
  /**
70
70
  * Gets or sets a map style of the Azure Maps imagery tiles.
71
71
  * For example: Road map style.
@@ -79,7 +79,7 @@ var IgxAzureMapsMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
79
79
  enumerable: false,
80
80
  configurable: true
81
81
  });
82
- Object.defineProperty(IgxAzureMapsMapImagery.prototype, "localizedView", {
82
+ Object.defineProperty(IgxAzureMapsImagery.prototype, "localizedView", {
83
83
  /**
84
84
  * Gets or sets a string that specifies which maps to show for geopolitically disputed regions.
85
85
  * For more information see https://learn.microsoft.com/en-us/rest/api/maps/render/get-map-tile#localizedmapview.
@@ -93,7 +93,7 @@ var IgxAzureMapsMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
93
93
  enumerable: false,
94
94
  configurable: true
95
95
  });
96
- Object.defineProperty(IgxAzureMapsMapImagery.prototype, "timestamp", {
96
+ Object.defineProperty(IgxAzureMapsImagery.prototype, "timestamp", {
97
97
  /**
98
98
  * Gets or sets a specific date and time for the map.
99
99
  * Note that not all tilesets support this option and those that do might have restrictions.
@@ -108,6 +108,6 @@ var IgxAzureMapsMapImagery = /** @class */ /*@__PURE__*/ (function (_super) {
108
108
  enumerable: false,
109
109
  configurable: true
110
110
  });
111
- return IgxAzureMapsMapImagery;
111
+ return IgxAzureMapsImagery;
112
112
  }(IgxGeographicMapImagery));
113
- export { IgxAzureMapsMapImagery };
113
+ export { IgxAzureMapsImagery };
@@ -47,10 +47,10 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
47
47
  * The name of the property from which to retrieve the numeric values from the ItemsSource items.
48
48
  */
49
49
  get: function () {
50
- return this.i.x9;
50
+ return this.i.ya;
51
51
  },
52
52
  set: function (v) {
53
- this.i.x9 = v;
53
+ this.i.ya = v;
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
@@ -60,7 +60,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
60
60
  * The ValueBrushScale to use when determining Brushes for each contour line, based on the values found in ValueMemberPath.
61
61
  */
62
62
  get: function () {
63
- var r = this.i.x5;
63
+ var r = this.i.x6;
64
64
  if (r == null) {
65
65
  return null;
66
66
  }
@@ -76,7 +76,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
76
76
  set: function (v) {
77
77
  if (v != null && this._stylingContainer && v._styling)
78
78
  v._styling(this._stylingContainer, this, this);
79
- v == null ? this.i.x5 = null : this.i.x5 = v.i;
79
+ v == null ? this.i.x6 = null : this.i.x6 = v.i;
80
80
  },
81
81
  enumerable: false,
82
82
  configurable: true
@@ -86,7 +86,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
86
86
  * Gets actual fill scale that is set on the FillScale property or default FillScale
87
87
  */
88
88
  get: function () {
89
- var r = this.i.x4;
89
+ var r = this.i.x5;
90
90
  if (r == null) {
91
91
  return null;
92
92
  }
@@ -102,7 +102,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
102
102
  set: function (v) {
103
103
  if (v != null && this._stylingContainer && v._styling)
104
104
  v._styling(this._stylingContainer, this, this);
105
- v == null ? this.i.x4 = null : this.i.x4 = v.i;
105
+ v == null ? this.i.x5 = null : this.i.x5 = v.i;
106
106
  },
107
107
  enumerable: false,
108
108
  configurable: true
@@ -112,7 +112,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
112
112
  * The ContourValueResolver used to determine the numeric values of contours.
113
113
  */
114
114
  get: function () {
115
- var r = this.i.x1;
115
+ var r = this.i.x2;
116
116
  if (r == null) {
117
117
  return null;
118
118
  }
@@ -128,7 +128,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
128
128
  set: function (v) {
129
129
  if (v != null && this._stylingContainer && v._styling)
130
130
  v._styling(this._stylingContainer, this, this);
131
- v == null ? this.i.x1 = null : this.i.x1 = v.i;
131
+ v == null ? this.i.x2 = null : this.i.x2 = v.i;
132
132
  },
133
133
  enumerable: false,
134
134
  configurable: true
@@ -46,10 +46,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
46
46
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
47
47
  */
48
48
  get: function () {
49
- return this.i.xx;
49
+ return this.i.xy;
50
50
  },
51
51
  set: function (v) {
52
- this.i.xx = v;
52
+ this.i.xy = v;
53
53
  },
54
54
  enumerable: false,
55
55
  configurable: true
@@ -59,10 +59,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
59
59
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
60
60
  */
61
61
  get: function () {
62
- return this.i.xz;
62
+ return this.i.x0;
63
63
  },
64
64
  set: function (v) {
65
- this.i.xz = v;
65
+ this.i.x0 = v;
66
66
  },
67
67
  enumerable: false,
68
68
  configurable: true
@@ -72,10 +72,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
72
72
  * Gets or sets the whether to use use brute force mode.
73
73
  */
74
74
  get: function () {
75
- return this.i.xm;
75
+ return this.i.xn;
76
76
  },
77
77
  set: function (v) {
78
- this.i.xm = ensureBool(v);
78
+ this.i.xn = ensureBool(v);
79
79
  },
80
80
  enumerable: false,
81
81
  configurable: true
@@ -85,10 +85,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
85
85
  * Gets or sets the whether to progressively load the data into the chart.
86
86
  */
87
87
  get: function () {
88
- return this.i.xl;
88
+ return this.i.xm;
89
89
  },
90
90
  set: function (v) {
91
- this.i.xl = ensureBool(v);
91
+ this.i.xm = ensureBool(v);
92
92
  },
93
93
  enumerable: false,
94
94
  configurable: true
@@ -98,10 +98,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
98
98
  * Gets or sets the whether the chart reacts to mouse move events.
99
99
  */
100
100
  get: function () {
101
- return this.i.xk;
101
+ return this.i.xl;
102
102
  },
103
103
  set: function (v) {
104
- this.i.xk = ensureBool(v);
104
+ this.i.xl = ensureBool(v);
105
105
  },
106
106
  enumerable: false,
107
107
  configurable: true
@@ -111,10 +111,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
111
111
  * Gets or sets the density value that maps to the minimum heat color.
112
112
  */
113
113
  get: function () {
114
- return this.i.xo;
114
+ return this.i.xp;
115
115
  },
116
116
  set: function (v) {
117
- this.i.xo = +v;
117
+ this.i.xp = +v;
118
118
  },
119
119
  enumerable: false,
120
120
  configurable: true
@@ -124,10 +124,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
124
124
  * Gets or sets the value that maps to the maximum heat color.
125
125
  */
126
126
  get: function () {
127
- return this.i.xn;
127
+ return this.i.xo;
128
128
  },
129
129
  set: function (v) {
130
- this.i.xn = +v;
130
+ this.i.xo = +v;
131
131
  },
132
132
  enumerable: false,
133
133
  configurable: true
@@ -137,10 +137,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
137
137
  * Gets or sets the color to use for the minimum end of the scale.
138
138
  */
139
139
  get: function () {
140
- return colorToString(this.i.yi);
140
+ return colorToString(this.i.yj);
141
141
  },
142
142
  set: function (v) {
143
- this.i.yi = stringToColor(v);
143
+ this.i.yj = stringToColor(v);
144
144
  },
145
145
  enumerable: false,
146
146
  configurable: true
@@ -150,10 +150,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
150
150
  * Gets or sets the color to use for the maximum end of the scale.
151
151
  */
152
152
  get: function () {
153
- return colorToString(this.i.yh);
153
+ return colorToString(this.i.yi);
154
154
  },
155
155
  set: function (v) {
156
- this.i.yh = stringToColor(v);
156
+ this.i.yi = stringToColor(v);
157
157
  },
158
158
  enumerable: false,
159
159
  configurable: true
@@ -163,10 +163,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
163
163
  * Gets or sets the the pixel extent of the square data points that are rendered.
164
164
  */
165
165
  get: function () {
166
- return this.i.xr;
166
+ return this.i.xs;
167
167
  },
168
168
  set: function (v) {
169
- this.i.xr = +v;
169
+ this.i.xs = +v;
170
170
  },
171
171
  enumerable: false,
172
172
  configurable: true
@@ -176,10 +176,10 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
176
176
  * Represents the current status of the progressive load of the series. It will range from 0 to 100, where 100 is fully loaded.
177
177
  */
178
178
  get: function () {
179
- return this.i.xs;
179
+ return this.i.xt;
180
180
  },
181
181
  set: function (v) {
182
- this.i.xs = +v;
182
+ this.i.xt = +v;
183
183
  },
184
184
  enumerable: false,
185
185
  configurable: true
@@ -294,10 +294,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
294
294
  * Gets or sets zoomability of the current control
295
295
  */
296
296
  get: function () {
297
- return this.i.yu;
297
+ return this.i.yv;
298
298
  },
299
299
  set: function (v) {
300
- this.i.yu = ensureBool(v);
300
+ this.i.yv = ensureBool(v);
301
301
  },
302
302
  enumerable: false,
303
303
  configurable: true
@@ -307,10 +307,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
307
307
  * Gets or sets the behavior to use during resize.
308
308
  */
309
309
  get: function () {
310
- return this.i.yn;
310
+ return this.i.yo;
311
311
  },
312
312
  set: function (v) {
313
- this.i.yn = ensureEnum(MapResizeBehavior_$type, v);
313
+ this.i.yo = ensureEnum(MapResizeBehavior_$type, v);
314
314
  },
315
315
  enumerable: false,
316
316
  configurable: true
@@ -320,10 +320,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
320
320
  * Gets or sets if the map should horizontally wrap.
321
321
  */
322
322
  get: function () {
323
- return this.i.yr;
323
+ return this.i.ys;
324
324
  },
325
325
  set: function (v) {
326
- this.i.yr = ensureBool(v);
326
+ this.i.ys = ensureBool(v);
327
327
  },
328
328
  enumerable: false,
329
329
  configurable: true
@@ -333,10 +333,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
333
333
  * Gets or sets if the map should horizontally wrap.
334
334
  */
335
335
  get: function () {
336
- return this.i.yj;
336
+ return this.i.yk;
337
337
  },
338
338
  set: function (v) {
339
- this.i.yj = ensureEnum(MapBackgroundTilingMode_$type, v);
339
+ this.i.yk = ensureEnum(MapBackgroundTilingMode_$type, v);
340
340
  },
341
341
  enumerable: false,
342
342
  configurable: true
@@ -346,10 +346,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
346
346
  * Gets or sets whether to use the uncoerced world rect to constrain the zoom bounds.
347
347
  */
348
348
  get: function () {
349
- return this.i.yt;
349
+ return this.i.yu;
350
350
  },
351
351
  set: function (v) {
352
- this.i.yt = ensureBool(v);
352
+ this.i.yu = ensureBool(v);
353
353
  },
354
354
  enumerable: false,
355
355
  configurable: true
@@ -359,10 +359,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
359
359
  * Gets or sets whether skip resetting the zoom when the world rect changes.
360
360
  */
361
361
  get: function () {
362
- return this.i.ys;
362
+ return this.i.yt;
363
363
  },
364
364
  set: function (v) {
365
- this.i.ys = ensureBool(v);
365
+ this.i.yt = ensureBool(v);
366
366
  },
367
367
  enumerable: false,
368
368
  configurable: true
@@ -372,10 +372,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
372
372
  * Gets or sets the world bounding rectangle.
373
373
  */
374
374
  get: function () {
375
- return fromRect(this.i.aap);
375
+ return fromRect(this.i.aaq);
376
376
  },
377
377
  set: function (v) {
378
- this.i.aap = toRect(v);
378
+ this.i.aaq = toRect(v);
379
379
  },
380
380
  enumerable: false,
381
381
  configurable: true
@@ -385,10 +385,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
385
385
  * Gets the actual value of the WorldRect.
386
386
  */
387
387
  get: function () {
388
- return fromRect(this.i.aad);
388
+ return fromRect(this.i.aae);
389
389
  },
390
390
  set: function (v) {
391
- this.i.aad = toRect(v);
391
+ this.i.aae = toRect(v);
392
392
  },
393
393
  enumerable: false,
394
394
  configurable: true
@@ -399,7 +399,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
399
399
  * 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.
400
400
  */
401
401
  get: function () {
402
- var r = this.i.yc;
402
+ var r = this.i.yd;
403
403
  if (r == null) {
404
404
  return null;
405
405
  }
@@ -415,7 +415,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
415
415
  set: function (v) {
416
416
  if (v != null && this._stylingContainer && v._styling)
417
417
  v._styling(this._stylingContainer, this, this);
418
- v == null ? this.i.yc = null : this.i.yc = v.i;
418
+ v == null ? this.i.yd = null : this.i.yd = v.i;
419
419
  },
420
420
  enumerable: false,
421
421
  configurable: true
@@ -426,7 +426,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
426
426
  * 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.
427
427
  */
428
428
  get: function () {
429
- var r = this.i.ye;
429
+ var r = this.i.yf;
430
430
  if (r == null) {
431
431
  return null;
432
432
  }
@@ -442,7 +442,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
442
442
  set: function (v) {
443
443
  if (v != null && this._stylingContainer && v._styling)
444
444
  v._styling(this._stylingContainer, this, this);
445
- v == null ? this.i.ye = null : this.i.ye = v.i;
445
+ v == null ? this.i.yf = null : this.i.yf = v.i;
446
446
  },
447
447
  enumerable: false,
448
448
  configurable: true
@@ -463,10 +463,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
463
463
  * This property is effectively a shortcut to the Width/Height of the WindowRect property.
464
464
  */
465
465
  get: function () {
466
- return this.i.yz;
466
+ return this.i.y0;
467
467
  },
468
468
  set: function (v) {
469
- this.i.yz = +v;
469
+ this.i.y0 = +v;
470
470
  },
471
471
  enumerable: false,
472
472
  configurable: true
@@ -477,10 +477,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
477
477
  * This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
478
478
  */
479
479
  get: function () {
480
- return this.i.yy;
480
+ return this.i.yz;
481
481
  },
482
482
  set: function (v) {
483
- this.i.yy = +v;
483
+ this.i.yz = +v;
484
484
  },
485
485
  enumerable: false,
486
486
  configurable: true
@@ -490,7 +490,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
490
490
  * Gets whether or not the control is ready for zooming
491
491
  */
492
492
  get: function () {
493
- return this.i.yv;
493
+ return this.i.yw;
494
494
  },
495
495
  enumerable: false,
496
496
  configurable: true
@@ -521,7 +521,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
521
521
 
522
522
  */
523
523
  IgxGeographicMapComponent.prototype.getCurrentActualWorldRect = function () {
524
- var iv = this.i.aah();
524
+ var iv = this.i.aai();
525
525
  return fromRect(iv);
526
526
  };
527
527
  /**
@@ -538,14 +538,14 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
538
538
 
539
539
  */
540
540
  IgxGeographicMapComponent.prototype.updateZoomWindow = function (zoomWindow) {
541
- this.i.zt(toRect(zoomWindow));
541
+ this.i.zu(toRect(zoomWindow));
542
542
  };
543
543
  /**
544
544
  * Updates world rect in geographic coordinates
545
545
 
546
546
  */
547
547
  IgxGeographicMapComponent.prototype.updateWorldRect = function (worldRect) {
548
- this.i.zs(toRect(worldRect));
548
+ this.i.zt(toRect(worldRect));
549
549
  };
550
550
  /**
551
551
  * Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
@@ -557,7 +557,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
557
557
  return fromRect(iv);
558
558
  };
559
559
  IgxGeographicMapComponent.prototype.convertGeographicToZoom = function (geographic, extraPixelPadding) {
560
- var iv = this.i.aae(toRect(geographic), extraPixelPadding);
560
+ var iv = this.i.aaf(toRect(geographic), extraPixelPadding);
561
561
  return fromRect(iv);
562
562
  };
563
563
  IgxGeographicMapComponent.prototype.getZoomFromGeographicPoints = function (northWest, southEast) {
@@ -570,7 +570,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
570
570
  * @param windowRect * The zoom area.
571
571
  */
572
572
  IgxGeographicMapComponent.prototype.getGeographicFromZoom = function (windowRect) {
573
- var iv = this.i.aaj(toRect(windowRect));
573
+ var iv = this.i.aak(toRect(windowRect));
574
574
  return fromRect(iv);
575
575
  };
576
576
  /**
@@ -579,7 +579,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
579
579
  * @param pixelCoordinate * A pixel-based coordinate
580
580
  */
581
581
  IgxGeographicMapComponent.prototype.getGeographicPoint = function (pixelCoordinate) {
582
- var iv = this.i.z5(toPoint(pixelCoordinate));
582
+ var iv = this.i.z6(toPoint(pixelCoordinate));
583
583
  return fromPoint(iv);
584
584
  };
585
585
  /**
@@ -588,7 +588,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
588
588
  * @param geographicCoordinate * A geographic coordinate
589
589
  */
590
590
  IgxGeographicMapComponent.prototype.getPixelPoint = function (geographicCoordinate) {
591
- var iv = this.i.z6(toPoint(geographicCoordinate));
591
+ var iv = this.i.z7(toPoint(geographicCoordinate));
592
592
  return fromPoint(iv);
593
593
  };
594
594
  /**
@@ -597,7 +597,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
597
597
  * @param geographicCoordinate * A geographic coordinate
598
598
  */
599
599
  IgxGeographicMapComponent.prototype.getWindowPoint = function (geographicCoordinate) {
600
- var iv = this.i.z7(toPoint(geographicCoordinate));
600
+ var iv = this.i.z8(toPoint(geographicCoordinate));
601
601
  return fromPoint(iv);
602
602
  };
603
603
  /**
@@ -605,21 +605,21 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
605
605
 
606
606
  */
607
607
  IgxGeographicMapComponent.prototype.clearTileCache = function () {
608
- this.i.zg();
608
+ this.i.zh();
609
609
  };
610
610
  /**
611
611
  * Notifies the chart that the CSS styles in effect have been updated.
612
612
 
613
613
  */
614
614
  IgxGeographicMapComponent.prototype.styleUpdated = function () {
615
- this.i.zo();
615
+ this.i.zp();
616
616
  };
617
617
  /**
618
618
  * Gets actual window scale for horizontal dimension of the control
619
619
 
620
620
  */
621
621
  IgxGeographicMapComponent.prototype.getActualWindowScaleHorizontal = function () {
622
- var iv = this.i.ic();
622
+ var iv = this.i.id();
623
623
  return (iv);
624
624
  };
625
625
  /**
@@ -627,7 +627,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
627
627
 
628
628
  */
629
629
  IgxGeographicMapComponent.prototype.getActualWindowScaleVertical = function () {
630
- var iv = this.i.id();
630
+ var iv = this.i.ie();
631
631
  return (iv);
632
632
  };
633
633
  /**
@@ -642,7 +642,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
642
642
 
643
643
  */
644
644
  IgxGeographicMapComponent.prototype.exportVisualData = function () {
645
- var iv = this.i.y2();
645
+ var iv = this.i.y3();
646
646
  return (iv);
647
647
  };
648
648
  /**
@@ -651,7 +651,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
651
651
  * @param geographic * The geographic region to zoom to.
652
652
  */
653
653
  IgxGeographicMapComponent.prototype.zoomToGeographic = function (geographic) {
654
- this.i.zv(toRect(geographic));
654
+ this.i.zw(toRect(geographic));
655
655
  };
656
656
  Object.defineProperty(IgxGeographicMapComponent.prototype, "imageTilesReady", {
657
657
  /**