@factorialco/f0-react 4.47.2 → 4.49.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.
- package/dist/{ChatDocxThumbnail-Dv_RJfHi.js → ChatDocxThumbnail-0UzuQ7VD.js} +1 -1
- package/dist/{ChatPdfThumbnail-Cz-NbQ1w.js → ChatPdfThumbnail-950d7Iex.js} +1 -1
- package/dist/{DocumentToolbar-Ct_Et9Ep.js → DocumentToolbar-BsYEN9Hc.js} +2 -2
- package/dist/{DocxViewer-FDYl7a9o.js → DocxViewer-Cq9oG9UA.js} +3 -3
- package/dist/{F0AiProcessingOverlay-B32hzXK2.js → F0AiProcessingOverlay-s63zo8tZ.js} +1 -1
- package/dist/{F0CanvasPanel-CUlu2cJa.js → F0CanvasPanel-DrV1MNII.js} +16705 -16686
- package/dist/{LocationMap-D5rQKDbn.js → LocationMap-FSCZLFpn.js} +1 -1
- package/dist/{SheetViewer-CcUI_Cm_.js → SheetViewer-Cu2W94YV.js} +2 -2
- package/dist/{TextViewer-DOYwJUHI.js → TextViewer-BWLjSEeq.js} +2 -2
- package/dist/ai.d.ts +6 -6
- package/dist/ai.js +2 -2
- package/dist/component-status.d.ts +6 -6
- package/dist/component-status.js +1 -1
- package/dist/{docx-preview-BjeY0ez5.js → docx-preview-BVnwcaR_.js} +1 -1
- package/dist/experimental.d.ts +38 -8
- package/dist/experimental.js +677 -674
- package/dist/f0.d.ts +15 -8
- package/dist/f0.js +8 -8
- package/dist/i18n-provider-defaults.d.ts +6 -6
- package/dist/{index-8Z3dRSwW.js → index-CDKvU3T5.js} +15056 -14947
- package/dist/{index-CAXEmnmo.js → index-CMLPPa_1.js} +3 -3
- package/dist/{pdfWorker-B1n2TrgP.js → pdfWorker-XmSJhi79.js} +2 -2
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/tailwind.config.ts +6 -0
package/dist/f0.d.ts
CHANGED
|
@@ -14714,8 +14714,15 @@ export declare interface PageLayoutGroupComponent {
|
|
|
14714
14714
|
export declare type PaginatedDataAdapter<R extends RecordType, Filters extends FiltersDefinition, Options extends PaginatedFetchOptions<Filters> = PaginatedFetchOptions<Filters>, FetchReturn = PaginatedResponse<R>> = {
|
|
14715
14715
|
/** Indicates this adapter uses page-based pagination */
|
|
14716
14716
|
paginationType: PaginationType;
|
|
14717
|
-
/**
|
|
14718
|
-
|
|
14717
|
+
/**
|
|
14718
|
+
* Number of records per page. Pass `"auto"` to derive the page size from the
|
|
14719
|
+
* available vertical space (page-based pagination inside a `fullHeight`
|
|
14720
|
+
* collection only), sized to exactly the rows that fit (capped at 30). In a
|
|
14721
|
+
* `fullHeight` collection, leaving this unset behaves like `"auto"` — an
|
|
14722
|
+
* unspecified page size means "fill the height". Outside `fullHeight`, an
|
|
14723
|
+
* unset value falls back to the default page size.
|
|
14724
|
+
*/
|
|
14725
|
+
perPage?: number | "auto";
|
|
14719
14726
|
/**
|
|
14720
14727
|
* Function to fetch paginated data based on filter and pagination options
|
|
14721
14728
|
* @param options - The filter and pagination options to apply when fetching data
|
|
@@ -18400,10 +18407,8 @@ declare module "@tiptap/core" {
|
|
|
18400
18407
|
|
|
18401
18408
|
declare module "@tiptap/core" {
|
|
18402
18409
|
interface Commands<ReturnType> {
|
|
18403
|
-
|
|
18404
|
-
|
|
18405
|
-
src: string;
|
|
18406
|
-
}) => ReturnType;
|
|
18410
|
+
transcript: {
|
|
18411
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
18407
18412
|
};
|
|
18408
18413
|
}
|
|
18409
18414
|
}
|
|
@@ -18411,8 +18416,10 @@ declare module "@tiptap/core" {
|
|
|
18411
18416
|
|
|
18412
18417
|
declare module "@tiptap/core" {
|
|
18413
18418
|
interface Commands<ReturnType> {
|
|
18414
|
-
|
|
18415
|
-
|
|
18419
|
+
videoEmbed: {
|
|
18420
|
+
setVideoEmbed: (options: {
|
|
18421
|
+
src: string;
|
|
18422
|
+
}) => ReturnType;
|
|
18416
18423
|
};
|
|
18417
18424
|
}
|
|
18418
18425
|
}
|
package/dist/f0.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { g$ as eN, w as tt, cl as pb, q as te, O as vn, gJ as tN, N as fn, f3 as kV, h0 as rN, x as Uv, S as Q, u as We, a3 as et, dF as Pl, a0 as vl, H as PV, a6 as yd, c0 as Aa, v as Ut, an as jc, h1 as RV, au as nl, gG as Vy, h2 as OV, h3 as BV, h4 as mw, ef as zV, h5 as VV, h6 as nN, fE as $v, h7 as FV, h8 as GV, h9 as Zs, ha as Kc, hb as Rl, hc as HV, hd as iN, he as WV, hf as UV, cc as $V, cd as YV, X as Jo, a4 as Qc, a5 as Jc, o as rt, a9 as ef, g7 as aN, ae as $t, at as tf, ag as Ho, b1 as gb, aB as mb, hg as XV, bn as qV, ea as yw, r as oN, s as pl, bo as ZV, aR as yb, aS as _b, aT as bb, d4 as _d, cj as sN, hh as jV, gI as _w, fJ as KV, hi as bw, fC as QV, hj as JV, bW as lN, c5 as uN, fS as Fy, aq as tn, aG as e5, df as Gy, c6 as cN, gf as Ol, gg as rf, gi as fN, gP as t5, g5 as hN, g4 as r5, hk as Yv, dO as xb, gw as n5, al as dN, fB as i5, cE as a5, gY as wb, bK as vN, bP as o5, bQ as s5, bR as l5, d as u5, n as c5, a2 as pN, dl as es, d_ as gN, dN as mN, cH as Sb, bZ as yN, d9 as Cb, g9 as il, ga as al, a8 as ol, gb as sl, g8 as fa, c7 as _N, j as f5, dL as bd, bz as gl, br as Er, cO as h5, ak as bN, dP as Hy, eb as mc, cN as d5, ah as nf, ba as xN, aQ as v5, gp as Rr, hl as p5, hm as g5, hn as wN, ho as Xv, hp as m5, hq as y5, c1 as SN, c2 as CN, e8 as _5, hr as b5, b4 as TN, c3 as x5, c4 as w5, cm as Bl, cq as zl, cx as af, e0 as S5, cn as C5, bm as T5, aa as DN, bq as D5, aj as A5, bI as xw, dZ as yc, fF as M5, fG as E5, hs as L5, b9 as N5, cr as I5, l as AN, ao as k5, cg as P5, gM as R5, bd as O5, _ as MN, ht as EN, hu as B5, hv as z5, I as V5, hw as F5, hx as G5, hy as H5, hz as W5 } from "./F0CanvasPanel-
|
|
2
|
-
import { hP as Ife, C as kfe, D as Pfe, b2 as Rfe, c as Ofe, F as Bfe, a as zfe, hI as Vfe, f as Ffe, bu as Gfe, b3 as Hfe, cz as Wfe, cb as Ufe, aW as $fe, bD as Yfe, aA as Xfe, ee as qfe, aI as Zfe, cL as jfe, g as Kfe, bS as Qfe, cM as Jfe, hD as ehe, hU as the, bX as rhe, e as nhe, b_ as ihe, k as ahe, cs as ohe, hK as she, bh as lhe, hL as uhe, hN as che, hO as fhe, d7 as hhe, hR as dhe, d0 as vhe, d1 as phe, P as ghe, d5 as mhe, hM as yhe, d2 as _he, hQ as bhe, hV as xhe, hA as whe, hB as She, hC as Che, d3 as The, hT as Dhe, hJ as Ahe, hG as Mhe, hF as Ehe, d6 as Lhe, g2 as Nhe, gx as Ihe, hS as khe, b7 as Phe, c$ as Rhe, cY as Ohe, c_ as Bhe, cX as zhe, hH as Vhe, gz as Fhe, gt as Ghe, gj as Hhe, hY as Whe, cP as Uhe, cZ as $he, hX as Yhe, bE as Xhe, e6 as qhe, g1 as Zhe, gk as jhe, b as Khe, bH as Qhe, gO as Jhe, b5 as ede, e7 as tde, hE as rde, gv as nde, gu as ide, hW as ade } from "./F0CanvasPanel-
|
|
1
|
+
import { g$ as eN, w as tt, cl as pb, q as te, O as vn, gJ as tN, N as fn, f3 as kV, h0 as rN, x as Uv, S as Q, u as We, a3 as et, dF as Pl, a0 as vl, H as PV, a6 as yd, c0 as Aa, v as Ut, an as jc, h1 as RV, au as nl, gG as Vy, h2 as OV, h3 as BV, h4 as mw, ef as zV, h5 as VV, h6 as nN, fE as $v, h7 as FV, h8 as GV, h9 as Zs, ha as Kc, hb as Rl, hc as HV, hd as iN, he as WV, hf as UV, cc as $V, cd as YV, X as Jo, a4 as Qc, a5 as Jc, o as rt, a9 as ef, g7 as aN, ae as $t, at as tf, ag as Ho, b1 as gb, aB as mb, hg as XV, bn as qV, ea as yw, r as oN, s as pl, bo as ZV, aR as yb, aS as _b, aT as bb, d4 as _d, cj as sN, hh as jV, gI as _w, fJ as KV, hi as bw, fC as QV, hj as JV, bW as lN, c5 as uN, fS as Fy, aq as tn, aG as e5, df as Gy, c6 as cN, gf as Ol, gg as rf, gi as fN, gP as t5, g5 as hN, g4 as r5, hk as Yv, dO as xb, gw as n5, al as dN, fB as i5, cE as a5, gY as wb, bK as vN, bP as o5, bQ as s5, bR as l5, d as u5, n as c5, a2 as pN, dl as es, d_ as gN, dN as mN, cH as Sb, bZ as yN, d9 as Cb, g9 as il, ga as al, a8 as ol, gb as sl, g8 as fa, c7 as _N, j as f5, dL as bd, bz as gl, br as Er, cO as h5, ak as bN, dP as Hy, eb as mc, cN as d5, ah as nf, ba as xN, aQ as v5, gp as Rr, hl as p5, hm as g5, hn as wN, ho as Xv, hp as m5, hq as y5, c1 as SN, c2 as CN, e8 as _5, hr as b5, b4 as TN, c3 as x5, c4 as w5, cm as Bl, cq as zl, cx as af, e0 as S5, cn as C5, bm as T5, aa as DN, bq as D5, aj as A5, bI as xw, dZ as yc, fF as M5, fG as E5, hs as L5, b9 as N5, cr as I5, l as AN, ao as k5, cg as P5, gM as R5, bd as O5, _ as MN, ht as EN, hu as B5, hv as z5, I as V5, hw as F5, hx as G5, hy as H5, hz as W5 } from "./F0CanvasPanel-DrV1MNII.js";
|
|
2
|
+
import { hP as Ife, C as kfe, D as Pfe, b2 as Rfe, c as Ofe, F as Bfe, a as zfe, hI as Vfe, f as Ffe, bu as Gfe, b3 as Hfe, cz as Wfe, cb as Ufe, aW as $fe, bD as Yfe, aA as Xfe, ee as qfe, aI as Zfe, cL as jfe, g as Kfe, bS as Qfe, cM as Jfe, hD as ehe, hU as the, bX as rhe, e as nhe, b_ as ihe, k as ahe, cs as ohe, hK as she, bh as lhe, hL as uhe, hN as che, hO as fhe, d7 as hhe, hR as dhe, d0 as vhe, d1 as phe, P as ghe, d5 as mhe, hM as yhe, d2 as _he, hQ as bhe, hV as xhe, hA as whe, hB as She, hC as Che, d3 as The, hT as Dhe, hJ as Ahe, hG as Mhe, hF as Ehe, d6 as Lhe, g2 as Nhe, gx as Ihe, hS as khe, b7 as Phe, c$ as Rhe, cY as Ohe, c_ as Bhe, cX as zhe, hH as Vhe, gz as Fhe, gt as Ghe, gj as Hhe, hY as Whe, cP as Uhe, cZ as $he, hX as Yhe, bE as Xhe, e6 as qhe, g1 as Zhe, gk as jhe, b as Khe, bH as Qhe, gO as Jhe, b5 as ede, e7 as tde, hE as rde, gv as nde, gu as ide, hW as ade } from "./F0CanvasPanel-DrV1MNII.js";
|
|
3
3
|
import { jsx as w, jsxs as O, Fragment as it } from "react/jsx-runtime";
|
|
4
4
|
import * as _t from "react";
|
|
5
5
|
import U5, { forwardRef as Dr, useRef as le, useImperativeHandle as $5, Children as xd, createContext as Oa, useContext as ts, useState as ve, useMemo as me, useEffect as Ae, useCallback as he, useLayoutEffect as ww, isValidElement as LN, Fragment as Vl, useSyncExternalStore as ml, useId as rc, memo as Y5 } from "react";
|
|
6
|
-
import { D as X5, E as q5, G as Z5, H as wd, I as Tb, J as NN, K as IN, L as Jn, M as j5, N as K5, O as Q5, P as J5, Q as eF, F as tF } from "./F0AiProcessingOverlay-
|
|
7
|
-
import { A as sde, C as lde, t as ude, s as cde, v as fde, y as hde, l as dde, i as vde, q as pde, z as gde, B as mde, p as yde, r as _de, j as bde, e as xde, g as wde, k as Sde, T as Cde, w as Tde, h as Dde, a as Ade, n as Mde, m as Ede, o as Lde, b as Nde, f as Ide, x as kde, c as Pde, d as Rde, u as Ode } from "./F0AiProcessingOverlay-
|
|
6
|
+
import { D as X5, E as q5, G as Z5, H as wd, I as Tb, J as NN, K as IN, L as Jn, M as j5, N as K5, O as Q5, P as J5, Q as eF, F as tF } from "./F0AiProcessingOverlay-s63zo8tZ.js";
|
|
7
|
+
import { A as sde, C as lde, t as ude, s as cde, v as fde, y as hde, l as dde, i as vde, q as pde, z as gde, B as mde, p as yde, r as _de, j as bde, e as xde, g as wde, k as Sde, T as Cde, w as Tde, h as Dde, a as Ade, n as Mde, m as Ede, o as Lde, b as Nde, f as Ide, x as kde, c as Pde, d as Rde, u as Ode } from "./F0AiProcessingOverlay-s63zo8tZ.js";
|
|
8
8
|
import { createPortal as qv } from "react-dom";
|
|
9
|
-
import { C as rF,
|
|
10
|
-
import { t as zde, v as Vde, J as Fde, w as Gde, E as Hde,
|
|
11
|
-
import { F as Yve, p as Xve } from "./index-
|
|
12
|
-
import { c as Zve } from "./pdfWorker-
|
|
9
|
+
import { C as rF, an as nF, ao as iF, ap as aF, aq as Sw, ar as oF, as as sF, at as lF, au as uF, av as cF, aw as fF, ax as hF, i as dF, F as kN, ay as vF, az as pF, aA as gF, aB as mF, aC as yF, aD as PN, aE as _F, aF as Zv, aG as Ha, aH as bF, aI as Db, aJ as Ab, I as xF, aK as wF, aL as ps, aM as RN, aN as SF, aO as CF, aP as TF, aQ as DF, aR as AF, aS as MF, _ as EF, ae as LF, aT as NF, U as IF, aU as kF, aV as PF, c as jv, R as Mb, u as Eb, Y as ON, O as Lb, aW as BN, aX as Cw, aY as Nb, r as RF, e as zN, a2 as VN, aZ as OF, a_ as BF, a$ as zF, b0 as VF, M as FF } from "./index-CDKvU3T5.js";
|
|
10
|
+
import { t as zde, v as Vde, J as Fde, w as Gde, E as Hde, bm as Wde, bl as Ude, bf as $de, b2 as Yde, b1 as Xde, b3 as qde, b4 as Zde, b6 as jde, b7 as Kde, ag as Qde, af as Jde, aj as eve, X as tve, N as rve, al as nve, Q as ive, x as ave, bn as ove, ah as sve, ai as lve, T as uve, y as cve, P as fve, D as hve, G as dve, ak as vve, W as pve, am as gve, z as mve, H as yve, bp as _ve, o as bve, q as xve, be as wve, bj as Sve, bj as Cve, bk as Tve, ba as Dve, b9 as Ave, bo as Mve, ac as Eve, bc as Lve, bd as Nve, K as Ive, bq as kve, br as Pve, f as Rve, bg as Ove, bh as Bve, bi as zve, b5 as Vve, bb as Fve, g as Gve, j as Hve, b8 as Wve, bs as Uve } from "./index-CDKvU3T5.js";
|
|
11
|
+
import { F as Yve, p as Xve } from "./index-CMLPPa_1.js";
|
|
12
|
+
import { c as Zve } from "./pdfWorker-XmSJhi79.js";
|
|
13
13
|
import { utils as ll, write as FN } from "./xlsx-CzlURDDb.js";
|
|
14
14
|
import { defaultTranslations as Kve } from "./i18n-provider-defaults.js";
|
|
15
15
|
import './f0.css';const GF = {
|
|
@@ -1055,10 +1055,8 @@ declare module "@tiptap/core" {
|
|
|
1055
1055
|
|
|
1056
1056
|
declare module "@tiptap/core" {
|
|
1057
1057
|
interface Commands<ReturnType> {
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
src: string;
|
|
1061
|
-
}) => ReturnType;
|
|
1058
|
+
transcript: {
|
|
1059
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
1062
1060
|
};
|
|
1063
1061
|
}
|
|
1064
1062
|
}
|
|
@@ -1066,8 +1064,10 @@ declare module "@tiptap/core" {
|
|
|
1066
1064
|
|
|
1067
1065
|
declare module "@tiptap/core" {
|
|
1068
1066
|
interface Commands<ReturnType> {
|
|
1069
|
-
|
|
1070
|
-
|
|
1067
|
+
videoEmbed: {
|
|
1068
|
+
setVideoEmbed: (options: {
|
|
1069
|
+
src: string;
|
|
1070
|
+
}) => ReturnType;
|
|
1071
1071
|
};
|
|
1072
1072
|
}
|
|
1073
1073
|
}
|