@wx-design/components 1.1.22 → 1.1.23

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.22",
3
+ "version": "1.1.23",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -38,6 +38,8 @@ export type SabSelectProps = {
38
38
  labelKey?: string;
39
39
  // 选项值
40
40
  valueKey?: string;
41
+ // 禁用key
42
+ disabledKey?: string
41
43
  // 选中值
42
44
  modelValue?: any;
43
45
  // 值是否包含整个 option