@vue-start/pro 0.5.13 → 0.5.14

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/dist/index.d.ts CHANGED
@@ -1864,7 +1864,7 @@ declare const proCurdProps: () => {
1864
1864
  type: PropType<ICurdOperateOpts[]>;
1865
1865
  };
1866
1866
  convertOperate: {
1867
- type: PropType<(operate: ICurdOperateOpts) => ICurdOperateOpts>;
1867
+ type: PropType<(operate: ICurdOperateOpts, origin: ICurdOperateOpts) => ICurdOperateOpts>;
1868
1868
  };
1869
1869
  /************************* 子组件props *******************************/
1870
1870
  listProps: {