tiny-vue icon indicating copy to clipboard operation
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.

Results 369 tiny-vue issues
Sort by recently updated
recently updated
newest added

### Version v3.13.0 ### Vue Version v 3.4 ### Link to minimal reproduction https://opentiny.design/vue-playground?cmpId=grid-tree-table&fileName=tree-table/set-tree-expansion.vue&apiMode=Composition&mode=pc&theme=default ### Step to reproduce grid 组件 树形表格的全选事件返回的数据有问题,把子集展开返回了 ### What is expected 应该是 返回带子集的4条数据,不然遍历会有问题 ### What is...

bug

### Version v3.13.0 ### Vue Version v 3.4 ### Link to minimal reproduction https://opentiny.design/vue-playground?cmpId=grid-edit&fileName=edit/custom-editing.vue&apiMode=Composition&mode=pc&theme=default ### Step to reproduce grid组件的editConfig里的activeMethod方法不支持异步,现在要双击调接口判断是否能编辑,但是现在用异步不起作用。不支持异步 ### What is expected 希望grid组件的editConfig里的activeMethod方法支持异步 ### What is actually happening grid组件的editConfig里的activeMethod方法不支持异步,现在要双击调接口判断是否能编辑,但是现在用异步不起作用。不支持异步...

bug

### What problem does this feature solve breadcrumb-item有指定分隔符的时候按照这个来,没有指定的时候按照breadcrumb的分隔符来 ### What does the proposed API look like separator separator-icon

enhancement

### Version ^3.12.0 ### Vue Version ^4.2.5 ### Link to minimal reproduction https://opentiny.design/tiny-vue/zh-CN/os-theme/components/grid-filter#filter-advanced-filter ![image](https://github.com/opentiny/tiny-vue/assets/119475063/9409d46d-32fe-4863-ae43-aabe94fef433) 就是过滤和排序都是以当前分页进行的,实际上这样有很多问题,也不是很合理,排序应该对全部数据排序,过滤也是。或者加一个这样的配置 还有流程图的问题 ![image](https://github.com/opentiny/tiny-vue/assets/119475063/80e522ac-0580-44b7-85aa-6e48a75123c2) 有数据但是没有渲染 https://opentiny.design/tiny-vue/zh-CN/os-theme/components/flowchart ### Step to reproduce https://opentiny.design/tiny-vue/zh-CN/os-theme/components/grid-filter#filter-advanced-filter https://opentiny.design/tiny-vue/zh-CN/os-theme/components/flowchart ### What is expected _No...

bug

### What problem does this feature solve ![image](https://github.com/opentiny/tiny-vue/assets/84823288/c09f04dd-b0b6-4018-a849-0d810c05038e) 这种导航菜单 ### What does the proposed API look like 当菜单多到一定程度的时候还可以进行拖拽(也可以选中是滚动的方式) 支持删除增加

help wanted

### What problem does this feature solve 当前modal组件有对应的close事件,但是在type="message"的时候消息消失后并不会触发,希望能在消息消失的时候也可以触发其对应的close事件 ### What does the proposed API look like Modal.message({ message: '基本提示图标', status: 'info' , close:()=>{console.log('message')} })} 当message消失的时候执行close函数,其参数可以为被关闭的message实例

enhancement

### What problem does this feature solve 虽然我们可以通过watch组件的visible属性来判断是打开还是关闭状态从而触发相应的回调函数,但新增open回调函数可以降低用户的心智负担 ### What does the proposed API look like ``` 打开事件示例 内容区域 import { ref } from 'vue' import { Drawer as TinyDrawer,...

enhancement
good first issue

### Version lastest ### Vue Version lastest ### Link to minimal reproduction 切换到移动端没看到移动端应有的操作方式,比如:下拉选择,日期选择等,没找到反馈渠道不好意思,发个BUG。 ### Step to reproduce 切换到移动端没看到移动端应有的操作方式,比如:下拉选择,日期选择等,没找到反馈渠道不好意思,发个BUG。 ### What is expected 下拉有移动端弹出选择的效果,日期选择也是一样。 ### What is actually happening 和PC端一样展示了 ###...

need more information

### What problem does this feature solve 在一些场景下,比如说系统消息提示,我们可能希望它不会自动关闭 ### What does the proposed API look like 设置当duration = 0 的时候,不会自动关闭即可

enhancement
welcome pr

### What problem does this feature solve 以carousel组件为例,在 renderless 中,获取父、子实例是依据 Vue 组件结构实现,如 carousel-item 获取到 carousel 是通过 `parent.$parent`,这是由于 carousel-item 组件外层有一层适配层组件。这是无法迁移的React中的特性,我们应当通过条件获取准确的父、子实例 ### What does the proposed API look like 父实例 ```ts function...

enhancement