@maplander/components 0.20.4 → 0.20.5
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/maplander-components.umd.js +0 -3
- package/bundles/maplander-components.umd.js.map +1 -1
- package/bundles/maplander-components.umd.min.js +1 -1
- package/bundles/maplander-components.umd.min.js.map +1 -1
- package/esm2015/lib/components/property-card/property-card.component.js +1 -4
- package/esm5/lib/components/property-card/property-card.component.js +1 -4
- package/fesm2015/maplander-components.js +0 -3
- package/fesm2015/maplander-components.js.map +1 -1
- package/fesm5/maplander-components.js +0 -3
- package/fesm5/maplander-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -7228,9 +7228,6 @@ var PropertyCardComponent = /** @class */ (function () {
|
|
|
7228
7228
|
if (changes['marker'] && changes['marker'].currentValue) {
|
|
7229
7229
|
this.info = changes['marker'].currentValue.info;
|
|
7230
7230
|
}
|
|
7231
|
-
if (changes['showAlert'] && changes['showAlert'].currentValue) {
|
|
7232
|
-
this.info = changes['showAlert'].currentValue;
|
|
7233
|
-
}
|
|
7234
7231
|
};
|
|
7235
7232
|
/**
|
|
7236
7233
|
* @return {?}
|