shineout 3.9.16-beta.6 → 3.9.16-beta.7

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/cjs/index.js CHANGED
@@ -522,5 +522,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
522
522
  // 此文件由脚本自动生成,请勿直接修改。
523
523
  // This file was generated automatically by a script. Please do not modify it directly.
524
524
  var _default = exports.default = {
525
- version: '3.9.16-beta.6'
525
+ version: '3.9.16-beta.7'
526
526
  };
package/dist/shineout.js CHANGED
@@ -12326,7 +12326,7 @@ var handleStyle = function handleStyle(style) {
12326
12326
  };
12327
12327
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12328
12328
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12329
- /* harmony default export */ var version = ('3.9.16-beta.6');
12329
+ /* harmony default export */ var version = ('3.9.16-beta.7');
12330
12330
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12331
12331
 
12332
12332
 
@@ -42271,7 +42271,7 @@ var CascaderNode = function CascaderNode(props) {
42271
42271
  handleChange(null, !checked);
42272
42272
  };
42273
42273
  var isHoverAble = expandTrigger === 'hover' || expandTrigger === 'hover-only';
42274
- var isRealLeafNode = !hasChildren && !uncertainChildren;
42274
+ var isRealLeafNode = !hasChildren && !uncertainChildren && !loading;
42275
42275
  var getEvents = function getEvents() {
42276
42276
  var events = {};
42277
42277
  if (expandTrigger !== 'hover-only' || !hasChildren) {
@@ -76050,7 +76050,7 @@ var upload_interface = __webpack_require__(8821);
76050
76050
 
76051
76051
 
76052
76052
  /* harmony default export */ var src_0 = ({
76053
- version: '3.9.16-beta.6'
76053
+ version: '3.9.16-beta.7'
76054
76054
  });
76055
76055
  }();
76056
76056
  /******/ return __webpack_exports__;