@commercetools-frontend-extensions/export-resources-modal 0.0.0-canary-20240508124931 → 0.0.0-canary-20240517195613

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.
@@ -0,0 +1,125 @@
1
+ 'use strict';
2
+
3
+ var en = {
4
+ "ExportResourcesModal.back": {
5
+ developer_comment: "Label for \"Back\" button",
6
+ string: "Back"
7
+ },
8
+ "ExportResourcesModal.checkTheSpelling": {
9
+ developer_comment: "In Export fields selection - Check the spelling message",
10
+ string: "Check the spelling."
11
+ },
12
+ "ExportResourcesModal.continue": {
13
+ developer_comment: "Label for \"Continue\" button",
14
+ string: "Continue"
15
+ },
16
+ "ExportResourcesModal.exportAllMessage": {
17
+ developer_comment: "All resources will be exported",
18
+ string: "All <b>{count}</b> {resourceType} will be exported."
19
+ },
20
+ "ExportResourcesModal.exportAllResources": {
21
+ developer_comment: "Export All selection",
22
+ string: "Export all {resourceType} ({count})"
23
+ },
24
+ "ExportResourcesModal.exportBasedOnMyViewsMessage": {
25
+ developer_comment: "Select Export setttings based on my views",
26
+ string: "Select export settings based on:"
27
+ },
28
+ "ExportResourcesModal.exportMatchingMessage": {
29
+ developer_comment: "resources will be exported",
30
+ string: "<b>{count}</b> {resourceType} will be exported."
31
+ },
32
+ "ExportResourcesModal.exportOnlySelectedResources": {
33
+ developer_comment: "Export only selected resources",
34
+ string: "Export selected {resourceType} ({count})"
35
+ },
36
+ "ExportResourcesModal.exportOperationSuccessMessage": {
37
+ developer_comment: "Success message",
38
+ string: "<b>Your export has started.</b> <newline></newline><logsLink>Go to Export logs</logsLink> to view the progress and download the file."
39
+ },
40
+ "ExportResourcesModal.exportSelectedMessage": {
41
+ developer_comment: "resources are selected and will be exported",
42
+ string: "<b>{count}</b> {resourceType} are selected and will be exported."
43
+ },
44
+ "ExportResourcesModal.exportSelection": {
45
+ developer_comment: "Export selection",
46
+ string: "Export selection"
47
+ },
48
+ "ExportResourcesModal.fieldDefinitions": {
49
+ developer_comment: "Label for \"Field definitions\" link",
50
+ string: "Field definitions"
51
+ },
52
+ "ExportResourcesModal.fileName": {
53
+ developer_comment: "exported file name",
54
+ string: "File name"
55
+ },
56
+ "ExportResourcesModal.invalidFileNameError": {
57
+ developer_comment: "Error when file name field is not valid",
58
+ string: "File name may only contain alphanumeric characters, hyphens and underscores"
59
+ },
60
+ "ExportResourcesModal.locale": {
61
+ developer_comment: "Locale",
62
+ string: "Locale"
63
+ },
64
+ "ExportResourcesModal.missingFileNameError": {
65
+ developer_comment: "Error when file name field is missing",
66
+ string: "Please enter a file name"
67
+ },
68
+ "ExportResourcesModal.missingLocaleError": {
69
+ developer_comment: "Error when no locale is selected",
70
+ string: "Please select at least one locale"
71
+ },
72
+ "ExportResourcesModal.modalTitle": {
73
+ developer_comment: "Label for the modal title",
74
+ string: "Export {resourceType}"
75
+ },
76
+ "ExportResourcesModal.myViews": {
77
+ developer_comment: "Label for \"My Views\" Select Field",
78
+ string: "My Views"
79
+ },
80
+ "ExportResourcesModal.nothingApplied": {
81
+ developer_comment: "Shown when there is no filter applied",
82
+ string: "nothing applied"
83
+ },
84
+ "ExportResourcesModal.outputFormat": {
85
+ developer_comment: "File format like (csv, xls, ...etc)",
86
+ string: "File format"
87
+ },
88
+ "ExportResourcesModal.propertiesPanelLabel": {
89
+ developer_comment: "properties panel label",
90
+ string: "Properties"
91
+ },
92
+ "ExportResourcesModal.searchByEnteringTheExactFieldName": {
93
+ developer_comment: "In Export fields selection - Search by entering the exact field name message",
94
+ string: "Try searching by entering the exact field name."
95
+ },
96
+ "ExportResourcesModal.searchForFields": {
97
+ developer_comment: "Placeholder for \"Search for fields\" search input",
98
+ string: "Search for fields"
99
+ },
100
+ "ExportResourcesModal.selectAllLocales": {
101
+ developer_comment: "label for \"Select all locales\" checkbox",
102
+ string: "Select all locales"
103
+ },
104
+ "ExportResourcesModal.selectFieldsToExport": {
105
+ string: "Select fields to export"
106
+ },
107
+ "ExportResourcesModal.startExport": {
108
+ developer_comment: "Label for \"Start export\" button",
109
+ string: "Start export"
110
+ },
111
+ "ExportResourcesModal.suggestions": {
112
+ developer_comment: "In Export fields selection - Suggestions message",
113
+ string: "Suggestions:"
114
+ },
115
+ "ExportResourcesModal.thereAreNoResults": {
116
+ developer_comment: "No search results message",
117
+ string: "There are no results that match your search."
118
+ },
119
+ "ExportResourcesModal.unexpectedError": {
120
+ developer_comment: "Generic notification message when starting export process fails",
121
+ string: "An error occurred while starting the export process. Please try again or contact support if the problem persists."
122
+ }
123
+ };
124
+
125
+ exports["default"] = en;
@@ -0,0 +1,125 @@
1
+ 'use strict';
2
+
3
+ var en = {
4
+ "ExportResourcesModal.back": {
5
+ developer_comment: "Label for \"Back\" button",
6
+ string: "Back"
7
+ },
8
+ "ExportResourcesModal.checkTheSpelling": {
9
+ developer_comment: "In Export fields selection - Check the spelling message",
10
+ string: "Check the spelling."
11
+ },
12
+ "ExportResourcesModal.continue": {
13
+ developer_comment: "Label for \"Continue\" button",
14
+ string: "Continue"
15
+ },
16
+ "ExportResourcesModal.exportAllMessage": {
17
+ developer_comment: "All resources will be exported",
18
+ string: "All <b>{count}</b> {resourceType} will be exported."
19
+ },
20
+ "ExportResourcesModal.exportAllResources": {
21
+ developer_comment: "Export All selection",
22
+ string: "Export all {resourceType} ({count})"
23
+ },
24
+ "ExportResourcesModal.exportBasedOnMyViewsMessage": {
25
+ developer_comment: "Select Export setttings based on my views",
26
+ string: "Select export settings based on:"
27
+ },
28
+ "ExportResourcesModal.exportMatchingMessage": {
29
+ developer_comment: "resources will be exported",
30
+ string: "<b>{count}</b> {resourceType} will be exported."
31
+ },
32
+ "ExportResourcesModal.exportOnlySelectedResources": {
33
+ developer_comment: "Export only selected resources",
34
+ string: "Export selected {resourceType} ({count})"
35
+ },
36
+ "ExportResourcesModal.exportOperationSuccessMessage": {
37
+ developer_comment: "Success message",
38
+ string: "<b>Your export has started.</b> <newline></newline><logsLink>Go to Export logs</logsLink> to view the progress and download the file."
39
+ },
40
+ "ExportResourcesModal.exportSelectedMessage": {
41
+ developer_comment: "resources are selected and will be exported",
42
+ string: "<b>{count}</b> {resourceType} are selected and will be exported."
43
+ },
44
+ "ExportResourcesModal.exportSelection": {
45
+ developer_comment: "Export selection",
46
+ string: "Export selection"
47
+ },
48
+ "ExportResourcesModal.fieldDefinitions": {
49
+ developer_comment: "Label for \"Field definitions\" link",
50
+ string: "Field definitions"
51
+ },
52
+ "ExportResourcesModal.fileName": {
53
+ developer_comment: "exported file name",
54
+ string: "File name"
55
+ },
56
+ "ExportResourcesModal.invalidFileNameError": {
57
+ developer_comment: "Error when file name field is not valid",
58
+ string: "File name may only contain alphanumeric characters, hyphens and underscores"
59
+ },
60
+ "ExportResourcesModal.locale": {
61
+ developer_comment: "Locale",
62
+ string: "Locale"
63
+ },
64
+ "ExportResourcesModal.missingFileNameError": {
65
+ developer_comment: "Error when file name field is missing",
66
+ string: "Please enter a file name"
67
+ },
68
+ "ExportResourcesModal.missingLocaleError": {
69
+ developer_comment: "Error when no locale is selected",
70
+ string: "Please select at least one locale"
71
+ },
72
+ "ExportResourcesModal.modalTitle": {
73
+ developer_comment: "Label for the modal title",
74
+ string: "Export {resourceType}"
75
+ },
76
+ "ExportResourcesModal.myViews": {
77
+ developer_comment: "Label for \"My Views\" Select Field",
78
+ string: "My Views"
79
+ },
80
+ "ExportResourcesModal.nothingApplied": {
81
+ developer_comment: "Shown when there is no filter applied",
82
+ string: "nothing applied"
83
+ },
84
+ "ExportResourcesModal.outputFormat": {
85
+ developer_comment: "File format like (csv, xls, ...etc)",
86
+ string: "File format"
87
+ },
88
+ "ExportResourcesModal.propertiesPanelLabel": {
89
+ developer_comment: "properties panel label",
90
+ string: "Properties"
91
+ },
92
+ "ExportResourcesModal.searchByEnteringTheExactFieldName": {
93
+ developer_comment: "In Export fields selection - Search by entering the exact field name message",
94
+ string: "Try searching by entering the exact field name."
95
+ },
96
+ "ExportResourcesModal.searchForFields": {
97
+ developer_comment: "Placeholder for \"Search for fields\" search input",
98
+ string: "Search for fields"
99
+ },
100
+ "ExportResourcesModal.selectAllLocales": {
101
+ developer_comment: "label for \"Select all locales\" checkbox",
102
+ string: "Select all locales"
103
+ },
104
+ "ExportResourcesModal.selectFieldsToExport": {
105
+ string: "Select fields to export"
106
+ },
107
+ "ExportResourcesModal.startExport": {
108
+ developer_comment: "Label for \"Start export\" button",
109
+ string: "Start export"
110
+ },
111
+ "ExportResourcesModal.suggestions": {
112
+ developer_comment: "In Export fields selection - Suggestions message",
113
+ string: "Suggestions:"
114
+ },
115
+ "ExportResourcesModal.thereAreNoResults": {
116
+ developer_comment: "No search results message",
117
+ string: "There are no results that match your search."
118
+ },
119
+ "ExportResourcesModal.unexpectedError": {
120
+ developer_comment: "Generic notification message when starting export process fails",
121
+ string: "An error occurred while starting the export process. Please try again or contact support if the problem persists."
122
+ }
123
+ };
124
+
125
+ exports["default"] = en;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-frontend-extensions/export-resources-modal",
3
3
  "description": "Shared export modal for exporting resources",
4
- "version": "0.0.0-canary-20240508124931",
4
+ "version": "0.0.0-canary-20240517195613",
5
5
  "license": "BSD-3-Clause",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -27,21 +27,20 @@
27
27
  "moment": "2.30.1",
28
28
  "omit-empty-es": "^1.1.3",
29
29
  "prop-types": "15.8.1",
30
- "react": "17.0.2",
31
- "@commercetools-local/shared": "1.0.0"
30
+ "react": "17.0.2"
32
31
  },
33
32
  "devDependencies": {
34
- "@commercetools-frontend/actions-global": "22.25.1",
35
- "@commercetools-frontend/application-components": "22.25.1",
36
- "@commercetools-frontend/application-shell": "22.25.1",
37
- "@commercetools-frontend/application-shell-connectors": "22.25.1",
38
- "@commercetools-frontend/constants": "22.25.1",
39
- "@commercetools-frontend/i18n": "22.25.1",
40
- "@commercetools-frontend/jest-preset-mc-app": "22.25.1",
41
- "@commercetools-frontend/sdk": "22.25.1",
42
- "@commercetools-frontend/sentry": "22.25.1",
43
- "@commercetools-frontend/ui-kit": "19.2.0",
44
- "@commercetools-uikit/design-system": "19.2.0",
33
+ "@commercetools-frontend/actions-global": "22.27.0",
34
+ "@commercetools-frontend/application-components": "22.27.0",
35
+ "@commercetools-frontend/application-shell": "22.27.0",
36
+ "@commercetools-frontend/application-shell-connectors": "22.27.0",
37
+ "@commercetools-frontend/constants": "22.27.0",
38
+ "@commercetools-frontend/i18n": "22.27.0",
39
+ "@commercetools-frontend/jest-preset-mc-app": "22.27.0",
40
+ "@commercetools-frontend/sdk": "22.27.0",
41
+ "@commercetools-frontend/sentry": "22.27.0",
42
+ "@commercetools-frontend/ui-kit": "19.3.1",
43
+ "@commercetools-uikit/design-system": "19.3.1",
45
44
  "@preconstruct/cli": "2.8.4",
46
45
  "@types/jest": "29.5.12",
47
46
  "@types/testing-library__jest-dom": "^5.14.5",
@@ -52,17 +51,17 @@
52
51
  "rimraf": "5.0.5"
53
52
  },
54
53
  "peerDependencies": {
55
- "@commercetools-frontend/actions-global": "22.x",
56
- "@commercetools-frontend/application-components": "22.x",
57
- "@commercetools-frontend/application-shell": "22.x",
58
- "@commercetools-frontend/application-shell-connectors": "22.x",
59
- "@commercetools-frontend/constants": "22.x",
60
- "@commercetools-frontend/i18n": "22.x",
61
- "@commercetools-frontend/jest-preset-mc-app": "22.x",
62
- "@commercetools-frontend/sdk": "22.x",
63
- "@commercetools-frontend/sentry": "22.x",
64
- "@commercetools-frontend/ui-kit": "17.x || 18.x || 19.x",
65
- "@commercetools-uikit/design-system": "17.x || 18.x || 19.x",
54
+ "@commercetools-frontend/actions-global": "22.27.0",
55
+ "@commercetools-frontend/application-components": "22.27.0",
56
+ "@commercetools-frontend/application-shell": "22.27.0",
57
+ "@commercetools-frontend/application-shell-connectors": "22.27.0",
58
+ "@commercetools-frontend/constants": "22.27.0",
59
+ "@commercetools-frontend/i18n": "22.27.0",
60
+ "@commercetools-frontend/jest-preset-mc-app": "22.27.0",
61
+ "@commercetools-frontend/sdk": "22.27.0",
62
+ "@commercetools-frontend/sentry": "22.27.0",
63
+ "@commercetools-frontend/ui-kit": "19.3.1",
64
+ "@commercetools-uikit/design-system": "19.3.1",
66
65
  "react-intl": "6.x",
67
66
  "react-redux": "7.x",
68
67
  "redux": "4.x"
@@ -1,4 +0,0 @@
1
- var en = {
2
- };
3
-
4
- export { en as default };
@@ -1,6 +0,0 @@
1
- 'use strict';
2
-
3
- var en = {
4
- };
5
-
6
- exports["default"] = en;
@@ -1,6 +0,0 @@
1
- 'use strict';
2
-
3
- var en = {
4
- };
5
-
6
- exports["default"] = en;