@plone/volto 17.0.0-alpha.21 → 17.0.0-alpha.23
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/.gitignore~ +71 -0
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +41 -0
- package/locales/ca/LC_MESSAGES/volto.po +14 -4
- package/locales/ca.json +1 -1
- package/locales/de/LC_MESSAGES/volto.po +27 -17
- package/locales/de.json +1 -1
- package/locales/en/LC_MESSAGES/volto.po +15 -5
- package/locales/en.json +1 -1
- package/locales/es/LC_MESSAGES/volto.po +15 -5
- package/locales/es.json +1 -1
- package/locales/eu/LC_MESSAGES/volto.po +14 -4
- package/locales/eu.json +1 -1
- package/locales/fi/LC_MESSAGES/volto.po +14 -4
- package/locales/fi.json +1 -1
- package/locales/fr/LC_MESSAGES/volto.po +14 -4
- package/locales/fr.json +1 -1
- package/locales/it/LC_MESSAGES/volto.po +239 -229
- package/locales/it.json +1 -1
- package/locales/ja/LC_MESSAGES/volto.po +14 -4
- package/locales/ja.json +1 -1
- package/locales/nl/LC_MESSAGES/volto.po +14 -4
- package/locales/nl.json +1 -1
- package/locales/pt/LC_MESSAGES/volto.po +14 -4
- package/locales/pt.json +1 -1
- package/locales/pt_BR/LC_MESSAGES/volto.po +15 -5
- package/locales/pt_BR.json +1 -1
- package/locales/ro/LC_MESSAGES/volto.po +14 -4
- package/locales/ro.json +1 -1
- package/locales/volto.pot +15 -5
- package/locales/zh_CN/LC_MESSAGES/volto.po +14 -4
- package/locales/zh_CN.json +1 -1
- package/news/4547.breaking~ +1 -0
- package/package.json +3 -3
- package/packages/volto-slate/package.json +1 -1
- package/src/actions/relations/rebuild.js +7 -7
- package/src/components/manage/Actions/Actions.jsx +133 -243
- package/src/components/manage/Blocks/Container/Edit.jsx +4 -1
- package/src/components/manage/Blocks/Container/EditBlockWrapper.jsx +1 -0
- package/src/components/manage/Blocks/Grid/Edit.jsx +15 -1
- package/src/components/manage/Blocks/Image/View.jsx +2 -1
- package/src/components/manage/Blocks/Maps/Edit.jsx +135 -209
- package/src/components/manage/Blocks/Search/SearchBlockView.jsx +3 -2
- package/src/components/manage/Contents/ContentsPropertiesModal.jsx +1 -13
- package/src/components/manage/Controlpanels/Groups/RenderGroups.jsx +2 -2
- package/src/components/manage/Controlpanels/Relations/BrokenRelations.jsx +30 -7
- package/src/components/manage/Controlpanels/Relations/Relations.jsx +2 -2
- package/src/components/manage/Controlpanels/Relations/RelationsMatrix.jsx +53 -59
- package/src/components/manage/Controlpanels/Users/RenderUsers.jsx +2 -2
- package/src/components/manage/Delete/Delete.jsx +96 -171
- package/src/components/manage/Widgets/SelectUtils.js +1 -1
- package/src/components/manage/Workflow/Workflow.jsx +75 -184
- package/src/components/theme/PasswordReset/RequestPasswordReset.jsx +95 -170
- package/src/config/Components.jsx +1 -0
- package/src/config/index.js~ +223 -0
- package/src/express-middleware/files.js +8 -6
- package/src/express-middleware/images.js +7 -1
- package/src/helpers/MessageLabels/MessageLabels.js +6 -0
- package/src/reducers/relations/relations.js +1 -1
- package/packages/volto-slate/build/messages/src/blocks/Table/TableBlockEdit.json +0 -90
- package/packages/volto-slate/build/messages/src/blocks/Text/DefaultTextBlockEditor.json +0 -6
- package/packages/volto-slate/build/messages/src/blocks/Text/DetachedTextBlockEditor.json +0 -6
- package/packages/volto-slate/build/messages/src/blocks/Text/SlashMenu.json +0 -6
- package/packages/volto-slate/build/messages/src/editor/plugins/AdvancedLink/index.json +0 -10
- package/packages/volto-slate/build/messages/src/editor/plugins/Link/index.json +0 -10
- package/packages/volto-slate/build/messages/src/editor/plugins/Table/index.json +0 -30
- package/packages/volto-slate/build/messages/src/elementEditor/messages.json +0 -10
- package/packages/volto-slate/build/messages/src/widgets/HtmlSlateWidget.json +0 -6
- package/packages/volto-slate/build/messages/src/widgets/RichTextWidgetView.json +0 -6
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"id": "Delete table",
|
|
4
|
-
"defaultMessage": "Delete table"
|
|
5
|
-
},
|
|
6
|
-
{
|
|
7
|
-
"id": "Insert row before",
|
|
8
|
-
"defaultMessage": "Insert row before"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"id": "Insert row after",
|
|
12
|
-
"defaultMessage": "Insert row after"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"id": "Delete row",
|
|
16
|
-
"defaultMessage": "Delete row"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"id": "Insert col before",
|
|
20
|
-
"defaultMessage": "Insert col before"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"id": "Insert col after",
|
|
24
|
-
"defaultMessage": "Insert col after"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"id": "Delete col",
|
|
28
|
-
"defaultMessage": "Delete col"
|
|
29
|
-
}
|
|
30
|
-
]
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"id": "An error has occurred while editing \"{name}\" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator.",
|
|
4
|
-
"defaultMessage": "An error has occurred while editing \"{name}\" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator."
|
|
5
|
-
}
|
|
6
|
-
]
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"id": "An error has occurred while rendering \"{name}\" field. We have been notified and we are looking into it. If the issue persists please contact the site administrator.",
|
|
4
|
-
"defaultMessage": "An error has occurred while rendering \"{name}\" field. We have been notified and we are looking into it. If the issue persists please contact the site administrator."
|
|
5
|
-
}
|
|
6
|
-
]
|