@nocobase/plugin-gantt 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.
@@ -8,7 +8,7 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.3.24-beta",
11
+ "@nocobase/client": "1.3.26-beta",
12
12
  "react": "18.2.0",
13
13
  "@formily/react": "2.3.0",
14
14
  "@ant-design/icons": "5.2.6",
@@ -16,10 +16,10 @@ module.exports = {
16
16
  "react-i18next": "11.18.6",
17
17
  "lodash": "4.17.21",
18
18
  "@formily/shared": "2.3.0",
19
- "@nocobase/server": "1.3.24-beta",
20
- "@nocobase/test": "1.3.24-beta",
19
+ "@nocobase/server": "1.3.26-beta",
20
+ "@nocobase/test": "1.3.26-beta",
21
21
  "@emotion/css": "11.13.0",
22
22
  "antd-style": "3.4.5",
23
- "@nocobase/utils": "1.3.24-beta",
23
+ "@nocobase/utils": "1.3.26-beta",
24
24
  "antd": "5.12.8"
25
25
  };
@@ -0,0 +1,7 @@
1
+ {
2
+ "Title field": "タイトルフィールド",
3
+ "Time scale": "タイムスケール",
4
+ "Start date field": "開始日フィールド",
5
+ "Progress field": "進行状況フィールド",
6
+ "End date field": "終了日フィールド"
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-gantt",
3
- "version": "1.3.24-beta",
3
+ "version": "1.3.26-beta",
4
4
  "displayName": "Block: Gantt",
5
5
  "displayName.zh-CN": "区块:甘特图",
6
6
  "description": "Provides Gantt block.",
@@ -17,7 +17,7 @@
17
17
  "@nocobase/server": "1.x",
18
18
  "@nocobase/test": "1.x"
19
19
  },
20
- "gitHead": "d575eb932c5651c2fa8dbef70e5c356efc6bf271",
20
+ "gitHead": "492868e32388615f75ba5af28f33420899d3b211",
21
21
  "keywords": [
22
22
  "Blocks"
23
23
  ]