@uipath/apollo-react 4.36.1 → 4.37.0
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/StageNode/useStageNodeLabels.cjs +2 -2
- package/dist/canvas/components/StageNode/useStageNodeLabels.js +2 -2
- package/dist/canvas/icons/FunctionProject.cjs +57 -0
- package/dist/canvas/icons/FunctionProject.d.ts +6 -0
- package/dist/canvas/icons/FunctionProject.d.ts.map +1 -0
- package/dist/canvas/icons/FunctionProject.js +23 -0
- package/dist/canvas/icons/index.cjs +4 -0
- package/dist/canvas/icons/index.d.ts +1 -0
- package/dist/canvas/icons/index.d.ts.map +1 -1
- package/dist/canvas/icons/index.js +2 -1
- package/dist/canvas/locales/en.cjs +1 -1
- package/dist/canvas/locales/en.d.ts.map +1 -1
- package/dist/canvas/locales/en.js +1 -1
- package/dist/canvas/utils/icon-registry.cjs +4 -0
- package/dist/canvas/utils/icon-registry.d.ts.map +1 -1
- package/dist/canvas/utils/icon-registry.js +5 -1
- package/package.json +1 -1
|
@@ -53,11 +53,11 @@ function useStageNodeLabels() {
|
|
|
53
53
|
}),
|
|
54
54
|
adhocTasks: _({
|
|
55
55
|
id: 'stage-node.adhoc-tasks',
|
|
56
|
-
message: '
|
|
56
|
+
message: 'Manually triggered tasks'
|
|
57
57
|
}),
|
|
58
58
|
eventDrivenTasks: _({
|
|
59
59
|
id: 'stage-node.event-driven-tasks',
|
|
60
|
-
message: 'Event-
|
|
60
|
+
message: 'Event-triggered tasks'
|
|
61
61
|
}),
|
|
62
62
|
sequentialTasks: _({
|
|
63
63
|
id: 'stage-node.sequential-tasks',
|
|
@@ -25,11 +25,11 @@ function useStageNodeLabels() {
|
|
|
25
25
|
}),
|
|
26
26
|
adhocTasks: _({
|
|
27
27
|
id: 'stage-node.adhoc-tasks',
|
|
28
|
-
message: '
|
|
28
|
+
message: 'Manually triggered tasks'
|
|
29
29
|
}),
|
|
30
30
|
eventDrivenTasks: _({
|
|
31
31
|
id: 'stage-node.event-driven-tasks',
|
|
32
|
-
message: 'Event-
|
|
32
|
+
message: 'Event-triggered tasks'
|
|
33
33
|
}),
|
|
34
34
|
sequentialTasks: _({
|
|
35
35
|
id: 'stage-node.sequential-tasks',
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
5
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: definition[key]
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
})();
|
|
11
|
+
(()=>{
|
|
12
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
13
|
+
})();
|
|
14
|
+
(()=>{
|
|
15
|
+
__webpack_require__.r = (exports1)=>{
|
|
16
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
|
+
value: 'Module'
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports1, '__esModule', {
|
|
20
|
+
value: true
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
})();
|
|
24
|
+
var __webpack_exports__ = {};
|
|
25
|
+
__webpack_require__.r(__webpack_exports__);
|
|
26
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
+
FunctionProject: ()=>FunctionProject
|
|
28
|
+
});
|
|
29
|
+
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
30
|
+
const FunctionProject = ({ w = 22, h = 22, color = 'currentColor' })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
31
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
32
|
+
id: "function-project",
|
|
33
|
+
fill: "none",
|
|
34
|
+
viewBox: "0 0 22 22",
|
|
35
|
+
width: w,
|
|
36
|
+
height: h,
|
|
37
|
+
"data-testid": "function-project",
|
|
38
|
+
children: [
|
|
39
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
40
|
+
fill: color,
|
|
41
|
+
fillRule: "evenodd",
|
|
42
|
+
clipRule: "evenodd",
|
|
43
|
+
d: "m1.5 5.25 2.727-3.146A1.75 1.75 0 0 1 5.549 1.5h10.902c.507 0 .99.22 1.322.604L20.5 5.25v13.5a1.75 1.75 0 0 1-1.75 1.75H3.25a1.75 1.75 0 0 1-1.75-1.75zM5.55 3h10.9a.25.25 0 0 1 .19.086L17.865 4.5H4.135L5.36 3.086A.25.25 0 0 1 5.55 3M19 6H3v12.75c0 .138.112.25.25.25h15.5a.25.25 0 0 0 .25-.25z"
|
|
44
|
+
}),
|
|
45
|
+
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
46
|
+
fill: color,
|
|
47
|
+
d: "M6.28 18.033q-.69 0-1.173-.467-.484-.468-.484-1.076 0-.42.258-.705a.86.86 0 0 1 .665-.285q.374 0 .612.24.24.24.239.606 0 .077-.02.173a1 1 0 0 1-.056.188.1.1 0 0 0 .047.015h.046q.157.01.238-.091a.7.7 0 0 0 .12-.293l.995-4.91H6.95a.65.65 0 0 1-.477-.2.65.65 0 0 1-.2-.477q0-.279.2-.478a.65.65 0 0 1 .477-.2h1.08l.302-1.391q.178-.803.691-1.268.514-.464 1.193-.464.698 0 1.182.45.483.448.483 1.066 0 .437-.258.722a.86.86 0 0 1-.664.285.83.83 0 0 1-.613-.239.8.8 0 0 1-.239-.598q0-.076.02-.172a1 1 0 0 1 .056-.188.1.1 0 0 0-.046-.016h-.047a.26.26 0 0 0-.238.088.64.64 0 0 0-.128.297L9.4 10.073h2.17q.279 0 .478.2.2.2.2.478 0 .236-.121.402a.63.63 0 0 1-.324.233l.793.927.802-.927a.66.66 0 0 1-.328-.233.65.65 0 0 1-.126-.402q0-.279.2-.478a.65.65 0 0 1 .478-.2h2.043q.278 0 .477.2.2.2.2.478a.65.65 0 0 1-.2.478.65.65 0 0 1-.477.199h-.525l-1.66 1.84 1.669 1.848h.516q.278 0 .477.2.2.2.2.477a.65.65 0 0 1-.2.478.65.65 0 0 1-.477.2h-2.043a.65.65 0 0 1-.478-.2.65.65 0 0 1-.2-.478.65.65 0 0 1 .125-.402.66.66 0 0 1 .329-.233l-.802-.918-.802.918a.66.66 0 0 1 .328.233.65.65 0 0 1 .125.402.65.65 0 0 1-.199.478.65.65 0 0 1-.478.2H9.527a.65.65 0 0 1-.478-.2.65.65 0 0 1-.2-.478q0-.277.2-.477a.65.65 0 0 1 .478-.2h.54l1.636-1.848-1.636-1.84h-.93l-.982 4.96q-.17.743-.696 1.194t-1.18.45"
|
|
48
|
+
})
|
|
49
|
+
]
|
|
50
|
+
});
|
|
51
|
+
exports.FunctionProject = __webpack_exports__.FunctionProject;
|
|
52
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
53
|
+
"FunctionProject"
|
|
54
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
55
|
+
Object.defineProperty(exports, '__esModule', {
|
|
56
|
+
value: true
|
|
57
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FunctionProject.d.ts","sourceRoot":"","sources":["../../../src/canvas/icons/FunctionProject.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,GAAI,kBAI7B;IACD,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,4CAuBA,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const FunctionProject = ({ w = 22, h = 22, color = 'currentColor' })=>/*#__PURE__*/ jsxs("svg", {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
id: "function-project",
|
|
5
|
+
fill: "none",
|
|
6
|
+
viewBox: "0 0 22 22",
|
|
7
|
+
width: w,
|
|
8
|
+
height: h,
|
|
9
|
+
"data-testid": "function-project",
|
|
10
|
+
children: [
|
|
11
|
+
/*#__PURE__*/ jsx("path", {
|
|
12
|
+
fill: color,
|
|
13
|
+
fillRule: "evenodd",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
d: "m1.5 5.25 2.727-3.146A1.75 1.75 0 0 1 5.549 1.5h10.902c.507 0 .99.22 1.322.604L20.5 5.25v13.5a1.75 1.75 0 0 1-1.75 1.75H3.25a1.75 1.75 0 0 1-1.75-1.75zM5.55 3h10.9a.25.25 0 0 1 .19.086L17.865 4.5H4.135L5.36 3.086A.25.25 0 0 1 5.55 3M19 6H3v12.75c0 .138.112.25.25.25h15.5a.25.25 0 0 0 .25-.25z"
|
|
16
|
+
}),
|
|
17
|
+
/*#__PURE__*/ jsx("path", {
|
|
18
|
+
fill: color,
|
|
19
|
+
d: "M6.28 18.033q-.69 0-1.173-.467-.484-.468-.484-1.076 0-.42.258-.705a.86.86 0 0 1 .665-.285q.374 0 .612.24.24.24.239.606 0 .077-.02.173a1 1 0 0 1-.056.188.1.1 0 0 0 .047.015h.046q.157.01.238-.091a.7.7 0 0 0 .12-.293l.995-4.91H6.95a.65.65 0 0 1-.477-.2.65.65 0 0 1-.2-.477q0-.279.2-.478a.65.65 0 0 1 .477-.2h1.08l.302-1.391q.178-.803.691-1.268.514-.464 1.193-.464.698 0 1.182.45.483.448.483 1.066 0 .437-.258.722a.86.86 0 0 1-.664.285.83.83 0 0 1-.613-.239.8.8 0 0 1-.239-.598q0-.076.02-.172a1 1 0 0 1 .056-.188.1.1 0 0 0-.046-.016h-.047a.26.26 0 0 0-.238.088.64.64 0 0 0-.128.297L9.4 10.073h2.17q.279 0 .478.2.2.2.2.478 0 .236-.121.402a.63.63 0 0 1-.324.233l.793.927.802-.927a.66.66 0 0 1-.328-.233.65.65 0 0 1-.126-.402q0-.279.2-.478a.65.65 0 0 1 .478-.2h2.043q.278 0 .477.2.2.2.2.478a.65.65 0 0 1-.2.478.65.65 0 0 1-.477.199h-.525l-1.66 1.84 1.669 1.848h.516q.278 0 .477.2.2.2.2.477a.65.65 0 0 1-.2.478.65.65 0 0 1-.477.2h-2.043a.65.65 0 0 1-.478-.2.65.65 0 0 1-.2-.478.65.65 0 0 1 .125-.402.66.66 0 0 1 .329-.233l-.802-.918-.802.918a.66.66 0 0 1 .328.233.65.65 0 0 1 .125.402.65.65 0 0 1-.199.478.65.65 0 0 1-.478.2H9.527a.65.65 0 0 1-.478-.2.65.65 0 0 1-.2-.478q0-.277.2-.477a.65.65 0 0 1 .478-.2h.54l1.636-1.848-1.636-1.84h-.93l-.982 4.96q-.17.743-.696 1.194t-1.18.45"
|
|
20
|
+
})
|
|
21
|
+
]
|
|
22
|
+
});
|
|
23
|
+
export { FunctionProject };
|
|
@@ -24,6 +24,7 @@ var __webpack_require__ = {};
|
|
|
24
24
|
var __webpack_exports__ = {};
|
|
25
25
|
__webpack_require__.r(__webpack_exports__);
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
+
FunctionProject: ()=>external_FunctionProject_cjs_namespaceObject.FunctionProject,
|
|
27
28
|
TimelinePlayIcon: ()=>external_TimelinePlayIcon_cjs_namespaceObject.TimelinePlayIcon,
|
|
28
29
|
TimelineProgressIcon: ()=>external_TimelineProgressIcon_cjs_namespaceObject.TimelineProgressIcon,
|
|
29
30
|
AgentDiagramIcon: ()=>external_AgentDiagramIcon_cjs_namespaceObject.AgentDiagramIcon,
|
|
@@ -101,6 +102,7 @@ const external_EntryConditionIcon_cjs_namespaceObject = require("./EntryConditio
|
|
|
101
102
|
const external_ExitConditionIcon_cjs_namespaceObject = require("./ExitConditionIcon.cjs");
|
|
102
103
|
const external_FlaskRunIcon_cjs_namespaceObject = require("./FlaskRunIcon.cjs");
|
|
103
104
|
const external_FlowProject_cjs_namespaceObject = require("./FlowProject.cjs");
|
|
105
|
+
const external_FunctionProject_cjs_namespaceObject = require("./FunctionProject.cjs");
|
|
104
106
|
const external_GoogleIcon_cjs_namespaceObject = require("./GoogleIcon.cjs");
|
|
105
107
|
const external_HealthScoreIcon_cjs_namespaceObject = require("./HealthScoreIcon.cjs");
|
|
106
108
|
const external_HumanIcon_cjs_namespaceObject = require("./HumanIcon.cjs");
|
|
@@ -149,6 +151,7 @@ exports.EntryConditionIcon = __webpack_exports__.EntryConditionIcon;
|
|
|
149
151
|
exports.ExitConditionIcon = __webpack_exports__.ExitConditionIcon;
|
|
150
152
|
exports.FlaskRunIcon = __webpack_exports__.FlaskRunIcon;
|
|
151
153
|
exports.FlowProject = __webpack_exports__.FlowProject;
|
|
154
|
+
exports.FunctionProject = __webpack_exports__.FunctionProject;
|
|
152
155
|
exports.GoogleIcon = __webpack_exports__.GoogleIcon;
|
|
153
156
|
exports.HealthScoreIcon = __webpack_exports__.HealthScoreIcon;
|
|
154
157
|
exports.HumanIcon = __webpack_exports__.HumanIcon;
|
|
@@ -198,6 +201,7 @@ for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
|
198
201
|
"ExitConditionIcon",
|
|
199
202
|
"FlaskRunIcon",
|
|
200
203
|
"FlowProject",
|
|
204
|
+
"FunctionProject",
|
|
201
205
|
"GoogleIcon",
|
|
202
206
|
"HealthScoreIcon",
|
|
203
207
|
"HumanIcon",
|
|
@@ -26,6 +26,7 @@ export { EntryConditionIcon } from './EntryConditionIcon';
|
|
|
26
26
|
export { ExitConditionIcon } from './ExitConditionIcon';
|
|
27
27
|
export { FlaskRunIcon } from './FlaskRunIcon';
|
|
28
28
|
export { FlowProject } from './FlowProject';
|
|
29
|
+
export { FunctionProject } from './FunctionProject';
|
|
29
30
|
export { GoogleIcon } from './GoogleIcon';
|
|
30
31
|
export { HealthScoreIcon } from './HealthScoreIcon';
|
|
31
32
|
export { HumanIcon } from './HumanIcon';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/canvas/icons/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/canvas/icons/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -26,6 +26,7 @@ import { EntryConditionIcon } from "./EntryConditionIcon.js";
|
|
|
26
26
|
import { ExitConditionIcon } from "./ExitConditionIcon.js";
|
|
27
27
|
import { FlaskRunIcon } from "./FlaskRunIcon.js";
|
|
28
28
|
import { FlowProject } from "./FlowProject.js";
|
|
29
|
+
import { FunctionProject } from "./FunctionProject.js";
|
|
29
30
|
import { GoogleIcon } from "./GoogleIcon.js";
|
|
30
31
|
import { HealthScoreIcon } from "./HealthScoreIcon.js";
|
|
31
32
|
import { HumanIcon } from "./HumanIcon.js";
|
|
@@ -46,4 +47,4 @@ import { WebAppProject } from "./WebAppProject.js";
|
|
|
46
47
|
import { ZoomInIcon } from "./ZoomInIcon.js";
|
|
47
48
|
import { ZoomOutIcon } from "./ZoomOutIcon.js";
|
|
48
49
|
import { ZoomToFitIcon } from "./ZoomToFitIcon.js";
|
|
49
|
-
export { A2aIcon, AgentDiagramIcon, AgentIcon, AgentProject, AnthropicIcon, ApiProject, AutonomousAgentIcon, BusinessProcessProject, CaseManagementProject, CasePlanIcon, CodedAgentIcon, ConnectorBuilderProject, ConnectorHandleIcon, ContextIcon, ControlFlowIcon, ConversationalAgentIcon, DataAndTools, DataTransformExtractIcon, DataTransformFilterIcon, DataTransformFlattenIcon, DataTransformGroupIcon, DataTransformIcon, DataTransformMapIcon, DecisionIcon, EntryConditionIcon, ExitConditionIcon, FlaskRunIcon, FlowProject, GoogleIcon, HealthScoreIcon, HumanIcon, LoopIcon, McpIcon, MemoryIcon, OpenAIIcon, OrganizeIcon, ReturnToOriginIcon, RpaProject, ScriptTaskIcon, SwitchIcon, TimelinePauseIcon, TimelinePlayIcon, TimelineProgressIcon, UiPathIcon, WebAppProject, ZoomInIcon, ZoomOutIcon, ZoomToFitIcon };
|
|
50
|
+
export { A2aIcon, AgentDiagramIcon, AgentIcon, AgentProject, AnthropicIcon, ApiProject, AutonomousAgentIcon, BusinessProcessProject, CaseManagementProject, CasePlanIcon, CodedAgentIcon, ConnectorBuilderProject, ConnectorHandleIcon, ContextIcon, ControlFlowIcon, ConversationalAgentIcon, DataAndTools, DataTransformExtractIcon, DataTransformFilterIcon, DataTransformFlattenIcon, DataTransformGroupIcon, DataTransformIcon, DataTransformMapIcon, DecisionIcon, EntryConditionIcon, ExitConditionIcon, FlaskRunIcon, FlowProject, FunctionProject, GoogleIcon, HealthScoreIcon, HumanIcon, LoopIcon, McpIcon, MemoryIcon, OpenAIIcon, OrganizeIcon, ReturnToOriginIcon, RpaProject, ScriptTaskIcon, SwitchIcon, TimelinePauseIcon, TimelinePlayIcon, TimelineProgressIcon, UiPathIcon, WebAppProject, ZoomInIcon, ZoomOutIcon, ZoomToFitIcon };
|
|
@@ -26,7 +26,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
26
26
|
__webpack_require__.d(__webpack_exports__, {
|
|
27
27
|
messages: ()=>messages
|
|
28
28
|
});
|
|
29
|
-
const messages = JSON.parse("{\"loop-node.add-node\":[\"Add node to loop\"],\"loop-node.execution-count.click-to-jump\":[\"Click to jump to a specific iteration\"],\"loop-node.execution-count.click-to-return\":[\"Click to return to individual iteration view\"],\"loop-node.execution-count.jump-to-failed\":[\"Jump to first failed iteration\"],\"loop-node.execution-count.jump-to-iteration\":[\"Jump to iteration \",[\"iterationNumber\"],\" (failed)\"],\"loop-node.execution-count.next-iteration\":[\"Next iteration\"],\"loop-node.execution-count.previous-iteration\":[\"Previous iteration\"],\"loop-node.execution-count.return-to-individual\":[\"Return to individual iteration view\"],\"loop-node.execution-count.show-aggregate\":[\"Show aggregate across all iterations\"],\"loop-node.mode.parallel\":[\"Parallel\"],\"loop-node.mode.sequential\":[\"Sequential\"],\"loop-node.title\":[\"Loop\"],\"stage-node.add-first-task\":[\"Add first task\"],\"stage-node.add-task\":[\"Add task\"],\"stage-node.add-task-to-parallel-group-above\":[\"Add task to parallel group above\"],\"stage-node.add-task-to-parallel-group-below\":[\"Add task to parallel group below\"],\"stage-node.adhoc-tasks\":[\"
|
|
29
|
+
const messages = JSON.parse("{\"loop-node.add-node\":[\"Add node to loop\"],\"loop-node.execution-count.click-to-jump\":[\"Click to jump to a specific iteration\"],\"loop-node.execution-count.click-to-return\":[\"Click to return to individual iteration view\"],\"loop-node.execution-count.jump-to-failed\":[\"Jump to first failed iteration\"],\"loop-node.execution-count.jump-to-iteration\":[\"Jump to iteration \",[\"iterationNumber\"],\" (failed)\"],\"loop-node.execution-count.next-iteration\":[\"Next iteration\"],\"loop-node.execution-count.previous-iteration\":[\"Previous iteration\"],\"loop-node.execution-count.return-to-individual\":[\"Return to individual iteration view\"],\"loop-node.execution-count.show-aggregate\":[\"Show aggregate across all iterations\"],\"loop-node.mode.parallel\":[\"Parallel\"],\"loop-node.mode.sequential\":[\"Sequential\"],\"loop-node.title\":[\"Loop\"],\"stage-node.add-first-task\":[\"Add first task\"],\"stage-node.add-task\":[\"Add task\"],\"stage-node.add-task-to-parallel-group-above\":[\"Add task to parallel group above\"],\"stage-node.add-task-to-parallel-group-below\":[\"Add task to parallel group below\"],\"stage-node.adhoc-tasks\":[\"Manually triggered tasks\"],\"stage-node.create-parallel-group-with-task-above\":[\"Create parallel group with task above\"],\"stage-node.create-parallel-group-with-task-below\":[\"Create parallel group with task below\"],\"stage-node.delete-task\":[\"Delete task\"],\"stage-node.event-driven-tasks\":[\"Event-triggered tasks\"],\"stage-node.move-down\":[\"Move down\"],\"stage-node.move-up\":[\"Move up\"],\"stage-node.no-tasks\":[\"No tasks\"],\"stage-node.parallel\":[\"Parallel\"],\"stage-node.remove-from-parallel-group\":[\"Remove from parallel group\"],\"stage-node.remove-group-from-stage\":[\"Remove group from stage\"],\"stage-node.replace-task\":[\"Replace task\"],\"stage-node.status.cancelled\":[\"Cancelled\"],\"stage-node.status.completed\":[\"Completed\"],\"stage-node.status.failed\":[\"Failed\"],\"stage-node.status.in-progress\":[\"In progress\"],\"stage-node.status.not-executed\":[\"Not started\"],\"stage-node.status.paused\":[\"Paused\"],\"stage-node.status.terminated\":[\"Terminated\"],\"stage-node.status.warning\":[\"Warning\"],\"stage-node.ungroup-parallel-tasks\":[\"Ungroup parallel tasks\"],\"stage-node.untitled-stage\":[\"Untitled stage\"],\"sticky-note.formatting.bold\":[\"Bold (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Bullet list\"],\"sticky-note.formatting.italic\":[\"Italic (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Numbered list\"],\"sticky-note.formatting.strikethrough\":[\"Strikethrough (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Text formatting\"],\"sticky-note.toolbar.color\":[\"Color\"],\"sticky-note.toolbar.delete\":[\"Delete\"],\"sticky-note.toolbar.edit\":[\"Edit\"],\"toolbox.search\":[\"Search\"]}");
|
|
30
30
|
exports.messages = __webpack_exports__.messages;
|
|
31
31
|
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
32
|
"messages"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/en.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/en.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAA82F,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse("{\"loop-node.add-node\":[\"Add node to loop\"],\"loop-node.execution-count.click-to-jump\":[\"Click to jump to a specific iteration\"],\"loop-node.execution-count.click-to-return\":[\"Click to return to individual iteration view\"],\"loop-node.execution-count.jump-to-failed\":[\"Jump to first failed iteration\"],\"loop-node.execution-count.jump-to-iteration\":[\"Jump to iteration \",[\"iterationNumber\"],\" (failed)\"],\"loop-node.execution-count.next-iteration\":[\"Next iteration\"],\"loop-node.execution-count.previous-iteration\":[\"Previous iteration\"],\"loop-node.execution-count.return-to-individual\":[\"Return to individual iteration view\"],\"loop-node.execution-count.show-aggregate\":[\"Show aggregate across all iterations\"],\"loop-node.mode.parallel\":[\"Parallel\"],\"loop-node.mode.sequential\":[\"Sequential\"],\"loop-node.title\":[\"Loop\"],\"stage-node.add-first-task\":[\"Add first task\"],\"stage-node.add-task\":[\"Add task\"],\"stage-node.add-task-to-parallel-group-above\":[\"Add task to parallel group above\"],\"stage-node.add-task-to-parallel-group-below\":[\"Add task to parallel group below\"],\"stage-node.adhoc-tasks\":[\"
|
|
1
|
+
const messages = JSON.parse("{\"loop-node.add-node\":[\"Add node to loop\"],\"loop-node.execution-count.click-to-jump\":[\"Click to jump to a specific iteration\"],\"loop-node.execution-count.click-to-return\":[\"Click to return to individual iteration view\"],\"loop-node.execution-count.jump-to-failed\":[\"Jump to first failed iteration\"],\"loop-node.execution-count.jump-to-iteration\":[\"Jump to iteration \",[\"iterationNumber\"],\" (failed)\"],\"loop-node.execution-count.next-iteration\":[\"Next iteration\"],\"loop-node.execution-count.previous-iteration\":[\"Previous iteration\"],\"loop-node.execution-count.return-to-individual\":[\"Return to individual iteration view\"],\"loop-node.execution-count.show-aggregate\":[\"Show aggregate across all iterations\"],\"loop-node.mode.parallel\":[\"Parallel\"],\"loop-node.mode.sequential\":[\"Sequential\"],\"loop-node.title\":[\"Loop\"],\"stage-node.add-first-task\":[\"Add first task\"],\"stage-node.add-task\":[\"Add task\"],\"stage-node.add-task-to-parallel-group-above\":[\"Add task to parallel group above\"],\"stage-node.add-task-to-parallel-group-below\":[\"Add task to parallel group below\"],\"stage-node.adhoc-tasks\":[\"Manually triggered tasks\"],\"stage-node.create-parallel-group-with-task-above\":[\"Create parallel group with task above\"],\"stage-node.create-parallel-group-with-task-below\":[\"Create parallel group with task below\"],\"stage-node.delete-task\":[\"Delete task\"],\"stage-node.event-driven-tasks\":[\"Event-triggered tasks\"],\"stage-node.move-down\":[\"Move down\"],\"stage-node.move-up\":[\"Move up\"],\"stage-node.no-tasks\":[\"No tasks\"],\"stage-node.parallel\":[\"Parallel\"],\"stage-node.remove-from-parallel-group\":[\"Remove from parallel group\"],\"stage-node.remove-group-from-stage\":[\"Remove group from stage\"],\"stage-node.replace-task\":[\"Replace task\"],\"stage-node.status.cancelled\":[\"Cancelled\"],\"stage-node.status.completed\":[\"Completed\"],\"stage-node.status.failed\":[\"Failed\"],\"stage-node.status.in-progress\":[\"In progress\"],\"stage-node.status.not-executed\":[\"Not started\"],\"stage-node.status.paused\":[\"Paused\"],\"stage-node.status.terminated\":[\"Terminated\"],\"stage-node.status.warning\":[\"Warning\"],\"stage-node.ungroup-parallel-tasks\":[\"Ungroup parallel tasks\"],\"stage-node.untitled-stage\":[\"Untitled stage\"],\"sticky-note.formatting.bold\":[\"Bold (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Bullet list\"],\"sticky-note.formatting.italic\":[\"Italic (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Numbered list\"],\"sticky-note.formatting.strikethrough\":[\"Strikethrough (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Text formatting\"],\"sticky-note.toolbar.color\":[\"Color\"],\"sticky-note.toolbar.delete\":[\"Delete\"],\"sticky-note.toolbar.edit\":[\"Edit\"],\"toolbox.search\":[\"Search\"]}");
|
|
2
2
|
export { messages };
|
|
@@ -96,6 +96,10 @@ const iconRegistry = {
|
|
|
96
96
|
'agent-diagram': ({ w, h })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.AgentDiagramIcon, {
|
|
97
97
|
w: w ?? 24,
|
|
98
98
|
h: h ?? 24
|
|
99
|
+
}),
|
|
100
|
+
function: ({ w, h })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.FunctionProject, {
|
|
101
|
+
w: w ?? 29,
|
|
102
|
+
h: h ?? 28
|
|
99
103
|
})
|
|
100
104
|
};
|
|
101
105
|
function kebabToPascal(str) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-registry.d.ts","sourceRoot":"","sources":["../../../src/canvas/utils/icon-registry.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,GAAG,EAAiB,MAAM,OAAO,CAAC;AAGhD,MAAM,MAAM,aAAa,GAAG,CAAC,KAAK,EAAE;IAAE,CAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,KAAK,GAAG,CAAC,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"icon-registry.d.ts","sourceRoot":"","sources":["../../../src/canvas/utils/icon-registry.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,GAAG,EAAiB,MAAM,OAAO,CAAC;AAGhD,MAAM,MAAM,aAAa,GAAG,CAAC,KAAK,EAAE;IAAE,CAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,KAAK,GAAG,CAAC,OAAO,CAAC;AAuD/F,wBAAgB,OAAO,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,aAAa,CAuCtD;AAED,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAMD,eAAO,MAAM,UAAU,uDAIrB,CAAC;AAGH,eAAO,MAAM,QAAQ,uDAAa,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { icons } from "lucide-react";
|
|
3
3
|
import { memo, useMemo } from "react";
|
|
4
|
-
import { AgentDiagramIcon, AgentProject, ApiProject, AutonomousAgentIcon, BusinessProcessProject, CodedAgentIcon, ConnectorBuilderProject, ControlFlowIcon, ConversationalAgentIcon, DataAndTools, DecisionIcon, FlowProject, RpaProject, SwitchIcon, UiPathIcon, WebAppProject } from "../icons/index.js";
|
|
4
|
+
import { AgentDiagramIcon, AgentProject, ApiProject, AutonomousAgentIcon, BusinessProcessProject, CodedAgentIcon, ConnectorBuilderProject, ControlFlowIcon, ConversationalAgentIcon, DataAndTools, DecisionIcon, FlowProject, FunctionProject, RpaProject, SwitchIcon, UiPathIcon, WebAppProject } from "../icons/index.js";
|
|
5
5
|
const iconRegistry = {
|
|
6
6
|
agent: ({ w, h })=>/*#__PURE__*/ jsx(AgentProject, {
|
|
7
7
|
w: w ?? 29,
|
|
@@ -66,6 +66,10 @@ const iconRegistry = {
|
|
|
66
66
|
'agent-diagram': ({ w, h })=>/*#__PURE__*/ jsx(AgentDiagramIcon, {
|
|
67
67
|
w: w ?? 24,
|
|
68
68
|
h: h ?? 24
|
|
69
|
+
}),
|
|
70
|
+
function: ({ w, h })=>/*#__PURE__*/ jsx(FunctionProject, {
|
|
71
|
+
w: w ?? 29,
|
|
72
|
+
h: h ?? 28
|
|
69
73
|
})
|
|
70
74
|
};
|
|
71
75
|
function kebabToPascal(str) {
|