@factorialco/f0-react 1.240.2 → 1.241.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/experimental.d.ts +20 -14
- package/dist/experimental.js +8055 -8032
- package/dist/f0.d.ts +14 -7
- package/dist/f0.js +2 -2
- package/dist/{hooks-FlkC6pns.js → hooks-fkUFAzc1.js} +930 -923
- package/package.json +1 -1
package/dist/f0.d.ts
CHANGED
|
@@ -409,11 +409,18 @@ declare type BulkActionDefinition = {
|
|
|
409
409
|
icon?: IconType;
|
|
410
410
|
id: string;
|
|
411
411
|
keepSelection?: boolean;
|
|
412
|
+
critical?: boolean;
|
|
413
|
+
description?: string;
|
|
414
|
+
disabled?: boolean;
|
|
412
415
|
};
|
|
413
416
|
|
|
414
417
|
declare type BulkActionsDefinition<R extends RecordType, Filters extends FiltersDefinition> = (selectedItems: Parameters<OnBulkActionCallback<R, Filters>>[1]) => {
|
|
415
|
-
primary
|
|
416
|
-
|
|
418
|
+
primary?: (BulkActionDefinition | {
|
|
419
|
+
type: "separator";
|
|
420
|
+
})[];
|
|
421
|
+
secondary?: (BulkActionDefinition | {
|
|
422
|
+
type: "separator";
|
|
423
|
+
})[];
|
|
417
424
|
} | {
|
|
418
425
|
warningMessage: string;
|
|
419
426
|
};
|
|
@@ -3427,11 +3434,6 @@ declare module "@tiptap/core" {
|
|
|
3427
3434
|
}
|
|
3428
3435
|
|
|
3429
3436
|
|
|
3430
|
-
declare namespace Calendar {
|
|
3431
|
-
var displayName: string;
|
|
3432
|
-
}
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
3437
|
declare module "@tiptap/core" {
|
|
3436
3438
|
interface Commands<ReturnType> {
|
|
3437
3439
|
moodTracker: {
|
|
@@ -3439,3 +3441,8 @@ declare module "@tiptap/core" {
|
|
|
3439
3441
|
};
|
|
3440
3442
|
}
|
|
3441
3443
|
}
|
|
3444
|
+
|
|
3445
|
+
|
|
3446
|
+
declare namespace Calendar {
|
|
3447
|
+
var displayName: string;
|
|
3448
|
+
}
|
package/dist/f0.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as p, L as ge, c as ve, P as H, a as b, f as be, g as A, A as xe, B as Ce, b as ye, d as we, e as Ne, V as Pe, h as D, i as U, j as J, k as Le, l as Y, S as X, m as K, n as Se, O as Fe, o as Q, p as ke, q as Me, F as Z, r as De, s as Te, t as Ie, D as Be, u as Re, v as Oe, w as $e, x as ee, y as w, U as ae, z as Ee, E as _e, G as V, H as je, I as re, J as ze, K as Ae, M as Ve, N as qe, Q as We, R as Ge, X as He, T as Ue, W as Je, Y as Ye, Z as Xe, _ as Ke } from "./hooks-
|
|
2
|
-
import { az as Ja, $ as Ya, aB as Xa, aK as Ka, a0 as Qa, a1 as Za, a2 as er, a3 as ar, a4 as rr, a5 as sr, a6 as tr, a7 as lr, a9 as or, aa as nr, ab as ir, ac as dr, aG as cr, ae as ur, af as fr, ag as mr, ah as hr, ak as pr, al as gr, am as vr, an as br, ap as xr, ad as Cr, ao as yr, aj as wr, aH as Nr, aA as Pr, au as Lr, ax as Sr, at as Fr, aL as kr, as as Mr, ar as Dr, a8 as Tr, ai as Ir, aq as Br, av as Rr, aC as Or, aD as $r, aE as Er, aM as _r, aw as jr, aF as zr, aJ as Ar, ay as Vr, aI as qr } from "./hooks-
|
|
1
|
+
import { C as p, L as ge, c as ve, P as H, a as b, f as be, g as A, A as xe, B as Ce, b as ye, d as we, e as Ne, V as Pe, h as D, i as U, j as J, k as Le, l as Y, S as X, m as K, n as Se, O as Fe, o as Q, p as ke, q as Me, F as Z, r as De, s as Te, t as Ie, D as Be, u as Re, v as Oe, w as $e, x as ee, y as w, U as ae, z as Ee, E as _e, G as V, H as je, I as re, J as ze, K as Ae, M as Ve, N as qe, Q as We, R as Ge, X as He, T as Ue, W as Je, Y as Ye, Z as Xe, _ as Ke } from "./hooks-fkUFAzc1.js";
|
|
2
|
+
import { az as Ja, $ as Ya, aB as Xa, aK as Ka, a0 as Qa, a1 as Za, a2 as er, a3 as ar, a4 as rr, a5 as sr, a6 as tr, a7 as lr, a9 as or, aa as nr, ab as ir, ac as dr, aG as cr, ae as ur, af as fr, ag as mr, ah as hr, ak as pr, al as gr, am as vr, an as br, ap as xr, ad as Cr, ao as yr, aj as wr, aH as Nr, aA as Pr, au as Lr, ax as Sr, at as Fr, aL as kr, as as Mr, ar as Dr, a8 as Tr, ai as Ir, aq as Br, av as Rr, aC as Or, aD as $r, aE as Er, aM as _r, aw as jr, aF as zr, aJ as Ar, ay as Vr, aI as qr } from "./hooks-fkUFAzc1.js";
|
|
3
3
|
import { jsx as e, jsxs as c, Fragment as E } from "react/jsx-runtime";
|
|
4
4
|
import * as _ from "react";
|
|
5
5
|
import Qe, { useState as v, forwardRef as I, useRef as se, useImperativeHandle as Ze, Children as ea, useEffect as te, createContext as aa } from "react";
|