Commit Graph

  • 3728373aad chore: release v1.5.0-beta.13 roymondchen 2024-10-09 16:29:28 +08:00
  • d59933439e feat(editor): 支持配置页面过滤函数 roymondchen 2024-10-09 16:23:39 +08:00
  • 37bc3867eb feat(form): 支持配置阻止默认的submit行为 roymondchen 2024-10-09 16:07:49 +08:00
  • 44a676053a fix(editor): 更新组件配置后,如果当前没有任何依赖,不会触发收集,导致画布不更新 roymondchen 2024-10-09 15:04:25 +08:00
  • fa94ca60a5 chore: update lockfile v1.5.0-beta.12 roymondchen 2024-09-29 17:33:51 +08:00
  • 970baadc1a chore: release v1.5.0-beta.12 roymondchen 2024-09-29 17:32:05 +08:00
  • 179eea1e57 style(editor): import 错误 roymondchen 2024-09-29 17:11:37 +08:00
  • cda915d6f8 feat(editor): 页面/页面片不再使用tab分开显示,新增搜索页面 roymondchen 2024-09-29 17:05:10 +08:00
  • 0faa260f52 fix(editor): 修复修改页面配置后可能改造页面卡死问题 roymondchen 2024-09-29 14:44:13 +08:00
  • 7d2de99bac chore: update lockfile v1.5.0-beta.11 roymondchen 2024-09-20 12:53:21 +08:00
  • 62663bf5c8 chore: release v1.5.0-beta.11 roymondchen 2024-09-20 12:49:25 +08:00
  • 1dc4fa92a5 fix(data-source): http数据源中mock数据应该是数据源定义好的数据,不再是请求的数据源 roymondchen 2024-09-20 12:42:06 +08:00
  • 91d341c83b chore: update lockfile v1.5.0-beta.10 roymondchen 2024-09-19 20:56:14 +08:00
  • 5bd634d19a chore: release v1.5.0-beta.10 roymondchen 2024-09-19 20:52:20 +08:00
  • aa6bff525d feat(data-source): http数据源参数裁剪与响应裁剪支持异步函数配置 roymondchen 2024-09-19 20:38:27 +08:00
  • 9b05670335 fix(data-source): 避免http数据源在编辑器中的响应裁剪中修改到mock配置的数据 roymondchen 2024-09-19 20:12:49 +08:00
  • 2f70777697 refactor(editor,utils): 将traverseNode方法挪到utils中 roymondchen 2024-09-19 20:07:53 +08:00
  • 43e0341b12 fix(data-source): 编辑器中迭代器容器中的容器添加组件并关联数据源后没有编译 roymondchen 2024-09-19 19:51:48 +08:00
  • 226847c9c9 chore: update lockfile v1.5.0-beta.9 roymondchen 2024-09-13 18:44:31 +08:00
  • e5eb2053ae chore: release v1.5.0-beta.9 roymondchen 2024-09-13 18:42:51 +08:00
  • 5da7d1fb92 chore: 将dist/style.css加入到sideEffects中 roymondchen 2024-09-13 16:31:05 +08:00
  • d844f59dc6 fix(data-source): manager初始化数据源时,如果失败了要把data中对应的数据删掉,不然在ssr中会导致客户端不会重新尝试请求 roymondchen 2024-09-13 14:56:11 +08:00
  • a0853aee8b fix(stage): 流水布局拖动无效 roymondchen 2024-09-09 17:08:35 +08:00
  • 833f4b4dd7 refactor(types): core 导出 AppOptionsConfig aldlss 2024-09-06 20:43:37 +08:00
  • 1ca41c994c chore: update lockfile v1.5.0-beta.8 roymondchen 2024-09-06 23:46:24 +08:00
  • 075e1aeb38 chore: release v1.5.0-beta.8 roymondchen 2024-09-06 23:44:30 +08:00
  • 0bdfee28d3 fix(form): datarange组件如果传入utc时间,显示会出错 roymondchen 2024-09-06 23:36:29 +08:00
  • 6643de92ce chore: update lockfile v1.5.0-beta.7 roymondchen 2024-09-05 19:42:03 +08:00
  • db5ac78659 chore: release v1.5.0-beta.7 roymondchen 2024-09-05 19:40:24 +08:00
  • 7dc57d0b9a chore: 更新依赖,vue@3.5.1 roymondchen 2024-09-05 19:36:25 +08:00
  • 0d605425d8 fix(form): date组件初始化时不显示值 roymondchen 2024-09-05 19:02:48 +08:00
  • 02ec4af8d4 chore(runtime): 更新依赖 roymondchen 2024-09-05 16:19:36 +08:00
  • 5f6550f962 fix(vue-component): 从core中获取utils的方法 roymondchen 2024-09-05 14:42:15 +08:00
  • 114a6c76f0 chore: update lockfile v1.5.0-beta.6 roymondchen 2024-09-05 14:38:53 +08:00
  • 5f88a75f10 chore: release v1.5.0-beta.6 roymondchen 2024-09-05 14:37:29 +08:00
  • 62674f7c76 style(table): 完善ts定义 roymondchen 2024-09-05 14:29:26 +08:00
  • 60cd6a7dbe chore: pnpm@9.9.0 roymondchen 2024-09-05 14:22:26 +08:00
  • 26a6a5b411 style(editor): 修改indent prop 名称 roymondchen 2024-09-05 14:14:10 +08:00
  • b5a81e2121 feat(table): 新增createColumns函数 roymondchen 2024-09-05 14:13:11 +08:00
  • e51c919e46 chore(core): npm包中增加resetcss.css roymondchen 2024-09-05 14:12:29 +08:00
  • 50d79a8010 style: 完善ts roymondchen 2024-09-05 12:07:15 +08:00
  • bb40f38535 chore: update lockfile v1.5.0-beta.5 roymondchen 2024-09-04 20:33:13 +08:00
  • a9ddd84099 chore(vue-runtime-help): release 0.1.4 roymondchen 2024-09-04 20:27:13 +08:00
  • 829532205a chore: release v1.5.0-beta.5 roymondchen 2024-09-04 20:23:07 +08:00
  • 61c8bbea18 feat(table): expand支持width fixed配置 roymondchen 2024-09-04 20:18:04 +08:00
  • 1a3a0d84b2 chore(vue-components): release roymondchen 2024-09-04 20:16:24 +08:00
  • c4ac397f46 fix(editor): stage销毁问题 roymondchen 2024-09-04 19:47:04 +08:00
  • 95b824839e fix(tmagic-form-runtime): 画布无法点击选中组件 roymondchen 2024-09-04 19:45:52 +08:00
  • dc63ea1a9f feat(editor): 新增已选组件、代码编辑、数据源及其子节点增量缩进配置 roymondchen 2024-09-04 19:20:55 +08:00
  • f69bd78af1 refactor: 将data-source,dep,schema,utils收敛到core,将form,table,stage,design,util收敛到editor roymondchen 2024-09-04 17:25:33 +08:00
  • 4004c424f6 feat(vue-component, runtime): 使用 app.resolveComponent 获取组件 (#631) 洩氏诹诹子 2024-09-03 21:07:55 +08:00
  • ca0cb218f6 feat(stage): export MoveableActionsAble; 在选中框上面自定义按钮 roymondchen 2024-09-03 19:39:10 +08:00
  • a495acd6c5 chore(react-component,vue-component): 更新依赖 roymondchen 2024-08-28 14:39:12 +08:00
  • 642c27d8d6 refactor: 及时释放没用变量 roymondchen 2024-08-26 14:24:12 +08:00
  • e1483b2910 chore: update lockfile v1.5.0-beta.4 roymondchen 2024-08-22 19:17:43 +08:00
  • 06f7045c38 chore: release v1.5.0-beta.4 roymondchen 2024-08-22 19:14:05 +08:00
  • aff000f250 fix(data-source): 迭代内容多层嵌套下子组件条件配置不生效 roymondchen 2024-08-22 19:05:06 +08:00
  • f4c7b1a3b9 chore: release v1.5.0-beta.3 roymondchen 2024-08-22 16:54:50 +08:00
  • 89c2365709 refactor(stage,editor): stage销毁后释放内部变量 roymondchen 2024-08-22 16:45:06 +08:00
  • a4ff865f63 fix(dep): 数据源条件依赖收集默认不收集迭代器内部组件的依赖 roymondchen 2024-08-22 15:25:57 +08:00
  • 867d0fa706 chore: update lockfile v1.5.0-beta.2 roymondchen 2024-08-21 17:22:22 +08:00
  • a7d529a656 chore: release v1.5.0-beta.2 roymondchen 2024-08-21 17:20:54 +08:00
  • e153ab1602 fix(data-source): http数据源中mock配置中关闭启用后,不会执行request roymondchen 2024-08-21 17:07:54 +08:00
  • 5611ffef69 chore: 更新pnpm版本,修复ts错误 roymondchen 2024-08-21 16:54:06 +08:00
  • 86c092eadb feat(form): 添加tmagicFormItemProp roymondchen 2024-08-21 16:35:35 +08:00
  • 5d476fba1c chore(playground): playground添加design style roymondchen 2024-08-21 16:03:40 +08:00
  • f7a5b164ef feat(design): popover 添加destroyOnClose props roymondchen 2024-08-21 16:01:03 +08:00
  • 5023cd464c chore: 更新版本号 roymondchen 2024-08-15 20:00:39 +08:00
  • 788afa33c2 chore: update lockfile v1.5.0-beta.1 roymondchen 2024-08-15 19:54:23 +08:00
  • 1752a6e750 chore: release v1.5.0-beta.1 roymondchen 2024-08-15 19:52:57 +08:00
  • ce81bee858 style(stage): 完善render配置的定义 roymondchen 2024-08-15 17:14:57 +08:00
  • bd50a860a3 style(editor): 优化数据源新增列表样式 roymondchen 2024-08-15 16:59:18 +08:00
  • b7d31152fe feat(editor): export tree组件 roymondchen 2024-08-15 16:12:18 +08:00
  • 44c0e1fb29 fix(design): popover zindex不生效 roymondchen 2024-08-15 16:11:36 +08:00
  • f4be97ebc9 chore(runtime): 更新版本号 roymondchen 2024-08-15 15:38:45 +08:00
  • 270ab6423b chore: release v1.5.0-beta.0 roymondchen 2024-08-15 14:58:11 +08:00
  • 25bf011afe feat(uitls): 只是自定义dsl与dom el的关联关系函数 roymondchen 2024-08-15 14:43:30 +08:00
  • b33667307b chore: 升级elememt-plus版本 roymondchen 2024-08-15 11:45:52 +08:00
  • 25069df3c5 style(data-source): 删除无用注释 roymondchen 2024-08-15 11:45:05 +08:00
  • 468849cfe0 feat(design,element-plus-adapter,tdesign-vue-next-adapter): 重新实现Popover组件,不再使用element-plus或tdesign组件 roymondchen 2024-08-15 11:44:09 +08:00
  • dbb7cde48a feat: 将ui-react中的组件独立成包 roymondchen 2024-08-13 20:35:14 +08:00
  • 8c7a408f63 fix: 迭代器内的组件配置了声明周期代码块无效 roymondchen 2024-08-13 20:24:24 +08:00
  • 35aa916e76 feat: dsl id渲染到dom上的data-tamgic-id,不再是id属性 roymondchen 2024-08-12 16:38:00 +08:00
  • 158fb7156a build: 删除多余构建配置,构建ui roymondchen 2024-08-09 16:41:45 +08:00
  • 7a0d99e3b5 feat: 统一vue ui组件,将ui中的组件独立成包 roymondchen 2024-08-08 20:52:10 +08:00
  • 53e83c872d feat(cli): 组件库支持import npm包组件 roymondchen 2024-08-08 20:45:43 +08:00
  • 59fa55b52f build: 不在每个package中构建dts,解决package间相互依赖问题 roymondchen 2024-08-08 16:05:10 +08:00
  • f6dec31ef4 feat: 完善迭代器嵌套使用问题,重构事件配置处理代码 roymondchen 2024-08-08 15:52:29 +08:00
  • 7e13a46999 chore: update lockfile v1.4.19 v1.4.19 roymondchen 2024-10-31 16:16:41 +08:00
  • d206e02478 chore: release v1.4.19 roymondchen 2024-10-31 16:12:07 +08:00
  • 3a7bfef5cf fix(form): text组件配置了tooltip无效 roymondchen 2024-10-31 15:52:18 +08:00
  • 3817276f26 chore: update lockfile v1.5.0-beta.14 v1.5.0-beta.14 roymondchen 2024-10-25 17:18:58 +08:00
  • 59cda02939 chore: release v1.5.0-beta.14 roymondchen 2024-10-25 17:17:09 +08:00
  • 135b61367e style(form): 优化feildset,grouplist样式 roymondchen 2024-10-25 17:08:19 +08:00
  • f265abcb32 fix(form): datatime没有初始值时异常 roymondchen 2024-10-25 17:05:36 +08:00
  • bb24ae2a0b chore: update lockfile v1.5.0-beta.13 v1.5.0-beta.13 roymondchen 2024-10-09 16:31:20 +08:00
  • a375a4eb8f chore: release v1.5.0-beta.13 roymondchen 2024-10-09 16:29:28 +08:00
  • 7a536e497a feat(editor): 支持配置页面过滤函数 roymondchen 2024-10-09 16:23:39 +08:00
  • e8ef1fb52b feat(form): 支持配置阻止默认的submit行为 roymondchen 2024-10-09 16:07:49 +08:00
  • c03de90970 fix(editor): 更新组件配置后,如果当前没有任何依赖,不会触发收集,导致画布不更新 roymondchen 2024-10-09 15:04:25 +08:00