dlt-for-react 1.1.13 → 1.1.14

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/README.md CHANGED
@@ -8,7 +8,7 @@ npm publish
8
8
 
9
9
  ## 前端 dlt-for-react 依赖包版本更新记录
10
10
 
11
- ##### 当前最新版本:1.1.13
11
+ ##### 当前最新版本:1.1.14
12
12
 
13
13
  ##### 安装依赖
14
14
 
@@ -38,8 +38,6 @@ var _propTypes = require('prop-types');
38
38
 
39
39
  var _propTypes2 = _interopRequireDefault(_propTypes);
40
40
 
41
- var _reactCustomScrollbarsPatched = require('react-custom-scrollbars-patched');
42
-
43
41
  var _KyTitle = require('../KyTitle');
44
42
 
45
43
  var _KyTitle2 = _interopRequireDefault(_KyTitle);
@@ -49,6 +47,7 @@ require('../../../assets/components/KyCollapse/index.less');
49
47
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
50
48
 
51
49
  var Panel = _collapse2.default.Panel;
50
+ // import { Scrollbars } from 'react-custom-scrollbars';
52
51
 
53
52
  /**
54
53
  * 容器框架组件
@@ -66,7 +66,7 @@ var _propTypes = require("prop-types");
66
66
 
67
67
  var _propTypes2 = _interopRequireDefault(_propTypes);
68
68
 
69
- var _reactCustomScrollbarsPatched = require("react-custom-scrollbars-patched");
69
+ var _reactCustomScrollbars = require("react-custom-scrollbars");
70
70
 
71
71
  var _utils = require("../../utils");
72
72
 
@@ -153,7 +153,7 @@ var KyContainerFrame = function (_React$Component) {
153
153
 
154
154
  if (scroll) {
155
155
  return _react2.default.createElement(
156
- _reactCustomScrollbarsPatched.Scrollbars,
156
+ _reactCustomScrollbars.Scrollbars,
157
157
  { autoHide: true, style: { width: "100%", height: contentHeight } },
158
158
  _react2.default.createElement(
159
159
  "div",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dlt-for-react",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "description": "dlt for react",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {