@vertesia/ui 1.5.0-dev.20260717.131047Z → 1.5.0-dev.20260725.083715Z

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 (567) hide show
  1. package/lib/core/components/SidePanel.js +1 -1
  2. package/lib/core/components/SidePanel.js.map +1 -1
  3. package/lib/core/components/shadcn/button.d.ts +10 -3
  4. package/lib/core/components/shadcn/button.d.ts.map +1 -1
  5. package/lib/core/components/shadcn/button.js +41 -9
  6. package/lib/core/components/shadcn/button.js.map +1 -1
  7. package/lib/core/components/shadcn/filters/filterBar.d.ts.map +1 -1
  8. package/lib/core/components/shadcn/filters/filterBar.js +1 -1
  9. package/lib/core/components/shadcn/filters/filterBar.js.map +1 -1
  10. package/lib/core/components/shadcn/modal/dialog.d.ts +1 -1
  11. package/lib/core/components/shadcn/modal/dialog.d.ts.map +1 -1
  12. package/lib/core/components/shadcn/modal/dialog.js +3 -1
  13. package/lib/core/components/shadcn/modal/dialog.js.map +1 -1
  14. package/lib/core/components/shadcn/tabs.d.ts +12 -1
  15. package/lib/core/components/shadcn/tabs.d.ts.map +1 -1
  16. package/lib/core/components/shadcn/tabs.js +12 -4
  17. package/lib/core/components/shadcn/tabs.js.map +1 -1
  18. package/lib/core/components/shadcn/theme/ThemeSwitcher.js +1 -1
  19. package/lib/core/components/shadcn/theme/ThemeSwitcher.js.map +1 -1
  20. package/lib/features/agent/chat/AgentChatPlaybackControls.d.ts.map +1 -1
  21. package/lib/features/agent/chat/AgentChatPlaybackControls.js +2 -2
  22. package/lib/features/agent/chat/AgentChatPlaybackControls.js.map +1 -1
  23. package/lib/features/agent/chat/AgentRequestInputOverlay.d.ts.map +1 -1
  24. package/lib/features/agent/chat/AgentRequestInputOverlay.js +2 -2
  25. package/lib/features/agent/chat/AgentRequestInputOverlay.js.map +1 -1
  26. package/lib/features/agent/chat/AgentRightPanel.d.ts +5 -1
  27. package/lib/features/agent/chat/AgentRightPanel.d.ts.map +1 -1
  28. package/lib/features/agent/chat/AgentRightPanel.js +2 -2
  29. package/lib/features/agent/chat/AgentRightPanel.js.map +1 -1
  30. package/lib/features/agent/chat/ArtifactsTab.d.ts +5 -1
  31. package/lib/features/agent/chat/ArtifactsTab.d.ts.map +1 -1
  32. package/lib/features/agent/chat/ArtifactsTab.js +53 -13
  33. package/lib/features/agent/chat/ArtifactsTab.js.map +1 -1
  34. package/lib/features/agent/chat/DocumentEditingActionCard.d.ts +6 -0
  35. package/lib/features/agent/chat/DocumentEditingActionCard.d.ts.map +1 -0
  36. package/lib/features/agent/chat/DocumentEditingActionCard.js +129 -0
  37. package/lib/features/agent/chat/DocumentEditingActionCard.js.map +1 -0
  38. package/lib/features/agent/chat/ImageLightbox.d.ts.map +1 -1
  39. package/lib/features/agent/chat/ImageLightbox.js +1 -1
  40. package/lib/features/agent/chat/ImageLightbox.js.map +1 -1
  41. package/lib/features/agent/chat/ModernAgentConversation.d.ts +19 -1
  42. package/lib/features/agent/chat/ModernAgentConversation.d.ts.map +1 -1
  43. package/lib/features/agent/chat/ModernAgentConversation.js +125 -27
  44. package/lib/features/agent/chat/ModernAgentConversation.js.map +1 -1
  45. package/lib/features/agent/chat/ModernAgentOutput/AgentMarkdownAnchor.d.ts +45 -0
  46. package/lib/features/agent/chat/ModernAgentOutput/AgentMarkdownAnchor.d.ts.map +1 -0
  47. package/lib/features/agent/chat/ModernAgentOutput/AgentMarkdownAnchor.js +40 -0
  48. package/lib/features/agent/chat/ModernAgentOutput/AgentMarkdownAnchor.js.map +1 -0
  49. package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts +3 -1
  50. package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +1 -1
  51. package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +96 -51
  52. package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +1 -1
  53. package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.d.ts +2 -1
  54. package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.d.ts.map +1 -1
  55. package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.js +9 -5
  56. package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.js.map +1 -1
  57. package/lib/features/agent/chat/ModernAgentOutput/CollapsibleAgentMarkdown.d.ts +25 -0
  58. package/lib/features/agent/chat/ModernAgentOutput/CollapsibleAgentMarkdown.d.ts.map +1 -0
  59. package/lib/features/agent/chat/ModernAgentOutput/CollapsibleAgentMarkdown.js +33 -0
  60. package/lib/features/agent/chat/ModernAgentOutput/CollapsibleAgentMarkdown.js.map +1 -0
  61. package/lib/features/agent/chat/ModernAgentOutput/Header.d.ts.map +1 -1
  62. package/lib/features/agent/chat/ModernAgentOutput/Header.js +4 -2
  63. package/lib/features/agent/chat/ModernAgentOutput/Header.js.map +1 -1
  64. package/lib/features/agent/chat/ModernAgentOutput/MessageInput.d.ts.map +1 -1
  65. package/lib/features/agent/chat/ModernAgentOutput/MessageInput.js +2 -2
  66. package/lib/features/agent/chat/ModernAgentOutput/MessageInput.js.map +1 -1
  67. package/lib/features/agent/chat/ModernAgentOutput/MessageItem.d.ts +3 -1
  68. package/lib/features/agent/chat/ModernAgentOutput/MessageItem.d.ts.map +1 -1
  69. package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js +23 -24
  70. package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js.map +1 -1
  71. package/lib/features/agent/chat/ModernAgentOutput/ResourceChangeSummary.d.ts +14 -0
  72. package/lib/features/agent/chat/ModernAgentOutput/ResourceChangeSummary.d.ts.map +1 -0
  73. package/lib/features/agent/chat/ModernAgentOutput/ResourceChangeSummary.js +21 -0
  74. package/lib/features/agent/chat/ModernAgentOutput/ResourceChangeSummary.js.map +1 -0
  75. package/lib/features/agent/chat/ModernAgentOutput/ResourceChip.d.ts +30 -0
  76. package/lib/features/agent/chat/ModernAgentOutput/ResourceChip.d.ts.map +1 -0
  77. package/lib/features/agent/chat/ModernAgentOutput/ResourceChip.js +53 -0
  78. package/lib/features/agent/chat/ModernAgentOutput/ResourceChip.js.map +1 -0
  79. package/lib/features/agent/chat/ModernAgentOutput/ToolCallGroup.d.ts.map +1 -1
  80. package/lib/features/agent/chat/ModernAgentOutput/ToolCallGroup.js +21 -2
  81. package/lib/features/agent/chat/ModernAgentOutput/ToolCallGroup.js.map +1 -1
  82. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.d.ts +6 -0
  83. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.d.ts.map +1 -1
  84. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.js +15 -1
  85. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.js.map +1 -1
  86. package/lib/features/agent/chat/ModernAgentOutput/resourceLinks.d.ts +6 -0
  87. package/lib/features/agent/chat/ModernAgentOutput/resourceLinks.d.ts.map +1 -0
  88. package/lib/features/agent/chat/ModernAgentOutput/resourceLinks.js +29 -0
  89. package/lib/features/agent/chat/ModernAgentOutput/resourceLinks.js.map +1 -0
  90. package/lib/features/agent/chat/ModernAgentOutput/resourceSummary.d.ts +33 -0
  91. package/lib/features/agent/chat/ModernAgentOutput/resourceSummary.d.ts.map +1 -0
  92. package/lib/features/agent/chat/ModernAgentOutput/resourceSummary.js +129 -0
  93. package/lib/features/agent/chat/ModernAgentOutput/resourceSummary.js.map +1 -0
  94. package/lib/features/agent/chat/ModernAgentOutput/utils.d.ts +7 -0
  95. package/lib/features/agent/chat/ModernAgentOutput/utils.d.ts.map +1 -1
  96. package/lib/features/agent/chat/ModernAgentOutput/utils.js +11 -1
  97. package/lib/features/agent/chat/ModernAgentOutput/utils.js.map +1 -1
  98. package/lib/features/agent/chat/hooks/useAgentStream.d.ts +1 -1
  99. package/lib/features/agent/chat/hooks/useAgentStream.d.ts.map +1 -1
  100. package/lib/features/agent/chat/hooks/useAgentStream.js +24 -9
  101. package/lib/features/agent/chat/hooks/useAgentStream.js.map +1 -1
  102. package/lib/features/agent/chat/index.d.ts +2 -1
  103. package/lib/features/agent/chat/index.d.ts.map +1 -1
  104. package/lib/features/agent/chat/index.js +3 -0
  105. package/lib/features/agent/chat/index.js.map +1 -1
  106. package/lib/features/environment/SelectEnvironment.d.ts +28 -0
  107. package/lib/features/environment/SelectEnvironment.d.ts.map +1 -0
  108. package/lib/features/environment/SelectEnvironment.js +97 -0
  109. package/lib/features/environment/SelectEnvironment.js.map +1 -0
  110. package/lib/features/environment/index.d.ts +2 -0
  111. package/lib/features/environment/index.d.ts.map +1 -0
  112. package/lib/features/environment/index.js +2 -0
  113. package/lib/features/environment/index.js.map +1 -0
  114. package/lib/features/index.d.ts +2 -0
  115. package/lib/features/index.d.ts.map +1 -1
  116. package/lib/features/index.js +2 -0
  117. package/lib/features/index.js.map +1 -1
  118. package/lib/features/magic-pdf/AnnotatedImageSlider.js +12 -12
  119. package/lib/features/magic-pdf/AnnotatedImageSlider.js.map +1 -1
  120. package/lib/features/magic-pdf/DownloadPopover.d.ts.map +1 -1
  121. package/lib/features/magic-pdf/DownloadPopover.js +3 -17
  122. package/lib/features/magic-pdf/DownloadPopover.js.map +1 -1
  123. package/lib/features/magic-pdf/ExtractedContentView.js +2 -6
  124. package/lib/features/magic-pdf/ExtractedContentView.js.map +1 -1
  125. package/lib/features/magic-pdf/GroundedExtractionAssistantPanel.d.ts +25 -0
  126. package/lib/features/magic-pdf/GroundedExtractionAssistantPanel.d.ts.map +1 -0
  127. package/lib/features/magic-pdf/GroundedExtractionAssistantPanel.js +42 -0
  128. package/lib/features/magic-pdf/GroundedExtractionAssistantPanel.js.map +1 -0
  129. package/lib/features/magic-pdf/GroundedExtractionView.d.ts +27 -0
  130. package/lib/features/magic-pdf/GroundedExtractionView.d.ts.map +1 -0
  131. package/lib/features/magic-pdf/GroundedExtractionView.js +377 -0
  132. package/lib/features/magic-pdf/GroundedExtractionView.js.map +1 -0
  133. package/lib/features/magic-pdf/MagicPdfProvider.d.ts +0 -2
  134. package/lib/features/magic-pdf/MagicPdfProvider.d.ts.map +1 -1
  135. package/lib/features/magic-pdf/MagicPdfProvider.js +15 -42
  136. package/lib/features/magic-pdf/MagicPdfProvider.js.map +1 -1
  137. package/lib/features/magic-pdf/MagicPdfView.d.ts.map +1 -1
  138. package/lib/features/magic-pdf/MagicPdfView.js +2 -19
  139. package/lib/features/magic-pdf/MagicPdfView.js.map +1 -1
  140. package/lib/features/magic-pdf/index.d.ts +1 -0
  141. package/lib/features/magic-pdf/index.d.ts.map +1 -1
  142. package/lib/features/magic-pdf/index.js +1 -0
  143. package/lib/features/magic-pdf/index.js.map +1 -1
  144. package/lib/features/magic-pdf/types.d.ts +1 -1
  145. package/lib/features/magic-pdf/types.d.ts.map +1 -1
  146. package/lib/features/oauth/McpConnectionsButton.d.ts.map +1 -1
  147. package/lib/features/oauth/McpConnectionsButton.js +2 -2
  148. package/lib/features/oauth/McpConnectionsButton.js.map +1 -1
  149. package/lib/features/oauth/McpConnectionsDialog.d.ts.map +1 -1
  150. package/lib/features/oauth/McpConnectionsDialog.js +1 -1
  151. package/lib/features/oauth/McpConnectionsDialog.js.map +1 -1
  152. package/lib/features/oauth/RemoteMcpConnectionButton.d.ts.map +1 -1
  153. package/lib/features/oauth/RemoteMcpConnectionButton.js +1 -1
  154. package/lib/features/oauth/RemoteMcpConnectionButton.js.map +1 -1
  155. package/lib/features/pdf-viewer/PdfPageSlider.js +2 -2
  156. package/lib/features/pdf-viewer/PdfPageSlider.js.map +1 -1
  157. package/lib/features/pdf-viewer/SimplePdfViewer.d.ts.map +1 -1
  158. package/lib/features/pdf-viewer/SimplePdfViewer.js +3 -3
  159. package/lib/features/pdf-viewer/SimplePdfViewer.js.map +1 -1
  160. package/lib/features/permissions/UserPermissionsProvider.js +1 -1
  161. package/lib/features/permissions/UserPermissionsProvider.js.map +1 -1
  162. package/lib/features/store/objects/DocumentQuickFilter.d.ts.map +1 -1
  163. package/lib/features/store/objects/DocumentQuickFilter.js +5 -5
  164. package/lib/features/store/objects/DocumentQuickFilter.js.map +1 -1
  165. package/lib/features/store/objects/DocumentSearchResults.d.ts.map +1 -1
  166. package/lib/features/store/objects/DocumentSearchResults.js +4 -4
  167. package/lib/features/store/objects/DocumentSearchResults.js.map +1 -1
  168. package/lib/features/store/objects/components/ContentDispositionButton.d.ts.map +1 -1
  169. package/lib/features/store/objects/components/ContentDispositionButton.js +1 -1
  170. package/lib/features/store/objects/components/ContentDispositionButton.js.map +1 -1
  171. package/lib/features/store/objects/components/ContentOverview.d.ts +2 -1
  172. package/lib/features/store/objects/components/ContentOverview.d.ts.map +1 -1
  173. package/lib/features/store/objects/components/ContentOverview.js +159 -31
  174. package/lib/features/store/objects/components/ContentOverview.js.map +1 -1
  175. package/lib/features/store/objects/components/DocumentEditingConfigurationSelector.d.ts +16 -0
  176. package/lib/features/store/objects/components/DocumentEditingConfigurationSelector.d.ts.map +1 -0
  177. package/lib/features/store/objects/components/DocumentEditingConfigurationSelector.js +116 -0
  178. package/lib/features/store/objects/components/DocumentEditingConfigurationSelector.js.map +1 -0
  179. package/lib/features/store/objects/components/DocumentEditingLockStatus.d.ts +7 -0
  180. package/lib/features/store/objects/components/DocumentEditingLockStatus.d.ts.map +1 -0
  181. package/lib/features/store/objects/components/DocumentEditingLockStatus.js +13 -0
  182. package/lib/features/store/objects/components/DocumentEditingLockStatus.js.map +1 -0
  183. package/lib/features/store/objects/components/DocumentEditingPanel.d.ts +48 -0
  184. package/lib/features/store/objects/components/DocumentEditingPanel.d.ts.map +1 -0
  185. package/lib/features/store/objects/components/DocumentEditingPanel.js +720 -0
  186. package/lib/features/store/objects/components/DocumentEditingPanel.js.map +1 -0
  187. package/lib/features/store/objects/components/DocumentIcon.js +1 -1
  188. package/lib/features/store/objects/components/TextEditorPanel.d.ts.map +1 -1
  189. package/lib/features/store/objects/components/TextEditorPanel.js +22 -9
  190. package/lib/features/store/objects/components/TextEditorPanel.js.map +1 -1
  191. package/lib/features/store/objects/components/VectorSearchWidget.js +1 -1
  192. package/lib/features/store/objects/components/VectorSearchWidget.js.map +1 -1
  193. package/lib/features/store/objects/components/documentArtifactRefs.d.ts +26 -0
  194. package/lib/features/store/objects/components/documentArtifactRefs.d.ts.map +1 -0
  195. package/lib/features/store/objects/components/documentArtifactRefs.js +52 -0
  196. package/lib/features/store/objects/components/documentArtifactRefs.js.map +1 -0
  197. package/lib/features/store/objects/components/documentEditingAgentConfig.d.ts +4 -0
  198. package/lib/features/store/objects/components/documentEditingAgentConfig.d.ts.map +1 -0
  199. package/lib/features/store/objects/components/documentEditingAgentConfig.js +40 -0
  200. package/lib/features/store/objects/components/documentEditingAgentConfig.js.map +1 -0
  201. package/lib/features/store/objects/components/documentEditingPrompts.d.ts +3 -0
  202. package/lib/features/store/objects/components/documentEditingPrompts.d.ts.map +1 -0
  203. package/lib/features/store/objects/components/documentEditingPrompts.js +13 -0
  204. package/lib/features/store/objects/components/documentEditingPrompts.js.map +1 -0
  205. package/lib/features/store/objects/components/documentEditingRun.d.ts +27 -0
  206. package/lib/features/store/objects/components/documentEditingRun.d.ts.map +1 -0
  207. package/lib/features/store/objects/components/documentEditingRun.js +126 -0
  208. package/lib/features/store/objects/components/documentEditingRun.js.map +1 -0
  209. package/lib/features/store/objects/components/documentEditingTarget.d.ts +20 -0
  210. package/lib/features/store/objects/components/documentEditingTarget.d.ts.map +1 -0
  211. package/lib/features/store/objects/components/documentEditingTarget.js +40 -0
  212. package/lib/features/store/objects/components/documentEditingTarget.js.map +1 -0
  213. package/lib/features/store/objects/components/index.d.ts +1 -0
  214. package/lib/features/store/objects/components/index.d.ts.map +1 -1
  215. package/lib/features/store/objects/components/index.js +1 -0
  216. package/lib/features/store/objects/components/index.js.map +1 -1
  217. package/lib/features/store/objects/components/useContentPanelHooks.d.ts +6 -3
  218. package/lib/features/store/objects/components/useContentPanelHooks.d.ts.map +1 -1
  219. package/lib/features/store/objects/components/useContentPanelHooks.js +57 -37
  220. package/lib/features/store/objects/components/useContentPanelHooks.js.map +1 -1
  221. package/lib/features/store/objects/components/useDownloadFile.d.ts +2 -1
  222. package/lib/features/store/objects/components/useDownloadFile.d.ts.map +1 -1
  223. package/lib/features/store/objects/components/useDownloadFile.js +3 -0
  224. package/lib/features/store/objects/components/useDownloadFile.js.map +1 -1
  225. package/lib/features/store/objects/layout/renderers.d.ts.map +1 -1
  226. package/lib/features/store/objects/layout/renderers.js +2 -2
  227. package/lib/features/store/objects/layout/renderers.js.map +1 -1
  228. package/lib/features/store/objects/selection/SelectionActions.js +1 -1
  229. package/lib/features/store/objects/selection/SelectionActions.js.map +1 -1
  230. package/lib/features/store/objects/selection/actions/StartWorkflowButton.js +1 -1
  231. package/lib/features/store/objects/selection/actions/StartWorkflowButton.js.map +1 -1
  232. package/lib/features/store/types/ContentObjectTypesTable.d.ts.map +1 -1
  233. package/lib/features/store/types/ContentObjectTypesTable.js +4 -4
  234. package/lib/features/store/types/ContentObjectTypesTable.js.map +1 -1
  235. package/lib/features/store/types/IntakePolicyEditor.d.ts +15 -0
  236. package/lib/features/store/types/IntakePolicyEditor.d.ts.map +1 -0
  237. package/lib/features/store/types/IntakePolicyEditor.js +455 -0
  238. package/lib/features/store/types/IntakePolicyEditor.js.map +1 -0
  239. package/lib/features/store/types/IntakePolicyForm.d.ts +11 -0
  240. package/lib/features/store/types/IntakePolicyForm.d.ts.map +1 -0
  241. package/lib/features/store/types/IntakePolicyForm.js +91 -0
  242. package/lib/features/store/types/IntakePolicyForm.js.map +1 -0
  243. package/lib/features/store/types/SelectContentTypeModal.js +1 -1
  244. package/lib/features/store/types/SelectContentTypeModal.js.map +1 -1
  245. package/lib/features/store/types/index.d.ts +2 -0
  246. package/lib/features/store/types/index.d.ts.map +1 -1
  247. package/lib/features/store/types/index.js +2 -0
  248. package/lib/features/store/types/index.js.map +1 -1
  249. package/lib/features/store/types/intake-policy-editor.logic.d.ts +7 -0
  250. package/lib/features/store/types/intake-policy-editor.logic.d.ts.map +1 -0
  251. package/lib/features/store/types/intake-policy-editor.logic.js +60 -0
  252. package/lib/features/store/types/intake-policy-editor.logic.js.map +1 -0
  253. package/lib/features/store/types/typeCatalogCache.d.ts +5 -0
  254. package/lib/features/store/types/typeCatalogCache.d.ts.map +1 -0
  255. package/lib/features/store/types/typeCatalogCache.js +40 -0
  256. package/lib/features/store/types/typeCatalogCache.js.map +1 -0
  257. package/lib/features/user/UserInfo.js +7 -3
  258. package/lib/features/user/UserInfo.js.map +1 -1
  259. package/lib/features/views/ViewExperience.d.ts +20 -0
  260. package/lib/features/views/ViewExperience.d.ts.map +1 -0
  261. package/lib/features/views/ViewExperience.js +188 -0
  262. package/lib/features/views/ViewExperience.js.map +1 -0
  263. package/lib/features/views/ViewNavigation.d.ts +3 -0
  264. package/lib/features/views/ViewNavigation.d.ts.map +1 -0
  265. package/lib/features/views/ViewNavigation.js +36 -0
  266. package/lib/features/views/ViewNavigation.js.map +1 -0
  267. package/lib/features/views/ViewResults.d.ts +9 -0
  268. package/lib/features/views/ViewResults.d.ts.map +1 -0
  269. package/lib/features/views/ViewResults.js +229 -0
  270. package/lib/features/views/ViewResults.js.map +1 -0
  271. package/lib/features/views/ViewSearch.d.ts +3 -0
  272. package/lib/features/views/ViewSearch.d.ts.map +1 -0
  273. package/lib/features/views/ViewSearch.js +74 -0
  274. package/lib/features/views/ViewSearch.js.map +1 -0
  275. package/lib/features/views/index.d.ts +7 -0
  276. package/lib/features/views/index.d.ts.map +1 -0
  277. package/lib/features/views/index.js +7 -0
  278. package/lib/features/views/index.js.map +1 -0
  279. package/lib/features/views/types.d.ts +39 -0
  280. package/lib/features/views/types.d.ts.map +1 -0
  281. package/lib/features/views/types.js +2 -0
  282. package/lib/features/views/types.js.map +1 -0
  283. package/lib/features/views/viewState.d.ts +14 -0
  284. package/lib/features/views/viewState.d.ts.map +1 -0
  285. package/lib/features/views/viewState.js +117 -0
  286. package/lib/features/views/viewState.js.map +1 -0
  287. package/lib/i18n/locales/ar.json +134 -1
  288. package/lib/i18n/locales/de.json +130 -1
  289. package/lib/i18n/locales/en.json +363 -33
  290. package/lib/i18n/locales/es.json +131 -1
  291. package/lib/i18n/locales/fr.json +131 -1
  292. package/lib/i18n/locales/it.json +131 -1
  293. package/lib/i18n/locales/ja.json +129 -1
  294. package/lib/i18n/locales/ko.json +129 -1
  295. package/lib/i18n/locales/pt.json +131 -1
  296. package/lib/i18n/locales/ru.json +132 -1
  297. package/lib/i18n/locales/tr.json +130 -1
  298. package/lib/i18n/locales/zh-TW.json +129 -1
  299. package/lib/i18n/locales/zh.json +129 -1
  300. package/lib/rich-text/EditorToolbar.d.ts +37 -0
  301. package/lib/rich-text/EditorToolbar.d.ts.map +1 -0
  302. package/lib/rich-text/EditorToolbar.js +215 -0
  303. package/lib/rich-text/EditorToolbar.js.map +1 -0
  304. package/lib/rich-text/VertesiaRichTextEditor.d.ts +26 -0
  305. package/lib/rich-text/VertesiaRichTextEditor.d.ts.map +1 -0
  306. package/lib/rich-text/VertesiaRichTextEditor.js +67 -0
  307. package/lib/rich-text/VertesiaRichTextEditor.js.map +1 -0
  308. package/lib/rich-text/index.d.ts +2 -0
  309. package/lib/rich-text/index.d.ts.map +1 -0
  310. package/lib/rich-text/index.js +2 -0
  311. package/lib/rich-text/index.js.map +1 -0
  312. package/lib/router/HistoryNavigator.d.ts.map +1 -1
  313. package/lib/router/HistoryNavigator.js +23 -13
  314. package/lib/router/HistoryNavigator.js.map +1 -1
  315. package/lib/router/Nav.d.ts.map +1 -1
  316. package/lib/router/Nav.js +15 -6
  317. package/lib/router/Nav.js.map +1 -1
  318. package/lib/session/UserSession.d.ts.map +1 -1
  319. package/lib/session/UserSession.js +5 -3
  320. package/lib/session/UserSession.js.map +1 -1
  321. package/lib/vertesia-ui-core.js +4 -4
  322. package/lib/vertesia-ui-core.js.map +1 -1
  323. package/lib/vertesia-ui-features.js +40 -28
  324. package/lib/vertesia-ui-features.js.map +1 -1
  325. package/lib/vertesia-ui-i18n.js +15 -15
  326. package/lib/vertesia-ui-i18n.js.map +1 -1
  327. package/lib/vertesia-ui-rich-text.js +5 -0
  328. package/lib/vertesia-ui-rich-text.js.map +1 -0
  329. package/lib/vertesia-ui-router.js +1 -1
  330. package/lib/vertesia-ui-router.js.map +1 -1
  331. package/lib/vertesia-ui-session.js +1 -1
  332. package/lib/vertesia-ui-session.js.map +1 -1
  333. package/lib/vertesia-ui-shell.js +1 -1
  334. package/lib/vertesia-ui-shell.js.map +1 -1
  335. package/lib/vertesia-ui-widgets.js +25 -7
  336. package/lib/vertesia-ui-widgets.js.map +1 -1
  337. package/lib/widgets/form/Form.js +1 -1
  338. package/lib/widgets/form/Form.js.map +1 -1
  339. package/lib/widgets/json-view/JSONSwitcher.js +1 -1
  340. package/lib/widgets/json-view/JSONSwitcher.js.map +1 -1
  341. package/lib/widgets/json-view/JSONView.js +6 -6
  342. package/lib/widgets/json-view/JSONView.js.map +1 -1
  343. package/lib/widgets/markdown/AgentResourceResolver.d.ts +31 -0
  344. package/lib/widgets/markdown/AgentResourceResolver.d.ts.map +1 -0
  345. package/lib/widgets/markdown/AgentResourceResolver.js +39 -0
  346. package/lib/widgets/markdown/AgentResourceResolver.js.map +1 -0
  347. package/lib/widgets/markdown/ArtifactEditingSurface.d.ts +63 -0
  348. package/lib/widgets/markdown/ArtifactEditingSurface.d.ts.map +1 -0
  349. package/lib/widgets/markdown/ArtifactEditingSurface.js +582 -0
  350. package/lib/widgets/markdown/ArtifactEditingSurface.js.map +1 -0
  351. package/lib/widgets/markdown/CollaborativeMarkdownRenderer.d.ts +69 -0
  352. package/lib/widgets/markdown/CollaborativeMarkdownRenderer.d.ts.map +1 -0
  353. package/lib/widgets/markdown/CollaborativeMarkdownRenderer.js +374 -0
  354. package/lib/widgets/markdown/CollaborativeMarkdownRenderer.js.map +1 -0
  355. package/lib/widgets/markdown/MarkdownLink.d.ts +3 -1
  356. package/lib/widgets/markdown/MarkdownLink.d.ts.map +1 -1
  357. package/lib/widgets/markdown/MarkdownLink.js +41 -14
  358. package/lib/widgets/markdown/MarkdownLink.js.map +1 -1
  359. package/lib/widgets/markdown/MarkdownRenderer.d.ts +8 -1
  360. package/lib/widgets/markdown/MarkdownRenderer.d.ts.map +1 -1
  361. package/lib/widgets/markdown/MarkdownRenderer.js +20 -4
  362. package/lib/widgets/markdown/MarkdownRenderer.js.map +1 -1
  363. package/lib/widgets/markdown/index.d.ts +5 -1
  364. package/lib/widgets/markdown/index.d.ts.map +1 -1
  365. package/lib/widgets/markdown/index.js +5 -1
  366. package/lib/widgets/markdown/index.js.map +1 -1
  367. package/lib/widgets/markdown/normalizeCustomSchemeLinks.d.ts.map +1 -1
  368. package/lib/widgets/markdown/normalizeCustomSchemeLinks.js +14 -2
  369. package/lib/widgets/markdown/normalizeCustomSchemeLinks.js.map +1 -1
  370. package/lib/widgets/markdown/textDiff.d.ts +52 -0
  371. package/lib/widgets/markdown/textDiff.d.ts.map +1 -0
  372. package/lib/widgets/markdown/textDiff.js +362 -0
  373. package/lib/widgets/markdown/textDiff.js.map +1 -0
  374. package/lib/widgets/markdown/useArtifactContent.d.ts +5 -3
  375. package/lib/widgets/markdown/useArtifactContent.d.ts.map +1 -1
  376. package/lib/widgets/markdown/useArtifactContent.js +6 -3
  377. package/lib/widgets/markdown/useArtifactContent.js.map +1 -1
  378. package/lib/widgets/markdown/useResolvedUrl.d.ts +1 -5
  379. package/lib/widgets/markdown/useResolvedUrl.d.ts.map +1 -1
  380. package/lib/widgets/markdown/useResolvedUrl.js +19 -31
  381. package/lib/widgets/markdown/useResolvedUrl.js.map +1 -1
  382. package/lib/widgets/monacoEditor/MonacoEditor.d.ts.map +1 -1
  383. package/lib/widgets/monacoEditor/MonacoEditor.js +29 -0
  384. package/lib/widgets/monacoEditor/MonacoEditor.js.map +1 -1
  385. package/lib/widgets/schema-editor/ManagedSchema.d.ts +8 -0
  386. package/lib/widgets/schema-editor/ManagedSchema.d.ts.map +1 -1
  387. package/lib/widgets/schema-editor/ManagedSchema.js +16 -0
  388. package/lib/widgets/schema-editor/ManagedSchema.js.map +1 -1
  389. package/lib/widgets/schema-editor/editor/EditableSchemaProperty.d.ts +2 -0
  390. package/lib/widgets/schema-editor/editor/EditableSchemaProperty.d.ts.map +1 -1
  391. package/lib/widgets/schema-editor/editor/EditableSchemaProperty.js +1 -0
  392. package/lib/widgets/schema-editor/editor/EditableSchemaProperty.js.map +1 -1
  393. package/lib/widgets/schema-editor/editor/PropertyViewer.d.ts.map +1 -1
  394. package/lib/widgets/schema-editor/editor/PropertyViewer.js +4 -1
  395. package/lib/widgets/schema-editor/editor/PropertyViewer.js.map +1 -1
  396. package/lib/widgets/schema-editor/editor/SchemaEditor.d.ts.map +1 -1
  397. package/lib/widgets/schema-editor/editor/SchemaEditor.js +22 -11
  398. package/lib/widgets/schema-editor/editor/SchemaEditor.js.map +1 -1
  399. package/lib/widgets/xml-viewer/hooks/useXMLViewer.d.ts +9 -0
  400. package/lib/widgets/xml-viewer/hooks/useXMLViewer.d.ts.map +1 -1
  401. package/lib/widgets/xml-viewer/hooks/useXMLViewer.js +20 -17
  402. package/lib/widgets/xml-viewer/hooks/useXMLViewer.js.map +1 -1
  403. package/package.json +37 -33
  404. package/src/__tests__/a11y.test.tsx +77 -1
  405. package/src/__tests__/axe-helper.ts +17 -7
  406. package/src/__tests__/setup.ts +25 -0
  407. package/src/core/components/SidePanel.tsx +1 -1
  408. package/src/core/components/shadcn/button.tsx +67 -12
  409. package/src/core/components/shadcn/filters/filterBar.tsx +1 -0
  410. package/src/core/components/shadcn/modal/dialog.tsx +4 -2
  411. package/src/core/components/shadcn/tabs.test.tsx +65 -0
  412. package/src/core/components/shadcn/tabs.tsx +25 -3
  413. package/src/core/components/shadcn/theme/ThemeSwitcher.tsx +1 -1
  414. package/src/features/agent/chat/AgentChatPlaybackControls.tsx +0 -5
  415. package/src/features/agent/chat/AgentRequestInputOverlay.test.tsx +31 -0
  416. package/src/features/agent/chat/AgentRequestInputOverlay.tsx +6 -2
  417. package/src/features/agent/chat/AgentRightPanel.tsx +16 -1
  418. package/src/features/agent/chat/ArtifactsTab.test.tsx +55 -0
  419. package/src/features/agent/chat/ArtifactsTab.tsx +222 -61
  420. package/src/features/agent/chat/DocumentEditingActionCard.test.tsx +105 -0
  421. package/src/features/agent/chat/DocumentEditingActionCard.tsx +210 -0
  422. package/src/features/agent/chat/ImageLightbox.tsx +0 -1
  423. package/src/features/agent/chat/ModernAgentConversation.test.tsx +285 -40
  424. package/src/features/agent/chat/ModernAgentConversation.tsx +247 -77
  425. package/src/features/agent/chat/ModernAgentOutput/AgentMarkdownAnchor.test.tsx +79 -0
  426. package/src/features/agent/chat/ModernAgentOutput/AgentMarkdownAnchor.tsx +94 -0
  427. package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.test.tsx +263 -35
  428. package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.tsx +236 -118
  429. package/src/features/agent/chat/ModernAgentOutput/AttachmentPreview.tsx +17 -0
  430. package/src/features/agent/chat/ModernAgentOutput/CollapsibleAgentMarkdown.test.tsx +44 -0
  431. package/src/features/agent/chat/ModernAgentOutput/CollapsibleAgentMarkdown.tsx +88 -0
  432. package/src/features/agent/chat/ModernAgentOutput/Header.tsx +3 -3
  433. package/src/features/agent/chat/ModernAgentOutput/MessageInput.tsx +0 -2
  434. package/src/features/agent/chat/ModernAgentOutput/MessageItem.tsx +34 -47
  435. package/src/features/agent/chat/ModernAgentOutput/ResourceChangeSummary.tsx +40 -0
  436. package/src/features/agent/chat/ModernAgentOutput/ResourceChip.test.tsx +148 -0
  437. package/src/features/agent/chat/ModernAgentOutput/ResourceChip.tsx +141 -0
  438. package/src/features/agent/chat/ModernAgentOutput/ToolCallGroup.tsx +33 -1
  439. package/src/features/agent/chat/ModernAgentOutput/requestInputMessages.test.ts +80 -0
  440. package/src/features/agent/chat/ModernAgentOutput/requestInputMessages.ts +21 -1
  441. package/src/features/agent/chat/ModernAgentOutput/resourceLinks.tsx +43 -0
  442. package/src/features/agent/chat/ModernAgentOutput/resourceSummary.test.ts +229 -0
  443. package/src/features/agent/chat/ModernAgentOutput/resourceSummary.ts +152 -0
  444. package/src/features/agent/chat/ModernAgentOutput/utils.test.ts +17 -0
  445. package/src/features/agent/chat/ModernAgentOutput/utils.ts +14 -1
  446. package/src/features/agent/chat/hooks/useAgentStream.test.tsx +188 -0
  447. package/src/features/agent/chat/hooks/useAgentStream.ts +28 -8
  448. package/src/features/agent/chat/index.ts +11 -0
  449. package/src/features/environment/SelectEnvironment.tsx +186 -0
  450. package/src/features/environment/index.ts +1 -0
  451. package/src/features/index.ts +2 -0
  452. package/src/features/magic-pdf/AnnotatedImageSlider.tsx +62 -66
  453. package/src/features/magic-pdf/DownloadPopover.tsx +5 -48
  454. package/src/features/magic-pdf/ExtractedContentView.tsx +2 -14
  455. package/src/features/magic-pdf/GroundedExtractionAssistantPanel.tsx +86 -0
  456. package/src/features/magic-pdf/GroundedExtractionView.test.tsx +65 -0
  457. package/src/features/magic-pdf/GroundedExtractionView.tsx +1055 -0
  458. package/src/features/magic-pdf/MagicPdfProvider.tsx +17 -47
  459. package/src/features/magic-pdf/MagicPdfView.tsx +3 -51
  460. package/src/features/magic-pdf/index.ts +1 -0
  461. package/src/features/magic-pdf/types.ts +1 -1
  462. package/src/features/oauth/McpConnectionsButton.tsx +0 -2
  463. package/src/features/oauth/McpConnectionsDialog.tsx +0 -1
  464. package/src/features/oauth/RemoteMcpConnectionButton.tsx +0 -1
  465. package/src/features/pdf-viewer/PdfPageSlider.tsx +5 -5
  466. package/src/features/pdf-viewer/SimplePdfViewer.tsx +11 -12
  467. package/src/features/permissions/UserPermissionsProvider.tsx +1 -1
  468. package/src/features/store/objects/DocumentQuickFilter.tsx +13 -15
  469. package/src/features/store/objects/DocumentSearchResults.tsx +5 -8
  470. package/src/features/store/objects/components/ContentDispositionButton.tsx +5 -1
  471. package/src/features/store/objects/components/ContentOverview.tsx +356 -105
  472. package/src/features/store/objects/components/DocumentEditingConfigurationSelector.test.ts +34 -0
  473. package/src/features/store/objects/components/DocumentEditingConfigurationSelector.tsx +211 -0
  474. package/src/features/store/objects/components/DocumentEditingLockStatus.test.tsx +32 -0
  475. package/src/features/store/objects/components/DocumentEditingLockStatus.tsx +45 -0
  476. package/src/features/store/objects/components/DocumentEditingPanel.test.tsx +336 -0
  477. package/src/features/store/objects/components/DocumentEditingPanel.tsx +1236 -0
  478. package/src/features/store/objects/components/DocumentIcon.tsx +1 -1
  479. package/src/features/store/objects/components/TextEditorPanel.test.tsx +48 -0
  480. package/src/features/store/objects/components/TextEditorPanel.tsx +41 -20
  481. package/src/features/store/objects/components/VectorSearchWidget.tsx +2 -2
  482. package/src/features/store/objects/components/documentArtifactRefs.test.ts +65 -0
  483. package/src/features/store/objects/components/documentArtifactRefs.ts +72 -0
  484. package/src/features/store/objects/components/documentEditingAgentConfig.test.ts +28 -0
  485. package/src/features/store/objects/components/documentEditingAgentConfig.ts +41 -0
  486. package/src/features/store/objects/components/documentEditingPrompts.test.ts +26 -0
  487. package/src/features/store/objects/components/documentEditingPrompts.ts +12 -0
  488. package/src/features/store/objects/components/documentEditingRun.test.ts +176 -0
  489. package/src/features/store/objects/components/documentEditingRun.ts +184 -0
  490. package/src/features/store/objects/components/documentEditingTarget.test.ts +96 -0
  491. package/src/features/store/objects/components/documentEditingTarget.ts +63 -0
  492. package/src/features/store/objects/components/index.ts +1 -0
  493. package/src/features/store/objects/components/useContentPanelHooks.ts +55 -42
  494. package/src/features/store/objects/components/useDownloadFile.test.ts +20 -0
  495. package/src/features/store/objects/components/useDownloadFile.ts +5 -1
  496. package/src/features/store/objects/layout/renderers.tsx +1 -2
  497. package/src/features/store/objects/selection/SelectionActions.tsx +1 -1
  498. package/src/features/store/objects/selection/actions/StartWorkflowButton.tsx +2 -2
  499. package/src/features/store/types/ContentObjectTypesTable.tsx +12 -14
  500. package/src/features/store/types/IntakePolicyEditor.tsx +679 -0
  501. package/src/features/store/types/IntakePolicyForm.tsx +838 -0
  502. package/src/features/store/types/SelectContentTypeModal.tsx +2 -2
  503. package/src/features/store/types/index.ts +2 -0
  504. package/src/features/store/types/intake-policy-editor.logic.test.ts +109 -0
  505. package/src/features/store/types/intake-policy-editor.logic.ts +87 -0
  506. package/src/features/store/types/typeCatalogCache.ts +45 -0
  507. package/src/features/user/UserInfo.tsx +7 -7
  508. package/src/features/views/ViewExperience.test.tsx +273 -0
  509. package/src/features/views/ViewExperience.tsx +408 -0
  510. package/src/features/views/ViewNavigation.test.tsx +86 -0
  511. package/src/features/views/ViewNavigation.tsx +187 -0
  512. package/src/features/views/ViewResults.test.ts +82 -0
  513. package/src/features/views/ViewResults.tsx +609 -0
  514. package/src/features/views/ViewSearch.test.tsx +147 -0
  515. package/src/features/views/ViewSearch.tsx +205 -0
  516. package/src/features/views/index.ts +6 -0
  517. package/src/features/views/types.ts +57 -0
  518. package/src/features/views/viewState.test.ts +111 -0
  519. package/src/features/views/viewState.ts +132 -0
  520. package/src/i18n/locales/ar.json +134 -1
  521. package/src/i18n/locales/de.json +130 -1
  522. package/src/i18n/locales/en.json +1083 -753
  523. package/src/i18n/locales/es.json +131 -1
  524. package/src/i18n/locales/fr.json +131 -1
  525. package/src/i18n/locales/it.json +131 -1
  526. package/src/i18n/locales/ja.json +129 -1
  527. package/src/i18n/locales/ko.json +129 -1
  528. package/src/i18n/locales/pt.json +131 -1
  529. package/src/i18n/locales/ru.json +132 -1
  530. package/src/i18n/locales/tr.json +130 -1
  531. package/src/i18n/locales/zh-TW.json +129 -1
  532. package/src/i18n/locales/zh.json +129 -1
  533. package/src/rich-text/EditorToolbar.tsx +708 -0
  534. package/src/rich-text/VertesiaRichTextEditor.test.tsx +211 -0
  535. package/src/rich-text/VertesiaRichTextEditor.tsx +241 -0
  536. package/src/rich-text/index.ts +9 -0
  537. package/src/router/HistoryNavigator.test.ts +48 -0
  538. package/src/router/HistoryNavigator.ts +24 -13
  539. package/src/router/Nav.tsx +18 -8
  540. package/src/session/UserSession.test.ts +39 -0
  541. package/src/session/UserSession.ts +5 -3
  542. package/src/widgets/form/Form.tsx +1 -1
  543. package/src/widgets/json-view/JSONSwitcher.tsx +2 -2
  544. package/src/widgets/json-view/JSONView.tsx +7 -7
  545. package/src/widgets/markdown/AgentResourceResolver.test.ts +24 -0
  546. package/src/widgets/markdown/AgentResourceResolver.tsx +70 -0
  547. package/src/widgets/markdown/ArtifactEditingSurface.test.tsx +537 -0
  548. package/src/widgets/markdown/ArtifactEditingSurface.tsx +878 -0
  549. package/src/widgets/markdown/CollaborativeMarkdownRenderer.test.tsx +484 -0
  550. package/src/widgets/markdown/CollaborativeMarkdownRenderer.tsx +825 -0
  551. package/src/widgets/markdown/MarkdownLink.test.tsx +122 -0
  552. package/src/widgets/markdown/MarkdownLink.tsx +102 -17
  553. package/src/widgets/markdown/MarkdownRenderer.tsx +30 -3
  554. package/src/widgets/markdown/index.ts +39 -1
  555. package/src/widgets/markdown/normalizeCustomSchemeLinks.ts +15 -2
  556. package/src/widgets/markdown/textDiff.test.ts +156 -0
  557. package/src/widgets/markdown/textDiff.ts +399 -0
  558. package/src/widgets/markdown/useArtifactContent.ts +9 -3
  559. package/src/widgets/markdown/useResolvedUrl.test.ts +29 -40
  560. package/src/widgets/markdown/useResolvedUrl.ts +33 -35
  561. package/src/widgets/monacoEditor/MonacoEditor.tsx +29 -0
  562. package/src/widgets/schema-editor/ManagedSchema.ts +22 -0
  563. package/src/widgets/schema-editor/editor/EditableSchemaProperty.tsx +3 -0
  564. package/src/widgets/schema-editor/editor/PropertyViewer.tsx +14 -3
  565. package/src/widgets/schema-editor/editor/SchemaEditor.tsx +80 -29
  566. package/src/widgets/xml-viewer/hooks/useXMLViewer.test.ts +26 -0
  567. package/src/widgets/xml-viewer/hooks/useXMLViewer.ts +23 -18
@@ -1,13 +1,13 @@
1
1
  {
2
- "abac_perms.scope.collection": "Collection",
3
- "abac_perms.scope.document": "Document",
4
- "abac_perms.scope.task": "Task",
5
2
  "abac_perms.collection.content_manager": "Collection Manager",
6
3
  "abac_perms.collection.content_reader": "Collection Reader",
7
4
  "abac_perms.collection.content_writer": "Collection Writer",
8
5
  "abac_perms.document.content_manager": "Content Manager",
9
6
  "abac_perms.document.content_reader": "Content Reader",
10
7
  "abac_perms.document.content_writer": "Content Writer",
8
+ "abac_perms.scope.collection": "Collection",
9
+ "abac_perms.scope.document": "Document",
10
+ "abac_perms.scope.task": "Task",
11
11
  "agent.activeWorkstreams_one": "Agent has {{count}} active workstream running",
12
12
  "agent.activeWorkstreams_other": "Agent has {{count}} active workstreams running",
13
13
  "agent.addAttachment": "Add attachment",
@@ -29,23 +29,40 @@
29
29
  "agent.approvalMode.fullControl": "Full control",
30
30
  "agent.approvalMode.fullControlDescription": "Run modifying actions without approval",
31
31
  "agent.approvalMode.selectorLabel": "Agent approval mode",
32
+ "agent.artifactConflictDescription": "Your edits are preserved in this editor but are not saved. Automatic merge could not safely combine both versions.",
33
+ "agent.artifactConflictRebased": "Your edits were merged with the latest working copy",
34
+ "agent.artifactConflictRetry": "Try merge again",
35
+ "agent.artifactConflictTitle": "Working copy changed elsewhere",
36
+ "agent.artifactEditingUnavailable": "Artifact editing is unavailable in this conversation",
32
37
  "agent.artifacts": "Artifacts",
38
+ "agent.askAgentToReconcile": "Ask agent to merge",
39
+ "agent.backToArtifacts": "Back to artifacts",
33
40
  "agent.backToMainAgent": "Back to main agent",
34
41
  "agent.batch": "Batch",
42
+ "agent.blockMode": "Block mode",
35
43
  "agent.browserPreview": "Browser preview",
36
44
  "agent.browserScreenshot": "Browser screenshot",
37
45
  "agent.browserScreenshotPending": "Waiting for browser screenshot",
38
46
  "agent.browserUse": "Browser Use",
39
47
  "agent.browserWidgetRenderError": "Browser widget could not be rendered",
48
+ "agent.cancelWorkflow": "Cancel Workflow",
40
49
  "agent.canceled": "Canceled",
41
50
  "agent.canceling": "Canceling",
42
- "agent.cancelWorkflow": "Cancel Workflow",
51
+ "agent.changeRuler": "Change ruler",
52
+ "agent.changedRegion": "Change near line {{line}}",
53
+ "agent.changesSentToAgent": "Changes sent to agent",
43
54
  "agent.clickToCompactNow": "Click to compact now.",
44
55
  "agent.clickToEnlarge": "Click to enlarge",
45
56
  "agent.cloneConversation": "Clone Conversation",
57
+ "agent.addComment": "Add comment",
46
58
  "agent.close": "Close",
47
59
  "agent.closeFullscreen": "Close fullscreen",
60
+ "agent.commentingOn": "Commenting on",
61
+ "agent.commentOnSelection": "Comment on selection",
62
+ "agent.commentOnSelectionPlaceholder": "Describe how the agent should improve this section...",
63
+ "agent.comments": "Comments",
48
64
  "agent.completed": "Completed",
65
+ "agent.deleteComment": "Remove comment",
49
66
  "agent.contextRemainingUntilCompact": "{{percent}}% of context remaining until auto-compact.",
50
67
  "agent.contextTokenUsage": "Context size: {{used}} / {{limit}} tokens",
51
68
  "agent.contextUsageCompactLabel": "{{percent}}% context used - click to compact",
@@ -64,13 +81,49 @@
64
81
  "agent.copyWorkflowRunId": "Copy Workflow Run ID",
65
82
  "agent.dashboard": "Dashboard",
66
83
  "agent.details": "Details",
84
+ "agent.directEditsReadyMessage": "I edited the working copy directly in the Full editor. The latest changes are already saved to {{path}}. Read that artifact and use it as the current source of truth. Do not apply these edits again.",
67
85
  "agent.document": "Document",
86
+ "agent.documentEditApplied": "Edit saved",
87
+ "agent.documentEditApplyFailed": "Couldn't apply the edit",
88
+ "agent.documentEditApplyFailedDescription": "The selected content has changed. Reselect the section and try again.",
89
+ "agent.documentEditCardAfter": "After",
90
+ "agent.documentEditCardApplied": "Edit applied",
91
+ "agent.documentEditCardBefore": "Before",
92
+ "agent.documentEditCardComment": "Comment on document",
93
+ "agent.documentEditCardDirectEdit": "Direct document edit",
94
+ "agent.documentEditCardSelectedContent": "Selected content",
95
+ "agent.documentEditCardTitle": "Document edit request",
96
+ "agent.documentEditing": "Document editing",
97
+ "agent.documentEditingConfiguration": "Environment and model",
98
+ "agent.documentEditingConfigurationDescription": "Defaults to the model configured for agents in this project.",
99
+ "agent.documentEditingConfigurationLocked": "This configuration belongs to the attached conversation. Start a new conversation to change it.",
100
+ "agent.documentEditingDefaultsRequired": "Configure a default agent environment and model before starting document editing",
101
+ "agent.documentEditingDraftPreserved": "Your draft was preserved",
102
+ "agent.documentEditingDraftPreservedDescription": "The document changed while you were editing. Copy or adapt this draft before dismissing it.",
103
+ "agent.documentEditingInitialRequest": "Help me improve this document",
104
+ "agent.documentEditingPlaceholder": "Describe a change or select a document section...",
105
+ "agent.documentEditingSelectEnvironment": "Select an environment",
106
+ "agent.documentEditingSelectModel": "Select a model",
107
+ "agent.documentEditingStart": "Start editing",
108
+ "agent.documentEditingStartFailed": "Failed to start document editing",
109
+ "agent.documentEditingStartRequest": "Read the working copy and get ready to help me edit it. Do not make changes until I ask.",
110
+ "agent.documentEditingWelcome": "Start a conversation to edit this document collaboratively. You can also select any section in the document and comment on or edit it.",
68
111
  "agent.documents": "Documents",
69
112
  "agent.download": "Download",
70
113
  "agent.downloadConversation": "Download Conversation",
71
114
  "agent.dropFilesToUpload": "Drop files to upload",
115
+ "agent.editSelection": "Edit selection",
116
+ "agent.editSelectionPlaceholder": "Edit the selected Markdown...",
117
+ "agent.editMode": "Edit mode",
118
+ "agent.editWithAI": "Edit with AI",
119
+ "agent.editedSelectionMessage": "Edited selected {{blockType}}",
120
+ "agent.editingLockedDescription": "Editing is locked until the agent finishes to avoid conflicting changes.",
121
+ "agent.editingLockedTitle": "AI is editing the working copy",
122
+ "agent.editingManuallyUnlockedDescription": "The agent is still working. Your edits may conflict with its changes.",
123
+ "agent.editingManuallyUnlockedTitle": "Editing manually unlocked",
72
124
  "agent.elapsed": "{{seconds}}s elapsed",
73
125
  "agent.enlargedView": "Enlarged view",
126
+ "agent.environment": "Environment",
74
127
  "agent.error": "Error",
75
128
  "agent.errorStarting": "Error starting workflow",
76
129
  "agent.exit": "Exit",
@@ -79,26 +132,32 @@
79
132
  "agent.exportAsPdf": "Export as PDF",
80
133
  "agent.exportAsPng": "Export as PNG",
81
134
  "agent.exportAsWord": "Export as Word",
82
- "agent.exporting": "Exporting...",
83
135
  "agent.exportMessage": "Export message",
136
+ "agent.exporting": "Exporting...",
84
137
  "agent.failed": "Failed",
85
138
  "agent.failedToCancelWorkflow": "Failed to cancel workflow",
86
139
  "agent.failedToCloneConversation": "Failed to clone conversation",
87
140
  "agent.failedToCompactContext": "Failed to compact context",
88
141
  "agent.failedToDownload": "Failed to download conversation",
89
142
  "agent.failedToInterrupt": "Failed to Interrupt",
143
+ "agent.failedToLoadArtifact": "Failed to load artifact",
90
144
  "agent.failedToLoadDocument": "Failed to load document",
91
145
  "agent.failedToSend": "Failed to Send Message",
92
- "agent.filesProcessing": "Files Still Processing",
93
146
  "agent.fileStagedTooltip": "File staged and will upload when conversation starts",
147
+ "agent.filesProcessing": "Files Still Processing",
148
+ "agent.fullEditor": "Full editor",
94
149
  "agent.fullscreen": "Fullscreen",
95
150
  "agent.hideDetails": "Hide details",
96
151
  "agent.hideSidebar": "Hide Sidebar",
97
152
  "agent.hideThinkingDetails": "Hide thinking details",
98
153
  "agent.inProgress": "In Progress",
154
+ "agent.insertChart": "Insert chart",
155
+ "agent.insertComponent": "Insert component after this block",
156
+ "agent.insertLink": "Insert link",
99
157
  "agent.linkObject": "Link Object",
100
158
  "agent.loadingArtifacts": "Loading artifacts...",
101
159
  "agent.loadingDocument": "Loading document...",
160
+ "agent.lockEditing": "Lock editing",
102
161
  "agent.main": "Main",
103
162
  "agent.mainWorkstream": "Main Workstream",
104
163
  "agent.mcpConnectedMessage": "I've connected to {{name}}.",
@@ -108,8 +167,11 @@
108
167
  "agent.messageMainAgentWhileViewingWorkstream": "Message @Main Agent (viewing {{workstream}})...",
109
168
  "agent.messageReceived": "Message received",
110
169
  "agent.messageSending": "Sending message",
170
+ "agent.model": "Model",
111
171
  "agent.moreActions": "More actions",
112
172
  "agent.moreTabs": "More",
173
+ "agent.newSessionDiscardDescription": "Starting a new session resets the working copy to the last saved document. Your unsaved changes will be lost.",
174
+ "agent.newSessionDiscardTitle": "Discard unsaved changes?",
113
175
  "agent.newerPlan": "Next revision",
114
176
  "agent.no": "No",
115
177
  "agent.noActiveParallelTasks": "No active parallel tasks",
@@ -118,15 +180,16 @@
118
180
  "agent.noContentAvailable": "No content available",
119
181
  "agent.noContentToExport": "No content to export",
120
182
  "agent.noConversationContent": "No conversation content available to export",
183
+ "agent.onlySystemArtifacts": "Only system files in this run. Enable \"System files\" to view them.",
121
184
  "agent.noDocumentsOpen": "No documents open",
122
185
  "agent.noFilesUploadedYet": "No files uploaded yet",
123
186
  "agent.noMessagesInWorkstream": "No messages in this workstream yet...",
124
187
  "agent.noPlanAvailable": "No plan",
125
188
  "agent.noPlanDetected": "No plan has been detected yet",
126
189
  "agent.olderPlan": "Previous revision",
127
- "agent.onlySystemArtifacts": "Only system files in this run. Enable \"System files\" to view them.",
128
190
  "agent.openDocument": "Open document",
129
191
  "agent.openInNewTab": "Open in new tab",
192
+ "agent.originalDocument": "Original document",
130
193
  "agent.panelRenderError": "{{name}} could not be rendered",
131
194
  "agent.panelRenderErrorDescription": "The rest of the agent viewer is still available.",
132
195
  "agent.parallelWorkDescription": "Parallel tasks running alongside this conversation.",
@@ -146,7 +209,14 @@
146
209
  "agent.remaining": "{{seconds}}s remaining",
147
210
  "agent.removeFile": "Remove {{name}}",
148
211
  "agent.removeFileFailed": "Failed to remove file",
212
+ "agent.resourceActionCreated": "Created",
213
+ "agent.resourceActionDeleted": "Deleted",
214
+ "agent.resourceActionUpdated": "Updated",
215
+ "agent.resourceShowLess": "Show less",
216
+ "agent.resourceViewAll": "View all {{total}} changes",
217
+ "agent.resourcesChanged": "Resources changed",
149
218
  "agent.retry": "Retry",
219
+ "agent.reviewChanges": "Review changes",
150
220
  "agent.rewind.exportFixture": "Download Messages",
151
221
  "agent.rewind.fixtureExported": "Messages JSON downloaded",
152
222
  "agent.rewind.fixtureMeta": "{{messageCount}} messages · loop {{loops}}",
@@ -162,10 +232,17 @@
162
232
  "agent.rewind.resume": "Resume",
163
233
  "agent.runIdCopied": "Run ID copied",
164
234
  "agent.running": "Running",
235
+ "agent.saveConflictNotice": "The document was updated outside this session. Save again to overwrite it, or ask the agent to merge both versions.",
236
+ "agent.saveToDocument": "Save to document",
237
+ "agent.savedToWorkingCopy": "Saved to working copy",
238
+ "agent.savingWorkingCopy": "Saving working copy...",
165
239
  "agent.searchDocuments": "Attach Documents",
166
240
  "agent.selectInteraction": "Select an interaction and click Start to start an agent",
167
241
  "agent.selectOption": "Select Option",
242
+ "agent.selectTextToComment": "Select text in the document to comment on it",
168
243
  "agent.send": "Send",
244
+ "agent.sendChangesToAgent": "Send changes to agent",
245
+ "agent.sendToAgent": "Send to agent",
169
246
  "agent.sendTooltip": "Click or Enter to send",
170
247
  "agent.showAllMessages": "Show all messages",
171
248
  "agent.showDetails": "Show details",
@@ -175,14 +252,16 @@
175
252
  "agent.showSystemArtifacts": "System files",
176
253
  "agent.staged": "Staged",
177
254
  "agent.startAgent": "Start Agent",
255
+ "agent.startDocumentEditingConversationFirst": "Start the document editing conversation before sending a section",
256
+ "agent.startNewConversation": "Start New Conversation",
178
257
  "agent.startingAgent": "Starting agent...",
179
258
  "agent.startingAgentUploading": "Starting agent and uploading files...",
180
- "agent.startNewConversation": "Start New Conversation",
181
259
  "agent.stepByStepPlan": "Step-by-Step Plan",
182
260
  "agent.stopTooltip": "Click or Esc Esc to stop",
183
261
  "agent.submitSelection": "Submit Selection",
184
262
  "agent.submitSelectionCount_one": "Submit Selection ({{count}})",
185
263
  "agent.submitSelectionCount_other": "Submit Selection ({{count}})",
264
+ "agent.summarizeChanges": "Summarize changes",
186
265
  "agent.summary": "Summary",
187
266
  "agent.taskProgress": "Task Progress",
188
267
  "agent.tasksCompleted": "{{completed}}/{{total}} completed",
@@ -193,6 +272,7 @@
193
272
  "agent.unableToOpenPrint": "Unable to open print preview",
194
273
  "agent.unknownError": "Unknown error",
195
274
  "agent.unknownTime": "Unknown time",
275
+ "agent.unlockEditing": "Unlock editing",
196
276
  "agent.upload": "Upload",
197
277
  "agent.uploadFailed": "Upload Failed",
198
278
  "agent.uploading": "Uploading...",
@@ -205,6 +285,7 @@
205
285
  "agent.workflowCancelled": "Workflow cancelled",
206
286
  "agent.workflowRunIdCopied": "Workflow Run ID copied",
207
287
  "agent.working": "Working...",
288
+ "agent.workingCopy": "Working copy",
208
289
  "agent.workstreamProgress": "{{percent}}% complete",
209
290
  "agent.workstreamRenderError": "Workstream could not be rendered",
210
291
  "agent.workstreams": "Workstreams",
@@ -273,6 +354,203 @@
273
354
  "filter.selectRange": "Select range",
274
355
  "filter.to": "To:",
275
356
  "form.filter": "Filter...",
357
+ "grounded.aiVerified": "Verified by the AI reviewer against the page image",
358
+ "grounded.assistant": "Extraction assistant",
359
+ "grounded.assistantField": "Correcting field:",
360
+ "grounded.assistantTooltip": "Open the assistant to correct fields — it reads the page and applies grounded edits",
361
+ "grounded.breakdownDigital": "Verified in document text",
362
+ "grounded.breakdownImageRead": "Read from image (unverified)",
363
+ "grounded.breakdownOcr": "Verified against OCR",
364
+ "grounded.breakdownReviewer": "Confirmed by AI reviewer",
365
+ "grounded.breakdownSnapped": "Re-anchored to matching block",
366
+ "grounded.breakdownTitle": "Verification breakdown",
367
+ "grounded.breakdownUnverifiedList": "Unverified values — click to locate",
368
+ "grounded.breakdownVerificationHelp": "Two kinds of verification, both trustworthy. Digitally verified means the value matched the document's text (digital layer or OCR). AI verified means the reviewer read the page image and confirmed it — the right signal for scans and handwriting, where there is no text layer to match, so a scanned document showing 0 digitally verified is normal.",
369
+ "grounded.checkerboard": "Checkerboard",
370
+ "grounded.confidence": "Verification {{percent}}%",
371
+ "grounded.confidenceHint": "Share of extracted values that were confirmed — matched verbatim against the document text (digital layer or OCR) or confirmed by the reviewer against the page image. Values read off the image but neither text-matched nor reviewer-confirmed are not counted.",
372
+ "grounded.conflicts": "{{count}} value(s) differed between extraction windows — earliest kept",
373
+ "grounded.digitalVerifiedHint": "Digitally verified: matched verbatim against the document's text (digital text layer or OCR). Not possible for scanned or handwritten content, where there is no reliable text layer.",
374
+ "grounded.digitalVerifiedOf": "{{count}}/{{total}} text-verified",
375
+ "grounded.downloadAnnotated": "Download the annotated PDF",
376
+ "grounded.downloadBlocks": "Download this page’s text blocks and OCR confidences (JSON)",
377
+ "grounded.downloadCitations": "Download citations (JSON)",
378
+ "grounded.downloadOcr": "Download this page's raw OCR words (TSV, with per-word confidence)",
379
+ "grounded.failedToLoad": "Failed to load the grounded extraction",
380
+ "grounded.fullyVerified": "Verified in document",
381
+ "grounded.hardness": "Complexity {{percent}}%",
382
+ "grounded.hardnessHint": "How hard the document is to read: 0% clean digital text, 100% unreadable. Scans and handwriting raise it; ↑ means the extraction escalated to the stronger model.",
383
+ "grounded.modelVerifiedHint": "AI verified: the reviewer model read the page image and confirmed the value. A strong verification — and the primary signal for scanned and handwritten documents.",
384
+ "grounded.modelVerifiedOf": "{{count}} AI-verified",
385
+ "grounded.nextPage": "Next page",
386
+ "grounded.notFound": "No grounded extraction found for this document",
387
+ "grounded.pageAlt": "Page {{page}}",
388
+ "grounded.previousPage": "Previous page",
389
+ "grounded.readFromImage": "Read from the page image (not verbatim in the text layer)",
390
+ "grounded.reviewCorrections": "{{count}} value(s) corrected by the reviewer",
391
+ "grounded.reviewSummary": "Reviewer",
392
+ "grounded.title": "Grounded extraction",
393
+ "grounded.unverifiedCount": "{{count}} unverified",
394
+ "grounded.unverifiedHint": "Read from the page image but neither text-matched nor reviewer-confirmed. Worth a human check.",
395
+ "grounded.verdictByConfidence": "from extraction confidence",
396
+ "grounded.verdictByReviewer": "by the AI reviewer",
397
+ "grounded.verdictDetails": "Show trust verdict details",
398
+ "grounded.verdictGoodToGo": "✓ Good to go",
399
+ "grounded.verdictHint": "Overall trust in the extracted content. “Good to go” means the values can be used as-is; “Needs review” means a human should verify them. This reflects content correctness, not how many citation boxes rendered.",
400
+ "grounded.verdictNeedsReview": "⚠ Needs review",
401
+ "grounded.verified": "Verified against the document text",
402
+ "grounded.verifiedOf": "{{verified}}/{{total}} verified",
403
+ "intakePolicy.action.addRange": "Add range",
404
+ "intakePolicy.action.examples": "Examples",
405
+ "intakePolicy.action.format": "Format",
406
+ "intakePolicy.action.insertExample": "Insert example",
407
+ "intakePolicy.action.removeRange": "Remove range",
408
+ "intakePolicy.action.revert": "Revert",
409
+ "intakePolicy.action.save": "Save",
410
+ "intakePolicy.action.validate": "Validate",
411
+ "intakePolicy.error.fixJsonBeforeForm": "Fix the JSON errors before returning to the form editor.",
412
+ "intakePolicy.example.extraction_only.description": "Extract properties visually, render a compact text summary, and keep the source view.",
413
+ "intakePolicy.example.extraction_only.label": "Extraction Only",
414
+ "intakePolicy.example.full_reference.description": "Every available option with representative values. Trim to what your type needs.",
415
+ "intakePolicy.example.full_reference.label": "Full Reference",
416
+ "intakePolicy.example.grounded.description": "Extract with citations and annotated proof, with escalation and review for hard scans.",
417
+ "intakePolicy.example.grounded.label": "Grounded Extraction",
418
+ "intakePolicy.example.media_no_transcript.description": "Disable conversion while preserving property extraction settings.",
419
+ "intakePolicy.example.media_no_transcript.label": "Media, No Transcript",
420
+ "intakePolicy.example.minimal.description": "Use project defaults and add only type-selection guidance.",
421
+ "intakePolicy.example.minimal.label": "Minimal",
422
+ "intakePolicy.example.structured_spreadsheet.description": "Use structured worksheet text for Excel and CSV files.",
423
+ "intakePolicy.example.structured_spreadsheet.label": "Spreadsheet Text",
424
+ "intakePolicy.example.visual_first.description": "Use visual evidence for PDFs, scans, presentations, diagrams, and layout-heavy content.",
425
+ "intakePolicy.example.visual_first.label": "Visual First",
426
+ "intakePolicy.field.agent": "Agent",
427
+ "intakePolicy.field.allowedDetails": "Allowed detail levels",
428
+ "intakePolicy.field.contactSheetDetail": "Contact sheet size",
429
+ "intakePolicy.field.coverageThreshold": "Coverage threshold",
430
+ "intakePolicy.field.defaultDetail": "Default detail",
431
+ "intakePolicy.field.defaultView": "Default view",
432
+ "intakePolicy.field.distinguishFrom": "Distinguish from",
433
+ "intakePolicy.field.enabled": "Enabled",
434
+ "intakePolicy.field.environment": "Environment",
435
+ "intakePolicy.field.examples": "Confirmed examples",
436
+ "intakePolicy.field.forceOcr": "Force OCR",
437
+ "intakePolicy.field.forceReview": "Always review",
438
+ "intakePolicy.field.generateToc": "Generate table of contents",
439
+ "intakePolicy.field.hardModel": "Hard-content model",
440
+ "intakePolicy.field.hardnessThreshold": "Hardness threshold",
441
+ "intakePolicy.field.identificationGuidance": "Identification guidance",
442
+ "intakePolicy.field.imageEmbedding": "Image embedding",
443
+ "intakePolicy.field.instructions": "Instructions",
444
+ "intakePolicy.field.interaction": "Interaction",
445
+ "intakePolicy.field.locateInstructions": "Locate instructions",
446
+ "intakePolicy.field.locateMinPages": "Minimum document pages",
447
+ "intakePolicy.field.materiality": "Materiality guidance",
448
+ "intakePolicy.field.maxImageTokens": "Maximum image tokens",
449
+ "intakePolicy.field.maxPages": "Maximum pages",
450
+ "intakePolicy.field.maxPagesPerCall": "Maximum pages per call",
451
+ "intakePolicy.field.maxPayloadMb": "Maximum payload (MB)",
452
+ "intakePolicy.field.maxRetries": "Maximum retries",
453
+ "intakePolicy.field.method": "Method",
454
+ "intakePolicy.field.minCitationDensity": "Minimum citation density",
455
+ "intakePolicy.field.mode": "Orchestration mode",
456
+ "intakePolicy.field.model": "Model",
457
+ "intakePolicy.field.omitBlockBoxes": "Omit block boxes",
458
+ "intakePolicy.field.onFailure": "On failure",
459
+ "intakePolicy.field.outputFormat": "Output format",
460
+ "intakePolicy.field.pageRanges": "Page ranges",
461
+ "intakePolicy.field.pageScope": "Page scope",
462
+ "intakePolicy.field.primaryModel": "Primary model",
463
+ "intakePolicy.field.propertiesEmbedding": "Properties embedding",
464
+ "intakePolicy.field.rangeEnd": "Range end",
465
+ "intakePolicy.field.rangeStart": "Range start",
466
+ "intakePolicy.field.refreshOcr": "Refresh OCR",
467
+ "intakePolicy.field.renderingTemplate": "Rendering template",
468
+ "intakePolicy.field.reviewModel": "Review model",
469
+ "intakePolicy.field.reviewThreshold": "Review threshold",
470
+ "intakePolicy.field.source": "Evidence source",
471
+ "intakePolicy.field.textEmbedding": "Text embedding",
472
+ "intakePolicy.field.threshold": "Threshold",
473
+ "intakePolicy.field.updateProperties": "Update properties",
474
+ "intakePolicy.field.useVision": "Use vision",
475
+ "intakePolicy.field.windowPages": "Pages per window",
476
+ "intakePolicy.help.defaultView": "Preferred first view for objects of this type.",
477
+ "intakePolicy.help.embeddings": "Optional per-type text, image, and properties embedding switches.",
478
+ "intakePolicy.help.examples": "Object IDs of human-confirmed examples for this content type.",
479
+ "intakePolicy.help.extractionSource": "Selects text, visual, or combined evidence for extraction.",
480
+ "intakePolicy.help.grounding": "Creates block-level citations and annotated proof for property extraction.",
481
+ "intakePolicy.help.identification": "Guidance for automatic type selection before extraction.",
482
+ "intakePolicy.help.identificationGuidance": "Describe what this content type is and when it should be selected.",
483
+ "intakePolicy.help.locateInstructions": "Set this to identify relevant pages before conversion and extraction.",
484
+ "intakePolicy.help.mode": "Programmatic intake is the default; agentic intake delegates orchestration to an agent.",
485
+ "intakePolicy.help.pageRanges": "Inclusive start and end pages. Negative values count from the end of the document.",
486
+ "intakePolicy.help.renderingTemplate": "Handlebars template used to materialize extracted properties into object text.",
487
+ "intakePolicy.help.review": "Optional model review for hard or low-coverage pages.",
488
+ "intakePolicy.help.textConversion": "Controls markdown or text generation before extraction and embedding.",
489
+ "intakePolicy.help.title": "Field Guide",
490
+ "intakePolicy.option.agentic": "Agentic",
491
+ "intakePolicy.option.all": "All pages",
492
+ "intakePolicy.option.auto": "Automatic",
493
+ "intakePolicy.option.basic": "Basic",
494
+ "intakePolicy.option.block": "Block",
495
+ "intakePolicy.option.custom": "Custom",
496
+ "intakePolicy.option.disabled": "Disabled",
497
+ "intakePolicy.option.enabled": "Enabled",
498
+ "intakePolicy.option.flag": "Flag for review",
499
+ "intakePolicy.option.high": "High",
500
+ "intakePolicy.option.image": "Image",
501
+ "intakePolicy.option.inherit": "Inherit",
502
+ "intakePolicy.option.llm": "LLM",
503
+ "intakePolicy.option.located": "Located pages",
504
+ "intakePolicy.option.low": "Low",
505
+ "intakePolicy.option.markdown": "Markdown",
506
+ "intakePolicy.option.mixed": "Text and vision",
507
+ "intakePolicy.option.pagesPerSheet": "{{count}} pages per sheet",
508
+ "intakePolicy.option.pdf": "PDF",
509
+ "intakePolicy.option.programmatic": "Programmatic",
510
+ "intakePolicy.option.properties": "Properties",
511
+ "intakePolicy.option.set": "Set",
512
+ "intakePolicy.option.standard": "Standard",
513
+ "intakePolicy.option.text": "Text",
514
+ "intakePolicy.option.vision": "Vision",
515
+ "intakePolicy.placeholder.environment": "Select an environment",
516
+ "intakePolicy.placeholder.model": "Select a model",
517
+ "intakePolicy.placeholder.objectId": "Add an object ID",
518
+ "intakePolicy.section.classification": "Classification and defaults",
519
+ "intakePolicy.section.conversion": "Text conversion",
520
+ "intakePolicy.section.customConversion": "Custom conversion",
521
+ "intakePolicy.section.embeddings": "Search and generated content",
522
+ "intakePolicy.section.extraction": "Property extraction",
523
+ "intakePolicy.section.grounding": "Grounded extraction",
524
+ "intakePolicy.section.locate": "Relevant page locator",
525
+ "intakePolicy.section.models": "Extraction models",
526
+ "intakePolicy.section.pageRanges": "Static page ranges",
527
+ "intakePolicy.section.rendering": "Generated text",
528
+ "intakePolicy.section.review": "Post-extraction review",
529
+ "intakePolicy.section.verification": "Verification",
530
+ "intakePolicy.section.visionBudget": "Vision evidence budget",
531
+ "intakePolicy.status.unsaved": "Unsaved",
532
+ "intakePolicy.summary.conversion": "Conversion",
533
+ "intakePolicy.summary.defaultView": "Default View",
534
+ "intakePolicy.summary.extraction": "Extraction",
535
+ "intakePolicy.summary.grounding": "Grounding",
536
+ "intakePolicy.summary.method": "Method",
537
+ "intakePolicy.summary.mode": "Mode",
538
+ "intakePolicy.summary.source": "Source",
539
+ "intakePolicy.summary.template": "Template",
540
+ "intakePolicy.summary.toc": "TOC",
541
+ "intakePolicy.tab.conversion": "Conversion",
542
+ "intakePolicy.tab.extraction": "Extraction",
543
+ "intakePolicy.tab.grounding": "Grounding",
544
+ "intakePolicy.tab.json": "JSON",
545
+ "intakePolicy.tab.output": "Output",
546
+ "intakePolicy.tab.overview": "Overview",
547
+ "intakePolicy.title": "Intake Policy",
548
+ "intakePolicy.toast.invalid": "Invalid intake policy",
549
+ "intakePolicy.toast.saved": "The intake policy has been saved.",
550
+ "intakePolicy.toast.schemaValid": "The JSON is valid and matches the intake policy schema.",
551
+ "intakePolicy.toast.updateFailed": "Failed to update intake policy",
552
+ "intakePolicy.toast.updated": "Intake policy updated",
553
+ "intakePolicy.toast.valid": "Valid intake policy",
276
554
  "language.label": "Language",
277
555
  "language.placeholder": "Choose language",
278
556
  "layout.pageNotFound": "Page Not Found",
@@ -284,10 +562,10 @@
284
562
  "login.terminal.account": "Account",
285
563
  "login.terminal.accountRequired": "Account is required",
286
564
  "login.terminal.accountRequiredDesc": "Please select an account to authorize the client to access the ComposablePrompts servers",
287
- "login.terminal.authorizeClient": "Authorize Client",
288
565
  "login.terminal.authPayloadCopied": "Authentication Payload copied",
289
566
  "login.terminal.authPayloadCopiedSuccess": "You can close this page. The CLI should have received the token.",
290
567
  "login.terminal.authPayloadCopiedWithError": "You can paste the payload in the terminal. Note: The CLI did not receive the token. An error occured: {{error}}",
568
+ "login.terminal.authorizeClient": "Authorize Client",
291
569
  "login.terminal.browserPermissionNote": "Note: If your browser asks for permission to access your local network, please allow it. This is required to send the authorization token back to the CLI tool. If not, you will need to copy/paste the token manually in your terminal.",
292
570
  "login.terminal.chooseAccountProject": "You must choose the target account and project for the client to access.",
293
571
  "login.terminal.clientAuthenticated": "The client is authenticated. You can close this page.",
@@ -375,6 +653,42 @@
375
653
  "pdf.previousPage": "Previous page",
376
654
  "pdf.zoomIn": "Zoom in",
377
655
  "pdf.zoomOut": "Zoom out",
656
+ "richText.addColumnLeft": "Add column left",
657
+ "richText.addColumnRight": "Add column right",
658
+ "richText.addRowAbove": "Add row above",
659
+ "richText.addRowBelow": "Add row below",
660
+ "richText.blockStyle": "Block style",
661
+ "richText.blockquote": "Blockquote",
662
+ "richText.bold": "Bold",
663
+ "richText.bulletList": "Bullet list",
664
+ "richText.codeBlock": "Code block",
665
+ "richText.continueRichText": "Continue with rich text",
666
+ "richText.deleteColumn": "Delete column",
667
+ "richText.deleteRow": "Delete row",
668
+ "richText.deleteTable": "Delete table",
669
+ "richText.documentEditor": "Markdown document editor",
670
+ "richText.editMarkdownSource": "Edit Markdown source",
671
+ "richText.heading1": "Heading 1",
672
+ "richText.heading2": "Heading 2",
673
+ "richText.heading3": "Heading 3",
674
+ "richText.horizontalRule": "Horizontal rule",
675
+ "richText.indentListItem": "Increase indent",
676
+ "richText.inlineCode": "Inline code",
677
+ "richText.italic": "Italic",
678
+ "richText.listActions": "List actions",
679
+ "richText.markdownSourceEditor": "Markdown source editor",
680
+ "richText.orderedList": "Numbered list",
681
+ "richText.outdentListItem": "Decrease indent",
682
+ "richText.paragraph": "Paragraph",
683
+ "richText.redo": "Redo",
684
+ "richText.strike": "Strikethrough",
685
+ "richText.sourceCompatibilityWarningDescription": "Rich-text editing will normalize some Markdown syntax in this document and may rewrite unchanged lines. Edit the Markdown source to preserve its exact formatting, or continue with rich text if normalization is acceptable.",
686
+ "richText.sourceCompatibilityWarningTitle": "Some Markdown formatting may change",
687
+ "richText.table": "Insert table",
688
+ "richText.tableActions": "Table actions",
689
+ "richText.tableColumns": "Columns",
690
+ "richText.tableRows": "Rows",
691
+ "richText.undo": "Undo",
378
692
  "shell.accessDenied": "Access Denied",
379
693
  "shell.applicationNotRegistered": "Application not registered",
380
694
  "shell.organization": "Organization",
@@ -417,6 +731,7 @@
417
731
  "store.actions.addToCollectionSuccessDesc_one": "{{count}} object added to collection",
418
732
  "store.actions.addToCollectionSuccessDesc_other": "{{count}} objects added to collection",
419
733
  "store.actions.addToCollectionTitle": "Add to a Collection",
734
+ "store.actions.affectedItems": "Affected items:",
420
735
  "store.actions.areYouSure": "Are you sure?",
421
736
  "store.actions.cannotRemoveNoCollection": "Cannot remove objects: no collection specified",
422
737
  "store.actions.changeContentType": "Change Content Type",
@@ -424,29 +739,20 @@
424
739
  "store.actions.changeType": "Change Type",
425
740
  "store.actions.chooseExistingCollections": "Choose from existing collections",
426
741
  "store.actions.chooseWorkflowRule": "Choose a workflow rule to start:",
742
+ "store.actions.clearSelection": "Clear selection",
427
743
  "store.actions.confirmDeleteAll": "Are you sure you want to delete all the selected objects? This action cannot be undone.",
428
744
  "store.actions.confirmDeleteSelected": "Are you sure you want to delete the selected objects?\nThis is not removable from collections.",
429
745
  "store.actions.confirmRemoveFromCollection": "Are you sure you want to remove the selected objects from this collection?",
430
746
  "store.actions.createNew": "Create new",
431
747
  "store.actions.delete": "Delete",
432
748
  "store.actions.deleteObjects": "Delete Objects",
433
- "store.actions.deleteTheSelectedObjects": "Delete the selected objects",
434
749
  "store.actions.deleteSelected": "Delete selected",
435
- "store.actions.deleteType_one": "Delete Type",
436
- "store.actions.deleteType_other": "Delete Types",
750
+ "store.actions.deleteTheSelectedObjects": "Delete the selected objects",
437
751
  "store.actions.deleteTypeConfirm_one": "Delete this type? It will be permanently removed. This action cannot be undone.",
438
752
  "store.actions.deleteTypeConfirm_other": "Delete {{count}} selected types? They will be permanently removed. This action cannot be undone.",
753
+ "store.actions.deleteType_one": "Delete Type",
754
+ "store.actions.deleteType_other": "Delete Types",
439
755
  "store.actions.deleting": "Deleting...",
440
- "store.actions.selectedCount": "{{n}} selected",
441
- "store.actions.affectedItems": "Affected items:",
442
- "store.actions.clearSelection": "Clear selection",
443
- "store.actions.selectAllTypes": "Select all types",
444
- "store.actions.selectType": "Select type {{name}}",
445
- "store.actions.typeToConfirmDelete": "Type \"delete\" to confirm",
446
- "store.actions.typeDeleted_one": "{{count}} type deleted",
447
- "store.actions.typeDeleted_other": "{{count}} types deleted",
448
- "store.actions.typeDeletePartial": "{{succeeded}} deleted, {{failed}} failed",
449
- "store.actions.failedToDeleteTypes": "Failed to delete types",
450
756
  "store.actions.errorChangingType": "Error changing type",
451
757
  "store.actions.errorDeletingObjects": "Error deleting objects",
452
758
  "store.actions.errorExportProperties": "Error Export Properties",
@@ -454,16 +760,24 @@
454
760
  "store.actions.errorStartingWorkflow": "Error starting workflow",
455
761
  "store.actions.exportAllObjectProperties": "Export all Object Properties",
456
762
  "store.actions.exportProperties": "Export Properties",
763
+ "store.actions.failedToDeleteTypes": "Failed to delete types",
457
764
  "store.actions.noCollectionContext": "No collection context",
458
765
  "store.actions.noObjectsSelected": "No objects selected",
459
766
  "store.actions.pleaseSelectObjectsToDelete": "Please select objects to delete",
460
767
  "store.actions.pleaseSelectObjectsToRemove": "Please select objects to remove from collection",
461
768
  "store.actions.removeFromCollection": "Remove from Collection",
462
769
  "store.actions.removeFromCollectionDesc": "Remove the selected objects from this collection",
770
+ "store.actions.selectAllTypes": "Select all types",
463
771
  "store.actions.selectCollection": "Select Collection",
772
+ "store.actions.selectType": "Select type {{name}}",
773
+ "store.actions.selectedCount": "{{n}} selected",
464
774
  "store.actions.startWorkflow": "Start Workflow",
465
775
  "store.actions.startWorkflowByRule": "Start a Workflow by Rule",
466
776
  "store.actions.startWorkflowDesc": "Start a workflow on the selected objects",
777
+ "store.actions.typeDeletePartial": "{{succeeded}} deleted, {{failed}} failed",
778
+ "store.actions.typeDeleted_one": "{{count}} type deleted",
779
+ "store.actions.typeDeleted_other": "{{count}} types deleted",
780
+ "store.actions.typeToConfirmDelete": "Type \"delete\" to confirm",
467
781
  "store.actions.workflowStarted": "Workflow started",
468
782
  "store.allowedContentTypes": "Allowed Content Types",
469
783
  "store.allowedContentTypesOptionalDescription": "Optionally select which content types can be added to the collection. If not set, then all content types are allowed.",
@@ -483,10 +797,10 @@
483
797
  "store.collectionDeleted": "Collection deleted",
484
798
  "store.collectionFetchFailed": "Collection fetch failed",
485
799
  "store.collectionPropertiesUpdated": "Collection properties updated",
486
- "store.collectionsSelected_one": "{{count}} collection selected",
487
- "store.collectionsSelected_other": "{{count}} collections selected",
488
800
  "store.collectionUpdated": "Collection updated",
489
801
  "store.collectionUpdatedSuccess": "Collection has been updated successfully",
802
+ "store.collectionsSelected_one": "{{count}} collection selected",
803
+ "store.collectionsSelected_other": "{{count}} collections selected",
490
804
  "store.configuration": "Configuration",
491
805
  "store.confirmSelection": "Confirm selection",
492
806
  "store.contentCopied": "{{type}} copied",
@@ -496,9 +810,9 @@
496
810
  "store.copyFailed": "Copy failed",
497
811
  "store.createACollection": "Create a Collection",
498
812
  "store.createCollection": "Create Collection",
813
+ "store.createType": "Create Type",
499
814
  "store.created": "Created",
500
815
  "store.createdBy": "Created By",
501
- "store.createType": "Create Type",
502
816
  "store.deleteCollection": "Delete Collection",
503
817
  "store.documentExported": "Document exported",
504
818
  "store.documentInformation": "Document Information",
@@ -508,11 +822,11 @@
508
822
  "store.downloadFailed": "Download failed",
509
823
  "store.dynamicCollection": "Dynamic Collection",
510
824
  "store.dynamicCollectionDescription": "Dynamically fetch content for the collection based on a query. If not enabled, then content must be added by users or agents.",
511
- "store.editingGenericDocument": "Editing properties for generic document",
512
825
  "store.editJson": "Edit Json",
513
826
  "store.editProperties": "Edit Properties",
514
827
  "store.editSchema": "Edit Schema",
515
828
  "store.editText": "Edit text",
829
+ "store.editingGenericDocument": "Editing properties for generic document",
516
830
  "store.embeddings": "Embeddings",
517
831
  "store.enableSyncMemberHeads": "Enable synchronizing member heads",
518
832
  "store.error": "Error",
@@ -572,7 +886,6 @@
572
886
  "store.noCollectionsAvailable": "No collections available.",
573
887
  "store.noCollectionsFound": "No collections found.",
574
888
  "store.noFilesSelected": "No files selected",
575
- "store.none": "None",
576
889
  "store.noObjectsDragAndDrop": "No objects. Just drag and drop documents or images here to create content objects.",
577
890
  "store.noPreviewAvailable": "No preview available for this document type.",
578
891
  "store.noProjectSelected": "No project selected",
@@ -582,6 +895,7 @@
582
895
  "store.noType": "No Type",
583
896
  "store.noValidFilesSelected": "No valid files selected",
584
897
  "store.noVideoRendition": "No web-compatible video rendition available",
898
+ "store.none": "None",
585
899
  "store.openFullDocument": "Open Full Document",
586
900
  "store.openFullDocumentView": "Open Full Document View",
587
901
  "store.optional": "(Optional)",
@@ -610,9 +924,9 @@
610
924
  "store.search": "Search",
611
925
  "store.searchCollections": "Search collections",
612
926
  "store.searchFailed": "Search failed",
613
- "store.searching": "Searching...",
614
927
  "store.searchPlaceholder": "Type what you are looking for, or select a filter",
615
928
  "store.searchTypes": "Search Types",
929
+ "store.searching": "Searching...",
616
930
  "store.selectACollection": "Select a collection",
617
931
  "store.selectContentType": "Select Content Type",
618
932
  "store.selectContentTypeAuto": "Select a content type or leave empty for automatic detection",
@@ -655,14 +969,15 @@
655
969
  "store.viewAsPdf": "View as PDF",
656
970
  "store.viewAudio": "View Audio",
657
971
  "store.viewImage": "View Image",
658
- "store.viewingNewVersion": "Viewing New Version",
659
- "store.viewingNewVersionDefault": "Now viewing the new version",
660
- "store.viewingVersionLabel": "Now viewing version '{{label}}'",
661
972
  "store.viewInJsonFormat": "View in JSON format",
662
973
  "store.viewPdf": "View PDF",
663
974
  "store.viewText": "View Text",
664
975
  "store.viewTranscript": "View Transcript",
665
976
  "store.viewVideo": "View Video",
977
+ "store.viewingNewVersion": "Viewing New Version",
978
+ "store.viewingNewVersionDefault": "Now viewing the new version",
979
+ "store.viewingVersionLabel": "Now viewing version '{{label}}'",
980
+ "test.emptyTranslationFallback": "test.emptyTranslationFallback",
666
981
  "theme.dark": "Dark",
667
982
  "theme.label": "Theme",
668
983
  "theme.light": "Light",
@@ -710,10 +1025,10 @@
710
1025
  "upload.update": "Update",
711
1026
  "upload.uploadComplete": "Upload Complete",
712
1027
  "upload.uploadFiles": "Upload Files",
713
- "upload.uploadingFiles": "Uploading Files",
714
1028
  "upload.uploadLocation": "Upload Location:",
715
1029
  "upload.uploadMore": "Upload More",
716
1030
  "upload.uploadProcessInterrupted": "Upload process interrupted",
1031
+ "upload.uploadingFiles": "Uploading Files",
717
1032
  "upload.useAutoDetection": "Use Automatic Type Detection",
718
1033
  "upload.useTypeName": "Use {{typeName}}",
719
1034
  "user.account": "Account:",
@@ -750,6 +1065,21 @@
750
1065
  "user.unnamedGroup": "Unnamed Group",
751
1066
  "user.user": "User",
752
1067
  "user.userId": "User ID",
1068
+ "view.display": "Display",
1069
+ "view.from": "From",
1070
+ "view.pagination": "Results pages",
1071
+ "view.ranges": "Ranges",
1072
+ "view.removeSelection": "Remove {{value}}",
1073
+ "view.resultsCount_one": "{{count}} result",
1074
+ "view.resultsCount_other": "{{count}} results",
1075
+ "view.searchFields": "Search fields",
1076
+ "view.sort": "Sort",
1077
+ "view.to": "To",
1078
+ "view.warning": "View notice",
753
1079
  "widgets.schema.editDescription": "Edit description",
754
- "widgets.schema.invalidPropertyDeclaration": "Invalid property declaration"
1080
+ "widgets.schema.extractFromDocument": "Extract",
1081
+ "widgets.schema.extractFromDocumentHint": "When off, extraction models skip this field (stores x-extract: false). Use for match scores, ERP ids, or fields filled outside extraction.",
1082
+ "widgets.schema.invalidPropertyDeclaration": "Invalid property declaration",
1083
+ "widgets.schema.noExtract": "no extract",
1084
+ "widgets.schema.propertyColumn": "Property"
755
1085
  }