@rxflow/workflow 0.0.1-alpha.13 → 0.0.1-alpha.15

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.
@@ -40,9 +40,9 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
40
40
  onNodeDragStart: (event: import("react").MouseEvent<Element, MouseEvent>, node: NodeType, nodes: NodeType[]) => void;
41
41
  onNodeDrag: (event: import("react").MouseEvent<Element, MouseEvent>, node: NodeType, nodes: NodeType[]) => void;
42
42
  onNodeDragStop: (event: import("react").MouseEvent<Element, MouseEvent>, node: NodeType, nodes: NodeType[]) => void;
43
- id?: string | undefined;
44
43
  width?: string | number | undefined;
45
44
  height?: string | number | undefined;
45
+ id?: string | undefined;
46
46
  onError?: import("@xyflow/react").OnError | undefined;
47
47
  defaultChecked?: boolean | undefined;
48
48
  defaultValue?: string | number | readonly string[] | undefined;
@@ -100,7 +100,7 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
100
100
  part?: string | undefined;
101
101
  "aria-activedescendant"?: string | undefined;
102
102
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
103
- "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
103
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
104
104
  "aria-braillelabel"?: string | undefined;
105
105
  "aria-brailleroledescription"?: string | undefined;
106
106
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -115,7 +115,7 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
115
115
  "aria-description"?: string | undefined;
116
116
  "aria-details"?: string | undefined;
117
117
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
118
- "aria-dropeffect"?: "none" | "link" | "popup" | "move" | "copy" | "execute" | undefined;
118
+ "aria-dropeffect"?: "link" | "none" | "popup" | "move" | "copy" | "execute" | undefined;
119
119
  "aria-errormessage"?: string | undefined;
120
120
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
121
121
  "aria-flowto"?: string | undefined;
@@ -40,9 +40,9 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
40
40
  onNodeDragStart: (event: import("react").MouseEvent<Element, MouseEvent>, node: NodeType, nodes: NodeType[]) => void;
41
41
  onNodeDrag: (event: import("react").MouseEvent<Element, MouseEvent>, node: NodeType, nodes: NodeType[]) => void;
42
42
  onNodeDragStop: (event: import("react").MouseEvent<Element, MouseEvent>, node: NodeType, nodes: NodeType[]) => void;
43
- id?: string | undefined;
44
43
  width?: string | number | undefined;
45
44
  height?: string | number | undefined;
45
+ id?: string | undefined;
46
46
  onError?: import("@xyflow/react").OnError | undefined;
47
47
  defaultChecked?: boolean | undefined;
48
48
  defaultValue?: string | number | readonly string[] | undefined;
@@ -100,7 +100,7 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
100
100
  part?: string | undefined;
101
101
  "aria-activedescendant"?: string | undefined;
102
102
  "aria-atomic"?: (boolean | "true" | "false") | undefined;
103
- "aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
103
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
104
104
  "aria-braillelabel"?: string | undefined;
105
105
  "aria-brailleroledescription"?: string | undefined;
106
106
  "aria-busy"?: (boolean | "true" | "false") | undefined;
@@ -115,7 +115,7 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
115
115
  "aria-description"?: string | undefined;
116
116
  "aria-details"?: string | undefined;
117
117
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
118
- "aria-dropeffect"?: "none" | "link" | "popup" | "move" | "copy" | "execute" | undefined;
118
+ "aria-dropeffect"?: "link" | "none" | "popup" | "move" | "copy" | "execute" | undefined;
119
119
  "aria-errormessage"?: string | undefined;
120
120
  "aria-expanded"?: (boolean | "true" | "false") | undefined;
121
121
  "aria-flowto"?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxflow/workflow",
3
- "version": "0.0.1-alpha.13",
3
+ "version": "0.0.1-alpha.15",
4
4
  "description": "工作流",
5
5
  "homepage": "https://tree-graph.publib.cn/packages/workflow",
6
6
  "repository": {
@@ -41,7 +41,7 @@
41
41
  "@codemirror/theme-one-dark": "^6.1.3",
42
42
  "@fsegurai/codemirror-theme-github-dark": "^6.2.0",
43
43
  "@fsegurai/codemirror-theme-github-light": "^6.2.0",
44
- "@rxflow/base": "^0.0.1-alpha.13",
44
+ "@rxflow/base": "^0.0.1-alpha.15",
45
45
  "@uiw/react-codemirror": "^4.24.1",
46
46
  "@xterm/addon-fit": "^0.10.0",
47
47
  "@xterm/xterm": "^5.5.0",