@canlooks/can-ui 0.0.83 → 0.0.84

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.
@@ -87,7 +87,7 @@ export interface CurdBaseProps<R extends RowType = RowType, F extends FormValue
87
87
  onDelete?(row: R): any;
88
88
  /** 行数据转换为表单值的方法,若不指定,行数据会直接填入表单 */
89
89
  rowToForm?(row: R): F | Promise<F>;
90
- dialogProps?: CurdDialogProps<R, F>;
90
+ dialogProps?: Partial<CurdDialogProps<R, F>>;
91
91
  formProps?: FormProps<F>;
92
92
  formRef?: Ref<FormRef<F>>;
93
93
  }
@@ -87,7 +87,7 @@ export interface CurdBaseProps<R extends RowType = RowType, F extends FormValue
87
87
  onDelete?(row: R): any;
88
88
  /** 行数据转换为表单值的方法,若不指定,行数据会直接填入表单 */
89
89
  rowToForm?(row: R): F | Promise<F>;
90
- dialogProps?: CurdDialogProps<R, F>;
90
+ dialogProps?: Partial<CurdDialogProps<R, F>>;
91
91
  formProps?: FormProps<F>;
92
92
  formRef?: Ref<FormRef<F>>;
93
93
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canlooks/can-ui",
3
- "version": "0.0.83",
3
+ "version": "0.0.84",
4
4
  "author": "C.CanLiang <canlooks@gmail.com>",
5
5
  "description": "My ui framework",
6
6
  "license": "MIT",