@factorialco/f0-react 1.388.0 → 1.388.2
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/{DataCollectionStorageProvider-CKidJaxj.js → DataCollectionStorageProvider-Dhth1f1i.js} +1 -1
- package/dist/{F0AiChat-DqK8eXm5.js → F0AiChat-BXyvQ3uC.js} +7454 -7451
- package/dist/{F0HILActionConfirmation-Bh7NgkJw.js → F0HILActionConfirmation-BirXmMOJ.js} +1 -1
- package/dist/ai.d.ts +21 -15
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +443 -106
- package/dist/experimental.js +11253 -10977
- package/dist/f0.d.ts +113 -15
- package/dist/f0.js +5 -5
- package/dist/i18n-provider-defaults.d.ts +21 -15
- package/dist/i18n-provider-defaults.js +6 -0
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as G, jsxs as le } from "react/jsx-runtime";
|
|
2
2
|
import { useInsertionEffect as Ge, createContext as ke, useContext as $e, useRef as _, useEffect as ne, useState as _e, useCallback as Ye, useMemo as ze } from "react";
|
|
3
|
-
import { G as qe, J as We, K as He, M as je, N as Ne, Q as Ke, R as Qe, V as Je, W as Ze, X as et, Y as Ce, Z as tt, _ as rt, $ as nt, a0 as it, a1 as ot, a2 as at, a3 as st, a4 as ie, a5 as ct, a6 as ut, a7 as lt, a8 as ft, a9 as mt, aa as dt, ab as fe, ac as ht } from "./F0AiChat-
|
|
3
|
+
import { G as qe, J as We, K as He, M as je, N as Ne, Q as Ke, R as Qe, V as Je, W as Ze, X as et, Y as Ce, Z as tt, _ as rt, $ as nt, a0 as it, a1 as ot, a2 as at, a3 as st, a4 as ie, a5 as ct, a6 as ut, a7 as lt, a8 as ft, a9 as mt, aa as dt, ab as fe, ac as ht } from "./F0AiChat-BXyvQ3uC.js";
|
|
4
4
|
import { useTrackVolume as pt } from "@livekit/components-react";
|
|
5
5
|
function vt(t, e, r) {
|
|
6
6
|
Ge(() => t.on(e, r), [t, e, r]);
|
package/dist/ai.d.ts
CHANGED
|
@@ -515,6 +515,7 @@ export declare const defaultTranslations: {
|
|
|
515
515
|
};
|
|
516
516
|
readonly visualizations: {
|
|
517
517
|
readonly table: "Table view";
|
|
518
|
+
readonly editableTable: "Editable table view";
|
|
518
519
|
readonly card: "Card view";
|
|
519
520
|
readonly list: "List view";
|
|
520
521
|
readonly kanban: "Kanban view";
|
|
@@ -530,6 +531,11 @@ export declare const defaultTranslations: {
|
|
|
530
531
|
readonly hideAllColumns: "Hide all";
|
|
531
532
|
};
|
|
532
533
|
};
|
|
534
|
+
readonly editableTable: {
|
|
535
|
+
readonly errors: {
|
|
536
|
+
readonly saveFailed: "Save failed";
|
|
537
|
+
};
|
|
538
|
+
};
|
|
533
539
|
readonly itemsCount: "items";
|
|
534
540
|
readonly emptyStates: {
|
|
535
541
|
readonly noData: {
|
|
@@ -1422,20 +1428,16 @@ declare module "gridstack" {
|
|
|
1422
1428
|
}
|
|
1423
1429
|
|
|
1424
1430
|
|
|
1425
|
-
declare
|
|
1426
|
-
|
|
1427
|
-
aiBlock: {
|
|
1428
|
-
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
1429
|
-
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
1430
|
-
};
|
|
1431
|
-
}
|
|
1431
|
+
declare namespace Calendar {
|
|
1432
|
+
var displayName: string;
|
|
1432
1433
|
}
|
|
1433
1434
|
|
|
1434
1435
|
|
|
1435
1436
|
declare module "@tiptap/core" {
|
|
1436
1437
|
interface Commands<ReturnType> {
|
|
1437
|
-
|
|
1438
|
-
|
|
1438
|
+
aiBlock: {
|
|
1439
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
1440
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
1439
1441
|
};
|
|
1440
1442
|
}
|
|
1441
1443
|
}
|
|
@@ -1453,10 +1455,8 @@ declare module "@tiptap/core" {
|
|
|
1453
1455
|
|
|
1454
1456
|
declare module "@tiptap/core" {
|
|
1455
1457
|
interface Commands<ReturnType> {
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
src: string;
|
|
1459
|
-
}) => ReturnType;
|
|
1458
|
+
moodTracker: {
|
|
1459
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
1460
1460
|
};
|
|
1461
1461
|
}
|
|
1462
1462
|
}
|
|
@@ -1471,6 +1471,12 @@ declare module "@tiptap/core" {
|
|
|
1471
1471
|
}
|
|
1472
1472
|
|
|
1473
1473
|
|
|
1474
|
-
declare
|
|
1475
|
-
|
|
1474
|
+
declare module "@tiptap/core" {
|
|
1475
|
+
interface Commands<ReturnType> {
|
|
1476
|
+
videoEmbed: {
|
|
1477
|
+
setVideoEmbed: (options: {
|
|
1478
|
+
src: string;
|
|
1479
|
+
}) => ReturnType;
|
|
1480
|
+
};
|
|
1481
|
+
}
|
|
1476
1482
|
}
|
package/dist/ai.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { A as e, B as t, C as n, q as o, E as i, h as r, F as l, a as c, D as A, i as u, b as F, j as h, w as C, x as m, y as T, z as d, c as f, r as S, s as p, t as I, H as g, I as k, m as x, L as H, O as P, v as b, P as w, S as M, T as O, n as v, o as D, p as E, U as L, k as R, l as q, d as y, e as z, u as B, g as U, f as j } from "./F0AiChat-
|
|
1
|
+
import { A as e, B as t, C as n, q as o, E as i, h as r, F as l, a as c, D as A, i as u, b as F, j as h, w as C, x as m, y as T, z as d, c as f, r as S, s as p, t as I, H as g, I as k, m as x, L as H, O as P, v as b, P as w, S as M, T as O, n as v, o as D, p as E, U as L, k as R, l as q, d as y, e as z, u as B, g as U, f as j } from "./F0AiChat-BXyvQ3uC.js";
|
|
2
2
|
import { defaultTranslations as G } from "./i18n-provider-defaults.js";
|
|
3
|
-
import { A as K, F as N, c as Q, b as W, a as X, o as Y, u as Z } from "./F0HILActionConfirmation-
|
|
3
|
+
import { A as K, F as N, c as Q, b as W, a as X, o as Y, u as Z } from "./F0HILActionConfirmation-BirXmMOJ.js";
|
|
4
4
|
export {
|
|
5
5
|
e as A,
|
|
6
6
|
K as AiChatTranslationsProvider,
|