@factorialco/f0-react 4.5.0 → 4.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{F0CanvasPanel-BiW5s0PT.js → F0CanvasPanel-NAs7-9VU.js} +34 -16
- package/dist/ai.d.ts +6 -6
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +6 -6
- package/dist/experimental.js +4 -4
- package/dist/f0.d.ts +6 -6
- package/dist/f0.js +6 -6
- package/dist/i18n-provider-defaults.d.ts +6 -6
- package/dist/{useChatHistory-BgraXtVf.js → useChatHistory-hrv_qH8R.js} +1 -1
- package/dist/{useDataCollectionSource-DwS_R8Ua.js → useDataCollectionSource-CQy3qOAq.js} +1 -1
- package/package.json +1 -1
|
@@ -130540,16 +130540,25 @@ function oK1({
|
|
|
130540
130540
|
onClick: n,
|
|
130541
130541
|
children: [
|
|
130542
130542
|
/* @__PURE__ */ a("span", { className: "min-w-0 flex-1", children: /* @__PURE__ */ a(J3, { children: e.label }) }),
|
|
130543
|
-
/* @__PURE__ */ a(
|
|
130544
|
-
|
|
130543
|
+
/* @__PURE__ */ a(
|
|
130544
|
+
"div",
|
|
130545
130545
|
{
|
|
130546
|
-
|
|
130547
|
-
|
|
130548
|
-
|
|
130549
|
-
|
|
130550
|
-
|
|
130546
|
+
className: "pointer-events-none shrink-0",
|
|
130547
|
+
onClick: (i) => {
|
|
130548
|
+
i.target instanceof HTMLInputElement && i.stopPropagation();
|
|
130549
|
+
},
|
|
130550
|
+
children: /* @__PURE__ */ a(
|
|
130551
|
+
J0,
|
|
130552
|
+
{
|
|
130553
|
+
id: o,
|
|
130554
|
+
title: e.label,
|
|
130555
|
+
checked: t,
|
|
130556
|
+
presentational: !0,
|
|
130557
|
+
hideLabel: !0
|
|
130558
|
+
}
|
|
130559
|
+
)
|
|
130551
130560
|
}
|
|
130552
|
-
)
|
|
130561
|
+
)
|
|
130553
130562
|
]
|
|
130554
130563
|
}
|
|
130555
130564
|
) });
|
|
@@ -130714,16 +130723,25 @@ function he2({
|
|
|
130714
130723
|
onClick: n,
|
|
130715
130724
|
children: [
|
|
130716
130725
|
/* @__PURE__ */ a("span", { className: "min-w-0 flex-1", children: /* @__PURE__ */ a(J3, { children: e.label }) }),
|
|
130717
|
-
/* @__PURE__ */ a(
|
|
130718
|
-
|
|
130726
|
+
/* @__PURE__ */ a(
|
|
130727
|
+
"div",
|
|
130719
130728
|
{
|
|
130720
|
-
|
|
130721
|
-
|
|
130722
|
-
|
|
130723
|
-
|
|
130724
|
-
|
|
130729
|
+
className: "pointer-events-none shrink-0",
|
|
130730
|
+
onClick: (M) => {
|
|
130731
|
+
M.target instanceof HTMLInputElement && M.stopPropagation();
|
|
130732
|
+
},
|
|
130733
|
+
children: /* @__PURE__ */ a(
|
|
130734
|
+
J0,
|
|
130735
|
+
{
|
|
130736
|
+
id: b,
|
|
130737
|
+
title: e.label,
|
|
130738
|
+
checked: t,
|
|
130739
|
+
presentational: !0,
|
|
130740
|
+
hideLabel: !0
|
|
130741
|
+
}
|
|
130742
|
+
)
|
|
130725
130743
|
}
|
|
130726
|
-
)
|
|
130744
|
+
)
|
|
130727
130745
|
]
|
|
130728
130746
|
}
|
|
130729
130747
|
)
|
package/dist/ai.d.ts
CHANGED
|
@@ -4742,10 +4742,8 @@ declare module "@tiptap/core" {
|
|
|
4742
4742
|
|
|
4743
4743
|
declare module "@tiptap/core" {
|
|
4744
4744
|
interface Commands<ReturnType> {
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
src: string;
|
|
4748
|
-
}) => ReturnType;
|
|
4745
|
+
transcript: {
|
|
4746
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
4749
4747
|
};
|
|
4750
4748
|
}
|
|
4751
4749
|
}
|
|
@@ -4753,8 +4751,10 @@ declare module "@tiptap/core" {
|
|
|
4753
4751
|
|
|
4754
4752
|
declare module "@tiptap/core" {
|
|
4755
4753
|
interface Commands<ReturnType> {
|
|
4756
|
-
|
|
4757
|
-
|
|
4754
|
+
videoEmbed: {
|
|
4755
|
+
setVideoEmbed: (options: {
|
|
4756
|
+
src: string;
|
|
4757
|
+
}) => ReturnType;
|
|
4758
4758
|
};
|
|
4759
4759
|
}
|
|
4760
4760
|
}
|
package/dist/ai.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { C as e, D as r, c as t, F as o, a as i, f as n, g as F, d as C, e as A, I as l, P as d, b as u, u as m } from "./F0CanvasPanel-
|
|
1
|
+
import { C as e, D as r, c as t, F as o, a as i, f as n, g as F, d as C, e as A, I as l, P as d, b as u, u as m } from "./F0CanvasPanel-NAs7-9VU.js";
|
|
2
2
|
import { defaultTranslations as c } from "./i18n-provider-defaults.js";
|
|
3
|
-
import { A as P, s as v, t as f, w as g, l as p, i as T, q as y, x as S, p as x, r as H, j as V, e as b, g as k, k as w, F as M, h as O, a as D, n as j, m as q, o as z, b as B, f as E, v as L, c as R, d as G, u as J } from "./useChatHistory-
|
|
3
|
+
import { A as P, s as v, t as f, w as g, l as p, i as T, q as y, x as S, p as x, r as H, j as V, e as b, g as k, k as w, F as M, h as O, a as D, n as j, m as q, o as z, b as B, f as E, v as L, c as R, d as G, u as J } from "./useChatHistory-hrv_qH8R.js";
|
|
4
4
|
export {
|
|
5
5
|
P as AiChatTranslationsProvider,
|
|
6
6
|
e as ChatSpinner,
|
package/dist/experimental.d.ts
CHANGED
|
@@ -9785,10 +9785,8 @@ declare module "@tiptap/core" {
|
|
|
9785
9785
|
|
|
9786
9786
|
declare module "@tiptap/core" {
|
|
9787
9787
|
interface Commands<ReturnType> {
|
|
9788
|
-
|
|
9789
|
-
|
|
9790
|
-
src: string;
|
|
9791
|
-
}) => ReturnType;
|
|
9788
|
+
transcript: {
|
|
9789
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
9792
9790
|
};
|
|
9793
9791
|
}
|
|
9794
9792
|
}
|
|
@@ -9796,8 +9794,10 @@ declare module "@tiptap/core" {
|
|
|
9796
9794
|
|
|
9797
9795
|
declare module "@tiptap/core" {
|
|
9798
9796
|
interface Commands<ReturnType> {
|
|
9799
|
-
|
|
9800
|
-
|
|
9797
|
+
videoEmbed: {
|
|
9798
|
+
setVideoEmbed: (options: {
|
|
9799
|
+
src: string;
|
|
9800
|
+
}) => ReturnType;
|
|
9801
9801
|
};
|
|
9802
9802
|
}
|
|
9803
9803
|
}
|
package/dist/experimental.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { h as pa, B as ba, i as xa, j as va, k as Dt, l as Be, m as Te, n as ya, o as p, p as J, q as ye, u as le, T as wa, r as Na, s as Ca, R as Ia, t as ka, v as ce, w as Sa, x as Nt, y as ut, z as Ve, A as Le, E as Fa, G as Aa, H as U, J as La, K as Oa, L as xe, M as mn, N as Pa, O as Ea, Q as G, S as hn, U as z, V as ke, W as _a, X as Da, Y as Ta, Z as za, _ as Ra, $ as Oe, a0 as gn, a1 as Ba, a2 as we, a3 as Ue, a4 as $a, e as pn, a5 as Ae, a6 as Ma, a7 as bn, a8 as ie, a9 as Z, aa as xn, ab as vn, ac as Wa, ad as yn, ae as pe, af as ae, ag as ja, ah as Va, ai as Ua, aj as Ha, ak as Ga, al as ve, am as Ye, an as Ka, ao as qa, ap as Ya, aq as Ja, ar as Je, as as wn, at as Za, au as Xa, av as Qa, aw as He, ax as er, ay as Nn, az as tr, aA as nr, aB as ar, aC as rr, aD as ir, aE as lr, aF as sr, aG as or, aH as ft, aI as Cn, aJ as mt, aK as In, aL as cr, aM as dr, aN as ur, aO as fr, aP as mr, aQ as Ze, aR as Xe, aS as ht, aT as kn, aU as hr, aV as Ct, aW as gr, aX as pr, aY as br, aZ as Re, a_ as xr, a$ as vr, b0 as $e, b1 as Tt, b2 as gt, b3 as yr, b4 as wr, a as Nr, b as Cr, b5 as Sn, b6 as Ir, g as kr, F as Sr, b7 as Fr, b8 as Fn, b9 as Ar, ba as An, bb as Ln, bc as Lr, bd as Or, be as Pr, bf as Er, bg as _r, bh as Dr, bi as Tr, bj as zr, bk as Rr, bl as On, bm as Br, bn as $r, bo as Mr, bp as Wr, bq as ge, br as It, bs as kt, bt as St, bu as Pn, bv as Ft, bw as En, bx as _n, by as jr, bz as Vr, bA as Ur, bB as Hr, bC as Gr, bD as Kr, bE as qr, bF as Yr, bG as zt, bH as Jr, bI as Zr, bJ as Rt, bK as Bt, bL as $t, bM as Xr, bN as Qr, bO as ei, bP as ti, bQ as Dn, bR as ni, bS as ai } from "./F0CanvasPanel-
|
|
2
|
-
import { c3 as Jc, c2 as Zc, cf as Xc, b$ as Qc, c0 as ed, bT as td, bU as nd, ci as ad, bV as rd, bW as id, cj as ld, c1 as sd, cb as od, cc as cd, cg as dd, bX as ud, c5 as fd, c4 as md, bY as hd, bZ as gd, cd as pd, ck as bd, ce as xd, ch as vd, ca as yd, c7 as wd, c9 as Nd, c6 as Cd, b_ as Id, c8 as kd } from "./F0CanvasPanel-
|
|
1
|
+
import { h as pa, B as ba, i as xa, j as va, k as Dt, l as Be, m as Te, n as ya, o as p, p as J, q as ye, u as le, T as wa, r as Na, s as Ca, R as Ia, t as ka, v as ce, w as Sa, x as Nt, y as ut, z as Ve, A as Le, E as Fa, G as Aa, H as U, J as La, K as Oa, L as xe, M as mn, N as Pa, O as Ea, Q as G, S as hn, U as z, V as ke, W as _a, X as Da, Y as Ta, Z as za, _ as Ra, $ as Oe, a0 as gn, a1 as Ba, a2 as we, a3 as Ue, a4 as $a, e as pn, a5 as Ae, a6 as Ma, a7 as bn, a8 as ie, a9 as Z, aa as xn, ab as vn, ac as Wa, ad as yn, ae as pe, af as ae, ag as ja, ah as Va, ai as Ua, aj as Ha, ak as Ga, al as ve, am as Ye, an as Ka, ao as qa, ap as Ya, aq as Ja, ar as Je, as as wn, at as Za, au as Xa, av as Qa, aw as He, ax as er, ay as Nn, az as tr, aA as nr, aB as ar, aC as rr, aD as ir, aE as lr, aF as sr, aG as or, aH as ft, aI as Cn, aJ as mt, aK as In, aL as cr, aM as dr, aN as ur, aO as fr, aP as mr, aQ as Ze, aR as Xe, aS as ht, aT as kn, aU as hr, aV as Ct, aW as gr, aX as pr, aY as br, aZ as Re, a_ as xr, a$ as vr, b0 as $e, b1 as Tt, b2 as gt, b3 as yr, b4 as wr, a as Nr, b as Cr, b5 as Sn, b6 as Ir, g as kr, F as Sr, b7 as Fr, b8 as Fn, b9 as Ar, ba as An, bb as Ln, bc as Lr, bd as Or, be as Pr, bf as Er, bg as _r, bh as Dr, bi as Tr, bj as zr, bk as Rr, bl as On, bm as Br, bn as $r, bo as Mr, bp as Wr, bq as ge, br as It, bs as kt, bt as St, bu as Pn, bv as Ft, bw as En, bx as _n, by as jr, bz as Vr, bA as Ur, bB as Hr, bC as Gr, bD as Kr, bE as qr, bF as Yr, bG as zt, bH as Jr, bI as Zr, bJ as Rt, bK as Bt, bL as $t, bM as Xr, bN as Qr, bO as ei, bP as ti, bQ as Dn, bR as ni, bS as ai } from "./F0CanvasPanel-NAs7-9VU.js";
|
|
2
|
+
import { c3 as Jc, c2 as Zc, cf as Xc, b$ as Qc, c0 as ed, bT as td, bU as nd, ci as ad, bV as rd, bW as id, cj as ld, c1 as sd, cb as od, cc as cd, cg as dd, bX as ud, c5 as fd, c4 as md, bY as hd, bZ as gd, cd as pd, ck as bd, ce as xd, ch as vd, ca as yd, c7 as wd, c9 as Nd, c6 as Cd, b_ as Id, c8 as kd } from "./F0CanvasPanel-NAs7-9VU.js";
|
|
3
3
|
import { jsx as e, jsxs as o, Fragment as X } from "react/jsx-runtime";
|
|
4
4
|
import ue, { forwardRef as H, useRef as j, useTransition as ri, useState as D, useLayoutEffect as Tn, useId as pt, useContext as Pe, createContext as Qe, useEffect as W, useCallback as ne, useMemo as q, Fragment as ii, isValidElement as li, cloneElement as zn, Children as Rn } from "react";
|
|
5
|
-
import { C as si, P as oi, a as Bn, M as ci, p as di, b as ui, R as Mt, c as $n, u as fi, d as mi, e as hi, f as gi, g as pi, h as Mn, S as bi, A as xi, B as vi, L as yi, i as wi, V as Ni, j as Ci, k as Ii, l as ki, O as Si } from "./useDataCollectionSource-
|
|
6
|
-
import { r as Fd, s as Ad, o as Ld, H as Od, t as Pd, z as Ed, a8 as _d, G as Dd, q as Td, aa as zd, a9 as Rd, Q as Bd, ad as $d, F as Md, Y as Wd, U as jd, J as Vd, af as Ud, K as Hd, Z as Gd, _ as Kd, v as qd, ab as Yd, ac as Jd, N as Zd, $ as Xd, a5 as Qd, a7 as eu, w as tu, y as nu, D as au, W as ru, ae as iu, X as lu, T as su, ag as ou, x as cu, E as du, m as uu, n as fu, a1 as mu, a2 as hu, a6 as gu, I as pu, a3 as bu, a0 as xu, a4 as vu } from "./useDataCollectionSource-
|
|
5
|
+
import { C as si, P as oi, a as Bn, M as ci, p as di, b as ui, R as Mt, c as $n, u as fi, d as mi, e as hi, f as gi, g as pi, h as Mn, S as bi, A as xi, B as vi, L as yi, i as wi, V as Ni, j as Ci, k as Ii, l as ki, O as Si } from "./useDataCollectionSource-CQy3qOAq.js";
|
|
6
|
+
import { r as Fd, s as Ad, o as Ld, H as Od, t as Pd, z as Ed, a8 as _d, G as Dd, q as Td, aa as zd, a9 as Rd, Q as Bd, ad as $d, F as Md, Y as Wd, U as jd, J as Vd, af as Ud, K as Hd, Z as Gd, _ as Kd, v as qd, ab as Yd, ac as Jd, N as Zd, $ as Xd, a5 as Qd, a7 as eu, w as tu, y as nu, D as au, W as ru, ae as iu, X as lu, T as su, ag as ou, x as cu, E as du, m as uu, n as fu, a1 as mu, a2 as hu, a6 as gu, I as pu, a3 as bu, a0 as xu, a4 as vu } from "./useDataCollectionSource-CQy3qOAq.js";
|
|
7
7
|
const Fi = pa("Search", [
|
|
8
8
|
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }],
|
|
9
9
|
["path", { d: "m21 21-4.3-4.3", key: "1qie3q" }]
|
package/dist/f0.d.ts
CHANGED
|
@@ -17192,10 +17192,8 @@ declare module "@tiptap/core" {
|
|
|
17192
17192
|
|
|
17193
17193
|
declare module "@tiptap/core" {
|
|
17194
17194
|
interface Commands<ReturnType> {
|
|
17195
|
-
|
|
17196
|
-
|
|
17197
|
-
src: string;
|
|
17198
|
-
}) => ReturnType;
|
|
17195
|
+
transcript: {
|
|
17196
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
17199
17197
|
};
|
|
17200
17198
|
}
|
|
17201
17199
|
}
|
|
@@ -17203,8 +17201,10 @@ declare module "@tiptap/core" {
|
|
|
17203
17201
|
|
|
17204
17202
|
declare module "@tiptap/core" {
|
|
17205
17203
|
interface Commands<ReturnType> {
|
|
17206
|
-
|
|
17207
|
-
|
|
17204
|
+
videoEmbed: {
|
|
17205
|
+
setVideoEmbed: (options: {
|
|
17206
|
+
src: string;
|
|
17207
|
+
}) => ReturnType;
|
|
17208
17208
|
};
|
|
17209
17209
|
}
|
|
17210
17210
|
}
|
package/dist/f0.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { gN as h2, a8 as nt, bq as j_, o as Q, q as Xr, gH as v2, p as sn, eW as $G, gO as p2, af as Qp, U as K, u as Ge, H as tt, dh as du, A as ys, j as g2, L as ro, d1 as no, a9 as Gt, a5 as $f, gP as UG, ae as Pl, gE as cb, gQ as YG, gR as XG, gS as dC, e7 as qG, gT as ZG, gU as m2, fv as Jp, gV as jG, gW as KG, gX as Al, gY as Uf, gZ as hu, g_ as QG, g$ as y2, h0 as JG, h1 as e3, bK as t3, bJ as r3, v as Ls, J as Yf, K as Xf, Q as it, O as qf, fR as b2, Y as Zt, ad as Zf, _ as bs, aQ as K_, am as eg, h2 as n3, bh as i3, e3 as hC, cX as x2, bb as Xl, bi as a3, aE as Q_, aF as J_, aG as ew, cf as xv, h3 as tw, h4 as o3, gG as vC, fA as s3, h5 as sf, au as l3, gg as rw, h6 as u3, $ as vu, c5 as c3, n as f3, l as d3, h7 as _2, h8 as h3, h9 as v3, ha as w2, y as nw, hb as p3, hc as g3, hd as m3, he as pC, ft as y3, hf as b3, fZ as pu, f_ as jf, gc as x3, fP as S2, aa as _n, ar as _3, cQ as fb, cP as C2, g0 as T2, fO as w3, hg as tg, ds as iw, gs as S3, a3 as D2, fs as C3, bM as T3, gh as aw, dW as D3, dX as A3, dY as M3, d as E3, eG as L3, G as A2, cW as Ns, dL as M2, dr as E2, bP as ow, dN as L2, cH as sw, fT as Ol, fU as Bl, N as zl, fV as Vl, fS as Fa, cJ as N2, at as N3, dp as _v, bf as ql, g3 as Fr, bX as I3, a2 as I2, dt as db, e4 as lf, bW as R3, aZ as R2, aD as k3, gm as Kr, hh as P3, hi as O3, hj as k2, hk as rg, hl as B3, hm as z3, dw as P2, du as O2, e1 as V3, hn as F3, aT as B2, ge as G3, gf as H3, br as gu, bv as mu, bC as Kf, dO as W3, bs as $3, b8 as U3, S as z2, bg as Y3, a1 as X3, dl as gC, dK as uf, fw as q3, fx as Z3, ho as j3, aY as K3, bw as Q3, c$ as V2, a6 as J3, cO as eH, gK as tH, bE as F2, b0 as rH, hp as G2, hq as nH, hr as iH, I as aH, hs as oH, ht as sH, hu as lH, hv as uH } from "./F0CanvasPanel-
|
|
2
|
-
import { hL as Hge, C as Wge, D as $ge, aR as Uge, c as Yge, F as Xge, a as qge, hE as Zge, f as jge, b9 as Kge, aS as Qge, bF as Jge, d_ as eme, aJ as tme, bl as rme, al as nme, e6 as ime, bT as ame, g as ome, dZ as sme, hz as lme, hQ as ume, ci as cme, e as fme, bV as dme, aw as hme, bx as vme, hG as pme, b4 as gme, hH as mme, hJ as yme, hK as bme, cj as xme, hN as _me, cb as wme, cc as Sme, P as Cme, cg as Tme, hI as Dme, cd as Ame, hM as Mme, hR as Eme, hw as Lme, hx as Nme, hy as Ime, ce as Rme, hP as kme, hF as Pme, hC as Ome, hB as Bme, ch as zme, fM as Vme, gt as Fme, hO as Gme, aW as Hme, ca as Wme, c7 as $me, c9 as Ume, c6 as Yme, hD as Xme, gv as qme, gp as Zme, g1 as jme, hU as Kme, b_ as Qme, c8 as Jme, hT as eye, bm as tye, d$ as rye, fL as nye, g2 as iye, b as aye, bp as oye, gM as sye, aU as lye, e0 as uye, hA as cye, gr as fye, gq as dye, hS as hye } from "./F0CanvasPanel-
|
|
1
|
+
import { gN as h2, a8 as nt, bq as j_, o as Q, q as Xr, gH as v2, p as sn, eW as $G, gO as p2, af as Qp, U as K, u as Ge, H as tt, dh as du, A as ys, j as g2, L as ro, d1 as no, a9 as Gt, a5 as $f, gP as UG, ae as Pl, gE as cb, gQ as YG, gR as XG, gS as dC, e7 as qG, gT as ZG, gU as m2, fv as Jp, gV as jG, gW as KG, gX as Al, gY as Uf, gZ as hu, g_ as QG, g$ as y2, h0 as JG, h1 as e3, bK as t3, bJ as r3, v as Ls, J as Yf, K as Xf, Q as it, O as qf, fR as b2, Y as Zt, ad as Zf, _ as bs, aQ as K_, am as eg, h2 as n3, bh as i3, e3 as hC, cX as x2, bb as Xl, bi as a3, aE as Q_, aF as J_, aG as ew, cf as xv, h3 as tw, h4 as o3, gG as vC, fA as s3, h5 as sf, au as l3, gg as rw, h6 as u3, $ as vu, c5 as c3, n as f3, l as d3, h7 as _2, h8 as h3, h9 as v3, ha as w2, y as nw, hb as p3, hc as g3, hd as m3, he as pC, ft as y3, hf as b3, fZ as pu, f_ as jf, gc as x3, fP as S2, aa as _n, ar as _3, cQ as fb, cP as C2, g0 as T2, fO as w3, hg as tg, ds as iw, gs as S3, a3 as D2, fs as C3, bM as T3, gh as aw, dW as D3, dX as A3, dY as M3, d as E3, eG as L3, G as A2, cW as Ns, dL as M2, dr as E2, bP as ow, dN as L2, cH as sw, fT as Ol, fU as Bl, N as zl, fV as Vl, fS as Fa, cJ as N2, at as N3, dp as _v, bf as ql, g3 as Fr, bX as I3, a2 as I2, dt as db, e4 as lf, bW as R3, aZ as R2, aD as k3, gm as Kr, hh as P3, hi as O3, hj as k2, hk as rg, hl as B3, hm as z3, dw as P2, du as O2, e1 as V3, hn as F3, aT as B2, ge as G3, gf as H3, br as gu, bv as mu, bC as Kf, dO as W3, bs as $3, b8 as U3, S as z2, bg as Y3, a1 as X3, dl as gC, dK as uf, fw as q3, fx as Z3, ho as j3, aY as K3, bw as Q3, c$ as V2, a6 as J3, cO as eH, gK as tH, bE as F2, b0 as rH, hp as G2, hq as nH, hr as iH, I as aH, hs as oH, ht as sH, hu as lH, hv as uH } from "./F0CanvasPanel-NAs7-9VU.js";
|
|
2
|
+
import { hL as Hge, C as Wge, D as $ge, aR as Uge, c as Yge, F as Xge, a as qge, hE as Zge, f as jge, b9 as Kge, aS as Qge, bF as Jge, d_ as eme, aJ as tme, bl as rme, al as nme, e6 as ime, bT as ame, g as ome, dZ as sme, hz as lme, hQ as ume, ci as cme, e as fme, bV as dme, aw as hme, bx as vme, hG as pme, b4 as gme, hH as mme, hJ as yme, hK as bme, cj as xme, hN as _me, cb as wme, cc as Sme, P as Cme, cg as Tme, hI as Dme, cd as Ame, hM as Mme, hR as Eme, hw as Lme, hx as Nme, hy as Ime, ce as Rme, hP as kme, hF as Pme, hC as Ome, hB as Bme, ch as zme, fM as Vme, gt as Fme, hO as Gme, aW as Hme, ca as Wme, c7 as $me, c9 as Ume, c6 as Yme, hD as Xme, gv as qme, gp as Zme, g1 as jme, hU as Kme, b_ as Qme, c8 as Jme, hT as eye, bm as tye, d$ as rye, fL as nye, g2 as iye, b as aye, bp as oye, gM as sye, aU as lye, e0 as uye, hA as cye, gr as fye, gq as dye, hS as hye } from "./F0CanvasPanel-NAs7-9VU.js";
|
|
3
3
|
import { jsx as w, jsxs as B, Fragment as rt } from "react/jsx-runtime";
|
|
4
4
|
import * as St from "react";
|
|
5
5
|
import xt, { forwardRef as sr, useRef as re, useImperativeHandle as cH, Children as wv, createContext as Or, useContext as dr, useState as ee, useMemo as se, useEffect as fe, useCallback as ae, useLayoutEffect as hb, isValidElement as H2, Fragment as yu, memo as W2, useReducer as fH, cloneElement as dH, useId as Hc, useSyncExternalStore as Zl } from "react";
|
|
6
|
-
import { y as hH, z as vH, B as pH, C as gH, D as $2, E as Sv, G as lw, H as U2, I as Y2, J as bi, K as mH, L as yH, M as bH, N as xH, O as _H, F as wH } from "./useChatHistory-
|
|
7
|
-
import { A as pye, s as gye, t as mye, w as yye, l as bye, i as xye, q as _ye, x as wye, p as Sye, r as Cye, j as Tye, e as Dye, g as Aye, k as Mye, h as Eye, a as Lye, n as Nye, m as Iye, o as Rye, b as kye, f as Pye, v as Oye, c as Bye, d as zye, u as Vye } from "./useChatHistory-
|
|
6
|
+
import { y as hH, z as vH, B as pH, C as gH, D as $2, E as Sv, G as lw, H as U2, I as Y2, J as bi, K as mH, L as yH, M as bH, N as xH, O as _H, F as wH } from "./useChatHistory-hrv_qH8R.js";
|
|
7
|
+
import { A as pye, s as gye, t as mye, w as yye, l as bye, i as xye, q as _ye, x as wye, p as Sye, r as Cye, j as Tye, e as Dye, g as Aye, k as Mye, h as Eye, a as Lye, n as Nye, m as Iye, o as Rye, b as kye, f as Pye, v as Oye, c as Bye, d as zye, u as Vye } from "./useChatHistory-hrv_qH8R.js";
|
|
8
8
|
import { createPortal as Qf, unstable_batchedUpdates as Sd } from "react-dom";
|
|
9
|
-
import { C as SH, F as X2, ah as q2, ai as CH, aj as TH, ak as DH, al as ng, am as ig, G as AH, an as MH, ao as va, Y as EH, a8 as LH, ap as NH, Q as IH, aq as RH, ar as kH, c as ag, R as uw, u as cw, W as Z2, O as fw, as as j2, at as mC, au as dw, o as PH, d as K2, $ as Q2, av as OH, aw as BH, ax as zH, ay as VH, az as FH, M as GH } from "./useDataCollectionSource-
|
|
10
|
-
import { r as Gye, s as Hye, H as Wye, t as $ye, z as Uye, aQ as Yye, aP as Xye, aL as qye, aB as Zye, aA as jye, aC as Kye, aD as Qye, aa as Jye, a9 as e0e, ad as t0e, U as r0e, J as n0e, af as i0e, K as a0e, v as o0e, aR as s0e, ab as l0e, ac as u0e, N as c0e, w as f0e, P as d0e, y as h0e, D as v0e, ae as p0e, T as g0e, ag as m0e, x as y0e, E as b0e, aT as x0e, m as _0e, n as w0e, aK as S0e, aG as C0e, aF as T0e, aS as D0e, a6 as A0e, aI as M0e, aJ as E0e, I as L0e, aU as N0e, aV as I0e, e as R0e, aM as k0e, aN as P0e, aO as O0e, aH as B0e, f as z0e, h as V0e, aE as F0e, aW as G0e } from "./useDataCollectionSource-
|
|
9
|
+
import { C as SH, F as X2, ah as q2, ai as CH, aj as TH, ak as DH, al as ng, am as ig, G as AH, an as MH, ao as va, Y as EH, a8 as LH, ap as NH, Q as IH, aq as RH, ar as kH, c as ag, R as uw, u as cw, W as Z2, O as fw, as as j2, at as mC, au as dw, o as PH, d as K2, $ as Q2, av as OH, aw as BH, ax as zH, ay as VH, az as FH, M as GH } from "./useDataCollectionSource-CQy3qOAq.js";
|
|
10
|
+
import { r as Gye, s as Hye, H as Wye, t as $ye, z as Uye, aQ as Yye, aP as Xye, aL as qye, aB as Zye, aA as jye, aC as Kye, aD as Qye, aa as Jye, a9 as e0e, ad as t0e, U as r0e, J as n0e, af as i0e, K as a0e, v as o0e, aR as s0e, ab as l0e, ac as u0e, N as c0e, w as f0e, P as d0e, y as h0e, D as v0e, ae as p0e, T as g0e, ag as m0e, x as y0e, E as b0e, aT as x0e, m as _0e, n as w0e, aK as S0e, aG as C0e, aF as T0e, aS as D0e, a6 as A0e, aI as M0e, aJ as E0e, I as L0e, aU as N0e, aV as I0e, e as R0e, aM as k0e, aN as P0e, aO as O0e, aH as B0e, f as z0e, h as V0e, aE as F0e, aW as G0e } from "./useDataCollectionSource-CQy3qOAq.js";
|
|
11
11
|
import { utils as Fl, write as J2 } from "./xlsx-Bedf3nwD.js";
|
|
12
12
|
import { defaultTranslations as W0e } from "./i18n-provider-defaults.js";
|
|
13
13
|
import './f0.css';const HH = {
|
|
@@ -897,10 +897,8 @@ declare module "@tiptap/core" {
|
|
|
897
897
|
|
|
898
898
|
declare module "@tiptap/core" {
|
|
899
899
|
interface Commands<ReturnType> {
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
src: string;
|
|
903
|
-
}) => ReturnType;
|
|
900
|
+
transcript: {
|
|
901
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
904
902
|
};
|
|
905
903
|
}
|
|
906
904
|
}
|
|
@@ -908,8 +906,10 @@ declare module "@tiptap/core" {
|
|
|
908
906
|
|
|
909
907
|
declare module "@tiptap/core" {
|
|
910
908
|
interface Commands<ReturnType> {
|
|
911
|
-
|
|
912
|
-
|
|
909
|
+
videoEmbed: {
|
|
910
|
+
setVideoEmbed: (options: {
|
|
911
|
+
src: string;
|
|
912
|
+
}) => ReturnType;
|
|
913
913
|
};
|
|
914
914
|
}
|
|
915
915
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as c, jsx as r, Fragment as Ee } from "react/jsx-runtime";
|
|
2
2
|
import { useInsertionEffect as $r, forwardRef as h, useRef as P, useEffect as K, useLayoutEffect as st, useState as I, useMemo as te, useCallback as q, createContext as Ge, useContext as Be, useId as it, createElement as Br } from "react";
|
|
3
|
-
import { cl as Ir, cm as Pr, cn as jr, co as Dr, cp as at, cq as Zr, cr as _r, cs as Or, ct as Ur, cu as zr, cv as ct, cw as Gr, cx as Wr, cy as qr, cz as Xr, cA as Yr, cB as Kr, cC as Qr, cD as ze, cE as Jr, cF as eo, cG as to, cH as ro, cI as oo, Z as lt, cJ as no, cK as so, cL as io, cM as ao, cN as co, cO as dt, cP as lo, cQ as uo, a6 as a1, cR as fo, aK as ho, cS as go, cT as Co, cU as po, ah as mo, cV as vo, bP as wo, aa as ut, ad as xo, cW as ko, bb as c1, a1 as ft, S as We, cX as ht, ba as Lo, cY as bo, cZ as yo, b3 as Mo, bO as Eo, $ as Re, av as Ro, bf as gt, c_ as Fo, bM as No, c$ as Me, bI as Vo, d0 as So, d1 as To, b2 as Ct, d2 as Ho, d3 as Ao, d4 as $o, d5 as Bo, d6 as Io, d7 as pt, bA as Po, bB as jo, d8 as Do, d9 as Zo, da as _o, db as Oo, dc as Uo, dd as zo, de as Go, df as Wo, dg as qo, dh as Xo, di as Yo, dj as Ko, dk as Qo, dl as Jo, bN as en, ab as tn, bw as rn, dm as on, dn as nn, dp as sn, dq as an, dr as cn, ds as ln, dt as dn, aq as un, du as mt, M as fn, a0 as hn, dv as vt, dw as wt, dx as gn, be as Cn, bd as pn, dy as mn, dz as vn, dA as xt, dB as wn, b1 as xn, az as kn, dC as Ln, at as bn, b8 as yn, dD as kt, b7 as Mn, dE as En, bj as l1, dF as Rn, dG as Fn, dH as d1, bK as Nn, bJ as Vn, bL as Lt, dI as Sn, G as Tn, E as Hn, dJ as An, dK as $n, dL as Bn, dM as In, dN as Pn, dO as bt, dP as jn, ac as Dn, dQ as Zn, L as ue, o as b, q as Ve, bq as _n, u as X, dR as On, U as ve, ci as yt, H as le, v as ge, a2 as Un, Q as me, dS as zn, ae as de, aQ as Le, A as Fe, p as ne, aE as u1, dT as Gn, aF as f1, aG as h1, b as be, dU as Wn, dV as qn, bE as Xn, V as Yn, b0 as Kn, a5 as g1, dW as Qn, dX as Jn, dY as es, dZ as E1, a3 as ts, al as Mt, aT as Et, d_ as rs, c0 as os, d$ as ns, e0 as ss, aY as Rt, e1 as is, bW as as, e2 as cs, aV as $e, bh as Ft, e3 as Nt, bi as Vt, c as s1, e4 as St, e5 as ls, bU as ds, bl as us, e6 as fs, b9 as C1, bx as hs, e7 as gs, e8 as Cs, e9 as ps, ea as ms, eb as vs, a8 as ws, af as xs, y as ks, z as Ls, ec as Tt, ed as Ht, ee as bs, ak as R1, ef as ys, aj as Ms, eg as Es, eh as Rs } from "./F0CanvasPanel-
|
|
3
|
+
import { cl as Ir, cm as Pr, cn as jr, co as Dr, cp as at, cq as Zr, cr as _r, cs as Or, ct as Ur, cu as zr, cv as ct, cw as Gr, cx as Wr, cy as qr, cz as Xr, cA as Yr, cB as Kr, cC as Qr, cD as ze, cE as Jr, cF as eo, cG as to, cH as ro, cI as oo, Z as lt, cJ as no, cK as so, cL as io, cM as ao, cN as co, cO as dt, cP as lo, cQ as uo, a6 as a1, cR as fo, aK as ho, cS as go, cT as Co, cU as po, ah as mo, cV as vo, bP as wo, aa as ut, ad as xo, cW as ko, bb as c1, a1 as ft, S as We, cX as ht, ba as Lo, cY as bo, cZ as yo, b3 as Mo, bO as Eo, $ as Re, av as Ro, bf as gt, c_ as Fo, bM as No, c$ as Me, bI as Vo, d0 as So, d1 as To, b2 as Ct, d2 as Ho, d3 as Ao, d4 as $o, d5 as Bo, d6 as Io, d7 as pt, bA as Po, bB as jo, d8 as Do, d9 as Zo, da as _o, db as Oo, dc as Uo, dd as zo, de as Go, df as Wo, dg as qo, dh as Xo, di as Yo, dj as Ko, dk as Qo, dl as Jo, bN as en, ab as tn, bw as rn, dm as on, dn as nn, dp as sn, dq as an, dr as cn, ds as ln, dt as dn, aq as un, du as mt, M as fn, a0 as hn, dv as vt, dw as wt, dx as gn, be as Cn, bd as pn, dy as mn, dz as vn, dA as xt, dB as wn, b1 as xn, az as kn, dC as Ln, at as bn, b8 as yn, dD as kt, b7 as Mn, dE as En, bj as l1, dF as Rn, dG as Fn, dH as d1, bK as Nn, bJ as Vn, bL as Lt, dI as Sn, G as Tn, E as Hn, dJ as An, dK as $n, dL as Bn, dM as In, dN as Pn, dO as bt, dP as jn, ac as Dn, dQ as Zn, L as ue, o as b, q as Ve, bq as _n, u as X, dR as On, U as ve, ci as yt, H as le, v as ge, a2 as Un, Q as me, dS as zn, ae as de, aQ as Le, A as Fe, p as ne, aE as u1, dT as Gn, aF as f1, aG as h1, b as be, dU as Wn, dV as qn, bE as Xn, V as Yn, b0 as Kn, a5 as g1, dW as Qn, dX as Jn, dY as es, dZ as E1, a3 as ts, al as Mt, aT as Et, d_ as rs, c0 as os, d$ as ns, e0 as ss, aY as Rt, e1 as is, bW as as, e2 as cs, aV as $e, bh as Ft, e3 as Nt, bi as Vt, c as s1, e4 as St, e5 as ls, bU as ds, bl as us, e6 as fs, b9 as C1, bx as hs, e7 as gs, e8 as Cs, e9 as ps, ea as ms, eb as vs, a8 as ws, af as xs, y as ks, z as Ls, ec as Tt, ed as Ht, ee as bs, ak as R1, ef as ys, aj as Ms, eg as Es, eh as Rs } from "./F0CanvasPanel-NAs7-9VU.js";
|
|
4
4
|
import { createPortal as At } from "react-dom";
|
|
5
5
|
import { defaultTranslations as Fs } from "./i18n-provider-defaults.js";
|
|
6
6
|
import { useTrackVolume as Ns } from "@livekit/components-react";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m, jsxs as R, Fragment as Ie } from "react/jsx-runtime";
|
|
2
2
|
import * as Fe from "react";
|
|
3
3
|
import re, { useRef as q, useState as J, useCallback as ie, useEffect as oe, useContext as Et, useMemo as ne, createContext as qt, forwardRef as Ke, useLayoutEffect as nn, PureComponent as $l, useImperativeHandle as zl, Fragment as Ja, useId as Bl, useDebugValue as MC, version as qk, createRef as h8, memo as ft, createElement as my, isValidElement as p8, cloneElement as m8 } from "react";
|
|
4
|
-
import { ei as Kk, ej as nf, ek as g8, e5 as DC, el as y8, em as v8, en as b8, eo as Cg, ep as w8, eq as k8, er as x8, es as _8, et as S8, cn as C8, eu as E8, p as je, cv as IC, cp as A8, L as Cn, a1 as Kp, o as Y, S as O0, cP as T8, cQ as N8, q as jl, a8 as wt, a9 as yr, ev as PC, ew as RC, ex as O8, ey as M8, ez as us, eA as Dn, eB as lt, eC as Xn, eD as LC, eE as D8, eF as FC, eG as Gp, eH as I8, eI as wn, eJ as Yp, eK as zt, eL as $C, eM as Xp, eN as M0, eO as D0, eP as I0, eQ as pn, eR as Gn, eS as gy, eT as Jp, eU as P8, eV as Mn, eW as Do, eX as qn, eY as ta, eZ as P0, e_ as Zp, e$ as Lu, f0 as Qp, bH as R0, f1 as R8, f2 as Yf, f3 as dh, f4 as L8, f5 as F8, f6 as $8, f7 as z8, f8 as B8, f9 as j8, fa as zC, fb as BC, fc as jC, fd as HC, fe as VC, ff as H8, fg as fh, fh as V8, fi as W8, fj as rf, fk as Xo, ea as Yr, fl as L0, fm as of, fn as WC, eb as UC, fo as U8, fp as q8, e8 as K8, fq as G8, e9 as Y8, ag as In, fr as Pn, T as F0, r as $0, s as z0, w as B0, fs as X8, ft as qC, v as mn, fu as KC, bq as Di, A as Nt, c1 as J8, au as qi, Q as Ce, a5 as Hl, a7 as Za, H as Ze, Z as sf, cJ as Z8, fv as GC, fw as Q8, fx as e7, u as ze, aQ as YC, b0 as Vl, bF as XC, d_ as JC, aJ as j0, bg as em, aa as tm, fy as ZC, aT as t7, $ as Xr, fz as n7, bV as QC, fA as i7, c6 as Jt, fB as e5, fC as t5, fD as yy, fE as r7, fF as Gk, ai as af, cd as n5, c7 as vy, aE as H0, aF as V0, aG as W0, cb as o7, aw as lr, fG as s7, bP as a7, fH as l7, fI as Eg, dC as i5, bE as na, fJ as Yk, fK as Xk, fL as Ag, fM as Jk, fN as c7, fO as d7, ah as f7, fP as r5, fQ as u7, aA as h7, bW as nm, J as o5, K as s5, d1 as im, O as a5, _ as p7, fR as m7, fS as Zk, Y as uh, bX as rm, fT as l5, fU as c5, N as d5, fV as f5, bb as Wl, dh as U0, ae as Jr, ar as u5, bh as g7, bi as y7, am as Ls, fW as v7, fX as b7, cX as q0, fY as h5, fZ as om, f_ as K0, f$ as w7, g0 as p5, g1 as _n, e4 as fd, g2 as Ki, cY as k7, dN as x7, a6 as _7, c as S7, bL as C7, g3 as Tg, g4 as lf, g5 as G0, g6 as Y0, g7 as cf, b7 as E7, bT as X0, dr as by, bc as A7, cI as T7, av as wy, aV as N7, g8 as O7, cS as M7, dm as D7, dM as I7, dJ as P7, di as m5, dj as g5, dk as y5, ds as J0, dy as v5, cW as b5, dB as w5, cM as k5, cK as x5, cN as _5, cL as S5, cZ as C5, dx as Z0, dD as E5, al as A5, g9 as T5, ga as R7, aY as L7, U as Ee, af as df, bf as Ul, dc as F7, da as $7, d9 as z7, d8 as B7, db as j7, dl as H7, dP as V7, ak as N5, ci as W7, dR as U7, dL as q7, dv as K7, dA as G7, dw as O5, du as Y7, dU as X7, gb as J7, d2 as Z7, gc as Q7, gd as ko, e0 as eI, ge as M5, gf as D5, gg as I5, ad as tI, bM as nI, dO as iI, gh as rI, gi as oI, at as Q0, gj as sI, gk as aI, gl as lI, ca as cI, aX as dI, a2 as P5, gm as Qk, e1 as fI, dG as uI, gn as hI, b5 as pI, dI as mI, bj as gI, bn as yI, go as vI, bp as bI, b2 as wI, gp as kI, gq as sm, gr as eb, br as xI, bs as _I, bt as SI, bv as CI, gs as tb, gt as R5, dZ as am, gu as EI, cH as nb, cO as ky, ao as AI, ap as TI, V as NI, bw as OI, gv as hh, gw as MI, gx as DI, as as II, dt as PI, gy as RI, gz as ex, gA as LI, gB as tx, gC as Ng, gD as L5, dF as FI, de as $I, dW as zI, dX as BI, dY as jI, gE as HI, gF as VI, a3 as WI, bS as UI, dz as qI, dn as nx, dK as KI, c$ as GI, gG as YI, gH as ib, cR as XI, c_ as JI, dH as ZI, gI as QI, dE as eP, bD as ix, gJ as tP, gK as nP, gL as iP, gM as rP } from "./F0CanvasPanel-
|
|
4
|
+
import { ei as Kk, ej as nf, ek as g8, e5 as DC, el as y8, em as v8, en as b8, eo as Cg, ep as w8, eq as k8, er as x8, es as _8, et as S8, cn as C8, eu as E8, p as je, cv as IC, cp as A8, L as Cn, a1 as Kp, o as Y, S as O0, cP as T8, cQ as N8, q as jl, a8 as wt, a9 as yr, ev as PC, ew as RC, ex as O8, ey as M8, ez as us, eA as Dn, eB as lt, eC as Xn, eD as LC, eE as D8, eF as FC, eG as Gp, eH as I8, eI as wn, eJ as Yp, eK as zt, eL as $C, eM as Xp, eN as M0, eO as D0, eP as I0, eQ as pn, eR as Gn, eS as gy, eT as Jp, eU as P8, eV as Mn, eW as Do, eX as qn, eY as ta, eZ as P0, e_ as Zp, e$ as Lu, f0 as Qp, bH as R0, f1 as R8, f2 as Yf, f3 as dh, f4 as L8, f5 as F8, f6 as $8, f7 as z8, f8 as B8, f9 as j8, fa as zC, fb as BC, fc as jC, fd as HC, fe as VC, ff as H8, fg as fh, fh as V8, fi as W8, fj as rf, fk as Xo, ea as Yr, fl as L0, fm as of, fn as WC, eb as UC, fo as U8, fp as q8, e8 as K8, fq as G8, e9 as Y8, ag as In, fr as Pn, T as F0, r as $0, s as z0, w as B0, fs as X8, ft as qC, v as mn, fu as KC, bq as Di, A as Nt, c1 as J8, au as qi, Q as Ce, a5 as Hl, a7 as Za, H as Ze, Z as sf, cJ as Z8, fv as GC, fw as Q8, fx as e7, u as ze, aQ as YC, b0 as Vl, bF as XC, d_ as JC, aJ as j0, bg as em, aa as tm, fy as ZC, aT as t7, $ as Xr, fz as n7, bV as QC, fA as i7, c6 as Jt, fB as e5, fC as t5, fD as yy, fE as r7, fF as Gk, ai as af, cd as n5, c7 as vy, aE as H0, aF as V0, aG as W0, cb as o7, aw as lr, fG as s7, bP as a7, fH as l7, fI as Eg, dC as i5, bE as na, fJ as Yk, fK as Xk, fL as Ag, fM as Jk, fN as c7, fO as d7, ah as f7, fP as r5, fQ as u7, aA as h7, bW as nm, J as o5, K as s5, d1 as im, O as a5, _ as p7, fR as m7, fS as Zk, Y as uh, bX as rm, fT as l5, fU as c5, N as d5, fV as f5, bb as Wl, dh as U0, ae as Jr, ar as u5, bh as g7, bi as y7, am as Ls, fW as v7, fX as b7, cX as q0, fY as h5, fZ as om, f_ as K0, f$ as w7, g0 as p5, g1 as _n, e4 as fd, g2 as Ki, cY as k7, dN as x7, a6 as _7, c as S7, bL as C7, g3 as Tg, g4 as lf, g5 as G0, g6 as Y0, g7 as cf, b7 as E7, bT as X0, dr as by, bc as A7, cI as T7, av as wy, aV as N7, g8 as O7, cS as M7, dm as D7, dM as I7, dJ as P7, di as m5, dj as g5, dk as y5, ds as J0, dy as v5, cW as b5, dB as w5, cM as k5, cK as x5, cN as _5, cL as S5, cZ as C5, dx as Z0, dD as E5, al as A5, g9 as T5, ga as R7, aY as L7, U as Ee, af as df, bf as Ul, dc as F7, da as $7, d9 as z7, d8 as B7, db as j7, dl as H7, dP as V7, ak as N5, ci as W7, dR as U7, dL as q7, dv as K7, dA as G7, dw as O5, du as Y7, dU as X7, gb as J7, d2 as Z7, gc as Q7, gd as ko, e0 as eI, ge as M5, gf as D5, gg as I5, ad as tI, bM as nI, dO as iI, gh as rI, gi as oI, at as Q0, gj as sI, gk as aI, gl as lI, ca as cI, aX as dI, a2 as P5, gm as Qk, e1 as fI, dG as uI, gn as hI, b5 as pI, dI as mI, bj as gI, bn as yI, go as vI, bp as bI, b2 as wI, gp as kI, gq as sm, gr as eb, br as xI, bs as _I, bt as SI, bv as CI, gs as tb, gt as R5, dZ as am, gu as EI, cH as nb, cO as ky, ao as AI, ap as TI, V as NI, bw as OI, gv as hh, gw as MI, gx as DI, as as II, dt as PI, gy as RI, gz as ex, gA as LI, gB as tx, gC as Ng, gD as L5, dF as FI, de as $I, dW as zI, dX as BI, dY as jI, gE as HI, gF as VI, a3 as WI, bS as UI, dz as qI, dn as nx, dK as KI, c$ as GI, gG as YI, gH as ib, cR as XI, c_ as JI, dH as ZI, gI as QI, dE as eP, bD as ix, gJ as tP, gK as nP, gL as iP, gM as rP } from "./F0CanvasPanel-NAs7-9VU.js";
|
|
5
5
|
import rb, { flushSync as oP, createPortal as F5 } from "react-dom";
|
|
6
6
|
import './useDataCollectionSource.css';const sP = {
|
|
7
7
|
active: !0,
|