@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
|
@@ -4641,7 +4641,7 @@ var ApplicationPluginStatus;
|
|
|
4641
4641
|
var PackageType;
|
|
4642
4642
|
(function (PackageType) {
|
|
4643
4643
|
/**
|
|
4644
|
-
* A package coming from the official
|
|
4644
|
+
* A package coming from the official Cumulocity github enterprise.
|
|
4645
4645
|
*/
|
|
4646
4646
|
PackageType["OFFICIAL"] = "OFFICIAL";
|
|
4647
4647
|
/**
|