shineout 3.7.8-beta.10 → 3.7.8-beta.11
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 -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
|
@@ -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.7.8-beta.
|
|
525
|
+
version: '3.7.8-beta.11'
|
|
526
526
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12234,7 +12234,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12234
12234
|
};
|
|
12235
12235
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12236
12236
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12237
|
-
/* harmony default export */ var version = ('3.7.8-beta.
|
|
12237
|
+
/* harmony default export */ var version = ('3.7.8-beta.11');
|
|
12238
12238
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12239
12239
|
|
|
12240
12240
|
|
|
@@ -50875,7 +50875,7 @@ var useForm = function useForm(props) {
|
|
|
50875
50875
|
var _props$onChange;
|
|
50876
50876
|
var newValue = typeof change === 'function' ? utils_immer_produce(context.value, change) : change;
|
|
50877
50877
|
context.value = newValue;
|
|
50878
|
-
(_props$onChange = props.onChange) === null || _props$onChange === void 0 || _props$onChange.call(props,
|
|
50878
|
+
(_props$onChange = props.onChange) === null || _props$onChange === void 0 || _props$onChange.call(props, newValue);
|
|
50879
50879
|
});
|
|
50880
50880
|
var scrollToField = use_persist_fn(function (name) {
|
|
50881
50881
|
var _document;
|
|
@@ -71881,7 +71881,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
71881
71881
|
|
|
71882
71882
|
|
|
71883
71883
|
/* harmony default export */ var src_0 = ({
|
|
71884
|
-
version: '3.7.8-beta.
|
|
71884
|
+
version: '3.7.8-beta.11'
|
|
71885
71885
|
});
|
|
71886
71886
|
}();
|
|
71887
71887
|
/******/ return __webpack_exports__;
|