@ccs-ui/rc-pro 2.3.6-alpha-26 → 2.3.6-alpha-28
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.
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { Breadcrumb } from 'antd';
|
|
2
|
-
import classNames from 'classnames';
|
|
3
2
|
import { memo, useRef } from 'react';
|
|
4
3
|
import Scrollbars from 'react-custom-scrollbars';
|
|
5
4
|
import { PageContext } from "../context";
|
|
@@ -7,7 +6,7 @@ import { DialogElementsHolder } from "../dialog/hook";
|
|
|
7
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
7
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
8
|
export default /*#__PURE__*/memo(function (props) {
|
|
10
|
-
var _props$styles
|
|
9
|
+
var _props$styles;
|
|
11
10
|
var locationRef = useRef(props.location);
|
|
12
11
|
var children = props.children,
|
|
13
12
|
_props$urlAuthList = props.urlAuthList,
|
|
@@ -31,15 +30,11 @@ export default /*#__PURE__*/memo(function (props) {
|
|
|
31
30
|
children: /*#__PURE__*/_jsxs(Scrollbars, {
|
|
32
31
|
autoHide: true,
|
|
33
32
|
className: "ccs-sticky-scroll",
|
|
34
|
-
children: [/*#__PURE__*/
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
className: "ccs-breadcrumb",
|
|
40
|
-
style: (_props$styles2 = props.styles) === null || _props$styles2 === void 0 ? void 0 : _props$styles2.breadcrumb
|
|
41
|
-
}), children]
|
|
42
|
-
}), /*#__PURE__*/_jsx(DialogElementsHolder, {
|
|
33
|
+
children: [/*#__PURE__*/_jsx(Breadcrumb, {
|
|
34
|
+
items: breadcrumb,
|
|
35
|
+
className: "ccs-breadcrumb",
|
|
36
|
+
style: (_props$styles = props.styles) === null || _props$styles === void 0 ? void 0 : _props$styles.breadcrumb
|
|
37
|
+
}), children, /*#__PURE__*/_jsx(DialogElementsHolder, {
|
|
43
38
|
ref: dialogHolderRef
|
|
44
39
|
}, "modal-drawer-holder")]
|
|
45
40
|
})
|
package/es/pro-table/index.less
CHANGED