@pixpilot/formily-shadcn 0.51.2 → 0.51.4

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,7 +1,7 @@
1
1
  import { FormContextStates } from "./context/form-context.js";
2
2
  import "./context/index.js";
3
3
  import React from "react";
4
- import * as react_jsx_runtime1 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
5
5
  import { Form } from "@formily/core";
6
6
 
7
7
  //#region src/components/Form.d.ts
@@ -25,6 +25,6 @@ declare function Form$1({
25
25
  onAutoSubmit,
26
26
  layout,
27
27
  settings
28
- }: IFormProps): react_jsx_runtime1.JSX.Element;
28
+ }: IFormProps): react_jsx_runtime0.JSX.Element;
29
29
  //#endregion
30
30
  export { Form$1 as Form };
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/FormGrid.d.ts
5
5
  interface IFormGridProps extends React.HTMLAttributes<HTMLDivElement> {}
@@ -7,6 +7,6 @@ declare function FormGrid({
7
7
  className,
8
8
  children,
9
9
  ...rest
10
- }: IFormGridProps): react_jsx_runtime0.JSX.Element;
10
+ }: IFormGridProps): react_jsx_runtime1.JSX.Element;
11
11
  //#endregion
12
12
  export { FormGrid };
@@ -1,4 +1,4 @@
1
- import * as react4 from "react";
1
+ import * as react7 from "react";
2
2
  import { IconPickerProps, IconProviderProps } from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/IconPicker.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: react4.ForwardRefExoticComponent<Partial<Omit<IconPickerProps, "providers"> & {
11
+ declare const IconPicker: react7.ForwardRefExoticComponent<Partial<Omit<IconPickerProps, "providers"> & {
12
12
  providers?: IconProviderProps[];
13
- }> & react4.RefAttributes<unknown>>;
13
+ }> & react7.RefAttributes<unknown>>;
14
14
  //#endregion
15
15
  export { IconPicker };
@@ -1,4 +1,4 @@
1
- import * as react6 from "react";
1
+ import * as react4 from "react";
2
2
  import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/IconToggle.d.ts
@@ -6,6 +6,6 @@ import * as _pixpilot_shadcn_ui0 from "@pixpilot/shadcn-ui";
6
6
  * Formily-connected IconToggle component
7
7
  * Toggle button with customizable icons for boolean values
8
8
  */
9
- declare const IconToggle: react6.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui0.IconToggleProps, "ref"> & react6.RefAttributes<HTMLButtonElement>>, "ref"> & react6.RefAttributes<unknown>>;
9
+ declare const IconToggle: react4.ForwardRefExoticComponent<Omit<Partial<Omit<_pixpilot_shadcn_ui0.IconToggleProps, "ref"> & react4.RefAttributes<HTMLButtonElement>>, "ref"> & react4.RefAttributes<unknown>>;
10
10
  //#endregion
11
11
  export { IconToggle };
@@ -1,5 +1,5 @@
1
1
  import { FC } from "react";
2
- import * as react_jsx_runtime3 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
3
3
  import { RadioGroup } from "@pixpilot/shadcn";
4
4
 
5
5
  //#region src/components/Radio.d.ts
@@ -15,7 +15,7 @@ type RadioProps = {
15
15
  /**
16
16
  * Radio component with options rendering
17
17
  */
18
- declare function Radio(props: RadioProps): react_jsx_runtime3.JSX.Element;
18
+ declare function Radio(props: RadioProps): react_jsx_runtime2.JSX.Element;
19
19
  declare namespace Radio {
20
20
  var displayName: string;
21
21
  }
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import * as react_jsx_runtime2 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/Row.d.ts
5
5
  interface IRowProps {
@@ -36,6 +36,6 @@ interface IRowProps {
36
36
  declare function Row({
37
37
  className,
38
38
  children
39
- }: IRowProps): react_jsx_runtime2.JSX.Element;
39
+ }: IRowProps): react_jsx_runtime3.JSX.Element;
40
40
  //#endregion
41
41
  export { Row };
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import * as _pixpilot_shadcn_ui2 from "@pixpilot/shadcn-ui";
2
+ import * as _pixpilot_shadcn_ui465 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/file-upload/FileUpload.d.ts
5
5
 
@@ -7,14 +7,14 @@ import * as _pixpilot_shadcn_ui2 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_ui2.FileUploadInlineBaseProps & {
10
+ declare const FileUpload: React.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui465.FileUploadInlineBaseProps & _pixpilot_shadcn_ui465.FileUploadRootPropsBaseProps & {
11
11
  multiple: true;
12
- value?: _pixpilot_shadcn_ui2.FileMetadata[];
13
- onChange?: _pixpilot_shadcn_ui2.OnChangeMultipleFiles;
14
- } & _pixpilot_shadcn_ui2.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui2.FileUploadInlineBaseProps & {
12
+ value?: _pixpilot_shadcn_ui465.FileMetadata[];
13
+ onChange?: _pixpilot_shadcn_ui465.OnChangeMultipleFiles;
14
+ } & _pixpilot_shadcn_ui465.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui465.FileUploadInlineBaseProps & _pixpilot_shadcn_ui465.FileUploadRootPropsBaseProps & {
15
15
  multiple?: false;
16
- value?: _pixpilot_shadcn_ui2.FileMetadata | null;
17
- onChange?: _pixpilot_shadcn_ui2.OnChangeSingleFile;
18
- } & _pixpilot_shadcn_ui2.FileUploadBaseProps>, "ref">) & React.RefAttributes<unknown>>;
16
+ value?: _pixpilot_shadcn_ui465.FileMetadata | null;
17
+ onChange?: _pixpilot_shadcn_ui465.OnChangeSingleFile;
18
+ } & _pixpilot_shadcn_ui465.FileUploadBaseProps>, "ref">) & React.RefAttributes<unknown>>;
19
19
  //#endregion
20
20
  export { FileUpload };
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import * as _pixpilot_shadcn_ui10 from "@pixpilot/shadcn-ui";
2
+ import * as _pixpilot_shadcn_ui2 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/file-upload/FileUpload.d.ts
5
5
 
@@ -7,14 +7,14 @@ import * as _pixpilot_shadcn_ui10 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$1: React.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui10.FileUploadInlineBaseProps & {
10
+ declare const FileUpload$1: React.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui2.FileUploadInlineBaseProps & _pixpilot_shadcn_ui2.FileUploadRootPropsBaseProps & {
11
11
  multiple: true;
12
- value?: _pixpilot_shadcn_ui10.FileMetadata[];
13
- onChange?: _pixpilot_shadcn_ui10.OnChangeMultipleFiles;
14
- } & _pixpilot_shadcn_ui10.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui10.FileUploadInlineBaseProps & {
12
+ value?: _pixpilot_shadcn_ui2.FileMetadata[];
13
+ onChange?: _pixpilot_shadcn_ui2.OnChangeMultipleFiles;
14
+ } & _pixpilot_shadcn_ui2.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui2.FileUploadInlineBaseProps & _pixpilot_shadcn_ui2.FileUploadRootPropsBaseProps & {
15
15
  multiple?: false;
16
- value?: _pixpilot_shadcn_ui10.FileMetadata | null;
17
- onChange?: _pixpilot_shadcn_ui10.OnChangeSingleFile;
18
- } & _pixpilot_shadcn_ui10.FileUploadBaseProps>, "ref">) & React.RefAttributes<unknown>>;
16
+ value?: _pixpilot_shadcn_ui2.FileMetadata | null;
17
+ onChange?: _pixpilot_shadcn_ui2.OnChangeSingleFile;
18
+ } & _pixpilot_shadcn_ui2.FileUploadBaseProps>, "ref">) & React.RefAttributes<unknown>>;
19
19
  //#endregion
20
20
  export { FileUpload$1 as FileUpload };
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import * as _pixpilot_shadcn_ui10 from "@pixpilot/shadcn-ui";
2
+ import * as _pixpilot_shadcn_ui476 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/file-upload/FileUploadInline.d.ts
5
5
 
@@ -7,14 +7,14 @@ import * as _pixpilot_shadcn_ui10 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_ui10.FileUploadInlineBaseProps & {
10
+ declare const FileUploadInline: React.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui476.FileUploadInlineBaseProps & _pixpilot_shadcn_ui476.FileUploadRootPropsBaseProps & {
11
11
  multiple: true;
12
- value?: _pixpilot_shadcn_ui10.FileMetadata[];
13
- onChange?: _pixpilot_shadcn_ui10.OnChangeMultipleFiles;
14
- } & _pixpilot_shadcn_ui10.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui10.FileUploadInlineBaseProps & {
12
+ value?: _pixpilot_shadcn_ui476.FileMetadata[];
13
+ onChange?: _pixpilot_shadcn_ui476.OnChangeMultipleFiles;
14
+ } & _pixpilot_shadcn_ui476.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui476.FileUploadInlineBaseProps & _pixpilot_shadcn_ui476.FileUploadRootPropsBaseProps & {
15
15
  multiple?: false;
16
- value?: _pixpilot_shadcn_ui10.FileMetadata | null;
17
- onChange?: _pixpilot_shadcn_ui10.OnChangeSingleFile;
18
- } & _pixpilot_shadcn_ui10.FileUploadBaseProps>, "ref">) & React.RefAttributes<unknown>>;
16
+ value?: _pixpilot_shadcn_ui476.FileMetadata | null;
17
+ onChange?: _pixpilot_shadcn_ui476.OnChangeSingleFile;
18
+ } & _pixpilot_shadcn_ui476.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_ui2 from "@pixpilot/shadcn-ui";
2
+ import * as _pixpilot_shadcn_ui12 from "@pixpilot/shadcn-ui";
3
3
 
4
4
  //#region src/components/file-upload/FileUploadInline.d.ts
5
5
 
@@ -7,14 +7,14 @@ import * as _pixpilot_shadcn_ui2 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$1: React.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui2.FileUploadInlineBaseProps & {
10
+ declare const FileUploadInline$1: React.ForwardRefExoticComponent<(Omit<Partial<_pixpilot_shadcn_ui12.FileUploadInlineBaseProps & _pixpilot_shadcn_ui12.FileUploadRootPropsBaseProps & {
11
11
  multiple: true;
12
- value?: _pixpilot_shadcn_ui2.FileMetadata[];
13
- onChange?: _pixpilot_shadcn_ui2.OnChangeMultipleFiles;
14
- } & _pixpilot_shadcn_ui2.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui2.FileUploadInlineBaseProps & {
12
+ value?: _pixpilot_shadcn_ui12.FileMetadata[];
13
+ onChange?: _pixpilot_shadcn_ui12.OnChangeMultipleFiles;
14
+ } & _pixpilot_shadcn_ui12.FileUploadBaseProps>, "ref"> | Omit<Partial<_pixpilot_shadcn_ui12.FileUploadInlineBaseProps & _pixpilot_shadcn_ui12.FileUploadRootPropsBaseProps & {
15
15
  multiple?: false;
16
- value?: _pixpilot_shadcn_ui2.FileMetadata | null;
17
- onChange?: _pixpilot_shadcn_ui2.OnChangeSingleFile;
18
- } & _pixpilot_shadcn_ui2.FileUploadBaseProps>, "ref">) & React.RefAttributes<unknown>>;
16
+ value?: _pixpilot_shadcn_ui12.FileMetadata | null;
17
+ onChange?: _pixpilot_shadcn_ui12.OnChangeSingleFile;
18
+ } & _pixpilot_shadcn_ui12.FileUploadBaseProps>, "ref">) & React.RefAttributes<unknown>>;
19
19
  //#endregion
20
20
  export { FileUploadInline$1 as FileUploadInline };