@oomol-lab/open-flow 0.1.0-beta.25 → 0.1.0-beta.27

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.
@@ -1,22 +1,44 @@
1
1
  import { a as e, l as t, r as n } from "./dist-Dz6Nglsd.js";
2
- import { $t as r, An as i, At as a, Dn as o, Dt as s, Ft as c, Gn as l, Gt as u, Hn as d, In as f, Jt as p, Ln as m, Mn as h, Mt as g, Nn as _, Nt as v, On as y, Pn as b, Pt as x, Qt as S, Rn as C, Un as w, Xn as T, Xt as E, Yt as D, Zn as O, Zt as k, _t as A, ar as j, bn as M, bt as N, cr as P, en as F, er as I, hn as L, in as ee, jn as te, jt as ne, kt as re, lr as R, lt as ie, mn as ae, nn as z, nr as B, or as oe, pn as V, qn as se, qt as H, rn as U, tn as W, tr as ce, ur as le, ut as G, wn as ue, yt as K, zn as de } from "./lite-BuKZ8joP.js";
3
- import { i as fe, n as q } from "./languages-C0zQ4GSo.js";
4
- import { jsx as J, jsxs as pe } from "react/jsx-runtime";
5
- import * as Y from "react";
6
- import * as X from "react-dom";
2
+ import { $t as r, An as i, At as a, Dn as o, Dt as s, Ft as c, Gn as l, Gt as u, Hn as d, In as f, Jn as p, Jt as m, Ln as h, Mn as g, Mt as _, Nn as v, Nt as y, On as b, Pn as x, Pt as S, Qt as C, Rn as w, Un as T, Xn as E, Xt as D, Yt as O, Zn as k, Zt as ee, _t as A, ar as j, bn as M, bt as te, cn as N, cr as ne, en as P, er as re, fn as ie, hn as F, in as ae, jn as oe, jt as se, kt as I, ln as ce, lr as L, lt as R, mn as le, nn as ue, nr as de, on as z, or as fe, pn as B, qn as pe, qt as me, rn as V, sn as H, tn as U, tr as he, ur as W, ut as G, wn as ge, yt as K, zn as _e } from "./lite-BuKZ8joP.js";
3
+ import { i as ve, n as ye } from "./languages-C0zQ4GSo.js";
4
+ import { jsx as q, jsxs as be } from "react/jsx-runtime";
5
+ import * as J from "react";
6
+ import * as Y from "react-dom";
7
+ //#region ../../node_modules/.bun/@base-ui+react@1.4.1+fa6c2f29eeb10566/node_modules/@base-ui/react/esm/checkbox/root/CheckboxRootDataAttributes.js
8
+ var xe = /*#__PURE__*/ function(e) {
9
+ return e.checked = "data-checked", e.unchecked = "data-unchecked", e.indeterminate = "data-indeterminate", e.disabled = "data-disabled", e.readonly = "data-readonly", e.required = "data-required", e.valid = "data-valid", e.invalid = "data-invalid", e.touched = "data-touched", e.dirty = "data-dirty", e.filled = "data-filled", e.focused = "data-focused", e;
10
+ }({});
11
+ //#endregion
12
+ //#region ../../node_modules/.bun/@base-ui+react@1.4.1+fa6c2f29eeb10566/node_modules/@base-ui/react/esm/checkbox/utils/useStateAttributesMapping.js
13
+ function Se(e) {
14
+ return J.useMemo(() => ({
15
+ checked(t) {
16
+ return e.indeterminate ? {} : t ? { [xe.checked]: "" } : { [xe.unchecked]: "" };
17
+ },
18
+ ...f
19
+ }), [e.indeterminate]);
20
+ }
21
+ //#endregion
22
+ //#region ../../node_modules/.bun/@base-ui+react@1.4.1+fa6c2f29eeb10566/node_modules/@base-ui/react/esm/field/item/FieldItemContext.js
23
+ var Ce = /*#__PURE__*/ J.createContext({ disabled: !1 });
24
+ process.env.NODE_ENV !== "production" && (Ce.displayName = "FieldItemContext");
25
+ function we() {
26
+ return J.useContext(Ce);
27
+ }
28
+ //#endregion
7
29
  //#region ../../node_modules/.bun/@base-ui+react@1.4.1+fa6c2f29eeb10566/node_modules/@base-ui/react/esm/internals/labelable-provider/useAriaLabelledBy.js
8
- function me(e, t, n, r = !0, i) {
9
- let [a, o] = Y.useState(), s = b(i ? `${i}-label` : void 0), c = e ?? t ?? a;
10
- return B(() => {
11
- let i = e || t || !r ? void 0 : he(n.current, s);
30
+ function Te(e, t, n, r = !0, i) {
31
+ let [a, o] = J.useState(), s = x(i ? `${i}-label` : void 0), c = e ?? t ?? a;
32
+ return de(() => {
33
+ let i = e || t || !r ? void 0 : Ee(n.current, s);
12
34
  a !== i && o(i);
13
35
  }), c;
14
36
  }
15
- function he(e, t) {
16
- let n = ge(e);
37
+ function Ee(e, t) {
38
+ let n = De(e);
17
39
  if (n) return !n.id && t && (n.id = t), n.id || void 0;
18
40
  }
19
- function ge(e) {
41
+ function De(e) {
20
42
  if (!e) return;
21
43
  let t = e.parentElement;
22
44
  if (t && t.tagName === "LABEL") return t;
@@ -29,32 +51,255 @@ function ge(e) {
29
51
  return r && r[0];
30
52
  }
31
53
  //#endregion
54
+ //#region ../../node_modules/.bun/@base-ui+react@1.4.1+fa6c2f29eeb10566/node_modules/@base-ui/react/esm/checkbox-group/CheckboxGroupContext.js
55
+ var Oe = /*#__PURE__*/ J.createContext(void 0);
56
+ process.env.NODE_ENV !== "production" && (Oe.displayName = "CheckboxGroupContext");
57
+ function ke(e = !0) {
58
+ let t = J.useContext(Oe);
59
+ if (t === void 0 && !e) throw Error(process.env.NODE_ENV === "production" ? re(3) : "Base UI: CheckboxGroupContext is missing. CheckboxGroup parts must be placed within <CheckboxGroup>.");
60
+ return t;
61
+ }
62
+ //#endregion
63
+ //#region ../../node_modules/.bun/@base-ui+react@1.4.1+fa6c2f29eeb10566/node_modules/@base-ui/react/esm/checkbox/root/CheckboxRootContext.js
64
+ var Ae = /*#__PURE__*/ J.createContext(void 0);
65
+ process.env.NODE_ENV !== "production" && (Ae.displayName = "CheckboxRootContext");
66
+ function je() {
67
+ let e = J.useContext(Ae);
68
+ if (e === void 0) throw Error(process.env.NODE_ENV === "production" ? re(14) : "Base UI: CheckboxRootContext is missing. Checkbox parts must be placed within <Checkbox.Root>.");
69
+ return e;
70
+ }
71
+ //#endregion
72
+ //#region ../../node_modules/.bun/@base-ui+react@1.4.1+fa6c2f29eeb10566/node_modules/@base-ui/react/esm/checkbox/root/CheckboxRoot.js
73
+ var Me = "data-parent", Ne = /*#__PURE__*/ J.forwardRef(function(e, t) {
74
+ let { checked: n, className: r, defaultChecked: a = !1, "aria-labelledby": o, disabled: s = !1, form: c, id: u, indeterminate: d = !1, inputRef: f, name: m, onCheckedChange: _, parent: y = !1, readOnly: b = !1, render: S, required: C = !1, uncheckedValue: T, value: D, nativeButton: O = !1, style: ee, ...A } = e, { clearErrors: M } = oe(), { disabled: te, name: N, setDirty: ne, setFilled: P, setFocused: re, setTouched: ie, state: ae, validationMode: se, validityData: I, shouldValidateOnChange: ce, validation: L } = v(), R = we(), { labelId: ue, controlId: z, registerControlId: B, getDescriptionProps: me } = i(), V = ke(), H = V?.parent, U = H && V.allValues, W = te || R.disabled || V?.disabled || s, G = N ?? m, K = D ?? G, ve = x(), ye = x(), Y = z;
75
+ U ? Y = y ? ye : `${H.id}-${K}` : u && (Y = u);
76
+ let xe = {};
77
+ U && (y ? xe = V.parent.getParentProps() : K && (xe = V.parent.getChildProps(K)));
78
+ let Ce = j(_), { checked: Ee = n, indeterminate: De = d, onCheckedChange: Oe, ...je } = xe, Ne = V?.value, Pe = V?.setValue, Fe = V?.defaultValue, Ie = J.useRef(null), Le = fe(() => Symbol("checkbox-control")), Re = J.useRef(!1), { getButtonProps: ze, buttonRef: Be } = k({
79
+ disabled: W,
80
+ native: O
81
+ }), X = V?.validation ?? L, [Z, Ve] = _e({
82
+ controlled: K && Ne && !y ? Ne.includes(K) : Ee,
83
+ default: K && Fe && !y ? Fe.includes(K) : a,
84
+ name: "Checkbox",
85
+ state: "checked"
86
+ });
87
+ de(() => {
88
+ B !== p && (Re.current = !0, B(Le.current, Y));
89
+ }, [
90
+ Y,
91
+ V,
92
+ B,
93
+ y,
94
+ Le
95
+ ]), J.useEffect(() => {
96
+ let e = Le.current;
97
+ return () => {
98
+ !Re.current || B === p || (Re.current = !1, B(e, void 0));
99
+ };
100
+ }, [B, Le]), g(Ie, {
101
+ enabled: !V,
102
+ id: ve,
103
+ value: Z
104
+ });
105
+ let Q = J.useRef(null), He = E(f, Q, X.inputRef), Ue = Te(o, ue, Q, !O, Y ?? void 0);
106
+ de(() => {
107
+ Q.current && (Q.current.indeterminate = De, Z && P(!0));
108
+ }, [
109
+ Z,
110
+ De,
111
+ P
112
+ ]), le(Z, () => {
113
+ V && !y || (M(G), P(Z), ne(Z !== I.initialValue), ce() ? X.commit(Z) : X.commit(Z, !0));
114
+ });
115
+ let We = he({
116
+ checked: Z,
117
+ disabled: W,
118
+ form: c,
119
+ name: y ? void 0 : G,
120
+ id: O ? void 0 : Y ?? void 0,
121
+ required: C,
122
+ ref: He,
123
+ style: G ? w : h,
124
+ tabIndex: -1,
125
+ type: "checkbox",
126
+ "aria-hidden": !0,
127
+ onChange(e) {
128
+ if (e.nativeEvent.defaultPrevented) return;
129
+ if (b) {
130
+ e.preventDefault();
131
+ return;
132
+ }
133
+ let t = e.currentTarget.checked, n = F(ge, e.nativeEvent);
134
+ if (Oe?.(t, n), Ce(t, n), !n.isCanceled && (Ve(t), K && Ne && Pe && !y && !U)) {
135
+ let e = t ? [...Ne, K] : Ne.filter((e) => e !== K);
136
+ Pe(e, n);
137
+ }
138
+ },
139
+ onFocus() {
140
+ Ie.current?.focus();
141
+ }
142
+ }, D === void 0 ? pe : { value: (V ? Z && D : D) || "" }, me, V ? X.getValidationProps : X.getInputValidationProps), Ge = U ? !!Ee : Z, Ke = U && De || d;
143
+ J.useEffect(() => {
144
+ if (!H || !K) return;
145
+ let e = H.disabledStatesRef.current;
146
+ return e.set(K, W), () => {
147
+ e.delete(K);
148
+ };
149
+ }, [
150
+ H,
151
+ W,
152
+ K
153
+ ]);
154
+ let qe = J.useMemo(() => ({
155
+ ...ae,
156
+ checked: Ge,
157
+ disabled: W,
158
+ readOnly: b,
159
+ required: C,
160
+ indeterminate: Ke
161
+ }), [
162
+ ae,
163
+ Ge,
164
+ W,
165
+ b,
166
+ C,
167
+ Ke
168
+ ]), Je = Se(qe), Ye = l("span", e, {
169
+ state: qe,
170
+ ref: [
171
+ Be,
172
+ Ie,
173
+ t,
174
+ V?.registerControlRef
175
+ ],
176
+ props: [
177
+ {
178
+ id: O ? Y ?? void 0 : ve,
179
+ role: "checkbox",
180
+ "aria-checked": De ? "mixed" : Z,
181
+ "aria-readonly": b || void 0,
182
+ "aria-required": C || void 0,
183
+ "aria-labelledby": Ue,
184
+ [Me]: y ? "" : void 0,
185
+ onFocus() {
186
+ re(!0);
187
+ },
188
+ onBlur() {
189
+ let e = Q.current;
190
+ e && (ie(!0), re(!1), se === "onBlur" && X.commit(V ? Ne : e.checked));
191
+ },
192
+ onClick(e) {
193
+ b || W || (e.preventDefault(), Q.current?.dispatchEvent(new PointerEvent("click", {
194
+ bubbles: !0,
195
+ shiftKey: e.shiftKey,
196
+ ctrlKey: e.ctrlKey,
197
+ altKey: e.altKey,
198
+ metaKey: e.metaKey
199
+ })));
200
+ }
201
+ },
202
+ me,
203
+ X.getValidationProps,
204
+ A,
205
+ je,
206
+ ze
207
+ ],
208
+ stateAttributesMapping: Je
209
+ });
210
+ return /*#__PURE__*/ be(Ae.Provider, {
211
+ value: qe,
212
+ children: [
213
+ Ye,
214
+ !Z && !V && G && !y && T !== void 0 && /*#__PURE__*/ q("input", {
215
+ type: "hidden",
216
+ form: c,
217
+ name: G,
218
+ value: T
219
+ }),
220
+ /*#__PURE__*/ q("input", {
221
+ ...We,
222
+ suppressHydrationWarning: !0
223
+ })
224
+ ]
225
+ });
226
+ });
227
+ process.env.NODE_ENV !== "production" && (Ne.displayName = "CheckboxRoot");
228
+ //#endregion
229
+ //#region ../../node_modules/.bun/@base-ui+react@1.4.1+fa6c2f29eeb10566/node_modules/@base-ui/react/esm/checkbox/indicator/CheckboxIndicator.js
230
+ var Pe = /*#__PURE__*/ J.forwardRef(function(e, t) {
231
+ let { render: n, className: r, style: i, keepMounted: a = !1, ...o } = e, s = je(), c = s.checked || s.indeterminate, { mounted: u, transitionStatus: d, setMounted: p } = N(c), m = J.useRef(null), h = {
232
+ ...s,
233
+ transitionStatus: d
234
+ };
235
+ ce({
236
+ open: c,
237
+ ref: m,
238
+ onComplete() {
239
+ c || p(!1);
240
+ }
241
+ });
242
+ let g = Se(s), _ = J.useMemo(() => ({
243
+ ...g,
244
+ ...ie,
245
+ ...f
246
+ }), [g]), v = a || u, y = l("span", e, {
247
+ ref: [t, m],
248
+ state: h,
249
+ stateAttributesMapping: _,
250
+ props: o
251
+ });
252
+ return v ? y : null;
253
+ });
254
+ process.env.NODE_ENV !== "production" && (Pe.displayName = "CheckboxIndicator");
255
+ //#endregion
256
+ //#region ../../node_modules/.bun/lucide-react@0.468.0+f4eacebf2041cd4f/node_modules/lucide-react/dist/esm/icons/minus.js
257
+ var Fe = H("Minus", [["path", {
258
+ d: "M5 12h14",
259
+ key: "1ays0h"
260
+ }]]);
261
+ //#endregion
262
+ //#region src/ui/browser/checkbox.tsx
263
+ function Ie({ className: e, indeterminate: t, ...n }) {
264
+ return /* @__PURE__ */ q(Ne, {
265
+ "data-slot": "checkbox",
266
+ indeterminate: t,
267
+ className: d("peer relative flex size-4 shrink-0 items-center justify-center rounded-[4px] border border-input transition-colors outline-none group-has-disabled/field:opacity-[var(--ui-disabled-opacity,0.5)] group-has-[:focus-visible]/field-label:outline-none group-has-[:focus-visible]/field-label:not-data-checked:border-input after:absolute after:-inset-x-3 after:-inset-y-2 focus-visible:outline-2 focus-visible:outline-solid focus-visible:ring-0 focus-visible:aria-invalid:ring-0 focus-visible:outline-offset-1 focus-visible:outline-ring focus-visible:aria-invalid:outline-destructive disabled:cursor-[var(--ui-disabled-cursor,not-allowed)] disabled:opacity-[var(--ui-disabled-opacity,0.5)] aria-invalid:border-destructive aria-invalid:aria-checked:border-destructive dark:not-data-disabled:bg-input/30 data-disabled:data-indeterminate:bg-[color-mix(in_srgb,var(--ui-foreground)_3%,var(--ui-control-background,var(--ui-background)))] data-disabled:data-indeterminate:text-muted-foreground data-disabled:data-checked:bg-clip-padding data-disabled:data-checked:bg-primary/60 data-disabled:data-checked:border-primary/60 data-disabled:data-checked:text-primary-foreground not-data-disabled:data-checked:border-primary not-data-disabled:data-checked:bg-primary not-data-disabled:data-checked:text-primary-foreground group-has-[:focus-visible]/field-label:not-data-disabled:data-checked:border-primary dark:not-data-disabled:data-checked:bg-primary", e),
268
+ ...n,
269
+ children: /* @__PURE__ */ q(Pe, {
270
+ "data-slot": "checkbox-indicator",
271
+ className: "grid place-content-center text-current transition-none [&>svg]:size-3.5",
272
+ children: t ? /* @__PURE__ */ q(Fe, { strokeWidth: 1.5 }) : /* @__PURE__ */ q(z, {})
273
+ })
274
+ });
275
+ }
276
+ //#endregion
32
277
  //#region ../../node_modules/.bun/@base-ui+react@1.4.1+fa6c2f29eeb10566/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useHoverShared.js
33
- function _e(e, t) {
278
+ function Le(e, t) {
34
279
  return t != null && !u(t) ? 0 : typeof e == "function" ? e() : e;
35
280
  }
36
- function Z(e, t, n) {
37
- let r = _e(e, n);
281
+ function Re(e, t, n) {
282
+ let r = Le(e, n);
38
283
  return typeof r == "number" ? r : r?.[t];
39
284
  }
40
- function ve(e) {
285
+ function ze(e) {
41
286
  return typeof e == "function" ? e() : e;
42
287
  }
43
- function ye(e, t) {
288
+ function Be(e, t) {
44
289
  return t || e === "click" || e === "mousedown";
45
290
  }
46
291
  //#endregion
47
292
  //#region ../../node_modules/.bun/@base-ui+react@1.4.1+fa6c2f29eeb10566/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useFocus.js
48
- var Q = W && z;
49
- function be(e, t = {}) {
50
- let n = "rootStore" in e ? e.rootStore : e, { events: i, dataRef: a } = n.context, { enabled: s = !0, delay: c } = t, l = Y.useRef(!1), u = Y.useRef(null), d = ne(), f = Y.useRef(!0);
51
- Y.useEffect(() => {
293
+ var X = U && ue;
294
+ function Z(e, t = {}) {
295
+ let n = "rootStore" in e ? e.rootStore : e, { events: i, dataRef: a } = n.context, { enabled: s = !0, delay: c } = t, l = J.useRef(!1), u = J.useRef(null), d = se(), f = J.useRef(!0);
296
+ J.useEffect(() => {
52
297
  let e = n.select("domReferenceElement");
53
298
  if (!s) return;
54
- let t = P(e);
299
+ let t = ne(e);
55
300
  function r() {
56
301
  let e = n.select("domReferenceElement");
57
- !n.select("open") && le(e) && e === S(U(e)) && (l.current = !0);
302
+ !n.select("open") && W(e) && e === C(V(e)) && (l.current = !0);
58
303
  }
59
304
  function i() {
60
305
  f.current = !0;
@@ -62,13 +307,13 @@ function be(e, t = {}) {
62
307
  function a() {
63
308
  f.current = !1;
64
309
  }
65
- return N(K(t, "blur", r), Q && K(t, "keydown", i, !0), Q && K(t, "pointerdown", a, !0));
66
- }, [n, s]), Y.useEffect(() => {
310
+ return te(K(t, "blur", r), X && K(t, "keydown", i, !0), X && K(t, "pointerdown", a, !0));
311
+ }, [n, s]), J.useEffect(() => {
67
312
  if (!s) return;
68
313
  function e(e) {
69
314
  if (e.reason === "trigger-press" || e.reason === "escape-key") {
70
315
  let e = n.select("domReferenceElement");
71
- R(e) && (u.current = e, l.current = !0);
316
+ L(e) && (u.current = e, l.current = !0);
72
317
  }
73
318
  }
74
319
  return i.on("openchange", e), () => {
@@ -79,7 +324,7 @@ function be(e, t = {}) {
79
324
  s,
80
325
  n
81
326
  ]);
82
- let p = Y.useMemo(() => ({
327
+ let p = J.useMemo(() => ({
83
328
  onMouseLeave() {
84
329
  l.current = !1, u.current = null;
85
330
  },
@@ -89,27 +334,27 @@ function be(e, t = {}) {
89
334
  if (u.current === t) return;
90
335
  l.current = !1, u.current = null;
91
336
  }
92
- let r = F(e.nativeEvent);
93
- if (R(r)) {
94
- if (Q && !e.relatedTarget) {
95
- if (!f.current && !E(r)) return;
96
- } else if (!k(r)) return;
337
+ let r = P(e.nativeEvent);
338
+ if (L(r)) {
339
+ if (X && !e.relatedTarget) {
340
+ if (!f.current && !D(r)) return;
341
+ } else if (!ee(r)) return;
97
342
  }
98
- let i = D(e.relatedTarget, n.context.triggerElements), { nativeEvent: a, currentTarget: s } = e, p = typeof c == "function" ? c() : c;
343
+ let i = O(e.relatedTarget, n.context.triggerElements), { nativeEvent: a, currentTarget: s } = e, p = typeof c == "function" ? c() : c;
99
344
  if (n.select("open") && i || p === 0 || p === void 0) {
100
- n.setOpen(!0, L(o, a, s));
345
+ n.setOpen(!0, F(o, a, s));
101
346
  return;
102
347
  }
103
348
  d.start(p, () => {
104
- l.current || n.setOpen(!0, L(o, a, s));
349
+ l.current || n.setOpen(!0, F(o, a, s));
105
350
  });
106
351
  },
107
352
  onBlur(e) {
108
353
  l.current = !1, u.current = null;
109
- let t = e.relatedTarget, i = e.nativeEvent, s = R(t) && t.hasAttribute(A("focus-guard")) && t.getAttribute("data-type") === "outside";
354
+ let t = e.relatedTarget, i = e.nativeEvent, s = L(t) && t.hasAttribute(A("focus-guard")) && t.getAttribute("data-type") === "outside";
110
355
  d.start(0, () => {
111
- let e = n.select("domReferenceElement"), c = S(U(e));
112
- !t && c === e || r(a.current.floatingContext?.refs.floating.current, c) || r(e, c) || s || D(t ?? c, n.context.triggerElements) || n.setOpen(!1, L(o, i));
356
+ let e = n.select("domReferenceElement"), c = C(V(e));
357
+ !t && c === e || r(a.current.floatingContext?.refs.floating.current, c) || r(e, c) || s || O(t ?? c, n.context.triggerElements) || n.setOpen(!1, F(o, i));
113
358
  });
114
359
  }
115
360
  }), [
@@ -118,14 +363,14 @@ function be(e, t = {}) {
118
363
  d,
119
364
  c
120
365
  ]);
121
- return Y.useMemo(() => s ? {
366
+ return J.useMemo(() => s ? {
122
367
  reference: p,
123
368
  trigger: p
124
369
  } : {}, [s, p]);
125
370
  }
126
371
  //#endregion
127
372
  //#region ../../node_modules/.bun/@base-ui+react@1.4.1+fa6c2f29eeb10566/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useHoverInteractionSharedState.js
128
- var xe = class e {
373
+ var Ve = class e {
129
374
  constructor() {
130
375
  this.pointerType = void 0, this.interactedInside = !1, this.handler = void 0, this.blockMouseMove = !0, this.performedPointerEventsMutation = !1, this.pointerEventsScopeElement = null, this.pointerEventsReferenceElement = null, this.pointerEventsFloatingElement = null, this.restTimeoutPending = !1, this.openChangeTimeout = new a(), this.restTimeout = new a(), this.handleCloseOptions = void 0;
131
376
  }
@@ -136,29 +381,29 @@ var xe = class e {
136
381
  this.openChangeTimeout.clear(), this.restTimeout.clear();
137
382
  };
138
383
  disposeEffect = () => this.dispose;
139
- }, Se = /* @__PURE__ */ new WeakMap();
140
- function Ce(e) {
384
+ }, Q = /* @__PURE__ */ new WeakMap();
385
+ function He(e) {
141
386
  if (!e.performedPointerEventsMutation) return;
142
387
  let t = e.pointerEventsScopeElement;
143
- t && Se.get(t) === e && (e.pointerEventsScopeElement?.style.removeProperty("pointer-events"), e.pointerEventsReferenceElement?.style.removeProperty("pointer-events"), e.pointerEventsFloatingElement?.style.removeProperty("pointer-events"), Se.delete(t)), e.performedPointerEventsMutation = !1, e.pointerEventsScopeElement = null, e.pointerEventsReferenceElement = null, e.pointerEventsFloatingElement = null;
388
+ t && Q.get(t) === e && (e.pointerEventsScopeElement?.style.removeProperty("pointer-events"), e.pointerEventsReferenceElement?.style.removeProperty("pointer-events"), e.pointerEventsFloatingElement?.style.removeProperty("pointer-events"), Q.delete(t)), e.performedPointerEventsMutation = !1, e.pointerEventsScopeElement = null, e.pointerEventsReferenceElement = null, e.pointerEventsFloatingElement = null;
144
389
  }
145
- function we(e, t) {
146
- let { scopeElement: n, referenceElement: r, floatingElement: i } = t, a = Se.get(n);
147
- a && a !== e && Ce(a), Ce(e), e.performedPointerEventsMutation = !0, e.pointerEventsScopeElement = n, e.pointerEventsReferenceElement = r, e.pointerEventsFloatingElement = i, Se.set(n, e), n.style.pointerEvents = "none", r.style.pointerEvents = "auto", i.style.pointerEvents = "auto";
390
+ function Ue(e, t) {
391
+ let { scopeElement: n, referenceElement: r, floatingElement: i } = t, a = Q.get(n);
392
+ a && a !== e && He(a), He(e), e.performedPointerEventsMutation = !0, e.pointerEventsScopeElement = n, e.pointerEventsReferenceElement = r, e.pointerEventsFloatingElement = i, Q.set(n, e), n.style.pointerEvents = "none", r.style.pointerEvents = "auto", i.style.pointerEvents = "auto";
148
393
  }
149
- function Te(e) {
150
- let t = oe(xe.create).current, n = e.context.dataRef.current;
151
- return n.hoverInteractionState ||= t, V(n.hoverInteractionState.disposeEffect), n.hoverInteractionState;
394
+ function We(e) {
395
+ let t = fe(Ve.create).current, n = e.context.dataRef.current;
396
+ return n.hoverInteractionState ||= t, B(n.hoverInteractionState.disposeEffect), n.hoverInteractionState;
152
397
  }
153
398
  //#endregion
154
399
  //#region ../../node_modules/.bun/@base-ui+react@1.4.1+fa6c2f29eeb10566/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useHoverFloatingInteraction.js
155
- function Ee(e, t = {}) {
156
- let n = "rootStore" in e ? e.rootStore : e, i = n.useState("open"), a = n.useState("floatingElement"), o = n.useState("domReferenceElement"), { dataRef: s } = n.context, { enabled: c = !0, closeDelay: l = 0, nodeId: u } = t, d = Te(n), f = G(), m = ie(), h = j(() => ye(s.current.openEvent?.type, d.interactedInside)), g = j(() => {
400
+ function Ge(e, t = {}) {
401
+ let n = "rootStore" in e ? e.rootStore : e, i = n.useState("open"), a = n.useState("floatingElement"), o = n.useState("domReferenceElement"), { dataRef: s } = n.context, { enabled: c = !0, closeDelay: l = 0, nodeId: u } = t, d = We(n), f = G(), p = R(), h = j(() => Be(s.current.openEvent?.type, d.interactedInside)), g = j(() => {
157
402
  let e = s.current.openEvent?.type;
158
403
  return e?.includes("mouse") && e !== "mousedown";
159
- }), _ = j((e) => D(e, n.context.triggerElements)), v = Y.useCallback((e) => {
160
- let t = Z(l, "close", d.pointerType), r = () => {
161
- n.setOpen(!1, L(y, e)), f?.events.emit("floating.closed", e);
404
+ }), _ = j((e) => O(e, n.context.triggerElements)), v = J.useCallback((e) => {
405
+ let t = Re(l, "close", d.pointerType), r = () => {
406
+ n.setOpen(!1, F(b, e)), f?.events.emit("floating.closed", e);
162
407
  };
163
408
  t ? d.openChangeTimeout.start(t, r) : (d.openChangeTimeout.clear(), r());
164
409
  }, [
@@ -166,33 +411,33 @@ function Ee(e, t = {}) {
166
411
  n,
167
412
  d,
168
413
  f
169
- ]), b = j(() => {
170
- Ce(d);
414
+ ]), y = j(() => {
415
+ He(d);
171
416
  }), x = j((e) => {
172
- let t = F(e);
173
- if (!p(t)) {
417
+ let t = P(e);
418
+ if (!m(t)) {
174
419
  d.interactedInside = !1;
175
420
  return;
176
421
  }
177
422
  d.interactedInside = t?.closest("[aria-haspopup]") != null;
178
423
  });
179
- B(() => {
180
- i || (d.pointerType = void 0, d.restTimeoutPending = !1, d.interactedInside = !1, b());
424
+ de(() => {
425
+ i || (d.pointerType = void 0, d.restTimeoutPending = !1, d.interactedInside = !1, y());
181
426
  }, [
182
427
  i,
183
428
  d,
184
- b
185
- ]), Y.useEffect(() => b, [b]), B(() => {
186
- if (c && i && d.handleCloseOptions?.blockPointerEvents && g() && R(o) && a) {
187
- let e = o, t = a, n = U(a), r = f?.nodesRef.current.find((e) => e.id === m)?.context?.elements.floating;
429
+ y
430
+ ]), J.useEffect(() => y, [y]), de(() => {
431
+ if (c && i && d.handleCloseOptions?.blockPointerEvents && g() && L(o) && a) {
432
+ let e = o, t = a, n = V(a), r = f?.nodesRef.current.find((e) => e.id === p)?.context?.elements.floating;
188
433
  r && (r.style.pointerEvents = "");
189
434
  let i = d.handleCloseOptions?.getScope?.() ?? d.pointerEventsScopeElement ?? r ?? e.closest("[data-rootownerid]") ?? n.body;
190
- return we(d, {
435
+ return Ue(d, {
191
436
  scopeElement: i,
192
437
  referenceElement: e,
193
438
  floatingElement: t
194
439
  }), () => {
195
- b();
440
+ y();
196
441
  };
197
442
  }
198
443
  }, [
@@ -203,37 +448,37 @@ function Ee(e, t = {}) {
203
448
  d,
204
449
  g,
205
450
  f,
206
- m,
207
- b
451
+ p,
452
+ y
208
453
  ]);
209
- let S = ne();
210
- Y.useEffect(() => {
454
+ let S = se();
455
+ J.useEffect(() => {
211
456
  if (!c) return;
212
457
  function e() {
213
- d.openChangeTimeout.clear(), S.clear(), f?.events.off("floating.closed", i), b();
458
+ d.openChangeTimeout.clear(), S.clear(), f?.events.off("floating.closed", i), y();
214
459
  }
215
460
  function t(e) {
216
- if (f && m && H(f.nodesRef.current, m).length > 0) {
461
+ if (f && p && me(f.nodesRef.current, p).length > 0) {
217
462
  f.events.on("floating.closed", i);
218
463
  return;
219
464
  }
220
465
  if (_(e.relatedTarget)) return;
221
466
  let t = s.current.floatingContext?.nodeId ?? u, n = e.relatedTarget;
222
- if (!(f && t && R(n) && H(f.nodesRef.current, t, !1).some((e) => r(e.context?.elements.floating, n)))) {
467
+ if (!(f && t && L(n) && me(f.nodesRef.current, t, !1).some((e) => r(e.context?.elements.floating, n)))) {
223
468
  if (d.handler) {
224
469
  d.handler(e);
225
470
  return;
226
471
  }
227
- b(), h() || v(e);
472
+ y(), h() || v(e);
228
473
  }
229
474
  }
230
475
  function i(e) {
231
- !f || !m || H(f.nodesRef.current, m).length > 0 || S.start(0, () => {
232
- f.events.off("floating.closed", i), n.setOpen(!1, L(y, e)), f.events.emit("floating.closed", e);
476
+ !f || !p || me(f.nodesRef.current, p).length > 0 || S.start(0, () => {
477
+ f.events.off("floating.closed", i), n.setOpen(!1, F(b, e)), f.events.emit("floating.closed", e);
233
478
  });
234
479
  }
235
480
  let o = a;
236
- return N(o && K(o, "mouseenter", e), o && K(o, "mouseleave", t), o && K(o, "pointerdown", x, !0), () => {
481
+ return te(o && K(o, "mouseenter", e), o && K(o, "mouseleave", t), o && K(o, "pointerdown", x, !0), () => {
237
482
  f?.events.off("floating.closed", i);
238
483
  });
239
484
  }, [
@@ -245,40 +490,40 @@ function Ee(e, t = {}) {
245
490
  h,
246
491
  _,
247
492
  v,
248
- b,
493
+ y,
249
494
  x,
250
495
  d,
251
496
  f,
252
- m,
497
+ p,
253
498
  S
254
499
  ]);
255
500
  }
256
501
  //#endregion
257
502
  //#region ../../node_modules/.bun/@base-ui+react@1.4.1+fa6c2f29eeb10566/node_modules/@base-ui/react/esm/floating-ui-react/hooks/useHoverReferenceInteraction.js
258
- var De = { current: null };
259
- function Oe(e, t = {}) {
260
- let n = "rootStore" in e ? e.rootStore : e, { dataRef: i, events: a } = n.context, { enabled: o = !0, delay: c = 0, handleClose: l = null, mouseOnly: d = !1, restMs: f = 0, move: p = !0, triggerElementRef: m = De, externalTree: h, isActiveTrigger: g = !0, getHandleCloseContext: _, isClosing: v } = t, b = G(h), x = Te(n), S = Y.useRef(!1), C = s(l), w = s(c), T = s(f), E = s(o), O = s(v);
503
+ var Ke = { current: null };
504
+ function qe(e, t = {}) {
505
+ let n = "rootStore" in e ? e.rootStore : e, { dataRef: i, events: a } = n.context, { enabled: o = !0, delay: c = 0, handleClose: l = null, mouseOnly: d = !1, restMs: f = 0, move: p = !0, triggerElementRef: m = Ke, externalTree: h, isActiveTrigger: g = !0, getHandleCloseContext: _, isClosing: v } = t, y = G(h), x = We(n), S = J.useRef(!1), C = s(l), w = s(c), T = s(f), E = s(o), D = s(v);
261
506
  g && (x.handleCloseOptions = C.current?.__options);
262
- let k = j(() => ye(i.current.openEvent?.type, x.interactedInside)), A = j((e) => D(e, n.context.triggerElements)), M = j((e, t, i) => {
507
+ let k = j(() => Be(i.current.openEvent?.type, x.interactedInside)), ee = j((e) => O(e, n.context.triggerElements)), A = j((e, t, i) => {
263
508
  let a = n.context.triggerElements;
264
509
  if (a.hasElement(t)) return !e || !r(e, t);
265
- if (!R(i)) return !1;
510
+ if (!L(i)) return !1;
266
511
  let o = i;
267
512
  return a.hasMatchingElement((e) => r(e, o)) && (!e || !r(e, o));
268
- }), P = j((e, t = !0) => {
269
- let r = Z(w.current, "close", x.pointerType);
513
+ }), M = j((e, t = !0) => {
514
+ let r = Re(w.current, "close", x.pointerType);
270
515
  r ? x.openChangeTimeout.start(r, () => {
271
- n.setOpen(!1, L(y, e)), b?.events.emit("floating.closed", e);
272
- }) : t && (x.openChangeTimeout.clear(), n.setOpen(!1, L(y, e)), b?.events.emit("floating.closed", e));
273
- }), I = j(() => {
274
- x.handler &&= (U(n.select("domReferenceElement")).removeEventListener("mousemove", x.handler), void 0);
275
- }), ee = j(() => {
276
- Ce(x);
516
+ n.setOpen(!1, F(b, e)), y?.events.emit("floating.closed", e);
517
+ }) : t && (x.openChangeTimeout.clear(), n.setOpen(!1, F(b, e)), y?.events.emit("floating.closed", e));
518
+ }), N = j(() => {
519
+ x.handler &&= (V(n.select("domReferenceElement")).removeEventListener("mousemove", x.handler), void 0);
520
+ }), ne = j(() => {
521
+ He(x);
277
522
  });
278
- return Y.useEffect(() => I, [I]), Y.useEffect(() => {
523
+ return J.useEffect(() => N, [N]), J.useEffect(() => {
279
524
  if (!o) return;
280
525
  function e(e) {
281
- e.open ? S.current = !1 : (S.current = e.reason === y, I(), x.openChangeTimeout.clear(), x.restTimeout.clear(), x.blockMouseMove = !0, x.restTimeoutPending = !1);
526
+ e.open ? S.current = !1 : (S.current = e.reason === b, N(), x.openChangeTimeout.clear(), x.restTimeout.clear(), x.blockMouseMove = !0, x.restTimeoutPending = !1);
282
527
  }
283
528
  return a.on("openchange", e), () => {
284
529
  a.off("openchange", e);
@@ -287,81 +532,81 @@ function Oe(e, t = {}) {
287
532
  o,
288
533
  a,
289
534
  x,
290
- I
291
- ]), Y.useEffect(() => {
535
+ N
536
+ ]), J.useEffect(() => {
292
537
  if (!o) return;
293
538
  let e = m.current ?? (g ? n.select("domReferenceElement") : null);
294
- if (!R(e)) return;
539
+ if (!L(e)) return;
295
540
  function t(e) {
296
541
  if (x.openChangeTimeout.clear(), x.blockMouseMove = !1, d && !u(x.pointerType)) return;
297
- let t = ve(T.current), i = Z(w.current, "open", x.pointerType), a = F(e), o = e.currentTarget ?? null, s = n.select("domReferenceElement"), c = o;
298
- if (R(a) && !n.context.triggerElements.hasElement(a)) {
542
+ let t = ze(T.current), i = Re(w.current, "open", x.pointerType), a = P(e), o = e.currentTarget ?? null, s = n.select("domReferenceElement"), c = o;
543
+ if (L(a) && !n.context.triggerElements.hasElement(a)) {
299
544
  for (let e of n.context.triggerElements.elements()) if (r(e, a)) {
300
545
  c = e;
301
546
  break;
302
547
  }
303
548
  }
304
- R(o) && R(s) && !n.context.triggerElements.hasElement(o) && r(o, s) && (c = s);
305
- let l = c != null && M(s, c, a), f = n.select("open"), p = O.current?.() ?? n.select("transitionStatus") === "ending", m = !f && p && S.current, h = !l && R(c) && R(s) && r(s, c) && m, g = t > 0 && !i, _ = l && (f || m) || h, v = !f || l;
549
+ L(o) && L(s) && !n.context.triggerElements.hasElement(o) && r(o, s) && (c = s);
550
+ let l = c != null && A(s, c, a), f = n.select("open"), p = D.current?.() ?? n.select("transitionStatus") === "ending", m = !f && p && S.current, h = !l && L(c) && L(s) && r(s, c) && m, g = t > 0 && !i, _ = l && (f || m) || h, v = !f || l;
306
551
  if (_) {
307
- n.setOpen(!0, L(y, e, c));
552
+ n.setOpen(!0, F(b, e, c));
308
553
  return;
309
554
  }
310
555
  g || (i ? x.openChangeTimeout.start(i, () => {
311
- v && n.setOpen(!0, L(y, e, c));
312
- }) : v && n.setOpen(!0, L(y, e, c)));
556
+ v && n.setOpen(!0, F(b, e, c));
557
+ }) : v && n.setOpen(!0, F(b, e, c)));
313
558
  }
314
559
  function a(e) {
315
560
  if (k()) {
316
- ee();
561
+ ne();
317
562
  return;
318
563
  }
319
- I();
320
- let t = n.select("domReferenceElement"), a = U(t);
564
+ N();
565
+ let t = n.select("domReferenceElement"), a = V(t);
321
566
  x.restTimeout.clear(), x.restTimeoutPending = !1;
322
567
  let o = i.current.floatingContext ?? _?.();
323
- if (!A(e.relatedTarget)) {
568
+ if (!ee(e.relatedTarget)) {
324
569
  if (C.current && o) {
325
570
  n.select("open") || x.openChangeTimeout.clear();
326
571
  let t = m.current;
327
572
  x.handler = C.current({
328
573
  ...o,
329
- tree: b,
574
+ tree: y,
330
575
  x: e.clientX,
331
576
  y: e.clientY,
332
577
  onClose() {
333
- ee(), I(), E.current && !k() && t === n.select("domReferenceElement") && P(e, !0);
578
+ ne(), N(), E.current && !k() && t === n.select("domReferenceElement") && M(e, !0);
334
579
  }
335
580
  }), a.addEventListener("mousemove", x.handler), x.handler(e);
336
581
  return;
337
582
  }
338
- (x.pointerType !== "touch" || !r(n.select("floatingElement"), e.relatedTarget)) && P(e);
583
+ (x.pointerType !== "touch" || !r(n.select("floatingElement"), e.relatedTarget)) && M(e);
339
584
  }
340
585
  }
341
- return p ? N(K(e, "mousemove", t, { once: !0 }), K(e, "mouseenter", t), K(e, "mouseleave", a)) : N(K(e, "mouseenter", t), K(e, "mouseleave", a));
586
+ return p ? te(K(e, "mousemove", t, { once: !0 }), K(e, "mouseenter", t), K(e, "mouseleave", a)) : te(K(e, "mouseenter", t), K(e, "mouseleave", a));
342
587
  }, [
343
- I,
344
- ee,
588
+ N,
589
+ ne,
345
590
  i,
346
591
  w,
347
- P,
592
+ M,
348
593
  n,
349
594
  o,
350
595
  C,
351
596
  x,
352
597
  g,
353
- M,
354
- k,
355
598
  A,
599
+ k,
600
+ ee,
356
601
  d,
357
602
  p,
358
603
  T,
359
604
  m,
360
- b,
605
+ y,
361
606
  E,
362
607
  _,
363
- O
364
- ]), Y.useMemo(() => {
608
+ D
609
+ ]), J.useMemo(() => {
365
610
  if (!o) return;
366
611
  function e(e) {
367
612
  x.pointerType = e.pointerType;
@@ -370,28 +615,28 @@ function Oe(e, t = {}) {
370
615
  onPointerDown: e,
371
616
  onPointerEnter: e,
372
617
  onMouseMove(e) {
373
- let { nativeEvent: t } = e, r = e.currentTarget, i = n.select("domReferenceElement"), a = n.select("open"), o = M(i, r, e.target);
618
+ let { nativeEvent: t } = e, r = e.currentTarget, i = n.select("domReferenceElement"), a = n.select("open"), o = A(i, r, e.target);
374
619
  if (d && !u(x.pointerType)) return;
375
620
  if (a && o && x.handleCloseOptions?.blockPointerEvents) {
376
621
  let e = n.select("floatingElement");
377
622
  if (e) {
378
623
  let t = x.handleCloseOptions?.getScope?.() ?? r.ownerDocument.body;
379
- we(x, {
624
+ Ue(x, {
380
625
  scopeElement: t,
381
626
  referenceElement: r,
382
627
  floatingElement: e
383
628
  });
384
629
  }
385
630
  }
386
- let s = ve(T.current);
631
+ let s = ze(T.current);
387
632
  if (a && !o || s === 0 || !o && x.restTimeoutPending && e.movementX ** 2 + e.movementY ** 2 < 2) return;
388
633
  x.restTimeout.clear();
389
634
  function c() {
390
635
  if (x.restTimeoutPending = !1, k()) return;
391
636
  let e = n.select("open");
392
- !x.blockMouseMove && (!e || o) && n.setOpen(!0, L(y, t, r));
637
+ !x.blockMouseMove && (!e || o) && n.setOpen(!0, F(b, t, r));
393
638
  }
394
- x.pointerType === "touch" ? X.flushSync(() => {
639
+ x.pointerType === "touch" ? Y.flushSync(() => {
395
640
  c();
396
641
  }) : o && a ? c() : (x.restTimeoutPending = !0, x.restTimeout.start(s, c));
397
642
  }
@@ -400,7 +645,7 @@ function Oe(e, t = {}) {
400
645
  o,
401
646
  x,
402
647
  k,
403
- M,
648
+ A,
404
649
  d,
405
650
  n,
406
651
  T
@@ -408,27 +653,27 @@ function Oe(e, t = {}) {
408
653
  }
409
654
  //#endregion
410
655
  //#region ../../node_modules/.bun/@base-ui+react@1.4.1+fa6c2f29eeb10566/node_modules/@base-ui/react/esm/floating-ui-react/safePolygon.js
411
- var ke = .1, Ae = ke * ke, $ = .5;
412
- function je(e, t, n, r, i, a) {
656
+ var Je = .1, Ye = Je * Je, $ = .5;
657
+ function Xe(e, t, n, r, i, a) {
413
658
  return r >= t != a >= t && e <= (i - n) * (t - r) / (a - r) + n;
414
659
  }
415
- function Me(e, t, n, r, i, a, o, s, c, l) {
660
+ function Ze(e, t, n, r, i, a, o, s, c, l) {
416
661
  let u = !1;
417
- return je(e, t, n, r, i, a) && (u = !u), je(e, t, i, a, o, s) && (u = !u), je(e, t, o, s, c, l) && (u = !u), je(e, t, c, l, n, r) && (u = !u), u;
662
+ return Xe(e, t, n, r, i, a) && (u = !u), Xe(e, t, i, a, o, s) && (u = !u), Xe(e, t, o, s, c, l) && (u = !u), Xe(e, t, c, l, n, r) && (u = !u), u;
418
663
  }
419
- function Ne(e, t, n) {
664
+ function Qe(e, t, n) {
420
665
  return e >= n.x && e <= n.x + n.width && t >= n.y && t <= n.y + n.height;
421
666
  }
422
- function Pe(e, t, n, r, i, a) {
667
+ function $e(e, t, n, r, i, a) {
423
668
  return e >= Math.min(n, i) && e <= Math.max(n, i) && t >= Math.min(r, a) && t <= Math.max(r, a);
424
669
  }
425
- function Fe(e = {}) {
670
+ function et(e = {}) {
426
671
  let { blockPointerEvents: t = !1 } = e, n = new a(), i = ({ x: e, y: t, placement: i, elements: a, onClose: o, nodeId: s, tree: c }) => {
427
672
  let l = i?.split("-")[0], u = !1, d = null, f = null, p = typeof performance < "u" ? performance.now() : 0;
428
673
  function m(e, t) {
429
674
  let n = performance.now(), r = n - p;
430
675
  if (d === null || f === null || r === 0) return d = e, f = t, p = n, !1;
431
- let i = e - d, a = t - f, o = i * i + a * a, s = r * r * Ae;
676
+ let i = e - d, a = t - f, o = i * i + a * a, s = r * r * Ye;
432
677
  return d = e, f = t, p = n, o < s;
433
678
  }
434
679
  function h() {
@@ -438,40 +683,40 @@ function Fe(e = {}) {
438
683
  n.clear();
439
684
  let o = a.domReference, d = a.floating;
440
685
  if (!o || !d || l == null || e == null || t == null) return;
441
- let { clientX: f, clientY: p } = i, g = F(i), _ = i.type === "mouseleave", v = r(d, g), y = r(o, g);
686
+ let { clientX: f, clientY: p } = i, g = P(i), _ = i.type === "mouseleave", v = r(d, g), y = r(o, g);
442
687
  if (v && (u = !0, !_)) return;
443
688
  if (y && (u = !1, !_)) {
444
689
  u = !0;
445
690
  return;
446
691
  }
447
- if (_ && R(i.relatedTarget) && r(d, i.relatedTarget)) return;
692
+ if (_ && L(i.relatedTarget) && r(d, i.relatedTarget)) return;
448
693
  function b() {
449
- return !!(c && H(c.nodesRef.current, s).length > 0);
694
+ return !!(c && me(c.nodesRef.current, s).length > 0);
450
695
  }
451
696
  function x() {
452
697
  b() || h();
453
698
  }
454
699
  if (b()) return;
455
- let S = o.getBoundingClientRect(), C = d.getBoundingClientRect(), w = e > C.right - C.width / 2, T = t > C.bottom - C.height / 2, E = C.width > S.width, D = C.height > S.height, O = (E ? S : C).left, k = (E ? S : C).right, A = (D ? S : C).top, j = (D ? S : C).bottom;
700
+ let S = o.getBoundingClientRect(), C = d.getBoundingClientRect(), w = e > C.right - C.width / 2, T = t > C.bottom - C.height / 2, E = C.width > S.width, D = C.height > S.height, O = (E ? S : C).left, k = (E ? S : C).right, ee = (D ? S : C).top, A = (D ? S : C).bottom;
456
701
  if (l === "top" && t >= S.bottom - 1 || l === "bottom" && t <= S.top + 1 || l === "left" && e >= S.right - 1 || l === "right" && e <= S.left + 1) {
457
702
  x();
458
703
  return;
459
704
  }
460
- let M = !1;
705
+ let j = !1;
461
706
  switch (l) {
462
707
  case "top":
463
- M = Pe(f, p, O, S.top + 1, k, C.bottom - 1);
708
+ j = $e(f, p, O, S.top + 1, k, C.bottom - 1);
464
709
  break;
465
710
  case "bottom":
466
- M = Pe(f, p, O, C.top + 1, k, S.bottom - 1);
711
+ j = $e(f, p, O, C.top + 1, k, S.bottom - 1);
467
712
  break;
468
713
  case "left":
469
- M = Pe(f, p, C.right - 1, j, S.left + 1, A);
714
+ j = $e(f, p, C.right - 1, A, S.left + 1, ee);
470
715
  break;
471
- case "right": M = Pe(f, p, S.right - 1, j, C.left + 1, A);
716
+ case "right": j = $e(f, p, S.right - 1, A, C.left + 1, ee);
472
717
  }
473
- if (M) return;
474
- if (u && !Ne(f, p, S)) {
718
+ if (j) return;
719
+ if (u && !Qe(f, p, S)) {
475
720
  x();
476
721
  return;
477
722
  }
@@ -479,30 +724,30 @@ function Fe(e = {}) {
479
724
  x();
480
725
  return;
481
726
  }
482
- let N = !1;
727
+ let M = !1;
483
728
  switch (l) {
484
729
  case "top": {
485
730
  let n = E ? $ / 2 : $ * 4, r = E || w ? e + n : e - n, i = E ? e - n : w ? e + n : e - n, a = t + $ + 1, o = w || E ? C.bottom - $ : C.top, s = w ? E ? C.bottom - $ : C.top : C.bottom - $;
486
- N = Me(f, p, r, a, i, a, C.left, o, C.right, s);
731
+ M = Ze(f, p, r, a, i, a, C.left, o, C.right, s);
487
732
  break;
488
733
  }
489
734
  case "bottom": {
490
735
  let n = E ? $ / 2 : $ * 4, r = E || w ? e + n : e - n, i = E ? e - n : w ? e + n : e - n, a = t - $, o = w || E ? C.top + $ : C.bottom, s = w ? E ? C.top + $ : C.bottom : C.top + $;
491
- N = Me(f, p, r, a, i, a, C.left, o, C.right, s);
736
+ M = Ze(f, p, r, a, i, a, C.left, o, C.right, s);
492
737
  break;
493
738
  }
494
739
  case "left": {
495
740
  let n = D ? $ / 2 : $ * 4, r = D || T ? t + n : t - n, i = D ? t - n : T ? t + n : t - n, a = e + $ + 1, o = T || D ? C.right - $ : C.left, s = T ? D ? C.right - $ : C.left : C.right - $;
496
- N = Me(f, p, o, C.top, s, C.bottom, a, r, a, i);
741
+ M = Ze(f, p, o, C.top, s, C.bottom, a, r, a, i);
497
742
  break;
498
743
  }
499
744
  case "right": {
500
745
  let n = D ? $ / 2 : $ * 4, r = D || T ? t + n : t - n, i = D ? t - n : T ? t + n : t - n, a = e - $, o = T || D ? C.left + $ : C.right, s = T ? D ? C.left + $ : C.right : C.left + $;
501
- N = Me(f, p, a, r, a, i, o, C.top, s, C.bottom);
746
+ M = Ze(f, p, a, r, a, i, o, C.top, s, C.bottom);
502
747
  break;
503
748
  }
504
749
  }
505
- N ? u || n.start(40, x) : x();
750
+ M ? u || n.start(40, x) : x();
506
751
  };
507
752
  };
508
753
  return i.__options = {
@@ -512,21 +757,21 @@ function Fe(e = {}) {
512
757
  }
513
758
  //#endregion
514
759
  //#region ../../node_modules/.bun/val-i18n@0.1.14+882451ae40c8d660/node_modules/val-i18n/dist/main.mjs
515
- var Ie = (e, t = {}, n = "") => {
516
- for (let [r, i] of Object.entries(e)) typeof i == "string" ? t[n + r] = i : Ie(i, t, n + r + ".");
760
+ var tt = (e, t = {}, n = "") => {
761
+ for (let [r, i] of Object.entries(e)) typeof i == "string" ? t[n + r] = i : tt(i, t, n + r + ".");
517
762
  return t;
518
- }, Le = (e) => {
763
+ }, nt = (e) => {
519
764
  let t = [], n = [], r = /{{(\S+?)}}/gi, i, a = 0;
520
765
  for (; i = r.exec(e);) t.push(e.slice(a, i.index), ""), n.push(i[1]), a = i.index + i[0].length;
521
766
  return t.push(e.slice(a)), n.length <= 0 ? !1 : (e) => {
522
767
  for (let r = n.length - 1; r >= 0; r--) t[r * 2 + 1] = e[n[r]] ?? n[r];
523
768
  return t.join("");
524
769
  };
525
- }, Re = class r {
770
+ }, rt = class r {
526
771
  constructor(r, i, a) {
527
772
  this.t = (e, t) => this.t$.get()(e, t), this.fetcher = a?.fetcher;
528
773
  let o = /* @__PURE__ */ new Map();
529
- this.locales$ = t(i), this.lang$ = t(r), this.locale$ = n([this.lang$, this.locales$], ([e, t]) => t[e] || {}), this.a = e(this.locale$, Ie), this.t$ = e(this.a, (e) => ((e, t, n) => {
774
+ this.locales$ = t(i), this.lang$ = t(r), this.locale$ = n([this.lang$, this.locales$], ([e, t]) => t[e] || {}), this.a = e(this.locale$, tt), this.t$ = e(this.a, (e) => ((e, t, n) => {
530
775
  if (n) {
531
776
  let r = n["@"];
532
777
  if (r != null) {
@@ -541,7 +786,7 @@ var Ie = (e, t = {}, n = "") => {
541
786
  }
542
787
  if (e[t]) {
543
788
  let r = o.get(t);
544
- if (r ?? o.set(t, r = Le(e[t])), r) return r(n);
789
+ if (r ?? o.set(t, r = nt(e[t])), r) return r(n);
545
790
  }
546
791
  }
547
792
  return e[t] || t;
@@ -574,7 +819,7 @@ var Ie = (e, t = {}, n = "") => {
574
819
  dispose() {
575
820
  this.lang$.dispose(), this.t$.dispose(), this.locales$.dispose(), this.locale$.dispose(), this.a.dispose();
576
821
  }
577
- }, ze = {
822
+ }, it = {
578
823
  en: { valueEditor: {
579
824
  editRawData: "Edit raw data",
580
825
  editAsForm: "Switch to form editing",
@@ -615,6 +860,7 @@ var Ie = (e, t = {}, n = "") => {
615
860
  fieldSettings: "Field settings",
616
861
  reorder: "Reorder {{name}}",
617
862
  reorderHint: "Drag to reorder, or use the up and down arrow keys",
863
+ notNullable: "Null not allowed",
618
864
  nullable: "Allow null",
619
865
  group: "Group",
620
866
  groupName: "Group name",
@@ -654,7 +900,12 @@ var Ie = (e, t = {}, n = "") => {
654
900
  editOptions: "Edit options…",
655
901
  backToChoices: "Back to choices",
656
902
  addOption: "Add option",
657
- component: "Component"
903
+ component: "Component",
904
+ columnName: "Name",
905
+ columnType: "Type",
906
+ columnValue: "Value",
907
+ noOptions: "No options available",
908
+ emptyObject: "Empty object only"
658
909
  } },
659
910
  "zh-CN": { valueEditor: {
660
911
  editRawData: "编辑原始数据",
@@ -696,6 +947,7 @@ var Ie = (e, t = {}, n = "") => {
696
947
  fieldSettings: "字段设置",
697
948
  reorder: "调整 {{name}} 顺序",
698
949
  reorderHint: "拖动排序,或使用上下方向键",
950
+ notNullable: "不允许空值",
699
951
  nullable: "允许空值",
700
952
  group: "分组",
701
953
  groupName: "分组名称",
@@ -735,7 +987,12 @@ var Ie = (e, t = {}, n = "") => {
735
987
  editOptions: "编辑选项…",
736
988
  backToChoices: "返回选择",
737
989
  addOption: "添加选项",
738
- component: "组件"
990
+ component: "组件",
991
+ columnName: "名称",
992
+ columnType: "类型",
993
+ columnValue: "值",
994
+ noOptions: "无可用选项",
995
+ emptyObject: "仅允许空对象"
739
996
  } },
740
997
  "zh-TW": { valueEditor: {
741
998
  editRawData: "編輯原始資料",
@@ -777,6 +1034,7 @@ var Ie = (e, t = {}, n = "") => {
777
1034
  fieldSettings: "欄位設定",
778
1035
  reorder: "調整 {{name}} 順序",
779
1036
  reorderHint: "拖動排序,或使用上下方向鍵",
1037
+ notNullable: "不允許空值",
780
1038
  nullable: "允許空值",
781
1039
  group: "群組",
782
1040
  groupName: "群組名稱",
@@ -816,7 +1074,12 @@ var Ie = (e, t = {}, n = "") => {
816
1074
  editOptions: "編輯選項…",
817
1075
  backToChoices: "返回選擇",
818
1076
  addOption: "新增選項",
819
- component: "元件"
1077
+ component: "元件",
1078
+ columnName: "名稱",
1079
+ columnType: "類型",
1080
+ columnValue: "值",
1081
+ noOptions: "無可用選項",
1082
+ emptyObject: "僅允許空物件"
820
1083
  } },
821
1084
  ja: { valueEditor: {
822
1085
  editRawData: "生データを編集",
@@ -858,6 +1121,7 @@ var Ie = (e, t = {}, n = "") => {
858
1121
  fieldSettings: "フィールド設定",
859
1122
  reorder: "{{name}} を並べ替え",
860
1123
  reorderHint: "ドラッグまたは上下矢印キーで並べ替え",
1124
+ notNullable: "null は許可されません",
861
1125
  nullable: "null を許可",
862
1126
  group: "グループ",
863
1127
  groupName: "グループ名",
@@ -897,7 +1161,12 @@ var Ie = (e, t = {}, n = "") => {
897
1161
  editOptions: "選択肢を編集…",
898
1162
  backToChoices: "選択に戻る",
899
1163
  addOption: "選択肢を追加",
900
- component: "コンポーネント"
1164
+ component: "コンポーネント",
1165
+ columnName: "名前",
1166
+ columnType: "型",
1167
+ columnValue: "値",
1168
+ noOptions: "選択肢がありません",
1169
+ emptyObject: "空のオブジェクトのみ"
901
1170
  } },
902
1171
  ko: { valueEditor: {
903
1172
  editRawData: "원시 데이터 편집",
@@ -939,6 +1208,7 @@ var Ie = (e, t = {}, n = "") => {
939
1208
  fieldSettings: "필드 설정",
940
1209
  reorder: "{{name}} 순서 변경",
941
1210
  reorderHint: "드래그하거나 위아래 화살표 키로 순서 변경",
1211
+ notNullable: "null 허용 안 함",
942
1212
  nullable: "null 허용",
943
1213
  group: "그룹",
944
1214
  groupName: "그룹 이름",
@@ -978,7 +1248,12 @@ var Ie = (e, t = {}, n = "") => {
978
1248
  editOptions: "옵션 편집…",
979
1249
  backToChoices: "선택으로 돌아가기",
980
1250
  addOption: "옵션 추가",
981
- component: "컴포넌트"
1251
+ component: "컴포넌트",
1252
+ columnName: "이름",
1253
+ columnType: "유형",
1254
+ columnValue: "값",
1255
+ noOptions: "사용 가능한 옵션 없음",
1256
+ emptyObject: "빈 객체만 허용"
982
1257
  } },
983
1258
  ru: { valueEditor: {
984
1259
  editRawData: "Редактировать исходные данные",
@@ -1020,6 +1295,7 @@ var Ie = (e, t = {}, n = "") => {
1020
1295
  fieldSettings: "Настройки поля",
1021
1296
  reorder: "Изменить порядок {{name}}",
1022
1297
  reorderHint: "Перетащите или используйте стрелки вверх и вниз",
1298
+ notNullable: "Null не допускается",
1023
1299
  nullable: "Разрешить null",
1024
1300
  group: "Группа",
1025
1301
  groupName: "Название группы",
@@ -1059,7 +1335,12 @@ var Ie = (e, t = {}, n = "") => {
1059
1335
  editOptions: "Изменить варианты…",
1060
1336
  backToChoices: "Назад к выбору",
1061
1337
  addOption: "Добавить вариант",
1062
- component: "Компонент"
1338
+ component: "Компонент",
1339
+ columnName: "Имя",
1340
+ columnType: "Тип",
1341
+ columnValue: "Значение",
1342
+ noOptions: "Нет доступных вариантов",
1343
+ emptyObject: "Только пустой объект"
1063
1344
  } },
1064
1345
  fr: { valueEditor: {
1065
1346
  editRawData: "Modifier les données brutes",
@@ -1101,6 +1382,7 @@ var Ie = (e, t = {}, n = "") => {
1101
1382
  fieldSettings: "Paramètres du champ",
1102
1383
  reorder: "Réordonner {{name}}",
1103
1384
  reorderHint: "Glissez ou utilisez les flèches haut et bas",
1385
+ notNullable: "Null non autorisé",
1104
1386
  nullable: "Autoriser null",
1105
1387
  group: "Groupe",
1106
1388
  groupName: "Nom du groupe",
@@ -1140,9 +1422,14 @@ var Ie = (e, t = {}, n = "") => {
1140
1422
  editOptions: "Modifier les options…",
1141
1423
  backToChoices: "Retour aux choix",
1142
1424
  addOption: "Ajouter une option",
1143
- component: "Composant"
1425
+ component: "Composant",
1426
+ columnName: "Nom",
1427
+ columnType: "Type",
1428
+ columnValue: "Valeur",
1429
+ noOptions: "Aucune option disponible",
1430
+ emptyObject: "Objet vide uniquement"
1144
1431
  } }
1145
- }, Be = {
1432
+ }, at = {
1146
1433
  en: {
1147
1434
  jsonViewer: {
1148
1435
  bin: "Binary",
@@ -1577,7 +1864,7 @@ var Ie = (e, t = {}, n = "") => {
1577
1864
  more: "Plus d'actions"
1578
1865
  }
1579
1866
  }
1580
- }, Ve = {
1867
+ }, ot = {
1581
1868
  en: {
1582
1869
  addNode: {
1583
1870
  blocks: "Blocks",
@@ -1817,13 +2104,41 @@ var Ie = (e, t = {}, n = "") => {
1817
2104
  },
1818
2105
  title: "Inspector",
1819
2106
  sources: {
1820
- loading: "Loading sources…",
1821
- checking: "Checking source…",
2107
+ loading: "Loading available data…",
1822
2108
  loadFailed: "Could not load sources. Reopen the menu to retry.",
1823
2109
  checkFailed: "Could not check this source.",
1824
- title: "Input sources",
1825
- local: "Local value / variable",
1826
- unavailable: "This source is not guaranteed to complete before this node, or its type does not match."
2110
+ title: "Select data",
2111
+ sourceMissing: "“{{source}}” could not be found. Choose again.",
2112
+ outputMissing: "“{{output}}” could not be found in “{{source}}”. Choose again.",
2113
+ notReady: "“{{source}} {{handle}}” may not have a value when this step runs.",
2114
+ sourceConflict: "These fields may have values at the same time: {{sources}}. Only one can be used here.",
2115
+ schemaIncompatible: "The data format does not match.",
2116
+ schemaPathIncompatible: "The data format of “{{path}}” does not match.",
2117
+ schemaCompareFailed: "Could not check the data format. Check the JSON Schema.",
2118
+ binaryIncompatible: "Binary data cannot be used here.",
2119
+ artifactIncompatible: "File data cannot be used here.",
2120
+ nullableIncompatible: "A value is required, but the selected field may be empty.",
2121
+ typeIncompatible: "Expected {{target}}, but the selected field is {{source}}.",
2122
+ propertyTypeIncompatible: "“{{path}}” must be {{target}}, but it is {{source}}.",
2123
+ requiredIncompatible: "The required property “{{property}}” may be missing.",
2124
+ enumIncompatible: "Some possible values are not accepted: {{values}}.",
2125
+ constIncompatible: "Only {{target}} is accepted, but the selected field is always {{source}}.",
2126
+ constraintSubject: "“{{path}}” ",
2127
+ minLength: "{{subject}}must contain at least {{value}} characters.",
2128
+ maxLength: "{{subject}}must contain at most {{value}} characters.",
2129
+ pattern: "{{subject}}must match {{value}}.",
2130
+ minimum: "{{subject}}cannot be less than {{value}}.",
2131
+ exclusiveMinimum: "{{subject}}must be greater than {{value}}.",
2132
+ maximum: "{{subject}}cannot be greater than {{value}}.",
2133
+ exclusiveMaximum: "{{subject}}must be less than {{value}}.",
2134
+ multipleOf: "{{subject}}must be a multiple of {{value}}.",
2135
+ minItems: "{{subject}}must contain at least {{value}} items.",
2136
+ maxItems: "{{subject}}must contain at most {{value}} items.",
2137
+ minProperties: "{{subject}}must contain at least {{value}} properties.",
2138
+ maxProperties: "{{subject}}must contain at most {{value}} properties.",
2139
+ integer: "Integer",
2140
+ unknownType: "unknown type",
2141
+ typeSeparator: " or "
1827
2142
  },
1828
2143
  actions: {
1829
2144
  title: "Actions available to this code",
@@ -2191,8 +2506,10 @@ var Ie = (e, t = {}, n = "") => {
2191
2506
  "binding-missing": "Binding \"{{bindingId}}\" does not exist.",
2192
2507
  cycle: "Graph contains a dependency cycle among nodes: {{nodes}}.",
2193
2508
  "flow-input-incompatible": "Flow input \"{{input}}\" is not compatible with this input.",
2509
+ "flow-input-schema-incompatible": "Flow input \"{{input}}\" cannot be used for \"{{target}}\": {{issue}}",
2194
2510
  "input-missing": "Node \"{{nodeId}}\" does not expose input \"{{handle}}\".",
2195
2511
  "node-output-incompatible": "Upstream node \"{{nodeId}}\" output \"{{output}}\" is not compatible with this input.",
2512
+ "node-output-schema-incompatible": "\"{{source}}\" cannot be used for \"{{target}}\": {{issue}}",
2196
2513
  "schema-unsupported": "Runtime Ref schemas are not supported.",
2197
2514
  "source-missing": {
2198
2515
  "flow-input": "Flow input \"{{input}}\" does not exist in this graph.",
@@ -2204,6 +2521,7 @@ var Ie = (e, t = {}, n = "") => {
2204
2521
  task: "Task \"{{taskId}}\" does not exist."
2205
2522
  },
2206
2523
  "subflow-output-incompatible": "A source is not compatible with Subflow output \"{{output}}\".",
2524
+ "subflow-output-schema-incompatible": "The data format for Subflow output \"{{output}}\" does not match: {{issue}}",
2207
2525
  "trigger-not-allowed": "Trigger nodes are only allowed in Flows.",
2208
2526
  "variable-incompatible": "Variable binding \"{{bindingId}}\" is not compatible with this input.",
2209
2527
  "variable-source-mixed": "A Variable must be the only source for an input."
@@ -2262,19 +2580,18 @@ var Ie = (e, t = {}, n = "") => {
2262
2580
  runInput: {
2263
2581
  editMissing: "Add test data",
2264
2582
  editReady: "Edit saved test data",
2265
- remembered: "Test data is remembered for this editing session and does not change the workflow.",
2583
+ remembered: "Saved for this editing session only.",
2266
2584
  startTest: "Start test",
2267
2585
  testTrigger: "Test {{name}}",
2268
2586
  triggerCount: "{{count}} start nodes",
2269
- triggerDataHint: "Enter sample data for this Trigger, then start the test.",
2270
- triggerData: "Trigger data",
2271
- close: "Close run inputs",
2587
+ close: "Close test data",
2272
2588
  description: "Enter data for this run. Your workflow will not be changed.",
2273
2589
  invalid: "Set every listed input to a valid JSON value before running.",
2274
- title: "Run inputs",
2590
+ title: "Test data",
2275
2591
  trigger: "Start node",
2276
2592
  selectTrigger: "Select a start node",
2277
- noTrigger: "Add a trigger as a start node before running."
2593
+ noTrigger: "Add a trigger as a start node before running.",
2594
+ triggerSubtitle: "Trigger · {{name}}"
2278
2595
  },
2279
2596
  workspace: {
2280
2597
  check: "Check the current Draft",
@@ -2458,10 +2775,10 @@ var Ie = (e, t = {}, n = "") => {
2458
2775
  literal: "Literal",
2459
2776
  variable: "Variable",
2460
2777
  noVariables: "No Variables declared",
2461
- noUpstreamNodes: "No upstream nodes",
2778
+ noUpstreamNodes: "No data available",
2462
2779
  unsupported: "Unsupported",
2463
2780
  mode: "Type",
2464
- connected: "Connected to an upstream source. Use Input sources to change it."
2781
+ connected: "Data selected. Use Select data to change it."
2465
2782
  },
2466
2783
  history: {
2467
2784
  undo: "Undo",
@@ -2909,13 +3226,41 @@ var Ie = (e, t = {}, n = "") => {
2909
3226
  },
2910
3227
  title: "检查器",
2911
3228
  sources: {
2912
- loading: "正在加载来源…",
2913
- checking: "正在检查来源…",
3229
+ loading: "正在加载可用数据…",
2914
3230
  loadFailed: "无法加载来源,请重新打开菜单重试。",
2915
3231
  checkFailed: "无法检查此来源。",
2916
- title: "输入来源",
2917
- local: "本地值 / 变量",
2918
- unavailable: "无法保证此来源先于当前节点完成,或输出类型不匹配。"
3232
+ title: "选择数据",
3233
+ sourceMissing: "找不到“{{source}}”,请重新选择。",
3234
+ outputMissing: "“{{source}}”中找不到“{{output}}”,请重新选择。",
3235
+ notReady: "运行到这里时,“{{source}} {{handle}}”可能还没有值。",
3236
+ sourceConflict: "这些字段可能同时有值:{{sources}}。这里只能取一个。",
3237
+ schemaIncompatible: "数据格式不匹配。",
3238
+ schemaPathIncompatible: "“{{path}}”的数据格式不匹配。",
3239
+ schemaCompareFailed: "无法检查数据格式,请检查 JSON Schema。",
3240
+ binaryIncompatible: "不能使用二进制数据。",
3241
+ artifactIncompatible: "不能使用文件数据。",
3242
+ nullableIncompatible: "不能为空,但所选字段可能为空。",
3243
+ typeIncompatible: "需要{{target}},但所选字段是{{source}}。",
3244
+ propertyTypeIncompatible: "“{{path}}”需要{{target}},实际是{{source}}。",
3245
+ requiredIncompatible: "不一定包含必填属性“{{property}}”。",
3246
+ enumIncompatible: "可能出现不接受的值:{{values}}。",
3247
+ constIncompatible: "只接受 {{target}},所选字段固定为 {{source}}。",
3248
+ constraintSubject: "“{{path}}”",
3249
+ minLength: "{{subject}}至少需要 {{value}} 个字符。",
3250
+ maxLength: "{{subject}}最多接受 {{value}} 个字符。",
3251
+ pattern: "{{subject}}文本格式应符合 {{value}}。",
3252
+ minimum: "{{subject}}不能小于 {{value}}。",
3253
+ exclusiveMinimum: "{{subject}}必须大于 {{value}}。",
3254
+ maximum: "{{subject}}不能大于 {{value}}。",
3255
+ exclusiveMaximum: "{{subject}}必须小于 {{value}}。",
3256
+ multipleOf: "{{subject}}必须是 {{value}} 的倍数。",
3257
+ minItems: "{{subject}}至少需要 {{value}} 项。",
3258
+ maxItems: "{{subject}}最多接受 {{value}} 项。",
3259
+ minProperties: "{{subject}}至少需要 {{value}} 个属性。",
3260
+ maxProperties: "{{subject}}最多接受 {{value}} 个属性。",
3261
+ integer: "整数",
3262
+ unknownType: "未知类型",
3263
+ typeSeparator: "或"
2919
3264
  },
2920
3265
  actions: {
2921
3266
  title: "代码可调用的动作",
@@ -3283,8 +3628,10 @@ var Ie = (e, t = {}, n = "") => {
3283
3628
  "binding-missing": "绑定“{{bindingId}}”不存在。",
3284
3629
  cycle: "节点之间存在依赖循环:{{nodes}}。",
3285
3630
  "flow-input-incompatible": "Flow 输入“{{input}}”与此输入不兼容。",
3631
+ "flow-input-schema-incompatible": "Flow 输入“{{input}}”不能用于“{{target}}”:{{issue}}",
3286
3632
  "input-missing": "节点“{{nodeId}}”没有输入“{{handle}}”。",
3287
3633
  "node-output-incompatible": "上游节点“{{nodeId}}”的输出“{{output}}”与此输入不兼容。",
3634
+ "node-output-schema-incompatible": "“{{source}}”不能用于“{{target}}”:{{issue}}",
3288
3635
  "schema-unsupported": "不支持 Runtime Ref schema。",
3289
3636
  "source-missing": {
3290
3637
  "flow-input": "此图中不存在 Flow 输入“{{input}}”。",
@@ -3296,6 +3643,7 @@ var Ie = (e, t = {}, n = "") => {
3296
3643
  task: "Task“{{taskId}}”不存在。"
3297
3644
  },
3298
3645
  "subflow-output-incompatible": "有来源与 Subflow 输出“{{output}}”的声明类型不兼容。",
3646
+ "subflow-output-schema-incompatible": "Subflow 输出“{{output}}”的数据格式不匹配:{{issue}}",
3299
3647
  "trigger-not-allowed": "Trigger 节点只能用于 Flow。",
3300
3648
  "variable-incompatible": "Variable 绑定“{{bindingId}}”与此输入不兼容。",
3301
3649
  "variable-source-mixed": "Variable 必须是一个输入的唯一来源。"
@@ -3354,19 +3702,18 @@ var Ie = (e, t = {}, n = "") => {
3354
3702
  runInput: {
3355
3703
  editMissing: "填写测试数据",
3356
3704
  editReady: "修改已保存的测试数据",
3357
- remembered: "测试数据会在本次编辑会话中保留,不会修改工作流。",
3705
+ remembered: "测试数据仅在本次编辑会话中保留。",
3358
3706
  startTest: "开始测试",
3359
3707
  testTrigger: "测试 {{name}}",
3360
3708
  triggerCount: "共 {{count}} 个起始节点",
3361
- triggerDataHint: "填写这个 Trigger 的模拟数据,然后开始测试。",
3362
- triggerData: "触发数据",
3363
- close: "关闭运行输入",
3709
+ close: "关闭测试数据",
3364
3710
  description: "填写本次运行需要的数据,不会修改工作流。",
3365
3711
  invalid: "请为所有列出的输入设置有效的 JSON 值后再运行。",
3366
- title: "运行输入",
3712
+ title: "测试数据",
3367
3713
  trigger: "起始节点",
3368
3714
  selectTrigger: "选择起始节点",
3369
- noTrigger: "请先添加一个触发器作为起始节点。"
3715
+ noTrigger: "请先添加一个触发器作为起始节点。",
3716
+ triggerSubtitle: "触发器 · {{name}}"
3370
3717
  },
3371
3718
  workspace: {
3372
3719
  check: "检查当前草稿",
@@ -3550,10 +3897,10 @@ var Ie = (e, t = {}, n = "") => {
3550
3897
  literal: "固定值",
3551
3898
  variable: "Variable",
3552
3899
  noVariables: "尚未声明 Variable",
3553
- noUpstreamNodes: "没有上游节点",
3900
+ noUpstreamNodes: "没有可用数据",
3554
3901
  unsupported: "不支持",
3555
3902
  mode: "类型",
3556
- connected: "已连接上游来源,可在输入来源中修改。"
3903
+ connected: "已选择数据,可从“选择数据”中修改。"
3557
3904
  },
3558
3905
  history: {
3559
3906
  undo: "撤销",
@@ -4001,13 +4348,41 @@ var Ie = (e, t = {}, n = "") => {
4001
4348
  },
4002
4349
  title: "檢查器",
4003
4350
  sources: {
4004
- loading: "正在載入來源…",
4005
- checking: "正在檢查來源…",
4351
+ loading: "正在載入可用資料…",
4006
4352
  loadFailed: "無法載入來源,請重新開啟選單重試。",
4007
4353
  checkFailed: "無法檢查此來源。",
4008
- title: "輸入來源",
4009
- local: "本機值 / 變數",
4010
- unavailable: "無法保證此來源先於目前節點完成,或輸出類型不符。"
4354
+ title: "選擇資料",
4355
+ sourceMissing: "找不到「{{source}}」,請重新選擇。",
4356
+ outputMissing: "「{{source}}」中找不到「{{output}}」,請重新選擇。",
4357
+ notReady: "執行到這裡時,「{{source}} {{handle}}」可能還沒有值。",
4358
+ sourceConflict: "這些欄位可能同時有值:{{sources}}。這裡只能取一個。",
4359
+ schemaIncompatible: "資料格式不符。",
4360
+ schemaPathIncompatible: "「{{path}}」的資料格式不符。",
4361
+ schemaCompareFailed: "無法檢查資料格式,請檢查 JSON Schema。",
4362
+ binaryIncompatible: "不能使用二進位資料。",
4363
+ artifactIncompatible: "不能使用檔案資料。",
4364
+ nullableIncompatible: "不能為空,但所選欄位可能為空。",
4365
+ typeIncompatible: "需要{{target}},但所選欄位是{{source}}。",
4366
+ propertyTypeIncompatible: "「{{path}}」需要{{target}},實際是{{source}}。",
4367
+ requiredIncompatible: "不一定包含必填屬性「{{property}}」。",
4368
+ enumIncompatible: "可能出現不接受的值:{{values}}。",
4369
+ constIncompatible: "只接受 {{target}},所選欄位固定為 {{source}}。",
4370
+ constraintSubject: "「{{path}}」",
4371
+ minLength: "{{subject}}至少需要 {{value}} 個字元。",
4372
+ maxLength: "{{subject}}最多接受 {{value}} 個字元。",
4373
+ pattern: "{{subject}}文字格式應符合 {{value}}。",
4374
+ minimum: "{{subject}}不能小於 {{value}}。",
4375
+ exclusiveMinimum: "{{subject}}必須大於 {{value}}。",
4376
+ maximum: "{{subject}}不能大於 {{value}}。",
4377
+ exclusiveMaximum: "{{subject}}必須小於 {{value}}。",
4378
+ multipleOf: "{{subject}}必須是 {{value}} 的倍數。",
4379
+ minItems: "{{subject}}至少需要 {{value}} 項。",
4380
+ maxItems: "{{subject}}最多接受 {{value}} 項。",
4381
+ minProperties: "{{subject}}至少需要 {{value}} 個屬性。",
4382
+ maxProperties: "{{subject}}最多接受 {{value}} 個屬性。",
4383
+ integer: "整數",
4384
+ unknownType: "未知類型",
4385
+ typeSeparator: "或"
4011
4386
  },
4012
4387
  actions: {
4013
4388
  title: "程式碼可呼叫的動作",
@@ -4375,8 +4750,10 @@ var Ie = (e, t = {}, n = "") => {
4375
4750
  "binding-missing": "繫結「{{bindingId}}」不存在。",
4376
4751
  cycle: "節點之間存在相依性循環:{{nodes}}。",
4377
4752
  "flow-input-incompatible": "Flow 輸入「{{input}}」與此輸入不相容。",
4753
+ "flow-input-schema-incompatible": "Flow 輸入「{{input}}」不能用於「{{target}}」:{{issue}}",
4378
4754
  "input-missing": "節點「{{nodeId}}」沒有輸入「{{handle}}」。",
4379
4755
  "node-output-incompatible": "上游節點「{{nodeId}}」的輸出「{{output}}」與此輸入不相容。",
4756
+ "node-output-schema-incompatible": "「{{source}}」不能用於「{{target}}」:{{issue}}",
4380
4757
  "schema-unsupported": "不支援 Runtime Ref schema。",
4381
4758
  "source-missing": {
4382
4759
  "flow-input": "此流程圖中不存在 Flow 輸入「{{input}}」。",
@@ -4388,6 +4765,7 @@ var Ie = (e, t = {}, n = "") => {
4388
4765
  task: "Task「{{taskId}}」不存在。"
4389
4766
  },
4390
4767
  "subflow-output-incompatible": "有來源與 Subflow 輸出「{{output}}」的宣告類型不相容。",
4768
+ "subflow-output-schema-incompatible": "Subflow 輸出「{{output}}」的資料格式不相符:{{issue}}",
4391
4769
  "trigger-not-allowed": "Trigger 節點只能用於 Flow。",
4392
4770
  "variable-incompatible": "Variable 繫結「{{bindingId}}」與此輸入不相容。",
4393
4771
  "variable-source-mixed": "Variable 必須是輸入的唯一來源。"
@@ -4446,19 +4824,18 @@ var Ie = (e, t = {}, n = "") => {
4446
4824
  runInput: {
4447
4825
  editMissing: "填寫測試資料",
4448
4826
  editReady: "修改已儲存的測試資料",
4449
- remembered: "測試資料會在本次編輯工作階段中保留,不會修改工作流程。",
4827
+ remembered: "測試資料僅在本次編輯工作階段中保留。",
4450
4828
  startTest: "開始測試",
4451
4829
  testTrigger: "測試 {{name}}",
4452
4830
  triggerCount: "共 {{count}} 個起始節點",
4453
- triggerDataHint: "填寫這個 Trigger 的模擬資料,然後開始測試。",
4454
- triggerData: "觸發資料",
4455
- close: "關閉執行輸入",
4831
+ close: "關閉測試資料",
4456
4832
  description: "填寫本次執行需要的資料,不會修改工作流程。",
4457
4833
  invalid: "執行前,請將列出的每個輸入都設為有效的 JSON 值。",
4458
- title: "執行輸入",
4834
+ title: "測試資料",
4459
4835
  trigger: "起始節點",
4460
4836
  selectTrigger: "選擇起始節點",
4461
- noTrigger: "請先新增一個觸發器作為起始節點。"
4837
+ noTrigger: "請先新增一個觸發器作為起始節點。",
4838
+ triggerSubtitle: "觸發器 · {{name}}"
4462
4839
  },
4463
4840
  workspace: {
4464
4841
  check: "檢查目前的草稿",
@@ -4642,10 +5019,10 @@ var Ie = (e, t = {}, n = "") => {
4642
5019
  literal: "固定值",
4643
5020
  variable: "Variable",
4644
5021
  noVariables: "尚未宣告 Variable",
4645
- noUpstreamNodes: "沒有上游節點",
5022
+ noUpstreamNodes: "沒有可用資料",
4646
5023
  unsupported: "不支援",
4647
5024
  mode: "類型",
4648
- connected: "已連接上游來源,可在輸入來源中修改。"
5025
+ connected: "已選擇資料,可從「選擇資料」中修改。"
4649
5026
  },
4650
5027
  history: {
4651
5028
  undo: "復原",
@@ -5093,13 +5470,41 @@ var Ie = (e, t = {}, n = "") => {
5093
5470
  },
5094
5471
  title: "インスペクター",
5095
5472
  sources: {
5096
- loading: "ソースを読み込み中…",
5097
- checking: "ソースを確認中…",
5473
+ loading: "利用可能なデータを読み込み中…",
5098
5474
  loadFailed: "ソースを読み込めません。メニューを開き直してください。",
5099
5475
  checkFailed: "このソースを確認できませんでした。",
5100
- title: "入力元",
5101
- local: "ローカル値 / 変数",
5102
- unavailable: "この入力元が現在のノードより先に完了する保証がないか、型が一致していません。"
5476
+ title: "データを選択",
5477
+ sourceMissing: "「{{source}}」が見つかりません。選択し直してください。",
5478
+ outputMissing: "「{{source}}」に「{{output}}」が見つかりません。選択し直してください。",
5479
+ notReady: "ここを実行するとき、「{{source}} {{handle}}」にまだ値がない可能性があります。",
5480
+ sourceConflict: "同時に値を持つ可能性があります:{{sources}}。ここでは 1 つだけ使用できます。",
5481
+ schemaIncompatible: "データ形式が一致しません。",
5482
+ schemaPathIncompatible: "「{{path}}」のデータ形式が一致しません。",
5483
+ schemaCompareFailed: "データ形式を確認できません。JSON Schema を確認してください。",
5484
+ binaryIncompatible: "バイナリデータは使用できません。",
5485
+ artifactIncompatible: "ファイルデータは使用できません。",
5486
+ nullableIncompatible: "値が必要ですが、選択したフィールドは空になる可能性があります。",
5487
+ typeIncompatible: "{{target}}が必要ですが、選択したフィールドは{{source}}です。",
5488
+ propertyTypeIncompatible: "「{{path}}」は{{target}}である必要がありますが、実際は{{source}}です。",
5489
+ requiredIncompatible: "必須プロパティ「{{property}}」がない可能性があります。",
5490
+ enumIncompatible: "使用できない値が含まれる可能性があります:{{values}}。",
5491
+ constIncompatible: "{{target}}のみ使用できますが、選択したフィールドは常に {{source}} です。",
5492
+ constraintSubject: "「{{path}}」は",
5493
+ minLength: "{{subject}}少なくとも {{value}} 文字必要です。",
5494
+ maxLength: "{{subject}}最大 {{value}} 文字です。",
5495
+ pattern: "{{subject}}{{value}} に一致する必要があります。",
5496
+ minimum: "{{subject}}{{value}} 未満にできません。",
5497
+ exclusiveMinimum: "{{subject}}{{value}} より大きい必要があります。",
5498
+ maximum: "{{subject}}{{value}} を超えられません。",
5499
+ exclusiveMaximum: "{{subject}}{{value}} より小さい必要があります。",
5500
+ multipleOf: "{{subject}}{{value}} の倍数である必要があります。",
5501
+ minItems: "{{subject}}少なくとも {{value}} 項必要です。",
5502
+ maxItems: "{{subject}}最大 {{value}} 項です。",
5503
+ minProperties: "{{subject}}少なくとも {{value}} 個のプロパティが必要です。",
5504
+ maxProperties: "{{subject}}最大 {{value}} 個のプロパティです。",
5505
+ integer: "整数",
5506
+ unknownType: "不明な型",
5507
+ typeSeparator: "または"
5103
5508
  },
5104
5509
  actions: {
5105
5510
  title: "このコードから呼び出せるアクション",
@@ -5467,8 +5872,10 @@ var Ie = (e, t = {}, n = "") => {
5467
5872
  "binding-missing": "バインディング「{{bindingId}}」は存在しません。",
5468
5873
  cycle: "ノード間に依存関係の循環があります:{{nodes}}。",
5469
5874
  "flow-input-incompatible": "Flow 入力「{{input}}」はこの入力と互換性がありません。",
5875
+ "flow-input-schema-incompatible": "Flow 入力「{{input}}」は「{{target}}」に使用できません:{{issue}}",
5470
5876
  "input-missing": "ノード「{{nodeId}}」に入力「{{handle}}」はありません。",
5471
5877
  "node-output-incompatible": "上流ノード「{{nodeId}}」の出力「{{output}}」はこの入力と互換性がありません。",
5878
+ "node-output-schema-incompatible": "「{{source}}」は「{{target}}」に使用できません:{{issue}}",
5472
5879
  "schema-unsupported": "Runtime Ref スキーマはサポートされていません。",
5473
5880
  "source-missing": {
5474
5881
  "flow-input": "このグラフに Flow 入力「{{input}}」は存在しません。",
@@ -5480,6 +5887,7 @@ var Ie = (e, t = {}, n = "") => {
5480
5887
  task: "Task「{{taskId}}」は存在しません。"
5481
5888
  },
5482
5889
  "subflow-output-incompatible": "ソースが Subflow 出力「{{output}}」の宣言型と互換性がありません。",
5890
+ "subflow-output-schema-incompatible": "Subflow 出力「{{output}}」のデータ形式が一致しません:{{issue}}",
5483
5891
  "trigger-not-allowed": "Trigger ノードは Flow 内でのみ使用できます。",
5484
5892
  "variable-incompatible": "Variable バインディング「{{bindingId}}」はこの入力と互換性がありません。",
5485
5893
  "variable-source-mixed": "Variable は入力の唯一のソースである必要があります。"
@@ -5538,19 +5946,18 @@ var Ie = (e, t = {}, n = "") => {
5538
5946
  runInput: {
5539
5947
  editMissing: "テストデータを入力",
5540
5948
  editReady: "保存済みのテストデータを編集",
5541
- remembered: "テストデータはこの編集セッション中に保持され、ワークフローは変更されません。",
5949
+ remembered: "この編集セッションでのみ保存されます。",
5542
5950
  startTest: "テストを開始",
5543
5951
  testTrigger: "テスト {{name}}",
5544
5952
  triggerCount: "開始ノード {{count}} 件",
5545
- triggerDataHint: "この Trigger のサンプルデータを入力して、テストを開始します。",
5546
- triggerData: "トリガーデータ",
5547
- close: "実行入力を閉じる",
5953
+ close: "テストデータを閉じる",
5548
5954
  description: "今回の実行に必要なデータを入力してください。ワークフローは変更されません。",
5549
5955
  invalid: "実行する前に、表示されているすべての入力へ有効な JSON 値を設定してください。",
5550
- title: "実行入力",
5956
+ title: "テストデータ",
5551
5957
  trigger: "開始ノード",
5552
5958
  selectTrigger: "開始ノードを選択",
5553
- noTrigger: "実行する前に開始ノードとなるトリガーを追加してください。"
5959
+ noTrigger: "実行する前に開始ノードとなるトリガーを追加してください。",
5960
+ triggerSubtitle: "トリガー · {{name}}"
5554
5961
  },
5555
5962
  workspace: {
5556
5963
  check: "現在のドラフトを検査",
@@ -5734,10 +6141,10 @@ var Ie = (e, t = {}, n = "") => {
5734
6141
  literal: "固定値",
5735
6142
  variable: "Variable",
5736
6143
  noVariables: "Variable はまだ宣言されていません",
5737
- noUpstreamNodes: "上流ノードがありません",
6144
+ noUpstreamNodes: "利用できるデータがありません",
5738
6145
  unsupported: "非対応",
5739
6146
  mode: "型",
5740
- connected: "上流の入力元に接続されています。入力元で変更できます。"
6147
+ connected: "データが選択されています。「データを選択」から変更できます。"
5741
6148
  },
5742
6149
  history: {
5743
6150
  undo: "元に戻す",
@@ -6185,13 +6592,41 @@ var Ie = (e, t = {}, n = "") => {
6185
6592
  },
6186
6593
  title: "인스펙터",
6187
6594
  sources: {
6188
- loading: "소스 불러오는 중…",
6189
- checking: "소스 확인 중…",
6595
+ loading: "사용 가능한 데이터 불러오는 중…",
6190
6596
  loadFailed: "소스를 불러올 수 없습니다. 메뉴를 다시 열어 주세요.",
6191
6597
  checkFailed: "이 소스를 확인할 수 없습니다.",
6192
- title: "입력 소스",
6193
- local: "로컬 / 변수",
6194
- unavailable: " 소스가 현재 노드보다 먼저 완료된다는 보장이 없거나 유형이 일치하지 않습니다."
6598
+ title: "데이터 선택",
6599
+ sourceMissing: "“{{source}}”을(를) 찾을 없습니다. 다시 선택하세요.",
6600
+ outputMissing: "“{{source}}”에서 “{{output}}”을(를) 찾을 없습니다. 다시 선택하세요.",
6601
+ notReady: "여기까지 실행될 때 “{{source}} {{handle}}”에 아직 값이 없을 수 있습니다.",
6602
+ sourceConflict: "다음 필드에 값이 동시에 있을 수 있습니다: {{sources}}. 여기서는 하나만 사용할 수 있습니다.",
6603
+ schemaIncompatible: "데이터 형식이 일치하지 않습니다.",
6604
+ schemaPathIncompatible: "“{{path}}”의 데이터 형식이 일치하지 않습니다.",
6605
+ schemaCompareFailed: "데이터 형식을 확인할 수 없습니다. JSON Schema를 확인하세요.",
6606
+ binaryIncompatible: "바이너리 데이터는 사용할 수 없습니다.",
6607
+ artifactIncompatible: "파일 데이터는 사용할 수 없습니다.",
6608
+ nullableIncompatible: "값이 필요하지만 선택한 필드는 비어 있을 수 있습니다.",
6609
+ typeIncompatible: "{{target}}이(가) 필요하지만 선택한 필드는 {{source}}입니다.",
6610
+ propertyTypeIncompatible: "“{{path}}”은(는) {{target}}이어야 하지만 실제로는 {{source}}입니다.",
6611
+ requiredIncompatible: "필수 속성 “{{property}}”이(가) 없을 수 있습니다.",
6612
+ enumIncompatible: "허용되지 않는 값이 포함될 수 있습니다: {{values}}.",
6613
+ constIncompatible: "{{target}}만 허용되지만 선택한 필드는 항상 {{source}}입니다.",
6614
+ constraintSubject: "“{{path}}”은(는) ",
6615
+ minLength: "{{subject}}최소 {{value}}자여야 합니다.",
6616
+ maxLength: "{{subject}}최대 {{value}}자여야 합니다.",
6617
+ pattern: "{{subject}}{{value}} 형식과 일치해야 합니다.",
6618
+ minimum: "{{subject}}{{value}}보다 작을 수 없습니다.",
6619
+ exclusiveMinimum: "{{subject}}{{value}}보다 커야 합니다.",
6620
+ maximum: "{{subject}}{{value}}보다 클 수 없습니다.",
6621
+ exclusiveMaximum: "{{subject}}{{value}}보다 작아야 합니다.",
6622
+ multipleOf: "{{subject}}{{value}}의 배수여야 합니다.",
6623
+ minItems: "{{subject}}최소 {{value}}개 항목이 필요합니다.",
6624
+ maxItems: "{{subject}}최대 {{value}}개 항목을 허용합니다.",
6625
+ minProperties: "{{subject}}최소 {{value}}개 속성이 필요합니다.",
6626
+ maxProperties: "{{subject}}최대 {{value}}개 속성을 허용합니다.",
6627
+ integer: "정수",
6628
+ unknownType: "알 수 없는 유형",
6629
+ typeSeparator: " 또는 "
6195
6630
  },
6196
6631
  actions: {
6197
6632
  title: "이 코드에서 호출할 수 있는 작업",
@@ -6559,8 +6994,10 @@ var Ie = (e, t = {}, n = "") => {
6559
6994
  "binding-missing": "바인딩 ‘{{bindingId}}’이(가) 없습니다.",
6560
6995
  cycle: "노드 사이에 순환 종속성이 있습니다: {{nodes}}.",
6561
6996
  "flow-input-incompatible": "Flow 입력 ‘{{input}}’이(가) 이 입력과 호환되지 않습니다.",
6997
+ "flow-input-schema-incompatible": "Flow 입력 ‘{{input}}’은(는) ‘{{target}}’에 사용할 수 없습니다: {{issue}}",
6562
6998
  "input-missing": "노드 ‘{{nodeId}}’에 입력 ‘{{handle}}’이(가) 없습니다.",
6563
6999
  "node-output-incompatible": "상위 노드 ‘{{nodeId}}’의 출력 ‘{{output}}’이(가) 이 입력과 호환되지 않습니다.",
7000
+ "node-output-schema-incompatible": "‘{{source}}’은(는) ‘{{target}}’에 사용할 수 없습니다: {{issue}}",
6564
7001
  "schema-unsupported": "Runtime Ref 스키마는 지원되지 않습니다.",
6565
7002
  "source-missing": {
6566
7003
  "flow-input": "이 그래프에 Flow 입력 ‘{{input}}’이(가) 없습니다.",
@@ -6572,6 +7009,7 @@ var Ie = (e, t = {}, n = "") => {
6572
7009
  task: "Task ‘{{taskId}}’이(가) 없습니다."
6573
7010
  },
6574
7011
  "subflow-output-incompatible": "소스가 Subflow 출력 ‘{{output}}’의 선언된 형식과 호환되지 않습니다.",
7012
+ "subflow-output-schema-incompatible": "Subflow 출력 ‘{{output}}’의 데이터 형식이 일치하지 않습니다: {{issue}}",
6575
7013
  "trigger-not-allowed": "Trigger 노드는 Flow에서만 사용할 수 있습니다.",
6576
7014
  "variable-incompatible": "Variable 바인딩 ‘{{bindingId}}’이(가) 이 입력과 호환되지 않습니다.",
6577
7015
  "variable-source-mixed": "Variable은 입력의 유일한 소스여야 합니다."
@@ -6630,19 +7068,18 @@ var Ie = (e, t = {}, n = "") => {
6630
7068
  runInput: {
6631
7069
  editMissing: "테스트 데이터 입력",
6632
7070
  editReady: "저장된 테스트 데이터 편집",
6633
- remembered: "테스트 데이터는 이 편집 세션 동안 유지되며 워크플로를 변경하지 않습니다.",
7071
+ remembered: "현재 편집 세션에서만 저장됩니다.",
6634
7072
  startTest: "테스트 시작",
6635
7073
  testTrigger: "테스트 {{name}}",
6636
7074
  triggerCount: "시작 노드 {{count}}개",
6637
- triggerDataHint: " Trigger의 샘플 데이터를 입력한 뒤 테스트를 시작하세요.",
6638
- triggerData: "트리거 데이터",
6639
- close: "실행 입력 닫기",
7075
+ close: "테스트 데이터 닫기",
6640
7076
  description: "이번 실행에 필요한 데이터를 입력하세요. 워크플로는 변경되지 않습니다.",
6641
7077
  invalid: "실행하기 전에 나열된 모든 입력에 유효한 JSON 값을 설정하세요.",
6642
- title: "실행 입력",
7078
+ title: "테스트 데이터",
6643
7079
  trigger: "시작 노드",
6644
7080
  selectTrigger: "시작 노드 선택",
6645
- noTrigger: "실행하기 전에 시작 노드로 사용할 트리거를 추가하세요."
7081
+ noTrigger: "실행하기 전에 시작 노드로 사용할 트리거를 추가하세요.",
7082
+ triggerSubtitle: "트리거 · {{name}}"
6646
7083
  },
6647
7084
  workspace: {
6648
7085
  check: "현재 초안 검사",
@@ -6826,10 +7263,10 @@ var Ie = (e, t = {}, n = "") => {
6826
7263
  literal: "고정 값",
6827
7264
  variable: "Variable",
6828
7265
  noVariables: "선언된 Variable이 없습니다",
6829
- noUpstreamNodes: "업스트림 노드가 없습니다",
7266
+ noUpstreamNodes: "사용 가능한 데이터가 없습니다",
6830
7267
  unsupported: "지원되지 않음",
6831
7268
  mode: "타입",
6832
- connected: "상위 입력 소스에 연결되어 있습니다. 입력 소스에서 변경할 수 있습니다."
7269
+ connected: "데이터가 선택되었습니다. 데이터 선택에서 변경할 수 있습니다."
6833
7270
  },
6834
7271
  history: {
6835
7272
  undo: "실행 취소",
@@ -7191,153 +7628,7 @@ var Ie = (e, t = {}, n = "") => {
7191
7628
  publishUpdate: "Опубликовать изменения",
7192
7629
  deleteDescription: "Поток и история запусков будут удалены, рабочие триггеры остановлены. Это действие нельзя отменить."
7193
7630
  },
7194
- inspector: {
7195
- account: {
7196
- required: "Требуется подключение аккаунта",
7197
- addConnection: "Добавить Connection",
7198
- authorizationPending: "Завершите авторизацию на странице Connection, затем вернитесь сюда, чтобы обновить этот аккаунт.",
7199
- chooseAccount: "Выберите аккаунт",
7200
- connectBeforeRun: "Подключите {{service}}, чтобы этот узел можно было запускать и публиковать.",
7201
- connectService: "Подключить {{service}}",
7202
- connection: "Connection",
7203
- loading: "Загрузка Connection…",
7204
- missing: "Закреплённый Connection больше не существует. Выберите другой аккаунт или добавьте Connection.",
7205
- pinned: "Этот узел останется закреплён за этим Connection, даже если изменится Connection по умолчанию для команды.",
7206
- refreshFailed: "Не удалось обновить Connection.",
7207
- retry: "Повторить",
7208
- status: {
7209
- disconnected: "Этот Connection отключён. Подключите его заново или выберите другой аккаунт.",
7210
- error: "В этом Connection ошибка. Исправьте её или выберите другой аккаунт.",
7211
- reauth_required: "Этому Connection нужна повторная авторизация. Подключите его заново или выберите другой аккаунт."
7212
- },
7213
- statusUnavailable: "Статус Connection недоступен для {{action}}.",
7214
- teamDefault: "По умолчанию для команды",
7215
- title: "Аккаунт",
7216
- unavailable: "недоступно"
7217
- },
7218
- close: "Закрыть инспектор",
7219
- configurationRequired: "Требуется настройка",
7220
- diagnostics: "Диагностика",
7221
- errors: {
7222
- jsonObject: "{{label}} должен быть JSON-объектом.",
7223
- portDefinitions: "Введите корректные определения портов."
7224
- },
7225
- node: {
7226
- nameDuplicate: "Узел с таким именем уже существует в этом графе.",
7227
- nameEmpty: "Имя узла не может быть пустым.",
7228
- timeout: "Время ожидания (мс)",
7229
- timeoutError: "Время ожидания должно быть положительным целым числом в миллисекундах.",
7230
- title: "Настройки узла",
7231
- description: "Назначение",
7232
- describe: "Опишите назначение этого шага.",
7233
- icon: "Значок",
7234
- name: "Заголовок"
7235
- },
7236
- selectNode: "Выберите один узел черновика, чтобы просмотреть и изменить его.",
7237
- locateNode: "Найти {{name}} на холсте",
7238
- subflow: {
7239
- definition: "Определение Subflow",
7240
- inputPorts: "Входные порты (JSON)",
7241
- open: "Открыть Subflow",
7242
- outputPorts: "Выходные порты и источники (JSON)",
7243
- referenced: "Связанный Subflow",
7244
- save: "Сохранить Subflow"
7245
- },
7246
- task: {
7247
- chatText: "Текст чата",
7248
- codeDirty: "Не сохранено",
7249
- codeFailed: "Не удалось сохранить",
7250
- codeSaved: "Сохранено",
7251
- codeSaving: "Сохранение…",
7252
- connectorAction: "Действие Connector",
7253
- definition: "Определение задачи",
7254
- discardCode: "Отменить изменения",
7255
- editorLoading: "Загрузка редактора…",
7256
- editorUnavailable: "Не удалось загрузить редактор кода.",
7257
- inputPorts: "Входные порты",
7258
- importsFromSource: "Зависимости модулей Flow определяются по статическим import-выражениям.",
7259
- javascriptModule: "Код",
7260
- missing: "Указанная задача не существует.",
7261
- outputPorts: "Выходные порты",
7262
- responseMode: "Режим ответа",
7263
- source: "Исходный код",
7264
- structuredJson: "Структурированный JSON",
7265
- retrySave: "Повторить сохранение",
7266
- additionalInputs: "Дополнительные входы"
7267
- },
7268
- wait: {
7269
- approval: "Одобрить или отклонить",
7270
- changeNotification: "Изменить",
7271
- continue: "Продолжить",
7272
- mode: "Обработка",
7273
- inputsLoading: "Загрузка параметров уведомления…",
7274
- notificationDescription: "Подключите выход уведомления, чтобы отправить сообщение или выполнить другие шаги во время ожидания.",
7275
- prompt: "Запрос",
7276
- promptError: "Запрос должен содержать от 1 до 1 000 символов."
7277
- },
7278
- title: "Инспектор",
7279
- sources: {
7280
- loading: "Загрузка источников…",
7281
- checking: "Проверка источника…",
7282
- loadFailed: "Не удалось загрузить источники. Откройте меню ещё раз.",
7283
- checkFailed: "Не удалось проверить этот источник.",
7284
- title: "Источники входных данных",
7285
- local: "Локальное значение / переменная",
7286
- unavailable: "Источник может не завершиться до этого узла, либо его тип несовместим."
7287
- },
7288
- actions: {
7289
- title: "Действия, доступные коду",
7290
- search: "Поиск действий",
7291
- description: "Выберите действия и аккаунты, доступные этому коду.",
7292
- empty: "Подходящих действий нет.",
7293
- remove: "Удалить",
7294
- default: "Аккаунт по умолчанию",
7295
- defaultHint: "Используется, если при вызове не указан аккаунт.",
7296
- removeAction: "Удалить действие",
7297
- explicit: "Выбирать явно в коде",
7298
- connect: "Подключить аккаунт",
7299
- refresh: "Обновить аккаунты",
7300
- aliases: "Обновить сохранённые псевдонимы",
7301
- add: "Добавить действие",
7302
- cancel: "Отмена",
7303
- loading: "Поиск…",
7304
- needsAccount: "Подключите аккаунт",
7305
- accounts: "Аккаунты: {{count}}",
7306
- public: "Без аккаунта",
7307
- allowed: "Разрешённые аккаунты",
7308
- unavailable: "Недоступен",
7309
- details: "Данные подключений",
7310
- example: "Пример вызова",
7311
- syntax: "Синтаксис вызова",
7312
- nested: "Через провайдера",
7313
- fullId: "Полный ID",
7314
- copy: "Копировать",
7315
- copied: "Скопировано",
7316
- copyError: "Не удалось скопировать. Выделите код и скопируйте вручную.",
7317
- introDescription: "При необходимости добавьте действия для вызова внешних приложений через {{context}}.",
7318
- chooseAccounts: "Управление аккаунтами"
7319
- },
7320
- comment: {
7321
- source: "Исходный код",
7322
- preview: "Markdown"
7323
- },
7324
- ports: {
7325
- reorder: "Изменить порядок {{name}}",
7326
- reorderHint: "Перетащите внутри группы или используйте стрелки вверх / вниз при фокусе.",
7327
- moved: "{{name}} перемещён на позицию {{position}}.",
7328
- groupSettings: "Настройки группы",
7329
- connected: "Подключено",
7330
- sort: "Изменить порядок",
7331
- finishSorting: "Готово",
7332
- inputsTitle: "Входы",
7333
- outputsTitle: "Выходы",
7334
- valuesTitle: "Значения",
7335
- columnHandle: "Handle",
7336
- columnName: "Имя",
7337
- columnType: "Тип",
7338
- columnValue: "Значение"
7339
- }
7340
- },
7631
+ inspector: /* @__PURE__ */ JSON.parse("{\"account\":{\"required\":\"Требуется подключение аккаунта\",\"addConnection\":\"Добавить Connection\",\"authorizationPending\":\"Завершите авторизацию на странице Connection, затем вернитесь сюда, чтобы обновить этот аккаунт.\",\"chooseAccount\":\"Выберите аккаунт\",\"connectBeforeRun\":\"Подключите {{service}}, чтобы этот узел можно было запускать и публиковать.\",\"connectService\":\"Подключить {{service}}\",\"connection\":\"Connection\",\"loading\":\"Загрузка Connection…\",\"missing\":\"Закреплённый Connection больше не существует. Выберите другой аккаунт или добавьте Connection.\",\"pinned\":\"Этот узел останется закреплён за этим Connection, даже если изменится Connection по умолчанию для команды.\",\"refreshFailed\":\"Не удалось обновить Connection.\",\"retry\":\"Повторить\",\"status\":{\"disconnected\":\"Этот Connection отключён. Подключите его заново или выберите другой аккаунт.\",\"error\":\"В этом Connection ошибка. Исправьте её или выберите другой аккаунт.\",\"reauth_required\":\"Этому Connection нужна повторная авторизация. Подключите его заново или выберите другой аккаунт.\"},\"statusUnavailable\":\"Статус Connection недоступен для {{action}}.\",\"teamDefault\":\"По умолчанию для команды\",\"title\":\"Аккаунт\",\"unavailable\":\"недоступно\"},\"close\":\"Закрыть инспектор\",\"configurationRequired\":\"Требуется настройка\",\"diagnostics\":\"Диагностика\",\"errors\":{\"jsonObject\":\"{{label}} должен быть JSON-объектом.\",\"portDefinitions\":\"Введите корректные определения портов.\"},\"node\":{\"nameDuplicate\":\"Узел с таким именем уже существует в этом графе.\",\"nameEmpty\":\"Имя узла не может быть пустым.\",\"timeout\":\"Время ожидания (мс)\",\"timeoutError\":\"Время ожидания должно быть положительным целым числом в миллисекундах.\",\"title\":\"Настройки узла\",\"description\":\"Назначение\",\"describe\":\"Опишите назначение этого шага.\",\"icon\":\"Значок\",\"name\":\"Заголовок\"},\"selectNode\":\"Выберите один узел черновика, чтобы просмотреть и изменить его.\",\"locateNode\":\"Найти {{name}} на холсте\",\"subflow\":{\"definition\":\"Определение Subflow\",\"inputPorts\":\"Входные порты (JSON)\",\"open\":\"Открыть Subflow\",\"outputPorts\":\"Выходные порты и источники (JSON)\",\"referenced\":\"Связанный Subflow\",\"save\":\"Сохранить Subflow\"},\"task\":{\"chatText\":\"Текст чата\",\"codeDirty\":\"Не сохранено\",\"codeFailed\":\"Не удалось сохранить\",\"codeSaved\":\"Сохранено\",\"codeSaving\":\"Сохранение…\",\"connectorAction\":\"Действие Connector\",\"definition\":\"Определение задачи\",\"discardCode\":\"Отменить изменения\",\"editorLoading\":\"Загрузка редактора…\",\"editorUnavailable\":\"Не удалось загрузить редактор кода.\",\"inputPorts\":\"Входные порты\",\"importsFromSource\":\"Зависимости модулей Flow определяются по статическим import-выражениям.\",\"javascriptModule\":\"Код\",\"missing\":\"Указанная задача не существует.\",\"outputPorts\":\"Выходные порты\",\"responseMode\":\"Режим ответа\",\"source\":\"Исходный код\",\"structuredJson\":\"Структурированный JSON\",\"retrySave\":\"Повторить сохранение\",\"additionalInputs\":\"Дополнительные входы\"},\"wait\":{\"approval\":\"Одобрить или отклонить\",\"changeNotification\":\"Изменить\",\"continue\":\"Продолжить\",\"mode\":\"Обработка\",\"inputsLoading\":\"Загрузка параметров уведомления…\",\"notificationDescription\":\"Подключите выход уведомления, чтобы отправить сообщение или выполнить другие шаги во время ожидания.\",\"prompt\":\"Запрос\",\"promptError\":\"Запрос должен содержать от 1 до 1 000 символов.\"},\"title\":\"Инспектор\",\"sources\":{\"loading\":\"Загрузка доступных данных…\",\"loadFailed\":\"Не удалось загрузить источники. Откройте меню ещё раз.\",\"checkFailed\":\"Не удалось проверить этот источник.\",\"title\":\"Выбрать данные\",\"sourceMissing\":\"«{{source}}» не найден. Выберите снова.\",\"outputMissing\":\"«{{output}}» не найден в «{{source}}». Выберите снова.\",\"notReady\":\"К моменту выполнения этого шага у «{{source}} {{handle}}» может ещё не быть значения.\",\"sourceConflict\":\"Эти поля могут иметь значения одновременно: {{sources}}. Здесь можно использовать только одно.\",\"schemaIncompatible\":\"Формат данных не совпадает.\",\"schemaPathIncompatible\":\"Формат данных «{{path}}» не совпадает.\",\"schemaCompareFailed\":\"Не удалось проверить формат данных. Проверьте схему JSON.\",\"binaryIncompatible\":\"Двоичные данные здесь использовать нельзя.\",\"artifactIncompatible\":\"Файловые данные здесь использовать нельзя.\",\"nullableIncompatible\":\"Требуется значение, но выбранное поле может быть пустым.\",\"typeIncompatible\":\"Ожидается {{target}}, но выбранное поле имеет тип {{source}}.\",\"propertyTypeIncompatible\":\"«{{path}}» должно иметь тип {{target}}, но имеет тип {{source}}.\",\"requiredIncompatible\":\"Обязательное свойство «{{property}}» может отсутствовать.\",\"enumIncompatible\":\"Некоторые возможные значения не принимаются: {{values}}.\",\"constIncompatible\":\"Принимается только {{target}}, но выбранное поле всегда равно {{source}}.\",\"constraintSubject\":\"«{{path}}» \",\"minLength\":\"{{subject}}должно содержать не менее {{value}} символов.\",\"maxLength\":\"{{subject}}должно содержать не более {{value}} символов.\",\"pattern\":\"{{subject}}должно соответствовать {{value}}.\",\"minimum\":\"{{subject}}не может быть меньше {{value}}.\",\"exclusiveMinimum\":\"{{subject}}должно быть больше {{value}}.\",\"maximum\":\"{{subject}}не может быть больше {{value}}.\",\"exclusiveMaximum\":\"{{subject}}должно быть меньше {{value}}.\",\"multipleOf\":\"{{subject}}должно быть кратно {{value}}.\",\"minItems\":\"{{subject}}должно содержать не менее {{value}} элементов.\",\"maxItems\":\"{{subject}}должно содержать не более {{value}} элементов.\",\"minProperties\":\"{{subject}}должно содержать не менее {{value}} свойств.\",\"maxProperties\":\"{{subject}}должно содержать не более {{value}} свойств.\",\"integer\":\"Целое число\",\"unknownType\":\"неизвестный тип\",\"typeSeparator\":\" или \"},\"actions\":{\"title\":\"Действия, доступные коду\",\"search\":\"Поиск действий\",\"description\":\"Выберите действия и аккаунты, доступные этому коду.\",\"empty\":\"Подходящих действий нет.\",\"remove\":\"Удалить\",\"default\":\"Аккаунт по умолчанию\",\"defaultHint\":\"Используется, если при вызове не указан аккаунт.\",\"removeAction\":\"Удалить действие\",\"explicit\":\"Выбирать явно в коде\",\"connect\":\"Подключить аккаунт\",\"refresh\":\"Обновить аккаунты\",\"aliases\":\"Обновить сохранённые псевдонимы\",\"add\":\"Добавить действие\",\"cancel\":\"Отмена\",\"loading\":\"Поиск…\",\"needsAccount\":\"Подключите аккаунт\",\"accounts\":\"Аккаунты: {{count}}\",\"public\":\"Без аккаунта\",\"allowed\":\"Разрешённые аккаунты\",\"unavailable\":\"Недоступен\",\"details\":\"Данные подключений\",\"example\":\"Пример вызова\",\"syntax\":\"Синтаксис вызова\",\"nested\":\"Через провайдера\",\"fullId\":\"Полный ID\",\"copy\":\"Копировать\",\"copied\":\"Скопировано\",\"copyError\":\"Не удалось скопировать. Выделите код и скопируйте вручную.\",\"introDescription\":\"При необходимости добавьте действия для вызова внешних приложений через {{context}}.\",\"chooseAccounts\":\"Управление аккаунтами\"},\"comment\":{\"source\":\"Исходный код\",\"preview\":\"Markdown\"},\"ports\":{\"reorder\":\"Изменить порядок {{name}}\",\"reorderHint\":\"Перетащите внутри группы или используйте стрелки вверх / вниз при фокусе.\",\"moved\":\"{{name}} перемещён на позицию {{position}}.\",\"groupSettings\":\"Настройки группы\",\"connected\":\"Подключено\",\"sort\":\"Изменить порядок\",\"finishSorting\":\"Готово\",\"inputsTitle\":\"Входы\",\"outputsTitle\":\"Выходы\",\"valuesTitle\":\"Значения\",\"columnHandle\":\"Handle\",\"columnName\":\"Имя\",\"columnType\":\"Тип\",\"columnValue\":\"Значение\"}}"),
7341
7632
  language: { label: "Язык" },
7342
7633
  notice: {
7343
7634
  connectorUnconfigured: "Для этого развертывания Connector не настроен.",
@@ -7651,8 +7942,10 @@ var Ie = (e, t = {}, n = "") => {
7651
7942
  "binding-missing": "Привязка «{{bindingId}}» не существует.",
7652
7943
  cycle: "Граф содержит цикл зависимостей между узлами: {{nodes}}.",
7653
7944
  "flow-input-incompatible": "Вход Flow «{{input}}» несовместим с этим входом.",
7945
+ "flow-input-schema-incompatible": "Вход Flow «{{input}}» нельзя использовать для «{{target}}»: {{issue}}",
7654
7946
  "input-missing": "Узел «{{nodeId}}» не предоставляет вход «{{handle}}».",
7655
7947
  "node-output-incompatible": "Выход «{{output}}» вышестоящего узла «{{nodeId}}» несовместим с этим входом.",
7948
+ "node-output-schema-incompatible": "«{{source}}» нельзя использовать для «{{target}}»: {{issue}}",
7656
7949
  "schema-unsupported": "Схемы Runtime Ref не поддерживаются.",
7657
7950
  "source-missing": {
7658
7951
  "flow-input": "Вход Flow «{{input}}» не существует в этом графе.",
@@ -7664,6 +7957,7 @@ var Ie = (e, t = {}, n = "") => {
7664
7957
  task: "Task «{{taskId}}» не существует."
7665
7958
  },
7666
7959
  "subflow-output-incompatible": "Источник несовместим с выходом Subflow «{{output}}».",
7960
+ "subflow-output-schema-incompatible": "Формат данных выхода Subflow «{{output}}» не совпадает: {{issue}}",
7667
7961
  "trigger-not-allowed": "Узлы Trigger разрешены только во Flow.",
7668
7962
  "variable-incompatible": "Привязка Variable «{{bindingId}}» несовместима с этим входом.",
7669
7963
  "variable-source-mixed": "Variable должна быть единственным источником входа."
@@ -7722,19 +8016,18 @@ var Ie = (e, t = {}, n = "") => {
7722
8016
  runInput: {
7723
8017
  editMissing: "Добавить тестовые данные",
7724
8018
  editReady: "Изменить сохранённые тестовые данные",
7725
- remembered: "Тестовые данные сохраняются в течение сеанса редактирования и не изменяют workflow.",
8019
+ remembered: "Сохраняются только в текущем сеансе редактирования.",
7726
8020
  startTest: "Запустить тест",
7727
8021
  testTrigger: "Тест {{name}}",
7728
8022
  triggerCount: "Стартовых узлов: {{count}}",
7729
- triggerDataHint: "Введите пример данных для этого Trigger, затем запустите тест.",
7730
- triggerData: "Данные триггера",
7731
- close: "Закрыть входные данные запуска",
8023
+ close: "Закрыть тестовые данные",
7732
8024
  description: "Введите данные для этого запуска. Рабочий процесс не изменится.",
7733
8025
  invalid: "Перед запуском задайте всем перечисленным входам корректные значения JSON.",
7734
- title: "Входные данные запуска",
8026
+ title: "Тестовые данные",
7735
8027
  trigger: "Начальный узел",
7736
8028
  selectTrigger: "Выберите начальный узел",
7737
- noTrigger: "Перед запуском добавьте триггер в качестве начального узла."
8029
+ noTrigger: "Перед запуском добавьте триггер в качестве начального узла.",
8030
+ triggerSubtitle: "Триггер · {{name}}"
7738
8031
  },
7739
8032
  workspace: {
7740
8033
  check: "Проверить текущий черновик",
@@ -7918,10 +8211,10 @@ var Ie = (e, t = {}, n = "") => {
7918
8211
  literal: "Литерал",
7919
8212
  variable: "Variable",
7920
8213
  noVariables: "Нет объявленных Variable",
7921
- noUpstreamNodes: "Нет предыдущих узлов",
8214
+ noUpstreamNodes: "Нет доступных данных",
7922
8215
  unsupported: "Не поддерживается",
7923
8216
  mode: "Тип",
7924
- connected: "Подключён к источнику данных. Измените его в разделе источников входных данных."
8217
+ connected: "Данные выбраны. Изменить их можно через «Выбрать данные»."
7925
8218
  },
7926
8219
  history: {
7927
8220
  undo: "Отменить",
@@ -8228,13 +8521,41 @@ var Ie = (e, t = {}, n = "") => {
8228
8521
  },
8229
8522
  title: "Inspecteur",
8230
8523
  sources: {
8231
- loading: "Chargement des sources…",
8232
- checking: "Vérification de la source…",
8524
+ loading: "Chargement des données disponibles…",
8233
8525
  loadFailed: "Impossible de charger les sources. Rouvrez le menu pour réessayer.",
8234
8526
  checkFailed: "Impossible de vérifier cette source.",
8235
- title: "Sources des entrées",
8236
- local: "Valeur locale / variable",
8237
- unavailable: "Cette source ne termine pas nécessairement avant ce nœud, ou son type est incompatible."
8527
+ title: "Sélectionner des données",
8528
+ sourceMissing: "« {{source}} » est introuvable. Choisissez à nouveau.",
8529
+ outputMissing: "« {{output}} » est introuvable dans « {{source}} ». Choisissez à nouveau.",
8530
+ notReady: "« {{source}} {{handle}} » peut ne pas avoir de valeur lors de cette étape.",
8531
+ sourceConflict: "Ces champs peuvent avoir une valeur en même temps : {{sources}}. Un seul peut être utilisé ici.",
8532
+ schemaIncompatible: "Le format des données ne correspond pas.",
8533
+ schemaPathIncompatible: "Le format de « {{path}} » ne correspond pas.",
8534
+ schemaCompareFailed: "Impossible de vérifier le format. Vérifiez le schéma JSON.",
8535
+ binaryIncompatible: "Les données binaires ne peuvent pas être utilisées ici.",
8536
+ artifactIncompatible: "Les données de fichier ne peuvent pas être utilisées ici.",
8537
+ nullableIncompatible: "Une valeur est requise, mais le champ sélectionné peut être vide.",
8538
+ typeIncompatible: "Le type attendu est {{target}}, mais le champ sélectionné est de type {{source}}.",
8539
+ propertyTypeIncompatible: "« {{path}} » doit être de type {{target}}, mais est de type {{source}}.",
8540
+ requiredIncompatible: "La propriété requise « {{property}} » peut être absente.",
8541
+ enumIncompatible: "Certaines valeurs possibles ne sont pas acceptées : {{values}}.",
8542
+ constIncompatible: "Seul {{target}} est accepté, mais le champ sélectionné vaut toujours {{source}}.",
8543
+ constraintSubject: "« {{path}} » ",
8544
+ minLength: "{{subject}}doit contenir au moins {{value}} caractères.",
8545
+ maxLength: "{{subject}}doit contenir au plus {{value}} caractères.",
8546
+ pattern: "{{subject}}doit correspondre à {{value}}.",
8547
+ minimum: "{{subject}}ne peut pas être inférieur à {{value}}.",
8548
+ exclusiveMinimum: "{{subject}}doit être supérieur à {{value}}.",
8549
+ maximum: "{{subject}}ne peut pas être supérieur à {{value}}.",
8550
+ exclusiveMaximum: "{{subject}}doit être inférieur à {{value}}.",
8551
+ multipleOf: "{{subject}}doit être un multiple de {{value}}.",
8552
+ minItems: "{{subject}}doit contenir au moins {{value}} éléments.",
8553
+ maxItems: "{{subject}}doit contenir au plus {{value}} éléments.",
8554
+ minProperties: "{{subject}}doit contenir au moins {{value}} propriétés.",
8555
+ maxProperties: "{{subject}}doit contenir au plus {{value}} propriétés.",
8556
+ integer: "Entier",
8557
+ unknownType: "type inconnu",
8558
+ typeSeparator: " ou "
8238
8559
  },
8239
8560
  actions: {
8240
8561
  title: "Actions accessibles au code",
@@ -8602,8 +8923,10 @@ var Ie = (e, t = {}, n = "") => {
8602
8923
  "binding-missing": "La liaison « {{bindingId}} » n’existe pas.",
8603
8924
  cycle: "Le graphe contient un cycle de dépendances entre les nœuds : {{nodes}}.",
8604
8925
  "flow-input-incompatible": "L’entrée Flow « {{input}} » n’est pas compatible avec cette entrée.",
8926
+ "flow-input-schema-incompatible": "L’entrée Flow « {{input}} » ne peut pas être utilisée pour « {{target}} » : {{issue}}",
8605
8927
  "input-missing": "Le nœud « {{nodeId}} » n’expose pas l’entrée « {{handle}} ».",
8606
8928
  "node-output-incompatible": "La sortie « {{output}} » du nœud en amont « {{nodeId}} » n’est pas compatible avec cette entrée.",
8929
+ "node-output-schema-incompatible": "« {{source}} » ne peut pas être utilisé pour « {{target}} » : {{issue}}",
8607
8930
  "schema-unsupported": "Les schémas Runtime Ref ne sont pas pris en charge.",
8608
8931
  "source-missing": {
8609
8932
  "flow-input": "L’entrée de Flow « {{input}} » n’existe pas dans ce graphe.",
@@ -8615,6 +8938,7 @@ var Ie = (e, t = {}, n = "") => {
8615
8938
  task: "La Task « {{taskId}} » n’existe pas."
8616
8939
  },
8617
8940
  "subflow-output-incompatible": "Une source n’est pas compatible avec la sortie Subflow « {{output}} ».",
8941
+ "subflow-output-schema-incompatible": "Le format des données de la sortie Subflow « {{output}} » ne correspond pas : {{issue}}",
8618
8942
  "trigger-not-allowed": "Les nœuds Trigger sont uniquement autorisés dans les Flows.",
8619
8943
  "variable-incompatible": "La liaison Variable « {{bindingId}} » n’est pas compatible avec cette entrée.",
8620
8944
  "variable-source-mixed": "Une Variable doit être l’unique source d’une entrée."
@@ -8673,19 +8997,18 @@ var Ie = (e, t = {}, n = "") => {
8673
8997
  runInput: {
8674
8998
  editMissing: "Ajouter des données de test",
8675
8999
  editReady: "Modifier les données de test enregistrées",
8676
- remembered: "Les données de test sont conservées pendant cette session d’édition et ne modifient pas le workflow.",
9000
+ remembered: "Conservées uniquement pour cette session de modification.",
8677
9001
  startTest: "Démarrer le test",
8678
9002
  testTrigger: "Tester {{name}}",
8679
9003
  triggerCount: "{{count}} nœuds de départ",
8680
- triggerDataHint: "Saisissez des données d’exemple pour ce Trigger, puis démarrez le test.",
8681
- triggerData: "Données du déclencheur",
8682
- close: "Fermer les entrées d'exécution",
9004
+ close: "Fermer les données de test",
8683
9005
  description: "Saisissez les données pour cette exécution. Le workflow ne sera pas modifié.",
8684
9006
  invalid: "Définissez une valeur JSON valide pour chaque entrée listée avant d'exécuter.",
8685
- title: "Entrées d'exécution",
9007
+ title: "Données de test",
8686
9008
  trigger: "Nœud de départ",
8687
9009
  selectTrigger: "Choisir un nœud de départ",
8688
- noTrigger: "Ajoutez un déclencheur comme nœud de départ avant de lancer le flux."
9010
+ noTrigger: "Ajoutez un déclencheur comme nœud de départ avant de lancer le flux.",
9011
+ triggerSubtitle: "Déclencheur · {{name}}"
8689
9012
  },
8690
9013
  workspace: {
8691
9014
  check: "Vérifier le Brouillon actuel",
@@ -8869,10 +9192,10 @@ var Ie = (e, t = {}, n = "") => {
8869
9192
  literal: "Littéral",
8870
9193
  variable: "Variable",
8871
9194
  noVariables: "Aucune Variable déclarée",
8872
- noUpstreamNodes: "Aucun nœud en amont",
9195
+ noUpstreamNodes: "Aucune donnée disponible",
8873
9196
  unsupported: "Non pris en charge",
8874
9197
  mode: "Type",
8875
- connected: "Relié à une source en amont. Modifiez-la dans les sources d’entrée."
9198
+ connected: "Données sélectionnées. Utilisez Sélectionner des données pour les modifier."
8876
9199
  },
8877
9200
  history: {
8878
9201
  undo: "Annuler",
@@ -9081,36 +9404,36 @@ var Ie = (e, t = {}, n = "") => {
9081
9404
  connectAppHint: "Connector s’ouvre dans un nouvel onglet. Utilisez l’équipe de ce Flow ; la liste sera actualisée à votre retour après la connexion."
9082
9405
  }
9083
9406
  }
9084
- }, He = Object.fromEntries(fe.map((e) => [e, {
9085
- ...Ve[e],
9086
- ...Be[e],
9087
- ...ze[e]
9407
+ }, st = Object.fromEntries(ve.map((e) => [e, {
9408
+ ...ot[e],
9409
+ ...at[e],
9410
+ ...it[e]
9088
9411
  }]));
9089
- function Ue(e = "en") {
9090
- return new Re(q([e]), He);
9412
+ function ct(e = "en") {
9413
+ return new rt(ye([e]), st);
9091
9414
  }
9092
9415
  //#endregion
9093
9416
  //#region ../../node_modules/.bun/@base-ui+react@1.4.1+fa6c2f29eeb10566/node_modules/@base-ui/react/esm/utils/popups/useTriggerFocusGuards.js
9094
- function We(e, t) {
9095
- let n = Y.useRef(null);
9417
+ function lt(e, t) {
9418
+ let n = J.useRef(null);
9096
9419
  return {
9097
9420
  preFocusGuardRef: n,
9098
9421
  handlePreFocusGuardFocus: j((t) => {
9099
- X.flushSync(() => {
9100
- e.setOpen(!1, L(M, t.nativeEvent, t.currentTarget));
9101
- }), x(n.current)?.focus();
9422
+ Y.flushSync(() => {
9423
+ e.setOpen(!1, F(M, t.nativeEvent, t.currentTarget));
9424
+ }), S(n.current)?.focus();
9102
9425
  }),
9103
9426
  handleFocusTargetFocus: j((n) => {
9104
9427
  let i = e.select("positionerElement");
9105
9428
  if (i && c(n, i)) e.context.beforeContentFocusGuardRef.current?.focus();
9106
9429
  else {
9107
- X.flushSync(() => {
9108
- e.setOpen(!1, L(M, n.nativeEvent, n.currentTarget));
9430
+ Y.flushSync(() => {
9431
+ e.setOpen(!1, F(M, n.nativeEvent, n.currentTarget));
9109
9432
  });
9110
- let a = v(e.context.triggerFocusTargetRef.current || t.current);
9433
+ let a = y(e.context.triggerFocusTargetRef.current || t.current);
9111
9434
  for (; a !== null && r(i, a);) {
9112
9435
  let e = a;
9113
- if (a = g(a), a === e) break;
9436
+ if (a = _(a), a === e) break;
9114
9437
  }
9115
9438
  a?.focus();
9116
9439
  }
@@ -9119,15 +9442,15 @@ function We(e, t) {
9119
9442
  }
9120
9443
  //#endregion
9121
9444
  //#region src/ui/browser/input-group.tsx
9122
- function Ge({ className: e, ...t }) {
9123
- return /* @__PURE__ */ J("div", {
9445
+ function ut({ className: e, ...t }) {
9446
+ return /* @__PURE__ */ q("div", {
9124
9447
  "data-slot": "input-group",
9125
9448
  role: "group",
9126
9449
  className: d("group/input-group relative flex h-8 w-full min-w-0 items-center rounded-[var(--ui-control-radius,calc(var(--ui-radius)_+_2px))] border border-input bg-[var(--ui-control-background,var(--ui-muted))] transition-colors outline-none in-data-[slot=combobox-content]:focus-within:border-inherit in-data-[slot=combobox-content]:focus-within:outline-none has-disabled:bg-[var(--ui-disabled-background,color-mix(in_srgb,var(--ui-input)_50%,transparent))] has-disabled:opacity-[var(--ui-disabled-opacity,0.5)] has-[[data-slot=input-group-control]:focus-visible]:text-field-focus has-[[data-slot][aria-invalid=true]]:has-[[data-slot=input-group-control]:focus-visible]:invalid-text-field-focus has-[[data-slot][aria-invalid=true]]:border-destructive has-[>[data-align=block-end]]:h-auto has-[>[data-align=block-end]]:flex-col has-[>[data-align=block-start]]:h-auto has-[>[data-align=block-start]]:flex-col has-[>textarea]:h-auto dark:bg-[var(--ui-control-background,var(--ui-muted))] dark:has-disabled:bg-[var(--ui-disabled-background,color-mix(in_srgb,var(--ui-input)_80%,transparent))] has-[>[data-align=block-end]]:[&>input]:pt-3 has-[>[data-align=block-start]]:[&>input]:pb-3 has-[>[data-align=inline-end]]:[&>input]:pr-1.5 has-[>[data-align=inline-start]]:[&>input]:pl-1.5", e),
9127
9450
  ...t
9128
9451
  });
9129
9452
  }
9130
- var Ke = w("flex h-auto cursor-text items-center justify-center gap-2 py-1.5 text-sm font-medium text-muted-foreground select-none group-data-[disabled=true]/input-group:opacity-[var(--ui-disabled-opacity,0.5)] [&>kbd]:rounded-[calc(var(--radius)-5px)] [&>svg:not([class*='size-'])]:size-4", {
9453
+ var dt = T("flex h-auto cursor-text items-center justify-center gap-2 py-1.5 text-sm font-medium text-muted-foreground select-none group-data-[disabled=true]/input-group:opacity-[var(--ui-disabled-opacity,0.5)] [&>kbd]:rounded-[calc(var(--radius)-5px)] [&>svg:not([class*='size-'])]:size-4", {
9131
9454
  variants: { align: {
9132
9455
  "inline-start": "order-first pl-2 has-[>button]:ml-[-0.3rem] has-[>kbd]:ml-[-0.15rem]",
9133
9456
  "inline-end": "order-last pr-2 has-[>button]:mr-[-0.3rem] has-[>kbd]:mr-[-0.15rem]",
@@ -9136,79 +9459,79 @@ var Ke = w("flex h-auto cursor-text items-center justify-center gap-2 py-1.5 tex
9136
9459
  } },
9137
9460
  defaultVariants: { align: "inline-start" }
9138
9461
  });
9139
- function qe({ className: e, align: t = "inline-start", ...n }) {
9140
- return /* @__PURE__ */ J("div", {
9462
+ function ft({ className: e, align: t = "inline-start", ...n }) {
9463
+ return /* @__PURE__ */ q("div", {
9141
9464
  role: "group",
9142
9465
  "data-slot": "input-group-addon",
9143
9466
  "data-align": t,
9144
- className: d(Ke({ align: t }), e),
9467
+ className: d(dt({ align: t }), e),
9145
9468
  onClick: (e) => {
9146
9469
  e.target.closest("button") || e.currentTarget.parentElement?.querySelector("input")?.focus();
9147
9470
  },
9148
9471
  ...n
9149
9472
  });
9150
9473
  }
9151
- var Je = Y.forwardRef(function({ className: e, ...t }, n) {
9152
- return /* @__PURE__ */ J(re, {
9474
+ var pt = J.forwardRef(function({ className: e, ...t }, n) {
9475
+ return /* @__PURE__ */ q(I, {
9153
9476
  ref: n,
9154
9477
  "data-slot": "input-group-control",
9155
9478
  className: d("flex-1 rounded-none border-0 bg-transparent shadow-none ring-0 focus-visible:outline-none disabled:bg-transparent aria-invalid:ring-0 dark:bg-transparent dark:disabled:bg-transparent", e),
9156
9479
  ...t
9157
9480
  });
9158
- }), Ye = /*#__PURE__*/ Y.createContext(void 0);
9159
- process.env.NODE_ENV !== "production" && (Ye.displayName = "SwitchRootContext");
9160
- function Xe() {
9161
- let e = Y.useContext(Ye);
9162
- if (e === void 0) throw Error(process.env.NODE_ENV === "production" ? I(63) : "Base UI: SwitchRootContext is missing. Switch parts must be placed within <Switch.Root>.");
9481
+ }), mt = /*#__PURE__*/ J.createContext(void 0);
9482
+ process.env.NODE_ENV !== "production" && (mt.displayName = "SwitchRootContext");
9483
+ function ht() {
9484
+ let e = J.useContext(mt);
9485
+ if (e === void 0) throw Error(process.env.NODE_ENV === "production" ? re(63) : "Base UI: SwitchRootContext is missing. Switch parts must be placed within <Switch.Root>.");
9163
9486
  return e;
9164
9487
  }
9165
9488
  //#endregion
9166
9489
  //#region ../../node_modules/.bun/@base-ui+react@1.4.1+fa6c2f29eeb10566/node_modules/@base-ui/react/esm/switch/root/SwitchRootDataAttributes.js
9167
- var Ze = /*#__PURE__*/ function(e) {
9490
+ var gt = /*#__PURE__*/ function(e) {
9168
9491
  return e.checked = "data-checked", e.unchecked = "data-unchecked", e.disabled = "data-disabled", e.readonly = "data-readonly", e.required = "data-required", e.valid = "data-valid", e.invalid = "data-invalid", e.touched = "data-touched", e.dirty = "data-dirty", e.filled = "data-filled", e.focused = "data-focused", e;
9169
- }({}), Qe = {
9492
+ }({}), _t = {
9170
9493
  ...f,
9171
9494
  checked(e) {
9172
- return e ? { [Ze.checked]: "" } : { [Ze.unchecked]: "" };
9495
+ return e ? { [gt.checked]: "" } : { [gt.unchecked]: "" };
9173
9496
  }
9174
- }, $e = /*#__PURE__*/ Y.forwardRef(function(e, t) {
9175
- let { checked: n, className: r, defaultChecked: a, "aria-labelledby": o, form: s, id: c, inputRef: u, name: d, nativeButton: f = !1, onCheckedChange: p, readOnly: g = !1, required: v = !1, disabled: y = !1, render: x, uncheckedValue: S, value: w, style: E, ...D } = e, { clearErrors: k } = te(), { state: A, setTouched: M, setDirty: N, validityData: P, setFilled: F, setFocused: I, shouldValidateOnChange: ne, validationMode: re, disabled: R, name: ie, validation: z } = _(), { labelId: oe } = i(), V = R || y, H = ie ?? d, U = j(p), W = Y.useRef(null), le = T(W, u, z.inputRef), G = Y.useRef(null), K = b(), fe = ee({
9497
+ }, vt = /*#__PURE__*/ J.forwardRef(function(e, t) {
9498
+ let { checked: n, className: r, defaultChecked: a, "aria-labelledby": o, form: s, id: c, inputRef: u, name: d, nativeButton: f = !1, onCheckedChange: p, readOnly: m = !1, required: _ = !1, disabled: y = !1, render: b, uncheckedValue: S, value: C, style: T, ...D } = e, { clearErrors: O } = oe(), { state: ee, setTouched: A, setDirty: M, validityData: te, setFilled: N, setFocused: ne, shouldValidateOnChange: P, validationMode: re, disabled: ie, name: se, validation: I } = v(), { labelId: ce } = i(), L = ie || y, R = se ?? d, ue = j(p), z = J.useRef(null), fe = E(z, u, I.inputRef), B = J.useRef(null), me = x(), V = ae({
9176
9499
  id: c,
9177
9500
  implicit: !1,
9178
- controlRef: G
9179
- }), q = f ? void 0 : fe, [X, he] = de({
9501
+ controlRef: B
9502
+ }), H = f ? void 0 : V, [U, W] = _e({
9180
9503
  controlled: n,
9181
9504
  default: !!a,
9182
9505
  name: "Switch",
9183
9506
  state: "checked"
9184
9507
  });
9185
- h(G, {
9186
- id: K,
9187
- value: X
9188
- }), B(() => {
9189
- W.current && F(W.current.checked);
9190
- }, [W, F]), ae(X, () => {
9191
- k(H), N(X !== P.initialValue), F(X), ne() ? z.commit(X) : z.commit(X, !0);
9508
+ g(B, {
9509
+ id: me,
9510
+ value: U
9511
+ }), de(() => {
9512
+ z.current && N(z.current.checked);
9513
+ }, [z, N]), le(U, () => {
9514
+ O(R), M(U !== te.initialValue), N(U), P() ? I.commit(U) : I.commit(U, !0);
9192
9515
  });
9193
- let { getButtonProps: ge, buttonRef: _e } = O({
9194
- disabled: V,
9516
+ let { getButtonProps: G, buttonRef: K } = k({
9517
+ disabled: L,
9195
9518
  native: f
9196
- }), Z = me(o, oe, W, !f, q), ve = {
9197
- id: f ? fe : K,
9519
+ }), ve = Te(o, ce, z, !f, H), ye = {
9520
+ id: f ? V : me,
9198
9521
  role: "switch",
9199
- "aria-checked": X,
9200
- "aria-readonly": g || void 0,
9201
- "aria-required": v || void 0,
9202
- "aria-labelledby": Z,
9522
+ "aria-checked": U,
9523
+ "aria-readonly": m || void 0,
9524
+ "aria-required": _ || void 0,
9525
+ "aria-labelledby": ve,
9203
9526
  onFocus() {
9204
- V || I(!0);
9527
+ L || ne(!0);
9205
9528
  },
9206
9529
  onBlur() {
9207
- let e = W.current;
9208
- !e || V || (M(!0), I(!1), re === "onBlur" && z.commit(e.checked));
9530
+ let e = z.current;
9531
+ !e || L || (A(!0), ne(!1), re === "onBlur" && I.commit(e.checked));
9209
9532
  },
9210
9533
  onClick(e) {
9211
- g || V || (e.preventDefault(), W.current?.dispatchEvent(new PointerEvent("click", {
9534
+ m || L || (e.preventDefault(), z.current?.dispatchEvent(new PointerEvent("click", {
9212
9535
  bubbles: !0,
9213
9536
  shiftKey: e.shiftKey,
9214
9537
  ctrlKey: e.ctrlKey,
@@ -9216,116 +9539,116 @@ var Ze = /*#__PURE__*/ function(e) {
9216
9539
  metaKey: e.metaKey
9217
9540
  })));
9218
9541
  }
9219
- }, ye = Y.useMemo(() => ce({
9220
- checked: X,
9221
- disabled: V,
9542
+ }, Y = J.useMemo(() => he({
9543
+ checked: U,
9544
+ disabled: L,
9222
9545
  form: s,
9223
- id: q,
9224
- name: H,
9225
- required: v,
9226
- style: H ? C : m,
9546
+ id: H,
9547
+ name: R,
9548
+ required: _,
9549
+ style: R ? w : h,
9227
9550
  tabIndex: -1,
9228
9551
  type: "checkbox",
9229
9552
  "aria-hidden": !0,
9230
- ref: le,
9553
+ ref: fe,
9231
9554
  onChange(e) {
9232
9555
  if (e.nativeEvent.defaultPrevented) return;
9233
- if (g) {
9556
+ if (m) {
9234
9557
  e.preventDefault();
9235
9558
  return;
9236
9559
  }
9237
- let t = e.currentTarget.checked, n = L(ue, e.nativeEvent);
9238
- U?.(t, n), !n.isCanceled && he(t);
9560
+ let t = e.currentTarget.checked, n = F(ge, e.nativeEvent);
9561
+ ue?.(t, n), !n.isCanceled && W(t);
9239
9562
  },
9240
9563
  onFocus() {
9241
- G.current?.focus();
9564
+ B.current?.focus();
9242
9565
  }
9243
- }, z.getInputValidationProps, w === void 0 ? se : { value: w }), [
9244
- X,
9245
- V,
9566
+ }, I.getInputValidationProps, C === void 0 ? pe : { value: C }), [
9567
+ U,
9568
+ L,
9246
9569
  s,
9247
- le,
9248
- q,
9570
+ fe,
9249
9571
  H,
9250
- U,
9251
- g,
9252
- v,
9253
- he,
9254
- z,
9255
- w
9256
- ]), Q = Y.useMemo(() => ({
9257
- ...A,
9258
- checked: X,
9259
- disabled: V,
9260
- readOnly: g,
9261
- required: v
9572
+ R,
9573
+ ue,
9574
+ m,
9575
+ _,
9576
+ W,
9577
+ I,
9578
+ C
9579
+ ]), xe = J.useMemo(() => ({
9580
+ ...ee,
9581
+ checked: U,
9582
+ disabled: L,
9583
+ readOnly: m,
9584
+ required: _
9262
9585
  }), [
9263
- A,
9264
- X,
9265
- V,
9266
- g,
9267
- v
9268
- ]), be = l("span", e, {
9269
- state: Q,
9586
+ ee,
9587
+ U,
9588
+ L,
9589
+ m,
9590
+ _
9591
+ ]), Se = l("span", e, {
9592
+ state: xe,
9270
9593
  ref: [
9271
9594
  t,
9272
- G,
9273
- _e
9595
+ B,
9596
+ K
9274
9597
  ],
9275
9598
  props: [
9276
- ve,
9277
- z.getValidationProps,
9599
+ ye,
9600
+ I.getValidationProps,
9278
9601
  D,
9279
- ge
9602
+ G
9280
9603
  ],
9281
- stateAttributesMapping: Qe
9604
+ stateAttributesMapping: _t
9282
9605
  });
9283
- return /*#__PURE__*/ pe(Ye.Provider, {
9284
- value: Q,
9606
+ return /*#__PURE__*/ be(mt.Provider, {
9607
+ value: xe,
9285
9608
  children: [
9286
- be,
9287
- !X && H && S !== void 0 && /*#__PURE__*/ J("input", {
9609
+ Se,
9610
+ !U && R && S !== void 0 && /*#__PURE__*/ q("input", {
9288
9611
  type: "hidden",
9289
9612
  form: s,
9290
- name: H,
9613
+ name: R,
9291
9614
  value: S
9292
9615
  }),
9293
- /*#__PURE__*/ J("input", {
9294
- ...ye,
9616
+ /*#__PURE__*/ q("input", {
9617
+ ...Y,
9295
9618
  suppressHydrationWarning: !0
9296
9619
  })
9297
9620
  ]
9298
9621
  });
9299
9622
  });
9300
- process.env.NODE_ENV !== "production" && ($e.displayName = "SwitchRoot");
9623
+ process.env.NODE_ENV !== "production" && (vt.displayName = "SwitchRoot");
9301
9624
  //#endregion
9302
9625
  //#region ../../node_modules/.bun/@base-ui+react@1.4.1+fa6c2f29eeb10566/node_modules/@base-ui/react/esm/switch/thumb/SwitchThumb.js
9303
- var et = /*#__PURE__*/ Y.forwardRef(function(e, t) {
9304
- let { render: n, className: r, style: i, ...a } = e, { state: o } = _(), s = Xe(), c = {
9626
+ var yt = /*#__PURE__*/ J.forwardRef(function(e, t) {
9627
+ let { render: n, className: r, style: i, ...a } = e, { state: o } = v(), s = ht(), c = {
9305
9628
  ...o,
9306
9629
  ...s
9307
9630
  };
9308
9631
  return l("span", e, {
9309
9632
  state: c,
9310
9633
  ref: t,
9311
- stateAttributesMapping: Qe,
9634
+ stateAttributesMapping: _t,
9312
9635
  props: a
9313
9636
  });
9314
9637
  });
9315
- process.env.NODE_ENV !== "production" && (et.displayName = "SwitchThumb");
9638
+ process.env.NODE_ENV !== "production" && (yt.displayName = "SwitchThumb");
9316
9639
  //#endregion
9317
9640
  //#region src/ui/browser/switch.tsx
9318
- function tt({ className: e, size: t = "default", ...n }) {
9319
- return /* @__PURE__ */ J($e, {
9641
+ function bt({ className: e, size: t = "default", ...n }) {
9642
+ return /* @__PURE__ */ q(vt, {
9320
9643
  "data-slot": "switch",
9321
9644
  "data-size": t,
9322
9645
  className: d("peer group/switch relative inline-flex shrink-0 items-center rounded-full border border-transparent transition-[color,background-color,border-color,box-shadow,opacity] outline-none group-has-[:focus-visible]/field-label:border-transparent group-has-[:focus-visible]/field-label:outline-none after:absolute after:-inset-x-3 after:-inset-y-2 focus-visible:outline-2 focus-visible:outline-solid focus-visible:ring-0 focus-visible:aria-invalid:ring-0 focus-visible:outline-offset-1 focus-visible:outline-ring focus-visible:aria-invalid:outline-destructive aria-invalid:border-destructive data-[size=default]:h-[18.4px] data-[size=default]:w-[32px] data-[size=sm]:h-[14px] data-[size=sm]:w-[24px] data-checked:bg-primary data-unchecked:bg-input dark:data-unchecked:bg-input/80 data-disabled:cursor-not-allowed data-disabled:opacity-50", e),
9323
9646
  ...n,
9324
- children: /* @__PURE__ */ J(et, {
9647
+ children: /* @__PURE__ */ q(yt, {
9325
9648
  "data-slot": "switch-thumb",
9326
9649
  className: "pointer-events-none block rounded-full bg-background ring-0 transition-transform group-data-[size=default]/switch:size-4 group-data-[size=sm]/switch:size-3 group-data-[size=default]/switch:data-checked:translate-x-[calc(100%-2px)] group-data-[size=sm]/switch:data-checked:translate-x-[calc(100%-2px)] dark:data-checked:bg-primary-foreground group-data-[size=default]/switch:data-unchecked:translate-x-0 group-data-[size=sm]/switch:data-unchecked:translate-x-0 dark:data-unchecked:bg-foreground"
9327
9650
  })
9328
9651
  });
9329
9652
  }
9330
9653
  //#endregion
9331
- export { We as a, Re as c, Ee as d, be as f, Je as i, Fe as l, me as m, Ge as n, Ue as o, Z as p, qe as r, Be as s, tt as t, Oe as u };
9654
+ export { lt as a, rt as c, Ge as d, Z as f, pt as i, et as l, Ie as m, ut as n, ct as o, Re as p, ft as r, at as s, bt as t, qe as u };