@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.
- package/core/common/ApplicationOptions.d.ts +1 -1
- package/core/plugins/plugins.model.d.ts +1 -1
- package/datapoint-explorer/datapoint-explorer.module.d.ts.map +1 -1
- package/datapoint-explorer/view/configuration/workspace-configuration.component.d.ts.map +1 -1
- package/datapoint-explorer/view/configuration/workspace-configuration.service.d.ts +4 -3
- package/datapoint-explorer/view/configuration/workspace-configuration.service.d.ts.map +1 -1
- package/ecosystem/packages/package-details/package-details.component.d.ts +2 -2
- package/ecosystem/shared/application-card.component.d.ts +2 -2
- package/ecosystem/shared/ecosystem.constants.d.ts +2 -2
- package/esm2022/core/common/ApplicationOptions.mjs +1 -1
- package/esm2022/core/plugins/plugins.model.mjs +2 -2
- package/esm2022/datapoint-explorer/datapoint-explorer.module.mjs +62 -6
- package/esm2022/datapoint-explorer/view/configuration/workspace-configuration.component.mjs +2 -1
- package/esm2022/datapoint-explorer/view/configuration/workspace-configuration.service.mjs +13 -16
- package/esm2022/ecosystem/shared/ecosystem.constants.mjs +3 -3
- package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs +13 -15
- package/fesm2022/c8y-ngx-components-datapoint-explorer-view.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-datapoint-explorer.mjs +59 -36
- package/fesm2022/c8y-ngx-components-datapoint-explorer.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs +2 -2
- package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +1 -1
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/locales/de.po +4 -4
- package/locales/es.po +4 -4
- package/locales/fr.po +4 -4
- package/locales/ja_JP.po +4 -4
- package/locales/ko.po +4 -4
- package/locales/locales.pot +2 -2
- package/locales/nl.po +4 -4
- package/locales/pl.po +4 -4
- package/locales/pt_BR.po +4 -4
- package/locales/zh_CN.po +4 -4
- package/locales/zh_TW.po +4 -4
- package/package.json +1 -1
- package/datapoint-explorer/datapoint-explorer-route-factory.d.ts +0 -10
- package/datapoint-explorer/datapoint-explorer-route-factory.d.ts.map +0 -1
- 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
|
|
171
|
-
tooltip: gettext('Package maintained by
|
|
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.`'),
|