@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,455 +10,455 @@ import { Row } from "../row.cjs";
10
10
  import { ObjectContainerProps } from "../object-container.cjs";
11
11
  import * as _formily_react23 from "@formily/react";
12
12
  import { ISchema } from "@formily/react";
13
- import * as react1031 from "react";
13
+ import * as react1073 from "react";
14
14
  import * as _formily_core1 from "@formily/core";
15
- import * as _pixpilot_shadcn_ui324 from "@pixpilot/shadcn-ui";
15
+ import * as _pixpilot_shadcn_ui346 from "@pixpilot/shadcn-ui";
16
16
  import * as _radix_ui_react_checkbox22 from "@radix-ui/react-checkbox";
17
- import * as _radix_ui_react_switch22 from "@radix-ui/react-switch";
18
17
  import * as _radix_ui_react_separator22 from "@radix-ui/react-separator";
18
+ import * as _radix_ui_react_switch22 from "@radix-ui/react-switch";
19
19
 
20
20
  //#region src/components/schema-field/schema-field-basics.d.ts
21
21
  declare const basicComponentRegistry: {
22
- FormItem: {
23
- component: react1031.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
24
- children?: react1031.ReactNode | undefined;
25
- }>, "ref"> & react1031.RefAttributes<unknown>>;
26
- };
27
- Hidden: {
28
- component: react1031.ForwardRefExoticComponent<Partial<{
29
- children?: React.ReactNode;
30
- value?: string;
31
- }> & react1031.RefAttributes<unknown>>;
32
- };
33
- Input: {
34
- component: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
35
- decorator: string;
36
- };
37
- Textarea: {
38
- component: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLTextAreaElement> & react1031.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1031.RefAttributes<unknown>>;
22
+ ArrayCards: {
23
+ component: ComposedArrayProps;
39
24
  decorator: string;
40
25
  };
41
- NumberInput: {
42
- component: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
26
+ ArrayCollapse: {
27
+ component: react1073.FC<ArrayComponentProps & {
28
+ defaultActiveKey?: Array<string | number>;
29
+ mode?: "accordion" | "multiple";
30
+ }>;
43
31
  decorator: string;
44
32
  };
45
- Checkbox: {
46
- component: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
33
+ ArrayDialog: {
34
+ component: react1073.FC<ArrayComponentProps>;
47
35
  decorator: string;
48
36
  };
49
- Radio: {
50
- component: react1031.FC;
37
+ ArrayPopover: {
38
+ component: react1073.FC<ArrayComponentProps>;
51
39
  decorator: string;
52
40
  };
53
- Select: {
54
- component: react1031.FC;
41
+ Checkbox: {
42
+ component: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
55
43
  decorator: string;
56
44
  };
57
- Switch: {
58
- component: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
59
- decorator: string;
45
+ Column: {
46
+ component: typeof Column;
60
47
  };
61
48
  DatePicker: {
62
- component: react1031.ForwardRefExoticComponent<Partial<{
49
+ component: react1073.ForwardRefExoticComponent<Partial<{
63
50
  value?: Date;
64
51
  onChange?: (date: Date | undefined) => void;
65
52
  placeholder?: string;
66
- } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "mode">> & react1031.RefAttributes<unknown>>;
53
+ } & Omit<_pixpilot_shadcn_ui346.DatePickerProps, "onSelect" | "selected" | "mode">> & react1073.RefAttributes<unknown>>;
67
54
  decorator: string;
68
55
  };
69
- Row: {
70
- component: typeof Row;
71
- };
72
- Column: {
73
- component: typeof Column;
74
- };
75
56
  FormGrid: {
76
57
  component: typeof FormGrid;
77
58
  };
78
- Separator: {
79
- component: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1031.RefAttributes<HTMLDivElement>>, "ref"> & react1031.RefAttributes<unknown>>;
59
+ FormItem: {
60
+ component: react1073.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
61
+ children?: react1073.ReactNode | undefined;
62
+ }>, "ref"> & react1073.RefAttributes<unknown>>;
80
63
  };
81
- ArrayCards: {
82
- component: ComposedArrayProps;
64
+ Hidden: {
65
+ component: react1073.ForwardRefExoticComponent<Partial<{
66
+ children?: React.ReactNode;
67
+ value?: string;
68
+ }> & react1073.RefAttributes<unknown>>;
69
+ };
70
+ Input: {
71
+ component: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
83
72
  decorator: string;
84
73
  };
85
- ArrayDialog: {
86
- component: react1031.FC<ArrayComponentProps>;
74
+ NumberInput: {
75
+ component: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
87
76
  decorator: string;
88
77
  };
89
- ArrayCollapse: {
90
- component: react1031.FC<ArrayComponentProps & {
91
- defaultActiveKey?: Array<string | number>;
92
- mode?: "accordion" | "multiple";
93
- }>;
78
+ ObjectContainer: {
79
+ component: react1073.FC<ObjectContainerProps>;
94
80
  decorator: string;
95
81
  };
96
- ArrayPopover: {
97
- component: react1031.FC<ArrayComponentProps>;
82
+ Radio: {
83
+ component: react1073.FC;
98
84
  decorator: string;
99
85
  };
100
- ObjectContainer: {
101
- component: react1031.FC<ObjectContainerProps>;
86
+ Row: {
87
+ component: typeof Row;
88
+ };
89
+ Select: {
90
+ component: react1073.FC;
91
+ decorator: string;
92
+ };
93
+ Separator: {
94
+ component: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1073.RefAttributes<HTMLDivElement>>, "ref"> & react1073.RefAttributes<unknown>>;
95
+ };
96
+ Switch: {
97
+ component: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
98
+ decorator: string;
99
+ };
100
+ Textarea: {
101
+ component: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLTextAreaElement> & react1073.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1073.RefAttributes<unknown>>;
102
102
  decorator: string;
103
103
  };
104
104
  };
105
105
  declare const basicComponents: {
106
- FormItem: react1031.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
107
- children?: react1031.ReactNode | undefined;
108
- }>, "ref"> & react1031.RefAttributes<unknown>>;
109
- Hidden: react1031.ForwardRefExoticComponent<Partial<{
110
- children?: React.ReactNode;
111
- value?: string;
112
- }> & react1031.RefAttributes<unknown>>;
113
- Input: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
114
- Textarea: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLTextAreaElement> & react1031.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1031.RefAttributes<unknown>>;
115
- NumberInput: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
116
- Checkbox: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
117
- Radio: react1031.FC;
118
- Select: react1031.FC;
119
- Switch: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
120
- DatePicker: react1031.ForwardRefExoticComponent<Partial<{
121
- value?: Date;
122
- onChange?: (date: Date | undefined) => void;
123
- placeholder?: string;
124
- } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "mode">> & react1031.RefAttributes<unknown>>;
125
- Row: typeof Row;
126
- Column: typeof Column;
127
- FormGrid: typeof FormGrid;
128
- Separator: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1031.RefAttributes<HTMLDivElement>>, "ref"> & react1031.RefAttributes<unknown>>;
129
106
  ArrayCards: ComposedArrayProps;
130
- ArrayDialog: react1031.FC<ArrayComponentProps>;
131
- ArrayCollapse: react1031.FC<ArrayComponentProps & {
107
+ ArrayCollapse: react1073.FC<ArrayComponentProps & {
132
108
  defaultActiveKey?: Array<string | number>;
133
109
  mode?: "accordion" | "multiple";
134
110
  }>;
135
- ArrayPopover: react1031.FC<ArrayComponentProps>;
136
- ObjectContainer: react1031.FC<ObjectContainerProps>;
111
+ ArrayDialog: react1073.FC<ArrayComponentProps>;
112
+ ArrayPopover: react1073.FC<ArrayComponentProps>;
113
+ Checkbox: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
114
+ Column: typeof Column;
115
+ DatePicker: react1073.ForwardRefExoticComponent<Partial<{
116
+ value?: Date;
117
+ onChange?: (date: Date | undefined) => void;
118
+ placeholder?: string;
119
+ } & Omit<_pixpilot_shadcn_ui346.DatePickerProps, "onSelect" | "selected" | "mode">> & react1073.RefAttributes<unknown>>;
120
+ FormGrid: typeof FormGrid;
121
+ FormItem: react1073.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
122
+ children?: react1073.ReactNode | undefined;
123
+ }>, "ref"> & react1073.RefAttributes<unknown>>;
124
+ Hidden: react1073.ForwardRefExoticComponent<Partial<{
125
+ children?: React.ReactNode;
126
+ value?: string;
127
+ }> & react1073.RefAttributes<unknown>>;
128
+ Input: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
129
+ NumberInput: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
130
+ ObjectContainer: react1073.FC<ObjectContainerProps>;
131
+ Radio: react1073.FC;
132
+ Row: typeof Row;
133
+ Select: react1073.FC;
134
+ Separator: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1073.RefAttributes<HTMLDivElement>>, "ref"> & react1073.RefAttributes<unknown>>;
135
+ Switch: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
136
+ Textarea: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLTextAreaElement> & react1073.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1073.RefAttributes<unknown>>;
137
137
  };
138
138
  declare const SchemaFieldBasics: {
139
139
  <Decorator extends _formily_react23.JSXComponent, Component extends _formily_react23.JSXComponent>(props: _formily_react23.ISchemaFieldProps<Decorator, Component, _formily_core1.ObjectField<Decorator, Component>>): JSX.Element;
140
140
  displayName: string;
141
141
  Markup: {
142
- <Decorator_1 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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", Component_1 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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">(props: _formily_react23.ISchemaMarkupFieldProps<{
143
- FormItem: react1031.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
144
- children?: react1031.ReactNode | undefined;
145
- }>, "ref"> & react1031.RefAttributes<unknown>>;
146
- Hidden: react1031.ForwardRefExoticComponent<Partial<{
147
- children?: React.ReactNode;
148
- value?: string;
149
- }> & react1031.RefAttributes<unknown>>;
150
- Input: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
151
- Textarea: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLTextAreaElement> & react1031.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1031.RefAttributes<unknown>>;
152
- NumberInput: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
153
- Checkbox: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
154
- Radio: react1031.FC;
155
- Select: react1031.FC;
156
- Switch: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
157
- DatePicker: react1031.ForwardRefExoticComponent<Partial<{
158
- value?: Date;
159
- onChange?: (date: Date | undefined) => void;
160
- placeholder?: string;
161
- } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "mode">> & react1031.RefAttributes<unknown>>;
162
- Row: typeof Row;
163
- Column: typeof Column;
164
- FormGrid: typeof FormGrid;
165
- Separator: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1031.RefAttributes<HTMLDivElement>>, "ref"> & react1031.RefAttributes<unknown>>;
142
+ <Decorator_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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", Component_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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">(props: _formily_react23.ISchemaMarkupFieldProps<{
166
143
  ArrayCards: ComposedArrayProps;
167
- ArrayDialog: react1031.FC<ArrayComponentProps>;
168
- ArrayCollapse: react1031.FC<ArrayComponentProps & {
144
+ ArrayCollapse: react1073.FC<ArrayComponentProps & {
169
145
  defaultActiveKey?: Array<string | number>;
170
146
  mode?: "accordion" | "multiple";
171
147
  }>;
172
- ArrayPopover: react1031.FC<ArrayComponentProps>;
173
- ObjectContainer: react1031.FC<ObjectContainerProps>;
174
- }, Component_1, Decorator_1>): JSX.Element;
175
- displayName: string;
176
- };
177
- String: {
178
- <Decorator_2 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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", Component_2 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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">(props: _formily_react23.ISchemaTypeFieldProps<{
179
- FormItem: react1031.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
180
- children?: react1031.ReactNode | undefined;
181
- }>, "ref"> & react1031.RefAttributes<unknown>>;
182
- Hidden: react1031.ForwardRefExoticComponent<Partial<{
183
- children?: React.ReactNode;
184
- value?: string;
185
- }> & react1031.RefAttributes<unknown>>;
186
- Input: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
187
- Textarea: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLTextAreaElement> & react1031.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1031.RefAttributes<unknown>>;
188
- NumberInput: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
189
- Checkbox: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
190
- Radio: react1031.FC;
191
- Select: react1031.FC;
192
- Switch: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
193
- DatePicker: react1031.ForwardRefExoticComponent<Partial<{
148
+ ArrayDialog: react1073.FC<ArrayComponentProps>;
149
+ ArrayPopover: react1073.FC<ArrayComponentProps>;
150
+ Checkbox: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
151
+ Column: typeof Column;
152
+ DatePicker: react1073.ForwardRefExoticComponent<Partial<{
194
153
  value?: Date;
195
154
  onChange?: (date: Date | undefined) => void;
196
155
  placeholder?: string;
197
- } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "mode">> & react1031.RefAttributes<unknown>>;
198
- Row: typeof Row;
199
- Column: typeof Column;
156
+ } & Omit<_pixpilot_shadcn_ui346.DatePickerProps, "onSelect" | "selected" | "mode">> & react1073.RefAttributes<unknown>>;
200
157
  FormGrid: typeof FormGrid;
201
- Separator: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1031.RefAttributes<HTMLDivElement>>, "ref"> & react1031.RefAttributes<unknown>>;
158
+ FormItem: react1073.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
159
+ children?: react1073.ReactNode | undefined;
160
+ }>, "ref"> & react1073.RefAttributes<unknown>>;
161
+ Hidden: react1073.ForwardRefExoticComponent<Partial<{
162
+ children?: React.ReactNode;
163
+ value?: string;
164
+ }> & react1073.RefAttributes<unknown>>;
165
+ Input: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
166
+ NumberInput: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
167
+ ObjectContainer: react1073.FC<ObjectContainerProps>;
168
+ Radio: react1073.FC;
169
+ Row: typeof Row;
170
+ Select: react1073.FC;
171
+ Separator: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1073.RefAttributes<HTMLDivElement>>, "ref"> & react1073.RefAttributes<unknown>>;
172
+ Switch: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
173
+ Textarea: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLTextAreaElement> & react1073.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1073.RefAttributes<unknown>>;
174
+ }, Component_1, Decorator_1>): JSX.Element;
175
+ displayName: string;
176
+ };
177
+ String: {
178
+ <Decorator_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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", Component_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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">(props: _formily_react23.ISchemaTypeFieldProps<{
202
179
  ArrayCards: ComposedArrayProps;
203
- ArrayDialog: react1031.FC<ArrayComponentProps>;
204
- ArrayCollapse: react1031.FC<ArrayComponentProps & {
180
+ ArrayCollapse: react1073.FC<ArrayComponentProps & {
205
181
  defaultActiveKey?: Array<string | number>;
206
182
  mode?: "accordion" | "multiple";
207
183
  }>;
208
- ArrayPopover: react1031.FC<ArrayComponentProps>;
209
- ObjectContainer: react1031.FC<ObjectContainerProps>;
210
- }, Component_2, Decorator_2>): JSX.Element;
211
- displayName: string;
212
- };
213
- Object: {
214
- <Decorator_3 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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", Component_3 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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">(props: _formily_react23.ISchemaTypeFieldProps<{
215
- FormItem: react1031.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
216
- children?: react1031.ReactNode | undefined;
217
- }>, "ref"> & react1031.RefAttributes<unknown>>;
218
- Hidden: react1031.ForwardRefExoticComponent<Partial<{
219
- children?: React.ReactNode;
220
- value?: string;
221
- }> & react1031.RefAttributes<unknown>>;
222
- Input: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
223
- Textarea: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLTextAreaElement> & react1031.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1031.RefAttributes<unknown>>;
224
- NumberInput: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
225
- Checkbox: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
226
- Radio: react1031.FC;
227
- Select: react1031.FC;
228
- Switch: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
229
- DatePicker: react1031.ForwardRefExoticComponent<Partial<{
184
+ ArrayDialog: react1073.FC<ArrayComponentProps>;
185
+ ArrayPopover: react1073.FC<ArrayComponentProps>;
186
+ Checkbox: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
187
+ Column: typeof Column;
188
+ DatePicker: react1073.ForwardRefExoticComponent<Partial<{
230
189
  value?: Date;
231
190
  onChange?: (date: Date | undefined) => void;
232
191
  placeholder?: string;
233
- } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "mode">> & react1031.RefAttributes<unknown>>;
234
- Row: typeof Row;
235
- Column: typeof Column;
192
+ } & Omit<_pixpilot_shadcn_ui346.DatePickerProps, "onSelect" | "selected" | "mode">> & react1073.RefAttributes<unknown>>;
236
193
  FormGrid: typeof FormGrid;
237
- Separator: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1031.RefAttributes<HTMLDivElement>>, "ref"> & react1031.RefAttributes<unknown>>;
194
+ FormItem: react1073.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
195
+ children?: react1073.ReactNode | undefined;
196
+ }>, "ref"> & react1073.RefAttributes<unknown>>;
197
+ Hidden: react1073.ForwardRefExoticComponent<Partial<{
198
+ children?: React.ReactNode;
199
+ value?: string;
200
+ }> & react1073.RefAttributes<unknown>>;
201
+ Input: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
202
+ NumberInput: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
203
+ ObjectContainer: react1073.FC<ObjectContainerProps>;
204
+ Radio: react1073.FC;
205
+ Row: typeof Row;
206
+ Select: react1073.FC;
207
+ Separator: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1073.RefAttributes<HTMLDivElement>>, "ref"> & react1073.RefAttributes<unknown>>;
208
+ Switch: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
209
+ Textarea: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLTextAreaElement> & react1073.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1073.RefAttributes<unknown>>;
210
+ }, Component_2, Decorator_2>): JSX.Element;
211
+ displayName: string;
212
+ };
213
+ Object: {
214
+ <Decorator_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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", Component_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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">(props: _formily_react23.ISchemaTypeFieldProps<{
238
215
  ArrayCards: ComposedArrayProps;
239
- ArrayDialog: react1031.FC<ArrayComponentProps>;
240
- ArrayCollapse: react1031.FC<ArrayComponentProps & {
216
+ ArrayCollapse: react1073.FC<ArrayComponentProps & {
241
217
  defaultActiveKey?: Array<string | number>;
242
218
  mode?: "accordion" | "multiple";
243
219
  }>;
244
- ArrayPopover: react1031.FC<ArrayComponentProps>;
245
- ObjectContainer: react1031.FC<ObjectContainerProps>;
246
- }, Component_3, Decorator_3>): JSX.Element;
247
- displayName: string;
248
- };
249
- Array: {
250
- <Decorator_4 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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", Component_4 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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">(props: _formily_react23.ISchemaTypeFieldProps<{
251
- FormItem: react1031.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
252
- children?: react1031.ReactNode | undefined;
253
- }>, "ref"> & react1031.RefAttributes<unknown>>;
254
- Hidden: react1031.ForwardRefExoticComponent<Partial<{
255
- children?: React.ReactNode;
256
- value?: string;
257
- }> & react1031.RefAttributes<unknown>>;
258
- Input: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
259
- Textarea: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLTextAreaElement> & react1031.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1031.RefAttributes<unknown>>;
260
- NumberInput: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
261
- Checkbox: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
262
- Radio: react1031.FC;
263
- Select: react1031.FC;
264
- Switch: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
265
- DatePicker: react1031.ForwardRefExoticComponent<Partial<{
220
+ ArrayDialog: react1073.FC<ArrayComponentProps>;
221
+ ArrayPopover: react1073.FC<ArrayComponentProps>;
222
+ Checkbox: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
223
+ Column: typeof Column;
224
+ DatePicker: react1073.ForwardRefExoticComponent<Partial<{
266
225
  value?: Date;
267
226
  onChange?: (date: Date | undefined) => void;
268
227
  placeholder?: string;
269
- } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "mode">> & react1031.RefAttributes<unknown>>;
270
- Row: typeof Row;
271
- Column: typeof Column;
228
+ } & Omit<_pixpilot_shadcn_ui346.DatePickerProps, "onSelect" | "selected" | "mode">> & react1073.RefAttributes<unknown>>;
272
229
  FormGrid: typeof FormGrid;
273
- Separator: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1031.RefAttributes<HTMLDivElement>>, "ref"> & react1031.RefAttributes<unknown>>;
230
+ FormItem: react1073.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
231
+ children?: react1073.ReactNode | undefined;
232
+ }>, "ref"> & react1073.RefAttributes<unknown>>;
233
+ Hidden: react1073.ForwardRefExoticComponent<Partial<{
234
+ children?: React.ReactNode;
235
+ value?: string;
236
+ }> & react1073.RefAttributes<unknown>>;
237
+ Input: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
238
+ NumberInput: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
239
+ ObjectContainer: react1073.FC<ObjectContainerProps>;
240
+ Radio: react1073.FC;
241
+ Row: typeof Row;
242
+ Select: react1073.FC;
243
+ Separator: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1073.RefAttributes<HTMLDivElement>>, "ref"> & react1073.RefAttributes<unknown>>;
244
+ Switch: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
245
+ Textarea: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLTextAreaElement> & react1073.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1073.RefAttributes<unknown>>;
246
+ }, Component_3, Decorator_3>): JSX.Element;
247
+ displayName: string;
248
+ };
249
+ Array: {
250
+ <Decorator_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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", Component_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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">(props: _formily_react23.ISchemaTypeFieldProps<{
274
251
  ArrayCards: ComposedArrayProps;
275
- ArrayDialog: react1031.FC<ArrayComponentProps>;
276
- ArrayCollapse: react1031.FC<ArrayComponentProps & {
252
+ ArrayCollapse: react1073.FC<ArrayComponentProps & {
277
253
  defaultActiveKey?: Array<string | number>;
278
254
  mode?: "accordion" | "multiple";
279
255
  }>;
280
- ArrayPopover: react1031.FC<ArrayComponentProps>;
281
- ObjectContainer: react1031.FC<ObjectContainerProps>;
282
- }, Component_4, Decorator_4>): JSX.Element;
283
- displayName: string;
284
- };
285
- Boolean: {
286
- <Decorator_5 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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", Component_5 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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">(props: _formily_react23.ISchemaTypeFieldProps<{
287
- FormItem: react1031.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
288
- children?: react1031.ReactNode | undefined;
289
- }>, "ref"> & react1031.RefAttributes<unknown>>;
290
- Hidden: react1031.ForwardRefExoticComponent<Partial<{
291
- children?: React.ReactNode;
292
- value?: string;
293
- }> & react1031.RefAttributes<unknown>>;
294
- Input: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
295
- Textarea: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLTextAreaElement> & react1031.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1031.RefAttributes<unknown>>;
296
- NumberInput: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
297
- Checkbox: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
298
- Radio: react1031.FC;
299
- Select: react1031.FC;
300
- Switch: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
301
- DatePicker: react1031.ForwardRefExoticComponent<Partial<{
256
+ ArrayDialog: react1073.FC<ArrayComponentProps>;
257
+ ArrayPopover: react1073.FC<ArrayComponentProps>;
258
+ Checkbox: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
259
+ Column: typeof Column;
260
+ DatePicker: react1073.ForwardRefExoticComponent<Partial<{
302
261
  value?: Date;
303
262
  onChange?: (date: Date | undefined) => void;
304
263
  placeholder?: string;
305
- } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "mode">> & react1031.RefAttributes<unknown>>;
306
- Row: typeof Row;
307
- Column: typeof Column;
264
+ } & Omit<_pixpilot_shadcn_ui346.DatePickerProps, "onSelect" | "selected" | "mode">> & react1073.RefAttributes<unknown>>;
308
265
  FormGrid: typeof FormGrid;
309
- Separator: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1031.RefAttributes<HTMLDivElement>>, "ref"> & react1031.RefAttributes<unknown>>;
266
+ FormItem: react1073.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
267
+ children?: react1073.ReactNode | undefined;
268
+ }>, "ref"> & react1073.RefAttributes<unknown>>;
269
+ Hidden: react1073.ForwardRefExoticComponent<Partial<{
270
+ children?: React.ReactNode;
271
+ value?: string;
272
+ }> & react1073.RefAttributes<unknown>>;
273
+ Input: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
274
+ NumberInput: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
275
+ ObjectContainer: react1073.FC<ObjectContainerProps>;
276
+ Radio: react1073.FC;
277
+ Row: typeof Row;
278
+ Select: react1073.FC;
279
+ Separator: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1073.RefAttributes<HTMLDivElement>>, "ref"> & react1073.RefAttributes<unknown>>;
280
+ Switch: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
281
+ Textarea: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLTextAreaElement> & react1073.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1073.RefAttributes<unknown>>;
282
+ }, Component_4, Decorator_4>): JSX.Element;
283
+ displayName: string;
284
+ };
285
+ Boolean: {
286
+ <Decorator_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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", Component_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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">(props: _formily_react23.ISchemaTypeFieldProps<{
310
287
  ArrayCards: ComposedArrayProps;
311
- ArrayDialog: react1031.FC<ArrayComponentProps>;
312
- ArrayCollapse: react1031.FC<ArrayComponentProps & {
288
+ ArrayCollapse: react1073.FC<ArrayComponentProps & {
313
289
  defaultActiveKey?: Array<string | number>;
314
290
  mode?: "accordion" | "multiple";
315
291
  }>;
316
- ArrayPopover: react1031.FC<ArrayComponentProps>;
317
- ObjectContainer: react1031.FC<ObjectContainerProps>;
318
- }, Component_5, Decorator_5>): JSX.Element;
319
- displayName: string;
320
- };
321
- Date: {
322
- <Decorator_6 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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", Component_6 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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">(props: _formily_react23.ISchemaTypeFieldProps<{
323
- FormItem: react1031.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
324
- children?: react1031.ReactNode | undefined;
325
- }>, "ref"> & react1031.RefAttributes<unknown>>;
326
- Hidden: react1031.ForwardRefExoticComponent<Partial<{
327
- children?: React.ReactNode;
328
- value?: string;
329
- }> & react1031.RefAttributes<unknown>>;
330
- Input: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
331
- Textarea: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLTextAreaElement> & react1031.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1031.RefAttributes<unknown>>;
332
- NumberInput: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
333
- Checkbox: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
334
- Radio: react1031.FC;
335
- Select: react1031.FC;
336
- Switch: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
337
- DatePicker: react1031.ForwardRefExoticComponent<Partial<{
292
+ ArrayDialog: react1073.FC<ArrayComponentProps>;
293
+ ArrayPopover: react1073.FC<ArrayComponentProps>;
294
+ Checkbox: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
295
+ Column: typeof Column;
296
+ DatePicker: react1073.ForwardRefExoticComponent<Partial<{
338
297
  value?: Date;
339
298
  onChange?: (date: Date | undefined) => void;
340
299
  placeholder?: string;
341
- } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "mode">> & react1031.RefAttributes<unknown>>;
342
- Row: typeof Row;
343
- Column: typeof Column;
300
+ } & Omit<_pixpilot_shadcn_ui346.DatePickerProps, "onSelect" | "selected" | "mode">> & react1073.RefAttributes<unknown>>;
344
301
  FormGrid: typeof FormGrid;
345
- Separator: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1031.RefAttributes<HTMLDivElement>>, "ref"> & react1031.RefAttributes<unknown>>;
302
+ FormItem: react1073.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
303
+ children?: react1073.ReactNode | undefined;
304
+ }>, "ref"> & react1073.RefAttributes<unknown>>;
305
+ Hidden: react1073.ForwardRefExoticComponent<Partial<{
306
+ children?: React.ReactNode;
307
+ value?: string;
308
+ }> & react1073.RefAttributes<unknown>>;
309
+ Input: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
310
+ NumberInput: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
311
+ ObjectContainer: react1073.FC<ObjectContainerProps>;
312
+ Radio: react1073.FC;
313
+ Row: typeof Row;
314
+ Select: react1073.FC;
315
+ Separator: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1073.RefAttributes<HTMLDivElement>>, "ref"> & react1073.RefAttributes<unknown>>;
316
+ Switch: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
317
+ Textarea: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLTextAreaElement> & react1073.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1073.RefAttributes<unknown>>;
318
+ }, Component_5, Decorator_5>): JSX.Element;
319
+ displayName: string;
320
+ };
321
+ Date: {
322
+ <Decorator_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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", Component_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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">(props: _formily_react23.ISchemaTypeFieldProps<{
346
323
  ArrayCards: ComposedArrayProps;
347
- ArrayDialog: react1031.FC<ArrayComponentProps>;
348
- ArrayCollapse: react1031.FC<ArrayComponentProps & {
324
+ ArrayCollapse: react1073.FC<ArrayComponentProps & {
349
325
  defaultActiveKey?: Array<string | number>;
350
326
  mode?: "accordion" | "multiple";
351
327
  }>;
352
- ArrayPopover: react1031.FC<ArrayComponentProps>;
353
- ObjectContainer: react1031.FC<ObjectContainerProps>;
354
- }, Component_6, Decorator_6>): JSX.Element;
355
- displayName: string;
356
- };
357
- DateTime: {
358
- <Decorator_7 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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", Component_7 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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">(props: _formily_react23.ISchemaTypeFieldProps<{
359
- FormItem: react1031.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
360
- children?: react1031.ReactNode | undefined;
361
- }>, "ref"> & react1031.RefAttributes<unknown>>;
362
- Hidden: react1031.ForwardRefExoticComponent<Partial<{
363
- children?: React.ReactNode;
364
- value?: string;
365
- }> & react1031.RefAttributes<unknown>>;
366
- Input: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
367
- Textarea: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLTextAreaElement> & react1031.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1031.RefAttributes<unknown>>;
368
- NumberInput: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
369
- Checkbox: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
370
- Radio: react1031.FC;
371
- Select: react1031.FC;
372
- Switch: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
373
- DatePicker: react1031.ForwardRefExoticComponent<Partial<{
328
+ ArrayDialog: react1073.FC<ArrayComponentProps>;
329
+ ArrayPopover: react1073.FC<ArrayComponentProps>;
330
+ Checkbox: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
331
+ Column: typeof Column;
332
+ DatePicker: react1073.ForwardRefExoticComponent<Partial<{
374
333
  value?: Date;
375
334
  onChange?: (date: Date | undefined) => void;
376
335
  placeholder?: string;
377
- } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "mode">> & react1031.RefAttributes<unknown>>;
378
- Row: typeof Row;
379
- Column: typeof Column;
336
+ } & Omit<_pixpilot_shadcn_ui346.DatePickerProps, "onSelect" | "selected" | "mode">> & react1073.RefAttributes<unknown>>;
380
337
  FormGrid: typeof FormGrid;
381
- Separator: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1031.RefAttributes<HTMLDivElement>>, "ref"> & react1031.RefAttributes<unknown>>;
338
+ FormItem: react1073.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
339
+ children?: react1073.ReactNode | undefined;
340
+ }>, "ref"> & react1073.RefAttributes<unknown>>;
341
+ Hidden: react1073.ForwardRefExoticComponent<Partial<{
342
+ children?: React.ReactNode;
343
+ value?: string;
344
+ }> & react1073.RefAttributes<unknown>>;
345
+ Input: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
346
+ NumberInput: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
347
+ ObjectContainer: react1073.FC<ObjectContainerProps>;
348
+ Radio: react1073.FC;
349
+ Row: typeof Row;
350
+ Select: react1073.FC;
351
+ Separator: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1073.RefAttributes<HTMLDivElement>>, "ref"> & react1073.RefAttributes<unknown>>;
352
+ Switch: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
353
+ Textarea: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLTextAreaElement> & react1073.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1073.RefAttributes<unknown>>;
354
+ }, Component_6, Decorator_6>): JSX.Element;
355
+ displayName: string;
356
+ };
357
+ DateTime: {
358
+ <Decorator_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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", Component_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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">(props: _formily_react23.ISchemaTypeFieldProps<{
382
359
  ArrayCards: ComposedArrayProps;
383
- ArrayDialog: react1031.FC<ArrayComponentProps>;
384
- ArrayCollapse: react1031.FC<ArrayComponentProps & {
360
+ ArrayCollapse: react1073.FC<ArrayComponentProps & {
385
361
  defaultActiveKey?: Array<string | number>;
386
362
  mode?: "accordion" | "multiple";
387
363
  }>;
388
- ArrayPopover: react1031.FC<ArrayComponentProps>;
389
- ObjectContainer: react1031.FC<ObjectContainerProps>;
390
- }, Component_7, Decorator_7>): JSX.Element;
391
- displayName: string;
392
- };
393
- Void: {
394
- <Decorator_8 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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", Component_8 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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">(props: _formily_react23.ISchemaTypeFieldProps<{
395
- FormItem: react1031.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
396
- children?: react1031.ReactNode | undefined;
397
- }>, "ref"> & react1031.RefAttributes<unknown>>;
398
- Hidden: react1031.ForwardRefExoticComponent<Partial<{
399
- children?: React.ReactNode;
400
- value?: string;
401
- }> & react1031.RefAttributes<unknown>>;
402
- Input: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
403
- Textarea: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLTextAreaElement> & react1031.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1031.RefAttributes<unknown>>;
404
- NumberInput: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
405
- Checkbox: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
406
- Radio: react1031.FC;
407
- Select: react1031.FC;
408
- Switch: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
409
- DatePicker: react1031.ForwardRefExoticComponent<Partial<{
364
+ ArrayDialog: react1073.FC<ArrayComponentProps>;
365
+ ArrayPopover: react1073.FC<ArrayComponentProps>;
366
+ Checkbox: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
367
+ Column: typeof Column;
368
+ DatePicker: react1073.ForwardRefExoticComponent<Partial<{
410
369
  value?: Date;
411
370
  onChange?: (date: Date | undefined) => void;
412
371
  placeholder?: string;
413
- } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "mode">> & react1031.RefAttributes<unknown>>;
414
- Row: typeof Row;
415
- Column: typeof Column;
372
+ } & Omit<_pixpilot_shadcn_ui346.DatePickerProps, "onSelect" | "selected" | "mode">> & react1073.RefAttributes<unknown>>;
416
373
  FormGrid: typeof FormGrid;
417
- Separator: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1031.RefAttributes<HTMLDivElement>>, "ref"> & react1031.RefAttributes<unknown>>;
374
+ FormItem: react1073.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
375
+ children?: react1073.ReactNode | undefined;
376
+ }>, "ref"> & react1073.RefAttributes<unknown>>;
377
+ Hidden: react1073.ForwardRefExoticComponent<Partial<{
378
+ children?: React.ReactNode;
379
+ value?: string;
380
+ }> & react1073.RefAttributes<unknown>>;
381
+ Input: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
382
+ NumberInput: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
383
+ ObjectContainer: react1073.FC<ObjectContainerProps>;
384
+ Radio: react1073.FC;
385
+ Row: typeof Row;
386
+ Select: react1073.FC;
387
+ Separator: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1073.RefAttributes<HTMLDivElement>>, "ref"> & react1073.RefAttributes<unknown>>;
388
+ Switch: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
389
+ Textarea: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLTextAreaElement> & react1073.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1073.RefAttributes<unknown>>;
390
+ }, Component_7, Decorator_7>): JSX.Element;
391
+ displayName: string;
392
+ };
393
+ Void: {
394
+ <Decorator_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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", Component_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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">(props: _formily_react23.ISchemaTypeFieldProps<{
418
395
  ArrayCards: ComposedArrayProps;
419
- ArrayDialog: react1031.FC<ArrayComponentProps>;
420
- ArrayCollapse: react1031.FC<ArrayComponentProps & {
396
+ ArrayCollapse: react1073.FC<ArrayComponentProps & {
421
397
  defaultActiveKey?: Array<string | number>;
422
398
  mode?: "accordion" | "multiple";
423
399
  }>;
424
- ArrayPopover: react1031.FC<ArrayComponentProps>;
425
- ObjectContainer: react1031.FC<ObjectContainerProps>;
426
- }, Component_8, Decorator_8>): JSX.Element;
427
- displayName: string;
428
- };
429
- Number: {
430
- <Decorator_9 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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", Component_9 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "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">(props: _formily_react23.ISchemaTypeFieldProps<{
431
- FormItem: react1031.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
432
- children?: react1031.ReactNode | undefined;
433
- }>, "ref"> & react1031.RefAttributes<unknown>>;
434
- Hidden: react1031.ForwardRefExoticComponent<Partial<{
435
- children?: React.ReactNode;
436
- value?: string;
437
- }> & react1031.RefAttributes<unknown>>;
438
- Input: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
439
- Textarea: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLTextAreaElement> & react1031.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1031.RefAttributes<unknown>>;
440
- NumberInput: react1031.ForwardRefExoticComponent<Omit<Partial<react1031.ClassAttributes<HTMLInputElement> & react1031.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1031.RefAttributes<unknown>>;
441
- Checkbox: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
442
- Radio: react1031.FC;
443
- Select: react1031.FC;
444
- Switch: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1031.RefAttributes<HTMLButtonElement>>, "ref"> & react1031.RefAttributes<unknown>>;
445
- DatePicker: react1031.ForwardRefExoticComponent<Partial<{
400
+ ArrayDialog: react1073.FC<ArrayComponentProps>;
401
+ ArrayPopover: react1073.FC<ArrayComponentProps>;
402
+ Checkbox: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
403
+ Column: typeof Column;
404
+ DatePicker: react1073.ForwardRefExoticComponent<Partial<{
446
405
  value?: Date;
447
406
  onChange?: (date: Date | undefined) => void;
448
407
  placeholder?: string;
449
- } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "mode">> & react1031.RefAttributes<unknown>>;
450
- Row: typeof Row;
451
- Column: typeof Column;
408
+ } & Omit<_pixpilot_shadcn_ui346.DatePickerProps, "onSelect" | "selected" | "mode">> & react1073.RefAttributes<unknown>>;
452
409
  FormGrid: typeof FormGrid;
453
- Separator: react1031.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1031.RefAttributes<HTMLDivElement>>, "ref"> & react1031.RefAttributes<unknown>>;
410
+ FormItem: react1073.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
411
+ children?: react1073.ReactNode | undefined;
412
+ }>, "ref"> & react1073.RefAttributes<unknown>>;
413
+ Hidden: react1073.ForwardRefExoticComponent<Partial<{
414
+ children?: React.ReactNode;
415
+ value?: string;
416
+ }> & react1073.RefAttributes<unknown>>;
417
+ Input: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
418
+ NumberInput: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
419
+ ObjectContainer: react1073.FC<ObjectContainerProps>;
420
+ Radio: react1073.FC;
421
+ Row: typeof Row;
422
+ Select: react1073.FC;
423
+ Separator: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1073.RefAttributes<HTMLDivElement>>, "ref"> & react1073.RefAttributes<unknown>>;
424
+ Switch: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
425
+ Textarea: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLTextAreaElement> & react1073.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1073.RefAttributes<unknown>>;
426
+ }, Component_8, Decorator_8>): JSX.Element;
427
+ displayName: string;
428
+ };
429
+ Number: {
430
+ <Decorator_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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", Component_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayPopover" | "Checkbox" | "Column" | "DatePicker" | "FormGrid" | "Hidden" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "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">(props: _formily_react23.ISchemaTypeFieldProps<{
454
431
  ArrayCards: ComposedArrayProps;
455
- ArrayDialog: react1031.FC<ArrayComponentProps>;
456
- ArrayCollapse: react1031.FC<ArrayComponentProps & {
432
+ ArrayCollapse: react1073.FC<ArrayComponentProps & {
457
433
  defaultActiveKey?: Array<string | number>;
458
434
  mode?: "accordion" | "multiple";
459
435
  }>;
460
- ArrayPopover: react1031.FC<ArrayComponentProps>;
461
- ObjectContainer: react1031.FC<ObjectContainerProps>;
436
+ ArrayDialog: react1073.FC<ArrayComponentProps>;
437
+ ArrayPopover: react1073.FC<ArrayComponentProps>;
438
+ Checkbox: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox22.CheckboxProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
439
+ Column: typeof Column;
440
+ DatePicker: react1073.ForwardRefExoticComponent<Partial<{
441
+ value?: Date;
442
+ onChange?: (date: Date | undefined) => void;
443
+ placeholder?: string;
444
+ } & Omit<_pixpilot_shadcn_ui346.DatePickerProps, "onSelect" | "selected" | "mode">> & react1073.RefAttributes<unknown>>;
445
+ FormGrid: typeof FormGrid;
446
+ FormItem: react1073.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
447
+ children?: react1073.ReactNode | undefined;
448
+ }>, "ref"> & react1073.RefAttributes<unknown>>;
449
+ Hidden: react1073.ForwardRefExoticComponent<Partial<{
450
+ children?: React.ReactNode;
451
+ value?: string;
452
+ }> & react1073.RefAttributes<unknown>>;
453
+ Input: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
454
+ NumberInput: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLInputElement> & react1073.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1073.RefAttributes<unknown>>;
455
+ ObjectContainer: react1073.FC<ObjectContainerProps>;
456
+ Radio: react1073.FC;
457
+ Row: typeof Row;
458
+ Select: react1073.FC;
459
+ Separator: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator22.SeparatorProps & react1073.RefAttributes<HTMLDivElement>>, "ref"> & react1073.RefAttributes<unknown>>;
460
+ Switch: react1073.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch22.SwitchProps & react1073.RefAttributes<HTMLButtonElement>>, "ref"> & react1073.RefAttributes<unknown>>;
461
+ Textarea: react1073.ForwardRefExoticComponent<Omit<Partial<react1073.ClassAttributes<HTMLTextAreaElement> & react1073.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react1073.RefAttributes<unknown>>;
462
462
  }, Component_9, Decorator_9>): JSX.Element;
463
463
  displayName: string;
464
464
  };