@factorialco/f0-react 3.5.1 → 3.7.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/{F0CanvasPanel-CLzhNgm-.js → F0CanvasPanel-DfmThuOg.js} +10330 -10176
- package/dist/ai.d.ts +16 -32
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +186 -40
- package/dist/experimental.js +4 -4
- package/dist/f0.d.ts +311 -33
- package/dist/f0.js +12341 -11855
- package/dist/i18n-provider-defaults.d.ts +16 -32
- package/dist/i18n-provider-defaults.js +18 -34
- package/dist/styles.css +1 -1
- package/dist/{useChatHistory-DXxW-N6d.js → useChatHistory-BMn0r9KO.js} +1644 -1784
- package/dist/{useDataCollectionSource-CehPwPy3.js → useDataCollectionSource-MryiHA0V.js} +28467 -19651
- package/dist/useDataCollectionSource.css +1 -1
- package/package.json +1 -1
|
@@ -135,6 +135,15 @@ export declare const defaultTranslations: {
|
|
|
135
135
|
readonly link: {
|
|
136
136
|
readonly opensInNewTab: "opens in new tab";
|
|
137
137
|
};
|
|
138
|
+
readonly audioPlayer: {
|
|
139
|
+
readonly label: "Audio player";
|
|
140
|
+
readonly play: "Play";
|
|
141
|
+
readonly pause: "Pause";
|
|
142
|
+
readonly seek: "Seek";
|
|
143
|
+
readonly options: "Recording options";
|
|
144
|
+
readonly playbackSpeed: "Playback speed";
|
|
145
|
+
readonly position: "{{current}} of {{total}}";
|
|
146
|
+
};
|
|
138
147
|
readonly actions: {
|
|
139
148
|
readonly add: "Add";
|
|
140
149
|
readonly edit: "Edit";
|
|
@@ -258,16 +267,18 @@ export declare const defaultTranslations: {
|
|
|
258
267
|
readonly cancel: "Cancel";
|
|
259
268
|
};
|
|
260
269
|
readonly visualizations: {
|
|
261
|
-
readonly table: "Table
|
|
262
|
-
readonly editableTable: "Editable table
|
|
263
|
-
readonly card: "Card
|
|
264
|
-
readonly list: "List
|
|
265
|
-
readonly kanban: "Kanban
|
|
270
|
+
readonly table: "Table";
|
|
271
|
+
readonly editableTable: "Editable table";
|
|
272
|
+
readonly card: "Card";
|
|
273
|
+
readonly list: "List";
|
|
274
|
+
readonly kanban: "Kanban";
|
|
275
|
+
readonly graph: "Graph";
|
|
266
276
|
readonly pagination: {
|
|
267
277
|
readonly of: "of";
|
|
268
278
|
};
|
|
269
279
|
readonly settings: "{{visualizationName}} settings";
|
|
270
280
|
readonly reset: "Reset to default";
|
|
281
|
+
readonly viewSelectorLabel: "Select view";
|
|
271
282
|
};
|
|
272
283
|
readonly table: {
|
|
273
284
|
readonly settings: {
|
|
@@ -778,33 +789,6 @@ export declare const defaultTranslations: {
|
|
|
778
789
|
readonly zoomIn: "Zoom in";
|
|
779
790
|
readonly zoomOut: "Zoom out";
|
|
780
791
|
readonly navigation: "Graph navigation";
|
|
781
|
-
readonly metadataSettings: "Metadata visibility";
|
|
782
|
-
readonly tagTypeLabels: {
|
|
783
|
-
readonly person: "People";
|
|
784
|
-
readonly team: "Teams";
|
|
785
|
-
readonly company: "Companies";
|
|
786
|
-
readonly status: "Statuses";
|
|
787
|
-
readonly alert: "Alerts";
|
|
788
|
-
readonly balance: "Balances";
|
|
789
|
-
readonly dot: "Tags";
|
|
790
|
-
readonly raw: "Tags";
|
|
791
|
-
};
|
|
792
|
-
};
|
|
793
|
-
readonly search: {
|
|
794
|
-
readonly noResults: "No results";
|
|
795
|
-
};
|
|
796
|
-
readonly detailPanel: {
|
|
797
|
-
readonly details: "Details";
|
|
798
|
-
readonly moreActions: "More actions";
|
|
799
|
-
readonly resize: "Resize detail panel";
|
|
800
|
-
};
|
|
801
|
-
readonly expander: {
|
|
802
|
-
readonly collapse: "Collapse {{count}} items";
|
|
803
|
-
readonly expand: "Expand {{count}} items";
|
|
804
|
-
readonly expandWithParentSingular: "Expand {{parent}}, {{count}} child";
|
|
805
|
-
readonly expandWithParentPlural: "Expand {{parent}}, {{count}} children";
|
|
806
|
-
readonly collapseWithParent: "Collapse {{parent}}";
|
|
807
|
-
readonly collapseDefault: "Collapse children";
|
|
808
792
|
};
|
|
809
793
|
};
|
|
810
794
|
readonly wizard: {
|
|
@@ -135,6 +135,15 @@ const e = {
|
|
|
135
135
|
link: {
|
|
136
136
|
opensInNewTab: "opens in new tab"
|
|
137
137
|
},
|
|
138
|
+
audioPlayer: {
|
|
139
|
+
label: "Audio player",
|
|
140
|
+
play: "Play",
|
|
141
|
+
pause: "Pause",
|
|
142
|
+
seek: "Seek",
|
|
143
|
+
options: "Recording options",
|
|
144
|
+
playbackSpeed: "Playback speed",
|
|
145
|
+
position: "{{current}} of {{total}}"
|
|
146
|
+
},
|
|
138
147
|
actions: {
|
|
139
148
|
add: "Add",
|
|
140
149
|
edit: "Edit",
|
|
@@ -258,16 +267,18 @@ const e = {
|
|
|
258
267
|
cancel: "Cancel"
|
|
259
268
|
},
|
|
260
269
|
visualizations: {
|
|
261
|
-
table: "Table
|
|
262
|
-
editableTable: "Editable table
|
|
263
|
-
card: "Card
|
|
264
|
-
list: "List
|
|
265
|
-
kanban: "Kanban
|
|
270
|
+
table: "Table",
|
|
271
|
+
editableTable: "Editable table",
|
|
272
|
+
card: "Card",
|
|
273
|
+
list: "List",
|
|
274
|
+
kanban: "Kanban",
|
|
275
|
+
graph: "Graph",
|
|
266
276
|
pagination: {
|
|
267
277
|
of: "of"
|
|
268
278
|
},
|
|
269
279
|
settings: "{{visualizationName}} settings",
|
|
270
|
-
reset: "Reset to default"
|
|
280
|
+
reset: "Reset to default",
|
|
281
|
+
viewSelectorLabel: "Select view"
|
|
271
282
|
},
|
|
272
283
|
table: {
|
|
273
284
|
settings: {
|
|
@@ -777,34 +788,7 @@ const e = {
|
|
|
777
788
|
fitToView: "Fit to view",
|
|
778
789
|
zoomIn: "Zoom in",
|
|
779
790
|
zoomOut: "Zoom out",
|
|
780
|
-
navigation: "Graph navigation"
|
|
781
|
-
metadataSettings: "Metadata visibility",
|
|
782
|
-
tagTypeLabels: {
|
|
783
|
-
person: "People",
|
|
784
|
-
team: "Teams",
|
|
785
|
-
company: "Companies",
|
|
786
|
-
status: "Statuses",
|
|
787
|
-
alert: "Alerts",
|
|
788
|
-
balance: "Balances",
|
|
789
|
-
dot: "Tags",
|
|
790
|
-
raw: "Tags"
|
|
791
|
-
}
|
|
792
|
-
},
|
|
793
|
-
search: {
|
|
794
|
-
noResults: "No results"
|
|
795
|
-
},
|
|
796
|
-
detailPanel: {
|
|
797
|
-
details: "Details",
|
|
798
|
-
moreActions: "More actions",
|
|
799
|
-
resize: "Resize detail panel"
|
|
800
|
-
},
|
|
801
|
-
expander: {
|
|
802
|
-
collapse: "Collapse {{count}} items",
|
|
803
|
-
expand: "Expand {{count}} items",
|
|
804
|
-
expandWithParentSingular: "Expand {{parent}}, {{count}} child",
|
|
805
|
-
expandWithParentPlural: "Expand {{parent}}, {{count}} children",
|
|
806
|
-
collapseWithParent: "Collapse {{parent}}",
|
|
807
|
-
collapseDefault: "Collapse children"
|
|
791
|
+
navigation: "Graph navigation"
|
|
808
792
|
}
|
|
809
793
|
},
|
|
810
794
|
wizard: {
|