igniteui-webcomponents-maps 7.1.0-beta.4 → 7.1.1-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-webcomponents-maps.umd.js +17 -17
- package/bundles/igniteui-webcomponents-maps.umd.min.js +1 -1
- package/esm2015/lib/igc-geographic-contour-line-series-component.js +3 -3
- package/esm2015/lib/igc-geographic-map-component.js +2 -2
- package/esm2015/lib/igc-geographic-map-imagery.js +2 -2
- package/esm2015/lib/igc-geographic-proportional-symbol-series-component.js +2 -2
- package/esm2015/lib/igc-geographic-scatter-area-series-component.js +2 -2
- package/esm2015/lib/igc-geographic-shape-series-base-component.js +2 -2
- package/esm2015/lib/igc-image-tiles-ready-event-args.js +2 -2
- package/esm2015/lib/igc-images-changed-event-args.js +2 -2
- package/esm5/lib/igc-geographic-contour-line-series-component.js +3 -3
- package/esm5/lib/igc-geographic-map-component.js +2 -2
- package/esm5/lib/igc-geographic-map-imagery.js +2 -2
- package/esm5/lib/igc-geographic-proportional-symbol-series-component.js +2 -2
- package/esm5/lib/igc-geographic-scatter-area-series-component.js +2 -2
- package/esm5/lib/igc-geographic-shape-series-base-component.js +2 -2
- package/esm5/lib/igc-image-tiles-ready-event-args.js +2 -2
- package/esm5/lib/igc-images-changed-event-args.js +2 -2
- package/fesm2015/igniteui-webcomponents-maps.js +17 -17
- package/fesm5/igniteui-webcomponents-maps.js +17 -17
- package/package.json +3 -3
|
@@ -2472,7 +2472,7 @@
|
|
|
2472
2472
|
var IgcImageTilesReadyEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
2473
2473
|
function IgcImageTilesReadyEventArgs() {
|
|
2474
2474
|
this._implementation = this.createImplementation();
|
|
2475
|
-
this._implementation
|
|
2475
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
2476
2476
|
this.onImplementationCreated();
|
|
2477
2477
|
if (this._initializeAdapters) {
|
|
2478
2478
|
this._initializeAdapters();
|
|
@@ -2495,7 +2495,7 @@
|
|
|
2495
2495
|
};
|
|
2496
2496
|
IgcImageTilesReadyEventArgs.prototype._provideImplementation = function (i) {
|
|
2497
2497
|
this._implementation = i;
|
|
2498
|
-
this._implementation
|
|
2498
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
2499
2499
|
this.onImplementationCreated();
|
|
2500
2500
|
if (this._initializeAdapters) {
|
|
2501
2501
|
this._initializeAdapters();
|
|
@@ -2998,7 +2998,7 @@
|
|
|
2998
2998
|
if (e) {
|
|
2999
2999
|
e._implementation = r;
|
|
3000
3000
|
}
|
|
3001
|
-
r
|
|
3001
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
3002
3002
|
}
|
|
3003
3003
|
return r.externalObject;
|
|
3004
3004
|
},
|
|
@@ -3025,7 +3025,7 @@
|
|
|
3025
3025
|
if (e) {
|
|
3026
3026
|
e._implementation = r;
|
|
3027
3027
|
}
|
|
3028
|
-
r
|
|
3028
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
3029
3029
|
}
|
|
3030
3030
|
return r.externalObject;
|
|
3031
3031
|
},
|
|
@@ -3357,7 +3357,7 @@
|
|
|
3357
3357
|
var IgcImagesChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
3358
3358
|
function IgcImagesChangedEventArgs() {
|
|
3359
3359
|
this._implementation = this.createImplementation();
|
|
3360
|
-
this._implementation
|
|
3360
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
3361
3361
|
this.onImplementationCreated();
|
|
3362
3362
|
if (this._initializeAdapters) {
|
|
3363
3363
|
this._initializeAdapters();
|
|
@@ -3380,7 +3380,7 @@
|
|
|
3380
3380
|
};
|
|
3381
3381
|
IgcImagesChangedEventArgs.prototype._provideImplementation = function (i) {
|
|
3382
3382
|
this._implementation = i;
|
|
3383
|
-
this._implementation
|
|
3383
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
3384
3384
|
this.onImplementationCreated();
|
|
3385
3385
|
if (this._initializeAdapters) {
|
|
3386
3386
|
this._initializeAdapters();
|
|
@@ -3403,7 +3403,7 @@
|
|
|
3403
3403
|
this._downloadingImage = null;
|
|
3404
3404
|
this._downloadingImage_wrapped = null;
|
|
3405
3405
|
this._implementation = this.createImplementation();
|
|
3406
|
-
this._implementation
|
|
3406
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
3407
3407
|
this.onImplementationCreated();
|
|
3408
3408
|
if (this._initializeAdapters) {
|
|
3409
3409
|
this._initializeAdapters();
|
|
@@ -3442,7 +3442,7 @@
|
|
|
3442
3442
|
};
|
|
3443
3443
|
IgcGeographicMapImagery.prototype._provideImplementation = function (i) {
|
|
3444
3444
|
this._implementation = i;
|
|
3445
|
-
this._implementation
|
|
3445
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
3446
3446
|
this.onImplementationCreated();
|
|
3447
3447
|
if (this._initializeAdapters) {
|
|
3448
3448
|
this._initializeAdapters();
|
|
@@ -5283,7 +5283,7 @@
|
|
|
5283
5283
|
if (e) {
|
|
5284
5284
|
e._implementation = r;
|
|
5285
5285
|
}
|
|
5286
|
-
r
|
|
5286
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
5287
5287
|
}
|
|
5288
5288
|
return r.externalObject;
|
|
5289
5289
|
},
|
|
@@ -5343,7 +5343,7 @@
|
|
|
5343
5343
|
e.i.setNativeElement(r);
|
|
5344
5344
|
}
|
|
5345
5345
|
}
|
|
5346
|
-
r
|
|
5346
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
5347
5347
|
}
|
|
5348
5348
|
return r.externalObject;
|
|
5349
5349
|
},
|
|
@@ -7976,7 +7976,7 @@
|
|
|
7976
7976
|
if (e) {
|
|
7977
7977
|
e._implementation = r;
|
|
7978
7978
|
}
|
|
7979
|
-
r
|
|
7979
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
7980
7980
|
}
|
|
7981
7981
|
return r.externalObject;
|
|
7982
7982
|
},
|
|
@@ -8028,7 +8028,7 @@
|
|
|
8028
8028
|
if (e) {
|
|
8029
8029
|
e._implementation = r;
|
|
8030
8030
|
}
|
|
8031
|
-
r
|
|
8031
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
8032
8032
|
}
|
|
8033
8033
|
return r.externalObject;
|
|
8034
8034
|
},
|
|
@@ -8981,7 +8981,7 @@
|
|
|
8981
8981
|
if (e) {
|
|
8982
8982
|
e._implementation = r;
|
|
8983
8983
|
}
|
|
8984
|
-
r
|
|
8984
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
8985
8985
|
}
|
|
8986
8986
|
return r.externalObject;
|
|
8987
8987
|
},
|
|
@@ -9007,7 +9007,7 @@
|
|
|
9007
9007
|
if (e) {
|
|
9008
9008
|
e._implementation = r;
|
|
9009
9009
|
}
|
|
9010
|
-
r
|
|
9010
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
9011
9011
|
}
|
|
9012
9012
|
return r.externalObject;
|
|
9013
9013
|
},
|
|
@@ -9858,7 +9858,7 @@
|
|
|
9858
9858
|
if (e) {
|
|
9859
9859
|
e._implementation = r;
|
|
9860
9860
|
}
|
|
9861
|
-
r
|
|
9861
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
9862
9862
|
}
|
|
9863
9863
|
return r.externalObject;
|
|
9864
9864
|
},
|
|
@@ -9884,7 +9884,7 @@
|
|
|
9884
9884
|
if (e) {
|
|
9885
9885
|
e._implementation = r;
|
|
9886
9886
|
}
|
|
9887
|
-
r
|
|
9887
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
9888
9888
|
}
|
|
9889
9889
|
return r.externalObject;
|
|
9890
9890
|
},
|
|
@@ -9910,7 +9910,7 @@
|
|
|
9910
9910
|
if (e) {
|
|
9911
9911
|
e._implementation = r;
|
|
9912
9912
|
}
|
|
9913
|
-
r
|
|
9913
|
+
Object.defineProperty(r, 'externalObject', { value: e, enumerable: false, configurable: true, writable: true });
|
|
9914
9914
|
}
|
|
9915
9915
|
return r.externalObject;
|
|
9916
9916
|
},
|