@factorialco/f0-react 1.275.0 → 1.276.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 +34 -9
- package/dist/experimental.js +2 -2
- package/dist/f0.css +1 -0
- package/dist/f0.d.ts +112 -9
- package/dist/f0.js +4679 -1038
- package/dist/{hooks-BaU58qvY.js → hooks-F3Tg9iwj.js} +13 -13
- package/package.json +2 -1
|
@@ -97381,7 +97381,7 @@ const Dg = "__no-grouping__", rEt = ({ grouping: e, currentGrouping: t, onGroupi
|
|
|
97381
97381
|
}, [fe.records, ie, j.defaultItem]);
|
|
97382
97382
|
Ae(() => {
|
|
97383
97383
|
const ze = ge(Q);
|
|
97384
|
-
r == null || r(ze), Y(ze);
|
|
97384
|
+
ze && (r == null || r(ze), Y(ze)), Q || (r == null || r(void 0), Y(void 0));
|
|
97385
97385
|
}, [fe.records, Q, ie, ge, r]);
|
|
97386
97386
|
const ee = yt((ze) => {
|
|
97387
97387
|
he(ze), g == null || g(ze);
|
|
@@ -101982,18 +101982,18 @@ export {
|
|
|
101982
101982
|
nG as bb,
|
|
101983
101983
|
eG as bc,
|
|
101984
101984
|
tG as bd,
|
|
101985
|
-
|
|
101986
|
-
|
|
101987
|
-
|
|
101988
|
-
|
|
101989
|
-
|
|
101990
|
-
|
|
101991
|
-
|
|
101992
|
-
|
|
101993
|
-
|
|
101994
|
-
|
|
101995
|
-
|
|
101996
|
-
|
|
101985
|
+
xy as be,
|
|
101986
|
+
Z_t as bf,
|
|
101987
|
+
N4 as bg,
|
|
101988
|
+
AY as bh,
|
|
101989
|
+
uMt as bi,
|
|
101990
|
+
dMt as bj,
|
|
101991
|
+
uLt as bk,
|
|
101992
|
+
A_t as bl,
|
|
101993
|
+
BY as bm,
|
|
101994
|
+
dLt as bn,
|
|
101995
|
+
T_t as bo,
|
|
101996
|
+
H_t as bp,
|
|
101997
101997
|
G_t as bq,
|
|
101998
101998
|
Y_t as br,
|
|
101999
101999
|
Q_t as bs,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@factorialco/f0-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.276.1",
|
|
4
4
|
"main": "dist/f0.js",
|
|
5
5
|
"typings": "dist/f0.d.ts",
|
|
6
6
|
"private": false,
|
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
"embla-carousel-autoplay": "^8.5.2",
|
|
206
206
|
"embla-carousel-react": "^8.6.0",
|
|
207
207
|
"embla-carousel-wheel-gestures": "^8.0.1",
|
|
208
|
+
"gridstack": "^12.3.3",
|
|
208
209
|
"prosemirror-state": "^1.4.3",
|
|
209
210
|
"prosemirror-view": "^1.38.1",
|
|
210
211
|
"react-remove-scroll": "^2.7.1",
|