@maplander/components 0.21.25 → 0.21.27
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 +3 -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/filters/filters.component.js +2 -2
- package/esm2015/lib/services/markers/markers.service.js +3 -3
- package/esm5/lib/components/filters/filters.component.js +2 -2
- package/esm5/lib/services/markers/markers.service.js +3 -3
- package/fesm2015/maplander-components.js +3 -3
- package/fesm2015/maplander-components.js.map +1 -1
- package/fesm5/maplander-components.js +3 -3
- package/fesm5/maplander-components.js.map +1 -1
- package/lib/services/markers/markers.service.d.ts +1 -1
- package/package.json +1 -1
|
@@ -3342,8 +3342,8 @@
|
|
|
3342
3342
|
* @return {?}
|
|
3343
3343
|
*/
|
|
3344
3344
|
function (open) {
|
|
3345
|
-
this.changeFilter.emit({ type: 'init', payload: { filter: null, value: null } });
|
|
3346
3345
|
if (open) {
|
|
3346
|
+
this.changeFilter.emit({ type: 'init', payload: { filter: null, value: null } });
|
|
3347
3347
|
this._render.setStyle(this._ref.nativeElement, 'visibility', 'visible');
|
|
3348
3348
|
this._render.setStyle(this._ref.nativeElement, 'opacity', '1');
|
|
3349
3349
|
}
|
|
@@ -7799,7 +7799,7 @@
|
|
|
7799
7799
|
function (el) {
|
|
7800
7800
|
el.extras['repeat'] = false;
|
|
7801
7801
|
/** @type {?} */
|
|
7802
|
-
var size =
|
|
7802
|
+
var size = newList.filter((/**
|
|
7803
7803
|
* @param {?} item
|
|
7804
7804
|
* @return {?}
|
|
7805
7805
|
*/
|
|
@@ -7836,7 +7836,7 @@
|
|
|
7836
7836
|
}
|
|
7837
7837
|
return el;
|
|
7838
7838
|
}));
|
|
7839
|
-
response.markers =
|
|
7839
|
+
response.markers = newList;
|
|
7840
7840
|
return response;
|
|
7841
7841
|
};
|
|
7842
7842
|
/**
|