@pixpilot/formily-shadcn 0.4.0 → 0.5.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 (53) hide show
  1. package/dist/components/checkbox.d.cts +2 -2
  2. package/dist/components/column.d.ts +2 -2
  3. package/dist/components/context/context.cjs +1 -0
  4. package/dist/components/context/context.d.cts +2 -0
  5. package/dist/components/context/context.d.ts +2 -0
  6. package/dist/components/context/context.js +1 -0
  7. package/dist/components/context/form-context.cjs +1 -0
  8. package/dist/components/context/form-context.d.cts +14 -0
  9. package/dist/components/context/form-context.d.ts +14 -0
  10. package/dist/components/context/form-context.js +1 -0
  11. package/dist/components/context/index.cjs +1 -0
  12. package/dist/components/context/index.d.cts +2 -0
  13. package/dist/components/context/index.d.ts +2 -0
  14. package/dist/components/context/index.js +1 -0
  15. package/dist/components/date-picker.d.cts +3 -3
  16. package/dist/components/date-picker.d.ts +3 -3
  17. package/dist/components/form-item.cjs +3 -3
  18. package/dist/components/form-item.js +3 -3
  19. package/dist/components/form-items-container.cjs +1 -0
  20. package/dist/components/form-items-container.js +1 -0
  21. package/dist/components/form.cjs +1 -1
  22. package/dist/components/form.d.cts +8 -2
  23. package/dist/components/form.d.ts +8 -2
  24. package/dist/components/form.js +1 -1
  25. package/dist/components/input.d.ts +2 -2
  26. package/dist/components/number-input.d.ts +2 -2
  27. package/dist/components/object-container.cjs +1 -1
  28. package/dist/components/object-container.js +1 -1
  29. package/dist/components/radio.d.cts +2 -2
  30. package/dist/components/radio.d.ts +2 -2
  31. package/dist/components/row.d.cts +2 -2
  32. package/dist/components/row.d.ts +2 -2
  33. package/dist/components/schema-field.d.cts +199 -199
  34. package/dist/components/schema-field.d.ts +199 -199
  35. package/dist/components/separator.d.cts +2 -2
  36. package/dist/components/slider.d.cts +2 -2
  37. package/dist/components/slider.d.ts +2 -2
  38. package/dist/components/switch.d.cts +2 -2
  39. package/dist/components/switch.d.ts +2 -2
  40. package/dist/components/tags-input-inline.d.cts +2 -2
  41. package/dist/components/tags-input-inline.d.ts +2 -2
  42. package/dist/components/textarea.d.ts +2 -2
  43. package/dist/hooks/index.cjs +1 -1
  44. package/dist/hooks/index.js +1 -1
  45. package/dist/hooks/use-form-context.cjs +1 -0
  46. package/dist/hooks/use-form-context.js +1 -0
  47. package/dist/types/form.d.cts +12 -0
  48. package/dist/types/form.d.ts +12 -0
  49. package/dist/utils/index.cjs +1 -1
  50. package/dist/utils/index.js +1 -1
  51. package/dist/utils/resolve-responsive-space.cjs +1 -0
  52. package/dist/utils/resolve-responsive-space.js +1 -0
  53. package/package.json +1 -1
@@ -6,7 +6,7 @@ import { FormItemProps } from "./form-item.js";
6
6
  import { Row } from "./row.js";
7
7
  import { ObjectContainerProps } from "./object-container.js";
8
8
  import * as _formily_react0 from "@formily/react";
9
- import * as react15 from "react";
9
+ import * as react19 from "react";
10
10
  import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
11
11
  import { TagsInput } from "@pixpilot/shadcn-ui";
12
12
  import * as _formily_core0 from "@formily/core";
@@ -25,19 +25,19 @@ declare const SchemaField: {
25
25
  displayName: string;
26
26
  Markup: {
27
27
  <Decorator_1 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof", Component_1 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof">(props: _formily_react0.ISchemaMarkupFieldProps<{
28
- FormItem: react15.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
29
- children?: react15.ReactNode | undefined;
30
- }>, "ref"> & react15.RefAttributes<unknown>>;
28
+ FormItem: react19.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
29
+ children?: react19.ReactNode | undefined;
30
+ }>, "ref"> & react19.RefAttributes<unknown>>;
31
31
  FormGrid: typeof FormGrid;
32
32
  Row: typeof Row;
33
33
  Column: typeof Column;
34
- Input: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLInputElement> & react15.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react15.RefAttributes<unknown>>;
35
- Textarea: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLTextAreaElement> & react15.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react15.RefAttributes<unknown>>;
36
- Checkbox: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
37
- Radio: react15.FC;
38
- Select: react15.FC;
39
- NumberInput: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLInputElement> & react15.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react15.RefAttributes<unknown>>;
40
- DatePicker: react15.ForwardRefExoticComponent<Partial<{
34
+ Input: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLInputElement> & react19.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react19.RefAttributes<unknown>>;
35
+ Textarea: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLTextAreaElement> & react19.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react19.RefAttributes<unknown>>;
36
+ Checkbox: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
37
+ Radio: react19.FC;
38
+ Select: react19.FC;
39
+ NumberInput: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLInputElement> & react19.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react19.RefAttributes<unknown>>;
40
+ DatePicker: react19.ForwardRefExoticComponent<Partial<{
41
41
  value?: Date;
42
42
  onChange?: (date: Date | undefined) => void;
43
43
  placeholder?: string;
@@ -47,43 +47,43 @@ declare const SchemaField: {
47
47
  placeholder?: string;
48
48
  } & Omit<react_day_picker0.DayPickerProps & {
49
49
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
50
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react15.RefAttributes<unknown>>;
51
- Combobox: react15.FC;
50
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react19.RefAttributes<unknown>>;
51
+ Combobox: react19.FC;
52
52
  TagsInput: typeof TagsInput;
53
- FileUploadInline: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react15.RefAttributes<unknown>>;
54
- Separator: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react15.RefAttributes<HTMLDivElement>>, "ref"> & react15.RefAttributes<unknown>>;
55
- Slider: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react15.RefAttributes<unknown>>;
56
- Switch: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
53
+ FileUploadInline: react19.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react19.RefAttributes<unknown>>;
54
+ Separator: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react19.RefAttributes<HTMLDivElement>>, "ref"> & react19.RefAttributes<unknown>>;
55
+ Slider: react19.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react19.RefAttributes<unknown>>;
56
+ Switch: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
57
57
  ArrayCards: ComposedArrayProps;
58
- ArrayDialog: react15.FC<ArrayComponentProps>;
59
- ArrayCollapse: react15.FC<ArrayComponentProps & {
58
+ ArrayDialog: react19.FC<ArrayComponentProps>;
59
+ ArrayCollapse: react19.FC<ArrayComponentProps & {
60
60
  defaultActiveKey?: Array<string | number>;
61
61
  mode?: "accordion" | "multiple";
62
62
  }>;
63
- ArrayPopover: react15.FC<ArrayComponentProps>;
64
- ObjectContainer: react15.FC<ObjectContainerProps>;
65
- Hidden: react15.ForwardRefExoticComponent<Partial<{
63
+ ArrayPopover: react19.FC<ArrayComponentProps>;
64
+ ObjectContainer: react19.FC<ObjectContainerProps>;
65
+ Hidden: react19.ForwardRefExoticComponent<Partial<{
66
66
  children?: React.ReactNode;
67
67
  value?: string;
68
- }> & react15.RefAttributes<unknown>>;
68
+ }> & react19.RefAttributes<unknown>>;
69
69
  }, Component_1, Decorator_1>): JSX.Element;
70
70
  displayName: string;
71
71
  };
72
72
  String: {
73
73
  <Decorator_2 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof", Component_2 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
74
- FormItem: react15.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
75
- children?: react15.ReactNode | undefined;
76
- }>, "ref"> & react15.RefAttributes<unknown>>;
74
+ FormItem: react19.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
75
+ children?: react19.ReactNode | undefined;
76
+ }>, "ref"> & react19.RefAttributes<unknown>>;
77
77
  FormGrid: typeof FormGrid;
78
78
  Row: typeof Row;
79
79
  Column: typeof Column;
80
- Input: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLInputElement> & react15.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react15.RefAttributes<unknown>>;
81
- Textarea: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLTextAreaElement> & react15.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react15.RefAttributes<unknown>>;
82
- Checkbox: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
83
- Radio: react15.FC;
84
- Select: react15.FC;
85
- NumberInput: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLInputElement> & react15.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react15.RefAttributes<unknown>>;
86
- DatePicker: react15.ForwardRefExoticComponent<Partial<{
80
+ Input: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLInputElement> & react19.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react19.RefAttributes<unknown>>;
81
+ Textarea: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLTextAreaElement> & react19.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react19.RefAttributes<unknown>>;
82
+ Checkbox: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
83
+ Radio: react19.FC;
84
+ Select: react19.FC;
85
+ NumberInput: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLInputElement> & react19.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react19.RefAttributes<unknown>>;
86
+ DatePicker: react19.ForwardRefExoticComponent<Partial<{
87
87
  value?: Date;
88
88
  onChange?: (date: Date | undefined) => void;
89
89
  placeholder?: string;
@@ -93,43 +93,43 @@ declare const SchemaField: {
93
93
  placeholder?: string;
94
94
  } & Omit<react_day_picker0.DayPickerProps & {
95
95
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
96
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react15.RefAttributes<unknown>>;
97
- Combobox: react15.FC;
96
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react19.RefAttributes<unknown>>;
97
+ Combobox: react19.FC;
98
98
  TagsInput: typeof TagsInput;
99
- FileUploadInline: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react15.RefAttributes<unknown>>;
100
- Separator: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react15.RefAttributes<HTMLDivElement>>, "ref"> & react15.RefAttributes<unknown>>;
101
- Slider: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react15.RefAttributes<unknown>>;
102
- Switch: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
99
+ FileUploadInline: react19.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react19.RefAttributes<unknown>>;
100
+ Separator: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react19.RefAttributes<HTMLDivElement>>, "ref"> & react19.RefAttributes<unknown>>;
101
+ Slider: react19.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react19.RefAttributes<unknown>>;
102
+ Switch: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
103
103
  ArrayCards: ComposedArrayProps;
104
- ArrayDialog: react15.FC<ArrayComponentProps>;
105
- ArrayCollapse: react15.FC<ArrayComponentProps & {
104
+ ArrayDialog: react19.FC<ArrayComponentProps>;
105
+ ArrayCollapse: react19.FC<ArrayComponentProps & {
106
106
  defaultActiveKey?: Array<string | number>;
107
107
  mode?: "accordion" | "multiple";
108
108
  }>;
109
- ArrayPopover: react15.FC<ArrayComponentProps>;
110
- ObjectContainer: react15.FC<ObjectContainerProps>;
111
- Hidden: react15.ForwardRefExoticComponent<Partial<{
109
+ ArrayPopover: react19.FC<ArrayComponentProps>;
110
+ ObjectContainer: react19.FC<ObjectContainerProps>;
111
+ Hidden: react19.ForwardRefExoticComponent<Partial<{
112
112
  children?: React.ReactNode;
113
113
  value?: string;
114
- }> & react15.RefAttributes<unknown>>;
114
+ }> & react19.RefAttributes<unknown>>;
115
115
  }, Component_2, Decorator_2>): JSX.Element;
116
116
  displayName: string;
117
117
  };
118
118
  Object: {
119
119
  <Decorator_3 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof", Component_3 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
120
- FormItem: react15.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
121
- children?: react15.ReactNode | undefined;
122
- }>, "ref"> & react15.RefAttributes<unknown>>;
120
+ FormItem: react19.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
121
+ children?: react19.ReactNode | undefined;
122
+ }>, "ref"> & react19.RefAttributes<unknown>>;
123
123
  FormGrid: typeof FormGrid;
124
124
  Row: typeof Row;
125
125
  Column: typeof Column;
126
- Input: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLInputElement> & react15.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react15.RefAttributes<unknown>>;
127
- Textarea: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLTextAreaElement> & react15.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react15.RefAttributes<unknown>>;
128
- Checkbox: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
129
- Radio: react15.FC;
130
- Select: react15.FC;
131
- NumberInput: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLInputElement> & react15.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react15.RefAttributes<unknown>>;
132
- DatePicker: react15.ForwardRefExoticComponent<Partial<{
126
+ Input: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLInputElement> & react19.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react19.RefAttributes<unknown>>;
127
+ Textarea: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLTextAreaElement> & react19.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react19.RefAttributes<unknown>>;
128
+ Checkbox: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
129
+ Radio: react19.FC;
130
+ Select: react19.FC;
131
+ NumberInput: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLInputElement> & react19.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react19.RefAttributes<unknown>>;
132
+ DatePicker: react19.ForwardRefExoticComponent<Partial<{
133
133
  value?: Date;
134
134
  onChange?: (date: Date | undefined) => void;
135
135
  placeholder?: string;
@@ -139,43 +139,43 @@ declare const SchemaField: {
139
139
  placeholder?: string;
140
140
  } & Omit<react_day_picker0.DayPickerProps & {
141
141
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
142
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react15.RefAttributes<unknown>>;
143
- Combobox: react15.FC;
142
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react19.RefAttributes<unknown>>;
143
+ Combobox: react19.FC;
144
144
  TagsInput: typeof TagsInput;
145
- FileUploadInline: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react15.RefAttributes<unknown>>;
146
- Separator: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react15.RefAttributes<HTMLDivElement>>, "ref"> & react15.RefAttributes<unknown>>;
147
- Slider: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react15.RefAttributes<unknown>>;
148
- Switch: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
145
+ FileUploadInline: react19.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react19.RefAttributes<unknown>>;
146
+ Separator: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react19.RefAttributes<HTMLDivElement>>, "ref"> & react19.RefAttributes<unknown>>;
147
+ Slider: react19.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react19.RefAttributes<unknown>>;
148
+ Switch: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
149
149
  ArrayCards: ComposedArrayProps;
150
- ArrayDialog: react15.FC<ArrayComponentProps>;
151
- ArrayCollapse: react15.FC<ArrayComponentProps & {
150
+ ArrayDialog: react19.FC<ArrayComponentProps>;
151
+ ArrayCollapse: react19.FC<ArrayComponentProps & {
152
152
  defaultActiveKey?: Array<string | number>;
153
153
  mode?: "accordion" | "multiple";
154
154
  }>;
155
- ArrayPopover: react15.FC<ArrayComponentProps>;
156
- ObjectContainer: react15.FC<ObjectContainerProps>;
157
- Hidden: react15.ForwardRefExoticComponent<Partial<{
155
+ ArrayPopover: react19.FC<ArrayComponentProps>;
156
+ ObjectContainer: react19.FC<ObjectContainerProps>;
157
+ Hidden: react19.ForwardRefExoticComponent<Partial<{
158
158
  children?: React.ReactNode;
159
159
  value?: string;
160
- }> & react15.RefAttributes<unknown>>;
160
+ }> & react19.RefAttributes<unknown>>;
161
161
  }, Component_3, Decorator_3>): JSX.Element;
162
162
  displayName: string;
163
163
  };
164
164
  Array: {
165
165
  <Decorator_4 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof", Component_4 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
166
- FormItem: react15.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
167
- children?: react15.ReactNode | undefined;
168
- }>, "ref"> & react15.RefAttributes<unknown>>;
166
+ FormItem: react19.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
167
+ children?: react19.ReactNode | undefined;
168
+ }>, "ref"> & react19.RefAttributes<unknown>>;
169
169
  FormGrid: typeof FormGrid;
170
170
  Row: typeof Row;
171
171
  Column: typeof Column;
172
- Input: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLInputElement> & react15.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react15.RefAttributes<unknown>>;
173
- Textarea: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLTextAreaElement> & react15.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react15.RefAttributes<unknown>>;
174
- Checkbox: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
175
- Radio: react15.FC;
176
- Select: react15.FC;
177
- NumberInput: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLInputElement> & react15.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react15.RefAttributes<unknown>>;
178
- DatePicker: react15.ForwardRefExoticComponent<Partial<{
172
+ Input: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLInputElement> & react19.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react19.RefAttributes<unknown>>;
173
+ Textarea: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLTextAreaElement> & react19.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react19.RefAttributes<unknown>>;
174
+ Checkbox: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
175
+ Radio: react19.FC;
176
+ Select: react19.FC;
177
+ NumberInput: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLInputElement> & react19.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react19.RefAttributes<unknown>>;
178
+ DatePicker: react19.ForwardRefExoticComponent<Partial<{
179
179
  value?: Date;
180
180
  onChange?: (date: Date | undefined) => void;
181
181
  placeholder?: string;
@@ -185,43 +185,43 @@ declare const SchemaField: {
185
185
  placeholder?: string;
186
186
  } & Omit<react_day_picker0.DayPickerProps & {
187
187
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
188
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react15.RefAttributes<unknown>>;
189
- Combobox: react15.FC;
188
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react19.RefAttributes<unknown>>;
189
+ Combobox: react19.FC;
190
190
  TagsInput: typeof TagsInput;
191
- FileUploadInline: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react15.RefAttributes<unknown>>;
192
- Separator: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react15.RefAttributes<HTMLDivElement>>, "ref"> & react15.RefAttributes<unknown>>;
193
- Slider: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react15.RefAttributes<unknown>>;
194
- Switch: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
191
+ FileUploadInline: react19.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react19.RefAttributes<unknown>>;
192
+ Separator: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react19.RefAttributes<HTMLDivElement>>, "ref"> & react19.RefAttributes<unknown>>;
193
+ Slider: react19.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react19.RefAttributes<unknown>>;
194
+ Switch: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
195
195
  ArrayCards: ComposedArrayProps;
196
- ArrayDialog: react15.FC<ArrayComponentProps>;
197
- ArrayCollapse: react15.FC<ArrayComponentProps & {
196
+ ArrayDialog: react19.FC<ArrayComponentProps>;
197
+ ArrayCollapse: react19.FC<ArrayComponentProps & {
198
198
  defaultActiveKey?: Array<string | number>;
199
199
  mode?: "accordion" | "multiple";
200
200
  }>;
201
- ArrayPopover: react15.FC<ArrayComponentProps>;
202
- ObjectContainer: react15.FC<ObjectContainerProps>;
203
- Hidden: react15.ForwardRefExoticComponent<Partial<{
201
+ ArrayPopover: react19.FC<ArrayComponentProps>;
202
+ ObjectContainer: react19.FC<ObjectContainerProps>;
203
+ Hidden: react19.ForwardRefExoticComponent<Partial<{
204
204
  children?: React.ReactNode;
205
205
  value?: string;
206
- }> & react15.RefAttributes<unknown>>;
206
+ }> & react19.RefAttributes<unknown>>;
207
207
  }, Component_4, Decorator_4>): JSX.Element;
208
208
  displayName: string;
209
209
  };
210
210
  Boolean: {
211
211
  <Decorator_5 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof", Component_5 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
212
- FormItem: react15.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
213
- children?: react15.ReactNode | undefined;
214
- }>, "ref"> & react15.RefAttributes<unknown>>;
212
+ FormItem: react19.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
213
+ children?: react19.ReactNode | undefined;
214
+ }>, "ref"> & react19.RefAttributes<unknown>>;
215
215
  FormGrid: typeof FormGrid;
216
216
  Row: typeof Row;
217
217
  Column: typeof Column;
218
- Input: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLInputElement> & react15.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react15.RefAttributes<unknown>>;
219
- Textarea: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLTextAreaElement> & react15.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react15.RefAttributes<unknown>>;
220
- Checkbox: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
221
- Radio: react15.FC;
222
- Select: react15.FC;
223
- NumberInput: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLInputElement> & react15.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react15.RefAttributes<unknown>>;
224
- DatePicker: react15.ForwardRefExoticComponent<Partial<{
218
+ Input: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLInputElement> & react19.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react19.RefAttributes<unknown>>;
219
+ Textarea: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLTextAreaElement> & react19.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react19.RefAttributes<unknown>>;
220
+ Checkbox: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
221
+ Radio: react19.FC;
222
+ Select: react19.FC;
223
+ NumberInput: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLInputElement> & react19.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react19.RefAttributes<unknown>>;
224
+ DatePicker: react19.ForwardRefExoticComponent<Partial<{
225
225
  value?: Date;
226
226
  onChange?: (date: Date | undefined) => void;
227
227
  placeholder?: string;
@@ -231,43 +231,43 @@ declare const SchemaField: {
231
231
  placeholder?: string;
232
232
  } & Omit<react_day_picker0.DayPickerProps & {
233
233
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
234
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react15.RefAttributes<unknown>>;
235
- Combobox: react15.FC;
234
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react19.RefAttributes<unknown>>;
235
+ Combobox: react19.FC;
236
236
  TagsInput: typeof TagsInput;
237
- FileUploadInline: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react15.RefAttributes<unknown>>;
238
- Separator: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react15.RefAttributes<HTMLDivElement>>, "ref"> & react15.RefAttributes<unknown>>;
239
- Slider: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react15.RefAttributes<unknown>>;
240
- Switch: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
237
+ FileUploadInline: react19.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react19.RefAttributes<unknown>>;
238
+ Separator: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react19.RefAttributes<HTMLDivElement>>, "ref"> & react19.RefAttributes<unknown>>;
239
+ Slider: react19.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react19.RefAttributes<unknown>>;
240
+ Switch: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
241
241
  ArrayCards: ComposedArrayProps;
242
- ArrayDialog: react15.FC<ArrayComponentProps>;
243
- ArrayCollapse: react15.FC<ArrayComponentProps & {
242
+ ArrayDialog: react19.FC<ArrayComponentProps>;
243
+ ArrayCollapse: react19.FC<ArrayComponentProps & {
244
244
  defaultActiveKey?: Array<string | number>;
245
245
  mode?: "accordion" | "multiple";
246
246
  }>;
247
- ArrayPopover: react15.FC<ArrayComponentProps>;
248
- ObjectContainer: react15.FC<ObjectContainerProps>;
249
- Hidden: react15.ForwardRefExoticComponent<Partial<{
247
+ ArrayPopover: react19.FC<ArrayComponentProps>;
248
+ ObjectContainer: react19.FC<ObjectContainerProps>;
249
+ Hidden: react19.ForwardRefExoticComponent<Partial<{
250
250
  children?: React.ReactNode;
251
251
  value?: string;
252
- }> & react15.RefAttributes<unknown>>;
252
+ }> & react19.RefAttributes<unknown>>;
253
253
  }, Component_5, Decorator_5>): JSX.Element;
254
254
  displayName: string;
255
255
  };
256
256
  Date: {
257
257
  <Decorator_6 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof", Component_6 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
258
- FormItem: react15.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
259
- children?: react15.ReactNode | undefined;
260
- }>, "ref"> & react15.RefAttributes<unknown>>;
258
+ FormItem: react19.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
259
+ children?: react19.ReactNode | undefined;
260
+ }>, "ref"> & react19.RefAttributes<unknown>>;
261
261
  FormGrid: typeof FormGrid;
262
262
  Row: typeof Row;
263
263
  Column: typeof Column;
264
- Input: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLInputElement> & react15.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react15.RefAttributes<unknown>>;
265
- Textarea: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLTextAreaElement> & react15.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react15.RefAttributes<unknown>>;
266
- Checkbox: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
267
- Radio: react15.FC;
268
- Select: react15.FC;
269
- NumberInput: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLInputElement> & react15.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react15.RefAttributes<unknown>>;
270
- DatePicker: react15.ForwardRefExoticComponent<Partial<{
264
+ Input: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLInputElement> & react19.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react19.RefAttributes<unknown>>;
265
+ Textarea: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLTextAreaElement> & react19.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react19.RefAttributes<unknown>>;
266
+ Checkbox: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
267
+ Radio: react19.FC;
268
+ Select: react19.FC;
269
+ NumberInput: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLInputElement> & react19.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react19.RefAttributes<unknown>>;
270
+ DatePicker: react19.ForwardRefExoticComponent<Partial<{
271
271
  value?: Date;
272
272
  onChange?: (date: Date | undefined) => void;
273
273
  placeholder?: string;
@@ -277,43 +277,43 @@ declare const SchemaField: {
277
277
  placeholder?: string;
278
278
  } & Omit<react_day_picker0.DayPickerProps & {
279
279
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
280
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react15.RefAttributes<unknown>>;
281
- Combobox: react15.FC;
280
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react19.RefAttributes<unknown>>;
281
+ Combobox: react19.FC;
282
282
  TagsInput: typeof TagsInput;
283
- FileUploadInline: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react15.RefAttributes<unknown>>;
284
- Separator: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react15.RefAttributes<HTMLDivElement>>, "ref"> & react15.RefAttributes<unknown>>;
285
- Slider: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react15.RefAttributes<unknown>>;
286
- Switch: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
283
+ FileUploadInline: react19.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react19.RefAttributes<unknown>>;
284
+ Separator: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react19.RefAttributes<HTMLDivElement>>, "ref"> & react19.RefAttributes<unknown>>;
285
+ Slider: react19.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react19.RefAttributes<unknown>>;
286
+ Switch: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
287
287
  ArrayCards: ComposedArrayProps;
288
- ArrayDialog: react15.FC<ArrayComponentProps>;
289
- ArrayCollapse: react15.FC<ArrayComponentProps & {
288
+ ArrayDialog: react19.FC<ArrayComponentProps>;
289
+ ArrayCollapse: react19.FC<ArrayComponentProps & {
290
290
  defaultActiveKey?: Array<string | number>;
291
291
  mode?: "accordion" | "multiple";
292
292
  }>;
293
- ArrayPopover: react15.FC<ArrayComponentProps>;
294
- ObjectContainer: react15.FC<ObjectContainerProps>;
295
- Hidden: react15.ForwardRefExoticComponent<Partial<{
293
+ ArrayPopover: react19.FC<ArrayComponentProps>;
294
+ ObjectContainer: react19.FC<ObjectContainerProps>;
295
+ Hidden: react19.ForwardRefExoticComponent<Partial<{
296
296
  children?: React.ReactNode;
297
297
  value?: string;
298
- }> & react15.RefAttributes<unknown>>;
298
+ }> & react19.RefAttributes<unknown>>;
299
299
  }, Component_6, Decorator_6>): JSX.Element;
300
300
  displayName: string;
301
301
  };
302
302
  DateTime: {
303
303
  <Decorator_7 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof", Component_7 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
304
- FormItem: react15.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
305
- children?: react15.ReactNode | undefined;
306
- }>, "ref"> & react15.RefAttributes<unknown>>;
304
+ FormItem: react19.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
305
+ children?: react19.ReactNode | undefined;
306
+ }>, "ref"> & react19.RefAttributes<unknown>>;
307
307
  FormGrid: typeof FormGrid;
308
308
  Row: typeof Row;
309
309
  Column: typeof Column;
310
- Input: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLInputElement> & react15.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react15.RefAttributes<unknown>>;
311
- Textarea: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLTextAreaElement> & react15.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react15.RefAttributes<unknown>>;
312
- Checkbox: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
313
- Radio: react15.FC;
314
- Select: react15.FC;
315
- NumberInput: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLInputElement> & react15.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react15.RefAttributes<unknown>>;
316
- DatePicker: react15.ForwardRefExoticComponent<Partial<{
310
+ Input: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLInputElement> & react19.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react19.RefAttributes<unknown>>;
311
+ Textarea: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLTextAreaElement> & react19.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react19.RefAttributes<unknown>>;
312
+ Checkbox: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
313
+ Radio: react19.FC;
314
+ Select: react19.FC;
315
+ NumberInput: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLInputElement> & react19.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react19.RefAttributes<unknown>>;
316
+ DatePicker: react19.ForwardRefExoticComponent<Partial<{
317
317
  value?: Date;
318
318
  onChange?: (date: Date | undefined) => void;
319
319
  placeholder?: string;
@@ -323,43 +323,43 @@ declare const SchemaField: {
323
323
  placeholder?: string;
324
324
  } & Omit<react_day_picker0.DayPickerProps & {
325
325
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
326
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react15.RefAttributes<unknown>>;
327
- Combobox: react15.FC;
326
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react19.RefAttributes<unknown>>;
327
+ Combobox: react19.FC;
328
328
  TagsInput: typeof TagsInput;
329
- FileUploadInline: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react15.RefAttributes<unknown>>;
330
- Separator: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react15.RefAttributes<HTMLDivElement>>, "ref"> & react15.RefAttributes<unknown>>;
331
- Slider: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react15.RefAttributes<unknown>>;
332
- Switch: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
329
+ FileUploadInline: react19.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react19.RefAttributes<unknown>>;
330
+ Separator: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react19.RefAttributes<HTMLDivElement>>, "ref"> & react19.RefAttributes<unknown>>;
331
+ Slider: react19.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react19.RefAttributes<unknown>>;
332
+ Switch: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
333
333
  ArrayCards: ComposedArrayProps;
334
- ArrayDialog: react15.FC<ArrayComponentProps>;
335
- ArrayCollapse: react15.FC<ArrayComponentProps & {
334
+ ArrayDialog: react19.FC<ArrayComponentProps>;
335
+ ArrayCollapse: react19.FC<ArrayComponentProps & {
336
336
  defaultActiveKey?: Array<string | number>;
337
337
  mode?: "accordion" | "multiple";
338
338
  }>;
339
- ArrayPopover: react15.FC<ArrayComponentProps>;
340
- ObjectContainer: react15.FC<ObjectContainerProps>;
341
- Hidden: react15.ForwardRefExoticComponent<Partial<{
339
+ ArrayPopover: react19.FC<ArrayComponentProps>;
340
+ ObjectContainer: react19.FC<ObjectContainerProps>;
341
+ Hidden: react19.ForwardRefExoticComponent<Partial<{
342
342
  children?: React.ReactNode;
343
343
  value?: string;
344
- }> & react15.RefAttributes<unknown>>;
344
+ }> & react19.RefAttributes<unknown>>;
345
345
  }, Component_7, Decorator_7>): JSX.Element;
346
346
  displayName: string;
347
347
  };
348
348
  Void: {
349
349
  <Decorator_8 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof", Component_8 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
350
- FormItem: react15.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
351
- children?: react15.ReactNode | undefined;
352
- }>, "ref"> & react15.RefAttributes<unknown>>;
350
+ FormItem: react19.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
351
+ children?: react19.ReactNode | undefined;
352
+ }>, "ref"> & react19.RefAttributes<unknown>>;
353
353
  FormGrid: typeof FormGrid;
354
354
  Row: typeof Row;
355
355
  Column: typeof Column;
356
- Input: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLInputElement> & react15.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react15.RefAttributes<unknown>>;
357
- Textarea: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLTextAreaElement> & react15.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react15.RefAttributes<unknown>>;
358
- Checkbox: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
359
- Radio: react15.FC;
360
- Select: react15.FC;
361
- NumberInput: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLInputElement> & react15.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react15.RefAttributes<unknown>>;
362
- DatePicker: react15.ForwardRefExoticComponent<Partial<{
356
+ Input: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLInputElement> & react19.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react19.RefAttributes<unknown>>;
357
+ Textarea: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLTextAreaElement> & react19.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react19.RefAttributes<unknown>>;
358
+ Checkbox: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
359
+ Radio: react19.FC;
360
+ Select: react19.FC;
361
+ NumberInput: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLInputElement> & react19.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react19.RefAttributes<unknown>>;
362
+ DatePicker: react19.ForwardRefExoticComponent<Partial<{
363
363
  value?: Date;
364
364
  onChange?: (date: Date | undefined) => void;
365
365
  placeholder?: string;
@@ -369,43 +369,43 @@ declare const SchemaField: {
369
369
  placeholder?: string;
370
370
  } & Omit<react_day_picker0.DayPickerProps & {
371
371
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
372
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react15.RefAttributes<unknown>>;
373
- Combobox: react15.FC;
372
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react19.RefAttributes<unknown>>;
373
+ Combobox: react19.FC;
374
374
  TagsInput: typeof TagsInput;
375
- FileUploadInline: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react15.RefAttributes<unknown>>;
376
- Separator: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react15.RefAttributes<HTMLDivElement>>, "ref"> & react15.RefAttributes<unknown>>;
377
- Slider: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react15.RefAttributes<unknown>>;
378
- Switch: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
375
+ FileUploadInline: react19.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react19.RefAttributes<unknown>>;
376
+ Separator: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react19.RefAttributes<HTMLDivElement>>, "ref"> & react19.RefAttributes<unknown>>;
377
+ Slider: react19.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react19.RefAttributes<unknown>>;
378
+ Switch: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
379
379
  ArrayCards: ComposedArrayProps;
380
- ArrayDialog: react15.FC<ArrayComponentProps>;
381
- ArrayCollapse: react15.FC<ArrayComponentProps & {
380
+ ArrayDialog: react19.FC<ArrayComponentProps>;
381
+ ArrayCollapse: react19.FC<ArrayComponentProps & {
382
382
  defaultActiveKey?: Array<string | number>;
383
383
  mode?: "accordion" | "multiple";
384
384
  }>;
385
- ArrayPopover: react15.FC<ArrayComponentProps>;
386
- ObjectContainer: react15.FC<ObjectContainerProps>;
387
- Hidden: react15.ForwardRefExoticComponent<Partial<{
385
+ ArrayPopover: react19.FC<ArrayComponentProps>;
386
+ ObjectContainer: react19.FC<ObjectContainerProps>;
387
+ Hidden: react19.ForwardRefExoticComponent<Partial<{
388
388
  children?: React.ReactNode;
389
389
  value?: string;
390
- }> & react15.RefAttributes<unknown>>;
390
+ }> & react19.RefAttributes<unknown>>;
391
391
  }, Component_8, Decorator_8>): JSX.Element;
392
392
  displayName: string;
393
393
  };
394
394
  Number: {
395
395
  <Decorator_9 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof", Component_9 extends "Radio" | "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Hidden" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "Hidden.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
396
- FormItem: react15.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
397
- children?: react15.ReactNode | undefined;
398
- }>, "ref"> & react15.RefAttributes<unknown>>;
396
+ FormItem: react19.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
397
+ children?: react19.ReactNode | undefined;
398
+ }>, "ref"> & react19.RefAttributes<unknown>>;
399
399
  FormGrid: typeof FormGrid;
400
400
  Row: typeof Row;
401
401
  Column: typeof Column;
402
- Input: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLInputElement> & react15.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react15.RefAttributes<unknown>>;
403
- Textarea: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLTextAreaElement> & react15.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react15.RefAttributes<unknown>>;
404
- Checkbox: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
405
- Radio: react15.FC;
406
- Select: react15.FC;
407
- NumberInput: react15.ForwardRefExoticComponent<Omit<Partial<react15.ClassAttributes<HTMLInputElement> & react15.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react15.RefAttributes<unknown>>;
408
- DatePicker: react15.ForwardRefExoticComponent<Partial<{
402
+ Input: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLInputElement> & react19.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react19.RefAttributes<unknown>>;
403
+ Textarea: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLTextAreaElement> & react19.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react19.RefAttributes<unknown>>;
404
+ Checkbox: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
405
+ Radio: react19.FC;
406
+ Select: react19.FC;
407
+ NumberInput: react19.ForwardRefExoticComponent<Omit<Partial<react19.ClassAttributes<HTMLInputElement> & react19.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react19.RefAttributes<unknown>>;
408
+ DatePicker: react19.ForwardRefExoticComponent<Partial<{
409
409
  value?: Date;
410
410
  onChange?: (date: Date | undefined) => void;
411
411
  placeholder?: string;
@@ -415,25 +415,25 @@ declare const SchemaField: {
415
415
  placeholder?: string;
416
416
  } & Omit<react_day_picker0.DayPickerProps & {
417
417
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
418
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react15.RefAttributes<unknown>>;
419
- Combobox: react15.FC;
418
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react19.RefAttributes<unknown>>;
419
+ Combobox: react19.FC;
420
420
  TagsInput: typeof TagsInput;
421
- FileUploadInline: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react15.RefAttributes<unknown>>;
422
- Separator: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react15.RefAttributes<HTMLDivElement>>, "ref"> & react15.RefAttributes<unknown>>;
423
- Slider: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react15.RefAttributes<unknown>>;
424
- Switch: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
421
+ FileUploadInline: react19.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react19.RefAttributes<unknown>>;
422
+ Separator: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react19.RefAttributes<HTMLDivElement>>, "ref"> & react19.RefAttributes<unknown>>;
423
+ Slider: react19.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react19.RefAttributes<unknown>>;
424
+ Switch: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
425
425
  ArrayCards: ComposedArrayProps;
426
- ArrayDialog: react15.FC<ArrayComponentProps>;
427
- ArrayCollapse: react15.FC<ArrayComponentProps & {
426
+ ArrayDialog: react19.FC<ArrayComponentProps>;
427
+ ArrayCollapse: react19.FC<ArrayComponentProps & {
428
428
  defaultActiveKey?: Array<string | number>;
429
429
  mode?: "accordion" | "multiple";
430
430
  }>;
431
- ArrayPopover: react15.FC<ArrayComponentProps>;
432
- ObjectContainer: react15.FC<ObjectContainerProps>;
433
- Hidden: react15.ForwardRefExoticComponent<Partial<{
431
+ ArrayPopover: react19.FC<ArrayComponentProps>;
432
+ ObjectContainer: react19.FC<ObjectContainerProps>;
433
+ Hidden: react19.ForwardRefExoticComponent<Partial<{
434
434
  children?: React.ReactNode;
435
435
  value?: string;
436
- }> & react15.RefAttributes<unknown>>;
436
+ }> & react19.RefAttributes<unknown>>;
437
437
  }, Component_9, Decorator_9>): JSX.Element;
438
438
  displayName: string;
439
439
  };