@uipath/apollo-react 3.61.2 → 3.61.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.
- package/dist/canvas/components/FloatingCanvasPanel/FloatingCanvasPanel.cjs +2 -2
- package/dist/canvas/components/FloatingCanvasPanel/FloatingCanvasPanel.js +2 -2
- package/dist/canvas/storybook-utils/manifests/node-definitions.cjs +4 -0
- package/dist/canvas/storybook-utils/manifests/node-definitions.d.ts.map +1 -1
- package/dist/canvas/storybook-utils/manifests/node-definitions.js +4 -0
- package/package.json +1 -1
|
@@ -120,7 +120,7 @@ function FloatingCanvasPanel({ open = true, nodeId, anchorRect, placement = 'rig
|
|
|
120
120
|
style: {
|
|
121
121
|
position: 'fixed',
|
|
122
122
|
...screenPosition,
|
|
123
|
-
zIndex:
|
|
123
|
+
zIndex: 1100,
|
|
124
124
|
pointerEvents: 'auto'
|
|
125
125
|
},
|
|
126
126
|
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_PanelChrome_cjs_namespaceObject.PanelChrome, {
|
|
@@ -147,7 +147,7 @@ function FloatingCanvasPanel({ open = true, nodeId, anchorRect, placement = 'rig
|
|
|
147
147
|
position: isPinned ? 'fixed' : 'absolute',
|
|
148
148
|
right: isPinned ? 0 : void 0,
|
|
149
149
|
top: isPinned ? 0 : void 0,
|
|
150
|
-
zIndex:
|
|
150
|
+
zIndex: 1100,
|
|
151
151
|
pointerEvents: 'auto'
|
|
152
152
|
},
|
|
153
153
|
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_PanelChrome_cjs_namespaceObject.PanelChrome, {
|
|
@@ -82,7 +82,7 @@ function FloatingCanvasPanel({ open = true, nodeId, anchorRect, placement = 'rig
|
|
|
82
82
|
style: {
|
|
83
83
|
position: 'fixed',
|
|
84
84
|
...screenPosition,
|
|
85
|
-
zIndex:
|
|
85
|
+
zIndex: 1100,
|
|
86
86
|
pointerEvents: 'auto'
|
|
87
87
|
},
|
|
88
88
|
children: /*#__PURE__*/ jsx(PanelChrome, {
|
|
@@ -109,7 +109,7 @@ function FloatingCanvasPanel({ open = true, nodeId, anchorRect, placement = 'rig
|
|
|
109
109
|
position: isPinned ? 'fixed' : 'absolute',
|
|
110
110
|
right: isPinned ? 0 : void 0,
|
|
111
111
|
top: isPinned ? 0 : void 0,
|
|
112
|
-
zIndex:
|
|
112
|
+
zIndex: 1100,
|
|
113
113
|
pointerEvents: 'auto'
|
|
114
114
|
},
|
|
115
115
|
children: /*#__PURE__*/ jsx(PanelChrome, {
|
|
@@ -94,6 +94,7 @@ const allNodeManifests = [
|
|
|
94
94
|
'loop'
|
|
95
95
|
],
|
|
96
96
|
sortOrder: 20,
|
|
97
|
+
description: 'Pause workflow execution for a specified duration before continuing to the next step',
|
|
97
98
|
display: {
|
|
98
99
|
label: 'Delay',
|
|
99
100
|
icon: 'timer'
|
|
@@ -160,6 +161,7 @@ const allNodeManifests = [
|
|
|
160
161
|
'switch'
|
|
161
162
|
],
|
|
162
163
|
sortOrder: 1,
|
|
164
|
+
description: 'Evaluate a condition and branch the workflow into true or false paths',
|
|
163
165
|
display: {
|
|
164
166
|
label: 'Decision',
|
|
165
167
|
icon: 'decision'
|
|
@@ -779,6 +781,7 @@ const allNodeManifests = [
|
|
|
779
781
|
'agent'
|
|
780
782
|
],
|
|
781
783
|
sortOrder: 1,
|
|
784
|
+
description: 'Autonomous AI agent that orchestrates tools, memory, and escalations to complete complex tasks',
|
|
782
785
|
display: {
|
|
783
786
|
label: 'Agent',
|
|
784
787
|
icon: 'agent',
|
|
@@ -1046,6 +1049,7 @@ const allNodeManifests = [
|
|
|
1046
1049
|
'subprocess'
|
|
1047
1050
|
],
|
|
1048
1051
|
sortOrder: 1,
|
|
1052
|
+
description: 'Invoke another workflow as a subprocess and pass input/output parameters between them',
|
|
1049
1053
|
display: {
|
|
1050
1054
|
label: 'Call Workflow',
|
|
1051
1055
|
icon: 'rpa'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-definitions.d.ts","sourceRoot":"","sources":["../../../../src/canvas/storybook-utils/manifests/node-definitions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAEjE,eAAO,MAAM,gBAAgB,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"node-definitions.d.ts","sourceRoot":"","sources":["../../../../src/canvas/storybook-utils/manifests/node-definitions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAEjE,eAAO,MAAM,gBAAgB,EAAE,YAAY,EAg2B1C,CAAC"}
|
|
@@ -66,6 +66,7 @@ const allNodeManifests = [
|
|
|
66
66
|
'loop'
|
|
67
67
|
],
|
|
68
68
|
sortOrder: 20,
|
|
69
|
+
description: 'Pause workflow execution for a specified duration before continuing to the next step',
|
|
69
70
|
display: {
|
|
70
71
|
label: 'Delay',
|
|
71
72
|
icon: 'timer'
|
|
@@ -132,6 +133,7 @@ const allNodeManifests = [
|
|
|
132
133
|
'switch'
|
|
133
134
|
],
|
|
134
135
|
sortOrder: 1,
|
|
136
|
+
description: 'Evaluate a condition and branch the workflow into true or false paths',
|
|
135
137
|
display: {
|
|
136
138
|
label: 'Decision',
|
|
137
139
|
icon: 'decision'
|
|
@@ -751,6 +753,7 @@ const allNodeManifests = [
|
|
|
751
753
|
'agent'
|
|
752
754
|
],
|
|
753
755
|
sortOrder: 1,
|
|
756
|
+
description: 'Autonomous AI agent that orchestrates tools, memory, and escalations to complete complex tasks',
|
|
754
757
|
display: {
|
|
755
758
|
label: 'Agent',
|
|
756
759
|
icon: 'agent',
|
|
@@ -1018,6 +1021,7 @@ const allNodeManifests = [
|
|
|
1018
1021
|
'subprocess'
|
|
1019
1022
|
],
|
|
1020
1023
|
sortOrder: 1,
|
|
1024
|
+
description: 'Invoke another workflow as a subprocess and pass input/output parameters between them',
|
|
1021
1025
|
display: {
|
|
1022
1026
|
label: 'Call Workflow',
|
|
1023
1027
|
icon: 'rpa'
|