@nocobase/plugin-multi-app-share-collection 1.4.0-alpha.20240919174335 → 1.4.0-alpha.20240928155737
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 +5 -5
- package/dist/locale/ja_JP.json +14 -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.4.0-alpha.
|
|
13
|
-
"@nocobase/plugin-multi-app-manager": "1.4.0-alpha.
|
|
12
|
+
"@nocobase/client": "1.4.0-alpha.20240928155737",
|
|
13
|
+
"@nocobase/plugin-multi-app-manager": "1.4.0-alpha.20240928155737",
|
|
14
14
|
"antd": "5.12.8",
|
|
15
15
|
"react": "18.2.0",
|
|
16
|
-
"@nocobase/utils": "1.4.0-alpha.
|
|
16
|
+
"@nocobase/utils": "1.4.0-alpha.20240928155737",
|
|
17
17
|
"react-i18next": "11.18.6",
|
|
18
|
-
"@nocobase/database": "1.4.0-alpha.
|
|
19
|
-
"@nocobase/server": "1.4.0-alpha.
|
|
18
|
+
"@nocobase/database": "1.4.0-alpha.20240928155737",
|
|
19
|
+
"@nocobase/server": "1.4.0-alpha.20240928155737",
|
|
20
20
|
"lodash": "4.17.21"
|
|
21
21
|
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Multi-app manager": "マルチアプリ管理",
|
|
3
|
+
"Applications": "アプリケーション",
|
|
4
|
+
"App display name": "アプリ表示名",
|
|
5
|
+
"App ID": "アプリID",
|
|
6
|
+
"Pin to menu": "メニューに固定",
|
|
7
|
+
"Custom domain": "カスタムドメイン",
|
|
8
|
+
"Manage applications": "アプリケーションを管理",
|
|
9
|
+
"Standalone deployment": "スタンドアロンデプロイメント",
|
|
10
|
+
"Auto start": "自動起動",
|
|
11
|
+
"Start mode": "起動モード",
|
|
12
|
+
"Start on first visit": "初回訪問時に起動する",
|
|
13
|
+
"Start with main application": "メインアプリケーションと共に起動する"
|
|
14
|
+
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "多应用数据表共享",
|
|
5
5
|
"description": "",
|
|
6
6
|
"description.zh-CN": "",
|
|
7
|
-
"version": "1.4.0-alpha.
|
|
7
|
+
"version": "1.4.0-alpha.20240928155737",
|
|
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": "f2765665126f5e9b5ae01f9ca6e8a151916554b4",
|
|
27
27
|
"keywords": [
|
|
28
28
|
"System management"
|
|
29
29
|
]
|