@factorialco/f0-react 4.60.1 → 4.61.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9321,12 +9321,28 @@ declare type SearchOptions = {
9321
9321
  * result calls `onSelect` (e.g. the graph view reveals/centers the node).
9322
9322
  */
9323
9323
  export declare type SearchPreview<R extends RecordType> = {
9324
- search: (query: string) => Promise<R[]>;
9324
+ /**
9325
+ * Fetch one page of matches for `query`. `page` starts at 0 and increments as
9326
+ * the user scrolls the dropdown to the bottom; it is optional so existing
9327
+ * non-paginated consumers keep the plain `(query) => Promise<R[]>` shape.
9328
+ * Return a bare array for a single, non-paginated page (treated as
9329
+ * `hasMore: false`), or a `SearchPreviewPage` to drive infinite scroll.
9330
+ */
9331
+ search: (query: string, page?: number) => Promise<R[] | SearchPreviewPage<R>>;
9325
9332
  getId: (record: R) => string;
9326
9333
  render: (record: R) => SearchPreviewResultData;
9327
9334
  onSelect: (record: R) => void;
9328
9335
  };
9329
9336
 
9337
+ /**
9338
+ * One page of search-preview results. `hasMore` tells the dropdown whether to
9339
+ * keep pulling further pages as the user scrolls (infinite scroll).
9340
+ */
9341
+ export declare type SearchPreviewPage<R extends RecordType> = {
9342
+ records: R[];
9343
+ hasMore: boolean;
9344
+ };
9345
+
9330
9346
  /** Data shown for a single row of the search preview dropdown. */
9331
9347
  export declare type SearchPreviewResultData = {
9332
9348
  avatar?: AvatarVariant;
@@ -11537,11 +11553,8 @@ declare module "@tiptap/core" {
11537
11553
 
11538
11554
  declare module "@tiptap/core" {
11539
11555
  interface Commands<ReturnType> {
11540
- enhanceHighlight: {
11541
- setEnhanceHighlight: (from: number, to: number, options?: {
11542
- placeholder?: string;
11543
- }) => ReturnType;
11544
- clearEnhanceHighlight: () => ReturnType;
11556
+ moodTracker: {
11557
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
11545
11558
  };
11546
11559
  }
11547
11560
  }
@@ -11549,8 +11562,11 @@ declare module "@tiptap/core" {
11549
11562
 
11550
11563
  declare module "@tiptap/core" {
11551
11564
  interface Commands<ReturnType> {
11552
- moodTracker: {
11553
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
11565
+ enhanceHighlight: {
11566
+ setEnhanceHighlight: (from: number, to: number, options?: {
11567
+ placeholder?: string;
11568
+ }) => ReturnType;
11569
+ clearEnhanceHighlight: () => ReturnType;
11554
11570
  };
11555
11571
  }
11556
11572
  }
@@ -3,8 +3,8 @@ import { cL as R0, cK as E0, cX as L0, cH as z0, cI as A0, cB as F0, cC as P0, c
3
3
  import { jsx as n, jsxs as m, Fragment as De } from "react/jsx-runtime";
4
4
  import Q, { forwardRef as Ae, useRef as _, useTransition as zd, useState as $, useLayoutEffect as ar, useId as Ur, useContext as Nt, createContext as st, useEffect as te, useCallback as K, useMemo as he, Fragment as Rt, isValidElement as Ad, cloneElement as Pa, Suspense as bo, lazy as tn, createElement as Mn, memo as Ma, Children as Oa } from "react";
5
5
  import { d as S, T as Fd, a as Pd, b as Md, f as Je, c as Od } from "./tooltip-BH6Se8A4.js";
6
- import { C as Dd, P as Bd, a as Nn, M as _d, p as Hd, b as $d, R as Yo, c as Da, u as Wd, e as jd, f as Vd, g as Ud, h as Gd, i as Kd, O as Ba, j as _a, S as qd, A as Yd, B as Xd, L as Qd, k as Jd, V as Zd, l as eu, m as tu, n as nu } from "./index-B00tg7uM.js";
7
- import { a3 as ix, a4 as ax, t as sx, v as lx, r as cx, J as dx, w as ux, E as fx, ae as hx, I as mx, s as px, a1 as gx, ag as bx, af as vx, U as xx, aj as yx, F as wx, _ as Nx, X as Cx, N as Ix, al as Sx, Q as kx, $ as Tx, a0 as Rx, x as Ex, ah as Lx, ai as zx, T as Ax, a2 as Fx, ab as Px, ad as Mx, y as Ox, D as Dx, G as Bx, Y as _x, ak as Hx, Z as $x, W as Wx, am as jx, z as Vx, H as Ux, o as Gx, q as Kx, a7 as qx, a8 as Yx, a5 as Xx, ac as Qx, K as Jx, a9 as Zx, a6 as e1, aa as t1 } from "./index-B00tg7uM.js";
6
+ import { C as Dd, P as Bd, a as Nn, M as _d, p as Hd, b as $d, R as Yo, c as Da, u as Wd, e as jd, f as Vd, g as Ud, h as Gd, i as Kd, O as Ba, j as _a, S as qd, A as Yd, B as Xd, L as Qd, k as Jd, V as Zd, l as eu, m as tu, n as nu } from "./index-4f0dxc1K.js";
7
+ import { a3 as ix, a4 as ax, t as sx, v as lx, r as cx, J as dx, w as ux, E as fx, ae as hx, I as mx, s as px, a1 as gx, ag as bx, af as vx, U as xx, aj as yx, F as wx, _ as Nx, X as Cx, N as Ix, al as Sx, Q as kx, $ as Tx, a0 as Rx, x as Ex, ah as Lx, ai as zx, T as Ax, a2 as Fx, ab as Px, ad as Mx, y as Ox, D as Dx, G as Bx, Y as _x, ak as Hx, Z as $x, W as Wx, am as jx, z as Vx, H as Ux, o as Gx, q as Kx, a7 as qx, a8 as Yx, a5 as Xx, ac as Qx, K as Jx, a9 as Zx, a6 as e1, aa as t1 } from "./index-4f0dxc1K.js";
8
8
  import ru from "react-dom";
9
9
  const ou = Sl("Search", [
10
10
  ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }],
@@ -8425,7 +8425,7 @@ const $h = {
8425
8425
  ] })
8426
8426
  ] }) });
8427
8427
  }, Jh = tn(
8428
- () => import("./index-BjppyLWI.js").then((e) => e.i).then((e) => ({
8428
+ () => import("./index-BN83B1xz.js").then((e) => e.i).then((e) => ({
8429
8429
  default: e.F0PdfViewer
8430
8430
  }))
8431
8431
  ), Zh = () => {
@@ -12641,7 +12641,7 @@ const Wp = (e) => {
12641
12641
  }
12642
12642
  )
12643
12643
  ] });
12644
- }, Jp = tn(() => import("./ChatPdfThumbnail-C6f0btcZ.js")), Zp = tn(() => import("./ChatSheetThumbnail-BvnxT-4A.js")), eg = tn(() => import("./ChatDocxThumbnail-DzNPNFya.js")), tg = tn(() => import("./ChatTextThumbnail-yVt_iYi7.js")), Fr = 288, ng = 160, rg = (e) => {
12644
+ }, Jp = tn(() => import("./ChatPdfThumbnail-BvqoVZ2X.js")), Zp = tn(() => import("./ChatSheetThumbnail-BvnxT-4A.js")), eg = tn(() => import("./ChatDocxThumbnail-DzNPNFya.js")), tg = tn(() => import("./ChatTextThumbnail-yVt_iYi7.js")), Fr = 288, ng = 160, rg = (e) => {
12645
12645
  const [t, r] = $(!1);
12646
12646
  return te(() => {
12647
12647
  const o = e.current;
package/dist/f0.d.ts CHANGED
@@ -16013,12 +16013,28 @@ declare type SearchOptions = {
16013
16013
  * result calls `onSelect` (e.g. the graph view reveals/centers the node).
16014
16014
  */
16015
16015
  declare type SearchPreview<R extends RecordType> = {
16016
- search: (query: string) => Promise<R[]>;
16016
+ /**
16017
+ * Fetch one page of matches for `query`. `page` starts at 0 and increments as
16018
+ * the user scrolls the dropdown to the bottom; it is optional so existing
16019
+ * non-paginated consumers keep the plain `(query) => Promise<R[]>` shape.
16020
+ * Return a bare array for a single, non-paginated page (treated as
16021
+ * `hasMore: false`), or a `SearchPreviewPage` to drive infinite scroll.
16022
+ */
16023
+ search: (query: string, page?: number) => Promise<R[] | SearchPreviewPage<R>>;
16017
16024
  getId: (record: R) => string;
16018
16025
  render: (record: R) => SearchPreviewResultData;
16019
16026
  onSelect: (record: R) => void;
16020
16027
  };
16021
16028
 
16029
+ /**
16030
+ * One page of search-preview results. `hasMore` tells the dropdown whether to
16031
+ * keep pulling further pages as the user scrolls (infinite scroll).
16032
+ */
16033
+ declare type SearchPreviewPage<R extends RecordType> = {
16034
+ records: R[];
16035
+ hasMore: boolean;
16036
+ };
16037
+
16022
16038
  /** Data shown for a single row of the search preview dropdown. */
16023
16039
  declare type SearchPreviewResultData = {
16024
16040
  avatar?: AvatarVariant;
@@ -18732,11 +18748,8 @@ declare module "@tiptap/core" {
18732
18748
 
18733
18749
  declare module "@tiptap/core" {
18734
18750
  interface Commands<ReturnType> {
18735
- enhanceHighlight: {
18736
- setEnhanceHighlight: (from: number, to: number, options?: {
18737
- placeholder?: string;
18738
- }) => ReturnType;
18739
- clearEnhanceHighlight: () => ReturnType;
18751
+ moodTracker: {
18752
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
18740
18753
  };
18741
18754
  }
18742
18755
  }
@@ -18744,8 +18757,11 @@ declare module "@tiptap/core" {
18744
18757
 
18745
18758
  declare module "@tiptap/core" {
18746
18759
  interface Commands<ReturnType> {
18747
- moodTracker: {
18748
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
18760
+ enhanceHighlight: {
18761
+ setEnhanceHighlight: (from: number, to: number, options?: {
18762
+ placeholder?: string;
18763
+ }) => ReturnType;
18764
+ clearEnhanceHighlight: () => ReturnType;
18749
18765
  };
18750
18766
  }
18751
18767
  }
package/dist/f0.js CHANGED
@@ -7,10 +7,10 @@ import { D as TF, E as DF, G as AF, H as MF, I as rI, J as LF, K as EF, L as NF,
7
7
  import { A as Eve, C as Nve, t as Ive, s as kve, v as Pve, y as Rve, l as Ove, i as Bve, q as zve, z as Vve, B as Fve, p as Gve, r as Hve, j as Wve, e as Uve, g as $ve, k as Yve, T as Xve, w as qve, h as Zve, a as jve, n as Kve, m as Qve, o as Jve, b as epe, f as tpe, x as rpe, c as npe, d as ipe, u as ape } from "./F0AiProcessingOverlay-DWjggPHl.js";
8
8
  import { d as ee, u as ap, g as zF, h as nl, P as pf, i as Zl, j as VF, f as bi } from "./tooltip-BH6Se8A4.js";
9
9
  import { createPortal as op } from "react-dom";
10
- import { C as FF, an as GF, ao as HF, ap as WF, aq as Uw, ar as UF, as as $F, at as YF, au as XF, av as qF, aw as ZF, ax as jF, i as KF, F as aI, ay as QF, az as JF, aA as eG, aB as tG, aC as rG, aD as oI, aE as nG, aF as sp, aG as Ya, aH as iG, aI as U_, aJ as $_, I as aG, aK as oG, aL as ws, aM as sI, aN as sG, aO as lG, aP as uG, aQ as cG, aR as fG, aS as dG, _ as hG, ae as vG, aT as pG, U as gG, aU as mG, aV as yG, c as lp, R as Y_, u as X_, Y as lI, O as q_, aW as uI, aX as $w, aY as Z_, r as bG, e as cI, a2 as fI, aZ as _G, a_ as xG, a$ as wG, b0 as SG, M as CG } from "./index-B00tg7uM.js";
11
- import { t as spe, v as lpe, J as upe, w as cpe, E as fpe, bm as dpe, bl as hpe, bf as vpe, b2 as ppe, b1 as gpe, b3 as mpe, b4 as ype, b6 as bpe, b7 as _pe, ag as xpe, af as wpe, aj as Spe, X as Cpe, N as Tpe, al as Dpe, Q as Ape, x as Mpe, bn as Lpe, ah as Epe, ai as Npe, T as Ipe, y as kpe, P as Ppe, D as Rpe, G as Ope, ak as Bpe, W as zpe, am as Vpe, z as Fpe, H as Gpe, bp as Hpe, o as Wpe, q as Upe, be as $pe, bj as Ype, bj as Xpe, bk as qpe, ba as Zpe, b9 as jpe, bo as Kpe, ac as Qpe, bc as Jpe, bd as ege, K as tge, bq as rge, br as nge, f as ige, bg as age, bh as oge, bi as sge, b5 as lge, bb as uge, g as cge, j as fge, b8 as dge, bs as hge } from "./index-B00tg7uM.js";
12
- import { F as pge, p as gge } from "./index-BjppyLWI.js";
13
- import { c as yge } from "./pdfWorker-DGnb8wYm.js";
10
+ import { C as FF, an as GF, ao as HF, ap as WF, aq as Uw, ar as UF, as as $F, at as YF, au as XF, av as qF, aw as ZF, ax as jF, i as KF, F as aI, ay as QF, az as JF, aA as eG, aB as tG, aC as rG, aD as oI, aE as nG, aF as sp, aG as Ya, aH as iG, aI as U_, aJ as $_, I as aG, aK as oG, aL as ws, aM as sI, aN as sG, aO as lG, aP as uG, aQ as cG, aR as fG, aS as dG, _ as hG, ae as vG, aT as pG, U as gG, aU as mG, aV as yG, c as lp, R as Y_, u as X_, Y as lI, O as q_, aW as uI, aX as $w, aY as Z_, r as bG, e as cI, a2 as fI, aZ as _G, a_ as xG, a$ as wG, b0 as SG, M as CG } from "./index-4f0dxc1K.js";
11
+ import { t as spe, v as lpe, J as upe, w as cpe, E as fpe, bm as dpe, bl as hpe, bf as vpe, b2 as ppe, b1 as gpe, b3 as mpe, b4 as ype, b6 as bpe, b7 as _pe, ag as xpe, af as wpe, aj as Spe, X as Cpe, N as Tpe, al as Dpe, Q as Ape, x as Mpe, bn as Lpe, ah as Epe, ai as Npe, T as Ipe, y as kpe, P as Ppe, D as Rpe, G as Ope, ak as Bpe, W as zpe, am as Vpe, z as Fpe, H as Gpe, bp as Hpe, o as Wpe, q as Upe, be as $pe, bj as Ype, bj as Xpe, bk as qpe, ba as Zpe, b9 as jpe, bo as Kpe, ac as Qpe, bc as Jpe, bd as ege, K as tge, bq as rge, br as nge, f as ige, bg as age, bh as oge, bi as sge, b5 as lge, bb as uge, g as cge, j as fge, b8 as dge, bs as hge } from "./index-4f0dxc1K.js";
12
+ import { F as pge, p as gge } from "./index-BN83B1xz.js";
13
+ import { c as yge } from "./pdfWorker-DXwMD3Dk.js";
14
14
  import { g as TG } from "./_commonjsHelpers-ByX85dGu.js";
15
15
  import { utils as hl, write as dI } from "./xlsx-CzlURDDb.js";
16
16
  import { defaultTranslations as _ge } from "./i18n-provider-defaults.js";
@@ -1069,11 +1069,8 @@ declare module "@tiptap/core" {
1069
1069
 
1070
1070
  declare module "@tiptap/core" {
1071
1071
  interface Commands<ReturnType> {
1072
- enhanceHighlight: {
1073
- setEnhanceHighlight: (from: number, to: number, options?: {
1074
- placeholder?: string;
1075
- }) => ReturnType;
1076
- clearEnhanceHighlight: () => ReturnType;
1072
+ moodTracker: {
1073
+ insertMoodTracker: (data: MoodTrackerData) => ReturnType;
1077
1074
  };
1078
1075
  }
1079
1076
  }
@@ -1081,8 +1078,11 @@ declare module "@tiptap/core" {
1081
1078
 
1082
1079
  declare module "@tiptap/core" {
1083
1080
  interface Commands<ReturnType> {
1084
- moodTracker: {
1085
- insertMoodTracker: (data: MoodTrackerData) => ReturnType;
1081
+ enhanceHighlight: {
1082
+ setEnhanceHighlight: (from: number, to: number, options?: {
1083
+ placeholder?: string;
1084
+ }) => ReturnType;
1085
+ clearEnhanceHighlight: () => ReturnType;
1086
1086
  };
1087
1087
  }
1088
1088
  }