Whisperer

Results 8 issues of Whisperer

使用 umi4 主应用和子应用 版本"@umijs/max": "^4.3.11" 主应用和子应用都是相同的版本 需求想要在主应用 菜单 加载子应用中的某个路由页面 主应用 config 配置 ` export default defineConfig({ qiankun: { master: { apps: [ { name: 'app1', entry: '//localhost:9999', }, ], },...

### What problem does this feature solve? select-outsideClickDeselect: true 开启后 鼠标选择区域 向上 或向下滑动选择后 松开鼠标左键 会触发取消选中;是不是把抬起事件触发取消选择取消掉更合理点? ### What does the proposed API look like? -

feature

### Version 1.8.0 ### Link to Minimal Reproduction - ### Steps to Reproduce 复现步骤: 例如 1.高度设置了 400px (高度非必需 只是容易复现) 100 条数据 2.把 y滚动条 滚动到 还剩 10 条左右数据没展示出来的位置 3.这时界面上随便左键选中 然后鼠标往下滑动 不会触发...

bug

### Version 1.7.8 ### Link to Minimal Reproduction 无 ### Steps to Reproduce 有多列的时候 x 可以滚动的情况下 按住 shift 拖拽列 鼠标滚轮滚动 x 轴滑动 后 会丢失状态 ### Current Behavior 有多列的时候 x 可以滚动的情况下...

bug

### Version 1.7.7 ### Link to Minimal Reproduction - ### Steps to Reproduce https://visactor.io/vtable/demo-react/custom-layout/cell-custom-dom 参考这个官方例子 把鼠标指针 反正自定义元素上 表格就 x y 就不能滚动了 需要移动到其它地方 ### Current Behavior 1 ### Expected Behavior 1...

bug

### What problem does this feature solve? 使用图元自定义的时候 希望增加个参数配置 可选 是否开启或关闭触发表格的框选交互。 ### What does the proposed API look like? 使用图元自定义的时候 希望增加个参数配置 可选 是否开启或关闭触发表格的框选交互。

feature

### Version 1.7.4 ### Link to Minimal Reproduction https://codesandbox.io/p/sandbox/hrg96s?file=%2Fsrc%2FApp.tsx%3A71%2C1 ### Steps to Reproduce 使用图元 tooltip弹出层样式没有继承过来 样式还是默认白色背景 ### Current Behavior 使用图元 tooltip弹出层样式没有继承过来 样式还是默认白色背景 ### Expected Behavior 使用图元 tooltip弹出层样式没有继承过来 样式还是默认白色背景 ### Environment...

bug