@factorialco/f0-react 1.413.1 → 1.414.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/{F0AiChat-CMz8oLke.js → F0AiChat-CBy7rZCW.js} +5283 -4978
- package/dist/F0ChatDashboard.d.ts +6 -6
- package/dist/{F0HILActionConfirmation-MJSEogqB.js → F0HILActionConfirmation-BvAjbJKj.js} +129 -123
- package/dist/ai.d.ts +18 -6
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +12 -6
- package/dist/experimental.js +4 -4
- package/dist/f0.d.ts +18 -6
- package/dist/f0.js +5 -5
- package/dist/i18n-provider-defaults.d.ts +12 -6
- package/dist/i18n-provider-defaults.js +6 -0
- package/dist/{index-Brt3Hz6G.js → index-C0vtKpW9.js} +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/ai.d.ts
CHANGED
|
@@ -351,6 +351,12 @@ export declare const aiTranslations: {
|
|
|
351
351
|
dataDownload: {
|
|
352
352
|
download: string;
|
|
353
353
|
};
|
|
354
|
+
pong: {
|
|
355
|
+
ai: string;
|
|
356
|
+
you: string;
|
|
357
|
+
youWin: string;
|
|
358
|
+
youLose: string;
|
|
359
|
+
};
|
|
354
360
|
unsavedChanges: string;
|
|
355
361
|
saveChanges: string;
|
|
356
362
|
discardChanges: string;
|
|
@@ -1023,6 +1029,12 @@ export declare const defaultTranslations: {
|
|
|
1023
1029
|
readonly dataDownload: {
|
|
1024
1030
|
readonly download: "Download {{format}}";
|
|
1025
1031
|
};
|
|
1032
|
+
readonly pong: {
|
|
1033
|
+
readonly ai: "AI";
|
|
1034
|
+
readonly you: "YOU";
|
|
1035
|
+
readonly youWin: "You win!";
|
|
1036
|
+
readonly youLose: "You lose!";
|
|
1037
|
+
};
|
|
1026
1038
|
readonly growth: {
|
|
1027
1039
|
readonly demoCard: {
|
|
1028
1040
|
readonly title: "See {{moduleName}} in action";
|
|
@@ -2014,8 +2026,10 @@ declare module "@tiptap/core" {
|
|
|
2014
2026
|
|
|
2015
2027
|
declare module "@tiptap/core" {
|
|
2016
2028
|
interface Commands<ReturnType> {
|
|
2017
|
-
|
|
2018
|
-
|
|
2029
|
+
videoEmbed: {
|
|
2030
|
+
setVideoEmbed: (options: {
|
|
2031
|
+
src: string;
|
|
2032
|
+
}) => ReturnType;
|
|
2019
2033
|
};
|
|
2020
2034
|
}
|
|
2021
2035
|
}
|
|
@@ -2023,10 +2037,8 @@ declare module "@tiptap/core" {
|
|
|
2023
2037
|
|
|
2024
2038
|
declare module "@tiptap/core" {
|
|
2025
2039
|
interface Commands<ReturnType> {
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
src: string;
|
|
2029
|
-
}) => ReturnType;
|
|
2040
|
+
transcript: {
|
|
2041
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
2030
2042
|
};
|
|
2031
2043
|
}
|
|
2032
2044
|
}
|
package/dist/ai.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { I as e, u as t } from "./F0Input-C9w04Jpr.js";
|
|
2
2
|
import { defaultTranslations as i } from "./i18n-provider-defaults.js";
|
|
3
|
-
import { A as r, B as l, C as A, p as F, E as c, h as u, F as C, a as h, D as d, i as m, b as T, j as f, w as p, x as g, y as I, z as S, c as k, q as x, s as v, t as H, H as M, I as P, L as b, O as w, v as E, P as O, S as y, T as D, m as R, n as L, o as q, U as z, k as B, l as U, g as j, r as V, u as G, d as J, f as K, e as N } from "./F0AiChat-
|
|
4
|
-
import { A as W, F as X, c as Y, d as Z, e as _, b as $, a as aa, o as sa, u as ea } from "./F0HILActionConfirmation-
|
|
3
|
+
import { A as r, B as l, C as A, p as F, E as c, h as u, F as C, a as h, D as d, i as m, b as T, j as f, w as p, x as g, y as I, z as S, c as k, q as x, s as v, t as H, H as M, I as P, L as b, O as w, v as E, P as O, S as y, T as D, m as R, n as L, o as q, U as z, k as B, l as U, g as j, r as V, u as G, d as J, f as K, e as N } from "./F0AiChat-CBy7rZCW.js";
|
|
4
|
+
import { A as W, F as X, c as Y, d as Z, e as _, b as $, a as aa, o as sa, u as ea } from "./F0HILActionConfirmation-BvAjbJKj.js";
|
|
5
5
|
export {
|
|
6
6
|
r as A,
|
|
7
7
|
W as AiChatTranslationsProvider,
|
package/dist/experimental.d.ts
CHANGED
|
@@ -2621,6 +2621,12 @@ declare const defaultTranslations: {
|
|
|
2621
2621
|
readonly dataDownload: {
|
|
2622
2622
|
readonly download: "Download {{format}}";
|
|
2623
2623
|
};
|
|
2624
|
+
readonly pong: {
|
|
2625
|
+
readonly ai: "AI";
|
|
2626
|
+
readonly you: "YOU";
|
|
2627
|
+
readonly youWin: "You win!";
|
|
2628
|
+
readonly youLose: "You lose!";
|
|
2629
|
+
};
|
|
2624
2630
|
readonly growth: {
|
|
2625
2631
|
readonly demoCard: {
|
|
2626
2632
|
readonly title: "See {{moduleName}} in action";
|
|
@@ -7165,8 +7171,10 @@ declare module "@tiptap/core" {
|
|
|
7165
7171
|
|
|
7166
7172
|
declare module "@tiptap/core" {
|
|
7167
7173
|
interface Commands<ReturnType> {
|
|
7168
|
-
|
|
7169
|
-
|
|
7174
|
+
videoEmbed: {
|
|
7175
|
+
setVideoEmbed: (options: {
|
|
7176
|
+
src: string;
|
|
7177
|
+
}) => ReturnType;
|
|
7170
7178
|
};
|
|
7171
7179
|
}
|
|
7172
7180
|
}
|
|
@@ -7174,10 +7182,8 @@ declare module "@tiptap/core" {
|
|
|
7174
7182
|
|
|
7175
7183
|
declare module "@tiptap/core" {
|
|
7176
7184
|
interface Commands<ReturnType> {
|
|
7177
|
-
|
|
7178
|
-
|
|
7179
|
-
src: string;
|
|
7180
|
-
}) => ReturnType;
|
|
7185
|
+
transcript: {
|
|
7186
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
7181
7187
|
};
|
|
7182
7188
|
}
|
|
7183
7189
|
}
|
package/dist/experimental.js
CHANGED
|
@@ -3,12 +3,12 @@ import { dj as GI, ap as KI, dk as qI, dr as JI, ds as YI, at as XI, dt as ZI, d
|
|
|
3
3
|
import { jsx as c, jsxs as g, Fragment as ne } from "react/jsx-runtime";
|
|
4
4
|
import * as Sn from "react";
|
|
5
5
|
import z, { PureComponent as Wh, forwardRef as P, useRef as K, useTransition as Uh, useState as L, useLayoutEffect as za, useContext as js, createContext as Hs, useCallback as X, useMemo as ee, useEffect as W, useId as $a, useImperativeHandle as Ba, memo as ja, Fragment as Gh, isValidElement as Kh, cloneElement as Ha, Children as Va } from "react";
|
|
6
|
-
import { f as Jt, ac as Nn, e as tr, ad as qh, L as bi, ae as Jh, A as Yh, i as nr, k as Xh, G as Zh, g as Io, af as Qh, j as Ao, n as ep, ag as Wa, ah as Ua, ai as tp, C as np, aa as rp, aj as He, ak as ot, al as Ee, am as ip, an as gr, ao as Ge, ap as Ga, aq as Me, ar as Vs, as as Be, at as _o, au as sp, av as Ka, aw as Ie, ax as Fe, ay as In, az as Dr, aA as qa, aB as op, aC as Vt, aD as lp, aE as ap, aF as cp, aG as Vn, aH as Wn, aI as Ws, aJ as dp, aK as Ja, aL as Ya, aM as Xa, aN as up, aO as Za, aP as Qa, aQ as ec, aR as tc, aS as nc, aT as rc, a3 as Eo, aU as fp, aV as To, aW as hp, aX as pp, aY as mp, w as gp, x as bp, z as wp, J as xp, K as yp, s as vp, aZ as ic, a_ as kp, a$ as Cp, b0 as Sp, b1 as sc, a7 as Wi, b2 as Np, b3 as Ip, b4 as Ap, b5 as _p, b6 as Ep, b7 as Tp, b8 as Dp, b9 as Rp, ba as Lp, bb as Op, bc as Mp, bd as Pp, ab as oc, M as Fp, N as zp, P as $p, Q as Bp, V as jp, O as Hp, be as Do, bf as Vp, bg as Wp, l as Up } from "./index-
|
|
7
|
-
import { a5 as oA, Z as lA, a0 as aA, R as cA, $ as dA, bk as uA, bj as fA, bh as hA, bi as pA, T as mA, a4 as gA, U as bA, _ as wA, W as xA, a8 as yA, a9 as vA } from "./index-
|
|
6
|
+
import { f as Jt, ac as Nn, e as tr, ad as qh, L as bi, ae as Jh, A as Yh, i as nr, k as Xh, G as Zh, g as Io, af as Qh, j as Ao, n as ep, ag as Wa, ah as Ua, ai as tp, C as np, aa as rp, aj as He, ak as ot, al as Ee, am as ip, an as gr, ao as Ge, ap as Ga, aq as Me, ar as Vs, as as Be, at as _o, au as sp, av as Ka, aw as Ie, ax as Fe, ay as In, az as Dr, aA as qa, aB as op, aC as Vt, aD as lp, aE as ap, aF as cp, aG as Vn, aH as Wn, aI as Ws, aJ as dp, aK as Ja, aL as Ya, aM as Xa, aN as up, aO as Za, aP as Qa, aQ as ec, aR as tc, aS as nc, aT as rc, a3 as Eo, aU as fp, aV as To, aW as hp, aX as pp, aY as mp, w as gp, x as bp, z as wp, J as xp, K as yp, s as vp, aZ as ic, a_ as kp, a$ as Cp, b0 as Sp, b1 as sc, a7 as Wi, b2 as Np, b3 as Ip, b4 as Ap, b5 as _p, b6 as Ep, b7 as Tp, b8 as Dp, b9 as Rp, ba as Lp, bb as Op, bc as Mp, bd as Pp, ab as oc, M as Fp, N as zp, P as $p, Q as Bp, V as jp, O as Hp, be as Do, bf as Vp, bg as Wp, l as Up } from "./index-C0vtKpW9.js";
|
|
7
|
+
import { a5 as oA, Z as lA, a0 as aA, R as cA, $ as dA, bk as uA, bj as fA, bh as hA, bi as pA, T as mA, a4 as gA, U as bA, _ as wA, W as xA, a8 as yA, a9 as vA } from "./index-C0vtKpW9.js";
|
|
8
8
|
import { i as Gp, M as Kp, b as Ro, R as lc, u as qp, F as ac, S as Jp, O as Yp } from "./useDataCollectionSource-CzKsWqw5.js";
|
|
9
9
|
import { j as CA, n as SA, o as NA, k as IA, l as AA, m as _A } from "./useDataCollectionSource-CzKsWqw5.js";
|
|
10
|
-
import { a8 as Xp, a9 as Zp, aa as Lo, ab as rr, ac as Qp, ad as em, Y as tm, ae as cc, y as dc, V as Un, af as nm, ag as rm, ah as im, ai as sm, aj as om, ak as lm, al as am, am as cm, an as dm, ao as um, Z as fm, ap as hm, aq as pm, ar as mm, as as gm, J as bm, at as wm, au as uc, av as Oo, aw as xm, a2 as ym, u as fc, g as vm, a as km, ax as Cm, F as Sm, ay as hc, az as pc, aA as Nm, aB as Im, aC as Am, aD as _m, aE as Em, aF as Mo, aG as Po, aH as Fo, aI as Tm, aJ as Dm } from "./F0AiChat-
|
|
11
|
-
import { aL as TA, aK as DA, aN as RA, aM as LA } from "./F0AiChat-
|
|
10
|
+
import { a8 as Xp, a9 as Zp, aa as Lo, ab as rr, ac as Qp, ad as em, Y as tm, ae as cc, y as dc, V as Un, af as nm, ag as rm, ah as im, ai as sm, aj as om, ak as lm, al as am, am as cm, an as dm, ao as um, Z as fm, ap as hm, aq as pm, ar as mm, as as gm, J as bm, at as wm, au as uc, av as Oo, aw as xm, a2 as ym, u as fc, g as vm, a as km, ax as Cm, F as Sm, ay as hc, az as pc, aA as Nm, aB as Im, aC as Am, aD as _m, aE as Em, aF as Mo, aG as Po, aH as Fo, aI as Tm, aJ as Dm } from "./F0AiChat-CBy7rZCW.js";
|
|
11
|
+
import { aL as TA, aK as DA, aN as RA, aM as LA } from "./F0AiChat-CBy7rZCW.js";
|
|
12
12
|
import './experimental.css';const Rm = mf("Search", [
|
|
13
13
|
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }],
|
|
14
14
|
["path", { d: "m21 21-4.3-4.3", key: "1qie3q" }]
|
package/dist/f0.d.ts
CHANGED
|
@@ -627,6 +627,12 @@ export declare const aiTranslations: {
|
|
|
627
627
|
dataDownload: {
|
|
628
628
|
download: string;
|
|
629
629
|
};
|
|
630
|
+
pong: {
|
|
631
|
+
ai: string;
|
|
632
|
+
you: string;
|
|
633
|
+
youWin: string;
|
|
634
|
+
youLose: string;
|
|
635
|
+
};
|
|
630
636
|
unsavedChanges: string;
|
|
631
637
|
saveChanges: string;
|
|
632
638
|
discardChanges: string;
|
|
@@ -3110,6 +3116,12 @@ export declare const defaultTranslations: {
|
|
|
3110
3116
|
readonly dataDownload: {
|
|
3111
3117
|
readonly download: "Download {{format}}";
|
|
3112
3118
|
};
|
|
3119
|
+
readonly pong: {
|
|
3120
|
+
readonly ai: "AI";
|
|
3121
|
+
readonly you: "YOU";
|
|
3122
|
+
readonly youWin: "You win!";
|
|
3123
|
+
readonly youLose: "You lose!";
|
|
3124
|
+
};
|
|
3113
3125
|
readonly growth: {
|
|
3114
3126
|
readonly demoCard: {
|
|
3115
3127
|
readonly title: "See {{moduleName}} in action";
|
|
@@ -10409,8 +10421,10 @@ declare module "@tiptap/core" {
|
|
|
10409
10421
|
|
|
10410
10422
|
declare module "@tiptap/core" {
|
|
10411
10423
|
interface Commands<ReturnType> {
|
|
10412
|
-
|
|
10413
|
-
|
|
10424
|
+
videoEmbed: {
|
|
10425
|
+
setVideoEmbed: (options: {
|
|
10426
|
+
src: string;
|
|
10427
|
+
}) => ReturnType;
|
|
10414
10428
|
};
|
|
10415
10429
|
}
|
|
10416
10430
|
}
|
|
@@ -10418,10 +10432,8 @@ declare module "@tiptap/core" {
|
|
|
10418
10432
|
|
|
10419
10433
|
declare module "@tiptap/core" {
|
|
10420
10434
|
interface Commands<ReturnType> {
|
|
10421
|
-
|
|
10422
|
-
|
|
10423
|
-
src: string;
|
|
10424
|
-
}) => ReturnType;
|
|
10435
|
+
transcript: {
|
|
10436
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
10425
10437
|
};
|
|
10426
10438
|
}
|
|
10427
10439
|
}
|
package/dist/f0.js
CHANGED
|
@@ -5,13 +5,13 @@ import * as dt from "react";
|
|
|
5
5
|
import K, { forwardRef as He, useRef as Q, useImperativeHandle as eu, Children as vr, useCallback as P, useMemo as V, useState as te, useEffect as le, createElement as rr, isValidElement as Co, Fragment as _o, useLayoutEffect as tu, createContext as Nt, memo as ko, useReducer as nu, useContext as Ye, cloneElement as ru, PureComponent as su, useId as ai } from "react";
|
|
6
6
|
import { a as Do, F as iu } from "./F0AnalyticsDashboard-Doa70ufI.js";
|
|
7
7
|
import { unstable_batchedUpdates as sr, createPortal as au, flushSync as ou } from "react-dom";
|
|
8
|
-
import { C as lu, S as Ji, a as cu, f as cs, L as _n, b as du, A as uu, i as ir, c as No, E as fu, g as dr, d as hu, e as mu, h as pu, j as rn, k as Ao, u as gu, G as vu, l as bu, m as ea, r as yu, n as xu, o as To, p as wu, B as Eo, X as Fo, Y as Ts, q as Su, s as Oo, t as Cu, v as _u, w as ku, x as Du, y as Nu, z as Au, D as Tu, F as Eu, H as ta, I as Fu, J as Ou, K as Iu, M as Ru, N as Lu, O as Pu, P as Mu, Q as Bu, V as Vu, R as Es, T as Io, U as ju, W as $u, Z as zu, _ as Ro, $ as oi, a0 as qu, a1 as Wu, a2 as Zu, a3 as Uu, a4 as Qu, a5 as Hu, a6 as Gu } from "./index-
|
|
9
|
-
import { a7 as sw, aa as iw, a8 as aw, a9 as ow, ab as lw } from "./index-
|
|
8
|
+
import { C as lu, S as Ji, a as cu, f as cs, L as _n, b as du, A as uu, i as ir, c as No, E as fu, g as dr, d as hu, e as mu, h as pu, j as rn, k as Ao, u as gu, G as vu, l as bu, m as ea, r as yu, n as xu, o as To, p as wu, B as Eo, X as Fo, Y as Ts, q as Su, s as Oo, t as Cu, v as _u, w as ku, x as Du, y as Nu, z as Au, D as Tu, F as Eu, H as ta, I as Fu, J as Ou, K as Iu, M as Ru, N as Lu, O as Pu, P as Mu, Q as Bu, V as Vu, R as Es, T as Io, U as ju, W as $u, Z as zu, _ as Ro, $ as oi, a0 as qu, a1 as Wu, a2 as Zu, a3 as Uu, a4 as Qu, a5 as Hu, a6 as Gu } from "./index-C0vtKpW9.js";
|
|
9
|
+
import { a7 as sw, aa as iw, a8 as aw, a9 as ow, ab as lw } from "./index-C0vtKpW9.js";
|
|
10
10
|
import { L as Lo, i as Ku, F as Xu, a as Po, R as qr, b as li, u as ci, O as Yu, U as Mo, c as Bo, D as Ju, M as ef } from "./useDataCollectionSource-CzKsWqw5.js";
|
|
11
11
|
import { e as dw, d as uw, f as fw, g as hw, h as mw } from "./useDataCollectionSource-CzKsWqw5.js";
|
|
12
|
-
import { J as tf, K as nf, M as rf, N as sf, Q as di, R as Vo, V as ln, W as Fs, X as af, x as of, Y as jo, Z as $o, _ as zo, $ as br, a0 as ui, a1 as qo, a2 as yr, a3 as Wo, a4 as Zo, a5 as lf, a6 as cf, a7 as df } from "./F0AiChat-
|
|
13
|
-
import { A as gw, B as vw, C as bw, p as yw, E as xw, h as ww, F as Sw, a as Cw, D as _w, i as kw, b as Dw, j as Nw, w as Aw, y as Tw, z as Ew, c as Fw, q as Ow, s as Iw, t as Rw, H as Lw, I as Pw, L as Mw, O as Bw, v as Vw, P as jw, S as $w, T as zw, m as qw, n as Ww, o as Zw, U as Uw, k as Qw, l as Hw, g as Gw, r as Kw, u as Xw, d as Yw, f as Jw, e as e0 } from "./F0AiChat-
|
|
14
|
-
import { A as n0, F as r0, c as s0, d as i0, e as a0, b as o0, a as l0, o as c0, u as d0 } from "./F0HILActionConfirmation-
|
|
12
|
+
import { J as tf, K as nf, M as rf, N as sf, Q as di, R as Vo, V as ln, W as Fs, X as af, x as of, Y as jo, Z as $o, _ as zo, $ as br, a0 as ui, a1 as qo, a2 as yr, a3 as Wo, a4 as Zo, a5 as lf, a6 as cf, a7 as df } from "./F0AiChat-CBy7rZCW.js";
|
|
13
|
+
import { A as gw, B as vw, C as bw, p as yw, E as xw, h as ww, F as Sw, a as Cw, D as _w, i as kw, b as Dw, j as Nw, w as Aw, y as Tw, z as Ew, c as Fw, q as Ow, s as Iw, t as Rw, H as Lw, I as Pw, L as Mw, O as Bw, v as Vw, P as jw, S as $w, T as zw, m as qw, n as Ww, o as Zw, U as Uw, k as Qw, l as Hw, g as Gw, r as Kw, u as Xw, d as Yw, f as Jw, e as e0 } from "./F0AiChat-CBy7rZCW.js";
|
|
14
|
+
import { A as n0, F as r0, c as s0, d as i0, e as a0, b as o0, a as l0, o as c0, u as d0 } from "./F0HILActionConfirmation-BvAjbJKj.js";
|
|
15
15
|
import { defaultTranslations as f0 } from "./i18n-provider-defaults.js";
|
|
16
16
|
const uf = {
|
|
17
17
|
xs: 1,
|
|
@@ -412,6 +412,12 @@ export declare const defaultTranslations: {
|
|
|
412
412
|
readonly dataDownload: {
|
|
413
413
|
readonly download: "Download {{format}}";
|
|
414
414
|
};
|
|
415
|
+
readonly pong: {
|
|
416
|
+
readonly ai: "AI";
|
|
417
|
+
readonly you: "YOU";
|
|
418
|
+
readonly youWin: "You win!";
|
|
419
|
+
readonly youLose: "You lose!";
|
|
420
|
+
};
|
|
415
421
|
readonly growth: {
|
|
416
422
|
readonly demoCard: {
|
|
417
423
|
readonly title: "See {{moduleName}} in action";
|
|
@@ -727,8 +733,10 @@ declare module "@tiptap/core" {
|
|
|
727
733
|
|
|
728
734
|
declare module "@tiptap/core" {
|
|
729
735
|
interface Commands<ReturnType> {
|
|
730
|
-
|
|
731
|
-
|
|
736
|
+
videoEmbed: {
|
|
737
|
+
setVideoEmbed: (options: {
|
|
738
|
+
src: string;
|
|
739
|
+
}) => ReturnType;
|
|
732
740
|
};
|
|
733
741
|
}
|
|
734
742
|
}
|
|
@@ -736,10 +744,8 @@ declare module "@tiptap/core" {
|
|
|
736
744
|
|
|
737
745
|
declare module "@tiptap/core" {
|
|
738
746
|
interface Commands<ReturnType> {
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
src: string;
|
|
742
|
-
}) => ReturnType;
|
|
747
|
+
transcript: {
|
|
748
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
743
749
|
};
|
|
744
750
|
}
|
|
745
751
|
}
|
|
@@ -412,6 +412,12 @@ const e = {
|
|
|
412
412
|
dataDownload: {
|
|
413
413
|
download: "Download {{format}}"
|
|
414
414
|
},
|
|
415
|
+
pong: {
|
|
416
|
+
ai: "AI",
|
|
417
|
+
you: "YOU",
|
|
418
|
+
youWin: "You win!",
|
|
419
|
+
youLose: "You lose!"
|
|
420
|
+
},
|
|
415
421
|
growth: {
|
|
416
422
|
demoCard: {
|
|
417
423
|
title: "See {{moduleName}} in action",
|
|
@@ -2,7 +2,7 @@ import { jsxs as H, jsx as _, Fragment as Ct } from "react/jsx-runtime";
|
|
|
2
2
|
import * as Ie from "react";
|
|
3
3
|
import T, { useRef as $e, useState as ve, useCallback as xt, useEffect as ut, useLayoutEffect as fg, isValidElement as Jn, Children as ua, PureComponent as qn, forwardRef as ii, useImperativeHandle as lg, useMemo as yi, cloneElement as bt, createElement as cg, useContext as Hn, createContext as Ei, Component as R6, useId as j6, Fragment as uf, useDebugValue as L6, createRef as KC, memo as B6, version as yb } from "react";
|
|
4
4
|
import { B as ki, b$ as GC, t as fe, bW as F6, av as YC, w as z6, y as Ai, N as $r, eA as eo, eB as XC, eC as JC, eD as ZC, eE as vb, eF as gb, eG as bb, eH as xb, ef as kb, eI as q6, eJ as yc, eK as QC, eL as eT, eM as tT, cy as df, aA as Ye, R as Ee, cm as nT, T as Ki, U as Zn, bQ as iT, bR as rT, bS as aT, bV as oT, eN as H6, G as nn, aS as sT, F as Le, ar as hl, aa as fT, dl as Ut, aE as lT, aF as cT, M as ug, aG as uT, aJ as dT, aH as hT, aI as wb, aK as _b, at as W6, aM as pT, aN as mT, aO as yT, aP as vT, x as wd, u as ir, an as V6, K as gn, z as nt, J as gT, O as U6, au as bT, a4 as dg, bI as xT, dj as kT, a6 as wT, dk as hg, be as hf, P as K6, cr as G6, ad as _T, eO as ST, em as OT, cv as pl, eP as _d, eQ as Sd, cx as ml, a2 as ET, a3 as AT, a5 as CT, bf as pg, d3 as TT, cJ as Y6, ct as MT, e3 as PT, aB as DT, dI as NT, cu as $T, bc as IT, cw as RT, dJ as jT, aq as X6, c0 as Vy, L as LT, D as J6, E as hn, eR as BT, ah as Sb, cM as FT, C as Z6, b9 as zT, ab as qT, b7 as mg, aW as HT, aX as WT, aY as VT, de as Ob, ak as UT, cB as KT, bp as GT, aT as Eb, ba as YT, aU as XT, d9 as JT } from "./F0Input-C9w04Jpr.js";
|
|
5
|
-
import { W as ZT, aC as QT, aD as eM, a1 as tM, aO as Q6, ak as nM, Q as Ab, aP as iM, aQ as Uy, aR as e5, aS as t5, aT as n5, aU as rM, aV as aM, aW as oM, aX as sM, al as fM, am as lM, an as cM, ao as uM, Z as dM, ar as hM, as as pM, _ as mM, aY as yM, a5 as vM, a6 as gM, aZ as bM } from "./F0AiChat-
|
|
5
|
+
import { W as ZT, aC as QT, aD as eM, a1 as tM, aO as Q6, ak as nM, Q as Ab, aP as iM, aQ as Uy, aR as e5, aS as t5, aT as n5, aU as rM, aV as aM, aW as oM, aX as sM, al as fM, am as lM, an as cM, ao as uM, Z as dM, ar as hM, as as pM, _ as mM, aY as yM, a5 as vM, a6 as gM, aZ as bM } from "./F0AiChat-CBy7rZCW.js";
|
|
6
6
|
import { r as yl, p as vl, q as ri, s as xM, t as i5, v as kM, w as ts, x as wM, y as r5, z as yg, A as a5, B as o5, C as _M, E as SM, G as s5, H as OM, I as EM, J as AM, K as Od, N as CM, P as TM, Q as MM, T as PM, i as Sa, V as DM, W as NM, g as $M, X as f5, Y as Cb, Z as IM, d as RM, e as jM, f as LM, _ as BM, F as l5, $ as FM, a0 as zM, a1 as qM } from "./useDataCollectionSource-CzKsWqw5.js";
|
|
7
7
|
import vg from "react-dom";
|
|
8
8
|
import './index.css';const HM = {
|