@ccs-ui/rc-pro 1.1.24-beta-8 → 1.1.24-beta-9
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/es/dialog/HookModal.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { FormProps } from 'antd';
|
|
3
3
|
import { DialogFormRef } from './form';
|
|
4
4
|
import { CcsDialogModal, CcsDialogModalProps } from './hook';
|
|
5
|
-
export declare const DialogSelfButton: ({ auth, formRef, formInitialValues, request, onCancel, onRequestBefore, }: Pick<CcsDialogModalProps, "auth" | "request" | "
|
|
5
|
+
export declare const DialogSelfButton: ({ auth, formRef, formInitialValues, request, onCancel, onRequestBefore, }: Pick<CcsDialogModalProps, "auth" | "request" | "onCancel" | "onRequestBefore"> & {
|
|
6
6
|
formRef: React.RefObject<DialogFormRef>;
|
|
7
7
|
formInitialValues: FormProps['initialValues'];
|
|
8
8
|
}) => import("react/jsx-runtime").JSX.Element;
|
package/es/dialog/HookModal.js
CHANGED
|
@@ -193,9 +193,7 @@ var HookModal = function HookModal(_ref3, ref) {
|
|
|
193
193
|
}, styles),
|
|
194
194
|
className: classNames('ccs-dialog-modal', className),
|
|
195
195
|
footer: request ? /*#__PURE__*/_jsx("div", {
|
|
196
|
-
|
|
197
|
-
padding: '8px 16px'
|
|
198
|
-
},
|
|
196
|
+
className: "ccs-dialog-footer",
|
|
199
197
|
children: /*#__PURE__*/_jsx(DialogSelfButton, {
|
|
200
198
|
auth: auth,
|
|
201
199
|
request: request,
|
package/es/dialog/button.js
CHANGED
package/es/dialog/index.less
CHANGED