@c8y/ngx-components 1021.2.1 → 1021.3.1

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 (29) hide show
  1. package/auth-configuration/sso-configuration/template-parts/basic-configuration.component.d.ts +1 -0
  2. package/auth-configuration/sso-configuration/template-parts/basic-configuration.component.d.ts.map +1 -1
  3. package/context-dashboard/context-dashboard.service.d.ts.map +1 -1
  4. package/core/common/get-group-icon.pipe.d.ts.map +1 -1
  5. package/core/common/global-config.service.d.ts +1 -1
  6. package/core/common/global-config.service.d.ts.map +1 -1
  7. package/device-profile/device-profile-list.component.d.ts +31 -14
  8. package/device-profile/device-profile-list.component.d.ts.map +1 -1
  9. package/esm2022/auth-configuration/sso-configuration/template-parts/basic-configuration.component.mjs +5 -3
  10. package/esm2022/context-dashboard/context-dashboard.service.mjs +3 -2
  11. package/esm2022/core/common/get-group-icon.pipe.mjs +4 -1
  12. package/esm2022/core/common/global-config.service.mjs +3 -2
  13. package/esm2022/device-profile/device-profile-list.component.mjs +102 -27
  14. package/esm2022/repository/shared/repository.model.mjs +2 -1
  15. package/fesm2022/c8y-ngx-components-auth-configuration.mjs +4 -2
  16. package/fesm2022/c8y-ngx-components-auth-configuration.mjs.map +1 -1
  17. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +2 -1
  18. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  19. package/fesm2022/c8y-ngx-components-device-profile.mjs +110 -35
  20. package/fesm2022/c8y-ngx-components-device-profile.mjs.map +1 -1
  21. package/fesm2022/c8y-ngx-components-repository-shared.mjs +1 -0
  22. package/fesm2022/c8y-ngx-components-repository-shared.mjs.map +1 -1
  23. package/fesm2022/c8y-ngx-components.mjs +5 -1
  24. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  25. package/locales/locales.pot +14 -2
  26. package/package.json +1 -1
  27. package/repository/shared/repository.model.d.ts +2 -1
  28. package/repository/shared/repository.model.d.ts.map +1 -1
  29. package/repository/shared/repository.service.d.ts +1 -1
@@ -122,6 +122,7 @@ var RepositoryType;
122
122
  RepositoryType["FIRMWARE"] = "c8y_Firmware";
123
123
  RepositoryType["SOFTWARE"] = "c8y_Software";
124
124
  RepositoryType["CONFIGURATION"] = "c8y_ConfigurationDump";
125
+ RepositoryType["PROFILE"] = "c8y_Profile";
125
126
  })(RepositoryType || (RepositoryType = {}));
126
127
  const REPOSITORY_BINARY_TYPES = {
127
128
  [RepositoryType.SOFTWARE]: 'c8y_SoftwareBinary',