@elliemae/ds-datagrids 2.0.0-alpha.6 → 2.0.0-next.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.
|
@@ -25,7 +25,7 @@ const SingleDatePickerContainer = ({
|
|
|
25
25
|
onChange = () => null,
|
|
26
26
|
showHeader
|
|
27
27
|
}) => {
|
|
28
|
-
const [date, setDate] = React.useState();
|
|
28
|
+
const [date, setDate] = React.useState('');
|
|
29
29
|
const handleDateChange = React.useCallback(data => {
|
|
30
30
|
if (!data.includes('_')) onChange(moment__default["default"](data));
|
|
31
31
|
setDate(data);
|
|
@@ -14,7 +14,7 @@ const SingleDatePickerContainer = ({
|
|
|
14
14
|
onChange = () => null,
|
|
15
15
|
showHeader
|
|
16
16
|
}) => {
|
|
17
|
-
const [date, setDate] = useState();
|
|
17
|
+
const [date, setDate] = useState('');
|
|
18
18
|
const handleDateChange = useCallback(data => {
|
|
19
19
|
if (!data.includes('_')) onChange(moment(data));
|
|
20
20
|
setDate(data);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-datagrids",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-next.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Data Grids",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -541,14 +541,14 @@
|
|
|
541
541
|
"generateSubmodules": true
|
|
542
542
|
},
|
|
543
543
|
"dependencies": {
|
|
544
|
-
"@elliemae/ds-basic": "2.0.0-
|
|
545
|
-
"@elliemae/ds-classnames": "2.0.0-
|
|
546
|
-
"@elliemae/ds-date-range-picker": "2.0.0-
|
|
547
|
-
"@elliemae/ds-dropdownmenu": "2.0.0-
|
|
548
|
-
"@elliemae/ds-filterbar": "2.0.0-
|
|
549
|
-
"@elliemae/ds-icons": "2.0.0-
|
|
550
|
-
"@elliemae/ds-shared": "2.0.0-
|
|
551
|
-
"@elliemae/ds-utilities": "2.0.0-
|
|
544
|
+
"@elliemae/ds-basic": "2.0.0-next.0",
|
|
545
|
+
"@elliemae/ds-classnames": "2.0.0-next.0",
|
|
546
|
+
"@elliemae/ds-date-range-picker": "2.0.0-next.0",
|
|
547
|
+
"@elliemae/ds-dropdownmenu": "2.0.0-next.0",
|
|
548
|
+
"@elliemae/ds-filterbar": "2.0.0-next.0",
|
|
549
|
+
"@elliemae/ds-icons": "2.0.0-next.0",
|
|
550
|
+
"@elliemae/ds-shared": "2.0.0-next.0",
|
|
551
|
+
"@elliemae/ds-utilities": "2.0.0-next.0",
|
|
552
552
|
"comparejs": "~1.0.3",
|
|
553
553
|
"defer-render-hoc": "~0.3.0",
|
|
554
554
|
"memoize-one": "~5.1.1",
|