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