@factorialco/f0-react 1.329.1 → 1.330.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/AiChatTranslationsProvider-Cp_FMTJE.js +22149 -0
- package/dist/AiChatTranslationsProvider.css +1 -0
- package/dist/ai.d.ts +705 -0
- package/dist/ai.js +17 -0
- package/dist/experimental.css +1 -1
- package/dist/experimental.d.ts +73 -21
- package/dist/experimental.js +15598 -37323
- package/dist/f0.d.ts +21 -21
- package/dist/f0.js +338 -336
- package/dist/hooks-qwjhcY7r.js +26663 -0
- package/dist/i18n-provider-defaults.d.ts +21 -21
- package/dist/i18n-provider-defaults.js +1 -1
- package/dist/{hooks-BV8m26OP.js → index-B3ge4hTD.js} +35079 -61734
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -353,7 +353,7 @@ export declare const defaultTranslations: {
|
|
|
353
353
|
readonly scrollToBottom: "Scroll to bottom";
|
|
354
354
|
readonly welcome: "Ask or create with One";
|
|
355
355
|
readonly defaultInitialMessage: "How can I help you today?";
|
|
356
|
-
readonly inputPlaceholder: "Ask about time, people, or company info
|
|
356
|
+
readonly inputPlaceholder: "Ask about time, people, or company info and a lot of other things...";
|
|
357
357
|
readonly stopAnswerGeneration: "Stop generating";
|
|
358
358
|
readonly sendMessage: "Send message";
|
|
359
359
|
readonly thoughtsGroupTitle: "Reflection";
|
|
@@ -458,23 +458,6 @@ declare global {
|
|
|
458
458
|
}
|
|
459
459
|
}
|
|
460
460
|
|
|
461
|
-
declare module "gridstack" {
|
|
462
|
-
interface GridStackWidget {
|
|
463
|
-
id?: string;
|
|
464
|
-
allowedSizes?: Array<{
|
|
465
|
-
w: number;
|
|
466
|
-
h: number;
|
|
467
|
-
}>;
|
|
468
|
-
meta?: Record<string, unknown>;
|
|
469
|
-
}
|
|
470
|
-
interface GridStackNode {
|
|
471
|
-
allowedSizes?: Array<{
|
|
472
|
-
w: number;
|
|
473
|
-
h: number;
|
|
474
|
-
}>;
|
|
475
|
-
}
|
|
476
|
-
}
|
|
477
|
-
|
|
478
461
|
|
|
479
462
|
declare module "@tiptap/core" {
|
|
480
463
|
interface Commands<ReturnType> {
|
|
@@ -502,9 +485,21 @@ declare module "@tiptap/core" {
|
|
|
502
485
|
}
|
|
503
486
|
}
|
|
504
487
|
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
488
|
+
declare module "gridstack" {
|
|
489
|
+
interface GridStackWidget {
|
|
490
|
+
id?: string;
|
|
491
|
+
allowedSizes?: Array<{
|
|
492
|
+
w: number;
|
|
493
|
+
h: number;
|
|
494
|
+
}>;
|
|
495
|
+
meta?: Record<string, unknown>;
|
|
496
|
+
}
|
|
497
|
+
interface GridStackNode {
|
|
498
|
+
allowedSizes?: Array<{
|
|
499
|
+
w: number;
|
|
500
|
+
h: number;
|
|
501
|
+
}>;
|
|
502
|
+
}
|
|
508
503
|
}
|
|
509
504
|
|
|
510
505
|
|
|
@@ -515,3 +510,8 @@ declare module "@tiptap/core" {
|
|
|
515
510
|
};
|
|
516
511
|
}
|
|
517
512
|
}
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
declare namespace Calendar {
|
|
516
|
+
var displayName: string;
|
|
517
|
+
}
|
|
@@ -353,7 +353,7 @@ const e = {
|
|
|
353
353
|
scrollToBottom: "Scroll to bottom",
|
|
354
354
|
welcome: "Ask or create with One",
|
|
355
355
|
defaultInitialMessage: "How can I help you today?",
|
|
356
|
-
inputPlaceholder: "Ask about time, people, or company info
|
|
356
|
+
inputPlaceholder: "Ask about time, people, or company info and a lot of other things...",
|
|
357
357
|
stopAnswerGeneration: "Stop generating",
|
|
358
358
|
sendMessage: "Send message",
|
|
359
359
|
thoughtsGroupTitle: "Reflection",
|