@bigbinary/neeto-form-frontend 3.0.5 → 3.0.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.
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoForm": {
|
|
3
|
+
"common": {
|
|
4
|
+
"addGuests": "اضافة ضيوف",
|
|
5
|
+
"phoneNumberValidation": "رقم الهاتف يبدأ برمز البلد",
|
|
6
|
+
"mustAcceptTermsAndConditions": "يجب أن توافق على الشروط والأحكام",
|
|
7
|
+
"mustAcceptCondition": "يجب أن تقبل الشرط للاستمرار",
|
|
8
|
+
"option": "خيار",
|
|
9
|
+
"rating": "تقييم"
|
|
10
|
+
},
|
|
11
|
+
"error": {
|
|
12
|
+
"invalidField": "يرجى إدخال {{label}} صالح",
|
|
13
|
+
"invalidType": "{{label}} يجب أن يكون {{type}} صالحًا",
|
|
14
|
+
"requiredField": "يرجى إدخال {{label}}",
|
|
15
|
+
"selectMin": "يرجى اختيار {{entity}}"
|
|
16
|
+
},
|
|
17
|
+
"fileUpload": {
|
|
18
|
+
"validations": {
|
|
19
|
+
"waitForUpload": "يرجى الانتظار حتى يكتمل التحميل",
|
|
20
|
+
"atLeastOneFileRequired": "يرجى تحميل ملف واحد على الأقل",
|
|
21
|
+
"removeDuplicates": "يرجى إزالة التكرارات",
|
|
22
|
+
"fileIsRequired": "يرجى تحميل ملف"
|
|
23
|
+
},
|
|
24
|
+
"dropzone": {
|
|
25
|
+
"errors": {
|
|
26
|
+
"fileTooLarge": "الملف '{{fileName, anyCase}}' أكبر من {{maxSize}} ميغابايت",
|
|
27
|
+
"fileInvalidType": "نوع الملف {{fileType}} غير مسموح به",
|
|
28
|
+
"tooManyFiles": "يمكنك تحميل ملف واحد فقط",
|
|
29
|
+
"defaultError": "حدث خطأ أثناء تحميل {{fileName, anyCase}}"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-form-frontend",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.7",
|
|
4
4
|
"description": "Neeto Form Engine Frontend",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-form-nano",
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
"@bigbinary/eslint-plugin-neeto": "1.5.2",
|
|
52
52
|
"@bigbinary/neeto-audit-frontend": "2.0.12",
|
|
53
53
|
"@bigbinary/neeto-cist": "1.0.11",
|
|
54
|
-
"@bigbinary/neeto-commons-frontend": "4.3.
|
|
54
|
+
"@bigbinary/neeto-commons-frontend": "4.3.5",
|
|
55
55
|
"@bigbinary/neeto-editor": "1.20.0",
|
|
56
|
-
"@bigbinary/neeto-filters-frontend": "4.
|
|
56
|
+
"@bigbinary/neeto-filters-frontend": "4.1.1",
|
|
57
57
|
"@bigbinary/neeto-hotkeys": "^1.0.1",
|
|
58
58
|
"@bigbinary/neeto-icons": "1.20.0",
|
|
59
|
-
"@bigbinary/neeto-molecules": "3.
|
|
60
|
-
"@bigbinary/neetoui": "8.1
|
|
59
|
+
"@bigbinary/neeto-molecules": "3.3.6",
|
|
60
|
+
"@bigbinary/neetoui": "8.2.1",
|
|
61
61
|
"@emotion/is-prop-valid": "1.2.0",
|
|
62
62
|
"@faker-js/faker": "8.2.0",
|
|
63
63
|
"@hello-pangea/dnd": "16.3.0",
|
|
@@ -169,13 +169,13 @@
|
|
|
169
169
|
"peerDependencies": {
|
|
170
170
|
"@babel/runtime": "7.19.0",
|
|
171
171
|
"@bigbinary/neeto-cist": "latest",
|
|
172
|
-
"@bigbinary/neeto-commons-frontend": "4.3.
|
|
172
|
+
"@bigbinary/neeto-commons-frontend": "4.3.5",
|
|
173
173
|
"@bigbinary/neeto-editor": "^1.26.3",
|
|
174
|
-
"@bigbinary/neeto-filters-frontend": "4.
|
|
174
|
+
"@bigbinary/neeto-filters-frontend": "4.1.1",
|
|
175
175
|
"@bigbinary/neeto-hotkeys": "^1.0.1",
|
|
176
176
|
"@bigbinary/neeto-icons": "1.20.0",
|
|
177
|
-
"@bigbinary/neeto-molecules": "3.
|
|
178
|
-
"@bigbinary/neetoui": "8.1
|
|
177
|
+
"@bigbinary/neeto-molecules": "3.3.6",
|
|
178
|
+
"@bigbinary/neetoui": "8.2.1",
|
|
179
179
|
"@hello-pangea/dnd": "16.3.0",
|
|
180
180
|
"@honeybadger-io/js": "^6.5.3",
|
|
181
181
|
"@honeybadger-io/react": "^6.1.9",
|