@pixpilot/formily-shadcn 0.16.2 → 0.16.3
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.ts +2 -2
- package/dist/components/date-picker.d.cts +1 -1
- package/dist/components/date-picker.d.ts +3 -3
- package/dist/components/file-upload/file-upload-inline.d.cts +8 -8
- package/dist/components/file-upload/file-upload.d.cts +8 -8
- package/dist/components/form-grid.d.cts +2 -2
- package/dist/components/form.d.cts +2 -2
- package/dist/components/icon-picker.d.cts +3 -3
- package/dist/components/icon-picker.d.ts +3 -3
- package/dist/components/input.d.cts +2 -2
- package/dist/components/input.d.ts +2 -2
- package/dist/components/number-input.d.cts +2 -2
- package/dist/components/number-input.d.ts +2 -2
- package/dist/components/row.d.cts +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 +11 -11
- package/dist/components/schema-field/schema-field-extended.d.ts +11 -11
- package/dist/components/schema-field/schema-field.d.cts +270 -270
- package/dist/components/schema-field/schema-field.d.ts +11 -11
- package/dist/components/separator.d.ts +2 -2
- package/dist/components/slider.d.ts +2 -2
- package/dist/components/switch.d.ts +2 -2
- package/dist/components/tags-input-inline.d.ts +2 -2
- package/dist/components/textarea.d.ts +2 -2
- package/package.json +3 -3
|
@@ -63,7 +63,7 @@ declare const basicComponentRegistry: {
|
|
|
63
63
|
value?: Date;
|
|
64
64
|
onChange?: (date: Date | undefined) => void;
|
|
65
65
|
placeholder?: string;
|
|
66
|
-
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "
|
|
66
|
+
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
|
|
67
67
|
decorator: string;
|
|
68
68
|
};
|
|
69
69
|
Row: {
|
|
@@ -121,7 +121,7 @@ declare const basicComponents: {
|
|
|
121
121
|
value?: Date;
|
|
122
122
|
onChange?: (date: Date | undefined) => void;
|
|
123
123
|
placeholder?: string;
|
|
124
|
-
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "
|
|
124
|
+
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
|
|
125
125
|
Row: typeof Row;
|
|
126
126
|
Column: typeof Column;
|
|
127
127
|
FormGrid: typeof FormGrid;
|
|
@@ -158,7 +158,7 @@ declare const SchemaFieldBasics: {
|
|
|
158
158
|
value?: Date;
|
|
159
159
|
onChange?: (date: Date | undefined) => void;
|
|
160
160
|
placeholder?: string;
|
|
161
|
-
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "
|
|
161
|
+
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
|
|
162
162
|
Row: typeof Row;
|
|
163
163
|
Column: typeof Column;
|
|
164
164
|
FormGrid: typeof FormGrid;
|
|
@@ -194,7 +194,7 @@ declare const SchemaFieldBasics: {
|
|
|
194
194
|
value?: Date;
|
|
195
195
|
onChange?: (date: Date | undefined) => void;
|
|
196
196
|
placeholder?: string;
|
|
197
|
-
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "
|
|
197
|
+
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
|
|
198
198
|
Row: typeof Row;
|
|
199
199
|
Column: typeof Column;
|
|
200
200
|
FormGrid: typeof FormGrid;
|
|
@@ -230,7 +230,7 @@ declare const SchemaFieldBasics: {
|
|
|
230
230
|
value?: Date;
|
|
231
231
|
onChange?: (date: Date | undefined) => void;
|
|
232
232
|
placeholder?: string;
|
|
233
|
-
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "
|
|
233
|
+
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
|
|
234
234
|
Row: typeof Row;
|
|
235
235
|
Column: typeof Column;
|
|
236
236
|
FormGrid: typeof FormGrid;
|
|
@@ -266,7 +266,7 @@ declare const SchemaFieldBasics: {
|
|
|
266
266
|
value?: Date;
|
|
267
267
|
onChange?: (date: Date | undefined) => void;
|
|
268
268
|
placeholder?: string;
|
|
269
|
-
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "
|
|
269
|
+
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
|
|
270
270
|
Row: typeof Row;
|
|
271
271
|
Column: typeof Column;
|
|
272
272
|
FormGrid: typeof FormGrid;
|
|
@@ -302,7 +302,7 @@ declare const SchemaFieldBasics: {
|
|
|
302
302
|
value?: Date;
|
|
303
303
|
onChange?: (date: Date | undefined) => void;
|
|
304
304
|
placeholder?: string;
|
|
305
|
-
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "
|
|
305
|
+
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
|
|
306
306
|
Row: typeof Row;
|
|
307
307
|
Column: typeof Column;
|
|
308
308
|
FormGrid: typeof FormGrid;
|
|
@@ -338,7 +338,7 @@ declare const SchemaFieldBasics: {
|
|
|
338
338
|
value?: Date;
|
|
339
339
|
onChange?: (date: Date | undefined) => void;
|
|
340
340
|
placeholder?: string;
|
|
341
|
-
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "
|
|
341
|
+
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
|
|
342
342
|
Row: typeof Row;
|
|
343
343
|
Column: typeof Column;
|
|
344
344
|
FormGrid: typeof FormGrid;
|
|
@@ -374,7 +374,7 @@ declare const SchemaFieldBasics: {
|
|
|
374
374
|
value?: Date;
|
|
375
375
|
onChange?: (date: Date | undefined) => void;
|
|
376
376
|
placeholder?: string;
|
|
377
|
-
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "
|
|
377
|
+
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
|
|
378
378
|
Row: typeof Row;
|
|
379
379
|
Column: typeof Column;
|
|
380
380
|
FormGrid: typeof FormGrid;
|
|
@@ -410,7 +410,7 @@ declare const SchemaFieldBasics: {
|
|
|
410
410
|
value?: Date;
|
|
411
411
|
onChange?: (date: Date | undefined) => void;
|
|
412
412
|
placeholder?: string;
|
|
413
|
-
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "
|
|
413
|
+
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
|
|
414
414
|
Row: typeof Row;
|
|
415
415
|
Column: typeof Column;
|
|
416
416
|
FormGrid: typeof FormGrid;
|
|
@@ -446,7 +446,7 @@ declare const SchemaFieldBasics: {
|
|
|
446
446
|
value?: Date;
|
|
447
447
|
onChange?: (date: Date | undefined) => void;
|
|
448
448
|
placeholder?: string;
|
|
449
|
-
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "
|
|
449
|
+
} & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
|
|
450
450
|
Row: typeof Row;
|
|
451
451
|
Column: typeof Column;
|
|
452
452
|
FormGrid: typeof FormGrid;
|
|
@@ -120,7 +120,7 @@ declare const extendedComponentRegistry: {
|
|
|
120
120
|
value?: Date;
|
|
121
121
|
onChange?: (date: Date | undefined) => void;
|
|
122
122
|
placeholder?: string;
|
|
123
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
123
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
124
124
|
decorator: string;
|
|
125
125
|
};
|
|
126
126
|
Row: {
|
|
@@ -210,7 +210,7 @@ declare const extendedComponents: {
|
|
|
210
210
|
value?: Date;
|
|
211
211
|
onChange?: (date: Date | undefined) => void;
|
|
212
212
|
placeholder?: string;
|
|
213
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
213
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
214
214
|
Row: typeof Row;
|
|
215
215
|
Column: typeof Column;
|
|
216
216
|
FormGrid: typeof FormGrid;
|
|
@@ -275,7 +275,7 @@ declare const SchemaFieldExtended: {
|
|
|
275
275
|
value?: Date;
|
|
276
276
|
onChange?: (date: Date | undefined) => void;
|
|
277
277
|
placeholder?: string;
|
|
278
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
278
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
279
279
|
Row: typeof Row;
|
|
280
280
|
Column: typeof Column;
|
|
281
281
|
FormGrid: typeof FormGrid;
|
|
@@ -339,7 +339,7 @@ declare const SchemaFieldExtended: {
|
|
|
339
339
|
value?: Date;
|
|
340
340
|
onChange?: (date: Date | undefined) => void;
|
|
341
341
|
placeholder?: string;
|
|
342
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
342
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
343
343
|
Row: typeof Row;
|
|
344
344
|
Column: typeof Column;
|
|
345
345
|
FormGrid: typeof FormGrid;
|
|
@@ -403,7 +403,7 @@ declare const SchemaFieldExtended: {
|
|
|
403
403
|
value?: Date;
|
|
404
404
|
onChange?: (date: Date | undefined) => void;
|
|
405
405
|
placeholder?: string;
|
|
406
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
406
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
407
407
|
Row: typeof Row;
|
|
408
408
|
Column: typeof Column;
|
|
409
409
|
FormGrid: typeof FormGrid;
|
|
@@ -467,7 +467,7 @@ declare const SchemaFieldExtended: {
|
|
|
467
467
|
value?: Date;
|
|
468
468
|
onChange?: (date: Date | undefined) => void;
|
|
469
469
|
placeholder?: string;
|
|
470
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
470
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
471
471
|
Row: typeof Row;
|
|
472
472
|
Column: typeof Column;
|
|
473
473
|
FormGrid: typeof FormGrid;
|
|
@@ -531,7 +531,7 @@ declare const SchemaFieldExtended: {
|
|
|
531
531
|
value?: Date;
|
|
532
532
|
onChange?: (date: Date | undefined) => void;
|
|
533
533
|
placeholder?: string;
|
|
534
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
534
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
535
535
|
Row: typeof Row;
|
|
536
536
|
Column: typeof Column;
|
|
537
537
|
FormGrid: typeof FormGrid;
|
|
@@ -595,7 +595,7 @@ declare const SchemaFieldExtended: {
|
|
|
595
595
|
value?: Date;
|
|
596
596
|
onChange?: (date: Date | undefined) => void;
|
|
597
597
|
placeholder?: string;
|
|
598
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
598
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
599
599
|
Row: typeof Row;
|
|
600
600
|
Column: typeof Column;
|
|
601
601
|
FormGrid: typeof FormGrid;
|
|
@@ -659,7 +659,7 @@ declare const SchemaFieldExtended: {
|
|
|
659
659
|
value?: Date;
|
|
660
660
|
onChange?: (date: Date | undefined) => void;
|
|
661
661
|
placeholder?: string;
|
|
662
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
662
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
663
663
|
Row: typeof Row;
|
|
664
664
|
Column: typeof Column;
|
|
665
665
|
FormGrid: typeof FormGrid;
|
|
@@ -723,7 +723,7 @@ declare const SchemaFieldExtended: {
|
|
|
723
723
|
value?: Date;
|
|
724
724
|
onChange?: (date: Date | undefined) => void;
|
|
725
725
|
placeholder?: string;
|
|
726
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
726
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
727
727
|
Row: typeof Row;
|
|
728
728
|
Column: typeof Column;
|
|
729
729
|
FormGrid: typeof FormGrid;
|
|
@@ -787,7 +787,7 @@ declare const SchemaFieldExtended: {
|
|
|
787
787
|
value?: Date;
|
|
788
788
|
onChange?: (date: Date | undefined) => void;
|
|
789
789
|
placeholder?: string;
|
|
790
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
790
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
791
791
|
Row: typeof Row;
|
|
792
792
|
Column: typeof Column;
|
|
793
793
|
FormGrid: typeof FormGrid;
|
|
@@ -120,7 +120,7 @@ declare const extendedComponentRegistry: {
|
|
|
120
120
|
value?: Date;
|
|
121
121
|
onChange?: (date: Date | undefined) => void;
|
|
122
122
|
placeholder?: string;
|
|
123
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
123
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
124
124
|
decorator: string;
|
|
125
125
|
};
|
|
126
126
|
Row: {
|
|
@@ -210,7 +210,7 @@ declare const extendedComponents: {
|
|
|
210
210
|
value?: Date;
|
|
211
211
|
onChange?: (date: Date | undefined) => void;
|
|
212
212
|
placeholder?: string;
|
|
213
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
213
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
214
214
|
Row: typeof Row;
|
|
215
215
|
Column: typeof Column;
|
|
216
216
|
FormGrid: typeof FormGrid;
|
|
@@ -275,7 +275,7 @@ declare const SchemaFieldExtended: {
|
|
|
275
275
|
value?: Date;
|
|
276
276
|
onChange?: (date: Date | undefined) => void;
|
|
277
277
|
placeholder?: string;
|
|
278
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
278
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
279
279
|
Row: typeof Row;
|
|
280
280
|
Column: typeof Column;
|
|
281
281
|
FormGrid: typeof FormGrid;
|
|
@@ -339,7 +339,7 @@ declare const SchemaFieldExtended: {
|
|
|
339
339
|
value?: Date;
|
|
340
340
|
onChange?: (date: Date | undefined) => void;
|
|
341
341
|
placeholder?: string;
|
|
342
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
342
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
343
343
|
Row: typeof Row;
|
|
344
344
|
Column: typeof Column;
|
|
345
345
|
FormGrid: typeof FormGrid;
|
|
@@ -403,7 +403,7 @@ declare const SchemaFieldExtended: {
|
|
|
403
403
|
value?: Date;
|
|
404
404
|
onChange?: (date: Date | undefined) => void;
|
|
405
405
|
placeholder?: string;
|
|
406
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
406
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
407
407
|
Row: typeof Row;
|
|
408
408
|
Column: typeof Column;
|
|
409
409
|
FormGrid: typeof FormGrid;
|
|
@@ -467,7 +467,7 @@ declare const SchemaFieldExtended: {
|
|
|
467
467
|
value?: Date;
|
|
468
468
|
onChange?: (date: Date | undefined) => void;
|
|
469
469
|
placeholder?: string;
|
|
470
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
470
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
471
471
|
Row: typeof Row;
|
|
472
472
|
Column: typeof Column;
|
|
473
473
|
FormGrid: typeof FormGrid;
|
|
@@ -531,7 +531,7 @@ declare const SchemaFieldExtended: {
|
|
|
531
531
|
value?: Date;
|
|
532
532
|
onChange?: (date: Date | undefined) => void;
|
|
533
533
|
placeholder?: string;
|
|
534
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
534
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
535
535
|
Row: typeof Row;
|
|
536
536
|
Column: typeof Column;
|
|
537
537
|
FormGrid: typeof FormGrid;
|
|
@@ -595,7 +595,7 @@ declare const SchemaFieldExtended: {
|
|
|
595
595
|
value?: Date;
|
|
596
596
|
onChange?: (date: Date | undefined) => void;
|
|
597
597
|
placeholder?: string;
|
|
598
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
598
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
599
599
|
Row: typeof Row;
|
|
600
600
|
Column: typeof Column;
|
|
601
601
|
FormGrid: typeof FormGrid;
|
|
@@ -659,7 +659,7 @@ declare const SchemaFieldExtended: {
|
|
|
659
659
|
value?: Date;
|
|
660
660
|
onChange?: (date: Date | undefined) => void;
|
|
661
661
|
placeholder?: string;
|
|
662
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
662
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
663
663
|
Row: typeof Row;
|
|
664
664
|
Column: typeof Column;
|
|
665
665
|
FormGrid: typeof FormGrid;
|
|
@@ -723,7 +723,7 @@ declare const SchemaFieldExtended: {
|
|
|
723
723
|
value?: Date;
|
|
724
724
|
onChange?: (date: Date | undefined) => void;
|
|
725
725
|
placeholder?: string;
|
|
726
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
726
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
727
727
|
Row: typeof Row;
|
|
728
728
|
Column: typeof Column;
|
|
729
729
|
FormGrid: typeof FormGrid;
|
|
@@ -787,7 +787,7 @@ declare const SchemaFieldExtended: {
|
|
|
787
787
|
value?: Date;
|
|
788
788
|
onChange?: (date: Date | undefined) => void;
|
|
789
789
|
placeholder?: string;
|
|
790
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
790
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
791
791
|
Row: typeof Row;
|
|
792
792
|
Column: typeof Column;
|
|
793
793
|
FormGrid: typeof FormGrid;
|