@pixpilot/formily-shadcn 0.14.5 → 0.14.6

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