@wx-design/components 0.8.14 → 0.8.15

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": "0.8.14",
3
+ "version": "0.8.15",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -103,7 +103,7 @@ export type SabCellSelectProps<D = VxeTableDataRow> = {
103
103
  // 渲染选项的label
104
104
  renderOptionLabel?(option: D): string;
105
105
  // 值改变
106
- onChange?(value: any, extrnal: { option: D[] }): void;
106
+ onChange?(value: any, extrnal: { options: D[] }): void;
107
107
  };
108
108
 
109
109
  // 动态单元格配置