@factorialco/f0-react 1.378.0 → 1.380.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-C107DYaA.js → DataCollectionStorageProvider-BDar6vpb.js} +12823 -12630
- package/dist/{F0AiChat-Bza8zqLg.js → F0AiChat-CvWFFE9y.js} +41 -34
- package/dist/{F0HILActionConfirmation-DVS7vYT1.js → F0HILActionConfirmation-oxIVVb_t.js} +1 -1
- package/dist/ai.d.ts +6 -6
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +36 -12
- package/dist/experimental.js +5360 -5156
- package/dist/f0.d.ts +13 -6
- package/dist/f0.js +5 -5
- package/dist/i18n-provider-defaults.d.ts +6 -6
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/f0.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ import { AvatarListCellValue as AvatarListCellValue_2 } from './types/avatarList
|
|
|
16
16
|
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
17
17
|
import { AvatarProps } from './F0Avatar';
|
|
18
18
|
import { AvatarProps as AvatarProps_2 } from '@radix-ui/react-avatar';
|
|
19
|
+
import { BarSeriesCellValue } from './types/barSeries';
|
|
19
20
|
import { BaseAvatarProps as BaseAvatarProps_2 } from '../internal/BaseAvatar';
|
|
20
21
|
import { baseColors } from '@factorialco/f0-core';
|
|
21
22
|
import { BigNumberProps as BigNumberProps_2 } from './types';
|
|
@@ -71,6 +72,7 @@ import { GroupGridProps as GroupGridProps_2 } from './groups/GroupGrid';
|
|
|
71
72
|
import { GroupGridWidget as GroupGridWidget_2 } from './groups/GroupGrid';
|
|
72
73
|
import { GroupLinearProps } from './groups/GroupLinear';
|
|
73
74
|
import { GroupMasonryProps } from './groups/GroupMasonry';
|
|
75
|
+
import { HourDistributionCellValue } from './types/hourDistribution';
|
|
74
76
|
import { HTMLAttributeAnchorTarget } from 'react';
|
|
75
77
|
import { HTMLAttributes } from 'react';
|
|
76
78
|
import { IconCellValue } from './types/icon';
|
|
@@ -1759,6 +1761,9 @@ declare type DataCollectionStatus<CurrentFiltersState extends FiltersState<Filte
|
|
|
1759
1761
|
search?: string | undefined;
|
|
1760
1762
|
navigationFilters?: NavigationFiltersState<NavigationFiltersDefinition>;
|
|
1761
1763
|
visualization?: number;
|
|
1764
|
+
/** Per-visualization filter states, keyed by visualization index.
|
|
1765
|
+
* Only present when visualizations declare per-view filter overrides. */
|
|
1766
|
+
visualizationFilters?: Record<string, CurrentFiltersState>;
|
|
1762
1767
|
};
|
|
1763
1768
|
|
|
1764
1769
|
export declare type DataCollectionStorage<CurrentFiltersState extends FiltersState<FiltersDefinition> = FiltersState<FiltersDefinition>> = {
|
|
@@ -7771,6 +7776,8 @@ declare const valueDisplayRenderers: {
|
|
|
7771
7776
|
readonly person: (args: PersonCellValue_2, meta: ValueDisplayRendererContext_2) => JSX_2.Element;
|
|
7772
7777
|
readonly percentage: (args: PercentageCellValue, meta: ValueDisplayRendererContext_2) => JSX_2.Element | null;
|
|
7773
7778
|
readonly progressBar: (args: ProgressBarCellValue_2, _meta: ValueDisplayRendererContext_2) => JSX_2.Element | null;
|
|
7779
|
+
readonly barSeries: (args: BarSeriesCellValue, meta: ValueDisplayRendererContext_2) => JSX_2.Element;
|
|
7780
|
+
readonly hourDistribution: (args: HourDistributionCellValue, meta: ValueDisplayRendererContext_2) => JSX_2.Element;
|
|
7774
7781
|
readonly company: (args: CompanyCellValue_2, meta: ValueDisplayRendererContext_2) => JSX_2.Element;
|
|
7775
7782
|
readonly team: (args: TeamCellValue_2, meta: ValueDisplayRendererContext_2) => JSX_2.Element;
|
|
7776
7783
|
readonly tag: (args: TagCellValue_2) => JSX_2.Element;
|
|
@@ -7961,10 +7968,8 @@ declare module "@tiptap/core" {
|
|
|
7961
7968
|
|
|
7962
7969
|
declare module "@tiptap/core" {
|
|
7963
7970
|
interface Commands<ReturnType> {
|
|
7964
|
-
|
|
7965
|
-
|
|
7966
|
-
src: string;
|
|
7967
|
-
}) => ReturnType;
|
|
7971
|
+
transcript: {
|
|
7972
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
7968
7973
|
};
|
|
7969
7974
|
}
|
|
7970
7975
|
}
|
|
@@ -7972,8 +7977,10 @@ declare module "@tiptap/core" {
|
|
|
7972
7977
|
|
|
7973
7978
|
declare module "@tiptap/core" {
|
|
7974
7979
|
interface Commands<ReturnType> {
|
|
7975
|
-
|
|
7976
|
-
|
|
7980
|
+
videoEmbed: {
|
|
7981
|
+
setVideoEmbed: (options: {
|
|
7982
|
+
src: string;
|
|
7983
|
+
}) => ReturnType;
|
|
7977
7984
|
};
|
|
7978
7985
|
}
|
|
7979
7986
|
}
|
package/dist/f0.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { aa as he, ab as lt, a6 as re, a7 as jt, ac as ra, ad as _i, ae as Ci, af as es, ag as Nl, ah as na, ai as bt, u as hr, aj as An, ak as Rl, al as Al, am as Tl, an as Ol, ao as at, ap as Ml, aq as Ll, ar as ia, as as Il, at as sa, au as aa, av as oa, aw as la, ax as ca, ay as nn, az as da, aA as Pl, aB as zl, aC as Fl, aD as Bl, aE as Hl, a8 as Je, aF as ts, aG as Vl, aH as jl, aI as $l, aJ as ua, aK as Wl, aL as Gl, aM as Ul, aN as ha, aO as Zl, aP as ir, aQ as ql, aR as Kl, aS as Yl, aT as fa, aU as Xl, aV as ma, aW as Jl, aX as Ql, aY as ec, aZ as tc, a_ as rc, a$ as pa, b0 as nc, b1 as ic, b2 as sc, b3 as ac, b4 as oc, b5 as lc, I as cc, b6 as dc, b7 as uc, b8 as hc, b9 as fc } from "./F0AiChat-
|
|
2
|
-
import { A as Zg, bp as qg, B as Kg, C as Yg, E as Xg, bE as Jg, h as Qg, F as ev, a as tv, x as rv, i as nv, b as iv, ba as sv, bb as av, bc as ov, bd as lv, bf as cv, bg as dv, bh as uv, bi as hv, bj as fv, bk as mv, bl as pv, bA as gv, s as vv, t as yv, v as bv, bo as xv, w as wv, c as _v, bq as Cv, n as Ev, o as kv, p as Sv, H as Dv, k as Nv, L as Rv, O as Av, bn as Tv, q as Ov, P as Mv, S as Lv, T as Iv, l as Pv, m as zv, U as Fv, bB as Bv, bv as Hv, r as Vv, j as jv, by as $v, bu as Wv, bF as Gv, bt as Uv, bs as Zv, be as qv, d as Kv, br as Yv, bw as Xv, e as Jv, bG as Qv, bm as ey, bx as ty, g as ry, f as ny, bD as iy, bz as sy, bC as ay } from "./F0AiChat-
|
|
1
|
+
import { aa as he, ab as lt, a6 as re, a7 as jt, ac as ra, ad as _i, ae as Ci, af as es, ag as Nl, ah as na, ai as bt, u as hr, aj as An, ak as Rl, al as Al, am as Tl, an as Ol, ao as at, ap as Ml, aq as Ll, ar as ia, as as Il, at as sa, au as aa, av as oa, aw as la, ax as ca, ay as nn, az as da, aA as Pl, aB as zl, aC as Fl, aD as Bl, aE as Hl, a8 as Je, aF as ts, aG as Vl, aH as jl, aI as $l, aJ as ua, aK as Wl, aL as Gl, aM as Ul, aN as ha, aO as Zl, aP as ir, aQ as ql, aR as Kl, aS as Yl, aT as fa, aU as Xl, aV as ma, aW as Jl, aX as Ql, aY as ec, aZ as tc, a_ as rc, a$ as pa, b0 as nc, b1 as ic, b2 as sc, b3 as ac, b4 as oc, b5 as lc, I as cc, b6 as dc, b7 as uc, b8 as hc, b9 as fc } from "./F0AiChat-CvWFFE9y.js";
|
|
2
|
+
import { A as Zg, bp as qg, B as Kg, C as Yg, E as Xg, bE as Jg, h as Qg, F as ev, a as tv, x as rv, i as nv, b as iv, ba as sv, bb as av, bc as ov, bd as lv, bf as cv, bg as dv, bh as uv, bi as hv, bj as fv, bk as mv, bl as pv, bA as gv, s as vv, t as yv, v as bv, bo as xv, w as wv, c as _v, bq as Cv, n as Ev, o as kv, p as Sv, H as Dv, k as Nv, L as Rv, O as Av, bn as Tv, q as Ov, P as Mv, S as Lv, T as Iv, l as Pv, m as zv, U as Fv, bB as Bv, bv as Hv, r as Vv, j as jv, by as $v, bu as Wv, bF as Gv, bt as Uv, bs as Zv, be as qv, d as Kv, br as Yv, bw as Xv, e as Jv, bG as Qv, bm as ey, bx as ty, g as ry, f as ny, bD as iy, bz as sy, bC as ay } from "./F0AiChat-CvWFFE9y.js";
|
|
3
3
|
import { jsx as f, jsxs as j, Fragment as Hr } from "react/jsx-runtime";
|
|
4
4
|
import * as ot from "react";
|
|
5
5
|
import B, { forwardRef as Ge, useRef as K, useImperativeHandle as mc, Children as sn, createContext as Et, useContext as ft, useState as Q, useMemo as U, useEffect as J, useCallback as le, useLayoutEffect as ai, createElement as Kr, isValidElement as ga, Fragment as pc, memo as gc, useReducer as vc, cloneElement as yc, PureComponent as bc } from "react";
|
|
6
6
|
import { createPortal as va, unstable_batchedUpdates as Yr, flushSync as xc } from "react-dom";
|
|
7
|
-
import { L as ya, C as wc, i as ba, D as _c, S as rs, a as Cc, f as Zn, b as br, c as Ec, A as kc, d as Xr, e as xa, E as Sc, g as en, h as Dc, j as Nc, k as Rc, l as tr, m as wa, u as Ac, G as Tc, n as Oc, o as ns, p as Mc, q as _a, r as Lc, B as Ca, X as Ea, Y as oi, s as Ic, t as ka, v as Pc, w as zc, x as Fc, y as Bc, z as Hc, F as Vc, H as jc, I as $c, J as is, K as Wc, M as Er, N as qn, O as Gc, P as Uc, Q as Zc, R as qc, T as Kc, U as Yc, V as Xc, W as Jc, Z as Qc, _ as ed, $ as td, a0 as ss, a1 as rd, a2 as nd, a3 as as, a4 as Sa, a5 as id, a6 as sd, a7 as ad, a8 as od, a9 as Da, aa as Ei, ab as ld, ac as cd, ad as dd, ae as ud, af as hd, ag as Na, ah as Ra, ai as fd, aj as md, ak as pd, al as gd } from "./DataCollectionStorageProvider-
|
|
8
|
-
import { aB as ly, am as cy, an as dy, aq as uy, at as hy, au as fy, av as my, ax as py, ay as gy, az as vy, aw as yy, ao as by, ap as xy, aA as wy, ar as _y, as as Cy, aC as Ey, aD as ky, aE as Sy, aF as Dy } from "./DataCollectionStorageProvider-
|
|
9
|
-
import { A as Ry, F as Ay, c as Ty, b as Oy, a as My, o as Ly, u as Iy } from "./F0HILActionConfirmation-
|
|
7
|
+
import { L as ya, C as wc, i as ba, D as _c, S as rs, a as Cc, f as Zn, b as br, c as Ec, A as kc, d as Xr, e as xa, E as Sc, g as en, h as Dc, j as Nc, k as Rc, l as tr, m as wa, u as Ac, G as Tc, n as Oc, o as ns, p as Mc, q as _a, r as Lc, B as Ca, X as Ea, Y as oi, s as Ic, t as ka, v as Pc, w as zc, x as Fc, y as Bc, z as Hc, F as Vc, H as jc, I as $c, J as is, K as Wc, M as Er, N as qn, O as Gc, P as Uc, Q as Zc, R as qc, T as Kc, U as Yc, V as Xc, W as Jc, Z as Qc, _ as ed, $ as td, a0 as ss, a1 as rd, a2 as nd, a3 as as, a4 as Sa, a5 as id, a6 as sd, a7 as ad, a8 as od, a9 as Da, aa as Ei, ab as ld, ac as cd, ad as dd, ae as ud, af as hd, ag as Na, ah as Ra, ai as fd, aj as md, ak as pd, al as gd } from "./DataCollectionStorageProvider-BDar6vpb.js";
|
|
8
|
+
import { aB as ly, am as cy, an as dy, aq as uy, at as hy, au as fy, av as my, ax as py, ay as gy, az as vy, aw as yy, ao as by, ap as xy, aA as wy, ar as _y, as as Cy, aC as Ey, aD as ky, aE as Sy, aF as Dy } from "./DataCollectionStorageProvider-BDar6vpb.js";
|
|
9
|
+
import { A as Ry, F as Ay, c as Ty, b as Oy, a as My, o as Ly, u as Iy } from "./F0HILActionConfirmation-oxIVVb_t.js";
|
|
10
10
|
import { defaultTranslations as zy } from "./i18n-provider-defaults.js";
|
|
11
11
|
import './f0.css';const vd = {
|
|
12
12
|
xs: 1,
|
|
@@ -648,10 +648,8 @@ declare module "@tiptap/core" {
|
|
|
648
648
|
|
|
649
649
|
declare module "@tiptap/core" {
|
|
650
650
|
interface Commands<ReturnType> {
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
src: string;
|
|
654
|
-
}) => ReturnType;
|
|
651
|
+
transcript: {
|
|
652
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
655
653
|
};
|
|
656
654
|
}
|
|
657
655
|
}
|
|
@@ -659,8 +657,10 @@ declare module "@tiptap/core" {
|
|
|
659
657
|
|
|
660
658
|
declare module "@tiptap/core" {
|
|
661
659
|
interface Commands<ReturnType> {
|
|
662
|
-
|
|
663
|
-
|
|
660
|
+
videoEmbed: {
|
|
661
|
+
setVideoEmbed: (options: {
|
|
662
|
+
src: string;
|
|
663
|
+
}) => ReturnType;
|
|
664
664
|
};
|
|
665
665
|
}
|
|
666
666
|
}
|