@factorialco/f0-react 2.61.3 → 2.61.5
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-DXcmheE0.js → F0CanvasPanel-CC0-kGJd.js} +2237 -2231
- package/dist/ai.d.ts +5 -18
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +5 -5
- package/dist/experimental.js +4 -4
- package/dist/f0.d.ts +5 -18
- package/dist/f0.js +6 -6
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/dist/{useChatHistory-8YHb5Opl.js → useChatHistory-BjqR1tKf.js} +947 -977
- package/dist/{useDataCollectionSource-C-GEM2Yx.js → useDataCollectionSource-JnNUQWjt.js} +2 -2
- package/package.json +1 -1
package/dist/ai.d.ts
CHANGED
|
@@ -3384,10 +3384,6 @@ declare interface F0CardRowProps {
|
|
|
3384
3384
|
* @default "never"
|
|
3385
3385
|
*/
|
|
3386
3386
|
stackAt?: CardRowStackAt;
|
|
3387
|
-
/**
|
|
3388
|
-
* When set, the whole row becomes a link to this href.
|
|
3389
|
-
*/
|
|
3390
|
-
link?: string;
|
|
3391
3387
|
/**
|
|
3392
3388
|
* Stretch to fill the height of its container.
|
|
3393
3389
|
*/
|
|
@@ -3398,15 +3394,6 @@ declare interface F0CardRowProps {
|
|
|
3398
3394
|
* Use `visible` + `onDismiss` for controlled dismiss behaviour.
|
|
3399
3395
|
*/
|
|
3400
3396
|
alert?: CardAlertProps;
|
|
3401
|
-
/**
|
|
3402
|
-
* Called when the row is clicked.
|
|
3403
|
-
*/
|
|
3404
|
-
onClick?: () => void;
|
|
3405
|
-
/**
|
|
3406
|
-
* Disables the full-row overlay link so a parent can manage drag-and-drop while
|
|
3407
|
-
* still allowing click navigation via `onClick`.
|
|
3408
|
-
*/
|
|
3409
|
-
disableOverlayLink?: boolean;
|
|
3410
3397
|
}
|
|
3411
3398
|
|
|
3412
3399
|
/**
|
|
@@ -4702,11 +4689,6 @@ declare module "gridstack" {
|
|
|
4702
4689
|
}
|
|
4703
4690
|
|
|
4704
4691
|
|
|
4705
|
-
declare namespace Calendar {
|
|
4706
|
-
var displayName: string;
|
|
4707
|
-
}
|
|
4708
|
-
|
|
4709
|
-
|
|
4710
4692
|
declare module "@tiptap/core" {
|
|
4711
4693
|
interface Commands<ReturnType> {
|
|
4712
4694
|
aiBlock: {
|
|
@@ -4756,6 +4738,11 @@ declare module "@tiptap/core" {
|
|
|
4756
4738
|
}
|
|
4757
4739
|
|
|
4758
4740
|
|
|
4741
|
+
declare namespace Calendar {
|
|
4742
|
+
var displayName: string;
|
|
4743
|
+
}
|
|
4744
|
+
|
|
4745
|
+
|
|
4759
4746
|
declare namespace F0GraphNodeWrapperInner {
|
|
4760
4747
|
var displayName: string;
|
|
4761
4748
|
}
|
package/dist/ai.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { D as e, F as r, a as t, e as o, f as i, c as n, d as F, I as C, P as A, b as l, u as d } from "./F0CanvasPanel-
|
|
1
|
+
import { D as e, F as r, a as t, e as o, f as i, c as n, d as F, I as C, P as A, b as l, u as d } from "./F0CanvasPanel-CC0-kGJd.js";
|
|
2
2
|
import { defaultTranslations as m } from "./i18n-provider-defaults.js";
|
|
3
|
-
import { A as c, C as I, h as P, t as v, v as f, x as p, n as T, j as g, r as y, y as S, q as x, s as H, k as V, e as b, g as k, l as w, F as M, i as O, a as D, p as j, m as q, o as z, b as B, f as E, w as L, c as R, d as G, u as J } from "./useChatHistory-
|
|
3
|
+
import { A as c, C as I, h as P, t as v, v as f, x as p, n as T, j as g, r as y, y as S, q as x, s as H, k as V, e as b, g as k, l as w, F as M, i as O, a as D, p as j, m as q, o as z, b as B, f as E, w as L, c as R, d as G, u as J } from "./useChatHistory-BjqR1tKf.js";
|
|
4
4
|
export {
|
|
5
5
|
c as AiChatTranslationsProvider,
|
|
6
6
|
I as ChatSpinner,
|
package/dist/experimental.d.ts
CHANGED
|
@@ -9255,11 +9255,6 @@ declare module "gridstack" {
|
|
|
9255
9255
|
}
|
|
9256
9256
|
|
|
9257
9257
|
|
|
9258
|
-
declare namespace Calendar {
|
|
9259
|
-
var displayName: string;
|
|
9260
|
-
}
|
|
9261
|
-
|
|
9262
|
-
|
|
9263
9258
|
declare module "@tiptap/core" {
|
|
9264
9259
|
interface Commands<ReturnType> {
|
|
9265
9260
|
aiBlock: {
|
|
@@ -9309,6 +9304,11 @@ declare module "@tiptap/core" {
|
|
|
9309
9304
|
}
|
|
9310
9305
|
|
|
9311
9306
|
|
|
9307
|
+
declare namespace Calendar {
|
|
9308
|
+
var displayName: string;
|
|
9309
|
+
}
|
|
9310
|
+
|
|
9311
|
+
|
|
9312
9312
|
declare namespace F0GraphNodeWrapperInner {
|
|
9313
9313
|
var displayName: string;
|
|
9314
9314
|
}
|
package/dist/experimental.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { g as ma, B as ha, h as ga, i as pa, j as _t, k as Re, l as ba, m as p, n as Y, o as ve, u as ce, T as xa, p as va, q as ya, R as wa, r as Na, s as de, t as Ca, v as wt, w as dt, x as je, A as Se, y as Ia, z as ka, C as V, E as Sa, G as Fa, H as be, J as un, K as Aa, L as La, M as H, N as fn, S as D, O as Ne, Q as Oa, U as Ea, V as Pa, W as _a, X as Da, Y as Fe, Z as mn, _ as Ta, $ as ye, a0 as Ve, a1 as za, d as hn, a2 as ke, a3 as Ra, a4 as gn, a5 as se, a6 as Q, a7 as pn, a8 as bn, a9 as Ba, aa as xn, ab as pe, ac as re, ad as $a, ae as Wa, af as Ma, ag as ja, ah as xe, ai as qe, aj as Va, ak as Ua, al as Ha, am as Ga, an as Ye, ao as vn, ap as Ka, aq as qa, ar as Ya, as as Ue, at as Ja, au as yn, av as Za, aw as Xa, ax as Qa, ay as er, az as tr, aA as nr, aB as ar, aC as rr, aD as ut, aE as wn, aF as ft, aG as Nn, aH as ir, aI as lr, aJ as sr, aK as or, aL as cr, aM as Je, aN as Ze, aO as mt, aP as Cn, aQ as dr, aR as Nt, aS as ur, aT as fr, aU as mr, aV as Te, aW as hr, aX as gr, aY as Be, aZ as Dt, a_ as ht, a$ as pr, b0 as br, a as xr, b as vr, b1 as In, b2 as yr, f as wr, F as Nr, b3 as Cr, b4 as kn, b5 as Ir, b6 as Sn, b7 as Fn, b8 as kr, b9 as Sr, ba as Fr, bb as Ar, bc as Lr, bd as Or, be as Er, bf as Pr, bg as _r, bh as An, bi as Dr, bj as Tr, bk as ge, bl as Ct, bm as It, bn as kt, bo as Ln, bp as St, bq as On, br as En, bs as zr, bt as Rr, bu as Br, bv as $r, bw as Wr, bx as Mr, by as jr, bz as Vr, bA as Tt, bB as Ur, bC as Hr, bD as zt, bE as Rt, bF as Bt, bG as Gr, bH as Kr, bI as qr, bJ as Yr, bK as Pn, bL as Jr, bM as Zr } from "./F0CanvasPanel-
|
|
2
|
-
import { bY as Hc, bX as Gc, c8 as Kc, bU as qc, bV as Yc, bN as Jc, bO as Zc, bP as Xc, c9 as Qc, bW as ed, c4 as td, c5 as nd, bQ as ad, b_ as rd, bZ as id, bR as ld, bS as sd, c6 as od, ca as cd, c7 as dd, c3 as ud, c0 as fd, c2 as md, b$ as hd, bT as gd, c1 as pd } from "./F0CanvasPanel-
|
|
1
|
+
import { g as ma, B as ha, h as ga, i as pa, j as _t, k as Re, l as ba, m as p, n as Y, o as ve, u as ce, T as xa, p as va, q as ya, R as wa, r as Na, s as de, t as Ca, v as wt, w as dt, x as je, A as Se, y as Ia, z as ka, C as V, E as Sa, G as Fa, H as be, J as un, K as Aa, L as La, M as H, N as fn, S as D, O as Ne, Q as Oa, U as Ea, V as Pa, W as _a, X as Da, Y as Fe, Z as mn, _ as Ta, $ as ye, a0 as Ve, a1 as za, d as hn, a2 as ke, a3 as Ra, a4 as gn, a5 as se, a6 as Q, a7 as pn, a8 as bn, a9 as Ba, aa as xn, ab as pe, ac as re, ad as $a, ae as Wa, af as Ma, ag as ja, ah as xe, ai as qe, aj as Va, ak as Ua, al as Ha, am as Ga, an as Ye, ao as vn, ap as Ka, aq as qa, ar as Ya, as as Ue, at as Ja, au as yn, av as Za, aw as Xa, ax as Qa, ay as er, az as tr, aA as nr, aB as ar, aC as rr, aD as ut, aE as wn, aF as ft, aG as Nn, aH as ir, aI as lr, aJ as sr, aK as or, aL as cr, aM as Je, aN as Ze, aO as mt, aP as Cn, aQ as dr, aR as Nt, aS as ur, aT as fr, aU as mr, aV as Te, aW as hr, aX as gr, aY as Be, aZ as Dt, a_ as ht, a$ as pr, b0 as br, a as xr, b as vr, b1 as In, b2 as yr, f as wr, F as Nr, b3 as Cr, b4 as kn, b5 as Ir, b6 as Sn, b7 as Fn, b8 as kr, b9 as Sr, ba as Fr, bb as Ar, bc as Lr, bd as Or, be as Er, bf as Pr, bg as _r, bh as An, bi as Dr, bj as Tr, bk as ge, bl as Ct, bm as It, bn as kt, bo as Ln, bp as St, bq as On, br as En, bs as zr, bt as Rr, bu as Br, bv as $r, bw as Wr, bx as Mr, by as jr, bz as Vr, bA as Tt, bB as Ur, bC as Hr, bD as zt, bE as Rt, bF as Bt, bG as Gr, bH as Kr, bI as qr, bJ as Yr, bK as Pn, bL as Jr, bM as Zr } from "./F0CanvasPanel-CC0-kGJd.js";
|
|
2
|
+
import { bY as Hc, bX as Gc, c8 as Kc, bU as qc, bV as Yc, bN as Jc, bO as Zc, bP as Xc, c9 as Qc, bW as ed, c4 as td, c5 as nd, bQ as ad, b_ as rd, bZ as id, bR as ld, bS as sd, c6 as od, ca as cd, c7 as dd, c3 as ud, c0 as fd, c2 as md, b$ as hd, bT as gd, c1 as pd } from "./F0CanvasPanel-CC0-kGJd.js";
|
|
3
3
|
import { jsx as e, jsxs as o, Fragment as X } from "react/jsx-runtime";
|
|
4
4
|
import ue, { forwardRef as G, useRef as M, useTransition as Xr, useState as E, useLayoutEffect as _n, useId as gt, useContext as Ae, createContext as Xe, useEffect as W, useCallback as ae, useMemo as K, Fragment as Qr, isValidElement as ei, cloneElement as Dn, Children as Tn } from "react";
|
|
5
|
-
import { C as ti, P as ni, a as zn, M as ai, p as ri, b as ii, R as $t, c as Rn, u as li, d as si, e as oi, f as ci, g as di, h as ui, i as Bn, S as fi, A as mi, B as hi, L as gi, j as pi, V as bi, k as xi, l as vi, m as yi, O as wi } from "./useDataCollectionSource-
|
|
6
|
-
import { s as xd, t as vd, q as yd, I as wd, v as Nd, D as Cd, a9 as Id, H as kd, r as Sd, T as Fd, F as Ad, Z as Ld, W as Od, K as Ed, af as Pd, N as _d, _ as Dd, $ as Td, w as zd, ab as Rd, ac as Bd, aa as $d, ad as Wd, Q as Md, a0 as jd, a6 as Vd, a8 as Ud, x as Hd, z as Gd, E as Kd, X as qd, ae as Yd, Y as Jd, U as Zd, y as Xd, G as Qd, n as eu, o as tu, a2 as nu, a3 as au, a7 as ru, J as iu, a4 as lu, a1 as su, a5 as ou } from "./useDataCollectionSource-
|
|
5
|
+
import { C as ti, P as ni, a as zn, M as ai, p as ri, b as ii, R as $t, c as Rn, u as li, d as si, e as oi, f as ci, g as di, h as ui, i as Bn, S as fi, A as mi, B as hi, L as gi, j as pi, V as bi, k as xi, l as vi, m as yi, O as wi } from "./useDataCollectionSource-JnNUQWjt.js";
|
|
6
|
+
import { s as xd, t as vd, q as yd, I as wd, v as Nd, D as Cd, a9 as Id, H as kd, r as Sd, T as Fd, F as Ad, Z as Ld, W as Od, K as Ed, af as Pd, N as _d, _ as Dd, $ as Td, w as zd, ab as Rd, ac as Bd, aa as $d, ad as Wd, Q as Md, a0 as jd, a6 as Vd, a8 as Ud, x as Hd, z as Gd, E as Kd, X as qd, ae as Yd, Y as Jd, U as Zd, y as Xd, G as Qd, n as eu, o as tu, a2 as nu, a3 as au, a7 as ru, J as iu, a4 as lu, a1 as su, a5 as ou } from "./useDataCollectionSource-JnNUQWjt.js";
|
|
7
7
|
const Ni = ma("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
|
@@ -7221,10 +7221,6 @@ export declare interface F0CardRowProps {
|
|
|
7221
7221
|
* @default "never"
|
|
7222
7222
|
*/
|
|
7223
7223
|
stackAt?: CardRowStackAt;
|
|
7224
|
-
/**
|
|
7225
|
-
* When set, the whole row becomes a link to this href.
|
|
7226
|
-
*/
|
|
7227
|
-
link?: string;
|
|
7228
7224
|
/**
|
|
7229
7225
|
* Stretch to fill the height of its container.
|
|
7230
7226
|
*/
|
|
@@ -7235,15 +7231,6 @@ export declare interface F0CardRowProps {
|
|
|
7235
7231
|
* Use `visible` + `onDismiss` for controlled dismiss behaviour.
|
|
7236
7232
|
*/
|
|
7237
7233
|
alert?: CardAlertProps;
|
|
7238
|
-
/**
|
|
7239
|
-
* Called when the row is clicked.
|
|
7240
|
-
*/
|
|
7241
|
-
onClick?: () => void;
|
|
7242
|
-
/**
|
|
7243
|
-
* Disables the full-row overlay link so a parent can manage drag-and-drop while
|
|
7244
|
-
* still allowing click navigation via `onClick`.
|
|
7245
|
-
*/
|
|
7246
|
-
disableOverlayLink?: boolean;
|
|
7247
7234
|
}
|
|
7248
7235
|
|
|
7249
7236
|
declare interface F0CardSelectConfig {
|
|
@@ -16387,11 +16374,6 @@ declare module "gridstack" {
|
|
|
16387
16374
|
}
|
|
16388
16375
|
|
|
16389
16376
|
|
|
16390
|
-
declare namespace Calendar {
|
|
16391
|
-
var displayName: string;
|
|
16392
|
-
}
|
|
16393
|
-
|
|
16394
|
-
|
|
16395
16377
|
declare module "@tiptap/core" {
|
|
16396
16378
|
interface Commands<ReturnType> {
|
|
16397
16379
|
aiBlock: {
|
|
@@ -16441,6 +16423,11 @@ declare module "@tiptap/core" {
|
|
|
16441
16423
|
}
|
|
16442
16424
|
|
|
16443
16425
|
|
|
16426
|
+
declare namespace Calendar {
|
|
16427
|
+
var displayName: string;
|
|
16428
|
+
}
|
|
16429
|
+
|
|
16430
|
+
|
|
16444
16431
|
declare namespace F0GraphNodeWrapperInner {
|
|
16445
16432
|
var displayName: string;
|
|
16446
16433
|
}
|
package/dist/f0.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { gs as zI, a5 as at, bk as Tx, m as ie, o as Ii, gm as VI, n as ea, eH as QF, ac as kp, S as K, u as Ze, C as tt, d7 as nu, A as Op, i as FI, H as ja, cU as fs, a6 as ur, a2 as Rf, gt as JF, ab as Dl, gu as Y0, gv as eG, gw as tG, gx as GS, dZ as rG, gy as nG, gz as GI, gA as iG, M as yt, aM as HI, bd as aG, dV as HS, s as iu, cO as WI, b7 as zl, be as oG, fh as Dx, aA as Ax, aB as Mx, aC as Ex, ai as Lx, c8 as nv, gB as Nx, gC as sG, fm as lG, gD as iv, aq as uG, g1 as Ix, gE as cG, Y as Pf, b_ as fG, l as dG, k as hG, gF as UI, gG as vG, gH as pG, gI as $I, w as gG, gJ as mG, gK as yG, gL as bG, gM as WS, ff as _G, gN as xG, fL as au, fM as kf, fZ as wG, fB as YI, a7 as bn, an as SG, cH as X0, cG as XI, fO as qI, gO as CG, gP as TG, gQ as yl, gR as Of, gS as ou, gT as DG, gU as ZI, gV as AG, gW as MG, fA as EG, gX as Bp, dh as Rx, gd as LG, a0 as jI, fe as NG, bG as IG, aa as zp, g2 as Px, dM as RG, dN as PG, dO as kG, c as OG, er as BG, z as KI, cN as ws, dy as QI, dg as JI, bJ as kx, dA as e2, E as Vp, G as Fp, cx as Ox, L as Gp, V as cr, X as Vl, fF as Al, fG as Ml, K as El, fH as Ll, fD as zG, fE as Pa, cA as t2, ap as VG, de as av, bb as Fl, gY as Fr, bQ as FG, dW as jc, bP as GG, az as HG, g7 as jr, gZ as WG, g_ as UG, g$ as r2, h0 as Hp, h1 as $G, h2 as YG, dk as n2, dj as i2, dT as XG, h3 as qG, aP as a2, aV as ZG, f$ as jG, g0 as KG, bl as su, bp as lu, bw as Bf, dB as QG, bm as JG, b4 as e3, N as o2, bc as t3, _ as r3, db as US, dx as Kc, fi as n3, fj as i3, h4 as a3, aU as o3, bq as s3, cS as s2, a3 as l3, cF as u3, gp as c3, by as f3, h5 as d3, h6 as h3, I as v3, h7 as p3, h8 as g3, h9 as m3, ha as y3, gl as $S } from "./F0CanvasPanel-
|
|
2
|
-
import { hq as mpe, D as ype, aN as bpe, F as _pe, a as xpe, hj as wpe, e as Spe, b5 as Cpe, aO as Tpe, bz as Dpe, dQ as Ape, aF as Mpe, bh as Epe, ah as Lpe, dY as Npe, bN as Ipe, f as Rpe, dP as Ppe, he as kpe, hv as Ope, aY as Bpe, d as zpe, bO as Vpe, as as Fpe, br as Gpe, hl as Hpe, b0 as Wpe, hm as Upe, ho as $pe, hp as Ype, c9 as Xpe, hs as qpe, c4 as Zpe, c5 as jpe, P as Kpe, hn as Qpe, c6 as Jpe, hr as ege, hw as tge, hb as rge, hc as nge, hd as ige, c7 as age, hu as oge, hk as sge, hh as lge, hg as uge, fy as cge, ge as fge, ht as dge, aS as hge, c3 as vge, c0 as pge, c2 as gge, b$ as mge, hi as yge, gg as bge, ga as _ge, fP as xge, bT as wge, c1 as Sge, hy as Cge, bi as Tge, dR as Dge, fx as Age, fQ as Mge, b as Ege, bj as Lge, gr as Nge, aQ as Ige, dS as Rge, hf as Pge, gc as kge, gb as Oge, hx as Bge } from "./F0CanvasPanel-
|
|
1
|
+
import { gs as zI, a5 as at, bk as Tx, m as ie, o as Ii, gm as VI, n as ea, eH as QF, ac as kp, S as K, u as Ze, C as tt, d7 as nu, A as Op, i as FI, H as ja, cU as fs, a6 as ur, a2 as Rf, gt as JF, ab as Dl, gu as Y0, gv as eG, gw as tG, gx as GS, dZ as rG, gy as nG, gz as GI, gA as iG, M as yt, aM as HI, bd as aG, dV as HS, s as iu, cO as WI, b7 as zl, be as oG, fh as Dx, aA as Ax, aB as Mx, aC as Ex, ai as Lx, c8 as nv, gB as Nx, gC as sG, fm as lG, gD as iv, aq as uG, g1 as Ix, gE as cG, Y as Pf, b_ as fG, l as dG, k as hG, gF as UI, gG as vG, gH as pG, gI as $I, w as gG, gJ as mG, gK as yG, gL as bG, gM as WS, ff as _G, gN as xG, fL as au, fM as kf, fZ as wG, fB as YI, a7 as bn, an as SG, cH as X0, cG as XI, fO as qI, gO as CG, gP as TG, gQ as yl, gR as Of, gS as ou, gT as DG, gU as ZI, gV as AG, gW as MG, fA as EG, gX as Bp, dh as Rx, gd as LG, a0 as jI, fe as NG, bG as IG, aa as zp, g2 as Px, dM as RG, dN as PG, dO as kG, c as OG, er as BG, z as KI, cN as ws, dy as QI, dg as JI, bJ as kx, dA as e2, E as Vp, G as Fp, cx as Ox, L as Gp, V as cr, X as Vl, fF as Al, fG as Ml, K as El, fH as Ll, fD as zG, fE as Pa, cA as t2, ap as VG, de as av, bb as Fl, gY as Fr, bQ as FG, dW as jc, bP as GG, az as HG, g7 as jr, gZ as WG, g_ as UG, g$ as r2, h0 as Hp, h1 as $G, h2 as YG, dk as n2, dj as i2, dT as XG, h3 as qG, aP as a2, aV as ZG, f$ as jG, g0 as KG, bl as su, bp as lu, bw as Bf, dB as QG, bm as JG, b4 as e3, N as o2, bc as t3, _ as r3, db as US, dx as Kc, fi as n3, fj as i3, h4 as a3, aU as o3, bq as s3, cS as s2, a3 as l3, cF as u3, gp as c3, by as f3, h5 as d3, h6 as h3, I as v3, h7 as p3, h8 as g3, h9 as m3, ha as y3, gl as $S } from "./F0CanvasPanel-CC0-kGJd.js";
|
|
2
|
+
import { hq as mpe, D as ype, aN as bpe, F as _pe, a as xpe, hj as wpe, e as Spe, b5 as Cpe, aO as Tpe, bz as Dpe, dQ as Ape, aF as Mpe, bh as Epe, ah as Lpe, dY as Npe, bN as Ipe, f as Rpe, dP as Ppe, he as kpe, hv as Ope, aY as Bpe, d as zpe, bO as Vpe, as as Fpe, br as Gpe, hl as Hpe, b0 as Wpe, hm as Upe, ho as $pe, hp as Ype, c9 as Xpe, hs as qpe, c4 as Zpe, c5 as jpe, P as Kpe, hn as Qpe, c6 as Jpe, hr as ege, hw as tge, hb as rge, hc as nge, hd as ige, c7 as age, hu as oge, hk as sge, hh as lge, hg as uge, fy as cge, ge as fge, ht as dge, aS as hge, c3 as vge, c0 as pge, c2 as gge, b$ as mge, hi as yge, gg as bge, ga as _ge, fP as xge, bT as wge, c1 as Sge, hy as Cge, bi as Tge, dR as Dge, fx as Age, fQ as Mge, b as Ege, bj as Lge, gr as Nge, aQ as Ige, dS as Rge, hf as Pge, gc as kge, gb as Oge, hx as Bge } from "./F0CanvasPanel-CC0-kGJd.js";
|
|
3
3
|
import { jsx as S, jsxs as z, Fragment as st } from "react/jsx-runtime";
|
|
4
4
|
import * as St from "react";
|
|
5
5
|
import _t, { forwardRef as kr, useRef as fe, useImperativeHandle as b3, Children as ov, createContext as Or, useContext as fr, useState as ce, useMemo as se, useEffect as ge, useCallback as le, useLayoutEffect as q0, isValidElement as l2, Fragment as Wp, memo as u2, useReducer as _3, cloneElement as x3, useId as Ic, useSyncExternalStore as YS } from "react";
|
|
6
|
-
import { T as c2, z as w3, B as S3, D as C3, E as T3, G as f2, H as sv, I as Bx, J as d2, K as h2, L as v2, M as D3, N as A3, O as M3, P as E3, Q as L3, F as N3 } from "./useChatHistory-
|
|
7
|
-
import { A as Vge, C as Fge, h as Gge, t as Hge, v as Wge, x as Uge, n as $ge, j as Yge, r as Xge, y as qge, q as Zge, s as jge, k as Kge, e as Qge, R as Jge, g as eme, l as tme, i as rme, a as nme, p as ime, m as ame, o as ome, b as sme, f as lme, w as ume, c as cme, d as fme, u as dme } from "./useChatHistory-
|
|
6
|
+
import { T as c2, z as w3, B as S3, D as C3, E as T3, G as f2, H as sv, I as Bx, J as d2, K as h2, L as v2, M as D3, N as A3, O as M3, P as E3, Q as L3, F as N3 } from "./useChatHistory-BjqR1tKf.js";
|
|
7
|
+
import { A as Vge, C as Fge, h as Gge, t as Hge, v as Wge, x as Uge, n as $ge, j as Yge, r as Xge, y as qge, q as Zge, s as jge, k as Kge, e as Qge, R as Jge, g as eme, l as tme, i as rme, a as nme, p as ime, m as ame, o as ome, b as sme, f as lme, w as ume, c as cme, d as fme, u as dme } from "./useChatHistory-BjqR1tKf.js";
|
|
8
8
|
import { createPortal as zx, unstable_batchedUpdates as ud } from "react-dom";
|
|
9
|
-
import { C as I3, F as R3, ag as p2, ah as P3, ai as k3, aj as O3, ak as Vx, al as Fx, H as B3, am as z3, Z as V3, a9 as F3, an as G3, T as H3, ao as W3, ap as U3, c as Up, aq as zf, R as Gx, u as Hx, X as g2, O as Wx, ar as m2, as as XS, at as Ux, q as $3, e as y2, a0 as b2, au as Y3, av as X3, aw as q3, ax as Z3, ay as j3, az as K3, M as Q3 } from "./useDataCollectionSource-
|
|
10
|
-
import { s as vme, t as pme, I as gme, v as mme, D as yme, aQ as bme, aP as _me, aL as xme, aB as wme, aA as Sme, aC as Cme, aD as Tme, W as Dme, K as Ame, af as Mme, N as Eme, w as Lme, aR as Nme, ab as Ime, ac as Rme, aa as Pme, ad as kme, Q as Ome, x as Bme, P as zme, z as Vme, E as Fme, ae as Gme, U as Hme, y as Wme, G as Ume, aT as $me, n as Yme, o as Xme, aK as qme, aG as Zme, aF as jme, aS as Kme, a7 as Qme, aI as Jme, aJ as eye, J as tye, aU as rye, aV as nye, f as iye, aM as aye, aN as oye, aO as sye, aH as lye, g as uye, i as cye, aE as fye, aW as dye } from "./useDataCollectionSource-
|
|
9
|
+
import { C as I3, F as R3, ag as p2, ah as P3, ai as k3, aj as O3, ak as Vx, al as Fx, H as B3, am as z3, Z as V3, a9 as F3, an as G3, T as H3, ao as W3, ap as U3, c as Up, aq as zf, R as Gx, u as Hx, X as g2, O as Wx, ar as m2, as as XS, at as Ux, q as $3, e as y2, a0 as b2, au as Y3, av as X3, aw as q3, ax as Z3, ay as j3, az as K3, M as Q3 } from "./useDataCollectionSource-JnNUQWjt.js";
|
|
10
|
+
import { s as vme, t as pme, I as gme, v as mme, D as yme, aQ as bme, aP as _me, aL as xme, aB as wme, aA as Sme, aC as Cme, aD as Tme, W as Dme, K as Ame, af as Mme, N as Eme, w as Lme, aR as Nme, ab as Ime, ac as Rme, aa as Pme, ad as kme, Q as Ome, x as Bme, P as zme, z as Vme, E as Fme, ae as Gme, U as Hme, y as Wme, G as Ume, aT as $me, n as Yme, o as Xme, aK as qme, aG as Zme, aF as jme, aS as Kme, a7 as Qme, aI as Jme, aJ as eye, J as tye, aU as rye, aV as nye, f as iye, aM as aye, aN as oye, aO as sye, aH as lye, g as uye, i as cye, aE as fye, aW as dye } from "./useDataCollectionSource-JnNUQWjt.js";
|
|
11
11
|
import { utils as Nl, write as _2 } from "./xlsx-Bedf3nwD.js";
|
|
12
12
|
import { defaultTranslations as vye } from "./i18n-provider-defaults.js";
|
|
13
13
|
import './f0.css';const J3 = {
|
|
@@ -869,11 +869,6 @@ declare module "gridstack" {
|
|
|
869
869
|
}
|
|
870
870
|
|
|
871
871
|
|
|
872
|
-
declare namespace Calendar {
|
|
873
|
-
var displayName: string;
|
|
874
|
-
}
|
|
875
|
-
|
|
876
|
-
|
|
877
872
|
declare module "@tiptap/core" {
|
|
878
873
|
interface Commands<ReturnType> {
|
|
879
874
|
aiBlock: {
|
|
@@ -923,6 +918,11 @@ declare module "@tiptap/core" {
|
|
|
923
918
|
}
|
|
924
919
|
|
|
925
920
|
|
|
921
|
+
declare namespace Calendar {
|
|
922
|
+
var displayName: string;
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
|
|
926
926
|
declare namespace F0GraphNodeWrapperInner {
|
|
927
927
|
var displayName: string;
|
|
928
928
|
}
|