@factorialco/f0-react 4.43.0 → 4.45.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/DocumentToolbar-CW3DaM_j.js +93 -0
- package/dist/DocxViewer-Dpj4i6ig.js +5575 -0
- package/dist/{F0AiProcessingOverlay-BEP7sCit.js → F0AiProcessingOverlay-rViVqtAb.js} +3 -3
- package/dist/{F0CanvasPanel-DbqD05BD.js → F0CanvasPanel-VGTPb68G.js} +87701 -87664
- package/dist/{LocationMap-k_Xf8FpF.js → LocationMap-CdKO0X5V.js} +1 -1
- package/dist/SheetViewer-huUU5vFM.js +137 -0
- package/dist/TextViewer-DXDZcvag.js +74 -0
- package/dist/ai.d.ts +11 -0
- package/dist/ai.js +2 -2
- package/dist/component-status.js +1 -1
- package/dist/experimental.d.ts +18 -1
- package/dist/experimental.js +5 -5
- package/dist/f0-C3TJ0moH.js +79279 -0
- package/dist/f0.d.ts +84 -1
- package/dist/f0.js +299 -79563
- package/dist/i18n-provider-defaults.d.ts +11 -0
- package/dist/i18n-provider-defaults.js +13 -2
- package/dist/{index-CU7LjzD8.js → index-CNi_8WQC.js} +14655 -14406
- package/dist/styles.css +1 -1
- package/dist/xlsx-CzlURDDb.js +24525 -0
- package/package.json +3 -2
- package/dist/xlsx-Bedf3nwD.js +0 -15557
|
@@ -642,6 +642,8 @@ export declare const defaultTranslations: {
|
|
|
642
642
|
readonly closePreview: "Close";
|
|
643
643
|
readonly previousImage: "Previous image";
|
|
644
644
|
readonly nextImage: "Next image";
|
|
645
|
+
readonly openDocument: "Open document";
|
|
646
|
+
readonly documentPreview: "Document preview";
|
|
645
647
|
readonly photo: "Photo";
|
|
646
648
|
readonly photoCount: {
|
|
647
649
|
readonly one: "{{count}} photo";
|
|
@@ -887,6 +889,10 @@ export declare const defaultTranslations: {
|
|
|
887
889
|
readonly addBlockedHint: "Finish filling out the last item you just added in order to add another one";
|
|
888
890
|
readonly addBlockedErrorHint: "Fix the errors in the existing items before adding another one";
|
|
889
891
|
readonly addBlockedMaxHint: "You've reached the maximum number of items";
|
|
892
|
+
readonly removeConfirmTitle: "Remove item?";
|
|
893
|
+
readonly removeConfirmMessage: "This item will be removed. This action cannot be undone.";
|
|
894
|
+
readonly removeError: "Couldn't remove the item. Please try again.";
|
|
895
|
+
readonly removeErrorTitle: "Remove failed";
|
|
890
896
|
};
|
|
891
897
|
readonly moreInformation: "More information";
|
|
892
898
|
readonly validation: {
|
|
@@ -949,6 +955,11 @@ export declare const defaultTranslations: {
|
|
|
949
955
|
readonly print: "Print";
|
|
950
956
|
readonly download: "Download";
|
|
951
957
|
readonly loading: "Loading document";
|
|
958
|
+
readonly previewFailed: "Preview isn't available for this file";
|
|
959
|
+
readonly showingFirstRows: {
|
|
960
|
+
readonly one: "Showing the first row";
|
|
961
|
+
readonly other: "Showing the first {{count}} rows";
|
|
962
|
+
};
|
|
952
963
|
};
|
|
953
964
|
};
|
|
954
965
|
|
|
@@ -656,6 +656,8 @@ const e = {
|
|
|
656
656
|
closePreview: "Close",
|
|
657
657
|
previousImage: "Previous image",
|
|
658
658
|
nextImage: "Next image",
|
|
659
|
+
openDocument: "Open document",
|
|
660
|
+
documentPreview: "Document preview",
|
|
659
661
|
// Attachment previews in reply quotes + the composer chip (a lone file shows
|
|
660
662
|
// its real name instead of a count).
|
|
661
663
|
photo: "Photo",
|
|
@@ -909,7 +911,11 @@ const e = {
|
|
|
909
911
|
view: "View",
|
|
910
912
|
addBlockedHint: "Finish filling out the last item you just added in order to add another one",
|
|
911
913
|
addBlockedErrorHint: "Fix the errors in the existing items before adding another one",
|
|
912
|
-
addBlockedMaxHint: "You've reached the maximum number of items"
|
|
914
|
+
addBlockedMaxHint: "You've reached the maximum number of items",
|
|
915
|
+
removeConfirmTitle: "Remove item?",
|
|
916
|
+
removeConfirmMessage: "This item will be removed. This action cannot be undone.",
|
|
917
|
+
removeError: "Couldn't remove the item. Please try again.",
|
|
918
|
+
removeErrorTitle: "Remove failed"
|
|
913
919
|
},
|
|
914
920
|
moreInformation: "More information",
|
|
915
921
|
validation: {
|
|
@@ -971,7 +977,12 @@ const e = {
|
|
|
971
977
|
rotate: "Rotate",
|
|
972
978
|
print: "Print",
|
|
973
979
|
download: "Download",
|
|
974
|
-
loading: "Loading document"
|
|
980
|
+
loading: "Loading document",
|
|
981
|
+
previewFailed: "Preview isn't available for this file",
|
|
982
|
+
showingFirstRows: {
|
|
983
|
+
one: "Showing the first row",
|
|
984
|
+
other: "Showing the first {{count}} rows"
|
|
985
|
+
}
|
|
975
986
|
}
|
|
976
987
|
};
|
|
977
988
|
export {
|