@c8y/ngx-components 1021.22.39 → 1021.22.42

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 (45) hide show
  1. package/context-dashboard/context-dashboard.model.d.ts +1 -0
  2. package/context-dashboard/context-dashboard.model.d.ts.map +1 -1
  3. package/core/docs/help-and-support-outlet/help-and-support-outlet.component.d.ts +5 -1
  4. package/core/docs/help-and-support-outlet/help-and-support-outlet.component.d.ts.map +1 -1
  5. package/core/docs/legal-notices-outlet/legal-notices-outlet.component.d.ts +5 -1
  6. package/core/docs/legal-notices-outlet/legal-notices-outlet.component.d.ts.map +1 -1
  7. package/core/docs/support-outlet/support-outlet.component.d.ts +5 -1
  8. package/core/docs/support-outlet/support-outlet.component.d.ts.map +1 -1
  9. package/core/i18n/translate.service.d.ts.map +1 -1
  10. package/core/shared/core.model.d.ts +5 -1
  11. package/core/shared/core.model.d.ts.map +1 -1
  12. package/ecosystem/application-plugins/application-plugins.component.d.ts +4 -0
  13. package/ecosystem/application-plugins/application-plugins.component.d.ts.map +1 -1
  14. package/ecosystem/application-plugins/plugin-list.component.d.ts.map +1 -1
  15. package/ecosystem/packages/package-details/package-details.component.d.ts +3 -2
  16. package/ecosystem/packages/package-details/package-details.component.d.ts.map +1 -1
  17. package/ecosystem/shared/ecosystem.model.d.ts +3 -0
  18. package/ecosystem/shared/ecosystem.model.d.ts.map +1 -1
  19. package/esm2022/branding/shared/lazy/branding-form/branding-form.component.mjs +3 -3
  20. package/esm2022/context-dashboard/context-dashboard.model.mjs +3 -2
  21. package/esm2022/core/docs/support-outlet/support-outlet.component.mjs +3 -3
  22. package/esm2022/core/i18n/translate.service.mjs +7 -5
  23. package/esm2022/core/shared/core.model.mjs +6 -2
  24. package/esm2022/ecosystem/application-plugins/application-plugins.component.mjs +36 -38
  25. package/esm2022/ecosystem/application-plugins/plugin-list.component.mjs +9 -12
  26. package/esm2022/ecosystem/packages/package-details/package-details.component.mjs +11 -6
  27. package/esm2022/ecosystem/shared/ecosystem.model.mjs +6 -3
  28. package/esm2022/report-dashboard/report-dashboard-list.component.mjs +4 -3
  29. package/fesm2022/c8y-ngx-components-branding-shared-lazy.mjs +2 -2
  30. package/fesm2022/c8y-ngx-components-branding-shared-lazy.mjs.map +1 -1
  31. package/fesm2022/c8y-ngx-components-context-dashboard.mjs +2 -1
  32. package/fesm2022/c8y-ngx-components-context-dashboard.mjs.map +1 -1
  33. package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs +43 -48
  34. package/fesm2022/c8y-ngx-components-ecosystem-application-plugins.mjs.map +1 -1
  35. package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs +5 -2
  36. package/fesm2022/c8y-ngx-components-ecosystem-shared.mjs.map +1 -1
  37. package/fesm2022/c8y-ngx-components-ecosystem.mjs +51 -51
  38. package/fesm2022/c8y-ngx-components-ecosystem.mjs.map +1 -1
  39. package/fesm2022/c8y-ngx-components-report-dashboard.mjs +3 -2
  40. package/fesm2022/c8y-ngx-components-report-dashboard.mjs.map +1 -1
  41. package/fesm2022/c8y-ngx-components.mjs +13 -7
  42. package/fesm2022/c8y-ngx-components.mjs.map +1 -1
  43. package/package.json +1 -1
  44. package/report-dashboard/report-dashboard-list.component.d.ts +29 -0
  45. package/report-dashboard/report-dashboard-list.component.d.ts.map +1 -1
@@ -291,7 +291,8 @@ const PRODUCT_EXPERIENCE = {
291
291
  APPLY_GLOBAL_ROLES_CHANGES: 'applyGlobalRolesChanges',
292
292
  DELETE: 'delete',
293
293
  LOAD: 'load',
294
- CREATE: 'create'
294
+ CREATE: 'create',
295
+ ADD_REPORT: 'addReport'
295
296
  }
296
297
  }
297
298
  };