shineout 3.10.0-beta.16 → 3.10.0-beta.17
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 +1 -1
- package/dist/shineout.js +3 -4
- package/dist/shineout.js.map +1 -1
- package/dist/shineout.min.js +1 -1
- package/dist/shineout.min.js.map +1 -1
- package/esm/index.js +1 -1
- package/package.json +5 -5
package/cjs/index.js
CHANGED
|
@@ -545,5 +545,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
545
545
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
546
546
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
547
547
|
var _default = exports.default = {
|
|
548
|
-
version: '3.10.0-beta.
|
|
548
|
+
version: '3.10.0-beta.17'
|
|
549
549
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12345,7 +12345,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12345
12345
|
};
|
|
12346
12346
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12347
12347
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12348
|
-
/* harmony default export */ var version = ('3.10.0-beta.
|
|
12348
|
+
/* harmony default export */ var version = ('3.10.0-beta.17');
|
|
12349
12349
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12350
12350
|
|
|
12351
12351
|
|
|
@@ -59907,7 +59907,6 @@ function Select(props0) {
|
|
|
59907
59907
|
innerTitle: innerTitle
|
|
59908
59908
|
});
|
|
59909
59909
|
var renderClearable = function renderClearable() {
|
|
59910
|
-
if (!multiple !== undefined && !showArrow) return null;
|
|
59911
59910
|
var defaultIcon = multiple ? icons_config.select.More : icons_config.select.DropdownArrow;
|
|
59912
59911
|
var arrow = /*#__PURE__*/(0,jsx_runtime.jsx)("span", {
|
|
59913
59912
|
className: classnames_default()(styles.arrowIcon, open && !compressed && styles.arrowIconOpen),
|
|
@@ -59920,7 +59919,7 @@ function Select(props0) {
|
|
|
59920
59919
|
children: isEmpty ? arrow : icons_config.select.Close
|
|
59921
59920
|
});
|
|
59922
59921
|
return /*#__PURE__*/(0,jsx_runtime.jsxs)(jsx_runtime.Fragment, {
|
|
59923
|
-
children: [close, !open && arrow]
|
|
59922
|
+
children: [close, (multiple || showArrow) && !open && arrow]
|
|
59924
59923
|
});
|
|
59925
59924
|
};
|
|
59926
59925
|
var renderIcon = function renderIcon() {
|
|
@@ -78255,7 +78254,7 @@ var watermark_interface = __webpack_require__(6640);
|
|
|
78255
78254
|
|
|
78256
78255
|
|
|
78257
78256
|
/* harmony default export */ var src_0 = ({
|
|
78258
|
-
version: '3.10.0-beta.
|
|
78257
|
+
version: '3.10.0-beta.17'
|
|
78259
78258
|
});
|
|
78260
78259
|
}();
|
|
78261
78260
|
/******/ return __webpack_exports__;
|