@commercelayer/app-elements 6.2.0 → 6.2.1
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-UwtWZIAZ.js → InputDateComponent-D4jDLyHV.js} +2 -2
- package/dist/{RuleEngineComponent-Buq74QNO.js → RuleEngineComponent-DH23EZ8v.js} +645 -481
- package/dist/{en-zfMbz9a_.js → en-DnI-oLj-.js} +12 -8
- package/dist/{it-6Nhey2x1.js → it-9hWwbmiy.js} +10 -6
- package/dist/locales/en.d.ts +5 -1
- package/dist/{main-3wm3lckW.js → main-L857O21K.js} +116 -114
- package/dist/main.d.ts +1 -1
- package/dist/main.js +29 -29
- package/dist/{parseISO-DFFsG4qz.js → parseISO-CbJPLsTx.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/ui/forms/CodeEditor/fetchCoreResourcesSuggestions.d.ts +17 -0
- package/dist/ui/forms/RuleEngine/Condition/ValueComponents/InputArrayMatch.d.ts +4 -1
- package/dist/ui/forms/RuleEngine/Condition/ValueComponents/InputResourceSelector.d.ts +8 -0
- package/dist/ui/forms/RuleEngine/Condition/hooks.d.ts +8 -1
- package/dist/ui/forms/RuleEngine/Condition/utils.d.ts +11 -1
- package/package.json +1 -1
|
@@ -399,36 +399,40 @@ The {{organization}} team`,
|
|
|
399
399
|
"order.country_code": "country code",
|
|
400
400
|
"order.currency_code": "currency code",
|
|
401
401
|
"order.customer_email": "customer email",
|
|
402
|
-
"order.customer.email": "customer email",
|
|
403
402
|
"order.customer.customer_group.id": "customer group id",
|
|
404
403
|
"order.customer.customer_group.name": "customer group name",
|
|
405
|
-
"order.customer.
|
|
404
|
+
"order.customer.email": "customer email",
|
|
405
|
+
"order.customer.tags.id": "customer tag",
|
|
406
406
|
"order.customer.tags.name": "customer tag name",
|
|
407
|
+
"order.line_items.adjustment": "adjustments",
|
|
408
|
+
"order.line_items.bundle": "bundles",
|
|
409
|
+
"order.line_items.gift_card": "gift cards",
|
|
407
410
|
"order.line_items.item_type": "line item type",
|
|
408
411
|
"order.line_items.line_item_options.sku_option.tags.name": "sku option tags name",
|
|
409
412
|
"order.line_items.line_item_options": "line item options",
|
|
410
413
|
"order.line_items.options_amount_cents": "line items options amount cents",
|
|
414
|
+
"order.line_items.payment_method": "payment methods",
|
|
411
415
|
"order.line_items.quantity": "line item quantity",
|
|
412
416
|
"order.line_items.reference": "line items reference",
|
|
413
417
|
"order.line_items.shipment.id": "shipment id",
|
|
414
418
|
"order.line_items.shipment.shipping_method.id": "shipping method id",
|
|
415
419
|
"order.line_items.shipment.shipping_method.name": "shipping method name",
|
|
416
420
|
"order.line_items.shipment.shipping_method.reference": "shipping method reference",
|
|
417
|
-
"order.line_items.shipment": "
|
|
421
|
+
"order.line_items.shipment": "shipments",
|
|
418
422
|
"order.line_items.sku_code": "sku code",
|
|
419
423
|
"order.line_items.sku.code": "sku code",
|
|
420
|
-
"order.line_items.sku.id": "sku
|
|
424
|
+
"order.line_items.sku.id": "sku",
|
|
421
425
|
"order.line_items.sku.inventory.quantity": "sku inventory quantity",
|
|
422
426
|
"order.line_items.sku.name": "sku name",
|
|
423
427
|
"order.line_items.sku.shipping_category.id": "sku shipping category id",
|
|
424
|
-
"order.line_items.sku.sku_lists.id": "sku list
|
|
428
|
+
"order.line_items.sku.sku_lists.id": "sku list",
|
|
425
429
|
"order.line_items.sku.sku_lists.name": "sku list name",
|
|
426
430
|
"order.line_items.sku.tags.name": "sku tags name",
|
|
427
|
-
"order.line_items.sku": "
|
|
431
|
+
"order.line_items.sku": "skus",
|
|
428
432
|
"order.line_items.unit_amount_cents": "line item unit amount cents",
|
|
429
|
-
"order.line_items": "line
|
|
433
|
+
"order.line_items": "line items",
|
|
430
434
|
"order.market.code": "market code",
|
|
431
|
-
"order.market.id": "market
|
|
435
|
+
"order.market.id": "market",
|
|
432
436
|
"order.shipments_count": "number of shipments",
|
|
433
437
|
"order.shipping_address.country_code": "shipping address country code",
|
|
434
438
|
"order.subtotal_amount_cents": "subtotal amount cents",
|
|
@@ -402,33 +402,37 @@ Il team di {{organization}}`,
|
|
|
402
402
|
"order.customer.email": "email del customer",
|
|
403
403
|
"order.customer.customer_group.id": "id del customer group",
|
|
404
404
|
"order.customer.customer_group.name": "nome del customer group",
|
|
405
|
-
"order.customer.tags.id": "
|
|
405
|
+
"order.customer.tags.id": "customer tag",
|
|
406
406
|
"order.customer.tags.name": "nome del customer tag",
|
|
407
|
+
"order.line_items.adjustment": "adjustments",
|
|
408
|
+
"order.line_items.bundle": "bundles",
|
|
409
|
+
"order.line_items.gift_card": "gift cards",
|
|
407
410
|
"order.line_items.item_type": "tipo di line item",
|
|
408
411
|
"order.line_items.line_item_options.sku_option.tags.name": "sku options: nome del tag",
|
|
409
412
|
"order.line_items.line_item_options": "line item options",
|
|
410
413
|
"order.line_items.options_amount_cents": "line items options amount cents",
|
|
414
|
+
"order.line_items.payment_method": "payment methods",
|
|
411
415
|
"order.line_items.quantity": "quantità del line item",
|
|
412
416
|
"order.line_items.reference": "reference del line item",
|
|
413
417
|
"order.line_items.shipment.id": "id dello shipment",
|
|
414
418
|
"order.line_items.shipment.shipping_method.id": "id del metodo di spedizione",
|
|
415
419
|
"order.line_items.shipment.shipping_method.name": "nome del metodo di spedizione",
|
|
416
420
|
"order.line_items.shipment.shipping_method.reference": "reference del metodo di spedizione",
|
|
417
|
-
"order.line_items.shipment": "
|
|
421
|
+
"order.line_items.shipment": "shipments",
|
|
418
422
|
"order.line_items.sku_code": "sku code",
|
|
419
423
|
"order.line_items.sku.code": "sku code",
|
|
420
|
-
"order.line_items.sku.id": "sku
|
|
424
|
+
"order.line_items.sku.id": "sku",
|
|
421
425
|
"order.line_items.sku.inventory.quantity": "sku inventory quantity",
|
|
422
426
|
"order.line_items.sku.name": "nome della sku",
|
|
423
427
|
"order.line_items.sku.shipping_category.id": "id della sku shipping category",
|
|
424
|
-
"order.line_items.sku.sku_lists.id": "
|
|
428
|
+
"order.line_items.sku.sku_lists.id": "sku list",
|
|
425
429
|
"order.line_items.sku.sku_lists.name": "nome della sku list",
|
|
426
430
|
"order.line_items.sku.tags.name": "nome del tag della sku",
|
|
427
431
|
"order.line_items.sku": "sku",
|
|
428
432
|
"order.line_items.unit_amount_cents": "line item unit amount cents",
|
|
429
|
-
"order.line_items": "line
|
|
433
|
+
"order.line_items": "line items",
|
|
430
434
|
"order.market.code": "code del market",
|
|
431
|
-
"order.market.id": "
|
|
435
|
+
"order.market.id": "market",
|
|
432
436
|
"order.shipments_count": "numero di spedizioni",
|
|
433
437
|
"order.shipping_address.country_code": "codice del paese di spedizione",
|
|
434
438
|
"order.subtotal_amount_cents": "subtotal amount cents",
|
package/dist/locales/en.d.ts
CHANGED
|
@@ -394,15 +394,19 @@ declare const en: {
|
|
|
394
394
|
"order.country_code": string;
|
|
395
395
|
"order.currency_code": string;
|
|
396
396
|
"order.customer_email": string;
|
|
397
|
-
"order.customer.email": string;
|
|
398
397
|
"order.customer.customer_group.id": string;
|
|
399
398
|
"order.customer.customer_group.name": string;
|
|
399
|
+
"order.customer.email": string;
|
|
400
400
|
"order.customer.tags.id": string;
|
|
401
401
|
"order.customer.tags.name": string;
|
|
402
|
+
"order.line_items.adjustment": string;
|
|
403
|
+
"order.line_items.bundle": string;
|
|
404
|
+
"order.line_items.gift_card": string;
|
|
402
405
|
"order.line_items.item_type": string;
|
|
403
406
|
"order.line_items.line_item_options.sku_option.tags.name": string;
|
|
404
407
|
"order.line_items.line_item_options": string;
|
|
405
408
|
"order.line_items.options_amount_cents": string;
|
|
409
|
+
"order.line_items.payment_method": string;
|
|
406
410
|
"order.line_items.quantity": string;
|
|
407
411
|
"order.line_items.reference": string;
|
|
408
412
|
"order.line_items.shipment.id": string;
|
|
@@ -19593,7 +19593,7 @@ const wm = ["en-US", "it-IT"], Cj = ({
|
|
|
19593
19593
|
}, [a]), i == null || i != null && !i.isInitialized ? /* @__PURE__ */ u.jsx(Zm, {}) : /* @__PURE__ */ u.jsx(YZ, { i18n: i, children: e });
|
|
19594
19594
|
}, lw = async (e, t) => (await xt.use(
|
|
19595
19595
|
iw(
|
|
19596
|
-
async (a) => await sw(/* @__PURE__ */ Object.assign({ "../locales/en.ts": () => import("./en-
|
|
19596
|
+
async (a) => await sw(/* @__PURE__ */ Object.assign({ "../locales/en.ts": () => import("./en-DnI-oLj-.js"), "../locales/i18n.d.ts": () => import("./i18n.d-DjhkQkb1.js"), "../locales/it.ts": () => import("./it-9hWwbmiy.js") }), `../locales/${cw(a)}.ts`, 3)
|
|
19597
19597
|
)
|
|
19598
19598
|
).use(GZ).init({
|
|
19599
19599
|
load: "languageOnly",
|
|
@@ -21721,10 +21721,12 @@ const Wm = /* @__PURE__ */ (() => {
|
|
|
21721
21721
|
attributes: {
|
|
21722
21722
|
fields: {
|
|
21723
21723
|
available: {
|
|
21724
|
+
name: "available",
|
|
21724
21725
|
type: "boolean",
|
|
21725
21726
|
desc: "Indicates if the sku is available."
|
|
21726
21727
|
},
|
|
21727
21728
|
quantity: {
|
|
21729
|
+
name: "quantity",
|
|
21728
21730
|
type: "integer",
|
|
21729
21731
|
desc: "The available stock quantity."
|
|
21730
21732
|
}
|
|
@@ -31651,7 +31653,7 @@ function xf({
|
|
|
31651
31653
|
}
|
|
31652
31654
|
xf.displayName = "InputCurrencyRange";
|
|
31653
31655
|
const VT = ss(
|
|
31654
|
-
async () => await import("./InputDateComponent-
|
|
31656
|
+
async () => await import("./InputDateComponent-D4jDLyHV.js").then((e) => ({
|
|
31655
31657
|
default: e.InputDateComponent
|
|
31656
31658
|
}))
|
|
31657
31659
|
), ns = ze(
|
|
@@ -33350,7 +33352,7 @@ function KT({
|
|
|
33350
33352
|
}
|
|
33351
33353
|
QT.displayName = "HookedMarketWithCurrencySelector";
|
|
33352
33354
|
const ek = ss(
|
|
33353
|
-
async () => await import("./RuleEngineComponent-
|
|
33355
|
+
async () => await import("./RuleEngineComponent-DH23EZ8v.js").then((e) => ({
|
|
33354
33356
|
default: e.RuleEngine
|
|
33355
33357
|
}))
|
|
33356
33358
|
), tk = (e) => /* @__PURE__ */ u.jsx(is, { fallback: /* @__PURE__ */ u.jsx(Yt, { className: "h-11 w-full" }), children: /* @__PURE__ */ u.jsx(ek, { ...e }) });
|
|
@@ -37240,100 +37242,100 @@ export {
|
|
|
37240
37242
|
yj as ay,
|
|
37241
37243
|
fj as az,
|
|
37242
37244
|
ln as b,
|
|
37243
|
-
|
|
37245
|
+
IN as b$,
|
|
37244
37246
|
Lj as b0,
|
|
37245
37247
|
I2 as b1,
|
|
37246
37248
|
Kd as b2,
|
|
37247
37249
|
fm as b3,
|
|
37248
37250
|
vt as b4,
|
|
37249
37251
|
Ge as b5,
|
|
37250
|
-
|
|
37251
|
-
|
|
37252
|
+
L5 as b6,
|
|
37253
|
+
nH as b7,
|
|
37252
37254
|
Sj as b8,
|
|
37253
|
-
|
|
37254
|
-
|
|
37255
|
-
|
|
37256
|
-
|
|
37257
|
-
|
|
37258
|
-
|
|
37259
|
-
|
|
37260
|
-
|
|
37261
|
-
|
|
37262
|
-
|
|
37263
|
-
|
|
37264
|
-
|
|
37265
|
-
|
|
37266
|
-
|
|
37267
|
-
|
|
37268
|
-
|
|
37269
|
-
|
|
37270
|
-
|
|
37271
|
-
|
|
37272
|
-
|
|
37273
|
-
|
|
37274
|
-
|
|
37275
|
-
|
|
37276
|
-
|
|
37277
|
-
|
|
37278
|
-
|
|
37279
|
-
|
|
37280
|
-
|
|
37281
|
-
|
|
37282
|
-
|
|
37283
|
-
|
|
37284
|
-
|
|
37285
|
-
|
|
37286
|
-
|
|
37287
|
-
|
|
37288
|
-
|
|
37289
|
-
|
|
37290
|
-
|
|
37291
|
-
|
|
37292
|
-
|
|
37293
|
-
|
|
37294
|
-
|
|
37295
|
-
|
|
37296
|
-
|
|
37297
|
-
|
|
37298
|
-
|
|
37299
|
-
|
|
37300
|
-
|
|
37301
|
-
|
|
37302
|
-
|
|
37303
|
-
|
|
37304
|
-
|
|
37305
|
-
|
|
37306
|
-
|
|
37255
|
+
j0 as b9,
|
|
37256
|
+
pC as bA,
|
|
37257
|
+
bC as bB,
|
|
37258
|
+
I8 as bC,
|
|
37259
|
+
u0 as bD,
|
|
37260
|
+
d0 as bE,
|
|
37261
|
+
E1 as bF,
|
|
37262
|
+
X5 as bG,
|
|
37263
|
+
S5 as bH,
|
|
37264
|
+
tn as bI,
|
|
37265
|
+
Oo as bJ,
|
|
37266
|
+
g5 as bK,
|
|
37267
|
+
P5 as bL,
|
|
37268
|
+
q5 as bM,
|
|
37269
|
+
Th as bN,
|
|
37270
|
+
Po as bO,
|
|
37271
|
+
y3 as bP,
|
|
37272
|
+
I4 as bQ,
|
|
37273
|
+
J5 as bR,
|
|
37274
|
+
Lh as bS,
|
|
37275
|
+
O5 as bT,
|
|
37276
|
+
TN as bU,
|
|
37277
|
+
R1 as bV,
|
|
37278
|
+
t6 as bW,
|
|
37279
|
+
wa as bX,
|
|
37280
|
+
HN as bY,
|
|
37281
|
+
MN as bZ,
|
|
37282
|
+
Fp as b_,
|
|
37283
|
+
Nt as ba,
|
|
37284
|
+
_L as bb,
|
|
37285
|
+
We as bc,
|
|
37286
|
+
Ef as bd,
|
|
37287
|
+
ns as be,
|
|
37288
|
+
y2 as bf,
|
|
37289
|
+
k as bg,
|
|
37290
|
+
tH as bh,
|
|
37291
|
+
gt as bi,
|
|
37292
|
+
bf as bj,
|
|
37293
|
+
Fh as bk,
|
|
37294
|
+
Sh as bl,
|
|
37295
|
+
y1 as bm,
|
|
37296
|
+
h5 as bn,
|
|
37297
|
+
Aa as bo,
|
|
37298
|
+
FN as bp,
|
|
37299
|
+
M4 as bq,
|
|
37300
|
+
Z1 as br,
|
|
37301
|
+
vr as bs,
|
|
37302
|
+
A5 as bt,
|
|
37303
|
+
v5 as bu,
|
|
37304
|
+
yr as bv,
|
|
37305
|
+
Nh as bw,
|
|
37306
|
+
V4 as bx,
|
|
37307
|
+
E5 as by,
|
|
37308
|
+
gC as bz,
|
|
37307
37309
|
Ft as c,
|
|
37308
37310
|
dv as c$,
|
|
37309
|
-
|
|
37310
|
-
|
|
37311
|
-
|
|
37312
|
-
|
|
37313
|
-
|
|
37314
|
-
|
|
37315
|
-
|
|
37316
|
-
|
|
37317
|
-
|
|
37318
|
-
|
|
37319
|
-
|
|
37320
|
-
|
|
37321
|
-
|
|
37322
|
-
|
|
37323
|
-
|
|
37324
|
-
|
|
37325
|
-
|
|
37326
|
-
|
|
37327
|
-
|
|
37328
|
-
|
|
37329
|
-
|
|
37330
|
-
|
|
37331
|
-
|
|
37332
|
-
|
|
37333
|
-
|
|
37334
|
-
|
|
37335
|
-
|
|
37336
|
-
|
|
37311
|
+
kp as c0,
|
|
37312
|
+
CN as c1,
|
|
37313
|
+
Tp as c2,
|
|
37314
|
+
xb as c3,
|
|
37315
|
+
Eb as c4,
|
|
37316
|
+
kN as c5,
|
|
37317
|
+
Zb as c6,
|
|
37318
|
+
NN as c7,
|
|
37319
|
+
eu as c8,
|
|
37320
|
+
jN as c9,
|
|
37321
|
+
mu as cA,
|
|
37322
|
+
fu as cB,
|
|
37323
|
+
gy as cC,
|
|
37324
|
+
by as cD,
|
|
37325
|
+
pu as cE,
|
|
37326
|
+
xy as cF,
|
|
37327
|
+
Ej as cG,
|
|
37328
|
+
xj as cH,
|
|
37329
|
+
Ij as cI,
|
|
37330
|
+
px as cJ,
|
|
37331
|
+
Ud as cK,
|
|
37332
|
+
mH as cL,
|
|
37333
|
+
IL as cM,
|
|
37334
|
+
SL as cN,
|
|
37335
|
+
hx as cO,
|
|
37336
|
+
v1 as cP,
|
|
37337
|
+
oH as cQ,
|
|
37338
|
+
Ly as cR,
|
|
37337
37339
|
Tj as cS,
|
|
37338
37340
|
kj as cT,
|
|
37339
37341
|
jj as cU,
|
|
@@ -37343,32 +37345,32 @@ export {
|
|
|
37343
37345
|
Hj as cY,
|
|
37344
37346
|
H as cZ,
|
|
37345
37347
|
Zj as c_,
|
|
37346
|
-
|
|
37347
|
-
|
|
37348
|
-
|
|
37349
|
-
|
|
37350
|
-
|
|
37351
|
-
|
|
37352
|
-
|
|
37353
|
-
|
|
37354
|
-
|
|
37355
|
-
|
|
37356
|
-
|
|
37357
|
-
|
|
37358
|
-
|
|
37359
|
-
|
|
37360
|
-
|
|
37361
|
-
|
|
37362
|
-
|
|
37363
|
-
|
|
37364
|
-
|
|
37365
|
-
|
|
37366
|
-
|
|
37367
|
-
|
|
37368
|
-
|
|
37369
|
-
|
|
37370
|
-
|
|
37371
|
-
|
|
37348
|
+
RN as ca,
|
|
37349
|
+
Qo as cb,
|
|
37350
|
+
Lb as cc,
|
|
37351
|
+
J1 as cd,
|
|
37352
|
+
nu as ce,
|
|
37353
|
+
Nb as cf,
|
|
37354
|
+
Ot as cg,
|
|
37355
|
+
qo as ch,
|
|
37356
|
+
Q4 as ci,
|
|
37357
|
+
_b as cj,
|
|
37358
|
+
Yi as ck,
|
|
37359
|
+
ii as cl,
|
|
37360
|
+
Ab as cm,
|
|
37361
|
+
Zr as cn,
|
|
37362
|
+
K4 as co,
|
|
37363
|
+
cc as cp,
|
|
37364
|
+
jb as cq,
|
|
37365
|
+
Rb as cr,
|
|
37366
|
+
ON as cs,
|
|
37367
|
+
Vn as ct,
|
|
37368
|
+
Ob as cu,
|
|
37369
|
+
ru as cv,
|
|
37370
|
+
sn as cw,
|
|
37371
|
+
Bb as cx,
|
|
37372
|
+
du as cy,
|
|
37373
|
+
hy as cz,
|
|
37372
37374
|
C0 as d,
|
|
37373
37375
|
Oj as d$,
|
|
37374
37376
|
yw as d0,
|
package/dist/main.d.ts
CHANGED
|
@@ -56,7 +56,7 @@ export { RemoveButton, type RemoveButtonProps } from './ui/atoms/RemoveButton';
|
|
|
56
56
|
export { ScrollToTop } from './ui/atoms/ScrollToTop';
|
|
57
57
|
export { Section, type SectionProps } from './ui/atoms/Section';
|
|
58
58
|
export { Skeleton, SkeletonItem, type SkeletonItemProps, type SkeletonProps, } from './ui/atoms/Skeleton';
|
|
59
|
-
export { SkeletonTemplate, withSkeletonTemplate, } from './ui/atoms/SkeletonTemplate';
|
|
59
|
+
export { SkeletonTemplate, type SkeletonTemplateProps, withSkeletonTemplate, } from './ui/atoms/SkeletonTemplate';
|
|
60
60
|
export { Spacer, type SpacerProps } from './ui/atoms/Spacer';
|
|
61
61
|
export { Stack, type StackProps } from './ui/atoms/Stack';
|
|
62
62
|
export { StatusDot, type StatusDotProps } from './ui/atoms/StatusDot';
|
package/dist/main.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { d1 as s, dG as t, dH as o, d2 as r, d3 as d, d4 as c, d5 as n, b5 as u, d6 as i, d7 as l, d8 as p, dI as g, d9 as m,
|
|
2
|
+
import { d1 as s, dG as t, dH as o, d2 as r, d3 as d, d4 as c, d5 as n, b5 as u, d6 as i, d7 as l, d8 as p, dI as g, d9 as m, bj as S, da as I, db as k, cR as T, b2 as R, bf as D, b3 as y, dJ as b, dc as C, cT as h, cU as A, dV as P, dd as H, de as F, dK as v, e2 as f, e3 as O, e4 as B, e5 as L, e7 as E, ea as N, ed as G, ee as M, ei as w, ek as V, ep as x, er as W, et as J, ev as U, ex as Y, ez as j, eD as X, eE as Z, eF as _, df as q, cW as z, b4 as K, b1 as Q, e6 as $, e8 as ee, eb as ae, ec as se, be as te, bd as oe, ef as re, eg as de, eh as ce, ej as ne, el as ue, aZ as ie, es as le, eu as pe, ew as ge, ey as me, eA as Se, eB as Ie, eC as ke, dL as Te, dM as Re, dN as De, dO as ye, dW as be, c$ as Ce, dP as he, dg as Ae, dQ as Pe, dR as He, dh as Fe, di as ve, dj as fe, dk as Oe, dS as Be, eK as Le, eL as Ee, eN as Ne, eO as Ge, eP as Me, eQ as we, eR as Ve, eS as xe, eU as We, eV as Je, eW as Ue, dX as Ye, eI as je, dl as Xe, dY as Ze, dm as _e, dn as qe, dp as ze, dq as Ke, ds as Qe, dt as $e, du as ea, dv as aa, dw as sa, dB as ta, dx as oa, dZ as ra, dC as da, dD as ca, dy as na, dE as ua, dz as ia, d_ as la, d$ as pa, d0 as ga, e1 as ma, dF as Sa, dA as Ia, cY as ka, cu as Ta, cS as Ra, dT as Da, dU as ya, ce as ba, cf as Ca, cq as ha, c_ as Aa, en as Pa, e9 as Ha, cg as Fa, ch as va, ci as fa, cv as Oa, cw as Ba, cy as La, bY as Ea, bZ as Na, eo as Ga, cj as Ma, ck as wa, cl as Va, b_ as xa, b$ as Wa, c0 as Ja, c1 as Ua, c2 as Ya, cz as ja, cA as Xa, eT as Za, c3 as _a, eJ as qa, cx as za, c4 as Ka, c5 as Qa, c6 as $a, cB as es, cC as as, c7 as ss, c8 as ts, c9 as os, cG as rs, cH as ds, ca as cs, cD as ns, cE as us, cX as is, cc as ls, bU as ps, eq as gs, cs as ms, ct as Ss, bb as Is, a_ as ks, cm as Ts, cr as Rs, cb as Ds, cF as ys, cd as bs, cn as Cs, eG as hs, co as As, cZ as Ps, cp as Hs, e0 as Fs, cI as vs, cJ as fs, ba as Os, b9 as Bs, cK as Ls, cL as Es, cM as Ns, em as Gs, cN as Ms, cO as ws, cP as Vs, eM as xs, eX as Ws, eY as Js, cV as Us, bc as Ys, aX as js, eH as Xs, cQ as Zs, dr as _s } from "./main-L857O21K.js";
|
|
3
3
|
export {
|
|
4
4
|
s as A,
|
|
5
5
|
t as ActionButtons,
|
|
@@ -22,8 +22,8 @@ export {
|
|
|
22
22
|
D as DropdownDivider,
|
|
23
23
|
y as DropdownItem,
|
|
24
24
|
b as DropdownSearch,
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
C as EmptyState,
|
|
26
|
+
h as ErrorBoundary,
|
|
27
27
|
A as GTMProvider,
|
|
28
28
|
P as GenericPageNotFound,
|
|
29
29
|
H as Grid,
|
|
@@ -43,11 +43,11 @@ export {
|
|
|
43
43
|
W as HookedInputSimpleSelect,
|
|
44
44
|
J as HookedInputSpinner,
|
|
45
45
|
U as HookedInputSwitch,
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
Y as HookedInputTextArea,
|
|
47
|
+
j as HookedInputToggleButton,
|
|
48
|
+
X as HookedMarketWithCurrencySelector,
|
|
49
|
+
Z as HookedValidationApiError,
|
|
50
|
+
_ as HookedValidationError,
|
|
51
51
|
q as Hr,
|
|
52
52
|
z as I18NProvider,
|
|
53
53
|
K as Icon,
|
|
@@ -76,8 +76,8 @@ export {
|
|
|
76
76
|
De as ListDetailsItem,
|
|
77
77
|
ye as ListItem,
|
|
78
78
|
be as LoadingPage,
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
Ce as MetaTags,
|
|
80
|
+
he as PageError,
|
|
81
81
|
Ae as PageHeading,
|
|
82
82
|
Pe as PageLayout,
|
|
83
83
|
He as PageSkeleton,
|
|
@@ -97,11 +97,11 @@ export {
|
|
|
97
97
|
We as ResourcePaymentMethod,
|
|
98
98
|
Je as ResourceShipmentParcels,
|
|
99
99
|
Ue as ResourceTags,
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
100
|
+
Ye as Routes,
|
|
101
|
+
je as RuleEngine,
|
|
102
|
+
Xe as ScrollToTop,
|
|
103
|
+
Ze as SearchBar,
|
|
104
|
+
_e as Section,
|
|
105
105
|
qe as Skeleton,
|
|
106
106
|
ze as SkeletonItem,
|
|
107
107
|
Ke as SkeletonTemplate,
|
|
@@ -130,8 +130,8 @@ export {
|
|
|
130
130
|
Da as createRoute,
|
|
131
131
|
ya as createTypedRoute,
|
|
132
132
|
ba as currencies,
|
|
133
|
-
|
|
134
|
-
|
|
133
|
+
Ca as currencyInputSelectOptions,
|
|
134
|
+
ha as downloadJsonAsFile,
|
|
135
135
|
Aa as encodeExtras,
|
|
136
136
|
Pa as flatSelectValues,
|
|
137
137
|
Ha as formatCentsToCurrency,
|
|
@@ -151,11 +151,11 @@ export {
|
|
|
151
151
|
Wa as getOrderFulfillmentStatusName,
|
|
152
152
|
Ja as getOrderPaymentStatusName,
|
|
153
153
|
Ua as getOrderStatusName,
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
154
|
+
Ya as getOrderTransactionName,
|
|
155
|
+
ja as getParcelTrackingDetail,
|
|
156
|
+
Xa as getParcelTrackingDetails,
|
|
157
|
+
Za as getPaymentMethodLogoSrc,
|
|
158
|
+
_a as getPromotionDisplayStatus,
|
|
159
159
|
qa as getResourceAddressFormFieldsSchema,
|
|
160
160
|
za as getResourceEndpoint,
|
|
161
161
|
Ka as getReturnDisplayStatus,
|
|
@@ -184,8 +184,8 @@ export {
|
|
|
184
184
|
Ds as navigateTo,
|
|
185
185
|
ys as orderTransactionIsAnAsyncCapture,
|
|
186
186
|
bs as referenceOrigins,
|
|
187
|
-
|
|
188
|
-
|
|
187
|
+
Cs as removeMillisecondsFromIsoDate,
|
|
188
|
+
hs as setApiFormErrors,
|
|
189
189
|
As as sortAndGroupByDate,
|
|
190
190
|
Ps as t,
|
|
191
191
|
Hs as timeSeparator,
|
|
@@ -205,9 +205,9 @@ export {
|
|
|
205
205
|
Ws as useResourceFilters,
|
|
206
206
|
Js as useResourceList,
|
|
207
207
|
Us as useTagManager,
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
208
|
+
Ys as useTokenProvider,
|
|
209
|
+
js as useTranslation,
|
|
210
|
+
Xs as useValidationFeedback,
|
|
211
|
+
Zs as useViewJsonOverlay,
|
|
212
|
+
_s as withSkeletonTemplate
|
|
213
213
|
};
|