react-jsonschema-form
Advanced tools
Comparing version 0.48.1 to 0.48.2
@@ -630,3 +630,2 @@ "use strict"; | ||
idSchema: {}, | ||
registry: null, | ||
required: false, | ||
@@ -633,0 +632,0 @@ disabled: false, |
@@ -88,3 +88,2 @@ "use strict"; | ||
uiSchema: {}, | ||
registry: null, | ||
disabled: false, | ||
@@ -91,0 +90,0 @@ readonly: false, |
@@ -156,3 +156,2 @@ "use strict"; | ||
idSchema: {}, | ||
registry: null, | ||
required: false, | ||
@@ -159,0 +158,0 @@ disabled: false, |
@@ -305,3 +305,2 @@ "use strict"; | ||
idSchema: {}, | ||
registry: null, | ||
disabled: false, | ||
@@ -308,0 +307,0 @@ readonly: false, |
@@ -78,3 +78,3 @@ "use strict"; | ||
onChange: _propTypes2.default.func.isRequired, | ||
onBlur: _propTypes2.default.func.isRequired, | ||
onBlur: _propTypes2.default.func, | ||
formData: _propTypes2.default.oneOfType([_propTypes2.default.string, _propTypes2.default.number]), | ||
@@ -97,3 +97,2 @@ registry: _propTypes2.default.shape({ | ||
uiSchema: {}, | ||
registry: null, | ||
disabled: false, | ||
@@ -100,0 +99,0 @@ readonly: false, |
{ | ||
"name": "react-jsonschema-form", | ||
"version": "0.48.1", | ||
"version": "0.48.2", | ||
"description": "A simple React component capable of building HTML forms out of a JSON schema.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
980240
3942