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