shineout 3.4.0-beta.3 → 3.4.0-beta.4

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,2 +1,5 @@
1
1
  import { BadgeProps as UnStyledBadgeProps } from '@sheinx/base';
2
+ /**
3
+ * @title Badge
4
+ */
2
5
  export type BadgeProps = Omit<UnStyledBadgeProps, 'jssStyle'>;
package/cjs/index.js CHANGED
@@ -492,5 +492,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
492
492
  // 此文件由脚本自动生成,请勿直接修改。
493
493
  // This file was generated automatically by a script. Please do not modify it directly.
494
494
  var _default = exports.default = {
495
- version: '3.4.0-beta.3'
495
+ version: '3.4.0-beta.4'
496
496
  };
package/dist/shineout.js CHANGED
@@ -11991,7 +11991,7 @@ var handleStyle = function handleStyle(style) {
11991
11991
  };
11992
11992
  /* harmony default export */ var jss_style_handleStyle = (handleStyle);
11993
11993
  ;// CONCATENATED MODULE: ../shineout-style/src/version.ts
11994
- /* harmony default export */ var version = ('3.4.0-beta.3');
11994
+ /* harmony default export */ var version = ('3.4.0-beta.4');
11995
11995
  ;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
11996
11996
 
11997
11997
 
@@ -51144,7 +51144,7 @@ function Select(props0) {
51144
51144
  var renderOptions = function renderOptions() {
51145
51145
  if (loading) return renderLoading();
51146
51146
  var isEmpty = !(filterData !== null && filterData !== void 0 && filterData.length);
51147
- if (isEmpty) return renderEmpty();
51147
+ if (isEmpty && props.emptyText !== false) return renderEmpty();
51148
51148
  var options = 'treeData' in props ? renderTreeList() : renderList();
51149
51149
  if (renderOptionList) {
51150
51150
  return renderOptionList(options, {
@@ -64350,7 +64350,7 @@ var upload_interface = __webpack_require__(8821);
64350
64350
 
64351
64351
 
64352
64352
  /* harmony default export */ var src_0 = ({
64353
- version: '3.4.0-beta.3'
64353
+ version: '3.4.0-beta.4'
64354
64354
  });
64355
64355
  }();
64356
64356
  /******/ return __webpack_exports__;