@pixpilot/formily-shadcn 0.16.0 → 0.16.2

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.
@@ -1,4 +1,4 @@
1
- import * as react0 from "react";
1
+ import * as react25 from "react";
2
2
  import * as _radix_ui_react_checkbox0 from "@radix-ui/react-checkbox";
3
3
 
4
4
  //#region src/components/checkbox.d.ts
@@ -6,6 +6,6 @@ import * as _radix_ui_react_checkbox0 from "@radix-ui/react-checkbox";
6
6
  * Formily-connected Checkbox component
7
7
  * Maps Formily field checked state to shadcn Checkbox
8
8
  */
9
- declare const Checkbox: react0.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react0.RefAttributes<HTMLButtonElement>>, "ref"> & react0.RefAttributes<unknown>>;
9
+ declare const Checkbox: react25.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_checkbox0.CheckboxProps & react25.RefAttributes<HTMLButtonElement>>, "ref"> & react25.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { Checkbox };
@@ -6,6 +6,6 @@ declare const DatePicker: react2.ForwardRefExoticComponent<Partial<{
6
6
  value?: Date;
7
7
  onChange?: (date: Date | undefined) => void;
8
8
  placeholder?: string;
9
- } & Omit<DatePickerProps, "onSelect" | "selected" | "mode">> & react2.RefAttributes<unknown>>;
9
+ } & Omit<DatePickerProps, "selected" | "onSelect" | "mode">> & react2.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { DatePicker };
@@ -1,11 +1,11 @@
1
- import * as react2 from "react";
1
+ import * as react0 from "react";
2
2
  import { DatePickerProps } from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/date-picker.d.ts
5
- declare const DatePicker$1: react2.ForwardRefExoticComponent<Partial<{
5
+ declare const DatePicker$1: react0.ForwardRefExoticComponent<Partial<{
6
6
  value?: Date;
7
7
  onChange?: (date: Date | undefined) => void;
8
8
  placeholder?: string;
9
- } & Omit<DatePickerProps, "onSelect" | "selected" | "mode">> & react2.RefAttributes<unknown>>;
9
+ } & Omit<DatePickerProps, "selected" | "onSelect" | "mode">> & react0.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { DatePicker$1 as DatePicker };
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
2
+ import * as _pixpilot_shadcn_ui8 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/file-upload/file-upload-inline.d.ts
5
5
 
@@ -7,14 +7,14 @@ import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
7
7
  * Formily-connected FileUploadInline component
8
8
  * Automatically connects shadcn FileUploadInline to Formily field state
9
9
  */
10
- declare const FileUploadInline: React.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineBaseProps & {
10
+ declare const FileUploadInline: React.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui8.FileUploadInlineBaseProps & {
11
11
  multiple: true;
12
- value?: _pixpilot_shadcn_ui0.FileMetadata[];
13
- onChange?: _pixpilot_shadcn_ui0.OnChangeMultipleFiles;
14
- } & _pixpilot_shadcn_ui0.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineBaseProps & {
12
+ value?: _pixpilot_shadcn_ui8.FileMetadata[];
13
+ onChange?: _pixpilot_shadcn_ui8.OnChangeMultipleFiles;
14
+ } & _pixpilot_shadcn_ui8.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui8.FileUploadInlineBaseProps & {
15
15
  multiple?: false;
16
- value?: _pixpilot_shadcn_ui0.FileMetadata | null;
17
- onChange?: _pixpilot_shadcn_ui0.OnChangeSingleFile;
18
- } & _pixpilot_shadcn_ui0.FileUploadBaseProps>, "ref">) & React.RefAttributes<unknown>>;
16
+ value?: _pixpilot_shadcn_ui8.FileMetadata | null;
17
+ onChange?: _pixpilot_shadcn_ui8.OnChangeSingleFile;
18
+ } & _pixpilot_shadcn_ui8.FileUploadBaseProps>, "ref">) & React.RefAttributes<unknown>>;
19
19
  //#endregion
20
20
  export { FileUploadInline };
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import * as _pixpilot_shadcn_ui8 from "@pixpilot/shadcn-ui";
2
+ import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/file-upload/file-upload.d.ts
5
5
 
@@ -7,14 +7,14 @@ import * as _pixpilot_shadcn_ui8 from "@pixpilot/shadcn-ui";
7
7
  * Formily-connected FileUploadInline component
8
8
  * Automatically connects shadcn FileUploadInline to Formily field state
9
9
  */
10
- declare const FileUpload: React.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui8.FileUploadInlineBaseProps & {
10
+ declare const FileUpload: React.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineBaseProps & {
11
11
  multiple: true;
12
- value?: _pixpilot_shadcn_ui8.FileMetadata[];
13
- onChange?: _pixpilot_shadcn_ui8.OnChangeMultipleFiles;
14
- } & _pixpilot_shadcn_ui8.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui8.FileUploadInlineBaseProps & {
12
+ value?: _pixpilot_shadcn_ui0.FileMetadata[];
13
+ onChange?: _pixpilot_shadcn_ui0.OnChangeMultipleFiles;
14
+ } & _pixpilot_shadcn_ui0.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui0.FileUploadInlineBaseProps & {
15
15
  multiple?: false;
16
- value?: _pixpilot_shadcn_ui8.FileMetadata | null;
17
- onChange?: _pixpilot_shadcn_ui8.OnChangeSingleFile;
18
- } & _pixpilot_shadcn_ui8.FileUploadBaseProps>, "ref">) & React.RefAttributes<unknown>>;
16
+ value?: _pixpilot_shadcn_ui0.FileMetadata | null;
17
+ onChange?: _pixpilot_shadcn_ui0.OnChangeSingleFile;
18
+ } & _pixpilot_shadcn_ui0.FileUploadBaseProps>, "ref">) & React.RefAttributes<unknown>>;
19
19
  //#endregion
20
20
  export { FileUpload };
@@ -1,4 +1,4 @@
1
- import * as react4 from "react";
1
+ import * as react5 from "react";
2
2
  import { IconPickerProps, IconProviderProps } from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/icon-picker.d.ts
@@ -8,8 +8,8 @@ import { IconPickerProps, IconProviderProps } from "@pixpilot/shadcn-ui";
8
8
  * Automatically connects to Formily field state
9
9
  * Supports both static and async icon providers
10
10
  */
11
- declare const IconPicker$1: react4.ForwardRefExoticComponent<Partial<Omit<IconPickerProps, "providers"> & {
11
+ declare const IconPicker$1: react5.ForwardRefExoticComponent<Partial<Omit<IconPickerProps, "providers"> & {
12
12
  providers?: IconProviderProps[];
13
- }> & react4.RefAttributes<unknown>>;
13
+ }> & react5.RefAttributes<unknown>>;
14
14
  //#endregion
15
15
  export { IconPicker$1 as IconPicker };
@@ -1,4 +1,4 @@
1
- import * as react6 from "react";
1
+ import * as react1 from "react";
2
2
 
3
3
  //#region src/components/input.d.ts
4
4
 
@@ -6,6 +6,6 @@ import * as react6 from "react";
6
6
  * Formily-connected Input component
7
7
  * Automatically connects shadcn Input to Formily field state
8
8
  */
9
- declare const Input: react6.ForwardRefExoticComponent<Omit<Partial<react6.ClassAttributes<HTMLInputElement> & react6.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react6.RefAttributes<unknown>>;
9
+ declare const Input: react1.ForwardRefExoticComponent<Omit<Partial<react1.ClassAttributes<HTMLInputElement> & react1.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react1.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { Input };
@@ -1,9 +1,9 @@
1
- import * as react10 from "react";
1
+ import * as react7 from "react";
2
2
 
3
3
  //#region src/components/number-input.d.ts
4
4
  /**
5
5
  * Formily-connected Number Input component
6
6
  */
7
- declare const NumberInput: react10.ForwardRefExoticComponent<Omit<Partial<react10.ClassAttributes<HTMLInputElement> & react10.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react10.RefAttributes<unknown>>;
7
+ declare const NumberInput: react7.ForwardRefExoticComponent<Omit<Partial<react7.ClassAttributes<HTMLInputElement> & react7.InputHTMLAttributes<HTMLInputElement>>, "ref"> & react7.RefAttributes<unknown>>;
8
8
  //#endregion
9
9
  export { NumberInput };
@@ -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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
66
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
124
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
161
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
197
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
233
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
269
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
305
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
341
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
377
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
413
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
449
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "mode">> & react1031.RefAttributes<unknown>>;
450
450
  Row: typeof Row;
451
451
  Column: typeof Column;
452
452
  FormGrid: typeof FormGrid;
@@ -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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
66
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
124
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
161
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
197
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
233
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
269
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
305
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
341
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
377
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
413
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react1031.RefAttributes<unknown>>;
449
+ } & Omit<_pixpilot_shadcn_ui324.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
123
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
213
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
278
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
342
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
406
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
470
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
534
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
598
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
662
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
726
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
790
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
123
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
213
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
278
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
342
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
406
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
470
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
534
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
598
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
662
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
726
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "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, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
790
+ } & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "selected" | "onSelect" | "mode">> & react30.RefAttributes<unknown>>;
791
791
  Row: typeof Row;
792
792
  Column: typeof Column;
793
793
  FormGrid: typeof FormGrid;
@@ -84,7 +84,7 @@ declare const defaultComponentRegistry: {
84
84
  value?: Date;
85
85
  onChange?: (date: Date | undefined) => void;
86
86
  placeholder?: string;
87
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
87
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
88
88
  decorator: string;
89
89
  };
90
90
  Row: {
@@ -147,7 +147,7 @@ declare const defaultComponents: {
147
147
  value?: Date;
148
148
  onChange?: (date: Date | undefined) => void;
149
149
  placeholder?: string;
150
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
150
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
151
151
  Row: typeof Row;
152
152
  Column: typeof Column;
153
153
  FormGrid: typeof FormGrid;
@@ -189,7 +189,7 @@ declare const SchemaField: {
189
189
  value?: Date;
190
190
  onChange?: (date: Date | undefined) => void;
191
191
  placeholder?: string;
192
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
192
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
193
193
  Row: typeof Row;
194
194
  Column: typeof Column;
195
195
  FormGrid: typeof FormGrid;
@@ -230,7 +230,7 @@ declare const SchemaField: {
230
230
  value?: Date;
231
231
  onChange?: (date: Date | undefined) => void;
232
232
  placeholder?: string;
233
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
233
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
234
234
  Row: typeof Row;
235
235
  Column: typeof Column;
236
236
  FormGrid: typeof FormGrid;
@@ -271,7 +271,7 @@ declare const SchemaField: {
271
271
  value?: Date;
272
272
  onChange?: (date: Date | undefined) => void;
273
273
  placeholder?: string;
274
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
274
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
275
275
  Row: typeof Row;
276
276
  Column: typeof Column;
277
277
  FormGrid: typeof FormGrid;
@@ -312,7 +312,7 @@ declare const SchemaField: {
312
312
  value?: Date;
313
313
  onChange?: (date: Date | undefined) => void;
314
314
  placeholder?: string;
315
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
315
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
316
316
  Row: typeof Row;
317
317
  Column: typeof Column;
318
318
  FormGrid: typeof FormGrid;
@@ -353,7 +353,7 @@ declare const SchemaField: {
353
353
  value?: Date;
354
354
  onChange?: (date: Date | undefined) => void;
355
355
  placeholder?: string;
356
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
356
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
357
357
  Row: typeof Row;
358
358
  Column: typeof Column;
359
359
  FormGrid: typeof FormGrid;
@@ -394,7 +394,7 @@ declare const SchemaField: {
394
394
  value?: Date;
395
395
  onChange?: (date: Date | undefined) => void;
396
396
  placeholder?: string;
397
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
397
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
398
398
  Row: typeof Row;
399
399
  Column: typeof Column;
400
400
  FormGrid: typeof FormGrid;
@@ -435,7 +435,7 @@ declare const SchemaField: {
435
435
  value?: Date;
436
436
  onChange?: (date: Date | undefined) => void;
437
437
  placeholder?: string;
438
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
438
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
439
439
  Row: typeof Row;
440
440
  Column: typeof Column;
441
441
  FormGrid: typeof FormGrid;
@@ -476,7 +476,7 @@ declare const SchemaField: {
476
476
  value?: Date;
477
477
  onChange?: (date: Date | undefined) => void;
478
478
  placeholder?: string;
479
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
479
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
480
480
  Row: typeof Row;
481
481
  Column: typeof Column;
482
482
  FormGrid: typeof FormGrid;
@@ -517,7 +517,7 @@ declare const SchemaField: {
517
517
  value?: Date;
518
518
  onChange?: (date: Date | undefined) => void;
519
519
  placeholder?: string;
520
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
520
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
521
521
  Row: typeof Row;
522
522
  Column: typeof Column;
523
523
  FormGrid: typeof FormGrid;
@@ -84,7 +84,7 @@ declare const defaultComponentRegistry: {
84
84
  value?: Date;
85
85
  onChange?: (date: Date | undefined) => void;
86
86
  placeholder?: string;
87
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
87
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
88
88
  decorator: string;
89
89
  };
90
90
  Row: {
@@ -147,7 +147,7 @@ declare const defaultComponents: {
147
147
  value?: Date;
148
148
  onChange?: (date: Date | undefined) => void;
149
149
  placeholder?: string;
150
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
150
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
151
151
  Row: typeof Row;
152
152
  Column: typeof Column;
153
153
  FormGrid: typeof FormGrid;
@@ -189,7 +189,7 @@ declare const SchemaField: {
189
189
  value?: Date;
190
190
  onChange?: (date: Date | undefined) => void;
191
191
  placeholder?: string;
192
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
192
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
193
193
  Row: typeof Row;
194
194
  Column: typeof Column;
195
195
  FormGrid: typeof FormGrid;
@@ -230,7 +230,7 @@ declare const SchemaField: {
230
230
  value?: Date;
231
231
  onChange?: (date: Date | undefined) => void;
232
232
  placeholder?: string;
233
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
233
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
234
234
  Row: typeof Row;
235
235
  Column: typeof Column;
236
236
  FormGrid: typeof FormGrid;
@@ -271,7 +271,7 @@ declare const SchemaField: {
271
271
  value?: Date;
272
272
  onChange?: (date: Date | undefined) => void;
273
273
  placeholder?: string;
274
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
274
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
275
275
  Row: typeof Row;
276
276
  Column: typeof Column;
277
277
  FormGrid: typeof FormGrid;
@@ -312,7 +312,7 @@ declare const SchemaField: {
312
312
  value?: Date;
313
313
  onChange?: (date: Date | undefined) => void;
314
314
  placeholder?: string;
315
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
315
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
316
316
  Row: typeof Row;
317
317
  Column: typeof Column;
318
318
  FormGrid: typeof FormGrid;
@@ -353,7 +353,7 @@ declare const SchemaField: {
353
353
  value?: Date;
354
354
  onChange?: (date: Date | undefined) => void;
355
355
  placeholder?: string;
356
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
356
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
357
357
  Row: typeof Row;
358
358
  Column: typeof Column;
359
359
  FormGrid: typeof FormGrid;
@@ -394,7 +394,7 @@ declare const SchemaField: {
394
394
  value?: Date;
395
395
  onChange?: (date: Date | undefined) => void;
396
396
  placeholder?: string;
397
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
397
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
398
398
  Row: typeof Row;
399
399
  Column: typeof Column;
400
400
  FormGrid: typeof FormGrid;
@@ -435,7 +435,7 @@ declare const SchemaField: {
435
435
  value?: Date;
436
436
  onChange?: (date: Date | undefined) => void;
437
437
  placeholder?: string;
438
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
438
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
439
439
  Row: typeof Row;
440
440
  Column: typeof Column;
441
441
  FormGrid: typeof FormGrid;
@@ -476,7 +476,7 @@ declare const SchemaField: {
476
476
  value?: Date;
477
477
  onChange?: (date: Date | undefined) => void;
478
478
  placeholder?: string;
479
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
479
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
480
480
  Row: typeof Row;
481
481
  Column: typeof Column;
482
482
  FormGrid: typeof FormGrid;
@@ -517,7 +517,7 @@ declare const SchemaField: {
517
517
  value?: Date;
518
518
  onChange?: (date: Date | undefined) => void;
519
519
  placeholder?: string;
520
- } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "onSelect" | "selected" | "mode">> & react580.RefAttributes<unknown>>;
520
+ } & Omit<_pixpilot_shadcn_ui280.DatePickerProps, "selected" | "onSelect" | "mode">> & react580.RefAttributes<unknown>>;
521
521
  Row: typeof Row;
522
522
  Column: typeof Column;
523
523
  FormGrid: typeof FormGrid;
@@ -1,4 +1,4 @@
1
- import * as react14 from "react";
1
+ import * as react11 from "react";
2
2
  import * as _radix_ui_react_separator0 from "@radix-ui/react-separator";
3
3
 
4
4
  //#region src/components/separator.d.ts
@@ -6,6 +6,6 @@ import * as _radix_ui_react_separator0 from "@radix-ui/react-separator";
6
6
  * Formily-connected Separator component
7
7
  * A visual divider for content sections
8
8
  */
9
- declare const Separator: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react14.RefAttributes<HTMLDivElement>>, "ref"> & react14.RefAttributes<unknown>>;
9
+ declare const Separator: react11.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react11.RefAttributes<HTMLDivElement>>, "ref"> & react11.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { Separator };
@@ -1,4 +1,4 @@
1
- import * as react17 from "react";
1
+ import * as react20 from "react";
2
2
  import { SliderProps } from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/slider.d.ts
@@ -7,6 +7,6 @@ import { SliderProps } from "@pixpilot/shadcn-ui";
7
7
  * Formily-connected Slider component
8
8
  * Range input for selecting numeric values
9
9
  */
10
- declare const Slider: react17.ForwardRefExoticComponent<Omit<Partial<SliderProps>, "ref"> & react17.RefAttributes<unknown>>;
10
+ declare const Slider: react20.ForwardRefExoticComponent<Omit<Partial<SliderProps>, "ref"> & react20.RefAttributes<unknown>>;
11
11
  //#endregion
12
12
  export { Slider };
@@ -1,4 +1,4 @@
1
- import * as react17 from "react";
1
+ import * as react14 from "react";
2
2
  import { SliderProps } from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/slider.d.ts
@@ -7,6 +7,6 @@ import { SliderProps } from "@pixpilot/shadcn-ui";
7
7
  * Formily-connected Slider component
8
8
  * Range input for selecting numeric values
9
9
  */
10
- declare const Slider$1: react17.ForwardRefExoticComponent<Omit<Partial<SliderProps>, "ref"> & react17.RefAttributes<unknown>>;
10
+ declare const Slider$1: react14.ForwardRefExoticComponent<Omit<Partial<SliderProps>, "ref"> & react14.RefAttributes<unknown>>;
11
11
  //#endregion
12
12
  export { Slider$1 as Slider };
@@ -1,4 +1,4 @@
1
- import * as react19 from "react";
1
+ import * as react17 from "react";
2
2
  import * as _radix_ui_react_switch0 from "@radix-ui/react-switch";
3
3
 
4
4
  //#region src/components/switch.d.ts
@@ -6,6 +6,6 @@ import * as _radix_ui_react_switch0 from "@radix-ui/react-switch";
6
6
  * Formily-connected Switch component
7
7
  * Toggle switch for boolean values
8
8
  */
9
- declare const Switch: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
9
+ declare const Switch: react17.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react17.RefAttributes<HTMLButtonElement>>, "ref"> & react17.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { Switch };
@@ -1,4 +1,4 @@
1
- import * as react19 from "react";
1
+ import * as react16 from "react";
2
2
  import * as _radix_ui_react_switch0 from "@radix-ui/react-switch";
3
3
 
4
4
  //#region src/components/switch.d.ts
@@ -6,6 +6,6 @@ import * as _radix_ui_react_switch0 from "@radix-ui/react-switch";
6
6
  * Formily-connected Switch component
7
7
  * Toggle switch for boolean values
8
8
  */
9
- declare const Switch: react19.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react19.RefAttributes<HTMLButtonElement>>, "ref"> & react19.RefAttributes<unknown>>;
9
+ declare const Switch: react16.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react16.RefAttributes<HTMLButtonElement>>, "ref"> & react16.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { Switch };
@@ -1,4 +1,4 @@
1
- import * as react22 from "react";
1
+ import * as react19 from "react";
2
2
  import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/tags-input-inline.d.ts
@@ -10,6 +10,6 @@ import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
10
10
  * Based on DiceUI's tags-input for inline tag editing with keyboard navigation
11
11
  * and validation support.
12
12
  */
13
- declare const TagsInputInLine: react22.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui0.TagsInputProps> & react22.RefAttributes<unknown>>;
13
+ declare const TagsInputInLine: react19.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui0.TagsInputProps> & react19.RefAttributes<unknown>>;
14
14
  //#endregion
15
15
  export { TagsInputInLine };
@@ -1,9 +1,9 @@
1
- import * as react24 from "react";
1
+ import * as react21 from "react";
2
2
 
3
3
  //#region src/components/textarea.d.ts
4
4
  /**
5
5
  * Formily-connected Textarea component
6
6
  */
7
- declare const Textarea: react24.ForwardRefExoticComponent<Omit<Partial<react24.ClassAttributes<HTMLTextAreaElement> & react24.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react24.RefAttributes<unknown>>;
7
+ declare const Textarea: react21.ForwardRefExoticComponent<Omit<Partial<react21.ClassAttributes<HTMLTextAreaElement> & react21.TextareaHTMLAttributes<HTMLTextAreaElement>>, "ref"> & react21.RefAttributes<unknown>>;
8
8
  //#endregion
9
9
  export { Textarea };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pixpilot/formily-shadcn",
3
3
  "type": "module",
4
- "version": "0.16.0",
4
+ "version": "0.16.2",
5
5
  "description": "Formily integration for shadcn/ui components",
6
6
  "author": "m.doaie <m.doaie@hotmail.com>",
7
7
  "license": "MIT",
@@ -38,13 +38,13 @@
38
38
  "@pixpilot/env": "^0.2.2",
39
39
  "@pixpilot/string": "^2.3.0",
40
40
  "json-schema-traverse": "^1.0.0",
41
- "lucide-react": "^0.554.0",
41
+ "lucide-react": "^0.562.0",
42
42
  "pretty-bytes": "^7.1.0",
43
- "@pixpilot/shadcn": "0.5.0",
44
- "@pixpilot/shadcn-ui": "0.14.0"
43
+ "@pixpilot/shadcn": "0.6.0",
44
+ "@pixpilot/shadcn-ui": "0.15.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@storybook/react": "^10.1.8",
47
+ "@storybook/react": "^8.6.14",
48
48
  "@testing-library/react": "^16.3.0",
49
49
  "@types/node": "^22.19.3",
50
50
  "@types/react": "^19.2.7",