@dhis2/ui-forms 10.12.7 → 10.13.0-alpha.1
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Upload file": "",
|
|
3
|
-
"Upload files": "",
|
|
2
|
+
"Upload file": "फ़ाइल अपलोड करें",
|
|
3
|
+
"Upload files": "फ़ाइल अपलोड करें",
|
|
4
4
|
"Remove": "हटाएं",
|
|
5
5
|
"Please provide an alpha-numeric value": "",
|
|
6
6
|
"Please provide a boolean value": "",
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
"Please enter a number of at least {{lowerBound}}": "",
|
|
13
13
|
"Number cannot be less than {{lowerBound}} or more than {{upperBound}}": "",
|
|
14
14
|
"Please make sure the value of this input matches the pattern {{patternString}}.": "",
|
|
15
|
-
"Password should be a string": "",
|
|
15
|
+
"Password should be a string": "पासवर्ड स्ट्रिंग होना चाहिए",
|
|
16
16
|
"Password should be at least 8 characters long": "",
|
|
17
17
|
"Password should be no longer than 34 characters": "",
|
|
18
18
|
"Password should contain at least one lowercase letter": "",
|
|
19
19
|
"Password should contain at least one UPPERCASE letter": "",
|
|
20
20
|
"Password should contain at least one number": "",
|
|
21
21
|
"Password should have at least one special character": "",
|
|
22
|
-
"Please provide a valid email address": "",
|
|
22
|
+
"Please provide a valid email address": "कृपया एक मान्य ईमेल दर्ज करें",
|
|
23
23
|
"Please provide a value": "",
|
|
24
24
|
"Please provide a round number without decimals": "",
|
|
25
25
|
"Please provide a valid international phone number.": "",
|
|
26
|
-
"Please provide a number": "",
|
|
26
|
+
"Please provide a number": "कृपया एक मान्य संख्या दर्ज करें",
|
|
27
27
|
"Please provide a string": "",
|
|
28
28
|
"Please provide a valid url": "",
|
|
29
29
|
"Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Upload file": "",
|
|
3
|
-
"Upload files": "",
|
|
2
|
+
"Upload file": "फ़ाइल अपलोड करें",
|
|
3
|
+
"Upload files": "फ़ाइल अपलोड करें",
|
|
4
4
|
"Remove": "हटाएं",
|
|
5
5
|
"Please provide an alpha-numeric value": "",
|
|
6
6
|
"Please provide a boolean value": "",
|
|
@@ -12,18 +12,18 @@
|
|
|
12
12
|
"Please enter a number of at least {{lowerBound}}": "",
|
|
13
13
|
"Number cannot be less than {{lowerBound}} or more than {{upperBound}}": "",
|
|
14
14
|
"Please make sure the value of this input matches the pattern {{patternString}}.": "",
|
|
15
|
-
"Password should be a string": "",
|
|
15
|
+
"Password should be a string": "पासवर्ड स्ट्रिंग होना चाहिए",
|
|
16
16
|
"Password should be at least 8 characters long": "",
|
|
17
17
|
"Password should be no longer than 34 characters": "",
|
|
18
18
|
"Password should contain at least one lowercase letter": "",
|
|
19
19
|
"Password should contain at least one UPPERCASE letter": "",
|
|
20
20
|
"Password should contain at least one number": "",
|
|
21
21
|
"Password should have at least one special character": "",
|
|
22
|
-
"Please provide a valid email address": "",
|
|
22
|
+
"Please provide a valid email address": "कृपया एक मान्य ईमेल दर्ज करें",
|
|
23
23
|
"Please provide a value": "",
|
|
24
24
|
"Please provide a round number without decimals": "",
|
|
25
25
|
"Please provide a valid international phone number.": "",
|
|
26
|
-
"Please provide a number": "",
|
|
26
|
+
"Please provide a number": "कृपया एक मान्य संख्या दर्ज करें",
|
|
27
27
|
"Please provide a string": "",
|
|
28
28
|
"Please provide a valid url": "",
|
|
29
29
|
"Please provide a username between 4 and 255 characters long and possibly separated by . _ - or @": ""
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dhis2/ui-forms",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.13.0-alpha.1",
|
|
4
4
|
"main": "./build/cjs/index.js",
|
|
5
5
|
"module": "./build/es/index.js",
|
|
6
6
|
"sideEffects": [
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@dhis2/prop-types": "^3.1.2",
|
|
38
|
-
"@dhis2-ui/button": "10.
|
|
39
|
-
"@dhis2-ui/checkbox": "10.
|
|
40
|
-
"@dhis2-ui/field": "10.
|
|
41
|
-
"@dhis2-ui/file-input": "10.
|
|
42
|
-
"@dhis2-ui/input": "10.
|
|
43
|
-
"@dhis2-ui/radio": "10.
|
|
44
|
-
"@dhis2-ui/select": "10.
|
|
45
|
-
"@dhis2-ui/switch": "10.
|
|
46
|
-
"@dhis2-ui/text-area": "10.
|
|
38
|
+
"@dhis2-ui/button": "10.13.0-alpha.1",
|
|
39
|
+
"@dhis2-ui/checkbox": "10.13.0-alpha.1",
|
|
40
|
+
"@dhis2-ui/field": "10.13.0-alpha.1",
|
|
41
|
+
"@dhis2-ui/file-input": "10.13.0-alpha.1",
|
|
42
|
+
"@dhis2-ui/input": "10.13.0-alpha.1",
|
|
43
|
+
"@dhis2-ui/radio": "10.13.0-alpha.1",
|
|
44
|
+
"@dhis2-ui/select": "10.13.0-alpha.1",
|
|
45
|
+
"@dhis2-ui/switch": "10.13.0-alpha.1",
|
|
46
|
+
"@dhis2-ui/text-area": "10.13.0-alpha.1",
|
|
47
47
|
"classnames": "^2.3.1",
|
|
48
48
|
"final-form": "^4.20.2",
|
|
49
49
|
"prop-types": "^15.7.2",
|