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

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 (329) 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/modal/dialog.js +1 -1
  8. package/lib/core/components/shadcn/modal/dialog.js.map +1 -1
  9. package/lib/core/components/shadcn/theme/ThemeSwitcher.js +1 -1
  10. package/lib/core/components/shadcn/theme/ThemeSwitcher.js.map +1 -1
  11. package/lib/features/agent/chat/AgentChatPlaybackControls.d.ts.map +1 -1
  12. package/lib/features/agent/chat/AgentChatPlaybackControls.js +2 -2
  13. package/lib/features/agent/chat/AgentChatPlaybackControls.js.map +1 -1
  14. package/lib/features/agent/chat/AgentRequestInputOverlay.d.ts.map +1 -1
  15. package/lib/features/agent/chat/AgentRequestInputOverlay.js +2 -2
  16. package/lib/features/agent/chat/AgentRequestInputOverlay.js.map +1 -1
  17. package/lib/features/agent/chat/ArtifactsTab.d.ts.map +1 -1
  18. package/lib/features/agent/chat/ArtifactsTab.js +5 -2
  19. package/lib/features/agent/chat/ArtifactsTab.js.map +1 -1
  20. package/lib/features/agent/chat/ImageLightbox.d.ts.map +1 -1
  21. package/lib/features/agent/chat/ImageLightbox.js +1 -1
  22. package/lib/features/agent/chat/ImageLightbox.js.map +1 -1
  23. package/lib/features/agent/chat/ModernAgentConversation.js +1 -1
  24. package/lib/features/agent/chat/ModernAgentConversation.js.map +1 -1
  25. package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +1 -1
  26. package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +5 -5
  27. package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +1 -1
  28. package/lib/features/agent/chat/ModernAgentOutput/Header.d.ts.map +1 -1
  29. package/lib/features/agent/chat/ModernAgentOutput/Header.js +4 -2
  30. package/lib/features/agent/chat/ModernAgentOutput/Header.js.map +1 -1
  31. package/lib/features/agent/chat/ModernAgentOutput/MessageInput.d.ts.map +1 -1
  32. package/lib/features/agent/chat/ModernAgentOutput/MessageInput.js +2 -2
  33. package/lib/features/agent/chat/ModernAgentOutput/MessageInput.js.map +1 -1
  34. package/lib/features/agent/chat/ModernAgentOutput/MessageItem.d.ts.map +1 -1
  35. package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js +2 -1
  36. package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js.map +1 -1
  37. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.d.ts +6 -0
  38. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.d.ts.map +1 -1
  39. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.js +15 -1
  40. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.js.map +1 -1
  41. package/lib/features/environment/SelectEnvironment.d.ts +28 -0
  42. package/lib/features/environment/SelectEnvironment.d.ts.map +1 -0
  43. package/lib/features/environment/SelectEnvironment.js +97 -0
  44. package/lib/features/environment/SelectEnvironment.js.map +1 -0
  45. package/lib/features/environment/index.d.ts +2 -0
  46. package/lib/features/environment/index.d.ts.map +1 -0
  47. package/lib/features/environment/index.js +2 -0
  48. package/lib/features/environment/index.js.map +1 -0
  49. package/lib/features/index.d.ts +2 -0
  50. package/lib/features/index.d.ts.map +1 -1
  51. package/lib/features/index.js +2 -0
  52. package/lib/features/index.js.map +1 -1
  53. package/lib/features/magic-pdf/AnnotatedImageSlider.js +12 -12
  54. package/lib/features/magic-pdf/AnnotatedImageSlider.js.map +1 -1
  55. package/lib/features/magic-pdf/DownloadPopover.d.ts.map +1 -1
  56. package/lib/features/magic-pdf/DownloadPopover.js +3 -17
  57. package/lib/features/magic-pdf/DownloadPopover.js.map +1 -1
  58. package/lib/features/magic-pdf/ExtractedContentView.js +2 -6
  59. package/lib/features/magic-pdf/ExtractedContentView.js.map +1 -1
  60. package/lib/features/magic-pdf/GroundedExtractionAssistantPanel.d.ts +25 -0
  61. package/lib/features/magic-pdf/GroundedExtractionAssistantPanel.d.ts.map +1 -0
  62. package/lib/features/magic-pdf/GroundedExtractionAssistantPanel.js +42 -0
  63. package/lib/features/magic-pdf/GroundedExtractionAssistantPanel.js.map +1 -0
  64. package/lib/features/magic-pdf/GroundedExtractionView.d.ts +27 -0
  65. package/lib/features/magic-pdf/GroundedExtractionView.d.ts.map +1 -0
  66. package/lib/features/magic-pdf/GroundedExtractionView.js +377 -0
  67. package/lib/features/magic-pdf/GroundedExtractionView.js.map +1 -0
  68. package/lib/features/magic-pdf/MagicPdfProvider.d.ts +0 -2
  69. package/lib/features/magic-pdf/MagicPdfProvider.d.ts.map +1 -1
  70. package/lib/features/magic-pdf/MagicPdfProvider.js +15 -42
  71. package/lib/features/magic-pdf/MagicPdfProvider.js.map +1 -1
  72. package/lib/features/magic-pdf/MagicPdfView.d.ts.map +1 -1
  73. package/lib/features/magic-pdf/MagicPdfView.js +2 -19
  74. package/lib/features/magic-pdf/MagicPdfView.js.map +1 -1
  75. package/lib/features/magic-pdf/index.d.ts +1 -0
  76. package/lib/features/magic-pdf/index.d.ts.map +1 -1
  77. package/lib/features/magic-pdf/index.js +1 -0
  78. package/lib/features/magic-pdf/index.js.map +1 -1
  79. package/lib/features/magic-pdf/types.d.ts +1 -1
  80. package/lib/features/magic-pdf/types.d.ts.map +1 -1
  81. package/lib/features/oauth/McpConnectionsButton.d.ts.map +1 -1
  82. package/lib/features/oauth/McpConnectionsButton.js +2 -2
  83. package/lib/features/oauth/McpConnectionsButton.js.map +1 -1
  84. package/lib/features/oauth/McpConnectionsDialog.d.ts.map +1 -1
  85. package/lib/features/oauth/McpConnectionsDialog.js +1 -1
  86. package/lib/features/oauth/McpConnectionsDialog.js.map +1 -1
  87. package/lib/features/oauth/RemoteMcpConnectionButton.d.ts.map +1 -1
  88. package/lib/features/oauth/RemoteMcpConnectionButton.js +1 -1
  89. package/lib/features/oauth/RemoteMcpConnectionButton.js.map +1 -1
  90. package/lib/features/pdf-viewer/PdfPageSlider.js +2 -2
  91. package/lib/features/pdf-viewer/PdfPageSlider.js.map +1 -1
  92. package/lib/features/pdf-viewer/SimplePdfViewer.d.ts.map +1 -1
  93. package/lib/features/pdf-viewer/SimplePdfViewer.js +3 -3
  94. package/lib/features/pdf-viewer/SimplePdfViewer.js.map +1 -1
  95. package/lib/features/permissions/UserPermissionsProvider.js +1 -1
  96. package/lib/features/permissions/UserPermissionsProvider.js.map +1 -1
  97. package/lib/features/store/objects/DocumentQuickFilter.d.ts.map +1 -1
  98. package/lib/features/store/objects/DocumentQuickFilter.js +5 -5
  99. package/lib/features/store/objects/DocumentQuickFilter.js.map +1 -1
  100. package/lib/features/store/objects/DocumentSearchResults.d.ts.map +1 -1
  101. package/lib/features/store/objects/DocumentSearchResults.js +2 -2
  102. package/lib/features/store/objects/DocumentSearchResults.js.map +1 -1
  103. package/lib/features/store/objects/components/ContentDispositionButton.d.ts.map +1 -1
  104. package/lib/features/store/objects/components/ContentDispositionButton.js +1 -1
  105. package/lib/features/store/objects/components/ContentDispositionButton.js.map +1 -1
  106. package/lib/features/store/objects/components/ContentOverview.d.ts.map +1 -1
  107. package/lib/features/store/objects/components/ContentOverview.js +78 -21
  108. package/lib/features/store/objects/components/ContentOverview.js.map +1 -1
  109. package/lib/features/store/objects/components/DocumentIcon.js +1 -1
  110. package/lib/features/store/objects/components/VectorSearchWidget.js +1 -1
  111. package/lib/features/store/objects/components/VectorSearchWidget.js.map +1 -1
  112. package/lib/features/store/objects/components/useContentPanelHooks.d.ts +1 -2
  113. package/lib/features/store/objects/components/useContentPanelHooks.d.ts.map +1 -1
  114. package/lib/features/store/objects/components/useContentPanelHooks.js +4 -8
  115. package/lib/features/store/objects/components/useContentPanelHooks.js.map +1 -1
  116. package/lib/features/store/objects/layout/renderers.d.ts.map +1 -1
  117. package/lib/features/store/objects/layout/renderers.js +2 -2
  118. package/lib/features/store/objects/layout/renderers.js.map +1 -1
  119. package/lib/features/store/objects/selection/SelectionActions.js +1 -1
  120. package/lib/features/store/objects/selection/SelectionActions.js.map +1 -1
  121. package/lib/features/store/types/ContentObjectTypesTable.d.ts.map +1 -1
  122. package/lib/features/store/types/ContentObjectTypesTable.js +4 -4
  123. package/lib/features/store/types/ContentObjectTypesTable.js.map +1 -1
  124. package/lib/features/store/types/IntakePolicyEditor.d.ts +15 -0
  125. package/lib/features/store/types/IntakePolicyEditor.d.ts.map +1 -0
  126. package/lib/features/store/types/IntakePolicyEditor.js +455 -0
  127. package/lib/features/store/types/IntakePolicyEditor.js.map +1 -0
  128. package/lib/features/store/types/IntakePolicyForm.d.ts +11 -0
  129. package/lib/features/store/types/IntakePolicyForm.d.ts.map +1 -0
  130. package/lib/features/store/types/IntakePolicyForm.js +91 -0
  131. package/lib/features/store/types/IntakePolicyForm.js.map +1 -0
  132. package/lib/features/store/types/SelectContentTypeModal.js +1 -1
  133. package/lib/features/store/types/SelectContentTypeModal.js.map +1 -1
  134. package/lib/features/store/types/index.d.ts +2 -0
  135. package/lib/features/store/types/index.d.ts.map +1 -1
  136. package/lib/features/store/types/index.js +2 -0
  137. package/lib/features/store/types/index.js.map +1 -1
  138. package/lib/features/store/types/intake-policy-editor.logic.d.ts +7 -0
  139. package/lib/features/store/types/intake-policy-editor.logic.d.ts.map +1 -0
  140. package/lib/features/store/types/intake-policy-editor.logic.js +60 -0
  141. package/lib/features/store/types/intake-policy-editor.logic.js.map +1 -0
  142. package/lib/features/store/types/typeCatalogCache.d.ts +5 -0
  143. package/lib/features/store/types/typeCatalogCache.d.ts.map +1 -0
  144. package/lib/features/store/types/typeCatalogCache.js +40 -0
  145. package/lib/features/store/types/typeCatalogCache.js.map +1 -0
  146. package/lib/features/user/UserInfo.js +7 -3
  147. package/lib/features/user/UserInfo.js.map +1 -1
  148. package/lib/features/views/ViewExperience.d.ts +20 -0
  149. package/lib/features/views/ViewExperience.d.ts.map +1 -0
  150. package/lib/features/views/ViewExperience.js +188 -0
  151. package/lib/features/views/ViewExperience.js.map +1 -0
  152. package/lib/features/views/ViewNavigation.d.ts +3 -0
  153. package/lib/features/views/ViewNavigation.d.ts.map +1 -0
  154. package/lib/features/views/ViewNavigation.js +36 -0
  155. package/lib/features/views/ViewNavigation.js.map +1 -0
  156. package/lib/features/views/ViewResults.d.ts +9 -0
  157. package/lib/features/views/ViewResults.d.ts.map +1 -0
  158. package/lib/features/views/ViewResults.js +229 -0
  159. package/lib/features/views/ViewResults.js.map +1 -0
  160. package/lib/features/views/ViewSearch.d.ts +3 -0
  161. package/lib/features/views/ViewSearch.d.ts.map +1 -0
  162. package/lib/features/views/ViewSearch.js +74 -0
  163. package/lib/features/views/ViewSearch.js.map +1 -0
  164. package/lib/features/views/index.d.ts +7 -0
  165. package/lib/features/views/index.d.ts.map +1 -0
  166. package/lib/features/views/index.js +7 -0
  167. package/lib/features/views/index.js.map +1 -0
  168. package/lib/features/views/types.d.ts +39 -0
  169. package/lib/features/views/types.d.ts.map +1 -0
  170. package/lib/features/views/types.js +2 -0
  171. package/lib/features/views/types.js.map +1 -0
  172. package/lib/features/views/viewState.d.ts +14 -0
  173. package/lib/features/views/viewState.d.ts.map +1 -0
  174. package/lib/features/views/viewState.js +117 -0
  175. package/lib/features/views/viewState.js.map +1 -0
  176. package/lib/i18n/locales/ar.json +16 -0
  177. package/lib/i18n/locales/de.json +12 -0
  178. package/lib/i18n/locales/en.json +245 -33
  179. package/lib/i18n/locales/es.json +13 -0
  180. package/lib/i18n/locales/fr.json +13 -0
  181. package/lib/i18n/locales/it.json +13 -0
  182. package/lib/i18n/locales/ja.json +11 -0
  183. package/lib/i18n/locales/ko.json +11 -0
  184. package/lib/i18n/locales/pt.json +13 -0
  185. package/lib/i18n/locales/ru.json +14 -0
  186. package/lib/i18n/locales/tr.json +12 -0
  187. package/lib/i18n/locales/zh-TW.json +11 -0
  188. package/lib/i18n/locales/zh.json +11 -0
  189. package/lib/router/HistoryNavigator.d.ts.map +1 -1
  190. package/lib/router/HistoryNavigator.js +23 -13
  191. package/lib/router/HistoryNavigator.js.map +1 -1
  192. package/lib/router/Nav.d.ts.map +1 -1
  193. package/lib/router/Nav.js +15 -6
  194. package/lib/router/Nav.js.map +1 -1
  195. package/lib/session/UserSession.d.ts.map +1 -1
  196. package/lib/session/UserSession.js +5 -3
  197. package/lib/session/UserSession.js.map +1 -1
  198. package/lib/vertesia-ui-core.js +4 -4
  199. package/lib/vertesia-ui-core.js.map +1 -1
  200. package/lib/vertesia-ui-features.js +34 -27
  201. package/lib/vertesia-ui-features.js.map +1 -1
  202. package/lib/vertesia-ui-i18n.js +15 -15
  203. package/lib/vertesia-ui-i18n.js.map +1 -1
  204. package/lib/vertesia-ui-router.js +1 -1
  205. package/lib/vertesia-ui-router.js.map +1 -1
  206. package/lib/vertesia-ui-session.js +1 -1
  207. package/lib/vertesia-ui-session.js.map +1 -1
  208. package/lib/vertesia-ui-shell.js +1 -1
  209. package/lib/vertesia-ui-shell.js.map +1 -1
  210. package/lib/vertesia-ui-widgets.js +7 -7
  211. package/lib/vertesia-ui-widgets.js.map +1 -1
  212. package/lib/widgets/form/Form.js +1 -1
  213. package/lib/widgets/form/Form.js.map +1 -1
  214. package/lib/widgets/json-view/JSONSwitcher.js +1 -1
  215. package/lib/widgets/json-view/JSONSwitcher.js.map +1 -1
  216. package/lib/widgets/json-view/JSONView.js +6 -6
  217. package/lib/widgets/json-view/JSONView.js.map +1 -1
  218. package/lib/widgets/monacoEditor/MonacoEditor.d.ts.map +1 -1
  219. package/lib/widgets/monacoEditor/MonacoEditor.js +29 -0
  220. package/lib/widgets/monacoEditor/MonacoEditor.js.map +1 -1
  221. package/lib/widgets/schema-editor/ManagedSchema.d.ts +8 -0
  222. package/lib/widgets/schema-editor/ManagedSchema.d.ts.map +1 -1
  223. package/lib/widgets/schema-editor/ManagedSchema.js +16 -0
  224. package/lib/widgets/schema-editor/ManagedSchema.js.map +1 -1
  225. package/lib/widgets/schema-editor/editor/EditableSchemaProperty.d.ts +2 -0
  226. package/lib/widgets/schema-editor/editor/EditableSchemaProperty.d.ts.map +1 -1
  227. package/lib/widgets/schema-editor/editor/EditableSchemaProperty.js +1 -0
  228. package/lib/widgets/schema-editor/editor/EditableSchemaProperty.js.map +1 -1
  229. package/lib/widgets/schema-editor/editor/PropertyViewer.d.ts.map +1 -1
  230. package/lib/widgets/schema-editor/editor/PropertyViewer.js +4 -1
  231. package/lib/widgets/schema-editor/editor/PropertyViewer.js.map +1 -1
  232. package/lib/widgets/schema-editor/editor/SchemaEditor.d.ts.map +1 -1
  233. package/lib/widgets/schema-editor/editor/SchemaEditor.js +22 -11
  234. package/lib/widgets/schema-editor/editor/SchemaEditor.js.map +1 -1
  235. package/package.json +32 -32
  236. package/src/__tests__/a11y.test.tsx +73 -0
  237. package/src/core/components/SidePanel.tsx +1 -1
  238. package/src/core/components/shadcn/button.tsx +67 -12
  239. package/src/core/components/shadcn/modal/dialog.tsx +1 -1
  240. package/src/core/components/shadcn/theme/ThemeSwitcher.tsx +1 -1
  241. package/src/features/agent/chat/AgentChatPlaybackControls.tsx +0 -5
  242. package/src/features/agent/chat/AgentRequestInputOverlay.test.tsx +31 -0
  243. package/src/features/agent/chat/AgentRequestInputOverlay.tsx +6 -2
  244. package/src/features/agent/chat/ArtifactsTab.tsx +19 -9
  245. package/src/features/agent/chat/ImageLightbox.tsx +0 -1
  246. package/src/features/agent/chat/ModernAgentConversation.test.tsx +48 -0
  247. package/src/features/agent/chat/ModernAgentConversation.tsx +0 -2
  248. package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.test.tsx +6 -1
  249. package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.tsx +21 -15
  250. package/src/features/agent/chat/ModernAgentOutput/Header.tsx +3 -3
  251. package/src/features/agent/chat/ModernAgentOutput/MessageInput.tsx +0 -2
  252. package/src/features/agent/chat/ModernAgentOutput/MessageItem.tsx +4 -1
  253. package/src/features/agent/chat/ModernAgentOutput/requestInputMessages.test.ts +80 -0
  254. package/src/features/agent/chat/ModernAgentOutput/requestInputMessages.ts +21 -1
  255. package/src/features/environment/SelectEnvironment.tsx +186 -0
  256. package/src/features/environment/index.ts +1 -0
  257. package/src/features/index.ts +2 -0
  258. package/src/features/magic-pdf/AnnotatedImageSlider.tsx +62 -66
  259. package/src/features/magic-pdf/DownloadPopover.tsx +5 -48
  260. package/src/features/magic-pdf/ExtractedContentView.tsx +2 -14
  261. package/src/features/magic-pdf/GroundedExtractionAssistantPanel.tsx +86 -0
  262. package/src/features/magic-pdf/GroundedExtractionView.test.tsx +65 -0
  263. package/src/features/magic-pdf/GroundedExtractionView.tsx +1055 -0
  264. package/src/features/magic-pdf/MagicPdfProvider.tsx +17 -47
  265. package/src/features/magic-pdf/MagicPdfView.tsx +3 -51
  266. package/src/features/magic-pdf/index.ts +1 -0
  267. package/src/features/magic-pdf/types.ts +1 -1
  268. package/src/features/oauth/McpConnectionsButton.tsx +0 -2
  269. package/src/features/oauth/McpConnectionsDialog.tsx +0 -1
  270. package/src/features/oauth/RemoteMcpConnectionButton.tsx +0 -1
  271. package/src/features/pdf-viewer/PdfPageSlider.tsx +5 -5
  272. package/src/features/pdf-viewer/SimplePdfViewer.tsx +11 -12
  273. package/src/features/permissions/UserPermissionsProvider.tsx +1 -1
  274. package/src/features/store/objects/DocumentQuickFilter.tsx +13 -15
  275. package/src/features/store/objects/DocumentSearchResults.tsx +3 -6
  276. package/src/features/store/objects/components/ContentDispositionButton.tsx +5 -1
  277. package/src/features/store/objects/components/ContentOverview.tsx +144 -44
  278. package/src/features/store/objects/components/DocumentIcon.tsx +1 -1
  279. package/src/features/store/objects/components/VectorSearchWidget.tsx +2 -2
  280. package/src/features/store/objects/components/useContentPanelHooks.ts +3 -15
  281. package/src/features/store/objects/layout/renderers.tsx +1 -2
  282. package/src/features/store/objects/selection/SelectionActions.tsx +1 -1
  283. package/src/features/store/types/ContentObjectTypesTable.tsx +12 -14
  284. package/src/features/store/types/IntakePolicyEditor.tsx +679 -0
  285. package/src/features/store/types/IntakePolicyForm.tsx +838 -0
  286. package/src/features/store/types/SelectContentTypeModal.tsx +2 -2
  287. package/src/features/store/types/index.ts +2 -0
  288. package/src/features/store/types/intake-policy-editor.logic.test.ts +109 -0
  289. package/src/features/store/types/intake-policy-editor.logic.ts +87 -0
  290. package/src/features/store/types/typeCatalogCache.ts +45 -0
  291. package/src/features/user/UserInfo.tsx +7 -7
  292. package/src/features/views/ViewExperience.test.tsx +273 -0
  293. package/src/features/views/ViewExperience.tsx +408 -0
  294. package/src/features/views/ViewNavigation.test.tsx +86 -0
  295. package/src/features/views/ViewNavigation.tsx +187 -0
  296. package/src/features/views/ViewResults.test.ts +82 -0
  297. package/src/features/views/ViewResults.tsx +609 -0
  298. package/src/features/views/ViewSearch.test.tsx +147 -0
  299. package/src/features/views/ViewSearch.tsx +205 -0
  300. package/src/features/views/index.ts +6 -0
  301. package/src/features/views/types.ts +57 -0
  302. package/src/features/views/viewState.test.ts +111 -0
  303. package/src/features/views/viewState.ts +132 -0
  304. package/src/i18n/locales/ar.json +16 -0
  305. package/src/i18n/locales/de.json +12 -0
  306. package/src/i18n/locales/en.json +965 -753
  307. package/src/i18n/locales/es.json +13 -0
  308. package/src/i18n/locales/fr.json +13 -0
  309. package/src/i18n/locales/it.json +13 -0
  310. package/src/i18n/locales/ja.json +11 -0
  311. package/src/i18n/locales/ko.json +11 -0
  312. package/src/i18n/locales/pt.json +13 -0
  313. package/src/i18n/locales/ru.json +14 -0
  314. package/src/i18n/locales/tr.json +12 -0
  315. package/src/i18n/locales/zh-TW.json +11 -0
  316. package/src/i18n/locales/zh.json +11 -0
  317. package/src/router/HistoryNavigator.test.ts +48 -0
  318. package/src/router/HistoryNavigator.ts +24 -13
  319. package/src/router/Nav.tsx +18 -8
  320. package/src/session/UserSession.test.ts +39 -0
  321. package/src/session/UserSession.ts +5 -3
  322. package/src/widgets/form/Form.tsx +1 -1
  323. package/src/widgets/json-view/JSONSwitcher.tsx +2 -2
  324. package/src/widgets/json-view/JSONView.tsx +7 -7
  325. package/src/widgets/monacoEditor/MonacoEditor.tsx +29 -0
  326. package/src/widgets/schema-editor/ManagedSchema.ts +22 -0
  327. package/src/widgets/schema-editor/editor/EditableSchemaProperty.tsx +3 -0
  328. package/src/widgets/schema-editor/editor/PropertyViewer.tsx +14 -3
  329. package/src/widgets/schema-editor/editor/SchemaEditor.tsx +80 -29
@@ -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",
@@ -37,9 +37,9 @@
37
37
  "agent.browserScreenshotPending": "Waiting for browser screenshot",
38
38
  "agent.browserUse": "Browser Use",
39
39
  "agent.browserWidgetRenderError": "Browser widget could not be rendered",
40
+ "agent.cancelWorkflow": "Cancel Workflow",
40
41
  "agent.canceled": "Canceled",
41
42
  "agent.canceling": "Canceling",
42
- "agent.cancelWorkflow": "Cancel Workflow",
43
43
  "agent.clickToCompactNow": "Click to compact now.",
44
44
  "agent.clickToEnlarge": "Click to enlarge",
45
45
  "agent.cloneConversation": "Clone Conversation",
@@ -79,8 +79,8 @@
79
79
  "agent.exportAsPdf": "Export as PDF",
80
80
  "agent.exportAsPng": "Export as PNG",
81
81
  "agent.exportAsWord": "Export as Word",
82
- "agent.exporting": "Exporting...",
83
82
  "agent.exportMessage": "Export message",
83
+ "agent.exporting": "Exporting...",
84
84
  "agent.failed": "Failed",
85
85
  "agent.failedToCancelWorkflow": "Failed to cancel workflow",
86
86
  "agent.failedToCloneConversation": "Failed to clone conversation",
@@ -89,8 +89,8 @@
89
89
  "agent.failedToInterrupt": "Failed to Interrupt",
90
90
  "agent.failedToLoadDocument": "Failed to load document",
91
91
  "agent.failedToSend": "Failed to Send Message",
92
- "agent.filesProcessing": "Files Still Processing",
93
92
  "agent.fileStagedTooltip": "File staged and will upload when conversation starts",
93
+ "agent.filesProcessing": "Files Still Processing",
94
94
  "agent.fullscreen": "Fullscreen",
95
95
  "agent.hideDetails": "Hide details",
96
96
  "agent.hideSidebar": "Hide Sidebar",
@@ -118,13 +118,13 @@
118
118
  "agent.noContentAvailable": "No content available",
119
119
  "agent.noContentToExport": "No content to export",
120
120
  "agent.noConversationContent": "No conversation content available to export",
121
+ "agent.onlySystemArtifacts": "Only system files in this run. Enable \"System files\" to view them.",
121
122
  "agent.noDocumentsOpen": "No documents open",
122
123
  "agent.noFilesUploadedYet": "No files uploaded yet",
123
124
  "agent.noMessagesInWorkstream": "No messages in this workstream yet...",
124
125
  "agent.noPlanAvailable": "No plan",
125
126
  "agent.noPlanDetected": "No plan has been detected yet",
126
127
  "agent.olderPlan": "Previous revision",
127
- "agent.onlySystemArtifacts": "Only system files in this run. Enable \"System files\" to view them.",
128
128
  "agent.openDocument": "Open document",
129
129
  "agent.openInNewTab": "Open in new tab",
130
130
  "agent.panelRenderError": "{{name}} could not be rendered",
@@ -175,9 +175,9 @@
175
175
  "agent.showSystemArtifacts": "System files",
176
176
  "agent.staged": "Staged",
177
177
  "agent.startAgent": "Start Agent",
178
+ "agent.startNewConversation": "Start New Conversation",
178
179
  "agent.startingAgent": "Starting agent...",
179
180
  "agent.startingAgentUploading": "Starting agent and uploading files...",
180
- "agent.startNewConversation": "Start New Conversation",
181
181
  "agent.stepByStepPlan": "Step-by-Step Plan",
182
182
  "agent.stopTooltip": "Click or Esc Esc to stop",
183
183
  "agent.submitSelection": "Submit Selection",
@@ -273,6 +273,203 @@
273
273
  "filter.selectRange": "Select range",
274
274
  "filter.to": "To:",
275
275
  "form.filter": "Filter...",
276
+ "grounded.aiVerified": "Verified by the AI reviewer against the page image",
277
+ "grounded.assistant": "Extraction assistant",
278
+ "grounded.assistantField": "Correcting field:",
279
+ "grounded.assistantTooltip": "Open the assistant to correct fields — it reads the page and applies grounded edits",
280
+ "grounded.breakdownDigital": "Verified in document text",
281
+ "grounded.breakdownImageRead": "Read from image (unverified)",
282
+ "grounded.breakdownOcr": "Verified against OCR",
283
+ "grounded.breakdownReviewer": "Confirmed by AI reviewer",
284
+ "grounded.breakdownSnapped": "Re-anchored to matching block",
285
+ "grounded.breakdownTitle": "Verification breakdown",
286
+ "grounded.breakdownUnverifiedList": "Unverified values — click to locate",
287
+ "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.",
288
+ "grounded.checkerboard": "Checkerboard",
289
+ "grounded.confidence": "Verification {{percent}}%",
290
+ "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.",
291
+ "grounded.conflicts": "{{count}} value(s) differed between extraction windows — earliest kept",
292
+ "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.",
293
+ "grounded.digitalVerifiedOf": "{{count}}/{{total}} text-verified",
294
+ "grounded.downloadAnnotated": "Download the annotated PDF",
295
+ "grounded.downloadBlocks": "Download this page’s text blocks and OCR confidences (JSON)",
296
+ "grounded.downloadCitations": "Download citations (JSON)",
297
+ "grounded.downloadOcr": "Download this page's raw OCR words (TSV, with per-word confidence)",
298
+ "grounded.failedToLoad": "Failed to load the grounded extraction",
299
+ "grounded.fullyVerified": "Verified in document",
300
+ "grounded.hardness": "Complexity {{percent}}%",
301
+ "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.",
302
+ "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.",
303
+ "grounded.modelVerifiedOf": "{{count}} AI-verified",
304
+ "grounded.nextPage": "Next page",
305
+ "grounded.notFound": "No grounded extraction found for this document",
306
+ "grounded.pageAlt": "Page {{page}}",
307
+ "grounded.previousPage": "Previous page",
308
+ "grounded.readFromImage": "Read from the page image (not verbatim in the text layer)",
309
+ "grounded.reviewCorrections": "{{count}} value(s) corrected by the reviewer",
310
+ "grounded.reviewSummary": "Reviewer",
311
+ "grounded.title": "Grounded extraction",
312
+ "grounded.unverifiedCount": "{{count}} unverified",
313
+ "grounded.unverifiedHint": "Read from the page image but neither text-matched nor reviewer-confirmed. Worth a human check.",
314
+ "grounded.verdictByConfidence": "from extraction confidence",
315
+ "grounded.verdictByReviewer": "by the AI reviewer",
316
+ "grounded.verdictDetails": "Show trust verdict details",
317
+ "grounded.verdictGoodToGo": "✓ Good to go",
318
+ "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.",
319
+ "grounded.verdictNeedsReview": "⚠ Needs review",
320
+ "grounded.verified": "Verified against the document text",
321
+ "grounded.verifiedOf": "{{verified}}/{{total}} verified",
322
+ "intakePolicy.action.addRange": "Add range",
323
+ "intakePolicy.action.examples": "Examples",
324
+ "intakePolicy.action.format": "Format",
325
+ "intakePolicy.action.insertExample": "Insert example",
326
+ "intakePolicy.action.removeRange": "Remove range",
327
+ "intakePolicy.action.revert": "Revert",
328
+ "intakePolicy.action.save": "Save",
329
+ "intakePolicy.action.validate": "Validate",
330
+ "intakePolicy.error.fixJsonBeforeForm": "Fix the JSON errors before returning to the form editor.",
331
+ "intakePolicy.example.extraction_only.description": "Extract properties visually, render a compact text summary, and keep the source view.",
332
+ "intakePolicy.example.extraction_only.label": "Extraction Only",
333
+ "intakePolicy.example.full_reference.description": "Every available option with representative values. Trim to what your type needs.",
334
+ "intakePolicy.example.full_reference.label": "Full Reference",
335
+ "intakePolicy.example.grounded.description": "Extract with citations and annotated proof, with escalation and review for hard scans.",
336
+ "intakePolicy.example.grounded.label": "Grounded Extraction",
337
+ "intakePolicy.example.media_no_transcript.description": "Disable conversion while preserving property extraction settings.",
338
+ "intakePolicy.example.media_no_transcript.label": "Media, No Transcript",
339
+ "intakePolicy.example.minimal.description": "Use project defaults and add only type-selection guidance.",
340
+ "intakePolicy.example.minimal.label": "Minimal",
341
+ "intakePolicy.example.structured_spreadsheet.description": "Use structured worksheet text for Excel and CSV files.",
342
+ "intakePolicy.example.structured_spreadsheet.label": "Spreadsheet Text",
343
+ "intakePolicy.example.visual_first.description": "Use visual evidence for PDFs, scans, presentations, diagrams, and layout-heavy content.",
344
+ "intakePolicy.example.visual_first.label": "Visual First",
345
+ "intakePolicy.field.agent": "Agent",
346
+ "intakePolicy.field.allowedDetails": "Allowed detail levels",
347
+ "intakePolicy.field.contactSheetDetail": "Contact sheet size",
348
+ "intakePolicy.field.coverageThreshold": "Coverage threshold",
349
+ "intakePolicy.field.defaultDetail": "Default detail",
350
+ "intakePolicy.field.defaultView": "Default view",
351
+ "intakePolicy.field.distinguishFrom": "Distinguish from",
352
+ "intakePolicy.field.enabled": "Enabled",
353
+ "intakePolicy.field.environment": "Environment",
354
+ "intakePolicy.field.examples": "Confirmed examples",
355
+ "intakePolicy.field.forceOcr": "Force OCR",
356
+ "intakePolicy.field.forceReview": "Always review",
357
+ "intakePolicy.field.generateToc": "Generate table of contents",
358
+ "intakePolicy.field.hardModel": "Hard-content model",
359
+ "intakePolicy.field.hardnessThreshold": "Hardness threshold",
360
+ "intakePolicy.field.identificationGuidance": "Identification guidance",
361
+ "intakePolicy.field.imageEmbedding": "Image embedding",
362
+ "intakePolicy.field.instructions": "Instructions",
363
+ "intakePolicy.field.interaction": "Interaction",
364
+ "intakePolicy.field.locateInstructions": "Locate instructions",
365
+ "intakePolicy.field.locateMinPages": "Minimum document pages",
366
+ "intakePolicy.field.materiality": "Materiality guidance",
367
+ "intakePolicy.field.maxImageTokens": "Maximum image tokens",
368
+ "intakePolicy.field.maxPages": "Maximum pages",
369
+ "intakePolicy.field.maxPagesPerCall": "Maximum pages per call",
370
+ "intakePolicy.field.maxPayloadMb": "Maximum payload (MB)",
371
+ "intakePolicy.field.maxRetries": "Maximum retries",
372
+ "intakePolicy.field.method": "Method",
373
+ "intakePolicy.field.minCitationDensity": "Minimum citation density",
374
+ "intakePolicy.field.mode": "Orchestration mode",
375
+ "intakePolicy.field.model": "Model",
376
+ "intakePolicy.field.omitBlockBoxes": "Omit block boxes",
377
+ "intakePolicy.field.onFailure": "On failure",
378
+ "intakePolicy.field.outputFormat": "Output format",
379
+ "intakePolicy.field.pageRanges": "Page ranges",
380
+ "intakePolicy.field.pageScope": "Page scope",
381
+ "intakePolicy.field.primaryModel": "Primary model",
382
+ "intakePolicy.field.propertiesEmbedding": "Properties embedding",
383
+ "intakePolicy.field.rangeEnd": "Range end",
384
+ "intakePolicy.field.rangeStart": "Range start",
385
+ "intakePolicy.field.refreshOcr": "Refresh OCR",
386
+ "intakePolicy.field.renderingTemplate": "Rendering template",
387
+ "intakePolicy.field.reviewModel": "Review model",
388
+ "intakePolicy.field.reviewThreshold": "Review threshold",
389
+ "intakePolicy.field.source": "Evidence source",
390
+ "intakePolicy.field.textEmbedding": "Text embedding",
391
+ "intakePolicy.field.threshold": "Threshold",
392
+ "intakePolicy.field.updateProperties": "Update properties",
393
+ "intakePolicy.field.useVision": "Use vision",
394
+ "intakePolicy.field.windowPages": "Pages per window",
395
+ "intakePolicy.help.defaultView": "Preferred first view for objects of this type.",
396
+ "intakePolicy.help.embeddings": "Optional per-type text, image, and properties embedding switches.",
397
+ "intakePolicy.help.examples": "Object IDs of human-confirmed examples for this content type.",
398
+ "intakePolicy.help.extractionSource": "Selects text, visual, or combined evidence for extraction.",
399
+ "intakePolicy.help.grounding": "Creates block-level citations and annotated proof for property extraction.",
400
+ "intakePolicy.help.identification": "Guidance for automatic type selection before extraction.",
401
+ "intakePolicy.help.identificationGuidance": "Describe what this content type is and when it should be selected.",
402
+ "intakePolicy.help.locateInstructions": "Set this to identify relevant pages before conversion and extraction.",
403
+ "intakePolicy.help.mode": "Programmatic intake is the default; agentic intake delegates orchestration to an agent.",
404
+ "intakePolicy.help.pageRanges": "Inclusive start and end pages. Negative values count from the end of the document.",
405
+ "intakePolicy.help.renderingTemplate": "Handlebars template used to materialize extracted properties into object text.",
406
+ "intakePolicy.help.review": "Optional model review for hard or low-coverage pages.",
407
+ "intakePolicy.help.textConversion": "Controls markdown or text generation before extraction and embedding.",
408
+ "intakePolicy.help.title": "Field Guide",
409
+ "intakePolicy.option.agentic": "Agentic",
410
+ "intakePolicy.option.all": "All pages",
411
+ "intakePolicy.option.auto": "Automatic",
412
+ "intakePolicy.option.basic": "Basic",
413
+ "intakePolicy.option.block": "Block",
414
+ "intakePolicy.option.custom": "Custom",
415
+ "intakePolicy.option.disabled": "Disabled",
416
+ "intakePolicy.option.enabled": "Enabled",
417
+ "intakePolicy.option.flag": "Flag for review",
418
+ "intakePolicy.option.high": "High",
419
+ "intakePolicy.option.image": "Image",
420
+ "intakePolicy.option.inherit": "Inherit",
421
+ "intakePolicy.option.llm": "LLM",
422
+ "intakePolicy.option.located": "Located pages",
423
+ "intakePolicy.option.low": "Low",
424
+ "intakePolicy.option.markdown": "Markdown",
425
+ "intakePolicy.option.mixed": "Text and vision",
426
+ "intakePolicy.option.pagesPerSheet": "{{count}} pages per sheet",
427
+ "intakePolicy.option.pdf": "PDF",
428
+ "intakePolicy.option.programmatic": "Programmatic",
429
+ "intakePolicy.option.properties": "Properties",
430
+ "intakePolicy.option.set": "Set",
431
+ "intakePolicy.option.standard": "Standard",
432
+ "intakePolicy.option.text": "Text",
433
+ "intakePolicy.option.vision": "Vision",
434
+ "intakePolicy.placeholder.environment": "Select an environment",
435
+ "intakePolicy.placeholder.model": "Select a model",
436
+ "intakePolicy.placeholder.objectId": "Add an object ID",
437
+ "intakePolicy.section.classification": "Classification and defaults",
438
+ "intakePolicy.section.conversion": "Text conversion",
439
+ "intakePolicy.section.customConversion": "Custom conversion",
440
+ "intakePolicy.section.embeddings": "Search and generated content",
441
+ "intakePolicy.section.extraction": "Property extraction",
442
+ "intakePolicy.section.grounding": "Grounded extraction",
443
+ "intakePolicy.section.locate": "Relevant page locator",
444
+ "intakePolicy.section.models": "Extraction models",
445
+ "intakePolicy.section.pageRanges": "Static page ranges",
446
+ "intakePolicy.section.rendering": "Generated text",
447
+ "intakePolicy.section.review": "Post-extraction review",
448
+ "intakePolicy.section.verification": "Verification",
449
+ "intakePolicy.section.visionBudget": "Vision evidence budget",
450
+ "intakePolicy.status.unsaved": "Unsaved",
451
+ "intakePolicy.summary.conversion": "Conversion",
452
+ "intakePolicy.summary.defaultView": "Default View",
453
+ "intakePolicy.summary.extraction": "Extraction",
454
+ "intakePolicy.summary.grounding": "Grounding",
455
+ "intakePolicy.summary.method": "Method",
456
+ "intakePolicy.summary.mode": "Mode",
457
+ "intakePolicy.summary.source": "Source",
458
+ "intakePolicy.summary.template": "Template",
459
+ "intakePolicy.summary.toc": "TOC",
460
+ "intakePolicy.tab.conversion": "Conversion",
461
+ "intakePolicy.tab.extraction": "Extraction",
462
+ "intakePolicy.tab.grounding": "Grounding",
463
+ "intakePolicy.tab.json": "JSON",
464
+ "intakePolicy.tab.output": "Output",
465
+ "intakePolicy.tab.overview": "Overview",
466
+ "intakePolicy.title": "Intake Policy",
467
+ "intakePolicy.toast.invalid": "Invalid intake policy",
468
+ "intakePolicy.toast.saved": "The intake policy has been saved.",
469
+ "intakePolicy.toast.schemaValid": "The JSON is valid and matches the intake policy schema.",
470
+ "intakePolicy.toast.updateFailed": "Failed to update intake policy",
471
+ "intakePolicy.toast.updated": "Intake policy updated",
472
+ "intakePolicy.toast.valid": "Valid intake policy",
276
473
  "language.label": "Language",
277
474
  "language.placeholder": "Choose language",
278
475
  "layout.pageNotFound": "Page Not Found",
@@ -284,10 +481,10 @@
284
481
  "login.terminal.account": "Account",
285
482
  "login.terminal.accountRequired": "Account is required",
286
483
  "login.terminal.accountRequiredDesc": "Please select an account to authorize the client to access the ComposablePrompts servers",
287
- "login.terminal.authorizeClient": "Authorize Client",
288
484
  "login.terminal.authPayloadCopied": "Authentication Payload copied",
289
485
  "login.terminal.authPayloadCopiedSuccess": "You can close this page. The CLI should have received the token.",
290
486
  "login.terminal.authPayloadCopiedWithError": "You can paste the payload in the terminal. Note: The CLI did not receive the token. An error occured: {{error}}",
487
+ "login.terminal.authorizeClient": "Authorize Client",
291
488
  "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
489
  "login.terminal.chooseAccountProject": "You must choose the target account and project for the client to access.",
293
490
  "login.terminal.clientAuthenticated": "The client is authenticated. You can close this page.",
@@ -417,6 +614,7 @@
417
614
  "store.actions.addToCollectionSuccessDesc_one": "{{count}} object added to collection",
418
615
  "store.actions.addToCollectionSuccessDesc_other": "{{count}} objects added to collection",
419
616
  "store.actions.addToCollectionTitle": "Add to a Collection",
617
+ "store.actions.affectedItems": "Affected items:",
420
618
  "store.actions.areYouSure": "Are you sure?",
421
619
  "store.actions.cannotRemoveNoCollection": "Cannot remove objects: no collection specified",
422
620
  "store.actions.changeContentType": "Change Content Type",
@@ -424,29 +622,20 @@
424
622
  "store.actions.changeType": "Change Type",
425
623
  "store.actions.chooseExistingCollections": "Choose from existing collections",
426
624
  "store.actions.chooseWorkflowRule": "Choose a workflow rule to start:",
625
+ "store.actions.clearSelection": "Clear selection",
427
626
  "store.actions.confirmDeleteAll": "Are you sure you want to delete all the selected objects? This action cannot be undone.",
428
627
  "store.actions.confirmDeleteSelected": "Are you sure you want to delete the selected objects?\nThis is not removable from collections.",
429
628
  "store.actions.confirmRemoveFromCollection": "Are you sure you want to remove the selected objects from this collection?",
430
629
  "store.actions.createNew": "Create new",
431
630
  "store.actions.delete": "Delete",
432
631
  "store.actions.deleteObjects": "Delete Objects",
433
- "store.actions.deleteTheSelectedObjects": "Delete the selected objects",
434
632
  "store.actions.deleteSelected": "Delete selected",
435
- "store.actions.deleteType_one": "Delete Type",
436
- "store.actions.deleteType_other": "Delete Types",
633
+ "store.actions.deleteTheSelectedObjects": "Delete the selected objects",
437
634
  "store.actions.deleteTypeConfirm_one": "Delete this type? It will be permanently removed. This action cannot be undone.",
438
635
  "store.actions.deleteTypeConfirm_other": "Delete {{count}} selected types? They will be permanently removed. This action cannot be undone.",
636
+ "store.actions.deleteType_one": "Delete Type",
637
+ "store.actions.deleteType_other": "Delete Types",
439
638
  "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
639
  "store.actions.errorChangingType": "Error changing type",
451
640
  "store.actions.errorDeletingObjects": "Error deleting objects",
452
641
  "store.actions.errorExportProperties": "Error Export Properties",
@@ -454,16 +643,24 @@
454
643
  "store.actions.errorStartingWorkflow": "Error starting workflow",
455
644
  "store.actions.exportAllObjectProperties": "Export all Object Properties",
456
645
  "store.actions.exportProperties": "Export Properties",
646
+ "store.actions.failedToDeleteTypes": "Failed to delete types",
457
647
  "store.actions.noCollectionContext": "No collection context",
458
648
  "store.actions.noObjectsSelected": "No objects selected",
459
649
  "store.actions.pleaseSelectObjectsToDelete": "Please select objects to delete",
460
650
  "store.actions.pleaseSelectObjectsToRemove": "Please select objects to remove from collection",
461
651
  "store.actions.removeFromCollection": "Remove from Collection",
462
652
  "store.actions.removeFromCollectionDesc": "Remove the selected objects from this collection",
653
+ "store.actions.selectAllTypes": "Select all types",
463
654
  "store.actions.selectCollection": "Select Collection",
655
+ "store.actions.selectType": "Select type {{name}}",
656
+ "store.actions.selectedCount": "{{n}} selected",
464
657
  "store.actions.startWorkflow": "Start Workflow",
465
658
  "store.actions.startWorkflowByRule": "Start a Workflow by Rule",
466
659
  "store.actions.startWorkflowDesc": "Start a workflow on the selected objects",
660
+ "store.actions.typeDeletePartial": "{{succeeded}} deleted, {{failed}} failed",
661
+ "store.actions.typeDeleted_one": "{{count}} type deleted",
662
+ "store.actions.typeDeleted_other": "{{count}} types deleted",
663
+ "store.actions.typeToConfirmDelete": "Type \"delete\" to confirm",
467
664
  "store.actions.workflowStarted": "Workflow started",
468
665
  "store.allowedContentTypes": "Allowed Content Types",
469
666
  "store.allowedContentTypesOptionalDescription": "Optionally select which content types can be added to the collection. If not set, then all content types are allowed.",
@@ -483,10 +680,10 @@
483
680
  "store.collectionDeleted": "Collection deleted",
484
681
  "store.collectionFetchFailed": "Collection fetch failed",
485
682
  "store.collectionPropertiesUpdated": "Collection properties updated",
486
- "store.collectionsSelected_one": "{{count}} collection selected",
487
- "store.collectionsSelected_other": "{{count}} collections selected",
488
683
  "store.collectionUpdated": "Collection updated",
489
684
  "store.collectionUpdatedSuccess": "Collection has been updated successfully",
685
+ "store.collectionsSelected_one": "{{count}} collection selected",
686
+ "store.collectionsSelected_other": "{{count}} collections selected",
490
687
  "store.configuration": "Configuration",
491
688
  "store.confirmSelection": "Confirm selection",
492
689
  "store.contentCopied": "{{type}} copied",
@@ -496,9 +693,9 @@
496
693
  "store.copyFailed": "Copy failed",
497
694
  "store.createACollection": "Create a Collection",
498
695
  "store.createCollection": "Create Collection",
696
+ "store.createType": "Create Type",
499
697
  "store.created": "Created",
500
698
  "store.createdBy": "Created By",
501
- "store.createType": "Create Type",
502
699
  "store.deleteCollection": "Delete Collection",
503
700
  "store.documentExported": "Document exported",
504
701
  "store.documentInformation": "Document Information",
@@ -508,11 +705,11 @@
508
705
  "store.downloadFailed": "Download failed",
509
706
  "store.dynamicCollection": "Dynamic Collection",
510
707
  "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
708
  "store.editJson": "Edit Json",
513
709
  "store.editProperties": "Edit Properties",
514
710
  "store.editSchema": "Edit Schema",
515
711
  "store.editText": "Edit text",
712
+ "store.editingGenericDocument": "Editing properties for generic document",
516
713
  "store.embeddings": "Embeddings",
517
714
  "store.enableSyncMemberHeads": "Enable synchronizing member heads",
518
715
  "store.error": "Error",
@@ -572,7 +769,6 @@
572
769
  "store.noCollectionsAvailable": "No collections available.",
573
770
  "store.noCollectionsFound": "No collections found.",
574
771
  "store.noFilesSelected": "No files selected",
575
- "store.none": "None",
576
772
  "store.noObjectsDragAndDrop": "No objects. Just drag and drop documents or images here to create content objects.",
577
773
  "store.noPreviewAvailable": "No preview available for this document type.",
578
774
  "store.noProjectSelected": "No project selected",
@@ -582,6 +778,7 @@
582
778
  "store.noType": "No Type",
583
779
  "store.noValidFilesSelected": "No valid files selected",
584
780
  "store.noVideoRendition": "No web-compatible video rendition available",
781
+ "store.none": "None",
585
782
  "store.openFullDocument": "Open Full Document",
586
783
  "store.openFullDocumentView": "Open Full Document View",
587
784
  "store.optional": "(Optional)",
@@ -610,9 +807,9 @@
610
807
  "store.search": "Search",
611
808
  "store.searchCollections": "Search collections",
612
809
  "store.searchFailed": "Search failed",
613
- "store.searching": "Searching...",
614
810
  "store.searchPlaceholder": "Type what you are looking for, or select a filter",
615
811
  "store.searchTypes": "Search Types",
812
+ "store.searching": "Searching...",
616
813
  "store.selectACollection": "Select a collection",
617
814
  "store.selectContentType": "Select Content Type",
618
815
  "store.selectContentTypeAuto": "Select a content type or leave empty for automatic detection",
@@ -655,14 +852,14 @@
655
852
  "store.viewAsPdf": "View as PDF",
656
853
  "store.viewAudio": "View Audio",
657
854
  "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
855
  "store.viewInJsonFormat": "View in JSON format",
662
856
  "store.viewPdf": "View PDF",
663
857
  "store.viewText": "View Text",
664
858
  "store.viewTranscript": "View Transcript",
665
859
  "store.viewVideo": "View Video",
860
+ "store.viewingNewVersion": "Viewing New Version",
861
+ "store.viewingNewVersionDefault": "Now viewing the new version",
862
+ "store.viewingVersionLabel": "Now viewing version '{{label}}'",
666
863
  "theme.dark": "Dark",
667
864
  "theme.label": "Theme",
668
865
  "theme.light": "Light",
@@ -710,10 +907,10 @@
710
907
  "upload.update": "Update",
711
908
  "upload.uploadComplete": "Upload Complete",
712
909
  "upload.uploadFiles": "Upload Files",
713
- "upload.uploadingFiles": "Uploading Files",
714
910
  "upload.uploadLocation": "Upload Location:",
715
911
  "upload.uploadMore": "Upload More",
716
912
  "upload.uploadProcessInterrupted": "Upload process interrupted",
913
+ "upload.uploadingFiles": "Uploading Files",
717
914
  "upload.useAutoDetection": "Use Automatic Type Detection",
718
915
  "upload.useTypeName": "Use {{typeName}}",
719
916
  "user.account": "Account:",
@@ -750,6 +947,21 @@
750
947
  "user.unnamedGroup": "Unnamed Group",
751
948
  "user.user": "User",
752
949
  "user.userId": "User ID",
950
+ "view.display": "Display",
951
+ "view.from": "From",
952
+ "view.pagination": "Results pages",
953
+ "view.ranges": "Ranges",
954
+ "view.removeSelection": "Remove {{value}}",
955
+ "view.resultsCount_one": "{{count}} result",
956
+ "view.resultsCount_other": "{{count}} results",
957
+ "view.searchFields": "Search fields",
958
+ "view.sort": "Sort",
959
+ "view.to": "To",
960
+ "view.warning": "View notice",
753
961
  "widgets.schema.editDescription": "Edit description",
754
- "widgets.schema.invalidPropertyDeclaration": "Invalid property declaration"
962
+ "widgets.schema.extractFromDocument": "Extract",
963
+ "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.",
964
+ "widgets.schema.invalidPropertyDeclaration": "Invalid property declaration",
965
+ "widgets.schema.noExtract": "no extract",
966
+ "widgets.schema.propertyColumn": "Property"
755
967
  }
@@ -275,6 +275,7 @@
275
275
  "filter.selectRange": "Seleccionar rango",
276
276
  "filter.to": "Hasta:",
277
277
  "form.filter": "Filtrar...",
278
+ "grounded.checkerboard": "Cuadrícula",
278
279
  "language.label": "Idioma",
279
280
  "language.placeholder": "Elegir idioma",
280
281
  "layout.pageNotFound": "Página no encontrada",
@@ -744,6 +745,18 @@
744
745
  "user.unnamedGroup": "Grupo sin nombre",
745
746
  "user.user": "Usuario",
746
747
  "user.userId": "ID de usuario",
748
+ "view.display": "Visualización",
749
+ "view.from": "Desde",
750
+ "view.pagination": "Páginas de resultados",
751
+ "view.ranges": "Rangos",
752
+ "view.removeSelection": "Quitar {{value}}",
753
+ "view.resultsCount_one": "{{count}} resultado",
754
+ "view.resultsCount_many": "{{count}} resultados",
755
+ "view.resultsCount_other": "{{count}} resultados",
756
+ "view.searchFields": "Campos de búsqueda",
757
+ "view.sort": "Ordenar",
758
+ "view.to": "Hasta",
759
+ "view.warning": "Aviso de vista",
747
760
  "widgets.schema.editDescription": "Editar descripción",
748
761
  "widgets.schema.invalidPropertyDeclaration": "Declaración de propiedad inválida"
749
762
  }
@@ -275,6 +275,7 @@
275
275
  "filter.selectRange": "Sélectionner une plage",
276
276
  "filter.to": "À :",
277
277
  "form.filter": "Filtrer...",
278
+ "grounded.checkerboard": "Quadrillage",
278
279
  "language.label": "Langue",
279
280
  "language.placeholder": "Choisir la langue",
280
281
  "layout.pageNotFound": "Page non trouvée",
@@ -744,6 +745,18 @@
744
745
  "user.unnamedGroup": "Groupe sans nom",
745
746
  "user.user": "Utilisateur",
746
747
  "user.userId": "ID utilisateur",
748
+ "view.display": "Affichage",
749
+ "view.from": "De",
750
+ "view.pagination": "Pages de résultats",
751
+ "view.ranges": "Plages",
752
+ "view.removeSelection": "Supprimer {{value}}",
753
+ "view.resultsCount_one": "{{count}} résultat",
754
+ "view.resultsCount_many": "{{count}} résultats",
755
+ "view.resultsCount_other": "{{count}} résultats",
756
+ "view.searchFields": "Champs de recherche",
757
+ "view.sort": "Trier",
758
+ "view.to": "À",
759
+ "view.warning": "Avis sur la vue",
747
760
  "widgets.schema.editDescription": "Modifier la description",
748
761
  "widgets.schema.invalidPropertyDeclaration": "Déclaration de propriété invalide"
749
762
  }
@@ -275,6 +275,7 @@
275
275
  "filter.selectRange": "Seleziona intervallo",
276
276
  "filter.to": "A:",
277
277
  "form.filter": "Filtra...",
278
+ "grounded.checkerboard": "Griglia",
278
279
  "language.label": "Lingua",
279
280
  "language.placeholder": "Scegli lingua",
280
281
  "layout.pageNotFound": "Pagina non trovata",
@@ -744,6 +745,18 @@
744
745
  "user.unnamedGroup": "Gruppo senza nome",
745
746
  "user.user": "Utente",
746
747
  "user.userId": "ID utente",
748
+ "view.display": "Visualizzazione",
749
+ "view.from": "Da",
750
+ "view.pagination": "Pagine dei risultati",
751
+ "view.ranges": "Intervalli",
752
+ "view.removeSelection": "Rimuovi {{value}}",
753
+ "view.resultsCount_one": "{{count}} risultato",
754
+ "view.resultsCount_many": "{{count}} risultati",
755
+ "view.resultsCount_other": "{{count}} risultati",
756
+ "view.searchFields": "Campi di ricerca",
757
+ "view.sort": "Ordina",
758
+ "view.to": "A",
759
+ "view.warning": "Avviso vista",
747
760
  "widgets.schema.editDescription": "Modifica descrizione",
748
761
  "widgets.schema.invalidPropertyDeclaration": "Dichiarazione di proprietà non valida"
749
762
  }
@@ -273,6 +273,7 @@
273
273
  "filter.selectRange": "範囲を選択",
274
274
  "filter.to": "終了:",
275
275
  "form.filter": "フィルター...",
276
+ "grounded.checkerboard": "チェッカーボード",
276
277
  "language.label": "言語",
277
278
  "language.placeholder": "言語を選択",
278
279
  "layout.pageNotFound": "ページが見つかりません",
@@ -734,6 +735,16 @@
734
735
  "user.unnamedGroup": "名前なしグループ",
735
736
  "user.user": "ユーザー",
736
737
  "user.userId": "ユーザーID",
738
+ "view.display": "表示",
739
+ "view.from": "開始",
740
+ "view.pagination": "結果ページ",
741
+ "view.ranges": "範囲",
742
+ "view.removeSelection": "{{value}}を削除",
743
+ "view.resultsCount_other": "{{count}} 件の結果",
744
+ "view.searchFields": "検索フィールド",
745
+ "view.sort": "並べ替え",
746
+ "view.to": "終了",
747
+ "view.warning": "ビューのお知らせ",
737
748
  "widgets.schema.editDescription": "説明を編集",
738
749
  "widgets.schema.invalidPropertyDeclaration": "無効なプロパティ宣言"
739
750
  }
@@ -273,6 +273,7 @@
273
273
  "filter.selectRange": "범위 선택",
274
274
  "filter.to": "끝:",
275
275
  "form.filter": "필터...",
276
+ "grounded.checkerboard": "체커보드",
276
277
  "language.label": "언어",
277
278
  "language.placeholder": "언어 선택",
278
279
  "layout.pageNotFound": "페이지를 찾을 수 없음",
@@ -734,6 +735,16 @@
734
735
  "user.unnamedGroup": "이름 없는 그룹",
735
736
  "user.user": "사용자",
736
737
  "user.userId": "사용자 ID",
738
+ "view.display": "표시",
739
+ "view.from": "시작",
740
+ "view.pagination": "결과 페이지",
741
+ "view.ranges": "범위",
742
+ "view.removeSelection": "{{value}} 제거",
743
+ "view.resultsCount_other": "{{count}}개 결과",
744
+ "view.searchFields": "검색 필드",
745
+ "view.sort": "정렬",
746
+ "view.to": "종료",
747
+ "view.warning": "보기 알림",
737
748
  "widgets.schema.editDescription": "설명 편집",
738
749
  "widgets.schema.invalidPropertyDeclaration": "유효하지 않은 속성 선언"
739
750
  }
@@ -275,6 +275,7 @@
275
275
  "filter.selectRange": "Selecionar intervalo",
276
276
  "filter.to": "Até:",
277
277
  "form.filter": "Filtrar...",
278
+ "grounded.checkerboard": "Grade quadriculada",
278
279
  "language.label": "Idioma",
279
280
  "language.placeholder": "Escolher idioma",
280
281
  "layout.pageNotFound": "Página não encontrada",
@@ -744,6 +745,18 @@
744
745
  "user.unnamedGroup": "Grupo sem nome",
745
746
  "user.user": "Usuário",
746
747
  "user.userId": "ID do usuário",
748
+ "view.display": "Exibição",
749
+ "view.from": "De",
750
+ "view.pagination": "Páginas de resultados",
751
+ "view.ranges": "Intervalos",
752
+ "view.removeSelection": "Remover {{value}}",
753
+ "view.resultsCount_one": "{{count}} resultado",
754
+ "view.resultsCount_many": "{{count}} resultados",
755
+ "view.resultsCount_other": "{{count}} resultados",
756
+ "view.searchFields": "Campos de pesquisa",
757
+ "view.sort": "Ordenar",
758
+ "view.to": "Até",
759
+ "view.warning": "Aviso de visualização",
747
760
  "widgets.schema.editDescription": "Editar descrição",
748
761
  "widgets.schema.invalidPropertyDeclaration": "Declaração de propriedade inválida"
749
762
  }