@pixpilot/formily-shadcn 0.11.0 → 0.11.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.
- package/dist/components/date-picker.d.cts +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.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/json-schema-form-renderer/json-schema-form-renderer.cjs +3 -3
- package/dist/components/json-schema-form-renderer/json-schema-form-renderer.js +1 -1
- package/dist/components/number-input.d.cts +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 +211 -211
- package/dist/components/schema-field/schema-field-basics.d.ts +12 -12
- package/dist/components/schema-field/schema-field-extended.d.cts +468 -468
- package/dist/components/schema-field/schema-field-extended.d.ts +221 -221
- package/dist/components/schema-field/schema-field.d.cts +259 -259
- package/dist/components/schema-field/schema-field.d.ts +34 -34
- 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.ts +2 -2
- package/dist/components/textarea.d.ts +2 -2
- package/dist/utils/transform-schema.cjs +3 -2
- package/dist/utils/transform-schema.js +3 -2
- package/package.json +4 -4
|
@@ -8,7 +8,7 @@ import { Row } from "../row.js";
|
|
|
8
8
|
import { ObjectContainerProps } from "../object-container.js";
|
|
9
9
|
import * as _formily_react23 from "@formily/react";
|
|
10
10
|
import * as react965 from "react";
|
|
11
|
-
import * as
|
|
11
|
+
import * as _pixpilot_shadcn_ui275 from "@pixpilot/shadcn-ui";
|
|
12
12
|
import * as _formily_core1 from "@formily/core";
|
|
13
13
|
import * as _radix_ui_react_checkbox22 from "@radix-ui/react-checkbox";
|
|
14
14
|
import * as _radix_ui_react_switch22 from "@radix-ui/react-switch";
|
|
@@ -60,7 +60,7 @@ declare const basicComponentRegistry: {
|
|
|
60
60
|
value?: Date;
|
|
61
61
|
onChange?: (date: Date | undefined) => void;
|
|
62
62
|
placeholder?: string;
|
|
63
|
-
} & Omit<
|
|
63
|
+
} & Omit<_pixpilot_shadcn_ui275.DatePickerProps, "onSelect" | "selected" | "mode">> & react965.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<
|
|
121
|
+
} & Omit<_pixpilot_shadcn_ui275.DatePickerProps, "onSelect" | "selected" | "mode">> & react965.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<
|
|
158
|
+
} & Omit<_pixpilot_shadcn_ui275.DatePickerProps, "onSelect" | "selected" | "mode">> & react965.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<
|
|
194
|
+
} & Omit<_pixpilot_shadcn_ui275.DatePickerProps, "onSelect" | "selected" | "mode">> & react965.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<
|
|
230
|
+
} & Omit<_pixpilot_shadcn_ui275.DatePickerProps, "onSelect" | "selected" | "mode">> & react965.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<
|
|
266
|
+
} & Omit<_pixpilot_shadcn_ui275.DatePickerProps, "onSelect" | "selected" | "mode">> & react965.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<
|
|
302
|
+
} & Omit<_pixpilot_shadcn_ui275.DatePickerProps, "onSelect" | "selected" | "mode">> & react965.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<
|
|
338
|
+
} & Omit<_pixpilot_shadcn_ui275.DatePickerProps, "onSelect" | "selected" | "mode">> & react965.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<
|
|
374
|
+
} & Omit<_pixpilot_shadcn_ui275.DatePickerProps, "onSelect" | "selected" | "mode">> & react965.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<
|
|
410
|
+
} & Omit<_pixpilot_shadcn_ui275.DatePickerProps, "onSelect" | "selected" | "mode">> & react965.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<
|
|
446
|
+
} & Omit<_pixpilot_shadcn_ui275.DatePickerProps, "onSelect" | "selected" | "mode">> & react965.RefAttributes<unknown>>;
|
|
447
447
|
Row: typeof Row;
|
|
448
448
|
Column: typeof Column;
|
|
449
449
|
FormGrid: typeof FormGrid;
|