mobx-react-hook-form 2.0.5 → 2.0.6
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/mobx-form/mobx-form.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Disposable } from 'disposer-util';
|
|
2
2
|
import { FormState, SubmitErrorHandler, SubmitHandler, UseFormProps, UseFormReturn } from 'react-hook-form';
|
|
3
|
-
import type { AnyObject, Maybe } from '
|
|
3
|
+
import type { AnyObject, Maybe } from 'yummies/utils/types';
|
|
4
4
|
import { ConnectedMobxForm, MobxFormParams } from './mobx-form.types';
|
|
5
5
|
export declare class MobxForm<TFieldValues extends AnyObject, TContext = any, TFieldOutputValues extends AnyObject = TFieldValues> implements Disposable {
|
|
6
6
|
private config;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { IDisposer } from 'disposer-util';
|
|
2
2
|
import { SubmitErrorHandler, SubmitHandler, UseFormProps, UseFormReturn } from 'react-hook-form';
|
|
3
|
-
import type { AnyObject } from '
|
|
3
|
+
import type { AnyObject } from 'yummies/utils/types';
|
|
4
4
|
import type { MobxForm } from './mobx-form';
|
|
5
5
|
/**
|
|
6
6
|
* Additional options for {@link MobxForm} constructor
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mobx-react-hook-form",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "js2me",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"disposer-util": "^1.0.11",
|
|
16
16
|
"linked-abort-controller": "^1.0.1",
|
|
17
17
|
"lodash-es": "^4.17.21",
|
|
18
|
-
"
|
|
18
|
+
"yummies": "^3.0.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/lodash-es": "4.17.12",
|