@nocobase/plugin-action-custom-request 1.5.24 → 1.5.26

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.
@@ -8,20 +8,20 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.5.24",
11
+ "@nocobase/client": "1.5.26",
12
12
  "react": "18.2.0",
13
13
  "react-i18next": "11.18.6",
14
14
  "@formily/react": "2.3.0",
15
- "@nocobase/logger": "1.5.24",
16
- "@nocobase/server": "1.5.24",
17
- "@nocobase/test": "1.5.24",
15
+ "@nocobase/logger": "1.5.26",
16
+ "@nocobase/server": "1.5.26",
17
+ "@nocobase/test": "1.5.26",
18
18
  "@formily/antd-v5": "1.1.9",
19
19
  "antd": "5.12.8",
20
- "@nocobase/utils": "1.5.24",
20
+ "@nocobase/utils": "1.5.26",
21
21
  "file-saver": "2.0.5",
22
22
  "@formily/shared": "2.3.2",
23
- "@nocobase/actions": "1.5.24",
24
- "@nocobase/evaluators": "1.5.24",
23
+ "@nocobase/actions": "1.5.26",
24
+ "@nocobase/evaluators": "1.5.26",
25
25
  "axios": "1.7.7",
26
- "@nocobase/database": "1.5.24"
26
+ "@nocobase/database": "1.5.26"
27
27
  };
@@ -0,0 +1,26 @@
1
+ {
2
+ "Access control": "Controllo accessi",
3
+ "Custom Request": "Richiesta personalizzata",
4
+ "Request settings": "Impostazioni richiesta",
5
+ "Roles": "Ruoli",
6
+ "If not set, all roles can see this action": "Se non impostato, tutti i ruoli possono vedere questa azione",
7
+ "Title": "Titolo",
8
+ "HTTP method": "Metodo HTTP",
9
+ "URL": "URL",
10
+ "Headers": "Intestazioni",
11
+ "Parameters": "Parametri",
12
+ "Add request header": "Aggiungi intestazione richiesta",
13
+ "Add parameter": "Aggiungi parametro",
14
+ "Enter description info": "Inserisci informazioni descrittive",
15
+ "Body": "Corpo",
16
+ "Use variable": "Usa variabile",
17
+ "Format": "Formato",
18
+ "Insert": "Inserisci",
19
+ "Timeout config": "Configurazione timeout",
20
+ "ms": "ms",
21
+ "Input request data": "Inserisci dati richiesta",
22
+ "Only support standard JSON data": "Supporta solo dati JSON standard",
23
+ "Content-Type only support \"application/json\", and no need to specify": "Content-Type supporta solo \"application/json\", e non è necessario specificarlo",
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": "Quando il metodo HTTP è Post, Put o Patch, e questa richiesta personalizzata è all'interno del modulo, il corpo della richiesta verrà automaticamente riempito con i dati del modulo",
25
+ "Please configure the request settings first": "Per favore configura prima le impostazioni della richiesta"
26
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-action-custom-request",
3
- "version": "1.5.24",
3
+ "version": "1.5.26",
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": "8187daacdcc7b6db09a95015f23354bcf350a9d2",
25
+ "gitHead": "ac88290d32cbc2373bc2a9f6f0302d84f1d9984e",
26
26
  "keywords": [
27
27
  "Actions"
28
28
  ]