@factorialco/f0-react 1.419.0 → 1.421.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.
@@ -1,7 +1,7 @@
1
1
  import { defaultTranslations as ke } from "./i18n-provider-defaults.js";
2
2
  import { jsx as q, jsxs as le } from "react/jsx-runtime";
3
3
  import { useInsertionEffect as Xe, createContext as Ye, useContext as $e, useRef as B, useEffect as ie, useState as Ue, useCallback as qe, useMemo as He } from "react";
4
- import { r as Ke, l as je, m as Qe, n as Je, o as Me, p as Ze, q as et, s as tt, t as rt, v as nt, w as Ne, x as ot, V as it, y as st, z as at, A as ct, S as ut, H as lt, B as se, D as ft, E as dt, G as ht, J as mt, K as pt, L as vt, M as fe, N as gt } from "./registry-QvKnuacs.js";
4
+ import { r as Ke, l as je, m as Qe, n as Je, o as Me, p as Ze, q as et, s as tt, t as rt, v as nt, w as Ne, x as ot, V as it, y as st, z as at, A as ct, S as ut, H as lt, B as se, D as ft, E as dt, G as ht, J as mt, K as pt, L as vt, M as fe, N as gt } from "./registry-CpP6Cwro.js";
5
5
  import { useTrackVolume as wt } from "@livekit/components-react";
6
6
  function Tt(t, e, r) {
7
7
  Xe(() => t.on(e, r), [t, e, r]);
package/dist/ai.d.ts CHANGED
@@ -1762,6 +1762,11 @@ declare module "gridstack" {
1762
1762
  }
1763
1763
 
1764
1764
 
1765
+ declare namespace Calendar {
1766
+ var displayName: string;
1767
+ }
1768
+
1769
+
1765
1770
  declare module "@tiptap/core" {
1766
1771
  interface Commands<ReturnType> {
1767
1772
  aiBlock: {
@@ -1791,15 +1796,6 @@ declare module "@tiptap/core" {
1791
1796
  }
1792
1797
 
1793
1798
 
1794
- declare module "@tiptap/core" {
1795
- interface Commands<ReturnType> {
1796
- transcript: {
1797
- insertTranscript: (data: TranscriptData) => ReturnType;
1798
- };
1799
- }
1800
- }
1801
-
1802
-
1803
1799
  declare module "@tiptap/core" {
1804
1800
  interface Commands<ReturnType> {
1805
1801
  videoEmbed: {
@@ -1811,6 +1807,10 @@ declare module "@tiptap/core" {
1811
1807
  }
1812
1808
 
1813
1809
 
1814
- declare namespace Calendar {
1815
- var displayName: string;
1810
+ declare module "@tiptap/core" {
1811
+ interface Commands<ReturnType> {
1812
+ transcript: {
1813
+ insertTranscript: (data: TranscriptData) => ReturnType;
1814
+ };
1815
+ }
1816
1816
  }
package/dist/ai.js CHANGED
@@ -1,6 +1,6 @@
1
- import { i as t, h as i, F as e, a as n, C as o, b as r, j as A, k as c, I as u, g as F, c as h, d as C, u as l, f as I, e as f } from "./registry-QvKnuacs.js";
1
+ import { i as t, h as i, F as e, a as n, C as o, b as r, j as A, k as c, I as u, g as F, c as h, d as C, u as l, f as I, e as f } from "./registry-CpP6Cwro.js";
2
2
  import { defaultTranslations as d } from "./i18n-provider-defaults.js";
3
- import { A as p, F as S, c as g, d as v, b as x, a as k, o as O, u as P } from "./F0HILActionConfirmation-e3fz8fma.js";
3
+ import { A as p, F as S, c as g, d as v, b as x, a as k, o as O, u as P } from "./F0HILActionConfirmation-CNd9CvgI.js";
4
4
  export {
5
5
  p as AiChatTranslationsProvider,
6
6
  t as ChatSpinner,
@@ -20,6 +20,7 @@ import { CompanyCellValue } from './types/company';
20
20
  import { CompanyCellValue as CompanyCellValue_2 } from './experimental';
21
21
  import { CompanyItemProps } from './types';
22
22
  import { ComponentProps } from 'react';
23
+ import { CompoundCellValue } from './types/compound';
23
24
  import { CopilotKitProps } from '@copilotkit/react-core';
24
25
  import { CountryCellValue } from './types/country';
25
26
  import { DateCellValue } from './types/date';
@@ -6808,6 +6809,7 @@ export declare function useSidebar(): FrameContextType;
6808
6809
  declare type ValueDisplayRendererContext = {
6809
6810
  visualization: ValueDisplayVisualizationType;
6810
6811
  i18n: TranslationsType;
6812
+ tableAlign?: ValueDisplayTableAlignment;
6811
6813
  };
6812
6814
 
6813
6815
  /**
@@ -6827,6 +6829,7 @@ declare const valueDisplayRenderers: {
6827
6829
  readonly number: (args: NumberCellValue, meta: ValueDisplayRendererContext) => JSX_2.Element;
6828
6830
  readonly date: (args: DateCellValue, meta: ValueDisplayRendererContext) => JSX_2.Element;
6829
6831
  readonly amount: (args: AmountCellValue, meta: ValueDisplayRendererContext) => JSX_2.Element;
6832
+ readonly compound: (args: CompoundCellValue, meta: ValueDisplayRendererContext) => JSX_2.Element;
6830
6833
  readonly avatarList: (args: AvatarListCellValue, meta: ValueDisplayRendererContext) => JSX_2.Element;
6831
6834
  readonly status: (args: StatusCellValue) => JSX_2.Element;
6832
6835
  readonly alertTag: (args: AlertTagCellValue) => JSX_2.Element;
@@ -6847,6 +6850,8 @@ declare const valueDisplayRenderers: {
6847
6850
  readonly delta: (args: DeltaCellValue) => JSX_2.Element;
6848
6851
  };
6849
6852
 
6853
+ declare type ValueDisplayTableAlignment = "left" | "right";
6854
+
6850
6855
  declare type ValueDisplayVisualizationType = "table" | "card" | "list" | (string & {});
6851
6856
 
6852
6857
  declare type Variant = (typeof statuses)[number];
@@ -7192,6 +7197,11 @@ declare module "gridstack" {
7192
7197
  }
7193
7198
 
7194
7199
 
7200
+ declare namespace Calendar {
7201
+ var displayName: string;
7202
+ }
7203
+
7204
+
7195
7205
  declare module "@tiptap/core" {
7196
7206
  interface Commands<ReturnType> {
7197
7207
  aiBlock: {
@@ -7221,15 +7231,6 @@ declare module "@tiptap/core" {
7221
7231
  }
7222
7232
 
7223
7233
 
7224
- declare module "@tiptap/core" {
7225
- interface Commands<ReturnType> {
7226
- transcript: {
7227
- insertTranscript: (data: TranscriptData) => ReturnType;
7228
- };
7229
- }
7230
- }
7231
-
7232
-
7233
7234
  declare module "@tiptap/core" {
7234
7235
  interface Commands<ReturnType> {
7235
7236
  videoEmbed: {
@@ -7241,6 +7242,10 @@ declare module "@tiptap/core" {
7241
7242
  }
7242
7243
 
7243
7244
 
7244
- declare namespace Calendar {
7245
- var displayName: string;
7245
+ declare module "@tiptap/core" {
7246
+ interface Commands<ReturnType> {
7247
+ transcript: {
7248
+ insertTranscript: (data: TranscriptData) => ReturnType;
7249
+ };
7250
+ }
7246
7251
  }
@@ -1,10 +1,10 @@
1
- import { cB as mf, a7 as _r, b0 as gf, a6 as bf, cC as wf, cD as xf, a1 as yf, cE as Co, cF as er, cG as vf, cH as _s, cI as ji, cJ as Er, K as k, R as q, L as rt, u as me, cK as kf, cL as Cf, cM as Sf, cN as Nf, cO as If, ak as Le, cP as Af, a0 as Et, cQ as _f, b1 as Ef, _ as H, b9 as Tf, ba as Df, U as jt, cR as ba, bm as Rf, bb as Lf, M as B, cS as Es, Z as E, cT as it, cU as Of, cV as Mf, bh as Pf, aC as Ff, bf as zf, aL as Ht, cW as wa, cX as $f, cY as Tt, bz as kn, aE as Ts, aF as cn, k as xa, a4 as mt, cZ as ya, c_ as Bf, c$ as So, d0 as tn, d1 as Ds, d2 as jn, d3 as Tr, d4 as jf, d5 as va, d6 as Hf, d7 as Rs, d8 as Cn, d9 as Re, da as Vf, db as Wf, dc as kt, dd as bi, de as Uf, df as yn, dg as Kt, dh as Gf, P as de, di as Kf, dj as qf, dk as Yf, dl as Jf, dm as Xf, W as Ye, Y as ue, dn as Ls, aX as Hn, cy as Zr, dp as ka, dq as Os, dr as Zf, ds as Qf, dt as eh, du as th, dv as nh, dw as rh, dx as ih, dy as sh, dz as oh, b4 as lh, dA as ah, b2 as ch, dB as dh, dC as uh, dD as fh, dE as hh, dF as ph, dG as mh, dH as gh, dI as bh, bY as nt, dJ as Ca, dK as wh, a3 as V, N as Sa, dL as Na, dM as xh, bA as Ms, a8 as No, a9 as Io, aw as yh, dN as vh, dO as kh, am as dn, dP as Ch, dQ as Sh, dR as Nh, dS as Ih, aS as Qr, dT as Ia, dU as Aa, b_ as _a, dV as Ah, aN as Dr, dW as _h, dX as Eh, dY as Th, dZ as Dh, d_ as Rh, ai as Lh, aj as Oh, al as Mh, d$ as Ph, e0 as Ea, e1 as Fh, e2 as Ta, e3 as zh, e4 as $h, e5 as Bh, aB as Ao, e6 as Da, e7 as Hi, ar as Vi, e8 as Ra, e9 as jh, ea as Hh, cx as Vn, bx as La, cA as Vh, cz as Wh, eb as Uh, by as nn, ec as Gh, au as tr, ed as _o, ee as Wi, ef as Kh, bg as qh, eg as Yh, bU as Oa, bZ as Jh, c9 as Ma, c7 as Ps, ae as Xh, ca as Zh, bW as Fs, az as Pa, c as Fa, g as Qh, a as ep, bR as tp, eh as za, ei as np, F as rp, ej as $a, ek as Ba, el as ip, bq as Eo, em as sp, en as op, bT as lp, bo as ja, br as ap, eo as cp, ep as dp, eq as up, er as fp, at as Ha, $ as hp, Q as st, bF as zs, es as $s, et as Bs, eu as Va, bG as js, ev as Wa, ew as pp, ex as mp, ey as gp, ez as bp, eA as wp, bH as xp, eB as yp, bV as vp, eC as kp, eD as To, eE as Do, eF as Ro, eG as Cp, eH as Sp, eI as Np, b6 as Ip, eJ as Ua, bw as Ap, eK as _p, eL as Ep } from "./registry-QvKnuacs.js";
2
- import { eP as WI, eO as UI, eM as GI, aI as KI, eN as qI, eX as YI, eY as JI, e_ as XI, f2 as ZI, f3 as QI, aO as eA, eR as tA, eQ as nA, eZ as rA, eW as iA, eT as sA, eV as oA, eS as lA, bX as aA, eU as cA, e$ as dA, f0 as uA, f1 as fA } from "./registry-QvKnuacs.js";
1
+ import { cH as mf, a7 as _r, b8 as gf, a6 as bf, cI as wf, cJ as xf, a1 as yf, cK as Co, cL as er, cM as vf, cN as _s, cO as ji, cP as Er, K as k, R as q, L as rt, u as me, cQ as kf, cR as Cf, cS as Sf, cT as Nf, cU as If, ak as Le, cV as Af, a0 as Et, cW as _f, b9 as Ef, _ as H, bh as Tf, bi as Df, U as jt, cX as ba, bu as Rf, bj as Lf, M as B, cY as Es, Z as E, cZ as it, c_ as Of, c$ as Mf, bp as Pf, aC as Ff, bn as zf, aL as Ht, d0 as wa, d1 as $f, d2 as Tt, a$ as kn, aE as Ts, aF as cn, k as xa, a4 as mt, d3 as ya, d4 as Bf, d5 as So, d6 as tn, d7 as Ds, d8 as jn, d9 as Tr, da as jf, db as va, dc as Hf, dd as Rs, de as Cn, df as Re, dg as Vf, dh as Wf, di as kt, dj as bi, dk as Uf, dl as yn, dm as Kt, dn as Gf, P as de, dp as Kf, dq as qf, dr as Yf, ds as Jf, dt as Xf, W as Ye, Y as ue, du as Ls, aX as Hn, cE as Zr, dv as ka, dw as Os, dx as Zf, dy as Qf, dz as eh, dA as th, dB as nh, dC as rh, dD as ih, dE as sh, dF as oh, bc as lh, dG as ah, ba as ch, dH as dh, dI as uh, dJ as fh, dK as hh, dL as ph, dM as mh, dN as gh, dO as bh, c2 as nt, dP as Ca, dQ as wh, a3 as V, N as Sa, dR as Na, dS as xh, b3 as Ms, a8 as No, a9 as Io, aw as yh, dT as vh, dU as kh, am as dn, dV as Ch, dW as Sh, dX as Nh, dY as Ih, aS as Qr, dZ as Ia, d_ as Aa, c4 as _a, d$ as Ah, aN as Dr, e0 as _h, e1 as Eh, e2 as Th, e3 as Dh, e4 as Rh, ai as Lh, aj as Oh, al as Mh, e5 as Ph, e6 as Ea, e7 as Fh, e8 as Ta, e9 as zh, ea as $h, eb as Bh, aB as Ao, ec as Da, ed as Hi, ar as Vi, ee as Ra, ef as jh, eg as Hh, cD as Vn, bF as La, cG as Vh, cF as Wh, eh as Uh, bG as nn, ei as Gh, au as tr, ej as _o, ek as Wi, el as Kh, bo as qh, em as Yh, b_ as Oa, c3 as Jh, cf as Ma, cd as Ps, ae as Xh, cg as Zh, c0 as Fs, az as Pa, c as Fa, g as Qh, a as ep, bX as tp, en as za, eo as np, F as rp, ep as $a, eq as Ba, er as ip, by as Eo, es as sp, et as op, bZ as lp, bw as ja, bz as ap, eu as cp, ev as dp, ew as up, ex as fp, at as Ha, $ as hp, Q as st, bL as zs, ey as $s, ez as Bs, eA as Va, bM as js, eB as Wa, eC as pp, eD as mp, eE as gp, eF as bp, eG as wp, bN as xp, eH as yp, b$ as vp, eI as kp, eJ as To, eK as Do, eL as Ro, b1 as Cp, eM as Sp, eN as Np, be as Ip, eO as Ua, bE as Ap, eP as _p, eQ as Ep } from "./registry-CpP6Cwro.js";
2
+ import { eU as WI, eT as UI, eR as GI, aI as KI, eS as qI, f0 as YI, f1 as JI, f3 as XI, f7 as ZI, f8 as QI, aO as eA, eW as tA, eV as nA, f2 as rA, e$ as iA, eY as sA, e_ as oA, eX as lA, c1 as aA, eZ as cA, f4 as dA, f5 as uA, f6 as fA } from "./registry-CpP6Cwro.js";
3
3
  import { jsx as c, jsxs as g, Fragment as ne } from "react/jsx-runtime";
4
4
  import * as Sn from "react";
5
5
  import z, { PureComponent as Tp, forwardRef as P, useRef as K, useTransition as Dp, useState as L, useLayoutEffect as Ga, useContext as Hs, createContext as Vs, useCallback as X, useMemo as ee, useEffect as W, useId as Ka, useImperativeHandle as qa, memo as Ya, Fragment as Rp, isValidElement as Lp, cloneElement as Ja, Children as Xa } from "react";
6
- import { f as Yt, ac as Nn, e as nr, ad as Op, L as wi, ae as Mp, A as Pp, i as rr, k as Fp, G as zp, g as Lo, af as $p, j as Oo, n as Bp, ag as Za, ah as Qa, ai as jp, C as Hp, aa as Vp, aj as je, ak as ot, al as Ee, am as Wp, an as gr, ao as Ue, ap as ec, aq as Me, ar as Ws, as as $e, at as Mo, au as Up, av as tc, aw as Ie, ax as Fe, ay as In, az as Rr, aA as nc, aB as Gp, aC as Vt, aD as Kp, aE as qp, aF as Yp, aG as Wn, aH as Un, aI as Us, aJ as Jp, aK as rc, aL as ic, aM as sc, aN as Xp, aO as oc, aP as lc, aQ as ac, aR as cc, aS as dc, aT as uc, a3 as Po, aU as Zp, aV as Fo, aW as Qp, aX as em, aY as tm, w as nm, x as rm, z as im, J as sm, K as om, s as lm, aZ as fc, a_ as am, a$ as cm, b0 as dm, b1 as hc, a7 as Ui, b2 as um, b3 as fm, b4 as hm, b5 as pm, b6 as mm, b7 as gm, b8 as bm, b9 as wm, ba as xm, bb as ym, bc as vm, bd as km, ab as pc, M as Cm, N as Sm, P as Nm, Q as Im, V as Am, O as _m, be as zo, bf as Em, bg as Tm, l as Dm } from "./index-ClKgg8Ep.js";
7
- import { a5 as pA, Z as mA, a0 as gA, R as bA, $ as wA, bk as xA, bj as yA, bh as vA, bi as kA, T as CA, a4 as SA, U as NA, _ as IA, W as AA, a8 as _A, a9 as EA } from "./index-ClKgg8Ep.js";
6
+ import { f as Yt, ad as Nn, e as nr, ae as Op, L as wi, af as Mp, A as Pp, i as rr, k as Fp, G as zp, g as Lo, ag as $p, j as Oo, n as Bp, ah as Za, ai as Qa, aj as jp, C as Hp, ab as Vp, ak as je, al as ot, am as Ee, an as Wp, ao as gr, ap as Ue, aq as ec, ar as Me, as as Ws, at as $e, au as Mo, av as Up, aw as tc, ax as Ie, ay as Fe, az as In, aA as Rr, aB as nc, aC as Gp, aD as Vt, aE as Kp, aF as qp, aG as Yp, aH as Wn, aI as Un, aJ as Us, aK as Jp, aL as rc, aM as ic, aN as sc, aO as Xp, aP as oc, aQ as lc, aR as ac, aS as cc, aT as dc, aU as uc, a4 as Po, aV as Zp, aW as Fo, aX as Qp, aY as em, aZ as tm, w as nm, x as rm, z as im, J as sm, K as om, s as lm, a_ as fc, a$ as am, b0 as cm, b1 as dm, b2 as hc, a8 as Ui, b3 as um, b4 as fm, b5 as hm, b6 as pm, b7 as mm, b8 as gm, b9 as bm, a0 as wm, ba as xm, bb as ym, bc as vm, bd as km, ac as pc, M as Cm, N as Sm, P as Nm, Q as Im, V as Am, O as _m, be as zo, bf as Em, bg as Tm, l as Dm } from "./index-DGNb4Rcb.js";
7
+ import { a6 as pA, Z as mA, a1 as gA, R as bA, $ as wA, bk as xA, bj as yA, bh as vA, bi as kA, T as CA, a5 as SA, U as NA, _ as IA, W as AA, a9 as _A, aa as EA } from "./index-DGNb4Rcb.js";
8
8
  import './experimental.css';const Rm = mf("Search", [
9
9
  ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }],
10
10
  ["path", { d: "m21 21-4.3-4.3", key: "1qie3q" }]
package/dist/f0.d.ts CHANGED
@@ -27,6 +27,7 @@ import { CompanyCellValue } from './f0';
27
27
  import { CompanyCellValue as CompanyCellValue_2 } from './types/company';
28
28
  import { ComponentProps } from 'react';
29
29
  import { ComponentType } from 'react';
30
+ import { CompoundCellValue } from './types/compound';
30
31
  import { Context } from 'react';
31
32
  import { CopilotKitProps } from '@copilotkit/react-core';
32
33
  import { CountryCellValue } from './types/country';
@@ -59,6 +60,7 @@ import { F0TagPersonProps as F0TagPersonProps_2 } from './types';
59
60
  import { F0TagRawProps } from './types';
60
61
  import { F0TagStatusProps } from './types';
61
62
  import { F0TagTeamProps } from './types';
63
+ import { F0TimelineRowProps as F0TimelineRowProps_2 } from './types';
62
64
  import { f1Colors } from '@factorialco/f0-core';
63
65
  import { FC } from 'react';
64
66
  import { FileCellValue } from './f0';
@@ -6517,6 +6519,69 @@ declare type F0TimeFieldConfig = F0BaseConfig & F0TimeConfig & {
6517
6519
  fieldType: "time";
6518
6520
  };
6519
6521
 
6522
+ /**
6523
+ * @experimental This is an experimental component use it at your own risk
6524
+ */
6525
+ export declare const F0TimelineRow: WithDataTestIdReturnType_3<(props: F0TimelineRowProps_2) => JSX_2.Element>;
6526
+
6527
+ export declare interface F0TimelineRowAction {
6528
+ /** Button label */
6529
+ label: string;
6530
+ /** Optional icon for the button */
6531
+ icon?: IconType;
6532
+ /** Click handler */
6533
+ onClick: () => void;
6534
+ /** Whether the button is disabled */
6535
+ disabled?: boolean;
6536
+ /** Whether the button is in a loading state */
6537
+ loading?: boolean;
6538
+ }
6539
+
6540
+ declare interface F0TimelineRowBaseProps {
6541
+ /** The current status of this timeline entry */
6542
+ status: TimelineRowStatus;
6543
+ /** The title of the timeline entry (e.g., "Tasks") */
6544
+ title: string;
6545
+ /** Whether this is the last row in the timeline (hides the bottom connector line) */
6546
+ isLast?: boolean;
6547
+ /** Hide the status indicator column (used for subtasks inside multitask rows) */
6548
+ hideStatus?: boolean;
6549
+ }
6550
+
6551
+ /** Props for a multitask (collapsible group) timeline row */
6552
+ export declare interface F0TimelineRowMultitaskProps extends F0TimelineRowBaseProps {
6553
+ /** Number of grouped tasks */
6554
+ taskCount: number;
6555
+ /** Number of completed tasks in the group (shows a progress pill) */
6556
+ completedCount?: number;
6557
+ /** Whether the multitask row is expanded (controlled) */
6558
+ expanded: boolean;
6559
+ /** Callback when multitask row expand/collapse is toggled */
6560
+ onExpandToggle: () => void;
6561
+ /** The subtask items to render when expanded */
6562
+ items: F0TimelineRowTaskProps[];
6563
+ }
6564
+
6565
+ export declare type F0TimelineRowOtherAction = DropdownItem;
6566
+
6567
+ export declare type F0TimelineRowProps = F0TimelineRowTaskProps | F0TimelineRowMultitaskProps;
6568
+
6569
+ /** Props for a single-task timeline row */
6570
+ export declare interface F0TimelineRowTaskProps extends F0TimelineRowBaseProps {
6571
+ /** The icon representing the task type (defaults to Marker) */
6572
+ icon?: IconType;
6573
+ /** Description text (e.g., "Completed on 20/2025") */
6574
+ description?: string;
6575
+ /** Metadata items to display (assignees, tags, dates, etc.) using the same pattern as ResourceHeader */
6576
+ metadata?: (MetadataItem | undefined | boolean)[];
6577
+ /** Primary action button (displayed on the right after a divider) */
6578
+ primaryAction?: F0TimelineRowAction;
6579
+ /** Secondary action buttons (displayed on the left) */
6580
+ secondaryActions?: F0TimelineRowAction[];
6581
+ /** Overflow menu items (displayed as a dropdown via ellipsis button) */
6582
+ otherActions?: F0TimelineRowOtherAction[];
6583
+ }
6584
+
6520
6585
  export declare const F0WizardForm: {
6521
6586
  <TSchema extends F0FormSchema_2>(props: F0WizardFormSingleSchemaProps<TSchema>): default_2.ReactElement;
6522
6587
  <T extends F0PerSectionSchema_2>(props: F0WizardFormPerSectionProps<T>): default_2.ReactElement;
@@ -9803,6 +9868,10 @@ declare const textVariants: (props?: ({
9803
9868
  className?: ClassValue;
9804
9869
  })) | undefined) => string;
9805
9870
 
9871
+ export declare type TimelineRowStatus = (typeof timelineRowStatuses)[number];
9872
+
9873
+ export declare const timelineRowStatuses: readonly ["completed", "in-progress", "not-started"];
9874
+
9806
9875
  declare type TOCItem<Depth extends 1 | 2 | 3 | 4 = 1> = BaseTOCItem & {
9807
9876
  children?: NextDepth<Depth> extends never ? never : TOCItem<NextDepth<Depth>>[];
9808
9877
  };
@@ -10508,6 +10577,7 @@ export declare const useXRay: () => {
10508
10577
  declare type ValueDisplayRendererContext_2 = {
10509
10578
  visualization: ValueDisplayVisualizationType;
10510
10579
  i18n: TranslationsType;
10580
+ tableAlign?: ValueDisplayTableAlignment;
10511
10581
  };
10512
10582
 
10513
10583
  /**
@@ -10527,6 +10597,7 @@ declare const valueDisplayRenderers: {
10527
10597
  readonly number: (args: NumberCellValue_2, meta: ValueDisplayRendererContext_2) => JSX_2.Element;
10528
10598
  readonly date: (args: DateCellValue_2, meta: ValueDisplayRendererContext_2) => JSX_2.Element;
10529
10599
  readonly amount: (args: AmountCellValue_2, meta: ValueDisplayRendererContext_2) => JSX_2.Element;
10600
+ readonly compound: (args: CompoundCellValue, meta: ValueDisplayRendererContext_2) => JSX_2.Element;
10530
10601
  readonly avatarList: (args: AvatarListCellValue_2, meta: ValueDisplayRendererContext_2) => JSX_2.Element;
10531
10602
  readonly status: (args: StatusCellValue_2) => JSX_2.Element;
10532
10603
  readonly alertTag: (args: AlertTagCellValue_2) => JSX_2.Element;
@@ -10547,6 +10618,8 @@ declare const valueDisplayRenderers: {
10547
10618
  readonly delta: (args: DeltaCellValue) => JSX_2.Element;
10548
10619
  };
10549
10620
 
10621
+ declare type ValueDisplayTableAlignment = "left" | "right";
10622
+
10550
10623
  declare type ValueDisplayVisualizationType = "table" | "card" | "list" | (string & {});
10551
10624
 
10552
10625
  export declare type Variant = (typeof statuses)[number];
@@ -10694,6 +10767,11 @@ declare module "gridstack" {
10694
10767
  }
10695
10768
 
10696
10769
 
10770
+ declare namespace Calendar {
10771
+ var displayName: string;
10772
+ }
10773
+
10774
+
10697
10775
  declare module "@tiptap/core" {
10698
10776
  interface Commands<ReturnType> {
10699
10777
  aiBlock: {
@@ -10723,15 +10801,6 @@ declare module "@tiptap/core" {
10723
10801
  }
10724
10802
 
10725
10803
 
10726
- declare module "@tiptap/core" {
10727
- interface Commands<ReturnType> {
10728
- transcript: {
10729
- insertTranscript: (data: TranscriptData) => ReturnType;
10730
- };
10731
- }
10732
- }
10733
-
10734
-
10735
10804
  declare module "@tiptap/core" {
10736
10805
  interface Commands<ReturnType> {
10737
10806
  videoEmbed: {
@@ -10743,6 +10812,10 @@ declare module "@tiptap/core" {
10743
10812
  }
10744
10813
 
10745
10814
 
10746
- declare namespace Calendar {
10747
- var displayName: string;
10815
+ declare module "@tiptap/core" {
10816
+ interface Commands<ReturnType> {
10817
+ transcript: {
10818
+ insertTranscript: (data: TranscriptData) => ReturnType;
10819
+ };
10820
+ }
10748
10821
  }