@coding-flow/flow-design 0.0.10 → 0.0.11

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.
@@ -7,6 +7,10 @@ const ActionConfigModal = (props)=>/*#__PURE__*/ jsx(Modal, {
7
7
  onCancel: props.onCancel,
8
8
  title: "编辑按钮",
9
9
  width: "70%",
10
+ maskClosable: false,
11
+ mask: {
12
+ closable: false
13
+ },
10
14
  destroyOnHidden: true,
11
15
  onOk: ()=>{
12
16
  props.form.submit();
@@ -16,7 +16,8 @@ const OperatorCreateConfigContent = (props)=>{
16
16
  }),
17
17
  !isAdvance && /*#__PURE__*/ jsx(OperatorCreatePluginView, {
18
18
  script: props.script,
19
- onChange: props.onChange
19
+ onChange: props.onChange,
20
+ action: props.action
20
21
  })
21
22
  ]
22
23
  });
@@ -16,7 +16,8 @@ const OperatorLoadConfigContent = (props)=>{
16
16
  }),
17
17
  !isAdvance && /*#__PURE__*/ jsx(OperatorLoadPluginView, {
18
18
  script: props.script,
19
- onChange: props.onChange
19
+ onChange: props.onChange,
20
+ action: props.action
20
21
  })
21
22
  ]
22
23
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coding-flow/flow-design",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
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-core": "0.0.10",
58
- "@coding-flow/flow-pc-ui": "0.0.10",
59
- "@coding-flow/flow-types": "0.0.10",
60
- "@coding-flow/flow-icons": "0.0.10"
57
+ "@coding-flow/flow-core": "0.0.11",
58
+ "@coding-flow/flow-types": "0.0.11",
59
+ "@coding-flow/flow-icons": "0.0.11",
60
+ "@coding-flow/flow-pc-ui": "0.0.11"
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.10",
66
- "@coding-flow/flow-types": "0.0.10"
65
+ "@coding-flow/flow-core": "0.0.11",
66
+ "@coding-flow/flow-types": "0.0.11"
67
67
  },
68
68
  "scripts": {
69
69
  "build": "rslib build",