@factorialco/f0-react 1.400.0 → 1.401.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/{F0AiChat-CaAV8VN2.js → F0AiChat-CpaeHxvD.js} +1521 -1519
- package/dist/{F0HILActionConfirmation-YgaEV5Tc.js → F0HILActionConfirmation-D4x8J8fX.js} +1 -1
- package/dist/ai.d.ts +12 -5
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +17 -5
- package/dist/experimental.js +4 -4
- package/dist/f0.d.ts +49 -10
- package/dist/f0.js +14464 -14197
- package/dist/i18n-provider-defaults.d.ts +12 -5
- package/dist/i18n-provider-defaults.js +7 -0
- package/dist/styles.css +1 -1
- package/dist/{useDataCollectionSource-DuXdNqcR.js → useDataCollectionSource-BUi4l1cD.js} +627 -621
- package/package.json +1 -1
|
@@ -497,6 +497,13 @@ export declare const defaultTranslations: {
|
|
|
497
497
|
readonly expand: "Expand";
|
|
498
498
|
readonly collapse: "Collapse";
|
|
499
499
|
};
|
|
500
|
+
readonly labels: {
|
|
501
|
+
readonly empty: {
|
|
502
|
+
readonly title: "No questions to answer";
|
|
503
|
+
readonly description: "This survey has no questions yet.";
|
|
504
|
+
readonly emoji: "📝";
|
|
505
|
+
};
|
|
506
|
+
};
|
|
500
507
|
};
|
|
501
508
|
readonly richTextEditor: {
|
|
502
509
|
readonly bold: "Bold";
|
|
@@ -660,11 +667,6 @@ declare module "gridstack" {
|
|
|
660
667
|
}
|
|
661
668
|
|
|
662
669
|
|
|
663
|
-
declare namespace Calendar {
|
|
664
|
-
var displayName: string;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
|
|
668
670
|
declare module "@tiptap/core" {
|
|
669
671
|
interface Commands<ReturnType> {
|
|
670
672
|
aiBlock: {
|
|
@@ -712,3 +714,8 @@ declare module "@tiptap/core" {
|
|
|
712
714
|
};
|
|
713
715
|
}
|
|
714
716
|
}
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
declare namespace Calendar {
|
|
720
|
+
var displayName: string;
|
|
721
|
+
}
|
|
@@ -496,6 +496,13 @@ const e = {
|
|
|
496
496
|
previous: "Previous",
|
|
497
497
|
expand: "Expand",
|
|
498
498
|
collapse: "Collapse"
|
|
499
|
+
},
|
|
500
|
+
labels: {
|
|
501
|
+
empty: {
|
|
502
|
+
title: "No questions to answer",
|
|
503
|
+
description: "This survey has no questions yet.",
|
|
504
|
+
emoji: "📝"
|
|
505
|
+
}
|
|
499
506
|
}
|
|
500
507
|
},
|
|
501
508
|
richTextEditor: {
|