@parallel-line/pro-mobile
Advanced tools
Comparing version 2.1.0-beta.23 to 2.1.0-beta.26
@@ -62,6 +62,4 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); } | ||
}, global.regular.phoneNumber.rule], | ||
children: _jsx(Input //@ts-ignore | ||
, { | ||
//@ts-ignore | ||
maxLength: "4", | ||
children: _jsx(Input, { | ||
maxLength: 4, | ||
className: bemLogin('input'), | ||
@@ -68,0 +66,0 @@ placeholder: "\u8BF7\u8F93\u5165\u9A8C\u8BC1\u7801" |
@@ -6,3 +6,5 @@ import './style/index.less'; | ||
Phone: () => JSX.Element; | ||
Result: (props: import("./result").ResultProps) => JSX.Element; | ||
Password: (props: import("./password").PasswordProps) => JSX.Element; | ||
}; | ||
export default _default; |
import { Code } from './code'; | ||
import { Phone } from './phone'; | ||
import { Login } from './login'; // import Result from './result'; | ||
// import Password from './password'; | ||
import { Login } from './login'; | ||
import { Result } from './result'; | ||
import { Password } from './password'; | ||
import { attachPropertiesToComponent, createBEM_M } from '@parallel-line/utils'; | ||
@@ -11,3 +11,5 @@ import './style/index.less'; | ||
Code: Code, | ||
Phone: Phone | ||
Phone: Phone, | ||
Result: Result, | ||
Password: Password | ||
}); |
@@ -80,6 +80,4 @@ "use strict"; | ||
}, _global.default.regular.phoneNumber.rule], | ||
children: (0, _jsxRuntime.jsx)(_mobile.Input //@ts-ignore | ||
, { | ||
//@ts-ignore | ||
maxLength: "4", | ||
children: (0, _jsxRuntime.jsx)(_mobile.Input, { | ||
maxLength: 4, | ||
className: (0, _index.bemLogin)('input'), | ||
@@ -86,0 +84,0 @@ placeholder: "\u8BF7\u8F93\u5165\u9A8C\u8BC1\u7801" |
@@ -6,3 +6,5 @@ import './style/index.less'; | ||
Phone: () => JSX.Element; | ||
Result: (props: import("./result").ResultProps) => JSX.Element; | ||
Password: (props: import("./password").PasswordProps) => JSX.Element; | ||
}; | ||
export default _default; |
@@ -14,2 +14,6 @@ "use strict"; | ||
var _result = require("./result"); | ||
var _password = require("./password"); | ||
var _utils = require("@parallel-line/utils"); | ||
@@ -19,4 +23,2 @@ | ||
// import Result from './result'; | ||
// import Password from './password'; | ||
var bemLogin = (0, _utils.createBEM_M)('login'); | ||
@@ -27,5 +29,7 @@ exports.bemLogin = bemLogin; | ||
Code: _code.Code, | ||
Phone: _phone.Phone | ||
Phone: _phone.Phone, | ||
Result: _result.Result, | ||
Password: _password.Password | ||
}); | ||
exports.default = _default; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "2.1.0-beta.23", | ||
"version": "2.1.0-beta.26", | ||
"scripts": { | ||
@@ -29,3 +29,3 @@ "build": "father-build" | ||
], | ||
"gitHead": "6c8fb7aec65c48e2df05615d4c29c21cb55d94c3" | ||
"gitHead": "0df7edbcacd231e667e994f441cb38a4a6b346ac" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12120448
191
6912