@factorialco/f0-react 3.9.0 → 3.10.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/{F0CanvasPanel-CH3MV6yL.js → F0CanvasPanel-BvLSkRnA.js} +6 -3
- package/dist/ai.d.ts +7 -0
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +7 -0
- package/dist/experimental.js +4 -4
- package/dist/f0.d.ts +53 -2
- package/dist/f0.js +8090 -7948
- package/dist/i18n-provider-defaults.d.ts +3 -0
- package/dist/i18n-provider-defaults.js +3 -0
- package/dist/styles.css +1 -1
- package/dist/{useChatHistory-BhXUZia6.js → useChatHistory-BiGAedQR.js} +1 -1
- package/dist/{useDataCollectionSource-DpNHp64q.js → useDataCollectionSource-i7W7yrnF.js} +1 -1
- package/package.json +1 -1
|
@@ -656,6 +656,9 @@ export declare const defaultTranslations: {
|
|
|
656
656
|
readonly questionType: "Question type";
|
|
657
657
|
readonly questionOptions: "Question options";
|
|
658
658
|
readonly actions: "Actions";
|
|
659
|
+
readonly locked: "Locked";
|
|
660
|
+
readonly lockedSectionNotice: "These questions are predefined and can't be edited, moved, or removed.";
|
|
661
|
+
readonly lockedQuestionNotice: "This question is predefined and can't be edited or removed.";
|
|
659
662
|
readonly sectionTitlePlaceholder: "Section title";
|
|
660
663
|
readonly lastQuestionDialogTitle: "Remove last question from section";
|
|
661
664
|
readonly lastQuestionDialogDescription: "Moving this question will leave the section empty and it will be removed. Do you want to continue?";
|
|
@@ -656,6 +656,9 @@ const e = {
|
|
|
656
656
|
questionType: "Question type",
|
|
657
657
|
questionOptions: "Question options",
|
|
658
658
|
actions: "Actions",
|
|
659
|
+
locked: "Locked",
|
|
660
|
+
lockedSectionNotice: "These questions are predefined and can't be edited, moved, or removed.",
|
|
661
|
+
lockedQuestionNotice: "This question is predefined and can't be edited or removed.",
|
|
659
662
|
sectionTitlePlaceholder: "Section title",
|
|
660
663
|
lastQuestionDialogTitle: "Remove last question from section",
|
|
661
664
|
lastQuestionDialogDescription: "Moving this question will leave the section empty and it will be removed. Do you want to continue?"
|