@c8y/ngx-components 1020.34.0 → 1020.39.0

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 (64) hide show
  1. package/auth-configuration/sso-configuration/sso-configuration.model.d.ts +2 -0
  2. package/auth-configuration/sso-configuration/sso-configuration.model.d.ts.map +1 -1
  3. package/auth-configuration/sso-configuration/sso-configuration.service.d.ts.map +1 -1
  4. package/auth-configuration/sso-configuration/template-parts/access-mapping/access-mapping.component.d.ts +5 -0
  5. package/auth-configuration/sso-configuration/template-parts/access-mapping/access-mapping.component.d.ts.map +1 -1
  6. package/auth-configuration/sso-configuration/template-parts/user-data-mapping.component.d.ts +7 -0
  7. package/auth-configuration/sso-configuration/template-parts/user-data-mapping.component.d.ts.map +1 -1
  8. package/auth-configuration/sso-configuration/templates/aad-configuration-mapper.d.ts.map +1 -1
  9. package/auth-configuration/sso-configuration/templates/aad.model.d.ts +1 -0
  10. package/auth-configuration/sso-configuration/templates/aad.model.d.ts.map +1 -1
  11. package/auth-configuration/sso-configuration/templates/custom-configuration-mapper.d.ts.map +1 -1
  12. package/auth-configuration/sso-configuration/templates/custom.model.d.ts +1 -0
  13. package/auth-configuration/sso-configuration/templates/custom.model.d.ts.map +1 -1
  14. package/auth-configuration/sso-configuration/templates/key-cloak-configuration-mapper.d.ts.map +1 -1
  15. package/auth-configuration/sso-configuration/templates/key-cloak.model.d.ts +1 -0
  16. package/auth-configuration/sso-configuration/templates/key-cloak.model.d.ts.map +1 -1
  17. package/context-dashboard/context-dashboard.component.d.ts +4 -0
  18. package/context-dashboard/context-dashboard.component.d.ts.map +1 -1
  19. package/context-dashboard/dashboard-detail.component.d.ts +2 -0
  20. package/context-dashboard/dashboard-detail.component.d.ts.map +1 -1
  21. package/core/dynamic-forms/typeahead/typeahead.type.component.d.ts.map +1 -1
  22. package/core/product-experience/gainsight.service.d.ts +1 -0
  23. package/core/product-experience/gainsight.service.d.ts.map +1 -1
  24. package/core/select/typeahead.component.d.ts.map +1 -1
  25. package/esm2022/auth-configuration/sso-configuration/sso-configuration.model.mjs +1 -1
  26. package/esm2022/auth-configuration/sso-configuration/sso-configuration.service.mjs +5 -3
  27. package/esm2022/auth-configuration/sso-configuration/template-parts/access-mapping/access-mapping.component.mjs +25 -11
  28. package/esm2022/auth-configuration/sso-configuration/template-parts/user-data-mapping.component.mjs +18 -8
  29. package/esm2022/auth-configuration/sso-configuration/templates/aad-configuration-mapper.mjs +5 -3
  30. package/esm2022/auth-configuration/sso-configuration/templates/aad-template.component.mjs +3 -3
  31. package/esm2022/auth-configuration/sso-configuration/templates/aad.model.mjs +1 -1
  32. package/esm2022/auth-configuration/sso-configuration/templates/custom-configuration-mapper.mjs +5 -3
  33. package/esm2022/auth-configuration/sso-configuration/templates/custom-template.component.mjs +3 -3
  34. package/esm2022/auth-configuration/sso-configuration/templates/custom.model.mjs +1 -1
  35. package/esm2022/auth-configuration/sso-configuration/templates/key-cloak-configuration-mapper.mjs +5 -3
  36. package/esm2022/auth-configuration/sso-configuration/templates/key-cloak-template.component.mjs +3 -3
  37. package/esm2022/auth-configuration/sso-configuration/templates/key-cloak.model.mjs +1 -1
  38. package/esm2022/context-dashboard/context-dashboard.component.mjs +85 -23
  39. package/esm2022/context-dashboard/dashboard-detail.component.mjs +42 -11
  40. package/esm2022/core/dynamic-forms/typeahead/typeahead.type.component.mjs +2 -3
  41. package/esm2022/core/product-experience/gainsight.service.mjs +15 -1
  42. package/esm2022/core/select/typeahead.component.mjs +9 -4
  43. package/esm2022/repository/firmware/list/add-firmware-patch-modal.component.mjs +3 -3
  44. package/esm2022/trusted-certificates/list/trusted-certificate-list.component.mjs +2 -2
  45. package/fesm2022/c8y-ngx-components-auth-configuration.mjs +118 -86
  46. package/fesm2022/c8y-ngx-components-auth-configuration.mjs.map +1 -1
  47. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +123 -31
  48. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  49. package/fesm2022/c8y-ngx-components-repository-firmware.mjs +2 -2
  50. package/fesm2022/c8y-ngx-components-repository-firmware.mjs.map +1 -1
  51. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs +1 -1
  52. package/fesm2022/c8y-ngx-components-trusted-certificates.mjs.map +1 -1
  53. package/fesm2022/c8y-ngx-components.mjs +21 -3
  54. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  55. package/locales/de.po +46 -12
  56. package/locales/en.po +7 -7
  57. package/locales/es.po +40 -12
  58. package/locales/fr.po +40 -12
  59. package/locales/ja_JP.po +43 -12
  60. package/locales/locales.pot +35 -14
  61. package/locales/nl.po +40 -12
  62. package/locales/pl.po +40 -12
  63. package/locales/pt_BR.po +40 -12
  64. package/package.json +1 -1
@@ -271,8 +271,8 @@ class AddFirmwarePatchModalComponent {
271
271
  }
272
272
  }), switchMap(() => of(null))), this.firmwareSelected$).pipe(switchMap(selectedFirmware => selectedFirmware ? this.repository.listBaseVersions(selectedFirmware) : of(null)), shareReplay(1));
273
273
  this.baseVersionsFilterPipe = pipe(switchMap((data) => this.patchDependencyInput$.pipe(map(partialVersion => data.filter((mo) => {
274
- const version = mo.c8y_Firmware.version.toLowerCase();
275
- return (partialVersion.length === 0 || version.indexOf(partialVersion.toLowerCase()) > -1);
274
+ const version = mo.c8y_Firmware.version?.toLowerCase();
275
+ return (partialVersion.length === 0 || version?.indexOf(partialVersion.toLowerCase()) > -1);
276
276
  })))));
277
277
  }
278
278
  async ngOnInit() {