shineout 1.10.3 → 1.10.4
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/css/Input/Input.js +1 -1
- package/css/index.d.ts +1 -1
- package/css/index.js +1 -1
- package/dist/shineout.js +2 -2
- package/dist/shineout.js.map +1 -1
- package/dist/shineout.min.js +1 -1
- package/es/Input/Input.js +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/lib/Input/Input.js +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/css/Input/Input.js
CHANGED
|
@@ -39,7 +39,7 @@ function regLength(size) {
|
|
|
39
39
|
|
|
40
40
|
function fillNumber(val) {
|
|
41
41
|
return val.replace(/^(-)?(\.\d+)(?!=\.).*/g, '$10$2') // eslint-disable-next-line no-useless-escape
|
|
42
|
-
.replace(/(-|^)0+(?=0\.?|[^0\.])/g, '$
|
|
42
|
+
.replace(/(-|^)0+(?=0\.?|[^0\.])/g, '$1').replace(/\.$/, '');
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
var Input =
|
package/css/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Created by scripts/src-index.js.
|
|
2
2
|
import * as utils from './utils'
|
|
3
3
|
|
|
4
|
-
export default { utils, version: '1.10.
|
|
4
|
+
export default { utils, version: '1.10.4' }
|
|
5
5
|
export { utils }
|
|
6
6
|
export { setLocale } from './locale'
|
|
7
7
|
export { color, style } from './utils/expose'
|
package/css/index.js
CHANGED
package/dist/shineout.js
CHANGED
|
@@ -25024,7 +25024,7 @@ function regLength(size) {
|
|
|
25024
25024
|
|
|
25025
25025
|
function fillNumber(val) {
|
|
25026
25026
|
return val.replace(/^(-)?(\.\d+)(?!=\.).*/g, '$10$2') // eslint-disable-next-line no-useless-escape
|
|
25027
|
-
.replace(/(-|^)0+(?=0\.?|[^0\.])/g, '$
|
|
25027
|
+
.replace(/(-|^)0+(?=0\.?|[^0\.])/g, '$1').replace(/\.$/, '');
|
|
25028
25028
|
}
|
|
25029
25029
|
|
|
25030
25030
|
var Input =
|
|
@@ -61288,7 +61288,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
61288
61288
|
|
|
61289
61289
|
/* harmony default export */ __webpack_exports__["default"] = ({
|
|
61290
61290
|
utils: _utils__WEBPACK_IMPORTED_MODULE_0__,
|
|
61291
|
-
version: '1.10.
|
|
61291
|
+
version: '1.10.4'
|
|
61292
61292
|
});
|
|
61293
61293
|
|
|
61294
61294
|
|