@commercelayer/app-elements 6.4.1 → 6.5.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-CJtRdbJv.js → InputDateComponent-BDILiCRd.js} +1127 -1050
- package/dist/RuleEngineComponent-CPvltIN3.js +2891 -0
- package/dist/{en-Psn8u2uC.js → en-BbX2gWkK.js} +3 -3
- package/dist/{it-DsWhEkJp.js → it-P4oHwKfI.js} +2 -2
- package/dist/locales/en.d.ts +2 -2
- package/dist/{main-DKRFxDxK.js → main-D4Qbk04c.js} +8037 -8353
- package/dist/main.js +171 -171
- package/dist/{parseISO-Ctdvusm6.js → parseISO-B6OUGNXp.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/ui/forms/CodeEditor/CodeEditorComponent.d.ts +8 -0
- package/dist/ui/forms/InputSelect/overrides.d.ts +8 -2
- package/dist/ui/forms/RuleEngine/Action/ActionListItem.d.ts +0 -4
- package/dist/ui/forms/RuleEngine/Condition/ValueComponents/InputResourceSelector.d.ts +2 -0
- package/dist/ui/forms/RuleEngine/Options/index.d.ts +5 -0
- package/dist/ui/forms/RuleEngine/RuleEngineContext.d.ts +25 -4
- package/dist/ui/forms/RuleEngine/layout/ListItemContainer.d.ts +1 -0
- package/dist/ui/forms/RuleEngine/optionsConfig.d.ts +66 -0
- package/dist/ui/forms/RuleEngine/optionsConfig.test.d.ts +1 -0
- package/dist/ui/forms/RuleEngine/utils.d.ts +5 -3
- package/dist/ui/resources/ResourceListItem/ResourceListItem.mocks.d.ts +8 -0
- package/dist/ui/resources/ResourceListItem/types.d.ts +1 -0
- package/dist/vendor.css +2 -2
- package/package.json +35 -27
- package/dist/RuleEngineComponent-DZ7eYNPc.js +0 -2168
- package/dist/ui/forms/RuleEngine/Condition/ArrayMatch.d.ts +0 -0
- package/dist/ui/forms/RuleEngine/Condition/RangeInputs.d.ts +0 -0
- /package/dist/ui/forms/RuleEngine/{schema.order_rules.d.ts → json_schema/order_rules.schema.d.ts} +0 -0
- /package/dist/ui/forms/RuleEngine/{schema.price_rules.d.ts → json_schema/price_rules.schema.d.ts} +0 -0
|
@@ -425,8 +425,8 @@ The {{organization}} team`,
|
|
|
425
425
|
"order.line_items.sku.inventory.quantity": "sku inventory quantity",
|
|
426
426
|
"order.line_items.sku.name": "sku name",
|
|
427
427
|
"order.line_items.sku.shipping_category.id": "sku shipping category id",
|
|
428
|
-
"order.line_items.sku.
|
|
429
|
-
"order.line_items.sku.
|
|
428
|
+
"order.line_items.sku.sku_list_items.sku_list.id": "sku list",
|
|
429
|
+
"order.line_items.sku.sku_list_items.sku_list.name": "sku list name",
|
|
430
430
|
"order.line_items.sku.tags.id": "sku tag",
|
|
431
431
|
"order.line_items.sku.tags.name": "sku tags name",
|
|
432
432
|
"order.line_items.sku": "skus",
|
|
@@ -439,7 +439,7 @@ The {{organization}} team`,
|
|
|
439
439
|
"order.subtotal_amount_cents": "subtotal amount cents",
|
|
440
440
|
"order.tags.name": "order tag name",
|
|
441
441
|
"order.total_amount_cents": "total amount cents",
|
|
442
|
-
order: "order
|
|
442
|
+
order: "order",
|
|
443
443
|
"price.amount_cents": "price amount cents",
|
|
444
444
|
"price.jwt_customer.email": "customer email",
|
|
445
445
|
"price.jwt_customer.tags.id": "customer tag",
|
|
@@ -425,8 +425,8 @@ Il team di {{organization}}`,
|
|
|
425
425
|
"order.line_items.sku.inventory.quantity": "sku inventory quantity",
|
|
426
426
|
"order.line_items.sku.name": "nome della sku",
|
|
427
427
|
"order.line_items.sku.shipping_category.id": "id della sku shipping category",
|
|
428
|
-
"order.line_items.sku.
|
|
429
|
-
"order.line_items.sku.
|
|
428
|
+
"order.line_items.sku.sku_list_items.sku_list.id": "sku list",
|
|
429
|
+
"order.line_items.sku.sku_list_items.sku_list.name": "nome della sku list",
|
|
430
430
|
"order.line_items.sku.tags.id": "sku tag",
|
|
431
431
|
"order.line_items.sku.tags.name": "nome del tag della sku",
|
|
432
432
|
"order.line_items.sku": "sku",
|
package/dist/locales/en.d.ts
CHANGED
|
@@ -420,8 +420,8 @@ declare const en: {
|
|
|
420
420
|
"order.line_items.sku.inventory.quantity": string;
|
|
421
421
|
"order.line_items.sku.name": string;
|
|
422
422
|
"order.line_items.sku.shipping_category.id": string;
|
|
423
|
-
"order.line_items.sku.
|
|
424
|
-
"order.line_items.sku.
|
|
423
|
+
"order.line_items.sku.sku_list_items.sku_list.id": string;
|
|
424
|
+
"order.line_items.sku.sku_list_items.sku_list.name": string;
|
|
425
425
|
"order.line_items.sku.tags.id": string;
|
|
426
426
|
"order.line_items.sku.tags.name": string;
|
|
427
427
|
"order.line_items.sku": string;
|