tiny-engine
tiny-engine copied to clipboard
TinyEngine is a low-code engine based on which you can build or develop low-code platforms in different domains/TinyEngine是一个低代码引擎,基于这个引擎可以构建或者开发出不同领域的低代码平台
### Environment chrome ### Version latest ### Version latest ### Link to minimal reproduction none ### Step to reproduce 1. 预览时datasource的代码,返回格式是{ code: '', msg: '', data }  2. 出码后,如果使用datasource静态数据,返回格式是...
English | [简体中文](https://github.com/opentiny/tiny-engine/blob/develop/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.zh-CN.md) # PR ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our [Commit Message Guidelines](https://github.com/opentiny/tiny-engine/blob/develop/CONTRIBUTING.md) - [...
### Environment chrome ### Version latest ### Version latest ### Link to minimal reproduction none ### Step to reproduce  直接在画布中拖入一个插槽(Slot),在画布点击该组件但无法选中,用户再也不能拖动和删除它,希望能及时修复该问题! ### What is expected _No response_ ### What is...
### Environment chrome ### Version latest ### Version latest ### Link to minimal reproduction none ### Step to reproduce 1. 修改tiny-grid组件物料协议,为列属性增加一个默认值(defaultValue)  2. 画布编辑表格组件,新增一列,可见默认值没有同步到画布和编辑组件中,这里因该要做同步处理  3. 修改属性后值,才能响应式同步  如果把属性值改为空,该属性输入框的值又会变回默认值,此处值绑定有问题 ###...
### Environment chrome ### Version latest ### Version latest ### Link to minimal reproduction none ### Step to reproduce  画布拖入一个element-plus表格,点击出码  启动后,没有自动引入element-plus样式 目前只能通过修改出码子项目(vue-generate)中的template文件引入样式文件,对普通用户并不友好,明明画布和预览页都有css的配置方式,引擎出码也应该提供css的配置方式 ### What is expected _No response_...
### Environment chrome ### Version latest ### Version latest ### Link to minimal reproduction none ### Step to reproduce 1. 拖入一个表格,配置一列开启插槽,填入一个插槽暴露变量,然后保存关闭  2. 在下一次再打开列编辑面板,修改插槽暴露变量关闭面板保存时,会弹出“关闭插槽内容会被清空”的提示,但实际操作并没有关闭插槽而只是修改插槽暴露变量,所以不应该弹出这个提示  ### What is expected _No...
### Environment chrome ### Version latest ### Version latest ### Link to minimal reproduction none ### Step to reproduce 1. 配置一个表格,选择一列配置插槽,暴露变量row,在插槽内拖入一个按钮  2. 可见按钮组件入参能够绑定暴露变量row  3. 但是点击按钮内的text组件,绑定变量不能选择到暴露变量row,可见暴露变量只出现在插槽的第一层组件,内部的组件选择不到暴露属性  4. 但如果在text组件绑定变量时直接手输row.employee,是可以生效的,所以内部的组件也应该在变量菜单上加上...
### Environment chrome ### Version latest ### Version latest ### Link to minimal reproduction none ### Step to reproduce  如图所示,把最外层body节点设置背景颜色没有占满整个屏幕,表面该元素没有占满屏幕,但选择节点时焦点又是整个画布,容易误导用户 ### What is expected _No response_ ### What is...
English | [简体中文](https://github.com/opentiny/tiny-engine/blob/develop/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.zh-CN.md) # PR ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our [Commit Message Guidelines](https://github.com/opentiny/tiny-engine/blob/develop/CONTRIBUTING.md) - [ ]...
### Environment chrome ### Version latest ### Version latest ### Link to minimal reproduction none ### Step to reproduce  如截图位置代码,labelProp优先级不对,应该是label.text.zh_CN最优先显示,而不是property,不然无法配置出中文label   ### What is expected _No response_ ###...