@ccs-ui/rc-pro 1.1.24-beta-2 → 1.1.24-beta-3
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, "
|
|
5
|
+
export declare const DialogSelfButton: ({ auth, formRef, formInitialValues, request, onCancel, onRequestBefore, }: Pick<CcsDialogModalProps, "auth" | "request" | "onRequestBefore" | "onCancel"> & {
|
|
6
6
|
formRef: React.RefObject<DialogFormRef>;
|
|
7
7
|
formInitialValues: FormProps['initialValues'];
|
|
8
8
|
}) => import("react/jsx-runtime").JSX.Element;
|
package/es/pro-table/search.js
CHANGED
|
@@ -438,15 +438,17 @@ function SearchComponent(_ref) {
|
|
|
438
438
|
var hasBorder = titleBordered === true;
|
|
439
439
|
return /*#__PURE__*/_jsx(_Fragment, {
|
|
440
440
|
children: /*#__PURE__*/_jsxs(Card, {
|
|
441
|
-
bodyStyle: {
|
|
442
|
-
padding: 16
|
|
443
|
-
},
|
|
444
441
|
style: _objectSpread({
|
|
445
442
|
borderRadius: 0,
|
|
446
443
|
boxShadow: 'none'
|
|
447
444
|
}, hasBorder ? {
|
|
448
445
|
borderBottom: 0
|
|
449
446
|
} : {}),
|
|
447
|
+
styles: {
|
|
448
|
+
body: {
|
|
449
|
+
padding: 16
|
|
450
|
+
}
|
|
451
|
+
},
|
|
450
452
|
bordered: hasBorder,
|
|
451
453
|
title: title,
|
|
452
454
|
children: [(onHasMore() || expandForm) && renderMoreForm(), /*#__PURE__*/_jsxs("div", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ccs-ui/rc-pro",
|
|
3
|
-
"version": "1.1.24-beta-
|
|
3
|
+
"version": "1.1.24-beta-3",
|
|
4
4
|
"description": "修复table双滚动条问题;",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@ant-design/compatible": "^5.1.2",
|
|
55
55
|
"@ant-design/icons": "^5.1.4",
|
|
56
56
|
"ahooks": "^3.7.7",
|
|
57
|
-
"antd": "^5.
|
|
57
|
+
"antd": "^5.16.2",
|
|
58
58
|
"antd-img-crop": "^4.12.2",
|
|
59
59
|
"classnames": "^2.3.2",
|
|
60
60
|
"dayjs": "^1.11.7",
|