@pixpilot/formily-shadcn 0.6.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 (90) 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/combobox.cjs +1 -1
  18. package/dist/components/combobox.js +1 -1
  19. package/dist/components/context/form-context.d.cts +12 -6
  20. package/dist/components/context/form-context.d.ts +12 -6
  21. package/dist/components/context/index.d.cts +1 -1
  22. package/dist/components/context/index.d.ts +1 -1
  23. package/dist/components/date-picker.cjs +1 -1
  24. package/dist/components/date-picker.js +1 -1
  25. package/dist/components/file-upload/file-upload-inline.cjs +1 -0
  26. package/dist/components/file-upload/file-upload-inline.d.cts +20 -0
  27. package/dist/components/file-upload/file-upload-inline.d.ts +20 -0
  28. package/dist/components/file-upload/file-upload-inline.js +1 -0
  29. package/dist/components/file-upload/file-upload.cjs +1 -0
  30. package/dist/components/file-upload/file-upload.d.cts +20 -0
  31. package/dist/components/file-upload/file-upload.d.ts +20 -0
  32. package/dist/components/file-upload/file-upload.js +1 -0
  33. package/dist/components/file-upload/index.cjs +1 -0
  34. package/dist/components/file-upload/index.d.cts +2 -0
  35. package/dist/components/file-upload/index.d.ts +2 -0
  36. package/dist/components/file-upload/index.js +1 -0
  37. package/dist/components/file-upload/use-file-upload-feedback.cjs +3 -0
  38. package/dist/components/file-upload/use-file-upload-feedback.js +3 -0
  39. package/dist/components/form.cjs +1 -1
  40. package/dist/components/form.d.cts +1 -1
  41. package/dist/components/form.d.ts +1 -1
  42. package/dist/components/form.js +1 -1
  43. package/dist/components/icon-picker.cjs +1 -1
  44. package/dist/components/icon-picker.d.cts +2 -2
  45. package/dist/components/icon-picker.d.ts +2 -2
  46. package/dist/components/icon-picker.js +1 -1
  47. package/dist/components/json-schema-form-renderer.cjs +1 -1
  48. package/dist/components/json-schema-form-renderer.d.cts +3 -0
  49. package/dist/components/json-schema-form-renderer.d.ts +3 -0
  50. package/dist/components/json-schema-form-renderer.js +1 -1
  51. package/dist/components/number-input.d.cts +2 -2
  52. package/dist/components/number-input.d.ts +2 -2
  53. package/dist/components/rich-text-editor.cjs +1 -0
  54. package/dist/components/rich-text-editor.d.cts +6 -0
  55. package/dist/components/rich-text-editor.d.ts +6 -0
  56. package/dist/components/rich-text-editor.js +1 -0
  57. package/dist/components/schema-field-extended.cjs +1 -0
  58. package/dist/components/schema-field-extended.d.cts +630 -0
  59. package/dist/components/schema-field-extended.d.ts +630 -0
  60. package/dist/components/schema-field-extended.js +1 -0
  61. package/dist/components/schema-field.cjs +1 -1
  62. package/dist/components/schema-field.d.cts +290 -288
  63. package/dist/components/schema-field.d.ts +289 -287
  64. package/dist/components/schema-field.js +1 -1
  65. package/dist/components/select.cjs +1 -1
  66. package/dist/components/select.js +1 -1
  67. package/dist/components/separator.d.cts +3 -3
  68. package/dist/components/separator.d.ts +3 -3
  69. package/dist/components/slider.cjs +1 -1
  70. package/dist/components/slider.d.cts +2 -2
  71. package/dist/components/slider.d.ts +2 -2
  72. package/dist/components/slider.js +1 -1
  73. package/dist/components/switch.d.cts +3 -3
  74. package/dist/components/switch.d.ts +3 -3
  75. package/dist/components/tags-input-inline.cjs +1 -1
  76. package/dist/components/tags-input-inline.d.cts +3 -3
  77. package/dist/components/tags-input-inline.d.ts +3 -3
  78. package/dist/components/tags-input-inline.js +1 -1
  79. package/dist/components/textarea.d.cts +2 -2
  80. package/dist/index.cjs +1 -1
  81. package/dist/index.d.cts +7 -4
  82. package/dist/index.d.ts +7 -4
  83. package/dist/index.js +1 -1
  84. package/dist/types/form.d.cts +1 -9
  85. package/dist/types/form.d.ts +1 -9
  86. package/package.json +3 -3
  87. package/dist/components/file-upload-inline.cjs +0 -3
  88. package/dist/components/file-upload-inline.d.cts +0 -12
  89. package/dist/components/file-upload-inline.d.ts +0 -12
  90. package/dist/components/file-upload-inline.js +0 -3
@@ -5,39 +5,79 @@ 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 react14 from "react";
8
10
  import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
9
11
  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";
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" | "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
- FormGrid: typeof FormGrid;
32
- Row: typeof Row;
33
- Column: typeof Column;
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<{
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,46 +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">> & react18.RefAttributes<unknown>>;
51
- Combobox: react18.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: 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>>;
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>>;
60
98
  ArrayCards: ComposedArrayProps;
61
- ArrayDialog: react18.FC<ArrayComponentProps>;
62
- ArrayCollapse: react18.FC<ArrayComponentProps & {
99
+ ArrayDialog: react14.FC<ArrayComponentProps>;
100
+ ArrayCollapse: react14.FC<ArrayComponentProps & {
63
101
  defaultActiveKey?: Array<string | number>;
64
102
  mode?: "accordion" | "multiple";
65
103
  }>;
66
- ArrayPopover: react18.FC<ArrayComponentProps>;
67
- ObjectContainer: react18.FC<ObjectContainerProps>;
68
- Hidden: react18.ForwardRefExoticComponent<Partial<{
69
- children?: React.ReactNode;
70
- value?: string;
71
- }> & react18.RefAttributes<unknown>>;
104
+ ArrayPopover: react14.FC<ArrayComponentProps>;
105
+ ObjectContainer: react14.FC<ObjectContainerProps>;
72
106
  }, Component_1, Decorator_1>): JSX.Element;
73
107
  displayName: string;
74
108
  };
75
109
  String: {
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>>;
80
- FormGrid: typeof FormGrid;
81
- Row: typeof Row;
82
- Column: typeof Column;
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<{
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<{
90
126
  value?: Date;
91
127
  onChange?: (date: Date | undefined) => void;
92
128
  placeholder?: string;
@@ -96,46 +132,42 @@ declare const SchemaField: {
96
132
  placeholder?: string;
97
133
  } & Omit<react_day_picker0.DayPickerProps & {
98
134
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
99
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react18.RefAttributes<unknown>>;
100
- Combobox: react18.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;
101
140
  TagsInput: typeof TagsInput;
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>>;
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>>;
109
143
  ArrayCards: ComposedArrayProps;
110
- ArrayDialog: react18.FC<ArrayComponentProps>;
111
- ArrayCollapse: react18.FC<ArrayComponentProps & {
144
+ ArrayDialog: react14.FC<ArrayComponentProps>;
145
+ ArrayCollapse: react14.FC<ArrayComponentProps & {
112
146
  defaultActiveKey?: Array<string | number>;
113
147
  mode?: "accordion" | "multiple";
114
148
  }>;
115
- ArrayPopover: react18.FC<ArrayComponentProps>;
116
- ObjectContainer: react18.FC<ObjectContainerProps>;
117
- Hidden: react18.ForwardRefExoticComponent<Partial<{
118
- children?: React.ReactNode;
119
- value?: string;
120
- }> & react18.RefAttributes<unknown>>;
149
+ ArrayPopover: react14.FC<ArrayComponentProps>;
150
+ ObjectContainer: react14.FC<ObjectContainerProps>;
121
151
  }, Component_2, Decorator_2>): JSX.Element;
122
152
  displayName: string;
123
153
  };
124
154
  Object: {
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>>;
129
- FormGrid: typeof FormGrid;
130
- Row: typeof Row;
131
- Column: typeof Column;
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<{
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<{
139
171
  value?: Date;
140
172
  onChange?: (date: Date | undefined) => void;
141
173
  placeholder?: string;
@@ -145,46 +177,42 @@ declare const SchemaField: {
145
177
  placeholder?: string;
146
178
  } & Omit<react_day_picker0.DayPickerProps & {
147
179
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
148
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react18.RefAttributes<unknown>>;
149
- Combobox: react18.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;
150
185
  TagsInput: typeof TagsInput;
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>>;
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>>;
158
188
  ArrayCards: ComposedArrayProps;
159
- ArrayDialog: react18.FC<ArrayComponentProps>;
160
- ArrayCollapse: react18.FC<ArrayComponentProps & {
189
+ ArrayDialog: react14.FC<ArrayComponentProps>;
190
+ ArrayCollapse: react14.FC<ArrayComponentProps & {
161
191
  defaultActiveKey?: Array<string | number>;
162
192
  mode?: "accordion" | "multiple";
163
193
  }>;
164
- ArrayPopover: react18.FC<ArrayComponentProps>;
165
- ObjectContainer: react18.FC<ObjectContainerProps>;
166
- Hidden: react18.ForwardRefExoticComponent<Partial<{
167
- children?: React.ReactNode;
168
- value?: string;
169
- }> & react18.RefAttributes<unknown>>;
194
+ ArrayPopover: react14.FC<ArrayComponentProps>;
195
+ ObjectContainer: react14.FC<ObjectContainerProps>;
170
196
  }, Component_3, Decorator_3>): JSX.Element;
171
197
  displayName: string;
172
198
  };
173
199
  Array: {
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>>;
178
- FormGrid: typeof FormGrid;
179
- Row: typeof Row;
180
- Column: typeof Column;
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<{
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<{
188
216
  value?: Date;
189
217
  onChange?: (date: Date | undefined) => void;
190
218
  placeholder?: string;
@@ -194,46 +222,42 @@ declare const SchemaField: {
194
222
  placeholder?: string;
195
223
  } & Omit<react_day_picker0.DayPickerProps & {
196
224
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
197
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react18.RefAttributes<unknown>>;
198
- Combobox: react18.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;
199
230
  TagsInput: typeof TagsInput;
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>>;
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>>;
207
233
  ArrayCards: ComposedArrayProps;
208
- ArrayDialog: react18.FC<ArrayComponentProps>;
209
- ArrayCollapse: react18.FC<ArrayComponentProps & {
234
+ ArrayDialog: react14.FC<ArrayComponentProps>;
235
+ ArrayCollapse: react14.FC<ArrayComponentProps & {
210
236
  defaultActiveKey?: Array<string | number>;
211
237
  mode?: "accordion" | "multiple";
212
238
  }>;
213
- ArrayPopover: react18.FC<ArrayComponentProps>;
214
- ObjectContainer: react18.FC<ObjectContainerProps>;
215
- Hidden: react18.ForwardRefExoticComponent<Partial<{
216
- children?: React.ReactNode;
217
- value?: string;
218
- }> & react18.RefAttributes<unknown>>;
239
+ ArrayPopover: react14.FC<ArrayComponentProps>;
240
+ ObjectContainer: react14.FC<ObjectContainerProps>;
219
241
  }, Component_4, Decorator_4>): JSX.Element;
220
242
  displayName: string;
221
243
  };
222
244
  Boolean: {
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>>;
227
- FormGrid: typeof FormGrid;
228
- Row: typeof Row;
229
- Column: typeof Column;
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<{
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<{
237
261
  value?: Date;
238
262
  onChange?: (date: Date | undefined) => void;
239
263
  placeholder?: string;
@@ -243,46 +267,42 @@ declare const SchemaField: {
243
267
  placeholder?: string;
244
268
  } & Omit<react_day_picker0.DayPickerProps & {
245
269
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
246
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react18.RefAttributes<unknown>>;
247
- Combobox: react18.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;
248
275
  TagsInput: typeof TagsInput;
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>>;
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>>;
256
278
  ArrayCards: ComposedArrayProps;
257
- ArrayDialog: react18.FC<ArrayComponentProps>;
258
- ArrayCollapse: react18.FC<ArrayComponentProps & {
279
+ ArrayDialog: react14.FC<ArrayComponentProps>;
280
+ ArrayCollapse: react14.FC<ArrayComponentProps & {
259
281
  defaultActiveKey?: Array<string | number>;
260
282
  mode?: "accordion" | "multiple";
261
283
  }>;
262
- ArrayPopover: react18.FC<ArrayComponentProps>;
263
- ObjectContainer: react18.FC<ObjectContainerProps>;
264
- Hidden: react18.ForwardRefExoticComponent<Partial<{
265
- children?: React.ReactNode;
266
- value?: string;
267
- }> & react18.RefAttributes<unknown>>;
284
+ ArrayPopover: react14.FC<ArrayComponentProps>;
285
+ ObjectContainer: react14.FC<ObjectContainerProps>;
268
286
  }, Component_5, Decorator_5>): JSX.Element;
269
287
  displayName: string;
270
288
  };
271
289
  Date: {
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>>;
276
- FormGrid: typeof FormGrid;
277
- Row: typeof Row;
278
- Column: typeof Column;
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<{
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<{
286
306
  value?: Date;
287
307
  onChange?: (date: Date | undefined) => void;
288
308
  placeholder?: string;
@@ -292,46 +312,42 @@ declare const SchemaField: {
292
312
  placeholder?: string;
293
313
  } & Omit<react_day_picker0.DayPickerProps & {
294
314
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
295
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react18.RefAttributes<unknown>>;
296
- Combobox: react18.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;
297
320
  TagsInput: typeof TagsInput;
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>>;
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>>;
305
323
  ArrayCards: ComposedArrayProps;
306
- ArrayDialog: react18.FC<ArrayComponentProps>;
307
- ArrayCollapse: react18.FC<ArrayComponentProps & {
324
+ ArrayDialog: react14.FC<ArrayComponentProps>;
325
+ ArrayCollapse: react14.FC<ArrayComponentProps & {
308
326
  defaultActiveKey?: Array<string | number>;
309
327
  mode?: "accordion" | "multiple";
310
328
  }>;
311
- ArrayPopover: react18.FC<ArrayComponentProps>;
312
- ObjectContainer: react18.FC<ObjectContainerProps>;
313
- Hidden: react18.ForwardRefExoticComponent<Partial<{
314
- children?: React.ReactNode;
315
- value?: string;
316
- }> & react18.RefAttributes<unknown>>;
329
+ ArrayPopover: react14.FC<ArrayComponentProps>;
330
+ ObjectContainer: react14.FC<ObjectContainerProps>;
317
331
  }, Component_6, Decorator_6>): JSX.Element;
318
332
  displayName: string;
319
333
  };
320
334
  DateTime: {
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>>;
325
- FormGrid: typeof FormGrid;
326
- Row: typeof Row;
327
- Column: typeof Column;
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<{
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<{
335
351
  value?: Date;
336
352
  onChange?: (date: Date | undefined) => void;
337
353
  placeholder?: string;
@@ -341,46 +357,42 @@ declare const SchemaField: {
341
357
  placeholder?: string;
342
358
  } & Omit<react_day_picker0.DayPickerProps & {
343
359
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
344
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react18.RefAttributes<unknown>>;
345
- Combobox: react18.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;
346
365
  TagsInput: typeof TagsInput;
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>>;
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>>;
354
368
  ArrayCards: ComposedArrayProps;
355
- ArrayDialog: react18.FC<ArrayComponentProps>;
356
- ArrayCollapse: react18.FC<ArrayComponentProps & {
369
+ ArrayDialog: react14.FC<ArrayComponentProps>;
370
+ ArrayCollapse: react14.FC<ArrayComponentProps & {
357
371
  defaultActiveKey?: Array<string | number>;
358
372
  mode?: "accordion" | "multiple";
359
373
  }>;
360
- ArrayPopover: react18.FC<ArrayComponentProps>;
361
- ObjectContainer: react18.FC<ObjectContainerProps>;
362
- Hidden: react18.ForwardRefExoticComponent<Partial<{
363
- children?: React.ReactNode;
364
- value?: string;
365
- }> & react18.RefAttributes<unknown>>;
374
+ ArrayPopover: react14.FC<ArrayComponentProps>;
375
+ ObjectContainer: react14.FC<ObjectContainerProps>;
366
376
  }, Component_7, Decorator_7>): JSX.Element;
367
377
  displayName: string;
368
378
  };
369
379
  Void: {
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>>;
374
- FormGrid: typeof FormGrid;
375
- Row: typeof Row;
376
- Column: typeof Column;
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<{
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<{
384
396
  value?: Date;
385
397
  onChange?: (date: Date | undefined) => void;
386
398
  placeholder?: string;
@@ -390,46 +402,42 @@ declare const SchemaField: {
390
402
  placeholder?: string;
391
403
  } & Omit<react_day_picker0.DayPickerProps & {
392
404
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
393
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react18.RefAttributes<unknown>>;
394
- Combobox: react18.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;
395
410
  TagsInput: typeof TagsInput;
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>>;
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>>;
403
413
  ArrayCards: ComposedArrayProps;
404
- ArrayDialog: react18.FC<ArrayComponentProps>;
405
- ArrayCollapse: react18.FC<ArrayComponentProps & {
414
+ ArrayDialog: react14.FC<ArrayComponentProps>;
415
+ ArrayCollapse: react14.FC<ArrayComponentProps & {
406
416
  defaultActiveKey?: Array<string | number>;
407
417
  mode?: "accordion" | "multiple";
408
418
  }>;
409
- ArrayPopover: react18.FC<ArrayComponentProps>;
410
- ObjectContainer: react18.FC<ObjectContainerProps>;
411
- Hidden: react18.ForwardRefExoticComponent<Partial<{
412
- children?: React.ReactNode;
413
- value?: string;
414
- }> & react18.RefAttributes<unknown>>;
419
+ ArrayPopover: react14.FC<ArrayComponentProps>;
420
+ ObjectContainer: react14.FC<ObjectContainerProps>;
415
421
  }, Component_8, Decorator_8>): JSX.Element;
416
422
  displayName: string;
417
423
  };
418
424
  Number: {
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>>;
423
- FormGrid: typeof FormGrid;
424
- Row: typeof Row;
425
- Column: typeof Column;
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<{
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<{
433
441
  value?: Date;
434
442
  onChange?: (date: Date | undefined) => void;
435
443
  placeholder?: string;
@@ -439,31 +447,25 @@ declare const SchemaField: {
439
447
  placeholder?: string;
440
448
  } & Omit<react_day_picker0.DayPickerProps & {
441
449
  buttonVariant?: React.ComponentProps<typeof void 0>["variant"];
442
- }, "onSelect" | "selected" | "mode">, "onSelect" | "selected" | "mode">> & react18.RefAttributes<unknown>>;
443
- Combobox: react18.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;
444
455
  TagsInput: typeof TagsInput;
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>>;
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>>;
452
458
  ArrayCards: ComposedArrayProps;
453
- ArrayDialog: react18.FC<ArrayComponentProps>;
454
- ArrayCollapse: react18.FC<ArrayComponentProps & {
459
+ ArrayDialog: react14.FC<ArrayComponentProps>;
460
+ ArrayCollapse: react14.FC<ArrayComponentProps & {
455
461
  defaultActiveKey?: Array<string | number>;
456
462
  mode?: "accordion" | "multiple";
457
463
  }>;
458
- ArrayPopover: react18.FC<ArrayComponentProps>;
459
- ObjectContainer: react18.FC<ObjectContainerProps>;
460
- Hidden: react18.ForwardRefExoticComponent<Partial<{
461
- children?: React.ReactNode;
462
- value?: string;
463
- }> & react18.RefAttributes<unknown>>;
464
+ ArrayPopover: react14.FC<ArrayComponentProps>;
465
+ ObjectContainer: react14.FC<ObjectContainerProps>;
464
466
  }, Component_9, Decorator_9>): JSX.Element;
465
467
  displayName: string;
466
468
  };
467
469
  };
468
470
  //#endregion
469
- export { SchemaField };
471
+ export { SchemaField, basicComponents };