shineout 3.6.2 → 3.6.3-beta.2
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 +11 -7
- 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
|
@@ -514,5 +514,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
514
514
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
515
515
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
516
516
|
var _default = exports.default = {
|
|
517
|
-
version: '3.6.2'
|
|
517
|
+
version: '3.6.3-beta.2'
|
|
518
518
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12139,7 +12139,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12139
12139
|
};
|
|
12140
12140
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12141
12141
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12142
|
-
/* harmony default export */ var version = ('3.6.2');
|
|
12142
|
+
/* harmony default export */ var version = ('3.6.3-beta.2');
|
|
12143
12143
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12144
12144
|
|
|
12145
12145
|
|
|
@@ -49696,12 +49696,10 @@ var useForm = function useForm(props) {
|
|
|
49696
49696
|
context.removeArr.delete(n);
|
|
49697
49697
|
if (df !== undefined && deepGet(context.value, n) === undefined) {
|
|
49698
49698
|
if (!context.mounted) context.defaultValues[n] = df;
|
|
49699
|
-
|
|
49700
|
-
|
|
49701
|
-
deepSet(v, n, df, deepSetOptions);
|
|
49702
|
-
});
|
|
49703
|
-
update(n);
|
|
49699
|
+
onChange(function (v) {
|
|
49700
|
+
deepSet(v, n, df, deepSetOptions);
|
|
49704
49701
|
});
|
|
49702
|
+
update(n);
|
|
49705
49703
|
}
|
|
49706
49704
|
},
|
|
49707
49705
|
unbind: function unbind(n, reserveAble, validateField, update) {
|
|
@@ -59966,6 +59964,12 @@ var Sticky = function Sticky(props) {
|
|
|
59966
59964
|
}
|
|
59967
59965
|
return cancelParentObserver;
|
|
59968
59966
|
}, [props.parent, css, context.target, top, bottom]);
|
|
59967
|
+
(0,external_root_React_commonjs2_react_commonjs_react_amd_react_.useEffect)(function () {
|
|
59968
|
+
if (props.onChange) {
|
|
59969
|
+
props.onChange(show);
|
|
59970
|
+
}
|
|
59971
|
+
;
|
|
59972
|
+
}, [show]);
|
|
59969
59973
|
|
|
59970
59974
|
// 纯css方法 直接使用css
|
|
59971
59975
|
// js方法
|
|
@@ -69752,7 +69756,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
69752
69756
|
|
|
69753
69757
|
|
|
69754
69758
|
/* harmony default export */ var src_0 = ({
|
|
69755
|
-
version: '3.6.2'
|
|
69759
|
+
version: '3.6.3-beta.2'
|
|
69756
69760
|
});
|
|
69757
69761
|
}();
|
|
69758
69762
|
/******/ return __webpack_exports__;
|