@nocobase/plugin-multi-app-share-collection 1.7.0-beta.1 → 1.7.0-beta.3

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.
@@ -9,13 +9,13 @@
9
9
 
10
10
  module.exports = {
11
11
  "@formily/react": "2.3.0",
12
- "@nocobase/client": "1.7.0-beta.1",
13
- "@nocobase/plugin-multi-app-manager": "1.7.0-beta.1",
12
+ "@nocobase/client": "1.7.0-beta.3",
13
+ "@nocobase/plugin-multi-app-manager": "1.7.0-beta.3",
14
14
  "antd": "5.12.8",
15
15
  "react": "18.2.0",
16
- "@nocobase/utils": "1.7.0-beta.1",
16
+ "@nocobase/utils": "1.7.0-beta.3",
17
17
  "react-i18next": "11.18.6",
18
- "@nocobase/database": "1.7.0-beta.1",
19
- "@nocobase/server": "1.7.0-beta.1",
18
+ "@nocobase/database": "1.7.0-beta.3",
19
+ "@nocobase/server": "1.7.0-beta.3",
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": "Share collections",
3
+ "Unshared collections": "Unshared collections",
4
+ "Shared collections": "Shared collections",
5
+ "All categories": "All categories",
6
+ "Enter name or title...": "Enter name or title...",
7
+ "Are you sure to add the following collections?": "Are you sure to add the following collections?",
8
+ "Are you sure to remove the following collections?": "Are you sure to remove the following collections?",
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-beta.1",
7
+ "version": "1.7.0-beta.3",
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": "374a1bc60b3d55fd8b532a57c8fe0423eed1d11e",
26
+ "gitHead": "8d52cb1d366a968f87c1cd3f98f55f24be3056a5",
27
27
  "keywords": [
28
28
  "System management"
29
29
  ]