@c8y/ngx-components 1023.14.196 → 1023.14.201
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/branding/shared/data/index.d.ts +22 -1
- package/branding/shared/data/index.d.ts.map +1 -1
- package/ecosystem/application-plugins/index.d.ts.map +1 -1
- package/ecosystem/index.d.ts.map +1 -1
- package/ecosystem/shared/index.d.ts +4 -1
- package/ecosystem/shared/index.d.ts.map +1 -1
- package/fesm2022/c8y-ngx-components-branding-shared-data.mjs +2 -0
- package/fesm2022/c8y-ngx-components-branding-shared-data.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-echart.mjs +38 -25
- package/fesm2022/c8y-ngx-components-echart.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs +22 -14
- package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs +32 -10
- package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components-ecosystem.mjs +1 -0
- package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
- package/fesm2022/c8y-ngx-components.mjs +2 -0
- package/fesm2022/c8y-ngx-components.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/index.d.ts.map +1 -1
- package/locales/de.po +26 -5
- package/locales/es.po +26 -5
- package/locales/fr.po +26 -5
- package/locales/ja_JP.po +26 -5
- package/locales/ko.po +26 -5
- package/locales/locales.pot +21 -3
- package/locales/nl.po +26 -5
- package/locales/pl.po +26 -5
- package/locales/pt_BR.po +26 -5
- package/locales/zh_CN.po +26 -5
- package/locales/zh_TW.po +26 -5
- package/package.json +1 -1
|
@@ -22094,7 +22094,9 @@ var ApplicationPluginStatus;
|
|
|
22094
22094
|
ApplicationPluginStatus["ORPHANED"] = "ORPHANED";
|
|
22095
22095
|
ApplicationPluginStatus["LATEST"] = "LATEST";
|
|
22096
22096
|
ApplicationPluginStatus["OUTDATED"] = "OUTDATED";
|
|
22097
|
+
/** @deprecated It is not used anymore, but kept for backward compatibility. */
|
|
22097
22098
|
ApplicationPluginStatus["REVOKED"] = "REVOKED";
|
|
22099
|
+
ApplicationPluginStatus["FALLBACK"] = "FALLBACK";
|
|
22098
22100
|
ApplicationPluginStatus["AUTO"] = "AUTO";
|
|
22099
22101
|
})(ApplicationPluginStatus || (ApplicationPluginStatus = {}));
|
|
22100
22102
|
var PackageType;
|