igniteui-angular-maps 21.0.1-beta.0 → 21.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.
- package/bundles/igniteui-angular-maps.umd.js +1398 -1398
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/GeographicContourLineSeriesView_combined.js +36 -36
- package/esm2015/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm2015/lib/GeographicMapSeriesHost_combined.js +188 -188
- package/esm2015/lib/GeographicMarkerSeries.js +28 -28
- package/esm2015/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm2015/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -86
- package/esm2015/lib/GeographicShapeSeriesBase_combined.js +61 -61
- package/esm2015/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm2015/lib/GeographicTileSeries.js +26 -26
- package/esm2015/lib/TileSeries_combined.js +88 -88
- package/esm2015/lib/XamGeographicMap_combined.js +452 -452
- 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-component.js +40 -40
- 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 +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 +22 -22
- 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 +36 -36
- package/esm5/lib/GeographicHighDensityScatterSeriesView_combined.js +75 -75
- package/esm5/lib/GeographicMapSeriesHost_combined.js +186 -186
- package/esm5/lib/GeographicMarkerSeries.js +28 -28
- package/esm5/lib/GeographicPolylineSeriesView_combined.js +16 -16
- package/esm5/lib/GeographicProportionalSymbolSeriesView_combined.js +86 -86
- package/esm5/lib/GeographicShapeSeriesBase_combined.js +60 -60
- package/esm5/lib/GeographicShapeSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicSymbolSeriesView_combined.js +54 -54
- package/esm5/lib/GeographicTileSeries.js +25 -25
- package/esm5/lib/TileSeries_combined.js +86 -86
- package/esm5/lib/XamGeographicMap_combined.js +445 -445
- 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-component.js +40 -40
- 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 +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 +22 -22
- 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 +1412 -1412
- package/fesm5/igniteui-angular-maps.js +1398 -1398
- package/lib/GeographicContourLineSeriesView_combined.d.ts +11 -11
- package/lib/GeographicHighDensityScatterSeriesView_combined.d.ts +19 -19
- package/lib/GeographicMapSeriesHost_combined.d.ts +43 -43
- package/lib/GeographicMarkerSeries.d.ts +15 -15
- 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 +22 -22
- package/lib/GeographicShapeSeriesBaseBase.d.ts +1 -1
- package/lib/GeographicShapeSeriesBase_combined.d.ts +20 -20
- package/lib/GeographicShapeSeriesView_combined.d.ts +23 -23
- package/lib/GeographicSymbolSeriesBase.d.ts +1 -1
- package/lib/GeographicSymbolSeriesView_combined.d.ts +15 -15
- 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 +105 -105
- package/package.json +2 -2
|
@@ -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.ym;
|
|
51
51
|
},
|
|
52
52
|
set: function (v) {
|
|
53
|
-
this.i.
|
|
53
|
+
this.i.ym = 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.
|
|
63
|
+
var r = this.i.yi;
|
|
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.
|
|
79
|
+
v == null ? this.i.yi = null : this.i.yi = 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.
|
|
89
|
+
var r = this.i.yh;
|
|
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.
|
|
105
|
+
v == null ? this.i.yh = null : this.i.yh = 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.
|
|
115
|
+
var r = this.i.ye;
|
|
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.
|
|
131
|
+
v == null ? this.i.ye = null : this.i.ye = 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.
|
|
49
|
+
return this.i.ya;
|
|
50
50
|
},
|
|
51
51
|
set: function (v) {
|
|
52
|
-
this.i.
|
|
52
|
+
this.i.ya = 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.yc;
|
|
63
63
|
},
|
|
64
64
|
set: function (v) {
|
|
65
|
-
this.i.
|
|
65
|
+
this.i.yc = 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.xz;
|
|
76
76
|
},
|
|
77
77
|
set: function (v) {
|
|
78
|
-
this.i.
|
|
78
|
+
this.i.xz = 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.xy;
|
|
89
89
|
},
|
|
90
90
|
set: function (v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.xy = 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.xx;
|
|
102
102
|
},
|
|
103
103
|
set: function (v) {
|
|
104
|
-
this.i.
|
|
104
|
+
this.i.xx = 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.x1;
|
|
115
115
|
},
|
|
116
116
|
set: function (v) {
|
|
117
|
-
this.i.
|
|
117
|
+
this.i.x1 = +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.x0;
|
|
128
128
|
},
|
|
129
129
|
set: function (v) {
|
|
130
|
-
this.i.
|
|
130
|
+
this.i.x0 = +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.yv);
|
|
141
141
|
},
|
|
142
142
|
set: function (v) {
|
|
143
|
-
this.i.
|
|
143
|
+
this.i.yv = 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.yu);
|
|
154
154
|
},
|
|
155
155
|
set: function (v) {
|
|
156
|
-
this.i.
|
|
156
|
+
this.i.yu = 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.x4;
|
|
167
167
|
},
|
|
168
168
|
set: function (v) {
|
|
169
|
-
this.i.
|
|
169
|
+
this.i.x4 = +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.x5;
|
|
180
180
|
},
|
|
181
181
|
set: function (v) {
|
|
182
|
-
this.i.
|
|
182
|
+
this.i.x5 = +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.z3;
|
|
298
298
|
},
|
|
299
299
|
set: function (v) {
|
|
300
|
-
this.i.
|
|
300
|
+
this.i.z3 = 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.zw;
|
|
311
311
|
},
|
|
312
312
|
set: function (v) {
|
|
313
|
-
this.i.
|
|
313
|
+
this.i.zw = 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.z0;
|
|
324
324
|
},
|
|
325
325
|
set: function (v) {
|
|
326
|
-
this.i.
|
|
326
|
+
this.i.z0 = 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.zs;
|
|
337
337
|
},
|
|
338
338
|
set: function (v) {
|
|
339
|
-
this.i.
|
|
339
|
+
this.i.zs = 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.z2;
|
|
350
350
|
},
|
|
351
351
|
set: function (v) {
|
|
352
|
-
this.i.
|
|
352
|
+
this.i.z2 = 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.z1;
|
|
363
363
|
},
|
|
364
364
|
set: function (v) {
|
|
365
|
-
this.i.
|
|
365
|
+
this.i.z1 = 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.aby);
|
|
376
376
|
},
|
|
377
377
|
set: function (v) {
|
|
378
|
-
this.i.
|
|
378
|
+
this.i.aby = 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.abm);
|
|
389
389
|
},
|
|
390
390
|
set: function (v) {
|
|
391
|
-
this.i.
|
|
391
|
+
this.i.abm = 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.
|
|
402
|
+
var r = this.i.zl;
|
|
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.
|
|
418
|
+
v == null ? this.i.zl = null : this.i.zl = 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.
|
|
429
|
+
var r = this.i.zn;
|
|
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.
|
|
445
|
+
v == null ? this.i.zn = null : this.i.zn = v.i;
|
|
446
446
|
},
|
|
447
447
|
enumerable: false,
|
|
448
448
|
configurable: true
|
|
@@ -452,7 +452,7 @@ var IgxGeographicMapComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
452
452
|
* Indicates if this SeriesViewer is a map.
|
|
453
453
|
*/
|
|
454
454
|
get: function () {
|
|
455
|
-
return this.i.
|
|
455
|
+
return this.i.f7;
|
|
456
456
|
},
|
|
457
457
|
enumerable: false,
|
|
458
458
|
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.
|
|
466
|
+
return this.i.z8;
|
|
467
467
|
},
|
|
468
468
|
set: function (v) {
|
|
469
|
-
this.i.
|
|
469
|
+
this.i.z8 = +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.
|
|
480
|
+
return this.i.z7;
|
|
481
481
|
},
|
|
482
482
|
set: function (v) {
|
|
483
|
-
this.i.
|
|
483
|
+
this.i.z7 = +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.
|
|
493
|
+
return this.i.z4;
|
|
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.
|
|
524
|
+
var iv = this.i.abq();
|
|
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.
|
|
541
|
+
this.i.aa2(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.
|
|
548
|
+
this.i.aa1(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.
|
|
560
|
+
var iv = this.i.abn(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.
|
|
573
|
+
var iv = this.i.abs(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.
|
|
582
|
+
var iv = this.i.abe(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.
|
|
591
|
+
var iv = this.i.abf(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.
|
|
600
|
+
var iv = this.i.abg(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.
|
|
608
|
+
this.i.aap();
|
|
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.
|
|
615
|
+
this.i.aax();
|
|
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.
|
|
622
|
+
var iv = this.i.iv();
|
|
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.
|
|
630
|
+
var iv = this.i.iw();
|
|
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.
|
|
645
|
+
var iv = this.i.aab();
|
|
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.
|
|
654
|
+
this.i.aa4(toRect(geographic));
|
|
655
655
|
};
|
|
656
656
|
Object.defineProperty(IgxGeographicMapComponent.prototype, "imageTilesReady", {
|
|
657
657
|
/**
|
|
@@ -47,10 +47,10 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
47
47
|
* The default value for this property is 1.0, which means the series will always be visible. At a VisibleFromScale setting of 0.0, the series will never be visible. At a VisibleFromScale setting of 0.5, the series will be visible as long as the map is zoomed in to at least 200%.
|
|
48
48
|
*/
|
|
49
49
|
get: function () {
|
|
50
|
-
return this.i.
|
|
50
|
+
return this.i.xp;
|
|
51
51
|
},
|
|
52
52
|
set: function (v) {
|
|
53
|
-
this.i.
|
|
53
|
+
this.i.xp = +v;
|
|
54
54
|
},
|
|
55
55
|
enumerable: false,
|
|
56
56
|
configurable: true
|
|
@@ -75,10 +75,10 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
75
75
|
|
|
76
76
|
*/
|
|
77
77
|
IgxGeographicMapSeriesHostComponent.prototype.notifyIndexedPropertiesChanged = function () {
|
|
78
|
-
this.i.
|
|
78
|
+
this.i.qx();
|
|
79
79
|
};
|
|
80
80
|
IgxGeographicMapSeriesHostComponent.prototype.getItemValue = function (item, memberPathName) {
|
|
81
|
-
var iv = this.i.
|
|
81
|
+
var iv = this.i.k1(item, memberPathName);
|
|
82
82
|
return (iv);
|
|
83
83
|
};
|
|
84
84
|
/**
|
|
@@ -87,7 +87,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
87
87
|
* @param memberPathName * The property name of a valid member path for the series
|
|
88
88
|
*/
|
|
89
89
|
IgxGeographicMapSeriesHostComponent.prototype.getMemberPathValue = function (memberPathName) {
|
|
90
|
-
var iv = this.i.
|
|
90
|
+
var iv = this.i.mq(memberPathName);
|
|
91
91
|
return (iv);
|
|
92
92
|
};
|
|
93
93
|
/**
|
|
@@ -96,23 +96,23 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
96
96
|
* @param world * The world coordinates to use.
|
|
97
97
|
*/
|
|
98
98
|
IgxGeographicMapSeriesHostComponent.prototype.getItem = function (world) {
|
|
99
|
-
var iv = this.i.
|
|
99
|
+
var iv = this.i.ky(toPoint(world));
|
|
100
100
|
return (iv);
|
|
101
101
|
};
|
|
102
102
|
IgxGeographicMapSeriesHostComponent.prototype.getPreviousOrExactIndex = function (world, skipUnknowns) {
|
|
103
|
-
var iv = this.i.
|
|
103
|
+
var iv = this.i.kl(toPoint(world), skipUnknowns);
|
|
104
104
|
return (iv);
|
|
105
105
|
};
|
|
106
106
|
IgxGeographicMapSeriesHostComponent.prototype.getNextOrExactIndex = function (world, skipUnknowns) {
|
|
107
|
-
var iv = this.i.
|
|
107
|
+
var iv = this.i.kj(toPoint(world), skipUnknowns);
|
|
108
108
|
return (iv);
|
|
109
109
|
};
|
|
110
110
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValue = function (world, useInterpolation, skipUnknowns) {
|
|
111
|
-
var iv = this.i.
|
|
111
|
+
var iv = this.i.jf(toPoint(world), useInterpolation, skipUnknowns);
|
|
112
112
|
return (iv);
|
|
113
113
|
};
|
|
114
114
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
115
|
-
var iv = this.i.
|
|
115
|
+
var iv = this.i.wy(toPoint(world), useInterpolation, skipUnknowns);
|
|
116
116
|
return fromPoint(iv);
|
|
117
117
|
};
|
|
118
118
|
/**
|
|
@@ -121,7 +121,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
121
121
|
* @param world * The world coordinate for which to get a value bounding box for
|
|
122
122
|
*/
|
|
123
123
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueBoundingBox = function (world) {
|
|
124
|
-
var iv = this.i.
|
|
124
|
+
var iv = this.i.xa(toPoint(world));
|
|
125
125
|
return fromRect(iv);
|
|
126
126
|
};
|
|
127
127
|
/**
|
|
@@ -130,31 +130,31 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
130
130
|
* @param world * The world coordinates for which to get a value marker bounding box for
|
|
131
131
|
*/
|
|
132
132
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueMarkerBoundingBox = function (world) {
|
|
133
|
-
var iv = this.i.
|
|
133
|
+
var iv = this.i.xc(toPoint(world));
|
|
134
134
|
return fromRect(iv);
|
|
135
135
|
};
|
|
136
136
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValue = function (world, useInterpolation, skipUnknowns) {
|
|
137
|
-
var iv = this.i.
|
|
137
|
+
var iv = this.i.jb(toPoint(world), useInterpolation, skipUnknowns);
|
|
138
138
|
return (iv);
|
|
139
139
|
};
|
|
140
140
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesHighValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
141
|
-
var iv = this.i.
|
|
141
|
+
var iv = this.i.wu(toPoint(world), useInterpolation, skipUnknowns);
|
|
142
142
|
return fromPoint(iv);
|
|
143
143
|
};
|
|
144
144
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValue = function (world, useInterpolation, skipUnknowns) {
|
|
145
|
-
var iv = this.i.
|
|
145
|
+
var iv = this.i.jd(toPoint(world), useInterpolation, skipUnknowns);
|
|
146
146
|
return (iv);
|
|
147
147
|
};
|
|
148
148
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesLowValuePosition = function (world, useInterpolation, skipUnknowns) {
|
|
149
|
-
var iv = this.i.
|
|
149
|
+
var iv = this.i.ww(toPoint(world), useInterpolation, skipUnknowns);
|
|
150
150
|
return fromPoint(iv);
|
|
151
151
|
};
|
|
152
152
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValuePositionFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
153
|
-
var iv = this.i.
|
|
153
|
+
var iv = this.i.wz(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
154
154
|
return fromPoint(iv);
|
|
155
155
|
};
|
|
156
156
|
IgxGeographicMapSeriesHostComponent.prototype.getSeriesValueFromSeriesPixel = function (mouse, useInterpolation, skipUnknowns) {
|
|
157
|
-
var iv = this.i.
|
|
157
|
+
var iv = this.i.jg(toPoint(mouse), useInterpolation, skipUnknowns);
|
|
158
158
|
return (iv);
|
|
159
159
|
};
|
|
160
160
|
/**
|
|
@@ -162,7 +162,7 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
162
162
|
|
|
163
163
|
*/
|
|
164
164
|
IgxGeographicMapSeriesHostComponent.prototype.getItemSpan = function () {
|
|
165
|
-
var iv = this.i.
|
|
165
|
+
var iv = this.i.i5();
|
|
166
166
|
return (iv);
|
|
167
167
|
};
|
|
168
168
|
/**
|
|
@@ -171,14 +171,14 @@ var IgxGeographicMapSeriesHostComponent = /** @class */ /*@__PURE__*/ (function
|
|
|
171
171
|
* @param animate * True if the change should be animated.
|
|
172
172
|
*/
|
|
173
173
|
IgxGeographicMapSeriesHostComponent.prototype.renderSeries = function (animate) {
|
|
174
|
-
this.i.
|
|
174
|
+
this.i.sa(animate);
|
|
175
175
|
};
|
|
176
176
|
/**
|
|
177
177
|
* Called when this series' Style is updated.
|
|
178
178
|
|
|
179
179
|
*/
|
|
180
180
|
IgxGeographicMapSeriesHostComponent.prototype.styleUpdated = function () {
|
|
181
|
-
this.i.
|
|
181
|
+
this.i.sw();
|
|
182
182
|
};
|
|
183
183
|
IgxGeographicMapSeriesHostComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGeographicMapSeriesHostComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
184
184
|
IgxGeographicMapSeriesHostComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGeographicMapSeriesHostComponent, selector: "ng-component", inputs: { visibleFromScale: "visibleFromScale", coercionMethods: "coercionMethods" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|