@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
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as a, jsx as r, Fragment as N } from "react/jsx-runtime";
|
|
2
2
|
import { useState as i, useEffect as k } from "react";
|
|
3
|
-
import { u as v, T as S, h as V, S as R } from "./F0CanvasPanel-
|
|
3
|
+
import { u as v, T as S, h as V, S as R } from "./F0CanvasPanel-DZnIZ1lj.js";
|
|
4
4
|
import { f as z, c as E } from "./sheetPreview-5qeAOp0W.js";
|
|
5
|
-
import { u as _, D as j } from "./DocumentToolbar-
|
|
5
|
+
import { u as _, D as j } from "./DocumentToolbar-D5RFd-m2.js";
|
|
6
6
|
const g = 1e3, F = 100, G = ({
|
|
7
7
|
url: n,
|
|
8
8
|
filename: y,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as b, jsx as e } from "react/jsx-runtime";
|
|
2
2
|
import { useState as _, useEffect as h } from "react";
|
|
3
|
-
import { u as x, S as p, p as w } from "./F0CanvasPanel-
|
|
4
|
-
import { u as y, D as g } from "./DocumentToolbar-
|
|
3
|
+
import { u as x, S as p, p as w } from "./F0CanvasPanel-DZnIZ1lj.js";
|
|
4
|
+
import { u as y, D as g } from "./DocumentToolbar-D5RFd-m2.js";
|
|
5
5
|
const k = 2 * 1024 * 1024, v = [
|
|
6
6
|
"[&_h1]:mb-3 [&_h1]:mt-6 [&_h1]:text-2xl [&_h1]:font-semibold",
|
|
7
7
|
"[&_h2]:mb-2 [&_h2]:mt-5 [&_h2]:text-xl [&_h2]:font-semibold",
|
package/dist/ai.d.ts
CHANGED
|
@@ -1948,7 +1948,15 @@ export declare const defaultTranslations: {
|
|
|
1948
1948
|
readonly position: "{{current}} of {{total}}";
|
|
1949
1949
|
readonly viewDetail: "View detail";
|
|
1950
1950
|
readonly hideDetail: "Hide detail";
|
|
1951
|
+
readonly viewTranscription: "View transcription";
|
|
1952
|
+
readonly hideTranscription: "Hide transcription";
|
|
1953
|
+
readonly viewSummary: "View summary";
|
|
1954
|
+
readonly hideSummary: "Hide summary";
|
|
1951
1955
|
readonly details: "Recording details";
|
|
1956
|
+
readonly summary: "Summary";
|
|
1957
|
+
readonly transcription: "Transcription";
|
|
1958
|
+
readonly language: "Language";
|
|
1959
|
+
readonly audio: "Audio";
|
|
1952
1960
|
};
|
|
1953
1961
|
readonly actions: {
|
|
1954
1962
|
readonly add: "Add";
|
|
@@ -2489,6 +2497,10 @@ export declare const defaultTranslations: {
|
|
|
2489
2497
|
readonly description: "Try a different date or fewer filters";
|
|
2490
2498
|
};
|
|
2491
2499
|
};
|
|
2500
|
+
readonly progressSeries: {
|
|
2501
|
+
readonly noData: "No data";
|
|
2502
|
+
readonly canceled: "Canceled";
|
|
2503
|
+
};
|
|
2492
2504
|
readonly select: {
|
|
2493
2505
|
readonly noResults: "No results found";
|
|
2494
2506
|
readonly loadingMore: "Loading...";
|
|
@@ -2761,6 +2773,7 @@ export declare const defaultTranslations: {
|
|
|
2761
2773
|
readonly paused: "Paused";
|
|
2762
2774
|
readonly mute: "Mute";
|
|
2763
2775
|
readonly unmute: "Unmute";
|
|
2776
|
+
readonly noAudio: "No audio";
|
|
2764
2777
|
readonly volume: "Volume";
|
|
2765
2778
|
readonly seekLabel: "Seek";
|
|
2766
2779
|
readonly enterFullscreen: "Enter fullscreen";
|
|
@@ -2768,6 +2781,12 @@ export declare const defaultTranslations: {
|
|
|
2768
2781
|
readonly playbackSpeed: "Playback speed ({{rate}})";
|
|
2769
2782
|
readonly playbackSpeedLabel: "Playback speed";
|
|
2770
2783
|
readonly timeProgress: "{{current}} of {{total}}";
|
|
2784
|
+
readonly captions: "Captions";
|
|
2785
|
+
readonly audioDescription: "Audio description";
|
|
2786
|
+
readonly audio: "Audio";
|
|
2787
|
+
readonly subtitles: "Subtitles";
|
|
2788
|
+
readonly settings: "Settings";
|
|
2789
|
+
readonly off: "Off";
|
|
2771
2790
|
};
|
|
2772
2791
|
};
|
|
2773
2792
|
|
package/dist/ai.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { C as e, D as r, c as t, F as i, a as o, f as n, g as F, d as C, e as l, I as A, P as d, b as u, u as h } from "./F0CanvasPanel-
|
|
1
|
+
import { C as e, D as r, c as t, F as i, a as o, f as n, g as F, d as C, e as l, I as A, P as d, b as u, u as h } from "./F0CanvasPanel-DZnIZ1lj.js";
|
|
2
2
|
import { defaultTranslations as c } from "./i18n-provider-defaults.js";
|
|
3
|
-
import { A as P, C as T, t as p, s as v, v as g, y as f, l as y, i as S, q as x, z as b, B as k, p as H, r as O, j as V, e as w, g as B, k as M, F as z, T as D, w as L, h as j, a as q, n as E, m as G, o as R, b as J, f as K, x as N, c as Q, d as U, u as W } from "./F0AiProcessingOverlay-
|
|
3
|
+
import { A as P, C as T, t as p, s as v, v as g, y as f, l as y, i as S, q as x, z as b, B as k, p as H, r as O, j as V, e as w, g as B, k as M, F as z, T as D, w as L, h as j, a as q, n as E, m as G, o as R, b as J, f as K, x as N, c as Q, d as U, u as W } from "./F0AiProcessingOverlay-DWjggPHl.js";
|
|
4
4
|
export {
|
|
5
5
|
P as AiChatTranslationsProvider,
|
|
6
6
|
e as ChatSpinner,
|