@factorialco/f0-react 4.58.0 → 4.60.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/{ChatPdfThumbnail-Dy0LRDdf.js → ChatPdfThumbnail-C6f0btcZ.js} +1 -1
- package/dist/{DocumentToolbar-Z4__mOa2.js → DocumentToolbar-D5RFd-m2.js} +2 -2
- package/dist/{DocxViewer-BHfK1ueA.js → DocxViewer-YbJWweNA.js} +2 -2
- package/dist/{F0AiProcessingOverlay-oR419tUE.js → F0AiProcessingOverlay-DWjggPHl.js} +159 -157
- package/dist/{F0CanvasPanel-B7F3sn6X.js → F0CanvasPanel-DZnIZ1lj.js} +18798 -18620
- package/dist/{SheetViewer-Ya4FAZI6.js → SheetViewer-JzdSM-Xt.js} +2 -2
- package/dist/{TextViewer-Ca6Qmxo6.js → TextViewer-GEPi8xxX.js} +2 -2
- package/dist/ai.d.ts +19 -0
- package/dist/ai.js +2 -2
- package/dist/component-status.js +1 -1
- package/dist/experimental.d.ts +101 -1
- package/dist/experimental.js +212 -197
- package/dist/f0.d.ts +220 -5
- package/dist/f0.js +15537 -14630
- package/dist/i18n-provider-defaults.d.ts +19 -0
- package/dist/i18n-provider-defaults.js +21 -2
- package/dist/{index-BZcVazs8.js → index-B00tg7uM.js} +1 -1
- package/dist/{index-Bmo_bXr5.js → index-BjppyLWI.js} +3 -3
- package/dist/{pdfWorker-CbB54VeJ.js → pdfWorker-DGnb8wYm.js} +2 -2
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -156,7 +156,15 @@ export declare const defaultTranslations: {
|
|
|
156
156
|
readonly position: "{{current}} of {{total}}";
|
|
157
157
|
readonly viewDetail: "View detail";
|
|
158
158
|
readonly hideDetail: "Hide detail";
|
|
159
|
+
readonly viewTranscription: "View transcription";
|
|
160
|
+
readonly hideTranscription: "Hide transcription";
|
|
161
|
+
readonly viewSummary: "View summary";
|
|
162
|
+
readonly hideSummary: "Hide summary";
|
|
159
163
|
readonly details: "Recording details";
|
|
164
|
+
readonly summary: "Summary";
|
|
165
|
+
readonly transcription: "Transcription";
|
|
166
|
+
readonly language: "Language";
|
|
167
|
+
readonly audio: "Audio";
|
|
160
168
|
};
|
|
161
169
|
readonly actions: {
|
|
162
170
|
readonly add: "Add";
|
|
@@ -697,6 +705,10 @@ export declare const defaultTranslations: {
|
|
|
697
705
|
readonly description: "Try a different date or fewer filters";
|
|
698
706
|
};
|
|
699
707
|
};
|
|
708
|
+
readonly progressSeries: {
|
|
709
|
+
readonly noData: "No data";
|
|
710
|
+
readonly canceled: "Canceled";
|
|
711
|
+
};
|
|
700
712
|
readonly select: {
|
|
701
713
|
readonly noResults: "No results found";
|
|
702
714
|
readonly loadingMore: "Loading...";
|
|
@@ -969,6 +981,7 @@ export declare const defaultTranslations: {
|
|
|
969
981
|
readonly paused: "Paused";
|
|
970
982
|
readonly mute: "Mute";
|
|
971
983
|
readonly unmute: "Unmute";
|
|
984
|
+
readonly noAudio: "No audio";
|
|
972
985
|
readonly volume: "Volume";
|
|
973
986
|
readonly seekLabel: "Seek";
|
|
974
987
|
readonly enterFullscreen: "Enter fullscreen";
|
|
@@ -976,6 +989,12 @@ export declare const defaultTranslations: {
|
|
|
976
989
|
readonly playbackSpeed: "Playback speed ({{rate}})";
|
|
977
990
|
readonly playbackSpeedLabel: "Playback speed";
|
|
978
991
|
readonly timeProgress: "{{current}} of {{total}}";
|
|
992
|
+
readonly captions: "Captions";
|
|
993
|
+
readonly audioDescription: "Audio description";
|
|
994
|
+
readonly audio: "Audio";
|
|
995
|
+
readonly subtitles: "Subtitles";
|
|
996
|
+
readonly settings: "Settings";
|
|
997
|
+
readonly off: "Off";
|
|
979
998
|
};
|
|
980
999
|
};
|
|
981
1000
|
|
|
@@ -156,7 +156,15 @@ const e = {
|
|
|
156
156
|
position: "{{current}} of {{total}}",
|
|
157
157
|
viewDetail: "View detail",
|
|
158
158
|
hideDetail: "Hide detail",
|
|
159
|
-
|
|
159
|
+
viewTranscription: "View transcription",
|
|
160
|
+
hideTranscription: "Hide transcription",
|
|
161
|
+
viewSummary: "View summary",
|
|
162
|
+
hideSummary: "Hide summary",
|
|
163
|
+
details: "Recording details",
|
|
164
|
+
summary: "Summary",
|
|
165
|
+
transcription: "Transcription",
|
|
166
|
+
language: "Language",
|
|
167
|
+
audio: "Audio"
|
|
160
168
|
},
|
|
161
169
|
actions: {
|
|
162
170
|
add: "Add",
|
|
@@ -720,6 +728,10 @@ const e = {
|
|
|
720
728
|
description: "Try a different date or fewer filters"
|
|
721
729
|
}
|
|
722
730
|
},
|
|
731
|
+
progressSeries: {
|
|
732
|
+
noData: "No data",
|
|
733
|
+
canceled: "Canceled"
|
|
734
|
+
},
|
|
723
735
|
select: {
|
|
724
736
|
noResults: "No results found",
|
|
725
737
|
loadingMore: "Loading...",
|
|
@@ -992,13 +1004,20 @@ const e = {
|
|
|
992
1004
|
paused: "Paused",
|
|
993
1005
|
mute: "Mute",
|
|
994
1006
|
unmute: "Unmute",
|
|
1007
|
+
noAudio: "No audio",
|
|
995
1008
|
volume: "Volume",
|
|
996
1009
|
seekLabel: "Seek",
|
|
997
1010
|
enterFullscreen: "Enter fullscreen",
|
|
998
1011
|
exitFullscreen: "Exit fullscreen",
|
|
999
1012
|
playbackSpeed: "Playback speed ({{rate}})",
|
|
1000
1013
|
playbackSpeedLabel: "Playback speed",
|
|
1001
|
-
timeProgress: "{{current}} of {{total}}"
|
|
1014
|
+
timeProgress: "{{current}} of {{total}}",
|
|
1015
|
+
captions: "Captions",
|
|
1016
|
+
audioDescription: "Audio description",
|
|
1017
|
+
audio: "Audio",
|
|
1018
|
+
subtitles: "Subtitles",
|
|
1019
|
+
settings: "Settings",
|
|
1020
|
+
off: "Off"
|
|
1002
1021
|
}
|
|
1003
1022
|
};
|
|
1004
1023
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as m, jsxs as P, Fragment as Fe } from "react/jsx-runtime";
|
|
2
2
|
import * as Ve from "react";
|
|
3
3
|
import le, { useRef as W, useState as J, useCallback as ee, useEffect as oe, useContext as ht, useMemo as Z, createContext as Mt, forwardRef as Qe, useLayoutEffect as rn, memo as Et, useReducer as F7, cloneElement as eE, PureComponent as yc, useImperativeHandle as La, Fragment as Ol, useId as vc, createElement as Vv, isValidElement as $7, useDebugValue as tE, version as $2, createRef as z7 } from "react";
|
|
4
|
-
import {
|
|
4
|
+
import { eh as z2, ei as Wf, ej as B7, e3 as nE, ek as j7, el as H7, em as V7, en as V1, eo as W7, ep as U7, eq as q7, er as K7, es as G7, et as Y7, eu as X7, H as qe, ev as iE, ew as J7, Y as Qt, a9 as ig, a0 as rg, bY as Z7, d6 as Q7, J as Ts, w as Lt, r as Xi, ex as rE, ey as oE, ez as eP, eA as tP, eB as Gs, eC as Ct, eD as li, eE as sE, eF as nP, eG as aE, eH as iP, eI as Pn, eJ as og, eK as Zt, eL as lE, eM as sg, eN as mw, eO as gw, eP as yw, eQ as Tn, eR as si, eS as Wv, eT as ag, eU as rP, eV as qn, eW as ls, eX as ii, eY as Fa, eZ as vw, e_ as lg, e$ as Ih, f0 as cg, cr as bw, f1 as oP, f2 as Bu, f3 as cp, f4 as sP, f5 as aP, f6 as lP, f7 as cP, f8 as dP, f9 as fP, fa as cE, fb as dE, fc as fE, fd as uE, fe as hE, ff as uP, fg as dp, fh as hP, fi as pP, fj as Uf, fk as Ds, e9 as mo, fl as ww, fm as qf, fn as pE, ea as mE, fo as mP, fp as gP, e7 as yP, fq as vP, e8 as bP, al as Kn, fr as Gn, fs as wP, ft as gE, fu as yE, cb as Ji, O as Pt, cJ as xP, ay as qi, m as Ae, ad as bc, af as Ml, V as it, a5 as Kf, bZ as kP, fv as _P, fw as SP, u as je, aT as xw, b3 as wc, cp as vE, c1 as bE, aM as kw, bg as dg, ag as fg, fx as wE, aW as CP, a7 as Rr, fy as EP, bQ as xE, fz as AP, cO as cn, fA as kE, fB as _E, fC as Uv, fD as NP, fE as B2, an as Gf, cV as SE, cP as qv, aH as _w, aI as Sw, aJ as Cw, cT as TP, k as Vi, cx as j2, c4 as DP, dg as OP, dE as Kv, fF as MP, fG as IP, fH as W1, dJ as CE, bM as $a, ar as bs, c9 as RP, fI as H2, bX as Ew, fJ as PP, cN as LP, G as FP, A as $P, y as zP, fK as EE, fL as BP, e4 as jP, fM as HP, fN as AE, M as VP, fO as WP, fP as UP, fQ as qP, fR as V2, fS as W2, fT as U1, fU as U2, fV as KP, fW as GP, am as YP, fX as NE, fY as XP, aD as JP, cE as ug, W as TE, X as DE, bS as hg, $ as OE, a6 as ZP, fZ as QP, f_ as q2, a4 as fp, cF as pg, f$ as ME, g0 as IE, _ as RE, g1 as PE, o as xc, dw as mg, ak as go, aw as LE, bd as eL, be as tL, g2 as nL, n as Aw, g3 as FE, g4 as gg, g5 as kc, g6 as iL, g7 as Nw, g8 as Ut, e2 as Gd, g9 as zn, d0 as va, c6 as Gv, at as rL, au as oL, S as Ie, a1 as sL, aa as Yv, ch as aL, bF as $E, bG as zE, bH as BE, s as Yf, ga as Tw, ap as yg, gb as lL, aE as cL, bD as vg, bp as ko, bV as jE, bW as HE, aj as dL, cu as fL, dT as VE, a_ as uL, gc as hL, gd as pL, cS as mL, ge as up, gf as Yo, d$ as gL, dM as yL, gg as vL, b9 as bL, az as Xv, dO as wL, bf as xL, bv as kL, gh as WE, bx as _L, b5 as SL, gi as CL, gj as bg, gk as wg, cc as EL, cd as AL, ce as NL, cg as TL, gl as xg, gm as Jv, bI as kg, gn as DL, go as hp, gp as OL, ax as ML, dG as IL, gq as K2, gr as RL, gs as G2, gt as q1, gu as UE, bT as qE, dL as PL, dt as LL, i as Dw, gv as FL, gw as $L, b7 as zL, ab as BL, j as Ow, cA as jL, dI as HL, dB as Y2, dF as Mw, dQ as VL, l as WL, gx as UL, gy as Iw, d7 as qL, de as KL, dN as GL, gz as YL, q as XL, co as X2, gA as JL, gB as ZL, gC as QL, gD as eF, gE as KE, bP as tF, ae as nF, c as iF, ct as rF, bh as K1, gF as Xf, gG as Rw, gH as Pw, gI as Jf, gJ as oF, bb as sF, cB as Lw, bm as aF, d1 as lF, aY as cF, bs as dF, d8 as fF, dA as uF, dS as hF, dP as pF, dx as GE, dy as YE, dz as XE, dH as JE, dc as ZE, d4 as QE, d2 as e9, d5 as t9, d3 as n9, dd as i9, dK as r9, aq as o9, gK as s9, gL as mF, a$ as gF, dr as yF, dp as vF, dn as bF, dm as wF, dq as xF, by as kF, dU as _F, bN as SF, bO as CF, dR as EF, bB as AF, bC as NF, bU as TF, bL as DF, gM as OF, d_ as MF, gN as IF, gO as RF, gP as PF } from "./F0CanvasPanel-DZnIZ1lj.js";
|
|
5
5
|
import { d as Y, e as Yn, T as Zf, a as Qf, b as eu, c as tu, f as dn, u as a9, S as LF } from "./tooltip-BH6Se8A4.js";
|
|
6
6
|
import { g as _g } from "./_commonjsHelpers-ByX85dGu.js";
|
|
7
7
|
import Fw, { unstable_batchedUpdates as ju, createPortal as $w, flushSync as FF } from "react-dom";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { S as L, m as ye, u as Z, n as Se, o as Re, i as ke, j as _e, k as Ne, q as Ce, l as Le, w as Fe, r as Ve, s as Te } from "./F0CanvasPanel-
|
|
1
|
+
import { S as L, m as ye, u as Z, n as Se, o as Re, i as ke, j as _e, k as Ne, q as Ce, l as Le, w as Fe, r as Ve, s as Te } from "./F0CanvasPanel-DZnIZ1lj.js";
|
|
2
2
|
import { jsx as t, jsxs as y } from "react/jsx-runtime";
|
|
3
3
|
import { lazy as J, forwardRef as ne, Suspense as He, useState as V, useRef as A, useMemo as te, useCallback as w, useEffect as T } from "react";
|
|
4
|
-
import { e as Ee, D as Ue, P as je, c as De } from "./pdfWorker-
|
|
4
|
+
import { e as Ee, D as Ue, P as je, c as De } from "./pdfWorker-DGnb8wYm.js";
|
|
5
5
|
import { F as We } from "./Printer-B7iDPx2r.js";
|
|
6
6
|
import { d as ae } from "./tooltip-BH6Se8A4.js";
|
|
7
7
|
import './index.css';const Oe = ({
|
|
@@ -222,7 +222,7 @@ import './index.css';const Oe = ({
|
|
|
222
222
|
}), i;
|
|
223
223
|
};
|
|
224
224
|
Ee();
|
|
225
|
-
const qe = J(() => import("./SheetViewer-
|
|
225
|
+
const qe = J(() => import("./SheetViewer-JzdSM-Xt.js")), Ge = J(() => import("./DocxViewer-YbJWweNA.js")), Ze = J(() => import("./TextViewer-GEPi8xxX.js")), oe = 48, se = ne(
|
|
226
226
|
(o, a) => {
|
|
227
227
|
const { kind: e = "pdf", mimeType: i, ...l } = o;
|
|
228
228
|
if (e === "pdf") return /* @__PURE__ */ t(le, { ref: a, ...l });
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { createContext, useReducer, forwardRef, useRef, useImperativeHandle, useEffect, useCallback, useMemo, useContext, useLayoutEffect } from "react";
|
|
3
3
|
import { e as clsx } from "./tooltip-BH6Se8A4.js";
|
|
4
|
-
import { t as invariant } from "./F0CanvasPanel-
|
|
5
|
-
import { d as dequal } from "./index-
|
|
4
|
+
import { t as invariant } from "./F0CanvasPanel-DZnIZ1lj.js";
|
|
5
|
+
import { d as dequal } from "./index-B00tg7uM.js";
|
|
6
6
|
import { a as getAugmentedNamespace, g as getDefaultExportFromCjs } from "./_commonjsHelpers-ByX85dGu.js";
|
|
7
7
|
import { c as commonjsRequire } from "./_commonjs-dynamic-modules-BpilXLfW.js";
|
|
8
8
|
import './pdfWorker.css';var pdf$1 = { exports: {} };
|