@open-mercato/core 0.6.4-develop.4236.1.9fa6806b34 → 0.6.4-develop.4239.1.4a264a5828

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 (39) hide show
  1. package/dist/modules/business_rules/backend/logs/[id]/page.js +24 -5
  2. package/dist/modules/business_rules/backend/logs/[id]/page.js.map +2 -2
  3. package/dist/modules/catalog/api/offers/route.js +15 -5
  4. package/dist/modules/catalog/api/offers/route.js.map +2 -2
  5. package/dist/modules/currencies/backend/currencies/[id]/page.js +19 -2
  6. package/dist/modules/currencies/backend/currencies/[id]/page.js.map +2 -2
  7. package/dist/modules/customer_accounts/backend/customer_accounts/roles/[id]/page.js +27 -7
  8. package/dist/modules/customer_accounts/backend/customer_accounts/roles/[id]/page.js.map +2 -2
  9. package/dist/modules/customer_accounts/backend/customer_accounts/users/[id]/page.js +27 -7
  10. package/dist/modules/customer_accounts/backend/customer_accounts/users/[id]/page.js.map +2 -2
  11. package/dist/modules/customers/backend/customers/people/[id]/page.js +29 -8
  12. package/dist/modules/customers/backend/customers/people/[id]/page.js.map +2 -2
  13. package/dist/modules/progress/acl.js +8 -4
  14. package/dist/modules/progress/acl.js.map +2 -2
  15. package/dist/modules/workflows/backend/events/[id]/page.js +24 -6
  16. package/dist/modules/workflows/backend/events/[id]/page.js.map +2 -2
  17. package/dist/modules/workflows/backend/instances/[id]/page.js +27 -5
  18. package/dist/modules/workflows/backend/instances/[id]/page.js.map +2 -2
  19. package/dist/modules/workflows/backend/tasks/[id]/page.js +25 -6
  20. package/dist/modules/workflows/backend/tasks/[id]/page.js.map +2 -2
  21. package/package.json +7 -7
  22. package/src/modules/business_rules/backend/logs/[id]/page.tsx +32 -7
  23. package/src/modules/catalog/api/offers/route.ts +20 -5
  24. package/src/modules/currencies/backend/currencies/[id]/page.tsx +21 -2
  25. package/src/modules/currencies/i18n/de.json +1 -0
  26. package/src/modules/currencies/i18n/en.json +1 -0
  27. package/src/modules/currencies/i18n/es.json +1 -0
  28. package/src/modules/currencies/i18n/pl.json +1 -0
  29. package/src/modules/customer_accounts/backend/customer_accounts/roles/[id]/page.tsx +34 -11
  30. package/src/modules/customer_accounts/backend/customer_accounts/users/[id]/page.tsx +34 -11
  31. package/src/modules/customers/backend/customers/people/[id]/page.tsx +35 -11
  32. package/src/modules/progress/acl.ts +4 -0
  33. package/src/modules/workflows/backend/events/[id]/page.tsx +32 -10
  34. package/src/modules/workflows/backend/instances/[id]/page.tsx +33 -9
  35. package/src/modules/workflows/backend/tasks/[id]/page.tsx +33 -10
  36. package/src/modules/workflows/i18n/de.json +1 -0
  37. package/src/modules/workflows/i18n/en.json +1 -0
  38. package/src/modules/workflows/i18n/es.json +1 -0
  39. package/src/modules/workflows/i18n/pl.json +1 -0
@@ -1007,6 +1007,7 @@
1007
1007
  "workflows.tasks.detail.commentsPlaceholder": "Fügen Sie Kommentare oder Anmerkungen zu dieser Aufgabe hinzu…",
1008
1008
  "workflows.tasks.detail.completeTask": "Aufgabe abschließen",
1009
1009
  "workflows.tasks.detail.form.selectOption": "-- Option auswählen --",
1010
+ "workflows.tasks.detail.loadFailed": "Aufgabe konnte nicht geladen werden",
1010
1011
  "workflows.tasks.detail.loading": "Aufgabe wird geladen…",
1011
1012
  "workflows.tasks.detail.noFormSchema": "Diese Aufgabe hat kein auszufüllendes Formular. Sie können optionale Kommentare hinzufügen und absenden.",
1012
1013
  "workflows.tasks.detail.notFound": "Aufgabe nicht gefunden",
@@ -1007,6 +1007,7 @@
1007
1007
  "workflows.tasks.detail.commentsPlaceholder": "Add any comments or notes about this task...",
1008
1008
  "workflows.tasks.detail.completeTask": "Complete Task",
1009
1009
  "workflows.tasks.detail.form.selectOption": "-- Select an option --",
1010
+ "workflows.tasks.detail.loadFailed": "Failed to load task",
1010
1011
  "workflows.tasks.detail.loading": "Loading task...",
1011
1012
  "workflows.tasks.detail.noFormSchema": "This task has no form to complete. You can add optional comments and submit.",
1012
1013
  "workflows.tasks.detail.notFound": "Task not found",
@@ -1007,6 +1007,7 @@
1007
1007
  "workflows.tasks.detail.commentsPlaceholder": "Agrega comentarios o notas sobre esta tarea...",
1008
1008
  "workflows.tasks.detail.completeTask": "Completar tarea",
1009
1009
  "workflows.tasks.detail.form.selectOption": "-- Selecciona una opcion --",
1010
+ "workflows.tasks.detail.loadFailed": "Error al cargar la tarea",
1010
1011
  "workflows.tasks.detail.loading": "Cargando tarea...",
1011
1012
  "workflows.tasks.detail.noFormSchema": "Esta tarea no tiene formulario. Puedes agregar comentarios opcionales y enviar.",
1012
1013
  "workflows.tasks.detail.notFound": "Tarea no encontrada",
@@ -1007,6 +1007,7 @@
1007
1007
  "workflows.tasks.detail.commentsPlaceholder": "Dodaj komentarze lub notatki dotyczące tego zadania...",
1008
1008
  "workflows.tasks.detail.completeTask": "Zakończ Zadanie",
1009
1009
  "workflows.tasks.detail.form.selectOption": "-- Wybierz opcję --",
1010
+ "workflows.tasks.detail.loadFailed": "Nie udało się załadować zadania",
1010
1011
  "workflows.tasks.detail.loading": "Ładowanie zadania...",
1011
1012
  "workflows.tasks.detail.noFormSchema": "To zadanie nie ma formularza do wypełnienia. Możesz dodać opcjonalne komentarze i wysłać.",
1012
1013
  "workflows.tasks.detail.notFound": "Zadanie nie znalezione",