@factorialco/f0-react 1.415.0 → 1.416.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/{F0HILActionConfirmation-Bu877U3G.js → F0HILActionConfirmation-BSTBAAeF.js} +381 -448
- package/dist/ai.d.ts +189 -447
- package/dist/ai.js +27 -60
- package/dist/experimental.d.ts +52 -7
- package/dist/experimental.js +1782 -1796
- package/dist/f0.d.ts +206 -447
- package/dist/f0.js +13030 -4020
- package/dist/i18n-provider-defaults.d.ts +20 -7
- package/dist/i18n-provider-defaults.js +17 -4
- package/dist/index-uiINov39.js +48074 -0
- package/dist/{F0AiChat.css → index.css} +1 -1
- package/dist/{F0Input-Ctwd5zZH.js → registry-B2RMtJNl.js} +160862 -68438
- package/dist/{F0AnalyticsDashboard.css → registry.css} +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/dist/F0AiChat-CrcLUV-I.js +0 -63788
- package/dist/F0AnalyticsDashboard-BhvG-yU1.js +0 -54136
- package/dist/F0ChatDashboard.d.ts +0 -364
- package/dist/F0ChatDashboard.js +0 -292
- package/dist/index-BZMnPkIB.js +0 -22909
- package/dist/useDataCollectionSource-BH2-U4PN.js +0 -8206
- package/dist/useDataCollectionSource.css +0 -1
|
@@ -358,6 +358,7 @@ export declare const defaultTranslations: {
|
|
|
358
358
|
readonly openChat: "Open Chat with One AI";
|
|
359
359
|
readonly closeChat: "Close Chat with One AI";
|
|
360
360
|
readonly startNewChat: "Start new chat";
|
|
361
|
+
readonly settings: "Settings";
|
|
361
362
|
readonly scrollToBottom: "Scroll to bottom";
|
|
362
363
|
readonly welcome: "Ask or create with One";
|
|
363
364
|
readonly defaultInitialMessage: "How can I help you today?";
|
|
@@ -405,18 +406,30 @@ export declare const defaultTranslations: {
|
|
|
405
406
|
readonly ask: "Ask One";
|
|
406
407
|
readonly viewProfile: "View profile";
|
|
407
408
|
readonly tools: "Tools";
|
|
409
|
+
readonly credits: {
|
|
410
|
+
readonly title: "Credits";
|
|
411
|
+
readonly creditsLeft: "{{total}} left";
|
|
412
|
+
readonly monthlyCredits: "Monthly credits";
|
|
413
|
+
readonly creditsError: "Could not load credits";
|
|
414
|
+
readonly upgradePlan: "Upgrade";
|
|
415
|
+
readonly needMoreCredits: "Need more credits?";
|
|
416
|
+
};
|
|
408
417
|
readonly reportCard: {
|
|
409
418
|
readonly reportLabel: "Report";
|
|
410
419
|
readonly openButton: "Open";
|
|
411
420
|
};
|
|
412
421
|
readonly dataDownload: {
|
|
413
422
|
readonly download: "Download {{format}}";
|
|
423
|
+
readonly exportDashboard: "Export dashboard as {{format}}";
|
|
424
|
+
readonly exporting: "Exporting...";
|
|
414
425
|
};
|
|
415
426
|
readonly pong: {
|
|
416
|
-
readonly
|
|
417
|
-
readonly you: "YOU";
|
|
427
|
+
readonly title: "Pong";
|
|
418
428
|
readonly youWin: "You win!";
|
|
419
429
|
readonly youLose: "You lose!";
|
|
430
|
+
readonly goal: "Goal";
|
|
431
|
+
readonly controls: "← → to move";
|
|
432
|
+
readonly escToExit: "Esc to exit";
|
|
420
433
|
};
|
|
421
434
|
readonly growth: {
|
|
422
435
|
readonly demoCard: {
|
|
@@ -697,6 +710,11 @@ declare module "gridstack" {
|
|
|
697
710
|
}
|
|
698
711
|
|
|
699
712
|
|
|
713
|
+
declare namespace Calendar {
|
|
714
|
+
var displayName: string;
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
|
|
700
718
|
declare module "@tiptap/core" {
|
|
701
719
|
interface Commands<ReturnType> {
|
|
702
720
|
aiBlock: {
|
|
@@ -744,8 +762,3 @@ declare module "@tiptap/core" {
|
|
|
744
762
|
};
|
|
745
763
|
}
|
|
746
764
|
}
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
declare namespace Calendar {
|
|
750
|
-
var displayName: string;
|
|
751
|
-
}
|
|
@@ -358,6 +358,7 @@ const e = {
|
|
|
358
358
|
openChat: "Open Chat with One AI",
|
|
359
359
|
closeChat: "Close Chat with One AI",
|
|
360
360
|
startNewChat: "Start new chat",
|
|
361
|
+
settings: "Settings",
|
|
361
362
|
scrollToBottom: "Scroll to bottom",
|
|
362
363
|
welcome: "Ask or create with One",
|
|
363
364
|
defaultInitialMessage: "How can I help you today?",
|
|
@@ -405,18 +406,30 @@ const e = {
|
|
|
405
406
|
ask: "Ask One",
|
|
406
407
|
viewProfile: "View profile",
|
|
407
408
|
tools: "Tools",
|
|
409
|
+
credits: {
|
|
410
|
+
title: "Credits",
|
|
411
|
+
creditsLeft: "{{total}} left",
|
|
412
|
+
monthlyCredits: "Monthly credits",
|
|
413
|
+
creditsError: "Could not load credits",
|
|
414
|
+
upgradePlan: "Upgrade",
|
|
415
|
+
needMoreCredits: "Need more credits?"
|
|
416
|
+
},
|
|
408
417
|
reportCard: {
|
|
409
418
|
reportLabel: "Report",
|
|
410
419
|
openButton: "Open"
|
|
411
420
|
},
|
|
412
421
|
dataDownload: {
|
|
413
|
-
download: "Download {{format}}"
|
|
422
|
+
download: "Download {{format}}",
|
|
423
|
+
exportDashboard: "Export dashboard as {{format}}",
|
|
424
|
+
exporting: "Exporting..."
|
|
414
425
|
},
|
|
415
426
|
pong: {
|
|
416
|
-
|
|
417
|
-
you: "YOU",
|
|
427
|
+
title: "Pong",
|
|
418
428
|
youWin: "You win!",
|
|
419
|
-
youLose: "You lose!"
|
|
429
|
+
youLose: "You lose!",
|
|
430
|
+
goal: "Goal",
|
|
431
|
+
controls: "← → to move",
|
|
432
|
+
escToExit: "Esc to exit"
|
|
420
433
|
},
|
|
421
434
|
growth: {
|
|
422
435
|
demoCard: {
|