ldwonday

Results 12 issues of ldwonday

```js // 圆的半径 const bgWidth = 640 const bgHeight = 758 const radii = 120 const imageWith = width const imageHeight = width const fontSize = 36 const innerRadii =...

如题,希望早点支持啊!

如题,wxs文件中的require并没有被打包。导致小程序编译出错。 ![image](https://user-images.githubusercontent.com/4630157/50579497-5b303700-0e80-11e9-8f63-4b9561c57d65.png) ![image](https://user-images.githubusercontent.com/4630157/50579504-65523580-0e80-11e9-9eae-1fdc5f19bed3.png) #### 希望尽快支持下,谢谢了! #### 另外是不是不支持npm引入第三方组件?

这个需求很迫切,另外也希望支持npm插件。

index.md配置: ![image](https://user-images.githubusercontent.com/4630157/146141266-4ec797ba-24a2-49ac-bba9-a4d4255076ac.png) 组件配置: ![image](https://user-images.githubusercontent.com/4630157/146141328-10d2f2db-790b-421c-956a-3401dbf63072.png) 展示效果 ![image](https://user-images.githubusercontent.com/4630157/146141188-9f62b166-152b-4b36-ad81-ef8b69bb45eb.png) 切换到组件后,文档的nav还是选中状态 ![image](https://user-images.githubusercontent.com/4630157/146141131-e2729ef3-c7ac-4797-9cd5-5e74ceb9fdfb.png)

bug

第一个问题如标题,看了下实现应该是没有传递debounceTime; 还有一个问题是select我设置了fieldProps.searchOnFocus为true,但是还是会第一次渲染就会发请求,我期望只有用户点击下拉框的时候才去发请求,同时建议将searchOnFocus这个参数暴露出来,点击才去加载请求这个场景很常见的。

当form或者搜索很多个表单项的时候,希望不是一次全部加载所有的下拉框数据,而是点击的时候才去加载数据,希望增加一个参数:loadUtilClick:boolean。这个参数使用场景太广了,希望早日提上日程。

ProTable使用Request请求后,我在对话框中的form编辑了某一行数据后,希望前端回写刚才编辑的数据,怎么实现? 同样还有删除数据、新增数据

```ts function resolveImports( file: ReadonlyArray, imports: FileData[], options: ts.CompilerOptions ): string[] { const { baseUrl, paths, cwd } = options ... } ``` cwd is not in type 'ts.CompilerOptions',it cause...