@factorialco/f0-react 1.438.3 → 1.444.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.
Files changed (47) hide show
  1. package/dist/{F0AiChat-Cv0j7lo_.js → F0AiChat-RHHqqqMC.js} +142837 -126169
  2. package/dist/F0AiChat.css +1 -1
  3. package/dist/ai.d.ts +597 -7
  4. package/dist/ai.js +12 -10
  5. package/dist/experimental.d.ts +104 -3
  6. package/dist/experimental.js +3581 -3861
  7. package/dist/f0.css +1 -0
  8. package/dist/f0.d.ts +379 -37
  9. package/dist/f0.js +14479 -10522
  10. package/dist/i18n-provider-defaults.d.ts +17 -0
  11. package/dist/i18n-provider-defaults.js +19 -2
  12. package/dist/index-D_fn_du2.js +44284 -0
  13. package/dist/index.css +1 -1
  14. package/dist/styles.css +1 -1
  15. package/dist/types-99qPm9SM.js +2354 -0
  16. package/icons/app/Basket.d.ts +4 -0
  17. package/icons/app/Basket.d.ts.map +1 -0
  18. package/icons/app/Basket.js +5 -0
  19. package/icons/app/Bookmark.d.ts.map +1 -1
  20. package/icons/app/Bookmark.js +1 -1
  21. package/icons/app/BookmarkFilled.d.ts +4 -0
  22. package/icons/app/BookmarkFilled.d.ts.map +1 -0
  23. package/icons/app/BookmarkFilled.js +5 -0
  24. package/icons/app/ChartFunnel.d.ts +4 -0
  25. package/icons/app/ChartFunnel.d.ts.map +1 -0
  26. package/icons/app/ChartFunnel.js +5 -0
  27. package/icons/app/ChartHorizontalBars.d.ts +4 -0
  28. package/icons/app/ChartHorizontalBars.d.ts.map +1 -0
  29. package/icons/app/ChartHorizontalBars.js +5 -0
  30. package/icons/app/ChartLine.d.ts.map +1 -1
  31. package/icons/app/ChartLine.js +2 -2
  32. package/icons/app/ChartPie.d.ts.map +1 -1
  33. package/icons/app/ChartPie.js +2 -2
  34. package/icons/app/ChartVerticalBars.d.ts +4 -0
  35. package/icons/app/ChartVerticalBars.d.ts.map +1 -0
  36. package/icons/app/ChartVerticalBars.js +5 -0
  37. package/icons/app/UserProtected.d.ts +4 -0
  38. package/icons/app/UserProtected.d.ts.map +1 -0
  39. package/icons/app/UserProtected.js +5 -0
  40. package/icons/app/Watch.d.ts.map +1 -1
  41. package/icons/app/Watch.js +1 -1
  42. package/icons/app/index.d.ts +15 -9
  43. package/icons/app/index.d.ts.map +1 -1
  44. package/icons/app/index.js +15 -9
  45. package/package.json +3 -2
  46. package/dist/F0HILActionConfirmation-DDhZML5m.js +0 -1912
  47. package/dist/index-CqiKdYjB.js +0 -63101
@@ -271,6 +271,7 @@ export declare const defaultTranslations: {
271
271
  readonly summaries: {
272
272
  readonly types: {
273
273
  readonly sum: "sum";
274
+ readonly count: "count";
274
275
  };
275
276
  };
276
277
  readonly export: {
@@ -423,9 +424,17 @@ export declare const defaultTranslations: {
423
424
  readonly openButton: "Open";
424
425
  };
425
426
  readonly dataDownload: {
427
+ readonly title: "Download";
426
428
  readonly download: "Download {{format}}";
427
429
  readonly exportDashboard: "Export dashboard as {{format}}";
428
430
  readonly exporting: "Exporting...";
431
+ readonly rows: "{{amount}} rows";
432
+ };
433
+ readonly dashboardItem: {
434
+ readonly chartType: "Chart type";
435
+ readonly errorTitle: "Error loading data";
436
+ readonly retry: "Retry";
437
+ readonly dataExplanation: "Where does this data come from?";
429
438
  };
430
439
  readonly pong: {
431
440
  readonly title: "Pong";
@@ -447,6 +456,7 @@ export declare const defaultTranslations: {
447
456
  };
448
457
  readonly attachFile: "Attach file";
449
458
  readonly removeFile: "Remove";
459
+ readonly dropFilesHere: "Drop your files here";
450
460
  readonly clarifyingQuestion: {
451
461
  readonly submit: "Submit";
452
462
  readonly next: "Next";
@@ -479,6 +489,13 @@ export declare const defaultTranslations: {
479
489
  };
480
490
  };
481
491
  };
492
+ readonly dataChart: {
493
+ readonly heatmapNotSupported: "Heatmap not supported at this size";
494
+ readonly barChartVertical: "Bar (vertical)";
495
+ readonly barChartHorizontal: "Bar (horizontal)";
496
+ readonly lineChart: "Line";
497
+ readonly funnel: "Funnel";
498
+ };
482
499
  readonly select: {
483
500
  readonly noResults: "No results found";
484
501
  readonly loadingMore: "Loading...";
@@ -270,7 +270,8 @@ const e = {
270
270
  },
271
271
  summaries: {
272
272
  types: {
273
- sum: "sum"
273
+ sum: "sum",
274
+ count: "count"
274
275
  }
275
276
  },
276
277
  export: {
@@ -423,9 +424,17 @@ const e = {
423
424
  openButton: "Open"
424
425
  },
425
426
  dataDownload: {
427
+ title: "Download",
426
428
  download: "Download {{format}}",
427
429
  exportDashboard: "Export dashboard as {{format}}",
428
- exporting: "Exporting..."
430
+ exporting: "Exporting...",
431
+ rows: "{{amount}} rows"
432
+ },
433
+ dashboardItem: {
434
+ chartType: "Chart type",
435
+ errorTitle: "Error loading data",
436
+ retry: "Retry",
437
+ dataExplanation: "Where does this data come from?"
429
438
  },
430
439
  pong: {
431
440
  title: "Pong",
@@ -447,6 +456,7 @@ const e = {
447
456
  },
448
457
  attachFile: "Attach file",
449
458
  removeFile: "Remove",
459
+ dropFilesHere: "Drop your files here",
450
460
  clarifyingQuestion: {
451
461
  submit: "Submit",
452
462
  next: "Next",
@@ -479,6 +489,13 @@ const e = {
479
489
  }
480
490
  }
481
491
  },
492
+ dataChart: {
493
+ heatmapNotSupported: "Heatmap not supported at this size",
494
+ barChartVertical: "Bar (vertical)",
495
+ barChartHorizontal: "Bar (horizontal)",
496
+ lineChart: "Line",
497
+ funnel: "Funnel"
498
+ },
482
499
  select: {
483
500
  noResults: "No results found",
484
501
  loadingMore: "Loading...",