igniteui-angular-maps 21.0.0 → 21.0.1-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 (76) hide show
  1. package/bundles/igniteui-angular-maps.umd.js +1045 -1045
  2. package/bundles/igniteui-angular-maps.umd.min.js +1 -1
  3. package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
  4. package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  5. package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
  6. package/esm2015/lib/GeographicMarkerSeries.js +28 -28
  7. package/esm2015/lib/GeographicPolylineSeriesView_combined.js +17 -17
  8. package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  9. package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
  10. package/esm2015/lib/GeographicShapeSeriesView_combined.js +55 -55
  11. package/esm2015/lib/GeographicSymbolSeriesView_combined.js +52 -52
  12. package/esm2015/lib/GeographicTileSeries.js +27 -27
  13. package/esm2015/lib/SphericalMercatorHorizontalScaler.js +2 -2
  14. package/esm2015/lib/SphericalMercatorVerticalScaler.js +2 -2
  15. package/esm2015/lib/TileSeries_combined.js +87 -87
  16. package/esm2015/lib/XamGeographicMap_combined.js +124 -124
  17. package/esm2015/lib/igx-geographic-contour-line-series-component.js +9 -9
  18. package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  19. package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
  20. package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
  21. package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
  22. package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  23. package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
  24. package/esm2015/lib/igx-geographic-shape-series-base-component.js +22 -22
  25. package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
  26. package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
  27. package/esm2015/lib/igx-geographic-tile-series-component.js +4 -4
  28. package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  29. package/esm2015/lib/igx-tile-series-component.js +3 -3
  30. package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
  31. package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +76 -76
  32. package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
  33. package/esm5/lib/GeographicMarkerSeries.js +28 -28
  34. package/esm5/lib/GeographicPolylineSeriesView_combined.js +17 -17
  35. package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +83 -83
  36. package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
  37. package/esm5/lib/GeographicShapeSeriesView_combined.js +55 -55
  38. package/esm5/lib/GeographicSymbolSeriesView_combined.js +52 -52
  39. package/esm5/lib/GeographicTileSeries.js +26 -26
  40. package/esm5/lib/SphericalMercatorHorizontalScaler.js +2 -2
  41. package/esm5/lib/SphericalMercatorVerticalScaler.js +2 -2
  42. package/esm5/lib/TileSeries_combined.js +85 -85
  43. package/esm5/lib/XamGeographicMap_combined.js +123 -123
  44. package/esm5/lib/igx-geographic-contour-line-series-component.js +9 -9
  45. package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
  46. package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
  47. package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
  48. package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
  49. package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
  50. package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
  51. package/esm5/lib/igx-geographic-shape-series-base-component.js +22 -22
  52. package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
  53. package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
  54. package/esm5/lib/igx-geographic-tile-series-component.js +4 -4
  55. package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
  56. package/esm5/lib/igx-tile-series-component.js +3 -3
  57. package/fesm2015/igniteui-angular-maps.js +1053 -1053
  58. package/fesm5/igniteui-angular-maps.js +1045 -1045
  59. package/lib/GeographicContourLineSeriesView_combined.d.ts +12 -12
  60. package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +20 -20
  61. package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
  62. package/lib/GeographicMarkerSeries.d.ts +15 -15
  63. package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
  64. package/lib/GeographicPolylineSeriesView_combined.d.ts +8 -8
  65. package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
  66. package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +22 -22
  67. package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
  68. package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
  69. package/lib/GeographicShapeSeriesView_combined.d.ts +24 -24
  70. package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
  71. package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
  72. package/lib/GeographicTileSeries.d.ts +9 -9
  73. package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
  74. package/lib/TileSeries_combined.d.ts +20 -20
  75. package/lib/XamGeographicMap_combined.d.ts +24 -24
  76. package/package.json +2 -2
@@ -51,10 +51,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
51
51
  * The name of the property of ItemsSource items which contains the latitude coordinate of the symbol.
52
52
  */
53
53
  get: function () {
54
- return this.i.y7;
54
+ return this.i.y8;
55
55
  },
56
56
  set: function (v) {
57
- this.i.y7 = v;
57
+ this.i.y8 = v;
58
58
  },
59
59
  enumerable: false,
60
60
  configurable: true
@@ -64,10 +64,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
64
64
  * The name of the property of ItemsSource items which contains the longitude coordinate of the symbol.
65
65
  */
66
66
  get: function () {
67
- return this.i.y9;
67
+ return this.i.za;
68
68
  },
69
69
  set: function (v) {
70
- this.i.y9 = v;
70
+ this.i.za = v;
71
71
  },
72
72
  enumerable: false,
73
73
  configurable: true
@@ -77,10 +77,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
77
77
  * The desired behavior for markers in this series which are placed too close together for the current view, resulting in a collision.
78
78
  */
79
79
  get: function () {
80
- return this.i.yt;
80
+ return this.i.yu;
81
81
  },
82
82
  set: function (v) {
83
- this.i.yt = ensureEnum(CollisionAvoidanceType_$type, v);
83
+ this.i.yu = ensureEnum(CollisionAvoidanceType_$type, v);
84
84
  },
85
85
  enumerable: false,
86
86
  configurable: true
@@ -90,10 +90,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
90
90
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual visuals.
91
91
  */
92
92
  get: function () {
93
- return this.i.y0;
93
+ return this.i.y1;
94
94
  },
95
95
  set: function (v) {
96
- this.i.y0 = ensureBool(v);
96
+ this.i.y1 = ensureBool(v);
97
97
  },
98
98
  enumerable: false,
99
99
  configurable: true
@@ -103,10 +103,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
103
103
  * Gets or sets whether this Scatter series should allow custom style overrides of its individual marker visuals.
104
104
  */
105
105
  get: function () {
106
- return this.i.yz;
106
+ return this.i.y0;
107
107
  },
108
108
  set: function (v) {
109
- this.i.yz = ensureBool(v);
109
+ this.i.y0 = ensureBool(v);
110
110
  },
111
111
  enumerable: false,
112
112
  configurable: true
@@ -116,10 +116,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
116
116
  * Gets or sets the mode the series will use to find the closest point to the cursor.
117
117
  */
118
118
  get: function () {
119
- return this.i.yu;
119
+ return this.i.yv;
120
120
  },
121
121
  set: function (v) {
122
- this.i.yu = ensureEnum(ScatterItemSearchMode_$type, v);
122
+ this.i.yv = ensureEnum(ScatterItemSearchMode_$type, v);
123
123
  },
124
124
  enumerable: false,
125
125
  configurable: true
@@ -129,10 +129,10 @@ var IgxGeographicSymbolSeriesComponent = /** @class */ /*@__PURE__*/ (function (
129
129
  * Gets or sets the threshold to use when searching for items using ItemSearchMode.
130
130
  */
131
131
  get: function () {
132
- return this.i.y2;
132
+ return this.i.y3;
133
133
  },
134
134
  set: function (v) {
135
- this.i.y2 = +v;
135
+ this.i.y3 = +v;
136
136
  },
137
137
  enumerable: false,
138
138
  configurable: true
@@ -35,7 +35,7 @@ var IgxGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
35
35
  * Gets whether the current series shows a tile imagery.
36
36
  */
37
37
  get: function () {
38
- return this.i.f6;
38
+ return this.i.f7;
39
39
  },
40
40
  enumerable: false,
41
41
  configurable: true
@@ -45,14 +45,14 @@ var IgxGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
45
45
  * The MapImagery which is used to provide the tiles for display.
46
46
  */
47
47
  get: function () {
48
- var r = this.i.y2;
48
+ var r = this.i.y3;
49
49
  if (r == null) {
50
50
  return null;
51
51
  }
52
52
  return r.externalObject;
53
53
  },
54
54
  set: function (v) {
55
- v == null ? this.i.y2 = null : this.i.y2 = v.i;
55
+ v == null ? this.i.y3 = null : this.i.y3 = v.i;
56
56
  },
57
57
  enumerable: false,
58
58
  configurable: true
@@ -72,7 +72,7 @@ var IgxGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
72
72
 
73
73
  */
74
74
  IgxGeographicTileSeriesComponent.prototype.clearTileCache = function () {
75
- this.i.y6();
75
+ this.i.y7();
76
76
  };
77
77
  Object.defineProperty(IgxGeographicTileSeriesComponent.prototype, "imageTilesReady", {
78
78
  /**
@@ -49,10 +49,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
49
49
  * The name of the property from which to extract the Longitude for each item in the ItemsSource.
50
50
  */
51
51
  get: function () {
52
- return this.i.xx;
52
+ return this.i.xy;
53
53
  },
54
54
  set: function (v) {
55
- this.i.xx = v;
55
+ this.i.xy = v;
56
56
  },
57
57
  enumerable: false,
58
58
  configurable: true
@@ -62,10 +62,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
62
62
  * The name of the property from which to extract the Latitude for each item in the ItemsSource.
63
63
  */
64
64
  get: function () {
65
- return this.i.xv;
65
+ return this.i.xw;
66
66
  },
67
67
  set: function (v) {
68
- this.i.xv = v;
68
+ this.i.xw = v;
69
69
  },
70
70
  enumerable: false,
71
71
  configurable: true
@@ -76,10 +76,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
76
76
  * This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
77
77
  */
78
78
  get: function () {
79
- return this.i.xu;
79
+ return this.i.xv;
80
80
  },
81
81
  set: function (v) {
82
- this.i.xu = v;
82
+ this.i.xv = v;
83
83
  },
84
84
  enumerable: false,
85
85
  configurable: true
@@ -89,10 +89,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
89
89
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
90
90
  */
91
91
  get: function () {
92
- return this.i.x0;
92
+ return this.i.x1;
93
93
  },
94
94
  set: function (v) {
95
- this.i.x0 = v;
95
+ this.i.x1 = v;
96
96
  },
97
97
  enumerable: false,
98
98
  configurable: true
@@ -102,10 +102,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
102
102
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
103
103
  */
104
104
  get: function () {
105
- return this.i.x2;
105
+ return this.i.x3;
106
106
  },
107
107
  set: function (v) {
108
- this.i.x2 = v;
108
+ this.i.x3 = v;
109
109
  },
110
110
  enumerable: false,
111
111
  configurable: true
@@ -115,10 +115,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
115
115
  * The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
116
116
  */
117
117
  get: function () {
118
- return this.i.x4;
118
+ return this.i.x5;
119
119
  },
120
120
  set: function (v) {
121
- this.i.x4 = v;
121
+ this.i.x5 = v;
122
122
  },
123
123
  enumerable: false,
124
124
  configurable: true
@@ -30,7 +30,7 @@ var IgxTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
30
30
  * Gets whether the current series shows a tile imagery.
31
31
  */
32
32
  get: function () {
33
- return this.i.f6;
33
+ return this.i.f7;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
@@ -40,14 +40,14 @@ var IgxTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
40
40
  * The MapImagery which is used to provide the tiles for display.
41
41
  */
42
42
  get: function () {
43
- var r = this.i.aaw;
43
+ var r = this.i.aax;
44
44
  if (r == null) {
45
45
  return null;
46
46
  }
47
47
  return r.externalObject;
48
48
  },
49
49
  set: function (v) {
50
- v == null ? this.i.aaw = null : this.i.aaw = v.i;
50
+ v == null ? this.i.aax = null : this.i.aax = v.i;
51
51
  },
52
52
  enumerable: false,
53
53
  configurable: true