@dhis2-ui/calendar 10.12.11 → 10.12.12
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.
|
@@ -87,7 +87,8 @@ describe('Calendar Input', () => {
|
|
|
87
87
|
_react.fireEvent.blur(dateInput);
|
|
88
88
|
expect(getByText('Date 2024-10-12 is greater than the maximum allowed date 2024-01-01.')).toBeInTheDocument();
|
|
89
89
|
});
|
|
90
|
-
|
|
90
|
+
// Temporarily disabled
|
|
91
|
+
it.skip('should validate date in ethiopic calendar', () => {
|
|
91
92
|
const onDateSelectMock = jest.fn();
|
|
92
93
|
const {
|
|
93
94
|
getByTestId,
|
|
@@ -83,7 +83,8 @@ describe('Calendar Input', () => {
|
|
|
83
83
|
fireEvent.blur(dateInput);
|
|
84
84
|
expect(getByText('Date 2024-10-12 is greater than the maximum allowed date 2024-01-01.')).toBeInTheDocument();
|
|
85
85
|
});
|
|
86
|
-
|
|
86
|
+
// Temporarily disabled
|
|
87
|
+
it.skip('should validate date in ethiopic calendar', () => {
|
|
87
88
|
const onDateSelectMock = jest.fn();
|
|
88
89
|
const {
|
|
89
90
|
getByTestId,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dhis2-ui/calendar",
|
|
3
|
-
"version": "10.12.
|
|
3
|
+
"version": "10.12.12",
|
|
4
4
|
"description": "UI Calendar",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
"styled-jsx": "^4"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@dhis2-ui/button": "10.12.
|
|
37
|
-
"@dhis2-ui/card": "10.12.
|
|
38
|
-
"@dhis2-ui/input": "10.12.
|
|
39
|
-
"@dhis2-ui/layer": "10.12.
|
|
40
|
-
"@dhis2-ui/popper": "10.12.
|
|
36
|
+
"@dhis2-ui/button": "10.12.12",
|
|
37
|
+
"@dhis2-ui/card": "10.12.12",
|
|
38
|
+
"@dhis2-ui/input": "10.12.12",
|
|
39
|
+
"@dhis2-ui/layer": "10.12.12",
|
|
40
|
+
"@dhis2-ui/popper": "10.12.12",
|
|
41
41
|
"@dhis2/multi-calendar-dates": "2.1.2",
|
|
42
42
|
"@dhis2/prop-types": "^3.1.2",
|
|
43
|
-
"@dhis2/ui-constants": "10.12.
|
|
44
|
-
"@dhis2/ui-icons": "10.12.
|
|
43
|
+
"@dhis2/ui-constants": "10.12.12",
|
|
44
|
+
"@dhis2/ui-icons": "10.12.12",
|
|
45
45
|
"classnames": "^2.3.1",
|
|
46
46
|
"prop-types": "^15.7.2"
|
|
47
47
|
},
|