From 28f399a772c23011782b3f5dc1a1d14e666d1c15 Mon Sep 17 00:00:00 2001 From: hd-huangchao Date: Sat, 14 Sep 2024 10:08:43 +0800 Subject: [PATCH] feat: i18n --- auto-imports.d.ts | 5 + components.d.ts | 1 + package.json | 34 +- pnpm-lock.yaml | 1003 +++++++++++++++---------------- public/build.json | 2 +- src/App.vue | 84 ++- src/views/layout/Header.vue | 20 +- src/views/layout/tags/Index.vue | 4 +- 8 files changed, 604 insertions(+), 549 deletions(-) diff --git a/auto-imports.d.ts b/auto-imports.d.ts index 162e0d24..0339754c 100644 --- a/auto-imports.d.ts +++ b/auto-imports.d.ts @@ -3,6 +3,7 @@ // @ts-nocheck // noinspection JSUnusedGlobalSymbols // Generated by unplugin-auto-import +// biome-ignore lint: disable export {} declare global { const EffectScope: typeof import('vue')['EffectScope'] @@ -75,6 +76,7 @@ declare global { const onStartTyping: typeof import('@vueuse/core')['onStartTyping'] const onUnmounted: typeof import('vue')['onUnmounted'] const onUpdated: typeof import('vue')['onUpdated'] + const onWatcherCleanup: typeof import('vue')['onWatcherCleanup'] const pausableWatch: typeof import('@vueuse/core')['pausableWatch'] const provide: typeof import('vue')['provide'] const provideLocal: typeof import('@vueuse/core')['provideLocal'] @@ -188,6 +190,7 @@ declare global { const useGeolocation: typeof import('@vueuse/core')['useGeolocation'] const useHead: typeof import('@vueuse/head')['useHead'] const useI18n: typeof import('vue-i18n')['useI18n'] + const useId: typeof import('vue')['useId'] const useIdle: typeof import('@vueuse/core')['useIdle'] const useImage: typeof import('@vueuse/core')['useImage'] const useInfiniteScroll: typeof import('@vueuse/core')['useInfiniteScroll'] @@ -204,6 +207,7 @@ declare global { const useMediaQuery: typeof import('@vueuse/core')['useMediaQuery'] const useMemoize: typeof import('@vueuse/core')['useMemoize'] const useMemory: typeof import('@vueuse/core')['useMemory'] + const useModel: typeof import('vue')['useModel'] const useMounted: typeof import('@vueuse/core')['useMounted'] const useMouse: typeof import('@vueuse/core')['useMouse'] const useMouseInElement: typeof import('@vueuse/core')['useMouseInElement'] @@ -252,6 +256,7 @@ declare global { const useStyleTag: typeof import('@vueuse/core')['useStyleTag'] const useSupported: typeof import('@vueuse/core')['useSupported'] const useSwipe: typeof import('@vueuse/core')['useSwipe'] + const useTemplateRef: typeof import('vue')['useTemplateRef'] const useTemplateRefsList: typeof import('@vueuse/core')['useTemplateRefsList'] const useTextDirection: typeof import('@vueuse/core')['useTextDirection'] const useTextSelection: typeof import('@vueuse/core')['useTextSelection'] diff --git a/components.d.ts b/components.d.ts index 509df3a1..b5fec1d6 100644 --- a/components.d.ts +++ b/components.d.ts @@ -25,6 +25,7 @@ declare module 'vue' { ElCollapse: typeof import('element-plus/es')['ElCollapse'] ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem'] ElColorPicker: typeof import('element-plus/es')['ElColorPicker'] + ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider'] ElContainer: typeof import('element-plus/es')['ElContainer'] ElDatePicker: typeof import('element-plus/es')['ElDatePicker'] ElDialog: typeof import('element-plus/es')['ElDialog'] diff --git a/package.json b/package.json index 2036568b..90a54f88 100644 --- a/package.json +++ b/package.json @@ -69,9 +69,9 @@ "animate.css": "^4.1.1", "axios": "^1.7.7", "axios-mock-adapter": "^2.0.0", - "bpmn-js": "^17.9.2", + "bpmn-js": "^17.11.0", "bpmn-js-element-templates": "^1.16.0", - "bpmn-js-properties-panel": "^5.23.0", + "bpmn-js-properties-panel": "^5.23.2", "bpmn-moddle": "^9.0.1", "camunda-bpmn-moddle": "^7.0.1", "core-js": "^3.38.1", @@ -80,7 +80,7 @@ "echarts": "^5.5.1", "echarts-gl": "^2.0.9", "echarts-wordcloud": "^2.1.0", - "element-plus": "^2.8.2", + "element-plus": "^2.8.3", "exceljs": "^4.4.0", "heic2any": "^0.0.4", "html2canvas": "^1.4.1", @@ -96,24 +96,24 @@ "qrcode.vue": "^3.4.1", "qs": "^6.13.0", "screenfull": "^6.0.2", - "swiper": "^11.1.12", + "swiper": "^11.1.14", "three": "^0.164.1", "ua-parser-js": "^1.0.38", "vant": "^4.9.5", - "vue": "^3.5.4", + "vue": "^3.5.5", "vue-clipboard3": "^2.0.0", "vue-i18n": "^9.14.0", - "vue-router": "^4.4.3", + "vue-router": "^4.4.5", "vue-treeselect": "^1.0.7", "vuedraggable": "^4.1.0", "vuetify": "^3.7.1", "xlsx": "^0.18.5" }, "devDependencies": { - "@commitlint/cli": "^19.4.1", - "@commitlint/config-conventional": "^19.4.1", - "@commitlint/format": "^19.3.0", - "@commitlint/types": "^19.0.3", + "@commitlint/cli": "^19.5.0", + "@commitlint/config-conventional": "^19.5.0", + "@commitlint/format": "^19.5.0", + "@commitlint/types": "^19.5.0", "@eslint/js": "^9.10.0", "@rollup/plugin-commonjs": "^26.0.1", "@types/bpmn-moddle": "^5.1.11", @@ -124,10 +124,10 @@ "@types/qs": "^6.9.15", "@types/three": "^0.164.1", "@types/ua-parser-js": "^0.7.39", - "@typescript-eslint/eslint-plugin": "^8.4.0", + "@typescript-eslint/eslint-plugin": "^8.5.0", "@vitejs/plugin-legacy": "^5.4.2", "@vitejs/plugin-vue": "^5.1.3", - "@vue/compiler-sfc": "^3.5.4", + "@vue/compiler-sfc": "^3.5.5", "autoprefixer": "^10.4.20", "browserslist": "^4.23.3", "conventional-changelog-conventionalcommits": "^8.0.0", @@ -138,7 +138,7 @@ "eslint-plugin-vue": "^9.28.0", "globals": "^15.9.0", "http-server": "^14.1.1", - "husky": "^9.1.5", + "husky": "^9.1.6", "less": "^4.2.0", "less-loader": "^12.2.0", "lint-staged": "^15.2.10", @@ -158,15 +158,15 @@ "stylelint-config-standard-scss": "^13.1.0", "stylelint-order": "^6.0.4", "stylelint-prettier": "^5.0.2", - "stylelint-scss": "^6.5.1", + "stylelint-scss": "^6.6.0", "terser": "^5.32.0", "typescript": "^5.6.2", "typescript-eslint": "^8.5.0", - "unplugin-auto-import": "^0.18.2", + "unplugin-auto-import": "^0.18.3", "unplugin-icons": "^0.19.3", "unplugin-vue-components": "^0.27.4", - "unplugin-vue-define-options": "^1.4.10", - "vite": "^5.4.3", + "unplugin-vue-define-options": "^1.5.0", + "vite": "^5.4.5", "vite-plugin-cdn-import": "^1.0.1", "vite-plugin-checker": "^0.7.2", "vite-plugin-compression2": "^1.3.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 56a1b725..b30cc350 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -19,25 +19,25 @@ importers: version: 3.23.0(@lezer/common@1.2.1) '@element-plus/icons-vue': specifier: ^2.3.1 - version: 2.3.1(vue@3.5.4(typescript@5.6.2)) + version: 2.3.1(vue@3.5.5(typescript@5.6.2)) '@lucky-canvas/vue': specifier: ^0.1.11 - version: 0.1.11(vue@3.5.4(typescript@5.6.2)) + version: 0.1.11(vue@3.5.5(typescript@5.6.2)) '@vueuse/components': specifier: ^11.0.3 - version: 11.0.3(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) + version: 11.0.3(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) '@vueuse/core': specifier: ^10.11.1 - version: 10.11.1(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) + version: 10.11.1(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) '@vueuse/integrations': specifier: ^11.0.3 - version: 11.0.3(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(async-validator@4.2.5)(axios@1.7.7)(focus-trap@7.6.0)(nprogress@0.2.0)(sortablejs@1.14.0)(vue@3.5.4(typescript@5.6.2)) + version: 11.0.3(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(async-validator@4.2.5)(axios@1.7.7)(focus-trap@7.6.0)(nprogress@0.2.0)(sortablejs@1.14.0)(vue@3.5.5(typescript@5.6.2)) '@vueuse/metadata': specifier: ^11.0.3 version: 11.0.3 '@vueuse/shared': specifier: ^11.0.3 - version: 11.0.3(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) + version: 11.0.3(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) animate.css: specifier: ^4.1.1 version: 4.1.1 @@ -48,14 +48,14 @@ importers: specifier: ^2.0.0 version: 2.0.0(axios@1.7.7) bpmn-js: - specifier: ^17.9.2 + specifier: ^17.11.0 version: 17.11.0 bpmn-js-element-templates: specifier: ^1.16.0 - version: 1.16.0(@bpmn-io/properties-panel@3.23.0(@lezer/common@1.2.1))(bpmn-js-properties-panel@5.23.1(@bpmn-io/properties-panel@3.23.0(@lezer/common@1.2.1))(bpmn-js@17.11.0)(camunda-bpmn-js-behaviors@1.6.1(bpmn-js@17.11.0)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0))(diagram-js@14.10.0))(bpmn-js@17.11.0)(camunda-bpmn-js-behaviors@1.6.1(bpmn-js@17.11.0)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0))(diagram-js@14.10.0)(preact@10.23.2) + version: 1.16.0(@bpmn-io/properties-panel@3.23.0(@lezer/common@1.2.1))(bpmn-js-properties-panel@5.23.2(@bpmn-io/properties-panel@3.23.0(@lezer/common@1.2.1))(bpmn-js@17.11.0)(camunda-bpmn-js-behaviors@1.6.1(bpmn-js@17.11.0)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0))(diagram-js@14.11.0))(bpmn-js@17.11.0)(camunda-bpmn-js-behaviors@1.6.1(bpmn-js@17.11.0)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0))(diagram-js@14.11.0)(preact@10.23.2) bpmn-js-properties-panel: - specifier: ^5.23.0 - version: 5.23.1(@bpmn-io/properties-panel@3.23.0(@lezer/common@1.2.1))(bpmn-js@17.11.0)(camunda-bpmn-js-behaviors@1.6.1(bpmn-js@17.11.0)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0))(diagram-js@14.10.0) + specifier: ^5.23.2 + version: 5.23.2(@bpmn-io/properties-panel@3.23.0(@lezer/common@1.2.1))(bpmn-js@17.11.0)(camunda-bpmn-js-behaviors@1.6.1(bpmn-js@17.11.0)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0))(diagram-js@14.11.0) bpmn-moddle: specifier: ^9.0.1 version: 9.0.1 @@ -81,8 +81,8 @@ importers: specifier: ^2.1.0 version: 2.1.0(echarts@5.5.1) element-plus: - specifier: ^2.8.2 - version: 2.8.2(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) + specifier: ^2.8.3 + version: 2.8.3(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) exceljs: specifier: ^4.4.0 version: 4.4.0 @@ -109,7 +109,7 @@ importers: version: 3.0.1 mysql2: specifier: '>=3.11.0' - version: 3.11.0 + version: 3.11.2 nprogress: specifier: ^0.2.0 version: 0.2.0 @@ -118,13 +118,13 @@ importers: version: 4.6.82 pinia: specifier: ^2.2.2 - version: 2.2.2(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2)) + version: 2.2.2(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(typescript@5.6.2)(vue@3.5.5(typescript@5.6.2)) print-js: specifier: ^1.6.0 version: 1.6.0 qrcode.vue: specifier: ^3.4.1 - version: 3.4.1(vue@3.5.4(typescript@5.6.2)) + version: 3.4.1(vue@3.5.5(typescript@5.6.2)) qs: specifier: ^6.13.0 version: 6.13.0 @@ -132,7 +132,7 @@ importers: specifier: ^6.0.2 version: 6.0.2 swiper: - specifier: ^11.1.12 + specifier: ^11.1.14 version: 11.1.14 three: specifier: ^0.164.1 @@ -142,50 +142,50 @@ importers: version: 1.0.38 vant: specifier: ^4.9.5 - version: 4.9.5(vue@3.5.4(typescript@5.6.2)) + version: 4.9.5(vue@3.5.5(typescript@5.6.2)) vue: - specifier: ^3.5.4 - version: 3.5.4(typescript@5.6.2) + specifier: ^3.5.5 + version: 3.5.5(typescript@5.6.2) vue-clipboard3: specifier: ^2.0.0 version: 2.0.0 vue-i18n: specifier: ^9.14.0 - version: 9.14.0(vue@3.5.4(typescript@5.6.2)) + version: 9.14.0(vue@3.5.5(typescript@5.6.2)) vue-router: - specifier: ^4.4.3 - version: 4.4.3(vue@3.5.4(typescript@5.6.2)) + specifier: ^4.4.5 + version: 4.4.5(vue@3.5.5(typescript@5.6.2)) vue-treeselect: specifier: ^1.0.7 version: 1.0.7 vuedraggable: specifier: ^4.1.0 - version: 4.1.0(vue@3.5.4(typescript@5.6.2)) + version: 4.1.0(vue@3.5.5(typescript@5.6.2)) vuetify: specifier: ^3.7.1 - version: 3.7.1(typescript@5.6.2)(vite-plugin-vuetify@2.0.4)(vue@3.5.4(typescript@5.6.2)) + version: 3.7.1(typescript@5.6.2)(vite-plugin-vuetify@2.0.4)(vue@3.5.5(typescript@5.6.2)) xlsx: specifier: ^0.18.5 version: 0.18.5 devDependencies: '@commitlint/cli': - specifier: ^19.4.1 - version: 19.4.1(@types/node@20.16.5)(typescript@5.6.2) + specifier: ^19.5.0 + version: 19.5.0(@types/node@20.16.5)(typescript@5.6.2) '@commitlint/config-conventional': - specifier: ^19.4.1 - version: 19.4.1 + specifier: ^19.5.0 + version: 19.5.0 '@commitlint/format': - specifier: ^19.3.0 - version: 19.3.0 + specifier: ^19.5.0 + version: 19.5.0 '@commitlint/types': - specifier: ^19.0.3 - version: 19.0.3 + specifier: ^19.5.0 + version: 19.5.0 '@eslint/js': specifier: ^9.10.0 version: 9.10.0 '@rollup/plugin-commonjs': specifier: ^26.0.1 - version: 26.0.1(rollup@4.21.2) + version: 26.0.1(rollup@4.21.3) '@types/bpmn-moddle': specifier: ^5.1.11 version: 5.1.11 @@ -211,17 +211,17 @@ importers: specifier: ^0.7.39 version: 0.7.39 '@typescript-eslint/eslint-plugin': - specifier: ^8.4.0 + specifier: ^8.5.0 version: 8.5.0(@typescript-eslint/parser@8.5.0(eslint@9.10.0(jiti@1.21.6))(typescript@5.6.2))(eslint@9.10.0(jiti@1.21.6))(typescript@5.6.2) '@vitejs/plugin-legacy': specifier: ^5.4.2 - version: 5.4.2(terser@5.32.0)(vite@5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0)) + version: 5.4.2(terser@5.32.0)(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0)) '@vitejs/plugin-vue': specifier: ^5.1.3 - version: 5.1.3(vite@5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))(vue@3.5.4(typescript@5.6.2)) + version: 5.1.3(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))(vue@3.5.5(typescript@5.6.2)) '@vue/compiler-sfc': - specifier: ^3.5.4 - version: 3.5.4 + specifier: ^3.5.5 + version: 3.5.5 autoprefixer: specifier: ^10.4.20 version: 10.4.20(postcss@8.4.45) @@ -253,8 +253,8 @@ importers: specifier: ^14.1.1 version: 14.1.1 husky: - specifier: ^9.1.5 - version: 9.1.5 + specifier: ^9.1.6 + version: 9.1.6 less: specifier: ^4.2.0 version: 4.2.0 @@ -284,7 +284,7 @@ importers: version: 6.0.1 rollup-plugin-visualizer: specifier: ^5.12.0 - version: 5.12.0(rollup@4.21.2) + version: 5.12.0(rollup@4.21.3) sass: specifier: ^1.78.0 version: 1.78.0 @@ -313,8 +313,8 @@ importers: specifier: ^5.0.2 version: 5.0.2(prettier@3.3.3)(stylelint@16.9.0(typescript@5.6.2)) stylelint-scss: - specifier: ^6.5.1 - version: 6.5.1(stylelint@16.9.0(typescript@5.6.2)) + specifier: ^6.6.0 + version: 6.6.0(stylelint@16.9.0(typescript@5.6.2)) terser: specifier: ^5.32.0 version: 5.32.0 @@ -325,44 +325,44 @@ importers: specifier: ^8.5.0 version: 8.5.0(eslint@9.10.0(jiti@1.21.6))(typescript@5.6.2) unplugin-auto-import: - specifier: ^0.18.2 - version: 0.18.2(@vueuse/core@10.11.1(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)))(rollup@4.21.2)(webpack-sources@3.2.3) + specifier: ^0.18.3 + version: 0.18.3(@vueuse/core@10.11.1(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)))(rollup@4.21.3)(webpack-sources@3.2.3) unplugin-icons: specifier: ^0.19.3 - version: 0.19.3(@vue/compiler-sfc@3.5.4)(webpack-sources@3.2.3) + version: 0.19.3(@vue/compiler-sfc@3.5.5)(webpack-sources@3.2.3) unplugin-vue-components: specifier: ^0.27.4 - version: 0.27.4(@babel/parser@7.25.6)(rollup@4.21.2)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3) + version: 0.27.4(@babel/parser@7.25.6)(rollup@4.21.3)(vue@3.5.5(typescript@5.6.2))(webpack-sources@3.2.3) unplugin-vue-define-options: - specifier: ^1.4.10 - version: 1.4.10(rollup@4.21.2)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3) + specifier: ^1.5.0 + version: 1.5.0(rollup@4.21.3)(vue@3.5.5(typescript@5.6.2))(webpack-sources@3.2.3) vite: - specifier: ^5.4.3 - version: 5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0) + specifier: ^5.4.5 + version: 5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0) vite-plugin-cdn-import: specifier: ^1.0.1 - version: 1.0.1(rollup@4.21.2)(vite@5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0)) + version: 1.0.1(rollup@4.21.3)(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0)) vite-plugin-checker: specifier: ^0.7.2 - version: 0.7.2(eslint@9.10.0(jiti@1.21.6))(optionator@0.9.4)(stylelint@16.9.0(typescript@5.6.2))(typescript@5.6.2)(vite@5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))(vue-tsc@2.1.6(typescript@5.6.2)) + version: 0.7.2(eslint@9.10.0(jiti@1.21.6))(optionator@0.9.4)(stylelint@16.9.0(typescript@5.6.2))(typescript@5.6.2)(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))(vue-tsc@2.1.6(typescript@5.6.2)) vite-plugin-compression2: specifier: ^1.3.0 - version: 1.3.0(rollup@4.21.2) + version: 1.3.0(rollup@4.21.3) vite-plugin-ejs: specifier: ^1.7.0 - version: 1.7.0(vite@5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0)) + version: 1.7.0(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0)) vite-plugin-full-reload: specifier: ^1.2.0 version: 1.2.0 vite-plugin-pwa: specifier: ^0.20.5 - version: 0.20.5(vite@5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))(workbox-build@7.1.1)(workbox-window@7.1.0) + version: 0.20.5(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))(workbox-build@7.1.1)(workbox-window@7.1.0) vite-plugin-vuetify: specifier: ^2.0.4 - version: 2.0.4(vite@5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))(vue@3.5.4(typescript@5.6.2))(vuetify@3.7.1) + version: 2.0.4(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))(vue@3.5.5(typescript@5.6.2))(vuetify@3.7.1) vite-svg-loader: specifier: ^5.1.0 - version: 5.1.0(vue@3.5.4(typescript@5.6.2)) + version: 5.1.0(vue@3.5.5(typescript@5.6.2)) vue-tsc: specifier: ^2.1.6 version: 2.1.6(typescript@5.6.2) @@ -1011,73 +1011,73 @@ packages: '@codemirror/view@6.33.0': resolution: {integrity: sha512-AroaR3BvnjRW8fiZBalAaK+ZzB5usGgI014YKElYZvQdNH5ZIidHlO+cyf/2rWzyBFRkvG6VhiXeAEbC53P2YQ==} - '@commitlint/cli@19.4.1': - resolution: {integrity: sha512-EerFVII3ZcnhXsDT9VePyIdCJoh3jEzygN1L37MjQXgPfGS6fJTWL/KHClVMod1d8w94lFC3l4Vh/y5ysVAz2A==} + '@commitlint/cli@19.5.0': + resolution: {integrity: sha512-gaGqSliGwB86MDmAAKAtV9SV1SHdmN8pnGq4EJU4+hLisQ7IFfx4jvU4s+pk6tl0+9bv6yT+CaZkufOinkSJIQ==} engines: {node: '>=v18'} hasBin: true - '@commitlint/config-conventional@19.4.1': - resolution: {integrity: sha512-D5S5T7ilI5roybWGc8X35OBlRXLAwuTseH1ro0XgqkOWrhZU8yOwBOslrNmSDlTXhXLq8cnfhQyC42qaUCzlXA==} + '@commitlint/config-conventional@19.5.0': + resolution: {integrity: sha512-OBhdtJyHNPryZKg0fFpZNOBM1ZDbntMvqMuSmpfyP86XSfwzGw4CaoYRG4RutUPg0BTK07VMRIkNJT6wi2zthg==} engines: {node: '>=v18'} - '@commitlint/config-validator@19.0.3': - resolution: {integrity: sha512-2D3r4PKjoo59zBc2auodrSCaUnCSALCx54yveOFwwP/i2kfEAQrygwOleFWswLqK0UL/F9r07MFi5ev2ohyM4Q==} + '@commitlint/config-validator@19.5.0': + resolution: {integrity: sha512-CHtj92H5rdhKt17RmgALhfQt95VayrUo2tSqY9g2w+laAXyk7K/Ef6uPm9tn5qSIwSmrLjKaXK9eiNuxmQrDBw==} engines: {node: '>=v18'} - '@commitlint/ensure@19.0.3': - resolution: {integrity: sha512-SZEpa/VvBLoT+EFZVb91YWbmaZ/9rPH3ESrINOl0HD2kMYsjvl0tF7nMHh0EpTcv4+gTtZBAe1y/SS6/OhfZzQ==} + '@commitlint/ensure@19.5.0': + resolution: {integrity: sha512-Kv0pYZeMrdg48bHFEU5KKcccRfKmISSm9MvgIgkpI6m+ohFTB55qZlBW6eYqh/XDfRuIO0x4zSmvBjmOwWTwkg==} engines: {node: '>=v18'} - '@commitlint/execute-rule@19.0.0': - resolution: {integrity: sha512-mtsdpY1qyWgAO/iOK0L6gSGeR7GFcdW7tIjcNFxcWkfLDF5qVbPHKuGATFqRMsxcO8OUKNj0+3WOHB7EHm4Jdw==} + '@commitlint/execute-rule@19.5.0': + resolution: {integrity: sha512-aqyGgytXhl2ejlk+/rfgtwpPexYyri4t8/n4ku6rRJoRhGZpLFMqrZ+YaubeGysCP6oz4mMA34YSTaSOKEeNrg==} engines: {node: '>=v18'} - '@commitlint/format@19.3.0': - resolution: {integrity: sha512-luguk5/aF68HiF4H23ACAfk8qS8AHxl4LLN5oxPc24H+2+JRPsNr1OS3Gaea0CrH7PKhArBMKBz5RX9sA5NtTg==} + '@commitlint/format@19.5.0': + resolution: {integrity: sha512-yNy088miE52stCI3dhG/vvxFo9e4jFkU1Mj3xECfzp/bIS/JUay4491huAlVcffOoMK1cd296q0W92NlER6r3A==} engines: {node: '>=v18'} - '@commitlint/is-ignored@19.2.2': - resolution: {integrity: sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==} + '@commitlint/is-ignored@19.5.0': + resolution: {integrity: sha512-0XQ7Llsf9iL/ANtwyZ6G0NGp5Y3EQ8eDQSxv/SRcfJ0awlBY4tHFAvwWbw66FVUaWICH7iE5en+FD9TQsokZ5w==} engines: {node: '>=v18'} - '@commitlint/lint@19.4.1': - resolution: {integrity: sha512-Ws4YVAZ0jACTv6VThumITC1I5AG0UyXMGua3qcf55JmXIXm/ejfaVKykrqx7RyZOACKVAs8uDRIsEsi87JZ3+Q==} + '@commitlint/lint@19.5.0': + resolution: {integrity: sha512-cAAQwJcRtiBxQWO0eprrAbOurtJz8U6MgYqLz+p9kLElirzSCc0vGMcyCaA1O7AqBuxo11l1XsY3FhOFowLAAg==} engines: {node: '>=v18'} - '@commitlint/load@19.4.0': - resolution: {integrity: sha512-I4lCWaEZYQJ1y+Y+gdvbGAx9pYPavqZAZ3/7/8BpWh+QjscAn8AjsUpLV2PycBsEx7gupq5gM4BViV9xwTIJuw==} + '@commitlint/load@19.5.0': + resolution: {integrity: sha512-INOUhkL/qaKqwcTUvCE8iIUf5XHsEPCLY9looJ/ipzi7jtGhgmtH7OOFiNvwYgH7mA8osUWOUDV8t4E2HAi4xA==} engines: {node: '>=v18'} - '@commitlint/message@19.0.0': - resolution: {integrity: sha512-c9czf6lU+9oF9gVVa2lmKaOARJvt4soRsVmbR7Njwp9FpbBgste5i7l/2l5o8MmbwGh4yE1snfnsy2qyA2r/Fw==} + '@commitlint/message@19.5.0': + resolution: {integrity: sha512-R7AM4YnbxN1Joj1tMfCyBryOC5aNJBdxadTZkuqtWi3Xj0kMdutq16XQwuoGbIzL2Pk62TALV1fZDCv36+JhTQ==} engines: {node: '>=v18'} - '@commitlint/parse@19.0.3': - resolution: {integrity: sha512-Il+tNyOb8VDxN3P6XoBBwWJtKKGzHlitEuXA5BP6ir/3loWlsSqDr5aecl6hZcC/spjq4pHqNh0qPlfeWu38QA==} + '@commitlint/parse@19.5.0': + resolution: {integrity: sha512-cZ/IxfAlfWYhAQV0TwcbdR1Oc0/r0Ik1GEessDJ3Lbuma/MRO8FRQX76eurcXtmhJC//rj52ZSZuXUg0oIX0Fw==} engines: {node: '>=v18'} - '@commitlint/read@19.4.0': - resolution: {integrity: sha512-r95jLOEZzKDakXtnQub+zR3xjdnrl2XzerPwm7ch1/cc5JGq04tyaNpa6ty0CRCWdVrk4CZHhqHozb8yZwy2+g==} + '@commitlint/read@19.5.0': + resolution: {integrity: sha512-TjS3HLPsLsxFPQj6jou8/CZFAmOP2y+6V4PGYt3ihbQKTY1Jnv0QG28WRKl/d1ha6zLODPZqsxLEov52dhR9BQ==} engines: {node: '>=v18'} - '@commitlint/resolve-extends@19.1.0': - resolution: {integrity: sha512-z2riI+8G3CET5CPgXJPlzftH+RiWYLMYv4C9tSLdLXdr6pBNimSKukYP9MS27ejmscqCTVA4almdLh0ODD2KYg==} + '@commitlint/resolve-extends@19.5.0': + resolution: {integrity: sha512-CU/GscZhCUsJwcKTJS9Ndh3AKGZTNFIOoQB2n8CmFnizE0VnEuJoum+COW+C1lNABEeqk6ssfc1Kkalm4bDklA==} engines: {node: '>=v18'} - '@commitlint/rules@19.4.1': - resolution: {integrity: sha512-AgctfzAONoVxmxOXRyxXIq7xEPrd7lK/60h2egp9bgGUMZK9v0+YqLOA+TH+KqCa63ZoCr8owP2YxoSSu7IgnQ==} + '@commitlint/rules@19.5.0': + resolution: {integrity: sha512-hDW5TPyf/h1/EufSHEKSp6Hs+YVsDMHazfJ2azIk9tHPXS6UqSz1dIRs1gpqS3eMXgtkT7JH6TW4IShdqOwhAw==} engines: {node: '>=v18'} - '@commitlint/to-lines@19.0.0': - resolution: {integrity: sha512-vkxWo+VQU5wFhiP9Ub9Sre0FYe019JxFikrALVoD5UGa8/t3yOJEpEhxC5xKiENKKhUkTpEItMTRAjHw2SCpZw==} + '@commitlint/to-lines@19.5.0': + resolution: {integrity: sha512-R772oj3NHPkodOSRZ9bBVNq224DOxQtNef5Pl8l2M8ZnkkzQfeSTr4uxawV2Sd3ui05dUVzvLNnzenDBO1KBeQ==} engines: {node: '>=v18'} - '@commitlint/top-level@19.0.0': - resolution: {integrity: sha512-KKjShd6u1aMGNkCkaX4aG1jOGdn7f8ZI8TR1VEuNqUOjWTOdcDSsmglinglJ18JTjuBX5I1PtjrhQCRcixRVFQ==} + '@commitlint/top-level@19.5.0': + resolution: {integrity: sha512-IP1YLmGAk0yWrImPRRc578I3dDUI5A2UBJx9FbSOjxe9sTlzFiwVJ+zeMLgAtHMtGZsC8LUnzmW1qRemkFU4ng==} engines: {node: '>=v18'} - '@commitlint/types@19.0.3': - resolution: {integrity: sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==} + '@commitlint/types@19.5.0': + resolution: {integrity: sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==} engines: {node: '>=v18'} '@csstools/cascade-layer-name-parser@2.0.1': @@ -1809,83 +1809,83 @@ packages: rollup: optional: true - '@rollup/rollup-android-arm-eabi@4.21.2': - resolution: {integrity: sha512-fSuPrt0ZO8uXeS+xP3b+yYTCBUd05MoSp2N/MFOgjhhUhMmchXlpTQrTpI8T+YAwAQuK7MafsCOxW7VrPMrJcg==} + '@rollup/rollup-android-arm-eabi@4.21.3': + resolution: {integrity: sha512-MmKSfaB9GX+zXl6E8z4koOr/xU63AMVleLEa64v7R0QF/ZloMs5vcD1sHgM64GXXS1csaJutG+ddtzcueI/BLg==} cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.21.2': - resolution: {integrity: sha512-xGU5ZQmPlsjQS6tzTTGwMsnKUtu0WVbl0hYpTPauvbRAnmIvpInhJtgjj3mcuJpEiuUw4v1s4BimkdfDWlh7gA==} + '@rollup/rollup-android-arm64@4.21.3': + resolution: {integrity: sha512-zrt8ecH07PE3sB4jPOggweBjJMzI1JG5xI2DIsUbkA+7K+Gkjys6eV7i9pOenNSDJH3eOr/jLb/PzqtmdwDq5g==} cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.21.2': - resolution: {integrity: sha512-99AhQ3/ZMxU7jw34Sq8brzXqWH/bMnf7ZVhvLk9QU2cOepbQSVTns6qoErJmSiAvU3InRqC2RRZ5ovh1KN0d0Q==} + '@rollup/rollup-darwin-arm64@4.21.3': + resolution: {integrity: sha512-P0UxIOrKNBFTQaXTxOH4RxuEBVCgEA5UTNV6Yz7z9QHnUJ7eLX9reOd/NYMO3+XZO2cco19mXTxDMXxit4R/eQ==} cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.21.2': - resolution: {integrity: sha512-ZbRaUvw2iN/y37x6dY50D8m2BnDbBjlnMPotDi/qITMJ4sIxNY33HArjikDyakhSv0+ybdUxhWxE6kTI4oX26w==} + '@rollup/rollup-darwin-x64@4.21.3': + resolution: {integrity: sha512-L1M0vKGO5ASKntqtsFEjTq/fD91vAqnzeaF6sfNAy55aD+Hi2pBI5DKwCO+UNDQHWsDViJLqshxOahXyLSh3EA==} cpu: [x64] os: [darwin] - '@rollup/rollup-linux-arm-gnueabihf@4.21.2': - resolution: {integrity: sha512-ztRJJMiE8nnU1YFcdbd9BcH6bGWG1z+jP+IPW2oDUAPxPjo9dverIOyXz76m6IPA6udEL12reYeLojzW2cYL7w==} + '@rollup/rollup-linux-arm-gnueabihf@4.21.3': + resolution: {integrity: sha512-btVgIsCjuYFKUjopPoWiDqmoUXQDiW2A4C3Mtmp5vACm7/GnyuprqIDPNczeyR5W8rTXEbkmrJux7cJmD99D2g==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.21.2': - resolution: {integrity: sha512-flOcGHDZajGKYpLV0JNc0VFH361M7rnV1ee+NTeC/BQQ1/0pllYcFmxpagltANYt8FYf9+kL6RSk80Ziwyhr7w==} + '@rollup/rollup-linux-arm-musleabihf@4.21.3': + resolution: {integrity: sha512-zmjbSphplZlau6ZTkxd3+NMtE4UKVy7U4aVFMmHcgO5CUbw17ZP6QCgyxhzGaU/wFFdTfiojjbLG3/0p9HhAqA==} cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.21.2': - resolution: {integrity: sha512-69CF19Kp3TdMopyteO/LJbWufOzqqXzkrv4L2sP8kfMaAQ6iwky7NoXTp7bD6/irKgknDKM0P9E/1l5XxVQAhw==} + '@rollup/rollup-linux-arm64-gnu@4.21.3': + resolution: {integrity: sha512-nSZfcZtAnQPRZmUkUQwZq2OjQciR6tEoJaZVFvLHsj0MF6QhNMg0fQ6mUOsiCUpTqxTx0/O6gX0V/nYc7LrgPw==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.21.2': - resolution: {integrity: sha512-48pD/fJkTiHAZTnZwR0VzHrao70/4MlzJrq0ZsILjLW/Ab/1XlVUStYyGt7tdyIiVSlGZbnliqmult/QGA2O2w==} + '@rollup/rollup-linux-arm64-musl@4.21.3': + resolution: {integrity: sha512-MnvSPGO8KJXIMGlQDYfvYS3IosFN2rKsvxRpPO2l2cum+Z3exiExLwVU+GExL96pn8IP+GdH8Tz70EpBhO0sIQ==} cpu: [arm64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.21.2': - resolution: {integrity: sha512-cZdyuInj0ofc7mAQpKcPR2a2iu4YM4FQfuUzCVA2u4HI95lCwzjoPtdWjdpDKyHxI0UO82bLDoOaLfpZ/wviyQ==} + '@rollup/rollup-linux-powerpc64le-gnu@4.21.3': + resolution: {integrity: sha512-+W+p/9QNDr2vE2AXU0qIy0qQE75E8RTwTwgqS2G5CRQ11vzq0tbnfBd6brWhS9bCRjAjepJe2fvvkvS3dno+iw==} cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.21.2': - resolution: {integrity: sha512-RL56JMT6NwQ0lXIQmMIWr1SW28z4E4pOhRRNqwWZeXpRlykRIlEpSWdsgNWJbYBEWD84eocjSGDu/XxbYeCmwg==} + '@rollup/rollup-linux-riscv64-gnu@4.21.3': + resolution: {integrity: sha512-yXH6K6KfqGXaxHrtr+Uoy+JpNlUlI46BKVyonGiaD74ravdnF9BUNC+vV+SIuB96hUMGShhKV693rF9QDfO6nQ==} cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.21.2': - resolution: {integrity: sha512-PMxkrWS9z38bCr3rWvDFVGD6sFeZJw4iQlhrup7ReGmfn7Oukrr/zweLhYX6v2/8J6Cep9IEA/SmjXjCmSbrMQ==} + '@rollup/rollup-linux-s390x-gnu@4.21.3': + resolution: {integrity: sha512-R8cwY9wcnApN/KDYWTH4gV/ypvy9yZUHlbJvfaiXSB48JO3KpwSpjOGqO4jnGkLDSk1hgjYkTbTt6Q7uvPf8eg==} cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.21.2': - resolution: {integrity: sha512-B90tYAUoLhU22olrafY3JQCFLnT3NglazdwkHyxNDYF/zAxJt5fJUB/yBoWFoIQ7SQj+KLe3iL4BhOMa9fzgpw==} + '@rollup/rollup-linux-x64-gnu@4.21.3': + resolution: {integrity: sha512-kZPbX/NOPh0vhS5sI+dR8L1bU2cSO9FgxwM8r7wHzGydzfSjLRCFAT87GR5U9scj2rhzN3JPYVC7NoBbl4FZ0g==} cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.21.2': - resolution: {integrity: sha512-7twFizNXudESmC9oneLGIUmoHiiLppz/Xs5uJQ4ShvE6234K0VB1/aJYU3f/4g7PhssLGKBVCC37uRkkOi8wjg==} + '@rollup/rollup-linux-x64-musl@4.21.3': + resolution: {integrity: sha512-S0Yq+xA1VEH66uiMNhijsWAafffydd2X5b77eLHfRmfLsRSpbiAWiRHV6DEpz6aOToPsgid7TI9rGd6zB1rhbg==} cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.21.2': - resolution: {integrity: sha512-9rRero0E7qTeYf6+rFh3AErTNU1VCQg2mn7CQcI44vNUWM9Ze7MSRS/9RFuSsox+vstRt97+x3sOhEey024FRQ==} + '@rollup/rollup-win32-arm64-msvc@4.21.3': + resolution: {integrity: sha512-9isNzeL34yquCPyerog+IMCNxKR8XYmGd0tHSV+OVx0TmE0aJOo9uw4fZfUuk2qxobP5sug6vNdZR6u7Mw7Q+Q==} cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.21.2': - resolution: {integrity: sha512-5rA4vjlqgrpbFVVHX3qkrCo/fZTj1q0Xxpg+Z7yIo3J2AilW7t2+n6Q8Jrx+4MrYpAnjttTYF8rr7bP46BPzRw==} + '@rollup/rollup-win32-ia32-msvc@4.21.3': + resolution: {integrity: sha512-nMIdKnfZfzn1Vsk+RuOvl43ONTZXoAPUUxgcU0tXooqg4YrAqzfKzVenqqk2g5efWh46/D28cKFrOzDSW28gTA==} cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.21.2': - resolution: {integrity: sha512-6UUxd0+SKomjdzuAcp+HAmxw1FlGBnl1v2yEPSabtx4lBfdXHDVsW7+lQkgz9cNFJGY3AWR7+V8P5BqkD9L9nA==} + '@rollup/rollup-win32-x64-msvc@4.21.3': + resolution: {integrity: sha512-fOvu7PCQjAj4eWDEuD8Xz5gpzFqXzGlxHZozHP4b9Jxv9APtdxL6STqztDzMLuRXEc4UpXGGhx029Xgm91QBeA==} cpu: [x64] os: [win32] @@ -2041,17 +2041,17 @@ packages: vite: ^5.0.0 vue: ^3.2.25 - '@volar/language-core@2.4.2': - resolution: {integrity: sha512-sONt5RLvLL1SlBdhyUSthZzuKePbJ7DwFFB9zT0eyWpDl+v7GXGh/RkPxxWaR22bIhYtTzp4Ka1MWatl/53Riw==} + '@volar/language-core@2.4.4': + resolution: {integrity: sha512-kO9k4kTLfxpg+6lq7/KAIv3m2d62IHuCL6GbVgYZTpfKvIGoAIlDxK7pFcB/eczN2+ydg/vnyaeZ6SGyZrJw2w==} - '@volar/source-map@2.4.2': - resolution: {integrity: sha512-qiGfGgeZ5DEarPX3S+HcFktFCjfDrFPCXKeXNbrlB7v8cvtPRm8YVwoXOdGG1NhaL5rMlv5BZPVQyu4EdWWIvA==} + '@volar/source-map@2.4.4': + resolution: {integrity: sha512-xG3PZqOP2haG8XG4Pg3PD1UGDAdqZg24Ru8c/qYjYAnmcj6GBR64mstx+bZux5QOyRaJK+/lNM/RnpvBD3489g==} - '@volar/typescript@2.4.2': - resolution: {integrity: sha512-m2uZduhaHO1SZuagi30OsjI/X1gwkaEAC+9wT/nCNAtJ5FqXEkKvUncHmffG7ESDZPlFFUBK4vJ0D9Hfr+f2EA==} + '@volar/typescript@2.4.4': + resolution: {integrity: sha512-QQMQRVj0fVHJ3XdRKiS1LclhG0VBXdFYlyuHRQF/xLk2PuJuHNWP26MDZNvEVCvnyUQuUQhIAfylwY5TGPgc6w==} - '@vue-macros/common@1.12.3': - resolution: {integrity: sha512-dlSqrGdIDhqMOz92XtlMNyuHHeHe594O6f10XLtmlB0Jrq/Pl4Hj8rXAnVlRdjg+ptbZRSNL6MSgOPPoC82owg==} + '@vue-macros/common@1.13.0': + resolution: {integrity: sha512-rGpSST5f7Spl/YR/u6CaK3HACLGi+uKpIiYBJTLpLmvT3J+OFZVXYWC5zo1/Che7RMLMYjDFk9+83ctPFTh4wg==} engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 @@ -2059,23 +2059,17 @@ packages: vue: optional: true - '@vue/compiler-core@3.5.3': - resolution: {integrity: sha512-adAfy9boPkP233NTyvLbGEqVuIfK/R0ZsBsIOW4BZNfb4BRpRW41Do1u+ozJpsb+mdoy80O20IzAsHaihRb5qA==} - - '@vue/compiler-core@3.5.4': - resolution: {integrity: sha512-oNwn+BAt3n9dK9uAYvI+XGlutwuTq/wfj4xCBaZCqwwVIGtD7D6ViihEbyYZrDHIHTDE3Q6oL3/hqmAyFEy9DQ==} - - '@vue/compiler-dom@3.5.3': - resolution: {integrity: sha512-wnzFArg9zpvk/811CDOZOadJRugf1Bgl/TQ3RfV4nKfSPok4hi0w10ziYUQR6LnnBAUlEXYLUfZ71Oj9ds/+QA==} + '@vue/compiler-core@3.5.5': + resolution: {integrity: sha512-ZrxcY8JMoV+kgDrmRwlDufz0SjDZ7jfoNZiIBluAACMBmgr55o/jTbxnyrccH6VSJXnFaDI4Ik1UFCiq9r8i7w==} - '@vue/compiler-dom@3.5.4': - resolution: {integrity: sha512-yP9RRs4BDLOLfldn6ah+AGCNovGjMbL9uHvhDHf5wan4dAHLnFGOkqtfE7PPe4HTXIqE7l/NILdYw53bo1C8jw==} + '@vue/compiler-dom@3.5.5': + resolution: {integrity: sha512-HSvK5q1gmBbxRse3S0Wt34RcKuOyjDJKDDMuF3i7NC+QkDFrbAqw8NnrEm/z7zFDxWZa4/5eUwsBOMQzm1RHBA==} - '@vue/compiler-sfc@3.5.4': - resolution: {integrity: sha512-P+yiPhL+NYH7m0ZgCq7AQR2q7OIE+mpAEgtkqEeH9oHSdIRvUO+4X6MPvblJIWcoe4YC5a2Gdf/RsoyP8FFiPQ==} + '@vue/compiler-sfc@3.5.5': + resolution: {integrity: sha512-MzBHDxwZhgQPHrwJ5tj92gdTYRCuPDSZr8PY3+JFv8cv2UD5/WayH5yo0kKCkKfrtJhc39jNSMityHrkMSbfnA==} - '@vue/compiler-ssr@3.5.4': - resolution: {integrity: sha512-acESdTXsxPnYr2C4Blv0ggx5zIFMgOzZmYU2UgvIff9POdRGbRNBHRyzHAnizcItvpgerSKQbllUc9USp3V7eg==} + '@vue/compiler-ssr@3.5.5': + resolution: {integrity: sha512-oFasHnpv/upubjJEmqiTKQYb4qS3ziJddf4UVWuFw6ebk/QTrTUc+AUoTJdo39x9g+AOQBzhOU0ICCRuUjvkmw==} '@vue/compiler-vue2@2.7.16': resolution: {integrity: sha512-qYC3Psj9S/mfu9uVi5WvNZIzq+xnXMhOwbTFKKDD7b1lhpnn71jXSFdTQ+WsIEk0ONCd7VV2IMm7ONl6tbQ86A==} @@ -2085,8 +2079,8 @@ packages: peerDependencies: vue: '>= 2.5 < 2.7' - '@vue/devtools-api@6.6.3': - resolution: {integrity: sha512-0MiMsFma/HqA6g3KLKn+AGpL1kgKhFWszC9U29NfpWK5LE7bjeXxySWJrOJ77hBz+TBrBQ7o4QJqbPbqbs8rJw==} + '@vue/devtools-api@6.6.4': + resolution: {integrity: sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==} '@vue/language-core@2.1.6': resolution: {integrity: sha512-MW569cSky9R/ooKMh6xa2g1D0AtRKbL56k83dzus/bx//RDJk24RHWkMzbAlXjMdDNyxAaagKPRquBIxkxlCkg==} @@ -2096,25 +2090,22 @@ packages: typescript: optional: true - '@vue/reactivity@3.5.4': - resolution: {integrity: sha512-HKKbEuP7tYSGCq4e4nK6ZW6l5hyG66OUetefBp4budUyjvAYsnQDf+bgFzg2RAgnH0CInyqXwD9y47jwJEHrQw==} + '@vue/reactivity@3.5.5': + resolution: {integrity: sha512-V4tTWElZQhT73PSK3Wnax9R9m4qvMX+LeKHnfylZc6SLh4Jc5/BPakp6e3zEhKWi5AN8TDzRkGnLkp8OqycYng==} - '@vue/runtime-core@3.5.4': - resolution: {integrity: sha512-f3ek2sTA0AFu0n+w+kCtz567Euqqa3eHewvo4klwS7mWfSj/A+UmYTwsnUFo35KeyAFY60JgrCGvEBsu1n/3LA==} + '@vue/runtime-core@3.5.5': + resolution: {integrity: sha512-2/CFaRN17jgsXy4MpigWFBCAMmLkXPb4CjaHrndglwYSra7ajvkH2cat21dscuXaH91G8fXAeg5gCyxWJ+wCRA==} - '@vue/runtime-dom@3.5.4': - resolution: {integrity: sha512-ofyc0w6rbD5KtjhP1i9hGOKdxGpvmuB1jprP7Djlj0X7R5J/oLwuNuE98GJ8WW31Hu2VxQHtk/LYTAlW8xrJdw==} + '@vue/runtime-dom@3.5.5': + resolution: {integrity: sha512-0bQGgCuL+4Muz5PsCLgF4Ata9BTdhHi5VjsxtTDyI0Wy4MgoSvBGaA6bDc7W7CGgZOyirf9LNeetMYHQ05pgpw==} - '@vue/server-renderer@3.5.4': - resolution: {integrity: sha512-FbjV6DJLgKRetMYFBA1UXCroCiED/Ckr53/ba9wivyd7D/Xw9fpo0T6zXzCnxQwyvkyrL7y6plgYhWhNjGxY5g==} + '@vue/server-renderer@3.5.5': + resolution: {integrity: sha512-XjRamLIq5f47cxgy+hiX7zUIY+4RHdPDVrPvvMDAUTdW5RJWX/S0ji/rCbm3LWTT/9Co9bvQME8ZI15ahL4/Qw==} peerDependencies: - vue: 3.5.4 + vue: 3.5.5 - '@vue/shared@3.5.3': - resolution: {integrity: sha512-Jp2v8nylKBT+PlOUjun2Wp/f++TfJVFjshLzNtJDdmFJabJa7noGMncqXRM1vXGX+Yo2V7WykQFNxusSim8SCA==} - - '@vue/shared@3.5.4': - resolution: {integrity: sha512-L2MCDD8l7yC62Te5UUyPVpmexhL9ipVnYRw9CsWfm/BGRL5FwDX4a25bcJ/OJSD3+Hx+k/a8LDKcG2AFdJV3BA==} + '@vue/shared@3.5.5': + resolution: {integrity: sha512-0KyMXyEgnmFAs6rNUL+6eUHtUCqCaNrVd+AW3MX3LyA0Yry5SA0Km03CDKiOua1x1WWnIr+W9+S0GMFoSDWERQ==} '@vuetify/loader-shared@2.0.3': resolution: {integrity: sha512-Ss3GC7eJYkp2SF6xVzsT7FAruEmdihmn4OCk2+UocREerlXKWgOKKzTN5PN3ZVN5q05jHHrsNhTuWbhN61Bpdg==} @@ -2243,8 +2234,8 @@ packages: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} - ansi-regex@6.0.1: - resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} + ansi-regex@6.1.0: + resolution: {integrity: sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==} engines: {node: '>=12'} ansi-styles@3.2.1: @@ -2417,8 +2408,8 @@ packages: camunda-bpmn-js-behaviors: '>= 1.2.1' diagram-js: '>= 11.9' - bpmn-js-properties-panel@5.23.1: - resolution: {integrity: sha512-sGZVadiv3uSWy1Y7Q+j/Gf9HSz8KYu5qGEGyKzYIpRShYHxhDlc8ZdEnd4V9M1HfxpLdhetQln+cBYBx3qcL/g==} + bpmn-js-properties-panel@5.23.2: + resolution: {integrity: sha512-w7XF6PDDGOYiZcR74EbG0NmHCC3ocpLWlnkFBTvN/MBrbJnNtXKIA9+dwx/rErxB3awGFE4Mi1+TBeeZjsC+1A==} peerDependencies: '@bpmn-io/properties-panel': '>= 3.7' bpmn-js: '>= 11.5' @@ -2504,8 +2495,8 @@ packages: camunda-bpmn-moddle@7.0.1: resolution: {integrity: sha512-Br8Diu6roMpziHdpl66Dhnm0DTnCFMrSD9zwLV08LpD52QA0UsXxU87XfHf08HjuB7ly0Hd1bvajZRpf9hbmYQ==} - caniuse-lite@1.0.30001658: - resolution: {integrity: sha512-N2YVqWbJELVdrnsW5p+apoQyYt51aBMSsBZki1XZEfeBCexcM/sf4xiAHcXQBkuOwJBXtWF7aW1sYX6tKebPHw==} + caniuse-lite@1.0.30001660: + resolution: {integrity: sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==} canvas@2.11.2: resolution: {integrity: sha512-ItanGBMrmRV7Py2Z+Xhs7cT+FNt5K0vPL4p9EZ/UX/Mu7hFbkxSjKF2KVtPwX7UYWp7dRKnrTvReflgrItJbdw==} @@ -2862,8 +2853,8 @@ packages: peerDependencies: diagram-js: '*' - diagram-js@14.10.0: - resolution: {integrity: sha512-h/RN4F7vi7BzMDvDNYqtgmgwdp4ff2AOnRpPeJjQrMfUcZnsBNtP/W9stQvefE4owZ9kuAo+IRhPHKQz7GPBeA==} + diagram-js@14.11.0: + resolution: {integrity: sha512-OzJXMj9xPrVMgrvFNbr7ml6vcOrnt/FYO4at0SRY5B6EnU4nlqfncQx1VNYcA97/eIh/prAc0SxhqyZkSKivRw==} didi@10.2.2: resolution: {integrity: sha512-l8NYkYFXV1izHI65EyT8EXOjUZtKmQkHLTT89cSP7HU5J/G7AOj0dXKtLc04EXYlga99PBY18IPjOeZ+c3DI4w==} @@ -2921,11 +2912,11 @@ packages: engines: {node: '>=0.10.0'} hasBin: true - electron-to-chromium@1.5.17: - resolution: {integrity: sha512-Q6Q+04tjC2KJ8qsSOSgovvhWcv5t+SmpH6/YfAWmhpE5/r+zw6KQy1/yWVFFNyEBvy68twTTXr2d5eLfCq7QIw==} + electron-to-chromium@1.5.22: + resolution: {integrity: sha512-tKYm5YHPU1djz0O+CGJ+oJIvimtsCcwR2Z9w7Skh08lUdyzXY5djods3q+z2JkWdb7tCcmM//eVavSRAiaPRNg==} - element-plus@2.8.2: - resolution: {integrity: sha512-pqoQlaUmzUFCjjTHyxGO7Cd0CizsQpIaad1ozV9PCaYjh2T4MIMnjfifqiYs2lWoZ/8GVwrRG1WTCfnZEjwfcg==} + element-plus@2.8.3: + resolution: {integrity: sha512-BXQOyDf0s7JHyNEV8iaO+iaOzTZPsBXVKMzMI967vLCodUBDLrtiY5vglAn1YEebQcUOEUMhGcttTpIvEkcBjQ==} peerDependencies: vue: ^3.2.0 @@ -3461,8 +3452,8 @@ packages: resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} engines: {node: '>=16.17.0'} - husky@9.1.5: - resolution: {integrity: sha512-rowAVRUBfI0b4+niA4SJMhfQwc107VLkBUgEYYAOQAbqDCnra1nYh83hF/MDmhYs9t9n1E3DuKOrs2LYNC+0Ag==} + husky@9.1.6: + resolution: {integrity: sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==} engines: {node: '>=18'} hasBin: true @@ -3957,9 +3948,9 @@ packages: resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==} engines: {node: '>=12'} - lru-cache@8.0.5: - resolution: {integrity: sha512-MhWWlVnuab1RG5/zMRRcVGXZLCXrZTgfwMikgzCegsPnG62yDQo5JnqKkrK4jO5iKqDAZGItAqN5CtKBCBWRUA==} - engines: {node: '>=16.14'} + lru.min@1.1.0: + resolution: {integrity: sha512-86xXMB6DiuKrTqkE/lRL0drlNh568awttBPJ7D66fzDHpy6NC5r3N+Ly/lKCS2zjmeGyvFDx670z0cD0PVBwGA==} + engines: {bun: '>=1.0.0', deno: '>=1.30.0', node: '>=8.0.0'} lucky-canvas@1.7.27: resolution: {integrity: sha512-Ftz6qD+863bI7xijBmZg3dw3cNEc7odPr70EZQcGA14y3TgTAzH65HPosOCd6kKUlMwhntBaHMx3onoj9MtJRQ==} @@ -4128,8 +4119,8 @@ packages: muggle-string@0.4.1: resolution: {integrity: sha512-VNTrAak/KhO2i8dqqnqnAHOa3cYBwXEZe9h+D5h/1ZqFSTEFHdM65lR7RoIqq3tBBYavsOXV84NoHXZ0AkPyqQ==} - mysql2@3.11.0: - resolution: {integrity: sha512-J9phbsXGvTOcRVPR95YedzVSxJecpW5A5+cQ57rhHIFXteTP10HCs+VBjS7DHIKfEaI1zQ5tlVrquCd64A6YvA==} + mysql2@3.11.2: + resolution: {integrity: sha512-3jhjAk4NHs3rcKjOiFTqmU76kdib/KDOC+lshrYa76QWkcfF1GbYGK4d5PqPljVmIAc0ChozCRmeYIlNp5bz5w==} engines: {node: '>= 8.0'} named-placeholders@1.1.3: @@ -4654,8 +4645,8 @@ packages: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} - regenerate-unicode-properties@10.1.1: - resolution: {integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==} + regenerate-unicode-properties@10.2.0: + resolution: {integrity: sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==} engines: {node: '>=4'} regenerate@1.4.2: @@ -4748,8 +4739,8 @@ packages: engines: {node: '>=10.0.0'} hasBin: true - rollup@4.21.2: - resolution: {integrity: sha512-e3TapAgYf9xjdLvKQCkQTnbTKd4a6jwlpQSJJFokHGaX2IVjoEqkIIhiQfqsi0cdwlOD+tQGuOd5AJkc5RngBw==} + rollup@4.21.3: + resolution: {integrity: sha512-7sqRtBNnEbcBtMeRVc6VRsJMmpI+JU1z9VTvW8D4gXIYQFz0aLcsE6rRkyghZkLfEgUZgVvOG7A5CVz/VW5GIA==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true @@ -4909,8 +4900,8 @@ packages: sortablejs@1.14.0: resolution: {integrity: sha512-pBXvQCs5/33fdN1/39pPL0NZF20LeRbLQ5jtnheIPN9JQAaufGjKdWduZn4U7wCtVuzKhmRkI0DFYHYRbB2H1w==} - source-map-js@1.2.0: - resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} + source-map-js@1.2.1: + resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} engines: {node: '>=0.10.0'} source-map-support@0.5.21: @@ -5059,8 +5050,8 @@ packages: prettier: '>=3.0.0' stylelint: '>=16.0.0' - stylelint-scss@6.5.1: - resolution: {integrity: sha512-ZLqdqihm6uDYkrsOeD6YWb+stZI8Wn92kUNDhE4M+g9g1aCnRv0JlOrttFiAJJwaNzpdQgX3YJb5vDQXVuO9Ww==} + stylelint-scss@6.6.0: + resolution: {integrity: sha512-aK2Rdt41Jt9Gv/ClMN5BYhP7xR3IEoRMDKpJkIDI9frZQ6KkxeLishusxs2JtEGZdJWXvPoBOhswNxj3gx8L/g==} engines: {node: '>=18.12.0'} peerDependencies: stylelint: ^16.0.2 @@ -5167,8 +5158,8 @@ packages: tinyexec@0.3.0: resolution: {integrity: sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==} - tinyglobby@0.2.5: - resolution: {integrity: sha512-Dlqgt6h0QkoHttG53/WGADNh9QhcjCAIZMTERAVhdpmIBEejSuLI9ZmGKWzB7tweBjlk30+s/ofi4SLmBeTYhw==} + tinyglobby@0.2.6: + resolution: {integrity: sha512-NbBoFBpqfcgd1tCiO8Lkfdk+xrA7mlLR9zgvZcZWQQwU63XAfUePyd6wZBaU93Hqw347lHnwFzttAkemHzzz4g==} engines: {node: '>=12.0.0'} tmp@0.2.3: @@ -5262,16 +5253,16 @@ packages: undici-types@6.19.8: resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} - unicode-canonical-property-names-ecmascript@2.0.0: - resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} + unicode-canonical-property-names-ecmascript@2.0.1: + resolution: {integrity: sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==} engines: {node: '>=4'} unicode-match-property-ecmascript@2.0.0: resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} engines: {node: '>=4'} - unicode-match-property-value-ecmascript@2.1.0: - resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} + unicode-match-property-value-ecmascript@2.2.0: + resolution: {integrity: sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==} engines: {node: '>=4'} unicode-property-aliases-ecmascript@2.1.0: @@ -5282,8 +5273,8 @@ packages: resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} engines: {node: '>=18'} - unimport@3.11.1: - resolution: {integrity: sha512-DuB1Uoq01LrrXTScxnwOoMSlTXxyKcULguFxbLrMDFcE/CO0ZWHpEiyhovN0mycPt7K6luAHe8laqvwvuoeUPg==} + unimport@3.12.0: + resolution: {integrity: sha512-5y8dSvNvyevsnw4TBQkIQR1Rjdbb+XjVSwQwxltpnVZrStBvvPkMPcZrh1kg5kY77kpx6+D4Ztd3W6FOBH/y2Q==} union@0.5.0: resolution: {integrity: sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==} @@ -5297,8 +5288,8 @@ packages: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} - unplugin-auto-import@0.18.2: - resolution: {integrity: sha512-Dwb3rAic75harVBrVjwiq6H24PT+nBq2dpxV5BH8NNI6sDFaTytvP+iyo4xy7prQbR3r5K6nMs4f5Wp9PE4g8A==} + unplugin-auto-import@0.18.3: + resolution: {integrity: sha512-q3FUtGQjYA2e+kb1WumyiQMjHM27MrTQ05QfVwtLRVhyYe+KF6TblBYaEX9L6Z0EibsqaXAiW+RFfkcQpfaXzg==} engines: {node: '>=14'} peerDependencies: '@nuxt/kit': ^3.2.2 @@ -5342,12 +5333,12 @@ packages: '@nuxt/kit': optional: true - unplugin-vue-define-options@1.4.10: - resolution: {integrity: sha512-OYZF5ljmKYBEWPT3wPZsXXt0gR0QQwsVxNeSVSTiJlxOMYqpjO/l6HSyIg3NFWoGAe7g/hOBEISNEuUZXqdTAg==} + unplugin-vue-define-options@1.5.0: + resolution: {integrity: sha512-zJbvJ61EseNaR328wfryIuKW0oO7qLjIk8/ZB7Im4DS/y4BHZgdvuZNy7hFhlukUMGsODbxUYZmE2jKyOECFRg==} engines: {node: '>=16.14.0'} - unplugin@1.13.1: - resolution: {integrity: sha512-6Kq1iSSwg7KyjcThRUks9LuqDAKvtnioxbL9iEtB9ctTyBA5OmrB8gZd/d225VJu1w3UpUsKV7eGrvf59J7+VA==} + unplugin@1.14.1: + resolution: {integrity: sha512-lBlHbfSFPToDYp9pjXlUEFVxYLaue9f9T1HC+4OHlmj+HnMDdz9oZY+erXfoCe/5V/7gKUSY2jpXPb9S7f0f/w==} engines: {node: '>=14.0.0'} peerDependencies: webpack-sources: ^3 @@ -5476,8 +5467,8 @@ packages: peerDependencies: vue: '>=3.2.13' - vite@5.4.3: - resolution: {integrity: sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==} + vite@5.4.5: + resolution: {integrity: sha512-pXqR0qtb2bTwLkev4SE3r4abCNioP3GkjvIDLlzziPpXtHgiJIjuKl+1GN6ESOT3wMjG3JTeARopj2SwYaHTOA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -5567,8 +5558,8 @@ packages: peerDependencies: vue: ^3.0.0 - vue-router@4.4.3: - resolution: {integrity: sha512-sv6wmNKx2j3aqJQDMxLFzs/u/mjA9Z5LCgy6BE0f7yFWMjrPLnS/sPNn8ARY/FXw6byV18EFutn5lTO6+UsV5A==} + vue-router@4.4.5: + resolution: {integrity: sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q==} peerDependencies: vue: ^3.2.0 @@ -5581,8 +5572,8 @@ packages: peerDependencies: typescript: '>=5.0.0' - vue@3.5.4: - resolution: {integrity: sha512-3yAj2gkmiY+i7+22A1PWM+kjOVXjU74UPINcTiN7grIVPyFFI0lpGwHlV/4xydDmobaBn7/xmi+YG8HeSlCTcg==} + vue@3.5.5: + resolution: {integrity: sha512-ybC+xn67K4+df1yVeov4UjBGyVcXM0a1g7JVZr+pWVUX3xF6ntXU0wIjkTkduZBUIpxTlsftJSxz2kwhsT7dgA==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -6669,63 +6660,63 @@ snapshots: style-mod: 4.1.2 w3c-keyname: 2.2.8 - '@commitlint/cli@19.4.1(@types/node@20.16.5)(typescript@5.6.2)': + '@commitlint/cli@19.5.0(@types/node@20.16.5)(typescript@5.6.2)': dependencies: - '@commitlint/format': 19.3.0 - '@commitlint/lint': 19.4.1 - '@commitlint/load': 19.4.0(@types/node@20.16.5)(typescript@5.6.2) - '@commitlint/read': 19.4.0 - '@commitlint/types': 19.0.3 - execa: 8.0.1 + '@commitlint/format': 19.5.0 + '@commitlint/lint': 19.5.0 + '@commitlint/load': 19.5.0(@types/node@20.16.5)(typescript@5.6.2) + '@commitlint/read': 19.5.0 + '@commitlint/types': 19.5.0 + tinyexec: 0.3.0 yargs: 17.7.2 transitivePeerDependencies: - '@types/node' - typescript - '@commitlint/config-conventional@19.4.1': + '@commitlint/config-conventional@19.5.0': dependencies: - '@commitlint/types': 19.0.3 + '@commitlint/types': 19.5.0 conventional-changelog-conventionalcommits: 7.0.2 - '@commitlint/config-validator@19.0.3': + '@commitlint/config-validator@19.5.0': dependencies: - '@commitlint/types': 19.0.3 + '@commitlint/types': 19.5.0 ajv: 8.17.1 - '@commitlint/ensure@19.0.3': + '@commitlint/ensure@19.5.0': dependencies: - '@commitlint/types': 19.0.3 + '@commitlint/types': 19.5.0 lodash.camelcase: 4.3.0 lodash.kebabcase: 4.1.1 lodash.snakecase: 4.1.1 lodash.startcase: 4.4.0 lodash.upperfirst: 4.3.1 - '@commitlint/execute-rule@19.0.0': {} + '@commitlint/execute-rule@19.5.0': {} - '@commitlint/format@19.3.0': + '@commitlint/format@19.5.0': dependencies: - '@commitlint/types': 19.0.3 + '@commitlint/types': 19.5.0 chalk: 5.3.0 - '@commitlint/is-ignored@19.2.2': + '@commitlint/is-ignored@19.5.0': dependencies: - '@commitlint/types': 19.0.3 + '@commitlint/types': 19.5.0 semver: 7.6.3 - '@commitlint/lint@19.4.1': + '@commitlint/lint@19.5.0': dependencies: - '@commitlint/is-ignored': 19.2.2 - '@commitlint/parse': 19.0.3 - '@commitlint/rules': 19.4.1 - '@commitlint/types': 19.0.3 + '@commitlint/is-ignored': 19.5.0 + '@commitlint/parse': 19.5.0 + '@commitlint/rules': 19.5.0 + '@commitlint/types': 19.5.0 - '@commitlint/load@19.4.0(@types/node@20.16.5)(typescript@5.6.2)': + '@commitlint/load@19.5.0(@types/node@20.16.5)(typescript@5.6.2)': dependencies: - '@commitlint/config-validator': 19.0.3 - '@commitlint/execute-rule': 19.0.0 - '@commitlint/resolve-extends': 19.1.0 - '@commitlint/types': 19.0.3 + '@commitlint/config-validator': 19.5.0 + '@commitlint/execute-rule': 19.5.0 + '@commitlint/resolve-extends': 19.5.0 + '@commitlint/types': 19.5.0 chalk: 5.3.0 cosmiconfig: 9.0.0(typescript@5.6.2) cosmiconfig-typescript-loader: 5.0.0(@types/node@20.16.5)(cosmiconfig@9.0.0(typescript@5.6.2))(typescript@5.6.2) @@ -6736,46 +6727,45 @@ snapshots: - '@types/node' - typescript - '@commitlint/message@19.0.0': {} + '@commitlint/message@19.5.0': {} - '@commitlint/parse@19.0.3': + '@commitlint/parse@19.5.0': dependencies: - '@commitlint/types': 19.0.3 + '@commitlint/types': 19.5.0 conventional-changelog-angular: 7.0.0 conventional-commits-parser: 5.0.0 - '@commitlint/read@19.4.0': + '@commitlint/read@19.5.0': dependencies: - '@commitlint/top-level': 19.0.0 - '@commitlint/types': 19.0.3 - execa: 8.0.1 + '@commitlint/top-level': 19.5.0 + '@commitlint/types': 19.5.0 git-raw-commits: 4.0.0 minimist: 1.2.8 + tinyexec: 0.3.0 - '@commitlint/resolve-extends@19.1.0': + '@commitlint/resolve-extends@19.5.0': dependencies: - '@commitlint/config-validator': 19.0.3 - '@commitlint/types': 19.0.3 + '@commitlint/config-validator': 19.5.0 + '@commitlint/types': 19.5.0 global-directory: 4.0.1 import-meta-resolve: 4.1.0 lodash.mergewith: 4.6.2 resolve-from: 5.0.0 - '@commitlint/rules@19.4.1': + '@commitlint/rules@19.5.0': dependencies: - '@commitlint/ensure': 19.0.3 - '@commitlint/message': 19.0.0 - '@commitlint/to-lines': 19.0.0 - '@commitlint/types': 19.0.3 - execa: 8.0.1 + '@commitlint/ensure': 19.5.0 + '@commitlint/message': 19.5.0 + '@commitlint/to-lines': 19.5.0 + '@commitlint/types': 19.5.0 - '@commitlint/to-lines@19.0.0': {} + '@commitlint/to-lines@19.5.0': {} - '@commitlint/top-level@19.0.0': + '@commitlint/top-level@19.5.0': dependencies: find-up: 7.0.0 - '@commitlint/types@19.0.3': + '@commitlint/types@19.5.0': dependencies: '@types/conventional-commits-parser': 5.0.0 chalk: 5.3.0 @@ -7022,9 +7012,9 @@ snapshots: '@dual-bundle/import-meta-resolve@4.1.0': {} - '@element-plus/icons-vue@2.3.1(vue@3.5.4(typescript@5.6.2))': + '@element-plus/icons-vue@2.3.1(vue@3.5.5(typescript@5.6.2))': dependencies: - vue: 3.5.4(typescript@5.6.2) + vue: 3.5.5(typescript@5.6.2) '@esbuild/aix-ppc64@0.21.5': optional: true @@ -7260,7 +7250,7 @@ snapshots: '@intlify/message-compiler@9.14.0': dependencies: '@intlify/shared': 9.14.0 - source-map-js: 1.2.0 + source-map-js: 1.2.1 '@intlify/shared@9.14.0': {} @@ -7310,12 +7300,12 @@ snapshots: '@lezer/common': 1.2.1 '@lezer/highlight': 1.2.1 - '@lucky-canvas/vue@0.1.11(vue@3.5.4(typescript@5.6.2))': + '@lucky-canvas/vue@0.1.11(vue@3.5.5(typescript@5.6.2))': dependencies: - '@vue/composition-api': 1.7.2(vue@3.5.4(typescript@5.6.2)) + '@vue/composition-api': 1.7.2(vue@3.5.5(typescript@5.6.2)) lucky-canvas: 1.7.27 - vue: 3.5.4(typescript@5.6.2) - vue-demi: 0.7.5(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) + vue: 3.5.5(typescript@5.6.2) + vue-demi: 0.7.5(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) '@mapbox/node-pre-gyp@1.0.11': dependencies: @@ -7359,16 +7349,16 @@ snapshots: transitivePeerDependencies: - supports-color - '@rollup/plugin-commonjs@26.0.1(rollup@4.21.2)': + '@rollup/plugin-commonjs@26.0.1(rollup@4.21.3)': dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.21.2) + '@rollup/pluginutils': 5.1.0(rollup@4.21.3) commondir: 1.0.1 estree-walker: 2.0.2 glob: 10.4.5 is-reference: 1.2.1 magic-string: 0.30.11 optionalDependencies: - rollup: 4.21.2 + rollup: 4.21.3 '@rollup/plugin-node-resolve@15.2.3(rollup@2.79.1)': dependencies: @@ -7410,60 +7400,60 @@ snapshots: optionalDependencies: rollup: 2.79.1 - '@rollup/pluginutils@5.1.0(rollup@4.21.2)': + '@rollup/pluginutils@5.1.0(rollup@4.21.3)': dependencies: '@types/estree': 1.0.5 estree-walker: 2.0.2 picomatch: 2.3.1 optionalDependencies: - rollup: 4.21.2 + rollup: 4.21.3 - '@rollup/rollup-android-arm-eabi@4.21.2': + '@rollup/rollup-android-arm-eabi@4.21.3': optional: true - '@rollup/rollup-android-arm64@4.21.2': + '@rollup/rollup-android-arm64@4.21.3': optional: true - '@rollup/rollup-darwin-arm64@4.21.2': + '@rollup/rollup-darwin-arm64@4.21.3': optional: true - '@rollup/rollup-darwin-x64@4.21.2': + '@rollup/rollup-darwin-x64@4.21.3': optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.21.2': + '@rollup/rollup-linux-arm-gnueabihf@4.21.3': optional: true - '@rollup/rollup-linux-arm-musleabihf@4.21.2': + '@rollup/rollup-linux-arm-musleabihf@4.21.3': optional: true - '@rollup/rollup-linux-arm64-gnu@4.21.2': + '@rollup/rollup-linux-arm64-gnu@4.21.3': optional: true - '@rollup/rollup-linux-arm64-musl@4.21.2': + '@rollup/rollup-linux-arm64-musl@4.21.3': optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.21.2': + '@rollup/rollup-linux-powerpc64le-gnu@4.21.3': optional: true - '@rollup/rollup-linux-riscv64-gnu@4.21.2': + '@rollup/rollup-linux-riscv64-gnu@4.21.3': optional: true - '@rollup/rollup-linux-s390x-gnu@4.21.2': + '@rollup/rollup-linux-s390x-gnu@4.21.3': optional: true - '@rollup/rollup-linux-x64-gnu@4.21.2': + '@rollup/rollup-linux-x64-gnu@4.21.3': optional: true - '@rollup/rollup-linux-x64-musl@4.21.2': + '@rollup/rollup-linux-x64-musl@4.21.3': optional: true - '@rollup/rollup-win32-arm64-msvc@4.21.2': + '@rollup/rollup-win32-arm64-msvc@4.21.3': optional: true - '@rollup/rollup-win32-ia32-msvc@4.21.2': + '@rollup/rollup-win32-ia32-msvc@4.21.3': optional: true - '@rollup/rollup-win32-x64-msvc@4.21.2': + '@rollup/rollup-win32-x64-msvc@4.21.3': optional: true '@surma/rollup-plugin-off-main-thread@2.2.3': @@ -7616,11 +7606,11 @@ snapshots: '@vant/popperjs@1.3.0': {} - '@vant/use@1.6.0(vue@3.5.4(typescript@5.6.2))': + '@vant/use@1.6.0(vue@3.5.5(typescript@5.6.2))': dependencies: - vue: 3.5.4(typescript@5.6.2) + vue: 3.5.5(typescript@5.6.2) - '@vitejs/plugin-legacy@5.4.2(terser@5.32.0)(vite@5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))': + '@vitejs/plugin-legacy@5.4.2(terser@5.32.0)(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))': dependencies: '@babel/core': 7.25.2 '@babel/preset-env': 7.25.4(@babel/core@7.25.2) @@ -7631,100 +7621,87 @@ snapshots: regenerator-runtime: 0.14.1 systemjs: 6.15.1 terser: 5.32.0 - vite: 5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0) + vite: 5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0) transitivePeerDependencies: - supports-color - '@vitejs/plugin-vue@5.1.3(vite@5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))(vue@3.5.4(typescript@5.6.2))': + '@vitejs/plugin-vue@5.1.3(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))(vue@3.5.5(typescript@5.6.2))': dependencies: - vite: 5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0) - vue: 3.5.4(typescript@5.6.2) + vite: 5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0) + vue: 3.5.5(typescript@5.6.2) - '@volar/language-core@2.4.2': + '@volar/language-core@2.4.4': dependencies: - '@volar/source-map': 2.4.2 + '@volar/source-map': 2.4.4 - '@volar/source-map@2.4.2': {} + '@volar/source-map@2.4.4': {} - '@volar/typescript@2.4.2': + '@volar/typescript@2.4.4': dependencies: - '@volar/language-core': 2.4.2 + '@volar/language-core': 2.4.4 path-browserify: 1.0.1 vscode-uri: 3.0.8 - '@vue-macros/common@1.12.3(rollup@4.21.2)(vue@3.5.4(typescript@5.6.2))': + '@vue-macros/common@1.13.0(rollup@4.21.3)(vue@3.5.5(typescript@5.6.2))': dependencies: '@babel/types': 7.25.6 - '@rollup/pluginutils': 5.1.0(rollup@4.21.2) - '@vue/compiler-sfc': 3.5.4 + '@rollup/pluginutils': 5.1.0(rollup@4.21.3) + '@vue/compiler-sfc': 3.5.5 ast-kit: 1.1.0 local-pkg: 0.5.0 magic-string-ast: 0.6.2 optionalDependencies: - vue: 3.5.4(typescript@5.6.2) + vue: 3.5.5(typescript@5.6.2) transitivePeerDependencies: - rollup - '@vue/compiler-core@3.5.3': + '@vue/compiler-core@3.5.5': dependencies: '@babel/parser': 7.25.6 - '@vue/shared': 3.5.3 + '@vue/shared': 3.5.5 entities: 4.5.0 estree-walker: 2.0.2 - source-map-js: 1.2.0 + source-map-js: 1.2.1 - '@vue/compiler-core@3.5.4': + '@vue/compiler-dom@3.5.5': dependencies: - '@babel/parser': 7.25.6 - '@vue/shared': 3.5.4 - entities: 4.5.0 - estree-walker: 2.0.2 - source-map-js: 1.2.0 - - '@vue/compiler-dom@3.5.3': - dependencies: - '@vue/compiler-core': 3.5.3 - '@vue/shared': 3.5.3 - - '@vue/compiler-dom@3.5.4': - dependencies: - '@vue/compiler-core': 3.5.4 - '@vue/shared': 3.5.4 + '@vue/compiler-core': 3.5.5 + '@vue/shared': 3.5.5 - '@vue/compiler-sfc@3.5.4': + '@vue/compiler-sfc@3.5.5': dependencies: '@babel/parser': 7.25.6 - '@vue/compiler-core': 3.5.4 - '@vue/compiler-dom': 3.5.4 - '@vue/compiler-ssr': 3.5.4 - '@vue/shared': 3.5.4 + '@vue/compiler-core': 3.5.5 + '@vue/compiler-dom': 3.5.5 + '@vue/compiler-ssr': 3.5.5 + '@vue/shared': 3.5.5 estree-walker: 2.0.2 magic-string: 0.30.11 postcss: 8.4.45 - source-map-js: 1.2.0 + source-map-js: 1.2.1 - '@vue/compiler-ssr@3.5.4': + '@vue/compiler-ssr@3.5.5': dependencies: - '@vue/compiler-dom': 3.5.4 - '@vue/shared': 3.5.4 + '@vue/compiler-dom': 3.5.5 + '@vue/shared': 3.5.5 '@vue/compiler-vue2@2.7.16': dependencies: de-indent: 1.0.2 he: 1.2.0 - '@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2))': + '@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2))': dependencies: - vue: 3.5.4(typescript@5.6.2) + vue: 3.5.5(typescript@5.6.2) - '@vue/devtools-api@6.6.3': {} + '@vue/devtools-api@6.6.4': {} '@vue/language-core@2.1.6(typescript@5.6.2)': dependencies: - '@volar/language-core': 2.4.2 - '@vue/compiler-dom': 3.5.3 + '@volar/language-core': 2.4.4 + '@vue/compiler-dom': 3.5.5 '@vue/compiler-vue2': 2.7.16 - '@vue/shared': 3.5.3 + '@vue/shared': 3.5.5 computeds: 0.0.1 minimatch: 9.0.5 muggle-string: 0.4.1 @@ -7732,82 +7709,80 @@ snapshots: optionalDependencies: typescript: 5.6.2 - '@vue/reactivity@3.5.4': + '@vue/reactivity@3.5.5': dependencies: - '@vue/shared': 3.5.4 + '@vue/shared': 3.5.5 - '@vue/runtime-core@3.5.4': + '@vue/runtime-core@3.5.5': dependencies: - '@vue/reactivity': 3.5.4 - '@vue/shared': 3.5.4 + '@vue/reactivity': 3.5.5 + '@vue/shared': 3.5.5 - '@vue/runtime-dom@3.5.4': + '@vue/runtime-dom@3.5.5': dependencies: - '@vue/reactivity': 3.5.4 - '@vue/runtime-core': 3.5.4 - '@vue/shared': 3.5.4 + '@vue/reactivity': 3.5.5 + '@vue/runtime-core': 3.5.5 + '@vue/shared': 3.5.5 csstype: 3.1.3 - '@vue/server-renderer@3.5.4(vue@3.5.4(typescript@5.6.2))': + '@vue/server-renderer@3.5.5(vue@3.5.5(typescript@5.6.2))': dependencies: - '@vue/compiler-ssr': 3.5.4 - '@vue/shared': 3.5.4 - vue: 3.5.4(typescript@5.6.2) - - '@vue/shared@3.5.3': {} + '@vue/compiler-ssr': 3.5.5 + '@vue/shared': 3.5.5 + vue: 3.5.5(typescript@5.6.2) - '@vue/shared@3.5.4': {} + '@vue/shared@3.5.5': {} - '@vuetify/loader-shared@2.0.3(vue@3.5.4(typescript@5.6.2))(vuetify@3.7.1(typescript@5.6.2)(vite-plugin-vuetify@2.0.4)(vue@3.5.4(typescript@5.6.2)))': + '@vuetify/loader-shared@2.0.3(vue@3.5.5(typescript@5.6.2))(vuetify@3.7.1(typescript@5.6.2)(vite-plugin-vuetify@2.0.4)(vue@3.5.5(typescript@5.6.2)))': dependencies: upath: 2.0.1 - vue: 3.5.4(typescript@5.6.2) - vuetify: 3.7.1(typescript@5.6.2)(vite-plugin-vuetify@2.0.4)(vue@3.5.4(typescript@5.6.2)) + vue: 3.5.5(typescript@5.6.2) + vuetify: 3.7.1(typescript@5.6.2)(vite-plugin-vuetify@2.0.4)(vue@3.5.5(typescript@5.6.2)) - '@vueuse/components@11.0.3(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))': + '@vueuse/components@11.0.3(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2))': dependencies: - '@vueuse/core': 11.0.3(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) - '@vueuse/shared': 11.0.3(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) - vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) + '@vueuse/core': 11.0.3(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) + '@vueuse/shared': 11.0.3(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) + vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/core@10.11.1(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))': + '@vueuse/core@10.11.1(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2))': dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.11.1 - '@vueuse/shared': 10.11.1(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) - vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) + '@vueuse/shared': 10.11.1(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) + vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/core@11.0.3(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))': + '@vueuse/core@11.0.3(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2))': dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 11.0.3 - '@vueuse/shared': 11.0.3(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) - vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) + '@vueuse/shared': 11.0.3(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) + vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/core@9.13.0(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))': + '@vueuse/core@9.13.0(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2))': dependencies: '@types/web-bluetooth': 0.0.16 '@vueuse/metadata': 9.13.0 - '@vueuse/shared': 9.13.0(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) - vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) + '@vueuse/shared': 9.13.0(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) + vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/integrations@11.0.3(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(async-validator@4.2.5)(axios@1.7.7)(focus-trap@7.6.0)(nprogress@0.2.0)(sortablejs@1.14.0)(vue@3.5.4(typescript@5.6.2))': + '@vueuse/integrations@11.0.3(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(async-validator@4.2.5)(axios@1.7.7)(focus-trap@7.6.0)(nprogress@0.2.0)(sortablejs@1.14.0)(vue@3.5.5(typescript@5.6.2))': dependencies: - '@vueuse/core': 11.0.3(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) - '@vueuse/shared': 11.0.3(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) - vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) + '@vueuse/core': 11.0.3(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) + '@vueuse/shared': 11.0.3(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) + vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) optionalDependencies: async-validator: 4.2.5 axios: 1.7.7 @@ -7824,23 +7799,23 @@ snapshots: '@vueuse/metadata@9.13.0': {} - '@vueuse/shared@10.11.1(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))': + '@vueuse/shared@10.11.1(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2))': dependencies: - vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) + vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/shared@11.0.3(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))': + '@vueuse/shared@11.0.3(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2))': dependencies: - vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) + vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) transitivePeerDependencies: - '@vue/composition-api' - vue - '@vueuse/shared@9.13.0(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2))': + '@vueuse/shared@9.13.0(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2))': dependencies: - vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) + vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -7896,7 +7871,7 @@ snapshots: ansi-regex@5.0.1: {} - ansi-regex@6.0.1: {} + ansi-regex@6.1.0: {} ansi-styles@3.2.1: dependencies: @@ -8009,7 +7984,7 @@ snapshots: autoprefixer@10.4.20(postcss@8.4.45): dependencies: browserslist: 4.23.3 - caniuse-lite: 1.0.30001658 + caniuse-lite: 1.0.30001660 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.0 @@ -8091,17 +8066,17 @@ snapshots: boolbase@1.0.0: {} - bpmn-js-element-templates@1.16.0(@bpmn-io/properties-panel@3.23.0(@lezer/common@1.2.1))(bpmn-js-properties-panel@5.23.1(@bpmn-io/properties-panel@3.23.0(@lezer/common@1.2.1))(bpmn-js@17.11.0)(camunda-bpmn-js-behaviors@1.6.1(bpmn-js@17.11.0)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0))(diagram-js@14.10.0))(bpmn-js@17.11.0)(camunda-bpmn-js-behaviors@1.6.1(bpmn-js@17.11.0)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0))(diagram-js@14.10.0)(preact@10.23.2): + bpmn-js-element-templates@1.16.0(@bpmn-io/properties-panel@3.23.0(@lezer/common@1.2.1))(bpmn-js-properties-panel@5.23.2(@bpmn-io/properties-panel@3.23.0(@lezer/common@1.2.1))(bpmn-js@17.11.0)(camunda-bpmn-js-behaviors@1.6.1(bpmn-js@17.11.0)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0))(diagram-js@14.11.0))(bpmn-js@17.11.0)(camunda-bpmn-js-behaviors@1.6.1(bpmn-js@17.11.0)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0))(diagram-js@14.11.0)(preact@10.23.2): dependencies: '@bpmn-io/element-templates-validator': 2.1.0 '@bpmn-io/extract-process-variables': 0.8.0 '@bpmn-io/properties-panel': 3.23.0(@lezer/common@1.2.1) bpmn-js: 17.11.0 - bpmn-js-properties-panel: 5.23.1(@bpmn-io/properties-panel@3.23.0(@lezer/common@1.2.1))(bpmn-js@17.11.0)(camunda-bpmn-js-behaviors@1.6.1(bpmn-js@17.11.0)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0))(diagram-js@14.10.0) + bpmn-js-properties-panel: 5.23.2(@bpmn-io/properties-panel@3.23.0(@lezer/common@1.2.1))(bpmn-js@17.11.0)(camunda-bpmn-js-behaviors@1.6.1(bpmn-js@17.11.0)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0))(diagram-js@14.11.0) bpmnlint: 10.3.0 camunda-bpmn-js-behaviors: 1.6.1(bpmn-js@17.11.0)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0) classnames: 2.5.1 - diagram-js: 14.10.0 + diagram-js: 14.11.0 ids: 1.0.5 min-dash: 4.2.1 min-dom: 4.2.1 @@ -8111,14 +8086,14 @@ snapshots: transitivePeerDependencies: - preact - bpmn-js-properties-panel@5.23.1(@bpmn-io/properties-panel@3.23.0(@lezer/common@1.2.1))(bpmn-js@17.11.0)(camunda-bpmn-js-behaviors@1.6.1(bpmn-js@17.11.0)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0))(diagram-js@14.10.0): + bpmn-js-properties-panel@5.23.2(@bpmn-io/properties-panel@3.23.0(@lezer/common@1.2.1))(bpmn-js@17.11.0)(camunda-bpmn-js-behaviors@1.6.1(bpmn-js@17.11.0)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0))(diagram-js@14.11.0): dependencies: '@bpmn-io/extract-process-variables': 0.8.0 '@bpmn-io/properties-panel': 3.23.0(@lezer/common@1.2.1) array-move: 4.0.0 bpmn-js: 17.11.0 camunda-bpmn-js-behaviors: 1.6.1(bpmn-js@17.11.0)(camunda-bpmn-moddle@7.0.1)(zeebe-bpmn-moddle@1.6.0) - diagram-js: 14.10.0 + diagram-js: 14.11.0 ids: 1.0.5 min-dash: 4.2.1 min-dom: 4.2.1 @@ -8126,8 +8101,8 @@ snapshots: bpmn-js@17.11.0: dependencies: bpmn-moddle: 8.1.0 - diagram-js: 14.10.0 - diagram-js-direct-editing: 3.1.0(diagram-js@14.10.0) + diagram-js: 14.11.0 + diagram-js-direct-editing: 3.1.0(diagram-js@14.11.0) ids: 1.0.5 inherits-browser: 0.1.0 min-dash: 4.2.1 @@ -8181,8 +8156,8 @@ snapshots: browserslist@4.23.3: dependencies: - caniuse-lite: 1.0.30001658 - electron-to-chromium: 1.5.17 + caniuse-lite: 1.0.30001660 + electron-to-chromium: 1.5.22 node-releases: 2.0.18 update-browserslist-db: 1.1.0(browserslist@4.23.3) @@ -8221,7 +8196,7 @@ snapshots: camunda-bpmn-moddle@7.0.1: {} - caniuse-lite@1.0.30001658: {} + caniuse-lite@1.0.30001660: {} canvas@2.11.2: dependencies: @@ -8463,12 +8438,12 @@ snapshots: css-tree@2.2.1: dependencies: mdn-data: 2.0.28 - source-map-js: 1.2.0 + source-map-js: 1.2.1 css-tree@2.3.1: dependencies: mdn-data: 2.0.30 - source-map-js: 1.2.0 + source-map-js: 1.2.1 css-what@6.1.0: {} @@ -8551,13 +8526,13 @@ snapshots: detect-libc@2.0.3: optional: true - diagram-js-direct-editing@3.1.0(diagram-js@14.10.0): + diagram-js-direct-editing@3.1.0(diagram-js@14.11.0): dependencies: - diagram-js: 14.10.0 + diagram-js: 14.11.0 min-dash: 4.2.1 min-dom: 4.2.1 - diagram-js@14.10.0: + diagram-js@14.11.0: dependencies: '@bpmn-io/diagram-js-ui': 0.2.3 clsx: 2.1.1 @@ -8626,17 +8601,17 @@ snapshots: dependencies: jake: 10.9.2 - electron-to-chromium@1.5.17: {} + electron-to-chromium@1.5.22: {} - element-plus@2.8.2(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)): + element-plus@2.8.3(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)): dependencies: '@ctrl/tinycolor': 3.6.1 - '@element-plus/icons-vue': 2.3.1(vue@3.5.4(typescript@5.6.2)) + '@element-plus/icons-vue': 2.3.1(vue@3.5.5(typescript@5.6.2)) '@floating-ui/dom': 1.6.10 '@popperjs/core': '@sxzz/popperjs-es@2.11.7' '@types/lodash': 4.17.7 '@types/lodash-es': 4.17.12 - '@vueuse/core': 9.13.0(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) + '@vueuse/core': 9.13.0(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) async-validator: 4.2.5 dayjs: 1.11.13 escape-html: 1.0.3 @@ -8645,7 +8620,7 @@ snapshots: lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21)(lodash@4.17.21) memoize-one: 6.0.0 normalize-wheel-es: 1.2.0 - vue: 3.5.4(typescript@5.6.2) + vue: 3.5.5(typescript@5.6.2) transitivePeerDependencies: - '@vue/composition-api' @@ -9348,7 +9323,7 @@ snapshots: human-signals@5.0.0: {} - husky@9.1.5: {} + husky@9.1.6: {} iconv-lite@0.6.3: dependencies: @@ -9776,7 +9751,7 @@ snapshots: lru-cache@7.18.3: {} - lru-cache@8.0.5: {} + lru.min@1.1.0: {} lucky-canvas@1.7.27: {} @@ -9932,14 +9907,14 @@ snapshots: muggle-string@0.4.1: {} - mysql2@3.11.0: + mysql2@3.11.2: dependencies: aws-ssl-profiles: 1.1.2 denque: 2.1.0 generate-function: 2.3.1 iconv-lite: 0.6.3 long: 5.2.3 - lru-cache: 8.0.5 + lru.min: 1.1.0 named-placeholders: 1.1.3 seq-queue: 0.0.5 sqlstring: 2.3.3 @@ -10134,13 +10109,13 @@ snapshots: pify@4.0.1: optional: true - pinia@2.2.2(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(typescript@5.6.2)(vue@3.5.4(typescript@5.6.2)): + pinia@2.2.2(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(typescript@5.6.2)(vue@3.5.5(typescript@5.6.2)): dependencies: - '@vue/devtools-api': 6.6.3 - vue: 3.5.4(typescript@5.6.2) - vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) + '@vue/devtools-api': 6.6.4 + vue: 3.5.5(typescript@5.6.2) + vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) optionalDependencies: - '@vue/composition-api': 1.7.2(vue@3.5.4(typescript@5.6.2)) + '@vue/composition-api': 1.7.2(vue@3.5.5(typescript@5.6.2)) typescript: 5.6.2 pkg-types@1.2.0: @@ -10413,7 +10388,7 @@ snapshots: dependencies: nanoid: 3.3.7 picocolors: 1.1.0 - source-map-js: 1.2.0 + source-map-js: 1.2.1 preact-markup@2.1.1(preact@10.23.2): dependencies: @@ -10444,9 +10419,9 @@ snapshots: punycode@2.3.1: {} - qrcode.vue@3.4.1(vue@3.5.4(typescript@5.6.2)): + qrcode.vue@3.4.1(vue@3.5.5(typescript@5.6.2)): dependencies: - vue: 3.5.4(typescript@5.6.2) + vue: 3.5.5(typescript@5.6.2) qs@6.13.0: dependencies: @@ -10482,7 +10457,7 @@ snapshots: dependencies: picomatch: 2.3.1 - regenerate-unicode-properties@10.1.1: + regenerate-unicode-properties@10.2.0: dependencies: regenerate: 1.4.2 @@ -10505,10 +10480,10 @@ snapshots: dependencies: '@babel/regjsgen': 0.8.0 regenerate: 1.4.2 - regenerate-unicode-properties: 10.1.1 + regenerate-unicode-properties: 10.2.0 regjsparser: 0.9.1 unicode-match-property-ecmascript: 2.0.0 - unicode-match-property-value-ecmascript: 2.1.0 + unicode-match-property-value-ecmascript: 2.2.0 regjsparser@0.9.1: dependencies: @@ -10553,47 +10528,47 @@ snapshots: glob: 11.0.0 package-json-from-dist: 1.0.0 - rollup-plugin-external-globals@0.10.0(rollup@4.21.2): + rollup-plugin-external-globals@0.10.0(rollup@4.21.3): dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.21.2) + '@rollup/pluginutils': 5.1.0(rollup@4.21.3) estree-walker: 3.0.3 is-reference: 3.0.2 magic-string: 0.30.11 - rollup: 4.21.2 + rollup: 4.21.3 - rollup-plugin-visualizer@5.12.0(rollup@4.21.2): + rollup-plugin-visualizer@5.12.0(rollup@4.21.3): dependencies: open: 8.4.2 picomatch: 2.3.1 source-map: 0.7.4 yargs: 17.7.2 optionalDependencies: - rollup: 4.21.2 + rollup: 4.21.3 rollup@2.79.1: optionalDependencies: fsevents: 2.3.3 - rollup@4.21.2: + rollup@4.21.3: dependencies: '@types/estree': 1.0.5 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.21.2 - '@rollup/rollup-android-arm64': 4.21.2 - '@rollup/rollup-darwin-arm64': 4.21.2 - '@rollup/rollup-darwin-x64': 4.21.2 - '@rollup/rollup-linux-arm-gnueabihf': 4.21.2 - '@rollup/rollup-linux-arm-musleabihf': 4.21.2 - '@rollup/rollup-linux-arm64-gnu': 4.21.2 - '@rollup/rollup-linux-arm64-musl': 4.21.2 - '@rollup/rollup-linux-powerpc64le-gnu': 4.21.2 - '@rollup/rollup-linux-riscv64-gnu': 4.21.2 - '@rollup/rollup-linux-s390x-gnu': 4.21.2 - '@rollup/rollup-linux-x64-gnu': 4.21.2 - '@rollup/rollup-linux-x64-musl': 4.21.2 - '@rollup/rollup-win32-arm64-msvc': 4.21.2 - '@rollup/rollup-win32-ia32-msvc': 4.21.2 - '@rollup/rollup-win32-x64-msvc': 4.21.2 + '@rollup/rollup-android-arm-eabi': 4.21.3 + '@rollup/rollup-android-arm64': 4.21.3 + '@rollup/rollup-darwin-arm64': 4.21.3 + '@rollup/rollup-darwin-x64': 4.21.3 + '@rollup/rollup-linux-arm-gnueabihf': 4.21.3 + '@rollup/rollup-linux-arm-musleabihf': 4.21.3 + '@rollup/rollup-linux-arm64-gnu': 4.21.3 + '@rollup/rollup-linux-arm64-musl': 4.21.3 + '@rollup/rollup-linux-powerpc64le-gnu': 4.21.3 + '@rollup/rollup-linux-riscv64-gnu': 4.21.3 + '@rollup/rollup-linux-s390x-gnu': 4.21.3 + '@rollup/rollup-linux-x64-gnu': 4.21.3 + '@rollup/rollup-linux-x64-musl': 4.21.3 + '@rollup/rollup-win32-arm64-msvc': 4.21.3 + '@rollup/rollup-win32-ia32-msvc': 4.21.3 + '@rollup/rollup-win32-x64-msvc': 4.21.3 fsevents: 2.3.3 run-parallel@1.2.0: @@ -10629,7 +10604,7 @@ snapshots: dependencies: chokidar: 3.6.0 immutable: 4.3.7 - source-map-js: 1.2.0 + source-map-js: 1.2.1 sax@1.4.1: optional: true @@ -10736,7 +10711,7 @@ snapshots: sortablejs@1.14.0: {} - source-map-js@1.2.0: {} + source-map-js@1.2.1: {} source-map-support@0.5.21: dependencies: @@ -10837,7 +10812,7 @@ snapshots: strip-ansi@7.1.0: dependencies: - ansi-regex: 6.0.1 + ansi-regex: 6.1.0 strip-comments@2.0.1: {} @@ -10856,7 +10831,7 @@ snapshots: postcss-scss: 4.0.9(postcss@8.4.45) stylelint: 16.9.0(typescript@5.6.2) stylelint-config-recommended: 14.0.1(stylelint@16.9.0(typescript@5.6.2)) - stylelint-scss: 6.5.1(stylelint@16.9.0(typescript@5.6.2)) + stylelint-scss: 6.6.0(stylelint@16.9.0(typescript@5.6.2)) optionalDependencies: postcss: 8.4.45 @@ -10889,7 +10864,7 @@ snapshots: prettier-linter-helpers: 1.0.0 stylelint: 16.9.0(typescript@5.6.2) - stylelint-scss@6.5.1(stylelint@16.9.0(typescript@5.6.2)): + stylelint-scss@6.6.0(stylelint@16.9.0(typescript@5.6.2)): dependencies: css-tree: 2.3.1 is-plain-object: 5.0.0 @@ -11052,7 +11027,7 @@ snapshots: tinyexec@0.3.0: {} - tinyglobby@0.2.5: + tinyglobby@0.2.6: dependencies: fdir: 6.3.0(picomatch@4.0.2) picomatch: 4.0.2 @@ -11150,22 +11125,22 @@ snapshots: undici-types@6.19.8: {} - unicode-canonical-property-names-ecmascript@2.0.0: {} + unicode-canonical-property-names-ecmascript@2.0.1: {} unicode-match-property-ecmascript@2.0.0: dependencies: - unicode-canonical-property-names-ecmascript: 2.0.0 + unicode-canonical-property-names-ecmascript: 2.0.1 unicode-property-aliases-ecmascript: 2.1.0 - unicode-match-property-value-ecmascript@2.1.0: {} + unicode-match-property-value-ecmascript@2.2.0: {} unicode-property-aliases-ecmascript@2.1.0: {} unicorn-magic@0.1.0: {} - unimport@3.11.1(rollup@4.21.2)(webpack-sources@3.2.3): + unimport@3.12.0(rollup@4.21.3)(webpack-sources@3.2.3): dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.21.2) + '@rollup/pluginutils': 5.1.0(rollup@4.21.3) acorn: 8.12.1 escape-string-regexp: 5.0.0 estree-walker: 3.0.3 @@ -11177,7 +11152,7 @@ snapshots: pkg-types: 1.2.0 scule: 1.3.0 strip-literal: 2.1.0 - unplugin: 1.13.1(webpack-sources@3.2.3) + unplugin: 1.14.1(webpack-sources@3.2.3) transitivePeerDependencies: - rollup - webpack-sources @@ -11192,23 +11167,23 @@ snapshots: universalify@2.0.1: {} - unplugin-auto-import@0.18.2(@vueuse/core@10.11.1(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)))(rollup@4.21.2)(webpack-sources@3.2.3): + unplugin-auto-import@0.18.3(@vueuse/core@10.11.1(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)))(rollup@4.21.3)(webpack-sources@3.2.3): dependencies: '@antfu/utils': 0.7.10 - '@rollup/pluginutils': 5.1.0(rollup@4.21.2) + '@rollup/pluginutils': 5.1.0(rollup@4.21.3) fast-glob: 3.3.2 local-pkg: 0.5.0 magic-string: 0.30.11 minimatch: 9.0.5 - unimport: 3.11.1(rollup@4.21.2)(webpack-sources@3.2.3) - unplugin: 1.13.1(webpack-sources@3.2.3) + unimport: 3.12.0(rollup@4.21.3)(webpack-sources@3.2.3) + unplugin: 1.14.1(webpack-sources@3.2.3) optionalDependencies: - '@vueuse/core': 10.11.1(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)) + '@vueuse/core': 10.11.1(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)) transitivePeerDependencies: - rollup - webpack-sources - unplugin-icons@0.19.3(@vue/compiler-sfc@3.5.4)(webpack-sources@3.2.3): + unplugin-icons@0.19.3(@vue/compiler-sfc@3.5.5)(webpack-sources@3.2.3): dependencies: '@antfu/install-pkg': 0.4.1 '@antfu/utils': 0.7.10 @@ -11216,17 +11191,17 @@ snapshots: debug: 4.3.7 kolorist: 1.8.0 local-pkg: 0.5.0 - unplugin: 1.13.1(webpack-sources@3.2.3) + unplugin: 1.14.1(webpack-sources@3.2.3) optionalDependencies: - '@vue/compiler-sfc': 3.5.4 + '@vue/compiler-sfc': 3.5.5 transitivePeerDependencies: - supports-color - webpack-sources - unplugin-vue-components@0.27.4(@babel/parser@7.25.6)(rollup@4.21.2)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3): + unplugin-vue-components@0.27.4(@babel/parser@7.25.6)(rollup@4.21.3)(vue@3.5.5(typescript@5.6.2))(webpack-sources@3.2.3): dependencies: '@antfu/utils': 0.7.10 - '@rollup/pluginutils': 5.1.0(rollup@4.21.2) + '@rollup/pluginutils': 5.1.0(rollup@4.21.3) chokidar: 3.6.0 debug: 4.3.7 fast-glob: 3.3.2 @@ -11234,8 +11209,8 @@ snapshots: magic-string: 0.30.11 minimatch: 9.0.5 mlly: 1.7.1 - unplugin: 1.13.1(webpack-sources@3.2.3) - vue: 3.5.4(typescript@5.6.2) + unplugin: 1.14.1(webpack-sources@3.2.3) + vue: 3.5.5(typescript@5.6.2) optionalDependencies: '@babel/parser': 7.25.6 transitivePeerDependencies: @@ -11243,17 +11218,17 @@ snapshots: - supports-color - webpack-sources - unplugin-vue-define-options@1.4.10(rollup@4.21.2)(vue@3.5.4(typescript@5.6.2))(webpack-sources@3.2.3): + unplugin-vue-define-options@1.5.0(rollup@4.21.3)(vue@3.5.5(typescript@5.6.2))(webpack-sources@3.2.3): dependencies: - '@vue-macros/common': 1.12.3(rollup@4.21.2)(vue@3.5.4(typescript@5.6.2)) + '@vue-macros/common': 1.13.0(rollup@4.21.3)(vue@3.5.5(typescript@5.6.2)) ast-walker-scope: 0.6.2 - unplugin: 1.13.1(webpack-sources@3.2.3) + unplugin: 1.14.1(webpack-sources@3.2.3) transitivePeerDependencies: - rollup - vue - webpack-sources - unplugin@1.13.1(webpack-sources@3.2.3): + unplugin@1.14.1(webpack-sources@3.2.3): dependencies: acorn: 8.12.1 webpack-virtual-modules: 0.6.2 @@ -11299,22 +11274,22 @@ snapshots: uuid@9.0.1: {} - vant@4.9.5(vue@3.5.4(typescript@5.6.2)): + vant@4.9.5(vue@3.5.5(typescript@5.6.2)): dependencies: '@vant/popperjs': 1.3.0 - '@vant/use': 1.6.0(vue@3.5.4(typescript@5.6.2)) - '@vue/shared': 3.5.4 - vue: 3.5.4(typescript@5.6.2) + '@vant/use': 1.6.0(vue@3.5.5(typescript@5.6.2)) + '@vue/shared': 3.5.5 + vue: 3.5.5(typescript@5.6.2) - vite-plugin-cdn-import@1.0.1(rollup@4.21.2)(vite@5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0)): + vite-plugin-cdn-import@1.0.1(rollup@4.21.3)(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0)): dependencies: - rollup-plugin-external-globals: 0.10.0(rollup@4.21.2) - vite-plugin-externals: 0.6.2(vite@5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0)) + rollup-plugin-external-globals: 0.10.0(rollup@4.21.3) + vite-plugin-externals: 0.6.2(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0)) transitivePeerDependencies: - rollup - vite - vite-plugin-checker@0.7.2(eslint@9.10.0(jiti@1.21.6))(optionator@0.9.4)(stylelint@16.9.0(typescript@5.6.2))(typescript@5.6.2)(vite@5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))(vue-tsc@2.1.6(typescript@5.6.2)): + vite-plugin-checker@0.7.2(eslint@9.10.0(jiti@1.21.6))(optionator@0.9.4)(stylelint@16.9.0(typescript@5.6.2))(typescript@5.6.2)(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))(vue-tsc@2.1.6(typescript@5.6.2)): dependencies: '@babel/code-frame': 7.24.7 ansi-escapes: 4.3.2 @@ -11326,7 +11301,7 @@ snapshots: npm-run-path: 4.0.1 strip-ansi: 6.0.1 tiny-invariant: 1.3.3 - vite: 5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0) + vite: 5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0) vscode-languageclient: 7.0.0 vscode-languageserver: 7.0.0 vscode-languageserver-textdocument: 1.0.12 @@ -11338,63 +11313,63 @@ snapshots: typescript: 5.6.2 vue-tsc: 2.1.6(typescript@5.6.2) - vite-plugin-compression2@1.3.0(rollup@4.21.2): + vite-plugin-compression2@1.3.0(rollup@4.21.3): dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.21.2) + '@rollup/pluginutils': 5.1.0(rollup@4.21.3) tar-mini: 0.2.0 transitivePeerDependencies: - rollup - vite-plugin-ejs@1.7.0(vite@5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0)): + vite-plugin-ejs@1.7.0(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0)): dependencies: ejs: 3.1.10 - vite: 5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0) + vite: 5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0) - vite-plugin-externals@0.6.2(vite@5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0)): + vite-plugin-externals@0.6.2(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0)): dependencies: acorn: 8.12.1 es-module-lexer: 0.4.1 fs-extra: 10.1.0 magic-string: 0.25.9 - vite: 5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0) + vite: 5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0) vite-plugin-full-reload@1.2.0: dependencies: picocolors: 1.1.0 picomatch: 2.3.1 - vite-plugin-pwa@0.20.5(vite@5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))(workbox-build@7.1.1)(workbox-window@7.1.0): + vite-plugin-pwa@0.20.5(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))(workbox-build@7.1.1)(workbox-window@7.1.0): dependencies: debug: 4.3.7 pretty-bytes: 6.1.1 - tinyglobby: 0.2.5 - vite: 5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0) + tinyglobby: 0.2.6 + vite: 5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0) workbox-build: 7.1.1 workbox-window: 7.1.0 transitivePeerDependencies: - supports-color - vite-plugin-vuetify@2.0.4(vite@5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))(vue@3.5.4(typescript@5.6.2))(vuetify@3.7.1): + vite-plugin-vuetify@2.0.4(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))(vue@3.5.5(typescript@5.6.2))(vuetify@3.7.1): dependencies: - '@vuetify/loader-shared': 2.0.3(vue@3.5.4(typescript@5.6.2))(vuetify@3.7.1(typescript@5.6.2)(vite-plugin-vuetify@2.0.4)(vue@3.5.4(typescript@5.6.2))) + '@vuetify/loader-shared': 2.0.3(vue@3.5.5(typescript@5.6.2))(vuetify@3.7.1(typescript@5.6.2)(vite-plugin-vuetify@2.0.4)(vue@3.5.5(typescript@5.6.2))) debug: 4.3.7 upath: 2.0.1 - vite: 5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0) - vue: 3.5.4(typescript@5.6.2) - vuetify: 3.7.1(typescript@5.6.2)(vite-plugin-vuetify@2.0.4)(vue@3.5.4(typescript@5.6.2)) + vite: 5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0) + vue: 3.5.5(typescript@5.6.2) + vuetify: 3.7.1(typescript@5.6.2)(vite-plugin-vuetify@2.0.4)(vue@3.5.5(typescript@5.6.2)) transitivePeerDependencies: - supports-color - vite-svg-loader@5.1.0(vue@3.5.4(typescript@5.6.2)): + vite-svg-loader@5.1.0(vue@3.5.5(typescript@5.6.2)): dependencies: svgo: 3.3.2 - vue: 3.5.4(typescript@5.6.2) + vue: 3.5.5(typescript@5.6.2) - vite@5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0): + vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0): dependencies: esbuild: 0.21.5 postcss: 8.4.45 - rollup: 4.21.2 + rollup: 4.21.3 optionalDependencies: '@types/node': 20.16.5 fsevents: 2.3.3 @@ -11429,17 +11404,17 @@ snapshots: dependencies: clipboard: 2.0.11 - vue-demi@0.14.10(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)): + vue-demi@0.14.10(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)): dependencies: - vue: 3.5.4(typescript@5.6.2) + vue: 3.5.5(typescript@5.6.2) optionalDependencies: - '@vue/composition-api': 1.7.2(vue@3.5.4(typescript@5.6.2)) + '@vue/composition-api': 1.7.2(vue@3.5.5(typescript@5.6.2)) - vue-demi@0.7.5(@vue/composition-api@1.7.2(vue@3.5.4(typescript@5.6.2)))(vue@3.5.4(typescript@5.6.2)): + vue-demi@0.7.5(@vue/composition-api@1.7.2(vue@3.5.5(typescript@5.6.2)))(vue@3.5.5(typescript@5.6.2)): dependencies: - vue: 3.5.4(typescript@5.6.2) + vue: 3.5.5(typescript@5.6.2) optionalDependencies: - '@vue/composition-api': 1.7.2(vue@3.5.4(typescript@5.6.2)) + '@vue/composition-api': 1.7.2(vue@3.5.5(typescript@5.6.2)) vue-eslint-parser@9.4.3(eslint@9.10.0(jiti@1.21.6)): dependencies: @@ -11454,48 +11429,48 @@ snapshots: transitivePeerDependencies: - supports-color - vue-i18n@9.14.0(vue@3.5.4(typescript@5.6.2)): + vue-i18n@9.14.0(vue@3.5.5(typescript@5.6.2)): dependencies: '@intlify/core-base': 9.14.0 '@intlify/shared': 9.14.0 - '@vue/devtools-api': 6.6.3 - vue: 3.5.4(typescript@5.6.2) + '@vue/devtools-api': 6.6.4 + vue: 3.5.5(typescript@5.6.2) - vue-router@4.4.3(vue@3.5.4(typescript@5.6.2)): + vue-router@4.4.5(vue@3.5.5(typescript@5.6.2)): dependencies: - '@vue/devtools-api': 6.6.3 - vue: 3.5.4(typescript@5.6.2) + '@vue/devtools-api': 6.6.4 + vue: 3.5.5(typescript@5.6.2) vue-treeselect@1.0.7: {} vue-tsc@2.1.6(typescript@5.6.2): dependencies: - '@volar/typescript': 2.4.2 + '@volar/typescript': 2.4.4 '@vue/language-core': 2.1.6(typescript@5.6.2) semver: 7.6.3 typescript: 5.6.2 - vue@3.5.4(typescript@5.6.2): + vue@3.5.5(typescript@5.6.2): dependencies: - '@vue/compiler-dom': 3.5.4 - '@vue/compiler-sfc': 3.5.4 - '@vue/runtime-dom': 3.5.4 - '@vue/server-renderer': 3.5.4(vue@3.5.4(typescript@5.6.2)) - '@vue/shared': 3.5.4 + '@vue/compiler-dom': 3.5.5 + '@vue/compiler-sfc': 3.5.5 + '@vue/runtime-dom': 3.5.5 + '@vue/server-renderer': 3.5.5(vue@3.5.5(typescript@5.6.2)) + '@vue/shared': 3.5.5 optionalDependencies: typescript: 5.6.2 - vuedraggable@4.1.0(vue@3.5.4(typescript@5.6.2)): + vuedraggable@4.1.0(vue@3.5.5(typescript@5.6.2)): dependencies: sortablejs: 1.14.0 - vue: 3.5.4(typescript@5.6.2) + vue: 3.5.5(typescript@5.6.2) - vuetify@3.7.1(typescript@5.6.2)(vite-plugin-vuetify@2.0.4)(vue@3.5.4(typescript@5.6.2)): + vuetify@3.7.1(typescript@5.6.2)(vite-plugin-vuetify@2.0.4)(vue@3.5.5(typescript@5.6.2)): dependencies: - vue: 3.5.4(typescript@5.6.2) + vue: 3.5.5(typescript@5.6.2) optionalDependencies: typescript: 5.6.2 - vite-plugin-vuetify: 2.0.4(vite@5.4.3(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))(vue@3.5.4(typescript@5.6.2))(vuetify@3.7.1) + vite-plugin-vuetify: 2.0.4(vite@5.4.5(@types/node@20.16.5)(less@4.2.0)(sass@1.78.0)(terser@5.32.0))(vue@3.5.5(typescript@5.6.2))(vuetify@3.7.1) w3c-keyname@2.2.8: {} diff --git a/public/build.json b/public/build.json index 3e0d71a9..61e284ab 100644 --- a/public/build.json +++ b/public/build.json @@ -1 +1 @@ -{"version":"1726223172954"} \ No newline at end of file +{"version":"1726277812035"} \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 6d7577bb..7d019a69 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,83 @@ - + diff --git a/src/views/layout/Header.vue b/src/views/layout/Header.vue index a955954c..1eaf649b 100644 --- a/src/views/layout/Header.vue +++ b/src/views/layout/Header.vue @@ -79,9 +79,11 @@ const i18ns = ThemeConfig.i18nKeys; const changeI18n = (lang: string) => { themeConfig.value.globalI18n = lang; + // 内置 + proxy.$i18n.locale = lang; Storage.setLocalStorage(Constants.storageKey.i18nLocale, lang); setThemeConfig(); - proxy.mittBus.emit("getI18nConfig", lang); + proxy.$mitt.emit("getI18nConfig", lang); Utils.setTitle(); }; // 组件大小 @@ -89,7 +91,7 @@ const changeSize = (size: string) => { themeConfig.value.globalComponentSize = size; setThemeConfig(); - proxy.mittBus.emit("getSizeConfig", size); + proxy.$mitt.emit("getSizeConfig", size); }; // 设置 const isShowDrawer = ref(false); @@ -199,7 +201,7 @@
@@ -228,7 +230,7 @@ trigger="hover" @command="changeSize">