@dhis2/ui-forms 9.12.0-alpha.4 → 9.13.0
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.
|
@@ -37,7 +37,7 @@ import { InputFieldFF } from '@dhis2/ui'
|
|
|
37
37
|
Press **Submit** to see the form values logged to the console.
|
|
38
38
|
`;
|
|
39
39
|
var _default = exports.default = {
|
|
40
|
-
title: '
|
|
40
|
+
title: 'Input Field (Final Form)',
|
|
41
41
|
component: _InputFieldFF.InputFieldFF,
|
|
42
42
|
decorators: [_formDecorator.formDecorator],
|
|
43
43
|
parameters: {
|
|
@@ -30,7 +30,7 @@ import { InputFieldFF } from '@dhis2/ui'
|
|
|
30
30
|
Press **Submit** to see the form values logged to the console.
|
|
31
31
|
`;
|
|
32
32
|
export default {
|
|
33
|
-
title: '
|
|
33
|
+
title: 'Input Field (Final Form)',
|
|
34
34
|
component: InputFieldFF,
|
|
35
35
|
decorators: [formDecorator],
|
|
36
36
|
parameters: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dhis2/ui-forms",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.13.0",
|
|
4
4
|
"main": "./build/cjs/index.js",
|
|
5
5
|
"module": "./build/es/index.js",
|
|
6
6
|
"sideEffects": [
|
|
@@ -30,20 +30,20 @@
|
|
|
30
30
|
"build": "d2-app-scripts build"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"react": "^16.13",
|
|
34
|
-
"react-dom": "^16.13"
|
|
33
|
+
"react": "^16.13 || ^18",
|
|
34
|
+
"react-dom": "^16.13 || ^18"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@dhis2/prop-types": "^3.1.2",
|
|
38
|
-
"@dhis2-ui/button": "9.
|
|
39
|
-
"@dhis2-ui/checkbox": "9.
|
|
40
|
-
"@dhis2-ui/field": "9.
|
|
41
|
-
"@dhis2-ui/file-input": "9.
|
|
42
|
-
"@dhis2-ui/input": "9.
|
|
43
|
-
"@dhis2-ui/radio": "9.
|
|
44
|
-
"@dhis2-ui/select": "9.
|
|
45
|
-
"@dhis2-ui/switch": "9.
|
|
46
|
-
"@dhis2-ui/text-area": "9.
|
|
38
|
+
"@dhis2-ui/button": "9.13.0",
|
|
39
|
+
"@dhis2-ui/checkbox": "9.13.0",
|
|
40
|
+
"@dhis2-ui/field": "9.13.0",
|
|
41
|
+
"@dhis2-ui/file-input": "9.13.0",
|
|
42
|
+
"@dhis2-ui/input": "9.13.0",
|
|
43
|
+
"@dhis2-ui/radio": "9.13.0",
|
|
44
|
+
"@dhis2-ui/select": "9.13.0",
|
|
45
|
+
"@dhis2-ui/switch": "9.13.0",
|
|
46
|
+
"@dhis2-ui/text-area": "9.13.0",
|
|
47
47
|
"classnames": "^2.3.1",
|
|
48
48
|
"final-form": "^4.20.2",
|
|
49
49
|
"prop-types": "^15.7.2",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"types"
|
|
55
55
|
],
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"react": "
|
|
58
|
-
"react-dom": "
|
|
57
|
+
"react": "^18.3.1",
|
|
58
|
+
"react-dom": "^18.3.1"
|
|
59
59
|
},
|
|
60
60
|
"types": "types"
|
|
61
61
|
}
|