ps-toolkit-ui 1.6.6 → 1.6.7
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 +8 -7
- 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 +10 -9
- package/fesm2015/ps-toolkit-ui.js +8 -7
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -6978,13 +6978,14 @@
|
|
|
6978
6978
|
}
|
|
6979
6979
|
};
|
|
6980
6980
|
loginForm_1.onFailed = function (msg) {
|
|
6981
|
-
|
|
6982
|
-
|
|
6983
|
-
|
|
6984
|
-
|
|
6985
|
-
|
|
6986
|
-
|
|
6987
|
-
|
|
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();
|
|
6988
6989
|
};
|
|
6989
6990
|
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);
|
|
6990
6991
|
var labelResend_1 = new InputClass(this.config.environment, this.login.l, 'ReSendCodeDes', null, exports.InputType.Label, 'comp resend-code h-45');
|