@factorialco/f0-react 4.39.0 → 4.39.1
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/experimental.d.ts +7 -0
- package/dist/experimental.js +2 -2
- package/dist/f0.d.ts +7 -0
- package/dist/f0.js +2 -2
- package/dist/{index-EXdkVTaH.js → index-DcHd_eOD.js} +13895 -13855
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -2362,6 +2362,13 @@ export declare type CollectionProps<Record extends RecordType, Filters extends F
|
|
|
2362
2362
|
tmpFullWidth?: boolean;
|
|
2363
2363
|
/** Indicates the source visualization type */
|
|
2364
2364
|
fromVisualization?: TableVisualizationType;
|
|
2365
|
+
/**
|
|
2366
|
+
* Bumps on every shared-search result selection. Lets a visualization
|
|
2367
|
+
* re-fire its reveal/focus even when the selected record (hence the derived
|
|
2368
|
+
* reveal target) is unchanged — so re-searching the same node re-centers,
|
|
2369
|
+
* like the graph's "Find me". Only the graph view reads it today.
|
|
2370
|
+
*/
|
|
2371
|
+
searchSelectionNonce?: number;
|
|
2365
2372
|
} & VisualizationOptions;
|
|
2366
2373
|
|
|
2367
2374
|
/**
|
package/dist/experimental.js
CHANGED
|
@@ -2,8 +2,8 @@ import { h as Va, B as Ga, i as Ka, j as qa, k as wn, l as lt, m as tt, n as Ya,
|
|
|
2
2
|
import { cD as vm, cC as ym, cP as wm, cz as Nm, cA as Cm, cs as km, ct as Im, ct as Sm, cu as Fm, cS as Tm, cB as Am, cL as Em, cM as Rm, cQ as Dm, cv as Pm, cF as Lm, cE as Om, cw as _m, cx as zm, cN as $m, cT as Bm, cO as Mm, cR as jm, cK as Wm, cH as Hm, cJ as Um, cG as Vm, cy as Gm, cI as Km } from "./F0CanvasPanel-Eg6MeaXo.js";
|
|
3
3
|
import { jsx as t, jsxs as d, Fragment as fe } from "react/jsx-runtime";
|
|
4
4
|
import Te, { forwardRef as de, useRef as z, useTransition as Qi, useState as R, useLayoutEffect as Je, useId as Qt, useContext as Le, createContext as Ie, useEffect as K, useCallback as U, useMemo as J, Fragment as qe, isValidElement as Ji, cloneElement as jr, memo as Wr, Children as Hr } from "react";
|
|
5
|
-
import { C as Xi, P as Zi, a as it, M as eo, p as to, b as no, R as Fn, c as Ur, u as ro, d as ao, e as so, f as io, g as oo, O as Vr, h as Gr, S as lo, A as co, B as uo, L as fo, i as mo, V as ho, j as po, k as go, l as bo } from "./index-
|
|
6
|
-
import { r as Ym, s as Qm, o as Jm, H as Xm, t as Zm, z as eh, a9 as th, G as nh, q as rh, $ as ah, ab as sh, aa as ih, Q as oh, ae as lh, F as ch, Y as dh, U as uh, J as fh, ag as mh, K as hh, Z as ph, _ as gh, v as bh, ac as xh, ad as vh, N as yh, a0 as wh, a6 as Nh, a8 as Ch, w as kh, y as Ih, D as Sh, W as Fh, af as Th, X as Ah, T as Eh, ah as Rh, x as Dh, E as Ph, m as Lh, n as Oh, a2 as _h, a3 as zh, a7 as $h, I as Bh, a4 as Mh, a1 as jh, a5 as Wh } from "./index-
|
|
5
|
+
import { C as Xi, P as Zi, a as it, M as eo, p as to, b as no, R as Fn, c as Ur, u as ro, d as ao, e as so, f as io, g as oo, O as Vr, h as Gr, S as lo, A as co, B as uo, L as fo, i as mo, V as ho, j as po, k as go, l as bo } from "./index-DcHd_eOD.js";
|
|
6
|
+
import { r as Ym, s as Qm, o as Jm, H as Xm, t as Zm, z as eh, a9 as th, G as nh, q as rh, $ as ah, ab as sh, aa as ih, Q as oh, ae as lh, F as ch, Y as dh, U as uh, J as fh, ag as mh, K as hh, Z as ph, _ as gh, v as bh, ac as xh, ad as vh, N as yh, a0 as wh, a6 as Nh, a8 as Ch, w as kh, y as Ih, D as Sh, W as Fh, af as Th, X as Ah, T as Eh, ah as Rh, x as Dh, E as Ph, m as Lh, n as Oh, a2 as _h, a3 as zh, a7 as $h, I as Bh, a4 as Mh, a1 as jh, a5 as Wh } from "./index-DcHd_eOD.js";
|
|
7
7
|
const xo = Va("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
|
@@ -3151,6 +3151,13 @@ declare type CollectionProps<Record extends RecordType, Filters extends FiltersD
|
|
|
3151
3151
|
tmpFullWidth?: boolean;
|
|
3152
3152
|
/** Indicates the source visualization type */
|
|
3153
3153
|
fromVisualization?: TableVisualizationType;
|
|
3154
|
+
/**
|
|
3155
|
+
* Bumps on every shared-search result selection. Lets a visualization
|
|
3156
|
+
* re-fire its reveal/focus even when the selected record (hence the derived
|
|
3157
|
+
* reveal target) is unchanged — so re-searching the same node re-centers,
|
|
3158
|
+
* like the graph's "Find me". Only the graph view reads it today.
|
|
3159
|
+
*/
|
|
3160
|
+
searchSelectionNonce?: number;
|
|
3154
3161
|
} & VisualizationOptions;
|
|
3155
3162
|
|
|
3156
3163
|
declare type CollectionVisualizations<Record extends RecordType, Filters extends FiltersDefinition, Sortings extends SortingsDefinition, Summaries extends SummariesDefinition, ItemActions extends ItemActionsDefinition<Record>, NavigationFilters extends NavigationFiltersDefinition, Grouping extends GroupingDefinition<Record>> = {
|
package/dist/f0.js
CHANGED
|
@@ -6,8 +6,8 @@ import React__default, { forwardRef, useRef, useImperativeHandle, Children, crea
|
|
|
6
6
|
import { D as AIButton, E as ForwardRef$1, G as ForwardRef$e, H as ForwardRef$i, I as ForwardRef$j, J as ForwardRef$n, K as ForwardRef$s, L as ForwardRef$w, M as ForwardRef$z, N as F0Box, O as ForwardRef$J, P as ForwardRef$K, Q as ForwardRef$L, R as ForwardRef$M, S as ForwardRef$N, F as FormCardValueFormatterProvider } from "./F0AiProcessingOverlay-BQNKYl8G.js";
|
|
7
7
|
import { A as $i, C as qi, t as ta, s as ea, v as ia, y as aa, l as na, i as la, q as ra, z as sa, B as oa, p as ca, r as da, j as ua, e as ha, g as ma, k as pa, T as ba, w as Za, h as ya, a as Ma, n as Na, m as Wa, o as Ga, b as Ta, f as ga, x as fa, c as va, d as La, u as Ya } from "./F0AiProcessingOverlay-BQNKYl8G.js";
|
|
8
8
|
import { createPortal } from "react-dom";
|
|
9
|
-
import { C as Carousel, ai as useSortable, aj as CSS$1, ak as useSensors, al as useSensor, am as sortableKeyboardCoordinates, an as KeyboardSensor, ao as PointerSensor, ap as DndContext, aq as SortableContext, ar as DragOverlay, as as arrayMove, F as F0SegmentedControl, at as Header, au as Content, av as Footer, aw as DialogWrapper, ax as dialogAlikePrivateProps, ay as F0Dialog, az as useF0Form, aA as F0Form, G as F0ActionBar, aB as F0FormSection, aC as formOverlaysStore, aD as isFieldRequired, aE as evaluateRenderIf, aF as buildDynamicSchema, aG as renderFieldInput, aH as nanoid, aI as mountFormOverlay, aJ as unmountFormOverlay, aK as openFormDialog, aL as dequal, Y as F0TableOfContent, a9 as Dialog, aM as FormMessage, Q as F0NumberInput, aN as EmojiPicker, aO as data, c as ReorderItem, R as ReorderGroup, u as useDragControls, W as ResourceHeader, O as OneEmptyState, aP as UpsellRequestResponseDialog, aQ as Label$1, aR as UpsellingButton, o as BaseBanner, d as useDataCollectionSource, a0 as OneDataCollection, aS as extractDisplayValue, aT as navigationFilterTypes, aU as NavigationFilters, aV as DialogInternal, aW as DialogDescription, aX as PrivacyModeProvider, M as MotionConfig } from "./index-
|
|
10
|
-
import { r as Sa, s as Va, H as xa, t as Ia, z as Ra, bf as wa, be as za, ba as Da, aZ as Ca, aY as ka, a_ as Oa, a$ as Fa, b1 as ja, b2 as Ea, ab as Ua, aa as Ja, ae as Pa, U as Ka, J as Ha, ag as Aa, K as Qa, v as Ba, bg as $a, ac as qa, ad as tn, N as en, w as an, P as nn, y as ln, D as rn, af as sn, T as on, ah as dn, x as un, E as hn, bi as mn, m as pn, n as bn, b9 as Zn, b5 as yn, b4 as Mn, bh as Nn, a7 as Wn, b7 as Gn, b8 as Tn, I as gn, bj as fn, bk as vn, e as Ln, bb as Yn, bc as Xn, bd as Sn, b0 as Vn, b6 as xn, f as In, h as Rn, b3 as wn, bl as zn } from "./index-
|
|
9
|
+
import { C as Carousel, ai as useSortable, aj as CSS$1, ak as useSensors, al as useSensor, am as sortableKeyboardCoordinates, an as KeyboardSensor, ao as PointerSensor, ap as DndContext, aq as SortableContext, ar as DragOverlay, as as arrayMove, F as F0SegmentedControl, at as Header, au as Content, av as Footer, aw as DialogWrapper, ax as dialogAlikePrivateProps, ay as F0Dialog, az as useF0Form, aA as F0Form, G as F0ActionBar, aB as F0FormSection, aC as formOverlaysStore, aD as isFieldRequired, aE as evaluateRenderIf, aF as buildDynamicSchema, aG as renderFieldInput, aH as nanoid, aI as mountFormOverlay, aJ as unmountFormOverlay, aK as openFormDialog, aL as dequal, Y as F0TableOfContent, a9 as Dialog, aM as FormMessage, Q as F0NumberInput, aN as EmojiPicker, aO as data, c as ReorderItem, R as ReorderGroup, u as useDragControls, W as ResourceHeader, O as OneEmptyState, aP as UpsellRequestResponseDialog, aQ as Label$1, aR as UpsellingButton, o as BaseBanner, d as useDataCollectionSource, a0 as OneDataCollection, aS as extractDisplayValue, aT as navigationFilterTypes, aU as NavigationFilters, aV as DialogInternal, aW as DialogDescription, aX as PrivacyModeProvider, M as MotionConfig } from "./index-DcHd_eOD.js";
|
|
10
|
+
import { r as Sa, s as Va, H as xa, t as Ia, z as Ra, bf as wa, be as za, ba as Da, aZ as Ca, aY as ka, a_ as Oa, a$ as Fa, b1 as ja, b2 as Ea, ab as Ua, aa as Ja, ae as Pa, U as Ka, J as Ha, ag as Aa, K as Qa, v as Ba, bg as $a, ac as qa, ad as tn, N as en, w as an, P as nn, y as ln, D as rn, af as sn, T as on, ah as dn, x as un, E as hn, bi as mn, m as pn, n as bn, b9 as Zn, b5 as yn, b4 as Mn, bh as Nn, a7 as Wn, b7 as Gn, b8 as Tn, I as gn, bj as fn, bk as vn, e as Ln, bb as Yn, bc as Xn, bd as Sn, b0 as Vn, b6 as xn, f as In, h as Rn, b3 as wn, bl as zn } from "./index-DcHd_eOD.js";
|
|
11
11
|
import { utils, write as writeSync } from "./xlsx-Bedf3nwD.js";
|
|
12
12
|
import { defaultTranslations as Cn } from "./i18n-provider-defaults.js";
|
|
13
13
|
import './f0.css';const CAROUSEL_COLUMNS = {
|