Clover You

Results 18 issues of Clover You

### 这个需求解决了什么问题: 既然 table 和 ui 分离,为什么还在 table 中导出 ui 所有的组件?这可能存在一些误导,有些人(例如我)喜欢通过 import 手动导入需要用到的组件,一不小心就引入了 table 中暴露的 “组件”。4.7 后table 中已经移除了 ui 但由于以下操作导致这些错误只有在代码运行时才能捕捉到!!! https://github.com/x-extends/vxe-table/blob/68c818a9673ccfa50b92bfdb1ef705af930fa196/types/all.d.ts#L24 ### 建议的 API 是什么样的: _No response_ ### 是否已有其他不错的替代方案: _No...

enhancement

### 可复现的链接: https://github.com/x-extends/vxe-table/blob/44d3cd513c220fd53054380171f79e7c4d7a38c1/packages/table/src/table.ts#L21 ### 问题描述与截图: 以下源码中倒入了一个不存在的类型 VxeTablePrivateRef https://github.com/x-extends/vxe-table/blob/44d3cd513c220fd53054380171f79e7c4d7a38c1/packages/table/src/table.ts#L21 ### 期望的结果: _No response_ ### 操作系统: -- ### 浏览器版本: -- ### vue 版本: -- ### vxe-table 版本: --

bug
fix

类型名称VxeTablePrivateRef已更改为VxeTableDataRow,但引用未更新,导致未解决的类型错误。此提交更新了对新类型名称VxeTableDataRow的所有引用 #2427

Some dependencies use css variables, such as [shiki](https://github.com/shikijs/shiki). If we deal with it, this is not right. The result will look something like `--shiki-dark` --> `-ShikiDark`.

- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### Version 4.2.3 ### Environment Vue: ^3.4.21 ### Reproduction link [https://antdv.com/components/input-number-cn/#components-input-number-demo-disabled](https://antdv.com/components/input-number-cn/#components-input-number-demo-disabled) ###...

Feature Request

### 可复现的链接(包含复现链接与示例代码): https://vxe-table-bug-example.ctong.top/2509 -- ### 问题描述与截图: 修改 menu-config 配置后抛出异常 ```ts const menuConfig = reactive({ enabled: true, body: { options: [[{ name: '删除', code: 'remove' }]], }, }) // 这行代码会导致组件抛出异常 menuConfig.enabled...

bug
fix

#### 💻 变更类型 | Change Type - [x] 🛠️ chore | 对构建过程或辅助工具和库的更改(不影响源文件、测试用例) 修复 VsCode i18n-ally 插件对 i18n 的提示