@factorialco/f0-react 4.23.0 → 4.25.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/{F0AiProcessingOverlay-CkJL2WvT.js → F0AiProcessingOverlay--OAyX7JL.js} +14 -13
- package/dist/{F0CanvasPanel-Bca0wz2p.js → F0CanvasPanel-CYITfwlc.js} +359 -331
- package/dist/ai.d.ts +14 -0
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +14 -0
- package/dist/experimental.js +2361 -2324
- package/dist/f0.css +1 -1
- package/dist/f0.d.ts +56 -0
- package/dist/f0.js +60439 -46884
- package/dist/i18n-provider-defaults.d.ts +14 -0
- package/dist/i18n-provider-defaults.js +14 -0
- package/dist/styles.css +1 -1
- package/dist/{useDataCollectionSource-Dk_5gIWm.js → useDataCollectionSource-DMGVHA_H.js} +363 -361
- package/package.json +5 -1
package/dist/ai.d.ts
CHANGED
|
@@ -2647,6 +2647,20 @@ export declare const defaultTranslations: {
|
|
|
2647
2647
|
readonly submit: "Submit";
|
|
2648
2648
|
readonly stepOf: "Step {{current}} of {{total}}";
|
|
2649
2649
|
};
|
|
2650
|
+
readonly pdfViewer: {
|
|
2651
|
+
readonly toolbar: "Document toolbar";
|
|
2652
|
+
readonly previousPage: "Previous page";
|
|
2653
|
+
readonly nextPage: "Next page";
|
|
2654
|
+
readonly zoomIn: "Zoom in";
|
|
2655
|
+
readonly zoomOut: "Zoom out";
|
|
2656
|
+
readonly scaleSelector: "Zoom level";
|
|
2657
|
+
readonly pageWidth: "Page width";
|
|
2658
|
+
readonly pageFit: "Page fit";
|
|
2659
|
+
readonly rotate: "Rotate";
|
|
2660
|
+
readonly print: "Print";
|
|
2661
|
+
readonly download: "Download";
|
|
2662
|
+
readonly loading: "Loading document";
|
|
2663
|
+
};
|
|
2650
2664
|
};
|
|
2651
2665
|
|
|
2652
2666
|
declare type DetailsItemContent = (ComponentProps<typeof DataList.Item> & {
|
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-CYITfwlc.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--OAyX7JL.js";
|
|
4
4
|
export {
|
|
5
5
|
P as AiChatTranslationsProvider,
|
|
6
6
|
e as ChatSpinner,
|
package/dist/experimental.d.ts
CHANGED
|
@@ -3988,6 +3988,20 @@ declare const defaultTranslations: {
|
|
|
3988
3988
|
readonly submit: "Submit";
|
|
3989
3989
|
readonly stepOf: "Step {{current}} of {{total}}";
|
|
3990
3990
|
};
|
|
3991
|
+
readonly pdfViewer: {
|
|
3992
|
+
readonly toolbar: "Document toolbar";
|
|
3993
|
+
readonly previousPage: "Previous page";
|
|
3994
|
+
readonly nextPage: "Next page";
|
|
3995
|
+
readonly zoomIn: "Zoom in";
|
|
3996
|
+
readonly zoomOut: "Zoom out";
|
|
3997
|
+
readonly scaleSelector: "Zoom level";
|
|
3998
|
+
readonly pageWidth: "Page width";
|
|
3999
|
+
readonly pageFit: "Page fit";
|
|
4000
|
+
readonly rotate: "Rotate";
|
|
4001
|
+
readonly print: "Print";
|
|
4002
|
+
readonly download: "Download";
|
|
4003
|
+
readonly loading: "Loading document";
|
|
4004
|
+
};
|
|
3991
4005
|
};
|
|
3992
4006
|
|
|
3993
4007
|
export declare interface DeleteBlockNotesTextEditorPageDocumentPatch {
|