|
@@ -17,6 +17,7 @@
|
|
|
"@types/react": "^18.0.24",
|
|
|
"@types/react-dom": "^18.0.8",
|
|
|
"antd": "^5.0.4",
|
|
|
+ "antd-mobile": "^5.30.0",
|
|
|
"axios": "^1.1.3",
|
|
|
"dayjs": "^1.11.7",
|
|
|
"echarts": "^5.4.0",
|
|
@@ -1876,11 +1877,11 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/@babel/runtime": {
|
|
|
- "version": "7.20.0",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.20.0.tgz",
|
|
|
- "integrity": "sha512-NDYdls71fTXoU8TZHfbBWg7DiZfNzClcKui/+kyi6ppD2L1qnWW3VV6CjtaBXSUGGhiTWJ6ereOIkUvenif66Q==",
|
|
|
+ "version": "7.22.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.22.3.tgz",
|
|
|
+ "integrity": "sha512-XsDuspWKLUsxwCp6r7EhsExHtYfbe5oAGQ19kqngTdCPUoPQzOPdUbD/pB9PJiwb2ptYKQDjSJT3R6dC+EPqfQ==",
|
|
|
"dependencies": {
|
|
|
- "regenerator-runtime": "^0.13.10"
|
|
|
+ "regenerator-runtime": "^0.13.11"
|
|
|
},
|
|
|
"engines": {
|
|
|
"node": ">=6.9.0"
|
|
@@ -2236,6 +2237,19 @@
|
|
|
"node": ">=10"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@floating-ui/core": {
|
|
|
+ "version": "1.2.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.2.6.tgz",
|
|
|
+ "integrity": "sha512-EvYTiXet5XqweYGClEmpu3BoxmsQ4hkj3QaYA6qEnigCWffTP3vNRwBReTdrwDwo7OoJ3wM8Uoe9Uk4n+d4hfg=="
|
|
|
+ },
|
|
|
+ "node_modules/@floating-ui/dom": {
|
|
|
+ "version": "1.2.9",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.2.9.tgz",
|
|
|
+ "integrity": "sha512-sosQxsqgxMNkV3C+3UqTS6LxP7isRLwX8WMepp843Rb3/b0Wz8+MdUkxJksByip3C2WwLugLHN1b4ibn//zKwQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "@floating-ui/core": "^1.2.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@humanwhocodes/config-array": {
|
|
|
"version": "0.11.7",
|
|
|
"resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz",
|
|
@@ -3117,6 +3131,69 @@
|
|
|
"react-dom": ">=16.9.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@react-spring/animated": {
|
|
|
+ "version": "9.6.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@react-spring/animated/-/animated-9.6.1.tgz",
|
|
|
+ "integrity": "sha512-ls/rJBrAqiAYozjLo5EPPLLOb1LM0lNVQcXODTC1SMtS6DbuBCPaKco5svFUQFMP2dso3O+qcC4k9FsKc0KxMQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "@react-spring/shared": "~9.6.1",
|
|
|
+ "@react-spring/types": "~9.6.1"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@react-spring/core": {
|
|
|
+ "version": "9.6.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@react-spring/core/-/core-9.6.1.tgz",
|
|
|
+ "integrity": "sha512-3HAAinAyCPessyQNNXe5W0OHzRfa8Yo5P748paPcmMowZ/4sMfaZ2ZB6e5x5khQI8NusOHj8nquoutd6FRY5WQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "@react-spring/animated": "~9.6.1",
|
|
|
+ "@react-spring/rafz": "~9.6.1",
|
|
|
+ "@react-spring/shared": "~9.6.1",
|
|
|
+ "@react-spring/types": "~9.6.1"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@react-spring/rafz": {
|
|
|
+ "version": "9.6.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@react-spring/rafz/-/rafz-9.6.1.tgz",
|
|
|
+ "integrity": "sha512-v6qbgNRpztJFFfSE3e2W1Uz+g8KnIBs6SmzCzcVVF61GdGfGOuBrbjIcp+nUz301awVmREKi4eMQb2Ab2gGgyQ=="
|
|
|
+ },
|
|
|
+ "node_modules/@react-spring/shared": {
|
|
|
+ "version": "9.6.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@react-spring/shared/-/shared-9.6.1.tgz",
|
|
|
+ "integrity": "sha512-PBFBXabxFEuF8enNLkVqMC9h5uLRBo6GQhRMQT/nRTnemVENimgRd+0ZT4yFnAQ0AxWNiJfX3qux+bW2LbG6Bw==",
|
|
|
+ "dependencies": {
|
|
|
+ "@react-spring/rafz": "~9.6.1",
|
|
|
+ "@react-spring/types": "~9.6.1"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@react-spring/types": {
|
|
|
+ "version": "9.6.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@react-spring/types/-/types-9.6.1.tgz",
|
|
|
+ "integrity": "sha512-POu8Mk0hIU3lRXB3bGIGe4VHIwwDsQyoD1F394OK7STTiX9w4dG3cTLljjYswkQN+hDSHRrj4O36kuVa7KPU8Q=="
|
|
|
+ },
|
|
|
+ "node_modules/@react-spring/web": {
|
|
|
+ "version": "9.6.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@react-spring/web/-/web-9.6.1.tgz",
|
|
|
+ "integrity": "sha512-X2zR6q2Z+FjsWfGAmAXlQaoUHbPmfuCaXpuM6TcwXPpLE1ZD4A1eys/wpXboFQmDkjnrlTmKvpVna1MjWpZ5Hw==",
|
|
|
+ "dependencies": {
|
|
|
+ "@react-spring/animated": "~9.6.1",
|
|
|
+ "@react-spring/core": "~9.6.1",
|
|
|
+ "@react-spring/shared": "~9.6.1",
|
|
|
+ "@react-spring/types": "~9.6.1"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
|
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@rollup/plugin-babel": {
|
|
|
"version": "5.3.1",
|
|
|
"resolved": "https://registry.npmmirror.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
|
|
@@ -3788,6 +3865,11 @@
|
|
|
"pretty-format": "^27.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@types/js-cookie": {
|
|
|
+ "version": "2.2.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/js-cookie/-/js-cookie-2.2.7.tgz",
|
|
|
+ "integrity": "sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA=="
|
|
|
+ },
|
|
|
"node_modules/@types/json-schema": {
|
|
|
"version": "7.0.11",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.11.tgz",
|
|
@@ -4161,6 +4243,22 @@
|
|
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@use-gesture/core": {
|
|
|
+ "version": "10.2.20",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@use-gesture/core/-/core-10.2.20.tgz",
|
|
|
+ "integrity": "sha512-4lFhHc8so4yIHkBEs641DnEsBxPyhJ5GEjB4PURFDH4p/FcZriH6w99knZgI63zN/MBFfylMyb8+PDuj6RIXKQ=="
|
|
|
+ },
|
|
|
+ "node_modules/@use-gesture/react": {
|
|
|
+ "version": "10.2.20",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@use-gesture/react/-/react-10.2.20.tgz",
|
|
|
+ "integrity": "sha512-KnJq9ZSqprWA6uNhWTUHZqTCh+rfa0j8ehTzqeBhktUPrmTj7yVOBvEQ/vSFU/7d72cGgWSsJ0f5T6GQCHXnvg==",
|
|
|
+ "dependencies": {
|
|
|
+ "@use-gesture/core": "10.2.20"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "react": ">= 16.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@webassemblyjs/ast": {
|
|
|
"version": "1.11.1",
|
|
|
"resolved": "https://registry.npmmirror.com/@webassemblyjs/ast/-/ast-1.11.1.tgz",
|
|
@@ -4441,6 +4539,34 @@
|
|
|
"node": ">= 6.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/ahooks": {
|
|
|
+ "version": "3.7.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ahooks/-/ahooks-3.7.7.tgz",
|
|
|
+ "integrity": "sha512-5e5WlPq81Y84UnTLOKIQeq2cJw4aa7yj8fR2Nb/oMmXPrWMjIMCbPS1o+fpxSfCaNA3AzOnnMc8AehWRZltkJQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/runtime": "^7.21.0",
|
|
|
+ "@types/js-cookie": "^2.x.x",
|
|
|
+ "ahooks-v3-count": "^1.0.0",
|
|
|
+ "dayjs": "^1.9.1",
|
|
|
+ "intersection-observer": "^0.12.0",
|
|
|
+ "js-cookie": "^2.x.x",
|
|
|
+ "lodash": "^4.17.21",
|
|
|
+ "resize-observer-polyfill": "^1.5.1",
|
|
|
+ "screenfull": "^5.0.0",
|
|
|
+ "tslib": "^2.4.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/ahooks-v3-count": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ahooks-v3-count/-/ahooks-v3-count-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-V7uUvAwnimu6eh/PED4mCDjE7tokeZQLKlxg9lCTMPhN+NjsSbtdacByVlR1oluXQzD3MOw55wylDmQo4+S9ZQ=="
|
|
|
+ },
|
|
|
"node_modules/ajv": {
|
|
|
"version": "6.12.6",
|
|
|
"resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
|
|
@@ -4590,6 +4716,48 @@
|
|
|
"react-dom": ">=16.9.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/antd-mobile": {
|
|
|
+ "version": "5.30.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/antd-mobile/-/antd-mobile-5.30.0.tgz",
|
|
|
+ "integrity": "sha512-M42VrDvFNzTr1OovLa9HezkD2oXmkDERolha9292FNNTvF1QikIcLZA/o1PDP9+0oWvuz59PW1ZfhjTNx6rUyg==",
|
|
|
+ "dependencies": {
|
|
|
+ "@floating-ui/dom": "^1.2.6",
|
|
|
+ "@rc-component/mini-decimal": "^1.0.1",
|
|
|
+ "@react-spring/web": "~9.6.1",
|
|
|
+ "@use-gesture/react": "10.2.20",
|
|
|
+ "ahooks": "^3.7.6",
|
|
|
+ "antd-mobile-icons": "^0.3.0",
|
|
|
+ "antd-mobile-v5-count": "^1.0.1",
|
|
|
+ "classnames": "^2.3.2",
|
|
|
+ "dayjs": "^1.11.7",
|
|
|
+ "lodash": "^4.17.21",
|
|
|
+ "rc-field-form": "~1.27.4",
|
|
|
+ "rc-util": "^5.30.0",
|
|
|
+ "react-is": "^18.2.0",
|
|
|
+ "runes2": "^1.1.2",
|
|
|
+ "staged-components": "^1.1.3",
|
|
|
+ "tslib": "^2.5.0",
|
|
|
+ "use-sync-external-store": "^1.2.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/antd-mobile-icons": {
|
|
|
+ "version": "0.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/antd-mobile-icons/-/antd-mobile-icons-0.3.0.tgz",
|
|
|
+ "integrity": "sha512-rqINQpJWZWrva9moCd1Ye695MZYWmqLPE+bY8d2xLRy7iSQwPsinCdZYjpUPp2zL/LnKYSyXxP2ut2A+DC+whQ=="
|
|
|
+ },
|
|
|
+ "node_modules/antd-mobile-v5-count": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/antd-mobile-v5-count/-/antd-mobile-v5-count-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-YGsiEDCPUDz3SzfXi6gLZn/HpeSMW+jgPc4qiYUr1fSopg3hkUie2TnooJdExgfiETHefH3Ggs58He0OVfegLA=="
|
|
|
+ },
|
|
|
+ "node_modules/antd-mobile/node_modules/react-is": {
|
|
|
+ "version": "18.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/react-is/-/react-is-18.2.0.tgz",
|
|
|
+ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
|
|
|
+ },
|
|
|
"node_modules/anymatch": {
|
|
|
"version": "3.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.2.tgz",
|
|
@@ -10908,6 +11076,11 @@
|
|
|
"resolved": "https://registry.npmmirror.com/js-base64/-/js-base64-3.7.3.tgz",
|
|
|
"integrity": "sha512-PAr6Xg2jvd7MCR6Ld9Jg3BmTcjYsHEBx1VlwEwULb/qowPf5VD9kEMagj23Gm7JRnSvE/Da/57nChZjnvL8v6A=="
|
|
|
},
|
|
|
+ "node_modules/js-cookie": {
|
|
|
+ "version": "2.2.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/js-cookie/-/js-cookie-2.2.1.tgz",
|
|
|
+ "integrity": "sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ=="
|
|
|
+ },
|
|
|
"node_modules/js-export-excel": {
|
|
|
"version": "1.1.4",
|
|
|
"resolved": "https://registry.npmmirror.com/js-export-excel/-/js-export-excel-1.1.4.tgz",
|
|
@@ -13489,9 +13662,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/rc-field-form": {
|
|
|
- "version": "1.27.3",
|
|
|
- "resolved": "https://registry.npmmirror.com/rc-field-form/-/rc-field-form-1.27.3.tgz",
|
|
|
- "integrity": "sha512-HGqxHnmGQgkPApEcikV4qTg3BLPC82uB/cwBDftDt1pYaqitJfSl5TFTTUMKVEJVT5RqJ2Zi68ME1HmIMX2HAw==",
|
|
|
+ "version": "1.27.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/rc-field-form/-/rc-field-form-1.27.4.tgz",
|
|
|
+ "integrity": "sha512-PQColQnZimGKArnOh8V2907+VzDCXcqtFvHgevDLtqWc/P7YASb/FqntSmdS8q3VND5SHX3Y1vgMIzY22/f/0Q==",
|
|
|
"dependencies": {
|
|
|
"@babel/runtime": "^7.18.0",
|
|
|
"async-validator": "^4.1.0",
|
|
@@ -13948,9 +14121,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/rc-util": {
|
|
|
- "version": "5.27.2",
|
|
|
- "resolved": "https://registry.npmmirror.com/rc-util/-/rc-util-5.27.2.tgz",
|
|
|
- "integrity": "sha512-8XHRbeJOWlTR2Hk1K2xLaPOf7lZu+3taskAGuqOPccA676vB3ygrz3ZgdrA3wml40CzR9RlIEHDWwI7FZT3wBQ==",
|
|
|
+ "version": "5.33.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/rc-util/-/rc-util-5.33.0.tgz",
|
|
|
+ "integrity": "sha512-mq2NkEAnHklq4fgU/JqjiE0PS8+8u33gEWw2bDUNDPck3OroPpSgw/8oEyuFrvPgaZEmt9BgQdh59JfQt2cU+w==",
|
|
|
"dependencies": {
|
|
|
"@babel/runtime": "^7.18.3",
|
|
|
"react-is": "^16.12.0"
|
|
@@ -14449,9 +14622,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/regenerator-runtime": {
|
|
|
- "version": "0.13.10",
|
|
|
- "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.13.10.tgz",
|
|
|
- "integrity": "sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw=="
|
|
|
+ "version": "0.13.11",
|
|
|
+ "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
|
|
|
+ "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="
|
|
|
},
|
|
|
"node_modules/regenerator-transform": {
|
|
|
"version": "0.15.0",
|
|
@@ -14774,6 +14947,11 @@
|
|
|
"queue-microtask": "^1.2.2"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/runes2": {
|
|
|
+ "version": "1.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/runes2/-/runes2-1.1.2.tgz",
|
|
|
+ "integrity": "sha512-v6XIdRpUKdFLNhgF2AC9XvntZsDzxyTpVlpQ8HD592XD6vHiW8jEcHFnTV5ztUjWJC5cGOcdi9YKIwxWVh0f9w=="
|
|
|
+ },
|
|
|
"node_modules/safe-buffer": {
|
|
|
"version": "5.2.1",
|
|
|
"resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
@@ -14885,6 +15063,14 @@
|
|
|
"node": ">= 10.13.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/screenfull": {
|
|
|
+ "version": "5.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/screenfull/-/screenfull-5.2.0.tgz",
|
|
|
+ "integrity": "sha512-9BakfsO2aUQN2K9Fdbj87RJIEZ82Q9IGim7FqM5OsebfoFC6ZHXgDq/KvniuLTPdeM8wY2o6Dj3WQ7KeQCj3cA==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/script-loader": {
|
|
|
"version": "0.7.2",
|
|
|
"resolved": "https://registry.npmmirror.com/script-loader/-/script-loader-0.7.2.tgz",
|
|
@@ -15269,6 +15455,14 @@
|
|
|
"resolved": "https://registry.npmmirror.com/stackframe/-/stackframe-1.3.4.tgz",
|
|
|
"integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw=="
|
|
|
},
|
|
|
+ "node_modules/staged-components": {
|
|
|
+ "version": "1.1.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/staged-components/-/staged-components-1.1.3.tgz",
|
|
|
+ "integrity": "sha512-9EIswzDqjwlEu+ymkV09TTlJfzSbKgEnNteUnZSTxkpMgr5Wx2CzzA9WcMFWBNCldqVPsHVnRGGrApduq2Se5A==",
|
|
|
+ "peerDependencies": {
|
|
|
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/statuses": {
|
|
|
"version": "2.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz",
|
|
@@ -15885,9 +16079,9 @@
|
|
|
}
|
|
|
},
|
|
|
"node_modules/tslib": {
|
|
|
- "version": "2.4.0",
|
|
|
- "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.4.0.tgz",
|
|
|
- "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
|
|
|
+ "version": "2.5.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.5.3.tgz",
|
|
|
+ "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
|
},
|
|
|
"node_modules/tsutils": {
|
|
|
"version": "3.21.0",
|
|
@@ -18352,11 +18546,11 @@
|
|
|
}
|
|
|
},
|
|
|
"@babel/runtime": {
|
|
|
- "version": "7.20.0",
|
|
|
- "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.20.0.tgz",
|
|
|
- "integrity": "sha512-NDYdls71fTXoU8TZHfbBWg7DiZfNzClcKui/+kyi6ppD2L1qnWW3VV6CjtaBXSUGGhiTWJ6ereOIkUvenif66Q==",
|
|
|
+ "version": "7.22.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@babel/runtime/-/runtime-7.22.3.tgz",
|
|
|
+ "integrity": "sha512-XsDuspWKLUsxwCp6r7EhsExHtYfbe5oAGQ19kqngTdCPUoPQzOPdUbD/pB9PJiwb2ptYKQDjSJT3R6dC+EPqfQ==",
|
|
|
"requires": {
|
|
|
- "regenerator-runtime": "^0.13.10"
|
|
|
+ "regenerator-runtime": "^0.13.11"
|
|
|
}
|
|
|
},
|
|
|
"@babel/runtime-corejs3": {
|
|
@@ -18595,6 +18789,19 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ "@floating-ui/core": {
|
|
|
+ "version": "1.2.6",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.2.6.tgz",
|
|
|
+ "integrity": "sha512-EvYTiXet5XqweYGClEmpu3BoxmsQ4hkj3QaYA6qEnigCWffTP3vNRwBReTdrwDwo7OoJ3wM8Uoe9Uk4n+d4hfg=="
|
|
|
+ },
|
|
|
+ "@floating-ui/dom": {
|
|
|
+ "version": "1.2.9",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@floating-ui/dom/-/dom-1.2.9.tgz",
|
|
|
+ "integrity": "sha512-sosQxsqgxMNkV3C+3UqTS6LxP7isRLwX8WMepp843Rb3/b0Wz8+MdUkxJksByip3C2WwLugLHN1b4ibn//zKwQ==",
|
|
|
+ "requires": {
|
|
|
+ "@floating-ui/core": "^1.2.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
"@humanwhocodes/config-array": {
|
|
|
"version": "0.11.7",
|
|
|
"resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz",
|
|
@@ -19254,6 +19461,56 @@
|
|
|
"rc-util": "^5.24.4"
|
|
|
}
|
|
|
},
|
|
|
+ "@react-spring/animated": {
|
|
|
+ "version": "9.6.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@react-spring/animated/-/animated-9.6.1.tgz",
|
|
|
+ "integrity": "sha512-ls/rJBrAqiAYozjLo5EPPLLOb1LM0lNVQcXODTC1SMtS6DbuBCPaKco5svFUQFMP2dso3O+qcC4k9FsKc0KxMQ==",
|
|
|
+ "requires": {
|
|
|
+ "@react-spring/shared": "~9.6.1",
|
|
|
+ "@react-spring/types": "~9.6.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@react-spring/core": {
|
|
|
+ "version": "9.6.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@react-spring/core/-/core-9.6.1.tgz",
|
|
|
+ "integrity": "sha512-3HAAinAyCPessyQNNXe5W0OHzRfa8Yo5P748paPcmMowZ/4sMfaZ2ZB6e5x5khQI8NusOHj8nquoutd6FRY5WQ==",
|
|
|
+ "requires": {
|
|
|
+ "@react-spring/animated": "~9.6.1",
|
|
|
+ "@react-spring/rafz": "~9.6.1",
|
|
|
+ "@react-spring/shared": "~9.6.1",
|
|
|
+ "@react-spring/types": "~9.6.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@react-spring/rafz": {
|
|
|
+ "version": "9.6.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@react-spring/rafz/-/rafz-9.6.1.tgz",
|
|
|
+ "integrity": "sha512-v6qbgNRpztJFFfSE3e2W1Uz+g8KnIBs6SmzCzcVVF61GdGfGOuBrbjIcp+nUz301awVmREKi4eMQb2Ab2gGgyQ=="
|
|
|
+ },
|
|
|
+ "@react-spring/shared": {
|
|
|
+ "version": "9.6.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@react-spring/shared/-/shared-9.6.1.tgz",
|
|
|
+ "integrity": "sha512-PBFBXabxFEuF8enNLkVqMC9h5uLRBo6GQhRMQT/nRTnemVENimgRd+0ZT4yFnAQ0AxWNiJfX3qux+bW2LbG6Bw==",
|
|
|
+ "requires": {
|
|
|
+ "@react-spring/rafz": "~9.6.1",
|
|
|
+ "@react-spring/types": "~9.6.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "@react-spring/types": {
|
|
|
+ "version": "9.6.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@react-spring/types/-/types-9.6.1.tgz",
|
|
|
+ "integrity": "sha512-POu8Mk0hIU3lRXB3bGIGe4VHIwwDsQyoD1F394OK7STTiX9w4dG3cTLljjYswkQN+hDSHRrj4O36kuVa7KPU8Q=="
|
|
|
+ },
|
|
|
+ "@react-spring/web": {
|
|
|
+ "version": "9.6.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@react-spring/web/-/web-9.6.1.tgz",
|
|
|
+ "integrity": "sha512-X2zR6q2Z+FjsWfGAmAXlQaoUHbPmfuCaXpuM6TcwXPpLE1ZD4A1eys/wpXboFQmDkjnrlTmKvpVna1MjWpZ5Hw==",
|
|
|
+ "requires": {
|
|
|
+ "@react-spring/animated": "~9.6.1",
|
|
|
+ "@react-spring/core": "~9.6.1",
|
|
|
+ "@react-spring/shared": "~9.6.1",
|
|
|
+ "@react-spring/types": "~9.6.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
"@rollup/plugin-babel": {
|
|
|
"version": "5.3.1",
|
|
|
"resolved": "https://registry.npmmirror.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
|
|
@@ -19802,6 +20059,11 @@
|
|
|
"pretty-format": "^27.0.0"
|
|
|
}
|
|
|
},
|
|
|
+ "@types/js-cookie": {
|
|
|
+ "version": "2.2.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@types/js-cookie/-/js-cookie-2.2.7.tgz",
|
|
|
+ "integrity": "sha512-aLkWa0C0vO5b4Sr798E26QgOkss68Un0bLjs7u9qxzPT5CG+8DuNTffWES58YzJs3hrVAOs1wonycqEBqNJubA=="
|
|
|
+ },
|
|
|
"@types/json-schema": {
|
|
|
"version": "7.0.11",
|
|
|
"resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.11.tgz",
|
|
@@ -20112,6 +20374,19 @@
|
|
|
"eslint-visitor-keys": "^3.3.0"
|
|
|
}
|
|
|
},
|
|
|
+ "@use-gesture/core": {
|
|
|
+ "version": "10.2.20",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@use-gesture/core/-/core-10.2.20.tgz",
|
|
|
+ "integrity": "sha512-4lFhHc8so4yIHkBEs641DnEsBxPyhJ5GEjB4PURFDH4p/FcZriH6w99knZgI63zN/MBFfylMyb8+PDuj6RIXKQ=="
|
|
|
+ },
|
|
|
+ "@use-gesture/react": {
|
|
|
+ "version": "10.2.20",
|
|
|
+ "resolved": "https://registry.npmmirror.com/@use-gesture/react/-/react-10.2.20.tgz",
|
|
|
+ "integrity": "sha512-KnJq9ZSqprWA6uNhWTUHZqTCh+rfa0j8ehTzqeBhktUPrmTj7yVOBvEQ/vSFU/7d72cGgWSsJ0f5T6GQCHXnvg==",
|
|
|
+ "requires": {
|
|
|
+ "@use-gesture/core": "10.2.20"
|
|
|
+ }
|
|
|
+ },
|
|
|
"@webassemblyjs/ast": {
|
|
|
"version": "1.11.1",
|
|
|
"resolved": "https://registry.npmmirror.com/@webassemblyjs/ast/-/ast-1.11.1.tgz",
|
|
@@ -20353,6 +20628,28 @@
|
|
|
"debug": "4"
|
|
|
}
|
|
|
},
|
|
|
+ "ahooks": {
|
|
|
+ "version": "3.7.7",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ahooks/-/ahooks-3.7.7.tgz",
|
|
|
+ "integrity": "sha512-5e5WlPq81Y84UnTLOKIQeq2cJw4aa7yj8fR2Nb/oMmXPrWMjIMCbPS1o+fpxSfCaNA3AzOnnMc8AehWRZltkJQ==",
|
|
|
+ "requires": {
|
|
|
+ "@babel/runtime": "^7.21.0",
|
|
|
+ "@types/js-cookie": "^2.x.x",
|
|
|
+ "ahooks-v3-count": "^1.0.0",
|
|
|
+ "dayjs": "^1.9.1",
|
|
|
+ "intersection-observer": "^0.12.0",
|
|
|
+ "js-cookie": "^2.x.x",
|
|
|
+ "lodash": "^4.17.21",
|
|
|
+ "resize-observer-polyfill": "^1.5.1",
|
|
|
+ "screenfull": "^5.0.0",
|
|
|
+ "tslib": "^2.4.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "ahooks-v3-count": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/ahooks-v3-count/-/ahooks-v3-count-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-V7uUvAwnimu6eh/PED4mCDjE7tokeZQLKlxg9lCTMPhN+NjsSbtdacByVlR1oluXQzD3MOw55wylDmQo4+S9ZQ=="
|
|
|
+ },
|
|
|
"ajv": {
|
|
|
"version": "6.12.6",
|
|
|
"resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
|
|
@@ -20475,6 +20772,47 @@
|
|
|
"shallowequal": "^1.1.0"
|
|
|
}
|
|
|
},
|
|
|
+ "antd-mobile": {
|
|
|
+ "version": "5.30.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/antd-mobile/-/antd-mobile-5.30.0.tgz",
|
|
|
+ "integrity": "sha512-M42VrDvFNzTr1OovLa9HezkD2oXmkDERolha9292FNNTvF1QikIcLZA/o1PDP9+0oWvuz59PW1ZfhjTNx6rUyg==",
|
|
|
+ "requires": {
|
|
|
+ "@floating-ui/dom": "^1.2.6",
|
|
|
+ "@rc-component/mini-decimal": "^1.0.1",
|
|
|
+ "@react-spring/web": "~9.6.1",
|
|
|
+ "@use-gesture/react": "10.2.20",
|
|
|
+ "ahooks": "^3.7.6",
|
|
|
+ "antd-mobile-icons": "^0.3.0",
|
|
|
+ "antd-mobile-v5-count": "^1.0.1",
|
|
|
+ "classnames": "^2.3.2",
|
|
|
+ "dayjs": "^1.11.7",
|
|
|
+ "lodash": "^4.17.21",
|
|
|
+ "rc-field-form": "~1.27.4",
|
|
|
+ "rc-util": "^5.30.0",
|
|
|
+ "react-is": "^18.2.0",
|
|
|
+ "runes2": "^1.1.2",
|
|
|
+ "staged-components": "^1.1.3",
|
|
|
+ "tslib": "^2.5.0",
|
|
|
+ "use-sync-external-store": "^1.2.0"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "react-is": {
|
|
|
+ "version": "18.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/react-is/-/react-is-18.2.0.tgz",
|
|
|
+ "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w=="
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "antd-mobile-icons": {
|
|
|
+ "version": "0.3.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/antd-mobile-icons/-/antd-mobile-icons-0.3.0.tgz",
|
|
|
+ "integrity": "sha512-rqINQpJWZWrva9moCd1Ye695MZYWmqLPE+bY8d2xLRy7iSQwPsinCdZYjpUPp2zL/LnKYSyXxP2ut2A+DC+whQ=="
|
|
|
+ },
|
|
|
+ "antd-mobile-v5-count": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/antd-mobile-v5-count/-/antd-mobile-v5-count-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-YGsiEDCPUDz3SzfXi6gLZn/HpeSMW+jgPc4qiYUr1fSopg3hkUie2TnooJdExgfiETHefH3Ggs58He0OVfegLA=="
|
|
|
+ },
|
|
|
"anymatch": {
|
|
|
"version": "3.1.2",
|
|
|
"resolved": "https://registry.npmmirror.com/anymatch/-/anymatch-3.1.2.tgz",
|
|
@@ -25437,6 +25775,11 @@
|
|
|
"resolved": "https://registry.npmmirror.com/js-base64/-/js-base64-3.7.3.tgz",
|
|
|
"integrity": "sha512-PAr6Xg2jvd7MCR6Ld9Jg3BmTcjYsHEBx1VlwEwULb/qowPf5VD9kEMagj23Gm7JRnSvE/Da/57nChZjnvL8v6A=="
|
|
|
},
|
|
|
+ "js-cookie": {
|
|
|
+ "version": "2.2.1",
|
|
|
+ "resolved": "https://registry.npmmirror.com/js-cookie/-/js-cookie-2.2.1.tgz",
|
|
|
+ "integrity": "sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ=="
|
|
|
+ },
|
|
|
"js-export-excel": {
|
|
|
"version": "1.1.4",
|
|
|
"resolved": "https://registry.npmmirror.com/js-export-excel/-/js-export-excel-1.1.4.tgz",
|
|
@@ -27277,9 +27620,9 @@
|
|
|
}
|
|
|
},
|
|
|
"rc-field-form": {
|
|
|
- "version": "1.27.3",
|
|
|
- "resolved": "https://registry.npmmirror.com/rc-field-form/-/rc-field-form-1.27.3.tgz",
|
|
|
- "integrity": "sha512-HGqxHnmGQgkPApEcikV4qTg3BLPC82uB/cwBDftDt1pYaqitJfSl5TFTTUMKVEJVT5RqJ2Zi68ME1HmIMX2HAw==",
|
|
|
+ "version": "1.27.4",
|
|
|
+ "resolved": "https://registry.npmmirror.com/rc-field-form/-/rc-field-form-1.27.4.tgz",
|
|
|
+ "integrity": "sha512-PQColQnZimGKArnOh8V2907+VzDCXcqtFvHgevDLtqWc/P7YASb/FqntSmdS8q3VND5SHX3Y1vgMIzY22/f/0Q==",
|
|
|
"requires": {
|
|
|
"@babel/runtime": "^7.18.0",
|
|
|
"async-validator": "^4.1.0",
|
|
@@ -27581,9 +27924,9 @@
|
|
|
}
|
|
|
},
|
|
|
"rc-util": {
|
|
|
- "version": "5.27.2",
|
|
|
- "resolved": "https://registry.npmmirror.com/rc-util/-/rc-util-5.27.2.tgz",
|
|
|
- "integrity": "sha512-8XHRbeJOWlTR2Hk1K2xLaPOf7lZu+3taskAGuqOPccA676vB3ygrz3ZgdrA3wml40CzR9RlIEHDWwI7FZT3wBQ==",
|
|
|
+ "version": "5.33.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/rc-util/-/rc-util-5.33.0.tgz",
|
|
|
+ "integrity": "sha512-mq2NkEAnHklq4fgU/JqjiE0PS8+8u33gEWw2bDUNDPck3OroPpSgw/8oEyuFrvPgaZEmt9BgQdh59JfQt2cU+w==",
|
|
|
"requires": {
|
|
|
"@babel/runtime": "^7.18.3",
|
|
|
"react-is": "^16.12.0"
|
|
@@ -27965,9 +28308,9 @@
|
|
|
}
|
|
|
},
|
|
|
"regenerator-runtime": {
|
|
|
- "version": "0.13.10",
|
|
|
- "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.13.10.tgz",
|
|
|
- "integrity": "sha512-KepLsg4dU12hryUO7bp/axHAKvwGOCV0sGloQtpagJ12ai+ojVDqkeGSiRX1zlq+kjIMZ1t7gpze+26QqtdGqw=="
|
|
|
+ "version": "0.13.11",
|
|
|
+ "resolved": "https://registry.npmmirror.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
|
|
|
+ "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg=="
|
|
|
},
|
|
|
"regenerator-transform": {
|
|
|
"version": "0.15.0",
|
|
@@ -28211,6 +28554,11 @@
|
|
|
"queue-microtask": "^1.2.2"
|
|
|
}
|
|
|
},
|
|
|
+ "runes2": {
|
|
|
+ "version": "1.1.2",
|
|
|
+ "resolved": "https://registry.npmmirror.com/runes2/-/runes2-1.1.2.tgz",
|
|
|
+ "integrity": "sha512-v6XIdRpUKdFLNhgF2AC9XvntZsDzxyTpVlpQ8HD592XD6vHiW8jEcHFnTV5ztUjWJC5cGOcdi9YKIwxWVh0f9w=="
|
|
|
+ },
|
|
|
"safe-buffer": {
|
|
|
"version": "5.2.1",
|
|
|
"resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
@@ -28286,6 +28634,11 @@
|
|
|
"ajv-keywords": "^3.5.2"
|
|
|
}
|
|
|
},
|
|
|
+ "screenfull": {
|
|
|
+ "version": "5.2.0",
|
|
|
+ "resolved": "https://registry.npmmirror.com/screenfull/-/screenfull-5.2.0.tgz",
|
|
|
+ "integrity": "sha512-9BakfsO2aUQN2K9Fdbj87RJIEZ82Q9IGim7FqM5OsebfoFC6ZHXgDq/KvniuLTPdeM8wY2o6Dj3WQ7KeQCj3cA=="
|
|
|
+ },
|
|
|
"script-loader": {
|
|
|
"version": "0.7.2",
|
|
|
"resolved": "https://registry.npmmirror.com/script-loader/-/script-loader-0.7.2.tgz",
|
|
@@ -28616,6 +28969,12 @@
|
|
|
"resolved": "https://registry.npmmirror.com/stackframe/-/stackframe-1.3.4.tgz",
|
|
|
"integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw=="
|
|
|
},
|
|
|
+ "staged-components": {
|
|
|
+ "version": "1.1.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/staged-components/-/staged-components-1.1.3.tgz",
|
|
|
+ "integrity": "sha512-9EIswzDqjwlEu+ymkV09TTlJfzSbKgEnNteUnZSTxkpMgr5Wx2CzzA9WcMFWBNCldqVPsHVnRGGrApduq2Se5A==",
|
|
|
+ "requires": {}
|
|
|
+ },
|
|
|
"statuses": {
|
|
|
"version": "2.0.1",
|
|
|
"resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz",
|
|
@@ -29109,9 +29468,9 @@
|
|
|
}
|
|
|
},
|
|
|
"tslib": {
|
|
|
- "version": "2.4.0",
|
|
|
- "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.4.0.tgz",
|
|
|
- "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
|
|
|
+ "version": "2.5.3",
|
|
|
+ "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.5.3.tgz",
|
|
|
+ "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
|
|
|
},
|
|
|
"tsutils": {
|
|
|
"version": "3.21.0",
|