Comparing version 0.0.10 to 0.0.11
@@ -1679,3 +1679,3 @@ "use strict"; | ||
init_define_import_meta(); | ||
var FORM_ID_FIELD_NAME = "__internal_rvf_form_id__"; | ||
var FORM_ID_FIELD_NAME = "rvfFormId"; | ||
@@ -1682,0 +1682,0 @@ // src/createValidator.ts |
@@ -317,3 +317,3 @@ import * as zustand_react from 'zustand/react'; | ||
declare const FORM_ID_FIELD_NAME = "__internal_rvf_form_id__"; | ||
declare const FORM_ID_FIELD_NAME = "rvfFormId"; | ||
@@ -340,2 +340,5 @@ /** | ||
export { AllProps, CreateValidatorArg, DomSubmitHandler, ErrorResult, FORM_ID_FIELD_NAME, FieldArrayValidationBehavior, FieldArrayValidationBehaviorConfig, FieldErrors, FieldSerializer, FieldValues, FormControl, FormScope, FormStore, FormStoreInit, FormStoreValue, GenericObject, Invalid, MultiFileInputValue, MutableImplStore, NativeValueByType, NumberInputValue, RefStore, ResolverQueue, SingleFileInputValue, StateSubmitHandler, StoreFlags, StoreFormProps, SubmitStatus, SubmitterOptions, SuccessResult, Valid, ValidationBehavior, ValidationBehaviorConfig, ValidationErrorResponseData, ValidationResult, Validator, ValidatorData, ValidatorError, ValueOfInputType, createFormScope, createFormStateStore, createRefStore, createResolverQueue, createValidator, deleteFieldsWithPrefix, focusFirst, focusOrReport, getAllDirty, getAllErrors, getAllTouched, getArrayUpdateKey, getCheckboxChecked, getElementsWithNames, getFieldArrayKeys, getFieldDefaultValue, getFieldDirty, getFieldError, getFieldTouched, getFieldValue, getFormAction, getFormControlValue, getFormId, getFormProps, getNextCheckboxValue, getNextNativeValue, getRadioChecked, isEvent, isFormControl, isValidationErrorResponse, moveFieldArrayKeys, objectFromPathEntries, onNativeBlur, onNativeChange, preprocessFormData, registerFormElementEvents, renameFlatFieldStateKeys, scopeFormScope, setFormControlValue, toArrayBehavior }; | ||
type ScopedValues<Scope> = Scope extends FormScope<infer U> ? U : never; | ||
type FieldValue<Scope, Path extends ValidStringPaths<ScopedValues<Scope>>> = ValueAtPath<ScopedValues<Scope>, StringToPathTuple<Path>>; | ||
export { AllProps, CreateValidatorArg, DomSubmitHandler, ErrorResult, FORM_ID_FIELD_NAME, FieldArrayValidationBehavior, FieldArrayValidationBehaviorConfig, FieldErrors, FieldSerializer, FieldValue, FieldValues, FormControl, FormScope, FormStore, FormStoreInit, FormStoreValue, GenericObject, Invalid, MultiFileInputValue, MutableImplStore, NativeValueByType, NumberInputValue, RefStore, ResolverQueue, ScopedValues, SingleFileInputValue, StateSubmitHandler, StoreFlags, StoreFormProps, SubmitStatus, SubmitterOptions, SuccessResult, Valid, ValidationBehavior, ValidationBehaviorConfig, ValidationErrorResponseData, ValidationResult, Validator, ValidatorData, ValidatorError, ValueOfInputType, createFormScope, createFormStateStore, createRefStore, createResolverQueue, createValidator, deleteFieldsWithPrefix, focusFirst, focusOrReport, getAllDirty, getAllErrors, getAllTouched, getArrayUpdateKey, getCheckboxChecked, getElementsWithNames, getFieldArrayKeys, getFieldDefaultValue, getFieldDirty, getFieldError, getFieldTouched, getFieldValue, getFormAction, getFormControlValue, getFormId, getFormProps, getNextCheckboxValue, getNextNativeValue, getRadioChecked, isEvent, isFormControl, isValidationErrorResponse, moveFieldArrayKeys, objectFromPathEntries, onNativeBlur, onNativeChange, preprocessFormData, registerFormElementEvents, renameFlatFieldStateKeys, scopeFormScope, setFormControlValue, toArrayBehavior }; |
@@ -1614,3 +1614,3 @@ var __getOwnPropNames = Object.getOwnPropertyNames; | ||
init_define_import_meta(); | ||
var FORM_ID_FIELD_NAME = "__internal_rvf_form_id__"; | ||
var FORM_ID_FIELD_NAME = "rvfFormId"; | ||
@@ -1617,0 +1617,0 @@ // src/createValidator.ts |
{ | ||
"name": "@rvf/core", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Easy, predictable form state management for React", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs.js", |
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
13110476
122226