@wx-design/components 2.0.0-alpha.7 → 2.0.0-alpha.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wx-design/components",
3
- "version": "2.0.0-alpha.7",
3
+ "version": "2.0.0-alpha.9",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -55,6 +55,8 @@ export type SabSelectProps = {
55
55
 
56
56
  // 启用加载更多
57
57
  enableLoadmore?: boolean;
58
+ // 禁用内部远程方法
59
+ disabledInnerRemote?: boolean
58
60
  // 聚焦后重新请求
59
61
  revalidateWhenFocus?: boolean;
60
62
  // 指定使用的 Select 版本