@factorialco/f0-react 1.418.0 → 1.419.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/ai.d.ts +6 -5
- package/dist/experimental.d.ts +11 -5
- package/dist/experimental.js +2 -2
- package/dist/f0.d.ts +76 -10
- package/dist/f0.js +2965 -2923
- package/dist/i18n-provider-defaults.d.ts +6 -5
- package/dist/i18n-provider-defaults.js +1 -0
- package/dist/{index-uBFHZ597.js → index-ClKgg8Ep.js} +1320 -1306
- package/package.json +1 -1
|
@@ -618,6 +618,7 @@ export declare const defaultTranslations: {
|
|
|
618
618
|
readonly fileTooLarge: "File exceeds {{maxSize}} MB limit";
|
|
619
619
|
readonly invalidFileType: "File type not accepted. Accepted formats: {{types}}";
|
|
620
620
|
};
|
|
621
|
+
readonly moreInformation: "More information";
|
|
621
622
|
readonly validation: {
|
|
622
623
|
readonly required: "This field is required";
|
|
623
624
|
readonly invalidType: "Invalid value";
|
|
@@ -710,11 +711,6 @@ declare module "gridstack" {
|
|
|
710
711
|
}
|
|
711
712
|
|
|
712
713
|
|
|
713
|
-
declare namespace Calendar {
|
|
714
|
-
var displayName: string;
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
|
|
718
714
|
declare module "@tiptap/core" {
|
|
719
715
|
interface Commands<ReturnType> {
|
|
720
716
|
aiBlock: {
|
|
@@ -762,3 +758,8 @@ declare module "@tiptap/core" {
|
|
|
762
758
|
};
|
|
763
759
|
}
|
|
764
760
|
}
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
declare namespace Calendar {
|
|
764
|
+
var displayName: string;
|
|
765
|
+
}
|
|
@@ -618,6 +618,7 @@ const e = {
|
|
|
618
618
|
fileTooLarge: "File exceeds {{maxSize}} MB limit",
|
|
619
619
|
invalidFileType: "File type not accepted. Accepted formats: {{types}}"
|
|
620
620
|
},
|
|
621
|
+
moreInformation: "More information",
|
|
621
622
|
validation: {
|
|
622
623
|
required: "This field is required",
|
|
623
624
|
invalidType: "Invalid value",
|