Commit c8db59d945d4eb0ec5b0b232d0cff92d73998e90
1 parent
396a7fd5
element update
Showing
2 changed files
with
202 additions
and
58 deletions
package-lock.json
| ... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 | "@element-plus/icons-vue": "^0.2.6", |
| 12 | 12 | "@vitejs/plugin-legacy": "^1.6.4", |
| 13 | 13 | "axios": "^0.14.0", |
| 14 | - "element-plus": "^1.2.0-beta.6", | |
| 14 | + "element-plus": "^2.1.9", | |
| 15 | 15 | "nprogress": "^0.2.0", |
| 16 | 16 | "pinia": "^2.0.9", |
| 17 | 17 | "pinia-persistedstate-plugin": "^0.0.7", |
| ... | ... | @@ -1617,6 +1617,14 @@ |
| 1617 | 1617 | "node": ">=6.9.0" |
| 1618 | 1618 | } |
| 1619 | 1619 | }, |
| 1620 | + "node_modules/@ctrl/tinycolor": { | |
| 1621 | + "version": "3.4.1", | |
| 1622 | + "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.4.1.tgz", | |
| 1623 | + "integrity": "sha512-ej5oVy6lykXsvieQtqZxCOaLT+xD4+QNarq78cIYISHmZXshCvROLudpQN3lfL8G0NL7plMSSK+zlyvCaIJ4Iw==", | |
| 1624 | + "engines": { | |
| 1625 | + "node": ">=10" | |
| 1626 | + } | |
| 1627 | + }, | |
| 1620 | 1628 | "node_modules/@element-plus/icons-vue": { |
| 1621 | 1629 | "version": "0.2.6", |
| 1622 | 1630 | "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-0.2.6.tgz", |
| ... | ... | @@ -1649,10 +1657,23 @@ |
| 1649 | 1657 | "integrity": "sha512-8HqW8EVqjnCmWXVpqAOZf+EGESdkR27odcMMMGefgKXtar00SoYNSryGv//TELI4T3QFsECo78p+0lmalk/CFA==", |
| 1650 | 1658 | "dev": true |
| 1651 | 1659 | }, |
| 1660 | + "node_modules/@floating-ui/core": { | |
| 1661 | + "version": "0.6.2", | |
| 1662 | + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-0.6.2.tgz", | |
| 1663 | + "integrity": "sha512-jktYRmZwmau63adUG3GKOAVCofBXkk55S/zQ94XOorAHhwqFIOFAy1rSp2N0Wp6/tGbe9V3u/ExlGZypyY17rg==" | |
| 1664 | + }, | |
| 1665 | + "node_modules/@floating-ui/dom": { | |
| 1666 | + "version": "0.4.5", | |
| 1667 | + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-0.4.5.tgz", | |
| 1668 | + "integrity": "sha512-b+prvQgJt8pieaKYMSJBXHxX/DYwdLsAWxKYqnO5dO2V4oo/TYBZJAUQCVNjTWWsrs6o4VDrNcP9+E70HAhJdw==", | |
| 1669 | + "dependencies": { | |
| 1670 | + "@floating-ui/core": "^0.6.2" | |
| 1671 | + } | |
| 1672 | + }, | |
| 1652 | 1673 | "node_modules/@popperjs/core": { |
| 1653 | - "version": "2.11.2", | |
| 1654 | - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.2.tgz", | |
| 1655 | - "integrity": "sha512-92FRmppjjqz29VMJ2dn+xdyXZBrMlE42AV6Kq6BwjWV7CNUW1hs2FtxSNLQE+gJhaZ6AAmYuO9y8dshhcBl7vA==", | |
| 1674 | + "version": "2.11.5", | |
| 1675 | + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.5.tgz", | |
| 1676 | + "integrity": "sha512-9X2obfABZuDVLCgPK9aX0a/x4jaOEweTTWE2+9sr0Qqqevj2Uv5XorvusThmc9XGYpS9yI+fhh8RTafBtGposw==", | |
| 1656 | 1677 | "funding": { |
| 1657 | 1678 | "type": "opencollective", |
| 1658 | 1679 | "url": "https://opencollective.com/popperjs" |
| ... | ... | @@ -1714,6 +1735,19 @@ |
| 1714 | 1735 | "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", |
| 1715 | 1736 | "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" |
| 1716 | 1737 | }, |
| 1738 | + "node_modules/@types/lodash": { | |
| 1739 | + "version": "4.14.181", | |
| 1740 | + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.181.tgz", | |
| 1741 | + "integrity": "sha512-n3tyKthHJbkiWhDZs3DkhkCzt2MexYHXlX0td5iMplyfwketaOeKboEVBqzceH7juqvEg3q5oUoBFxSLu7zFag==" | |
| 1742 | + }, | |
| 1743 | + "node_modules/@types/lodash-es": { | |
| 1744 | + "version": "4.17.6", | |
| 1745 | + "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.6.tgz", | |
| 1746 | + "integrity": "sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg==", | |
| 1747 | + "dependencies": { | |
| 1748 | + "@types/lodash": "*" | |
| 1749 | + } | |
| 1750 | + }, | |
| 1717 | 1751 | "node_modules/@types/node": { |
| 1718 | 1752 | "version": "17.0.13", |
| 1719 | 1753 | "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.13.tgz", |
| ... | ... | @@ -1966,6 +2000,14 @@ |
| 1966 | 2000 | "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.25.tgz", |
| 1967 | 2001 | "integrity": "sha512-DkHJFV2gw9WBRmUCa21eyG0WvlF0l1QFOgTkWj29O4mt2Tv3BSE5PQOKhUruZIym4bBYCqx9ZGtoD1WohDprow==" |
| 1968 | 2002 | }, |
| 2003 | + "node_modules/@vueuse/metadata": { | |
| 2004 | + "version": "8.2.6", | |
| 2005 | + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-8.2.6.tgz", | |
| 2006 | + "integrity": "sha512-OBKtafCt+4RcEJlYDCjp1vl65pBCL2g4TmipEtdZ8/qphKlW6nakJbkY7XRN5grPmjqU99/ahJGtyGk5NHS2hw==", | |
| 2007 | + "funding": { | |
| 2008 | + "url": "https://github.com/sponsors/antfu" | |
| 2009 | + } | |
| 2010 | + }, | |
| 1969 | 2011 | "node_modules/acorn": { |
| 1970 | 2012 | "version": "7.4.1", |
| 1971 | 2013 | "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", |
| ... | ... | @@ -2303,9 +2345,9 @@ |
| 2303 | 2345 | "integrity": "sha512-ZVxXaNy28/k3kJg0Fou5MiYpp88j7H9hLZp8PDC3jV0WFjfH5E9xHb56L0W59cPbKbcHXeP4qyT8PrHp8t6LcQ==" |
| 2304 | 2346 | }, |
| 2305 | 2347 | "node_modules/dayjs": { |
| 2306 | - "version": "1.10.7", | |
| 2307 | - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz", | |
| 2308 | - "integrity": "sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==" | |
| 2348 | + "version": "1.11.1", | |
| 2349 | + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.1.tgz", | |
| 2350 | + "integrity": "sha512-ER7EjqVAMkRRsxNCC5YqJ9d9VQYuWdGt7aiH2qA5R5wt8ZmWaP2dLUSIK6y/kVzLMlmh1Tvu5xUf4M/wdGJ5KA==" | |
| 2309 | 2351 | }, |
| 2310 | 2352 | "node_modules/debug": { |
| 2311 | 2353 | "version": "2.6.9", |
| ... | ... | @@ -2415,29 +2457,45 @@ |
| 2415 | 2457 | "integrity": "sha512-0k/S0FQqRRpJbX7YUjwCcLZ8D42RqGKtaiq90adXBOYgTIWwLA/g3toO8k9yEpqU8iC4QyaWYYWSTBIna8WV4g==" |
| 2416 | 2458 | }, |
| 2417 | 2459 | "node_modules/element-plus": { |
| 2418 | - "version": "1.2.0-beta.6", | |
| 2419 | - "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-1.2.0-beta.6.tgz", | |
| 2420 | - "integrity": "sha512-8EdSIR/5/FHcSB8w1diAh+gJMHgxIvxuZoayY99k6taAR1QyEFHuPTgFccZLopJ1+iP4UEsZFz49l57qS08Utw==", | |
| 2421 | - "dependencies": { | |
| 2422 | - "@element-plus/icons-vue": "^0.2.2", | |
| 2423 | - "@popperjs/core": "^2.10.2", | |
| 2424 | - "@vueuse/core": "^7.0.0", | |
| 2460 | + "version": "2.1.9", | |
| 2461 | + "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.1.9.tgz", | |
| 2462 | + "integrity": "sha512-6mWqS3YrmJPnouWP4otzL8+MehfOnDFqDbcIdnmC07p+Z0JkWe/CVKc4Wky8AYC8nyDMUQyiZYvooCbqGuM7pg==", | |
| 2463 | + "dependencies": { | |
| 2464 | + "@ctrl/tinycolor": "^3.4.0", | |
| 2465 | + "@element-plus/icons-vue": "^1.1.4", | |
| 2466 | + "@floating-ui/dom": "^0.4.2", | |
| 2467 | + "@popperjs/core": "^2.11.4", | |
| 2468 | + "@types/lodash": "^4.14.181", | |
| 2469 | + "@types/lodash-es": "^4.17.6", | |
| 2470 | + "@vueuse/core": "^8.2.4", | |
| 2425 | 2471 | "async-validator": "^4.0.7", |
| 2426 | - "dayjs": "^1.10.7", | |
| 2472 | + "dayjs": "^1.11.0", | |
| 2473 | + "escape-html": "^1.0.3", | |
| 2427 | 2474 | "lodash": "^4.17.21", |
| 2475 | + "lodash-es": "^4.17.21", | |
| 2476 | + "lodash-unified": "^1.0.2", | |
| 2428 | 2477 | "memoize-one": "^6.0.0", |
| 2429 | - "normalize-wheel-es": "^1.1.1" | |
| 2478 | + "normalize-wheel-es": "^1.1.2" | |
| 2430 | 2479 | }, |
| 2431 | 2480 | "peerDependencies": { |
| 2432 | 2481 | "vue": "^3.2.0" |
| 2433 | 2482 | } |
| 2434 | 2483 | }, |
| 2484 | + "node_modules/element-plus/node_modules/@element-plus/icons-vue": { | |
| 2485 | + "version": "1.1.4", | |
| 2486 | + "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-1.1.4.tgz", | |
| 2487 | + "integrity": "sha512-Iz/nHqdp1sFPmdzRwHkEQQA3lKvoObk8azgABZ81QUOpW9s/lUyQVUSh0tNtEPZXQlKwlSh7SPgoVxzrE0uuVQ==", | |
| 2488 | + "peerDependencies": { | |
| 2489 | + "vue": "^3.2.0" | |
| 2490 | + } | |
| 2491 | + }, | |
| 2435 | 2492 | "node_modules/element-plus/node_modules/@vueuse/core": { |
| 2436 | - "version": "7.5.5", | |
| 2437 | - "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-7.5.5.tgz", | |
| 2438 | - "integrity": "sha512-RBDqmIoGfak4h3xdXa/Av+ibkb8NY044wEy6+PG2FAWNaID8/FkqmSFjbxogrbmpSX1yZ1PBHrM8DUp/FrIpbg==", | |
| 2493 | + "version": "8.2.6", | |
| 2494 | + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-8.2.6.tgz", | |
| 2495 | + "integrity": "sha512-fzlpM3B5oVe+UhCT1mXlhG1Zxdq2lq1Z2AvddSB8+RxrsSFzII7DKfsQEz8Vop7Lzc++4m8drTNbhPovYoFqHw==", | |
| 2439 | 2496 | "dependencies": { |
| 2440 | - "@vueuse/shared": "7.5.5", | |
| 2497 | + "@vueuse/metadata": "8.2.6", | |
| 2498 | + "@vueuse/shared": "8.2.6", | |
| 2441 | 2499 | "vue-demi": "*" |
| 2442 | 2500 | }, |
| 2443 | 2501 | "funding": { |
| ... | ... | @@ -2457,9 +2515,9 @@ |
| 2457 | 2515 | } |
| 2458 | 2516 | }, |
| 2459 | 2517 | "node_modules/element-plus/node_modules/@vueuse/core/node_modules/@vueuse/shared": { |
| 2460 | - "version": "7.5.5", | |
| 2461 | - "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-7.5.5.tgz", | |
| 2462 | - "integrity": "sha512-mzzTsotHQRPnPAChy8iCv6ek/90CKYhAFyMRgNsMxpT0afZJkbMO/X0OaOu/1NuGbgb8UVjlsWKmCUgKTOF5hA==", | |
| 2518 | + "version": "8.2.6", | |
| 2519 | + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-8.2.6.tgz", | |
| 2520 | + "integrity": "sha512-J/W4CMfdL8TahELuSOgtfVO4eQXTjhigp7dVWIBsLUVFCeY9d49gvHUcQN3y5xYLZ6iNP57TjTQjMMT/zhklkw==", | |
| 2463 | 2521 | "dependencies": { |
| 2464 | 2522 | "vue-demi": "*" |
| 2465 | 2523 | }, |
| ... | ... | @@ -2480,9 +2538,9 @@ |
| 2480 | 2538 | } |
| 2481 | 2539 | }, |
| 2482 | 2540 | "node_modules/element-plus/node_modules/@vueuse/core/node_modules/vue-demi": { |
| 2483 | - "version": "0.12.1", | |
| 2484 | - "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.12.1.tgz", | |
| 2485 | - "integrity": "sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==", | |
| 2541 | + "version": "0.12.5", | |
| 2542 | + "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.12.5.tgz", | |
| 2543 | + "integrity": "sha512-BREuTgTYlUr0zw0EZn3hnhC3I6gPWv+Kwh4MCih6QcAeaTlaIX0DwOVN0wHej7hSvDPecz4jygy/idsgKfW58Q==", | |
| 2486 | 2544 | "hasInstallScript": true, |
| 2487 | 2545 | "bin": { |
| 2488 | 2546 | "vue-demi-fix": "bin/vue-demi-fix.js", |
| ... | ... | @@ -2772,6 +2830,11 @@ |
| 2772 | 2830 | "node": ">=6" |
| 2773 | 2831 | } |
| 2774 | 2832 | }, |
| 2833 | + "node_modules/escape-html": { | |
| 2834 | + "version": "1.0.3", | |
| 2835 | + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", | |
| 2836 | + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" | |
| 2837 | + }, | |
| 2775 | 2838 | "node_modules/escape-string-regexp": { |
| 2776 | 2839 | "version": "1.0.5", |
| 2777 | 2840 | "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", |
| ... | ... | @@ -3169,6 +3232,21 @@ |
| 3169 | 3232 | "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", |
| 3170 | 3233 | "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" |
| 3171 | 3234 | }, |
| 3235 | + "node_modules/lodash-es": { | |
| 3236 | + "version": "4.17.21", | |
| 3237 | + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", | |
| 3238 | + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" | |
| 3239 | + }, | |
| 3240 | + "node_modules/lodash-unified": { | |
| 3241 | + "version": "1.0.2", | |
| 3242 | + "resolved": "https://registry.npmjs.org/lodash-unified/-/lodash-unified-1.0.2.tgz", | |
| 3243 | + "integrity": "sha512-OGbEy+1P+UT26CYi4opY4gebD8cWRDxAT6MAObIVQMiqYdxZr1g3QHWCToVsm31x2NkLS4K3+MC2qInaRMa39g==", | |
| 3244 | + "peerDependencies": { | |
| 3245 | + "@types/lodash-es": "*", | |
| 3246 | + "lodash": "*", | |
| 3247 | + "lodash-es": "*" | |
| 3248 | + } | |
| 3249 | + }, | |
| 3172 | 3250 | "node_modules/lodash.debounce": { |
| 3173 | 3251 | "version": "4.0.8", |
| 3174 | 3252 | "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", |
| ... | ... | @@ -3250,9 +3328,9 @@ |
| 3250 | 3328 | } |
| 3251 | 3329 | }, |
| 3252 | 3330 | "node_modules/normalize-wheel-es": { |
| 3253 | - "version": "1.1.1", | |
| 3254 | - "resolved": "https://registry.npmjs.org/normalize-wheel-es/-/normalize-wheel-es-1.1.1.tgz", | |
| 3255 | - "integrity": "sha512-157VNH4CngrcsvF8xOVOe22cwniIR3nxSltdctvQeHZj8JttEeOXffK28jucWfWBXs0QNetAumjc1GiInnwX4w==" | |
| 3331 | + "version": "1.1.2", | |
| 3332 | + "resolved": "https://registry.npmjs.org/normalize-wheel-es/-/normalize-wheel-es-1.1.2.tgz", | |
| 3333 | + "integrity": "sha512-scX83plWJXYH1J4+BhAuIHadROzxX0UBF3+HuZNY2Ks8BciE7tSTQ+5JhTsvzjaO0/EJdm4JBGrfObKxFf3Png==" | |
| 3256 | 3334 | }, |
| 3257 | 3335 | "node_modules/nprogress": { |
| 3258 | 3336 | "version": "0.2.0", |
| ... | ... | @@ -5355,6 +5433,11 @@ |
| 5355 | 5433 | "to-fast-properties": "^2.0.0" |
| 5356 | 5434 | } |
| 5357 | 5435 | }, |
| 5436 | + "@ctrl/tinycolor": { | |
| 5437 | + "version": "3.4.1", | |
| 5438 | + "resolved": "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.4.1.tgz", | |
| 5439 | + "integrity": "sha512-ej5oVy6lykXsvieQtqZxCOaLT+xD4+QNarq78cIYISHmZXshCvROLudpQN3lfL8G0NL7plMSSK+zlyvCaIJ4Iw==" | |
| 5440 | + }, | |
| 5358 | 5441 | "@element-plus/icons-vue": { |
| 5359 | 5442 | "version": "0.2.6", |
| 5360 | 5443 | "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-0.2.6.tgz", |
| ... | ... | @@ -5385,10 +5468,23 @@ |
| 5385 | 5468 | "integrity": "sha512-8HqW8EVqjnCmWXVpqAOZf+EGESdkR27odcMMMGefgKXtar00SoYNSryGv//TELI4T3QFsECo78p+0lmalk/CFA==", |
| 5386 | 5469 | "dev": true |
| 5387 | 5470 | }, |
| 5471 | + "@floating-ui/core": { | |
| 5472 | + "version": "0.6.2", | |
| 5473 | + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-0.6.2.tgz", | |
| 5474 | + "integrity": "sha512-jktYRmZwmau63adUG3GKOAVCofBXkk55S/zQ94XOorAHhwqFIOFAy1rSp2N0Wp6/tGbe9V3u/ExlGZypyY17rg==" | |
| 5475 | + }, | |
| 5476 | + "@floating-ui/dom": { | |
| 5477 | + "version": "0.4.5", | |
| 5478 | + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-0.4.5.tgz", | |
| 5479 | + "integrity": "sha512-b+prvQgJt8pieaKYMSJBXHxX/DYwdLsAWxKYqnO5dO2V4oo/TYBZJAUQCVNjTWWsrs6o4VDrNcP9+E70HAhJdw==", | |
| 5480 | + "requires": { | |
| 5481 | + "@floating-ui/core": "^0.6.2" | |
| 5482 | + } | |
| 5483 | + }, | |
| 5388 | 5484 | "@popperjs/core": { |
| 5389 | - "version": "2.11.2", | |
| 5390 | - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.2.tgz", | |
| 5391 | - "integrity": "sha512-92FRmppjjqz29VMJ2dn+xdyXZBrMlE42AV6Kq6BwjWV7CNUW1hs2FtxSNLQE+gJhaZ6AAmYuO9y8dshhcBl7vA==" | |
| 5485 | + "version": "2.11.5", | |
| 5486 | + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.5.tgz", | |
| 5487 | + "integrity": "sha512-9X2obfABZuDVLCgPK9aX0a/x4jaOEweTTWE2+9sr0Qqqevj2Uv5XorvusThmc9XGYpS9yI+fhh8RTafBtGposw==" | |
| 5392 | 5488 | }, |
| 5393 | 5489 | "@rollup/plugin-commonjs": { |
| 5394 | 5490 | "version": "15.1.0", |
| ... | ... | @@ -5435,6 +5531,19 @@ |
| 5435 | 5531 | "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", |
| 5436 | 5532 | "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==" |
| 5437 | 5533 | }, |
| 5534 | + "@types/lodash": { | |
| 5535 | + "version": "4.14.181", | |
| 5536 | + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.181.tgz", | |
| 5537 | + "integrity": "sha512-n3tyKthHJbkiWhDZs3DkhkCzt2MexYHXlX0td5iMplyfwketaOeKboEVBqzceH7juqvEg3q5oUoBFxSLu7zFag==" | |
| 5538 | + }, | |
| 5539 | + "@types/lodash-es": { | |
| 5540 | + "version": "4.17.6", | |
| 5541 | + "resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.6.tgz", | |
| 5542 | + "integrity": "sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg==", | |
| 5543 | + "requires": { | |
| 5544 | + "@types/lodash": "*" | |
| 5545 | + } | |
| 5546 | + }, | |
| 5438 | 5547 | "@types/node": { |
| 5439 | 5548 | "version": "17.0.13", |
| 5440 | 5549 | "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.13.tgz", |
| ... | ... | @@ -5672,6 +5781,11 @@ |
| 5672 | 5781 | "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.2.25.tgz", |
| 5673 | 5782 | "integrity": "sha512-DkHJFV2gw9WBRmUCa21eyG0WvlF0l1QFOgTkWj29O4mt2Tv3BSE5PQOKhUruZIym4bBYCqx9ZGtoD1WohDprow==" |
| 5674 | 5783 | }, |
| 5784 | + "@vueuse/metadata": { | |
| 5785 | + "version": "8.2.6", | |
| 5786 | + "resolved": "https://registry.npmjs.org/@vueuse/metadata/-/metadata-8.2.6.tgz", | |
| 5787 | + "integrity": "sha512-OBKtafCt+4RcEJlYDCjp1vl65pBCL2g4TmipEtdZ8/qphKlW6nakJbkY7XRN5grPmjqU99/ahJGtyGk5NHS2hw==" | |
| 5788 | + }, | |
| 5675 | 5789 | "acorn": { |
| 5676 | 5790 | "version": "7.4.1", |
| 5677 | 5791 | "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", |
| ... | ... | @@ -5928,9 +6042,9 @@ |
| 5928 | 6042 | "integrity": "sha512-ZVxXaNy28/k3kJg0Fou5MiYpp88j7H9hLZp8PDC3jV0WFjfH5E9xHb56L0W59cPbKbcHXeP4qyT8PrHp8t6LcQ==" |
| 5929 | 6043 | }, |
| 5930 | 6044 | "dayjs": { |
| 5931 | - "version": "1.10.7", | |
| 5932 | - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.10.7.tgz", | |
| 5933 | - "integrity": "sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==" | |
| 6045 | + "version": "1.11.1", | |
| 6046 | + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.1.tgz", | |
| 6047 | + "integrity": "sha512-ER7EjqVAMkRRsxNCC5YqJ9d9VQYuWdGt7aiH2qA5R5wt8ZmWaP2dLUSIK6y/kVzLMlmh1Tvu5xUf4M/wdGJ5KA==" | |
| 5934 | 6048 | }, |
| 5935 | 6049 | "debug": { |
| 5936 | 6050 | "version": "2.6.9", |
| ... | ... | @@ -6015,41 +6129,55 @@ |
| 6015 | 6129 | "integrity": "sha512-0k/S0FQqRRpJbX7YUjwCcLZ8D42RqGKtaiq90adXBOYgTIWwLA/g3toO8k9yEpqU8iC4QyaWYYWSTBIna8WV4g==" |
| 6016 | 6130 | }, |
| 6017 | 6131 | "element-plus": { |
| 6018 | - "version": "1.2.0-beta.6", | |
| 6019 | - "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-1.2.0-beta.6.tgz", | |
| 6020 | - "integrity": "sha512-8EdSIR/5/FHcSB8w1diAh+gJMHgxIvxuZoayY99k6taAR1QyEFHuPTgFccZLopJ1+iP4UEsZFz49l57qS08Utw==", | |
| 6021 | - "requires": { | |
| 6022 | - "@element-plus/icons-vue": "^0.2.2", | |
| 6023 | - "@popperjs/core": "^2.10.2", | |
| 6024 | - "@vueuse/core": "^7.0.0", | |
| 6132 | + "version": "2.1.9", | |
| 6133 | + "resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.1.9.tgz", | |
| 6134 | + "integrity": "sha512-6mWqS3YrmJPnouWP4otzL8+MehfOnDFqDbcIdnmC07p+Z0JkWe/CVKc4Wky8AYC8nyDMUQyiZYvooCbqGuM7pg==", | |
| 6135 | + "requires": { | |
| 6136 | + "@ctrl/tinycolor": "^3.4.0", | |
| 6137 | + "@element-plus/icons-vue": "^1.1.4", | |
| 6138 | + "@floating-ui/dom": "^0.4.2", | |
| 6139 | + "@popperjs/core": "^2.11.4", | |
| 6140 | + "@types/lodash": "^4.14.181", | |
| 6141 | + "@types/lodash-es": "^4.17.6", | |
| 6142 | + "@vueuse/core": "^8.2.4", | |
| 6025 | 6143 | "async-validator": "^4.0.7", |
| 6026 | - "dayjs": "^1.10.7", | |
| 6144 | + "dayjs": "^1.11.0", | |
| 6145 | + "escape-html": "^1.0.3", | |
| 6027 | 6146 | "lodash": "^4.17.21", |
| 6147 | + "lodash-es": "^4.17.21", | |
| 6148 | + "lodash-unified": "^1.0.2", | |
| 6028 | 6149 | "memoize-one": "^6.0.0", |
| 6029 | - "normalize-wheel-es": "^1.1.1" | |
| 6150 | + "normalize-wheel-es": "^1.1.2" | |
| 6030 | 6151 | }, |
| 6031 | 6152 | "dependencies": { |
| 6153 | + "@element-plus/icons-vue": { | |
| 6154 | + "version": "1.1.4", | |
| 6155 | + "resolved": "https://registry.npmjs.org/@element-plus/icons-vue/-/icons-vue-1.1.4.tgz", | |
| 6156 | + "integrity": "sha512-Iz/nHqdp1sFPmdzRwHkEQQA3lKvoObk8azgABZ81QUOpW9s/lUyQVUSh0tNtEPZXQlKwlSh7SPgoVxzrE0uuVQ==", | |
| 6157 | + "requires": {} | |
| 6158 | + }, | |
| 6032 | 6159 | "@vueuse/core": { |
| 6033 | - "version": "7.5.5", | |
| 6034 | - "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-7.5.5.tgz", | |
| 6035 | - "integrity": "sha512-RBDqmIoGfak4h3xdXa/Av+ibkb8NY044wEy6+PG2FAWNaID8/FkqmSFjbxogrbmpSX1yZ1PBHrM8DUp/FrIpbg==", | |
| 6160 | + "version": "8.2.6", | |
| 6161 | + "resolved": "https://registry.npmjs.org/@vueuse/core/-/core-8.2.6.tgz", | |
| 6162 | + "integrity": "sha512-fzlpM3B5oVe+UhCT1mXlhG1Zxdq2lq1Z2AvddSB8+RxrsSFzII7DKfsQEz8Vop7Lzc++4m8drTNbhPovYoFqHw==", | |
| 6036 | 6163 | "requires": { |
| 6037 | - "@vueuse/shared": "7.5.5", | |
| 6164 | + "@vueuse/metadata": "8.2.6", | |
| 6165 | + "@vueuse/shared": "8.2.6", | |
| 6038 | 6166 | "vue-demi": "*" |
| 6039 | 6167 | }, |
| 6040 | 6168 | "dependencies": { |
| 6041 | 6169 | "@vueuse/shared": { |
| 6042 | - "version": "7.5.5", | |
| 6043 | - "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-7.5.5.tgz", | |
| 6044 | - "integrity": "sha512-mzzTsotHQRPnPAChy8iCv6ek/90CKYhAFyMRgNsMxpT0afZJkbMO/X0OaOu/1NuGbgb8UVjlsWKmCUgKTOF5hA==", | |
| 6170 | + "version": "8.2.6", | |
| 6171 | + "resolved": "https://registry.npmjs.org/@vueuse/shared/-/shared-8.2.6.tgz", | |
| 6172 | + "integrity": "sha512-J/W4CMfdL8TahELuSOgtfVO4eQXTjhigp7dVWIBsLUVFCeY9d49gvHUcQN3y5xYLZ6iNP57TjTQjMMT/zhklkw==", | |
| 6045 | 6173 | "requires": { |
| 6046 | 6174 | "vue-demi": "*" |
| 6047 | 6175 | } |
| 6048 | 6176 | }, |
| 6049 | 6177 | "vue-demi": { |
| 6050 | - "version": "0.12.1", | |
| 6051 | - "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.12.1.tgz", | |
| 6052 | - "integrity": "sha512-QL3ny+wX8c6Xm1/EZylbgzdoDolye+VpCXRhI2hug9dJTP3OUJ3lmiKN3CsVV3mOJKwFi0nsstbgob0vG7aoIw==", | |
| 6178 | + "version": "0.12.5", | |
| 6179 | + "resolved": "https://registry.npmjs.org/vue-demi/-/vue-demi-0.12.5.tgz", | |
| 6180 | + "integrity": "sha512-BREuTgTYlUr0zw0EZn3hnhC3I6gPWv+Kwh4MCih6QcAeaTlaIX0DwOVN0wHej7hSvDPecz4jygy/idsgKfW58Q==", | |
| 6053 | 6181 | "requires": {} |
| 6054 | 6182 | } |
| 6055 | 6183 | } |
| ... | ... | @@ -6209,6 +6337,11 @@ |
| 6209 | 6337 | "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", |
| 6210 | 6338 | "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" |
| 6211 | 6339 | }, |
| 6340 | + "escape-html": { | |
| 6341 | + "version": "1.0.3", | |
| 6342 | + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", | |
| 6343 | + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" | |
| 6344 | + }, | |
| 6212 | 6345 | "escape-string-regexp": { |
| 6213 | 6346 | "version": "1.0.5", |
| 6214 | 6347 | "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", |
| ... | ... | @@ -6506,6 +6639,17 @@ |
| 6506 | 6639 | "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", |
| 6507 | 6640 | "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" |
| 6508 | 6641 | }, |
| 6642 | + "lodash-es": { | |
| 6643 | + "version": "4.17.21", | |
| 6644 | + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", | |
| 6645 | + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" | |
| 6646 | + }, | |
| 6647 | + "lodash-unified": { | |
| 6648 | + "version": "1.0.2", | |
| 6649 | + "resolved": "https://registry.npmjs.org/lodash-unified/-/lodash-unified-1.0.2.tgz", | |
| 6650 | + "integrity": "sha512-OGbEy+1P+UT26CYi4opY4gebD8cWRDxAT6MAObIVQMiqYdxZr1g3QHWCToVsm31x2NkLS4K3+MC2qInaRMa39g==", | |
| 6651 | + "requires": {} | |
| 6652 | + }, | |
| 6509 | 6653 | "lodash.debounce": { |
| 6510 | 6654 | "version": "4.0.8", |
| 6511 | 6655 | "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", |
| ... | ... | @@ -6572,9 +6716,9 @@ |
| 6572 | 6716 | "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" |
| 6573 | 6717 | }, |
| 6574 | 6718 | "normalize-wheel-es": { |
| 6575 | - "version": "1.1.1", | |
| 6576 | - "resolved": "https://registry.npmjs.org/normalize-wheel-es/-/normalize-wheel-es-1.1.1.tgz", | |
| 6577 | - "integrity": "sha512-157VNH4CngrcsvF8xOVOe22cwniIR3nxSltdctvQeHZj8JttEeOXffK28jucWfWBXs0QNetAumjc1GiInnwX4w==" | |
| 6719 | + "version": "1.1.2", | |
| 6720 | + "resolved": "https://registry.npmjs.org/normalize-wheel-es/-/normalize-wheel-es-1.1.2.tgz", | |
| 6721 | + "integrity": "sha512-scX83plWJXYH1J4+BhAuIHadROzxX0UBF3+HuZNY2Ks8BciE7tSTQ+5JhTsvzjaO0/EJdm4JBGrfObKxFf3Png==" | |
| 6578 | 6722 | }, |
| 6579 | 6723 | "nprogress": { |
| 6580 | 6724 | "version": "0.2.0", | ... | ... |
package.json
| ... | ... | @@ -12,7 +12,7 @@ |
| 12 | 12 | "@element-plus/icons-vue": "^0.2.6", |
| 13 | 13 | "@vitejs/plugin-legacy": "^1.6.4", |
| 14 | 14 | "axios": "^0.14.0", |
| 15 | - "element-plus": "^1.2.0-beta.6", | |
| 15 | + "element-plus": "^2.1.9", | |
| 16 | 16 | "nprogress": "^0.2.0", |
| 17 | 17 | "pinia": "^2.0.9", |
| 18 | 18 | "pinia-persistedstate-plugin": "^0.0.7", | ... | ... |