@indice/ng-components 0.2.173-beta.62 → 0.2.173-beta.63
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/esm2020/lib/controls/content-tile/content-tile.component.mjs +1 -2
- package/esm2020/lib/helpers/base-list.component.mjs +2 -1
- package/fesm2015/indice-ng-components.mjs +1 -1
- package/fesm2015/indice-ng-components.mjs.map +1 -1
- package/fesm2020/indice-ng-components.mjs +1 -1
- package/fesm2020/indice-ng-components.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2634,7 +2634,6 @@ class ContentTileComponent {
|
|
|
2634
2634
|
set items(refs) {
|
|
2635
2635
|
if (refs) {
|
|
2636
2636
|
this.itemTemplates = refs.toArray();
|
|
2637
|
-
console.log('ContentTileComponent', this.itemTemplates);
|
|
2638
2637
|
}
|
|
2639
2638
|
}
|
|
2640
2639
|
ngOnInit() {
|
|
@@ -4283,6 +4282,7 @@ class BaseListComponent {
|
|
|
4283
4282
|
}
|
|
4284
4283
|
refresh() {
|
|
4285
4284
|
this.count = 0;
|
|
4285
|
+
this.updateHeaderMeta();
|
|
4286
4286
|
this.page = 1;
|
|
4287
4287
|
this.items = null;
|
|
4288
4288
|
this.setRouteParams();
|