@nocobase/plugin-action-custom-request 1.3.24-beta → 1.3.26-beta
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 +8 -8
- package/dist/locale/ja_JP.json +26 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,19 +8,19 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.3.
|
|
11
|
+
"@nocobase/client": "1.3.26-beta",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"react-i18next": "11.18.6",
|
|
14
14
|
"@formily/react": "2.3.0",
|
|
15
|
-
"@nocobase/logger": "1.3.
|
|
16
|
-
"@nocobase/server": "1.3.
|
|
17
|
-
"@nocobase/test": "1.3.
|
|
15
|
+
"@nocobase/logger": "1.3.26-beta",
|
|
16
|
+
"@nocobase/server": "1.3.26-beta",
|
|
17
|
+
"@nocobase/test": "1.3.26-beta",
|
|
18
18
|
"@formily/antd-v5": "1.1.9",
|
|
19
19
|
"antd": "5.12.8",
|
|
20
|
-
"@nocobase/utils": "1.3.
|
|
20
|
+
"@nocobase/utils": "1.3.26-beta",
|
|
21
21
|
"@formily/shared": "2.3.0",
|
|
22
|
-
"@nocobase/actions": "1.3.
|
|
23
|
-
"@nocobase/evaluators": "1.3.
|
|
22
|
+
"@nocobase/actions": "1.3.26-beta",
|
|
23
|
+
"@nocobase/evaluators": "1.3.26-beta",
|
|
24
24
|
"axios": "0.26.1",
|
|
25
|
-
"@nocobase/database": "1.3.
|
|
25
|
+
"@nocobase/database": "1.3.26-beta"
|
|
26
26
|
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Access control": "アクセス制御",
|
|
3
|
+
"Custom Request": "カスタムリクエスト",
|
|
4
|
+
"Request settings": "リクエスト設定",
|
|
5
|
+
"Roles": "役割",
|
|
6
|
+
"If not set, all roles can see this action": "設定しない場合、すべてのロールがこのアクションを確認できます",
|
|
7
|
+
"Title": "タイトル",
|
|
8
|
+
"HTTP method": "HTTP メソッド",
|
|
9
|
+
"URL": "URL",
|
|
10
|
+
"Headers": "ヘッダー",
|
|
11
|
+
"Parameters": "パラメーター",
|
|
12
|
+
"Add request header": "リクエストヘッダーを追加",
|
|
13
|
+
"Add parameter": "パラメーターを追加",
|
|
14
|
+
"Enter description info": "説明情報を入力してください",
|
|
15
|
+
"Body": "ボディ",
|
|
16
|
+
"Use variable": "変数を使用する",
|
|
17
|
+
"Format": "フォーマット",
|
|
18
|
+
"Insert": "挿入する",
|
|
19
|
+
"Timeout config": "タイムアウト設定",
|
|
20
|
+
"ms": "ミリ秒",
|
|
21
|
+
"Input request data": "リクエストデータを入力してください",
|
|
22
|
+
"Only support standard JSON data": "標準JSONデータのみ対応しています",
|
|
23
|
+
"Content-Type only support \"application/json\", and no need to specify": "Content-Type ヘッダーは \"application/json\" のみ対応し、指定は不要です",
|
|
24
|
+
"When the HTTP method is Post, Put or Patch, and this custom request inside the form, the request body will be automatically filled in with the form data": "HTTP メソッドが Post、Put、Patch の場合、このカスタムリクエストがフォーム内にあると、リクエストボディが自動的にフォームデータで埋められます",
|
|
25
|
+
"Please configure the request settings first": "まずリクエスト設定を構成してください"
|
|
26
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-action-custom-request",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.26-beta",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"homepage": "https://docs.nocobase.com/handbook/action-custom-request",
|
|
6
6
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-custom-request",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@nocobase/server": "1.x",
|
|
23
23
|
"@nocobase/test": "1.x"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "492868e32388615f75ba5af28f33420899d3b211",
|
|
26
26
|
"keywords": [
|
|
27
27
|
"Actions"
|
|
28
28
|
]
|