@masterteam/forms 0.0.73 → 0.0.74
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/assets/i18n/ar.json +1 -1
- package/assets/i18n/en.json +1 -1
- package/package.json +2 -2
package/assets/i18n/ar.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"previous": "السابق",
|
|
4
4
|
"next": "التالي",
|
|
5
5
|
"validation": "يرجى تعبئة جميع الحقول المطلوبة قبل الإرسال.",
|
|
6
|
-
"validation-next": "يرجى
|
|
6
|
+
"validation-next": "يرجى ملء الحقول المطلوبة قبل المتابعة.",
|
|
7
7
|
"validation-errors": "أخطاء التحقق",
|
|
8
8
|
"validation-warnings": "تحذيرات التحقق",
|
|
9
9
|
"warning-confirmation-header": "تحذيرات التحقق",
|
package/assets/i18n/en.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"previous": "Previous",
|
|
4
4
|
"next": "Next",
|
|
5
5
|
"validation": "Please fill in all required fields before submitting.",
|
|
6
|
-
"validation-next": "Please
|
|
6
|
+
"validation-next": "Please fill the required fields before continuing.",
|
|
7
7
|
"validation-errors": "Validation Errors",
|
|
8
8
|
"validation-warnings": "Validation Warnings",
|
|
9
9
|
"warning-confirmation-header": "Validation Warnings",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@masterteam/forms",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.74",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"directory": "../../../dist/masterteam/forms",
|
|
6
6
|
"linkDirectory": true,
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"primeng": "21.1.5",
|
|
18
18
|
"@primeuix/themes": "^2.0.3",
|
|
19
19
|
"rxjs": "^7.8.2",
|
|
20
|
-
"@masterteam/components": "^0.0.
|
|
20
|
+
"@masterteam/components": "^0.0.165"
|
|
21
21
|
},
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"exports": {
|