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.
# 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-vue/blob/dev/CONTRIBUTING.md) -...
# PR 修复saas主题 ## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our [Commit Message Guidelines](https://github.com/opentiny/tiny-vue/blob/dev/CONTRIBUTING.md) - [ ] Tests...
修正路径匹配规则以确保只匹配组件目录 # 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-vue/blob/dev/CONTRIBUTING.md) - [ ] Tests...
# PR ## PR Checklist 增加NumberAnimation 组件 Please check if your PR fulfills the following requirements: - [ ] The commit message follows our [Commit Message Guidelines](https://github.com/opentiny/tiny-vue/blob/dev/CONTRIBUTING.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-vue/blob/dev/CONTRIBUTING.md) - [ ] Tests...
### What problem does this feature solve 在浏览表格数据的时候方便查看 ### What does the proposed API look like 通过一个属性直接控制 ### What is your project name data_explore
### What problem does this feature solve 来满足自定义筛选,方便如:统一服务端API请求参数、汇总筛选条件作为标签内容展示操作等 ### What does the proposed API look like updateFilter(field: string,data: any)=> void ### What is your project name -
### What problem does this feature solve 通过 menu-collapsible 属性设置是否可以折叠。Container 容器布局的Aside区域我想通过折叠给asideWidth响应式传递宽度,但是现在侧边折叠栏没有对应得函数检测是否是折叠还是展开 ### What does the proposed API look like 无 ### What is your project name 无
### What problem does this feature solve ``` IFilterConfig { enumable: true, multi: false } ``` 现在 type 是 enum ### What does the proposed API look like 期望当单选的时候 type...
### Version 3.22 ### Vue Version 3.3.11 ### Link to minimal reproduction   ### Step to reproduce 我有个需求是在快捷键新增时,能让新增节点默认处于编辑状态,但是我发现,我给mindMap组件绑定reactive数据时,新增节点不会触发默认编辑框。绑定普通对象时才可以触发默认编辑框 ### What is expected 我想要在绑定响应式数据时,也能默认出现输入框,或者提供一个api让我触发编辑 ### What is actually happening 响应式数据无法触发默认编辑框,并且找不到api去打开默认编辑框...