oolib 2.163.1 → 2.163.2
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.
|
@@ -53,9 +53,6 @@ var Typo2_1 = require("../Typo2");
|
|
|
53
53
|
var styled_1 = require("./styled");
|
|
54
54
|
var TextInputs_1 = require("../TextInputs");
|
|
55
55
|
var __1 = require("../../..");
|
|
56
|
-
var es_1 = require("date-fns/locale/es");
|
|
57
|
-
var react_datepicker_1 = require("react-datepicker");
|
|
58
|
-
(0, react_datepicker_1.registerLocale)('es', es_1.es);
|
|
59
56
|
function DateRangePicker_(props) {
|
|
60
57
|
var onChange = props.onChange, value = props.value, id = props.id, readOnly = props.readOnly, futureDateOnly = props.futureDateOnly, previousDateOnly = props.previousDateOnly, allowPresentlyOngoing = props.allowPresentlyOngoing, invert = props.invert, disabled = props.disabled, debug = props.debug, startDateLabel = props.startDateLabel, endDateLabel = props.endDateLabel;
|
|
61
58
|
var _a = (0, react_1.useState)(value[0] || null), startDate = _a[0], setStartDate = _a[1];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oolib",
|
|
3
|
-
"version": "2.163.
|
|
3
|
+
"version": "2.163.2",
|
|
4
4
|
"description": " OKE Component Library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -74,7 +74,8 @@
|
|
|
74
74
|
"react": "^17.0.2",
|
|
75
75
|
"react-dom": "^17.0.2",
|
|
76
76
|
"react-router-dom": "^6.28.0",
|
|
77
|
-
"styled-components": "^5.3.3"
|
|
77
|
+
"styled-components": "^5.3.3",
|
|
78
|
+
"date-fns": "^2.0.0"
|
|
78
79
|
},
|
|
79
80
|
"config": {
|
|
80
81
|
"commitizen": {
|