@pixpilot/formily-shadcn 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (205) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +204 -0
  3. package/dist/_virtual/rolldown_runtime.cjs +1 -0
  4. package/dist/_virtual/rolldown_runtime.js +1 -0
  5. package/dist/components/array-base/array-base.cjs +1 -0
  6. package/dist/components/array-base/array-base.d.cts +13 -0
  7. package/dist/components/array-base/array-base.d.ts +13 -0
  8. package/dist/components/array-base/array-base.js +1 -0
  9. package/dist/components/array-base/array-context.cjs +1 -0
  10. package/dist/components/array-base/array-context.d.cts +17 -0
  11. package/dist/components/array-base/array-context.d.ts +17 -0
  12. package/dist/components/array-base/array-context.js +1 -0
  13. package/dist/components/array-base/component-context.cjs +1 -0
  14. package/dist/components/array-base/component-context.d.cts +3 -0
  15. package/dist/components/array-base/component-context.d.ts +3 -0
  16. package/dist/components/array-base/component-context.js +1 -0
  17. package/dist/components/array-base/components/addition.cjs +1 -0
  18. package/dist/components/array-base/components/addition.d.cts +13 -0
  19. package/dist/components/array-base/components/addition.d.ts +13 -0
  20. package/dist/components/array-base/components/addition.js +1 -0
  21. package/dist/components/array-base/components/array-copy.cjs +1 -0
  22. package/dist/components/array-base/components/array-copy.js +1 -0
  23. package/dist/components/array-base/components/array-index.cjs +1 -0
  24. package/dist/components/array-base/components/array-index.js +1 -0
  25. package/dist/components/array-base/components/array-item-label.cjs +1 -0
  26. package/dist/components/array-base/components/array-item-label.js +1 -0
  27. package/dist/components/array-base/components/components.cjs +1 -0
  28. package/dist/components/array-base/components/components.js +1 -0
  29. package/dist/components/array-base/components/edit.cjs +1 -0
  30. package/dist/components/array-base/components/edit.js +1 -0
  31. package/dist/components/array-base/components/empty.cjs +1 -0
  32. package/dist/components/array-base/components/empty.js +1 -0
  33. package/dist/components/array-base/components/get-array-components.cjs +1 -0
  34. package/dist/components/array-base/components/get-array-components.js +1 -0
  35. package/dist/components/array-base/components/move-down.cjs +1 -0
  36. package/dist/components/array-base/components/move-down.js +1 -0
  37. package/dist/components/array-base/components/move-up.cjs +1 -0
  38. package/dist/components/array-base/components/move-up.js +1 -0
  39. package/dist/components/array-base/components/remove.cjs +1 -0
  40. package/dist/components/array-base/components/remove.js +1 -0
  41. package/dist/components/array-base/components/title.cjs +1 -0
  42. package/dist/components/array-base/components/title.js +1 -0
  43. package/dist/components/array-base/components/types.d.cts +30 -0
  44. package/dist/components/array-base/components/types.d.ts +30 -0
  45. package/dist/components/array-base/components/use-array-components-registry.cjs +1 -0
  46. package/dist/components/array-base/components/use-array-components-registry.d.cts +4 -0
  47. package/dist/components/array-base/components/use-array-components-registry.d.ts +4 -0
  48. package/dist/components/array-base/components/use-array-components-registry.js +1 -0
  49. package/dist/components/array-base/constants/index.cjs +1 -0
  50. package/dist/components/array-base/constants/index.js +1 -0
  51. package/dist/components/array-base/index.cjs +1 -0
  52. package/dist/components/array-base/index.d.cts +3 -0
  53. package/dist/components/array-base/index.d.ts +3 -0
  54. package/dist/components/array-base/index.js +1 -0
  55. package/dist/components/array-base/types.d.cts +37 -0
  56. package/dist/components/array-base/types.d.ts +37 -0
  57. package/dist/components/array-base/utils/filter-and-sort-components.cjs +1 -0
  58. package/dist/components/array-base/utils/filter-and-sort-components.js +1 -0
  59. package/dist/components/array-base/utils/is-array-component.cjs +1 -0
  60. package/dist/components/array-base/utils/is-array-component.js +1 -0
  61. package/dist/components/array-cards/array-cards.cjs +1 -0
  62. package/dist/components/array-cards/array-cards.d.cts +7 -0
  63. package/dist/components/array-cards/array-cards.d.ts +7 -0
  64. package/dist/components/array-cards/array-cards.js +1 -0
  65. package/dist/components/array-cards/index.cjs +1 -0
  66. package/dist/components/array-cards/index.d.cts +1 -0
  67. package/dist/components/array-cards/index.d.ts +1 -0
  68. package/dist/components/array-cards/index.js +1 -0
  69. package/dist/components/array-cards/item.cjs +1 -0
  70. package/dist/components/array-cards/item.js +1 -0
  71. package/dist/components/array-collapse/array-collapse.cjs +1 -0
  72. package/dist/components/array-collapse/array-collapse.d.cts +12 -0
  73. package/dist/components/array-collapse/array-collapse.d.ts +12 -0
  74. package/dist/components/array-collapse/array-collapse.js +1 -0
  75. package/dist/components/array-collapse/index.cjs +1 -0
  76. package/dist/components/array-collapse/index.d.cts +1 -0
  77. package/dist/components/array-collapse/index.d.ts +1 -0
  78. package/dist/components/array-collapse/index.js +1 -0
  79. package/dist/components/array-collapse/item.cjs +1 -0
  80. package/dist/components/array-collapse/item.js +1 -0
  81. package/dist/components/array-common/array-items-list.cjs +1 -0
  82. package/dist/components/array-common/array-items-list.js +1 -0
  83. package/dist/components/array-common/create-active-item-manager.cjs +1 -0
  84. package/dist/components/array-common/create-active-item-manager.js +1 -0
  85. package/dist/components/array-common/index.cjs +1 -0
  86. package/dist/components/array-common/index.js +1 -0
  87. package/dist/components/array-common/item-wrapper.cjs +1 -0
  88. package/dist/components/array-common/item-wrapper.js +1 -0
  89. package/dist/components/array-common/list-item.cjs +1 -0
  90. package/dist/components/array-common/list-item.js +1 -0
  91. package/dist/components/array-common/use-array-editor.cjs +1 -0
  92. package/dist/components/array-common/use-array-editor.js +1 -0
  93. package/dist/components/array-dialog/array-dialog.cjs +1 -0
  94. package/dist/components/array-dialog/array-dialog.js +1 -0
  95. package/dist/components/array-dialog/edit-dialog.cjs +1 -0
  96. package/dist/components/array-dialog/edit-dialog.js +1 -0
  97. package/dist/components/array-dialog/index.cjs +1 -0
  98. package/dist/components/array-dialog/index.js +1 -0
  99. package/dist/components/array-popover/array-popover.cjs +1 -0
  100. package/dist/components/array-popover/array-popover.js +1 -0
  101. package/dist/components/array-popover/index.cjs +1 -0
  102. package/dist/components/array-popover/index.js +1 -0
  103. package/dist/components/array-popover/popover.cjs +1 -0
  104. package/dist/components/array-popover/popover.js +1 -0
  105. package/dist/components/checkbox.cjs +1 -0
  106. package/dist/components/checkbox.d.cts +11 -0
  107. package/dist/components/checkbox.d.ts +11 -0
  108. package/dist/components/checkbox.js +1 -0
  109. package/dist/components/column.cjs +1 -0
  110. package/dist/components/column.d.cts +41 -0
  111. package/dist/components/column.d.ts +41 -0
  112. package/dist/components/column.js +1 -0
  113. package/dist/components/combobox.cjs +1 -0
  114. package/dist/components/combobox.d.cts +6 -0
  115. package/dist/components/combobox.d.ts +6 -0
  116. package/dist/components/combobox.js +1 -0
  117. package/dist/components/date-picker.cjs +1 -0
  118. package/dist/components/date-picker.d.cts +17 -0
  119. package/dist/components/date-picker.d.ts +17 -0
  120. package/dist/components/date-picker.js +1 -0
  121. package/dist/components/file-upload-inline.cjs +3 -0
  122. package/dist/components/file-upload-inline.d.cts +12 -0
  123. package/dist/components/file-upload-inline.d.ts +12 -0
  124. package/dist/components/file-upload-inline.js +3 -0
  125. package/dist/components/form-grid.cjs +1 -0
  126. package/dist/components/form-grid.d.cts +12 -0
  127. package/dist/components/form-grid.d.ts +12 -0
  128. package/dist/components/form-grid.js +1 -0
  129. package/dist/components/form-item.cjs +3 -0
  130. package/dist/components/form-item.d.cts +21 -0
  131. package/dist/components/form-item.d.ts +21 -0
  132. package/dist/components/form-item.js +3 -0
  133. package/dist/components/form.cjs +1 -0
  134. package/dist/components/form.d.cts +26 -0
  135. package/dist/components/form.d.ts +26 -0
  136. package/dist/components/form.js +1 -0
  137. package/dist/components/input.cjs +1 -0
  138. package/dist/components/input.d.cts +11 -0
  139. package/dist/components/input.d.ts +11 -0
  140. package/dist/components/input.js +1 -0
  141. package/dist/components/number-input.cjs +1 -0
  142. package/dist/components/number-input.d.cts +9 -0
  143. package/dist/components/number-input.d.ts +9 -0
  144. package/dist/components/number-input.js +1 -0
  145. package/dist/components/radio.cjs +1 -0
  146. package/dist/components/radio.d.cts +24 -0
  147. package/dist/components/radio.d.ts +24 -0
  148. package/dist/components/radio.js +1 -0
  149. package/dist/components/row.cjs +1 -0
  150. package/dist/components/row.d.cts +41 -0
  151. package/dist/components/row.d.ts +41 -0
  152. package/dist/components/row.js +1 -0
  153. package/dist/components/schema-field.cjs +1 -0
  154. package/dist/components/schema-field.d.cts +396 -0
  155. package/dist/components/schema-field.d.ts +396 -0
  156. package/dist/components/schema-field.js +1 -0
  157. package/dist/components/select.cjs +1 -0
  158. package/dist/components/select.d.cts +6 -0
  159. package/dist/components/select.d.ts +6 -0
  160. package/dist/components/select.js +1 -0
  161. package/dist/components/separator.cjs +1 -0
  162. package/dist/components/separator.d.cts +11 -0
  163. package/dist/components/separator.d.ts +11 -0
  164. package/dist/components/separator.js +1 -0
  165. package/dist/components/slider.cjs +1 -0
  166. package/dist/components/slider.d.cts +12 -0
  167. package/dist/components/slider.d.ts +12 -0
  168. package/dist/components/slider.js +1 -0
  169. package/dist/components/switch.cjs +1 -0
  170. package/dist/components/switch.d.cts +11 -0
  171. package/dist/components/switch.d.ts +11 -0
  172. package/dist/components/switch.js +1 -0
  173. package/dist/components/tags-input-inline.cjs +1 -0
  174. package/dist/components/tags-input-inline.d.cts +15 -0
  175. package/dist/components/tags-input-inline.d.ts +15 -0
  176. package/dist/components/tags-input-inline.js +1 -0
  177. package/dist/components/textarea.cjs +1 -0
  178. package/dist/components/textarea.d.cts +9 -0
  179. package/dist/components/textarea.d.ts +9 -0
  180. package/dist/components/textarea.js +1 -0
  181. package/dist/index.cjs +1 -0
  182. package/dist/index.d.cts +33 -0
  183. package/dist/index.d.ts +33 -0
  184. package/dist/index.js +1 -0
  185. package/dist/utils/create-panel-state-manager.cjs +1 -0
  186. package/dist/utils/create-panel-state-manager.js +1 -0
  187. package/dist/utils/for-each-schema.cjs +1 -0
  188. package/dist/utils/for-each-schema.js +1 -0
  189. package/dist/utils/get-array-item-info.cjs +1 -0
  190. package/dist/utils/get-array-item-info.js +1 -0
  191. package/dist/utils/get-default-value.cjs +1 -0
  192. package/dist/utils/get-default-value.js +1 -0
  193. package/dist/utils/has-array-item-errors.cjs +1 -0
  194. package/dist/utils/has-array-item-errors.js +1 -0
  195. package/dist/utils/has-error.cjs +1 -0
  196. package/dist/utils/has-error.js +1 -0
  197. package/dist/utils/index.cjs +1 -0
  198. package/dist/utils/index.js +1 -0
  199. package/dist/utils/transform-schema.cjs +1 -0
  200. package/dist/utils/transform-schema.js +1 -0
  201. package/dist/utils/use-array-item-editor.cjs +1 -0
  202. package/dist/utils/use-array-item-editor.js +1 -0
  203. package/dist/utils/validate-array-item-fields.cjs +1 -0
  204. package/dist/utils/validate-array-item-fields.js +1 -0
  205. package/package.json +74 -0
@@ -0,0 +1,396 @@
1
+ import { ArrayComponentProps, ComposedArrayProps } from "./array-base/types.js";
2
+ import "./array-base/index.js";
3
+ import { Column } from "./column.js";
4
+ import { FormGrid } from "./form-grid.js";
5
+ import { FormItemProps } from "./form-item.js";
6
+ import { Row } from "./row.js";
7
+ import * as _formily_react0 from "@formily/react";
8
+ import * as react8 from "react";
9
+ import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
10
+ import { TagsInput } from "@pixpilot/shadcn-ui";
11
+ import * as _formily_core0 from "@formily/core";
12
+ import * as _radix_ui_react_checkbox0 from "@radix-ui/react-checkbox";
13
+ import * as react_day_picker0 from "react-day-picker";
14
+ import * as _radix_ui_react_separator0 from "@radix-ui/react-separator";
15
+ import * as _radix_ui_react_switch0 from "@radix-ui/react-switch";
16
+
17
+ //#region src/components/schema-field.d.ts
18
+ /**
19
+ * SchemaField with all Shadcn Formily components pre-registered
20
+ * Use this to render forms from JSON Schema
21
+ */
22
+ declare const SchemaField: {
23
+ <Decorator extends _formily_react0.JSXComponent, Component extends _formily_react0.JSXComponent>(props: _formily_react0.ISchemaFieldProps<Decorator, Component, _formily_core0.ObjectField<Decorator, Component>>): JSX.Element;
24
+ displayName: string;
25
+ Markup: {
26
+ <Decorator_1 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Radio" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_1 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Radio" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaMarkupFieldProps<{
27
+ FormItem: react8.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
28
+ children?: react8.ReactNode | undefined;
29
+ }>, "ref"> & react8.RefAttributes<unknown>>;
30
+ FormGrid: typeof FormGrid;
31
+ Row: typeof Row;
32
+ Column: typeof Column;
33
+ Input: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLInputElement> & react8.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react8.RefAttributes<unknown>>;
34
+ Textarea: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLTextAreaElement> & react8.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react8.RefAttributes<unknown>>;
35
+ Checkbox: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react8.RefAttributes<HTMLButtonElement>>, "ref"> & react8.RefAttributes<unknown>>;
36
+ Radio: react8.FC;
37
+ Select: react8.FC;
38
+ NumberInput: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLInputElement> & react8.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react8.RefAttributes<unknown>>;
39
+ DatePicker: react8.ForwardRefExoticComponent<Partial<{
40
+ value?: Date;
41
+ onChange?: (date: Date | undefined) => void;
42
+ placeholder?: string;
43
+ } & Omit<{
44
+ value?: Date;
45
+ onChange?: (date: Date | undefined) => void;
46
+ placeholder?: string;
47
+ } & Omit<react_day_picker0.DayPickerProps & {
48
+ buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
49
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react8.RefAttributes<unknown>>;
50
+ Combobox: react8.FC;
51
+ TagsInput: typeof TagsInput;
52
+ FileUploadInline: react8.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react8.RefAttributes<unknown>>;
53
+ Separator: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react8.RefAttributes<HTMLDivElement>>, "ref"> & react8.RefAttributes<unknown>>;
54
+ Slider: react8.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react8.RefAttributes<unknown>>;
55
+ Switch: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react8.RefAttributes<HTMLButtonElement>>, "ref"> & react8.RefAttributes<unknown>>;
56
+ ArrayCards: ComposedArrayProps;
57
+ ArrayDialog: react8.FC<ArrayComponentProps>;
58
+ ArrayCollapse: react8.FC<ArrayComponentProps & {
59
+ defaultActiveKey?: Array<string | number>;
60
+ mode?: "accordion" | "multiple";
61
+ }>;
62
+ ArrayPopover: react8.FC<ArrayComponentProps>;
63
+ }, Component_1, Decorator_1>): JSX.Element;
64
+ displayName: string;
65
+ };
66
+ String: {
67
+ <Decorator_2 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Radio" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_2 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Radio" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
68
+ FormItem: react8.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
69
+ children?: react8.ReactNode | undefined;
70
+ }>, "ref"> & react8.RefAttributes<unknown>>;
71
+ FormGrid: typeof FormGrid;
72
+ Row: typeof Row;
73
+ Column: typeof Column;
74
+ Input: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLInputElement> & react8.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react8.RefAttributes<unknown>>;
75
+ Textarea: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLTextAreaElement> & react8.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react8.RefAttributes<unknown>>;
76
+ Checkbox: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react8.RefAttributes<HTMLButtonElement>>, "ref"> & react8.RefAttributes<unknown>>;
77
+ Radio: react8.FC;
78
+ Select: react8.FC;
79
+ NumberInput: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLInputElement> & react8.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react8.RefAttributes<unknown>>;
80
+ DatePicker: react8.ForwardRefExoticComponent<Partial<{
81
+ value?: Date;
82
+ onChange?: (date: Date | undefined) => void;
83
+ placeholder?: string;
84
+ } & Omit<{
85
+ value?: Date;
86
+ onChange?: (date: Date | undefined) => void;
87
+ placeholder?: string;
88
+ } & Omit<react_day_picker0.DayPickerProps & {
89
+ buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
90
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react8.RefAttributes<unknown>>;
91
+ Combobox: react8.FC;
92
+ TagsInput: typeof TagsInput;
93
+ FileUploadInline: react8.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react8.RefAttributes<unknown>>;
94
+ Separator: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react8.RefAttributes<HTMLDivElement>>, "ref"> & react8.RefAttributes<unknown>>;
95
+ Slider: react8.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react8.RefAttributes<unknown>>;
96
+ Switch: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react8.RefAttributes<HTMLButtonElement>>, "ref"> & react8.RefAttributes<unknown>>;
97
+ ArrayCards: ComposedArrayProps;
98
+ ArrayDialog: react8.FC<ArrayComponentProps>;
99
+ ArrayCollapse: react8.FC<ArrayComponentProps & {
100
+ defaultActiveKey?: Array<string | number>;
101
+ mode?: "accordion" | "multiple";
102
+ }>;
103
+ ArrayPopover: react8.FC<ArrayComponentProps>;
104
+ }, Component_2, Decorator_2>): JSX.Element;
105
+ displayName: string;
106
+ };
107
+ Object: {
108
+ <Decorator_3 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Radio" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_3 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Radio" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
109
+ FormItem: react8.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
110
+ children?: react8.ReactNode | undefined;
111
+ }>, "ref"> & react8.RefAttributes<unknown>>;
112
+ FormGrid: typeof FormGrid;
113
+ Row: typeof Row;
114
+ Column: typeof Column;
115
+ Input: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLInputElement> & react8.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react8.RefAttributes<unknown>>;
116
+ Textarea: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLTextAreaElement> & react8.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react8.RefAttributes<unknown>>;
117
+ Checkbox: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react8.RefAttributes<HTMLButtonElement>>, "ref"> & react8.RefAttributes<unknown>>;
118
+ Radio: react8.FC;
119
+ Select: react8.FC;
120
+ NumberInput: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLInputElement> & react8.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react8.RefAttributes<unknown>>;
121
+ DatePicker: react8.ForwardRefExoticComponent<Partial<{
122
+ value?: Date;
123
+ onChange?: (date: Date | undefined) => void;
124
+ placeholder?: string;
125
+ } & Omit<{
126
+ value?: Date;
127
+ onChange?: (date: Date | undefined) => void;
128
+ placeholder?: string;
129
+ } & Omit<react_day_picker0.DayPickerProps & {
130
+ buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
131
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react8.RefAttributes<unknown>>;
132
+ Combobox: react8.FC;
133
+ TagsInput: typeof TagsInput;
134
+ FileUploadInline: react8.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react8.RefAttributes<unknown>>;
135
+ Separator: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react8.RefAttributes<HTMLDivElement>>, "ref"> & react8.RefAttributes<unknown>>;
136
+ Slider: react8.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react8.RefAttributes<unknown>>;
137
+ Switch: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react8.RefAttributes<HTMLButtonElement>>, "ref"> & react8.RefAttributes<unknown>>;
138
+ ArrayCards: ComposedArrayProps;
139
+ ArrayDialog: react8.FC<ArrayComponentProps>;
140
+ ArrayCollapse: react8.FC<ArrayComponentProps & {
141
+ defaultActiveKey?: Array<string | number>;
142
+ mode?: "accordion" | "multiple";
143
+ }>;
144
+ ArrayPopover: react8.FC<ArrayComponentProps>;
145
+ }, Component_3, Decorator_3>): JSX.Element;
146
+ displayName: string;
147
+ };
148
+ Array: {
149
+ <Decorator_4 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Radio" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_4 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Radio" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
150
+ FormItem: react8.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
151
+ children?: react8.ReactNode | undefined;
152
+ }>, "ref"> & react8.RefAttributes<unknown>>;
153
+ FormGrid: typeof FormGrid;
154
+ Row: typeof Row;
155
+ Column: typeof Column;
156
+ Input: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLInputElement> & react8.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react8.RefAttributes<unknown>>;
157
+ Textarea: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLTextAreaElement> & react8.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react8.RefAttributes<unknown>>;
158
+ Checkbox: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react8.RefAttributes<HTMLButtonElement>>, "ref"> & react8.RefAttributes<unknown>>;
159
+ Radio: react8.FC;
160
+ Select: react8.FC;
161
+ NumberInput: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLInputElement> & react8.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react8.RefAttributes<unknown>>;
162
+ DatePicker: react8.ForwardRefExoticComponent<Partial<{
163
+ value?: Date;
164
+ onChange?: (date: Date | undefined) => void;
165
+ placeholder?: string;
166
+ } & Omit<{
167
+ value?: Date;
168
+ onChange?: (date: Date | undefined) => void;
169
+ placeholder?: string;
170
+ } & Omit<react_day_picker0.DayPickerProps & {
171
+ buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
172
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react8.RefAttributes<unknown>>;
173
+ Combobox: react8.FC;
174
+ TagsInput: typeof TagsInput;
175
+ FileUploadInline: react8.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react8.RefAttributes<unknown>>;
176
+ Separator: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react8.RefAttributes<HTMLDivElement>>, "ref"> & react8.RefAttributes<unknown>>;
177
+ Slider: react8.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react8.RefAttributes<unknown>>;
178
+ Switch: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react8.RefAttributes<HTMLButtonElement>>, "ref"> & react8.RefAttributes<unknown>>;
179
+ ArrayCards: ComposedArrayProps;
180
+ ArrayDialog: react8.FC<ArrayComponentProps>;
181
+ ArrayCollapse: react8.FC<ArrayComponentProps & {
182
+ defaultActiveKey?: Array<string | number>;
183
+ mode?: "accordion" | "multiple";
184
+ }>;
185
+ ArrayPopover: react8.FC<ArrayComponentProps>;
186
+ }, Component_4, Decorator_4>): JSX.Element;
187
+ displayName: string;
188
+ };
189
+ Boolean: {
190
+ <Decorator_5 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Radio" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_5 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Radio" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
191
+ FormItem: react8.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
192
+ children?: react8.ReactNode | undefined;
193
+ }>, "ref"> & react8.RefAttributes<unknown>>;
194
+ FormGrid: typeof FormGrid;
195
+ Row: typeof Row;
196
+ Column: typeof Column;
197
+ Input: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLInputElement> & react8.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react8.RefAttributes<unknown>>;
198
+ Textarea: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLTextAreaElement> & react8.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react8.RefAttributes<unknown>>;
199
+ Checkbox: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react8.RefAttributes<HTMLButtonElement>>, "ref"> & react8.RefAttributes<unknown>>;
200
+ Radio: react8.FC;
201
+ Select: react8.FC;
202
+ NumberInput: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLInputElement> & react8.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react8.RefAttributes<unknown>>;
203
+ DatePicker: react8.ForwardRefExoticComponent<Partial<{
204
+ value?: Date;
205
+ onChange?: (date: Date | undefined) => void;
206
+ placeholder?: string;
207
+ } & Omit<{
208
+ value?: Date;
209
+ onChange?: (date: Date | undefined) => void;
210
+ placeholder?: string;
211
+ } & Omit<react_day_picker0.DayPickerProps & {
212
+ buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
213
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react8.RefAttributes<unknown>>;
214
+ Combobox: react8.FC;
215
+ TagsInput: typeof TagsInput;
216
+ FileUploadInline: react8.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react8.RefAttributes<unknown>>;
217
+ Separator: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react8.RefAttributes<HTMLDivElement>>, "ref"> & react8.RefAttributes<unknown>>;
218
+ Slider: react8.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react8.RefAttributes<unknown>>;
219
+ Switch: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react8.RefAttributes<HTMLButtonElement>>, "ref"> & react8.RefAttributes<unknown>>;
220
+ ArrayCards: ComposedArrayProps;
221
+ ArrayDialog: react8.FC<ArrayComponentProps>;
222
+ ArrayCollapse: react8.FC<ArrayComponentProps & {
223
+ defaultActiveKey?: Array<string | number>;
224
+ mode?: "accordion" | "multiple";
225
+ }>;
226
+ ArrayPopover: react8.FC<ArrayComponentProps>;
227
+ }, Component_5, Decorator_5>): JSX.Element;
228
+ displayName: string;
229
+ };
230
+ Date: {
231
+ <Decorator_6 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Radio" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_6 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Radio" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
232
+ FormItem: react8.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
233
+ children?: react8.ReactNode | undefined;
234
+ }>, "ref"> & react8.RefAttributes<unknown>>;
235
+ FormGrid: typeof FormGrid;
236
+ Row: typeof Row;
237
+ Column: typeof Column;
238
+ Input: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLInputElement> & react8.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react8.RefAttributes<unknown>>;
239
+ Textarea: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLTextAreaElement> & react8.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react8.RefAttributes<unknown>>;
240
+ Checkbox: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react8.RefAttributes<HTMLButtonElement>>, "ref"> & react8.RefAttributes<unknown>>;
241
+ Radio: react8.FC;
242
+ Select: react8.FC;
243
+ NumberInput: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLInputElement> & react8.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react8.RefAttributes<unknown>>;
244
+ DatePicker: react8.ForwardRefExoticComponent<Partial<{
245
+ value?: Date;
246
+ onChange?: (date: Date | undefined) => void;
247
+ placeholder?: string;
248
+ } & Omit<{
249
+ value?: Date;
250
+ onChange?: (date: Date | undefined) => void;
251
+ placeholder?: string;
252
+ } & Omit<react_day_picker0.DayPickerProps & {
253
+ buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
254
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react8.RefAttributes<unknown>>;
255
+ Combobox: react8.FC;
256
+ TagsInput: typeof TagsInput;
257
+ FileUploadInline: react8.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react8.RefAttributes<unknown>>;
258
+ Separator: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react8.RefAttributes<HTMLDivElement>>, "ref"> & react8.RefAttributes<unknown>>;
259
+ Slider: react8.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react8.RefAttributes<unknown>>;
260
+ Switch: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react8.RefAttributes<HTMLButtonElement>>, "ref"> & react8.RefAttributes<unknown>>;
261
+ ArrayCards: ComposedArrayProps;
262
+ ArrayDialog: react8.FC<ArrayComponentProps>;
263
+ ArrayCollapse: react8.FC<ArrayComponentProps & {
264
+ defaultActiveKey?: Array<string | number>;
265
+ mode?: "accordion" | "multiple";
266
+ }>;
267
+ ArrayPopover: react8.FC<ArrayComponentProps>;
268
+ }, Component_6, Decorator_6>): JSX.Element;
269
+ displayName: string;
270
+ };
271
+ DateTime: {
272
+ <Decorator_7 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Radio" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_7 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Radio" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
273
+ FormItem: react8.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
274
+ children?: react8.ReactNode | undefined;
275
+ }>, "ref"> & react8.RefAttributes<unknown>>;
276
+ FormGrid: typeof FormGrid;
277
+ Row: typeof Row;
278
+ Column: typeof Column;
279
+ Input: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLInputElement> & react8.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react8.RefAttributes<unknown>>;
280
+ Textarea: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLTextAreaElement> & react8.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react8.RefAttributes<unknown>>;
281
+ Checkbox: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react8.RefAttributes<HTMLButtonElement>>, "ref"> & react8.RefAttributes<unknown>>;
282
+ Radio: react8.FC;
283
+ Select: react8.FC;
284
+ NumberInput: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLInputElement> & react8.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react8.RefAttributes<unknown>>;
285
+ DatePicker: react8.ForwardRefExoticComponent<Partial<{
286
+ value?: Date;
287
+ onChange?: (date: Date | undefined) => void;
288
+ placeholder?: string;
289
+ } & Omit<{
290
+ value?: Date;
291
+ onChange?: (date: Date | undefined) => void;
292
+ placeholder?: string;
293
+ } & Omit<react_day_picker0.DayPickerProps & {
294
+ buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
295
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react8.RefAttributes<unknown>>;
296
+ Combobox: react8.FC;
297
+ TagsInput: typeof TagsInput;
298
+ FileUploadInline: react8.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react8.RefAttributes<unknown>>;
299
+ Separator: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react8.RefAttributes<HTMLDivElement>>, "ref"> & react8.RefAttributes<unknown>>;
300
+ Slider: react8.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react8.RefAttributes<unknown>>;
301
+ Switch: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react8.RefAttributes<HTMLButtonElement>>, "ref"> & react8.RefAttributes<unknown>>;
302
+ ArrayCards: ComposedArrayProps;
303
+ ArrayDialog: react8.FC<ArrayComponentProps>;
304
+ ArrayCollapse: react8.FC<ArrayComponentProps & {
305
+ defaultActiveKey?: Array<string | number>;
306
+ mode?: "accordion" | "multiple";
307
+ }>;
308
+ ArrayPopover: react8.FC<ArrayComponentProps>;
309
+ }, Component_7, Decorator_7>): JSX.Element;
310
+ displayName: string;
311
+ };
312
+ Void: {
313
+ <Decorator_8 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Radio" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_8 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Radio" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
314
+ FormItem: react8.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
315
+ children?: react8.ReactNode | undefined;
316
+ }>, "ref"> & react8.RefAttributes<unknown>>;
317
+ FormGrid: typeof FormGrid;
318
+ Row: typeof Row;
319
+ Column: typeof Column;
320
+ Input: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLInputElement> & react8.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react8.RefAttributes<unknown>>;
321
+ Textarea: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLTextAreaElement> & react8.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react8.RefAttributes<unknown>>;
322
+ Checkbox: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react8.RefAttributes<HTMLButtonElement>>, "ref"> & react8.RefAttributes<unknown>>;
323
+ Radio: react8.FC;
324
+ Select: react8.FC;
325
+ NumberInput: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLInputElement> & react8.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react8.RefAttributes<unknown>>;
326
+ DatePicker: react8.ForwardRefExoticComponent<Partial<{
327
+ value?: Date;
328
+ onChange?: (date: Date | undefined) => void;
329
+ placeholder?: string;
330
+ } & Omit<{
331
+ value?: Date;
332
+ onChange?: (date: Date | undefined) => void;
333
+ placeholder?: string;
334
+ } & Omit<react_day_picker0.DayPickerProps & {
335
+ buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
336
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react8.RefAttributes<unknown>>;
337
+ Combobox: react8.FC;
338
+ TagsInput: typeof TagsInput;
339
+ FileUploadInline: react8.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react8.RefAttributes<unknown>>;
340
+ Separator: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react8.RefAttributes<HTMLDivElement>>, "ref"> & react8.RefAttributes<unknown>>;
341
+ Slider: react8.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react8.RefAttributes<unknown>>;
342
+ Switch: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react8.RefAttributes<HTMLButtonElement>>, "ref"> & react8.RefAttributes<unknown>>;
343
+ ArrayCards: ComposedArrayProps;
344
+ ArrayDialog: react8.FC<ArrayComponentProps>;
345
+ ArrayCollapse: react8.FC<ArrayComponentProps & {
346
+ defaultActiveKey?: Array<string | number>;
347
+ mode?: "accordion" | "multiple";
348
+ }>;
349
+ ArrayPopover: react8.FC<ArrayComponentProps>;
350
+ }, Component_8, Decorator_8>): JSX.Element;
351
+ displayName: string;
352
+ };
353
+ Number: {
354
+ <Decorator_9 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Radio" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord", Component_9 extends "FormItem" | "FormGrid" | "Row" | "Column" | "Input" | "Textarea" | "Checkbox" | "Radio" | "Select" | "NumberInput" | "DatePicker" | "Combobox" | "TagsInput" | "FileUploadInline" | "Separator" | "Slider" | "Switch" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "FormItem.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "Checkbox.$$typeof" | "NumberInput.$$typeof" | "DatePicker.$$typeof" | "FileUploadInline.$$typeof" | "Separator.$$typeof" | "Slider.$$typeof" | "Switch.$$typeof" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord">(props: _formily_react0.ISchemaTypeFieldProps<{
355
+ FormItem: react8.ForwardRefExoticComponent<Omit<Partial<FormItemProps & {
356
+ children?: react8.ReactNode | undefined;
357
+ }>, "ref"> & react8.RefAttributes<unknown>>;
358
+ FormGrid: typeof FormGrid;
359
+ Row: typeof Row;
360
+ Column: typeof Column;
361
+ Input: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLInputElement> & react8.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react8.RefAttributes<unknown>>;
362
+ Textarea: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLTextAreaElement> & react8.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react8.RefAttributes<unknown>>;
363
+ Checkbox: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react8.RefAttributes<HTMLButtonElement>>, "ref"> & react8.RefAttributes<unknown>>;
364
+ Radio: react8.FC;
365
+ Select: react8.FC;
366
+ NumberInput: react8.ForwardRefExoticComponent<Omit<Partial<react8.ClassAttributes<HTMLInputElement> & react8.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react8.RefAttributes<unknown>>;
367
+ DatePicker: react8.ForwardRefExoticComponent<Partial<{
368
+ value?: Date;
369
+ onChange?: (date: Date | undefined) => void;
370
+ placeholder?: string;
371
+ } & Omit<{
372
+ value?: Date;
373
+ onChange?: (date: Date | undefined) => void;
374
+ placeholder?: string;
375
+ } & Omit<react_day_picker0.DayPickerProps & {
376
+ buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
377
+ }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react8.RefAttributes<unknown>>;
378
+ Combobox: react8.FC;
379
+ TagsInput: typeof TagsInput;
380
+ FileUploadInline: react8.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineProps>, "ref"> & react8.RefAttributes<unknown>>;
381
+ Separator: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react8.RefAttributes<HTMLDivElement>>, "ref"> & react8.RefAttributes<unknown>>;
382
+ Slider: react8.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui0.SliderProps>, "ref"> & react8.RefAttributes<unknown>>;
383
+ Switch: react8.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react8.RefAttributes<HTMLButtonElement>>, "ref"> & react8.RefAttributes<unknown>>;
384
+ ArrayCards: ComposedArrayProps;
385
+ ArrayDialog: react8.FC<ArrayComponentProps>;
386
+ ArrayCollapse: react8.FC<ArrayComponentProps & {
387
+ defaultActiveKey?: Array<string | number>;
388
+ mode?: "accordion" | "multiple";
389
+ }>;
390
+ ArrayPopover: react8.FC<ArrayComponentProps>;
391
+ }, Component_9, Decorator_9>): JSX.Element;
392
+ displayName: string;
393
+ };
394
+ };
395
+ //#endregion
396
+ export { SchemaField };
@@ -0,0 +1 @@
1
+ import{ArrayCards as e}from"./array-cards/array-cards.js";import"./array-cards/index.js";import{ArrayCollapse as t}from"./array-collapse/array-collapse.js";import"./array-collapse/index.js";import{Checkbox as n}from"./checkbox.js";import{Column as r}from"./column.js";import{Combobox as i}from"./combobox.js";import{DatePicker as a}from"./date-picker.js";import{FileUploadInline as o}from"./file-upload-inline.js";import{FormGrid as s}from"./form-grid.js";import{FormItem as c}from"./form-item.js";import{Input as l}from"./input.js";import{NumberInput as u}from"./number-input.js";import{ConnectedRadio as d}from"./radio.js";import{Row as f}from"./row.js";import{ArrayDialog as p}from"./array-dialog/array-dialog.js";import"./array-dialog/index.js";import{ArrayPopover as m}from"./array-popover/array-popover.js";import"./array-popover/index.js";import{Select as h}from"./select.js";import{Separator as g}from"./separator.js";import{Slider as _}from"./slider.js";import{Switch as v}from"./switch.js";import{Textarea as y}from"./textarea.js";import{createSchemaField as b}from"@formily/react";import{TagsInput as x}from"@pixpilot/shadcn-ui";const S=b({components:{FormItem:c,FormGrid:s,Row:f,Column:r,Input:l,Textarea:y,Checkbox:n,Radio:d,Select:h,NumberInput:u,DatePicker:a,Combobox:i,TagsInput:x,FileUploadInline:o,Separator:g,Slider:_,Switch:v,ArrayCards:e,ArrayDialog:p,ArrayCollapse:t,ArrayPopover:m}});export{S as SchemaField};
@@ -0,0 +1 @@
1
+ const e=require(`../_virtual/rolldown_runtime.cjs`);let t=require(`@formily/react`);t=e.__toESM(t);let n=require(`@pixpilot/shadcn-ui`);n=e.__toESM(n);const r=(0,t.connect)(n.Select,(0,t.mapProps)({dataSource:`options`}));exports.Select=r;
@@ -0,0 +1,6 @@
1
+ import { FC } from "react";
2
+
3
+ //#region src/components/select.d.ts
4
+ declare const Select: FC;
5
+ //#endregion
6
+ export { Select };
@@ -0,0 +1,6 @@
1
+ import { FC } from "react";
2
+
3
+ //#region src/components/select.d.ts
4
+ declare const Select: FC;
5
+ //#endregion
6
+ export { Select };
@@ -0,0 +1 @@
1
+ import{connect as e,mapProps as t}from"@formily/react";import{Select as n}from"@pixpilot/shadcn-ui";const r=e(n,t({dataSource:`options`}));export{r as Select};
@@ -0,0 +1 @@
1
+ const e=require(`../_virtual/rolldown_runtime.cjs`);let t=require(`@formily/react`);t=e.__toESM(t);let n=require(`@pixpilot/shadcn`);n=e.__toESM(n);const r=(0,t.connect)(n.Separator);exports.Separator=r;
@@ -0,0 +1,11 @@
1
+ import * as react338 from "react";
2
+ import * as _radix_ui_react_separator8 from "@radix-ui/react-separator";
3
+
4
+ //#region src/components/separator.d.ts
5
+ /**
6
+ * Formily-connected Separator component
7
+ * A visual divider for content sections
8
+ */
9
+ declare const Separator: react338.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator8.SeparatorProps & react338.RefAttributes<HTMLDivElement>>, "ref"> & react338.RefAttributes<unknown>>;
10
+ //#endregion
11
+ export { Separator };
@@ -0,0 +1,11 @@
1
+ import * as react340 from "react";
2
+ import * as _radix_ui_react_separator8 from "@radix-ui/react-separator";
3
+
4
+ //#region src/components/separator.d.ts
5
+ /**
6
+ * Formily-connected Separator component
7
+ * A visual divider for content sections
8
+ */
9
+ declare const Separator: react340.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator8.SeparatorProps & react340.RefAttributes<HTMLDivElement>>, "ref"> & react340.RefAttributes<unknown>>;
10
+ //#endregion
11
+ export { Separator };
@@ -0,0 +1 @@
1
+ import{connect as e}from"@formily/react";import{Separator as t}from"@pixpilot/shadcn";const n=e(t);export{n as Separator};
@@ -0,0 +1 @@
1
+ const e=require(`../_virtual/rolldown_runtime.cjs`);let t=require(`@formily/react`);t=e.__toESM(t);let n=require(`@pixpilot/shadcn-ui`);n=e.__toESM(n);let r=require(`react/jsx-runtime`);r=e.__toESM(r);const i=e=>(0,r.jsx)(n.Slider,{...e,className:(0,n.cn)(`py-2`,e.className)}),a=(0,t.connect)(i,(0,t.mapProps)((e,t)=>{let n=t.value,r=typeof n==`number`?[n]:[0];return{...e,value:r,onValueChange:e=>{t.setValue(e[0])}}}));exports.Slider=a;
@@ -0,0 +1,12 @@
1
+ import * as react336 from "react";
2
+ import { SliderProps } from "@pixpilot/shadcn-ui";
3
+
4
+ //#region src/components/slider.d.ts
5
+
6
+ /**
7
+ * Formily-connected Slider component
8
+ * Range input for selecting numeric values
9
+ */
10
+ declare const Slider: react336.ForwardRefExoticComponent<Omit<Partial<SliderProps>, "ref"> & react336.RefAttributes<unknown>>;
11
+ //#endregion
12
+ export { Slider };
@@ -0,0 +1,12 @@
1
+ import * as react343 from "react";
2
+ import { SliderProps } from "@pixpilot/shadcn-ui";
3
+
4
+ //#region src/components/slider.d.ts
5
+
6
+ /**
7
+ * Formily-connected Slider component
8
+ * Range input for selecting numeric values
9
+ */
10
+ declare const Slider$1: react343.ForwardRefExoticComponent<Omit<Partial<SliderProps>, "ref"> & react343.RefAttributes<unknown>>;
11
+ //#endregion
12
+ export { Slider$1 as Slider };
@@ -0,0 +1 @@
1
+ import{connect as e,mapProps as t}from"@formily/react";import{Slider as n,cn as r}from"@pixpilot/shadcn-ui";import{jsx as i}from"react/jsx-runtime";const a=e(e=>i(n,{...e,className:r(`py-2`,e.className)}),t((e,t)=>{let n=t.value,r=typeof n==`number`?[n]:[0];return{...e,value:r,onValueChange:e=>{t.setValue(e[0])}}}));export{a as Slider};
@@ -0,0 +1 @@
1
+ const e=require(`../_virtual/rolldown_runtime.cjs`);let t=require(`@formily/react`);t=e.__toESM(t);let n=require(`@pixpilot/shadcn`);n=e.__toESM(n);const r=(0,t.connect)(n.Switch,(0,t.mapProps)({value:`checked`,onInput:`onCheckedChange`},(e,t)=>(t.decoratorProps.labelPlacement=`end`,e)));exports.Switch=r;
@@ -0,0 +1,11 @@
1
+ import * as react347 from "react";
2
+ import * as _radix_ui_react_switch8 from "@radix-ui/react-switch";
3
+
4
+ //#region src/components/switch.d.ts
5
+ /**
6
+ * Formily-connected Switch component
7
+ * Toggle switch for boolean values
8
+ */
9
+ declare const Switch: react347.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch8.SwitchProps & react347.RefAttributes<HTMLButtonElement>>, "ref"> & react347.RefAttributes<unknown>>;
10
+ //#endregion
11
+ export { Switch };
@@ -0,0 +1,11 @@
1
+ import * as react347 from "react";
2
+ import * as _radix_ui_react_switch8 from "@radix-ui/react-switch";
3
+
4
+ //#region src/components/switch.d.ts
5
+ /**
6
+ * Formily-connected Switch component
7
+ * Toggle switch for boolean values
8
+ */
9
+ declare const Switch: react347.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch8.SwitchProps & react347.RefAttributes<HTMLButtonElement>>, "ref"> & react347.RefAttributes<unknown>>;
10
+ //#endregion
11
+ export { Switch };
@@ -0,0 +1 @@
1
+ import{connect as e,mapProps as t}from"@formily/react";import{Switch as n}from"@pixpilot/shadcn";const r=e(n,t({value:`checked`,onInput:`onCheckedChange`},(e,t)=>(t.decoratorProps.labelPlacement=`end`,e)));export{r as Switch};
@@ -0,0 +1 @@
1
+ "use client";const e=require(`../_virtual/rolldown_runtime.cjs`);let t=require(`@formily/react`);t=e.__toESM(t);let n=require(`@pixpilot/shadcn-ui`);n=e.__toESM(n);const r=(0,t.connect)(n.TagsInput,(0,t.mapProps)((e,t)=>({...e,value:t.value??[]})));exports.TagsInputInLine=r;
@@ -0,0 +1,15 @@
1
+ import * as react341 from "react";
2
+ import * as _pixpilot_shadcn_ui17 from "@pixpilot/shadcn-ui";
3
+
4
+ //#region src/components/tags-input-inline.d.ts
5
+
6
+ /**
7
+ * Formily-connected TagsInputInLine component
8
+ * Automatically connects shadcn-ui TagsInputInLine to Formily field state
9
+ *
10
+ * Based on DiceUI's tags-input for inline tag editing with keyboard navigation
11
+ * and validation support.
12
+ */
13
+ declare const TagsInputInLine: react341.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui17.TagsInputProps> & react341.RefAttributes<unknown>>;
14
+ //#endregion
15
+ export { TagsInputInLine };
@@ -0,0 +1,15 @@
1
+ import * as react345 from "react";
2
+ import * as _pixpilot_shadcn_ui17 from "@pixpilot/shadcn-ui";
3
+
4
+ //#region src/components/tags-input-inline.d.ts
5
+
6
+ /**
7
+ * Formily-connected TagsInputInLine component
8
+ * Automatically connects shadcn-ui TagsInputInLine to Formily field state
9
+ *
10
+ * Based on DiceUI's tags-input for inline tag editing with keyboard navigation
11
+ * and validation support.
12
+ */
13
+ declare const TagsInputInLine: react345.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui17.TagsInputProps> & react345.RefAttributes<unknown>>;
14
+ //#endregion
15
+ export { TagsInputInLine };
@@ -0,0 +1 @@
1
+ "use client";import{connect as e,mapProps as t}from"@formily/react";import{TagsInput as n}from"@pixpilot/shadcn-ui";const r=e(n,t((e,t)=>({...e,value:t.value??[]})));export{r as TagsInputInLine};
@@ -0,0 +1 @@
1
+ const e=require(`../_virtual/rolldown_runtime.cjs`);let t=require(`@formily/react`);t=e.__toESM(t);let n=require(`@pixpilot/shadcn`);n=e.__toESM(n);const r=(0,t.connect)(n.Textarea,(0,t.mapProps)((e,t)=>({...e,value:t.value??``})));exports.Textarea=r;