@rjsf/utils
Advanced tools
Comparing version 5.15.1 to 5.16.0
@@ -16,2 +16,3 @@ import allowAdditionalItems from './allowAdditionalItems'; | ||
import findSchemaDefinition from './findSchemaDefinition'; | ||
import getDateElementProps, { type DateElementFormat } from './getDateElementProps'; | ||
import getDiscriminatorFieldFromSchema from './getDiscriminatorFieldFromSchema'; | ||
@@ -59,2 +60,2 @@ import getInputProps from './getInputProps'; | ||
export * from './schema'; | ||
export { allowAdditionalItems, ariaDescribedByIds, asNumber, canExpand, createErrorHandler, createSchemaUtils, dataURItoBlob, deepEquals, descriptionId, englishStringTranslator, enumOptionsDeselectValue, enumOptionsIndexForValue, enumOptionsIsSelected, enumOptionsSelectValue, enumOptionsValueForIndex, errorId, examplesId, ErrorSchemaBuilder, findSchemaDefinition, getDiscriminatorFieldFromSchema, getInputProps, getOptionMatchingSimpleDiscriminator, getSchemaType, getSubmitButtonOptions, getTemplate, getUiOptions, getWidget, guessType, hasWidget, hashForSchema, helpId, isConstant, isCustomWidget, isFixedItems, isObject, labelValue, localToUTC, mergeDefaultsWithFormData, mergeObjects, mergeSchemas, optionId, optionsList, orderProperties, pad, parseDateString, rangeSpec, replaceStringParameters, schemaRequiresTrueValue, shouldRender, titleId, toConstant, toDateString, toErrorList, toErrorSchema, unwrapErrorHandler, utcToLocal, validationDataMerge, withIdRefPrefix, }; | ||
export { allowAdditionalItems, ariaDescribedByIds, asNumber, canExpand, createErrorHandler, createSchemaUtils, DateElementFormat, dataURItoBlob, deepEquals, descriptionId, englishStringTranslator, enumOptionsDeselectValue, enumOptionsIndexForValue, enumOptionsIsSelected, enumOptionsSelectValue, enumOptionsValueForIndex, errorId, examplesId, ErrorSchemaBuilder, findSchemaDefinition, getDateElementProps, getDiscriminatorFieldFromSchema, getInputProps, getOptionMatchingSimpleDiscriminator, getSchemaType, getSubmitButtonOptions, getTemplate, getUiOptions, getWidget, guessType, hasWidget, hashForSchema, helpId, isConstant, isCustomWidget, isFixedItems, isObject, labelValue, localToUTC, mergeDefaultsWithFormData, mergeObjects, mergeSchemas, optionId, optionsList, orderProperties, pad, parseDateString, rangeSpec, replaceStringParameters, schemaRequiresTrueValue, shouldRender, titleId, toConstant, toDateString, toErrorList, toErrorSchema, unwrapErrorHandler, utcToLocal, validationDataMerge, withIdRefPrefix, }; |
@@ -16,2 +16,3 @@ import allowAdditionalItems from './allowAdditionalItems'; | ||
import findSchemaDefinition from './findSchemaDefinition'; | ||
import getDateElementProps from './getDateElementProps'; | ||
import getDiscriminatorFieldFromSchema from './getDiscriminatorFieldFromSchema'; | ||
@@ -59,3 +60,3 @@ import getInputProps from './getInputProps'; | ||
export * from './schema'; | ||
export { allowAdditionalItems, ariaDescribedByIds, asNumber, canExpand, createErrorHandler, createSchemaUtils, dataURItoBlob, deepEquals, descriptionId, englishStringTranslator, enumOptionsDeselectValue, enumOptionsIndexForValue, enumOptionsIsSelected, enumOptionsSelectValue, enumOptionsValueForIndex, errorId, examplesId, ErrorSchemaBuilder, findSchemaDefinition, getDiscriminatorFieldFromSchema, getInputProps, getOptionMatchingSimpleDiscriminator, getSchemaType, getSubmitButtonOptions, getTemplate, getUiOptions, getWidget, guessType, hasWidget, hashForSchema, helpId, isConstant, isCustomWidget, isFixedItems, isObject, labelValue, localToUTC, mergeDefaultsWithFormData, mergeObjects, mergeSchemas, optionId, optionsList, orderProperties, pad, parseDateString, rangeSpec, replaceStringParameters, schemaRequiresTrueValue, shouldRender, titleId, toConstant, toDateString, toErrorList, toErrorSchema, unwrapErrorHandler, utcToLocal, validationDataMerge, withIdRefPrefix, }; | ||
export { allowAdditionalItems, ariaDescribedByIds, asNumber, canExpand, createErrorHandler, createSchemaUtils, dataURItoBlob, deepEquals, descriptionId, englishStringTranslator, enumOptionsDeselectValue, enumOptionsIndexForValue, enumOptionsIsSelected, enumOptionsSelectValue, enumOptionsValueForIndex, errorId, examplesId, ErrorSchemaBuilder, findSchemaDefinition, getDateElementProps, getDiscriminatorFieldFromSchema, getInputProps, getOptionMatchingSimpleDiscriminator, getSchemaType, getSubmitButtonOptions, getTemplate, getUiOptions, getWidget, guessType, hasWidget, hashForSchema, helpId, isConstant, isCustomWidget, isFixedItems, isObject, labelValue, localToUTC, mergeDefaultsWithFormData, mergeObjects, mergeSchemas, optionId, optionsList, orderProperties, pad, parseDateString, rangeSpec, replaceStringParameters, schemaRequiresTrueValue, shouldRender, titleId, toConstant, toDateString, toErrorList, toErrorSchema, unwrapErrorHandler, utcToLocal, validationDataMerge, withIdRefPrefix, }; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@rjsf/utils", | ||
"version": "5.15.1", | ||
"version": "5.16.0", | ||
"main": "dist/index.js", | ||
@@ -46,25 +46,25 @@ "module": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.22.17", | ||
"@babel/core": "^7.23.7", | ||
"@babel/plugin-proposal-class-properties": "^7.18.6", | ||
"@babel/plugin-proposal-optional-chaining": "^7.21.0", | ||
"@babel/preset-env": "^7.22.15", | ||
"@babel/preset-react": "^7.22.15", | ||
"@babel/preset-typescript": "^7.22.15", | ||
"@types/jest": "^29.5.5", | ||
"@types/json-schema": "^7.0.12", | ||
"@types/json-schema-merge-allof": "^0.6.1", | ||
"@types/lodash": "^4.14.198", | ||
"@types/react": "^17.0.65", | ||
"@types/react-is": "^17.0.4", | ||
"@types/react-test-renderer": "^17.0.3", | ||
"babel-jest": "^29.6.4", | ||
"@babel/preset-env": "^7.23.7", | ||
"@babel/preset-react": "^7.23.3", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@types/jest": "^29.5.11", | ||
"@types/json-schema": "^7.0.15", | ||
"@types/json-schema-merge-allof": "^0.6.5", | ||
"@types/lodash": "^4.14.202", | ||
"@types/react": "^17.0.74", | ||
"@types/react-is": "^17.0.7", | ||
"@types/react-test-renderer": "^17.0.9", | ||
"babel-jest": "^29.7.0", | ||
"deep-freeze-es6": "^1.4.1", | ||
"esbuild": "^0.18.20", | ||
"eslint": "^8.48.0", | ||
"jest": "^29.6.4", | ||
"jest-environment-jsdom": "^29.6.4", | ||
"eslint": "^8.56.0", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"react": "^17.0.2", | ||
"react-test-renderer": "^17.0.2", | ||
"rimraf": "^5.0.1", | ||
"rollup": "^3.29.0", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^3.29.4", | ||
"typescript": "^4.9.5" | ||
@@ -90,3 +90,3 @@ }, | ||
"license": "Apache-2.0", | ||
"gitHead": "61dc9b87f52de3402dd369d11a7eb931d666bb6e" | ||
"gitHead": "c7ed12043fdd91bc1344ffd7c9404deac31374a7" | ||
} |
@@ -16,2 +16,3 @@ import allowAdditionalItems from './allowAdditionalItems'; | ||
import findSchemaDefinition from './findSchemaDefinition'; | ||
import getDateElementProps, { type DateElementFormat } from './getDateElementProps'; | ||
import getDiscriminatorFieldFromSchema from './getDiscriminatorFieldFromSchema'; | ||
@@ -69,2 +70,3 @@ import getInputProps from './getInputProps'; | ||
createSchemaUtils, | ||
DateElementFormat, | ||
dataURItoBlob, | ||
@@ -83,2 +85,3 @@ deepEquals, | ||
findSchemaDefinition, | ||
getDateElementProps, | ||
getDiscriminatorFieldFromSchema, | ||
@@ -85,0 +88,0 @@ getInputProps, |
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 too big to display
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
1600751
306
19262