Jackie

Results 11 issues of Jackie

## 概述 希望新增导入模板按钮,我可以协助实现 ## 动机 ## 详细解释 希望新增导入模板按钮,我可以协助实现

Feature Request
new feature

### Describe the bug 话不多说,看图 ![iShot_2022-08-03_15 39 37](https://user-images.githubusercontent.com/13415767/182552678-58a4fb9d-7bcf-4c3a-9c1a-7644be172d3a.png) ![Aug-03-2022 15-44-05](https://user-images.githubusercontent.com/13415767/182552740-c4cbb11a-d102-4538-b4d6-6664260cff8a.gif) ### Your Example Website or App none ### Steps to Reproduce the Bug or Issue ``` "@antv/x6": "^1.32.11", "@antv/x6-react-components": "^1.1.15",...

resolution: needs demos 需要复现

### Describe the feature you'd like to request 虽然三次够了,但是svg有的功能,库里应该要有 ### Describe the solution you'd like 'S' should be included in Path ### Describe alternatives you've considered 'S' should be included...

type: feature 新功能

### Describe the bug x6 物体拖拽的时候有明显卡顿情况 ### Your Example Website or App code ### Steps to Reproduce the Bug or Issue 任意一个demo ### Expected behavior 拖拽物体,理论上不应该掉帧这么严重 ### Screenshots or Videos...

type: discussion 讨论

**现存什么问题没有很好被解决** 样例:现在没有每天各项目上线的次数统计,管理者每周周报统计特别不方便 **我希望walle提供这样的功能** walle为管理员提供一个`Dashboard`功能,这样可以激励成员 **大概的设计图** 把你的设计图拖拽到此处即可上传

feature

### Describe the bug x6 怎么主动刷新页面 ### Your Example Website or App x6 怎么主动刷新页面 ### Steps to Reproduce the Bug or Issue x6 怎么主动刷新页面 ### Expected behavior x6 怎么主动刷新页面 ###...

type: discussion 讨论

## Background 想页面用class component,方便页面继承;而具体模块用function component。在class component 中使用usmodel的能力; 本来connect就是干这个事,但是新手可能不能直观理解connect的作用。用injectModel命名可能更能表达相似的意义 ## Proposal 在class component 中使用usmodel到的能力,方便新手在不同组件里使用qiankun 和umi 的useModel能力 ## Additional context 类似一个高阶函数,ts可以用装饰器 ``` function injectModels(...models: string[]) { return (WrappedComponent) => { return (props)...

## Background request 需要在 一个 异步请求 后 拿到id,并将id设置在 之后的每次request 请求 header 中 目前request 没有暴露axios 的instance,无法动态添加拦截器。 只能单次提交的时候自己手动添加id到header的相应字段,或者自己封装request,较为麻烦。 ## Proposal 我想要能拿到这个 requestMethodInstance,不封装request的前提下,以便于动态添加\注册拦截器,而不需要每次修改,而不是只能在app.ts里改。 ## Additional context 简而言之,我需要 request.ts 里这个 requestMethodInstance 这个东西。

[[中文版模板 / Chinese template](https://github.com/alibaba/hooks/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [x] New feature - [ ] Bug fix - [ ] Site / documentation update - [ ] Demo...

【咨询】请问rc-table 虚拟列表支持row动态高度吗