@c8y/ngx-components 1021.22.42 → 1021.22.49

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 (37) hide show
  1. package/alarms/alarms.component.d.ts +1 -1
  2. package/alarms/alarms.component.d.ts.map +1 -1
  3. package/context-dashboard/context-dashboard.component.d.ts +3 -2
  4. package/context-dashboard/context-dashboard.component.d.ts.map +1 -1
  5. package/core/common/ApplicationOptions.d.ts +1 -1
  6. package/core/docs/docs.service.d.ts +1 -1
  7. package/core/docs/docs.service.d.ts.map +1 -1
  8. package/core/select/typeahead.component.d.ts.map +1 -1
  9. package/esm2022/alarms/alarms.component.mjs +2 -2
  10. package/esm2022/context-dashboard/context-dashboard.component.mjs +11 -8
  11. package/esm2022/context-dashboard/device-info-dashboard/device-info-dashboard.component.mjs +3 -3
  12. package/esm2022/core/common/ApplicationOptions.mjs +1 -1
  13. package/esm2022/core/docs/defaults.items.mjs +5 -5
  14. package/esm2022/core/docs/docs.service.mjs +2 -2
  15. package/esm2022/core/search/search-input.component.mjs +3 -3
  16. package/esm2022/core/select/typeahead.component.mjs +2 -2
  17. package/esm2022/widgets/implementations/cockpit-welcome/welcome.component.mjs +2 -2
  18. package/fesm2022/c8y-ngx-components-alarms.mjs +1 -1
  19. package/fesm2022/c8y-ngx-components-alarms.mjs.map +1 -1
  20. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +12 -9
  21. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  22. package/fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs +1 -1
  23. package/fesm2022/c8y-ngx-components-widgets-implementations-cockpit-welcome.mjs.map +1 -1
  24. package/fesm2022/c8y-ngx-components.mjs +8 -8
  25. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  26. package/locales/de.po +0 -282
  27. package/locales/es.po +0 -282
  28. package/locales/fr.po +0 -282
  29. package/locales/ja_JP.po +5 -283
  30. package/locales/ko.po +6 -284
  31. package/locales/locales.pot +0 -282
  32. package/locales/nl.po +0 -282
  33. package/locales/pl.po +1 -283
  34. package/locales/pt_BR.po +0 -282
  35. package/locales/zh_CN.po +5 -283
  36. package/locales/zh_TW.po +5 -283
  37. package/package.json +1 -1
@@ -2190,7 +2190,7 @@ class AlarmsComponent {
2190
2190
  return;
2191
2191
  }
2192
2192
  const { context, contextData } = routeContext;
2193
- if ([ViewContext.Device, ViewContext.Group, ViewContext.Simulators].includes(context)) {
2193
+ if ([ViewContext.Device, ViewContext.Group, ViewContext.Service, ViewContext.Simulators].includes(context)) {
2194
2194
  this.contextSourceId = contextData?.id;
2195
2195
  }
2196
2196
  }