@commercetools-frontend-extensions/import-resources-modal 1.2.1 → 1.2.3

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.
Files changed (22) hide show
  1. package/dist/{active-drag-drop-area-b8f17528.cjs.dev.js → active-drag-drop-area-4555b547.cjs.prod.js} +4 -3
  2. package/dist/{active-drag-drop-area-1ac31437.cjs.prod.js → active-drag-drop-area-e3d97116.cjs.dev.js} +4 -3
  3. package/dist/{active-drag-drop-area-7c8d7f16.esm.js → active-drag-drop-area-f12630d8.esm.js} +4 -3
  4. package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.dev.js +4 -3
  5. package/dist/commercetools-frontend-extensions-import-resources-modal.cjs.prod.js +4 -3
  6. package/dist/commercetools-frontend-extensions-import-resources-modal.esm.js +4 -3
  7. package/dist/{enabled-drop-area-8d33207e.esm.js → enabled-drop-area-2b2fedcf.esm.js} +4 -3
  8. package/dist/{enabled-drop-area-c93b15af.cjs.dev.js → enabled-drop-area-9d72368b.cjs.prod.js} +4 -3
  9. package/dist/{enabled-drop-area-bb340df2.cjs.prod.js → enabled-drop-area-f9b365c6.cjs.dev.js} +4 -3
  10. package/dist/es-2506d9e6.esm.js +212 -0
  11. package/dist/es-9e7d567d.cjs.dev.js +214 -0
  12. package/dist/es-a9f84ea0.cjs.prod.js +214 -0
  13. package/dist/{file-dropped-area-5b0aa739.cjs.dev.js → file-dropped-area-114c7008.cjs.prod.js} +6 -4
  14. package/dist/{file-dropped-area-c0f3932c.esm.js → file-dropped-area-37e73131.esm.js} +6 -4
  15. package/dist/{file-dropped-area-5632c032.cjs.prod.js → file-dropped-area-fa8f8320.cjs.dev.js} +6 -4
  16. package/dist/{index-bea140f8.cjs.dev.js → index-2b12bfb1.cjs.dev.js} +103 -78
  17. package/dist/{index-06262b8c.cjs.prod.js → index-c301af5d.cjs.prod.js} +100 -75
  18. package/dist/{index-79e36c76.esm.js → index-e4e280d7.esm.js} +101 -77
  19. package/package.json +35 -35
  20. package/dist/es-042343bd.cjs.prod.js +0 -6
  21. package/dist/es-8b3ecab1.cjs.dev.js +0 -6
  22. package/dist/es-e544023d.esm.js +0 -4
@@ -0,0 +1,214 @@
1
+ 'use strict';
2
+
3
+ var es = {
4
+ "ImportResourcesModal.BodyNote": {
5
+ developer_comment: "Confirmation dialog text",
6
+ string: "Tenga en cuenta que los valores existentes con las mismas claves se sobrescribirán con los datos incluidos en el CSV."
7
+ },
8
+ "ImportResourcesModal.BodyQuestion": {
9
+ developer_comment: "Confirmation question",
10
+ string: "¿Proceder con la importación?"
11
+ },
12
+ "ImportResourcesModal.BodyText": {
13
+ developer_comment: "Confirmation dialog text",
14
+ string: "Estás a punto de importar <bold>{count}</bold> filas al proyecto: <bold>{projectName}</bold>"
15
+ },
16
+ "ImportResourcesModal.browseFile": {
17
+ string: "Explorar archivo"
18
+ },
19
+ "ImportResourcesModal.cancel": {
20
+ developer_comment: "Label for the cancel button",
21
+ string: "Cancelar"
22
+ },
23
+ "ImportResourcesModal.chooseFile": {
24
+ developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
25
+ string: "Elegir archivo"
26
+ },
27
+ "ImportResourcesModal.close": {
28
+ developer_comment: "Label for the close button",
29
+ string: "Cerrar"
30
+ },
31
+ "ImportResourcesModal.columnsToBeIgnored": {
32
+ developer_comment: "This message indicates the number of columns that will be deliberately skipped during the import because they can't be imported",
33
+ string: "Vamos a ignorar intencionalmente <b>{columnCount}</b> columnas ya que estas no se pueden importar."
34
+ },
35
+ "ImportResourcesModal.columnsToBeImported": {
36
+ developer_comment: "This message indicates the number of columns that are ready to be imported into the system.",
37
+ string: "<b>{columnCount}</b> columnas para importar"
38
+ },
39
+ "ImportResourcesModal.confirmationBodyNote": {
40
+ developer_comment: "Confirmation dialog text",
41
+ string: "Tenga en cuenta que los valores existentes con las mismas claves se sobrescribirán con los datos incluidos en el CSV."
42
+ },
43
+ "ImportResourcesModal.confirmationBodyQuestion": {
44
+ developer_comment: "Confirmation question",
45
+ string: "¿Proceder con la importación?"
46
+ },
47
+ "ImportResourcesModal.confirmationBodyText": {
48
+ developer_comment: "Confirmation dialog text",
49
+ string: "Estás a punto de importar <bold>{count}</bold> filas al proyecto: <bold>{projectName}</bold>"
50
+ },
51
+ "ImportResourcesModal.continue": {
52
+ developer_comment: "Confirmation dialog continue button",
53
+ string: "Continuar"
54
+ },
55
+ "ImportResourcesModal.dataType": {
56
+ developer_comment: "Label for the data type selection dropdown",
57
+ string: "Tipos de datos"
58
+ },
59
+ "ImportResourcesModal.details": {
60
+ developer_comment: "In Upload file error modal - \"Details\" column",
61
+ string: "Detalles"
62
+ },
63
+ "ImportResourcesModal.dragAndDropCSV": {
64
+ developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
65
+ string: "Arrastrar y soltar CSV"
66
+ },
67
+ "ImportResourcesModal.dropAreaNotEnoughRowsDescription": {
68
+ developer_comment: "Error description shown when the uploaded CSV file does not contain a header and at least one row of data",
69
+ string: "El archivo debe contener un encabezamiento y al menos una fila de datos"
70
+ },
71
+ "ImportResourcesModal.dropAreaNotEnoughRowsTitle": {
72
+ developer_comment: "Error title shown when the uploaded CSV file does not contain a header and at least one row of data",
73
+ string: "Archivo CSV no válido"
74
+ },
75
+ "ImportResourcesModal.errorType": {
76
+ developer_comment: "In Upload file error modal - \"Error type\" column",
77
+ string: "Tipo de error"
78
+ },
79
+ "ImportResourcesModal.fileFormatNotSupported": {
80
+ developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
81
+ string: "Formato no válido de archivo: Este archivo no está en formato CSV y no se puede procesar."
82
+ },
83
+ "ImportResourcesModal.fileUploadFailed": {
84
+ developer_comment: "A title on the file upload page, shown on file upload error state",
85
+ string: "Fallo al cargar el archivo"
86
+ },
87
+ "ImportResourcesModal.fileUploadInstructions": {
88
+ developer_comment: "Label for the modal category description",
89
+ string: "El tamaño máximo del archivo es {fileSize} MB con un límite de {rowLimit} filas. Descargue la plantilla CSV o consulte la documentación. <csvTemplateLink></csvTemplateLink> <documentationLink></documentationLink>"
90
+ },
91
+ "ImportResourcesModal.genericError": {
92
+ developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
93
+ string: "Ha habido un error: Intente cargar el archivo de nuevo o póngase en contacto con nuestra asistencia técnica."
94
+ },
95
+ "ImportResourcesModal.instructions": {
96
+ developer_comment: "Label for the instructions section",
97
+ string: "Instrucciones"
98
+ },
99
+ "ImportResourcesModal.missingKeyError": {
100
+ developer_comment: "Error message displayed when the uploaded file is missing the key field",
101
+ string: "El campo \"clave\" falta o no está completo en algunas filas. Asegúrate que cada fila tiene un valor \"clave\"."
102
+ },
103
+ "ImportResourcesModal.modalTitle.category": {
104
+ developer_comment: "Label for the categories modal title",
105
+ string: "Importar categorías mediante CSV"
106
+ },
107
+ "ImportResourcesModal.modalTitle.discountCode": {
108
+ developer_comment: "Label for the inventories modal title",
109
+ string: "Importar códigos de descuento mediante CSV"
110
+ },
111
+ "ImportResourcesModal.modalTitle.inventoryEntry": {
112
+ developer_comment: "Label for the inventories modal title",
113
+ string: "Importar inventarios mediante CSV"
114
+ },
115
+ "ImportResourcesModal.modalTitle.product": {
116
+ developer_comment: "Label for the products modal title",
117
+ string: "Importar productos mediante CSV"
118
+ },
119
+ "ImportResourcesModal.or": {
120
+ developer_comment: "The word \"or\" in the drag and drop message",
121
+ string: "o"
122
+ },
123
+ "ImportResourcesModal.previewOfYourImport": {
124
+ developer_comment: "Label for modal path",
125
+ string: "Aquí tiene una vista previa de su importación"
126
+ },
127
+ "ImportResourcesModal.radio.categories": {
128
+ developer_comment: "Label for the categories radio button",
129
+ string: "Categorías"
130
+ },
131
+ "ImportResourcesModal.radio.inventories": {
132
+ developer_comment: "Label for the inventories radio button",
133
+ string: "Inventarios"
134
+ },
135
+ "ImportResourcesModal.radio.products": {
136
+ developer_comment: "Label for the products radio button",
137
+ string: "Productos (incluyendo variantes, activos, precios e imágenes)"
138
+ },
139
+ "ImportResourcesModal.row": {
140
+ developer_comment: "In Upload file error modal - \"Row\" column",
141
+ string: "Fila"
142
+ },
143
+ "ImportResourcesModal.rowLimitExceededDescription": {
144
+ developer_comment: "Error description when the file contains more rows than the allowable maximum",
145
+ string: "El archivo supera el máximo admisible de {rowLimits} filas"
146
+ },
147
+ "ImportResourcesModal.rowLimitExceededTitle": {
148
+ string: "Se ha superado el límite de filas"
149
+ },
150
+ "ImportResourcesModal.rowsToBeImported": {
151
+ developer_comment: "This message indicates the number of rows that are ready to be imported into the system.",
152
+ string: "<b>{rowCount}</b> filas para importar"
153
+ },
154
+ "ImportResourcesModal.showLess": {
155
+ developer_comment: "A button label for collapsing the import preview to show fewer details.",
156
+ string: "Mostrar menos"
157
+ },
158
+ "ImportResourcesModal.showMore": {
159
+ developer_comment: "A button label for expanding the import preview to show more details.",
160
+ string: "Mostrar más"
161
+ },
162
+ "ImportResourcesModal.sizeExceededDescription": {
163
+ developer_comment: "Error description when the file size exceeds the allowable limit",
164
+ string: "El archivo supera el máximo admisible de {fileSizeLimit} MB"
165
+ },
166
+ "ImportResourcesModal.sizeExceededTitle": {
167
+ string: "Se ha superado el tamaño de archivo"
168
+ },
169
+ "ImportResourcesModal.startImportButton": {
170
+ developer_comment: "Label for the modal Start import button",
171
+ string: "Iniciar importación"
172
+ },
173
+ "ImportResourcesModal.successMessage": {
174
+ developer_comment: "Notification success message",
175
+ string: "<b>Su importación ha comenzado.</b><newline></newline><logsLink>Vaya a registros de importación</logsLink> para ver el progreso. "
176
+ },
177
+ "ImportResourcesModal.supportedValuesDocumentation": {
178
+ developer_comment: "Link to the documentation for supported values",
179
+ string: "<documentationLink>Ver la documentación</documentationLink> para los valores compatibles."
180
+ },
181
+ "ImportResourcesModal.tooManyFilesError": {
182
+ developer_comment: "Error message displayed when a user drags and drops multiple files at once",
183
+ string: "Se han detectado varios archivos: Solo se pueden arrastrar y soltar archivos de uno en uno."
184
+ },
185
+ "ImportResourcesModal.unexpectedError": {
186
+ developer_comment: "Generic notification message when file upload fails",
187
+ string: "Ha ocurrido un error al cargar el archivo. Inténtelo de nuevo o póngase en contacto con el servicio técnico si este error continúa."
188
+ },
189
+ "ImportResourcesModal.uploadButton": {
190
+ developer_comment: "Label for the upload button",
191
+ string: "Cargar y vista previa"
192
+ },
193
+ "ImportResourcesModal.uploadFile": {
194
+ developer_comment: "Label for a button on the file upload page, shown on active drop area state",
195
+ string: "Cargar archivo"
196
+ },
197
+ "ImportResourcesModal.uploadNewFile": {
198
+ developer_comment: "Upload new file button",
199
+ string: "Cargar archivo nuevo"
200
+ },
201
+ "ImportResourcesModal.uploadingError": {
202
+ developer_comment: "Title when errors detected while uploading file",
203
+ string: "Se han detectado <b>{errorsCount}</b> errores mientras se cargaba el archivo \"{fileName}\". "
204
+ },
205
+ "ImportResourcesModal.wrongDelimiterDescription": {
206
+ developer_comment: "Message within the drop area when a CSV file uses an unexpected delimiter",
207
+ string: "El archivo está usando el delimitador incorrecto \\\"{delimiter}\\\""
208
+ },
209
+ "ImportResourcesModal.wrongDelimiterTitle": {
210
+ string: "Delimitador incorrecto"
211
+ }
212
+ };
213
+
214
+ exports["default"] = es;
@@ -0,0 +1,214 @@
1
+ 'use strict';
2
+
3
+ var es = {
4
+ "ImportResourcesModal.BodyNote": {
5
+ developer_comment: "Confirmation dialog text",
6
+ string: "Tenga en cuenta que los valores existentes con las mismas claves se sobrescribirán con los datos incluidos en el CSV."
7
+ },
8
+ "ImportResourcesModal.BodyQuestion": {
9
+ developer_comment: "Confirmation question",
10
+ string: "¿Proceder con la importación?"
11
+ },
12
+ "ImportResourcesModal.BodyText": {
13
+ developer_comment: "Confirmation dialog text",
14
+ string: "Estás a punto de importar <bold>{count}</bold> filas al proyecto: <bold>{projectName}</bold>"
15
+ },
16
+ "ImportResourcesModal.browseFile": {
17
+ string: "Explorar archivo"
18
+ },
19
+ "ImportResourcesModal.cancel": {
20
+ developer_comment: "Label for the cancel button",
21
+ string: "Cancelar"
22
+ },
23
+ "ImportResourcesModal.chooseFile": {
24
+ developer_comment: "Label for a button on the file upload page, shown on ready to upload state",
25
+ string: "Elegir archivo"
26
+ },
27
+ "ImportResourcesModal.close": {
28
+ developer_comment: "Label for the close button",
29
+ string: "Cerrar"
30
+ },
31
+ "ImportResourcesModal.columnsToBeIgnored": {
32
+ developer_comment: "This message indicates the number of columns that will be deliberately skipped during the import because they can't be imported",
33
+ string: "Vamos a ignorar intencionalmente <b>{columnCount}</b> columnas ya que estas no se pueden importar."
34
+ },
35
+ "ImportResourcesModal.columnsToBeImported": {
36
+ developer_comment: "This message indicates the number of columns that are ready to be imported into the system.",
37
+ string: "<b>{columnCount}</b> columnas para importar"
38
+ },
39
+ "ImportResourcesModal.confirmationBodyNote": {
40
+ developer_comment: "Confirmation dialog text",
41
+ string: "Tenga en cuenta que los valores existentes con las mismas claves se sobrescribirán con los datos incluidos en el CSV."
42
+ },
43
+ "ImportResourcesModal.confirmationBodyQuestion": {
44
+ developer_comment: "Confirmation question",
45
+ string: "¿Proceder con la importación?"
46
+ },
47
+ "ImportResourcesModal.confirmationBodyText": {
48
+ developer_comment: "Confirmation dialog text",
49
+ string: "Estás a punto de importar <bold>{count}</bold> filas al proyecto: <bold>{projectName}</bold>"
50
+ },
51
+ "ImportResourcesModal.continue": {
52
+ developer_comment: "Confirmation dialog continue button",
53
+ string: "Continuar"
54
+ },
55
+ "ImportResourcesModal.dataType": {
56
+ developer_comment: "Label for the data type selection dropdown",
57
+ string: "Tipos de datos"
58
+ },
59
+ "ImportResourcesModal.details": {
60
+ developer_comment: "In Upload file error modal - \"Details\" column",
61
+ string: "Detalles"
62
+ },
63
+ "ImportResourcesModal.dragAndDropCSV": {
64
+ developer_comment: "The message telling the user to drag and drop CSV file in the file drop area",
65
+ string: "Arrastrar y soltar CSV"
66
+ },
67
+ "ImportResourcesModal.dropAreaNotEnoughRowsDescription": {
68
+ developer_comment: "Error description shown when the uploaded CSV file does not contain a header and at least one row of data",
69
+ string: "El archivo debe contener un encabezamiento y al menos una fila de datos"
70
+ },
71
+ "ImportResourcesModal.dropAreaNotEnoughRowsTitle": {
72
+ developer_comment: "Error title shown when the uploaded CSV file does not contain a header and at least one row of data",
73
+ string: "Archivo CSV no válido"
74
+ },
75
+ "ImportResourcesModal.errorType": {
76
+ developer_comment: "In Upload file error modal - \"Error type\" column",
77
+ string: "Tipo de error"
78
+ },
79
+ "ImportResourcesModal.fileFormatNotSupported": {
80
+ developer_comment: "Error message displayed when a user drags and drops a non-CSV file",
81
+ string: "Formato no válido de archivo: Este archivo no está en formato CSV y no se puede procesar."
82
+ },
83
+ "ImportResourcesModal.fileUploadFailed": {
84
+ developer_comment: "A title on the file upload page, shown on file upload error state",
85
+ string: "Fallo al cargar el archivo"
86
+ },
87
+ "ImportResourcesModal.fileUploadInstructions": {
88
+ developer_comment: "Label for the modal category description",
89
+ string: "El tamaño máximo del archivo es {fileSize} MB con un límite de {rowLimit} filas. Descargue la plantilla CSV o consulte la documentación. <csvTemplateLink></csvTemplateLink> <documentationLink></documentationLink>"
90
+ },
91
+ "ImportResourcesModal.genericError": {
92
+ developer_comment: "Default error message for unexpected file upload issues (for unhandled cases)",
93
+ string: "Ha habido un error: Intente cargar el archivo de nuevo o póngase en contacto con nuestra asistencia técnica."
94
+ },
95
+ "ImportResourcesModal.instructions": {
96
+ developer_comment: "Label for the instructions section",
97
+ string: "Instrucciones"
98
+ },
99
+ "ImportResourcesModal.missingKeyError": {
100
+ developer_comment: "Error message displayed when the uploaded file is missing the key field",
101
+ string: "El campo \"clave\" falta o no está completo en algunas filas. Asegúrate que cada fila tiene un valor \"clave\"."
102
+ },
103
+ "ImportResourcesModal.modalTitle.category": {
104
+ developer_comment: "Label for the categories modal title",
105
+ string: "Importar categorías mediante CSV"
106
+ },
107
+ "ImportResourcesModal.modalTitle.discountCode": {
108
+ developer_comment: "Label for the inventories modal title",
109
+ string: "Importar códigos de descuento mediante CSV"
110
+ },
111
+ "ImportResourcesModal.modalTitle.inventoryEntry": {
112
+ developer_comment: "Label for the inventories modal title",
113
+ string: "Importar inventarios mediante CSV"
114
+ },
115
+ "ImportResourcesModal.modalTitle.product": {
116
+ developer_comment: "Label for the products modal title",
117
+ string: "Importar productos mediante CSV"
118
+ },
119
+ "ImportResourcesModal.or": {
120
+ developer_comment: "The word \"or\" in the drag and drop message",
121
+ string: "o"
122
+ },
123
+ "ImportResourcesModal.previewOfYourImport": {
124
+ developer_comment: "Label for modal path",
125
+ string: "Aquí tiene una vista previa de su importación"
126
+ },
127
+ "ImportResourcesModal.radio.categories": {
128
+ developer_comment: "Label for the categories radio button",
129
+ string: "Categorías"
130
+ },
131
+ "ImportResourcesModal.radio.inventories": {
132
+ developer_comment: "Label for the inventories radio button",
133
+ string: "Inventarios"
134
+ },
135
+ "ImportResourcesModal.radio.products": {
136
+ developer_comment: "Label for the products radio button",
137
+ string: "Productos (incluyendo variantes, activos, precios e imágenes)"
138
+ },
139
+ "ImportResourcesModal.row": {
140
+ developer_comment: "In Upload file error modal - \"Row\" column",
141
+ string: "Fila"
142
+ },
143
+ "ImportResourcesModal.rowLimitExceededDescription": {
144
+ developer_comment: "Error description when the file contains more rows than the allowable maximum",
145
+ string: "El archivo supera el máximo admisible de {rowLimits} filas"
146
+ },
147
+ "ImportResourcesModal.rowLimitExceededTitle": {
148
+ string: "Se ha superado el límite de filas"
149
+ },
150
+ "ImportResourcesModal.rowsToBeImported": {
151
+ developer_comment: "This message indicates the number of rows that are ready to be imported into the system.",
152
+ string: "<b>{rowCount}</b> filas para importar"
153
+ },
154
+ "ImportResourcesModal.showLess": {
155
+ developer_comment: "A button label for collapsing the import preview to show fewer details.",
156
+ string: "Mostrar menos"
157
+ },
158
+ "ImportResourcesModal.showMore": {
159
+ developer_comment: "A button label for expanding the import preview to show more details.",
160
+ string: "Mostrar más"
161
+ },
162
+ "ImportResourcesModal.sizeExceededDescription": {
163
+ developer_comment: "Error description when the file size exceeds the allowable limit",
164
+ string: "El archivo supera el máximo admisible de {fileSizeLimit} MB"
165
+ },
166
+ "ImportResourcesModal.sizeExceededTitle": {
167
+ string: "Se ha superado el tamaño de archivo"
168
+ },
169
+ "ImportResourcesModal.startImportButton": {
170
+ developer_comment: "Label for the modal Start import button",
171
+ string: "Iniciar importación"
172
+ },
173
+ "ImportResourcesModal.successMessage": {
174
+ developer_comment: "Notification success message",
175
+ string: "<b>Su importación ha comenzado.</b><newline></newline><logsLink>Vaya a registros de importación</logsLink> para ver el progreso. "
176
+ },
177
+ "ImportResourcesModal.supportedValuesDocumentation": {
178
+ developer_comment: "Link to the documentation for supported values",
179
+ string: "<documentationLink>Ver la documentación</documentationLink> para los valores compatibles."
180
+ },
181
+ "ImportResourcesModal.tooManyFilesError": {
182
+ developer_comment: "Error message displayed when a user drags and drops multiple files at once",
183
+ string: "Se han detectado varios archivos: Solo se pueden arrastrar y soltar archivos de uno en uno."
184
+ },
185
+ "ImportResourcesModal.unexpectedError": {
186
+ developer_comment: "Generic notification message when file upload fails",
187
+ string: "Ha ocurrido un error al cargar el archivo. Inténtelo de nuevo o póngase en contacto con el servicio técnico si este error continúa."
188
+ },
189
+ "ImportResourcesModal.uploadButton": {
190
+ developer_comment: "Label for the upload button",
191
+ string: "Cargar y vista previa"
192
+ },
193
+ "ImportResourcesModal.uploadFile": {
194
+ developer_comment: "Label for a button on the file upload page, shown on active drop area state",
195
+ string: "Cargar archivo"
196
+ },
197
+ "ImportResourcesModal.uploadNewFile": {
198
+ developer_comment: "Upload new file button",
199
+ string: "Cargar archivo nuevo"
200
+ },
201
+ "ImportResourcesModal.uploadingError": {
202
+ developer_comment: "Title when errors detected while uploading file",
203
+ string: "Se han detectado <b>{errorsCount}</b> errores mientras se cargaba el archivo \"{fileName}\". "
204
+ },
205
+ "ImportResourcesModal.wrongDelimiterDescription": {
206
+ developer_comment: "Message within the drop area when a CSV file uses an unexpected delimiter",
207
+ string: "El archivo está usando el delimitador incorrecto \\\"{delimiter}\\\""
208
+ },
209
+ "ImportResourcesModal.wrongDelimiterTitle": {
210
+ string: "Delimitador incorrecto"
211
+ }
212
+ };
213
+
214
+ exports["default"] = es;
@@ -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-bea140f8.cjs.dev.js');
5
+ var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-c301af5d.cjs.prod.js');
6
6
  require('react');
7
7
  require('@commercetools-frontend/application-shell-connectors');
8
8
  require('@commercetools-frontend/sdk');
@@ -12,10 +12,11 @@ require('@commercetools-frontend/sentry');
12
12
  require('@babel/runtime-corejs3/core-js-stable/reflect/construct');
13
13
  require('@babel/runtime-corejs3/helpers/createClass');
14
14
  require('@babel/runtime-corejs3/helpers/classCallCheck');
15
+ require('@babel/runtime-corejs3/helpers/inherits');
15
16
  require('@babel/runtime-corejs3/helpers/possibleConstructorReturn');
16
17
  require('@babel/runtime-corejs3/helpers/getPrototypeOf');
17
- require('@babel/runtime-corejs3/helpers/inherits');
18
18
  require('@babel/runtime-corejs3/helpers/wrapNativeSuper');
19
+ require('@babel/runtime-corejs3/core-js-stable/instance/concat');
19
20
  require('@babel/runtime-corejs3/core-js-stable/object/keys');
20
21
  require('@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols');
21
22
  require('@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptor');
@@ -34,6 +35,7 @@ require('@babel/runtime-corejs3/core-js-stable/instance/includes');
34
35
  require('papaparse');
35
36
  require('@babel/runtime-corejs3/core-js-stable/instance/reduce');
36
37
  require('@babel/runtime-corejs3/core-js-stable/json/stringify');
38
+ require('@babel/runtime-corejs3/core-js-stable/instance/some');
37
39
  require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
38
40
  require('querystring');
39
41
  require('ramda');
@@ -43,7 +45,6 @@ require('@commercetools-frontend/application-shell');
43
45
  var jsxRuntime = require('@emotion/react/jsx-runtime');
44
46
  require('@babel/runtime-corejs3/helpers/slicedToArray');
45
47
  require('@commercetools-frontend/application-components');
46
- require('@babel/runtime-corejs3/core-js-stable/instance/some');
47
48
  require('react-dropzone');
48
49
  require('@emotion/styled/base');
49
50
  require('@emotion/react');
@@ -52,6 +53,7 @@ require('@commercetools-uikit/data-table');
52
53
  require('@commercetools-frontend/i18n');
53
54
 
54
55
  function FileDroppedArea() {
56
+ var _state$droppedFile;
55
57
  const intl = reactIntl.useIntl();
56
58
  const _useImportResourcesCo = dist_commercetoolsFrontendExtensionsImportResourcesModal.useImportResourcesContext(),
57
59
  state = _useImportResourcesCo.state;
@@ -66,7 +68,7 @@ function FileDroppedArea() {
66
68
  }), jsxRuntime.jsx(uiKit.Constraints.Horizontal, {
67
69
  max: 13,
68
70
  children: jsxRuntime.jsx(uiKit.Text.Body, {
69
- children: state.droppedFile?.name
71
+ children: (_state$droppedFile = state.droppedFile) === null || _state$droppedFile === void 0 ? void 0 : _state$droppedFile.name
70
72
  })
71
73
  })]
72
74
  }), jsxRuntime.jsx(uiKit.SecondaryButton, {
@@ -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-79e36c76.esm.js';
3
+ import { u as useImportResourcesContext, m as messages } from './index-e4e280d7.esm.js';
4
4
  import 'react';
5
5
  import '@commercetools-frontend/application-shell-connectors';
6
6
  import '@commercetools-frontend/sdk';
@@ -10,10 +10,11 @@ import '@commercetools-frontend/sentry';
10
10
  import '@babel/runtime-corejs3/core-js-stable/reflect/construct';
11
11
  import '@babel/runtime-corejs3/helpers/createClass';
12
12
  import '@babel/runtime-corejs3/helpers/classCallCheck';
13
+ import '@babel/runtime-corejs3/helpers/inherits';
13
14
  import '@babel/runtime-corejs3/helpers/possibleConstructorReturn';
14
15
  import '@babel/runtime-corejs3/helpers/getPrototypeOf';
15
- import '@babel/runtime-corejs3/helpers/inherits';
16
16
  import '@babel/runtime-corejs3/helpers/wrapNativeSuper';
17
+ import '@babel/runtime-corejs3/core-js-stable/instance/concat';
17
18
  import '@babel/runtime-corejs3/core-js-stable/object/keys';
18
19
  import '@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols';
19
20
  import '@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptor';
@@ -32,6 +33,7 @@ import '@babel/runtime-corejs3/core-js-stable/instance/includes';
32
33
  import 'papaparse';
33
34
  import '@babel/runtime-corejs3/core-js-stable/instance/reduce';
34
35
  import '@babel/runtime-corejs3/core-js-stable/json/stringify';
36
+ import '@babel/runtime-corejs3/core-js-stable/instance/some';
35
37
  import '@babel/runtime-corejs3/core-js-stable/instance/starts-with';
36
38
  import 'querystring';
37
39
  import 'ramda';
@@ -41,7 +43,6 @@ import '@commercetools-frontend/application-shell';
41
43
  import { jsxs, jsx } from '@emotion/react/jsx-runtime';
42
44
  import '@babel/runtime-corejs3/helpers/slicedToArray';
43
45
  import '@commercetools-frontend/application-components';
44
- import '@babel/runtime-corejs3/core-js-stable/instance/some';
45
46
  import 'react-dropzone';
46
47
  import '@emotion/styled/base';
47
48
  import '@emotion/react';
@@ -50,6 +51,7 @@ import '@commercetools-uikit/data-table';
50
51
  import '@commercetools-frontend/i18n';
51
52
 
52
53
  function FileDroppedArea() {
54
+ var _state$droppedFile;
53
55
  const intl = useIntl();
54
56
  const _useImportResourcesCo = useImportResourcesContext(),
55
57
  state = _useImportResourcesCo.state;
@@ -64,7 +66,7 @@ function FileDroppedArea() {
64
66
  }), jsx(Constraints.Horizontal, {
65
67
  max: 13,
66
68
  children: jsx(Text.Body, {
67
- children: state.droppedFile?.name
69
+ children: (_state$droppedFile = state.droppedFile) === null || _state$droppedFile === void 0 ? void 0 : _state$droppedFile.name
68
70
  })
69
71
  })]
70
72
  }), jsx(SecondaryButton, {
@@ -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-06262b8c.cjs.prod.js');
5
+ var dist_commercetoolsFrontendExtensionsImportResourcesModal = require('./index-2b12bfb1.cjs.dev.js');
6
6
  require('react');
7
7
  require('@commercetools-frontend/application-shell-connectors');
8
8
  require('@commercetools-frontend/sdk');
@@ -12,10 +12,11 @@ require('@commercetools-frontend/sentry');
12
12
  require('@babel/runtime-corejs3/core-js-stable/reflect/construct');
13
13
  require('@babel/runtime-corejs3/helpers/createClass');
14
14
  require('@babel/runtime-corejs3/helpers/classCallCheck');
15
+ require('@babel/runtime-corejs3/helpers/inherits');
15
16
  require('@babel/runtime-corejs3/helpers/possibleConstructorReturn');
16
17
  require('@babel/runtime-corejs3/helpers/getPrototypeOf');
17
- require('@babel/runtime-corejs3/helpers/inherits');
18
18
  require('@babel/runtime-corejs3/helpers/wrapNativeSuper');
19
+ require('@babel/runtime-corejs3/core-js-stable/instance/concat');
19
20
  require('@babel/runtime-corejs3/core-js-stable/object/keys');
20
21
  require('@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols');
21
22
  require('@babel/runtime-corejs3/core-js-stable/object/get-own-property-descriptor');
@@ -34,6 +35,7 @@ require('@babel/runtime-corejs3/core-js-stable/instance/includes');
34
35
  require('papaparse');
35
36
  require('@babel/runtime-corejs3/core-js-stable/instance/reduce');
36
37
  require('@babel/runtime-corejs3/core-js-stable/json/stringify');
38
+ require('@babel/runtime-corejs3/core-js-stable/instance/some');
37
39
  require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
38
40
  require('querystring');
39
41
  require('ramda');
@@ -43,7 +45,6 @@ require('@commercetools-frontend/application-shell');
43
45
  var jsxRuntime = require('@emotion/react/jsx-runtime');
44
46
  require('@babel/runtime-corejs3/helpers/slicedToArray');
45
47
  require('@commercetools-frontend/application-components');
46
- require('@babel/runtime-corejs3/core-js-stable/instance/some');
47
48
  require('react-dropzone');
48
49
  require('@emotion/styled/base');
49
50
  require('@emotion/react');
@@ -52,6 +53,7 @@ require('@commercetools-uikit/data-table');
52
53
  require('@commercetools-frontend/i18n');
53
54
 
54
55
  function FileDroppedArea() {
56
+ var _state$droppedFile;
55
57
  const intl = reactIntl.useIntl();
56
58
  const _useImportResourcesCo = dist_commercetoolsFrontendExtensionsImportResourcesModal.useImportResourcesContext(),
57
59
  state = _useImportResourcesCo.state;
@@ -66,7 +68,7 @@ function FileDroppedArea() {
66
68
  }), jsxRuntime.jsx(uiKit.Constraints.Horizontal, {
67
69
  max: 13,
68
70
  children: jsxRuntime.jsx(uiKit.Text.Body, {
69
- children: state.droppedFile?.name
71
+ children: (_state$droppedFile = state.droppedFile) === null || _state$droppedFile === void 0 ? void 0 : _state$droppedFile.name
70
72
  })
71
73
  })]
72
74
  }), jsxRuntime.jsx(uiKit.SecondaryButton, {