sag_components 1.0.175 → 1.0.177

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.
@@ -97,9 +97,7 @@ var Datepicker = function Datepicker(_ref) {
97
97
  width: width
98
98
  }, /*#__PURE__*/_react.default.createElement(_DatePicker.DatePicker, {
99
99
  value: valueState,
100
- clearable: true
101
- //renderInput={(params) => <TextField {...params} fullWidth />}
102
- ,
100
+ clearable: true,
103
101
  onChange: function onChange(newValue) {
104
102
  setvalueState(newValue);
105
103
  console.log("newValue", newValue.format("YYYY-MM-DD").toString());
@@ -116,7 +114,9 @@ var Datepicker = function Datepicker(_ref) {
116
114
  textField: {
117
115
  fullWidth: true
118
116
  }
119
- },
117
+ }
118
+ //renderInput={(params) => <TextField {...params} fullWidth />}
119
+ ,
120
120
  format: format
121
121
  }))));
122
122
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.175",
3
+ "version": "1.0.177",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {