intelica-library-components 1.1.157 → 1.1.159

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.
@@ -6216,6 +6216,7 @@ class DashboardQsComponent {
6216
6216
  });
6217
6217
  effect(() => {
6218
6218
  const id = this.dashboardId();
6219
+ console.log('Dashboard ID changed:', id);
6219
6220
  if (!this.viewReady() || !id)
6220
6221
  return;
6221
6222
  this.EmbedDashboard(id);