dld-vue-ui 0.3.8 → 0.3.10
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/README.md +5 -0
- package/dist/dld-vue-ui.js +374 -368
- package/dist/dld-vue-ui.umd.cjs +1 -1
- package/dist/packages/TableForm/index.vue.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -178,6 +178,11 @@ interface IPaneStyle {
|
|
|
178
178
|
|`row-operate-middle`|操作列的自定义内容,位置在修改之后、删除之前,`row`参数携带行数据|
|
|
179
179
|
|`row-operate`|操作列的自定义内容,位置在修改、删除之后,`row`参数携带行数据|
|
|
180
180
|
|
|
181
|
+
### 表格导出方法
|
|
182
|
+
|方法名|参数|返回值|
|
|
183
|
+
|-----|-----|-----|
|
|
184
|
+
|`DefaultSelect`|`(val: ITableData)`|`boolean`|
|
|
185
|
+
|
|
181
186
|
### 可导入的类型
|
|
182
187
|
|
|
183
188
|
```ts
|