@pixpilot/formily-shadcn 1.4.0 → 1.4.1

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 (41) hide show
  1. package/dist/components/Checkbox.d.ts +2 -2
  2. package/dist/components/Form.d.cts +2 -2
  3. package/dist/components/Form.d.ts +2 -2
  4. package/dist/components/FormGrid.d.cts +2 -2
  5. package/dist/components/FormGrid.d.ts +2 -2
  6. package/dist/components/IconPicker.d.cts +3 -3
  7. package/dist/components/IconPicker.d.ts +3 -3
  8. package/dist/components/IconToggle.d.cts +2 -2
  9. package/dist/components/IconToggle.d.ts +3 -3
  10. package/dist/components/Input.d.cts +3 -3
  11. package/dist/components/Input.d.ts +3 -3
  12. package/dist/components/Radio.d.ts +2 -2
  13. package/dist/components/Rating.d.cts +4 -4
  14. package/dist/components/Rating.d.ts +4 -4
  15. package/dist/components/Row.d.ts +2 -2
  16. package/dist/components/Separator.d.cts +2 -2
  17. package/dist/components/Separator.d.ts +2 -2
  18. package/dist/components/Switch.d.cts +2 -2
  19. package/dist/components/Switch.d.ts +2 -2
  20. package/dist/components/TagsInputInline.d.cts +3 -3
  21. package/dist/components/TagsInputInline.d.ts +3 -3
  22. package/dist/components/Textarea.d.cts +2 -2
  23. package/dist/components/Textarea.d.ts +2 -2
  24. package/dist/components/ToggleButton.d.cts +3 -3
  25. package/dist/components/ToggleGroup.cjs +42 -16
  26. package/dist/components/ToggleGroup.d.cts +4 -3
  27. package/dist/components/ToggleGroup.d.ts +4 -3
  28. package/dist/components/ToggleGroup.js +42 -16
  29. package/dist/components/number/NumberInput.d.ts +3 -3
  30. package/dist/components/schema-field/schema-field-basics.d.cts +303 -303
  31. package/dist/components/schema-field/schema-field-extended.d.cts +633 -633
  32. package/dist/components/schema-field/schema-field-extended.d.ts +632 -632
  33. package/dist/components/schema-field/schema-field.d.cts +398 -398
  34. package/dist/components/schema-field/schema-field.d.ts +412 -412
  35. package/dist/components/slider/Slider.d.cts +3 -3
  36. package/dist/components/slider/Slider.d.ts +2 -2
  37. package/dist/components/slider/SliderInput.d.cts +3 -3
  38. package/dist/components/slider/SliderInput.d.ts +2 -2
  39. package/dist/components/slider/SliderSelect.d.cts +3 -3
  40. package/dist/components/slider/SliderSelect.d.ts +2 -2
  41. package/package.json +2 -2
@@ -1,11 +1,11 @@
1
- import * as react35 from "react";
2
- import * as _pixpilot_shadcn_ui23 from "@pixpilot/shadcn-ui";
1
+ import * as react1918 from "react";
2
+ import * as _pixpilot_shadcn_ui519 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: react35.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui23.SliderProps>, "ref"> & react35.RefAttributes<unknown>>;
9
+ declare const Slider: react1918.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui519.SliderProps>, "ref"> & react1918.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { Slider };
@@ -1,4 +1,4 @@
1
- import * as react1918 from "react";
1
+ import * as react1914 from "react";
2
2
  import * as _pixpilot_shadcn_ui519 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/slider/Slider.d.ts
@@ -6,6 +6,6 @@ import * as _pixpilot_shadcn_ui519 from "@pixpilot/shadcn-ui";
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: react1914.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui519.SliderProps>, "ref"> & react1914.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { Slider$1 as Slider };
@@ -1,7 +1,7 @@
1
- import * as react39 from "react";
2
- import * as _pixpilot_shadcn_ui25 from "@pixpilot/shadcn-ui";
1
+ import * as react1920 from "react";
2
+ import * as _pixpilot_shadcn_ui520 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/slider/SliderInput.d.ts
5
- declare const SliderInput: react39.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui25.SliderInputProps>, "ref"> & react39.RefAttributes<unknown>>;
5
+ declare const SliderInput: react1920.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui520.SliderInputProps>, "ref"> & react1920.RefAttributes<unknown>>;
6
6
  //#endregion
7
7
  export { SliderInput };
@@ -1,7 +1,7 @@
1
- import * as react1920 from "react";
1
+ import * as react1916 from "react";
2
2
  import * as _pixpilot_shadcn_ui520 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_ui520.SliderInputProps>, "ref"> & react1916.RefAttributes<unknown>>;
6
6
  //#endregion
7
7
  export { SliderInput$1 as SliderInput };
@@ -1,11 +1,11 @@
1
- import * as react37 from "react";
2
- import * as _pixpilot_shadcn_ui24 from "@pixpilot/shadcn-ui";
1
+ import * as react1916 from "react";
2
+ import * as _pixpilot_shadcn_ui518 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: react37.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui24.SliderSelectProps>, "ref"> & react37.RefAttributes<unknown>>;
9
+ declare const SliderSelect: react1916.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui518.SliderSelectProps>, "ref"> & react1916.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { SliderSelect };
@@ -1,4 +1,4 @@
1
- import * as react1916 from "react";
1
+ import * as react1912 from "react";
2
2
  import * as _pixpilot_shadcn_ui518 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/slider/SliderSelect.d.ts
@@ -6,6 +6,6 @@ import * as _pixpilot_shadcn_ui518 from "@pixpilot/shadcn-ui";
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: react1912.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui518.SliderSelectProps>, "ref"> & react1912.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.4.0",
4
+ "version": "1.4.1",
5
5
  "description": "Formily integration for shadcn/ui components",
6
6
  "author": "m.doaie <m.doaie@hotmail.com>",
7
7
  "license": "MIT",
@@ -59,8 +59,8 @@
59
59
  "tsdown": "^0.15.12",
60
60
  "typescript": "^5.9.3",
61
61
  "@internal/eslint-config": "0.3.0",
62
- "@internal/tsdown-config": "0.1.0",
63
62
  "@internal/prettier-config": "0.0.1",
63
+ "@internal/tsdown-config": "0.1.0",
64
64
  "@internal/tsconfig": "0.1.0",
65
65
  "@internal/vitest-config": "0.1.0"
66
66
  },