igniteui-angular-maps 13.1.1 → 13.2.0-beta.2
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 +1515 -1496
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +183 -183
- package/esm2015/lib/GeographicMarkerSeries.js +33 -26
- 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 +61 -54
- 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 +473 -473
- package/esm2015/lib/igx-geographic-contour-line-series-component.js +24 -24
- package/esm2015/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm2015/lib/igx-geographic-map-component.js +50 -50
- package/esm2015/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm2015/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm2015/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm2015/lib/igx-geographic-proportional-symbol-series-component.js +43 -43
- package/esm2015/lib/igx-geographic-scatter-area-series-component.js +18 -18
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm2015/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm2015/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm2015/lib/igx-geographic-tile-series-component.js +5 -5
- package/esm2015/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm2015/lib/igx-tile-series-component.js +4 -4
- package/esm5/lib/GeographicContourLineSeriesView_combined.js +37 -37
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +86 -80
- package/esm5/lib/GeographicMapSeriesHost_combined.js +181 -181
- package/esm5/lib/GeographicMarkerSeries.js +33 -26
- 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 +61 -54
- 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 +466 -466
- package/esm5/lib/igx-geographic-contour-line-series-component.js +24 -24
- package/esm5/lib/igx-geographic-high-density-scatter-series-component.js +23 -23
- package/esm5/lib/igx-geographic-map-component.js +50 -50
- package/esm5/lib/igx-geographic-map-series-host-component.js +21 -21
- package/esm5/lib/igx-geographic-marker-series-component.js +22 -22
- package/esm5/lib/igx-geographic-polyline-series-component.js +11 -11
- package/esm5/lib/igx-geographic-proportional-symbol-series-component.js +43 -43
- package/esm5/lib/igx-geographic-scatter-area-series-component.js +18 -18
- package/esm5/lib/igx-geographic-shape-series-base-component.js +20 -20
- package/esm5/lib/igx-geographic-shape-series-component.js +33 -33
- package/esm5/lib/igx-geographic-symbol-series-component.js +15 -15
- package/esm5/lib/igx-geographic-tile-series-component.js +5 -5
- package/esm5/lib/igx-geographic-xy-triangulating-series-component.js +12 -12
- package/esm5/lib/igx-tile-series-component.js +4 -4
- package/fesm2015/igniteui-angular-maps.js +1528 -1509
- package/fesm5/igniteui-angular-maps.js +1515 -1496
- package/lib/GeographicContourLineSeriesView_combined.d.ts +15 -15
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +26 -25
- package/lib/GeographicMapSeriesHost_combined.d.ts +46 -46
- package/lib/GeographicMarkerSeries.d.ts +18 -17
- 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 +28 -28
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +25 -25
- package/lib/GeographicShapeSeriesView_combined.d.ts +28 -27
- 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 +115 -115
- package/package.json +3 -3
|
@@ -37,7 +37,7 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
37
37
|
* Gets whether the current series shows a line contour shape.
|
|
38
38
|
*/
|
|
39
39
|
get: function () {
|
|
40
|
-
return this.i.
|
|
40
|
+
return this.i.d0;
|
|
41
41
|
},
|
|
42
42
|
enumerable: false,
|
|
43
43
|
configurable: true
|
|
@@ -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.
|
|
50
|
+
return this.i.q4;
|
|
51
51
|
},
|
|
52
52
|
set: function (v) {
|
|
53
|
-
this.i.
|
|
53
|
+
this.i.q4 = v;
|
|
54
54
|
},
|
|
55
55
|
enumerable: false,
|
|
56
56
|
configurable: true
|
|
@@ -60,22 +60,22 @@ 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
|
-
if (this.i.
|
|
63
|
+
if (this.i.q0 == null) {
|
|
64
64
|
return null;
|
|
65
65
|
}
|
|
66
|
-
if (!this.i.
|
|
67
|
-
var e = IgxValueBrushScaleComponent._createFromInternal(this.i.
|
|
66
|
+
if (!this.i.q0.externalObject) {
|
|
67
|
+
var e = IgxValueBrushScaleComponent._createFromInternal(this.i.q0);
|
|
68
68
|
if (e) {
|
|
69
|
-
e._implementation = this.i.
|
|
69
|
+
e._implementation = this.i.q0;
|
|
70
70
|
}
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.q0.externalObject = e;
|
|
72
72
|
}
|
|
73
|
-
return this.i.
|
|
73
|
+
return this.i.q0.externalObject;
|
|
74
74
|
},
|
|
75
75
|
set: function (v) {
|
|
76
76
|
if (v != null && this._stylingContainer && v._styling)
|
|
77
77
|
v._styling(this._stylingContainer, this, this);
|
|
78
|
-
v == null ? this.i.
|
|
78
|
+
v == null ? this.i.q0 = null : this.i.q0 = v.i;
|
|
79
79
|
},
|
|
80
80
|
enumerable: false,
|
|
81
81
|
configurable: true
|
|
@@ -85,22 +85,22 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
85
85
|
* Gets actual fill scale that is set on the FillScale property or default FillScale
|
|
86
86
|
*/
|
|
87
87
|
get: function () {
|
|
88
|
-
if (this.i.
|
|
88
|
+
if (this.i.qz == null) {
|
|
89
89
|
return null;
|
|
90
90
|
}
|
|
91
|
-
if (!this.i.
|
|
92
|
-
var e = IgxValueBrushScaleComponent._createFromInternal(this.i.
|
|
91
|
+
if (!this.i.qz.externalObject) {
|
|
92
|
+
var e = IgxValueBrushScaleComponent._createFromInternal(this.i.qz);
|
|
93
93
|
if (e) {
|
|
94
|
-
e._implementation = this.i.
|
|
94
|
+
e._implementation = this.i.qz;
|
|
95
95
|
}
|
|
96
|
-
this.i.
|
|
96
|
+
this.i.qz.externalObject = e;
|
|
97
97
|
}
|
|
98
|
-
return this.i.
|
|
98
|
+
return this.i.qz.externalObject;
|
|
99
99
|
},
|
|
100
100
|
set: function (v) {
|
|
101
101
|
if (v != null && this._stylingContainer && v._styling)
|
|
102
102
|
v._styling(this._stylingContainer, this, this);
|
|
103
|
-
v == null ? this.i.
|
|
103
|
+
v == null ? this.i.qz = null : this.i.qz = v.i;
|
|
104
104
|
},
|
|
105
105
|
enumerable: false,
|
|
106
106
|
configurable: true
|
|
@@ -110,22 +110,22 @@ var IgxGeographicContourLineSeriesComponent = /** @class */ /*@__PURE__*/ (funct
|
|
|
110
110
|
* The ContourValueResolver used to determine the numeric values of contours.
|
|
111
111
|
*/
|
|
112
112
|
get: function () {
|
|
113
|
-
if (this.i.
|
|
113
|
+
if (this.i.qw == null) {
|
|
114
114
|
return null;
|
|
115
115
|
}
|
|
116
|
-
if (!this.i.
|
|
117
|
-
var e = IgxContourValueResolverComponent._createFromInternal(this.i.
|
|
116
|
+
if (!this.i.qw.externalObject) {
|
|
117
|
+
var e = IgxContourValueResolverComponent._createFromInternal(this.i.qw);
|
|
118
118
|
if (e) {
|
|
119
|
-
e._implementation = this.i.
|
|
119
|
+
e._implementation = this.i.qw;
|
|
120
120
|
}
|
|
121
|
-
this.i.
|
|
121
|
+
this.i.qw.externalObject = e;
|
|
122
122
|
}
|
|
123
|
-
return this.i.
|
|
123
|
+
return this.i.qw.externalObject;
|
|
124
124
|
},
|
|
125
125
|
set: function (v) {
|
|
126
126
|
if (v != null && this._stylingContainer && v._styling)
|
|
127
127
|
v._styling(this._stylingContainer, this, this);
|
|
128
|
-
v == null ? this.i.
|
|
128
|
+
v == null ? this.i.qw = null : this.i.qw = v.i;
|
|
129
129
|
},
|
|
130
130
|
enumerable: false,
|
|
131
131
|
configurable: true
|
|
@@ -36,7 +36,7 @@ var IgxGeographicHighDensityScatterSeriesComponent = /** @class */ /*@__PURE__*/
|
|
|
36
36
|
* Gets whether the current series shows pixels.
|
|
37
37
|
*/
|
|
38
38
|
get: function () {
|
|
39
|
-
return this.i.
|
|
39
|
+
return this.i.d5;
|
|
40
40
|
},
|
|
41
41
|
enumerable: false,
|
|
42
42
|
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.
|
|
49
|
+
return this.i.qs;
|
|
50
50
|
},
|
|
51
51
|
set: function (v) {
|
|
52
|
-
this.i.
|
|
52
|
+
this.i.qs = 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.
|
|
62
|
+
return this.i.qu;
|
|
63
63
|
},
|
|
64
64
|
set: function (v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.qu = 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.
|
|
75
|
+
return this.i.qh;
|
|
76
76
|
},
|
|
77
77
|
set: function (v) {
|
|
78
|
-
this.i.
|
|
78
|
+
this.i.qh = 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.
|
|
88
|
+
return this.i.qg;
|
|
89
89
|
},
|
|
90
90
|
set: function (v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.qg = 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.
|
|
101
|
+
return this.i.qf;
|
|
102
102
|
},
|
|
103
103
|
set: function (v) {
|
|
104
|
-
this.i.
|
|
104
|
+
this.i.qf = 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.
|
|
114
|
+
return this.i.qj;
|
|
115
115
|
},
|
|
116
116
|
set: function (v) {
|
|
117
|
-
this.i.
|
|
117
|
+
this.i.qj = +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.
|
|
127
|
+
return this.i.qi;
|
|
128
128
|
},
|
|
129
129
|
set: function (v) {
|
|
130
|
-
this.i.
|
|
130
|
+
this.i.qi = +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.
|
|
140
|
+
return colorToString(this.i.rd);
|
|
141
141
|
},
|
|
142
142
|
set: function (v) {
|
|
143
|
-
this.i.
|
|
143
|
+
this.i.rd = 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.
|
|
153
|
+
return colorToString(this.i.rc);
|
|
154
154
|
},
|
|
155
155
|
set: function (v) {
|
|
156
|
-
this.i.
|
|
156
|
+
this.i.rc = 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.
|
|
166
|
+
return this.i.qm;
|
|
167
167
|
},
|
|
168
168
|
set: function (v) {
|
|
169
|
-
this.i.
|
|
169
|
+
this.i.qm = +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.
|
|
179
|
+
return this.i.qn;
|
|
180
180
|
},
|
|
181
181
|
set: function (v) {
|
|
182
|
-
this.i.
|
|
182
|
+
this.i.qn = +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.
|
|
297
|
+
return this.i.tk;
|
|
298
298
|
},
|
|
299
299
|
set: function (v) {
|
|
300
|
-
this.i.
|
|
300
|
+
this.i.tk = 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.
|
|
310
|
+
return this.i.td;
|
|
311
311
|
},
|
|
312
312
|
set: function (v) {
|
|
313
|
-
this.i.
|
|
313
|
+
this.i.td = 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.
|
|
323
|
+
return this.i.th;
|
|
324
324
|
},
|
|
325
325
|
set: function (v) {
|
|
326
|
-
this.i.
|
|
326
|
+
this.i.th = 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.
|
|
336
|
+
return this.i.s9;
|
|
337
337
|
},
|
|
338
338
|
set: function (v) {
|
|
339
|
-
this.i.
|
|
339
|
+
this.i.s9 = 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.
|
|
349
|
+
return this.i.tj;
|
|
350
350
|
},
|
|
351
351
|
set: function (v) {
|
|
352
|
-
this.i.
|
|
352
|
+
this.i.tj = 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.
|
|
362
|
+
return this.i.ti;
|
|
363
363
|
},
|
|
364
364
|
set: function (v) {
|
|
365
|
-
this.i.
|
|
365
|
+
this.i.ti = 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.
|
|
375
|
+
return fromRect(this.i.vf);
|
|
376
376
|
},
|
|
377
377
|
set: function (v) {
|
|
378
|
-
this.i.
|
|
378
|
+
this.i.vf = 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.
|
|
388
|
+
return fromRect(this.i.u3);
|
|
389
389
|
},
|
|
390
390
|
set: function (v) {
|
|
391
|
-
this.i.
|
|
391
|
+
this.i.u3 = toRect(v);
|
|
392
392
|
},
|
|
393
393
|
enumerable: false,
|
|
394
394
|
configurable: true
|
|
@@ -399,22 +399,22 @@ 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
|
-
if (this.i.
|
|
402
|
+
if (this.i.s2 == null) {
|
|
403
403
|
return null;
|
|
404
404
|
}
|
|
405
|
-
if (!this.i.
|
|
406
|
-
var e = IgxNumericXAxisComponent._createFromInternal(this.i.
|
|
405
|
+
if (!this.i.s2.externalObject) {
|
|
406
|
+
var e = IgxNumericXAxisComponent._createFromInternal(this.i.s2);
|
|
407
407
|
if (e) {
|
|
408
|
-
e._implementation = this.i.
|
|
408
|
+
e._implementation = this.i.s2;
|
|
409
409
|
}
|
|
410
|
-
this.i.
|
|
410
|
+
this.i.s2.externalObject = e;
|
|
411
411
|
}
|
|
412
|
-
return this.i.
|
|
412
|
+
return this.i.s2.externalObject;
|
|
413
413
|
},
|
|
414
414
|
set: function (v) {
|
|
415
415
|
if (v != null && this._stylingContainer && v._styling)
|
|
416
416
|
v._styling(this._stylingContainer, this, this);
|
|
417
|
-
v == null ? this.i.
|
|
417
|
+
v == null ? this.i.s2 = null : this.i.s2 = v.i;
|
|
418
418
|
},
|
|
419
419
|
enumerable: false,
|
|
420
420
|
configurable: true
|
|
@@ -425,22 +425,22 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
425
425
|
* 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.
|
|
426
426
|
*/
|
|
427
427
|
get: function () {
|
|
428
|
-
if (this.i.
|
|
428
|
+
if (this.i.s4 == null) {
|
|
429
429
|
return null;
|
|
430
430
|
}
|
|
431
|
-
if (!this.i.
|
|
432
|
-
var e = IgxNumericYAxisComponent._createFromInternal(this.i.
|
|
431
|
+
if (!this.i.s4.externalObject) {
|
|
432
|
+
var e = IgxNumericYAxisComponent._createFromInternal(this.i.s4);
|
|
433
433
|
if (e) {
|
|
434
|
-
e._implementation = this.i.
|
|
434
|
+
e._implementation = this.i.s4;
|
|
435
435
|
}
|
|
436
|
-
this.i.
|
|
436
|
+
this.i.s4.externalObject = e;
|
|
437
437
|
}
|
|
438
|
-
return this.i.
|
|
438
|
+
return this.i.s4.externalObject;
|
|
439
439
|
},
|
|
440
440
|
set: function (v) {
|
|
441
441
|
if (v != null && this._stylingContainer && v._styling)
|
|
442
442
|
v._styling(this._stylingContainer, this, this);
|
|
443
|
-
v == null ? this.i.
|
|
443
|
+
v == null ? this.i.s4 = null : this.i.s4 = v.i;
|
|
444
444
|
},
|
|
445
445
|
enumerable: false,
|
|
446
446
|
configurable: true
|
|
@@ -450,7 +450,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
450
450
|
* Indicates if this SeriesViewer is a map.
|
|
451
451
|
*/
|
|
452
452
|
get: function () {
|
|
453
|
-
return this.i.
|
|
453
|
+
return this.i.ef;
|
|
454
454
|
},
|
|
455
455
|
enumerable: false,
|
|
456
456
|
configurable: true
|
|
@@ -461,10 +461,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
461
461
|
* This property is effectively a shortcut to the Width/Height of the WindowRect property.
|
|
462
462
|
*/
|
|
463
463
|
get: function () {
|
|
464
|
-
return this.i.
|
|
464
|
+
return this.i.tp;
|
|
465
465
|
},
|
|
466
466
|
set: function (v) {
|
|
467
|
-
this.i.
|
|
467
|
+
this.i.tp = +v;
|
|
468
468
|
},
|
|
469
469
|
enumerable: false,
|
|
470
470
|
configurable: true
|
|
@@ -475,10 +475,10 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
475
475
|
* This property is effectively a shortcut to the Width/Height of the ActualWindowRect property.
|
|
476
476
|
*/
|
|
477
477
|
get: function () {
|
|
478
|
-
return this.i.
|
|
478
|
+
return this.i.to;
|
|
479
479
|
},
|
|
480
480
|
set: function (v) {
|
|
481
|
-
this.i.
|
|
481
|
+
this.i.to = +v;
|
|
482
482
|
},
|
|
483
483
|
enumerable: false,
|
|
484
484
|
configurable: true
|
|
@@ -488,7 +488,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
488
488
|
* Gets whether or not the control is ready for zooming
|
|
489
489
|
*/
|
|
490
490
|
get: function () {
|
|
491
|
-
return this.i.
|
|
491
|
+
return this.i.tl;
|
|
492
492
|
},
|
|
493
493
|
enumerable: false,
|
|
494
494
|
configurable: true
|
|
@@ -519,7 +519,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
519
519
|
|
|
520
520
|
*/
|
|
521
521
|
IgxGeographicMapComponent.prototype.getCurrentActualWorldRect = function () {
|
|
522
|
-
var iv = this.i.
|
|
522
|
+
var iv = this.i.u7();
|
|
523
523
|
return fromRect(iv);
|
|
524
524
|
};
|
|
525
525
|
/**
|
|
@@ -536,14 +536,14 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
536
536
|
|
|
537
537
|
*/
|
|
538
538
|
IgxGeographicMapComponent.prototype.updateZoomWindow = function (zoomWindow) {
|
|
539
|
-
this.i.
|
|
539
|
+
this.i.uj(toRect(zoomWindow));
|
|
540
540
|
};
|
|
541
541
|
/**
|
|
542
542
|
* Updates world rect in geographic coordinates
|
|
543
543
|
|
|
544
544
|
*/
|
|
545
545
|
IgxGeographicMapComponent.prototype.updateWorldRect = function (worldRect) {
|
|
546
|
-
this.i.
|
|
546
|
+
this.i.ui(toRect(worldRect));
|
|
547
547
|
};
|
|
548
548
|
/**
|
|
549
549
|
* Given the current plot area of the control and a geographic region, get the WindowRect that would encompass that geographic region.
|
|
@@ -555,7 +555,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
555
555
|
return fromRect(iv);
|
|
556
556
|
};
|
|
557
557
|
IgxGeographicMapComponent.prototype.convertGeographicToZoom = function (geographic, extraPixelPadding) {
|
|
558
|
-
var iv = this.i.
|
|
558
|
+
var iv = this.i.u4(toRect(geographic), extraPixelPadding);
|
|
559
559
|
return fromRect(iv);
|
|
560
560
|
};
|
|
561
561
|
IgxGeographicMapComponent.prototype.getZoomFromGeographicPoints = function (northWest, southEast) {
|
|
@@ -568,7 +568,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
568
568
|
* @param windowRect * The zoom area.
|
|
569
569
|
*/
|
|
570
570
|
IgxGeographicMapComponent.prototype.getGeographicFromZoom = function (windowRect) {
|
|
571
|
-
var iv = this.i.
|
|
571
|
+
var iv = this.i.u9(toRect(windowRect));
|
|
572
572
|
return fromRect(iv);
|
|
573
573
|
};
|
|
574
574
|
/**
|
|
@@ -577,7 +577,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
577
577
|
* @param pixelCoordinate * A pixel-based coordinate
|
|
578
578
|
*/
|
|
579
579
|
IgxGeographicMapComponent.prototype.getGeographicPoint = function (pixelCoordinate) {
|
|
580
|
-
var iv = this.i.
|
|
580
|
+
var iv = this.i.uv(toPoint(pixelCoordinate));
|
|
581
581
|
return fromPoint(iv);
|
|
582
582
|
};
|
|
583
583
|
/**
|
|
@@ -586,7 +586,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
586
586
|
* @param geographicCoordinate * A geographic coordinate
|
|
587
587
|
*/
|
|
588
588
|
IgxGeographicMapComponent.prototype.getPixelPoint = function (geographicCoordinate) {
|
|
589
|
-
var iv = this.i.
|
|
589
|
+
var iv = this.i.uw(toPoint(geographicCoordinate));
|
|
590
590
|
return fromPoint(iv);
|
|
591
591
|
};
|
|
592
592
|
/**
|
|
@@ -595,7 +595,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
595
595
|
* @param geographicCoordinate * A geographic coordinate
|
|
596
596
|
*/
|
|
597
597
|
IgxGeographicMapComponent.prototype.getWindowPoint = function (geographicCoordinate) {
|
|
598
|
-
var iv = this.i.
|
|
598
|
+
var iv = this.i.ux(toPoint(geographicCoordinate));
|
|
599
599
|
return fromPoint(iv);
|
|
600
600
|
};
|
|
601
601
|
/**
|
|
@@ -603,21 +603,21 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
603
603
|
|
|
604
604
|
*/
|
|
605
605
|
IgxGeographicMapComponent.prototype.clearTileCache = function () {
|
|
606
|
-
this.i.
|
|
606
|
+
this.i.t6();
|
|
607
607
|
};
|
|
608
608
|
/**
|
|
609
609
|
* Notifies the chart that the CSS styles in effect have been updated.
|
|
610
610
|
|
|
611
611
|
*/
|
|
612
612
|
IgxGeographicMapComponent.prototype.styleUpdated = function () {
|
|
613
|
-
this.i.
|
|
613
|
+
this.i.ue();
|
|
614
614
|
};
|
|
615
615
|
/**
|
|
616
616
|
* Gets actual window scale for horizontal dimension of the control
|
|
617
617
|
|
|
618
618
|
*/
|
|
619
619
|
IgxGeographicMapComponent.prototype.getActualWindowScaleHorizontal = function () {
|
|
620
|
-
var iv = this.i.
|
|
620
|
+
var iv = this.i.ga();
|
|
621
621
|
return (iv);
|
|
622
622
|
};
|
|
623
623
|
/**
|
|
@@ -625,7 +625,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
625
625
|
|
|
626
626
|
*/
|
|
627
627
|
IgxGeographicMapComponent.prototype.getActualWindowScaleVertical = function () {
|
|
628
|
-
var iv = this.i.
|
|
628
|
+
var iv = this.i.gb();
|
|
629
629
|
return (iv);
|
|
630
630
|
};
|
|
631
631
|
/**
|
|
@@ -640,7 +640,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
640
640
|
|
|
641
641
|
*/
|
|
642
642
|
IgxGeographicMapComponent.prototype.exportVisualData = function () {
|
|
643
|
-
var iv = this.i.
|
|
643
|
+
var iv = this.i.ts();
|
|
644
644
|
return (iv);
|
|
645
645
|
};
|
|
646
646
|
/**
|
|
@@ -649,7 +649,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
649
649
|
* @param geographic * The geographic region to zoom to.
|
|
650
650
|
*/
|
|
651
651
|
IgxGeographicMapComponent.prototype.zoomToGeographic = function (geographic) {
|
|
652
|
-
this.i.
|
|
652
|
+
this.i.ul(toRect(geographic));
|
|
653
653
|
};
|
|
654
654
|
Object.defineProperty(IgxGeographicMapComponent.prototype, "imageTilesReady", {
|
|
655
655
|
/**
|