@factorialco/f0-react 4.5.0 → 4.6.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/{F0CanvasPanel-BiW5s0PT.js → F0CanvasPanel-NAs7-9VU.js} +34 -16
- package/dist/ai.d.ts +11 -11
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +33 -17
- package/dist/experimental.js +4 -4
- package/dist/f0.d.ts +33 -17
- package/dist/f0.js +6 -6
- package/dist/i18n-provider-defaults.d.ts +11 -11
- package/dist/{useChatHistory-BgraXtVf.js → useChatHistory-hrv_qH8R.js} +1 -1
- package/dist/{useDataCollectionSource-DwS_R8Ua.js → useDataCollectionSource-Coj9e5oF.js} +2808 -2753
- 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
|
@@ -4719,6 +4719,15 @@ declare module "@tiptap/core" {
|
|
|
4719
4719
|
}
|
|
4720
4720
|
|
|
4721
4721
|
|
|
4722
|
+
declare module "@tiptap/core" {
|
|
4723
|
+
interface Commands<ReturnType> {
|
|
4724
|
+
moodTracker: {
|
|
4725
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
4726
|
+
};
|
|
4727
|
+
}
|
|
4728
|
+
}
|
|
4729
|
+
|
|
4730
|
+
|
|
4722
4731
|
declare module "@tiptap/core" {
|
|
4723
4732
|
interface Commands<ReturnType> {
|
|
4724
4733
|
enhanceHighlight: {
|
|
@@ -4733,8 +4742,8 @@ declare module "@tiptap/core" {
|
|
|
4733
4742
|
|
|
4734
4743
|
declare module "@tiptap/core" {
|
|
4735
4744
|
interface Commands<ReturnType> {
|
|
4736
|
-
|
|
4737
|
-
|
|
4745
|
+
transcript: {
|
|
4746
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
4738
4747
|
};
|
|
4739
4748
|
}
|
|
4740
4749
|
}
|
|
@@ -4751,15 +4760,6 @@ declare module "@tiptap/core" {
|
|
|
4751
4760
|
}
|
|
4752
4761
|
|
|
4753
4762
|
|
|
4754
|
-
declare module "@tiptap/core" {
|
|
4755
|
-
interface Commands<ReturnType> {
|
|
4756
|
-
transcript: {
|
|
4757
|
-
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
4758
|
-
};
|
|
4759
|
-
}
|
|
4760
|
-
}
|
|
4761
|
-
|
|
4762
|
-
|
|
4763
4763
|
declare namespace F0GraphNodeWrapperInner {
|
|
4764
4764
|
var displayName: string;
|
|
4765
4765
|
}
|
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
|
@@ -7702,10 +7702,11 @@ declare interface PromiseState<T> {
|
|
|
7702
7702
|
declare type PropertyDefinition_2<T> = {
|
|
7703
7703
|
label: string;
|
|
7704
7704
|
/**
|
|
7705
|
-
* Optional
|
|
7706
|
-
*
|
|
7705
|
+
* Optional header info. Pass a string for a short text tooltip, or a
|
|
7706
|
+
* {@link TableHeaderInfo} object for a structured hoverable card. Only
|
|
7707
|
+
* rendered by the table visualization's column headers.
|
|
7707
7708
|
*/
|
|
7708
|
-
info?: string;
|
|
7709
|
+
info?: string | TableHeaderInfo;
|
|
7709
7710
|
/**
|
|
7710
7711
|
* Function that extracts and formats the value from an item.
|
|
7711
7712
|
* Should return an object matching the expected args for the specified renderer type.
|
|
@@ -8491,6 +8492,20 @@ declare type TableColumnDefinition<R extends RecordType, Sortings extends Sortin
|
|
|
8491
8492
|
|
|
8492
8493
|
declare function TableHead({ children, width, minWidth, sortState, onSortClick, info, infoIcon, sticky, hidden, align, className, colSpan, }: TableHeadProps): JSX_2.Element;
|
|
8493
8494
|
|
|
8495
|
+
declare type TableHeaderInfo = {
|
|
8496
|
+
title: string;
|
|
8497
|
+
description: string;
|
|
8498
|
+
link?: {
|
|
8499
|
+
label: string;
|
|
8500
|
+
onClick: () => void;
|
|
8501
|
+
};
|
|
8502
|
+
/**
|
|
8503
|
+
* Accessible name for the info-icon trigger. Defaults to the column label
|
|
8504
|
+
* when the header's children are a string.
|
|
8505
|
+
*/
|
|
8506
|
+
label?: string;
|
|
8507
|
+
};
|
|
8508
|
+
|
|
8494
8509
|
declare interface TableHeadProps {
|
|
8495
8510
|
children: React.ReactNode;
|
|
8496
8511
|
/**
|
|
@@ -8527,10 +8542,11 @@ declare interface TableHeadProps {
|
|
|
8527
8542
|
*/
|
|
8528
8543
|
onSortClick?: () => void;
|
|
8529
8544
|
/**
|
|
8530
|
-
* Optional
|
|
8531
|
-
*
|
|
8545
|
+
* Optional header info. When provided, displays an info icon next to the
|
|
8546
|
+
* header content. Pass a string for a short text tooltip, or a
|
|
8547
|
+
* {@link TableHeaderInfo} object for a structured hoverable card.
|
|
8532
8548
|
*/
|
|
8533
|
-
info?: string;
|
|
8549
|
+
info?: string | TableHeaderInfo;
|
|
8534
8550
|
/**
|
|
8535
8551
|
* Icon to display when info is provided.
|
|
8536
8552
|
* @default InfoCircleLine
|
|
@@ -9762,6 +9778,15 @@ declare module "@tiptap/core" {
|
|
|
9762
9778
|
}
|
|
9763
9779
|
|
|
9764
9780
|
|
|
9781
|
+
declare module "@tiptap/core" {
|
|
9782
|
+
interface Commands<ReturnType> {
|
|
9783
|
+
moodTracker: {
|
|
9784
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
9785
|
+
};
|
|
9786
|
+
}
|
|
9787
|
+
}
|
|
9788
|
+
|
|
9789
|
+
|
|
9765
9790
|
declare module "@tiptap/core" {
|
|
9766
9791
|
interface Commands<ReturnType> {
|
|
9767
9792
|
enhanceHighlight: {
|
|
@@ -9776,8 +9801,8 @@ declare module "@tiptap/core" {
|
|
|
9776
9801
|
|
|
9777
9802
|
declare module "@tiptap/core" {
|
|
9778
9803
|
interface Commands<ReturnType> {
|
|
9779
|
-
|
|
9780
|
-
|
|
9804
|
+
transcript: {
|
|
9805
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
9781
9806
|
};
|
|
9782
9807
|
}
|
|
9783
9808
|
}
|
|
@@ -9794,15 +9819,6 @@ declare module "@tiptap/core" {
|
|
|
9794
9819
|
}
|
|
9795
9820
|
|
|
9796
9821
|
|
|
9797
|
-
declare module "@tiptap/core" {
|
|
9798
|
-
interface Commands<ReturnType> {
|
|
9799
|
-
transcript: {
|
|
9800
|
-
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
9801
|
-
};
|
|
9802
|
-
}
|
|
9803
|
-
}
|
|
9804
|
-
|
|
9805
|
-
|
|
9806
9822
|
declare namespace F0GraphNodeWrapperInner {
|
|
9807
9823
|
var displayName: string;
|
|
9808
9824
|
}
|
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-Coj9e5oF.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-Coj9e5oF.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
|
@@ -14111,10 +14111,11 @@ declare type PromoteAction = {
|
|
|
14111
14111
|
declare type PropertyDefinition_2<T> = {
|
|
14112
14112
|
label: string;
|
|
14113
14113
|
/**
|
|
14114
|
-
* Optional
|
|
14115
|
-
*
|
|
14114
|
+
* Optional header info. Pass a string for a short text tooltip, or a
|
|
14115
|
+
* {@link TableHeaderInfo} object for a structured hoverable card. Only
|
|
14116
|
+
* rendered by the table visualization's column headers.
|
|
14116
14117
|
*/
|
|
14117
|
-
info?: string;
|
|
14118
|
+
info?: string | TableHeaderInfo;
|
|
14118
14119
|
/**
|
|
14119
14120
|
* Function that extracts and formats the value from an item.
|
|
14120
14121
|
* Should return an object matching the expected args for the specified renderer type.
|
|
@@ -15240,6 +15241,20 @@ declare type TableColumnDefinition<R extends RecordType, Sortings extends Sortin
|
|
|
15240
15241
|
|
|
15241
15242
|
declare function TableHead({ children, width, minWidth, sortState, onSortClick, info, infoIcon, sticky, hidden, align, className, colSpan, }: TableHeadProps): JSX_2.Element;
|
|
15242
15243
|
|
|
15244
|
+
declare type TableHeaderInfo = {
|
|
15245
|
+
title: string;
|
|
15246
|
+
description: string;
|
|
15247
|
+
link?: {
|
|
15248
|
+
label: string;
|
|
15249
|
+
onClick: () => void;
|
|
15250
|
+
};
|
|
15251
|
+
/**
|
|
15252
|
+
* Accessible name for the info-icon trigger. Defaults to the column label
|
|
15253
|
+
* when the header's children are a string.
|
|
15254
|
+
*/
|
|
15255
|
+
label?: string;
|
|
15256
|
+
};
|
|
15257
|
+
|
|
15243
15258
|
declare interface TableHeadProps {
|
|
15244
15259
|
children: React.ReactNode;
|
|
15245
15260
|
/**
|
|
@@ -15276,10 +15291,11 @@ declare interface TableHeadProps {
|
|
|
15276
15291
|
*/
|
|
15277
15292
|
onSortClick?: () => void;
|
|
15278
15293
|
/**
|
|
15279
|
-
* Optional
|
|
15280
|
-
*
|
|
15294
|
+
* Optional header info. When provided, displays an info icon next to the
|
|
15295
|
+
* header content. Pass a string for a short text tooltip, or a
|
|
15296
|
+
* {@link TableHeaderInfo} object for a structured hoverable card.
|
|
15281
15297
|
*/
|
|
15282
|
-
info?: string;
|
|
15298
|
+
info?: string | TableHeaderInfo;
|
|
15283
15299
|
/**
|
|
15284
15300
|
* Icon to display when info is provided.
|
|
15285
15301
|
* @default InfoCircleLine
|
|
@@ -17169,6 +17185,15 @@ declare module "@tiptap/core" {
|
|
|
17169
17185
|
}
|
|
17170
17186
|
|
|
17171
17187
|
|
|
17188
|
+
declare module "@tiptap/core" {
|
|
17189
|
+
interface Commands<ReturnType> {
|
|
17190
|
+
moodTracker: {
|
|
17191
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
17192
|
+
};
|
|
17193
|
+
}
|
|
17194
|
+
}
|
|
17195
|
+
|
|
17196
|
+
|
|
17172
17197
|
declare module "@tiptap/core" {
|
|
17173
17198
|
interface Commands<ReturnType> {
|
|
17174
17199
|
enhanceHighlight: {
|
|
@@ -17183,8 +17208,8 @@ declare module "@tiptap/core" {
|
|
|
17183
17208
|
|
|
17184
17209
|
declare module "@tiptap/core" {
|
|
17185
17210
|
interface Commands<ReturnType> {
|
|
17186
|
-
|
|
17187
|
-
|
|
17211
|
+
transcript: {
|
|
17212
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
17188
17213
|
};
|
|
17189
17214
|
}
|
|
17190
17215
|
}
|
|
@@ -17201,15 +17226,6 @@ declare module "@tiptap/core" {
|
|
|
17201
17226
|
}
|
|
17202
17227
|
|
|
17203
17228
|
|
|
17204
|
-
declare module "@tiptap/core" {
|
|
17205
|
-
interface Commands<ReturnType> {
|
|
17206
|
-
transcript: {
|
|
17207
|
-
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
17208
|
-
};
|
|
17209
|
-
}
|
|
17210
|
-
}
|
|
17211
|
-
|
|
17212
|
-
|
|
17213
17229
|
declare namespace F0GraphNodeWrapperInner {
|
|
17214
17230
|
var displayName: string;
|
|
17215
17231
|
}
|
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-Coj9e5oF.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-Coj9e5oF.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 = {
|
|
@@ -874,6 +874,15 @@ declare module "@tiptap/core" {
|
|
|
874
874
|
}
|
|
875
875
|
|
|
876
876
|
|
|
877
|
+
declare module "@tiptap/core" {
|
|
878
|
+
interface Commands<ReturnType> {
|
|
879
|
+
moodTracker: {
|
|
880
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
881
|
+
};
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
|
|
877
886
|
declare module "@tiptap/core" {
|
|
878
887
|
interface Commands<ReturnType> {
|
|
879
888
|
enhanceHighlight: {
|
|
@@ -888,8 +897,8 @@ declare module "@tiptap/core" {
|
|
|
888
897
|
|
|
889
898
|
declare module "@tiptap/core" {
|
|
890
899
|
interface Commands<ReturnType> {
|
|
891
|
-
|
|
892
|
-
|
|
900
|
+
transcript: {
|
|
901
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
893
902
|
};
|
|
894
903
|
}
|
|
895
904
|
}
|
|
@@ -906,15 +915,6 @@ declare module "@tiptap/core" {
|
|
|
906
915
|
}
|
|
907
916
|
|
|
908
917
|
|
|
909
|
-
declare module "@tiptap/core" {
|
|
910
|
-
interface Commands<ReturnType> {
|
|
911
|
-
transcript: {
|
|
912
|
-
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
913
|
-
};
|
|
914
|
-
}
|
|
915
|
-
}
|
|
916
|
-
|
|
917
|
-
|
|
918
918
|
declare namespace F0GraphNodeWrapperInner {
|
|
919
919
|
var displayName: string;
|
|
920
920
|
}
|
|
@@ -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";
|