@commercetools-frontend-extensions/export-resources-modal 4.6.5 → 4.6.6
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.
|
@@ -122,6 +122,11 @@ var messages = reactIntl.defineMessages({
|
|
|
122
122
|
description: 'Label for the customers modal title',
|
|
123
123
|
defaultMessage: 'Export customers'
|
|
124
124
|
},
|
|
125
|
+
'modalTitle.order': {
|
|
126
|
+
id: 'ExportResourcesModal.modalTitle.order',
|
|
127
|
+
description: 'Label for the orders modal title',
|
|
128
|
+
defaultMessage: 'Export orders'
|
|
129
|
+
},
|
|
125
130
|
outputFormat: {
|
|
126
131
|
id: 'ExportResourcesModal.outputFormat',
|
|
127
132
|
description: 'File format like (csv, xls, ...etc)',
|
|
@@ -122,6 +122,11 @@ var messages = reactIntl.defineMessages({
|
|
|
122
122
|
description: 'Label for the customers modal title',
|
|
123
123
|
defaultMessage: 'Export customers'
|
|
124
124
|
},
|
|
125
|
+
'modalTitle.order': {
|
|
126
|
+
id: 'ExportResourcesModal.modalTitle.order',
|
|
127
|
+
description: 'Label for the orders modal title',
|
|
128
|
+
defaultMessage: 'Export orders'
|
|
129
|
+
},
|
|
125
130
|
outputFormat: {
|
|
126
131
|
id: 'ExportResourcesModal.outputFormat',
|
|
127
132
|
description: 'File format like (csv, xls, ...etc)',
|
|
@@ -88,6 +88,11 @@ var messages = defineMessages({
|
|
|
88
88
|
description: 'Label for the customers modal title',
|
|
89
89
|
defaultMessage: 'Export customers'
|
|
90
90
|
},
|
|
91
|
+
'modalTitle.order': {
|
|
92
|
+
id: 'ExportResourcesModal.modalTitle.order',
|
|
93
|
+
description: 'Label for the orders modal title',
|
|
94
|
+
defaultMessage: 'Export orders'
|
|
95
|
+
},
|
|
91
96
|
outputFormat: {
|
|
92
97
|
id: 'ExportResourcesModal.outputFormat',
|
|
93
98
|
description: 'File format like (csv, xls, ...etc)',
|
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": "4.6.
|
|
4
|
+
"version": "4.6.6",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"react-intl": "6.6.8",
|
|
51
51
|
"react-redux": "7.2.9",
|
|
52
52
|
"redux": "4.2.1",
|
|
53
|
-
"rimraf": "
|
|
53
|
+
"rimraf": "6.0.1"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"@commercetools-frontend/actions-global": "22.x",
|