@jiaozhiye/qm-design-react 1.11.0 → 1.11.1

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.
@@ -11,7 +11,10 @@ export type DropOption = {
11
11
  dropAllowed: boolean;
12
12
  dragOverNodeKey: IRowKey | null;
13
13
  };
14
- declare const useDragSort: () => {
14
+ type IProps = {
15
+ openDragSort?: boolean;
16
+ };
17
+ declare const useDragSort: ({ openDragSort }: IProps) => {
15
18
  onNodeDragStart: (ev: React.DragEvent<HTMLTableRowElement>, node: NodeType) => void;
16
19
  onNodeDragEnter: (ev: React.DragEvent<HTMLTableRowElement>, node: NodeType) => void;
17
20
  onNodeDragOver: (ev: React.DragEvent<HTMLTableRowElement>, node: NodeType) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jiaozhiye/qm-design-react",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "A Component Library for React",
5
5
  "keywords": [
6
6
  "React",