@vertesia/ui 1.0.0-dev.20260227.112605Z → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (783) hide show
  1. package/lib/esm/core/components/SelectList.js +3 -1
  2. package/lib/esm/core/components/SelectList.js.map +1 -1
  3. package/lib/esm/core/components/SidePanel.js +2 -2
  4. package/lib/esm/core/components/SidePanel.js.map +1 -1
  5. package/lib/esm/core/components/index.js +0 -5
  6. package/lib/esm/core/components/index.js.map +1 -1
  7. package/lib/esm/core/components/shadcn/breadcrumb.js +11 -7
  8. package/lib/esm/core/components/shadcn/breadcrumb.js.map +1 -1
  9. package/lib/esm/core/components/shadcn/button.js +5 -3
  10. package/lib/esm/core/components/shadcn/button.js.map +1 -1
  11. package/lib/esm/core/components/shadcn/collaspible.js +14 -0
  12. package/lib/esm/core/components/shadcn/collaspible.js.map +1 -0
  13. package/lib/esm/core/components/shadcn/dropdown.js +61 -0
  14. package/lib/esm/core/components/shadcn/dropdown.js.map +1 -0
  15. package/lib/esm/core/components/shadcn/filters/comboBox/DateCombobox.js +3 -1
  16. package/lib/esm/core/components/shadcn/filters/comboBox/DateCombobox.js.map +1 -1
  17. package/lib/esm/core/components/shadcn/filters/comboBox/SelectCombobox.js +3 -1
  18. package/lib/esm/core/components/shadcn/filters/comboBox/SelectCombobox.js.map +1 -1
  19. package/lib/esm/core/components/shadcn/filters/comboBox/StringListCombobox.js +1 -1
  20. package/lib/esm/core/components/shadcn/filters/comboBox/StringListCombobox.js.map +1 -1
  21. package/lib/esm/core/components/shadcn/filters/filter/StringListFilter.js +1 -1
  22. package/lib/esm/core/components/shadcn/filters/filter/StringListFilter.js.map +1 -1
  23. package/lib/esm/core/components/shadcn/filters/filter/dateFilter.js +4 -2
  24. package/lib/esm/core/components/shadcn/filters/filter/dateFilter.js.map +1 -1
  25. package/lib/esm/core/components/shadcn/filters/filterBar.js +7 -4
  26. package/lib/esm/core/components/shadcn/filters/filterBar.js.map +1 -1
  27. package/lib/esm/core/components/shadcn/index.js +4 -0
  28. package/lib/esm/core/components/shadcn/index.js.map +1 -1
  29. package/lib/esm/core/components/shadcn/modal/ConfirmModal.js +4 -2
  30. package/lib/esm/core/components/shadcn/modal/ConfirmModal.js.map +1 -1
  31. package/lib/esm/core/components/shadcn/modal/DeleteModal.js +5 -3
  32. package/lib/esm/core/components/shadcn/modal/DeleteModal.js.map +1 -1
  33. package/lib/esm/core/components/shadcn/popover.js +11 -7
  34. package/lib/esm/core/components/shadcn/popover.js.map +1 -1
  35. package/lib/esm/core/components/shadcn/radioGroup.js +29 -0
  36. package/lib/esm/core/components/shadcn/radioGroup.js.map +1 -0
  37. package/lib/esm/core/components/shadcn/selectBox.js +1 -1
  38. package/lib/esm/core/components/shadcn/switch.js +19 -0
  39. package/lib/esm/core/components/shadcn/switch.js.map +1 -0
  40. package/lib/esm/core/components/shadcn/tabs.js +6 -6
  41. package/lib/esm/core/components/shadcn/tabs.js.map +1 -1
  42. package/lib/esm/core/components/shadcn/theme/ThemeSwitcher.js +8 -6
  43. package/lib/esm/core/components/shadcn/theme/ThemeSwitcher.js.map +1 -1
  44. package/lib/esm/core/components/shadcn/tooltip.js +1 -1
  45. package/lib/esm/core/components/shadcn/tooltip.js.map +1 -1
  46. package/lib/esm/core/components/toast/NotificationPanel.js +3 -3
  47. package/lib/esm/core/components/toast/NotificationPanel.js.map +1 -1
  48. package/lib/esm/env/index.js +11 -1
  49. package/lib/esm/env/index.js.map +1 -1
  50. package/lib/esm/features/agent/PayloadBuilder.js +87 -15
  51. package/lib/esm/features/agent/PayloadBuilder.js.map +1 -1
  52. package/lib/esm/features/agent/chat/AgentRightPanel.js +159 -0
  53. package/lib/esm/features/agent/chat/AgentRightPanel.js.map +1 -0
  54. package/lib/esm/features/agent/chat/ArtifactsTab.js +69 -0
  55. package/lib/esm/features/agent/chat/ArtifactsTab.js.map +1 -0
  56. package/lib/esm/features/agent/chat/AskUserWidget.js +12 -6
  57. package/lib/esm/features/agent/chat/AskUserWidget.js.map +1 -1
  58. package/lib/esm/features/agent/chat/DocumentPanel.js +6 -3
  59. package/lib/esm/features/agent/chat/DocumentPanel.js.map +1 -1
  60. package/lib/esm/features/agent/chat/ImageLightbox.js +3 -1
  61. package/lib/esm/features/agent/chat/ImageLightbox.js.map +1 -1
  62. package/lib/esm/features/agent/chat/ModernAgentConversation.js +243 -106
  63. package/lib/esm/features/agent/chat/ModernAgentConversation.js.map +1 -1
  64. package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +122 -52
  65. package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +1 -1
  66. package/lib/esm/features/agent/chat/ModernAgentOutput/BatchProgressPanel.js +5 -3
  67. package/lib/esm/features/agent/chat/ModernAgentOutput/BatchProgressPanel.js.map +1 -1
  68. package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js +57 -18
  69. package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js.map +1 -1
  70. package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js +82 -83
  71. package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js.map +1 -1
  72. package/lib/esm/features/agent/chat/ModernAgentOutput/MessageInput.js +16 -14
  73. package/lib/esm/features/agent/chat/ModernAgentOutput/MessageInput.js.map +1 -1
  74. package/lib/esm/features/agent/chat/ModernAgentOutput/MessageItem.js +20 -5
  75. package/lib/esm/features/agent/chat/ModernAgentOutput/MessageItem.js.map +1 -1
  76. package/lib/esm/features/agent/chat/ModernAgentOutput/PlanPanel.js +8 -6
  77. package/lib/esm/features/agent/chat/ModernAgentOutput/PlanPanel.js.map +1 -1
  78. package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.js +12 -10
  79. package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.js.map +1 -1
  80. package/lib/esm/features/agent/chat/ModernAgentOutput/StreamingMessage.js +5 -3
  81. package/lib/esm/features/agent/chat/ModernAgentOutput/StreamingMessage.js.map +1 -1
  82. package/lib/esm/features/agent/chat/ModernAgentOutput/ToolCallGroup.js +104 -13
  83. package/lib/esm/features/agent/chat/ModernAgentOutput/ToolCallGroup.js.map +1 -1
  84. package/lib/esm/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js +9 -5
  85. package/lib/esm/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js.map +1 -1
  86. package/lib/esm/features/agent/chat/ModernAgentOutput/utils.js +160 -76
  87. package/lib/esm/features/agent/chat/ModernAgentOutput/utils.js.map +1 -1
  88. package/lib/esm/features/agent/chat/SlidingThinkingIndicator.js +3 -1
  89. package/lib/esm/features/agent/chat/SlidingThinkingIndicator.js.map +1 -1
  90. package/lib/esm/features/agent/chat/VegaLiteChart.js +14 -2
  91. package/lib/esm/features/agent/chat/VegaLiteChart.js.map +1 -1
  92. package/lib/esm/features/agent/chat/hooks/useAgentPlans.js +3 -8
  93. package/lib/esm/features/agent/chat/hooks/useAgentPlans.js.map +1 -1
  94. package/lib/esm/features/agent/chat/hooks/useAgentStream.js +75 -16
  95. package/lib/esm/features/agent/chat/hooks/useAgentStream.js.map +1 -1
  96. package/lib/esm/features/agent/chat/hooks/useArtifacts.js +108 -0
  97. package/lib/esm/features/agent/chat/hooks/useArtifacts.js.map +1 -0
  98. package/lib/esm/features/agent/chat/hooks/useDocumentPanel.js +56 -5
  99. package/lib/esm/features/agent/chat/hooks/useDocumentPanel.js.map +1 -1
  100. package/lib/esm/features/agent/chat/hooks/useFileProcessing.js +12 -10
  101. package/lib/esm/features/agent/chat/hooks/useFileProcessing.js.map +1 -1
  102. package/lib/esm/features/errors/PanelErrorBoundary.js +3 -1
  103. package/lib/esm/features/errors/PanelErrorBoundary.js.map +1 -1
  104. package/lib/esm/features/facets/AgentRunnerFacetsNav.js +45 -33
  105. package/lib/esm/features/facets/AgentRunnerFacetsNav.js.map +1 -1
  106. package/lib/esm/features/facets/RunsFacetsNav.js +1 -1
  107. package/lib/esm/features/facets/RunsFacetsNav.js.map +1 -1
  108. package/lib/esm/features/facets/index.js +1 -1
  109. package/lib/esm/features/facets/index.js.map +1 -1
  110. package/lib/esm/features/layout/GenericPageNavHeader.js +40 -28
  111. package/lib/esm/features/layout/GenericPageNavHeader.js.map +1 -1
  112. package/lib/esm/features/layout/NotFoundView.js +3 -1
  113. package/lib/esm/features/layout/NotFoundView.js.map +1 -1
  114. package/lib/esm/features/magic-pdf/AnnotatedImageSlider.js +9 -5
  115. package/lib/esm/features/magic-pdf/AnnotatedImageSlider.js.map +1 -1
  116. package/lib/esm/features/magic-pdf/DownloadPopover.js +5 -4
  117. package/lib/esm/features/magic-pdf/DownloadPopover.js.map +1 -1
  118. package/lib/esm/features/magic-pdf/MagicPdfView.js +8 -5
  119. package/lib/esm/features/magic-pdf/MagicPdfView.js.map +1 -1
  120. package/lib/esm/features/pdf-viewer/PdfPageSlider.js +9 -5
  121. package/lib/esm/features/pdf-viewer/PdfPageSlider.js.map +1 -1
  122. package/lib/esm/features/pdf-viewer/SimplePdfViewer.js +5 -3
  123. package/lib/esm/features/pdf-viewer/SimplePdfViewer.js.map +1 -1
  124. package/lib/esm/features/permissions/UserPermissionsProvider.js +3 -1
  125. package/lib/esm/features/permissions/UserPermissionsProvider.js.map +1 -1
  126. package/lib/esm/features/store/collections/BrowseCollectionView.js +9 -1
  127. package/lib/esm/features/store/collections/BrowseCollectionView.js.map +1 -1
  128. package/lib/esm/features/store/collections/CollectionsTable.js +14 -7
  129. package/lib/esm/features/store/collections/CollectionsTable.js.map +1 -1
  130. package/lib/esm/features/store/collections/CreateCollection.js +21 -18
  131. package/lib/esm/features/store/collections/CreateCollection.js.map +1 -1
  132. package/lib/esm/features/store/collections/EditCollectionView.js +23 -19
  133. package/lib/esm/features/store/collections/EditCollectionView.js.map +1 -1
  134. package/lib/esm/features/store/collections/SelectCollection.js +25 -10
  135. package/lib/esm/features/store/collections/SelectCollection.js.map +1 -1
  136. package/lib/esm/features/store/collections/SharedPropsEditor.js +5 -3
  137. package/lib/esm/features/store/collections/SharedPropsEditor.js.map +1 -1
  138. package/lib/esm/features/store/collections/SyncMemberHeadsToggle.js +5 -3
  139. package/lib/esm/features/store/collections/SyncMemberHeadsToggle.js.map +1 -1
  140. package/lib/esm/features/store/objects/DocumentPreviewPanel.js +14 -12
  141. package/lib/esm/features/store/objects/DocumentPreviewPanel.js.map +1 -1
  142. package/lib/esm/features/store/objects/DocumentSearchResults.js +15 -5
  143. package/lib/esm/features/store/objects/DocumentSearchResults.js.map +1 -1
  144. package/lib/esm/features/store/objects/DocumentTable.js +10 -7
  145. package/lib/esm/features/store/objects/DocumentTable.js.map +1 -1
  146. package/lib/esm/features/store/objects/ExportPropertiesModal.js +5 -2
  147. package/lib/esm/features/store/objects/ExportPropertiesModal.js.map +1 -1
  148. package/lib/esm/features/store/objects/components/ContentDispositionButton.js +3 -1
  149. package/lib/esm/features/store/objects/components/ContentDispositionButton.js.map +1 -1
  150. package/lib/esm/features/store/objects/components/ContentOverview.js +55 -40
  151. package/lib/esm/features/store/objects/components/ContentOverview.js.map +1 -1
  152. package/lib/esm/features/store/objects/components/DocumentIcon.js +4 -3
  153. package/lib/esm/features/store/objects/components/DocumentIcon.js.map +1 -1
  154. package/lib/esm/features/store/objects/components/PropertiesEditorModal.js +13 -11
  155. package/lib/esm/features/store/objects/components/PropertiesEditorModal.js.map +1 -1
  156. package/lib/esm/features/store/objects/components/SaveVersionConfirmModal.js +15 -18
  157. package/lib/esm/features/store/objects/components/SaveVersionConfirmModal.js.map +1 -1
  158. package/lib/esm/features/store/objects/components/SelectDocument.js +9 -6
  159. package/lib/esm/features/store/objects/components/SelectDocument.js.map +1 -1
  160. package/lib/esm/features/store/objects/components/TextEditorPanel.js +97 -0
  161. package/lib/esm/features/store/objects/components/TextEditorPanel.js.map +1 -0
  162. package/lib/esm/features/store/objects/components/VectorSearchWidget.js +3 -1
  163. package/lib/esm/features/store/objects/components/VectorSearchWidget.js.map +1 -1
  164. package/lib/esm/features/store/objects/components/useContentPanelHooks.js +4 -2
  165. package/lib/esm/features/store/objects/components/useContentPanelHooks.js.map +1 -1
  166. package/lib/esm/features/store/objects/components/useDownloadFile.js +12 -10
  167. package/lib/esm/features/store/objects/components/useDownloadFile.js.map +1 -1
  168. package/lib/esm/features/store/objects/layout/documentLayout.js +10 -6
  169. package/lib/esm/features/store/objects/layout/documentLayout.js.map +1 -1
  170. package/lib/esm/features/store/objects/layout/renderers.js +10 -1
  171. package/lib/esm/features/store/objects/layout/renderers.js.map +1 -1
  172. package/lib/esm/features/store/objects/search/DocumentSearchContext.js +3 -2
  173. package/lib/esm/features/store/objects/search/DocumentSearchContext.js.map +1 -1
  174. package/lib/esm/features/store/objects/search/DocumentSearchProvider.js +3 -0
  175. package/lib/esm/features/store/objects/search/DocumentSearchProvider.js.map +1 -1
  176. package/lib/esm/features/store/objects/selection/ObjectsActionContext.js +22 -109
  177. package/lib/esm/features/store/objects/selection/ObjectsActionContext.js.map +1 -1
  178. package/lib/esm/features/store/objects/selection/ObjectsActionContextClass.js +50 -0
  179. package/lib/esm/features/store/objects/selection/ObjectsActionContextClass.js.map +1 -0
  180. package/lib/esm/features/store/objects/selection/ObjectsActionHooks.js +27 -0
  181. package/lib/esm/features/store/objects/selection/ObjectsActionHooks.js.map +1 -0
  182. package/lib/esm/features/store/objects/selection/SelectionActions.js +10 -6
  183. package/lib/esm/features/store/objects/selection/SelectionActions.js.map +1 -1
  184. package/lib/esm/features/store/objects/selection/actions/AddToCollectionAction.js +17 -12
  185. package/lib/esm/features/store/objects/selection/actions/AddToCollectionAction.js.map +1 -1
  186. package/lib/esm/features/store/objects/selection/actions/ChangeTypeAction.js +9 -5
  187. package/lib/esm/features/store/objects/selection/actions/ChangeTypeAction.js.map +1 -1
  188. package/lib/esm/features/store/objects/selection/actions/ConfirmAction.js +4 -2
  189. package/lib/esm/features/store/objects/selection/actions/ConfirmAction.js.map +1 -1
  190. package/lib/esm/features/store/objects/selection/actions/DeleteObjectsAction.js +24 -23
  191. package/lib/esm/features/store/objects/selection/actions/DeleteObjectsAction.js.map +1 -1
  192. package/lib/esm/features/store/objects/selection/actions/ExportPropertiesAction.js +10 -5
  193. package/lib/esm/features/store/objects/selection/actions/ExportPropertiesAction.js.map +1 -1
  194. package/lib/esm/features/store/objects/selection/actions/RemoveFromCollectionAction.js +13 -9
  195. package/lib/esm/features/store/objects/selection/actions/RemoveFromCollectionAction.js.map +1 -1
  196. package/lib/esm/features/store/objects/selection/actions/StartWorkflowComponent.js +14 -8
  197. package/lib/esm/features/store/objects/selection/actions/StartWorkflowComponent.js.map +1 -1
  198. package/lib/esm/features/store/objects/upload/DocumentUploadModal.js +42 -39
  199. package/lib/esm/features/store/objects/upload/DocumentUploadModal.js.map +1 -1
  200. package/lib/esm/features/store/objects/upload/useSmartFileUploadProcessing.js +4 -2
  201. package/lib/esm/features/store/objects/upload/useSmartFileUploadProcessing.js.map +1 -1
  202. package/lib/esm/features/store/objects/upload/useUploadHandler.js +9 -7
  203. package/lib/esm/features/store/objects/upload/useUploadHandler.js.map +1 -1
  204. package/lib/esm/features/store/types/ContentObjectTypesSearch.js +6 -4
  205. package/lib/esm/features/store/types/ContentObjectTypesSearch.js.map +1 -1
  206. package/lib/esm/features/store/types/ContentObjectTypesTable.js +3 -1
  207. package/lib/esm/features/store/types/ContentObjectTypesTable.js.map +1 -1
  208. package/lib/esm/features/store/types/CreateOrUpdateTypeModal.js +6 -7
  209. package/lib/esm/features/store/types/CreateOrUpdateTypeModal.js.map +1 -1
  210. package/lib/esm/features/store/types/ObjectSchemaEditor.js +9 -7
  211. package/lib/esm/features/store/types/ObjectSchemaEditor.js.map +1 -1
  212. package/lib/esm/features/store/types/SelectContentType.js +9 -7
  213. package/lib/esm/features/store/types/SelectContentType.js.map +1 -1
  214. package/lib/esm/features/store/types/SelectContentTypeModal.js +5 -2
  215. package/lib/esm/features/store/types/SelectContentTypeModal.js.map +1 -1
  216. package/lib/esm/features/store/types/TableLayoutEditor.js +6 -4
  217. package/lib/esm/features/store/types/TableLayoutEditor.js.map +1 -1
  218. package/lib/esm/features/user/UserInfo.js +40 -50
  219. package/lib/esm/features/user/UserInfo.js.map +1 -1
  220. package/lib/esm/i18n/index.js +31 -0
  221. package/lib/esm/i18n/index.js.map +1 -0
  222. package/lib/esm/i18n/instance.js +46 -0
  223. package/lib/esm/i18n/instance.js.map +1 -0
  224. package/lib/esm/i18n/locales/ar.json +694 -0
  225. package/lib/esm/i18n/locales/de.json +662 -0
  226. package/lib/esm/i18n/locales/en.json +663 -0
  227. package/lib/esm/i18n/locales/es.json +668 -0
  228. package/lib/esm/i18n/locales/fr.json +670 -0
  229. package/lib/esm/i18n/locales/it.json +668 -0
  230. package/lib/esm/i18n/locales/ja.json +662 -0
  231. package/lib/esm/i18n/locales/ko.json +662 -0
  232. package/lib/esm/i18n/locales/pt.json +668 -0
  233. package/lib/esm/i18n/locales/ru.json +678 -0
  234. package/lib/esm/i18n/locales/tr.json +662 -0
  235. package/lib/esm/i18n/locales/zh-TW.json +662 -0
  236. package/lib/esm/i18n/locales/zh.json +662 -0
  237. package/lib/esm/layout/FullHeightLayout.js +3 -0
  238. package/lib/esm/layout/FullHeightLayout.js.map +1 -1
  239. package/lib/esm/layout/Navbar.js +3 -1
  240. package/lib/esm/layout/Navbar.js.map +1 -1
  241. package/lib/esm/layout/RegionTag.js +15 -0
  242. package/lib/esm/layout/RegionTag.js.map +1 -0
  243. package/lib/esm/layout/Sidebar.js +2 -2
  244. package/lib/esm/layout/Sidebar.js.map +1 -1
  245. package/lib/esm/layout/index.js +1 -0
  246. package/lib/esm/layout/index.js.map +1 -1
  247. package/lib/esm/router/HistoryNavigator.js +1 -1
  248. package/lib/esm/router/HistoryNavigator.js.map +1 -1
  249. package/lib/esm/router/Nav.js +5 -3
  250. package/lib/esm/router/Nav.js.map +1 -1
  251. package/lib/esm/router/NestedNavigationContext.js +4 -0
  252. package/lib/esm/router/NestedNavigationContext.js.map +1 -1
  253. package/lib/esm/router/NestedRouterProvider.js +3 -1
  254. package/lib/esm/router/NestedRouterProvider.js.map +1 -1
  255. package/lib/esm/router/Router.js +21 -6
  256. package/lib/esm/router/Router.js.map +1 -1
  257. package/lib/esm/session/UserSession.js +31 -0
  258. package/lib/esm/session/UserSession.js.map +1 -1
  259. package/lib/esm/session/UserSessionProvider.js +4 -0
  260. package/lib/esm/session/UserSessionProvider.js.map +1 -1
  261. package/lib/esm/session/auth/composable.js +1 -1
  262. package/lib/esm/session/auth/composable.js.map +1 -1
  263. package/lib/esm/session/auth/firebase.js +1 -1
  264. package/lib/esm/session/auth/firebase.js.map +1 -1
  265. package/lib/esm/session/auth/useCurrentTenant.js +3 -1
  266. package/lib/esm/session/auth/useCurrentTenant.js.map +1 -1
  267. package/lib/esm/shell/SplashScreen.js +3 -7
  268. package/lib/esm/shell/SplashScreen.js.map +1 -1
  269. package/lib/esm/shell/apps/StandaloneApp.js +5 -2
  270. package/lib/esm/shell/apps/StandaloneApp.js.map +1 -1
  271. package/lib/esm/shell/login/EnterpriseSigninButton.js +5 -3
  272. package/lib/esm/shell/login/EnterpriseSigninButton.js.map +1 -1
  273. package/lib/esm/shell/login/GitHubSignInButton.js +3 -7
  274. package/lib/esm/shell/login/GitHubSignInButton.js.map +1 -1
  275. package/lib/esm/shell/login/GoogleSignInButton.js +3 -1
  276. package/lib/esm/shell/login/GoogleSignInButton.js.map +1 -1
  277. package/lib/esm/shell/login/InviteAcceptModal.js +5 -2
  278. package/lib/esm/shell/login/InviteAcceptModal.js.map +1 -1
  279. package/lib/esm/shell/login/MicrosoftSigninButton.js +4 -6
  280. package/lib/esm/shell/login/MicrosoftSigninButton.js.map +1 -1
  281. package/lib/esm/shell/login/SigninScreen.js +6 -2
  282. package/lib/esm/shell/login/SigninScreen.js.map +1 -1
  283. package/lib/esm/shell/login/SignupForm.js +36 -34
  284. package/lib/esm/shell/login/SignupForm.js.map +1 -1
  285. package/lib/esm/shell/login/TerminalLogin.js +29 -22
  286. package/lib/esm/shell/login/TerminalLogin.js.map +1 -1
  287. package/lib/esm/shell/login/UserInfo.js +6 -4
  288. package/lib/esm/shell/login/UserInfo.js.map +1 -1
  289. package/lib/esm/shell/login/UserSessionMenu.js +3 -4
  290. package/lib/esm/shell/login/UserSessionMenu.js.map +1 -1
  291. package/lib/esm/widgets/index.js +0 -1
  292. package/lib/esm/widgets/index.js.map +1 -1
  293. package/lib/esm/widgets/json-view/JSONCode.js +1 -1
  294. package/lib/esm/widgets/json-view/JSONCode.js.map +1 -1
  295. package/lib/esm/widgets/json-view/JSONDisplay.js +6 -2
  296. package/lib/esm/widgets/json-view/JSONDisplay.js.map +1 -1
  297. package/lib/esm/widgets/json-view/JSONSwitcher.js +6 -0
  298. package/lib/esm/widgets/json-view/JSONSwitcher.js.map +1 -0
  299. package/lib/esm/widgets/json-view/JSONView.js +1 -1
  300. package/lib/esm/widgets/json-view/JSONView.js.map +1 -1
  301. package/lib/esm/widgets/json-view/index.js +1 -0
  302. package/lib/esm/widgets/json-view/index.js.map +1 -1
  303. package/lib/esm/widgets/markdown/ArtifactContentRenderer.js +6 -5
  304. package/lib/esm/widgets/markdown/ArtifactContentRenderer.js.map +1 -1
  305. package/lib/esm/widgets/markdown/CodeBlockContext.js +11 -0
  306. package/lib/esm/widgets/markdown/CodeBlockContext.js.map +1 -0
  307. package/lib/esm/widgets/markdown/MarkdownRenderer.js +11 -10
  308. package/lib/esm/widgets/markdown/MarkdownRenderer.js.map +1 -1
  309. package/lib/esm/widgets/markdown/codeBlockHandlers.js +11 -12
  310. package/lib/esm/widgets/markdown/codeBlockHandlers.js.map +1 -1
  311. package/lib/esm/widgets/markdown/index.js +10 -9
  312. package/lib/esm/widgets/markdown/index.js.map +1 -1
  313. package/lib/esm/widgets/markdown/remarkDirectiveHandler.js +0 -1
  314. package/lib/esm/widgets/markdown/remarkDirectiveHandler.js.map +1 -1
  315. package/lib/esm/widgets/schema-editor/ManagedSchema.js +6 -5
  316. package/lib/esm/widgets/schema-editor/ManagedSchema.js.map +1 -1
  317. package/lib/esm/widgets/schema-editor/editor/PropertyEditor.js +7 -3
  318. package/lib/esm/widgets/schema-editor/editor/PropertyEditor.js.map +1 -1
  319. package/lib/esm/widgets/schema-editor/editor/SchemaEditor.js +3 -1
  320. package/lib/esm/widgets/schema-editor/editor/SchemaEditor.js.map +1 -1
  321. package/lib/esm/widgets/upload/DropZone.js +9 -11
  322. package/lib/esm/widgets/upload/DropZone.js.map +1 -1
  323. package/lib/esm/widgets/upload/UploadResultCategory.js +3 -1
  324. package/lib/esm/widgets/upload/UploadResultCategory.js.map +1 -1
  325. package/lib/esm/widgets/upload/UploadSummary.js +3 -1
  326. package/lib/esm/widgets/upload/UploadSummary.js.map +1 -1
  327. package/lib/tsconfig.tsbuildinfo +1 -1
  328. package/lib/types/core/components/SelectList.d.ts.map +1 -1
  329. package/lib/types/core/components/SidePanel.d.ts +4 -2
  330. package/lib/types/core/components/SidePanel.d.ts.map +1 -1
  331. package/lib/types/core/components/index.d.ts +0 -5
  332. package/lib/types/core/components/index.d.ts.map +1 -1
  333. package/lib/types/core/components/shadcn/badge.d.ts +2 -2
  334. package/lib/types/core/components/shadcn/breadcrumb.d.ts +1 -1
  335. package/lib/types/core/components/shadcn/breadcrumb.d.ts.map +1 -1
  336. package/lib/types/core/components/shadcn/button.d.ts.map +1 -1
  337. package/lib/types/core/components/shadcn/collaspible.d.ts +6 -0
  338. package/lib/types/core/components/shadcn/collaspible.d.ts.map +1 -0
  339. package/lib/types/core/components/shadcn/dropdown.d.ts +44 -0
  340. package/lib/types/core/components/shadcn/dropdown.d.ts.map +1 -0
  341. package/lib/types/core/components/shadcn/filters/comboBox/DateCombobox.d.ts.map +1 -1
  342. package/lib/types/core/components/shadcn/filters/comboBox/SelectCombobox.d.ts.map +1 -1
  343. package/lib/types/core/components/shadcn/filters/filter/dateFilter.d.ts.map +1 -1
  344. package/lib/types/core/components/shadcn/filters/filterBar.d.ts.map +1 -1
  345. package/lib/types/core/components/shadcn/index.d.ts +4 -0
  346. package/lib/types/core/components/shadcn/index.d.ts.map +1 -1
  347. package/lib/types/core/components/shadcn/input.d.ts +1 -1
  348. package/lib/types/core/components/shadcn/modal/ConfirmModal.d.ts +2 -1
  349. package/lib/types/core/components/shadcn/modal/ConfirmModal.d.ts.map +1 -1
  350. package/lib/types/core/components/shadcn/modal/DeleteModal.d.ts.map +1 -1
  351. package/lib/types/core/components/shadcn/popover.d.ts +11 -3
  352. package/lib/types/core/components/shadcn/popover.d.ts.map +1 -1
  353. package/lib/types/core/components/shadcn/radioGroup.d.ts +26 -0
  354. package/lib/types/core/components/shadcn/radioGroup.d.ts.map +1 -0
  355. package/lib/types/core/components/shadcn/switch.d.ts +12 -0
  356. package/lib/types/core/components/shadcn/switch.d.ts.map +1 -0
  357. package/lib/types/core/components/shadcn/tabs.d.ts +4 -2
  358. package/lib/types/core/components/shadcn/tabs.d.ts.map +1 -1
  359. package/lib/types/core/components/shadcn/theme/ThemeSwitcher.d.ts +8 -2
  360. package/lib/types/core/components/shadcn/theme/ThemeSwitcher.d.ts.map +1 -1
  361. package/lib/types/core/components/toast/NotificationPanel.d.ts.map +1 -1
  362. package/lib/types/env/index.d.ts +8 -1
  363. package/lib/types/env/index.d.ts.map +1 -1
  364. package/lib/types/features/agent/PayloadBuilder.d.ts +31 -3
  365. package/lib/types/features/agent/PayloadBuilder.d.ts.map +1 -1
  366. package/lib/types/features/agent/chat/AgentRightPanel.d.ts +50 -0
  367. package/lib/types/features/agent/chat/AgentRightPanel.d.ts.map +1 -0
  368. package/lib/types/features/agent/chat/ArtifactsTab.d.ts +9 -0
  369. package/lib/types/features/agent/chat/ArtifactsTab.d.ts.map +1 -0
  370. package/lib/types/features/agent/chat/AskUserWidget.d.ts.map +1 -1
  371. package/lib/types/features/agent/chat/DocumentPanel.d.ts.map +1 -1
  372. package/lib/types/features/agent/chat/ImageLightbox.d.ts.map +1 -1
  373. package/lib/types/features/agent/chat/ModernAgentConversation.d.ts +22 -9
  374. package/lib/types/features/agent/chat/ModernAgentConversation.d.ts.map +1 -1
  375. package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts +3 -1
  376. package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +1 -1
  377. package/lib/types/features/agent/chat/ModernAgentOutput/BatchProgressPanel.d.ts.map +1 -1
  378. package/lib/types/features/agent/chat/ModernAgentOutput/Header.d.ts +12 -3
  379. package/lib/types/features/agent/chat/ModernAgentOutput/Header.d.ts.map +1 -1
  380. package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.d.ts +1 -1
  381. package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.d.ts.map +1 -1
  382. package/lib/types/features/agent/chat/ModernAgentOutput/MessageInput.d.ts.map +1 -1
  383. package/lib/types/features/agent/chat/ModernAgentOutput/MessageItem.d.ts.map +1 -1
  384. package/lib/types/features/agent/chat/ModernAgentOutput/PlanPanel.d.ts.map +1 -1
  385. package/lib/types/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.d.ts.map +1 -1
  386. package/lib/types/features/agent/chat/ModernAgentOutput/StreamingMessage.d.ts +3 -1
  387. package/lib/types/features/agent/chat/ModernAgentOutput/StreamingMessage.d.ts.map +1 -1
  388. package/lib/types/features/agent/chat/ModernAgentOutput/ToolCallGroup.d.ts +5 -1
  389. package/lib/types/features/agent/chat/ModernAgentOutput/ToolCallGroup.d.ts.map +1 -1
  390. package/lib/types/features/agent/chat/ModernAgentOutput/WorkstreamTabs.d.ts.map +1 -1
  391. package/lib/types/features/agent/chat/ModernAgentOutput/utils.d.ts +16 -1
  392. package/lib/types/features/agent/chat/ModernAgentOutput/utils.d.ts.map +1 -1
  393. package/lib/types/features/agent/chat/SlidingThinkingIndicator.d.ts.map +1 -1
  394. package/lib/types/features/agent/chat/VegaLiteChart.d.ts.map +1 -1
  395. package/lib/types/features/agent/chat/hooks/useAgentPlans.d.ts.map +1 -1
  396. package/lib/types/features/agent/chat/hooks/useAgentStream.d.ts +3 -3
  397. package/lib/types/features/agent/chat/hooks/useAgentStream.d.ts.map +1 -1
  398. package/lib/types/features/agent/chat/hooks/useArtifacts.d.ts +18 -0
  399. package/lib/types/features/agent/chat/hooks/useArtifacts.d.ts.map +1 -0
  400. package/lib/types/features/agent/chat/hooks/useDocumentPanel.d.ts.map +1 -1
  401. package/lib/types/features/agent/chat/hooks/useFileProcessing.d.ts +4 -4
  402. package/lib/types/features/agent/chat/hooks/useFileProcessing.d.ts.map +1 -1
  403. package/lib/types/features/agent/chat/types/document.d.ts +2 -0
  404. package/lib/types/features/agent/chat/types/document.d.ts.map +1 -1
  405. package/lib/types/features/errors/PanelErrorBoundary.d.ts.map +1 -1
  406. package/lib/types/features/facets/AgentRunnerFacetsNav.d.ts +2 -1
  407. package/lib/types/features/facets/AgentRunnerFacetsNav.d.ts.map +1 -1
  408. package/lib/types/features/facets/index.d.ts +1 -1
  409. package/lib/types/features/facets/index.d.ts.map +1 -1
  410. package/lib/types/features/layout/GenericPageNavHeader.d.ts +2 -2
  411. package/lib/types/features/layout/GenericPageNavHeader.d.ts.map +1 -1
  412. package/lib/types/features/layout/NotFoundView.d.ts.map +1 -1
  413. package/lib/types/features/magic-pdf/AnnotatedImageSlider.d.ts.map +1 -1
  414. package/lib/types/features/magic-pdf/DownloadPopover.d.ts.map +1 -1
  415. package/lib/types/features/magic-pdf/MagicPdfView.d.ts.map +1 -1
  416. package/lib/types/features/pdf-viewer/PdfPageSlider.d.ts.map +1 -1
  417. package/lib/types/features/pdf-viewer/SimplePdfViewer.d.ts.map +1 -1
  418. package/lib/types/features/permissions/UserPermissionsProvider.d.ts.map +1 -1
  419. package/lib/types/features/store/collections/BrowseCollectionView.d.ts.map +1 -1
  420. package/lib/types/features/store/collections/CollectionsTable.d.ts +4 -0
  421. package/lib/types/features/store/collections/CollectionsTable.d.ts.map +1 -1
  422. package/lib/types/features/store/collections/CreateCollection.d.ts.map +1 -1
  423. package/lib/types/features/store/collections/EditCollectionView.d.ts.map +1 -1
  424. package/lib/types/features/store/collections/SelectCollection.d.ts.map +1 -1
  425. package/lib/types/features/store/collections/SharedPropsEditor.d.ts.map +1 -1
  426. package/lib/types/features/store/collections/SyncMemberHeadsToggle.d.ts.map +1 -1
  427. package/lib/types/features/store/objects/DocumentPreviewPanel.d.ts.map +1 -1
  428. package/lib/types/features/store/objects/DocumentSearchResults.d.ts.map +1 -1
  429. package/lib/types/features/store/objects/DocumentTable.d.ts.map +1 -1
  430. package/lib/types/features/store/objects/ExportPropertiesModal.d.ts.map +1 -1
  431. package/lib/types/features/store/objects/components/ContentDispositionButton.d.ts.map +1 -1
  432. package/lib/types/features/store/objects/components/ContentOverview.d.ts.map +1 -1
  433. package/lib/types/features/store/objects/components/DocumentIcon.d.ts +2 -1
  434. package/lib/types/features/store/objects/components/DocumentIcon.d.ts.map +1 -1
  435. package/lib/types/features/store/objects/components/PropertiesEditorModal.d.ts.map +1 -1
  436. package/lib/types/features/store/objects/components/SaveVersionConfirmModal.d.ts.map +1 -1
  437. package/lib/types/features/store/objects/components/SelectDocument.d.ts +3 -1
  438. package/lib/types/features/store/objects/components/SelectDocument.d.ts.map +1 -1
  439. package/lib/types/features/store/objects/components/TextEditorPanel.d.ts +10 -0
  440. package/lib/types/features/store/objects/components/TextEditorPanel.d.ts.map +1 -0
  441. package/lib/types/features/store/objects/components/VectorSearchWidget.d.ts.map +1 -1
  442. package/lib/types/features/store/objects/components/useContentPanelHooks.d.ts.map +1 -1
  443. package/lib/types/features/store/objects/components/useDownloadFile.d.ts.map +1 -1
  444. package/lib/types/features/store/objects/layout/documentLayout.d.ts +3 -2
  445. package/lib/types/features/store/objects/layout/documentLayout.d.ts.map +1 -1
  446. package/lib/types/features/store/objects/layout/renderers.d.ts.map +1 -1
  447. package/lib/types/features/store/objects/search/DocumentSearchContext.d.ts.map +1 -1
  448. package/lib/types/features/store/objects/search/DocumentSearchProvider.d.ts.map +1 -1
  449. package/lib/types/features/store/objects/selection/ObjectsActionContext.d.ts +3 -20
  450. package/lib/types/features/store/objects/selection/ObjectsActionContext.d.ts.map +1 -1
  451. package/lib/types/features/store/objects/selection/ObjectsActionContextClass.d.ts +16 -0
  452. package/lib/types/features/store/objects/selection/ObjectsActionContextClass.d.ts.map +1 -0
  453. package/lib/types/features/store/objects/selection/ObjectsActionHooks.d.ts +7 -0
  454. package/lib/types/features/store/objects/selection/ObjectsActionHooks.d.ts.map +1 -0
  455. package/lib/types/features/store/objects/selection/ObjectsActionSpec.d.ts +4 -1
  456. package/lib/types/features/store/objects/selection/ObjectsActionSpec.d.ts.map +1 -1
  457. package/lib/types/features/store/objects/selection/SelectionActions.d.ts +6 -1
  458. package/lib/types/features/store/objects/selection/SelectionActions.d.ts.map +1 -1
  459. package/lib/types/features/store/objects/selection/actions/AddToCollectionAction.d.ts.map +1 -1
  460. package/lib/types/features/store/objects/selection/actions/ChangeTypeAction.d.ts.map +1 -1
  461. package/lib/types/features/store/objects/selection/actions/ConfirmAction.d.ts +1 -1
  462. package/lib/types/features/store/objects/selection/actions/ConfirmAction.d.ts.map +1 -1
  463. package/lib/types/features/store/objects/selection/actions/DeleteObjectsAction.d.ts.map +1 -1
  464. package/lib/types/features/store/objects/selection/actions/ExportPropertiesAction.d.ts.map +1 -1
  465. package/lib/types/features/store/objects/selection/actions/RemoveFromCollectionAction.d.ts.map +1 -1
  466. package/lib/types/features/store/objects/selection/actions/StartWorkflowComponent.d.ts.map +1 -1
  467. package/lib/types/features/store/objects/upload/DocumentUploadModal.d.ts.map +1 -1
  468. package/lib/types/features/store/objects/upload/useSmartFileUploadProcessing.d.ts.map +1 -1
  469. package/lib/types/features/store/objects/upload/useUploadHandler.d.ts.map +1 -1
  470. package/lib/types/features/store/types/ContentObjectTypesSearch.d.ts.map +1 -1
  471. package/lib/types/features/store/types/ContentObjectTypesTable.d.ts.map +1 -1
  472. package/lib/types/features/store/types/CreateOrUpdateTypeModal.d.ts +2 -1
  473. package/lib/types/features/store/types/CreateOrUpdateTypeModal.d.ts.map +1 -1
  474. package/lib/types/features/store/types/ObjectSchemaEditor.d.ts.map +1 -1
  475. package/lib/types/features/store/types/SelectContentType.d.ts.map +1 -1
  476. package/lib/types/features/store/types/SelectContentTypeModal.d.ts.map +1 -1
  477. package/lib/types/features/store/types/TableLayoutEditor.d.ts.map +1 -1
  478. package/lib/types/features/user/UserInfo.d.ts +2 -2
  479. package/lib/types/features/user/UserInfo.d.ts.map +1 -1
  480. package/lib/types/i18n/index.d.ts +14 -0
  481. package/lib/types/i18n/index.d.ts.map +1 -0
  482. package/lib/types/i18n/instance.d.ts +5 -0
  483. package/lib/types/i18n/instance.d.ts.map +1 -0
  484. package/lib/types/layout/FullHeightLayout.d.ts +3 -0
  485. package/lib/types/layout/FullHeightLayout.d.ts.map +1 -1
  486. package/lib/types/layout/Navbar.d.ts.map +1 -1
  487. package/lib/types/layout/RegionTag.d.ts +4 -0
  488. package/lib/types/layout/RegionTag.d.ts.map +1 -0
  489. package/lib/types/layout/Sidebar.d.ts +2 -1
  490. package/lib/types/layout/Sidebar.d.ts.map +1 -1
  491. package/lib/types/layout/index.d.ts +1 -0
  492. package/lib/types/layout/index.d.ts.map +1 -1
  493. package/lib/types/router/Nav.d.ts +5 -1
  494. package/lib/types/router/Nav.d.ts.map +1 -1
  495. package/lib/types/router/NestedNavigationContext.d.ts.map +1 -1
  496. package/lib/types/router/NestedRouterProvider.d.ts.map +1 -1
  497. package/lib/types/router/Router.d.ts +2 -0
  498. package/lib/types/router/Router.d.ts.map +1 -1
  499. package/lib/types/session/UserSession.d.ts +1 -0
  500. package/lib/types/session/UserSession.d.ts.map +1 -1
  501. package/lib/types/session/UserSessionProvider.d.ts.map +1 -1
  502. package/lib/types/session/auth/useCurrentTenant.d.ts.map +1 -1
  503. package/lib/types/shell/SplashScreen.d.ts.map +1 -1
  504. package/lib/types/shell/apps/StandaloneApp.d.ts.map +1 -1
  505. package/lib/types/shell/login/EnterpriseSigninButton.d.ts.map +1 -1
  506. package/lib/types/shell/login/GitHubSignInButton.d.ts.map +1 -1
  507. package/lib/types/shell/login/GoogleSignInButton.d.ts.map +1 -1
  508. package/lib/types/shell/login/InviteAcceptModal.d.ts.map +1 -1
  509. package/lib/types/shell/login/MicrosoftSigninButton.d.ts +1 -1
  510. package/lib/types/shell/login/MicrosoftSigninButton.d.ts.map +1 -1
  511. package/lib/types/shell/login/SigninScreen.d.ts.map +1 -1
  512. package/lib/types/shell/login/SignupForm.d.ts.map +1 -1
  513. package/lib/types/shell/login/TerminalLogin.d.ts.map +1 -1
  514. package/lib/types/shell/login/UserInfo.d.ts.map +1 -1
  515. package/lib/types/shell/login/UserSessionMenu.d.ts.map +1 -1
  516. package/lib/types/widgets/index.d.ts +0 -1
  517. package/lib/types/widgets/index.d.ts.map +1 -1
  518. package/lib/types/widgets/json-view/JSONDisplay.d.ts.map +1 -1
  519. package/lib/types/widgets/json-view/JSONSwitcher.d.ts +6 -0
  520. package/lib/types/widgets/json-view/JSONSwitcher.d.ts.map +1 -0
  521. package/lib/types/widgets/json-view/index.d.ts +1 -0
  522. package/lib/types/widgets/json-view/index.d.ts.map +1 -1
  523. package/lib/types/widgets/markdown/ArtifactContentRenderer.d.ts.map +1 -1
  524. package/lib/types/widgets/markdown/CodeBlockContext.d.ts +21 -0
  525. package/lib/types/widgets/markdown/CodeBlockContext.d.ts.map +1 -0
  526. package/lib/types/widgets/markdown/MarkdownRenderer.d.ts.map +1 -1
  527. package/lib/types/widgets/markdown/codeBlockHandlers.d.ts +0 -12
  528. package/lib/types/widgets/markdown/codeBlockHandlers.d.ts.map +1 -1
  529. package/lib/types/widgets/markdown/index.d.ts +10 -9
  530. package/lib/types/widgets/markdown/index.d.ts.map +1 -1
  531. package/lib/types/widgets/schema-editor/ManagedSchema.d.ts +1 -1
  532. package/lib/types/widgets/schema-editor/ManagedSchema.d.ts.map +1 -1
  533. package/lib/types/widgets/schema-editor/editor/PropertyEditor.d.ts.map +1 -1
  534. package/lib/types/widgets/schema-editor/editor/SchemaEditor.d.ts.map +1 -1
  535. package/lib/types/widgets/upload/DropZone.d.ts.map +1 -1
  536. package/lib/types/widgets/upload/UploadResultCategory.d.ts.map +1 -1
  537. package/lib/types/widgets/upload/UploadSummary.d.ts.map +1 -1
  538. package/lib/vertesia-ui-core.js +1 -1
  539. package/lib/vertesia-ui-core.js.map +1 -1
  540. package/lib/vertesia-ui-env.js +1 -1
  541. package/lib/vertesia-ui-env.js.map +1 -1
  542. package/lib/vertesia-ui-features.js +1 -1
  543. package/lib/vertesia-ui-features.js.map +1 -1
  544. package/lib/vertesia-ui-i18n.js +2 -0
  545. package/lib/vertesia-ui-i18n.js.map +1 -0
  546. package/lib/vertesia-ui-layout.js +1 -1
  547. package/lib/vertesia-ui-layout.js.map +1 -1
  548. package/lib/vertesia-ui-router.js +1 -1
  549. package/lib/vertesia-ui-router.js.map +1 -1
  550. package/lib/vertesia-ui-session.js +1 -1
  551. package/lib/vertesia-ui-session.js.map +1 -1
  552. package/lib/vertesia-ui-shell.js +1 -1
  553. package/lib/vertesia-ui-shell.js.map +1 -1
  554. package/lib/vertesia-ui-widgets.js +1 -1
  555. package/lib/vertesia-ui-widgets.js.map +1 -1
  556. package/llms.txt +124 -4
  557. package/package.json +50 -22
  558. package/src/core/components/SelectList.tsx +3 -1
  559. package/src/core/components/SidePanel.tsx +5 -4
  560. package/src/core/components/index.ts +0 -5
  561. package/src/core/components/shadcn/breadcrumb.tsx +16 -9
  562. package/src/core/components/shadcn/button.tsx +5 -3
  563. package/src/core/components/shadcn/collaspible.tsx +33 -0
  564. package/src/core/components/shadcn/dropdown.tsx +309 -0
  565. package/src/core/components/shadcn/filters/comboBox/DateCombobox.tsx +3 -1
  566. package/src/core/components/shadcn/filters/comboBox/SelectCombobox.tsx +3 -1
  567. package/src/core/components/shadcn/filters/comboBox/StringListCombobox.tsx +1 -1
  568. package/src/core/components/shadcn/filters/filter/StringListFilter.tsx +1 -1
  569. package/src/core/components/shadcn/filters/filter/dateFilter.tsx +5 -3
  570. package/src/core/components/shadcn/filters/filterBar.tsx +8 -5
  571. package/src/core/components/shadcn/index.ts +5 -1
  572. package/src/core/components/shadcn/modal/ConfirmModal.tsx +7 -3
  573. package/src/core/components/shadcn/modal/DeleteModal.tsx +5 -3
  574. package/src/core/components/shadcn/popover.tsx +12 -7
  575. package/src/core/components/shadcn/radioGroup.tsx +100 -0
  576. package/src/core/components/shadcn/selectBox.tsx +1 -1
  577. package/src/core/components/shadcn/switch.tsx +60 -0
  578. package/src/core/components/shadcn/tabs.tsx +29 -27
  579. package/src/core/components/shadcn/theme/ThemeSwitcher.tsx +19 -10
  580. package/src/core/components/shadcn/tooltip.tsx +1 -1
  581. package/src/core/components/toast/NotificationPanel.tsx +38 -44
  582. package/src/css/base.css +31 -0
  583. package/src/css/color.css +136 -0
  584. package/src/css/custom-tooltips.css +64 -0
  585. package/src/css/index.css +27 -0
  586. package/src/css/theme.css +86 -0
  587. package/src/css/typography.css +88 -0
  588. package/src/css/utilities.css +72 -0
  589. package/src/env/index.ts +16 -3
  590. package/src/features/agent/PayloadBuilder.tsx +100 -13
  591. package/src/features/agent/chat/AgentRightPanel.tsx +424 -0
  592. package/src/features/agent/chat/ArtifactsTab.tsx +197 -0
  593. package/src/features/agent/chat/AskUserWidget.tsx +14 -8
  594. package/src/features/agent/chat/DocumentPanel.tsx +24 -9
  595. package/src/features/agent/chat/ImageLightbox.tsx +6 -3
  596. package/src/features/agent/chat/ModernAgentConversation.tsx +539 -356
  597. package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.tsx +151 -55
  598. package/src/features/agent/chat/ModernAgentOutput/BatchProgressPanel.tsx +6 -4
  599. package/src/features/agent/chat/ModernAgentOutput/Header.tsx +126 -46
  600. package/src/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.tsx +21 -31
  601. package/src/features/agent/chat/ModernAgentOutput/MessageInput.tsx +119 -114
  602. package/src/features/agent/chat/ModernAgentOutput/MessageItem.tsx +26 -9
  603. package/src/features/agent/chat/ModernAgentOutput/PlanPanel.tsx +9 -7
  604. package/src/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.tsx +15 -13
  605. package/src/features/agent/chat/ModernAgentOutput/StreamingMessage.tsx +8 -3
  606. package/src/features/agent/chat/ModernAgentOutput/ToolCallGroup.tsx +149 -49
  607. package/src/features/agent/chat/ModernAgentOutput/WorkstreamTabs.tsx +9 -5
  608. package/src/features/agent/chat/ModernAgentOutput/utils.test.ts +229 -0
  609. package/src/features/agent/chat/ModernAgentOutput/utils.ts +202 -97
  610. package/src/features/agent/chat/SlidingThinkingIndicator.tsx +5 -3
  611. package/src/features/agent/chat/VegaLiteChart.tsx +20 -8
  612. package/src/features/agent/chat/hooks/useAgentPlans.ts +3 -9
  613. package/src/features/agent/chat/hooks/useAgentStream.ts +80 -19
  614. package/src/features/agent/chat/hooks/useArtifacts.ts +151 -0
  615. package/src/features/agent/chat/hooks/useDocumentPanel.ts +65 -5
  616. package/src/features/agent/chat/hooks/useFileProcessing.ts +14 -13
  617. package/src/features/agent/chat/types/document.ts +2 -0
  618. package/src/features/errors/PanelErrorBoundary.tsx +5 -3
  619. package/src/features/facets/AgentRunnerFacetsNav.tsx +54 -35
  620. package/src/features/facets/RunsFacetsNav.tsx +6 -6
  621. package/src/features/facets/index.ts +1 -1
  622. package/src/features/layout/GenericPageNavHeader.tsx +64 -41
  623. package/src/features/layout/NotFoundView.tsx +4 -1
  624. package/src/features/magic-pdf/AnnotatedImageSlider.tsx +12 -8
  625. package/src/features/magic-pdf/DownloadPopover.tsx +11 -10
  626. package/src/features/magic-pdf/MagicPdfView.tsx +10 -7
  627. package/src/features/pdf-viewer/PdfPageSlider.tsx +10 -6
  628. package/src/features/pdf-viewer/SimplePdfViewer.tsx +5 -3
  629. package/src/features/permissions/UserPermissionsProvider.tsx +3 -1
  630. package/src/features/store/collections/BrowseCollectionView.tsx +11 -1
  631. package/src/features/store/collections/CollectionsTable.tsx +20 -12
  632. package/src/features/store/collections/CreateCollection.tsx +45 -40
  633. package/src/features/store/collections/EditCollectionView.tsx +31 -28
  634. package/src/features/store/collections/SelectCollection.tsx +50 -14
  635. package/src/features/store/collections/SharedPropsEditor.tsx +7 -5
  636. package/src/features/store/collections/SyncMemberHeadsToggle.tsx +6 -4
  637. package/src/features/store/objects/DocumentPreviewPanel.tsx +30 -28
  638. package/src/features/store/objects/DocumentSearchResults.tsx +31 -21
  639. package/src/features/store/objects/DocumentTable.tsx +11 -5
  640. package/src/features/store/objects/ExportPropertiesModal.tsx +8 -5
  641. package/src/features/store/objects/components/ContentDispositionButton.tsx +3 -1
  642. package/src/features/store/objects/components/ContentOverview.tsx +96 -50
  643. package/src/features/store/objects/components/DocumentIcon.tsx +11 -3
  644. package/src/features/store/objects/components/PropertiesEditorModal.tsx +14 -12
  645. package/src/features/store/objects/components/SaveVersionConfirmModal.tsx +24 -37
  646. package/src/features/store/objects/components/SelectDocument.tsx +15 -6
  647. package/src/features/store/objects/components/TextEditorPanel.tsx +143 -0
  648. package/src/features/store/objects/components/VectorSearchWidget.tsx +11 -8
  649. package/src/features/store/objects/components/useContentPanelHooks.ts +4 -2
  650. package/src/features/store/objects/components/useDownloadFile.ts +12 -10
  651. package/src/features/store/objects/layout/documentLayout.tsx +16 -6
  652. package/src/features/store/objects/layout/renderers.tsx +27 -1
  653. package/src/features/store/objects/search/DocumentSearchContext.ts +3 -2
  654. package/src/features/store/objects/search/DocumentSearchProvider.tsx +3 -0
  655. package/src/features/store/objects/selection/ObjectsActionContext.tsx +26 -128
  656. package/src/features/store/objects/selection/ObjectsActionContextClass.ts +59 -0
  657. package/src/features/store/objects/selection/ObjectsActionHooks.ts +33 -0
  658. package/src/features/store/objects/selection/ObjectsActionSpec.ts +4 -1
  659. package/src/features/store/objects/selection/SelectionActions.tsx +14 -6
  660. package/src/features/store/objects/selection/actions/AddToCollectionAction.tsx +19 -14
  661. package/src/features/store/objects/selection/actions/ChangeTypeAction.tsx +9 -5
  662. package/src/features/store/objects/selection/actions/ConfirmAction.tsx +4 -3
  663. package/src/features/store/objects/selection/actions/DeleteObjectsAction.tsx +24 -23
  664. package/src/features/store/objects/selection/actions/ExportPropertiesAction.tsx +10 -5
  665. package/src/features/store/objects/selection/actions/RemoveFromCollectionAction.tsx +13 -9
  666. package/src/features/store/objects/selection/actions/StartWorkflowComponent.tsx +14 -8
  667. package/src/features/store/objects/upload/DocumentUploadModal.tsx +56 -55
  668. package/src/features/store/objects/upload/useSmartFileUploadProcessing.ts +4 -2
  669. package/src/features/store/objects/upload/useUploadHandler.ts +9 -7
  670. package/src/features/store/types/ContentObjectTypesSearch.tsx +10 -8
  671. package/src/features/store/types/ContentObjectTypesTable.tsx +6 -4
  672. package/src/features/store/types/CreateOrUpdateTypeModal.tsx +11 -12
  673. package/src/features/store/types/ObjectSchemaEditor.tsx +11 -9
  674. package/src/features/store/types/SelectContentType.tsx +15 -13
  675. package/src/features/store/types/SelectContentTypeModal.tsx +16 -13
  676. package/src/features/store/types/TableLayoutEditor.tsx +16 -12
  677. package/src/features/user/UserInfo.tsx +47 -56
  678. package/src/i18n/index.tsx +45 -0
  679. package/src/i18n/instance.ts +49 -0
  680. package/src/i18n/locales/ar.json +694 -0
  681. package/src/i18n/locales/de.json +662 -0
  682. package/src/i18n/locales/en.json +663 -0
  683. package/src/i18n/locales/es.json +668 -0
  684. package/src/i18n/locales/fr.json +670 -0
  685. package/src/i18n/locales/it.json +668 -0
  686. package/src/i18n/locales/ja.json +662 -0
  687. package/src/i18n/locales/ko.json +662 -0
  688. package/src/i18n/locales/pt.json +668 -0
  689. package/src/i18n/locales/ru.json +678 -0
  690. package/src/i18n/locales/tr.json +662 -0
  691. package/src/i18n/locales/zh-TW.json +662 -0
  692. package/src/i18n/locales/zh.json +662 -0
  693. package/src/layout/FullHeightLayout.tsx +8 -0
  694. package/src/layout/Navbar.tsx +4 -2
  695. package/src/layout/RegionTag.tsx +25 -0
  696. package/src/layout/Sidebar.tsx +4 -3
  697. package/src/layout/index.ts +2 -1
  698. package/src/router/HistoryNavigator.ts +10 -10
  699. package/src/router/Nav.tsx +9 -3
  700. package/src/router/NestedNavigationContext.tsx +4 -0
  701. package/src/router/NestedRouterProvider.tsx +3 -1
  702. package/src/router/Router.tsx +23 -7
  703. package/src/session/UserSession.ts +32 -0
  704. package/src/session/UserSessionProvider.tsx +4 -0
  705. package/src/session/auth/composable.ts +1 -1
  706. package/src/session/auth/firebase.ts +1 -1
  707. package/src/session/auth/useCurrentTenant.ts +3 -1
  708. package/src/shell/SplashScreen.tsx +22 -26
  709. package/src/shell/apps/StandaloneApp.tsx +9 -6
  710. package/src/shell/login/EnterpriseSigninButton.tsx +6 -4
  711. package/src/shell/login/GitHubSignInButton.tsx +3 -7
  712. package/src/shell/login/GoogleSignInButton.tsx +3 -1
  713. package/src/shell/login/InviteAcceptModal.tsx +5 -2
  714. package/src/shell/login/MicrosoftSigninButton.tsx +4 -6
  715. package/src/shell/login/SigninScreen.tsx +18 -13
  716. package/src/shell/login/SignupForm.tsx +46 -46
  717. package/src/shell/login/TerminalLogin.tsx +36 -33
  718. package/src/shell/login/UserInfo.tsx +15 -13
  719. package/src/shell/login/UserSessionMenu.tsx +28 -31
  720. package/src/widgets/index.ts +0 -1
  721. package/src/widgets/json-view/JSONCode.tsx +1 -1
  722. package/src/widgets/json-view/JSONDisplay.tsx +8 -3
  723. package/src/widgets/json-view/JSONSwitcher.tsx +24 -0
  724. package/src/widgets/json-view/JSONView.tsx +1 -1
  725. package/src/widgets/json-view/index.ts +1 -0
  726. package/src/widgets/markdown/ArtifactContentRenderer.tsx +15 -7
  727. package/src/widgets/markdown/CodeBlockContext.tsx +34 -0
  728. package/src/widgets/markdown/MarkdownRenderer.tsx +14 -13
  729. package/src/widgets/markdown/codeBlockHandlers.tsx +17 -36
  730. package/src/widgets/markdown/index.ts +27 -34
  731. package/src/widgets/markdown/remarkDirectiveHandler.ts +1 -1
  732. package/src/widgets/schema-editor/ManagedSchema.ts +6 -5
  733. package/src/widgets/schema-editor/editor/PropertyEditor.tsx +7 -3
  734. package/src/widgets/schema-editor/editor/SchemaEditor.tsx +3 -1
  735. package/src/widgets/upload/DropZone.tsx +10 -13
  736. package/src/widgets/upload/UploadResultCategory.tsx +3 -1
  737. package/src/widgets/upload/UploadSummary.tsx +13 -11
  738. package/tsconfig.dist.json +1 -1
  739. package/lib/esm/core/components/Dropdown.js +0 -16
  740. package/lib/esm/core/components/Dropdown.js.map +0 -1
  741. package/lib/esm/core/components/DropdownList.js +0 -9
  742. package/lib/esm/core/components/DropdownList.js.map +0 -1
  743. package/lib/esm/core/components/RadioGroup.js +0 -34
  744. package/lib/esm/core/components/RadioGroup.js.map +0 -1
  745. package/lib/esm/core/components/SelectStack.js +0 -8
  746. package/lib/esm/core/components/SelectStack.js.map +0 -1
  747. package/lib/esm/core/components/Switch.js +0 -12
  748. package/lib/esm/core/components/Switch.js.map +0 -1
  749. package/lib/esm/widgets/popover/Popover.js +0 -73
  750. package/lib/esm/widgets/popover/Popover.js.map +0 -1
  751. package/lib/esm/widgets/popover/context.js +0 -7
  752. package/lib/esm/widgets/popover/context.js.map +0 -1
  753. package/lib/esm/widgets/popover/index.js +0 -3
  754. package/lib/esm/widgets/popover/index.js.map +0 -1
  755. package/lib/esm/widgets/popover/slots.js +0 -22
  756. package/lib/esm/widgets/popover/slots.js.map +0 -1
  757. package/lib/types/core/components/Dropdown.d.ts +0 -15
  758. package/lib/types/core/components/Dropdown.d.ts.map +0 -1
  759. package/lib/types/core/components/DropdownList.d.ts +0 -13
  760. package/lib/types/core/components/DropdownList.d.ts.map +0 -1
  761. package/lib/types/core/components/RadioGroup.d.ts +0 -26
  762. package/lib/types/core/components/RadioGroup.d.ts.map +0 -1
  763. package/lib/types/core/components/SelectStack.d.ts +0 -13
  764. package/lib/types/core/components/SelectStack.d.ts.map +0 -1
  765. package/lib/types/core/components/Switch.d.ts +0 -11
  766. package/lib/types/core/components/Switch.d.ts.map +0 -1
  767. package/lib/types/widgets/popover/Popover.d.ts +0 -38
  768. package/lib/types/widgets/popover/Popover.d.ts.map +0 -1
  769. package/lib/types/widgets/popover/context.d.ts +0 -8
  770. package/lib/types/widgets/popover/context.d.ts.map +0 -1
  771. package/lib/types/widgets/popover/index.d.ts +0 -3
  772. package/lib/types/widgets/popover/index.d.ts.map +0 -1
  773. package/lib/types/widgets/popover/slots.d.ts +0 -5
  774. package/lib/types/widgets/popover/slots.d.ts.map +0 -1
  775. package/src/core/components/Dropdown.tsx +0 -63
  776. package/src/core/components/DropdownList.tsx +0 -72
  777. package/src/core/components/RadioGroup.tsx +0 -100
  778. package/src/core/components/SelectStack.tsx +0 -63
  779. package/src/core/components/Switch.tsx +0 -30
  780. package/src/widgets/popover/Popover.tsx +0 -171
  781. package/src/widgets/popover/context.ts +0 -15
  782. package/src/widgets/popover/index.ts +0 -2
  783. package/src/widgets/popover/slots.ts +0 -24
@@ -0,0 +1,662 @@
1
+ {
2
+ "agent.actions": "アクション",
3
+ "agent.activeWorkstreams_one": "エージェントは{{count}}つのアクティブなワークストリームを実行中",
4
+ "agent.activeWorkstreams_other": "エージェントは{{count}}つのアクティブなワークストリームを実行中",
5
+ "agent.agentConversation": "エージェント会話",
6
+ "agent.agentInterrupted": "エージェントが中断されました",
7
+ "agent.agentPlan": "エージェントプラン",
8
+ "agent.agentProcessing": "エージェントが処理中です。完了後に続行できます...",
9
+ "agent.agentStarted": "エージェントが開始しました",
10
+ "agent.agentWorking": "エージェントが作業中... (Esc Escで停止)",
11
+ "agent.agentWorkingStop": "エージェントが作業中... Escを2回押すか停止をクリックして中断",
12
+ "agent.allMessages": "すべてのメッセージ",
13
+ "agent.artifacts": "アーティファクト",
14
+ "agent.askAnything": "何でも聞いてください... (ファイルをドロップまたは貼り付け)",
15
+ "agent.batch": "バッチ",
16
+ "agent.cancelWorkflow": "ワークフローをキャンセル",
17
+ "agent.canceling": "キャンセル中",
18
+ "agent.clickToEnlarge": "クリックして拡大",
19
+ "agent.close": "閉じる",
20
+ "agent.closeFullscreen": "フルスクリーンを閉じる",
21
+ "agent.completed": "完了",
22
+ "agent.conversationForked": "会話がフォークされました",
23
+ "agent.conversationRestarted": "会話が再開されました",
24
+ "agent.copied": "コピー済み",
25
+ "agent.copiedAllToolCalls": "すべてのツール呼び出しをクリップボードにコピーしました",
26
+ "agent.copiedBatchDetails": "バッチの詳細をクリップボードにコピーしました",
27
+ "agent.copiedToClipboard": "クリップボードにコピーしました",
28
+ "agent.copy": "コピー",
29
+ "agent.copyAllToolCalls": "すべてのツール呼び出しをコピー",
30
+ "agent.copyBatchDetails": "バッチの詳細をコピー",
31
+ "agent.copyMessage": "メッセージをコピー",
32
+ "agent.copyRunId": "実行IDをコピー",
33
+ "agent.copyToClipboard": "クリップボードにコピー",
34
+ "agent.dashboard": "ダッシュボード",
35
+ "agent.details": "詳細",
36
+ "agent.document": "ドキュメント",
37
+ "agent.documentAttachments": "添付ドキュメント",
38
+ "agent.documentAttachmentsDescription": "ストアからのドキュメントがこのメッセージに添付されています。エージェントはいつでもIDで再取得したり、再添付してコンテンツを直接含めることができます。",
39
+ "agent.documents": "ドキュメント",
40
+ "agent.download": "ダウンロード",
41
+ "agent.downloadConversation": "会話をダウンロード",
42
+ "agent.dropFilesToUpload": "ファイルをドロップしてアップロード",
43
+ "agent.elapsed": "{{seconds}}秒経過",
44
+ "agent.enlargedView": "拡大表示",
45
+ "agent.enterMessage": "メッセージを入力して会話を開始",
46
+ "agent.enterToSend": "Enterで送信 / Shift+Enterで改行",
47
+ "agent.error": "エラー",
48
+ "agent.errorStarting": "ワークフローの開始エラー",
49
+ "agent.exit": "終了",
50
+ "agent.exitFullscreen": "フルスクリーンを終了",
51
+ "agent.export": "エクスポート",
52
+ "agent.exportAsPdf": "PDFとしてエクスポート",
53
+ "agent.exportAsPng": "PNGとしてエクスポート",
54
+ "agent.exportAsWord": "Wordとしてエクスポート",
55
+ "agent.exportMessage": "メッセージをエクスポート",
56
+ "agent.exporting": "エクスポート中...",
57
+ "agent.failedToCancelWorkflow": "ワークフローのキャンセルに失敗しました",
58
+ "agent.failedToDownload": "会話のダウンロードに失敗しました",
59
+ "agent.failedToForkConversation": "会話のフォークに失敗しました",
60
+ "agent.failedToInterrupt": "中断に失敗しました",
61
+ "agent.failedToLoadDocument": "ドキュメントの読み込みに失敗しました",
62
+ "agent.failedToRenderMessage": "メッセージのレンダリングに失敗しました",
63
+ "agent.failedToRestartConversation": "会話の再開に失敗しました",
64
+ "agent.failedToSend": "メッセージの送信に失敗しました",
65
+ "agent.filesProcessing": "ファイルを処理中",
66
+ "agent.filesStagedCount_one": "{{count}}個のファイルがステージ済み - 会話開始時にアップロードされます",
67
+ "agent.filesStagedCount_other": "{{count}}個のファイルがステージ済み - 会話開始時にアップロードされます",
68
+ "agent.filesUploadedDescription": "この会話にアップロードされたファイルは常に利用可能です。エージェントはいつでもアクセスできます。",
69
+ "agent.forkConversation": "会話をフォーク",
70
+ "agent.fullscreen": "フルスクリーン",
71
+ "agent.hideDetails": "詳細を非表示",
72
+ "agent.hideSidebar": "サイドバーを非表示",
73
+ "agent.hideThinkingDetails": "思考の詳細を非表示",
74
+ "agent.inProgress": "進行中",
75
+ "agent.linkObject": "オブジェクトをリンク",
76
+ "agent.loadingArtifacts": "アーティファクトを読み込み中...",
77
+ "agent.loadingDocument": "ドキュメントを読み込み中...",
78
+ "agent.main": "メイン",
79
+ "agent.mainWorkstream": "メインワークストリーム",
80
+ "agent.moreActions": "その他のアクション",
81
+ "agent.newerPlan": "新しいプラン",
82
+ "agent.no": "いいえ",
83
+ "agent.noActiveWorkstreams": "アクティブなワークストリームなし",
84
+ "agent.noAgentRunning": "現在実行中のエージェントはありません",
85
+ "agent.noArtifactsYet": "アーティファクトはまだありません",
86
+ "agent.noContentAvailable": "利用可能なコンテンツがありません",
87
+ "agent.noContentToExport": "エクスポートするコンテンツがありません",
88
+ "agent.noConversationContent": "エクスポートできる会話内容がありません",
89
+ "agent.noDocumentsOpen": "開いているドキュメントなし",
90
+ "agent.noFilesUploadedYet": "アップロードされたファイルなし",
91
+ "agent.noMessagesInWorkstream": "このワークストリームにはまだメッセージがありません...",
92
+ "agent.noPlanAvailable": "利用可能なプランなし",
93
+ "agent.noPlanDetected": "まだプランが検出されていません",
94
+ "agent.olderPlan": "古いプラン",
95
+ "agent.openDocument": "ドキュメントを開く",
96
+ "agent.openInNewTab": "新しいタブで開く",
97
+ "agent.pdfExportFailed": "PDFエクスポートに失敗しました",
98
+ "agent.pdfExportReady": "PDFエクスポートの準備ができました",
99
+ "agent.pending": "保留中",
100
+ "agent.plan": "プラン",
101
+ "agent.planProgress": "プランの進捗",
102
+ "agent.plansWillAppear": "エージェントがプランを作成するとここに表示されます",
103
+ "agent.printDialogDescription": "ブラウザの印刷ダイアログを使用してPDFとして保存してください",
104
+ "agent.processing": "処理中...",
105
+ "agent.ready": "準備完了",
106
+ "agent.refresh": "更新",
107
+ "agent.remaining": "残り{{seconds}}秒",
108
+ "agent.resizeRightPanel": "右パネルのサイズを変更",
109
+ "agent.restartConversation": "会話を再開",
110
+ "agent.retry": "再試行",
111
+ "agent.runIdCopied": "実行IDをコピーしました",
112
+ "agent.running": "実行中",
113
+ "agent.searchDocuments": "ドキュメントを検索",
114
+ "agent.selectInteraction": "インタラクションを選択して開始をクリックしてエージェントを起動",
115
+ "agent.send": "送信",
116
+ "agent.showAllMessages": "すべてのメッセージを表示",
117
+ "agent.showDetails": "詳細を表示",
118
+ "agent.showSidebar": "サイドバーを表示",
119
+ "agent.staged": "ステージ済み",
120
+ "agent.startAgent": "エージェントを開始",
121
+ "agent.startNewConversation": "新しい会話を開始",
122
+ "agent.startingAgent": "エージェントを起動中...",
123
+ "agent.startingAgentUploading": "エージェントを起動してファイルをアップロード中...",
124
+ "agent.stepByStepPlan": "ステップバイステッププラン",
125
+ "agent.stop": "停止",
126
+ "agent.stopAgent": "エージェントを停止",
127
+ "agent.submitSelection": "選択を送信",
128
+ "agent.submitSelectionCount_one": "選択を送信({{count}})",
129
+ "agent.submitSelectionCount_other": "選択を送信({{count}})",
130
+ "agent.summary": "概要",
131
+ "agent.taskProgress": "タスクの進捗",
132
+ "agent.toggleRightSidebar": "右サイドバーの切り替え",
133
+ "agent.typeNewInstructions": "新しい指示を入力してください",
134
+ "agent.typeQuestionBelow": "下に質問を入力してEnterを押すか{{buttonText}}をクリックして開始",
135
+ "agent.typeYourMessage": "メッセージを入力...",
136
+ "agent.typeYourResponse": "回答を入力...",
137
+ "agent.unableToOpenPrint": "印刷プレビューを開けません",
138
+ "agent.unknownError": "不明なエラー",
139
+ "agent.unknownTime": "不明な時刻",
140
+ "agent.upload": "アップロード",
141
+ "agent.uploadFailed": "アップロード失敗",
142
+ "agent.uploadedFiles": "アップロードされたファイル",
143
+ "agent.uploading": "アップロード中...",
144
+ "agent.uploads": "アップロード",
145
+ "agent.waitForFiles": "ファイルの処理完了を待ってください",
146
+ "agent.waitForFilesProcessing": "送信前にすべてのファイルの処理が完了するまでお待ちください",
147
+ "agent.waiting": "待機中...",
148
+ "agent.waitingForAgentResponse": "エージェントの応答を待っています...",
149
+ "agent.workflowCancelled": "ワークフローがキャンセルされました",
150
+ "agent.working": "作業中...",
151
+ "agent.workstreams": "ワークストリーム",
152
+ "agent.yes": "はい",
153
+ "auth.continueWithEnterprise": "エンタープライズSSOで続ける",
154
+ "auth.continueWithGithub": "GitHubで続ける",
155
+ "auth.continueWithGoogle": "Googleで続ける",
156
+ "auth.continueWithMicrosoft": "Microsoftで続ける",
157
+ "auth.enterEnterpriseEmail": "企業メールアドレスを入力",
158
+ "auth.error": "エラー:{{message}}",
159
+ "auth.firstTimeDetails": "いくつかの質問にお答えいただくだけで、すぐに始められます。",
160
+ "auth.firstTimeMessage": "初めてですか?問題ありません、無料でお試しいただけます!",
161
+ "auth.goBack": "戻る",
162
+ "auth.invalidEmail": "無効なメールアドレス",
163
+ "auth.logInOrSignUp": "ログインまたはサインアップ",
164
+ "auth.needToMakeChange": "変更が必要ですか?",
165
+ "auth.or": "または",
166
+ "auth.privacyPolicy": "プライバシーポリシー",
167
+ "auth.signInError": "申し訳ありませんが、サインインできませんでした。",
168
+ "auth.signInErrorContact": "もう一度お試しいただくか、お問い合わせください",
169
+ "auth.signInErrorPersists": "問題が続く場合。",
170
+ "auth.tenantNotFound": "テナントが見つかりません",
171
+ "auth.termsOfService": "利用規約",
172
+ "errors.failedToLoadTenantConfig": "テナント設定の読み込みに失敗しました",
173
+ "errors.somethingWentWrong": "申し訳ありません、問題が発生しました...",
174
+ "errors.teamNotifiedLine1": "チームに通知され、迅速に解決に取り組みます。",
175
+ "errors.teamNotifiedLine2": "問題をエスカレーションしたい場合や、お問い合わせは以下のメールアドレスまでご連絡ください:",
176
+ "filter.clearAll": "すべてクリア",
177
+ "filter.filter": "フィルター",
178
+ "filter.filterBy": "{{view}}でフィルター",
179
+ "filter.filterPlaceholder": "フィルター...",
180
+ "filter.from": "開始:",
181
+ "filter.noAvailableFilters": "利用可能なフィルターがありません",
182
+ "filter.noMatchingFilters": "一致するフィルターがありません",
183
+ "filter.noResultsFound": "結果が見つかりません。",
184
+ "filter.selectRange": "範囲を選択",
185
+ "filter.to": "終了:",
186
+ "form.clickToRemove": "クリックして削除",
187
+ "form.createValue": "\"{{value}}\"を作成",
188
+ "form.filter": "フィルター...",
189
+ "form.noMoreOptions": "利用可能なオプションはありません",
190
+ "form.noOptionsFound": "オプションが見つかりません",
191
+ "layout.pageNotFound": "ページが見つかりません",
192
+ "layout.search": "検索",
193
+ "layout.searchPlaceholder": "検索...",
194
+ "login.accept": "承認",
195
+ "login.reject": "拒否",
196
+ "login.reviewInvites": "招待を確認",
197
+ "login.terminal.account": "アカウント",
198
+ "login.terminal.accountRequired": "アカウントは必須です",
199
+ "login.terminal.accountRequiredDesc": "ComposablePromptsサーバーへのアクセスをクライアントに許可するアカウントを選択してください",
200
+ "login.terminal.authPayloadCopied": "認証情報がコピーされました",
201
+ "login.terminal.authPayloadCopiedSuccess": "このページを閉じることができます。CLIがトークンを受信したはずです。",
202
+ "login.terminal.authPayloadCopiedWithError": "認証情報をターミナルに貼り付けることができます。注意:CLIがトークンを受信しませんでした。エラーが発生しました:{{error}}",
203
+ "login.terminal.authorizeClient": "クライアントを承認",
204
+ "login.terminal.browserPermissionNote": "注意:ブラウザがローカルネットワークへのアクセス許可を求めた場合は、許可してください。これはCLIツールに認証トークンを送り返すために必要です。許可しない場合は、ターミナルにトークンを手動でコピー/ペーストする必要があります。",
205
+ "login.terminal.chooseAccountProject": "クライアントがアクセスする対象のアカウントとプロジェクトを選択する必要があります。",
206
+ "login.terminal.clientAuthenticated": "クライアントが認証されました。このページを閉じることができます。",
207
+ "login.terminal.clientWantsAuth": "クライアントアプリがあなたの名前でComposablePromptsサーバーへのアクセスを許可することを要求しています。",
208
+ "login.terminal.copyAuthPayload": "認証情報をコピー",
209
+ "login.terminal.envLocalDev": "ローカル開発",
210
+ "login.terminal.envProduction": "本番環境",
211
+ "login.terminal.envStaging": "ステージング",
212
+ "login.terminal.errorAuthorizingClient": "クライアントの承認エラー",
213
+ "login.terminal.errorLoadingProjects": "プロジェクトの読み込みエラー",
214
+ "login.terminal.failedToGetToken": "Composableトークンの取得に失敗しました",
215
+ "login.terminal.failedToSendToken": "CLIツールへの認証トークンの送信に失敗しました",
216
+ "login.terminal.failedToSendTokenDesc": "これはSafariのセキュリティチェックが原因の可能性があります。エラーは\"{{error}}\"です",
217
+ "login.terminal.invalidRequest": "無効なリクエスト",
218
+ "login.terminal.invalidRequestDesc": "このページはComposablePromptsサーバーへの認証のためにターミナルクライアントから呼び出される必要があります",
219
+ "login.terminal.profileName": "プロファイル名",
220
+ "login.terminal.profileNameNote": "また、クライアント設定に認証を保存するためのプロファイル名を入力してください。",
221
+ "login.terminal.profileRequired": "プロファイルは必須です",
222
+ "login.terminal.profileRequiredDesc": "クライアント認証を保存するためのプロファイル名を入力してください",
223
+ "login.terminal.project": "プロジェクト",
224
+ "login.terminal.projectRequired": "プロジェクトは必須です",
225
+ "login.terminal.projectRequiredDesc": "ComposablePromptsサーバーへのアクセスをクライアントに許可するプロジェクトを選択してください",
226
+ "login.terminal.selectAccount": "アカウントを選択",
227
+ "login.terminal.selectProject": "プロジェクトを選択",
228
+ "misc.copiedToClipboard": "クリップボードにコピーしました",
229
+ "misc.copy": "コピー",
230
+ "misc.failedToCopy": "コピーに失敗しました",
231
+ "misc.noData": "表示するデータがありません",
232
+ "misc.tableView": "テーブル表示",
233
+ "misc.thumbnailView": "サムネイル表示",
234
+ "modal.cancel": "キャンセル",
235
+ "modal.confirm": "確認",
236
+ "modal.delete.error": "オブジェクトの削除中にエラーが発生しました",
237
+ "modal.delete.failed": "削除に失敗しました",
238
+ "modal.delete.succeeded": "削除に成功しました",
239
+ "modal.save": "保存",
240
+ "modal.saveChanges": "変更を保存",
241
+ "modal.saveVersion.createDescription": "これらのプロパティ変更で新しいリビジョンを作成し、元のファイルを保持します。",
242
+ "modal.saveVersion.createNew": "新しいバージョンを作成",
243
+ "modal.saveVersion.createWithFileDescription": "置換ファイルで新しいリビジョンを作成し、元のファイルを保持します。",
244
+ "modal.saveVersion.howToSave": "これらの変更をどのように保存しますか?",
245
+ "modal.saveVersion.replaceFile": "コンテンツファイルを次のものに置き換えようとしています:",
246
+ "modal.saveVersion.updateCurrent": "現在のバージョンを更新",
247
+ "modal.saveVersion.updateDescription": "現在のリビジョンで直接プロパティを変更します。",
248
+ "modal.saveVersion.updateWithFileDescription": "コンテンツファイルを置き換え、現在のリビジョンで直接プロパティを変更します。",
249
+ "modal.saveVersion.versionLabel": "バージョンラベル(任意)",
250
+ "modal.saveVersion.versionLabelDescription": "新しいバージョンの任意のラベル。",
251
+ "modal.saveVersion.versionLabelPlaceholder": "例: v1.2, 承認済み, レビュー後",
252
+ "oauthApps.authenticate": "認証",
253
+ "oauthApps.authenticating": "認証中...",
254
+ "oauthApps.authorizationEndpoint": "認可エンドポイント",
255
+ "oauthApps.cancel": "キャンセル",
256
+ "oauthApps.clientId": "クライアント ID",
257
+ "oauthApps.clientSecret": "クライアントシークレット",
258
+ "oauthApps.clientSecretConfigured": "シークレット設定済み(保持するには空欄のまま)",
259
+ "oauthApps.clientSecretHelp": "任意。コンフィデンシャルクライアントに必要です。保存時に暗号化されます。",
260
+ "oauthApps.clientSecretPlaceholder": "クライアントシークレットを入力",
261
+ "oauthApps.connect": "接続",
262
+ "oauthApps.connected": "接続済み",
263
+ "oauthApps.create": "作成",
264
+ "oauthApps.createDescription": "このプロジェクトに新しい OAuth アプリケーションを設定します。",
265
+ "oauthApps.created": "OAuth アプリケーションを作成しました",
266
+ "oauthApps.defaultScopes": "デフォルトスコープ",
267
+ "oauthApps.defaultScopesHelp": "スペース区切りの OAuth スコープのリスト。",
268
+ "oauthApps.deleteConfirm": "OAuth アプリケーションを削除",
269
+ "oauthApps.deleteConfirmMessage": "本当に削除しますか",
270
+ "oauthApps.deleteFailed": "OAuth アプリケーションの削除に失敗しました",
271
+ "oauthApps.deleted": "OAuth アプリケーションを削除しました",
272
+ "oauthApps.description": "サードパーティ連携用の OAuth アプリケーションを設定します。",
273
+ "oauthApps.disconnect": "切断",
274
+ "oauthApps.displayName": "表示名",
275
+ "oauthApps.edit": "OAuth アプリケーションを編集",
276
+ "oauthApps.editDescription": "OAuth アプリケーションの設定を更新します。",
277
+ "oauthApps.empty": "OAuth アプリケーションはまだ設定されていません。",
278
+ "oauthApps.endpointsOptionalHelp": "オプション。.well-known ディスカバリーをサポートする MCP サーバーの場合は空白のままにしてください。",
279
+ "oauthApps.name": "名前",
280
+ "oauthApps.nameHelp": "ケバブケースの識別子(例:my-oauth-app)。作成後は変更できません。",
281
+ "oauthApps.notConnected": "未接続",
282
+ "oauthApps.revocationEndpoint": "取り消しエンドポイント",
283
+ "oauthApps.save": "保存",
284
+ "oauthApps.saveFailed": "OAuth アプリケーションの保存に失敗しました",
285
+ "oauthApps.saving": "保存中...",
286
+ "oauthApps.status": "ステータス",
287
+ "oauthApps.title": "OAuth アプリケーション",
288
+ "oauthApps.tokenEndpoint": "トークンエンドポイント",
289
+ "oauthApps.updated": "OAuth アプリケーションを更新しました",
290
+ "oauthApps.usePkce": "PKCE を使用(推奨)",
291
+ "pdf.close": "閉じる",
292
+ "pdf.closeFullscreen": "フルスクリーンを閉じる",
293
+ "pdf.download": "ダウンロード",
294
+ "pdf.failedToLoadViewer": "PDFビューアの読み込みに失敗しました",
295
+ "pdf.fetchingDocumentFailed": "ドキュメントの取得に失敗しました",
296
+ "pdf.fitToWidth": "幅に合わせる",
297
+ "pdf.fullscreen": "フルスクリーン",
298
+ "pdf.instrumentedImages": "注釈付き画像",
299
+ "pdf.nextPage": "次のページ",
300
+ "pdf.noPdfAvailable": "PDFがありません",
301
+ "pdf.originalImages": "オリジナル画像",
302
+ "pdf.page": "ページ",
303
+ "pdf.pageOf": "ページ {{pageNumber}} / {{totalPages}}",
304
+ "pdf.previousPage": "前のページ",
305
+ "pdf.zoomIn": "ズームイン",
306
+ "pdf.zoomOut": "ズームアウト",
307
+ "shell.accessDenied": "アクセスが拒否されました",
308
+ "shell.applicationNotRegistered": "アプリケーションが登録されていません",
309
+ "shell.organization": "組織",
310
+ "shell.selectOrganization": "組織を選択",
311
+ "shell.selectProject": "プロジェクトを選択",
312
+ "signup.accountType": "アカウントタイプ",
313
+ "signup.activelyExploring": "LLMプロジェクトを積極的に検討中",
314
+ "signup.alreadyUsing": "本番環境でLLMを使用中",
315
+ "signup.company": "企業",
316
+ "signup.companyDescription": "企業または組織向け。",
317
+ "signup.companyName": "会社名",
318
+ "signup.companySize": "会社規模",
319
+ "signup.companyWebsite": "会社ウェブサイト",
320
+ "signup.justTesting": "LLMのテストまたは評価中",
321
+ "signup.migratingLLMs": "別のLLMへ移行中",
322
+ "signup.other": "その他",
323
+ "signup.personal": "個人",
324
+ "signup.personalDescription": "個人利用または小規模チーム向け。",
325
+ "signup.pleaseEnterOrgName": "組織名を入力してください",
326
+ "signup.pleaseSelectAccountType": "アカウントタイプを選択してください",
327
+ "signup.pleaseSelectCompanySize": "会社規模を選択してください",
328
+ "signup.projectMaturity": "プロジェクト成熟度",
329
+ "signup.selectCompanySize": "会社規模を選択",
330
+ "signup.selectProjectMaturity": "プロジェクト成熟度を選択",
331
+ "signup.signUp": "サインアップ",
332
+ "signup.size1001to5000": "1001〜5000名",
333
+ "signup.size101to1000": "101〜1000名",
334
+ "signup.size11to100": "11〜100名",
335
+ "signup.size1to10": "1〜10名",
336
+ "signup.size5000plus": "5000名以上",
337
+ "signup.welcomeMessage": "Vertesiaへようこそ、{{name}}({{email}})。\n簡単な質問にお答えいただければ、すぐに始められます。\nクレジットカードは不要です。",
338
+ "signup.wrongAccountGoBack": "アカウントが違います、戻る",
339
+ "store.actions.addToCollection": "コレクションに追加",
340
+ "store.actions.addToCollectionBody": "選択したオブジェクトを既存のコレクションに追加するか、新しいコレクションを作成します。",
341
+ "store.actions.addToCollectionButton": "コレクションに追加",
342
+ "store.actions.addToCollectionDesc": "ドキュメントをコレクションに追加",
343
+ "store.actions.addToCollectionFailure": "コレクションへの追加に失敗",
344
+ "store.actions.addToCollectionFailureDesc": "選択したオブジェクトをコレクションに追加できませんでした",
345
+ "store.actions.addToCollectionSuccess": "コレクションへの追加に成功",
346
+ "store.actions.addToCollectionSuccessDesc": "{{count}}個のオブジェクトを選択したコレクションに追加しました",
347
+ "store.actions.addToCollectionTitle": "コレクションに追加",
348
+ "store.actions.areYouSure": "よろしいですか?",
349
+ "store.actions.cannotRemoveNoCollection": "オブジェクトを削除できません:コレクションが指定されていません",
350
+ "store.actions.changeContentType": "コンテンツタイプを変更",
351
+ "store.actions.changeContentTypeDesc": "選択したドキュメントのコンテンツタイプを変更",
352
+ "store.actions.changeType": "タイプを変更",
353
+ "store.actions.chooseExistingCollections": "既存のコレクションから選択",
354
+ "store.actions.chooseWorkflowRule": "開始するワークフロールールを選択:",
355
+ "store.actions.confirmDeleteAll": "選択したすべてのオブジェクトを削除してもよろしいですか?この操作は取り消せません。",
356
+ "store.actions.confirmDeleteSelected": "選択したオブジェクトを削除してもよろしいですか?\nこれはコレクションからの削除ではありません。",
357
+ "store.actions.confirmRemoveFromCollection": "このコレクションから選択したオブジェクトを削除してもよろしいですか?",
358
+ "store.actions.createNew": "新規作成",
359
+ "store.actions.delete": "削除",
360
+ "store.actions.deleteObjects": "オブジェクトを削除",
361
+ "store.actions.deleteTheSelectedObjects": "選択したオブジェクトを削除",
362
+ "store.actions.errorChangingType": "タイプの変更エラー",
363
+ "store.actions.errorDeletingObjects": "オブジェクトの削除エラー",
364
+ "store.actions.errorExportProperties": "プロパティのエクスポートエラー",
365
+ "store.actions.errorRemovingObjects": "コレクションからのオブジェクト削除エラー",
366
+ "store.actions.errorStartingWorkflow": "ワークフローの開始エラー",
367
+ "store.actions.exportAllObjectProperties": "すべてのオブジェクトプロパティをエクスポート",
368
+ "store.actions.exportProperties": "プロパティをエクスポート",
369
+ "store.actions.noCollectionContext": "コレクションコンテキストがありません",
370
+ "store.actions.noObjectsSelected": "オブジェクトが選択されていません",
371
+ "store.actions.pleaseSelectObjectsToDelete": "削除するオブジェクトを選択してください",
372
+ "store.actions.pleaseSelectObjectsToRemove": "コレクションから削除するオブジェクトを選択してください",
373
+ "store.actions.removeFromCollection": "コレクションから削除",
374
+ "store.actions.removeFromCollectionDesc": "このコレクションから選択したオブジェクトを削除",
375
+ "store.actions.selectCollection": "コレクションを選択",
376
+ "store.actions.startWorkflow": "ワークフローを開始",
377
+ "store.actions.startWorkflowByRule": "ルールによるワークフロー開始",
378
+ "store.actions.startWorkflowDesc": "選択したオブジェクトでワークフローを開始",
379
+ "store.actions.workflowStarted": "ワークフローが開始されました",
380
+ "store.allowedContentTypes": "許可されたコンテンツタイプ",
381
+ "store.allowedContentTypesOptionalDescription": "コレクションに追加できるコンテンツタイプを選択できます。設定しない場合、すべてのコンテンツタイプが許可されます。",
382
+ "store.allowedContentTypesSelectDescription": "コレクションに追加できるコンテンツタイプを選択してください。設定しない場合、すべてのコンテンツタイプが許可されます。",
383
+ "store.areYouSureDeleteCollection": "このコレクションを削除してもよろしいですか?この操作は取り消せません。",
384
+ "store.audioFormatRequired": "MP3、M4A、OGG、WAV、またはWebM形式が必要です",
385
+ "store.automaticTypeDetection": "自動タイプ検出",
386
+ "store.automaticTypeDetectionDescription": "Vertesiaがコンテンツを分析し、最適なタイプを選択します。最適な処理のため、ほとんどのアップロードで推奨されます。",
387
+ "store.cancelEdit": "キャンセル",
388
+ "store.chooseAFormat": "形式を選択",
389
+ "store.chooseContentType": "コンテンツタイプを選択...",
390
+ "store.chooseContentTypes": "コンテンツタイプを選択...",
391
+ "store.chooseWhatToExport": "エクスポートする内容を選択",
392
+ "store.clearSelection": "選択をクリア",
393
+ "store.close": "閉じる",
394
+ "store.collectionCreated": "コレクションが作成されました",
395
+ "store.collectionDeleted": "コレクションが削除されました",
396
+ "store.collectionFetchFailed": "コレクションの取得に失敗しました",
397
+ "store.collectionPropertiesUpdated": "コレクションのプロパティが更新されました",
398
+ "store.collectionUpdated": "コレクションが更新されました",
399
+ "store.collectionUpdatedSuccess": "コレクションが正常に更新されました",
400
+ "store.collectionsSelected": "{{count}}個のコレクションを選択中",
401
+ "store.configuration": "設定",
402
+ "store.confirmSelection": "選択を確認",
403
+ "store.contentCopied": "{{type}}がコピーされました",
404
+ "store.contentExported": "コンテンツがエクスポートされました",
405
+ "store.contentType": "コンテンツタイプ",
406
+ "store.convertingToPdf": "PDFに変換中...",
407
+ "store.copyFailed": "コピーに失敗しました",
408
+ "store.createACollection": "コレクションを作成",
409
+ "store.createCollection": "コレクションを作成",
410
+ "store.createType": "タイプを作成",
411
+ "store.created": "作成日時",
412
+ "store.createdBy": "作成者",
413
+ "store.deleteCollection": "コレクションを削除",
414
+ "store.documentExported": "ドキュメントがエクスポートされました",
415
+ "store.documentInformation": "ドキュメント情報",
416
+ "store.documentListRefreshed": "ドキュメントリストが更新されました",
417
+ "store.documentListRefreshedDesc": "ドキュメントリストがアップロードしたファイルで更新されました。",
418
+ "store.documentPreview": "ドキュメントプレビュー",
419
+ "store.downloadFailed": "ダウンロードに失敗しました",
420
+ "store.dynamicCollection": "動的コレクション",
421
+ "store.dynamicCollectionDescription": "クエリに基づいてコレクションのコンテンツを動的に取得します。有効でない場合、コンテンツはユーザーまたはエージェントが追加する必要があります。",
422
+ "store.editJson": "JSONを編集",
423
+ "store.editProperties": "プロパティを編集",
424
+ "store.editSchema": "スキーマを編集",
425
+ "store.editText": "テキストを編集",
426
+ "store.editingGenericDocument": "汎用ドキュメントのプロパティを編集中",
427
+ "store.embeddings": "エンベディング",
428
+ "store.enableSyncMemberHeads": "メンバーHEAD同期を有効にする",
429
+ "store.error": "エラー",
430
+ "store.errorCheckingDuplicates": "重複ファイルのチェック中にエラーが発生しました",
431
+ "store.errorCreatingType": "タイプの作成エラー",
432
+ "store.errorInUploadProcessingCheck": "ファイルアップロード処理チェックでエラーが発生しました",
433
+ "store.errorProcessingFiles": "ファイルの処理中にエラーが発生しました",
434
+ "store.errorSavingText": "テキストの保存に失敗しました",
435
+ "store.errorSavingTextDefault": "テキストコンテンツの保存中にエラーが発生しました。",
436
+ "store.errorUpdatingProperties": "プロパティの更新中にエラーが発生しました",
437
+ "store.errorUpdatingPropertiesDefault": "プロパティの更新中にエラーが発生しました。",
438
+ "store.exportFailed": "エクスポートに失敗しました",
439
+ "store.exportInProgress": "エクスポート中",
440
+ "store.failedToConvertToPdf": "PDFへの変換に失敗しました",
441
+ "store.failedToCopy": "{{type}}のクリップボードへのコピーに失敗しました",
442
+ "store.failedToCreateCollection": "コレクションの作成に失敗しました",
443
+ "store.failedToDeleteCollection": "コレクションの削除に失敗しました",
444
+ "store.failedToDownloadFile": "ファイルのダウンロードに失敗しました",
445
+ "store.failedToDownloadPdf": "PDFファイルのダウンロードに失敗しました",
446
+ "store.failedToExportContent": "コンテンツのエクスポートに失敗しました",
447
+ "store.failedToExportDocument": "ドキュメントのエクスポートに失敗しました",
448
+ "store.failedToFetchRoleMappings": "ロールマッピングの取得に失敗しました",
449
+ "store.failedToFetchTypes": "オブジェクトタイプの取得に失敗しました",
450
+ "store.failedToFetchWorkflows": "ワークフローの取得に失敗しました",
451
+ "store.failedToGetDownloadUrl": "ダウンロードURLの取得に失敗しました",
452
+ "store.failedToLoadDocument": "ドキュメントの読み込みに失敗しました",
453
+ "store.failedToLoadType": "タイプの読み込みに失敗しました",
454
+ "store.failedToUpdateCollection": "コレクションの更新に失敗しました",
455
+ "store.failedToUpdateCollectionProperties": "コレクションプロパティの更新に失敗しました",
456
+ "store.failedToUpdateSchema": "スキーマの更新に失敗しました",
457
+ "store.failedToUpdateSharedProperties": "共有プロパティの更新に失敗しました",
458
+ "store.failedToUpdateSkipHeadSync": "HEAD同期スキップの更新に失敗しました",
459
+ "store.failedToUpdateTableLayout": "テーブルレイアウトの更新に失敗しました",
460
+ "store.filesAnalyzedTitle": "ファイル分析完了",
461
+ "store.filesReadyToProcess": "ファイルの処理準備ができました",
462
+ "store.filterByName": "名前でフィルター",
463
+ "store.fullText": "全文",
464
+ "store.fullView": "フルビュー",
465
+ "store.getStartedCollections": "新しいコレクションを作成して始めましょう。",
466
+ "store.getStartedTypes": "新しいタイプを作成して始めましょう。",
467
+ "store.id": "ID",
468
+ "store.invalidJson": "無効なJSON",
469
+ "store.invalidJsonSchema": "無効なJSON Schema",
470
+ "store.invalidQueryJson": "無効なクエリJSON",
471
+ "store.invalidTableLayout": "無効なテーブルレイアウト",
472
+ "store.isChunkable": "チャンク可能",
473
+ "store.limit": "制限",
474
+ "store.loadingDocument": "ドキュメントを読み込み中...",
475
+ "store.loadingProcessingStatus": "処理状況を読み込み中...",
476
+ "store.na": "N/A",
477
+ "store.name": "名前",
478
+ "store.newCollections": "新規コレクション",
479
+ "store.newVersionCreated": "新しいバージョンが作成されました",
480
+ "store.newVersionCreatedDesc": "更新されたプロパティで新しいバージョンが作成されました。",
481
+ "store.noAudioRendition": "Web互換のオーディオレンディションがありません",
482
+ "store.noCollections": "コレクションなし",
483
+ "store.noCollectionsAvailable": "利用可能なコレクションがありません。",
484
+ "store.noCollectionsFound": "コレクションが見つかりません。",
485
+ "store.noFilesSelected": "ファイルが選択されていません",
486
+ "store.noObjectsDragAndDrop": "オブジェクトがありません。ドキュメントや画像をここにドラッグ&ドロップしてコンテンツオブジェクトを作成してください。",
487
+ "store.noPreviewAvailable": "このドキュメントタイプのプレビューはありません。",
488
+ "store.noProjectSelected": "プロジェクトが選択されていません",
489
+ "store.noPropertiesAvailable": "このドキュメントのプロパティはありません。",
490
+ "store.noPropertiesDefined": "プロパティが定義されていません",
491
+ "store.noTranscriptAvailable": "利用可能なトランスクリプトがありません",
492
+ "store.noType": "タイプなし",
493
+ "store.noValidFilesSelected": "有効なファイルが選択されていません",
494
+ "store.noVideoRendition": "Web互換のビデオレンディションがありません",
495
+ "store.none": "なし",
496
+ "store.openFullDocument": "完全なドキュメントを開く",
497
+ "store.openFullDocumentView": "完全なドキュメントビューを開く",
498
+ "store.optional": "(任意)",
499
+ "store.pdfConversionFailed": "PDF変換に失敗しました",
500
+ "store.pdfPreviewFullView": "PDFドキュメントのプレビューはフルビューで利用可能です。",
501
+ "store.pleaseFixJsonSyntax": "保存する前にJSON構文エラーを修正してください。",
502
+ "store.pleaseProvideName": "コレクションの名前を入力してください",
503
+ "store.pleaseSelectValidFiles": "有効なコンテンツのファイルを選択してください。",
504
+ "store.pleaseWait": "お待ちください",
505
+ "store.preview": "プレビュー",
506
+ "store.previewProperties": "プロパティをプレビュー",
507
+ "store.processingFailedFor": "{{name}}の処理に失敗しました",
508
+ "store.processingFiles": "ファイルを処理中",
509
+ "store.properties": "プロパティ",
510
+ "store.propertiesUpdated": "プロパティが更新されました",
511
+ "store.propertiesUpdatedDesc": "オブジェクトプロパティが正常に更新されました。",
512
+ "store.query": "クエリ",
513
+ "store.queryDescription": "コレクションのコンテンツを動的に取得するクエリを定義します。",
514
+ "store.refresh": "更新",
515
+ "store.renderingDocument": "ドキュメントをレンダリング中...",
516
+ "store.saveChanges": "変更を保存",
517
+ "store.saveText": "保存",
518
+ "store.schemaEditor": "スキーマエディター",
519
+ "store.schemaUpdated": "スキーマが更新されました",
520
+ "store.schemaUpdatedSuccess": "スキーマが正常に更新されました",
521
+ "store.search": "検索",
522
+ "store.searchCollections": "コレクションを検索",
523
+ "store.searchFailed": "検索に失敗しました",
524
+ "store.searchPlaceholder": "検索内容を入力するか、フィルターを選択してください",
525
+ "store.searchTypes": "タイプを検索",
526
+ "store.searching": "検索中...",
527
+ "store.selectACollection": "コレクションを選択",
528
+ "store.selectContent": "コンテンツを選択",
529
+ "store.selectContentType": "コンテンツタイプを選択",
530
+ "store.selectContentTypeAuto": "コンテンツタイプを選択するか、空のままにすると自動検出されます",
531
+ "store.selectContentTypeLabel": "コンテンツタイプを選択",
532
+ "store.selectPropertiesToShare": "共有するプロパティを選択",
533
+ "store.semanticChunking": "セマンティックチャンキング",
534
+ "store.semanticSearch": "セマンティック検索",
535
+ "store.semanticSearchSettings": "セマンティック検索設定",
536
+ "store.sharedProperties": "共有プロパティ",
537
+ "store.sharedPropertiesDescription": "コレクション内のすべてのメンバー間で共有するプロパティを追加します。この機能にはプロジェクトで共有プロパティ同期を有効にする必要があります。",
538
+ "store.showingFirst128K": "最初の128K文字のみ表示",
539
+ "store.size": "サイズ",
540
+ "store.staticCollection": "静的コレクション",
541
+ "store.strictMode": "厳格モード",
542
+ "store.successfullyCopied": "{{type}}をクリップボードに正常にコピーしました",
543
+ "store.successfullyExportedTo": "{{format}}に正常にエクスポートしました",
544
+ "store.syncMemberHeads": "メンバーHEADを同期",
545
+ "store.syncMemberHeadsDescription": "メンバーの新しいHEADバージョンが作成されると、コレクションは新しいHEADを指すように更新されます。",
546
+ "store.tableLayout": "テーブルレイアウト",
547
+ "store.tableLayoutDescription": "テーブルでのコレクション表示用のカスタムレイアウトを定義します。",
548
+ "store.tableLayoutUpdated": "テーブルレイアウトが更新されました",
549
+ "store.tableLayoutUpdatedDesc": "テーブルレイアウトが正常に更新されました",
550
+ "store.textConflict": "ドキュメントが別の場所で変更されました。更新して再試行してください。",
551
+ "store.textSaved": "テキストコンテンツを保存しました",
552
+ "store.typeCreated": "タイプが作成されました",
553
+ "store.typeDescription": "コレクションにカスタムプロパティとデータを割り当てるコンテンツタイプを選択できます。",
554
+ "store.typeSelectDescription": "コレクションにカスタムプロパティとデータを割り当てるコンテンツタイプを選択してください。",
555
+ "store.unknown": "不明",
556
+ "store.unsavedChanges": "未保存の変更",
557
+ "store.updated": "更新日時",
558
+ "store.updatedAt": "更新日時",
559
+ "store.updatedBy": "更新者",
560
+ "store.updatedSharedProperties": "共有プロパティを更新しました",
561
+ "store.updatedSkipHeadSync": "HEAD同期スキップ設定を更新しました",
562
+ "store.upload": "アップロード",
563
+ "store.uploadComplete": "アップロード完了",
564
+ "store.uploadIssues": "アップロードの問題",
565
+ "store.validationFailed": "バリデーション失敗",
566
+ "store.videoFormatRequired": "MP4またはWebM形式が必要です",
567
+ "store.viewAsPdf": "PDFとして表示",
568
+ "store.viewAudio": "オーディオを表示",
569
+ "store.viewImage": "画像を表示",
570
+ "store.viewInJsonFormat": "JSON形式で表示",
571
+ "store.viewPdf": "PDFを表示",
572
+ "store.viewText": "テキストを表示",
573
+ "store.viewTranscript": "トランスクリプトを表示",
574
+ "store.viewVideo": "ビデオを表示",
575
+ "store.viewingNewVersion": "新しいバージョンを表示中",
576
+ "store.viewingNewVersionDefault": "新しいバージョンを表示中",
577
+ "store.viewingVersionLabel": "バージョン'{{label}}'を表示中",
578
+ "theme.dark": "ダーク",
579
+ "theme.label": "テーマ",
580
+ "theme.light": "ライト",
581
+ "theme.system": "システム",
582
+ "type.description": "説明",
583
+ "type.name": "名前",
584
+ "type.nameRequired": "名前は必須です",
585
+ "upload.allFilesExist": "すべての{{count}}個のファイルはシステムに既に存在するため、スキップされます。結果を確認できます。",
586
+ "upload.analyzingFiles": "ファイルを分析中...",
587
+ "upload.checkingForDuplicates": "重複とアップデートを確認中",
588
+ "upload.collectionLabel": "コレクション:",
589
+ "upload.contentTypeTooltip": "アップロードするファイルに適用するコンテンツタイプを選択してください。空のままにすると、Vertesiaがファイル内容に基づいて自動的にタイプを検出します。",
590
+ "upload.continue": "続行",
591
+ "upload.dragAndDrop": "ファイルをここにドラッグ&ドロップするか、クリックして選択",
592
+ "upload.errorAnalyzingFiles": "ファイルの分析中にエラーが発生しました",
593
+ "upload.failedToUpload": "アップロード失敗",
594
+ "upload.fileAnalysisResults": "ファイル分析結果",
595
+ "upload.filesAnalyzed": "ファイル分析完了",
596
+ "upload.filesProcessed_one": "{{count}}個のファイルを処理済み",
597
+ "upload.filesProcessed_other": "{{count}}個のファイルを処理済み",
598
+ "upload.filesReadyToProcess_one": "{{count}}個のファイルが処理可能です",
599
+ "upload.filesReadyToProcess_other": "{{count}}個のファイルが処理可能です",
600
+ "upload.filesToSkip_one": "{{count}}個のファイルはシステムに既に存在するため、スキップされます。",
601
+ "upload.filesToSkip_other": "{{count}}個のファイルはシステムに既に存在するため、スキップされます。",
602
+ "upload.folderLabel": "フォルダ:",
603
+ "upload.inCollection": "コレクション '{{collection}}' 内",
604
+ "upload.inFolder": "フォルダ '{{location}}' 内",
605
+ "upload.new": "新規",
606
+ "upload.noFilesToProcess": "処理するファイルがありません。",
607
+ "upload.noItems": "表示する項目がありません",
608
+ "upload.preparingFiles_one": "{{count}}個のファイルのアップロードを準備中...",
609
+ "upload.preparingFiles_other": "{{count}}個のファイルのアップロードを準備中...",
610
+ "upload.preparingFolder_one": "1つのフォルダ({{fileCount}}ファイル)のアップロードを準備中...",
611
+ "upload.preparingFolder_other": "{{folderCount}}個のフォルダ({{fileCount}}ファイル)のアップロードを準備中...",
612
+ "upload.processedCount": "{{processed}}/{{total}}個のファイルを処理済み...",
613
+ "upload.processingFilesAction": "ファイルを処理中({{action}})",
614
+ "upload.selectFiles": "ファイルを選択",
615
+ "upload.selectFolder": "フォルダを選択",
616
+ "upload.skip": "スキップ",
617
+ "upload.skippedAlreadyExisted": "スキップ(既に存在)",
618
+ "upload.successfullyUpdated": "更新成功",
619
+ "upload.successfullyUploaded": "アップロード成功",
620
+ "upload.update": "更新",
621
+ "upload.uploadComplete": "アップロード完了",
622
+ "upload.uploadFiles": "ファイルをアップロード",
623
+ "upload.uploadLocation": "アップロード先:",
624
+ "upload.uploadMore": "さらにアップロード",
625
+ "upload.uploadProcessInterrupted": "アップロード処理が中断されました",
626
+ "upload.uploadingFiles": "ファイルをアップロード中",
627
+ "upload.useAutoDetection": "自動タイプ検出を使用",
628
+ "upload.useTypeName": "{{typeName}}を使用",
629
+ "user.account": "アカウント:",
630
+ "user.agentOnBehalfOf": "代理エージェント",
631
+ "user.agentOnBehalfOfApiKey": "APIキーの代理エージェント",
632
+ "user.appVersion": "アプリバージョン",
633
+ "user.environment": "環境",
634
+ "user.failedToFetchApiKey": "APIキーの取得に失敗しました",
635
+ "user.failedToFetchGroup": "グループの取得に失敗しました",
636
+ "user.failedToFetchUser": "ユーザーの取得に失敗しました",
637
+ "user.groupId": "グループID:{{id}}",
638
+ "user.key": "キー:",
639
+ "user.organizationId": "組織ID",
640
+ "user.organizationRoles": "組織ロール",
641
+ "user.privateKey": "秘密鍵",
642
+ "user.project": "プロジェクト:",
643
+ "user.projectId": "プロジェクトID",
644
+ "user.projectRoles": "プロジェクトロール",
645
+ "user.schedule": "{{title}}をスケジュール",
646
+ "user.sdkVersion": "SDKバージョン",
647
+ "user.server": "サーバー",
648
+ "user.serviceAccount": "サービスアカウント",
649
+ "user.serviceAccountDescription": "このユーザーはワークフローワーカーなどのロボットが使用します。",
650
+ "user.store": "ストア",
651
+ "user.systemUser": "システムユーザー",
652
+ "user.systemUserDescription": "システムユーザーは組み込みオブジェクトの初期化に使用されます。",
653
+ "user.tenantId": "テナントID",
654
+ "user.unknown": "不明",
655
+ "user.unknownUser": "不明なユーザー",
656
+ "user.unknownUserDescription": "ユーザー情報は利用できません。",
657
+ "user.unnamedGroup": "名前なしグループ",
658
+ "user.user": "ユーザー",
659
+ "user.userId": "ユーザーID",
660
+ "widgets.schema.editDescription": "説明を編集",
661
+ "widgets.schema.invalidPropertyDeclaration": "無効なプロパティ宣言"
662
+ }