tiny-engine icon indicating copy to clipboard operation
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是一个低代码引擎,基于这个引擎可以构建或者开发出不同领域的低代码平台

Results 229 tiny-engine issues
Sort by recently updated
recently updated
newest added

### Environment chrome ### Version latest ### Version latest ### Link to minimal reproduction none ### Step to reproduce 1. 预览时datasource的代码,返回格式是{ code: '', msg: '', data } ![1](https://github.com/user-attachments/assets/2836c6d8-54e0-420a-ad23-0f0c5ca16eb1) 2. 出码后,如果使用datasource静态数据,返回格式是...

enhancement
question

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) - [...

ospp-2024

### Environment chrome ### Version latest ### Version latest ### Link to minimal reproduction none ### Step to reproduce ![1](https://github.com/user-attachments/assets/5ab3f4ac-8fbf-47e9-bf05-5da06934bce7) 直接在画布中拖入一个插槽(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) ![1](https://github.com/user-attachments/assets/3a689b9c-6904-43c3-90e5-1ba86b5ee28d) 2. 画布编辑表格组件,新增一列,可见默认值没有同步到画布和编辑组件中,这里因该要做同步处理 ![2](https://github.com/user-attachments/assets/18b56654-78d2-432a-9665-fdf5dceaa5e7) 3. 修改属性后值,才能响应式同步 ![3](https://github.com/user-attachments/assets/5bc476cd-3dbd-4785-a53e-3d57960531e9) 如果把属性值改为空,该属性输入框的值又会变回默认值,此处值绑定有问题 ###...

### Environment chrome ### Version latest ### Version latest ### Link to minimal reproduction none ### Step to reproduce ![1](https://github.com/user-attachments/assets/81e25a21-1492-48db-b2d3-998821560b35) 画布拖入一个element-plus表格,点击出码 ![2](https://github.com/user-attachments/assets/2138674a-f6f7-471d-94a8-4390d9f9fbf8) 启动后,没有自动引入element-plus样式 目前只能通过修改出码子项目(vue-generate)中的template文件引入样式文件,对普通用户并不友好,明明画布和预览页都有css的配置方式,引擎出码也应该提供css的配置方式 ### What is expected _No response_...

enhancement

### Environment chrome ### Version latest ### Version latest ### Link to minimal reproduction none ### Step to reproduce 1. 拖入一个表格,配置一列开启插槽,填入一个插槽暴露变量,然后保存关闭 ![1](https://github.com/user-attachments/assets/a3b03cc7-26bf-46a3-9b7a-bba6ac3a89d5) 2. 在下一次再打开列编辑面板,修改插槽暴露变量关闭面板保存时,会弹出“关闭插槽内容会被清空”的提示,但实际操作并没有关闭插槽而只是修改插槽暴露变量,所以不应该弹出这个提示 ![2](https://github.com/user-attachments/assets/d07fc7fb-4a48-4f14-a043-b88e2cb87b8f) ### What is expected _No...

### Environment chrome ### Version latest ### Version latest ### Link to minimal reproduction none ### Step to reproduce 1. 配置一个表格,选择一列配置插槽,暴露变量row,在插槽内拖入一个按钮 ![1](https://github.com/user-attachments/assets/5cd6fb0e-4331-4447-a788-5b8bd9f4a83f) 2. 可见按钮组件入参能够绑定暴露变量row ![2](https://github.com/user-attachments/assets/b3290667-4941-4fd6-b473-630d5650f05a) 3. 但是点击按钮内的text组件,绑定变量不能选择到暴露变量row,可见暴露变量只出现在插槽的第一层组件,内部的组件选择不到暴露属性 ![3](https://github.com/user-attachments/assets/2dfb5888-beb2-4c4e-9ce5-6c18320d4922) 4. 但如果在text组件绑定变量时直接手输row.employee,是可以生效的,所以内部的组件也应该在变量菜单上加上...

### Environment chrome ### Version latest ### Version latest ### Link to minimal reproduction none ### Step to reproduce ![1](https://github.com/user-attachments/assets/19c7c42c-bea1-486f-b671-f6f0a21fc7f7) 如图所示,把最外层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 ![IMG_2406](https://github.com/user-attachments/assets/c0f82d23-5030-4f9b-8695-538c834b968e) 如截图位置代码,labelProp优先级不对,应该是label.text.zh_CN最优先显示,而不是property,不然无法配置出中文label ![IMG_2405](https://github.com/user-attachments/assets/06b2aa4a-bfce-435a-87f7-7d8b56030a14) ![IMG_2404](https://github.com/user-attachments/assets/5758e06c-ea88-4529-a740-17e096af6f68) ### What is expected _No response_ ###...

bug
good first issue