shineout 3.10.0-beta.1 → 3.10.0-beta.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.
package/cjs/index.js CHANGED
@@ -537,5 +537,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
537
537
  // 此文件由脚本自动生成,请勿直接修改。
538
538
  // This file was generated automatically by a script. Please do not modify it directly.
539
539
  var _default = exports.default = {
540
- version: '3.10.0-beta.1'
540
+ version: '3.10.0-beta.2'
541
541
  };
package/dist/shineout.js CHANGED
@@ -12336,7 +12336,7 @@ var handleStyle = function handleStyle(style) {
12336
12336
  };
12337
12337
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
12338
12338
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
12339
- /* harmony default export */ var version = ('3.10.0-beta.1');
12339
+ /* harmony default export */ var version = ('3.10.0-beta.2');
12340
12340
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
12341
12341
 
12342
12342
 
@@ -59814,8 +59814,9 @@ function Select(props0) {
59814
59814
  var isEmpty = !(filterData !== null && filterData !== void 0 && filterData.length);
59815
59815
  var options = 'treeData' in props ? renderTreeList() : renderList();
59816
59816
  if (renderOptionList) {
59817
- return renderOptionList(isEmpty ? renderEmpty() : options, {
59818
- loading: loading
59817
+ return renderOptionList(isEmpty ? null : options, {
59818
+ loading: loading,
59819
+ empty: isEmpty
59819
59820
  });
59820
59821
  }
59821
59822
  if (isEmpty) return renderEmpty();
@@ -72172,7 +72173,9 @@ var TreeSelect = function TreeSelect(props0) {
72172
72173
  }))
72173
72174
  });
72174
72175
  if (renderOptionList) {
72175
- return renderOptionList(isEmpty ? renderEmpty() : tree);
72176
+ return renderOptionList(isEmpty ? null : tree, {
72177
+ empty: isEmpty
72178
+ });
72176
72179
  }
72177
72180
  if (isEmpty) return renderEmpty();
72178
72181
  return tree;
@@ -77901,7 +77904,7 @@ var watermark_interface = __webpack_require__(6640);
77901
77904
 
77902
77905
 
77903
77906
  /* harmony default export */ var src_0 = ({
77904
- version: '3.10.0-beta.1'
77907
+ version: '3.10.0-beta.2'
77905
77908
  });
77906
77909
  }();
77907
77910
  /******/ return __webpack_exports__;