ps-toolkit-ui 1.6.8 → 1.6.9
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 +2 -0
- 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 +3 -1
- package/fesm2015/ps-toolkit-ui.js +2 -0
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -6950,6 +6950,7 @@
|
|
|
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;
|
|
6953
6954
|
code_1.progress.start();
|
|
6954
6955
|
_this.login.steps[1].show();
|
|
6955
6956
|
setTimeout(function () {
|
|
@@ -7017,6 +7018,7 @@
|
|
|
7017
7018
|
};
|
|
7018
7019
|
var sendCodeStep = new LoginStepClass(sendCodeForm_1);
|
|
7019
7020
|
sendCodeStep.show = function () {
|
|
7021
|
+
_this.mobile.type = exports.InputType.Mobile;
|
|
7020
7022
|
_this.login.active = 0;
|
|
7021
7023
|
};
|
|
7022
7024
|
this.login.steps.unshift(loginStep);
|