@pixpilot/formily-shadcn 0.12.0 → 0.13.1

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