@uipath/apollo-react 4.36.0 → 4.36.2
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/LoopNode/LoopNode.cjs +3 -7
- package/dist/canvas/components/LoopNode/LoopNode.d.ts.map +1 -1
- package/dist/canvas/components/LoopNode/LoopNode.js +3 -7
- package/dist/canvas/components/LoopNode/LoopNode.types.d.ts +0 -8
- package/dist/canvas/components/LoopNode/LoopNode.types.d.ts.map +1 -1
- package/dist/canvas/components/StageNode/useStageNodeLabels.cjs +2 -2
- package/dist/canvas/components/StageNode/useStageNodeLabels.js +2 -2
- package/dist/canvas/icons/AgentIcon.cjs +2 -3
- package/dist/canvas/icons/AgentIcon.d.ts.map +1 -1
- package/dist/canvas/icons/AgentIcon.js +2 -3
- package/dist/canvas/icons/AutonomousAgentIcon.cjs +1 -1
- package/dist/canvas/icons/AutonomousAgentIcon.js +1 -1
- package/dist/canvas/icons/CodedAgentIcon.cjs +1 -1
- package/dist/canvas/icons/CodedAgentIcon.js +1 -1
- package/dist/canvas/icons/ConversationalAgentIcon.cjs +1 -1
- package/dist/canvas/icons/ConversationalAgentIcon.js +1 -1
- package/dist/canvas/icons/DataTransformIcon.cjs +5 -10
- package/dist/canvas/icons/DataTransformIcon.d.ts.map +1 -1
- package/dist/canvas/icons/DataTransformIcon.js +5 -10
- package/dist/canvas/icons/FlaskRunIcon.cjs +1 -1
- package/dist/canvas/icons/FlaskRunIcon.js +1 -1
- package/dist/canvas/icons/HealthScoreIcon.cjs +1 -1
- package/dist/canvas/icons/HealthScoreIcon.js +1 -1
- package/dist/canvas/icons/LoopIcon.cjs +1 -1
- package/dist/canvas/icons/LoopIcon.js +1 -1
- package/dist/canvas/icons/TimelinePauseIcon.cjs +1 -1
- package/dist/canvas/icons/TimelinePauseIcon.js +1 -1
- package/dist/canvas/icons/TimelineProgressIcon.cjs +1 -1
- package/dist/canvas/icons/TimelineProgressIcon.js +1 -1
- package/dist/canvas/locales/de.cjs +1 -1
- package/dist/canvas/locales/de.d.ts.map +1 -1
- package/dist/canvas/locales/de.js +1 -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/locales/es-MX.cjs +1 -1
- package/dist/canvas/locales/es-MX.d.ts.map +1 -1
- package/dist/canvas/locales/es-MX.js +1 -1
- package/dist/canvas/locales/es.cjs +1 -1
- package/dist/canvas/locales/es.d.ts.map +1 -1
- package/dist/canvas/locales/es.js +1 -1
- package/dist/canvas/locales/fr.cjs +1 -1
- package/dist/canvas/locales/fr.d.ts.map +1 -1
- package/dist/canvas/locales/fr.js +1 -1
- package/dist/canvas/locales/ja.cjs +1 -1
- package/dist/canvas/locales/ja.d.ts.map +1 -1
- package/dist/canvas/locales/ja.js +1 -1
- package/dist/canvas/locales/ko.cjs +1 -1
- package/dist/canvas/locales/ko.d.ts.map +1 -1
- package/dist/canvas/locales/ko.js +1 -1
- package/dist/canvas/locales/pt-BR.cjs +1 -1
- package/dist/canvas/locales/pt-BR.d.ts.map +1 -1
- package/dist/canvas/locales/pt-BR.js +1 -1
- package/dist/canvas/locales/pt.cjs +1 -1
- package/dist/canvas/locales/pt.d.ts.map +1 -1
- package/dist/canvas/locales/pt.js +1 -1
- package/dist/canvas/locales/tr.cjs +1 -1
- package/dist/canvas/locales/tr.d.ts.map +1 -1
- package/dist/canvas/locales/tr.js +1 -1
- package/dist/canvas/locales/zh-CN.cjs +1 -1
- package/dist/canvas/locales/zh-CN.d.ts.map +1 -1
- package/dist/canvas/locales/zh-CN.js +1 -1
- package/dist/canvas/locales/zh-TW.cjs +1 -1
- package/dist/canvas/locales/zh-TW.d.ts.map +1 -1
- package/dist/canvas/locales/zh-TW.js +1 -1
- package/dist/canvas/styles/tailwind.canvas.css +1 -1
- package/package.json +1 -1
- package/dist/canvas/components/LoopNode/IterationNavigator.cjs +0 -159
- package/dist/canvas/components/LoopNode/IterationNavigator.d.ts +0 -7
- package/dist/canvas/components/LoopNode/IterationNavigator.d.ts.map +0 -1
- package/dist/canvas/components/LoopNode/IterationNavigator.js +0 -125
|
@@ -50,9 +50,8 @@ const BaseNodeMissingManifest_cjs_namespaceObject = require("../BaseNode/BaseNod
|
|
|
50
50
|
const external_ButtonHandle_index_cjs_namespaceObject = require("../ButtonHandle/index.cjs");
|
|
51
51
|
const external_CanvasTooltip_cjs_namespaceObject = require("../CanvasTooltip.cjs");
|
|
52
52
|
const external_Toolbar_index_cjs_namespaceObject = require("../Toolbar/index.cjs");
|
|
53
|
-
const external_IterationNavigator_cjs_namespaceObject = require("./IterationNavigator.cjs");
|
|
54
|
-
const external_LoopNodeExecutionCount_cjs_namespaceObject = require("./LoopNodeExecutionCount.cjs");
|
|
55
53
|
const external_LoopNode_helpers_cjs_namespaceObject = require("./LoopNode.helpers.cjs");
|
|
54
|
+
const external_LoopNodeExecutionCount_cjs_namespaceObject = require("./LoopNodeExecutionCount.cjs");
|
|
56
55
|
const DEFAULT_LOOP_ICON = 'repeat';
|
|
57
56
|
const EMPTY_DATA = {};
|
|
58
57
|
const LOOP_HEADER_ADORNMENT_GAP = 8;
|
|
@@ -159,7 +158,7 @@ function resolveLoopHandleConfigurations(manifestHandleConfigurations, data) {
|
|
|
159
158
|
return manifestHandleConfigurations ?? [];
|
|
160
159
|
}
|
|
161
160
|
function LoopNodeComponent(props) {
|
|
162
|
-
const { id, type, data, selected = false, dragging = false, width = 0, height = 0, onAddFirstChild, onResize, toolbarConfig: toolbarConfigProp, adornments: adornmentsProp, executionStatusOverride, suggestionType: suggestionTypeProp,
|
|
161
|
+
const { id, type, data, selected = false, dragging = false, width = 0, height = 0, onAddFirstChild, onResize, toolbarConfig: toolbarConfigProp, adornments: adornmentsProp, executionStatusOverride, suggestionType: suggestionTypeProp, iterationPillState: iterationPillStateProp } = props;
|
|
163
162
|
const nodeTypeRegistry = (0, external_core_index_cjs_namespaceObject.useOptionalNodeTypeRegistry)();
|
|
164
163
|
const { _ } = (0, index_cjs_namespaceObject.useSafeLingui)();
|
|
165
164
|
const [isHovered, setIsHovered] = (0, external_react_namespaceObject.useState)(false);
|
|
@@ -348,7 +347,6 @@ function LoopNodeComponent(props) {
|
|
|
348
347
|
loading: isLoading,
|
|
349
348
|
isParallel: isParallel,
|
|
350
349
|
label: label,
|
|
351
|
-
iterationState: iterationStateProp,
|
|
352
350
|
iterationPillState: iterationPillStateProp,
|
|
353
351
|
nodeWidth: containerWidth,
|
|
354
352
|
hasTopLeftAdornment: hasTopLeftAdornment,
|
|
@@ -389,7 +387,7 @@ function LoopNodeComponent(props) {
|
|
|
389
387
|
});
|
|
390
388
|
}
|
|
391
389
|
const LoopNode = /*#__PURE__*/ (0, external_react_namespaceObject.memo)(LoopNodeComponent);
|
|
392
|
-
function Header({ title, icon, loading, isParallel, label,
|
|
390
|
+
function Header({ title, icon, loading, isParallel, label, iterationPillState, nodeWidth, hasTopLeftAdornment, hasTopRightAdornment }) {
|
|
393
391
|
const titleContent = loading ? /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
|
|
394
392
|
className: "h-5 w-28 animate-pulse rounded bg-(--canvas-background-overlay)"
|
|
395
393
|
}) : /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("span", {
|
|
@@ -428,8 +426,6 @@ function Header({ title, icon, loading, isParallel, label, iterationState, itera
|
|
|
428
426
|
iterationPillState ? /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_LoopNodeExecutionCount_cjs_namespaceObject.LoopNodeExecutionCount, {
|
|
429
427
|
state: iterationPillState,
|
|
430
428
|
size: nodeWidth >= 400 ? 'full' : nodeWidth >= 260 ? 'compact' : 'minimal'
|
|
431
|
-
}) : iterationState ? /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_IterationNavigator_cjs_namespaceObject.IterationNavigator, {
|
|
432
|
-
iterationState: iterationState
|
|
433
429
|
}) : null,
|
|
434
430
|
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("span", {
|
|
435
431
|
className: "flex h-6 shrink-0 items-center gap-1 rounded-full border border-border bg-surface px-2.5 text-[11px] font-semibold leading-4 text-foreground shadow-sm",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoopNode.d.ts","sourceRoot":"","sources":["../../../../src/canvas/components/LoopNode/LoopNode.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LoopNode.d.ts","sourceRoot":"","sources":["../../../../src/canvas/components/LoopNode/LoopNode.tsx"],"names":[],"mappings":"AAyCA,OAAO,KAAK,EAA+B,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAsInF,iBAAS,iBAAiB,CAAC,KAAK,EAAE,aAAa,2CA8Q9C;AAED,eAAO,MAAM,QAAQ,+DAA0B,CAAC"}
|
|
@@ -22,9 +22,8 @@ import { MissingManifestNode } from "../BaseNode/BaseNodeMissingManifest.js";
|
|
|
22
22
|
import { ButtonHandles } from "../ButtonHandle/index.js";
|
|
23
23
|
import { CanvasTooltip } from "../CanvasTooltip.js";
|
|
24
24
|
import { NodeToolbar } from "../Toolbar/index.js";
|
|
25
|
-
import { IterationNavigator } from "./IterationNavigator.js";
|
|
26
|
-
import { LoopNodeExecutionCount } from "./LoopNodeExecutionCount.js";
|
|
27
25
|
import { resolveContainerHandleGroups } from "./LoopNode.helpers.js";
|
|
26
|
+
import { LoopNodeExecutionCount } from "./LoopNodeExecutionCount.js";
|
|
28
27
|
const DEFAULT_LOOP_ICON = 'repeat';
|
|
29
28
|
const EMPTY_DATA = {};
|
|
30
29
|
const LOOP_HEADER_ADORNMENT_GAP = 8;
|
|
@@ -131,7 +130,7 @@ function resolveLoopHandleConfigurations(manifestHandleConfigurations, data) {
|
|
|
131
130
|
return manifestHandleConfigurations ?? [];
|
|
132
131
|
}
|
|
133
132
|
function LoopNodeComponent(props) {
|
|
134
|
-
const { id, type, data, selected = false, dragging = false, width = 0, height = 0, onAddFirstChild, onResize, toolbarConfig: toolbarConfigProp, adornments: adornmentsProp, executionStatusOverride, suggestionType: suggestionTypeProp,
|
|
133
|
+
const { id, type, data, selected = false, dragging = false, width = 0, height = 0, onAddFirstChild, onResize, toolbarConfig: toolbarConfigProp, adornments: adornmentsProp, executionStatusOverride, suggestionType: suggestionTypeProp, iterationPillState: iterationPillStateProp } = props;
|
|
135
134
|
const nodeTypeRegistry = useOptionalNodeTypeRegistry();
|
|
136
135
|
const { _ } = useSafeLingui();
|
|
137
136
|
const [isHovered, setIsHovered] = useState(false);
|
|
@@ -320,7 +319,6 @@ function LoopNodeComponent(props) {
|
|
|
320
319
|
loading: isLoading,
|
|
321
320
|
isParallel: isParallel,
|
|
322
321
|
label: label,
|
|
323
|
-
iterationState: iterationStateProp,
|
|
324
322
|
iterationPillState: iterationPillStateProp,
|
|
325
323
|
nodeWidth: containerWidth,
|
|
326
324
|
hasTopLeftAdornment: hasTopLeftAdornment,
|
|
@@ -361,7 +359,7 @@ function LoopNodeComponent(props) {
|
|
|
361
359
|
});
|
|
362
360
|
}
|
|
363
361
|
const LoopNode = /*#__PURE__*/ memo(LoopNodeComponent);
|
|
364
|
-
function Header({ title, icon, loading, isParallel, label,
|
|
362
|
+
function Header({ title, icon, loading, isParallel, label, iterationPillState, nodeWidth, hasTopLeftAdornment, hasTopRightAdornment }) {
|
|
365
363
|
const titleContent = loading ? /*#__PURE__*/ jsx("div", {
|
|
366
364
|
className: "h-5 w-28 animate-pulse rounded bg-(--canvas-background-overlay)"
|
|
367
365
|
}) : /*#__PURE__*/ jsx("span", {
|
|
@@ -400,8 +398,6 @@ function Header({ title, icon, loading, isParallel, label, iterationState, itera
|
|
|
400
398
|
iterationPillState ? /*#__PURE__*/ jsx(LoopNodeExecutionCount, {
|
|
401
399
|
state: iterationPillState,
|
|
402
400
|
size: nodeWidth >= 400 ? 'full' : nodeWidth >= 260 ? 'compact' : 'minimal'
|
|
403
|
-
}) : iterationState ? /*#__PURE__*/ jsx(IterationNavigator, {
|
|
404
|
-
iterationState: iterationState
|
|
405
401
|
}) : null,
|
|
406
402
|
/*#__PURE__*/ jsxs("span", {
|
|
407
403
|
className: "flex h-6 shrink-0 items-center gap-1 rounded-full border border-border bg-surface px-2.5 text-[11px] font-semibold leading-4 text-foreground shadow-sm",
|
|
@@ -9,13 +9,6 @@ export interface LoopNodeResizeSize {
|
|
|
9
9
|
width: number;
|
|
10
10
|
height: number;
|
|
11
11
|
}
|
|
12
|
-
export interface LoopIterationState {
|
|
13
|
-
activeIndex: number;
|
|
14
|
-
total: number;
|
|
15
|
-
onActiveIndexChange?: (nextIndex: number) => void;
|
|
16
|
-
disabled?: boolean;
|
|
17
|
-
ariaLabel?: string;
|
|
18
|
-
}
|
|
19
12
|
export interface LoopNodeExecutionCountState {
|
|
20
13
|
activeIndex: number;
|
|
21
14
|
total: number;
|
|
@@ -30,7 +23,6 @@ export interface LoopNodeConfig {
|
|
|
30
23
|
adornments?: NodeAdornments;
|
|
31
24
|
executionStatusOverride?: ElementStatusValues;
|
|
32
25
|
suggestionType?: SuggestionType;
|
|
33
|
-
iterationState?: LoopIterationState;
|
|
34
26
|
iterationPillState?: LoopNodeExecutionCountState;
|
|
35
27
|
}
|
|
36
28
|
export interface LoopNodeProps extends NodeProps<Node<LoopNodeData>>, LoopNodeConfig {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoopNode.types.d.ts","sourceRoot":"","sources":["../../../../src/canvas/components/LoopNode/LoopNode.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AAChF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAEpD,MAAM,MAAM,YAAY,GAAG,YAAY,CAAC;AAExC,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"LoopNode.types.d.ts","sourceRoot":"","sources":["../../../../src/canvas/components/LoopNode/LoopNode.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AAChF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAEpD,MAAM,MAAM,YAAY,GAAG,YAAY,CAAC;AAExC,MAAM,WAAW,kBAAkB;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,2BAA2B;IAC1C,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,mBAAmB,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAClD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,OAAO,CAAC;IACf,WAAW,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACtC,iBAAiB,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC;CACtD;AAED,MAAM,WAAW,cAAc;IAC7B,aAAa,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAC;IACzC,UAAU,CAAC,EAAE,cAAc,CAAC;IAC5B,uBAAuB,CAAC,EAAE,mBAAmB,CAAC;IAC9C,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,kBAAkB,CAAC,EAAE,2BAA2B,CAAC;CAClD;AAED,MAAM,WAAW,aAAc,SAAQ,SAAS,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,EAAE,cAAc;IAClF,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAC7B,QAAQ,CAAC,EAAE,CAAC,IAAI,EAAE,kBAAkB,KAAK,IAAI,CAAC;CAC/C"}
|
|
@@ -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',
|
|
@@ -27,7 +27,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
27
27
|
AgentIcon: ()=>AgentIcon
|
|
28
28
|
});
|
|
29
29
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
30
|
-
const AgentIcon = ({ w = 48, h = 48, color = '
|
|
30
|
+
const AgentIcon = ({ w = 48, h = 48, color = 'currentColor' })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
31
31
|
"data-testid": "agent-icon",
|
|
32
32
|
fill: "none",
|
|
33
33
|
height: h,
|
|
@@ -61,8 +61,7 @@ const AgentIcon = ({ w = 48, h = 48, color = 'var(--color-foreground-de-emp)' })
|
|
|
61
61
|
}),
|
|
62
62
|
/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
63
63
|
d: "M6.27695 1.93526C5.95259 1.05869 4.71277 1.05869 4.38841 1.93526L3.96573 3.07755L2.82345 3.50023C1.94687 3.82459 1.94687 5.06441 2.82345 5.38877L3.96573 5.81145L4.38841 6.95373C4.71277 7.83031 5.95259 7.83031 6.27695 6.95373L6.69964 5.81145L7.84192 5.38877C8.71849 5.06441 8.71849 3.82459 7.84192 3.50023L6.69964 3.07755L6.27695 1.93526Z",
|
|
64
|
-
fill:
|
|
65
|
-
stroke: "white"
|
|
64
|
+
fill: color
|
|
66
65
|
})
|
|
67
66
|
]
|
|
68
67
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AgentIcon.d.ts","sourceRoot":"","sources":["../../../src/canvas/icons/AgentIcon.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,GAAI,kBAIvB;IACD,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,
|
|
1
|
+
{"version":3,"file":"AgentIcon.d.ts","sourceRoot":"","sources":["../../../src/canvas/icons/AgentIcon.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,GAAI,kBAIvB;IACD,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,4CAmBA,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
const AgentIcon = ({ w = 48, h = 48, color = '
|
|
2
|
+
const AgentIcon = ({ w = 48, h = 48, color = 'currentColor' })=>/*#__PURE__*/ jsxs("svg", {
|
|
3
3
|
"data-testid": "agent-icon",
|
|
4
4
|
fill: "none",
|
|
5
5
|
height: h,
|
|
@@ -33,8 +33,7 @@ const AgentIcon = ({ w = 48, h = 48, color = 'var(--color-foreground-de-emp)' })
|
|
|
33
33
|
}),
|
|
34
34
|
/*#__PURE__*/ jsx("path", {
|
|
35
35
|
d: "M6.27695 1.93526C5.95259 1.05869 4.71277 1.05869 4.38841 1.93526L3.96573 3.07755L2.82345 3.50023C1.94687 3.82459 1.94687 5.06441 2.82345 5.38877L3.96573 5.81145L4.38841 6.95373C4.71277 7.83031 5.95259 7.83031 6.27695 6.95373L6.69964 5.81145L7.84192 5.38877C8.71849 5.06441 8.71849 3.82459 7.84192 3.50023L6.69964 3.07755L6.27695 1.93526Z",
|
|
36
|
-
fill:
|
|
37
|
-
stroke: "white"
|
|
36
|
+
fill: color
|
|
38
37
|
})
|
|
39
38
|
]
|
|
40
39
|
});
|
|
@@ -27,7 +27,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
27
27
|
AutonomousAgentIcon: ()=>AutonomousAgentIcon
|
|
28
28
|
});
|
|
29
29
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
30
|
-
const AutonomousAgentIcon = ({ w = 48, h = 48, color = '
|
|
30
|
+
const AutonomousAgentIcon = ({ w = 48, h = 48, color = 'currentColor' })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("svg", {
|
|
31
31
|
xmlns: "http://www.w3.org/2000/svg",
|
|
32
32
|
width: w,
|
|
33
33
|
height: h,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
const AutonomousAgentIcon = ({ w = 48, h = 48, color = '
|
|
2
|
+
const AutonomousAgentIcon = ({ w = 48, h = 48, color = 'currentColor' })=>/*#__PURE__*/ jsx("svg", {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
width: w,
|
|
5
5
|
height: h,
|
|
@@ -27,7 +27,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
27
27
|
CodedAgentIcon: ()=>CodedAgentIcon
|
|
28
28
|
});
|
|
29
29
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
30
|
-
const CodedAgentIcon = ({ w = 48, h = 48, color = '
|
|
30
|
+
const CodedAgentIcon = ({ w = 48, h = 48, color = 'currentColor' })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
31
31
|
xmlns: "http://www.w3.org/2000/svg",
|
|
32
32
|
width: w,
|
|
33
33
|
height: h,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
const CodedAgentIcon = ({ w = 48, h = 48, color = '
|
|
2
|
+
const CodedAgentIcon = ({ w = 48, h = 48, color = 'currentColor' })=>/*#__PURE__*/ jsxs("svg", {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
width: w,
|
|
5
5
|
height: h,
|
|
@@ -27,7 +27,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
27
27
|
ConversationalAgentIcon: ()=>ConversationalAgentIcon
|
|
28
28
|
});
|
|
29
29
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
30
|
-
const ConversationalAgentIcon = ({ w = 48, h = 48, color = '
|
|
30
|
+
const ConversationalAgentIcon = ({ w = 48, h = 48, color = 'currentColor' })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
31
31
|
xmlns: "http://www.w3.org/2000/svg",
|
|
32
32
|
width: w,
|
|
33
33
|
height: h,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
const ConversationalAgentIcon = ({ w = 48, h = 48, color = '
|
|
2
|
+
const ConversationalAgentIcon = ({ w = 48, h = 48, color = 'currentColor' })=>/*#__PURE__*/ jsxs("svg", {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
width: w,
|
|
5
5
|
height: h,
|
|
@@ -33,16 +33,11 @@ const DataTransformIcon = ({ w = 48, h = 48 })=>/*#__PURE__*/ (0, jsx_runtime_na
|
|
|
33
33
|
height: h,
|
|
34
34
|
viewBox: "0 0 48 48",
|
|
35
35
|
fill: "none",
|
|
36
|
-
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
fillRule: "evenodd",
|
|
42
|
-
clipRule: "evenodd",
|
|
43
|
-
d: "M32.2353 7.80957V12.4354H20.4706V40.1905H15.7647V12.4354H4V7.80957H32.2353ZM39.2941 12.4354V19.3742H44V24H39.2941V35.5647H44V40.1905H39.2941C36.6951 40.1905 34.5882 38.1195 34.5882 35.5647V24H29.8824V19.3742H34.5882V12.4354H39.2941Z",
|
|
44
|
-
fill: "currentColor"
|
|
45
|
-
})
|
|
36
|
+
children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("path", {
|
|
37
|
+
fillRule: "evenodd",
|
|
38
|
+
clipRule: "evenodd",
|
|
39
|
+
d: "M32.2353 7.80957V12.4354H20.4706V40.1905H15.7647V12.4354H4V7.80957H32.2353ZM39.2941 12.4354V19.3742H44V24H39.2941V35.5647H44V40.1905H39.2941C36.6951 40.1905 34.5882 38.1195 34.5882 35.5647V24H29.8824V19.3742H34.5882V12.4354H39.2941Z",
|
|
40
|
+
fill: "currentColor"
|
|
46
41
|
})
|
|
47
42
|
});
|
|
48
43
|
exports.DataTransformIcon = __webpack_exports__.DataTransformIcon;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTransformIcon.d.ts","sourceRoot":"","sources":["../../../src/canvas/icons/DataTransformIcon.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,GAAI,WAG/B;IACD,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACrB,
|
|
1
|
+
{"version":3,"file":"DataTransformIcon.d.ts","sourceRoot":"","sources":["../../../src/canvas/icons/DataTransformIcon.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,GAAI,WAG/B;IACD,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACrB,4CAWA,CAAC"}
|
|
@@ -5,16 +5,11 @@ const DataTransformIcon = ({ w = 48, h = 48 })=>/*#__PURE__*/ jsx("svg", {
|
|
|
5
5
|
height: h,
|
|
6
6
|
viewBox: "0 0 48 48",
|
|
7
7
|
fill: "none",
|
|
8
|
-
children: /*#__PURE__*/ jsx("
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
fillRule: "evenodd",
|
|
14
|
-
clipRule: "evenodd",
|
|
15
|
-
d: "M32.2353 7.80957V12.4354H20.4706V40.1905H15.7647V12.4354H4V7.80957H32.2353ZM39.2941 12.4354V19.3742H44V24H39.2941V35.5647H44V40.1905H39.2941C36.6951 40.1905 34.5882 38.1195 34.5882 35.5647V24H29.8824V19.3742H34.5882V12.4354H39.2941Z",
|
|
16
|
-
fill: "currentColor"
|
|
17
|
-
})
|
|
8
|
+
children: /*#__PURE__*/ jsx("path", {
|
|
9
|
+
fillRule: "evenodd",
|
|
10
|
+
clipRule: "evenodd",
|
|
11
|
+
d: "M32.2353 7.80957V12.4354H20.4706V40.1905H15.7647V12.4354H4V7.80957H32.2353ZM39.2941 12.4354V19.3742H44V24H39.2941V35.5647H44V40.1905H39.2941C36.6951 40.1905 34.5882 38.1195 34.5882 35.5647V24H29.8824V19.3742H34.5882V12.4354H39.2941Z",
|
|
12
|
+
fill: "currentColor"
|
|
18
13
|
})
|
|
19
14
|
});
|
|
20
15
|
export { DataTransformIcon };
|
|
@@ -27,7 +27,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
27
27
|
FlaskRunIcon: ()=>FlaskRunIcon
|
|
28
28
|
});
|
|
29
29
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
30
|
-
const FlaskRunIcon = ({ w = 32, h = 32, color = '
|
|
30
|
+
const FlaskRunIcon = ({ w = 32, h = 32, color = 'currentColor' })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
31
31
|
xmlns: "http://www.w3.org/2000/svg",
|
|
32
32
|
width: w,
|
|
33
33
|
height: h,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
const FlaskRunIcon = ({ w = 32, h = 32, color = '
|
|
2
|
+
const FlaskRunIcon = ({ w = 32, h = 32, color = 'currentColor' })=>/*#__PURE__*/ jsxs("svg", {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
width: w,
|
|
5
5
|
height: h,
|
|
@@ -27,7 +27,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
27
27
|
HealthScoreIcon: ()=>HealthScoreIcon
|
|
28
28
|
});
|
|
29
29
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
30
|
-
const HealthScoreIcon = ({ w = 48, h = 48, color = '
|
|
30
|
+
const HealthScoreIcon = ({ w = 48, h = 48, color = 'currentColor' })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("svg", {
|
|
31
31
|
xmlns: "http://www.w3.org/2000/svg",
|
|
32
32
|
width: w,
|
|
33
33
|
height: h,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
const HealthScoreIcon = ({ w = 48, h = 48, color = '
|
|
2
|
+
const HealthScoreIcon = ({ w = 48, h = 48, color = 'currentColor' })=>/*#__PURE__*/ jsx("svg", {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
width: w,
|
|
5
5
|
height: h,
|
|
@@ -27,7 +27,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
27
27
|
LoopIcon: ()=>LoopIcon
|
|
28
28
|
});
|
|
29
29
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
30
|
-
const LoopIcon = ({ w = 48, h = 48, color = '
|
|
30
|
+
const LoopIcon = ({ w = 48, h = 48, color = 'currentColor' })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("svg", {
|
|
31
31
|
xmlns: "http://www.w3.org/2000/svg",
|
|
32
32
|
width: w,
|
|
33
33
|
height: h,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
const LoopIcon = ({ w = 48, h = 48, color = '
|
|
2
|
+
const LoopIcon = ({ w = 48, h = 48, color = 'currentColor' })=>/*#__PURE__*/ jsx("svg", {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
width: w,
|
|
5
5
|
height: h,
|
|
@@ -27,7 +27,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
27
27
|
TimelinePauseIcon: ()=>TimelinePauseIcon
|
|
28
28
|
});
|
|
29
29
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
30
|
-
const TimelinePauseIcon = ({ w = 24, h = 25, color = '
|
|
30
|
+
const TimelinePauseIcon = ({ w = 24, h = 25, color = 'currentColor' })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("svg", {
|
|
31
31
|
"data-testid": "timeline-pause-icon",
|
|
32
32
|
xmlns: "http://www.w3.org/2000/svg",
|
|
33
33
|
width: w,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
const TimelinePauseIcon = ({ w = 24, h = 25, color = '
|
|
2
|
+
const TimelinePauseIcon = ({ w = 24, h = 25, color = 'currentColor' })=>/*#__PURE__*/ jsx("svg", {
|
|
3
3
|
"data-testid": "timeline-pause-icon",
|
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
5
|
width: w,
|
|
@@ -27,7 +27,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
27
27
|
TimelineProgressIcon: ()=>TimelineProgressIcon
|
|
28
28
|
});
|
|
29
29
|
const jsx_runtime_namespaceObject = require("react/jsx-runtime");
|
|
30
|
-
const TimelineProgressIcon = ({ w = 10, h = 10, color = '
|
|
30
|
+
const TimelineProgressIcon = ({ w = 10, h = 10, color = 'currentColor' })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("svg", {
|
|
31
31
|
"data-testid": "timeline-progress-icon",
|
|
32
32
|
xmlns: "http://www.w3.org/2000/svg",
|
|
33
33
|
width: w,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
const TimelineProgressIcon = ({ w = 10, h = 10, color = '
|
|
2
|
+
const TimelineProgressIcon = ({ w = 10, h = 10, color = 'currentColor' })=>/*#__PURE__*/ jsx("svg", {
|
|
3
3
|
"data-testid": "timeline-progress-icon",
|
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
5
|
width: w,
|
|
@@ -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("{\"sticky-note.formatting.bold\":[\"Fett (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Aufzählungsliste\"],\"sticky-note.formatting.italic\":[\"Kursiv (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Nummerierte Liste\"],\"sticky-note.formatting.strikethrough\":[\"Durchgestrichen (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Textformatierung\"]}");
|
|
29
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"Erste Aufgabe hinzufügen\"],\"stage-node.add-task\":[\"Aufgabe hinzufügen\"],\"stage-node.add-task-to-parallel-group-above\":[\"Aufgabe zur parallelen Gruppe oben hinzufügen\"],\"stage-node.add-task-to-parallel-group-below\":[\"Aufgabe zur parallelen Gruppe unten hinzufügen\"],\"stage-node.adhoc-tasks\":[\"Ad-hoc-Aufgaben\"],\"stage-node.create-parallel-group-with-task-above\":[\"Parallele Gruppe mit Aufgabe oben erstellen\"],\"stage-node.create-parallel-group-with-task-below\":[\"Parallele Gruppe mit Aufgabe unten erstellen\"],\"stage-node.delete-task\":[\"Aufgabe löschen\"],\"stage-node.event-driven-tasks\":[\"Ereignisgesteuerte Aufgaben\"],\"stage-node.move-down\":[\"Nach unten\"],\"stage-node.move-up\":[\"Nach oben\"],\"stage-node.no-tasks\":[\"Keine Aufgaben\"],\"stage-node.parallel\":[\"Parallel\"],\"stage-node.remove-from-parallel-group\":[\"Aus paralleler Gruppe entfernen\"],\"stage-node.remove-group-from-stage\":[\"Gruppe aus Phase entfernen\"],\"stage-node.replace-task\":[\"Aufgabe ersetzen\"],\"stage-node.ungroup-parallel-tasks\":[\"Gruppierung paralleler Aufgaben aufheben\"],\"stage-node.untitled-stage\":[\"Schritt ohne Titel\"],\"sticky-note.formatting.bold\":[\"Fett (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Aufzählungsliste\"],\"sticky-note.formatting.italic\":[\"Kursiv (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Nummerierte Liste\"],\"sticky-note.formatting.strikethrough\":[\"Durchgestrichen (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Textformatierung\"],\"toolbox.search\":[\"Suchen\"]}");
|
|
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":"de.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/de.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/de.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAyoD,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"Fett (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Aufzählungsliste\"],\"sticky-note.formatting.italic\":[\"Kursiv (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Nummerierte Liste\"],\"sticky-note.formatting.strikethrough\":[\"Durchgestrichen (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Textformatierung\"]}");
|
|
1
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"Erste Aufgabe hinzufügen\"],\"stage-node.add-task\":[\"Aufgabe hinzufügen\"],\"stage-node.add-task-to-parallel-group-above\":[\"Aufgabe zur parallelen Gruppe oben hinzufügen\"],\"stage-node.add-task-to-parallel-group-below\":[\"Aufgabe zur parallelen Gruppe unten hinzufügen\"],\"stage-node.adhoc-tasks\":[\"Ad-hoc-Aufgaben\"],\"stage-node.create-parallel-group-with-task-above\":[\"Parallele Gruppe mit Aufgabe oben erstellen\"],\"stage-node.create-parallel-group-with-task-below\":[\"Parallele Gruppe mit Aufgabe unten erstellen\"],\"stage-node.delete-task\":[\"Aufgabe löschen\"],\"stage-node.event-driven-tasks\":[\"Ereignisgesteuerte Aufgaben\"],\"stage-node.move-down\":[\"Nach unten\"],\"stage-node.move-up\":[\"Nach oben\"],\"stage-node.no-tasks\":[\"Keine Aufgaben\"],\"stage-node.parallel\":[\"Parallel\"],\"stage-node.remove-from-parallel-group\":[\"Aus paralleler Gruppe entfernen\"],\"stage-node.remove-group-from-stage\":[\"Gruppe aus Phase entfernen\"],\"stage-node.replace-task\":[\"Aufgabe ersetzen\"],\"stage-node.ungroup-parallel-tasks\":[\"Gruppierung paralleler Aufgaben aufheben\"],\"stage-node.untitled-stage\":[\"Schritt ohne Titel\"],\"sticky-note.formatting.bold\":[\"Fett (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Aufzählungsliste\"],\"sticky-note.formatting.italic\":[\"Kursiv (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Nummerierte Liste\"],\"sticky-note.formatting.strikethrough\":[\"Durchgestrichen (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Textformatierung\"],\"toolbox.search\":[\"Suchen\"]}");
|
|
2
2
|
export { messages };
|
|
@@ -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.
|
|
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.
|
|
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 };
|
|
@@ -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("{\"sticky-note.formatting.bold\":[\"Negrita (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista con viñetas\"],\"sticky-note.formatting.italic\":[\"Cursiva (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formato de texto\"]}");
|
|
29
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"Agregar primera tarea\"],\"stage-node.add-task\":[\"Agregar tarea\"],\"stage-node.add-task-to-parallel-group-above\":[\"Agregar tarea al grupo paralelo anterior\"],\"stage-node.add-task-to-parallel-group-below\":[\"Agregar tarea al grupo paralelo siguiente\"],\"stage-node.adhoc-tasks\":[\"Tareas ad hoc\"],\"stage-node.create-parallel-group-with-task-above\":[\"Crear grupo paralelo con la tarea anterior\"],\"stage-node.create-parallel-group-with-task-below\":[\"Crear grupo paralelo con la tarea siguiente\"],\"stage-node.delete-task\":[\"Eliminar tarea\"],\"stage-node.event-driven-tasks\":[\"Tareas basadas en eventos\"],\"stage-node.move-down\":[\"Mover hacia abajo\"],\"stage-node.move-up\":[\"Mover hacia arriba\"],\"stage-node.no-tasks\":[\"Sin tareas\"],\"stage-node.parallel\":[\"Paralelo\"],\"stage-node.remove-from-parallel-group\":[\"Eliminar del grupo paralelo\"],\"stage-node.remove-group-from-stage\":[\"Eliminar grupo de la etapa\"],\"stage-node.replace-task\":[\"Reemplazar tarea\"],\"stage-node.ungroup-parallel-tasks\":[\"Desagrupar tareas paralelas\"],\"stage-node.untitled-stage\":[\"Etapa sin título\"],\"sticky-note.formatting.bold\":[\"Negrita (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista con viñetas\"],\"sticky-note.formatting.italic\":[\"Cursiva (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formato de texto\"],\"toolbox.search\":[\"Buscar\"]}");
|
|
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":"es-MX.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/es-MX.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"es-MX.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/es-MX.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAmmD,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"Negrita (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista con viñetas\"],\"sticky-note.formatting.italic\":[\"Cursiva (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formato de texto\"]}");
|
|
1
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"Agregar primera tarea\"],\"stage-node.add-task\":[\"Agregar tarea\"],\"stage-node.add-task-to-parallel-group-above\":[\"Agregar tarea al grupo paralelo anterior\"],\"stage-node.add-task-to-parallel-group-below\":[\"Agregar tarea al grupo paralelo siguiente\"],\"stage-node.adhoc-tasks\":[\"Tareas ad hoc\"],\"stage-node.create-parallel-group-with-task-above\":[\"Crear grupo paralelo con la tarea anterior\"],\"stage-node.create-parallel-group-with-task-below\":[\"Crear grupo paralelo con la tarea siguiente\"],\"stage-node.delete-task\":[\"Eliminar tarea\"],\"stage-node.event-driven-tasks\":[\"Tareas basadas en eventos\"],\"stage-node.move-down\":[\"Mover hacia abajo\"],\"stage-node.move-up\":[\"Mover hacia arriba\"],\"stage-node.no-tasks\":[\"Sin tareas\"],\"stage-node.parallel\":[\"Paralelo\"],\"stage-node.remove-from-parallel-group\":[\"Eliminar del grupo paralelo\"],\"stage-node.remove-group-from-stage\":[\"Eliminar grupo de la etapa\"],\"stage-node.replace-task\":[\"Reemplazar tarea\"],\"stage-node.ungroup-parallel-tasks\":[\"Desagrupar tareas paralelas\"],\"stage-node.untitled-stage\":[\"Etapa sin título\"],\"sticky-note.formatting.bold\":[\"Negrita (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista con viñetas\"],\"sticky-note.formatting.italic\":[\"Cursiva (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formato de texto\"],\"toolbox.search\":[\"Buscar\"]}");
|
|
2
2
|
export { messages };
|
|
@@ -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("{\"sticky-note.formatting.bold\":[\"Negrita (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista con viñetas\"],\"sticky-note.formatting.italic\":[\"Cursiva (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formato de texto\"]}");
|
|
29
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"Añadir primera tarea\"],\"stage-node.add-task\":[\"añadir tarea\"],\"stage-node.add-task-to-parallel-group-above\":[\"Añadir tarea al grupo paralelo anterior\"],\"stage-node.add-task-to-parallel-group-below\":[\"Añadir tarea al grupo paralelo siguiente\"],\"stage-node.adhoc-tasks\":[\"Tareas ad hoc\"],\"stage-node.create-parallel-group-with-task-above\":[\"Crear grupo paralelo con la tarea anterior\"],\"stage-node.create-parallel-group-with-task-below\":[\"Crear grupo paralelo con la siguiente tarea\"],\"stage-node.delete-task\":[\"Eliminar tarea\"],\"stage-node.event-driven-tasks\":[\"Tareas impulsadas por eventos\"],\"stage-node.move-down\":[\"Mover hacia abajo\"],\"stage-node.move-up\":[\"Mover hacia arriba\"],\"stage-node.no-tasks\":[\"No hay tareas\"],\"stage-node.parallel\":[\"Paralelo\"],\"stage-node.remove-from-parallel-group\":[\"Eliminar del grupo paralelo\"],\"stage-node.remove-group-from-stage\":[\"Eliminar grupo de la etapa\"],\"stage-node.replace-task\":[\"Reemplazar tarea\"],\"stage-node.ungroup-parallel-tasks\":[\"Desagrupar tareas paralelas\"],\"stage-node.untitled-stage\":[\"Etapa sin título\"],\"sticky-note.formatting.bold\":[\"Negrita (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista con viñetas\"],\"sticky-note.formatting.italic\":[\"Cursiva (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formato de texto\"],\"toolbox.search\":[\"Buscar\"]}");
|
|
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":"es.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/es.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/es.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAsmD,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"Negrita (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista con viñetas\"],\"sticky-note.formatting.italic\":[\"Cursiva (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formato de texto\"]}");
|
|
1
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"Añadir primera tarea\"],\"stage-node.add-task\":[\"añadir tarea\"],\"stage-node.add-task-to-parallel-group-above\":[\"Añadir tarea al grupo paralelo anterior\"],\"stage-node.add-task-to-parallel-group-below\":[\"Añadir tarea al grupo paralelo siguiente\"],\"stage-node.adhoc-tasks\":[\"Tareas ad hoc\"],\"stage-node.create-parallel-group-with-task-above\":[\"Crear grupo paralelo con la tarea anterior\"],\"stage-node.create-parallel-group-with-task-below\":[\"Crear grupo paralelo con la siguiente tarea\"],\"stage-node.delete-task\":[\"Eliminar tarea\"],\"stage-node.event-driven-tasks\":[\"Tareas impulsadas por eventos\"],\"stage-node.move-down\":[\"Mover hacia abajo\"],\"stage-node.move-up\":[\"Mover hacia arriba\"],\"stage-node.no-tasks\":[\"No hay tareas\"],\"stage-node.parallel\":[\"Paralelo\"],\"stage-node.remove-from-parallel-group\":[\"Eliminar del grupo paralelo\"],\"stage-node.remove-group-from-stage\":[\"Eliminar grupo de la etapa\"],\"stage-node.replace-task\":[\"Reemplazar tarea\"],\"stage-node.ungroup-parallel-tasks\":[\"Desagrupar tareas paralelas\"],\"stage-node.untitled-stage\":[\"Etapa sin título\"],\"sticky-note.formatting.bold\":[\"Negrita (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Lista con viñetas\"],\"sticky-note.formatting.italic\":[\"Cursiva (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Lista numerada\"],\"sticky-note.formatting.strikethrough\":[\"Tachado (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Formato de texto\"],\"toolbox.search\":[\"Buscar\"]}");
|
|
2
2
|
export { messages };
|
|
@@ -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("{\"sticky-note.formatting.bold\":[\"Gras (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Liste à puces\"],\"sticky-note.formatting.italic\":[\"Italique (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Liste numérotée\"],\"sticky-note.formatting.strikethrough\":[\"Barré (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Mise en forme du texte\"]}");
|
|
29
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"Ajouter la première tâche\"],\"stage-node.add-task\":[\"Ajouter une tâche\"],\"stage-node.add-task-to-parallel-group-above\":[\"Ajouter une tâche au groupe parallèle ci-dessus\"],\"stage-node.add-task-to-parallel-group-below\":[\"Ajouter une tâche au groupe parallèle ci-dessous\"],\"stage-node.adhoc-tasks\":[\"Tâches ad\xA0hoc\"],\"stage-node.create-parallel-group-with-task-above\":[\"Créer un groupe parallèle avec la tâche ci-dessus\"],\"stage-node.create-parallel-group-with-task-below\":[\"Créer un groupe parallèle avec la tâche ci-dessous\"],\"stage-node.delete-task\":[\"Supprimer la tâche\"],\"stage-node.event-driven-tasks\":[\"Tâches axées sur les événements\"],\"stage-node.move-down\":[\"Déplacer vers le haut\"],\"stage-node.move-up\":[\"Monter\"],\"stage-node.no-tasks\":[\"Aucune tâche\"],\"stage-node.parallel\":[\"Parallèle\"],\"stage-node.remove-from-parallel-group\":[\"Supprimer du groupe parallèle\"],\"stage-node.remove-group-from-stage\":[\"Supprimer le groupe de l’étape\"],\"stage-node.replace-task\":[\"Remplacer la tâche\"],\"stage-node.ungroup-parallel-tasks\":[\"Dissocier les tâches parallèles\"],\"stage-node.untitled-stage\":[\"Étape sans titre\"],\"sticky-note.formatting.bold\":[\"Gras (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Liste à puces\"],\"sticky-note.formatting.italic\":[\"Italique (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Liste numérotée\"],\"sticky-note.formatting.strikethrough\":[\"Barré (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Mise en forme du texte\"],\"toolbox.search\":[\"Rechercher\"]}");
|
|
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":"fr.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/fr.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../src/canvas/locales/fr.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAA8pD,QAAQ,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const messages = JSON.parse("{\"sticky-note.formatting.bold\":[\"Gras (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Liste à puces\"],\"sticky-note.formatting.italic\":[\"Italique (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Liste numérotée\"],\"sticky-note.formatting.strikethrough\":[\"Barré (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Mise en forme du texte\"]}");
|
|
1
|
+
const messages = JSON.parse("{\"stage-node.add-first-task\":[\"Ajouter la première tâche\"],\"stage-node.add-task\":[\"Ajouter une tâche\"],\"stage-node.add-task-to-parallel-group-above\":[\"Ajouter une tâche au groupe parallèle ci-dessus\"],\"stage-node.add-task-to-parallel-group-below\":[\"Ajouter une tâche au groupe parallèle ci-dessous\"],\"stage-node.adhoc-tasks\":[\"Tâches ad\xA0hoc\"],\"stage-node.create-parallel-group-with-task-above\":[\"Créer un groupe parallèle avec la tâche ci-dessus\"],\"stage-node.create-parallel-group-with-task-below\":[\"Créer un groupe parallèle avec la tâche ci-dessous\"],\"stage-node.delete-task\":[\"Supprimer la tâche\"],\"stage-node.event-driven-tasks\":[\"Tâches axées sur les événements\"],\"stage-node.move-down\":[\"Déplacer vers le haut\"],\"stage-node.move-up\":[\"Monter\"],\"stage-node.no-tasks\":[\"Aucune tâche\"],\"stage-node.parallel\":[\"Parallèle\"],\"stage-node.remove-from-parallel-group\":[\"Supprimer du groupe parallèle\"],\"stage-node.remove-group-from-stage\":[\"Supprimer le groupe de l’étape\"],\"stage-node.replace-task\":[\"Remplacer la tâche\"],\"stage-node.ungroup-parallel-tasks\":[\"Dissocier les tâches parallèles\"],\"stage-node.untitled-stage\":[\"Étape sans titre\"],\"sticky-note.formatting.bold\":[\"Gras (\",[\"boldShortcut\"],\")\"],\"sticky-note.formatting.bullet-list\":[\"Liste à puces\"],\"sticky-note.formatting.italic\":[\"Italique (\",[\"italicShortcut\"],\")\"],\"sticky-note.formatting.numbered-list\":[\"Liste numérotée\"],\"sticky-note.formatting.strikethrough\":[\"Barré (\",[\"strikethroughShortcut\"],\")\"],\"sticky-note.formatting.toolbar\":[\"Mise en forme du texte\"],\"toolbox.search\":[\"Rechercher\"]}");
|
|
2
2
|
export { messages };
|