igniteui-angular-maps 18.1.0 → 18.1.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.
- package/bundles/igniteui-angular-maps.umd.js +921 -921
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +162 -162
- package/esm2015/lib/GeographicMarkerSeries.js +27 -27
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +55 -55
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +81 -81
- package/esm2015/lib/XamGeographicMap_combined.js +82 -82
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-map-series-host-component.js +12 -12
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm2015/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm2015/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm2015/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +2 -2
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +35 -35
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +69 -69
- package/esm5/lib/GeographicMapSeriesHost_combined.js +160 -160
- package/esm5/lib/GeographicMarkerSeries.js +27 -27
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +15 -15
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +82 -82
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +54 -54
- package/esm5/lib/GeographicShapeSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +51 -51
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +79 -79
- package/esm5/lib/XamGeographicMap_combined.js +81 -81
- package/esm5/lib/igx-geographic-contour-line-series-component.js +8 -8
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +22 -22
- package/esm5/lib/igx-geographic-map-series-host-component.js +12 -12
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +10 -10
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +32 -32
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +7 -7
- package/esm5/lib/igx-geographic-shape-series-base-component.js +16 -16
- package/esm5/lib/igx-geographic-shape-series-component.js +32 -32
- package/esm5/lib/igx-geographic-symbol-series-component.js +14 -14
- package/esm5/lib/igx-geographic-tile-series-component.js +3 -3
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +2 -2
- package/fesm2015/igniteui-angular-maps.js +929 -929
- package/fesm5/igniteui-angular-maps.js +921 -921
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +16 -16
- package/lib/GeographicMapSeriesHost_combined.d.ts +28 -28
- package/lib/GeographicMarkerSeries.d.ts +14 -14
- package/lib/GeographicMarkerSeriesBase.d.ts +1 -1
- package/lib/GeographicPolylineSeriesView_combined.d.ts +7 -7
- package/lib/GeographicProportionalSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicProportionalSymbolSeriesView_combined.d.ts +21 -21
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +15 -15
- package/lib/GeographicShapeSeriesView_combined.d.ts +21 -21
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +14 -14
- package/lib/GeographicTileSeries.d.ts +8 -8
- package/lib/GeographicXYTriangulatingSeriesBase.d.ts +1 -1
- package/lib/TileSeries_combined.d.ts +19 -19
- package/lib/XamGeographicMap_combined.d.ts +22 -22
- package/package.json +2 -2
|
@@ -45,14 +45,14 @@ var IgxGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
45
45
|
* The MapImagery which is used to provide the tiles for display.
|
|
46
46
|
*/
|
|
47
47
|
get: function () {
|
|
48
|
-
var r = this.i.
|
|
48
|
+
var r = this.i.x0;
|
|
49
49
|
if (r == null) {
|
|
50
50
|
return null;
|
|
51
51
|
}
|
|
52
52
|
return r.externalObject;
|
|
53
53
|
},
|
|
54
54
|
set: function (v) {
|
|
55
|
-
v == null ? this.i.
|
|
55
|
+
v == null ? this.i.x0 = null : this.i.x0 = v.i;
|
|
56
56
|
},
|
|
57
57
|
enumerable: false,
|
|
58
58
|
configurable: true
|
|
@@ -72,7 +72,7 @@ var IgxGeographicTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
72
72
|
|
|
73
73
|
*/
|
|
74
74
|
IgxGeographicTileSeriesComponent.prototype.clearTileCache = function () {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.x4();
|
|
76
76
|
};
|
|
77
77
|
Object.defineProperty(IgxGeographicTileSeriesComponent.prototype, "imageTilesReady", {
|
|
78
78
|
/**
|
|
@@ -49,10 +49,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
49
49
|
* The name of the property from which to extract the Longitude for each item in the ItemsSource.
|
|
50
50
|
*/
|
|
51
51
|
get: function () {
|
|
52
|
-
return this.i.
|
|
52
|
+
return this.i.w4;
|
|
53
53
|
},
|
|
54
54
|
set: function (v) {
|
|
55
|
-
this.i.
|
|
55
|
+
this.i.w4 = v;
|
|
56
56
|
},
|
|
57
57
|
enumerable: false,
|
|
58
58
|
configurable: true
|
|
@@ -62,10 +62,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
62
62
|
* The name of the property from which to extract the Latitude for each item in the ItemsSource.
|
|
63
63
|
*/
|
|
64
64
|
get: function () {
|
|
65
|
-
return this.i.
|
|
65
|
+
return this.i.w2;
|
|
66
66
|
},
|
|
67
67
|
set: function (v) {
|
|
68
|
-
this.i.
|
|
68
|
+
this.i.w2 = v;
|
|
69
69
|
},
|
|
70
70
|
enumerable: false,
|
|
71
71
|
configurable: true
|
|
@@ -76,10 +76,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
76
76
|
* This property is optional. If it is left as null, the triangulation will be created based on the items in the ItemsSource. Triangulation is a demanding operation, so the runtime performance will be better when specifying a TriangulationSource, especially when a large number of data items are present.
|
|
77
77
|
*/
|
|
78
78
|
get: function () {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.w1;
|
|
80
80
|
},
|
|
81
81
|
set: function (v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.w1 = v;
|
|
83
83
|
},
|
|
84
84
|
enumerable: false,
|
|
85
85
|
configurable: true
|
|
@@ -89,10 +89,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
89
89
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the first vertex point in the ItemsSource.
|
|
90
90
|
*/
|
|
91
91
|
get: function () {
|
|
92
|
-
return this.i.
|
|
92
|
+
return this.i.w7;
|
|
93
93
|
},
|
|
94
94
|
set: function (v) {
|
|
95
|
-
this.i.
|
|
95
|
+
this.i.w7 = v;
|
|
96
96
|
},
|
|
97
97
|
enumerable: false,
|
|
98
98
|
configurable: true
|
|
@@ -102,10 +102,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
102
102
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the second vertex point in the ItemsSource.
|
|
103
103
|
*/
|
|
104
104
|
get: function () {
|
|
105
|
-
return this.i.
|
|
105
|
+
return this.i.w9;
|
|
106
106
|
},
|
|
107
107
|
set: function (v) {
|
|
108
|
-
this.i.
|
|
108
|
+
this.i.w9 = v;
|
|
109
109
|
},
|
|
110
110
|
enumerable: false,
|
|
111
111
|
configurable: true
|
|
@@ -115,10 +115,10 @@ var IgxGeographicXYTriangulatingSeriesComponent = /** @class */ /*@__PURE__*/ (f
|
|
|
115
115
|
* The name of the property of the TrianglesSource items which, for each triangle, contains the index of the third vertex point in the ItemsSource.
|
|
116
116
|
*/
|
|
117
117
|
get: function () {
|
|
118
|
-
return this.i.
|
|
118
|
+
return this.i.xb;
|
|
119
119
|
},
|
|
120
120
|
set: function (v) {
|
|
121
|
-
this.i.
|
|
121
|
+
this.i.xb = v;
|
|
122
122
|
},
|
|
123
123
|
enumerable: false,
|
|
124
124
|
configurable: true
|
|
@@ -40,14 +40,14 @@ var IgxTileSeriesComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
40
40
|
* The MapImagery which is used to provide the tiles for display.
|
|
41
41
|
*/
|
|
42
42
|
get: function () {
|
|
43
|
-
var r = this.i.
|
|
43
|
+
var r = this.i.zl;
|
|
44
44
|
if (r == null) {
|
|
45
45
|
return null;
|
|
46
46
|
}
|
|
47
47
|
return r.externalObject;
|
|
48
48
|
},
|
|
49
49
|
set: function (v) {
|
|
50
|
-
v == null ? this.i.
|
|
50
|
+
v == null ? this.i.zl = null : this.i.zl = v.i;
|
|
51
51
|
},
|
|
52
52
|
enumerable: false,
|
|
53
53
|
configurable: true
|