ps-toolkit-ui 0.2.56 → 0.2.57
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 +4 -1
- 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/string.class.js +5 -1
- package/esm2015/lib/components/login/login.component.js +1 -2
- package/fesm2015/ps-toolkit-ui.js +4 -1
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/lib/classes/string.class.d.ts +4 -0
- package/package.json +1 -1
|
@@ -127,6 +127,10 @@
|
|
|
127
127
|
Plaque: 'پلاک',
|
|
128
128
|
DriverName: 'نام راننده',
|
|
129
129
|
Name: 'نام',
|
|
130
|
+
Family: 'نام خانوادگی',
|
|
131
|
+
Province: 'استان',
|
|
132
|
+
City: 'شهر',
|
|
133
|
+
PostalCode: 'کدپستی',
|
|
130
134
|
Title: 'عنوان',
|
|
131
135
|
Text: 'متن',
|
|
132
136
|
Date: 'تاریخ',
|
|
@@ -6715,7 +6719,6 @@
|
|
|
6715
6719
|
labelResend_1.value = _this.login.l('ReSendCodeRemain', [m > 9 ? m : "0" + m, s > 9 ? s : "0" + s]);
|
|
6716
6720
|
};
|
|
6717
6721
|
labelResend_1.onClick = function () {
|
|
6718
|
-
console.log(labelResend_1.value);
|
|
6719
6722
|
if (labelResend_1.value !== 'ReSendCodeDes') {
|
|
6720
6723
|
return;
|
|
6721
6724
|
}
|