@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
|
@@ -80,7 +80,7 @@ declare const defaultComponentRegistry: {
|
|
|
80
80
|
value?: Date;
|
|
81
81
|
onChange?: (date: Date | undefined) => void;
|
|
82
82
|
placeholder?: string;
|
|
83
|
-
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "
|
|
83
|
+
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "onSelect" | "selected" | "mode">> & react558.RefAttributes<unknown>>;
|
|
84
84
|
decorator: string;
|
|
85
85
|
};
|
|
86
86
|
Row: {
|
|
@@ -142,7 +142,7 @@ declare const defaultComponents: {
|
|
|
142
142
|
value?: Date;
|
|
143
143
|
onChange?: (date: Date | undefined) => void;
|
|
144
144
|
placeholder?: string;
|
|
145
|
-
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "
|
|
145
|
+
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "onSelect" | "selected" | "mode">> & react558.RefAttributes<unknown>>;
|
|
146
146
|
Row: typeof Row;
|
|
147
147
|
Column: typeof Column;
|
|
148
148
|
FormGrid: typeof FormGrid;
|
|
@@ -183,7 +183,7 @@ declare const SchemaField: {
|
|
|
183
183
|
value?: Date;
|
|
184
184
|
onChange?: (date: Date | undefined) => void;
|
|
185
185
|
placeholder?: string;
|
|
186
|
-
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "
|
|
186
|
+
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "onSelect" | "selected" | "mode">> & react558.RefAttributes<unknown>>;
|
|
187
187
|
Row: typeof Row;
|
|
188
188
|
Column: typeof Column;
|
|
189
189
|
FormGrid: typeof FormGrid;
|
|
@@ -223,7 +223,7 @@ declare const SchemaField: {
|
|
|
223
223
|
value?: Date;
|
|
224
224
|
onChange?: (date: Date | undefined) => void;
|
|
225
225
|
placeholder?: string;
|
|
226
|
-
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "
|
|
226
|
+
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "onSelect" | "selected" | "mode">> & react558.RefAttributes<unknown>>;
|
|
227
227
|
Row: typeof Row;
|
|
228
228
|
Column: typeof Column;
|
|
229
229
|
FormGrid: typeof FormGrid;
|
|
@@ -263,7 +263,7 @@ declare const SchemaField: {
|
|
|
263
263
|
value?: Date;
|
|
264
264
|
onChange?: (date: Date | undefined) => void;
|
|
265
265
|
placeholder?: string;
|
|
266
|
-
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "
|
|
266
|
+
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "onSelect" | "selected" | "mode">> & react558.RefAttributes<unknown>>;
|
|
267
267
|
Row: typeof Row;
|
|
268
268
|
Column: typeof Column;
|
|
269
269
|
FormGrid: typeof FormGrid;
|
|
@@ -303,7 +303,7 @@ declare const SchemaField: {
|
|
|
303
303
|
value?: Date;
|
|
304
304
|
onChange?: (date: Date | undefined) => void;
|
|
305
305
|
placeholder?: string;
|
|
306
|
-
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "
|
|
306
|
+
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "onSelect" | "selected" | "mode">> & react558.RefAttributes<unknown>>;
|
|
307
307
|
Row: typeof Row;
|
|
308
308
|
Column: typeof Column;
|
|
309
309
|
FormGrid: typeof FormGrid;
|
|
@@ -343,7 +343,7 @@ declare const SchemaField: {
|
|
|
343
343
|
value?: Date;
|
|
344
344
|
onChange?: (date: Date | undefined) => void;
|
|
345
345
|
placeholder?: string;
|
|
346
|
-
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "
|
|
346
|
+
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "onSelect" | "selected" | "mode">> & react558.RefAttributes<unknown>>;
|
|
347
347
|
Row: typeof Row;
|
|
348
348
|
Column: typeof Column;
|
|
349
349
|
FormGrid: typeof FormGrid;
|
|
@@ -383,7 +383,7 @@ declare const SchemaField: {
|
|
|
383
383
|
value?: Date;
|
|
384
384
|
onChange?: (date: Date | undefined) => void;
|
|
385
385
|
placeholder?: string;
|
|
386
|
-
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "
|
|
386
|
+
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "onSelect" | "selected" | "mode">> & react558.RefAttributes<unknown>>;
|
|
387
387
|
Row: typeof Row;
|
|
388
388
|
Column: typeof Column;
|
|
389
389
|
FormGrid: typeof FormGrid;
|
|
@@ -423,7 +423,7 @@ declare const SchemaField: {
|
|
|
423
423
|
value?: Date;
|
|
424
424
|
onChange?: (date: Date | undefined) => void;
|
|
425
425
|
placeholder?: string;
|
|
426
|
-
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "
|
|
426
|
+
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "onSelect" | "selected" | "mode">> & react558.RefAttributes<unknown>>;
|
|
427
427
|
Row: typeof Row;
|
|
428
428
|
Column: typeof Column;
|
|
429
429
|
FormGrid: typeof FormGrid;
|
|
@@ -463,7 +463,7 @@ declare const SchemaField: {
|
|
|
463
463
|
value?: Date;
|
|
464
464
|
onChange?: (date: Date | undefined) => void;
|
|
465
465
|
placeholder?: string;
|
|
466
|
-
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "
|
|
466
|
+
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "onSelect" | "selected" | "mode">> & react558.RefAttributes<unknown>>;
|
|
467
467
|
Row: typeof Row;
|
|
468
468
|
Column: typeof Column;
|
|
469
469
|
FormGrid: typeof FormGrid;
|
|
@@ -503,7 +503,7 @@ declare const SchemaField: {
|
|
|
503
503
|
value?: Date;
|
|
504
504
|
onChange?: (date: Date | undefined) => void;
|
|
505
505
|
placeholder?: string;
|
|
506
|
-
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "
|
|
506
|
+
} & Omit<_pixpilot_shadcn_ui269.DatePickerProps, "onSelect" | "selected" | "mode">> & react558.RefAttributes<unknown>>;
|
|
507
507
|
Row: typeof Row;
|
|
508
508
|
Column: typeof Column;
|
|
509
509
|
FormGrid: typeof FormGrid;
|
|
@@ -80,7 +80,7 @@ declare const defaultComponentRegistry: {
|
|
|
80
80
|
value?: Date;
|
|
81
81
|
onChange?: (date: Date | undefined) => void;
|
|
82
82
|
placeholder?: string;
|
|
83
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
83
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
84
84
|
decorator: string;
|
|
85
85
|
};
|
|
86
86
|
Row: {
|
|
@@ -142,7 +142,7 @@ declare const defaultComponents: {
|
|
|
142
142
|
value?: Date;
|
|
143
143
|
onChange?: (date: Date | undefined) => void;
|
|
144
144
|
placeholder?: string;
|
|
145
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
145
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
146
146
|
Row: typeof Row;
|
|
147
147
|
Column: typeof Column;
|
|
148
148
|
FormGrid: typeof FormGrid;
|
|
@@ -183,7 +183,7 @@ declare const SchemaField: {
|
|
|
183
183
|
value?: Date;
|
|
184
184
|
onChange?: (date: Date | undefined) => void;
|
|
185
185
|
placeholder?: string;
|
|
186
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
186
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
187
187
|
Row: typeof Row;
|
|
188
188
|
Column: typeof Column;
|
|
189
189
|
FormGrid: typeof FormGrid;
|
|
@@ -223,7 +223,7 @@ declare const SchemaField: {
|
|
|
223
223
|
value?: Date;
|
|
224
224
|
onChange?: (date: Date | undefined) => void;
|
|
225
225
|
placeholder?: string;
|
|
226
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
226
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
227
227
|
Row: typeof Row;
|
|
228
228
|
Column: typeof Column;
|
|
229
229
|
FormGrid: typeof FormGrid;
|
|
@@ -263,7 +263,7 @@ declare const SchemaField: {
|
|
|
263
263
|
value?: Date;
|
|
264
264
|
onChange?: (date: Date | undefined) => void;
|
|
265
265
|
placeholder?: string;
|
|
266
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
266
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
267
267
|
Row: typeof Row;
|
|
268
268
|
Column: typeof Column;
|
|
269
269
|
FormGrid: typeof FormGrid;
|
|
@@ -303,7 +303,7 @@ declare const SchemaField: {
|
|
|
303
303
|
value?: Date;
|
|
304
304
|
onChange?: (date: Date | undefined) => void;
|
|
305
305
|
placeholder?: string;
|
|
306
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
306
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
307
307
|
Row: typeof Row;
|
|
308
308
|
Column: typeof Column;
|
|
309
309
|
FormGrid: typeof FormGrid;
|
|
@@ -343,7 +343,7 @@ declare const SchemaField: {
|
|
|
343
343
|
value?: Date;
|
|
344
344
|
onChange?: (date: Date | undefined) => void;
|
|
345
345
|
placeholder?: string;
|
|
346
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
346
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
347
347
|
Row: typeof Row;
|
|
348
348
|
Column: typeof Column;
|
|
349
349
|
FormGrid: typeof FormGrid;
|
|
@@ -383,7 +383,7 @@ declare const SchemaField: {
|
|
|
383
383
|
value?: Date;
|
|
384
384
|
onChange?: (date: Date | undefined) => void;
|
|
385
385
|
placeholder?: string;
|
|
386
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
386
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
387
387
|
Row: typeof Row;
|
|
388
388
|
Column: typeof Column;
|
|
389
389
|
FormGrid: typeof FormGrid;
|
|
@@ -423,7 +423,7 @@ declare const SchemaField: {
|
|
|
423
423
|
value?: Date;
|
|
424
424
|
onChange?: (date: Date | undefined) => void;
|
|
425
425
|
placeholder?: string;
|
|
426
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
426
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
427
427
|
Row: typeof Row;
|
|
428
428
|
Column: typeof Column;
|
|
429
429
|
FormGrid: typeof FormGrid;
|
|
@@ -463,7 +463,7 @@ declare const SchemaField: {
|
|
|
463
463
|
value?: Date;
|
|
464
464
|
onChange?: (date: Date | undefined) => void;
|
|
465
465
|
placeholder?: string;
|
|
466
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
466
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
467
467
|
Row: typeof Row;
|
|
468
468
|
Column: typeof Column;
|
|
469
469
|
FormGrid: typeof FormGrid;
|
|
@@ -503,7 +503,7 @@ declare const SchemaField: {
|
|
|
503
503
|
value?: Date;
|
|
504
504
|
onChange?: (date: Date | undefined) => void;
|
|
505
505
|
placeholder?: string;
|
|
506
|
-
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "
|
|
506
|
+
} & Omit<_pixpilot_shadcn_ui16.DatePickerProps, "onSelect" | "selected" | "mode">> & react30.RefAttributes<unknown>>;
|
|
507
507
|
Row: typeof Row;
|
|
508
508
|
Column: typeof Column;
|
|
509
509
|
FormGrid: typeof FormGrid;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react14 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:
|
|
9
|
+
declare const Separator: react14.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_separator0.SeparatorProps & react14.RefAttributes<HTMLDivElement>>, "ref"> & react14.RefAttributes<unknown>>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { Separator };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react19 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:
|
|
10
|
+
declare const Slider: react19.ForwardRefExoticComponent<Omit<Partial<SliderProps>, "ref"> & react19.RefAttributes<unknown>>;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { Slider };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react21 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:
|
|
9
|
+
declare const Switch: react21.ForwardRefExoticComponent<Omit<Partial<_radix_ui_react_switch0.SwitchProps & react21.RefAttributes<HTMLButtonElement>>, "ref"> & react21.RefAttributes<unknown>>;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { Switch };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react17 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:
|
|
13
|
+
declare const TagsInputInLine: react17.ForwardRefExoticComponent<Partial<_pixpilot_shadcn_ui0.TagsInputProps> & react17.RefAttributes<unknown>>;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { TagsInputInLine };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixpilot/formily-shadcn",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.14.
|
|
4
|
+
"version": "0.14.5",
|
|
5
5
|
"description": "Formily integration for shadcn/ui components",
|
|
6
6
|
"author": "m.doaie <m.doaie@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"json-schema-traverse": "^1.0.0",
|
|
41
41
|
"lucide-react": "^0.554.0",
|
|
42
42
|
"pretty-bytes": "^7.1.0",
|
|
43
|
-
"@pixpilot/shadcn": "0.
|
|
44
|
-
"@pixpilot/shadcn-ui": "0.
|
|
43
|
+
"@pixpilot/shadcn": "0.5.0",
|
|
44
|
+
"@pixpilot/shadcn-ui": "0.11.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@storybook/react": "^10.1.8",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"typescript": "^5.9.3",
|
|
57
57
|
"@internal/eslint-config": "0.3.0",
|
|
58
58
|
"@internal/prettier-config": "0.0.1",
|
|
59
|
-
"@internal/tsdown-config": "0.1.0",
|
|
60
59
|
"@internal/tsconfig": "0.1.0",
|
|
60
|
+
"@internal/tsdown-config": "0.1.0",
|
|
61
61
|
"@internal/vitest-config": "0.1.0"
|
|
62
62
|
},
|
|
63
63
|
"prettier": "@internal/prettier-config",
|