@ccs-ui/rc-pro 1.1.24-beta-14 → 1.1.24-beta-15

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,4 +1,4 @@
1
- import CCS from '../';
1
+ import CCS from '..';
2
2
  import './index.less';
3
3
  type PropsType = {
4
4
  maxLen?: number;
@@ -20,7 +20,7 @@ import ResizeObserver from 'rc-resize-observer';
20
20
  import { useEffect, useMemo, useRef } from 'react';
21
21
  import { useLocation } from 'react-router';
22
22
  import { useOutlet } from 'react-router-dom';
23
- import { CcsUtils } from "../";
23
+ import { CcsUtils } from '..';
24
24
  import "./index.less";
25
25
  import Page from "./page";
26
26
  import { jsx as _jsx } from "react/jsx-runtime";
@@ -1,6 +1,6 @@
1
- import { PageContext } from "../es/context";
2
1
  import { memo, useRef } from 'react';
3
2
  import Scrollbars from 'react-custom-scrollbars';
3
+ import { PageContext } from "../context";
4
4
  import { jsx as _jsx } from "react/jsx-runtime";
5
5
  export default /*#__PURE__*/memo(function (props) {
6
6
  var locationRef = useRef(props.location);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ccs-ui/rc-pro",
3
- "version": "1.1.24-beta-14",
3
+ "version": "1.1.24-beta-15",
4
4
  "description": "修复table双滚动条问题;修复modal按钮无间距问题;修改antd组件过期参数使用问题;修复ccs date-picker插件bug;colorful 主题组件样式调整",
5
5
  "license": "MIT",
6
6
  "author": {