dld-vue-ui 1.0.5 → 1.0.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/README.md CHANGED
@@ -178,6 +178,7 @@ interface IPaneStyle {
178
178
  |-----|----|-----|
179
179
  |`Assignment`|初始操作赋值|`(items: Array<any>): void;`|
180
180
  |`GetParameters`|获取搜索参数|`(): ITableData;`|
181
+ |`SetFilter`|初始化筛选状态|`(items: any): void;`|
181
182
 
182
183
  ```ts
183
184
  [