@wx-design/components 1.1.24 → 1.1.26

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": "1.1.24",
3
+ "version": "1.1.26",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -63,6 +63,15 @@ export type SabSelectProps = {
63
63
  autoSelectFirstOption?: boolean;
64
64
  // 分页
65
65
  pagination?: Partial<Pagination>;
66
+ // 是否开启全选功能
67
+ enableSelectAll?: boolean
68
+ // Select-v2用的props
69
+ props?: {
70
+ label?: string
71
+ value?: string
72
+ disabled?: string
73
+ options?: string
74
+ }
66
75
  };
67
76
 
68
77
  export const SabSelect: SABComponent<