@commercetools-frontend-extensions/export-resources-modal 5.11.2 → 5.11.4
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/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +5 -5
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +5 -5
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +5 -5
- package/dist/{de-6ccb0cef.cjs.prod.js → de-c329851c.cjs.prod.js} +4 -0
- package/dist/{de-35056949.esm.js → de-c4790906.esm.js} +4 -0
- package/dist/{de-f6836c76.cjs.dev.js → de-e750003d.cjs.dev.js} +4 -0
- package/dist/{en-91d5135c.cjs.dev.js → en-266b37b4.cjs.dev.js} +4 -0
- package/dist/{en-0158f656.cjs.prod.js → en-71b1a370.cjs.prod.js} +4 -0
- package/dist/{en-cec5abba.esm.js → en-95d6ae91.esm.js} +4 -0
- package/dist/{es-ba43fc4a.cjs.dev.js → es-247f58fc.cjs.prod.js} +4 -0
- package/dist/{es-00dfbfb5.cjs.prod.js → es-e7f0907c.cjs.dev.js} +4 -0
- package/dist/{es-2b5d715f.esm.js → es-ec8412cc.esm.js} +4 -0
- package/dist/{fr-FR-ed5c93d6.cjs.dev.js → fr-FR-91c6dc87.cjs.prod.js} +4 -0
- package/dist/{fr-FR-06105d51.esm.js → fr-FR-b8239dad.esm.js} +4 -0
- package/dist/{fr-FR-4cfbc2bd.cjs.prod.js → fr-FR-e38078dc.cjs.dev.js} +4 -0
- package/dist/{pt-BR-96af8e57.cjs.prod.js → pt-BR-0e9382e5.cjs.prod.js} +4 -0
- package/dist/{pt-BR-21e12a39.esm.js → pt-BR-26f18714.esm.js} +4 -0
- package/dist/{pt-BR-7de26dc9.cjs.dev.js → pt-BR-59bc8b1c.cjs.dev.js} +4 -0
- package/package.json +13 -13
|
@@ -3575,17 +3575,17 @@ const getChunkImport = locale => {
|
|
|
3575
3575
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
3576
3576
|
switch (intlLocale) {
|
|
3577
3577
|
case 'de':
|
|
3578
|
-
return Promise.resolve().then(function () { return require('./de-
|
|
3578
|
+
return Promise.resolve().then(function () { return require('./de-e750003d.cjs.dev.js'); });
|
|
3579
3579
|
case 'es':
|
|
3580
|
-
return Promise.resolve().then(function () { return require('./es-
|
|
3580
|
+
return Promise.resolve().then(function () { return require('./es-e7f0907c.cjs.dev.js'); });
|
|
3581
3581
|
case 'fr-FR':
|
|
3582
|
-
return Promise.resolve().then(function () { return require('./fr-FR-
|
|
3582
|
+
return Promise.resolve().then(function () { return require('./fr-FR-e38078dc.cjs.dev.js'); });
|
|
3583
3583
|
case 'ja':
|
|
3584
3584
|
return Promise.resolve().then(function () { return require('./ja-9bd5f452.cjs.dev.js'); });
|
|
3585
3585
|
case 'pt-BR':
|
|
3586
|
-
return Promise.resolve().then(function () { return require('./pt-BR-
|
|
3586
|
+
return Promise.resolve().then(function () { return require('./pt-BR-59bc8b1c.cjs.dev.js'); });
|
|
3587
3587
|
default:
|
|
3588
|
-
return Promise.resolve().then(function () { return require('./en-
|
|
3588
|
+
return Promise.resolve().then(function () { return require('./en-266b37b4.cjs.dev.js'); });
|
|
3589
3589
|
}
|
|
3590
3590
|
};
|
|
3591
3591
|
const loadMessages = async locale => {
|
|
@@ -3542,17 +3542,17 @@ const getChunkImport = locale => {
|
|
|
3542
3542
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
3543
3543
|
switch (intlLocale) {
|
|
3544
3544
|
case 'de':
|
|
3545
|
-
return Promise.resolve().then(function () { return require('./de-
|
|
3545
|
+
return Promise.resolve().then(function () { return require('./de-c329851c.cjs.prod.js'); });
|
|
3546
3546
|
case 'es':
|
|
3547
|
-
return Promise.resolve().then(function () { return require('./es-
|
|
3547
|
+
return Promise.resolve().then(function () { return require('./es-247f58fc.cjs.prod.js'); });
|
|
3548
3548
|
case 'fr-FR':
|
|
3549
|
-
return Promise.resolve().then(function () { return require('./fr-FR-
|
|
3549
|
+
return Promise.resolve().then(function () { return require('./fr-FR-91c6dc87.cjs.prod.js'); });
|
|
3550
3550
|
case 'ja':
|
|
3551
3551
|
return Promise.resolve().then(function () { return require('./ja-37632763.cjs.prod.js'); });
|
|
3552
3552
|
case 'pt-BR':
|
|
3553
|
-
return Promise.resolve().then(function () { return require('./pt-BR-
|
|
3553
|
+
return Promise.resolve().then(function () { return require('./pt-BR-0e9382e5.cjs.prod.js'); });
|
|
3554
3554
|
default:
|
|
3555
|
-
return Promise.resolve().then(function () { return require('./en-
|
|
3555
|
+
return Promise.resolve().then(function () { return require('./en-71b1a370.cjs.prod.js'); });
|
|
3556
3556
|
}
|
|
3557
3557
|
};
|
|
3558
3558
|
const loadMessages = async locale => {
|
|
@@ -3532,17 +3532,17 @@ const getChunkImport = locale => {
|
|
|
3532
3532
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
3533
3533
|
switch (intlLocale) {
|
|
3534
3534
|
case 'de':
|
|
3535
|
-
return import('./de-
|
|
3535
|
+
return import('./de-c4790906.esm.js');
|
|
3536
3536
|
case 'es':
|
|
3537
|
-
return import('./es-
|
|
3537
|
+
return import('./es-ec8412cc.esm.js');
|
|
3538
3538
|
case 'fr-FR':
|
|
3539
|
-
return import('./fr-FR-
|
|
3539
|
+
return import('./fr-FR-b8239dad.esm.js');
|
|
3540
3540
|
case 'ja':
|
|
3541
3541
|
return import('./ja-73c088a7.esm.js');
|
|
3542
3542
|
case 'pt-BR':
|
|
3543
|
-
return import('./pt-BR-
|
|
3543
|
+
return import('./pt-BR-26f18714.esm.js');
|
|
3544
3544
|
default:
|
|
3545
|
-
return import('./en-
|
|
3545
|
+
return import('./en-95d6ae91.esm.js');
|
|
3546
3546
|
}
|
|
3547
3547
|
};
|
|
3548
3548
|
const loadMessages = async locale => {
|
|
@@ -377,6 +377,10 @@ var de = {
|
|
|
377
377
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
378
378
|
string: "Meine Ansichten"
|
|
379
379
|
},
|
|
380
|
+
"ExportResourcesModal.noResourcesToExport": {
|
|
381
|
+
developer_comment: "Error message when there are no resources to export",
|
|
382
|
+
string: "There are no resources to export. Please adjust your selection or filters and try again."
|
|
383
|
+
},
|
|
380
384
|
"ExportResourcesModal.noResourcesToExportForQueryPredicate": {
|
|
381
385
|
developer_comment: "Error message when there are no resources to export for given query predicate",
|
|
382
386
|
string: "Es stimmen keine Ressourcen mit Ihrem Anfrage-Prädikat überein. Bitte überprüfen Sie Ihr Anfrage-Prädikat und versuchen Sie es erneut."
|
|
@@ -375,6 +375,10 @@ var de = {
|
|
|
375
375
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
376
376
|
string: "Meine Ansichten"
|
|
377
377
|
},
|
|
378
|
+
"ExportResourcesModal.noResourcesToExport": {
|
|
379
|
+
developer_comment: "Error message when there are no resources to export",
|
|
380
|
+
string: "There are no resources to export. Please adjust your selection or filters and try again."
|
|
381
|
+
},
|
|
378
382
|
"ExportResourcesModal.noResourcesToExportForQueryPredicate": {
|
|
379
383
|
developer_comment: "Error message when there are no resources to export for given query predicate",
|
|
380
384
|
string: "Es stimmen keine Ressourcen mit Ihrem Anfrage-Prädikat überein. Bitte überprüfen Sie Ihr Anfrage-Prädikat und versuchen Sie es erneut."
|
|
@@ -377,6 +377,10 @@ var de = {
|
|
|
377
377
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
378
378
|
string: "Meine Ansichten"
|
|
379
379
|
},
|
|
380
|
+
"ExportResourcesModal.noResourcesToExport": {
|
|
381
|
+
developer_comment: "Error message when there are no resources to export",
|
|
382
|
+
string: "There are no resources to export. Please adjust your selection or filters and try again."
|
|
383
|
+
},
|
|
380
384
|
"ExportResourcesModal.noResourcesToExportForQueryPredicate": {
|
|
381
385
|
developer_comment: "Error message when there are no resources to export for given query predicate",
|
|
382
386
|
string: "Es stimmen keine Ressourcen mit Ihrem Anfrage-Prädikat überein. Bitte überprüfen Sie Ihr Anfrage-Prädikat und versuchen Sie es erneut."
|
|
@@ -377,6 +377,10 @@ var en = {
|
|
|
377
377
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
378
378
|
string: "My Views"
|
|
379
379
|
},
|
|
380
|
+
"ExportResourcesModal.noResourcesToExport": {
|
|
381
|
+
developer_comment: "Error message when there are no resources to export",
|
|
382
|
+
string: "There are no resources to export. Please adjust your selection or filters and try again."
|
|
383
|
+
},
|
|
380
384
|
"ExportResourcesModal.noResourcesToExportForQueryPredicate": {
|
|
381
385
|
developer_comment: "Error message when there are no resources to export for given query predicate",
|
|
382
386
|
string: "No resources match your query predicate. Please check your query predicate and try again."
|
|
@@ -377,6 +377,10 @@ var en = {
|
|
|
377
377
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
378
378
|
string: "My Views"
|
|
379
379
|
},
|
|
380
|
+
"ExportResourcesModal.noResourcesToExport": {
|
|
381
|
+
developer_comment: "Error message when there are no resources to export",
|
|
382
|
+
string: "There are no resources to export. Please adjust your selection or filters and try again."
|
|
383
|
+
},
|
|
380
384
|
"ExportResourcesModal.noResourcesToExportForQueryPredicate": {
|
|
381
385
|
developer_comment: "Error message when there are no resources to export for given query predicate",
|
|
382
386
|
string: "No resources match your query predicate. Please check your query predicate and try again."
|
|
@@ -375,6 +375,10 @@ var en = {
|
|
|
375
375
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
376
376
|
string: "My Views"
|
|
377
377
|
},
|
|
378
|
+
"ExportResourcesModal.noResourcesToExport": {
|
|
379
|
+
developer_comment: "Error message when there are no resources to export",
|
|
380
|
+
string: "There are no resources to export. Please adjust your selection or filters and try again."
|
|
381
|
+
},
|
|
378
382
|
"ExportResourcesModal.noResourcesToExportForQueryPredicate": {
|
|
379
383
|
developer_comment: "Error message when there are no resources to export for given query predicate",
|
|
380
384
|
string: "No resources match your query predicate. Please check your query predicate and try again."
|
|
@@ -377,6 +377,10 @@ var es = {
|
|
|
377
377
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
378
378
|
string: "Mis vistas"
|
|
379
379
|
},
|
|
380
|
+
"ExportResourcesModal.noResourcesToExport": {
|
|
381
|
+
developer_comment: "Error message when there are no resources to export",
|
|
382
|
+
string: "There are no resources to export. Please adjust your selection or filters and try again."
|
|
383
|
+
},
|
|
380
384
|
"ExportResourcesModal.noResourcesToExportForQueryPredicate": {
|
|
381
385
|
developer_comment: "Error message when there are no resources to export for given query predicate",
|
|
382
386
|
string: "No hay recursos para tu predicado de consulta. Por favor, revisa el predicado de su consulta e inténtalo de nuevo."
|
|
@@ -377,6 +377,10 @@ var es = {
|
|
|
377
377
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
378
378
|
string: "Mis vistas"
|
|
379
379
|
},
|
|
380
|
+
"ExportResourcesModal.noResourcesToExport": {
|
|
381
|
+
developer_comment: "Error message when there are no resources to export",
|
|
382
|
+
string: "There are no resources to export. Please adjust your selection or filters and try again."
|
|
383
|
+
},
|
|
380
384
|
"ExportResourcesModal.noResourcesToExportForQueryPredicate": {
|
|
381
385
|
developer_comment: "Error message when there are no resources to export for given query predicate",
|
|
382
386
|
string: "No hay recursos para tu predicado de consulta. Por favor, revisa el predicado de su consulta e inténtalo de nuevo."
|
|
@@ -375,6 +375,10 @@ var es = {
|
|
|
375
375
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
376
376
|
string: "Mis vistas"
|
|
377
377
|
},
|
|
378
|
+
"ExportResourcesModal.noResourcesToExport": {
|
|
379
|
+
developer_comment: "Error message when there are no resources to export",
|
|
380
|
+
string: "There are no resources to export. Please adjust your selection or filters and try again."
|
|
381
|
+
},
|
|
378
382
|
"ExportResourcesModal.noResourcesToExportForQueryPredicate": {
|
|
379
383
|
developer_comment: "Error message when there are no resources to export for given query predicate",
|
|
380
384
|
string: "No hay recursos para tu predicado de consulta. Por favor, revisa el predicado de su consulta e inténtalo de nuevo."
|
|
@@ -377,6 +377,10 @@ var frFR = {
|
|
|
377
377
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
378
378
|
string: "Mes affichages"
|
|
379
379
|
},
|
|
380
|
+
"ExportResourcesModal.noResourcesToExport": {
|
|
381
|
+
developer_comment: "Error message when there are no resources to export",
|
|
382
|
+
string: "There are no resources to export. Please adjust your selection or filters and try again."
|
|
383
|
+
},
|
|
380
384
|
"ExportResourcesModal.noResourcesToExportForQueryPredicate": {
|
|
381
385
|
developer_comment: "Error message when there are no resources to export for given query predicate",
|
|
382
386
|
string: "Aucune correspondance d'entité pour votre prédicat de requête. Vérifiez votre prédicat de requête et réessayez."
|
|
@@ -375,6 +375,10 @@ var frFR = {
|
|
|
375
375
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
376
376
|
string: "Mes affichages"
|
|
377
377
|
},
|
|
378
|
+
"ExportResourcesModal.noResourcesToExport": {
|
|
379
|
+
developer_comment: "Error message when there are no resources to export",
|
|
380
|
+
string: "There are no resources to export. Please adjust your selection or filters and try again."
|
|
381
|
+
},
|
|
378
382
|
"ExportResourcesModal.noResourcesToExportForQueryPredicate": {
|
|
379
383
|
developer_comment: "Error message when there are no resources to export for given query predicate",
|
|
380
384
|
string: "Aucune correspondance d'entité pour votre prédicat de requête. Vérifiez votre prédicat de requête et réessayez."
|
|
@@ -377,6 +377,10 @@ var frFR = {
|
|
|
377
377
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
378
378
|
string: "Mes affichages"
|
|
379
379
|
},
|
|
380
|
+
"ExportResourcesModal.noResourcesToExport": {
|
|
381
|
+
developer_comment: "Error message when there are no resources to export",
|
|
382
|
+
string: "There are no resources to export. Please adjust your selection or filters and try again."
|
|
383
|
+
},
|
|
380
384
|
"ExportResourcesModal.noResourcesToExportForQueryPredicate": {
|
|
381
385
|
developer_comment: "Error message when there are no resources to export for given query predicate",
|
|
382
386
|
string: "Aucune correspondance d'entité pour votre prédicat de requête. Vérifiez votre prédicat de requête et réessayez."
|
|
@@ -377,6 +377,10 @@ var ptBR = {
|
|
|
377
377
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
378
378
|
string: "Minhas visualizações"
|
|
379
379
|
},
|
|
380
|
+
"ExportResourcesModal.noResourcesToExport": {
|
|
381
|
+
developer_comment: "Error message when there are no resources to export",
|
|
382
|
+
string: "There are no resources to export. Please adjust your selection or filters and try again."
|
|
383
|
+
},
|
|
380
384
|
"ExportResourcesModal.noResourcesToExportForQueryPredicate": {
|
|
381
385
|
developer_comment: "Error message when there are no resources to export for given query predicate",
|
|
382
386
|
string: "Nenhum recurso corresponde ao predicado da sua consulta. Verifique o predicado da sua consulta e tente novamente."
|
|
@@ -375,6 +375,10 @@ var ptBR = {
|
|
|
375
375
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
376
376
|
string: "Minhas visualizações"
|
|
377
377
|
},
|
|
378
|
+
"ExportResourcesModal.noResourcesToExport": {
|
|
379
|
+
developer_comment: "Error message when there are no resources to export",
|
|
380
|
+
string: "There are no resources to export. Please adjust your selection or filters and try again."
|
|
381
|
+
},
|
|
378
382
|
"ExportResourcesModal.noResourcesToExportForQueryPredicate": {
|
|
379
383
|
developer_comment: "Error message when there are no resources to export for given query predicate",
|
|
380
384
|
string: "Nenhum recurso corresponde ao predicado da sua consulta. Verifique o predicado da sua consulta e tente novamente."
|
|
@@ -377,6 +377,10 @@ var ptBR = {
|
|
|
377
377
|
developer_comment: "Label for \"My Views\" Select Field",
|
|
378
378
|
string: "Minhas visualizações"
|
|
379
379
|
},
|
|
380
|
+
"ExportResourcesModal.noResourcesToExport": {
|
|
381
|
+
developer_comment: "Error message when there are no resources to export",
|
|
382
|
+
string: "There are no resources to export. Please adjust your selection or filters and try again."
|
|
383
|
+
},
|
|
380
384
|
"ExportResourcesModal.noResourcesToExportForQueryPredicate": {
|
|
381
385
|
developer_comment: "Error message when there are no resources to export for given query predicate",
|
|
382
386
|
string: "Nenhum recurso corresponde ao predicado da sua consulta. Verifique o predicado da sua consulta e tente novamente."
|
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": "5.11.
|
|
4
|
+
"version": "5.11.4",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -22,24 +22,24 @@
|
|
|
22
22
|
"@formatjs/cli": "6.7.4",
|
|
23
23
|
"formik": "2.4.9",
|
|
24
24
|
"jest": "30.2.0",
|
|
25
|
-
"lodash": "4.
|
|
25
|
+
"lodash": "4.18.1",
|
|
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": "3.6.
|
|
29
|
+
"@commercetools-frontend-extensions/operations": "3.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@commercetools-frontend/actions-global": "27.
|
|
33
|
-
"@commercetools-frontend/application-components": "27.
|
|
34
|
-
"@commercetools-frontend/application-shell": "27.
|
|
35
|
-
"@commercetools-frontend/application-shell-connectors": "27.
|
|
36
|
-
"@commercetools-frontend/constants": "27.
|
|
32
|
+
"@commercetools-frontend/actions-global": "27.2.0",
|
|
33
|
+
"@commercetools-frontend/application-components": "27.2.0",
|
|
34
|
+
"@commercetools-frontend/application-shell": "27.2.0",
|
|
35
|
+
"@commercetools-frontend/application-shell-connectors": "27.2.0",
|
|
36
|
+
"@commercetools-frontend/constants": "27.2.0",
|
|
37
37
|
"@commercetools-frontend/fullstory": "4.0.3",
|
|
38
|
-
"@commercetools-frontend/i18n": "27.
|
|
39
|
-
"@commercetools-frontend/jest-preset-mc-app": "27.
|
|
40
|
-
"@commercetools-frontend/l10n": "27.
|
|
41
|
-
"@commercetools-frontend/sdk": "27.
|
|
42
|
-
"@commercetools-frontend/sentry": "27.
|
|
38
|
+
"@commercetools-frontend/i18n": "27.2.0",
|
|
39
|
+
"@commercetools-frontend/jest-preset-mc-app": "27.2.0",
|
|
40
|
+
"@commercetools-frontend/l10n": "27.2.0",
|
|
41
|
+
"@commercetools-frontend/sdk": "27.2.0",
|
|
42
|
+
"@commercetools-frontend/sentry": "27.2.0",
|
|
43
43
|
"@commercetools-frontend/ui-kit": "20.3.0",
|
|
44
44
|
"@commercetools-uikit/design-system": "20.3.0",
|
|
45
45
|
"@commercetools-uikit/icons": "20.3.0",
|