@pixpilot/formily-shadcn 0.52.0 → 0.53.0

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