shineout 3.1.11 → 3.1.12
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
|
@@ -476,5 +476,5 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
|
|
|
476
476
|
// 此文件由脚本自动生成,请勿直接修改。
|
|
477
477
|
// This file was generated automatically by a script. Please do not modify it directly.
|
|
478
478
|
var _default = exports.default = {
|
|
479
|
-
version: '3.1.
|
|
479
|
+
version: '3.1.12'
|
|
480
480
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -11949,7 +11949,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
11949
11949
|
};
|
|
11950
11950
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
11951
11951
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
11952
|
-
/* harmony default export */ var version = ('3.1.
|
|
11952
|
+
/* harmony default export */ var version = ('3.1.12');
|
|
11953
11953
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
11954
11954
|
|
|
11955
11955
|
|
|
@@ -43813,7 +43813,6 @@ var globalKey = '__global__&&@@';
|
|
|
43813
43813
|
|
|
43814
43814
|
var emptyObj = {};
|
|
43815
43815
|
var useForm = function useForm(props) {
|
|
43816
|
-
var _props$value;
|
|
43817
43816
|
var _props$defaultValue = props.defaultValue,
|
|
43818
43817
|
defaultValue = _props$defaultValue === void 0 ? {} : _props$defaultValue,
|
|
43819
43818
|
labelWidth = props.labelWidth,
|
|
@@ -43845,7 +43844,7 @@ var useForm = function useForm(props) {
|
|
|
43845
43844
|
removeArr: new Set(),
|
|
43846
43845
|
names: new Set(),
|
|
43847
43846
|
submitLock: false,
|
|
43848
|
-
value:
|
|
43847
|
+
value: deepClone(props.value) || emptyObj,
|
|
43849
43848
|
errors: {},
|
|
43850
43849
|
serverErrors: {},
|
|
43851
43850
|
lastValue: props.value || emptyObj,
|
|
@@ -62167,7 +62166,7 @@ var upload_interface = __webpack_require__(4412);
|
|
|
62167
62166
|
|
|
62168
62167
|
|
|
62169
62168
|
/* harmony default export */ var src_0 = ({
|
|
62170
|
-
version: '3.1.
|
|
62169
|
+
version: '3.1.12'
|
|
62171
62170
|
});
|
|
62172
62171
|
}();
|
|
62173
62172
|
/******/ return __webpack_exports__;
|