igniteui-angular-maps 14.2.0 → 15.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 +190 -188
- package/bundles/igniteui-angular-maps.umd.min.js +1 -1
- package/esm2015/lib/igx-geographic-shape-series-base-component.js +5 -3
- package/esm5/lib/igx-geographic-shape-series-base-component.js +5 -3
- package/fesm2015/igniteui-angular-maps.js +5 -3
- package/fesm5/igniteui-angular-maps.js +5 -3
- package/package.json +5 -5
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-angular-maps",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "15.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": "^15.0.0",
|
|
20
|
+
"@angular/compiler": "^15.0.0",
|
|
21
|
+
"@angular/core": "^15.0.0",
|
|
22
|
+
"igniteui-angular-core": "15.0.0"
|
|
23
23
|
},
|
|
24
24
|
"sideEffects": false,
|
|
25
25
|
"typings": "igniteui-angular-maps.d.ts",
|