1911 Commits

Author SHA1 Message Date
roymondchen
bada79e519 fix: GitHub Pages 默认使用 Jekyll 处理站点文件,而 Jekyll 会忽略所有以下划线开头的文件和目录 2026-03-19 12:00:50 +08:00
roymondchen
06a6068c47 build: 优化type check性能 2026-03-19 11:47:08 +08:00
roymondchen
58281a345b chore(playground): 删除多样代码 2026-03-19 11:36:11 +08:00
roymondchen
0bbafa153d fix(core,data-source): 多个页面片容器引用同一个页面片时,其他有未渲染的页面片容器时会导致数据源编译后数据无法更新 2026-03-19 11:34:51 +08:00
roymondchen
f6bd647958 test(editor): 更新monaco-editor依赖 2026-03-18 20:27:09 +08:00
roymondchen
c79034befc feat(editor,form): 支持按需设置表单组件 2026-03-18 20:19:05 +08:00
roymondchen
88e6c7d377 build: es产物不要合并文件,保证能够tree-shaking 2026-03-18 19:19:29 +08:00
moonszhang
92bd5cf942 feat(core): runDataSourceMethod 返回 await 方法的执行结果 2026-03-18 09:15:01 +00:00
roymondchen
5ae667b7ee chore: update eslint 10 2026-03-17 20:03:45 +08:00
roymondchen
18bfbefaf2 chore: 更新版权协议 2026-03-17 17:31:43 +08:00
roymondchen
1b9492165c build: playground构建忽略lightningcss错误 2026-03-17 17:30:26 +08:00
roymondchen
61f00a0fb7 chore(editor): 完善类型检验 2026-03-17 16:57:28 +08:00
roymondchen
6d91a7a844 chore: 更新vite 2026-03-17 16:52:46 +08:00
roymondchen
3e4d49dd45 chore: update pnpm 2026-03-17 15:52:53 +08:00
roymondchen
1b854d2347 chore: update lockfile v1.7.7 v1.7.7 2026-03-12 17:32:26 +08:00
roymondchen
814549e168 chore: release v1.7.7 2026-03-12 17:30:47 +08:00
roymondchen
71d6dd9e38 feat(editor): monaco-editor改成异步加载 2026-03-12 17:27:07 +08:00
roymondchen
0d698b20e7 feat(data-source): 事件监听添加立即执行配置 2026-03-12 16:37:50 +08:00
roymondchen
67d93ec35f fix(editor): 显示源码后再显示回编辑器画布空了 2026-03-12 16:35:33 +08:00
roymondchen
084ff6ff68 feat(cli): packages配置不做去重处理,因为组件type与数据源type可能相同 2026-03-02 17:19:32 +08:00
roymondchen
ecaa0f5f28 fix(vue-runtime-help): useApp获取不到页面片中的node 2026-02-02 19:07:44 +08:00
roymondchen
eee87c6d01 docs: 创建组件的默认路径配置修改 2026-01-27 14:05:17 +08:00
roymondchen
0b7b6884ae docs: 修改文档中的错别字 2026-01-27 12:11:30 +08:00
roymondchen
575993fe34 docs: 添加runtime api 2026-01-26 19:33:55 +08:00
roymondchen
c23d02558e docs: 完善组件开发/runtime/表单配置文档 2026-01-26 19:06:39 +08:00
roymondchen
450af8021d style(playground): eslint 2026-01-26 14:37:18 +08:00
roymondchen
0ec8af20e0 refactor(playground): form提交的结果使用代码编辑器显示 2026-01-23 17:03:37 +08:00
roymondchen
b4c2c65ccb fix(form): timerange新增value format配置,默认为HH:mm:ss 2026-01-23 16:51:31 +08:00
roymondchen
06fd5392a9 chore: update lockfile v1.7.6 v1.7.6 2026-01-19 20:00:34 +08:00
roymondchen
89ac777a7f chore: release v1.7.6 2026-01-19 19:59:14 +08:00
roymondchen
6cf2f38194 fix(form): onChange中修改model的key中有重复的key会出错 2026-01-19 19:40:58 +08:00
roymondchen
e6e68ae69a refactor(core): 调整eventHelper代码 2026-01-12 20:17:47 +08:00
roymondchen
5110f0cbca chore: update lockfile v1.7.5 v1.7.5 2026-01-08 17:17:39 +08:00
roymondchen
da2e2c393b chore: release v1.7.5 2026-01-08 17:16:08 +08:00
roymondchen
e6d1624a6c refactor(form): 优化创建初始值等一些工具函数 2026-01-08 17:11:05 +08:00
roymondchen
8956035e41 fix(form): 初始值为0时会丢失 2026-01-08 17:03:16 +08:00
roymondchen
10c36c1980 chore(editor): 画布拖动组件位置更新dsl添加changeRecordes 2026-01-08 16:44:44 +08:00
roymondchen
5f57d620da fix(form): daterange默认值 2026-01-07 18:33:13 +08:00
roymondchen
cfaaaad66e feat(editor): customCreateMonacoEditor options中新增editorCustomType,可以用于创建不同的editor 2026-01-07 17:38:37 +08:00
roymondchen
df611571c7 feat(form): type配置为函数时,参数中的model等对象设置层readonly 2026-01-07 14:43:14 +08:00
roymondchen
5267381ebf fix(editor): 显示条件中选中的字段类型发生时,值对应做类型转换 2026-01-07 14:41:25 +08:00
roymondchen
3cfec95612 fix(editor): 切换固定定位后坐标转换仅支持left,top为数字的情况 2025-12-31 16:33:06 +08:00
roymondchen
c1b12e6f40 chore: update lockfile v1.7.4 v1.7.4 2025-12-29 20:42:34 +08:00
roymondchen
c2d2eee749 chore: release v1.7.4 2025-12-29 20:16:45 +08:00
roymondchen
03b6180a02 fix(editor): 数据源方法编辑后content变成字符串 2025-12-29 19:22:28 +08:00
roymondchen
8150f042ff chore: update lockfile v1.7.3 v1.7.3 2025-12-25 20:22:52 +08:00
roymondchen
b71a5ef891 chore: release v1.7.3 2025-12-25 20:02:51 +08:00
roymondchen
01158e01fc chore(table): 添加依赖 2025-12-25 19:23:27 +08:00
roymondchen
98c2e2ff1f fix(table): 行内编辑无法修改表单 2025-12-25 19:16:17 +08:00
roymondchen
9d4324dd6b fix(form): 动态tab自定义onTabAdd后出错 2025-12-25 16:03:52 +08:00