@open-mercato/core 0.6.6-develop.6184.1.b7e55f8d61 → 0.6.6-develop.6198.1.0822f97cc6

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/.turbo/turbo-build.log +1 -1
  2. package/dist/modules/auth/frontend/login.js +5 -5
  3. package/dist/modules/auth/frontend/login.js.map +2 -2
  4. package/dist/modules/catalog/backend/catalog/products/MerchandisingAssistantSheet.js +3 -2
  5. package/dist/modules/catalog/backend/catalog/products/MerchandisingAssistantSheet.js.map +2 -2
  6. package/dist/modules/catalog/widgets/injection/product-seo/widget.client.js +26 -14
  7. package/dist/modules/catalog/widgets/injection/product-seo/widget.client.js.map +2 -2
  8. package/dist/modules/customers/api/deals/[id]/route.js +169 -149
  9. package/dist/modules/customers/api/deals/[id]/route.js.map +3 -3
  10. package/dist/modules/customers/components/detail/InlineEditors.js +9 -4
  11. package/dist/modules/customers/components/detail/InlineEditors.js.map +2 -2
  12. package/dist/modules/integrations/backend/integrations/[id]/page.js +13 -9
  13. package/dist/modules/integrations/backend/integrations/[id]/page.js.map +2 -2
  14. package/dist/modules/integrations/backend/integrations/detail-page-refresh.js +17 -0
  15. package/dist/modules/integrations/backend/integrations/detail-page-refresh.js.map +7 -0
  16. package/dist/modules/sales/components/documents/SalesDocumentForm.js +299 -297
  17. package/dist/modules/sales/components/documents/SalesDocumentForm.js.map +2 -2
  18. package/dist/modules/workflows/components/EdgeEditDialog.js +120 -141
  19. package/dist/modules/workflows/components/EdgeEditDialog.js.map +2 -2
  20. package/dist/modules/workflows/components/NodeEditDialog.js +114 -118
  21. package/dist/modules/workflows/components/NodeEditDialog.js.map +2 -2
  22. package/dist/modules/workflows/frontend/checkout-demo/page.js +155 -260
  23. package/dist/modules/workflows/frontend/checkout-demo/page.js.map +2 -2
  24. package/package.json +7 -7
  25. package/src/modules/auth/frontend/login.tsx +5 -5
  26. package/src/modules/catalog/backend/catalog/products/MerchandisingAssistantSheet.tsx +4 -3
  27. package/src/modules/catalog/widgets/injection/product-seo/widget.client.tsx +27 -17
  28. package/src/modules/customers/api/deals/[id]/route.ts +208 -174
  29. package/src/modules/customers/components/detail/InlineEditors.tsx +6 -10
  30. package/src/modules/integrations/backend/integrations/[id]/page.tsx +13 -9
  31. package/src/modules/integrations/backend/integrations/detail-page-refresh.ts +36 -0
  32. package/src/modules/sales/components/documents/SalesDocumentForm.tsx +351 -327
  33. package/src/modules/workflows/components/EdgeEditDialog.tsx +132 -157
  34. package/src/modules/workflows/components/NodeEditDialog.tsx +116 -121
  35. package/src/modules/workflows/frontend/checkout-demo/page.tsx +172 -239
  36. package/src/modules/workflows/i18n/de.json +2 -0
  37. package/src/modules/workflows/i18n/en.json +2 -0
  38. package/src/modules/workflows/i18n/es.json +2 -0
  39. package/src/modules/workflows/i18n/pl.json +2 -0
@@ -102,8 +102,10 @@
102
102
  "workflows.activities.waitUntilDescription": "Bestimmtes Datum und Uhrzeit, bis zu dem gewartet werden soll",
103
103
  "workflows.backToList": "Zurück zu Workflows",
104
104
  "workflows.backend.definitions.visual_editor.title": "Visueller Workflow-Editor",
105
+ "workflows.checkoutDemo.cart.decreaseQty": "Decrease quantity",
105
106
  "workflows.checkoutDemo.cart.empty.hint": "Füge Produkte aus dem Dropdown oben hinzu",
106
107
  "workflows.checkoutDemo.cart.empty.title": "Dein Warenkorb ist leer",
108
+ "workflows.checkoutDemo.cart.increaseQty": "Increase quantity",
107
109
  "workflows.checkoutDemo.cart.pricePerUnitSuffix": "each",
108
110
  "workflows.checkoutDemo.cart.removeItemTitle": "Remove from cart",
109
111
  "workflows.checkoutDemo.cart.selectHint": "Select products from the dropdown to add them to your cart",
@@ -102,8 +102,10 @@
102
102
  "workflows.activities.waitUntilDescription": "Specific date and time to wait until",
103
103
  "workflows.backToList": "Back to workflows",
104
104
  "workflows.backend.definitions.visual_editor.title": "Visual Workflow Editor",
105
+ "workflows.checkoutDemo.cart.decreaseQty": "Decrease quantity",
105
106
  "workflows.checkoutDemo.cart.empty.hint": "Add products from the dropdown above",
106
107
  "workflows.checkoutDemo.cart.empty.title": "Your cart is empty",
108
+ "workflows.checkoutDemo.cart.increaseQty": "Increase quantity",
107
109
  "workflows.checkoutDemo.cart.pricePerUnitSuffix": "each",
108
110
  "workflows.checkoutDemo.cart.removeItemTitle": "Remove from cart",
109
111
  "workflows.checkoutDemo.cart.selectHint": "Select products from the dropdown to add them to your cart",
@@ -102,8 +102,10 @@
102
102
  "workflows.activities.waitUntilDescription": "Fecha y hora específica hasta la cual esperar",
103
103
  "workflows.backToList": "Volver a flujos de trabajo",
104
104
  "workflows.backend.definitions.visual_editor.title": "Editor visual de flujos de trabajo",
105
+ "workflows.checkoutDemo.cart.decreaseQty": "Decrease quantity",
105
106
  "workflows.checkoutDemo.cart.empty.hint": "Añade productos desde el menú desplegable de arriba",
106
107
  "workflows.checkoutDemo.cart.empty.title": "Tu carrito está vacío",
108
+ "workflows.checkoutDemo.cart.increaseQty": "Increase quantity",
107
109
  "workflows.checkoutDemo.cart.pricePerUnitSuffix": "each",
108
110
  "workflows.checkoutDemo.cart.removeItemTitle": "Remove from cart",
109
111
  "workflows.checkoutDemo.cart.selectHint": "Select products from the dropdown to add them to your cart",
@@ -102,8 +102,10 @@
102
102
  "workflows.activities.waitUntilDescription": "Konkretna data i godzina, do której czekać",
103
103
  "workflows.backToList": "Powrót do przepływów",
104
104
  "workflows.backend.definitions.visual_editor.title": "Wizualny Edytor Przepływów Pracy",
105
+ "workflows.checkoutDemo.cart.decreaseQty": "Decrease quantity",
105
106
  "workflows.checkoutDemo.cart.empty.hint": "Dodaj produkty z listy powyżej",
106
107
  "workflows.checkoutDemo.cart.empty.title": "Twój koszyk jest pusty",
108
+ "workflows.checkoutDemo.cart.increaseQty": "Increase quantity",
107
109
  "workflows.checkoutDemo.cart.pricePerUnitSuffix": "each",
108
110
  "workflows.checkoutDemo.cart.removeItemTitle": "Remove from cart",
109
111
  "workflows.checkoutDemo.cart.selectHint": "Select products from the dropdown to add them to your cart",