@rxflow/workflow 0.0.1-alpha.9 → 0.0.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.
|
@@ -43,9 +43,6 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
|
|
|
43
43
|
width?: string | number | undefined;
|
|
44
44
|
height?: string | number | undefined;
|
|
45
45
|
id?: string | undefined;
|
|
46
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
47
|
-
hidden?: boolean | undefined;
|
|
48
|
-
color?: string | undefined;
|
|
49
46
|
onError?: import("@xyflow/react").OnError | undefined;
|
|
50
47
|
defaultChecked?: boolean | undefined;
|
|
51
48
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -55,14 +52,16 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
|
|
|
55
52
|
autoCapitalize?: "none" | (string & {}) | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
56
53
|
autoFocus?: boolean | undefined;
|
|
57
54
|
className?: string | undefined;
|
|
58
|
-
contentEditable?: "inherit" | (boolean | "
|
|
55
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
59
56
|
contextMenu?: string | undefined;
|
|
60
57
|
dir?: string | undefined;
|
|
61
|
-
|
|
58
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
59
|
+
enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
60
|
+
hidden?: boolean | undefined;
|
|
62
61
|
lang?: string | undefined;
|
|
63
62
|
nonce?: string | undefined;
|
|
64
63
|
slot?: string | undefined;
|
|
65
|
-
spellCheck?: (boolean | "
|
|
64
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
66
65
|
style?: import("react").CSSProperties | undefined;
|
|
67
66
|
tabIndex?: number | undefined;
|
|
68
67
|
title?: string | undefined;
|
|
@@ -82,6 +81,7 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
|
|
|
82
81
|
vocab?: string | undefined;
|
|
83
82
|
autoCorrect?: string | undefined;
|
|
84
83
|
autoSave?: string | undefined;
|
|
84
|
+
color?: string | undefined;
|
|
85
85
|
itemProp?: string | undefined;
|
|
86
86
|
itemScope?: boolean | undefined;
|
|
87
87
|
itemType?: string | undefined;
|
|
@@ -91,60 +91,60 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
|
|
|
91
91
|
security?: string | undefined;
|
|
92
92
|
unselectable?: "off" | "on" | undefined;
|
|
93
93
|
popover?: "" | "auto" | "manual" | "hint" | undefined;
|
|
94
|
-
popoverTargetAction?: "
|
|
94
|
+
popoverTargetAction?: "hide" | "show" | "toggle" | undefined;
|
|
95
95
|
popoverTarget?: string | undefined;
|
|
96
96
|
inert?: boolean | undefined;
|
|
97
|
-
inputMode?: "none" | "search" | "text" | "
|
|
97
|
+
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
98
98
|
is?: string | undefined;
|
|
99
99
|
exportparts?: string | undefined;
|
|
100
100
|
part?: string | undefined;
|
|
101
101
|
"aria-activedescendant"?: string | undefined;
|
|
102
|
-
"aria-atomic"?: (boolean | "
|
|
103
|
-
"aria-autocomplete"?: "list" | "none" | "
|
|
102
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
103
|
+
"aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
|
|
104
104
|
"aria-braillelabel"?: string | undefined;
|
|
105
105
|
"aria-brailleroledescription"?: string | undefined;
|
|
106
|
-
"aria-busy"?: (boolean | "
|
|
107
|
-
"aria-checked"?: boolean | "
|
|
106
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
107
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
108
108
|
"aria-colcount"?: number | undefined;
|
|
109
109
|
"aria-colindex"?: number | undefined;
|
|
110
110
|
"aria-colindextext"?: string | undefined;
|
|
111
111
|
"aria-colspan"?: number | undefined;
|
|
112
112
|
"aria-controls"?: string | undefined;
|
|
113
|
-
"aria-current"?: boolean | "
|
|
113
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time" | undefined;
|
|
114
114
|
"aria-describedby"?: string | undefined;
|
|
115
115
|
"aria-description"?: string | undefined;
|
|
116
116
|
"aria-details"?: string | undefined;
|
|
117
|
-
"aria-disabled"?: (boolean | "
|
|
118
|
-
"aria-dropeffect"?: "link" | "none" | "
|
|
117
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
118
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
119
119
|
"aria-errormessage"?: string | undefined;
|
|
120
|
-
"aria-expanded"?: (boolean | "
|
|
120
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
121
121
|
"aria-flowto"?: string | undefined;
|
|
122
|
-
"aria-grabbed"?: (boolean | "
|
|
123
|
-
"aria-haspopup"?: boolean | "dialog" | "grid" | "listbox" | "menu" | "tree" | "
|
|
124
|
-
"aria-hidden"?: (boolean | "
|
|
125
|
-
"aria-invalid"?: boolean | "
|
|
122
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
123
|
+
"aria-haspopup"?: boolean | "dialog" | "grid" | "listbox" | "menu" | "tree" | "false" | "true" | undefined;
|
|
124
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
125
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
126
126
|
"aria-keyshortcuts"?: string | undefined;
|
|
127
127
|
"aria-label"?: string | undefined;
|
|
128
128
|
"aria-labelledby"?: string | undefined;
|
|
129
129
|
"aria-level"?: number | undefined;
|
|
130
130
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
131
|
-
"aria-modal"?: (boolean | "
|
|
132
|
-
"aria-multiline"?: (boolean | "
|
|
133
|
-
"aria-multiselectable"?: (boolean | "
|
|
131
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
132
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
133
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
134
134
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
135
135
|
"aria-owns"?: string | undefined;
|
|
136
136
|
"aria-placeholder"?: string | undefined;
|
|
137
137
|
"aria-posinset"?: number | undefined;
|
|
138
|
-
"aria-pressed"?: boolean | "
|
|
139
|
-
"aria-readonly"?: (boolean | "
|
|
140
|
-
"aria-relevant"?: "
|
|
141
|
-
"aria-required"?: (boolean | "
|
|
138
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
139
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
140
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
141
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
142
142
|
"aria-roledescription"?: string | undefined;
|
|
143
143
|
"aria-rowcount"?: number | undefined;
|
|
144
144
|
"aria-rowindex"?: number | undefined;
|
|
145
145
|
"aria-rowindextext"?: string | undefined;
|
|
146
146
|
"aria-rowspan"?: number | undefined;
|
|
147
|
-
"aria-selected"?: (boolean | "
|
|
147
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
148
148
|
"aria-setsize"?: number | undefined;
|
|
149
149
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
150
150
|
"aria-valuemax"?: number | undefined;
|
|
@@ -433,35 +433,35 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
|
|
|
433
433
|
'minimap.ariaLabel': string;
|
|
434
434
|
'handle.ariaLabel': string;
|
|
435
435
|
}> | undefined;
|
|
436
|
-
background?: string | undefined;
|
|
437
|
-
theme?: import("@rxflow/base").BaseThemeConfig | undefined;
|
|
438
436
|
showControls?: boolean | undefined;
|
|
439
437
|
controlsOrientation?: "horizontal" | "vertical" | undefined;
|
|
440
|
-
customControls?: import("react").ReactNode;
|
|
441
438
|
showMiniMap: boolean;
|
|
442
|
-
|
|
439
|
+
showLegend?: boolean | {
|
|
440
|
+
showAll?: boolean | undefined;
|
|
441
|
+
} | undefined;
|
|
442
|
+
background?: string | undefined;
|
|
443
443
|
showFullscreen?: boolean | undefined;
|
|
444
444
|
showForceLayout?: boolean | undefined;
|
|
445
445
|
showInteractive?: boolean | undefined;
|
|
446
446
|
showFitView?: boolean | undefined;
|
|
447
447
|
showZoom?: boolean | undefined;
|
|
448
|
-
showLegend?: boolean | {
|
|
449
|
-
showAll?: boolean | undefined;
|
|
450
|
-
} | undefined;
|
|
451
|
-
autoCenter?: boolean | undefined;
|
|
452
448
|
rootStyle?: import("react").CSSProperties | undefined;
|
|
449
|
+
autoCenter?: boolean | undefined;
|
|
453
450
|
forceLayout?: boolean | undefined;
|
|
451
|
+
getMiniMapNodeColor?: ((node: import("@xyflow/react").Node) => string) | undefined;
|
|
454
452
|
markers?: import("packages/base/src/components/MarkerDefinitions/types").MarkDefinition[] | undefined;
|
|
455
453
|
plugins?: {
|
|
456
454
|
scroller?: false | import("packages/base/src/plugins/scrollbar/types").ScrollbarPluginOptions | undefined;
|
|
457
455
|
} | undefined;
|
|
458
456
|
readOnly?: boolean | undefined;
|
|
459
|
-
onZoomIn?: (() => void) | undefined;
|
|
460
457
|
onZoomOut?: (() => void) | undefined;
|
|
458
|
+
onZoomIn?: (() => void) | undefined;
|
|
461
459
|
onFitView?: (() => void) | undefined;
|
|
462
460
|
onInteractiveChange?: ((interactiveStatus: boolean) => void) | undefined;
|
|
463
|
-
|
|
461
|
+
customControls?: import("react").ReactNode;
|
|
464
462
|
forceFitView?: boolean | undefined;
|
|
463
|
+
theme?: import("@rxflow/base").BaseThemeConfig | undefined;
|
|
464
|
+
onRender?: ((nodes: NodeType[], edges: EdgeType[], timing: number) => void) | undefined;
|
|
465
465
|
loading?: boolean | undefined;
|
|
466
466
|
quickAdd?: boolean | undefined;
|
|
467
467
|
renderNodeIcon?: ((nodeDefinition: import("..").WorkFlowNodeDefinition<NodeType["data"]>) => import("react").ReactNode) | undefined;
|
|
@@ -43,9 +43,6 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
|
|
|
43
43
|
width?: string | number | undefined;
|
|
44
44
|
height?: string | number | undefined;
|
|
45
45
|
id?: string | undefined;
|
|
46
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
47
|
-
hidden?: boolean | undefined;
|
|
48
|
-
color?: string | undefined;
|
|
49
46
|
onError?: import("@xyflow/react").OnError | undefined;
|
|
50
47
|
defaultChecked?: boolean | undefined;
|
|
51
48
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
@@ -55,14 +52,16 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
|
|
|
55
52
|
autoCapitalize?: "none" | (string & {}) | "off" | "on" | "sentences" | "words" | "characters" | undefined;
|
|
56
53
|
autoFocus?: boolean | undefined;
|
|
57
54
|
className?: string | undefined;
|
|
58
|
-
contentEditable?: "inherit" | (boolean | "
|
|
55
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
|
|
59
56
|
contextMenu?: string | undefined;
|
|
60
57
|
dir?: string | undefined;
|
|
61
|
-
|
|
58
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
59
|
+
enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined;
|
|
60
|
+
hidden?: boolean | undefined;
|
|
62
61
|
lang?: string | undefined;
|
|
63
62
|
nonce?: string | undefined;
|
|
64
63
|
slot?: string | undefined;
|
|
65
|
-
spellCheck?: (boolean | "
|
|
64
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
66
65
|
style?: import("react").CSSProperties | undefined;
|
|
67
66
|
tabIndex?: number | undefined;
|
|
68
67
|
title?: string | undefined;
|
|
@@ -82,6 +81,7 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
|
|
|
82
81
|
vocab?: string | undefined;
|
|
83
82
|
autoCorrect?: string | undefined;
|
|
84
83
|
autoSave?: string | undefined;
|
|
84
|
+
color?: string | undefined;
|
|
85
85
|
itemProp?: string | undefined;
|
|
86
86
|
itemScope?: boolean | undefined;
|
|
87
87
|
itemType?: string | undefined;
|
|
@@ -91,60 +91,60 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
|
|
|
91
91
|
security?: string | undefined;
|
|
92
92
|
unselectable?: "off" | "on" | undefined;
|
|
93
93
|
popover?: "" | "auto" | "manual" | "hint" | undefined;
|
|
94
|
-
popoverTargetAction?: "
|
|
94
|
+
popoverTargetAction?: "hide" | "show" | "toggle" | undefined;
|
|
95
95
|
popoverTarget?: string | undefined;
|
|
96
96
|
inert?: boolean | undefined;
|
|
97
|
-
inputMode?: "none" | "search" | "text" | "
|
|
97
|
+
inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
98
98
|
is?: string | undefined;
|
|
99
99
|
exportparts?: string | undefined;
|
|
100
100
|
part?: string | undefined;
|
|
101
101
|
"aria-activedescendant"?: string | undefined;
|
|
102
|
-
"aria-atomic"?: (boolean | "
|
|
103
|
-
"aria-autocomplete"?: "list" | "none" | "
|
|
102
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
103
|
+
"aria-autocomplete"?: "list" | "none" | "both" | "inline" | undefined;
|
|
104
104
|
"aria-braillelabel"?: string | undefined;
|
|
105
105
|
"aria-brailleroledescription"?: string | undefined;
|
|
106
|
-
"aria-busy"?: (boolean | "
|
|
107
|
-
"aria-checked"?: boolean | "
|
|
106
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
107
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
108
108
|
"aria-colcount"?: number | undefined;
|
|
109
109
|
"aria-colindex"?: number | undefined;
|
|
110
110
|
"aria-colindextext"?: string | undefined;
|
|
111
111
|
"aria-colspan"?: number | undefined;
|
|
112
112
|
"aria-controls"?: string | undefined;
|
|
113
|
-
"aria-current"?: boolean | "
|
|
113
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "step" | "location" | "date" | "time" | undefined;
|
|
114
114
|
"aria-describedby"?: string | undefined;
|
|
115
115
|
"aria-description"?: string | undefined;
|
|
116
116
|
"aria-details"?: string | undefined;
|
|
117
|
-
"aria-disabled"?: (boolean | "
|
|
118
|
-
"aria-dropeffect"?: "link" | "none" | "
|
|
117
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
118
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
119
119
|
"aria-errormessage"?: string | undefined;
|
|
120
|
-
"aria-expanded"?: (boolean | "
|
|
120
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
121
121
|
"aria-flowto"?: string | undefined;
|
|
122
|
-
"aria-grabbed"?: (boolean | "
|
|
123
|
-
"aria-haspopup"?: boolean | "dialog" | "grid" | "listbox" | "menu" | "tree" | "
|
|
124
|
-
"aria-hidden"?: (boolean | "
|
|
125
|
-
"aria-invalid"?: boolean | "
|
|
122
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
123
|
+
"aria-haspopup"?: boolean | "dialog" | "grid" | "listbox" | "menu" | "tree" | "false" | "true" | undefined;
|
|
124
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
125
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
126
126
|
"aria-keyshortcuts"?: string | undefined;
|
|
127
127
|
"aria-label"?: string | undefined;
|
|
128
128
|
"aria-labelledby"?: string | undefined;
|
|
129
129
|
"aria-level"?: number | undefined;
|
|
130
130
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
131
|
-
"aria-modal"?: (boolean | "
|
|
132
|
-
"aria-multiline"?: (boolean | "
|
|
133
|
-
"aria-multiselectable"?: (boolean | "
|
|
131
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
132
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
133
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
134
134
|
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
135
135
|
"aria-owns"?: string | undefined;
|
|
136
136
|
"aria-placeholder"?: string | undefined;
|
|
137
137
|
"aria-posinset"?: number | undefined;
|
|
138
|
-
"aria-pressed"?: boolean | "
|
|
139
|
-
"aria-readonly"?: (boolean | "
|
|
140
|
-
"aria-relevant"?: "
|
|
141
|
-
"aria-required"?: (boolean | "
|
|
138
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
139
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
140
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
141
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
142
142
|
"aria-roledescription"?: string | undefined;
|
|
143
143
|
"aria-rowcount"?: number | undefined;
|
|
144
144
|
"aria-rowindex"?: number | undefined;
|
|
145
145
|
"aria-rowindextext"?: string | undefined;
|
|
146
146
|
"aria-rowspan"?: number | undefined;
|
|
147
|
-
"aria-selected"?: (boolean | "
|
|
147
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
148
148
|
"aria-setsize"?: number | undefined;
|
|
149
149
|
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
150
150
|
"aria-valuemax"?: number | undefined;
|
|
@@ -433,35 +433,35 @@ export declare const useWorkFlowProps: <NodeType extends WorkflowNode = Workflow
|
|
|
433
433
|
'minimap.ariaLabel': string;
|
|
434
434
|
'handle.ariaLabel': string;
|
|
435
435
|
}> | undefined;
|
|
436
|
-
background?: string | undefined;
|
|
437
|
-
theme?: import("@rxflow/base").BaseThemeConfig | undefined;
|
|
438
436
|
showControls?: boolean | undefined;
|
|
439
437
|
controlsOrientation?: "horizontal" | "vertical" | undefined;
|
|
440
|
-
customControls?: import("react").ReactNode;
|
|
441
438
|
showMiniMap: boolean;
|
|
442
|
-
|
|
439
|
+
showLegend?: boolean | {
|
|
440
|
+
showAll?: boolean | undefined;
|
|
441
|
+
} | undefined;
|
|
442
|
+
background?: string | undefined;
|
|
443
443
|
showFullscreen?: boolean | undefined;
|
|
444
444
|
showForceLayout?: boolean | undefined;
|
|
445
445
|
showInteractive?: boolean | undefined;
|
|
446
446
|
showFitView?: boolean | undefined;
|
|
447
447
|
showZoom?: boolean | undefined;
|
|
448
|
-
showLegend?: boolean | {
|
|
449
|
-
showAll?: boolean | undefined;
|
|
450
|
-
} | undefined;
|
|
451
|
-
autoCenter?: boolean | undefined;
|
|
452
448
|
rootStyle?: import("react").CSSProperties | undefined;
|
|
449
|
+
autoCenter?: boolean | undefined;
|
|
453
450
|
forceLayout?: boolean | undefined;
|
|
451
|
+
getMiniMapNodeColor?: ((node: import("@xyflow/react").Node) => string) | undefined;
|
|
454
452
|
markers?: import("packages/base/src/components/MarkerDefinitions/types").MarkDefinition[] | undefined;
|
|
455
453
|
plugins?: {
|
|
456
454
|
scroller?: false | import("packages/base/src/plugins/scrollbar/types").ScrollbarPluginOptions | undefined;
|
|
457
455
|
} | undefined;
|
|
458
456
|
readOnly?: boolean | undefined;
|
|
459
|
-
onZoomIn?: (() => void) | undefined;
|
|
460
457
|
onZoomOut?: (() => void) | undefined;
|
|
458
|
+
onZoomIn?: (() => void) | undefined;
|
|
461
459
|
onFitView?: (() => void) | undefined;
|
|
462
460
|
onInteractiveChange?: ((interactiveStatus: boolean) => void) | undefined;
|
|
463
|
-
|
|
461
|
+
customControls?: import("react").ReactNode;
|
|
464
462
|
forceFitView?: boolean | undefined;
|
|
463
|
+
theme?: import("@rxflow/base").BaseThemeConfig | undefined;
|
|
464
|
+
onRender?: ((nodes: NodeType[], edges: EdgeType[], timing: number) => void) | undefined;
|
|
465
465
|
loading?: boolean | undefined;
|
|
466
466
|
quickAdd?: boolean | undefined;
|
|
467
467
|
renderNodeIcon?: ((nodeDefinition: import("..").WorkFlowNodeDefinition<NodeType["data"]>) => import("react").ReactNode) | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rxflow/workflow",
|
|
3
|
-
"version": "0.0.1
|
|
3
|
+
"version": "0.0.1",
|
|
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
|
|
44
|
+
"@rxflow/base": "^0.0.1",
|
|
45
45
|
"@uiw/react-codemirror": "^4.24.1",
|
|
46
46
|
"@xterm/addon-fit": "^0.10.0",
|
|
47
47
|
"@xterm/xterm": "^5.5.0",
|