@commercetools-frontend-extensions/export-resources-modal 0.0.0-canary-20260119142857 → 0.0.0-canary-20260123074540

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.
@@ -3485,15 +3485,15 @@ const getChunkImport = locale => {
3485
3485
  const intlLocale = i18n.mapLocaleToIntlLocale(locale);
3486
3486
  switch (intlLocale) {
3487
3487
  case 'de':
3488
- return Promise.resolve().then(function () { return require('./de-bf209699.cjs.dev.js'); });
3488
+ return Promise.resolve().then(function () { return require('./de-f6836c76.cjs.dev.js'); });
3489
3489
  case 'es':
3490
- return Promise.resolve().then(function () { return require('./es-1eca9390.cjs.dev.js'); });
3490
+ return Promise.resolve().then(function () { return require('./es-ba43fc4a.cjs.dev.js'); });
3491
3491
  case 'fr-FR':
3492
- return Promise.resolve().then(function () { return require('./fr-FR-a107eb30.cjs.dev.js'); });
3492
+ return Promise.resolve().then(function () { return require('./fr-FR-ed5c93d6.cjs.dev.js'); });
3493
3493
  case 'ja':
3494
3494
  return Promise.resolve().then(function () { return require('./ja-9bd5f452.cjs.dev.js'); });
3495
3495
  case 'pt-BR':
3496
- return Promise.resolve().then(function () { return require('./pt-BR-7c84b752.cjs.dev.js'); });
3496
+ return Promise.resolve().then(function () { return require('./pt-BR-7de26dc9.cjs.dev.js'); });
3497
3497
  default:
3498
3498
  return Promise.resolve().then(function () { return require('./en-91d5135c.cjs.dev.js'); });
3499
3499
  }
@@ -3452,15 +3452,15 @@ const getChunkImport = locale => {
3452
3452
  const intlLocale = i18n.mapLocaleToIntlLocale(locale);
3453
3453
  switch (intlLocale) {
3454
3454
  case 'de':
3455
- return Promise.resolve().then(function () { return require('./de-c507128b.cjs.prod.js'); });
3455
+ return Promise.resolve().then(function () { return require('./de-6ccb0cef.cjs.prod.js'); });
3456
3456
  case 'es':
3457
- return Promise.resolve().then(function () { return require('./es-075cbb1f.cjs.prod.js'); });
3457
+ return Promise.resolve().then(function () { return require('./es-00dfbfb5.cjs.prod.js'); });
3458
3458
  case 'fr-FR':
3459
- return Promise.resolve().then(function () { return require('./fr-FR-733eb4ef.cjs.prod.js'); });
3459
+ return Promise.resolve().then(function () { return require('./fr-FR-4cfbc2bd.cjs.prod.js'); });
3460
3460
  case 'ja':
3461
3461
  return Promise.resolve().then(function () { return require('./ja-37632763.cjs.prod.js'); });
3462
3462
  case 'pt-BR':
3463
- return Promise.resolve().then(function () { return require('./pt-BR-cb533c3d.cjs.prod.js'); });
3463
+ return Promise.resolve().then(function () { return require('./pt-BR-96af8e57.cjs.prod.js'); });
3464
3464
  default:
3465
3465
  return Promise.resolve().then(function () { return require('./en-0158f656.cjs.prod.js'); });
3466
3466
  }
@@ -3442,15 +3442,15 @@ const getChunkImport = locale => {
3442
3442
  const intlLocale = mapLocaleToIntlLocale(locale);
3443
3443
  switch (intlLocale) {
3444
3444
  case 'de':
3445
- return import('./de-69f7e506.esm.js');
3445
+ return import('./de-35056949.esm.js');
3446
3446
  case 'es':
3447
- return import('./es-a249d966.esm.js');
3447
+ return import('./es-2b5d715f.esm.js');
3448
3448
  case 'fr-FR':
3449
- return import('./fr-FR-e802b0c4.esm.js');
3449
+ return import('./fr-FR-06105d51.esm.js');
3450
3450
  case 'ja':
3451
3451
  return import('./ja-73c088a7.esm.js');
3452
3452
  case 'pt-BR':
3453
- return import('./pt-BR-03e41869.esm.js');
3453
+ return import('./pt-BR-21e12a39.esm.js');
3454
3454
  default:
3455
3455
  return import('./en-cec5abba.esm.js');
3456
3456
  }
@@ -9,15 +9,15 @@ var de = {
9
9
  },
10
10
  "ExportResourcesModal.attributeLevelMismatch": {
11
11
  developer_comment: "Attribute level mismatch error",
12
- string: "Attribute level mismatch"
12
+ string: "Übereinstimmung der Attributenebene"
13
13
  },
14
14
  "ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
15
15
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
16
- string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
16
+ string: "Das Attribut muss auf Produktebene definiert werden. Ändern Sie die Zuordnung unter Verwendung dieses Formats: <b>productAttributes.‚{'nameOfAttribute}'</b>."
17
17
  },
18
18
  "ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
19
19
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
20
- string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
20
+ string: "Das Attribut muss auf Variantenebene definiert werden. Ändern Sie die Zuordnung unter Verwendung dieses Formats: <b>productAttributes.‚{'nameOfAttribute}'</b>."
21
21
  },
22
22
  "ExportResourcesModal.back": {
23
23
  developer_comment: "Label for \"Back\" button",
@@ -11,15 +11,15 @@ var de = {
11
11
  },
12
12
  "ExportResourcesModal.attributeLevelMismatch": {
13
13
  developer_comment: "Attribute level mismatch error",
14
- string: "Attribute level mismatch"
14
+ string: "Übereinstimmung der Attributenebene"
15
15
  },
16
16
  "ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
17
17
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
18
- string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
18
+ string: "Das Attribut muss auf Produktebene definiert werden. Ändern Sie die Zuordnung unter Verwendung dieses Formats: <b>productAttributes.‚{'nameOfAttribute}'</b>."
19
19
  },
20
20
  "ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
21
21
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
22
- string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
22
+ string: "Das Attribut muss auf Variantenebene definiert werden. Ändern Sie die Zuordnung unter Verwendung dieses Formats: <b>productAttributes.‚{'nameOfAttribute}'</b>."
23
23
  },
24
24
  "ExportResourcesModal.back": {
25
25
  developer_comment: "Label for \"Back\" button",
@@ -11,15 +11,15 @@ var de = {
11
11
  },
12
12
  "ExportResourcesModal.attributeLevelMismatch": {
13
13
  developer_comment: "Attribute level mismatch error",
14
- string: "Attribute level mismatch"
14
+ string: "Übereinstimmung der Attributenebene"
15
15
  },
16
16
  "ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
17
17
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
18
- string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
18
+ string: "Das Attribut muss auf Produktebene definiert werden. Ändern Sie die Zuordnung unter Verwendung dieses Formats: <b>productAttributes.‚{'nameOfAttribute}'</b>."
19
19
  },
20
20
  "ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
21
21
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
22
- string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
22
+ string: "Das Attribut muss auf Variantenebene definiert werden. Ändern Sie die Zuordnung unter Verwendung dieses Formats: <b>productAttributes.‚{'nameOfAttribute}'</b>."
23
23
  },
24
24
  "ExportResourcesModal.back": {
25
25
  developer_comment: "Label for \"Back\" button",
@@ -11,15 +11,15 @@ var es = {
11
11
  },
12
12
  "ExportResourcesModal.attributeLevelMismatch": {
13
13
  developer_comment: "Attribute level mismatch error",
14
- string: "Attribute level mismatch"
14
+ string: "Discrepancia de nivel de atributo"
15
15
  },
16
16
  "ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
17
17
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
18
- string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
18
+ string: "El atributo tiene que definirse en el nivel Producto. Modifica el mapeo utilizando este formato <b>productAttributes.'{'nameOfAttribute'}'</b>."
19
19
  },
20
20
  "ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
21
21
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
22
- string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
22
+ string: "El atributo tiene que definirse en el nivel Variante. Modifica el mapeo utilizando este formato <b>attributes.'{'nameOfAttribute'}'</b>."
23
23
  },
24
24
  "ExportResourcesModal.back": {
25
25
  developer_comment: "Label for \"Back\" button",
@@ -9,15 +9,15 @@ var es = {
9
9
  },
10
10
  "ExportResourcesModal.attributeLevelMismatch": {
11
11
  developer_comment: "Attribute level mismatch error",
12
- string: "Attribute level mismatch"
12
+ string: "Discrepancia de nivel de atributo"
13
13
  },
14
14
  "ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
15
15
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
16
- string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
16
+ string: "El atributo tiene que definirse en el nivel Producto. Modifica el mapeo utilizando este formato <b>productAttributes.'{'nameOfAttribute'}'</b>."
17
17
  },
18
18
  "ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
19
19
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
20
- string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
20
+ string: "El atributo tiene que definirse en el nivel Variante. Modifica el mapeo utilizando este formato <b>attributes.'{'nameOfAttribute'}'</b>."
21
21
  },
22
22
  "ExportResourcesModal.back": {
23
23
  developer_comment: "Label for \"Back\" button",
@@ -11,15 +11,15 @@ var es = {
11
11
  },
12
12
  "ExportResourcesModal.attributeLevelMismatch": {
13
13
  developer_comment: "Attribute level mismatch error",
14
- string: "Attribute level mismatch"
14
+ string: "Discrepancia de nivel de atributo"
15
15
  },
16
16
  "ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
17
17
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
18
- string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
18
+ string: "El atributo tiene que definirse en el nivel Producto. Modifica el mapeo utilizando este formato <b>productAttributes.'{'nameOfAttribute'}'</b>."
19
19
  },
20
20
  "ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
21
21
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
22
- string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
22
+ string: "El atributo tiene que definirse en el nivel Variante. Modifica el mapeo utilizando este formato <b>attributes.'{'nameOfAttribute'}'</b>."
23
23
  },
24
24
  "ExportResourcesModal.back": {
25
25
  developer_comment: "Label for \"Back\" button",
@@ -9,15 +9,15 @@ var frFR = {
9
9
  },
10
10
  "ExportResourcesModal.attributeLevelMismatch": {
11
11
  developer_comment: "Attribute level mismatch error",
12
- string: "Attribute level mismatch"
12
+ string: "Mauvaise correspondance de niveau d'attribut"
13
13
  },
14
14
  "ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
15
15
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
16
- string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
16
+ string: "L'attribut doit être défini au niveau Produit. Modifiez la cartographie en utilisant ce format <b>AttributsProduit.'{'nameOfAttribute'}'</b>."
17
17
  },
18
18
  "ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
19
19
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
20
- string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
20
+ string: "L'attribut doit être défini au niveau Variante. Modifiez la cartographie en utilisant ce format <b>Attributs'{'nameOfAttribute'}'</b>."
21
21
  },
22
22
  "ExportResourcesModal.back": {
23
23
  developer_comment: "Label for \"Back\" button",
@@ -11,15 +11,15 @@ var frFR = {
11
11
  },
12
12
  "ExportResourcesModal.attributeLevelMismatch": {
13
13
  developer_comment: "Attribute level mismatch error",
14
- string: "Attribute level mismatch"
14
+ string: "Mauvaise correspondance de niveau d'attribut"
15
15
  },
16
16
  "ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
17
17
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
18
- string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
18
+ string: "L'attribut doit être défini au niveau Produit. Modifiez la cartographie en utilisant ce format <b>AttributsProduit.'{'nameOfAttribute'}'</b>."
19
19
  },
20
20
  "ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
21
21
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
22
- string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
22
+ string: "L'attribut doit être défini au niveau Variante. Modifiez la cartographie en utilisant ce format <b>Attributs'{'nameOfAttribute'}'</b>."
23
23
  },
24
24
  "ExportResourcesModal.back": {
25
25
  developer_comment: "Label for \"Back\" button",
@@ -11,15 +11,15 @@ var frFR = {
11
11
  },
12
12
  "ExportResourcesModal.attributeLevelMismatch": {
13
13
  developer_comment: "Attribute level mismatch error",
14
- string: "Attribute level mismatch"
14
+ string: "Mauvaise correspondance de niveau d'attribut"
15
15
  },
16
16
  "ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
17
17
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
18
- string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
18
+ string: "L'attribut doit être défini au niveau Produit. Modifiez la cartographie en utilisant ce format <b>AttributsProduit.'{'nameOfAttribute'}'</b>."
19
19
  },
20
20
  "ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
21
21
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
22
- string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
22
+ string: "L'attribut doit être défini au niveau Variante. Modifiez la cartographie en utilisant ce format <b>Attributs'{'nameOfAttribute'}'</b>."
23
23
  },
24
24
  "ExportResourcesModal.back": {
25
25
  developer_comment: "Label for \"Back\" button",
@@ -9,15 +9,15 @@ var ptBR = {
9
9
  },
10
10
  "ExportResourcesModal.attributeLevelMismatch": {
11
11
  developer_comment: "Attribute level mismatch error",
12
- string: "Attribute level mismatch"
12
+ string: "Incompatibilidade no nível do atributo"
13
13
  },
14
14
  "ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
15
15
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
16
- string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
16
+ string: "O atributo deve ser definido no nível do produto. Ajuste o mapeamento para o formato <b>productAttributes.'{'nameOfAttribute'}'</b>."
17
17
  },
18
18
  "ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
19
19
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
20
- string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
20
+ string: "O atributo deve ser definido no nível da variante. Ajuste o mapeamento para o formato <b>attributes.'{'nameOfAttribute'}'</b>."
21
21
  },
22
22
  "ExportResourcesModal.back": {
23
23
  developer_comment: "Label for \"Back\" button",
@@ -11,15 +11,15 @@ var ptBR = {
11
11
  },
12
12
  "ExportResourcesModal.attributeLevelMismatch": {
13
13
  developer_comment: "Attribute level mismatch error",
14
- string: "Attribute level mismatch"
14
+ string: "Incompatibilidade no nível do atributo"
15
15
  },
16
16
  "ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
17
17
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
18
- string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
18
+ string: "O atributo deve ser definido no nível do produto. Ajuste o mapeamento para o formato <b>productAttributes.'{'nameOfAttribute'}'</b>."
19
19
  },
20
20
  "ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
21
21
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
22
- string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
22
+ string: "O atributo deve ser definido no nível da variante. Ajuste o mapeamento para o formato <b>attributes.'{'nameOfAttribute'}'</b>."
23
23
  },
24
24
  "ExportResourcesModal.back": {
25
25
  developer_comment: "Label for \"Back\" button",
@@ -11,15 +11,15 @@ var ptBR = {
11
11
  },
12
12
  "ExportResourcesModal.attributeLevelMismatch": {
13
13
  developer_comment: "Attribute level mismatch error",
14
- string: "Attribute level mismatch"
14
+ string: "Incompatibilidade no nível do atributo"
15
15
  },
16
16
  "ExportResourcesModal.attributeLevelMismatchProductLevelTitle": {
17
17
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Product level",
18
- string: "Attribute needs to be defined at the Product level. Change the mapping by using this format <b>productAttributes.'{'nameOfAttribute'}'</b>."
18
+ string: "O atributo deve ser definido no nível do produto. Ajuste o mapeamento para o formato <b>productAttributes.'{'nameOfAttribute'}'</b>."
19
19
  },
20
20
  "ExportResourcesModal.attributeLevelMismatchVariantLevelTitle": {
21
21
  developer_comment: "Title for attribute level mismatch error when attribute needs to be at Variant level",
22
- string: "Attribute needs to be defined at the Variant level. Change the mapping by using this format <b>attributes.'{'nameOfAttribute'}'</b>."
22
+ string: "O atributo deve ser definido no nível da variante. Ajuste o mapeamento para o formato <b>attributes.'{'nameOfAttribute'}'</b>."
23
23
  },
24
24
  "ExportResourcesModal.back": {
25
25
  developer_comment: "Label for \"Back\" button",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-frontend-extensions/export-resources-modal",
3
3
  "description": "Shared export modal for exporting resources",
4
- "version": "0.0.0-canary-20260119142857",
4
+ "version": "0.0.0-canary-20260123074540",
5
5
  "license": "BSD-3-Clause",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -22,11 +22,11 @@
22
22
  "@formatjs/cli": "6.7.4",
23
23
  "formik": "2.4.9",
24
24
  "jest": "30.2.0",
25
- "lodash": "4.17.21",
25
+ "lodash": "4.17.23",
26
26
  "moment": "2.30.1",
27
27
  "omit-empty-es": "^1.1.3",
28
28
  "prop-types": "15.8.1",
29
- "@commercetools-frontend-extensions/operations": "0.0.0-canary-20260119142857"
29
+ "@commercetools-frontend-extensions/operations": "3.4.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@commercetools-frontend/actions-global": "25.1.0",