shineout 1.11.0 → 1.11.2

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.
@@ -19,7 +19,7 @@ var _react = _interopRequireDefault(require("react"));
19
19
 
20
20
  var _propTypes = _interopRequireDefault(require("prop-types"));
21
21
 
22
- var _is = require("shineout/utils/is");
22
+ var _is = require("../utils/is");
23
23
 
24
24
  var _Tree = _interopRequireDefault(require("../Tree"));
25
25
 
package/css/index.d.ts CHANGED
@@ -3,7 +3,7 @@ import * as utils from './utils'
3
3
 
4
4
  declare const __default: {
5
5
  utils: typeof utils,
6
- version: '1.11.0'
6
+ version: '1.11.2'
7
7
  }
8
8
 
9
9
  export default __default
package/css/index.js CHANGED
@@ -224,6 +224,6 @@ exports.Upload = _Upload.default;
224
224
  // Created by scripts/src-index.js.
225
225
  var _default = {
226
226
  utils: utils,
227
- version: '1.11.0'
227
+ version: '1.11.2'
228
228
  };
229
229
  exports.default = _default;
package/dist/shineout.js CHANGED
@@ -366099,7 +366099,7 @@ __webpack_require__.r(__webpack_exports__);
366099
366099
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_9__);
366100
366100
  /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! prop-types */ "prop-types");
366101
366101
  /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_10__);
366102
- /* harmony import */ var shineout_utils_is__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! shineout/utils/is */ "./src/utils/is.js");
366102
+ /* harmony import */ var _utils_is__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../utils/is */ "./src/utils/is.js");
366103
366103
  /* harmony import */ var _Tree__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../Tree */ "./src/Tree/index.js");
366104
366104
  /* harmony import */ var _component__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../component */ "./src/component.js");
366105
366105
  /* harmony import */ var _utils_proptypes__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../utils/proptypes */ "./src/utils/proptypes.js");
@@ -371072,7 +371072,7 @@ function (_PureComponent) {
371072
371072
  cov_1kfjdxhnyo.b[2][0]++;
371073
371073
  cov_1kfjdxhnyo.s[30]++;
371074
371074
 
371075
- if (Object(shineout_utils_is__WEBPACK_IMPORTED_MODULE_11__["isFunc"])(props.getComponentRef)) {
371075
+ if (Object(_utils_is__WEBPACK_IMPORTED_MODULE_11__["isFunc"])(props.getComponentRef)) {
371076
371076
  cov_1kfjdxhnyo.b[3][0]++;
371077
371077
  cov_1kfjdxhnyo.s[31]++;
371078
371078
  props.getComponentRef(componentRef);
@@ -371242,7 +371242,7 @@ function (_PureComponent) {
371242
371242
 
371243
371243
  cov_1kfjdxhnyo.s[60]++;
371244
371244
 
371245
- if (Object(shineout_utils_is__WEBPACK_IMPORTED_MODULE_11__["isArray"])(values)) {
371245
+ if (Object(_utils_is__WEBPACK_IMPORTED_MODULE_11__["isArray"])(values)) {
371246
371246
  cov_1kfjdxhnyo.b[14][0]++;
371247
371247
  cov_1kfjdxhnyo.s[61]++;
371248
371248
  return values.map(function (id) {
@@ -413033,7 +413033,7 @@ var cov_4ci5pu20k = function () {
413033
413033
 
413034
413034
  /* harmony default export */ __webpack_exports__["default"] = ({
413035
413035
  utils: _utils__WEBPACK_IMPORTED_MODULE_0__,
413036
- version: '1.11.0'
413036
+ version: '1.11.2'
413037
413037
  });
413038
413038
 
413039
413039