@pixpilot/formily-shadcn 0.30.2 → 0.30.3

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.
@@ -8,40 +8,40 @@ import { JsonSchemaFormComponents } from "../json-schema-form-renderer/types.js"
8
8
  import "../json-schema-form-renderer/index.js";
9
9
  import { Row } from "../row.js";
10
10
  import { ObjectContainerProps } from "../object-container.js";
11
- import * as _formily_react0 from "@formily/react";
11
+ import * as _formily_react11 from "@formily/react";
12
12
  import { ISchema } from "@formily/react";
13
- import * as react31 from "react";
14
- import * as _pixpilot_shadcn_ui17 from "@pixpilot/shadcn-ui";
13
+ import * as react675 from "react";
14
+ import * as _pixpilot_shadcn_ui301 from "@pixpilot/shadcn-ui";
15
15
  import { TagsInput } from "@pixpilot/shadcn-ui";
16
16
  import * as _formily_core0 from "@formily/core";
17
- import * as _radix_ui_react_checkbox0 from "@radix-ui/react-checkbox";
18
- import * as _radix_ui_react_separator0 from "@radix-ui/react-separator";
19
- import * as _radix_ui_react_switch0 from "@radix-ui/react-switch";
17
+ import * as _radix_ui_react_checkbox11 from "@radix-ui/react-checkbox";
18
+ import * as _radix_ui_react_separator11 from "@radix-ui/react-separator";
19
+ import * as _radix_ui_react_switch11 from "@radix-ui/react-switch";
20
20
 
21
21
  //#region src/components/schema-field/schema-field.d.ts
22
22
  declare const defaultComponentRegistry: {
23
23
  ColorPicker: {
24
- component: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.ColorPickerProps>, "ref"> & react31.RefAttributes<unknown>>;
24
+ component: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.ColorPickerProps>, "ref"> & react675.RefAttributes<unknown>>;
25
25
  decorator: string;
26
26
  };
27
27
  Combobox: {
28
- component: react31.FC;
28
+ component: react675.FC;
29
29
  decorator: string;
30
30
  };
31
31
  ColorSelect: {
32
- component: react31.FC;
32
+ component: react675.FC;
33
33
  decorator: string;
34
34
  };
35
35
  Slider: {
36
- component: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderProps>, "ref"> & react31.RefAttributes<unknown>>;
36
+ component: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderProps>, "ref"> & react675.RefAttributes<unknown>>;
37
37
  decorator: string;
38
38
  };
39
39
  SliderInput: {
40
- component: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderInputProps>, "ref"> & react31.RefAttributes<unknown>>;
40
+ component: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderInputProps>, "ref"> & react675.RefAttributes<unknown>>;
41
41
  decorator: string;
42
42
  };
43
43
  SliderSelect: {
44
- component: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderSelectProps>, "ref"> & react31.RefAttributes<unknown>>;
44
+ component: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderSelectProps>, "ref"> & react675.RefAttributes<unknown>>;
45
45
  decorator: string;
46
46
  };
47
47
  TagsInput: {
@@ -49,7 +49,7 @@ declare const defaultComponentRegistry: {
49
49
  decorator: string;
50
50
  };
51
51
  TagsInputInLine: {
52
- component: react31.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui17.TagsInputProps> & react31.RefAttributes<unknown>>;
52
+ component: react675.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui301.TagsInputProps> & react675.RefAttributes<unknown>>;
53
53
  decorator: string;
54
54
  };
55
55
  ArrayCards: {
@@ -57,667 +57,667 @@ declare const defaultComponentRegistry: {
57
57
  decorator: string;
58
58
  };
59
59
  ArrayCollapse: {
60
- component: react31.FC<ArrayComponentProps & {
60
+ component: react675.FC<ArrayComponentProps & {
61
61
  defaultActiveKey?: Array<string | number>;
62
62
  mode?: "accordion" | "multiple";
63
63
  }>;
64
64
  decorator: string;
65
65
  };
66
66
  ArrayDialog: {
67
- component: react31.FC<ArrayComponentProps>;
67
+ component: react675.FC<ArrayComponentProps>;
68
68
  decorator: string;
69
69
  };
70
70
  ArrayPopover: {
71
- component: react31.FC<ArrayComponentProps>;
71
+ component: react675.FC<ArrayComponentProps>;
72
72
  decorator: string;
73
73
  };
74
74
  Checkbox: {
75
- component: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
75
+ component: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
76
76
  decorator: string;
77
77
  };
78
78
  Column: {
79
79
  component: typeof Column;
80
80
  };
81
81
  DatePicker: {
82
- component: react31.ForwardRefExoticComponent<Partial<{
82
+ component: react675.ForwardRefExoticComponent<Partial<{
83
83
  value?: Date;
84
84
  onChange?: (date: Date | undefined) => void;
85
85
  placeholder?: string;
86
- } & Omit<_pixpilot_shadcn_ui17.DatePickerProps, "onSelect" | "selected" | "mode">> & react31.RefAttributes<unknown>>;
86
+ } & Omit<_pixpilot_shadcn_ui301.DatePickerProps, "onSelect" | "selected" | "mode">> & react675.RefAttributes<unknown>>;
87
87
  decorator: string;
88
88
  };
89
89
  FormGrid: {
90
90
  component: typeof FormGrid;
91
91
  };
92
92
  FormItem: {
93
- component: react31.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
94
- children?: react31.ReactNode | undefined;
95
- }>, "ref"> & react31.RefAttributes<unknown>>;
93
+ component: react675.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
94
+ children?: react675.ReactNode | undefined;
95
+ }>, "ref"> & react675.RefAttributes<unknown>>;
96
96
  };
97
97
  Hidden: {
98
- component: react31.ForwardRefExoticComponent<Partial<{
98
+ component: react675.ForwardRefExoticComponent<Partial<{
99
99
  children?: React.ReactNode;
100
100
  value?: string;
101
- }> & react31.RefAttributes<unknown>>;
101
+ }> & react675.RefAttributes<unknown>>;
102
102
  };
103
103
  IconToggle: {
104
- component: react31.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui17.IconToggleProps, "ref"> & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
104
+ component: react675.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui301.IconToggleProps, "ref"> & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
105
105
  decorator: string;
106
106
  };
107
107
  Input: {
108
- component: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
108
+ component: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
109
109
  prefix?: React.ReactNode;
110
110
  suffix?: React.ReactNode;
111
111
  groupClassName?: string;
112
112
  prefixClassName?: string;
113
113
  suffixClassName?: string;
114
- }>, "ref"> & react31.RefAttributes<unknown>>;
114
+ }>, "ref"> & react675.RefAttributes<unknown>>;
115
115
  decorator: string;
116
116
  };
117
117
  NumberInput: {
118
- component: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
118
+ component: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
119
119
  prefix?: React.ReactNode;
120
120
  suffix?: React.ReactNode;
121
121
  groupClassName?: string;
122
122
  prefixClassName?: string;
123
123
  suffixClassName?: string;
124
- }>, "ref"> & react31.RefAttributes<unknown>>;
124
+ }>, "ref"> & react675.RefAttributes<unknown>>;
125
125
  decorator: string;
126
126
  };
127
127
  ObjectContainer: {
128
- component: react31.FC<ObjectContainerProps>;
128
+ component: react675.FC<ObjectContainerProps>;
129
129
  decorator: string;
130
130
  };
131
131
  Radio: {
132
- component: react31.FC;
132
+ component: react675.FC;
133
133
  decorator: string;
134
134
  };
135
135
  Row: {
136
136
  component: typeof Row;
137
137
  };
138
138
  Select: {
139
- component: react31.FC;
139
+ component: react675.FC;
140
140
  decorator: string;
141
141
  };
142
142
  Separator: {
143
- component: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react31.RefAttributes<HTMLDivElement>>, "ref"> & react31.RefAttributes<unknown>>;
143
+ component: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react675.RefAttributes<HTMLDivElement>>, "ref"> & react675.RefAttributes<unknown>>;
144
144
  };
145
145
  Switch: {
146
- component: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
146
+ component: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
147
147
  decorator: string;
148
148
  };
149
149
  Textarea: {
150
- component: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLTextAreaElement> & react31.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react31.RefAttributes<unknown>>;
150
+ component: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLTextAreaElement> & react675.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react675.RefAttributes<unknown>>;
151
151
  decorator: string;
152
152
  };
153
153
  };
154
154
  declare const defaultComponents: {
155
- ColorPicker: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.ColorPickerProps>, "ref"> & react31.RefAttributes<unknown>>;
156
- Combobox: react31.FC;
157
- ColorSelect: react31.FC;
158
- Slider: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderProps>, "ref"> & react31.RefAttributes<unknown>>;
159
- SliderInput: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderInputProps>, "ref"> & react31.RefAttributes<unknown>>;
160
- SliderSelect: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderSelectProps>, "ref"> & react31.RefAttributes<unknown>>;
155
+ ColorPicker: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.ColorPickerProps>, "ref"> & react675.RefAttributes<unknown>>;
156
+ Combobox: react675.FC;
157
+ ColorSelect: react675.FC;
158
+ Slider: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderProps>, "ref"> & react675.RefAttributes<unknown>>;
159
+ SliderInput: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderInputProps>, "ref"> & react675.RefAttributes<unknown>>;
160
+ SliderSelect: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderSelectProps>, "ref"> & react675.RefAttributes<unknown>>;
161
161
  TagsInput: typeof TagsInput;
162
- TagsInputInLine: react31.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui17.TagsInputProps> & react31.RefAttributes<unknown>>;
162
+ TagsInputInLine: react675.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui301.TagsInputProps> & react675.RefAttributes<unknown>>;
163
163
  ArrayCards: ComposedArrayProps;
164
- ArrayCollapse: react31.FC<ArrayComponentProps & {
164
+ ArrayCollapse: react675.FC<ArrayComponentProps & {
165
165
  defaultActiveKey?: Array<string | number>;
166
166
  mode?: "accordion" | "multiple";
167
167
  }>;
168
- ArrayDialog: react31.FC<ArrayComponentProps>;
169
- ArrayPopover: react31.FC<ArrayComponentProps>;
170
- Checkbox: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
168
+ ArrayDialog: react675.FC<ArrayComponentProps>;
169
+ ArrayPopover: react675.FC<ArrayComponentProps>;
170
+ Checkbox: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
171
171
  Column: typeof Column;
172
- DatePicker: react31.ForwardRefExoticComponent<Partial<{
172
+ DatePicker: react675.ForwardRefExoticComponent<Partial<{
173
173
  value?: Date;
174
174
  onChange?: (date: Date | undefined) => void;
175
175
  placeholder?: string;
176
- } & Omit<_pixpilot_shadcn_ui17.DatePickerProps, "onSelect" | "selected" | "mode">> & react31.RefAttributes<unknown>>;
176
+ } & Omit<_pixpilot_shadcn_ui301.DatePickerProps, "onSelect" | "selected" | "mode">> & react675.RefAttributes<unknown>>;
177
177
  FormGrid: typeof FormGrid;
178
- FormItem: react31.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
179
- children?: react31.ReactNode | undefined;
180
- }>, "ref"> & react31.RefAttributes<unknown>>;
181
- Hidden: react31.ForwardRefExoticComponent<Partial<{
178
+ FormItem: react675.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
179
+ children?: react675.ReactNode | undefined;
180
+ }>, "ref"> & react675.RefAttributes<unknown>>;
181
+ Hidden: react675.ForwardRefExoticComponent<Partial<{
182
182
  children?: React.ReactNode;
183
183
  value?: string;
184
- }> & react31.RefAttributes<unknown>>;
185
- IconToggle: react31.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui17.IconToggleProps, "ref"> & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
186
- Input: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
184
+ }> & react675.RefAttributes<unknown>>;
185
+ IconToggle: react675.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui301.IconToggleProps, "ref"> & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
186
+ Input: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
187
187
  prefix?: React.ReactNode;
188
188
  suffix?: React.ReactNode;
189
189
  groupClassName?: string;
190
190
  prefixClassName?: string;
191
191
  suffixClassName?: string;
192
- }>, "ref"> & react31.RefAttributes<unknown>>;
193
- NumberInput: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
192
+ }>, "ref"> & react675.RefAttributes<unknown>>;
193
+ NumberInput: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
194
194
  prefix?: React.ReactNode;
195
195
  suffix?: React.ReactNode;
196
196
  groupClassName?: string;
197
197
  prefixClassName?: string;
198
198
  suffixClassName?: string;
199
- }>, "ref"> & react31.RefAttributes<unknown>>;
200
- ObjectContainer: react31.FC<ObjectContainerProps>;
201
- Radio: react31.FC;
199
+ }>, "ref"> & react675.RefAttributes<unknown>>;
200
+ ObjectContainer: react675.FC<ObjectContainerProps>;
201
+ Radio: react675.FC;
202
202
  Row: typeof Row;
203
- Select: react31.FC;
204
- Separator: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react31.RefAttributes<HTMLDivElement>>, "ref"> & react31.RefAttributes<unknown>>;
205
- Switch: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
206
- Textarea: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLTextAreaElement> & react31.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react31.RefAttributes<unknown>>;
203
+ Select: react675.FC;
204
+ Separator: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react675.RefAttributes<HTMLDivElement>>, "ref"> & react675.RefAttributes<unknown>>;
205
+ Switch: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
206
+ Textarea: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLTextAreaElement> & react675.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react675.RefAttributes<unknown>>;
207
207
  };
208
208
  declare const SchemaField: {
209
- <Decorator extends _formily_react0.JSXComponent, Component extends _formily_react0.JSXComponent>(props: _formily_react0.ISchemaFieldProps<Decorator, Component, _formily_core0.ObjectField<Decorator, Component>>): JSX.Element;
209
+ <Decorator extends _formily_react11.JSXComponent, Component extends _formily_react11.JSXComponent>(props: _formily_react11.ISchemaFieldProps<Decorator, Component, _formily_core0.ObjectField<Decorator, Component>>): JSX.Element;
210
210
  displayName: string;
211
211
  Markup: {
212
- <Decorator_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof", Component_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react0.ISchemaMarkupFieldProps<{
213
- ColorPicker: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.ColorPickerProps>, "ref"> & react31.RefAttributes<unknown>>;
214
- Combobox: react31.FC;
215
- ColorSelect: react31.FC;
216
- Slider: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderProps>, "ref"> & react31.RefAttributes<unknown>>;
217
- SliderInput: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderInputProps>, "ref"> & react31.RefAttributes<unknown>>;
218
- SliderSelect: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderSelectProps>, "ref"> & react31.RefAttributes<unknown>>;
212
+ <Decorator_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof", Component_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react11.ISchemaMarkupFieldProps<{
213
+ ColorPicker: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.ColorPickerProps>, "ref"> & react675.RefAttributes<unknown>>;
214
+ Combobox: react675.FC;
215
+ ColorSelect: react675.FC;
216
+ Slider: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderProps>, "ref"> & react675.RefAttributes<unknown>>;
217
+ SliderInput: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderInputProps>, "ref"> & react675.RefAttributes<unknown>>;
218
+ SliderSelect: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderSelectProps>, "ref"> & react675.RefAttributes<unknown>>;
219
219
  TagsInput: typeof TagsInput;
220
- TagsInputInLine: react31.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui17.TagsInputProps> & react31.RefAttributes<unknown>>;
220
+ TagsInputInLine: react675.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui301.TagsInputProps> & react675.RefAttributes<unknown>>;
221
221
  ArrayCards: ComposedArrayProps;
222
- ArrayCollapse: react31.FC<ArrayComponentProps & {
222
+ ArrayCollapse: react675.FC<ArrayComponentProps & {
223
223
  defaultActiveKey?: Array<string | number>;
224
224
  mode?: "accordion" | "multiple";
225
225
  }>;
226
- ArrayDialog: react31.FC<ArrayComponentProps>;
227
- ArrayPopover: react31.FC<ArrayComponentProps>;
228
- Checkbox: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
226
+ ArrayDialog: react675.FC<ArrayComponentProps>;
227
+ ArrayPopover: react675.FC<ArrayComponentProps>;
228
+ Checkbox: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
229
229
  Column: typeof Column;
230
- DatePicker: react31.ForwardRefExoticComponent<Partial<{
230
+ DatePicker: react675.ForwardRefExoticComponent<Partial<{
231
231
  value?: Date;
232
232
  onChange?: (date: Date | undefined) => void;
233
233
  placeholder?: string;
234
- } & Omit<_pixpilot_shadcn_ui17.DatePickerProps, "onSelect" | "selected" | "mode">> & react31.RefAttributes<unknown>>;
234
+ } & Omit<_pixpilot_shadcn_ui301.DatePickerProps, "onSelect" | "selected" | "mode">> & react675.RefAttributes<unknown>>;
235
235
  FormGrid: typeof FormGrid;
236
- FormItem: react31.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
237
- children?: react31.ReactNode | undefined;
238
- }>, "ref"> & react31.RefAttributes<unknown>>;
239
- Hidden: react31.ForwardRefExoticComponent<Partial<{
236
+ FormItem: react675.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
237
+ children?: react675.ReactNode | undefined;
238
+ }>, "ref"> & react675.RefAttributes<unknown>>;
239
+ Hidden: react675.ForwardRefExoticComponent<Partial<{
240
240
  children?: React.ReactNode;
241
241
  value?: string;
242
- }> & react31.RefAttributes<unknown>>;
243
- IconToggle: react31.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui17.IconToggleProps, "ref"> & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
244
- Input: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
242
+ }> & react675.RefAttributes<unknown>>;
243
+ IconToggle: react675.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui301.IconToggleProps, "ref"> & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
244
+ Input: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
245
245
  prefix?: React.ReactNode;
246
246
  suffix?: React.ReactNode;
247
247
  groupClassName?: string;
248
248
  prefixClassName?: string;
249
249
  suffixClassName?: string;
250
- }>, "ref"> & react31.RefAttributes<unknown>>;
251
- NumberInput: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
250
+ }>, "ref"> & react675.RefAttributes<unknown>>;
251
+ NumberInput: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
252
252
  prefix?: React.ReactNode;
253
253
  suffix?: React.ReactNode;
254
254
  groupClassName?: string;
255
255
  prefixClassName?: string;
256
256
  suffixClassName?: string;
257
- }>, "ref"> & react31.RefAttributes<unknown>>;
258
- ObjectContainer: react31.FC<ObjectContainerProps>;
259
- Radio: react31.FC;
257
+ }>, "ref"> & react675.RefAttributes<unknown>>;
258
+ ObjectContainer: react675.FC<ObjectContainerProps>;
259
+ Radio: react675.FC;
260
260
  Row: typeof Row;
261
- Select: react31.FC;
262
- Separator: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react31.RefAttributes<HTMLDivElement>>, "ref"> & react31.RefAttributes<unknown>>;
263
- Switch: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
264
- Textarea: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLTextAreaElement> & react31.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react31.RefAttributes<unknown>>;
261
+ Select: react675.FC;
262
+ Separator: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react675.RefAttributes<HTMLDivElement>>, "ref"> & react675.RefAttributes<unknown>>;
263
+ Switch: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
264
+ Textarea: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLTextAreaElement> & react675.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react675.RefAttributes<unknown>>;
265
265
  }, Component_1, Decorator_1>): JSX.Element;
266
266
  displayName: string;
267
267
  };
268
268
  String: {
269
- <Decorator_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof", Component_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
270
- ColorPicker: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.ColorPickerProps>, "ref"> & react31.RefAttributes<unknown>>;
271
- Combobox: react31.FC;
272
- ColorSelect: react31.FC;
273
- Slider: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderProps>, "ref"> & react31.RefAttributes<unknown>>;
274
- SliderInput: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderInputProps>, "ref"> & react31.RefAttributes<unknown>>;
275
- SliderSelect: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderSelectProps>, "ref"> & react31.RefAttributes<unknown>>;
269
+ <Decorator_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof", Component_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
270
+ ColorPicker: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.ColorPickerProps>, "ref"> & react675.RefAttributes<unknown>>;
271
+ Combobox: react675.FC;
272
+ ColorSelect: react675.FC;
273
+ Slider: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderProps>, "ref"> & react675.RefAttributes<unknown>>;
274
+ SliderInput: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderInputProps>, "ref"> & react675.RefAttributes<unknown>>;
275
+ SliderSelect: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderSelectProps>, "ref"> & react675.RefAttributes<unknown>>;
276
276
  TagsInput: typeof TagsInput;
277
- TagsInputInLine: react31.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui17.TagsInputProps> & react31.RefAttributes<unknown>>;
277
+ TagsInputInLine: react675.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui301.TagsInputProps> & react675.RefAttributes<unknown>>;
278
278
  ArrayCards: ComposedArrayProps;
279
- ArrayCollapse: react31.FC<ArrayComponentProps & {
279
+ ArrayCollapse: react675.FC<ArrayComponentProps & {
280
280
  defaultActiveKey?: Array<string | number>;
281
281
  mode?: "accordion" | "multiple";
282
282
  }>;
283
- ArrayDialog: react31.FC<ArrayComponentProps>;
284
- ArrayPopover: react31.FC<ArrayComponentProps>;
285
- Checkbox: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
283
+ ArrayDialog: react675.FC<ArrayComponentProps>;
284
+ ArrayPopover: react675.FC<ArrayComponentProps>;
285
+ Checkbox: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
286
286
  Column: typeof Column;
287
- DatePicker: react31.ForwardRefExoticComponent<Partial<{
287
+ DatePicker: react675.ForwardRefExoticComponent<Partial<{
288
288
  value?: Date;
289
289
  onChange?: (date: Date | undefined) => void;
290
290
  placeholder?: string;
291
- } & Omit<_pixpilot_shadcn_ui17.DatePickerProps, "onSelect" | "selected" | "mode">> & react31.RefAttributes<unknown>>;
291
+ } & Omit<_pixpilot_shadcn_ui301.DatePickerProps, "onSelect" | "selected" | "mode">> & react675.RefAttributes<unknown>>;
292
292
  FormGrid: typeof FormGrid;
293
- FormItem: react31.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
294
- children?: react31.ReactNode | undefined;
295
- }>, "ref"> & react31.RefAttributes<unknown>>;
296
- Hidden: react31.ForwardRefExoticComponent<Partial<{
293
+ FormItem: react675.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
294
+ children?: react675.ReactNode | undefined;
295
+ }>, "ref"> & react675.RefAttributes<unknown>>;
296
+ Hidden: react675.ForwardRefExoticComponent<Partial<{
297
297
  children?: React.ReactNode;
298
298
  value?: string;
299
- }> & react31.RefAttributes<unknown>>;
300
- IconToggle: react31.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui17.IconToggleProps, "ref"> & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
301
- Input: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
299
+ }> & react675.RefAttributes<unknown>>;
300
+ IconToggle: react675.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui301.IconToggleProps, "ref"> & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
301
+ Input: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
302
302
  prefix?: React.ReactNode;
303
303
  suffix?: React.ReactNode;
304
304
  groupClassName?: string;
305
305
  prefixClassName?: string;
306
306
  suffixClassName?: string;
307
- }>, "ref"> & react31.RefAttributes<unknown>>;
308
- NumberInput: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
307
+ }>, "ref"> & react675.RefAttributes<unknown>>;
308
+ NumberInput: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
309
309
  prefix?: React.ReactNode;
310
310
  suffix?: React.ReactNode;
311
311
  groupClassName?: string;
312
312
  prefixClassName?: string;
313
313
  suffixClassName?: string;
314
- }>, "ref"> & react31.RefAttributes<unknown>>;
315
- ObjectContainer: react31.FC<ObjectContainerProps>;
316
- Radio: react31.FC;
314
+ }>, "ref"> & react675.RefAttributes<unknown>>;
315
+ ObjectContainer: react675.FC<ObjectContainerProps>;
316
+ Radio: react675.FC;
317
317
  Row: typeof Row;
318
- Select: react31.FC;
319
- Separator: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react31.RefAttributes<HTMLDivElement>>, "ref"> & react31.RefAttributes<unknown>>;
320
- Switch: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
321
- Textarea: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLTextAreaElement> & react31.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react31.RefAttributes<unknown>>;
318
+ Select: react675.FC;
319
+ Separator: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react675.RefAttributes<HTMLDivElement>>, "ref"> & react675.RefAttributes<unknown>>;
320
+ Switch: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
321
+ Textarea: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLTextAreaElement> & react675.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react675.RefAttributes<unknown>>;
322
322
  }, Component_2, Decorator_2>): JSX.Element;
323
323
  displayName: string;
324
324
  };
325
325
  Object: {
326
- <Decorator_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof", Component_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
327
- ColorPicker: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.ColorPickerProps>, "ref"> & react31.RefAttributes<unknown>>;
328
- Combobox: react31.FC;
329
- ColorSelect: react31.FC;
330
- Slider: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderProps>, "ref"> & react31.RefAttributes<unknown>>;
331
- SliderInput: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderInputProps>, "ref"> & react31.RefAttributes<unknown>>;
332
- SliderSelect: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderSelectProps>, "ref"> & react31.RefAttributes<unknown>>;
326
+ <Decorator_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof", Component_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
327
+ ColorPicker: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.ColorPickerProps>, "ref"> & react675.RefAttributes<unknown>>;
328
+ Combobox: react675.FC;
329
+ ColorSelect: react675.FC;
330
+ Slider: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderProps>, "ref"> & react675.RefAttributes<unknown>>;
331
+ SliderInput: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderInputProps>, "ref"> & react675.RefAttributes<unknown>>;
332
+ SliderSelect: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderSelectProps>, "ref"> & react675.RefAttributes<unknown>>;
333
333
  TagsInput: typeof TagsInput;
334
- TagsInputInLine: react31.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui17.TagsInputProps> & react31.RefAttributes<unknown>>;
334
+ TagsInputInLine: react675.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui301.TagsInputProps> & react675.RefAttributes<unknown>>;
335
335
  ArrayCards: ComposedArrayProps;
336
- ArrayCollapse: react31.FC<ArrayComponentProps & {
336
+ ArrayCollapse: react675.FC<ArrayComponentProps & {
337
337
  defaultActiveKey?: Array<string | number>;
338
338
  mode?: "accordion" | "multiple";
339
339
  }>;
340
- ArrayDialog: react31.FC<ArrayComponentProps>;
341
- ArrayPopover: react31.FC<ArrayComponentProps>;
342
- Checkbox: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
340
+ ArrayDialog: react675.FC<ArrayComponentProps>;
341
+ ArrayPopover: react675.FC<ArrayComponentProps>;
342
+ Checkbox: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
343
343
  Column: typeof Column;
344
- DatePicker: react31.ForwardRefExoticComponent<Partial<{
344
+ DatePicker: react675.ForwardRefExoticComponent<Partial<{
345
345
  value?: Date;
346
346
  onChange?: (date: Date | undefined) => void;
347
347
  placeholder?: string;
348
- } & Omit<_pixpilot_shadcn_ui17.DatePickerProps, "onSelect" | "selected" | "mode">> & react31.RefAttributes<unknown>>;
348
+ } & Omit<_pixpilot_shadcn_ui301.DatePickerProps, "onSelect" | "selected" | "mode">> & react675.RefAttributes<unknown>>;
349
349
  FormGrid: typeof FormGrid;
350
- FormItem: react31.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
351
- children?: react31.ReactNode | undefined;
352
- }>, "ref"> & react31.RefAttributes<unknown>>;
353
- Hidden: react31.ForwardRefExoticComponent<Partial<{
350
+ FormItem: react675.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
351
+ children?: react675.ReactNode | undefined;
352
+ }>, "ref"> & react675.RefAttributes<unknown>>;
353
+ Hidden: react675.ForwardRefExoticComponent<Partial<{
354
354
  children?: React.ReactNode;
355
355
  value?: string;
356
- }> & react31.RefAttributes<unknown>>;
357
- IconToggle: react31.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui17.IconToggleProps, "ref"> & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
358
- Input: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
356
+ }> & react675.RefAttributes<unknown>>;
357
+ IconToggle: react675.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui301.IconToggleProps, "ref"> & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
358
+ Input: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
359
359
  prefix?: React.ReactNode;
360
360
  suffix?: React.ReactNode;
361
361
  groupClassName?: string;
362
362
  prefixClassName?: string;
363
363
  suffixClassName?: string;
364
- }>, "ref"> & react31.RefAttributes<unknown>>;
365
- NumberInput: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
364
+ }>, "ref"> & react675.RefAttributes<unknown>>;
365
+ NumberInput: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
366
366
  prefix?: React.ReactNode;
367
367
  suffix?: React.ReactNode;
368
368
  groupClassName?: string;
369
369
  prefixClassName?: string;
370
370
  suffixClassName?: string;
371
- }>, "ref"> & react31.RefAttributes<unknown>>;
372
- ObjectContainer: react31.FC<ObjectContainerProps>;
373
- Radio: react31.FC;
371
+ }>, "ref"> & react675.RefAttributes<unknown>>;
372
+ ObjectContainer: react675.FC<ObjectContainerProps>;
373
+ Radio: react675.FC;
374
374
  Row: typeof Row;
375
- Select: react31.FC;
376
- Separator: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react31.RefAttributes<HTMLDivElement>>, "ref"> & react31.RefAttributes<unknown>>;
377
- Switch: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
378
- Textarea: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLTextAreaElement> & react31.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react31.RefAttributes<unknown>>;
375
+ Select: react675.FC;
376
+ Separator: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react675.RefAttributes<HTMLDivElement>>, "ref"> & react675.RefAttributes<unknown>>;
377
+ Switch: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
378
+ Textarea: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLTextAreaElement> & react675.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react675.RefAttributes<unknown>>;
379
379
  }, Component_3, Decorator_3>): JSX.Element;
380
380
  displayName: string;
381
381
  };
382
382
  Array: {
383
- <Decorator_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof", Component_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
384
- ColorPicker: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.ColorPickerProps>, "ref"> & react31.RefAttributes<unknown>>;
385
- Combobox: react31.FC;
386
- ColorSelect: react31.FC;
387
- Slider: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderProps>, "ref"> & react31.RefAttributes<unknown>>;
388
- SliderInput: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderInputProps>, "ref"> & react31.RefAttributes<unknown>>;
389
- SliderSelect: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderSelectProps>, "ref"> & react31.RefAttributes<unknown>>;
383
+ <Decorator_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof", Component_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
384
+ ColorPicker: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.ColorPickerProps>, "ref"> & react675.RefAttributes<unknown>>;
385
+ Combobox: react675.FC;
386
+ ColorSelect: react675.FC;
387
+ Slider: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderProps>, "ref"> & react675.RefAttributes<unknown>>;
388
+ SliderInput: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderInputProps>, "ref"> & react675.RefAttributes<unknown>>;
389
+ SliderSelect: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderSelectProps>, "ref"> & react675.RefAttributes<unknown>>;
390
390
  TagsInput: typeof TagsInput;
391
- TagsInputInLine: react31.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui17.TagsInputProps> & react31.RefAttributes<unknown>>;
391
+ TagsInputInLine: react675.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui301.TagsInputProps> & react675.RefAttributes<unknown>>;
392
392
  ArrayCards: ComposedArrayProps;
393
- ArrayCollapse: react31.FC<ArrayComponentProps & {
393
+ ArrayCollapse: react675.FC<ArrayComponentProps & {
394
394
  defaultActiveKey?: Array<string | number>;
395
395
  mode?: "accordion" | "multiple";
396
396
  }>;
397
- ArrayDialog: react31.FC<ArrayComponentProps>;
398
- ArrayPopover: react31.FC<ArrayComponentProps>;
399
- Checkbox: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
397
+ ArrayDialog: react675.FC<ArrayComponentProps>;
398
+ ArrayPopover: react675.FC<ArrayComponentProps>;
399
+ Checkbox: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
400
400
  Column: typeof Column;
401
- DatePicker: react31.ForwardRefExoticComponent<Partial<{
401
+ DatePicker: react675.ForwardRefExoticComponent<Partial<{
402
402
  value?: Date;
403
403
  onChange?: (date: Date | undefined) => void;
404
404
  placeholder?: string;
405
- } & Omit<_pixpilot_shadcn_ui17.DatePickerProps, "onSelect" | "selected" | "mode">> & react31.RefAttributes<unknown>>;
405
+ } & Omit<_pixpilot_shadcn_ui301.DatePickerProps, "onSelect" | "selected" | "mode">> & react675.RefAttributes<unknown>>;
406
406
  FormGrid: typeof FormGrid;
407
- FormItem: react31.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
408
- children?: react31.ReactNode | undefined;
409
- }>, "ref"> & react31.RefAttributes<unknown>>;
410
- Hidden: react31.ForwardRefExoticComponent<Partial<{
407
+ FormItem: react675.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
408
+ children?: react675.ReactNode | undefined;
409
+ }>, "ref"> & react675.RefAttributes<unknown>>;
410
+ Hidden: react675.ForwardRefExoticComponent<Partial<{
411
411
  children?: React.ReactNode;
412
412
  value?: string;
413
- }> & react31.RefAttributes<unknown>>;
414
- IconToggle: react31.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui17.IconToggleProps, "ref"> & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
415
- Input: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
413
+ }> & react675.RefAttributes<unknown>>;
414
+ IconToggle: react675.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui301.IconToggleProps, "ref"> & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
415
+ Input: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
416
416
  prefix?: React.ReactNode;
417
417
  suffix?: React.ReactNode;
418
418
  groupClassName?: string;
419
419
  prefixClassName?: string;
420
420
  suffixClassName?: string;
421
- }>, "ref"> & react31.RefAttributes<unknown>>;
422
- NumberInput: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
421
+ }>, "ref"> & react675.RefAttributes<unknown>>;
422
+ NumberInput: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
423
423
  prefix?: React.ReactNode;
424
424
  suffix?: React.ReactNode;
425
425
  groupClassName?: string;
426
426
  prefixClassName?: string;
427
427
  suffixClassName?: string;
428
- }>, "ref"> & react31.RefAttributes<unknown>>;
429
- ObjectContainer: react31.FC<ObjectContainerProps>;
430
- Radio: react31.FC;
428
+ }>, "ref"> & react675.RefAttributes<unknown>>;
429
+ ObjectContainer: react675.FC<ObjectContainerProps>;
430
+ Radio: react675.FC;
431
431
  Row: typeof Row;
432
- Select: react31.FC;
433
- Separator: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react31.RefAttributes<HTMLDivElement>>, "ref"> & react31.RefAttributes<unknown>>;
434
- Switch: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
435
- Textarea: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLTextAreaElement> & react31.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react31.RefAttributes<unknown>>;
432
+ Select: react675.FC;
433
+ Separator: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react675.RefAttributes<HTMLDivElement>>, "ref"> & react675.RefAttributes<unknown>>;
434
+ Switch: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
435
+ Textarea: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLTextAreaElement> & react675.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react675.RefAttributes<unknown>>;
436
436
  }, Component_4, Decorator_4>): JSX.Element;
437
437
  displayName: string;
438
438
  };
439
439
  Boolean: {
440
- <Decorator_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof", Component_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
441
- ColorPicker: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.ColorPickerProps>, "ref"> & react31.RefAttributes<unknown>>;
442
- Combobox: react31.FC;
443
- ColorSelect: react31.FC;
444
- Slider: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderProps>, "ref"> & react31.RefAttributes<unknown>>;
445
- SliderInput: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderInputProps>, "ref"> & react31.RefAttributes<unknown>>;
446
- SliderSelect: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderSelectProps>, "ref"> & react31.RefAttributes<unknown>>;
440
+ <Decorator_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof", Component_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
441
+ ColorPicker: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.ColorPickerProps>, "ref"> & react675.RefAttributes<unknown>>;
442
+ Combobox: react675.FC;
443
+ ColorSelect: react675.FC;
444
+ Slider: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderProps>, "ref"> & react675.RefAttributes<unknown>>;
445
+ SliderInput: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderInputProps>, "ref"> & react675.RefAttributes<unknown>>;
446
+ SliderSelect: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderSelectProps>, "ref"> & react675.RefAttributes<unknown>>;
447
447
  TagsInput: typeof TagsInput;
448
- TagsInputInLine: react31.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui17.TagsInputProps> & react31.RefAttributes<unknown>>;
448
+ TagsInputInLine: react675.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui301.TagsInputProps> & react675.RefAttributes<unknown>>;
449
449
  ArrayCards: ComposedArrayProps;
450
- ArrayCollapse: react31.FC<ArrayComponentProps & {
450
+ ArrayCollapse: react675.FC<ArrayComponentProps & {
451
451
  defaultActiveKey?: Array<string | number>;
452
452
  mode?: "accordion" | "multiple";
453
453
  }>;
454
- ArrayDialog: react31.FC<ArrayComponentProps>;
455
- ArrayPopover: react31.FC<ArrayComponentProps>;
456
- Checkbox: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
454
+ ArrayDialog: react675.FC<ArrayComponentProps>;
455
+ ArrayPopover: react675.FC<ArrayComponentProps>;
456
+ Checkbox: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
457
457
  Column: typeof Column;
458
- DatePicker: react31.ForwardRefExoticComponent<Partial<{
458
+ DatePicker: react675.ForwardRefExoticComponent<Partial<{
459
459
  value?: Date;
460
460
  onChange?: (date: Date | undefined) => void;
461
461
  placeholder?: string;
462
- } & Omit<_pixpilot_shadcn_ui17.DatePickerProps, "onSelect" | "selected" | "mode">> & react31.RefAttributes<unknown>>;
462
+ } & Omit<_pixpilot_shadcn_ui301.DatePickerProps, "onSelect" | "selected" | "mode">> & react675.RefAttributes<unknown>>;
463
463
  FormGrid: typeof FormGrid;
464
- FormItem: react31.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
465
- children?: react31.ReactNode | undefined;
466
- }>, "ref"> & react31.RefAttributes<unknown>>;
467
- Hidden: react31.ForwardRefExoticComponent<Partial<{
464
+ FormItem: react675.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
465
+ children?: react675.ReactNode | undefined;
466
+ }>, "ref"> & react675.RefAttributes<unknown>>;
467
+ Hidden: react675.ForwardRefExoticComponent<Partial<{
468
468
  children?: React.ReactNode;
469
469
  value?: string;
470
- }> & react31.RefAttributes<unknown>>;
471
- IconToggle: react31.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui17.IconToggleProps, "ref"> & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
472
- Input: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
470
+ }> & react675.RefAttributes<unknown>>;
471
+ IconToggle: react675.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui301.IconToggleProps, "ref"> & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
472
+ Input: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
473
473
  prefix?: React.ReactNode;
474
474
  suffix?: React.ReactNode;
475
475
  groupClassName?: string;
476
476
  prefixClassName?: string;
477
477
  suffixClassName?: string;
478
- }>, "ref"> & react31.RefAttributes<unknown>>;
479
- NumberInput: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
478
+ }>, "ref"> & react675.RefAttributes<unknown>>;
479
+ NumberInput: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
480
480
  prefix?: React.ReactNode;
481
481
  suffix?: React.ReactNode;
482
482
  groupClassName?: string;
483
483
  prefixClassName?: string;
484
484
  suffixClassName?: string;
485
- }>, "ref"> & react31.RefAttributes<unknown>>;
486
- ObjectContainer: react31.FC<ObjectContainerProps>;
487
- Radio: react31.FC;
485
+ }>, "ref"> & react675.RefAttributes<unknown>>;
486
+ ObjectContainer: react675.FC<ObjectContainerProps>;
487
+ Radio: react675.FC;
488
488
  Row: typeof Row;
489
- Select: react31.FC;
490
- Separator: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react31.RefAttributes<HTMLDivElement>>, "ref"> & react31.RefAttributes<unknown>>;
491
- Switch: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
492
- Textarea: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLTextAreaElement> & react31.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react31.RefAttributes<unknown>>;
489
+ Select: react675.FC;
490
+ Separator: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react675.RefAttributes<HTMLDivElement>>, "ref"> & react675.RefAttributes<unknown>>;
491
+ Switch: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
492
+ Textarea: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLTextAreaElement> & react675.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react675.RefAttributes<unknown>>;
493
493
  }, Component_5, Decorator_5>): JSX.Element;
494
494
  displayName: string;
495
495
  };
496
496
  Date: {
497
- <Decorator_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof", Component_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
498
- ColorPicker: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.ColorPickerProps>, "ref"> & react31.RefAttributes<unknown>>;
499
- Combobox: react31.FC;
500
- ColorSelect: react31.FC;
501
- Slider: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderProps>, "ref"> & react31.RefAttributes<unknown>>;
502
- SliderInput: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderInputProps>, "ref"> & react31.RefAttributes<unknown>>;
503
- SliderSelect: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderSelectProps>, "ref"> & react31.RefAttributes<unknown>>;
497
+ <Decorator_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof", Component_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
498
+ ColorPicker: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.ColorPickerProps>, "ref"> & react675.RefAttributes<unknown>>;
499
+ Combobox: react675.FC;
500
+ ColorSelect: react675.FC;
501
+ Slider: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderProps>, "ref"> & react675.RefAttributes<unknown>>;
502
+ SliderInput: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderInputProps>, "ref"> & react675.RefAttributes<unknown>>;
503
+ SliderSelect: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderSelectProps>, "ref"> & react675.RefAttributes<unknown>>;
504
504
  TagsInput: typeof TagsInput;
505
- TagsInputInLine: react31.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui17.TagsInputProps> & react31.RefAttributes<unknown>>;
505
+ TagsInputInLine: react675.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui301.TagsInputProps> & react675.RefAttributes<unknown>>;
506
506
  ArrayCards: ComposedArrayProps;
507
- ArrayCollapse: react31.FC<ArrayComponentProps & {
507
+ ArrayCollapse: react675.FC<ArrayComponentProps & {
508
508
  defaultActiveKey?: Array<string | number>;
509
509
  mode?: "accordion" | "multiple";
510
510
  }>;
511
- ArrayDialog: react31.FC<ArrayComponentProps>;
512
- ArrayPopover: react31.FC<ArrayComponentProps>;
513
- Checkbox: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
511
+ ArrayDialog: react675.FC<ArrayComponentProps>;
512
+ ArrayPopover: react675.FC<ArrayComponentProps>;
513
+ Checkbox: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
514
514
  Column: typeof Column;
515
- DatePicker: react31.ForwardRefExoticComponent<Partial<{
515
+ DatePicker: react675.ForwardRefExoticComponent<Partial<{
516
516
  value?: Date;
517
517
  onChange?: (date: Date | undefined) => void;
518
518
  placeholder?: string;
519
- } & Omit<_pixpilot_shadcn_ui17.DatePickerProps, "onSelect" | "selected" | "mode">> & react31.RefAttributes<unknown>>;
519
+ } & Omit<_pixpilot_shadcn_ui301.DatePickerProps, "onSelect" | "selected" | "mode">> & react675.RefAttributes<unknown>>;
520
520
  FormGrid: typeof FormGrid;
521
- FormItem: react31.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
522
- children?: react31.ReactNode | undefined;
523
- }>, "ref"> & react31.RefAttributes<unknown>>;
524
- Hidden: react31.ForwardRefExoticComponent<Partial<{
521
+ FormItem: react675.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
522
+ children?: react675.ReactNode | undefined;
523
+ }>, "ref"> & react675.RefAttributes<unknown>>;
524
+ Hidden: react675.ForwardRefExoticComponent<Partial<{
525
525
  children?: React.ReactNode;
526
526
  value?: string;
527
- }> & react31.RefAttributes<unknown>>;
528
- IconToggle: react31.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui17.IconToggleProps, "ref"> & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
529
- Input: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
527
+ }> & react675.RefAttributes<unknown>>;
528
+ IconToggle: react675.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui301.IconToggleProps, "ref"> & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
529
+ Input: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
530
530
  prefix?: React.ReactNode;
531
531
  suffix?: React.ReactNode;
532
532
  groupClassName?: string;
533
533
  prefixClassName?: string;
534
534
  suffixClassName?: string;
535
- }>, "ref"> & react31.RefAttributes<unknown>>;
536
- NumberInput: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
535
+ }>, "ref"> & react675.RefAttributes<unknown>>;
536
+ NumberInput: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
537
537
  prefix?: React.ReactNode;
538
538
  suffix?: React.ReactNode;
539
539
  groupClassName?: string;
540
540
  prefixClassName?: string;
541
541
  suffixClassName?: string;
542
- }>, "ref"> & react31.RefAttributes<unknown>>;
543
- ObjectContainer: react31.FC<ObjectContainerProps>;
544
- Radio: react31.FC;
542
+ }>, "ref"> & react675.RefAttributes<unknown>>;
543
+ ObjectContainer: react675.FC<ObjectContainerProps>;
544
+ Radio: react675.FC;
545
545
  Row: typeof Row;
546
- Select: react31.FC;
547
- Separator: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react31.RefAttributes<HTMLDivElement>>, "ref"> & react31.RefAttributes<unknown>>;
548
- Switch: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
549
- Textarea: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLTextAreaElement> & react31.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react31.RefAttributes<unknown>>;
546
+ Select: react675.FC;
547
+ Separator: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react675.RefAttributes<HTMLDivElement>>, "ref"> & react675.RefAttributes<unknown>>;
548
+ Switch: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
549
+ Textarea: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLTextAreaElement> & react675.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react675.RefAttributes<unknown>>;
550
550
  }, Component_6, Decorator_6>): JSX.Element;
551
551
  displayName: string;
552
552
  };
553
553
  DateTime: {
554
- <Decorator_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof", Component_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
555
- ColorPicker: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.ColorPickerProps>, "ref"> & react31.RefAttributes<unknown>>;
556
- Combobox: react31.FC;
557
- ColorSelect: react31.FC;
558
- Slider: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderProps>, "ref"> & react31.RefAttributes<unknown>>;
559
- SliderInput: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderInputProps>, "ref"> & react31.RefAttributes<unknown>>;
560
- SliderSelect: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderSelectProps>, "ref"> & react31.RefAttributes<unknown>>;
554
+ <Decorator_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof", Component_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
555
+ ColorPicker: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.ColorPickerProps>, "ref"> & react675.RefAttributes<unknown>>;
556
+ Combobox: react675.FC;
557
+ ColorSelect: react675.FC;
558
+ Slider: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderProps>, "ref"> & react675.RefAttributes<unknown>>;
559
+ SliderInput: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderInputProps>, "ref"> & react675.RefAttributes<unknown>>;
560
+ SliderSelect: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderSelectProps>, "ref"> & react675.RefAttributes<unknown>>;
561
561
  TagsInput: typeof TagsInput;
562
- TagsInputInLine: react31.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui17.TagsInputProps> & react31.RefAttributes<unknown>>;
562
+ TagsInputInLine: react675.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui301.TagsInputProps> & react675.RefAttributes<unknown>>;
563
563
  ArrayCards: ComposedArrayProps;
564
- ArrayCollapse: react31.FC<ArrayComponentProps & {
564
+ ArrayCollapse: react675.FC<ArrayComponentProps & {
565
565
  defaultActiveKey?: Array<string | number>;
566
566
  mode?: "accordion" | "multiple";
567
567
  }>;
568
- ArrayDialog: react31.FC<ArrayComponentProps>;
569
- ArrayPopover: react31.FC<ArrayComponentProps>;
570
- Checkbox: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
568
+ ArrayDialog: react675.FC<ArrayComponentProps>;
569
+ ArrayPopover: react675.FC<ArrayComponentProps>;
570
+ Checkbox: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
571
571
  Column: typeof Column;
572
- DatePicker: react31.ForwardRefExoticComponent<Partial<{
572
+ DatePicker: react675.ForwardRefExoticComponent<Partial<{
573
573
  value?: Date;
574
574
  onChange?: (date: Date | undefined) => void;
575
575
  placeholder?: string;
576
- } & Omit<_pixpilot_shadcn_ui17.DatePickerProps, "onSelect" | "selected" | "mode">> & react31.RefAttributes<unknown>>;
576
+ } & Omit<_pixpilot_shadcn_ui301.DatePickerProps, "onSelect" | "selected" | "mode">> & react675.RefAttributes<unknown>>;
577
577
  FormGrid: typeof FormGrid;
578
- FormItem: react31.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
579
- children?: react31.ReactNode | undefined;
580
- }>, "ref"> & react31.RefAttributes<unknown>>;
581
- Hidden: react31.ForwardRefExoticComponent<Partial<{
578
+ FormItem: react675.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
579
+ children?: react675.ReactNode | undefined;
580
+ }>, "ref"> & react675.RefAttributes<unknown>>;
581
+ Hidden: react675.ForwardRefExoticComponent<Partial<{
582
582
  children?: React.ReactNode;
583
583
  value?: string;
584
- }> & react31.RefAttributes<unknown>>;
585
- IconToggle: react31.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui17.IconToggleProps, "ref"> & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
586
- Input: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
584
+ }> & react675.RefAttributes<unknown>>;
585
+ IconToggle: react675.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui301.IconToggleProps, "ref"> & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
586
+ Input: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
587
587
  prefix?: React.ReactNode;
588
588
  suffix?: React.ReactNode;
589
589
  groupClassName?: string;
590
590
  prefixClassName?: string;
591
591
  suffixClassName?: string;
592
- }>, "ref"> & react31.RefAttributes<unknown>>;
593
- NumberInput: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
592
+ }>, "ref"> & react675.RefAttributes<unknown>>;
593
+ NumberInput: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
594
594
  prefix?: React.ReactNode;
595
595
  suffix?: React.ReactNode;
596
596
  groupClassName?: string;
597
597
  prefixClassName?: string;
598
598
  suffixClassName?: string;
599
- }>, "ref"> & react31.RefAttributes<unknown>>;
600
- ObjectContainer: react31.FC<ObjectContainerProps>;
601
- Radio: react31.FC;
599
+ }>, "ref"> & react675.RefAttributes<unknown>>;
600
+ ObjectContainer: react675.FC<ObjectContainerProps>;
601
+ Radio: react675.FC;
602
602
  Row: typeof Row;
603
- Select: react31.FC;
604
- Separator: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react31.RefAttributes<HTMLDivElement>>, "ref"> & react31.RefAttributes<unknown>>;
605
- Switch: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
606
- Textarea: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLTextAreaElement> & react31.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react31.RefAttributes<unknown>>;
603
+ Select: react675.FC;
604
+ Separator: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react675.RefAttributes<HTMLDivElement>>, "ref"> & react675.RefAttributes<unknown>>;
605
+ Switch: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
606
+ Textarea: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLTextAreaElement> & react675.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react675.RefAttributes<unknown>>;
607
607
  }, Component_7, Decorator_7>): JSX.Element;
608
608
  displayName: string;
609
609
  };
610
610
  Void: {
611
- <Decorator_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof", Component_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
612
- ColorPicker: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.ColorPickerProps>, "ref"> & react31.RefAttributes<unknown>>;
613
- Combobox: react31.FC;
614
- ColorSelect: react31.FC;
615
- Slider: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderProps>, "ref"> & react31.RefAttributes<unknown>>;
616
- SliderInput: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderInputProps>, "ref"> & react31.RefAttributes<unknown>>;
617
- SliderSelect: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderSelectProps>, "ref"> & react31.RefAttributes<unknown>>;
611
+ <Decorator_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof", Component_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
612
+ ColorPicker: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.ColorPickerProps>, "ref"> & react675.RefAttributes<unknown>>;
613
+ Combobox: react675.FC;
614
+ ColorSelect: react675.FC;
615
+ Slider: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderProps>, "ref"> & react675.RefAttributes<unknown>>;
616
+ SliderInput: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderInputProps>, "ref"> & react675.RefAttributes<unknown>>;
617
+ SliderSelect: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderSelectProps>, "ref"> & react675.RefAttributes<unknown>>;
618
618
  TagsInput: typeof TagsInput;
619
- TagsInputInLine: react31.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui17.TagsInputProps> & react31.RefAttributes<unknown>>;
619
+ TagsInputInLine: react675.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui301.TagsInputProps> & react675.RefAttributes<unknown>>;
620
620
  ArrayCards: ComposedArrayProps;
621
- ArrayCollapse: react31.FC<ArrayComponentProps & {
621
+ ArrayCollapse: react675.FC<ArrayComponentProps & {
622
622
  defaultActiveKey?: Array<string | number>;
623
623
  mode?: "accordion" | "multiple";
624
624
  }>;
625
- ArrayDialog: react31.FC<ArrayComponentProps>;
626
- ArrayPopover: react31.FC<ArrayComponentProps>;
627
- Checkbox: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
625
+ ArrayDialog: react675.FC<ArrayComponentProps>;
626
+ ArrayPopover: react675.FC<ArrayComponentProps>;
627
+ Checkbox: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
628
628
  Column: typeof Column;
629
- DatePicker: react31.ForwardRefExoticComponent<Partial<{
629
+ DatePicker: react675.ForwardRefExoticComponent<Partial<{
630
630
  value?: Date;
631
631
  onChange?: (date: Date | undefined) => void;
632
632
  placeholder?: string;
633
- } & Omit<_pixpilot_shadcn_ui17.DatePickerProps, "onSelect" | "selected" | "mode">> & react31.RefAttributes<unknown>>;
633
+ } & Omit<_pixpilot_shadcn_ui301.DatePickerProps, "onSelect" | "selected" | "mode">> & react675.RefAttributes<unknown>>;
634
634
  FormGrid: typeof FormGrid;
635
- FormItem: react31.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
636
- children?: react31.ReactNode | undefined;
637
- }>, "ref"> & react31.RefAttributes<unknown>>;
638
- Hidden: react31.ForwardRefExoticComponent<Partial<{
635
+ FormItem: react675.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
636
+ children?: react675.ReactNode | undefined;
637
+ }>, "ref"> & react675.RefAttributes<unknown>>;
638
+ Hidden: react675.ForwardRefExoticComponent<Partial<{
639
639
  children?: React.ReactNode;
640
640
  value?: string;
641
- }> & react31.RefAttributes<unknown>>;
642
- IconToggle: react31.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui17.IconToggleProps, "ref"> & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
643
- Input: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
641
+ }> & react675.RefAttributes<unknown>>;
642
+ IconToggle: react675.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui301.IconToggleProps, "ref"> & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
643
+ Input: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
644
644
  prefix?: React.ReactNode;
645
645
  suffix?: React.ReactNode;
646
646
  groupClassName?: string;
647
647
  prefixClassName?: string;
648
648
  suffixClassName?: string;
649
- }>, "ref"> & react31.RefAttributes<unknown>>;
650
- NumberInput: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
649
+ }>, "ref"> & react675.RefAttributes<unknown>>;
650
+ NumberInput: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
651
651
  prefix?: React.ReactNode;
652
652
  suffix?: React.ReactNode;
653
653
  groupClassName?: string;
654
654
  prefixClassName?: string;
655
655
  suffixClassName?: string;
656
- }>, "ref"> & react31.RefAttributes<unknown>>;
657
- ObjectContainer: react31.FC<ObjectContainerProps>;
658
- Radio: react31.FC;
656
+ }>, "ref"> & react675.RefAttributes<unknown>>;
657
+ ObjectContainer: react675.FC<ObjectContainerProps>;
658
+ Radio: react675.FC;
659
659
  Row: typeof Row;
660
- Select: react31.FC;
661
- Separator: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react31.RefAttributes<HTMLDivElement>>, "ref"> & react31.RefAttributes<unknown>>;
662
- Switch: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
663
- Textarea: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLTextAreaElement> & react31.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react31.RefAttributes<unknown>>;
660
+ Select: react675.FC;
661
+ Separator: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react675.RefAttributes<HTMLDivElement>>, "ref"> & react675.RefAttributes<unknown>>;
662
+ Switch: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
663
+ Textarea: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLTextAreaElement> & react675.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react675.RefAttributes<unknown>>;
664
664
  }, Component_8, Decorator_8>): JSX.Element;
665
665
  displayName: string;
666
666
  };
667
667
  Number: {
668
- <Decorator_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof", Component_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
669
- ColorPicker: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.ColorPickerProps>, "ref"> & react31.RefAttributes<unknown>>;
670
- Combobox: react31.FC;
671
- ColorSelect: react31.FC;
672
- Slider: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderProps>, "ref"> & react31.RefAttributes<unknown>>;
673
- SliderInput: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderInputProps>, "ref"> & react31.RefAttributes<unknown>>;
674
- SliderSelect: react31.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui17.SliderSelectProps>, "ref"> & react31.RefAttributes<unknown>>;
668
+ <Decorator_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof", Component_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "IconToggle" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "ColorSelect" | "Slider" | "SliderInput" | "SliderSelect" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "IconToggle.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "SliderSelect.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
669
+ ColorPicker: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.ColorPickerProps>, "ref"> & react675.RefAttributes<unknown>>;
670
+ Combobox: react675.FC;
671
+ ColorSelect: react675.FC;
672
+ Slider: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderProps>, "ref"> & react675.RefAttributes<unknown>>;
673
+ SliderInput: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderInputProps>, "ref"> & react675.RefAttributes<unknown>>;
674
+ SliderSelect: react675.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui301.SliderSelectProps>, "ref"> & react675.RefAttributes<unknown>>;
675
675
  TagsInput: typeof TagsInput;
676
- TagsInputInLine: react31.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui17.TagsInputProps> & react31.RefAttributes<unknown>>;
676
+ TagsInputInLine: react675.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui301.TagsInputProps> & react675.RefAttributes<unknown>>;
677
677
  ArrayCards: ComposedArrayProps;
678
- ArrayCollapse: react31.FC<ArrayComponentProps & {
678
+ ArrayCollapse: react675.FC<ArrayComponentProps & {
679
679
  defaultActiveKey?: Array<string | number>;
680
680
  mode?: "accordion" | "multiple";
681
681
  }>;
682
- ArrayDialog: react31.FC<ArrayComponentProps>;
683
- ArrayPopover: react31.FC<ArrayComponentProps>;
684
- Checkbox: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
682
+ ArrayDialog: react675.FC<ArrayComponentProps>;
683
+ ArrayPopover: react675.FC<ArrayComponentProps>;
684
+ Checkbox: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
685
685
  Column: typeof Column;
686
- DatePicker: react31.ForwardRefExoticComponent<Partial<{
686
+ DatePicker: react675.ForwardRefExoticComponent<Partial<{
687
687
  value?: Date;
688
688
  onChange?: (date: Date | undefined) => void;
689
689
  placeholder?: string;
690
- } & Omit<_pixpilot_shadcn_ui17.DatePickerProps, "onSelect" | "selected" | "mode">> & react31.RefAttributes<unknown>>;
690
+ } & Omit<_pixpilot_shadcn_ui301.DatePickerProps, "onSelect" | "selected" | "mode">> & react675.RefAttributes<unknown>>;
691
691
  FormGrid: typeof FormGrid;
692
- FormItem: react31.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
693
- children?: react31.ReactNode | undefined;
694
- }>, "ref"> & react31.RefAttributes<unknown>>;
695
- Hidden: react31.ForwardRefExoticComponent<Partial<{
692
+ FormItem: react675.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
693
+ children?: react675.ReactNode | undefined;
694
+ }>, "ref"> & react675.RefAttributes<unknown>>;
695
+ Hidden: react675.ForwardRefExoticComponent<Partial<{
696
696
  children?: React.ReactNode;
697
697
  value?: string;
698
- }> & react31.RefAttributes<unknown>>;
699
- IconToggle: react31.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui17.IconToggleProps, "ref"> & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
700
- Input: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
698
+ }> & react675.RefAttributes<unknown>>;
699
+ IconToggle: react675.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui301.IconToggleProps, "ref"> & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
700
+ Input: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
701
701
  prefix?: React.ReactNode;
702
702
  suffix?: React.ReactNode;
703
703
  groupClassName?: string;
704
704
  prefixClassName?: string;
705
705
  suffixClassName?: string;
706
- }>, "ref"> & react31.RefAttributes<unknown>>;
707
- NumberInput: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLInputElement> & react31.InputHTMLAttributes<HTMLInputElement> & {
706
+ }>, "ref"> & react675.RefAttributes<unknown>>;
707
+ NumberInput: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLInputElement> & react675.InputHTMLAttributes<HTMLInputElement> & {
708
708
  prefix?: React.ReactNode;
709
709
  suffix?: React.ReactNode;
710
710
  groupClassName?: string;
711
711
  prefixClassName?: string;
712
712
  suffixClassName?: string;
713
- }>, "ref"> & react31.RefAttributes<unknown>>;
714
- ObjectContainer: react31.FC<ObjectContainerProps>;
715
- Radio: react31.FC;
713
+ }>, "ref"> & react675.RefAttributes<unknown>>;
714
+ ObjectContainer: react675.FC<ObjectContainerProps>;
715
+ Radio: react675.FC;
716
716
  Row: typeof Row;
717
- Select: react31.FC;
718
- Separator: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react31.RefAttributes<HTMLDivElement>>, "ref"> & react31.RefAttributes<unknown>>;
719
- Switch: react31.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react31.RefAttributes<HTMLButtonElement>>, "ref"> & react31.RefAttributes<unknown>>;
720
- Textarea: react31.ForwardRefExoticComponent<Omit<Partial<react31.ClassAttributes<HTMLTextAreaElement> & react31.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react31.RefAttributes<unknown>>;
717
+ Select: react675.FC;
718
+ Separator: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react675.RefAttributes<HTMLDivElement>>, "ref"> & react675.RefAttributes<unknown>>;
719
+ Switch: react675.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react675.RefAttributes<HTMLButtonElement>>, "ref"> & react675.RefAttributes<unknown>>;
720
+ Textarea: react675.ForwardRefExoticComponent<Omit<Partial<react675.ClassAttributes<HTMLTextAreaElement> & react675.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react675.RefAttributes<unknown>>;
721
721
  }, Component_9, Decorator_9>): JSX.Element;
722
722
  displayName: string;
723
723
  };