@mobx-ecosystem/mobx-form 2.14.1 → 2.14.2
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FieldService } from "./field-service";
|
|
2
2
|
import { AutocompleteFieldOptionsType, FieldOptionsType, IField, ValueType } from "./types";
|
|
3
|
-
export declare class AutocompleteFieldService<T extends ValueType<
|
|
3
|
+
export declare class AutocompleteFieldService<T extends ValueType<object | unknown[]> = ValueType<object | unknown[]>> implements IField {
|
|
4
4
|
field: FieldService<T>;
|
|
5
5
|
inputField: FieldService<string, {
|
|
6
6
|
value: string;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@mobx-ecosystem/mobx-form",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "2.14.
|
|
5
|
+
"version": "2.14.2",
|
|
6
6
|
"description": "provides the ability to use forms with validation in MobX stores",
|
|
7
7
|
"main": "./dist/index.prod.js",
|
|
8
8
|
"types": "./dist/index.d.ts",
|