@workflow/web 5.0.0-beta.37 → 5.0.0-beta.38
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/build/client/assets/app-_i85JgUF.css +1 -0
- package/build/client/assets/{arrow-up-right-DDNPFYmg.js → arrow-up-right-BRTGGI7c.js} +1 -1
- package/build/client/assets/{highlighted-body-B3W2YXNL-CRgNr0YA.js → highlighted-body-B3W2YXNL-DwhUiBi7.js} +1 -1
- package/build/client/assets/{home-BqvW8ODs.js → home-DBrnNvHF.js} +3 -2
- package/build/client/assets/loader-circle-WvWWlrvM.js +12 -0
- package/build/client/assets/manifest-70ec0eba.js +1 -0
- package/build/client/assets/{mermaid-3ZIDBTTL-CMP9Tato.js → mermaid-3ZIDBTTL-xYKZZytQ.js} +203 -144
- package/build/client/assets/root-CINgYZFD.css +1 -0
- package/build/client/assets/{root-2ub-CsWS.js → root-Cimnh7R3.js} +6 -2
- package/build/client/assets/{run-detail-B1PK-m7y.js → run-detail-Dr7nmBuO.js} +56 -152
- package/build/client/assets/{workflow-graph-viewer-DOLwtzSv.js → workflow-graph-viewer-tTf4FHzV.js} +64 -85
- package/build/client/assets/{zstd-browser-decoder-BAY5XtBl.js → zstd-browser-decoder-B15ptsR4.js} +1 -1
- package/build/server/assets/{server-build-C11Xqmwk.js → app-BUMjG2-y.js} +129741 -120432
- package/build/server/assets/{highlighted-body-B3W2YXNL-DE3KXslx.js → highlighted-body-B3W2YXNL-Bkx5Bh9I.js} +3 -4
- package/build/server/assets/{index-M4Ai7vsa.js → index-DVvcuTAp.js} +5 -6
- package/build/server/assets/{mermaid-3ZIDBTTL-DjL45D7x.js → mermaid-3ZIDBTTL-CSJYRI2g.js} +4 -5
- package/build/server/assets/{token-Ulh8Tdgw.js → token-BXRDO8X7.js} +1 -2
- package/build/server/assets/{token-util-CiVcDWD3.js → token-util-2RA-Rh-5.js} +1 -2
- package/build/server/assets/{zstd-browser-decoder-tQARkzJ5.js → zstd-browser-decoder-Cqnyq-Ly.js} +4 -5
- package/build/server/index.js +41 -2
- package/handler.d.ts +22 -0
- package/handler.js +186 -0
- package/package.json +19 -7
- package/registry.d.ts +29 -0
- package/registry.js +89 -0
- package/build/client/assets/manifest-7f03c136.js +0 -1
- package/build/client/assets/root-15oK726f.css +0 -1
- package/build/client/assets/server-build-DblSGQ6A.css +0 -1
- package/build/server/assets/app-BaJoK9ck.js +0 -9217
package/build/client/assets/{workflow-graph-viewer-DOLwtzSv.js → workflow-graph-viewer-tTf4FHzV.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
2
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
3
3
|
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
4
|
-
import { c as createLucideIcon,
|
|
4
|
+
import { c as createLucideIcon, J as ChevronDown, X as cn, e as cn$1, N as cva, be as composeRefs, L as useComposedRefs, bf as useFloating, bg as offset, bh as shift, bi as limitShift, bj as flip, bk as size, bl as arrow, bm as hide, bn as autoUpdate, m as ChevronRight, C as Check, bo as VERCEL_403_ERROR_MESSAGE, bp as cancelRun$1, bq as reenqueueRun$1, br as wakeUpRun$1, bs as resumeHook$1, bt as fetchHookToken$1, bu as recreateRun$1, T as Tooltip, a as TooltipTrigger, l as Copy, b as TooltipContent, z as createContextScope$1, p as useComposedRefs$1, E as createSlot, aa as formatDuration, B as Button, t as toast, w as useId$1, P as Primitive$1, q as composeEventHandlers$1, G as useControllableState$1, o as useCallbackRef$2, O as Presence$1 } from "./mermaid-3ZIDBTTL-xYKZZytQ.js";
|
|
5
5
|
import { r as reactExports, j as jsxRuntimeExports, o as reactDomExports, R as ReactExports, H as React, D as ReactDOM, f as requireReact, I as getDefaultExportFromCjs } from "./index-PFjW8YjQ.js";
|
|
6
6
|
function parseName(tag, name) {
|
|
7
7
|
if (typeof name !== "string") {
|
|
@@ -41,7 +41,7 @@ function parseStepName(name) {
|
|
|
41
41
|
* This source code is licensed under the ISC license.
|
|
42
42
|
* See the LICENSE file in the root directory of this source tree.
|
|
43
43
|
*/
|
|
44
|
-
const __iconNode$
|
|
44
|
+
const __iconNode$d = [
|
|
45
45
|
["path", { d: "M6.87 6.87a8 8 0 1 0 11.26 11.26", key: "3on8tj" }],
|
|
46
46
|
["path", { d: "M19.9 14.25a8 8 0 0 0-9.15-9.15", key: "15ghsc" }],
|
|
47
47
|
["path", { d: "m22 6-3-3", key: "1opdir" }],
|
|
@@ -49,42 +49,34 @@ const __iconNode$f = [
|
|
|
49
49
|
["path", { d: "m2 2 20 20", key: "1ooewy" }],
|
|
50
50
|
["path", { d: "M4 4 2 6", key: "1ycko6" }]
|
|
51
51
|
];
|
|
52
|
-
const AlarmClockOff = createLucideIcon("alarm-clock-off", __iconNode$
|
|
52
|
+
const AlarmClockOff = createLucideIcon("alarm-clock-off", __iconNode$d);
|
|
53
53
|
/**
|
|
54
54
|
* @license lucide-react v0.575.0 - ISC
|
|
55
55
|
*
|
|
56
56
|
* This source code is licensed under the ISC license.
|
|
57
57
|
* See the LICENSE file in the root directory of this source tree.
|
|
58
58
|
*/
|
|
59
|
-
const __iconNode$
|
|
60
|
-
const
|
|
59
|
+
const __iconNode$c = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
|
|
60
|
+
const ChevronUp = createLucideIcon("chevron-up", __iconNode$c);
|
|
61
61
|
/**
|
|
62
62
|
* @license lucide-react v0.575.0 - ISC
|
|
63
63
|
*
|
|
64
64
|
* This source code is licensed under the ISC license.
|
|
65
65
|
* See the LICENSE file in the root directory of this source tree.
|
|
66
66
|
*/
|
|
67
|
-
const __iconNode$
|
|
68
|
-
const ChevronUp = createLucideIcon("chevron-up", __iconNode$d);
|
|
69
|
-
/**
|
|
70
|
-
* @license lucide-react v0.575.0 - ISC
|
|
71
|
-
*
|
|
72
|
-
* This source code is licensed under the ISC license.
|
|
73
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
74
|
-
*/
|
|
75
|
-
const __iconNode$c = [
|
|
67
|
+
const __iconNode$b = [
|
|
76
68
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
77
69
|
["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
|
|
78
70
|
["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
|
|
79
71
|
];
|
|
80
|
-
const CircleAlert = createLucideIcon("circle-alert", __iconNode$
|
|
72
|
+
const CircleAlert = createLucideIcon("circle-alert", __iconNode$b);
|
|
81
73
|
/**
|
|
82
74
|
* @license lucide-react v0.575.0 - ISC
|
|
83
75
|
*
|
|
84
76
|
* This source code is licensed under the ISC license.
|
|
85
77
|
* See the LICENSE file in the root directory of this source tree.
|
|
86
78
|
*/
|
|
87
|
-
const __iconNode$
|
|
79
|
+
const __iconNode$a = [
|
|
88
80
|
[
|
|
89
81
|
"path",
|
|
90
82
|
{
|
|
@@ -94,60 +86,49 @@ const __iconNode$b = [
|
|
|
94
86
|
],
|
|
95
87
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
|
|
96
88
|
];
|
|
97
|
-
const CirclePlay = createLucideIcon("circle-play", __iconNode$
|
|
89
|
+
const CirclePlay = createLucideIcon("circle-play", __iconNode$a);
|
|
98
90
|
/**
|
|
99
91
|
* @license lucide-react v0.575.0 - ISC
|
|
100
92
|
*
|
|
101
93
|
* This source code is licensed under the ISC license.
|
|
102
94
|
* See the LICENSE file in the root directory of this source tree.
|
|
103
95
|
*/
|
|
104
|
-
const __iconNode$
|
|
96
|
+
const __iconNode$9 = [
|
|
105
97
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
106
98
|
["rect", { x: "9", y: "9", width: "6", height: "6", rx: "1", key: "1ssd4o" }]
|
|
107
99
|
];
|
|
108
|
-
const CircleStop = createLucideIcon("circle-stop", __iconNode$
|
|
100
|
+
const CircleStop = createLucideIcon("circle-stop", __iconNode$9);
|
|
109
101
|
/**
|
|
110
102
|
* @license lucide-react v0.575.0 - ISC
|
|
111
103
|
*
|
|
112
104
|
* This source code is licensed under the ISC license.
|
|
113
105
|
* See the LICENSE file in the root directory of this source tree.
|
|
114
106
|
*/
|
|
115
|
-
const __iconNode$
|
|
107
|
+
const __iconNode$8 = [
|
|
116
108
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
117
109
|
["path", { d: "m15 9-6 6", key: "1uzhvr" }],
|
|
118
110
|
["path", { d: "m9 9 6 6", key: "z0biqf" }]
|
|
119
111
|
];
|
|
120
|
-
const CircleX = createLucideIcon("circle-x", __iconNode$
|
|
112
|
+
const CircleX = createLucideIcon("circle-x", __iconNode$8);
|
|
121
113
|
/**
|
|
122
114
|
* @license lucide-react v0.575.0 - ISC
|
|
123
115
|
*
|
|
124
116
|
* This source code is licensed under the ISC license.
|
|
125
117
|
* See the LICENSE file in the root directory of this source tree.
|
|
126
118
|
*/
|
|
127
|
-
const __iconNode$
|
|
128
|
-
const Circle = createLucideIcon("circle", __iconNode$
|
|
119
|
+
const __iconNode$7 = [["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]];
|
|
120
|
+
const Circle = createLucideIcon("circle", __iconNode$7);
|
|
129
121
|
/**
|
|
130
122
|
* @license lucide-react v0.575.0 - ISC
|
|
131
123
|
*
|
|
132
124
|
* This source code is licensed under the ISC license.
|
|
133
125
|
* See the LICENSE file in the root directory of this source tree.
|
|
134
126
|
*/
|
|
135
|
-
const __iconNode$
|
|
127
|
+
const __iconNode$6 = [
|
|
136
128
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
137
129
|
["path", { d: "M12 6v6l4 2", key: "mmk7yg" }]
|
|
138
130
|
];
|
|
139
|
-
const Clock = createLucideIcon("clock", __iconNode$
|
|
140
|
-
/**
|
|
141
|
-
* @license lucide-react v0.575.0 - ISC
|
|
142
|
-
*
|
|
143
|
-
* This source code is licensed under the ISC license.
|
|
144
|
-
* See the LICENSE file in the root directory of this source tree.
|
|
145
|
-
*/
|
|
146
|
-
const __iconNode$6 = [
|
|
147
|
-
["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2", key: "17jyea" }],
|
|
148
|
-
["path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2", key: "zix9uf" }]
|
|
149
|
-
];
|
|
150
|
-
const Copy = createLucideIcon("copy", __iconNode$6);
|
|
131
|
+
const Clock = createLucideIcon("clock", __iconNode$6);
|
|
151
132
|
/**
|
|
152
133
|
* @license lucide-react v0.575.0 - ISC
|
|
153
134
|
*
|
|
@@ -16116,67 +16097,65 @@ function WorkflowGraphViewer({ workflow }) {
|
|
|
16116
16097
|
) });
|
|
16117
16098
|
}
|
|
16118
16099
|
export {
|
|
16119
|
-
|
|
16100
|
+
useLayoutEffect2 as $,
|
|
16120
16101
|
Alert as A,
|
|
16121
|
-
|
|
16122
|
-
|
|
16102
|
+
parseWorkflowName as B,
|
|
16103
|
+
CircleAlert as C,
|
|
16123
16104
|
DropdownMenu as D,
|
|
16124
16105
|
Ellipsis as E,
|
|
16125
|
-
|
|
16126
|
-
|
|
16127
|
-
|
|
16128
|
-
|
|
16129
|
-
|
|
16130
|
-
|
|
16131
|
-
|
|
16132
|
-
|
|
16133
|
-
|
|
16134
|
-
|
|
16106
|
+
StatusBadge as F,
|
|
16107
|
+
CircleX as G,
|
|
16108
|
+
RunActionsDropdownItems as H,
|
|
16109
|
+
unwrapServerActionResult as I,
|
|
16110
|
+
WorkflowGraphViewer as J,
|
|
16111
|
+
TabsList as K,
|
|
16112
|
+
TabsTrigger as L,
|
|
16113
|
+
TabsContent as M,
|
|
16114
|
+
ErrorBoundary as N,
|
|
16115
|
+
parseStepName as O,
|
|
16135
16116
|
Primitive as P,
|
|
16136
|
-
|
|
16117
|
+
ErrorCard as Q,
|
|
16137
16118
|
ResolveHookModal as R,
|
|
16138
16119
|
Send as S,
|
|
16139
16120
|
Tabs as T,
|
|
16140
|
-
|
|
16141
|
-
|
|
16121
|
+
format as U,
|
|
16122
|
+
Circle as V,
|
|
16142
16123
|
WorkflowWebAPIError as W,
|
|
16143
16124
|
X,
|
|
16144
|
-
|
|
16125
|
+
useEscapeKeydown as Y,
|
|
16145
16126
|
Zap as Z,
|
|
16146
|
-
|
|
16147
|
-
|
|
16148
|
-
|
|
16149
|
-
|
|
16150
|
-
|
|
16151
|
-
|
|
16152
|
-
|
|
16153
|
-
|
|
16154
|
-
|
|
16155
|
-
|
|
16156
|
-
|
|
16157
|
-
|
|
16158
|
-
|
|
16159
|
-
CircleAlert as d,
|
|
16160
|
-
AlertTitle as e,
|
|
16127
|
+
useCallbackRef$1 as _,
|
|
16128
|
+
Skeleton as a,
|
|
16129
|
+
useId as a0,
|
|
16130
|
+
createContext2 as a1,
|
|
16131
|
+
useFocusGuards as a2,
|
|
16132
|
+
LAYOUT as a3,
|
|
16133
|
+
wakeUpRun as a4,
|
|
16134
|
+
RunActionsButtons as a5,
|
|
16135
|
+
recreateRun as a6,
|
|
16136
|
+
RelativeTime as b,
|
|
16137
|
+
AlertTitle as c,
|
|
16138
|
+
AlertDescription as d,
|
|
16139
|
+
getErrorMessage as e,
|
|
16161
16140
|
fetchHookToken as f,
|
|
16162
16141
|
getErrorTitle as g,
|
|
16163
|
-
|
|
16164
|
-
|
|
16165
|
-
|
|
16166
|
-
|
|
16167
|
-
|
|
16168
|
-
|
|
16169
|
-
|
|
16170
|
-
|
|
16171
|
-
|
|
16172
|
-
|
|
16142
|
+
CopyableText as h,
|
|
16143
|
+
DropdownMenuTrigger as i,
|
|
16144
|
+
DropdownMenuContent as j,
|
|
16145
|
+
DropdownMenuItem as k,
|
|
16146
|
+
resumeHook as l,
|
|
16147
|
+
createCollection as m,
|
|
16148
|
+
hideOthers as n,
|
|
16149
|
+
ReactRemoveScroll as o,
|
|
16150
|
+
useDirection as p,
|
|
16151
|
+
ChevronUp as q,
|
|
16173
16152
|
requireShim as r,
|
|
16174
|
-
|
|
16175
|
-
|
|
16153
|
+
useControllableState as s,
|
|
16154
|
+
composeEventHandlers as t,
|
|
16176
16155
|
unwrapOrThrow as u,
|
|
16177
|
-
|
|
16178
|
-
|
|
16179
|
-
|
|
16180
|
-
|
|
16181
|
-
|
|
16156
|
+
Presence as v,
|
|
16157
|
+
useSize as w,
|
|
16158
|
+
createContextScope as x,
|
|
16159
|
+
cancelRun as y,
|
|
16160
|
+
reenqueueRun as z
|
|
16182
16161
|
};
|