@factorialco/f0-react 2.30.1 → 2.31.0

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/ai.d.ts CHANGED
@@ -4193,13 +4193,8 @@ declare module "gridstack" {
4193
4193
  }
4194
4194
 
4195
4195
 
4196
- declare module "@tiptap/core" {
4197
- interface Commands<ReturnType> {
4198
- enhanceHighlight: {
4199
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
4200
- clearEnhanceHighlight: () => ReturnType;
4201
- };
4202
- }
4196
+ declare namespace Calendar {
4197
+ var displayName: string;
4203
4198
  }
4204
4199
 
4205
4200
 
@@ -4215,8 +4210,9 @@ declare module "@tiptap/core" {
4215
4210
 
4216
4211
  declare module "@tiptap/core" {
4217
4212
  interface Commands<ReturnType> {
4218
- moodTracker: {
4219
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
4213
+ enhanceHighlight: {
4214
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
4215
+ clearEnhanceHighlight: () => ReturnType;
4220
4216
  };
4221
4217
  }
4222
4218
  }
@@ -4224,10 +4220,8 @@ declare module "@tiptap/core" {
4224
4220
 
4225
4221
  declare module "@tiptap/core" {
4226
4222
  interface Commands<ReturnType> {
4227
- videoEmbed: {
4228
- setVideoEmbed: (options: {
4229
- src: string;
4230
- }) => ReturnType;
4223
+ moodTracker: {
4224
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
4231
4225
  };
4232
4226
  }
4233
4227
  }
@@ -4242,8 +4236,14 @@ declare module "@tiptap/core" {
4242
4236
  }
4243
4237
 
4244
4238
 
4245
- declare namespace Calendar {
4246
- var displayName: string;
4239
+ declare module "@tiptap/core" {
4240
+ interface Commands<ReturnType> {
4241
+ videoEmbed: {
4242
+ setVideoEmbed: (options: {
4243
+ src: string;
4244
+ }) => ReturnType;
4245
+ };
4246
+ }
4247
4247
  }
4248
4248
 
4249
4249
 
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-8cFWNhbQ.js";
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-dberL_E_.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-BLSpXWfe.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-spTJ2Xog.js";
4
4
  export {
5
5
  c as AiChatTranslationsProvider,
6
6
  I as ChatSpinner,
@@ -2652,13 +2652,6 @@ export declare type DataSourceDefinition<R extends RecordType = RecordType, Filt
2652
2652
  item: R;
2653
2653
  pagination?: ChildrenPaginationInfo;
2654
2654
  }) => number | undefined;
2655
- /**
2656
- * Item ids that start expanded on first render. Rows matched here have
2657
- * their children fetched eagerly. Only rows whose `item.id` is in this
2658
- * list are auto-expanded — nested descendants are not, unless their own id
2659
- * is also included. Defaults to none.
2660
- */
2661
- defaultExpandedIds?: Array<string | number>;
2662
2655
  };
2663
2656
 
2664
2657
  declare type DateCellConfig = {
@@ -4563,6 +4556,10 @@ export declare type F0SelectTagProp = string | {
4563
4556
  type: "icon";
4564
4557
  text: string;
4565
4558
  icon: IconType;
4559
+ } | {
4560
+ type: "status";
4561
+ text: string;
4562
+ variant: StatusVariant;
4566
4563
  };
4567
4564
 
4568
4565
  /**
@@ -8567,13 +8564,8 @@ declare module "gridstack" {
8567
8564
  }
8568
8565
 
8569
8566
 
8570
- declare module "@tiptap/core" {
8571
- interface Commands<ReturnType> {
8572
- enhanceHighlight: {
8573
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
8574
- clearEnhanceHighlight: () => ReturnType;
8575
- };
8576
- }
8567
+ declare namespace Calendar {
8568
+ var displayName: string;
8577
8569
  }
8578
8570
 
8579
8571
 
@@ -8589,8 +8581,9 @@ declare module "@tiptap/core" {
8589
8581
 
8590
8582
  declare module "@tiptap/core" {
8591
8583
  interface Commands<ReturnType> {
8592
- moodTracker: {
8593
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
8584
+ enhanceHighlight: {
8585
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
8586
+ clearEnhanceHighlight: () => ReturnType;
8594
8587
  };
8595
8588
  }
8596
8589
  }
@@ -8598,10 +8591,8 @@ declare module "@tiptap/core" {
8598
8591
 
8599
8592
  declare module "@tiptap/core" {
8600
8593
  interface Commands<ReturnType> {
8601
- videoEmbed: {
8602
- setVideoEmbed: (options: {
8603
- src: string;
8604
- }) => ReturnType;
8594
+ moodTracker: {
8595
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
8605
8596
  };
8606
8597
  }
8607
8598
  }
@@ -8616,8 +8607,14 @@ declare module "@tiptap/core" {
8616
8607
  }
8617
8608
 
8618
8609
 
8619
- declare namespace Calendar {
8620
- var displayName: string;
8610
+ declare module "@tiptap/core" {
8611
+ interface Commands<ReturnType> {
8612
+ videoEmbed: {
8613
+ setVideoEmbed: (options: {
8614
+ src: string;
8615
+ }) => ReturnType;
8616
+ };
8617
+ }
8621
8618
  }
8622
8619
 
8623
8620
 
@@ -1,9 +1,9 @@
1
- import { g as da, B as ua, h as fa, i as ma, j as At, k as De, l as ha, m as p, n as X, o as ge, u as ie, T as pa, p as ga, q as ba, R as xa, r as va, s as re, t as wa, v as pt, w as rt, x as Re, A as _e, y as ya, z as Na, C as M, E as Ca, G as ka, H as ve, J as sn, K as Sa, L as Ia, M as W, N as on, S as O, O as we, Q as Fa, U as Aa, V as La, W as Ea, X as _a, Y as ke, Z as cn, _ as Oa, $ as be, a0 as $e, a1 as Da, a2 as gt, d as dn, a3 as Ce, a4 as Ta, a5 as un, a6 as ne, a7 as K, a8 as fn, a9 as mn, aa as za, ab as hn, ac as me, ad as ee, ae as Pa, af as Ba, ag as Ra, ah as $a, ai as pe, aj as Ge, ak as Wa, al as Ma, am as ja, an as Va, ao as He, ap as pn, aq as Ga, ar as Ha, as as Ua, at as We, au as Ka, av as qa, aw as Ya, ax as Za, ay as Xa, az as Ja, aA as Qa, aB as er, aC as tr, aD as nr, aE as lt, aF as it, aG as gn, aH as ar, aI as rr, aJ as lr, aK as ir, aL as Ue, aM as bt, aN as bn, aO as sr, aP as xn, aQ as or, aR as cr, aS as dr, aT as Ee, aU as ur, aV as Te, aW as Lt, aX as st, aY as fr, aZ as mr, a as hr, b as pr, a_ as vn, a$ as gr, f as br, F as xr, b0 as wn, b1 as vr, b2 as yn, b3 as wr, b4 as yr, b5 as Nr, b6 as Cr, b7 as kr, b8 as Sr, b9 as Ir, ba as Fr, bb as Ar, bc as Nn, bd as ue, be as xt, bf as vt, bg as wt, bh as Cn, bi as yt, bj as kn, bk as Sn, bl as Lr, bm as Er, bn as _r, bo as Or, bp as Dr, bq as Tr, br as zr, bs as Pr, bt as Br, bu as Rr, bv as Et, bw as _t, bx as Ot, by as $r, bz as Wr, bA as Mr, bB as jr, bC as In, bD as Vr, bE as Gr } from "./F0CanvasPanel-8cFWNhbQ.js";
2
- import { bQ as Lc, bP as Ec, c0 as _c, bM as Oc, bN as Dc, bF as Tc, bG as zc, c1 as Pc, bH as Bc, bO as Rc, bY as $c, bZ as Wc, bI as Mc, bS as jc, bR as Vc, bJ as Gc, bK as Hc, b_ as Uc, c2 as Kc, b$ as qc, bX as Yc, bU as Zc, bW as Xc, bT as Jc, bL as Qc, bV as ed } from "./F0CanvasPanel-8cFWNhbQ.js";
1
+ import { g as da, B as ua, h as fa, i as ma, j as At, k as De, l as ha, m as p, n as X, o as ge, u as ie, T as pa, p as ga, q as ba, R as xa, r as va, s as re, t as wa, v as pt, w as rt, x as Re, A as _e, y as ya, z as Na, C as M, E as Ca, G as ka, H as ve, J as sn, K as Sa, L as Ia, M as W, N as on, S as O, O as we, Q as Fa, U as Aa, V as La, W as Ea, X as _a, Y as ke, Z as cn, _ as Oa, $ as be, a0 as $e, a1 as Da, a2 as gt, d as dn, a3 as Ce, a4 as Ta, a5 as un, a6 as ne, a7 as K, a8 as fn, a9 as mn, aa as za, ab as hn, ac as me, ad as ee, ae as Pa, af as Ba, ag as Ra, ah as $a, ai as pe, aj as Ge, ak as Wa, al as Ma, am as ja, an as Va, ao as He, ap as pn, aq as Ga, ar as Ha, as as Ua, at as We, au as Ka, av as qa, aw as Ya, ax as Za, ay as Xa, az as Ja, aA as Qa, aB as er, aC as tr, aD as nr, aE as lt, aF as it, aG as gn, aH as ar, aI as rr, aJ as lr, aK as ir, aL as Ue, aM as bt, aN as bn, aO as sr, aP as xn, aQ as or, aR as cr, aS as dr, aT as Ee, aU as ur, aV as Te, aW as Lt, aX as st, aY as fr, aZ as mr, a as hr, b as pr, a_ as vn, a$ as gr, f as br, F as xr, b0 as wn, b1 as vr, b2 as yn, b3 as wr, b4 as yr, b5 as Nr, b6 as Cr, b7 as kr, b8 as Sr, b9 as Ir, ba as Fr, bb as Ar, bc as Nn, bd as ue, be as xt, bf as vt, bg as wt, bh as Cn, bi as yt, bj as kn, bk as Sn, bl as Lr, bm as Er, bn as _r, bo as Or, bp as Dr, bq as Tr, br as zr, bs as Pr, bt as Br, bu as Rr, bv as Et, bw as _t, bx as Ot, by as $r, bz as Wr, bA as Mr, bB as jr, bC as In, bD as Vr, bE as Gr } from "./F0CanvasPanel-dberL_E_.js";
2
+ import { bQ as Lc, bP as Ec, c0 as _c, bM as Oc, bN as Dc, bF as Tc, bG as zc, c1 as Pc, bH as Bc, bO as Rc, bY as $c, bZ as Wc, bI as Mc, bS as jc, bR as Vc, bJ as Gc, bK as Hc, b_ as Uc, c2 as Kc, b$ as qc, bX as Yc, bU as Zc, bW as Xc, bT as Jc, bL as Qc, bV as ed } from "./F0CanvasPanel-dberL_E_.js";
3
3
  import { jsx as e, jsxs as o, Fragment as U } from "react/jsx-runtime";
4
4
  import se, { forwardRef as j, useRef as G, useTransition as Hr, useState as _, useLayoutEffect as Fn, useId as ot, useContext as Ke, createContext as Nt, useEffect as $, useCallback as Q, useMemo as q, Fragment as Ur, isValidElement as Kr, cloneElement as An, Children as Ln } from "react";
5
- import { C as qr, P as Yr, g as En, c as Zr, a as _n, F as ct, f as Xr, M as Jr, b as Qr, R as Dt, d as On, u as el, e as Dn, S as tl, A as nl, B as al, L as rl, h as ll, V as il, i as sl, j as Tt, k as ol, l as cl, O as dl } from "./useDataCollectionSource-DM1ZthY3.js";
6
- import { r as nd, s as ad, p as rd, H as ld, t as id, z as sd, a5 as od, G as cd, q as dd, o as ud, Q as fd, ab as md, U as hd, W as pd, v as gd, a7 as bd, a8 as xd, a6 as vd, a9 as wd, N as yd, X as Nd, a2 as Cd, a4 as kd, w as Sd, y as Id, D as Fd, J as Ad, aa as Ld, K as Ed, T as _d, x as Od, E as Dd, m as Td, n as zd, Z as Pd, _ as Bd, a3 as Rd, I as $d, $ as Wd, a0 as Md, Y as jd, a1 as Vd } from "./useDataCollectionSource-DM1ZthY3.js";
5
+ import { C as qr, P as Yr, g as En, c as Zr, a as _n, F as ct, f as Xr, M as Jr, b as Qr, R as Dt, d as On, u as el, e as Dn, S as tl, A as nl, B as al, L as rl, h as ll, V as il, i as sl, j as Tt, k as ol, l as cl, O as dl } from "./useDataCollectionSource-BbGIwO6U.js";
6
+ import { r as nd, s as ad, p as rd, H as ld, t as id, z as sd, a5 as od, G as cd, q as dd, o as ud, Q as fd, ab as md, U as hd, W as pd, v as gd, a7 as bd, a8 as xd, a6 as vd, a9 as wd, N as yd, X as Nd, a2 as Cd, a4 as kd, w as Sd, y as Id, D as Fd, J as Ad, aa as Ld, K as Ed, T as _d, x as Od, E as Dd, m as Td, n as zd, Z as Pd, _ as Bd, a3 as Rd, I as $d, $ as Wd, a0 as Md, Y as jd, a1 as Vd } from "./useDataCollectionSource-BbGIwO6U.js";
7
7
  const ul = da("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
@@ -3780,13 +3780,6 @@ export declare type DataSourceDefinition<R extends RecordType = RecordType, Filt
3780
3780
  item: R;
3781
3781
  pagination?: ChildrenPaginationInfo;
3782
3782
  }) => number | undefined;
3783
- /**
3784
- * Item ids that start expanded on first render. Rows matched here have
3785
- * their children fetched eagerly. Only rows whose `item.id` is in this
3786
- * list are auto-expanded — nested descendants are not, unless their own id
3787
- * is also included. Defaults to none.
3788
- */
3789
- defaultExpandedIds?: Array<string | number>;
3790
3783
  };
3791
3784
 
3792
3785
  /**
@@ -9421,6 +9414,10 @@ export declare type F0SelectTagProp = string | {
9421
9414
  type: "icon";
9422
9415
  text: string;
9423
9416
  icon: IconType;
9417
+ } | {
9418
+ type: "status";
9419
+ text: string;
9420
+ variant: StatusVariant;
9424
9421
  };
9425
9422
 
9426
9423
  /**
@@ -15161,13 +15158,8 @@ declare module "gridstack" {
15161
15158
  }
15162
15159
 
15163
15160
 
15164
- declare module "@tiptap/core" {
15165
- interface Commands<ReturnType> {
15166
- enhanceHighlight: {
15167
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
15168
- clearEnhanceHighlight: () => ReturnType;
15169
- };
15170
- }
15161
+ declare namespace Calendar {
15162
+ var displayName: string;
15171
15163
  }
15172
15164
 
15173
15165
 
@@ -15183,8 +15175,9 @@ declare module "@tiptap/core" {
15183
15175
 
15184
15176
  declare module "@tiptap/core" {
15185
15177
  interface Commands<ReturnType> {
15186
- moodTracker: {
15187
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
15178
+ enhanceHighlight: {
15179
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
15180
+ clearEnhanceHighlight: () => ReturnType;
15188
15181
  };
15189
15182
  }
15190
15183
  }
@@ -15192,10 +15185,8 @@ declare module "@tiptap/core" {
15192
15185
 
15193
15186
  declare module "@tiptap/core" {
15194
15187
  interface Commands<ReturnType> {
15195
- videoEmbed: {
15196
- setVideoEmbed: (options: {
15197
- src: string;
15198
- }) => ReturnType;
15188
+ moodTracker: {
15189
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
15199
15190
  };
15200
15191
  }
15201
15192
  }
@@ -15210,8 +15201,14 @@ declare module "@tiptap/core" {
15210
15201
  }
15211
15202
 
15212
15203
 
15213
- declare namespace Calendar {
15214
- var displayName: string;
15204
+ declare module "@tiptap/core" {
15205
+ interface Commands<ReturnType> {
15206
+ videoEmbed: {
15207
+ setVideoEmbed: (options: {
15208
+ src: string;
15209
+ }) => ReturnType;
15210
+ };
15211
+ }
15215
15212
  }
15216
15213
 
15217
15214
 
package/dist/f0.js CHANGED
@@ -1,13 +1,13 @@
1
- import { du as dk, a6 as yt, bd as Dg, m as ce, o as Pa, f$ as hk, n as Hs, eG as C3, ac as go, g2 as T3, ad as Mw, S as oe, u as tt, C as dt, cY as Vu, A as vk, i as D3, H as Wv, cK as yu, a7 as kr, a3 as gd, g3 as A3, g4 as Xb, g5 as M3, g6 as E3, g7 as JC, dP as L3, g8 as N3, g9 as pk, ga as I3, M as pt, aX as k3, aL as R3, b8 as P3, dL as eT, s as Fu, a1 as Ew, a2 as Ws, b9 as O3, fh as B3, aB as Lw, aC as Nw, aD as Iw, aj as gk, c0 as Uv, dv as mk, gb as V3, fl as F3, aF as yk, de as z3, br as G3, aV as bk, Y as zu, gc as H3, ae as W3, gd as kw, ge as tT, fe as U3, gf as $3, gg as Y3, gh as X3, W as Rw, dM as bu, bH as Pw, fg as q3, dp as Ow, at as ou, bI as xk, d5 as Bw, b6 as Us, a8 as Bn, ao as Z3, cz as qb, cy as _k, gi as Ag, d6 as Vw, fR as j3, a0 as wk, fd as K3, by as Q3, ab as Mg, dG as J3, dH as eH, dI as tH, c as rH, eq as nH, z as Sk, cF as rl, dm as Ck, bB as Fw, E as Eg, G as Lg, cp as zw, L as Ng, V as Ar, X as xu, fw as su, fx as lu, K as uu, fy as cu, fu as iH, fv as io, cs as Tk, aq as aH, d3 as $v, gj as on, aA as oH, d9 as Dk, d8 as Ak, gk as sH, aN as Mk, aT as lH, dC as uH, dD as cH, dw as fH, be as Gu, bi as Hu, bp as md, dq as dH, bf as hH, b0 as vH, N as Ek, b7 as pH, _ as gH, d0 as rT, dl as Pf, fi as mH, fj as yH, gl as bH, aS as xH, bj as _H, cI as Lk, a4 as wH, cx as SH, g0 as CH, gm as TH, gn as DH, I as AH, go as MH, gp as EH, gq as LH, gr as NH } from "./F0CanvasPanel-8cFWNhbQ.js";
2
- import { gA as Cme, D as Tme, aM as Dme, F as Ame, a as Mme, e as Eme, b1 as Lme, bs as Nme, bc as Ime, ai as kme, dO as Rme, ar as Pme, bF as Ome, f as Bme, dJ as Vme, dy as Fme, gE as zme, d as Gme, bk as Hme, gv as Wme, aZ as Ume, gw as $me, gy as Yme, gz as Xme, c1 as qme, gB as Zme, bY as jme, bZ as Kme, P as Qme, gx as Jme, b_ as eye, gF as tye, gs as rye, gt as nye, gu as iye, b$ as aye, gD as oye, fS as sye, gC as lye, aQ as uye, bX as cye, bU as fye, bW as dye, bT as hye, fU as vye, fO as pye, bL as gye, bV as mye, b as yye, fN as bye, g1 as xye, aO as _ye, dt as wye, fQ as Sye, fP as Cye, gG as Tye } from "./F0CanvasPanel-8cFWNhbQ.js";
1
+ import { du as dk, a6 as yt, bd as Dg, m as ce, o as Pa, f$ as hk, n as Hs, eG as C3, ac as go, g2 as T3, ad as Mw, S as oe, u as tt, C as dt, cY as Vu, A as vk, i as D3, H as Wv, cK as yu, a7 as kr, a3 as gd, g3 as A3, g4 as Xb, g5 as M3, g6 as E3, g7 as JC, dP as L3, g8 as N3, g9 as pk, ga as I3, M as pt, aX as k3, aL as R3, b8 as P3, dL as eT, s as Fu, a1 as Ew, a2 as Ws, b9 as O3, fh as B3, aB as Lw, aC as Nw, aD as Iw, aj as gk, c0 as Uv, dv as mk, gb as V3, fl as F3, aF as yk, de as z3, br as G3, aV as bk, Y as zu, gc as H3, ae as W3, gd as kw, ge as tT, fe as U3, gf as $3, gg as Y3, gh as X3, W as Rw, dM as bu, bH as Pw, fg as q3, dp as Ow, at as ou, bI as xk, d5 as Bw, b6 as Us, a8 as Bn, ao as Z3, cz as qb, cy as _k, gi as Ag, d6 as Vw, fR as j3, a0 as wk, fd as K3, by as Q3, ab as Mg, dG as J3, dH as eH, dI as tH, c as rH, eq as nH, z as Sk, cF as rl, dm as Ck, bB as Fw, E as Eg, G as Lg, cp as zw, L as Ng, V as Ar, X as xu, fw as su, fx as lu, K as uu, fy as cu, fu as iH, fv as io, cs as Tk, aq as aH, d3 as $v, gj as on, aA as oH, d9 as Dk, d8 as Ak, gk as sH, aN as Mk, aT as lH, dC as uH, dD as cH, dw as fH, be as Gu, bi as Hu, bp as md, dq as dH, bf as hH, b0 as vH, N as Ek, b7 as pH, _ as gH, d0 as rT, dl as Pf, fi as mH, fj as yH, gl as bH, aS as xH, bj as _H, cI as Lk, a4 as wH, cx as SH, g0 as CH, gm as TH, gn as DH, I as AH, go as MH, gp as EH, gq as LH, gr as NH } from "./F0CanvasPanel-dberL_E_.js";
2
+ import { gA as Cme, D as Tme, aM as Dme, F as Ame, a as Mme, e as Eme, b1 as Lme, bs as Nme, bc as Ime, ai as kme, dO as Rme, ar as Pme, bF as Ome, f as Bme, dJ as Vme, dy as Fme, gE as zme, d as Gme, bk as Hme, gv as Wme, aZ as Ume, gw as $me, gy as Yme, gz as Xme, c1 as qme, gB as Zme, bY as jme, bZ as Kme, P as Qme, gx as Jme, b_ as eye, gF as tye, gs as rye, gt as nye, gu as iye, b$ as aye, gD as oye, fS as sye, gC as lye, aQ as uye, bX as cye, bU as fye, bW as dye, bT as hye, fU as vye, fO as pye, bL as gye, bV as mye, b as yye, fN as bye, g1 as xye, aO as _ye, dt as wye, fQ as Sye, fP as Cye, gG as Tye } from "./F0CanvasPanel-dberL_E_.js";
3
3
  import { jsx as w, jsxs as B, Fragment as kt } from "react/jsx-runtime";
4
4
  import * as Yn from "react";
5
5
  import He, { forwardRef as Jr, useRef as se, useImperativeHandle as IH, Children as Yv, createContext as en, useContext as _r, useState as ye, useMemo as ae, useEffect as _e, useCallback as te, useLayoutEffect as Zb, createElement as Xd, isValidElement as Nk, Fragment as Ig, memo as Ik, useReducer as kH, cloneElement as RH, useId as kg } from "react";
6
- import { z as PH, B as OH, U as nT, D as iT, E as $m, G as aT, H as BH, I as Oa, J as nl, K as VH, L as Gw, M as Rr, N as fi, O as FH, P as zH, Q as kk, Z as Ho, R as GH, S as HH, T as WH, V as Rk, W as Xv, X as Hw, Y as Pk, _ as Ok, $ as pn, a0 as UH, a1 as $H, a2 as Bk, a3 as Rg, a4 as YH, a5 as XH, a6 as Vk, a7 as qH, a8 as ZH, a9 as jH, aa as KH, ab as QH, ac as JH, F as eW } from "./useChatHistory-BLSpXWfe.js";
7
- import { A as Aye, C as Mye, h as Eye, t as Lye, v as Nye, x as Iye, ah as kye, n as Rye, j as Pye, r as Oye, y as Bye, q as Vye, s as Fye, k as zye, e as Gye, g as Hye, l as Wye, i as Uye, a as $ye, p as Yye, ai as Xye, af as qye, ae as Zye, ag as jye, m as Kye, o as Qye, ad as Jye, b as e0e, f as t0e, w as r0e, c as n0e, d as i0e, u as a0e } from "./useChatHistory-BLSpXWfe.js";
6
+ import { z as PH, B as OH, U as nT, D as iT, E as $m, G as aT, H as BH, I as Oa, J as nl, K as VH, L as Gw, M as Rr, N as fi, O as FH, P as zH, Q as kk, Z as Ho, R as GH, S as HH, T as WH, V as Rk, W as Xv, X as Hw, Y as Pk, _ as Ok, $ as pn, a0 as UH, a1 as $H, a2 as Bk, a3 as Rg, a4 as YH, a5 as XH, a6 as Vk, a7 as qH, a8 as ZH, a9 as jH, aa as KH, ab as QH, ac as JH, F as eW } from "./useChatHistory-spTJ2Xog.js";
7
+ import { A as Aye, C as Mye, h as Eye, t as Lye, v as Nye, x as Iye, ah as kye, n as Rye, j as Pye, r as Oye, y as Bye, q as Vye, s as Fye, k as zye, e as Gye, g as Hye, l as Wye, i as Uye, a as $ye, p as Yye, ai as Xye, af as qye, ae as Zye, ag as jye, m as Kye, o as Qye, ad as Jye, b as e0e, f as t0e, w as r0e, c as n0e, d as i0e, u as a0e } from "./useChatHistory-spTJ2Xog.js";
8
8
  import { createPortal as Fk, unstable_batchedUpdates as qd, flushSync as tW } from "react-dom";
9
- import { C as rW, o as nW, G as jb, H as zk, ac as Gk, N as Hk, aa as iW, T as aW, K as Wk, Q as Ww, ad as Uw, a5 as oW, ae as sW, af as lW, d as Pg, ag as uW, R as $w, u as Yw, J as Uk, O as Xw, ah as $k, ai as qw, p as cW, a0 as Yk, X as Xk, aj as fW, ak as dW, al as hW, am as vW, an as pW, M as gW } from "./useDataCollectionSource-DM1ZthY3.js";
10
- import { r as s0e, s as l0e, t as u0e, z as c0e, ap as f0e, F as d0e, ab as h0e, v as v0e, a7 as p0e, a8 as g0e, a6 as m0e, a9 as y0e, w as b0e, P as x0e, y as _0e, D as w0e, x as S0e, E as C0e, m as T0e, n as D0e, ao as A0e, a3 as M0e, I as E0e, aq as L0e, ar as N0e, as as I0e, e as k0e } from "./useDataCollectionSource-DM1ZthY3.js";
9
+ import { C as rW, o as nW, G as jb, H as zk, ac as Gk, N as Hk, aa as iW, T as aW, K as Wk, Q as Ww, ad as Uw, a5 as oW, ae as sW, af as lW, d as Pg, ag as uW, R as $w, u as Yw, J as Uk, O as Xw, ah as $k, ai as qw, p as cW, a0 as Yk, X as Xk, aj as fW, ak as dW, al as hW, am as vW, an as pW, M as gW } from "./useDataCollectionSource-BbGIwO6U.js";
10
+ import { r as s0e, s as l0e, t as u0e, z as c0e, ap as f0e, F as d0e, ab as h0e, v as v0e, a7 as p0e, a8 as g0e, a6 as m0e, a9 as y0e, w as b0e, P as x0e, y as _0e, D as w0e, x as S0e, E as C0e, m as T0e, n as D0e, ao as A0e, a3 as M0e, I as E0e, aq as L0e, ar as N0e, as as I0e, e as k0e } from "./useDataCollectionSource-BbGIwO6U.js";
11
11
  import { utils as fu, write as qk } from "./xlsx-Bedf3nwD.js";
12
12
  import { defaultTranslations as P0e } from "./i18n-provider-defaults.js";
13
13
  import './f0.css';const mW = {
@@ -842,13 +842,8 @@ declare module "gridstack" {
842
842
  }
843
843
 
844
844
 
845
- declare module "@tiptap/core" {
846
- interface Commands<ReturnType> {
847
- enhanceHighlight: {
848
- setEnhanceHighlight: (from: number, to: number) => ReturnType;
849
- clearEnhanceHighlight: () => ReturnType;
850
- };
851
- }
845
+ declare namespace Calendar {
846
+ var displayName: string;
852
847
  }
853
848
 
854
849
 
@@ -864,8 +859,9 @@ declare module "@tiptap/core" {
864
859
 
865
860
  declare module "@tiptap/core" {
866
861
  interface Commands<ReturnType> {
867
- moodTracker: {
868
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
862
+ enhanceHighlight: {
863
+ setEnhanceHighlight: (from: number, to: number) => ReturnType;
864
+ clearEnhanceHighlight: () => ReturnType;
869
865
  };
870
866
  }
871
867
  }
@@ -873,10 +869,8 @@ declare module "@tiptap/core" {
873
869
 
874
870
  declare module "@tiptap/core" {
875
871
  interface Commands<ReturnType> {
876
- videoEmbed: {
877
- setVideoEmbed: (options: {
878
- src: string;
879
- }) => ReturnType;
872
+ moodTracker: {
873
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
880
874
  };
881
875
  }
882
876
  }
@@ -891,8 +885,14 @@ declare module "@tiptap/core" {
891
885
  }
892
886
 
893
887
 
894
- declare namespace Calendar {
895
- var displayName: string;
888
+ declare module "@tiptap/core" {
889
+ interface Commands<ReturnType> {
890
+ videoEmbed: {
891
+ setVideoEmbed: (options: {
892
+ src: string;
893
+ }) => ReturnType;
894
+ };
895
+ }
896
896
  }
897
897
 
898
898
 
@@ -1,7 +1,7 @@
1
1
  import { jsxs as f, jsx as o, Fragment as ze } from "react/jsx-runtime";
2
2
  import * as ss from "react";
3
3
  import { useInsertionEffect as as, forwardRef as m, useRef as z, useState as q, useCallback as ee, useEffect as fe, useMemo as de, createContext as Vt, useContext as xt, useLayoutEffect as so, useId as ao, createElement as is } from "react";
4
- import { c3 as cs, c4 as ls, c5 as ds, c6 as us, c7 as io, c8 as fs, c9 as hs, ca as ps, cb as ms, cc as gs, cd as co, ce as vs, cf as Cs, cg as ws, ch as xs, ci as ks, cj as ys, ck as bs, cl as Dt, cm as Ls, cn as Ms, co as Es, cp as _s, cq as Ss, cr as Rs, W as lo, cs as Ns, ct as Ts, cu as As, cv as Vs, cw as Fs, cx as uo, cy as Ps, cz as $s, a4 as Rr, cA as Hs, aG as Is, cB as js, cC as Os, cD as Zs, ae as Ds, cE as Bs, bB as Us, a8 as fo, ab as zs, cF as Ws, a2 as Nr, _ as ho, N as Kt, a1 as po, b2 as Gs, cG as qs, aY as Ys, bA as Xs, Y as st, as as Ks, b6 as mo, cH as Qs, by as go, cI as tt, bu as Js, cJ as ea, cK as vo, aX as Co, cL as ta, cM as ra, cN as na, cO as oa, cP as wo, bn as sa, bo as aa, cQ as ia, cR as ca, cS as la, cT as da, cU as ua, cV as fa, cW as ha, cX as pa, cY as ma, cZ as ga, c_ as va, c$ as Ca, d0 as wa, bz as xa, a9 as ka, bj as ya, d1 as ba, d2 as La, d3 as Ma, d4 as Ea, d5 as _a, d6 as Sa, d7 as Ra, an as Na, d8 as xo, J as Ta, Z as Aa, d9 as ko, da as Va, b5 as Fa, b4 as Pa, db as $a, dc as yo, dd as Ha, aW as Ia, aw as ja, de as Oa, aq as Za, b0 as Da, df as bo, dg as Ba, dh as Ua, ba as Tr, di as Ar, bw as za, bv as Wa, bx as Lo, dj as Ga, z as qa, y as Ya, dk as Xa, dl as Ka, dm as Qa, dn as Ja, dp as ei, dq as Mo, dr as ti, aa as ri, ds as ni, H as Se, m as F, o as at, bd as oi, dt as Eo, aj as si, du as ai, dv as ii, A as Oe, n as ve, ar as Wr, M as Ee, u as pe, dw as ci, dx as li, bS as di, l as ui, k as fi, i as hi, w as _o, dy as Gr, dz as pi, dA as mi, dB as gi, dC as vi, dD as Ci, a6 as So, a7 as wi, S as Pe, c1 as Ro, C as ye, s as Ne, $ as xi, dE as ki, ac as Le, aL as De, aB as Vr, dF as yi, aC as Fr, aD as Pr, b as Ge, br as bi, O as Li, aV as Mi, a3 as $r, dG as Ei, dH as _i, dI as Si, dJ as qr, a0 as Ri, ai as No, aN as To, bN as Ni, aS as Ao, bH as Ti, dK as Ai, aP as Rt, b8 as Vo, dL as Fo, b9 as Po, dM as $o, dN as Vi, bc as Fi, dO as Pi, b1 as Hr, bk as $i, dP as Hi, dQ as Ii, dR as ji, dS as Oi, dT as Zi, ad as Di, x as Bi, dU as Ho, dV as Io, dW as Ui, ah as Yr, dX as zi, ag as Wi, dY as Gi, dZ as qi } from "./F0CanvasPanel-8cFWNhbQ.js";
4
+ import { c3 as cs, c4 as ls, c5 as ds, c6 as us, c7 as io, c8 as fs, c9 as hs, ca as ps, cb as ms, cc as gs, cd as co, ce as vs, cf as Cs, cg as ws, ch as xs, ci as ks, cj as ys, ck as bs, cl as Dt, cm as Ls, cn as Ms, co as Es, cp as _s, cq as Ss, cr as Rs, W as lo, cs as Ns, ct as Ts, cu as As, cv as Vs, cw as Fs, cx as uo, cy as Ps, cz as $s, a4 as Rr, cA as Hs, aG as Is, cB as js, cC as Os, cD as Zs, ae as Ds, cE as Bs, bB as Us, a8 as fo, ab as zs, cF as Ws, a2 as Nr, _ as ho, N as Kt, a1 as po, b2 as Gs, cG as qs, aY as Ys, bA as Xs, Y as st, as as Ks, b6 as mo, cH as Qs, by as go, cI as tt, bu as Js, cJ as ea, cK as vo, aX as Co, cL as ta, cM as ra, cN as na, cO as oa, cP as wo, bn as sa, bo as aa, cQ as ia, cR as ca, cS as la, cT as da, cU as ua, cV as fa, cW as ha, cX as pa, cY as ma, cZ as ga, c_ as va, c$ as Ca, d0 as wa, bz as xa, a9 as ka, bj as ya, d1 as ba, d2 as La, d3 as Ma, d4 as Ea, d5 as _a, d6 as Sa, d7 as Ra, an as Na, d8 as xo, J as Ta, Z as Aa, d9 as ko, da as Va, b5 as Fa, b4 as Pa, db as $a, dc as yo, dd as Ha, aW as Ia, aw as ja, de as Oa, aq as Za, b0 as Da, df as bo, dg as Ba, dh as Ua, ba as Tr, di as Ar, bw as za, bv as Wa, bx as Lo, dj as Ga, z as qa, y as Ya, dk as Xa, dl as Ka, dm as Qa, dn as Ja, dp as ei, dq as Mo, dr as ti, aa as ri, ds as ni, H as Se, m as F, o as at, bd as oi, dt as Eo, aj as si, du as ai, dv as ii, A as Oe, n as ve, ar as Wr, M as Ee, u as pe, dw as ci, dx as li, bS as di, l as ui, k as fi, i as hi, w as _o, dy as Gr, dz as pi, dA as mi, dB as gi, dC as vi, dD as Ci, a6 as So, a7 as wi, S as Pe, c1 as Ro, C as ye, s as Ne, $ as xi, dE as ki, ac as Le, aL as De, aB as Vr, dF as yi, aC as Fr, aD as Pr, b as Ge, br as bi, O as Li, aV as Mi, a3 as $r, dG as Ei, dH as _i, dI as Si, dJ as qr, a0 as Ri, ai as No, aN as To, bN as Ni, aS as Ao, bH as Ti, dK as Ai, aP as Rt, b8 as Vo, dL as Fo, b9 as Po, dM as $o, dN as Vi, bc as Fi, dO as Pi, b1 as Hr, bk as $i, dP as Hi, dQ as Ii, dR as ji, dS as Oi, dT as Zi, ad as Di, x as Bi, dU as Ho, dV as Io, dW as Ui, ah as Yr, dX as zi, ag as Wi, dY as Gi, dZ as qi } from "./F0CanvasPanel-dberL_E_.js";
5
5
  import { createPortal as jo } from "react-dom";
6
6
  import { defaultTranslations as Yi } from "./i18n-provider-defaults.js";
7
7
  import { useTrackVolume as Xi } from "@livekit/components-react";