@factorialco/f0-react 1.331.0 → 1.332.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/{AiChatTranslationsProvider-QZWWixJl.js → AiChatTranslationsProvider-C0aF0qGL.js} +1376 -1341
- package/dist/ai.d.ts +22 -22
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +23 -22
- package/dist/experimental.js +26 -26
- package/dist/f0.d.ts +23 -22
- package/dist/f0.js +4 -4
- package/dist/{hooks-C20Q7cic.js → hooks-REYAn-4Z.js} +1 -1
- package/dist/i18n-provider-defaults.d.ts +22 -22
- package/dist/{index-BgJcUQer.js → index-DegD6xrc.js} +1836 -1858
- package/icons/modules/Communities.d.ts +4 -0
- package/icons/modules/Communities.d.ts.map +1 -0
- package/icons/modules/Communities.js +5 -0
- package/icons/modules/index.d.ts +1 -0
- package/icons/modules/index.d.ts.map +1 -1
- package/icons/modules/index.js +1 -0
- package/package.json +1 -1
package/dist/ai.d.ts
CHANGED
|
@@ -658,23 +658,6 @@ declare global {
|
|
|
658
658
|
}
|
|
659
659
|
}
|
|
660
660
|
|
|
661
|
-
declare module "gridstack" {
|
|
662
|
-
interface GridStackWidget {
|
|
663
|
-
id?: string;
|
|
664
|
-
allowedSizes?: Array<{
|
|
665
|
-
w: number;
|
|
666
|
-
h: number;
|
|
667
|
-
}>;
|
|
668
|
-
meta?: Record<string, unknown>;
|
|
669
|
-
}
|
|
670
|
-
interface GridStackNode {
|
|
671
|
-
allowedSizes?: Array<{
|
|
672
|
-
w: number;
|
|
673
|
-
h: number;
|
|
674
|
-
}>;
|
|
675
|
-
}
|
|
676
|
-
}
|
|
677
|
-
|
|
678
661
|
|
|
679
662
|
declare module "@tiptap/core" {
|
|
680
663
|
interface Commands<ReturnType> {
|
|
@@ -702,6 +685,28 @@ declare module "@tiptap/core" {
|
|
|
702
685
|
}
|
|
703
686
|
}
|
|
704
687
|
|
|
688
|
+
declare module "gridstack" {
|
|
689
|
+
interface GridStackWidget {
|
|
690
|
+
id?: string;
|
|
691
|
+
allowedSizes?: Array<{
|
|
692
|
+
w: number;
|
|
693
|
+
h: number;
|
|
694
|
+
}>;
|
|
695
|
+
meta?: Record<string, unknown>;
|
|
696
|
+
}
|
|
697
|
+
interface GridStackNode {
|
|
698
|
+
allowedSizes?: Array<{
|
|
699
|
+
w: number;
|
|
700
|
+
h: number;
|
|
701
|
+
}>;
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
declare namespace Calendar {
|
|
707
|
+
var displayName: string;
|
|
708
|
+
}
|
|
709
|
+
|
|
705
710
|
|
|
706
711
|
declare module "@tiptap/core" {
|
|
707
712
|
interface Commands<ReturnType> {
|
|
@@ -710,8 +715,3 @@ declare module "@tiptap/core" {
|
|
|
710
715
|
};
|
|
711
716
|
}
|
|
712
717
|
}
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
declare namespace Calendar {
|
|
716
|
-
var displayName: string;
|
|
717
|
-
}
|
package/dist/ai.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as i, a as r, b as t, d as o, c as n, H as e, e as A, u as l, f as u } from "./AiChatTranslationsProvider-
|
|
2
|
-
import { I as f, u as h } from "./index-
|
|
1
|
+
import { A as i, a as r, b as t, d as o, c as n, H as e, e as A, u as l, f as u } from "./AiChatTranslationsProvider-C0aF0qGL.js";
|
|
2
|
+
import { I as f, u as h } from "./index-DegD6xrc.js";
|
|
3
3
|
import { defaultTranslations as m } from "./i18n-provider-defaults.js";
|
|
4
4
|
export {
|
|
5
5
|
i as ActionItem,
|
package/dist/experimental.d.ts
CHANGED
|
@@ -4156,6 +4156,7 @@ export declare const modules: {
|
|
|
4156
4156
|
readonly calendar: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
4157
4157
|
readonly cards: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
4158
4158
|
readonly "clock-in": ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
4159
|
+
readonly communities: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
4159
4160
|
readonly company_attendance: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
4160
4161
|
readonly company_documents: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
4161
4162
|
readonly company_projects: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
@@ -6516,23 +6517,6 @@ declare global {
|
|
|
6516
6517
|
}
|
|
6517
6518
|
}
|
|
6518
6519
|
|
|
6519
|
-
declare module "gridstack" {
|
|
6520
|
-
interface GridStackWidget {
|
|
6521
|
-
id?: string;
|
|
6522
|
-
allowedSizes?: Array<{
|
|
6523
|
-
w: number;
|
|
6524
|
-
h: number;
|
|
6525
|
-
}>;
|
|
6526
|
-
meta?: Record<string, unknown>;
|
|
6527
|
-
}
|
|
6528
|
-
interface GridStackNode {
|
|
6529
|
-
allowedSizes?: Array<{
|
|
6530
|
-
w: number;
|
|
6531
|
-
h: number;
|
|
6532
|
-
}>;
|
|
6533
|
-
}
|
|
6534
|
-
}
|
|
6535
|
-
|
|
6536
6520
|
|
|
6537
6521
|
declare module "@tiptap/core" {
|
|
6538
6522
|
interface Commands<ReturnType> {
|
|
@@ -6560,6 +6544,28 @@ declare module "@tiptap/core" {
|
|
|
6560
6544
|
}
|
|
6561
6545
|
}
|
|
6562
6546
|
|
|
6547
|
+
declare module "gridstack" {
|
|
6548
|
+
interface GridStackWidget {
|
|
6549
|
+
id?: string;
|
|
6550
|
+
allowedSizes?: Array<{
|
|
6551
|
+
w: number;
|
|
6552
|
+
h: number;
|
|
6553
|
+
}>;
|
|
6554
|
+
meta?: Record<string, unknown>;
|
|
6555
|
+
}
|
|
6556
|
+
interface GridStackNode {
|
|
6557
|
+
allowedSizes?: Array<{
|
|
6558
|
+
w: number;
|
|
6559
|
+
h: number;
|
|
6560
|
+
}>;
|
|
6561
|
+
}
|
|
6562
|
+
}
|
|
6563
|
+
|
|
6564
|
+
|
|
6565
|
+
declare namespace Calendar {
|
|
6566
|
+
var displayName: string;
|
|
6567
|
+
}
|
|
6568
|
+
|
|
6563
6569
|
|
|
6564
6570
|
declare module "@tiptap/core" {
|
|
6565
6571
|
interface Commands<ReturnType> {
|
|
@@ -6568,8 +6574,3 @@ declare module "@tiptap/core" {
|
|
|
6568
6574
|
};
|
|
6569
6575
|
}
|
|
6570
6576
|
}
|
|
6571
|
-
|
|
6572
|
-
|
|
6573
|
-
declare namespace Calendar {
|
|
6574
|
-
var displayName: string;
|
|
6575
|
-
}
|
package/dist/experimental.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { u as ex, F as tx, g as pS, h as nx, i as ix, j as rx, k as hm, l as sx, m as
|
|
4
|
-
import { A as kQ,
|
|
1
|
+
import { be as $a, bf as H6, bg as V6, bh as W6, bi as q6, bj as U6, bk as Yc, bl as G6, bm as K6, bn as J6, m as ae, bo as pk, bp as Y6, bq as za, g as md, br as mk, bs as Q6, bt as X6, D as gk, bu as yg, bv as pl, bw as Z6, bx as Qp, by as yk, u as Me, bz as vk, bA as bk, bB as kk, bC as xk, c as E, bD as wk, n as Ze, bE as _k, a as $n, A as We, F as me, bF as Ck, bG as Sk, B as Vt, bH as Nk, bI as Ek, L as Q, aD as uo, S as G, bJ as Xn, bK as eC, bL as tC, bM as Hf, au as Ak, bN as Tk, K as Zn, aC as Xp, bO as gn, aE as Vf, aB as Ar, ay as nC, bP as vr, f as Ba, aA as ho, bQ as Mk, bR as iC, bS as vg, bT as Ws, bU as Zp, bV as ja, bW as gd, bX as rC, bY as Ok, bZ as sC, b_ as em, b$ as ra, c0 as yn, c1 as oC, c2 as aC, c3 as er, c4 as Qc, c5 as lC, c6 as Ro, c7 as Ss, c8 as dC, c9 as Dk, ca as fC, cb as cC, cc as uC, cd as hC, O as Yt, w as vt, aT as Ik, b0 as Lk, E as tm, e as br, ce as pC, cf as Xc, cg as Ls, ch as nm, ci as mC, cj as gC, ck as yC, cl as vC, ar as Ha, a4 as yd, d as po, cm as Rk, C as bn, a2 as $i, cn as bC, co as kC, cp as Fk, a0 as Gn, q as Kn, cq as xC, cr as Pk, cs as $k, ct as mo, cu as im, aF as sa, aa as oa, cv as wC, cw as zk, cx as _C, cy as CC, P as rm, l as sm, o as om, b3 as SC, cz as Bk, cA as NC, b2 as jk, cB as EC, cC as AC, cD as TC, b5 as bg, cE as Hk, cF as MC, cG as hh, _ as vd, cH as OC, cI as DC, aq as Va, y as Vk, at as IC, ba as Wa, as as LC, cJ as Wk, z as kr, a9 as or, aI as bd, bc as ph, V as qa, aU as Wf, aN as RC, a1 as FC, W as qk, cK as qf, cL as PC, cM as $C, cN as zC, cO as BC, cP as Uk, a_ as Gk, cQ as jC, Y as Kk, cR as HC, a$ as VC, ae as WC, af as qC, am as Uf, ak as am, cS as lm, al as Jk, ag as kd, cT as UC, aW as GC, av as mh, cU as KC, cV as dm, cW as JC, cX as YC, cY as QC, cZ as XC, c_ as ZC, b as Yk, ab as eS, aj as tS, G as nS, H as iS, J as rS, Z as sS, c$ as Ua, d0 as fm, a3 as cm, d1 as um, d2 as Ga, aX as Qk, d3 as oS, d4 as Xk, d5 as aS, d6 as lS, aO as dS, aP as fS, aG as cS, az as uS, d7 as Zk, d8 as hS } from "./index-DegD6xrc.js";
|
|
2
|
+
import { da as fQ, d9 as cQ, df as uQ, dg as hQ, dc as pQ, db as mQ, de as gQ, $ as yQ, dd as vQ } from "./index-DegD6xrc.js";
|
|
3
|
+
import { u as ex, F as tx, g as pS, h as nx, i as ix, j as rx, k as hm, l as sx, m as Gf, n as mS, o as gS, p as yS, q as pm, r as Tr, s as ox, t as mm, I as ax, v as vS, w as bS, x as kS, y as Kf, z as lx, B as dx, C as kg, D as xS, E as wS, b as _S, a as CS, G as SS, J as NS, K as ES, L as AS, M as TS, N as fx, O as cx, P as ux, Q as hx, R as MS, S as OS, T as px, U as xg, V as DS, W as IS, X as LS, Y as RS, Z as mx, _ as wg, $ as FS, a0 as gh, a1 as gx, a2 as yx, a3 as vx, a4 as PS, a5 as $S, a6 as zS, a7 as BS, a8 as bx, a9 as kx, aa as xx, ab as wx, ac as jS, ad as _x, ae as Cx, af as HS, ag as Sx, ah as VS, ai as WS, aj as qS, ak as US, al as _g, am as Cg, an as Sg, ao as GS } from "./AiChatTranslationsProvider-C0aF0qGL.js";
|
|
4
|
+
import { A as kQ, aq as xQ, d as wQ, c as _Q, H as CQ, ap as SQ, f as NQ } from "./AiChatTranslationsProvider-C0aF0qGL.js";
|
|
5
5
|
import { jsx as c, jsxs as b, Fragment as we } from "react/jsx-runtime";
|
|
6
6
|
import * as Ge from "react";
|
|
7
7
|
import K, { useContext as zn, useState as P, useEffect as ne, createContext as Bn, forwardRef as ve, useRef as ie, PureComponent as KS, useTransition as JS, useLayoutEffect as us, useCallback as Ne, useMemo as Y, useId as Jf, memo as Ka, Fragment as hi, isValidElement as Nx, cloneElement as gm, createElement as yh, useDebugValue as Ex, createRef as YS, version as Ng, useImperativeHandle as Yf, Children as Ax } from "react";
|
|
8
|
-
import { f as Rs, aB as aa, j as ml, aC as QS, b as Zc, aD as XS, A as ZS, d as gl, i as e9, m as t9, G as n9, g as Eg, aE as i9, l as Ag, aF as r9, p as s9, aG as Tx, aH as Mx, aI as o9, aJ as vh, C as a9, au as l9, a2 as es, D as Ct, t as d9, x as f9, y as c9, F as u9, M as Tg, N as Mg, O as h9, P as p9, aj as m9, aK as bh, aL as Qf, a6 as g9, aM as Ox, aN as y9, aO as v9, aP as b9, ae as kh, aQ as k9, aR as x9, ap as Xf, af as ym, aS as Dx, ac as Ix, ad as hs, a8 as w9, a4 as Zf, aT as ec, aU as tc, a5 as nc, ai as vm, aV as _9, ay as C9, aW as xh, aX as S9, aY as xd, aZ as N9, az as E9, a_ as A9, ax as Lx, aw as T9, av as M9, a$ as O9, b0 as D9, b1 as I9, b2 as L9, b3 as R9, b4 as F9, b5 as P9, aA as Rx, b6 as Fx, an as Px, b7 as $9, b8 as z9, b9 as B9, a7 as j9, R as H9, T as V9, V as W9, W as q9, Z as U9, U as G9, ba as Og, bb as K9, bc as J9, n as Y9 } from "./hooks-
|
|
9
|
-
import { a9 as AQ, ak as TQ, al as MQ } from "./hooks-
|
|
8
|
+
import { f as Rs, aB as aa, j as ml, aC as QS, b as Zc, aD as XS, A as ZS, d as gl, i as e9, m as t9, G as n9, g as Eg, aE as i9, l as Ag, aF as r9, p as s9, aG as Tx, aH as Mx, aI as o9, aJ as vh, C as a9, au as l9, a2 as es, D as Ct, t as d9, x as f9, y as c9, F as u9, M as Tg, N as Mg, O as h9, P as p9, aj as m9, aK as bh, aL as Qf, a6 as g9, aM as Ox, aN as y9, aO as v9, aP as b9, ae as kh, aQ as k9, aR as x9, ap as Xf, af as ym, aS as Dx, ac as Ix, ad as hs, a8 as w9, a4 as Zf, aT as ec, aU as tc, a5 as nc, ai as vm, aV as _9, ay as C9, aW as xh, aX as S9, aY as xd, aZ as N9, az as E9, a_ as A9, ax as Lx, aw as T9, av as M9, a$ as O9, b0 as D9, b1 as I9, b2 as L9, b3 as R9, b4 as F9, b5 as P9, aA as Rx, b6 as Fx, an as Px, b7 as $9, b8 as z9, b9 as B9, a7 as j9, R as H9, T as V9, V as W9, W as q9, Z as U9, U as G9, ba as Og, bb as K9, bc as J9, n as Y9 } from "./hooks-REYAn-4Z.js";
|
|
9
|
+
import { a9 as AQ, ak as TQ, al as MQ } from "./hooks-REYAn-4Z.js";
|
|
10
10
|
import bm from "react-dom";
|
|
11
11
|
import './experimental.css';function $x(t) {
|
|
12
12
|
const e = $a(() => H6(t)), { isStatic: n } = zn(V6);
|
|
@@ -4435,7 +4435,7 @@ const Nm = () => {
|
|
|
4435
4435
|
},
|
|
4436
4436
|
{
|
|
4437
4437
|
label: e("coCreationForm.questionTypes.longText"),
|
|
4438
|
-
icon:
|
|
4438
|
+
icon: Gf,
|
|
4439
4439
|
questionType: "longText"
|
|
4440
4440
|
},
|
|
4441
4441
|
{
|
|
@@ -5774,7 +5774,7 @@ const sy = ({ label: t, onCreate: e, goToFirst: n, goToLast: i }) => c("div", {
|
|
|
5774
5774
|
hideLabel: !0,
|
|
5775
5775
|
label: t,
|
|
5776
5776
|
onClick: () => e(),
|
|
5777
|
-
icon:
|
|
5777
|
+
icon: Kf,
|
|
5778
5778
|
size: "sm",
|
|
5779
5779
|
variant: "outline"
|
|
5780
5780
|
}), c("div", {
|
|
@@ -11982,7 +11982,7 @@ function wM({ item: t }) {
|
|
|
11982
11982
|
label: t.info.title,
|
|
11983
11983
|
description: t.info.description,
|
|
11984
11984
|
children: c(me, {
|
|
11985
|
-
icon:
|
|
11985
|
+
icon: Wf,
|
|
11986
11986
|
size: "sm"
|
|
11987
11987
|
})
|
|
11988
11988
|
})
|
|
@@ -12699,7 +12699,7 @@ function RM({ ai: t, aiPromotion: e, children: n, sidebar: i, banner: r }) {
|
|
|
12699
12699
|
children: [c("div", {
|
|
12700
12700
|
className: "col-[1/-1]",
|
|
12701
12701
|
children: r
|
|
12702
|
-
}), c(
|
|
12702
|
+
}), c(qf, {
|
|
12703
12703
|
id: "ai-chat-group",
|
|
12704
12704
|
children: b("div", {
|
|
12705
12705
|
className: "relative isolate flex h-full",
|
|
@@ -13419,7 +13419,7 @@ function WM({ title: t, items: e, className: n, activeItem: i, collapsible: r =
|
|
|
13419
13419
|
}
|
|
13420
13420
|
function qM(t) {
|
|
13421
13421
|
return c(zM, {
|
|
13422
|
-
children: c(
|
|
13422
|
+
children: c(qf, {
|
|
13423
13423
|
id: "table-of-contents",
|
|
13424
13424
|
children: c(WM, {
|
|
13425
13425
|
...t
|
|
@@ -14032,7 +14032,7 @@ function CY({ tree: t, onCollapse: e, onSort: n, onFavoritesChange: i, favorites
|
|
|
14032
14032
|
n?.(m);
|
|
14033
14033
|
}, [n]), p = nO();
|
|
14034
14034
|
return c(iO, {
|
|
14035
|
-
children: c(
|
|
14035
|
+
children: c(qf, {
|
|
14036
14036
|
id: "sidebar-menu",
|
|
14037
14037
|
children: c(aO, {
|
|
14038
14038
|
disableDragging: p,
|
|
@@ -14680,7 +14680,7 @@ const _O = (t) => Array.isArray(t) ? t.every((e) => wO(e)) ? t : [{
|
|
|
14680
14680
|
}, u = (h) => {
|
|
14681
14681
|
i ? h.key === "Escape" && (h.preventDefault(), d(), r(!1)) : (h.key === "Enter" || h.key === " ") && (h.preventDefault(), f());
|
|
14682
14682
|
};
|
|
14683
|
-
return c(
|
|
14683
|
+
return c(qf, {
|
|
14684
14684
|
id: s,
|
|
14685
14685
|
children: c(Ix, {
|
|
14686
14686
|
transition: {
|
|
@@ -15108,7 +15108,7 @@ const zm = ({ paginationInfo: t, setPage: e, className: n }) => {
|
|
|
15108
15108
|
data: g.records
|
|
15109
15109
|
});
|
|
15110
15110
|
}, [y?.total, g.records]);
|
|
15111
|
-
const { selectedItems: x, groupAllSelectedStatus: k, handleSelectItemChange: C, handleSelectGroupChange: _ } =
|
|
15111
|
+
const { selectedItems: x, groupAllSelectedStatus: k, handleSelectItemChange: C, handleSelectGroupChange: _ } = Uf({
|
|
15112
15112
|
data: g,
|
|
15113
15113
|
paginationInfo: y,
|
|
15114
15114
|
source: d,
|
|
@@ -15266,7 +15266,7 @@ const RO = (t) => {
|
|
|
15266
15266
|
selectedIds: e.flatMap((n) => n.selectedIds)
|
|
15267
15267
|
};
|
|
15268
15268
|
}, FO = (t) => {
|
|
15269
|
-
const e =
|
|
15269
|
+
const e = Uf({
|
|
15270
15270
|
data: t.data || {
|
|
15271
15271
|
type: "flat",
|
|
15272
15272
|
records: [],
|
|
@@ -15535,7 +15535,7 @@ const Bm = (t, e, n, i) => {
|
|
|
15535
15535
|
variant: "ghost",
|
|
15536
15536
|
size: "sm",
|
|
15537
15537
|
label: "Add",
|
|
15538
|
-
icon:
|
|
15538
|
+
icon: Kf,
|
|
15539
15539
|
hideLabel: !0,
|
|
15540
15540
|
onClick: i
|
|
15541
15541
|
})
|
|
@@ -15630,7 +15630,7 @@ function XO({ title: t, items: e, renderCard: n, getKey: i, emptyState: r, fetch
|
|
|
15630
15630
|
variant: "ghost",
|
|
15631
15631
|
size: "md",
|
|
15632
15632
|
className: "w-full justify-center",
|
|
15633
|
-
icon:
|
|
15633
|
+
icon: Kf,
|
|
15634
15634
|
label: "Add",
|
|
15635
15635
|
hideLabel: !0,
|
|
15636
15636
|
onClick: h
|
|
@@ -16533,7 +16533,7 @@ const sD = ({ lanes: t, title: e, description: n, avatar: i, metadata: r, onMove
|
|
|
16533
16533
|
data: a.records
|
|
16534
16534
|
});
|
|
16535
16535
|
}, [l?.total, a.records]);
|
|
16536
|
-
const { isLoading: p } = n, { loadingIndicatorRef: m } = Bm(l, p, u, h), { selectedItems: g, groupAllSelectedStatus: y, handleSelectItemChange: v, handleSelectGroupChange: w } =
|
|
16536
|
+
const { isLoading: p } = n, { loadingIndicatorRef: m } = Bm(l, p, u, h), { selectedItems: g, groupAllSelectedStatus: y, handleSelectItemChange: v, handleSelectGroupChange: w } = Uf({
|
|
16537
16537
|
data: a,
|
|
16538
16538
|
paginationInfo: l,
|
|
16539
16539
|
source: n,
|
|
@@ -17099,7 +17099,7 @@ function si({ children: t, href: e, onClick: n, width: i = "auto", firstCell: r
|
|
|
17099
17099
|
})]
|
|
17100
17100
|
});
|
|
17101
17101
|
}
|
|
17102
|
-
function Zl({ children: t, width: e = "auto", sortState: n = "none", onSortClick: i, info: r, infoIcon: s =
|
|
17102
|
+
function Zl({ children: t, width: e = "auto", sortState: n = "none", onSortClick: i, info: r, infoIcon: s = Wf, sticky: o, hidden: a = !1, align: l = "left", className: d }) {
|
|
17103
17103
|
const { isScrolled: f, isScrolledRight: u } = k3(), h = o?.left !== void 0, p = o?.right !== void 0, m = h || p, g = o?.left ?? 0, y = o?.right ?? 0, v = i || r, w = c(we, {
|
|
17104
17104
|
children: b("div", {
|
|
17105
17105
|
className: E("flex items-center whitespace-nowrap", v && "gap-1", l === "right" && "flex-row-reverse"),
|
|
@@ -17718,7 +17718,7 @@ const T3 = (t, e, n) => {
|
|
|
17718
17718
|
data: h.records
|
|
17719
17719
|
});
|
|
17720
17720
|
}, [p?.total, h.records]);
|
|
17721
|
-
const A = Y(() => n, [n]), M = (Z, q) => "id" in Z && Z.id !== void 0 && Z.id !== null ? `id:${String(Z.id)}` : `index:${String(q)}`, { selectedItems: T, allSelectedStatus: S, groupAllSelectedStatus: I, handleSelectItemChange: N, handleSelectAll: D, handleSelectGroupChange: R } =
|
|
17721
|
+
const A = Y(() => n, [n]), M = (Z, q) => "id" in Z && Z.id !== void 0 && Z.id !== null ? `id:${String(Z.id)}` : `index:${String(q)}`, { selectedItems: T, allSelectedStatus: S, groupAllSelectedStatus: I, handleSelectItemChange: N, handleSelectAll: D, handleSelectGroupChange: R } = Uf({
|
|
17722
17722
|
data: h,
|
|
17723
17723
|
paginationInfo: p,
|
|
17724
17724
|
source: e,
|
|
@@ -17931,7 +17931,7 @@ const T3 = (t, e, n) => {
|
|
|
17931
17931
|
},
|
|
17932
17932
|
list: {
|
|
17933
17933
|
name: "List",
|
|
17934
|
-
icon:
|
|
17934
|
+
icon: Gf,
|
|
17935
17935
|
settings: {
|
|
17936
17936
|
default: {}
|
|
17937
17937
|
},
|
|
@@ -34022,7 +34022,7 @@ const Y0 = ({ items: t, disabled: e = !1, activator: n, darkMode: i = !1, positi
|
|
|
34022
34022
|
}
|
|
34023
34023
|
}], u = [{
|
|
34024
34024
|
key: "bulletList",
|
|
34025
|
-
icon:
|
|
34025
|
+
icon: Gf,
|
|
34026
34026
|
active: (x) => x.isActive("bulletList"),
|
|
34027
34027
|
onClick: (x) => x.chain().focus().toggleBulletList().run(),
|
|
34028
34028
|
tooltip: {
|
|
@@ -41185,7 +41185,7 @@ const uW = 15 * 1024 * 1024, J1 = ["image/jpeg", "image/png", "image/gif", "imag
|
|
|
41185
41185
|
to: o
|
|
41186
41186
|
}).toggleBulletList().run();
|
|
41187
41187
|
},
|
|
41188
|
-
icon:
|
|
41188
|
+
icon: Gf
|
|
41189
41189
|
}, {
|
|
41190
41190
|
title: t.orderedList,
|
|
41191
41191
|
command: (r) => {
|
|
@@ -49058,7 +49058,7 @@ const WG = (t) => {
|
|
|
49058
49058
|
onClick: oe,
|
|
49059
49059
|
label: "Add paragraph",
|
|
49060
49060
|
hideLabel: !0,
|
|
49061
|
-
icon:
|
|
49061
|
+
icon: Kf
|
|
49062
49062
|
}), c("div", {
|
|
49063
49063
|
className: "flex cursor-move items-center justify-center p-0.5 text-f1-icon-secondary",
|
|
49064
49064
|
draggable: !0,
|
|
@@ -50434,7 +50434,7 @@ const gK = ({ mentionsConfig: t, mentionSuggestions: e, setMentionSuggestions: n
|
|
|
50434
50434
|
}), e.info && c(gn, {
|
|
50435
50435
|
label: e.info,
|
|
50436
50436
|
children: c(me, {
|
|
50437
|
-
icon:
|
|
50437
|
+
icon: Wf,
|
|
50438
50438
|
size: "sm",
|
|
50439
50439
|
className: "text-f1-foreground-secondary"
|
|
50440
50440
|
})
|
|
@@ -51680,7 +51680,7 @@ const cJ = ({ title: t, info: e }) => b("div", {
|
|
|
51680
51680
|
label: i.label,
|
|
51681
51681
|
description: i.description,
|
|
51682
51682
|
children: c(me, {
|
|
51683
|
-
icon:
|
|
51683
|
+
icon: Wf,
|
|
51684
51684
|
size: "sm"
|
|
51685
51685
|
})
|
|
51686
51686
|
})
|
package/dist/f0.d.ts
CHANGED
|
@@ -3462,6 +3462,7 @@ export declare const modules: {
|
|
|
3462
3462
|
readonly calendar: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
3463
3463
|
readonly cards: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
3464
3464
|
readonly "clock-in": ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
3465
|
+
readonly communities: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
3465
3466
|
readonly company_attendance: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
3466
3467
|
readonly company_documents: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
3467
3468
|
readonly company_projects: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
|
|
@@ -5136,23 +5137,6 @@ declare global {
|
|
|
5136
5137
|
}
|
|
5137
5138
|
}
|
|
5138
5139
|
|
|
5139
|
-
declare module "gridstack" {
|
|
5140
|
-
interface GridStackWidget {
|
|
5141
|
-
id?: string;
|
|
5142
|
-
allowedSizes?: Array<{
|
|
5143
|
-
w: number;
|
|
5144
|
-
h: number;
|
|
5145
|
-
}>;
|
|
5146
|
-
meta?: Record<string, unknown>;
|
|
5147
|
-
}
|
|
5148
|
-
interface GridStackNode {
|
|
5149
|
-
allowedSizes?: Array<{
|
|
5150
|
-
w: number;
|
|
5151
|
-
h: number;
|
|
5152
|
-
}>;
|
|
5153
|
-
}
|
|
5154
|
-
}
|
|
5155
|
-
|
|
5156
5140
|
|
|
5157
5141
|
declare module "@tiptap/core" {
|
|
5158
5142
|
interface Commands<ReturnType> {
|
|
@@ -5180,6 +5164,28 @@ declare module "@tiptap/core" {
|
|
|
5180
5164
|
}
|
|
5181
5165
|
}
|
|
5182
5166
|
|
|
5167
|
+
declare module "gridstack" {
|
|
5168
|
+
interface GridStackWidget {
|
|
5169
|
+
id?: string;
|
|
5170
|
+
allowedSizes?: Array<{
|
|
5171
|
+
w: number;
|
|
5172
|
+
h: number;
|
|
5173
|
+
}>;
|
|
5174
|
+
meta?: Record<string, unknown>;
|
|
5175
|
+
}
|
|
5176
|
+
interface GridStackNode {
|
|
5177
|
+
allowedSizes?: Array<{
|
|
5178
|
+
w: number;
|
|
5179
|
+
h: number;
|
|
5180
|
+
}>;
|
|
5181
|
+
}
|
|
5182
|
+
}
|
|
5183
|
+
|
|
5184
|
+
|
|
5185
|
+
declare namespace Calendar {
|
|
5186
|
+
var displayName: string;
|
|
5187
|
+
}
|
|
5188
|
+
|
|
5183
5189
|
|
|
5184
5190
|
declare module "@tiptap/core" {
|
|
5185
5191
|
interface Commands<ReturnType> {
|
|
@@ -5188,8 +5194,3 @@ declare module "@tiptap/core" {
|
|
|
5188
5194
|
};
|
|
5189
5195
|
}
|
|
5190
5196
|
}
|
|
5191
|
-
|
|
5192
|
-
|
|
5193
|
-
declare namespace Calendar {
|
|
5194
|
-
var displayName: string;
|
|
5195
|
-
}
|
package/dist/f0.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { c as j, a as Di, b as En, m as Ri, B as Si, O as Kr, p as Xr, w as Dn, S as xe, u as Rn, F as Sn, d as Yr, A as Vr, D as qr, e as Jr, f as we, C as me, g as Zr, h as Qr, i as Nn, j as es, k as Mt, P as An, l as On, n as ts, o as kn, q as Tn, r as zn, s as is, t as ns, v as qi, x as rs, y as Pn, z as ss, E as os, G as as, H as ls, J as cs, K as Mn, L as qe, M as ds, U as us, N as hs, I as fs, Q as gs, X as ps, R as ms, T as vs } from "./index-
|
|
2
|
-
import { ac as hd, ar as fd, V as gd, W as pd, Y as md, Z as vd, _ as yd, a0 as bd, a1 as xd, a2 as wd, a3 as Cd, a4 as _d, a5 as Ed, a6 as Dd, a7 as Rd, an as Sd, a9 as Nd, aa as Ad, ad as Od, ab as kd, ao as Td, ai as zd, al as Pd, ah as Md, as as Ld, ag as Id, af as Hd, $ as Bd, ae as Fd, aj as Wd, at as Gd, a8 as $d, ak as jd, aq as Ud, am as Kd, ap as Xd } from "./index-
|
|
1
|
+
import { c as j, a as Di, b as En, m as Ri, B as Si, O as Kr, p as Xr, w as Dn, S as xe, u as Rn, F as Sn, d as Yr, A as Vr, D as qr, e as Jr, f as we, C as me, g as Zr, h as Qr, i as Nn, j as es, k as Mt, P as An, l as On, n as ts, o as kn, q as Tn, r as zn, s as is, t as ns, v as qi, x as rs, y as Pn, z as ss, E as os, G as as, H as ls, J as cs, K as Mn, L as qe, M as ds, U as us, N as hs, I as fs, Q as gs, X as ps, R as ms, T as vs } from "./index-DegD6xrc.js";
|
|
2
|
+
import { ac as hd, ar as fd, V as gd, W as pd, Y as md, Z as vd, _ as yd, a0 as bd, a1 as xd, a2 as wd, a3 as Cd, a4 as _d, a5 as Ed, a6 as Dd, a7 as Rd, an as Sd, a9 as Nd, aa as Ad, ad as Od, ab as kd, ao as Td, ai as zd, al as Pd, ah as Md, as as Ld, ag as Id, af as Hd, $ as Bd, ae as Fd, aj as Wd, at as Gd, a8 as $d, ak as jd, aq as Ud, am as Kd, ap as Xd } from "./index-DegD6xrc.js";
|
|
3
3
|
import { jsx as f, jsxs as P, Fragment as qt } from "react/jsx-runtime";
|
|
4
4
|
import M, { forwardRef as oe, useRef as L, useImperativeHandle as ys, Children as Lt, createContext as Ae, useContext as _e, useState as B, useMemo as H, useEffect as I, useCallback as U, useLayoutEffect as vi, createElement as Ji, isValidElement as Ln, Fragment as bs, memo as xs, useReducer as ws, cloneElement as Cs, PureComponent as _s } from "react";
|
|
5
5
|
import { createPortal as In, unstable_batchedUpdates as At } from "react-dom";
|
|
6
|
-
import { L as Hn, C as Es, i as Bn, D as Ds, S as Zi, a as Rs, f as di, b as lt, c as Ss, A as Ns, d as Ot, e as Fn, E as As, g as zt, h as Os, j as ks, k as Ts, l as Xe, m as Wn, u as zs, G as Ps, n as Ms, o as Qi, p as Ls, q as Gn, r as Is, B as $n, X as jn, Y as yi, s as Hs, t as Un, v as Bs, w as Fs, x as Ws, y as Gs, z as $s, F as js, H as Us, I as Ks, J as en, K as Xs, M as ct, N as ui, O as Ys, P as Vs, Q as qs, R as Js, T as Zs, U as Qs, V as eo, W as to, Z as io, _ as no, $ as ro, a0 as tn, a1 as so, a2 as oo, a3 as Kn, a4 as ao, a5 as lo, a6 as nn, a7 as co, a8 as Xn, a9 as uo, aa as ho, ab as fo, ac as go } from "./hooks-
|
|
7
|
-
import { aw as Vd, ad as qd, ae as Jd, af as Zd, ai as Qd, aj as eu, an as tu, ao as iu, ap as nu, ar as ru, as as su, at as ou, au, am as lu, aq as cu, ag as du, ah as uu, av as hu, ak as fu, al as gu, ax as pu, ay as mu, az as vu, aA as yu } from "./hooks-
|
|
6
|
+
import { L as Hn, C as Es, i as Bn, D as Ds, S as Zi, a as Rs, f as di, b as lt, c as Ss, A as Ns, d as Ot, e as Fn, E as As, g as zt, h as Os, j as ks, k as Ts, l as Xe, m as Wn, u as zs, G as Ps, n as Ms, o as Qi, p as Ls, q as Gn, r as Is, B as $n, X as jn, Y as yi, s as Hs, t as Un, v as Bs, w as Fs, x as Ws, y as Gs, z as $s, F as js, H as Us, I as Ks, J as en, K as Xs, M as ct, N as ui, O as Ys, P as Vs, Q as qs, R as Js, T as Zs, U as Qs, V as eo, W as to, Z as io, _ as no, $ as ro, a0 as tn, a1 as so, a2 as oo, a3 as Kn, a4 as ao, a5 as lo, a6 as nn, a7 as co, a8 as Xn, a9 as uo, aa as ho, ab as fo, ac as go } from "./hooks-REYAn-4Z.js";
|
|
7
|
+
import { aw as Vd, ad as qd, ae as Jd, af as Zd, ai as Qd, aj as eu, an as tu, ao as iu, ap as nu, ar as ru, as as su, at as ou, au, am as lu, aq as cu, ag as du, ah as uu, av as hu, ak as fu, al as gu, ax as pu, ay as mu, az as vu, aA as yu } from "./hooks-REYAn-4Z.js";
|
|
8
8
|
import { defaultTranslations as xu } from "./i18n-provider-defaults.js";
|
|
9
9
|
import './f0.css';const po = {
|
|
10
10
|
xs: 1,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _, jsxs as K, Fragment as St } from "react/jsx-runtime";
|
|
2
2
|
import * as ue from "react";
|
|
3
3
|
import T, { useRef as Vt, useState as Te, useCallback as rr, useEffect as Ue, useContext as it, useMemo as Qe, useLayoutEffect as Yw, createContext as Lt, isValidElement as It, Children as zr, PureComponent as Et, forwardRef as De, useImperativeHandle as nE, cloneElement as Le, createElement as Xw, Component as Zw, useId as aE } from "react";
|
|
4
|
-
import {
|
|
4
|
+
import { bg as Zv, be as iE, dh as oE, B as On, aC as Jw, c as Z, aD as Qw, aw as sE, ax as uE, a as ms, di as Vi, br as xe, D as cE, dj as lE, dk as fE, aI as eO, dl as dE, dm as pE, bJ as ih, dn as hE, F as vt, E as gs, aT as tO, b0 as oh, au as rO, dp as pn, dq as vE, dr as yE, ds as mE, dt as Jv, du as Qv, dv as ey, dw as ty, dx as ry, dy as nO, dz as fo, dA as gE, dB as bE, cp as Ba, dC as xE, cM as aO, cN as iO, cO as oO, q as sO, V as Qr, r as uO, s as cO, bO as sh, g as le, c9 as wE, bz as uh, bA as ch, bB as lh, bE as fh, b3 as OE, b5 as dh, d3 as SE, cn as _E, ay as AE, av as PE, cv as Ei, u as Jn, aU as EE, by as TE, L as Ut, a9 as lO, Y as CE, Z as fO, _ as jE, d8 as bs, dD as ME, O as Ti, aR as $E, aF as IE, aY as kE, aG as dO, a$ as NE, m as DE, z as ph, e as RE, a4 as LE, n as qE, bL as BE, S as xt, w as pO, dE as hO, y as FE, K as vO, t as zE, cV as $e, dF as yO, dG as mO, dH as Pd, dI as WE, dJ as ny, P as UE, l as HE, o as KE, df as VE, aa as GE, d5 as YE, az as XE, dK as ZE, f as JE, G as QE, H as eT, J as tT, M as rT } from "./index-DegD6xrc.js";
|
|
5
5
|
function nT(e) {
|
|
6
6
|
return Object.prototype.toString.call(e) === "[object Object]";
|
|
7
7
|
}
|
|
@@ -470,23 +470,6 @@ declare global {
|
|
|
470
470
|
}
|
|
471
471
|
}
|
|
472
472
|
|
|
473
|
-
declare module "gridstack" {
|
|
474
|
-
interface GridStackWidget {
|
|
475
|
-
id?: string;
|
|
476
|
-
allowedSizes?: Array<{
|
|
477
|
-
w: number;
|
|
478
|
-
h: number;
|
|
479
|
-
}>;
|
|
480
|
-
meta?: Record<string, unknown>;
|
|
481
|
-
}
|
|
482
|
-
interface GridStackNode {
|
|
483
|
-
allowedSizes?: Array<{
|
|
484
|
-
w: number;
|
|
485
|
-
h: number;
|
|
486
|
-
}>;
|
|
487
|
-
}
|
|
488
|
-
}
|
|
489
|
-
|
|
490
473
|
|
|
491
474
|
declare module "@tiptap/core" {
|
|
492
475
|
interface Commands<ReturnType> {
|
|
@@ -514,6 +497,28 @@ declare module "@tiptap/core" {
|
|
|
514
497
|
}
|
|
515
498
|
}
|
|
516
499
|
|
|
500
|
+
declare module "gridstack" {
|
|
501
|
+
interface GridStackWidget {
|
|
502
|
+
id?: string;
|
|
503
|
+
allowedSizes?: Array<{
|
|
504
|
+
w: number;
|
|
505
|
+
h: number;
|
|
506
|
+
}>;
|
|
507
|
+
meta?: Record<string, unknown>;
|
|
508
|
+
}
|
|
509
|
+
interface GridStackNode {
|
|
510
|
+
allowedSizes?: Array<{
|
|
511
|
+
w: number;
|
|
512
|
+
h: number;
|
|
513
|
+
}>;
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
declare namespace Calendar {
|
|
519
|
+
var displayName: string;
|
|
520
|
+
}
|
|
521
|
+
|
|
517
522
|
|
|
518
523
|
declare module "@tiptap/core" {
|
|
519
524
|
interface Commands<ReturnType> {
|
|
@@ -522,8 +527,3 @@ declare module "@tiptap/core" {
|
|
|
522
527
|
};
|
|
523
528
|
}
|
|
524
529
|
}
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
declare namespace Calendar {
|
|
528
|
-
var displayName: string;
|
|
529
|
-
}
|