@vertesia/ui 0.78.0 → 0.79.1

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 (409) hide show
  1. package/lib/esm/core/components/Panel.js +8 -0
  2. package/lib/esm/core/components/Panel.js.map +1 -0
  3. package/lib/esm/core/components/SelectBox.js +1 -1
  4. package/lib/esm/core/components/SelectBox.js.map +1 -1
  5. package/lib/esm/core/components/SelectList.js +18 -13
  6. package/lib/esm/core/components/SelectList.js.map +1 -1
  7. package/lib/esm/core/components/SidePanel.js +2 -2
  8. package/lib/esm/core/components/SidePanel.js.map +1 -1
  9. package/lib/esm/core/components/index.js +1 -1
  10. package/lib/esm/core/components/index.js.map +1 -1
  11. package/lib/esm/core/components/shadcn/breadcrumb.js +29 -8
  12. package/lib/esm/core/components/shadcn/breadcrumb.js.map +1 -1
  13. package/lib/esm/core/components/shadcn/button.js +3 -2
  14. package/lib/esm/core/components/shadcn/button.js.map +1 -1
  15. package/lib/esm/core/components/shadcn/filters/filterBar.js +41 -14
  16. package/lib/esm/core/components/shadcn/filters/filterBar.js.map +1 -1
  17. package/lib/esm/core/components/shadcn/index.js +2 -0
  18. package/lib/esm/core/components/shadcn/index.js.map +1 -1
  19. package/lib/esm/core/components/shadcn/input.js +4 -1
  20. package/lib/esm/core/components/shadcn/input.js.map +1 -1
  21. package/lib/esm/core/components/shadcn/resizeable.js +15 -0
  22. package/lib/esm/core/components/shadcn/resizeable.js.map +1 -0
  23. package/lib/esm/core/components/shadcn/selectBox.js +15 -9
  24. package/lib/esm/core/components/shadcn/selectBox.js.map +1 -1
  25. package/lib/esm/core/components/shadcn/tabs.js +20 -8
  26. package/lib/esm/core/components/shadcn/tabs.js.map +1 -1
  27. package/lib/esm/core/components/shadcn/textarea.js +7 -0
  28. package/lib/esm/core/components/shadcn/textarea.js.map +1 -0
  29. package/lib/esm/core/components/table/index.js +1 -1
  30. package/lib/esm/core/components/table/index.js.map +1 -1
  31. package/lib/esm/core/hooks/CompositeState.js +139 -1
  32. package/lib/esm/core/hooks/CompositeState.js.map +1 -1
  33. package/lib/esm/core/hooks/index.js +1 -0
  34. package/lib/esm/core/hooks/index.js.map +1 -1
  35. package/lib/esm/core/hooks/useScrollableSearch.js +92 -0
  36. package/lib/esm/core/hooks/useScrollableSearch.js.map +1 -0
  37. package/lib/esm/env/index.js +1 -1
  38. package/lib/esm/env/index.js.map +1 -1
  39. package/lib/esm/features/agent/PayloadBuilder.js +80 -55
  40. package/lib/esm/features/agent/PayloadBuilder.js.map +1 -1
  41. package/lib/esm/features/agent/chat/ModernAgentConversation.js +22 -24
  42. package/lib/esm/features/agent/chat/ModernAgentConversation.js.map +1 -1
  43. package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +2 -3
  44. package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +1 -1
  45. package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js +2 -2
  46. package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js.map +1 -1
  47. package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js +15 -20
  48. package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js.map +1 -1
  49. package/lib/esm/features/agent/chat/ModernAgentOutput/PlanPanel.js +1 -0
  50. package/lib/esm/features/agent/chat/ModernAgentOutput/PlanPanel.js.map +1 -1
  51. package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.js +3 -3
  52. package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.js.map +1 -1
  53. package/lib/esm/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js +6 -6
  54. package/lib/esm/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js.map +1 -1
  55. package/lib/esm/features/facets/CollectionsFacetsNav.js +85 -0
  56. package/lib/esm/features/facets/CollectionsFacetsNav.js.map +1 -0
  57. package/lib/esm/features/facets/DocumentsFacetsNav.js +19 -7
  58. package/lib/esm/features/facets/DocumentsFacetsNav.js.map +1 -1
  59. package/lib/esm/features/facets/EnvironmentFacet.js +1 -1
  60. package/lib/esm/features/facets/EnvironmentFacet.js.map +1 -1
  61. package/lib/esm/features/facets/InteractionsFacetsNav.js +88 -0
  62. package/lib/esm/features/facets/InteractionsFacetsNav.js.map +1 -0
  63. package/lib/esm/features/facets/PromptsFacetsNav.js +80 -0
  64. package/lib/esm/features/facets/PromptsFacetsNav.js.map +1 -0
  65. package/lib/esm/features/facets/RunsFacetsNav.js +28 -6
  66. package/lib/esm/features/facets/RunsFacetsNav.js.map +1 -1
  67. package/lib/esm/features/facets/WorkflowExecutionsFacetsNav.js +7 -5
  68. package/lib/esm/features/facets/WorkflowExecutionsFacetsNav.js.map +1 -1
  69. package/lib/esm/features/facets/index.js +10 -8
  70. package/lib/esm/features/facets/index.js.map +1 -1
  71. package/lib/esm/features/facets/utils/SearchInterface.js +2 -0
  72. package/lib/esm/features/facets/utils/SearchInterface.js.map +1 -0
  73. package/lib/esm/features/facets/utils/StringFacet.js.map +1 -0
  74. package/lib/esm/features/facets/utils/StringListFacet.js.map +1 -0
  75. package/lib/esm/features/facets/utils/TypeFacet.js.map +1 -0
  76. package/lib/esm/features/facets/utils/VEnvironmentFacet.js.map +1 -0
  77. package/lib/esm/features/facets/utils/VInteractionFacet.js.map +1 -0
  78. package/lib/esm/features/facets/utils/VStringFacet.js.map +1 -0
  79. package/lib/esm/features/facets/{VTypeFacet.js → utils/VTypeFacet.js} +9 -4
  80. package/lib/esm/features/facets/utils/VTypeFacet.js.map +1 -0
  81. package/lib/esm/features/facets/{VUserFacet.js → utils/VUserFacet.js} +1 -1
  82. package/lib/esm/features/facets/utils/VUserFacet.js.map +1 -0
  83. package/lib/esm/features/facets/utils/utils.js.map +1 -0
  84. package/lib/esm/features/layout/GenericPageNavHeader.js +58 -5
  85. package/lib/esm/features/layout/GenericPageNavHeader.js.map +1 -1
  86. package/lib/esm/features/store/collections/BrowseCollectionView.js +3 -0
  87. package/lib/esm/features/store/collections/BrowseCollectionView.js.map +1 -1
  88. package/lib/esm/features/store/collections/CreateCollection.js +2 -2
  89. package/lib/esm/features/store/collections/CreateCollection.js.map +1 -1
  90. package/lib/esm/features/store/collections/EditCollectionView.js +43 -31
  91. package/lib/esm/features/store/collections/EditCollectionView.js.map +1 -1
  92. package/lib/esm/features/store/collections/SelectCollection.js +46 -16
  93. package/lib/esm/features/store/collections/SelectCollection.js.map +1 -1
  94. package/lib/esm/features/store/objects/DocumentSearchResults.js +43 -13
  95. package/lib/esm/features/store/objects/DocumentSearchResults.js.map +1 -1
  96. package/lib/esm/features/store/objects/DocumentTable.js +6 -6
  97. package/lib/esm/features/store/objects/DocumentTable.js.map +1 -1
  98. package/lib/esm/features/store/objects/components/ContentOverview.js +225 -87
  99. package/lib/esm/features/store/objects/components/ContentOverview.js.map +1 -1
  100. package/lib/esm/features/store/objects/components/DocumentIcon.js +11 -3
  101. package/lib/esm/features/store/objects/components/DocumentIcon.js.map +1 -1
  102. package/lib/esm/features/store/objects/components/SaveVersionConfirmModal.js +11 -2
  103. package/lib/esm/features/store/objects/components/SaveVersionConfirmModal.js.map +1 -1
  104. package/lib/esm/features/store/objects/components/useDownloadObject.js +2 -2
  105. package/lib/esm/features/store/objects/components/useDownloadObject.js.map +1 -1
  106. package/lib/esm/features/store/objects/layout/DocumentTableColumn.js +13 -1
  107. package/lib/esm/features/store/objects/layout/DocumentTableColumn.js.map +1 -1
  108. package/lib/esm/features/store/objects/layout/documentLayout.js +7 -8
  109. package/lib/esm/features/store/objects/layout/documentLayout.js.map +1 -1
  110. package/lib/esm/features/store/objects/layout/renderers.js +28 -12
  111. package/lib/esm/features/store/objects/layout/renderers.js.map +1 -1
  112. package/lib/esm/features/store/objects/search/DocumentSearchContext.js +5 -1
  113. package/lib/esm/features/store/objects/search/DocumentSearchContext.js.map +1 -1
  114. package/lib/esm/features/store/objects/search/DocumentSearchProvider.js +1 -1
  115. package/lib/esm/features/store/objects/search/DocumentSearchProvider.js.map +1 -1
  116. package/lib/esm/features/store/objects/selection/ObjectsActionContext.js +3 -2
  117. package/lib/esm/features/store/objects/selection/ObjectsActionContext.js.map +1 -1
  118. package/lib/esm/features/store/objects/selection/SelectionActions.js +2 -0
  119. package/lib/esm/features/store/objects/selection/SelectionActions.js.map +1 -1
  120. package/lib/esm/features/store/objects/selection/actions/AddToCollectionAction.js +12 -4
  121. package/lib/esm/features/store/objects/selection/actions/AddToCollectionAction.js.map +1 -1
  122. package/lib/esm/features/store/objects/selection/actions/DeleteObjectsAction.js +20 -2
  123. package/lib/esm/features/store/objects/selection/actions/DeleteObjectsAction.js.map +1 -1
  124. package/lib/esm/features/store/objects/upload/DocumentUploadModal.js +16 -8
  125. package/lib/esm/features/store/objects/upload/DocumentUploadModal.js.map +1 -1
  126. package/lib/esm/features/store/types/CreateOrUpdateTypeModal.js +1 -1
  127. package/lib/esm/features/store/types/CreateOrUpdateTypeModal.js.map +1 -1
  128. package/lib/esm/features/store/types/ObjectSchemaEditor.js +1 -1
  129. package/lib/esm/features/store/types/ObjectSchemaEditor.js.map +1 -1
  130. package/lib/esm/features/user/UserInfo.js +35 -1
  131. package/lib/esm/features/user/UserInfo.js.map +1 -1
  132. package/lib/esm/router/HistoryNavigator.js +25 -2
  133. package/lib/esm/router/HistoryNavigator.js.map +1 -1
  134. package/lib/esm/router/Nav.js +3 -3
  135. package/lib/esm/router/Nav.js.map +1 -1
  136. package/lib/esm/session/UserSession.js +1 -0
  137. package/lib/esm/session/UserSession.js.map +1 -1
  138. package/lib/esm/session/UserSessionProvider.js +9 -2
  139. package/lib/esm/session/UserSessionProvider.js.map +1 -1
  140. package/lib/esm/session/auth/composable.js +66 -67
  141. package/lib/esm/session/auth/composable.js.map +1 -1
  142. package/lib/esm/shell/login/UserInfo.js +1 -1
  143. package/lib/esm/shell/login/UserInfo.js.map +1 -1
  144. package/lib/esm/widgets/form/Form.js +17 -30
  145. package/lib/esm/widgets/form/Form.js.map +1 -1
  146. package/lib/esm/widgets/form/FormContext.js +4 -2
  147. package/lib/esm/widgets/form/FormContext.js.map +1 -1
  148. package/lib/esm/widgets/form/ManagedObject.js +4 -0
  149. package/lib/esm/widgets/form/ManagedObject.js.map +1 -1
  150. package/lib/esm/widgets/form/fields.js +4 -3
  151. package/lib/esm/widgets/form/fields.js.map +1 -1
  152. package/lib/esm/widgets/form/inputs.js +2 -0
  153. package/lib/esm/widgets/form/inputs.js.map +1 -1
  154. package/lib/esm/widgets/schema-editor/index.js +0 -1
  155. package/lib/esm/widgets/schema-editor/index.js.map +1 -1
  156. package/lib/tsconfig.tsbuildinfo +1 -1
  157. package/lib/types/core/components/Panel.d.ts +11 -0
  158. package/lib/types/core/components/Panel.d.ts.map +1 -0
  159. package/lib/types/core/components/SelectList.d.ts +2 -1
  160. package/lib/types/core/components/SelectList.d.ts.map +1 -1
  161. package/lib/types/core/components/SidePanel.d.ts.map +1 -1
  162. package/lib/types/core/components/index.d.ts +1 -1
  163. package/lib/types/core/components/index.d.ts.map +1 -1
  164. package/lib/types/core/components/shadcn/breadcrumb.d.ts +3 -2
  165. package/lib/types/core/components/shadcn/breadcrumb.d.ts.map +1 -1
  166. package/lib/types/core/components/shadcn/button.d.ts.map +1 -1
  167. package/lib/types/core/components/shadcn/filters/filterBar.d.ts.map +1 -1
  168. package/lib/types/core/components/shadcn/index.d.ts +2 -0
  169. package/lib/types/core/components/shadcn/index.d.ts.map +1 -1
  170. package/lib/types/core/components/shadcn/input.d.ts.map +1 -1
  171. package/lib/types/core/components/shadcn/resizeable.d.ts +9 -0
  172. package/lib/types/core/components/shadcn/resizeable.d.ts.map +1 -0
  173. package/lib/types/core/components/shadcn/selectBox.d.ts +3 -2
  174. package/lib/types/core/components/shadcn/selectBox.d.ts.map +1 -1
  175. package/lib/types/core/components/shadcn/tabs.d.ts +2 -1
  176. package/lib/types/core/components/shadcn/tabs.d.ts.map +1 -1
  177. package/lib/types/core/components/shadcn/textarea.d.ts +4 -0
  178. package/lib/types/core/components/shadcn/textarea.d.ts.map +1 -0
  179. package/lib/types/core/hooks/CompositeState.d.ts +115 -6
  180. package/lib/types/core/hooks/CompositeState.d.ts.map +1 -1
  181. package/lib/types/core/hooks/index.d.ts +1 -0
  182. package/lib/types/core/hooks/index.d.ts.map +1 -1
  183. package/lib/types/core/hooks/useScrollableSearch.d.ts +82 -0
  184. package/lib/types/core/hooks/useScrollableSearch.d.ts.map +1 -0
  185. package/lib/types/env/index.d.ts +3 -1
  186. package/lib/types/env/index.d.ts.map +1 -1
  187. package/lib/types/features/agent/PayloadBuilder.d.ts +11 -19
  188. package/lib/types/features/agent/PayloadBuilder.d.ts.map +1 -1
  189. package/lib/types/features/agent/chat/ModernAgentConversation.d.ts.map +1 -1
  190. package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts +1 -1
  191. package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +1 -1
  192. package/lib/types/features/agent/chat/ModernAgentOutput/Header.d.ts.map +1 -1
  193. package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.d.ts.map +1 -1
  194. package/lib/types/features/agent/chat/ModernAgentOutput/PlanPanel.d.ts.map +1 -1
  195. package/lib/types/features/facets/CollectionsFacetsNav.d.ts +14 -0
  196. package/lib/types/features/facets/CollectionsFacetsNav.d.ts.map +1 -0
  197. package/lib/types/features/facets/DocumentsFacetsNav.d.ts +1 -1
  198. package/lib/types/features/facets/DocumentsFacetsNav.d.ts.map +1 -1
  199. package/lib/types/features/facets/InteractionsFacetsNav.d.ts +14 -0
  200. package/lib/types/features/facets/InteractionsFacetsNav.d.ts.map +1 -0
  201. package/lib/types/features/facets/PromptsFacetsNav.d.ts +15 -0
  202. package/lib/types/features/facets/PromptsFacetsNav.d.ts.map +1 -0
  203. package/lib/types/features/facets/RunsFacetsNav.d.ts +1 -1
  204. package/lib/types/features/facets/RunsFacetsNav.d.ts.map +1 -1
  205. package/lib/types/features/facets/WorkflowExecutionsFacetsNav.d.ts +1 -1
  206. package/lib/types/features/facets/WorkflowExecutionsFacetsNav.d.ts.map +1 -1
  207. package/lib/types/features/facets/index.d.ts +10 -8
  208. package/lib/types/features/facets/index.d.ts.map +1 -1
  209. package/lib/types/features/facets/utils/SearchInterface.d.ts +14 -0
  210. package/lib/types/features/facets/utils/SearchInterface.d.ts.map +1 -0
  211. package/lib/types/features/facets/utils/StringFacet.d.ts.map +1 -0
  212. package/lib/types/features/facets/utils/StringListFacet.d.ts.map +1 -0
  213. package/lib/types/features/facets/utils/TypeFacet.d.ts.map +1 -0
  214. package/lib/types/features/facets/utils/VEnvironmentFacet.d.ts.map +1 -0
  215. package/lib/types/features/facets/utils/VInteractionFacet.d.ts.map +1 -0
  216. package/lib/types/features/facets/utils/VStringFacet.d.ts.map +1 -0
  217. package/lib/types/features/facets/{VTypeFacet.d.ts → utils/VTypeFacet.d.ts} +2 -1
  218. package/lib/types/features/facets/utils/VTypeFacet.d.ts.map +1 -0
  219. package/lib/types/features/facets/utils/VUserFacet.d.ts.map +1 -0
  220. package/lib/types/features/facets/utils/utils.d.ts.map +1 -0
  221. package/lib/types/features/layout/GenericPageNavHeader.d.ts +2 -1
  222. package/lib/types/features/layout/GenericPageNavHeader.d.ts.map +1 -1
  223. package/lib/types/features/store/collections/BrowseCollectionView.d.ts.map +1 -1
  224. package/lib/types/features/store/collections/CreateCollection.d.ts.map +1 -1
  225. package/lib/types/features/store/collections/EditCollectionView.d.ts.map +1 -1
  226. package/lib/types/features/store/collections/SelectCollection.d.ts +12 -8
  227. package/lib/types/features/store/collections/SelectCollection.d.ts.map +1 -1
  228. package/lib/types/features/store/objects/DocumentSearchResults.d.ts.map +1 -1
  229. package/lib/types/features/store/objects/DocumentTable.d.ts +4 -0
  230. package/lib/types/features/store/objects/DocumentTable.d.ts.map +1 -1
  231. package/lib/types/features/store/objects/components/ContentOverview.d.ts.map +1 -1
  232. package/lib/types/features/store/objects/components/DocumentIcon.d.ts +7 -1
  233. package/lib/types/features/store/objects/components/DocumentIcon.d.ts.map +1 -1
  234. package/lib/types/features/store/objects/components/SaveVersionConfirmModal.d.ts.map +1 -1
  235. package/lib/types/features/store/objects/components/useDownloadObject.d.ts +1 -1
  236. package/lib/types/features/store/objects/components/useDownloadObject.d.ts.map +1 -1
  237. package/lib/types/features/store/objects/layout/DocumentTableColumn.d.ts +2 -1
  238. package/lib/types/features/store/objects/layout/DocumentTableColumn.d.ts.map +1 -1
  239. package/lib/types/features/store/objects/layout/documentLayout.d.ts +4 -2
  240. package/lib/types/features/store/objects/layout/documentLayout.d.ts.map +1 -1
  241. package/lib/types/features/store/objects/layout/renderers.d.ts +1 -1
  242. package/lib/types/features/store/objects/layout/renderers.d.ts.map +1 -1
  243. package/lib/types/features/store/objects/search/DocumentSearchContext.d.ts +2 -3
  244. package/lib/types/features/store/objects/search/DocumentSearchContext.d.ts.map +1 -1
  245. package/lib/types/features/store/objects/selection/ObjectsActionContext.d.ts.map +1 -1
  246. package/lib/types/features/store/objects/selection/SelectionActions.d.ts.map +1 -1
  247. package/lib/types/features/store/objects/selection/actions/DeleteObjectsAction.d.ts +1 -0
  248. package/lib/types/features/store/objects/selection/actions/DeleteObjectsAction.d.ts.map +1 -1
  249. package/lib/types/features/store/objects/upload/DocumentUploadModal.d.ts.map +1 -1
  250. package/lib/types/features/user/UserInfo.d.ts +12 -1
  251. package/lib/types/features/user/UserInfo.d.ts.map +1 -1
  252. package/lib/types/router/HistoryNavigator.d.ts.map +1 -1
  253. package/lib/types/router/Nav.d.ts +2 -1
  254. package/lib/types/router/Nav.d.ts.map +1 -1
  255. package/lib/types/session/UserSession.d.ts.map +1 -1
  256. package/lib/types/session/UserSessionProvider.d.ts.map +1 -1
  257. package/lib/types/session/auth/composable.d.ts.map +1 -1
  258. package/lib/types/widgets/form/Form.d.ts +2 -1
  259. package/lib/types/widgets/form/Form.d.ts.map +1 -1
  260. package/lib/types/widgets/form/FormContext.d.ts +5 -2
  261. package/lib/types/widgets/form/FormContext.d.ts.map +1 -1
  262. package/lib/types/widgets/form/ManagedObject.d.ts.map +1 -1
  263. package/lib/types/widgets/form/fields.d.ts +2 -2
  264. package/lib/types/widgets/form/fields.d.ts.map +1 -1
  265. package/lib/types/widgets/form/inputs.d.ts.map +1 -1
  266. package/lib/types/widgets/schema-editor/index.d.ts +0 -1
  267. package/lib/types/widgets/schema-editor/index.d.ts.map +1 -1
  268. package/lib/vertesia-ui-core.js +1 -1
  269. package/lib/vertesia-ui-core.js.map +1 -1
  270. package/lib/vertesia-ui-env.js +1 -1
  271. package/lib/vertesia-ui-env.js.map +1 -1
  272. package/lib/vertesia-ui-features.js +1 -1
  273. package/lib/vertesia-ui-features.js.map +1 -1
  274. package/lib/vertesia-ui-router.js +1 -1
  275. package/lib/vertesia-ui-router.js.map +1 -1
  276. package/lib/vertesia-ui-session.js +1 -1
  277. package/lib/vertesia-ui-session.js.map +1 -1
  278. package/lib/vertesia-ui-shell.js +1 -1
  279. package/lib/vertesia-ui-shell.js.map +1 -1
  280. package/lib/vertesia-ui-widgets.js +1 -1
  281. package/lib/vertesia-ui-widgets.js.map +1 -1
  282. package/package.json +166 -165
  283. package/src/core/components/Panel.tsx +34 -0
  284. package/src/core/components/SelectList.tsx +11 -1
  285. package/src/core/components/SidePanel.tsx +18 -13
  286. package/src/core/components/index.ts +1 -1
  287. package/src/core/components/shadcn/breadcrumb.tsx +49 -30
  288. package/src/core/components/shadcn/button.tsx +3 -2
  289. package/src/core/components/shadcn/filters/filterBar.tsx +49 -23
  290. package/src/core/components/shadcn/index.ts +2 -0
  291. package/src/core/components/shadcn/input.tsx +10 -7
  292. package/src/core/components/shadcn/resizeable.tsx +54 -0
  293. package/src/core/components/shadcn/selectBox.tsx +87 -67
  294. package/src/core/components/shadcn/tabs.tsx +25 -8
  295. package/src/core/components/shadcn/textarea.tsx +21 -0
  296. package/src/core/components/table/index.tsx +1 -1
  297. package/src/core/hooks/index.ts +1 -0
  298. package/src/core/hooks/useScrollableSearch.tsx +193 -0
  299. package/src/features/agent/chat/ModernAgentConversation.tsx +109 -118
  300. package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.tsx +2 -22
  301. package/src/features/agent/chat/ModernAgentOutput/Header.tsx +1 -9
  302. package/src/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.tsx +39 -55
  303. package/src/features/agent/chat/ModernAgentOutput/PlanPanel.tsx +1 -0
  304. package/src/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.tsx +8 -8
  305. package/src/features/agent/chat/ModernAgentOutput/WorkstreamTabs.tsx +8 -8
  306. package/src/features/facets/CollectionsFacetsNav.tsx +115 -0
  307. package/src/features/facets/DocumentsFacetsNav.tsx +22 -11
  308. package/src/features/facets/EnvironmentFacet.tsx +1 -1
  309. package/src/features/facets/InteractionsFacetsNav.tsx +121 -0
  310. package/src/features/facets/PromptsFacetsNav.tsx +110 -0
  311. package/src/features/facets/RunsFacetsNav.tsx +40 -9
  312. package/src/features/facets/WorkflowExecutionsFacetsNav.tsx +10 -8
  313. package/src/features/facets/index.ts +11 -9
  314. package/src/features/facets/utils/SearchInterface.tsx +12 -0
  315. package/src/features/facets/{VTypeFacet.tsx → utils/VTypeFacet.tsx} +12 -5
  316. package/src/features/facets/{VUserFacet.tsx → utils/VUserFacet.tsx} +1 -1
  317. package/src/features/layout/GenericPageNavHeader.tsx +73 -10
  318. package/src/features/store/collections/BrowseCollectionView.tsx +4 -0
  319. package/src/features/store/collections/CreateCollection.tsx +3 -4
  320. package/src/features/store/collections/EditCollectionView.tsx +104 -85
  321. package/src/features/store/collections/SelectCollection.tsx +214 -29
  322. package/src/features/store/objects/DocumentSearchResults.tsx +98 -27
  323. package/src/features/store/objects/DocumentTable.tsx +14 -4
  324. package/src/features/store/objects/components/ContentOverview.tsx +536 -267
  325. package/src/features/store/objects/components/DocumentIcon.tsx +42 -13
  326. package/src/features/store/objects/components/SaveVersionConfirmModal.tsx +12 -2
  327. package/src/features/store/objects/layout/DocumentTableColumn.tsx +16 -1
  328. package/src/features/store/objects/layout/documentLayout.tsx +10 -12
  329. package/src/features/store/objects/layout/knowledge.md +10 -10
  330. package/src/features/store/objects/layout/renderers.tsx +39 -18
  331. package/src/features/store/objects/search/DocumentSearchContext.ts +6 -1
  332. package/src/features/store/objects/search/DocumentSearchProvider.tsx +1 -1
  333. package/src/features/store/objects/selection/ObjectsActionContext.tsx +3 -2
  334. package/src/features/store/objects/selection/SelectionActions.tsx +2 -0
  335. package/src/features/store/objects/selection/actions/AddToCollectionAction.tsx +23 -10
  336. package/src/features/store/objects/selection/actions/DeleteObjectsAction.tsx +22 -2
  337. package/src/features/store/objects/upload/DocumentUploadModal.tsx +23 -15
  338. package/src/features/store/objects/upload/useSmartFileUploadProcessing.ts +10 -7
  339. package/src/features/store/types/CreateOrUpdateTypeModal.tsx +1 -1
  340. package/src/features/store/types/ObjectSchemaEditor.tsx +1 -1
  341. package/src/features/user/UserInfo.tsx +66 -3
  342. package/src/router/HistoryNavigator.ts +33 -2
  343. package/src/router/Nav.tsx +4 -3
  344. package/src/shell/login/UserInfo.tsx +1 -1
  345. package/src/widgets/form/Form.tsx +19 -43
  346. package/src/widgets/form/FormContext.ts +5 -2
  347. package/src/widgets/form/fields.tsx +8 -6
  348. package/src/widgets/form/inputs.tsx +1 -0
  349. package/src/widgets/schema-editor/index.ts +0 -1
  350. package/lib/esm/core/components/Textarea.js +0 -15
  351. package/lib/esm/core/components/Textarea.js.map +0 -1
  352. package/lib/esm/features/facets/FacetsNav.js +0 -8
  353. package/lib/esm/features/facets/FacetsNav.js.map +0 -1
  354. package/lib/esm/features/facets/StringFacet.js.map +0 -1
  355. package/lib/esm/features/facets/StringListFacet.js.map +0 -1
  356. package/lib/esm/features/facets/TypeFacet.js.map +0 -1
  357. package/lib/esm/features/facets/VEnvironmentFacet.js.map +0 -1
  358. package/lib/esm/features/facets/VFacetsNav.js +0 -48
  359. package/lib/esm/features/facets/VFacetsNav.js.map +0 -1
  360. package/lib/esm/features/facets/VInteractionFacet.js.map +0 -1
  361. package/lib/esm/features/facets/VStringFacet.js.map +0 -1
  362. package/lib/esm/features/facets/VTypeFacet.js.map +0 -1
  363. package/lib/esm/features/facets/VUserFacet.js.map +0 -1
  364. package/lib/esm/features/facets/utils.js.map +0 -1
  365. package/lib/esm/widgets/schema-editor/JSONSchemaEditorModal.js +0 -49
  366. package/lib/esm/widgets/schema-editor/JSONSchemaEditorModal.js.map +0 -1
  367. package/lib/types/core/components/Textarea.d.ts +0 -8
  368. package/lib/types/core/components/Textarea.d.ts.map +0 -1
  369. package/lib/types/features/facets/FacetsNav.d.ts +0 -7
  370. package/lib/types/features/facets/FacetsNav.d.ts.map +0 -1
  371. package/lib/types/features/facets/StringFacet.d.ts.map +0 -1
  372. package/lib/types/features/facets/StringListFacet.d.ts.map +0 -1
  373. package/lib/types/features/facets/TypeFacet.d.ts.map +0 -1
  374. package/lib/types/features/facets/VEnvironmentFacet.d.ts.map +0 -1
  375. package/lib/types/features/facets/VFacetsNav.d.ts +0 -16
  376. package/lib/types/features/facets/VFacetsNav.d.ts.map +0 -1
  377. package/lib/types/features/facets/VInteractionFacet.d.ts.map +0 -1
  378. package/lib/types/features/facets/VStringFacet.d.ts.map +0 -1
  379. package/lib/types/features/facets/VTypeFacet.d.ts.map +0 -1
  380. package/lib/types/features/facets/VUserFacet.d.ts.map +0 -1
  381. package/lib/types/features/facets/utils.d.ts.map +0 -1
  382. package/lib/types/widgets/schema-editor/JSONSchemaEditorModal.d.ts +0 -10
  383. package/lib/types/widgets/schema-editor/JSONSchemaEditorModal.d.ts.map +0 -1
  384. package/src/core/components/Textarea.tsx +0 -25
  385. package/src/features/facets/FacetsNav.tsx +0 -19
  386. package/src/features/facets/VFacetsNav.tsx +0 -81
  387. package/src/widgets/schema-editor/JSONSchemaEditorModal.tsx +0 -67
  388. /package/lib/esm/features/facets/{StringFacet.js → utils/StringFacet.js} +0 -0
  389. /package/lib/esm/features/facets/{StringListFacet.js → utils/StringListFacet.js} +0 -0
  390. /package/lib/esm/features/facets/{TypeFacet.js → utils/TypeFacet.js} +0 -0
  391. /package/lib/esm/features/facets/{VEnvironmentFacet.js → utils/VEnvironmentFacet.js} +0 -0
  392. /package/lib/esm/features/facets/{VInteractionFacet.js → utils/VInteractionFacet.js} +0 -0
  393. /package/lib/esm/features/facets/{VStringFacet.js → utils/VStringFacet.js} +0 -0
  394. /package/lib/esm/features/facets/{utils.js → utils/utils.js} +0 -0
  395. /package/lib/types/features/facets/{StringFacet.d.ts → utils/StringFacet.d.ts} +0 -0
  396. /package/lib/types/features/facets/{StringListFacet.d.ts → utils/StringListFacet.d.ts} +0 -0
  397. /package/lib/types/features/facets/{TypeFacet.d.ts → utils/TypeFacet.d.ts} +0 -0
  398. /package/lib/types/features/facets/{VEnvironmentFacet.d.ts → utils/VEnvironmentFacet.d.ts} +0 -0
  399. /package/lib/types/features/facets/{VInteractionFacet.d.ts → utils/VInteractionFacet.d.ts} +0 -0
  400. /package/lib/types/features/facets/{VStringFacet.d.ts → utils/VStringFacet.d.ts} +0 -0
  401. /package/lib/types/features/facets/{VUserFacet.d.ts → utils/VUserFacet.d.ts} +0 -0
  402. /package/lib/types/features/facets/{utils.d.ts → utils/utils.d.ts} +0 -0
  403. /package/src/features/facets/{StringFacet.tsx → utils/StringFacet.tsx} +0 -0
  404. /package/src/features/facets/{StringListFacet.tsx → utils/StringListFacet.tsx} +0 -0
  405. /package/src/features/facets/{TypeFacet.tsx → utils/TypeFacet.tsx} +0 -0
  406. /package/src/features/facets/{VEnvironmentFacet.tsx → utils/VEnvironmentFacet.tsx} +0 -0
  407. /package/src/features/facets/{VInteractionFacet.tsx → utils/VInteractionFacet.tsx} +0 -0
  408. /package/src/features/facets/{VStringFacet.tsx → utils/VStringFacet.tsx} +0 -0
  409. /package/src/features/facets/{utils.tsx → utils/utils.tsx} +0 -0
@@ -1,2 +1,2 @@
1
- import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import r from"clsx";import{AnimatePresence as a,motion as s}from"motion/react";import i,{useMemo as l,useState as o,useEffect as c,createContext as d,useContext as u,useRef as m,useCallback as h,useLayoutEffect as p}from"react";import{cn as g,useToast as f,Badge as b,Button as y,Popover as v,PopoverTrigger as x,PopoverContent as w,Command as N,CommandList as k,CommandGroup as C,CommandItem as S,Modal as _,ModalTitle as j,ModalBody as P,RadioGroup as T,FormItem as I,Input as $,ModalFooter as E,RadioOptionAdapter as A,Spinner as L,Card as z,Separator as U,CardContent as D,VTooltip as O,SelectBox as F,InputList as R,FilterProvider as M,FilterBtn as V,FilterBar as q,FilterClear as W,useFetch as B,Avatar as J,Table as H,TBody as G,SharedState as K,useWatchSharedState as Y,VModal as Q,VModalTitle as X,VModalBody as Z,MessageBox as ee,VModalFooter as te,VSelectBox as ne,useIntersectionObserver as re,ErrorBox as ae,useFlag as se,Styles as ie,Checkbox as le,NumberInput as oe,SidePanel as ce,Divider as de,Switch as ue,TR as me,EmptyCollection as he,ConfirmModal as pe,Textarea as ge,useDebounce as fe,SelectList as be,Portal as ye,DialogDescription as ve,Heading as xe,VTabs as we,VTabsBar as Ne,VTabsPanel as ke,Center as Ce}from"@vertesia/ui/core";import{AgentMessageType as Se,mergePromptsSchema as _e,supportsToolUse as je,ImageRenditionFormat as Pe,PrincipalType as Te,InteractionStatus as Ie,SearchTypes as $e,SupportedEmbeddingTypes as Ee}from"@vertesia/common";import{useUserSession as Ae}from"@vertesia/ui/session";import{X as Le,Circle as ze,AlertCircle as Ue,Clock as De,CheckCircle as Oe,CopyIcon as Fe,Bot as Re,MessageSquare as Me,Info as Ve,User as qe,ClipboardList as We,XIcon as Be,MoreVertical as Je,ExternalLink as He,DownloadCloudIcon as Ge,TableProperties as Ke,LayoutGrid as Ye,Copy as Qe,SquarePen as Xe,Download as Ze,Eye as et,UploadIcon as tt,CheckCircleIcon as nt,AlertCircleIcon as rt,FileIcon as at,XCircleIcon as st,FolderIcon as it,RefreshCw as lt,ChevronsUpDown as ot,FileText as ct,Maximize2 as dt,ChevronRight as ut,Settings as mt,Trash2 as ht,Search as pt,FolderClosed as gt,EllipsisVertical as ft,PaperclipIcon as bt,SendIcon as yt,Activity as vt,Cpu as xt,CloudDownload as wt,ChevronsUp as Nt,ImageIcon as kt,InfoIcon as Ct,AtSignIcon as St,ChevronsDown as _t}from"lucide-react";import{NavLink as jt,useNavigate as Pt}from"@vertesia/ui/router";import Tt from"dayjs";import It from"react-markdown";import $t from"remark-gfm";import Et,{Ajv as At}from"ajv";import{JSONDisplay as Lt,MarkdownRenderer as zt,DropZone as Ut,UploadSummary as Dt,useSchema as Ot,CodeMirrorEditor as Ft,SchemaEditor as Rt,ManagedObject as Mt,GeneratedForm as Vt,Popover as qt,XMLViewer as Wt,JSONCode as Bt}from"@vertesia/ui/widgets";import Jt from"@monaco-editor/react";import Ht from"dayjs/plugin/localizedFormat";import Gt from"dayjs/plugin/relativeTime";import{Md5 as Kt}from"ts-md5";import{json as Yt}from"@codemirror/lang-json";import{basicSetup as Qt}from"codemirror";import{ErrorBoundary as Xt}from"react-error-boundary";import{SidebarItem as Zt}from"@vertesia/ui/layout";function en({children:t,secondary:n=!1}){return e("span",{className:n?"bg-secondary text-primary":"text-foreground bg-muted",children:t})}function tn(e){return e?"array"===e.name?tn(e.innerType):e:void 0}function nn({property:n}){return t("div",{className:"flex items-center gap-x-2",children:[e("div",{className:"font-semibold text-gray-600",children:n.name}),n.optional&&e(en,{children:"optional"}),e(en,{children:n.type.value})]})}function rn({activities:t}){return e("div",{className:"flex flex-col gap-y-4 divide-y divide-gray-200",children:t.map((t=>e(sn,{activity:t},t.name)))})}function an({code:n,children:r}){return t("div",{className:"flex gap-2 items-center border-b border-b-gray-200 mb-2",children:[e("div",{className:"text-lg font-medium text-gray-900 py-2 ",children:r}),n&&e("div",{children:e(en,{children:n})})]})}function sn({activity:n,headingClass:r,headingRef:a}){return t("div",{className:r,id:n.name,ref:a,children:[e("div",{className:"text-xl font-semibold pt-8",children:n.title}),e("div",{className:"pb-4",children:e(en,{children:n.name})}),n.doc&&e("div",{className:"text-gray-700 pb-2",children:n.doc}),t("div",{className:"pb-4",children:[e(an,{code:n.paramsType,children:"Parameters"}),e("div",{className:"divide-y divide-gray-100",children:n.params.map((t=>e(ln,{property:t},t.name)))})]}),t("div",{className:"pb-4",children:[e(an,{children:"Returns"}),e("div",{children:n.returnType?n.returnType.value:"void"})]})]})}function ln({property:n,className:a}){const s=l((()=>{const t=tn(n.type.innerType)??n.type;return"object"===t.name&&t.members?e(cn,{members:t.members}):"enum"===t.name&&t.enum?e(on,{values:t.enum}):null}),[n.type.innerType]);return t("div",{className:r("py-2",a),children:[e(nn,{property:n}),n.doc&&e("div",{className:"text-gray-700 text-sm pt-2",children:n.doc}),s&&e("div",{className:"my-2 overflow-hidden",children:s})]})}function on({values:t}){return e("div",{className:"flex flex-wrap items-center gap-2",children:t.map(((t,n)=>e(en,{secondary:!0,children:t},n)))})}function cn({members:n}){return e(un,{className:"rounded-md border border-gray-200",button:n=>t("div",{className:"px-4 py-2 flex items-center gap-x-2 text-sm font-medium hover:text-blue-600",children:[e(mn,{isOpen:n}),e("div",n?{children:"Hide child properties"}:{children:"Show child properties"})]}),body:e(dn,{properties:n})})}function dn({properties:t}){return e("div",{className:"border-l-2 border-l-blue-200 flex flex-col divide-y divide-gray-100 border-t border-t-gray-200",children:t.map((t=>e(ln,{property:t,className:"px-4 py-2"},t.name)))})}function un({button:n,body:i,className:l,isInitiallyOpen:c}){const[d,u]=o(c||!1);return t("div",{className:r(d?"block":"inline-block",l),children:[e("button",{className:"p-0 m-0 bg-transparent",onClick:()=>u(!d),children:e(a,{children:n(d)})}),e(a,{children:d&&e(s.div,{className:"overflow-hidden",initial:{height:0,opacity:0},animate:{height:"auto",opacity:1},exit:{height:0,opacity:0},transition:{duration:.3,ease:"easeOut"},children:i})})]})}function mn({isOpen:t}){return e(a,{propagate:!0,mode:"wait",children:e(s.div,{className:"font-mono font-semibold text-gray-400 text-lg",initial:{rotate:0},animate:{rotate:t?45:0},transition:{duration:.2},children:"+"},"closeIcon")})}function hn({className:n,inline:r=!1}){return t("div",{className:g("flex items-center gap-1",r?"inline-flex":"",n),children:[e("div",{className:"w-2 h-2 bg-blue-500 rounded-full animate-[jumping_1s_infinite_ease-in-out] hover:bg-blue-600",style:{transform:"translateY(0)",animationRange:"0px -8px"}}),e("div",{className:"w-2 h-2 bg-blue-500 rounded-full animate-[jumping_1s_0.3s_infinite_ease-in-out] hover:bg-blue-600",style:{transform:"translateY(0)",animationRange:"0px -8px"}}),e("div",{className:"w-2 h-2 bg-blue-500 rounded-full animate-[jumping_1s_0.6s_infinite_ease-in-out] hover:bg-blue-600",style:{transform:"translateY(0)",animationRange:"0px -8px"}})]})}function pn({className:n,inline:r=!1,color:a="blue"}){const s={blue:"from-blue-400 to-indigo-500 dark:from-blue-500 dark:to-indigo-400",purple:"from-purple-400 to-violet-500 dark:from-purple-500 dark:to-violet-400",teal:"from-teal-400 to-emerald-500 dark:from-teal-500 dark:to-emerald-400",green:"from-green-400 to-emerald-500 dark:from-green-500 dark:to-emerald-400",amber:"from-amber-400 to-orange-500 dark:from-amber-500 dark:to-orange-400"}[a];return t("div",{className:g("flex items-center gap-1.5",r?"inline-flex":"",n),children:[e("div",{className:`w-2 h-2 bg-gradient-to-r ${s} rounded-full animate-[bounce_1.2s_ease-in-out_infinite]`}),e("div",{className:`w-2 h-2 bg-gradient-to-r ${s} rounded-full animate-[bounce_1.2s_ease-in-out_0.2s_infinite]`}),e("div",{className:`w-2 h-2 bg-gradient-to-r ${s} rounded-full animate-[bounce_1.2s_ease-in-out_0.4s_infinite]`})]})}function gn({className:n,size:r="md",color:a="blue"}){const s={blue:"bg-blue-500 dark:bg-blue-400",purple:"bg-purple-500 dark:bg-purple-400",teal:"bg-teal-500 dark:bg-teal-400",green:"bg-green-500 dark:bg-green-400",amber:"bg-amber-500 dark:bg-amber-400"};return t("span",{className:g("relative flex",n),children:[e("span",{className:g("animate-ping absolute inline-flex h-full w-full rounded-full opacity-60",s[a])}),e("span",{className:g("animate-pulse absolute inline-flex h-[80%] w-[80%] rounded-full opacity-80",s[a]),style:{left:"10%",top:"10%",animationDuration:"2s"}}),e("span",{className:g("relative inline-flex rounded-full",s[a],{sm:"w-3 h-3",md:"w-5 h-5",lg:"w-7 h-7"}[r])})]})}function fn({className:t,color:n="blue"}){const[r,a]=o(".");return c((()=>{const e=setInterval((()=>{a((e=>"."===e?"..":".."===e?"...":"."))}),500);return()=>clearInterval(e)}),[]),e("span",{className:g({blue:"text-blue-600 dark:text-blue-400",purple:"text-purple-600 dark:text-purple-400",teal:"text-teal-600 dark:text-teal-400",green:"text-green-600 dark:text-green-400",amber:"text-amber-600 dark:text-amber-400"}[n],"font-bold",t),children:r})}function bn({message:n,className:r,color:a="blue"}){const s={blue:{dot:"bg-blue-500 dark:bg-blue-400",text:"text-blue-700 dark:text-blue-300"},purple:{dot:"bg-purple-500 dark:bg-purple-400",text:"text-purple-700 dark:text-purple-300"},teal:{dot:"bg-teal-500 dark:bg-teal-400",text:"text-teal-700 dark:text-teal-300"},green:{dot:"bg-green-500 dark:bg-green-400",text:"text-green-700 dark:text-green-300"},amber:{dot:"bg-amber-500 dark:bg-amber-400",text:"text-amber-700 dark:text-amber-300"}};return t("div",{className:g("flex items-center gap-2 py-1",r),children:[t("div",{className:"flex space-x-1",children:[e("div",{className:`w-1.5 h-1.5 ${s[a].dot} rounded-full animate-bounce`}),e("div",{className:`w-1.5 h-1.5 ${s[a].dot} rounded-full animate-bounce`,style:{animationDelay:"0.2s"}}),e("div",{className:`w-1.5 h-1.5 ${s[a].dot} rounded-full animate-bounce`,style:{animationDelay:"0.4s"}})]}),e("div",{className:`${s[a].text} font-medium text-xs`,children:n})]})}function yn({className:n,color:r="blue",width:a="md",message:s}){const[i,l]=o(15),[d,u]=o("increasing"),[m,h]=o(.4);return c((()=>{let e,t=Date.now();const n=()=>{const r=Date.now(),a=r-t;t=r,l((e=>{const t=m*(a/16);let n="increasing"===d?e+t:e-t;return n>=85?(u("decreasing"),h(.3+.2*Math.random()),85):n<=15?(u("increasing"),h(.3+.2*Math.random()),15):(Math.random()>.99&&h((e=>Math.max(.2,Math.min(.5,e+(.1*Math.random()-.05))))),n)})),e=requestAnimationFrame(n)};return e=requestAnimationFrame(n),()=>{cancelAnimationFrame(e)}}),[d,m]),t("div",{className:g("flex flex-col gap-1",n),children:[s&&e("div",{className:`text-xs font-medium ${{blue:"text-blue-700 dark:text-blue-300",purple:"text-purple-700 dark:text-purple-300",teal:"text-teal-700 dark:text-teal-300",green:"text-green-700 dark:text-green-300",amber:"text-amber-700 dark:text-amber-300"}[r]} mb-1`,children:s}),e("div",{className:g("h-1.5 rounded-full overflow-hidden shadow-inner",{blue:"bg-blue-200 dark:bg-blue-900/30",purple:"bg-purple-200 dark:bg-purple-900/30",teal:"bg-teal-200 dark:bg-teal-900/30",green:"bg-green-200 dark:bg-green-900/30",amber:"bg-amber-200 dark:bg-amber-900/30"}[r],{sm:"w-24",md:"w-32",lg:"w-48",xl:"w-64",full:"w-full"}[a]),children:e("div",{className:g("h-full rounded-full",{blue:"bg-gradient-to-r from-blue-400 to-blue-500 dark:from-blue-500 dark:to-blue-400",purple:"bg-gradient-to-r from-purple-400 to-purple-500 dark:from-purple-500 dark:to-purple-400",teal:"bg-gradient-to-r from-teal-400 to-teal-500 dark:from-teal-500 dark:to-teal-400",green:"bg-gradient-to-r from-green-400 to-green-500 dark:from-green-500 dark:to-green-400",amber:"bg-gradient-to-r from-amber-400 to-amber-500 dark:from-amber-500 dark:to-amber-400"}[r]),style:{width:`${i}%`,transition:"width 150ms cubic-bezier(0.4, 0.0, 0.2, 1)"}})})]})}function vn({className:t,color:n="blue",size:r="md"}){const[a,s]=o(Array(7).fill(50)),i={sm:{width:"w-16",height:"h-4",barWidth:"w-0.5",gap:"gap-[2px]"},md:{width:"w-20",height:"h-5",barWidth:"w-1",gap:"gap-[3px]"},lg:{width:"w-24",height:"h-6",barWidth:"w-1.5",gap:"gap-1"}},l={blue:"bg-gradient-to-b from-blue-400 to-blue-500 dark:from-blue-400 dark:to-blue-500",purple:"bg-gradient-to-b from-purple-400 to-purple-500 dark:from-purple-400 dark:to-purple-500",teal:"bg-gradient-to-b from-teal-400 to-teal-500 dark:from-teal-400 dark:to-teal-500",green:"bg-gradient-to-b from-green-400 to-green-500 dark:from-green-400 dark:to-green-500",amber:"bg-gradient-to-b from-amber-400 to-amber-500 dark:from-amber-400 dark:to-amber-500"};return c((()=>{let e;const t=[1.2,1,1.5,.8,1.3,.9,1.1],n=[0,.5,1,1.5,2,2.5,3];let r=0;const i=()=>{r+=.02;const l=a.map(((e,a)=>10+40*(Math.sin(r*t[a]+n[a])+1)));s(l),e=requestAnimationFrame(i)};return e=requestAnimationFrame(i),()=>{cancelAnimationFrame(e)}}),[]),e("div",{className:g("flex items-end justify-center",i[r].width,i[r].height,i[r].gap,t),children:a.map(((t,a)=>e("div",{className:g(i[r].barWidth,"rounded-full transform-gpu",l[n]),style:{height:`${t}%`,transition:"height 100ms cubic-bezier(0.4, 0.0, 0.2, 1)",opacity:.9}},a)))})}function xn({plan:r,workstreamStatus:a,isOpen:s,onClose:i,plans:l=[],activePlanIndex:o=0,onChangePlan:c=()=>{}}){return s?t("div",{className:"fixed top-24 right-8 bottom-24 z-50 bg-white dark:bg-gray-900 shadow-xl border border-gray-200 dark:border-gray-700 overflow-hidden",style:{width:"350px"},children:[t("div",{className:"flex items-center justify-between p-3 border-b border-gray-200 dark:border-gray-800",children:[e("h3",{className:"font-bold text-gray-800 dark:text-gray-200 text-base",children:"Plan"}),t("button",{className:"p-1 hover:bg-gray-100 dark:hover:bg-gray-800 rounded-full text-gray-500 dark:text-gray-400",onClick:i,children:[e(Le,{className:"h-4 w-4"}),e("span",{className:"sr-only",children:"Close"})]})]}),t("div",{className:"p-3 overflow-y-auto",style:{height:"calc(100% - 44px)",maxHeight:"calc(100vh - 150px)"},children:[t("div",{className:"mb-3 p-2 bg-blue-50 dark:bg-blue-900/20 rounded-md border border-blue-100 dark:border-blue-800",children:[e("div",{className:"text-xs font-medium text-blue-700 dark:text-blue-300 mb-1",children:"Task Progress"}),e("div",{className:"flex items-center gap-2",children:(()=>{const s=r.plan||[],i=s.length;let l=0;i>0&&s.forEach((e=>{if(e&&e.id){const t=e.id.toString();"completed"===a.get(t)&&l++}}));const o=i>0?Math.round(l/i*100):0;return t(n,{children:[e("div",{className:"w-full bg-gray-200 dark:bg-gray-700 rounded-full h-2",children:e("div",{className:"bg-blue-600 h-2 rounded-full",style:{width:`${o}%`}})}),e("span",{className:"text-xs text-gray-600 dark:text-gray-400",children:i>0?`${l}/${i}`:"0/0"})]})})()})]}),l.length>1&&t("div",{className:"mb-3 flex items-center justify-between",children:[e("button",{className:"text-xs px-2 py-1 rounded-md bg-gray-100 dark:bg-gray-800 text-gray-600 dark:text-gray-300 disabled:opacity-50",onClick:()=>c(Math.min(l.length-1,o+1)),disabled:o>=l.length-1,children:"Older Plan"}),e("div",{className:"text-xs text-gray-500 dark:text-gray-400",children:l[o]?.timestamp?new Date(l[o].timestamp).toLocaleTimeString():"Unknown time"}),e("button",{className:"text-xs px-2 py-1 rounded-md bg-gray-100 dark:bg-gray-800 text-gray-600 dark:text-gray-300 disabled:opacity-50",onClick:()=>c(Math.max(0,o-1)),disabled:o<=0,children:"Newer Plan"})]}),t("div",{className:"rounded-md border border-gray-200 dark:border-gray-800",children:[e("div",{className:"p-2 border-b border-gray-200 dark:border-gray-800 bg-gray-50 dark:bg-gray-900/50",children:e("div",{className:"font-medium text-xs",children:"Step-by-Step Plan"})}),e("div",{className:"divide-y divide-gray-100 dark:divide-gray-800 max-h-[calc(100vh-350px)] overflow-y-auto",children:r.plan&&r.plan.length>0?r.plan.map(((n,r)=>{const s=n.id?n.id.toString():`task-${r}`,i=n.goal||`Task ${r+1}`;let l=n.status||"pending";a.has(s)&&(l=a.get(s));let o=ze,c="text-gray-400",d="";return"in_progress"===l?(o=De,c="text-blue-500",d="bg-blue-50/50 dark:bg-blue-900/10"):"completed"===l&&(o=Oe,c="text-green-500"),t("div",{className:`flex p-3 my-1 ${d}`,children:[e("div",{className:`mr-2 mt-0.5 flex-shrink-0 ${c}`,children:e(o,{className:"h-3.5 w-3.5"})}),t("div",{className:"w-full",children:[e("div",{className:"text-sm font-medium text-gray-800 dark:text-gray-200 mb-2",children:i}),t("div",{className:"mt-1 flex justify-between items-center",children:[e("span",{className:"inline-flex items-center px-1.5 py-0.5 rounded text-xs font-medium bg-gray-100 dark:bg-gray-800 text-gray-700 dark:text-gray-300",children:s}),e("span",{className:"ml-2 text-xs px-2 py-0.5 rounded-full "+("completed"===l?"bg-green-100 text-green-600 dark:bg-green-900/30 dark:text-green-400":"in_progress"===l?"bg-blue-100 text-blue-600 dark:bg-blue-900/30 dark:text-blue-400":"bg-gray-100 text-gray-500 dark:bg-gray-800 dark:text-gray-400"),children:"completed"===l?"Completed":"in_progress"===l?"In Progress":"Pending"})]})]})]},r)})):t("div",{className:"p-3 text-center text-gray-500 dark:text-gray-400 italic",children:[e(Ue,{className:"h-4 w-4 mx-auto mb-2 text-amber-500"}),e("p",{className:"text-xs",children:"No plan has been detected yet"}),e("p",{className:"text-xs mt-1",children:"Plans will appear here when the agent creates one"})]})})]}),(()=>{const n=new Set((r.plan||[]).filter((e=>e&&e.id)).map((e=>e.id.toString()))),s=Array.from(a.entries()).filter((([e])=>"main"!==e&&!n.has(e)));return s.length>0?t("div",{className:"mt-3 rounded-md border border-gray-200 dark:border-gray-800",children:[e("div",{className:"p-2 border-b border-gray-200 dark:border-gray-800 bg-gray-50 dark:bg-gray-900/50",children:e("div",{className:"font-medium text-xs",children:"Workstreams"})}),e("div",{className:"p-3",children:e("div",{className:"grid grid-cols-1 gap-2",children:s.map((([n,r])=>{let a=ze,s="text-gray-400",i="bg-gray-100 dark:bg-gray-800",l="Pending";return"in_progress"===r?(a=De,s="text-blue-500",i="bg-blue-100 dark:bg-blue-800/30",l="In Progress"):"completed"===r&&(a=Oe,s="text-green-500",i="bg-green-100 dark:bg-green-800/30",l="Completed"),t("div",{className:`flex items-center p-1.5 rounded ${i}`,children:[e("div",{className:`mr-1.5 ${s}`,children:e(a,{className:"h-3.5 w-3.5"})}),e("div",{className:"flex-1",children:e("span",{className:"text-xs font-medium text-gray-800 dark:text-gray-300",children:n})}),e("span",{className:"text-xs font-medium",children:l})]},n)}))})})]}):null})()]})]}):null}const wn=["Brewing some code magic...","Doing the robot dance...","Cooking up something good...","Working my gears...","Parsing the possibilities...","Crunching the numbers...","Connecting the digital dots...","Processing at maximum capacity...","Searching through my circuits...","Running advanced algorithms...","Computing optimal solutions...","Loading brilliance.exe...","Scanning the knowledge base...","Optimizing response protocols...","Having a quick brainstorm...","Thinking cap firmly on...","Pondering the digital universe...","Consulting my silicon wisdom...","Untangling the logic knots...","Assembling clever responses...","Mixing thoughtful ingredients...","Polishing the perfect answer...","Taking a momentary mind sprint...","Connecting virtual synapses...","Baking fresh ideas...","Stirring the thought pot...","Simmering solutions slowly...","Whipping up a smart response...","Adding a dash of intelligence...","Preparing a gourmet answer...","Growing brilliant ideas...","Cultivating the perfect response...","Gathering digital nectar...","Planting seeds of solutions...","Exploring the data landscape...","Mapping the solution path...","Navigating through possibilities...","Charting the course to answers...","Embarking on a thought expedition...","Sketching out concepts...","Painting with digital brushstrokes...","Composing my response symphony...","Crafting precision answers...","Weaving threads of information...","Just a moment of processing...","Taking a quick thinking break...","Almost there, final touches...","Putting the pieces together...","Making progress, hold tight..."];const Nn=[Se.COMPLETE,Se.IDLE,Se.REQUEST_INPUT,Se.TERMINATED];function kn(e){return e.workstream_id?(e.type===Se.COMPLETE&&console.log("[getWorkstreamId] COMPLETE message with workstream_id:",e.workstream_id),e.workstream_id):(e.type===Se.COMPLETE&&console.log("[getWorkstreamId] COMPLETE message without workstream_id, defaulting to 'main'"),"main")}function Cn({message:r,showPulsatingCircle:a=!1}){const[s,i]=o(!1),[l,d]=o(""),[u,m]=o(!1),{client:h}=Ae(),p=f(),g=(()=>{const t={containerClass:"bg-white border-l-4 border-l-muted/30 shadow-sm",iconComponent:e(Re,{className:"size-4 text-muted"}),sender:""};switch(r.type){case Se.ANSWER:return{...t,containerClass:"bg-white border-l-4 border-l-muted/30 shadow-sm",iconComponent:e(Re,{className:"size-4 text-muted"}),sender:"Agent"};case Se.COMPLETE:return{...t,containerClass:"bg-white border-l-4 border-l-success shadow-sm",iconComponent:e(Oe,{className:"size-4 text-success"}),sender:"Completed"};case Se.TERMINATED:return{...t,containerClass:"bg-white border-l-4 border-l-attention shadow-sm",iconComponent:e(Oe,{className:"size-4 text-attention"}),sender:"Terminated"};case Se.QUESTION:return{...t,iconComponent:e(qe,{className:"size-4 text-muted"}),sender:"User"};case Se.THOUGHT:return{...t,iconComponent:a?e(gn,{size:"sm",color:"blue"}):e(Re,{className:"size-4 text-muted"}),sender:"Agent"};case Se.ERROR:return{...t,iconComponent:e(Ue,{className:"size-4 text-muted"}),sender:"System"};case Se.UPDATE:return{...t,containerClass:"bg-white border-l-4 border-success shadow-sm",iconComponent:e(Ve,{className:"size-4 text-success"}),sender:"Update"};case Se.PLAN:return{...t,iconComponent:e(Me,{className:"size-4 text-muted"}),sender:"Agent"};default:return{...t,sender:"Agent"}}})(),v=()=>{let e="";if(r.message&&(e="object"==typeof r.message?JSON.stringify(r.message,null,2):r.message.trim?r.message.trim():String(r.message)),"string"==typeof e&&e.includes("%thinking_message%")){const t=Math.floor(Math.random()*wn.length);e=e.replace(/%thinking_message%/g,wn[t])}return e},x=r=>"object"==typeof r?e("pre",{className:"text-xs font-mono whitespace-pre-wrap overflow-x-auto bg-gray-100 dark:bg-gray-800 p-2 rounded text-gray-700 ",children:JSON.stringify(r,null,2)}):e("div",{className:"vprose prose-sm",children:e(It,{remarkPlugins:[$t],components:{a:({node:t,ref:n,...r})=>{const a=r.href||"";return a.includes("/store/objects")?e(jt,{href:a,topLevelNav:!0,children:r.children}):e("a",{...r,target:"_blank",rel:"noopener noreferrer"})},img:({node:t,ref:n,...r})=>e("img",{...r,className:"max-w-full h-auto rounded-lg shadow-md my-3 cursor-pointer hover:shadow-lg transition-shadow",loading:"lazy",onClick:()=>r.src&&window.open(r.src,"_blank")}),code:({node:r,ref:a,className:s,children:i,...l})=>{const o=/language-(\w+)/.exec(s||""),c=!o,d=o?o[1]:"";return t(n,{children:[!c&&d&&e("div",{className:"code-language-indicator",children:d}),e("code",{...l,children:i})]})},p:({node:t,ref:n,...r})=>e("p",{...r}),strong:({node:t,ref:n,...r})=>e("strong",{...r}),em:({node:t,ref:n,...r})=>e("em",{...r}),pre:({node:t,ref:n,...r})=>e("pre",{...r}),h1:({node:t,ref:n,...r})=>e("h1",{...r}),h2:({node:t,ref:n,...r})=>e("h2",{...r}),h3:({node:t,ref:n,...r})=>e("h3",{...r}),li:({node:t,ref:n,...r})=>e("li",{...r}),ul:({node:t,ref:n,...r})=>e("ul",{...r}),ol:({node:t,ref:n,...r})=>e("ol",{...r}),blockquote:({node:t,ref:n,...r})=>e("blockquote",{...r}),hr:({node:t,ref:n,...r})=>e("hr",{...r}),table:({node:t,ref:n,...r})=>e("div",{className:"overflow-x-auto",children:e("table",{...r})}),th:({node:t,ref:n,...r})=>e("th",{...r}),td:({node:t,ref:n,...r})=>e("td",{...r})},children:r})}),w=v();c((()=>{(async()=>{if(w){m(!0);try{const e=await(async e=>{if("string"!=typeof e)return e;let t=e;t=t.replace(/\[([^\]]+)\]\((store|collection):([a-f\d]{24})\)/gi,((e,t,n,r)=>`[${t}](/store/${"store"===n?"objects":"collections"}/${r})`));const n=Array.from(t.matchAll(/!\[([^\]]*)\]\(image:([^)]+)\)/g)),r=await Promise.all(n.map((async e=>{const[t,n,r]=e;try{return{fullMatch:t,replacement:`![${n}](${(await h.files.getDownloadUrl(r)).url})`}}catch(e){return console.error(`Failed to get download URL for image: ${r}`,e),{fullMatch:t,replacement:t}}})));for(const{fullMatch:e,replacement:n}of r)t=t.replace(e,n);return t})((e=>{if("string"!=typeof e)return e;if(r.type===Se.THOUGHT||"string"==typeof r.message&&(r.message.toLowerCase().includes("thinking about")||r.message.toLowerCase().includes("i'm thinking")||r.message.toLowerCase().includes("💭"))){let t=e;return/\d+\.\s+.+/.test(t)&&(t=t.replace(/(\d+\.\s+.+?)(?=\s+\d+\.\s+|$)/g,"$1\n\n"),t=t.replace(/(\d+\.\s+.+\n)([^\d\n][^:])/g,"$1 $2")),t.includes(":")&&!t.includes("\n\n")&&(t=t.replace(/\b(First|Next|Then|Finally|Lastly|Additionally|Step \d+):\s+/gi,"\n\n$&")),t.includes(" - ")&&(t=t.replace(/\s+-\s+/g,"\n- ")),t}return/\d+\.\s+.+/.test(e)&&!e.includes("\n\n")?e.replace(/(\d+\.\s+.+?)(?=\s+\d+\.\s+|$)/g,"$1\n\n"):e})(w));d(e)}catch(e){console.error("Error processing message content:",e),d(w)}finally{m(!1)}}})()}),[w,h]);const N=kn(r),k=(()=>{switch(r.type){case Se.ANSWER:return"border-l-info bg-info";case Se.COMPLETE:return"border-l-success bg-success";case Se.IDLE:return"border-l-muted bg-muted";case Se.REQUEST_INPUT:return"border-l-attention bg-attention";case Se.QUESTION:return"border-l-muted bg-muted";case Se.THOUGHT:return"border-l-accent dark:border-l-purple-500 bg-purple-50/50 dark:bg-purple-900/10";case Se.ERROR:return"border-l-destructive bg-destructive";case Se.UPDATE:return"border-l-success bg-success";case Se.PLAN:return"border-l-attention bg-attention";case Se.TERMINATED:return"border-l-muted bg-muted";default:return"border-l-indigo-500 dark:border-l-indigo-400 bg-indigo-50/50 dark:bg-indigo-900/10"}})();return t("div",{className:`border-l-4 shadow-md overflow-hidden bg-white dark:bg-gray-900 mb-5 ${k}`,"data-workstream-id":N,children:[t("div",{className:"flex items-center justify-between px-4 py-2 border-b border-gray-100/80 dark:border-gray-800/80 bg-white/50 dark:bg-gray-900/50 backdrop-blur-sm",children:[t("div",{className:"flex items-center gap-2",children:[e("div",{className:a?"animate-fadeIn":"",children:(()=>{const t=(()=>{switch(r.type){case Se.ANSWER:return"text-info";case Se.COMPLETE:return"text-success";case Se.IDLE:return"text-muted";case Se.REQUEST_INPUT:return"text-attention";case Se.QUESTION:return"text-muted";case Se.THOUGHT:return"text-purple-600 dark:text-purple-400";case Se.ERROR:return"text-destructive";case Se.UPDATE:return"text-success";case Se.PLAN:return"text-attention";default:return"text-muted"}})(),n=t=>("number"==typeof r.timestamp?r.timestamp:new Date(r.timestamp).getTime())%2==0?e(gn,{size:"sm",color:t}):e(pn,{color:t});switch(r.type){case Se.ANSWER:return a?n("blue"):e(Re,{className:`size-4 ${t}`});case Se.COMPLETE:case Se.TERMINATED:return e(Oe,{className:`size-4 ${t}`});case Se.IDLE:return e(De,{className:`size-4 ${t}`});case Se.REQUEST_INPUT:case Se.QUESTION:return e(qe,{className:`size-4 ${t}`});case Se.THOUGHT:return a?n("purple"):e(Re,{className:`size-4 ${t}`});case Se.ERROR:return e(Ue,{className:`size-4 ${t}`});case Se.UPDATE:return a?n("green"):e(Ve,{className:`size-4 ${t}`});case Se.PLAN:return a?n("amber"):e(Me,{className:`size-4 ${t}`});default:return a?n("blue"):e(Re,{className:`size-4 ${t}`})}})()}),e("span",{className:"text-xs font-medium text-muted ",children:g.sender}),"main"!==N&&"all"!==N&&e(b,{variant:"default",className:"text-xs text-muted",children:N})]}),t("div",{className:"flex items-center gap-2",children:[e("span",{className:"text-xs text-muted",children:Tt(r.timestamp).format("HH:mm:ss")}),e(y,{variant:"ghost",size:"xs",onClick:()=>{const e=v()||"",t="string"==typeof r.details?r.details:r.details?JSON.stringify(r.details,null,2):"",n=[e,t?"\n\nDetails:\n"+t:""].join("").trim();navigator.clipboard.writeText(n).then((()=>{p({status:"success",title:"Copied to clipboard",duration:2e3})}))},className:"text-muted",title:"Copy message",children:e(Fe,{className:"size-3"})})]})]}),t("div",{className:"px-4 py-3 bg-white dark:bg-gray-900",children:[w&&e("div",{className:"message-content",children:u?t("div",{className:"flex items-center gap-2 text-sm text-gray-500",children:[e(pn,{color:"blue"}),e("span",{children:"Loading images..."})]}):x(l||w)}),r.details&&t("div",{className:"mt-2",children:[t("button",{onClick:()=>i(!s),className:"text-xs text-muted flex items-center",children:[s?"Hide":"Show"," details",e("svg",{xmlns:"http://www.w3.org/2000/svg",className:"h-3 w-3 ml-1 transition-transform "+(s?"rotate-180":""),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:e("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})]}),s&&e("div",{className:"mt-2 p-2 bg-muted border border-mixer-muted/40 rounded text-sm",children:"string"==typeof r.details?x(r.details):e("pre",{className:"text-xs font-mono whitespace-pre-wrap overflow-x-auto bg-muted p-2 rounded text-muted ",children:JSON.stringify(r.details,null,2)})})]})]})]})}function Sn({workstreams:n,activeWorkstream:r,onSelectWorkstream:a,count:s,completionStatus:i}){const l=new Map;l.set("all","All Messages"),l.set("main","Main"),n.forEach(((e,t)=>{"all"!==t&&"main"!==t&&"research_france"!==t&&"statistics"!==t&&l.set(t,e)})),n=l;const o=Array.from(n.entries()).sort((([e],[t])=>"all"===e?-1:"all"===t?1:"main"===e?-1:"main"===t?1:e.localeCompare(t))),c=o.length>2;return e("div",c?{className:"flex overflow-x-auto space-x-1 pb-2 mb-2 border-b-2 border-blue-200 dark:border-blue-900 sticky top-0 bg-white dark:bg-gray-900 z-10 pt-1",children:o.map((([n,l])=>t("button",{className:"px-3 py-1.5 text-xs font-medium whitespace-nowrap transition-colors flex items-center gap-1.5\n "+(r===n?"bg-blue-200 text-blue-800 dark:bg-blue-800 dark:text-blue-200 border-b-2 border-blue-500":"text-gray-600 hover:bg-gray-100 dark:text-gray-300 dark:hover:bg-gray-800/30 border-b-2 border-transparent"),onClick:()=>a(n),title:l.length>20?l:void 0,children:[l.length>20?l.substring(0,18)+"...":l,s&&s.has(n)&&s.get(n)>0&&t("div",{className:"flex items-center space-x-1",children:[e("span",{className:"inline-flex items-center justify-center w-4 h-4 text-xs\n "+(r===n?"bg-blue-200 text-blue-800 dark:bg-blue-800 dark:text-blue-200":"bg-gray-200 text-gray-600 dark:bg-gray-700 dark:text-gray-300"),children:s.get(n)}),i&&"all"!==n&&(i.get(n)?e(Oe,{className:"h-3 w-3 text-green-500"}):e(De,{className:"h-3 w-3 text-amber-500"}))]})]},n)))}:{className:"py-1"})}function _n(e,t){return"all"===t?[...e]:"main"===t?e.filter((e=>"main"===kn(e))):e.filter((e=>kn(e)===t))}function jn({messages:r,bottomRef:a,viewMode:s="stacked",isCompleted:d=!1,plan:u={plan:[]},workstreamStatus:m=new Map,showPlanPanel:h=!1,onTogglePlanPanel:p=()=>{},plans:g=[],activePlanIndex:f=0,onChangePlan:b=()=>{}}){const y=i.useRef(null),[v,x]=o("all");c((()=>{a.current&&a.current.scrollIntoView({behavior:"smooth"})}),[r,a]);const w=i.useMemo((()=>[...r].sort(((e,t)=>("number"==typeof e.timestamp?e.timestamp:new Date(e.timestamp).getTime())-("number"==typeof t.timestamp?t.timestamp:new Date(t.timestamp).getTime())))),[r]),N=i.useMemo((()=>{const e=function(e){const t=new Map;return t.set("all","All Messages"),t.set("main","Main"),e.forEach((e=>{e.workstream_id&&"main"!==e.workstream_id&&"all"!==e.workstream_id&&!t.has(e.workstream_id)&&(t.set(e.workstream_id,e.workstream_id),console.log(`Found workstream: ${e.workstream_id}`))})),t.size<=2&&!t.has("main")&&t.set("main","Main"),console.log("Final workstreams map:",t),t}(w);return e}),[w]),k=i.useMemo((()=>{const e=new Map;e.set("all",w.length);const t=_n(w,"main");return e.set("main",t.length),w.forEach((t=>{const n=kn(t);"main"!==n&&e.set(n,(e.get(n)||0)+1)})),e}),[w]),C=i.useMemo((()=>"all"===v?w:_n(w,v)),[w,v]),S=l((()=>{const e=new Map,t=new Map;w.forEach((e=>{const n=kn(e);t.has(n)||t.set(n,[]),t.get(n).push(e)}));for(const[n,r]of t.entries())if(r.length>0){const t=r[r.length-1];e.set(n,[Se.COMPLETE,Se.IDLE,Se.REQUEST_INPUT,Se.TERMINATED].includes(t.type))}return e}),[w]);return t("div",{ref:y,className:"flex-1 min-h-0 h-full overflow-y-auto py-2 px-4 sm:px-6 lg:px-8 flex flex-col relative","data-testid":"all-messages-mixed",style:h?{paddingRight:"350px"}:{},children:[e(xn,{plan:u,workstreamStatus:m,isOpen:h,onClose:p,plans:g,activePlanIndex:f,onChangePlan:b}),e("div",{className:"sticky top-0 bg-white dark:bg-gray-900 z-10",children:e(Sn,{workstreams:N,activeWorkstream:v,onSelectWorkstream:x,count:k,completionStatus:S})}),0===C.length?e("div",{className:"flex items-center justify-center h-full text-center py-8",children:e("div",{className:"flex items-center px-4 py-3 text-gray-500 dark:text-gray-400",children:"all"===v?"Waiting for agent response...":"No messages in this workstream yet..."})}):t("div",{className:"flex-1 flex flex-col justify-start pb-4 space-y-2",children:["stacked"===s?C.map(((t,n)=>{const r=!d&&n===C.length-1&&!Nn.includes(t.type);return e(Cn,{message:t,showPulsatingCircle:r},`${t.timestamp}-${n}`)})):e(n,{children:(()=>{const t=C.filter((e=>e.type===Se.ANSWER||e.type===Se.QUESTION||e.type===Se.COMPLETE||e.type===Se.TERMINATED)),n=d?null:C.filter((e=>e.type===Se.THOUGHT||e.type===Se.UPDATE||e.type===Se.PLAN)).sort(((e,t)=>{const n="number"==typeof e.timestamp?e.timestamp:new Date(e.timestamp).getTime();return("number"==typeof t.timestamp?t.timestamp:new Date(t.timestamp).getTime())-n}))[0],r=[...t];return n&&r.push(n),r.sort(((e,t)=>("number"==typeof e.timestamp?e.timestamp:new Date(e.timestamp).getTime())-("number"==typeof t.timestamp?t.timestamp:new Date(t.timestamp).getTime()))),r.map(((t,n)=>{const a=!d&&n===r.length-1&&!Nn.includes(t.type);return e(Cn,{message:t,showPulsatingCircle:a},`${t.timestamp}-${n}`)}))})()}),e("div",{ref:a,className:"h-4"})]})]})}class Pn{vertesia;updateState;_interactive=!0;_debug_mode=!1;_collection;_start=!1;_preserveRunValues=!1;payload;_interactionParamsSchema;_inputValidator;constructor(e,t){this.vertesia=e,this.updateState=t,this.payload={config:{model:""},tool_names:[]}}onStateChanged(){const e=this.clone();this.updateState(e)}clone(){const e=new Pn(this.vertesia,this.updateState);return e._interactionParamsSchema=this._interactionParamsSchema,e.payload=this.payload,e._interactive=this._interactive,e._debug_mode=this._debug_mode,e._inputValidator=this._inputValidator,e._start=this._start,e._collection=this._collection,e._preserveRunValues=this._preserveRunValues,e}get interactive(){return this._interactive}set interactive(e){e!==this._interactive&&(this._interactive=e,this.onStateChanged())}get debug_mode(){return this._debug_mode}set debug_mode(e){e!==this._debug_mode&&(this._debug_mode=e,this.onStateChanged())}get collection(){return this._collection}set collection(e){e!==this._collection&&(this._collection=e,this.onStateChanged())}get search_scope(){return this._collection?"collection":void 0}get interaction(){return this.payload.interaction}set interaction(e){e?.id!==this.payload.interaction?.id&&(this.payload.interaction=e,this._interactionParamsSchema=_e(this.interaction),this._inputValidator=void 0,e&&!this._preserveRunValues&&(e.environment&&("string"==typeof e.environment?this.vertesia.environments.retrieve(e.environment).then((e=>this.environment=e)):this.payload.config.environment=e.environment),e.model?this.payload.config.model=e.model:this.payload.config.model=this.environment?.default_model&&je(this.environment.default_model,this.environment.provider)?this.environment.default_model:void 0),this.onStateChanged())}get environment(){return this.payload.config.environment}set environment(e){if(e?.id!==this.payload.config.environment?.id){if(this.payload.config.environment=e,!this._preserveRunValues){const t=this.payload.interaction?.model;t&&e&&je(t,e.provider)?this.payload.config.model=t:this.payload.config.model=e?.default_model&&je(e.default_model,e.provider)?e.default_model:void 0}this.onStateChanged()}}get model(){return this.payload.config.model}set model(e){e!==this.payload.config.model&&(this.payload.config.model=e,this.onStateChanged())}get tool_names(){return this.payload.tool_names}set tool_names(e){this.payload.tool_names=e,this.onStateChanged()}get data(){return this.payload.data}set data(e){this.payload.data=e,this.onStateChanged()}get config(){return this.payload.config}set run(e){console.log("run",e),this.onStateChanged()}set start(e){this._start!==e&&(this._start=e,this.onStateChanged())}get start(){return this._start}get preserveRunValues(){return this._preserveRunValues}set preserveRunValues(e){this._preserveRunValues=e}get interactionParamsSchema(){return this._interactionParamsSchema}set interactionParamsSchema(e){this._interactionParamsSchema!==e&&(this._interactionParamsSchema=e,this.onStateChanged())}reset(){if(this._start=!1,this._interactive=!0,this._debug_mode=!1,this._collection=void 0,this._preserveRunValues=!1,this.payload={config:{environment:void 0,model:""},tool_names:[],interaction:void 0,data:void 0},this._interactionParamsSchema=null,this._inputValidator=void 0,this.model=void 0,this.environment=void 0,this.onStateChanged(),location.hash){const e=window.location.origin+window.location.pathname+window.location.search;history.replaceState(null,"",e),location.hash=""}}validateInput(){if(!this._interactionParamsSchema)return{isValid:!0};if(!this._inputValidator||this._inputValidator.schema!==this._interactionParamsSchema){const e=new Et({strict:!1});this._inputValidator={validate:e.compile(this._interactionParamsSchema),schema:this._interactionParamsSchema}}const e=this.payload.data||{};if(!this._inputValidator.validate(e)){return{isValid:!1,errorMessage:this._inputValidator.validate.errors?this._inputValidator.validate.errors.map((e=>`${e.instancePath}: ${e.message}`)).join(", "):"Invalid payload data"}}return{isValid:!0}}}const Tn=d(void 0);function In({children:t}){const{client:n}=Ae(),[r,a]=o();return c((()=>{a(new Pn(n,a))}),[]),r&&e(Tn.Provider,{value:r,children:t})}function $n(){const e=u(Tn);if(!e)throw new Error("usePayloadBuilder must be used within a PayloadProvider");return e}function En({title:n,onClose:r,isModal:a,run:s,viewMode:i,onViewModeChange:l,showPlanPanel:o,hasPlan:c=!1,onTogglePlanPanel:d,onDownload:u,onCopyRunId:m,resetWorkflow:h}){return e(In,{children:t("div",{className:"flex items-center justify-between py-1.5 px-2 border-b shadow-sm flex-shrink-0",children:[t("div",{className:"flex flex-wrap items-center space-x-2",children:[t("div",{className:"flex items-center space-x-1",children:[e(Re,{className:"size-5 text-muted"}),e("span",{className:"font-medium",children:n})]}),t("span",{className:"text-xs text-muted ml-1",children:["(Run ID: ",s.runId.substring(0,8),"...)"]})]}),t("div",{className:"flex items-center space-x-2",children:[t("div",{className:"flex items-center space-x-1 bg-muted rounded p-0.5",children:[e(y,{variant:"stacked"===i?"outline":"ghost",size:"xs",className:"rounded-l-md",onClick:()=>l("stacked"),children:"Details"}),e(y,{variant:"sliding"===i?"outline":"ghost",size:"xs",className:"rounded-l-md",onClick:()=>l("sliding"),children:"Most Important"})]}),t("div",{className:"relative",children:[c&&!o&&e("span",{className:"absolute -top-1 -right-1 w-2.5 h-2.5 bg-primary rounded-full border border-border z-10"}),t(y,{size:"sm",variant:o?"primary":"secondary",onClick:d,className:"transition-all duration-200 rounded-md",title:"Toggle plan panel",children:[e(We,{className:"size-4 mr-1.5"}),e("span",{className:"font-medium text-xs",children:o?"Hide Plan":"Show Plan"})]})]}),e(An,{run:s,isModal:a,onClose:r,onDownload:u,onCopyRunId:m,resetWorkflow:h}),r&&!a&&e(y,{size:"xs",variant:"ghost",onClick:r,children:e(Be,{className:"size-4"})})]})]})})}function An({run:n,isModal:r,onClose:a,onDownload:s,onCopyRunId:i,resetWorkflow:l}){const o=f(),{client:c}=Ae(),d=$n();return t(v,{hover:!0,children:[e(x,{children:e(y,{size:"xs",variant:"ghost",title:"More actions",children:e(Je,{className:"size-4"})})}),e(w,{className:"w-48",align:"end",children:e("div",{className:"rounded-md shadow-lg z-50",children:e("div",{className:"py-1 min-w-36",children:e(N,{children:e(k,{children:t(C,{children:[e("div",{className:"flex items-center px-3 py-1.5 text-xs text-gray-700 dark:text-gray-300",children:e("span",{className:"text-muted",children:"Actions"})}),r&&t(S,{className:"text-xs",onSelect:()=>{return e=`/store/agent-runner?agentId=${n.runId}__${n.workflowId}`,window.open(e,"_blank"),e;var e},children:[e(He,{className:"size-3.5 mr-2 text-muted"})," Open in new tab"]}),t(S,{className:"text-xs",onSelect:()=>{i?i():(navigator.clipboard.writeText(n.runId),o({status:"success",title:"Run ID copied",duration:2e3}))},children:[e(Fe,{className:"size-3.5 mr-2 text-muted"})," Copy Run ID"]}),t(S,{className:"text-xs",onSelect:()=>{s?s():async function(e,t){return e.files.getDownloadUrl(`agents/${t}/conversation.json`).then((e=>e.url))}(c,n.runId).then((e=>window.open(e,"_blank")))},children:[e(Ge,{className:"size-3.5 mr-2 text-muted"})," Download Conversation"]}),a&&r&&t(S,{className:"text-xs",onSelect:a,children:[e(Be,{className:"size-3.5 mr-2 text-muted"})," Close"]}),t(S,{className:"text-xs text-destructive",onSelect:()=>{(async e=>{try{return await c.store.workflows.terminate(e.workflowId,e.runId,"cancel"),o({status:"success",title:"Workflow cancelled",duration:2e3}),d.reset(),l?.(),!0}catch(e){return o({status:"error",title:"Failed to cancel workflow",duration:2e3}),!1}})(n)},children:[e(Be,{className:"size-3.5 mr-2 text-destructive"})," Cancel Workflow"]})]})})})})})})]})}const Ln="vertesia.content_store.lastDisplayedView";function zn({onUpdate:t}){const[n,r]=o("grid"===localStorage.getItem(Ln)),a=()=>{localStorage.setItem(Ln,"grid"),r(!0),t(!0)},s=()=>{localStorage.setItem(Ln,"table"),r(!1),t(!1)};return e(y,{variant:"outline",onClick:()=>{n?s():a()},alt:n?"Table View":"Thumbnail View",children:e(n?Ke:Ye,{})})}zn.LAST_DISPLAYED_VIEW=Ln;class Un extends A{labelOf(e){return e.label}idOf(e){return e.id}renderOption(n){return t("div",{children:[e("div",{className:"font-medium",children:n.label}),e("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-1",children:n.description})]})}}function Dn({isOpen:n,onClose:r,onConfirm:a,isLoading:s,uploadedFileName:i}){const l=[{id:"update",label:"Update current version",description:i?"Replace the content file and modify properties directly in the current revision.":"Modify the properties directly in the current revision."},{id:"new-version",label:"Create new version",description:i?"Create a new revision with the replacement file while preserving the original.":"Create a new revision with these property changes while preserving the original."}],[c,d]=o(l[0]),[u,m]=o(""),h=new Un,p="new-version"===c?.id;return t(_,{isOpen:n,onClose:r,className:"sm:max-w-md",children:[e(j,{children:"Save Changes"}),e(P,{children:t("div",{className:"space-y-4",children:[i&&e("div",{className:"mb-4 p-3 bg-blue-50 dark:bg-blue-900/20 rounded-md",children:t("p",{className:"text-sm text-blue-700 dark:text-blue-300 font-medium",children:["You're about to replace the content file with: ",e("span",{className:"font-bold",children:i})]})}),e("p",{className:"text-sm text-mixer-muted/5",children:"How would you like to save these changes?"}),e(T,{adapter:h,options:l,value:c,onChange:e=>{d(e)},gap:"gap-4"}),p&&e(I,{label:"Version Label (Optional)",description:"Optional label for the new version.",className:"mt-3 pl-8",children:e($,{value:u,onChange:m,placeholder:"e.g., v1.2, approved, post-review",className:"w-full"})})]})}),t(E,{children:[e(y,{variant:"secondary",onClick:r,disabled:s,children:"Cancel"}),e(y,{variant:"primary",onClick:async()=>{await a(p,p?u:void 0)},isLoading:s,children:"Save"})]})]})}function On({isOpen:r,onClose:a,object:s,refetch:i}){const{client:l,store:d}=Ae(),u=f(),h=Pt(),[p,g]=o(!1),[b,v]=o(""),[x,w]=o(!1),[N,k]=o(null),C=m(null),S=m(null),[T,I]=o(null),[$,A]=o(null);function L(e,t){e.languages.json.jsonDefaults.setDiagnosticsOptions({validate:!0,schemas:[{uri:"http://myserver/object-schema.json",fileMatch:["*"],schema:t}]})}return c((()=>{r&&(v(JSON.stringify(s.properties||{},null,2)),s.type?.id&&async function(e){try{const t=await d.types.retrieve(e);t.object_schema&&(I(t.object_schema),S.current&&L(S.current,t.object_schema))}catch(e){console.error("Failed to fetch JSON schema:",e)}}(s.type.id))}),[r,s]),t(n,{children:[t(_,{isOpen:r,onClose:a,className:"sm:max-w-[90%] md:max-w-[80%] lg:max-w-[75%] xl:max-w-[70%]",children:[e(j,{children:"Edit Properties"}),t(P,{children:[t("div",{className:"mb-2 text-sm text-gray-500",children:[s.type?.name?t("span",{children:["Editing properties for object type: ",e("strong",{children:s.type.name})]}):e("span",{children:"Editing properties for generic document"}),T&&e("span",{className:"ml-2 text-green-600",children:"(JSON schema validation enabled)"})]}),e("div",{className:"h-[75vh] border border-gray-300 dark:border-gray-700 rounded-md",children:e(Jt,{height:"100%",language:"json",value:b,onChange:e=>v(e||""),onMount:function(e,t){C.current=e,S.current=t,T&&L(t,T)},options:{minimap:{enabled:!1},scrollBeyondLastLine:!1,formatOnPaste:!0,formatOnType:!0,automaticLayout:!0,wordWrap:"on"}})})]}),t(E,{children:[e(y,{variant:"secondary",onClick:a,children:"Cancel"}),e(y,{variant:"primary",onClick:function(){if(!C.current)return;const e=C.current.getValue();try{const t=JSON.parse(e);k(t),w(!0)}catch(e){u({status:"error",title:"Invalid JSON",description:"Please fix the JSON syntax errors before saving.",duration:5e3})}},children:"Save Changes"})]})]}),e(Dn,{isOpen:x,onClose:function(){w(!1)},onConfirm:async function(e,t){try{g(!0);const n=N||JSON.parse(b);if(e){const e=await l.objects.update(s.id,{properties:n},{createRevision:!0,revisionLabel:t});e.id!==s.id&&A(e.id),u({status:"success",title:"New version created",description:"A new version with updated properties has been created.",duration:2e3}),w(!1),a(),e.id!==s.id&&setTimeout((()=>{h(`/objects/${e.id}`),u({status:"info",title:"Viewing New Version",description:t?`Now viewing version '${t}'`:"Now viewing the new version",duration:3e3})}),100)}else await d.objects.update(s.id,{properties:n}),u({status:"success",title:"Properties updated",description:"The object properties have been updated successfully.",duration:2e3}),i&&await i(),w(!1),a()}catch(e){u({status:"error",title:"Error updating properties",description:e.message||"An error occurred while updating the properties.",duration:5e3}),g(!1)}},isLoading:p})]})}function Fn({object:r,loadText:a,refetch:s}){const{client:i,store:l}=Ae(),[d,u]=o(!1),[m,h]=o(r.text),[p,g]=o(),[b,v]=o(!1),x=f(),[w,N]=o(!1);c((()=>{a&&!m&&(u(!0),l.objects.getObjectText(r.id).then((e=>{h(e.text)})).catch((e=>{console.error("Failed to load text",e)})).finally((()=>{u(!1)})))}),[a]);const k=async(e,t)=>{try{await navigator.clipboard.writeText(e),x({status:"success",title:("text"===t?"Content":"Properties")+" copied",description:`Successfully copied ${t} to clipboard`,duration:2e3})}catch(e){console.error(`Failed to copy ${t}:`,e),x({status:"error",title:"Copy failed",description:`Failed to copy ${t} to clipboard`,duration:5e3})}},C=async e=>{try{const t=await i.objects.getRendition(r.id,{format:e,generate_if_missing:!0,sign_url:!0});if("generating"===t.status)return x({status:"info",title:"Generating document",description:`Please wait while we prepare your ${e.toUpperCase()} file...`,duration:5e3}),void setTimeout((()=>C(e)),3e3);if("failed"===t.status)throw new Error("Document generation failed");if(t.renditions&&t.renditions.length>0){const n=t.renditions[0];if("pdf"===e)window.open(n,"_blank"),x({status:"success",title:"PDF opened",description:"PDF document opened in a new window",duration:2e3});else{const t=document.createElement("a");t.href=n,t.download=`${r.name||"document"}.${e}`,document.body.appendChild(t),t.click(),document.body.removeChild(t),x({status:"success",title:"Document exported",description:`Successfully exported to ${e.toUpperCase()} format`,duration:2e3})}}}catch(t){console.error(`Failed to export document as ${e}:`,t),x({status:"error",title:"Export failed",description:`Failed to export document to ${e.toUpperCase()} format`,duration:5e3})}},S=r.content,_=S&&S.source&&S.type&&S.type.startsWith("image/"),j=S&&S.type&&("text/markdown"===S.type||"text/plain"===S.type),P=m&&(m.includes("\n#")||m.includes("\n*")||m.includes("\n+")||m.includes("!["));return c((()=>{_&&i.objects.getRendition(r.id,{format:Pe.jpeg,generate_if_missing:!1,sign_url:!0}).then((e=>"found"===e.status?e.renditions?.length?e.renditions[0]:null:r)).catch((()=>r)).then((()=>{i.files.getDownloadUrl(r.content.source).then((e=>{g(e.url)}))}))}),[]),t("div",{className:"w-full",children:[t("div",{className:"flex flex-col lg:flex-row lg:gap-8",children:[t("div",{className:"w-full lg:w-1/2",children:[t("div",{className:"h-[41px] text-lg font-semibold mb-4 border-b flex justify-between items-center",children:[t("div",{className:"flex items-center gap-1",children:["Properties",e(y,{variant:"outline",size:"sm",alt:""+(w?"Preview":"View in JSON format"),onClick:()=>N(!w),children:w?"Preview":"JSON"})]}),t("div",{className:"flex items-center gap-2",children:[r.properties&&e(y,{variant:"ghost",size:"sm",title:"Copy properties",onClick:()=>k(JSON.stringify(r.properties,null,2),"properties"),children:e(Qe,{className:"size-4"})}),e(y,{variant:"ghost",size:"sm",onClick:()=>{v(!0)},title:"Edit properties",className:"flex items-center gap-2",children:e(Xe,{className:"size-4"})})]})]}),r.properties?e(Lt,{value:r.properties,viewCode:w}):e("div",{children:"No properties defined"}),_&&t("div",{className:"my-4",children:[e("div",{className:"h-[41px] text-lg font-semibold mb-4 border-b flex justify-between items-center",children:e("span",{className:"py-1",children:"Image"})}),p?e("img",{src:p,alt:r.name,className:"w-full object-contain"}):e(L,{size:"md"})]})]}),t("div",{className:"w-full lg:w-1/2 mt-4 lg:mt-0",children:[t("div",{className:"h-[41px] text-lg font-semibold mb-4 border-b flex justify-between items-center",children:[e("span",{className:"py-1",children:"Text"}),t("div",{className:"flex items-center gap-2",children:[m&&e(y,{variant:"ghost",size:"sm",title:"Copy text",onClick:()=>k(m,"text"),className:"flex items-center gap-2",children:e(Qe,{className:"h-4 w-4"})}),(j||P)&&m&&t(n,{children:[t(y,{variant:"ghost",size:"sm",onClick:()=>C("docx"),className:"flex items-center gap-2",children:[e(Ze,{className:"h-4 w-4"}),"DOCX"]}),t(y,{variant:"ghost",size:"sm",onClick:()=>C("pdf"),className:"flex items-center gap-2",children:[e(Ze,{className:"h-4 w-4"}),"PDF"]})]})]})]}),d&&e(L,{size:"md"}),e("div",m?{className:"border shadow-xs rounded-xs max-w-7xl",children:P?e("div",{className:"vprose prose-sm p-1",children:e(zt,{components:{a:({node:t,...n})=>{const r=n.href||"";return r.includes("/store/objects/")?e(jt,{topLevelNav:!0,href:r,className:"text-info",children:n.children}):e("a",{...n,"data-debug":"test",target:"_blank",rel:"noopener noreferrer"})},p:({node:t,...n})=>e("p",{...n,className:"my-0"}),pre:({node:t,...n})=>e("pre",{...n,className:"my-2 p-2 rounded"}),code:({node:t,className:n,children:r,...a})=>{const s=/language-(\w+)/.exec(n||"");return e("code",{...a,className:!s?"px-1.5 py-0.5 rounded":"text-muted",children:r})},h1:({node:t,...n})=>e("h1",{...n,className:"font-bold text-2xl my-2"}),h2:({node:t,...n})=>e("h2",{...n,className:"font-bold text-xl my-2"}),h3:({node:t,...n})=>e("h3",{...n,className:"font-bold text-lg my-2"}),li:({node:t,...n})=>e("li",{...n})},children:m})}):e("pre",{className:"text-wrap bg-muted text-muted p-2",children:m})}:{children:"No content"})]})]}),e(On,{isOpen:b,onClose:()=>{v(!1)},object:r,refetch:s})]})}function Rn(e,t=7){return e?"~"+e.slice(-t):""}function Mn(e,t){return e.length>t?e.substring(0,t)+"...":e}const Vn="text/csv",qn="image/",Wn="application/pdf",Bn="video/",Jn=e=>e===Vn||Vn.includes(e),Hn=e=>e.startsWith(qn)||qn.includes(e),Gn=e=>e===Wn||Wn.includes(e),Kn=e=>e.startsWith(Bn)||Bn.includes(e),Yn=import.meta.env,Qn={max_hw:Yn?.VITE_RENDITION_HW||256,format:Pe.jpeg,generate_if_missing:!0},Xn="vertesia.content_store.renditionId";async function Zn(e,t,n,r,a){if(!t?.content?.type||!(Hn(t.content.type)||Kn(t.content.type)||Gn(t.content.type)))return void a("No preview available");a("Preparing preview...");const s=(new Date).getTime()/1e3,i=localStorage.getItem(`${Xn}_${t.id}_${Qn.max_hw}`),l=localStorage.getItem(`${Xn}_${t.id}_${Qn.max_hw}_time`);if(i?.length&&l&&Math.abs(s-parseInt(l))<=900)return n(i),r(`${t.name} Rendition`),a("ready"),i;a("Preparing preview..."),e.objects.getRendition(t.id,Qn).then((s=>{if("generating"===s.status)a("Preparing preview..."),n(""),r(""),setTimeout((()=>Zn(e,t,n,r,a)),6e4);else{if("failed"===s.status)return a("No preview available"),n(""),void r("");{if(!s?.renditions?.length)return a("No preview available"),n(""),void r("");const e=s.renditions[0];localStorage.setItem(`${Xn}_${t.id}_${Qn.max_hw}`,e),localStorage.setItem(`${Xn}_${t.id}_${Qn.max_hw}_time`,((new Date).getTime()/1e3).toString()),n(e),r(`${t.name} Rendition`),a("ready"),console.log(`Rendition for document ${t.id} retrieved successfully: ${e}`)}}})).catch((e=>{a("No preview available"),console.warn("Failed to retrieve rendition:",e),n(""),r("")}))}function er({selection:n,document:r,onSelectionChange:a,onRowClick:s}){const{client:i}=Ae(),[l,d]=o(void 0),[u,m]=o(void 0),[h,p]=o(void 0);return c((()=>{r?.content&&Zn(i,r,d,m,p)}),[r]),t(z,{className:"relative flex flex-col border h-fit",onClick:()=>s&&s(r),children:[n&&e("div",{className:"absolute top-2 left-2 z-10 flex flex-col items-center gap-1",children:e("input",{checked:n.isSelected(r.id),type:"checkbox",onChange:e=>{e.stopPropagation(),a(r,e)},onClick:e=>e.stopPropagation()})}),e("div",{className:"absolute top-1 right-1 z-10 flex flex-col items-center",children:e(jt,{topLevelNav:!0,href:`/store/objects/${r.id}`,children:e(y,{variant:"ghost",size:"sm",title:"Open Object",children:e(et,{className:"size-4 "+("ready"===h?"text-muted":"text-white")})})})}),l&&"ready"==h?e("img",{src:l,alt:u,className:"w-auto h-48 object-cover rounded-t-xl"}):e("div",{className:"h-48 bg-gray-700 rounded-t-xl flex items-center justify-center text-muted",children:h}),e(U,{className:"bg-gray-200 h-[2px]"}),t(D,{className:"p-2 flex flex-col",children:[t("div",{className:"flex flex-col overflow-hidden",children:[e(O,{placement:"top",description:r.properties?.title??r.name,children:e("h3",{className:"text-start font-medium leading-none truncate",children:r.properties?.title??r.name})}),r?.type?.name?e(O,{placement:"bottom",size:"xs",description:r?.type?.name,children:e("p",{className:"text-start text-xs text-muted truncate",children:r?.type?.name})}):e("p",{className:"text-xs text-muted",children:" "})]}),r.score&&t("div",{className:"text-xs text-muted w-full flex justify-end",children:["Score: ",r.score.toFixed(4)??"-"]})]})]})}function tr(e){return`${e._id} (${e.count})`}function nr(e){return`${e.name} (${e.count})`}function rr({search:t,buckets:n,placeholder:r="All Environments",className:a}){const{client:s}=Ae(),[i,l]=o([]),d=t.getFilterValue("environment");c((()=>{if(s){const e=n.map((async e=>{let t;return await s.environments.retrieve(e._id).then((e=>{t=e.name})).catch((()=>{t=`${e._id} (deleted)`})),t||(t=e._id),{...e,name:t}}));Promise.all(e).then((e=>{e.sort(((e,t)=>e.name.localeCompare(t.name))),l(e)}))}}),[n,s]);const u=i?.find((e=>e._id===d));return e(F,{filterBy:"name",className:a,isClearable:!0,optionLabel:nr,options:i,value:u,onChange:e=>{t.setFilterValue("environment",e?._id)},by:"_id",placeholder:r})}function ar({search:t,buckets:n,name:r,placeholder:a,className:s}){const i=t.getFilterValue(r),l=n?.find((e=>JSON.stringify(e._id)===JSON.stringify(i)));return e(F,{filterBy:"_id",className:s,isClearable:!0,optionLabel:tr,options:n,value:l,onChange:e=>{t.setFilterValue(r,e?._id)},by:"_id",placeholder:a})}function sr({search:t,name:n,placeholder:r,className:a}){const[s,i]=o([]);return c((()=>{t.setFilterValue(n,s)}),[s]),e(R,{className:a,value:s,onChange:i,placeholder:r})}function ir(e){return`${e.name} (${e.count})`}function lr({search:t,buckets:n,placeholder:r="Filter by Type",className:a}){const[s,i]=o([]),{typeRegistry:l}=Ae(),d=t.getFilterValue("type");c((()=>{if(l){const e=n.map((e=>{let t;return null==e._id?(e._id="Document",t="Document"):(t=l.getTypeName(e._id),t||(console.warn("Content Object Type not found",e._id),t=e._id)),{...e,name:t}}));e.sort(((e,t)=>e.name.localeCompare(t.name))),i(e)}}),[n,l]);const u=s?.find((e=>e._id===d));return e(F,{filterBy:"name",className:a,isClearable:!0,optionLabel:ir,options:s,value:u,onChange:e=>{t.setFilterValue("type",e?._id)},by:"_id",placeholder:r})}function or({facets:n,search:r}){return t("div",{className:"flex items-center gap-x-4 w-full",children:[n.role&&e(ar,{search:r,className:"flex-1",name:"role",buckets:n.role||[],placeholder:"Filter by Role"}),n.type&&e(lr,{search:r,className:"flex-1",buckets:n.type||[]}),n.status&&e(ar,{search:r,className:"flex-1",name:"status",buckets:n.status||[],placeholder:"Filter by Status"}),n.location&&e(ar,{search:r,className:"flex-1",name:"location",buckets:n.location||[],placeholder:"Filter by Location"}),n.tags&&e(sr,{search:r,className:"flex-1",name:"tags",buckets:n.tags||[],placeholder:"Filter by Tags"})]})}function cr({search:n,textSearch:r=""}){const[a,s]=o([]),i=[];r&&i.push({placeholder:r,name:"name",type:"text",options:[]});return e(M,{filterGroups:i,filters:a,setFilters:e=>{const t="function"==typeof e?e(a):e;if(0===t.length)return n.clearFilters(),void s([]);s(t),n.clearFilters(!1),t.forEach((e=>{if(e.value&&e.value.length>0){const t=e.name.toLowerCase(),r="stringList"===e.type?e.value.map((e=>"string"==typeof e?e:e.value)):Array.isArray(e.value)&&e.value[0]&&"object"==typeof e.value[0]?e.value[0].value:e.value;if("name"===t)n.query.search_term=r,n.query.name=r;else n.query[t]=r}})),n.search()},children:t("div",{className:"flex gap-2 items-center",children:[e(V,{}),e(q,{}),e(W,{})]})})}function dr({buckets:e,name:t,placeholder:n,type:r,multiple:a}){return function({buckets:e,name:t,placeholder:n,type:r="select",multiple:a=!1}){return{name:t,options:e.map((e=>({label:tr(e),value:e._id}))),type:r,multiple:a,placeholder:`${n??`${t.charAt(0).toUpperCase()+t.slice(1)}`}`,allowCreate:!1}}({buckets:e,name:t,placeholder:n,type:r,multiple:a})}function ur({buckets:n,typeRegistry:r,type:a="select",multiple:s=!1}){const i=new Map;n.forEach((e=>{let t,n=e._id;null==e._id?(n="Document",t="Document"):(t=r.getTypeName(e._id),t||(console.warn("Content Object Type not found",e._id),t=e._id)),i.set(n,{name:t,count:e.count})}));return{name:"types",placeholder:"Types",type:a,multiple:s,options:n.map((e=>({value:e._id||"Document",label:`(${e.count})`}))),labelRenderer:n=>{const r=i.get(n);return r?t("div",{className:"w-full flex items-center",children:[e("span",{className:"text-sm truncate",children:r.name}),t("span",{className:"ml-2 text-xs",children:["(",r.count,")"]})]}):(console.warn(`Type data not found for ${n}`),n)},filterBy:(e,t)=>{const n=i.get(e);return n?n.name.toLowerCase().includes(t.toLowerCase()):(console.warn(`Type name not found for ${e}`),!1)}}}const mr={};function hr(e){const{client:t}=Ae();return B((()=>{let n=mr[e];return n||(n=t.users.retrieve(e).then((e=>e)),mr[e]=n),n}),[e])}function pr(){return e("div",{className:"size-8"})}function gr({showTitle:n=!1,size:r="md"}){return t(Nr,{title:"System User",description:"The system user is used to initialize built-in objects.",children:[e(J,{src:"/icon.svg",size:r}),n&&e("div",{className:"text-sm font-semibold pl-2",children:"System User"})]})}function fr({accountId:r,showTitle:a=!1,size:s="md"}){const i=t(n,{children:[e("div",{children:"This user is used by robots like workflow workers."}),t("div",{className:"text-gray-800 dark:text-gray-500 text-sm",children:[e("span",{className:"font-semibold",children:"ID:"})," ",r]})]});return e(Nr,{title:"Service Account",description:i,children:t("div",{className:"flex flex-row items-center gap-2",children:[e(J,{src:"/cloud.svg",name:"SA",color:"bg-amber-500",className:"px-[5px] text-white",size:s}),a&&t("div",{className:"text-sm font-semibold pl-2 truncate",children:["Service Account : ",r]})]})})}function br({title:t="Error",error:n,showTitle:r=!1,size:a="md"}){return e(vr,{title:t,message:"string"==typeof n?n:n.message,color:"bg-red-500",showTitle:r,size:a})}function yr({userRef:t,showTitle:n=!1,size:r="md"}){if(!t)return e(vr,{title:"Unknown User",message:"User information is not available.",showTitle:n,size:r});const[a,s]=t?t.split(":"):["unknown"];switch(a){case Te.User:return e(xr,{userId:s,showTitle:n,size:r});case"system":return e(gr,{showTitle:n,size:r});case Te.ServiceAccount:return e(fr,{accountId:s,showTitle:n,size:r});case Te.ApiKey:return e(wr,{keyId:s,size:r,showTitle:n});default:return e(br,{title:"Unknown User",error:`Invalid user ref type: ${a}`,showTitle:n,size:r})}}function vr({title:n,message:r,color:a,size:s="md",showTitle:i=!1}){return e(Nr,{title:n,description:r,children:t("div",{className:"flex flex-row items-center gap-2",children:[e(J,{color:a,size:s}),i&&e("div",{className:"text-sm font-semibold pl-1",children:n})]})})}function xr({userId:n,showTitle:r=!1,size:a="md"}){const{data:s,error:i}=hr(n);if(i)return e(br,{title:"Failed to fetch user",error:i,showTitle:r,size:a});if(!s)return e(pr,{});const l=e("div",{className:"truncate",title:s.email,children:s.email});return e(Nr,{title:s.name||s.email||s.username||"unknown",description:l,children:t("div",{className:"flex flex-row items-center gap-2",children:[e(J,{src:s.picture,name:s.name,color:"bg-indigo-500",size:a}),r&&e("div",{className:"text-sm font-semibold pl-2",children:s.name||s.email||s.username||"unknown"})]})})}function wr({keyId:n,showTitle:r=!1,size:a="md"}){const{client:s}=Ae(),{data:i,error:l}=B((()=>s.apikeys.retrieve(n)),[]);if(l)return e(br,{title:"Failed to fetch the apikey",error:l,showTitle:r,size:a});if(!i)return e(pr,{});const o=e(J,{name:"PK",color:"bg-pink-500",size:a}),c=t(H,{className:"dark:bg-gray-800 dark:text-gray-200 table-fixed w-full",children:[t("tr",{children:[e("td",{className:"font-semibold w-20",children:"Key:"}),e("td",{className:"truncate max-w-0",children:i?.name})]}),t("tr",{children:[e("td",{className:"font-semibold w-20",children:"Account:"}),e("td",{className:"truncate max-w-0",children:i?.account})]}),t("tr",{children:[e("td",{className:"font-semibold w-20",children:"Project:"}),e("td",{className:"truncate max-w-0",children:i?.project.name})]})]});return e(Nr,{title:"Private Key",description:c,children:t("div",{className:"flex flex-row items-center gap-2",children:[o,r&&e("div",{className:"text-sm font-semibold",children:i?.name||i?.account||i?.project.name||"unknown"})]})})}function Nr({title:n,description:r,children:a}){return t(v,{hover:!0,children:[e(x,{className:"cursor-pointer flex items-center inline-block",children:e("div",{children:a})}),e(w,{align:"center",sideOffset:8,side:"right",children:t("div",{className:"flex flex-col gap-1 rounded-md shadow-md p-2",children:[e("div",{className:"text-md font-semibold",children:n}),r]})})]})}function kr({buckets:n,name:r,placeholder:a}){return function({buckets:n,name:r,placeholder:a}){const s=n.map((e=>({value:e._id,label:`(${e.count})`})));return{name:r,placeholder:a||`${r.charAt(0).toUpperCase()+r.slice(1)}`,options:s,labelRenderer:r=>{if("Unknown User"===r||!r){const e=n.find((e=>e._id===r));return`Unknown User (${e?.count||0})`}const a=n.find((e=>e._id===r));return t("div",{className:"flex items-center w-full gap-2",children:[e("div",{className:"flex-1 min-w-0 flex items-center truncate",children:e(yr,{userRef:r,showTitle:!0,size:"sm"})}),t("span",{className:"text-muted-foreground flex-shrink-0",children:["(",a?.count||0,")"]})]})}}}({buckets:n,name:r,placeholder:a})}function Cr(n){const r=[];if(n.interactions){const a=function({buckets:n,name:r,placeholder:a}){return{name:r,placeholder:a,options:n.map((e=>({label:`(${e.count})`,value:e._id}))),type:"select",labelRenderer:r=>{const a=n.find((e=>e._id===r)),s=a?.name||r;let i="success";if(a?.status)switch(a.status){case Ie.published:i="success";break;case Ie.archived:i="destructive";break;default:i="attention"}const l=a?.version&&a?.status?`v${a.version} ${a.status}`:a?.status||(a?.version?`v${a.version}`:"");return t("div",{className:"w-full flex items-center justify-between",children:[t("div",{className:"flex flex-row flex-wrap items-center gap-2 min-w-0 flex-1",children:[e("span",{className:"text-sm truncate",children:s}),l&&e(b,{variant:i,className:"text-xs w-fit",children:l})]}),t("span",{className:"ml-2 text-xs shrink-0",children:["(",a?.count||0,")"]})]})},filterBy:(e,t)=>{const r=n.find((t=>t._id===e));return(r?.name||e).toLowerCase().includes(t.toLowerCase())}}}({buckets:n.interactions||[],name:"interaction",placeholder:"Interactions"});r.push(a)}if(n.environments){const a=function({buckets:n,name:r}){const a=n.map((e=>({label:`(${e.count})`,value:e._id})));return{name:r.charAt(0).toUpperCase()+r.slice(1),options:a,type:"select",labelRenderer:r=>{const a=n.find((e=>e._id===r));return t("div",{className:"w-full flex items-center",children:[e("span",{className:"text-sm truncate",children:a?.name||r}),t("span",{className:"ml-2 text-xs",children:["(",a?.count||0,")"]})]})},filterBy:(e,t)=>{const r=n.find((t=>t._id===e));return(r?.name||e).toLowerCase().includes(t.toLowerCase())}}}({buckets:n.environments||[],name:"environments"});r.push(a)}if(r.push({name:"tags",placeholder:"Tags",type:"stringList",multiple:!0}),n.models){const e=dr({buckets:n.models||[],name:"model"});r.push(e)}if(n.statuses){const e=dr({buckets:n.statuses||[],name:"status"});r.push(e)}if(n.finish_reason){const e=dr({buckets:n.finish_reason.map((e=>({...e,_id:null===e._id?"none":e._id}))),name:"finish_reason",placeholder:"Finish Reason"});r.push(e)}if(n.created_by){const e=kr({buckets:n.created_by||[],name:"created_by",placeholder:"Created By"});r.push(e)}r.push({name:"start",placeholder:"Date After",type:"date",multiple:!1});return r.push({name:"end",placeholder:"Date Before",type:"date",multiple:!1}),r}function Sr(e){return t=>{0!==t.length?(e.clearFilters(!1,!1),t.forEach((t=>{if(t.value&&t.value.length>0){const n=t.name;let r;r="stringList"===t.type?t.value.map((e=>"string"==typeof e?e:e.value)):t.multiple?Array.isArray(t.value)?t.value.map((e=>"object"==typeof e&&e.value?e.value:e)):["object"==typeof t.value&&t.value.value?t.value.value:t.value]:Array.isArray(t.value)&&t.value[0]&&"object"==typeof t.value[0]?t.value[0].value:Array.isArray(t.value)&&t.value[0]?t.value[0]:t.value,e.query[n]=r}})),e.search()):e.clearFilters(!0,!1)}}function _r({facets:n,search:r}){const[a,s]=o([]),i=Cr(n),l=Sr(r);return e(M,{filterGroups:i,filters:a,setFilters:e=>{const t="function"==typeof e?e(a):e;s(t),l(t)},children:t("div",{className:"flex gap-2 items-center",children:[e(V,{}),e(q,{}),e(W,{})]})})}function jr(e){const t=[];if(t.push({placeholder:"Search by Workflow or Run ID",name:"name",type:"text",options:[]}),e.status){const n=dr({buckets:e.status||[],name:"Status"});t.push(n)}if(e.initiated_by){const n=kr({buckets:e.initiated_by||[],name:"User"});t.push(n)}t.push({name:"start",placeholder:"Date After",type:"date",multiple:!1});return t.push({name:"end",placeholder:"Date Before",type:"date",multiple:!1}),t}function Pr(e){return t=>{0!==t.length?(e.clearFilters(!1),t.forEach((t=>{if(t.value&&t.value.length>0){const n=t.name;let r;r="stringList"===t.type?t.value.map((e=>"string"==typeof e?e:e.value)):t.multiple?Array.isArray(t.value)?t.value.map((e=>"object"==typeof e&&e.value?e.value:e)):["object"==typeof t.value&&t.value.value?t.value.value:t.value]:Array.isArray(t.value)&&t.value[0]&&"object"==typeof t.value[0]?t.value[0].value:Array.isArray(t.value)&&t.value[0]?t.value[0]:t.value,"name"===n?(e.query.search_term=r,e.query.name=r):e.query[n]=r}})),e.search()):e.clearFilters()}}function Tr({facets:n,search:r}){const[a,s]=o([]),i=jr(n),l=Pr(r);return e(M,{filterGroups:i,filters:a,setFilters:e=>{const t="function"==typeof e?e(a):e;s(t),l(t)},children:t("div",{className:"flex gap-2 items-center",children:[e(V,{}),e(q,{}),e(W,{})]})})}function Ir(e){const{typeRegistry:t}=Ae(),n=[];if(n.push({placeholder:"Name or ID",name:"name",type:"text",options:[]}),e.type){const r=ur({buckets:e.type||[],typeRegistry:t,type:"select",multiple:!0});n.push(r)}if(e.status){const t=dr({buckets:e.status||[],name:"status",placeholder:"Status",type:"select",multiple:!0});n.push(t)}return e.tags&&n.push({name:"tags",placeholder:"Tags",type:"stringList",options:e.tags.map((e=>({label:e,value:e})))}),n.push({name:"created_at",placeholder:"Created Date",type:"date",multiple:!0,options:[]}),n.push({name:"updated_at",placeholder:"Updated Date",type:"date",multiple:!0,options:[]}),n}function $r(e){return t=>{0!==t.length?(e.clearFilters(!1),t.forEach((t=>{if(t.value&&t.value.length>0){const n=t.name;let r;if("date"===t.type&&t.multiple){if(Array.isArray(t.value)&&t.value.length>0)if(1===t.value.length){const e="object"==typeof t.value[0]?t.value[0].value:t.value[0];r={gte:e,lte:e}}else if(2===t.value.length){r={gte:"object"==typeof t.value[0]?t.value[0].value:t.value[0],lte:"object"==typeof t.value[1]?t.value[1].value:t.value[1]}}}else r=t.multiple?Array.isArray(t.value)?t.value.map((e=>"object"==typeof e&&e.value?e.value:e)):["object"==typeof t.value&&t.value.value?t.value.value:t.value]:Array.isArray(t.value)&&t.value[0]&&"object"==typeof t.value[0]?t.value[0].value:Array.isArray(t.value)&&t.value[0]?t.value[0]:t.value;"name"===n?(e.query.search_term=r,e.query.name=r):e.query[n]=r}})),e.search()):e.clearFilters()}}function Er({facets:n,search:r}){const[a,s]=o([]),i=Ir(n),l=$r(r);return e(M,{filterGroups:i,filters:a,setFilters:e=>{const t="function"==typeof e?e(a):e;s(t),l(t)},children:t("div",{className:"flex gap-2 items-center",children:[e(V,{}),e(q,{}),e(W,{})]})})}class Ar{object;objects;setState;collectionId;singleSelection=!1;constructor(e,t,n,r){this.object=e,this.objects=n,this.setState=r,this.singleSelection=0===Object.keys(this.objects).length,this.collectionId=t}isSingleSelection(){return this.singleSelection}hasSelection(){return void 0!==this.object||0!==this.size()}size(){return Object.keys(this.objects).length}getObjectIds(){return Object.keys(this.objects)}getObjectId(){return this.object?.id}clone(){return new Ar(this.object,this.collectionId,this.objects,this.setState)}add(e){this.objects[e.id]=e,this.singleSelection=0===Object.keys(this.objects).length,this.setState(this.clone())}remove(e){delete this.objects[e],this.singleSelection=0===Object.keys(this.objects).length,this.setState(this.clone())}addAll(e){for(const t of e)this.objects[t.id]=t;this.setState(this.clone())}isSelected(e){return void 0!==this.objects[e]}removeAll(){this.objects={},this.singleSelection=!0,this.setState(this.clone())}}const Lr=d(void 0);function zr(){const e=u(Lr);if(!e)throw new Error("useObjectSelection must be used within a ObjectSelectionProvider");return e}function Ur(){return u(Lr)}function Dr({value:t,collectionId:n,children:r}){const[a,s]=o();return c((()=>{const e=new Ar(t,n,{},s);s(e)}),[t]),a&&e(Lr.Provider,{value:a,children:r})}Tt.extend(Gt),Tt.extend(Ht);const Or={string(t){let n=[];if(t){const e=t.get("slice");e&&n.push((t=>t.slice(parseInt(e))));const r=t.get("max_length");r&&n.push((e=>e.slice(0,parseInt(r)))),t.has("upper")&&n.push((e=>e.toUpperCase())),t.has("lower")&&n.push((e=>e.toLowerCase())),t.has("capitalize")&&n.push((e=>e[0].toUpperCase()+e.substring(1))),t.has("ellipsis")&&n.push((e=>e+"..."))}return(t,r)=>{let a;if(t){if(a=String(t),n.length>0)for(const e of n)a=e(a)}else a="";return e("td",{children:a},r)}},fileSize:t=>(t,n)=>{let r="";if(t){const e=Number(t);if(isNaN(e))r=String(t);else{const t=["Bytes","KB","MB","GB","TB"];if(0===e)r="0 Bytes";else{const n=Math.floor(Math.log(e)/Math.log(1024));r=`${(e/Math.pow(1024,n)).toFixed(2)} ${t[n]}`}}}return e("td",{children:r},n)},number(t){let n,r;t&&(n=t.get("currency")||void 0,r=t.get("decimals")||void 0);const a=r?parseInt(r):2;return(t,r)=>{let s=new Intl.NumberFormat("en-US",{style:n?"currency":"decimal",currency:n,maximumFractionDigits:a}).format(t);return e("td",{children:s},r)}},objectLink(t){let n="title";return t&&(n=t.get("title")||"title"),(t,r)=>e("td",{children:e(jt,{topLevelNav:!0,className:"underline text-indigo-800 dark:text-indigo-300",href:`/store/objects/${t.id}`,children:t.properties?.[n]||t.name||Rn(t.id)})},r)},typeLink:t=>(t,n)=>e("td",{children:t?.name||"n/a"},n),date(t){let n="format",r="LLL";if(t){const e=t.get("localized");if(e)r=e;else{const e=t.get("relative");e&&(n=e,r=void 0)}}return(t,a)=>e("td",{children:Tt(t)[n](r)},a)}},Fr=Or.string();function Rr(e,t){let n=e;if(!n)return;if(!t.length)return n;const r=t.length-1;for(let e=0;e<r;e++)if(n=n[t[e]],!n)return;return n[t[r]]}function Mr(e){return e&&"."!==e?e.split("."):[]}class Vr{layout;renderer=Fr;path;fallbackPath;constructor(e){if(this.layout=e,this.path=Mr(e.field||""),this.fallbackPath=e.fallback?Mr(e.fallback):void 0,e.render)this.renderer=(e,t)=>null;else{const t=e.type||"string",n=t.indexOf("?");if(n>0){const e=t.substring(0,n),r=new URLSearchParams(t.substring(n+1));this.renderer=Or[e](r)}else this.renderer=Or[t]()}}get name(){return this.layout.name}resolveValue(e){let t=Rr(e,this.path);return void 0===t&&this.fallbackPath&&(t=Rr(e,this.fallbackPath)),void 0===t&&(t=this.layout.default),t}render(t,n){return this.layout.render?e("td",{className:"whitespace-nowrap px-3 py-4 text-sm",children:this.layout.render(t)},n):this.renderer(this.resolveValue(t),n)}}function qr({objects:n,selection:r,isLoading:a,onRowClick:s,columns:i,toggleAll:l,onSelectionChange:o}){return t(H,{className:"w-full border-t",children:[e("thead",{children:t("tr",{children:[r&&e("th",{children:e("input",{type:"checkbox",onChange:l})}),i.map((t=>e("th",{children:t.name},t.name)))]})}),t(G,{isLoading:a,columns:i.length+1,children:[n?.map((n=>t("tr",{className:"cursor-pointer hover:bg-muted",onClick:()=>{s&&s(n)},children:[r&&e("td",{onClick:e=>e.stopPropagation(),children:e("input",{checked:r.isSelected(n.id),type:"checkbox",onChange:e=>o(n,e)})}),i.map(((e,t)=>e.render(n,t)))]},n.id))),0===n.length&&e("tr",{children:e("td",{colSpan:i.length+(r?1:0),className:"text-center",children:"No objects. Just drag and drop documents or images here to create content objects."})})]})]})}function Wr({objects:a,selection:s,isLoading:i,onSelectionChange:l,onRowClick:o}){return t(n,{children:[e("div",{className:r("bg-white opacity-40 absolute inset-0 z-50 flex justify-center items-center",i?"block":"hidden"),children:e(L,{size:"xl"})}),e("div",{className:"w-full gap-2 grid lg:grid-cols-6",children:a.map((t=>e(er,{document:t,selection:s,onSelectionChange:l,onRowClick:o},t.id)))})]})}class Br{client;limit;collectionId;facets=new K({});result=new K({objects:[],isLoading:!1});facetSpecs=[];query={};constructor(e,t=100){this.client=e,this.limit=t}withFacets(e){return this.facetSpecs=e,this}get objects(){return this.result.value.objects}get error(){return this.result.value.error}get isRunning(){return this.result.value.isLoading}get hasMore(){return this.result.value.hasMore||!1}getFilterValue(e){return this.query[e]}setFilterValue(e,t){this.query[e]=t,this.search()}clearFilters(e=!0){const{parent:t,full_text:n,vector:r,weights:a,score_aggregation:s,dynamic_scaling:i,limit:l}=this.query;this.query={parent:t,...void 0!==n&&{full_text:n},...void 0!==r&&{vector:r},...void 0!==a&&{weights:a},...void 0!==s&&{score_aggregation:s},...void 0!==i&&{dynamic_scaling:i},...void 0!==l&&{limit:l}},e&&this.search()}getFacetBuckets(e){return this.facets.value[e]?.buckets||[]}resetFacets(){this.query={}}reset(e=!1){this.result.value={objects:[],isLoading:e,hasMore:!0}}_updateRunningState(e){const t=this.result.value;this.result.value={objects:t.objects,isLoading:e,error:t.error,hasMore:t.hasMore}}_searchRequest(e,t,n,r=!0){const a={limit:t,offset:n,query:e,facets:r?this.facetSpecs:void 0};return this.collectionId?this.client.collections.searchMembers(this.collectionId,a):this.client.objects.search(a)}_facetsRequest(){const e={facets:this.facetSpecs,query:this.query};return this.collectionId?this.client.collections.computeFacets(this.collectionId,e):this.client.objects.computeFacets(e)}computeFacets(e){this._facetsRequest().then((e=>{this.facets.value=e}))}_search(e=!1,t=!1){if(this.isRunning&&e)return Promise.resolve(!1);this.result.value={isLoading:!0,objects:e?this.objects:[],hasMore:!e||this.result.value.hasMore};const n=this.limit,r=e?this.objects.length:0;return this._searchRequest(this.query,n,r,!t).then((async r=>{const a=r.results||[],s=r.facets||{};return this.result.value={isLoading:!1,objects:e?this.objects.concat(a):a,hasMore:a.length===n},!t&&s&&Object.keys(s).length>0&&(this.facets.value=s),!0})).catch((e=>{throw this.result.value={error:e,isLoading:!1,objects:this.objects,hasMore:this.result.value.hasMore},e}))}search(e=!1){return this.isRunning&&this.objects.length>0?Promise.resolve(!1):this._search(!1,e)}loadMore(e=!1){return this.isRunning||!this.hasMore||this.query.vector?Promise.resolve(!1):(this.objects.length>0&&(e=!0),this._search(!0,e))}}const Jr=d(void 0);function Hr(){return u(Jr)}function Gr(){return Y(Hr().facets)}function Kr(){const e=Hr();return{...Y(e.result),search:e}}function Yr(){const e=Hr();return Y(e.facets).total}var Qr;async function Xr(e){try{const t=await e.arrayBuffer(),n=new Kt;n.appendByteArray(new Uint8Array(t));const r=n.end();return r?.toString()}catch(e){return void console.error("Error calculating file hash:",e)}}function Zr(){const{client:e}=Ae(),t=f();return{checkDocumentProcessing:async(n,r,a)=>{try{console.log(`Preparing metadata for ${n.length} files...`);const t=await async function(e,t){const n=[];for(let r=0;r<e.length;r+=5){const a=e.slice(r,r+5),s=await Promise.all(a.map((async e=>{let n=t||void 0;if(e.webkitRelativePath){const r=e.webkitRelativePath.split("/");if(r.length>1){const e=r.slice(0,-1).join("/");n=t?`${t}/${e}`:e}}return{file:e,hash:await Xr(e),name:e.name,size:e.size,location:n}})));n.push(...s)}return n}(n,r),s=async()=>{let n;const r={query:{match:{"content.etag":{$in:t.map((e=>e.hash))}}},select:void 0};n=a?(await e.store.collections.searchMembers(a,r)).results:(await e.store.objects.search(r)).results;for(const e of n){const n=t.find((t=>t.hash===e.content.etag));n&&(n.existingId=e.id,n.action=Qr.SKIP)}},i=async()=>{const n=t.filter((e=>e.action!==Qr.SKIP)),r=n.map((e=>e.location)),s=Array.from(new Set(r)),i=[];for(const t of s){const r=n.filter((e=>e.location===t)).map((e=>e.name)),s={location:t??"","content.name":{$in:r}};if(a){const t=e.store.collections.searchMembers(a,{query:{match:s},select:void 0}).then((e=>e.results));i.push(t)}else{const t=e.store.objects.find({query:{match:s},select:void 0});i.push(t)}}const l=(await Promise.all(i)).flat();console.log(`Found ${l.length} document to update`,l);for(const e of l){const n=t.find((t=>t.name===e.content.name&&(t.location?t.location===e.location:""===e.location)));n&&(n.existingId=e.id,n.action=Qr.UPDATE)}console.log(`Reconciled ${t.filter((e=>e.action===Qr.UPDATE)).length}`)};return await s(),await i(),t.forEach((e=>{e.action||(e.action=Qr.CREATE)})),console.log("Document processing check results:",{totalFiles:n.length,toCreate:t.filter((e=>e.action===Qr.CREATE)).length,toUpdate:t.filter((e=>e.action===Qr.UPDATE)).length,toSkip:t.filter((e=>e.action===Qr.SKIP)).length}),t}catch(e){throw t({title:"Error in file upload processing check",status:"error",description:e.message}),console.log("Error in file upload processing check",e),new Error("Error in file upload processing check: "+e.message)}}}}function ea({isOpen:r,onClose:a,files:s,collectionId:i,selectedFolder:d,title:u="Upload Files",children:m,onUploadComplete:h,hideFileSelection:p=!1,showTypeSelectionOnly:g=!1}){const{client:b,typeRegistry:v}=Ae(),x=f(),[w,N]=o([]),[k,C]=o([]),[S,_]=o(!1),[j,P]=o(null),[T,I]=o([]),[$,E]=o(!1),[A,z]=o(!1),[U,D]=o(0),[F,R]=o(Date.now()),[M,V]=o(void 0),[q,W]=o(null),[B,J]=o(u),[H,G]=o("");c((()=>{i&&b.store.collections.retrieve(i).then(V)}),[i]),c((()=>{$?(J("Uploading Files"),G(`${Math.round(U)}% complete`)):A?(J("Upload Complete"),G("")):S?(J("File Analysis Results"),G(`${w.length} file${1!==w.length?"s":""}`)):w.length>0?(J(u),G("Checking for duplicates and updates")):(J(u),G(""))}),[$,A,S,u,U,w.length]);const K=()=>M||d?t("div",{className:"mb-4 p-3 bg-primary rounded-md border border-primary",children:[t("div",{className:"flex items-center text-primary",children:[e(it,{className:"size-5 mr-2"}),e("span",{className:"font-medium",children:"Upload Location:"})]}),t("div",{className:"ml-7 text-sm text-primary mt-1",children:[M&&t("div",{className:"flex items-center",children:[e("span",{className:"mr-1",children:"Collection:"}),e("span",{className:"font-medium",children:M.name})]}),d&&t("div",{className:"flex items-center mt-1",children:[e("span",{className:"mr-1",children:"Folder:"}),e("span",{className:"font-medium",children:d})]})]})]}):null,[Y,re]=o({toCreate:0,toUpdate:0,toSkip:0}),{checkDocumentProcessing:ae}=Zr(),se=l((()=>v?.types||[]),[v?.types]);c((()=>{r&&(C([]),_(!1),P(null),I([]),E(!1),z(!1),D(0),re({toCreate:0,toUpdate:0,toSkip:0}),W(null),J(u),G(""),s&&s.length>0?(N(s),oe(s)):N([]),R(Date.now()))}),[r,s]);const ie=()=>{N([]),C([]),_(!1),P(null),I([]),E(!1),z(!1),D(0),re({toCreate:0,toUpdate:0,toSkip:0}),W(null),J(u),G(""),R(Date.now()),a()},le=e=>{e&&e.length>0&&(N(e),oe(e))},oe=async e=>{if(e.length)try{console.log(`Processing ${e.length} files to determine required actions...`);const t=await ae(e,d,i);C(t);const n=t.filter((e=>e.action===Qr.CREATE)).length,r=t.filter((e=>e.action===Qr.UPDATE)).length,a=t.filter((e=>e.action===Qr.SKIP)).length;re({toCreate:n,toUpdate:r,toSkip:a}),x({title:"Files analyzed",description:`${e.length} file(s): ${n} new, ${r} to update, ${a} to skip`,status:"info",duration:4e3}),_(!0)}catch(e){console.error("Error processing files:",e),x({title:"Error",description:"There was an error analyzing the files",status:"error",duration:5e3})}},ce=async()=>{if(!k.length)return;const e=j?.id||null,t=k.map((e=>({file:e.file,status:"pending",progress:0,action:e.action===Qr.CREATE?"create":e.action===Qr.UPDATE?"update":"skip"})));I(t),E(!0),z(!1);const n=k.filter((e=>e.action===Qr.SKIP)),r=k.filter((e=>e.action===Qr.UPDATE)),a=k.filter((e=>e.action===Qr.CREATE)),s={success:!0,objectIds:[],uploadedFiles:[],skippedFiles:[],failedFiles:[]};for(const t of n)t.existingId&&(s.objectIds.push(t.existingId),s.skippedFiles.push({id:t.existingId,name:t.name,type:e,status:"skipped",location:t.location}),I((e=>e.map((e=>e.file===t.file?{...e,status:"success",progress:100,id:t.existingId}:e)))));const l=async(t,n)=>{const r=[];for(let e=0;e<t.length;e+=50)r.push(t.slice(e,e+50));for(let a=0;a<r.length;a++){const l=r[a];if(console.log(`Processing ${n} batch ${a+1}/${r.length} (${l.length} files)`),t.length>50){x({title:`Processing files (${n})`,description:`Processed ${50*a}/${t.length} files...`,status:"info",duration:2e3})}await Promise.all(l.map((async t=>{try{if(I((e=>e.map((e=>e.file===t.file?{...e,status:"uploading",progress:20}:e)))),"update"===n&&t.existingId)await b.store.objects.update(t.existingId,{type:e||void 0,content:t.file,location:t.location,name:t.name},{createRevision:!0,revisionLabel:"upload on "+(new Date).toISOString()}),I((e=>e.map((e=>e.file===t.file?{...e,status:"success",progress:100,id:t.existingId}:e)))),s.objectIds.push(t.existingId),s.uploadedFiles.push({id:t.existingId,name:t.name,type:e,status:"updated",location:t.location});else{const n=await b.store.objects.create({type:e||void 0,content:t.file,location:t.location||t.file.webkitRelativePath||t.name},{collection_id:i});I((e=>e.map((e=>e.file===t.file?{...e,status:"success",progress:100,id:n.id}:e)))),s.objectIds.push(n.id),s.uploadedFiles.push({id:n.id,name:t.name,type:e,status:"created",location:t.location})}}catch(n){console.error(`Failed to process file ${t.name}:`,n),I((e=>e.map((e=>e.file===t.file?{...e,status:"error",progress:100,message:n.message||"Unknown error"}:e)))),s.failedFiles.push({name:t.name,error:n.message||"Unknown error",status:"failed",location:t.location,type:e}),s.success=!1}})));const o=T.filter((e=>"success"===e.status||"error"===e.status)).length,c=T.length,d=Math.round(o/c*100);D(d)}};r.length>0&&await l(r,"update"),a.length>0&&await l(a,"create"),I((e=>{const t=e.filter((e=>"pending"===e.status)).map((e=>({...e,status:"error",progress:100,message:"Upload process interrupted"})));return t.length>0?(t.forEach((e=>{s.failedFiles.push({name:e.file.name,error:"Upload process interrupted",status:"failed",type:j?.id||null})})),s.success=!1,e.map((e=>"pending"===e.status?{...e,status:"error",progress:100,message:"Upload process interrupted"}:e))):e})),E(!1),z(!0);const o=s.uploadedFiles.filter((e=>"created"===e.status)).length,c=s.uploadedFiles.filter((e=>"updated"===e.status)).length,d=s.skippedFiles.length,u=s.failedFiles.length;let m="";o>0&&(m+=`${o} file${1!==o?"s":""} uploaded`),c>0&&(m+=m?", ":"",m+=`${c} file${1!==c?"s":""} updated`),d>0&&(m+=m?", ":"",m+=`${d} file${1!==d?"s":""} skipped`),u>0&&(m+=m?", ":"",m+=`${u} file${1!==u?"s":""} failed`),x({title:"Upload Complete",description:m,status:u>0?"warning":"success",duration:5e3}),W(s)},de=()=>t("div",{className:"mb-4",children:[t("label",{className:"block text-sm font-medium mb-2",children:["Content Type ",e("span",{className:"text-muted font-normal",children:"(Optional)"}),e(O,{description:"Select a content type to apply to the uploaded files. If left empty, Vertesia will automatically detect the type based on file content.",placement:"top",size:"xs",children:e(Ve,{className:"size-3 ml-2"})})]}),e(ne,{options:se,value:j,optionLabel:e=>e?e.name:"Select a content type",placeholder:"Select a content type or leave empty for automatic detection",onChange:e=>P(void 0===e?null:e),filterBy:"name",isClearable:!0}),j?e(n,{}):e("div",{className:"p-2 rounded-md",children:t("div",{className:"flex items-center text-attention",children:[e(nt,{className:"size-4 mr-1"}),"Automatic Type Detection",e(O,{description:"Vertesia will analyze the content and select the most appropriate type. This is recommended for most uploads and ensures optimal processing.",placement:"top",size:"xs",children:e(Ve,{className:"size-3 ml-2"})})]})})]});return t(Q,{isOpen:r,onClose:ie,className:"mx-auto",children:[e(X,{description:H,children:B}),g?t(Z,{children:[m,K(),de()]}):0!==w.length||p?$||A?$?t(Z,{children:[K(),e("div",{className:"mb-4",children:e("div",{className:"h-2 bg-muted/20 rounded-full overflow-hidden",children:e("div",{className:"h-full bg-primary rounded-full",style:{width:`${U}%`}})})}),e("div",{className:"max-h-96 overflow-y-auto",children:T.map(((n,r)=>t("div",{className:"flex items-center py-2 border-b border-border last:border-b-0",children:[t("div",{className:"mr-3",children:["pending"===n.status&&e(at,{className:"size-5 text-muted"}),"uploading"===n.status&&e(L,{size:"sm"}),"success"===n.status&&e(nt,{className:"size-5 text-success"}),"error"===n.status&&e(st,{className:"size-5 text-destructive"})]}),t("div",{className:"flex-1 min-w-0",children:[e("div",{className:"truncate font-medium",children:n.file.name}),t("div",{className:"text-xs text-muted",children:["pending"===n.status&&"Waiting...","uploading"===n.status&&"Uploading...","success"===n.status&&("create"===n.action?"Created":"update"===n.action?"Updated":"Skipped"),"error"===n.status&&n.message]})]})]},`${n.file.name}-${r}`)))})]}):e(Z,{children:t("div",{className:"mb-4",children:[K(),e(Dt,{files:T.map((e=>{let t;return t="success"===e.status?"create"===e.action?"success":"update"===e.action?"updated":"skipped":"failed",{name:e.file.name,status:t,error:"error"===e.status?e.message:void 0}})),location:d||void 0,collection:M?.name})]})}):e(Z,{children:S?t(n,{children:[K(),e("div",{className:"mb-4",children:e("div",{className:"p-4 rounded-md mb-4",children:t("div",{className:"grid grid-cols-3 gap-4",children:[t("div",{className:"flex flex-col items-center",children:[t("div",{className:"flex items-center gap-2",children:[e(tt,{className:"size-5 text-primary"}),e("span",{className:"font-medium",children:"New"})]}),e("div",{className:"text-2xl font-semibold",children:Y.toCreate})]}),t("div",{className:"flex flex-col items-center",children:[t("div",{className:"flex items-center gap-2",children:[e(nt,{className:"size-5 text-success"}),e("span",{className:"font-medium",children:"Update"})]}),e("div",{className:"text-2xl font-semibold",children:Y.toUpdate})]}),t("div",{className:"flex flex-col items-center",children:[t("div",{className:"flex items-center gap-2",children:[e(rt,{className:"size-5 text-mixer-attention/40"}),e("span",{className:"font-medium",children:"Skip"})]}),e("div",{className:"text-2xl font-semibold",children:Y.toSkip})]})]})})}),de(),e(ee,{className:"mb-4",status:"info",children:Y.toCreate+Y.toUpdate>0?t("div",{className:"space-y-1",children:[t("p",{children:[Y.toCreate+Y.toUpdate," file",Y.toCreate+Y.toUpdate>1?"s are":" is"," ready to process"]}),e("p",{children:Y.toSkip>0&&`${Y.toSkip} file${Y.toSkip>1?"s are":" is"} already in the system and will be skipped.`})]}):Y.toSkip>0?t("span",{children:["All ",Y.toSkip," file(s) already exist in the system and will be skipped. You can proceed to view the results."]}):e("span",{children:"No files to process."})})]}):t("div",{className:"flex flex-col items-center justify-center py-4",children:[e(L,{size:"lg",className:"mb-4"}),e("div",{className:"text-lg font-medium",children:"Analyzing files..."})]})}):t(Z,{className:"flex flex-col items-center justify-center p-8",children:[K(),e(Ut,{onDrop:le,message:"Drag and drop files here or click to select",buttonLabel:"Select Files",className:"w-full h-64"}),m]}),(()=>{if(g)return t(te,{children:[e(y,{variant:"ghost",onClick:ie,children:"Cancel"}),e(y,{onClick:()=>{h&&h({success:!0,objectIds:[],uploadedFiles:[{name:"type-selection",type:j?.id||null,status:"created"}],skippedFiles:[],failedFiles:[]}),ie()},children:j?`Use ${j.name}`:"Use Automatic Type Detection"})]});if(0===w.length&&!p)return e(te,{children:e(y,{variant:"ghost",onClick:ie,children:"Cancel"})});if(!$&&!A){const n=S;return t(te,{children:[e(y,{variant:"ghost",onClick:ie,children:"Cancel"}),e(y,{disabled:!n,onClick:ce,children:Y.toCreate+Y.toUpdate>0?"Upload":"Continue"})]})}return $?e(te,{children:e(y,{variant:"ghost",disabled:!0,children:"Uploading..."})}):t(te,{children:[e(y,{variant:"ghost",onClick:()=>{N([]),C([]),_(!1),P(null),I([]),E(!1),z(!1),D(0),re({toCreate:0,toUpdate:0,toSkip:0})},children:"Upload More"}),e(y,{onClick:()=>{h&&q&&h(q),ie()},children:"Close"})]})})()]},F)}function ta(e){const t="function"==typeof e?e:e.onUploadDone,{client:n,project:r,store:a}=Ae(),s=Hr(),i=f(),{checkDocumentProcessing:l}=Zr();return async(e,o,c)=>{const d={success:!1,objectIds:[],uploadedFiles:[],skippedFiles:[],failedFiles:[]};if(!r)return i({status:"error",title:"No project selected",duration:3e3}),d;if(!e||0===e.length)return i({status:"warning",title:"No files selected",duration:3e3}),d;const u=Array.from(e).filter((e=>e.size>0));if(0===u.length)return i({status:"error",title:"No valid files selected",description:"Please select files with valid content.",duration:5e3}),d;const m=[],h=[],p=[];console.log(`Processing ${u.length} files with smart file processing...`);const g=await l(u,null,c),f=g.filter((e=>e.action===Qr.CREATE)).length,b=g.filter((e=>e.action===Qr.UPDATE)).length,y=g.filter((e=>e.action===Qr.SKIP)).length;i({title:"Files analyzed",description:`${u.length} file(s): ${f} new, ${b} to update, ${y} to skip`,status:"info",duration:4e3});for(const e of g.filter((e=>e.action===Qr.SKIP&&e.existingId)))m.push({id:e.existingId,name:e.name,type:o,status:"skipped",location:e.location});const v=g.filter((e=>(e.action===Qr.CREATE||e.action===Qr.UPDATE)&&e.file));if(v.length>0){console.log(`Processing ${v.length} files (${v.filter((e=>e.action===Qr.CREATE)).length} create, ${v.filter((e=>e.action===Qr.UPDATE)).length} update)...`);const e=50,t=[];for(let n=0;n<v.length;n+=e)t.push(v.slice(n,n+e));for(let r=0;r<t.length;r++){const s=t[r],l=r*e;console.log(`Processing batch ${r+1}/${t.length} (${s.length} files)`),v.length>e&&i({title:"Processing files",description:`Processed ${l}/${v.length} files...`,status:"info",duration:2e3});const u=await Promise.all(s.map((async e=>{try{if(e.action===Qr.UPDATE&&e.existingId){const t=await n.store.objects.update(e.existingId,{type:o||void 0,content:e.file,location:e.location,name:e.name},{createRevision:!0,revisionLabel:"upload on "+(new Date).toISOString()});return h.push({id:e.existingId,name:e.name,type:o,status:"updated",location:e.location}),d.objectIds.push(e.existingId),{success:!0,id:t.id,name:e.name,action:"update"}}{const t=c?{collection_id:c}:void 0,n=await a.objects.create({type:o||void 0,content:e.file,location:e.location||e.file.webkitRelativePath||e.name},t);h.push({id:n.id,name:e.name,type:o,status:"created",location:e.location})}}catch(t){console.error(`Failed to process file ${e.name}:`,t),p.push({name:e.name,error:t.message||"Unknown error",status:"failed",location:e.location,type:o}),i({status:"error",title:`Processing failed for ${e.name}`,description:t.message,duration:4e3})}}))),m=h.filter((e=>"created"===e.status)),g=h.filter((e=>"updated"===e.status)),f=h.filter((e=>"failed"===e.status));console.log(`Batch ${r+1} results:`,{creates:m,updates:g,failures:f,total:u.length})}}const x=h.filter((e=>"created"===e.status)).length,w=h.filter((e=>"updated"===e.status)).length,N=h.filter((e=>"failed"===e.status)).length,k=h.filter((e=>"skipped"===e.status)).length;t&&(console.log("Upload complete:",{totalObjectIds:d.objectIds.length,uploadedFiles:x,updatedFiles:w,skippedFiles:k,failedFiles:N}),await t(d.objectIds));let C="";return x>0&&(C+=`${x} file${1!==x?"s":""} uploaded`),w>0&&(C+=C?", ":"",C+=`${w} file${1!==w?"s":""} updated`),k>0&&(C+=C?", ":"",C+=`${k} file${1!==k?"s":""} skipped (already existed)`),N>0&&(C+=C?", ":"",C+=`${N} file${1!==N?"s":""} failed`),C&&i({status:N>0?"warning":"success",title:C,duration:4e3}),s.search(),d}}!function(e){e.CREATE="create",e.SKIP="skip",e.UPDATE="update"}(Qr||(Qr={}));const na=[{name:"ID",field:"id",type:"string?slice=-7"},{name:"Name",field:".",type:"objectLink"},{name:"Type",field:"type.name",type:"string"},{name:"Status",field:"status",type:"string"},{name:"Updated At",field:"updated_at",type:"date"}];function ra({isGridView:t=!1,onUpload:n,collectionId:r,...a}){return n?e(aa,{...a,onUpload:n,isGridView:t,collectionId:r}):e(sa,{...a,isGridView:t})}function aa({isGridView:n,onUpload:a,collectionId:s,skipTypeModal:i=!1,...l}){const[c,d]=o(!1),[u,m]=o([]),[h,p]=o(!1),[g,b]=o(null),[y,v]=o(!1),x=Hr(),w=f(),{checkDocumentProcessing:N}=Zr(),k=async(e,t)=>{console.log("Files dropped on ObjectTable:",e.length,t),d(!0);try{if(s){const t=await N(e,null,s);b(t);const n=t.filter((e=>"create"===e.action)).length,r=t.filter((e=>"update"===e.action)).length,a=t.filter((e=>"skip"===e.action)).length;w({title:"Files ready to process",description:`${e.length} file(s): ${n} new, ${r} to update, ${a} to skip`,status:"info",duration:4e3})}else b(null)}catch(e){console.error("Error processing files:",e),w({title:"Error processing files",description:"There was an error checking for duplicate files",status:"error",duration:4e3}),b(null)}finally{if(d(!1),m(e),p(!1),i){console.log("Skipping type modal and calling onUpload directly",{filesLength:e.length,processedFilesLength:g?.length});const t=a(e,null,s);t&&"object"==typeof t&&(t.processedFiles=g)}else console.log("Setting typeSelectionOpen to true",{filesLength:e.length}),v(!0)}},C=e=>{const t=[...u];m([]),b(null),v(!1),t.length>0&&void 0!==e&&(d(!0),console.log("Starting upload with",{typeId:e,filesCount:t.length,hasProcessingResults:!!g,collectionId:s}),a(t,e,s).finally((()=>{d(!1),x.search()})))},S=e=>{e.preventDefault(),e.stopPropagation(),p(!0)};return t("div",{className:"min-h-[400px] relative",onDragOver:S,onDragEnter:S,onDragLeave:e=>{e.preventDefault(),e.stopPropagation(),e.currentTarget.contains(e.relatedTarget)||p(!1)},onDrop:e=>{if(e.preventDefault(),e.stopPropagation(),p(!1),e.dataTransfer.items){const t=[];for(let n=0;n<e.dataTransfer.items.length;n++){const r=e.dataTransfer.items[n];if("file"===r.kind){const e=r.getAsFile();e&&t.push(e)}}if(t.length>0){const e={count:t.length,message:`Preparing to upload ${t.length} file${1===t.length?"":"s"}...`};k(t,e)}}},children:[e("div",{className:r("bg-white dark:bg-gray-800 opacity-40 absolute inset-0 z-50 flex justify-center items-center",c?"block":"hidden"),children:e(L,{size:"xl"})}),e(sa,{...l,isGridView:n}),e("div",{className:r("absolute inset-0 pointer-events-none",h?"z-40":"-z-10"),children:e("div",{className:"w-full h-full relative",children:e(Ut,{onDrop:k,message:"Drop files or folders here to upload",className:r("absolute inset-0 bg-white/90 dark:bg-gray-800/90 pointer-events-auto",h?"flex":"hidden"),buttonLabel:"Select Files or Folders",allowFolders:!0})})}),e(ea,{isOpen:y&&u.length>0,onClose:()=>{m([]),b(null),v(!1),C(void 0)},files:u,collectionId:s,selectedFolder:null,title:"Upload Files",onUploadComplete:e=>{if(e){if(e.failedFiles&&e.failedFiles.length>0&&w({title:"Upload Issues",description:`${e.failedFiles.length} file(s) failed to upload`,status:"warning",duration:5e3}),e.success){const t=e.uploadedFiles.filter((e=>"created"===e.status)).length,n=e.uploadedFiles.filter((e=>"updated"===e.status)).length,r=e.skippedFiles.length;(t>0||n>0)&&w({title:"Upload Complete",description:`${t>0?`${t} created`:""}${t>0&&n>0?", ":""}${n>0?`${n} updated`:""}${r>0?`, ${r} skipped`:""}`,status:"success",duration:5e3})}x.search()}m([]),b(null),v(!1),e&&e.success&&e.objectIds.length>0?C(null):C(void 0)}})]})}function sa({objects:t,layout:n=na,isLoading:r,onRowClick:a,onSelectionChange:s,isGridView:i}){const o=Ur(),c=(e,n)=>{if(o){const r=n.nativeEvent.shiftKey;if(n.target.checked){if(o.add(e),r){const n=t.findIndex((t=>t.id===e.id)),r=function(e,t,n){for(let r=t-1;r>=0;r--)if(n.isSelected(e[r].id))return r;return-1}(t,n,o);if(r>-1&&r<n-1){const e=[];for(let a=r+1;a<n;a++)e.push(t[a]);o.addAll(e)}else{const e=function(e,t,n){const r=e.length;for(let a=t+1;a<r;a++)if(n.isSelected(e[a].id))return a;return-1}(t,n,o);if(e>-1&&e>n+1){const r=[];for(let a=n+1;a<e;a++)r.push(t[a]);o.addAll(r)}}}}else o.remove(e.id);s&&s(o)}},d=e=>{if(o){e.target.checked?o.addAll(t):o.removeAll()}},u=l((()=>(n.length>0?n:na).map((e=>new Vr(e)))),[n]);return e(i?Wr:qr,{objects:t,isLoading:r,columns:u,onRowClick:a,selection:o,toggleAll:d,onSelectionChange:c})}function ia({children:t,limit:n,parent:r,typeId:a,facets:s,name:i,collectionId:o}){const{store:c}=Ae(),d=l((()=>{let e;s?e=s:(e=[{name:"status",field:"status"},{name:"location",field:"location"}],a||e.unshift({name:"type",field:"type"}));const t=new Br(c,n).withFacets(e);return t.collectionId=o,t.query.type=a,t.query.parent=r,t.query.name=i,t}),[a,n]);return e(Jr.Provider,{value:d,children:t})}const la=[{name:"Name",field:"properties.title",type:"string",fallback:"name"},{name:"Type",field:"type.name",type:"string"},{name:"Status",field:"status",type:"string"},{name:"Created At",field:"created_at",type:"date"}];function oa({onChange:t}){return e(ia,{children:e(da,{onRowClick:e=>{t(e||void 0)}})})}const ca="vertesia.content_store.lastDisplayedView";function da({onRowClick:n}){const[r,a]=o(!1),[s,i]=o("grid"===localStorage.getItem(ca)),{search:l,isLoading:d,error:u,objects:h}=Kr(),p=m(null);re(p,(()=>{r&&l.loadMore(!0)}),{deps:[r]}),c((()=>{l.search().then((()=>a(!0)))}),[]);const g=Gr(),f=Hr();return u?e(ae,{title:"Search failed",children:u.message}):t("div",{children:[t("div",{className:"flex justify-between items-center mb-4",children:[e(Er,{facets:g,search:f}),t("div",{className:"flex items-center gap-2",children:[e(y,{variant:"outline",onClick:()=>{a(!1),l.search().then((()=>a(!0)))},alt:"Refresh",children:e(lt,{size:16})}),e(zn,{onUpdate:i})]})]}),e(ra,{objects:h||[],isLoading:!1,layout:la,onRowClick:n,isGridView:s}),e("div",{ref:p,className:"mt-10"}),d&&e("div",{className:"flex justify-center",children:e(L,{size:"xl"})})]})}function ua({isOpen:n,onClose:r}){return t(Q,{onClose:()=>r(),isOpen:!!n,className:"min-w-[60vw]",children:[e(X,{children:"Select Content"}),e(Z,{className:"pt-0 overflow-y-auto max-h-[80vh] min-h-[80vh]",children:n&&e(oa,{onChange:r})})]})}const ma=/store:([a-f0-9]+)/;function ha({object:n}){const{client:a}=Ae(),{off:s,on:i,isOn:l}=se(),[d,u]=o(null!=n.value?String(n.value):""),[m,h]=o(void 0),p=()=>{u(""),n.value="",h(void 0)};return c((()=>{if(!d||m)return;const e=d.match(ma);e&&a.objects.get(e[1]).then((e=>{h(e)})).catch((()=>{p()}))}),[d]),t("div",{children:[t("div",{className:"relative",children:[e("input",{value:d,onChange:e=>{const t=e.target.value;u(t),n.value=t},className:r(ie.INPUT,"pr-10 w-full")}),m&&e("div",{className:"absolute inset-y-0 right-10 flex items-center justify-center ",children:e(y,{onClick:p,variant:"unstyled",className:"hover:text-red-500 hover:bg-gray-100 dark:hover:bg-gray-600",children:e(Le,{className:"size-5"})})}),e("div",{className:"absolute inset-y-0 right-0 flex items-center justify-center",children:e(y,{onClick:i,variant:"unstyled",className:"hover:bg-gray-100 dark:hover:bg-gray-600",children:e(ot,{className:"size-5"})})}),e(ua,{value:d,isOpen:l,onClose:e=>{if(e){const t="store:"+e.id;u(t),h(e||void 0),n.value=t}s()}})]}),m&&e("div",{className:"p-1 semibold text-sm text-gray-600 dark:text-slate-300",children:m.properties?.title||m.name})]})}function pa(e,t,n){return()=>{n&&e.files.getDownloadUrl(n).then((e=>{window.open(e.url,"_blank")})).catch((e=>{t({status:"error",title:"Failed to get download URL",description:e.message,duration:5e3})}))}}function ga({objectId:n,isOpen:r,onClose:a}){const s=Pt(),{client:i,store:l}=Ae(),[d,u]=o(null),[m,h]=o(!1),[p,g]=o(!1),[b,v]=o(),[x,w]=o(),[N,k]=o("preview"),C=f();c((()=>{n&&r?(h(!0),l.objects.retrieve(n,"+embeddings").then((e=>{u(e),e.text?v(e.text):S(e.id);const t=e.content;t&&t.source&&t.type&&t.type.startsWith("image/")&&_(e)})).catch((e=>{console.error("Error loading object:",e),C({title:"Error",description:"Failed to load document",status:"error",duration:3e3})})).finally((()=>{h(!1)}))):(u(null),v(void 0),w(void 0))}),[n,r,l.objects]);const S=async e=>{g(!0);try{const t=await l.objects.getObjectText(e);v(t.text)}catch(e){console.error("Error loading text:",e)}finally{g(!1)}},_=async e=>{try{"found"===(await i.objects.getRendition(e.id,{format:Pe.jpeg,generate_if_missing:!1})).status&&console.log("Found rendition");const t=await i.files.getDownloadUrl(e.content.source);w(t.url)}catch(e){console.error("Error loading image:",e)}},j=()=>{d&&(s(`/legal/objects/${d.id}`),a())},P=b&&(b.startsWith("#")||b.includes("\n#")||b.includes("\n*")),T=d?.content?.type&&d.content.type.startsWith("image/"),I="application/pdf"===d?.content?.type;return r?t("div",{className:"fixed inset-y-0 right-0 w-2/5 dark:bg-slate-900 shadow-xl z-50 flex flex-col transition-transform duration-300 transform "+(r?"translate-x-0":"translate-x-full"),children:[t("div",{className:"flex items-center justify-between px-4 py-3 border-b dark:border-gray-700 bg-gradient-to-r from-indigo-50 to-gray-50 dark:from-gray-800 dark:to-gray-900",children:[t("div",{className:"flex items-center",children:[e(ct,{className:"h-5 w-5 text-indigo-600 mr-2"}),e("h2",{className:"text-lg font-semibold text-gray-800 dark:text-gray-200 truncate",children:m?"Loading document...":d?.name||"Document Preview"})]}),t("div",{className:"flex items-center space-x-2",children:[t(y,{variant:"ghost",size:"sm",onClick:j,className:"flex items-center gap-1 text-indigo-600 hover:text-indigo-800",children:[e(dt,{className:"h-4 w-4"}),e("span",{children:"Full View"})]}),e(y,{variant:"ghost",size:"sm",onClick:a,className:"flex items-center text-gray-600 hover:text-gray-800 dark:text-gray-300 dark:hover:text-gray-100",children:e(Le,{className:"h-5 w-5"})})]})]}),m?e("div",{className:"flex-1 flex items-center justify-center",children:t("div",{className:"text-center",children:[e(L,{size:"lg",className:"text-indigo-600 dark:text-indigo-400 mb-2"}),e("p",{className:"text-gray-600 dark:text-gray-400",children:"Loading document..."})]})}):t("div",{className:"flex-1 flex flex-col h-full",children:[e("div",{className:"border-b",children:t("div",{className:"flex px-4",children:[e("button",{className:"py-2 px-4 font-medium border-b-2 "+("preview"===N?"border-indigo-600 text-indigo-700 dark:text-indigo-300":"border-transparent text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200"),onClick:()=>k("preview"),children:t("div",{className:"flex items-center gap-1",children:[e(Ye,{className:"h-4 w-4"}),e("span",{children:"Preview"})]})}),e("button",{className:"py-2 px-4 font-medium border-b-2 "+("properties"===N?"border-indigo-600 text-indigo-700 dark:text-indigo-300":"border-transparent text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200"),onClick:()=>k("properties"),children:t("div",{className:"flex items-center gap-1",children:[e(Ve,{className:"h-4 w-4"}),e("span",{children:"Properties"})]})})]})}),t("div",{className:"flex-1 overflow-auto p-4",children:["preview"===N&&t("div",{className:"h-full",children:[p?e("div",{className:"flex items-center justify-center h-40",children:e(L,{size:"md",className:"text-indigo-600 dark:text-indigo-400"})}):b?e("div",{className:"shadow rounded-md p-4 border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800",children:P?e("div",{className:"prose prose-sm max-w-none prose-p:my-2 prose-pre:bg-gray-800 prose-pre:my-2 prose-headings:text-indigo-700 dark:prose-invert dark:prose-headings:text-indigo-300",children:e(zt,{children:b})}):e("pre",{className:"text-wrap whitespace-pre-wrap dark:text-gray-200",children:b})}):null,T&&e("div",{className:"mt-4",children:e("div",x?{className:"border border-gray-200 dark:border-gray-700 rounded-md p-2 bg-white dark:bg-gray-800",children:e("img",{src:x,alt:d?.name,className:"mx-auto max-h-[70vh] object-contain"})}:{className:"flex items-center justify-center h-40",children:e(L,{size:"md",className:"text-indigo-600 dark:text-indigo-400"})})}),I&&t("div",{className:"flex flex-col items-center justify-center h-64 border border-gray-200 dark:border-gray-700 rounded-md p-4 bg-gray-50 dark:bg-gray-800",children:[e(ct,{className:"h-16 w-16 text-indigo-300 dark:text-indigo-400 mb-4"}),t("p",{className:"text-gray-600 dark:text-gray-400 text-center mb-4",children:["PDF document preview is available in full view. TODO"," "]}),e(y,{onClick:j,className:"bg-indigo-600 hover:bg-indigo-700 text-white",children:"Open Full Document View"})]}),!T&&!b&&!I&&!p&&t("div",{className:"flex flex-col items-center justify-center h-64 border border-gray-200 dark:border-gray-700 rounded-md p-4 bg-gray-50 dark:bg-gray-800",children:[e(ct,{className:"h-16 w-16 text-gray-300 dark:text-gray-600 mb-4"}),e("p",{className:"text-gray-600 dark:text-gray-400 text-center",children:"No preview available for this document type."})]})]}),"properties"===N&&d&&t("div",{className:"h-full",children:[d.properties?e("div",{className:"shadow rounded-md p-4 border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800",children:e(Lt,{value:d.properties})}):t("div",{className:"flex flex-col items-center justify-center h-64 border border-gray-200 dark:border-gray-700 rounded-md p-4 bg-gray-50 dark:bg-gray-800",children:[e(Ve,{className:"h-16 w-16 text-gray-300 dark:text-gray-600 mb-4"}),e("p",{className:"text-gray-600 dark:text-gray-400 text-center",children:"No properties available for this document."})]}),t("div",{className:"mt-4",children:[e("h3",{className:"text-sm font-semibold text-gray-700 dark:text-gray-300 mb-2",children:"Document Information"}),e("div",{className:"shadow rounded-md p-4 border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800",children:t("div",{className:"grid grid-cols-2 gap-y-2 gap-x-4 text-sm",children:[e("div",{className:"text-gray-500 dark:text-gray-400",children:"ID"}),e("div",{className:"font-medium dark:text-gray-200",children:d.id}),e("div",{className:"text-gray-500 dark:text-gray-400",children:"Type"}),e("div",{className:"font-medium dark:text-gray-200",children:d.type?.name||"Unknown"}),e("div",{className:"text-gray-500 dark:text-gray-400",children:"Content Type"}),e("div",{className:"font-medium dark:text-gray-200",children:d.content?.type||"N/A"}),e("div",{className:"text-gray-500",children:"Size"}),e("div",{className:"font-medium",children:d.content&&"size"in d.content?fa(d.content.size):"Unknown"}),e("div",{className:"text-gray-500",children:"Created"}),e("div",{className:"font-medium",children:d.created_at?new Date(d.created_at).toLocaleString():"N/A"}),e("div",{className:"text-gray-500",children:"Updated"}),e("div",{className:"font-medium",children:d.updated_at?new Date(d.updated_at).toLocaleString():"N/A"})]})})]})]})]})]}),t("div",{className:"flex items-center justify-between p-4 border-t bg-gray-50 dark:bg-gray-800 dark:border-gray-700",children:[e("div",{children:d?.content?.source&&t(y,{onClick:()=>{d?.content?.source&&i.files.getDownloadUrl(d.content.source).then((e=>{window.open(e.url,"_blank")})).catch((e=>{console.error("Error getting download URL:",e),C({title:"Error",description:"Failed to download file",status:"error",duration:3e3})}))},variant:"outline",className:"text-indigo-600 border-indigo-300 hover:bg-indigo-50",children:[e(Ze,{className:"h-4 w-4 mr-2"}),"Download"]})}),t(y,{onClick:j,className:"bg-indigo-600 hover:bg-indigo-700 text-white",children:["Open Full Document",e(ut,{className:"h-4 w-4 ml-2"})]})]})]}):null}function fa(e){if(0===e)return"0 Bytes";const t=Math.floor(Math.log(e)/Math.log(1024));return parseFloat((e/Math.pow(1024,t)).toFixed(2))+" "+["Bytes","KB","MB","GB","TB"][t]}const ba=Object.values($e),ya=Object.values(Ee);function va({onChange:n,isLoading:r,refresh:a,searchTypes:s}){const{client:i,project:l}=Ae(),d=f(),[u,m]=o(void 0),[h,p]=o(void 0),g=!(!l||!h?.embeddings.text&&!h?.embeddings.image),[b,v]=o(void 0),[x,w]=o(!1),[N,k]=o(s||ba),[C,S]=o(100);c((()=>{s&&k(s)}),[s]);const T={};let I=!1,A=!1;N.forEach((e=>{e===$e.full_text?I=!0:A=!0,ya.includes(e)&&(T[e]=!0)})),c((()=>{m(void 0),v(void 0)}),[a]),c((()=>{l&&i.projects.retrieve(l.id).then((e=>{p(e.configuration)}))}),[l]),c((()=>{b&&d({title:b,status:"success",duration:2e3})}),[b]),c((()=>{u&&0!==u.length||n(void 0)}),[u]);const L=()=>{if(!g||!u)return;n({vector:A?{text:u,config:T}:void 0,full_text:I?u:void 0,limit:C}),v("Searching...")},z=e=>t=>{k(t?t=>Array.from(new Set([...t,e])):t=>t.filter((t=>t!==e)))};return t("div",{className:"flex gap-1 items-center w-1/2",children:[e($,{placeholder:"Type what you are looking for, or select a filter",value:u,onChange:m,onKeyDown:e=>{"Enter"===e.key&&L()}}),e(y,{variant:"ghost",onClick:()=>w(!0),alt:"Semantic search settings",className:"ml-1",children:e(mt,{size:18})}),t(_,{isOpen:x,onClose:()=>w(!1),children:[e(j,{children:"Search Types"}),e(P,{children:t("div",{className:"flex flex-col gap-2",children:[t("label",{className:"flex items-center gap-2",children:[e(le,{checked:N.includes($e.full_text),onCheckedChange:z($e.full_text)}),e("span",{children:"Full Text"})]}),e("div",{className:"font-semibold mt-2 mb-1",children:"Embeddings"}),ya.map((n=>t("label",{className:"flex items-center gap-2",children:[e(le,{checked:N.includes(n),onCheckedChange:z(n)}),e("span",{children:n.charAt(0).toUpperCase()+n.slice(1)})]},n))),t("div",{className:"mt-3",children:[e("span",{className:"mr-2",children:"Limit"}),e(oe,{type:"number",min:1,value:C,onChange:e=>S(Number(e)||1),style:{width:80}})]})]})}),e(E,{children:e(y,{variant:"outline",onClick:()=>w(!1),children:"Close"})})]}),e(y,{variant:"secondary",isLoading:r,onClick:L,isDisabled:!g,alt:"Semantic search",children:"Search"})]})}const xa=[{name:"ID",field:"id",type:"string?slice=-7"},{name:"Name",field:".",type:"objectLink"},{name:"Type",field:"type.name",type:"string"},{name:"Status",field:"status",type:"string"},{name:"Updated At",field:"updated_at",type:"date"}];function wa({onUploadDone:t=async()=>{},layout:n}){const r=Hr(),a=f(),s=ta((async e=>{await t(e),setTimeout((()=>{console.log("Delayed refresh after upload to ensure backend consistency"),r.search().then((()=>{a({title:"Document list refreshed",description:"The document list has been updated with your uploaded files.",status:"info",duration:3e3})})).catch((e=>{console.error("Failed to refresh search results:",e)}))}),1e3)}));return e(Na,{layout:n,onUpload:(e,t)=>{const n=r.collectionId;return s(e,t,n)}})}function Na({layout:n,onUpload:r,allowFilter:a=!0,allowSearch:s=!0}){const i=Hr(),[l,d]=o(!1),[u,h]=o(null),{typeRegistry:p}=Ae(),{search:g,isLoading:f,error:b,objects:v}=Kr(),[x,w]=o(p?n||(N=p,((k=g.query.type)?N.getTypeLayout(k):xa)??xa):xa);var N,k;const[C,S]=o(0),[_,j]=o(0),[P,T]=o("grid"===localStorage.getItem(zn.LAST_DISPLAYED_VIEW)),[I,$]=o([]),E=m(null);c((()=>{l||0!==v.length||(g._updateRunningState(!0),g.search().then((()=>{d(!0)})).catch((e=>{console.error("Initial search failed:",e),g._updateRunningState(!1)})))}),[]),re(E,(()=>{l&&v.length>0&&v.length!=_&&(d(!1),g.loadMore().finally((()=>{j(v.length),d(!0)})))}),{deps:[l,v.length]});const A=e=>{if(e&&e.vector){if(g.query.vector=e.vector,g.query.full_text=e.full_text,g.query.weights=e.weights,g.query.score_aggregation=e.score_aggregation,g.query.dynamic_scaling=e.dynamic_scaling,!x.find((e=>"Search Score"===e.name))){const e=[...x,{name:"Search Score",field:"score",render:e=>e.score?.toFixed(4)||"0.0000"}];w(e)}g.search().then((()=>d(!0)))}else e&&e.full_text?(g.query.full_text=e.full_text,g.search().then((()=>d(!0)))):(delete g.query.vector,delete g.query.full_text,g.search().then((()=>d(!0))))},z=Gr(),U=Hr(),D=()=>{g.search().then((()=>d(!0)))},O=Ir(z),F=$r(U),R=new URL(window.location.href),B=R.searchParams.get("filters");if(B)try{const e=B.split(";"),t=e.filter((e=>{const[t]=e.split(":"),n=decodeURIComponent(t);return"start"!==n&&"end"!==n}));if(t.length!==e.length){const e=t.length>0?t.join(";"):"";e?R.searchParams.set("filters",e):R.searchParams.delete("filters"),window.history.replaceState({},"",R.toString())}}catch(b){console.error("Failed to clean start/end filters from URL:",b)}return t("div",{className:"flex flex-col gap-y-2",children:[e(ka,{object:u,onClose:()=>h(null)}),b&&e(ae,{title:"Error",children:b.message}),a&&t(M,{filterGroups:O,filters:I,setFilters:e=>{const t="function"==typeof e?e(I):e;$(t),F(t)},children:[t("div",{className:"flex flex-row gap-4 items-center justify-between w-full",children:[t("div",{className:"flex gap-2 items-center w-2/3",children:[s&&e(va,{onChange:A,isLoading:f,refresh:C,className:"w-full"}),e(V,{})]}),t("div",{className:"flex gap-1 items-center",children:[e(y,{variant:"outline",onClick:D,alt:"Refresh",children:e(lt,{size:16})}),e(zn,{onUpdate:T})]})]}),t("div",{className:"flex gap-2 items-center",children:[e(q,{}),e(W,{})]})]}),!a&&t("div",{className:"flex flex-row gap-4 items-center justify-between w-full",children:[e("div",{className:"flex gap-2 items-center w-2/3",children:s&&e(va,{onChange:A,isLoading:f,refresh:C})}),t("div",{className:"flex gap-1 items-center",children:[e(y,{variant:"outline",onClick:D,alt:"Refresh",children:e(lt,{size:16})}),e(zn,{onUpdate:T})]})]}),e(ra,{objects:v,isLoading:!v.length&&f,layout:x,onRowClick:h,onUpload:r,isGridView:P,collectionId:i.collectionId}),f&&e("div",{className:"flex justify-center",children:e(L,{size:"xl"})}),e("div",{ref:E})]})}function ka({object:n,onClose:r}){const{store:a}=Ae(),s=f(),i=Pt(),l=pa(a,s,n?.content?.source);return n?t(ce,{title:n.properties?.title||n.name,isOpen:!0,onClose:r,children:[t("div",{className:"flex items-center gap-x-2",children:[e(y,{variant:"ghost",size:"sm",title:"Open Object",onClick:()=>i(`/objects/${n.id}`),children:e(et,{className:"size-4"})}),n.content?.source&&e(y,{variant:"ghost",size:"sm",title:"Download",onClick:l,children:e(Ze,{className:"size-4"})})]}),e(de,{className:"my-2"}),e("div",{className:"pt-2",children:e(Fn,{object:n,loadText:!0})})]}):null}var Ca;function Sa({isExporting:n,isOpen:r,onClose:a}){return t(_,{onClose:()=>a(void 0),isOpen:r,className:"relative overflow-visible",children:[e(j,{children:"Export Object Properties"}),!n&&e(_a,{onClose:a}),n&&e(ja,{})]})}function _a({onClose:n}){const[r,a]=o(void 0),[s,i]=o(void 0),l=["Export selected objects","Export all objects"];return t(P,{className:"min-h-[104px] pt-0 flex flex-col gap-y-4",children:[e("div",{className:"h-1/3",children:e(F,{options:l,value:s,onChange:i,placeholder:"Choose what to export",className:"h-full w-full text-sm",filterBy:"name",isClearable:!0})}),t("div",{className:"h-1/2 flex flex-col gap-y-8 content-between",children:[e(F,{options:Object.values(Ca),value:r,onChange:a,placeholder:"Choose a format",className:"h-full w-full text-sm",filterBy:"name",isClearable:!0}),e(y,{className:"w-full",isDisabled:!r||!s,onClick:()=>{n(r,s==l[1])},children:"Export Properties"})]})]})}function ja({}){return e(P,{className:"min-h-[84px] pt-0",children:t("div",{className:"h-full grid flex-col gap-y-2 content-between justify-items-center",children:[t("div",{className:"text-sm flex flex-col gap-x-2",children:[e("p",{children:"EXPORT IS IN PROGRESS"}),e("p",{className:"pt-2 grid justify-items-center",children:"PLEASE WAIT"})]}),e(L,{size:"lg"})]})})}function Pa({collection:t}){const n=f(),{client:r,typeRegistry:a}=Ae(),s=function(e,t){let n=e.table_layout;if(n&&n.length>0)return n;e.type&&t&&(n=t?.getTypeLayout(e.type.id));return n&&n.length>0?n:void 0}(t,a);return t.dynamic?e(Na,{layout:s}):e(wa,{onUploadDone:async e=>{e.length>0&&await r.store.collections.addMembers(t.id,e).catch((e=>{n({title:"Failed to add objects to collection",description:e.message,status:"error"})}))},layout:s})}!function(e){e.CSV="CSV",e.JSON="JSON"}(Ca||(Ca={}));const Ta=n=>null===n?"None":t("div",{children:[e("div",{className:"text-sm",children:n.name}),e("div",{className:"text-xs text-gray-500",children:n.description})]});function Ia({className:t,defaultValue:n,onChange:r,isClearable:a,multiple:s}){const i=Ae(),[l,d]=o(!1),[u,m]=o(),[h,p]=o([]);c((()=>{if(!l&&(d(!0),i.typeRegistry&&n)){if(s&&Array.isArray(n)){const e=i.typeRegistry.types.filter((e=>n.includes(e.id)));p(e)}const e=i.typeRegistry.types.find((e=>e.id===n));e&&m(e)}}),[i.typeRegistry,n,s]);const g=e=>{p(e),r(e)};return e("div",s?{className:"flex flex-col gap-4 content-between",children:e(ne,{options:i.typeRegistry?.types||[],value:h,onChange:g,placeholder:"Choose Content Types...",optionLabel:Ta,className:t||"text-sm bg-background",filterBy:"name",isClearable:a||!1,multiple:!0})}:{className:"flex flex-col gap-4 content-between",children:e(ne,{options:i.typeRegistry?.types||[],value:u,onChange:e=>{m(e||void 0),r(e)},placeholder:"Choose a Content Type...",optionLabel:Ta,className:t||"text-sm bg-background",filterBy:"name",isClearable:a||!1})})}function $a({onClose:n,redirect:r=!0,onAddToCollection:a}){const s=Pt(),i=f(),[l,c]=o(!1),{client:d}=Ae(),[u,m]=o({dynamic:!1,name:"",description:""});function h(e,t){m({...u,[e]:t})}return t("form",{onSubmit:e=>e.preventDefault(),children:[t(Z,{children:[e(I,{label:"Name",required:!0,children:e($,{type:"text",value:u.name||"",onChange:e=>h("name",e)})}),e(I,{label:"Description",className:"mt-2",children:e("textarea",{className:ie.INPUT,value:u.description||"",onChange:e=>h("description",e.target.value)})}),e(I,{label:"Dynamic Collection",className:"mt-2",direction:"row",description:"Dynamically fetch content for the collection based on a query. If not enabled, then content must be added by users or agents.",children:e(ue,{value:u.dynamic||!1,onChange:e=>h("dynamic",e)})}),!u.dynamic&&e(I,{label:"Allowed Content Types",className:"mt-4",description:"Optionally select which content types can be added to the collection. If not set, then all content types are allowed.",children:e(Ia,{defaultValue:u.allowed_types||null,onChange:e=>{Array.isArray(e)?h("allowed_types",e.map((e=>e.id))):h("allowed_types",e?[e.id]:[])},isClearable:!0,multiple:!0})}),e(I,{label:"Type",className:"mt-2",description:"Optionally select a content type to assign custom properties and data to the collection.",children:e(Ia,{defaultValue:u.type||null,onChange:e=>{Array.isArray(e)?h("type",e.length>0?e[0].id:null):h("type",e?.id||null)},isClearable:!0})})]}),e(te,{children:e(y,{isDisabled:l,onClick:()=>{u?.name&&u.name.trim()?(u.name=u.name.trim(),u.description&&(u.description=u.description.trim()),null==u.dynamic&&(u.dynamic=!1),c(!0),d.store.collections.create(u).then((e=>{n(),i({title:"Collection created",description:`Collection "${e.name}" created successfully`,status:"success",duration:3e3}),r&&s(`/collections/${e.id}`),a&&a(e.id)})).catch((e=>{i({title:"Failed to create collection",description:e.message,status:"error",duration:5e3})})).finally((()=>c(!1)))):i({title:"Name is required",description:"Please provide a name for the collection",status:"error",duration:5e3})},children:"Create Collection"})})]})}function Ea({isOpen:n,onClose:r}){return t(Q,{onClose:r,isOpen:n,children:[e(X,{children:"Create a Collection"}),e($a,{onClose:r})]})}function Aa({}){const{client:r}=Ae(),a=f(),[s,i]=o(),[l,d]=o(!0),[u,m]=o(!1),{data:h,error:p,refetch:g}=B((()=>r.store.collections.search({})),[]);if(c((()=>{(h||p)&&d(!1)}),[h,p]),p)return e(ae,{title:"Collections fetch failed",children:p.message});return t(n,{children:[h&&(h.length>0?t(H,{className:"w-full",children:[e("thead",{children:t("tr",{children:[e("th",{children:"Name"}),e("th",{children:"Type"}),e("th",{children:"Created"}),e("th",{})]})}),e(G,{columns:4,isLoading:l,children:h.map((n=>t(me,{children:[e("td",{children:t("div",{className:"flex items-center gap-2",children:[La(n.dynamic),e(jt,{href:`/collections/${n.id}`,children:n.name})]})}),e("td",{children:n.type?.name||"-"}),e("td",{children:Tt(n.created_at).fromNow()}),e("td",{className:"text-right",children:e(y,{variant:"destructive",size:"sm",onClick:()=>i(n.id),children:e(ht,{className:"size-4"})})})]},n.id)))})]}):e(he,{title:"No Collections",buttonLabel:"New Collections",onClick:()=>m(!0),children:"Get started by creating a new Collections."})),e(Ea,{isOpen:u,onClose:()=>m(!1)}),e(pe,{isOpen:!!s,title:"Delete Collection",content:"Are you sure you want to delete this collection? This action cannot be undone.",onConfirm:async()=>{if(s)try{await r.store.collections.delete(s),a({title:"Collection deleted",status:"success",duration:3e3}),g()}catch(e){console.error("Failed to delete collection:",e),a({title:"Failed to delete collection",description:e.message||"An error occurred",status:"error",duration:5e3})}finally{i(void 0)}},onCancel:()=>i(void 0)})]})}function La(t){const n=t?"Dynamic Collection":"Static Collection",r=e(t?pt:gt,{className:"size-5"});return e(O,{description:n,className:"mr-2",children:r})}function za({objects:n,isLoading:r}){const a=Pt();return e("div",{children:t(H,{className:"w-full",children:[e("thead",{children:t("tr",{children:[e("th",{children:"Name"}),e("th",{children:"Strict Mode"}),e("th",{children:"Semantic Chunking"}),e("th",{children:"Updated At"})]})}),e(G,{isLoading:r,columns:3,children:n?.map((n=>t("tr",{onClick:()=>a(`/types/${n.id}`),className:"cursor-pointer hover:bg-muted",children:[e("td",{children:n.name}),e("td",{children:n.strict_mode?"Yes":"No"}),e("td",{children:n.is_chunkable?"Yes":"No"}),e("td",{children:Tt(n.updated_at).fromNow()})]},n.id)))})]})})}Tt.extend(Gt),Tt.extend(Gt);class Ua{client;limit;result=new K({objects:[],isLoading:!1});query={};constructor(e,t=100){this.client=e,this.limit=t}get objects(){return this.result.value.objects}get error(){return this.result.value.error}get isRunning(){return this.result.value.isLoading}getFilterValue(e){return this.query[e]}setFilterValue(e,t){this.query[e]=t,this.search()}reset(e=!1){this.result.value={objects:[],isLoading:e}}_updateRunningState(e){const t=this.result.value;this.result.value={objects:t.objects,isLoading:e,error:t.error}}async _search(e=!1){if(this.isRunning)return Promise.resolve(!1);this.result.value={isLoading:!0,objects:e?this.objects:[]};const t=this.limit,n=this.objects.length;return this.client.types.list({limit:t,offset:n,query:this.query}).then((async e=>(this.result.value={isLoading:!1,objects:this.objects.concat(e)},!0))).catch((e=>{throw this.result.value={error:e,isLoading:!1,objects:this.objects},e}))}search(){return this.isRunning?Promise.resolve(!1):this._search(!1)}loadMore(){return this.isRunning?Promise.resolve(!1):this._search(!0)}}const Da=d(void 0);function Oa(){return u(Da)}function Fa(){const e=Oa();return{...Y(e.result),search:e}}function Ra(){return Oa().objects.length}function Ma({title:n,isOpen:r,onClose:a,okLabel:s,initialPayload:i}){const l=f(),[c,d]=o(i?.name),[u,m]=o(i?.description),[h,p]=o(i?.strict_mode??!1);return t(_,{isOpen:r,onClose:()=>a(),children:[e(j,{children:n}),e(P,{className:"pt-0",children:t("div",{className:"h-full flex flex-col gap-4 content-between",children:[t("div",{children:[e("label",{className:"block text-sm font-medium text-muted",children:"Name"}),e($,{value:c,onChange:d})]}),t("div",{children:[e("label",{className:"block text-sm font-medium text-muted",children:"Description"}),e(ge,{value:u,onChange:m})]})]})}),e(E,{children:t("div",{className:"flex justify-end gap-4",children:[e(y,{variant:"secondary",onClick:()=>a(),children:"Cancel"}),e(y,{variant:"primary",onClick:()=>(()=>{if(!c)return void l({status:"error",title:"Name is required",duration:5e3});a({name:c,description:u,strict_mode:h}).then((()=>a())),d(void 0),m(void 0),p(!1)})(),children:s})]})})]})}var Va;function qa({isDirty:n=!1}){const r=Ae(),{store:a}=r,s=f(),[i,l]=o(!1),{search:d,isLoading:u,error:h,objects:p}=Fa(),[g,b]=o(""),y=fe(g,500),v=m(null);re(v,(()=>{i&&d.loadMore()}),{deps:[i]}),c((()=>{d.search().then((()=>l(!0)))}),[]),c((()=>{d.query.name=g,d.search().then((()=>l(!0)))}),[y]);const[x,w]=o(void 0);c((()=>{d.query.chunkable=x?"Yes"==x:void 0,d.search().then((()=>l(!0)))}),[x]),c((()=>{n&&i&&d.search().then((()=>l(!0)))}),[n]);const[N,k]=o(!1);if(h)return e(ae,{title:"Failed to fetch ObjectTypes",children:h.message});return t("div",{className:"flex flex-col gap-4 h-full",children:[t("div",{className:"flex gap-4",children:[e($,{placeholder:"Filter by Name",value:g,onChange:b}),e(F,{className:"w-60",isClearable:!0,options:Object.values(Va),value:x,onChange:e=>{w(e)},placeholder:"Is Chunkable"})]}),t("div",{className:"flex-1",children:[u||0!==p?.length?e(za,{objects:p,isLoading:u}):e(he,{title:"No Type",buttonLabel:"Create Type",onClick:()=>{k(!0)},children:"Get started by creating a new Type."}),e(Ma,{okLabel:"Create",title:"Create Type",isOpen:N,onClose:async e=>e?a.types.create(e).then((async()=>{s({status:"success",title:"Type created",duration:2e3}),r.reloadTypes(),d.search().then((()=>l(!0)))})).catch((e=>{s({status:"error",title:"Error creating type",description:e.message,duration:5e3})})):(k(!1),Promise.resolve())})]})]})}!function(e){e.true="Yes",e.false="No"}(Va||(Va={}));const Wa=[Qt,Yt()];function Ba({objectType:n,onSchemaUpdate:r}){const{store:a}=Ae(),s=f(),[i,c]=o(!1),d=Ot(n.object_schema),u=m(void 0),[h,p]=o(!1),g=l((()=>function(e){if(!e)return"";return JSON.stringify(e,null,2)}(d.schema)),[d]),b=()=>{if(u.current){const e=u.current.getValue();try{const t=function(e){if(!e?.trim())return;return JSON.parse(e.trim())}(e);Ja(t),d.replaceSchema(t)}catch(e){return s({status:"error",title:"Invalid JSON Schema",description:e.message,duration:5e3}),!1}}return!0};return t("div",{className:"mx-2 my-2 rounded-2xl border border-solid shadow-md border-spacing-2",children:[t("div",{className:"flex items-center rounded-t-md border-b gap-x-2 py-2 pl-4 pr-2",children:[e("div",{className:"text-base font-semibold",children:"Schema Editor"}),e("div",{children:e(y,{variant:"outline",size:"sm",onClick:()=>{h&&!b()||p((e=>!e))},children:h?"Edit Schema":"Edit Json"})}),e("div",{className:"ml-auto flex gap-x-2",children:e(y,{isLoading:i,variant:"outline",size:"sm",onClick:()=>{h&&!b()||(c(!0),a.types.update(n.id,{object_schema:d.schema}).then((()=>{r(d),s({status:"success",title:"Schema updated",description:"The schema has been updated successfully",duration:2e3})})).catch((e=>{s({status:"error",title:"Failed to update schema",description:e.message,duration:5e3})})).finally((()=>{c(!1)})))},children:"Save Changes"})})]}),e("div",{className:"px-4 py-2",children:h?e(Ft,{value:g,extensions:Wa,editorRef:u}):e(Rt,{schema:d})})]})}const Ja=e=>{try{new At({strict:!0}).compile(e)}catch(e){throw new Error(`Invalid JSON Schema definition: ${e.message}`)}};function Ha({children:t,limit:n,name:r,chunkable:a}){const{store:s}=Ae(),i=l((()=>{const e=new Ua(s,n);return e.query.name=r,e.query.chunkable=a,e}),[n]);return e(Da.Provider,{value:i,children:t})}function Ga({isOpen:n,onClose:r,title:a="Select Content Type",children:s,initialSelectedType:i=null,confirmLabel:l="Select Type",allowNone:c=!0}){const{typeRegistry:d}=Ae(),[u,m]=o(i),h=d?.types||[],p=()=>{r(void 0)};return t(_,{isOpen:n,onClose:p,className:"w-full max-w-xl mx-auto",children:[e(j,{children:a}),t(P,{className:"p-6",children:[s,t("div",{className:"mb-4 mt-4",children:[t("label",{className:"block text-sm font-medium mb-2",children:["Content Type ",c&&e("span",{className:"text-gray-500 font-normal",children:"(Optional)"})]}),e(F,c?{options:h,value:u,optionLabel:e=>e?e.name:"Select a content type",placeholder:"Select a content type or leave empty for automatic detection",onChange:e=>m(e||null),filterBy:"name",isClearable:!0}:{options:h,value:u,optionLabel:e=>e?e.name:"Select a content type",placeholder:"Select a content type",onChange:e=>m(e||null),filterBy:"name"}),c&&t("div",{className:"mt-2 text-sm text-blue-600 flex items-center",children:[e(nt,{className:"h-4 w-4 mr-1"}),t("span",{children:[e("strong",{children:"Type selection is optional."})," Leave empty to let Vertesia choose the appropriate type"]})]})]}),u?t("div",{className:"text-sm text-gray-500 bg-gray-50 p-3 rounded-md mb-4",children:[e("div",{className:"font-medium",children:u.name}),u.description&&e("div",{className:"mt-1",children:u.description})]}):c&&t("div",{className:"text-sm text-blue-600 bg-blue-50 p-3 rounded-md mb-4",children:[e("div",{className:"font-medium",children:"Automatic Type Detection"}),t("div",{className:"mt-1",children:["Vertesia will analyze each file's content and automatically select the most appropriate type.",e("br",{}),e("span",{className:"mt-1 block font-medium",children:"This is recommended for most uploads."})]})]})]}),t(E,{children:[e(y,{variant:"ghost",onClick:p,children:"Cancel"}),e(y,{onClick:()=>{r(u?.id??null)},children:u?`${l}: ${u.name}`:c?"Let Vertesia Choose":l})]})]})}const Ka=[Qt,Yt()];function Ya({objectType:n,onLayoutUpdate:r}){const a=f(),[s,i]=o(!1),{store:c}=Ae(),d=m(void 0),u=l((()=>Qa(n.table_layout)),[n.table_layout]),h=(e,t)=>{a({status:"error",title:e,description:t,duration:5e3})};return t("div",{className:"mx-2 my-2 rounded-2xl border border-solid shadow-xs",children:[t("div",{className:"flex items-center rounded-t-md border-b gap-x-2 py-2 pl-4 pr-2",children:[e("div",{className:"text-base font-semibold ",children:"Table Layout Editor"}),e("div",{className:"ml-auto flex gap-x-2",children:e(y,{isLoading:s,variant:"outline",size:"sm",onClick:()=>{if(!d.current)return;const e=d.current.getValue();let t;if(e)try{t=JSON.parse(e)}catch(e){return h("Invalid JSON",e.message)}else t=null;return Array.isArray(t)?t.some((e=>!e||!e.name||!e.field))?h("Invalid JSON","A table layout entry must contain the following properties:] {field, name, converter?}"):(i(!0),void c.types.update(n.id,{table_layout:t}).then((e=>{a({status:"success",title:"Table Layout updated",description:"The table layout has been updated successfully",duration:2e3}),r(e.table_layout)})).catch((e=>{a({status:"error",title:"Failed to update table layout",description:e.message,duration:5e3})})).finally((()=>{i(!1)}))):h("Invalid JSON","The table layout must be an array")},children:"Save Changes"})})]}),e("div",{className:"px-4 py-2",children:e(Ft,{value:u,extensions:Ka,editorRef:d})})]})}function Qa(e){return e?JSON.stringify(e,null,2):"[\n\n]"}const Xa=[Qt,Yt()];function Za({refetch:n,collection:r}){const a=r.type?.id,s=m(void 0),i=f(),{client:c}=Ae(),[d,u]=o(!1),[h,p]=o({name:r.name,description:r.description||"",query:r.query?JSON.stringify(r.query,null,2):"",tags:r.tags||[],type:r.type?.id||"",allowed_types:r.allowed_types||[]}),g=l((()=>Qa(r.table_layout)),[r.table_layout]),b=(e,t)=>{p({...h,[e]:t})};return t("div",{className:"flex flex-col gap-4 py-2",children:[e(I,{label:"Name",required:!0,children:e($,{value:h.name,onChange:e=>b("name",e)})}),e(I,{label:"Description",children:e("textarea",{className:ie.INPUT,value:h.description,onChange:e=>b("description",e.target.value)})}),!r.dynamic&&e(I,{label:"Allowed Content Types",description:"Select which content types can be added to the collection. If not set, then all content types are allowed.",children:e(Ia,{defaultValue:h.allowed_types||null,onChange:e=>{Array.isArray(e)?b("allowed_types",e.map((e=>e.id))):b("allowed_types",e?[e.id]:[])},isClearable:!0,multiple:!0})}),r.dynamic&&e(I,{label:"Query",description:"Define the query to dynamically fetch content for the collection.",children:e("textarea",{className:ie.INPUT,value:h.query,onChange:e=>b("query",e.target.value)})}),e(I,{label:"Table Layout",description:"Define a custom layout for displaying the collection in tables.",children:e(Ft,{className:"border-1 rounded-md border-border",value:g,extensions:Xa,editorRef:s})}),e(I,{label:"Type",description:"Select a content type to assign custom properties and data to the collection.",children:e(Ia,{defaultValue:h.type||null,onChange:e=>{Array.isArray(e)?b("type",e.length>0?e[0].id:null):b("type",e?.id||null)},isClearable:!0})}),e(y,{size:"lg",className:"w-min my-4",isDisabled:d,onClick:()=>{const e=h.query?JSON.parse(h.query):void 0,t={name:h.name,description:h.description,query:e,tags:h.tags,type:h.type,allowed_types:h.allowed_types};let a;if(t.name||(a="Name is required"),t.type||(t.type=null),a&&i({title:"Validation failed",description:a,status:"error",duration:5e3}),s.current){const e=s.current.getValue();if(e)try{t.table_layout=JSON.parse(e)}catch(e){return void i({title:"Invalid Table Layout",description:e.message,status:"error",duration:5e3})}else t.table_layout=null}u(!0),c.store.collections.update(r.id,t).then((()=>{n(),i({title:"Collection updated",description:"Collection has been updated successfully",status:"success",duration:3e3})})).catch((e=>{i({title:"Failed to update collection",description:e.message,status:"error",duration:5e3})})).finally((()=>{u(!1)}))},children:"Save Metadata"}),a&&e(es,{typeId:a,collection:r})]})}function es({typeId:t,collection:n}){const{client:r}=Ae(),{data:a,error:s}=B((()=>r.store.types.retrieve(t)),[t]);return s?e(ae,{title:"Failed to load type",children:s.message}):e(ns,{title:"Properties",children:a&&e(ts,{collection:n,schema:a.object_schema})})}function ts({schema:t={},collection:n}){const{client:r}=Ae(),a=f(),s=l((()=>new Mt(t,n.properties||{})),[t,n]),[i,c]=o(!1);return e(Vt,{object:s,onSubmit:e=>{const t={properties:e||{}};c(!0),r.store.collections.update(n.id,t).then((()=>{a({title:"Collection properties updated",description:"Collection has been updated successfully",status:"success",duration:3e3})})).catch((e=>{a({title:"Failed to update collection properties",description:e.message,status:"error",duration:5e3})})).finally((()=>{c(!1)}))},children:e(y,{size:"lg",isLoading:i,className:"my-4",variant:"primary",type:"submit",children:"Save Properties"})})}function ns({children:n,title:r}){return t("div",{className:"my-4",children:[e("div",{className:"text-lg text-gray-700 font-semibold border-b border-b-gray-300 py-2 mb-4",children:r}),n]})}function rs({onChange:t,value:n,disabled:r=!1,className:a}){const{client:s}=Ae(),{data:i,error:l}=B((()=>s.store.collections.search({dynamic:!1})),[]);if(l)return e(ae,{title:"Collection fetch failed",children:l.message});const o=n?i?.find((e=>e.id===n)):void 0;return e(ne,{filterBy:"name",value:o,onChange:e=>{t(e?.id,e)},placeholder:"Select a collection",options:i||[],optionLabel:e=>e.name,by:"id",className:a,disabled:r})}function as({action:n,objectIds:r,children:a}){const{store:s}=Ae(),i=f(),[l,c]=o(!1),d=h((()=>(c(!0),Promise.resolve(!0))),[]);ks(n.id,d);return t("div",{children:[a,e(Ga,{isOpen:l,onClose:e=>{c(!1),void 0!==e&&s.runOperation({name:"change_type",ids:r,params:{typeId:e}}).then((e=>{i({status:"success",title:"Change Type",description:`Change the type of ${r.length} objects is ${"in_progress"===e.status?"in progress":"completed"}`,duration:2e3})})).catch((e=>{i({status:"error",title:"Error changing type",description:e.message,duration:5e3})}))},title:"Change Content Type",confirmLabel:"Change Type",children:t("div",{className:"text-sm flex flex-col gap-x-2",children:[t("p",{children:["Choose a new Content Type for the selected object",r.length>1?"s":" ","or let the system choose or generate a type based on the content."]}),t("p",{className:"pt-2 text-xs",children:["Note: This action will raise the ",e("code",{children:"change_type"})," event and will trigger the standard intake workflows which may reset the object properties."]})]})})]})}const ss={id:"changeType",name:"Change Content Type",description:"Change the Content Type of the selected documents",confirm:!1,component:as};function is({action:r,callback:a,children:s}){const[i,l]=o(!1),c=r.confirmationText||`Are you sure you want to ${r.name}?`,d=h((e=>r.confirm?(l(!0),Promise.resolve(!0)):a(e)),[r.confirm,a]),u=ks(r.id,d);return t(n,{children:[s,e(pe,{onConfirm:()=>{l(!1),a({...u.params,action:r})},onCancel:()=>l(!1),title:"Are you sure?",content:c,isOpen:i})]})}function ls({action:t,objectIds:n,children:r}){const a=Ns(),s=f(),{client:i}=Ae(),l=Hr(),o=Pt(),c=h((()=>n&&n.length?Promise.all(n.map((e=>i.store.objects.delete(e)))).then((e=>{const t=e.length>1?"s":"";if(s({status:"success",title:`${e.length} object${t} deleted`,description:`Objects ${e.map((e=>e.id)).join(", ")} have been deleted`,duration:2e3}),l){a.params?.selection?.removeAll();const e=JSON.parse(JSON.stringify(l.facets));n.length===e._value.total&&l.resetFacets(),l.search()}else o("/objects")})).catch((e=>{s({status:"error",title:"Error deleting objects",description:e.message,duration:5e3})})):(s({status:"error",title:"No objects selected",description:"Please select objects to delete",duration:3e3}),Promise.resolve(!1))),[n]);return e(is,{action:t,callback:c,children:r})}const os={id:"delete",name:"Delete",description:"Delete the selected objects",confirm:!0,confirmationText:"Are you sure you want to delete the selected objects?",component:ls,destructive:!0};function cs({action:t,objectIds:n}){const{store:r}=Ae(),a=f(),[s,i]=o(!1),[l,c]=o(!1),d=h((()=>(i(!0),Promise.resolve(!0))),[]),u=ks(t.id,d);return e("div",{children:e(Sa,{isExporting:l,isOpen:s,onClose:(e,t)=>{if(e&&(t||n.length>0)){c(!0);const s=u.params?.search?.query||{},l=u.params?.search?.result?.value?.objects?.map((e=>e.id))||void 0,o=async e=>r.objects.list({query:{parent:e}}).then((e=>e.map((e=>e.id))));(async()=>t?l?s.vector?l:[]:0===n.length?[]:(await o(n[0])).concat(n):n)().then((l=>{r.objects.exportProperties({objectIds:l,type:e,query:t&&!s.vector?s:{type:s.type}}).then((r=>{let s;if(e===Ca.CSV)s=new Blob([r.data],{type:r.type});else if(e===Ca.JSON)s=new Blob([JSON.stringify(r.data)],{type:r.type});else{const e=r.data;s=new Blob([new Uint8Array(e.data)],{type:r.type})}const i=window.URL.createObjectURL(s),l=document.createElement("a");l.download=r.name,l.href=i,l.click(),a({status:"success",title:"Export Properties",description:t?"Export the properties of all objects completed":`Export the properties of ${n.length} object${n.length>1?"s":""} is completed`,duration:2e3})})).catch((e=>{a({status:"error",title:"Error Export Properties",description:e.message,duration:5e3})})).finally((()=>{c(!1),i(!1)}))}))}else i(!1)}})})}const ds={id:"exportProperties",name:"Export Properties",description:"Export all Object Properties",confirm:!1,component:cs};function us({action:t,objectIds:n,collectionId:r}){const a=Ns(),s=f(),{client:i}=Ae(),l=Hr(),o=h((()=>n&&n.length?r?i.store.collections.deleteMembers(r,n).then((()=>{const e=n.length>1?"s":"";s({status:"success",title:`${n.length} object${e} removed from collection`,description:"Objects have been removed from the collection",duration:2e3}),l&&(a.params?.selection?.removeAll(),l.search())})).catch((e=>{s({status:"error",title:"Error removing objects from collection",description:e.message,duration:5e3})})):(s({status:"error",title:"No collection context",description:"Cannot remove objects: no collection specified",duration:3e3}),Promise.resolve(!1)):(s({status:"error",title:"No objects selected",description:"Please select objects to remove from collection",duration:3e3}),Promise.resolve(!1))),[n,r]);return e(is,{action:t,callback:o})}const ms={id:"removeFromCollection",name:"Remove from Collection",description:"Remove the selected objects from this collection",confirm:!0,confirmationText:"Are you sure you want to remove the selected objects from this collection?",component:us,destructive:!0};function hs({action:t,objectIds:n,collectionId:r}){const a=f(),{client:s}=Ae(),[i,l]=o(!1),c=h((()=>(l(!0),Promise.resolve(!0))),[]);return ks(t.id,c),e(gs,{isOpen:i,onClose:e=>{if(l(!1),e)return s.store.workflows.rules.execute(e,n,{collection_id:r}).then((()=>{a({title:"Workflow started",status:"success",duration:3e3})})).catch((e=>{a({title:"Error starting workflow",status:"error",description:e.message,duration:9e3})}))}})}const ps={id:"startWorkflow",name:"Start Workflow",description:"Start an workflow on the selected objects",confirm:!1,hideInList:!0,component:hs};function gs({isOpen:n,onClose:r}){return t(Q,{onClose:()=>r(void 0),isOpen:n,className:"",children:[e(X,{children:"Start a Workflow by Rule"}),e(bs,{onClose:r})]})}function fs(n){return{label:t("div",{children:[e("div",{children:n.name}),e("div",{className:"text-sm text-muted",children:n.description})]}),reverse:!0}}function bs({onClose:n}){const[r,a]=o(void 0),s=Ns();return t("div",{children:[t(Z,{children:[e("div",{className:"pb-2",children:"Choose a workflow rule to start:"}),e("div",{className:"max-h-[420px] overflow-y-scroll border-border border rounded-md",children:e(be,{options:s.wfRules,optionLayout:fs,onChange:e=>{a(e)},value:r})})]}),t(te,{children:[e(y,{variant:"secondary",onClick:()=>n(),children:"Cancel"}),e(y,{onClick:()=>{r&&n(r.id)},isDisabled:!r,children:"Start"})]})]})}class ys{params;allActions=[ds,ss,ps,_s,os,ms];wfRules=[];callbacks={};startWorkflow;constructor(e){this.params=e}get actions(){return!!this.params.selection?.collectionId?this.allActions.filter((e=>"addToCollection"!==e.id&&"delete"!==e.id)):this.allActions.filter((e=>"removeFromCollection"!==e.id))}async loadWorkflows(){return this.params.client.workflows.rules.list().then((e=>{this.wfRules=e.map((e=>({id:e.id,name:e.name,description:e.description,confirm:!1,isWorkflow:!0,component:hs}))).sort(((e,t)=>e.name.localeCompare(t.name)))})),this.wfRules}registerCallback(e,t){return this.callbacks[e]=t,()=>{delete this.callbacks[e]}}unregisterCallback(e){delete this.callbacks[e]}findAction(e){let t=this.allActions.find((t=>t.id===e));return t||(t=this.wfRules.find((t=>t.id===e))),t}async run(e){const t=this.findAction(e);if(!t)throw new Error(`Action ${e} not found`);const n={...this.params,action:t},r=this.callbacks[e];if(r)return r(n);throw new Error("No action callback set")}}const vs=d(void 0);function xs({children:n}){const r=zr(),a=f(),{client:s}=Ae(),i=Hr(),{data:o,error:c}=B((()=>s.workflows.rules.list().then((e=>e.map((e=>({id:e.id,name:e.name,description:e.description,confirm:!1,isWorkflow:!0,component:hs}))).sort(((e,t)=>e.name.localeCompare(t.name)))))),[]),d=l((()=>{const e=new ys({selection:r,toast:a,client:s,search:i});return e.wfRules=o,e}),[r,o]);return c?e(ae,{title:"Failed to fetch workflows",children:c.message}):d&&t(vs.Provider,{value:d,children:[e(ws,{}),n]})}function ws({}){const t=Ns(),n=t.params.selection,r=n.getObjectId(),a=n.isSingleSelection()&&r?[r]:n.getObjectIds();return e("div",{style:{display:"none"},children:t.allActions.map((t=>e(t.component,{action:t,objectIds:a,collectionId:n.collectionId},t.id)))})}function Ns(){const e=u(vs);if(!e)throw new Error("You cannot use useActionContext outside an ActionProvider");return e}function ks(e,t){const n=Ns();return c((()=>n.registerCallback(e,t)),[n,e,t]),n}function Cs(e){const t=Ns();return c((()=>(t.startWorkflow=e,()=>{t.startWorkflow=void 0})),[e,t]),t}function Ss({action:t,objectIds:n}){const[r,a]=o(!1),s=h((()=>(n.length>0&&a(!0),Promise.resolve(!0))),[n]);return ks(t.id,s),r&&e(ye,{children:e(js,{objectIds:n,isOpen:r,onClose:()=>{a(!1)}})})}const _s={id:"addToCollection",name:"Add to Collection",description:"Add documents to a collection",confirm:!1,component:Ss};function js({isOpen:n,onClose:r,objectIds:a}){return t(Q,{isOpen:n,onClose:r,children:[e(X,{className:"flex flex-col",children:"Add to a Collection"}),e(ve,{children:"Add the selected objects to an existing collection or create a new one."}),e(Ps,{onClose:r,objectIds:a})]})}function Ps({onClose:n,objectIds:r}){const a=f(),{client:s}=Ae(),[i,l]=o(),c=({collectionId:e})=>{e&&r?.length&&s.store.collections.addMembers(e,r).then((()=>{a({title:"Add to collection success",status:"success",description:`Added ${r.length} objects to the selected collection`,duration:3e3}),n()})).catch((()=>{a({title:"Add to collection failure",status:"error",description:"Failed to add the selected objects to the collection",duration:5e3})}))},d=[{name:"select",label:"Select Collection",content:t("div",{className:"p-4",children:[e(xe,{level:5,children:"Choose from existing collections"}),e(Z,{children:e(rs,{onChange:e=>{l(e)},value:i,className:"mb-4"})}),e(te,{children:e(y,{isDisabled:!i,onClick:()=>i&&c({collectionId:i}),children:"Add to Collection"})})]})},{name:"create",label:"Create new",content:e("div",{className:"p-4",children:e($a,{onClose:n,onAddToCollection:e=>c({collectionId:e}),redirect:!1})})}];return t(we,{defaultValue:"select",tabs:d,fullWidth:!0,children:[e(Ne,{}),e(ke,{})]})}function Ts(){const n=zr(),r=n.size(),a=r>1?"s":"",s=n?.hasSelection(),i=n?.isSingleSelection();return e(xs,{children:t("div",{className:"flex items-center gap-x-2",children:[s&&!i&&t("div",{className:"flex items-center gap-x-1 shrink-0",children:[t("div",{className:"text-sm nowrap",children:[r," document",a," selected"]}),e(y,{title:"Clear selection",variant:"ghost",onClick:()=>{n?.removeAll()},children:e(Le,{className:"size-4"})})]}),e(Ls,{selection:n,children:e(y,{variant:"ghost",alt:"More action",size:"sm",children:e(ft,{size:16})})}),s&&e(Is,{selection:n})]})})}function Is({}){return e(Es,{})}function $s({collectionId:r}){const[a,s]=o([]),i=zr(),l=i?.hasSelection();return!l&&t(n,{children:[e(y,{onClick:()=>(()=>{const e=document.createElement("input");e.type="file",e?.click(),e.onchange=e=>{const t=e.target.files;t&&s(Array.from(t))}})(),children:"Upload"}),e(ea,{collectionId:r??"",isOpen:a.length>0,onClose:()=>s([]),files:a,title:"Upload Files",onUploadComplete:e=>{e&&e.success&&s([])},children:e("div",{className:"text-sm",children:"Select the associated Content Type, or let the system choose or generate the type based on the content."})})]})}function Es(){const t=Ns();return t.params.selection.hasSelection()&&e(y,{onClick:()=>t.run(ps.id),children:"Start Workflow"})}function As(e){return{label:e.name,className:r("flex-1 px-2 py-2 hover:bg-accent nowrap",e.destructive?"text-destructive":"")}}function Ls({selection:n,children:r}){const a=Ns();return t(v,{hover:!0,children:[e(x,{children:r}),e(w,{className:"p-0 w-50",align:"end",sideOffset:6,children:e(zs,{executeAction:e=>{a.run(e.id)},selection:n})})]})}function zs({executeAction:t,selection:n}){const r=Ns(),a=n?.hasSelection()?r.actions.filter((e=>!e.hideInList)):[ds];return e("div",{className:"rounded-md shadow-md py-2",children:e("div",{className:"px-1 text-sm",children:e(be,{options:a,optionLayout:As,onChange:e=>{t(e)},noCheck:!0})})})}function Us({value:n,onChange:r,onSend:a,disabled:s=!1,isSending:i=!1,isCompleted:l=!1,activeTaskCount:d=0,placeholder:u="Type your message..."}){const h=m(null),[p,g]=o(!1);c((()=>{!s&&l&&h.current?.focus()}),[s,l]);return t("div",{className:"p-3 border-t border-muted flex-shrink-0",style:{minHeight:"90px"},children:[t("div",{className:"flex items-center space-x-2",children:[t("div",{className:"flex flex-1 space-x-1",children:[e($,{ref:h,value:n,onKeyDown:e=>{"Enter"!==e.key||e.shiftKey||(e.preventDefault(),a())},onChange:r,disabled:s||i,placeholder:u,className:"pr-12 py-2.5"}),e(y,{variant:"ghost",className:"rounded-full",disabled:!l,onClick:()=>g(!0),alt:"Link Object",children:e(bt,{className:"size-4"})})]}),t(y,{onClick:a,disabled:s||i||!n.trim(),className:"px-4 py-2.5",children:[i?e(L,{size:"sm",className:"mr-2"}):e(yt,{className:"size-4 mr-2"})," Send"]})]}),e("div",{className:"text-xs text-muted mt-2 text-center",children:d>0?t("div",{className:"flex items-center justify-center",children:[e(vt,{className:"h-3 w-3 mr-1 text-attention"}),t("span",{children:["Agent has ",d," active workstream",1!==d?"s":""," running"]})]}):s?"Agent is processing, you can continue once it completes...":"You can send a message at any time"}),t(Q,{isOpen:p,onClose:()=>g(!1),className:"min-w-[60vw]",children:[e(X,{children:"Link Object"}),e(Z,{className:"pb-6",children:e(oa,{onChange:e=>{const t=`[${e.properties?.title||e.name||"Object"}](store:${e.id})`,a=n||"",s=h.current?.selectionStart||a.length,i=a.substring(0,s)+t+a.substring(s);r(i),g(!1),setTimeout((()=>{if(h.current){h.current.focus();const e=s+t.length;h.current.setSelectionRange(e,e)}}),100)}})})]})]})}function Ds({plan:n,workstreamStatus:r,isVisible:a}){return a?t("div",{className:"border-b border-gray-200 dark:border-gray-800 bg-gray-50 dark:bg-gray-900 p-3 shadow-sm transition-all duration-300 ease-in-out transform",children:[e("div",{className:"text-xs font-medium mb-2 text-gray-800 dark:text-gray-200",children:"Agent Plan"}),n.plan&&n.plan.length>0?e("div",{className:"space-y-1.5",children:n.plan.map(((n,a)=>{const s=n.id.toString(),i=n.goal;let l=n.status||"pending";r.has(s)&&(l=r.get(s));let o=ze,c="text-gray-400";return"in_progress"===l?(o=De,c="text-blue-500"):"completed"===l&&(o=Oe,c="text-green-500"),t("div",{className:"flex items-start",children:[e("div",{className:`mr-1.5 mt-0.5 ${c}`,children:e(o,{className:"h-3.5 w-3.5"})}),t("div",{className:"text-xs",children:[e("span",{className:"text-gray-700 dark:text-gray-300",children:i}),e("span",{className:"ml-1 bg-gray-200 dark:bg-gray-700 px-1 py-0.5 rounded text-[10px] font-mono",children:s})]})]},a)}))}):t("div",{className:"text-xs text-gray-500 dark:text-gray-400 italic flex items-center",children:[e(Ue,{className:"h-3.5 w-3.5 mr-1.5 text-amber-500"}),"No plan detected yet"]}),r.size>1&&t("div",{className:"mt-3 pt-2 border-t border-gray-200 dark:border-gray-700",children:[e("div",{className:"text-xs font-medium mb-1.5 text-gray-800 dark:text-gray-200",children:"Workstreams"}),e("div",{className:"grid grid-cols-2 gap-1.5",children:Array.from(r.entries()).filter((([e,t])=>{if("main"===e)return!0;if(/^\d+$/.test(e))return!1;if(n?.plan){return!n.plan.find((t=>t.id?.toString()===e))}return!0})).map((([n,r])=>{let a=ze,s="text-gray-400",i="Pending";"in_progress"===r?(a=De,s="text-blue-500",i="In Progress"):"completed"===r&&(a=Oe,s="text-green-500",i="Completed");const l="main"===n?"Main":n;return t("div",{className:"flex items-center",children:[e("div",{className:`mr-1.5 ${s}`,children:e(a,{className:"h-3 w-3"})}),e("span",{className:"text-[10px] font-medium text-gray-600 dark:text-gray-400",children:l}),e("span",{className:"text-[10px] text-gray-500 dark:text-gray-500 ml-1",children:i})]},n)}))})]})]}):null}function Os(t){const{run:n,startWorkflow:r}=t;if(n){const r="runId"in n?n:{runId:n.run_id,workflowId:n.workflow_id};return e(Ms,{...t,run:r})}return r?e(Rs,{...t}):e(Fs,{})}function Fs(){return t(ee,{status:"info",icon:e(Re,{className:"size-16 text-muted mb-4"}),children:[e("div",{className:"text-base font-medium text-muted",children:"No agent currently running"}),e("div",{className:"mt-3 text-sm text-muted",children:"Select an interaction and click Start to start an agent"})]})}function Rs({initialMessage:n,startWorkflow:r,onClose:a,isModal:s=!1,placeholder:i="Type your message...",startButtonText:l="Start Agent",title:d="Start New Conversation"}){const[u,h]=o(""),[p,g]=o(!1),[b,v]=o(),x=f(),w=m(null);c((()=>{w.current&&w.current.focus()}),[]);const N=async()=>{if(!r)return;const e=u.trim();if(e&&!p){g(!0);try{sessionStorage.removeItem("plan-panel-shown"),x({title:"Starting agent...",status:"info",duration:3e3});const t=await r(e);t&&(v({runId:t.run_id,workflowId:t.workflow_id}),h(""),x({title:"Agent started",status:"success",duration:3e3}))}catch(e){x({title:"Error starting workflow",status:"error",duration:3e3,description:e instanceof Error?e.message:"Unknown error"})}finally{g(!1)}}};return b?e(Ms,{onClose:a,isModal:s,initialMessage:n,placeholder:i,run:b,title:d}):t("div",{className:"flex flex-col h-full bg-white dark:bg-gray-900 overflow-hidden border-0",children:[t("div",{className:"flex items-center justify-between py-2 px-3 border-b border-gray-100 dark:border-gray-800 bg-white dark:bg-gray-900",children:[t("div",{className:"flex items-center space-x-2",children:[e("div",{className:"p-1",children:e(xt,{className:"h-3.5 w-3.5 text-gray-400 dark:text-gray-500"})}),e("span",{className:"font-medium text-sm text-gray-700 dark:text-gray-300",children:d})]}),a&&!s&&e(y,{size:"xs",variant:"ghost",onClick:a,title:"Close",className:"text-slate-500 hover:text-slate-700",children:e(Be,{className:"h-4 w-4"})})]}),t("div",{className:"flex-1 overflow-y-auto px-4 py-6 bg-white dark:bg-gray-900 flex flex-col items-center justify-center",children:[n&&e("div",{className:"px-4 py-3 mb-4 bg-blue-50/80 dark:bg-blue-900/30 border-l-2 border-blue-400 dark:border-blue-500 text-blue-700 dark:text-blue-300 max-w-md",children:n}),t("div",{className:"bg-white dark:bg-slate-800 p-4 max-w-md border-l-2 border-blue-400 dark:border-blue-500",children:[e("div",{className:"text-base text-slate-600 dark:text-slate-300 font-medium",children:"Enter a message to start a conversation"}),t("div",{className:"mt-3 text-sm text-slate-500 dark:text-slate-400",children:["Type your question below and press Enter or click ",l," ","to begin"]})]})]}),t("div",{className:"py-3 px-3 border-t border-gray-100 dark:border-gray-800 bg-white dark:bg-gray-900",children:[t("div",{className:"flex items-center gap-2",children:[e("div",{className:"flex-1",children:e("input",{ref:w,value:u,onChange:e=>h(e.target.value),onKeyDown:e=>{"Enter"!==e.key||e.shiftKey||(e.preventDefault(),N())},placeholder:i,disabled:p,className:"w-full py-2 px-3 text-sm border border-gray-200 dark:border-gray-700 dark:bg-gray-800 dark:text-white focus:border-gray-300 dark:focus:border-gray-600 focus:ring-0 rounded-md"})}),t(y,{onClick:N,disabled:!u.trim()||p,className:"px-3 py-2 bg-gray-800 dark:bg-gray-700 hover:bg-gray-700 dark:hover:bg-gray-600 text-white text-xs rounded-md transition-colors",children:[p?e(L,{size:"sm",className:"mr-1.5"}):e(yt,{className:"h-3.5 w-3.5 mr-1.5"}),l]})]}),e("div",{className:"text-xs text-gray-400 dark:text-gray-500 mt-2 text-center",children:"Type a message to start the conversation"})]})]})}function Ms({run:n,title:r,interactive:a=!0,onClose:s,isModal:i=!1,placeholder:d="Type your message...",resetWorkflow:u}){const{client:h}=Ae(),p=m(null),[g,b]=o([]),[y,v]=o(!1),[x,w]=o(""),[N,k]=o(!1),[C,S]=o("sliding"),[_,j]=o(!1),[P,T]=o(!1),[I,$]=o([]),[E,A]=o(0),[L,z]=o(new Map),[U,D]=o(0),O=f(),[F,R]=o(a),[M,V]=o(null),q=l((()=>{const e=I[E]||{plan:{plan:[]},timestamp:0},t=L.get(e.timestamp)||new Map;return{plan:e.plan,workstreamStatus:t}}),[I,E,L]);c((()=>{if(!y){const e=setInterval((()=>{D((()=>Math.floor(Math.random()*(wn.length-1))))}),4e3);return()=>clearInterval(e)}}),[y]);c((()=>(b([]),$([]),A(0),z(new Map),T(!1),V(null),(async()=>{try{const e=await h.store.workflows.getRunDetails(n.runId,n.workflowId);V(e.status)}catch(e){console.error("Failed to check workflow status:",e)}})(),h.store.workflows.streamMessages(n.workflowId,n.runId,(e=>{e.message&&b((t=>t.find((t=>t.timestamp===e.timestamp))?t:(function(e,t){const n="number"==typeof t.timestamp?t.timestamp:new Date(t.timestamp).getTime(),r=e.findIndex((e=>("number"==typeof e.timestamp?e.timestamp:new Date(e.timestamp).getTime())>n));-1===r?e.push(t):e.splice(r,0,t)}(t,e),[...t])))})),()=>{b([])})),[n.runId,h.store.workflows]),c((()=>{v(!function(e){if(!e.length)return!0;const t=new Map;if(e.forEach((e=>{const n=kn(e);t.has(n)||t.set(n,[]),t.get(n).push(e)})),console.log("[isInProgress] Workstreams found:",Array.from(t.keys())),1===t.size&&!t.has("main")){const e=t.keys().next().value||"unknown";console.log(`[isInProgress] Only one workstream found (${e}), treating as main`);const n=t.get(e),r=n[n.length-1];return console.log(`[isInProgress] Last message type in only workstream: ${r.type}`),Nn.includes(r.type)?(console.log("[isInProgress] Only workstream is completed"),!1):(console.log("[isInProgress] Only workstream is still in progress"),!0)}if(t.has("main")){const e=t.get("main");if(0===e.length)return console.log("[isInProgress] Main workstream exists but has no messages, still in progress"),!0;const n=e[e.length-1];return console.log(`[isInProgress] Last message type in main workstream: ${n.type}`),Nn.includes(n.type)?(console.log("[isInProgress] Main workstream is completed"),!1):(console.log("[isInProgress] Main workstream is still in progress"),!0)}console.log("[isInProgress] Multiple workstreams but no main, checking if any are still active");for(const[e,n]of t.entries())if(n.length>0){const t=n[n.length-1];if(!Nn.includes(t.type))return console.log(`[isInProgress] Workstream ${e} is still active`),!0}return console.log("[isInProgress] All workstreams are completed"),!1}(g)),0===I.length&&T(!1)}),[g,I.length]),c((()=>{if(1===I.length&&!P&&!sessionStorage.getItem("plan-panel-shown")){const e=setTimeout((()=>{T(!0),sessionStorage.setItem("plan-panel-shown","true")}),500);return()=>clearTimeout(e)}g.forEach((e=>{if(e.type===Se.PLAN)try{console.log("PLAN message received:",e.type);let t=null;if(e.details&&"object"==typeof e.details&&e.details.plan&&Array.isArray(e.details.plan)&&(console.log("Valid plan array found in message.details.plan"),t={plan:e.details.plan}),t){const n="number"==typeof e.timestamp?e.timestamp:new Date(e.timestamp).getTime();if(-1===I.findIndex((e=>e.timestamp===n))&&t){console.log("Adding new plan to plans array");const e={plan:t,timestamp:n};console.log("Adding plan to plans array:",e),$((t=>{const n=[e,...t];return console.log("New plans array:",n),n})),A(0),console.log("Setting showSlidingPanel to true"),T(!0);const r=new Map;r.set("main","in_progress"),Array.isArray(t.plan)&&t.plan.forEach((e=>{if(e&&"object"==typeof e&&e.id){const t=e.id.toString();r.set(t,e.status||"pending")}})),z((e=>{const t=new Map(e);return t.set(n,r),t}))}}}catch(e){console.error("Failed to parse plan from message:",e)}e.type===Se.UPDATE&&e.details&&e.details.updates&&Array.isArray(e.details.updates)&&console.log("Ignoring UPDATE message with details.updates - waiting for PLAN message with full plan")}));const e=g[g.length-1];e&&(e.type===Se.TERMINATED?(R(!1),V("TERMINATED")):R(!!a||e.type===Se.REQUEST_INPUT))}),[g,I,E]);const W=r||n.workflowId.split(":")[2]||"Agent Conversation";return t("div",{className:"flex flex-col h-full min-h-0 "+(i?"rounded-lg overflow-hidden":""),children:[e(En,{title:W,isCompleted:y,onClose:s,isModal:i,run:n,viewMode:C,onViewModeChange:S,showPlanPanel:P,hasPlan:I.length>0,onTogglePlanPanel:()=>{T(!P),P||sessionStorage.setItem("plan-panel-shown","true")},onDownload:async()=>{try{const e=await async function(e,t){return e.files.getDownloadUrl(`agents/${t}/conversation.json`).then((e=>e.url))}(h,n.runId);e&&window.open(e,"_blank")}catch(e){console.error("Failed to download conversation",e),O({status:"error",title:"Failed to download conversation",duration:3e3})}},onCopyRunId:()=>{navigator.clipboard.writeText(n.runId),O({status:"success",title:"Run ID copied",duration:2e3})},resetWorkflow:u}),_&&!P&&I.length>0&&e(Ds,{plan:q.plan,workstreamStatus:q.workstreamStatus,isVisible:!0}),0!==g.length||y?e(jn,{messages:g,bottomRef:p,viewMode:C,isCompleted:y,plan:q.plan,workstreamStatus:q.workstreamStatus,showPlanPanel:P,onTogglePlanPanel:()=>{console.log("Toggle plan panel called, current state:",P),T(!P)},plans:I,activePlanIndex:E,onChangePlan:e=>A(e),taskLabels:q.plan.plan?.reduce(((e,t)=>(t.id&&t.goal&&e.set(t.id.toString(),t.goal),e)),new Map)}):e("div",{className:"flex-1 flex flex-col items-center justify-center h-full text-center py-6 bg-white dark:bg-gray-900",children:t("div",{className:"bg-white dark:bg-slate-800 p-5 max-w-md border border-blue-200 dark:border-blue-900/50 rounded-lg shadow-sm",children:[t("div",{className:"flex items-center space-x-3 mb-3",children:[e(gn,{size:"sm",color:"blue"}),e("div",{className:"text-sm text-slate-600 dark:text-slate-300 font-medium",children:wn[U]})]}),e("div",{className:"mt-4 flex justify-center",children:e(pn,{color:"blue",className:"mt-1"})})]})}),M&&("RUNNING"!==M?t(ee,{status:"COMPLETED"===M?"success":"done",icon:null,className:"flex-shrink-0 m-2",children:["This Workflow is ",M]}):F&&e(Us,{value:x,onChange:w,onSend:()=>{const e=x.trim();e&&!N&&(k(!0),w(""),h.store.workflows.sendSignal(n.workflowId,n.runId,"UserInput",{message:e}).then((()=>{v(!1),O({status:"success",title:"Message Sent",duration:2e3})})).catch((e=>{O({status:"error",title:"Failed to Send Message",description:e instanceof Error?e.message:"Unknown error",duration:3e3})})).finally((()=>{k(!1)})))},disabled:!1,isSending:N,isCompleted:y,activeTaskCount:(()=>{if(!g.length)return 0;const e=new Map;g.forEach((t=>{const n=kn(t);"main"!==n&&"all"!==n&&(e.has(n)||e.set(n,[]),e.get(n).push(t))}));let t=0;for(const[n,r]of e.entries())if(r.length>0){const e=r[r.length-1];[Se.COMPLETE,Se.IDLE].includes(e.type)||t++}return t})(),placeholder:d}))]})}function Vs({children:t,fallback:n}){return qs?e(qs,{fallback:n,children:t}):e(Xt,{FallbackComponent:n,children:t})}let qs=null;function Ws(e){qs=e}function Bs({children:t}){return e(Vs,{fallback:Js,children:t})}function Js({error:n}){return t(ee,{status:"error",title:"Sorry, something went wrong...",children:[t("div",{className:"mb-4",children:["Our team has been notified and will be quickly working on resolving it. If you'd like to escalate or simply contact us, please email us at ",e("a",{className:"text-info",href:"mailto:support@vertesiahq.com",children:"support@vertesiahq.com"}),"."]}),n?.message&&e("code",{className:"w-full mt-4 text-sm text-muted break-words",children:n.message})]})}function Hs({children:t}){return e(Vs,{fallback:Gs,children:t})}function Gs({error:n}){return e("tr",{children:t("td",{colSpan:100,children:[e("span",{className:"text-xs",children:" Cannot display row"}),e("br",{}),e("span",{className:"bg-gray-400",children:n?.message})]})})}function Ks({children:t}){return e(Vs,{fallback:Ys,children:t})}function Ys({error:n}){return console.log("WidgetError",n),t("div",{className:"text-sm",children:["Sorry, this area cannot be loaded or rendered.",n?.message&&e("pre",{children:n.message})]})}function Qs({className:n,children:a,title:s,description:i,actions:l,breadcrumbs:o,isCompact:c=!1}){return t("div",{className:r(c?"pb-0":"pb-2","p-4 flex flex-col",n),children:[t("div",{className:"flex items-start gap-4",children:[t("div",{className:"w-full flex place-content-between h-auto min-h-8 flex-col items-start",children:[e("nav",{className:"flex-1 flex justify-start text-xs",children:o?.map(((n,r)=>t("div",{className:"flex items-center text-muted",children:[n,r<o.length-1&&e(ut,{className:"w-3.5 h-3.5"})]},r)))}),t("div",{className:"flex gap-2 items-center",children:[e("h1",{className:"text-xl font-semibold break-all",children:s}),i&&e(O,{description:i,children:e(Ve,{className:"size-4 text-muted"})})]})]}),e("div",{className:"flex gap-x-2 shrink-0",children:l})]}),a&&e("div",{className:"w-full flex items-center",children:a})]})}function Xs({}){return t("div",{className:"text-center pt-32",children:[e("h1",{className:"text-3xl font-bold text-red-500",children:"404"}),e("p",{className:"text-2xl",children:"Page Not Found"})]})}class Zs{totalPages;layoutUrls=[];cache;constructor(e){this.totalPages=e,this.cache=new Array(e)}async loadUrls(e,t){const n=[];for(let r=0;r<this.totalPages;r++)n.push(oi(e,t,r+1));const r=await Promise.all(n);this.layoutUrls=r.map((e=>e.url))}async getPageLayout(e){const t=e-1;let n=this.cache[t];if(void 0===n){const e=this.layoutUrls[t];n=await fetch(e,{method:"GET"}).then((e=>{if(e.ok)return e.text();throw new Error("Failed to fetch json layout: "+e.statusText)})),this.cache[t]=n}return n}}class ei{totalPages;markdownUrls=[];cache;constructor(e){this.totalPages=e,this.cache=new Array(e)}async loadUrls(e,t){const n=[];for(let r=0;r<this.totalPages;r++)n.push(ci(e,t,r+1));const r=await Promise.all(n);this.markdownUrls=r.map((e=>e.url))}async getPageMarkdown(e){const t=e-1;let n=this.cache[t];if(void 0===n){const e=this.markdownUrls[t];n=await fetch(e,{method:"GET"}).then((e=>{if(e.ok)return e.text();throw new Error("Failed to fetch markdown: "+e.statusText)})),this.cache[t]=n}return n}}const ti=d(void 0);function ni({children:t,object:n}){const{client:r}=Ae(),[a,s]=o();return c((()=>{const e=n.metadata.page_count||10;(async function(e,t,n){const r=[];for(let a=0;a<n;a++)r.push(ai(e,t.id,a+1));const a=await Promise.all(r),s=[];for(let r=0;r<n;r++)s.push(si(e,t.id,r+1));const i=await Promise.all(s),l=[];for(let r=0;r<n;r++)l.push(ii(e,t.id,r+1));const o=await Promise.all(l),c=[];for(let r=0;r<n;r++)c.push(li(e,t.id,r+1));const d=await Promise.all(c),u=new Zs(n);await u.loadUrls(e,t.id);const m=new ei(n);await m.loadUrls(e,t.id);const h=t.text?mi(t.text):"";return{count:n,urls:a.map((e=>e.url)),originalUrls:d.map((e=>e.url)),annotatedUrls:i.map((e=>e.url)),instrumentedUrls:o.map((e=>e.url)),layoutProvider:u,markdownProvider:m,xml:h,xmlPages:t.text?ui(h):[]}})(r,n,e).then(s)}),[n.id]),a&&e(ti.Provider,{value:a,children:t})}function ri(e){return`magic-pdf/${e}`}function ai(e,t,n){return e.files.getDownloadUrl(function(e,t,n=".jpg"){return`${ri(e)}/pages/page-${t}${n}`}(t,n))}function si(e,t,n){return e.files.getDownloadUrl(function(e,t,n=".jpg"){return`${ri(e)}/pages/page-${t}-annotated${n}`}(t,n))}function ii(e,t,n){return e.files.getDownloadUrl(function(e,t,n=".jpg"){return`${ri(e)}/pages/page-${t}.instrumented${n}`}(t,n))}function li(e,t,n){return e.files.getDownloadUrl(function(e,t,n=".jpg"){return`${ri(e)}/pages/page-${t}.original${n}`}(t,n))}function oi(e,t,n){return e.files.getDownloadUrl(function(e,t){return`${ri(e)}/pages/page-${t}.layout.json`}(t,n))}function ci(e,t,n){return e.files.getDownloadUrl(function(e,t){return`${ri(e)}/pages/page-${t}.md`}(t,n))}function di(){const e=i.useContext(ti);if(!e)throw new Error("usePdfPagesInfo must be used within a PdfPageProvider");return e}function ui(e){const t=(new DOMParser).parseFromString(mi(e),"text/xml").getElementsByTagName("page"),n=new XMLSerializer;return Array.from(t).map((e=>n.serializeToString(e)))}function mi(e){return e.replace(/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F]/g,"").replace(/<\?xml.*?\?>/g,"")}function hi({object:r}){const{client:a}=Ae(),s=e=>{(function(e,t,n){return e.files.getDownloadUrl(`${ri(t)}/${n}`).then((e=>e.url))})(a,r.id,e).then((e=>window.open(e,"_blank")))},i=(()=>{if("document"===r.metadata?.type){const e=r.metadata;return e.content_processor?.type||"xml"}return"xml"})();return e("div",{className:"absolute bottom-[58px] right-[20px] w-[36px] h-[36px] cursor-pointer text-indigo-400 border-indigo-400 hover:border-indigo-500 hover:text-indigo-500 border-2 rounded-full shadow-xs flex items-center justify-center",children:t(qt,{strategy:"absolute",placement:"top-end",zIndex:100,offset:20,children:[e(qt.Trigger,{click:!0,children:e(wt,{className:"size-6"})}),e(qt.Content,{children:e("div",{className:"rounded-md shadow-md border border-gray-100 bg-white dark:bg-slate-50 dark:border-slate-100 min-w-[200px] flex flex-col divide-y",children:"markdown"===i?e("button",{className:"p-2 cursor-pointer hover:bg-slate-50 dark:hover:bg-slate-100",onClick:()=>s("document.md"),children:"document.md"}):t(n,{children:[e("button",{className:"p-2 cursor-pointer hover:bg-slate-50 dark:hover:bg-slate-100",onClick:()=>s("annotated.pdf"),children:"annotated.pdf"}),e("button",{className:"p-2 cursor-pointer hover:bg-slate-50 dark:hover:bg-slate-100",onClick:()=>s("document.xml"),children:"document.xml"}),e("button",{className:"p-2 cursor-pointer hover:bg-slate-50 dark:hover:bg-slate-100",onClick:()=>s("analyzed-pages.json"),children:"analyzed-pages.json"})]})})})]})})}var pi;function gi({className:a,currentPage:s,onChange:i,object:l}){const c=()=>{if("document"===l.metadata?.type){const e=l.metadata;return e.content_processor?.type||"xml"}return"xml"},[d,u]=o("markdown"===c()?pi.original:pi.default),h=m(null),{urls:p,originalUrls:g,annotatedUrls:f,instrumentedUrls:b}=di(),y=d===pi.instrumented?b:d===pi.annotated?f:d===pi.original?g:p;return t("div",{ref:h,className:r("flex flex-col items-stretch gap-y-2",a),children:[t("div",{className:"flex h-5 items-center justify-center relative",children:[e("button",{className:bi,onClick:()=>{s>1&&(i(s-1),h.current&&h.current.querySelector(`div[data-index="${s-1}"]`)?.scrollIntoView({behavior:"smooth",block:"end",inline:"center"}))},children:e(Nt,{className:"w-5 h-5"})}),e("div",{className:"absolute right-3 flex gap-x-1",children:"markdown"===c()?t(n,{children:[e("button",{className:yi(pi.original,d),onClick:()=>u(pi.original),children:e(kt,{className:"w-5 h-5 mt-1"})}),e("button",{className:yi(pi.instrumented,d),onClick:()=>u(pi.instrumented),children:e(Ct,{className:"w-5 h-5 mt-1"})})]}):t(n,{children:[e("button",{className:yi(pi.default,d),onClick:()=>u(pi.default),children:e(kt,{className:"w-5 h-5 mt-1"})}),e("button",{className:yi(pi.instrumented,d),onClick:()=>u(pi.instrumented),children:e(Ct,{className:"w-5 h-5 mt-1"})}),e("button",{className:yi(pi.annotated,d),onClick:()=>u(pi.annotated),children:e(St,{className:"w-5 h-5 mt-1"})})]})})]}),e("div",{className:"flex flex-col items-center gap-2 flex-1 overflow-y-auto px-2",children:y.map(((t,n)=>e(fi,{url:t,currentPage:s,pageNumber:n+1,onSelect:()=>i(n+1)},n)))}),e("div",{className:"flex h-5 items-center justify-center relative",children:e("button",{className:bi,onClick:()=>{s<p.length&&(i(s+1),h.current&&h.current.querySelector(`div[data-index="${s+1}"]`)?.scrollIntoView({behavior:"smooth",block:"end",inline:"center"}))},children:e(_t,{className:"size-5"})})})]})}function fi({url:n,pageNumber:a,currentPage:s,onSelect:i}){return t("div",{className:"p-2 hover:bg-gray-200 dark:hover:bg-slate-600 rounded-md","data-index":a-1,children:[e("div",{className:r("relative border-[2px] cursor-pointer",a===s?"border-blue-500 dark:border-pink-400":"border-gray-300"),onClick:i,children:e("img",{src:n,alt:`Page ${a}`})}),e(Ce,{className:"text-sm text-gray-500 dark:text-gray-400 pt-1 font-semibold align",children:a})]})}!function(e){e[e.default=0]="default",e[e.original=1]="original",e[e.instrumented=2]="instrumented",e[e.annotated=3]="annotated"}(pi||(pi={}));const bi="cursor-pointer text-gray-500 dark:text-gray-400 hover:text-blue-600 dark:hover:text-blue-500 hover:font-semibold";function yi(e,t){return e===t?"${BTN_CLASS} text-pink-600":`${bi}`}const vi={attributeKeyColor:"#FFD700",attributeValueColor:"#FF4500",tagColor:"#87CEFA",textColor:"#00FF00",separatorColor:"#FFD700",commentColor:"#BEBEBE",cdataColor:"#33CC66"};function xi({viewType:t,pageNumber:n}){switch(t){case"json":return e(Ni,{pageNumber:n});case"markdown":return e(ki,{pageNumber:n});default:return e(wi,{pageNumber:n})}}function wi({pageNumber:t}){const[n,r]=o(),{xmlPages:a}=di();return p((()=>{const e=window.matchMedia("(prefers-color-scheme: dark)"),t=e=>{r(e.matches?vi:void 0)};return e.addEventListener("change",t),e.matches&&r(vi),()=>{e.removeEventListener("change",t)}}),[]),e("div",{className:"px-4 py-2",children:e(Wt,{xml:a[t-1],collapsible:!0,theme:n})})}function Ni({pageNumber:t}){const[n,r]=o(),{layoutProvider:a}=di();return c((()=>{a.getPageLayout(t).then((e=>r(e?JSON.parse(e):void 0))).catch((e=>{console.error(e),r(void 0)}))}),[t]),n&&e(Bt,{className:"w-full",data:n})}function ki({pageNumber:t}){const[n,r]=o(),{markdownProvider:a}=di();return c((()=>{a.getPageMarkdown(t).then(r).catch((e=>{console.error(e),r(void 0)}))}),[t]),e("div",{className:"px-4 py-2 prose prose-sm max-w-none dark:prose-invert",children:n?e(zt,{children:n}):e("div",{children:"No markdown content available"})})}function Ci({objectId:t,onClose:n}){const{client:r}=Ae(),{data:a,error:s}=B((()=>r.store.objects.retrieve(t,"+text")),[t]);return s?e(ae,{title:"Fetching document failed",children:s.message}):a?e("div",{className:"fixed inset-0 bg-white dark:bg-slate-700 z-50 flex items-center justify-center",children:e(ni,{object:a,children:e(Si,{object:a,onClose:n})})}):"Loading..."}function Si({object:r,onClose:a}){const[s,i]=o((()=>{if("document"===r.metadata?.type){const e=r.metadata,t=e.content_processor?.type;if("markdown"===t)return"markdown";if("xml"===t)return"xml"}return"xml"})()),[l,d]=o(1),u=(()=>{if("document"===r.metadata?.type){const e=r.metadata;return e.content_processor?.type||"xml"}return"xml"})(),h=m(null),p=m(null),g=m(null);var f;return c((()=>{if(f.handler.current&&f.left.current&&f.right.current){const e=f.handler.current,t=f.left.current,n=f.right.current,r=e=>{let r=e.clientX,a=t.offsetWidth,s=n.offsetLeft;const i=e=>{const i=e.clientX-r;t.style.width=`${a+i}px`,n.style.left=`${s+i}px`,e.target.classList.add("resizing")},l=e=>{e.target.classList.remove("resizing"),i(e),document.removeEventListener("mousemove",i),document.removeEventListener("mouseup",l)};document.addEventListener("mousemove",i),document.addEventListener("mouseup",l)};return e.addEventListener("mousedown",r),()=>{e.removeEventListener("mousedown",r)}}}),[(f={handler:h,left:p,right:g}).handler.current,f.left.current,f.right.current]),t(n,{children:[t("div",{ref:p,className:"absolute top-0 left-0 bottom-0 w-[50%] bg-gray-100 dark:bg-slate-800 flex items-stretch justify-stretch py-2",children:[e(gi,{className:"flex-1",currentPage:l,onChange:d,object:r}),e("div",{ref:h,className:"w-[2px] p-[2px] m-0 bg-slate-300 cursor-ew-resize"})]}),e("div",{ref:g,className:"absolute top-0 left-[50%] right-0 bottom-0 flex items-stretch justify-stretch overflow-auto p-2",children:e(xi,{pageNumber:l,viewType:s})}),e(hi,{object:r}),"xml"===u&&e(_i,{type:s,onSwitch:i}),!!a&&e("div",{className:"absolute top-6 right-7 w-9 h-9 cursor-pointer text-red-400 border-red-400 hover:border-red-500 hover:text-red-500 border-2 rounded-full shadow-xs flex items-center justify-center",onClick:a,children:e(Le,{className:"size-6"})})]})}function _i({type:e="xml",onSwitch:n}){return t("div",{className:"absolute bottom-[16px] right-[20px] w-[36px] h-[36px] cursor-pointer text-indigo-400 border-indigo-400 hover:border-indigo-500 hover:text-indigo-500 border-2 rounded-full shadow-xs flex items-center justify-center",onClick:()=>{"xml"===e?n("json"):"json"===e?n("markdown"):"markdown"===e&&n("xml")},children:["xml"===e&&ji,"json"===e&&Ti,"markdown"===e&&Pi]})}const ji=e("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",children:e("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6 2.984V2h-.09c-.313 0-.616.062-.909.185a2.33 2.33 0 0 0-.775.53 2.23 2.23 0 0 0-.493.753v.001a3.542 3.542 0 0 0-.198.83v.002a6.08 6.08 0 0 0-.024.863c.012.29.018.58.018.869 0 .203-.04.393-.117.572v.001a1.504 1.504 0 0 1-.765.787 1.376 1.376 0 0 1-.558.115H2v.984h.09c.195 0 .38.04.556.121l.001.001c.178.078.329.184.455.318l.002.002c.13.13.233.285.307.465l.001.002c.078.18.117.368.117.566 0 .29-.006.58-.018.869-.012.296-.004.585.024.87v.001c.033.283.099.558.197.824v.001c.106.273.271.524.494.753.223.23.482.407.775.53.293.123.596.185.91.185H6v-.984h-.09c-.2 0-.387-.038-.563-.115a1.613 1.613 0 0 1-.457-.32 1.659 1.659 0 0 1-.309-.467c-.074-.18-.11-.37-.11-.573 0-.228.003-.453.011-.672.008-.228.008-.45 0-.665a4.639 4.639 0 0 0-.055-.64 2.682 2.682 0 0 0-.168-.609A2.284 2.284 0 0 0 3.522 8a2.284 2.284 0 0 0 .738-.955c.08-.192.135-.393.168-.602.033-.21.051-.423.055-.64.008-.22.008-.442 0-.666-.008-.224-.012-.45-.012-.678a1.47 1.47 0 0 1 .877-1.354 1.33 1.33 0 0 1 .563-.121H6zm4 10.032V14h.09c.313 0 .616-.062.909-.185.293-.123.552-.3.775-.53.223-.23.388-.48.493-.753v-.001c.1-.266.165-.543.198-.83v-.002c.028-.28.036-.567.024-.863-.012-.29-.018-.58-.018-.869 0-.203.04-.393.117-.572v-.001a1.502 1.502 0 0 1 .765-.787 1.38 1.38 0 0 1 .558-.115H14v-.984h-.09c-.196 0-.381-.04-.557-.121l-.001-.001a1.376 1.376 0 0 1-.455-.318l-.002-.002a1.415 1.415 0 0 1-.307-.465v-.002a1.405 1.405 0 0 1-.118-.566c0-.29.006-.58.018-.869a6.174 6.174 0 0 0-.024-.87v-.001a3.537 3.537 0 0 0-.197-.824v-.001a2.23 2.23 0 0 0-.494-.753 2.331 2.331 0 0 0-.775-.53 2.325 2.325 0 0 0-.91-.185H10v.984h.09c.2 0 .387.038.562.115.174.082.326.188.457.32.127.134.23.29.309.467.074.18.11.37.11.573 0 .228-.003.452-.011.672-.008.228-.008.45 0 .665.004.222.022.435.055.64.033.214.089.416.168.609a2.285 2.285 0 0 0 .738.955 2.285 2.285 0 0 0-.738.955 2.689 2.689 0 0 0-.168.602c-.033.21-.051.423-.055.64a9.15 9.15 0 0 0 0 .666c.008.224.012.45.012.678a1.471 1.471 0 0 1-.877 1.354 1.33 1.33 0 0 1-.563.121H10z"})}),Pi=e("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",children:e("path",{d:"M4.708 5.578L2.061 8.224l2.647 2.646-.708.708-3-3V7.87l3-3 .708.708zm7-.708L11 5.578l2.647 2.646L11 10.87l.708.708 3-3V7.87l-3-3zM4.908 13l.894.448 5-10L9.908 3l-5 10z"})}),Ti=e("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",children:e("path",{d:"M14.85 3H1.15C.52 3 0 3.52 0 4.15v7.69C0 12.48.52 13 1.15 13h13.69c.64 0 1.15-.52 1.15-1.15v-7.7C16 3.52 15.48 3 14.85 3zM9 11H7.5L5.5 9l-1 1.5H3V5h1.5l1 2 2-2H9v6zm2.99.5L9.5 8H11V5h1v3h1.5l-2.51 3.5z"})});function Ii(...e){const t=Array.from(e);return t.__AnyOf__=!0,t}function $i(...e){return Array.from(e)}function Ei(e){return!0===e.__AnyOf__}class Ai{system_roles;roles;permissions;constructor(e,t){if(!e.authToken)throw new Error("No auth token found in user session");this.system_roles=t;const n=new Set(e.authToken.account_roles||[]);if(e.authToken.project_roles)for(const t of e.authToken.project_roles)n.add(t);this.roles=n;const r={};for(const e of t)r[e.name]=e.permissions;const a=new Set;for(const e of n){const t=r[e];if(t)for(const e of t)a.add(e)}this.permissions=a}hasPermission(e){if("string"==typeof e)return this.permissions.has(e);if(Ei(e))return e.some((e=>this.permissions.has(e)));for(const t of e)if(!this.permissions.has(t))return!1;return!0}}const Li=d(void 0);function zi(){const e=u(Li);if(!e)throw new Error("UserPermissionContext cannot be used outside UserPermissionProvider");return e}function Ui({children:t}){const n=Ae(),{data:r,error:a,isLoading:s}=B((()=>n.user?n.client.iam.roles.list():Promise.resolve(void 0)),[n.user]),i=l((()=>n.authToken&&r&&!s?new Ai(n,r):void 0),[n,r,s]);return a?e(ae,{title:"Failed to fetch role mappings",children:a.message}):i&&e(Li.Provider,{value:i,children:t})}function Di({permission:t,isDisabled:n,title:r,children:a,...s}){return zi().hasPermission(t)||(n=!0,r="You do not have permission to perform this action"),e(y,{isDisabled:n,title:r,...s,children:a})}function Oi({permission:t,...n}){return zi().hasPermission(t)?e(Zt,{...n}):null}function Fi({user:n}){return t("div",{className:"flex items-center",children:[e("div",{className:"w-9 h-9",children:(()=>{if(n.picture)return e("img",{className:"inline-block h-9 w-9 rounded-full",src:n.picture,alt:n.name});{const t=n.name.split(" ").map((e=>e[0])).join("");return e("span",{className:"inline-flex h-8 w-8 items-center justify-center rounded-full bg-indigo-600",children:e("span",{className:"text-sm font-medium leading-none text-white",children:t})})}})()}),t("div",{className:"ml-3",children:[e("p",{className:"text-sm font-medium text-gray-700 dark:text-slate-50 group-hover:text-gray-900",children:n.name??"Deleted User"}),e("p",{className:"text-xs font-medium text-gray-500 dark:text-slate-300 group-hover:text-gray-700",children:n.email??"Deleted User"})]})]})}export{rn as ActivitiesDoc,sn as ActivityDoc,_s as AddToCollectionAction,Ss as AddToCollectionActionComponent,$i as AllOf,pn as AnimatedThinkingDots,Ii as AnyOf,wr as ApiKeyAvatar,Pa as BrowseCollectionView,ss as ChangeTypeAction,as as ChangeTypeActionComponent,Aa as CollectionsTable,zn as ContentDispositionButton,qa as ContentObjectTypesSearch,za as ContentObjectTypesTable,Fn as ContentOverview,$a as CreateCollectionForm,Ea as CreateCollectionModal,Ma as CreateOrUpdateTypeModal,os as DeleteObjectsAction,ls as DeleteObjectsActionComponent,Wr as DocumentGridView,er as DocumentIcon,ha as DocumentInput,ga as DocumentPreviewPanel,Br as DocumentSearch,ia as DocumentSearchProvider,Na as DocumentSearchResults,wa as DocumentSearchResultsWithDropZone,Ar as DocumentSelection,Dr as DocumentSelectionProvider,ra as DocumentTable,Vr as DocumentTableColumn,qr as DocumentTableView,ea as DocumentUploadModal,Er as DocumentsFacetsNav,Za as EditCollectionView,rr as EnvironmentFacet,ds as ExportPropertiesAction,cs as ExportPropertiesComponent,Sa as ExportPropertiesModal,Ca as ExportTypes,or as FacetsNav,Qr as FileUploadAction,Qs as GenericPageNavHeader,hn as JumpingDots,Ci as MagicPdfView,Os as ModernAgentConversation,Xs as NotFoundView,Ba as ObjectSchemaEditor,Ua as ObjectTypeSearch,Da as ObjectTypeSearchContext,Ha as ObjectTypeSearchProvider,ys as ObjectsActionContext,xs as ObjectsActionContextProvider,Bs as PanelErrorBoundary,Pn as PayloadBuilder,In as PayloadBuilderProvider,Tn as PayloadContext,On as PropertiesEditorModal,gn as PulsatingCircle,bn as PulsingMessageLoader,ms as RemoveFromCollectionAction,us as RemoveFromCollectionActionComponent,Hs as RowErrorBoundary,_r as RunsFacetsNav,Dn as SaveVersionConfirmModal,Jr as SearchContext,Di as SecureButton,Oi as SecureSidebarItem,rs as SelectCollection,Ia as SelectContentType,Ga as SelectContentTypeModal,oa as SelectDocument,ua as SelectDocumentModal,Ts as SelectionActions,ps as StartWorkflowAction,hs as StartWorkflowComponent,ar as StringFacet,sr as StringListFacet,Ya as TableLayoutEditor,yn as ThinkingBar,wn as ThinkingMessages,lr as TypeFacet,fn as TypedDots,$s as UploadObjectsButton,Fi as UserAvatar,yr as UserInfo,Ui as UserPermissionProvider,Ai as UserPermissions,Li as UserPermissionsContext,cr as VFacetsNav,dr as VStringFacet,ur as VTypeFacet,kr as VUserFacet,Vs as VertesiaErrorBoundary,vn as WavyThinking,Ks as WidgetErrorBoundary,Tr as WorkflowExecutionsFacetsNav,La as collectionIcon,Ei as isAnyOf,Jn as isCsv,Hn as isImage,Gn as isPdf,Kn as isVideo,Zn as retrieveRendition,Ws as setErrorBoundaryComponent,Rn as shortId,Mn as shortenString,Qa as stringifyTableLayout,Ir as useDocumentFilterGroups,$r as useDocumentFilterHandler,Hr as useDocumentSearch,Yr as useDocumentSearchCount,zr as useDocumentSelection,ta as useDocumentUploadHandler,pa as useDownloadDocument,hr as useFetchUserInfo,ks as useObjectsActionCallback,Ns as useObjectsActionContext,Ur as useOptionalDocumentSelection,$n as usePayloadBuilder,Cr as useRunsFilterGroups,Sr as useRunsFilterHandler,Oa as useSearch,Ra as useSearchCount,Zr as useSmartFileUploadProcessing,Cs as useStartWorkflowCallback,zi as useUserPermissions,Gr as useWatchDocumentSearchFacets,Kr as useWatchDocumentSearchResult,Fa as useWatchSearchResult,jr as useWorkflowExecutionsFilterGroups,Pr as useWorkflowExecutionsFilterHandler};
1
+ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import r from"clsx";import{AnimatePresence as s,motion as i}from"motion/react";import a,{useMemo as l,useState as o,useEffect as c,createContext as d,useContext as u,useRef as m,memo as h,useCallback as p,useLayoutEffect as f}from"react";import{cn as g,useToast as v,Badge as b,Button as y,Popover as x,PopoverTrigger as w,PopoverContent as N,Command as k,CommandList as C,CommandGroup as _,CommandItem as j,Modal as S,ModalTitle as T,ModalBody as P,RadioGroup as I,FormItem as A,Input as E,ModalFooter as $,RadioOptionAdapter as z,ResizablePanelGroup as O,ResizablePanel as D,ResizableHandle as U,Spinner as L,Card as F,Separator as R,CardContent as M,VTooltip as V,SelectBox as q,InputList as B,useFetch as W,Avatar as G,Table as H,FilterProvider as J,FilterBtn as K,FilterBar as Y,FilterClear as Q,TBody as X,SharedState as Z,useWatchSharedState as ee,VModal as te,VModalTitle as ne,VModalBody as re,MessageBox as se,VModalFooter as ie,VSelectBox as ae,useIntersectionObserver as le,ErrorBox as oe,useFlag as ce,Styles as de,Checkbox as ue,NumberInput as me,SidePanel as he,Divider as pe,Textarea as fe,Switch as ge,TR as ve,EmptyCollection as be,ConfirmModal as ye,useDebounce as xe,Panel as we,SelectList as Ne,Portal as ke,DialogDescription as Ce,Heading as _e,VTabs as je,VTabsBar as Se,VTabsPanel as Te,Breadcrumbs as Pe,Center as Ie}from"@vertesia/ui/core";import{CopyIcon as Ae,Bot as Ee,MessageSquare as $e,Info as ze,AlertCircle as Oe,User as De,CheckCircle as Ue,Clock as Le,ClipboardList as Fe,XIcon as Re,MoreVertical as Me,ExternalLink as Ve,DownloadCloudIcon as qe,TableProperties as Be,LayoutGrid as We,AlertTriangle as Ge,Copy as He,SquarePen as Je,Download as Ke,Eye as Ye,Users as Qe,RefreshCw as Xe,UploadIcon as Ze,CheckCircleIcon as et,AlertCircleIcon as tt,FileIcon as nt,XCircleIcon as rt,FolderIcon as st,X as it,ChevronsUpDown as at,FileText as lt,Maximize2 as ot,ChevronRight as ct,Settings as dt,Trash2 as ut,Search as mt,FolderClosed as ht,EllipsisVertical as pt,PaperclipIcon as ft,SendIcon as gt,Activity as vt,Circle as bt,Cpu as yt,CloudDownload as xt,ChevronsUp as wt,ImageIcon as Nt,InfoIcon as kt,AtSignIcon as Ct,ChevronsDown as _t}from"lucide-react";import{useUserSession as jt}from"@vertesia/ui/session";import{AgentMessageType as St,AgentSearchScope as Tt,mergeInCodePromptSchemas as Pt,supportsToolUse as It,ContentNature as At,POSTER_RENDITION_NAME as Et,ImageRenditionFormat as $t,PrincipalType as zt,InteractionStatus as Ot,SearchTypes as Dt,SupportedEmbeddingTypes as Ut}from"@vertesia/common";import{NavLink as Lt,useNavigate as Ft}from"@vertesia/ui/router";import Rt from"dayjs";import Mt from"react-markdown";import Vt from"remark-gfm";import qt,{Ajv as Bt}from"ajv";import{MarkdownRenderer as Wt,JSONDisplay as Gt,DropZone as Ht,UploadSummary as Jt,useSchema as Kt,CodeMirrorEditor as Yt,SchemaEditor as Qt,ManagedObject as Xt,GeneratedForm as Zt,Popover as en,XMLViewer as tn,JSONCode as nn}from"@vertesia/ui/widgets";import rn from"@monaco-editor/react";import sn from"dayjs/plugin/localizedFormat";import an from"dayjs/plugin/relativeTime";import{Md5 as ln}from"ts-md5";import{json as on}from"@codemirror/lang-json";import{basicSetup as cn}from"codemirror";import{UserInfo as dn}from"@vertesia/ui/features";import{ErrorBoundary as un}from"react-error-boundary";import{capitalize as mn}from"lodash-es";import{SidebarItem as hn}from"@vertesia/ui/layout";function pn({children:t,secondary:n=!1}){return e("span",{className:n?"bg-secondary text-primary":"text-foreground bg-muted",children:t})}function fn(e){return e?"array"===e.name?fn(e.innerType):e:void 0}function gn({property:n}){return t("div",{className:"flex items-center gap-x-2",children:[e("div",{className:"font-semibold text-gray-600",children:n.name}),n.optional&&e(pn,{children:"optional"}),e(pn,{children:n.type.value})]})}function vn({activities:t}){return e("div",{className:"flex flex-col gap-y-4 divide-y divide-gray-200",children:t.map((t=>e(yn,{activity:t},t.name)))})}function bn({code:n,children:r}){return t("div",{className:"flex gap-2 items-center border-b border-b-gray-200 mb-2",children:[e("div",{className:"text-lg font-medium text-gray-900 py-2 ",children:r}),n&&e("div",{children:e(pn,{children:n})})]})}function yn({activity:n,headingClass:r,headingRef:s}){return t("div",{className:r,id:n.name,ref:s,children:[e("div",{className:"text-xl font-semibold pt-8",children:n.title}),e("div",{className:"pb-4",children:e(pn,{children:n.name})}),n.doc&&e("div",{className:"text-gray-700 pb-2",children:n.doc}),t("div",{className:"pb-4",children:[e(bn,{code:n.paramsType,children:"Parameters"}),e("div",{className:"divide-y divide-gray-100",children:n.params.map((t=>e(xn,{property:t},t.name)))})]}),t("div",{className:"pb-4",children:[e(bn,{children:"Returns"}),e("div",{children:n.returnType?n.returnType.value:"void"})]})]})}function xn({property:n,className:s}){const i=l((()=>{const t=fn(n.type.innerType)??n.type;return"object"===t.name&&t.members?e(Nn,{members:t.members}):"enum"===t.name&&t.enum?e(wn,{values:t.enum}):null}),[n.type.innerType]);return t("div",{className:r("py-2",s),children:[e(gn,{property:n}),n.doc&&e("div",{className:"text-gray-700 text-sm pt-2",children:n.doc}),i&&e("div",{className:"my-2 overflow-hidden",children:i})]})}function wn({values:t}){return e("div",{className:"flex flex-wrap items-center gap-2",children:t.map(((t,n)=>e(pn,{secondary:!0,children:t},n)))})}function Nn({members:n}){return e(Cn,{className:"rounded-md border border-gray-200",button:n=>t("div",{className:"px-4 py-2 flex items-center gap-x-2 text-sm font-medium hover:text-blue-600",children:[e(_n,{isOpen:n}),e("div",n?{children:"Hide child properties"}:{children:"Show child properties"})]}),body:e(kn,{properties:n})})}function kn({properties:t}){return e("div",{className:"border-l-2 border-l-blue-200 flex flex-col divide-y divide-gray-100 border-t border-t-gray-200",children:t.map((t=>e(xn,{property:t,className:"px-4 py-2"},t.name)))})}function Cn({button:n,body:a,className:l,isInitiallyOpen:c}){const[d,u]=o(c||!1);return t("div",{className:r(d?"block":"inline-block",l),children:[e("button",{className:"p-0 m-0 bg-transparent",onClick:()=>u(!d),children:e(s,{children:n(d)})}),e(s,{children:d&&e(i.div,{className:"overflow-hidden",initial:{height:0,opacity:0},animate:{height:"auto",opacity:1},exit:{height:0,opacity:0},transition:{duration:.3,ease:"easeOut"},children:a})})]})}function _n({isOpen:t}){return e(s,{propagate:!0,mode:"wait",children:e(i.div,{className:"font-mono font-semibold text-gray-400 text-lg",initial:{rotate:0},animate:{rotate:t?45:0},transition:{duration:.2},children:"+"},"closeIcon")})}function jn({className:n,inline:r=!1}){return t("div",{className:g("flex items-center gap-1",r?"inline-flex":"",n),children:[e("div",{className:"w-2 h-2 bg-blue-500 rounded-full animate-[jumping_1s_infinite_ease-in-out] hover:bg-blue-600",style:{transform:"translateY(0)",animationRange:"0px -8px"}}),e("div",{className:"w-2 h-2 bg-blue-500 rounded-full animate-[jumping_1s_0.3s_infinite_ease-in-out] hover:bg-blue-600",style:{transform:"translateY(0)",animationRange:"0px -8px"}}),e("div",{className:"w-2 h-2 bg-blue-500 rounded-full animate-[jumping_1s_0.6s_infinite_ease-in-out] hover:bg-blue-600",style:{transform:"translateY(0)",animationRange:"0px -8px"}})]})}function Sn({className:n,inline:r=!1,color:s="blue"}){const i={blue:"from-blue-400 to-indigo-500 dark:from-blue-500 dark:to-indigo-400",purple:"from-purple-400 to-violet-500 dark:from-purple-500 dark:to-violet-400",teal:"from-teal-400 to-emerald-500 dark:from-teal-500 dark:to-emerald-400",green:"from-green-400 to-emerald-500 dark:from-green-500 dark:to-emerald-400",amber:"from-amber-400 to-orange-500 dark:from-amber-500 dark:to-orange-400"}[s];return t("div",{className:g("flex items-center gap-1.5",r?"inline-flex":"",n),children:[e("div",{className:`w-2 h-2 bg-gradient-to-r ${i} rounded-full animate-[bounce_1.2s_ease-in-out_infinite]`}),e("div",{className:`w-2 h-2 bg-gradient-to-r ${i} rounded-full animate-[bounce_1.2s_ease-in-out_0.2s_infinite]`}),e("div",{className:`w-2 h-2 bg-gradient-to-r ${i} rounded-full animate-[bounce_1.2s_ease-in-out_0.4s_infinite]`})]})}function Tn({className:n,size:r="md",color:s="blue"}){const i={blue:"bg-blue-500 dark:bg-blue-400",purple:"bg-purple-500 dark:bg-purple-400",teal:"bg-teal-500 dark:bg-teal-400",green:"bg-green-500 dark:bg-green-400",amber:"bg-amber-500 dark:bg-amber-400"};return t("span",{className:g("relative flex",n),children:[e("span",{className:g("animate-ping absolute inline-flex h-full w-full rounded-full opacity-60",i[s])}),e("span",{className:g("animate-pulse absolute inline-flex h-[80%] w-[80%] rounded-full opacity-80",i[s]),style:{left:"10%",top:"10%",animationDuration:"2s"}}),e("span",{className:g("relative inline-flex rounded-full",i[s],{sm:"w-3 h-3",md:"w-5 h-5",lg:"w-7 h-7"}[r])})]})}function Pn({className:t,color:n="blue"}){const[r,s]=o(".");return c((()=>{const e=setInterval((()=>{s((e=>"."===e?"..":".."===e?"...":"."))}),500);return()=>clearInterval(e)}),[]),e("span",{className:g({blue:"text-blue-600 dark:text-blue-400",purple:"text-purple-600 dark:text-purple-400",teal:"text-teal-600 dark:text-teal-400",green:"text-green-600 dark:text-green-400",amber:"text-amber-600 dark:text-amber-400"}[n],"font-bold",t),children:r})}function In({message:n,className:r,color:s="blue"}){const i={blue:{dot:"bg-blue-500 dark:bg-blue-400",text:"text-blue-700 dark:text-blue-300"},purple:{dot:"bg-purple-500 dark:bg-purple-400",text:"text-purple-700 dark:text-purple-300"},teal:{dot:"bg-teal-500 dark:bg-teal-400",text:"text-teal-700 dark:text-teal-300"},green:{dot:"bg-green-500 dark:bg-green-400",text:"text-green-700 dark:text-green-300"},amber:{dot:"bg-amber-500 dark:bg-amber-400",text:"text-amber-700 dark:text-amber-300"}};return t("div",{className:g("flex items-center gap-2 py-1",r),children:[t("div",{className:"flex space-x-1",children:[e("div",{className:`w-1.5 h-1.5 ${i[s].dot} rounded-full animate-bounce`}),e("div",{className:`w-1.5 h-1.5 ${i[s].dot} rounded-full animate-bounce`,style:{animationDelay:"0.2s"}}),e("div",{className:`w-1.5 h-1.5 ${i[s].dot} rounded-full animate-bounce`,style:{animationDelay:"0.4s"}})]}),e("div",{className:`${i[s].text} font-medium text-xs`,children:n})]})}function An({className:n,color:r="blue",width:s="md",message:i}){const[a,l]=o(15),[d,u]=o("increasing"),[m,h]=o(.4);return c((()=>{let e,t=Date.now();const n=()=>{const r=Date.now(),s=r-t;t=r,l((e=>{const t=m*(s/16);let n="increasing"===d?e+t:e-t;return n>=85?(u("decreasing"),h(.3+.2*Math.random()),85):n<=15?(u("increasing"),h(.3+.2*Math.random()),15):(Math.random()>.99&&h((e=>Math.max(.2,Math.min(.5,e+(.1*Math.random()-.05))))),n)})),e=requestAnimationFrame(n)};return e=requestAnimationFrame(n),()=>{cancelAnimationFrame(e)}}),[d,m]),t("div",{className:g("flex flex-col gap-1",n),children:[i&&e("div",{className:`text-xs font-medium ${{blue:"text-blue-700 dark:text-blue-300",purple:"text-purple-700 dark:text-purple-300",teal:"text-teal-700 dark:text-teal-300",green:"text-green-700 dark:text-green-300",amber:"text-amber-700 dark:text-amber-300"}[r]} mb-1`,children:i}),e("div",{className:g("h-1.5 rounded-full overflow-hidden shadow-inner",{blue:"bg-blue-200 dark:bg-blue-900/30",purple:"bg-purple-200 dark:bg-purple-900/30",teal:"bg-teal-200 dark:bg-teal-900/30",green:"bg-green-200 dark:bg-green-900/30",amber:"bg-amber-200 dark:bg-amber-900/30"}[r],{sm:"w-24",md:"w-32",lg:"w-48",xl:"w-64",full:"w-full"}[s]),children:e("div",{className:g("h-full rounded-full",{blue:"bg-gradient-to-r from-blue-400 to-blue-500 dark:from-blue-500 dark:to-blue-400",purple:"bg-gradient-to-r from-purple-400 to-purple-500 dark:from-purple-500 dark:to-purple-400",teal:"bg-gradient-to-r from-teal-400 to-teal-500 dark:from-teal-500 dark:to-teal-400",green:"bg-gradient-to-r from-green-400 to-green-500 dark:from-green-500 dark:to-green-400",amber:"bg-gradient-to-r from-amber-400 to-amber-500 dark:from-amber-500 dark:to-amber-400"}[r]),style:{width:`${a}%`,transition:"width 150ms cubic-bezier(0.4, 0.0, 0.2, 1)"}})})]})}function En({className:t,color:n="blue",size:r="md"}){const[s,i]=o(Array(7).fill(50)),a={sm:{width:"w-16",height:"h-4",barWidth:"w-0.5",gap:"gap-[2px]"},md:{width:"w-20",height:"h-5",barWidth:"w-1",gap:"gap-[3px]"},lg:{width:"w-24",height:"h-6",barWidth:"w-1.5",gap:"gap-1"}},l={blue:"bg-gradient-to-b from-blue-400 to-blue-500 dark:from-blue-400 dark:to-blue-500",purple:"bg-gradient-to-b from-purple-400 to-purple-500 dark:from-purple-400 dark:to-purple-500",teal:"bg-gradient-to-b from-teal-400 to-teal-500 dark:from-teal-400 dark:to-teal-500",green:"bg-gradient-to-b from-green-400 to-green-500 dark:from-green-400 dark:to-green-500",amber:"bg-gradient-to-b from-amber-400 to-amber-500 dark:from-amber-400 dark:to-amber-500"};return c((()=>{let e;const t=[1.2,1,1.5,.8,1.3,.9,1.1],n=[0,.5,1,1.5,2,2.5,3];let r=0;const a=()=>{r+=.02;const l=s.map(((e,s)=>10+40*(Math.sin(r*t[s]+n[s])+1)));i(l),e=requestAnimationFrame(a)};return e=requestAnimationFrame(a),()=>{cancelAnimationFrame(e)}}),[]),e("div",{className:g("flex items-end justify-center",a[r].width,a[r].height,a[r].gap,t),children:s.map(((t,s)=>e("div",{className:g(a[r].barWidth,"rounded-full transform-gpu",l[n]),style:{height:`${t}%`,transition:"height 100ms cubic-bezier(0.4, 0.0, 0.2, 1)",opacity:.9}},s)))})}const $n=["Brewing some code magic...","Doing the robot dance...","Cooking up something good...","Working my gears...","Parsing the possibilities...","Crunching the numbers...","Connecting the digital dots...","Processing at maximum capacity...","Searching through my circuits...","Running advanced algorithms...","Computing optimal solutions...","Loading brilliance.exe...","Scanning the knowledge base...","Optimizing response protocols...","Having a quick brainstorm...","Thinking cap firmly on...","Pondering the digital universe...","Consulting my silicon wisdom...","Untangling the logic knots...","Assembling clever responses...","Mixing thoughtful ingredients...","Polishing the perfect answer...","Taking a momentary mind sprint...","Connecting virtual synapses...","Baking fresh ideas...","Stirring the thought pot...","Simmering solutions slowly...","Whipping up a smart response...","Adding a dash of intelligence...","Preparing a gourmet answer...","Growing brilliant ideas...","Cultivating the perfect response...","Gathering digital nectar...","Planting seeds of solutions...","Exploring the data landscape...","Mapping the solution path...","Navigating through possibilities...","Charting the course to answers...","Embarking on a thought expedition...","Sketching out concepts...","Painting with digital brushstrokes...","Composing my response symphony...","Crafting precision answers...","Weaving threads of information...","Just a moment of processing...","Taking a quick thinking break...","Almost there, final touches...","Putting the pieces together...","Making progress, hold tight..."];const zn=[St.COMPLETE,St.IDLE,St.REQUEST_INPUT,St.TERMINATED];function On(e){return e.workstream_id?(e.type===St.COMPLETE&&console.log("[getWorkstreamId] COMPLETE message with workstream_id:",e.workstream_id),e.workstream_id):(e.type===St.COMPLETE&&console.log("[getWorkstreamId] COMPLETE message without workstream_id, defaulting to 'main'"),"main")}function Dn({message:r,showPulsatingCircle:s=!1}){const[i,a]=o(!1),[l,d]=o(""),[u,m]=o(!1),{client:h}=jt(),p=v(),f=(()=>{const t={containerClass:"bg-white border-l-4 border-l-muted/30 shadow-sm",iconComponent:e(Ee,{className:"size-4 text-muted"}),sender:""};switch(r.type){case St.ANSWER:return{...t,containerClass:"bg-white border-l-4 border-l-muted/30 shadow-sm",iconComponent:e(Ee,{className:"size-4 text-muted"}),sender:"Agent"};case St.COMPLETE:return{...t,containerClass:"bg-white border-l-4 border-l-success shadow-sm",iconComponent:e(Ue,{className:"size-4 text-success"}),sender:"Completed"};case St.TERMINATED:return{...t,containerClass:"bg-white border-l-4 border-l-attention shadow-sm",iconComponent:e(Ue,{className:"size-4 text-attention"}),sender:"Terminated"};case St.QUESTION:return{...t,iconComponent:e(De,{className:"size-4 text-muted"}),sender:"User"};case St.THOUGHT:return{...t,iconComponent:s?e(Tn,{size:"sm",color:"blue"}):e(Ee,{className:"size-4 text-muted"}),sender:"Agent"};case St.ERROR:return{...t,iconComponent:e(Oe,{className:"size-4 text-muted"}),sender:"System"};case St.UPDATE:return{...t,containerClass:"bg-white border-l-4 border-success shadow-sm",iconComponent:e(ze,{className:"size-4 text-success"}),sender:"Update"};case St.PLAN:return{...t,iconComponent:e($e,{className:"size-4 text-muted"}),sender:"Agent"};default:return{...t,sender:"Agent"}}})(),g=()=>{let e="";if(r.message&&(e="object"==typeof r.message?JSON.stringify(r.message,null,2):r.message.trim?r.message.trim():String(r.message)),"string"==typeof e&&e.includes("%thinking_message%")){const t=Math.floor(Math.random()*$n.length);e=e.replace(/%thinking_message%/g,$n[t])}return e},x=r=>"object"==typeof r?e("pre",{className:"text-xs font-mono whitespace-pre-wrap overflow-x-auto bg-gray-100 dark:bg-gray-800 p-2 rounded text-gray-700 ",children:JSON.stringify(r,null,2)}):e("div",{className:"vprose prose-sm",children:e(Mt,{remarkPlugins:[Vt],components:{a:({node:t,ref:n,...r})=>{const s=r.href||"";return s.includes("/store/objects")?e(Lt,{href:s,topLevelNav:!0,children:r.children}):e("a",{...r,target:"_blank",rel:"noopener noreferrer"})},img:({node:t,ref:n,...r})=>e("img",{...r,className:"max-w-full h-auto rounded-lg shadow-md my-3 cursor-pointer hover:shadow-lg transition-shadow",loading:"lazy",onClick:()=>r.src&&window.open(r.src,"_blank")}),code:({node:r,ref:s,className:i,children:a,...l})=>{const o=/language-(\w+)/.exec(i||""),c=!o,d=o?o[1]:"";return t(n,{children:[!c&&d&&e("div",{className:"code-language-indicator",children:d}),e("code",{...l,children:a})]})},p:({node:t,ref:n,...r})=>e("p",{...r}),strong:({node:t,ref:n,...r})=>e("strong",{...r}),em:({node:t,ref:n,...r})=>e("em",{...r}),pre:({node:t,ref:n,...r})=>e("pre",{...r}),h1:({node:t,ref:n,...r})=>e("h1",{...r}),h2:({node:t,ref:n,...r})=>e("h2",{...r}),h3:({node:t,ref:n,...r})=>e("h3",{...r}),li:({node:t,ref:n,...r})=>e("li",{...r}),ul:({node:t,ref:n,...r})=>e("ul",{...r}),ol:({node:t,ref:n,...r})=>e("ol",{...r}),blockquote:({node:t,ref:n,...r})=>e("blockquote",{...r}),hr:({node:t,ref:n,...r})=>e("hr",{...r}),table:({node:t,ref:n,...r})=>e("div",{className:"overflow-x-auto",children:e("table",{...r})}),th:({node:t,ref:n,...r})=>e("th",{...r}),td:({node:t,ref:n,...r})=>e("td",{...r})},children:r})}),w=g();c((()=>{(async()=>{if(w){m(!0);try{const e=await(async e=>{if("string"!=typeof e)return e;let t=e;t=t.replace(/\[([^\]]+)\]\((store|collection):([a-f\d]{24})\)/gi,((e,t,n,r)=>`[${t}](/store/${"store"===n?"objects":"collections"}/${r})`));const n=Array.from(t.matchAll(/!\[([^\]]*)\]\(image:([^)]+)\)/g)),r=await Promise.all(n.map((async e=>{const[t,n,r]=e;try{return{fullMatch:t,replacement:`![${n}](${(await h.files.getDownloadUrl(r)).url})`}}catch(e){return console.error(`Failed to get download URL for image: ${r}`,e),{fullMatch:t,replacement:t}}})));for(const{fullMatch:e,replacement:n}of r)t=t.replace(e,n);return t})((e=>{if("string"!=typeof e)return e;if(r.type===St.THOUGHT||"string"==typeof r.message&&(r.message.toLowerCase().includes("thinking about")||r.message.toLowerCase().includes("i'm thinking")||r.message.toLowerCase().includes("💭"))){let t=e;return/\d+\.\s+.+/.test(t)&&(t=t.replace(/(\d+\.\s+.+?)(?=\s+\d+\.\s+|$)/g,"$1\n\n"),t=t.replace(/(\d+\.\s+.+\n)([^\d\n][^:])/g,"$1 $2")),t.includes(":")&&!t.includes("\n\n")&&(t=t.replace(/\b(First|Next|Then|Finally|Lastly|Additionally|Step \d+):\s+/gi,"\n\n$&")),t.includes(" - ")&&(t=t.replace(/\s+-\s+/g,"\n- ")),t}return/\d+\.\s+.+/.test(e)&&!e.includes("\n\n")?e.replace(/(\d+\.\s+.+?)(?=\s+\d+\.\s+|$)/g,"$1\n\n"):e})(w));d(e)}catch(e){console.error("Error processing message content:",e),d(w)}finally{m(!1)}}})()}),[w,h]);const N=On(r),k=(()=>{switch(r.type){case St.ANSWER:return"border-l-info bg-info";case St.COMPLETE:return"border-l-success bg-success";case St.IDLE:return"border-l-muted bg-muted";case St.REQUEST_INPUT:return"border-l-attention bg-attention";case St.QUESTION:return"border-l-muted bg-muted";case St.THOUGHT:return"border-l-accent dark:border-l-purple-500 bg-purple-50/50 dark:bg-purple-900/10";case St.ERROR:return"border-l-destructive bg-destructive";case St.UPDATE:return"border-l-success bg-success";case St.PLAN:return"border-l-attention bg-attention";case St.TERMINATED:return"border-l-muted bg-muted";default:return"border-l-indigo-500 dark:border-l-indigo-400 bg-indigo-50/50 dark:bg-indigo-900/10"}})();return t("div",{className:`border-l-4 shadow-md overflow-hidden bg-white dark:bg-gray-900 mb-5 ${k}`,"data-workstream-id":N,children:[t("div",{className:"flex items-center justify-between px-4 py-2 border-b border-gray-100/80 dark:border-gray-800/80 bg-white/50 dark:bg-gray-900/50 backdrop-blur-sm",children:[t("div",{className:"flex items-center gap-2",children:[e("div",{className:s?"animate-fadeIn":"",children:(()=>{const t=(()=>{switch(r.type){case St.ANSWER:return"text-info";case St.COMPLETE:return"text-success";case St.IDLE:return"text-muted";case St.REQUEST_INPUT:return"text-attention";case St.QUESTION:return"text-muted";case St.THOUGHT:return"text-purple-600 dark:text-purple-400";case St.ERROR:return"text-destructive";case St.UPDATE:return"text-success";case St.PLAN:return"text-attention";default:return"text-muted"}})(),n=t=>("number"==typeof r.timestamp?r.timestamp:new Date(r.timestamp).getTime())%2==0?e(Tn,{size:"sm",color:t}):e(Sn,{color:t});switch(r.type){case St.ANSWER:return s?n("blue"):e(Ee,{className:`size-4 ${t}`});case St.COMPLETE:case St.TERMINATED:return e(Ue,{className:`size-4 ${t}`});case St.IDLE:return e(Le,{className:`size-4 ${t}`});case St.REQUEST_INPUT:case St.QUESTION:return e(De,{className:`size-4 ${t}`});case St.THOUGHT:return s?n("purple"):e(Ee,{className:`size-4 ${t}`});case St.ERROR:return e(Oe,{className:`size-4 ${t}`});case St.UPDATE:return s?n("green"):e(ze,{className:`size-4 ${t}`});case St.PLAN:return s?n("amber"):e($e,{className:`size-4 ${t}`});default:return s?n("blue"):e(Ee,{className:`size-4 ${t}`})}})()}),e("span",{className:"text-xs font-medium text-muted ",children:f.sender}),"main"!==N&&"all"!==N&&e(b,{variant:"default",className:"text-xs text-muted",children:N})]}),t("div",{className:"flex items-center gap-2",children:[e("span",{className:"text-xs text-muted",children:Rt(r.timestamp).format("HH:mm:ss")}),e(y,{variant:"ghost",size:"xs",onClick:()=>{const e=g()||"",t="string"==typeof r.details?r.details:r.details?JSON.stringify(r.details,null,2):"",n=[e,t?"\n\nDetails:\n"+t:""].join("").trim();navigator.clipboard.writeText(n).then((()=>{p({status:"success",title:"Copied to clipboard",duration:2e3})}))},className:"text-muted",title:"Copy message",children:e(Ae,{className:"size-3"})})]})]}),t("div",{className:"px-4 py-3 bg-white dark:bg-gray-900",children:[w&&e("div",{className:"message-content",children:u?t("div",{className:"flex items-center gap-2 text-sm text-gray-500",children:[e(Sn,{color:"blue"}),e("span",{children:"Loading images..."})]}):x(l||w)}),r.details&&t("div",{className:"mt-2",children:[t("button",{onClick:()=>a(!i),className:"text-xs text-muted flex items-center",children:[i?"Hide":"Show"," details",e("svg",{xmlns:"http://www.w3.org/2000/svg",className:"h-3 w-3 ml-1 transition-transform "+(i?"rotate-180":""),fill:"none",viewBox:"0 0 24 24",stroke:"currentColor",children:e("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})})]}),i&&e("div",{className:"mt-2 p-2 bg-muted border border-mixer-muted/40 rounded text-sm",children:"string"==typeof r.details?x(r.details):e("pre",{className:"text-xs font-mono whitespace-pre-wrap overflow-x-auto bg-muted p-2 rounded text-muted ",children:JSON.stringify(r.details,null,2)})})]})]})]})}function Un({workstreams:n,activeWorkstream:r,onSelectWorkstream:s,count:i,completionStatus:a}){const l=new Map;l.set("all","All Messages"),l.set("main","Main"),n.forEach(((e,t)=>{"all"!==t&&"main"!==t&&"research_france"!==t&&"statistics"!==t&&l.set(t,e)})),n=l;const o=Array.from(n.entries()).sort((([e],[t])=>"all"===e?-1:"all"===t?1:"main"===e?-1:"main"===t?1:e.localeCompare(t))),c=o.length>2;return e("div",c?{className:"flex overflow-x-auto space-x-1 mb-2 bg-muted border-b-2 border-muted/20 sticky top-0 z-10",children:o.map((([n,l])=>t("button",{className:"px-2 py-1 text-xs font-medium whitespace-nowrap transition-colors flex items-center gap-1.5\n "+(r===n?"bg-info text-info border-b-2 border-info":"text-muted hover:bg-muted border-b-2 border-transparent"),onClick:()=>s(n),title:l.length>20?l:void 0,children:[l.length>20?l.substring(0,18)+"...":l,i&&i.has(n)&&i.get(n)>0&&t("div",{className:"flex items-center space-x-1",children:[e("span",{className:"inline-flex items-center justify-center p-1 text-xs rounded-full\n "+(r===n?"bg-info text-info":"bg-muted text-muted"),children:i.get(n)}),a&&"all"!==n&&(a.get(n)?e(Ue,{className:"size-3 text-success"}):e(Le,{className:"size-3 text-attention"}))]})]},n)))}:{className:"py-1"})}function Ln(e,t){return"all"===t?[...e]:"main"===t?e.filter((e=>"main"===On(e))):e.filter((e=>On(e)===t))}function Fn({messages:r,bottomRef:s,viewMode:i="stacked",isCompleted:d=!1}){const u=a.useRef(null),[m,h]=o("all");c((()=>{s.current&&s.current.scrollIntoView({behavior:"smooth"})}),[r,s]);const p=a.useMemo((()=>[...r].sort(((e,t)=>("number"==typeof e.timestamp?e.timestamp:new Date(e.timestamp).getTime())-("number"==typeof t.timestamp?t.timestamp:new Date(t.timestamp).getTime())))),[r]),f=a.useMemo((()=>{const e=function(e){const t=new Map;return t.set("all","All Messages"),t.set("main","Main"),e.forEach((e=>{e.workstream_id&&"main"!==e.workstream_id&&"all"!==e.workstream_id&&!t.has(e.workstream_id)&&(t.set(e.workstream_id,e.workstream_id),console.log(`Found workstream: ${e.workstream_id}`))})),t.size<=2&&!t.has("main")&&t.set("main","Main"),console.log("Final workstreams map:",t),t}(p);return e}),[p]),g=a.useMemo((()=>{const e=new Map;e.set("all",p.length);const t=Ln(p,"main");return e.set("main",t.length),p.forEach((t=>{const n=On(t);"main"!==n&&e.set(n,(e.get(n)||0)+1)})),e}),[p]),v=a.useMemo((()=>"all"===m?p:Ln(p,m)),[p,m]),b=l((()=>{const e=new Map,t=new Map;p.forEach((e=>{const n=On(e);t.has(n)||t.set(n,[]),t.get(n).push(e)}));for(const[n,r]of t.entries())if(r.length>0){const t=r[r.length-1];e.set(n,[St.COMPLETE,St.IDLE,St.REQUEST_INPUT,St.TERMINATED].includes(t.type))}return e}),[p]);return t("div",{ref:u,className:"flex-1 min-h-0 h-full overflow-y-auto px-4 sm:px-2 lg:px-4 flex flex-col relative","data-testid":"all-messages-mixed",children:[e("div",{className:"sticky top-0 z-10",children:e(Un,{workstreams:f,activeWorkstream:m,onSelectWorkstream:h,count:g,completionStatus:b})}),0===v.length?e("div",{className:"flex items-center justify-center h-full text-center py-8",children:e("div",{className:"flex items-center px-4 py-3 text-muted",children:"all"===m?"Waiting for agent response...":"No messages in this workstream yet..."})}):t("div",{className:"flex-1 flex flex-col justify-start pb-4 space-y-2",children:["stacked"===i?v.map(((t,n)=>{const r=!d&&n===v.length-1&&!zn.includes(t.type);return e(Dn,{message:t,showPulsatingCircle:r},`${t.timestamp}-${n}`)})):e(n,{children:(()=>{const t=v.filter((e=>e.type===St.ANSWER||e.type===St.QUESTION||e.type===St.COMPLETE||e.type===St.TERMINATED)),n=d?null:v.filter((e=>e.type===St.THOUGHT||e.type===St.UPDATE||e.type===St.PLAN)).sort(((e,t)=>{const n="number"==typeof e.timestamp?e.timestamp:new Date(e.timestamp).getTime();return("number"==typeof t.timestamp?t.timestamp:new Date(t.timestamp).getTime())-n}))[0],r=[...t];return n&&r.push(n),r.sort(((e,t)=>("number"==typeof e.timestamp?e.timestamp:new Date(e.timestamp).getTime())-("number"==typeof t.timestamp?t.timestamp:new Date(t.timestamp).getTime()))),r.map(((t,n)=>{const s=!d&&n===r.length-1&&!zn.includes(t.type);return e(Dn,{message:t,showPulsatingCircle:s},`${t.timestamp}-${n}`)}))})()}),e("div",{ref:s,className:"h-4"})]})]})}class Rn{vertesia;updateState;_interactive=!0;_debug_mode=!1;_collection;_start=!1;_preserveRunValues=!1;_interaction;_environment;_model="";_tool_names=[];_data;_interactionParamsSchema;_inputValidator;constructor(e,t){this.vertesia=e,this.updateState=t}onStateChanged(){const e=this.clone();this.updateState(e)}clone(){const e=new Rn(this.vertesia,this.updateState);return e._interactionParamsSchema=this._interactionParamsSchema,e._interaction=this._interaction,e._data=this._data,e._environment=this._environment,e._model=this._model,e._tool_names=[...this._tool_names],e._interactive=this._interactive,e._debug_mode=this._debug_mode,e._inputValidator=this._inputValidator,e._start=this._start,e._collection=this._collection,e._preserveRunValues=this._preserveRunValues,e}get interactive(){return this._interactive}set interactive(e){e!==this._interactive&&(this._interactive=e,this.onStateChanged())}get debug_mode(){return this._debug_mode}set debug_mode(e){e!==this._debug_mode&&(this._debug_mode=e,this.onStateChanged())}get collection(){return this._collection}set collection(e){e!==this._collection&&(this._collection=e,this.onStateChanged())}get search_scope(){return this._collection?Tt.Collection:void 0}async restoreConversation(e){let t=e.interaction;if(e.version){/^[a-fA-F0-9]{24}$/.test(t)||(t=`${t}@${e.version}`)}const n=await this.vertesia.interactions.catalog.resolve(t),r=n.runtime?.environment||e.config?.environment,s=e.config?.model,i=await(r?this.vertesia.environments.retrieve(e.config?.environment):Promise.resolve(void 0));this.interactionParamsSchema=e.interactionParamsSchema??null,this.interaction=n,this._tool_names=e.tool_names||[],this._data=e.data,this._interactive=e.interactive,this._debug_mode=e.debug_mode??!1,this.collection=e.collection_id??void 0,this.environment=i,s&&(this._model=s),this.onStateChanged()}get interaction(){return this._interaction}set interaction(e){if(e?.id!==this._interaction?.id){if(this._interaction=e,this.interactionParamsSchema=e?Pt(e.prompts):void 0,this._inputValidator=void 0,e&&!this._preserveRunValues&&e.runtime?.environment){const t=e.runtime.environment;this.vertesia.environments.retrieve(t).then((e=>this.environment=e))}this.onStateChanged()}}get environment(){return this._environment}set environment(e){if(e?.id!==this._environment?.id){if(this._environment=e,!this._preserveRunValues){const t=this.interaction?.runtime?.model;t&&e&&It(t,e.provider)?this._model=t:this._model=e?.default_model&&It(e.default_model,e.provider)?e.default_model:""}this.onStateChanged()}}get model(){return this._model}set model(e){e!==this._model&&(this._model=e||"",this.onStateChanged())}get tool_names(){return this._tool_names}set tool_names(e){this._tool_names=e,this.onStateChanged()}get data(){return this._data}set data(e){this._data=e,this.onStateChanged()}set run(e){console.log("run",e),this.onStateChanged()}set start(e){this._start!==e&&(this._start=e,this.onStateChanged())}get start(){return this._start}get preserveRunValues(){return this._preserveRunValues}set preserveRunValues(e){this._preserveRunValues=e}get interactionParamsSchema(){return this._interactionParamsSchema}set interactionParamsSchema(e){this._interactionParamsSchema!==e&&(this._interactionParamsSchema=e,this.onStateChanged())}reset(){if(this._start=!1,this._interactive=!0,this._debug_mode=!1,this._collection=void 0,this._preserveRunValues=!1,this._model="",this._environment=void 0,this._tool_names=[],this._interaction=void 0,this._data=void 0,this._interactionParamsSchema=null,this._inputValidator=void 0,this.model=void 0,this.environment=void 0,this.onStateChanged(),location.hash){const e=window.location.origin+window.location.pathname+window.location.search;history.replaceState(null,"",e),location.hash=""}}validateInput(){if(!this._interactionParamsSchema)return{isValid:!0};if(!this._inputValidator||this._inputValidator.schema!==this._interactionParamsSchema){const e=new qt({strict:!1});this._inputValidator={validate:e.compile(this._interactionParamsSchema),schema:this._interactionParamsSchema}}const e=this._data||{};if(!this._inputValidator.validate(e)){return{isValid:!1,errorMessage:this._inputValidator.validate.errors?this._inputValidator.validate.errors.map((e=>`${e.instancePath}: ${e.message}`)).join(", "):"Invalid payload data"}}return{isValid:!0}}}const Mn=d(void 0);function Vn({children:t}){const{client:n}=jt(),[r,s]=o();return c((()=>{s(new Rn(n,s))}),[]),r&&e(Mn.Provider,{value:r,children:t})}function qn(){const e=u(Mn);if(!e)throw new Error("usePayloadBuilder must be used within a PayloadProvider");return e}function Bn({title:n,onClose:r,isModal:s,run:i,viewMode:a,onViewModeChange:l,showPlanPanel:o,hasPlan:c=!1,onTogglePlanPanel:d,onDownload:u,onCopyRunId:m,resetWorkflow:h}){return e(Vn,{children:t("div",{className:"flex flex-wrap items-end justify-between py-1.5 px-2 border-b shadow-sm flex-shrink-0",children:[t("div",{className:"flex flex-wrap items-center space-x-2",children:[t("div",{className:"flex items-center space-x-1",children:[e(Ee,{className:"size-5 text-muted"}),e("span",{className:"font-medium",children:n})]}),t("span",{className:"text-xs text-muted ml-1",children:["(Run ID: ",i.runId.substring(0,8),"...)"]})]}),t("div",{className:"flex justify-end items-center space-x-2 ml-auto",children:[t("div",{className:"flex items-center space-x-1 bg-muted rounded p-0.5",children:[e(y,{variant:"stacked"===a?"outline":"ghost",size:"xs",className:"rounded-l-md",onClick:()=>l("stacked"),children:"Details"}),e(y,{variant:"sliding"===a?"outline":"ghost",size:"xs",className:"rounded-l-md",onClick:()=>l("sliding"),children:"Most Important"})]}),t("div",{className:"relative",children:[c&&!o&&e("span",{className:"absolute -top-1 -right-1 w-2.5 h-2.5 bg-primary rounded-full border border-border z-10"}),t(y,{size:"sm",variant:o?"primary":"secondary",onClick:d,className:"transition-all duration-200 rounded-md",title:"Toggle plan panel",children:[e(Fe,{className:"size-4 mr-1.5"}),e("span",{className:"font-medium text-xs",children:o?"Hide Plan":"Show Plan"})]})]}),e(Wn,{run:i,isModal:s,onClose:r,onDownload:u,onCopyRunId:m,resetWorkflow:h}),r&&!s&&e(y,{size:"xs",variant:"ghost",onClick:r,children:e(Re,{className:"size-4"})})]})]})})}function Wn({run:n,isModal:r,onClose:s,onDownload:i,onCopyRunId:a,resetWorkflow:l}){const o=v(),{client:c}=jt(),d=qn();return t(x,{hover:!0,children:[e(w,{children:e(y,{size:"xs",variant:"ghost",title:"More actions",children:e(Me,{className:"size-4"})})}),e(N,{className:"w-48",align:"end",children:e("div",{className:"rounded-md shadow-lg z-50",children:e("div",{className:"py-1 min-w-36",children:e(k,{children:e(C,{children:t(_,{children:[e("div",{className:"flex items-center px-3 py-1.5 text-xs text-gray-700 dark:text-gray-300",children:e("span",{className:"text-muted",children:"Actions"})}),r&&t(j,{className:"text-xs",onSelect:()=>{return e=`/store/agent-runner?agentId=${n.runId}__${n.workflowId}`,window.open(e,"_blank"),e;var e},children:[e(Ve,{className:"size-3.5 mr-2 text-muted"})," Open in new tab"]}),t(j,{className:"text-xs",onSelect:()=>{a?a():(navigator.clipboard.writeText(n.runId),o({status:"success",title:"Run ID copied",duration:2e3}))},children:[e(Ae,{className:"size-3.5 mr-2 text-muted"})," Copy Run ID"]}),t(j,{className:"text-xs",onSelect:()=>{i?i():async function(e,t){return e.files.getDownloadUrl(`agents/${t}/conversation.json`).then((e=>e.url))}(c,n.runId).then((e=>window.open(e,"_blank")))},children:[e(qe,{className:"size-3.5 mr-2 text-muted"})," Download Conversation"]}),s&&r&&t(j,{className:"text-xs",onSelect:s,children:[e(Re,{className:"size-3.5 mr-2 text-muted"})," Close"]}),t(j,{className:"text-xs text-destructive",onSelect:()=>{(async e=>{try{return await c.store.workflows.terminate(e.workflowId,e.runId,"cancel"),o({status:"success",title:"Workflow cancelled",duration:2e3}),d.reset(),l?.(),!0}catch(e){return o({status:"error",title:"Failed to cancel workflow",duration:2e3}),!1}})(n)},children:[e(Re,{className:"size-3.5 mr-2 text-destructive"})," Cancel Workflow"]})]})})})})})})]})}const Gn="vertesia.content_store.lastDisplayedView";function Hn({onUpdate:t}){const[n,r]=o("grid"===localStorage.getItem(Gn)),s=()=>{localStorage.setItem(Gn,"grid"),r(!0),t(!0)},i=()=>{localStorage.setItem(Gn,"table"),r(!1),t(!1)};return e(y,{variant:"outline",onClick:()=>{n?i():s()},alt:n?"Table View":"Thumbnail View",children:e(n?Be:We,{})})}Hn.LAST_DISPLAYED_VIEW=Gn;class Jn extends z{labelOf(e){return e.label}idOf(e){return e.id}renderOption(n){return t("div",{children:[e("div",{className:"font-medium",children:n.label}),e("p",{className:"text-sm text-gray-500 dark:text-gray-400 mt-1",children:n.description})]})}}function Kn({isOpen:n,onClose:r,onConfirm:s,isLoading:i,uploadedFileName:a}){const l=[{id:"update",label:"Update current version",description:a?"Replace the content file and modify properties directly in the current revision.":"Modify the properties directly in the current revision."},{id:"new-version",label:"Create new version",description:a?"Create a new revision with the replacement file while preserving the original.":"Create a new revision with these property changes while preserving the original."}],d=a?l[1]:l[0],[u,m]=o(d),[h,p]=o(""),f=new Jn;c((()=>{n&&(m(d),p(""))}),[n,a]);const g="new-version"===u?.id;return t(S,{isOpen:n,onClose:r,className:"sm:max-w-md",children:[e(T,{children:"Save Changes"}),e(P,{children:t("div",{className:"space-y-4",children:[a&&e("div",{className:"mb-4 p-3 bg-blue-50 dark:bg-blue-900/20 rounded-md",children:t("p",{className:"text-sm text-blue-700 dark:text-blue-300 font-medium",children:["You're about to replace the content file with: ",e("span",{className:"font-bold",children:a})]})}),e("p",{className:"text-sm text-mixer-muted/5",children:"How would you like to save these changes?"}),e(I,{adapter:f,options:l,value:u,onChange:e=>{m(e)},gap:"gap-4"}),g&&e(A,{label:"Version Label (Optional)",description:"Optional label for the new version.",className:"mt-3 pl-8",children:e(E,{value:h,onChange:p,placeholder:"e.g., v1.2, approved, post-review",className:"w-full"})})]})}),t($,{children:[e(y,{variant:"secondary",onClick:r,disabled:i,children:"Cancel"}),e(y,{variant:"primary",onClick:async()=>{await s(g,g?h:void 0)},isLoading:i,children:"Save"})]})]})}function Yn({isOpen:r,onClose:s,object:i,refetch:a}){const{client:l,store:d}=jt(),u=v(),h=Ft(),[p,f]=o(!1),[g,b]=o(""),[x,w]=o(!1),[N,k]=o(null),C=m(null),_=m(null),[j,I]=o(null),[A,E]=o(null);function z(e,t){e.languages.json.jsonDefaults.setDiagnosticsOptions({validate:!0,schemas:[{uri:"http://myserver/object-schema.json",fileMatch:["*"],schema:t}]})}return c((()=>{r&&(b(JSON.stringify(i.properties||{},null,2)),i.type?.id&&async function(e){try{const t=await d.types.retrieve(e);t.object_schema&&(I(t.object_schema),_.current&&z(_.current,t.object_schema))}catch(e){console.error("Failed to fetch JSON schema:",e)}}(i.type.id))}),[r,i]),t(n,{children:[t(S,{isOpen:r,onClose:s,className:"sm:max-w-[90%] md:max-w-[80%] lg:max-w-[75%] xl:max-w-[70%]",children:[e(T,{children:"Edit Properties"}),t(P,{children:[t("div",{className:"mb-2 text-sm text-gray-500",children:[i.type?.name?t("span",{children:["Editing properties for object type: ",e("strong",{children:i.type.name})]}):e("span",{children:"Editing properties for generic document"}),j&&e("span",{className:"ml-2 text-green-600",children:"(JSON schema validation enabled)"})]}),e("div",{className:"h-[75vh] border border-gray-300 dark:border-gray-700 rounded-md",children:e(rn,{height:"100%",language:"json",value:g,onChange:e=>b(e||""),onMount:function(e,t){C.current=e,_.current=t,j&&z(t,j)},options:{minimap:{enabled:!1},scrollBeyondLastLine:!1,formatOnPaste:!0,formatOnType:!0,automaticLayout:!0,wordWrap:"on"}})})]}),t($,{children:[e(y,{variant:"secondary",onClick:s,children:"Cancel"}),e(y,{variant:"primary",onClick:function(){if(!C.current)return;const e=C.current.getValue();try{const t=JSON.parse(e);k(t),w(!0)}catch(e){u({status:"error",title:"Invalid JSON",description:"Please fix the JSON syntax errors before saving.",duration:5e3})}},children:"Save Changes"})]})]}),e(Kn,{isOpen:x,onClose:function(){w(!1)},onConfirm:async function(e,t){try{f(!0);const n=N||JSON.parse(g);if(e){const e=await l.objects.update(i.id,{properties:n},{createRevision:!0,revisionLabel:t});e.id!==i.id&&E(e.id),u({status:"success",title:"New version created",description:"A new version with updated properties has been created.",duration:2e3}),w(!1),s(),e.id!==i.id&&setTimeout((()=>{h(`/objects/${e.id}`),u({status:"info",title:"Viewing New Version",description:t?`Now viewing version '${t}'`:"Now viewing the new version",duration:3e3})}),100)}else await d.objects.update(i.id,{properties:n}),u({status:"success",title:"Properties updated",description:"The object properties have been updated successfully.",duration:2e3}),a&&await a(),w(!1),s()}catch(e){u({status:"error",title:"Error updating properties",description:e.message||"An error occurred while updating the properties.",duration:5e3}),f(!1)}},isLoading:p})]})}const Qn=131072;var Xn;function Zn({object:r,loadText:s,refetch:i}){const a=v(),l=async(e,t)=>{try{await navigator.clipboard.writeText(e),a({status:"success",title:("text"===t?"Content":"Properties")+" copied",description:`Successfully copied ${t} to clipboard`,duration:2e3})}catch(e){console.error(`Failed to copy ${t}:`,e),a({status:"error",title:"Copy failed",description:`Failed to copy ${t} to clipboard`,duration:5e3})}};return e(n,{children:t(O,{direction:"horizontal",className:"h-[calc(100vh-200px)]",children:[e(D,{className:"min-w-[100px]",children:e(er,{object:r,refetch:i??(()=>Promise.resolve()),handleCopyContent:l})}),e(U,{withHandle:!0}),e(D,{className:"min-w-[100px]",children:e(tr,{object:r,loadText:s??!1,handleCopyContent:l})})]})})}function er({object:r,refetch:s,handleCopyContent:i}){const[a,l]=o(!1),[c,d]=o(!1);return t(n,{children:[t("div",{className:"flex justify-between items-center px-2",children:[t("div",{className:"flex items-center gap-1 bg-muted mb-2 p-1 rounded",children:[e(y,{variant:""+(a?"ghost":"primary"),size:"sm",alt:"Preview properties",onClick:()=>l(!a),children:"Properties"}),e(y,{variant:""+(a?"primary":"ghost"),size:"sm",alt:"View in JSON format",onClick:()=>l(!a),children:"JSON"})]}),t("div",{className:"flex items-center gap-2",children:[r.properties&&e(y,{variant:"ghost",size:"sm",title:"Copy properties",onClick:()=>i(JSON.stringify(r.properties,null,2),"properties"),children:e(He,{className:"size-4"})}),e(y,{variant:"ghost",size:"sm",onClick:()=>{d(!0)},title:"Edit properties",className:"flex items-center gap-2",children:e(Je,{className:"size-4"})})]})]}),r.properties?e("div",{className:"h-[calc(100vh-220px)] overflow-auto px-2",children:e(Gt,{value:r.properties,viewCode:a})}):e("div",{className:"h-[calc(100vh-220px)] overflow-auto px-2",children:e("div",{children:"No properties defined"})}),e(Yn,{isOpen:c,onClose:()=>{d(!1)},object:r,refetch:s})]})}function tr({object:r,loadText:s,handleCopyContent:i}){const{store:a}=jt(),l=r?.metadata?.type===At.Image,d=r?.metadata?.type===At.Video,[u,m]=o(d?Xn.Video:l?Xn.Image:Xn.Text),[h,p]=o(r.text),[f,g]=o(!1),[v,b]=o(!1);return c((()=>{s&&!h&&(g(!0),a.objects.getObjectText(r.id).then((e=>{if(e.text.length>Qn){const t=e.text.substring(0,Qn);p(t),b(!0)}else p(e.text),b(!1)})).catch((e=>{console.error("Failed to load text",e)})).finally((()=>{g(!1)})))}),[s]),t(n,{children:[t("div",{className:"flex justify-between items-center px-2",children:[t("div",{className:"flex items-center gap-1 bg-muted mb-2 p-1 rounded",children:[l&&e(y,{variant:u===Xn.Image?"primary":"ghost",size:"sm",alt:"View Image",onClick:()=>m(Xn.Image),children:"Image"}),d&&e(y,{variant:u===Xn.Video?"primary":"ghost",size:"sm",alt:"View Video",onClick:()=>m(Xn.Video),children:"Video"}),e(y,{variant:u===Xn.Text?"primary":"ghost",size:"sm",alt:"View Text",onClick:()=>m(Xn.Text),children:"Text"})]}),u===Xn.Text&&e(nr,{object:r,text:h,handleCopyContent:i})]}),u===Xn.Image?e(sr,{object:r}):u===Xn.Video?e(ir,{object:r}):f?e("div",{className:"flex justify-center items-center h-[calc(100vh-260px)]",children:e(L,{size:"lg"})}):e(rr,{object:r,text:h,isTextCropped:v})]})}function nr({object:r,text:s,handleCopyContent:i}){const{client:a}=jt(),l=v(),[c,d]=o(null),u=r.content,m=u&&u.type&&"text/markdown"===u.type,h=async e=>{if(!c){d(e),l({status:"info",title:`Preparing ${e.toUpperCase()}`,description:"Fetching your document...",duration:2e3});try{const t=await a.objects.getRendition(r.id,{format:e,generate_if_missing:!0,sign_url:!0});if("generating"===t.status)return l({status:"info",title:"Generating document",description:`Please wait while we prepare your ${e.toUpperCase()} file...`,duration:5e3}),void setTimeout((()=>h(e)),3e3);if("failed"===t.status)throw new Error("Document generation failed");if(t.renditions&&t.renditions.length>0){const n=t.renditions[0];if("pdf"===e)window.open(n,"_blank"),l({status:"success",title:"PDF opened",description:"PDF document opened in a new window",duration:2e3});else{const t=document.createElement("a");t.href=n,t.download=`${r.name||"document"}.${e}`,document.body.appendChild(t),t.click(),document.body.removeChild(t),l({status:"success",title:"Document exported",description:`Successfully exported to ${e.toUpperCase()} format`,duration:2e3})}}}catch(t){console.error(`Failed to export document as ${e}:`,t),l({status:"error",title:"Export failed",description:`Failed to export document to ${e.toUpperCase()} format`,duration:5e3})}finally{d(null)}}};return e("div",{className:"h-[41px] text-lg font-semibold flex justify-between items-center px-2",children:t("div",{className:"flex items-center gap-2",children:[s&&e(y,{variant:"ghost",size:"sm",title:"Copy text",className:"flex items-center gap-2",onClick:()=>i(s,"text"),children:e(He,{className:"size-4"})}),m&&s&&t(n,{children:[t(y,{variant:"ghost",size:"sm",onClick:()=>h("docx"),disabled:null!==c,className:"flex items-center gap-2",children:["docx"===c?e(L,{size:"sm"}):e(Ke,{className:"size-4"}),"DOCX"]}),t(y,{variant:"ghost",size:"sm",onClick:()=>h("pdf"),disabled:null!==c,className:"flex items-center gap-2",children:["pdf"===c?e(L,{size:"sm"}):e(Ke,{className:"size-4"}),"PDF"]})]})]})})}!function(e){e.Text="text",e.Image="image",e.Video="video"}(Xn||(Xn={}));const rr=h((({object:r,text:s,isTextCropped:i})=>{const a=r.content,l=a&&a.type&&("text/markdown"===a.type||"text/plain"===a.type),o=s&&(s.includes("\n# ")||s.includes("\n## ")||s.includes("\n### ")||s.includes("\n* ")||s.includes("\n- ")||s.includes("\n+ ")||s.includes("![")||s.includes("](")),c=l||o;return s?t(n,{children:[i&&e("div",{className:"px-2 py-2 bg-attention/10 border-l-4 border-attention mx-2 mb-2 rounded",children:t("div",{className:"flex items-center gap-2 text-attention",children:[e(Ge,{className:"size-4"}),e("span",{className:"text-sm font-semibold",children:"Showing first 128K characters only"})]})}),e("div",{className:"max-w-7xl px-2 h-[calc(100vh-210px)] overflow-auto",children:c?e("div",{className:"vprose prose-sm p-1",children:e(Wt,{components:{a:({node:t,...n})=>{const r=n.href||"";return r.includes("/store/objects/")?e(Lt,{topLevelNav:!0,href:r,className:"text-info",children:n.children}):e("a",{...n,"data-debug":"test",target:"_blank",rel:"noopener noreferrer"})},p:({node:t,...n})=>e("p",{...n,className:"my-0"}),pre:({node:t,...n})=>e("pre",{...n,className:"my-2 p-2 rounded"}),code:({node:t,className:n,children:r,...s})=>{const i=/language-(\w+)/.exec(n||"");return e("code",{...s,className:!i?"px-1.5 py-0.5 rounded":"text-muted",children:r})},h1:({node:t,...n})=>e("h1",{...n,className:"font-bold text-2xl my-2"}),h2:({node:t,...n})=>e("h2",{...n,className:"font-bold text-xl my-2"}),h3:({node:t,...n})=>e("h3",{...n,className:"font-bold text-lg my-2"}),li:({node:t,...n})=>e("li",{...n})},children:s})}):e("pre",{className:"text-wrap bg-muted text-muted p-2",children:s})})]}):e("div",{className:"px-2",children:e("div",{children:"No content"})})}));function sr({object:t}){const{client:n}=jt(),[r,s]=o(),i=t.content,a=t.metadata&&t.metadata.type===At.Image;return c((()=>{if(a){(async()=>{const e=i?.type&&["image/jpeg","image/jpg","image/png","image/gif","image/webp","image/svg+xml"].includes(i.type);try{const r=await n.objects.getRendition(t.id,{format:$t.jpeg,generate_if_missing:!1,sign_url:!0});if("found"===r.status&&r.renditions?.length)s(r.renditions[0]);else if(e){const e=await n.files.getDownloadUrl(t.content.source);s(e.url)}}catch(r){if(e){const e=await n.files.getDownloadUrl(t.content.source);s(e.url)}}})()}}),[]),e("div",{className:"mb-4 px-2",children:r?e("img",{src:r,alt:t.name,className:"w-full object-contain"}):e(L,{size:"md"})})}function ir({object:n}){const{client:r}=jt(),[s,i]=o(),[a,l]=o(),[d,u]=o(!0),m=n.content,h=n.metadata?.type===At.Video,p=n.metadata,f=p?.renditions||[],g=f.find((e=>"video/mp4"===e.content.type))||f.find((e=>"video/webm"===e.content.type)),v=m?.type&&["video/mp4","video/webm"].includes(m.type),b=f.find((e=>e.name===Et));return c((()=>{(async()=>{if(b?.content?.source)try{const e=await r.files.getDownloadUrl(b.content.source);l(e.url)}catch(e){console.error("Failed to load poster image",e)}})()}),[b,r]),c((()=>{if(h&&(g?.content?.source||v)){(async()=>{try{let e;g?.content?.source?e=await r.files.getDownloadUrl(g.content.source):v&&m?.source&&(e=await r.files.getDownloadUrl(m.source)),e&&i(e.url)}catch(e){console.error("Failed to get video URL",e)}finally{u(!1)}})()}else u(!1)}),[h,g,v,m?.source,r]),e("div",{className:"mb-4 px-2",children:g||v?d?e("div",{className:"flex justify-center items-center h-[400px]",children:e(L,{size:"md"})}):s?e("video",{src:s,poster:a,controls:!0,className:"w-full max-h-[calc(100vh-260px)] object-contain",children:"Your browser does not support the video tag."}):e("div",{className:"flex justify-center items-center h-[400px] text-muted",children:"Failed to load video"}):e("div",{className:"flex justify-center items-center h-[400px] text-muted",children:t("div",{className:"text-center",children:[e("p",{children:"No web-compatible video rendition available"}),e("p",{className:"text-sm mt-2",children:"MP4 or WebM format required"})]})})})}function ar(e,t=7){return e?"~"+e.slice(-t):""}function lr(e,t){return e.length>t?e.substring(0,t)+"...":e}const or="text/csv",cr="image/",dr="application/pdf",ur="video/",mr=e=>e===or||or.includes(e),hr=e=>e.startsWith(cr)||cr.includes(e),pr=e=>e===dr||dr.includes(e),fr=e=>e.startsWith(ur)||ur.includes(e),gr=import.meta.env,vr={max_hw:gr?.VITE_RENDITION_HW||256,format:$t.jpeg,generate_if_missing:!0},br="vertesia.content_store.renditionId";async function yr(e,t,n,r,s){if(!t?.content?.type||!(hr(t.content.type)||fr(t.content.type)||pr(t.content.type)))return void s("No preview available");s("Preparing preview...");const i=(new Date).getTime()/1e3,a=localStorage.getItem(`${br}_${t.id}_${vr.max_hw}`),l=localStorage.getItem(`${br}_${t.id}_${vr.max_hw}_time`);if(a?.length&&l&&Math.abs(i-parseInt(l))<=900)return n(a),r(`${t.name} Rendition`),s("ready"),a;s("Preparing preview..."),e.objects.getRendition(t.id,vr).then((i=>{if("generating"===i.status)s("Preparing preview..."),n(""),r(""),setTimeout((()=>yr(e,t,n,r,s)),6e4);else{if("failed"===i.status)return s("No preview available"),n(""),void r("");{if(!i?.renditions?.length)return s("No preview available"),n(""),void r("");const e=i.renditions[0];localStorage.setItem(`${br}_${t.id}_${vr.max_hw}`,e),localStorage.setItem(`${br}_${t.id}_${vr.max_hw}_time`,((new Date).getTime()/1e3).toString()),n(e),r(`${t.name} Rendition`),s("ready"),console.log(`Rendition for document ${t.id} retrieved successfully: ${e}`)}}})).catch((e=>{s("No preview available"),console.warn("Failed to retrieve rendition:",e),n(""),r("")}))}function xr({isLoading:n=!1,counts:r=6}){return n?e("div",{className:"flex flex-wrap gap-2 justify-between",children:Array(r).fill(0).map(((n,r)=>e("div",{className:"w-[15vw] animate-pulse",children:t(F,{className:"relative flex flex-col border h-fit",children:[e("div",{className:"h-48 bg-muted rounded-t-xl flex items-center justify-center text-muted",children:" "}),e(R,{className:"bg-muted h-[2px]"}),t(M,{className:"p-2 flex flex-col",children:[t("div",{className:"flex flex-col overflow-hidden",children:[e("div",{className:"h-5 bg-muted rounded w-3/4 mb-2"}),e("div",{className:"h-4 bg-muted rounded w-1/2"})]}),e("div",{className:"text-xs text-muted w-full flex justify-end mt-2",children:e("div",{className:"h-3 bg-muted rounded w-1/4"})})]})]})},r)))}):null}function wr({selection:n,document:r,onSelectionChange:s,onRowClick:i,previewObject:a,selectedObject:l}){const{client:d}=jt(),[u,m]=o(void 0),[h,p]=o(void 0),[f,g]=o(void 0);return c((()=>{r?.content&&yr(d,r,m,p,g)}),[r]),t(F,{className:"relative flex flex-col border h-fit "+(l?.id===r.id?"border-attention border-4":""),onClick:()=>i&&i(r),children:[n&&e("div",{className:"absolute top-2 left-2 z-10 flex flex-col items-center gap-1",children:e("input",{checked:n.isSelected(r.id),type:"checkbox",onChange:e=>{e.stopPropagation(),s(r,e)},onClick:e=>e.stopPropagation()})}),e("div",{className:"absolute top-1 right-1 z-10 flex flex-col items-center",children:e(y,{variant:"ghost",size:"sm",title:"Preivew Object",onClick:e=>{e.stopPropagation(),a?.(r.id)},children:e(Ye,{className:"size-4 "+("ready"===f?"text-muted":"text-white")})})}),u&&"ready"==f?e("img",{src:u,alt:h,className:"w-auto h-48 object-cover rounded-t-xl"}):e("div",{className:"h-48 bg-gray-700 rounded-t-xl flex items-center justify-center text-muted",children:f}),e(R,{className:"bg-gray-200 h-[2px]"}),t(M,{className:"p-2 flex flex-col",children:[t("div",{className:"flex flex-col overflow-hidden",children:[e(V,{placement:"top",description:r.properties?.title??r.name,children:e("h3",{className:"text-start font-medium leading-none truncate",children:r.properties?.title??r.name})}),r?.type?.name?e(V,{placement:"bottom",size:"xs",description:r?.type?.name,children:e("p",{className:"text-start text-xs text-muted truncate",children:r?.type?.name})}):e("p",{className:"text-xs text-muted",children:" "})]}),r.score&&t("div",{className:"text-xs text-muted w-full flex justify-end",children:["Score: ",r.score.toFixed(4)??"-"]})]})]})}function Nr(e){return`${e._id} (${e.count})`}function kr(e){return`${e.name} (${e.count})`}function Cr({search:t,buckets:n,name:r,placeholder:s,className:i}){const a=t.getFilterValue(r),l=n?.find((e=>JSON.stringify(e._id)===JSON.stringify(a)));return e(q,{filterBy:"_id",className:i,isClearable:!0,optionLabel:Nr,options:n,value:l,onChange:e=>{t.setFilterValue(r,e?._id)},by:"_id",placeholder:s})}function _r({search:t,name:n,placeholder:r,className:s}){const[i,a]=o([]);return c((()=>{t.setFilterValue(n,i)}),[i]),e(B,{className:s,value:i,onChange:a,placeholder:r})}function jr(e){return`${e.name} (${e.count})`}function Sr({search:t,buckets:n,placeholder:r="Filter by Type",className:s}){const[i,a]=o([]),{typeRegistry:l}=jt(),d=t.getFilterValue("type");c((()=>{if(l){const e=n.map((e=>{let t;return null==e._id?(e._id="Document",t="Document"):(t=l.getTypeName(e._id),t||(console.warn("Content Object Type not found",e._id),t=e._id)),{...e,name:t}}));e.sort(((e,t)=>e.name.localeCompare(t.name))),a(e)}}),[n,l]);const u=i?.find((e=>e._id===d));return e(q,{filterBy:"name",className:s,isClearable:!0,optionLabel:jr,options:i,value:u,onChange:e=>{t.setFilterValue("type",e?._id)},by:"_id",placeholder:r})}function Tr({buckets:e,name:t,placeholder:n,type:r,multiple:s}){return function({buckets:e,name:t,placeholder:n,type:r="select",multiple:s=!1}){return{name:t,options:e.map((e=>({label:Nr(e),value:e._id}))),type:r,multiple:s,placeholder:`${n??`${t.charAt(0).toUpperCase()+t.slice(1)}`}`,allowCreate:!1}}({buckets:e,name:t,placeholder:n,type:r,multiple:s})}function Pr({buckets:n,typeRegistry:r,type:s="select",multiple:i=!1}){const a=new Map;r||console.warn("Type names cannot be resolved"),n.forEach((e=>{let t,n=e._id;null==e._id?(n="Document",t="Document"):(t=r?.getTypeName(e._id),t||(console.warn("Content Object Type not found",e._id),t=e._id)),a.set(n,{name:t,count:e.count})}));return{name:"types",placeholder:"Types",type:s,multiple:i,options:n.map((e=>{const t=e._id,n=t||"Document",r=a.get(n);return{value:t,label:r?`${r.name} (${r.count})`:`Unknown (${e.count})`}})),labelRenderer:n=>{const r=a.get(n);return r?t("div",{className:"w-full flex items-center",children:[e("span",{className:"text-sm truncate",children:r.name}),t("span",{className:"ml-2 text-xs",children:["(",r.count,")"]})]}):(console.warn(`Type data not found for ${n}`),n)},filterBy:(e,t)=>{const n=a.get(e);return n?n.name.toLowerCase().includes(t.toLowerCase()):(console.warn(`Type name not found for ${e}`),!1)}}}const Ir={},Ar={};function Er(e){const{client:t}=jt();return W((()=>{let n=Ir[e];return n||(n=t.users.retrieve(e).then((e=>e)),Ir[e]=n),n}),[e])}function $r(e){const{client:t}=jt();return W((()=>{let n=Ar[e];return n||(n=t.iam.groups.retrieve(e).then((e=>e)),Ar[e]=n),n}),[e])}function zr(){return e("div",{className:"size-8"})}function Or({showTitle:n=!1,size:r="md"}){return e(qr,{title:"System User",description:"The system user is used to initialize built-in objects.",children:t("div",{className:"flex gap-2 items-center",children:[e(G,{src:"/icon.svg",size:r}),n&&e("div",{className:"text-sm font-semibold pl-2",children:"System User"})]})})}function Dr({accountId:r,showTitle:s=!1,size:i="md"}){const a=t(n,{children:[e("div",{children:"This user is used by robots like workflow workers."}),t("div",{className:"text-gray-800 dark:text-gray-500 text-sm",children:[e("span",{className:"font-semibold",children:"ID:"})," ",r]})]});return e(qr,{title:"Service Account",description:a,children:t("div",{className:"flex flex-row items-center gap-2",children:[e(G,{src:"/cloud.svg",name:"SA",color:"bg-amber-500",className:"px-[5px] text-white",size:i}),s&&t("div",{className:"text-sm font-semibold pl-2 truncate",children:["Service Account : ",r]})]})})}function Ur({title:t="Error",error:n,showTitle:r=!1,size:s="md"}){return e(Fr,{title:t,message:"string"==typeof n?n:n.message,color:"bg-red-500",showTitle:r,size:s})}function Lr({userRef:t,showTitle:n=!1,size:r="md"}){if(!t)return e(Fr,{title:"Unknown User",message:"User information is not available.",showTitle:n,size:r});const[s,i]=t?t.split(":"):["unknown"];switch(s){case zt.User:return e(Mr,{userId:i,showTitle:n,size:r});case zt.Group:return e(Rr,{userId:i,showTitle:n,size:r});case"system":return e(Or,{showTitle:n,size:r});case zt.ServiceAccount:case zt.Agent:return e(Dr,{accountId:i,showTitle:n,size:r});case zt.ApiKey:return e(Vr,{keyId:i,size:r,showTitle:n});default:return e(Ur,{title:"Unknown User",error:`Invalid user ref type: ${s}`,showTitle:n,size:r})}}function Fr({title:n,message:r,color:s,size:i="md",showTitle:a=!1}){return e(qr,{title:n,description:r,children:t("div",{className:"flex flex-row items-center gap-2",children:[e(G,{color:s,size:i}),a&&e("div",{className:"text-sm font-semibold pl-1",children:n})]})})}function Rr({userId:n,showTitle:r=!1,size:s="md"}){const{data:i,error:a}=$r(n);if(a)return e(Ur,{title:"Failed to fetch group",error:a,showTitle:r,size:s});if(!i)return e(zr,{});const l=t("div",{className:"space-y-1",children:[i.description&&e("div",{className:"text-sm",children:i.description}),t("div",{className:"text-xs text-muted-foreground",children:["Group ID: ",i.id]}),i.tags&&i.tags.length>0&&e("div",{className:"flex flex-wrap gap-1",children:i.tags.map((t=>e("span",{className:"px-1.5 py-0.5 bg-muted rounded text-xs",children:t},t)))})]});return e(qr,{title:i.name||"Unnamed Group",description:l,children:t("div",{className:"flex flex-row items-center gap-2",children:[e(Qe,{className:"size-6 text-indigo-500",size:s}),r&&e("div",{className:"text-sm font-semibold pl-2",children:i.name||"Unnamed Group"})]})})}function Mr({userId:n,showTitle:r=!1,size:s="md"}){const{data:i,error:a}=Er(n);if(a)return e(Ur,{title:"Failed to fetch user",error:a,showTitle:r,size:s});if(!i)return e(zr,{});const l=e("div",{className:"truncate",title:i.email,children:i.email});return e(qr,{title:i.name||i.email||i.username||"unknown",description:l,children:t("div",{className:"flex flex-row items-center gap-2",children:[e(G,{src:i.picture,name:i.name,color:"bg-indigo-500",size:s}),r&&e("div",{className:"text-sm font-semibold pl-2",children:i.name||i.email||i.username||"unknown"})]})})}function Vr({keyId:n,showTitle:r=!1,size:s="md"}){const{client:i}=jt(),{data:a,error:l}=W((()=>i.apikeys.retrieve(n)),[]);if(l)return e(Ur,{title:"Failed to fetch the apikey",error:l,showTitle:r,size:s});if(!a)return e(zr,{});const o=e(G,{name:"PK",color:"bg-pink-500",size:s}),c=t(H,{className:"dark:bg-gray-800 dark:text-gray-200 table-fixed w-full",children:[t("tr",{children:[e("td",{className:"font-semibold w-20",children:"Key:"}),e("td",{className:"truncate max-w-0",children:a?.name})]}),t("tr",{children:[e("td",{className:"font-semibold w-20",children:"Account:"}),e("td",{className:"truncate max-w-0",children:a?.account})]}),t("tr",{children:[e("td",{className:"font-semibold w-20",children:"Project:"}),e("td",{className:"truncate max-w-0",children:a?.project.name})]})]});return e(qr,{title:"Private Key",description:c,children:t("div",{className:"flex flex-row items-center gap-2",children:[o,r&&e("div",{className:"text-sm font-semibold",children:a?.name||a?.account||a?.project.name||"unknown"})]})})}function qr({title:n,description:r,children:s}){return t(x,{hover:!0,children:[e(w,{className:"cursor-pointer flex items-center inline-block",children:e("div",{children:s})}),e(N,{align:"center",sideOffset:8,side:"right",children:t("div",{className:"flex flex-col gap-1 rounded-md shadow-md p-2",children:[e("div",{className:"text-md font-semibold",children:n}),r]})})]})}function Br({buckets:n,name:r,placeholder:s}){return function({buckets:n,name:r,placeholder:s}){const i=n.map((e=>({value:e._id,label:`(${e.count})`})));return{name:r,placeholder:s||`${r.charAt(0).toUpperCase()+r.slice(1)}`,options:i,labelRenderer:r=>{if("Unknown User"===r||!r){const e=n.find((e=>e._id===r));return`Unknown User (${e?.count||0})`}const s=n.find((e=>e._id===r));return t("div",{className:"flex items-center w-full gap-2",children:[e("div",{className:"flex-1 min-w-0 flex items-center truncate",children:e(Lr,{userRef:r,showTitle:!0,size:"sm"})}),t("span",{className:"text-muted-foreground flex-shrink-0",children:["(",s?.count||0,")"]})]})}}}({buckets:n,name:r,placeholder:s})}function Wr({search:t,buckets:n,placeholder:r="All Environments",className:s}){const{client:i}=jt(),[a,l]=o([]),d=t.getFilterValue("environment");c((()=>{if(i){const e=n.map((async e=>{let t;return await i.environments.retrieve(e._id).then((e=>{t=e.name})).catch((()=>{t=`${e._id} (deleted)`})),t||(t=e._id),{...e,name:t}}));Promise.all(e).then((e=>{e.sort(((e,t)=>e.name.localeCompare(t.name))),l(e)}))}}),[n,i]);const u=a?.find((e=>e._id===d));return e(q,{filterBy:"name",className:s,isClearable:!0,optionLabel:kr,options:a,value:u,onChange:e=>{t.setFilterValue("environment",e?._id)},by:"_id",placeholder:r})}function Gr(n){const r=[];if(r.push({name:"run_ids",placeholder:"Run ID",type:"text",multiple:!1}),n.interactions){const s=function({buckets:n,name:r,placeholder:s}){return{name:r,placeholder:s,options:n.map((e=>({label:`(${e.count})`,value:e._id}))),type:"select",labelRenderer:r=>{const s=n.find((e=>e._id===r)),i=s?.name||r;let a="success";if(s?.status)switch(s.status){case Ot.published:a="success";break;case Ot.archived:a="destructive";break;default:a="attention"}const l=s?.version&&s?.status?`v${s.version} ${s.status}`:s?.status||(s?.version?`v${s.version}`:"");return t("div",{className:"w-full flex items-center justify-between",children:[t("div",{className:"flex flex-row flex-wrap items-center gap-2 min-w-0 flex-1",children:[e("span",{className:"text-sm truncate",children:i}),l&&e(b,{variant:a,className:"text-xs w-fit",children:l})]}),t("span",{className:"ml-2 text-xs shrink-0",children:["(",s?.count||0,")"]})]})},filterBy:(e,t)=>{const r=n.find((t=>t._id===e));return(r?.name||e).toLowerCase().includes(t.toLowerCase())}}}({buckets:n.interactions||[],name:"interaction",placeholder:"Interactions"});r.push(s)}if(n.environments){const s=function({buckets:n,name:r}){const s=n.map((e=>({label:`(${e.count})`,value:e._id})));return{name:r.charAt(0).toUpperCase()+r.slice(1),options:s,type:"select",labelRenderer:r=>{const s=n.find((e=>e._id===r));return t("div",{className:"w-full flex items-center",children:[e("span",{className:"text-sm truncate",children:s?.name||r}),t("span",{className:"ml-2 text-xs",children:["(",s?.count||0,")"]})]})},filterBy:(e,t)=>{const r=n.find((t=>t._id===e));return(r?.name||e).toLowerCase().includes(t.toLowerCase())}}}({buckets:n.environments||[],name:"environments"});r.push(s)}if(r.push({name:"tags",placeholder:"Tags",type:"stringList",multiple:!0}),n.models){const e=Tr({buckets:n.models||[],name:"model"});r.push(e)}if(n.statuses){const e=Tr({buckets:n.statuses||[],name:"status"});r.push(e)}if(n.finish_reason){const e=Tr({buckets:n.finish_reason.map((e=>({...e,_id:null===e._id?"none":e._id}))),name:"finish_reason",placeholder:"Finish Reason"});r.push(e)}if(n.created_by){const e=Br({buckets:n.created_by||[],name:"created_by",placeholder:"Created By"});r.push(e)}r.push({name:"start",placeholder:"Date After",type:"date",multiple:!1});r.push({name:"end",placeholder:"Date Before",type:"date",multiple:!1});return r.push({name:"workflow_run_ids",placeholder:"Workflow Run ID",type:"text",multiple:!1}),r}function Hr(e){return t=>{0!==t.length?(e.clearFilters(!1,!1),t.forEach((t=>{if(t.value&&t.value.length>0){const n=t.name;let r;r="stringList"===t.type?t.value.map((e=>"string"==typeof e?e:e.value)):t.multiple?Array.isArray(t.value)?t.value.map((e=>"object"==typeof e&&e.value?e.value:e)):["object"==typeof t.value&&t.value.value?t.value.value:t.value]:Array.isArray(t.value)&&t.value[0]&&"object"==typeof t.value[0]?t.value[0].value:Array.isArray(t.value)&&t.value[0]?t.value[0]:t.value,"run_ids"!==n&&"workflow_run_ids"!==n||Array.isArray(r)||(r=[r]),e.query[n]=r}})),e.search()):e.clearFilters(!0,!1)}}function Jr({facets:n,search:r}){const[s,i]=o([]),a=Gr(n),l=Hr(r);return t(J,{filterGroups:a,filters:s,setFilters:e=>{const t="function"==typeof e?e(s):e;i(t),l(t)},children:[t("div",{className:"flex justify-between mb-1",children:[e(K,{}),e(y,{onClick:()=>{r.search()},variant:"outline",title:"Refresh",children:e(Xe,{className:"size-5"})})]}),t("div",{className:"flex gap-2 items-center",children:[e(Y,{}),e(Q,{})]})]})}function Kr(e){const t=[];if(t.push({placeholder:"Workflow or Run ID",name:"name",type:"text",options:[]}),e.status){const n=Tr({buckets:e.status||[],name:"status",placeholder:"Status"});t.push(n)}if(e.initiated_by){const n=Br({buckets:e.initiated_by||[],name:"initiated_by",placeholder:"Initiated By"});t.push(n)}t.push({name:"start",placeholder:"Date After",type:"date",multiple:!1});return t.push({name:"end",placeholder:"Date Before",type:"date",multiple:!1}),t}function Yr(e){return t=>{0!==t.length?(e.clearFilters(!1),t.forEach((t=>{if(t.value&&t.value.length>0){const n=t.name;let r;r="stringList"===t.type?t.value.map((e=>"string"==typeof e?e:e.value)):t.multiple?Array.isArray(t.value)?t.value.map((e=>"object"==typeof e&&e.value?e.value:e)):["object"==typeof t.value&&t.value.value?t.value.value:t.value]:Array.isArray(t.value)&&t.value[0]&&"object"==typeof t.value[0]?t.value[0].value:Array.isArray(t.value)&&t.value[0]?t.value[0]:t.value,"name"===n?(e.query.search_term=r,e.query.name=r):e.query[n]=r}})),e.search()):e.clearFilters()}}function Qr({facets:n,search:r}){const[s,i]=o([]),a=Kr(n),l=Yr(r);return e(J,{filterGroups:a,filters:s,setFilters:e=>{const t="function"==typeof e?e(s):e;i(t),l(t)},children:t("div",{className:"flex gap-2 items-center",children:[e(K,{}),e(Y,{}),e(Q,{})]})})}function Xr(e){const{typeRegistry:t}=jt(),n=[];if(n.push({placeholder:"ID",name:"id",type:"text",options:[]}),n.push({placeholder:"Name",name:"name",type:"text",options:[]}),e.type){const r=Pr({buckets:e.type||[],typeRegistry:t,type:"select",multiple:!0});n.push(r)}if(e.status){const t=Tr({buckets:e.status||[],name:"status",placeholder:"Status",type:"select",multiple:!0});n.push(t)}return e.tags&&n.push({name:"tags",placeholder:"Tags",type:"stringList",options:e.tags.map((e=>({label:e,value:e})))}),n.push({name:"created_at",placeholder:"Created Date",type:"date",multiple:!0,options:[]}),n.push({name:"updated_at",placeholder:"Updated Date",type:"date",multiple:!0,options:[]}),n}function Zr(e){return t=>{0!==t.length?(e.clearFilters(!1),t.forEach((t=>{if(t.value&&t.value.length>0){const n=t.name;let r;if("date"===t.type&&t.multiple){if(Array.isArray(t.value)&&t.value.length>0)if(1===t.value.length){const e="object"==typeof t.value[0]?t.value[0].value:t.value[0];r={gte:e,lte:e}}else if(2===t.value.length){r={gte:"object"==typeof t.value[0]?t.value[0].value:t.value[0],lte:"object"==typeof t.value[1]?t.value[1].value:t.value[1]}}}else if(t.multiple)if(Array.isArray(t.value))r=t.value.map((e=>"object"==typeof e&&e.value?e.value:e));else{r=["object"==typeof t.value&&t.value.value?t.value.value:t.value]}else r=Array.isArray(t.value)&&t.value[0]&&"object"==typeof t.value[0]?t.value[0].value:Array.isArray(t.value)&&t.value[0]?t.value[0]:t.value;"name"===n?e.query.name=r:"id"===n?e.query.id=r:e.query[n]=r}})),e.search()):e.clearFilters()}}function es({facets:n,search:r}){const[s,i]=o([]),a=Xr(n),l=Zr(r);return e(J,{filterGroups:a,filters:s,setFilters:e=>{const t="function"==typeof e?e(s):e;i(t),l(t)},children:t("div",{className:"flex gap-2 items-center",children:[e(K,{}),e(Y,{}),e(Q,{})]})})}function ts(e){const t=[];t.push({name:"name",placeholder:"Name",type:"text",multiple:!1});t.push({name:"prompt",placeholder:"Prompt Name",type:"text",multiple:!1});t.push({name:"model",placeholder:"Model",type:"text",multiple:!1});return t.push({name:"tags",placeholder:"Tags",type:"stringList",multiple:!0}),t}function ns(e){return t=>{0!==t.length?(e.clearFilters(!1,!1),t.forEach((t=>{if(t.value&&t.value.length>0){const n=t.name;let r;r="stringList"===t.type?t.value.map((e=>"string"==typeof e?e:e.value)):t.multiple?Array.isArray(t.value)?t.value.map((e=>"object"==typeof e&&e.value?e.value:e)):["object"==typeof t.value&&t.value.value?t.value.value:t.value]:Array.isArray(t.value)&&t.value[0]&&"object"==typeof t.value[0]?t.value[0].value:Array.isArray(t.value)&&t.value[0]?t.value[0]:t.value,e.query[n]=r}})),e.search(!0)):e.clearFilters(!0,!0)}}function rs({facets:n,search:r}){const[s,i]=o([]),a=ts(),l=ns(r);return e(J,{filterGroups:a,filters:s,setFilters:e=>{const t="function"==typeof e?e(s):e;i(t),l(t)},children:t("div",{className:"flex gap-2 items-center",children:[e(K,{}),e(Y,{}),e(Q,{})]})})}function ss(e){const t=[];if(t.push({name:"name",placeholder:"Name",type:"text",multiple:!1}),e.role&&e.role.length>0){const n={name:"role",placeholder:"Role",type:"select",options:e.role.map((e=>({label:e._id,value:e._id,count:e.count})))};t.push(n)}return t}function is(e){return t=>{0!==t.length?(e.clearFilters(!1,!1),t.forEach((t=>{if(t.value&&t.value.length>0){const n=t.name;let r;r="stringList"===t.type?t.value.map((e=>"string"==typeof e?e:e.value)):t.multiple?Array.isArray(t.value)?t.value.map((e=>"object"==typeof e&&e.value?e.value:e)):["object"==typeof t.value&&t.value.value?t.value.value:t.value]:Array.isArray(t.value)&&t.value[0]&&"object"==typeof t.value[0]?t.value[0].value:Array.isArray(t.value)&&t.value[0]?t.value[0]:t.value,e.query[n]=r}})),e.search()):e.clearFilters(!0,!1)}}function as({facets:n,search:r}){const[s,i]=o([]),a=ss(n),l=is(r);return e(J,{filterGroups:a,filters:s,setFilters:e=>{const t="function"==typeof e?e(s):e;i(t),l(t)},children:t("div",{className:"flex gap-2 items-center",children:[e(K,{}),e(Y,{}),e(Q,{})]})})}function ls(e){const{typeRegistry:t}=jt(),n=[];if(n.push({name:"name",placeholder:"Name",type:"text",multiple:!1}),t){const e={name:"types",placeholder:"Type",type:"select",multiple:!0,options:t.types.map((e=>({label:e.name,value:e.id})))};n.push(e)}return n}function os(e){return t=>{0!==t.length?(e.clearFilters(!1),t.forEach((t=>{if(t.value&&t.value.length>0){const n=t.name;let r;r="stringList"===t.type?t.value.map((e=>"string"==typeof e?e:e.value)):t.multiple?Array.isArray(t.value)?t.value.map((e=>"object"==typeof e&&e.value?e.value:e)):["object"==typeof t.value&&t.value.value?t.value.value:t.value]:Array.isArray(t.value)&&t.value[0]&&"object"==typeof t.value[0]?t.value[0].value:Array.isArray(t.value)&&t.value[0]?t.value[0]:t.value,e.query[n]=r}})),e.search()):e.clearFilters(!0)}}function cs({facets:n,search:r}){const[s,i]=o([]),a=ls(),l=os(r);return e(J,{filterGroups:a,filters:s,setFilters:e=>{const t="function"==typeof e?e(s):e;i(t),l(t)},children:t("div",{className:"flex gap-2 items-center",children:[e(K,{}),e(Y,{}),e(Q,{})]})})}class ds{object;objects;setState;collectionId;singleSelection=!1;constructor(e,t,n,r){this.object=e,this.objects=n,this.setState=r,this.singleSelection=0===Object.keys(this.objects).length,this.collectionId=t}isSingleSelection(){return this.singleSelection}hasSelection(){return void 0!==this.object||0!==this.size()}size(){return Object.keys(this.objects).length}getObjectIds(){return Object.keys(this.objects)}getObjectId(){return this.object?.id}clone(){return new ds(this.object,this.collectionId,this.objects,this.setState)}add(e){this.objects[e.id]=e,this.singleSelection=0===Object.keys(this.objects).length,this.setState(this.clone())}remove(e){delete this.objects[e],this.singleSelection=0===Object.keys(this.objects).length,this.setState(this.clone())}addAll(e){for(const t of e)this.objects[t.id]=t;this.setState(this.clone())}isSelected(e){return void 0!==this.objects[e]}removeAll(){this.objects={},this.singleSelection=!0,this.setState(this.clone())}}const us=d(void 0);function ms(){const e=u(us);if(!e)throw new Error("useObjectSelection must be used within a ObjectSelectionProvider");return e}function hs(){return u(us)}function ps({value:t,collectionId:n,children:r}){const[s,i]=o();return c((()=>{const e=new ds(t,n,{},i);i(e)}),[t]),s&&e(us.Provider,{value:s,children:r})}Rt.extend(an),Rt.extend(sn);const fs={string(t,n){let r=[];if(t){const e=t.get("slice");e&&r.push((t=>t.slice(parseInt(e))));const n=t.get("max_length");n&&r.push((e=>e.slice(0,parseInt(n)))),t.has("upper")&&r.push((e=>e.toUpperCase())),t.has("lower")&&r.push((e=>e.toLowerCase())),t.has("capitalize")&&r.push((e=>e[0].toUpperCase()+e.substring(1))),t.has("ellipsis")&&r.push((e=>e+"..."))}return(t,n)=>{let s;if(t){if(s=String(t),r.length>0)for(const e of r)s=e(s)}else s="";return e("td",{children:s},n)}},fileSize:(t,n)=>(t,n)=>{let r="";if(t){const e=Number(t);if(isNaN(e))r=String(t);else{const t=["Bytes","KB","MB","GB","TB"];if(0===e)r="0 Bytes";else{const n=Math.floor(Math.log(e)/Math.log(1024));r=`${(e/Math.pow(1024,n)).toFixed(2)} ${t[n]}`}}}return e("td",{children:r},n)},number(t,n){let r,s;t&&(r=t.get("currency")||void 0,s=t.get("decimals")||void 0);const i=s?parseInt(s):2;return(t,n)=>{let s=new Intl.NumberFormat("en-US",{style:r?"currency":"decimal",currency:r,maximumFractionDigits:i}).format(t);return e("td",{children:s},n)}},objectId(n,r){let s=[],i=!1;if(n){const e=n.get("slice");e&&(i=!0,s.push((t=>t.slice(parseInt(e)))))}return(n,a)=>{const l=s.reduce(((e,t)=>t(e)),n.id);return t("td",{className:"flex justify-between items-center gap-2",children:[i?"~":"",l,e(y,{variant:"ghost",alt:"Preview Object",onClick:e=>{e.stopPropagation(),r?.(n.id)},children:e(Ye,{className:"size-4"})})]},a)}},objectName(t,n){let r="title";return t&&(r=t.get("title")||"title"),(t,n)=>e("td",{children:t.properties?.[r]||t.name||ar(t.id)},n)},typeLink:(t,n)=>(t,n)=>e("td",{children:t?.name||"n/a"},n),date(t,n){let r="format",s="LLL";if(t){const e=t.get("localized");if(e)s=e;else{const e=t.get("relative");e&&(r=e,s=void 0)}}return(t,n)=>e("td",{children:Rt(t)[r](s)},n)}},gs=fs.string();function vs(e,t){let n=e;if(!n)return;if(!t.length)return n;const r=t.length-1;for(let e=0;e<r;e++)if(n=n[t[e]],!n)return;return n[t[r]]}function bs(e){return e&&"."!==e?e.split("."):[]}class ys{layout;renderer=gs;path;fallbackPath;previewObject;constructor(e,t){if(this.layout=e,this.path=bs(e.field||""),this.fallbackPath=e.fallback?bs(e.fallback):void 0,this.previewObject=t,e.render)this.renderer=(e,t)=>null;else{const t=e.type||"string",n=t.indexOf("?");if(n>0){const e=t.substring(0,n),r=new URLSearchParams(t.substring(n+1));this.renderer=fs[e](r)}else this.renderer=fs[t]()}}get name(){return this.layout.name}resolveValue(e){let t=vs(e,this.path);return void 0===t&&this.fallbackPath&&(t=vs(e,this.fallbackPath)),void 0===t&&(t=this.layout.default),t}render(t,n){if(this.layout.render)return e("td",{className:"whitespace-nowrap px-3 py-4 text-sm",children:this.layout.render(t)},n);const r=this.layout.type||"string";if("objectId"===(r.indexOf("?")>0?r.substring(0,r.indexOf("?")):r)&&this.previewObject){const e=r.indexOf("?"),s=e>0?new URLSearchParams(r.substring(e+1)):void 0;return fs.objectId(s,(e=>{this.previewObject(t.id)}))(t,n)}return this.renderer(this.resolveValue(t),n)}}function xs({objects:n,selection:r,isLoading:s,columns:i,onRowClick:a,selectedObject:l,toggleAll:o,onSelectionChange:c}){return t(H,{className:"w-full border-t",children:[e("thead",{children:t("tr",{children:[r&&e("th",{children:e("input",{type:"checkbox",onChange:o})}),i.map((t=>e("th",{children:t.name},t.name)))]})}),t(X,{isLoading:s,columns:i.length+1,children:[n?.map((n=>t("tr",{className:"cursor-pointer hover:bg-muted group "+(l?.id===n.id?"bg-muted":""),onClick:()=>{a&&a(n)},children:[r&&e("td",{onClick:e=>e.stopPropagation(),children:e("input",{checked:r.isSelected(n.id),type:"checkbox",className:""+(r.isSelected(n.id)?"":"hidden group-hover:block"),onChange:e=>c(n,e)})}),i.map(((e,t)=>e.render(n,t)))]},n.id))),0===n.length&&e("tr",{children:e("td",{colSpan:i.length+(r?1:0),className:"text-center",children:"No objects. Just drag and drop documents or images here to create content objects."})})]})]})}function ws({objects:r,selection:s,isLoading:i,onSelectionChange:a,onRowClick:l,previewObject:o,selectedObject:c}){return t(n,{children:[e(xr,{isLoading:i}),e("div",{className:"w-full gap-2 grid lg:grid-cols-6",children:r.map((t=>e(wr,{document:t,selection:s,onSelectionChange:a,onRowClick:l,previewObject:o,selectedObject:c},t.id)))})]})}class Ns{client;limit;collectionId;facets=new Z({});result=new Z({objects:[],isLoading:!1});facetSpecs=[];query={};constructor(e,t=100){this.client=e,this.limit=t}withFacets(e){return this.facetSpecs=e,this}get objects(){return this.result.value.objects}get error(){return this.result.value.error}get isRunning(){return this.result.value.isLoading}get hasMore(){return this.result.value.hasMore||!1}getFilterValue(e){return this.query[e]}setFilterValue(e,t){this.query[e]=t,this.search()}setDefaultKeys(e){}clearFilters(e=!0){const{parent:t,full_text:n,vector:r,weights:s,score_aggregation:i,dynamic_scaling:a,limit:l,all_revisions:o}=this.query;this.query={parent:t,...void 0!==n&&{full_text:n},...void 0!==r&&{vector:r},...void 0!==s&&{weights:s},...void 0!==i&&{score_aggregation:i},...void 0!==a&&{dynamic_scaling:a},...void 0!==o&&{all_revisions:o},...void 0!==l&&{limit:l}},e&&this.search()}getFacetBuckets(e){return this.facets.value[e]?.buckets||[]}resetFacets(){this.query={}}reset(e=!1){this.result.value={objects:[],isLoading:e,hasMore:!0}}_updateRunningState(e){const t=this.result.value;this.result.value={objects:t.objects,isLoading:e,error:t.error,hasMore:t.hasMore}}_searchRequest(e,t,n,r=!0){const s={limit:t,offset:n,query:e,facets:r?this.facetSpecs:void 0};return this.collectionId?this.client.collections.searchMembers(this.collectionId,s):this.client.objects.search(s)}_facetsRequest(){const e={facets:this.facetSpecs,query:this.query};return this.collectionId?this.client.collections.computeFacets(this.collectionId,e):this.client.objects.computeFacets(e)}computeFacets(e){this._facetsRequest().then((e=>{this.facets.value=e}))}_search(e=!1,t=!1){if(this.isRunning&&e)return Promise.resolve(!1);this.result.value={isLoading:!0,objects:e?this.objects:[],hasMore:!e||this.result.value.hasMore};const n=this.limit,r=e?this.objects.length:0;return this._searchRequest(this.query,n,r,!t).then((async r=>{const s=r.results||[],i=r.facets||{};return this.result.value={isLoading:!1,objects:e?this.objects.concat(s):s,hasMore:s.length===n},!t&&i&&Object.keys(i).length>0&&(this.facets.value=i),!0})).catch((e=>{throw this.result.value={error:e,isLoading:!1,objects:this.objects,hasMore:this.result.value.hasMore},e}))}search(e=!1){return this.isRunning&&this.objects.length>0?Promise.resolve(!1):this._search(!1,e)}loadMore(e=!1){return this.isRunning||!this.hasMore||this.query.vector?Promise.resolve(!1):(this.objects.length>0&&(e=!0),this._search(!0,e))}}const ks=d(void 0);function Cs(){return u(ks)}function _s(){return ee(Cs().facets)}function js(){const e=Cs();return{...ee(e.result),search:e}}function Ss(){const e=Cs();return ee(e.facets).total}var Ts;async function Ps(e){try{const t=await e.arrayBuffer(),n=new ln;n.appendByteArray(new Uint8Array(t));const r=n.end();return r?.toString()}catch(e){return void console.error("Error calculating file hash:",e)}}function Is(){const{client:e}=jt(),t=v();return{checkDocumentProcessing:async(n,r,s)=>{try{console.log(`Preparing metadata for ${n.length} files...`);const t=await async function(e,t){const n=[];for(let r=0;r<e.length;r+=5){const s=e.slice(r,r+5),i=await Promise.all(s.map((async e=>{let n=t||void 0;if(e.webkitRelativePath){const r=e.webkitRelativePath.split("/");if(r.length>1){const e=r.slice(0,-1).join("/");n=t?`${t}/${e}`:e}}return{file:e,hash:await Ps(e),name:e.name,size:e.size,location:n}})));n.push(...i)}return n}(n,r),i=async()=>{let n;const r={query:{match:{"content.etag":{$in:t.map((e=>e.hash))}}},select:void 0};n=s?(await e.store.collections.searchMembers(s,r)).results:(await e.store.objects.search(r)).results;for(const e of n){const n=t.find((t=>t.hash===e.content.etag));n&&(n.existingId=e.id,n.action=Ts.SKIP)}},a=async()=>{const n=t.filter((e=>e.action!==Ts.SKIP)),r=n.map((e=>e.location)),i=Array.from(new Set(r)),a=[];for(const t of i){const r=n.filter((e=>e.location===t)).map((e=>e.name)),i={location:t??"","content.name":{$in:r}};if(s){const t=e.store.collections.searchMembers(s,{query:{match:i},select:void 0}).then((e=>e.results));a.push(t)}else{const t=e.store.objects.find({query:{match:i},select:void 0});a.push(t)}}const l=(await Promise.all(a)).flat();console.log(`Found ${l.length} document to update`,l);for(const e of l){const n=t.find((t=>t.name===e.content.name&&(t.location?t.location===e.location:""===e.location)));n&&(n.existingId=e.id,n.action=Ts.UPDATE)}console.log(`Reconciled ${t.filter((e=>e.action===Ts.UPDATE)).length}`)};return await i(),await a(),t.forEach((e=>{e.action||(e.action=Ts.CREATE)})),console.log("Document processing check results:",{totalFiles:n.length,toCreate:t.filter((e=>e.action===Ts.CREATE)).length,toUpdate:t.filter((e=>e.action===Ts.UPDATE)).length,toSkip:t.filter((e=>e.action===Ts.SKIP)).length}),t}catch(e){throw t({title:"Error in file upload processing check",status:"error",description:e.message}),console.log("Error in file upload processing check",e),new Error("Error in file upload processing check: "+e.message)}}}}function As({isOpen:r,onClose:s,files:i,collectionId:a,selectedFolder:d,title:u="Upload Files",children:m,onUploadComplete:h,hideFileSelection:p=!1,showTypeSelectionOnly:f=!1}){const{client:g,typeRegistry:b}=jt(),x=v(),[w,N]=o([]),[k,C]=o([]),[_,j]=o(!1),[S,T]=o(null),[P,I]=o([]),[A,E]=o(!1),[$,z]=o(!1),[O,D]=o(0),[U,F]=o(Date.now()),[R,M]=o(void 0),[q,B]=o(null),[W,G]=o(u),[H,J]=o("");c((()=>{a&&g.store.collections.retrieve(a).then(M)}),[a]),c((()=>{A?(G("Uploading Files"),J(`${Math.round(O)}% complete`)):$?(G("Upload Complete"),J("")):_?(G("File Analysis Results"),J(`${w.length} file${1!==w.length?"s":""}`)):w.length>0?(G(u),J("Checking for duplicates and updates")):(G(u),J(""))}),[A,$,_,u,O,w.length]);const K=()=>R||d?t(se,{className:"mb-4",status:"default",icon:e(st,{className:"size-5"}),children:[e("div",{className:"flex items-center",children:e("span",{className:"font-medium",children:"Upload Location:"})}),t("div",{className:"text-sm mt-1",children:[R&&t("div",{className:"flex items-center",children:[e("span",{className:"mr-1",children:"Collection:"}),e("span",{className:"font-medium",children:R.name})]}),d&&t("div",{className:"flex items-center mt-1",children:[e("span",{className:"mr-1",children:"Folder:"}),e("span",{className:"font-medium",children:d})]})]})]}):null,[Y,Q]=o({toCreate:0,toUpdate:0,toSkip:0}),{checkDocumentProcessing:X}=Is(),Z=l((()=>b?.types||[]),[b?.types]);c((()=>{r&&(C([]),j(!1),T(null),I([]),E(!1),z(!1),D(0),Q({toCreate:0,toUpdate:0,toSkip:0}),B(null),G(u),J(""),i&&i.length>0?(N(i),oe(i)):N([]),F(Date.now()))}),[r,i]);const ee=()=>{N([]),C([]),j(!1),T(null),I([]),E(!1),z(!1),D(0),Q({toCreate:0,toUpdate:0,toSkip:0}),B(null),G(u),J(""),F(Date.now()),s()},le=e=>{e&&e.length>0&&(N(e),oe(e))},oe=async e=>{if(e.length)try{console.log(`Processing ${e.length} files to determine required actions...`);const t=await X(e,d,a);C(t);const n=t.filter((e=>e.action===Ts.CREATE)).length,r=t.filter((e=>e.action===Ts.UPDATE)).length,s=t.filter((e=>e.action===Ts.SKIP)).length;Q({toCreate:n,toUpdate:r,toSkip:s}),x({title:"Files analyzed",description:`${e.length} file(s): ${n} new, ${r} to update, ${s} to skip`,status:"info",duration:4e3}),j(!0)}catch(e){console.error("Error processing files:",e),x({title:"Error",description:"There was an error analyzing the files",status:"error",duration:5e3})}},ce=async()=>{if(!k.length)return;const e=S?.id||null,t=k.map((e=>({file:e.file,status:"pending",progress:0,action:e.action===Ts.CREATE?"create":e.action===Ts.UPDATE?"update":"skip"})));I(t),E(!0),z(!1);const n=k.filter((e=>e.action===Ts.SKIP)),r=k.filter((e=>e.action===Ts.UPDATE)),s=k.filter((e=>e.action===Ts.CREATE)),i={success:!0,objectIds:[],uploadedFiles:[],skippedFiles:[],failedFiles:[]};for(const t of n)t.existingId&&(i.objectIds.push(t.existingId),i.skippedFiles.push({id:t.existingId,name:t.name,type:e,status:"skipped",location:t.location}),I((e=>e.map((e=>e.file===t.file?{...e,status:"success",progress:100,id:t.existingId}:e)))));const l=async(t,n)=>{const r=[];for(let e=0;e<t.length;e+=50)r.push(t.slice(e,e+50));for(let s=0;s<r.length;s++){const l=r[s];if(console.log(`Processing ${n} batch ${s+1}/${r.length} (${l.length} files)`),t.length>50){x({title:`Processing files (${n})`,description:`Processed ${50*s}/${t.length} files...`,status:"info",duration:2e3})}let o=0;await Promise.all(l.map((async t=>{try{if(I((e=>e.map((e=>e.file===t.file?{...e,status:"uploading",progress:20}:e)))),"update"===n&&t.existingId)await g.store.objects.update(t.existingId,{type:e||void 0,content:t.file,location:t.location,name:t.name},{createRevision:!0,revisionLabel:"upload on "+(new Date).toISOString()}),I((e=>e.map((e=>e.file===t.file?{...e,status:"success",progress:100,id:t.existingId}:e)))),i.objectIds.push(t.existingId),i.uploadedFiles.push({id:t.existingId,name:t.name,type:e,status:"updated",location:t.location});else{const n=await g.store.objects.create({type:e||void 0,content:t.file,location:t.location||t.file.webkitRelativePath||t.name},{collection_id:a});I((e=>e.map((e=>e.file===t.file?{...e,status:"success",progress:100,id:n.id}:e)))),i.objectIds.push(n.id),i.uploadedFiles.push({id:n.id,name:t.name,type:e,status:"created",location:t.location})}}catch(n){console.error(`Failed to process file ${t.name}:`,n),I((e=>e.map((e=>e.file===t.file?{...e,status:"error",progress:100,message:n.message||"Unknown error"}:e)))),i.failedFiles.push({name:t.name,error:n.message||"Unknown error",status:"failed",location:t.location,type:e}),i.success=!1}o++,o%5!=0&&o!==l.length||I((e=>{const t=e.filter((e=>"success"===e.status||"error"===e.status)).length,n=e.length,r=n>0?Math.round(t/n*100):0;return D(r),e}))})))}};r.length>0&&await l(r,"update"),s.length>0&&await l(s,"create"),I((e=>{const t=e.filter((e=>"pending"===e.status)).map((e=>({...e,status:"error",progress:100,message:"Upload process interrupted"})));return t.length>0?(t.forEach((e=>{i.failedFiles.push({name:e.file.name,error:"Upload process interrupted",status:"failed",type:S?.id||null})})),i.success=!1,e.map((e=>"pending"===e.status?{...e,status:"error",progress:100,message:"Upload process interrupted"}:e))):e})),E(!1),z(!0);const o=i.uploadedFiles.filter((e=>"created"===e.status)).length,c=i.uploadedFiles.filter((e=>"updated"===e.status)).length,d=i.skippedFiles.length,u=i.failedFiles.length;let m="";o>0&&(m+=`${o} file${1!==o?"s":""} uploaded`),c>0&&(m+=m?", ":"",m+=`${c} file${1!==c?"s":""} updated`),d>0&&(m+=m?", ":"",m+=`${d} file${1!==d?"s":""} skipped`),u>0&&(m+=m?", ":"",m+=`${u} file${1!==u?"s":""} failed`),x({title:"Upload Complete",description:m,status:u>0?"warning":"success",duration:5e3}),B(i)},de=()=>t("div",{className:"mb-4",children:[t("label",{className:"block text-sm font-medium mb-2",children:["Content Type ",e("span",{className:"text-muted font-normal",children:"(Optional)"}),e(V,{description:"Select a content type to apply to the uploaded files. If left empty, Vertesia will automatically detect the type based on file content.",placement:"top",size:"xs",children:e(ze,{className:"size-3 ml-2"})})]}),e(ae,{options:Z,value:S,optionLabel:e=>e?e.name:"Select a content type",placeholder:"Select a content type or leave empty for automatic detection",onChange:e=>T(void 0===e?null:e),filterBy:"name",isClearable:!0}),S?e(n,{}):e("div",{className:"p-2 rounded-md",children:t("div",{className:"flex items-center text-attention",children:[e(et,{className:"size-4 mr-1"}),"Automatic Type Detection",e(V,{description:"Vertesia will analyze the content and select the most appropriate type. This is recommended for most uploads and ensures optimal processing.",placement:"top",size:"xs",children:e(ze,{className:"size-3 ml-2"})})]})})]});return t(te,{isOpen:r,onClose:ee,className:"mx-auto",disableCloseOnClickOutside:!0,children:[e(ne,{description:H,children:W}),f?t(re,{children:[m,K(),de()]}):0!==w.length||p?A||$?A?t(re,{children:[K(),e("div",{className:"mb-4",children:e("div",{className:"h-2 bg-muted/20 rounded-full overflow-hidden",children:e("div",{className:"h-full bg-primary rounded-full",style:{width:`${O}%`}})})}),e("div",{className:"max-h-96 overflow-y-auto",children:P.map(((n,r)=>t("div",{className:"flex items-center py-2 border-b border-border last:border-b-0",children:[t("div",{className:"mr-3",children:["pending"===n.status&&e(nt,{className:"size-5 text-muted"}),"uploading"===n.status&&e(L,{size:"sm"}),"success"===n.status&&e(et,{className:"size-5 text-success"}),"error"===n.status&&e(rt,{className:"size-5 text-destructive"})]}),t("div",{className:"flex-1 min-w-0",children:[e("div",{className:"truncate font-medium",children:n.file.name}),t("div",{className:"text-xs text-muted",children:["pending"===n.status&&"Waiting...","uploading"===n.status&&"Uploading...","success"===n.status&&("create"===n.action?"Created":"update"===n.action?"Updated":"Skipped"),"error"===n.status&&n.message]})]})]},`${n.file.name}-${r}`)))})]}):e(re,{children:t("div",{className:"mb-4",children:[K(),e(Jt,{files:P.map((e=>{let t;return t="success"===e.status?"create"===e.action?"success":"update"===e.action?"updated":"skipped":"failed",{name:e.file.name,status:t,error:"error"===e.status?e.message:void 0}})),location:d||void 0,collection:R?.name})]})}):e(re,{children:_?t(n,{children:[K(),e("div",{className:"mb-4",children:e("div",{className:"p-4 rounded-md mb-4",children:t("div",{className:"grid grid-cols-3 gap-4",children:[t("div",{className:"flex flex-col items-center",children:[t("div",{className:"flex items-center gap-2",children:[e(Ze,{className:"size-5 text-primary"}),e("span",{className:"font-medium",children:"New"})]}),e("div",{className:"text-2xl font-semibold",children:Y.toCreate})]}),t("div",{className:"flex flex-col items-center",children:[t("div",{className:"flex items-center gap-2",children:[e(et,{className:"size-5 text-success"}),e("span",{className:"font-medium",children:"Update"})]}),e("div",{className:"text-2xl font-semibold",children:Y.toUpdate})]}),t("div",{className:"flex flex-col items-center",children:[t("div",{className:"flex items-center gap-2",children:[e(tt,{className:"size-5 text-mixer-attention/40"}),e("span",{className:"font-medium",children:"Skip"})]}),e("div",{className:"text-2xl font-semibold",children:Y.toSkip})]})]})})}),de(),e(se,{className:"mb-4",status:"info",children:Y.toCreate+Y.toUpdate>0?t("div",{className:"space-y-1",children:[t("p",{children:[Y.toCreate+Y.toUpdate," file",Y.toCreate+Y.toUpdate>1?"s are":" is"," ready to process"]}),e("p",{children:Y.toSkip>0&&`${Y.toSkip} file${Y.toSkip>1?"s are":" is"} already in the system and will be skipped.`})]}):Y.toSkip>0?t("span",{children:["All ",Y.toSkip," file(s) already exist in the system and will be skipped. You can proceed to view the results."]}):e("span",{children:"No files to process."})})]}):t("div",{className:"flex flex-col items-center justify-center py-4",children:[e(L,{size:"lg",className:"mb-4"}),e("div",{className:"text-lg font-medium",children:"Analyzing files..."})]})}):t(re,{className:"flex flex-col items-center justify-center p-8",children:[K(),e(Ht,{onDrop:le,message:"Drag and drop files here or click to select",buttonLabel:"Select Files",className:"w-full h-64"}),m]}),(()=>{if(f)return t(ie,{children:[e(y,{variant:"ghost",onClick:ee,children:"Cancel"}),e(y,{onClick:()=>{h&&h({success:!0,objectIds:[],uploadedFiles:[{name:"type-selection",type:S?.id||null,status:"created"}],skippedFiles:[],failedFiles:[]}),ee()},children:S?`Use ${S.name}`:"Use Automatic Type Detection"})]});if(0===w.length&&!p)return e(ie,{children:e(y,{variant:"ghost",onClick:ee,children:"Cancel"})});if(!A&&!$){const n=_;return t(ie,{children:[e(y,{variant:"ghost",onClick:ee,children:"Cancel"}),e(y,{disabled:!n,onClick:ce,children:Y.toCreate+Y.toUpdate>0?"Upload":"Continue"})]})}return A?e(ie,{children:e(y,{variant:"ghost",disabled:!0,children:"Uploading..."})}):t(ie,{children:[e(y,{variant:"ghost",onClick:()=>{N([]),C([]),j(!1),T(null),I([]),E(!1),z(!1),D(0),Q({toCreate:0,toUpdate:0,toSkip:0})},children:"Upload More"}),e(y,{onClick:()=>{h&&q&&h(q),ee()},children:"Close"})]})})()]},U)}function Es(e){const t="function"==typeof e?e:e.onUploadDone,{client:n,project:r,store:s}=jt(),i=Cs(),a=v(),{checkDocumentProcessing:l}=Is();return async(e,o,c)=>{const d={success:!1,objectIds:[],uploadedFiles:[],skippedFiles:[],failedFiles:[]};if(!r)return a({status:"error",title:"No project selected",duration:3e3}),d;if(!e||0===e.length)return a({status:"warning",title:"No files selected",duration:3e3}),d;const u=Array.from(e).filter((e=>e.size>0));if(0===u.length)return a({status:"error",title:"No valid files selected",description:"Please select files with valid content.",duration:5e3}),d;const m=[],h=[],p=[];console.log(`Processing ${u.length} files with smart file processing...`);const f=await l(u,null,c),g=f.filter((e=>e.action===Ts.CREATE)).length,v=f.filter((e=>e.action===Ts.UPDATE)).length,b=f.filter((e=>e.action===Ts.SKIP)).length;a({title:"Files analyzed",description:`${u.length} file(s): ${g} new, ${v} to update, ${b} to skip`,status:"info",duration:4e3});for(const e of f.filter((e=>e.action===Ts.SKIP&&e.existingId)))m.push({id:e.existingId,name:e.name,type:o,status:"skipped",location:e.location});const y=f.filter((e=>(e.action===Ts.CREATE||e.action===Ts.UPDATE)&&e.file));if(y.length>0){console.log(`Processing ${y.length} files (${y.filter((e=>e.action===Ts.CREATE)).length} create, ${y.filter((e=>e.action===Ts.UPDATE)).length} update)...`);const e=50,t=[];for(let n=0;n<y.length;n+=e)t.push(y.slice(n,n+e));for(let r=0;r<t.length;r++){const i=t[r],l=r*e;console.log(`Processing batch ${r+1}/${t.length} (${i.length} files)`),y.length>e&&a({title:"Processing files",description:`Processed ${l}/${y.length} files...`,status:"info",duration:2e3});const u=await Promise.all(i.map((async e=>{try{if(e.action===Ts.UPDATE&&e.existingId){const t=await n.store.objects.update(e.existingId,{type:o||void 0,content:e.file,location:e.location,name:e.name},{createRevision:!0,revisionLabel:"upload on "+(new Date).toISOString()});return h.push({id:e.existingId,name:e.name,type:o,status:"updated",location:e.location}),d.objectIds.push(e.existingId),{success:!0,id:t.id,name:e.name,action:"update"}}{const t=c?{collection_id:c}:void 0,n=await s.objects.create({type:o||void 0,content:e.file,location:e.location||e.file.webkitRelativePath||e.name},t);h.push({id:n.id,name:e.name,type:o,status:"created",location:e.location})}}catch(t){console.error(`Failed to process file ${e.name}:`,t),p.push({name:e.name,error:t.message||"Unknown error",status:"failed",location:e.location,type:o}),a({status:"error",title:`Processing failed for ${e.name}`,description:t.message,duration:4e3})}}))),m=h.filter((e=>"created"===e.status)),f=h.filter((e=>"updated"===e.status)),g=h.filter((e=>"failed"===e.status));console.log(`Batch ${r+1} results:`,{creates:m,updates:f,failures:g,total:u.length})}}const x=h.filter((e=>"created"===e.status)).length,w=h.filter((e=>"updated"===e.status)).length,N=h.filter((e=>"failed"===e.status)).length,k=h.filter((e=>"skipped"===e.status)).length;t&&(console.log("Upload complete:",{totalObjectIds:d.objectIds.length,uploadedFiles:x,updatedFiles:w,skippedFiles:k,failedFiles:N}),await t(d.objectIds));let C="";return x>0&&(C+=`${x} file${1!==x?"s":""} uploaded`),w>0&&(C+=C?", ":"",C+=`${w} file${1!==w?"s":""} updated`),k>0&&(C+=C?", ":"",C+=`${k} file${1!==k?"s":""} skipped (already existed)`),N>0&&(C+=C?", ":"",C+=`${N} file${1!==N?"s":""} failed`),C&&a({status:N>0?"warning":"success",title:C,duration:4e3}),i.search(),d}}!function(e){e.CREATE="create",e.SKIP="skip",e.UPDATE="update"}(Ts||(Ts={}));const $s=[{name:"ID",field:"id",type:"objectId?slice=-7"},{name:"Name",field:".",type:"objectName"},{name:"Type",field:"type.name",type:"string"},{name:"Status",field:"status",type:"string"},{name:"Updated At",field:"updated_at",type:"date"}];function zs({isGridView:t=!1,onUpload:n,collectionId:r,...s}){return n?e(Os,{...s,onUpload:n,isGridView:t,collectionId:r}):e(Ds,{...s,isGridView:t})}function Os({isGridView:n,onUpload:s,collectionId:i,skipTypeModal:a=!1,...l}){const[c,d]=o(!1),[u,m]=o([]),[h,p]=o(!1),[f,g]=o(null),[b,y]=o(!1),x=Cs(),w=v(),{checkDocumentProcessing:N}=Is(),k=async(e,t)=>{console.log("Files dropped on ObjectTable:",e.length,t),d(!0);try{if(i){const t=await N(e,null,i);g(t);const n=t.filter((e=>"create"===e.action)).length,r=t.filter((e=>"update"===e.action)).length,s=t.filter((e=>"skip"===e.action)).length;w({title:"Files ready to process",description:`${e.length} file(s): ${n} new, ${r} to update, ${s} to skip`,status:"info",duration:4e3})}else g(null)}catch(e){console.error("Error processing files:",e),w({title:"Error processing files",description:"There was an error checking for duplicate files",status:"error",duration:4e3}),g(null)}finally{if(d(!1),m(e),p(!1),a){console.log("Skipping type modal and calling onUpload directly",{filesLength:e.length,processedFilesLength:f?.length});const t=s(e,null,i);t&&"object"==typeof t&&(t.processedFiles=f)}else console.log("Setting typeSelectionOpen to true",{filesLength:e.length}),y(!0)}},C=e=>{const t=[...u];m([]),g(null),y(!1),t.length>0&&void 0!==e&&(d(!0),console.log("Starting upload with",{typeId:e,filesCount:t.length,hasProcessingResults:!!f,collectionId:i}),s(t,e,i).finally((()=>{d(!1),x.search()})))},_=e=>{e.preventDefault(),e.stopPropagation(),p(!0)};return t("div",{className:"min-h-[400px] relative",onDragOver:_,onDragEnter:_,onDragLeave:e=>{e.preventDefault(),e.stopPropagation(),e.currentTarget.contains(e.relatedTarget)||p(!1)},onDrop:e=>{if(e.preventDefault(),e.stopPropagation(),p(!1),e.dataTransfer.items){const t=[];for(let n=0;n<e.dataTransfer.items.length;n++){const r=e.dataTransfer.items[n];if("file"===r.kind){const e=r.getAsFile();e&&t.push(e)}}if(t.length>0){const e={count:t.length,message:`Preparing to upload ${t.length} file${1===t.length?"":"s"}...`};k(t,e)}}},children:[e("div",{className:r("bg-white dark:bg-gray-800 opacity-40 absolute inset-0 z-50 flex justify-center items-center",c?"block":"hidden"),children:e(L,{size:"xl"})}),e(Ds,{...l,isGridView:n}),e("div",{className:r("absolute inset-0 pointer-events-none",h?"z-40":"-z-10"),children:e("div",{className:"w-full h-full relative",children:e(Ht,{onDrop:k,message:"Drop files or folders here to upload",className:r("absolute inset-0 bg-white/90 dark:bg-gray-800/90 pointer-events-auto",h?"flex":"hidden"),buttonLabel:"Select Files or Folders",allowFolders:!0})})}),e(As,{isOpen:b&&u.length>0,onClose:()=>{m([]),g(null),y(!1),C(void 0)},files:u,collectionId:i,selectedFolder:null,title:"Upload Files",onUploadComplete:e=>{if(e){if(e.failedFiles&&e.failedFiles.length>0&&w({title:"Upload Issues",description:`${e.failedFiles.length} file(s) failed to upload`,status:"warning",duration:5e3}),e.success){const t=e.uploadedFiles.filter((e=>"created"===e.status)).length,n=e.uploadedFiles.filter((e=>"updated"===e.status)).length,r=e.skippedFiles.length;(t>0||n>0)&&w({title:"Upload Complete",description:`${t>0?`${t} created`:""}${t>0&&n>0?", ":""}${n>0?`${n} updated`:""}${r>0?`, ${r} skipped`:""}`,status:"success",duration:5e3})}x.search()}m([]),g(null),y(!1),e&&e.success&&e.objectIds.length>0?C(null):C(void 0)}})]})}function Ds({objects:t,layout:n=$s,isLoading:r,onRowClick:s,onSelectionChange:i,previewObject:a,selectedObject:o,isGridView:c}){const d=hs(),u=(e,n)=>{if(d){const r=n.nativeEvent.shiftKey;if(n.target.checked){if(d.add(e),r){const n=t.findIndex((t=>t.id===e.id)),r=function(e,t,n){for(let r=t-1;r>=0;r--)if(n.isSelected(e[r].id))return r;return-1}(t,n,d);if(r>-1&&r<n-1){const e=[];for(let s=r+1;s<n;s++)e.push(t[s]);d.addAll(e)}else{const e=function(e,t,n){const r=e.length;for(let s=t+1;s<r;s++)if(n.isSelected(e[s].id))return s;return-1}(t,n,d);if(e>-1&&e>n+1){const r=[];for(let s=n+1;s<e;s++)r.push(t[s]);d.addAll(r)}}}}else d.remove(e.id);i&&i(d)}},m=e=>{if(d){e.target.checked?d.addAll(t):d.removeAll()}},h=l((()=>(n.length>0?n:$s).map((e=>new ys(e,a)))),[n,a]);return e(c?ws:xs,{objects:t,isLoading:r,columns:h,onRowClick:s,previewObject:a,selectedObject:o,selection:d,toggleAll:m,onSelectionChange:u})}function Us({children:t,limit:n,parent:r,typeId:s,facets:i,name:a,collectionId:o}){const{store:c}=jt(),d=l((()=>{let e;i?e=i:(e=[{name:"status",field:"status"},{name:"location",field:"location"}],s||e.unshift({name:"type",field:"type"}));const t=new Ns(c,n).withFacets(e);return t.collectionId=o,t.query.type=s,t.query.parent=r,t.query.name=a,t}),[s,n,o]);return e(ks.Provider,{value:d,children:t})}const Ls=[{name:"Name",field:"properties.title",type:"string",fallback:"name"},{name:"Type",field:"type.name",type:"string"},{name:"Status",field:"status",type:"string"},{name:"Created At",field:"created_at",type:"date"}];function Fs({onChange:t}){return e(Us,{children:e(Ms,{onRowClick:e=>{t(e||void 0)}})})}const Rs="vertesia.content_store.lastDisplayedView";function Ms({onRowClick:n}){const[r,s]=o(!1),[i,a]=o("grid"===localStorage.getItem(Rs)),{search:l,isLoading:d,error:u,objects:h}=js(),p=m(null);le(p,(()=>{r&&l.loadMore(!0)}),{deps:[r]}),c((()=>{l.search().then((()=>s(!0)))}),[]);const f=_s(),g=Cs();return u?e(oe,{title:"Search failed",children:u.message}):t("div",{children:[t("div",{className:"flex justify-between items-center mb-4",children:[e(es,{facets:f,search:g}),t("div",{className:"flex items-center gap-2",children:[e(y,{variant:"outline",onClick:()=>{s(!1),l.search().then((()=>s(!0)))},alt:"Refresh",children:e(Xe,{size:16})}),e(Hn,{onUpdate:a})]})]}),e(zs,{objects:h||[],isLoading:!1,layout:Ls,onRowClick:n,isGridView:i}),e("div",{ref:p,className:"mt-10"}),d&&e("div",{className:"flex justify-center",children:e(L,{size:"xl"})})]})}function Vs({isOpen:n,onClose:r}){return t(te,{onClose:()=>r(),isOpen:!!n,className:"min-w-[60vw]",children:[e(ne,{children:"Select Content"}),e(re,{className:"pt-0 overflow-y-auto max-h-[80vh] min-h-[80vh]",children:n&&e(Fs,{onChange:r})})]})}const qs=/store:([a-f0-9]+)/;function Bs({object:n}){const{client:s}=jt(),{off:i,on:a,isOn:l}=ce(),[d,u]=o(null!=n.value?String(n.value):""),[m,h]=o(void 0),p=()=>{u(""),n.value="",h(void 0)};return c((()=>{if(!d||m)return;const e=d.match(qs);e&&s.objects.get(e[1]).then((e=>{h(e)})).catch((()=>{p()}))}),[d]),t("div",{children:[t("div",{className:"relative",children:[e("input",{value:d,onChange:e=>{const t=e.target.value;u(t),n.value=t},className:r(de.INPUT,"pr-10 w-full")}),m&&e("div",{className:"absolute inset-y-0 right-10 flex items-center justify-center ",children:e(y,{onClick:p,variant:"unstyled",className:"hover:text-red-500 hover:bg-gray-100 dark:hover:bg-gray-600",children:e(it,{className:"size-5"})})}),e("div",{className:"absolute inset-y-0 right-0 flex items-center justify-center",children:e(y,{onClick:a,variant:"unstyled",className:"hover:bg-gray-100 dark:hover:bg-gray-600",children:e(at,{className:"size-5"})})}),e(Vs,{value:d,isOpen:l,onClose:e=>{if(e){const t="store:"+e.id;u(t),h(e||void 0),n.value=t}i()}})]}),m&&e("div",{className:"p-1 semibold text-sm text-gray-600 dark:text-slate-300",children:m.properties?.title||m.name})]})}function Ws(e,t,n,r){return()=>{n&&e.files.getDownloadUrlWithOptions({file:n,name:r}).then((e=>{window.open(e.url,"_blank")})).catch((e=>{t({status:"error",title:"Failed to get download URL",description:e.message,duration:5e3})}))}}function Gs({objectId:n,isOpen:r,onClose:s}){const i=Ft(),{client:a,store:l}=jt(),[d,u]=o(null),[m,h]=o(!1),[p,f]=o(!1),[g,b]=o(),[x,w]=o(),[N,k]=o("preview"),C=v();c((()=>{n&&r?(h(!0),l.objects.retrieve(n,"+embeddings").then((e=>{u(e),e.text?b(e.text):_(e.id);const t=e.content;t&&t.source&&t.type&&t.type.startsWith("image/")&&j(e)})).catch((e=>{console.error("Error loading object:",e),C({title:"Error",description:"Failed to load document",status:"error",duration:3e3})})).finally((()=>{h(!1)}))):(u(null),b(void 0),w(void 0))}),[n,r,l.objects]);const _=async e=>{f(!0);try{const t=await l.objects.getObjectText(e);b(t.text)}catch(e){console.error("Error loading text:",e)}finally{f(!1)}},j=async e=>{try{"found"===(await a.objects.getRendition(e.id,{format:$t.jpeg,generate_if_missing:!1})).status&&console.log("Found rendition");const t=await a.files.getDownloadUrl(e.content.source);w(t.url)}catch(e){console.error("Error loading image:",e)}},S=()=>{d&&(i(`/legal/objects/${d.id}`),s())},T=g&&(g.startsWith("#")||g.includes("\n#")||g.includes("\n*")),P=d?.content?.type&&d.content.type.startsWith("image/"),I="application/pdf"===d?.content?.type;return r?t("div",{className:"fixed inset-y-0 right-0 w-2/5 dark:bg-slate-900 shadow-xl z-50 flex flex-col transition-transform duration-300 transform "+(r?"translate-x-0":"translate-x-full"),children:[t("div",{className:"flex items-center justify-between px-4 py-3 border-b dark:border-gray-700 bg-gradient-to-r from-indigo-50 to-gray-50 dark:from-gray-800 dark:to-gray-900",children:[t("div",{className:"flex items-center",children:[e(lt,{className:"h-5 w-5 text-indigo-600 mr-2"}),e("h2",{className:"text-lg font-semibold text-gray-800 dark:text-gray-200 truncate",children:m?"Loading document...":d?.name||"Document Preview"})]}),t("div",{className:"flex items-center space-x-2",children:[t(y,{variant:"ghost",size:"sm",onClick:S,className:"flex items-center gap-1 text-indigo-600 hover:text-indigo-800",children:[e(ot,{className:"h-4 w-4"}),e("span",{children:"Full View"})]}),e(y,{variant:"ghost",size:"sm",onClick:s,className:"flex items-center text-gray-600 hover:text-gray-800 dark:text-gray-300 dark:hover:text-gray-100",children:e(it,{className:"h-5 w-5"})})]})]}),m?e("div",{className:"flex-1 flex items-center justify-center",children:t("div",{className:"text-center",children:[e(L,{size:"lg",className:"text-indigo-600 dark:text-indigo-400 mb-2"}),e("p",{className:"text-gray-600 dark:text-gray-400",children:"Loading document..."})]})}):t("div",{className:"flex-1 flex flex-col h-full",children:[e("div",{className:"border-b",children:t("div",{className:"flex px-4",children:[e("button",{className:"py-2 px-4 font-medium border-b-2 "+("preview"===N?"border-indigo-600 text-indigo-700 dark:text-indigo-300":"border-transparent text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200"),onClick:()=>k("preview"),children:t("div",{className:"flex items-center gap-1",children:[e(We,{className:"h-4 w-4"}),e("span",{children:"Preview"})]})}),e("button",{className:"py-2 px-4 font-medium border-b-2 "+("properties"===N?"border-indigo-600 text-indigo-700 dark:text-indigo-300":"border-transparent text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200"),onClick:()=>k("properties"),children:t("div",{className:"flex items-center gap-1",children:[e(ze,{className:"h-4 w-4"}),e("span",{children:"Properties"})]})})]})}),t("div",{className:"flex-1 overflow-auto p-4",children:["preview"===N&&t("div",{className:"h-full",children:[p?e("div",{className:"flex items-center justify-center h-40",children:e(L,{size:"md",className:"text-indigo-600 dark:text-indigo-400"})}):g?e("div",{className:"shadow rounded-md p-4 border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800",children:T?e("div",{className:"prose prose-sm max-w-none prose-p:my-2 prose-pre:bg-gray-800 prose-pre:my-2 prose-headings:text-indigo-700 dark:prose-invert dark:prose-headings:text-indigo-300",children:e(Wt,{children:g})}):e("pre",{className:"text-wrap whitespace-pre-wrap dark:text-gray-200",children:g})}):null,P&&e("div",{className:"mt-4",children:e("div",x?{className:"border border-gray-200 dark:border-gray-700 rounded-md p-2 bg-white dark:bg-gray-800",children:e("img",{src:x,alt:d?.name,className:"mx-auto max-h-[70vh] object-contain"})}:{className:"flex items-center justify-center h-40",children:e(L,{size:"md",className:"text-indigo-600 dark:text-indigo-400"})})}),I&&t("div",{className:"flex flex-col items-center justify-center h-64 border border-gray-200 dark:border-gray-700 rounded-md p-4 bg-gray-50 dark:bg-gray-800",children:[e(lt,{className:"h-16 w-16 text-indigo-300 dark:text-indigo-400 mb-4"}),t("p",{className:"text-gray-600 dark:text-gray-400 text-center mb-4",children:["PDF document preview is available in full view. TODO"," "]}),e(y,{onClick:S,className:"bg-indigo-600 hover:bg-indigo-700 text-white",children:"Open Full Document View"})]}),!P&&!g&&!I&&!p&&t("div",{className:"flex flex-col items-center justify-center h-64 border border-gray-200 dark:border-gray-700 rounded-md p-4 bg-gray-50 dark:bg-gray-800",children:[e(lt,{className:"h-16 w-16 text-gray-300 dark:text-gray-600 mb-4"}),e("p",{className:"text-gray-600 dark:text-gray-400 text-center",children:"No preview available for this document type."})]})]}),"properties"===N&&d&&t("div",{className:"h-full",children:[d.properties?e("div",{className:"shadow rounded-md p-4 border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800",children:e(Gt,{value:d.properties})}):t("div",{className:"flex flex-col items-center justify-center h-64 border border-gray-200 dark:border-gray-700 rounded-md p-4 bg-gray-50 dark:bg-gray-800",children:[e(ze,{className:"h-16 w-16 text-gray-300 dark:text-gray-600 mb-4"}),e("p",{className:"text-gray-600 dark:text-gray-400 text-center",children:"No properties available for this document."})]}),t("div",{className:"mt-4",children:[e("h3",{className:"text-sm font-semibold text-gray-700 dark:text-gray-300 mb-2",children:"Document Information"}),e("div",{className:"shadow rounded-md p-4 border border-gray-200 dark:border-gray-700 bg-white dark:bg-gray-800",children:t("div",{className:"grid grid-cols-2 gap-y-2 gap-x-4 text-sm",children:[e("div",{className:"text-gray-500 dark:text-gray-400",children:"ID"}),e("div",{className:"font-medium dark:text-gray-200",children:d.id}),e("div",{className:"text-gray-500 dark:text-gray-400",children:"Type"}),e("div",{className:"font-medium dark:text-gray-200",children:d.type?.name||"Unknown"}),e("div",{className:"text-gray-500 dark:text-gray-400",children:"Content Type"}),e("div",{className:"font-medium dark:text-gray-200",children:d.content?.type||"N/A"}),e("div",{className:"text-gray-500",children:"Size"}),e("div",{className:"font-medium",children:d.content&&"size"in d.content?Hs(d.content.size):"Unknown"}),e("div",{className:"text-gray-500",children:"Created"}),e("div",{className:"font-medium",children:d.created_at?new Date(d.created_at).toLocaleString():"N/A"}),e("div",{className:"text-gray-500",children:"Updated"}),e("div",{className:"font-medium",children:d.updated_at?new Date(d.updated_at).toLocaleString():"N/A"})]})})]})]})]})]}),t("div",{className:"flex items-center justify-between p-4 border-t bg-gray-50 dark:bg-gray-800 dark:border-gray-700",children:[e("div",{children:d?.content?.source&&t(y,{onClick:()=>{d?.content?.source&&a.files.getDownloadUrl(d.content.source).then((e=>{window.open(e.url,"_blank")})).catch((e=>{console.error("Error getting download URL:",e),C({title:"Error",description:"Failed to download file",status:"error",duration:3e3})}))},variant:"outline",className:"text-indigo-600 border-indigo-300 hover:bg-indigo-50",children:[e(Ke,{className:"h-4 w-4 mr-2"}),"Download"]})}),t(y,{onClick:S,className:"bg-indigo-600 hover:bg-indigo-700 text-white",children:["Open Full Document",e(ct,{className:"h-4 w-4 ml-2"})]})]})]}):null}function Hs(e){if(0===e)return"0 Bytes";const t=Math.floor(Math.log(e)/Math.log(1024));return parseFloat((e/Math.pow(1024,t)).toFixed(2))+" "+["Bytes","KB","MB","GB","TB"][t]}const Js=Object.values(Dt),Ks=Object.values(Ut);function Ys({onChange:n,isLoading:r,refresh:s,searchTypes:i}){const{client:a,project:l}=jt(),d=v(),[u,m]=o(void 0),[h,p]=o(void 0),f=!(!l||!h?.embeddings.text&&!h?.embeddings.image),[g,b]=o(void 0),[x,w]=o(!1),[N,k]=o(i||Js),[C,_]=o(100);c((()=>{i&&k(i)}),[i]);const j={};let I=!1,A=!1;N.forEach((e=>{e===Dt.full_text?I=!0:A=!0,Ks.includes(e)&&(j[e]=!0)})),c((()=>{m(void 0),b(void 0)}),[s]),c((()=>{l&&a.projects.retrieve(l.id).then((e=>{p(e.configuration)}))}),[l]),c((()=>{g&&d({title:g,status:"success",duration:2e3})}),[g]),c((()=>{u&&0!==u.length||n(void 0)}),[u]);const z=()=>{if(!f||!u)return;n({vector:A?{text:u,config:j}:void 0,full_text:I?u:void 0,limit:C}),b("Searching...")},O=e=>t=>{k(t?t=>Array.from(new Set([...t,e])):t=>t.filter((t=>t!==e)))};return t("div",{className:"flex gap-1 items-center w-1/2",children:[e(E,{placeholder:"Type what you are looking for, or select a filter",value:u,onChange:m,onKeyDown:e=>{"Enter"===e.key&&z()}}),e(y,{variant:"ghost",onClick:()=>w(!0),alt:"Semantic search settings",className:"ml-1",children:e(dt,{size:18})}),t(S,{isOpen:x,onClose:()=>w(!1),children:[e(T,{children:"Search Types"}),e(P,{children:t("div",{className:"flex flex-col gap-2",children:[t("label",{className:"flex items-center gap-2",children:[e(ue,{checked:N.includes(Dt.full_text),onCheckedChange:O(Dt.full_text)}),e("span",{children:"Full Text"})]}),e("div",{className:"font-semibold mt-2 mb-1",children:"Embeddings"}),Ks.map((n=>t("label",{className:"flex items-center gap-2",children:[e(ue,{checked:N.includes(n),onCheckedChange:O(n)}),e("span",{children:n.charAt(0).toUpperCase()+n.slice(1)})]},n))),t("div",{className:"mt-3",children:[e("span",{className:"mr-2",children:"Limit"}),e(me,{type:"number",min:1,value:C,onChange:e=>_(Number(e)||1),style:{width:80}})]})]})}),e($,{children:e(y,{variant:"outline",onClick:()=>w(!1),children:"Close"})})]}),e(y,{variant:"secondary",isLoading:r,onClick:z,isDisabled:!f,alt:"Semantic search",children:"Search"})]})}const Qs=[{name:"ID",field:"id",type:"objectId?slice=-7"},{name:"Name",field:".",type:"objectName"},{name:"Type",field:"type.name",type:"string"},{name:"Status",field:"status",type:"string"},{name:"Updated At",field:"updated_at",type:"date"}];function Xs({onUploadDone:t=async()=>{},layout:n}){const r=Cs(),s=v(),i=Es((async e=>{await t(e),setTimeout((()=>{console.log("Delayed refresh after upload to ensure backend consistency"),r.search().then((()=>{s({title:"Document list refreshed",description:"The document list has been updated with your uploaded files.",status:"info",duration:3e3})})).catch((e=>{console.error("Failed to refresh search results:",e)}))}),1e3)}));return e(Zs,{layout:n,onUpload:(e,t)=>{const n=r.collectionId;return i(e,t,n)}})}function Zs({layout:n,onUpload:r,allowFilter:s=!0,allowSearch:i=!0}){const a=Cs(),[l,d]=o(!1),[u,h]=o(null),{typeRegistry:p}=jt(),{search:f,isLoading:g,error:v,objects:b,hasMore:y}=js(),[x,w]=o(p?n||function(e,t){const n=t?e.getTypeLayout(t):Qs;console.log("[DEBUG] getTableLayout called with type:",t),console.log("[DEBUG] Layout from registry:",n),console.log("[DEBUG] Using defaultLayout?",n===Qs);const r=n??Qs;return console.log("[DEBUG] Final layout:",r),console.log("[DEBUG] Has Status field?",r.some((e=>"status"===e.field))),r}(p,f.query.type):Qs);console.log("[DEBUG] DocumentSearchResults - actualLayout:",x),console.log("[DEBUG] DocumentSearchResults - actualLayout has Status?",x.some((e=>"status"===e.field)));const[N,k]=o(0),[C,_]=o(0),[j,S]=o("grid"===localStorage.getItem(Hn.LAST_DISPLAYED_VIEW)),[T,P]=o([]),I=m(null);c((()=>{l||0!==b.length||(_(0),f._updateRunningState(!0),f.search().then((()=>{d(!0)})).catch((e=>{console.error("Initial search failed:",e),f._updateRunningState(!1)})))}),[]),c((()=>{b.length<C&&_(b.length)}),[b.length,C]),le(I,(()=>{l&&b.length>0&&b.length!=C&&(d(!1),f.loadMore().finally((()=>{_(b.length),d(!0)})))}),{deps:[l,b.length]});const A=_s(),E=Cs(),$=Xr(A),z=Zr(E),O=new URL(window.location.href),D=O.searchParams.get("filters");if(D)try{const e=D.split(";"),t=e.filter((e=>{const[t]=e.split(":"),n=decodeURIComponent(t);return"start"!==n&&"end"!==n}));if(t.length!==e.length){const e=t.length>0?t.join(";"):"";e?O.searchParams.set("filters",e):O.searchParams.delete("filters"),window.history.replaceState(window.history.state||{},"",O.toString())}}catch(v){console.error("Failed to clean start/end filters from URL:",v)}const U=Ft();return t("div",{className:"flex flex-col gap-y-2",children:[e(ti,{object:u,onClose:()=>h(null)}),v&&e(oe,{title:"Error",children:v.message}),e(ei,{isLoading:g,refreshTrigger:N,allowFilter:s,allowSearch:i,filterGroups:$,filters:T,handleFilterChange:e=>{const t="function"==typeof e?e(T):e;P(t),z(t)},handleVectorSearch:e=>{if(e&&e.vector){if(f.query.vector=e.vector,f.query.full_text=e.full_text,f.query.weights=e.weights,f.query.score_aggregation=e.score_aggregation,f.query.dynamic_scaling=e.dynamic_scaling,!x.find((e=>"Search Score"===e.name))){const e=[...x,{name:"Search Score",field:"score",render:e=>e.score?.toFixed(4)||"0.0000"}];w(e)}f.search().then((()=>d(!0)))}else e&&e.full_text?(f.query.full_text=e.full_text,f.search().then((()=>d(!0)))):void 0===e&&l&&(delete f.query.vector,delete f.query.full_text,f.search().then((()=>d(!0))))},handleRefetch:()=>{f.search().then((()=>d(!0)))},setIsGridView:S}),e(zs,{objects:b,isLoading:!b.length&&g,layout:x,onRowClick:e=>{U(`/objects/${e.id}`)},previewObject:e=>{const t=b.find((t=>t.id===e))||null;h(t)},selectedObject:u,onUpload:r,isGridView:j,collectionId:a.collectionId}),e("div",y?{ref:I,className:"w-full flex justify-center",children:e(L,{size:"xl"})}:{className:"text-muted text-center text-sm py-1",children:`All ${b.length} objects loaded.`})]})}function ei(n){const{isLoading:r,refreshTrigger:s,allowFilter:i,allowSearch:a,filterGroups:l,filters:o,handleFilterChange:c,handleVectorSearch:d,handleRefetch:u,setIsGridView:m}=n;return t("div",{className:"sticky top-0 z-10 bg-background py-2",children:[i&&t(J,{filterGroups:l,filters:o,setFilters:c,children:[t("div",{className:"flex flex-row gap-4 items-center justify-between w-full",children:[t("div",{className:"flex gap-2 items-center w-2/3",children:[a&&e(Ys,{onChange:d,isLoading:r,refresh:s,className:"w-full"}),e(K,{})]}),t("div",{className:"flex gap-1 items-center",children:[e(y,{variant:"outline",onClick:u,alt:"Refresh",children:e(Xe,{size:16})}),e(Hn,{onUpdate:m})]})]}),t("div",{className:"flex gap-2 items-center pt-2",children:[e(Y,{}),e(Q,{})]})]}),!i&&t("div",{className:"flex flex-row gap-4 items-center justify-between w-full",children:[e("div",{className:"flex gap-2 items-center w-2/3",children:a&&e(Ys,{onChange:d,isLoading:r,refresh:s})}),t("div",{className:"flex gap-1 items-center",children:[e(y,{variant:"outline",onClick:u,alt:"Refresh",children:e(Xe,{size:16})}),e(Hn,{onUpdate:m})]})]})]})}function ti({object:n,onClose:r}){const{store:s}=jt(),i=v(),a=Ft(),l=Ws(s,i,n?.content?.source,n?.name||n?.content?.name);return n?t(he,{title:n.properties?.title||n.name,isOpen:!0,onClose:r,children:[t("div",{className:"flex items-center gap-x-2",children:[e(y,{variant:"ghost",size:"sm",title:"Open Object",onClick:()=>a(`/objects/${n.id}`),children:e(Ve,{className:"size-4"})}),n.content?.source&&e(y,{variant:"ghost",size:"sm",title:"Download",onClick:l,children:e(Ke,{className:"size-4"})})]}),e(pe,{className:"my-2"}),e("div",{className:"pt-2",children:e(Zn,{object:n,loadText:!0},n.id)})]}):null}var ni;function ri({isExporting:n,isOpen:r,onClose:s}){return t(S,{onClose:()=>s(void 0),isOpen:r,className:"relative overflow-visible",children:[e(T,{children:"Export Object Properties"}),!n&&e(si,{onClose:s}),n&&e(ii,{})]})}function si({onClose:n}){const[r,s]=o(void 0),[i,a]=o(void 0),l=["Export selected objects","Export all objects"];return t(P,{className:"min-h-[104px] pt-0 flex flex-col gap-y-4",children:[e("div",{className:"h-1/3",children:e(q,{options:l,value:i,onChange:a,placeholder:"Choose what to export",className:"h-full w-full text-sm",filterBy:"name",isClearable:!0})}),t("div",{className:"h-1/2 flex flex-col gap-y-8 content-between",children:[e(q,{options:Object.values(ni),value:r,onChange:s,placeholder:"Choose a format",className:"h-full w-full text-sm",filterBy:"name",isClearable:!0}),e(y,{className:"w-full",isDisabled:!r||!i,onClick:()=>{n(r,i==l[1])},children:"Export Properties"})]})]})}function ii({}){return e(P,{className:"min-h-[84px] pt-0",children:t("div",{className:"h-full grid flex-col gap-y-2 content-between justify-items-center",children:[t("div",{className:"text-sm flex flex-col gap-x-2",children:[e("p",{children:"EXPORT IS IN PROGRESS"}),e("p",{className:"pt-2 grid justify-items-center",children:"PLEASE WAIT"})]}),e(L,{size:"lg"})]})})}function ai({collection:t}){const n=v(),{client:r,typeRegistry:s}=jt();Cs().query.all_revisions=!0;const i=function(e,t){let n=e.table_layout;if(n&&n.length>0)return n;e.type&&t&&(n=t?.getTypeLayout(e.type.id));return n&&n.length>0?n:void 0}(t,s);return t.dynamic?e(Zs,{layout:i}):e(Xs,{onUploadDone:async e=>{e.length>0&&await r.store.collections.addMembers(t.id,e).catch((e=>{n({title:"Failed to add objects to collection",description:e.message,status:"error"})}))},layout:i})}!function(e){e.CSV="CSV",e.JSON="JSON"}(ni||(ni={}));const li=n=>null===n?"None":t("div",{children:[e("div",{className:"text-sm",children:n.name}),e("div",{className:"text-xs text-gray-500",children:n.description})]});function oi({className:t,defaultValue:n,onChange:r,isClearable:s,multiple:i}){const a=jt(),[l,d]=o(!1),[u,m]=o(),[h,p]=o([]);c((()=>{if(!l&&(d(!0),a.typeRegistry&&n)){if(i&&Array.isArray(n)){const e=a.typeRegistry.types.filter((e=>n.includes(e.id)));p(e)}const e=a.typeRegistry.types.find((e=>e.id===n));e&&m(e)}}),[a.typeRegistry,n,i]);const f=e=>{p(e),r(e)};return e("div",i?{className:"flex flex-col gap-4 content-between",children:e(ae,{options:a.typeRegistry?.types||[],value:h,onChange:f,placeholder:"Choose Content Types...",optionLabel:li,className:t||"text-sm bg-background",filterBy:"name",isClearable:s||!1,multiple:!0})}:{className:"flex flex-col gap-4 content-between",children:e(ae,{options:a.typeRegistry?.types||[],value:u,onChange:e=>{m(e||void 0),r(e)},placeholder:"Choose a Content Type...",optionLabel:li,className:t||"text-sm bg-background",filterBy:"name",isClearable:s||!1})})}function ci({onClose:n,redirect:r=!0,onAddToCollection:s}){const i=Ft(),a=v(),[l,c]=o(!1),{client:d}=jt(),[u,m]=o({dynamic:!1,name:"",description:""});function h(e,t){m({...u,[e]:t})}return t("form",{onSubmit:e=>e.preventDefault(),children:[t(re,{children:[e(A,{label:"Name",required:!0,children:e(E,{type:"text",value:u.name||"",onChange:e=>h("name",e)})}),e(A,{label:"Description",className:"mt-2",children:e(fe,{value:u.description||"",onChange:e=>h("description",e)})}),e(A,{label:"Dynamic Collection",className:"mt-2",direction:"row",description:"Dynamically fetch content for the collection based on a query. If not enabled, then content must be added by users or agents.",children:e(ge,{value:u.dynamic||!1,onChange:e=>h("dynamic",e)})}),!u.dynamic&&e(A,{label:"Allowed Content Types",className:"mt-4",description:"Optionally select which content types can be added to the collection. If not set, then all content types are allowed.",children:e(oi,{defaultValue:u.allowed_types||null,onChange:e=>{Array.isArray(e)?h("allowed_types",e.map((e=>e.id))):h("allowed_types",e?[e.id]:[])},isClearable:!0,multiple:!0})}),e(A,{label:"Type",className:"mt-2",description:"Optionally select a content type to assign custom properties and data to the collection.",children:e(oi,{defaultValue:u.type||null,onChange:e=>{Array.isArray(e)?h("type",e.length>0?e[0].id:null):h("type",e?.id||null)},isClearable:!0})})]}),e(ie,{children:e(y,{isDisabled:l,onClick:()=>{u?.name&&u.name.trim()?(u.name=u.name.trim(),u.description&&(u.description=u.description.trim()),null==u.dynamic&&(u.dynamic=!1),c(!0),d.store.collections.create(u).then((e=>{n(),a({title:"Collection created",description:`Collection "${e.name}" created successfully`,status:"success",duration:3e3}),r&&i(`/collections/${e.id}`),s&&s(e.id)})).catch((e=>{a({title:"Failed to create collection",description:e.message,status:"error",duration:5e3})})).finally((()=>c(!1)))):a({title:"Name is required",description:"Please provide a name for the collection",status:"error",duration:5e3})},children:"Create Collection"})})]})}function di({isOpen:n,onClose:r}){return t(te,{onClose:r,isOpen:n,children:[e(ne,{children:"Create a Collection"}),e(ci,{onClose:r})]})}function ui({}){const{client:r}=jt(),s=v(),[i,a]=o(),[l,d]=o(!0),[u,m]=o(!1),{data:h,error:p,refetch:f}=W((()=>r.store.collections.search({})),[]);if(c((()=>{(h||p)&&d(!1)}),[h,p]),p)return e(oe,{title:"Collections fetch failed",children:p.message});return t(n,{children:[h&&(h.length>0?t(H,{className:"w-full",children:[e("thead",{children:t("tr",{children:[e("th",{children:"Name"}),e("th",{children:"Type"}),e("th",{children:"Created"}),e("th",{})]})}),e(X,{columns:4,isLoading:l,children:h.map((n=>t(ve,{children:[e("td",{children:t("div",{className:"flex items-center gap-2",children:[mi(n.dynamic),e(Lt,{href:`/collections/${n.id}`,children:n.name})]})}),e("td",{children:n.type?.name||"-"}),e("td",{children:Rt(n.created_at).fromNow()}),e("td",{className:"text-right",children:e(y,{variant:"destructive",size:"sm",onClick:()=>a(n.id),children:e(ut,{className:"size-4"})})})]},n.id)))})]}):e(be,{title:"No Collections",buttonLabel:"New Collections",onClick:()=>m(!0),children:"Get started by creating a new Collections."})),e(di,{isOpen:u,onClose:()=>m(!1)}),e(ye,{isOpen:!!i,title:"Delete Collection",content:"Are you sure you want to delete this collection? This action cannot be undone.",onConfirm:async()=>{if(i)try{await r.store.collections.delete(i),s({title:"Collection deleted",status:"success",duration:3e3}),f()}catch(e){console.error("Failed to delete collection:",e),s({title:"Failed to delete collection",description:e.message||"An error occurred",status:"error",duration:5e3})}finally{a(void 0)}},onCancel:()=>a(void 0)})]})}function mi(t){const n=t?"Dynamic Collection":"Static Collection",r=e(t?mt:ht,{className:"size-5"});return e(V,{description:n,className:"mr-2",children:r})}function hi({objects:n,isLoading:r}){const s=Ft();return e("div",{children:t(H,{className:"w-full",children:[e("thead",{children:t("tr",{children:[e("th",{children:"Name"}),e("th",{children:"Strict Mode"}),e("th",{children:"Semantic Chunking"}),e("th",{children:"Updated At"})]})}),e(X,{isLoading:r,columns:3,children:n?.map((n=>t("tr",{onClick:()=>s(`/types/${n.id}`),className:"cursor-pointer hover:bg-muted",children:[e("td",{children:n.name}),e("td",{children:n.strict_mode?"Yes":"No"}),e("td",{children:n.is_chunkable?"Yes":"No"}),e("td",{children:Rt(n.updated_at).fromNow()})]},n.id)))})]})})}Rt.extend(an),Rt.extend(an);class pi{client;limit;result=new Z({objects:[],isLoading:!1});query={};constructor(e,t=100){this.client=e,this.limit=t}get objects(){return this.result.value.objects}get error(){return this.result.value.error}get isRunning(){return this.result.value.isLoading}getFilterValue(e){return this.query[e]}setFilterValue(e,t){this.query[e]=t,this.search()}reset(e=!1){this.result.value={objects:[],isLoading:e}}_updateRunningState(e){const t=this.result.value;this.result.value={objects:t.objects,isLoading:e,error:t.error}}async _search(e=!1){if(this.isRunning)return Promise.resolve(!1);this.result.value={isLoading:!0,objects:e?this.objects:[]};const t=this.limit,n=this.objects.length;return this.client.types.list({limit:t,offset:n,query:this.query}).then((async e=>(this.result.value={isLoading:!1,objects:this.objects.concat(e)},!0))).catch((e=>{throw this.result.value={error:e,isLoading:!1,objects:this.objects},e}))}search(){return this.isRunning?Promise.resolve(!1):this._search(!1)}loadMore(){return this.isRunning?Promise.resolve(!1):this._search(!0)}}const fi=d(void 0);function gi(){return u(fi)}function vi(){const e=gi();return{...ee(e.result),search:e}}function bi(){return gi().objects.length}function yi({title:n,isOpen:r,onClose:s,okLabel:i,initialPayload:a}){const l=v(),[c,d]=o(a?.name),[u,m]=o(a?.description),[h,p]=o(a?.strict_mode??!1);return t(S,{isOpen:r,onClose:()=>s(),children:[e(T,{children:n}),e(P,{className:"pt-0",children:t("div",{className:"h-full flex flex-col gap-4 content-between",children:[t("div",{children:[e("label",{className:"block text-sm font-medium text-muted",children:"Name"}),e(E,{value:c,onChange:d})]}),t("div",{children:[e("label",{className:"block text-sm font-medium text-muted",children:"Description"}),e(fe,{value:u,onChange:e=>m(e.target.value)})]})]})}),e($,{children:t("div",{className:"flex justify-end gap-4",children:[e(y,{variant:"secondary",onClick:()=>s(),children:"Cancel"}),e(y,{variant:"primary",onClick:()=>(()=>{if(!c)return void l({status:"error",title:"Name is required",duration:5e3});s({name:c,description:u,strict_mode:h}).then((()=>s())),d(void 0),m(void 0),p(!1)})(),children:i})]})})]})}var xi;function wi({isDirty:n=!1}){const r=jt(),{store:s}=r,i=v(),[a,l]=o(!1),{search:d,isLoading:u,error:h,objects:p}=vi(),[f,g]=o(""),b=xe(f,500),y=m(null);le(y,(()=>{a&&d.loadMore()}),{deps:[a]}),c((()=>{d.search().then((()=>l(!0)))}),[]),c((()=>{d.query.name=f,d.search().then((()=>l(!0)))}),[b]);const[x,w]=o(void 0);c((()=>{d.query.chunkable=x?"Yes"==x:void 0,d.search().then((()=>l(!0)))}),[x]),c((()=>{n&&a&&d.search().then((()=>l(!0)))}),[n]);const[N,k]=o(!1);if(h)return e(oe,{title:"Failed to fetch ObjectTypes",children:h.message});return t("div",{className:"flex flex-col gap-4 h-full",children:[t("div",{className:"flex gap-4",children:[e(E,{placeholder:"Filter by Name",value:f,onChange:g}),e(q,{className:"w-60",isClearable:!0,options:Object.values(xi),value:x,onChange:e=>{w(e)},placeholder:"Is Chunkable"})]}),t("div",{className:"flex-1",children:[u||0!==p?.length?e(hi,{objects:p,isLoading:u}):e(be,{title:"No Type",buttonLabel:"Create Type",onClick:()=>{k(!0)},children:"Get started by creating a new Type."}),e(yi,{okLabel:"Create",title:"Create Type",isOpen:N,onClose:async e=>e?s.types.create(e).then((async()=>{i({status:"success",title:"Type created",duration:2e3}),r.reloadTypes(),d.search().then((()=>l(!0)))})).catch((e=>{i({status:"error",title:"Error creating type",description:e.message,duration:5e3})})):(k(!1),Promise.resolve())})]})]})}!function(e){e.true="Yes",e.false="No"}(xi||(xi={}));const Ni=[cn,on()];function ki({objectType:n,onSchemaUpdate:r}){const{store:s}=jt(),i=v(),[a,c]=o(!1),d=Kt(n.object_schema),u=m(void 0),[h,p]=o(!1),f=l((()=>function(e){if(!e)return"";return JSON.stringify(e,null,2)}(d.schema)),[d]),g=()=>{if(u.current){const e=u.current.getValue();try{const t=function(e){if(!e?.trim())return;return JSON.parse(e.trim())}(e);Ci(t),d.replaceSchema(t)}catch(e){return i({status:"error",title:"Invalid JSON Schema",description:e.message,duration:5e3}),!1}}return!0};return t("div",{className:"mx-2 my-2 rounded-2xl border border-solid shadow-md border-spacing-2",children:[t("div",{className:"flex items-center rounded-t-md border-b gap-x-2 py-2 pl-4 pr-2",children:[e("div",{className:"text-base font-semibold",children:"Schema Editor"}),e("div",{children:e(y,{variant:"outline",size:"sm",onClick:()=>{h&&!g()||p((e=>!e))},children:h?"Edit Schema":"Edit Json"})}),e("div",{className:"ml-auto flex gap-x-2",children:e(y,{isLoading:a,variant:"outline",size:"sm",onClick:()=>{h&&!g()||(c(!0),s.types.update(n.id,{object_schema:d.schema}).then((()=>{r(d),i({status:"success",title:"Schema updated",description:"The schema has been updated successfully",duration:2e3})})).catch((e=>{i({status:"error",title:"Failed to update schema",description:e.message,duration:5e3})})).finally((()=>{c(!1)})))},children:"Save Changes"})})]}),e("div",{className:"px-4 py-2",children:h?e(Yt,{value:f,extensions:Ni,editorRef:u}):e(Qt,{schema:d})})]})}const Ci=e=>{try{new Bt({strict:!1}).compile(e)}catch(e){throw new Error(`Invalid JSON Schema definition: ${e.message}`)}};function _i({children:t,limit:n,name:r,chunkable:s}){const{store:i}=jt(),a=l((()=>{const e=new pi(i,n);return e.query.name=r,e.query.chunkable=s,e}),[n]);return e(fi.Provider,{value:a,children:t})}function ji({isOpen:n,onClose:r,title:s="Select Content Type",children:i,initialSelectedType:a=null,confirmLabel:l="Select Type",allowNone:c=!0}){const{typeRegistry:d}=jt(),[u,m]=o(a),h=d?.types||[],p=()=>{r(void 0)};return t(S,{isOpen:n,onClose:p,className:"w-full max-w-xl mx-auto",children:[e(T,{children:s}),t(P,{className:"p-6",children:[i,t("div",{className:"mb-4 mt-4",children:[t("label",{className:"block text-sm font-medium mb-2",children:["Content Type ",c&&e("span",{className:"text-gray-500 font-normal",children:"(Optional)"})]}),e(q,c?{options:h,value:u,optionLabel:e=>e?e.name:"Select a content type",placeholder:"Select a content type or leave empty for automatic detection",onChange:e=>m(e||null),filterBy:"name",isClearable:!0}:{options:h,value:u,optionLabel:e=>e?e.name:"Select a content type",placeholder:"Select a content type",onChange:e=>m(e||null),filterBy:"name"}),c&&t("div",{className:"mt-2 text-sm text-blue-600 flex items-center",children:[e(et,{className:"h-4 w-4 mr-1"}),t("span",{children:[e("strong",{children:"Type selection is optional."})," Leave empty to let Vertesia choose the appropriate type"]})]})]}),u?t("div",{className:"text-sm text-gray-500 bg-gray-50 p-3 rounded-md mb-4",children:[e("div",{className:"font-medium",children:u.name}),u.description&&e("div",{className:"mt-1",children:u.description})]}):c&&t("div",{className:"text-sm text-blue-600 bg-blue-50 p-3 rounded-md mb-4",children:[e("div",{className:"font-medium",children:"Automatic Type Detection"}),t("div",{className:"mt-1",children:["Vertesia will analyze each file's content and automatically select the most appropriate type.",e("br",{}),e("span",{className:"mt-1 block font-medium",children:"This is recommended for most uploads."})]})]})]}),t($,{children:[e(y,{variant:"ghost",onClick:p,children:"Cancel"}),e(y,{onClick:()=>{r(u?.id??null)},children:u?`${l}: ${u.name}`:c?"Let Vertesia Choose":l})]})]})}const Si=[cn,on()];function Ti({objectType:n,onLayoutUpdate:r}){const s=v(),[i,a]=o(!1),{store:c}=jt(),d=m(void 0),u=l((()=>Pi(n.table_layout)),[n.table_layout]),h=(e,t)=>{s({status:"error",title:e,description:t,duration:5e3})};return t("div",{className:"mx-2 my-2 rounded-2xl border border-solid shadow-xs",children:[t("div",{className:"flex items-center rounded-t-md border-b gap-x-2 py-2 pl-4 pr-2",children:[e("div",{className:"text-base font-semibold ",children:"Table Layout Editor"}),e("div",{className:"ml-auto flex gap-x-2",children:e(y,{isLoading:i,variant:"outline",size:"sm",onClick:()=>{if(!d.current)return;const e=d.current.getValue();let t;if(e)try{t=JSON.parse(e)}catch(e){return h("Invalid JSON",e.message)}else t=null;return Array.isArray(t)?t.some((e=>!e||!e.name||!e.field))?h("Invalid JSON","A table layout entry must contain the following properties:] {field, name, converter?}"):(a(!0),void c.types.update(n.id,{table_layout:t}).then((e=>{s({status:"success",title:"Table Layout updated",description:"The table layout has been updated successfully",duration:2e3}),r(e.table_layout)})).catch((e=>{s({status:"error",title:"Failed to update table layout",description:e.message,duration:5e3})})).finally((()=>{a(!1)}))):h("Invalid JSON","The table layout must be an array")},children:"Save Changes"})})]}),e("div",{className:"px-4 py-2",children:e(Yt,{value:u,extensions:Si,editorRef:d})})]})}function Pi(e){return e?JSON.stringify(e,null,2):"[\n\n]"}const Ii=[cn,on()];function Ai({refetch:n,collection:r}){const s=r.type?.id,i=m(void 0),a=v(),{client:c}=jt(),[d,u]=o(!1),[h,p]=o({name:r.name,description:r.description||"",query:r.query?JSON.stringify(r.query,null,2):"",tags:r.tags||[],type:r.type?.id||"",allowed_types:r.allowed_types||[]}),f=l((()=>Pi(r.table_layout)),[r.table_layout]),g=(e,t)=>{p({...h,[e]:t})};return t("div",{className:"flex flex-col gap-4 py-2",children:[t(we,{title:"Configuration",action:e(y,{size:"lg",isDisabled:d,onClick:()=>{let e;try{e=h.query?JSON.parse(h.query):void 0}catch(e){return void a({title:"Invalid Query JSON",description:e.message,status:"error",duration:5e3})}const t={name:h.name,description:h.description,query:e,tags:h.tags,type:h.type,allowed_types:h.allowed_types};let s;if(t.name||(s="Name is required"),t.type||(t.type=null),s)a({title:"Validation failed",description:s,status:"error",duration:5e3});else{if(i.current){const e=i.current.getValue();if(e)try{t.table_layout=JSON.parse(e)}catch(e){return void a({title:"Invalid Table Layout",description:e.message,status:"error",duration:5e3})}else t.table_layout=null}u(!0),c.store.collections.update(r.id,t).then((()=>{n(),a({title:"Collection updated",description:"Collection has been updated successfully",status:"success",duration:3e3})})).catch((e=>{a({title:"Failed to update collection",description:e.message,status:"error",duration:5e3})})).finally((()=>{u(!1)}))}},children:"Save"}),children:[t("div",{className:"flex justify-between mb-2",children:[t("div",{className:"w-1/2 gap-2 flex flex-col",children:[e("div",{className:"text-sm font-medium mb-1",children:"Created By"}),t("div",{className:"gap-2 flex items-center",children:[e(dn,{userRef:r.created_by,showTitle:!0}),t("span",{children:["at ",Rt(r.created_at).format("YYYY-MM-DD HH:mm:ss")]})]})]}),t("div",{className:"w-1/2 gap-2 flex flex-col",children:[e("div",{className:"text-sm font-medium mb-1",children:"Updated By"}),t("div",{className:"gap-2 flex items-center",children:[e(dn,{userRef:r.updated_by,showTitle:!0}),t("span",{children:["at ",Rt(r.updated_at).format("YYYY-MM-DD HH:mm:ss")]})]})]})]}),e(A,{label:"Name",required:!0,children:e(E,{value:h.name,onChange:e=>g("name",e)})}),e(A,{label:"Description",children:e(fe,{value:h.description,onChange:e=>g("description",e)})}),!r.dynamic&&e(A,{label:"Allowed Content Types",description:"Select which content types can be added to the collection. If not set, then all content types are allowed.",children:e(oi,{defaultValue:h.allowed_types||null,onChange:e=>{Array.isArray(e)?g("allowed_types",e.map((e=>e.id))):g("allowed_types",e?[e.id]:[])},isClearable:!0,multiple:!0})}),r.dynamic&&e(A,{label:"Query",description:"Define the query to dynamically fetch content for the collection.",children:e(fe,{className:de.INPUT,value:h.query,onChange:e=>g("query",e)})}),e(A,{label:"Table Layout",description:"Define a custom layout for displaying the collection in tables.",children:e(Yt,{className:"border-1 rounded-md border-border",value:f,extensions:Ii,editorRef:i})}),e(A,{label:"Type",description:"Select a content type to assign custom properties and data to the collection.",children:e(oi,{defaultValue:h.type||null,onChange:e=>{Array.isArray(e)?g("type",e.length>0?e[0].id:null):g("type",e?.id||null)},isClearable:!0})})]}),s&&e(Ei,{typeId:s,collection:r})]})}function Ei({typeId:t,collection:n}){const r=v(),{client:s}=jt(),[i,a]=o(!1),{data:c,error:d}=W((()=>s.store.types.retrieve(t)),[t]),u=c?.object_schema||{},m=l((()=>new Xt(u,n.properties||{})),[u,n.properties]);if(d)return e(oe,{title:"Failed to load type",children:d.message});if(!c)return null;return e(we,{title:"Properties",action:e(y,{size:"lg",isLoading:i,type:"submit",children:"Save"}),children:e(Zt,{object:m,onSubmit:e=>{const t={properties:e||{}};a(!0),s.store.collections.update(n.id,t).then((()=>{r({title:"Collection properties updated",description:"Collection has been updated successfully",status:"success",duration:3e3})})).catch((e=>{r({title:"Failed to update collection properties",description:e.message,status:"error",duration:5e3})})).finally((()=>{a(!1)}))}})})}function $i(e){return e.name}function zi({onChange:t,value:n,disabled:r=!1,placeholder:s="Select a collection",filterOut:i,allowDynamic:a=!0,multiple:l=!1}){const{client:o}=jt(),c=p((e=>{if(l){const n=e;if(n&&n.length>0){const e=n.map((e=>e.id));t(e,n)}else t(void 0)}else{const n=e;n?t(n.id,n):t(void 0)}}),[t,l]),{data:d,error:u}=W((async()=>{const e=await o.store.collections.search({dynamic:!!a&&void 0});return i&&i.length>0?e.filter((e=>!i.includes(e.id))):e}),[o,a,i]);if(u)return e(oe,{title:"Error",children:u.message||String(u)});const m=l?d?.filter((e=>Array.isArray(n)&&n.includes(e.id)))||[]:d?.find((e=>e.id===n))||null;return e(ae,{className:"w-full",by:"id",value:m,filterBy:"name",options:d||[],disabled:r,optionLabel:e=>$i(e),placeholder:s,onChange:c,isClearable:!0,multiple:l})}function Oi({action:n,objectIds:r,children:s}){const{store:i}=jt(),a=v(),[l,c]=o(!1),d=p((()=>(c(!0),Promise.resolve(!0))),[]);ta(n.id,d);return t("div",{children:[s,e(ji,{isOpen:l,onClose:e=>{c(!1),void 0!==e&&i.runOperation({name:"change_type",ids:r,params:{typeId:e}}).then((e=>{a({status:"success",title:"Change Type",description:`Change the type of ${r.length} objects is ${"in_progress"===e.status?"in progress":"completed"}`,duration:2e3})})).catch((e=>{a({status:"error",title:"Error changing type",description:e.message,duration:5e3})}))},title:"Change Content Type",confirmLabel:"Change Type",children:t("div",{className:"text-sm flex flex-col gap-x-2",children:[t("p",{children:["Choose a new Content Type for the selected object",r.length>1?"s":" ","or let the system choose or generate a type based on the content."]}),t("p",{className:"pt-2 text-xs",children:["Note: This action will raise the ",e("code",{children:"change_type"})," event and will trigger the standard intake workflows which may reset the object properties."]})]})})]})}const Di={id:"changeType",name:"Change Content Type",description:"Change the Content Type of the selected documents",confirm:!1,component:Oi};function Ui({action:r,callback:s,children:i}){const[a,l]=o(!1),c=r.confirmationText||`Are you sure you want to ${r.name}?`,d=p((e=>r.confirm?(l(!0),Promise.resolve(!0)):s(e)),[r.confirm,s]),u=ta(r.id,d);return t(n,{children:[i,e(ye,{onConfirm:()=>{l(!1),s({...u.params,action:r})},onCancel:()=>l(!1),title:"Are you sure?",content:c,isOpen:a})]})}function Li({action:t,objectIds:n,children:r}){const s=ea(),i=v(),{client:a}=jt(),l=Cs(),o=Ft(),c=p((()=>{if(!n||!n.length)return i({status:"error",title:"No objects selected",description:"Please select objects to delete",duration:3e3}),Promise.resolve(!1);function e(e,t){if(e.length<=t)return e;const n=e.lastIndexOf("."),r=-1!==n?e.substring(n):"";return`${(-1!==n?e.substring(0,n):e).substring(0,t-r.length-3)}...${r}`}return Promise.all(n.map((e=>a.store.objects.delete(e)))).then((t=>{const r=t.length>1?"s":"";if(i({status:"success",title:`${t.length} object${r} deleted`,description:`Objects ${e(t.map((e=>e.id)).join(", "),100)} have been deleted`,duration:2e3}),l){s.params?.selection?.removeAll();const e=JSON.parse(JSON.stringify(l.facets));n.length===e._value.total&&l.resetFacets(),l.search()}else o("/objects")})).catch((e=>{i({status:"error",title:"Error deleting objects",description:e.message,duration:5e3})}))}),[n]);return e(Ui,{action:t,callback:c,children:r})}const Fi={id:"delete",name:"Delete",description:"Delete the selected objects",confirm:!0,confirmationText:"Are you sure you want to delete all the selected objects? This action cannot be undone.",component:Li,destructive:!0},Ri={id:"deleteFromCollections",name:"Delete Objects",description:"Delete the selected objects",confirm:!0,confirmationText:"Are you sure you want to delete the selected objects?\nThis is not removable from collections.",component:Li,destructive:!0};function Mi({action:t,objectIds:n}){const{store:r}=jt(),s=v(),[i,a]=o(!1),[l,c]=o(!1),d=p((()=>(a(!0),Promise.resolve(!0))),[]),u=ta(t.id,d);return e("div",{children:e(ri,{isExporting:l,isOpen:i,onClose:(e,t)=>{if(e&&(t||n.length>0)){c(!0);const i=u.params?.search?.query||{},l=u.params?.search?.result?.value?.objects?.map((e=>e.id))||void 0,o=async e=>r.objects.list({query:{parent:e}}).then((e=>e.map((e=>e.id))));(async()=>t?l?i.vector?l:[]:0===n.length?[]:(await o(n[0])).concat(n):n)().then((l=>{r.objects.exportProperties({objectIds:l,type:e,query:t&&!i.vector?i:{type:i.type}}).then((r=>{let i;if(e===ni.CSV)i=new Blob([r.data],{type:r.type});else if(e===ni.JSON)i=new Blob([JSON.stringify(r.data)],{type:r.type});else{const e=r.data;i=new Blob([new Uint8Array(e.data)],{type:r.type})}const a=window.URL.createObjectURL(i),l=document.createElement("a");l.download=r.name,l.href=a,l.click(),s({status:"success",title:"Export Properties",description:t?"Export the properties of all objects completed":`Export the properties of ${n.length} object${n.length>1?"s":""} is completed`,duration:2e3})})).catch((e=>{s({status:"error",title:"Error Export Properties",description:e.message,duration:5e3})})).finally((()=>{c(!1),a(!1)}))}))}else a(!1)}})})}const Vi={id:"exportProperties",name:"Export Properties",description:"Export all Object Properties",confirm:!1,component:Mi};function qi({action:t,objectIds:n,collectionId:r}){const s=ea(),i=v(),{client:a}=jt(),l=Cs(),o=p((()=>n&&n.length?r?a.store.collections.deleteMembers(r,n).then((()=>{const e=n.length>1?"s":"";i({status:"success",title:`${n.length} object${e} removed from collection`,description:"Objects have been removed from the collection",duration:2e3}),l&&(s.params?.selection?.removeAll(),l.search())})).catch((e=>{i({status:"error",title:"Error removing objects from collection",description:e.message,duration:5e3})})):(i({status:"error",title:"No collection context",description:"Cannot remove objects: no collection specified",duration:3e3}),Promise.resolve(!1)):(i({status:"error",title:"No objects selected",description:"Please select objects to remove from collection",duration:3e3}),Promise.resolve(!1))),[n,r]);return e(Ui,{action:t,callback:o})}const Bi={id:"removeFromCollection",name:"Remove from Collection",description:"Remove the selected objects from this collection",confirm:!0,confirmationText:"Are you sure you want to remove the selected objects from this collection?",component:qi,destructive:!0};function Wi({action:t,objectIds:n,collectionId:r}){const s=v(),{client:i}=jt(),[a,l]=o(!1),c=p((()=>(l(!0),Promise.resolve(!0))),[]);return ta(t.id,c),e(Hi,{isOpen:a,onClose:e=>{if(l(!1),e)return i.store.workflows.rules.execute(e,n,{collection_id:r}).then((()=>{s({title:"Workflow started",status:"success",duration:3e3})})).catch((e=>{s({title:"Error starting workflow",status:"error",description:e.message,duration:9e3})}))}})}const Gi={id:"startWorkflow",name:"Start Workflow",description:"Start an workflow on the selected objects",confirm:!1,hideInList:!0,component:Wi};function Hi({isOpen:n,onClose:r}){return t(te,{onClose:()=>r(void 0),isOpen:n,className:"",children:[e(ne,{children:"Start a Workflow by Rule"}),e(Ki,{onClose:r})]})}function Ji(n){return{label:t("div",{children:[e("div",{children:n.name}),e("div",{className:"text-sm text-muted",children:n.description})]}),reverse:!0}}function Ki({onClose:n}){const[r,s]=o(void 0),i=ea();return t("div",{children:[t(re,{children:[e("div",{className:"pb-2",children:"Choose a workflow rule to start:"}),e("div",{className:"max-h-[420px] overflow-y-scroll border-border border rounded-md",children:e(Ne,{options:i.wfRules,optionLayout:Ji,onChange:e=>{s(e)},value:r})})]}),t(ie,{children:[e(y,{variant:"secondary",onClick:()=>n(),children:"Cancel"}),e(y,{onClick:()=>{r&&n(r.id)},isDisabled:!r,children:"Start"})]})]})}class Yi{params;allActions=[Vi,Di,Gi,sa,Fi,Bi,Ri];wfRules=[];callbacks={};startWorkflow;constructor(e){this.params=e}get actions(){return!!this.params.selection?.collectionId?this.allActions.filter((e=>"addToCollection"!==e.id&&"delete"!==e.id)):this.allActions.filter((e=>"removeFromCollection"!==e.id&&"deleteFromCollections"!==e.id))}async loadWorkflows(){return this.params.client.workflows.rules.list().then((e=>{this.wfRules=e.map((e=>({id:e.id,name:e.name,description:e.description,confirm:!1,isWorkflow:!0,component:Wi}))).sort(((e,t)=>e.name.localeCompare(t.name)))})),this.wfRules}registerCallback(e,t){return this.callbacks[e]=t,()=>{delete this.callbacks[e]}}unregisterCallback(e){delete this.callbacks[e]}findAction(e){let t=this.allActions.find((t=>t.id===e));return t||(t=this.wfRules.find((t=>t.id===e))),t}async run(e){const t=this.findAction(e);if(!t)throw new Error(`Action ${e} not found`);const n={...this.params,action:t},r=this.callbacks[e];if(r)return r(n);throw new Error("No action callback set")}}const Qi=d(void 0);function Xi({children:n}){const r=ms(),s=v(),{client:i}=jt(),a=Cs(),{data:o,error:c}=W((()=>i.workflows.rules.list().then((e=>e.map((e=>({id:e.id,name:e.name,description:e.description,confirm:!1,isWorkflow:!0,component:Wi}))).sort(((e,t)=>e.name.localeCompare(t.name)))))),[]),d=l((()=>{const e=new Yi({selection:r,toast:s,client:i,search:a});return e.wfRules=o,e}),[r,o]);return c?e(oe,{title:"Failed to fetch workflows",children:c.message}):d&&t(Qi.Provider,{value:d,children:[e(Zi,{}),n]})}function Zi({}){const t=ea(),n=t.params.selection,r=n.getObjectId(),s=n.isSingleSelection()&&r?[r]:n.getObjectIds();return e("div",{style:{display:"none"},children:t.allActions.map((t=>e(t.component,{action:t,objectIds:s,collectionId:n.collectionId},t.id)))})}function ea(){const e=u(Qi);if(!e)throw new Error("You cannot use useActionContext outside an ActionProvider");return e}function ta(e,t){const n=ea();return c((()=>n.registerCallback(e,t)),[n,e,t]),n}function na(e){const t=ea();return c((()=>(t.startWorkflow=e,()=>{t.startWorkflow=void 0})),[e,t]),t}function ra({action:t,objectIds:n}){const[r,s]=o(!1),i=p((()=>(n.length>0&&s(!0),Promise.resolve(!0))),[n]);return ta(t.id,i),r&&e(ke,{children:e(ia,{objectIds:n,isOpen:r,onClose:()=>{s(!1)}})})}const sa={id:"addToCollection",name:"Add to Collection",description:"Add documents to a collection",confirm:!1,component:ra};function ia({isOpen:n,onClose:r,objectIds:s}){return t(te,{isOpen:n,onClose:r,className:"max-w-lg w-full min-w-0 overflow-hidden",children:[e(ne,{className:"flex flex-col min-w-0 overflow-hidden",children:"Add to a Collection"}),e(Ce,{className:"min-w-0 overflow-hidden",children:"Add the selected objects to an existing collection or create a new one."}),e("div",{className:"min-w-0 max-w-full overflow-hidden",children:e(aa,{onClose:r,objectIds:s})})]})}function aa({onClose:n,objectIds:r}){const s=v(),{client:i}=jt(),[a,l]=o(),c=({collectionId:e})=>{e&&r?.length&&i.store.collections.addMembers(e,r).then((()=>{s({title:"Add to collection success",status:"success",description:`Added ${r.length} objects to the selected collection`,duration:3e3}),n()})).catch((()=>{s({title:"Add to collection failure",status:"error",description:"Failed to add the selected objects to the collection",duration:5e3})}))},d=[{name:"select",label:"Select Collection",content:t("div",{className:"p-4 min-w-0 max-w-full overflow-hidden",children:[e(_e,{level:5,children:"Choose from existing collections"}),e(re,{className:"min-w-0 max-w-full overflow-hidden",children:e("div",{className:"mb-4 min-w-0 max-w-full overflow-hidden",children:e(zi,{onChange:(e,t)=>{"string"==typeof e||void 0===e?l(e):Array.isArray(e)&&e.length>0?l(e[0]):l(void 0)},value:a})})}),e(ie,{children:e(y,{isDisabled:!a,onClick:()=>a&&c({collectionId:a}),children:"Add to Collection"})})]})},{name:"create",label:"Create new",content:e("div",{className:"p-4",children:e(ci,{onClose:n,onAddToCollection:e=>c({collectionId:e}),redirect:!1})})}];return t(je,{defaultValue:"select",tabs:d,fullWidth:!0,children:[e(Se,{}),e(Te,{})]})}function la(){const n=ms(),r=n.size(),s=r>1?"s":"",i=n?.hasSelection(),a=n?.isSingleSelection();return e(Xi,{children:t("div",{className:"flex items-center gap-x-2",children:[i&&!a&&t("div",{className:"flex items-center gap-x-1 shrink-0",children:[t("div",{className:"text-sm nowrap",children:[r," document",s," selected"]}),e(y,{title:"Clear selection",variant:"ghost",onClick:()=>{n?.removeAll()},children:e(it,{className:"size-4"})})]}),e(ma,{selection:n,children:e(y,{variant:"ghost",alt:"More action",size:"sm",children:e(pt,{size:16})})}),i&&e(oa,{selection:n})]})})}function oa({}){return e(da,{})}function ca({collectionId:r}){const[s,i]=o([]),a=ms(),l=a?.hasSelection();return!l&&t(n,{children:[e(y,{onClick:()=>(()=>{const e=document.createElement("input");e.type="file",e.multiple=!0,e.accept="*",e?.click(),e.onchange=e=>{const t=e.target.files;t&&i(Array.from(t))}})(),children:"Upload"}),e(As,{collectionId:r??"",isOpen:s.length>0,onClose:()=>i([]),files:s,title:"Upload Files",onUploadComplete:e=>{e&&e.success&&i([])},children:e("div",{className:"text-sm",children:"Select the associated Content Type, or let the system choose or generate the type based on the content."})})]})}function da(){const t=ea();return t.params.selection.hasSelection()&&e(y,{onClick:()=>t.run(Gi.id),children:"Start Workflow"})}function ua(e){return{label:e.name,className:r("flex-1 px-2 py-2 hover:bg-accent nowrap",e.destructive?"text-destructive":"")}}function ma({selection:n,children:r}){const s=ea();return t(x,{hover:!0,children:[e(w,{children:r}),e(N,{className:"p-0 w-50",align:"end",sideOffset:6,children:e(ha,{executeAction:e=>{s.run(e.id)},selection:n})})]})}function ha({executeAction:t,selection:n}){const r=ea(),s=n?.hasSelection()?r.actions.filter((e=>!e.hideInList)):[Vi];return e("div",{className:"rounded-md shadow-md py-2",children:e("div",{className:"px-1 text-sm",children:e(Ne,{options:s,optionLayout:ua,onChange:e=>{t(e)},noCheck:!0})})})}function pa({value:n,onChange:r,onSend:s,disabled:i=!1,isSending:a=!1,isCompleted:l=!1,activeTaskCount:d=0,placeholder:u="Type your message..."}){const h=m(null),[p,f]=o(!1);c((()=>{!i&&l&&h.current?.focus()}),[i,l]);return t("div",{className:"p-3 border-t border-muted flex-shrink-0",style:{minHeight:"90px"},children:[t("div",{className:"flex items-center space-x-2",children:[t("div",{className:"flex flex-1 space-x-1",children:[e(E,{ref:h,value:n,onKeyDown:e=>{"Enter"!==e.key||e.shiftKey||(e.preventDefault(),s())},onChange:r,disabled:i||a,placeholder:u,className:"pr-12 py-2.5"}),e(y,{variant:"ghost",className:"rounded-full",disabled:!l,onClick:()=>f(!0),alt:"Link Object",children:e(ft,{className:"size-4"})})]}),t(y,{onClick:s,disabled:i||a||!n.trim(),className:"px-4 py-2.5",children:[a?e(L,{size:"sm",className:"mr-2"}):e(gt,{className:"size-4 mr-2"})," Send"]})]}),e("div",{className:"text-xs text-muted mt-2 text-center",children:d>0?t("div",{className:"flex items-center justify-center",children:[e(vt,{className:"h-3 w-3 mr-1 text-attention"}),t("span",{children:["Agent has ",d," active workstream",1!==d?"s":""," running"]})]}):i?"Agent is processing, you can continue once it completes...":"You can send a message at any time"}),t(te,{isOpen:p,onClose:()=>f(!1),className:"min-w-[60vw]",children:[e(ne,{children:"Link Object"}),e(re,{className:"pb-6",children:e(Fs,{onChange:e=>{const t=`[${e.properties?.title||e.name||"Object"}](store:${e.id})`,s=n||"",i=h.current?.selectionStart||s.length,a=s.substring(0,i)+t+s.substring(i);r(a),f(!1),setTimeout((()=>{if(h.current){h.current.focus();const e=i+t.length;h.current.setSelectionRange(e,e)}}),100)}})})]})]})}function fa({plan:r,workstreamStatus:s,isOpen:i,onClose:a,plans:l=[],activePlanIndex:o=0,onChangePlan:c=()=>{}}){return i?t("div",{className:"h-full shadow-xl border border-muted/20 overflow-hidden",children:[t("div",{className:"flex items-center justify-between p-3 border-b border-muted/20",children:[e("h3",{className:"font-bold text-base",children:"Plan"}),t(y,{variant:"ghost",onClick:a,children:[e(it,{className:"size-4"}),e("span",{className:"sr-only",children:"Close"})]})]}),t("div",{className:"p-3 overflow-y-auto",style:{height:"calc(100% - 44px)",maxHeight:"calc(100vh - 150px)"},children:[t("div",{className:"mb-3 p-2 bg-info rounded-md border border-info",children:[e("div",{className:"text-xs font-medium text-info mb-1",children:"Task Progress"}),e("div",{className:"flex items-center gap-2",children:(()=>{const i=r.plan||[],a=i.length;let l=0;a>0&&i.forEach((e=>{if(e&&e.id){const t=e.id.toString();"completed"===s.get(t)&&l++}}));const o=a>0?Math.round(l/a*100):0;return t(n,{children:[e("div",{className:"w-full bg-muted rounded-full h-2",children:e("div",{className:"bg-background h-2 rounded-full",style:{width:`${o}%`}})}),e("span",{className:"text-xs text-muted",children:a>0?`${l}/${a}`:"0/0"})]})})()})]}),l.length>1&&t("div",{className:"mb-3 flex items-center justify-between",children:[e(y,{variant:"ghost",onClick:()=>c(Math.min(l.length-1,o+1)),disabled:o>=l.length-1,children:"Older Plan"}),e("div",{className:"text-xs text-muted",children:l[o]?.timestamp?new Date(l[o].timestamp).toLocaleTimeString():"Unknown time"}),e(y,{variant:"ghost",onClick:()=>c(Math.max(0,o-1)),disabled:o<=0,children:"Newer Plan"})]}),t("div",{className:"rounded-md border border-muted/30",children:[e("div",{className:"p-2 border-b border-muted/30 bg-muted",children:e("div",{className:"font-medium text-xs",children:"Step-by-Step Plan"})}),e("div",{className:"divide-y divide-muted/20 max-h-[calc(100vh-350px)] overflow-y-auto",children:r.plan&&r.plan.length>0?r.plan.map(((n,r)=>{const i=n.id?n.id.toString():`task-${r}`,a=n.goal||`Task ${r+1}`;let l=n.status||"pending";s.has(i)&&(l=s.get(i));let o=bt,c="text-muted";return"in_progress"===l?(o=Le,c="text-info"):"completed"===l&&(o=Ue,c="text-success"),t("div",{className:"flex p-3 my-1",children:[e("div",{className:"mr-2 mt-0.5 flex-shrink-0 text-muted",children:i}),t("div",{className:"w-full",children:[e("div",{className:"text-sm font-medium mb-2 text-muted",children:a}),t("div",{className:"mt-1 flex justify-end items-center",children:[e("div",{className:`mr-2 mt-0.5 flex-shrink-0 ${c}`,children:e(o,{className:"size-3.5"})}),e(b,{variant:"completed"===l?"success":"in_progress"===l?"info":"default",children:"completed"===l?"Completed":"in_progress"===l?"In Progress":"Pending"})]})]})]},r)})):t("div",{className:"p-3 text-center text-muted italic",children:[e(Oe,{className:"size-4 mx-auto mb-2 text-attention"}),e("p",{className:"text-xs",children:"No plan has been detected yet"}),e("p",{className:"text-xs mt-1",children:"Plans will appear here when the agent creates one"})]})})]}),(()=>{const n=new Set((r.plan||[]).filter((e=>e&&e.id)).map((e=>e.id.toString()))),i=Array.from(s.entries()).filter((([e])=>"main"!==e&&!n.has(e)));return i.length>0?t("div",{className:"mt-3 rounded-md border border-gray-200 dark:border-gray-800",children:[e("div",{className:"p-2 border-b border-gray-200 dark:border-gray-800 bg-gray-50 dark:bg-gray-900/50",children:e("div",{className:"font-medium text-xs",children:"Workstreams"})}),e("div",{className:"p-3",children:e("div",{className:"grid grid-cols-1 gap-2",children:i.map((([n,r])=>{let s=bt,i="text-gray-400",a="bg-gray-100 dark:bg-gray-800",l="Pending";return"in_progress"===r?(s=Le,i="text-info",a="bg-info/20",l="In Progress"):"completed"===r&&(s=Ue,i="text-success",a="bg-success/20",l="Completed"),t("div",{className:`flex items-center p-1.5 rounded ${a}`,children:[e("div",{className:`mr-1.5 ${i}`,children:e(s,{className:"h-3.5 w-3.5"})}),e("div",{className:"flex-1",children:e("span",{className:"text-xs font-medium text-gray-800 dark:text-gray-300",children:n})}),e("span",{className:"text-xs font-medium",children:l})]},n)}))})})]}):null})()]})]}):null}function ga(t){const{run:n,startWorkflow:r}=t;if(n){const r="runId"in n?n:{runId:n.run_id,workflowId:n.workflow_id};return e(ya,{...t,run:r})}return r?e(ba,{...t}):e(va,{})}function va(){return t(se,{status:"info",icon:e(Ee,{className:"size-16 text-muted mb-4"}),children:[e("div",{className:"text-base font-medium text-muted",children:"No agent currently running"}),e("div",{className:"mt-3 text-sm text-muted",children:"Select an interaction and click Start to start an agent"})]})}function ba({initialMessage:n,startWorkflow:r,onClose:s,isModal:i=!1,placeholder:a="Type your message...",startButtonText:l="Start Agent",title:d="Start New Conversation"}){const[u,h]=o(""),[p,f]=o(!1),[g,b]=o(),x=v(),w=m(null);c((()=>{w.current&&w.current.focus()}),[]);const N=async()=>{if(!r)return;const e=u.trim();if(e&&!p){f(!0);try{sessionStorage.removeItem("plan-panel-shown"),x({title:"Starting agent...",status:"info",duration:3e3});const t=await r(e);t&&(b({runId:t.run_id,workflowId:t.workflow_id}),h(""),x({title:"Agent started",status:"success",duration:3e3}))}catch(e){x({title:"Error starting workflow",status:"error",duration:3e3,description:e instanceof Error?e.message:"Unknown error"})}finally{f(!1)}}};return g?e(ya,{onClose:s,isModal:i,initialMessage:n,placeholder:a,run:g,title:d}):t("div",{className:"flex flex-col h-full bg-white dark:bg-gray-900 overflow-hidden border-0",children:[t("div",{className:"flex items-center justify-between py-2 px-3 border-b border-gray-100 dark:border-gray-800 bg-white dark:bg-gray-900",children:[t("div",{className:"flex items-center space-x-2",children:[e("div",{className:"p-1",children:e(yt,{className:"size-3.5 text-muted"})}),e("span",{className:"font-medium text-sm text-gray-700 dark:text-gray-300",children:d})]}),s&&!i&&e(y,{size:"xs",variant:"ghost",onClick:s,title:"Close",className:"text-slate-500 hover:text-slate-700",children:e(Re,{className:"size-4"})})]}),t("div",{className:"flex-1 overflow-y-auto px-4 py-6 bg-white dark:bg-gray-900 flex flex-col items-center justify-center",children:[n&&e("div",{className:"px-4 py-3 mb-4 bg-blue-50/80 dark:bg-blue-900/30 border-l-2 border-blue-400 dark:border-blue-500 text-blue-700 dark:text-blue-300 max-w-md",children:n}),t("div",{className:"bg-white dark:bg-slate-800 p-4 max-w-md border-l-2 border-blue-400 dark:border-blue-500",children:[e("div",{className:"text-base text-slate-600 dark:text-slate-300 font-medium",children:"Enter a message to start a conversation"}),t("div",{className:"mt-3 text-sm text-slate-500 dark:text-slate-400",children:["Type your question below and press Enter or click ",l," ","to begin"]})]})]}),t("div",{className:"py-3 px-3 border-t border-gray-100 dark:border-gray-800 bg-white dark:bg-gray-900",children:[t("div",{className:"flex items-center gap-2",children:[e("div",{className:"flex-1",children:e("input",{ref:w,value:u,onChange:e=>h(e.target.value),onKeyDown:e=>{"Enter"!==e.key||e.shiftKey||(e.preventDefault(),N())},placeholder:a,disabled:p,className:"w-full py-2 px-3 text-sm border border-gray-200 dark:border-gray-700 dark:bg-gray-800 dark:text-white focus:border-gray-300 dark:focus:border-gray-600 focus:ring-0 rounded-md"})}),t(y,{onClick:N,disabled:!u.trim()||p,className:"px-3 py-2 bg-gray-800 dark:bg-gray-700 hover:bg-gray-700 dark:hover:bg-gray-600 text-white text-xs rounded-md transition-colors",children:[p?e(L,{size:"sm",className:"mr-1.5"}):e(gt,{className:"size-3.5 mr-1.5"}),l]})]}),e("div",{className:"text-xs text-gray-400 dark:text-gray-500 mt-2 text-center",children:"Type a message to start the conversation"})]})]})}function ya({run:n,title:r,interactive:s=!0,onClose:i,isModal:a=!1,placeholder:d="Type your message...",resetWorkflow:u}){const{client:h}=jt(),p=m(null),[f,g]=o([]),[b,y]=o(!1),[x,w]=o(""),[N,k]=o(!1),[C,_]=o("sliding"),[j,S]=o(!a),[T,P]=o([]),[I,A]=o(0),[E,$]=o(new Map),[z,O]=o(0),D=v(),[U,L]=o(s),[F,R]=o(null),M=l((()=>{const e=T[I]||{plan:{plan:[]},timestamp:0},t=E.get(e.timestamp)||new Map;return{plan:e.plan,workstreamStatus:t}}),[T,I,E]);c((()=>{if(!b){const e=setInterval((()=>{O((()=>Math.floor(Math.random()*($n.length-1))))}),4e3);return()=>clearInterval(e)}}),[b]);c((()=>(g([]),P([]),A(0),$(new Map),S(!1),R(null),(async()=>{try{const e=await h.store.workflows.getRunDetails(n.runId,n.workflowId);R(e.status)}catch(e){console.error("Failed to check workflow status:",e)}})(),h.store.workflows.streamMessages(n.workflowId,n.runId,(e=>{e.message&&g((t=>t.find((t=>t.timestamp===e.timestamp))?t:(function(e,t){const n="number"==typeof t.timestamp?t.timestamp:new Date(t.timestamp).getTime(),r=e.findIndex((e=>("number"==typeof e.timestamp?e.timestamp:new Date(e.timestamp).getTime())>n));-1===r?e.push(t):e.splice(r,0,t)}(t,e),[...t])))})),()=>{g([])})),[n.runId,h.store.workflows]),c((()=>{y(!function(e){if(!e.length)return!0;const t=new Map;if(e.forEach((e=>{const n=On(e);t.has(n)||t.set(n,[]),t.get(n).push(e)})),console.log("[isInProgress] Workstreams found:",Array.from(t.keys())),1===t.size&&!t.has("main")){const e=t.keys().next().value||"unknown";console.log(`[isInProgress] Only one workstream found (${e}), treating as main`);const n=t.get(e),r=n[n.length-1];return console.log(`[isInProgress] Last message type in only workstream: ${r.type}`),zn.includes(r.type)?(console.log("[isInProgress] Only workstream is completed"),!1):(console.log("[isInProgress] Only workstream is still in progress"),!0)}if(t.has("main")){const e=t.get("main");if(0===e.length)return console.log("[isInProgress] Main workstream exists but has no messages, still in progress"),!0;const n=e[e.length-1];return console.log(`[isInProgress] Last message type in main workstream: ${n.type}`),zn.includes(n.type)?(console.log("[isInProgress] Main workstream is completed"),!1):(console.log("[isInProgress] Main workstream is still in progress"),!0)}console.log("[isInProgress] Multiple workstreams but no main, checking if any are still active");for(const[e,n]of t.entries())if(n.length>0){const t=n[n.length-1];if(!zn.includes(t.type))return console.log(`[isInProgress] Workstream ${e} is still active`),!0}return console.log("[isInProgress] All workstreams are completed"),!1}(f)),0===T.length&&S(!1)}),[f,T.length]),c((()=>{if(1===T.length&&!j&&!sessionStorage.getItem("plan-panel-shown")){const e=setTimeout((()=>{S(!0),sessionStorage.setItem("plan-panel-shown","true")}),500);return()=>clearTimeout(e)}f.forEach((e=>{if(e.type===St.PLAN)try{console.log("PLAN message received:",e.type);let t=null;if(e.details&&"object"==typeof e.details&&e.details.plan&&Array.isArray(e.details.plan)&&(console.log("Valid plan array found in message.details.plan"),t={plan:e.details.plan}),t){const n="number"==typeof e.timestamp?e.timestamp:new Date(e.timestamp).getTime();if(-1===T.findIndex((e=>e.timestamp===n))&&t){console.log("Adding new plan to plans array");const e={plan:t,timestamp:n};console.log("Adding plan to plans array:",e),P((t=>{const n=[e,...t];return console.log("New plans array:",n),n})),A(0),console.log("Setting showSlidingPanel to true"),S(!0);const r=new Map;r.set("main","in_progress"),Array.isArray(t.plan)&&t.plan.forEach((e=>{if(e&&"object"==typeof e&&e.id){const t=e.id.toString();r.set(t,e.status||"pending")}})),$((e=>{const t=new Map(e);return t.set(n,r),t}))}}}catch(e){console.error("Failed to parse plan from message:",e)}e.type===St.UPDATE&&e.details&&e.details.updates&&Array.isArray(e.details.updates)&&console.log("Ignoring UPDATE message with details.updates - waiting for PLAN message with full plan")}));const e=f[f.length-1];e&&(e.type===St.TERMINATED?(L(!1),R("TERMINATED")):L(!!s||e.type===St.REQUEST_INPUT))}),[f,T,I]);const V=r||n.workflowId.split(":")[2]||"Agent Conversation";return t("div",{className:"flex gap-2 h-full",children:[t("div",{className:"flex flex-col h-full min-h-0 border-0 "+(j?"lg:w-2/3 flex-1":"flex-1 mx-auto "+(a?"":"max-w-4xl")),children:[e(Bn,{title:V,isCompleted:b,onClose:i,isModal:a,run:n,viewMode:C,onViewModeChange:_,showPlanPanel:j,hasPlan:T.length>0,onTogglePlanPanel:()=>{S(!j),j||sessionStorage.setItem("plan-panel-shown","true")},onDownload:async()=>{try{const e=await async function(e,t){return e.files.getDownloadUrl(`agents/${t}/conversation.json`).then((e=>e.url))}(h,n.runId);e&&window.open(e,"_blank")}catch(e){console.error("Failed to download conversation",e),D({status:"error",title:"Failed to download conversation",duration:3e3})}},onCopyRunId:()=>{navigator.clipboard.writeText(n.runId),D({status:"success",title:"Run ID copied",duration:2e3})},resetWorkflow:u}),0!==f.length||b?e(Fn,{messages:f,bottomRef:p,viewMode:C,isCompleted:b,plan:M.plan,workstreamStatus:M.workstreamStatus,showPlanPanel:j,onTogglePlanPanel:()=>{console.log("Toggle plan panel called, current state:",j),S(!j)},plans:T,activePlanIndex:I,onChangePlan:e=>A(e),taskLabels:M.plan.plan?.reduce(((e,t)=>(t.id&&t.goal&&e.set(t.id.toString(),t.goal),e)),new Map)}):e("div",{className:"flex-1 flex flex-col items-center justify-center h-full text-center py-6",children:t("div",{className:"p-5 max-w-md border border-info rounded-lg shadow-sm",children:[t("div",{className:"flex items-center space-x-3 mb-3",children:[e(Tn,{size:"sm",color:"blue"}),e("div",{className:"text-sm text-muted font-medium",children:$n[z]})]}),e("div",{className:"mt-4 flex justify-center",children:e(Sn,{color:"blue",className:"mt-1"})})]})}),F&&("RUNNING"!==F?t(se,{status:"COMPLETED"===F?"success":"done",icon:null,className:"flex-shrink-0 m-2",children:["This Workflow is ",F]}):U&&e(pa,{value:x,onChange:w,onSend:()=>{const e=x.trim();e&&!N&&(k(!0),w(""),h.store.workflows.sendSignal(n.workflowId,n.runId,"UserInput",{message:e}).then((()=>{y(!1),D({status:"success",title:"Message Sent",duration:2e3})})).catch((e=>{D({status:"error",title:"Failed to Send Message",description:e instanceof Error?e.message:"Unknown error",duration:3e3})})).finally((()=>{k(!1)})))},disabled:!1,isSending:N,isCompleted:b,activeTaskCount:(()=>{if(!f.length)return 0;const e=new Map;f.forEach((t=>{const n=On(t);"main"!==n&&"all"!==n&&(e.has(n)||e.set(n,[]),e.get(n).push(t))}));let t=0;for(const[n,r]of e.entries())if(r.length>0){const e=r[r.length-1];[St.COMPLETE,St.IDLE].includes(e.type)||t++}return t})(),placeholder:d}))]}),j&&e("div",{className:"h-full lg:w-1/3 border-l",children:e(fa,{plan:M.plan,workstreamStatus:M.workstreamStatus,isOpen:j,onClose:()=>S(!1),plans:T,activePlanIndex:I,onChangePlan:A})})]})}function xa({children:t,fallback:n}){return wa?e(wa,{fallback:n,children:t}):e(un,{FallbackComponent:n,children:t})}let wa=null;function Na(e){wa=e}function ka({children:t}){return e(xa,{fallback:Ca,children:t})}function Ca({error:n}){return t(se,{status:"error",title:"Sorry, something went wrong...",children:[t("div",{className:"mb-4",children:["Our team has been notified and will be quickly working on resolving it. If you'd like to escalate or simply contact us, please email us at ",e("a",{className:"text-info",href:"mailto:support@vertesiahq.com",children:"support@vertesiahq.com"}),"."]}),n?.message&&e("code",{className:"w-full mt-4 text-sm text-muted break-words",children:n.message})]})}function _a({children:t}){return e(xa,{fallback:ja,children:t})}function ja({error:n}){return e("tr",{children:t("td",{colSpan:100,children:[e("span",{className:"text-xs",children:" Cannot display row"}),e("br",{}),e("span",{className:"bg-gray-400",children:n?.message})]})})}function Sa({children:t}){return e(xa,{fallback:Ta,children:t})}function Ta({error:n}){return console.log("WidgetError",n),t("div",{className:"text-sm",children:["Sorry, this area cannot be loaded or rendered.",n?.message&&e("pre",{children:n.message})]})}function Pa({className:n,children:s,title:i,description:a,actions:l,breadcrumbs:o,isCompact:c=!1,useDynamicBreadcrumbs:d=!0}){const u=Ft(),m=e=>{const t=e?.href||"";if(!t)return"Page";const n=t.split("#")[0].split("?")[0].split("/").filter((e=>e.length>0));if(3===n.length){const e=n[1];return`${mn(e)} Detail`}return n.length>=2?mn(n[n.length-1]):1===n.length?mn(n[0]):"Page"},h=(()=>{const e=[];if(d&&"undefined"!=typeof window&&window.history.state?.historyChain){const t=window.history.state.historyChain;t.forEach(((n,r)=>{const s=t.length-r;e.push({label:m(n),href:n.href,onClick:()=>window.history.go(-s)})}))}return o&&o.length>0&&o.forEach((t=>{const n="string"==typeof t?.props?.children?t.props.children:"Page";e.push(t?.props?.href?{href:t?.props?.href,label:n,onClick:()=>u(t.props.href,{replace:t.props.clearBreadcrumbs})}:{label:n})})),e})();return t("div",{className:r(c?"pb-0":"pb-2","p-4 flex flex-col",n),children:[t("div",{className:"flex items-start gap-4",children:[t("div",{className:"w-full flex place-content-between h-auto min-h-8 flex-col items-start",children:[e("nav",{className:"flex-1 flex justify-start text-xs",children:h.length>0&&e(Pe,{path:h,separator:e(ct,{className:"w-3.5 h-3.5"}),maxItems:4})}),t("div",{className:"flex gap-2 items-center",children:[e("h1",{className:"text-xl font-semibold break-all",children:i}),a&&e(V,{description:a,children:e(ze,{className:"size-4 text-muted"})})]})]}),e("div",{className:"flex gap-x-2 shrink-0",children:l})]}),s&&e("div",{className:"w-full flex items-center",children:s})]})}function Ia({}){return t("div",{className:"text-center pt-32",children:[e("h1",{className:"text-3xl font-bold text-red-500",children:"404"}),e("p",{className:"text-2xl",children:"Page Not Found"})]})}class Aa{totalPages;layoutUrls=[];cache;constructor(e){this.totalPages=e,this.cache=new Array(e)}async loadUrls(e,t){const n=[];for(let r=0;r<this.totalPages;r++)n.push(Ra(e,t,r+1));const r=await Promise.all(n);this.layoutUrls=r.map((e=>e.url))}async getPageLayout(e){const t=e-1;let n=this.cache[t];if(void 0===n){const e=this.layoutUrls[t];n=await fetch(e,{method:"GET"}).then((e=>{if(e.ok)return e.text();throw new Error("Failed to fetch json layout: "+e.statusText)})),this.cache[t]=n}return n}}class Ea{totalPages;markdownUrls=[];cache;constructor(e){this.totalPages=e,this.cache=new Array(e)}async loadUrls(e,t){const n=[];for(let r=0;r<this.totalPages;r++)n.push(Ma(e,t,r+1));const r=await Promise.all(n);this.markdownUrls=r.map((e=>e.url))}async getPageMarkdown(e){const t=e-1;let n=this.cache[t];if(void 0===n){const e=this.markdownUrls[t];n=await fetch(e,{method:"GET"}).then((e=>{if(e.ok)return e.text();throw new Error("Failed to fetch markdown: "+e.statusText)})),this.cache[t]=n}return n}}const $a=d(void 0);function za({children:t,object:n}){const{client:r}=jt(),[s,i]=o();return c((()=>{const e=n.metadata.page_count||10;(async function(e,t,n){const r=[];for(let s=0;s<n;s++)r.push(Da(e,t.id,s+1));const s=await Promise.all(r),i=[];for(let r=0;r<n;r++)i.push(Ua(e,t.id,r+1));const a=await Promise.all(i),l=[];for(let r=0;r<n;r++)l.push(La(e,t.id,r+1));const o=await Promise.all(l),c=[];for(let r=0;r<n;r++)c.push(Fa(e,t.id,r+1));const d=await Promise.all(c),u=new Aa(n);await u.loadUrls(e,t.id);const m=new Ea(n);await m.loadUrls(e,t.id);const h=t.text?Ba(t.text):"";return{count:n,urls:s.map((e=>e.url)),originalUrls:d.map((e=>e.url)),annotatedUrls:a.map((e=>e.url)),instrumentedUrls:o.map((e=>e.url)),layoutProvider:u,markdownProvider:m,xml:h,xmlPages:t.text?qa(h):[]}})(r,n,e).then(i)}),[n.id]),s&&e($a.Provider,{value:s,children:t})}function Oa(e){return`magic-pdf/${e}`}function Da(e,t,n){return e.files.getDownloadUrl(function(e,t,n=".jpg"){return`${Oa(e)}/pages/page-${t}${n}`}(t,n))}function Ua(e,t,n){return e.files.getDownloadUrl(function(e,t,n=".jpg"){return`${Oa(e)}/pages/page-${t}-annotated${n}`}(t,n))}function La(e,t,n){return e.files.getDownloadUrl(function(e,t,n=".jpg"){return`${Oa(e)}/pages/page-${t}.instrumented${n}`}(t,n))}function Fa(e,t,n){return e.files.getDownloadUrl(function(e,t,n=".jpg"){return`${Oa(e)}/pages/page-${t}.original${n}`}(t,n))}function Ra(e,t,n){return e.files.getDownloadUrl(function(e,t){return`${Oa(e)}/pages/page-${t}.layout.json`}(t,n))}function Ma(e,t,n){return e.files.getDownloadUrl(function(e,t){return`${Oa(e)}/pages/page-${t}.md`}(t,n))}function Va(){const e=a.useContext($a);if(!e)throw new Error("usePdfPagesInfo must be used within a PdfPageProvider");return e}function qa(e){const t=(new DOMParser).parseFromString(Ba(e),"text/xml").getElementsByTagName("page"),n=new XMLSerializer;return Array.from(t).map((e=>n.serializeToString(e)))}function Ba(e){return e.replace(/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F]/g,"").replace(/<\?xml.*?\?>/g,"")}function Wa({object:r}){const{client:s}=jt(),i=e=>{(function(e,t,n){return e.files.getDownloadUrl(`${Oa(t)}/${n}`).then((e=>e.url))})(s,r.id,e).then((e=>window.open(e,"_blank")))},a=(()=>{if("document"===r.metadata?.type){const e=r.metadata;return e.content_processor?.type||"xml"}return"xml"})();return e("div",{className:"absolute bottom-[58px] right-[20px] w-[36px] h-[36px] cursor-pointer text-indigo-400 border-indigo-400 hover:border-indigo-500 hover:text-indigo-500 border-2 rounded-full shadow-xs flex items-center justify-center",children:t(en,{strategy:"absolute",placement:"top-end",zIndex:100,offset:20,children:[e(en.Trigger,{click:!0,children:e(xt,{className:"size-6"})}),e(en.Content,{children:e("div",{className:"rounded-md shadow-md border border-gray-100 bg-white dark:bg-slate-50 dark:border-slate-100 min-w-[200px] flex flex-col divide-y",children:"markdown"===a?e("button",{className:"p-2 cursor-pointer hover:bg-slate-50 dark:hover:bg-slate-100",onClick:()=>i("document.md"),children:"document.md"}):t(n,{children:[e("button",{className:"p-2 cursor-pointer hover:bg-slate-50 dark:hover:bg-slate-100",onClick:()=>i("annotated.pdf"),children:"annotated.pdf"}),e("button",{className:"p-2 cursor-pointer hover:bg-slate-50 dark:hover:bg-slate-100",onClick:()=>i("document.xml"),children:"document.xml"}),e("button",{className:"p-2 cursor-pointer hover:bg-slate-50 dark:hover:bg-slate-100",onClick:()=>i("analyzed-pages.json"),children:"analyzed-pages.json"})]})})})]})})}var Ga;function Ha({className:s,currentPage:i,onChange:a,object:l}){const c=()=>{if("document"===l.metadata?.type){const e=l.metadata;return e.content_processor?.type||"xml"}return"xml"},[d,u]=o("markdown"===c()?Ga.original:Ga.default),h=m(null),{urls:p,originalUrls:f,annotatedUrls:g,instrumentedUrls:v}=Va(),b=d===Ga.instrumented?v:d===Ga.annotated?g:d===Ga.original?f:p;return t("div",{ref:h,className:r("flex flex-col items-stretch gap-y-2",s),children:[t("div",{className:"flex h-5 items-center justify-center relative",children:[e("button",{className:Ka,onClick:()=>{i>1&&(a(i-1),h.current&&h.current.querySelector(`div[data-index="${i-1}"]`)?.scrollIntoView({behavior:"smooth",block:"end",inline:"center"}))},children:e(wt,{className:"w-5 h-5"})}),e("div",{className:"absolute right-3 flex gap-x-1",children:"markdown"===c()?t(n,{children:[e("button",{className:Ya(Ga.original,d),onClick:()=>u(Ga.original),children:e(Nt,{className:"w-5 h-5 mt-1"})}),e("button",{className:Ya(Ga.instrumented,d),onClick:()=>u(Ga.instrumented),children:e(kt,{className:"w-5 h-5 mt-1"})})]}):t(n,{children:[e("button",{className:Ya(Ga.default,d),onClick:()=>u(Ga.default),children:e(Nt,{className:"w-5 h-5 mt-1"})}),e("button",{className:Ya(Ga.instrumented,d),onClick:()=>u(Ga.instrumented),children:e(kt,{className:"w-5 h-5 mt-1"})}),e("button",{className:Ya(Ga.annotated,d),onClick:()=>u(Ga.annotated),children:e(Ct,{className:"w-5 h-5 mt-1"})})]})})]}),e("div",{className:"flex flex-col items-center gap-2 flex-1 overflow-y-auto px-2",children:b.map(((t,n)=>e(Ja,{url:t,currentPage:i,pageNumber:n+1,onSelect:()=>a(n+1)},n)))}),e("div",{className:"flex h-5 items-center justify-center relative",children:e("button",{className:Ka,onClick:()=>{i<p.length&&(a(i+1),h.current&&h.current.querySelector(`div[data-index="${i+1}"]`)?.scrollIntoView({behavior:"smooth",block:"end",inline:"center"}))},children:e(_t,{className:"size-5"})})})]})}function Ja({url:n,pageNumber:s,currentPage:i,onSelect:a}){return t("div",{className:"p-2 hover:bg-gray-200 dark:hover:bg-slate-600 rounded-md","data-index":s-1,children:[e("div",{className:r("relative border-[2px] cursor-pointer",s===i?"border-blue-500 dark:border-pink-400":"border-gray-300"),onClick:a,children:e("img",{src:n,alt:`Page ${s}`})}),e(Ie,{className:"text-sm text-gray-500 dark:text-gray-400 pt-1 font-semibold align",children:s})]})}!function(e){e[e.default=0]="default",e[e.original=1]="original",e[e.instrumented=2]="instrumented",e[e.annotated=3]="annotated"}(Ga||(Ga={}));const Ka="cursor-pointer text-gray-500 dark:text-gray-400 hover:text-blue-600 dark:hover:text-blue-500 hover:font-semibold";function Ya(e,t){return e===t?"${BTN_CLASS} text-pink-600":`${Ka}`}const Qa={attributeKeyColor:"#FFD700",attributeValueColor:"#FF4500",tagColor:"#87CEFA",textColor:"#00FF00",separatorColor:"#FFD700",commentColor:"#BEBEBE",cdataColor:"#33CC66"};function Xa({viewType:t,pageNumber:n}){switch(t){case"json":return e(el,{pageNumber:n});case"markdown":return e(tl,{pageNumber:n});default:return e(Za,{pageNumber:n})}}function Za({pageNumber:t}){const[n,r]=o(),{xmlPages:s}=Va();return f((()=>{const e=window.matchMedia("(prefers-color-scheme: dark)"),t=e=>{r(e.matches?Qa:void 0)};return e.addEventListener("change",t),e.matches&&r(Qa),()=>{e.removeEventListener("change",t)}}),[]),e("div",{className:"px-4 py-2",children:e(tn,{xml:s[t-1],collapsible:!0,theme:n})})}function el({pageNumber:t}){const[n,r]=o(),{layoutProvider:s}=Va();return c((()=>{s.getPageLayout(t).then((e=>r(e?JSON.parse(e):void 0))).catch((e=>{console.error(e),r(void 0)}))}),[t]),n&&e(nn,{className:"w-full",data:n})}function tl({pageNumber:t}){const[n,r]=o(),{markdownProvider:s}=Va();return c((()=>{s.getPageMarkdown(t).then(r).catch((e=>{console.error(e),r(void 0)}))}),[t]),e("div",{className:"px-4 py-2 prose prose-sm max-w-none dark:prose-invert",children:n?e(Wt,{children:n}):e("div",{children:"No markdown content available"})})}function nl({objectId:t,onClose:n}){const{client:r}=jt(),{data:s,error:i}=W((()=>r.store.objects.retrieve(t,"+text")),[t]);return i?e(oe,{title:"Fetching document failed",children:i.message}):s?e("div",{className:"fixed inset-0 bg-white dark:bg-slate-700 z-50 flex items-center justify-center",children:e(za,{object:s,children:e(rl,{object:s,onClose:n})})}):"Loading..."}function rl({object:r,onClose:s}){const[i,a]=o((()=>{if("document"===r.metadata?.type){const e=r.metadata,t=e.content_processor?.type;if("markdown"===t)return"markdown";if("xml"===t)return"xml"}return"xml"})()),[l,d]=o(1),u=(()=>{if("document"===r.metadata?.type){const e=r.metadata;return e.content_processor?.type||"xml"}return"xml"})(),h=m(null),p=m(null),f=m(null);var g;return c((()=>{if(g.handler.current&&g.left.current&&g.right.current){const e=g.handler.current,t=g.left.current,n=g.right.current,r=e=>{let r=e.clientX,s=t.offsetWidth,i=n.offsetLeft;const a=e=>{const a=e.clientX-r;t.style.width=`${s+a}px`,n.style.left=`${i+a}px`,e.target.classList.add("resizing")},l=e=>{e.target.classList.remove("resizing"),a(e),document.removeEventListener("mousemove",a),document.removeEventListener("mouseup",l)};document.addEventListener("mousemove",a),document.addEventListener("mouseup",l)};return e.addEventListener("mousedown",r),()=>{e.removeEventListener("mousedown",r)}}}),[(g={handler:h,left:p,right:f}).handler.current,g.left.current,g.right.current]),t(n,{children:[t("div",{ref:p,className:"absolute top-0 left-0 bottom-0 w-[50%] bg-gray-100 dark:bg-slate-800 flex items-stretch justify-stretch py-2",children:[e(Ha,{className:"flex-1",currentPage:l,onChange:d,object:r}),e("div",{ref:h,className:"w-[2px] p-[2px] m-0 bg-slate-300 cursor-ew-resize"})]}),e("div",{ref:f,className:"absolute top-0 left-[50%] right-0 bottom-0 flex items-stretch justify-stretch overflow-auto p-2",children:e(Xa,{pageNumber:l,viewType:i})}),e(Wa,{object:r}),"xml"===u&&e(sl,{type:i,onSwitch:a}),!!s&&e("div",{className:"absolute top-6 right-7 w-9 h-9 cursor-pointer text-red-400 border-red-400 hover:border-red-500 hover:text-red-500 border-2 rounded-full shadow-xs flex items-center justify-center",onClick:s,children:e(it,{className:"size-6"})})]})}function sl({type:e="xml",onSwitch:n}){return t("div",{className:"absolute bottom-[16px] right-[20px] w-[36px] h-[36px] cursor-pointer text-indigo-400 border-indigo-400 hover:border-indigo-500 hover:text-indigo-500 border-2 rounded-full shadow-xs flex items-center justify-center",onClick:()=>{"xml"===e?n("json"):"json"===e?n("markdown"):"markdown"===e&&n("xml")},children:["xml"===e&&il,"json"===e&&ll,"markdown"===e&&al]})}const il=e("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",children:e("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M6 2.984V2h-.09c-.313 0-.616.062-.909.185a2.33 2.33 0 0 0-.775.53 2.23 2.23 0 0 0-.493.753v.001a3.542 3.542 0 0 0-.198.83v.002a6.08 6.08 0 0 0-.024.863c.012.29.018.58.018.869 0 .203-.04.393-.117.572v.001a1.504 1.504 0 0 1-.765.787 1.376 1.376 0 0 1-.558.115H2v.984h.09c.195 0 .38.04.556.121l.001.001c.178.078.329.184.455.318l.002.002c.13.13.233.285.307.465l.001.002c.078.18.117.368.117.566 0 .29-.006.58-.018.869-.012.296-.004.585.024.87v.001c.033.283.099.558.197.824v.001c.106.273.271.524.494.753.223.23.482.407.775.53.293.123.596.185.91.185H6v-.984h-.09c-.2 0-.387-.038-.563-.115a1.613 1.613 0 0 1-.457-.32 1.659 1.659 0 0 1-.309-.467c-.074-.18-.11-.37-.11-.573 0-.228.003-.453.011-.672.008-.228.008-.45 0-.665a4.639 4.639 0 0 0-.055-.64 2.682 2.682 0 0 0-.168-.609A2.284 2.284 0 0 0 3.522 8a2.284 2.284 0 0 0 .738-.955c.08-.192.135-.393.168-.602.033-.21.051-.423.055-.64.008-.22.008-.442 0-.666-.008-.224-.012-.45-.012-.678a1.47 1.47 0 0 1 .877-1.354 1.33 1.33 0 0 1 .563-.121H6zm4 10.032V14h.09c.313 0 .616-.062.909-.185.293-.123.552-.3.775-.53.223-.23.388-.48.493-.753v-.001c.1-.266.165-.543.198-.83v-.002c.028-.28.036-.567.024-.863-.012-.29-.018-.58-.018-.869 0-.203.04-.393.117-.572v-.001a1.502 1.502 0 0 1 .765-.787 1.38 1.38 0 0 1 .558-.115H14v-.984h-.09c-.196 0-.381-.04-.557-.121l-.001-.001a1.376 1.376 0 0 1-.455-.318l-.002-.002a1.415 1.415 0 0 1-.307-.465v-.002a1.405 1.405 0 0 1-.118-.566c0-.29.006-.58.018-.869a6.174 6.174 0 0 0-.024-.87v-.001a3.537 3.537 0 0 0-.197-.824v-.001a2.23 2.23 0 0 0-.494-.753 2.331 2.331 0 0 0-.775-.53 2.325 2.325 0 0 0-.91-.185H10v.984h.09c.2 0 .387.038.562.115.174.082.326.188.457.32.127.134.23.29.309.467.074.18.11.37.11.573 0 .228-.003.452-.011.672-.008.228-.008.45 0 .665.004.222.022.435.055.64.033.214.089.416.168.609a2.285 2.285 0 0 0 .738.955 2.285 2.285 0 0 0-.738.955 2.689 2.689 0 0 0-.168.602c-.033.21-.051.423-.055.64a9.15 9.15 0 0 0 0 .666c.008.224.012.45.012.678a1.471 1.471 0 0 1-.877 1.354 1.33 1.33 0 0 1-.563.121H10z"})}),al=e("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",children:e("path",{d:"M4.708 5.578L2.061 8.224l2.647 2.646-.708.708-3-3V7.87l3-3 .708.708zm7-.708L11 5.578l2.647 2.646L11 10.87l.708.708 3-3V7.87l-3-3zM4.908 13l.894.448 5-10L9.908 3l-5 10z"})}),ll=e("svg",{width:"16px",height:"16px",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg",fill:"currentColor",children:e("path",{d:"M14.85 3H1.15C.52 3 0 3.52 0 4.15v7.69C0 12.48.52 13 1.15 13h13.69c.64 0 1.15-.52 1.15-1.15v-7.7C16 3.52 15.48 3 14.85 3zM9 11H7.5L5.5 9l-1 1.5H3V5h1.5l1 2 2-2H9v6zm2.99.5L9.5 8H11V5h1v3h1.5l-2.51 3.5z"})});function ol(...e){const t=Array.from(e);return t.__AnyOf__=!0,t}function cl(...e){return Array.from(e)}function dl(e){return!0===e.__AnyOf__}class ul{system_roles;roles;permissions;constructor(e,t){if(!e.authToken)throw new Error("No auth token found in user session");this.system_roles=t;const n=new Set(e.authToken.account_roles||[]);if(e.authToken.project_roles)for(const t of e.authToken.project_roles)n.add(t);this.roles=n;const r={};for(const e of t)r[e.name]=e.permissions;const s=new Set;for(const e of n){const t=r[e];if(t)for(const e of t)s.add(e)}this.permissions=s}hasPermission(e){if("string"==typeof e)return this.permissions.has(e);if(dl(e))return e.some((e=>this.permissions.has(e)));for(const t of e)if(!this.permissions.has(t))return!1;return!0}}const ml=d(void 0);function hl(){const e=u(ml);if(!e)throw new Error("UserPermissionContext cannot be used outside UserPermissionProvider");return e}function pl({children:t}){const n=jt(),{data:r,error:s,isLoading:i}=W((()=>n.user?n.client.iam.roles.list():Promise.resolve(void 0)),[n.user]),a=l((()=>n.authToken&&r&&!i?new ul(n,r):void 0),[n,r,i]);return s?e(oe,{title:"Failed to fetch role mappings",children:s.message}):a&&e(ml.Provider,{value:a,children:t})}function fl({permission:t,isDisabled:n,title:r,children:s,...i}){return hl().hasPermission(t)||(n=!0,r="You do not have permission to perform this action"),e(y,{isDisabled:n,title:r,...i,children:s})}function gl({permission:t,...n}){return hl().hasPermission(t)?e(hn,{...n}):null}function vl({user:n}){return t("div",{className:"flex items-center",children:[e("div",{className:"w-9 h-9",children:(()=>{if(n.picture)return e("img",{className:"inline-block h-9 w-9 rounded-full",src:n.picture,alt:n.name});{const t=n.name.split(" ").map((e=>e[0])).join("");return e("span",{className:"inline-flex h-8 w-8 items-center justify-center rounded-full bg-indigo-600",children:e("span",{className:"text-sm font-medium leading-none text-white",children:t})})}})()}),t("div",{className:"ml-3",children:[e("p",{className:"text-sm font-medium text-gray-700 dark:text-slate-50 group-hover:text-gray-900",children:n.name??"Deleted User"}),e("p",{className:"text-xs font-medium text-gray-500 dark:text-slate-300 group-hover:text-gray-700",children:n.email??"Deleted User"})]})]})}export{vn as ActivitiesDoc,yn as ActivityDoc,sa as AddToCollectionAction,ra as AddToCollectionActionComponent,cl as AllOf,Sn as AnimatedThinkingDots,ol as AnyOf,Vr as ApiKeyAvatar,ai as BrowseCollectionView,Di as ChangeTypeAction,Oi as ChangeTypeActionComponent,cs as CollectionsFacetsNav,ui as CollectionsTable,Hn as ContentDispositionButton,wi as ContentObjectTypesSearch,hi as ContentObjectTypesTable,Zn as ContentOverview,ci as CreateCollectionForm,di as CreateCollectionModal,yi as CreateOrUpdateTypeModal,Fi as DeleteObjectsAction,Li as DeleteObjectsActionComponent,Ri as DeleteObjectsFromCollectionsAction,ws as DocumentGridView,wr as DocumentIcon,xr as DocumentIconSkeleton,Bs as DocumentInput,Gs as DocumentPreviewPanel,Ns as DocumentSearch,Us as DocumentSearchProvider,Zs as DocumentSearchResults,Xs as DocumentSearchResultsWithDropZone,ds as DocumentSelection,ps as DocumentSelectionProvider,zs as DocumentTable,ys as DocumentTableColumn,xs as DocumentTableView,As as DocumentUploadModal,es as DocumentsFacetsNav,Ai as EditCollectionView,Wr as EnvironmentFacet,Vi as ExportPropertiesAction,Mi as ExportPropertiesComponent,ri as ExportPropertiesModal,ni as ExportTypes,Ts as FileUploadAction,Pa as GenericPageNavHeader,rs as InteractionsFacetsNav,jn as JumpingDots,nl as MagicPdfView,ga as ModernAgentConversation,Ia as NotFoundView,ki as ObjectSchemaEditor,pi as ObjectTypeSearch,fi as ObjectTypeSearchContext,_i as ObjectTypeSearchProvider,Yi as ObjectsActionContext,Xi as ObjectsActionContextProvider,ka as PanelErrorBoundary,Rn as PayloadBuilder,Vn as PayloadBuilderProvider,Mn as PayloadContext,as as PromptsFacetsNav,Yn as PropertiesEditorModal,Tn as PulsatingCircle,In as PulsingMessageLoader,Bi as RemoveFromCollectionAction,qi as RemoveFromCollectionActionComponent,_a as RowErrorBoundary,Jr as RunsFacetsNav,Kn as SaveVersionConfirmModal,ks as SearchContext,fl as SecureButton,gl as SecureSidebarItem,zi as SelectCollection,oi as SelectContentType,ji as SelectContentTypeModal,Fs as SelectDocument,Vs as SelectDocumentModal,la as SelectionActions,Gi as StartWorkflowAction,Wi as StartWorkflowComponent,Cr as StringFacet,_r as StringListFacet,Ti as TableLayoutEditor,An as ThinkingBar,$n as ThinkingMessages,Sr as TypeFacet,Pn as TypedDots,ca as UploadObjectsButton,vl as UserAvatar,Lr as UserInfo,pl as UserPermissionProvider,ul as UserPermissions,ml as UserPermissionsContext,Tr as VStringFacet,Pr as VTypeFacet,Br as VUserFacet,xa as VertesiaErrorBoundary,En as WavyThinking,Sa as WidgetErrorBoundary,Qr as WorkflowExecutionsFacetsNav,mi as collectionIcon,dl as isAnyOf,mr as isCsv,hr as isImage,pr as isPdf,fr as isVideo,yr as retrieveRendition,Na as setErrorBoundaryComponent,ar as shortId,lr as shortenString,Pi as stringifyTableLayout,ls as useCollectionsFilterGroups,os as useCollectionsFilterHandler,Xr as useDocumentFilterGroups,Zr as useDocumentFilterHandler,Cs as useDocumentSearch,Ss as useDocumentSearchCount,ms as useDocumentSelection,Es as useDocumentUploadHandler,Ws as useDownloadDocument,$r as useFetchGroupInfo,Er as useFetchUserInfo,ts as useInteractionsFilterGroups,ns as useInteractionsFilterHandler,ta as useObjectsActionCallback,ea as useObjectsActionContext,hs as useOptionalDocumentSelection,qn as usePayloadBuilder,ss as usePromptsFilterGroups,is as usePromptsFilterHandler,Gr as useRunsFilterGroups,Hr as useRunsFilterHandler,gi as useSearch,bi as useSearchCount,Is as useSmartFileUploadProcessing,na as useStartWorkflowCallback,hl as useUserPermissions,_s as useWatchDocumentSearchFacets,js as useWatchDocumentSearchResult,vi as useWatchSearchResult,Kr as useWorkflowExecutionsFilterGroups,Yr as useWorkflowExecutionsFilterHandler};
2
2
  //# sourceMappingURL=vertesia-ui-features.js.map