@pixpilot/formily-shadcn 0.13.1 → 0.13.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.ts +8 -8
- package/dist/components/file-upload/file-upload.d.ts +8 -8
- package/dist/components/form-grid.cjs +1 -1
- package/dist/components/form-grid.js +1 -1
- 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/radio.d.cts +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 +259 -259
- package/dist/components/schema-field/schema-field.d.ts +11 -11
- package/dist/components/separator.d.cts +2 -2
- 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/textarea.d.cts +2 -2
- package/dist/components/textarea.d.ts +2 -2
- package/package.json +4 -4
|
@@ -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, "onSelect" | "selected" | "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, "onSelect" | "selected" | "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, "onSelect" | "selected" | "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, "onSelect" | "selected" | "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, "onSelect" | "selected" | "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, "onSelect" | "selected" | "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, "onSelect" | "selected" | "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, "onSelect" | "selected" | "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, "onSelect" | "selected" | "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, "onSelect" | "selected" | "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, "onSelect" | "selected" | "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, "onSelect" | "selected" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
207
207
|
Row: typeof Row;
|
|
208
208
|
Column: typeof Column;
|
|
209
209
|
FormGrid: typeof FormGrid;
|
|
@@ -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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
271
271
|
Row: typeof Row;
|
|
272
272
|
Column: typeof Column;
|
|
273
273
|
FormGrid: typeof FormGrid;
|
|
@@ -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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
334
334
|
Row: typeof Row;
|
|
335
335
|
Column: typeof Column;
|
|
336
336
|
FormGrid: typeof FormGrid;
|
|
@@ -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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
397
397
|
Row: typeof Row;
|
|
398
398
|
Column: typeof Column;
|
|
399
399
|
FormGrid: typeof FormGrid;
|
|
@@ -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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
460
460
|
Row: typeof Row;
|
|
461
461
|
Column: typeof Column;
|
|
462
462
|
FormGrid: typeof FormGrid;
|
|
@@ -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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
523
523
|
Row: typeof Row;
|
|
524
524
|
Column: typeof Column;
|
|
525
525
|
FormGrid: typeof FormGrid;
|
|
@@ -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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
586
586
|
Row: typeof Row;
|
|
587
587
|
Column: typeof Column;
|
|
588
588
|
FormGrid: typeof FormGrid;
|
|
@@ -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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
649
649
|
Row: typeof Row;
|
|
650
650
|
Column: typeof Column;
|
|
651
651
|
FormGrid: typeof FormGrid;
|
|
@@ -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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
712
712
|
Row: typeof Row;
|
|
713
713
|
Column: typeof Column;
|
|
714
714
|
FormGrid: typeof FormGrid;
|
|
@@ -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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
775
775
|
Row: typeof Row;
|
|
776
776
|
Column: typeof Column;
|
|
777
777
|
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_ui49.DatePickerProps, "
|
|
117
|
+
} & Omit<_pixpilot_shadcn_ui49.DatePickerProps, "onSelect" | "selected" | "mode">> & react459.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_ui49.DatePickerProps, "
|
|
206
|
+
} & Omit<_pixpilot_shadcn_ui49.DatePickerProps, "onSelect" | "selected" | "mode">> & react459.RefAttributes<unknown>>;
|
|
207
207
|
Row: typeof Row;
|
|
208
208
|
Column: typeof Column;
|
|
209
209
|
FormGrid: typeof FormGrid;
|
|
@@ -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_ui49.DatePickerProps, "
|
|
270
|
+
} & Omit<_pixpilot_shadcn_ui49.DatePickerProps, "onSelect" | "selected" | "mode">> & react459.RefAttributes<unknown>>;
|
|
271
271
|
Row: typeof Row;
|
|
272
272
|
Column: typeof Column;
|
|
273
273
|
FormGrid: typeof FormGrid;
|
|
@@ -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_ui49.DatePickerProps, "
|
|
333
|
+
} & Omit<_pixpilot_shadcn_ui49.DatePickerProps, "onSelect" | "selected" | "mode">> & react459.RefAttributes<unknown>>;
|
|
334
334
|
Row: typeof Row;
|
|
335
335
|
Column: typeof Column;
|
|
336
336
|
FormGrid: typeof FormGrid;
|
|
@@ -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_ui49.DatePickerProps, "
|
|
396
|
+
} & Omit<_pixpilot_shadcn_ui49.DatePickerProps, "onSelect" | "selected" | "mode">> & react459.RefAttributes<unknown>>;
|
|
397
397
|
Row: typeof Row;
|
|
398
398
|
Column: typeof Column;
|
|
399
399
|
FormGrid: typeof FormGrid;
|
|
@@ -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_ui49.DatePickerProps, "
|
|
459
|
+
} & Omit<_pixpilot_shadcn_ui49.DatePickerProps, "onSelect" | "selected" | "mode">> & react459.RefAttributes<unknown>>;
|
|
460
460
|
Row: typeof Row;
|
|
461
461
|
Column: typeof Column;
|
|
462
462
|
FormGrid: typeof FormGrid;
|
|
@@ -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_ui49.DatePickerProps, "
|
|
522
|
+
} & Omit<_pixpilot_shadcn_ui49.DatePickerProps, "onSelect" | "selected" | "mode">> & react459.RefAttributes<unknown>>;
|
|
523
523
|
Row: typeof Row;
|
|
524
524
|
Column: typeof Column;
|
|
525
525
|
FormGrid: typeof FormGrid;
|
|
@@ -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_ui49.DatePickerProps, "
|
|
585
|
+
} & Omit<_pixpilot_shadcn_ui49.DatePickerProps, "onSelect" | "selected" | "mode">> & react459.RefAttributes<unknown>>;
|
|
586
586
|
Row: typeof Row;
|
|
587
587
|
Column: typeof Column;
|
|
588
588
|
FormGrid: typeof FormGrid;
|
|
@@ -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_ui49.DatePickerProps, "
|
|
648
|
+
} & Omit<_pixpilot_shadcn_ui49.DatePickerProps, "onSelect" | "selected" | "mode">> & react459.RefAttributes<unknown>>;
|
|
649
649
|
Row: typeof Row;
|
|
650
650
|
Column: typeof Column;
|
|
651
651
|
FormGrid: typeof FormGrid;
|
|
@@ -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_ui49.DatePickerProps, "
|
|
711
|
+
} & Omit<_pixpilot_shadcn_ui49.DatePickerProps, "onSelect" | "selected" | "mode">> & react459.RefAttributes<unknown>>;
|
|
712
712
|
Row: typeof Row;
|
|
713
713
|
Column: typeof Column;
|
|
714
714
|
FormGrid: typeof FormGrid;
|
|
@@ -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_ui49.DatePickerProps, "
|
|
774
|
+
} & Omit<_pixpilot_shadcn_ui49.DatePickerProps, "onSelect" | "selected" | "mode">> & react459.RefAttributes<unknown>>;
|
|
775
775
|
Row: typeof Row;
|
|
776
776
|
Column: typeof Column;
|
|
777
777
|
FormGrid: typeof FormGrid;
|