@factorialco/f0-react 1.437.0 → 1.438.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/ai.d.ts CHANGED
@@ -1969,11 +1969,6 @@ declare module "gridstack" {
1969
1969
  }
1970
1970
 
1971
1971
 
1972
- declare namespace Calendar {
1973
- var displayName: string;
1974
- }
1975
-
1976
-
1977
1972
  declare module "@tiptap/core" {
1978
1973
  interface Commands<ReturnType> {
1979
1974
  aiBlock: {
@@ -2021,3 +2016,8 @@ declare module "@tiptap/core" {
2021
2016
  };
2022
2017
  }
2023
2018
  }
2019
+
2020
+
2021
+ declare namespace Calendar {
2022
+ var displayName: string;
2023
+ }
@@ -7517,11 +7517,6 @@ declare module "gridstack" {
7517
7517
  }
7518
7518
 
7519
7519
 
7520
- declare namespace Calendar {
7521
- var displayName: string;
7522
- }
7523
-
7524
-
7525
7520
  declare module "@tiptap/core" {
7526
7521
  interface Commands<ReturnType> {
7527
7522
  aiBlock: {
@@ -7569,3 +7564,8 @@ declare module "@tiptap/core" {
7569
7564
  };
7570
7565
  }
7571
7566
  }
7567
+
7568
+
7569
+ declare namespace Calendar {
7570
+ var displayName: string;
7571
+ }
@@ -3,8 +3,8 @@ import { f1 as jN, f0 as VN, ai as WN, e_ as UN, fl as GN, az as KN, e$ as qN, a
3
3
  import { jsx as c, jsxs as g, Fragment as re } from "react/jsx-runtime";
4
4
  import * as he from "react";
5
5
  import ne, { forwardRef as F, useRef as K, useTransition as op, useState as L, useLayoutEffect as Ca, useContext as Es, createContext as Ds, useCallback as J, useMemo as ee, useEffect as W, useId as Sa, useImperativeHandle as Na, memo as Ia, Fragment as lp, isValidElement as ap, cloneElement as Aa, Children as _a } from "react";
6
- import { C as cp, m as dp, N as He, o as ot, q as Te, t as up, v as sr, w as Ue, x as Ta, y as Oe, z as Rs, E as $e, G as wo, H as fp, I as Ea, J as Ie, K as ze, O as vn, Q as vr, U as Da, W as hp, X as Ht, Y as pp, Z as mp, a0 as gp, a1 as Fn, a2 as zn, a3 as Ls, a4 as bp, a5 as Ra, a6 as La, a7 as Ma, a8 as wp, a9 as Oa, aa as Fa, ab as za, ac as Pa, ad as $a, ae as Ba, n as xo, af as xp, ag as yo, ah as yp, ai as vp, aj as kp, ak as Ha, al as Cp, am as Sp, an as Np, ao as ja, e as Ri, ap as Ip, aq as Ap, ar as _p, as as Tp, at as Ep, au as Dp, av as Rp, M as Lp, aw as Mp, ax as Op, ay as Fp, az as zp, u as Va, aA as Pp, aB as $p, aC as Bp, aD as Hp, aE as jp, aF as Vp, aG as vo, aH as Wp, aI as Up, aJ as Gp } from "./index-CFs2gP7X.js";
7
- import { A as xI, f as yI, B as vI, a as kI, g as CI, j as SI, D as NI, F as II, b as AI, aM as _I, aK as TI, aL as EI, L as DI, h as RI, i as LI, k as MI, c as OI, R as FI, S as zI, T as PI, V as $I, _ as BI, l as HI, p as jI, s as VI } from "./index-CFs2gP7X.js";
6
+ import { C as cp, m as dp, N as He, o as ot, q as Te, t as up, v as sr, w as Ue, x as Ta, y as Oe, z as Rs, E as $e, G as wo, H as fp, I as Ea, J as Ie, K as ze, O as vn, Q as vr, U as Da, W as hp, X as Ht, Y as pp, Z as mp, a0 as gp, a1 as Fn, a2 as zn, a3 as Ls, a4 as bp, a5 as Ra, a6 as La, a7 as Ma, a8 as wp, a9 as Oa, aa as Fa, ab as za, ac as Pa, ad as $a, ae as Ba, n as xo, af as xp, ag as yo, ah as yp, ai as vp, aj as kp, ak as Ha, al as Cp, am as Sp, an as Np, ao as ja, e as Ri, ap as Ip, aq as Ap, ar as _p, as as Tp, at as Ep, au as Dp, av as Rp, M as Lp, aw as Mp, ax as Op, ay as Fp, az as zp, u as Va, aA as Pp, aB as $p, aC as Bp, aD as Hp, aE as jp, aF as Vp, aG as vo, aH as Wp, aI as Up, aJ as Gp } from "./index-Ddy5at5O.js";
7
+ import { A as xI, f as yI, B as vI, a as kI, g as CI, j as SI, D as NI, F as II, b as AI, aM as _I, aK as TI, aL as EI, L as DI, h as RI, i as LI, k as MI, c as OI, R as FI, S as zI, T as PI, V as $I, _ as BI, l as HI, p as jI, s as VI } from "./index-Ddy5at5O.js";
8
8
  import './experimental.css';const Kp = Uu("Search", [
9
9
  ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }],
10
10
  ["path", { d: "m21 21-4.3-4.3", key: "1qie3q" }]
package/dist/f0.d.ts CHANGED
@@ -6475,6 +6475,10 @@ export declare interface F0FormRef {
6475
6475
  * Get the list of field names in the form
6476
6476
  */
6477
6477
  getFieldNames: () => string[];
6478
+ /**
6479
+ * Access the action bar imperatively (e.g. to trigger a wiggle animation)
6480
+ */
6481
+ actionBar: F0ActionBarRef;
6478
6482
  /* Excluded from this release type: _setStateCallback */
6479
6483
  }
6480
6484
 
@@ -11738,11 +11742,6 @@ declare module "gridstack" {
11738
11742
  }
11739
11743
 
11740
11744
 
11741
- declare namespace Calendar {
11742
- var displayName: string;
11743
- }
11744
-
11745
-
11746
11745
  declare module "@tiptap/core" {
11747
11746
  interface Commands<ReturnType> {
11748
11747
  aiBlock: {
@@ -11790,3 +11789,8 @@ declare module "@tiptap/core" {
11790
11789
  };
11791
11790
  }
11792
11791
  }
11792
+
11793
+
11794
+ declare namespace Calendar {
11795
+ var displayName: string;
11796
+ }