@commercetools-frontend-extensions/import-resources-modal 1.8.3 → 1.9.1
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-dc11c9dd.cjs.prod.js → active-drag-drop-area-73dfaf5d.cjs.prod.js} +1 -1
- package/dist/{active-drag-drop-area-4c295594.esm.js → active-drag-drop-area-8e57dd40.esm.js} +1 -1
- package/dist/{active-drag-drop-area-1b036a1a.cjs.dev.js → active-drag-drop-area-ba4a851f.cjs.dev.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/declarations/src/@hooks/use-import-permission.d.ts +2 -0
- package/dist/declarations/src/@types/resource-type.d.ts +2 -1
- package/dist/{disabled-drop-area-9ea4c457.esm.js → disabled-drop-area-034e0448.esm.js} +1 -1
- package/dist/{disabled-drop-area-377a3c8d.cjs.dev.js → disabled-drop-area-d1e857eb.cjs.dev.js} +1 -1
- package/dist/{disabled-drop-area-40108d06.cjs.prod.js → disabled-drop-area-ddd04658.cjs.prod.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-5629adf7.cjs.prod.js → enabled-drop-area-20a79b9e.cjs.prod.js} +1 -1
- package/dist/{enabled-drop-area-e60beae7.esm.js → enabled-drop-area-89b5985e.esm.js} +1 -1
- package/dist/{enabled-drop-area-1bb3ba2c.cjs.dev.js → enabled-drop-area-a7cc9ec4.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-f5cd314a.esm.js → file-dropped-area-58e15030.esm.js} +1 -1
- package/dist/{file-dropped-area-00056628.cjs.prod.js → file-dropped-area-72914d0f.cjs.prod.js} +1 -1
- package/dist/{file-dropped-area-f251fc3d.cjs.dev.js → file-dropped-area-bacca40c.cjs.dev.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-bf0ed2a7.cjs.dev.js → index-0a743bd2.cjs.dev.js} +75 -22
- package/dist/{index-42eec0a4.esm.js → index-943152ea.esm.js} +75 -22
- package/dist/{index-e152cdce.cjs.prod.js → index-f01fd89f.cjs.prod.js} +75 -22
- 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 +6 -6
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-
|
|
3
|
+
var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-f01fd89f.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');
|
package/dist/{active-drag-drop-area-4c295594.esm.js → active-drag-drop-area-8e57dd40.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-943152ea.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';
|
package/dist/{active-drag-drop-area-1b036a1a.cjs.dev.js → active-drag-drop-area-ba4a851f.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-0a743bd2.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');
|
|
@@ -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-0a743bd2.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-f01fd89f.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-943152ea.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"
|
|
@@ -2,6 +2,8 @@ export declare const useImportPermission: () => {
|
|
|
2
2
|
canImportProducts: any;
|
|
3
3
|
canImportCategories: boolean;
|
|
4
4
|
canImportDiscountCodes: boolean;
|
|
5
|
+
canImportBusinessUnits: boolean;
|
|
5
6
|
canImportInventories: boolean;
|
|
6
7
|
canImportProductTypes: boolean;
|
|
8
|
+
canImportCustomObjects: any;
|
|
7
9
|
};
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ResourceTypeId } from '@commercetools/importapi-sdk';
|
|
2
|
+
export type ResourceType = ResourceTypeId;
|
|
@@ -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-943152ea.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-377a3c8d.cjs.dev.js → disabled-drop-area-d1e857eb.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-0a743bd2.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');
|
package/dist/{disabled-drop-area-40108d06.cjs.prod.js → disabled-drop-area-ddd04658.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-f01fd89f.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');
|
|
@@ -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"
|
package/dist/{enabled-drop-area-5629adf7.cjs.prod.js → enabled-drop-area-20a79b9e.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-f01fd89f.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 { a as FileIcon, m as messages } from './index-
|
|
15
|
+
import { a as FileIcon, m as messages } from './index-943152ea.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-1bb3ba2c.cjs.dev.js → enabled-drop-area-a7cc9ec4.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-0a743bd2.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"
|
|
@@ -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-943152ea.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';
|
package/dist/{file-dropped-area-00056628.cjs.prod.js → file-dropped-area-72914d0f.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-f01fd89f.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-f251fc3d.cjs.dev.js → file-dropped-area-bacca40c.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-0a743bd2.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');
|
|
@@ -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"
|