@hw-component/form 0.0.9-beta-v19 → 0.0.9-beta-v20
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/es/Select/modal.d.ts
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import type { SelectProps } from "antd";
|
|
2
2
|
import type React from "react";
|
|
3
3
|
import type { PromiseFnResult } from "../modal";
|
|
4
|
-
import type { argsFn } from "
|
|
5
|
-
import type { addFormatItemModal } from "@/components/Form/modal";
|
|
6
|
-
import type { DispatchModal } from "@/components/Form/modal";
|
|
4
|
+
import type { addFormatItemModal, argsFn, DispatchModal } from "../Form/modal";
|
|
7
5
|
export type OptionType = Record<string, any>;
|
|
8
6
|
export type PartialHSelectProps = Partial<HSelectProps>;
|
|
9
7
|
export type RenderFn = (data: OptionType) => React.ReactNode;
|
package/lib/Select/modal.d.ts
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import type { SelectProps } from "antd";
|
|
2
2
|
import type React from "react";
|
|
3
3
|
import type { PromiseFnResult } from "../modal";
|
|
4
|
-
import type { argsFn } from "
|
|
5
|
-
import type { addFormatItemModal } from "@/components/Form/modal";
|
|
6
|
-
import type { DispatchModal } from "@/components/Form/modal";
|
|
4
|
+
import type { addFormatItemModal, argsFn, DispatchModal } from "../Form/modal";
|
|
7
5
|
export type OptionType = Record<string, any>;
|
|
8
6
|
export type PartialHSelectProps = Partial<HSelectProps>;
|
|
9
7
|
export type RenderFn = (data: OptionType) => React.ReactNode;
|
package/package.json
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import type { SelectProps } from "antd";
|
|
2
2
|
import type React from "react";
|
|
3
3
|
import type { PromiseFnResult } from "../modal";
|
|
4
|
-
import type { argsFn
|
|
5
|
-
import type { addFormatItemModal } from "@/components/Form/modal";
|
|
6
|
-
import type { DispatchModal } from "@/components/Form/modal";
|
|
4
|
+
import type { addFormatItemModal ,argsFn,DispatchModal} from "../Form/modal";
|
|
7
5
|
export type OptionType = Record<string, any>;
|
|
8
6
|
export type PartialHSelectProps = Partial<HSelectProps>;
|
|
9
7
|
export type RenderFn = (data: OptionType) => React.ReactNode;
|