shineout 3.9.1-beta.3 → 3.9.1-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 +8 -8
- 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
|
@@ -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.1-beta.
|
|
525
|
+
version: '3.9.1-beta.4'
|
|
526
526
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12400,7 +12400,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12400
12400
|
};
|
|
12401
12401
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12402
12402
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12403
|
-
/* harmony default export */ var version = ('3.9.1-beta.
|
|
12403
|
+
/* harmony default export */ var version = ('3.9.1-beta.4');
|
|
12404
12404
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12405
12405
|
|
|
12406
12406
|
|
|
@@ -37036,15 +37036,15 @@ function useInputAble(props) {
|
|
|
37036
37036
|
changeStateValue(vv);
|
|
37037
37037
|
}
|
|
37038
37038
|
if (!isFunc(onChange)) return;
|
|
37039
|
-
context.delayChange = function () {
|
|
37040
|
-
context.timer = null;
|
|
37041
|
-
context.delayChange = null;
|
|
37042
|
-
onChange.apply(void 0, [vv].concat(other));
|
|
37043
|
-
render();
|
|
37044
|
-
};
|
|
37045
37039
|
if (!delay) {
|
|
37046
37040
|
onChange.apply(void 0, [vv].concat(other));
|
|
37047
37041
|
} else {
|
|
37042
|
+
context.delayChange = function () {
|
|
37043
|
+
context.timer = null;
|
|
37044
|
+
context.delayChange = null;
|
|
37045
|
+
onChange.apply(void 0, [vv].concat(other));
|
|
37046
|
+
render();
|
|
37047
|
+
};
|
|
37048
37048
|
if (context.timer) clearTimeout(context.timer);
|
|
37049
37049
|
context.timer = setTimeout(context.delayChange, delay);
|
|
37050
37050
|
}
|
|
@@ -74412,7 +74412,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
74412
74412
|
|
|
74413
74413
|
|
|
74414
74414
|
/* harmony default export */ var src_0 = ({
|
|
74415
|
-
version: '3.9.1-beta.
|
|
74415
|
+
version: '3.9.1-beta.4'
|
|
74416
74416
|
});
|
|
74417
74417
|
}();
|
|
74418
74418
|
/******/ return __webpack_exports__;
|