shineout 3.8.2-beta.1 → 3.8.2-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 +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.8.2-beta.
|
|
525
|
+
version: '3.8.2-beta.2'
|
|
526
526
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12386,7 +12386,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12386
12386
|
};
|
|
12387
12387
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12388
12388
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12389
|
-
/* harmony default export */ var version = ('3.8.2-beta.
|
|
12389
|
+
/* harmony default export */ var version = ('3.8.2-beta.2');
|
|
12390
12390
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12391
12391
|
|
|
12392
12392
|
|
|
@@ -52661,7 +52661,7 @@ var FormFieldSet = function FormFieldSet(props) {
|
|
|
52661
52661
|
},
|
|
52662
52662
|
children: children({
|
|
52663
52663
|
list: valueArr,
|
|
52664
|
-
value: valueProxy,
|
|
52664
|
+
value: v && typeof_default()(v) === 'object' ? valueProxy : v,
|
|
52665
52665
|
index: i,
|
|
52666
52666
|
error: errorList,
|
|
52667
52667
|
onChange: function onChange(val, options) {
|
|
@@ -73075,7 +73075,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
73075
73075
|
|
|
73076
73076
|
|
|
73077
73077
|
/* harmony default export */ var src_0 = ({
|
|
73078
|
-
version: '3.8.2-beta.
|
|
73078
|
+
version: '3.8.2-beta.2'
|
|
73079
73079
|
});
|
|
73080
73080
|
}();
|
|
73081
73081
|
/******/ return __webpack_exports__;
|