@factorialco/f0-react 1.381.0 → 1.383.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/{DataCollectionStorageProvider-DBnav5cC.js → DataCollectionStorageProvider-BBLgXK15.js} +1 -1
- package/dist/{F0AiChat-DvWln9wK.js → F0AiChat-CXEcOhNF.js} +323 -321
- package/dist/{F0HILActionConfirmation-DRfQGPsn.js → F0HILActionConfirmation-D_4woM1M.js} +1 -1
- package/dist/ai.d.ts +18 -0
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +18 -0
- package/dist/experimental.js +5 -5
- package/dist/f0.d.ts +398 -10
- package/dist/f0.js +6092 -4904
- package/dist/i18n-provider-defaults.d.ts +18 -0
- package/dist/i18n-provider-defaults.js +18 -0
- package/dist/styles.css +1 -1
- package/package.json +2 -2
package/dist/ai.d.ts
CHANGED
|
@@ -756,6 +756,18 @@ export declare const defaultTranslations: {
|
|
|
756
756
|
readonly other: "{{count}} issues";
|
|
757
757
|
};
|
|
758
758
|
};
|
|
759
|
+
readonly file: {
|
|
760
|
+
readonly dropzone: "Drag and drop a file, or click to select";
|
|
761
|
+
readonly dropzoneActive: "Drop the file here";
|
|
762
|
+
readonly dropzoneMultiple: "Drag and drop files, or click to select";
|
|
763
|
+
readonly acceptedTypes: "Accepted formats: {{types}}";
|
|
764
|
+
readonly remove: "Remove";
|
|
765
|
+
readonly uploading: "Uploading…";
|
|
766
|
+
readonly processing: "Processing…";
|
|
767
|
+
readonly uploadFailed: "Upload failed";
|
|
768
|
+
readonly fileTooLarge: "File exceeds {{maxSize}} MB limit";
|
|
769
|
+
readonly invalidFileType: "File type not accepted. Accepted formats: {{types}}";
|
|
770
|
+
};
|
|
759
771
|
readonly validation: {
|
|
760
772
|
readonly required: "This field is required";
|
|
761
773
|
readonly invalidType: "Invalid value";
|
|
@@ -786,6 +798,12 @@ export declare const defaultTranslations: {
|
|
|
786
798
|
};
|
|
787
799
|
};
|
|
788
800
|
};
|
|
801
|
+
readonly wizard: {
|
|
802
|
+
readonly previous: "Previous";
|
|
803
|
+
readonly next: "Continue";
|
|
804
|
+
readonly submit: "Submit";
|
|
805
|
+
readonly stepOf: "Step {{current}} of {{total}}";
|
|
806
|
+
};
|
|
789
807
|
};
|
|
790
808
|
|
|
791
809
|
export declare function downloadTableAsExcel(table: HTMLTableElement, filename?: string): void;
|
package/dist/ai.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { A as e, B as o, C as t, E as n, h as i, F as r, a as l, x as c, i as A, b as u, s as F, t as h, v as C, w as T, c as d, n as m, o as I, p as f, H as g, I as S, k as p, L as x, O as H, q as P, P as b, S as k, T as O, l as v, m as w, U as M, r as E, j as L, d as q, e as B, u as U, g as j, f as z } from "./F0AiChat-
|
|
1
|
+
import { A as e, B as o, C as t, E as n, h as i, F as r, a as l, x as c, i as A, b as u, s as F, t as h, v as C, w as T, c as d, n as m, o as I, p as f, H as g, I as S, k as p, L as x, O as H, q as P, P as b, S as k, T as O, l as v, m as w, U as M, r as E, j as L, d as q, e as B, u as U, g as j, f as z } from "./F0AiChat-CXEcOhNF.js";
|
|
2
2
|
import { defaultTranslations as R } from "./i18n-provider-defaults.js";
|
|
3
|
-
import { A as y, F as G, c as J, b as K, a as N, o as Q, u as W } from "./F0HILActionConfirmation-
|
|
3
|
+
import { A as y, F as G, c as J, b as K, a as N, o as Q, u as W } from "./F0HILActionConfirmation-D_4woM1M.js";
|
|
4
4
|
export {
|
|
5
5
|
e as A,
|
|
6
6
|
y as AiChatTranslationsProvider,
|
package/dist/experimental.d.ts
CHANGED
|
@@ -2685,6 +2685,18 @@ declare const defaultTranslations: {
|
|
|
2685
2685
|
readonly other: "{{count}} issues";
|
|
2686
2686
|
};
|
|
2687
2687
|
};
|
|
2688
|
+
readonly file: {
|
|
2689
|
+
readonly dropzone: "Drag and drop a file, or click to select";
|
|
2690
|
+
readonly dropzoneActive: "Drop the file here";
|
|
2691
|
+
readonly dropzoneMultiple: "Drag and drop files, or click to select";
|
|
2692
|
+
readonly acceptedTypes: "Accepted formats: {{types}}";
|
|
2693
|
+
readonly remove: "Remove";
|
|
2694
|
+
readonly uploading: "Uploading…";
|
|
2695
|
+
readonly processing: "Processing…";
|
|
2696
|
+
readonly uploadFailed: "Upload failed";
|
|
2697
|
+
readonly fileTooLarge: "File exceeds {{maxSize}} MB limit";
|
|
2698
|
+
readonly invalidFileType: "File type not accepted. Accepted formats: {{types}}";
|
|
2699
|
+
};
|
|
2688
2700
|
readonly validation: {
|
|
2689
2701
|
readonly required: "This field is required";
|
|
2690
2702
|
readonly invalidType: "Invalid value";
|
|
@@ -2715,6 +2727,12 @@ declare const defaultTranslations: {
|
|
|
2715
2727
|
};
|
|
2716
2728
|
};
|
|
2717
2729
|
};
|
|
2730
|
+
readonly wizard: {
|
|
2731
|
+
readonly previous: "Previous";
|
|
2732
|
+
readonly next: "Continue";
|
|
2733
|
+
readonly submit: "Submit";
|
|
2734
|
+
readonly stepOf: "Step {{current}} of {{total}}";
|
|
2735
|
+
};
|
|
2718
2736
|
};
|
|
2719
2737
|
|
|
2720
2738
|
/**
|
package/dist/experimental.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { a5 as Kd,
|
|
2
|
-
import {
|
|
1
|
+
import { a5 as Kd, bM as Xp, bN as Zp, bO as eg, bP as Ho, bQ as tg, bR as eo, D as ng, bS as rg, ad as G, V as Jd, J as ig, bT as og, ap as Ei, bU as Yd, bV as sg, bW as lg, am as ag, bX as Ea, bY as Qr, bZ as cg, b_ as gl, b$ as Qd, c0 as ys, a6 as k, a7 as At, u as Y, c1 as dg, c2 as ug, c3 as fg, c4 as hg, c5 as mg, av as Se, c6 as pg, al as Te, c7 as gg, c8 as Xd, aj as q, c9 as Zd, ca as eu, ae as at, cb as tu, cc as xs, cd as nu, a8 as $, ce as _r, ai as P, cf as vt, cg as bg, ch as vg, ci as dr, aJ as ru, cj as iu, aU as rn, ck as ou, cl as bl, cm as pt, aK as vl, aL as Jn, v as su, cn as lu, co as yg, cp as Ta, cq as zn, cr as yl, cs as Lr, ct as Ti, cu as xg, cv as au, cw as wg, cx as xl, cy as ur, cz as et, cA as Cg, cB as kg, cC as qt, cD as Vo, cE as Ng, cF as lr, cG as En, cH as Sg, aa as ve, cI as Ig, cJ as Ag, cK as Eg, cL as Tg, cM as Dg, af as He, ah as Ee, cN as un, aX as on, bJ as Or, cO as cu, cP as wl, cQ as _g, cR as Lg, cS as Og, cT as Rg, cU as Fg, cV as Mg, cW as Pg, cX as zg, cY as $g, cZ as Cl, c_ as jg, c$ as du, d0 as Bg, d1 as Hg, d2 as Vg, d3 as Wg, d4 as Ug, d5 as Gg, d6 as qg, d7 as Kg, bk as St, d8 as uu, d9 as Jg, ao as se, a9 as fr, da as fu, db as hu, b2 as kl, t as Yg, dc as Qg, dd as Xg, an as hr, de as Zg, df as Wo, dg as eb, dh as Nl, di as Kt, aQ as mu, dj as Da, dk as _a, dl as tb, dm as La, dn as pu, dp as Sl, aP as $n, aN as gu, at as Il, au as Al, aw as El, aM as mr, ak as Rr, dq as nb, dr as rb, ds as bu, dt as ib, ax as It, du as ob, dv as vu, dw as yu, dx as sb, aY as Fr, dy as Tl, dz as to, bm as fn, dA as ws, dB as lb, dC as ab, dD as cb, dE as db, dF as ub, dG as fb, dH as xu, dI as hb, dJ as wu, dK as mb, dL as pb, dM as gb, aH as Oa, dN as Cu, dO as Cs, aC as ks, dP as ku, dQ as Ns, bt as Dl, b1 as hn, bg as no, dR as ro, dS as bb, dT as vb, dU as yb, bI as io, b0 as Nu, bL as xb, bK as wb, dV as Su, dW as Cb, aE as _n, dX as Ra, dY as Di, dZ as kb, d_ as Nb, bl as Sb, bh as Iu, a as Ib, d as Ab, d$ as _l, e0 as Eb, F as Tb, e1 as Au, e2 as Eu, e3 as Db, e4 as _b, e5 as Lb, e6 as Ob, e7 as Rb, e8 as Tu, e9 as Fb, bi as Du, ea as _u, eb as Mb, ec as Pb, ed as zb, ee as $b, ef as jb, eg as Bb, eh as Hb, ei as Vb, bw as Wb, bx as Ub, bE as oo, bC as Ll, b6 as so, ej as lo, ek as ao, b7 as co, el as Ol, bD as Lu, aD as Gb, by as _i, em as Ou, en as qb, eo as Ss, ep as Kb, eq as Fa, er as Jb, es as Yb, et as Qb, eu as Xb, ev as Zb, ew as ev, ex as tv, ac as Ru, bs as nv, bB as rv, ab as yt, b3 as iv, b4 as ov, b5 as sv, ey as Fu, ez as lv, eA as av, eB as cv, eC as dv, b8 as uv, eD as fv, eE as Ma, eF as Pa, eG as za, eH as hv, eI as mv, eJ as pv, eK as gv, eL as Mu, eM as bv } from "./F0AiChat-CXEcOhNF.js";
|
|
2
|
+
import { eP as QL, eO as XL, eN as ZL, eU as eO, eV as tO, eR as nO, eQ as rO, eT as iO, bj as oO, eS as sO } from "./F0AiChat-CXEcOhNF.js";
|
|
3
3
|
import { jsx as l, jsxs as g, Fragment as Z } from "react/jsx-runtime";
|
|
4
4
|
import * as Pe from "react";
|
|
5
5
|
import X, { createContext as Ht, forwardRef as J, useRef as j, useEffect as H, useContext as Vt, PureComponent as vv, useTransition as yv, useState as R, useLayoutEffect as Xt, useCallback as ee, useMemo as M, useId as Rl, useImperativeHandle as Pu, memo as uo, Fragment as jn, isValidElement as zu, cloneElement as Fl, createElement as $a, Children as $u } from "react";
|
|
6
|
-
import { f as Ln, aG as pr, j as Xr, aH as xv, b as Uo, aI as wv, A as Cv, d as Zr, i as kv, m as Nv, G as Sv, g as ja, aJ as Iv, l as Ba, aK as Av, p as Ev, aL as ju, aM as Bu, aN as Tv, C as Dv, az as _v, af as Bn, D as ze, aO as ct, aP as Et, aQ as Je, aR as Lv, aS as mi, aT as ut, aU as Hu, aV as nt, aW as Ml, aX as st, aY as Ha, aZ as Ov, a_ as Vu, a$ as Ge, b0 as it, b1 as gr, b2 as Li, b3 as Wu, b4 as Rv, b5 as yn, b6 as Fv, b7 as Mv, b8 as Pv, b9 as Mr, ba as Pr, bb as Pl, bc as zv, bd as Uu, be as Gu, bf as qu, bg as $v, bh as Ku, bi as Ju, bj as Yu, bk as Qu, bl as Xu, bm as Zu, bn as Is, bo as jv, bp as Va, bq as Bv, br as Hv, bs as Vv, x as Wv, y as Uv, F as Gv, M as Wa, N as Ua, O as qv, P as Kv, t as Jv, a4 as Yv, a5 as Qv, bt as Xv, bu as Zv, a7 as e0, bv as ef, bw as t0, bx as n0, by as r0, an as fo, bz as zl, bA as tf, am as As, bB as i0, al as nf, a2 as zr, ah as o0, bC as s0, bD as l0, bE as a0, aq as $l, bF as c0, aD as d0, bG as Es, bH as u0, bI as Oi, bJ as f0, aE as h0, bK as m0, aC as rf, aB as p0, aA as g0, bL as b0, bM as v0, bN as y0, bO as x0, bP as w0, bQ as C0, bR as k0, bS as N0, bT as S0, bU as I0, bV as A0, bW as E0, bX as T0, bY as D0, bZ as _0, aF as of, at as sf, b_ as L0, R as O0, T as R0, V as F0, W as M0, Z as P0, U as z0, b$ as Ga, c0 as $0, c1 as j0, n as B0 } from "./DataCollectionStorageProvider-
|
|
7
|
-
import { ai as aO, a8 as cO, a3 as dO, aa as uO, c5 as fO, c4 as hO, c2 as mO, c3 as pO, a6 as gO, a9 as bO, ar as vO, as as yO } from "./DataCollectionStorageProvider-
|
|
6
|
+
import { f as Ln, aG as pr, j as Xr, aH as xv, b as Uo, aI as wv, A as Cv, d as Zr, i as kv, m as Nv, G as Sv, g as ja, aJ as Iv, l as Ba, aK as Av, p as Ev, aL as ju, aM as Bu, aN as Tv, C as Dv, az as _v, af as Bn, D as ze, aO as ct, aP as Et, aQ as Je, aR as Lv, aS as mi, aT as ut, aU as Hu, aV as nt, aW as Ml, aX as st, aY as Ha, aZ as Ov, a_ as Vu, a$ as Ge, b0 as it, b1 as gr, b2 as Li, b3 as Wu, b4 as Rv, b5 as yn, b6 as Fv, b7 as Mv, b8 as Pv, b9 as Mr, ba as Pr, bb as Pl, bc as zv, bd as Uu, be as Gu, bf as qu, bg as $v, bh as Ku, bi as Ju, bj as Yu, bk as Qu, bl as Xu, bm as Zu, bn as Is, bo as jv, bp as Va, bq as Bv, br as Hv, bs as Vv, x as Wv, y as Uv, F as Gv, M as Wa, N as Ua, O as qv, P as Kv, t as Jv, a4 as Yv, a5 as Qv, bt as Xv, bu as Zv, a7 as e0, bv as ef, bw as t0, bx as n0, by as r0, an as fo, bz as zl, bA as tf, am as As, bB as i0, al as nf, a2 as zr, ah as o0, bC as s0, bD as l0, bE as a0, aq as $l, bF as c0, aD as d0, bG as Es, bH as u0, bI as Oi, bJ as f0, aE as h0, bK as m0, aC as rf, aB as p0, aA as g0, bL as b0, bM as v0, bN as y0, bO as x0, bP as w0, bQ as C0, bR as k0, bS as N0, bT as S0, bU as I0, bV as A0, bW as E0, bX as T0, bY as D0, bZ as _0, aF as of, at as sf, b_ as L0, R as O0, T as R0, V as F0, W as M0, Z as P0, U as z0, b$ as Ga, c0 as $0, c1 as j0, n as B0 } from "./DataCollectionStorageProvider-BBLgXK15.js";
|
|
7
|
+
import { ai as aO, a8 as cO, a3 as dO, aa as uO, c5 as fO, c4 as hO, c2 as mO, c3 as pO, a6 as gO, a9 as bO, ar as vO, as as yO } from "./DataCollectionStorageProvider-BBLgXK15.js";
|
|
8
8
|
import './experimental.css';function lf(t, e) {
|
|
9
9
|
const n = Kd(e()), r = () => n.set(e());
|
|
10
10
|
return r(), Xp(() => {
|
|
@@ -18042,7 +18042,7 @@ const LI = ({
|
|
|
18042
18042
|
"span",
|
|
18043
18043
|
{
|
|
18044
18044
|
className: k(
|
|
18045
|
-
"flex-1",
|
|
18045
|
+
"flex-1 min-w-0",
|
|
18046
18046
|
t.sortable ? "text-f1-foreground" : "text-f1-foreground-secondary"
|
|
18047
18047
|
),
|
|
18048
18048
|
children: /* @__PURE__ */ l(He, { children: t.label })
|