@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
|
@@ -7240,9 +7240,6 @@
|
|
|
7240
7240
|
if (changes['marker'] && changes['marker'].currentValue) {
|
|
7241
7241
|
this.info = changes['marker'].currentValue.info;
|
|
7242
7242
|
}
|
|
7243
|
-
if (changes['showAlert'] && changes['showAlert'].currentValue) {
|
|
7244
|
-
this.info = changes['showAlert'].currentValue;
|
|
7245
|
-
}
|
|
7246
7243
|
};
|
|
7247
7244
|
/**
|
|
7248
7245
|
* @return {?}
|