@pixpilot/formily-shadcn 0.3.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.
@@ -6,7 +6,7 @@ import { FormItemProps } from "./form-item.js";
6
6
  import { Row } from "./row.js";
7
7
  import { ObjectContainerProps } from "./object-container.js";
8
8
  import * as _formily_react0 from "@formily/react";
9
- import * as react16 from "react";
9
+ import * as react15 from "react";
10
10
  import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
11
11
  import { TagsInput } from "@pixpilot/shadcn-ui";
12
12
  import * as _formily_core0 from "@formily/core";
@@ -24,20 +24,20 @@ declare const SchemaField: {
24
24
  <Decorator extends _formily_react0.JSXComponent, Component extends _formily_react0.JSXComponent>(props: _formily_react0.ISchemaFieldProps<Decorator, Component, _formily_core0.ObjectField<Decorator, Component>>): JSX.Element;
25
25
  displayName: string;
26
26
  Markup: {
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>>;
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>>;
31
31
  FormGrid: typeof FormGrid;
32
32
  Row: typeof Row;
33
33
  Column: typeof Column;
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<{
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<{
41
41
  value?: Date;
42
42
  onChange?: (date: Date | undefined) => void;
43
43
  placeholder?: string;
@@ -47,39 +47,43 @@ declare const SchemaField: {
47
47
  placeholder?: string;
48
48
  } & Omit<react_day_picker0.DayPickerProps & {
49
49
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
50
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react16.RefAttributes<unknown>>;
51
- Combobox: react16.FC;
50
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react15.RefAttributes<unknown>>;
51
+ Combobox: react15.FC;
52
52
  TagsInput: typeof TagsInput;
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>>;
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>>;
57
57
  ArrayCards: ComposedArrayProps;
58
- ArrayDialog: react16.FC<ArrayComponentProps>;
59
- ArrayCollapse: react16.FC<ArrayComponentProps & {
58
+ ArrayDialog: react15.FC<ArrayComponentProps>;
59
+ ArrayCollapse: react15.FC<ArrayComponentProps & {
60
60
  defaultActiveKey?: Array<string | number>;
61
61
  mode?: "accordion" | "multiple";
62
62
  }>;
63
- ArrayPopover: react16.FC<ArrayComponentProps>;
64
- ObjectContainer: react16.FC<ObjectContainerProps>;
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>>;
65
69
  }, Component_1, Decorator_1>): JSX.Element;
66
70
  displayName: string;
67
71
  };
68
72
  String: {
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>>;
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>>;
73
77
  FormGrid: typeof FormGrid;
74
78
  Row: typeof Row;
75
79
  Column: typeof Column;
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<{
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<{
83
87
  value?: Date;
84
88
  onChange?: (date: Date | undefined) => void;
85
89
  placeholder?: string;
@@ -89,39 +93,43 @@ declare const SchemaField: {
89
93
  placeholder?: string;
90
94
  } & Omit<react_day_picker0.DayPickerProps & {
91
95
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
92
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react16.RefAttributes<unknown>>;
93
- Combobox: react16.FC;
96
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react15.RefAttributes<unknown>>;
97
+ Combobox: react15.FC;
94
98
  TagsInput: typeof TagsInput;
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>>;
99
+ FileUploadInline: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react15.RefAttributes<unknown>>;
100
+ Separator: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react15.RefAttributes<HTMLDivElement>>, "ref"> & react15.RefAttributes<unknown>>;
101
+ Slider: react15.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react15.RefAttributes<unknown>>;
102
+ Switch: react15.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react15.RefAttributes<HTMLButtonElement>>, "ref"> & react15.RefAttributes<unknown>>;
99
103
  ArrayCards: ComposedArrayProps;
100
- ArrayDialog: react16.FC<ArrayComponentProps>;
101
- ArrayCollapse: react16.FC<ArrayComponentProps & {
104
+ ArrayDialog: react15.FC<ArrayComponentProps>;
105
+ ArrayCollapse: react15.FC<ArrayComponentProps & {
102
106
  defaultActiveKey?: Array<string | number>;
103
107
  mode?: "accordion" | "multiple";
104
108
  }>;
105
- ArrayPopover: react16.FC<ArrayComponentProps>;
106
- ObjectContainer: react16.FC<ObjectContainerProps>;
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>>;
107
115
  }, Component_2, Decorator_2>): JSX.Element;
108
116
  displayName: string;
109
117
  };
110
118
  Object: {
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>>;
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>>;
115
123
  FormGrid: typeof FormGrid;
116
124
  Row: typeof Row;
117
125
  Column: typeof Column;
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<{
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<{
125
133
  value?: Date;
126
134
  onChange?: (date: Date | undefined) => void;
127
135
  placeholder?: string;
@@ -131,39 +139,43 @@ declare const SchemaField: {
131
139
  placeholder?: string;
132
140
  } & Omit<react_day_picker0.DayPickerProps & {
133
141
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
134
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react16.RefAttributes<unknown>>;
135
- Combobox: react16.FC;
142
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react15.RefAttributes<unknown>>;
143
+ Combobox: react15.FC;
136
144
  TagsInput: typeof TagsInput;
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>>;
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>>;
141
149
  ArrayCards: ComposedArrayProps;
142
- ArrayDialog: react16.FC<ArrayComponentProps>;
143
- ArrayCollapse: react16.FC<ArrayComponentProps & {
150
+ ArrayDialog: react15.FC<ArrayComponentProps>;
151
+ ArrayCollapse: react15.FC<ArrayComponentProps & {
144
152
  defaultActiveKey?: Array<string | number>;
145
153
  mode?: "accordion" | "multiple";
146
154
  }>;
147
- ArrayPopover: react16.FC<ArrayComponentProps>;
148
- ObjectContainer: react16.FC<ObjectContainerProps>;
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>>;
149
161
  }, Component_3, Decorator_3>): JSX.Element;
150
162
  displayName: string;
151
163
  };
152
164
  Array: {
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>>;
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>>;
157
169
  FormGrid: typeof FormGrid;
158
170
  Row: typeof Row;
159
171
  Column: typeof Column;
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<{
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<{
167
179
  value?: Date;
168
180
  onChange?: (date: Date | undefined) => void;
169
181
  placeholder?: string;
@@ -173,39 +185,43 @@ declare const SchemaField: {
173
185
  placeholder?: string;
174
186
  } & Omit<react_day_picker0.DayPickerProps & {
175
187
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
176
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react16.RefAttributes<unknown>>;
177
- Combobox: react16.FC;
188
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react15.RefAttributes<unknown>>;
189
+ Combobox: react15.FC;
178
190
  TagsInput: typeof TagsInput;
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>>;
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>>;
183
195
  ArrayCards: ComposedArrayProps;
184
- ArrayDialog: react16.FC<ArrayComponentProps>;
185
- ArrayCollapse: react16.FC<ArrayComponentProps & {
196
+ ArrayDialog: react15.FC<ArrayComponentProps>;
197
+ ArrayCollapse: react15.FC<ArrayComponentProps & {
186
198
  defaultActiveKey?: Array<string | number>;
187
199
  mode?: "accordion" | "multiple";
188
200
  }>;
189
- ArrayPopover: react16.FC<ArrayComponentProps>;
190
- ObjectContainer: react16.FC<ObjectContainerProps>;
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>>;
191
207
  }, Component_4, Decorator_4>): JSX.Element;
192
208
  displayName: string;
193
209
  };
194
210
  Boolean: {
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>>;
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>>;
199
215
  FormGrid: typeof FormGrid;
200
216
  Row: typeof Row;
201
217
  Column: typeof Column;
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<{
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<{
209
225
  value?: Date;
210
226
  onChange?: (date: Date | undefined) => void;
211
227
  placeholder?: string;
@@ -215,39 +231,43 @@ declare const SchemaField: {
215
231
  placeholder?: string;
216
232
  } & Omit<react_day_picker0.DayPickerProps & {
217
233
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
218
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react16.RefAttributes<unknown>>;
219
- Combobox: react16.FC;
234
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react15.RefAttributes<unknown>>;
235
+ Combobox: react15.FC;
220
236
  TagsInput: typeof TagsInput;
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>>;
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>>;
225
241
  ArrayCards: ComposedArrayProps;
226
- ArrayDialog: react16.FC<ArrayComponentProps>;
227
- ArrayCollapse: react16.FC<ArrayComponentProps & {
242
+ ArrayDialog: react15.FC<ArrayComponentProps>;
243
+ ArrayCollapse: react15.FC<ArrayComponentProps & {
228
244
  defaultActiveKey?: Array<string | number>;
229
245
  mode?: "accordion" | "multiple";
230
246
  }>;
231
- ArrayPopover: react16.FC<ArrayComponentProps>;
232
- ObjectContainer: react16.FC<ObjectContainerProps>;
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>>;
233
253
  }, Component_5, Decorator_5>): JSX.Element;
234
254
  displayName: string;
235
255
  };
236
256
  Date: {
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>>;
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>>;
241
261
  FormGrid: typeof FormGrid;
242
262
  Row: typeof Row;
243
263
  Column: typeof Column;
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<{
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<{
251
271
  value?: Date;
252
272
  onChange?: (date: Date | undefined) => void;
253
273
  placeholder?: string;
@@ -257,39 +277,43 @@ declare const SchemaField: {
257
277
  placeholder?: string;
258
278
  } & Omit<react_day_picker0.DayPickerProps & {
259
279
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
260
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react16.RefAttributes<unknown>>;
261
- Combobox: react16.FC;
280
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react15.RefAttributes<unknown>>;
281
+ Combobox: react15.FC;
262
282
  TagsInput: typeof TagsInput;
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>>;
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>>;
267
287
  ArrayCards: ComposedArrayProps;
268
- ArrayDialog: react16.FC<ArrayComponentProps>;
269
- ArrayCollapse: react16.FC<ArrayComponentProps & {
288
+ ArrayDialog: react15.FC<ArrayComponentProps>;
289
+ ArrayCollapse: react15.FC<ArrayComponentProps & {
270
290
  defaultActiveKey?: Array<string | number>;
271
291
  mode?: "accordion" | "multiple";
272
292
  }>;
273
- ArrayPopover: react16.FC<ArrayComponentProps>;
274
- ObjectContainer: react16.FC<ObjectContainerProps>;
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>>;
275
299
  }, Component_6, Decorator_6>): JSX.Element;
276
300
  displayName: string;
277
301
  };
278
302
  DateTime: {
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>>;
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>>;
283
307
  FormGrid: typeof FormGrid;
284
308
  Row: typeof Row;
285
309
  Column: typeof Column;
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<{
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<{
293
317
  value?: Date;
294
318
  onChange?: (date: Date | undefined) => void;
295
319
  placeholder?: string;
@@ -299,39 +323,43 @@ declare const SchemaField: {
299
323
  placeholder?: string;
300
324
  } & Omit<react_day_picker0.DayPickerProps & {
301
325
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
302
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react16.RefAttributes<unknown>>;
303
- Combobox: react16.FC;
326
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react15.RefAttributes<unknown>>;
327
+ Combobox: react15.FC;
304
328
  TagsInput: typeof TagsInput;
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>>;
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>>;
309
333
  ArrayCards: ComposedArrayProps;
310
- ArrayDialog: react16.FC<ArrayComponentProps>;
311
- ArrayCollapse: react16.FC<ArrayComponentProps & {
334
+ ArrayDialog: react15.FC<ArrayComponentProps>;
335
+ ArrayCollapse: react15.FC<ArrayComponentProps & {
312
336
  defaultActiveKey?: Array<string | number>;
313
337
  mode?: "accordion" | "multiple";
314
338
  }>;
315
- ArrayPopover: react16.FC<ArrayComponentProps>;
316
- ObjectContainer: react16.FC<ObjectContainerProps>;
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>>;
317
345
  }, Component_7, Decorator_7>): JSX.Element;
318
346
  displayName: string;
319
347
  };
320
348
  Void: {
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>>;
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>>;
325
353
  FormGrid: typeof FormGrid;
326
354
  Row: typeof Row;
327
355
  Column: typeof Column;
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<{
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<{
335
363
  value?: Date;
336
364
  onChange?: (date: Date | undefined) => void;
337
365
  placeholder?: string;
@@ -341,39 +369,43 @@ declare const SchemaField: {
341
369
  placeholder?: string;
342
370
  } & Omit<react_day_picker0.DayPickerProps & {
343
371
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
344
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react16.RefAttributes<unknown>>;
345
- Combobox: react16.FC;
372
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react15.RefAttributes<unknown>>;
373
+ Combobox: react15.FC;
346
374
  TagsInput: typeof TagsInput;
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>>;
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>>;
351
379
  ArrayCards: ComposedArrayProps;
352
- ArrayDialog: react16.FC<ArrayComponentProps>;
353
- ArrayCollapse: react16.FC<ArrayComponentProps & {
380
+ ArrayDialog: react15.FC<ArrayComponentProps>;
381
+ ArrayCollapse: react15.FC<ArrayComponentProps & {
354
382
  defaultActiveKey?: Array<string | number>;
355
383
  mode?: "accordion" | "multiple";
356
384
  }>;
357
- ArrayPopover: react16.FC<ArrayComponentProps>;
358
- ObjectContainer: react16.FC<ObjectContainerProps>;
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>>;
359
391
  }, Component_8, Decorator_8>): JSX.Element;
360
392
  displayName: string;
361
393
  };
362
394
  Number: {
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>>;
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>>;
367
399
  FormGrid: typeof FormGrid;
368
400
  Row: typeof Row;
369
401
  Column: typeof Column;
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<{
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<{
377
409
  value?: Date;
378
410
  onChange?: (date: Date | undefined) => void;
379
411
  placeholder?: string;
@@ -383,21 +415,25 @@ declare const SchemaField: {
383
415
  placeholder?: string;
384
416
  } & Omit<react_day_picker0.DayPickerProps & {
385
417
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
386
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react16.RefAttributes<unknown>>;
387
- Combobox: react16.FC;
418
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react15.RefAttributes<unknown>>;
419
+ Combobox: react15.FC;
388
420
  TagsInput: typeof TagsInput;
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>>;
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>>;
393
425
  ArrayCards: ComposedArrayProps;
394
- ArrayDialog: react16.FC<ArrayComponentProps>;
395
- ArrayCollapse: react16.FC<ArrayComponentProps & {
426
+ ArrayDialog: react15.FC<ArrayComponentProps>;
427
+ ArrayCollapse: react15.FC<ArrayComponentProps & {
396
428
  defaultActiveKey?: Array<string | number>;
397
429
  mode?: "accordion" | "multiple";
398
430
  }>;
399
- ArrayPopover: react16.FC<ArrayComponentProps>;
400
- ObjectContainer: react16.FC<ObjectContainerProps>;
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>>;
401
437
  }, Component_9, Decorator_9>): JSX.Element;
402
438
  displayName: string;
403
439
  };