shineout 3.9.8-beta.13 → 3.9.8-beta.14
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 +4 -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.9.8-beta.
|
|
525
|
+
version: '3.9.8-beta.14'
|
|
526
526
|
};
|
package/dist/shineout.js
CHANGED
|
@@ -12402,7 +12402,7 @@ var handleStyle = function handleStyle(style) {
|
|
|
12402
12402
|
};
|
|
12403
12403
|
/* harmony default export */ var jss_style_handleStyle = (handleStyle);
|
|
12404
12404
|
;// CONCATENATED MODULE: ../shineout-style/src/version.ts
|
|
12405
|
-
/* harmony default export */ var version = ('3.9.8-beta.
|
|
12405
|
+
/* harmony default export */ var version = ('3.9.8-beta.14');
|
|
12406
12406
|
;// CONCATENATED MODULE: ../shineout-style/src/jss-style/index.tsx
|
|
12407
12407
|
|
|
12408
12408
|
|
|
@@ -38386,7 +38386,8 @@ var input_Input = function Input(props) {
|
|
|
38386
38386
|
digits: commonProps.digits,
|
|
38387
38387
|
integerLimit: commonProps.integerLimit,
|
|
38388
38388
|
numType: commonProps.numType,
|
|
38389
|
-
trim: (_ref = (_commonProps$trim = commonProps.trim) !== null && _commonProps$trim !== void 0 ? _commonProps$trim : config.trim) !== null && _ref !== void 0 ? _ref : false
|
|
38389
|
+
trim: (_ref = (_commonProps$trim = commonProps.trim) !== null && _commonProps$trim !== void 0 ? _commonProps$trim : config.trim) !== null && _ref !== void 0 ? _ref : false,
|
|
38390
|
+
required: false
|
|
38390
38391
|
};
|
|
38391
38392
|
var inputFormatProps = use_input_format(objectSpread2_default()({
|
|
38392
38393
|
value: commonProps.value,
|
|
@@ -75220,7 +75221,7 @@ var upload_interface = __webpack_require__(8821);
|
|
|
75220
75221
|
|
|
75221
75222
|
|
|
75222
75223
|
/* harmony default export */ var src_0 = ({
|
|
75223
|
-
version: '3.9.8-beta.
|
|
75224
|
+
version: '3.9.8-beta.14'
|
|
75224
75225
|
});
|
|
75225
75226
|
}();
|
|
75226
75227
|
/******/ return __webpack_exports__;
|