hlyc-web-pack 3.8.2 → 4.0.0-beta.1
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/lib/Affix/index.d.ts +7 -7
- package/lib/ButtonGroup/index.d.ts +29 -29
- package/lib/Dialog/index.d.ts +24 -24
- package/lib/Empty/index.d.ts +11 -9
- package/lib/GaoDeMap/index.d.ts +23 -23
- package/lib/GenerateForm/index.d.ts +141 -143
- package/lib/GenerateTable/EditableCell/index.d.ts +74 -75
- package/lib/GenerateTable/ResizableTitle/index.d.ts +3 -2
- package/lib/GenerateTable/index.d.ts +115 -115
- package/lib/IconSelectionModal/index.d.ts +16 -16
- package/lib/LayoutFormModal/index.d.ts +74 -73
- package/lib/LayoutTableModal/index.d.ts +95 -95
- package/lib/QuicklyProcessForms/index.d.ts +31 -31
- package/lib/TreeNode/index.d.ts +48 -48
- package/lib/Upload/index.d.ts +26 -26
- package/lib/VirtualList/index.d.ts +24 -24
- package/lib/brother/ConfigProvider/index.d.ts +8 -8
- package/lib/brother/DndWrap/index.d.ts +6 -4
- package/lib/brother/hooks/index.d.ts +16 -17
- package/lib/brother/hooks/useDeepCompareEffect/index.d.ts +7 -7
- package/lib/brother/hooks/useLatest/index.d.ts +2 -3
- package/lib/brother/hooks/useMemoizedFn/index.d.ts +3 -3
- package/lib/brother/hooks/useMethods/index.d.ts +2 -2
- package/lib/brother/hooks/useMount/index.d.ts +2 -2
- package/lib/brother/hooks/useSetState/index.d.ts +2 -2
- package/lib/brother/hooks/useToggle/index.d.ts +10 -10
- package/lib/brother/hooks/useUnmount/index.d.ts +2 -2
- package/lib/brother/hooks/useUpdateEffect/index.d.ts +4 -4
- package/lib/brother/typings/index.d.ts +37 -37
- package/lib/brother/utils/index.d.ts +53 -54
- package/lib/index.cjs.js +25 -0
- package/lib/index.cjs.js.map +1 -0
- package/lib/index.d.ts +16 -16
- package/lib/index.esm.js +25 -0
- package/lib/index.esm.js.map +1 -0
- package/package.json +29 -37
- package/lib/index.js +0 -23
package/package.json
CHANGED
|
@@ -1,25 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hlyc-web-pack",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-beta.1",
|
|
4
4
|
"description": "华旅云创web端组件",
|
|
5
|
-
"main": "lib/index.js",
|
|
6
|
-
"module": "lib/index.js",
|
|
5
|
+
"main": "lib/index.cjs.js",
|
|
6
|
+
"module": "lib/index.esm.js",
|
|
7
7
|
"files": [
|
|
8
8
|
"lib"
|
|
9
9
|
],
|
|
10
10
|
"typings": "lib/index.d.ts",
|
|
11
11
|
"scripts": {
|
|
12
|
-
"build": "rimraf lib && rollup -c rollup.config.
|
|
12
|
+
"build": "rimraf lib && rollup -c rollup.config.mjs",
|
|
13
13
|
"doc": "styleguidist server",
|
|
14
14
|
"build:doc": "rimraf dist_docs && npm run format && styleguidist build",
|
|
15
15
|
"format": "prettier --write \"components/**/*.{ts,tsx,js,less,md}\""
|
|
16
16
|
},
|
|
17
17
|
"author": "hbi",
|
|
18
18
|
"license": "MIT",
|
|
19
|
-
"resolutions": {
|
|
20
|
-
"@types/react": "17.0.2",
|
|
21
|
-
"@types/react-dom": "17.0.2"
|
|
22
|
-
},
|
|
23
19
|
"devDependencies": {
|
|
24
20
|
"@babel/core": "^7.11.6",
|
|
25
21
|
"@babel/plugin-transform-runtime": "^7.13.7",
|
|
@@ -29,16 +25,19 @@
|
|
|
29
25
|
"@babel/runtime": "^7.13.7",
|
|
30
26
|
"@commitlint/cli": "^12.0.0",
|
|
31
27
|
"@commitlint/config-conventional": "^12.0.0",
|
|
32
|
-
"@rollup/plugin-babel": "^
|
|
33
|
-
"@rollup/plugin-commonjs": "^
|
|
34
|
-
"@rollup/plugin-json": "^
|
|
35
|
-
"@rollup/plugin-node-resolve": "^
|
|
28
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
29
|
+
"@rollup/plugin-commonjs": "^28.0.6",
|
|
30
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
31
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
32
|
+
"@rollup/plugin-replace": "^6.0.2",
|
|
33
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
36
34
|
"@types/lodash": "^4.14.181",
|
|
37
|
-
"@types/
|
|
38
|
-
"@types/react
|
|
35
|
+
"@types/node": "^24.0.14",
|
|
36
|
+
"@types/react": "18.2.64",
|
|
37
|
+
"@types/react-dom": "18.2.7",
|
|
39
38
|
"@types/react-resizable": "^1.7.4",
|
|
40
39
|
"@types/uuid": "^8.3.4",
|
|
41
|
-
"@typescript-eslint/parser": "^
|
|
40
|
+
"@typescript-eslint/parser": "^5.62.0",
|
|
42
41
|
"@umijs/fabric": "2.14.1",
|
|
43
42
|
"axios": "^0.21.1",
|
|
44
43
|
"babel-jest": "^26.6.3",
|
|
@@ -57,44 +56,37 @@
|
|
|
57
56
|
"less": "3.12.2",
|
|
58
57
|
"less-loader": "6.2.0",
|
|
59
58
|
"lodash": "^4.17.21",
|
|
60
|
-
"
|
|
59
|
+
"madge": "^8.0.0",
|
|
61
60
|
"plop": "^3.0.5",
|
|
62
61
|
"postcss": "^8.3.6",
|
|
63
62
|
"prettier": "^2.2.1",
|
|
64
|
-
"react": "
|
|
65
|
-
"react-docgen-typescript": "^
|
|
66
|
-
"react-dom": "
|
|
63
|
+
"react": "18.2.0",
|
|
64
|
+
"react-docgen-typescript": "^2.4.0",
|
|
65
|
+
"react-dom": "18.2.0",
|
|
67
66
|
"react-draggable": "^4.4.3",
|
|
68
67
|
"react-resizable": "^3.0.4",
|
|
69
|
-
"react-styleguidist": "^
|
|
70
|
-
"
|
|
71
|
-
"rollup
|
|
68
|
+
"react-styleguidist": "^13.1.4",
|
|
69
|
+
"rimraf": "^6.0.1",
|
|
70
|
+
"rollup": "^4.45.1",
|
|
71
|
+
"rollup-plugin-filesize": "^10.0.0",
|
|
72
72
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
73
|
-
"rollup-plugin-postcss": "^4.0.
|
|
74
|
-
"rollup-plugin-
|
|
75
|
-
"rollup-plugin-typescript2": "^0.30.0",
|
|
73
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
74
|
+
"rollup-plugin-typescript2": "^0.36.0",
|
|
76
75
|
"rsg-components": "^3.0.0",
|
|
77
76
|
"style-loader": "^1.2.1",
|
|
78
77
|
"styled-components": "^5.3.9",
|
|
79
78
|
"tslib": "^2.3.0",
|
|
80
|
-
"typescript": "^
|
|
79
|
+
"typescript": "^5.8.3",
|
|
81
80
|
"uuid": "^8.3.2",
|
|
82
81
|
"webpack": "^5.52.1"
|
|
83
82
|
},
|
|
84
|
-
"peerDependencies": {
|
|
85
|
-
"lodash": "^4.17.21",
|
|
86
|
-
"moment": "^2.29.1",
|
|
87
|
-
"react": "17.0.2",
|
|
88
|
-
"react-dom": "17.0.2",
|
|
89
|
-
"react-draggable": "^4.4.3",
|
|
90
|
-
"uuid": "^8.3.2"
|
|
91
|
-
},
|
|
92
83
|
"dependencies": {
|
|
93
|
-
"
|
|
84
|
+
"@ant-design/icons": "^6.0.0",
|
|
85
|
+
"antd": "5.26.5",
|
|
86
|
+
"dayjs": "^1.11.13",
|
|
94
87
|
"hlyc-web-pack": "file:",
|
|
95
88
|
"immutability-helper": "^3.1.1",
|
|
96
89
|
"react-dnd": "14.0.5",
|
|
97
|
-
"react-dnd-html5-backend": "14.1.0"
|
|
98
|
-
"virtuallist-antd": "^0.8.0-beta.1"
|
|
90
|
+
"react-dnd-html5-backend": "14.1.0"
|
|
99
91
|
}
|
|
100
92
|
}
|