@wx-design/components 1.4.5 → 1.4.7

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.4.5",
3
+ "version": "1.4.7",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -121,6 +121,8 @@ export type SabCellSelectProps<D = VxeTableDataRow> = {
121
121
  disabledKey?: string;
122
122
  // select 变更时影响的 row.value 字段
123
123
  effectValueField?: string;
124
+ // select 变更时影响的 row.label 字段
125
+ effectLabelField?: string;
124
126
  // 远程搜索
125
127
  remote?: boolean;
126
128
  // 动态获取单元格选项