@paroicms/admin-ui 1.72.0 → 1.73.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.html
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<meta name="robots" content="noindex, nofollow" />
|
|
7
|
-
<script type="module" crossorigin src="/adm/assets/index-
|
|
8
|
-
<link rel="stylesheet" crossorigin href="/adm/assets/index-
|
|
7
|
+
<script type="module" crossorigin src="/adm/assets/index-ufzjJoIC.js"></script>
|
|
8
|
+
<link rel="stylesheet" crossorigin href="/adm/assets/index-ySmBcwGT.css">
|
|
9
9
|
</head>
|
|
10
10
|
|
|
11
11
|
<body>
|
package/locales/en.json
CHANGED
|
@@ -58,6 +58,12 @@
|
|
|
58
58
|
"savedToast": "Sub-part has been saved",
|
|
59
59
|
"setPublishDate": "Change publication date of the sub-part"
|
|
60
60
|
},
|
|
61
|
+
"movePart": {
|
|
62
|
+
"title": "Move a sub-part",
|
|
63
|
+
"menuLabel": "Move",
|
|
64
|
+
"searchPlaceholder": "Search for a destination…",
|
|
65
|
+
"success": "Sub-part moved successfully"
|
|
66
|
+
},
|
|
61
67
|
"DocumentEditPanel": {
|
|
62
68
|
"documentDeleted": "Document deleted",
|
|
63
69
|
"mediaDeleted": "Media deleted",
|
package/locales/fr.json
CHANGED
|
@@ -58,6 +58,12 @@
|
|
|
58
58
|
"savedToast": "Sous-partie enregistrée",
|
|
59
59
|
"setPublishDate": "Modifier la date de publication de la sous-partie"
|
|
60
60
|
},
|
|
61
|
+
"movePart": {
|
|
62
|
+
"title": "Déplacer une sous-partie",
|
|
63
|
+
"menuLabel": "Déplacer",
|
|
64
|
+
"searchPlaceholder": "Rechercher une destination…",
|
|
65
|
+
"success": "Sous-partie déplacée avec succès"
|
|
66
|
+
},
|
|
61
67
|
"DocumentEditPanel": {
|
|
62
68
|
"documentDeleted": "Document supprimé",
|
|
63
69
|
"mediaDeleted": "Média supprimé",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paroicms/admin-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.73.0",
|
|
5
5
|
"description": "Admin UI for ParoiCMS",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@apollo/client": "~3.13.8",
|
|
34
34
|
"@paroi/use-async-effect": "~1.0.0",
|
|
35
|
-
"@paroicms/internal-anywhere-lib": "1.31.
|
|
36
|
-
"@paroicms/public-admin-ui-lib": "0.26.
|
|
37
|
-
"@paroicms/public-anywhere-lib": "0.
|
|
35
|
+
"@paroicms/internal-anywhere-lib": "1.31.6",
|
|
36
|
+
"@paroicms/public-admin-ui-lib": "0.26.6",
|
|
37
|
+
"@paroicms/public-anywhere-lib": "0.28.0",
|
|
38
38
|
"@paroicms/react-ui": "0.3.1",
|
|
39
|
-
"@paroicms/ui-logger": "1.13.
|
|
39
|
+
"@paroicms/ui-logger": "1.13.2",
|
|
40
40
|
"@types/react": "~19.1.8",
|
|
41
41
|
"@types/react-dom": "~19.1.6",
|
|
42
42
|
"@vitejs/plugin-react": "~4.5.2",
|