@c8y/ngx-components 1021.49.4 → 1021.49.12

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.
Files changed (27) hide show
  1. package/LICENSE +1 -1
  2. package/alarms/alarms.component.d.ts +1 -1
  3. package/alarms/alarms.component.d.ts.map +1 -1
  4. package/context-dashboard/context-dashboard.component.d.ts +3 -2
  5. package/context-dashboard/context-dashboard.component.d.ts.map +1 -1
  6. package/core/common/ApplicationOptions.d.ts +1 -1
  7. package/core/docs/docs.service.d.ts +1 -1
  8. package/core/docs/docs.service.d.ts.map +1 -1
  9. package/core/select/typeahead.component.d.ts.map +1 -1
  10. package/esm2022/alarms/alarms.component.mjs +2 -2
  11. package/esm2022/context-dashboard/context-dashboard.component.mjs +11 -8
  12. package/esm2022/context-dashboard/device-info-dashboard/device-info-dashboard.component.mjs +3 -3
  13. package/esm2022/core/common/ApplicationOptions.mjs +1 -1
  14. package/esm2022/core/docs/defaults.items.mjs +5 -5
  15. package/esm2022/core/docs/docs.service.mjs +2 -2
  16. package/esm2022/core/search/search-input.component.mjs +3 -3
  17. package/esm2022/core/select/typeahead.component.mjs +2 -2
  18. package/esm2022/widgets/implementations/cockpit-welcome/welcome.component.mjs +2 -2
  19. package/fesm2022/c8y-ngx-components-alarms.mjs +1 -1
  20. package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
  21. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +12 -9
  22. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  23. package/fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs +1 -1
  24. package/fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs.map +1 -1
  25. package/fesm2022/c8y-ngx-components.mjs +8 -8
  26. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  27. package/package.json +1 -1
@@ -2154,7 +2154,7 @@ class AlarmsComponent {
2154
2154
  return;
2155
2155
  }
2156
2156
  const { context, contextData } = routeContext;
2157
- if ([ViewContext.Device, ViewContext.Group, ViewContext.Simulators].includes(context)) {
2157
+ if ([ViewContext.Device, ViewContext.Group, ViewContext.Service, ViewContext.Simulators].includes(context)) {
2158
2158
  this.contextSourceId = contextData?.id;
2159
2159
  }
2160
2160
  }