@pixpilot/formily-shadcn 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/array-tags/ArrayTags.d.ts +2 -2
- package/dist/components/array-toggle-group/ArrayToggleGroup.d.ts +2 -2
- package/dist/components/column/Column.d.ts +2 -2
- package/dist/components/date-picker/DatePicker.d.cts +3 -3
- package/dist/components/dialog-item/ConnectedDialogItem.d.cts +4 -4
- package/dist/components/drawer-item/ConnectedDrawerItem.d.cts +4 -4
- package/dist/components/drawer-item/ConnectedDrawerItem.d.ts +4 -4
- package/dist/components/form/Form.d.cts +2 -2
- package/dist/components/form/Form.d.ts +2 -2
- package/dist/components/form-grid/FormGrid.d.cts +2 -2
- package/dist/components/form-grid/FormGrid.d.ts +2 -2
- package/dist/components/popover-item/ConnectedPopoverItem.d.cts +4 -4
- package/dist/components/popover-item/ConnectedPopoverItem.d.ts +4 -4
- package/dist/components/radio/Radio.d.cts +2 -2
- package/dist/components/radio/Radio.d.ts +2 -2
- package/dist/components/row/Row.d.ts +2 -2
- package/dist/components/schema-field/schema-field-basics.d.cts +373 -373
- package/dist/components/schema-field/schema-field-basics.d.ts +33 -33
- package/dist/components/schema-field/schema-field-extended.d.cts +516 -516
- package/dist/components/schema-field/schema-field-extended.d.ts +33 -33
- package/dist/components/schema-field/schema-field.d.cts +461 -461
- package/dist/components/schema-field/schema-field.d.ts +33 -33
- package/package.json +6 -6
|
@@ -29,7 +29,7 @@ import { HiddenProps } from "../hidden/Hidden.js";
|
|
|
29
29
|
import "../hidden/index.js";
|
|
30
30
|
import { SelectProps as SelectProps$1 } from "../select/Select.js";
|
|
31
31
|
import "../select/index.js";
|
|
32
|
-
import * as
|
|
32
|
+
import * as _formily_react67 from "@formily/react";
|
|
33
33
|
import { ISchema } from "@formily/react";
|
|
34
34
|
import * as react1140 from "react";
|
|
35
35
|
import * as _pixpilot_shadcn_ui329 from "@pixpilot/shadcn-ui";
|
|
@@ -78,11 +78,11 @@ declare const basicComponentRegistry: {
|
|
|
78
78
|
decorator: string;
|
|
79
79
|
};
|
|
80
80
|
ArrayTags: {
|
|
81
|
-
component: react1140.MemoExoticComponent<
|
|
81
|
+
component: react1140.MemoExoticComponent<_formily_react67.ReactFC<ArrayTagsProps>>;
|
|
82
82
|
decorator: string;
|
|
83
83
|
};
|
|
84
84
|
ArrayToggleGroup: {
|
|
85
|
-
component: react1140.MemoExoticComponent<
|
|
85
|
+
component: react1140.MemoExoticComponent<_formily_react67.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
86
86
|
decorator: string;
|
|
87
87
|
};
|
|
88
88
|
ToggleGroup: {
|
|
@@ -193,8 +193,8 @@ declare const basicComponents: {
|
|
|
193
193
|
ArrayPopover: react1140.FC<ArrayComponentProps & {
|
|
194
194
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
195
195
|
}>;
|
|
196
|
-
ArrayTags: react1140.MemoExoticComponent<
|
|
197
|
-
ArrayToggleGroup: react1140.MemoExoticComponent<
|
|
196
|
+
ArrayTags: react1140.MemoExoticComponent<_formily_react67.ReactFC<ArrayTagsProps>>;
|
|
197
|
+
ArrayToggleGroup: react1140.MemoExoticComponent<_formily_react67.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
198
198
|
ToggleGroup: react1140.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1140.RefAttributes<unknown>>;
|
|
199
199
|
Checkbox: react1140.FC<_radix_ui_react_checkbox21.CheckboxProps & react1140.RefAttributes<HTMLButtonElement>>;
|
|
200
200
|
Column: typeof Column;
|
|
@@ -230,10 +230,10 @@ declare const basicComponents: {
|
|
|
230
230
|
Textarea: react1140.FC<react1140.ClassAttributes<HTMLTextAreaElement> & react1140.TextareaHTMLAttributes<HTMLTextAreaElement>>;
|
|
231
231
|
};
|
|
232
232
|
declare const SchemaFieldBasics: {
|
|
233
|
-
<Decorator extends
|
|
233
|
+
<Decorator extends _formily_react67.JSXComponent, Component extends _formily_react67.JSXComponent>(props: _formily_react67.ISchemaFieldProps<Decorator, Component, _formily_core1.ObjectField<Decorator, Component>>): JSX.Element;
|
|
234
234
|
displayName: string;
|
|
235
235
|
Markup: {
|
|
236
|
-
<Decorator_1 extends "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "
|
|
236
|
+
<Decorator_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof", Component_1 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof">(props: _formily_react67.ISchemaMarkupFieldProps<{
|
|
237
237
|
ArrayCards: ComposedArrayProps;
|
|
238
238
|
ArrayCollapse: react1140.FC<ArrayComponentProps & {
|
|
239
239
|
defaultActiveKey?: Array<string | number>;
|
|
@@ -253,8 +253,8 @@ declare const SchemaFieldBasics: {
|
|
|
253
253
|
ArrayPopover: react1140.FC<ArrayComponentProps & {
|
|
254
254
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
255
255
|
}>;
|
|
256
|
-
ArrayTags: react1140.MemoExoticComponent<
|
|
257
|
-
ArrayToggleGroup: react1140.MemoExoticComponent<
|
|
256
|
+
ArrayTags: react1140.MemoExoticComponent<_formily_react67.ReactFC<ArrayTagsProps>>;
|
|
257
|
+
ArrayToggleGroup: react1140.MemoExoticComponent<_formily_react67.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
258
258
|
ToggleGroup: react1140.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1140.RefAttributes<unknown>>;
|
|
259
259
|
Checkbox: react1140.FC<_radix_ui_react_checkbox21.CheckboxProps & react1140.RefAttributes<HTMLButtonElement>>;
|
|
260
260
|
Column: typeof Column;
|
|
@@ -292,7 +292,7 @@ declare const SchemaFieldBasics: {
|
|
|
292
292
|
displayName: string;
|
|
293
293
|
};
|
|
294
294
|
String: {
|
|
295
|
-
<Decorator_2 extends "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "
|
|
295
|
+
<Decorator_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof", Component_2 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof">(props: _formily_react67.ISchemaTypeFieldProps<{
|
|
296
296
|
ArrayCards: ComposedArrayProps;
|
|
297
297
|
ArrayCollapse: react1140.FC<ArrayComponentProps & {
|
|
298
298
|
defaultActiveKey?: Array<string | number>;
|
|
@@ -312,8 +312,8 @@ declare const SchemaFieldBasics: {
|
|
|
312
312
|
ArrayPopover: react1140.FC<ArrayComponentProps & {
|
|
313
313
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
314
314
|
}>;
|
|
315
|
-
ArrayTags: react1140.MemoExoticComponent<
|
|
316
|
-
ArrayToggleGroup: react1140.MemoExoticComponent<
|
|
315
|
+
ArrayTags: react1140.MemoExoticComponent<_formily_react67.ReactFC<ArrayTagsProps>>;
|
|
316
|
+
ArrayToggleGroup: react1140.MemoExoticComponent<_formily_react67.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
317
317
|
ToggleGroup: react1140.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1140.RefAttributes<unknown>>;
|
|
318
318
|
Checkbox: react1140.FC<_radix_ui_react_checkbox21.CheckboxProps & react1140.RefAttributes<HTMLButtonElement>>;
|
|
319
319
|
Column: typeof Column;
|
|
@@ -351,7 +351,7 @@ declare const SchemaFieldBasics: {
|
|
|
351
351
|
displayName: string;
|
|
352
352
|
};
|
|
353
353
|
Object: {
|
|
354
|
-
<Decorator_3 extends "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "
|
|
354
|
+
<Decorator_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof", Component_3 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof">(props: _formily_react67.ISchemaTypeFieldProps<{
|
|
355
355
|
ArrayCards: ComposedArrayProps;
|
|
356
356
|
ArrayCollapse: react1140.FC<ArrayComponentProps & {
|
|
357
357
|
defaultActiveKey?: Array<string | number>;
|
|
@@ -371,8 +371,8 @@ declare const SchemaFieldBasics: {
|
|
|
371
371
|
ArrayPopover: react1140.FC<ArrayComponentProps & {
|
|
372
372
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
373
373
|
}>;
|
|
374
|
-
ArrayTags: react1140.MemoExoticComponent<
|
|
375
|
-
ArrayToggleGroup: react1140.MemoExoticComponent<
|
|
374
|
+
ArrayTags: react1140.MemoExoticComponent<_formily_react67.ReactFC<ArrayTagsProps>>;
|
|
375
|
+
ArrayToggleGroup: react1140.MemoExoticComponent<_formily_react67.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
376
376
|
ToggleGroup: react1140.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1140.RefAttributes<unknown>>;
|
|
377
377
|
Checkbox: react1140.FC<_radix_ui_react_checkbox21.CheckboxProps & react1140.RefAttributes<HTMLButtonElement>>;
|
|
378
378
|
Column: typeof Column;
|
|
@@ -410,7 +410,7 @@ declare const SchemaFieldBasics: {
|
|
|
410
410
|
displayName: string;
|
|
411
411
|
};
|
|
412
412
|
Array: {
|
|
413
|
-
<Decorator_4 extends "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "
|
|
413
|
+
<Decorator_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof", Component_4 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof">(props: _formily_react67.ISchemaTypeFieldProps<{
|
|
414
414
|
ArrayCards: ComposedArrayProps;
|
|
415
415
|
ArrayCollapse: react1140.FC<ArrayComponentProps & {
|
|
416
416
|
defaultActiveKey?: Array<string | number>;
|
|
@@ -430,8 +430,8 @@ declare const SchemaFieldBasics: {
|
|
|
430
430
|
ArrayPopover: react1140.FC<ArrayComponentProps & {
|
|
431
431
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
432
432
|
}>;
|
|
433
|
-
ArrayTags: react1140.MemoExoticComponent<
|
|
434
|
-
ArrayToggleGroup: react1140.MemoExoticComponent<
|
|
433
|
+
ArrayTags: react1140.MemoExoticComponent<_formily_react67.ReactFC<ArrayTagsProps>>;
|
|
434
|
+
ArrayToggleGroup: react1140.MemoExoticComponent<_formily_react67.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
435
435
|
ToggleGroup: react1140.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1140.RefAttributes<unknown>>;
|
|
436
436
|
Checkbox: react1140.FC<_radix_ui_react_checkbox21.CheckboxProps & react1140.RefAttributes<HTMLButtonElement>>;
|
|
437
437
|
Column: typeof Column;
|
|
@@ -469,7 +469,7 @@ declare const SchemaFieldBasics: {
|
|
|
469
469
|
displayName: string;
|
|
470
470
|
};
|
|
471
471
|
Boolean: {
|
|
472
|
-
<Decorator_5 extends "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "
|
|
472
|
+
<Decorator_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof", Component_5 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof">(props: _formily_react67.ISchemaTypeFieldProps<{
|
|
473
473
|
ArrayCards: ComposedArrayProps;
|
|
474
474
|
ArrayCollapse: react1140.FC<ArrayComponentProps & {
|
|
475
475
|
defaultActiveKey?: Array<string | number>;
|
|
@@ -489,8 +489,8 @@ declare const SchemaFieldBasics: {
|
|
|
489
489
|
ArrayPopover: react1140.FC<ArrayComponentProps & {
|
|
490
490
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
491
491
|
}>;
|
|
492
|
-
ArrayTags: react1140.MemoExoticComponent<
|
|
493
|
-
ArrayToggleGroup: react1140.MemoExoticComponent<
|
|
492
|
+
ArrayTags: react1140.MemoExoticComponent<_formily_react67.ReactFC<ArrayTagsProps>>;
|
|
493
|
+
ArrayToggleGroup: react1140.MemoExoticComponent<_formily_react67.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
494
494
|
ToggleGroup: react1140.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1140.RefAttributes<unknown>>;
|
|
495
495
|
Checkbox: react1140.FC<_radix_ui_react_checkbox21.CheckboxProps & react1140.RefAttributes<HTMLButtonElement>>;
|
|
496
496
|
Column: typeof Column;
|
|
@@ -528,7 +528,7 @@ declare const SchemaFieldBasics: {
|
|
|
528
528
|
displayName: string;
|
|
529
529
|
};
|
|
530
530
|
Date: {
|
|
531
|
-
<Decorator_6 extends "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "
|
|
531
|
+
<Decorator_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof", Component_6 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof">(props: _formily_react67.ISchemaTypeFieldProps<{
|
|
532
532
|
ArrayCards: ComposedArrayProps;
|
|
533
533
|
ArrayCollapse: react1140.FC<ArrayComponentProps & {
|
|
534
534
|
defaultActiveKey?: Array<string | number>;
|
|
@@ -548,8 +548,8 @@ declare const SchemaFieldBasics: {
|
|
|
548
548
|
ArrayPopover: react1140.FC<ArrayComponentProps & {
|
|
549
549
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
550
550
|
}>;
|
|
551
|
-
ArrayTags: react1140.MemoExoticComponent<
|
|
552
|
-
ArrayToggleGroup: react1140.MemoExoticComponent<
|
|
551
|
+
ArrayTags: react1140.MemoExoticComponent<_formily_react67.ReactFC<ArrayTagsProps>>;
|
|
552
|
+
ArrayToggleGroup: react1140.MemoExoticComponent<_formily_react67.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
553
553
|
ToggleGroup: react1140.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1140.RefAttributes<unknown>>;
|
|
554
554
|
Checkbox: react1140.FC<_radix_ui_react_checkbox21.CheckboxProps & react1140.RefAttributes<HTMLButtonElement>>;
|
|
555
555
|
Column: typeof Column;
|
|
@@ -587,7 +587,7 @@ declare const SchemaFieldBasics: {
|
|
|
587
587
|
displayName: string;
|
|
588
588
|
};
|
|
589
589
|
DateTime: {
|
|
590
|
-
<Decorator_7 extends "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "
|
|
590
|
+
<Decorator_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof", Component_7 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof">(props: _formily_react67.ISchemaTypeFieldProps<{
|
|
591
591
|
ArrayCards: ComposedArrayProps;
|
|
592
592
|
ArrayCollapse: react1140.FC<ArrayComponentProps & {
|
|
593
593
|
defaultActiveKey?: Array<string | number>;
|
|
@@ -607,8 +607,8 @@ declare const SchemaFieldBasics: {
|
|
|
607
607
|
ArrayPopover: react1140.FC<ArrayComponentProps & {
|
|
608
608
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
609
609
|
}>;
|
|
610
|
-
ArrayTags: react1140.MemoExoticComponent<
|
|
611
|
-
ArrayToggleGroup: react1140.MemoExoticComponent<
|
|
610
|
+
ArrayTags: react1140.MemoExoticComponent<_formily_react67.ReactFC<ArrayTagsProps>>;
|
|
611
|
+
ArrayToggleGroup: react1140.MemoExoticComponent<_formily_react67.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
612
612
|
ToggleGroup: react1140.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1140.RefAttributes<unknown>>;
|
|
613
613
|
Checkbox: react1140.FC<_radix_ui_react_checkbox21.CheckboxProps & react1140.RefAttributes<HTMLButtonElement>>;
|
|
614
614
|
Column: typeof Column;
|
|
@@ -646,7 +646,7 @@ declare const SchemaFieldBasics: {
|
|
|
646
646
|
displayName: string;
|
|
647
647
|
};
|
|
648
648
|
Void: {
|
|
649
|
-
<Decorator_8 extends "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "
|
|
649
|
+
<Decorator_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof", Component_8 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof">(props: _formily_react67.ISchemaTypeFieldProps<{
|
|
650
650
|
ArrayCards: ComposedArrayProps;
|
|
651
651
|
ArrayCollapse: react1140.FC<ArrayComponentProps & {
|
|
652
652
|
defaultActiveKey?: Array<string | number>;
|
|
@@ -666,8 +666,8 @@ declare const SchemaFieldBasics: {
|
|
|
666
666
|
ArrayPopover: react1140.FC<ArrayComponentProps & {
|
|
667
667
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
668
668
|
}>;
|
|
669
|
-
ArrayTags: react1140.MemoExoticComponent<
|
|
670
|
-
ArrayToggleGroup: react1140.MemoExoticComponent<
|
|
669
|
+
ArrayTags: react1140.MemoExoticComponent<_formily_react67.ReactFC<ArrayTagsProps>>;
|
|
670
|
+
ArrayToggleGroup: react1140.MemoExoticComponent<_formily_react67.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
671
671
|
ToggleGroup: react1140.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1140.RefAttributes<unknown>>;
|
|
672
672
|
Checkbox: react1140.FC<_radix_ui_react_checkbox21.CheckboxProps & react1140.RefAttributes<HTMLButtonElement>>;
|
|
673
673
|
Column: typeof Column;
|
|
@@ -705,7 +705,7 @@ declare const SchemaFieldBasics: {
|
|
|
705
705
|
displayName: string;
|
|
706
706
|
};
|
|
707
707
|
Number: {
|
|
708
|
-
<Decorator_9 extends "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "
|
|
708
|
+
<Decorator_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof", Component_9 extends "Radio" | "ArrayCards" | "FormItem" | "ArrayCollapse" | "ArrayDialog" | "ArrayDrawer" | "ArrayInline" | "ArrayPopover" | "ArrayTags" | "ArrayToggleGroup" | "ToggleGroup" | "Checkbox" | "Column" | "DatePicker" | "DialogItem" | "DrawerItem" | "PopoverItem" | "FormGrid" | "Hidden" | "IconToggle" | "ToggleButton" | "Input" | "NumberInput" | "ObjectContainer" | "Row" | "Select" | "Separator" | "Switch" | "Textarea" | "ArrayCards.useArray" | "ArrayCards.useIndex" | "ArrayCards.useRecord" | "ArrayCards.Addition" | "ArrayCards.Remove" | "ArrayCards.MoveUp" | "ArrayCards.MoveDown" | "ArrayCards.Edit" | "ArrayCards.Index" | "ArrayCards.Empty" | "ArrayCards.Copy" | "ArrayCards.Label" | "FormItem.$$typeof" | "ArrayInline.useArray" | "ArrayInline.useIndex" | "ArrayInline.useRecord" | "ArrayInline.Addition" | "ArrayInline.Remove" | "ArrayInline.MoveUp" | "ArrayInline.MoveDown" | "ArrayInline.Edit" | "ArrayInline.Index" | "ArrayInline.Empty" | "ArrayInline.Copy" | "ArrayInline.Label" | "ArrayTags.type" | "ArrayTags.$$typeof" | "ArrayToggleGroup.type" | "ArrayToggleGroup.$$typeof" | "ToggleGroup.$$typeof" | "DatePicker.$$typeof" | "DialogItem.$$typeof" | "DrawerItem.$$typeof" | "PopoverItem.$$typeof" | "Hidden.$$typeof">(props: _formily_react67.ISchemaTypeFieldProps<{
|
|
709
709
|
ArrayCards: ComposedArrayProps;
|
|
710
710
|
ArrayCollapse: react1140.FC<ArrayComponentProps & {
|
|
711
711
|
defaultActiveKey?: Array<string | number>;
|
|
@@ -725,8 +725,8 @@ declare const SchemaFieldBasics: {
|
|
|
725
725
|
ArrayPopover: react1140.FC<ArrayComponentProps & {
|
|
726
726
|
popoverProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
727
727
|
}>;
|
|
728
|
-
ArrayTags: react1140.MemoExoticComponent<
|
|
729
|
-
ArrayToggleGroup: react1140.MemoExoticComponent<
|
|
728
|
+
ArrayTags: react1140.MemoExoticComponent<_formily_react67.ReactFC<ArrayTagsProps>>;
|
|
729
|
+
ArrayToggleGroup: react1140.MemoExoticComponent<_formily_react67.ReactFC<Omit<ArrayToggleGroupProps, "ref">>>;
|
|
730
730
|
ToggleGroup: react1140.ForwardRefExoticComponent<Omit<Partial<ToggleGroupBaseProps>, "ref"> & react1140.RefAttributes<unknown>>;
|
|
731
731
|
Checkbox: react1140.FC<_radix_ui_react_checkbox21.CheckboxProps & react1140.RefAttributes<HTMLButtonElement>>;
|
|
732
732
|
Column: typeof Column;
|