@pixpilot/formily-shadcn 0.14.3 → 0.14.5
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/form-grid.d.ts +2 -2
- package/dist/components/form-item/connected-form-item.d.cts +4 -4
- package/dist/components/form.d.ts +2 -2
- package/dist/components/number-input.d.ts +2 -2
- package/dist/components/radio.d.cts +2 -2
- package/dist/components/radio.d.ts +2 -2
- package/dist/components/row.d.cts +2 -2
- package/dist/components/schema-field/schema-field-basics.d.cts +11 -11
- package/dist/components/schema-field/schema-field-basics.d.ts +226 -226
- package/dist/components/schema-field/schema-field-extended.d.cts +11 -11
- package/dist/components/schema-field/schema-field-extended.d.ts +479 -479
- package/dist/components/schema-field/schema-field.d.cts +11 -11
- package/dist/components/schema-field/schema-field.d.ts +11 -11
- package/dist/components/separator.d.ts +2 -2
- package/dist/components/slider.d.cts +2 -2
- package/dist/components/switch.d.cts +2 -2
- package/dist/components/tags-input-inline.d.cts +2 -2
- package/package.json +4 -4
|
@@ -116,7 +116,7 @@ declare const extendedComponentRegistry: {
|
|
|
116
116
|
value?: Date;
|
|
117
117
|
onChange?: (date: Date | undefined) => void;
|
|
118
118
|
placeholder?: string;
|
|
119
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
119
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
120
120
|
decorator: string;
|
|
121
121
|
};
|
|
122
122
|
Row: {
|
|
@@ -205,7 +205,7 @@ declare const extendedComponents: {
|
|
|
205
205
|
value?: Date;
|
|
206
206
|
onChange?: (date: Date | undefined) => void;
|
|
207
207
|
placeholder?: string;
|
|
208
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
208
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
209
209
|
Row: typeof Row;
|
|
210
210
|
Column: typeof Column;
|
|
211
211
|
FormGrid: typeof FormGrid;
|
|
@@ -269,7 +269,7 @@ declare const SchemaFieldExtended: {
|
|
|
269
269
|
value?: Date;
|
|
270
270
|
onChange?: (date: Date | undefined) => void;
|
|
271
271
|
placeholder?: string;
|
|
272
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
272
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
273
273
|
Row: typeof Row;
|
|
274
274
|
Column: typeof Column;
|
|
275
275
|
FormGrid: typeof FormGrid;
|
|
@@ -332,7 +332,7 @@ declare const SchemaFieldExtended: {
|
|
|
332
332
|
value?: Date;
|
|
333
333
|
onChange?: (date: Date | undefined) => void;
|
|
334
334
|
placeholder?: string;
|
|
335
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
335
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
336
336
|
Row: typeof Row;
|
|
337
337
|
Column: typeof Column;
|
|
338
338
|
FormGrid: typeof FormGrid;
|
|
@@ -395,7 +395,7 @@ declare const SchemaFieldExtended: {
|
|
|
395
395
|
value?: Date;
|
|
396
396
|
onChange?: (date: Date | undefined) => void;
|
|
397
397
|
placeholder?: string;
|
|
398
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
398
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
399
399
|
Row: typeof Row;
|
|
400
400
|
Column: typeof Column;
|
|
401
401
|
FormGrid: typeof FormGrid;
|
|
@@ -458,7 +458,7 @@ declare const SchemaFieldExtended: {
|
|
|
458
458
|
value?: Date;
|
|
459
459
|
onChange?: (date: Date | undefined) => void;
|
|
460
460
|
placeholder?: string;
|
|
461
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
461
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
462
462
|
Row: typeof Row;
|
|
463
463
|
Column: typeof Column;
|
|
464
464
|
FormGrid: typeof FormGrid;
|
|
@@ -521,7 +521,7 @@ declare const SchemaFieldExtended: {
|
|
|
521
521
|
value?: Date;
|
|
522
522
|
onChange?: (date: Date | undefined) => void;
|
|
523
523
|
placeholder?: string;
|
|
524
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
524
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
525
525
|
Row: typeof Row;
|
|
526
526
|
Column: typeof Column;
|
|
527
527
|
FormGrid: typeof FormGrid;
|
|
@@ -584,7 +584,7 @@ declare const SchemaFieldExtended: {
|
|
|
584
584
|
value?: Date;
|
|
585
585
|
onChange?: (date: Date | undefined) => void;
|
|
586
586
|
placeholder?: string;
|
|
587
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
587
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
588
588
|
Row: typeof Row;
|
|
589
589
|
Column: typeof Column;
|
|
590
590
|
FormGrid: typeof FormGrid;
|
|
@@ -647,7 +647,7 @@ declare const SchemaFieldExtended: {
|
|
|
647
647
|
value?: Date;
|
|
648
648
|
onChange?: (date: Date | undefined) => void;
|
|
649
649
|
placeholder?: string;
|
|
650
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
650
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
651
651
|
Row: typeof Row;
|
|
652
652
|
Column: typeof Column;
|
|
653
653
|
FormGrid: typeof FormGrid;
|
|
@@ -710,7 +710,7 @@ declare const SchemaFieldExtended: {
|
|
|
710
710
|
value?: Date;
|
|
711
711
|
onChange?: (date: Date | undefined) => void;
|
|
712
712
|
placeholder?: string;
|
|
713
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
713
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
714
714
|
Row: typeof Row;
|
|
715
715
|
Column: typeof Column;
|
|
716
716
|
FormGrid: typeof FormGrid;
|
|
@@ -773,7 +773,7 @@ declare const SchemaFieldExtended: {
|
|
|
773
773
|
value?: Date;
|
|
774
774
|
onChange?: (date: Date | undefined) => void;
|
|
775
775
|
placeholder?: string;
|
|
776
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
776
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
777
777
|
Row: typeof Row;
|
|
778
778
|
Column: typeof Column;
|
|
779
779
|
FormGrid: typeof FormGrid;
|