Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Nov 8, 2022
1 parent 3599710 commit 7056b3e
Show file tree
Hide file tree
Showing 5 changed files with 516 additions and 122 deletions.
4 changes: 2 additions & 2 deletions dist/Formsy.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
import { FormsyContextInterface, IModel, InputComponent, IResetModel, IUpdateInputsWithError, IUpdateInputsWithValue, ValidationError } from './interfaces';
import { PassDownProps } from './withFormsy';
declare type FormHTMLAttributesCleaned = Omit<React.FormHTMLAttributes<HTMLFormElement>, 'onChange' | 'onSubmit'>;
declare type OnSubmitCallback = (model: IModel, resetModel: IResetModel, updateInputsWithError: IUpdateInputsWithError, event: React.SyntheticEvent<React.FormHTMLAttributes<any>>) => void;
declare type OnSubmitCallback = (model: IModel, resetModel: IResetModel, updateInputsWithError: IUpdateInputsWithError, event: React.SyntheticEvent<HTMLFormElement>) => void;
declare type FormElementType = string | React.ComponentType<{
onReset?: (e: React.SyntheticEvent) => void;
onSubmit?: (e: React.SyntheticEvent) => void;
Expand Down Expand Up @@ -78,7 +78,7 @@ export declare class Formsy extends React.Component<FormsyProps, FormsyState> {
attachToForm: (component: any) => void;
detachFromForm: <V>(component: InputComponent<V>) => void;
isChanged: () => boolean;
submit: (event?: React.SyntheticEvent) => void;
submit: (event?: React.SyntheticEvent<HTMLFormElement>) => void;
updateInputsWithError: IUpdateInputsWithError;
updateInputsWithValue: IUpdateInputsWithValue<any>;
validate: <V>(component: InputComponent<V>) => void;
Expand Down
2 changes: 1 addition & 1 deletion dist/formsy-react.cjs.development.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formsy-react.cjs.production.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/formsy-react.esm.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 7056b3e

Please # to comment.