@uxf/form 11.21.4 → 11.21.5
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,5 +1,5 @@
|
|
|
1
|
+
import { FileResponse } from "@uxf/core/types";
|
|
1
2
|
import { AvatarFileInputProps as UIAvatarFileInputProps } from "@uxf/ui/avatar-file-input";
|
|
2
|
-
import { FileResponse } from "@uxf/ui/types";
|
|
3
3
|
import React from "react";
|
|
4
4
|
import { FieldValues } from "react-hook-form";
|
|
5
5
|
import { ControlProps } from "../types";
|
|
@@ -22,6 +22,7 @@ const DUMMY_FILES = [
|
|
|
22
22
|
uuid: "1",
|
|
23
23
|
name: "file1",
|
|
24
24
|
extension: "jpg",
|
|
25
|
+
namespace: null,
|
|
25
26
|
progress: null,
|
|
26
27
|
},
|
|
27
28
|
{
|
|
@@ -29,6 +30,7 @@ const DUMMY_FILES = [
|
|
|
29
30
|
uuid: "2",
|
|
30
31
|
name: "file2",
|
|
31
32
|
extension: "pdf",
|
|
33
|
+
namespace: null,
|
|
32
34
|
progress: null,
|
|
33
35
|
},
|
|
34
36
|
];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { FileResponse } from "@uxf/core/types";
|
|
1
2
|
import { FileInputProps as UIFileInputProps } from "@uxf/ui/file-input";
|
|
2
|
-
import { FileResponse } from "@uxf/ui/types";
|
|
3
3
|
import React from "react";
|
|
4
4
|
import { FieldValues } from "react-hook-form";
|
|
5
5
|
import { ControlProps } from "../types";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uxf/form",
|
|
3
|
-
"version": "11.21.
|
|
3
|
+
"version": "11.21.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"author": "UX Fans s.r.o",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@uxf/ui": "11.21.
|
|
15
|
+
"@uxf/ui": "11.21.5",
|
|
16
16
|
"coordinate-parser": "1.0.7",
|
|
17
17
|
"dayjs": "1.11.10",
|
|
18
18
|
"react-hook-form": "7.51.0"
|