@mittwald/flow-react-components 0.2.0-alpha.679 → 0.2.0-alpha.680
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/assets/doc-properties.json +2496 -2334
- package/dist/js/components/src/integrations/react-hook-form/components/FormAction/FormAction.mjs +19 -0
- package/dist/js/components/src/integrations/react-hook-form/components/FormAction/FormAction.mjs.map +1 -0
- package/dist/js/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.mjs +35 -0
- package/dist/js/components/src/integrations/react-hook-form/components/FormAction/FormResetAction.mjs.map +1 -0
- package/dist/js/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.mjs +45 -0
- package/dist/js/components/src/integrations/react-hook-form/components/FormAction/FormSubmitAction.mjs.map +1 -0
- package/dist/js/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.mjs +5 -6
- package/dist/js/components/src/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.mjs.map +1 -1
- package/dist/js/components/src/integrations/react-hook-form/components/FormContextProvider/useFormSubmitAction.mjs +23 -24
- package/dist/js/components/src/integrations/react-hook-form/components/FormContextProvider/useFormSubmitAction.mjs.map +1 -1
- package/dist/js/components/src/integrations/react-hook-form/components/FormContextProvider/useUpdateReadOnly.mjs +14 -0
- package/dist/js/components/src/integrations/react-hook-form/components/FormContextProvider/useUpdateReadOnly.mjs.map +1 -0
- package/dist/js/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.mjs +2 -20
- package/dist/js/components/src/integrations/react-hook-form/components/ResetButton/ResetButton.mjs.map +1 -1
- package/dist/js/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.mjs +3 -15
- package/dist/js/components/src/integrations/react-hook-form/components/SubmitButton/SubmitButton.mjs.map +1 -1
- package/dist/js/react-hook-form.mjs +1 -0
- package/dist/js/react-hook-form.mjs.map +1 -1
- package/dist/types/integrations/react-hook-form/components/FormAction/FormAction.d.ts +10 -0
- package/dist/types/integrations/react-hook-form/components/FormAction/FormAction.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/components/FormAction/FormResetAction.d.ts +6 -0
- package/dist/types/integrations/react-hook-form/components/FormAction/FormResetAction.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/components/FormAction/FormSubmitAction.d.ts +6 -0
- package/dist/types/integrations/react-hook-form/components/FormAction/FormSubmitAction.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/components/FormAction/index.d.ts +2 -0
- package/dist/types/integrations/react-hook-form/components/FormAction/index.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.d.ts +1 -2
- package/dist/types/integrations/react-hook-form/components/FormContextProvider/FormContextProvider.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/FormContextProvider/useFormSubmitAction.d.ts +3 -9
- package/dist/types/integrations/react-hook-form/components/FormContextProvider/useFormSubmitAction.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/FormContextProvider/useUpdateReadOnly.d.ts +8 -0
- package/dist/types/integrations/react-hook-form/components/FormContextProvider/useUpdateReadOnly.d.ts.map +1 -0
- package/dist/types/integrations/react-hook-form/components/ResetButton/ResetButton.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/components/SubmitButton/SubmitButton.d.ts +4 -1
- package/dist/types/integrations/react-hook-form/components/SubmitButton/SubmitButton.d.ts.map +1 -1
- package/dist/types/integrations/react-hook-form/index.d.ts +1 -0
- package/dist/types/integrations/react-hook-form/index.d.ts.map +1 -1
- package/package.json +4 -4
- package/dist/js/components/src/integrations/react-hook-form/components/FormSubmitAction/FormSubmitAction.mjs +0 -17
- package/dist/js/components/src/integrations/react-hook-form/components/FormSubmitAction/FormSubmitAction.mjs.map +0 -1
- package/dist/types/integrations/react-hook-form/components/FormSubmitAction/FormSubmitAction.d.ts +0 -4
- package/dist/types/integrations/react-hook-form/components/FormSubmitAction/FormSubmitAction.d.ts.map +0 -1
- package/dist/types/integrations/react-hook-form/components/FormSubmitAction/index.d.ts +0 -2
- package/dist/types/integrations/react-hook-form/components/FormSubmitAction/index.d.ts.map +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.