@factorialco/f0-react 1.388.1 → 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 +11 -5
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +433 -96
- package/dist/experimental.js +11253 -10977
- package/dist/f0.d.ts +103 -5
- package/dist/f0.js +5 -5
- package/dist/i18n-provider-defaults.d.ts +11 -5
- 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,6 +1428,11 @@ declare module "gridstack" {
|
|
|
1422
1428
|
}
|
|
1423
1429
|
|
|
1424
1430
|
|
|
1431
|
+
declare namespace Calendar {
|
|
1432
|
+
var displayName: string;
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
|
|
1425
1436
|
declare module "@tiptap/core" {
|
|
1426
1437
|
interface Commands<ReturnType> {
|
|
1427
1438
|
aiBlock: {
|
|
@@ -1469,8 +1480,3 @@ declare module "@tiptap/core" {
|
|
|
1469
1480
|
};
|
|
1470
1481
|
}
|
|
1471
1482
|
}
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
declare namespace Calendar {
|
|
1475
|
-
var displayName: string;
|
|
1476
|
-
}
|
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,
|