🔱: [client] sync upgrade with 6 commits [trident-sync]

chore:
build: publish success
fix: 修复新页面编辑无法正确获取数据的bug

Closes https://github.com/fast-crud/fast-crud/issues/460
fix: 修复antdv4示例没有源码跳转按钮的bug
pref: 添加代码编辑器功能

- 新增 fs-editor-code组件实现代码编辑功能
- 支持 javascript、json、yaml三种语言
- 集成 monaco-editor 并配置相关 worker
- 添加代码格式校验功能
- 在 fast-extends 中引入新功能模块
This commit is contained in:
GitHub Actions Bot
2025-03-30 19:24:09 +00:00
parent 6f30d82394
commit 88a4e5051b
14 changed files with 240 additions and 8 deletions
+10 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@fast-crud/fs-admin-antdv4",
"version": "1.25.6",
"version": "1.25.7",
"private": true,
"scripts": {
"dev": "vite",
@@ -27,10 +27,10 @@
"@aws-sdk/client-s3": "^3.535.0",
"@aws-sdk/s3-request-presigner": "^3.535.0",
"@ctrl/tinycolor": "^4.1.0",
"@fast-crud/fast-crud": "^1.25.6",
"@fast-crud/fast-extends": "^1.25.6",
"@fast-crud/ui-antdv4": "^1.25.6",
"@fast-crud/ui-interface": "^1.25.6",
"@fast-crud/fast-crud": "^1.25.7",
"@fast-crud/fast-extends": "^1.25.7",
"@fast-crud/ui-antdv4": "^1.25.7",
"@fast-crud/ui-interface": "^1.25.7",
"@iconify/tailwind": "^1.2.0",
"@iconify/vue": "^4.1.1",
"@manypkg/get-packages": "^2.2.2",
@@ -56,9 +56,12 @@
"dayjs": "^1.11.10",
"defu": "^6.1.4",
"highlight.js": "^11.9.0",
"js-yaml": "^4.1.0",
"lodash-es": "^4.17.21",
"lucide-vue-next": "^0.477.0",
"mitt": "^3.0.1",
"monaco-editor": "^0.52.2",
"monaco-yaml": "^5.3.1",
"nprogress": "^0.2.0",
"object-assign": "^4.1.1",
"pinia": "2.1.7",
@@ -80,6 +83,7 @@
"vue-router": "^4.3.0",
"vuedraggable": "^2.24.3",
"watermark-js-plus": "^1.5.8",
"yaml-language-server": "^1.17.0",
"zod": "^3.24.2",
"zod-defaults": "^0.1.3"
},
@@ -134,6 +138,7 @@
"vite": "^5.1.6",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-monaco-editor-esm": "^2.0.2",
"vite-plugin-theme": "^0.8.6",
"vite-plugin-windicss": "^1.9.3",
"vue-eslint-parser": "^9.4.2",