@nocobase/plugin-kanban 1.3.24-beta → 1.3.25-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.
@@ -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.0",
14
- "@nocobase/client": "1.3.24-beta",
14
+ "@nocobase/client": "1.3.25-beta",
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.3.24-beta",
21
+ "@nocobase/utils": "1.3.25-beta",
22
22
  "lodash": "4.17.21",
23
- "@nocobase/server": "1.3.24-beta",
24
- "@nocobase/test": "1.3.24-beta",
23
+ "@nocobase/server": "1.3.25-beta",
24
+ "@nocobase/test": "1.3.25-beta",
25
25
  "antd-style": "3.4.5"
26
26
  };
@@ -0,0 +1,8 @@
1
+ {
2
+ "Used for sorting kanban cards, only sorting fields corresponding to grouping fields can be selected": "かんばんカードの並べ替えに使用され、グループ化フィールドに対応する並べ替えフィールドのみ選択できます",
3
+ "Global sorting": "全体並べ替え",
4
+ "Create sort field": "並べ替えフィールドを作成する",
5
+ "Convert the following integer fields to sorting fields": "以下の整数フィールドを並べ替えフィールドに変換します",
6
+ "Sorting field": "並べ替えフィールド",
7
+ "Grouped sorting based on": "グループ化に基づく並べ替え"
8
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-kanban",
3
- "version": "1.3.24-beta",
3
+ "version": "1.3.25-beta",
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": "d575eb932c5651c2fa8dbef70e5c356efc6bf271",
20
+ "gitHead": "dea17d475f5db81a93fd7c27aebd650c46bb3a45",
21
21
  "keywords": [
22
22
  "Blocks"
23
23
  ]