diff --git a/apps/web-naive/package.json b/apps/web-naive/package.json index c167effda..4b50013c2 100644 --- a/apps/web-naive/package.json +++ b/apps/web-naive/package.json @@ -26,6 +26,7 @@ "#/*": "./src/*" }, "dependencies": { + "@form-create/naive-ui": "catalog:", "@vben/access": "workspace:*", "@vben/common-ui": "workspace:*", "@vben/constants": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bae7b4fbd..54c41f4a7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,6 +39,9 @@ catalogs: '@form-create/element-ui': specifier: ^3.2.27 version: 3.2.37 + '@form-create/naive-ui': + specifier: ^3.2.27 + version: 3.2.37 '@iconify/json': specifier: ^2.2.431 version: 2.2.431 @@ -975,6 +978,9 @@ importers: apps/web-naive: dependencies: + '@form-create/naive-ui': + specifier: 'catalog:' + version: 3.2.37(vue@3.5.27(typescript@5.9.3)) '@vben/access': specifier: workspace:* version: link:../../packages/effects/access @@ -3913,6 +3919,21 @@ packages: '@form-create/component-elm-upload@3.2.31': resolution: {integrity: sha512-2XJr7x8gPf+U0FnPYLyPt0+qLG9+lZSO7tlInT0fw7TJF9pWzrtxicnX6sWvd4EoWCNzYU13HXL33Aq1zP2IeA==} + '@form-create/component-naive-checkbox@3.2.31': + resolution: {integrity: sha512-MLIVLg2A6mHjKnwgrohVX6AtyKJyQ58G3DD6zpS30nPvyaFJNgrL5N1bU5vQ9IwC4YsO8dbBiR1epxRJ+53l2g==} + + '@form-create/component-naive-frame@3.2.31': + resolution: {integrity: sha512-XmQ0ywyULRUPyyn0bSKMijRsWIIg1U3Ytju+kQfclOb6gSzSQ0ULJqEQQRXHhIhDMC5g8QsBbq4S/bZgiHWUNA==} + + '@form-create/component-naive-group@3.2.34': + resolution: {integrity: sha512-P+6Rsm9yNIkdKQZ/byJoo9ygvOJEZEFqNVh6e1gu70dJGd9HhmiFukIcx/N1tdmQYhM3MUedEgbsvko8XtBD1g==} + + '@form-create/component-naive-radio@3.2.31': + resolution: {integrity: sha512-0XRQvtDAz25BDAuBARW2Ds0J5jCCTKgaVlv4/o7A8Ck16PF2rXdwU8XHaKEFQNb8Q8VMAFZjJgsQk5r+xZxCuw==} + + '@form-create/component-naive-upload@3.2.31': + resolution: {integrity: sha512-qYAZxtC09AJw8BaN913Gt22H0vymPfAFQMGhLP0gyJQv74dUa3caFrGAZkf5ie+/YbQEGqPnF5ckXGt5yS4VFg==} + '@form-create/component-subform@3.2.34': resolution: {integrity: sha512-h1AiMdpHfMr3s1AuX3L5BChc6Na5Megp/UU/FOCbAqt6+XEEEAKWt+2p6X1MMOJRLT+EI8ZRBcUfVbcw4/dHSQ==} @@ -3934,6 +3955,11 @@ packages: peerDependencies: vue: ^3.5.27 + '@form-create/naive-ui@3.2.37': + resolution: {integrity: sha512-8TuSIWg2DhAq/VV3TVe4kW0RM3lO2tIMNpwdZRciZKIPLI7ePjrZvA+H7ztc160C6DRgNDm+fRGh4H2COX44ig==} + peerDependencies: + vue: ^3.5.27 + '@form-create/utils@3.2.31': resolution: {integrity: sha512-YcisHXuQEF0r9y2VKS2CB2nMQ2q8EkKvQXp4nPR9sjbsCabPZOXq2n2MrkWDMhwQNwep08/0NCf7z0wslHzyWQ==} @@ -13881,6 +13907,26 @@ snapshots: dependencies: '@form-create/utils': 3.2.31 + '@form-create/component-naive-checkbox@3.2.31': + dependencies: + '@form-create/utils': 3.2.31 + + '@form-create/component-naive-frame@3.2.31': + dependencies: + '@form-create/utils': 3.2.31 + + '@form-create/component-naive-group@3.2.34': + dependencies: + '@form-create/utils': 3.2.31 + + '@form-create/component-naive-radio@3.2.31': + dependencies: + '@form-create/utils': 3.2.31 + + '@form-create/component-naive-upload@3.2.31': + dependencies: + '@form-create/utils': 3.2.31 + '@form-create/component-subform@3.2.34': {} '@form-create/component-wangeditor@3.2.14': @@ -13921,6 +13967,18 @@ snapshots: '@form-create/utils': 3.2.31 vue: 3.5.27(typescript@5.9.3) + '@form-create/naive-ui@3.2.37(vue@3.5.27(typescript@5.9.3))': + dependencies: + '@form-create/component-naive-checkbox': 3.2.31 + '@form-create/component-naive-frame': 3.2.31 + '@form-create/component-naive-group': 3.2.34 + '@form-create/component-naive-radio': 3.2.31 + '@form-create/component-naive-upload': 3.2.31 + '@form-create/component-subform': 3.2.34 + '@form-create/core': 3.2.37(vue@3.5.27(typescript@5.9.3)) + '@form-create/utils': 3.2.31 + vue: 3.5.27(typescript@5.9.3) + '@form-create/utils@3.2.31': {} '@gera2ld/jsx-dom@2.2.2': diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 28bce4545..18c12b549 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -31,7 +31,6 @@ catalog: '@commitlint/config-conventional': ^19.8.1 '@ctrl/tinycolor': ^4.2.0 '@eslint/js': ^9.39.2 - '@faker-js/faker': ^9.9.0 '@form-create/ant-design-vue': ^3.2.27 '@form-create/antd-designer': ^3.3.0 '@form-create/designer': ^3.3.0 @@ -51,21 +50,15 @@ catalog: '@stylistic/stylelint-plugin': ^4.0.1 '@tailwindcss/nesting': 0.0.0-insiders.565cd3e '@tailwindcss/typography': ^0.5.16 + '@tanstack/vue-store': ^0.8.0 '@tinyflow-ai/vue': ^1.1.1 '@tinymce/tinymce-vue': ^6.1.0 - '@tanstack/vue-query': ^5.92.8 - '@tanstack/vue-store': ^0.8.0 '@types/archiver': ^6.0.4 '@types/codemirror': ^5.60.13 '@types/crypto-js': ^4.2.2 '@types/eslint': ^9.6.1 '@types/html-minifier-terser': ^7.0.2 - '@types/json-bigint': ^1.0.4 - '@types/jsonwebtoken': ^9.0.10 '@types/lodash.clonedeep': ^4.5.9 - '@types/lodash.get': ^4.4.9 - '@types/lodash.isequal': ^4.5.8 - '@types/lodash.set': ^4.3.9 '@types/markdown-it': ^14.1.2 '@types/node': ^24.10.9 '@types/nprogress': ^0.2.3 @@ -76,6 +69,7 @@ catalog: '@typescript-eslint/eslint-plugin': ^8.53.1 '@typescript-eslint/parser': ^8.53.1 '@vee-validate/zod': ^4.15.1 + '@videojs-player/vue': ^1.0.0 '@vite-pwa/vitepress': ^1.1.0 '@vitejs/plugin-vue': ^6.0.3 '@vitejs/plugin-vue-jsx': ^5.1.3 @@ -84,7 +78,6 @@ catalog: '@vueuse/core': ^14.1.0 '@vueuse/integrations': ^14.1.0 '@vueuse/motion': ^3.0.3 - '@videojs-player/vue': ^1.0.0 ant-design-vue: ^4.2.6 archiver: ^7.0.1 autoprefixer: ^10.4.23 @@ -143,7 +136,6 @@ catalog: find-up: ^7.0.0 get-port: ^7.1.0 globals: ^16.5.0 - h3: ^1.15.5 happy-dom: ^17.6.3 highlight.js: ^11.11.1 html-minifier-terser: ^7.2.0 @@ -152,7 +144,6 @@ catalog: jsencrypt: ^3.3.2 json-bigint: ^1.0.0 jsonc-eslint-parser: ^2.4.2 - jsonwebtoken: ^9.0.3 lefthook: ^2.0.15 lodash.clonedeep: ^4.5.0 lucide-vue-next: ^0.553.0 @@ -211,6 +202,7 @@ catalog: unbuild: ^3.6.1 unplugin-element-plus: ^0.11.2 vee-validate: ^4.15.1 + video.js: ^7.21.6 vite: ^7.3.1 vite-plugin-compression: ^0.5.1 vite-plugin-dts: ^4.5.4 @@ -229,10 +221,9 @@ catalog: vue-router: ^4.6.4 vue-tippy: ^6.7.1 vue-tsc: ^3.2.3 - vuedraggable: ^4.1.0 - vue3-print-nb: "^0.1.4" + vue3-print-nb: ^0.1.4 vue3-signature: ^0.2.4 - video.js: ^7.21.6 + vuedraggable: ^4.1.0 vxe-pc-ui: ^4.12.10 vxe-table: ^4.17.46 watermark-js-plus: ^1.6.3