@factorialco/f0-react 1.423.0 → 1.425.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/{F0HILActionConfirmation-CcDsCCLa.js → F0HILActionConfirmation-Ubb7Zvx9.js} +1 -1
- package/dist/ai.d.ts +9 -5
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +25 -6
- package/dist/experimental.js +450 -450
- package/dist/f0.d.ts +42 -8
- package/dist/f0.js +1957 -1859
- package/dist/i18n-provider-defaults.d.ts +9 -5
- package/dist/i18n-provider-defaults.js +5 -1
- package/dist/{index-DtTD2awb.js → index-BJIDVQvo.js} +3235 -3245
- package/dist/{registry-Cfsd-zAT.js → registry-DuKzJwXp.js} +8522 -8470
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -508,6 +508,7 @@ export declare const defaultTranslations: {
|
|
|
508
508
|
readonly date: "Date";
|
|
509
509
|
readonly dropdownSingle: "Dropdown";
|
|
510
510
|
readonly file: "File upload";
|
|
511
|
+
readonly checkbox: "Checkbox";
|
|
511
512
|
};
|
|
512
513
|
readonly selectQuestion: {
|
|
513
514
|
readonly addOption: "Add option";
|
|
@@ -520,6 +521,9 @@ export declare const defaultTranslations: {
|
|
|
520
521
|
readonly fileQuestion: {
|
|
521
522
|
readonly uploadButton: "Upload file";
|
|
522
523
|
};
|
|
524
|
+
readonly checkboxQuestion: {
|
|
525
|
+
readonly placeholder: "Provide a label for the checkbox";
|
|
526
|
+
};
|
|
523
527
|
readonly answer: {
|
|
524
528
|
readonly label: "Answer";
|
|
525
529
|
readonly dropdownPlaceholder: "Pick an option";
|
|
@@ -725,6 +729,11 @@ declare module "gridstack" {
|
|
|
725
729
|
}
|
|
726
730
|
|
|
727
731
|
|
|
732
|
+
declare namespace Calendar {
|
|
733
|
+
var displayName: string;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
|
|
728
737
|
declare module "@tiptap/core" {
|
|
729
738
|
interface Commands<ReturnType> {
|
|
730
739
|
aiBlock: {
|
|
@@ -772,8 +781,3 @@ declare module "@tiptap/core" {
|
|
|
772
781
|
};
|
|
773
782
|
}
|
|
774
783
|
}
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
declare namespace Calendar {
|
|
778
|
-
var displayName: string;
|
|
779
|
-
}
|
|
@@ -507,7 +507,8 @@ const e = {
|
|
|
507
507
|
link: "Link",
|
|
508
508
|
date: "Date",
|
|
509
509
|
dropdownSingle: "Dropdown",
|
|
510
|
-
file: "File upload"
|
|
510
|
+
file: "File upload",
|
|
511
|
+
checkbox: "Checkbox"
|
|
511
512
|
},
|
|
512
513
|
selectQuestion: {
|
|
513
514
|
addOption: "Add option",
|
|
@@ -520,6 +521,9 @@ const e = {
|
|
|
520
521
|
fileQuestion: {
|
|
521
522
|
uploadButton: "Upload file"
|
|
522
523
|
},
|
|
524
|
+
checkboxQuestion: {
|
|
525
|
+
placeholder: "Provide a label for the checkbox"
|
|
526
|
+
},
|
|
523
527
|
answer: {
|
|
524
528
|
label: "Answer",
|
|
525
529
|
dropdownPlaceholder: "Pick an option",
|