@factorialco/f0-react 3.8.4 → 3.8.6
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-DUO4iIQa.js → F0CanvasPanel-aglhSbg3.js} +18 -16
- package/dist/ai.js +2 -2
- package/dist/experimental.js +4 -4
- package/dist/f0.js +6 -6
- package/dist/{useChatHistory-CiI4OwLF.js → useChatHistory-B_DtZIvl.js} +1291 -1299
- package/dist/{useDataCollectionSource-DwEawB2h.js → useDataCollectionSource-Dbyvznk0.js} +1 -1
- package/package.json +1 -1
|
@@ -123531,24 +123531,25 @@ const MU1 = aX, w12 = Z(
|
|
|
123531
123531
|
children: n,
|
|
123532
123532
|
withTranslateAnimation: r = !0,
|
|
123533
123533
|
container: o,
|
|
123534
|
-
|
|
123535
|
-
|
|
123536
|
-
|
|
123534
|
+
defaultContainerId: i = "content",
|
|
123535
|
+
...s
|
|
123536
|
+
}, l) => {
|
|
123537
|
+
const [c, u] = y2();
|
|
123537
123538
|
return F2(() => {
|
|
123538
|
-
|
|
123539
|
-
}, [o]),
|
|
123539
|
+
u(o !== void 0 ? o : document.getElementById(i) ?? document.getElementById("content") ?? document.body);
|
|
123540
|
+
}, [o, i]), c === void 0 ? null : /* @__PURE__ */ P(MU1, { container: c, children: [
|
|
123540
123541
|
/* @__PURE__ */ a(L12, {}),
|
|
123541
123542
|
/* @__PURE__ */ a(
|
|
123542
123543
|
kk,
|
|
123543
123544
|
{
|
|
123544
|
-
ref:
|
|
123545
|
+
ref: l,
|
|
123545
123546
|
className: r2(
|
|
123546
123547
|
"fixed inset-0 z-50 flex items-center justify-center",
|
|
123547
123548
|
"pointer-events-none duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95",
|
|
123548
123549
|
r && "data-[state=closed]:slide-out-to-top-[10%] data-[state=open]:slide-in-from-top-[10%]",
|
|
123549
123550
|
e
|
|
123550
123551
|
),
|
|
123551
|
-
...
|
|
123552
|
+
...s,
|
|
123552
123553
|
children: /* @__PURE__ */ a(
|
|
123553
123554
|
"div",
|
|
123554
123555
|
{
|
|
@@ -127697,21 +127698,21 @@ const pX1 = o3({
|
|
|
127697
127698
|
disableContentPadding: M,
|
|
127698
127699
|
container: w
|
|
127699
127700
|
}) => {
|
|
127700
|
-
const [k, L] = y2(null), E = A2((
|
|
127701
|
-
L(
|
|
127702
|
-
}, []), _ = (
|
|
127703
|
-
|
|
127701
|
+
const [k, L] = y2(null), E = A2((K) => {
|
|
127702
|
+
L(K);
|
|
127703
|
+
}, []), _ = (K) => {
|
|
127704
|
+
K || n();
|
|
127704
127705
|
}, S = wX1(), A = t === "left" || t === "right", T = D2(() => S && e ? "bottomSheet" : t === "fullscreen" ? "fullscreen" : A ? "sidePosition" : "center", [S, e, A, t]), $ = D2(() => (i && !["center", "left", "right"].includes(t) && console.warn(
|
|
127705
127706
|
"F0Dialog: `width` prop is only applicable to center and side panel positions"
|
|
127706
127707
|
), i), [T, i, t]), R = D2(() => kX1({
|
|
127707
127708
|
variant: T,
|
|
127708
127709
|
position: t,
|
|
127709
127710
|
width: $
|
|
127710
|
-
}), [T, t, $]);
|
|
127711
|
+
}), [T, t, $]), W = A ? "content" : "f0-overlay-root";
|
|
127711
127712
|
m && !A && console.warn(
|
|
127712
127713
|
"F0Dialog: `resourceHeader` is only applicable to side panel positions (left/right)"
|
|
127713
127714
|
);
|
|
127714
|
-
const
|
|
127715
|
+
const G = {
|
|
127715
127716
|
title: c,
|
|
127716
127717
|
description: u,
|
|
127717
127718
|
module: d,
|
|
@@ -127734,7 +127735,7 @@ const pX1 = o3({
|
|
|
127734
127735
|
children: /* @__PURE__ */ P(Pk, { open: r, onOpenChange: _, children: [
|
|
127735
127736
|
/* @__PURE__ */ a(dd, { className: "bg-f1-background-overlay" }),
|
|
127736
127737
|
/* @__PURE__ */ P(_k, { ref: E, className: R, children: [
|
|
127737
|
-
/* @__PURE__ */ a(HI, { ...
|
|
127738
|
+
/* @__PURE__ */ a(HI, { ...G }),
|
|
127738
127739
|
/* @__PURE__ */ a(pI, { disableContentPadding: M, children: o }),
|
|
127739
127740
|
/* @__PURE__ */ a(
|
|
127740
127741
|
gI,
|
|
@@ -127769,10 +127770,11 @@ const pX1 = o3({
|
|
|
127769
127770
|
position: t
|
|
127770
127771
|
}),
|
|
127771
127772
|
className: R,
|
|
127772
|
-
onOpenAutoFocus: (
|
|
127773
|
+
onOpenAutoFocus: (K) => K.preventDefault(),
|
|
127773
127774
|
container: w,
|
|
127775
|
+
defaultContainerId: W,
|
|
127774
127776
|
children: [
|
|
127775
|
-
/* @__PURE__ */ a(HI, { ...
|
|
127777
|
+
/* @__PURE__ */ a(HI, { ...G }),
|
|
127776
127778
|
/* @__PURE__ */ a(pI, { disableContentPadding: M, children: o }),
|
|
127777
127779
|
/* @__PURE__ */ a(
|
|
127778
127780
|
gI,
|
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-aglhSbg3.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-B_DtZIvl.js";
|
|
4
4
|
export {
|
|
5
5
|
P as AiChatTranslationsProvider,
|
|
6
6
|
e as ChatSpinner,
|
package/dist/experimental.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { h as ga, B as pa, i as ba, j as xa, k as Dt, l as Be, m as Te, n as va, o as b, p as J, q as ye, u as oe, T as ya, r as wa, s as Na, R as Ca, t as Ia, v as ce, w as ka, x as Nt, y as ut, z as Ve, A as Le, E as Sa, G as Fa, H as U, J as Aa, K as La, L as xe, M as mn, N as Oa, O as Pa, Q as H, S as hn, U as z, V as ke, W as Ea, X as _a, Y as Da, Z as Ta, _ as za, $ as Oe, a0 as gn, a1 as Ra, a2 as we, a3 as Ue, a4 as Ba, e as pn, a5 as Ae, a6 as $a, a7 as bn, a8 as ie, a9 as X, aa as xn, ab as vn, ac as Ma, ad as yn, ae as pe, af as ae, ag as Wa, ah as ja, ai as Va, aj as Ua, ak as ve, al as Ye, am as Ha, an as Ga, ao as Ka, ap as qa, aq as Je, ar as wn, as as Ya, at as Ja, au as Za, av as He, aw as Xa, ax as Nn, ay as Qa, az as er, aA as tr, aB as nr, aC as ar, aD as rr, aE as ir, aF as lr, aG as ft, aH as Cn, aI as mt, aJ as In, aK as sr, aL as or, aM as cr, aN as dr, aO as ur, aP as Ze, aQ as Xe, aR as ht, aS as kn, aT as fr, aU as Ct, aV as mr, aW as hr, aX as gr, aY as Re, aZ as pr, a_ as br, a$ as $e, b0 as Tt, b1 as gt, b2 as xr, b3 as vr, a as yr, b as wr, b4 as Sn, b5 as Nr, g as Cr, F as Ir, b6 as kr, b7 as Fn, b8 as Sr, b9 as An, ba as Ln, bb as Fr, bc as Ar, bd as Lr, be as Or, bf as Pr, bg as Er, bh as _r, bi as Dr, bj as Tr, bk as On, bl as zr, bm as Rr, bn as Br, bo as $r, bp as ge, bq as It, br as kt, bs as St, bt as Pn, bu as Ft, bv as En, bw as _n, bx as Mr, by as Wr, bz as jr, bA as Vr, bB as Ur, bC as Hr, bD as Gr, bE as Kr, bF as zt, bG as qr, bH as Yr, bI as Rt, bJ as Bt, bK as $t, bL as Jr, bM as Zr, bN as Xr, bO as Qr, bP as Dn, bQ as ei, bR as ti } from "./F0CanvasPanel-
|
|
2
|
-
import { c1 as Kc, c0 as qc, cd as Yc, bZ as Jc, b_ as Zc, bS as Xc, cg as Qc, bT as ed, bU as td, ch as nd, b$ as ad, c9 as rd, ca as id, ce as ld, bV as sd, c3 as od, c2 as cd, bW as dd, bX as ud, cb as fd, ci as md, cc as hd, cf as gd, c8 as pd, c5 as bd, c7 as xd, c4 as vd, bY as yd, c6 as wd } from "./F0CanvasPanel-
|
|
1
|
+
import { h as ga, B as pa, i as ba, j as xa, k as Dt, l as Be, m as Te, n as va, o as b, p as J, q as ye, u as oe, T as ya, r as wa, s as Na, R as Ca, t as Ia, v as ce, w as ka, x as Nt, y as ut, z as Ve, A as Le, E as Sa, G as Fa, H as U, J as Aa, K as La, L as xe, M as mn, N as Oa, O as Pa, Q as H, S as hn, U as z, V as ke, W as Ea, X as _a, Y as Da, Z as Ta, _ as za, $ as Oe, a0 as gn, a1 as Ra, a2 as we, a3 as Ue, a4 as Ba, e as pn, a5 as Ae, a6 as $a, a7 as bn, a8 as ie, a9 as X, aa as xn, ab as vn, ac as Ma, ad as yn, ae as pe, af as ae, ag as Wa, ah as ja, ai as Va, aj as Ua, ak as ve, al as Ye, am as Ha, an as Ga, ao as Ka, ap as qa, aq as Je, ar as wn, as as Ya, at as Ja, au as Za, av as He, aw as Xa, ax as Nn, ay as Qa, az as er, aA as tr, aB as nr, aC as ar, aD as rr, aE as ir, aF as lr, aG as ft, aH as Cn, aI as mt, aJ as In, aK as sr, aL as or, aM as cr, aN as dr, aO as ur, aP as Ze, aQ as Xe, aR as ht, aS as kn, aT as fr, aU as Ct, aV as mr, aW as hr, aX as gr, aY as Re, aZ as pr, a_ as br, a$ as $e, b0 as Tt, b1 as gt, b2 as xr, b3 as vr, a as yr, b as wr, b4 as Sn, b5 as Nr, g as Cr, F as Ir, b6 as kr, b7 as Fn, b8 as Sr, b9 as An, ba as Ln, bb as Fr, bc as Ar, bd as Lr, be as Or, bf as Pr, bg as Er, bh as _r, bi as Dr, bj as Tr, bk as On, bl as zr, bm as Rr, bn as Br, bo as $r, bp as ge, bq as It, br as kt, bs as St, bt as Pn, bu as Ft, bv as En, bw as _n, bx as Mr, by as Wr, bz as jr, bA as Vr, bB as Ur, bC as Hr, bD as Gr, bE as Kr, bF as zt, bG as qr, bH as Yr, bI as Rt, bJ as Bt, bK as $t, bL as Jr, bM as Zr, bN as Xr, bO as Qr, bP as Dn, bQ as ei, bR as ti } from "./F0CanvasPanel-aglhSbg3.js";
|
|
2
|
+
import { c1 as Kc, c0 as qc, cd as Yc, bZ as Jc, b_ as Zc, bS as Xc, cg as Qc, bT as ed, bU as td, ch as nd, b$ as ad, c9 as rd, ca as id, ce as ld, bV as sd, c3 as od, c2 as cd, bW as dd, bX as ud, cb as fd, ci as md, cc as hd, cf as gd, c8 as pd, c5 as bd, c7 as xd, c4 as vd, bY as yd, c6 as wd } from "./F0CanvasPanel-aglhSbg3.js";
|
|
3
3
|
import { jsx as e, jsxs as o, Fragment as Z } from "react/jsx-runtime";
|
|
4
4
|
import ue, { forwardRef as G, useRef as j, useTransition as ni, 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 ai, isValidElement as ri, cloneElement as zn, Children as Rn } from "react";
|
|
5
|
-
import { C as ii, P as li, a as Bn, M as si, p as oi, b as ci, R as Mt, c as $n, u as di, d as ui, e as fi, f as mi, g as hi, h as Mn, S as gi, A as pi, B as bi, L as xi, i as vi, V as yi, j as wi, k as Ni, l as Ci, O as Ii } from "./useDataCollectionSource-
|
|
6
|
-
import { r as Cd, s as Id, o as kd, H as Sd, t as Fd, z as Ad, a8 as Ld, G as Od, q as Pd, aa as Ed, a9 as _d, Q as Dd, ad as Td, F as zd, Y as Rd, U as Bd, J as $d, af as Md, K as Wd, Z as jd, _ as Vd, v as Ud, ab as Hd, ac as Gd, N as Kd, $ as qd, a5 as Yd, a7 as Jd, w as Zd, y as Xd, D as Qd, W as eu, ae as tu, X as nu, T as au, ag as ru, x as iu, E as lu, m as su, n as ou, a1 as cu, a2 as du, a6 as uu, I as fu, a3 as mu, a0 as hu, a4 as gu } from "./useDataCollectionSource-
|
|
5
|
+
import { C as ii, P as li, a as Bn, M as si, p as oi, b as ci, R as Mt, c as $n, u as di, d as ui, e as fi, f as mi, g as hi, h as Mn, S as gi, A as pi, B as bi, L as xi, i as vi, V as yi, j as wi, k as Ni, l as Ci, O as Ii } from "./useDataCollectionSource-Dbyvznk0.js";
|
|
6
|
+
import { r as Cd, s as Id, o as kd, H as Sd, t as Fd, z as Ad, a8 as Ld, G as Od, q as Pd, aa as Ed, a9 as _d, Q as Dd, ad as Td, F as zd, Y as Rd, U as Bd, J as $d, af as Md, K as Wd, Z as jd, _ as Vd, v as Ud, ab as Hd, ac as Gd, N as Kd, $ as qd, a5 as Yd, a7 as Jd, w as Zd, y as Xd, D as Qd, W as eu, ae as tu, X as nu, T as au, ag as ru, x as iu, E as lu, m as su, n as ou, a1 as cu, a2 as du, a6 as uu, I as fu, a3 as mu, a0 as hu, a4 as gu } from "./useDataCollectionSource-Dbyvznk0.js";
|
|
7
7
|
const ki = ga("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.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { gR as FI, a8 as rt, bp as A_, o as J, q as Ln, gL as GI, p as ta, eZ as cG, af as Gp, U as K, u as $e, H as tt, df as au, A as Hp, j as HI, L as Ka, c$ as Qa, a9 as qt, a5 as kf, gS as fG, ae as El, gI as q0, gT as dG, gU as hG, gV as WS, ea as vG, gW as pG, gX as WI, fz as M_, gY as gG, gZ as mG, g_ as _l, g$ as Pf, h0 as ou, h1 as yG, h2 as $I, h3 as bG, h4 as xG, bJ as _G, bI as wG, v as Cs, J as Of, K as Bf, Q as vt, O as zf, fV as UI, Y as Zt, ad as Vf, _ as hs, h5 as SG, aP as YI, bg as CG, e6 as $S, cV as XI, ba as Gl, bh as TG, aD as E_, aE as L_, aF as N_, al as I_, cd as lv, h6 as R_, h7 as DG, gK as US, fE as AG, h8 as uv, at as MG, gk as k_, h9 as EG, $ as Ff, c3 as LG, n as NG, l as IG, ha as qI, hb as RG, hc as kG, hd as ZI, y as PG, he as OG, hf as BG, hg as zG, hh as YS, fx as VG, hi as FG, g1 as su, g2 as Gf, gg as GG, fT as jI, aa as bn, aq as HG, cO as Z0, cN as KI, g4 as QI, fS as WG, hj as Wp, dq as P_, gw as $G, a3 as JI, fw as UG, bL as YG, gl as O_, dZ as XG, d_ as qG, d$ as ZG, d as jG, eJ as KG, G as e2, cU as Ts, dJ as t2, dp as r2, bO as B_, dL as n2, cF as z_, fX as Ll, fY as Nl, N as Il, fZ as Rl, fW as Pa, cH as i2, as as QG, dm as cv, be as Hl, g7 as Fr, bV as JG, e7 as Kc, bU as e3, aC as t3, gq as jr, hk as r3, hl as n3, hm as a2, hn as $p, ho as i3, hp as a3, du as o2, ds as s2, e4 as o3, hq as s3, aS as l2, aY as l3, gi as u3, gj as c3, bq as lu, bu as uu, bB as Hf, dM as f3, br as d3, b7 as h3, S as u2, bf as v3, a1 as p3, dj as XS, dI as Qc, fA as g3, fB as m3, hr as y3, aX as b3, bv as x3, cZ as c2, a6 as _3, cM as w3, gO as S3, bD as C3, hs as T3, ht as D3, I as A3, hu as M3, hv as E3, hw as L3, hx as N3, hy as I3 } from "./F0CanvasPanel-
|
|
2
|
-
import { hO as Bpe, C as zpe, D as Vpe, aQ as Fpe, c as Gpe, F as Hpe, a as Wpe, hH as $pe, f as Upe, b8 as Ype, aR as Xpe, bE as qpe, e1 as Zpe, aI as jpe, bk as Kpe, ak as Qpe, e9 as Jpe, bS as ege, g as tge, e0 as rge, hC as nge, hT as ige, cg as age, a$ as oge, e as sge, bT as lge, av as uge, bw as cge, hJ as fge, b3 as dge, hK as hge, hM as vge, hN as pge, ch as gge, hQ as mge, c9 as yge, ca as bge, P as xge, ce as _ge, hL as wge, cb as Sge, hP as Cge, hU as Tge, hz as Dge, hA as Age, hB as Mge, cc as Ege, hS as Lge, hI as Nge, hF as Ige, hE as Rge, cf as kge, fQ as Pge, gx as Oge, hR as Bge, aV as zge, c8 as Vge, c5 as Fge, c7 as Gge, c4 as Hge, hG as Wge, gz as $ge, gt as Uge, g5 as Yge, hX as Xge, bY as qge, c6 as Zge, hW as jge, bl as Kge, e2 as Qge, fP as Jge, g6 as eme, b as tme, bo as rme, gQ as nme, aT as ime, e3 as ame, hD as ome, gv as sme, gu as lme, hV as ume } from "./F0CanvasPanel-
|
|
1
|
+
import { gR as FI, a8 as rt, bp as A_, o as J, q as Ln, gL as GI, p as ta, eZ as cG, af as Gp, U as K, u as $e, H as tt, df as au, A as Hp, j as HI, L as Ka, c$ as Qa, a9 as qt, a5 as kf, gS as fG, ae as El, gI as q0, gT as dG, gU as hG, gV as WS, ea as vG, gW as pG, gX as WI, fz as M_, gY as gG, gZ as mG, g_ as _l, g$ as Pf, h0 as ou, h1 as yG, h2 as $I, h3 as bG, h4 as xG, bJ as _G, bI as wG, v as Cs, J as Of, K as Bf, Q as vt, O as zf, fV as UI, Y as Zt, ad as Vf, _ as hs, h5 as SG, aP as YI, bg as CG, e6 as $S, cV as XI, ba as Gl, bh as TG, aD as E_, aE as L_, aF as N_, al as I_, cd as lv, h6 as R_, h7 as DG, gK as US, fE as AG, h8 as uv, at as MG, gk as k_, h9 as EG, $ as Ff, c3 as LG, n as NG, l as IG, ha as qI, hb as RG, hc as kG, hd as ZI, y as PG, he as OG, hf as BG, hg as zG, hh as YS, fx as VG, hi as FG, g1 as su, g2 as Gf, gg as GG, fT as jI, aa as bn, aq as HG, cO as Z0, cN as KI, g4 as QI, fS as WG, hj as Wp, dq as P_, gw as $G, a3 as JI, fw as UG, bL as YG, gl as O_, dZ as XG, d_ as qG, d$ as ZG, d as jG, eJ as KG, G as e2, cU as Ts, dJ as t2, dp as r2, bO as B_, dL as n2, cF as z_, fX as Ll, fY as Nl, N as Il, fZ as Rl, fW as Pa, cH as i2, as as QG, dm as cv, be as Hl, g7 as Fr, bV as JG, e7 as Kc, bU as e3, aC as t3, gq as jr, hk as r3, hl as n3, hm as a2, hn as $p, ho as i3, hp as a3, du as o2, ds as s2, e4 as o3, hq as s3, aS as l2, aY as l3, gi as u3, gj as c3, bq as lu, bu as uu, bB as Hf, dM as f3, br as d3, b7 as h3, S as u2, bf as v3, a1 as p3, dj as XS, dI as Qc, fA as g3, fB as m3, hr as y3, aX as b3, bv as x3, cZ as c2, a6 as _3, cM as w3, gO as S3, bD as C3, hs as T3, ht as D3, I as A3, hu as M3, hv as E3, hw as L3, hx as N3, hy as I3 } from "./F0CanvasPanel-aglhSbg3.js";
|
|
2
|
+
import { hO as Bpe, C as zpe, D as Vpe, aQ as Fpe, c as Gpe, F as Hpe, a as Wpe, hH as $pe, f as Upe, b8 as Ype, aR as Xpe, bE as qpe, e1 as Zpe, aI as jpe, bk as Kpe, ak as Qpe, e9 as Jpe, bS as ege, g as tge, e0 as rge, hC as nge, hT as ige, cg as age, a$ as oge, e as sge, bT as lge, av as uge, bw as cge, hJ as fge, b3 as dge, hK as hge, hM as vge, hN as pge, ch as gge, hQ as mge, c9 as yge, ca as bge, P as xge, ce as _ge, hL as wge, cb as Sge, hP as Cge, hU as Tge, hz as Dge, hA as Age, hB as Mge, cc as Ege, hS as Lge, hI as Nge, hF as Ige, hE as Rge, cf as kge, fQ as Pge, gx as Oge, hR as Bge, aV as zge, c8 as Vge, c5 as Fge, c7 as Gge, c4 as Hge, hG as Wge, gz as $ge, gt as Uge, g5 as Yge, hX as Xge, bY as qge, c6 as Zge, hW as jge, bl as Kge, e2 as Qge, fP as Jge, g6 as eme, b as tme, bo as rme, gQ as nme, aT as ime, e3 as ame, hD as ome, gv as sme, gu as lme, hV as ume } from "./F0CanvasPanel-aglhSbg3.js";
|
|
3
3
|
import { jsx as S, jsxs as B, Fragment as nt } from "react/jsx-runtime";
|
|
4
4
|
import * as St from "react";
|
|
5
5
|
import xt, { forwardRef as hr, useRef as fe, useImperativeHandle as R3, Children as fv, createContext as Or, useContext as fr, useState as oe, useMemo as ue, useEffect as ve, useCallback as ie, useLayoutEffect as j0, isValidElement as f2, Fragment as Up, memo as d2, useReducer as k3, cloneElement as P3, useId as Rc, useSyncExternalStore as qS } from "react";
|
|
6
|
-
import { T as h2, y as O3, z as B3, B as z3, C as V3, D as v2, E as dv, G as V_, H as p2, I as g2, J as pi, K as F3, L as G3, M as H3, N as W3, O as $3, F as U3 } from "./useChatHistory-
|
|
7
|
-
import { A as fme, s as dme, t as hme, w as vme, l as pme, i as gme, q as mme, x as yme, p as bme, r as xme, j as _me, e as wme, P as Sme, g as Cme, k as Tme, h as Dme, a as Ame, n as Mme, m as Eme, o as Lme, b as Nme, f as Ime, v as Rme, c as kme, d as Pme, u as Ome } from "./useChatHistory-
|
|
6
|
+
import { T as h2, y as O3, z as B3, B as z3, C as V3, D as v2, E as dv, G as V_, H as p2, I as g2, J as pi, K as F3, L as G3, M as H3, N as W3, O as $3, F as U3 } from "./useChatHistory-B_DtZIvl.js";
|
|
7
|
+
import { A as fme, s as dme, t as hme, w as vme, l as pme, i as gme, q as mme, x as yme, p as bme, r as xme, j as _me, e as wme, P as Sme, g as Cme, k as Tme, h as Dme, a as Ame, n as Mme, m as Eme, o as Lme, b as Nme, f as Ime, v as Rme, c as kme, d as Pme, u as Ome } from "./useChatHistory-B_DtZIvl.js";
|
|
8
8
|
import { createPortal as F_, unstable_batchedUpdates as vd } from "react-dom";
|
|
9
|
-
import { C as Y3, F as X3, ah as m2, ai as q3, aj as Z3, ak as j3, al as G_, am as H_, G as K3, an as Q3, Y as J3, a8 as eH, ao as tH, Q as rH, ap as nH, aq as iH, c as Yp, ar as Wf, R as W_, u as $_, W as y2, O as U_, as as b2, at as ZS, au as Y_, o as aH, d as x2, $ as _2, av as oH, aw as sH, ax as lH, ay as uH, az as cH, M as fH } from "./useDataCollectionSource-
|
|
10
|
-
import { r as zme, s as Vme, H as Fme, t as Gme, z as Hme, aQ as Wme, aP as $me, aL as Ume, aB as Yme, aA as Xme, aC as qme, aD as Zme, aa as jme, a9 as Kme, ad as Qme, U as Jme, J as eye, af as tye, K as rye, v as nye, aR as iye, ab as aye, ac as oye, N as sye, w as lye, P as uye, y as cye, D as fye, ae as dye, T as hye, ag as vye, x as pye, E as gye, aT as mye, m as yye, n as bye, aK as xye, aG as _ye, aF as wye, aS as Sye, a6 as Cye, aI as Tye, aJ as Dye, I as Aye, aU as Mye, aV as Eye, e as Lye, aM as Nye, aN as Iye, aO as Rye, aH as kye, f as Pye, h as Oye, aE as Bye, aW as zye } from "./useDataCollectionSource-
|
|
9
|
+
import { C as Y3, F as X3, ah as m2, ai as q3, aj as Z3, ak as j3, al as G_, am as H_, G as K3, an as Q3, Y as J3, a8 as eH, ao as tH, Q as rH, ap as nH, aq as iH, c as Yp, ar as Wf, R as W_, u as $_, W as y2, O as U_, as as b2, at as ZS, au as Y_, o as aH, d as x2, $ as _2, av as oH, aw as sH, ax as lH, ay as uH, az as cH, M as fH } from "./useDataCollectionSource-Dbyvznk0.js";
|
|
10
|
+
import { r as zme, s as Vme, H as Fme, t as Gme, z as Hme, aQ as Wme, aP as $me, aL as Ume, aB as Yme, aA as Xme, aC as qme, aD as Zme, aa as jme, a9 as Kme, ad as Qme, U as Jme, J as eye, af as tye, K as rye, v as nye, aR as iye, ab as aye, ac as oye, N as sye, w as lye, P as uye, y as cye, D as fye, ae as dye, T as hye, ag as vye, x as pye, E as gye, aT as mye, m as yye, n as bye, aK as xye, aG as _ye, aF as wye, aS as Sye, a6 as Cye, aI as Tye, aJ as Dye, I as Aye, aU as Mye, aV as Eye, e as Lye, aM as Nye, aN as Iye, aO as Rye, aH as kye, f as Pye, h as Oye, aE as Bye, aW as zye } from "./useDataCollectionSource-Dbyvznk0.js";
|
|
11
11
|
import { utils as kl, write as w2 } from "./xlsx-Bedf3nwD.js";
|
|
12
12
|
import { defaultTranslations as Fye } from "./i18n-provider-defaults.js";
|
|
13
13
|
import './f0.css';const dH = {
|