@rxflow/workflow 0.0.2-alpha.8 → 0.0.3

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.
@@ -94,7 +94,7 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
94
94
  popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
95
95
  popoverTarget?: string | undefined;
96
96
  inert?: boolean | undefined;
97
- inputMode?: "none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
97
+ inputMode?: "none" | "search" | "text" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
98
98
  is?: string | undefined;
99
99
  exportparts?: string | undefined;
100
100
  part?: string | undefined;
@@ -110,7 +110,7 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
110
110
  "aria-colindextext"?: string | undefined;
111
111
  "aria-colspan"?: number | undefined;
112
112
  "aria-controls"?: string | undefined;
113
- "aria-current"?: boolean | "step" | "date" | "time" | "page" | "location" | "true" | "false" | undefined;
113
+ "aria-current"?: boolean | "location" | "time" | "date" | "step" | "page" | "true" | "false" | undefined;
114
114
  "aria-describedby"?: string | undefined;
115
115
  "aria-description"?: string | undefined;
116
116
  "aria-details"?: string | undefined;
@@ -94,7 +94,7 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
94
94
  popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
95
95
  popoverTarget?: string | undefined;
96
96
  inert?: boolean | undefined;
97
- inputMode?: "none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
97
+ inputMode?: "none" | "search" | "text" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
98
98
  is?: string | undefined;
99
99
  exportparts?: string | undefined;
100
100
  part?: string | undefined;
@@ -110,7 +110,7 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
110
110
  "aria-colindextext"?: string | undefined;
111
111
  "aria-colspan"?: number | undefined;
112
112
  "aria-controls"?: string | undefined;
113
- "aria-current"?: boolean | "step" | "date" | "time" | "page" | "location" | "true" | "false" | undefined;
113
+ "aria-current"?: boolean | "location" | "time" | "date" | "step" | "page" | "true" | "false" | undefined;
114
114
  "aria-describedby"?: string | undefined;
115
115
  "aria-description"?: string | undefined;
116
116
  "aria-details"?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxflow/workflow",
3
- "version": "0.0.2-alpha.8",
3
+ "version": "0.0.3",
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.2-alpha.8",
44
+ "@rxflow/base": "^0.0.3",
45
45
  "@uiw/react-codemirror": "^4.24.1",
46
46
  "@xterm/addon-fit": "^0.10.0",
47
47
  "@xterm/xterm": "^5.5.0",