diff --git a/.vscode/settings.json b/.vscode/settings.json index e46e091b..14c79ec4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -33,6 +33,10 @@ "@": "/src", "~@": "/src" }, + "i18n-ally.localesPaths": [ + "src/locales", + "src/locales/lang" + ], "material-icon-theme.activeIconPack": "angular", "material-icon-theme.files.associations": {}, "material-icon-theme.folders.associations": { diff --git a/package.json b/package.json index 884ec49f..19ca7203 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "dependencies": { "@antv/data-set": "^0.11.8", "@antv/g2": "^4.2.8", - "@better-scroll/core": "^2.4.2", + "@better-scroll/core": "^2.5.0", "@soybeanjs/vue-admin-layout": "^1.1.1", "@soybeanjs/vue-admin-tab": "^1.0.5", "@vueuse/core": "^9.3.0", @@ -69,14 +69,14 @@ "echarts": "^5.4.0", "form-data": "^4.0.0", "lodash-es": "^4.17.21", - "naive-ui": "2.33.4", + "naive-ui": "2.33.5", "pinia": "^2.0.23", "print-js": "^1.6.0", "qs": "^6.11.0", - "swiper": "^8.4.3", + "swiper": "^8.4.4", "ua-parser-js": "^1.0.2", "vditor": "^3.8.17", - "vue": "3.2.40", + "vue": "3.2.41", "vue-i18n": "^9.2.2", "vue-router": "^4.1.5", "vuedraggable": "^4.1.0", @@ -87,7 +87,7 @@ "@amap/amap-jsapi-types": "^0.0.8", "@commitlint/cli": "^17.1.2", "@commitlint/config-conventional": "^17.1.0", - "@iconify/json": "^2.1.119", + "@iconify/json": "^2.1.121", "@iconify/vue": "^4.0.0", "@milahu/patch-package": "^6.4.14", "@tauri-apps/cli": "^1.1.1", @@ -118,14 +118,14 @@ "unplugin-vue-components": "0.22.8", "unplugin-vue-macros": "^0.12.0", "utility-types": "^3.10.0", - "vite": "^3.1.6", + "vite": "^3.1.8", "vite-plugin-compression": "^0.5.1", "vite-plugin-html": "^3.2.0", "vite-plugin-mock": "^2.9.6", "vite-plugin-progress": "^0.0.5", "vite-plugin-pwa": "^0.13.1", "vite-plugin-svg-icons": "^2.0.1", - "vue-tsc": "^1.0.2" + "vue-tsc": "^1.0.8" }, "lint-staged": { "*.{vue,js,jsx,ts,tsx,json}": "eslint --fix" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 68857092..b65c4fcb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,10 +4,10 @@ specifiers: '@amap/amap-jsapi-types': ^0.0.8 '@antv/data-set': ^0.11.8 '@antv/g2': ^4.2.8 - '@better-scroll/core': ^2.4.2 + '@better-scroll/core': ^2.5.0 '@commitlint/cli': ^17.1.2 '@commitlint/config-conventional': ^17.1.0 - '@iconify/json': ^2.1.119 + '@iconify/json': ^2.1.121 '@iconify/vue': ^4.0.0 '@milahu/patch-package': ^6.4.14 '@soybeanjs/vue-admin-layout': ^1.1.1 @@ -40,7 +40,7 @@ specifiers: lint-staged: ^13.0.3 lodash-es: ^4.17.21 mockjs: ^1.1.0 - naive-ui: 2.33.4 + naive-ui: 2.33.5 pinia: ^2.0.23 postinstall-postinstall: ^2.1.0 print-js: ^1.6.0 @@ -48,7 +48,7 @@ specifiers: rollup-plugin-visualizer: ^5.8.2 sass: ^1.55.0 standard-version: ^9.5.0 - swiper: ^8.4.3 + swiper: ^8.4.4 typescript: 4.8.4 ua-parser-js: ^1.0.2 unplugin-icons: ^0.14.11 @@ -56,17 +56,17 @@ specifiers: unplugin-vue-macros: ^0.12.0 utility-types: ^3.10.0 vditor: ^3.8.17 - vite: ^3.1.6 + vite: ^3.1.8 vite-plugin-compression: ^0.5.1 vite-plugin-html: ^3.2.0 vite-plugin-mock: ^2.9.6 vite-plugin-progress: ^0.0.5 vite-plugin-pwa: ^0.13.1 vite-plugin-svg-icons: ^2.0.1 - vue: 3.2.40 + vue: 3.2.41 vue-i18n: ^9.2.2 vue-router: ^4.1.5 - vue-tsc: ^1.0.2 + vue-tsc: ^1.0.8 vuedraggable: ^4.1.0 wangeditor: ^4.7.15 xgplayer: ^2.32.0 @@ -75,9 +75,9 @@ dependencies: '@antv/data-set': 0.11.8 '@antv/g2': 4.2.8 '@better-scroll/core': 2.5.0 - '@soybeanjs/vue-admin-layout': 1.1.1_vue@3.2.40 - '@soybeanjs/vue-admin-tab': 1.0.5_vue@3.2.40 - '@vueuse/core': 9.3.0_vue@3.2.40 + '@soybeanjs/vue-admin-layout': 1.1.1_vue@3.2.41 + '@soybeanjs/vue-admin-tab': 1.0.5_vue@3.2.41 + '@vueuse/core': 9.3.0_vue@3.2.41 axios: 0.27.2 clipboard: 2.0.11 colord: 2.9.3 @@ -86,17 +86,17 @@ dependencies: echarts: 5.4.0 form-data: 4.0.0 lodash-es: 4.17.21 - naive-ui: 2.33.4_vue@3.2.40 - pinia: 2.0.23_bfjwoga25wxjazzogo7o372nwq + naive-ui: 2.33.5_vue@3.2.41 + pinia: 2.0.23_l7r24p6nevbtlimqmqcwa3ouhu print-js: 1.6.0 qs: 6.11.0 - swiper: 8.4.3 + swiper: 8.4.4 ua-parser-js: 1.0.2 vditor: 3.8.17 - vue: 3.2.40 - vue-i18n: 9.2.2_vue@3.2.40 - vue-router: 4.1.5_vue@3.2.40 - vuedraggable: 4.1.0_vue@3.2.40 + vue: 3.2.41 + vue-i18n: 9.2.2_vue@3.2.41 + vue-router: 4.1.5_vue@3.2.41 + vuedraggable: 4.1.0_vue@3.2.41 wangeditor: 4.7.15 xgplayer: 2.32.0 @@ -104,8 +104,8 @@ devDependencies: '@amap/amap-jsapi-types': 0.0.8 '@commitlint/cli': 17.1.2 '@commitlint/config-conventional': 17.1.0 - '@iconify/json': 2.1.120 - '@iconify/vue': 4.0.0_vue@3.2.40 + '@iconify/json': 2.1.121 + '@iconify/vue': 4.0.0_vue@3.2.41 '@milahu/patch-package': 6.4.14 '@tauri-apps/cli': 1.1.1 '@types/bmapgl': 0.0.5 @@ -114,9 +114,9 @@ devDependencies: '@types/qs': 6.9.7 '@types/ua-parser-js': 0.7.36 '@unocss/preset-uno': 0.45.29 - '@unocss/vite': 0.45.29_vite@3.1.7 - '@vitejs/plugin-vue': 3.1.2_vite@3.1.7+vue@3.2.40 - '@vitejs/plugin-vue-jsx': 2.0.1_vite@3.1.7+vue@3.2.40 + '@unocss/vite': 0.45.29_vite@3.1.8 + '@vitejs/plugin-vue': 3.1.2_vite@3.1.8+vue@3.2.41 + '@vitejs/plugin-vue-jsx': 2.0.1_vite@3.1.8+vue@3.2.41 commitizen: 4.2.5 cross-env: 7.0.3 cz-conventional-changelog: 3.3.0 @@ -132,17 +132,17 @@ devDependencies: standard-version: 9.5.0 typescript: 4.8.4 unplugin-icons: 0.14.11 - unplugin-vue-components: 0.22.8_vue@3.2.40 - unplugin-vue-macros: 0.12.0_zc5vch7ythgz6opa2eoydknwwq + unplugin-vue-components: 0.22.8_vue@3.2.41 + unplugin-vue-macros: 0.12.0_fqlke5zd32z6y6rj5ddmcmlgue utility-types: 3.10.0 - vite: 3.1.7_sass@1.55.0 - vite-plugin-compression: 0.5.1_vite@3.1.7 - vite-plugin-html: 3.2.0_vite@3.1.7 - vite-plugin-mock: 2.9.6_p7e7iwwhfbnxqxciclnosuaxvq - vite-plugin-progress: 0.0.5_vite@3.1.7 - vite-plugin-pwa: 0.13.1_d7c2waebyfvfrxllxbz2h4dd44 - vite-plugin-svg-icons: 2.0.1_vite@3.1.7 - vue-tsc: 1.0.3_typescript@4.8.4 + vite: 3.1.8_sass@1.55.0 + vite-plugin-compression: 0.5.1_vite@3.1.8 + vite-plugin-html: 3.2.0_vite@3.1.8 + vite-plugin-mock: 2.9.6_4lfifxz3y5lheyltbk7ilje4ae + vite-plugin-progress: 0.0.5_vite@3.1.8 + vite-plugin-pwa: 0.13.1_2txo4viysstjrz5b6oxcrxybay + vite-plugin-svg-icons: 2.0.1_vite@3.1.8 + vue-tsc: 1.0.8_typescript@4.8.4 packages: @@ -1739,12 +1739,12 @@ packages: css-render: 0.15.11 dev: false - /@css-render/vue3-ssr/0.15.11_vue@3.2.40: + /@css-render/vue3-ssr/0.15.11_vue@3.2.41: resolution: {integrity: sha512-n+SuqLPbY30FUTM8slX75OaEG+c8XlTOFrAklekX2XQGvBbz9XdBE6hTEgGlV5kPcTMqTJeCG7Vzhs9/29VC7w==} peerDependencies: vue: ^3.0.11 dependencies: - vue: 3.2.40 + vue: 3.2.41 dev: false /@emotion/hash/0.8.0: @@ -1816,8 +1816,8 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@iconify/json/2.1.120: - resolution: {integrity: sha512-4/i5iXtfi3ARkylcZcCD0elC2qWo7CIa5caeeTGLx06yblqDQEzIfgclVc7FJJkktKEUJHftQhRlwGOr9cMINQ==} + /@iconify/json/2.1.121: + resolution: {integrity: sha512-GqtXr4UAL07bWyecvGoV1LoHZ9M9KGyMvr5tBYenSqw5h3Fr0KMr+chcXjQBhbkZQrqQZZtbH5Aqre6IPz/7NQ==} dependencies: '@iconify/types': 2.0.0 pathe: 0.3.9 @@ -1840,13 +1840,13 @@ packages: - supports-color dev: true - /@iconify/vue/4.0.0_vue@3.2.40: + /@iconify/vue/4.0.0_vue@3.2.41: resolution: {integrity: sha512-73z81Yf2HISfehu3qvN9GqL1OnUO7wEMKkiFwVGJ2pqAdGCR8FrVylhRhka+6U+gFLlng0ynnT20svk3jJYwow==} peerDependencies: vue: '>=3' dependencies: '@iconify/types': 2.0.0 - vue: 3.2.40 + vue: 3.2.41 dev: true /@intlify/core-base/9.2.2: @@ -2067,7 +2067,7 @@ packages: picomatch: 2.3.1 dev: true - /@soybeanjs/vue-admin-layout/1.1.1_vue@3.2.40: + /@soybeanjs/vue-admin-layout/1.1.1_vue@3.2.41: resolution: {integrity: sha512-cWbHsjuDB7QkDuYnxfQETmDxlN19JCffrssz6gab4UMP8fw1WL9qukKE/eWLzZoWFCaVJXE/ODEZb4QQLuMuUw==} peerDependencies: '@vue/composition-api': ^1.4.6 @@ -2079,11 +2079,11 @@ packages: '@unocss/reset': 0.44.7 colord: 2.9.3 css-render: 0.15.10 - vue: 3.2.40 - vue-demi: 0.13.11_vue@3.2.40 + vue: 3.2.41 + vue-demi: 0.13.11_vue@3.2.41 dev: false - /@soybeanjs/vue-admin-tab/1.0.5_vue@3.2.40: + /@soybeanjs/vue-admin-tab/1.0.5_vue@3.2.41: resolution: {integrity: sha512-iGO+yNfpq3ZQnL3sucCQNIHGDMUS/8wD8xYXrXBnK/LEkG64dkm8HfObGyiXTXLk0WNkZyQ1Iv5jfSdlIaUibw==} peerDependencies: '@vue/composition-api': ^1.4.6 @@ -2094,8 +2094,8 @@ packages: dependencies: colord: 2.9.3 css-render: 0.15.9 - vue: 3.2.40 - vue-demi: 0.12.5_vue@3.2.40 + vue: 3.2.41 + vue-demi: 0.12.5_vue@3.2.41 dev: false /@surma/rollup-plugin-off-main-thread/2.2.3: @@ -2287,12 +2287,12 @@ packages: resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} dev: false - /@types/node/18.8.0: - resolution: {integrity: sha512-u+h43R6U8xXDt2vzUaVP3VwjjLyOJk6uEciZS8OSyziUQGOwmk+l+4drxcsDboHXwyTaqS1INebghmWMRxq3LA==} + /@types/node/18.11.0: + resolution: {integrity: sha512-IOXCvVRToe7e0ny7HpT/X9Rb2RYtElG1a+VshjwT00HxrM2dWBApHQoqsI6WiY7Q03vdf2bCrIGzVrkF/5t10w==} dev: true - /@types/node/18.8.4: - resolution: {integrity: sha512-WdlVphvfR/GJCLEMbNA8lJ0lhFNBj4SW3O+O5/cEGw9oYrv0al9zTwuQsq+myDUXgNx2jgBynoVgZ2MMJ6pbow==} + /@types/node/18.8.0: + resolution: {integrity: sha512-u+h43R6U8xXDt2vzUaVP3VwjjLyOJk6uEciZS8OSyziUQGOwmk+l+4drxcsDboHXwyTaqS1INebghmWMRxq3LA==} dev: true /@types/normalize-package-data/2.4.1: @@ -2310,13 +2310,13 @@ packages: /@types/resolve/1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 18.8.4 + '@types/node': 18.11.0 dev: true /@types/svgo/2.6.4: resolution: {integrity: sha512-l4cmyPEckf8moNYHdJ+4wkHvFxjyW6ulm9l4YGaOxeyBWPhBOT0gvni1InpFPdzx1dKf/2s62qGITwxNWnPQng==} dependencies: - '@types/node': 18.8.4 + '@types/node': 18.11.0 dev: true /@types/trusted-types/2.0.2: @@ -2517,7 +2517,7 @@ packages: css-tree: 2.2.1 dev: true - /@unocss/vite/0.45.29_vite@3.1.7: + /@unocss/vite/0.45.29_vite@3.1.8: resolution: {integrity: sha512-pRCGtNP1XS4Pk8sSniHvkiOfB35xSu89l5xlib2sFjhjZ1nBn+KgUHNnmtt8/qsWgLFK6KkHKjwqx9c7mXmekw==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 @@ -2530,10 +2530,10 @@ packages: '@unocss/scope': 0.45.29 '@unocss/transformer-directives': 0.45.29 magic-string: 0.26.7 - vite: 3.1.7_sass@1.55.0 + vite: 3.1.8_sass@1.55.0 dev: true - /@vitejs/plugin-vue-jsx/2.0.1_vite@3.1.7+vue@3.2.40: + /@vitejs/plugin-vue-jsx/2.0.1_vite@3.1.8+vue@3.2.41: resolution: {integrity: sha512-lmiR1k9+lrF7LMczO0pxtQ8mOn6XeppJDHxnpxkJQpT5SiKz4SKhKdeNstXaTNuR8qZhUo5X0pJlcocn72Y4Jg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -2544,48 +2544,48 @@ packages: '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.19.3 '@babel/plugin-transform-typescript': 7.19.3_@babel+core@7.19.3 '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.19.3 - vite: 3.1.7_sass@1.55.0 - vue: 3.2.40 + vite: 3.1.8_sass@1.55.0 + vue: 3.2.41 transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-vue/3.1.2_vite@3.1.7+vue@3.2.40: + /@vitejs/plugin-vue/3.1.2_vite@3.1.8+vue@3.2.41: resolution: {integrity: sha512-3zxKNlvA3oNaKDYX0NBclgxTQ1xaFdL7PzwF6zj9tGFziKwmBa3Q/6XcJQxudlT81WxDjEhHmevvIC4Orc1LhQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^3.0.0 vue: ^3.2.25 dependencies: - vite: 3.1.7_sass@1.55.0 - vue: 3.2.40 + vite: 3.1.8_sass@1.55.0 + vue: 3.2.41 dev: true - /@volar/language-core/1.0.3: - resolution: {integrity: sha512-eJ3iubJ1EvPTsp+rKoSUQ3EBGsEzblOQG6OVI9EzXIuwNayIqCnNSv9r0rvnYznX7i5F8gpo0Js9nKoAvwfhpQ==} + /@volar/language-core/1.0.8: + resolution: {integrity: sha512-uxYSOqBk8ZFSzGjUIPOBEFPOg8F3CE6cLO5meK95DODGIlUlPytGiy9sy8QZ9w7RpUH4XMOX3MH/G48SLgP07A==} dependencies: - '@volar/source-map': 1.0.3 + '@volar/source-map': 1.0.8 '@vue/reactivity': 3.2.40 muggle-string: 0.1.0 dev: true - /@volar/source-map/1.0.3: - resolution: {integrity: sha512-iEbjU95e8iZ3fV9NHU/wDWRSwSE5aNGpkG9mgIXPkfCmbEH+nEHGkycvapT551BDtIcyU386XzqL4DQbOyPzew==} + /@volar/source-map/1.0.8: + resolution: {integrity: sha512-uKMe+alyfl1Abs5SviKejFoe7x9g6jDPVpVt63Tet4qn1Ziy7tFsvtCpM2Y1Ko5qw2nLIeloLslPqm9/gmbBLQ==} dependencies: muggle-string: 0.1.0 dev: true - /@volar/typescript/1.0.3: - resolution: {integrity: sha512-OevIxAbdgfVxwWYI6ht5tmt8GqBBVQWPWn/51MNlqu5fVltFGRkOBmv3hwuvLn5N05pj2GpbkaaLZSjpj4iT9w==} + /@volar/typescript/1.0.8: + resolution: {integrity: sha512-2oY1Apvzcs/5tAn7p1tRlDxNgal5ezaK0h9cutcWALeimsaQBAEE2NAirCrLMHl8DneuDce0tzJqHaQeHw9RmQ==} dependencies: - '@volar/language-core': 1.0.3 + '@volar/language-core': 1.0.8 dev: true - /@volar/vue-language-core/1.0.3: - resolution: {integrity: sha512-XryQVvtFB5/rOkEZin5jZgUy0E84p+Ky70z+4B7Bvw/9HjS3TLKAIkm9W0duV7coG9RFVRqeiVnPyaaqSA0waA==} + /@volar/vue-language-core/1.0.8: + resolution: {integrity: sha512-cXb7oTybxcm1vpz003agdYQHyxij7UAaSub60d7W1aMWpqb2iaCbVaq9izgQFlrpC4/JnVs+cJPb/Q6fAUVxBg==} dependencies: - '@volar/language-core': 1.0.3 - '@volar/source-map': 1.0.3 + '@volar/language-core': 1.0.8 + '@volar/source-map': 1.0.8 '@vue/compiler-dom': 3.2.40 '@vue/compiler-sfc': 3.2.40 '@vue/reactivity': 3.2.40 @@ -2594,11 +2594,11 @@ packages: vue-template-compiler: 2.7.10 dev: true - /@volar/vue-typescript/1.0.3: - resolution: {integrity: sha512-zugZ5vni+l5w5z8Q5iEWysU/HkX38krW4+QTKwgQstaRVUQS0UHlX4Ug9vOfPGWEextIx0Z/7JsUvPATTNbfbg==} + /@volar/vue-typescript/1.0.8: + resolution: {integrity: sha512-6jBvA7iwBkRqS2VQx2gLJgfLcF3hcODyJ6Lmiw2tN8D/LVfFCovvzJgPvIQb9Y4i+rha1Y0cpsYOUt9XW2Z7ZA==} dependencies: - '@volar/typescript': 1.0.3 - '@volar/vue-language-core': 1.0.3 + '@volar/typescript': 1.0.8 + '@volar/vue-language-core': 1.0.8 dev: true /@vue-macros/common/0.12.0: @@ -2606,7 +2606,7 @@ packages: engines: {node: '>=14.19.0'} dependencies: '@babel/types': 7.19.4 - '@vue/compiler-sfc': 3.2.40 + '@vue/compiler-sfc': 3.2.41 magic-string: 0.26.7 dev: true @@ -2693,12 +2693,28 @@ packages: '@vue/shared': 3.2.40 estree-walker: 2.0.2 source-map: 0.6.1 + dev: true + + /@vue/compiler-core/3.2.41: + resolution: {integrity: sha512-oA4mH6SA78DT+96/nsi4p9DX97PHcNROxs51lYk7gb9Z4BPKQ3Mh+BLn6CQZBw857Iuhu28BfMSRHAlPvD4vlw==} + dependencies: + '@babel/parser': 7.19.4 + '@vue/shared': 3.2.41 + estree-walker: 2.0.2 + source-map: 0.6.1 /@vue/compiler-dom/3.2.40: resolution: {integrity: sha512-OZCNyYVC2LQJy4H7h0o28rtk+4v+HMQygRTpmibGoG9wZyomQiS5otU7qo3Wlq5UfHDw2RFwxb9BJgKjVpjrQw==} dependencies: '@vue/compiler-core': 3.2.40 '@vue/shared': 3.2.40 + dev: true + + /@vue/compiler-dom/3.2.41: + resolution: {integrity: sha512-xe5TbbIsonjENxJsYRbDJvthzqxLNk+tb3d/c47zgREDa/PCp6/Y4gC/skM4H6PIuX5DAxm7fFJdbjjUH2QTMw==} + dependencies: + '@vue/compiler-core': 3.2.41 + '@vue/shared': 3.2.41 /@vue/compiler-sfc/3.2.40: resolution: {integrity: sha512-tzqwniIN1fu1PDHC3CpqY/dPCfN/RN1thpBC+g69kJcrl7mbGiHKNwbA6kJ3XKKy8R6JLKqcpVugqN4HkeBFFg==} @@ -2713,12 +2729,34 @@ packages: magic-string: 0.25.9 postcss: 8.4.17 source-map: 0.6.1 + dev: true + + /@vue/compiler-sfc/3.2.41: + resolution: {integrity: sha512-+1P2m5kxOeaxVmJNXnBskAn3BenbTmbxBxWOtBq3mQTCokIreuMULFantBUclP0+KnzNCMOvcnKinqQZmiOF8w==} + dependencies: + '@babel/parser': 7.19.4 + '@vue/compiler-core': 3.2.41 + '@vue/compiler-dom': 3.2.41 + '@vue/compiler-ssr': 3.2.41 + '@vue/reactivity-transform': 3.2.41 + '@vue/shared': 3.2.41 + estree-walker: 2.0.2 + magic-string: 0.25.9 + postcss: 8.4.17 + source-map: 0.6.1 /@vue/compiler-ssr/3.2.40: resolution: {integrity: sha512-80cQcgasKjrPPuKcxwuCx7feq+wC6oFl5YaKSee9pV3DNq+6fmCVwEEC3vvkf/E2aI76rIJSOYHsWSEIxK74oQ==} dependencies: '@vue/compiler-dom': 3.2.40 '@vue/shared': 3.2.40 + dev: true + + /@vue/compiler-ssr/3.2.41: + resolution: {integrity: sha512-Y5wPiNIiaMz/sps8+DmhaKfDm1xgj6GrH99z4gq2LQenfVQcYXmHIOBcs5qPwl7jaW3SUQWjkAPKMfQemEQZwQ==} + dependencies: + '@vue/compiler-dom': 3.2.41 + '@vue/shared': 3.2.41 /@vue/devtools-api/6.4.4: resolution: {integrity: sha512-Ku31WzpOV/8cruFaXaEZKF81WkNnvCSlBY4eOGtz5WMSdJvX1v1WWlSMGZeqUwPtQ27ZZz7B62erEMq8JDjcXw==} @@ -2732,44 +2770,64 @@ packages: '@vue/shared': 3.2.40 estree-walker: 2.0.2 magic-string: 0.25.9 + dev: true + + /@vue/reactivity-transform/3.2.41: + resolution: {integrity: sha512-mK5+BNMsL4hHi+IR3Ft/ho6Za+L3FA5j8WvreJ7XzHrqkPq8jtF/SMo7tuc9gHjLDwKZX1nP1JQOKo9IEAn54A==} + dependencies: + '@babel/parser': 7.19.4 + '@vue/compiler-core': 3.2.41 + '@vue/shared': 3.2.41 + estree-walker: 2.0.2 + magic-string: 0.25.9 /@vue/reactivity/3.2.40: resolution: {integrity: sha512-N9qgGLlZmtUBMHF9xDT4EkD9RdXde1Xbveb+niWMXuHVWQP5BzgRmE3SFyUBBcyayG4y1lhoz+lphGRRxxK4RA==} dependencies: '@vue/shared': 3.2.40 + dev: true - /@vue/runtime-core/3.2.40: - resolution: {integrity: sha512-U1+rWf0H8xK8aBUZhnrN97yoZfHbjgw/bGUzfgKPJl69/mXDuSg8CbdBYBn6VVQdR947vWneQBFzdhasyzMUKg==} + /@vue/reactivity/3.2.41: + resolution: {integrity: sha512-9JvCnlj8uc5xRiQGZ28MKGjuCoPhhTwcoAdv3o31+cfGgonwdPNuvqAXLhlzu4zwqavFEG5tvaoINQEfxz+l6g==} dependencies: - '@vue/reactivity': 3.2.40 - '@vue/shared': 3.2.40 + '@vue/shared': 3.2.41 - /@vue/runtime-dom/3.2.40: - resolution: {integrity: sha512-AO2HMQ+0s2+MCec8hXAhxMgWhFhOPJ/CyRXnmTJ6XIOnJFLrH5Iq3TNwvVcODGR295jy77I6dWPj+wvFoSYaww==} + /@vue/runtime-core/3.2.41: + resolution: {integrity: sha512-0LBBRwqnI0p4FgIkO9q2aJBBTKDSjzhnxrxHYengkAF6dMOjeAIZFDADAlcf2h3GDALWnblbeprYYpItiulSVQ==} dependencies: - '@vue/runtime-core': 3.2.40 - '@vue/shared': 3.2.40 + '@vue/reactivity': 3.2.41 + '@vue/shared': 3.2.41 + + /@vue/runtime-dom/3.2.41: + resolution: {integrity: sha512-U7zYuR1NVIP8BL6jmOqmapRAHovEFp7CSw4pR2FacqewXNGqZaRfHoNLQsqQvVQ8yuZNZtxSZy0FFyC70YXPpA==} + dependencies: + '@vue/runtime-core': 3.2.41 + '@vue/shared': 3.2.41 csstype: 2.6.21 - /@vue/server-renderer/3.2.40_vue@3.2.40: - resolution: {integrity: sha512-gtUcpRwrXOJPJ4qyBpU3EyxQa4EkV8I4f8VrDePcGCPe4O/hd0BPS7v9OgjIQob6Ap8VDz9G+mGTKazE45/95w==} + /@vue/server-renderer/3.2.41_vue@3.2.41: + resolution: {integrity: sha512-7YHLkfJdTlsZTV0ae5sPwl9Gn/EGr2hrlbcS/8naXm2CDpnKUwC68i1wGlrYAfIgYWL7vUZwk2GkYLQH5CvFig==} peerDependencies: - vue: 3.2.40 + vue: 3.2.41 dependencies: - '@vue/compiler-ssr': 3.2.40 - '@vue/shared': 3.2.40 - vue: 3.2.40 + '@vue/compiler-ssr': 3.2.41 + '@vue/shared': 3.2.41 + vue: 3.2.41 /@vue/shared/3.2.40: resolution: {integrity: sha512-0PLQ6RUtZM0vO3teRfzGi4ltLUO5aO+kLgwh4Um3THSR03rpQWLTuRCkuO5A41ITzwdWeKdPHtSARuPkoo5pCQ==} + dev: true - /@vueuse/core/9.3.0_vue@3.2.40: + /@vue/shared/3.2.41: + resolution: {integrity: sha512-W9mfWLHmJhkfAmV+7gDjcHeAWALQtgGT3JErxULl0oz6R6+3ug91I7IErs93eCFhPCZPHBs4QJS7YWEV7A3sxw==} + + /@vueuse/core/9.3.0_vue@3.2.41: resolution: {integrity: sha512-64Rna8IQDWpdrJxgitDg7yv1yTp41ZmvV8zlLEylK4QQLWAhz1OFGZDPZ8bU4lwcGgbEJ2sGi2jrdNh4LttUSQ==} dependencies: '@types/web-bluetooth': 0.0.15 '@vueuse/metadata': 9.3.0 - '@vueuse/shared': 9.3.0_vue@3.2.40 - vue-demi: 0.13.11_vue@3.2.40 + '@vueuse/shared': 9.3.0_vue@3.2.41 + vue-demi: 0.13.11_vue@3.2.41 transitivePeerDependencies: - '@vue/composition-api' - vue @@ -2779,10 +2837,10 @@ packages: resolution: {integrity: sha512-GnnfjbzIPJIh9ngL9s9oGU1+Hx/h5/KFqTfJykzh/1xjaHkedV9g0MASpdmPZIP+ynNhKAcEfA6g5i8KXwtoMA==} dev: false - /@vueuse/shared/9.3.0_vue@3.2.40: + /@vueuse/shared/9.3.0_vue@3.2.41: resolution: {integrity: sha512-caGUWLY0DpPC6l31KxeUy6vPVNA0yKxx81jFYLoMpyP6cF84FG5Dkf69DfSUqL57wX8JcUkJDMnQaQIZPWFEQQ==} dependencies: - vue-demi: 0.13.11_vue@3.2.40 + vue-demi: 0.13.11_vue@3.2.41 transitivePeerDependencies: - '@vue/composition-api' - vue @@ -6622,7 +6680,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.8.4 + '@types/node': 18.11.0 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -7237,13 +7295,13 @@ packages: resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} dev: true - /naive-ui/2.33.4_vue@3.2.40: - resolution: {integrity: sha512-4tK2lWx3v8sbEeTLG/tL5Ur9VvZyUxSnC0VcTO6NO1rM/D15JXg8jVwQCRFYnEp7mp3gfD5B3i8kN4JisTeiFA==} + /naive-ui/2.33.5_vue@3.2.41: + resolution: {integrity: sha512-O87zwOduut3Xk9NzGIX+LZYr6sW/Y0oGuNJ6T2dka+14CtHD9iidi8gdxg6obhMpzdwa3SnlxO7nzDLqmXVUwA==} peerDependencies: vue: ^3.0.0 dependencies: '@css-render/plugin-bem': 0.15.11_css-render@0.15.11 - '@css-render/vue3-ssr': 0.15.11_vue@3.2.40 + '@css-render/vue3-ssr': 0.15.11_vue@3.2.41 '@types/lodash': 4.14.186 '@types/lodash-es': 4.17.6 async-validator: 4.2.5 @@ -7256,10 +7314,10 @@ packages: lodash-es: 4.17.21 seemly: 0.3.6 treemate: 0.3.11 - vdirs: 0.1.8_vue@3.2.40 - vooks: 0.2.12_vue@3.2.40 - vue: 3.2.40 - vueuc: 0.4.49_vue@3.2.40 + vdirs: 0.1.8_vue@3.2.41 + vooks: 0.2.12_vue@3.2.41 + vue: 3.2.41 + vueuc: 0.4.49_vue@3.2.41 dev: false /nanoid/3.3.4: @@ -7728,7 +7786,7 @@ packages: engines: {node: '>=4'} dev: true - /pinia/2.0.23_bfjwoga25wxjazzogo7o372nwq: + /pinia/2.0.23_l7r24p6nevbtlimqmqcwa3ouhu: resolution: {integrity: sha512-N15hFf4o5STrxpNrib1IEb1GOArvPYf1zPvQVRGOO1G1d74Ak0J0lVyalX/SmrzdT4Q0nlEFjbURsmBmIGUR5Q==} peerDependencies: '@vue/composition-api': ^1.4.0 @@ -7742,8 +7800,8 @@ packages: dependencies: '@vue/devtools-api': 6.4.4 typescript: 4.8.4 - vue: 3.2.40 - vue-demi: 0.13.11_vue@3.2.40 + vue: 3.2.41 + vue-demi: 0.13.11_vue@3.2.41 dev: false /plur/3.1.1: @@ -9387,8 +9445,8 @@ packages: stable: 0.1.8 dev: true - /swiper/8.4.3: - resolution: {integrity: sha512-+Ne/3rSZ1t28r//Upg8AdLgXJ+/nTw79GZFl6RQb2TckfnX6JTQZWWiNTT3uqP9Cyixb+OhT9fRBqAWnjM444A==} + /swiper/8.4.4: + resolution: {integrity: sha512-jA/8BfOZwT8PqPSnMX0TENZYitXEhNa7ZSNj1Diqh5LZyUJoBQaZcqAiPQ/PIg1+IPaRn/V8ZYVb0nxHMh51yw==} engines: {node: '>= 4.7.0'} requiresBuild: true dependencies: @@ -9848,7 +9906,7 @@ packages: engines: {node: '>= 0.8'} dev: true - /unplugin-combine/0.2.2_rollup@2.79.1+vite@3.1.7: + /unplugin-combine/0.2.2_rollup@2.79.1+vite@3.1.8: resolution: {integrity: sha512-KkO9B40wjW3ige0a+lYkr1/Q97qZSbtXBTJY5MQdAJCVvSPXtG1mxaSYMoQABN1yF9RHcE9WeOxdl+zdOljeOQ==} engines: {node: '>=14.19.0'} peerDependencies: @@ -9868,7 +9926,7 @@ packages: dependencies: rollup: 2.79.1 unplugin: 0.9.6 - vite: 3.1.7_sass@1.55.0 + vite: 3.1.8_sass@1.55.0 dev: true /unplugin-icons/0.14.11: @@ -9899,7 +9957,7 @@ packages: - supports-color dev: true - /unplugin-vue-components/0.22.8_vue@3.2.40: + /unplugin-vue-components/0.22.8_vue@3.2.41: resolution: {integrity: sha512-Musnwdtr6uj9Zopo4oeh4lp9+fJ2ArXVDzSiZxF4YC9v+pLnasKVKEEAjdXuQQ3u3KtntVw6PCscyAt52eS75g==} engines: {node: '>=14'} peerDependencies: @@ -9919,7 +9977,7 @@ packages: minimatch: 5.1.0 resolve: 1.22.1 unplugin: 0.9.6 - vue: 3.2.40 + vue: 3.2.41 transitivePeerDependencies: - supports-color dev: true @@ -9934,7 +9992,7 @@ packages: unplugin: 0.9.6 dev: true - /unplugin-vue-macros/0.12.0_zc5vch7ythgz6opa2eoydknwwq: + /unplugin-vue-macros/0.12.0_fqlke5zd32z6y6rj5ddmcmlgue: resolution: {integrity: sha512-RSo7WBU2K3my36O2ekA5d4lqXVMFG1kcpVl5/4xIGauiB3fWFBt97KyauoTdBskiJn+GWdOg7UuRdPIX3zO4qQ==} engines: {node: '>=14.19.0'} peerDependencies: @@ -9948,9 +10006,9 @@ packages: '@vue-macros/setup-sfc': 0.12.0 '@vue-macros/short-emits': 0.12.0 local-pkg: 0.4.2 - unplugin-combine: 0.2.2_rollup@2.79.1+vite@3.1.7 + unplugin-combine: 0.2.2_rollup@2.79.1+vite@3.1.8 unplugin-vue-define-options: 0.12.0 - vue: 3.2.40 + vue: 3.2.41 transitivePeerDependencies: - esbuild - rollup @@ -10048,13 +10106,13 @@ packages: engines: {node: '>= 0.8'} dev: true - /vdirs/0.1.8_vue@3.2.40: + /vdirs/0.1.8_vue@3.2.41: resolution: {integrity: sha512-H9V1zGRLQZg9b+GdMk8MXDN2Lva0zx72MPahDKc30v+DtwKjfyOSXWRIX4t2mhDubM1H09gPhWeth/BJWPHGUw==} peerDependencies: vue: ^3.0.11 dependencies: evtd: 0.2.4 - vue: 3.2.40 + vue: 3.2.41 dev: false /vditor/3.8.17: @@ -10083,7 +10141,7 @@ packages: vfile-message: 2.0.4 dev: true - /vite-plugin-compression/0.5.1_vite@3.1.7: + /vite-plugin-compression/0.5.1_vite@3.1.8: resolution: {integrity: sha512-5QJKBDc+gNYVqL/skgFAP81Yuzo9R+EAf19d+EtsMF/i8kFUpNi3J/H01QD3Oo8zBQn+NzoCIFkpPLynoOzaJg==} peerDependencies: vite: '>=2.0.0' @@ -10091,12 +10149,12 @@ packages: chalk: 4.1.2 debug: 4.3.4 fs-extra: 10.1.0 - vite: 3.1.7_sass@1.55.0 + vite: 3.1.8_sass@1.55.0 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-html/3.2.0_vite@3.1.7: + /vite-plugin-html/3.2.0_vite@3.1.8: resolution: {integrity: sha512-2VLCeDiHmV/BqqNn5h2V+4280KRgQzCFN47cst3WiNK848klESPQnzuC3okH5XHtgwHH/6s1Ho/YV6yIO0pgoQ==} peerDependencies: vite: '>=2.0.0' @@ -10113,10 +10171,10 @@ packages: html-minifier-terser: 6.1.0 node-html-parser: 5.4.2 pathe: 0.2.0 - vite: 3.1.7_sass@1.55.0 + vite: 3.1.8_sass@1.55.0 dev: true - /vite-plugin-mock/2.9.6_p7e7iwwhfbnxqxciclnosuaxvq: + /vite-plugin-mock/2.9.6_4lfifxz3y5lheyltbk7ilje4ae: resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==} engines: {node: '>=12.0.0'} peerDependencies: @@ -10133,13 +10191,13 @@ packages: fast-glob: 3.2.12 mockjs: 1.1.0 path-to-regexp: 6.2.1 - vite: 3.1.7_sass@1.55.0 + vite: 3.1.8_sass@1.55.0 transitivePeerDependencies: - rollup - supports-color dev: true - /vite-plugin-progress/0.0.5_vite@3.1.7: + /vite-plugin-progress/0.0.5_vite@3.1.8: resolution: {integrity: sha512-lbIXhMZJlvvynA1LHx08gcxNQjM2CjTXSvisoTZc7ynXHZ87ULbMM756M9163dQmDnn18fiwnL3t/BQQhGsVEg==} engines: {node: '>=14', pnpm: '>=7.0.0'} peerDependencies: @@ -10148,10 +10206,10 @@ packages: picocolors: 1.0.0 progress: 2.0.3 rd: 2.0.1 - vite: 3.1.7_sass@1.55.0 + vite: 3.1.8_sass@1.55.0 dev: true - /vite-plugin-pwa/0.13.1_d7c2waebyfvfrxllxbz2h4dd44: + /vite-plugin-pwa/0.13.1_2txo4viysstjrz5b6oxcrxybay: resolution: {integrity: sha512-NR3dIa+o2hzlzo4lF4Gu0cYvoMjSw2DdRc6Epw1yjmCqWaGuN86WK9JqZie4arNlE1ZuWT3CLiMdiX5wcmmUmg==} peerDependencies: vite: ^3.1.0 @@ -10162,14 +10220,14 @@ packages: fast-glob: 3.2.12 pretty-bytes: 6.0.0 rollup: 2.79.1 - vite: 3.1.7_sass@1.55.0 + vite: 3.1.8_sass@1.55.0 workbox-build: 6.5.4 workbox-window: 6.5.4 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-svg-icons/2.0.1_vite@3.1.7: + /vite-plugin-svg-icons/2.0.1_vite@3.1.8: resolution: {integrity: sha512-6ktD+DhV6Rz3VtedYvBKKVA2eXF+sAQVaKkKLDSqGUfnhqXl3bj5PPkVTl3VexfTuZy66PmINi8Q6eFnVfRUmA==} peerDependencies: vite: '>=2.0.0' @@ -10182,13 +10240,13 @@ packages: pathe: 0.2.0 svg-baker: 1.7.0 svgo: 2.8.0 - vite: 3.1.7_sass@1.55.0 + vite: 3.1.8_sass@1.55.0 transitivePeerDependencies: - supports-color dev: true - /vite/3.1.7_sass@1.55.0: - resolution: {integrity: sha512-5vCAmU4S8lyVdFCInu9M54f/g8qbOMakVw5xJ4pjoaDy5wgy9sLLZkGdSLN52dlsBqh0tBqxjaqqa8LgPqwRAA==} + /vite/3.1.8_sass@1.55.0: + resolution: {integrity: sha512-m7jJe3nufUbuOfotkntGFupinL/fmuTNuQmiVE7cH2IZMuf4UbfbGYMUT3jVWgGYuRVLY9j8NnrRqgw5rr5QTg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -10215,16 +10273,16 @@ packages: fsevents: 2.3.2 dev: true - /vooks/0.2.12_vue@3.2.40: + /vooks/0.2.12_vue@3.2.41: resolution: {integrity: sha512-iox0I3RZzxtKlcgYaStQYKEzWWGAduMmq+jS7OrNdQo1FgGfPMubGL3uGHOU9n97NIvfFDBGnpSvkWyb/NSn/Q==} peerDependencies: vue: ^3.0.0 dependencies: evtd: 0.2.4 - vue: 3.2.40 + vue: 3.2.41 dev: false - /vue-demi/0.12.5_vue@3.2.40: + /vue-demi/0.12.5_vue@3.2.41: resolution: {integrity: sha512-BREuTgTYlUr0zw0EZn3hnhC3I6gPWv+Kwh4MCih6QcAeaTlaIX0DwOVN0wHej7hSvDPecz4jygy/idsgKfW58Q==} engines: {node: '>=12'} hasBin: true @@ -10236,10 +10294,10 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.2.40 + vue: 3.2.41 dev: false - /vue-demi/0.13.11_vue@3.2.40: + /vue-demi/0.13.11_vue@3.2.41: resolution: {integrity: sha512-IR8HoEEGM65YY3ZJYAjMlKygDQn25D5ajNFNoKh9RSDMQtlzCxtfQjdQgv9jjK+m3377SsJXY8ysq8kLCZL25A==} engines: {node: '>=12'} hasBin: true @@ -10251,7 +10309,7 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.2.40 + vue: 3.2.41 dev: false /vue-eslint-parser/9.1.0_eslint@8.25.0: @@ -10272,7 +10330,7 @@ packages: - supports-color dev: true - /vue-i18n/9.2.2_vue@3.2.40: + /vue-i18n/9.2.2_vue@3.2.41: resolution: {integrity: sha512-yswpwtj89rTBhegUAv9Mu37LNznyu3NpyLQmozF3i1hYOhwpG8RjcjIFIIfnu+2MDZJGSZPXaKWvnQA71Yv9TQ==} engines: {node: '>= 14'} peerDependencies: @@ -10282,16 +10340,16 @@ packages: '@intlify/shared': 9.2.2 '@intlify/vue-devtools': 9.2.2 '@vue/devtools-api': 6.4.4 - vue: 3.2.40 + vue: 3.2.41 dev: false - /vue-router/4.1.5_vue@3.2.40: + /vue-router/4.1.5_vue@3.2.41: resolution: {integrity: sha512-IsvoF5D2GQ/EGTs/Th4NQms9gd2NSqV+yylxIyp/OYp8xOwxmU8Kj/74E9DTSYAyH5LX7idVUngN3JSj1X4xcQ==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.4.4 - vue: 3.2.40 + vue: 3.2.41 dev: false /vue-template-compiler/2.7.10: @@ -10301,48 +10359,48 @@ packages: he: 1.2.0 dev: true - /vue-tsc/1.0.3_typescript@4.8.4: - resolution: {integrity: sha512-Si6PANEATxaGhJ51bUnRbT+5MIYwvjdPBwuCKSky+YD5oWDhE4uMqfpOPnP2oSMB52trtU0faIRVcP4YSF3LJA==} + /vue-tsc/1.0.8_typescript@4.8.4: + resolution: {integrity: sha512-+0sJ+QVH7SHLt8mV/uIw4xlHDk1mWigZkMFugfZTv8rlHpM3S2tCVZ0BWEGclT/0rKdO8j+St+mljpvhWPN/eQ==} hasBin: true peerDependencies: typescript: '*' dependencies: - '@volar/vue-language-core': 1.0.3 - '@volar/vue-typescript': 1.0.3 + '@volar/vue-language-core': 1.0.8 + '@volar/vue-typescript': 1.0.8 typescript: 4.8.4 dev: true - /vue/3.2.40: - resolution: {integrity: sha512-1mGHulzUbl2Nk3pfvI5aXYYyJUs1nm4kyvuz38u4xlQkLUn1i2R7nDbI4TufECmY8v1qNBHYy62bCaM+3cHP2A==} + /vue/3.2.41: + resolution: {integrity: sha512-uuuvnrDXEeZ9VUPljgHkqB5IaVO8SxhPpqF2eWOukVrBnRBx2THPSGQBnVRt0GrIG1gvCmFXMGbd7FqcT1ixNQ==} dependencies: - '@vue/compiler-dom': 3.2.40 - '@vue/compiler-sfc': 3.2.40 - '@vue/runtime-dom': 3.2.40 - '@vue/server-renderer': 3.2.40_vue@3.2.40 - '@vue/shared': 3.2.40 + '@vue/compiler-dom': 3.2.41 + '@vue/compiler-sfc': 3.2.41 + '@vue/runtime-dom': 3.2.41 + '@vue/server-renderer': 3.2.41_vue@3.2.41 + '@vue/shared': 3.2.41 - /vuedraggable/4.1.0_vue@3.2.40: + /vuedraggable/4.1.0_vue@3.2.41: resolution: {integrity: sha512-FU5HCWBmsf20GpP3eudURW3WdWTKIbEIQxh9/8GE806hydR9qZqRRxRE3RjqX7PkuLuMQG/A7n3cfj9rCEchww==} peerDependencies: vue: ^3.0.1 dependencies: sortablejs: 1.14.0 - vue: 3.2.40 + vue: 3.2.41 dev: false - /vueuc/0.4.49_vue@3.2.40: + /vueuc/0.4.49_vue@3.2.41: resolution: {integrity: sha512-WarAC44a/Yx78CxkAgROYLq+LkAeCGA/6wHidVoFmHLbzyF3SiP2nzRNGD/8zJeJInXv18EnWK6A//eGgMMq8w==} peerDependencies: vue: ^3.0.11 dependencies: - '@css-render/vue3-ssr': 0.15.11_vue@3.2.40 + '@css-render/vue3-ssr': 0.15.11_vue@3.2.41 '@juggle/resize-observer': 3.4.0 css-render: 0.15.11 evtd: 0.2.4 seemly: 0.3.6 - vdirs: 0.1.8_vue@3.2.40 - vooks: 0.2.12_vue@3.2.40 - vue: 3.2.40 + vdirs: 0.1.8_vue@3.2.41 + vooks: 0.2.12_vue@3.2.41 + vue: 3.2.41 dev: false /wangeditor/4.7.15: diff --git a/src/views/management/user/index.vue b/src/views/management/user/index.vue index 5cf4f21a..8c8142d2 100644 --- a/src/views/management/user/index.vue +++ b/src/views/management/user/index.vue @@ -176,7 +176,7 @@ function handleDeleteTable(rowId: string) { window.$message?.info(`点击了删除,rowId为${rowId}`); } -const pagination = reactive({ +const pagination: PaginationProps = reactive({ page: 1, pageSize: 10, showSizePicker: true,