@lonersyk/record-grid 1.0.15 → 1.0.16
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/index.css +1 -1
- package/dist/index.esm.css +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lonersyk/record-grid",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "企业级多维表格组件 - 完全自包含,Gantt 可选",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
],
|
|
14
14
|
"scripts": {
|
|
15
15
|
"dev": "rollup -c -w",
|
|
16
|
-
"build": "
|
|
16
|
+
"build": "NODE_OPTIONS='--max-old-space-size=4096' rollup -c",
|
|
17
17
|
"prepublishOnly": "npm run build",
|
|
18
18
|
"postinstall": "echo '⚠️ 如果遇到依赖冲突,请使用: npm install --legacy-peer-deps'",
|
|
19
19
|
"test": "jest",
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"@ant-design/icons": "^5.6.1",
|
|
41
41
|
"@ant-design/pro-components": "^2.8.9",
|
|
42
42
|
"@ant-design/pro-form": "^2.8.9",
|
|
43
|
+
"@lonersyk/record-grid": "^1.0.15",
|
|
43
44
|
"@tanstack/react-query": "^5.0.0",
|
|
44
45
|
"ag-grid-community": "^33.0.0",
|
|
45
46
|
"ag-grid-enterprise": "^33.0.0",
|
|
@@ -59,6 +60,7 @@
|
|
|
59
60
|
"react-dnd": "^11.1.3",
|
|
60
61
|
"react-dnd-html5-backend": "^11.1.3",
|
|
61
62
|
"react-sortable-hoc": "^2.0.0",
|
|
63
|
+
"react-sticky-box": "^2.0.5",
|
|
62
64
|
"rrule": "^2.7.2",
|
|
63
65
|
"xlsx": "^0.18.5",
|
|
64
66
|
"xlsx-style": "^0.8.13",
|