ps-toolkit-ui 0.2.52 → 0.2.55
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 +3 -3
- 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/classes/login.class.js +1 -1
- package/esm2015/lib/classes/string.class.js +3 -3
- package/esm2015/lib/components/login/login.component.js +2 -2
- package/fesm2015/ps-toolkit-ui.js +3 -3
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/lib/classes/login.class.d.ts +0 -1
- package/package.json +1 -1
- package/src/assets/styles/base.css +5 -0
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
Logout: 'خروج'
|
|
94
94
|
},
|
|
95
95
|
Login: {
|
|
96
|
-
ReSendCodeDes: '
|
|
97
|
-
ReSendCodeRemain: '<div class="ltr d-ib"><div class="t-c d-ib w-20-p">{}</div
|
|
96
|
+
ReSendCodeDes: '<span class="c-secondary c-p">ارسال مجدد</span>',
|
|
97
|
+
ReSendCodeRemain: '<div class="ltr d-ib va-m"><div class="t-c d-ib w-20-p f-l">{}</div><div class="t-c d-ib w-5-p f-l">:</div><div class="t-c d-ib w-20-p f-l">{}</div></div><div class="d-ib va-m">مانده تا دریافت مجدد کد</div>',
|
|
98
98
|
Code: 'کد تایید',
|
|
99
99
|
Base: 'نام سایت',
|
|
100
100
|
BaseDesc: 'توضیحات سایت',
|
|
@@ -6717,7 +6717,7 @@
|
|
|
6717
6717
|
};
|
|
6718
6718
|
labelResend_1.onClick = function () {
|
|
6719
6719
|
labelResend_1.name = '(' + _this.login.l('LoadingComp', 'Send') + ')';
|
|
6720
|
-
new RequestClass(_this.config.environment).send(_this.login.
|
|
6720
|
+
new RequestClass(_this.config.environment).send(_this.login.sendCodeUrl, exports.Method.Post, loginForm_1.data(), null, function () {
|
|
6721
6721
|
labelResend_1.name = 'ReSendCodeDes';
|
|
6722
6722
|
code_1.progress.start();
|
|
6723
6723
|
}, function (error) {
|