@factorialco/f0-react 1.438.4 → 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.
- package/dist/{F0AiChat-DPDtak5l.js → F0AiChat-RHHqqqMC.js} +155298 -138847
- package/dist/F0AiChat.css +1 -1
- package/dist/ai.d.ts +593 -12
- package/dist/ai.js +12 -10
- package/dist/experimental.d.ts +108 -8
- package/dist/experimental.js +3581 -3861
- package/dist/f0.css +1 -0
- package/dist/f0.d.ts +375 -42
- package/dist/f0.js +14479 -10522
- package/dist/i18n-provider-defaults.d.ts +21 -5
- package/dist/i18n-provider-defaults.js +18 -2
- package/dist/index-D_fn_du2.js +44284 -0
- package/dist/index.css +1 -1
- package/dist/styles.css +1 -1
- package/dist/types-99qPm9SM.js +2354 -0
- package/icons/app/Basket.d.ts +4 -0
- package/icons/app/Basket.d.ts.map +1 -0
- package/icons/app/Basket.js +5 -0
- package/icons/app/Bookmark.d.ts.map +1 -1
- package/icons/app/Bookmark.js +1 -1
- package/icons/app/BookmarkFilled.d.ts +4 -0
- package/icons/app/BookmarkFilled.d.ts.map +1 -0
- package/icons/app/BookmarkFilled.js +5 -0
- package/icons/app/ChartFunnel.d.ts +4 -0
- package/icons/app/ChartFunnel.d.ts.map +1 -0
- package/icons/app/ChartFunnel.js +5 -0
- package/icons/app/ChartHorizontalBars.d.ts +4 -0
- package/icons/app/ChartHorizontalBars.d.ts.map +1 -0
- package/icons/app/ChartHorizontalBars.js +5 -0
- package/icons/app/ChartLine.d.ts.map +1 -1
- package/icons/app/ChartLine.js +2 -2
- package/icons/app/ChartPie.d.ts.map +1 -1
- package/icons/app/ChartPie.js +2 -2
- package/icons/app/ChartVerticalBars.d.ts +4 -0
- package/icons/app/ChartVerticalBars.d.ts.map +1 -0
- package/icons/app/ChartVerticalBars.js +5 -0
- package/icons/app/UserProtected.d.ts +4 -0
- package/icons/app/UserProtected.d.ts.map +1 -0
- package/icons/app/UserProtected.js +5 -0
- package/icons/app/Watch.d.ts.map +1 -1
- package/icons/app/Watch.js +1 -1
- package/icons/app/index.d.ts +15 -9
- package/icons/app/index.d.ts.map +1 -1
- package/icons/app/index.js +15 -9
- package/package.json +3 -2
- package/dist/F0HILActionConfirmation-DShSXZqM.js +0 -1912
- package/dist/index-iuTQ3Ph9.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";
|
|
@@ -480,6 +489,13 @@ export declare const defaultTranslations: {
|
|
|
480
489
|
};
|
|
481
490
|
};
|
|
482
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
|
+
};
|
|
483
499
|
readonly select: {
|
|
484
500
|
readonly noResults: "No results found";
|
|
485
501
|
readonly loadingMore: "Loading...";
|
|
@@ -749,6 +765,11 @@ declare module "gridstack" {
|
|
|
749
765
|
}
|
|
750
766
|
|
|
751
767
|
|
|
768
|
+
declare namespace Calendar {
|
|
769
|
+
var displayName: string;
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
|
|
752
773
|
declare module "@tiptap/core" {
|
|
753
774
|
interface Commands<ReturnType> {
|
|
754
775
|
aiBlock: {
|
|
@@ -796,8 +817,3 @@ declare module "@tiptap/core" {
|
|
|
796
817
|
};
|
|
797
818
|
}
|
|
798
819
|
}
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
declare namespace Calendar {
|
|
802
|
-
var displayName: string;
|
|
803
|
-
}
|
|
@@ -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",
|
|
@@ -480,6 +489,13 @@ const e = {
|
|
|
480
489
|
}
|
|
481
490
|
}
|
|
482
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
|
+
},
|
|
483
499
|
select: {
|
|
484
500
|
noResults: "No results found",
|
|
485
501
|
loadingMore: "Loading...",
|