@commercetools-frontend-extensions/export-resources-modal 0.0.0-canary-20250519131423 → 0.0.0-canary-20250528102549

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 (31) hide show
  1. package/dist/{active-drag-drop-area-3fe4ff0d.cjs.dev.js → active-drag-drop-area-e3f74c13.cjs.dev.js} +1 -1
  2. package/dist/{active-drag-drop-area-abfd5540.cjs.prod.js → active-drag-drop-area-e9bf7129.cjs.prod.js} +1 -1
  3. package/dist/{active-drag-drop-area-56e8d1c5.esm.js → active-drag-drop-area-fb905a01.esm.js} +1 -1
  4. package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.dev.js +1 -1
  5. package/dist/commercetools-frontend-extensions-export-resources-modal.cjs.prod.js +1 -1
  6. package/dist/commercetools-frontend-extensions-export-resources-modal.esm.js +1 -1
  7. package/dist/{de-458f4116.esm.js → de-324f2829.esm.js} +64 -20
  8. package/dist/{de-c18aeb38.cjs.dev.js → de-44143469.cjs.dev.js} +64 -20
  9. package/dist/{de-172c3905.cjs.prod.js → de-850971a3.cjs.prod.js} +64 -20
  10. package/dist/{en-bf084198.esm.js → en-015fa203.esm.js} +64 -20
  11. package/dist/{en-951cd344.cjs.prod.js → en-6928b534.cjs.dev.js} +64 -20
  12. package/dist/{en-68174953.cjs.dev.js → en-89430bcb.cjs.prod.js} +64 -20
  13. package/dist/{enabled-drop-area-077bea54.cjs.prod.js → enabled-drop-area-3161efde.cjs.prod.js} +1 -1
  14. package/dist/{enabled-drop-area-ae98c829.esm.js → enabled-drop-area-5d5a61c8.esm.js} +1 -1
  15. package/dist/{enabled-drop-area-47ebb93c.cjs.dev.js → enabled-drop-area-b35ddf49.cjs.dev.js} +1 -1
  16. package/dist/{es-a8553ca8.esm.js → es-735dbaf2.esm.js} +64 -20
  17. package/dist/{es-b0a9fb31.cjs.prod.js → es-e6dd1e27.cjs.dev.js} +64 -20
  18. package/dist/{es-38a3a3ae.cjs.dev.js → es-e73368be.cjs.prod.js} +64 -20
  19. package/dist/{file-dropped-area-a07d3406.cjs.prod.js → file-dropped-area-85fb3d1d.cjs.prod.js} +1 -1
  20. package/dist/{file-dropped-area-b589afa7.esm.js → file-dropped-area-aad1bd09.esm.js} +1 -1
  21. package/dist/{file-dropped-area-7c9c0f8e.cjs.dev.js → file-dropped-area-ff7e0b8e.cjs.dev.js} +1 -1
  22. package/dist/{fr-FR-97c22617.cjs.dev.js → fr-FR-0eab30ec.cjs.prod.js} +64 -20
  23. package/dist/{fr-FR-8146efa8.cjs.prod.js → fr-FR-62affef0.cjs.dev.js} +64 -20
  24. package/dist/{fr-FR-87237d20.esm.js → fr-FR-96dce16c.esm.js} +64 -20
  25. package/dist/{index-411021b4.cjs.dev.js → index-2ed12fce.cjs.dev.js} +8 -8
  26. package/dist/{index-ece04b60.cjs.prod.js → index-e73d846c.cjs.prod.js} +8 -8
  27. package/dist/{index-b857c077.esm.js → index-f0396960.esm.js} +8 -8
  28. package/dist/{pt-BR-c725734e.cjs.prod.js → pt-BR-13243e64.cjs.dev.js} +64 -20
  29. package/dist/{pt-BR-cf6abfcc.esm.js → pt-BR-7fd72f5d.esm.js} +64 -20
  30. package/dist/{pt-BR-c42a98aa.cjs.dev.js → pt-BR-ced88ff5.cjs.prod.js} +64 -20
  31. package/package.json +1 -1
@@ -31,14 +31,50 @@ var frFR = {
31
31
  developer_comment: "Label for \"Choose file\" button",
32
32
  string: "Choisir un fichier"
33
33
  },
34
+ "ExportResourcesModal.columnSeparatorComma": {
35
+ developer_comment: "Label for comma column separator option",
36
+ string: "comma (,)"
37
+ },
38
+ "ExportResourcesModal.columnSeparatorPipe": {
39
+ developer_comment: "Label for pipe column separator option",
40
+ string: "pipe (|)"
41
+ },
42
+ "ExportResourcesModal.columnSeparatorSemicolon": {
43
+ developer_comment: "Label for semicolon column separator option",
44
+ string: "semicolon (;)"
45
+ },
46
+ "ExportResourcesModal.columnSeparatorTab": {
47
+ developer_comment: "Label for tab column separator option",
48
+ string: "tab (\\t)"
49
+ },
50
+ "ExportResourcesModal.columns": {
51
+ developer_comment: "Label for column separator select",
52
+ string: "Columns:"
53
+ },
34
54
  "ExportResourcesModal.confirmSelection": {
35
55
  developer_comment: "Label for \"Confirm selection\" button",
36
56
  string: "Confirmer la sélection"
37
57
  },
58
+ "ExportResourcesModal.csvSettings": {
59
+ developer_comment: "Label for CSV settings section",
60
+ string: "CSV settings:"
61
+ },
38
62
  "ExportResourcesModal.csvUploadFailed": {
39
63
  developer_comment: "CSV upload failed title",
40
64
  string: "Échec de l'importation du fichier CSV"
41
65
  },
66
+ "ExportResourcesModal.decimal": {
67
+ developer_comment: "Label for decimal separator select",
68
+ string: "Decimals:"
69
+ },
70
+ "ExportResourcesModal.decimalSeparatorComma": {
71
+ developer_comment: "Label for comma decimal separator option",
72
+ string: "comma (,)"
73
+ },
74
+ "ExportResourcesModal.decimalSeparatorPoint": {
75
+ developer_comment: "Label for point decimal separator option",
76
+ string: "point (.)"
77
+ },
42
78
  "ExportResourcesModal.defineFieldsToIncludeInExport": {
43
79
  developer_comment: "A message to define the fields to include in export",
44
80
  string: "Définissez les champs à inclure dans votre exportation à l'aide du fichier CSV ci-dessous. Le fichier doit contenir des en-têtes de colonne dans le format prédéfini indiqué dans <templateLink>notre modèle</templateLink>. Un fichier CSV précédemment exporté peut également être utilisé."
@@ -47,6 +83,10 @@ var frFR = {
47
83
  developer_comment: "Label for details column",
48
84
  string: "Détails"
49
85
  },
86
+ "ExportResourcesModal.documentation": {
87
+ developer_comment: "A label for Documentation link",
88
+ string: "Documentation"
89
+ },
50
90
  "ExportResourcesModal.dragAndDropCSV": {
51
91
  developer_comment: "Label for \"Drag and drop CSV\" text",
52
92
  string: "Faites glisser-déposer un fichier CSV"
@@ -83,10 +123,6 @@ var frFR = {
83
123
  developer_comment: "Success message",
84
124
  string: "<b>Votre exportation a démarré.</b><newline></newline> <logsLink>Allez dans Journaux d'importation</logsLink> pour voir la progression et télécharger le fichier."
85
125
  },
86
- "ExportResourcesModal.exportPreferences": {
87
- developer_comment: "Label for preferences",
88
- string: "Préférences"
89
- },
90
126
  "ExportResourcesModal.exportPreview": {
91
127
  developer_comment: "Label for export preview step",
92
128
  string: "Aperçu d'exportation"
@@ -95,10 +131,6 @@ var frFR = {
95
131
  developer_comment: "The export process may take a while",
96
132
  string: "Le processus d'exportation peut prendre un certain temps. Pour visualiser la progression et télécharger le fichier après avoir lancé l'exportation, allez dans la zone <exportLogsLink>Journaux d'exportation</exportLogsLink>, située dans le menu <operationsIcon></operationsIcon>Opérations."
97
133
  },
98
- "ExportResourcesModal.exportScope": {
99
- developer_comment: "Label for Export Scope",
100
- string: "Étendue"
101
- },
102
134
  "ExportResourcesModal.exportScopeAllCategories": {
103
135
  developer_comment: "Label for Export All categories",
104
136
  string: "Tout exporter : {total, plural, one {# catégorie} other {# catégories}}"
@@ -179,10 +211,6 @@ var frFR = {
179
211
  developer_comment: "Label for Export Selected without count",
180
212
  string: "Sélection d'exportation"
181
213
  },
182
- "ExportResourcesModal.exportSettings": {
183
- developer_comment: "Label for Export Settings",
184
- string: "Paramètres"
185
- },
186
214
  "ExportResourcesModal.fieldDefinitionNotFound": {
187
215
  developer_comment: "Field definition not found error",
188
216
  string: "Définition de champ introuvable"
@@ -201,19 +229,15 @@ var frFR = {
201
229
  },
202
230
  "ExportResourcesModal.fieldsToBeExportedInLanguages": {
203
231
  developer_comment: "Label for fields to be exported in languages",
204
- string: "{fieldCount, plural, one {<b>{fieldCount}</b> champ à exporter dans {languageCount, plural, one {<b>1</b> langue} other {<b>{languageCount}</b> langues}}} many {<b>{fieldCount}</b> champs à exporter dans {languageCount, plural, one {<b>1</b> langue} other {<b>{languageCount}</b> langues}}} other {<b>{fieldCount}</b> champ(s) à exporter dans {languageCount, plural, one {<b>1</b> langue} other {<b>{languageCount}</b> langues}}}}:"
232
+ string: "{fieldCount, plural, one {<b>1</b> field to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} other {<b>{fieldCount}</b> fields to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}}}:"
205
233
  },
206
234
  "ExportResourcesModal.fileName": {
207
235
  developer_comment: "exported file name",
208
236
  string: "Nom du fichier"
209
237
  },
210
- "ExportResourcesModal.fillRowsForOrderExport": {
211
- developer_comment: "A checkbox label for filling rows for order export",
212
- string: "Inclure le numéro de commande, l'ID et les états dans chaque ligne"
213
- },
214
- "ExportResourcesModal.fillRowsForProductExport": {
215
- developer_comment: "A checkbox label for filling rows for product export",
216
- string: "Inclure les informations au niveau du produit et de la variante dans chaque ligne"
238
+ "ExportResourcesModal.fillRows": {
239
+ developer_comment: "A checkbox label for filling rows with complete data",
240
+ string: "Fill all rows with complete data"
217
241
  },
218
242
  "ExportResourcesModal.includeAllLocales": {
219
243
  developer_comment: "label for \"Include all locales\" checkbox",
@@ -303,6 +327,10 @@ var frFR = {
303
327
  developer_comment: "Label for the product types modal title",
304
328
  string: "Types de produit à exporter"
305
329
  },
330
+ "ExportResourcesModal.moreInformation": {
331
+ developer_comment: "A label for more information",
332
+ string: "For more information, refer to the {documentationLink}"
333
+ },
306
334
  "ExportResourcesModal.myViews": {
307
335
  developer_comment: "Label for \"My Views\" Select Field",
308
336
  string: "Mes affichages"
@@ -347,6 +375,14 @@ var frFR = {
347
375
  developer_comment: "Label for query predicate option",
348
376
  string: "Prédicat de requête"
349
377
  },
378
+ "ExportResourcesModal.saveAs": {
379
+ developer_comment: "Label for \"Save as:\"",
380
+ string: "Save as:"
381
+ },
382
+ "ExportResourcesModal.scope": {
383
+ developer_comment: "Label for \"Scope:\"",
384
+ string: "Scope:"
385
+ },
350
386
  "ExportResourcesModal.searchByEnteringTheExactFieldName": {
351
387
  developer_comment: "In Export fields selection - Search by entering the exact field name message",
352
388
  string: "Essayez de lancer une recherche en saisissant le nom exact du fichier."
@@ -378,6 +414,14 @@ var frFR = {
378
414
  developer_comment: "Label for total Selected",
379
415
  string: "{total} sélectionné(s)"
380
416
  },
417
+ "ExportResourcesModal.separators": {
418
+ developer_comment: "Label for separators",
419
+ string: "Separators"
420
+ },
421
+ "ExportResourcesModal.separatorsDescription": {
422
+ developer_comment: "Description for column separators",
423
+ string: "Configure how columns are separated in the exported file"
424
+ },
381
425
  "ExportResourcesModal.showAll": {
382
426
  developer_comment: "Label for \"Show all\" button",
383
427
  string: "Tout afficher"
@@ -3358,11 +3358,11 @@ function getDefaultDropWrapperStyles(_dropAreaState) {
3358
3358
  return /*#__PURE__*/react.css(process.env.NODE_ENV === "production" ? "" : ";label:getDefaultDropWrapperStyles;", process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImRyb3AtYXJlYS13cmFwcGVyLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF5QlkiLCJmaWxlIjoiZHJvcC1hcmVhLXdyYXBwZXIudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgdHlwZSBEcm9wem9uZVJvb3RQcm9wcyB9IGZyb20gJ3JlYWN0LWRyb3B6b25lJ1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCB7IHN0eWxlcyB9IGZyb20gJy4vc3R5bGVzJ1xuaW1wb3J0IHsgdHlwZSBEcm9wQXJlYVN0YXRlIH0gZnJvbSAnLi4vLi4vLi4vQHR5cGVzJ1xuXG5pbnRlcmZhY2UgRHJvcFdyYXBwZXJQcm9wcyBleHRlbmRzIERyb3B6b25lUm9vdFByb3BzIHtcbiAgZHJvcEFyZWFTdGF0ZTogRHJvcEFyZWFTdGF0ZVxufVxuZXhwb3J0IGNvbnN0IERyb3BXcmFwcGVyID0gc3R5bGVkLmRpdjxEcm9wV3JhcHBlclByb3BzPmBcbiAgJHtzdHlsZXMuYmFzZX1cbiAgJHsocHJvcHMpID0+IHtcbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ2RlZmF1bHQnKSB7XG4gICAgICByZXR1cm4gc3R5bGVzLnJlYWR5Rm9yRHJvcFxuICAgIH1cbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ2FjdGl2ZS1kcmFnJykge1xuICAgICAgcmV0dXJuIHN0eWxlcy5hY3RpdmVEcmFnXG4gICAgfVxuICAgIGlmIChwcm9wcy5kcm9wQXJlYVN0YXRlID09PSAnZmlsZS1kcm9wcGVkJykge1xuICAgICAgcmV0dXJuIHN0eWxlcy5maWxlRHJvcHBlZFxuICAgIH1cbiAgICByZXR1cm4gZ2V0RGVmYXVsdERyb3BXcmFwcGVyU3R5bGVzKHByb3BzLmRyb3BBcmVhU3RhdGUpXG4gIH19XG5gXG5mdW5jdGlvbiBnZXREZWZhdWx0RHJvcFdyYXBwZXJTdHlsZXMoX2Ryb3BBcmVhU3RhdGU6IG5ldmVyKSB7XG4gIHJldHVybiBjc3NgYFxufVxuIl19 */");
3359
3359
  }
3360
3360
 
3361
- var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-3fe4ff0d.cjs.dev.js' /* webpackChunkName: "active-drag-drop-area" */); }));
3361
+ var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-e3f74c13.cjs.dev.js' /* webpackChunkName: "active-drag-drop-area" */); }));
3362
3362
 
3363
- var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-47ebb93c.cjs.dev.js' /* webpackChunkName: "enabled-drop-area" */); }));
3363
+ var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-b35ddf49.cjs.dev.js' /* webpackChunkName: "enabled-drop-area" */); }));
3364
3364
 
3365
- var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-7c9c0f8e.cjs.dev.js' /* webpackChunkName: "filed-dropped-area" */); }));
3365
+ var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-ff7e0b8e.cjs.dev.js' /* webpackChunkName: "filed-dropped-area" */); }));
3366
3366
 
3367
3367
  function getDropArea(_ref) {
3368
3368
  let dropAreaState = _ref.dropAreaState,
@@ -3443,17 +3443,17 @@ const getChunkImport = locale => {
3443
3443
  const intlLocale = i18n.mapLocaleToIntlLocale(locale);
3444
3444
  switch (intlLocale) {
3445
3445
  case 'de':
3446
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-de" */'./de-c18aeb38.cjs.dev.js'); });
3446
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-de" */'./de-44143469.cjs.dev.js'); });
3447
3447
  case 'es':
3448
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-38a3a3ae.cjs.dev.js'); });
3448
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-e6dd1e27.cjs.dev.js'); });
3449
3449
  case 'fr-FR':
3450
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-97c22617.cjs.dev.js'); });
3450
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-62affef0.cjs.dev.js'); });
3451
3451
  case 'ja':
3452
3452
  return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-ja" */'./ja-9bd5f452.cjs.dev.js'); });
3453
3453
  case 'pt-BR':
3454
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-c42a98aa.cjs.dev.js'); });
3454
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-13243e64.cjs.dev.js'); });
3455
3455
  default:
3456
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-en" */'./en-68174953.cjs.dev.js'); });
3456
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-en" */'./en-6928b534.cjs.dev.js'); });
3457
3457
  }
3458
3458
  };
3459
3459
  const loadMessages = async locale => {
@@ -3322,11 +3322,11 @@ function getDefaultDropWrapperStyles(_dropAreaState) {
3322
3322
  return /*#__PURE__*/react.css("" , "" );
3323
3323
  }
3324
3324
 
3325
- var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-abfd5540.cjs.prod.js' /* webpackChunkName: "active-drag-drop-area" */); }));
3325
+ var ActiveDragDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./active-drag-drop-area-e9bf7129.cjs.prod.js' /* webpackChunkName: "active-drag-drop-area" */); }));
3326
3326
 
3327
- var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-077bea54.cjs.prod.js' /* webpackChunkName: "enabled-drop-area" */); }));
3327
+ var EnabledDropArea = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./enabled-drop-area-3161efde.cjs.prod.js' /* webpackChunkName: "enabled-drop-area" */); }));
3328
3328
 
3329
- var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-a07d3406.cjs.prod.js' /* webpackChunkName: "filed-dropped-area" */); }));
3329
+ var FileDropped = /*#__PURE__*/React.lazy(() => Promise.resolve().then(function () { return require('./file-dropped-area-85fb3d1d.cjs.prod.js' /* webpackChunkName: "filed-dropped-area" */); }));
3330
3330
 
3331
3331
  function getDropArea(_ref) {
3332
3332
  let dropAreaState = _ref.dropAreaState,
@@ -3407,17 +3407,17 @@ const getChunkImport = locale => {
3407
3407
  const intlLocale = i18n.mapLocaleToIntlLocale(locale);
3408
3408
  switch (intlLocale) {
3409
3409
  case 'de':
3410
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-de" */'./de-172c3905.cjs.prod.js'); });
3410
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-de" */'./de-850971a3.cjs.prod.js'); });
3411
3411
  case 'es':
3412
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-b0a9fb31.cjs.prod.js'); });
3412
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-e73368be.cjs.prod.js'); });
3413
3413
  case 'fr-FR':
3414
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-8146efa8.cjs.prod.js'); });
3414
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-0eab30ec.cjs.prod.js'); });
3415
3415
  case 'ja':
3416
3416
  return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-ja" */'./ja-37632763.cjs.prod.js'); });
3417
3417
  case 'pt-BR':
3418
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-c725734e.cjs.prod.js'); });
3418
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-ced88ff5.cjs.prod.js'); });
3419
3419
  default:
3420
- return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-en" */'./en-951cd344.cjs.prod.js'); });
3420
+ return Promise.resolve().then(function () { return require(/* webpackChunkName: "export-resources-modal-i18n-en" */'./en-89430bcb.cjs.prod.js'); });
3421
3421
  }
3422
3422
  };
3423
3423
  const loadMessages = async locale => {
@@ -3317,11 +3317,11 @@ function getDefaultDropWrapperStyles(_dropAreaState) {
3317
3317
  return /*#__PURE__*/css(process.env.NODE_ENV === "production" ? "" : ";label:getDefaultDropWrapperStyles;", process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImRyb3AtYXJlYS13cmFwcGVyLnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUF5QlkiLCJmaWxlIjoiZHJvcC1hcmVhLXdyYXBwZXIudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgdHlwZSBEcm9wem9uZVJvb3RQcm9wcyB9IGZyb20gJ3JlYWN0LWRyb3B6b25lJ1xuaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnXG5pbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCdcbmltcG9ydCB7IHN0eWxlcyB9IGZyb20gJy4vc3R5bGVzJ1xuaW1wb3J0IHsgdHlwZSBEcm9wQXJlYVN0YXRlIH0gZnJvbSAnLi4vLi4vLi4vQHR5cGVzJ1xuXG5pbnRlcmZhY2UgRHJvcFdyYXBwZXJQcm9wcyBleHRlbmRzIERyb3B6b25lUm9vdFByb3BzIHtcbiAgZHJvcEFyZWFTdGF0ZTogRHJvcEFyZWFTdGF0ZVxufVxuZXhwb3J0IGNvbnN0IERyb3BXcmFwcGVyID0gc3R5bGVkLmRpdjxEcm9wV3JhcHBlclByb3BzPmBcbiAgJHtzdHlsZXMuYmFzZX1cbiAgJHsocHJvcHMpID0+IHtcbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ2RlZmF1bHQnKSB7XG4gICAgICByZXR1cm4gc3R5bGVzLnJlYWR5Rm9yRHJvcFxuICAgIH1cbiAgICBpZiAocHJvcHMuZHJvcEFyZWFTdGF0ZSA9PT0gJ2FjdGl2ZS1kcmFnJykge1xuICAgICAgcmV0dXJuIHN0eWxlcy5hY3RpdmVEcmFnXG4gICAgfVxuICAgIGlmIChwcm9wcy5kcm9wQXJlYVN0YXRlID09PSAnZmlsZS1kcm9wcGVkJykge1xuICAgICAgcmV0dXJuIHN0eWxlcy5maWxlRHJvcHBlZFxuICAgIH1cbiAgICByZXR1cm4gZ2V0RGVmYXVsdERyb3BXcmFwcGVyU3R5bGVzKHByb3BzLmRyb3BBcmVhU3RhdGUpXG4gIH19XG5gXG5mdW5jdGlvbiBnZXREZWZhdWx0RHJvcFdyYXBwZXJTdHlsZXMoX2Ryb3BBcmVhU3RhdGU6IG5ldmVyKSB7XG4gIHJldHVybiBjc3NgYFxufVxuIl19 */");
3318
3318
  }
3319
3319
 
3320
- var ActiveDragDropArea = /*#__PURE__*/lazy(() => import('./active-drag-drop-area-56e8d1c5.esm.js' /* webpackChunkName: "active-drag-drop-area" */));
3320
+ var ActiveDragDropArea = /*#__PURE__*/lazy(() => import('./active-drag-drop-area-fb905a01.esm.js' /* webpackChunkName: "active-drag-drop-area" */));
3321
3321
 
3322
- var EnabledDropArea = /*#__PURE__*/lazy(() => import('./enabled-drop-area-ae98c829.esm.js' /* webpackChunkName: "enabled-drop-area" */));
3322
+ var EnabledDropArea = /*#__PURE__*/lazy(() => import('./enabled-drop-area-5d5a61c8.esm.js' /* webpackChunkName: "enabled-drop-area" */));
3323
3323
 
3324
- var FileDropped = /*#__PURE__*/lazy(() => import('./file-dropped-area-b589afa7.esm.js' /* webpackChunkName: "filed-dropped-area" */));
3324
+ var FileDropped = /*#__PURE__*/lazy(() => import('./file-dropped-area-aad1bd09.esm.js' /* webpackChunkName: "filed-dropped-area" */));
3325
3325
 
3326
3326
  function getDropArea(_ref) {
3327
3327
  let dropAreaState = _ref.dropAreaState,
@@ -3402,17 +3402,17 @@ const getChunkImport = locale => {
3402
3402
  const intlLocale = mapLocaleToIntlLocale(locale);
3403
3403
  switch (intlLocale) {
3404
3404
  case 'de':
3405
- return import(/* webpackChunkName: "export-resources-modal-i18n-de" */'./de-458f4116.esm.js');
3405
+ return import(/* webpackChunkName: "export-resources-modal-i18n-de" */'./de-324f2829.esm.js');
3406
3406
  case 'es':
3407
- return import(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-a8553ca8.esm.js');
3407
+ return import(/* webpackChunkName: "export-resources-modal-i18n-es" */'./es-735dbaf2.esm.js');
3408
3408
  case 'fr-FR':
3409
- return import(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-87237d20.esm.js');
3409
+ return import(/* webpackChunkName: "export-resources-modal-i18n-fr-FR" */'./fr-FR-96dce16c.esm.js');
3410
3410
  case 'ja':
3411
3411
  return import(/* webpackChunkName: "export-resources-modal-i18n-ja" */'./ja-73c088a7.esm.js');
3412
3412
  case 'pt-BR':
3413
- return import(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-cf6abfcc.esm.js');
3413
+ return import(/* webpackChunkName: "change-history-i18n-pt-BR" */'./pt-BR-7fd72f5d.esm.js');
3414
3414
  default:
3415
- return import(/* webpackChunkName: "export-resources-modal-i18n-en" */'./en-bf084198.esm.js');
3415
+ return import(/* webpackChunkName: "export-resources-modal-i18n-en" */'./en-015fa203.esm.js');
3416
3416
  }
3417
3417
  };
3418
3418
  const loadMessages = async locale => {
@@ -33,14 +33,50 @@ var ptBR = {
33
33
  developer_comment: "Label for \"Choose file\" button",
34
34
  string: "Escolher arquivo"
35
35
  },
36
+ "ExportResourcesModal.columnSeparatorComma": {
37
+ developer_comment: "Label for comma column separator option",
38
+ string: "comma (,)"
39
+ },
40
+ "ExportResourcesModal.columnSeparatorPipe": {
41
+ developer_comment: "Label for pipe column separator option",
42
+ string: "pipe (|)"
43
+ },
44
+ "ExportResourcesModal.columnSeparatorSemicolon": {
45
+ developer_comment: "Label for semicolon column separator option",
46
+ string: "semicolon (;)"
47
+ },
48
+ "ExportResourcesModal.columnSeparatorTab": {
49
+ developer_comment: "Label for tab column separator option",
50
+ string: "tab (\\t)"
51
+ },
52
+ "ExportResourcesModal.columns": {
53
+ developer_comment: "Label for column separator select",
54
+ string: "Columns:"
55
+ },
36
56
  "ExportResourcesModal.confirmSelection": {
37
57
  developer_comment: "Label for \"Confirm selection\" button",
38
58
  string: "Confirmar seleção"
39
59
  },
60
+ "ExportResourcesModal.csvSettings": {
61
+ developer_comment: "Label for CSV settings section",
62
+ string: "CSV settings:"
63
+ },
40
64
  "ExportResourcesModal.csvUploadFailed": {
41
65
  developer_comment: "CSV upload failed title",
42
66
  string: "Falha ao carregar CSV"
43
67
  },
68
+ "ExportResourcesModal.decimal": {
69
+ developer_comment: "Label for decimal separator select",
70
+ string: "Decimals:"
71
+ },
72
+ "ExportResourcesModal.decimalSeparatorComma": {
73
+ developer_comment: "Label for comma decimal separator option",
74
+ string: "comma (,)"
75
+ },
76
+ "ExportResourcesModal.decimalSeparatorPoint": {
77
+ developer_comment: "Label for point decimal separator option",
78
+ string: "point (.)"
79
+ },
44
80
  "ExportResourcesModal.defineFieldsToIncludeInExport": {
45
81
  developer_comment: "A message to define the fields to include in export",
46
82
  string: "Defina os campos a serem incluídos na sua exportação com um arquivo CSV abaixo. O arquivo deve conter cabeçalhos de coluna no formato predefinido mostrado em <templateLink>nosso modelo</templateLink>. Também é possível usar um CSV exportado anteriormente."
@@ -49,6 +85,10 @@ var ptBR = {
49
85
  developer_comment: "Label for details column",
50
86
  string: "Detalhes"
51
87
  },
88
+ "ExportResourcesModal.documentation": {
89
+ developer_comment: "A label for Documentation link",
90
+ string: "Documentation"
91
+ },
52
92
  "ExportResourcesModal.dragAndDropCSV": {
53
93
  developer_comment: "Label for \"Drag and drop CSV\" text",
54
94
  string: "Arraste e solte o CSV"
@@ -85,10 +125,6 @@ var ptBR = {
85
125
  developer_comment: "Success message",
86
126
  string: "<b>Sua exportação foi iniciada.</b><newline></newline><logsLink>Vá para os Registros de exportação</logsLink> para visualizar o progresso e baixar o arquivo. "
87
127
  },
88
- "ExportResourcesModal.exportPreferences": {
89
- developer_comment: "Label for preferences",
90
- string: "Preferências"
91
- },
92
128
  "ExportResourcesModal.exportPreview": {
93
129
  developer_comment: "Label for export preview step",
94
130
  string: "Prévia da exportação"
@@ -97,10 +133,6 @@ var ptBR = {
97
133
  developer_comment: "The export process may take a while",
98
134
  string: "O processo de exportação pode levar algum tempo. Para visualizar o progresso e baixar o arquivo após iniciar a exportação, vá para a área de <exportLogsLink>Registros de exportação</exportLogsLink>, localizada no <operationsIcon></operationsIcon> menu Operações."
99
135
  },
100
- "ExportResourcesModal.exportScope": {
101
- developer_comment: "Label for Export Scope",
102
- string: "Escopo"
103
- },
104
136
  "ExportResourcesModal.exportScopeAllCategories": {
105
137
  developer_comment: "Label for Export All categories",
106
138
  string: "Exportar tudo: {total, plural, one {# categoria} other {# categorias}}"
@@ -181,10 +213,6 @@ var ptBR = {
181
213
  developer_comment: "Label for Export Selected without count",
182
214
  string: "Exportar seleção"
183
215
  },
184
- "ExportResourcesModal.exportSettings": {
185
- developer_comment: "Label for Export Settings",
186
- string: "Configurações"
187
- },
188
216
  "ExportResourcesModal.fieldDefinitionNotFound": {
189
217
  developer_comment: "Field definition not found error",
190
218
  string: "Definição do campo não encontrada"
@@ -203,19 +231,15 @@ var ptBR = {
203
231
  },
204
232
  "ExportResourcesModal.fieldsToBeExportedInLanguages": {
205
233
  developer_comment: "Label for fields to be exported in languages",
206
- string: "{fieldCount, plural, one {<b>{fieldCount}</b> campos a serem exportados em {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} many {<b>{fieldCount}</b> campos a serem exportados em {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} other {<b>{fieldCount}</b> campos a serem exportados em {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}}}:"
234
+ string: "{fieldCount, plural, one {<b>1</b> field to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} other {<b>{fieldCount}</b> fields to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}}}:"
207
235
  },
208
236
  "ExportResourcesModal.fileName": {
209
237
  developer_comment: "exported file name",
210
238
  string: "Nome do arquivo"
211
239
  },
212
- "ExportResourcesModal.fillRowsForOrderExport": {
213
- developer_comment: "A checkbox label for filling rows for order export",
214
- string: "Incluir número do pedido, ID e estados em cada linha"
215
- },
216
- "ExportResourcesModal.fillRowsForProductExport": {
217
- developer_comment: "A checkbox label for filling rows for product export",
218
- string: "Incluir informações do produto e da variante em cada linha."
240
+ "ExportResourcesModal.fillRows": {
241
+ developer_comment: "A checkbox label for filling rows with complete data",
242
+ string: "Fill all rows with complete data"
219
243
  },
220
244
  "ExportResourcesModal.includeAllLocales": {
221
245
  developer_comment: "label for \"Include all locales\" checkbox",
@@ -305,6 +329,10 @@ var ptBR = {
305
329
  developer_comment: "Label for the product types modal title",
306
330
  string: "Exportar tipos de produtos"
307
331
  },
332
+ "ExportResourcesModal.moreInformation": {
333
+ developer_comment: "A label for more information",
334
+ string: "For more information, refer to the {documentationLink}"
335
+ },
308
336
  "ExportResourcesModal.myViews": {
309
337
  developer_comment: "Label for \"My Views\" Select Field",
310
338
  string: "Minhas visualizações"
@@ -349,6 +377,14 @@ var ptBR = {
349
377
  developer_comment: "Label for query predicate option",
350
378
  string: "Predicado da consulta"
351
379
  },
380
+ "ExportResourcesModal.saveAs": {
381
+ developer_comment: "Label for \"Save as:\"",
382
+ string: "Save as:"
383
+ },
384
+ "ExportResourcesModal.scope": {
385
+ developer_comment: "Label for \"Scope:\"",
386
+ string: "Scope:"
387
+ },
352
388
  "ExportResourcesModal.searchByEnteringTheExactFieldName": {
353
389
  developer_comment: "In Export fields selection - Search by entering the exact field name message",
354
390
  string: "Tente pesquisar inserindo o nome exato do campo."
@@ -380,6 +416,14 @@ var ptBR = {
380
416
  developer_comment: "Label for total Selected",
381
417
  string: "{total} selecionados"
382
418
  },
419
+ "ExportResourcesModal.separators": {
420
+ developer_comment: "Label for separators",
421
+ string: "Separators"
422
+ },
423
+ "ExportResourcesModal.separatorsDescription": {
424
+ developer_comment: "Description for column separators",
425
+ string: "Configure how columns are separated in the exported file"
426
+ },
383
427
  "ExportResourcesModal.showAll": {
384
428
  developer_comment: "Label for \"Show all\" button",
385
429
  string: "Mostrar tudo"
@@ -31,14 +31,50 @@ var ptBR = {
31
31
  developer_comment: "Label for \"Choose file\" button",
32
32
  string: "Escolher arquivo"
33
33
  },
34
+ "ExportResourcesModal.columnSeparatorComma": {
35
+ developer_comment: "Label for comma column separator option",
36
+ string: "comma (,)"
37
+ },
38
+ "ExportResourcesModal.columnSeparatorPipe": {
39
+ developer_comment: "Label for pipe column separator option",
40
+ string: "pipe (|)"
41
+ },
42
+ "ExportResourcesModal.columnSeparatorSemicolon": {
43
+ developer_comment: "Label for semicolon column separator option",
44
+ string: "semicolon (;)"
45
+ },
46
+ "ExportResourcesModal.columnSeparatorTab": {
47
+ developer_comment: "Label for tab column separator option",
48
+ string: "tab (\\t)"
49
+ },
50
+ "ExportResourcesModal.columns": {
51
+ developer_comment: "Label for column separator select",
52
+ string: "Columns:"
53
+ },
34
54
  "ExportResourcesModal.confirmSelection": {
35
55
  developer_comment: "Label for \"Confirm selection\" button",
36
56
  string: "Confirmar seleção"
37
57
  },
58
+ "ExportResourcesModal.csvSettings": {
59
+ developer_comment: "Label for CSV settings section",
60
+ string: "CSV settings:"
61
+ },
38
62
  "ExportResourcesModal.csvUploadFailed": {
39
63
  developer_comment: "CSV upload failed title",
40
64
  string: "Falha ao carregar CSV"
41
65
  },
66
+ "ExportResourcesModal.decimal": {
67
+ developer_comment: "Label for decimal separator select",
68
+ string: "Decimals:"
69
+ },
70
+ "ExportResourcesModal.decimalSeparatorComma": {
71
+ developer_comment: "Label for comma decimal separator option",
72
+ string: "comma (,)"
73
+ },
74
+ "ExportResourcesModal.decimalSeparatorPoint": {
75
+ developer_comment: "Label for point decimal separator option",
76
+ string: "point (.)"
77
+ },
42
78
  "ExportResourcesModal.defineFieldsToIncludeInExport": {
43
79
  developer_comment: "A message to define the fields to include in export",
44
80
  string: "Defina os campos a serem incluídos na sua exportação com um arquivo CSV abaixo. O arquivo deve conter cabeçalhos de coluna no formato predefinido mostrado em <templateLink>nosso modelo</templateLink>. Também é possível usar um CSV exportado anteriormente."
@@ -47,6 +83,10 @@ var ptBR = {
47
83
  developer_comment: "Label for details column",
48
84
  string: "Detalhes"
49
85
  },
86
+ "ExportResourcesModal.documentation": {
87
+ developer_comment: "A label for Documentation link",
88
+ string: "Documentation"
89
+ },
50
90
  "ExportResourcesModal.dragAndDropCSV": {
51
91
  developer_comment: "Label for \"Drag and drop CSV\" text",
52
92
  string: "Arraste e solte o CSV"
@@ -83,10 +123,6 @@ var ptBR = {
83
123
  developer_comment: "Success message",
84
124
  string: "<b>Sua exportação foi iniciada.</b><newline></newline><logsLink>Vá para os Registros de exportação</logsLink> para visualizar o progresso e baixar o arquivo. "
85
125
  },
86
- "ExportResourcesModal.exportPreferences": {
87
- developer_comment: "Label for preferences",
88
- string: "Preferências"
89
- },
90
126
  "ExportResourcesModal.exportPreview": {
91
127
  developer_comment: "Label for export preview step",
92
128
  string: "Prévia da exportação"
@@ -95,10 +131,6 @@ var ptBR = {
95
131
  developer_comment: "The export process may take a while",
96
132
  string: "O processo de exportação pode levar algum tempo. Para visualizar o progresso e baixar o arquivo após iniciar a exportação, vá para a área de <exportLogsLink>Registros de exportação</exportLogsLink>, localizada no <operationsIcon></operationsIcon> menu Operações."
97
133
  },
98
- "ExportResourcesModal.exportScope": {
99
- developer_comment: "Label for Export Scope",
100
- string: "Escopo"
101
- },
102
134
  "ExportResourcesModal.exportScopeAllCategories": {
103
135
  developer_comment: "Label for Export All categories",
104
136
  string: "Exportar tudo: {total, plural, one {# categoria} other {# categorias}}"
@@ -179,10 +211,6 @@ var ptBR = {
179
211
  developer_comment: "Label for Export Selected without count",
180
212
  string: "Exportar seleção"
181
213
  },
182
- "ExportResourcesModal.exportSettings": {
183
- developer_comment: "Label for Export Settings",
184
- string: "Configurações"
185
- },
186
214
  "ExportResourcesModal.fieldDefinitionNotFound": {
187
215
  developer_comment: "Field definition not found error",
188
216
  string: "Definição do campo não encontrada"
@@ -201,19 +229,15 @@ var ptBR = {
201
229
  },
202
230
  "ExportResourcesModal.fieldsToBeExportedInLanguages": {
203
231
  developer_comment: "Label for fields to be exported in languages",
204
- string: "{fieldCount, plural, one {<b>{fieldCount}</b> campos a serem exportados em {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} many {<b>{fieldCount}</b> campos a serem exportados em {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} other {<b>{fieldCount}</b> campos a serem exportados em {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}}}:"
232
+ string: "{fieldCount, plural, one {<b>1</b> field to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}} other {<b>{fieldCount}</b> fields to be exported in {languageCount, plural, one {<b>1</b> language} other {<b>{languageCount}</b> languages}}}}:"
205
233
  },
206
234
  "ExportResourcesModal.fileName": {
207
235
  developer_comment: "exported file name",
208
236
  string: "Nome do arquivo"
209
237
  },
210
- "ExportResourcesModal.fillRowsForOrderExport": {
211
- developer_comment: "A checkbox label for filling rows for order export",
212
- string: "Incluir número do pedido, ID e estados em cada linha"
213
- },
214
- "ExportResourcesModal.fillRowsForProductExport": {
215
- developer_comment: "A checkbox label for filling rows for product export",
216
- string: "Incluir informações do produto e da variante em cada linha."
238
+ "ExportResourcesModal.fillRows": {
239
+ developer_comment: "A checkbox label for filling rows with complete data",
240
+ string: "Fill all rows with complete data"
217
241
  },
218
242
  "ExportResourcesModal.includeAllLocales": {
219
243
  developer_comment: "label for \"Include all locales\" checkbox",
@@ -303,6 +327,10 @@ var ptBR = {
303
327
  developer_comment: "Label for the product types modal title",
304
328
  string: "Exportar tipos de produtos"
305
329
  },
330
+ "ExportResourcesModal.moreInformation": {
331
+ developer_comment: "A label for more information",
332
+ string: "For more information, refer to the {documentationLink}"
333
+ },
306
334
  "ExportResourcesModal.myViews": {
307
335
  developer_comment: "Label for \"My Views\" Select Field",
308
336
  string: "Minhas visualizações"
@@ -347,6 +375,14 @@ var ptBR = {
347
375
  developer_comment: "Label for query predicate option",
348
376
  string: "Predicado da consulta"
349
377
  },
378
+ "ExportResourcesModal.saveAs": {
379
+ developer_comment: "Label for \"Save as:\"",
380
+ string: "Save as:"
381
+ },
382
+ "ExportResourcesModal.scope": {
383
+ developer_comment: "Label for \"Scope:\"",
384
+ string: "Scope:"
385
+ },
350
386
  "ExportResourcesModal.searchByEnteringTheExactFieldName": {
351
387
  developer_comment: "In Export fields selection - Search by entering the exact field name message",
352
388
  string: "Tente pesquisar inserindo o nome exato do campo."
@@ -378,6 +414,14 @@ var ptBR = {
378
414
  developer_comment: "Label for total Selected",
379
415
  string: "{total} selecionados"
380
416
  },
417
+ "ExportResourcesModal.separators": {
418
+ developer_comment: "Label for separators",
419
+ string: "Separators"
420
+ },
421
+ "ExportResourcesModal.separatorsDescription": {
422
+ developer_comment: "Description for column separators",
423
+ string: "Configure how columns are separated in the exported file"
424
+ },
381
425
  "ExportResourcesModal.showAll": {
382
426
  developer_comment: "Label for \"Show all\" button",
383
427
  string: "Mostrar tudo"