@pixpilot/formily-shadcn 1.17.0 → 1.18.0

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