@factorialco/f0-react 2.16.1 → 2.16.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 +11 -11
- package/dist/experimental.d.ts +11 -11
- package/dist/f0.d.ts +11 -11
- package/dist/i18n-provider-defaults.d.ts +11 -11
- package/package.json +1 -1
package/dist/ai.d.ts
CHANGED
|
@@ -3788,11 +3788,16 @@ declare module "gridstack" {
|
|
|
3788
3788
|
}
|
|
3789
3789
|
|
|
3790
3790
|
|
|
3791
|
+
declare namespace Calendar {
|
|
3792
|
+
var displayName: string;
|
|
3793
|
+
}
|
|
3794
|
+
|
|
3795
|
+
|
|
3791
3796
|
declare module "@tiptap/core" {
|
|
3792
3797
|
interface Commands<ReturnType> {
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
|
|
3798
|
+
aiBlock: {
|
|
3799
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
3800
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
3796
3801
|
};
|
|
3797
3802
|
}
|
|
3798
3803
|
}
|
|
@@ -3800,9 +3805,9 @@ declare module "@tiptap/core" {
|
|
|
3800
3805
|
|
|
3801
3806
|
declare module "@tiptap/core" {
|
|
3802
3807
|
interface Commands<ReturnType> {
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3808
|
+
enhanceHighlight: {
|
|
3809
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
3810
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
3806
3811
|
};
|
|
3807
3812
|
}
|
|
3808
3813
|
}
|
|
@@ -3837,11 +3842,6 @@ declare module "@tiptap/core" {
|
|
|
3837
3842
|
}
|
|
3838
3843
|
|
|
3839
3844
|
|
|
3840
|
-
declare namespace Calendar {
|
|
3841
|
-
var displayName: string;
|
|
3842
|
-
}
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
3845
|
declare namespace F0GraphNodeWrapperInner {
|
|
3846
3846
|
var displayName: string;
|
|
3847
3847
|
}
|
package/dist/experimental.d.ts
CHANGED
|
@@ -8427,11 +8427,16 @@ declare module "gridstack" {
|
|
|
8427
8427
|
}
|
|
8428
8428
|
|
|
8429
8429
|
|
|
8430
|
+
declare namespace Calendar {
|
|
8431
|
+
var displayName: string;
|
|
8432
|
+
}
|
|
8433
|
+
|
|
8434
|
+
|
|
8430
8435
|
declare module "@tiptap/core" {
|
|
8431
8436
|
interface Commands<ReturnType> {
|
|
8432
|
-
|
|
8433
|
-
|
|
8434
|
-
|
|
8437
|
+
aiBlock: {
|
|
8438
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
8439
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
8435
8440
|
};
|
|
8436
8441
|
}
|
|
8437
8442
|
}
|
|
@@ -8439,9 +8444,9 @@ declare module "@tiptap/core" {
|
|
|
8439
8444
|
|
|
8440
8445
|
declare module "@tiptap/core" {
|
|
8441
8446
|
interface Commands<ReturnType> {
|
|
8442
|
-
|
|
8443
|
-
|
|
8444
|
-
|
|
8447
|
+
enhanceHighlight: {
|
|
8448
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
8449
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
8445
8450
|
};
|
|
8446
8451
|
}
|
|
8447
8452
|
}
|
|
@@ -8476,11 +8481,6 @@ declare module "@tiptap/core" {
|
|
|
8476
8481
|
}
|
|
8477
8482
|
|
|
8478
8483
|
|
|
8479
|
-
declare namespace Calendar {
|
|
8480
|
-
var displayName: string;
|
|
8481
|
-
}
|
|
8482
|
-
|
|
8483
|
-
|
|
8484
8484
|
declare namespace F0GraphNodeWrapperInner {
|
|
8485
8485
|
var displayName: string;
|
|
8486
8486
|
}
|
package/dist/f0.d.ts
CHANGED
|
@@ -14608,11 +14608,16 @@ declare module "gridstack" {
|
|
|
14608
14608
|
}
|
|
14609
14609
|
|
|
14610
14610
|
|
|
14611
|
+
declare namespace Calendar {
|
|
14612
|
+
var displayName: string;
|
|
14613
|
+
}
|
|
14614
|
+
|
|
14615
|
+
|
|
14611
14616
|
declare module "@tiptap/core" {
|
|
14612
14617
|
interface Commands<ReturnType> {
|
|
14613
|
-
|
|
14614
|
-
|
|
14615
|
-
|
|
14618
|
+
aiBlock: {
|
|
14619
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
14620
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
14616
14621
|
};
|
|
14617
14622
|
}
|
|
14618
14623
|
}
|
|
@@ -14620,9 +14625,9 @@ declare module "@tiptap/core" {
|
|
|
14620
14625
|
|
|
14621
14626
|
declare module "@tiptap/core" {
|
|
14622
14627
|
interface Commands<ReturnType> {
|
|
14623
|
-
|
|
14624
|
-
|
|
14625
|
-
|
|
14628
|
+
enhanceHighlight: {
|
|
14629
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
14630
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
14626
14631
|
};
|
|
14627
14632
|
}
|
|
14628
14633
|
}
|
|
@@ -14657,11 +14662,6 @@ declare module "@tiptap/core" {
|
|
|
14657
14662
|
}
|
|
14658
14663
|
|
|
14659
14664
|
|
|
14660
|
-
declare namespace Calendar {
|
|
14661
|
-
var displayName: string;
|
|
14662
|
-
}
|
|
14663
|
-
|
|
14664
|
-
|
|
14665
14665
|
declare namespace F0GraphNodeWrapperInner {
|
|
14666
14666
|
var displayName: string;
|
|
14667
14667
|
}
|
|
@@ -873,11 +873,16 @@ declare module "gridstack" {
|
|
|
873
873
|
}
|
|
874
874
|
|
|
875
875
|
|
|
876
|
+
declare namespace Calendar {
|
|
877
|
+
var displayName: string;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
|
|
876
881
|
declare module "@tiptap/core" {
|
|
877
882
|
interface Commands<ReturnType> {
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
883
|
+
aiBlock: {
|
|
884
|
+
insertAIBlock: (data: AIBlockData, config: AIBlockConfig) => ReturnType;
|
|
885
|
+
executeAIAction: (actionType: string, config: AIBlockConfig) => ReturnType;
|
|
881
886
|
};
|
|
882
887
|
}
|
|
883
888
|
}
|
|
@@ -885,9 +890,9 @@ declare module "@tiptap/core" {
|
|
|
885
890
|
|
|
886
891
|
declare module "@tiptap/core" {
|
|
887
892
|
interface Commands<ReturnType> {
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
893
|
+
enhanceHighlight: {
|
|
894
|
+
setEnhanceHighlight: (from: number, to: number) => ReturnType;
|
|
895
|
+
clearEnhanceHighlight: () => ReturnType;
|
|
891
896
|
};
|
|
892
897
|
}
|
|
893
898
|
}
|
|
@@ -922,11 +927,6 @@ declare module "@tiptap/core" {
|
|
|
922
927
|
}
|
|
923
928
|
|
|
924
929
|
|
|
925
|
-
declare namespace Calendar {
|
|
926
|
-
var displayName: string;
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
|
|
930
930
|
declare namespace F0GraphNodeWrapperInner {
|
|
931
931
|
var displayName: string;
|
|
932
932
|
}
|