igniteui-angular-maps 14.2.0 → 15.0.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 +199 -197
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/TileSeries_combined.js +5 -5
- package/esm2015/lib/XamGeographicMap_combined.js +4 -4
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +5 -3
- package/esm5/lib/TileSeries_combined.js +5 -5
- package/esm5/lib/XamGeographicMap_combined.js +4 -4
- package/esm5/lib/igx-geographic-shape-series-base-component.js +5 -3
- package/fesm2015/igniteui-angular-maps.js +14 -12
- package/fesm5/igniteui-angular-maps.js +14 -12
- package/package.json +5 -5
|
@@ -305,18 +305,18 @@ export let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
305
305
|
let c = false;
|
|
306
306
|
if (this.di.d.count > 0) {
|
|
307
307
|
c = true;
|
|
308
|
-
this.k.
|
|
309
|
-
this.k.
|
|
310
|
-
let d = this.k.
|
|
308
|
+
this.k.aa();
|
|
309
|
+
this.k.r(this.di);
|
|
310
|
+
let d = this.k.h();
|
|
311
311
|
d.clip();
|
|
312
312
|
}
|
|
313
313
|
let e = truncate(Math.round(this.bu.left));
|
|
314
314
|
let f = truncate(Math.round(this.bu.top));
|
|
315
315
|
let g = truncate(Math.round(this.bu.width));
|
|
316
316
|
let h = truncate(Math.round(this.bu.height));
|
|
317
|
-
this.k.
|
|
317
|
+
this.k.o(this.c9.getNativeElement(), 1, e, f, g, h, e, f, g, h);
|
|
318
318
|
if (c) {
|
|
319
|
-
this.k.
|
|
319
|
+
this.k.z();
|
|
320
320
|
}
|
|
321
321
|
}
|
|
322
322
|
df() {
|
|
@@ -1288,12 +1288,12 @@ export let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
|
1288
1288
|
ft(a) {
|
|
1289
1289
|
let b = this.fn.gc;
|
|
1290
1290
|
if (b != 1) {
|
|
1291
|
-
a.
|
|
1292
|
-
a.
|
|
1291
|
+
a.aa();
|
|
1292
|
+
a.ab(b, b);
|
|
1293
1293
|
}
|
|
1294
|
-
a.
|
|
1294
|
+
a.l(this.fz.left, this.fz.top, this.fz.width, this.fz.height);
|
|
1295
1295
|
if (b != 1) {
|
|
1296
|
-
a.
|
|
1296
|
+
a.z();
|
|
1297
1297
|
}
|
|
1298
1298
|
}
|
|
1299
1299
|
d1() {
|
|
@@ -144,11 +144,13 @@ export let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
144
144
|
}
|
|
145
145
|
if (!r.externalObject) {
|
|
146
146
|
let e = new IgxShapeDataSource();
|
|
147
|
-
if (
|
|
148
|
-
e.
|
|
147
|
+
if (r.$type) {
|
|
148
|
+
e._implementation = r;
|
|
149
149
|
}
|
|
150
150
|
else {
|
|
151
|
-
e.
|
|
151
|
+
if (e.i.setNativeElement) {
|
|
152
|
+
e.i.setNativeElement(r);
|
|
153
|
+
}
|
|
152
154
|
}
|
|
153
155
|
r.externalObject = e;
|
|
154
156
|
}
|
|
@@ -316,18 +316,18 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
316
316
|
var c = false;
|
|
317
317
|
if (this.di.d.count > 0) {
|
|
318
318
|
c = true;
|
|
319
|
-
this.k.
|
|
320
|
-
this.k.
|
|
321
|
-
var d = this.k.
|
|
319
|
+
this.k.aa();
|
|
320
|
+
this.k.r(this.di);
|
|
321
|
+
var d = this.k.h();
|
|
322
322
|
d.clip();
|
|
323
323
|
}
|
|
324
324
|
var e = truncate(Math.round(this.bu.left));
|
|
325
325
|
var f = truncate(Math.round(this.bu.top));
|
|
326
326
|
var g = truncate(Math.round(this.bu.width));
|
|
327
327
|
var h = truncate(Math.round(this.bu.height));
|
|
328
|
-
this.k.
|
|
328
|
+
this.k.o(this.c9.getNativeElement(), 1, e, f, g, h, e, f, g, h);
|
|
329
329
|
if (c) {
|
|
330
|
-
this.k.
|
|
330
|
+
this.k.z();
|
|
331
331
|
}
|
|
332
332
|
};
|
|
333
333
|
TileSeriesView.prototype.df = function () {
|
|
@@ -1393,12 +1393,12 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1393
1393
|
XamGeographicMapView.prototype.ft = function (a) {
|
|
1394
1394
|
var b = this.fn.gc;
|
|
1395
1395
|
if (b != 1) {
|
|
1396
|
-
a.
|
|
1397
|
-
a.
|
|
1396
|
+
a.aa();
|
|
1397
|
+
a.ab(b, b);
|
|
1398
1398
|
}
|
|
1399
|
-
a.
|
|
1399
|
+
a.l(this.fz.left, this.fz.top, this.fz.width, this.fz.height);
|
|
1400
1400
|
if (b != 1) {
|
|
1401
|
-
a.
|
|
1401
|
+
a.z();
|
|
1402
1402
|
}
|
|
1403
1403
|
};
|
|
1404
1404
|
XamGeographicMapView.prototype.d1 = function () {
|
|
@@ -184,11 +184,13 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
184
184
|
}
|
|
185
185
|
if (!r.externalObject) {
|
|
186
186
|
var e = new IgxShapeDataSource();
|
|
187
|
-
if (
|
|
188
|
-
e.
|
|
187
|
+
if (r.$type) {
|
|
188
|
+
e._implementation = r;
|
|
189
189
|
}
|
|
190
190
|
else {
|
|
191
|
-
e.
|
|
191
|
+
if (e.i.setNativeElement) {
|
|
192
|
+
e.i.setNativeElement(r);
|
|
193
|
+
}
|
|
192
194
|
}
|
|
193
195
|
r.externalObject = e;
|
|
194
196
|
}
|
|
@@ -2100,12 +2100,12 @@ let XamGeographicMapView = /*@__PURE__*/ (() => {
|
|
|
2100
2100
|
ft(a) {
|
|
2101
2101
|
let b = this.fn.gc;
|
|
2102
2102
|
if (b != 1) {
|
|
2103
|
-
a.
|
|
2104
|
-
a.
|
|
2103
|
+
a.aa();
|
|
2104
|
+
a.ab(b, b);
|
|
2105
2105
|
}
|
|
2106
|
-
a.
|
|
2106
|
+
a.l(this.fz.left, this.fz.top, this.fz.width, this.fz.height);
|
|
2107
2107
|
if (b != 1) {
|
|
2108
|
-
a.
|
|
2108
|
+
a.z();
|
|
2109
2109
|
}
|
|
2110
2110
|
}
|
|
2111
2111
|
d1() {
|
|
@@ -4780,11 +4780,13 @@ let IgxGeographicShapeSeriesBaseComponent = /*@__PURE__*/ (() => {
|
|
|
4780
4780
|
}
|
|
4781
4781
|
if (!r.externalObject) {
|
|
4782
4782
|
let e = new IgxShapeDataSource();
|
|
4783
|
-
if (
|
|
4784
|
-
e.
|
|
4783
|
+
if (r.$type) {
|
|
4784
|
+
e._implementation = r;
|
|
4785
4785
|
}
|
|
4786
4786
|
else {
|
|
4787
|
-
e.
|
|
4787
|
+
if (e.i.setNativeElement) {
|
|
4788
|
+
e.i.setNativeElement(r);
|
|
4789
|
+
}
|
|
4788
4790
|
}
|
|
4789
4791
|
r.externalObject = e;
|
|
4790
4792
|
}
|
|
@@ -6217,18 +6219,18 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6217
6219
|
let c = false;
|
|
6218
6220
|
if (this.di.d.count > 0) {
|
|
6219
6221
|
c = true;
|
|
6220
|
-
this.k.
|
|
6221
|
-
this.k.
|
|
6222
|
-
let d = this.k.
|
|
6222
|
+
this.k.aa();
|
|
6223
|
+
this.k.r(this.di);
|
|
6224
|
+
let d = this.k.h();
|
|
6223
6225
|
d.clip();
|
|
6224
6226
|
}
|
|
6225
6227
|
let e = truncate(Math.round(this.bu.left));
|
|
6226
6228
|
let f = truncate(Math.round(this.bu.top));
|
|
6227
6229
|
let g = truncate(Math.round(this.bu.width));
|
|
6228
6230
|
let h = truncate(Math.round(this.bu.height));
|
|
6229
|
-
this.k.
|
|
6231
|
+
this.k.o(this.c9.getNativeElement(), 1, e, f, g, h, e, f, g, h);
|
|
6230
6232
|
if (c) {
|
|
6231
|
-
this.k.
|
|
6233
|
+
this.k.z();
|
|
6232
6234
|
}
|
|
6233
6235
|
}
|
|
6234
6236
|
df() {
|
|
@@ -2220,12 +2220,12 @@ var XamGeographicMapView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2220
2220
|
XamGeographicMapView.prototype.ft = function (a) {
|
|
2221
2221
|
var b = this.fn.gc;
|
|
2222
2222
|
if (b != 1) {
|
|
2223
|
-
a.
|
|
2224
|
-
a.
|
|
2223
|
+
a.aa();
|
|
2224
|
+
a.ab(b, b);
|
|
2225
2225
|
}
|
|
2226
|
-
a.
|
|
2226
|
+
a.l(this.fz.left, this.fz.top, this.fz.width, this.fz.height);
|
|
2227
2227
|
if (b != 1) {
|
|
2228
|
-
a.
|
|
2228
|
+
a.z();
|
|
2229
2229
|
}
|
|
2230
2230
|
};
|
|
2231
2231
|
XamGeographicMapView.prototype.d1 = function () {
|
|
@@ -5275,11 +5275,13 @@ var IgxGeographicShapeSeriesBaseComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
5275
5275
|
}
|
|
5276
5276
|
if (!r.externalObject) {
|
|
5277
5277
|
var e = new IgxShapeDataSource();
|
|
5278
|
-
if (
|
|
5279
|
-
e.
|
|
5278
|
+
if (r.$type) {
|
|
5279
|
+
e._implementation = r;
|
|
5280
5280
|
}
|
|
5281
5281
|
else {
|
|
5282
|
-
e.
|
|
5282
|
+
if (e.i.setNativeElement) {
|
|
5283
|
+
e.i.setNativeElement(r);
|
|
5284
|
+
}
|
|
5283
5285
|
}
|
|
5284
5286
|
r.externalObject = e;
|
|
5285
5287
|
}
|
|
@@ -6848,18 +6850,18 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6848
6850
|
var c = false;
|
|
6849
6851
|
if (this.di.d.count > 0) {
|
|
6850
6852
|
c = true;
|
|
6851
|
-
this.k.
|
|
6852
|
-
this.k.
|
|
6853
|
-
var d = this.k.
|
|
6853
|
+
this.k.aa();
|
|
6854
|
+
this.k.r(this.di);
|
|
6855
|
+
var d = this.k.h();
|
|
6854
6856
|
d.clip();
|
|
6855
6857
|
}
|
|
6856
6858
|
var e = truncate(Math.round(this.bu.left));
|
|
6857
6859
|
var f = truncate(Math.round(this.bu.top));
|
|
6858
6860
|
var g = truncate(Math.round(this.bu.width));
|
|
6859
6861
|
var h = truncate(Math.round(this.bu.height));
|
|
6860
|
-
this.k.
|
|
6862
|
+
this.k.o(this.c9.getNativeElement(), 1, e, f, g, h, e, f, g, h);
|
|
6861
6863
|
if (c) {
|
|
6862
|
-
this.k.
|
|
6864
|
+
this.k.z();
|
|
6863
6865
|
}
|
|
6864
6866
|
};
|
|
6865
6867
|
TileSeriesView.prototype.df = function () {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-maps",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "15.0.1",
|
|
4
4
|
"description": "Ignite UI Angular map components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-angular-maps",
|
|
6
6
|
"keywords": [
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"tslib": "^2.3.1"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@angular/common": "^
|
|
20
|
-
"@angular/compiler": "^
|
|
21
|
-
"@angular/core": "^
|
|
22
|
-
"igniteui-angular-core": "
|
|
19
|
+
"@angular/common": "^15.0.0",
|
|
20
|
+
"@angular/compiler": "^15.0.0",
|
|
21
|
+
"@angular/core": "^15.0.0",
|
|
22
|
+
"igniteui-angular-core": "15.0.1"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"typings": "igniteui-angular-maps.d.ts",
|