@coding-flow/flow-design 0.0.1 → 0.0.2

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.
@@ -106,7 +106,7 @@ class GroovyVariableUtil {
106
106
  label: `${field.name}`,
107
107
  value: `request.getFormData('${field.code}')`,
108
108
  expression: `\${${field.name}}`,
109
- type: field.dateType,
109
+ type: field.dataType,
110
110
  tag: VariableTag.FORM_FIELD,
111
111
  order: 100 + index
112
112
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coding-flow/flow-design",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
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.1",
58
- "@coding-flow/flow-pc-ui": "0.0.1",
59
- "@coding-flow/flow-icons": "0.0.1",
60
- "@coding-flow/flow-types": "0.0.1"
57
+ "@coding-flow/flow-icons": "0.0.2",
58
+ "@coding-flow/flow-pc-ui": "0.0.2",
59
+ "@coding-flow/flow-core": "0.0.2",
60
+ "@coding-flow/flow-types": "0.0.2"
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.1",
66
- "@coding-flow/flow-types": "0.0.1"
65
+ "@coding-flow/flow-core": "0.0.2",
66
+ "@coding-flow/flow-types": "0.0.2"
67
67
  },
68
68
  "scripts": {
69
69
  "build": "rslib build",