diff --git a/package.json b/package.json index 04e68e78674..302a7bfee26 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "node": ">=20.10.0", "pnpm": ">=9.12.0" }, - "packageManager": "pnpm@9.12.3", + "packageManager": "pnpm@9.13.0", "pnpm": { "peerDependencyRules": { "allowedVersions": { diff --git a/packages/effects/plugins/src/vxe-table/extends.ts b/packages/effects/plugins/src/vxe-table/extends.ts index 70a0ba44ad8..4cb36fd6479 100644 --- a/packages/effects/plugins/src/vxe-table/extends.ts +++ b/packages/effects/plugins/src/vxe-table/extends.ts @@ -1,3 +1,4 @@ +import type { Recordable } from '@vben/types'; import type { VxeGridProps, VxeUIExport } from 'vxe-table'; import type { VxeGridApi } from './api'; @@ -7,7 +8,7 @@ import { formatDate, formatDateTime, isFunction } from '@vben/utils'; export function extendProxyOptions( api: VxeGridApi, options: VxeGridProps, - getFormValues: () => Record, + getFormValues: () => Recordable, ) { [ 'query', @@ -25,17 +26,28 @@ function extendProxyOption( key: string, api: VxeGridApi, options: VxeGridProps, - getFormValues: () => Record, + getFormValues: () => Recordable, ) { const { proxyConfig } = options; - const configFn = (proxyConfig?.ajax as any)?.[key]; + const configFn = (proxyConfig?.ajax as Recordable)?.[key]; if (!isFunction(configFn)) { return options; } - const wrapperFn = async (params: any, _formValues: any, ...args: any[]) => { + const wrapperFn = async ( + params: Recordable, + customValues: Recordable, + ...args: Recordable[] + ) => { const formValues = getFormValues(); - const data = await configFn(params, formValues, ...args); + const data = await configFn( + params, + { + ...customValues, + ...formValues, + }, + ...args, + ); return data; }; api.setState({ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bf05276b4db..23f07b079dc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,8 +31,8 @@ catalogs: specifier: ^9.2.0 version: 9.2.0 '@iconify/json': - specifier: ^2.2.270 - version: 2.2.270 + specifier: ^2.2.271 + version: 2.2.271 '@iconify/tailwind': specifier: ^1.1.3 version: 1.1.3 @@ -73,8 +73,8 @@ catalogs: specifier: ^5.59.20 version: 5.59.20 '@tanstack/vue-store': - specifier: ^0.5.6 - version: 0.5.6 + specifier: ^0.5.7 + version: 0.5.7 '@types/archiver': specifier: ^6.0.3 version: 6.0.3 @@ -121,8 +121,8 @@ catalogs: specifier: ^0.5.3 version: 0.5.3 '@vitejs/plugin-vue': - specifier: ^5.1.5 - version: 5.1.5 + specifier: ^5.2.0 + version: 5.2.0 '@vitejs/plugin-vue-jsx': specifier: ^4.1.0 version: 4.1.0 @@ -223,8 +223,8 @@ catalogs: specifier: ^4.4.2 version: 4.4.2 eslint-plugin-jsdoc: - specifier: ^50.4.3 - version: 50.4.3 + specifier: ^50.5.0 + version: 50.5.0 eslint-plugin-jsonc: specifier: ^2.18.1 version: 2.18.1 @@ -271,8 +271,8 @@ catalogs: specifier: ^1.13.0 version: 1.13.0 happy-dom: - specifier: ^15.11.2 - version: 15.11.2 + specifier: ^15.11.4 + version: 15.11.4 html-minifier-terser: specifier: ^7.2.0 version: 7.2.0 @@ -364,8 +364,8 @@ catalogs: specifier: ^6.0.1 version: 6.0.1 rollup: - specifier: ^4.25.0 - version: 4.25.0 + specifier: ^4.26.0 + version: 4.26.0 rollup-plugin-visualizer: specifier: ^5.12.0 version: 5.12.0 @@ -445,8 +445,8 @@ catalogs: specifier: ^1.0.7 version: 1.0.7 vite-plugin-pwa: - specifier: ^0.20.5 - version: 0.20.5 + specifier: ^0.21.0 + version: 0.21.0 vite-plugin-vue-devtools: specifier: ^7.6.4 version: 7.6.4 @@ -472,11 +472,11 @@ catalogs: specifier: ^2.1.10 version: 2.1.10 vxe-pc-ui: - specifier: ^4.2.51 - version: 4.2.51 + specifier: ^4.2.53 + version: 4.2.53 vxe-table: - specifier: ^4.8.10 - version: 4.8.10 + specifier: ^4.8.14 + version: 4.8.14 watermark-js-plus: specifier: ^1.5.7 version: 1.5.7 @@ -539,7 +539,7 @@ importers: version: link:scripts/vsh '@vitejs/plugin-vue': specifier: 'catalog:' - version: 5.1.5(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3)) + version: 5.2.0(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: 'catalog:' version: 4.1.0(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3)) @@ -557,7 +557,7 @@ importers: version: 8.16.0 happy-dom: specifier: 'catalog:' - version: 15.11.2 + version: 15.11.4 husky: specifier: 'catalog:' version: 9.1.6 @@ -590,7 +590,7 @@ importers: version: 5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0) vitest: specifier: 'catalog:' - version: 2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(less@4.2.0)(sass@1.80.6)(terser@5.36.0) + version: 2.1.4(@types/node@22.9.0)(happy-dom@15.11.4)(less@4.2.0)(sass@1.80.6)(terser@5.36.0) vue: specifier: ^3.5.12 version: 3.5.12(typescript@5.6.3) @@ -745,7 +745,7 @@ importers: devDependencies: unplugin-element-plus: specifier: 'catalog:' - version: 0.8.0(rollup@4.25.0) + version: 0.8.0(rollup@4.26.0) apps/web-naive: dependencies: @@ -848,7 +848,7 @@ importers: version: link:../internal/vite-config '@vite-pwa/vitepress': specifier: 'catalog:' - version: 0.5.3(vite-plugin-pwa@0.20.5(vite@5.4.10(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(workbox-build@7.3.0)(workbox-window@7.3.0)) + version: 0.5.3(vite-plugin-pwa@0.21.0(vite@5.4.10(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(workbox-build@7.3.0)(workbox-window@7.3.0)) vitepress: specifier: 'catalog:' version: 1.5.0(@algolia/client-search@5.13.0)(@types/node@22.9.0)(async-validator@4.2.5)(axios@1.7.7)(change-case@5.4.4)(less@4.2.0)(nprogress@0.2.0)(postcss@8.4.49)(qrcode@1.5.4)(sass@1.80.6)(search-insights@2.17.2)(sortablejs@1.15.3)(terser@5.36.0)(typescript@5.6.3) @@ -909,7 +909,7 @@ importers: version: 3.2.0(eslint@9.14.0(jiti@2.4.0)) eslint-plugin-jsdoc: specifier: 'catalog:' - version: 50.4.3(eslint@9.14.0(jiti@2.4.0)) + version: 50.5.0(eslint@9.14.0(jiti@2.4.0)) eslint-plugin-jsonc: specifier: 'catalog:' version: 2.18.1(eslint@9.14.0(jiti@2.4.0)) @@ -936,7 +936,7 @@ importers: version: 4.1.4(@typescript-eslint/eslint-plugin@8.14.0(@typescript-eslint/parser@8.14.0(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.4.0)) eslint-plugin-vitest: specifier: 'catalog:' - version: 0.5.4(@typescript-eslint/eslint-plugin@8.14.0(@typescript-eslint/parser@8.14.0(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3)(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(less@4.2.0)(sass@1.80.6)(terser@5.36.0)) + version: 0.5.4(@typescript-eslint/eslint-plugin@8.14.0(@typescript-eslint/parser@8.14.0(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3)(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.4)(less@4.2.0)(sass@1.80.6)(terser@5.36.0)) eslint-plugin-vue: specifier: 'catalog:' version: 9.31.0(eslint@9.14.0(jiti@2.4.0)) @@ -1045,7 +1045,7 @@ importers: dependencies: '@iconify/json': specifier: 'catalog:' - version: 2.2.270 + version: 2.2.271 '@iconify/tailwind': specifier: 'catalog:' version: 1.1.3 @@ -1100,7 +1100,7 @@ importers: dependencies: '@intlify/unplugin-vue-i18n': specifier: 'catalog:' - version: 5.3.1(@vue/compiler-dom@3.5.12)(eslint@9.14.0(jiti@2.4.0))(rollup@4.25.0)(typescript@5.6.3)(vue-i18n@10.0.4(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)) + version: 5.3.1(@vue/compiler-dom@3.5.12)(eslint@9.14.0(jiti@2.4.0))(rollup@4.26.0)(typescript@5.6.3)(vue-i18n@10.0.4(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)) '@jspm/generator': specifier: 'catalog:' version: 2.4.1 @@ -1124,10 +1124,10 @@ importers: version: 2.0.2 vite-plugin-pwa: specifier: 'catalog:' - version: 0.20.5(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(workbox-build@7.3.0)(workbox-window@7.3.0) + version: 0.21.0(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(workbox-build@7.3.0)(workbox-window@7.3.0) vite-plugin-vue-devtools: specifier: 'catalog:' - version: 7.6.4(rollup@4.25.0)(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3)) + version: 7.6.4(rollup@4.26.0)(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3)) devDependencies: '@pnpm/workspace.read-manifest': specifier: 'catalog:' @@ -1143,7 +1143,7 @@ importers: version: link:../node-utils '@vitejs/plugin-vue': specifier: 'catalog:' - version: 5.1.5(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3)) + version: 5.2.0(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3)) '@vitejs/plugin-vue-jsx': specifier: 'catalog:' version: 4.1.0(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3)) @@ -1155,10 +1155,10 @@ importers: version: 16.4.5 rollup: specifier: 'catalog:' - version: 4.25.0 + version: 4.26.0 rollup-plugin-visualizer: specifier: 'catalog:' - version: 5.12.0(rollup@4.25.0) + version: 5.12.0(rollup@4.26.0) sass: specifier: 'catalog:' version: 1.80.6 @@ -1170,7 +1170,7 @@ importers: version: 0.5.1(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0)) vite-plugin-dts: specifier: 'catalog:' - version: 4.2.1(@types/node@22.9.0)(rollup@4.25.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0)) + version: 4.2.1(@types/node@22.9.0)(rollup@4.26.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0)) vite-plugin-html: specifier: 'catalog:' version: 3.2.2(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0)) @@ -1199,7 +1199,7 @@ importers: version: 4.1.0 '@tanstack/vue-store': specifier: 'catalog:' - version: 0.5.6(vue@3.5.12(typescript@5.6.3)) + version: 0.5.7(vue@3.5.12(typescript@5.6.3)) '@types/lodash.get': specifier: 'catalog:' version: 4.4.9 @@ -1640,10 +1640,10 @@ importers: version: 3.5.12(typescript@5.6.3) vxe-pc-ui: specifier: 'catalog:' - version: 4.2.51(vue@3.5.12(typescript@5.6.3)) + version: 4.2.53(vue@3.5.12(typescript@5.6.3)) vxe-table: specifier: 'catalog:' - version: 4.8.10(vue@3.5.12(typescript@5.6.3)) + version: 4.8.14(vue@3.5.12(typescript@5.6.3)) packages/effects/request: dependencies: @@ -1704,7 +1704,7 @@ importers: version: 2.2.2(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)) pinia-plugin-persistedstate: specifier: 'catalog:' - version: 4.1.3(magicast@0.3.5)(pinia@2.2.2(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)))(rollup@4.25.0) + version: 4.1.3(magicast@0.3.5)(pinia@2.2.2(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)))(rollup@4.26.0) vue: specifier: ^3.5.12 version: 3.5.12(typescript@5.6.3) @@ -3592,8 +3592,8 @@ packages: '@iconify-json/vscode-icons@1.2.2': resolution: {integrity: sha512-bTpT0HJDRqGkxQv8oiETNHLEnBZpnA1QaRD35CQyO7M7qgWVLx2xwn/lK6e4waojmlPC3ckMBx3WFIUUn0/Jdg==} - '@iconify/json@2.2.270': - resolution: {integrity: sha512-BpuvTnPpjmKwzopqhokLz99v69n2BOeWAEvm7ttIsesUM2a8JWr4PTYzu8iMbK9cFNcrGMtWNmBYqDznxRAQcA==} + '@iconify/json@2.2.271': + resolution: {integrity: sha512-EYp1o5by6iZuWmUUHoipxvRyCpj7Xp8kg5q0bm5Srl4oksYdUhtYb8IHqKTrReSTcpNCXtOpKbT8BnjmvO5WNw==} '@iconify/tailwind@1.1.3': resolution: {integrity: sha512-SfyeT+2b/aKWA6DjwdevXdLUqaEqJ5xWTegD92KItaWc47IYsGuqrt/GOz4dJCPcTVCrsUjlvMpy8cNd+uV5nQ==} @@ -4051,6 +4051,11 @@ packages: cpu: [arm] os: [android] + '@rollup/rollup-android-arm-eabi@4.26.0': + resolution: {integrity: sha512-gJNwtPDGEaOEgejbaseY6xMFu+CPltsc8/T+diUTTbOQLqD+bnrJq9ulH6WD69TqwqWmrfRAtUv30cCFZlbGTQ==} + cpu: [arm] + os: [android] + '@rollup/rollup-android-arm64@4.24.4': resolution: {integrity: sha512-j4nrEO6nHU1nZUuCfRKoCcvh7PIywQPUCBa2UsootTHvTHIoIu2BzueInGJhhvQO/2FTRdNYpf63xsgEqH9IhA==} cpu: [arm64] @@ -4061,6 +4066,11 @@ packages: cpu: [arm64] os: [android] + '@rollup/rollup-android-arm64@4.26.0': + resolution: {integrity: sha512-YJa5Gy8mEZgz5JquFruhJODMq3lTHWLm1fOy+HIANquLzfIOzE9RA5ie3JjCdVb9r46qfAQY/l947V0zfGJ0OQ==} + cpu: [arm64] + os: [android] + '@rollup/rollup-darwin-arm64@4.24.4': resolution: {integrity: sha512-GmU/QgGtBTeraKyldC7cDVVvAJEOr3dFLKneez/n7BvX57UdhOqDsVwzU7UOnYA7AAOt+Xb26lk79PldDHgMIQ==} cpu: [arm64] @@ -4071,6 +4081,11 @@ packages: cpu: [arm64] os: [darwin] + '@rollup/rollup-darwin-arm64@4.26.0': + resolution: {integrity: sha512-ErTASs8YKbqTBoPLp/kA1B1Um5YSom8QAc4rKhg7b9tyyVqDBlQxy7Bf2wW7yIlPGPg2UODDQcbkTlruPzDosw==} + cpu: [arm64] + os: [darwin] + '@rollup/rollup-darwin-x64@4.24.4': resolution: {integrity: sha512-N6oDBiZCBKlwYcsEPXGDE4g9RoxZLK6vT98M8111cW7VsVJFpNEqvJeIPfsCzbf0XEakPslh72X0gnlMi4Ddgg==} cpu: [x64] @@ -4081,6 +4096,11 @@ packages: cpu: [x64] os: [darwin] + '@rollup/rollup-darwin-x64@4.26.0': + resolution: {integrity: sha512-wbgkYDHcdWW+NqP2mnf2NOuEbOLzDblalrOWcPyY6+BRbVhliavon15UploG7PpBRQ2bZJnbmh8o3yLoBvDIHA==} + cpu: [x64] + os: [darwin] + '@rollup/rollup-freebsd-arm64@4.24.4': resolution: {integrity: sha512-py5oNShCCjCyjWXCZNrRGRpjWsF0ic8f4ieBNra5buQz0O/U6mMXCpC1LvrHuhJsNPgRt36tSYMidGzZiJF6mw==} cpu: [arm64] @@ -4091,6 +4111,11 @@ packages: cpu: [arm64] os: [freebsd] + '@rollup/rollup-freebsd-arm64@4.26.0': + resolution: {integrity: sha512-Y9vpjfp9CDkAG4q/uwuhZk96LP11fBz/bYdyg9oaHYhtGZp7NrbkQrj/66DYMMP2Yo/QPAsVHkV891KyO52fhg==} + cpu: [arm64] + os: [freebsd] + '@rollup/rollup-freebsd-x64@4.24.4': resolution: {integrity: sha512-L7VVVW9FCnTTp4i7KrmHeDsDvjB4++KOBENYtNYAiYl96jeBThFfhP6HVxL74v4SiZEVDH/1ILscR5U9S4ms4g==} cpu: [x64] @@ -4101,6 +4126,11 @@ packages: cpu: [x64] os: [freebsd] + '@rollup/rollup-freebsd-x64@4.26.0': + resolution: {integrity: sha512-A/jvfCZ55EYPsqeaAt/yDAG4q5tt1ZboWMHEvKAH9Zl92DWvMIbnZe/f/eOXze65aJaaKbL+YeM0Hz4kLQvdwg==} + cpu: [x64] + os: [freebsd] + '@rollup/rollup-linux-arm-gnueabihf@4.24.4': resolution: {integrity: sha512-10ICosOwYChROdQoQo589N5idQIisxjaFE/PAnX2i0Zr84mY0k9zul1ArH0rnJ/fpgiqfu13TFZR5A5YJLOYZA==} cpu: [arm] @@ -4113,6 +4143,12 @@ packages: os: [linux] libc: [glibc] + '@rollup/rollup-linux-arm-gnueabihf@4.26.0': + resolution: {integrity: sha512-paHF1bMXKDuizaMODm2bBTjRiHxESWiIyIdMugKeLnjuS1TCS54MF5+Y5Dx8Ui/1RBPVRE09i5OUlaLnv8OGnA==} + cpu: [arm] + os: [linux] + libc: [glibc] + '@rollup/rollup-linux-arm-musleabihf@4.24.4': resolution: {integrity: sha512-ySAfWs69LYC7QhRDZNKqNhz2UKN8LDfbKSMAEtoEI0jitwfAG2iZwVqGACJT+kfYvvz3/JgsLlcBP+WWoKCLcw==} cpu: [arm] @@ -4125,6 +4161,12 @@ packages: os: [linux] libc: [musl] + '@rollup/rollup-linux-arm-musleabihf@4.26.0': + resolution: {integrity: sha512-cwxiHZU1GAs+TMxvgPfUDtVZjdBdTsQwVnNlzRXC5QzIJ6nhfB4I1ahKoe9yPmoaA/Vhf7m9dB1chGPpDRdGXg==} + cpu: [arm] + os: [linux] + libc: [musl] + '@rollup/rollup-linux-arm64-gnu@4.24.4': resolution: {integrity: sha512-uHYJ0HNOI6pGEeZ/5mgm5arNVTI0nLlmrbdph+pGXpC9tFHFDQmDMOEqkmUObRfosJqpU8RliYoGz06qSdtcjg==} cpu: [arm64] @@ -4137,6 +4179,12 @@ packages: os: [linux] libc: [glibc] + '@rollup/rollup-linux-arm64-gnu@4.26.0': + resolution: {integrity: sha512-4daeEUQutGRCW/9zEo8JtdAgtJ1q2g5oHaoQaZbMSKaIWKDQwQ3Yx0/3jJNmpzrsScIPtx/V+1AfibLisb3AMQ==} + cpu: [arm64] + os: [linux] + libc: [glibc] + '@rollup/rollup-linux-arm64-musl@4.24.4': resolution: {integrity: sha512-38yiWLemQf7aLHDgTg85fh3hW9stJ0Muk7+s6tIkSUOMmi4Xbv5pH/5Bofnsb6spIwD5FJiR+jg71f0CH5OzoA==} cpu: [arm64] @@ -4149,6 +4197,12 @@ packages: os: [linux] libc: [musl] + '@rollup/rollup-linux-arm64-musl@4.26.0': + resolution: {integrity: sha512-eGkX7zzkNxvvS05ROzJ/cO/AKqNvR/7t1jA3VZDi2vRniLKwAWxUr85fH3NsvtxU5vnUUKFHKh8flIBdlo2b3Q==} + cpu: [arm64] + os: [linux] + libc: [musl] + '@rollup/rollup-linux-powerpc64le-gnu@4.24.4': resolution: {integrity: sha512-q73XUPnkwt9ZNF2xRS4fvneSuaHw2BXuV5rI4cw0fWYVIWIBeDZX7c7FWhFQPNTnE24172K30I+dViWRVD9TwA==} cpu: [ppc64] @@ -4161,6 +4215,12 @@ packages: os: [linux] libc: [glibc] + '@rollup/rollup-linux-powerpc64le-gnu@4.26.0': + resolution: {integrity: sha512-Odp/lgHbW/mAqw/pU21goo5ruWsytP7/HCC/liOt0zcGG0llYWKrd10k9Fj0pdj3prQ63N5yQLCLiE7HTX+MYw==} + cpu: [ppc64] + os: [linux] + libc: [glibc] + '@rollup/rollup-linux-riscv64-gnu@4.24.4': resolution: {integrity: sha512-Aie/TbmQi6UXokJqDZdmTJuZBCU3QBDA8oTKRGtd4ABi/nHgXICulfg1KI6n9/koDsiDbvHAiQO3YAUNa/7BCw==} cpu: [riscv64] @@ -4173,6 +4233,12 @@ packages: os: [linux] libc: [glibc] + '@rollup/rollup-linux-riscv64-gnu@4.26.0': + resolution: {integrity: sha512-MBR2ZhCTzUgVD0OJdTzNeF4+zsVogIR1U/FsyuFerwcqjZGvg2nYe24SAHp8O5sN8ZkRVbHwlYeHqcSQ8tcYew==} + cpu: [riscv64] + os: [linux] + libc: [glibc] + '@rollup/rollup-linux-s390x-gnu@4.24.4': resolution: {integrity: sha512-P8MPErVO/y8ohWSP9JY7lLQ8+YMHfTI4bAdtCi3pC2hTeqFJco2jYspzOzTUB8hwUWIIu1xwOrJE11nP+0JFAQ==} cpu: [s390x] @@ -4185,6 +4251,12 @@ packages: os: [linux] libc: [glibc] + '@rollup/rollup-linux-s390x-gnu@4.26.0': + resolution: {integrity: sha512-YYcg8MkbN17fMbRMZuxwmxWqsmQufh3ZJFxFGoHjrE7bv0X+T6l3glcdzd7IKLiwhT+PZOJCblpnNlz1/C3kGQ==} + cpu: [s390x] + os: [linux] + libc: [glibc] + '@rollup/rollup-linux-x64-gnu@4.24.4': resolution: {integrity: sha512-K03TljaaoPK5FOyNMZAAEmhlyO49LaE4qCsr0lYHUKyb6QacTNF9pnfPpXnFlFD3TXuFbFbz7tJ51FujUXkXYA==} cpu: [x64] @@ -4197,6 +4269,12 @@ packages: os: [linux] libc: [glibc] + '@rollup/rollup-linux-x64-gnu@4.26.0': + resolution: {integrity: sha512-ZuwpfjCwjPkAOxpjAEjabg6LRSfL7cAJb6gSQGZYjGhadlzKKywDkCUnJ+KEfrNY1jH5EEoSIKLCb572jSiglA==} + cpu: [x64] + os: [linux] + libc: [glibc] + '@rollup/rollup-linux-x64-musl@4.24.4': resolution: {integrity: sha512-VJYl4xSl/wqG2D5xTYncVWW+26ICV4wubwN9Gs5NrqhJtayikwCXzPL8GDsLnaLU3WwhQ8W02IinYSFJfyo34Q==} cpu: [x64] @@ -4209,6 +4287,12 @@ packages: os: [linux] libc: [musl] + '@rollup/rollup-linux-x64-musl@4.26.0': + resolution: {integrity: sha512-+HJD2lFS86qkeF8kNu0kALtifMpPCZU80HvwztIKnYwym3KnA1os6nsX4BGSTLtS2QVAGG1P3guRgsYyMA0Yhg==} + cpu: [x64] + os: [linux] + libc: [musl] + '@rollup/rollup-win32-arm64-msvc@4.24.4': resolution: {integrity: sha512-ku2GvtPwQfCqoPFIJCqZ8o7bJcj+Y54cZSr43hHca6jLwAiCbZdBUOrqE6y29QFajNAzzpIOwsckaTFmN6/8TA==} cpu: [arm64] @@ -4219,6 +4303,11 @@ packages: cpu: [arm64] os: [win32] + '@rollup/rollup-win32-arm64-msvc@4.26.0': + resolution: {integrity: sha512-WUQzVFWPSw2uJzX4j6YEbMAiLbs0BUysgysh8s817doAYhR5ybqTI1wtKARQKo6cGop3pHnrUJPFCsXdoFaimQ==} + cpu: [arm64] + os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.24.4': resolution: {integrity: sha512-V3nCe+eTt/W6UYNr/wGvO1fLpHUrnlirlypZfKCT1fG6hWfqhPgQV/K/mRBXBpxc0eKLIF18pIOFVPh0mqHjlg==} cpu: [ia32] @@ -4229,6 +4318,11 @@ packages: cpu: [ia32] os: [win32] + '@rollup/rollup-win32-ia32-msvc@4.26.0': + resolution: {integrity: sha512-D4CxkazFKBfN1akAIY6ieyOqzoOoBV1OICxgUblWxff/pSjCA2khXlASUx7mK6W1oP4McqhgcCsu6QaLj3WMWg==} + cpu: [ia32] + os: [win32] + '@rollup/rollup-win32-x64-msvc@4.24.4': resolution: {integrity: sha512-LTw1Dfd0mBIEqUVCxbvTE/LLo+9ZxVC9k99v1v4ahg9Aak6FpqOfNu5kRkeTAn0wphoC4JU7No1/rL+bBCEwhg==} cpu: [x64] @@ -4239,6 +4333,11 @@ packages: cpu: [x64] os: [win32] + '@rollup/rollup-win32-x64-msvc@4.26.0': + resolution: {integrity: sha512-2x8MO1rm4PGEP0xWbubJW5RtbNLk3puzAMaLQd3B3JHVw4KcHlmXcO+Wewx9zCoo7EUFiMlu/aZbCJ7VjMzAag==} + cpu: [x64] + os: [win32] + '@rushstack/node-core-library@5.7.0': resolution: {integrity: sha512-Ff9Cz/YlWu9ce4dmqNBZpA45AEya04XaBFIjV7xTVeEf+y/kTjEasmozqFELXlNG4ROdevss75JrrZ5WgufDkQ==} peerDependencies: @@ -4340,8 +4439,8 @@ packages: '@vue/composition-api': optional: true - '@tanstack/vue-store@0.5.6': - resolution: {integrity: sha512-gMRicUGGWTN5QGlv9yBKWaAiHTmbH5DX0vozEblhRGYnBfFBwr51l3uzYndtilsFYfZvphEyngKTRdUb5KQ1OQ==} + '@tanstack/vue-store@0.5.7': + resolution: {integrity: sha512-cDMdpHZQJzpatsX9RbL/+AT/pCW1DPm4fqNLF44Y+NQgWUHNyNUya6by/T2e6nLiu7Xxd7kn//PiS/fq1kbC4A==} peerDependencies: '@vue/composition-api': ^1.2.1 vue: ^3.5.12 @@ -4621,8 +4720,8 @@ packages: vite: ^5.0.0 vue: ^3.5.12 - '@vitejs/plugin-vue@5.1.5': - resolution: {integrity: sha512-dlnib73G05CDBAUR/YpuZcQQ47fpjihnnNouAAqN62z+oqSsWJ+kh52GRzIxpkgFG3q11eXK7Di7RMmoCwISZA==} + '@vitejs/plugin-vue@5.2.0': + resolution: {integrity: sha512-7n7KdUEtx/7Yl7I/WVAMZ1bEb0eVvXF3ummWTeLcs/9gvo9pJhuLdouSXGjdZ/MKD1acf1I272+X0RMua4/R3g==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: vite: ^5.0.0 @@ -6146,8 +6245,8 @@ packages: peerDependencies: eslint: ^8.57.0 || ^9.0.0 - eslint-plugin-jsdoc@50.4.3: - resolution: {integrity: sha512-uWtwFxGRv6B8sU63HZM5dAGDhgsatb+LONwmILZJhdRALLOkCX2HFZhdL/Kw2ls8SQMAVEfK+LmnEfxInRN8HA==} + eslint-plugin-jsdoc@50.5.0: + resolution: {integrity: sha512-xTkshfZrUbiSHXBwZ/9d5ulZ2OcHXxSvm/NPo494H/hadLRJwOq5PMV0EUpMqsb9V+kQo+9BAgi6Z7aJtdBp2A==} engines: {node: '>=18'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 @@ -6697,8 +6796,8 @@ packages: h3@1.13.0: resolution: {integrity: sha512-vFEAu/yf8UMUcB4s43OaDaigcqpQd14yanmOsn+NcRX3/guSKncyE2rOYhq8RIchgJrPSs/QiIddnTTR1ddiAg==} - happy-dom@15.11.2: - resolution: {integrity: sha512-MZ8kazOz+8i9G+olnJS836mNaF96UhOTzuECmxdE56+1+juiubqaJHTJUf+1WZ6Vs09lKLdmfX2AxGslfj1XFg==} + happy-dom@15.11.4: + resolution: {integrity: sha512-AU6tzh3ADd28vSmXahgLsGyGGihXPGeKH0owDn9lhHolB6vIwEhag//T+TBzDoAcHhmVEwlxwSgtW1KZep+1MA==} engines: {node: '>=18.0.0'} has-bigints@1.0.2: @@ -8960,6 +9059,11 @@ packages: engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true + rollup@4.26.0: + resolution: {integrity: sha512-ilcl12hnWonG8f+NxU6BlgysVA0gvY2l8N0R84S1HcINbW20bvwuCngJkkInV6LXhwRpucsW5k1ovDwEdBVrNg==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + rotated-array-set@3.0.0: resolution: {integrity: sha512-G7689wvCM0szMFXUAhi3GfNGcSPlndg077cdRWoq7UegOAwfU2MJ0jD7s7jB+2ppKA75Kr/O0HwAP9+rRdBctg==} engines: {node: ^14.13.1 || >=16.0.0} @@ -9942,14 +10046,14 @@ packages: vite-plugin-lazy-import@1.0.7: resolution: {integrity: sha512-mE6oAObOb4wqso4AoUGi9cLjdR+4vay1RCaKJvziBuFPlziZl7J0aw2hsqRTokLVRx3bli0a0VyjMOwsNDv58A==} - vite-plugin-pwa@0.20.5: - resolution: {integrity: sha512-aweuI/6G6n4C5Inn0vwHumElU/UEpNuO+9iZzwPZGTCH87TeZ6YFMrEY6ZUBQdIHHlhTsbMDryFARcSuOdsz9Q==} + vite-plugin-pwa@0.21.0: + resolution: {integrity: sha512-gnDE5sN2hdxA4vTl0pe6PCTPXqChk175jH8dZVVTBjFhWarZZoXaAdoTIKCIa8Zbx94sC0CnCOyERBWpxvry+g==} engines: {node: '>=16.0.0'} peerDependencies: '@vite-pwa/assets-generator': ^0.2.6 vite: ^3.1.0 || ^4.0.0 || ^5.0.0 - workbox-build: ^7.1.0 - workbox-window: ^7.1.0 + workbox-build: ^7.3.0 + workbox-window: ^7.3.0 peerDependenciesMeta: '@vite-pwa/assets-generator': optional: true @@ -10134,11 +10238,11 @@ packages: peerDependencies: vue: ^3.5.12 - vxe-pc-ui@4.2.51: - resolution: {integrity: sha512-HWvO6J7ii7WOxh4mOFBg6ZuWFEM7ahUQEffREQtiOPEJHHomemfeTWVnE3OQoDNMtaCIBEs/1BWvSmDq1HgjMw==} + vxe-pc-ui@4.2.53: + resolution: {integrity: sha512-f03f5rcLYmMtiaTt1qYDO6zm3YdqB1Q83IK71Ex82tnM1aFcXyhMWqB28RnbeGuiyBEFfO0Thgml6guNB0gfIQ==} - vxe-table@4.8.10: - resolution: {integrity: sha512-GSZSIcu4Mi3eX5Xkah2FySx83h9ySrDIg7H7BhUrpv5s5xZUUC5pQeaB0ZFXl826Uh1vcD7cqzTEiOUkw+oE5w==} + vxe-table@4.8.14: + resolution: {integrity: sha512-3grgLoSz++ebS8Qi2G5gegK1Gh0641JWtbwaST2sbIgOJ82K/u/E1H+eoeKdsLOD13lJZPQzwUYuOHco9gnjQQ==} warning@4.0.3: resolution: {integrity: sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==} @@ -12319,7 +12423,7 @@ snapshots: dependencies: '@iconify/types': 2.0.0 - '@iconify/json@2.2.270': + '@iconify/json@2.2.271': dependencies: '@iconify/types': 2.0.0 pathe: 1.1.2 @@ -12388,13 +12492,13 @@ snapshots: '@intlify/shared@10.0.4': {} - '@intlify/unplugin-vue-i18n@5.3.1(@vue/compiler-dom@3.5.12)(eslint@9.14.0(jiti@2.4.0))(rollup@4.25.0)(typescript@5.6.3)(vue-i18n@10.0.4(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))': + '@intlify/unplugin-vue-i18n@5.3.1(@vue/compiler-dom@3.5.12)(eslint@9.14.0(jiti@2.4.0))(rollup@4.26.0)(typescript@5.6.3)(vue-i18n@10.0.4(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3))': dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@9.14.0(jiti@2.4.0)) '@intlify/bundle-utils': 9.0.0(vue-i18n@10.0.4(vue@3.5.12(typescript@5.6.3))) '@intlify/shared': 10.0.4 '@intlify/vue-i18n-extensions': 7.0.0(@intlify/shared@10.0.4)(@vue/compiler-dom@3.5.12)(vue-i18n@10.0.4(vue@3.5.12(typescript@5.6.3)))(vue@3.5.12(typescript@5.6.3)) - '@rollup/pluginutils': 5.1.3(rollup@4.25.0) + '@rollup/pluginutils': 5.1.3(rollup@4.26.0) '@typescript-eslint/scope-manager': 8.13.0 '@typescript-eslint/typescript-estree': 8.13.0(typescript@5.6.3) debug: 4.3.7(supports-color@9.4.0) @@ -12667,9 +12771,9 @@ snapshots: mkdirp: 1.0.4 rimraf: 3.0.2 - '@nuxt/kit@3.14.159(magicast@0.3.5)(rollup@4.25.0)': + '@nuxt/kit@3.14.159(magicast@0.3.5)(rollup@4.26.0)': dependencies: - '@nuxt/schema': 3.14.159(magicast@0.3.5)(rollup@4.25.0) + '@nuxt/schema': 3.14.159(magicast@0.3.5)(rollup@4.26.0) c12: 2.0.1(magicast@0.3.5) consola: 3.2.3 defu: 6.1.4 @@ -12687,7 +12791,7 @@ snapshots: semver: 7.6.3 ufo: 1.5.4 unctx: 2.3.1 - unimport: 3.13.1(rollup@4.25.0) + unimport: 3.13.1(rollup@4.26.0) untyped: 1.5.1 transitivePeerDependencies: - magicast @@ -12695,7 +12799,7 @@ snapshots: - supports-color - webpack-sources - '@nuxt/schema@3.14.159(magicast@0.3.5)(rollup@4.25.0)': + '@nuxt/schema@3.14.159(magicast@0.3.5)(rollup@4.26.0)': dependencies: c12: 2.0.1(magicast@0.3.5) compatx: 0.1.8 @@ -12708,7 +12812,7 @@ snapshots: std-env: 3.8.0 ufo: 1.5.4 uncrypto: 0.1.3 - unimport: 3.13.1(rollup@4.25.0) + unimport: 3.13.1(rollup@4.26.0) untyped: 1.5.1 transitivePeerDependencies: - magicast @@ -12848,6 +12952,10 @@ snapshots: optionalDependencies: rollup: 4.24.4 + '@rollup/plugin-alias@5.1.1(rollup@4.25.0)': + optionalDependencies: + rollup: 4.25.0 + '@rollup/plugin-babel@5.3.1(@babel/core@7.26.0)(rollup@2.79.2)': dependencies: '@babel/core': 7.26.0 @@ -12869,6 +12977,18 @@ snapshots: optionalDependencies: rollup: 4.24.4 + '@rollup/plugin-commonjs@28.0.1(rollup@4.25.0)': + dependencies: + '@rollup/pluginutils': 5.1.3(rollup@4.25.0) + commondir: 1.0.1 + estree-walker: 2.0.2 + fdir: 6.4.2(picomatch@4.0.2) + is-reference: 1.2.1 + magic-string: 0.30.12 + picomatch: 4.0.2 + optionalDependencies: + rollup: 4.25.0 + '@rollup/plugin-inject@5.0.5(rollup@4.24.4)': dependencies: '@rollup/pluginutils': 5.1.3(rollup@4.24.4) @@ -12883,6 +13003,12 @@ snapshots: optionalDependencies: rollup: 4.24.4 + '@rollup/plugin-json@6.1.0(rollup@4.25.0)': + dependencies: + '@rollup/pluginutils': 5.1.3(rollup@4.25.0) + optionalDependencies: + rollup: 4.25.0 + '@rollup/plugin-node-resolve@15.3.0(rollup@2.79.2)': dependencies: '@rollup/pluginutils': 5.1.3(rollup@2.79.2) @@ -12903,6 +13029,16 @@ snapshots: optionalDependencies: rollup: 4.24.4 + '@rollup/plugin-node-resolve@15.3.0(rollup@4.25.0)': + dependencies: + '@rollup/pluginutils': 5.1.3(rollup@4.25.0) + '@types/resolve': 1.20.2 + deepmerge: 4.3.1 + is-module: 1.0.0 + resolve: 1.22.8 + optionalDependencies: + rollup: 4.25.0 + '@rollup/plugin-replace@2.4.2(rollup@2.79.2)': dependencies: '@rollup/pluginutils': 3.1.0(rollup@2.79.2) @@ -12916,6 +13052,13 @@ snapshots: optionalDependencies: rollup: 4.24.4 + '@rollup/plugin-replace@6.0.1(rollup@4.25.0)': + dependencies: + '@rollup/pluginutils': 5.1.3(rollup@4.25.0) + magic-string: 0.30.12 + optionalDependencies: + rollup: 4.25.0 + '@rollup/plugin-terser@0.4.4(rollup@2.79.2)': dependencies: serialize-javascript: 6.0.2 @@ -12968,114 +13111,176 @@ snapshots: optionalDependencies: rollup: 4.25.0 + '@rollup/pluginutils@5.1.3(rollup@4.26.0)': + dependencies: + '@types/estree': 1.0.6 + estree-walker: 2.0.2 + picomatch: 4.0.2 + optionalDependencies: + rollup: 4.26.0 + '@rollup/rollup-android-arm-eabi@4.24.4': optional: true '@rollup/rollup-android-arm-eabi@4.25.0': optional: true + '@rollup/rollup-android-arm-eabi@4.26.0': + optional: true + '@rollup/rollup-android-arm64@4.24.4': optional: true '@rollup/rollup-android-arm64@4.25.0': optional: true + '@rollup/rollup-android-arm64@4.26.0': + optional: true + '@rollup/rollup-darwin-arm64@4.24.4': optional: true '@rollup/rollup-darwin-arm64@4.25.0': optional: true + '@rollup/rollup-darwin-arm64@4.26.0': + optional: true + '@rollup/rollup-darwin-x64@4.24.4': optional: true '@rollup/rollup-darwin-x64@4.25.0': optional: true + '@rollup/rollup-darwin-x64@4.26.0': + optional: true + '@rollup/rollup-freebsd-arm64@4.24.4': optional: true '@rollup/rollup-freebsd-arm64@4.25.0': optional: true + '@rollup/rollup-freebsd-arm64@4.26.0': + optional: true + '@rollup/rollup-freebsd-x64@4.24.4': optional: true '@rollup/rollup-freebsd-x64@4.25.0': optional: true + '@rollup/rollup-freebsd-x64@4.26.0': + optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.24.4': optional: true '@rollup/rollup-linux-arm-gnueabihf@4.25.0': optional: true + '@rollup/rollup-linux-arm-gnueabihf@4.26.0': + optional: true + '@rollup/rollup-linux-arm-musleabihf@4.24.4': optional: true '@rollup/rollup-linux-arm-musleabihf@4.25.0': optional: true + '@rollup/rollup-linux-arm-musleabihf@4.26.0': + optional: true + '@rollup/rollup-linux-arm64-gnu@4.24.4': optional: true '@rollup/rollup-linux-arm64-gnu@4.25.0': optional: true + '@rollup/rollup-linux-arm64-gnu@4.26.0': + optional: true + '@rollup/rollup-linux-arm64-musl@4.24.4': optional: true '@rollup/rollup-linux-arm64-musl@4.25.0': optional: true + '@rollup/rollup-linux-arm64-musl@4.26.0': + optional: true + '@rollup/rollup-linux-powerpc64le-gnu@4.24.4': optional: true '@rollup/rollup-linux-powerpc64le-gnu@4.25.0': optional: true + '@rollup/rollup-linux-powerpc64le-gnu@4.26.0': + optional: true + '@rollup/rollup-linux-riscv64-gnu@4.24.4': optional: true '@rollup/rollup-linux-riscv64-gnu@4.25.0': optional: true + '@rollup/rollup-linux-riscv64-gnu@4.26.0': + optional: true + '@rollup/rollup-linux-s390x-gnu@4.24.4': optional: true '@rollup/rollup-linux-s390x-gnu@4.25.0': optional: true + '@rollup/rollup-linux-s390x-gnu@4.26.0': + optional: true + '@rollup/rollup-linux-x64-gnu@4.24.4': optional: true '@rollup/rollup-linux-x64-gnu@4.25.0': optional: true + '@rollup/rollup-linux-x64-gnu@4.26.0': + optional: true + '@rollup/rollup-linux-x64-musl@4.24.4': optional: true '@rollup/rollup-linux-x64-musl@4.25.0': optional: true + '@rollup/rollup-linux-x64-musl@4.26.0': + optional: true + '@rollup/rollup-win32-arm64-msvc@4.24.4': optional: true '@rollup/rollup-win32-arm64-msvc@4.25.0': optional: true + '@rollup/rollup-win32-arm64-msvc@4.26.0': + optional: true + '@rollup/rollup-win32-ia32-msvc@4.24.4': optional: true '@rollup/rollup-win32-ia32-msvc@4.25.0': optional: true + '@rollup/rollup-win32-ia32-msvc@4.26.0': + optional: true + '@rollup/rollup-win32-x64-msvc@4.24.4': optional: true '@rollup/rollup-win32-x64-msvc@4.25.0': optional: true + '@rollup/rollup-win32-x64-msvc@4.26.0': + optional: true + '@rushstack/node-core-library@5.7.0(@types/node@22.9.0)': dependencies: ajv: 8.13.0 @@ -13207,7 +13412,7 @@ snapshots: vue: 3.5.12(typescript@5.6.3) vue-demi: 0.14.10(vue@3.5.12(typescript@5.6.3)) - '@tanstack/vue-store@0.5.6(vue@3.5.12(typescript@5.6.3))': + '@tanstack/vue-store@0.5.7(vue@3.5.12(typescript@5.6.3))': dependencies: '@tanstack/store': 0.5.5 vue: 3.5.12(typescript@5.6.3) @@ -13522,9 +13727,9 @@ snapshots: - encoding - supports-color - '@vite-pwa/vitepress@0.5.3(vite-plugin-pwa@0.20.5(vite@5.4.10(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(workbox-build@7.3.0)(workbox-window@7.3.0))': + '@vite-pwa/vitepress@0.5.3(vite-plugin-pwa@0.21.0(vite@5.4.10(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(workbox-build@7.3.0)(workbox-window@7.3.0))': dependencies: - vite-plugin-pwa: 0.20.5(vite@5.4.10(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(workbox-build@7.3.0)(workbox-window@7.3.0) + vite-plugin-pwa: 0.21.0(vite@5.4.10(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(workbox-build@7.3.0)(workbox-window@7.3.0) '@vitejs/plugin-vue-jsx@4.1.0(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3))': dependencies: @@ -13541,7 +13746,7 @@ snapshots: vite: 5.4.10(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0) vue: 3.5.12(typescript@5.6.3) - '@vitejs/plugin-vue@5.1.5(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3))': + '@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3))': dependencies: vite: 5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0) vue: 3.5.12(typescript@5.6.3) @@ -15424,7 +15629,7 @@ snapshots: - supports-color - typescript - eslint-plugin-jsdoc@50.4.3(eslint@9.14.0(jiti@2.4.0)): + eslint-plugin-jsdoc@50.5.0(eslint@9.14.0(jiti@2.4.0)): dependencies: '@es-joy/jsdoccomment': 0.49.0 are-docs-informative: 0.0.2 @@ -15533,13 +15738,13 @@ snapshots: optionalDependencies: '@typescript-eslint/eslint-plugin': 8.14.0(@typescript-eslint/parser@8.14.0(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3) - eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@8.14.0(@typescript-eslint/parser@8.14.0(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3)(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(less@4.2.0)(sass@1.80.6)(terser@5.36.0)): + eslint-plugin-vitest@0.5.4(@typescript-eslint/eslint-plugin@8.14.0(@typescript-eslint/parser@8.14.0(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3)(vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.4)(less@4.2.0)(sass@1.80.6)(terser@5.36.0)): dependencies: '@typescript-eslint/utils': 7.18.0(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3) eslint: 9.14.0(jiti@2.4.0) optionalDependencies: '@typescript-eslint/eslint-plugin': 8.14.0(@typescript-eslint/parser@8.14.0(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3))(eslint@9.14.0(jiti@2.4.0))(typescript@5.6.3) - vitest: 2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(less@4.2.0)(sass@1.80.6)(terser@5.36.0) + vitest: 2.1.4(@types/node@22.9.0)(happy-dom@15.11.4)(less@4.2.0)(sass@1.80.6)(terser@5.36.0) transitivePeerDependencies: - supports-color - typescript @@ -16091,7 +16296,7 @@ snapshots: uncrypto: 0.1.3 unenv: 1.10.0 - happy-dom@15.11.2: + happy-dom@15.11.4: dependencies: entities: 4.5.0 webidl-conversions: 7.0.0 @@ -17544,9 +17749,9 @@ snapshots: pify@4.0.1: {} - pinia-plugin-persistedstate@4.1.3(magicast@0.3.5)(pinia@2.2.2(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)))(rollup@4.25.0): + pinia-plugin-persistedstate@4.1.3(magicast@0.3.5)(pinia@2.2.2(typescript@5.6.3)(vue@3.5.12(typescript@5.6.3)))(rollup@4.26.0): dependencies: - '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.25.0) + '@nuxt/kit': 3.14.159(magicast@0.3.5)(rollup@4.26.0) deep-pick-omit: 1.2.1 defu: 6.1.4 destr: 2.0.3 @@ -18491,10 +18696,10 @@ snapshots: glob: 11.0.0 package-json-from-dist: 1.0.1 - rollup-plugin-dts@6.1.1(rollup@4.24.4)(typescript@5.6.3): + rollup-plugin-dts@6.1.1(rollup@4.25.0)(typescript@5.6.3): dependencies: magic-string: 0.30.12 - rollup: 4.24.4 + rollup: 4.25.0 typescript: 5.6.3 optionalDependencies: '@babel/code-frame': 7.26.2 @@ -18508,14 +18713,14 @@ snapshots: optionalDependencies: rollup: 4.24.4 - rollup-plugin-visualizer@5.12.0(rollup@4.25.0): + rollup-plugin-visualizer@5.12.0(rollup@4.26.0): dependencies: open: 8.4.2 picomatch: 2.3.1 source-map: 0.7.4 yargs: 17.7.2 optionalDependencies: - rollup: 4.25.0 + rollup: 4.26.0 rollup@2.79.2: optionalDependencies: @@ -18569,6 +18774,30 @@ snapshots: '@rollup/rollup-win32-x64-msvc': 4.25.0 fsevents: 2.3.3 + rollup@4.26.0: + dependencies: + '@types/estree': 1.0.6 + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.26.0 + '@rollup/rollup-android-arm64': 4.26.0 + '@rollup/rollup-darwin-arm64': 4.26.0 + '@rollup/rollup-darwin-x64': 4.26.0 + '@rollup/rollup-freebsd-arm64': 4.26.0 + '@rollup/rollup-freebsd-x64': 4.26.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.26.0 + '@rollup/rollup-linux-arm-musleabihf': 4.26.0 + '@rollup/rollup-linux-arm64-gnu': 4.26.0 + '@rollup/rollup-linux-arm64-musl': 4.26.0 + '@rollup/rollup-linux-powerpc64le-gnu': 4.26.0 + '@rollup/rollup-linux-riscv64-gnu': 4.26.0 + '@rollup/rollup-linux-s390x-gnu': 4.26.0 + '@rollup/rollup-linux-x64-gnu': 4.26.0 + '@rollup/rollup-linux-x64-musl': 4.26.0 + '@rollup/rollup-win32-arm64-msvc': 4.26.0 + '@rollup/rollup-win32-ia32-msvc': 4.26.0 + '@rollup/rollup-win32-x64-msvc': 4.26.0 + fsevents: 2.3.3 + rotated-array-set@3.0.0: {} run-applescript@7.0.0: {} @@ -19388,12 +19617,12 @@ snapshots: unbuild@3.0.0-rc.11(sass@1.80.6)(typescript@5.6.3)(vue-tsc@2.1.10(typescript@5.6.3)): dependencies: - '@rollup/plugin-alias': 5.1.1(rollup@4.24.4) - '@rollup/plugin-commonjs': 28.0.1(rollup@4.24.4) - '@rollup/plugin-json': 6.1.0(rollup@4.24.4) - '@rollup/plugin-node-resolve': 15.3.0(rollup@4.24.4) - '@rollup/plugin-replace': 6.0.1(rollup@4.24.4) - '@rollup/pluginutils': 5.1.3(rollup@4.24.4) + '@rollup/plugin-alias': 5.1.1(rollup@4.25.0) + '@rollup/plugin-commonjs': 28.0.1(rollup@4.25.0) + '@rollup/plugin-json': 6.1.0(rollup@4.25.0) + '@rollup/plugin-node-resolve': 15.3.0(rollup@4.25.0) + '@rollup/plugin-replace': 6.0.1(rollup@4.25.0) + '@rollup/pluginutils': 5.1.3(rollup@4.25.0) citty: 0.1.6 consola: 3.2.3 defu: 6.1.4 @@ -19406,8 +19635,8 @@ snapshots: pathe: 1.1.2 pkg-types: 1.2.1 pretty-bytes: 6.1.1 - rollup: 4.24.4 - rollup-plugin-dts: 6.1.1(rollup@4.24.4)(typescript@5.6.3) + rollup: 4.25.0 + rollup-plugin-dts: 6.1.1(rollup@4.25.0)(typescript@5.6.3) scule: 1.3.0 tinyglobby: 0.2.10 ufo: 1.5.4 @@ -19476,9 +19705,9 @@ snapshots: - rollup - webpack-sources - unimport@3.13.1(rollup@4.25.0): + unimport@3.13.1(rollup@4.26.0): dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.25.0) + '@rollup/pluginutils': 5.1.3(rollup@4.26.0) acorn: 8.14.0 escape-string-regexp: 5.0.0 estree-walker: 3.0.3 @@ -19534,9 +19763,9 @@ snapshots: universalify@2.0.1: {} - unplugin-element-plus@0.8.0(rollup@4.25.0): + unplugin-element-plus@0.8.0(rollup@4.26.0): dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.25.0) + '@rollup/pluginutils': 5.1.3(rollup@4.26.0) es-module-lexer: 1.5.4 magic-string: 0.30.12 unplugin: 1.15.0 @@ -19682,10 +19911,10 @@ snapshots: transitivePeerDependencies: - supports-color - vite-plugin-dts@4.2.1(@types/node@22.9.0)(rollup@4.25.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0)): + vite-plugin-dts@4.2.1(@types/node@22.9.0)(rollup@4.26.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0)): dependencies: '@microsoft/api-extractor': 7.47.7(@types/node@22.9.0) - '@rollup/pluginutils': 5.1.3(rollup@4.25.0) + '@rollup/pluginutils': 5.1.3(rollup@4.26.0) '@volar/typescript': 2.4.10 '@vue/language-core': 2.1.6(typescript@5.6.3) compare-versions: 6.1.1 @@ -19717,10 +19946,10 @@ snapshots: pathe: 0.2.0 vite: 5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0) - vite-plugin-inspect@0.8.7(rollup@4.25.0)(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0)): + vite-plugin-inspect@0.8.7(rollup@4.26.0)(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0)): dependencies: '@antfu/utils': 0.7.10 - '@rollup/pluginutils': 5.1.3(rollup@4.25.0) + '@rollup/pluginutils': 5.1.3(rollup@4.26.0) debug: 4.3.7(supports-color@9.4.0) error-stack-parser-es: 0.1.5 fs-extra: 11.2.0 @@ -19735,12 +19964,12 @@ snapshots: vite-plugin-lazy-import@1.0.7: dependencies: - '@rollup/pluginutils': 5.1.3(rollup@4.25.0) + '@rollup/pluginutils': 5.1.3(rollup@4.26.0) es-module-lexer: 1.5.4 - rollup: 4.25.0 + rollup: 4.26.0 xe-utils: 3.5.31 - vite-plugin-pwa@0.20.5(vite@5.4.10(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(workbox-build@7.3.0)(workbox-window@7.3.0): + vite-plugin-pwa@0.21.0(vite@5.4.10(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(workbox-build@7.3.0)(workbox-window@7.3.0): dependencies: debug: 4.3.7(supports-color@9.4.0) pretty-bytes: 6.1.1 @@ -19751,7 +19980,7 @@ snapshots: transitivePeerDependencies: - supports-color - vite-plugin-pwa@0.20.5(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(workbox-build@7.3.0)(workbox-window@7.3.0): + vite-plugin-pwa@0.21.0(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(workbox-build@7.3.0)(workbox-window@7.3.0): dependencies: debug: 4.3.7(supports-color@9.4.0) pretty-bytes: 6.1.1 @@ -19762,7 +19991,7 @@ snapshots: transitivePeerDependencies: - supports-color - vite-plugin-vue-devtools@7.6.4(rollup@4.25.0)(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3)): + vite-plugin-vue-devtools@7.6.4(rollup@4.26.0)(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3)): dependencies: '@vue/devtools-core': 7.6.4(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0))(vue@3.5.12(typescript@5.6.3)) '@vue/devtools-kit': 7.6.4 @@ -19770,7 +19999,7 @@ snapshots: execa: 8.0.1 sirv: 3.0.0 vite: 5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0) - vite-plugin-inspect: 0.8.7(rollup@4.25.0)(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0)) + vite-plugin-inspect: 0.8.7(rollup@4.26.0)(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0)) vite-plugin-vue-inspector: 5.2.0(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0)) transitivePeerDependencies: - '@nuxt/kit' @@ -19797,7 +20026,7 @@ snapshots: dependencies: esbuild: 0.21.5 postcss: 8.4.47 - rollup: 4.24.4 + rollup: 4.25.0 optionalDependencies: '@types/node': 22.9.0 fsevents: 2.3.3 @@ -19875,7 +20104,7 @@ snapshots: - typescript - universal-cookie - vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.2)(less@4.2.0)(sass@1.80.6)(terser@5.36.0): + vitest@2.1.4(@types/node@22.9.0)(happy-dom@15.11.4)(less@4.2.0)(sass@1.80.6)(terser@5.36.0): dependencies: '@vitest/expect': 2.1.4 '@vitest/mocker': 2.1.4(vite@5.4.11(@types/node@22.9.0)(less@4.2.0)(sass@1.80.6)(terser@5.36.0)) @@ -19899,7 +20128,7 @@ snapshots: why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 22.9.0 - happy-dom: 15.11.2 + happy-dom: 15.11.4 transitivePeerDependencies: - less - lightningcss @@ -19984,15 +20213,15 @@ snapshots: vooks: 0.2.12(vue@3.5.12(typescript@5.6.3)) vue: 3.5.12(typescript@5.6.3) - vxe-pc-ui@4.2.51(vue@3.5.12(typescript@5.6.3)): + vxe-pc-ui@4.2.53(vue@3.5.12(typescript@5.6.3)): dependencies: '@vxe-ui/core': 4.0.16(vue@3.5.12(typescript@5.6.3)) transitivePeerDependencies: - vue - vxe-table@4.8.10(vue@3.5.12(typescript@5.6.3)): + vxe-table@4.8.14(vue@3.5.12(typescript@5.6.3)): dependencies: - vxe-pc-ui: 4.2.51(vue@3.5.12(typescript@5.6.3)) + vxe-pc-ui: 4.2.53(vue@3.5.12(typescript@5.6.3)) transitivePeerDependencies: - vue diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 0d436f30b91..95d9b1d10ef 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -23,7 +23,7 @@ catalog: '@ctrl/tinycolor': ^4.1.0 '@eslint/js': ^9.14.0 '@faker-js/faker': ^9.2.0 - '@iconify/json': ^2.2.270 + '@iconify/json': ^2.2.271 '@iconify/tailwind': ^1.1.3 '@iconify/vue': ^4.1.2 '@intlify/core-base': ^10.0.4 @@ -37,7 +37,7 @@ catalog: '@tailwindcss/nesting': 0.0.0-insiders.565cd3e '@tailwindcss/typography': ^0.5.15 '@tanstack/vue-query': ^5.59.20 - '@tanstack/vue-store': ^0.5.6 + '@tanstack/vue-store': ^0.5.7 '@types/archiver': ^6.0.3 '@types/eslint': ^9.6.1 '@types/html-minifier-terser': ^7.0.2 @@ -53,7 +53,7 @@ catalog: '@typescript-eslint/parser': ^8.14.0 '@vee-validate/zod': ^4.14.7 '@vite-pwa/vitepress': ^0.5.3 - '@vitejs/plugin-vue': ^5.1.5 + '@vitejs/plugin-vue': ^5.2.0 '@vitejs/plugin-vue-jsx': ^4.1.0 '@vue/reactivity': ^3.5.12 '@vue/shared': ^3.5.12 @@ -89,7 +89,7 @@ catalog: eslint-plugin-command: ^0.2.6 eslint-plugin-eslint-comments: ^3.2.0 eslint-plugin-import-x: ^4.4.2 - eslint-plugin-jsdoc: ^50.4.3 + eslint-plugin-jsdoc: ^50.5.0 eslint-plugin-jsonc: ^2.18.1 eslint-plugin-n: ^17.13.1 eslint-plugin-no-only-tests: ^3.3.0 @@ -105,7 +105,7 @@ catalog: get-port: ^7.1.0 globals: ^15.12.0 h3: ^1.13.0 - happy-dom: ^15.11.2 + happy-dom: ^15.11.4 html-minifier-terser: ^7.2.0 husky: ^9.1.6 is-ci: ^3.0.1 @@ -137,7 +137,7 @@ catalog: radix-vue: ^1.9.9 resolve.exports: ^2.0.2 rimraf: ^6.0.1 - rollup: ^4.25.0 + rollup: ^4.26.0 rollup-plugin-visualizer: ^5.12.0 sass: 1.80.6 sortablejs: ^1.15.3 @@ -164,7 +164,7 @@ catalog: vite-plugin-dts: 4.2.1 vite-plugin-html: ^3.2.2 vite-plugin-lazy-import: ^1.0.7 - vite-plugin-pwa: ^0.20.5 + vite-plugin-pwa: ^0.21.0 vite-plugin-vue-devtools: ^7.6.4 vitepress: ^1.5.0 vitepress-plugin-group-icons: ^1.3.0 @@ -174,8 +174,8 @@ catalog: vue-i18n: ^10.0.4 vue-router: ^4.4.5 vue-tsc: ^2.1.10 - vxe-pc-ui: ^4.2.51 - vxe-table: ^4.8.10 + vxe-pc-ui: ^4.2.53 + vxe-table: ^4.8.14 watermark-js-plus: ^1.5.7 zod: ^3.23.8 zod-defaults: ^0.1.3