@factorialco/f0-react 1.345.0 → 1.347.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/ai.d.ts CHANGED
@@ -108,7 +108,7 @@ declare interface AiChatState {
108
108
  /**
109
109
  * AI Chat translations type
110
110
  */
111
- export declare type AiChatTranslations = TranslationShape<typeof aiTranslations>;
111
+ export declare type AiChatTranslations = TranslationShape_2<typeof aiTranslations>;
112
112
 
113
113
  export declare function AiChatTranslationsProvider({ children, translations, }: AiChatTranslationsProviderProps): JSX.Element;
114
114
 
@@ -159,6 +159,501 @@ export declare function Blockquote({ children, ...props }: React.HTMLAttributes<
159
159
 
160
160
  export declare const ChatSpinner: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
161
161
 
162
+ export declare const defaultTranslations: {
163
+ readonly countries: {
164
+ ad: string;
165
+ ae: string;
166
+ af: string;
167
+ ag: string;
168
+ ai: string;
169
+ al: string;
170
+ am: string;
171
+ ao: string;
172
+ ar: string;
173
+ as: string;
174
+ at: string;
175
+ au: string;
176
+ aw: string;
177
+ ax: string;
178
+ az: string;
179
+ ba: string;
180
+ bb: string;
181
+ bd: string;
182
+ be: string;
183
+ bf: string;
184
+ bg: string;
185
+ bh: string;
186
+ bi: string;
187
+ bj: string;
188
+ bm: string;
189
+ bo: string;
190
+ br: string;
191
+ bt: string;
192
+ bw: string;
193
+ by: string;
194
+ bz: string;
195
+ ca: string;
196
+ cd: string;
197
+ cf: string;
198
+ cg: string;
199
+ ch: string;
200
+ ci: string;
201
+ ck: string;
202
+ cl: string;
203
+ cm: string;
204
+ cn: string;
205
+ co: string;
206
+ cr: string;
207
+ cu: string;
208
+ cv: string;
209
+ cw: string;
210
+ cy: string;
211
+ cz: string;
212
+ de: string;
213
+ dj: string;
214
+ dk: string;
215
+ dm: string;
216
+ do: string;
217
+ dz: string;
218
+ ec: string;
219
+ ee: string;
220
+ eg: string;
221
+ er: string;
222
+ es: string;
223
+ et: string;
224
+ fi: string;
225
+ fj: string;
226
+ fk: string;
227
+ fm: string;
228
+ fo: string;
229
+ fr: string;
230
+ ga: string;
231
+ gb: string;
232
+ gd: string;
233
+ ge: string;
234
+ gg: string;
235
+ gh: string;
236
+ gi: string;
237
+ gl: string;
238
+ gm: string;
239
+ gn: string;
240
+ gq: string;
241
+ gr: string;
242
+ gt: string;
243
+ gu: string;
244
+ gw: string;
245
+ hk: string;
246
+ hn: string;
247
+ hr: string;
248
+ ht: string;
249
+ hu: string;
250
+ id: string;
251
+ ie: string;
252
+ il: string;
253
+ im: string;
254
+ in: string;
255
+ io: string;
256
+ iq: string;
257
+ ir: string;
258
+ is: string;
259
+ it: string;
260
+ je: string;
261
+ jm: string;
262
+ jo: string;
263
+ jp: string;
264
+ ke: string;
265
+ };
266
+ readonly approvals: {
267
+ readonly history: "Approval history";
268
+ readonly statuses: {
269
+ readonly waiting: "Waiting";
270
+ readonly pending: "Pending";
271
+ readonly approved: "Approved";
272
+ readonly rejected: "Rejected";
273
+ };
274
+ readonly requiredNumbers: {
275
+ readonly one: "One approval required";
276
+ readonly other: "{{count}} approvals required";
277
+ };
278
+ };
279
+ readonly navigation: {
280
+ readonly sidebar: {
281
+ readonly label: "Main navigation";
282
+ readonly companySelector: {
283
+ readonly label: "Select a company";
284
+ readonly placeholder: "Select a company";
285
+ };
286
+ };
287
+ readonly previous: "Previous";
288
+ readonly next: "Next";
289
+ };
290
+ readonly inputs: {
291
+ readonly password: {
292
+ readonly show: "Show password";
293
+ readonly hide: "Hide password";
294
+ };
295
+ };
296
+ readonly actions: {
297
+ readonly add: "Add";
298
+ readonly edit: "Edit";
299
+ readonly save: "Save";
300
+ readonly send: "Send";
301
+ readonly cancel: "Cancel";
302
+ readonly delete: "Delete";
303
+ readonly copy: "Copy";
304
+ readonly paste: "Paste";
305
+ readonly close: "Close";
306
+ readonly collapse: "Collapse";
307
+ readonly expand: "Expand";
308
+ readonly showAll: "Show all";
309
+ readonly showLess: "Show less";
310
+ readonly skipToContent: "Skip to content";
311
+ readonly view: "View";
312
+ readonly unselect: "Unselect";
313
+ readonly search: "Search";
314
+ readonly clear: "Clear";
315
+ readonly more: "More";
316
+ readonly moveUp: "Move up";
317
+ readonly moveDown: "Move down";
318
+ readonly thumbsUp: "Like";
319
+ readonly thumbsDown: "Dislike";
320
+ readonly other: "Other actions";
321
+ readonly toggle: "Toggle";
322
+ readonly toggleDropdownMenu: "Toggle dropdown menu";
323
+ readonly selectAll: "Select all";
324
+ };
325
+ readonly status: {
326
+ readonly selected: {
327
+ readonly singular: "Selected";
328
+ readonly plural: "Selected";
329
+ readonly all: "All selected";
330
+ };
331
+ };
332
+ readonly syncStatus: {
333
+ readonly synced: "Sync completed successfully.";
334
+ readonly syncing: "Sync in progress.";
335
+ readonly pending: "Not yet started.";
336
+ readonly partiallySynced: "All aggregated data was synced but at least 1 failed.";
337
+ readonly outdated: "Data might need to be synced again.";
338
+ readonly failed: "Sync failed.";
339
+ };
340
+ readonly filters: {
341
+ readonly searchPlaceholder: "Search filters...";
342
+ readonly inFilter: {
343
+ readonly searchPlaceholder: "Search options...";
344
+ };
345
+ readonly activeFilters: "Active filters: {{filters}}";
346
+ readonly filteringBy: "Filtering by {{label}}";
347
+ readonly availableFilters: "Available filters";
348
+ readonly label: "Filters";
349
+ readonly applyFilters: "Apply filters";
350
+ readonly applySelection: "Apply selection";
351
+ readonly cancel: "Cancel";
352
+ readonly failedToLoadOptions: "Failed to load options";
353
+ readonly retry: "Retry";
354
+ readonly number: {
355
+ readonly value: "Value";
356
+ readonly equal: "Equal to";
357
+ readonly equalTo: "Equal to {{value}}";
358
+ readonly lessOrEqual: "Less or equal to";
359
+ readonly lessThan: "Less than";
360
+ readonly greaterOrEqual: "Greater or equal to";
361
+ readonly greaterThan: "Greater than";
362
+ readonly equalShort: "= {{value}}";
363
+ readonly greaterThanOrEqualShort: ">= {{value}}";
364
+ readonly greaterThanShort: "> {{value}}";
365
+ readonly lessThanOrEqualShort: "<= {{value}}";
366
+ readonly lessThanShort: "< {{value}}";
367
+ readonly rangeTitle: "Use range";
368
+ readonly range: "{{minStrict}} {{min}} and {{maxStrict}} {{max}}";
369
+ };
370
+ readonly search: {
371
+ readonly relaxed: "Relaxed";
372
+ readonly strict: "Strict";
373
+ };
374
+ readonly selectAll: "Select all";
375
+ readonly clear: "Clear";
376
+ };
377
+ readonly toc: {
378
+ readonly search: "Search...";
379
+ };
380
+ readonly collections: {
381
+ readonly sorting: {
382
+ readonly noSorting: "No sorting";
383
+ readonly toggleDirection: "Toggle sorting direction";
384
+ readonly sortBy: "Sort by";
385
+ };
386
+ readonly grouping: {
387
+ readonly noGrouping: "No grouping";
388
+ readonly groupBy: "Group by";
389
+ readonly toggleDirection: "Toggle direction";
390
+ };
391
+ readonly actions: {
392
+ readonly actions: "Actions";
393
+ };
394
+ readonly visualizations: {
395
+ readonly table: "Table view";
396
+ readonly card: "Card view";
397
+ readonly list: "List view";
398
+ readonly kanban: "Kanban view";
399
+ readonly pagination: {
400
+ readonly of: "of";
401
+ };
402
+ readonly settings: "{{visualizationName}} settings";
403
+ readonly reset: "Reset to default";
404
+ };
405
+ readonly table: {
406
+ readonly settings: {
407
+ readonly showAllColumns: "Show all";
408
+ readonly hideAllColumns: "Hide all";
409
+ };
410
+ };
411
+ readonly itemsCount: "items";
412
+ readonly emptyStates: {
413
+ readonly noData: {
414
+ readonly title: "No data";
415
+ readonly description: "No data available";
416
+ };
417
+ readonly noResults: {
418
+ readonly title: "No results";
419
+ readonly description: "No results found try another search or clear the filters";
420
+ readonly clearFilters: "Clear filters";
421
+ };
422
+ readonly error: {
423
+ readonly title: "Error";
424
+ readonly description: "An error occurred while loading the data";
425
+ readonly retry: "Retry";
426
+ };
427
+ };
428
+ readonly summaries: {
429
+ readonly types: {
430
+ readonly sum: "sum";
431
+ };
432
+ };
433
+ };
434
+ readonly shortcut: "Shortcut";
435
+ readonly date: {
436
+ readonly from: "From";
437
+ readonly to: "To";
438
+ readonly none: "None";
439
+ readonly date: "Date";
440
+ readonly custom: "Custom period";
441
+ readonly selectDate: "Select Date";
442
+ readonly compareTo: "Compare to";
443
+ readonly presets: {
444
+ readonly last7Days: "Last 7 days";
445
+ readonly last30Days: "Last 30 days";
446
+ readonly last3Months: "Last 3 months";
447
+ readonly last6Months: "Last 6 months";
448
+ readonly lastYear: "Last year";
449
+ readonly last3Years: "Last 3 years";
450
+ readonly last100Years: "Last 100 years";
451
+ };
452
+ readonly range: "Range";
453
+ readonly selectedBy: "Selected by";
454
+ readonly groups: {
455
+ readonly today: "Today";
456
+ readonly yesterday: "Yesterday";
457
+ readonly lastWeek: "Last week";
458
+ readonly lastMonth: "Last month";
459
+ readonly other: "Other";
460
+ };
461
+ readonly granularities: {
462
+ readonly day: {
463
+ readonly currentDate: "Today";
464
+ readonly label: "Day";
465
+ };
466
+ readonly week: {
467
+ readonly currentDate: "This week";
468
+ readonly label: "Week";
469
+ readonly long: "Week of {{day}} {{month}} {{year}}";
470
+ readonly longSingular: "Week of {{date}}";
471
+ readonly longPlural: "Weeks of {{date}}";
472
+ };
473
+ readonly month: {
474
+ readonly currentDate: "This month";
475
+ readonly label: "Month";
476
+ };
477
+ readonly quarter: {
478
+ readonly currentDate: "This quarter";
479
+ readonly label: "Quarter";
480
+ };
481
+ readonly halfyear: {
482
+ readonly currentDate: "This half year";
483
+ readonly label: "Half year";
484
+ };
485
+ readonly year: {
486
+ readonly currentDate: "This year";
487
+ readonly label: "Year";
488
+ };
489
+ readonly range: {
490
+ readonly currentDate: "Today";
491
+ readonly label: "Range";
492
+ };
493
+ };
494
+ readonly month: {
495
+ readonly january: "January";
496
+ readonly february: "February";
497
+ readonly march: "March";
498
+ readonly april: "April";
499
+ readonly may: "May";
500
+ readonly june: "June";
501
+ readonly july: "July";
502
+ readonly august: "August";
503
+ readonly september: "September";
504
+ readonly october: "October";
505
+ readonly november: "November";
506
+ readonly december: "December";
507
+ };
508
+ };
509
+ readonly favorites: {
510
+ readonly favorites: "Favorites";
511
+ readonly remove: "Remove favorite";
512
+ };
513
+ readonly notifications: "Notifications";
514
+ readonly ai: {
515
+ readonly openChat: "Open Chat with One AI";
516
+ readonly closeChat: "Close Chat with One AI";
517
+ readonly startNewChat: "Start new chat";
518
+ readonly scrollToBottom: "Scroll to bottom";
519
+ readonly welcome: "Ask or create with One";
520
+ readonly defaultInitialMessage: "How can I help you today?";
521
+ readonly inputPlaceholder: "Ask about time, people, or company info and a lot of other things...";
522
+ readonly stopAnswerGeneration: "Stop generating";
523
+ readonly sendMessage: "Send message";
524
+ readonly thoughtsGroupTitle: "Reflection";
525
+ readonly resourcesGroupTitle: "Resources";
526
+ readonly thinking: "Thinking...";
527
+ readonly exportTable: "Download table";
528
+ readonly generatedTableFilename: "OneGeneratedTable";
529
+ readonly feedbackModal: {
530
+ readonly positive: {
531
+ readonly title: "What did you like about this response?";
532
+ readonly label: "Your feedback helps us make Factorial AI better";
533
+ readonly placeholder: "Share what worked well";
534
+ };
535
+ readonly negative: {
536
+ readonly title: "What could have been better?";
537
+ readonly label: "Your feedback helps us improve future answers";
538
+ readonly placeholder: "Share what didn’t work";
539
+ };
540
+ };
541
+ readonly ask: "Ask One";
542
+ };
543
+ readonly select: {
544
+ readonly noResults: "No results found";
545
+ readonly loadingMore: "Loading...";
546
+ readonly applySelection: "Apply selection";
547
+ };
548
+ readonly numberInput: {
549
+ readonly between: "It should be between {{min}} and {{max}}";
550
+ readonly greaterThan: "It should be greater than {{min}}";
551
+ readonly lessThan: "It should be less than {{max}}";
552
+ };
553
+ readonly imageUpload: {
554
+ readonly uploading: "Uploading...";
555
+ readonly uploadError: "Upload failed";
556
+ readonly insertImage: "Image";
557
+ readonly deleteImage: "Delete";
558
+ readonly errors: {
559
+ readonly fileTooLarge: "The file is too large";
560
+ readonly invalidType: "Invalid file type. Only images are allowed";
561
+ readonly uploadFailed: "Failed to upload image. Please try again";
562
+ readonly dismiss: "Dismiss";
563
+ };
564
+ };
565
+ readonly coCreationForm: {
566
+ readonly actions: {
567
+ readonly actions: "Actions";
568
+ readonly duplicateQuestion: "Duplicate question";
569
+ readonly deleteQuestion: "Delete question";
570
+ readonly duplicateSection: "Duplicate section";
571
+ readonly deleteSection: "Delete section";
572
+ };
573
+ readonly questionTypes: {
574
+ readonly section: "Section";
575
+ readonly rating: "Rating";
576
+ readonly multipleChoice: "Multiple choice";
577
+ readonly singleChoice: "Single choice";
578
+ readonly text: "Text";
579
+ readonly longText: "Long text";
580
+ readonly numeric: "Numeric";
581
+ readonly link: "Link";
582
+ readonly date: "Date";
583
+ };
584
+ readonly selectQuestion: {
585
+ readonly addOption: "Add option";
586
+ readonly newOption: "New option {{number}}";
587
+ readonly markAsCorrect: "Mark as correct";
588
+ readonly remove: "Remove";
589
+ readonly correct: "Correct";
590
+ readonly optionPlaceholder: "Type anything you want here...";
591
+ };
592
+ readonly answer: {
593
+ readonly label: "Answer";
594
+ readonly placeholder: "Respondent's answer";
595
+ };
596
+ readonly labels: {
597
+ readonly applyingChanges: "Applying changes";
598
+ readonly endOfSection: "End of section";
599
+ readonly title: "Title";
600
+ readonly titlePlaceholder: "Question title";
601
+ readonly description: "Description";
602
+ readonly questionDescriptionPlaceholder: "Describe the question in a few words";
603
+ readonly sectionDescriptionPlaceholder: "Describe the section in a few words";
604
+ readonly required: "Required";
605
+ readonly questionType: "Question type";
606
+ readonly questionOptions: "Question options";
607
+ readonly actions: "Actions";
608
+ readonly sectionTitlePlaceholder: "Section title";
609
+ };
610
+ };
611
+ readonly richTextEditor: {
612
+ readonly bold: "Bold";
613
+ readonly italic: "Italic";
614
+ readonly underline: "Underline";
615
+ readonly strike: "Strike";
616
+ readonly highlight: "Highlight";
617
+ readonly heading1: "Heading 1";
618
+ readonly heading2: "Heading 2";
619
+ readonly heading3: "Heading 3";
620
+ readonly left: "Left";
621
+ readonly center: "Center";
622
+ readonly right: "Right";
623
+ readonly justify: "Justify";
624
+ readonly bulletList: "Bullet List";
625
+ readonly orderedList: "Ordered List";
626
+ readonly taskList: "Task List";
627
+ readonly codeBlock: "Code Block";
628
+ readonly horizontalRule: "Horizontal Rule";
629
+ readonly quote: "Quote";
630
+ readonly moreOptions: "More Options";
631
+ readonly code: "Code";
632
+ readonly divider: "Divider";
633
+ readonly bullet: "Bullet";
634
+ readonly ordered: "Ordered";
635
+ readonly task: "Task";
636
+ readonly details: "Dropdown";
637
+ readonly link: "Link";
638
+ readonly linkPlaceholder: "Enter a link";
639
+ readonly groups: {
640
+ readonly textStyles: "Text Styles";
641
+ readonly lists: "Lists";
642
+ readonly blocks: "Blocks";
643
+ };
644
+ readonly ai: {
645
+ readonly enhanceButtonLabel: "Enhance";
646
+ readonly loadingEnhanceLabel: "Loading...";
647
+ readonly defaultError: "An error occurred while loading";
648
+ readonly closeErrorButtonLabel: "Continue editing";
649
+ readonly acceptChangesButtonLabel: "Accept";
650
+ readonly rejectChangesButtonLabel: "Reject";
651
+ readonly repeatButtonLabel: "Repeat";
652
+ readonly customPromptPlaceholder: "What do you want to do?";
653
+ };
654
+ };
655
+ };
656
+
162
657
  export declare function downloadTableAsExcel(table: HTMLTableElement, filename?: string): void;
163
658
 
164
659
  export declare function Em({ children, ...props }: React.HTMLAttributes<HTMLSpanElement>): JSX_2.Element;
@@ -402,6 +897,13 @@ export declare function H3({ children, ...props }: React.HTMLAttributes<HTMLHead
402
897
 
403
898
  export declare function Hr({ ...props }: React.HTMLAttributes<HTMLHRElement>): JSX_2.Element;
404
899
 
900
+ export declare function I18nProvider({ children, translations, }: I18nProviderProps): JSX.Element;
901
+
902
+ export declare interface I18nProviderProps {
903
+ children: ReactNode;
904
+ translations: TranslationsType;
905
+ }
906
+
405
907
  declare type IconType = ForwardRefExoticComponent<SVGProps<SVGSVGElement> & RefAttributes<SVGSVGElement> & {
406
908
  animate?: "normal" | "animate";
407
909
  }>;
@@ -409,6 +911,8 @@ declare type IconType = ForwardRefExoticComponent<SVGProps<SVGSVGElement> & RefA
409
911
  declare function Image_2({ src, alt, ...props }: React.ImgHTMLAttributes<HTMLImageElement>): JSX_2.Element;
410
912
  export { Image_2 as Image }
411
913
 
914
+ declare type Join<T extends string[], D extends string> = T extends [] ? never : T extends [infer F] ? F : T extends [infer F, ...infer R] ? F extends string ? `${F}${D}${Join<Extract<R, string[]>, D>}` : never : string;
915
+
412
916
  export declare function Li({ children, ...props }: React.HTMLAttributes<HTMLLIElement>): JSX_2.Element;
413
917
 
414
918
  export declare function Ol({ children, ...props }: React.HTMLAttributes<HTMLOListElement>): JSX_2.Element;
@@ -419,6 +923,10 @@ export declare const oneIconSizes: readonly ["xs", "sm", "md", "lg"];
419
923
 
420
924
  export declare function P({ children, ...props }: React.HTMLAttributes<HTMLParagraphElement>): JSX_2.Element;
421
925
 
926
+ declare type PathsToStringProps<T> = T extends string ? [] : {
927
+ [K in Extract<keyof T, string>]: [K, ...PathsToStringProps<T[K]>];
928
+ }[Extract<keyof T, string>];
929
+
422
930
  export declare function Pre({ children, ...props }: React.HTMLAttributes<HTMLPreElement>): JSX_2.Element;
423
931
 
424
932
  export declare function Strong({ children, ...props }: React.HTMLAttributes<HTMLSpanElement>): JSX_2.Element;
@@ -429,13 +937,21 @@ export declare function Td({ children, ...props }: React.HTMLAttributes<HTMLTabl
429
937
 
430
938
  export declare function Th({ children, ...props }: React.HTMLAttributes<HTMLTableCellElement>): JSX_2.Element;
431
939
 
940
+ declare type TranslationKey = Join<PathsToStringProps<typeof defaultTranslations>, ".">;
941
+
942
+ declare type TranslationShape<T> = {
943
+ [K in keyof T]: T[K] extends string ? string : T[K] extends Record<string, string | Record<string, unknown>> ? TranslationShape<T[K]> : never;
944
+ };
945
+
432
946
  /**
433
947
  * Translation shape helper type
434
948
  */
435
- declare type TranslationShape<T> = {
436
- [K in keyof T]: T[K] extends string ? string : T[K] extends Record<string, string | Record<string, unknown>> ? TranslationShape<T[K]> : never;
949
+ declare type TranslationShape_2<T> = {
950
+ [K in keyof T]: T[K] extends string ? string : T[K] extends Record<string, string | Record<string, unknown>> ? TranslationShape_2<T[K]> : never;
437
951
  };
438
952
 
953
+ export declare type TranslationsType = TranslationShape<typeof defaultTranslations>;
954
+
439
955
  export declare function Ul({ children, ...props }: React.HTMLAttributes<HTMLUListElement>): JSX_2.Element;
440
956
 
441
957
  export declare function useAiChat(): AiChatProviderReturnValue;
@@ -455,6 +971,10 @@ export declare function useAiChatTranslations(): AiChatTranslations;
455
971
  */
456
972
  export declare const useDefaultCopilotActions: () => void;
457
973
 
974
+ export declare function useI18n(): TranslationsType & {
975
+ t: (key: TranslationKey, args?: Record<string, string | number>) => string;
976
+ };
977
+
458
978
  /**
459
979
  * Hook to register the message sources action.
460
980
  * Attaches information sources to the assistant's response to show where the AI got its information from.
@@ -516,11 +1036,6 @@ declare module "gridstack" {
516
1036
  }
517
1037
 
518
1038
 
519
- declare namespace Calendar {
520
- var displayName: string;
521
- }
522
-
523
-
524
1039
  declare module "@tiptap/core" {
525
1040
  interface Commands<ReturnType> {
526
1041
  aiBlock: {
@@ -557,3 +1072,8 @@ declare module "@tiptap/core" {
557
1072
  };
558
1073
  }
559
1074
  }
1075
+
1076
+
1077
+ declare namespace Calendar {
1078
+ var displayName: string;
1079
+ }
package/dist/ai.js CHANGED
@@ -1,45 +1,49 @@
1
- import { A as e, B as t, C as o, E as i, g as n, F as r, a as l, v as c, h as A, b as h, q as F, r as u, s as C, t as T, c as d, l as g, m, n as S, H as I, I as f, L as p, O as H, o as b, P as k, S as x, T as O, j as P, k as M, U as v, p as w, i as E, u as L, d as q, f as B, e as U } from "./F0AiChat-CKUw1Ydt.js";
2
- import { A as z, F as D, b as R, a as y, o as G, u as J } from "./F0HILActionConfirmation-DWHKToXy.js";
1
+ import { A as e, B as o, C as t, E as n, h as i, F as r, a as l, x as c, i as A, b as u, s as h, t as F, v as C, w as T, c as d, n as m, o as I, p as f, H as g, I as S, k as p, L as x, O as H, q as P, P as b, S as k, T as O, l as v, m as w, U as M, r as E, j as L, d as q, e as B, u as U, g as j, f as z } from "./F0AiChat-Bdcyd2yl.js";
2
+ import { defaultTranslations as R } from "./i18n-provider-defaults.js";
3
+ import { A as G, F as J, b as K, a as N, o as Q, u as V } from "./F0HILActionConfirmation-VQ_C8zDh.js";
3
4
  export {
4
5
  e as A,
5
- z as AiChatTranslationsProvider,
6
- t as Blockquote,
7
- o as ChatSpinner,
8
- i as Em,
9
- n as F0ActionItem,
6
+ G as AiChatTranslationsProvider,
7
+ o as Blockquote,
8
+ t as ChatSpinner,
9
+ n as Em,
10
+ i as F0ActionItem,
10
11
  r as F0AiChat,
11
12
  l as F0AiChatProvider,
12
13
  c as F0AiChatTextArea,
13
14
  A as F0AiCollapsibleMessage,
14
- h as F0AiFullscreenChat,
15
- D as F0HILActionConfirmation,
16
- F as F0MessageSources,
17
- u as F0OneIcon,
15
+ u as F0AiFullscreenChat,
16
+ J as F0HILActionConfirmation,
17
+ h as F0MessageSources,
18
+ F as F0OneIcon,
18
19
  C as F0OneSwitch,
19
20
  T as F0Thinking,
20
21
  d as FullscreenChatContext,
21
- g as H1,
22
- m as H2,
23
- S as H3,
24
- I as Hr,
25
- f as Image,
26
- p as Li,
22
+ m as H1,
23
+ I as H2,
24
+ f as H3,
25
+ g as Hr,
26
+ S as I18nProvider,
27
+ p as Image,
28
+ x as Li,
27
29
  H as Ol,
28
- b as P,
29
- k as Pre,
30
- x as Strong,
30
+ P,
31
+ b as Pre,
32
+ k as Strong,
31
33
  O as Table,
32
- P as Td,
33
- M as Th,
34
- v as Ul,
35
- R as actionItemStatuses,
36
- y as aiTranslations,
37
- w as downloadTableAsExcel,
38
- E as f0MarkdownRenderers,
39
- G as oneIconSizes,
40
- L as useAiChat,
41
- J as useAiChatTranslations,
42
- q as useDefaultCopilotActions,
43
- B as useMessageSourcesAction,
44
- U as useOrchestratorThinkingAction
34
+ v as Td,
35
+ w as Th,
36
+ M as Ul,
37
+ K as actionItemStatuses,
38
+ N as aiTranslations,
39
+ R as defaultTranslations,
40
+ E as downloadTableAsExcel,
41
+ L as f0MarkdownRenderers,
42
+ Q as oneIconSizes,
43
+ q as useAiChat,
44
+ V as useAiChatTranslations,
45
+ B as useDefaultCopilotActions,
46
+ U as useI18n,
47
+ j as useMessageSourcesAction,
48
+ z as useOrchestratorThinkingAction
45
49
  };