@pixpilot/formily-shadcn 0.8.1 → 0.8.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,5 +1,5 @@
1
1
  import React from "react";
2
- import * as _pixpilot_shadcn_ui190 from "@pixpilot/shadcn-ui";
2
+ import * as _pixpilot_shadcn_ui198 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/file-upload/file-upload-inline.d.ts
5
5
 
@@ -7,14 +7,14 @@ import * as _pixpilot_shadcn_ui190 from "@pixpilot/shadcn-ui";
7
7
  * Formily-connected FileUploadInline component
8
8
  * Automatically connects shadcn FileUploadInline to Formily field state
9
9
  */
10
- declare const FileUploadInline: React.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui190.FileUploadInlineBaseProps & {
10
+ declare const FileUploadInline: React.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui198.FileUploadInlineBaseProps & {
11
11
  multiple: true;
12
- value?: _pixpilot_shadcn_ui190.FileMetadata[];
13
- onChange?: _pixpilot_shadcn_ui190.OnChangeMultipleFiles;
14
- } & _pixpilot_shadcn_ui190.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui190.FileUploadInlineBaseProps & {
12
+ value?: _pixpilot_shadcn_ui198.FileMetadata[];
13
+ onChange?: _pixpilot_shadcn_ui198.OnChangeMultipleFiles;
14
+ } & _pixpilot_shadcn_ui198.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui198.FileUploadInlineBaseProps & {
15
15
  multiple?: false;
16
- value?: _pixpilot_shadcn_ui190.FileMetadata | null;
17
- onChange?: _pixpilot_shadcn_ui190.OnChangeSingleFile;
18
- } & _pixpilot_shadcn_ui190.FileUploadBaseProps>, "ref">) & React.RefAttributes<unknown>>;
16
+ value?: _pixpilot_shadcn_ui198.FileMetadata | null;
17
+ onChange?: _pixpilot_shadcn_ui198.OnChangeSingleFile;
18
+ } & _pixpilot_shadcn_ui198.FileUploadBaseProps>, "ref">) & React.RefAttributes<unknown>>;
19
19
  //#endregion
20
20
  export { FileUploadInline };
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import * as _pixpilot_shadcn_ui198 from "@pixpilot/shadcn-ui";
2
+ import * as _pixpilot_shadcn_ui190 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/file-upload/file-upload.d.ts
5
5
 
@@ -7,14 +7,14 @@ import * as _pixpilot_shadcn_ui198 from "@pixpilot/shadcn-ui";
7
7
  * Formily-connected FileUploadInline component
8
8
  * Automatically connects shadcn FileUploadInline to Formily field state
9
9
  */
10
- declare const FileUpload: React.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui198.FileUploadInlineBaseProps & {
10
+ declare const FileUpload: React.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui190.FileUploadInlineBaseProps & {
11
11
  multiple: true;
12
- value?: _pixpilot_shadcn_ui198.FileMetadata[];
13
- onChange?: _pixpilot_shadcn_ui198.OnChangeMultipleFiles;
14
- } & _pixpilot_shadcn_ui198.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui198.FileUploadInlineBaseProps & {
12
+ value?: _pixpilot_shadcn_ui190.FileMetadata[];
13
+ onChange?: _pixpilot_shadcn_ui190.OnChangeMultipleFiles;
14
+ } & _pixpilot_shadcn_ui190.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui190.FileUploadInlineBaseProps & {
15
15
  multiple?: false;
16
- value?: _pixpilot_shadcn_ui198.FileMetadata | null;
17
- onChange?: _pixpilot_shadcn_ui198.OnChangeSingleFile;
18
- } & _pixpilot_shadcn_ui198.FileUploadBaseProps>, "ref">) & React.RefAttributes<unknown>>;
16
+ value?: _pixpilot_shadcn_ui190.FileMetadata | null;
17
+ onChange?: _pixpilot_shadcn_ui190.OnChangeSingleFile;
18
+ } & _pixpilot_shadcn_ui190.FileUploadBaseProps>, "ref">) & React.RefAttributes<unknown>>;
19
19
  //#endregion
20
20
  export { FileUpload };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pixpilot/formily-shadcn",
3
3
  "type": "module",
4
- "version": "0.8.1",
4
+ "version": "0.8.2",
5
5
  "description": "Formily integration for shadcn/ui components",
6
6
  "author": "m.doaie <m.doaie@hotmail.com>",
7
7
  "license": "MIT",
@@ -39,8 +39,8 @@
39
39
  "json-schema-traverse": "^1.0.0",
40
40
  "lucide-react": "^0.554.0",
41
41
  "pretty-bytes": "^7.1.0",
42
- "@pixpilot/shadcn-ui": "0.4.1",
43
- "@pixpilot/shadcn": "0.3.0"
42
+ "@pixpilot/shadcn": "0.3.1",
43
+ "@pixpilot/shadcn-ui": "0.4.2"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@storybook/react": "^10.0.8",
@@ -56,8 +56,8 @@
56
56
  "@internal/eslint-config": "0.3.0",
57
57
  "@internal/prettier-config": "0.0.1",
58
58
  "@internal/tsconfig": "0.1.0",
59
- "@internal/vitest-config": "0.1.0",
60
- "@internal/tsdown-config": "0.1.0"
59
+ "@internal/tsdown-config": "0.1.0",
60
+ "@internal/vitest-config": "0.1.0"
61
61
  },
62
62
  "prettier": "@internal/prettier-config",
63
63
  "scripts": {