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