igniteui-angular-maps 15.0.0 → 16.0.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 +9 -9
- 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/esm5/lib/TileSeries_combined.js +5 -5
- package/esm5/lib/XamGeographicMap_combined.js +4 -4
- package/fesm2015/igniteui-angular-maps.js +9 -9
- package/fesm5/igniteui-angular-maps.js +9 -9
- 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() {
|
|
@@ -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 () {
|
|
@@ -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() {
|
|
@@ -6219,18 +6219,18 @@ let TileSeriesView = /*@__PURE__*/ (() => {
|
|
|
6219
6219
|
let c = false;
|
|
6220
6220
|
if (this.di.d.count > 0) {
|
|
6221
6221
|
c = true;
|
|
6222
|
-
this.k.
|
|
6223
|
-
this.k.
|
|
6224
|
-
let d = this.k.
|
|
6222
|
+
this.k.aa();
|
|
6223
|
+
this.k.r(this.di);
|
|
6224
|
+
let d = this.k.h();
|
|
6225
6225
|
d.clip();
|
|
6226
6226
|
}
|
|
6227
6227
|
let e = truncate(Math.round(this.bu.left));
|
|
6228
6228
|
let f = truncate(Math.round(this.bu.top));
|
|
6229
6229
|
let g = truncate(Math.round(this.bu.width));
|
|
6230
6230
|
let h = truncate(Math.round(this.bu.height));
|
|
6231
|
-
this.k.
|
|
6231
|
+
this.k.o(this.c9.getNativeElement(), 1, e, f, g, h, e, f, g, h);
|
|
6232
6232
|
if (c) {
|
|
6233
|
-
this.k.
|
|
6233
|
+
this.k.z();
|
|
6234
6234
|
}
|
|
6235
6235
|
}
|
|
6236
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 () {
|
|
@@ -6850,18 +6850,18 @@ var TileSeriesView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
6850
6850
|
var c = false;
|
|
6851
6851
|
if (this.di.d.count > 0) {
|
|
6852
6852
|
c = true;
|
|
6853
|
-
this.k.
|
|
6854
|
-
this.k.
|
|
6855
|
-
var d = this.k.
|
|
6853
|
+
this.k.aa();
|
|
6854
|
+
this.k.r(this.di);
|
|
6855
|
+
var d = this.k.h();
|
|
6856
6856
|
d.clip();
|
|
6857
6857
|
}
|
|
6858
6858
|
var e = truncate(Math.round(this.bu.left));
|
|
6859
6859
|
var f = truncate(Math.round(this.bu.top));
|
|
6860
6860
|
var g = truncate(Math.round(this.bu.width));
|
|
6861
6861
|
var h = truncate(Math.round(this.bu.height));
|
|
6862
|
-
this.k.
|
|
6862
|
+
this.k.o(this.c9.getNativeElement(), 1, e, f, g, h, e, f, g, h);
|
|
6863
6863
|
if (c) {
|
|
6864
|
-
this.k.
|
|
6864
|
+
this.k.z();
|
|
6865
6865
|
}
|
|
6866
6866
|
};
|
|
6867
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": "16.0.0",
|
|
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": "^16.0.0",
|
|
20
|
+
"@angular/compiler": "^16.0.0",
|
|
21
|
+
"@angular/core": "^16.0.0",
|
|
22
|
+
"igniteui-angular-core": "16.0.0"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"typings": "igniteui-angular-maps.d.ts",
|