@rjsf/core
Advanced tools
Comparing version 5.22.4 to 5.23.0
@@ -82,3 +82,3 @@ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; | ||
const disabled = Boolean((_a = uiOptions.disabled) !== null && _a !== void 0 ? _a : props.disabled); | ||
const readonly = Boolean((_b = uiOptions.readonly) !== null && _b !== void 0 ? _b : (props.readonly || props.schema.const || props.schema.readOnly || schema.readOnly)); | ||
const readonly = Boolean((_b = uiOptions.readonly) !== null && _b !== void 0 ? _b : (props.readonly || props.schema.readOnly || schema.readOnly)); | ||
const uiSchemaHideError = uiOptions.hideError; | ||
@@ -85,0 +85,0 @@ // Set hideError to the value provided in the uiSchema, otherwise stick with the prop to propagate to children |
{ | ||
"name": "@rjsf/core", | ||
"version": "5.22.4", | ||
"version": "5.23.0", | ||
"description": "A simple React component capable of building HTML forms out of a JSON schema.", | ||
@@ -57,6 +57,6 @@ "scripts": { | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@rjsf/snapshot-tests": "^5.22.4", | ||
"@rjsf/utils": "^5.22.4", | ||
"@rjsf/validator-ajv6": "^5.22.4", | ||
"@rjsf/validator-ajv8": "^5.22.4", | ||
"@rjsf/snapshot-tests": "^5.23.0", | ||
"@rjsf/utils": "^5.23.0", | ||
"@rjsf/validator-ajv6": "^5.23.0", | ||
"@rjsf/validator-ajv8": "^5.23.0", | ||
"@types/jest": "^29.5.12", | ||
@@ -107,3 +107,3 @@ "@types/lodash": "^4.14.202", | ||
}, | ||
"gitHead": "19e8b4aac2bd44b498dff645be51f9203fafb8fc" | ||
"gitHead": "e6b90c342eb65d8660ccaea0444df4fe2eafa6ed" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1557388
20523