@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
@@ -16,7 +16,7 @@ import { ToggleGroupBaseProps } from "../ToggleGroup.js";
16
16
  import * as _formily_react35 from "@formily/react";
17
17
  import { ISchema } from "@formily/react";
18
18
  import * as react684 from "react";
19
- import * as _pixpilot_shadcn_ui122 from "@pixpilot/shadcn-ui";
19
+ import * as _pixpilot_shadcn_ui126 from "@pixpilot/shadcn-ui";
20
20
  import * as _formily_core0 from "@formily/core";
21
21
  import * as _radix_ui_react_checkbox11 from "@radix-ui/react-checkbox";
22
22
  import * as _radix_ui_react_separator11 from "@radix-ui/react-separator";
@@ -76,7 +76,7 @@ declare const basicComponentRegistry: {
76
76
  value?: Date;
77
77
  onChange?: (date: Date | undefined) => void;
78
78
  placeholder?: string;
79
- } & Omit<_pixpilot_shadcn_ui122.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
79
+ } & Omit<_pixpilot_shadcn_ui126.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
80
80
  decorator: string;
81
81
  };
82
82
  FormGrid: {
@@ -94,11 +94,11 @@ declare const basicComponentRegistry: {
94
94
  }> & react684.RefAttributes<unknown>>;
95
95
  };
96
96
  IconToggle: {
97
- component: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
97
+ component: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
98
98
  decorator: string;
99
99
  };
100
100
  ToggleButton: {
101
- component: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
101
+ component: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
102
102
  decorator: string;
103
103
  };
104
104
  Input: {
@@ -171,7 +171,7 @@ declare const basicComponents: {
171
171
  value?: Date;
172
172
  onChange?: (date: Date | undefined) => void;
173
173
  placeholder?: string;
174
- } & Omit<_pixpilot_shadcn_ui122.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
174
+ } & Omit<_pixpilot_shadcn_ui126.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
175
175
  FormGrid: typeof FormGrid;
176
176
  FormItem: react684.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
177
177
  children?: react684.ReactNode | undefined;
@@ -180,8 +180,8 @@ declare const basicComponents: {
180
180
  children?: React.ReactNode;
181
181
  value?: string;
182
182
  }> & react684.RefAttributes<unknown>>;
183
- IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
184
- ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
183
+ IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
184
+ ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
185
185
  Input: react684.ForwardRefExoticComponent<Omit<Partial<react684.ClassAttributes<HTMLInputElement> & react684.InputHTMLAttributes<HTMLInputElement> & {
186
186
  prefix?: React.ReactNode;
187
187
  suffix?: React.ReactNode;
@@ -231,7 +231,7 @@ declare const SchemaFieldBasics: {
231
231
  value?: Date;
232
232
  onChange?: (date: Date | undefined) => void;
233
233
  placeholder?: string;
234
- } & Omit<_pixpilot_shadcn_ui122.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
234
+ } & Omit<_pixpilot_shadcn_ui126.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
235
235
  FormGrid: typeof FormGrid;
236
236
  FormItem: react684.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
237
237
  children?: react684.ReactNode | undefined;
@@ -240,8 +240,8 @@ declare const SchemaFieldBasics: {
240
240
  children?: React.ReactNode;
241
241
  value?: string;
242
242
  }> & react684.RefAttributes<unknown>>;
243
- IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
244
- ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
243
+ IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
244
+ ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
245
245
  Input: react684.ForwardRefExoticComponent<Omit<Partial<react684.ClassAttributes<HTMLInputElement> & react684.InputHTMLAttributes<HTMLInputElement> & {
246
246
  prefix?: React.ReactNode;
247
247
  suffix?: React.ReactNode;
@@ -290,7 +290,7 @@ declare const SchemaFieldBasics: {
290
290
  value?: Date;
291
291
  onChange?: (date: Date | undefined) => void;
292
292
  placeholder?: string;
293
- } & Omit<_pixpilot_shadcn_ui122.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
293
+ } & Omit<_pixpilot_shadcn_ui126.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
294
294
  FormGrid: typeof FormGrid;
295
295
  FormItem: react684.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
296
296
  children?: react684.ReactNode | undefined;
@@ -299,8 +299,8 @@ declare const SchemaFieldBasics: {
299
299
  children?: React.ReactNode;
300
300
  value?: string;
301
301
  }> & react684.RefAttributes<unknown>>;
302
- IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
303
- ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
302
+ IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
303
+ ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
304
304
  Input: react684.ForwardRefExoticComponent<Omit<Partial<react684.ClassAttributes<HTMLInputElement> & react684.InputHTMLAttributes<HTMLInputElement> & {
305
305
  prefix?: React.ReactNode;
306
306
  suffix?: React.ReactNode;
@@ -349,7 +349,7 @@ declare const SchemaFieldBasics: {
349
349
  value?: Date;
350
350
  onChange?: (date: Date | undefined) => void;
351
351
  placeholder?: string;
352
- } & Omit<_pixpilot_shadcn_ui122.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
352
+ } & Omit<_pixpilot_shadcn_ui126.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
353
353
  FormGrid: typeof FormGrid;
354
354
  FormItem: react684.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
355
355
  children?: react684.ReactNode | undefined;
@@ -358,8 +358,8 @@ declare const SchemaFieldBasics: {
358
358
  children?: React.ReactNode;
359
359
  value?: string;
360
360
  }> & react684.RefAttributes<unknown>>;
361
- IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
362
- ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
361
+ IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
362
+ ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
363
363
  Input: react684.ForwardRefExoticComponent<Omit<Partial<react684.ClassAttributes<HTMLInputElement> & react684.InputHTMLAttributes<HTMLInputElement> & {
364
364
  prefix?: React.ReactNode;
365
365
  suffix?: React.ReactNode;
@@ -408,7 +408,7 @@ declare const SchemaFieldBasics: {
408
408
  value?: Date;
409
409
  onChange?: (date: Date | undefined) => void;
410
410
  placeholder?: string;
411
- } & Omit<_pixpilot_shadcn_ui122.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
411
+ } & Omit<_pixpilot_shadcn_ui126.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
412
412
  FormGrid: typeof FormGrid;
413
413
  FormItem: react684.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
414
414
  children?: react684.ReactNode | undefined;
@@ -417,8 +417,8 @@ declare const SchemaFieldBasics: {
417
417
  children?: React.ReactNode;
418
418
  value?: string;
419
419
  }> & react684.RefAttributes<unknown>>;
420
- IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
421
- ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
420
+ IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
421
+ ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
422
422
  Input: react684.ForwardRefExoticComponent<Omit<Partial<react684.ClassAttributes<HTMLInputElement> & react684.InputHTMLAttributes<HTMLInputElement> & {
423
423
  prefix?: React.ReactNode;
424
424
  suffix?: React.ReactNode;
@@ -467,7 +467,7 @@ declare const SchemaFieldBasics: {
467
467
  value?: Date;
468
468
  onChange?: (date: Date | undefined) => void;
469
469
  placeholder?: string;
470
- } & Omit<_pixpilot_shadcn_ui122.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
470
+ } & Omit<_pixpilot_shadcn_ui126.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
471
471
  FormGrid: typeof FormGrid;
472
472
  FormItem: react684.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
473
473
  children?: react684.ReactNode | undefined;
@@ -476,8 +476,8 @@ declare const SchemaFieldBasics: {
476
476
  children?: React.ReactNode;
477
477
  value?: string;
478
478
  }> & react684.RefAttributes<unknown>>;
479
- IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
480
- ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
479
+ IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
480
+ ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
481
481
  Input: react684.ForwardRefExoticComponent<Omit<Partial<react684.ClassAttributes<HTMLInputElement> & react684.InputHTMLAttributes<HTMLInputElement> & {
482
482
  prefix?: React.ReactNode;
483
483
  suffix?: React.ReactNode;
@@ -526,7 +526,7 @@ declare const SchemaFieldBasics: {
526
526
  value?: Date;
527
527
  onChange?: (date: Date | undefined) => void;
528
528
  placeholder?: string;
529
- } & Omit<_pixpilot_shadcn_ui122.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
529
+ } & Omit<_pixpilot_shadcn_ui126.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
530
530
  FormGrid: typeof FormGrid;
531
531
  FormItem: react684.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
532
532
  children?: react684.ReactNode | undefined;
@@ -535,8 +535,8 @@ declare const SchemaFieldBasics: {
535
535
  children?: React.ReactNode;
536
536
  value?: string;
537
537
  }> & react684.RefAttributes<unknown>>;
538
- IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
539
- ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
538
+ IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
539
+ ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
540
540
  Input: react684.ForwardRefExoticComponent<Omit<Partial<react684.ClassAttributes<HTMLInputElement> & react684.InputHTMLAttributes<HTMLInputElement> & {
541
541
  prefix?: React.ReactNode;
542
542
  suffix?: React.ReactNode;
@@ -585,7 +585,7 @@ declare const SchemaFieldBasics: {
585
585
  value?: Date;
586
586
  onChange?: (date: Date | undefined) => void;
587
587
  placeholder?: string;
588
- } & Omit<_pixpilot_shadcn_ui122.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
588
+ } & Omit<_pixpilot_shadcn_ui126.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
589
589
  FormGrid: typeof FormGrid;
590
590
  FormItem: react684.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
591
591
  children?: react684.ReactNode | undefined;
@@ -594,8 +594,8 @@ declare const SchemaFieldBasics: {
594
594
  children?: React.ReactNode;
595
595
  value?: string;
596
596
  }> & react684.RefAttributes<unknown>>;
597
- IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
598
- ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
597
+ IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
598
+ ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
599
599
  Input: react684.ForwardRefExoticComponent<Omit<Partial<react684.ClassAttributes<HTMLInputElement> & react684.InputHTMLAttributes<HTMLInputElement> & {
600
600
  prefix?: React.ReactNode;
601
601
  suffix?: React.ReactNode;
@@ -644,7 +644,7 @@ declare const SchemaFieldBasics: {
644
644
  value?: Date;
645
645
  onChange?: (date: Date | undefined) => void;
646
646
  placeholder?: string;
647
- } & Omit<_pixpilot_shadcn_ui122.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
647
+ } & Omit<_pixpilot_shadcn_ui126.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
648
648
  FormGrid: typeof FormGrid;
649
649
  FormItem: react684.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
650
650
  children?: react684.ReactNode | undefined;
@@ -653,8 +653,8 @@ declare const SchemaFieldBasics: {
653
653
  children?: React.ReactNode;
654
654
  value?: string;
655
655
  }> & react684.RefAttributes<unknown>>;
656
- IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
657
- ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
656
+ IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
657
+ ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
658
658
  Input: react684.ForwardRefExoticComponent<Omit<Partial<react684.ClassAttributes<HTMLInputElement> & react684.InputHTMLAttributes<HTMLInputElement> & {
659
659
  prefix?: React.ReactNode;
660
660
  suffix?: React.ReactNode;
@@ -703,7 +703,7 @@ declare const SchemaFieldBasics: {
703
703
  value?: Date;
704
704
  onChange?: (date: Date | undefined) => void;
705
705
  placeholder?: string;
706
- } & Omit<_pixpilot_shadcn_ui122.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
706
+ } & Omit<_pixpilot_shadcn_ui126.DatePickerProps, "onSelect" | "selected" | "mode">> & react684.RefAttributes<unknown>>;
707
707
  FormGrid: typeof FormGrid;
708
708
  FormItem: react684.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
709
709
  children?: react684.ReactNode | undefined;
@@ -712,8 +712,8 @@ declare const SchemaFieldBasics: {
712
712
  children?: React.ReactNode;
713
713
  value?: string;
714
714
  }> & react684.RefAttributes<unknown>>;
715
- IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
716
- ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui122.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
715
+ IconToggle: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.IconToggleProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
716
+ ToggleButton: react684.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui126.ToggleButtonProps, "ref"> & react684.RefAttributes<HTMLButtonElement>>, "ref"> & react684.RefAttributes<unknown>>;
717
717
  Input: react684.ForwardRefExoticComponent<Omit<Partial<react684.ClassAttributes<HTMLInputElement> & react684.InputHTMLAttributes<HTMLInputElement> & {
718
718
  prefix?: React.ReactNode;
719
719
  suffix?: React.ReactNode;