@factorialco/f0-react 1.419.0 → 1.420.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/{F0HILActionConfirmation-e3fz8fma.js → F0HILActionConfirmation-DmSwzvkv.js} +1 -1
- package/dist/ai.d.ts +6 -6
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +6 -6
- package/dist/experimental.js +4 -4
- package/dist/f0.d.ts +74 -6
- package/dist/f0.js +3961 -3803
- package/dist/i18n-provider-defaults.d.ts +6 -6
- package/dist/{index-ClKgg8Ep.js → index-BVculwZa.js} +204 -204
- package/dist/{registry-QvKnuacs.js → registry-BQtwbAA5.js} +12115 -12073
- package/dist/styles.css +1 -1
- package/icons/app/Marker.d.ts +4 -0
- package/icons/app/Marker.d.ts.map +1 -0
- package/icons/app/Marker.js +5 -0
- package/icons/app/Multitask.d.ts +4 -0
- package/icons/app/Multitask.d.ts.map +1 -0
- package/icons/app/Multitask.js +5 -0
- package/icons/app/index.d.ts +2 -0
- package/icons/app/index.d.ts.map +1 -1
- package/icons/app/index.js +2 -0
- package/package.json +2 -2
|
@@ -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-
|
|
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-BQtwbAA5.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
|
@@ -1793,8 +1793,10 @@ declare module "@tiptap/core" {
|
|
|
1793
1793
|
|
|
1794
1794
|
declare module "@tiptap/core" {
|
|
1795
1795
|
interface Commands<ReturnType> {
|
|
1796
|
-
|
|
1797
|
-
|
|
1796
|
+
videoEmbed: {
|
|
1797
|
+
setVideoEmbed: (options: {
|
|
1798
|
+
src: string;
|
|
1799
|
+
}) => ReturnType;
|
|
1798
1800
|
};
|
|
1799
1801
|
}
|
|
1800
1802
|
}
|
|
@@ -1802,10 +1804,8 @@ declare module "@tiptap/core" {
|
|
|
1802
1804
|
|
|
1803
1805
|
declare module "@tiptap/core" {
|
|
1804
1806
|
interface Commands<ReturnType> {
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
src: string;
|
|
1808
|
-
}) => ReturnType;
|
|
1807
|
+
transcript: {
|
|
1808
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
1809
1809
|
};
|
|
1810
1810
|
}
|
|
1811
1811
|
}
|
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-
|
|
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-BQtwbAA5.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-
|
|
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-DmSwzvkv.js";
|
|
4
4
|
export {
|
|
5
5
|
p as AiChatTranslationsProvider,
|
|
6
6
|
t as ChatSpinner,
|
package/dist/experimental.d.ts
CHANGED
|
@@ -7223,8 +7223,10 @@ declare module "@tiptap/core" {
|
|
|
7223
7223
|
|
|
7224
7224
|
declare module "@tiptap/core" {
|
|
7225
7225
|
interface Commands<ReturnType> {
|
|
7226
|
-
|
|
7227
|
-
|
|
7226
|
+
videoEmbed: {
|
|
7227
|
+
setVideoEmbed: (options: {
|
|
7228
|
+
src: string;
|
|
7229
|
+
}) => ReturnType;
|
|
7228
7230
|
};
|
|
7229
7231
|
}
|
|
7230
7232
|
}
|
|
@@ -7232,10 +7234,8 @@ declare module "@tiptap/core" {
|
|
|
7232
7234
|
|
|
7233
7235
|
declare module "@tiptap/core" {
|
|
7234
7236
|
interface Commands<ReturnType> {
|
|
7235
|
-
|
|
7236
|
-
|
|
7237
|
-
src: string;
|
|
7238
|
-
}) => ReturnType;
|
|
7237
|
+
transcript: {
|
|
7238
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
7239
7239
|
};
|
|
7240
7240
|
}
|
|
7241
7241
|
}
|
package/dist/experimental.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
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-BQtwbAA5.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-BQtwbAA5.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,
|
|
7
|
-
import {
|
|
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-BVculwZa.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-BVculwZa.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
|
@@ -59,6 +59,7 @@ import { F0TagPersonProps as F0TagPersonProps_2 } from './types';
|
|
|
59
59
|
import { F0TagRawProps } from './types';
|
|
60
60
|
import { F0TagStatusProps } from './types';
|
|
61
61
|
import { F0TagTeamProps } from './types';
|
|
62
|
+
import { F0TimelineRowProps as F0TimelineRowProps_2 } from './types';
|
|
62
63
|
import { f1Colors } from '@factorialco/f0-core';
|
|
63
64
|
import { FC } from 'react';
|
|
64
65
|
import { FileCellValue } from './f0';
|
|
@@ -6517,6 +6518,69 @@ declare type F0TimeFieldConfig = F0BaseConfig & F0TimeConfig & {
|
|
|
6517
6518
|
fieldType: "time";
|
|
6518
6519
|
};
|
|
6519
6520
|
|
|
6521
|
+
/**
|
|
6522
|
+
* @experimental This is an experimental component use it at your own risk
|
|
6523
|
+
*/
|
|
6524
|
+
export declare const F0TimelineRow: WithDataTestIdReturnType_3<(props: F0TimelineRowProps_2) => JSX_2.Element>;
|
|
6525
|
+
|
|
6526
|
+
export declare interface F0TimelineRowAction {
|
|
6527
|
+
/** Button label */
|
|
6528
|
+
label: string;
|
|
6529
|
+
/** Optional icon for the button */
|
|
6530
|
+
icon?: IconType;
|
|
6531
|
+
/** Click handler */
|
|
6532
|
+
onClick: () => void;
|
|
6533
|
+
/** Whether the button is disabled */
|
|
6534
|
+
disabled?: boolean;
|
|
6535
|
+
/** Whether the button is in a loading state */
|
|
6536
|
+
loading?: boolean;
|
|
6537
|
+
}
|
|
6538
|
+
|
|
6539
|
+
declare interface F0TimelineRowBaseProps {
|
|
6540
|
+
/** The current status of this timeline entry */
|
|
6541
|
+
status: TimelineRowStatus;
|
|
6542
|
+
/** The title of the timeline entry (e.g., "Tasks") */
|
|
6543
|
+
title: string;
|
|
6544
|
+
/** Whether this is the last row in the timeline (hides the bottom connector line) */
|
|
6545
|
+
isLast?: boolean;
|
|
6546
|
+
/** Hide the status indicator column (used for subtasks inside multitask rows) */
|
|
6547
|
+
hideStatus?: boolean;
|
|
6548
|
+
}
|
|
6549
|
+
|
|
6550
|
+
/** Props for a multitask (collapsible group) timeline row */
|
|
6551
|
+
export declare interface F0TimelineRowMultitaskProps extends F0TimelineRowBaseProps {
|
|
6552
|
+
/** Number of grouped tasks */
|
|
6553
|
+
taskCount: number;
|
|
6554
|
+
/** Number of completed tasks in the group (shows a progress pill) */
|
|
6555
|
+
completedCount?: number;
|
|
6556
|
+
/** Whether the multitask row is expanded (controlled) */
|
|
6557
|
+
expanded: boolean;
|
|
6558
|
+
/** Callback when multitask row expand/collapse is toggled */
|
|
6559
|
+
onExpandToggle: () => void;
|
|
6560
|
+
/** The subtask items to render when expanded */
|
|
6561
|
+
items: F0TimelineRowTaskProps[];
|
|
6562
|
+
}
|
|
6563
|
+
|
|
6564
|
+
export declare type F0TimelineRowOtherAction = DropdownItem;
|
|
6565
|
+
|
|
6566
|
+
export declare type F0TimelineRowProps = F0TimelineRowTaskProps | F0TimelineRowMultitaskProps;
|
|
6567
|
+
|
|
6568
|
+
/** Props for a single-task timeline row */
|
|
6569
|
+
export declare interface F0TimelineRowTaskProps extends F0TimelineRowBaseProps {
|
|
6570
|
+
/** The icon representing the task type (defaults to Marker) */
|
|
6571
|
+
icon?: IconType;
|
|
6572
|
+
/** Description text (e.g., "Completed on 20/2025") */
|
|
6573
|
+
description?: string;
|
|
6574
|
+
/** Metadata items to display (assignees, tags, dates, etc.) using the same pattern as ResourceHeader */
|
|
6575
|
+
metadata?: (MetadataItem | undefined | boolean)[];
|
|
6576
|
+
/** Primary action button (displayed on the right after a divider) */
|
|
6577
|
+
primaryAction?: F0TimelineRowAction;
|
|
6578
|
+
/** Secondary action buttons (displayed on the left) */
|
|
6579
|
+
secondaryActions?: F0TimelineRowAction[];
|
|
6580
|
+
/** Overflow menu items (displayed as a dropdown via ellipsis button) */
|
|
6581
|
+
otherActions?: F0TimelineRowOtherAction[];
|
|
6582
|
+
}
|
|
6583
|
+
|
|
6520
6584
|
export declare const F0WizardForm: {
|
|
6521
6585
|
<TSchema extends F0FormSchema_2>(props: F0WizardFormSingleSchemaProps<TSchema>): default_2.ReactElement;
|
|
6522
6586
|
<T extends F0PerSectionSchema_2>(props: F0WizardFormPerSectionProps<T>): default_2.ReactElement;
|
|
@@ -9803,6 +9867,10 @@ declare const textVariants: (props?: ({
|
|
|
9803
9867
|
className?: ClassValue;
|
|
9804
9868
|
})) | undefined) => string;
|
|
9805
9869
|
|
|
9870
|
+
export declare type TimelineRowStatus = (typeof timelineRowStatuses)[number];
|
|
9871
|
+
|
|
9872
|
+
export declare const timelineRowStatuses: readonly ["completed", "in-progress", "not-started"];
|
|
9873
|
+
|
|
9806
9874
|
declare type TOCItem<Depth extends 1 | 2 | 3 | 4 = 1> = BaseTOCItem & {
|
|
9807
9875
|
children?: NextDepth<Depth> extends never ? never : TOCItem<NextDepth<Depth>>[];
|
|
9808
9876
|
};
|
|
@@ -10725,8 +10793,10 @@ declare module "@tiptap/core" {
|
|
|
10725
10793
|
|
|
10726
10794
|
declare module "@tiptap/core" {
|
|
10727
10795
|
interface Commands<ReturnType> {
|
|
10728
|
-
|
|
10729
|
-
|
|
10796
|
+
videoEmbed: {
|
|
10797
|
+
setVideoEmbed: (options: {
|
|
10798
|
+
src: string;
|
|
10799
|
+
}) => ReturnType;
|
|
10730
10800
|
};
|
|
10731
10801
|
}
|
|
10732
10802
|
}
|
|
@@ -10734,10 +10804,8 @@ declare module "@tiptap/core" {
|
|
|
10734
10804
|
|
|
10735
10805
|
declare module "@tiptap/core" {
|
|
10736
10806
|
interface Commands<ReturnType> {
|
|
10737
|
-
|
|
10738
|
-
|
|
10739
|
-
src: string;
|
|
10740
|
-
}) => ReturnType;
|
|
10807
|
+
transcript: {
|
|
10808
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
10741
10809
|
};
|
|
10742
10810
|
}
|
|
10743
10811
|
}
|