@nocobase/plugin-kanban 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.
@@ -11,16 +11,16 @@ module.exports = {
11
11
  "@ant-design/icons": "5.2.6",
12
12
  "@formily/react": "2.3.0",
13
13
  "@formily/shared": "2.3.2",
14
- "@nocobase/client": "1.5.24",
14
+ "@nocobase/client": "1.5.26",
15
15
  "antd": "5.12.8",
16
16
  "react": "18.2.0",
17
17
  "react-i18next": "11.18.6",
18
18
  "@emotion/css": "11.13.0",
19
19
  "@formily/antd-v5": "1.1.9",
20
20
  "@formily/core": "2.3.0",
21
- "@nocobase/utils": "1.5.24",
21
+ "@nocobase/utils": "1.5.26",
22
22
  "lodash": "4.17.21",
23
- "@nocobase/server": "1.5.24",
24
- "@nocobase/test": "1.5.24",
23
+ "@nocobase/server": "1.5.26",
24
+ "@nocobase/test": "1.5.26",
25
25
  "antd-style": "3.7.1"
26
26
  };
@@ -0,0 +1,8 @@
1
+ {
2
+ "Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "Utilizzato per ordinare le schede kanban, è possibile selezionare solo i campi di ordinamento corrispondenti ai campi di raggruppamento",
3
+ "Global sorting": "Ordinamento globale",
4
+ "Create sort field": "Crea campo di ordinamento",
5
+ "Convert the following integer fields to sorting fields": "Converti i seguenti campi interi in campi di ordinamento",
6
+ "Sorting field": "Campo di ordinamento",
7
+ "Grouped sorting based on": "Ordinamento raggruppato basato su"
8
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-kanban",
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/block-kanban",
6
6
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/block-kanban",
@@ -17,7 +17,7 @@
17
17
  "devDependencies": {
18
18
  "react-intersection-observer": "^9.8.1"
19
19
  },
20
- "gitHead": "8187daacdcc7b6db09a95015f23354bcf350a9d2",
20
+ "gitHead": "ac88290d32cbc2373bc2a9f6f0302d84f1d9984e",
21
21
  "keywords": [
22
22
  "Blocks"
23
23
  ]