@c8y/ngx-components 1021.75.2 → 1021.75.4

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 (38) hide show
  1. package/core/common/ApplicationOptions.d.ts +1 -1
  2. package/core/plugins/plugins.model.d.ts +1 -1
  3. package/datapoint-explorer/datapoint-explorer.module.d.ts.map +1 -1
  4. package/datapoint-explorer/view/configuration/workspace-configuration.component.d.ts.map +1 -1
  5. package/datapoint-explorer/view/configuration/workspace-configuration.service.d.ts +4 -3
  6. package/datapoint-explorer/view/configuration/workspace-configuration.service.d.ts.map +1 -1
  7. package/ecosystem/packages/package-details/package-details.component.d.ts +2 -2
  8. package/ecosystem/shared/application-card.component.d.ts +2 -2
  9. package/ecosystem/shared/ecosystem.constants.d.ts +2 -2
  10. package/esm2022/core/common/ApplicationOptions.mjs +1 -1
  11. package/esm2022/core/plugins/plugins.model.mjs +2 -2
  12. package/esm2022/datapoint-explorer/datapoint-explorer.module.mjs +62 -6
  13. package/esm2022/datapoint-explorer/view/configuration/workspace-configuration.component.mjs +2 -1
  14. package/esm2022/datapoint-explorer/view/configuration/workspace-configuration.service.mjs +13 -16
  15. package/esm2022/ecosystem/shared/ecosystem.constants.mjs +3 -3
  16. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +13 -15
  17. package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
  18. package/fesm2022/c8y-ngx-components-datapoint-explorer.mjs +59 -36
  19. package/fesm2022/c8y-ngx-components-datapoint-explorer.mjs.map +1 -1
  20. package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs +2 -2
  21. package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs.map +1 -1
  22. package/fesm2022/c8y-ngx-components.mjs +1 -1
  23. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  24. package/locales/de.po +4 -4
  25. package/locales/es.po +4 -4
  26. package/locales/fr.po +4 -4
  27. package/locales/ja_JP.po +4 -4
  28. package/locales/ko.po +4 -4
  29. package/locales/locales.pot +2 -2
  30. package/locales/nl.po +4 -4
  31. package/locales/pl.po +4 -4
  32. package/locales/pt_BR.po +4 -4
  33. package/locales/zh_CN.po +4 -4
  34. package/locales/zh_TW.po +4 -4
  35. package/package.json +1 -1
  36. package/datapoint-explorer/datapoint-explorer-route-factory.d.ts +0 -10
  37. package/datapoint-explorer/datapoint-explorer-route-factory.d.ts.map +0 -1
  38. package/esm2022/datapoint-explorer/datapoint-explorer-route-factory.mjs +0 -37
@@ -167,8 +167,8 @@ const PACKAGE_TYPE_LABELS = {
167
167
  tooltip: gettext('Package created by the developer community.')
168
168
  },
169
169
  [PackageType.OFFICIAL]: {
170
- label: gettext('OFFICIAL`Package maintained by Software AG.`'),
171
- tooltip: gettext('Package maintained by Software AG.')
170
+ label: gettext('OFFICIAL`Package maintained by Cumulocity.`'),
171
+ tooltip: gettext('Package maintained by Cumulocity.')
172
172
  },
173
173
  [PackageType.UNKNOWN]: {
174
174
  label: gettext('CUSTOM`Package maintained by an unknown source.`'),