@factorialco/f0-react 2.40.1 → 2.40.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 +12 -18
- package/dist/f0.d.ts +12 -18
- package/dist/i18n-provider-defaults.d.ts +11 -11
- package/package.json +1 -1
package/dist/ai.d.ts
CHANGED
|
@@ -4265,6 +4265,11 @@ declare module "gridstack" {
|
|
|
4265
4265
|
}
|
|
4266
4266
|
|
|
4267
4267
|
|
|
4268
|
+
declare namespace Calendar {
|
|
4269
|
+
var displayName: string;
|
|
4270
|
+
}
|
|
4271
|
+
|
|
4272
|
+
|
|
4268
4273
|
declare module "@tiptap/core" {
|
|
4269
4274
|
interface Commands<ReturnType> {
|
|
4270
4275
|
aiBlock: {
|
|
@@ -4294,15 +4299,6 @@ declare module "@tiptap/core" {
|
|
|
4294
4299
|
}
|
|
4295
4300
|
|
|
4296
4301
|
|
|
4297
|
-
declare module "@tiptap/core" {
|
|
4298
|
-
interface Commands<ReturnType> {
|
|
4299
|
-
transcript: {
|
|
4300
|
-
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
4301
|
-
};
|
|
4302
|
-
}
|
|
4303
|
-
}
|
|
4304
|
-
|
|
4305
|
-
|
|
4306
4302
|
declare module "@tiptap/core" {
|
|
4307
4303
|
interface Commands<ReturnType> {
|
|
4308
4304
|
videoEmbed: {
|
|
@@ -4314,8 +4310,12 @@ declare module "@tiptap/core" {
|
|
|
4314
4310
|
}
|
|
4315
4311
|
|
|
4316
4312
|
|
|
4317
|
-
declare
|
|
4318
|
-
|
|
4313
|
+
declare module "@tiptap/core" {
|
|
4314
|
+
interface Commands<ReturnType> {
|
|
4315
|
+
transcript: {
|
|
4316
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
4317
|
+
};
|
|
4318
|
+
}
|
|
4319
4319
|
}
|
|
4320
4320
|
|
|
4321
4321
|
|
package/dist/experimental.d.ts
CHANGED
|
@@ -58,7 +58,6 @@ import { HTMLAttributes } from 'react';
|
|
|
58
58
|
import { HTMLInputTypeAttribute } from 'react';
|
|
59
59
|
import { IconCellValue } from './types/icon';
|
|
60
60
|
import { InFilterOptions } from './InFilter/types';
|
|
61
|
-
import { InputFieldProps as InputFieldProps_2 } from './experimental';
|
|
62
61
|
import { ItemProps } from './types';
|
|
63
62
|
import { JSONContent } from '@tiptap/react';
|
|
64
63
|
import { JSONContent as JSONContent_2 } from '@tiptap/core';
|
|
@@ -4793,12 +4792,7 @@ export declare interface F0VersionHistoryProps {
|
|
|
4793
4792
|
*
|
|
4794
4793
|
* @removeIn 2.0.0
|
|
4795
4794
|
*/
|
|
4796
|
-
export declare const F1SearchBox:
|
|
4797
|
-
value?: string;
|
|
4798
|
-
threshold?: number;
|
|
4799
|
-
debounceTime?: number;
|
|
4800
|
-
autoFocus?: boolean;
|
|
4801
|
-
} & Pick<InputFieldProps_2<string>, "onChange" | "name" | "size" | "onFocus" | "onBlur" | "loading" | "disabled" | "placeholder" | "clearable"> & RefAttributes<HTMLInputElement>>;
|
|
4795
|
+
export declare const F1SearchBox: typeof F0SearchInput;
|
|
4802
4796
|
|
|
4803
4797
|
declare type FavoriteMenuItem = ({
|
|
4804
4798
|
type: "icon";
|
|
@@ -8737,6 +8731,11 @@ declare module "gridstack" {
|
|
|
8737
8731
|
}
|
|
8738
8732
|
|
|
8739
8733
|
|
|
8734
|
+
declare namespace Calendar {
|
|
8735
|
+
var displayName: string;
|
|
8736
|
+
}
|
|
8737
|
+
|
|
8738
|
+
|
|
8740
8739
|
declare module "@tiptap/core" {
|
|
8741
8740
|
interface Commands<ReturnType> {
|
|
8742
8741
|
aiBlock: {
|
|
@@ -8766,15 +8765,6 @@ declare module "@tiptap/core" {
|
|
|
8766
8765
|
}
|
|
8767
8766
|
|
|
8768
8767
|
|
|
8769
|
-
declare module "@tiptap/core" {
|
|
8770
|
-
interface Commands<ReturnType> {
|
|
8771
|
-
transcript: {
|
|
8772
|
-
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
8773
|
-
};
|
|
8774
|
-
}
|
|
8775
|
-
}
|
|
8776
|
-
|
|
8777
|
-
|
|
8778
8768
|
declare module "@tiptap/core" {
|
|
8779
8769
|
interface Commands<ReturnType> {
|
|
8780
8770
|
videoEmbed: {
|
|
@@ -8786,8 +8776,12 @@ declare module "@tiptap/core" {
|
|
|
8786
8776
|
}
|
|
8787
8777
|
|
|
8788
8778
|
|
|
8789
|
-
declare
|
|
8790
|
-
|
|
8779
|
+
declare module "@tiptap/core" {
|
|
8780
|
+
interface Commands<ReturnType> {
|
|
8781
|
+
transcript: {
|
|
8782
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
8783
|
+
};
|
|
8784
|
+
}
|
|
8791
8785
|
}
|
|
8792
8786
|
|
|
8793
8787
|
|
package/dist/f0.d.ts
CHANGED
|
@@ -90,7 +90,6 @@ import { HTMLInputTypeAttribute } from 'react';
|
|
|
90
90
|
import { IconCellValue } from './types/icon';
|
|
91
91
|
import { ImgHTMLAttributes } from 'react';
|
|
92
92
|
import { InFilterOptions } from './InFilter/types';
|
|
93
|
-
import { InputFieldProps as InputFieldProps_2 } from './f0';
|
|
94
93
|
import { internalAvatarColors as internalAvatarColors_2 } from './f0';
|
|
95
94
|
import { internalAvatarSizes as internalAvatarSizes_2 } from './f0';
|
|
96
95
|
import { internalAvatarTypes as internalAvatarTypes_2 } from './f0';
|
|
@@ -10096,12 +10095,7 @@ export declare interface F0ZodType<T extends ZodTypeAny = ZodTypeAny> {
|
|
|
10096
10095
|
*
|
|
10097
10096
|
* @removeIn 2.0.0
|
|
10098
10097
|
*/
|
|
10099
|
-
export declare const F1SearchBox:
|
|
10100
|
-
value?: string;
|
|
10101
|
-
threshold?: number;
|
|
10102
|
-
debounceTime?: number;
|
|
10103
|
-
autoFocus?: boolean;
|
|
10104
|
-
} & Pick<InputFieldProps_2<string>, "onChange" | "name" | "size" | "onFocus" | "onBlur" | "loading" | "disabled" | "placeholder" | "clearable"> & RefAttributes<HTMLInputElement>>;
|
|
10098
|
+
export declare const F1SearchBox: typeof F0SearchInput;
|
|
10105
10099
|
|
|
10106
10100
|
export declare type FeedbackConfig = {
|
|
10107
10101
|
threadId: string;
|
|
@@ -15568,6 +15562,11 @@ declare module "gridstack" {
|
|
|
15568
15562
|
}
|
|
15569
15563
|
|
|
15570
15564
|
|
|
15565
|
+
declare namespace Calendar {
|
|
15566
|
+
var displayName: string;
|
|
15567
|
+
}
|
|
15568
|
+
|
|
15569
|
+
|
|
15571
15570
|
declare module "@tiptap/core" {
|
|
15572
15571
|
interface Commands<ReturnType> {
|
|
15573
15572
|
aiBlock: {
|
|
@@ -15597,15 +15596,6 @@ declare module "@tiptap/core" {
|
|
|
15597
15596
|
}
|
|
15598
15597
|
|
|
15599
15598
|
|
|
15600
|
-
declare module "@tiptap/core" {
|
|
15601
|
-
interface Commands<ReturnType> {
|
|
15602
|
-
transcript: {
|
|
15603
|
-
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
15604
|
-
};
|
|
15605
|
-
}
|
|
15606
|
-
}
|
|
15607
|
-
|
|
15608
|
-
|
|
15609
15599
|
declare module "@tiptap/core" {
|
|
15610
15600
|
interface Commands<ReturnType> {
|
|
15611
15601
|
videoEmbed: {
|
|
@@ -15617,8 +15607,12 @@ declare module "@tiptap/core" {
|
|
|
15617
15607
|
}
|
|
15618
15608
|
|
|
15619
15609
|
|
|
15620
|
-
declare
|
|
15621
|
-
|
|
15610
|
+
declare module "@tiptap/core" {
|
|
15611
|
+
interface Commands<ReturnType> {
|
|
15612
|
+
transcript: {
|
|
15613
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
15614
|
+
};
|
|
15615
|
+
}
|
|
15622
15616
|
}
|
|
15623
15617
|
|
|
15624
15618
|
|
|
@@ -850,6 +850,11 @@ declare module "gridstack" {
|
|
|
850
850
|
}
|
|
851
851
|
|
|
852
852
|
|
|
853
|
+
declare namespace Calendar {
|
|
854
|
+
var displayName: string;
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
|
|
853
858
|
declare module "@tiptap/core" {
|
|
854
859
|
interface Commands<ReturnType> {
|
|
855
860
|
aiBlock: {
|
|
@@ -879,15 +884,6 @@ declare module "@tiptap/core" {
|
|
|
879
884
|
}
|
|
880
885
|
|
|
881
886
|
|
|
882
|
-
declare module "@tiptap/core" {
|
|
883
|
-
interface Commands<ReturnType> {
|
|
884
|
-
transcript: {
|
|
885
|
-
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
886
|
-
};
|
|
887
|
-
}
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
|
|
891
887
|
declare module "@tiptap/core" {
|
|
892
888
|
interface Commands<ReturnType> {
|
|
893
889
|
videoEmbed: {
|
|
@@ -899,8 +895,12 @@ declare module "@tiptap/core" {
|
|
|
899
895
|
}
|
|
900
896
|
|
|
901
897
|
|
|
902
|
-
declare
|
|
903
|
-
|
|
898
|
+
declare module "@tiptap/core" {
|
|
899
|
+
interface Commands<ReturnType> {
|
|
900
|
+
transcript: {
|
|
901
|
+
insertTranscript: (data: TranscriptData) => ReturnType;
|
|
902
|
+
};
|
|
903
|
+
}
|
|
904
904
|
}
|
|
905
905
|
|
|
906
906
|
|