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

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.6.0-beta.9",
13
- "@nocobase/plugin-multi-app-manager": "1.6.0-beta.9",
12
+ "@nocobase/client": "1.7.0-beta.1",
13
+ "@nocobase/plugin-multi-app-manager": "1.7.0-beta.1",
14
14
  "antd": "5.12.8",
15
15
  "react": "18.2.0",
16
- "@nocobase/utils": "1.6.0-beta.9",
16
+ "@nocobase/utils": "1.7.0-beta.1",
17
17
  "react-i18next": "11.18.6",
18
- "@nocobase/database": "1.6.0-beta.9",
19
- "@nocobase/server": "1.6.0-beta.9",
18
+ "@nocobase/database": "1.7.0-beta.1",
19
+ "@nocobase/server": "1.7.0-beta.1",
20
20
  "lodash": "4.17.21"
21
21
  };
@@ -0,0 +1,12 @@
1
+ {
2
+ "Share collections": "Condividi raccolte",
3
+ "Unshared collections": "Raccolte non condivise",
4
+ "Shared collections": "Raccolte condivise",
5
+ "All categories": "Tutte le categorie",
6
+ "Enter name or title...": "Inserisci nome o titolo...",
7
+ "Are you sure to add the following collections?": "Sei sicuro di voler aggiungere le seguenti raccolte?",
8
+ "Are you sure to remove the following collections?": "Sei sicuro di voler rimuovere le seguenti raccolte?",
9
+ "Collection display name": "Nome visualizzato raccolta",
10
+ "Collection name": "Nome raccolta",
11
+ "Collection category": "Categoria raccolta"
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.6.0-beta.9",
7
+ "version": "1.7.0-beta.1",
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": "eb1ff948fcf7a51175626a1a56a8b8d9b90be006",
26
+ "gitHead": "374a1bc60b3d55fd8b532a57c8fe0423eed1d11e",
27
27
  "keywords": [
28
28
  "System management"
29
29
  ]