@commercelayer/app-elements 7.15.1 → 7.17.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 (27) hide show
  1. package/dist/{CodeEditorComponent-rMQXVk1G.js → CodeEditorComponent-CCPIIE7I.js} +2 -2
  2. package/dist/{InputDateComponent-CF9aTmc1.js → InputDateComponent-DVDHFKZ3.js} +2 -2
  3. package/dist/{RuleEngineComponent-8X7tfn88.js → RuleEngineComponent-DkwpT4pk.js} +90 -80
  4. package/dist/{en-B-7ylwWx.js → en-BE_K3P12.js} +6 -3
  5. package/dist/{fetchCoreResourcesSuggestions-oblxhsk6.js → fetchCoreResourcesSuggestions-rR0lV7qP.js} +1 -1
  6. package/dist/{it-BXPKgQsm.js → it-B7w1qsox.js} +6 -3
  7. package/dist/locales/en.d.ts +4 -1
  8. package/dist/{main-DAyuCXwB.js → main-Dex3Vb3n.js} +10439 -9737
  9. package/dist/main.js +1 -1
  10. package/dist/{parseISO-FyBqaqSI.js → parseISO-XPb8b6wN.js} +1 -1
  11. package/dist/ui/composite/SearchBar.d.ts +15 -0
  12. package/dist/ui/forms/InputSelect/AsyncPaginateComponent.d.ts +15 -0
  13. package/dist/ui/forms/InputSelect/CreatableComponent.d.ts +2 -2
  14. package/dist/ui/forms/InputSelect/GenericAsyncComponent.d.ts +3 -3
  15. package/dist/ui/forms/InputSelect/HookedInputSelect.d.ts +9 -2
  16. package/dist/ui/forms/InputSelect/InputSelect.d.ts +47 -5
  17. package/dist/ui/forms/InputSelect/SelectComponent.d.ts +2 -2
  18. package/dist/ui/forms/InputSelect/index.d.ts +1 -1
  19. package/dist/ui/forms/RuleEngine/Condition/hooks.d.ts +1 -1
  20. package/dist/ui/forms/RuleEngine/InputResourceSelector.d.ts +1 -1
  21. package/dist/ui/resources/useResourceFilters/FiltersBar.d.ts +7 -1
  22. package/dist/ui/resources/useResourceFilters/FiltersSearchBar.d.ts +2 -2
  23. package/dist/ui/resources/useResourceFilters/useResourceFilters.test.d.ts +1 -0
  24. package/dist/ui/resources/useResourceFilters/useResourceSelectOptions.d.ts +17 -2
  25. package/dist/ui/resources/useResourceList/useMetricsCursorTrail.d.ts +37 -0
  26. package/dist/ui/resources/useResourceList/usePageInUrl.d.ts +33 -0
  27. package/package.json +2 -1
@@ -429,12 +429,15 @@ Il team di {{organization}}`,
429
429
  "order.currency_code": "valuta (3 lettere)",
430
430
  "order.customer_email": "email del customer",
431
431
  "order.customer.email": "email del customer",
432
- "order.customer.customer_group.id": "id del customer group",
432
+ "order.customer.customer_group.id": "customer group",
433
433
  "order.customer.customer_group.name": "nome del customer group",
434
434
  "order.customer.tags.id": "customer tag",
435
435
  "order.customer.tags.name": "nome del customer tag",
436
436
  "order.line_items.adjustment": "adjustments",
437
437
  "order.line_items.bundle": "bundles",
438
+ "order.line_items.bundle.id": "bundle",
439
+ "order.line_items.bundle.name": "nome del bundle",
440
+ "order.line_items.bundle.tags.id": "tag del bundle",
438
441
  "order.line_items.gift_card": "gift cards",
439
442
  "order.line_items.item_type": "tipo di line item",
440
443
  "order.line_items.line_item_options.sku_option.tags.name": "sku options: nome del tag",
@@ -465,6 +468,7 @@ Il team di {{organization}}`,
465
468
  "order.market.id": "market",
466
469
  "order.shipments_count": "numero di spedizioni",
467
470
  "order.shipping_address.country_code": "codice del paese di spedizione",
471
+ "order.subtotal_after_discount_cents": "subtotale dopo lo sconto",
468
472
  "order.subtotal_amount_cents": "subtotal amount cents",
469
473
  "order.tags.name": "nome del tag dell'ordine",
470
474
  "order.total_amount_cents": "total amount cents",
@@ -529,8 +533,7 @@ Il team di {{organization}}`,
529
533
  },
530
534
  display_status: {
531
535
  awaiting_capture: "Da catturare",
532
- in_progress: "In corso",
533
- in_progress_manual: "In corso (Manuale)"
536
+ in_progress: "In corso"
534
537
  },
535
538
  tasks: {
536
539
  open: "Aperti",
@@ -430,6 +430,9 @@ declare const en: {
430
430
  "order.customer.tags.name": string;
431
431
  "order.line_items.adjustment": string;
432
432
  "order.line_items.bundle": string;
433
+ "order.line_items.bundle.id": string;
434
+ "order.line_items.bundle.name": string;
435
+ "order.line_items.bundle.tags.id": string;
433
436
  "order.line_items.gift_card": string;
434
437
  "order.line_items.item_type": string;
435
438
  "order.line_items.line_item_options.sku_option.tags.name": string;
@@ -460,6 +463,7 @@ declare const en: {
460
463
  "order.market.id": string;
461
464
  "order.shipments_count": string;
462
465
  "order.shipping_address.country_code": string;
466
+ "order.subtotal_after_discount_cents": string;
463
467
  "order.subtotal_amount_cents": string;
464
468
  "order.tags.name": string;
465
469
  "order.total_amount_cents": string;
@@ -518,7 +522,6 @@ declare const en: {
518
522
  display_status: {
519
523
  awaiting_capture: string;
520
524
  in_progress: string;
521
- in_progress_manual: string;
522
525
  };
523
526
  tasks: {
524
527
  open: string;