@commercetools-frontend-extensions/export-resources-modal 5.15.1 → 5.16.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/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +278 -192
- package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +278 -192
- package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +277 -190
- package/dist/{de-878f4246.cjs.prod.js → de-11249ba5.cjs.prod.js} +16 -0
- package/dist/{de-ecf9ace2.cjs.dev.js → de-448f5798.cjs.dev.js} +16 -0
- package/dist/{de-887390c8.esm.js → de-6ca92bf0.esm.js} +16 -0
- package/dist/declarations/src/@constants/exportable-resources.d.ts +1 -0
- package/dist/declarations/src/@hooks/use-storage.d.ts +1 -5
- package/dist/declarations/src/@types/export-resources-modal-context.d.ts +0 -1
- package/dist/{en-02b20e80.esm.js → en-7eac8362.esm.js} +16 -0
- package/dist/{en-b0f71eaf.cjs.prod.js → en-b1e57064.cjs.prod.js} +16 -0
- package/dist/{en-3a95336a.cjs.dev.js → en-f39a23e6.cjs.dev.js} +16 -0
- package/dist/{es-374aed1b.cjs.prod.js → es-566ec5e7.cjs.prod.js} +16 -0
- package/dist/{es-a1b34b9f.cjs.dev.js → es-b4ee13a8.cjs.dev.js} +16 -0
- package/dist/{es-d39432b2.esm.js → es-cf5018bb.esm.js} +16 -0
- package/dist/{fr-FR-c903e733.cjs.dev.js → fr-FR-00860e60.cjs.dev.js} +16 -0
- package/dist/{fr-FR-4bdab72f.cjs.prod.js → fr-FR-23df0502.cjs.prod.js} +16 -0
- package/dist/{fr-FR-136fb625.esm.js → fr-FR-79f77e0a.esm.js} +16 -0
- package/dist/{pt-BR-b19cfc58.esm.js → pt-BR-0ce14c46.esm.js} +16 -0
- package/dist/{pt-BR-3ff0daf8.cjs.prod.js → pt-BR-14554160.cjs.prod.js} +16 -0
- package/dist/{pt-BR-0b67e9af.cjs.dev.js → pt-BR-63769e73.cjs.dev.js} +16 -0
- package/package.json +23 -23
|
@@ -177,6 +177,10 @@ var ptBR = {
|
|
|
177
177
|
developer_comment: "Label for Export All orders",
|
|
178
178
|
string: "Exportar tudo: {total, plural, one {# pedido} other {# pedidos}}"
|
|
179
179
|
},
|
|
180
|
+
"ExportResourcesModal.exportScopeAllProductSelections": {
|
|
181
|
+
developer_comment: "Label for Export All product selections",
|
|
182
|
+
string: "Export all: {total, plural, one {# product selection} other {# product selections}}"
|
|
183
|
+
},
|
|
180
184
|
"ExportResourcesModal.exportScopeAllProductTailorings": {
|
|
181
185
|
developer_comment: "Label for Export All product tailorings",
|
|
182
186
|
string: "Exportar produtos personalizados para {total, plural, one {# produto} other {# produtos}} em todas as lojas"
|
|
@@ -213,6 +217,10 @@ var ptBR = {
|
|
|
213
217
|
developer_comment: "Label for Export Filtered orders",
|
|
214
218
|
string: "Exportar filtrados: {total, plural, one {# pedido} other {# pedidos}}"
|
|
215
219
|
},
|
|
220
|
+
"ExportResourcesModal.exportScopeFilteredProductSelections": {
|
|
221
|
+
developer_comment: "Label for Export Filtered product selections",
|
|
222
|
+
string: "Export filtered: {total, plural, one {# product selection} other {# product selections}}"
|
|
223
|
+
},
|
|
216
224
|
"ExportResourcesModal.exportScopeFilteredProductTailorings": {
|
|
217
225
|
developer_comment: "Label for Export Filtered product tailorings",
|
|
218
226
|
string: "Exportar produtos personalizados para {total, plural, one {# produto filtrado} other {# produtos filtrados}}"
|
|
@@ -253,6 +261,10 @@ var ptBR = {
|
|
|
253
261
|
developer_comment: "Label for Export Selected orders",
|
|
254
262
|
string: "Exportar selecionados: {total, plural, one {# pedido} other {# pedidos}}"
|
|
255
263
|
},
|
|
264
|
+
"ExportResourcesModal.exportScopeSelectedProductSelections": {
|
|
265
|
+
developer_comment: "Label for Export Selected product selections",
|
|
266
|
+
string: "Export selected: {total, plural, one {# product selection} other {# product selections}}"
|
|
267
|
+
},
|
|
256
268
|
"ExportResourcesModal.exportScopeSelectedProductTailorings": {
|
|
257
269
|
developer_comment: "Label for Export Selected product tailorings",
|
|
258
270
|
string: "Exportar produtos personalizados para {total, plural, one {# produto selecionado} other {# produtos selecionados}}"
|
|
@@ -393,6 +405,10 @@ var ptBR = {
|
|
|
393
405
|
developer_comment: "Label for the products modal title",
|
|
394
406
|
string: "Exportar produtos"
|
|
395
407
|
},
|
|
408
|
+
"ExportResourcesModal.modalTitle.productSelection": {
|
|
409
|
+
developer_comment: "Label for the product selections modal title",
|
|
410
|
+
string: "Export product selections"
|
|
411
|
+
},
|
|
396
412
|
"ExportResourcesModal.modalTitle.productTailoring": {
|
|
397
413
|
developer_comment: "Label for the product tailorings modal title",
|
|
398
414
|
string: "Exportar produtos personalizados"
|
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.
|
|
4
|
+
"version": "5.16.0",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"README.md"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@babel/runtime": "7.
|
|
19
|
-
"@babel/runtime-corejs3": "7.
|
|
18
|
+
"@babel/runtime": "7.29.7",
|
|
19
|
+
"@babel/runtime-corejs3": "7.29.7",
|
|
20
20
|
"@emotion/react": "11.14.0",
|
|
21
21
|
"@emotion/styled": "11.14.1",
|
|
22
22
|
"@formatjs/cli": "6.7.4",
|
|
@@ -26,33 +26,33 @@
|
|
|
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": "4.
|
|
29
|
+
"@commercetools-frontend-extensions/operations": "4.6.0"
|
|
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.
|
|
37
|
-
"@commercetools-frontend/fullstory": "4.
|
|
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.
|
|
43
|
-
"@commercetools-frontend/ui-kit": "20.5
|
|
44
|
-
"@commercetools-uikit/design-system": "20.5
|
|
45
|
-
"@commercetools-uikit/icons": "20.5
|
|
46
|
-
"@preconstruct/cli": "2.8.
|
|
32
|
+
"@commercetools-frontend/actions-global": "27.8.0",
|
|
33
|
+
"@commercetools-frontend/application-components": "27.8.0",
|
|
34
|
+
"@commercetools-frontend/application-shell": "27.8.0",
|
|
35
|
+
"@commercetools-frontend/application-shell-connectors": "27.8.0",
|
|
36
|
+
"@commercetools-frontend/constants": "27.8.0",
|
|
37
|
+
"@commercetools-frontend/fullstory": "4.1.1",
|
|
38
|
+
"@commercetools-frontend/i18n": "27.8.0",
|
|
39
|
+
"@commercetools-frontend/jest-preset-mc-app": "27.8.0",
|
|
40
|
+
"@commercetools-frontend/l10n": "27.8.0",
|
|
41
|
+
"@commercetools-frontend/sdk": "27.8.0",
|
|
42
|
+
"@commercetools-frontend/sentry": "27.8.0",
|
|
43
|
+
"@commercetools-frontend/ui-kit": "20.6.5",
|
|
44
|
+
"@commercetools-uikit/design-system": "20.6.5",
|
|
45
|
+
"@commercetools-uikit/icons": "20.6.5",
|
|
46
|
+
"@preconstruct/cli": "2.8.13",
|
|
47
47
|
"@types/jest": "30.0.0",
|
|
48
48
|
"@types/testing-library__jest-dom": "^5.14.5",
|
|
49
49
|
"msw": "1.3.5",
|
|
50
|
-
"react": "19.2.
|
|
50
|
+
"react": "19.2.7",
|
|
51
51
|
"react-intl": "7.1.4",
|
|
52
|
-
"react-redux": "9.
|
|
52
|
+
"react-redux": "9.3.0",
|
|
53
53
|
"redux": "5.0.1",
|
|
54
|
-
"rimraf": "6.1.
|
|
55
|
-
"typescript": "5.
|
|
54
|
+
"rimraf": "6.1.3",
|
|
55
|
+
"typescript": "5.9.3"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@commercetools-frontend/actions-global": "24.x || 25.x || 27.x",
|