@semiont/react-ui 0.5.31 → 0.5.33

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 (72) hide show
  1. package/dist/{PdfAnnotationCanvas.client-LSH3PZPY.js → PdfAnnotationCanvas.client-7EYCQF6V.js} +3 -3
  2. package/dist/{ar-AZBRADEB.js → ar-PYOTZERT.js} +6 -3
  3. package/dist/{bn-CCEW6AOS.js → bn-5SYTY67O.js} +6 -3
  4. package/dist/{chunk-SDKFZLEX.js → chunk-BADNZBAL.js} +6 -3
  5. package/dist/{chunk-G4VHL4UA.js → chunk-D3TOB356.js} +31 -31
  6. package/dist/{cs-HXPF2CTE.js → cs-BCA77OVY.js} +6 -3
  7. package/dist/{da-K5NTK7LH.js → da-LFLFOUMU.js} +6 -3
  8. package/dist/{de-GMRQEDZI.js → de-55TAX5Q2.js} +6 -3
  9. package/dist/{el-EUB4CI4G.js → el-PZ7OBJZD.js} +6 -3
  10. package/dist/{en-R5XA26NF.js → en-H4MQUZWO.js} +2 -2
  11. package/dist/{es-Z32DAZ6W.js → es-PSVJOIBC.js} +6 -3
  12. package/dist/{fa-G7HN6B32.js → fa-CFR54IER.js} +6 -3
  13. package/dist/{fi-3YBLZO7I.js → fi-E7YPW5B3.js} +6 -3
  14. package/dist/{fr-VUBH7BBS.js → fr-4OOHYZSV.js} +6 -3
  15. package/dist/{he-WQQEY26B.js → he-TWJR3AKD.js} +6 -3
  16. package/dist/{hi-HJZ6W4JB.js → hi-F6RRLYIK.js} +6 -3
  17. package/dist/{id-ZOGZ37MI.js → id-JRC3ZLJW.js} +6 -3
  18. package/dist/index.css +4 -1
  19. package/dist/index.d.ts +8 -0
  20. package/dist/index.js +13 -5
  21. package/dist/{it-DT6UW66F.js → it-IWYDLO43.js} +6 -3
  22. package/dist/{ja-RUKQCOLO.js → ja-YETT5V5B.js} +6 -3
  23. package/dist/{ko-ZH5ADKZM.js → ko-YX5NVOG4.js} +6 -3
  24. package/dist/{ms-Y2AFPZTU.js → ms-3FAOUVYS.js} +6 -3
  25. package/dist/{nl-OQEWIXNA.js → nl-UYCI5TXI.js} +6 -3
  26. package/dist/{no-KPAYJZWY.js → no-ZR3EQ2NI.js} +6 -3
  27. package/dist/{pl-WSXK2UUD.js → pl-FPLBWLWX.js} +6 -3
  28. package/dist/{pt-NWRJRUCK.js → pt-JOJPVHDL.js} +6 -3
  29. package/dist/{ro-3CGVMOC6.js → ro-WHNIABHY.js} +6 -3
  30. package/dist/{sv-HGSEBA7S.js → sv-KWSW2ERR.js} +6 -3
  31. package/dist/test-utils.js +2 -2
  32. package/dist/{th-NZ4G352Z.js → th-5OOFP4VL.js} +6 -3
  33. package/dist/{tr-LGGS4DLW.js → tr-NJUOJ2KQ.js} +6 -3
  34. package/dist/{uk-AIX536L4.js → uk-MFJCRRB2.js} +6 -3
  35. package/dist/{vi-V6CVQZLQ.js → vi-TFR4NPYP.js} +6 -3
  36. package/dist/{zh-AGKPGI3L.js → zh-47SIEPEL.js} +6 -3
  37. package/package.json +5 -5
  38. package/src/components/AssistProgress.tsx +16 -0
  39. package/src/components/__tests__/AssistProgress.denominator.test.tsx +78 -0
  40. package/src/components/resource/panels/AssistSection.css +4 -1
  41. package/src/components/resource/panels/ReferencesPanel.tsx +2 -0
  42. package/src/components/resource/panels/UnifiedAnnotationsPanel.css +1 -1
  43. package/src/components/resource/panels/__tests__/HighlightPanel.out-of-order.test.tsx +99 -0
  44. package/translations/ar.json +5 -2
  45. package/translations/bn.json +5 -2
  46. package/translations/cs.json +5 -2
  47. package/translations/da.json +5 -2
  48. package/translations/de.json +5 -2
  49. package/translations/el.json +5 -2
  50. package/translations/en.json +5 -2
  51. package/translations/es.json +5 -2
  52. package/translations/fa.json +5 -2
  53. package/translations/fi.json +5 -2
  54. package/translations/fr.json +5 -2
  55. package/translations/he.json +5 -2
  56. package/translations/hi.json +5 -2
  57. package/translations/id.json +5 -2
  58. package/translations/it.json +5 -2
  59. package/translations/ja.json +5 -2
  60. package/translations/ko.json +5 -2
  61. package/translations/ms.json +5 -2
  62. package/translations/nl.json +5 -2
  63. package/translations/no.json +5 -2
  64. package/translations/pl.json +5 -2
  65. package/translations/pt.json +5 -2
  66. package/translations/ro.json +5 -2
  67. package/translations/sv.json +5 -2
  68. package/translations/th.json +5 -2
  69. package/translations/tr.json +5 -2
  70. package/translations/uk.json +5 -2
  71. package/translations/vi.json +5 -2
  72. package/translations/zh.json +5 -2
@@ -7,8 +7,8 @@ import {
7
7
  } from "./chunk-3ZBKCWUZ.js";
8
8
  import {
9
9
  useTranslations
10
- } from "./chunk-G4VHL4UA.js";
11
- import "./chunk-SDKFZLEX.js";
10
+ } from "./chunk-D3TOB356.js";
11
+ import "./chunk-BADNZBAL.js";
12
12
  import "./chunk-O23TLLXW.js";
13
13
 
14
14
  // src/components/pdf-annotation/PdfAnnotationCanvas.tsx
@@ -701,4 +701,4 @@ function PdfAnnotationCanvas({
701
701
  export {
702
702
  PdfAnnotationCanvas
703
703
  };
704
- //# sourceMappingURL=PdfAnnotationCanvas.client-LSH3PZPY.js.map
704
+ //# sourceMappingURL=PdfAnnotationCanvas.client-7EYCQF6V.js.map
@@ -277,7 +277,8 @@ var ReferencesPanel = {
277
277
  noText: "\u0644\u0627 \u064A\u0648\u062C\u062F \u0646\u0635",
278
278
  incomingReferencesFailed: "\u062A\u0639\u0630\u0651\u0631 \u062A\u062D\u0645\u064A\u0644 \u0627\u0644\u0645\u0631\u0627\u062C\u0639 \u0627\u0644\u0648\u0627\u0631\u062F\u0629.",
279
279
  retry: "\u0625\u0639\u0627\u062F\u0629 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629",
280
- entityTypesFailed: "\u062A\u0639\u0630\u0651\u0631 \u062A\u062D\u0645\u064A\u0644 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0643\u064A\u0627\u0646\u0627\u062A."
280
+ entityTypesFailed: "\u062A\u0639\u0630\u0651\u0631 \u062A\u062D\u0645\u064A\u0644 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0643\u064A\u0627\u0646\u0627\u062A.",
281
+ tally: "{{found}} \u0645\u0646 ~{{expected}} \u0643\u064A\u0627\u0646\u064B\u0627"
281
282
  };
282
283
  var KeyboardShortcuts = {
283
284
  title: "\u0627\u062E\u062A\u0635\u0627\u0631\u0627\u062A \u0644\u0648\u062D\u0629 \u0627\u0644\u0645\u0641\u0627\u062A\u064A\u062D",
@@ -491,7 +492,9 @@ var OutcomeToasts = {
491
492
  decline_encrypted: "\u0647\u0630\u0627 \u0627\u0644\u0645\u0644\u0641 \u0645\u062D\u0645\u064A \u0628\u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631\u060C \u0648\u0644\u0627 \u064A\u0645\u0643\u0646 \u0642\u0631\u0627\u0621\u0629 \u0646\u0635\u0647.",
492
493
  decline_corrupt: "\u062A\u0639\u0630\u0651\u0631\u062A \u0642\u0631\u0627\u0621\u0629 \u0647\u0630\u0627 \u0627\u0644\u0645\u0644\u0641 \u2014 \u0642\u062F \u064A\u0643\u0648\u0646 \u062A\u0627\u0644\u0641\u064B\u0627.",
493
494
  "decline_too-large": "\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u062A\u0646\u062F \u0623\u0643\u0628\u0631 \u0645\u0646 \u0623\u0646 \u064A\u064F\u0633\u062A\u062E\u0631\u062C \u0646\u0635\u0647.",
494
- decline_empty: "\u0644\u0627 \u064A\u062D\u062A\u0648\u064A \u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u062A\u0646\u062F \u0639\u0644\u0649 \u0646\u0635 \u0644\u062A\u0648\u0633\u064A\u0645\u0647."
495
+ decline_empty: "\u0644\u0627 \u064A\u062D\u062A\u0648\u064A \u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u062A\u0646\u062F \u0639\u0644\u0649 \u0646\u0635 \u0644\u062A\u0648\u0633\u064A\u0645\u0647.",
496
+ annotationCompletePartial: "\u0627\u0643\u062A\u0645\u0644 \u0627\u0644\u0643\u0634\u0641 \u062C\u0632\u0626\u064A\u064B\u0627 \u2014 {{pieces}} \u062C\u0632\u0621 \u0646\u0627\u0642\u0635 \u0627\u0644\u0625\u0628\u0644\u0627\u063A",
497
+ annotationFailedPartial: "\u0641\u0634\u0644 \u0627\u0644\u0643\u0634\u0641 \u2014 \u062A\u0645 \u0627\u0644\u0627\u062D\u062A\u0641\u0627\u0638 \u0628\u0646\u062A\u0627\u0626\u062C {{kept}} \u0646\u0648\u0639 \u0645\u0643\u062A\u0645\u0644"
495
498
  };
496
499
  var ar_default = {
497
500
  AssistProgress,
@@ -542,4 +545,4 @@ export {
542
545
  UnifiedAnnotationsPanel,
543
546
  ar_default as default
544
547
  };
545
- //# sourceMappingURL=ar-AZBRADEB.js.map
548
+ //# sourceMappingURL=ar-PYOTZERT.js.map
@@ -277,7 +277,8 @@ var ReferencesPanel = {
277
277
  noText: "\u0995\u09CB\u09A8\u09CB \u09AA\u09BE\u09A0\u09CD\u09AF \u09A8\u09C7\u0987",
278
278
  incomingReferencesFailed: "\u0987\u09A8\u0995\u09BE\u09AE\u09BF\u0982 \u09B0\u09C7\u09AB\u09BE\u09B0\u09C7\u09A8\u09CD\u09B8 \u09B2\u09CB\u09A1 \u0995\u09B0\u09BE \u09AF\u09BE\u09AF\u09BC\u09A8\u09BF\u0964",
279
279
  retry: "\u0986\u09AC\u09BE\u09B0 \u099A\u09C7\u09B7\u09CD\u099F\u09BE \u0995\u09B0\u09C1\u09A8",
280
- entityTypesFailed: "\u09B8\u09A4\u09CD\u09A4\u09BE\u09B0 \u09A7\u09B0\u09A8 \u09B2\u09CB\u09A1 \u0995\u09B0\u09BE \u09AF\u09BE\u09AF\u09BC\u09A8\u09BF\u0964"
280
+ entityTypesFailed: "\u09B8\u09A4\u09CD\u09A4\u09BE\u09B0 \u09A7\u09B0\u09A8 \u09B2\u09CB\u09A1 \u0995\u09B0\u09BE \u09AF\u09BE\u09AF\u09BC\u09A8\u09BF\u0964",
281
+ tally: "~{{expected}} \u09B8\u09A4\u09CD\u09A4\u09BE\u09B0 \u09AE\u09A7\u09CD\u09AF\u09C7 {{found}}"
281
282
  };
282
283
  var KeyboardShortcuts = {
283
284
  title: "\u0995\u09C0\u09AC\u09CB\u09B0\u09CD\u09A1 \u09B6\u09B0\u09CD\u099F\u0995\u09BE\u099F",
@@ -491,7 +492,9 @@ var OutcomeToasts = {
491
492
  decline_encrypted: "\u098F\u0987 PDF \u09AA\u09BE\u09B8\u0993\u09AF\u09BC\u09BE\u09B0\u09CD\u09A1-\u09B8\u09C1\u09B0\u0995\u09CD\u09B7\u09BF\u09A4, \u09B2\u09C7\u0996\u09BE \u09AA\u09A1\u09BC\u09BE \u09AF\u09BE\u099A\u09CD\u099B\u09C7 \u09A8\u09BE\u0964",
492
493
  decline_corrupt: "\u098F\u0987 PDF \u09AA\u09A1\u09BC\u09BE \u09AF\u09BE\u09AF\u09BC\u09A8\u09BF \u2014 \u09AB\u09BE\u0987\u09B2\u099F\u09BF \u0995\u09CD\u09B7\u09A4\u09BF\u0997\u09CD\u09B0\u09B8\u09CD\u09A4 \u09B9\u09A4\u09C7 \u09AA\u09BE\u09B0\u09C7\u0964",
493
494
  "decline_too-large": "\u098F\u0987 \u09A8\u09A5\u09BF\u099F\u09BF \u098F\u09A4 \u09AC\u09A1\u09BC \u09AF\u09C7 \u09B2\u09C7\u0996\u09BE \u09AC\u09C7\u09B0 \u0995\u09B0\u09BE \u09AF\u09BE\u099A\u09CD\u099B\u09C7 \u09A8\u09BE\u0964",
494
- decline_empty: "\u098F\u0987 \u09A8\u09A5\u09BF\u09A4\u09C7 \u099F\u09C0\u0995\u09BE \u09A6\u09C7\u0993\u09AF\u09BC\u09BE\u09B0 \u09AE\u09A4\u09CB \u0995\u09CB\u09A8\u09CB \u09B2\u09C7\u0996\u09BE \u09A8\u09C7\u0987\u0964"
495
+ decline_empty: "\u098F\u0987 \u09A8\u09A5\u09BF\u09A4\u09C7 \u099F\u09C0\u0995\u09BE \u09A6\u09C7\u0993\u09AF\u09BC\u09BE\u09B0 \u09AE\u09A4\u09CB \u0995\u09CB\u09A8\u09CB \u09B2\u09C7\u0996\u09BE \u09A8\u09C7\u0987\u0964",
496
+ annotationCompletePartial: "\u09B6\u09A8\u09BE\u0995\u09CD\u09A4\u0995\u09B0\u09A3 \u0985\u09B8\u09AE\u09CD\u09AA\u09C2\u09B0\u09CD\u09A3\u09AD\u09BE\u09AC\u09C7 \u09B6\u09C7\u09B7 \u09B9\u09AF\u09BC\u09C7\u099B\u09C7 \u2014 {{pieces}}\u099F\u09BF \u0985\u0982\u09B6 \u0995\u09AE \u09B0\u09BF\u09AA\u09CB\u09B0\u09CD\u099F \u09B9\u09AF\u09BC\u09C7\u099B\u09C7",
497
+ annotationFailedPartial: "\u09B6\u09A8\u09BE\u0995\u09CD\u09A4\u0995\u09B0\u09A3 \u09AC\u09CD\u09AF\u09B0\u09CD\u09A5 \u2014 {{kept}}\u099F\u09BF \u09B8\u09AE\u09CD\u09AA\u09C2\u09B0\u09CD\u09A3 \u09AA\u09CD\u09B0\u0995\u09BE\u09B0\u09C7\u09B0 \u09AB\u09B2\u09BE\u09AB\u09B2 \u09B0\u09BE\u0996\u09BE \u09B9\u09AF\u09BC\u09C7\u099B\u09C7"
495
498
  };
496
499
  var bn_default = {
497
500
  AssistProgress,
@@ -542,4 +545,4 @@ export {
542
545
  UnifiedAnnotationsPanel,
543
546
  bn_default as default
544
547
  };
545
- //# sourceMappingURL=bn-CCEW6AOS.js.map
548
+ //# sourceMappingURL=bn-5SYTY67O.js.map
@@ -276,7 +276,8 @@ var ReferencesPanel = {
276
276
  noText: "No text",
277
277
  incomingReferencesFailed: "Could not load incoming references.",
278
278
  retry: "Try again",
279
- entityTypesFailed: "Could not load entity types."
279
+ entityTypesFailed: "Could not load entity types.",
280
+ tally: "{{found}} of ~{{expected}} entities"
280
281
  };
281
282
  var KeyboardShortcuts = {
282
283
  title: "Keyboard Shortcuts",
@@ -490,7 +491,9 @@ var OutcomeToasts = {
490
491
  decline_encrypted: "This PDF is password-protected, so its text can\u2019t be read.",
491
492
  decline_corrupt: "This PDF couldn\u2019t be read \u2014 the file may be damaged.",
492
493
  "decline_too-large": "This document is too large to extract text from.",
493
- decline_empty: "This document has no text to annotate."
494
+ decline_empty: "This document has no text to annotate.",
495
+ annotationCompletePartial: "Detection finished incompletely \u2014 {{pieces}} piece(s) under-reported",
496
+ annotationFailedPartial: "Detection failed \u2014 finds from {{kept}} completed type(s) were kept"
494
497
  };
495
498
  var en_default = {
496
499
  AssistProgress,
@@ -542,4 +545,4 @@ export {
542
545
  OutcomeToasts,
543
546
  en_default
544
547
  };
545
- //# sourceMappingURL=chunk-SDKFZLEX.js.map
548
+ //# sourceMappingURL=chunk-BADNZBAL.js.map
@@ -1,7 +1,7 @@
1
1
  'use client';
2
2
  import {
3
3
  en_default
4
- } from "./chunk-SDKFZLEX.js";
4
+ } from "./chunk-BADNZBAL.js";
5
5
  import {
6
6
  __glob
7
7
  } from "./chunk-O23TLLXW.js";
@@ -12,35 +12,35 @@ import { Fragment, jsx } from "react/jsx-runtime";
12
12
 
13
13
  // import("../../translations/**/*.json") in src/contexts/TranslationContext.tsx
14
14
  var globImport_translations_json = __glob({
15
- "../../translations/ar.json": () => import("./ar-AZBRADEB.js"),
16
- "../../translations/bn.json": () => import("./bn-CCEW6AOS.js"),
17
- "../../translations/cs.json": () => import("./cs-HXPF2CTE.js"),
18
- "../../translations/da.json": () => import("./da-K5NTK7LH.js"),
19
- "../../translations/de.json": () => import("./de-GMRQEDZI.js"),
20
- "../../translations/el.json": () => import("./el-EUB4CI4G.js"),
21
- "../../translations/en.json": () => import("./en-R5XA26NF.js"),
22
- "../../translations/es.json": () => import("./es-Z32DAZ6W.js"),
23
- "../../translations/fa.json": () => import("./fa-G7HN6B32.js"),
24
- "../../translations/fi.json": () => import("./fi-3YBLZO7I.js"),
25
- "../../translations/fr.json": () => import("./fr-VUBH7BBS.js"),
26
- "../../translations/he.json": () => import("./he-WQQEY26B.js"),
27
- "../../translations/hi.json": () => import("./hi-HJZ6W4JB.js"),
28
- "../../translations/id.json": () => import("./id-ZOGZ37MI.js"),
29
- "../../translations/it.json": () => import("./it-DT6UW66F.js"),
30
- "../../translations/ja.json": () => import("./ja-RUKQCOLO.js"),
31
- "../../translations/ko.json": () => import("./ko-ZH5ADKZM.js"),
32
- "../../translations/ms.json": () => import("./ms-Y2AFPZTU.js"),
33
- "../../translations/nl.json": () => import("./nl-OQEWIXNA.js"),
34
- "../../translations/no.json": () => import("./no-KPAYJZWY.js"),
35
- "../../translations/pl.json": () => import("./pl-WSXK2UUD.js"),
36
- "../../translations/pt.json": () => import("./pt-NWRJRUCK.js"),
37
- "../../translations/ro.json": () => import("./ro-3CGVMOC6.js"),
38
- "../../translations/sv.json": () => import("./sv-HGSEBA7S.js"),
39
- "../../translations/th.json": () => import("./th-NZ4G352Z.js"),
40
- "../../translations/tr.json": () => import("./tr-LGGS4DLW.js"),
41
- "../../translations/uk.json": () => import("./uk-AIX536L4.js"),
42
- "../../translations/vi.json": () => import("./vi-V6CVQZLQ.js"),
43
- "../../translations/zh.json": () => import("./zh-AGKPGI3L.js")
15
+ "../../translations/ar.json": () => import("./ar-PYOTZERT.js"),
16
+ "../../translations/bn.json": () => import("./bn-5SYTY67O.js"),
17
+ "../../translations/cs.json": () => import("./cs-BCA77OVY.js"),
18
+ "../../translations/da.json": () => import("./da-LFLFOUMU.js"),
19
+ "../../translations/de.json": () => import("./de-55TAX5Q2.js"),
20
+ "../../translations/el.json": () => import("./el-PZ7OBJZD.js"),
21
+ "../../translations/en.json": () => import("./en-H4MQUZWO.js"),
22
+ "../../translations/es.json": () => import("./es-PSVJOIBC.js"),
23
+ "../../translations/fa.json": () => import("./fa-CFR54IER.js"),
24
+ "../../translations/fi.json": () => import("./fi-E7YPW5B3.js"),
25
+ "../../translations/fr.json": () => import("./fr-4OOHYZSV.js"),
26
+ "../../translations/he.json": () => import("./he-TWJR3AKD.js"),
27
+ "../../translations/hi.json": () => import("./hi-F6RRLYIK.js"),
28
+ "../../translations/id.json": () => import("./id-JRC3ZLJW.js"),
29
+ "../../translations/it.json": () => import("./it-IWYDLO43.js"),
30
+ "../../translations/ja.json": () => import("./ja-YETT5V5B.js"),
31
+ "../../translations/ko.json": () => import("./ko-YX5NVOG4.js"),
32
+ "../../translations/ms.json": () => import("./ms-3FAOUVYS.js"),
33
+ "../../translations/nl.json": () => import("./nl-UYCI5TXI.js"),
34
+ "../../translations/no.json": () => import("./no-ZR3EQ2NI.js"),
35
+ "../../translations/pl.json": () => import("./pl-FPLBWLWX.js"),
36
+ "../../translations/pt.json": () => import("./pt-JOJPVHDL.js"),
37
+ "../../translations/ro.json": () => import("./ro-WHNIABHY.js"),
38
+ "../../translations/sv.json": () => import("./sv-KWSW2ERR.js"),
39
+ "../../translations/th.json": () => import("./th-5OOFP4VL.js"),
40
+ "../../translations/tr.json": () => import("./tr-NJUOJ2KQ.js"),
41
+ "../../translations/uk.json": () => import("./uk-MFJCRRB2.js"),
42
+ "../../translations/vi.json": () => import("./vi-TFR4NPYP.js"),
43
+ "../../translations/zh.json": () => import("./zh-47SIEPEL.js")
44
44
  });
45
45
 
46
46
  // src/contexts/TranslationContext.tsx
@@ -284,4 +284,4 @@ export {
284
284
  useTranslations,
285
285
  usePreloadTranslations
286
286
  };
287
- //# sourceMappingURL=chunk-G4VHL4UA.js.map
287
+ //# sourceMappingURL=chunk-D3TOB356.js.map
@@ -277,7 +277,8 @@ var ReferencesPanel = {
277
277
  noText: "\u017D\xE1dn\xFD text",
278
278
  incomingReferencesFailed: "P\u0159\xEDchoz\xED reference se nepoda\u0159ilo na\u010D\xEDst.",
279
279
  retry: "Zkusit znovu",
280
- entityTypesFailed: "Typy entit se nepoda\u0159ilo na\u010D\xEDst."
280
+ entityTypesFailed: "Typy entit se nepoda\u0159ilo na\u010D\xEDst.",
281
+ tally: "{{found}} z ~{{expected}} entit"
281
282
  };
282
283
  var KeyboardShortcuts = {
283
284
  title: "Kl\xE1vesov\xE9 zkratky",
@@ -491,7 +492,9 @@ var OutcomeToasts = {
491
492
  decline_encrypted: "Toto PDF je chr\xE1n\u011Bno heslem, jeho text nelze p\u0159e\u010D\xEDst.",
492
493
  decline_corrupt: "Toto PDF nebylo mo\u017En\xE9 p\u0159e\u010D\xEDst \u2014 soubor m\u016F\u017Ee b\xFDt po\u0161kozen.",
493
494
  "decline_too-large": "Tento dokument je p\u0159\xEDli\u0161 velk\xFD na extrakci textu.",
494
- decline_empty: "Tento dokument neobsahuje text k anotaci."
495
+ decline_empty: "Tento dokument neobsahuje text k anotaci.",
496
+ annotationCompletePartial: "Detekce skon\u010Dila ne\xFApln\u011B \u2014 {{pieces}} \u010D\xE1st(\xED) podhodnoceno",
497
+ annotationFailedPartial: "Detekce selhala \u2014 n\xE1lezy z {{kept}} dokon\u010Den\xFDch typ\u016F z\u016Fstaly"
495
498
  };
496
499
  var cs_default = {
497
500
  AssistProgress,
@@ -542,4 +545,4 @@ export {
542
545
  UnifiedAnnotationsPanel,
543
546
  cs_default as default
544
547
  };
545
- //# sourceMappingURL=cs-HXPF2CTE.js.map
548
+ //# sourceMappingURL=cs-BCA77OVY.js.map
@@ -277,7 +277,8 @@ var ReferencesPanel = {
277
277
  noText: "Ingen tekst",
278
278
  incomingReferencesFailed: "Indg\xE5ende referencer kunne ikke indl\xE6ses.",
279
279
  retry: "Pr\xF8v igen",
280
- entityTypesFailed: "Enhedstyper kunne ikke indl\xE6ses."
280
+ entityTypesFailed: "Enhedstyper kunne ikke indl\xE6ses.",
281
+ tally: "{{found}} af ~{{expected}} entiteter"
281
282
  };
282
283
  var KeyboardShortcuts = {
283
284
  title: "Tastaturgenveje",
@@ -491,7 +492,9 @@ var OutcomeToasts = {
491
492
  decline_encrypted: "Denne PDF er adgangskodebeskyttet, s\xE5 teksten kan ikke l\xE6ses.",
492
493
  decline_corrupt: "Denne PDF kunne ikke l\xE6ses \u2014 filen er m\xE5ske beskadiget.",
493
494
  "decline_too-large": "Dette dokument er for stort til at udtr\xE6kke tekst fra.",
494
- decline_empty: "Dette dokument har ingen tekst at annotere."
495
+ decline_empty: "Dette dokument har ingen tekst at annotere.",
496
+ annotationCompletePartial: "Detektion afsluttet ufuldst\xE6ndigt \u2014 {{pieces}} del(e) underrapporteret",
497
+ annotationFailedPartial: "Detektion mislykkedes \u2014 fund fra {{kept}} fuldf\xF8rte typer blev bevaret"
495
498
  };
496
499
  var da_default = {
497
500
  AssistProgress,
@@ -542,4 +545,4 @@ export {
542
545
  UnifiedAnnotationsPanel,
543
546
  da_default as default
544
547
  };
545
- //# sourceMappingURL=da-K5NTK7LH.js.map
548
+ //# sourceMappingURL=da-LFLFOUMU.js.map
@@ -277,7 +277,8 @@ var ReferencesPanel = {
277
277
  noText: "Kein Text",
278
278
  incomingReferencesFailed: "Eingehende Referenzen konnten nicht geladen werden.",
279
279
  retry: "Erneut versuchen",
280
- entityTypesFailed: "Entit\xE4tstypen konnten nicht geladen werden."
280
+ entityTypesFailed: "Entit\xE4tstypen konnten nicht geladen werden.",
281
+ tally: "{{found}} von ~{{expected}} Entit\xE4ten"
281
282
  };
282
283
  var KeyboardShortcuts = {
283
284
  title: "Tastenkombinationen",
@@ -491,7 +492,9 @@ var OutcomeToasts = {
491
492
  decline_encrypted: "Dieses PDF ist passwortgesch\xFCtzt, der Text ist nicht lesbar.",
492
493
  decline_corrupt: "Dieses PDF konnte nicht gelesen werden \u2014 die Datei ist wom\xF6glich besch\xE4digt.",
493
494
  "decline_too-large": "Dieses Dokument ist zu gro\xDF f\xFCr die Textextraktion.",
494
- decline_empty: "Dieses Dokument enth\xE4lt keinen Text zum Annotieren."
495
+ decline_empty: "Dieses Dokument enth\xE4lt keinen Text zum Annotieren.",
496
+ annotationCompletePartial: "Erkennung unvollst\xE4ndig beendet \u2014 {{pieces}} Abschnitt(e) untererfasst",
497
+ annotationFailedPartial: "Erkennung fehlgeschlagen \u2014 Funde aus {{kept}} abgeschlossenen Typen wurden behalten"
495
498
  };
496
499
  var de_default = {
497
500
  AssistProgress,
@@ -542,4 +545,4 @@ export {
542
545
  UnifiedAnnotationsPanel,
543
546
  de_default as default
544
547
  };
545
- //# sourceMappingURL=de-GMRQEDZI.js.map
548
+ //# sourceMappingURL=de-55TAX5Q2.js.map
@@ -277,7 +277,8 @@ var ReferencesPanel = {
277
277
  noText: "\u03A7\u03C9\u03C1\u03AF\u03C2 \u03BA\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF",
278
278
  incomingReferencesFailed: "\u0394\u03B5\u03BD \u03AE\u03C4\u03B1\u03BD \u03B4\u03C5\u03BD\u03B1\u03C4\u03AE \u03B7 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03C4\u03C9\u03BD \u03B5\u03B9\u03C3\u03B5\u03C1\u03C7\u03CC\u03BC\u03B5\u03BD\u03C9\u03BD \u03B1\u03BD\u03B1\u03C6\u03BF\u03C1\u03CE\u03BD.",
279
279
  retry: "\u0394\u03BF\u03BA\u03B9\u03BC\u03AC\u03C3\u03C4\u03B5 \u03BE\u03B1\u03BD\u03AC",
280
- entityTypesFailed: "\u0394\u03B5\u03BD \u03AE\u03C4\u03B1\u03BD \u03B4\u03C5\u03BD\u03B1\u03C4\u03AE \u03B7 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03C4\u03C9\u03BD \u03C4\u03CD\u03C0\u03C9\u03BD \u03BF\u03BD\u03C4\u03BF\u03C4\u03AE\u03C4\u03C9\u03BD."
280
+ entityTypesFailed: "\u0394\u03B5\u03BD \u03AE\u03C4\u03B1\u03BD \u03B4\u03C5\u03BD\u03B1\u03C4\u03AE \u03B7 \u03C6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7 \u03C4\u03C9\u03BD \u03C4\u03CD\u03C0\u03C9\u03BD \u03BF\u03BD\u03C4\u03BF\u03C4\u03AE\u03C4\u03C9\u03BD.",
281
+ tally: "{{found}} \u03B1\u03C0\u03CC ~{{expected}} \u03BF\u03BD\u03C4\u03CC\u03C4\u03B7\u03C4\u03B5\u03C2"
281
282
  };
282
283
  var KeyboardShortcuts = {
283
284
  title: "\u03A3\u03C5\u03BD\u03C4\u03BF\u03BC\u03B5\u03CD\u03C3\u03B5\u03B9\u03C2 \u03A0\u03BB\u03B7\u03BA\u03C4\u03C1\u03BF\u03BB\u03BF\u03B3\u03AF\u03BF\u03C5",
@@ -491,7 +492,9 @@ var OutcomeToasts = {
491
492
  decline_encrypted: "\u0391\u03C5\u03C4\u03CC \u03C4\u03BF PDF \u03C0\u03C1\u03BF\u03C3\u03C4\u03B1\u03C4\u03B5\u03CD\u03B5\u03C4\u03B1\u03B9 \u03BC\u03B5 \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03BA\u03B1\u03B9 \u03C4\u03BF \u03BA\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF \u03B4\u03B5\u03BD \u03B4\u03B9\u03B1\u03B2\u03AC\u03B6\u03B5\u03C4\u03B1\u03B9.",
492
493
  decline_corrupt: "\u0394\u03B5\u03BD \u03AE\u03C4\u03B1\u03BD \u03B4\u03C5\u03BD\u03B1\u03C4\u03AE \u03B7 \u03B1\u03BD\u03AC\u03B3\u03BD\u03C9\u03C3\u03B7 \u03B1\u03C5\u03C4\u03BF\u03CD \u03C4\u03BF\u03C5 PDF \u2014 \u03C4\u03BF \u03B1\u03C1\u03C7\u03B5\u03AF\u03BF \u03AF\u03C3\u03C9\u03C2 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BA\u03B1\u03C4\u03B5\u03C3\u03C4\u03C1\u03B1\u03BC\u03BC\u03AD\u03BD\u03BF.",
493
494
  "decline_too-large": "\u0391\u03C5\u03C4\u03CC \u03C4\u03BF \u03AD\u03B3\u03B3\u03C1\u03B1\u03C6\u03BF \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C0\u03BF\u03BB\u03CD \u03BC\u03B5\u03B3\u03AC\u03BB\u03BF \u03B3\u03B9\u03B1 \u03B5\u03BE\u03B1\u03B3\u03C9\u03B3\u03AE \u03BA\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5.",
494
- decline_empty: "\u0391\u03C5\u03C4\u03CC \u03C4\u03BF \u03AD\u03B3\u03B3\u03C1\u03B1\u03C6\u03BF \u03B4\u03B5\u03BD \u03AD\u03C7\u03B5\u03B9 \u03BA\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF \u03B3\u03B9\u03B1 \u03C3\u03C7\u03BF\u03BB\u03B9\u03B1\u03C3\u03BC\u03CC."
495
+ decline_empty: "\u0391\u03C5\u03C4\u03CC \u03C4\u03BF \u03AD\u03B3\u03B3\u03C1\u03B1\u03C6\u03BF \u03B4\u03B5\u03BD \u03AD\u03C7\u03B5\u03B9 \u03BA\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF \u03B3\u03B9\u03B1 \u03C3\u03C7\u03BF\u03BB\u03B9\u03B1\u03C3\u03BC\u03CC.",
496
+ annotationCompletePartial: "\u0397 \u03B1\u03BD\u03AF\u03C7\u03BD\u03B5\u03C5\u03C3\u03B7 \u03BF\u03BB\u03BF\u03BA\u03BB\u03B7\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5 \u03B5\u03BB\u03BB\u03B9\u03C0\u03CE\u03C2 \u2014 {{pieces}} \u03C4\u03BC\u03AE\u03BC\u03B1(\u03C4\u03B1) \u03B1\u03BD\u03B1\u03C6\u03AD\u03C1\u03B8\u03B7\u03BA\u03B1\u03BD \u03B5\u03BB\u03BB\u03B9\u03C0\u03CE\u03C2",
497
+ annotationFailedPartial: "\u0397 \u03B1\u03BD\u03AF\u03C7\u03BD\u03B5\u03C5\u03C3\u03B7 \u03B1\u03C0\u03AD\u03C4\u03C5\u03C7\u03B5 \u2014 \u03C4\u03B1 \u03B5\u03C5\u03C1\u03AE\u03BC\u03B1\u03C4\u03B1 \u03B1\u03C0\u03CC {{kept}} \u03BF\u03BB\u03BF\u03BA\u03BB\u03B7\u03C1\u03C9\u03BC\u03AD\u03BD\u03BF\u03C5\u03C2 \u03C4\u03CD\u03C0\u03BF\u03C5\u03C2 \u03B4\u03B9\u03B1\u03C4\u03B7\u03C1\u03AE\u03B8\u03B7\u03BA\u03B1\u03BD"
495
498
  };
496
499
  var el_default = {
497
500
  AssistProgress,
@@ -542,4 +545,4 @@ export {
542
545
  UnifiedAnnotationsPanel,
543
546
  el_default as default
544
547
  };
545
- //# sourceMappingURL=el-EUB4CI4G.js.map
548
+ //# sourceMappingURL=el-PZ7OBJZD.js.map
@@ -23,7 +23,7 @@ import {
23
23
  Toolbar,
24
24
  UnifiedAnnotationsPanel,
25
25
  en_default
26
- } from "./chunk-SDKFZLEX.js";
26
+ } from "./chunk-BADNZBAL.js";
27
27
  import "./chunk-O23TLLXW.js";
28
28
  export {
29
29
  AnnotateToolbar,
@@ -50,4 +50,4 @@ export {
50
50
  UnifiedAnnotationsPanel,
51
51
  en_default as default
52
52
  };
53
- //# sourceMappingURL=en-R5XA26NF.js.map
53
+ //# sourceMappingURL=en-H4MQUZWO.js.map
@@ -277,7 +277,8 @@ var ReferencesPanel = {
277
277
  noText: "Sin texto",
278
278
  incomingReferencesFailed: "No se pudieron cargar las referencias entrantes.",
279
279
  retry: "Intentar de nuevo",
280
- entityTypesFailed: "No se pudieron cargar los tipos de entidad."
280
+ entityTypesFailed: "No se pudieron cargar los tipos de entidad.",
281
+ tally: "{{found}} de ~{{expected}} entidades"
281
282
  };
282
283
  var KeyboardShortcuts = {
283
284
  title: "Atajos de Teclado",
@@ -491,7 +492,9 @@ var OutcomeToasts = {
491
492
  decline_encrypted: "Este PDF est\xE1 protegido con contrase\xF1a y su texto no se puede leer.",
492
493
  decline_corrupt: "No se pudo leer este PDF; el archivo puede estar da\xF1ado.",
493
494
  "decline_too-large": "Este documento es demasiado grande para extraer su texto.",
494
- decline_empty: "Este documento no tiene texto que anotar."
495
+ decline_empty: "Este documento no tiene texto que anotar.",
496
+ annotationCompletePartial: "La detecci\xF3n termin\xF3 incompleta \u2014 {{pieces}} parte(s) subregistradas",
497
+ annotationFailedPartial: "La detecci\xF3n fall\xF3 \u2014 se conservaron los hallazgos de {{kept}} tipo(s) completados"
495
498
  };
496
499
  var es_default = {
497
500
  AssistProgress,
@@ -542,4 +545,4 @@ export {
542
545
  UnifiedAnnotationsPanel,
543
546
  es_default as default
544
547
  };
545
- //# sourceMappingURL=es-Z32DAZ6W.js.map
548
+ //# sourceMappingURL=es-PSVJOIBC.js.map
@@ -277,7 +277,8 @@ var ReferencesPanel = {
277
277
  noText: "\u0628\u062F\u0648\u0646 \u0645\u062A\u0646",
278
278
  incomingReferencesFailed: "\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC \u0627\u0631\u062C\u0627\u0639\u0627\u062A \u0648\u0631\u0648\u062F\u06CC \u0645\u0645\u06A9\u0646 \u0646\u0634\u062F.",
279
279
  retry: "\u062A\u0644\u0627\u0634 \u0645\u062C\u062F\u062F",
280
- entityTypesFailed: "\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC \u0627\u0646\u0648\u0627\u0639 \u0645\u0648\u062C\u0648\u062F\u06CC\u062A \u0645\u0645\u06A9\u0646 \u0646\u0634\u062F."
280
+ entityTypesFailed: "\u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC \u0627\u0646\u0648\u0627\u0639 \u0645\u0648\u062C\u0648\u062F\u06CC\u062A \u0645\u0645\u06A9\u0646 \u0646\u0634\u062F.",
281
+ tally: "{{found}} \u0627\u0632 ~{{expected}} \u0645\u0648\u062C\u0648\u062F\u06CC\u062A"
281
282
  };
282
283
  var KeyboardShortcuts = {
283
284
  title: "\u0645\u06CC\u0627\u0646\u0628\u0631\u0647\u0627\u06CC \u0635\u0641\u062D\u0647\u200C\u06A9\u0644\u06CC\u062F",
@@ -491,7 +492,9 @@ var OutcomeToasts = {
491
492
  decline_encrypted: "\u0627\u06CC\u0646 PDF \u0628\u0627 \u0631\u0645\u0632 \u0645\u062D\u0627\u0641\u0638\u062A \u0634\u062F\u0647 \u0648 \u0645\u062A\u0646 \u0622\u0646 \u062E\u0648\u0627\u0646\u062F\u0647 \u0646\u0645\u06CC\u200C\u0634\u0648\u062F.",
492
493
  decline_corrupt: "\u0627\u06CC\u0646 PDF \u062E\u0648\u0627\u0646\u062F\u0647 \u0646\u0634\u062F \u2014 \u0645\u0645\u06A9\u0646 \u0627\u0633\u062A \u0641\u0627\u06CC\u0644 \u0622\u0633\u06CC\u0628 \u062F\u06CC\u062F\u0647 \u0628\u0627\u0634\u062F.",
493
494
  "decline_too-large": "\u0627\u06CC\u0646 \u0633\u0646\u062F \u0628\u0631\u0627\u06CC \u0627\u0633\u062A\u062E\u0631\u0627\u062C \u0645\u062A\u0646 \u0628\u0633\u06CC\u0627\u0631 \u0628\u0632\u0631\u06AF \u0627\u0633\u062A.",
494
- decline_empty: "\u0627\u06CC\u0646 \u0633\u0646\u062F \u0645\u062A\u0646\u06CC \u0628\u0631\u0627\u06CC \u062D\u0627\u0634\u06CC\u0647\u200C\u0646\u0648\u06CC\u0633\u06CC \u0646\u062F\u0627\u0631\u062F."
495
+ decline_empty: "\u0627\u06CC\u0646 \u0633\u0646\u062F \u0645\u062A\u0646\u06CC \u0628\u0631\u0627\u06CC \u062D\u0627\u0634\u06CC\u0647\u200C\u0646\u0648\u06CC\u0633\u06CC \u0646\u062F\u0627\u0631\u062F.",
496
+ annotationCompletePartial: "\u062A\u0634\u062E\u06CC\u0635 \u0646\u0627\u0642\u0635 \u067E\u0627\u06CC\u0627\u0646 \u06CC\u0627\u0641\u062A \u2014 {{pieces}} \u0628\u062E\u0634 \u06A9\u0645\u062A\u0631 \u06AF\u0632\u0627\u0631\u0634 \u0634\u062F",
497
+ annotationFailedPartial: "\u062A\u0634\u062E\u06CC\u0635 \u0646\u0627\u0645\u0648\u0641\u0642 \u0628\u0648\u062F \u2014 \u06CC\u0627\u0641\u062A\u0647\u200C\u0647\u0627\u06CC {{kept}} \u0646\u0648\u0639 \u062A\u06A9\u0645\u06CC\u0644\u200C\u0634\u062F\u0647 \u062D\u0641\u0638 \u0634\u062F\u0646\u062F"
495
498
  };
496
499
  var fa_default = {
497
500
  AssistProgress,
@@ -542,4 +545,4 @@ export {
542
545
  UnifiedAnnotationsPanel,
543
546
  fa_default as default
544
547
  };
545
- //# sourceMappingURL=fa-G7HN6B32.js.map
548
+ //# sourceMappingURL=fa-CFR54IER.js.map
@@ -277,7 +277,8 @@ var ReferencesPanel = {
277
277
  noText: "Ei teksti\xE4",
278
278
  incomingReferencesFailed: "Saapuvia viitteit\xE4 ei voitu ladata.",
279
279
  retry: "Yrit\xE4 uudelleen",
280
- entityTypesFailed: "Entiteettityyppej\xE4 ei voitu ladata."
280
+ entityTypesFailed: "Entiteettityyppej\xE4 ei voitu ladata.",
281
+ tally: "{{found}} / ~{{expected}} entiteetti\xE4"
281
282
  };
282
283
  var KeyboardShortcuts = {
283
284
  title: "Pikan\xE4pp\xE4imet",
@@ -491,7 +492,9 @@ var OutcomeToasts = {
491
492
  decline_encrypted: "T\xE4m\xE4 PDF on salasanasuojattu, joten teksti\xE4 ei voi lukea.",
492
493
  decline_corrupt: "T\xE4t\xE4 PDF:\xE4\xE4 ei voitu lukea \u2014 tiedosto voi olla vaurioitunut.",
493
494
  "decline_too-large": "T\xE4m\xE4 asiakirja on liian suuri tekstin poimintaan.",
494
- decline_empty: "T\xE4ss\xE4 asiakirjassa ei ole merkitt\xE4v\xE4\xE4 teksti\xE4."
495
+ decline_empty: "T\xE4ss\xE4 asiakirjassa ei ole merkitt\xE4v\xE4\xE4 teksti\xE4.",
496
+ annotationCompletePartial: "Tunnistus p\xE4\xE4ttyi ep\xE4t\xE4ydellisen\xE4 \u2014 {{pieces}} osaa aliraportoitu",
497
+ annotationFailedPartial: "Tunnistus ep\xE4onnistui \u2014 {{kept}} valmiin tyypin l\xF6yd\xF6kset s\xE4ilytettiin"
495
498
  };
496
499
  var fi_default = {
497
500
  AssistProgress,
@@ -542,4 +545,4 @@ export {
542
545
  UnifiedAnnotationsPanel,
543
546
  fi_default as default
544
547
  };
545
- //# sourceMappingURL=fi-3YBLZO7I.js.map
548
+ //# sourceMappingURL=fi-E7YPW5B3.js.map
@@ -277,7 +277,8 @@ var ReferencesPanel = {
277
277
  noText: "Aucun texte",
278
278
  incomingReferencesFailed: "Impossible de charger les r\xE9f\xE9rences entrantes.",
279
279
  retry: "R\xE9essayer",
280
- entityTypesFailed: "Impossible de charger les types d'entit\xE9."
280
+ entityTypesFailed: "Impossible de charger les types d'entit\xE9.",
281
+ tally: "{{found}} sur ~{{expected}} entit\xE9s"
281
282
  };
282
283
  var KeyboardShortcuts = {
283
284
  title: "Raccourcis clavier",
@@ -491,7 +492,9 @@ var OutcomeToasts = {
491
492
  decline_encrypted: "Ce PDF est prot\xE9g\xE9 par mot de passe, son texte est illisible.",
492
493
  decline_corrupt: "Ce PDF n\u2019a pas pu \xEAtre lu \u2014 le fichier est peut-\xEAtre endommag\xE9.",
493
494
  "decline_too-large": "Ce document est trop volumineux pour en extraire le texte.",
494
- decline_empty: "Ce document ne contient aucun texte \xE0 annoter."
495
+ decline_empty: "Ce document ne contient aucun texte \xE0 annoter.",
496
+ annotationCompletePartial: "D\xE9tection termin\xE9e incompl\xE8te \u2014 {{pieces}} partie(s) sous-d\xE9clar\xE9e(s)",
497
+ annotationFailedPartial: "\xC9chec de la d\xE9tection \u2014 les r\xE9sultats de {{kept}} type(s) termin\xE9s ont \xE9t\xE9 conserv\xE9s"
495
498
  };
496
499
  var fr_default = {
497
500
  AssistProgress,
@@ -542,4 +545,4 @@ export {
542
545
  UnifiedAnnotationsPanel,
543
546
  fr_default as default
544
547
  };
545
- //# sourceMappingURL=fr-VUBH7BBS.js.map
548
+ //# sourceMappingURL=fr-4OOHYZSV.js.map
@@ -277,7 +277,8 @@ var ReferencesPanel = {
277
277
  noText: "\u05D0\u05D9\u05DF \u05D8\u05E7\u05E1\u05D8",
278
278
  incomingReferencesFailed: "\u05DC\u05D0 \u05E0\u05D9\u05EA\u05DF \u05DC\u05D8\u05E2\u05D5\u05DF \u05D0\u05EA \u05D4\u05D4\u05E4\u05E0\u05D9\u05D5\u05EA \u05D4\u05E0\u05DB\u05E0\u05E1\u05D5\u05EA.",
279
279
  retry: "\u05E0\u05E1\u05D4 \u05E9\u05D5\u05D1",
280
- entityTypesFailed: "\u05DC\u05D0 \u05E0\u05D9\u05EA\u05DF \u05DC\u05D8\u05E2\u05D5\u05DF \u05D0\u05EA \u05E1\u05D5\u05D2\u05D9 \u05D4\u05D9\u05E9\u05D5\u05D9\u05D5\u05EA."
280
+ entityTypesFailed: "\u05DC\u05D0 \u05E0\u05D9\u05EA\u05DF \u05DC\u05D8\u05E2\u05D5\u05DF \u05D0\u05EA \u05E1\u05D5\u05D2\u05D9 \u05D4\u05D9\u05E9\u05D5\u05D9\u05D5\u05EA.",
281
+ tally: "{{found}} \u05DE\u05EA\u05D5\u05DA ~{{expected}} \u05D9\u05E9\u05D5\u05D9\u05D5\u05EA"
281
282
  };
282
283
  var KeyboardShortcuts = {
283
284
  title: "\u05E7\u05D9\u05E6\u05D5\u05E8\u05D9 \u05DE\u05E7\u05DC\u05D3\u05EA",
@@ -491,7 +492,9 @@ var OutcomeToasts = {
491
492
  decline_encrypted: "\u05E7\u05D5\u05D1\u05E5 PDF \u05D6\u05D4 \u05DE\u05D5\u05D2\u05DF \u05D1\u05E1\u05D9\u05E1\u05DE\u05D4 \u05D5\u05DC\u05D0 \u05E0\u05D9\u05EA\u05DF \u05DC\u05E7\u05E8\u05D5\u05D0 \u05D0\u05EA \u05D4\u05D8\u05E7\u05E1\u05D8.",
492
493
  decline_corrupt: "\u05DC\u05D0 \u05E0\u05D9\u05EA\u05DF \u05D4\u05D9\u05D4 \u05DC\u05E7\u05E8\u05D5\u05D0 \u05E7\u05D5\u05D1\u05E5 PDF \u05D6\u05D4 \u2014 \u05D9\u05D9\u05EA\u05DB\u05DF \u05E9\u05D4\u05E7\u05D5\u05D1\u05E5 \u05E4\u05D2\u05D5\u05DD.",
493
494
  "decline_too-large": "\u05DE\u05E1\u05DE\u05DA \u05D6\u05D4 \u05D2\u05D3\u05D5\u05DC \u05DE\u05D3\u05D9 \u05DC\u05D7\u05D9\u05DC\u05D5\u05E5 \u05D8\u05E7\u05E1\u05D8.",
494
- decline_empty: "\u05D1\u05DE\u05E1\u05DE\u05DA \u05D6\u05D4 \u05D0\u05D9\u05DF \u05D8\u05E7\u05E1\u05D8 \u05DC\u05D4\u05E2\u05E8\u05D4."
495
+ decline_empty: "\u05D1\u05DE\u05E1\u05DE\u05DA \u05D6\u05D4 \u05D0\u05D9\u05DF \u05D8\u05E7\u05E1\u05D8 \u05DC\u05D4\u05E2\u05E8\u05D4.",
496
+ annotationCompletePartial: "\u05D4\u05D6\u05D9\u05D4\u05D5\u05D9 \u05D4\u05E1\u05EA\u05D9\u05D9\u05DD \u05D1\u05D0\u05D5\u05E4\u05DF \u05D7\u05DC\u05E7\u05D9 \u2014 {{pieces}} \u05D7\u05DC\u05E7\u05D9\u05DD \u05D3\u05D5\u05D5\u05D7\u05D5 \u05D1\u05D7\u05E1\u05E8",
497
+ annotationFailedPartial: "\u05D4\u05D6\u05D9\u05D4\u05D5\u05D9 \u05E0\u05DB\u05E9\u05DC \u2014 \u05D4\u05DE\u05DE\u05E6\u05D0\u05D9\u05DD \u05DE-{{kept}} \u05E1\u05D5\u05D2\u05D9\u05DD \u05E9\u05D4\u05D5\u05E9\u05DC\u05DE\u05D5 \u05E0\u05E9\u05DE\u05E8\u05D5"
495
498
  };
496
499
  var he_default = {
497
500
  AssistProgress,
@@ -542,4 +545,4 @@ export {
542
545
  UnifiedAnnotationsPanel,
543
546
  he_default as default
544
547
  };
545
- //# sourceMappingURL=he-WQQEY26B.js.map
548
+ //# sourceMappingURL=he-TWJR3AKD.js.map
@@ -277,7 +277,8 @@ var ReferencesPanel = {
277
277
  noText: "\u0915\u094B\u0908 \u091F\u0947\u0915\u094D\u0938\u094D\u091F \u0928\u0939\u0940\u0902",
278
278
  incomingReferencesFailed: "\u0907\u0928\u0915\u092E\u093F\u0902\u0917 \u0938\u0902\u0926\u0930\u094D\u092D \u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0938\u0915\u0947\u0964",
279
279
  retry: "\u092A\u0941\u0928\u0903 \u092A\u094D\u0930\u092F\u093E\u0938 \u0915\u0930\u0947\u0902",
280
- entityTypesFailed: "\u0907\u0915\u093E\u0908 \u092A\u094D\u0930\u0915\u093E\u0930 \u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0938\u0915\u0947\u0964"
280
+ entityTypesFailed: "\u0907\u0915\u093E\u0908 \u092A\u094D\u0930\u0915\u093E\u0930 \u0932\u094B\u0921 \u0928\u0939\u0940\u0902 \u0939\u094B \u0938\u0915\u0947\u0964",
281
+ tally: "~{{expected}} \u0907\u0915\u093E\u0907\u092F\u094B\u0902 \u092E\u0947\u0902 \u0938\u0947 {{found}}"
281
282
  };
282
283
  var KeyboardShortcuts = {
283
284
  title: "\u0915\u0940\u092C\u094B\u0930\u094D\u0921 \u0936\u0949\u0930\u094D\u091F\u0915\u091F",
@@ -491,7 +492,9 @@ var OutcomeToasts = {
491
492
  decline_encrypted: "\u092F\u0939 PDF \u092A\u093E\u0938\u0935\u0930\u094D\u0921-\u0938\u0941\u0930\u0915\u094D\u0937\u093F\u0924 \u0939\u0948, \u0907\u0938\u0915\u093E \u092A\u093E\u0920 \u0928\u0939\u0940\u0902 \u092A\u0922\u093C\u093E \u091C\u093E \u0938\u0915\u0924\u093E\u0964",
492
493
  decline_corrupt: "\u092F\u0939 PDF \u092A\u0922\u093C\u093E \u0928\u0939\u0940\u0902 \u091C\u093E \u0938\u0915\u093E \u2014 \u092B\u093C\u093E\u0907\u0932 \u0915\u094D\u0937\u0924\u093F\u0917\u094D\u0930\u0938\u094D\u0924 \u0939\u094B \u0938\u0915\u0924\u0940 \u0939\u0948\u0964",
493
494
  "decline_too-large": "\u092F\u0939 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u092A\u093E\u0920 \u0928\u093F\u0915\u093E\u0932\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F \u092C\u0939\u0941\u0924 \u092C\u0921\u093C\u093E \u0939\u0948\u0964",
494
- decline_empty: "\u0907\u0938 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u092E\u0947\u0902 \u090F\u0928\u094B\u091F\u0947\u091F \u0915\u0930\u0928\u0947 \u092F\u094B\u0917\u094D\u092F \u0915\u094B\u0908 \u092A\u093E\u0920 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964"
495
+ decline_empty: "\u0907\u0938 \u0926\u0938\u094D\u0924\u093E\u0935\u0947\u091C\u093C \u092E\u0947\u0902 \u090F\u0928\u094B\u091F\u0947\u091F \u0915\u0930\u0928\u0947 \u092F\u094B\u0917\u094D\u092F \u0915\u094B\u0908 \u092A\u093E\u0920 \u0928\u0939\u0940\u0902 \u0939\u0948\u0964",
496
+ annotationCompletePartial: "\u092A\u0939\u091A\u093E\u0928 \u0905\u0927\u0942\u0930\u0940 \u0930\u0939\u0940 \u2014 {{pieces}} \u0939\u093F\u0938\u094D\u0938\u0947 \u0915\u092E \u0930\u093F\u092A\u094B\u0930\u094D\u091F \u0939\u0941\u090F",
497
+ annotationFailedPartial: "\u092A\u0939\u091A\u093E\u0928 \u0935\u093F\u092B\u0932 \u2014 {{kept}} \u092A\u0942\u0930\u094D\u0923 \u092A\u094D\u0930\u0915\u093E\u0930\u094B\u0902 \u0915\u0947 \u092A\u0930\u093F\u0923\u093E\u092E \u0930\u0916\u0947 \u0917\u090F"
495
498
  };
496
499
  var hi_default = {
497
500
  AssistProgress,
@@ -542,4 +545,4 @@ export {
542
545
  UnifiedAnnotationsPanel,
543
546
  hi_default as default
544
547
  };
545
- //# sourceMappingURL=hi-HJZ6W4JB.js.map
548
+ //# sourceMappingURL=hi-F6RRLYIK.js.map
@@ -277,7 +277,8 @@ var ReferencesPanel = {
277
277
  noText: "Tidak ada teks",
278
278
  incomingReferencesFailed: "Tidak dapat memuat referensi masuk.",
279
279
  retry: "Coba lagi",
280
- entityTypesFailed: "Tidak dapat memuat tipe entitas."
280
+ entityTypesFailed: "Tidak dapat memuat tipe entitas.",
281
+ tally: "{{found}} dari ~{{expected}} entitas"
281
282
  };
282
283
  var KeyboardShortcuts = {
283
284
  title: "Pintasan Keyboard",
@@ -491,7 +492,9 @@ var OutcomeToasts = {
491
492
  decline_encrypted: "PDF ini dilindungi kata sandi, teksnya tidak dapat dibaca.",
492
493
  decline_corrupt: "PDF ini tidak dapat dibaca \u2014 berkas mungkin rusak.",
493
494
  "decline_too-large": "Dokumen ini terlalu besar untuk diekstrak teksnya.",
494
- decline_empty: "Dokumen ini tidak memiliki teks untuk dianotasi."
495
+ decline_empty: "Dokumen ini tidak memiliki teks untuk dianotasi.",
496
+ annotationCompletePartial: "Deteksi selesai tidak lengkap \u2014 {{pieces}} bagian kurang terlaporkan",
497
+ annotationFailedPartial: "Deteksi gagal \u2014 temuan dari {{kept}} tipe yang selesai dipertahankan"
495
498
  };
496
499
  var id_default = {
497
500
  AssistProgress,
@@ -542,4 +545,4 @@ export {
542
545
  UnifiedAnnotationsPanel,
543
546
  id_default as default
544
547
  };
545
- //# sourceMappingURL=id-ZOGZ37MI.js.map
548
+ //# sourceMappingURL=id-JRC3ZLJW.js.map
package/dist/index.css CHANGED
@@ -1846,15 +1846,18 @@
1846
1846
  flex: none;
1847
1847
  }
1848
1848
  .semiont-assist-progress__subject,
1849
+ .semiont-assist-progress__tally,
1849
1850
  .semiont-assist-progress__params {
1850
1851
  font-size: var(--semiont-text-xs);
1851
1852
  color: var(--semiont-text-secondary);
1852
1853
  }
1853
1854
  [data-theme=dark] .semiont-assist-progress__subject,
1855
+ [data-theme=dark] .semiont-assist-progress__tally,
1854
1856
  [data-theme=dark] .semiont-assist-progress__params {
1855
1857
  color: var(--semiont-text-secondary);
1856
1858
  }
1857
- .semiont-assist-progress__subject {
1859
+ .semiont-assist-progress__subject,
1860
+ .semiont-assist-progress__tally {
1858
1861
  font-variant-numeric: tabular-nums;
1859
1862
  }
1860
1863
  .semiont-assist-progress__outcome {
package/dist/index.d.ts CHANGED
@@ -1566,6 +1566,14 @@ interface AssistProgressTranslations {
1566
1566
  paramLabel: (code: string) => string;
1567
1567
  /** Completed entity-type log line (reference flow only). */
1568
1568
  found?: (count: number) => string;
1569
+ /**
1570
+ * The found-of-~expected tally (reference flow only, RD5). Rendered only
1571
+ * when the wire carries BOTH counts: `entitiesExpected` absent means the
1572
+ * provider priced nothing — no claim — and a denominator is never
1573
+ * manufactured from it. The ~ is the copy's to render: the wire calls the
1574
+ * number approximate and the words should too.
1575
+ */
1576
+ tally?: (found: number, expected: number) => string;
1569
1577
  }
1570
1578
  /**
1571
1579
  * The CSS `data-type` hook: five motivations plus generation. A closed set, so
package/dist/index.js CHANGED
@@ -132,13 +132,13 @@ import {
132
132
  TranslationProvider,
133
133
  usePreloadTranslations,
134
134
  useTranslations
135
- } from "./chunk-G4VHL4UA.js";
135
+ } from "./chunk-D3TOB356.js";
136
136
  import {
137
137
  cssVariables,
138
138
  generateCSSVariables,
139
139
  tokens
140
140
  } from "./chunk-QT7LYM72.js";
141
- import "./chunk-SDKFZLEX.js";
141
+ import "./chunk-BADNZBAL.js";
142
142
  import {
143
143
  __commonJS,
144
144
  __toESM
@@ -26777,6 +26777,7 @@ function AssistProgress({
26777
26777
  /* @__PURE__ */ jsx8("span", { className: "semiont-assist-progress__icon", "aria-hidden": "true", children: ended ? "\u2705" : "\u2728" }),
26778
26778
  /* @__PURE__ */ jsx8("span", { "data-testid": "semiont-assist-status", children: ended && endedMessage ? endedMessage : progress.message ? tr.message(progress.message) : tr.inProgress })
26779
26779
  ] }),
26780
+ tr.tally && progress.entitiesFound !== void 0 && progress.entitiesExpected !== void 0 && /* @__PURE__ */ jsx8("div", { className: "semiont-assist-progress__tally", "data-testid": "semiont-assist-tally", children: tr.tally(progress.entitiesFound, progress.entitiesExpected) }),
26780
26781
  current && /* @__PURE__ */ jsx8("div", { className: "semiont-assist-progress__subject", "data-testid": "semiont-assist-subject", children: tr.subject(current, done, total) }),
26781
26782
  ended && outcome && /* @__PURE__ */ jsx8(
26782
26783
  "button",
@@ -30623,7 +30624,7 @@ function PdfViewerLoading() {
30623
30624
  return /* @__PURE__ */ jsx24(Fragment4, { children: t12("viewerLoading") });
30624
30625
  }
30625
30626
  var PdfAnnotationCanvas = lazy(
30626
- () => import("./PdfAnnotationCanvas.client-LSH3PZPY.js").then((mod) => ({ default: mod.PdfAnnotationCanvas }))
30627
+ () => import("./PdfAnnotationCanvas.client-7EYCQF6V.js").then((mod) => ({ default: mod.PdfAnnotationCanvas }))
30627
30628
  );
30628
30629
  function TextAnnotateRenderer({
30629
30630
  content: content2,
@@ -31345,7 +31346,7 @@ function PdfViewerLoading2() {
31345
31346
  const t12 = useTranslations("PdfViewer");
31346
31347
  return /* @__PURE__ */ jsx29(Fragment6, { children: t12("viewerLoading") });
31347
31348
  }
31348
- var PdfAnnotationCanvas2 = lazy2(() => import("./PdfAnnotationCanvas.client-LSH3PZPY.js").then((mod) => ({ default: mod.PdfAnnotationCanvas })));
31349
+ var PdfAnnotationCanvas2 = lazy2(() => import("./PdfAnnotationCanvas.client-7EYCQF6V.js").then((mod) => ({ default: mod.PdfAnnotationCanvas })));
31349
31350
  var MemoizedMarkdown = memo(function MemoizedMarkdown2({ content: content2 }) {
31350
31351
  return /* @__PURE__ */ jsx29(ReactMarkdown, { remarkPlugins: [remarkGfm], children: content2 });
31351
31352
  });
@@ -33507,7 +33508,9 @@ function ReferencesPanel({
33507
33508
  onCancel: () => session?.client.job.cancelRequest("annotation"),
33508
33509
  onDismiss: () => session?.client.mark.dismissProgress(),
33509
33510
  translations: assistProgressTranslations(ta, {
33510
- found: (count2) => t12("found", { count: count2 })
33511
+ found: (count2) => t12("found", { count: count2 }),
33512
+ // RD5: rendered only when the wire prices a denominator.
33513
+ tally: (found, expected) => t12("tally", { found, expected })
33511
33514
  })
33512
33515
  },
33513
33516
  form: /* @__PURE__ */ jsxs34(Fragment8, { children: [
@@ -44101,14 +44104,19 @@ function useOutcomeToasts(resourceId2) {
44101
44104
  const reason = declineReason(event.result);
44102
44105
  if (reason) {
44103
44106
  showInfo(t12(`decline_${reason}`));
44107
+ } else if (event.result?.kind === "reference-annotation" && event.result.underReportedPieces !== void 0) {
44108
+ showInfo(t12("annotationCompletePartial", { pieces: event.result.underReportedPieces }));
44104
44109
  } else {
44105
44110
  showSuccess(t12("annotationComplete"));
44106
44111
  }
44107
44112
  },
44108
44113
  "job:fail": (event) => {
44109
44114
  if (event.resourceId !== resourceId2) return;
44115
+ if (event.willRetry === true) return;
44110
44116
  if (event.jobType === "generation") {
44111
44117
  showError(t12("generationFailed", { detail: event.error }));
44118
+ } else if (event.completedUnits && event.completedUnits.length > 0) {
44119
+ showError(t12("annotationFailedPartial", { kept: event.completedUnits.length }));
44112
44120
  } else {
44113
44121
  showError(event.error || t12("annotationFailed"));
44114
44122
  }