@coding-flow/flow-design 0.0.17 → 0.0.18

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.
@@ -64,6 +64,13 @@ const TabBase = ()=>{
64
64
  placeholder: "请输入流程标题"
65
65
  })
66
66
  }),
67
+ /*#__PURE__*/ jsx(CardForm.Item, {
68
+ name: "description",
69
+ label: "流程备注",
70
+ children: /*#__PURE__*/ jsx(Input.TextArea, {
71
+ placeholder: "请输入流程备注"
72
+ })
73
+ }),
67
74
  /*#__PURE__*/ jsx(CardForm.Item, {
68
75
  name: "code",
69
76
  label: "流程编码",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coding-flow/flow-design",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "flow-engine design components ",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -54,16 +54,16 @@
54
54
  "nanoid": "^5.1.6",
55
55
  "react-redux": "^9.2.0",
56
56
  "styled-components": "^5.3.11",
57
- "@coding-flow/flow-pc-ui": "0.0.17",
58
- "@coding-flow/flow-core": "0.0.17",
59
- "@coding-flow/flow-types": "0.0.17",
60
- "@coding-flow/flow-icons": "0.0.17"
57
+ "@coding-flow/flow-core": "0.0.18",
58
+ "@coding-flow/flow-icons": "0.0.18",
59
+ "@coding-flow/flow-types": "0.0.18",
60
+ "@coding-flow/flow-pc-ui": "0.0.18"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@types/lodash-es": "^4.17.12",
64
64
  "@types/styled-components": "^5.1.36",
65
- "@coding-flow/flow-core": "0.0.17",
66
- "@coding-flow/flow-types": "0.0.17"
65
+ "@coding-flow/flow-types": "0.0.18",
66
+ "@coding-flow/flow-core": "0.0.18"
67
67
  },
68
68
  "scripts": {
69
69
  "build": "rslib build",