@guo514360255/antd-lib 1.7.1 → 1.7.2
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.
|
@@ -198,6 +198,11 @@ var CustomTable = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
198
198
|
// @ts-ignore
|
|
199
199
|
return formModalRef === null || formModalRef === void 0 || (_formModalRef$current2 = formModalRef.current) === null || _formModalRef$current2 === void 0 ? void 0 : _formModalRef$current2.getFormRef();
|
|
200
200
|
},
|
|
201
|
+
// close form modal
|
|
202
|
+
closeFormModal: function closeFormModal() {
|
|
203
|
+
var _formModalRef$current3;
|
|
204
|
+
formModalRef === null || formModalRef === void 0 || (_formModalRef$current3 = formModalRef.current) === null || _formModalRef$current3 === void 0 || _formModalRef$current3.close();
|
|
205
|
+
},
|
|
201
206
|
// pro components table action ref
|
|
202
207
|
tableActionRef: function tableActionRef() {
|
|
203
208
|
return actionRef.current;
|