@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/es/index.mjs +2917 -2911
- package/lib/index.js +6 -6
- package/package.json +1 -1
- package/types/table/column.d.ts +2 -0
package/package.json
CHANGED
package/types/table/column.d.ts
CHANGED
|
@@ -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
|
// 动态获取单元格选项
|