@nocobase/plugin-multi-app-share-collection 1.7.0-alpha.1 → 1.7.0-alpha.2
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/externalVersion.js +6 -6
- package/dist/locale/de-DE.json +12 -0
- package/dist/locale/nl-NL.json +12 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"@formily/react": "2.3.0",
|
|
12
|
-
"@nocobase/client": "1.7.0-alpha.
|
|
13
|
-
"@nocobase/plugin-multi-app-manager": "1.7.0-alpha.
|
|
14
|
-
"antd": "5.
|
|
12
|
+
"@nocobase/client": "1.7.0-alpha.2",
|
|
13
|
+
"@nocobase/plugin-multi-app-manager": "1.7.0-alpha.2",
|
|
14
|
+
"antd": "5.24.2",
|
|
15
15
|
"react": "18.2.0",
|
|
16
|
-
"@nocobase/utils": "1.7.0-alpha.
|
|
16
|
+
"@nocobase/utils": "1.7.0-alpha.2",
|
|
17
17
|
"react-i18next": "11.18.6",
|
|
18
|
-
"@nocobase/database": "1.7.0-alpha.
|
|
19
|
-
"@nocobase/server": "1.7.0-alpha.
|
|
18
|
+
"@nocobase/database": "1.7.0-alpha.2",
|
|
19
|
+
"@nocobase/server": "1.7.0-alpha.2",
|
|
20
20
|
"lodash": "4.17.21"
|
|
21
21
|
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Share collections": "Sammlungen teilen",
|
|
3
|
+
"Unshared collections": "Nicht geteilte Sammlungen",
|
|
4
|
+
"Shared collections": "Geteilte Sammlungen",
|
|
5
|
+
"All categories": "Alle Kategorien",
|
|
6
|
+
"Enter name or title...": "Name oder Titel eingeben...",
|
|
7
|
+
"Are you sure to add the following collections?": "Sind Sie sicher, dass Sie die folgenden Sammlungen hinzufügen möchten?",
|
|
8
|
+
"Are you sure to remove the following collections?": "Sind Sie sicher, dass Sie die folgenden Sammlungen entfernen möchten?",
|
|
9
|
+
"Collection display name": "Anzeigename der Sammlung",
|
|
10
|
+
"Collection name": "Sammlungsname",
|
|
11
|
+
"Collection category": "Sammlungskategorie"
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Share collections": "Deel collecties",
|
|
3
|
+
"Unshared collections": "Niet-gedeelde collecties",
|
|
4
|
+
"Shared collections": "Gedeelde collecties",
|
|
5
|
+
"All categories": "Alle categorieën",
|
|
6
|
+
"Enter name or title...": "Voeg een naam of titel toe...",
|
|
7
|
+
"Are you sure to add the following collections?": "Weet je zeker dat je de volgende collecties wil toevoegen?",
|
|
8
|
+
"Are you sure to remove the following collections?": "Weet je zeker dat je de volgende collecties wil verwijderen?",
|
|
9
|
+
"Collection display name": "Weergavenaam collectie",
|
|
10
|
+
"Collection name": "Naam collectie",
|
|
11
|
+
"Collection category": "Collectie categorie"
|
|
12
|
+
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "多应用数据表共享",
|
|
5
5
|
"description": "",
|
|
6
6
|
"description.zh-CN": "",
|
|
7
|
-
"version": "1.7.0-alpha.
|
|
7
|
+
"version": "1.7.0-alpha.2",
|
|
8
8
|
"main": "./dist/server/index.js",
|
|
9
9
|
"devDependencies": {
|
|
10
10
|
"@formily/react": "2.x",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@nocobase/test": "1.x",
|
|
24
24
|
"@nocobase/utils": "1.x"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "01751fa626d5692137e3decdac3c66a742b8ea80",
|
|
27
27
|
"keywords": [
|
|
28
28
|
"System management"
|
|
29
29
|
]
|