@pixpilot/formily-shadcn 0.13.0 → 0.13.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/checkbox.d.cts +2 -2
- package/dist/components/checkbox.d.ts +2 -2
- package/dist/components/column.d.cts +2 -2
- package/dist/components/date-picker.d.cts +3 -3
- package/dist/components/date-picker.d.ts +3 -3
- package/dist/components/file-upload/file-upload-inline.d.ts +8 -8
- package/dist/components/file-upload/file-upload.d.ts +8 -8
- package/dist/components/form-grid.d.ts +2 -2
- package/dist/components/form.d.cts +2 -2
- package/dist/components/form.d.ts +2 -2
- package/dist/components/icon-picker.d.ts +3 -3
- package/dist/components/input.d.ts +2 -2
- package/dist/components/number-input.d.ts +2 -2
- package/dist/components/radio.d.ts +2 -2
- package/dist/components/row.d.ts +2 -2
- package/dist/components/schema-field/schema-field-basics.d.cts +226 -226
- package/dist/components/schema-field/schema-field-basics.d.ts +11 -11
- package/dist/components/schema-field/schema-field-extended.d.cts +20 -20
- package/dist/components/schema-field/schema-field-extended.d.ts +478 -478
- package/dist/components/schema-field/schema-field.d.cts +259 -259
- package/dist/components/schema-field/schema-field.d.ts +258 -258
- package/dist/components/separator.d.ts +2 -2
- package/dist/components/slider.d.cts +2 -2
- package/dist/components/slider.d.ts +2 -2
- package/dist/components/switch.d.cts +2 -2
- package/dist/components/switch.d.ts +2 -2
- package/dist/components/tags-input-inline.d.cts +2 -2
- package/dist/components/tags-input-inline.d.ts +2 -2
- package/dist/components/textarea.d.cts +2 -2
- package/dist/components/textarea.d.ts +2 -2
- package/dist/hooks/use-label.cjs +1 -0
- package/dist/hooks/use-label.js +1 -0
- package/package.json +1 -1
|
@@ -60,7 +60,7 @@ declare const basicComponentRegistry: {
|
|
|
60
60
|
value?: Date;
|
|
61
61
|
onChange?: (date: Date | undefined) => void;
|
|
62
62
|
placeholder?: string;
|
|
63
|
-
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "
|
|
63
|
+
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "selected" | "onSelect" | "mode">> & react987.RefAttributes<unknown>>;
|
|
64
64
|
decorator: string;
|
|
65
65
|
};
|
|
66
66
|
Row: {
|
|
@@ -118,7 +118,7 @@ declare const basicComponents: {
|
|
|
118
118
|
value?: Date;
|
|
119
119
|
onChange?: (date: Date | undefined) => void;
|
|
120
120
|
placeholder?: string;
|
|
121
|
-
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "
|
|
121
|
+
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "selected" | "onSelect" | "mode">> & react987.RefAttributes<unknown>>;
|
|
122
122
|
Row: typeof Row;
|
|
123
123
|
Column: typeof Column;
|
|
124
124
|
FormGrid: typeof FormGrid;
|
|
@@ -155,7 +155,7 @@ declare const SchemaFieldBasics: {
|
|
|
155
155
|
value?: Date;
|
|
156
156
|
onChange?: (date: Date | undefined) => void;
|
|
157
157
|
placeholder?: string;
|
|
158
|
-
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "
|
|
158
|
+
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "selected" | "onSelect" | "mode">> & react987.RefAttributes<unknown>>;
|
|
159
159
|
Row: typeof Row;
|
|
160
160
|
Column: typeof Column;
|
|
161
161
|
FormGrid: typeof FormGrid;
|
|
@@ -191,7 +191,7 @@ declare const SchemaFieldBasics: {
|
|
|
191
191
|
value?: Date;
|
|
192
192
|
onChange?: (date: Date | undefined) => void;
|
|
193
193
|
placeholder?: string;
|
|
194
|
-
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "
|
|
194
|
+
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "selected" | "onSelect" | "mode">> & react987.RefAttributes<unknown>>;
|
|
195
195
|
Row: typeof Row;
|
|
196
196
|
Column: typeof Column;
|
|
197
197
|
FormGrid: typeof FormGrid;
|
|
@@ -227,7 +227,7 @@ declare const SchemaFieldBasics: {
|
|
|
227
227
|
value?: Date;
|
|
228
228
|
onChange?: (date: Date | undefined) => void;
|
|
229
229
|
placeholder?: string;
|
|
230
|
-
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "
|
|
230
|
+
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "selected" | "onSelect" | "mode">> & react987.RefAttributes<unknown>>;
|
|
231
231
|
Row: typeof Row;
|
|
232
232
|
Column: typeof Column;
|
|
233
233
|
FormGrid: typeof FormGrid;
|
|
@@ -263,7 +263,7 @@ declare const SchemaFieldBasics: {
|
|
|
263
263
|
value?: Date;
|
|
264
264
|
onChange?: (date: Date | undefined) => void;
|
|
265
265
|
placeholder?: string;
|
|
266
|
-
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "
|
|
266
|
+
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "selected" | "onSelect" | "mode">> & react987.RefAttributes<unknown>>;
|
|
267
267
|
Row: typeof Row;
|
|
268
268
|
Column: typeof Column;
|
|
269
269
|
FormGrid: typeof FormGrid;
|
|
@@ -299,7 +299,7 @@ declare const SchemaFieldBasics: {
|
|
|
299
299
|
value?: Date;
|
|
300
300
|
onChange?: (date: Date | undefined) => void;
|
|
301
301
|
placeholder?: string;
|
|
302
|
-
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "
|
|
302
|
+
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "selected" | "onSelect" | "mode">> & react987.RefAttributes<unknown>>;
|
|
303
303
|
Row: typeof Row;
|
|
304
304
|
Column: typeof Column;
|
|
305
305
|
FormGrid: typeof FormGrid;
|
|
@@ -335,7 +335,7 @@ declare const SchemaFieldBasics: {
|
|
|
335
335
|
value?: Date;
|
|
336
336
|
onChange?: (date: Date | undefined) => void;
|
|
337
337
|
placeholder?: string;
|
|
338
|
-
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "
|
|
338
|
+
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "selected" | "onSelect" | "mode">> & react987.RefAttributes<unknown>>;
|
|
339
339
|
Row: typeof Row;
|
|
340
340
|
Column: typeof Column;
|
|
341
341
|
FormGrid: typeof FormGrid;
|
|
@@ -371,7 +371,7 @@ declare const SchemaFieldBasics: {
|
|
|
371
371
|
value?: Date;
|
|
372
372
|
onChange?: (date: Date | undefined) => void;
|
|
373
373
|
placeholder?: string;
|
|
374
|
-
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "
|
|
374
|
+
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "selected" | "onSelect" | "mode">> & react987.RefAttributes<unknown>>;
|
|
375
375
|
Row: typeof Row;
|
|
376
376
|
Column: typeof Column;
|
|
377
377
|
FormGrid: typeof FormGrid;
|
|
@@ -407,7 +407,7 @@ declare const SchemaFieldBasics: {
|
|
|
407
407
|
value?: Date;
|
|
408
408
|
onChange?: (date: Date | undefined) => void;
|
|
409
409
|
placeholder?: string;
|
|
410
|
-
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "
|
|
410
|
+
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "selected" | "onSelect" | "mode">> & react987.RefAttributes<unknown>>;
|
|
411
411
|
Row: typeof Row;
|
|
412
412
|
Column: typeof Column;
|
|
413
413
|
FormGrid: typeof FormGrid;
|
|
@@ -443,7 +443,7 @@ declare const SchemaFieldBasics: {
|
|
|
443
443
|
value?: Date;
|
|
444
444
|
onChange?: (date: Date | undefined) => void;
|
|
445
445
|
placeholder?: string;
|
|
446
|
-
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "
|
|
446
|
+
} & Omit<_pixpilot_shadcn_ui302.DatePickerProps, "selected" | "onSelect" | "mode">> & react987.RefAttributes<unknown>>;
|
|
447
447
|
Row: typeof Row;
|
|
448
448
|
Column: typeof Column;
|
|
449
449
|
FormGrid: typeof FormGrid;
|
|
@@ -114,7 +114,7 @@ declare const extendedComponentRegistry: {
|
|
|
114
114
|
value?: Date;
|
|
115
115
|
onChange?: (date: Date | undefined) => void;
|
|
116
116
|
placeholder?: string;
|
|
117
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
117
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
|
|
118
118
|
decorator: string;
|
|
119
119
|
};
|
|
120
120
|
Row: {
|
|
@@ -203,7 +203,7 @@ declare const extendedComponents: {
|
|
|
203
203
|
value?: Date;
|
|
204
204
|
onChange?: (date: Date | undefined) => void;
|
|
205
205
|
placeholder?: string;
|
|
206
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
206
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
|
|
207
207
|
Row: typeof Row;
|
|
208
208
|
Column: typeof Column;
|
|
209
209
|
FormGrid: typeof FormGrid;
|
|
@@ -221,7 +221,7 @@ declare const SchemaFieldExtended: {
|
|
|
221
221
|
<Decorator extends _formily_react0.JSXComponent, Component extends _formily_react0.JSXComponent>(props: _formily_react0.ISchemaFieldProps<Decorator, Component, _formily_core0.ObjectField<Decorator, Component>>): JSX.Element;
|
|
222
222
|
displayName: string;
|
|
223
223
|
Markup: {
|
|
224
|
-
<Decorator_1 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "
|
|
224
|
+
<Decorator_1 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$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" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_1 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$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" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaMarkupFieldProps<{
|
|
225
225
|
AvatarUpload: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
|
|
226
226
|
FileUploadInline: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
|
|
227
227
|
multiple: true;
|
|
@@ -267,7 +267,7 @@ declare const SchemaFieldExtended: {
|
|
|
267
267
|
value?: Date;
|
|
268
268
|
onChange?: (date: Date | undefined) => void;
|
|
269
269
|
placeholder?: string;
|
|
270
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
270
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
|
|
271
271
|
Row: typeof Row;
|
|
272
272
|
Column: typeof Column;
|
|
273
273
|
FormGrid: typeof FormGrid;
|
|
@@ -284,7 +284,7 @@ declare const SchemaFieldExtended: {
|
|
|
284
284
|
displayName: string;
|
|
285
285
|
};
|
|
286
286
|
String: {
|
|
287
|
-
<Decorator_2 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "
|
|
287
|
+
<Decorator_2 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$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" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_2 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$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" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
288
288
|
AvatarUpload: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
|
|
289
289
|
FileUploadInline: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
|
|
290
290
|
multiple: true;
|
|
@@ -330,7 +330,7 @@ declare const SchemaFieldExtended: {
|
|
|
330
330
|
value?: Date;
|
|
331
331
|
onChange?: (date: Date | undefined) => void;
|
|
332
332
|
placeholder?: string;
|
|
333
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
333
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
|
|
334
334
|
Row: typeof Row;
|
|
335
335
|
Column: typeof Column;
|
|
336
336
|
FormGrid: typeof FormGrid;
|
|
@@ -347,7 +347,7 @@ declare const SchemaFieldExtended: {
|
|
|
347
347
|
displayName: string;
|
|
348
348
|
};
|
|
349
349
|
Object: {
|
|
350
|
-
<Decorator_3 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "
|
|
350
|
+
<Decorator_3 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$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" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_3 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$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" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
351
351
|
AvatarUpload: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
|
|
352
352
|
FileUploadInline: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
|
|
353
353
|
multiple: true;
|
|
@@ -393,7 +393,7 @@ declare const SchemaFieldExtended: {
|
|
|
393
393
|
value?: Date;
|
|
394
394
|
onChange?: (date: Date | undefined) => void;
|
|
395
395
|
placeholder?: string;
|
|
396
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
396
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
|
|
397
397
|
Row: typeof Row;
|
|
398
398
|
Column: typeof Column;
|
|
399
399
|
FormGrid: typeof FormGrid;
|
|
@@ -410,7 +410,7 @@ declare const SchemaFieldExtended: {
|
|
|
410
410
|
displayName: string;
|
|
411
411
|
};
|
|
412
412
|
Array: {
|
|
413
|
-
<Decorator_4 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "
|
|
413
|
+
<Decorator_4 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$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" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_4 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$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" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
414
414
|
AvatarUpload: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
|
|
415
415
|
FileUploadInline: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
|
|
416
416
|
multiple: true;
|
|
@@ -456,7 +456,7 @@ declare const SchemaFieldExtended: {
|
|
|
456
456
|
value?: Date;
|
|
457
457
|
onChange?: (date: Date | undefined) => void;
|
|
458
458
|
placeholder?: string;
|
|
459
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
459
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
|
|
460
460
|
Row: typeof Row;
|
|
461
461
|
Column: typeof Column;
|
|
462
462
|
FormGrid: typeof FormGrid;
|
|
@@ -473,7 +473,7 @@ declare const SchemaFieldExtended: {
|
|
|
473
473
|
displayName: string;
|
|
474
474
|
};
|
|
475
475
|
Boolean: {
|
|
476
|
-
<Decorator_5 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "
|
|
476
|
+
<Decorator_5 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$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" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_5 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$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" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
477
477
|
AvatarUpload: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
|
|
478
478
|
FileUploadInline: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
|
|
479
479
|
multiple: true;
|
|
@@ -519,7 +519,7 @@ declare const SchemaFieldExtended: {
|
|
|
519
519
|
value?: Date;
|
|
520
520
|
onChange?: (date: Date | undefined) => void;
|
|
521
521
|
placeholder?: string;
|
|
522
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
522
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
|
|
523
523
|
Row: typeof Row;
|
|
524
524
|
Column: typeof Column;
|
|
525
525
|
FormGrid: typeof FormGrid;
|
|
@@ -536,7 +536,7 @@ declare const SchemaFieldExtended: {
|
|
|
536
536
|
displayName: string;
|
|
537
537
|
};
|
|
538
538
|
Date: {
|
|
539
|
-
<Decorator_6 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "
|
|
539
|
+
<Decorator_6 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$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" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_6 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$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" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
540
540
|
AvatarUpload: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
|
|
541
541
|
FileUploadInline: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
|
|
542
542
|
multiple: true;
|
|
@@ -582,7 +582,7 @@ declare const SchemaFieldExtended: {
|
|
|
582
582
|
value?: Date;
|
|
583
583
|
onChange?: (date: Date | undefined) => void;
|
|
584
584
|
placeholder?: string;
|
|
585
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
585
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
|
|
586
586
|
Row: typeof Row;
|
|
587
587
|
Column: typeof Column;
|
|
588
588
|
FormGrid: typeof FormGrid;
|
|
@@ -599,7 +599,7 @@ declare const SchemaFieldExtended: {
|
|
|
599
599
|
displayName: string;
|
|
600
600
|
};
|
|
601
601
|
DateTime: {
|
|
602
|
-
<Decorator_7 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "
|
|
602
|
+
<Decorator_7 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$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" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_7 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$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" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
603
603
|
AvatarUpload: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
|
|
604
604
|
FileUploadInline: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
|
|
605
605
|
multiple: true;
|
|
@@ -645,7 +645,7 @@ declare const SchemaFieldExtended: {
|
|
|
645
645
|
value?: Date;
|
|
646
646
|
onChange?: (date: Date | undefined) => void;
|
|
647
647
|
placeholder?: string;
|
|
648
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
648
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
|
|
649
649
|
Row: typeof Row;
|
|
650
650
|
Column: typeof Column;
|
|
651
651
|
FormGrid: typeof FormGrid;
|
|
@@ -662,7 +662,7 @@ declare const SchemaFieldExtended: {
|
|
|
662
662
|
displayName: string;
|
|
663
663
|
};
|
|
664
664
|
Void: {
|
|
665
|
-
<Decorator_8 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "
|
|
665
|
+
<Decorator_8 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$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" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_8 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$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" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
666
666
|
AvatarUpload: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
|
|
667
667
|
FileUploadInline: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
|
|
668
668
|
multiple: true;
|
|
@@ -708,7 +708,7 @@ declare const SchemaFieldExtended: {
|
|
|
708
708
|
value?: Date;
|
|
709
709
|
onChange?: (date: Date | undefined) => void;
|
|
710
710
|
placeholder?: string;
|
|
711
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
711
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
|
|
712
712
|
Row: typeof Row;
|
|
713
713
|
Column: typeof Column;
|
|
714
714
|
FormGrid: typeof FormGrid;
|
|
@@ -725,7 +725,7 @@ declare const SchemaFieldExtended: {
|
|
|
725
725
|
displayName: string;
|
|
726
726
|
};
|
|
727
727
|
Number: {
|
|
728
|
-
<Decorator_9 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "
|
|
728
|
+
<Decorator_9 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$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" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof", Component_9 extends "Radio" | "FormItem" | "Hidden" | "Input" | "Textarea" | "NumberInput" | "Checkbox" | "Select" | "Switch" | "DatePicker" | "Row" | "Column" | "FormGrid" | "Separator" | "ArrayCards" | "ArrayDialog" | "ArrayCollapse" | "ArrayPopover" | "ObjectContainer" | "Combobox" | "TagsInput" | "TagsInputInLine" | "Slider" | "FormItem.$$typeof" | "Hidden.$$typeof" | "Input.$$typeof" | "Textarea.$$typeof" | "NumberInput.$$typeof" | "Checkbox.$$typeof" | "Switch.$$typeof" | "DatePicker.$$typeof" | "Separator.$$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" | "TagsInputInLine.$$typeof" | "Slider.$$typeof" | "AvatarUpload" | "FileUploadInline" | "IconPicker" | "FileUpload" | "RichTextEditor" | "AvatarUpload.$$typeof" | "FileUploadInline.$$typeof" | "IconPicker.$$typeof" | "FileUpload.$$typeof">(props: _formily_react0.ISchemaTypeFieldProps<{
|
|
729
729
|
AvatarUpload: react30.ForwardRefExoticComponent<Omit<Partial<_pixpilot_shadcn_ui16.AvatarUploadProps>, "ref"> & react30.RefAttributes<unknown>>;
|
|
730
730
|
FileUploadInline: react30.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui16.FileUploadInlineBaseProps & {
|
|
731
731
|
multiple: true;
|
|
@@ -771,7 +771,7 @@ declare const SchemaFieldExtended: {
|
|
|
771
771
|
value?: Date;
|
|
772
772
|
onChange?: (date: Date | undefined) => void;
|
|
773
773
|
placeholder?: string;
|
|
774
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
774
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
|
|
775
775
|
Row: typeof Row;
|
|
776
776
|
Column: typeof Column;
|
|
777
777
|
FormGrid: typeof FormGrid;
|