@pixpilot/formily-shadcn 0.21.10 → 0.22.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 (30) hide show
  1. package/dist/components/date-picker.d.cts +3 -3
  2. package/dist/components/date-picker.d.ts +3 -3
  3. package/dist/components/file-upload/file-upload.d.cts +8 -8
  4. package/dist/components/form.d.cts +2 -2
  5. package/dist/components/icon-picker.d.cts +3 -3
  6. package/dist/components/icon-picker.d.ts +3 -3
  7. package/dist/components/input.d.cts +3 -3
  8. package/dist/components/input.d.ts +3 -3
  9. package/dist/components/number/number-input.d.ts +3 -3
  10. package/dist/components/object-container.cjs +5 -4
  11. package/dist/components/object-container.d.cts +12 -6
  12. package/dist/components/object-container.d.ts +12 -6
  13. package/dist/components/object-container.js +5 -4
  14. package/dist/components/radio.d.cts +2 -2
  15. package/dist/components/schema-field/schema-field-basics.d.cts +233 -233
  16. package/dist/components/schema-field/schema-field-basics.d.ts +248 -248
  17. package/dist/components/schema-field/schema-field-extended.d.cts +274 -274
  18. package/dist/components/schema-field/schema-field-extended.d.ts +545 -545
  19. package/dist/components/schema-field/schema-field.d.cts +319 -319
  20. package/dist/components/schema-field/schema-field.d.ts +319 -319
  21. package/dist/components/separator.d.ts +2 -2
  22. package/dist/components/slider/slider-input.d.ts +3 -3
  23. package/dist/components/slider/slider-select.d.cts +3 -3
  24. package/dist/components/slider/slider-select.d.ts +3 -3
  25. package/dist/components/slider/slider.d.ts +3 -3
  26. package/dist/components/switch.d.ts +2 -2
  27. package/dist/components/tags-input-inline.d.cts +2 -2
  28. package/dist/components/textarea.d.cts +2 -2
  29. package/dist/components/textarea.d.ts +2 -2
  30. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import * as react10 from "react";
1
+ import * as react19 from "react";
2
2
  import * as _radix_ui_react_separator0 from "@radix-ui/react-separator";
3
3
 
4
4
  //#region src/components/separator.d.ts
@@ -6,6 +6,6 @@ import * as _radix_ui_react_separator0 from "@radix-ui/react-separator";
6
6
  * Formily-connected Separator component
7
7
  * A visual divider for content sections
8
8
  */
9
- declare const Separator: react10.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react10.RefAttributes<HTMLDivElement>>, "ref"> & react10.RefAttributes<unknown>>;
9
+ declare const Separator: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react19.RefAttributes<HTMLDivElement>>, "ref"> & react19.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { Separator };
@@ -1,7 +1,7 @@
1
- import * as react1517 from "react";
2
- import * as _pixpilot_shadcn_ui381 from "@pixpilot/shadcn-ui";
1
+ import * as react1515 from "react";
2
+ import * as _pixpilot_shadcn_ui380 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/slider/slider-input.d.ts
5
- declare const SliderInput$1: react1517.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui381.SliderInputProps>, "ref"> & react1517.RefAttributes<unknown>>;
5
+ declare const SliderInput$1: react1515.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui380.SliderInputProps>, "ref"> & react1515.RefAttributes<unknown>>;
6
6
  //#endregion
7
7
  export { SliderInput$1 as SliderInput };
@@ -1,11 +1,11 @@
1
- import * as react633 from "react";
2
- import * as _pixpilot_shadcn_ui302 from "@pixpilot/shadcn-ui";
1
+ import * as react1513 from "react";
2
+ import * as _pixpilot_shadcn_ui379 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/slider/slider-select.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: react633.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui302.SliderSelectProps>, "ref"> & react633.RefAttributes<unknown>>;
9
+ declare const SliderSelect: react1513.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui379.SliderSelectProps>, "ref"> & react1513.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { SliderSelect };
@@ -1,11 +1,11 @@
1
- import * as react1513 from "react";
2
- import * as _pixpilot_shadcn_ui379 from "@pixpilot/shadcn-ui";
1
+ import * as react1517 from "react";
2
+ import * as _pixpilot_shadcn_ui381 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/slider/slider-select.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: react1513.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui379.SliderSelectProps>, "ref"> & react1513.RefAttributes<unknown>>;
9
+ declare const SliderSelect$1: react1517.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui381.SliderSelectProps>, "ref"> & react1517.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { SliderSelect$1 as SliderSelect };
@@ -1,11 +1,11 @@
1
- import * as react1515 from "react";
2
- import * as _pixpilot_shadcn_ui380 from "@pixpilot/shadcn-ui";
1
+ import * as react1513 from "react";
2
+ import * as _pixpilot_shadcn_ui379 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: react1515.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui380.SliderProps>, "ref"> & react1515.RefAttributes<unknown>>;
9
+ declare const Slider$1: react1513.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui379.SliderProps>, "ref"> & react1513.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { Slider$1 as Slider };
@@ -1,4 +1,4 @@
1
- import * as react15 from "react";
1
+ import * as react10 from "react";
2
2
  import * as _radix_ui_react_switch0 from "@radix-ui/react-switch";
3
3
 
4
4
  //#region src/components/switch.d.ts
@@ -6,6 +6,6 @@ import * as _radix_ui_react_switch0 from "@radix-ui/react-switch";
6
6
  * Formily-connected Switch component
7
7
  * Toggle switch for boolean values
8
8
  */
9
- declare const Switch: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
9
+ declare const Switch: react10.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react10.RefAttributes<HTMLButtonElement>>, "ref"> & react10.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { Switch };
@@ -1,4 +1,4 @@
1
- import * as react20 from "react";
1
+ import * as react16 from "react";
2
2
  import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/tags-input-inline.d.ts
@@ -10,6 +10,6 @@ import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
10
10
  * Based on DiceUI's tags-input for inline tag editing with keyboard navigation
11
11
  * and validation support.
12
12
  */
13
- declare const TagsInputInLine: react20.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui0.TagsInputProps> & react20.RefAttributes<unknown>>;
13
+ declare const TagsInputInLine: react16.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui0.TagsInputProps> & react16.RefAttributes<unknown>>;
14
14
  //#endregion
15
15
  export { TagsInputInLine };
@@ -1,9 +1,9 @@
1
- import * as react16 from "react";
1
+ import * as react18 from "react";
2
2
 
3
3
  //#region src/components/textarea.d.ts
4
4
  /**
5
5
  * Formily-connected Textarea component
6
6
  */
7
- declare const Textarea: react16.ForwardRefExoticComponent<Omit<Partial<react16.ClassAttributes<HTMLTextAreaElement> & react16.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react16.RefAttributes<unknown>>;
7
+ declare const Textarea: react18.ForwardRefExoticComponent<Omit<Partial<react18.ClassAttributes<HTMLTextAreaElement> & react18.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react18.RefAttributes<unknown>>;
8
8
  //#endregion
9
9
  export { Textarea };
@@ -1,9 +1,9 @@
1
- import * as react18 from "react";
1
+ import * as react15 from "react";
2
2
 
3
3
  //#region src/components/textarea.d.ts
4
4
  /**
5
5
  * Formily-connected Textarea component
6
6
  */
7
- declare const Textarea: react18.ForwardRefExoticComponent<Omit<Partial<react18.ClassAttributes<HTMLTextAreaElement> & react18.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react18.RefAttributes<unknown>>;
7
+ declare const Textarea: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLTextAreaElement> & react15.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react15.RefAttributes<unknown>>;
8
8
  //#endregion
9
9
  export { Textarea };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pixpilot/formily-shadcn",
3
3
  "type": "module",
4
- "version": "0.21.10",
4
+ "version": "0.22.0",
5
5
  "description": "Formily integration for shadcn/ui components",
6
6
  "author": "m.doaie <m.doaie@hotmail.com>",
7
7
  "license": "MIT",