@factorialco/f0-react 1.428.1 → 1.428.2
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 +5 -5
- package/dist/experimental.d.ts +5 -5
- package/dist/f0.d.ts +5 -5
- package/dist/f0.js +5 -5
- package/dist/i18n-provider-defaults.d.ts +5 -5
- package/package.json +1 -1
package/dist/ai.d.ts
CHANGED
|
@@ -1793,6 +1793,11 @@ declare module "gridstack" {
|
|
|
1793
1793
|
}
|
|
1794
1794
|
|
|
1795
1795
|
|
|
1796
|
+
declare namespace Calendar {
|
|
1797
|
+
var displayName: string;
|
|
1798
|
+
}
|
|
1799
|
+
|
|
1800
|
+
|
|
1796
1801
|
declare module "@tiptap/core" {
|
|
1797
1802
|
interface Commands<ReturnType> {
|
|
1798
1803
|
aiBlock: {
|
|
@@ -1840,8 +1845,3 @@ declare module "@tiptap/core" {
|
|
|
1840
1845
|
};
|
|
1841
1846
|
}
|
|
1842
1847
|
}
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
declare namespace Calendar {
|
|
1846
|
-
var displayName: string;
|
|
1847
|
-
}
|
package/dist/experimental.d.ts
CHANGED
|
@@ -7235,6 +7235,11 @@ declare module "gridstack" {
|
|
|
7235
7235
|
}
|
|
7236
7236
|
|
|
7237
7237
|
|
|
7238
|
+
declare namespace Calendar {
|
|
7239
|
+
var displayName: string;
|
|
7240
|
+
}
|
|
7241
|
+
|
|
7242
|
+
|
|
7238
7243
|
declare module "@tiptap/core" {
|
|
7239
7244
|
interface Commands<ReturnType> {
|
|
7240
7245
|
aiBlock: {
|
|
@@ -7282,8 +7287,3 @@ declare module "@tiptap/core" {
|
|
|
7282
7287
|
};
|
|
7283
7288
|
}
|
|
7284
7289
|
}
|
|
7285
|
-
|
|
7286
|
-
|
|
7287
|
-
declare namespace Calendar {
|
|
7288
|
-
var displayName: string;
|
|
7289
|
-
}
|
package/dist/f0.d.ts
CHANGED
|
@@ -10844,6 +10844,11 @@ declare module "gridstack" {
|
|
|
10844
10844
|
}
|
|
10845
10845
|
|
|
10846
10846
|
|
|
10847
|
+
declare namespace Calendar {
|
|
10848
|
+
var displayName: string;
|
|
10849
|
+
}
|
|
10850
|
+
|
|
10851
|
+
|
|
10847
10852
|
declare module "@tiptap/core" {
|
|
10848
10853
|
interface Commands<ReturnType> {
|
|
10849
10854
|
aiBlock: {
|
|
@@ -10891,8 +10896,3 @@ declare module "@tiptap/core" {
|
|
|
10891
10896
|
};
|
|
10892
10897
|
}
|
|
10893
10898
|
}
|
|
10894
|
-
|
|
10895
|
-
|
|
10896
|
-
declare namespace Calendar {
|
|
10897
|
-
var displayName: string;
|
|
10898
|
-
}
|
package/dist/f0.js
CHANGED
|
@@ -17053,13 +17053,13 @@ const dx = {
|
|
|
17053
17053
|
type: d
|
|
17054
17054
|
}) => {
|
|
17055
17055
|
const { value: f, label: m } = t, { isDragging: h, setIsDragging: x, setDraggedItemId: w, draggedItemId: g } = Tn(), { t: v } = Fe(), p = h && g === f, b = () => {
|
|
17056
|
-
a && !i || n(f);
|
|
17056
|
+
!a && !i || n(f);
|
|
17057
17057
|
}, C = (N) => {
|
|
17058
17058
|
r({ value: f, index: e, action: N });
|
|
17059
|
-
}, k = () => {
|
|
17060
|
-
C("mark-as-correct");
|
|
17061
|
-
}, S = () => {
|
|
17062
|
-
C("remove");
|
|
17059
|
+
}, k = (N) => {
|
|
17060
|
+
N.stopPropagation(), C("mark-as-correct");
|
|
17061
|
+
}, S = (N) => {
|
|
17062
|
+
N.stopPropagation(), C("remove");
|
|
17063
17063
|
}, _ = (N) => {
|
|
17064
17064
|
const E = N.target.value;
|
|
17065
17065
|
s({ value: f, index: e, newLabel: E });
|
|
@@ -729,6 +729,11 @@ declare module "gridstack" {
|
|
|
729
729
|
}
|
|
730
730
|
|
|
731
731
|
|
|
732
|
+
declare namespace Calendar {
|
|
733
|
+
var displayName: string;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
|
|
732
737
|
declare module "@tiptap/core" {
|
|
733
738
|
interface Commands<ReturnType> {
|
|
734
739
|
aiBlock: {
|
|
@@ -776,8 +781,3 @@ declare module "@tiptap/core" {
|
|
|
776
781
|
};
|
|
777
782
|
}
|
|
778
783
|
}
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
declare namespace Calendar {
|
|
782
|
-
var displayName: string;
|
|
783
|
-
}
|