@commercetools-frontend-extensions/import-resources-modal 0.0.0-canary-20250729114546 → 0.0.0-canary-20250805131033
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/{active-drag-drop-area-a78e89ad.cjs.dev.js → active-drag-drop-area-001bcb0b.cjs.dev.js} +1 -1
- package/dist/{active-drag-drop-area-e3c080cc.esm.js → active-drag-drop-area-4b34a9c5.esm.js} +1 -1
- package/dist/{active-drag-drop-area-4386fda8.cjs.prod.js → active-drag-drop-area-5810b50b.cjs.prod.js} +1 -1
- package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.dev.js +1 -1
- package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.prod.js +1 -1
- package/dist/commercetools-frontend-extensions-import-resources-modal.esm.js +1 -1
- package/dist/{de-ba621f66.cjs.prod.js → de-7ed25bdf.cjs.dev.js} +12 -0
- package/dist/{de-cd1c2b61.cjs.dev.js → de-94201791.cjs.prod.js} +12 -0
- package/dist/{de-4d884a52.esm.js → de-cf302015.esm.js} +12 -0
- package/dist/{disabled-drop-area-f95a4dbf.cjs.prod.js → disabled-drop-area-047743ae.cjs.prod.js} +1 -1
- package/dist/{disabled-drop-area-fad9bf17.esm.js → disabled-drop-area-76b7f3ff.esm.js} +1 -1
- package/dist/{disabled-drop-area-6e5898a8.cjs.dev.js → disabled-drop-area-dbc34410.cjs.dev.js} +1 -1
- package/dist/{en-c4f7d882.cjs.dev.js → en-647cd603.cjs.prod.js} +13 -1
- package/dist/{en-88aad148.esm.js → en-850d8c4a.esm.js} +13 -1
- package/dist/{en-102ccf29.cjs.prod.js → en-b68b87c8.cjs.dev.js} +13 -1
- package/dist/{enabled-drop-area-8b0d5d8b.esm.js → enabled-drop-area-0c11e012.esm.js} +1 -1
- package/dist/{enabled-drop-area-670afc18.cjs.prod.js → enabled-drop-area-4a77879f.cjs.prod.js} +1 -1
- package/dist/{enabled-drop-area-d4fe381f.cjs.dev.js → enabled-drop-area-968623ec.cjs.dev.js} +1 -1
- package/dist/{es-09b5f26a.cjs.dev.js → es-02f8a321.cjs.prod.js} +12 -0
- package/dist/{es-d589515f.esm.js → es-21c30725.esm.js} +12 -0
- package/dist/{es-1877968a.cjs.prod.js → es-68d1ba91.cjs.dev.js} +12 -0
- package/dist/{file-dropped-area-974c1e65.cjs.prod.js → file-dropped-area-313a3c36.cjs.prod.js} +1 -1
- package/dist/{file-dropped-area-9f02886f.cjs.dev.js → file-dropped-area-40c3e9d8.cjs.dev.js} +1 -1
- package/dist/{file-dropped-area-29a05662.esm.js → file-dropped-area-490cda2a.esm.js} +1 -1
- package/dist/{fr-FR-1d2ccb65.cjs.prod.js → fr-FR-078895d6.cjs.prod.js} +12 -0
- package/dist/{fr-FR-d672a357.esm.js → fr-FR-3c6878e4.esm.js} +12 -0
- package/dist/{fr-FR-a5fe152a.cjs.dev.js → fr-FR-a9a6c5c9.cjs.dev.js} +12 -0
- package/dist/{index-184c7e0d.cjs.dev.js → index-3ff63c50.cjs.dev.js} +9 -9
- package/dist/{index-732f0f92.cjs.prod.js → index-4b512c7e.cjs.prod.js} +9 -9
- package/dist/{index-621329dd.esm.js → index-b8cfd8f3.esm.js} +9 -9
- package/dist/{pt-BR-606f307c.cjs.prod.js → pt-BR-a50aa3dd.cjs.prod.js} +12 -0
- package/dist/{pt-BR-0389b318.cjs.dev.js → pt-BR-cd32fb09.cjs.dev.js} +12 -0
- package/dist/{pt-BR-3512c390.esm.js → pt-BR-fa0b65c8.esm.js} +12 -0
- package/package.json +1 -1
package/dist/{active-drag-drop-area-a78e89ad.cjs.dev.js → active-drag-drop-area-001bcb0b.cjs.dev.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-
|
|
3
|
+
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-3ff63c50.cjs.dev.js');
|
|
4
4
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
5
5
|
require('@babel/runtime-corejs3/core-js-stable/object/keys');
|
|
6
6
|
require('@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols');
|
package/dist/{active-drag-drop-area-e3c080cc.esm.js → active-drag-drop-area-4b34a9c5.esm.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FileDropped, E as EnabledDropArea } from './index-
|
|
1
|
+
import { F as FileDropped, E as EnabledDropArea } from './index-b8cfd8f3.esm.js';
|
|
2
2
|
import { jsx } from '@emotion/react/jsx-runtime';
|
|
3
3
|
import '@babel/runtime-corejs3/core-js-stable/object/keys';
|
|
4
4
|
import '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-
|
|
3
|
+
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-4b512c7e.cjs.prod.js');
|
|
4
4
|
var jsxRuntime = require('@emotion/react/jsx-runtime');
|
|
5
5
|
require('@babel/runtime-corejs3/core-js-stable/object/keys');
|
|
6
6
|
require('@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-
|
|
5
|
+
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-3ff63c50.cjs.dev.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('@babel/runtime-corejs3/core-js-stable/object/keys');
|
|
8
8
|
require('@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols');
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-
|
|
5
|
+
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-4b512c7e.cjs.prod.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('@babel/runtime-corejs3/core-js-stable/object/keys');
|
|
8
8
|
require('@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols');
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { I as default, b as useImportPermission } from './index-
|
|
1
|
+
export { I as default, b as useImportPermission } from './index-b8cfd8f3.esm.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import '@babel/runtime-corejs3/core-js-stable/object/keys';
|
|
4
4
|
import '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
@@ -4,6 +4,14 @@ var de = {
|
|
|
4
4
|
"ImportResourcesModal.browseFile": {
|
|
5
5
|
string: "Datei durchsuchen"
|
|
6
6
|
},
|
|
7
|
+
"ImportResourcesModal.business-unit": {
|
|
8
|
+
developer_comment: "Label for the business-unit resource type",
|
|
9
|
+
string: "Geschäftseinheit"
|
|
10
|
+
},
|
|
11
|
+
"ImportResourcesModal.business-units": {
|
|
12
|
+
developer_comment: "Label for the business-units resource type",
|
|
13
|
+
string: "Geschäftseinheiten"
|
|
14
|
+
},
|
|
7
15
|
"ImportResourcesModal.cancel": {
|
|
8
16
|
developer_comment: "Label for the cancel button",
|
|
9
17
|
string: "Abbrechen"
|
|
@@ -168,6 +176,10 @@ var de = {
|
|
|
168
176
|
developer_comment: "Error message displayed when the uploaded file is missing required keys",
|
|
169
177
|
string: "Stellen Sie sicher, dass die Datei die erforderlichen Schlüssel für die Elemente einschließlich {fieldNames} enthält"
|
|
170
178
|
},
|
|
179
|
+
"ImportResourcesModal.modalTitle.businessUnit": {
|
|
180
|
+
developer_comment: "Label for the business units modal title",
|
|
181
|
+
string: "Geschäftseinheiten nach CSV importieren"
|
|
182
|
+
},
|
|
171
183
|
"ImportResourcesModal.modalTitle.category": {
|
|
172
184
|
developer_comment: "Label for the categories modal title",
|
|
173
185
|
string: "Kategorien nach CSV importieren"
|
|
@@ -4,6 +4,14 @@ var de = {
|
|
|
4
4
|
"ImportResourcesModal.browseFile": {
|
|
5
5
|
string: "Datei durchsuchen"
|
|
6
6
|
},
|
|
7
|
+
"ImportResourcesModal.business-unit": {
|
|
8
|
+
developer_comment: "Label for the business-unit resource type",
|
|
9
|
+
string: "Geschäftseinheit"
|
|
10
|
+
},
|
|
11
|
+
"ImportResourcesModal.business-units": {
|
|
12
|
+
developer_comment: "Label for the business-units resource type",
|
|
13
|
+
string: "Geschäftseinheiten"
|
|
14
|
+
},
|
|
7
15
|
"ImportResourcesModal.cancel": {
|
|
8
16
|
developer_comment: "Label for the cancel button",
|
|
9
17
|
string: "Abbrechen"
|
|
@@ -168,6 +176,10 @@ var de = {
|
|
|
168
176
|
developer_comment: "Error message displayed when the uploaded file is missing required keys",
|
|
169
177
|
string: "Stellen Sie sicher, dass die Datei die erforderlichen Schlüssel für die Elemente einschließlich {fieldNames} enthält"
|
|
170
178
|
},
|
|
179
|
+
"ImportResourcesModal.modalTitle.businessUnit": {
|
|
180
|
+
developer_comment: "Label for the business units modal title",
|
|
181
|
+
string: "Geschäftseinheiten nach CSV importieren"
|
|
182
|
+
},
|
|
171
183
|
"ImportResourcesModal.modalTitle.category": {
|
|
172
184
|
developer_comment: "Label for the categories modal title",
|
|
173
185
|
string: "Kategorien nach CSV importieren"
|
|
@@ -2,6 +2,14 @@ var de = {
|
|
|
2
2
|
"ImportResourcesModal.browseFile": {
|
|
3
3
|
string: "Datei durchsuchen"
|
|
4
4
|
},
|
|
5
|
+
"ImportResourcesModal.business-unit": {
|
|
6
|
+
developer_comment: "Label for the business-unit resource type",
|
|
7
|
+
string: "Geschäftseinheit"
|
|
8
|
+
},
|
|
9
|
+
"ImportResourcesModal.business-units": {
|
|
10
|
+
developer_comment: "Label for the business-units resource type",
|
|
11
|
+
string: "Geschäftseinheiten"
|
|
12
|
+
},
|
|
5
13
|
"ImportResourcesModal.cancel": {
|
|
6
14
|
developer_comment: "Label for the cancel button",
|
|
7
15
|
string: "Abbrechen"
|
|
@@ -166,6 +174,10 @@ var de = {
|
|
|
166
174
|
developer_comment: "Error message displayed when the uploaded file is missing required keys",
|
|
167
175
|
string: "Stellen Sie sicher, dass die Datei die erforderlichen Schlüssel für die Elemente einschließlich {fieldNames} enthält"
|
|
168
176
|
},
|
|
177
|
+
"ImportResourcesModal.modalTitle.businessUnit": {
|
|
178
|
+
developer_comment: "Label for the business units modal title",
|
|
179
|
+
string: "Geschäftseinheiten nach CSV importieren"
|
|
180
|
+
},
|
|
169
181
|
"ImportResourcesModal.modalTitle.category": {
|
|
170
182
|
developer_comment: "Label for the categories modal title",
|
|
171
183
|
string: "Kategorien nach CSV importieren"
|
package/dist/{disabled-drop-area-f95a4dbf.cjs.prod.js → disabled-drop-area-047743ae.cjs.prod.js}
RENAMED
|
@@ -14,7 +14,7 @@ require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
|
14
14
|
require('react');
|
|
15
15
|
require('@commercetools-frontend/application-shell-connectors');
|
|
16
16
|
require('@commercetools-frontend/sdk');
|
|
17
|
-
require('./index-
|
|
17
|
+
require('./index-4b512c7e.cjs.prod.js');
|
|
18
18
|
require('@commercetools-frontend/constants');
|
|
19
19
|
require('@commercetools-frontend/application-shell');
|
|
20
20
|
require('@babel/runtime-corejs3/core-js-stable/reflect/construct');
|
|
@@ -12,7 +12,7 @@ import '@babel/runtime-corejs3/helpers/slicedToArray';
|
|
|
12
12
|
import 'react';
|
|
13
13
|
import '@commercetools-frontend/application-shell-connectors';
|
|
14
14
|
import '@commercetools-frontend/sdk';
|
|
15
|
-
import './index-
|
|
15
|
+
import './index-b8cfd8f3.esm.js';
|
|
16
16
|
import '@commercetools-frontend/constants';
|
|
17
17
|
import '@commercetools-frontend/application-shell';
|
|
18
18
|
import '@babel/runtime-corejs3/core-js-stable/reflect/construct';
|
package/dist/{disabled-drop-area-6e5898a8.cjs.dev.js → disabled-drop-area-dbc34410.cjs.dev.js}
RENAMED
|
@@ -14,7 +14,7 @@ require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
|
14
14
|
require('react');
|
|
15
15
|
require('@commercetools-frontend/application-shell-connectors');
|
|
16
16
|
require('@commercetools-frontend/sdk');
|
|
17
|
-
require('./index-
|
|
17
|
+
require('./index-3ff63c50.cjs.dev.js');
|
|
18
18
|
require('@commercetools-frontend/constants');
|
|
19
19
|
require('@commercetools-frontend/application-shell');
|
|
20
20
|
require('@babel/runtime-corejs3/core-js-stable/reflect/construct');
|
|
@@ -4,6 +4,14 @@ var en = {
|
|
|
4
4
|
"ImportResourcesModal.browseFile": {
|
|
5
5
|
string: "Browse file"
|
|
6
6
|
},
|
|
7
|
+
"ImportResourcesModal.business-unit": {
|
|
8
|
+
developer_comment: "Label for the business-unit resource type",
|
|
9
|
+
string: "Business unit"
|
|
10
|
+
},
|
|
11
|
+
"ImportResourcesModal.business-units": {
|
|
12
|
+
developer_comment: "Label for the business-units resource type",
|
|
13
|
+
string: "Business units"
|
|
14
|
+
},
|
|
7
15
|
"ImportResourcesModal.cancel": {
|
|
8
16
|
developer_comment: "Label for the cancel button",
|
|
9
17
|
string: "Cancel"
|
|
@@ -130,7 +138,7 @@ var en = {
|
|
|
130
138
|
},
|
|
131
139
|
"ImportResourcesModal.infoBox.keysForEveryResource": {
|
|
132
140
|
developer_comment: "A message to guide users to provide keys for every resource they import",
|
|
133
|
-
string: "You must provide keys for every resource you import, including embedded resources such as
|
|
141
|
+
string: "You must provide keys for every resource you import, including embedded resources such as prices and assets. Please consult with your admins to assign keys through <link>the HTTP API</link>."
|
|
134
142
|
},
|
|
135
143
|
"ImportResourcesModal.infoBox.prerequisitesOfImportingData": {
|
|
136
144
|
developer_comment: "A message to guide users to check the prerequisites of importing data",
|
|
@@ -168,6 +176,10 @@ var en = {
|
|
|
168
176
|
developer_comment: "Error message displayed when the uploaded file is missing required keys",
|
|
169
177
|
string: "Make sure the file contains required keys for the elements including {fieldNames}"
|
|
170
178
|
},
|
|
179
|
+
"ImportResourcesModal.modalTitle.businessUnit": {
|
|
180
|
+
developer_comment: "Label for the business units modal title",
|
|
181
|
+
string: "Import business units by CSV"
|
|
182
|
+
},
|
|
171
183
|
"ImportResourcesModal.modalTitle.category": {
|
|
172
184
|
developer_comment: "Label for the categories modal title",
|
|
173
185
|
string: "Import categories by CSV"
|
|
@@ -2,6 +2,14 @@ var en = {
|
|
|
2
2
|
"ImportResourcesModal.browseFile": {
|
|
3
3
|
string: "Browse file"
|
|
4
4
|
},
|
|
5
|
+
"ImportResourcesModal.business-unit": {
|
|
6
|
+
developer_comment: "Label for the business-unit resource type",
|
|
7
|
+
string: "Business unit"
|
|
8
|
+
},
|
|
9
|
+
"ImportResourcesModal.business-units": {
|
|
10
|
+
developer_comment: "Label for the business-units resource type",
|
|
11
|
+
string: "Business units"
|
|
12
|
+
},
|
|
5
13
|
"ImportResourcesModal.cancel": {
|
|
6
14
|
developer_comment: "Label for the cancel button",
|
|
7
15
|
string: "Cancel"
|
|
@@ -128,7 +136,7 @@ var en = {
|
|
|
128
136
|
},
|
|
129
137
|
"ImportResourcesModal.infoBox.keysForEveryResource": {
|
|
130
138
|
developer_comment: "A message to guide users to provide keys for every resource they import",
|
|
131
|
-
string: "You must provide keys for every resource you import, including embedded resources such as
|
|
139
|
+
string: "You must provide keys for every resource you import, including embedded resources such as prices and assets. Please consult with your admins to assign keys through <link>the HTTP API</link>."
|
|
132
140
|
},
|
|
133
141
|
"ImportResourcesModal.infoBox.prerequisitesOfImportingData": {
|
|
134
142
|
developer_comment: "A message to guide users to check the prerequisites of importing data",
|
|
@@ -166,6 +174,10 @@ var en = {
|
|
|
166
174
|
developer_comment: "Error message displayed when the uploaded file is missing required keys",
|
|
167
175
|
string: "Make sure the file contains required keys for the elements including {fieldNames}"
|
|
168
176
|
},
|
|
177
|
+
"ImportResourcesModal.modalTitle.businessUnit": {
|
|
178
|
+
developer_comment: "Label for the business units modal title",
|
|
179
|
+
string: "Import business units by CSV"
|
|
180
|
+
},
|
|
169
181
|
"ImportResourcesModal.modalTitle.category": {
|
|
170
182
|
developer_comment: "Label for the categories modal title",
|
|
171
183
|
string: "Import categories by CSV"
|
|
@@ -4,6 +4,14 @@ var en = {
|
|
|
4
4
|
"ImportResourcesModal.browseFile": {
|
|
5
5
|
string: "Browse file"
|
|
6
6
|
},
|
|
7
|
+
"ImportResourcesModal.business-unit": {
|
|
8
|
+
developer_comment: "Label for the business-unit resource type",
|
|
9
|
+
string: "Business unit"
|
|
10
|
+
},
|
|
11
|
+
"ImportResourcesModal.business-units": {
|
|
12
|
+
developer_comment: "Label for the business-units resource type",
|
|
13
|
+
string: "Business units"
|
|
14
|
+
},
|
|
7
15
|
"ImportResourcesModal.cancel": {
|
|
8
16
|
developer_comment: "Label for the cancel button",
|
|
9
17
|
string: "Cancel"
|
|
@@ -130,7 +138,7 @@ var en = {
|
|
|
130
138
|
},
|
|
131
139
|
"ImportResourcesModal.infoBox.keysForEveryResource": {
|
|
132
140
|
developer_comment: "A message to guide users to provide keys for every resource they import",
|
|
133
|
-
string: "You must provide keys for every resource you import, including embedded resources such as
|
|
141
|
+
string: "You must provide keys for every resource you import, including embedded resources such as prices and assets. Please consult with your admins to assign keys through <link>the HTTP API</link>."
|
|
134
142
|
},
|
|
135
143
|
"ImportResourcesModal.infoBox.prerequisitesOfImportingData": {
|
|
136
144
|
developer_comment: "A message to guide users to check the prerequisites of importing data",
|
|
@@ -168,6 +176,10 @@ var en = {
|
|
|
168
176
|
developer_comment: "Error message displayed when the uploaded file is missing required keys",
|
|
169
177
|
string: "Make sure the file contains required keys for the elements including {fieldNames}"
|
|
170
178
|
},
|
|
179
|
+
"ImportResourcesModal.modalTitle.businessUnit": {
|
|
180
|
+
developer_comment: "Label for the business units modal title",
|
|
181
|
+
string: "Import business units by CSV"
|
|
182
|
+
},
|
|
171
183
|
"ImportResourcesModal.modalTitle.category": {
|
|
172
184
|
developer_comment: "Label for the categories modal title",
|
|
173
185
|
string: "Import categories by CSV"
|
|
@@ -12,7 +12,7 @@ import '@babel/runtime-corejs3/helpers/slicedToArray';
|
|
|
12
12
|
import 'react';
|
|
13
13
|
import '@commercetools-frontend/application-shell-connectors';
|
|
14
14
|
import '@commercetools-frontend/sdk';
|
|
15
|
-
import { a as FileIcon, m as messages } from './index-
|
|
15
|
+
import { a as FileIcon, m as messages } from './index-b8cfd8f3.esm.js';
|
|
16
16
|
import '@commercetools-frontend/constants';
|
|
17
17
|
import '@commercetools-frontend/application-shell';
|
|
18
18
|
import '@babel/runtime-corejs3/core-js-stable/reflect/construct';
|
package/dist/{enabled-drop-area-670afc18.cjs.prod.js → enabled-drop-area-4a77879f.cjs.prod.js}
RENAMED
|
@@ -14,7 +14,7 @@ require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
|
14
14
|
require('react');
|
|
15
15
|
require('@commercetools-frontend/application-shell-connectors');
|
|
16
16
|
require('@commercetools-frontend/sdk');
|
|
17
|
-
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-
|
|
17
|
+
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-4b512c7e.cjs.prod.js');
|
|
18
18
|
require('@commercetools-frontend/constants');
|
|
19
19
|
require('@commercetools-frontend/application-shell');
|
|
20
20
|
require('@babel/runtime-corejs3/core-js-stable/reflect/construct');
|
package/dist/{enabled-drop-area-d4fe381f.cjs.dev.js → enabled-drop-area-968623ec.cjs.dev.js}
RENAMED
|
@@ -14,7 +14,7 @@ require('@babel/runtime-corejs3/helpers/slicedToArray');
|
|
|
14
14
|
require('react');
|
|
15
15
|
require('@commercetools-frontend/application-shell-connectors');
|
|
16
16
|
require('@commercetools-frontend/sdk');
|
|
17
|
-
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-
|
|
17
|
+
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-3ff63c50.cjs.dev.js');
|
|
18
18
|
require('@commercetools-frontend/constants');
|
|
19
19
|
require('@commercetools-frontend/application-shell');
|
|
20
20
|
require('@babel/runtime-corejs3/core-js-stable/reflect/construct');
|
|
@@ -4,6 +4,14 @@ var es = {
|
|
|
4
4
|
"ImportResourcesModal.browseFile": {
|
|
5
5
|
string: "Explorar archivo"
|
|
6
6
|
},
|
|
7
|
+
"ImportResourcesModal.business-unit": {
|
|
8
|
+
developer_comment: "Label for the business-unit resource type",
|
|
9
|
+
string: "Unidad empresarial"
|
|
10
|
+
},
|
|
11
|
+
"ImportResourcesModal.business-units": {
|
|
12
|
+
developer_comment: "Label for the business-units resource type",
|
|
13
|
+
string: "Unidades empresariales"
|
|
14
|
+
},
|
|
7
15
|
"ImportResourcesModal.cancel": {
|
|
8
16
|
developer_comment: "Label for the cancel button",
|
|
9
17
|
string: "Cancelar"
|
|
@@ -168,6 +176,10 @@ var es = {
|
|
|
168
176
|
developer_comment: "Error message displayed when the uploaded file is missing required keys",
|
|
169
177
|
string: "Asegúrate de que los archivos contienen las claves necesarias para los elementos incluidas {fieldNames}"
|
|
170
178
|
},
|
|
179
|
+
"ImportResourcesModal.modalTitle.businessUnit": {
|
|
180
|
+
developer_comment: "Label for the business units modal title",
|
|
181
|
+
string: "Importar unidades empresariales mediante CSV"
|
|
182
|
+
},
|
|
171
183
|
"ImportResourcesModal.modalTitle.category": {
|
|
172
184
|
developer_comment: "Label for the categories modal title",
|
|
173
185
|
string: "Importar categorías mediante CSV"
|
|
@@ -2,6 +2,14 @@ var es = {
|
|
|
2
2
|
"ImportResourcesModal.browseFile": {
|
|
3
3
|
string: "Explorar archivo"
|
|
4
4
|
},
|
|
5
|
+
"ImportResourcesModal.business-unit": {
|
|
6
|
+
developer_comment: "Label for the business-unit resource type",
|
|
7
|
+
string: "Unidad empresarial"
|
|
8
|
+
},
|
|
9
|
+
"ImportResourcesModal.business-units": {
|
|
10
|
+
developer_comment: "Label for the business-units resource type",
|
|
11
|
+
string: "Unidades empresariales"
|
|
12
|
+
},
|
|
5
13
|
"ImportResourcesModal.cancel": {
|
|
6
14
|
developer_comment: "Label for the cancel button",
|
|
7
15
|
string: "Cancelar"
|
|
@@ -166,6 +174,10 @@ var es = {
|
|
|
166
174
|
developer_comment: "Error message displayed when the uploaded file is missing required keys",
|
|
167
175
|
string: "Asegúrate de que los archivos contienen las claves necesarias para los elementos incluidas {fieldNames}"
|
|
168
176
|
},
|
|
177
|
+
"ImportResourcesModal.modalTitle.businessUnit": {
|
|
178
|
+
developer_comment: "Label for the business units modal title",
|
|
179
|
+
string: "Importar unidades empresariales mediante CSV"
|
|
180
|
+
},
|
|
169
181
|
"ImportResourcesModal.modalTitle.category": {
|
|
170
182
|
developer_comment: "Label for the categories modal title",
|
|
171
183
|
string: "Importar categorías mediante CSV"
|
|
@@ -4,6 +4,14 @@ var es = {
|
|
|
4
4
|
"ImportResourcesModal.browseFile": {
|
|
5
5
|
string: "Explorar archivo"
|
|
6
6
|
},
|
|
7
|
+
"ImportResourcesModal.business-unit": {
|
|
8
|
+
developer_comment: "Label for the business-unit resource type",
|
|
9
|
+
string: "Unidad empresarial"
|
|
10
|
+
},
|
|
11
|
+
"ImportResourcesModal.business-units": {
|
|
12
|
+
developer_comment: "Label for the business-units resource type",
|
|
13
|
+
string: "Unidades empresariales"
|
|
14
|
+
},
|
|
7
15
|
"ImportResourcesModal.cancel": {
|
|
8
16
|
developer_comment: "Label for the cancel button",
|
|
9
17
|
string: "Cancelar"
|
|
@@ -168,6 +176,10 @@ var es = {
|
|
|
168
176
|
developer_comment: "Error message displayed when the uploaded file is missing required keys",
|
|
169
177
|
string: "Asegúrate de que los archivos contienen las claves necesarias para los elementos incluidas {fieldNames}"
|
|
170
178
|
},
|
|
179
|
+
"ImportResourcesModal.modalTitle.businessUnit": {
|
|
180
|
+
developer_comment: "Label for the business units modal title",
|
|
181
|
+
string: "Importar unidades empresariales mediante CSV"
|
|
182
|
+
},
|
|
171
183
|
"ImportResourcesModal.modalTitle.category": {
|
|
172
184
|
developer_comment: "Label for the categories modal title",
|
|
173
185
|
string: "Importar categorías mediante CSV"
|
package/dist/{file-dropped-area-974c1e65.cjs.prod.js → file-dropped-area-313a3c36.cjs.prod.js}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var reactIntl = require('react-intl');
|
|
4
4
|
var uiKit = require('@commercetools-frontend/ui-kit');
|
|
5
|
-
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-
|
|
5
|
+
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-4b512c7e.cjs.prod.js');
|
|
6
6
|
require('@babel/runtime-corejs3/core-js-stable/object/keys');
|
|
7
7
|
require('@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols');
|
|
8
8
|
require('@babel/runtime-corejs3/core-js-stable/instance/filter');
|
package/dist/{file-dropped-area-9f02886f.cjs.dev.js → file-dropped-area-40c3e9d8.cjs.dev.js}
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var reactIntl = require('react-intl');
|
|
4
4
|
var uiKit = require('@commercetools-frontend/ui-kit');
|
|
5
|
-
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-
|
|
5
|
+
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-3ff63c50.cjs.dev.js');
|
|
6
6
|
require('@babel/runtime-corejs3/core-js-stable/object/keys');
|
|
7
7
|
require('@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols');
|
|
8
8
|
require('@babel/runtime-corejs3/core-js-stable/instance/filter');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useIntl } from 'react-intl';
|
|
2
2
|
import { Spacings, PaperclipIcon, Constraints, Text, SecondaryButton } from '@commercetools-frontend/ui-kit';
|
|
3
|
-
import { u as useImportResourcesContext, m as messages } from './index-
|
|
3
|
+
import { u as useImportResourcesContext, m as messages } from './index-b8cfd8f3.esm.js';
|
|
4
4
|
import '@babel/runtime-corejs3/core-js-stable/object/keys';
|
|
5
5
|
import '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
|
|
6
6
|
import '@babel/runtime-corejs3/core-js-stable/instance/filter';
|
|
@@ -4,6 +4,14 @@ var frFR = {
|
|
|
4
4
|
"ImportResourcesModal.browseFile": {
|
|
5
5
|
string: "Parcourir le fichier"
|
|
6
6
|
},
|
|
7
|
+
"ImportResourcesModal.business-unit": {
|
|
8
|
+
developer_comment: "Label for the business-unit resource type",
|
|
9
|
+
string: "Unité commerciale"
|
|
10
|
+
},
|
|
11
|
+
"ImportResourcesModal.business-units": {
|
|
12
|
+
developer_comment: "Label for the business-units resource type",
|
|
13
|
+
string: "Unité commerciale"
|
|
14
|
+
},
|
|
7
15
|
"ImportResourcesModal.cancel": {
|
|
8
16
|
developer_comment: "Label for the cancel button",
|
|
9
17
|
string: "Annuler"
|
|
@@ -168,6 +176,10 @@ var frFR = {
|
|
|
168
176
|
developer_comment: "Error message displayed when the uploaded file is missing required keys",
|
|
169
177
|
string: "Assurez-vous que le fichier contienne les clés requises pour les éléments y compris {fieldNames}"
|
|
170
178
|
},
|
|
179
|
+
"ImportResourcesModal.modalTitle.businessUnit": {
|
|
180
|
+
developer_comment: "Label for the business units modal title",
|
|
181
|
+
string: "Importer des unités commerciales par CSV"
|
|
182
|
+
},
|
|
171
183
|
"ImportResourcesModal.modalTitle.category": {
|
|
172
184
|
developer_comment: "Label for the categories modal title",
|
|
173
185
|
string: "Importer des catégories par CSV"
|
|
@@ -2,6 +2,14 @@ var frFR = {
|
|
|
2
2
|
"ImportResourcesModal.browseFile": {
|
|
3
3
|
string: "Parcourir le fichier"
|
|
4
4
|
},
|
|
5
|
+
"ImportResourcesModal.business-unit": {
|
|
6
|
+
developer_comment: "Label for the business-unit resource type",
|
|
7
|
+
string: "Unité commerciale"
|
|
8
|
+
},
|
|
9
|
+
"ImportResourcesModal.business-units": {
|
|
10
|
+
developer_comment: "Label for the business-units resource type",
|
|
11
|
+
string: "Unité commerciale"
|
|
12
|
+
},
|
|
5
13
|
"ImportResourcesModal.cancel": {
|
|
6
14
|
developer_comment: "Label for the cancel button",
|
|
7
15
|
string: "Annuler"
|
|
@@ -166,6 +174,10 @@ var frFR = {
|
|
|
166
174
|
developer_comment: "Error message displayed when the uploaded file is missing required keys",
|
|
167
175
|
string: "Assurez-vous que le fichier contienne les clés requises pour les éléments y compris {fieldNames}"
|
|
168
176
|
},
|
|
177
|
+
"ImportResourcesModal.modalTitle.businessUnit": {
|
|
178
|
+
developer_comment: "Label for the business units modal title",
|
|
179
|
+
string: "Importer des unités commerciales par CSV"
|
|
180
|
+
},
|
|
169
181
|
"ImportResourcesModal.modalTitle.category": {
|
|
170
182
|
developer_comment: "Label for the categories modal title",
|
|
171
183
|
string: "Importer des catégories par CSV"
|
|
@@ -4,6 +4,14 @@ var frFR = {
|
|
|
4
4
|
"ImportResourcesModal.browseFile": {
|
|
5
5
|
string: "Parcourir le fichier"
|
|
6
6
|
},
|
|
7
|
+
"ImportResourcesModal.business-unit": {
|
|
8
|
+
developer_comment: "Label for the business-unit resource type",
|
|
9
|
+
string: "Unité commerciale"
|
|
10
|
+
},
|
|
11
|
+
"ImportResourcesModal.business-units": {
|
|
12
|
+
developer_comment: "Label for the business-units resource type",
|
|
13
|
+
string: "Unité commerciale"
|
|
14
|
+
},
|
|
7
15
|
"ImportResourcesModal.cancel": {
|
|
8
16
|
developer_comment: "Label for the cancel button",
|
|
9
17
|
string: "Annuler"
|
|
@@ -168,6 +176,10 @@ var frFR = {
|
|
|
168
176
|
developer_comment: "Error message displayed when the uploaded file is missing required keys",
|
|
169
177
|
string: "Assurez-vous que le fichier contienne les clés requises pour les éléments y compris {fieldNames}"
|
|
170
178
|
},
|
|
179
|
+
"ImportResourcesModal.modalTitle.businessUnit": {
|
|
180
|
+
developer_comment: "Label for the business units modal title",
|
|
181
|
+
string: "Importer des unités commerciales par CSV"
|
|
182
|
+
},
|
|
171
183
|
"ImportResourcesModal.modalTitle.category": {
|
|
172
184
|
developer_comment: "Label for the categories modal title",
|
|
173
185
|
string: "Importer des catégories par CSV"
|
|
@@ -1106,13 +1106,13 @@ function getDefaultDropWrapperStyles(_dropAreaState) {
|
|
|
1106
1106
|
return /*#__PURE__*/react.css(process.env.NODE_ENV === "production" ? "" : ";label:getDefaultDropWrapperStyles;", process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImRyb3AtYXJlYS13cmFwcGVyLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUE0QlkiLCJmaWxlIjoiZHJvcC1hcmVhLXdyYXBwZXIudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgdHlwZSBEcm9wem9uZVJvb3RQcm9wcyB9IGZyb20gJ3JlYWN0LWRyb3B6b25lJ1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCB7IHN0eWxlcyB9IGZyb20gJy4vc3R5bGVzJ1xuaW1wb3J0IHsgdHlwZSBEcm9wQXJlYVN0YXRlIH0gZnJvbSAnLi4vLi4vLi4vQHR5cGVzJ1xuXG5pbnRlcmZhY2UgRHJvcFdyYXBwZXJQcm9wcyBleHRlbmRzIERyb3B6b25lUm9vdFByb3BzIHtcbiAgZHJvcEFyZWFTdGF0ZTogRHJvcEFyZWFTdGF0ZVxufVxuZXhwb3J0IGNvbnN0IERyb3BXcmFwcGVyID0gc3R5bGVkLmRpdjxEcm9wV3JhcHBlclByb3BzPmBcbiAgJHtzdHlsZXMuYmFzZX1cbiAgJHsocHJvcHMpID0+IHtcbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ2Rpc2FibGVkJykge1xuICAgICAgcmV0dXJuIHN0eWxlcy5kaXNhYmxlZFxuICAgIH1cbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ3JlYWR5LWZvci1kcm9wJykge1xuICAgICAgcmV0dXJuIHN0eWxlcy5yZWFkeUZvckRyb3BcbiAgICB9XG4gICAgaWYgKHByb3BzLmRyb3BBcmVhU3RhdGUgPT09ICdhY3RpdmUtZHJhZycpIHtcbiAgICAgIHJldHVybiBzdHlsZXMuYWN0aXZlRHJhZ1xuICAgIH1cbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ2ZpbGUtZHJvcHBlZCcpIHtcbiAgICAgIHJldHVybiBzdHlsZXMuZmlsZURyb3BwZWRcbiAgICB9XG4gICAgcmV0dXJuIGdldERlZmF1bHREcm9wV3JhcHBlclN0eWxlcyhwcm9wcy5kcm9wQXJlYVN0YXRlKVxuICB9fVxuYFxuZnVuY3Rpb24gZ2V0RGVmYXVsdERyb3BXcmFwcGVyU3R5bGVzKF9kcm9wQXJlYVN0YXRlOiBuZXZlcikge1xuICByZXR1cm4gY3NzYGBcbn1cbiJdfQ== */");
|
|
1107
1107
|
}
|
|
1108
1108
|
|
|
1109
|
-
var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-
|
|
1109
|
+
var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-001bcb0b.cjs.dev.js'); }));
|
|
1110
1110
|
|
|
1111
|
-
var DisabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./disabled-drop-area-
|
|
1111
|
+
var DisabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./disabled-drop-area-dbc34410.cjs.dev.js'); }));
|
|
1112
1112
|
|
|
1113
|
-
var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-
|
|
1113
|
+
var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-968623ec.cjs.dev.js'); }));
|
|
1114
1114
|
|
|
1115
|
-
var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-
|
|
1115
|
+
var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-40c3e9d8.cjs.dev.js'); }));
|
|
1116
1116
|
|
|
1117
1117
|
function getDropArea(_ref) {
|
|
1118
1118
|
let dropAreaState = _ref.dropAreaState,
|
|
@@ -2543,17 +2543,17 @@ const getChunkImport = locale => {
|
|
|
2543
2543
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
2544
2544
|
switch (intlLocale) {
|
|
2545
2545
|
case 'de':
|
|
2546
|
-
return Promise.resolve().then(function () { return require('./de-
|
|
2546
|
+
return Promise.resolve().then(function () { return require('./de-7ed25bdf.cjs.dev.js'); });
|
|
2547
2547
|
case 'es':
|
|
2548
|
-
return Promise.resolve().then(function () { return require('./es-
|
|
2548
|
+
return Promise.resolve().then(function () { return require('./es-68d1ba91.cjs.dev.js'); });
|
|
2549
2549
|
case 'fr-FR':
|
|
2550
|
-
return Promise.resolve().then(function () { return require('./fr-FR-
|
|
2550
|
+
return Promise.resolve().then(function () { return require('./fr-FR-a9a6c5c9.cjs.dev.js'); });
|
|
2551
2551
|
case 'ja':
|
|
2552
2552
|
return Promise.resolve().then(function () { return require('./ja-9bd5f452.cjs.dev.js'); });
|
|
2553
2553
|
case 'pt-BR':
|
|
2554
|
-
return Promise.resolve().then(function () { return require('./pt-BR-
|
|
2554
|
+
return Promise.resolve().then(function () { return require('./pt-BR-cd32fb09.cjs.dev.js'); });
|
|
2555
2555
|
default:
|
|
2556
|
-
return Promise.resolve().then(function () { return require('./en-
|
|
2556
|
+
return Promise.resolve().then(function () { return require('./en-b68b87c8.cjs.dev.js'); });
|
|
2557
2557
|
}
|
|
2558
2558
|
};
|
|
2559
2559
|
const loadMessages = async locale => {
|
|
@@ -1103,13 +1103,13 @@ function getDefaultDropWrapperStyles(_dropAreaState) {
|
|
|
1103
1103
|
return /*#__PURE__*/react.css("" , "" );
|
|
1104
1104
|
}
|
|
1105
1105
|
|
|
1106
|
-
var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-
|
|
1106
|
+
var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-5810b50b.cjs.prod.js'); }));
|
|
1107
1107
|
|
|
1108
|
-
var DisabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./disabled-drop-area-
|
|
1108
|
+
var DisabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./disabled-drop-area-047743ae.cjs.prod.js'); }));
|
|
1109
1109
|
|
|
1110
|
-
var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-
|
|
1110
|
+
var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-4a77879f.cjs.prod.js'); }));
|
|
1111
1111
|
|
|
1112
|
-
var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-
|
|
1112
|
+
var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-313a3c36.cjs.prod.js'); }));
|
|
1113
1113
|
|
|
1114
1114
|
function getDropArea(_ref) {
|
|
1115
1115
|
let dropAreaState = _ref.dropAreaState,
|
|
@@ -2516,17 +2516,17 @@ const getChunkImport = locale => {
|
|
|
2516
2516
|
const intlLocale = i18n.mapLocaleToIntlLocale(locale);
|
|
2517
2517
|
switch (intlLocale) {
|
|
2518
2518
|
case 'de':
|
|
2519
|
-
return Promise.resolve().then(function () { return require('./de-
|
|
2519
|
+
return Promise.resolve().then(function () { return require('./de-94201791.cjs.prod.js'); });
|
|
2520
2520
|
case 'es':
|
|
2521
|
-
return Promise.resolve().then(function () { return require('./es-
|
|
2521
|
+
return Promise.resolve().then(function () { return require('./es-02f8a321.cjs.prod.js'); });
|
|
2522
2522
|
case 'fr-FR':
|
|
2523
|
-
return Promise.resolve().then(function () { return require('./fr-FR-
|
|
2523
|
+
return Promise.resolve().then(function () { return require('./fr-FR-078895d6.cjs.prod.js'); });
|
|
2524
2524
|
case 'ja':
|
|
2525
2525
|
return Promise.resolve().then(function () { return require('./ja-37632763.cjs.prod.js'); });
|
|
2526
2526
|
case 'pt-BR':
|
|
2527
|
-
return Promise.resolve().then(function () { return require('./pt-BR-
|
|
2527
|
+
return Promise.resolve().then(function () { return require('./pt-BR-a50aa3dd.cjs.prod.js'); });
|
|
2528
2528
|
default:
|
|
2529
|
-
return Promise.resolve().then(function () { return require('./en-
|
|
2529
|
+
return Promise.resolve().then(function () { return require('./en-647cd603.cjs.prod.js'); });
|
|
2530
2530
|
}
|
|
2531
2531
|
};
|
|
2532
2532
|
const loadMessages = async locale => {
|
|
@@ -1078,13 +1078,13 @@ function getDefaultDropWrapperStyles(_dropAreaState) {
|
|
|
1078
1078
|
return /*#__PURE__*/css(process.env.NODE_ENV === "production" ? "" : ";label:getDefaultDropWrapperStyles;", process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImRyb3AtYXJlYS13cmFwcGVyLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUE0QlkiLCJmaWxlIjoiZHJvcC1hcmVhLXdyYXBwZXIudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgdHlwZSBEcm9wem9uZVJvb3RQcm9wcyB9IGZyb20gJ3JlYWN0LWRyb3B6b25lJ1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCB7IHN0eWxlcyB9IGZyb20gJy4vc3R5bGVzJ1xuaW1wb3J0IHsgdHlwZSBEcm9wQXJlYVN0YXRlIH0gZnJvbSAnLi4vLi4vLi4vQHR5cGVzJ1xuXG5pbnRlcmZhY2UgRHJvcFdyYXBwZXJQcm9wcyBleHRlbmRzIERyb3B6b25lUm9vdFByb3BzIHtcbiAgZHJvcEFyZWFTdGF0ZTogRHJvcEFyZWFTdGF0ZVxufVxuZXhwb3J0IGNvbnN0IERyb3BXcmFwcGVyID0gc3R5bGVkLmRpdjxEcm9wV3JhcHBlclByb3BzPmBcbiAgJHtzdHlsZXMuYmFzZX1cbiAgJHsocHJvcHMpID0+IHtcbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ2Rpc2FibGVkJykge1xuICAgICAgcmV0dXJuIHN0eWxlcy5kaXNhYmxlZFxuICAgIH1cbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ3JlYWR5LWZvci1kcm9wJykge1xuICAgICAgcmV0dXJuIHN0eWxlcy5yZWFkeUZvckRyb3BcbiAgICB9XG4gICAgaWYgKHByb3BzLmRyb3BBcmVhU3RhdGUgPT09ICdhY3RpdmUtZHJhZycpIHtcbiAgICAgIHJldHVybiBzdHlsZXMuYWN0aXZlRHJhZ1xuICAgIH1cbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ2ZpbGUtZHJvcHBlZCcpIHtcbiAgICAgIHJldHVybiBzdHlsZXMuZmlsZURyb3BwZWRcbiAgICB9XG4gICAgcmV0dXJuIGdldERlZmF1bHREcm9wV3JhcHBlclN0eWxlcyhwcm9wcy5kcm9wQXJlYVN0YXRlKVxuICB9fVxuYFxuZnVuY3Rpb24gZ2V0RGVmYXVsdERyb3BXcmFwcGVyU3R5bGVzKF9kcm9wQXJlYVN0YXRlOiBuZXZlcikge1xuICByZXR1cm4gY3NzYGBcbn1cbiJdfQ== */");
|
|
1079
1079
|
}
|
|
1080
1080
|
|
|
1081
|
-
var ActiveDragDropArea = /*#__PURE__*/lazy(() => import('./active-drag-drop-area-
|
|
1081
|
+
var ActiveDragDropArea = /*#__PURE__*/lazy(() => import('./active-drag-drop-area-4b34a9c5.esm.js'));
|
|
1082
1082
|
|
|
1083
|
-
var DisabledDropArea = /*#__PURE__*/lazy(() => import('./disabled-drop-area-
|
|
1083
|
+
var DisabledDropArea = /*#__PURE__*/lazy(() => import('./disabled-drop-area-76b7f3ff.esm.js'));
|
|
1084
1084
|
|
|
1085
|
-
var EnabledDropArea = /*#__PURE__*/lazy(() => import('./enabled-drop-area-
|
|
1085
|
+
var EnabledDropArea = /*#__PURE__*/lazy(() => import('./enabled-drop-area-0c11e012.esm.js'));
|
|
1086
1086
|
|
|
1087
|
-
var FileDropped = /*#__PURE__*/lazy(() => import('./file-dropped-area-
|
|
1087
|
+
var FileDropped = /*#__PURE__*/lazy(() => import('./file-dropped-area-490cda2a.esm.js'));
|
|
1088
1088
|
|
|
1089
1089
|
function getDropArea(_ref) {
|
|
1090
1090
|
let dropAreaState = _ref.dropAreaState,
|
|
@@ -2515,17 +2515,17 @@ const getChunkImport = locale => {
|
|
|
2515
2515
|
const intlLocale = mapLocaleToIntlLocale(locale);
|
|
2516
2516
|
switch (intlLocale) {
|
|
2517
2517
|
case 'de':
|
|
2518
|
-
return import('./de-
|
|
2518
|
+
return import('./de-cf302015.esm.js');
|
|
2519
2519
|
case 'es':
|
|
2520
|
-
return import('./es-
|
|
2520
|
+
return import('./es-21c30725.esm.js');
|
|
2521
2521
|
case 'fr-FR':
|
|
2522
|
-
return import('./fr-FR-
|
|
2522
|
+
return import('./fr-FR-3c6878e4.esm.js');
|
|
2523
2523
|
case 'ja':
|
|
2524
2524
|
return import('./ja-73c088a7.esm.js');
|
|
2525
2525
|
case 'pt-BR':
|
|
2526
|
-
return import('./pt-BR-
|
|
2526
|
+
return import('./pt-BR-fa0b65c8.esm.js');
|
|
2527
2527
|
default:
|
|
2528
|
-
return import('./en-
|
|
2528
|
+
return import('./en-850d8c4a.esm.js');
|
|
2529
2529
|
}
|
|
2530
2530
|
};
|
|
2531
2531
|
const loadMessages = async locale => {
|
|
@@ -4,6 +4,14 @@ var ptBR = {
|
|
|
4
4
|
"ImportResourcesModal.browseFile": {
|
|
5
5
|
string: "Procurar arquivo"
|
|
6
6
|
},
|
|
7
|
+
"ImportResourcesModal.business-unit": {
|
|
8
|
+
developer_comment: "Label for the business-unit resource type",
|
|
9
|
+
string: "Unidade de negócios"
|
|
10
|
+
},
|
|
11
|
+
"ImportResourcesModal.business-units": {
|
|
12
|
+
developer_comment: "Label for the business-units resource type",
|
|
13
|
+
string: "Unidades de negócios"
|
|
14
|
+
},
|
|
7
15
|
"ImportResourcesModal.cancel": {
|
|
8
16
|
developer_comment: "Label for the cancel button",
|
|
9
17
|
string: "Cancelar"
|
|
@@ -168,6 +176,10 @@ var ptBR = {
|
|
|
168
176
|
developer_comment: "Error message displayed when the uploaded file is missing required keys",
|
|
169
177
|
string: "Certifique-se de que o arquivo contém as chaves necessárias para os elementos, incluindo {fieldNames}"
|
|
170
178
|
},
|
|
179
|
+
"ImportResourcesModal.modalTitle.businessUnit": {
|
|
180
|
+
developer_comment: "Label for the business units modal title",
|
|
181
|
+
string: "Importar unidades de negócios por CSV"
|
|
182
|
+
},
|
|
171
183
|
"ImportResourcesModal.modalTitle.category": {
|
|
172
184
|
developer_comment: "Label for the categories modal title",
|
|
173
185
|
string: "Importar categorias por CSV"
|
|
@@ -4,6 +4,14 @@ var ptBR = {
|
|
|
4
4
|
"ImportResourcesModal.browseFile": {
|
|
5
5
|
string: "Procurar arquivo"
|
|
6
6
|
},
|
|
7
|
+
"ImportResourcesModal.business-unit": {
|
|
8
|
+
developer_comment: "Label for the business-unit resource type",
|
|
9
|
+
string: "Unidade de negócios"
|
|
10
|
+
},
|
|
11
|
+
"ImportResourcesModal.business-units": {
|
|
12
|
+
developer_comment: "Label for the business-units resource type",
|
|
13
|
+
string: "Unidades de negócios"
|
|
14
|
+
},
|
|
7
15
|
"ImportResourcesModal.cancel": {
|
|
8
16
|
developer_comment: "Label for the cancel button",
|
|
9
17
|
string: "Cancelar"
|
|
@@ -168,6 +176,10 @@ var ptBR = {
|
|
|
168
176
|
developer_comment: "Error message displayed when the uploaded file is missing required keys",
|
|
169
177
|
string: "Certifique-se de que o arquivo contém as chaves necessárias para os elementos, incluindo {fieldNames}"
|
|
170
178
|
},
|
|
179
|
+
"ImportResourcesModal.modalTitle.businessUnit": {
|
|
180
|
+
developer_comment: "Label for the business units modal title",
|
|
181
|
+
string: "Importar unidades de negócios por CSV"
|
|
182
|
+
},
|
|
171
183
|
"ImportResourcesModal.modalTitle.category": {
|
|
172
184
|
developer_comment: "Label for the categories modal title",
|
|
173
185
|
string: "Importar categorias por CSV"
|
|
@@ -2,6 +2,14 @@ var ptBR = {
|
|
|
2
2
|
"ImportResourcesModal.browseFile": {
|
|
3
3
|
string: "Procurar arquivo"
|
|
4
4
|
},
|
|
5
|
+
"ImportResourcesModal.business-unit": {
|
|
6
|
+
developer_comment: "Label for the business-unit resource type",
|
|
7
|
+
string: "Unidade de negócios"
|
|
8
|
+
},
|
|
9
|
+
"ImportResourcesModal.business-units": {
|
|
10
|
+
developer_comment: "Label for the business-units resource type",
|
|
11
|
+
string: "Unidades de negócios"
|
|
12
|
+
},
|
|
5
13
|
"ImportResourcesModal.cancel": {
|
|
6
14
|
developer_comment: "Label for the cancel button",
|
|
7
15
|
string: "Cancelar"
|
|
@@ -166,6 +174,10 @@ var ptBR = {
|
|
|
166
174
|
developer_comment: "Error message displayed when the uploaded file is missing required keys",
|
|
167
175
|
string: "Certifique-se de que o arquivo contém as chaves necessárias para os elementos, incluindo {fieldNames}"
|
|
168
176
|
},
|
|
177
|
+
"ImportResourcesModal.modalTitle.businessUnit": {
|
|
178
|
+
developer_comment: "Label for the business units modal title",
|
|
179
|
+
string: "Importar unidades de negócios por CSV"
|
|
180
|
+
},
|
|
169
181
|
"ImportResourcesModal.modalTitle.category": {
|
|
170
182
|
developer_comment: "Label for the categories modal title",
|
|
171
183
|
string: "Importar categorias por CSV"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend-extensions/import-resources-modal",
|
|
3
3
|
"description": "Shared import modal for importing resources",
|
|
4
|
-
"version": "0.0.0-canary-
|
|
4
|
+
"version": "0.0.0-canary-20250805131033",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|