shineout 3.5.2-beta.3 → 3.5.2-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.
- package/cjs/index.js +1 -1
- package/dist/shineout.js +2 -3
- 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
|
@@ -500,5 +500,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
500
500
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
501
501
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
502
502
|
var _default = exports.default = {
|
|
503
|
-
version: '3.5.2-beta.
|
|
503
|
+
version: '3.5.2-beta.4'
|
|
504
504
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12002,7 +12002,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12002
12002
|
};
|
|
12003
12003
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12004
12004
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12005
|
-
/* harmony default export */ var version = ('3.5.2-beta.
|
|
12005
|
+
/* harmony default export */ var version = ('3.5.2-beta.4');
|
|
12006
12006
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12007
12007
|
|
|
12008
12008
|
|
|
@@ -52469,7 +52469,6 @@ function Select(props0) {
|
|
|
52469
52469
|
PopupProvider = _usePopup.Provider,
|
|
52470
52470
|
popupProviderValue = _usePopup.providerValue;
|
|
52471
52471
|
var preventDefault = function preventDefault(e) {
|
|
52472
|
-
if (!createdData) return;
|
|
52473
52472
|
if (focused && e.target !== inputRef.current) {
|
|
52474
52473
|
e.preventDefault();
|
|
52475
52474
|
}
|
|
@@ -66430,7 +66429,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
66430
66429
|
|
|
66431
66430
|
|
|
66432
66431
|
/* harmony default export */ var src_0 = ({
|
|
66433
|
-
version: '3.5.2-beta.
|
|
66432
|
+
version: '3.5.2-beta.4'
|
|
66434
66433
|
});
|
|
66435
66434
|
}();
|
|
66436
66435
|
/******/ return __webpack_exports__;
|