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