@factorialco/f0-react 1.449.1 → 1.450.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/{F0AiChat-DXLRzspJ.js → F0AiChat-D_rJbJIn.js} +101369 -66744
- package/dist/F0AiChat.css +1 -1
- package/dist/ai.d.ts +31 -6
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +12 -5
- package/dist/experimental.js +2752 -3211
- package/dist/f0.d.ts +132 -54
- package/dist/f0.js +6664 -15356
- package/dist/i18n-provider-defaults.d.ts +10 -5
- package/dist/i18n-provider-defaults.js +5 -0
- package/dist/index-eUGRiPcH.js +19398 -0
- package/dist/index.css +1 -1
- package/dist/styles.css +1 -1
- package/dist/{types-hferChl0.js → types-DRKsYlJC.js} +1 -1
- package/package.json +1 -1
- package/dist/index-BkJwEWAZ.js +0 -44274
|
@@ -149,6 +149,7 @@ export declare const defaultTranslations: {
|
|
|
149
149
|
readonly expand: "Expand";
|
|
150
150
|
readonly showAll: "Show all";
|
|
151
151
|
readonly showLess: "Show less";
|
|
152
|
+
readonly seeMore: "See more";
|
|
152
153
|
readonly skipToContent: "Skip to content";
|
|
153
154
|
readonly view: "View";
|
|
154
155
|
readonly unselect: "Unselect";
|
|
@@ -426,6 +427,9 @@ export declare const defaultTranslations: {
|
|
|
426
427
|
readonly reportLabel: "Report";
|
|
427
428
|
readonly openButton: "Open";
|
|
428
429
|
};
|
|
430
|
+
readonly formCard: {
|
|
431
|
+
readonly moreFields: "Open to see all fields";
|
|
432
|
+
};
|
|
429
433
|
readonly dataDownload: {
|
|
430
434
|
readonly title: "Download";
|
|
431
435
|
readonly download: "Download {{format}}";
|
|
@@ -459,6 +463,7 @@ export declare const defaultTranslations: {
|
|
|
459
463
|
};
|
|
460
464
|
readonly attachFile: "Attach file";
|
|
461
465
|
readonly removeFile: "Remove";
|
|
466
|
+
readonly fileUploadError: "Upload failed";
|
|
462
467
|
readonly dropFilesHere: "Drop your files here";
|
|
463
468
|
readonly clarifyingQuestion: {
|
|
464
469
|
readonly submit: "Submit";
|
|
@@ -770,11 +775,6 @@ declare module "gridstack" {
|
|
|
770
775
|
}
|
|
771
776
|
|
|
772
777
|
|
|
773
|
-
declare namespace Calendar {
|
|
774
|
-
var displayName: string;
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
|
|
778
778
|
declare module "@tiptap/core" {
|
|
779
779
|
interface Commands<ReturnType> {
|
|
780
780
|
aiBlock: {
|
|
@@ -822,3 +822,8 @@ declare module "@tiptap/core" {
|
|
|
822
822
|
};
|
|
823
823
|
}
|
|
824
824
|
}
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
declare namespace Calendar {
|
|
828
|
+
var displayName: string;
|
|
829
|
+
}
|
|
@@ -149,6 +149,7 @@ const e = {
|
|
|
149
149
|
expand: "Expand",
|
|
150
150
|
showAll: "Show all",
|
|
151
151
|
showLess: "Show less",
|
|
152
|
+
seeMore: "See more",
|
|
152
153
|
skipToContent: "Skip to content",
|
|
153
154
|
view: "View",
|
|
154
155
|
unselect: "Unselect",
|
|
@@ -426,6 +427,9 @@ const e = {
|
|
|
426
427
|
reportLabel: "Report",
|
|
427
428
|
openButton: "Open"
|
|
428
429
|
},
|
|
430
|
+
formCard: {
|
|
431
|
+
moreFields: "Open to see all fields"
|
|
432
|
+
},
|
|
429
433
|
dataDownload: {
|
|
430
434
|
title: "Download",
|
|
431
435
|
download: "Download {{format}}",
|
|
@@ -459,6 +463,7 @@ const e = {
|
|
|
459
463
|
},
|
|
460
464
|
attachFile: "Attach file",
|
|
461
465
|
removeFile: "Remove",
|
|
466
|
+
fileUploadError: "Upload failed",
|
|
462
467
|
dropFilesHere: "Drop your files here",
|
|
463
468
|
clarifyingQuestion: {
|
|
464
469
|
submit: "Submit",
|