@factorialco/f0-react 1.471.1 → 1.472.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-DdSiSBlS.js → F0AiChat-gZAMVrRp.js} +21951 -21894
- package/dist/ai.d.ts +23 -10
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +23 -10
- package/dist/experimental.js +4 -4
- package/dist/f0.d.ts +23 -10
- package/dist/f0.js +6 -6
- package/dist/i18n-provider-defaults.d.ts +10 -10
- package/dist/{index-CLDD0rbK.js → index-BLYMOa6y.js} +1 -1
- package/dist/styles.css +1 -1
- package/dist/{types-BUGVwNcw.js → types-DL8LwnXy.js} +1 -1
- package/package.json +1 -1
package/dist/ai.d.ts
CHANGED
|
@@ -2204,6 +2204,7 @@ export declare type EntityRefs = {
|
|
|
2204
2204
|
export declare type EntityResolvers = {
|
|
2205
2205
|
person?: (id: string) => Promise<PersonProfile>;
|
|
2206
2206
|
candidate?: (id: string) => Promise<CandidateProfile>;
|
|
2207
|
+
expense?: (id: string) => Promise<ExpenseProfile>;
|
|
2207
2208
|
jobPosting?: (id: string) => Promise<JobPostingProfile>;
|
|
2208
2209
|
requisition?: (id: string) => Promise<RequisitionProfile>;
|
|
2209
2210
|
vacancy?: (id: string) => Promise<VacancyProfile>;
|
|
@@ -2224,11 +2225,23 @@ export declare type EntityResolvers = {
|
|
|
2224
2225
|
export declare type EntityUrlBuilders = {
|
|
2225
2226
|
person?: (id: string) => string;
|
|
2226
2227
|
candidate?: (id: string) => string;
|
|
2228
|
+
expense?: (id: string) => string;
|
|
2227
2229
|
jobPosting?: (id: string) => string;
|
|
2228
2230
|
requisition?: (id: string) => string;
|
|
2229
2231
|
vacancy?: (id: string) => string;
|
|
2230
2232
|
};
|
|
2231
2233
|
|
|
2234
|
+
/**
|
|
2235
|
+
* Profile data for an expense entity, resolved asynchronously
|
|
2236
|
+
* and displayed in the entity reference hover card.
|
|
2237
|
+
*/
|
|
2238
|
+
export declare type ExpenseProfile = {
|
|
2239
|
+
id: string | number;
|
|
2240
|
+
description?: string;
|
|
2241
|
+
amount?: string;
|
|
2242
|
+
status?: string;
|
|
2243
|
+
};
|
|
2244
|
+
|
|
2232
2245
|
export declare const F0ActionItem: ({ title, status, inGroup }: F0ActionItemProps) => JSX_2.Element;
|
|
2233
2246
|
|
|
2234
2247
|
/**
|
|
@@ -3361,11 +3374,6 @@ declare module "gridstack" {
|
|
|
3361
3374
|
}
|
|
3362
3375
|
|
|
3363
3376
|
|
|
3364
|
-
declare namespace Calendar {
|
|
3365
|
-
var displayName: string;
|
|
3366
|
-
}
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
3377
|
declare module "@tiptap/core" {
|
|
3370
3378
|
interface Commands<ReturnType> {
|
|
3371
3379
|
aiBlock: {
|
|
@@ -3378,8 +3386,9 @@ declare module "@tiptap/core" {
|
|
|
3378
3386
|
|
|
3379
3387
|
declare module "@tiptap/core" {
|
|
3380
3388
|
interface Commands<ReturnType> {
|
|
3381
|
-
|
|
3382
|
-
|
|
3389
|
+
enhanceHighlight: {
|
|
3390
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
3391
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
3383
3392
|
};
|
|
3384
3393
|
}
|
|
3385
3394
|
}
|
|
@@ -3387,9 +3396,8 @@ declare module "@tiptap/core" {
|
|
|
3387
3396
|
|
|
3388
3397
|
declare module "@tiptap/core" {
|
|
3389
3398
|
interface Commands<ReturnType> {
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
3399
|
+
moodTracker: {
|
|
3400
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
3393
3401
|
};
|
|
3394
3402
|
}
|
|
3395
3403
|
}
|
|
@@ -3413,3 +3421,8 @@ declare module "@tiptap/core" {
|
|
|
3413
3421
|
};
|
|
3414
3422
|
}
|
|
3415
3423
|
}
|
|
3424
|
+
|
|
3425
|
+
|
|
3426
|
+
declare namespace Calendar {
|
|
3427
|
+
var displayName: string;
|
|
3428
|
+
}
|
package/dist/ai.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { l as t, k as e, F as r, a as o, C as i, b as n, m as F, n as u, d as A, I as c, g as C, c as m, h, e as l, u as d, j as I, i as f, f as T } from "./F0AiChat-
|
|
1
|
+
import { l as t, k as e, F as r, a as o, C as i, b as n, m as F, n as u, d as A, I as c, g as C, c as m, h, e as l, u as d, j as I, i as f, f as T } from "./F0AiChat-gZAMVrRp.js";
|
|
2
2
|
import { defaultTranslations as S } from "./i18n-provider-defaults.js";
|
|
3
|
-
import { A as v, e as x, F as P, c as V, d as k, b as O, a as b, f as y, o as M, u as j } from "./types-
|
|
3
|
+
import { A as v, e as x, F as P, c as V, d as k, b as O, a as b, f as y, o as M, u as j } from "./types-DL8LwnXy.js";
|
|
4
4
|
export {
|
|
5
5
|
v as AiChatTranslationsProvider,
|
|
6
6
|
t as ChatSpinner,
|
package/dist/experimental.d.ts
CHANGED
|
@@ -3754,6 +3754,7 @@ declare type EntityRefs = {
|
|
|
3754
3754
|
declare type EntityResolvers = {
|
|
3755
3755
|
person?: (id: string) => Promise<PersonProfile>;
|
|
3756
3756
|
candidate?: (id: string) => Promise<CandidateProfile>;
|
|
3757
|
+
expense?: (id: string) => Promise<ExpenseProfile>;
|
|
3757
3758
|
jobPosting?: (id: string) => Promise<JobPostingProfile>;
|
|
3758
3759
|
requisition?: (id: string) => Promise<RequisitionProfile>;
|
|
3759
3760
|
vacancy?: (id: string) => Promise<VacancyProfile>;
|
|
@@ -3842,6 +3843,7 @@ export declare type EntitySelectSubEntity = {
|
|
|
3842
3843
|
declare type EntityUrlBuilders = {
|
|
3843
3844
|
person?: (id: string) => string;
|
|
3844
3845
|
candidate?: (id: string) => string;
|
|
3846
|
+
expense?: (id: string) => string;
|
|
3845
3847
|
jobPosting?: (id: string) => string;
|
|
3846
3848
|
requisition?: (id: string) => string;
|
|
3847
3849
|
vacancy?: (id: string) => string;
|
|
@@ -3854,6 +3856,17 @@ declare interface ErrorMessageProps {
|
|
|
3854
3856
|
description: string;
|
|
3855
3857
|
}
|
|
3856
3858
|
|
|
3859
|
+
/**
|
|
3860
|
+
* Profile data for an expense entity, resolved asynchronously
|
|
3861
|
+
* and displayed in the entity reference hover card.
|
|
3862
|
+
*/
|
|
3863
|
+
declare type ExpenseProfile = {
|
|
3864
|
+
id: string | number;
|
|
3865
|
+
description?: string;
|
|
3866
|
+
amount?: string;
|
|
3867
|
+
status?: string;
|
|
3868
|
+
};
|
|
3869
|
+
|
|
3857
3870
|
/**
|
|
3858
3871
|
* Extracts the property keys from a record type.
|
|
3859
3872
|
* @template RecordType - The type containing the properties to extract
|
|
@@ -8111,11 +8124,6 @@ declare module "gridstack" {
|
|
|
8111
8124
|
}
|
|
8112
8125
|
|
|
8113
8126
|
|
|
8114
|
-
declare namespace Calendar {
|
|
8115
|
-
var displayName: string;
|
|
8116
|
-
}
|
|
8117
|
-
|
|
8118
|
-
|
|
8119
8127
|
declare module "@tiptap/core" {
|
|
8120
8128
|
interface Commands<ReturnType> {
|
|
8121
8129
|
aiBlock: {
|
|
@@ -8128,8 +8136,9 @@ declare module "@tiptap/core" {
|
|
|
8128
8136
|
|
|
8129
8137
|
declare module "@tiptap/core" {
|
|
8130
8138
|
interface Commands<ReturnType> {
|
|
8131
|
-
|
|
8132
|
-
|
|
8139
|
+
enhanceHighlight: {
|
|
8140
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
8141
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
8133
8142
|
};
|
|
8134
8143
|
}
|
|
8135
8144
|
}
|
|
@@ -8137,9 +8146,8 @@ declare module "@tiptap/core" {
|
|
|
8137
8146
|
|
|
8138
8147
|
declare module "@tiptap/core" {
|
|
8139
8148
|
interface Commands<ReturnType> {
|
|
8140
|
-
|
|
8141
|
-
|
|
8142
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
8149
|
+
moodTracker: {
|
|
8150
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
8143
8151
|
};
|
|
8144
8152
|
}
|
|
8145
8153
|
}
|
|
@@ -8163,3 +8171,8 @@ declare module "@tiptap/core" {
|
|
|
8163
8171
|
};
|
|
8164
8172
|
}
|
|
8165
8173
|
}
|
|
8174
|
+
|
|
8175
|
+
|
|
8176
|
+
declare namespace Calendar {
|
|
8177
|
+
var displayName: string;
|
|
8178
|
+
}
|
package/dist/experimental.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { a9 as oa, aa as ca, ab as da, ac as ua, ad as Ft, ae as Te, af as fa, O as b, W as Z, P as pe, u as se, ag as ma, ah as ha, ai as ba, aj as pa, ak as ga, a5 as oe, al as xa, am as ht, an as rt, ao as Be, U as Ee, ap as va, aq as wa, ar as $, as as ya, at as Na, M as _e, au as ln, av as Ca, aw as ka, Q as B, ax as sn, a8 as E, ay as ve, az as Sa, aA as Ia, aB as Fa, aC as Aa, aD as La, aE as Ce, aF as on, aG as Ea, aH as ge, aI as $e, aJ as _a, aK as bt, n as cn, aL as Ne, aM as Oa, aN as dn, a6 as ne, aO as H, R as un, aP as fn, aQ as Ta, aR as mn, aS as me, a7 as ee, aT as Da, aU as za, aV as Pa, aW as Ra, X as be, aX as Ge, aY as Ba, aZ as $a, a_ as Wa, a$ as Ma, b0 as He, b1 as hn, b2 as ja, b3 as Va, b4 as Ga, b5 as We, b6 as Ha, b7 as Ua, b8 as Ka, b9 as qa, ba as Ya, bb as Za, bc as Xa, bd as Ja, be as Qa, bf as er, bg as lt, bh as it, bi as bn, bj as tr, bk as nr, bl as pn, bm as ar, bn as rr, T as Ue, bo as pt, bp as gn, bq as lr, br as xn, bs as ir, bt as sr, bu as or, bv as Le, bw as cr, bx as De, by as At, bz as st, bA as dr, bB as ur, a as fr, c as mr, bC as hr, bD as vn, bE as br, bF as pr, F as gr, bG as wn, _ as xr, bH as yn, bI as vr, bJ as Lt, bK as wr, bL as yr, bM as Nr, bN as Cr, bO as Nn, bP as kr, bQ as Sr, bR as Ir, bS as Fr, bT as Ar, Y as Cn, bU as ue, bV as kn, bW as gt, bX as xt, bY as vt, bZ as Sn, b_ as wt, b$ as In, $ as Fn, c0 as Lr, c1 as Er, c2 as _r, c3 as Or, c4 as Tr, c5 as Dr, c6 as zr, c7 as Pr, c8 as Rr, c9 as Br, ca as $r, cb as Et, cc as _t, cd as Ot, ce as Wr, cf as Mr, cg as jr, ch as Vr, ci as An, cj as Gr, ck as Hr, cl as Ur } from "./F0AiChat-
|
|
2
|
-
import { cG as Ac, cF as Lc, co as Ec, cS as _c, cz as Oc, cA as Tc, cn as Dc, cC as zc, cp as Pc, d2 as Rc, d0 as Bc, cq as $c, cD as Wc, cE as Mc, cB as jc, cr as Vc, cO as Gc, cP as Hc, cT as Uc, c_ as Kc, c$ as qc, cx as Yc, d1 as Zc, cy as Xc, cs as Jc, cI as Qc, cH as ed, ct as td, cu as nd, cv as ad, cQ as rd, d3 as ld, cm as id, cR as sd, cV as od, cW as cd, cN as dd, cK as ud, cM as fd, cJ as md, cw as hd, cL as bd, cX as pd, cY as gd, cU as xd, cZ as vd } from "./F0AiChat-
|
|
1
|
+
import { a9 as oa, aa as ca, ab as da, ac as ua, ad as Ft, ae as Te, af as fa, O as b, W as Z, P as pe, u as se, ag as ma, ah as ha, ai as ba, aj as pa, ak as ga, a5 as oe, al as xa, am as ht, an as rt, ao as Be, U as Ee, ap as va, aq as wa, ar as $, as as ya, at as Na, M as _e, au as ln, av as Ca, aw as ka, Q as B, ax as sn, a8 as E, ay as ve, az as Sa, aA as Ia, aB as Fa, aC as Aa, aD as La, aE as Ce, aF as on, aG as Ea, aH as ge, aI as $e, aJ as _a, aK as bt, n as cn, aL as Ne, aM as Oa, aN as dn, a6 as ne, aO as H, R as un, aP as fn, aQ as Ta, aR as mn, aS as me, a7 as ee, aT as Da, aU as za, aV as Pa, aW as Ra, X as be, aX as Ge, aY as Ba, aZ as $a, a_ as Wa, a$ as Ma, b0 as He, b1 as hn, b2 as ja, b3 as Va, b4 as Ga, b5 as We, b6 as Ha, b7 as Ua, b8 as Ka, b9 as qa, ba as Ya, bb as Za, bc as Xa, bd as Ja, be as Qa, bf as er, bg as lt, bh as it, bi as bn, bj as tr, bk as nr, bl as pn, bm as ar, bn as rr, T as Ue, bo as pt, bp as gn, bq as lr, br as xn, bs as ir, bt as sr, bu as or, bv as Le, bw as cr, bx as De, by as At, bz as st, bA as dr, bB as ur, a as fr, c as mr, bC as hr, bD as vn, bE as br, bF as pr, F as gr, bG as wn, _ as xr, bH as yn, bI as vr, bJ as Lt, bK as wr, bL as yr, bM as Nr, bN as Cr, bO as Nn, bP as kr, bQ as Sr, bR as Ir, bS as Fr, bT as Ar, Y as Cn, bU as ue, bV as kn, bW as gt, bX as xt, bY as vt, bZ as Sn, b_ as wt, b$ as In, $ as Fn, c0 as Lr, c1 as Er, c2 as _r, c3 as Or, c4 as Tr, c5 as Dr, c6 as zr, c7 as Pr, c8 as Rr, c9 as Br, ca as $r, cb as Et, cc as _t, cd as Ot, ce as Wr, cf as Mr, cg as jr, ch as Vr, ci as An, cj as Gr, ck as Hr, cl as Ur } from "./F0AiChat-gZAMVrRp.js";
|
|
2
|
+
import { cG as Ac, cF as Lc, co as Ec, cS as _c, cz as Oc, cA as Tc, cn as Dc, cC as zc, cp as Pc, d2 as Rc, d0 as Bc, cq as $c, cD as Wc, cE as Mc, cB as jc, cr as Vc, cO as Gc, cP as Hc, cT as Uc, c_ as Kc, c$ as qc, cx as Yc, d1 as Zc, cy as Xc, cs as Jc, cI as Qc, cH as ed, ct as td, cu as nd, cv as ad, cQ as rd, d3 as ld, cm as id, cR as sd, cV as od, cW as cd, cN as dd, cK as ud, cM as fd, cJ as md, cw as hd, cL as bd, cX as pd, cY as gd, cU as xd, cZ as vd } from "./F0AiChat-gZAMVrRp.js";
|
|
3
3
|
import { jsx as e, jsxs as o, Fragment as U } from "react/jsx-runtime";
|
|
4
4
|
import re, { forwardRef as j, useRef as V, useTransition as Kr, useState as _, useLayoutEffect as Ln, useId as qr, useContext as Ke, createContext as yt, useEffect as W, useCallback as Q, useMemo as K, Fragment as Yr, isValidElement as Zr, cloneElement as En, Children as _n } from "react";
|
|
5
|
-
import { C as Xr, P as Jr, g as On, c as Qr, F as ot, f as el, a as tl, A as nl, B as al, L as rl, b as ll, V as il, d as sl, e as Tt, h as ol, i as cl } from "./index-
|
|
6
|
-
import { l as yd, m as Nd, j as Cd, n as kd, s as Sd, D as Id, k as Fd, o as Ad, v as Ld, w as Ed, N as _d, x as Od, p as Td, r as Dd, R as zd, q as Pd, _ as Rd, u as Bd, t as $d } from "./index-
|
|
5
|
+
import { C as Xr, P as Jr, g as On, c as Qr, F as ot, f as el, a as tl, A as nl, B as al, L as rl, b as ll, V as il, d as sl, e as Tt, h as ol, i as cl } from "./index-BLYMOa6y.js";
|
|
6
|
+
import { l as yd, m as Nd, j as Cd, n as kd, s as Sd, D as Id, k as Fd, o as Ad, v as Ld, w as Ed, N as _d, x as Od, p as Td, r as Dd, R as zd, q as Pd, _ as Rd, u as Bd, t as $d } from "./index-BLYMOa6y.js";
|
|
7
7
|
const dl = oa("Search", [
|
|
8
8
|
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }],
|
|
9
9
|
["path", { d: "m21 21-4.3-4.3", key: "1qie3q" }]
|
package/dist/f0.d.ts
CHANGED
|
@@ -4965,6 +4965,7 @@ export declare type EntityRefs = {
|
|
|
4965
4965
|
export declare type EntityResolvers = {
|
|
4966
4966
|
person?: (id: string) => Promise<PersonProfile>;
|
|
4967
4967
|
candidate?: (id: string) => Promise<CandidateProfile>;
|
|
4968
|
+
expense?: (id: string) => Promise<ExpenseProfile>;
|
|
4968
4969
|
jobPosting?: (id: string) => Promise<JobPostingProfile>;
|
|
4969
4970
|
requisition?: (id: string) => Promise<RequisitionProfile>;
|
|
4970
4971
|
vacancy?: (id: string) => Promise<VacancyProfile>;
|
|
@@ -4985,6 +4986,7 @@ export declare type EntityResolvers = {
|
|
|
4985
4986
|
export declare type EntityUrlBuilders = {
|
|
4986
4987
|
person?: (id: string) => string;
|
|
4987
4988
|
candidate?: (id: string) => string;
|
|
4989
|
+
expense?: (id: string) => string;
|
|
4988
4990
|
jobPosting?: (id: string) => string;
|
|
4989
4991
|
requisition?: (id: string) => string;
|
|
4990
4992
|
vacancy?: (id: string) => string;
|
|
@@ -5017,6 +5019,17 @@ declare type EventParams = Record<string, EventScalar | Array<EventScalar>>;
|
|
|
5017
5019
|
|
|
5018
5020
|
declare type EventScalar = string | number | boolean | undefined | null;
|
|
5019
5021
|
|
|
5022
|
+
/**
|
|
5023
|
+
* Profile data for an expense entity, resolved asynchronously
|
|
5024
|
+
* and displayed in the entity reference hover card.
|
|
5025
|
+
*/
|
|
5026
|
+
export declare type ExpenseProfile = {
|
|
5027
|
+
id: string | number;
|
|
5028
|
+
description?: string;
|
|
5029
|
+
amount?: string;
|
|
5030
|
+
status?: string;
|
|
5031
|
+
};
|
|
5032
|
+
|
|
5020
5033
|
export declare const experimental: <T extends React.ComponentType<any>>(name: string, component: T) => T;
|
|
5021
5034
|
|
|
5022
5035
|
declare type ExtractVisualizationSettings<T> = T extends {
|
|
@@ -13681,11 +13694,6 @@ declare module "gridstack" {
|
|
|
13681
13694
|
}
|
|
13682
13695
|
|
|
13683
13696
|
|
|
13684
|
-
declare namespace Calendar {
|
|
13685
|
-
var displayName: string;
|
|
13686
|
-
}
|
|
13687
|
-
|
|
13688
|
-
|
|
13689
13697
|
declare module "@tiptap/core" {
|
|
13690
13698
|
interface Commands<ReturnType> {
|
|
13691
13699
|
aiBlock: {
|
|
@@ -13698,8 +13706,9 @@ declare module "@tiptap/core" {
|
|
|
13698
13706
|
|
|
13699
13707
|
declare module "@tiptap/core" {
|
|
13700
13708
|
interface Commands<ReturnType> {
|
|
13701
|
-
|
|
13702
|
-
|
|
13709
|
+
enhanceHighlight: {
|
|
13710
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
13711
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
13703
13712
|
};
|
|
13704
13713
|
}
|
|
13705
13714
|
}
|
|
@@ -13707,9 +13716,8 @@ declare module "@tiptap/core" {
|
|
|
13707
13716
|
|
|
13708
13717
|
declare module "@tiptap/core" {
|
|
13709
13718
|
interface Commands<ReturnType> {
|
|
13710
|
-
|
|
13711
|
-
|
|
13712
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
13719
|
+
moodTracker: {
|
|
13720
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
13713
13721
|
};
|
|
13714
13722
|
}
|
|
13715
13723
|
}
|
|
@@ -13733,3 +13741,8 @@ declare module "@tiptap/core" {
|
|
|
13733
13741
|
};
|
|
13734
13742
|
}
|
|
13735
13743
|
}
|
|
13744
|
+
|
|
13745
|
+
|
|
13746
|
+
declare namespace Calendar {
|
|
13747
|
+
var displayName: string;
|
|
13748
|
+
}
|
package/dist/f0.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { fA as Or, a6 as se, bU as Tn, O as P, P as ht, fB as Mr, W as yt, dH as zo, aS as Yi, fC as Io, a7 as zr, a8 as de, u as oe, ar as he, fr as Ut, U as Bo, ac as Po, M as Ir, fD as un, aO as Oe, aL as hi, fE as Ho, fF as Wo, fG as qo, fH as Ji, a0 as Go, fI as $o, fJ as Br, fK as jo, bd as fi, be as mi, a5 as Fn, bf as gi, aX as Pr, cS as hn, fL as Hr, fM as Uo, eh as Vo, fN as Zi, eg as Qo, fO as Ko, fP as wt, fQ as Vt, fR as Xo, fS as Wr, fT as Yo, fU as Jo, fV as An, fW as Zo, fX as ea, R as We, b0 as ta, d5 as si, d4 as qr, fY as na, fZ as pi, cn as ia, f_ as ra, f$ as Gr, g0 as Ln, g1 as sa, g2 as oa, aI as vi, Q as Ce, aJ as aa, aK as fn, ce as la, g3 as ca, aR as On, fo as bi, g4 as $r, g5 as da, g6 as ua, g7 as ha, g8 as fa, cC as ma, m as ga, dr as pa, aq as jr, f6 as ft, g9 as Ur, f4 as Vr, ga as mn, gb as Qr, ch as Kr, gc as Xr, as as yi, at as xi, gd as wi, aw as Ci, aB as De, ge as Si, aD as xt, gf as At, gg as Lt, av as Ot, gh as Mt, gi as va, gj as Zt, gk as Yr, gl as gn, bM as Pt, gm as _e, cs as ba, gn as Jr, go as ya, gp as pn, cr as xa, cq as wa, gq as Ca, gr as Sa, bO as Mn, aE as zn, gs as Zr, bJ as Ei, bP as Ni, bc as Ea, gt as Ae, gu as Na, gv as _a, gw as es, gx as In, gy as Da, gz as Ra, cx as ts, cj as ns, gA as ka, gB as Ta, gC as Fa, gD as Aa, bp as is, bv as La, fu as Oa, fv as Ma, fx as za, gE as rs, bW as Ia, b_ as Ba, gF as er, c5 as Pa, gG as ss, gH as Ha, gI as Wa } from "./F0AiChat-
|
|
2
|
-
import { hm as Lf, gN as Of, co as Mf, l as zf, hA as If, bo as Bf, k as Pf, F as Hf, a as Wf, C as qf, hd as Gf, b as $f, g_ as jf, bN as Uf, c7 as Vf, _ as Qf, c8 as Kf, gK as Xf, bh as Yf, Y as Jf, X as Zf, Z as em, b3 as tm, gU as nm, gY as im, gL as rm, gZ as sm, g$ as om, h1 as am, hF as lm, bx as cm, n as dm, hx as um, b5 as hm, $ as fm, hh as mm, bB as gm, hi as pm, hk as vm, hl as bm, d2 as ym, d0 as xm, d as wm, gO as Cm, hn as Sm, gP as Em, gQ as Nm, gR as _m, cO as Dm, cP as Rm, gJ as km, gS as Tm, hE as Fm, gT as Am, bu as Lm, d1 as Om, hj as Mm, cQ as zm, cm as Im, hG as Bm, gV as Pm, gW as Hm, gX as Wm, gM as qm, cR as Gm, hz as $m, hs as jm, hf as Um, h6 as Vm, h5 as Qm, h4 as Km, hc as Xm, hv as Ym, g as Jm, hr as Zm, bs as eg, cN as tg, cK as ng, cM as ig, hb as rg, cJ as sg, h7 as og, hq as ag, hp as lg, h8 as cg, cw as dg, cL as ug, h2 as hg, h3 as fg, h9 as mg, c as gg, ho as pg, ht as vg, h as bg, hB as yg, hC as xg, hD as wg, bq as Cg, he as Sg, h0 as Eg, hg as Ng, e as _g, hy as Dg, hu as Rg, j as kg, i as Tg, bV as Fg, T as Ag, ha as Lg, hw as Og, f as Mg, hH as zg } from "./F0AiChat-
|
|
1
|
+
import { fA as Or, a6 as se, bU as Tn, O as P, P as ht, fB as Mr, W as yt, dH as zo, aS as Yi, fC as Io, a7 as zr, a8 as de, u as oe, ar as he, fr as Ut, U as Bo, ac as Po, M as Ir, fD as un, aO as Oe, aL as hi, fE as Ho, fF as Wo, fG as qo, fH as Ji, a0 as Go, fI as $o, fJ as Br, fK as jo, bd as fi, be as mi, a5 as Fn, bf as gi, aX as Pr, cS as hn, fL as Hr, fM as Uo, eh as Vo, fN as Zi, eg as Qo, fO as Ko, fP as wt, fQ as Vt, fR as Xo, fS as Wr, fT as Yo, fU as Jo, fV as An, fW as Zo, fX as ea, R as We, b0 as ta, d5 as si, d4 as qr, fY as na, fZ as pi, cn as ia, f_ as ra, f$ as Gr, g0 as Ln, g1 as sa, g2 as oa, aI as vi, Q as Ce, aJ as aa, aK as fn, ce as la, g3 as ca, aR as On, fo as bi, g4 as $r, g5 as da, g6 as ua, g7 as ha, g8 as fa, cC as ma, m as ga, dr as pa, aq as jr, f6 as ft, g9 as Ur, f4 as Vr, ga as mn, gb as Qr, ch as Kr, gc as Xr, as as yi, at as xi, gd as wi, aw as Ci, aB as De, ge as Si, aD as xt, gf as At, gg as Lt, av as Ot, gh as Mt, gi as va, gj as Zt, gk as Yr, gl as gn, bM as Pt, gm as _e, cs as ba, gn as Jr, go as ya, gp as pn, cr as xa, cq as wa, gq as Ca, gr as Sa, bO as Mn, aE as zn, gs as Zr, bJ as Ei, bP as Ni, bc as Ea, gt as Ae, gu as Na, gv as _a, gw as es, gx as In, gy as Da, gz as Ra, cx as ts, cj as ns, gA as ka, gB as Ta, gC as Fa, gD as Aa, bp as is, bv as La, fu as Oa, fv as Ma, fx as za, gE as rs, bW as Ia, b_ as Ba, gF as er, c5 as Pa, gG as ss, gH as Ha, gI as Wa } from "./F0AiChat-gZAMVrRp.js";
|
|
2
|
+
import { hm as Lf, gN as Of, co as Mf, l as zf, hA as If, bo as Bf, k as Pf, F as Hf, a as Wf, C as qf, hd as Gf, b as $f, g_ as jf, bN as Uf, c7 as Vf, _ as Qf, c8 as Kf, gK as Xf, bh as Yf, Y as Jf, X as Zf, Z as em, b3 as tm, gU as nm, gY as im, gL as rm, gZ as sm, g$ as om, h1 as am, hF as lm, bx as cm, n as dm, hx as um, b5 as hm, $ as fm, hh as mm, bB as gm, hi as pm, hk as vm, hl as bm, d2 as ym, d0 as xm, d as wm, gO as Cm, hn as Sm, gP as Em, gQ as Nm, gR as _m, cO as Dm, cP as Rm, gJ as km, gS as Tm, hE as Fm, gT as Am, bu as Lm, d1 as Om, hj as Mm, cQ as zm, cm as Im, hG as Bm, gV as Pm, gW as Hm, gX as Wm, gM as qm, cR as Gm, hz as $m, hs as jm, hf as Um, h6 as Vm, h5 as Qm, h4 as Km, hc as Xm, hv as Ym, g as Jm, hr as Zm, bs as eg, cN as tg, cK as ng, cM as ig, hb as rg, cJ as sg, h7 as og, hq as ag, hp as lg, h8 as cg, cw as dg, cL as ug, h2 as hg, h3 as fg, h9 as mg, c as gg, ho as pg, ht as vg, h as bg, hB as yg, hC as xg, hD as wg, bq as Cg, he as Sg, h0 as Eg, hg as Ng, e as _g, hy as Dg, hu as Rg, j as kg, i as Tg, bV as Fg, T as Ag, ha as Lg, hw as Og, f as Mg, hH as zg } from "./F0AiChat-gZAMVrRp.js";
|
|
3
3
|
import { jsx as l, jsxs as C, Fragment as we } from "react/jsx-runtime";
|
|
4
4
|
import ae, { forwardRef as qe, useRef as W, useImperativeHandle as qa, Children as vn, createContext as Qe, useContext as Re, useState as j, useMemo as B, useEffect as V, useCallback as I, useLayoutEffect as oi, createElement as en, isValidElement as os, Fragment as Ga, memo as as, useReducer as $a, cloneElement as ja, useId as ls } from "react";
|
|
5
|
-
import { g as Ua, h as Va } from "./types-
|
|
6
|
-
import { A as Bg, e as Pg, F as Hg, c as Wg, d as qg, b as Gg, a as $g, f as jg, o as Ug, u as Vg } from "./types-
|
|
5
|
+
import { g as Ua, h as Va } from "./types-DL8LwnXy.js";
|
|
6
|
+
import { A as Bg, e as Pg, F as Hg, c as Wg, d as qg, b as Gg, a as $g, f as jg, o as Ug, u as Vg } from "./types-DL8LwnXy.js";
|
|
7
7
|
import { createPortal as cs, unstable_batchedUpdates as tn } from "react-dom";
|
|
8
|
-
import { C as Qa, D as Ka, y as Xa, j as Ya } from "./index-
|
|
9
|
-
import { l as Kg, m as Xg, n as Yg, s as Jg, F as Zg, o as ep, v as tp, w as np, N as ip, x as rp, p as sp, P as op, r as ap, R as lp, q as cp, _ as dp, u as up, t as hp } from "./index-
|
|
8
|
+
import { C as Qa, D as Ka, y as Xa, j as Ya } from "./index-BLYMOa6y.js";
|
|
9
|
+
import { l as Kg, m as Xg, n as Yg, s as Jg, F as Zg, o as ep, v as tp, w as np, N as ip, x as rp, p as sp, P as op, r as ap, R as lp, q as cp, _ as dp, u as up, t as hp } from "./index-BLYMOa6y.js";
|
|
10
10
|
import { defaultTranslations as mp } from "./i18n-provider-defaults.js";
|
|
11
11
|
import './f0.css';const Ja = {
|
|
12
12
|
xs: 1,
|
|
@@ -817,11 +817,6 @@ declare module "gridstack" {
|
|
|
817
817
|
}
|
|
818
818
|
|
|
819
819
|
|
|
820
|
-
declare namespace Calendar {
|
|
821
|
-
var displayName: string;
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
|
|
825
820
|
declare module "@tiptap/core" {
|
|
826
821
|
interface Commands<ReturnType> {
|
|
827
822
|
aiBlock: {
|
|
@@ -834,8 +829,9 @@ declare module "@tiptap/core" {
|
|
|
834
829
|
|
|
835
830
|
declare module "@tiptap/core" {
|
|
836
831
|
interface Commands<ReturnType> {
|
|
837
|
-
|
|
838
|
-
|
|
832
|
+
enhanceHighlight: {
|
|
833
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
834
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
839
835
|
};
|
|
840
836
|
}
|
|
841
837
|
}
|
|
@@ -843,9 +839,8 @@ declare module "@tiptap/core" {
|
|
|
843
839
|
|
|
844
840
|
declare module "@tiptap/core" {
|
|
845
841
|
interface Commands<ReturnType> {
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
clearEnhanceHighlight: () => ReturnType;
|
|
842
|
+
moodTracker: {
|
|
843
|
+
insertMoodTracker: (data: MoodTrackerData) => ReturnType;
|
|
849
844
|
};
|
|
850
845
|
}
|
|
851
846
|
}
|
|
@@ -869,3 +864,8 @@ declare module "@tiptap/core" {
|
|
|
869
864
|
};
|
|
870
865
|
}
|
|
871
866
|
}
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
declare namespace Calendar {
|
|
870
|
+
var displayName: string;
|
|
871
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as A, jsx as g, Fragment as tn } from "react/jsx-runtime";
|
|
2
2
|
import * as U from "react";
|
|
3
3
|
import C, { useRef as At, useState as de, useCallback as Ye, useEffect as it, useLayoutEffect as pc, PureComponent as Wn, useMemo as Ps, forwardRef as Nt, useId as mc, useImperativeHandle as gc } from "react";
|
|
4
|
-
import { M as Tn, aG as lf, O as Y, ax as cf, d4 as uf, d5 as df, P as Ds, a6 as Re, aO as yc, d6 as Sn, d7 as ff, d8 as hf, d9 as Na, da as Pa, db as Da, dc as Ma, dd as Ia, de as pf, df as mf, dg as gf, dh as yf, di as bc, dj as vc, aW as Nn, dk as _e, dl as W, dm as Me, dn as wc, dp as bf, dq as xc, dr as Ms, ds as vf, dt as ge, du as Ki, dv as ie, dw as Sc, dx as Gi, dy as Is, dz as Ls, dA as Rs, dB as he, dC as Pe, dD as Ho, dE as Yi, dF as wf, dG as Oe, dH as qi, dI as Ne, dJ as hn, dK as $s, dL as Xi, dM as ui, dN as Ji, c9 as js, dO as xf, dP as Zr, dQ as Si, dR as Sf, dS as kf, dT as Af, dU as Cf, dV as Ef, dW as Of, dX as kc, dY as Ac, dZ as Cc, d_ as Ec, d$ as Oc, e0 as _f, e1 as ki, e2 as Tf, e3 as Nf, e4 as Rr, e5 as Wt, a3 as Ot, e6 as Fs, e7 as $r, e8 as _c, a4 as Tc, e9 as Pf, ea as Df, a1 as Mf, eb as If, bV as Lf, a2 as Rf, ec as ve, ed as we, ag as $f, ah as jf, ai as Ff, al as zf, ee as Bf, ef as Vf, eg as Nc, bU as Pt, ar as on, bp as Hf, Q as ce, aE as zs, eh as Wf, cJ as Ce, ei as So, ej as Qe, ek as mt, el as $e, em as Uf, en as di, eo as nt, ep as Pc, eq as qe, er as Bs, es as Ze, et as La, eu as Kf, ev as Dc, ew as ye, ex as Ve, ey as br, ez as Ai, eA as Mc, eB as Gf, eC as pn, eD as Yf, eE as qf, eF as Xf, a8 as j, aS as Ic, bu as Jf, a7 as Lc, eG as jr, eH as Fr, eI as Vs, eJ as Zf, eK as Rc, eL as $c, eM as jc, eN as Qf, eO as Fc, eP as zc, eQ as Bc, eR as Vc, eS as Hc, eT as Wc, eU as eh, eV as th, u as Un, aN as nh, bM as Zi, U as rh, W as Qr, bo as ih, b7 as oh, br as sh, eW as ah, eX as lh, eY as ch, eZ as uh, e_ as dh, e$ as fh, aJ as Uc, aK as Hs, aL as Ws, f0 as Ra, f1 as hh, f2 as ph, f3 as mh, f4 as gh, f5 as yh, f6 as bh, f7 as vh, f8 as wh, f9 as xh, fa as Sh, fb as kh, fc as Ah, fd as Ch, fe as Eh, ff as Oh, fg as _h, fh as Th, X as Nh, fi as Ph, fj as Dh, fk as Mh, fl as Ih, fm as Lh, fn as Rh, fo as $h, b3 as jh, aX as Kc, fp as Fh, c7 as Gc, fq as zh, b2 as Bh, fr as Vh, fs as Hh, ft as Wh, fu as Uh, fv as Kh, fw as Gh, fx as Yh, fy as qh, fz as Xh } from "./F0AiChat-
|
|
4
|
+
import { M as Tn, aG as lf, O as Y, ax as cf, d4 as uf, d5 as df, P as Ds, a6 as Re, aO as yc, d6 as Sn, d7 as ff, d8 as hf, d9 as Na, da as Pa, db as Da, dc as Ma, dd as Ia, de as pf, df as mf, dg as gf, dh as yf, di as bc, dj as vc, aW as Nn, dk as _e, dl as W, dm as Me, dn as wc, dp as bf, dq as xc, dr as Ms, ds as vf, dt as ge, du as Ki, dv as ie, dw as Sc, dx as Gi, dy as Is, dz as Ls, dA as Rs, dB as he, dC as Pe, dD as Ho, dE as Yi, dF as wf, dG as Oe, dH as qi, dI as Ne, dJ as hn, dK as $s, dL as Xi, dM as ui, dN as Ji, c9 as js, dO as xf, dP as Zr, dQ as Si, dR as Sf, dS as kf, dT as Af, dU as Cf, dV as Ef, dW as Of, dX as kc, dY as Ac, dZ as Cc, d_ as Ec, d$ as Oc, e0 as _f, e1 as ki, e2 as Tf, e3 as Nf, e4 as Rr, e5 as Wt, a3 as Ot, e6 as Fs, e7 as $r, e8 as _c, a4 as Tc, e9 as Pf, ea as Df, a1 as Mf, eb as If, bV as Lf, a2 as Rf, ec as ve, ed as we, ag as $f, ah as jf, ai as Ff, al as zf, ee as Bf, ef as Vf, eg as Nc, bU as Pt, ar as on, bp as Hf, Q as ce, aE as zs, eh as Wf, cJ as Ce, ei as So, ej as Qe, ek as mt, el as $e, em as Uf, en as di, eo as nt, ep as Pc, eq as qe, er as Bs, es as Ze, et as La, eu as Kf, ev as Dc, ew as ye, ex as Ve, ey as br, ez as Ai, eA as Mc, eB as Gf, eC as pn, eD as Yf, eE as qf, eF as Xf, a8 as j, aS as Ic, bu as Jf, a7 as Lc, eG as jr, eH as Fr, eI as Vs, eJ as Zf, eK as Rc, eL as $c, eM as jc, eN as Qf, eO as Fc, eP as zc, eQ as Bc, eR as Vc, eS as Hc, eT as Wc, eU as eh, eV as th, u as Un, aN as nh, bM as Zi, U as rh, W as Qr, bo as ih, b7 as oh, br as sh, eW as ah, eX as lh, eY as ch, eZ as uh, e_ as dh, e$ as fh, aJ as Uc, aK as Hs, aL as Ws, f0 as Ra, f1 as hh, f2 as ph, f3 as mh, f4 as gh, f5 as yh, f6 as bh, f7 as vh, f8 as wh, f9 as xh, fa as Sh, fb as kh, fc as Ah, fd as Ch, fe as Eh, ff as Oh, fg as _h, fh as Th, X as Nh, fi as Ph, fj as Dh, fk as Mh, fl as Ih, fm as Lh, fn as Rh, fo as $h, b3 as jh, aX as Kc, fp as Fh, c7 as Gc, fq as zh, b2 as Bh, fr as Vh, fs as Hh, ft as Wh, fu as Uh, fv as Kh, fw as Gh, fx as Yh, fy as qh, fz as Xh } from "./F0AiChat-gZAMVrRp.js";
|
|
5
5
|
import './index.css';const Jh = {
|
|
6
6
|
active: !0,
|
|
7
7
|
breakpoints: {},
|