@pixpilot/formily-shadcn 0.16.2 → 0.16.4

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 (50) hide show
  1. package/dist/components/checkbox.d.ts +2 -2
  2. package/dist/components/date-picker.d.cts +1 -1
  3. package/dist/components/date-picker.d.ts +3 -3
  4. package/dist/components/file-upload/file-upload-inline.d.cts +8 -8
  5. package/dist/components/file-upload/file-upload.d.cts +8 -8
  6. package/dist/components/form-item/connected-form-item.d.cts +4 -4
  7. package/dist/components/form-item/connected-form-item.d.ts +4 -4
  8. package/dist/components/icon-picker.d.ts +3 -3
  9. package/dist/components/input.d.ts +2 -2
  10. package/dist/components/number-input.d.ts +2 -2
  11. package/dist/components/schema-field/schema-field-basics.cjs +32 -32
  12. package/dist/components/schema-field/schema-field-basics.d.cts +333 -333
  13. package/dist/components/schema-field/schema-field-basics.d.ts +333 -333
  14. package/dist/components/schema-field/schema-field-basics.js +32 -32
  15. package/dist/components/schema-field/schema-field-extended.d.cts +482 -468
  16. package/dist/components/schema-field/schema-field-extended.d.ts +482 -468
  17. package/dist/components/schema-field/schema-field.cjs +15 -9
  18. package/dist/components/schema-field/schema-field.d.cts +395 -381
  19. package/dist/components/schema-field/schema-field.d.ts +395 -381
  20. package/dist/components/schema-field/schema-field.js +15 -9
  21. package/dist/components/separator.d.ts +2 -2
  22. package/dist/components/slider/index.cjs +2 -0
  23. package/dist/components/slider/index.d.cts +2 -0
  24. package/dist/components/slider/index.d.ts +2 -0
  25. package/dist/components/slider/index.js +2 -0
  26. package/dist/components/slider/map-props.cjs +26 -0
  27. package/dist/components/slider/map-props.js +24 -0
  28. package/dist/components/slider/slider-input.cjs +12 -0
  29. package/dist/components/slider/slider-input.d.cts +7 -0
  30. package/dist/components/slider/slider-input.d.ts +7 -0
  31. package/dist/components/slider/slider-input.js +9 -0
  32. package/dist/components/slider/slider.cjs +16 -0
  33. package/dist/components/slider/slider.d.cts +11 -0
  34. package/dist/components/slider/slider.d.ts +11 -0
  35. package/dist/components/slider/slider.js +13 -0
  36. package/dist/components/switch.d.cts +2 -2
  37. package/dist/components/switch.d.ts +2 -2
  38. package/dist/components/tags-input-inline.d.cts +2 -2
  39. package/dist/components/tags-input-inline.d.ts +2 -2
  40. package/dist/components/textarea.d.cts +2 -2
  41. package/dist/components/textarea.d.ts +2 -2
  42. package/dist/index.cjs +4 -1
  43. package/dist/index.d.cts +4 -2
  44. package/dist/index.d.ts +4 -2
  45. package/dist/index.js +4 -2
  46. package/package.json +6 -6
  47. package/dist/components/slider.cjs +0 -40
  48. package/dist/components/slider.d.cts +0 -12
  49. package/dist/components/slider.d.ts +0 -12
  50. package/dist/components/slider.js +0 -36
@@ -10,526 +10,540 @@ import { Row } from "../row.cjs";
10
10
  import { ObjectContainerProps } from "../object-container.cjs";
11
11
  import * as _formily_react11 from "@formily/react";
12
12
  import { ISchema } from "@formily/react";
13
- import * as react580 from "react";
13
+ import * as react600 from "react";
14
14
  import * as _formily_core0 from "@formily/core";
15
- import * as _pixpilot_shadcn_ui280 from "@pixpilot/shadcn-ui";
15
+ import * as _pixpilot_shadcn_ui291 from "@pixpilot/shadcn-ui";
16
16
  import { TagsInput } from "@pixpilot/shadcn-ui";
17
17
  import * as _radix_ui_react_checkbox11 from "@radix-ui/react-checkbox";
18
- import * as _radix_ui_react_switch11 from "@radix-ui/react-switch";
19
18
  import * as _radix_ui_react_separator11 from "@radix-ui/react-separator";
19
+ import * as _radix_ui_react_switch11 from "@radix-ui/react-switch";
20
20
 
21
21
  //#region src/components/schema-field/schema-field.d.ts
22
22
  declare const defaultComponentRegistry: {
23
- Combobox: {
24
- component: react580.FC;
25
- decorator: string;
26
- };
27
- TagsInput: {
28
- component: typeof TagsInput;
23
+ ColorPicker: {
24
+ component: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.ColorPickerProps>, "ref"> & react600.RefAttributes<unknown>>;
29
25
  decorator: string;
30
26
  };
31
- TagsInputInLine: {
32
- component: react580.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui280.TagsInputProps> & react580.RefAttributes<unknown>>;
27
+ Combobox: {
28
+ component: react600.FC;
33
29
  decorator: string;
34
30
  };
35
31
  Slider: {
36
- component: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.SliderProps>, "ref"> & react580.RefAttributes<unknown>>;
32
+ component: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderProps>, "ref"> & react600.RefAttributes<unknown>>;
37
33
  decorator: string;
38
34
  };
39
- ColorPicker: {
40
- component: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.ColorPickerProps>, "ref"> & react580.RefAttributes<unknown>>;
35
+ SliderInput: {
36
+ component: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderInputProps>, "ref"> & react600.RefAttributes<unknown>>;
41
37
  decorator: string;
42
38
  };
43
- FormItem: {
44
- component: react580.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
45
- children?: react580.ReactNode | undefined;
46
- }>, "ref"> & react580.RefAttributes<unknown>>;
47
- };
48
- Hidden: {
49
- component: react580.ForwardRefExoticComponent<Partial<{
50
- children?: React.ReactNode;
51
- value?: string;
52
- }> & react580.RefAttributes<unknown>>;
53
- };
54
- Input: {
55
- component: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
39
+ TagsInput: {
40
+ component: typeof TagsInput;
56
41
  decorator: string;
57
42
  };
58
- Textarea: {
59
- component: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLTextAreaElement> & react580.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react580.RefAttributes<unknown>>;
43
+ TagsInputInLine: {
44
+ component: react600.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui291.TagsInputProps> & react600.RefAttributes<unknown>>;
60
45
  decorator: string;
61
46
  };
62
- NumberInput: {
63
- component: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
47
+ ArrayCards: {
48
+ component: ComposedArrayProps;
64
49
  decorator: string;
65
50
  };
66
- Checkbox: {
67
- component: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
51
+ ArrayCollapse: {
52
+ component: react600.FC<ArrayComponentProps & {
53
+ defaultActiveKey?: Array<string | number>;
54
+ mode?: "accordion" | "multiple";
55
+ }>;
68
56
  decorator: string;
69
57
  };
70
- Radio: {
71
- component: react580.FC;
58
+ ArrayDialog: {
59
+ component: react600.FC<ArrayComponentProps>;
72
60
  decorator: string;
73
61
  };
74
- Select: {
75
- component: react580.FC;
62
+ ArrayPopover: {
63
+ component: react600.FC<ArrayComponentProps>;
76
64
  decorator: string;
77
65
  };
78
- Switch: {
79
- component: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
66
+ Checkbox: {
67
+ component: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
80
68
  decorator: string;
81
69
  };
70
+ Column: {
71
+ component: typeof Column;
72
+ };
82
73
  DatePicker: {
83
- component: react580.ForwardRefExoticComponent<Partial<{
74
+ component: react600.ForwardRefExoticComponent<Partial<{
84
75
  value?: Date;
85
76
  onChange?: (date: Date | undefined) => void;
86
77
  placeholder?: string;
87
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
78
+ } & Omit<_pixpilot_shadcn_ui291.DatePickerProps, "onSelect" | "selected" | "mode">> & react600.RefAttributes<unknown>>;
88
79
  decorator: string;
89
80
  };
90
- Row: {
91
- component: typeof Row;
92
- };
93
- Column: {
94
- component: typeof Column;
95
- };
96
81
  FormGrid: {
97
82
  component: typeof FormGrid;
98
83
  };
99
- Separator: {
100
- component: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react580.RefAttributes<HTMLDivElement>>, "ref"> & react580.RefAttributes<unknown>>;
84
+ FormItem: {
85
+ component: react600.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
86
+ children?: react600.ReactNode | undefined;
87
+ }>, "ref"> & react600.RefAttributes<unknown>>;
101
88
  };
102
- ArrayCards: {
103
- component: ComposedArrayProps;
89
+ Hidden: {
90
+ component: react600.ForwardRefExoticComponent<Partial<{
91
+ children?: React.ReactNode;
92
+ value?: string;
93
+ }> & react600.RefAttributes<unknown>>;
94
+ };
95
+ Input: {
96
+ component: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
104
97
  decorator: string;
105
98
  };
106
- ArrayDialog: {
107
- component: react580.FC<ArrayComponentProps>;
99
+ NumberInput: {
100
+ component: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
108
101
  decorator: string;
109
102
  };
110
- ArrayCollapse: {
111
- component: react580.FC<ArrayComponentProps & {
112
- defaultActiveKey?: Array<string | number>;
113
- mode?: "accordion" | "multiple";
114
- }>;
103
+ ObjectContainer: {
104
+ component: react600.FC<ObjectContainerProps>;
115
105
  decorator: string;
116
106
  };
117
- ArrayPopover: {
118
- component: react580.FC<ArrayComponentProps>;
107
+ Radio: {
108
+ component: react600.FC;
119
109
  decorator: string;
120
110
  };
121
- ObjectContainer: {
122
- component: react580.FC<ObjectContainerProps>;
111
+ Row: {
112
+ component: typeof Row;
113
+ };
114
+ Select: {
115
+ component: react600.FC;
116
+ decorator: string;
117
+ };
118
+ Separator: {
119
+ component: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react600.RefAttributes<HTMLDivElement>>, "ref"> & react600.RefAttributes<unknown>>;
120
+ };
121
+ Switch: {
122
+ component: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
123
+ decorator: string;
124
+ };
125
+ Textarea: {
126
+ component: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLTextAreaElement> & react600.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react600.RefAttributes<unknown>>;
123
127
  decorator: string;
124
128
  };
125
129
  };
126
130
  declare const defaultComponents: {
127
- Combobox: react580.FC;
131
+ ColorPicker: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.ColorPickerProps>, "ref"> & react600.RefAttributes<unknown>>;
132
+ Combobox: react600.FC;
133
+ Slider: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderProps>, "ref"> & react600.RefAttributes<unknown>>;
134
+ SliderInput: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderInputProps>, "ref"> & react600.RefAttributes<unknown>>;
128
135
  TagsInput: typeof TagsInput;
129
- TagsInputInLine: react580.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui280.TagsInputProps> & react580.RefAttributes<unknown>>;
130
- Slider: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.SliderProps>, "ref"> & react580.RefAttributes<unknown>>;
131
- ColorPicker: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.ColorPickerProps>, "ref"> & react580.RefAttributes<unknown>>;
132
- FormItem: react580.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
133
- children?: react580.ReactNode | undefined;
134
- }>, "ref"> & react580.RefAttributes<unknown>>;
135
- Hidden: react580.ForwardRefExoticComponent<Partial<{
136
- children?: React.ReactNode;
137
- value?: string;
138
- }> & react580.RefAttributes<unknown>>;
139
- Input: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
140
- Textarea: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLTextAreaElement> & react580.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react580.RefAttributes<unknown>>;
141
- NumberInput: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
142
- Checkbox: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
143
- Radio: react580.FC;
144
- Select: react580.FC;
145
- Switch: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
146
- DatePicker: react580.ForwardRefExoticComponent<Partial<{
147
- value?: Date;
148
- onChange?: (date: Date | undefined) => void;
149
- placeholder?: string;
150
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
151
- Row: typeof Row;
152
- Column: typeof Column;
153
- FormGrid: typeof FormGrid;
154
- Separator: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react580.RefAttributes<HTMLDivElement>>, "ref"> & react580.RefAttributes<unknown>>;
136
+ TagsInputInLine: react600.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui291.TagsInputProps> & react600.RefAttributes<unknown>>;
155
137
  ArrayCards: ComposedArrayProps;
156
- ArrayDialog: react580.FC<ArrayComponentProps>;
157
- ArrayCollapse: react580.FC<ArrayComponentProps & {
138
+ ArrayCollapse: react600.FC<ArrayComponentProps & {
158
139
  defaultActiveKey?: Array<string | number>;
159
140
  mode?: "accordion" | "multiple";
160
141
  }>;
161
- ArrayPopover: react580.FC<ArrayComponentProps>;
162
- ObjectContainer: react580.FC<ObjectContainerProps>;
142
+ ArrayDialog: react600.FC<ArrayComponentProps>;
143
+ ArrayPopover: react600.FC<ArrayComponentProps>;
144
+ Checkbox: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
145
+ Column: typeof Column;
146
+ DatePicker: react600.ForwardRefExoticComponent<Partial<{
147
+ value?: Date;
148
+ onChange?: (date: Date | undefined) => void;
149
+ placeholder?: string;
150
+ } & Omit<_pixpilot_shadcn_ui291.DatePickerProps, "onSelect" | "selected" | "mode">> & react600.RefAttributes<unknown>>;
151
+ FormGrid: typeof FormGrid;
152
+ FormItem: react600.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
153
+ children?: react600.ReactNode | undefined;
154
+ }>, "ref"> & react600.RefAttributes<unknown>>;
155
+ Hidden: react600.ForwardRefExoticComponent<Partial<{
156
+ children?: React.ReactNode;
157
+ value?: string;
158
+ }> & react600.RefAttributes<unknown>>;
159
+ Input: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
160
+ NumberInput: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
161
+ ObjectContainer: react600.FC<ObjectContainerProps>;
162
+ Radio: react600.FC;
163
+ Row: typeof Row;
164
+ Select: react600.FC;
165
+ Separator: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react600.RefAttributes<HTMLDivElement>>, "ref"> & react600.RefAttributes<unknown>>;
166
+ Switch: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
167
+ Textarea: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLTextAreaElement> & react600.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react600.RefAttributes<unknown>>;
163
168
  };
164
169
  declare const SchemaField: {
165
170
  <Decorator extends _formily_react11.JSXComponent, Component extends _formily_react11.JSXComponent>(props: _formily_react11.ISchemaFieldProps<Decorator, Component, _formily_core0.ObjectField<Decorator, Component>>): JSX.Element;
166
171
  displayName: string;
167
172
  Markup: {
168
- <Decorator_1 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof", Component_1 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react11.ISchemaMarkupFieldProps<{
169
- Combobox: react580.FC;
173
+ <Decorator_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof", Component_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react11.ISchemaMarkupFieldProps<{
174
+ ColorPicker: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.ColorPickerProps>, "ref"> & react600.RefAttributes<unknown>>;
175
+ Combobox: react600.FC;
176
+ Slider: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderProps>, "ref"> & react600.RefAttributes<unknown>>;
177
+ SliderInput: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderInputProps>, "ref"> & react600.RefAttributes<unknown>>;
170
178
  TagsInput: typeof TagsInput;
171
- TagsInputInLine: react580.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui280.TagsInputProps> & react580.RefAttributes<unknown>>;
172
- Slider: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.SliderProps>, "ref"> & react580.RefAttributes<unknown>>;
173
- ColorPicker: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.ColorPickerProps>, "ref"> & react580.RefAttributes<unknown>>;
174
- FormItem: react580.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
175
- children?: react580.ReactNode | undefined;
176
- }>, "ref"> & react580.RefAttributes<unknown>>;
177
- Hidden: react580.ForwardRefExoticComponent<Partial<{
178
- children?: React.ReactNode;
179
- value?: string;
180
- }> & react580.RefAttributes<unknown>>;
181
- Input: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
182
- Textarea: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLTextAreaElement> & react580.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react580.RefAttributes<unknown>>;
183
- NumberInput: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
184
- Checkbox: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
185
- Radio: react580.FC;
186
- Select: react580.FC;
187
- Switch: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
188
- DatePicker: react580.ForwardRefExoticComponent<Partial<{
189
- value?: Date;
190
- onChange?: (date: Date | undefined) => void;
191
- placeholder?: string;
192
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
193
- Row: typeof Row;
194
- Column: typeof Column;
195
- FormGrid: typeof FormGrid;
196
- Separator: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react580.RefAttributes<HTMLDivElement>>, "ref"> & react580.RefAttributes<unknown>>;
179
+ TagsInputInLine: react600.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui291.TagsInputProps> & react600.RefAttributes<unknown>>;
197
180
  ArrayCards: ComposedArrayProps;
198
- ArrayDialog: react580.FC<ArrayComponentProps>;
199
- ArrayCollapse: react580.FC<ArrayComponentProps & {
181
+ ArrayCollapse: react600.FC<ArrayComponentProps & {
200
182
  defaultActiveKey?: Array<string | number>;
201
183
  mode?: "accordion" | "multiple";
202
184
  }>;
203
- ArrayPopover: react580.FC<ArrayComponentProps>;
204
- ObjectContainer: react580.FC<ObjectContainerProps>;
185
+ ArrayDialog: react600.FC<ArrayComponentProps>;
186
+ ArrayPopover: react600.FC<ArrayComponentProps>;
187
+ Checkbox: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
188
+ Column: typeof Column;
189
+ DatePicker: react600.ForwardRefExoticComponent<Partial<{
190
+ value?: Date;
191
+ onChange?: (date: Date | undefined) => void;
192
+ placeholder?: string;
193
+ } & Omit<_pixpilot_shadcn_ui291.DatePickerProps, "onSelect" | "selected" | "mode">> & react600.RefAttributes<unknown>>;
194
+ FormGrid: typeof FormGrid;
195
+ FormItem: react600.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
196
+ children?: react600.ReactNode | undefined;
197
+ }>, "ref"> & react600.RefAttributes<unknown>>;
198
+ Hidden: react600.ForwardRefExoticComponent<Partial<{
199
+ children?: React.ReactNode;
200
+ value?: string;
201
+ }> & react600.RefAttributes<unknown>>;
202
+ Input: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
203
+ NumberInput: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
204
+ ObjectContainer: react600.FC<ObjectContainerProps>;
205
+ Radio: react600.FC;
206
+ Row: typeof Row;
207
+ Select: react600.FC;
208
+ Separator: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react600.RefAttributes<HTMLDivElement>>, "ref"> & react600.RefAttributes<unknown>>;
209
+ Switch: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
210
+ Textarea: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLTextAreaElement> & react600.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react600.RefAttributes<unknown>>;
205
211
  }, Component_1, Decorator_1>): JSX.Element;
206
212
  displayName: string;
207
213
  };
208
214
  String: {
209
- <Decorator_2 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof", Component_2 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
210
- Combobox: react580.FC;
215
+ <Decorator_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof", Component_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
216
+ ColorPicker: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.ColorPickerProps>, "ref"> & react600.RefAttributes<unknown>>;
217
+ Combobox: react600.FC;
218
+ Slider: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderProps>, "ref"> & react600.RefAttributes<unknown>>;
219
+ SliderInput: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderInputProps>, "ref"> & react600.RefAttributes<unknown>>;
211
220
  TagsInput: typeof TagsInput;
212
- TagsInputInLine: react580.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui280.TagsInputProps> & react580.RefAttributes<unknown>>;
213
- Slider: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.SliderProps>, "ref"> & react580.RefAttributes<unknown>>;
214
- ColorPicker: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.ColorPickerProps>, "ref"> & react580.RefAttributes<unknown>>;
215
- FormItem: react580.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
216
- children?: react580.ReactNode | undefined;
217
- }>, "ref"> & react580.RefAttributes<unknown>>;
218
- Hidden: react580.ForwardRefExoticComponent<Partial<{
219
- children?: React.ReactNode;
220
- value?: string;
221
- }> & react580.RefAttributes<unknown>>;
222
- Input: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
223
- Textarea: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLTextAreaElement> & react580.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react580.RefAttributes<unknown>>;
224
- NumberInput: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
225
- Checkbox: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
226
- Radio: react580.FC;
227
- Select: react580.FC;
228
- Switch: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
229
- DatePicker: react580.ForwardRefExoticComponent<Partial<{
230
- value?: Date;
231
- onChange?: (date: Date | undefined) => void;
232
- placeholder?: string;
233
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
234
- Row: typeof Row;
235
- Column: typeof Column;
236
- FormGrid: typeof FormGrid;
237
- Separator: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react580.RefAttributes<HTMLDivElement>>, "ref"> & react580.RefAttributes<unknown>>;
221
+ TagsInputInLine: react600.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui291.TagsInputProps> & react600.RefAttributes<unknown>>;
238
222
  ArrayCards: ComposedArrayProps;
239
- ArrayDialog: react580.FC<ArrayComponentProps>;
240
- ArrayCollapse: react580.FC<ArrayComponentProps & {
223
+ ArrayCollapse: react600.FC<ArrayComponentProps & {
241
224
  defaultActiveKey?: Array<string | number>;
242
225
  mode?: "accordion" | "multiple";
243
226
  }>;
244
- ArrayPopover: react580.FC<ArrayComponentProps>;
245
- ObjectContainer: react580.FC<ObjectContainerProps>;
227
+ ArrayDialog: react600.FC<ArrayComponentProps>;
228
+ ArrayPopover: react600.FC<ArrayComponentProps>;
229
+ Checkbox: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
230
+ Column: typeof Column;
231
+ DatePicker: react600.ForwardRefExoticComponent<Partial<{
232
+ value?: Date;
233
+ onChange?: (date: Date | undefined) => void;
234
+ placeholder?: string;
235
+ } & Omit<_pixpilot_shadcn_ui291.DatePickerProps, "onSelect" | "selected" | "mode">> & react600.RefAttributes<unknown>>;
236
+ FormGrid: typeof FormGrid;
237
+ FormItem: react600.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
238
+ children?: react600.ReactNode | undefined;
239
+ }>, "ref"> & react600.RefAttributes<unknown>>;
240
+ Hidden: react600.ForwardRefExoticComponent<Partial<{
241
+ children?: React.ReactNode;
242
+ value?: string;
243
+ }> & react600.RefAttributes<unknown>>;
244
+ Input: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
245
+ NumberInput: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
246
+ ObjectContainer: react600.FC<ObjectContainerProps>;
247
+ Radio: react600.FC;
248
+ Row: typeof Row;
249
+ Select: react600.FC;
250
+ Separator: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react600.RefAttributes<HTMLDivElement>>, "ref"> & react600.RefAttributes<unknown>>;
251
+ Switch: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
252
+ Textarea: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLTextAreaElement> & react600.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react600.RefAttributes<unknown>>;
246
253
  }, Component_2, Decorator_2>): JSX.Element;
247
254
  displayName: string;
248
255
  };
249
256
  Object: {
250
- <Decorator_3 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof", Component_3 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
251
- Combobox: react580.FC;
257
+ <Decorator_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof", Component_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
258
+ ColorPicker: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.ColorPickerProps>, "ref"> & react600.RefAttributes<unknown>>;
259
+ Combobox: react600.FC;
260
+ Slider: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderProps>, "ref"> & react600.RefAttributes<unknown>>;
261
+ SliderInput: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderInputProps>, "ref"> & react600.RefAttributes<unknown>>;
252
262
  TagsInput: typeof TagsInput;
253
- TagsInputInLine: react580.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui280.TagsInputProps> & react580.RefAttributes<unknown>>;
254
- Slider: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.SliderProps>, "ref"> & react580.RefAttributes<unknown>>;
255
- ColorPicker: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.ColorPickerProps>, "ref"> & react580.RefAttributes<unknown>>;
256
- FormItem: react580.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
257
- children?: react580.ReactNode | undefined;
258
- }>, "ref"> & react580.RefAttributes<unknown>>;
259
- Hidden: react580.ForwardRefExoticComponent<Partial<{
260
- children?: React.ReactNode;
261
- value?: string;
262
- }> & react580.RefAttributes<unknown>>;
263
- Input: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
264
- Textarea: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLTextAreaElement> & react580.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react580.RefAttributes<unknown>>;
265
- NumberInput: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
266
- Checkbox: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
267
- Radio: react580.FC;
268
- Select: react580.FC;
269
- Switch: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
270
- DatePicker: react580.ForwardRefExoticComponent<Partial<{
271
- value?: Date;
272
- onChange?: (date: Date | undefined) => void;
273
- placeholder?: string;
274
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
275
- Row: typeof Row;
276
- Column: typeof Column;
277
- FormGrid: typeof FormGrid;
278
- Separator: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react580.RefAttributes<HTMLDivElement>>, "ref"> & react580.RefAttributes<unknown>>;
263
+ TagsInputInLine: react600.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui291.TagsInputProps> & react600.RefAttributes<unknown>>;
279
264
  ArrayCards: ComposedArrayProps;
280
- ArrayDialog: react580.FC<ArrayComponentProps>;
281
- ArrayCollapse: react580.FC<ArrayComponentProps & {
265
+ ArrayCollapse: react600.FC<ArrayComponentProps & {
282
266
  defaultActiveKey?: Array<string | number>;
283
267
  mode?: "accordion" | "multiple";
284
268
  }>;
285
- ArrayPopover: react580.FC<ArrayComponentProps>;
286
- ObjectContainer: react580.FC<ObjectContainerProps>;
269
+ ArrayDialog: react600.FC<ArrayComponentProps>;
270
+ ArrayPopover: react600.FC<ArrayComponentProps>;
271
+ Checkbox: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
272
+ Column: typeof Column;
273
+ DatePicker: react600.ForwardRefExoticComponent<Partial<{
274
+ value?: Date;
275
+ onChange?: (date: Date | undefined) => void;
276
+ placeholder?: string;
277
+ } & Omit<_pixpilot_shadcn_ui291.DatePickerProps, "onSelect" | "selected" | "mode">> & react600.RefAttributes<unknown>>;
278
+ FormGrid: typeof FormGrid;
279
+ FormItem: react600.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
280
+ children?: react600.ReactNode | undefined;
281
+ }>, "ref"> & react600.RefAttributes<unknown>>;
282
+ Hidden: react600.ForwardRefExoticComponent<Partial<{
283
+ children?: React.ReactNode;
284
+ value?: string;
285
+ }> & react600.RefAttributes<unknown>>;
286
+ Input: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
287
+ NumberInput: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
288
+ ObjectContainer: react600.FC<ObjectContainerProps>;
289
+ Radio: react600.FC;
290
+ Row: typeof Row;
291
+ Select: react600.FC;
292
+ Separator: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react600.RefAttributes<HTMLDivElement>>, "ref"> & react600.RefAttributes<unknown>>;
293
+ Switch: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
294
+ Textarea: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLTextAreaElement> & react600.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react600.RefAttributes<unknown>>;
287
295
  }, Component_3, Decorator_3>): JSX.Element;
288
296
  displayName: string;
289
297
  };
290
298
  Array: {
291
- <Decorator_4 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof", Component_4 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
292
- Combobox: react580.FC;
299
+ <Decorator_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof", Component_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
300
+ ColorPicker: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.ColorPickerProps>, "ref"> & react600.RefAttributes<unknown>>;
301
+ Combobox: react600.FC;
302
+ Slider: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderProps>, "ref"> & react600.RefAttributes<unknown>>;
303
+ SliderInput: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderInputProps>, "ref"> & react600.RefAttributes<unknown>>;
293
304
  TagsInput: typeof TagsInput;
294
- TagsInputInLine: react580.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui280.TagsInputProps> & react580.RefAttributes<unknown>>;
295
- Slider: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.SliderProps>, "ref"> & react580.RefAttributes<unknown>>;
296
- ColorPicker: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.ColorPickerProps>, "ref"> & react580.RefAttributes<unknown>>;
297
- FormItem: react580.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
298
- children?: react580.ReactNode | undefined;
299
- }>, "ref"> & react580.RefAttributes<unknown>>;
300
- Hidden: react580.ForwardRefExoticComponent<Partial<{
301
- children?: React.ReactNode;
302
- value?: string;
303
- }> & react580.RefAttributes<unknown>>;
304
- Input: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
305
- Textarea: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLTextAreaElement> & react580.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react580.RefAttributes<unknown>>;
306
- NumberInput: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
307
- Checkbox: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
308
- Radio: react580.FC;
309
- Select: react580.FC;
310
- Switch: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
311
- DatePicker: react580.ForwardRefExoticComponent<Partial<{
312
- value?: Date;
313
- onChange?: (date: Date | undefined) => void;
314
- placeholder?: string;
315
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
316
- Row: typeof Row;
317
- Column: typeof Column;
318
- FormGrid: typeof FormGrid;
319
- Separator: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react580.RefAttributes<HTMLDivElement>>, "ref"> & react580.RefAttributes<unknown>>;
305
+ TagsInputInLine: react600.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui291.TagsInputProps> & react600.RefAttributes<unknown>>;
320
306
  ArrayCards: ComposedArrayProps;
321
- ArrayDialog: react580.FC<ArrayComponentProps>;
322
- ArrayCollapse: react580.FC<ArrayComponentProps & {
307
+ ArrayCollapse: react600.FC<ArrayComponentProps & {
323
308
  defaultActiveKey?: Array<string | number>;
324
309
  mode?: "accordion" | "multiple";
325
310
  }>;
326
- ArrayPopover: react580.FC<ArrayComponentProps>;
327
- ObjectContainer: react580.FC<ObjectContainerProps>;
311
+ ArrayDialog: react600.FC<ArrayComponentProps>;
312
+ ArrayPopover: react600.FC<ArrayComponentProps>;
313
+ Checkbox: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
314
+ Column: typeof Column;
315
+ DatePicker: react600.ForwardRefExoticComponent<Partial<{
316
+ value?: Date;
317
+ onChange?: (date: Date | undefined) => void;
318
+ placeholder?: string;
319
+ } & Omit<_pixpilot_shadcn_ui291.DatePickerProps, "onSelect" | "selected" | "mode">> & react600.RefAttributes<unknown>>;
320
+ FormGrid: typeof FormGrid;
321
+ FormItem: react600.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
322
+ children?: react600.ReactNode | undefined;
323
+ }>, "ref"> & react600.RefAttributes<unknown>>;
324
+ Hidden: react600.ForwardRefExoticComponent<Partial<{
325
+ children?: React.ReactNode;
326
+ value?: string;
327
+ }> & react600.RefAttributes<unknown>>;
328
+ Input: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
329
+ NumberInput: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
330
+ ObjectContainer: react600.FC<ObjectContainerProps>;
331
+ Radio: react600.FC;
332
+ Row: typeof Row;
333
+ Select: react600.FC;
334
+ Separator: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react600.RefAttributes<HTMLDivElement>>, "ref"> & react600.RefAttributes<unknown>>;
335
+ Switch: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
336
+ Textarea: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLTextAreaElement> & react600.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react600.RefAttributes<unknown>>;
328
337
  }, Component_4, Decorator_4>): JSX.Element;
329
338
  displayName: string;
330
339
  };
331
340
  Boolean: {
332
- <Decorator_5 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof", Component_5 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
333
- Combobox: react580.FC;
341
+ <Decorator_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof", Component_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
342
+ ColorPicker: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.ColorPickerProps>, "ref"> & react600.RefAttributes<unknown>>;
343
+ Combobox: react600.FC;
344
+ Slider: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderProps>, "ref"> & react600.RefAttributes<unknown>>;
345
+ SliderInput: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderInputProps>, "ref"> & react600.RefAttributes<unknown>>;
334
346
  TagsInput: typeof TagsInput;
335
- TagsInputInLine: react580.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui280.TagsInputProps> & react580.RefAttributes<unknown>>;
336
- Slider: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.SliderProps>, "ref"> & react580.RefAttributes<unknown>>;
337
- ColorPicker: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.ColorPickerProps>, "ref"> & react580.RefAttributes<unknown>>;
338
- FormItem: react580.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
339
- children?: react580.ReactNode | undefined;
340
- }>, "ref"> & react580.RefAttributes<unknown>>;
341
- Hidden: react580.ForwardRefExoticComponent<Partial<{
342
- children?: React.ReactNode;
343
- value?: string;
344
- }> & react580.RefAttributes<unknown>>;
345
- Input: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
346
- Textarea: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLTextAreaElement> & react580.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react580.RefAttributes<unknown>>;
347
- NumberInput: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
348
- Checkbox: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
349
- Radio: react580.FC;
350
- Select: react580.FC;
351
- Switch: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
352
- DatePicker: react580.ForwardRefExoticComponent<Partial<{
353
- value?: Date;
354
- onChange?: (date: Date | undefined) => void;
355
- placeholder?: string;
356
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
357
- Row: typeof Row;
358
- Column: typeof Column;
359
- FormGrid: typeof FormGrid;
360
- Separator: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react580.RefAttributes<HTMLDivElement>>, "ref"> & react580.RefAttributes<unknown>>;
347
+ TagsInputInLine: react600.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui291.TagsInputProps> & react600.RefAttributes<unknown>>;
361
348
  ArrayCards: ComposedArrayProps;
362
- ArrayDialog: react580.FC<ArrayComponentProps>;
363
- ArrayCollapse: react580.FC<ArrayComponentProps & {
349
+ ArrayCollapse: react600.FC<ArrayComponentProps & {
364
350
  defaultActiveKey?: Array<string | number>;
365
351
  mode?: "accordion" | "multiple";
366
352
  }>;
367
- ArrayPopover: react580.FC<ArrayComponentProps>;
368
- ObjectContainer: react580.FC<ObjectContainerProps>;
353
+ ArrayDialog: react600.FC<ArrayComponentProps>;
354
+ ArrayPopover: react600.FC<ArrayComponentProps>;
355
+ Checkbox: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
356
+ Column: typeof Column;
357
+ DatePicker: react600.ForwardRefExoticComponent<Partial<{
358
+ value?: Date;
359
+ onChange?: (date: Date | undefined) => void;
360
+ placeholder?: string;
361
+ } & Omit<_pixpilot_shadcn_ui291.DatePickerProps, "onSelect" | "selected" | "mode">> & react600.RefAttributes<unknown>>;
362
+ FormGrid: typeof FormGrid;
363
+ FormItem: react600.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
364
+ children?: react600.ReactNode | undefined;
365
+ }>, "ref"> & react600.RefAttributes<unknown>>;
366
+ Hidden: react600.ForwardRefExoticComponent<Partial<{
367
+ children?: React.ReactNode;
368
+ value?: string;
369
+ }> & react600.RefAttributes<unknown>>;
370
+ Input: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
371
+ NumberInput: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
372
+ ObjectContainer: react600.FC<ObjectContainerProps>;
373
+ Radio: react600.FC;
374
+ Row: typeof Row;
375
+ Select: react600.FC;
376
+ Separator: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react600.RefAttributes<HTMLDivElement>>, "ref"> & react600.RefAttributes<unknown>>;
377
+ Switch: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
378
+ Textarea: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLTextAreaElement> & react600.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react600.RefAttributes<unknown>>;
369
379
  }, Component_5, Decorator_5>): JSX.Element;
370
380
  displayName: string;
371
381
  };
372
382
  Date: {
373
- <Decorator_6 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof", Component_6 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
374
- Combobox: react580.FC;
383
+ <Decorator_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof", Component_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
384
+ ColorPicker: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.ColorPickerProps>, "ref"> & react600.RefAttributes<unknown>>;
385
+ Combobox: react600.FC;
386
+ Slider: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderProps>, "ref"> & react600.RefAttributes<unknown>>;
387
+ SliderInput: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderInputProps>, "ref"> & react600.RefAttributes<unknown>>;
375
388
  TagsInput: typeof TagsInput;
376
- TagsInputInLine: react580.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui280.TagsInputProps> & react580.RefAttributes<unknown>>;
377
- Slider: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.SliderProps>, "ref"> & react580.RefAttributes<unknown>>;
378
- ColorPicker: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.ColorPickerProps>, "ref"> & react580.RefAttributes<unknown>>;
379
- FormItem: react580.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
380
- children?: react580.ReactNode | undefined;
381
- }>, "ref"> & react580.RefAttributes<unknown>>;
382
- Hidden: react580.ForwardRefExoticComponent<Partial<{
383
- children?: React.ReactNode;
384
- value?: string;
385
- }> & react580.RefAttributes<unknown>>;
386
- Input: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
387
- Textarea: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLTextAreaElement> & react580.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react580.RefAttributes<unknown>>;
388
- NumberInput: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
389
- Checkbox: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
390
- Radio: react580.FC;
391
- Select: react580.FC;
392
- Switch: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
393
- DatePicker: react580.ForwardRefExoticComponent<Partial<{
394
- value?: Date;
395
- onChange?: (date: Date | undefined) => void;
396
- placeholder?: string;
397
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
398
- Row: typeof Row;
399
- Column: typeof Column;
400
- FormGrid: typeof FormGrid;
401
- Separator: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react580.RefAttributes<HTMLDivElement>>, "ref"> & react580.RefAttributes<unknown>>;
389
+ TagsInputInLine: react600.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui291.TagsInputProps> & react600.RefAttributes<unknown>>;
402
390
  ArrayCards: ComposedArrayProps;
403
- ArrayDialog: react580.FC<ArrayComponentProps>;
404
- ArrayCollapse: react580.FC<ArrayComponentProps & {
391
+ ArrayCollapse: react600.FC<ArrayComponentProps & {
405
392
  defaultActiveKey?: Array<string | number>;
406
393
  mode?: "accordion" | "multiple";
407
394
  }>;
408
- ArrayPopover: react580.FC<ArrayComponentProps>;
409
- ObjectContainer: react580.FC<ObjectContainerProps>;
395
+ ArrayDialog: react600.FC<ArrayComponentProps>;
396
+ ArrayPopover: react600.FC<ArrayComponentProps>;
397
+ Checkbox: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
398
+ Column: typeof Column;
399
+ DatePicker: react600.ForwardRefExoticComponent<Partial<{
400
+ value?: Date;
401
+ onChange?: (date: Date | undefined) => void;
402
+ placeholder?: string;
403
+ } & Omit<_pixpilot_shadcn_ui291.DatePickerProps, "onSelect" | "selected" | "mode">> & react600.RefAttributes<unknown>>;
404
+ FormGrid: typeof FormGrid;
405
+ FormItem: react600.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
406
+ children?: react600.ReactNode | undefined;
407
+ }>, "ref"> & react600.RefAttributes<unknown>>;
408
+ Hidden: react600.ForwardRefExoticComponent<Partial<{
409
+ children?: React.ReactNode;
410
+ value?: string;
411
+ }> & react600.RefAttributes<unknown>>;
412
+ Input: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
413
+ NumberInput: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
414
+ ObjectContainer: react600.FC<ObjectContainerProps>;
415
+ Radio: react600.FC;
416
+ Row: typeof Row;
417
+ Select: react600.FC;
418
+ Separator: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react600.RefAttributes<HTMLDivElement>>, "ref"> & react600.RefAttributes<unknown>>;
419
+ Switch: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
420
+ Textarea: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLTextAreaElement> & react600.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react600.RefAttributes<unknown>>;
410
421
  }, Component_6, Decorator_6>): JSX.Element;
411
422
  displayName: string;
412
423
  };
413
424
  DateTime: {
414
- <Decorator_7 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof", Component_7 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
415
- Combobox: react580.FC;
425
+ <Decorator_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof", Component_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
426
+ ColorPicker: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.ColorPickerProps>, "ref"> & react600.RefAttributes<unknown>>;
427
+ Combobox: react600.FC;
428
+ Slider: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderProps>, "ref"> & react600.RefAttributes<unknown>>;
429
+ SliderInput: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderInputProps>, "ref"> & react600.RefAttributes<unknown>>;
416
430
  TagsInput: typeof TagsInput;
417
- TagsInputInLine: react580.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui280.TagsInputProps> & react580.RefAttributes<unknown>>;
418
- Slider: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.SliderProps>, "ref"> & react580.RefAttributes<unknown>>;
419
- ColorPicker: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.ColorPickerProps>, "ref"> & react580.RefAttributes<unknown>>;
420
- FormItem: react580.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
421
- children?: react580.ReactNode | undefined;
422
- }>, "ref"> & react580.RefAttributes<unknown>>;
423
- Hidden: react580.ForwardRefExoticComponent<Partial<{
424
- children?: React.ReactNode;
425
- value?: string;
426
- }> & react580.RefAttributes<unknown>>;
427
- Input: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
428
- Textarea: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLTextAreaElement> & react580.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react580.RefAttributes<unknown>>;
429
- NumberInput: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
430
- Checkbox: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
431
- Radio: react580.FC;
432
- Select: react580.FC;
433
- Switch: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
434
- DatePicker: react580.ForwardRefExoticComponent<Partial<{
435
- value?: Date;
436
- onChange?: (date: Date | undefined) => void;
437
- placeholder?: string;
438
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
439
- Row: typeof Row;
440
- Column: typeof Column;
441
- FormGrid: typeof FormGrid;
442
- Separator: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react580.RefAttributes<HTMLDivElement>>, "ref"> & react580.RefAttributes<unknown>>;
431
+ TagsInputInLine: react600.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui291.TagsInputProps> & react600.RefAttributes<unknown>>;
443
432
  ArrayCards: ComposedArrayProps;
444
- ArrayDialog: react580.FC<ArrayComponentProps>;
445
- ArrayCollapse: react580.FC<ArrayComponentProps & {
433
+ ArrayCollapse: react600.FC<ArrayComponentProps & {
446
434
  defaultActiveKey?: Array<string | number>;
447
435
  mode?: "accordion" | "multiple";
448
436
  }>;
449
- ArrayPopover: react580.FC<ArrayComponentProps>;
450
- ObjectContainer: react580.FC<ObjectContainerProps>;
437
+ ArrayDialog: react600.FC<ArrayComponentProps>;
438
+ ArrayPopover: react600.FC<ArrayComponentProps>;
439
+ Checkbox: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
440
+ Column: typeof Column;
441
+ DatePicker: react600.ForwardRefExoticComponent<Partial<{
442
+ value?: Date;
443
+ onChange?: (date: Date | undefined) => void;
444
+ placeholder?: string;
445
+ } & Omit<_pixpilot_shadcn_ui291.DatePickerProps, "onSelect" | "selected" | "mode">> & react600.RefAttributes<unknown>>;
446
+ FormGrid: typeof FormGrid;
447
+ FormItem: react600.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
448
+ children?: react600.ReactNode | undefined;
449
+ }>, "ref"> & react600.RefAttributes<unknown>>;
450
+ Hidden: react600.ForwardRefExoticComponent<Partial<{
451
+ children?: React.ReactNode;
452
+ value?: string;
453
+ }> & react600.RefAttributes<unknown>>;
454
+ Input: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
455
+ NumberInput: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
456
+ ObjectContainer: react600.FC<ObjectContainerProps>;
457
+ Radio: react600.FC;
458
+ Row: typeof Row;
459
+ Select: react600.FC;
460
+ Separator: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react600.RefAttributes<HTMLDivElement>>, "ref"> & react600.RefAttributes<unknown>>;
461
+ Switch: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
462
+ Textarea: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLTextAreaElement> & react600.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react600.RefAttributes<unknown>>;
451
463
  }, Component_7, Decorator_7>): JSX.Element;
452
464
  displayName: string;
453
465
  };
454
466
  Void: {
455
- <Decorator_8 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof", Component_8 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
456
- Combobox: react580.FC;
467
+ <Decorator_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof", Component_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
468
+ ColorPicker: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.ColorPickerProps>, "ref"> & react600.RefAttributes<unknown>>;
469
+ Combobox: react600.FC;
470
+ Slider: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderProps>, "ref"> & react600.RefAttributes<unknown>>;
471
+ SliderInput: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderInputProps>, "ref"> & react600.RefAttributes<unknown>>;
457
472
  TagsInput: typeof TagsInput;
458
- TagsInputInLine: react580.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui280.TagsInputProps> & react580.RefAttributes<unknown>>;
459
- Slider: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.SliderProps>, "ref"> & react580.RefAttributes<unknown>>;
460
- ColorPicker: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.ColorPickerProps>, "ref"> & react580.RefAttributes<unknown>>;
461
- FormItem: react580.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
462
- children?: react580.ReactNode | undefined;
463
- }>, "ref"> & react580.RefAttributes<unknown>>;
464
- Hidden: react580.ForwardRefExoticComponent<Partial<{
465
- children?: React.ReactNode;
466
- value?: string;
467
- }> & react580.RefAttributes<unknown>>;
468
- Input: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
469
- Textarea: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLTextAreaElement> & react580.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react580.RefAttributes<unknown>>;
470
- NumberInput: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
471
- Checkbox: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
472
- Radio: react580.FC;
473
- Select: react580.FC;
474
- Switch: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
475
- DatePicker: react580.ForwardRefExoticComponent<Partial<{
476
- value?: Date;
477
- onChange?: (date: Date | undefined) => void;
478
- placeholder?: string;
479
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
480
- Row: typeof Row;
481
- Column: typeof Column;
482
- FormGrid: typeof FormGrid;
483
- Separator: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react580.RefAttributes<HTMLDivElement>>, "ref"> & react580.RefAttributes<unknown>>;
473
+ TagsInputInLine: react600.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui291.TagsInputProps> & react600.RefAttributes<unknown>>;
484
474
  ArrayCards: ComposedArrayProps;
485
- ArrayDialog: react580.FC<ArrayComponentProps>;
486
- ArrayCollapse: react580.FC<ArrayComponentProps & {
475
+ ArrayCollapse: react600.FC<ArrayComponentProps & {
487
476
  defaultActiveKey?: Array<string | number>;
488
477
  mode?: "accordion" | "multiple";
489
478
  }>;
490
- ArrayPopover: react580.FC<ArrayComponentProps>;
491
- ObjectContainer: react580.FC<ObjectContainerProps>;
479
+ ArrayDialog: react600.FC<ArrayComponentProps>;
480
+ ArrayPopover: react600.FC<ArrayComponentProps>;
481
+ Checkbox: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
482
+ Column: typeof Column;
483
+ DatePicker: react600.ForwardRefExoticComponent<Partial<{
484
+ value?: Date;
485
+ onChange?: (date: Date | undefined) => void;
486
+ placeholder?: string;
487
+ } & Omit<_pixpilot_shadcn_ui291.DatePickerProps, "onSelect" | "selected" | "mode">> & react600.RefAttributes<unknown>>;
488
+ FormGrid: typeof FormGrid;
489
+ FormItem: react600.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
490
+ children?: react600.ReactNode | undefined;
491
+ }>, "ref"> & react600.RefAttributes<unknown>>;
492
+ Hidden: react600.ForwardRefExoticComponent<Partial<{
493
+ children?: React.ReactNode;
494
+ value?: string;
495
+ }> & react600.RefAttributes<unknown>>;
496
+ Input: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
497
+ NumberInput: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
498
+ ObjectContainer: react600.FC<ObjectContainerProps>;
499
+ Radio: react600.FC;
500
+ Row: typeof Row;
501
+ Select: react600.FC;
502
+ Separator: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react600.RefAttributes<HTMLDivElement>>, "ref"> & react600.RefAttributes<unknown>>;
503
+ Switch: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
504
+ Textarea: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLTextAreaElement> & react600.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react600.RefAttributes<unknown>>;
492
505
  }, Component_8, Decorator_8>): JSX.Element;
493
506
  displayName: string;
494
507
  };
495
508
  Number: {
496
- <Decorator_9 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof", Component_9 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "ColorPicker" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "ColorPicker.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
497
- Combobox: react580.FC;
509
+ <Decorator_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof", Component_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ColorPicker" | "Combobox" | "Slider" | "SliderInput" | "TagsInput" | "TagsInputInLine" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "FormItem.$$typeof" | "Checkbox.$$typeof" | "DatePicker.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "NumberInput.$$typeof" | "Separator.$$typeof" | "Switch.$$typeof" | "Textarea.$$typeof" | "ColorPicker.$$typeof" | "Slider.$$typeof" | "SliderInput.$$typeof" | "TagsInputInLine.$$typeof">(props: _formily_react11.ISchemaTypeFieldProps<{
510
+ ColorPicker: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.ColorPickerProps>, "ref"> & react600.RefAttributes<unknown>>;
511
+ Combobox: react600.FC;
512
+ Slider: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderProps>, "ref"> & react600.RefAttributes<unknown>>;
513
+ SliderInput: react600.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui291.SliderInputProps>, "ref"> & react600.RefAttributes<unknown>>;
498
514
  TagsInput: typeof TagsInput;
499
- TagsInputInLine: react580.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui280.TagsInputProps> & react580.RefAttributes<unknown>>;
500
- Slider: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.SliderProps>, "ref"> & react580.RefAttributes<unknown>>;
501
- ColorPicker: react580.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui280.ColorPickerProps>, "ref"> & react580.RefAttributes<unknown>>;
502
- FormItem: react580.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
503
- children?: react580.ReactNode | undefined;
504
- }>, "ref"> & react580.RefAttributes<unknown>>;
505
- Hidden: react580.ForwardRefExoticComponent<Partial<{
506
- children?: React.ReactNode;
507
- value?: string;
508
- }> & react580.RefAttributes<unknown>>;
509
- Input: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
510
- Textarea: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLTextAreaElement> & react580.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react580.RefAttributes<unknown>>;
511
- NumberInput: react580.ForwardRefExoticComponent<Omit<Partial<react580.ClassAttributes<HTMLInputElement> & react580.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react580.RefAttributes<unknown>>;
512
- Checkbox: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
513
- Radio: react580.FC;
514
- Select: react580.FC;
515
- Switch: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react580.RefAttributes<HTMLButtonElement>>, "ref"> & react580.RefAttributes<unknown>>;
516
- DatePicker: react580.ForwardRefExoticComponent<Partial<{
517
- value?: Date;
518
- onChange?: (date: Date | undefined) => void;
519
- placeholder?: string;
520
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
521
- Row: typeof Row;
522
- Column: typeof Column;
523
- FormGrid: typeof FormGrid;
524
- Separator: react580.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react580.RefAttributes<HTMLDivElement>>, "ref"> & react580.RefAttributes<unknown>>;
515
+ TagsInputInLine: react600.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui291.TagsInputProps> & react600.RefAttributes<unknown>>;
525
516
  ArrayCards: ComposedArrayProps;
526
- ArrayDialog: react580.FC<ArrayComponentProps>;
527
- ArrayCollapse: react580.FC<ArrayComponentProps & {
517
+ ArrayCollapse: react600.FC<ArrayComponentProps & {
528
518
  defaultActiveKey?: Array<string | number>;
529
519
  mode?: "accordion" | "multiple";
530
520
  }>;
531
- ArrayPopover: react580.FC<ArrayComponentProps>;
532
- ObjectContainer: react580.FC<ObjectContainerProps>;
521
+ ArrayDialog: react600.FC<ArrayComponentProps>;
522
+ ArrayPopover: react600.FC<ArrayComponentProps>;
523
+ Checkbox: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox11.CheckboxProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
524
+ Column: typeof Column;
525
+ DatePicker: react600.ForwardRefExoticComponent<Partial<{
526
+ value?: Date;
527
+ onChange?: (date: Date | undefined) => void;
528
+ placeholder?: string;
529
+ } & Omit<_pixpilot_shadcn_ui291.DatePickerProps, "onSelect" | "selected" | "mode">> & react600.RefAttributes<unknown>>;
530
+ FormGrid: typeof FormGrid;
531
+ FormItem: react600.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
532
+ children?: react600.ReactNode | undefined;
533
+ }>, "ref"> & react600.RefAttributes<unknown>>;
534
+ Hidden: react600.ForwardRefExoticComponent<Partial<{
535
+ children?: React.ReactNode;
536
+ value?: string;
537
+ }> & react600.RefAttributes<unknown>>;
538
+ Input: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
539
+ NumberInput: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLInputElement> & react600.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react600.RefAttributes<unknown>>;
540
+ ObjectContainer: react600.FC<ObjectContainerProps>;
541
+ Radio: react600.FC;
542
+ Row: typeof Row;
543
+ Select: react600.FC;
544
+ Separator: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator11.SeparatorProps & react600.RefAttributes<HTMLDivElement>>, "ref"> & react600.RefAttributes<unknown>>;
545
+ Switch: react600.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch11.SwitchProps & react600.RefAttributes<HTMLButtonElement>>, "ref"> & react600.RefAttributes<unknown>>;
546
+ Textarea: react600.ForwardRefExoticComponent<Omit<Partial<react600.ClassAttributes<HTMLTextAreaElement> & react600.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react600.RefAttributes<unknown>>;
533
547
  }, Component_9, Decorator_9>): JSX.Element;
534
548
  displayName: string;
535
549
  };