@pixpilot/formily-shadcn 1.7.4 → 1.8.0

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.
Files changed (36) hide show
  1. package/dist/components/Checkbox.d.ts +2 -2
  2. package/dist/components/DatePicker.d.ts +3 -3
  3. package/dist/components/IconPicker.d.cts +3 -3
  4. package/dist/components/IconPicker.d.ts +3 -3
  5. package/dist/components/IconToggle.d.cts +2 -2
  6. package/dist/components/Radio.d.ts +2 -2
  7. package/dist/components/Row.d.ts +2 -2
  8. package/dist/components/Separator.d.ts +2 -2
  9. package/dist/components/Switch.d.ts +2 -2
  10. package/dist/components/TagsInputInline.d.ts +2 -2
  11. package/dist/components/Textarea.d.ts +2 -2
  12. package/dist/components/file-upload/AvatarUpload.cjs +2 -6
  13. package/dist/components/file-upload/AvatarUpload.js +2 -6
  14. package/dist/components/file-upload/FileUpload.cjs +4 -8
  15. package/dist/components/file-upload/FileUpload.d.cts +10 -10
  16. package/dist/components/file-upload/FileUpload.d.ts +10 -10
  17. package/dist/components/file-upload/FileUpload.js +4 -8
  18. package/dist/components/file-upload/FileUploadInline.cjs +2 -6
  19. package/dist/components/file-upload/FileUploadInline.d.cts +8 -8
  20. package/dist/components/file-upload/FileUploadInline.d.ts +8 -8
  21. package/dist/components/file-upload/FileUploadInline.js +2 -6
  22. package/dist/components/file-upload/map-upload-props.cjs +46 -0
  23. package/dist/components/file-upload/map-upload-props.js +45 -0
  24. package/dist/components/schema-field/schema-field-basics.d.cts +303 -303
  25. package/dist/components/schema-field/schema-field-basics.d.ts +34 -34
  26. package/dist/components/schema-field/schema-field-extended.d.cts +298 -298
  27. package/dist/components/schema-field/schema-field-extended.d.ts +298 -298
  28. package/dist/components/schema-field/schema-field.d.cts +413 -413
  29. package/dist/components/schema-field/schema-field.d.ts +100 -100
  30. package/dist/components/slider/Slider.d.cts +3 -3
  31. package/dist/components/slider/Slider.d.ts +3 -3
  32. package/dist/components/slider/SliderInput.d.cts +2 -2
  33. package/dist/components/slider/SliderInput.d.ts +3 -3
  34. package/dist/components/slider/SliderSelect.d.cts +3 -3
  35. package/dist/components/slider/SliderSelect.d.ts +3 -3
  36. package/package.json +4 -4
@@ -1,11 +1,11 @@
1
- import * as react1918 from "react";
2
- import * as _pixpilot_shadcn_ui519 from "@pixpilot/shadcn-ui";
1
+ import * as react1916 from "react";
2
+ import * as _pixpilot_shadcn_ui566 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/slider/Slider.d.ts
5
5
  /**
6
6
  * Formily-connected Slider component
7
7
  * Range input for selecting numeric values
8
8
  */
9
- declare const Slider: react1918.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui519.SliderProps>, "ref"> & react1918.RefAttributes<unknown>>;
9
+ declare const Slider: react1916.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui566.SliderProps>, "ref"> & react1916.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { Slider };
@@ -1,11 +1,11 @@
1
- import * as react1918 from "react";
2
- import * as _pixpilot_shadcn_ui519 from "@pixpilot/shadcn-ui";
1
+ import * as react1920 from "react";
2
+ import * as _pixpilot_shadcn_ui568 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/slider/Slider.d.ts
5
5
  /**
6
6
  * Formily-connected Slider component
7
7
  * Range input for selecting numeric values
8
8
  */
9
- declare const Slider$1: react1918.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui519.SliderProps>, "ref"> & react1918.RefAttributes<unknown>>;
9
+ declare const Slider$1: react1920.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui568.SliderProps>, "ref"> & react1920.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { Slider$1 as Slider };
@@ -1,7 +1,7 @@
1
1
  import * as react1920 from "react";
2
- import * as _pixpilot_shadcn_ui520 from "@pixpilot/shadcn-ui";
2
+ import * as _pixpilot_shadcn_ui568 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/slider/SliderInput.d.ts
5
- declare const SliderInput: react1920.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui520.SliderInputProps>, "ref"> & react1920.RefAttributes<unknown>>;
5
+ declare const SliderInput: react1920.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui568.SliderInputProps>, "ref"> & react1920.RefAttributes<unknown>>;
6
6
  //#endregion
7
7
  export { SliderInput };
@@ -1,7 +1,7 @@
1
- import * as react1920 from "react";
2
- import * as _pixpilot_shadcn_ui520 from "@pixpilot/shadcn-ui";
1
+ import * as react1916 from "react";
2
+ import * as _pixpilot_shadcn_ui566 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/slider/SliderInput.d.ts
5
- declare const SliderInput$1: react1920.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui520.SliderInputProps>, "ref"> & react1920.RefAttributes<unknown>>;
5
+ declare const SliderInput$1: react1916.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui566.SliderInputProps>, "ref"> & react1916.RefAttributes<unknown>>;
6
6
  //#endregion
7
7
  export { SliderInput$1 as SliderInput };
@@ -1,11 +1,11 @@
1
- import * as react1916 from "react";
2
- import * as _pixpilot_shadcn_ui518 from "@pixpilot/shadcn-ui";
1
+ import * as react1918 from "react";
2
+ import * as _pixpilot_shadcn_ui567 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/slider/SliderSelect.d.ts
5
5
  /**
6
6
  * Formily-connected SliderSelect component
7
7
  * Discrete slider that maps between provided options
8
8
  */
9
- declare const SliderSelect: react1916.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui518.SliderSelectProps>, "ref"> & react1916.RefAttributes<unknown>>;
9
+ declare const SliderSelect: react1918.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui567.SliderSelectProps>, "ref"> & react1918.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { SliderSelect };
@@ -1,11 +1,11 @@
1
- import * as react1916 from "react";
2
- import * as _pixpilot_shadcn_ui518 from "@pixpilot/shadcn-ui";
1
+ import * as react1918 from "react";
2
+ import * as _pixpilot_shadcn_ui567 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/slider/SliderSelect.d.ts
5
5
  /**
6
6
  * Formily-connected SliderSelect component
7
7
  * Discrete slider that maps between provided options
8
8
  */
9
- declare const SliderSelect$1: react1916.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui518.SliderSelectProps>, "ref"> & react1916.RefAttributes<unknown>>;
9
+ declare const SliderSelect$1: react1918.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui567.SliderSelectProps>, "ref"> & react1918.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { SliderSelect$1 as SliderSelect };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pixpilot/formily-shadcn",
3
3
  "type": "module",
4
- "version": "1.7.4",
4
+ "version": "1.8.0",
5
5
  "description": "Formily integration for shadcn/ui components",
6
6
  "author": "m.doaie <m.doaie@hotmail.com>",
7
7
  "license": "MIT",
@@ -44,8 +44,8 @@
44
44
  "json-schema-traverse": "^1.0.0",
45
45
  "lucide-react": "^0.562.0",
46
46
  "pretty-bytes": "^7.1.0",
47
- "@pixpilot/shadcn-ui": "1.6.0",
48
- "@pixpilot/shadcn": "1.2.0"
47
+ "@pixpilot/shadcn": "1.2.0",
48
+ "@pixpilot/shadcn-ui": "1.7.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@storybook/react": "^8.6.14",
@@ -58,8 +58,8 @@
58
58
  "react-dom": "19.2.0",
59
59
  "tsdown": "^0.15.12",
60
60
  "typescript": "^5.9.3",
61
- "@internal/prettier-config": "0.0.1",
62
61
  "@internal/eslint-config": "0.3.0",
62
+ "@internal/prettier-config": "0.0.1",
63
63
  "@internal/tsconfig": "0.1.0",
64
64
  "@internal/tsdown-config": "0.1.0",
65
65
  "@internal/vitest-config": "0.1.0"