@factorialco/f0-react 4.60.0 → 4.61.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-C6f0btcZ.js → ChatPdfThumbnail-DduRbhCq.js} +1 -1
- package/dist/{DocumentToolbar-D5RFd-m2.js → DocumentToolbar-BP2OdGIL.js} +1 -1
- package/dist/{DocxViewer-YbJWweNA.js → DocxViewer-vVS2WHK4.js} +1 -1
- package/dist/{SheetViewer-JzdSM-Xt.js → SheetViewer-B3QtS9JS.js} +1 -1
- package/dist/{TextViewer-GEPi8xxX.js → TextViewer-CWjZ3iBC.js} +1 -1
- package/dist/ai.d.ts +8 -8
- package/dist/component-status.d.ts +8 -8
- package/dist/component-status.js +1 -1
- package/dist/experimental.d.ts +25 -9
- package/dist/experimental.js +4 -4
- package/dist/f0.d.ts +25 -9
- package/dist/f0.js +11763 -11732
- package/dist/i18n-provider-defaults.d.ts +8 -8
- package/dist/{index-BjppyLWI.js → index-BfXb0pT1.js} +2 -2
- package/dist/{index-B00tg7uM.js → index-oBF86Fzo.js} +7117 -7070
- package/dist/{pdfWorker-DGnb8wYm.js → pdfWorker-BRFX1gbJ.js} +1 -1
- package/package.json +1 -1
|
@@ -1059,9 +1059,11 @@ declare namespace Calendar {
|
|
|
1059
1059
|
|
|
1060
1060
|
declare module "@tiptap/core" {
|
|
1061
1061
|
interface Commands<ReturnType> {
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1062
|
+
enhanceHighlight: {
|
|
1063
|
+
setEnhanceHighlight: (from: number, to: number, options?: {
|
|
1064
|
+
placeholder?: string;
|
|
1065
|
+
}) => ReturnType;
|
|
1066
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
1065
1067
|
};
|
|
1066
1068
|
}
|
|
1067
1069
|
}
|
|
@@ -1069,11 +1071,9 @@ declare module "@tiptap/core" {
|
|
|
1069
1071
|
|
|
1070
1072
|
declare module "@tiptap/core" {
|
|
1071
1073
|
interface Commands<ReturnType> {
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
}) => ReturnType;
|
|
1076
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
1074
|
+
aiBlock: {
|
|
1075
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
1076
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
1077
1077
|
};
|
|
1078
1078
|
}
|
|
1079
1079
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
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-BRFX1gbJ.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-B3QtS9JS.js")), Ge = J(() => import("./DocxViewer-vVS2WHK4.js")), Ze = J(() => import("./TextViewer-CWjZ3iBC.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 });
|