@commercelayer/app-elements 6.2.1 → 6.3.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.
- package/dist/{InputDateComponent-D4jDLyHV.js → InputDateComponent-Y5UIbT0E.js} +61 -61
- package/dist/{RuleEngineComponent-DH23EZ8v.js → RuleEngineComponent-CDGtF4ug.js} +1106 -920
- package/dist/{en-DnI-oLj-.js → en-Psn8u2uC.js} +9 -4
- package/dist/{it-9hWwbmiy.js → it-DsWhEkJp.js} +8 -3
- package/dist/locales/en.d.ts +8 -3
- package/dist/{main-L857O21K.js → main-Zwf-ZNBk.js} +5845 -5750
- package/dist/main.d.ts +7 -6
- package/dist/main.js +142 -141
- package/dist/{parseISO-CbJPLsTx.js → parseISO-DQvhbRdk.js} +1 -1
- package/dist/providers/I18NProvider.d.ts +2 -0
- package/dist/providers/TokenProvider/index.d.ts +1 -0
- package/dist/style.css +1 -1
- package/dist/ui/atoms/Avatar.d.ts +2 -2
- package/dist/ui/atoms/PageHeading/index.d.ts +1 -0
- package/dist/ui/composite/Modal.d.ts +18 -0
- package/dist/ui/composite/PageLayout.d.ts +2 -2
- package/dist/ui/forms/InputSelect/InputSelect.d.ts +4 -0
- package/dist/ui/forms/InputSelect/index.d.ts +1 -1
- package/dist/ui/forms/InputSelect/overrides.d.ts +2 -0
- package/dist/ui/forms/RuleEngine/Action/ActionListItem.d.ts +4 -0
- package/dist/ui/forms/RuleEngine/Condition/hooks.d.ts +5 -0
- package/dist/ui/forms/RuleEngine/InputResourcePath.d.ts +1 -2
- package/dist/ui/resources/useResourceFilters/index.d.ts +2 -1
- package/dist/vendor.css +1 -1
- package/package.json +1 -1
|
@@ -427,6 +427,7 @@ The {{organization}} team`,
|
|
|
427
427
|
"order.line_items.sku.shipping_category.id": "sku shipping category id",
|
|
428
428
|
"order.line_items.sku.sku_lists.id": "sku list",
|
|
429
429
|
"order.line_items.sku.sku_lists.name": "sku list name",
|
|
430
|
+
"order.line_items.sku.tags.id": "sku tag",
|
|
430
431
|
"order.line_items.sku.tags.name": "sku tags name",
|
|
431
432
|
"order.line_items.sku": "skus",
|
|
432
433
|
"order.line_items.unit_amount_cents": "line item unit amount cents",
|
|
@@ -438,14 +439,18 @@ The {{organization}} team`,
|
|
|
438
439
|
"order.subtotal_amount_cents": "subtotal amount cents",
|
|
439
440
|
"order.tags.name": "order tag name",
|
|
440
441
|
"order.total_amount_cents": "total amount cents",
|
|
441
|
-
order: "order",
|
|
442
|
+
order: "order total",
|
|
443
|
+
"price.amount_cents": "price amount cents",
|
|
442
444
|
"price.jwt_customer.email": "customer email",
|
|
445
|
+
"price.jwt_customer.tags.id": "customer tag",
|
|
443
446
|
"price.jwt_customer.tags.name": "customer tag name",
|
|
444
|
-
"price.
|
|
447
|
+
"price.processed_at": "price processed at",
|
|
445
448
|
"price.sku.code": "sku code",
|
|
449
|
+
"price.sku.id": "sku",
|
|
450
|
+
"price.sku.sku_list_items.sku_list.id": "sku list",
|
|
451
|
+
"price.sku.sku_list_items.sku_list.name": "sku list name",
|
|
452
|
+
"price.sku.tags.id": "sku tag",
|
|
446
453
|
"price.sku.tags.name": "sku tag name",
|
|
447
|
-
"price.processed_at": "price processed at",
|
|
448
|
-
"price.amount_cents": "price amount cents",
|
|
449
454
|
price: "price"
|
|
450
455
|
},
|
|
451
456
|
apps: {
|
|
@@ -427,6 +427,7 @@ Il team di {{organization}}`,
|
|
|
427
427
|
"order.line_items.sku.shipping_category.id": "id della sku shipping category",
|
|
428
428
|
"order.line_items.sku.sku_lists.id": "sku list",
|
|
429
429
|
"order.line_items.sku.sku_lists.name": "nome della sku list",
|
|
430
|
+
"order.line_items.sku.tags.id": "sku tag",
|
|
430
431
|
"order.line_items.sku.tags.name": "nome del tag della sku",
|
|
431
432
|
"order.line_items.sku": "sku",
|
|
432
433
|
"order.line_items.unit_amount_cents": "line item unit amount cents",
|
|
@@ -439,13 +440,17 @@ Il team di {{organization}}`,
|
|
|
439
440
|
"order.tags.name": "nome del tag dell'ordine",
|
|
440
441
|
"order.total_amount_cents": "total amount cents",
|
|
441
442
|
order: "ordine",
|
|
443
|
+
"price.amount_cents": "importo del prezzo in centesimi",
|
|
442
444
|
"price.jwt_customer.email": "email del customer",
|
|
445
|
+
"price.jwt_customer.tags.id": "customer tag",
|
|
443
446
|
"price.jwt_customer.tags.name": "nome del customer tag",
|
|
444
|
-
"price.
|
|
447
|
+
"price.processed_at": "data di elaborazione del prezzo",
|
|
445
448
|
"price.sku.code": "sku code",
|
|
449
|
+
"price.sku.id": "sku",
|
|
450
|
+
"price.sku.sku_list_items.sku_list.id": "sku list",
|
|
451
|
+
"price.sku.sku_list_items.sku_list.name": "nome della sku list",
|
|
452
|
+
"price.sku.tags.id": "sku tag",
|
|
446
453
|
"price.sku.tags.name": "nome del sku tag",
|
|
447
|
-
"price.processed_at": "data di elaborazione del prezzo",
|
|
448
|
-
"price.amount_cents": "importo del prezzo in centesimi",
|
|
449
454
|
price: "prezzo"
|
|
450
455
|
},
|
|
451
456
|
validation: {
|
package/dist/locales/en.d.ts
CHANGED
|
@@ -422,6 +422,7 @@ declare const en: {
|
|
|
422
422
|
"order.line_items.sku.shipping_category.id": string;
|
|
423
423
|
"order.line_items.sku.sku_lists.id": string;
|
|
424
424
|
"order.line_items.sku.sku_lists.name": string;
|
|
425
|
+
"order.line_items.sku.tags.id": string;
|
|
425
426
|
"order.line_items.sku.tags.name": string;
|
|
426
427
|
"order.line_items.sku": string;
|
|
427
428
|
"order.line_items.unit_amount_cents": string;
|
|
@@ -434,13 +435,17 @@ declare const en: {
|
|
|
434
435
|
"order.tags.name": string;
|
|
435
436
|
"order.total_amount_cents": string;
|
|
436
437
|
order: string;
|
|
438
|
+
"price.amount_cents": string;
|
|
437
439
|
"price.jwt_customer.email": string;
|
|
440
|
+
"price.jwt_customer.tags.id": string;
|
|
438
441
|
"price.jwt_customer.tags.name": string;
|
|
439
|
-
"price.
|
|
442
|
+
"price.processed_at": string;
|
|
440
443
|
"price.sku.code": string;
|
|
444
|
+
"price.sku.id": string;
|
|
445
|
+
"price.sku.sku_list_items.sku_list.id": string;
|
|
446
|
+
"price.sku.sku_list_items.sku_list.name": string;
|
|
447
|
+
"price.sku.tags.id": string;
|
|
441
448
|
"price.sku.tags.name": string;
|
|
442
|
-
"price.processed_at": string;
|
|
443
|
-
"price.amount_cents": string;
|
|
444
449
|
price: string;
|
|
445
450
|
};
|
|
446
451
|
apps: {
|