@coding-flow/flow-design 0.1.8 → 0.2.0
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.
- package/dist/api/index.js +2 -2
- package/package.json +7 -7
package/dist/api/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { HttpClient } from "@coding-flow/flow-core";
|
|
1
|
+
import { HttpClient, resolveHttpTimeout } from "@coding-flow/flow-core";
|
|
2
2
|
import { message } from "antd";
|
|
3
|
-
const httpClient = new HttpClient(
|
|
3
|
+
const httpClient = new HttpClient(resolveHttpTimeout(), {
|
|
4
4
|
success: (msg)=>{
|
|
5
5
|
message.success(msg);
|
|
6
6
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coding-flow/flow-design",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "flow-engine design components ",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -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.
|
|
58
|
-
"@coding-flow/flow-icons": "0.
|
|
59
|
-
"@coding-flow/flow-
|
|
60
|
-
"@coding-flow/flow-
|
|
57
|
+
"@coding-flow/flow-core": "0.2.0",
|
|
58
|
+
"@coding-flow/flow-icons": "0.2.0",
|
|
59
|
+
"@coding-flow/flow-pc-ui": "0.2.0",
|
|
60
|
+
"@coding-flow/flow-types": "0.2.0"
|
|
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.
|
|
66
|
-
"@coding-flow/flow-types": "0.
|
|
65
|
+
"@coding-flow/flow-core": "0.2.0",
|
|
66
|
+
"@coding-flow/flow-types": "0.2.0"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"build": "rslib build",
|