@uxf/form 11.88.0 → 11.88.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.
- package/gps-input/gps-input.d.ts +1 -1
- package/package.json +2 -2
package/gps-input/gps-input.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export type GpsInputProps<FormData extends FieldValues> = ControlProps<FormData>
|
|
|
13
13
|
requiredMessage?: string;
|
|
14
14
|
};
|
|
15
15
|
export type GpsInputValue = Gps;
|
|
16
|
-
export declare function GpsInput<FormData extends
|
|
16
|
+
export declare function GpsInput<FormData extends FieldValues>(props: GpsInputProps<FormData>): React.JSX.Element;
|
|
17
17
|
export declare namespace GpsInput {
|
|
18
18
|
var displayName: string;
|
|
19
19
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uxf/form",
|
|
3
|
-
"version": "11.88.
|
|
3
|
+
"version": "11.88.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@uxf/core": "11.88.0",
|
|
20
20
|
"@uxf/core-react": "11.88.0",
|
|
21
|
-
"@uxf/ui": "11.88.
|
|
21
|
+
"@uxf/ui": "11.88.2",
|
|
22
22
|
"coordinate-parser": "1.0.7",
|
|
23
23
|
"dayjs": "1.11.19",
|
|
24
24
|
"react-hook-form": "7.66.0"
|