tiny-vue
tiny-vue copied to clipboard
TinyVue is an enterprise-class UI component library of OpenTiny community, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.
### What problem does this feature solve It can provide uniform spacing for each component. ### What does the proposed API look like * alignment * direction * size *...
### Version 3.12.1 ### Vue Version 2 ### Link to minimal reproduction  ### Step to reproduce 我是使用的是vue2,tiny-vue使用3.12.1 ### What is expected 修复默认值,后台不要弹出警告 ### What is actually happening _No response_...
### Version latest ### Vue Version latest ### Link to minimal reproduction https://opentiny.design/tiny-vue/zh-CN/os-theme/components/slider ### Step to reproduce 官网直接拖拽看看即可 ### What is expected Slider组件拖拽结束的时候,鼠标还在按钮上,但tooltip应该显示 ### What is actually happening Slider组件拖拽结束的时候,鼠标还在按钮上,但tooltip隐藏 ###...
### What problem does this feature solve  可以将这个tooltip放在上下左右四个位置 ### What does the proposed API look like 为组件添加一个placement属性,其值为bottom/top/left/right之一。
✨ [Feature]: [grid] I hope to add the API to get the status of adding, deleting and changing a row.
### What problem does this feature solve 用户可以根据不同状态设置不同的css ### What does the proposed API look like None
### Version 3.12 ### Vue Version 3.2.31 ### Link to minimal reproduction 代码如下: [code.txt](https://github.com/opentiny/tiny-vue/files/13614149/code.txt) ### Step to reproduce  编辑最后一行会自动增加一个新行,在新行中输入数字可以按照大小排序, 再修改中间行的数字,数据已经发生变化,但是页面没有刷新 ### What is expected _No response_ ###...
### What problem does this feature solve 不需要每次单元格获得焦点后,按F2才能进去编辑。 ### What does the proposed API look like None
### What problem does this feature solve Select等下拉组件需支持键盘 上下箭头选择。目前必须鼠标选择,从用户使用习惯角度看,还是需要支持上下箭头选择功能的。 ### What does the proposed API look like none
### Version 3.11.1 ### Vue Version 4.5 ### Link to minimal reproduction 当用户在录入 时,用鼠标全选textbox时,不小心超出了dialog外面 ,dialog就关闭了 ### Step to reproduce N ### What is expected _No response_ ### What is actually...
### What problem does this feature solve 现在TinyGrid行编辑模式时无法用键盘操作编辑 ### What does the proposed API look like 希望增加上下键切换编辑行,在编辑单元格按回车键可以跳到下一编辑单元格,在行的最后编辑单元格时可以切换编辑下一行的首个编辑单元格。