@pisell/materials 1.0.471 → 1.0.472

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,2 +1,5 @@
1
- declare const useJsonPrefixPath: () => (string | number)[];
1
+ declare const useJsonPrefixPath: () => {
2
+ path: (string | number)[];
3
+ level: number;
4
+ };
2
5
  export default useJsonPrefixPath;
@@ -12,5 +12,12 @@ declare const getFieldComponent: (fieldComponent: string) => import("react").FC<
12
12
  Group: import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps>;
13
13
  } & {
14
14
  Group: import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps>;
15
- }) | import("react").FC<import("antd").SelectProps<any, import("antd/es/select").DefaultOptionType> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd").TimePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
15
+ }) | ((props: import("antd").SelectProps<any, import("antd/es/select").DefaultOptionType> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps & {
16
+ options?: any;
17
+ optionSourceType?: string | undefined;
18
+ labelField: string;
19
+ valueField: string;
20
+ } & {
21
+ dataSource?: any;
22
+ }) => import("react").JSX.Element) | import("react").FC<import("antd").TimePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
16
23
  export { getFieldComponent };
@@ -1,2 +1,5 @@
1
- declare const useJsonPrefixPath: () => (string | number)[];
1
+ declare const useJsonPrefixPath: () => {
2
+ path: (string | number)[];
3
+ level: number;
4
+ };
2
5
  export default useJsonPrefixPath;
@@ -12,5 +12,12 @@ declare const getFieldComponent: (fieldComponent: string) => import("react").FC<
12
12
  Group: import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps>;
13
13
  } & {
14
14
  Group: import("react").FC<import("./Radio/type").RadioGroupProps & import("../dataSourceForm/utils").WithModeProps>;
15
- }) | import("react").FC<import("antd").SelectProps<any, import("antd/es/select").DefaultOptionType> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps> | import("react").FC<import("antd").TimePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
15
+ }) | ((props: import("antd").SelectProps<any, import("antd/es/select").DefaultOptionType> & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps & {
16
+ options?: any;
17
+ optionSourceType?: string | undefined;
18
+ labelField: string;
19
+ valueField: string;
20
+ } & {
21
+ dataSource?: any;
22
+ }) => import("react").JSX.Element) | import("react").FC<import("antd").TimePickerProps & import("../dataSourceForm/utils").WithModeProps & import("../dataSourceForm/utils").WithFormItemProps>;
16
23
  export { getFieldComponent };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/materials",
3
- "version": "1.0.471",
3
+ "version": "1.0.472",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.js",
6
6
  "types": "./lib/index.d.ts",