ps-toolkit-ui 1.6.7 → 1.6.8
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/bundles/ps-toolkit-ui.umd.js +0 -11
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/components/login/login.component.js +1 -12
- package/fesm2015/ps-toolkit-ui.js +0 -11
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -6950,7 +6950,6 @@
|
|
|
6950
6950
|
this.mobile = new InputClass(this.config.environment, this.login.l, 'Mobile', 'fa-duotone fa-mobile-alt', exports.InputType.Mobile, 'm-b-20 h-45', '', true, 4, 50);
|
|
6951
6951
|
sendCodeForm_1.onSuccess = function () {
|
|
6952
6952
|
loginForm_1.subName = _this.login.l('LoginSmsSubTitle', _this.mobile.data());
|
|
6953
|
-
_this.mobile.type = exports.InputType.Hidden;
|
|
6954
6953
|
code_1.progress.start();
|
|
6955
6954
|
_this.login.steps[1].show();
|
|
6956
6955
|
setTimeout(function () {
|
|
@@ -6977,16 +6976,6 @@
|
|
|
6977
6976
|
_this.login.onSuccess(result);
|
|
6978
6977
|
}
|
|
6979
6978
|
};
|
|
6980
|
-
loginForm_1.onFailed = function (msg) {
|
|
6981
|
-
console.log(msg);
|
|
6982
|
-
// code.clear();
|
|
6983
|
-
// this.mobile.error = InputError.NotExist;
|
|
6984
|
-
// this.mobile.type = InputType.Mobile;
|
|
6985
|
-
// setTimeout(() => {
|
|
6986
|
-
// this.mobile.focus();
|
|
6987
|
-
// }, 100);
|
|
6988
|
-
// this.login.steps[0].show();
|
|
6989
|
-
};
|
|
6990
6979
|
var code_1 = new InputClass(this.config.environment, this.login.l, 'Code', 'fa-duotone fa-unlock-alt', exports.InputType.Number, 'm-b-20 h-45', null, true, 1111, 9999);
|
|
6991
6980
|
var labelResend_1 = new InputClass(this.config.environment, this.login.l, 'ReSendCodeDes', null, exports.InputType.Label, 'comp resend-code h-45');
|
|
6992
6981
|
code_1.progress = new Progress(120);
|