barsa-tiles 2.3.103 → 2.3.104
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/fesm2022/barsa-tiles.mjs
CHANGED
|
@@ -1839,7 +1839,6 @@ class TilesViewerMegamenuComponent extends BaseComponent {
|
|
|
1839
1839
|
onGroupVisibilityChange(e) {
|
|
1840
1840
|
if (e.visibility === 'Visible') {
|
|
1841
1841
|
this.loadAppTileGroup.emit(e.menu.data);
|
|
1842
|
-
console.log(e.menu.data);
|
|
1843
1842
|
}
|
|
1844
1843
|
}
|
|
1845
1844
|
_trackById(index, item) {
|