@nocobase/plugin-gantt 1.6.2 → 1.6.3

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.6.2",
11
+ "@nocobase/client": "1.6.3",
12
12
  "react": "18.2.0",
13
13
  "@formily/react": "2.3.0",
14
14
  "@ant-design/icons": "5.6.1",
@@ -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.2",
19
- "@nocobase/server": "1.6.2",
20
- "@nocobase/test": "1.6.2",
19
+ "@nocobase/server": "1.6.3",
20
+ "@nocobase/test": "1.6.3",
21
21
  "@emotion/css": "11.13.0",
22
22
  "antd-style": "3.7.1",
23
- "@nocobase/utils": "1.6.2",
23
+ "@nocobase/utils": "1.6.3",
24
24
  "antd": "5.12.8"
25
25
  };
@@ -0,0 +1,7 @@
1
+ {
2
+ "Title field": "Titelfeld",
3
+ "Time scale": "Zeitskala",
4
+ "Start date field": "Startdatumsfeld",
5
+ "End date field": "Enddatumsfeld",
6
+ "Progress field": "Fortschrittsfeld"
7
+ }
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "Title field": "Campo titolo",
3
3
  "Time scale": "Scala temporale",
4
- "Start date field":"Campo data di inizio",
5
- "Progress field":"Campo progresso"
4
+ "Start date field": "Campo data di inizio",
5
+ "End date field": "Campo data di fine",
6
+ "Progress field": "Campo progresso"
6
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-gantt",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
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": "d1f1a2c1a038986f751abdeb82e9df97a2fd9e25",
20
+ "gitHead": "a5236dc36ff3493fee4ced9d99e1889e9de300cf",
21
21
  "keywords": [
22
22
  "Blocks"
23
23
  ]