@vertesia/ui 1.2.0 → 1.3.0-dev.20260620.061059Z

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 (3736) hide show
  1. package/README.md +72 -0
  2. package/lib/core/components/Avatar.d.ts +16 -0
  3. package/lib/core/components/Avatar.d.ts.map +1 -0
  4. package/lib/core/components/Avatar.js +38 -0
  5. package/lib/core/components/Avatar.js.map +1 -0
  6. package/lib/core/components/Center.d.ts +8 -0
  7. package/lib/core/components/Center.d.ts.map +1 -0
  8. package/lib/core/components/Center.js +6 -0
  9. package/lib/core/components/Center.js.map +1 -0
  10. package/lib/core/components/ComboBox.d.ts +134 -0
  11. package/lib/core/components/ComboBox.d.ts.map +1 -0
  12. package/lib/core/components/ComboBox.js +385 -0
  13. package/lib/core/components/ComboBox.js.map +1 -0
  14. package/lib/core/components/Divider.d.ts +6 -0
  15. package/lib/core/components/Divider.d.ts.map +1 -0
  16. package/lib/core/components/Divider.js +6 -0
  17. package/lib/core/components/Divider.js.map +1 -0
  18. package/lib/core/components/EmptyCollection.d.ts +9 -0
  19. package/lib/core/components/EmptyCollection.d.ts.map +1 -0
  20. package/lib/core/components/EmptyCollection.js +7 -0
  21. package/lib/core/components/EmptyCollection.js.map +1 -0
  22. package/lib/core/components/FileUpload.d.ts +29 -0
  23. package/lib/core/components/FileUpload.d.ts.map +1 -0
  24. package/lib/core/components/FileUpload.js +131 -0
  25. package/lib/core/components/FileUpload.js.map +1 -0
  26. package/lib/core/components/FormItem.d.ts +30 -0
  27. package/lib/core/components/FormItem.d.ts.map +1 -0
  28. package/lib/core/components/FormItem.js +64 -0
  29. package/lib/core/components/FormItem.js.map +1 -0
  30. package/lib/core/components/InputList.d.ts +14 -0
  31. package/lib/core/components/InputList.d.ts.map +1 -0
  32. package/lib/core/components/InputList.js +75 -0
  33. package/lib/core/components/InputList.js.map +1 -0
  34. package/lib/core/components/Link.d.ts +7 -0
  35. package/lib/core/components/Link.d.ts.map +1 -0
  36. package/lib/core/components/Link.js +13 -0
  37. package/lib/core/components/Link.js.map +1 -0
  38. package/lib/core/components/MenuList.d.ts +14 -0
  39. package/lib/core/components/MenuList.d.ts.map +1 -0
  40. package/lib/core/components/MenuList.js +20 -0
  41. package/lib/core/components/MenuList.js.map +1 -0
  42. package/lib/core/components/NumberInput.d.ts +16 -0
  43. package/lib/core/components/NumberInput.d.ts.map +1 -0
  44. package/lib/core/components/NumberInput.js +48 -0
  45. package/lib/core/components/NumberInput.js.map +1 -0
  46. package/lib/core/components/Overlay.d.ts +25 -0
  47. package/lib/core/components/Overlay.d.ts.map +1 -0
  48. package/lib/core/components/Overlay.js +67 -0
  49. package/lib/core/components/Overlay.js.map +1 -0
  50. package/lib/core/components/Portal.d.ts +6 -0
  51. package/lib/core/components/Portal.d.ts.map +1 -0
  52. package/lib/core/components/Portal.js +29 -0
  53. package/lib/core/components/Portal.js.map +1 -0
  54. package/lib/core/components/SelectList.d.ts +19 -0
  55. package/lib/core/components/SelectList.d.ts.map +1 -0
  56. package/lib/core/components/SelectList.js +54 -0
  57. package/lib/core/components/SelectList.js.map +1 -0
  58. package/lib/core/components/SidePanel.d.ts +16 -0
  59. package/lib/core/components/SidePanel.d.ts.map +1 -0
  60. package/lib/core/components/SidePanel.js +48 -0
  61. package/lib/core/components/SidePanel.js.map +1 -0
  62. package/lib/core/components/Spinner.d.ts +7 -0
  63. package/lib/core/components/Spinner.d.ts.map +1 -0
  64. package/lib/core/components/Spinner.js +25 -0
  65. package/lib/core/components/Spinner.js.map +1 -0
  66. package/lib/core/components/TagsInput.d.ts +16 -0
  67. package/lib/core/components/TagsInput.d.ts.map +1 -0
  68. package/lib/core/components/TagsInput.js +199 -0
  69. package/lib/core/components/TagsInput.js.map +1 -0
  70. package/lib/core/components/index.d.ts +27 -0
  71. package/lib/core/components/index.d.ts.map +1 -0
  72. package/lib/core/components/index.js +23 -0
  73. package/lib/core/components/index.js.map +1 -0
  74. package/lib/core/components/libs/utils.d.ts +3 -0
  75. package/lib/core/components/libs/utils.d.ts.map +1 -0
  76. package/lib/core/components/libs/utils.js +6 -0
  77. package/lib/core/components/libs/utils.js.map +1 -0
  78. package/lib/core/components/libs/visuallyHidden.d.ts +7 -0
  79. package/lib/core/components/libs/visuallyHidden.d.ts.map +1 -0
  80. package/lib/core/components/libs/visuallyHidden.js +16 -0
  81. package/lib/core/components/libs/visuallyHidden.js.map +1 -0
  82. package/lib/core/components/popup/Popup.d.ts +26 -0
  83. package/lib/core/components/popup/Popup.d.ts.map +1 -0
  84. package/lib/core/components/popup/Popup.js +70 -0
  85. package/lib/core/components/popup/Popup.js.map +1 -0
  86. package/lib/core/components/popup/PopupController.d.ts +41 -0
  87. package/lib/core/components/popup/PopupController.d.ts.map +1 -0
  88. package/lib/core/components/popup/PopupController.js +153 -0
  89. package/lib/core/components/popup/PopupController.js.map +1 -0
  90. package/lib/core/components/popup/index.d.ts +4 -0
  91. package/lib/core/components/popup/index.d.ts.map +1 -0
  92. package/lib/core/components/popup/index.js +4 -0
  93. package/lib/core/components/popup/index.js.map +1 -0
  94. package/lib/core/components/popup/position.d.ts.map +1 -0
  95. package/lib/core/components/popup/position.js +240 -0
  96. package/lib/core/components/popup/position.js.map +1 -0
  97. package/lib/core/components/popup/utils.d.ts.map +1 -0
  98. package/lib/core/components/popup/utils.js +75 -0
  99. package/lib/core/components/popup/utils.js.map +1 -0
  100. package/lib/core/components/shadcn/LanguageSwitcher.d.ts +8 -0
  101. package/lib/core/components/shadcn/LanguageSwitcher.d.ts.map +1 -0
  102. package/lib/core/components/shadcn/LanguageSwitcher.js +36 -0
  103. package/lib/core/components/shadcn/LanguageSwitcher.js.map +1 -0
  104. package/lib/core/components/shadcn/MessageBox.d.ts +38 -0
  105. package/lib/core/components/shadcn/MessageBox.d.ts.map +1 -0
  106. package/lib/core/components/shadcn/MessageBox.js +67 -0
  107. package/lib/core/components/shadcn/MessageBox.js.map +1 -0
  108. package/lib/core/components/shadcn/Panel.d.ts +17 -0
  109. package/lib/core/components/shadcn/Panel.d.ts.map +1 -0
  110. package/lib/core/components/shadcn/Panel.js +21 -0
  111. package/lib/core/components/shadcn/Panel.js.map +1 -0
  112. package/lib/core/components/shadcn/badge.d.ts +21 -0
  113. package/lib/core/components/shadcn/badge.d.ts.map +1 -0
  114. package/lib/core/components/shadcn/badge.js +64 -0
  115. package/lib/core/components/shadcn/badge.js.map +1 -0
  116. package/lib/core/components/shadcn/breadcrumb.d.ts +15 -0
  117. package/lib/core/components/shadcn/breadcrumb.d.ts.map +1 -0
  118. package/lib/core/components/shadcn/breadcrumb.js +52 -0
  119. package/lib/core/components/shadcn/breadcrumb.js.map +1 -0
  120. package/lib/core/components/shadcn/button.d.ts +38 -0
  121. package/lib/core/components/shadcn/button.d.ts.map +1 -0
  122. package/lib/core/components/shadcn/button.js +106 -0
  123. package/lib/core/components/shadcn/button.js.map +1 -0
  124. package/lib/core/components/shadcn/calendar.d.ts +11 -0
  125. package/lib/core/components/shadcn/calendar.d.ts.map +1 -0
  126. package/lib/core/components/shadcn/calendar.js +13 -0
  127. package/lib/core/components/shadcn/calendar.js.map +1 -0
  128. package/lib/core/components/shadcn/card.d.ts +9 -0
  129. package/lib/core/components/shadcn/card.d.ts.map +1 -0
  130. package/lib/core/components/shadcn/card.js +17 -0
  131. package/lib/core/components/shadcn/card.js.map +1 -0
  132. package/lib/core/components/shadcn/checkbox.d.ts +5 -0
  133. package/lib/core/components/shadcn/checkbox.d.ts.map +1 -0
  134. package/lib/core/components/shadcn/checkbox.js +9 -0
  135. package/lib/core/components/shadcn/checkbox.js.map +1 -0
  136. package/lib/core/components/shadcn/collaspible.d.ts +6 -0
  137. package/lib/core/components/shadcn/collaspible.d.ts.map +1 -0
  138. package/lib/core/components/shadcn/collaspible.js +13 -0
  139. package/lib/core/components/shadcn/collaspible.js.map +1 -0
  140. package/lib/core/components/shadcn/command.d.ts +17 -0
  141. package/lib/core/components/shadcn/command.d.ts.map +1 -0
  142. package/lib/core/components/shadcn/command.js +29 -0
  143. package/lib/core/components/shadcn/command.js.map +1 -0
  144. package/lib/core/components/shadcn/dropdown.d.ts +52 -0
  145. package/lib/core/components/shadcn/dropdown.d.ts.map +1 -0
  146. package/lib/core/components/shadcn/dropdown.js +92 -0
  147. package/lib/core/components/shadcn/dropdown.js.map +1 -0
  148. package/lib/core/components/shadcn/filters/DynamicLabel.d.ts +9 -0
  149. package/lib/core/components/shadcn/filters/DynamicLabel.d.ts.map +1 -0
  150. package/lib/core/components/shadcn/filters/DynamicLabel.js +38 -0
  151. package/lib/core/components/shadcn/filters/DynamicLabel.js.map +1 -0
  152. package/lib/core/components/shadcn/filters/animateChangeInHeight.d.ts.map +1 -0
  153. package/lib/core/components/shadcn/filters/animateChangeInHeight.js +23 -0
  154. package/lib/core/components/shadcn/filters/animateChangeInHeight.js.map +1 -0
  155. package/lib/core/components/shadcn/filters/comboBox/DateCombobox.d.ts +6 -0
  156. package/lib/core/components/shadcn/filters/comboBox/DateCombobox.d.ts.map +1 -0
  157. package/lib/core/components/shadcn/filters/comboBox/DateCombobox.js +130 -0
  158. package/lib/core/components/shadcn/filters/comboBox/DateCombobox.js.map +1 -0
  159. package/lib/core/components/shadcn/filters/comboBox/SelectCombobox.d.ts +10 -0
  160. package/lib/core/components/shadcn/filters/comboBox/SelectCombobox.d.ts.map +1 -0
  161. package/lib/core/components/shadcn/filters/comboBox/SelectCombobox.js +53 -0
  162. package/lib/core/components/shadcn/filters/comboBox/SelectCombobox.js.map +1 -0
  163. package/lib/core/components/shadcn/filters/comboBox/StringListCombobox.d.ts +6 -0
  164. package/lib/core/components/shadcn/filters/comboBox/StringListCombobox.d.ts.map +1 -0
  165. package/lib/core/components/shadcn/filters/comboBox/StringListCombobox.js +27 -0
  166. package/lib/core/components/shadcn/filters/comboBox/StringListCombobox.js.map +1 -0
  167. package/lib/core/components/shadcn/filters/comboBox/TextCombobox.d.ts +6 -0
  168. package/lib/core/components/shadcn/filters/comboBox/TextCombobox.d.ts.map +1 -0
  169. package/lib/core/components/shadcn/filters/comboBox/TextCombobox.js +28 -0
  170. package/lib/core/components/shadcn/filters/comboBox/TextCombobox.js.map +1 -0
  171. package/lib/core/components/shadcn/filters/comboBox/comboBox.d.ts +5 -0
  172. package/lib/core/components/shadcn/filters/comboBox/comboBox.d.ts.map +1 -0
  173. package/lib/core/components/shadcn/filters/comboBox/comboBox.js +5 -0
  174. package/lib/core/components/shadcn/filters/comboBox/comboBox.js.map +1 -0
  175. package/lib/core/components/shadcn/filters/filter/SelectFilter.d.ts +12 -0
  176. package/lib/core/components/shadcn/filters/filter/SelectFilter.d.ts.map +1 -0
  177. package/lib/core/components/shadcn/filters/filter/SelectFilter.js +102 -0
  178. package/lib/core/components/shadcn/filters/filter/SelectFilter.js.map +1 -0
  179. package/lib/core/components/shadcn/filters/filter/StringListFilter.d.ts +11 -0
  180. package/lib/core/components/shadcn/filters/filter/StringListFilter.d.ts.map +1 -0
  181. package/lib/core/components/shadcn/filters/filter/StringListFilter.js +24 -0
  182. package/lib/core/components/shadcn/filters/filter/StringListFilter.js.map +1 -0
  183. package/lib/core/components/shadcn/filters/filter/TextFilter.d.ts +13 -0
  184. package/lib/core/components/shadcn/filters/filter/TextFilter.d.ts.map +1 -0
  185. package/lib/core/components/shadcn/filters/filter/TextFilter.js +21 -0
  186. package/lib/core/components/shadcn/filters/filter/TextFilter.js.map +1 -0
  187. package/lib/core/components/shadcn/filters/filter/dateFilter.d.ts +14 -0
  188. package/lib/core/components/shadcn/filters/filter/dateFilter.d.ts.map +1 -0
  189. package/lib/core/components/shadcn/filters/filter/dateFilter.js +163 -0
  190. package/lib/core/components/shadcn/filters/filter/dateFilter.js.map +1 -0
  191. package/lib/core/components/shadcn/filters/filter-styles.d.ts.map +1 -0
  192. package/lib/core/components/shadcn/filters/filter-styles.js.map +1 -0
  193. package/lib/core/components/shadcn/filters/filterBar.d.ts +21 -0
  194. package/lib/core/components/shadcn/filters/filterBar.d.ts.map +1 -0
  195. package/lib/core/components/shadcn/filters/filterBar.js +259 -0
  196. package/lib/core/components/shadcn/filters/filterBar.js.map +1 -0
  197. package/lib/core/components/shadcn/filters/filters.d.ts +10 -0
  198. package/lib/core/components/shadcn/filters/filters.d.ts.map +1 -0
  199. package/lib/core/components/shadcn/filters/filters.js +63 -0
  200. package/lib/core/components/shadcn/filters/filters.js.map +1 -0
  201. package/lib/core/components/shadcn/filters/index.d.ts.map +1 -0
  202. package/lib/core/components/shadcn/filters/index.js.map +1 -0
  203. package/lib/core/components/shadcn/filters/types.d.ts +35 -0
  204. package/lib/core/components/shadcn/filters/types.d.ts.map +1 -0
  205. package/lib/core/components/shadcn/filters/types.js.map +1 -0
  206. package/lib/core/components/shadcn/heading.d.ts +6 -0
  207. package/lib/core/components/shadcn/heading.d.ts.map +1 -0
  208. package/lib/core/components/shadcn/heading.js +17 -0
  209. package/lib/core/components/shadcn/heading.js.map +1 -0
  210. package/lib/core/components/shadcn/index.d.ts +31 -0
  211. package/lib/core/components/shadcn/index.d.ts.map +1 -0
  212. package/lib/core/components/shadcn/index.js +31 -0
  213. package/lib/core/components/shadcn/index.js.map +1 -0
  214. package/lib/core/components/shadcn/input.d.ts +23 -0
  215. package/lib/core/components/shadcn/input.d.ts.map +1 -0
  216. package/lib/core/components/shadcn/input.js +43 -0
  217. package/lib/core/components/shadcn/input.js.map +1 -0
  218. package/lib/core/components/shadcn/label.d.ts +10 -0
  219. package/lib/core/components/shadcn/label.d.ts.map +1 -0
  220. package/lib/core/components/shadcn/label.js +10 -0
  221. package/lib/core/components/shadcn/label.js.map +1 -0
  222. package/lib/core/components/shadcn/modal/ConfirmModal.d.ts +12 -0
  223. package/lib/core/components/shadcn/modal/ConfirmModal.d.ts.map +1 -0
  224. package/lib/core/components/shadcn/modal/ConfirmModal.js +12 -0
  225. package/lib/core/components/shadcn/modal/ConfirmModal.js.map +1 -0
  226. package/lib/core/components/shadcn/modal/DeleteModal.d.ts +11 -0
  227. package/lib/core/components/shadcn/modal/DeleteModal.d.ts.map +1 -0
  228. package/lib/core/components/shadcn/modal/DeleteModal.js +34 -0
  229. package/lib/core/components/shadcn/modal/DeleteModal.js.map +1 -0
  230. package/lib/core/components/shadcn/modal/dialog.d.ts +41 -0
  231. package/lib/core/components/shadcn/modal/dialog.d.ts.map +1 -0
  232. package/lib/core/components/shadcn/modal/dialog.js +82 -0
  233. package/lib/core/components/shadcn/modal/dialog.js.map +1 -0
  234. package/lib/core/components/shadcn/modal/index.d.ts +4 -0
  235. package/lib/core/components/shadcn/modal/index.d.ts.map +1 -0
  236. package/lib/core/components/shadcn/modal/index.js +4 -0
  237. package/lib/core/components/shadcn/modal/index.js.map +1 -0
  238. package/lib/core/components/shadcn/popover.d.ts +32 -0
  239. package/lib/core/components/shadcn/popover.d.ts.map +1 -0
  240. package/lib/core/components/shadcn/popover.js +56 -0
  241. package/lib/core/components/shadcn/popover.js.map +1 -0
  242. package/lib/core/components/shadcn/radioGroup.d.ts +24 -0
  243. package/lib/core/components/shadcn/radioGroup.d.ts.map +1 -0
  244. package/lib/core/components/shadcn/radioGroup.js +30 -0
  245. package/lib/core/components/shadcn/radioGroup.js.map +1 -0
  246. package/lib/core/components/shadcn/resizeable.d.ts +13 -0
  247. package/lib/core/components/shadcn/resizeable.d.ts.map +1 -0
  248. package/lib/core/components/shadcn/resizeable.js +18 -0
  249. package/lib/core/components/shadcn/resizeable.js.map +1 -0
  250. package/lib/core/components/shadcn/selectBox.d.ts +51 -0
  251. package/lib/core/components/shadcn/selectBox.d.ts.map +1 -0
  252. package/lib/core/components/shadcn/selectBox.js +182 -0
  253. package/lib/core/components/shadcn/selectBox.js.map +1 -0
  254. package/lib/core/components/shadcn/separator.d.ts +6 -0
  255. package/lib/core/components/shadcn/separator.d.ts.map +1 -0
  256. package/lib/core/components/shadcn/separator.js +8 -0
  257. package/lib/core/components/shadcn/separator.js.map +1 -0
  258. package/lib/core/components/shadcn/slider.d.ts +10 -0
  259. package/lib/core/components/shadcn/slider.d.ts.map +1 -0
  260. package/lib/core/components/shadcn/slider.js +13 -0
  261. package/lib/core/components/shadcn/slider.js.map +1 -0
  262. package/lib/core/components/shadcn/switch.d.ts +13 -0
  263. package/lib/core/components/shadcn/switch.d.ts.map +1 -0
  264. package/lib/core/components/shadcn/switch.js +20 -0
  265. package/lib/core/components/shadcn/switch.js.map +1 -0
  266. package/lib/core/components/shadcn/tabs.d.ts +49 -0
  267. package/lib/core/components/shadcn/tabs.d.ts.map +1 -0
  268. package/lib/core/components/shadcn/tabs.js +140 -0
  269. package/lib/core/components/shadcn/tabs.js.map +1 -0
  270. package/lib/core/components/shadcn/text.d.ts +11 -0
  271. package/lib/core/components/shadcn/text.d.ts.map +1 -0
  272. package/lib/core/components/shadcn/text.js +30 -0
  273. package/lib/core/components/shadcn/text.js.map +1 -0
  274. package/lib/core/components/shadcn/textarea.d.ts +8 -0
  275. package/lib/core/components/shadcn/textarea.d.ts.map +1 -0
  276. package/lib/core/components/shadcn/textarea.js +35 -0
  277. package/lib/core/components/shadcn/textarea.js.map +1 -0
  278. package/lib/core/components/shadcn/theme/ThemeProvider.d.ts +15 -0
  279. package/lib/core/components/shadcn/theme/ThemeProvider.d.ts.map +1 -0
  280. package/lib/core/components/shadcn/theme/ThemeProvider.js +36 -0
  281. package/lib/core/components/shadcn/theme/ThemeProvider.js.map +1 -0
  282. package/lib/core/components/shadcn/theme/ThemeSwitcher.d.ts +16 -0
  283. package/lib/core/components/shadcn/theme/ThemeSwitcher.d.ts.map +1 -0
  284. package/lib/core/components/shadcn/theme/ThemeSwitcher.js +15 -0
  285. package/lib/core/components/shadcn/theme/ThemeSwitcher.js.map +1 -0
  286. package/lib/core/components/shadcn/tooltip.d.ts +21 -0
  287. package/lib/core/components/shadcn/tooltip.d.ts.map +1 -0
  288. package/lib/core/components/shadcn/tooltip.js +38 -0
  289. package/lib/core/components/shadcn/tooltip.js.map +1 -0
  290. package/lib/core/components/styles.d.ts.map +1 -0
  291. package/lib/core/components/styles.js +10 -0
  292. package/lib/core/components/styles.js.map +1 -0
  293. package/lib/core/components/table/index.d.ts +43 -0
  294. package/lib/core/components/table/index.d.ts.map +1 -0
  295. package/lib/core/components/table/index.js +43 -0
  296. package/lib/core/components/table/index.js.map +1 -0
  297. package/lib/core/components/toast/NotificationPanel.d.ts +8 -0
  298. package/lib/core/components/toast/NotificationPanel.d.ts.map +1 -0
  299. package/lib/core/components/toast/NotificationPanel.js +41 -0
  300. package/lib/core/components/toast/NotificationPanel.js.map +1 -0
  301. package/lib/core/components/toast/ToastContext.d.ts +6 -0
  302. package/lib/core/components/toast/ToastContext.d.ts.map +1 -0
  303. package/lib/core/components/toast/ToastContext.js +7 -0
  304. package/lib/core/components/toast/ToastContext.js.map +1 -0
  305. package/lib/core/components/toast/ToastProps.d.ts.map +1 -0
  306. package/lib/core/components/toast/ToastProps.js.map +1 -0
  307. package/lib/core/components/toast/ToastProvider.d.ts +6 -0
  308. package/lib/core/components/toast/ToastProvider.d.ts.map +1 -0
  309. package/lib/core/components/toast/ToastProvider.js +19 -0
  310. package/lib/core/components/toast/ToastProvider.js.map +1 -0
  311. package/lib/core/components/toast/index.d.ts +3 -0
  312. package/lib/core/components/toast/index.d.ts.map +1 -0
  313. package/lib/core/components/toast/index.js +3 -0
  314. package/lib/core/components/toast/index.js.map +1 -0
  315. package/lib/core/hooks/CompositeState.d.ts +137 -0
  316. package/lib/core/hooks/CompositeState.d.ts.map +1 -0
  317. package/lib/core/hooks/CompositeState.js +256 -0
  318. package/lib/core/hooks/CompositeState.js.map +1 -0
  319. package/lib/core/hooks/PortalContainerProvider.d.ts +8 -0
  320. package/lib/core/hooks/PortalContainerProvider.d.ts.map +1 -0
  321. package/lib/core/hooks/PortalContainerProvider.js +50 -0
  322. package/lib/core/hooks/PortalContainerProvider.js.map +1 -0
  323. package/lib/core/hooks/SharedState.d.ts +10 -0
  324. package/lib/core/hooks/SharedState.d.ts.map +1 -0
  325. package/lib/core/hooks/SharedState.js +64 -0
  326. package/lib/core/hooks/SharedState.js.map +1 -0
  327. package/lib/core/hooks/index.d.ts +16 -0
  328. package/lib/core/hooks/index.d.ts.map +1 -0
  329. package/lib/core/hooks/index.js +16 -0
  330. package/lib/core/hooks/index.js.map +1 -0
  331. package/lib/core/hooks/useClickOutside.d.ts.map +1 -0
  332. package/lib/core/hooks/useClickOutside.js +30 -0
  333. package/lib/core/hooks/useClickOutside.js.map +1 -0
  334. package/lib/core/hooks/useCopyToClipboard.d.ts.map +1 -0
  335. package/lib/core/hooks/useCopyToClipboard.js.map +1 -0
  336. package/lib/core/hooks/useDarkMode.d.ts.map +1 -0
  337. package/lib/core/hooks/useDarkMode.js +11 -0
  338. package/lib/core/hooks/useDarkMode.js.map +1 -0
  339. package/lib/core/hooks/useDebounce.d.ts.map +1 -0
  340. package/lib/core/hooks/useDebounce.js +14 -0
  341. package/lib/core/hooks/useDebounce.js.map +1 -0
  342. package/lib/core/hooks/useEventSource.d.ts +11 -0
  343. package/lib/core/hooks/useEventSource.d.ts.map +1 -0
  344. package/lib/core/hooks/useEventSource.js +56 -0
  345. package/lib/core/hooks/useEventSource.js.map +1 -0
  346. package/lib/core/hooks/useFetch.d.ts +24 -0
  347. package/lib/core/hooks/useFetch.d.ts.map +1 -0
  348. package/lib/core/hooks/useFetch.js +54 -0
  349. package/lib/core/hooks/useFetch.js.map +1 -0
  350. package/lib/core/hooks/useFlag.d.ts.map +1 -0
  351. package/lib/core/hooks/useFlag.js +13 -0
  352. package/lib/core/hooks/useFlag.js.map +1 -0
  353. package/lib/core/hooks/useIntersectionObserver.d.ts +14 -0
  354. package/lib/core/hooks/useIntersectionObserver.d.ts.map +1 -0
  355. package/lib/core/hooks/useIntersectionObserver.js +40 -0
  356. package/lib/core/hooks/useIntersectionObserver.js.map +1 -0
  357. package/lib/core/hooks/useIsFistRendering.d.ts.map +1 -0
  358. package/lib/core/hooks/useIsFistRendering.js +16 -0
  359. package/lib/core/hooks/useIsFistRendering.js.map +1 -0
  360. package/lib/core/hooks/useSafeLayoutEffect.d.ts +4 -0
  361. package/lib/core/hooks/useSafeLayoutEffect.d.ts.map +1 -0
  362. package/lib/core/hooks/useSafeLayoutEffect.js +4 -0
  363. package/lib/core/hooks/useSafeLayoutEffect.js.map +1 -0
  364. package/lib/core/hooks/useScrollableSearch.d.ts +82 -0
  365. package/lib/core/hooks/useScrollableSearch.d.ts.map +1 -0
  366. package/lib/core/hooks/useScrollableSearch.js +95 -0
  367. package/lib/core/hooks/useScrollableSearch.js.map +1 -0
  368. package/lib/core/hooks/useSharedValue.d.ts +12 -0
  369. package/lib/core/hooks/useSharedValue.d.ts.map +1 -0
  370. package/lib/core/hooks/useSharedValue.js +21 -0
  371. package/lib/core/hooks/useSharedValue.js.map +1 -0
  372. package/lib/core/index.d.ts +4 -0
  373. package/lib/core/index.d.ts.map +1 -0
  374. package/lib/core/index.js +4 -0
  375. package/lib/core/index.js.map +1 -0
  376. package/lib/core/utils/a11y.d.ts +16 -0
  377. package/lib/core/utils/a11y.d.ts.map +1 -0
  378. package/lib/core/utils/a11y.js +22 -0
  379. package/lib/core/utils/a11y.js.map +1 -0
  380. package/lib/core/utils/cn.d.ts +3 -0
  381. package/lib/core/utils/cn.d.ts.map +1 -0
  382. package/lib/core/utils/cn.js +6 -0
  383. package/lib/core/utils/cn.js.map +1 -0
  384. package/lib/core/utils/errorMessage.d.ts +2 -0
  385. package/lib/core/utils/errorMessage.d.ts.map +1 -0
  386. package/lib/core/utils/errorMessage.js +16 -0
  387. package/lib/core/utils/errorMessage.js.map +1 -0
  388. package/lib/core/utils/index.d.ts +5 -0
  389. package/lib/core/utils/index.d.ts.map +1 -0
  390. package/lib/core/utils/index.js +5 -0
  391. package/lib/core/utils/index.js.map +1 -0
  392. package/lib/core/utils/textarea.d.ts +7 -0
  393. package/lib/core/utils/textarea.d.ts.map +1 -0
  394. package/lib/core/utils/textarea.js +16 -0
  395. package/lib/core/utils/textarea.js.map +1 -0
  396. package/lib/env/index.d.ts +106 -0
  397. package/lib/env/index.d.ts.map +1 -0
  398. package/lib/env/index.js +91 -0
  399. package/lib/env/index.js.map +1 -0
  400. package/lib/features/activity-doc/ActivityDoc.d.ts +14 -0
  401. package/lib/features/activity-doc/ActivityDoc.d.ts.map +1 -0
  402. package/lib/features/activity-doc/ActivityDoc.js +68 -0
  403. package/lib/features/activity-doc/ActivityDoc.js.map +1 -0
  404. package/lib/features/activity-doc/index.d.ts +2 -0
  405. package/lib/features/activity-doc/index.d.ts.map +1 -0
  406. package/lib/features/activity-doc/index.js +2 -0
  407. package/lib/features/activity-doc/index.js.map +1 -0
  408. package/lib/features/agent/PayloadBuilder.d.ts +119 -0
  409. package/lib/features/agent/PayloadBuilder.d.ts.map +1 -0
  410. package/lib/features/agent/PayloadBuilder.js +457 -0
  411. package/lib/features/agent/PayloadBuilder.js.map +1 -0
  412. package/lib/features/agent/chat/AgentChart.d.ts +34 -0
  413. package/lib/features/agent/chat/AgentChart.d.ts.map +1 -0
  414. package/lib/features/agent/chat/AgentChart.js +26 -0
  415. package/lib/features/agent/chat/AgentChart.js.map +1 -0
  416. package/lib/features/agent/chat/AgentChatFixtureReplay.d.ts +35 -0
  417. package/lib/features/agent/chat/AgentChatFixtureReplay.d.ts.map +1 -0
  418. package/lib/features/agent/chat/AgentChatFixtureReplay.js +125 -0
  419. package/lib/features/agent/chat/AgentChatFixtureReplay.js.map +1 -0
  420. package/lib/features/agent/chat/AgentChatPlaybackControls.d.ts +10 -0
  421. package/lib/features/agent/chat/AgentChatPlaybackControls.d.ts.map +1 -0
  422. package/lib/features/agent/chat/AgentChatPlaybackControls.js +87 -0
  423. package/lib/features/agent/chat/AgentChatPlaybackControls.js.map +1 -0
  424. package/lib/features/agent/chat/AgentRequestInputOverlay.d.ts +10 -0
  425. package/lib/features/agent/chat/AgentRequestInputOverlay.d.ts.map +1 -0
  426. package/lib/features/agent/chat/AgentRequestInputOverlay.js +18 -0
  427. package/lib/features/agent/chat/AgentRequestInputOverlay.js.map +1 -0
  428. package/lib/features/agent/chat/AgentRightPanel.d.ts +45 -0
  429. package/lib/features/agent/chat/AgentRightPanel.d.ts.map +1 -0
  430. package/lib/features/agent/chat/AgentRightPanel.js +224 -0
  431. package/lib/features/agent/chat/AgentRightPanel.js.map +1 -0
  432. package/lib/features/agent/chat/AnimatedThinkingDots.d.ts +38 -0
  433. package/lib/features/agent/chat/AnimatedThinkingDots.d.ts.map +1 -0
  434. package/lib/features/agent/chat/AnimatedThinkingDots.js +242 -0
  435. package/lib/features/agent/chat/AnimatedThinkingDots.js.map +1 -0
  436. package/lib/features/agent/chat/ArtifactsTab.d.ts +9 -0
  437. package/lib/features/agent/chat/ArtifactsTab.d.ts.map +1 -0
  438. package/lib/features/agent/chat/ArtifactsTab.js +159 -0
  439. package/lib/features/agent/chat/ArtifactsTab.js.map +1 -0
  440. package/lib/features/agent/chat/AskUserWidget.d.ts +88 -0
  441. package/lib/features/agent/chat/AskUserWidget.d.ts.map +1 -0
  442. package/lib/features/agent/chat/AskUserWidget.js +133 -0
  443. package/lib/features/agent/chat/AskUserWidget.js.map +1 -0
  444. package/lib/features/agent/chat/BrowserUseWidget.d.ts +24 -0
  445. package/lib/features/agent/chat/BrowserUseWidget.d.ts.map +1 -0
  446. package/lib/features/agent/chat/BrowserUseWidget.js +122 -0
  447. package/lib/features/agent/chat/BrowserUseWidget.js.map +1 -0
  448. package/lib/features/agent/chat/DocumentPanel.d.ts +16 -0
  449. package/lib/features/agent/chat/DocumentPanel.d.ts.map +1 -0
  450. package/lib/features/agent/chat/DocumentPanel.js +53 -0
  451. package/lib/features/agent/chat/DocumentPanel.js.map +1 -0
  452. package/lib/features/agent/chat/DocumentTabBar.d.ts +9 -0
  453. package/lib/features/agent/chat/DocumentTabBar.d.ts.map +1 -0
  454. package/lib/features/agent/chat/DocumentTabBar.js +9 -0
  455. package/lib/features/agent/chat/DocumentTabBar.js.map +1 -0
  456. package/lib/features/agent/chat/ImageLightbox.d.ts +18 -0
  457. package/lib/features/agent/chat/ImageLightbox.d.ts.map +1 -0
  458. package/lib/features/agent/chat/ImageLightbox.js +37 -0
  459. package/lib/features/agent/chat/ImageLightbox.js.map +1 -0
  460. package/lib/features/agent/chat/JumpingDots.d.ts +7 -0
  461. package/lib/features/agent/chat/JumpingDots.d.ts.map +1 -0
  462. package/lib/features/agent/chat/JumpingDots.js +6 -0
  463. package/lib/features/agent/chat/JumpingDots.js.map +1 -0
  464. package/lib/features/agent/chat/ModernAgentConversation.d.ts +169 -0
  465. package/lib/features/agent/chat/ModernAgentConversation.d.ts.map +1 -0
  466. package/lib/features/agent/chat/ModernAgentConversation.js +1476 -0
  467. package/lib/features/agent/chat/ModernAgentConversation.js.map +1 -0
  468. package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.d.ts +8 -0
  469. package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.d.ts.map +1 -0
  470. package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.js +19 -0
  471. package/lib/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.js.map +1 -0
  472. package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts +92 -0
  473. package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +1 -0
  474. package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +1788 -0
  475. package/lib/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +1 -0
  476. package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.d.ts +38 -0
  477. package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.d.ts.map +1 -0
  478. package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.js +202 -0
  479. package/lib/features/agent/chat/ModernAgentOutput/AttachmentPreview.js.map +1 -0
  480. package/lib/features/agent/chat/ModernAgentOutput/BatchProgressPanel.d.ts +26 -0
  481. package/lib/features/agent/chat/ModernAgentOutput/BatchProgressPanel.d.ts.map +1 -0
  482. package/lib/features/agent/chat/ModernAgentOutput/BatchProgressPanel.js +88 -0
  483. package/lib/features/agent/chat/ModernAgentOutput/BatchProgressPanel.js.map +1 -0
  484. package/lib/features/agent/chat/ModernAgentOutput/Header.d.ts +45 -0
  485. package/lib/features/agent/chat/ModernAgentOutput/Header.d.ts.map +1 -0
  486. package/lib/features/agent/chat/ModernAgentOutput/Header.js +103 -0
  487. package/lib/features/agent/chat/ModernAgentOutput/Header.js.map +1 -0
  488. package/lib/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.d.ts +11 -0
  489. package/lib/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.d.ts.map +1 -0
  490. package/lib/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.js +30 -0
  491. package/lib/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.js.map +1 -0
  492. package/lib/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.d.ts +18 -0
  493. package/lib/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.d.ts.map +1 -0
  494. package/lib/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js +80 -0
  495. package/lib/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js.map +1 -0
  496. package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.d.ts +8 -0
  497. package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.d.ts.map +1 -0
  498. package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.js +61 -0
  499. package/lib/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.js.map +1 -0
  500. package/lib/features/agent/chat/ModernAgentOutput/MessageInput.d.ts +79 -0
  501. package/lib/features/agent/chat/ModernAgentOutput/MessageInput.d.ts.map +1 -0
  502. package/lib/features/agent/chat/ModernAgentOutput/MessageInput.js +275 -0
  503. package/lib/features/agent/chat/ModernAgentOutput/MessageInput.js.map +1 -0
  504. package/lib/features/agent/chat/ModernAgentOutput/MessageItem.d.ts +60 -0
  505. package/lib/features/agent/chat/ModernAgentOutput/MessageItem.d.ts.map +1 -0
  506. package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js +384 -0
  507. package/lib/features/agent/chat/ModernAgentOutput/MessageItem.js.map +1 -0
  508. package/lib/features/agent/chat/ModernAgentOutput/MessagesContainer.d.ts +15 -0
  509. package/lib/features/agent/chat/ModernAgentOutput/MessagesContainer.d.ts.map +1 -0
  510. package/lib/features/agent/chat/ModernAgentOutput/MessagesContainer.js +21 -0
  511. package/lib/features/agent/chat/ModernAgentOutput/MessagesContainer.js.map +1 -0
  512. package/lib/features/agent/chat/ModernAgentOutput/PlanPanel.d.ts +9 -0
  513. package/lib/features/agent/chat/ModernAgentOutput/PlanPanel.d.ts.map +1 -0
  514. package/lib/features/agent/chat/ModernAgentOutput/PlanPanel.js +66 -0
  515. package/lib/features/agent/chat/ModernAgentOutput/PlanPanel.js.map +1 -0
  516. package/lib/features/agent/chat/ModernAgentOutput/SlideInPanel.d.ts +11 -0
  517. package/lib/features/agent/chat/ModernAgentOutput/SlideInPanel.d.ts.map +1 -0
  518. package/lib/features/agent/chat/ModernAgentOutput/SlideInPanel.js +24 -0
  519. package/lib/features/agent/chat/ModernAgentOutput/SlideInPanel.js.map +1 -0
  520. package/lib/features/agent/chat/ModernAgentOutput/SlidingMessages.d.ts +9 -0
  521. package/lib/features/agent/chat/ModernAgentOutput/SlidingMessages.d.ts.map +1 -0
  522. package/lib/features/agent/chat/ModernAgentOutput/SlidingMessages.js +52 -0
  523. package/lib/features/agent/chat/ModernAgentOutput/SlidingMessages.js.map +1 -0
  524. package/lib/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.d.ts +10 -0
  525. package/lib/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.d.ts.map +1 -0
  526. package/lib/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.js +85 -0
  527. package/lib/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.js.map +1 -0
  528. package/lib/features/agent/chat/ModernAgentOutput/StackedMessages.d.ts +9 -0
  529. package/lib/features/agent/chat/ModernAgentOutput/StackedMessages.d.ts.map +1 -0
  530. package/lib/features/agent/chat/ModernAgentOutput/StackedMessages.js +13 -0
  531. package/lib/features/agent/chat/ModernAgentOutput/StackedMessages.js.map +1 -0
  532. package/lib/features/agent/chat/ModernAgentOutput/StreamingMessage.d.ts +38 -0
  533. package/lib/features/agent/chat/ModernAgentOutput/StreamingMessage.d.ts.map +1 -0
  534. package/lib/features/agent/chat/ModernAgentOutput/StreamingMessage.js +203 -0
  535. package/lib/features/agent/chat/ModernAgentOutput/StreamingMessage.js.map +1 -0
  536. package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.d.ts +29 -0
  537. package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.d.ts.map +1 -0
  538. package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.js +384 -0
  539. package/lib/features/agent/chat/ModernAgentOutput/SummaryConversation.js.map +1 -0
  540. package/lib/features/agent/chat/ModernAgentOutput/ToolCallGroup.d.ts +34 -0
  541. package/lib/features/agent/chat/ModernAgentOutput/ToolCallGroup.d.ts.map +1 -0
  542. package/lib/features/agent/chat/ModernAgentOutput/ToolCallGroup.js +643 -0
  543. package/lib/features/agent/chat/ModernAgentOutput/ToolCallGroup.js.map +1 -0
  544. package/lib/features/agent/chat/ModernAgentOutput/WorkstreamTabs.d.ts +22 -0
  545. package/lib/features/agent/chat/ModernAgentOutput/WorkstreamTabs.d.ts.map +1 -0
  546. package/lib/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js +95 -0
  547. package/lib/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js.map +1 -0
  548. package/lib/features/agent/chat/ModernAgentOutput/processContentForMarkdown.d.ts +3 -0
  549. package/lib/features/agent/chat/ModernAgentOutput/processContentForMarkdown.d.ts.map +1 -0
  550. package/lib/features/agent/chat/ModernAgentOutput/processContentForMarkdown.js +123 -0
  551. package/lib/features/agent/chat/ModernAgentOutput/processContentForMarkdown.js.map +1 -0
  552. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.d.ts +13 -0
  553. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.d.ts.map +1 -0
  554. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.js +69 -0
  555. package/lib/features/agent/chat/ModernAgentOutput/requestInputMessages.js.map +1 -0
  556. package/lib/features/agent/chat/ModernAgentOutput/utils.d.ts +153 -0
  557. package/lib/features/agent/chat/ModernAgentOutput/utils.d.ts.map +1 -0
  558. package/lib/features/agent/chat/ModernAgentOutput/utils.js +724 -0
  559. package/lib/features/agent/chat/ModernAgentOutput/utils.js.map +1 -0
  560. package/lib/features/agent/chat/ProposalCodeBlockHandler.d.ts +9 -0
  561. package/lib/features/agent/chat/ProposalCodeBlockHandler.d.ts.map +1 -0
  562. package/lib/features/agent/chat/ProposalCodeBlockHandler.js +55 -0
  563. package/lib/features/agent/chat/ProposalCodeBlockHandler.js.map +1 -0
  564. package/lib/features/agent/chat/SkillWidgetProvider.d.ts +11 -0
  565. package/lib/features/agent/chat/SkillWidgetProvider.d.ts.map +1 -0
  566. package/lib/features/agent/chat/SkillWidgetProvider.js +156 -0
  567. package/lib/features/agent/chat/SkillWidgetProvider.js.map +1 -0
  568. package/lib/features/agent/chat/SlidingThinkingIndicator.d.ts +18 -0
  569. package/lib/features/agent/chat/SlidingThinkingIndicator.d.ts.map +1 -0
  570. package/lib/features/agent/chat/SlidingThinkingIndicator.js +269 -0
  571. package/lib/features/agent/chat/SlidingThinkingIndicator.js.map +1 -0
  572. package/lib/features/agent/chat/VegaLiteChart.d.ts +52 -0
  573. package/lib/features/agent/chat/VegaLiteChart.d.ts.map +1 -0
  574. package/lib/features/agent/chat/VegaLiteChart.js +813 -0
  575. package/lib/features/agent/chat/VegaLiteChart.js.map +1 -0
  576. package/lib/features/agent/chat/WaitingMessages.d.ts.map +1 -0
  577. package/lib/features/agent/chat/WaitingMessages.js +60 -0
  578. package/lib/features/agent/chat/WaitingMessages.js.map +1 -0
  579. package/lib/features/agent/chat/clipboardFiles.d.ts +15 -0
  580. package/lib/features/agent/chat/clipboardFiles.d.ts.map +1 -0
  581. package/lib/features/agent/chat/clipboardFiles.js +35 -0
  582. package/lib/features/agent/chat/clipboardFiles.js.map +1 -0
  583. package/lib/features/agent/chat/hooks/useAgentPlans.d.ts +22 -0
  584. package/lib/features/agent/chat/hooks/useAgentPlans.d.ts.map +1 -0
  585. package/lib/features/agent/chat/hooks/useAgentPlans.js +139 -0
  586. package/lib/features/agent/chat/hooks/useAgentPlans.js.map +1 -0
  587. package/lib/features/agent/chat/hooks/useAgentStream.d.ts +56 -0
  588. package/lib/features/agent/chat/hooks/useAgentStream.d.ts.map +1 -0
  589. package/lib/features/agent/chat/hooks/useAgentStream.js +470 -0
  590. package/lib/features/agent/chat/hooks/useAgentStream.js.map +1 -0
  591. package/lib/features/agent/chat/hooks/useArtifacts.d.ts +25 -0
  592. package/lib/features/agent/chat/hooks/useArtifacts.d.ts.map +1 -0
  593. package/lib/features/agent/chat/hooks/useArtifacts.js +122 -0
  594. package/lib/features/agent/chat/hooks/useArtifacts.js.map +1 -0
  595. package/lib/features/agent/chat/hooks/useDocumentPanel.d.ts +23 -0
  596. package/lib/features/agent/chat/hooks/useDocumentPanel.d.ts.map +1 -0
  597. package/lib/features/agent/chat/hooks/useDocumentPanel.js +155 -0
  598. package/lib/features/agent/chat/hooks/useDocumentPanel.js.map +1 -0
  599. package/lib/features/agent/chat/hooks/useFileProcessing.d.ts +28 -0
  600. package/lib/features/agent/chat/hooks/useFileProcessing.d.ts.map +1 -0
  601. package/lib/features/agent/chat/hooks/useFileProcessing.js +177 -0
  602. package/lib/features/agent/chat/hooks/useFileProcessing.js.map +1 -0
  603. package/lib/features/agent/chat/index.d.ts +24 -0
  604. package/lib/features/agent/chat/index.d.ts.map +1 -0
  605. package/lib/features/agent/chat/index.js +21 -0
  606. package/lib/features/agent/chat/index.js.map +1 -0
  607. package/lib/features/agent/chat/playback.d.ts +21 -0
  608. package/lib/features/agent/chat/playback.d.ts.map +1 -0
  609. package/lib/features/agent/chat/playback.js +72 -0
  610. package/lib/features/agent/chat/playback.js.map +1 -0
  611. package/lib/features/agent/chat/types/document.d.ts.map +1 -0
  612. package/lib/features/agent/chat/types/document.js.map +1 -0
  613. package/lib/features/agent/chat/useArtifactUrlCache.d.ts +34 -0
  614. package/lib/features/agent/chat/useArtifactUrlCache.d.ts.map +1 -0
  615. package/lib/features/agent/chat/useArtifactUrlCache.js +72 -0
  616. package/lib/features/agent/chat/useArtifactUrlCache.js.map +1 -0
  617. package/lib/features/agent/chat/workstreams.d.ts +31 -0
  618. package/lib/features/agent/chat/workstreams.d.ts.map +1 -0
  619. package/lib/features/agent/chat/workstreams.js +164 -0
  620. package/lib/features/agent/chat/workstreams.js.map +1 -0
  621. package/lib/features/agent/index.d.ts +3 -0
  622. package/lib/features/agent/index.d.ts.map +1 -0
  623. package/lib/features/agent/index.js +3 -0
  624. package/lib/features/agent/index.js.map +1 -0
  625. package/lib/features/document-viewer/UniversalDocumentViewer.d.ts +73 -0
  626. package/lib/features/document-viewer/UniversalDocumentViewer.d.ts.map +1 -0
  627. package/lib/features/document-viewer/UniversalDocumentViewer.js +415 -0
  628. package/lib/features/document-viewer/UniversalDocumentViewer.js.map +1 -0
  629. package/lib/features/document-viewer/index.d.ts +2 -0
  630. package/lib/features/document-viewer/index.d.ts.map +1 -0
  631. package/lib/features/document-viewer/index.js +2 -0
  632. package/lib/features/document-viewer/index.js.map +1 -0
  633. package/lib/features/errors/PanelErrorBoundary.d.ts +5 -0
  634. package/lib/features/errors/PanelErrorBoundary.d.ts.map +1 -0
  635. package/lib/features/errors/PanelErrorBoundary.js +13 -0
  636. package/lib/features/errors/PanelErrorBoundary.js.map +1 -0
  637. package/lib/features/errors/RowErrorBoundary.d.ts +8 -0
  638. package/lib/features/errors/RowErrorBoundary.d.ts.map +1 -0
  639. package/lib/features/errors/RowErrorBoundary.js +10 -0
  640. package/lib/features/errors/RowErrorBoundary.js.map +1 -0
  641. package/lib/features/errors/VertesiaErrorBoundary.d.ts +12 -0
  642. package/lib/features/errors/VertesiaErrorBoundary.d.ts.map +1 -0
  643. package/lib/features/errors/VertesiaErrorBoundary.js +16 -0
  644. package/lib/features/errors/VertesiaErrorBoundary.js.map +1 -0
  645. package/lib/features/errors/WidgetErrorBoundary.d.ts +5 -0
  646. package/lib/features/errors/WidgetErrorBoundary.d.ts.map +1 -0
  647. package/lib/features/errors/WidgetErrorBoundary.js +11 -0
  648. package/lib/features/errors/WidgetErrorBoundary.js.map +1 -0
  649. package/lib/features/errors/index.d.ts +5 -0
  650. package/lib/features/errors/index.d.ts.map +1 -0
  651. package/lib/features/errors/index.js +5 -0
  652. package/lib/features/errors/index.js.map +1 -0
  653. package/lib/features/facets/AgentRunnerFacetsNav.d.ts +19 -0
  654. package/lib/features/facets/AgentRunnerFacetsNav.d.ts.map +1 -0
  655. package/lib/features/facets/AgentRunnerFacetsNav.js +85 -0
  656. package/lib/features/facets/AgentRunnerFacetsNav.js.map +1 -0
  657. package/lib/features/facets/CollectionsFacetsNav.d.ts +15 -0
  658. package/lib/features/facets/CollectionsFacetsNav.d.ts.map +1 -0
  659. package/lib/features/facets/CollectionsFacetsNav.js +74 -0
  660. package/lib/features/facets/CollectionsFacetsNav.js.map +1 -0
  661. package/lib/features/facets/DocumentsFacetsNav.d.ts +12 -0
  662. package/lib/features/facets/DocumentsFacetsNav.d.ts.map +1 -0
  663. package/lib/features/facets/DocumentsFacetsNav.js +137 -0
  664. package/lib/features/facets/DocumentsFacetsNav.js.map +1 -0
  665. package/lib/features/facets/EnvironmentFacet.d.ts +11 -0
  666. package/lib/features/facets/EnvironmentFacet.d.ts.map +1 -0
  667. package/lib/features/facets/EnvironmentFacet.js +42 -0
  668. package/lib/features/facets/EnvironmentFacet.js.map +1 -0
  669. package/lib/features/facets/InteractionsFacetsNav.d.ts +13 -0
  670. package/lib/features/facets/InteractionsFacetsNav.d.ts.map +1 -0
  671. package/lib/features/facets/InteractionsFacetsNav.js +73 -0
  672. package/lib/features/facets/InteractionsFacetsNav.js.map +1 -0
  673. package/lib/features/facets/ProcessDefinitionsFacetsNav.d.ts +19 -0
  674. package/lib/features/facets/ProcessDefinitionsFacetsNav.d.ts.map +1 -0
  675. package/lib/features/facets/ProcessDefinitionsFacetsNav.js +21 -0
  676. package/lib/features/facets/ProcessDefinitionsFacetsNav.js.map +1 -0
  677. package/lib/features/facets/ProcessRunsFacetsNav.d.ts +22 -0
  678. package/lib/features/facets/ProcessRunsFacetsNav.d.ts.map +1 -0
  679. package/lib/features/facets/ProcessRunsFacetsNav.js +25 -0
  680. package/lib/features/facets/ProcessRunsFacetsNav.js.map +1 -0
  681. package/lib/features/facets/PromptsFacetsNav.d.ts +16 -0
  682. package/lib/features/facets/PromptsFacetsNav.d.ts.map +1 -0
  683. package/lib/features/facets/PromptsFacetsNav.js +65 -0
  684. package/lib/features/facets/PromptsFacetsNav.js.map +1 -0
  685. package/lib/features/facets/RunsFacetsNav.d.ts +24 -0
  686. package/lib/features/facets/RunsFacetsNav.d.ts.map +1 -0
  687. package/lib/features/facets/RunsFacetsNav.js +147 -0
  688. package/lib/features/facets/RunsFacetsNav.js.map +1 -0
  689. package/lib/features/facets/WorkflowDefinitionsFacetsNav.d.ts +20 -0
  690. package/lib/features/facets/WorkflowDefinitionsFacetsNav.d.ts.map +1 -0
  691. package/lib/features/facets/WorkflowDefinitionsFacetsNav.js +21 -0
  692. package/lib/features/facets/WorkflowDefinitionsFacetsNav.js.map +1 -0
  693. package/lib/features/facets/WorkflowExecutionsFacetsNav.d.ts +15 -0
  694. package/lib/features/facets/WorkflowExecutionsFacetsNav.d.ts.map +1 -0
  695. package/lib/features/facets/WorkflowExecutionsFacetsNav.js +103 -0
  696. package/lib/features/facets/WorkflowExecutionsFacetsNav.js.map +1 -0
  697. package/lib/features/facets/WorkflowRulesFacetsNav.d.ts +20 -0
  698. package/lib/features/facets/WorkflowRulesFacetsNav.d.ts.map +1 -0
  699. package/lib/features/facets/WorkflowRulesFacetsNav.js +19 -0
  700. package/lib/features/facets/WorkflowRulesFacetsNav.js.map +1 -0
  701. package/lib/features/facets/index.d.ts +21 -0
  702. package/lib/features/facets/index.d.ts.map +1 -0
  703. package/lib/features/facets/index.js +21 -0
  704. package/lib/features/facets/index.js.map +1 -0
  705. package/lib/features/facets/utils/SearchInterface.d.ts +20 -0
  706. package/lib/features/facets/utils/SearchInterface.d.ts.map +1 -0
  707. package/lib/features/facets/utils/SearchInterface.js +20 -0
  708. package/lib/features/facets/utils/SearchInterface.js.map +1 -0
  709. package/lib/features/facets/utils/StringFacet.d.ts +12 -0
  710. package/lib/features/facets/utils/StringFacet.d.ts.map +1 -0
  711. package/lib/features/facets/utils/StringFacet.js +12 -0
  712. package/lib/features/facets/utils/StringFacet.js.map +1 -0
  713. package/lib/features/facets/utils/StringListFacet.d.ts +12 -0
  714. package/lib/features/facets/utils/StringListFacet.d.ts.map +1 -0
  715. package/lib/features/facets/utils/StringListFacet.js +11 -0
  716. package/lib/features/facets/utils/StringListFacet.js.map +1 -0
  717. package/lib/features/facets/utils/TypeFacet.d.ts +17 -0
  718. package/lib/features/facets/utils/TypeFacet.d.ts.map +1 -0
  719. package/lib/features/facets/utils/TypeFacet.js +42 -0
  720. package/lib/features/facets/utils/TypeFacet.js.map +1 -0
  721. package/lib/features/facets/utils/VEnvironmentFacet.d.ts +12 -0
  722. package/lib/features/facets/utils/VEnvironmentFacet.d.ts.map +1 -0
  723. package/lib/features/facets/utils/VEnvironmentFacet.js +25 -0
  724. package/lib/features/facets/utils/VEnvironmentFacet.js.map +1 -0
  725. package/lib/features/facets/utils/VInteractionFacet.d.ts +15 -0
  726. package/lib/features/facets/utils/VInteractionFacet.d.ts.map +1 -0
  727. package/lib/features/facets/utils/VInteractionFacet.js +45 -0
  728. package/lib/features/facets/utils/VInteractionFacet.js.map +1 -0
  729. package/lib/features/facets/utils/VStringFacet.d.ts +20 -0
  730. package/lib/features/facets/utils/VStringFacet.d.ts.map +1 -0
  731. package/lib/features/facets/utils/VStringFacet.js +20 -0
  732. package/lib/features/facets/utils/VStringFacet.js.map +1 -0
  733. package/lib/features/facets/utils/VTypeFacet.d.ts +12 -0
  734. package/lib/features/facets/utils/VTypeFacet.d.ts.map +1 -0
  735. package/lib/features/facets/utils/VTypeFacet.js +61 -0
  736. package/lib/features/facets/utils/VTypeFacet.js.map +1 -0
  737. package/lib/features/facets/utils/VUserFacet.d.ts +11 -0
  738. package/lib/features/facets/utils/VUserFacet.d.ts.map +1 -0
  739. package/lib/features/facets/utils/VUserFacet.js +31 -0
  740. package/lib/features/facets/utils/VUserFacet.js.map +1 -0
  741. package/lib/features/facets/utils/utils.d.ts +4 -0
  742. package/lib/features/facets/utils/utils.d.ts.map +1 -0
  743. package/lib/features/facets/utils/utils.js.map +1 -0
  744. package/lib/features/index.d.ts +15 -0
  745. package/lib/features/index.d.ts.map +1 -0
  746. package/lib/features/index.js +15 -0
  747. package/lib/features/index.js.map +1 -0
  748. package/lib/features/layout/GenericPageNavHeader.d.ts +19 -0
  749. package/lib/features/layout/GenericPageNavHeader.d.ts.map +1 -0
  750. package/lib/features/layout/GenericPageNavHeader.js +89 -0
  751. package/lib/features/layout/GenericPageNavHeader.js.map +1 -0
  752. package/lib/features/layout/NotFoundView.d.ts +2 -0
  753. package/lib/features/layout/NotFoundView.d.ts.map +1 -0
  754. package/lib/features/layout/NotFoundView.js +7 -0
  755. package/lib/features/layout/NotFoundView.js.map +1 -0
  756. package/lib/features/layout/index.d.ts +3 -0
  757. package/lib/features/layout/index.d.ts.map +1 -0
  758. package/lib/features/layout/index.js +3 -0
  759. package/lib/features/layout/index.js.map +1 -0
  760. package/lib/features/magic-pdf/AnnotatedImageSlider.d.ts +13 -0
  761. package/lib/features/magic-pdf/AnnotatedImageSlider.d.ts.map +1 -0
  762. package/lib/features/magic-pdf/AnnotatedImageSlider.js +277 -0
  763. package/lib/features/magic-pdf/AnnotatedImageSlider.js.map +1 -0
  764. package/lib/features/magic-pdf/DownloadPopover.d.ts +7 -0
  765. package/lib/features/magic-pdf/DownloadPopover.d.ts.map +1 -0
  766. package/lib/features/magic-pdf/DownloadPopover.js +29 -0
  767. package/lib/features/magic-pdf/DownloadPopover.js.map +1 -0
  768. package/lib/features/magic-pdf/ExtractedContentView.d.ts +8 -0
  769. package/lib/features/magic-pdf/ExtractedContentView.d.ts.map +1 -0
  770. package/lib/features/magic-pdf/ExtractedContentView.js +79 -0
  771. package/lib/features/magic-pdf/ExtractedContentView.js.map +1 -0
  772. package/lib/features/magic-pdf/MagicPdfProvider.d.ts +58 -0
  773. package/lib/features/magic-pdf/MagicPdfProvider.d.ts.map +1 -0
  774. package/lib/features/magic-pdf/MagicPdfProvider.js +241 -0
  775. package/lib/features/magic-pdf/MagicPdfProvider.js.map +1 -0
  776. package/lib/features/magic-pdf/MagicPdfView.d.ts +7 -0
  777. package/lib/features/magic-pdf/MagicPdfView.d.ts.map +1 -0
  778. package/lib/features/magic-pdf/MagicPdfView.js +64 -0
  779. package/lib/features/magic-pdf/MagicPdfView.js.map +1 -0
  780. package/lib/features/magic-pdf/index.d.ts +2 -0
  781. package/lib/features/magic-pdf/index.d.ts.map +1 -0
  782. package/lib/features/magic-pdf/index.js +2 -0
  783. package/lib/features/magic-pdf/index.js.map +1 -0
  784. package/lib/features/magic-pdf/types.d.ts +2 -0
  785. package/lib/features/magic-pdf/types.d.ts.map +1 -0
  786. package/lib/features/magic-pdf/types.js.map +1 -0
  787. package/lib/features/media-viewer/AudioPanel.d.ts +18 -0
  788. package/lib/features/media-viewer/AudioPanel.d.ts.map +1 -0
  789. package/lib/features/media-viewer/AudioPanel.js +77 -0
  790. package/lib/features/media-viewer/AudioPanel.js.map +1 -0
  791. package/lib/features/media-viewer/ImagePanel.d.ts +18 -0
  792. package/lib/features/media-viewer/ImagePanel.d.ts.map +1 -0
  793. package/lib/features/media-viewer/ImagePanel.js +74 -0
  794. package/lib/features/media-viewer/ImagePanel.js.map +1 -0
  795. package/lib/features/media-viewer/VideoPanel.d.ts +18 -0
  796. package/lib/features/media-viewer/VideoPanel.d.ts.map +1 -0
  797. package/lib/features/media-viewer/VideoPanel.js +89 -0
  798. package/lib/features/media-viewer/VideoPanel.js.map +1 -0
  799. package/lib/features/media-viewer/formats.d.ts +11 -0
  800. package/lib/features/media-viewer/formats.d.ts.map +1 -0
  801. package/lib/features/media-viewer/formats.js +34 -0
  802. package/lib/features/media-viewer/formats.js.map +1 -0
  803. package/lib/features/media-viewer/index.d.ts +5 -0
  804. package/lib/features/media-viewer/index.d.ts.map +1 -0
  805. package/lib/features/media-viewer/index.js +5 -0
  806. package/lib/features/media-viewer/index.js.map +1 -0
  807. package/lib/features/oauth/OAuthProviderConnectButton.d.ts +11 -0
  808. package/lib/features/oauth/OAuthProviderConnectButton.d.ts.map +1 -0
  809. package/lib/features/oauth/OAuthProviderConnectButton.js +85 -0
  810. package/lib/features/oauth/OAuthProviderConnectButton.js.map +1 -0
  811. package/lib/features/oauth/RemoteMcpConnectionButton.d.ts +25 -0
  812. package/lib/features/oauth/RemoteMcpConnectionButton.d.ts.map +1 -0
  813. package/lib/features/oauth/RemoteMcpConnectionButton.js +119 -0
  814. package/lib/features/oauth/RemoteMcpConnectionButton.js.map +1 -0
  815. package/lib/features/oauth/index.d.ts.map +1 -0
  816. package/lib/features/oauth/index.js.map +1 -0
  817. package/lib/features/oauth/useOAuthPopup.d.ts.map +1 -0
  818. package/lib/features/oauth/useOAuthPopup.js.map +1 -0
  819. package/lib/features/pdf-viewer/PdfPageRenderer.d.ts +83 -0
  820. package/lib/features/pdf-viewer/PdfPageRenderer.d.ts.map +1 -0
  821. package/lib/features/pdf-viewer/PdfPageRenderer.js +259 -0
  822. package/lib/features/pdf-viewer/PdfPageRenderer.js.map +1 -0
  823. package/lib/features/pdf-viewer/PdfPageSlider.d.ts +29 -0
  824. package/lib/features/pdf-viewer/PdfPageSlider.d.ts.map +1 -0
  825. package/lib/features/pdf-viewer/PdfPageSlider.js +274 -0
  826. package/lib/features/pdf-viewer/PdfPageSlider.js.map +1 -0
  827. package/lib/features/pdf-viewer/SimplePdfViewer.d.ts +19 -0
  828. package/lib/features/pdf-viewer/SimplePdfViewer.d.ts.map +1 -0
  829. package/lib/features/pdf-viewer/SimplePdfViewer.js +74 -0
  830. package/lib/features/pdf-viewer/SimplePdfViewer.js.map +1 -0
  831. package/lib/features/pdf-viewer/index.d.ts.map +1 -0
  832. package/lib/features/pdf-viewer/index.js.map +1 -0
  833. package/lib/features/permissions/SecureButton.d.ts +8 -0
  834. package/lib/features/permissions/SecureButton.d.ts.map +1 -0
  835. package/lib/features/permissions/SecureButton.js +12 -0
  836. package/lib/features/permissions/SecureButton.js.map +1 -0
  837. package/lib/features/permissions/SecureSidebarItem.d.ts +8 -0
  838. package/lib/features/permissions/SecureSidebarItem.d.ts.map +1 -0
  839. package/lib/features/permissions/SecureSidebarItem.js +14 -0
  840. package/lib/features/permissions/SecureSidebarItem.js.map +1 -0
  841. package/lib/features/permissions/UserPermissionsProvider.d.ts +17 -0
  842. package/lib/features/permissions/UserPermissionsProvider.d.ts.map +1 -0
  843. package/lib/features/permissions/UserPermissionsProvider.js +89 -0
  844. package/lib/features/permissions/UserPermissionsProvider.js.map +1 -0
  845. package/lib/features/permissions/helpers.d.ts +5 -0
  846. package/lib/features/permissions/helpers.d.ts.map +1 -0
  847. package/lib/features/permissions/helpers.js.map +1 -0
  848. package/lib/features/permissions/index.d.ts +5 -0
  849. package/lib/features/permissions/index.d.ts.map +1 -0
  850. package/lib/features/permissions/index.js +5 -0
  851. package/lib/features/permissions/index.js.map +1 -0
  852. package/lib/features/store/collections/BrowseCollectionView.d.ts +7 -0
  853. package/lib/features/store/collections/BrowseCollectionView.d.ts.map +1 -0
  854. package/lib/features/store/collections/BrowseCollectionView.js +48 -0
  855. package/lib/features/store/collections/BrowseCollectionView.js.map +1 -0
  856. package/lib/features/store/collections/CollectionsTable.d.ts +5 -0
  857. package/lib/features/store/collections/CollectionsTable.d.ts.map +1 -0
  858. package/lib/features/store/collections/CollectionsTable.js +65 -0
  859. package/lib/features/store/collections/CollectionsTable.js.map +1 -0
  860. package/lib/features/store/collections/CreateCollection.d.ts +13 -0
  861. package/lib/features/store/collections/CreateCollection.d.ts.map +1 -0
  862. package/lib/features/store/collections/CreateCollection.js +89 -0
  863. package/lib/features/store/collections/CreateCollection.js.map +1 -0
  864. package/lib/features/store/collections/EditCollectionView.d.ts +8 -0
  865. package/lib/features/store/collections/EditCollectionView.d.ts.map +1 -0
  866. package/lib/features/store/collections/EditCollectionView.js +228 -0
  867. package/lib/features/store/collections/EditCollectionView.js.map +1 -0
  868. package/lib/features/store/collections/SelectCollection.d.ts +20 -0
  869. package/lib/features/store/collections/SelectCollection.d.ts.map +1 -0
  870. package/lib/features/store/collections/SelectCollection.js +134 -0
  871. package/lib/features/store/collections/SelectCollection.js.map +1 -0
  872. package/lib/features/store/collections/SharedPropsEditor.d.ts +7 -0
  873. package/lib/features/store/collections/SharedPropsEditor.d.ts.map +1 -0
  874. package/lib/features/store/collections/SharedPropsEditor.js +44 -0
  875. package/lib/features/store/collections/SharedPropsEditor.js.map +1 -0
  876. package/lib/features/store/collections/SyncMemberHeadsToggle.d.ts +7 -0
  877. package/lib/features/store/collections/SyncMemberHeadsToggle.d.ts.map +1 -0
  878. package/lib/features/store/collections/SyncMemberHeadsToggle.js +41 -0
  879. package/lib/features/store/collections/SyncMemberHeadsToggle.js.map +1 -0
  880. package/lib/features/store/collections/index.d.ts +8 -0
  881. package/lib/features/store/collections/index.d.ts.map +1 -0
  882. package/lib/features/store/collections/index.js +8 -0
  883. package/lib/features/store/collections/index.js.map +1 -0
  884. package/lib/features/store/index.d.ts +4 -0
  885. package/lib/features/store/index.d.ts.map +1 -0
  886. package/lib/features/store/index.js +4 -0
  887. package/lib/features/store/index.js.map +1 -0
  888. package/lib/features/store/objects/DocumentPreviewPanel.d.ts +8 -0
  889. package/lib/features/store/objects/DocumentPreviewPanel.d.ts.map +1 -0
  890. package/lib/features/store/objects/DocumentPreviewPanel.js +146 -0
  891. package/lib/features/store/objects/DocumentPreviewPanel.js.map +1 -0
  892. package/lib/features/store/objects/DocumentSearchResults.d.ts +20 -0
  893. package/lib/features/store/objects/DocumentSearchResults.d.ts.map +1 -0
  894. package/lib/features/store/objects/DocumentSearchResults.js +251 -0
  895. package/lib/features/store/objects/DocumentSearchResults.js.map +1 -0
  896. package/lib/features/store/objects/DocumentSelectionProvider.d.ts +33 -0
  897. package/lib/features/store/objects/DocumentSelectionProvider.d.ts.map +1 -0
  898. package/lib/features/store/objects/DocumentSelectionProvider.js +81 -0
  899. package/lib/features/store/objects/DocumentSelectionProvider.js.map +1 -0
  900. package/lib/features/store/objects/DocumentTable.d.ts +25 -0
  901. package/lib/features/store/objects/DocumentTable.d.ts.map +1 -0
  902. package/lib/features/store/objects/DocumentTable.js +281 -0
  903. package/lib/features/store/objects/DocumentTable.js.map +1 -0
  904. package/lib/features/store/objects/ExportPropertiesModal.d.ts +12 -0
  905. package/lib/features/store/objects/ExportPropertiesModal.d.ts.map +1 -0
  906. package/lib/features/store/objects/ExportPropertiesModal.js +31 -0
  907. package/lib/features/store/objects/ExportPropertiesModal.js.map +1 -0
  908. package/lib/features/store/objects/components/ContentDispositionButton.d.ts +9 -0
  909. package/lib/features/store/objects/components/ContentDispositionButton.d.ts.map +1 -0
  910. package/lib/features/store/objects/components/ContentDispositionButton.js +31 -0
  911. package/lib/features/store/objects/components/ContentDispositionButton.js.map +1 -0
  912. package/lib/features/store/objects/components/ContentOverview.d.ts +10 -0
  913. package/lib/features/store/objects/components/ContentOverview.d.ts.map +1 -0
  914. package/lib/features/store/objects/components/ContentOverview.js +436 -0
  915. package/lib/features/store/objects/components/ContentOverview.js.map +1 -0
  916. package/lib/features/store/objects/components/DocumentIcon.d.ts +19 -0
  917. package/lib/features/store/objects/components/DocumentIcon.d.ts.map +1 -0
  918. package/lib/features/store/objects/components/DocumentIcon.js +37 -0
  919. package/lib/features/store/objects/components/DocumentIcon.js.map +1 -0
  920. package/lib/features/store/objects/components/DocumentInput.d.ts +8 -0
  921. package/lib/features/store/objects/components/DocumentInput.d.ts.map +1 -0
  922. package/lib/features/store/objects/components/DocumentInput.js +52 -0
  923. package/lib/features/store/objects/components/DocumentInput.js.map +1 -0
  924. package/lib/features/store/objects/components/PropertiesEditorModal.d.ts +9 -0
  925. package/lib/features/store/objects/components/PropertiesEditorModal.d.ts.map +1 -0
  926. package/lib/features/store/objects/components/PropertiesEditorModal.js +161 -0
  927. package/lib/features/store/objects/components/PropertiesEditorModal.js.map +1 -0
  928. package/lib/features/store/objects/components/SaveVersionConfirmModal.d.ts +9 -0
  929. package/lib/features/store/objects/components/SaveVersionConfirmModal.d.ts.map +1 -0
  930. package/lib/features/store/objects/components/SaveVersionConfirmModal.js +58 -0
  931. package/lib/features/store/objects/components/SaveVersionConfirmModal.js.map +1 -0
  932. package/lib/features/store/objects/components/SelectDocument.d.ts +11 -0
  933. package/lib/features/store/objects/components/SelectDocument.d.ts.map +1 -0
  934. package/lib/features/store/objects/components/SelectDocument.js +55 -0
  935. package/lib/features/store/objects/components/SelectDocument.js.map +1 -0
  936. package/lib/features/store/objects/components/SelectDocumentModal.d.ts +9 -0
  937. package/lib/features/store/objects/components/SelectDocumentModal.d.ts.map +1 -0
  938. package/lib/features/store/objects/components/SelectDocumentModal.js +7 -0
  939. package/lib/features/store/objects/components/SelectDocumentModal.js.map +1 -0
  940. package/lib/features/store/objects/components/TextEditorPanel.d.ts +10 -0
  941. package/lib/features/store/objects/components/TextEditorPanel.d.ts.map +1 -0
  942. package/lib/features/store/objects/components/TextEditorPanel.js +99 -0
  943. package/lib/features/store/objects/components/TextEditorPanel.js.map +1 -0
  944. package/lib/features/store/objects/components/VectorSearchWidget.d.ts +12 -0
  945. package/lib/features/store/objects/components/VectorSearchWidget.d.ts.map +1 -0
  946. package/lib/features/store/objects/components/VectorSearchWidget.js +101 -0
  947. package/lib/features/store/objects/components/VectorSearchWidget.js.map +1 -0
  948. package/lib/features/store/objects/components/index.d.ts +10 -0
  949. package/lib/features/store/objects/components/index.d.ts.map +1 -0
  950. package/lib/features/store/objects/components/index.js +10 -0
  951. package/lib/features/store/objects/components/index.js.map +1 -0
  952. package/lib/features/store/objects/components/useContentPanelHooks.d.ts +30 -0
  953. package/lib/features/store/objects/components/useContentPanelHooks.d.ts.map +1 -0
  954. package/lib/features/store/objects/components/useContentPanelHooks.js +193 -0
  955. package/lib/features/store/objects/components/useContentPanelHooks.js.map +1 -0
  956. package/lib/features/store/objects/components/useDownloadFile.d.ts +39 -0
  957. package/lib/features/store/objects/components/useDownloadFile.d.ts.map +1 -0
  958. package/lib/features/store/objects/components/useDownloadFile.js +196 -0
  959. package/lib/features/store/objects/components/useDownloadFile.js.map +1 -0
  960. package/lib/features/store/objects/index.d.ts +11 -0
  961. package/lib/features/store/objects/index.d.ts.map +1 -0
  962. package/lib/features/store/objects/index.js +11 -0
  963. package/lib/features/store/objects/index.js.map +1 -0
  964. package/lib/features/store/objects/layout/DocumentTableColumn.d.ts +18 -0
  965. package/lib/features/store/objects/layout/DocumentTableColumn.d.ts.map +1 -0
  966. package/lib/features/store/objects/layout/DocumentTableColumn.js +95 -0
  967. package/lib/features/store/objects/layout/DocumentTableColumn.js.map +1 -0
  968. package/lib/features/store/objects/layout/documentLayout.d.ts +21 -0
  969. package/lib/features/store/objects/layout/documentLayout.d.ts.map +1 -0
  970. package/lib/features/store/objects/layout/documentLayout.js +18 -0
  971. package/lib/features/store/objects/layout/documentLayout.js.map +1 -0
  972. package/lib/features/store/objects/layout/index.d.ts +3 -0
  973. package/lib/features/store/objects/layout/index.d.ts.map +1 -0
  974. package/lib/features/store/objects/layout/index.js +3 -0
  975. package/lib/features/store/objects/layout/index.js.map +1 -0
  976. package/lib/features/store/objects/layout/renderers.d.ts +3 -0
  977. package/lib/features/store/objects/layout/renderers.d.ts.map +1 -0
  978. package/lib/features/store/objects/layout/renderers.js +198 -0
  979. package/lib/features/store/objects/layout/renderers.js.map +1 -0
  980. package/lib/features/store/objects/search/DocumentSearchContext.d.ts +53 -0
  981. package/lib/features/store/objects/search/DocumentSearchContext.d.ts.map +1 -0
  982. package/lib/features/store/objects/search/DocumentSearchContext.js +190 -0
  983. package/lib/features/store/objects/search/DocumentSearchContext.js.map +1 -0
  984. package/lib/features/store/objects/search/DocumentSearchProvider.d.ts +14 -0
  985. package/lib/features/store/objects/search/DocumentSearchProvider.d.ts.map +1 -0
  986. package/lib/features/store/objects/search/DocumentSearchProvider.js +42 -0
  987. package/lib/features/store/objects/search/DocumentSearchProvider.js.map +1 -0
  988. package/lib/features/store/objects/search/index.d.ts +3 -0
  989. package/lib/features/store/objects/search/index.d.ts.map +1 -0
  990. package/lib/features/store/objects/search/index.js +3 -0
  991. package/lib/features/store/objects/search/index.js.map +1 -0
  992. package/lib/features/store/objects/selection/ObjectsActionContext.d.ts +9 -0
  993. package/lib/features/store/objects/selection/ObjectsActionContext.d.ts.map +1 -0
  994. package/lib/features/store/objects/selection/ObjectsActionContext.js +70 -0
  995. package/lib/features/store/objects/selection/ObjectsActionContext.js.map +1 -0
  996. package/lib/features/store/objects/selection/ObjectsActionContextClass.d.ts +16 -0
  997. package/lib/features/store/objects/selection/ObjectsActionContextClass.d.ts.map +1 -0
  998. package/lib/features/store/objects/selection/ObjectsActionContextClass.js +50 -0
  999. package/lib/features/store/objects/selection/ObjectsActionContextClass.js.map +1 -0
  1000. package/lib/features/store/objects/selection/ObjectsActionHooks.d.ts +7 -0
  1001. package/lib/features/store/objects/selection/ObjectsActionHooks.d.ts.map +1 -0
  1002. package/lib/features/store/objects/selection/ObjectsActionHooks.js +27 -0
  1003. package/lib/features/store/objects/selection/ObjectsActionHooks.js.map +1 -0
  1004. package/lib/features/store/objects/selection/ObjectsActionSpec.d.ts +32 -0
  1005. package/lib/features/store/objects/selection/ObjectsActionSpec.d.ts.map +1 -0
  1006. package/lib/features/store/objects/selection/ObjectsActionSpec.js.map +1 -0
  1007. package/lib/features/store/objects/selection/SelectionActions.d.ts +14 -0
  1008. package/lib/features/store/objects/selection/SelectionActions.d.ts.map +1 -0
  1009. package/lib/features/store/objects/selection/SelectionActions.js +96 -0
  1010. package/lib/features/store/objects/selection/SelectionActions.js.map +1 -0
  1011. package/lib/features/store/objects/selection/actions/AddToCollectionAction.d.ts +4 -0
  1012. package/lib/features/store/objects/selection/actions/AddToCollectionAction.d.ts.map +1 -0
  1013. package/lib/features/store/objects/selection/actions/AddToCollectionAction.js +88 -0
  1014. package/lib/features/store/objects/selection/actions/AddToCollectionAction.js.map +1 -0
  1015. package/lib/features/store/objects/selection/actions/ChangeTypeAction.d.ts +4 -0
  1016. package/lib/features/store/objects/selection/actions/ChangeTypeAction.d.ts.map +1 -0
  1017. package/lib/features/store/objects/selection/actions/ChangeTypeAction.js +59 -0
  1018. package/lib/features/store/objects/selection/actions/ChangeTypeAction.js.map +1 -0
  1019. package/lib/features/store/objects/selection/actions/ConfirmAction.d.ts +16 -0
  1020. package/lib/features/store/objects/selection/actions/ConfirmAction.d.ts.map +1 -0
  1021. package/lib/features/store/objects/selection/actions/ConfirmAction.js +32 -0
  1022. package/lib/features/store/objects/selection/actions/ConfirmAction.js.map +1 -0
  1023. package/lib/features/store/objects/selection/actions/DeleteObjectsAction.d.ts +5 -0
  1024. package/lib/features/store/objects/selection/actions/DeleteObjectsAction.d.ts.map +1 -0
  1025. package/lib/features/store/objects/selection/actions/DeleteObjectsAction.js +99 -0
  1026. package/lib/features/store/objects/selection/actions/DeleteObjectsAction.js.map +1 -0
  1027. package/lib/features/store/objects/selection/actions/ExportPropertiesAction.d.ts +4 -0
  1028. package/lib/features/store/objects/selection/actions/ExportPropertiesAction.d.ts.map +1 -0
  1029. package/lib/features/store/objects/selection/actions/ExportPropertiesAction.js +115 -0
  1030. package/lib/features/store/objects/selection/actions/ExportPropertiesAction.js.map +1 -0
  1031. package/lib/features/store/objects/selection/actions/RemoveFromCollectionAction.d.ts +4 -0
  1032. package/lib/features/store/objects/selection/actions/RemoveFromCollectionAction.d.ts.map +1 -0
  1033. package/lib/features/store/objects/selection/actions/RemoveFromCollectionAction.js +79 -0
  1034. package/lib/features/store/objects/selection/actions/RemoveFromCollectionAction.js.map +1 -0
  1035. package/lib/features/store/objects/selection/actions/StartWorkflowComponent.d.ts +4 -0
  1036. package/lib/features/store/objects/selection/actions/StartWorkflowComponent.d.ts.map +1 -0
  1037. package/lib/features/store/objects/selection/actions/StartWorkflowComponent.js +77 -0
  1038. package/lib/features/store/objects/selection/actions/StartWorkflowComponent.js.map +1 -0
  1039. package/lib/features/store/objects/selection/actions/index.d.ts +8 -0
  1040. package/lib/features/store/objects/selection/actions/index.d.ts.map +1 -0
  1041. package/lib/features/store/objects/selection/actions/index.js +8 -0
  1042. package/lib/features/store/objects/selection/actions/index.js.map +1 -0
  1043. package/lib/features/store/objects/selection/index.d.ts +5 -0
  1044. package/lib/features/store/objects/selection/index.d.ts.map +1 -0
  1045. package/lib/features/store/objects/selection/index.js +5 -0
  1046. package/lib/features/store/objects/selection/index.js.map +1 -0
  1047. package/lib/features/store/objects/upload/DocumentUploadModal.d.ts +39 -0
  1048. package/lib/features/store/objects/upload/DocumentUploadModal.d.ts.map +1 -0
  1049. package/lib/features/store/objects/upload/DocumentUploadModal.js +525 -0
  1050. package/lib/features/store/objects/upload/DocumentUploadModal.js.map +1 -0
  1051. package/lib/features/store/objects/upload/index.d.ts +4 -0
  1052. package/lib/features/store/objects/upload/index.d.ts.map +1 -0
  1053. package/lib/features/store/objects/upload/index.js +4 -0
  1054. package/lib/features/store/objects/upload/index.js.map +1 -0
  1055. package/lib/features/store/objects/upload/useSmartFileUploadProcessing.d.ts +30 -0
  1056. package/lib/features/store/objects/upload/useSmartFileUploadProcessing.d.ts.map +1 -0
  1057. package/lib/features/store/objects/upload/useSmartFileUploadProcessing.js +207 -0
  1058. package/lib/features/store/objects/upload/useSmartFileUploadProcessing.js.map +1 -0
  1059. package/lib/features/store/objects/upload/useUploadHandler.d.ts +50 -0
  1060. package/lib/features/store/objects/upload/useUploadHandler.d.ts.map +1 -0
  1061. package/lib/features/store/objects/upload/useUploadHandler.js +232 -0
  1062. package/lib/features/store/objects/upload/useUploadHandler.js.map +1 -0
  1063. package/lib/features/store/types/ContentObjectTypesSearch.d.ts +6 -0
  1064. package/lib/features/store/types/ContentObjectTypesSearch.d.ts.map +1 -0
  1065. package/lib/features/store/types/ContentObjectTypesSearch.js +83 -0
  1066. package/lib/features/store/types/ContentObjectTypesSearch.js.map +1 -0
  1067. package/lib/features/store/types/ContentObjectTypesTable.d.ts +8 -0
  1068. package/lib/features/store/types/ContentObjectTypesTable.d.ts.map +1 -0
  1069. package/lib/features/store/types/ContentObjectTypesTable.js +13 -0
  1070. package/lib/features/store/types/ContentObjectTypesTable.js.map +1 -0
  1071. package/lib/features/store/types/CreateOrUpdateTypeModal.d.ts +16 -0
  1072. package/lib/features/store/types/CreateOrUpdateTypeModal.d.ts.map +1 -0
  1073. package/lib/features/store/types/CreateOrUpdateTypeModal.js +25 -0
  1074. package/lib/features/store/types/CreateOrUpdateTypeModal.js.map +1 -0
  1075. package/lib/features/store/types/ObjectSchemaEditor.d.ts +9 -0
  1076. package/lib/features/store/types/ObjectSchemaEditor.d.ts.map +1 -0
  1077. package/lib/features/store/types/ObjectSchemaEditor.js +106 -0
  1078. package/lib/features/store/types/ObjectSchemaEditor.js.map +1 -0
  1079. package/lib/features/store/types/SelectContentType.d.ts +11 -0
  1080. package/lib/features/store/types/SelectContentType.d.ts.map +1 -0
  1081. package/lib/features/store/types/SelectContentType.js +45 -0
  1082. package/lib/features/store/types/SelectContentType.js.map +1 -0
  1083. package/lib/features/store/types/SelectContentTypeModal.d.ts +33 -0
  1084. package/lib/features/store/types/SelectContentTypeModal.d.ts.map +1 -0
  1085. package/lib/features/store/types/SelectContentTypeModal.js +32 -0
  1086. package/lib/features/store/types/SelectContentTypeModal.js.map +1 -0
  1087. package/lib/features/store/types/TableLayoutEditor.d.ts +10 -0
  1088. package/lib/features/store/types/TableLayoutEditor.d.ts.map +1 -0
  1089. package/lib/features/store/types/TableLayoutEditor.js +82 -0
  1090. package/lib/features/store/types/TableLayoutEditor.js.map +1 -0
  1091. package/lib/features/store/types/TypeRegistry.d.ts +10 -0
  1092. package/lib/features/store/types/TypeRegistry.d.ts.map +1 -0
  1093. package/lib/features/store/types/TypeRegistry.js.map +1 -0
  1094. package/lib/features/store/types/TypeRegistryProvider.d.ts +15 -0
  1095. package/lib/features/store/types/TypeRegistryProvider.d.ts.map +1 -0
  1096. package/lib/features/store/types/TypeRegistryProvider.js +57 -0
  1097. package/lib/features/store/types/TypeRegistryProvider.js.map +1 -0
  1098. package/lib/features/store/types/index.d.ts +11 -0
  1099. package/lib/features/store/types/index.d.ts.map +1 -0
  1100. package/lib/features/store/types/index.js +11 -0
  1101. package/lib/features/store/types/index.js.map +1 -0
  1102. package/lib/features/store/types/search/ObjectTypeSearchContext.d.ts +36 -0
  1103. package/lib/features/store/types/search/ObjectTypeSearchContext.d.ts.map +1 -0
  1104. package/lib/features/store/types/search/ObjectTypeSearchContext.js +102 -0
  1105. package/lib/features/store/types/search/ObjectTypeSearchContext.js.map +1 -0
  1106. package/lib/features/store/types/search/ObjectTypeSearchProvider.d.ts +11 -0
  1107. package/lib/features/store/types/search/ObjectTypeSearchProvider.d.ts.map +1 -0
  1108. package/lib/features/store/types/search/ObjectTypeSearchProvider.js +15 -0
  1109. package/lib/features/store/types/search/ObjectTypeSearchProvider.js.map +1 -0
  1110. package/lib/features/store/types/search/index.d.ts +3 -0
  1111. package/lib/features/store/types/search/index.d.ts.map +1 -0
  1112. package/lib/features/store/types/search/index.js +3 -0
  1113. package/lib/features/store/types/search/index.js.map +1 -0
  1114. package/lib/features/user/UserAvatar.d.ts +9 -0
  1115. package/lib/features/user/UserAvatar.d.ts.map +1 -0
  1116. package/lib/features/user/UserAvatar.js +21 -0
  1117. package/lib/features/user/UserAvatar.js.map +1 -0
  1118. package/lib/features/user/UserInfo.d.ts +60 -0
  1119. package/lib/features/user/UserInfo.d.ts.map +1 -0
  1120. package/lib/features/user/UserInfo.js +229 -0
  1121. package/lib/features/user/UserInfo.js.map +1 -0
  1122. package/lib/features/user/index.d.ts +3 -0
  1123. package/lib/features/user/index.d.ts.map +1 -0
  1124. package/lib/features/user/index.js +3 -0
  1125. package/lib/features/user/index.js.map +1 -0
  1126. package/lib/features/utils/index.d.ts +6 -0
  1127. package/lib/features/utils/index.d.ts.map +1 -0
  1128. package/lib/features/utils/index.js +6 -0
  1129. package/lib/features/utils/index.js.map +1 -0
  1130. package/lib/features/utils/mimeType.d.ts.map +1 -0
  1131. package/lib/features/utils/mimeType.js.map +1 -0
  1132. package/lib/features/utils/print.d.ts.map +1 -0
  1133. package/lib/features/utils/print.js +182 -0
  1134. package/lib/features/utils/print.js.map +1 -0
  1135. package/lib/features/utils/rendition.d.ts +4 -0
  1136. package/lib/features/utils/rendition.d.ts.map +1 -0
  1137. package/lib/features/utils/rendition.js +65 -0
  1138. package/lib/features/utils/rendition.js.map +1 -0
  1139. package/lib/features/utils/text.d.ts.map +1 -0
  1140. package/lib/features/utils/text.js +10 -0
  1141. package/lib/features/utils/text.js.map +1 -0
  1142. package/lib/features/utils/workflowStatus.d.ts +10 -0
  1143. package/lib/features/utils/workflowStatus.d.ts.map +1 -0
  1144. package/lib/features/utils/workflowStatus.js +43 -0
  1145. package/lib/features/utils/workflowStatus.js.map +1 -0
  1146. package/lib/i18n/LanguageProvider.d.ts +16 -0
  1147. package/lib/i18n/LanguageProvider.d.ts.map +1 -0
  1148. package/lib/i18n/LanguageProvider.js +48 -0
  1149. package/lib/i18n/LanguageProvider.js.map +1 -0
  1150. package/lib/i18n/index.d.ts +28 -0
  1151. package/lib/i18n/index.d.ts.map +1 -0
  1152. package/lib/i18n/index.js +46 -0
  1153. package/lib/i18n/index.js.map +1 -0
  1154. package/lib/i18n/instance.d.ts.map +1 -0
  1155. package/lib/i18n/instance.js.map +1 -0
  1156. package/lib/i18n/locales/ar.json +737 -0
  1157. package/lib/i18n/locales/de.json +697 -0
  1158. package/lib/i18n/locales/en.json +711 -0
  1159. package/lib/i18n/locales/es.json +707 -0
  1160. package/lib/i18n/locales/fr.json +707 -0
  1161. package/lib/i18n/locales/it.json +707 -0
  1162. package/lib/i18n/locales/ja.json +697 -0
  1163. package/lib/i18n/locales/ko.json +697 -0
  1164. package/lib/i18n/locales/pt.json +707 -0
  1165. package/lib/i18n/locales/ru.json +717 -0
  1166. package/lib/i18n/locales/tr.json +697 -0
  1167. package/lib/i18n/locales/zh-TW.json +697 -0
  1168. package/lib/i18n/locales/zh.json +697 -0
  1169. package/lib/i18n/rtl.d.ts +27 -0
  1170. package/lib/i18n/rtl.d.ts.map +1 -0
  1171. package/lib/i18n/rtl.js +54 -0
  1172. package/lib/i18n/rtl.js.map +1 -0
  1173. package/lib/i18n/useLocaleFormat.d.ts +29 -0
  1174. package/lib/i18n/useLocaleFormat.d.ts.map +1 -0
  1175. package/lib/i18n/useLocaleFormat.js +79 -0
  1176. package/lib/i18n/useLocaleFormat.js.map +1 -0
  1177. package/lib/layout/AppLayout.d.ts +13 -0
  1178. package/lib/layout/AppLayout.d.ts.map +1 -0
  1179. package/lib/layout/AppLayout.js +47 -0
  1180. package/lib/layout/AppLayout.js.map +1 -0
  1181. package/lib/layout/ErrorPage.d.ts +9 -0
  1182. package/lib/layout/ErrorPage.d.ts.map +1 -0
  1183. package/lib/layout/ErrorPage.js +6 -0
  1184. package/lib/layout/ErrorPage.js.map +1 -0
  1185. package/lib/layout/FullHeightLayout.d.ts +27 -0
  1186. package/lib/layout/FullHeightLayout.d.ts.map +1 -0
  1187. package/lib/layout/FullHeightLayout.js +24 -0
  1188. package/lib/layout/FullHeightLayout.js.map +1 -0
  1189. package/lib/layout/Navbar.d.ts +33 -0
  1190. package/lib/layout/Navbar.d.ts.map +1 -0
  1191. package/lib/layout/Navbar.js +42 -0
  1192. package/lib/layout/Navbar.js.map +1 -0
  1193. package/lib/layout/RegionTag.d.ts +4 -0
  1194. package/lib/layout/RegionTag.d.ts.map +1 -0
  1195. package/lib/layout/RegionTag.js.map +1 -0
  1196. package/lib/layout/Sidebar.d.ts +35 -0
  1197. package/lib/layout/Sidebar.d.ts.map +1 -0
  1198. package/lib/layout/Sidebar.js +47 -0
  1199. package/lib/layout/Sidebar.js.map +1 -0
  1200. package/lib/layout/SidebarContext.d.ts.map +1 -0
  1201. package/lib/layout/SidebarContext.js +10 -0
  1202. package/lib/layout/SidebarContext.js.map +1 -0
  1203. package/lib/layout/TitleBar.d.ts +6 -0
  1204. package/lib/layout/TitleBar.d.ts.map +1 -0
  1205. package/lib/layout/TitleBar.js +5 -0
  1206. package/lib/layout/TitleBar.js.map +1 -0
  1207. package/lib/layout/index.d.ts +9 -0
  1208. package/lib/layout/index.d.ts.map +1 -0
  1209. package/lib/layout/index.js +9 -0
  1210. package/lib/layout/index.js.map +1 -0
  1211. package/lib/router/FixLinks.d.ts +7 -0
  1212. package/lib/router/FixLinks.d.ts.map +1 -0
  1213. package/lib/router/FixLinks.js +23 -0
  1214. package/lib/router/FixLinks.js.map +1 -0
  1215. package/lib/router/HistoryNavigator.d.ts +68 -0
  1216. package/lib/router/HistoryNavigator.d.ts.map +1 -0
  1217. package/lib/router/HistoryNavigator.js +220 -0
  1218. package/lib/router/HistoryNavigator.js.map +1 -0
  1219. package/lib/router/Nav.d.ts +43 -0
  1220. package/lib/router/Nav.d.ts.map +1 -0
  1221. package/lib/router/Nav.js +37 -0
  1222. package/lib/router/Nav.js.map +1 -0
  1223. package/lib/router/NestedNavigationContext.d.ts +9 -0
  1224. package/lib/router/NestedNavigationContext.d.ts.map +1 -0
  1225. package/lib/router/NestedNavigationContext.js +23 -0
  1226. package/lib/router/NestedNavigationContext.js.map +1 -0
  1227. package/lib/router/NestedRouterProvider.d.ts +14 -0
  1228. package/lib/router/NestedRouterProvider.d.ts.map +1 -0
  1229. package/lib/router/NestedRouterProvider.js +52 -0
  1230. package/lib/router/NestedRouterProvider.js.map +1 -0
  1231. package/lib/router/PathMatcher.d.ts +36 -0
  1232. package/lib/router/PathMatcher.d.ts.map +1 -0
  1233. package/lib/router/PathMatcher.js +158 -0
  1234. package/lib/router/PathMatcher.js.map +1 -0
  1235. package/lib/router/PathWithParams.d.ts.map +1 -0
  1236. package/lib/router/PathWithParams.js +34 -0
  1237. package/lib/router/PathWithParams.js.map +1 -0
  1238. package/lib/router/Route404.d.ts +4 -0
  1239. package/lib/router/Route404.d.ts.map +1 -0
  1240. package/lib/router/Route404.js +18 -0
  1241. package/lib/router/Route404.js.map +1 -0
  1242. package/lib/router/RouteComponent.d.ts +6 -0
  1243. package/lib/router/RouteComponent.d.ts.map +1 -0
  1244. package/lib/router/RouteComponent.js +32 -0
  1245. package/lib/router/RouteComponent.js.map +1 -0
  1246. package/lib/router/Router.d.ts +81 -0
  1247. package/lib/router/Router.d.ts.map +1 -0
  1248. package/lib/router/Router.js +183 -0
  1249. package/lib/router/Router.js.map +1 -0
  1250. package/lib/router/RouterProvider.d.ts +15 -0
  1251. package/lib/router/RouterProvider.d.ts.map +1 -0
  1252. package/lib/router/RouterProvider.js +40 -0
  1253. package/lib/router/RouterProvider.js.map +1 -0
  1254. package/lib/router/index.d.ts +11 -0
  1255. package/lib/router/index.d.ts.map +1 -0
  1256. package/lib/router/index.js +11 -0
  1257. package/lib/router/index.js.map +1 -0
  1258. package/lib/router/path.d.ts.map +1 -0
  1259. package/lib/router/path.js +140 -0
  1260. package/lib/router/path.js.map +1 -0
  1261. package/lib/session/UserSession.d.ts +46 -0
  1262. package/lib/session/UserSession.d.ts.map +1 -0
  1263. package/lib/session/UserSession.js +247 -0
  1264. package/lib/session/UserSession.js.map +1 -0
  1265. package/lib/session/UserSessionProvider.d.ts +8 -0
  1266. package/lib/session/UserSessionProvider.d.ts.map +1 -0
  1267. package/lib/session/UserSessionProvider.js +251 -0
  1268. package/lib/session/UserSessionProvider.js.map +1 -0
  1269. package/lib/session/auth/composable.d.ts +38 -0
  1270. package/lib/session/auth/composable.d.ts.map +1 -0
  1271. package/lib/session/auth/composable.js +325 -0
  1272. package/lib/session/auth/composable.js.map +1 -0
  1273. package/lib/session/auth/domainRouting.d.ts +23 -0
  1274. package/lib/session/auth/domainRouting.d.ts.map +1 -0
  1275. package/lib/session/auth/domainRouting.js +28 -0
  1276. package/lib/session/auth/domainRouting.js.map +1 -0
  1277. package/lib/session/auth/firebase.d.ts +10 -0
  1278. package/lib/session/auth/firebase.d.ts.map +1 -0
  1279. package/lib/session/auth/firebase.js +160 -0
  1280. package/lib/session/auth/firebase.js.map +1 -0
  1281. package/lib/session/auth/useAuthState.d.ts.map +1 -0
  1282. package/lib/session/auth/useAuthState.js +46 -0
  1283. package/lib/session/auth/useAuthState.js.map +1 -0
  1284. package/lib/session/auth/useCurrentTenant.d.ts.map +1 -0
  1285. package/lib/session/auth/useCurrentTenant.js +64 -0
  1286. package/lib/session/auth/useCurrentTenant.js.map +1 -0
  1287. package/lib/session/constants.d.ts.map +1 -0
  1288. package/lib/session/constants.js.map +1 -0
  1289. package/lib/session/index.d.ts +8 -0
  1290. package/lib/session/index.d.ts.map +1 -0
  1291. package/lib/session/index.js +8 -0
  1292. package/lib/session/index.js.map +1 -0
  1293. package/lib/session/useUXTracking.d.ts +6 -0
  1294. package/lib/session/useUXTracking.d.ts.map +1 -0
  1295. package/lib/session/useUXTracking.js +29 -0
  1296. package/lib/session/useUXTracking.js.map +1 -0
  1297. package/lib/shell/SplashScreen.d.ts +7 -0
  1298. package/lib/shell/SplashScreen.d.ts.map +1 -0
  1299. package/lib/shell/SplashScreen.js +28 -0
  1300. package/lib/shell/SplashScreen.js.map +1 -0
  1301. package/lib/shell/VertesiaShell.d.ts +16 -0
  1302. package/lib/shell/VertesiaShell.d.ts.map +1 -0
  1303. package/lib/shell/VertesiaShell.js +11 -0
  1304. package/lib/shell/VertesiaShell.js.map +1 -0
  1305. package/lib/shell/apps/AppInstallationProvider.d.ts +12 -0
  1306. package/lib/shell/apps/AppInstallationProvider.d.ts.map +1 -0
  1307. package/lib/shell/apps/AppInstallationProvider.js +13 -0
  1308. package/lib/shell/apps/AppInstallationProvider.js.map +1 -0
  1309. package/lib/shell/apps/AppProjectSelector.d.ts +12 -0
  1310. package/lib/shell/apps/AppProjectSelector.d.ts.map +1 -0
  1311. package/lib/shell/apps/AppProjectSelector.js +36 -0
  1312. package/lib/shell/apps/AppProjectSelector.js.map +1 -0
  1313. package/lib/shell/apps/StandaloneApp.d.ts +23 -0
  1314. package/lib/shell/apps/StandaloneApp.d.ts.map +1 -0
  1315. package/lib/shell/apps/StandaloneApp.js +90 -0
  1316. package/lib/shell/apps/StandaloneApp.js.map +1 -0
  1317. package/lib/shell/apps/index.d.ts +4 -0
  1318. package/lib/shell/apps/index.d.ts.map +1 -0
  1319. package/lib/shell/apps/index.js +4 -0
  1320. package/lib/shell/apps/index.js.map +1 -0
  1321. package/lib/shell/index.d.ts +8 -0
  1322. package/lib/shell/index.d.ts.map +1 -0
  1323. package/lib/shell/index.js +8 -0
  1324. package/lib/shell/index.js.map +1 -0
  1325. package/lib/shell/login/InviteAcceptModal.d.ts +2 -0
  1326. package/lib/shell/login/InviteAcceptModal.d.ts.map +1 -0
  1327. package/lib/shell/login/InviteAcceptModal.js +69 -0
  1328. package/lib/shell/login/InviteAcceptModal.js.map +1 -0
  1329. package/lib/shell/login/PreviewIcon.d.ts +6 -0
  1330. package/lib/shell/login/PreviewIcon.d.ts.map +1 -0
  1331. package/lib/shell/login/PreviewIcon.js +23 -0
  1332. package/lib/shell/login/PreviewIcon.js.map +1 -0
  1333. package/lib/shell/login/SignInAuthPending.d.ts +8 -0
  1334. package/lib/shell/login/SignInAuthPending.d.ts.map +1 -0
  1335. package/lib/shell/login/SignInAuthPending.js +14 -0
  1336. package/lib/shell/login/SignInAuthPending.js.map +1 -0
  1337. package/lib/shell/login/SignInEmailStep.d.ts +9 -0
  1338. package/lib/shell/login/SignInEmailStep.d.ts.map +1 -0
  1339. package/lib/shell/login/SignInEmailStep.js +46 -0
  1340. package/lib/shell/login/SignInEmailStep.js.map +1 -0
  1341. package/lib/shell/login/SignInIcons.d.ts +14 -0
  1342. package/lib/shell/login/SignInIcons.d.ts.map +1 -0
  1343. package/lib/shell/login/SignInIcons.js +26 -0
  1344. package/lib/shell/login/SignInIcons.js.map +1 -0
  1345. package/lib/shell/login/SignInModal.d.ts +7 -0
  1346. package/lib/shell/login/SignInModal.d.ts.map +1 -0
  1347. package/lib/shell/login/SignInModal.js +7 -0
  1348. package/lib/shell/login/SignInModal.js.map +1 -0
  1349. package/lib/shell/login/SignInPrimitives.d.ts +140 -0
  1350. package/lib/shell/login/SignInPrimitives.d.ts.map +1 -0
  1351. package/lib/shell/login/SignInPrimitives.js +119 -0
  1352. package/lib/shell/login/SignInPrimitives.js.map +1 -0
  1353. package/lib/shell/login/SignInProvidersStep.d.ts +10 -0
  1354. package/lib/shell/login/SignInProvidersStep.d.ts.map +1 -0
  1355. package/lib/shell/login/SignInProvidersStep.js +14 -0
  1356. package/lib/shell/login/SignInProvidersStep.js.map +1 -0
  1357. package/lib/shell/login/SignInReturningStep.d.ts +10 -0
  1358. package/lib/shell/login/SignInReturningStep.d.ts.map +1 -0
  1359. package/lib/shell/login/SignInReturningStep.js +21 -0
  1360. package/lib/shell/login/SignInReturningStep.js.map +1 -0
  1361. package/lib/shell/login/SignInTenantBlockedStep.d.ts +9 -0
  1362. package/lib/shell/login/SignInTenantBlockedStep.d.ts.map +1 -0
  1363. package/lib/shell/login/SignInTenantBlockedStep.js +17 -0
  1364. package/lib/shell/login/SignInTenantBlockedStep.js.map +1 -0
  1365. package/lib/shell/login/SignInTenantStep.d.ts +11 -0
  1366. package/lib/shell/login/SignInTenantStep.d.ts.map +1 -0
  1367. package/lib/shell/login/SignInTenantStep.js +24 -0
  1368. package/lib/shell/login/SignInTenantStep.js.map +1 -0
  1369. package/lib/shell/login/SignInWithProviderButton.d.ts +13 -0
  1370. package/lib/shell/login/SignInWithProviderButton.d.ts.map +1 -0
  1371. package/lib/shell/login/SignInWithProviderButton.js +23 -0
  1372. package/lib/shell/login/SignInWithProviderButton.js.map +1 -0
  1373. package/lib/shell/login/SigninScreen.d.ts +11 -0
  1374. package/lib/shell/login/SigninScreen.d.ts.map +1 -0
  1375. package/lib/shell/login/SigninScreen.js +155 -0
  1376. package/lib/shell/login/SigninScreen.js.map +1 -0
  1377. package/lib/shell/login/SignupForm.d.ts +8 -0
  1378. package/lib/shell/login/SignupForm.d.ts.map +1 -0
  1379. package/lib/shell/login/SignupForm.js +91 -0
  1380. package/lib/shell/login/SignupForm.js.map +1 -0
  1381. package/lib/shell/login/TerminalLogin.d.ts +2 -0
  1382. package/lib/shell/login/TerminalLogin.d.ts.map +1 -0
  1383. package/lib/shell/login/TerminalLogin.js +216 -0
  1384. package/lib/shell/login/TerminalLogin.js.map +1 -0
  1385. package/lib/shell/login/UserInfo.d.ts +6 -0
  1386. package/lib/shell/login/UserInfo.d.ts.map +1 -0
  1387. package/lib/shell/login/UserInfo.js +44 -0
  1388. package/lib/shell/login/UserInfo.js.map +1 -0
  1389. package/lib/shell/login/UserSessionMenu.d.ts +9 -0
  1390. package/lib/shell/login/UserSessionMenu.d.ts.map +1 -0
  1391. package/lib/shell/login/UserSessionMenu.js +36 -0
  1392. package/lib/shell/login/UserSessionMenu.js.map +1 -0
  1393. package/lib/shell/login/signInUtils.d.ts +45 -0
  1394. package/lib/shell/login/signInUtils.d.ts.map +1 -0
  1395. package/lib/shell/login/signInUtils.js +205 -0
  1396. package/lib/shell/login/signInUtils.js.map +1 -0
  1397. package/lib/shell/utils.d.ts.map +1 -0
  1398. package/lib/shell/utils.js +8 -0
  1399. package/lib/shell/utils.js.map +1 -0
  1400. package/lib/vertesia-ui-core.js +1 -1
  1401. package/lib/vertesia-ui-core.js.map +1 -1
  1402. package/lib/vertesia-ui-env.js +1 -1
  1403. package/lib/vertesia-ui-env.js.map +1 -1
  1404. package/lib/vertesia-ui-features.js +1 -1
  1405. package/lib/vertesia-ui-features.js.map +1 -1
  1406. package/lib/vertesia-ui-i18n.js +1 -1
  1407. package/lib/vertesia-ui-i18n.js.map +1 -1
  1408. package/lib/vertesia-ui-layout.js +1 -1
  1409. package/lib/vertesia-ui-layout.js.map +1 -1
  1410. package/lib/vertesia-ui-router.js +1 -1
  1411. package/lib/vertesia-ui-router.js.map +1 -1
  1412. package/lib/vertesia-ui-session.js +1 -1
  1413. package/lib/vertesia-ui-session.js.map +1 -1
  1414. package/lib/vertesia-ui-shell.js +1 -1
  1415. package/lib/vertesia-ui-shell.js.map +1 -1
  1416. package/lib/vertesia-ui-widgets.js +1 -1
  1417. package/lib/vertesia-ui-widgets.js.map +1 -1
  1418. package/lib/widgets/Progress.d.ts +6 -0
  1419. package/lib/widgets/Progress.d.ts.map +1 -0
  1420. package/lib/widgets/Progress.js.map +1 -0
  1421. package/lib/widgets/SvgIcon.d.ts +7 -0
  1422. package/lib/widgets/SvgIcon.d.ts.map +1 -0
  1423. package/lib/widgets/SvgIcon.js +36 -0
  1424. package/lib/widgets/SvgIcon.js.map +1 -0
  1425. package/lib/widgets/form/Form.d.ts +22 -0
  1426. package/lib/widgets/form/Form.d.ts.map +1 -0
  1427. package/lib/widgets/form/Form.js +105 -0
  1428. package/lib/widgets/form/Form.js.map +1 -0
  1429. package/lib/widgets/form/FormContext.d.ts +21 -0
  1430. package/lib/widgets/form/FormContext.d.ts.map +1 -0
  1431. package/lib/widgets/form/FormContext.js +31 -0
  1432. package/lib/widgets/form/FormContext.js.map +1 -0
  1433. package/lib/widgets/form/ManagedObject.d.ts +81 -0
  1434. package/lib/widgets/form/ManagedObject.d.ts.map +1 -0
  1435. package/lib/widgets/form/ManagedObject.js +284 -0
  1436. package/lib/widgets/form/ManagedObject.js.map +1 -0
  1437. package/lib/widgets/form/fields.d.ts +16 -0
  1438. package/lib/widgets/form/fields.d.ts.map +1 -0
  1439. package/lib/widgets/form/fields.js +12 -0
  1440. package/lib/widgets/form/fields.js.map +1 -0
  1441. package/lib/widgets/form/index.d.ts +7 -0
  1442. package/lib/widgets/form/index.d.ts.map +1 -0
  1443. package/lib/widgets/form/index.js +7 -0
  1444. package/lib/widgets/form/index.js.map +1 -0
  1445. package/lib/widgets/form/inputs.d.ts +8 -0
  1446. package/lib/widgets/form/inputs.d.ts.map +1 -0
  1447. package/lib/widgets/form/inputs.js +38 -0
  1448. package/lib/widgets/form/inputs.js.map +1 -0
  1449. package/lib/widgets/form/schema.d.ts +47 -0
  1450. package/lib/widgets/form/schema.d.ts.map +1 -0
  1451. package/lib/widgets/form/schema.js +204 -0
  1452. package/lib/widgets/form/schema.js.map +1 -0
  1453. package/lib/widgets/index.d.ts +11 -0
  1454. package/lib/widgets/index.d.ts.map +1 -0
  1455. package/lib/widgets/index.js +11 -0
  1456. package/lib/widgets/index.js.map +1 -0
  1457. package/lib/widgets/json-view/JSONCode.d.ts +7 -0
  1458. package/lib/widgets/json-view/JSONCode.d.ts.map +1 -0
  1459. package/lib/widgets/json-view/JSONCode.js +53 -0
  1460. package/lib/widgets/json-view/JSONCode.js.map +1 -0
  1461. package/lib/widgets/json-view/JSONDisplay.d.ts +7 -0
  1462. package/lib/widgets/json-view/JSONDisplay.d.ts.map +1 -0
  1463. package/lib/widgets/json-view/JSONDisplay.js +27 -0
  1464. package/lib/widgets/json-view/JSONDisplay.js.map +1 -0
  1465. package/lib/widgets/json-view/JSONEditor.d.ts +28 -0
  1466. package/lib/widgets/json-view/JSONEditor.d.ts.map +1 -0
  1467. package/lib/widgets/json-view/JSONEditor.js +53 -0
  1468. package/lib/widgets/json-view/JSONEditor.js.map +1 -0
  1469. package/lib/widgets/json-view/JSONSwitcher.d.ts +6 -0
  1470. package/lib/widgets/json-view/JSONSwitcher.d.ts.map +1 -0
  1471. package/lib/widgets/json-view/JSONSwitcher.js +6 -0
  1472. package/lib/widgets/json-view/JSONSwitcher.js.map +1 -0
  1473. package/lib/widgets/json-view/JSONTable.d.ts +8 -0
  1474. package/lib/widgets/json-view/JSONTable.d.ts.map +1 -0
  1475. package/lib/widgets/json-view/JSONTable.js +36 -0
  1476. package/lib/widgets/json-view/JSONTable.js.map +1 -0
  1477. package/lib/widgets/json-view/JSONView.d.ts +7 -0
  1478. package/lib/widgets/json-view/JSONView.d.ts.map +1 -0
  1479. package/lib/widgets/json-view/JSONView.js +117 -0
  1480. package/lib/widgets/json-view/JSONView.js.map +1 -0
  1481. package/lib/widgets/json-view/index.d.ts +8 -0
  1482. package/lib/widgets/json-view/index.d.ts.map +1 -0
  1483. package/lib/widgets/json-view/index.js +7 -0
  1484. package/lib/widgets/json-view/index.js.map +1 -0
  1485. package/lib/widgets/json-view/types.d.ts.map +1 -0
  1486. package/lib/widgets/json-view/types.js.map +1 -0
  1487. package/lib/widgets/markdown/ArtifactContentRenderer.d.ts.map +1 -0
  1488. package/lib/widgets/markdown/ArtifactContentRenderer.js +230 -0
  1489. package/lib/widgets/markdown/ArtifactContentRenderer.js.map +1 -0
  1490. package/lib/widgets/markdown/CodeBlockContext.d.ts +21 -0
  1491. package/lib/widgets/markdown/CodeBlockContext.d.ts.map +1 -0
  1492. package/lib/widgets/markdown/CodeBlockContext.js.map +1 -0
  1493. package/lib/widgets/markdown/CodeBlockPlaceholder.d.ts +42 -0
  1494. package/lib/widgets/markdown/CodeBlockPlaceholder.d.ts.map +1 -0
  1495. package/lib/widgets/markdown/CodeBlockPlaceholder.js +57 -0
  1496. package/lib/widgets/markdown/CodeBlockPlaceholder.js.map +1 -0
  1497. package/lib/widgets/markdown/CodeBlockRendering.d.ts +23 -0
  1498. package/lib/widgets/markdown/CodeBlockRendering.d.ts.map +1 -0
  1499. package/lib/widgets/markdown/CodeBlockRendering.js +38 -0
  1500. package/lib/widgets/markdown/CodeBlockRendering.js.map +1 -0
  1501. package/lib/widgets/markdown/MarkdownFigure.d.ts +15 -0
  1502. package/lib/widgets/markdown/MarkdownFigure.d.ts.map +1 -0
  1503. package/lib/widgets/markdown/MarkdownFigure.js +40 -0
  1504. package/lib/widgets/markdown/MarkdownFigure.js.map +1 -0
  1505. package/lib/widgets/markdown/MarkdownImage.d.ts +16 -0
  1506. package/lib/widgets/markdown/MarkdownImage.d.ts.map +1 -0
  1507. package/lib/widgets/markdown/MarkdownImage.js +41 -0
  1508. package/lib/widgets/markdown/MarkdownImage.js.map +1 -0
  1509. package/lib/widgets/markdown/MarkdownLink.d.ts +17 -0
  1510. package/lib/widgets/markdown/MarkdownLink.d.ts.map +1 -0
  1511. package/lib/widgets/markdown/MarkdownLink.js +46 -0
  1512. package/lib/widgets/markdown/MarkdownLink.js.map +1 -0
  1513. package/lib/widgets/markdown/MarkdownRenderer.d.ts +30 -0
  1514. package/lib/widgets/markdown/MarkdownRenderer.d.ts.map +1 -0
  1515. package/lib/widgets/markdown/MarkdownRenderer.js +162 -0
  1516. package/lib/widgets/markdown/MarkdownRenderer.js.map +1 -0
  1517. package/lib/widgets/markdown/MermaidDiagram.d.ts +28 -0
  1518. package/lib/widgets/markdown/MermaidDiagram.d.ts.map +1 -0
  1519. package/lib/widgets/markdown/MermaidDiagram.js +150 -0
  1520. package/lib/widgets/markdown/MermaidDiagram.js.map +1 -0
  1521. package/lib/widgets/markdown/codeBlockHandlers.d.ts +58 -0
  1522. package/lib/widgets/markdown/codeBlockHandlers.d.ts.map +1 -0
  1523. package/lib/widgets/markdown/codeBlockHandlers.js +285 -0
  1524. package/lib/widgets/markdown/codeBlockHandlers.js.map +1 -0
  1525. package/lib/widgets/markdown/index.d.ts +13 -0
  1526. package/lib/widgets/markdown/index.d.ts.map +1 -0
  1527. package/lib/widgets/markdown/index.js +13 -0
  1528. package/lib/widgets/markdown/index.js.map +1 -0
  1529. package/lib/widgets/markdown/normalizeCustomSchemeLinks.d.ts.map +1 -0
  1530. package/lib/widgets/markdown/normalizeCustomSchemeLinks.js +70 -0
  1531. package/lib/widgets/markdown/normalizeCustomSchemeLinks.js.map +1 -0
  1532. package/lib/widgets/markdown/normalizeDirectives.d.ts.map +1 -0
  1533. package/lib/widgets/markdown/normalizeDirectives.js +58 -0
  1534. package/lib/widgets/markdown/normalizeDirectives.js.map +1 -0
  1535. package/lib/widgets/markdown/preprocessMathDelimiters.d.ts.map +1 -0
  1536. package/lib/widgets/markdown/preprocessMathDelimiters.js +222 -0
  1537. package/lib/widgets/markdown/preprocessMathDelimiters.js.map +1 -0
  1538. package/lib/widgets/markdown/remarkDirectiveHandler.d.ts +15 -0
  1539. package/lib/widgets/markdown/remarkDirectiveHandler.d.ts.map +1 -0
  1540. package/lib/widgets/markdown/remarkDirectiveHandler.js +96 -0
  1541. package/lib/widgets/markdown/remarkDirectiveHandler.js.map +1 -0
  1542. package/lib/widgets/markdown/useArtifactContent.d.ts.map +1 -0
  1543. package/lib/widgets/markdown/useArtifactContent.js +173 -0
  1544. package/lib/widgets/markdown/useArtifactContent.js.map +1 -0
  1545. package/lib/widgets/markdown/useResolvedUrl.d.ts.map +1 -0
  1546. package/lib/widgets/markdown/useResolvedUrl.js +181 -0
  1547. package/lib/widgets/markdown/useResolvedUrl.js.map +1 -0
  1548. package/lib/widgets/monacoEditor/MonacoEditor.d.ts +41 -0
  1549. package/lib/widgets/monacoEditor/MonacoEditor.d.ts.map +1 -0
  1550. package/lib/widgets/monacoEditor/MonacoEditor.js +168 -0
  1551. package/lib/widgets/monacoEditor/MonacoEditor.js.map +1 -0
  1552. package/lib/widgets/monacoEditor/foldingProviders.d.ts.map +1 -0
  1553. package/lib/widgets/monacoEditor/foldingProviders.js +138 -0
  1554. package/lib/widgets/monacoEditor/foldingProviders.js.map +1 -0
  1555. package/lib/widgets/monacoEditor/index.d.ts +3 -0
  1556. package/lib/widgets/monacoEditor/index.d.ts.map +1 -0
  1557. package/lib/widgets/monacoEditor/index.js +2 -0
  1558. package/lib/widgets/monacoEditor/index.js.map +1 -0
  1559. package/lib/widgets/properties/PropertiesView.d.ts +11 -0
  1560. package/lib/widgets/properties/PropertiesView.d.ts.map +1 -0
  1561. package/lib/widgets/properties/PropertiesView.js +7 -0
  1562. package/lib/widgets/properties/PropertiesView.js.map +1 -0
  1563. package/lib/widgets/properties/index.d.ts +2 -0
  1564. package/lib/widgets/properties/index.d.ts.map +1 -0
  1565. package/lib/widgets/properties/index.js +2 -0
  1566. package/lib/widgets/properties/index.js.map +1 -0
  1567. package/lib/widgets/schema-editor/ManagedSchema.d.ts +75 -0
  1568. package/lib/widgets/schema-editor/ManagedSchema.d.ts.map +1 -0
  1569. package/lib/widgets/schema-editor/ManagedSchema.js +303 -0
  1570. package/lib/widgets/schema-editor/ManagedSchema.js.map +1 -0
  1571. package/lib/widgets/schema-editor/editor/Editable.d.ts +40 -0
  1572. package/lib/widgets/schema-editor/editor/Editable.d.ts.map +1 -0
  1573. package/lib/widgets/schema-editor/editor/Editable.js +109 -0
  1574. package/lib/widgets/schema-editor/editor/Editable.js.map +1 -0
  1575. package/lib/widgets/schema-editor/editor/EditableSchemaProperty.d.ts +8 -0
  1576. package/lib/widgets/schema-editor/editor/EditableSchemaProperty.d.ts.map +1 -0
  1577. package/lib/widgets/schema-editor/editor/EditableSchemaProperty.js +8 -0
  1578. package/lib/widgets/schema-editor/editor/EditableSchemaProperty.js.map +1 -0
  1579. package/lib/widgets/schema-editor/editor/PropertyEditor.d.ts +6 -0
  1580. package/lib/widgets/schema-editor/editor/PropertyEditor.d.ts.map +1 -0
  1581. package/lib/widgets/schema-editor/editor/PropertyEditor.js +85 -0
  1582. package/lib/widgets/schema-editor/editor/PropertyEditor.js.map +1 -0
  1583. package/lib/widgets/schema-editor/editor/PropertyViewer.d.ts +4 -0
  1584. package/lib/widgets/schema-editor/editor/PropertyViewer.d.ts.map +1 -0
  1585. package/lib/widgets/schema-editor/editor/PropertyViewer.js +7 -0
  1586. package/lib/widgets/schema-editor/editor/PropertyViewer.js.map +1 -0
  1587. package/lib/widgets/schema-editor/editor/SchemaContext.d.ts +4 -0
  1588. package/lib/widgets/schema-editor/editor/SchemaContext.d.ts.map +1 -0
  1589. package/lib/widgets/schema-editor/editor/SchemaContext.js +9 -0
  1590. package/lib/widgets/schema-editor/editor/SchemaContext.js.map +1 -0
  1591. package/lib/widgets/schema-editor/editor/SchemaEditor.d.ts +9 -0
  1592. package/lib/widgets/schema-editor/editor/SchemaEditor.d.ts.map +1 -0
  1593. package/lib/widgets/schema-editor/editor/SchemaEditor.js +81 -0
  1594. package/lib/widgets/schema-editor/editor/SchemaEditor.js.map +1 -0
  1595. package/lib/widgets/schema-editor/index.d.ts +7 -0
  1596. package/lib/widgets/schema-editor/index.d.ts.map +1 -0
  1597. package/lib/widgets/schema-editor/index.js +7 -0
  1598. package/lib/widgets/schema-editor/index.js.map +1 -0
  1599. package/lib/widgets/schema-editor/json-schema4-utils.d.ts +16 -0
  1600. package/lib/widgets/schema-editor/json-schema4-utils.d.ts.map +1 -0
  1601. package/lib/widgets/schema-editor/json-schema4-utils.js +188 -0
  1602. package/lib/widgets/schema-editor/json-schema4-utils.js.map +1 -0
  1603. package/lib/widgets/schema-editor/type-signature.d.ts.map +1 -0
  1604. package/lib/widgets/schema-editor/type-signature.js.map +1 -0
  1605. package/lib/widgets/upload/DropZone.d.ts +41 -0
  1606. package/lib/widgets/upload/DropZone.d.ts.map +1 -0
  1607. package/lib/widgets/upload/DropZone.js +181 -0
  1608. package/lib/widgets/upload/DropZone.js.map +1 -0
  1609. package/lib/widgets/upload/UploadResultCategory.d.ts +26 -0
  1610. package/lib/widgets/upload/UploadResultCategory.d.ts.map +1 -0
  1611. package/lib/widgets/upload/UploadResultCategory.js +22 -0
  1612. package/lib/widgets/upload/UploadResultCategory.js.map +1 -0
  1613. package/lib/widgets/upload/UploadSummary.d.ts +38 -0
  1614. package/lib/widgets/upload/UploadSummary.d.ts.map +1 -0
  1615. package/lib/widgets/upload/UploadSummary.js +32 -0
  1616. package/lib/widgets/upload/UploadSummary.js.map +1 -0
  1617. package/lib/widgets/upload/index.d.ts.map +1 -0
  1618. package/lib/widgets/upload/index.js.map +1 -0
  1619. package/lib/widgets/xml-viewer/components/Attributes/index.d.ts +6 -0
  1620. package/lib/widgets/xml-viewer/components/Attributes/index.d.ts.map +1 -0
  1621. package/lib/widgets/xml-viewer/components/Attributes/index.js.map +1 -0
  1622. package/lib/widgets/xml-viewer/components/CDataTag/index.d.ts +8 -0
  1623. package/lib/widgets/xml-viewer/components/CDataTag/index.d.ts.map +1 -0
  1624. package/lib/widgets/xml-viewer/components/CDataTag/index.js.map +1 -0
  1625. package/lib/widgets/xml-viewer/components/CollapseIcon/index.d.ts.map +1 -0
  1626. package/lib/widgets/xml-viewer/components/CollapseIcon/index.js +11 -0
  1627. package/lib/widgets/xml-viewer/components/CollapseIcon/index.js.map +1 -0
  1628. package/lib/widgets/xml-viewer/components/CommentTag/index.d.ts +9 -0
  1629. package/lib/widgets/xml-viewer/components/CommentTag/index.d.ts.map +1 -0
  1630. package/lib/widgets/xml-viewer/components/CommentTag/index.js.map +1 -0
  1631. package/lib/widgets/xml-viewer/components/DeclarationTag/index.d.ts +8 -0
  1632. package/lib/widgets/xml-viewer/components/DeclarationTag/index.d.ts.map +1 -0
  1633. package/lib/widgets/xml-viewer/components/DeclarationTag/index.js.map +1 -0
  1634. package/lib/widgets/xml-viewer/components/Elements/index.d.ts +8 -0
  1635. package/lib/widgets/xml-viewer/components/Elements/index.d.ts.map +1 -0
  1636. package/lib/widgets/xml-viewer/components/Elements/index.js.map +1 -0
  1637. package/lib/widgets/xml-viewer/components/InvalidXml/index.d.ts +2 -0
  1638. package/lib/widgets/xml-viewer/components/InvalidXml/index.d.ts.map +1 -0
  1639. package/lib/widgets/xml-viewer/components/InvalidXml/index.js.map +1 -0
  1640. package/lib/widgets/xml-viewer/components/Tag/index.d.ts +13 -0
  1641. package/lib/widgets/xml-viewer/components/Tag/index.d.ts.map +1 -0
  1642. package/lib/widgets/xml-viewer/components/Tag/index.js.map +1 -0
  1643. package/lib/widgets/xml-viewer/components/TextElement/index.d.ts +8 -0
  1644. package/lib/widgets/xml-viewer/components/TextElement/index.d.ts.map +1 -0
  1645. package/lib/widgets/xml-viewer/components/TextElement/index.js.map +1 -0
  1646. package/lib/widgets/xml-viewer/components/XMLViewer.d.ts +3 -0
  1647. package/lib/widgets/xml-viewer/components/XMLViewer.d.ts.map +1 -0
  1648. package/lib/widgets/xml-viewer/components/XMLViewer.js.map +1 -0
  1649. package/lib/widgets/xml-viewer/components/types.d.ts.map +1 -0
  1650. package/lib/widgets/xml-viewer/components/types.js.map +1 -0
  1651. package/lib/widgets/xml-viewer/constants/index.d.ts.map +1 -0
  1652. package/lib/widgets/xml-viewer/constants/index.js.map +1 -0
  1653. package/lib/widgets/xml-viewer/context/xml-viewer-context.d.ts +4 -0
  1654. package/lib/widgets/xml-viewer/context/xml-viewer-context.d.ts.map +1 -0
  1655. package/lib/widgets/xml-viewer/context/xml-viewer-context.js.map +1 -0
  1656. package/lib/widgets/xml-viewer/helpers/index.d.ts +13 -0
  1657. package/lib/widgets/xml-viewer/helpers/index.d.ts.map +1 -0
  1658. package/lib/widgets/xml-viewer/helpers/index.js +38 -0
  1659. package/lib/widgets/xml-viewer/helpers/index.js.map +1 -0
  1660. package/lib/widgets/xml-viewer/hooks/useCollapsible.d.ts.map +1 -0
  1661. package/lib/widgets/xml-viewer/hooks/useCollapsible.js.map +1 -0
  1662. package/lib/widgets/xml-viewer/hooks/useXMLViewer.d.ts.map +1 -0
  1663. package/lib/widgets/xml-viewer/hooks/useXMLViewer.js +33 -0
  1664. package/lib/widgets/xml-viewer/hooks/useXMLViewer.js.map +1 -0
  1665. package/lib/widgets/xml-viewer/index.d.ts +3 -0
  1666. package/lib/widgets/xml-viewer/index.d.ts.map +1 -0
  1667. package/lib/widgets/xml-viewer/index.js +3 -0
  1668. package/lib/widgets/xml-viewer/index.js.map +1 -0
  1669. package/lib/widgets/xml-viewer/types/index.d.ts +16 -0
  1670. package/lib/widgets/xml-viewer/types/index.d.ts.map +1 -0
  1671. package/lib/widgets/xml-viewer/types/index.js.map +1 -0
  1672. package/llms.txt +387 -484
  1673. package/package.json +103 -132
  1674. package/src/__tests__/a11y.test.tsx +398 -0
  1675. package/src/__tests__/axe-helper.ts +23 -0
  1676. package/src/__tests__/contrast.test.ts +165 -0
  1677. package/src/__tests__/setup.ts +74 -0
  1678. package/src/__tests__/test-modules.d.ts +13 -0
  1679. package/src/__tests__/test-utils.tsx +15 -0
  1680. package/src/__tests__/tsconfig.json +19 -0
  1681. package/src/__tests__/vitest-axe.d.ts +20 -0
  1682. package/src/core/components/Avatar.tsx +38 -29
  1683. package/src/core/components/Center.tsx +5 -7
  1684. package/src/core/components/ComboBox.tsx +167 -83
  1685. package/src/core/components/Divider.tsx +2 -5
  1686. package/src/core/components/EmptyCollection.tsx +5 -6
  1687. package/src/core/components/FileUpload.tsx +54 -21
  1688. package/src/core/components/FormItem.tsx +125 -16
  1689. package/src/core/components/InputList.tsx +63 -36
  1690. package/src/core/components/Link.tsx +8 -5
  1691. package/src/core/components/MenuList.tsx +29 -24
  1692. package/src/core/components/NumberInput.tsx +52 -41
  1693. package/src/core/components/Overlay.tsx +86 -77
  1694. package/src/core/components/Portal.tsx +7 -7
  1695. package/src/core/components/SelectList.tsx +44 -26
  1696. package/src/core/components/SidePanel.tsx +45 -20
  1697. package/src/core/components/Spinner.tsx +34 -21
  1698. package/src/core/components/TagsInput.tsx +54 -48
  1699. package/src/core/components/index.ts +28 -27
  1700. package/src/core/components/libs/utils.tsx +4 -4
  1701. package/src/core/components/libs/visuallyHidden.tsx +12 -12
  1702. package/src/core/components/popup/Popup.tsx +60 -29
  1703. package/src/core/components/popup/PopupController.ts +36 -37
  1704. package/src/core/components/popup/index.ts +3 -3
  1705. package/src/core/components/popup/position.ts +56 -34
  1706. package/src/core/components/popup/utils.ts +5 -3
  1707. package/src/core/components/shadcn/LanguageSwitcher.tsx +61 -0
  1708. package/src/core/components/shadcn/MessageBox.tsx +119 -57
  1709. package/src/core/components/shadcn/Panel.tsx +89 -40
  1710. package/src/core/components/shadcn/badge.tsx +74 -92
  1711. package/src/core/components/shadcn/breadcrumb.tsx +158 -180
  1712. package/src/core/components/shadcn/button.tsx +188 -143
  1713. package/src/core/components/shadcn/calendar.tsx +13 -23
  1714. package/src/core/components/shadcn/card.tsx +41 -76
  1715. package/src/core/components/shadcn/checkbox.tsx +20 -22
  1716. package/src/core/components/shadcn/collaspible.tsx +8 -24
  1717. package/src/core/components/shadcn/command.tsx +124 -157
  1718. package/src/core/components/shadcn/dropdown.tsx +283 -290
  1719. package/src/core/components/shadcn/filters/DynamicLabel.tsx +36 -35
  1720. package/src/core/components/shadcn/filters/animateChangeInHeight.tsx +5 -8
  1721. package/src/core/components/shadcn/filters/comboBox/DateCombobox.tsx +28 -36
  1722. package/src/core/components/shadcn/filters/comboBox/SelectCombobox.tsx +41 -37
  1723. package/src/core/components/shadcn/filters/comboBox/StringListCombobox.tsx +13 -22
  1724. package/src/core/components/shadcn/filters/comboBox/TextCombobox.tsx +12 -14
  1725. package/src/core/components/shadcn/filters/comboBox/comboBox.tsx +2 -2
  1726. package/src/core/components/shadcn/filters/filter/SelectFilter.tsx +143 -139
  1727. package/src/core/components/shadcn/filters/filter/StringListFilter.tsx +48 -48
  1728. package/src/core/components/shadcn/filters/filter/TextFilter.tsx +56 -60
  1729. package/src/core/components/shadcn/filters/filter/dateFilter.tsx +235 -228
  1730. package/src/core/components/shadcn/filters/filter-styles.ts +1 -1
  1731. package/src/core/components/shadcn/filters/filterBar.tsx +347 -329
  1732. package/src/core/components/shadcn/filters/filters.tsx +62 -63
  1733. package/src/core/components/shadcn/filters/types.ts +25 -25
  1734. package/src/core/components/shadcn/heading.tsx +15 -15
  1735. package/src/core/components/shadcn/index.ts +23 -22
  1736. package/src/core/components/shadcn/input.tsx +80 -76
  1737. package/src/core/components/shadcn/label.tsx +20 -25
  1738. package/src/core/components/shadcn/modal/ConfirmModal.tsx +21 -30
  1739. package/src/core/components/shadcn/modal/DeleteModal.tsx +16 -12
  1740. package/src/core/components/shadcn/modal/dialog.tsx +73 -97
  1741. package/src/core/components/shadcn/modal/index.ts +3 -3
  1742. package/src/core/components/shadcn/popover.tsx +96 -93
  1743. package/src/core/components/shadcn/radioGroup.tsx +80 -81
  1744. package/src/core/components/shadcn/resizeable.tsx +46 -44
  1745. package/src/core/components/shadcn/selectBox.tsx +216 -121
  1746. package/src/core/components/shadcn/separator.tsx +15 -19
  1747. package/src/core/components/shadcn/slider.test.tsx +14 -0
  1748. package/src/core/components/shadcn/slider.tsx +78 -0
  1749. package/src/core/components/shadcn/switch.tsx +55 -48
  1750. package/src/core/components/shadcn/tabs.tsx +316 -292
  1751. package/src/core/components/shadcn/text.tsx +24 -24
  1752. package/src/core/components/shadcn/textarea.tsx +55 -55
  1753. package/src/core/components/shadcn/theme/ThemeProvider.tsx +52 -58
  1754. package/src/core/components/shadcn/theme/ThemeSwitcher.tsx +45 -31
  1755. package/src/core/components/shadcn/tooltip.tsx +85 -69
  1756. package/src/core/components/styles.ts +7 -6
  1757. package/src/core/components/table/index.tsx +90 -31
  1758. package/src/core/components/toast/NotificationPanel.tsx +31 -31
  1759. package/src/core/components/toast/ToastContext.ts +3 -3
  1760. package/src/core/components/toast/ToastProps.ts +1 -1
  1761. package/src/core/components/toast/ToastProvider.tsx +20 -13
  1762. package/src/core/components/toast/index.ts +2 -2
  1763. package/src/core/hooks/CompositeState.tsx +28 -33
  1764. package/src/core/hooks/PortalContainerProvider.tsx +8 -14
  1765. package/src/core/hooks/SharedState.tsx +9 -9
  1766. package/src/core/hooks/index.ts +15 -15
  1767. package/src/core/hooks/useClickOutside.tsx +11 -7
  1768. package/src/core/hooks/useCopyToClipboard.tsx +21 -21
  1769. package/src/core/hooks/useDarkMode.ts +2 -2
  1770. package/src/core/hooks/useDebounce.tsx +1 -1
  1771. package/src/core/hooks/useEventSource.ts +40 -14
  1772. package/src/core/hooks/useFetch.ts +41 -27
  1773. package/src/core/hooks/useFlag.tsx +4 -4
  1774. package/src/core/hooks/useIntersectionObserver.tsx +22 -13
  1775. package/src/core/hooks/useIsFistRendering.ts +5 -4
  1776. package/src/core/hooks/useSafeLayoutEffect.ts +3 -3
  1777. package/src/core/hooks/useScrollableSearch.tsx +64 -47
  1778. package/src/core/hooks/useSharedValue.ts +3 -5
  1779. package/src/core/index.ts +3 -3
  1780. package/src/core/utils/a11y.ts +23 -0
  1781. package/src/core/utils/cn.ts +4 -4
  1782. package/src/core/utils/errorMessage.ts +20 -0
  1783. package/src/core/utils/index.ts +4 -1
  1784. package/src/core/utils/textarea.ts +15 -0
  1785. package/src/css/base.css +24 -24
  1786. package/src/css/color.css +129 -131
  1787. package/src/css/custom-tooltips.css +54 -47
  1788. package/src/css/theme.css +82 -84
  1789. package/src/css/typography.css +8 -7
  1790. package/src/css/utilities.css +137 -67
  1791. package/src/env/index.ts +65 -42
  1792. package/src/features/activity-doc/ActivityDoc.tsx +77 -71
  1793. package/src/features/activity-doc/index.ts +1 -1
  1794. package/src/features/agent/PayloadBuilder.tsx +98 -55
  1795. package/src/features/agent/chat/AgentChart.tsx +50 -42
  1796. package/src/features/agent/chat/AgentChatFixtureReplay.test.tsx +144 -0
  1797. package/src/features/agent/chat/AgentChatFixtureReplay.tsx +254 -0
  1798. package/src/features/agent/chat/AgentChatPlaybackControls.test.tsx +96 -0
  1799. package/src/features/agent/chat/AgentChatPlaybackControls.tsx +215 -0
  1800. package/src/features/agent/chat/AgentRequestInputOverlay.tsx +59 -0
  1801. package/src/features/agent/chat/AgentRightPanel.tsx +409 -185
  1802. package/src/features/agent/chat/AnimatedThinkingDots.tsx +91 -82
  1803. package/src/features/agent/chat/ArtifactsTab.tsx +347 -110
  1804. package/src/features/agent/chat/AskUserWidget.tsx +221 -51
  1805. package/src/features/agent/chat/BrowserUseWidget.tsx +255 -0
  1806. package/src/features/agent/chat/DocumentPanel.tsx +35 -41
  1807. package/src/features/agent/chat/DocumentTabBar.tsx +7 -4
  1808. package/src/features/agent/chat/ImageLightbox.tsx +30 -14
  1809. package/src/features/agent/chat/JumpingDots.tsx +15 -6
  1810. package/src/features/agent/chat/ModernAgentConversation.test.tsx +1463 -0
  1811. package/src/features/agent/chat/ModernAgentConversation.tsx +1671 -734
  1812. package/src/features/agent/chat/ModernAgentOutput/ActiveWorkstreamsSummary.tsx +74 -0
  1813. package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.test.tsx +1499 -0
  1814. package/src/features/agent/chat/ModernAgentOutput/AllMessagesMixed.tsx +2675 -344
  1815. package/src/features/agent/chat/ModernAgentOutput/AttachmentPreview.tsx +428 -0
  1816. package/src/features/agent/chat/ModernAgentOutput/BatchProgressPanel.tsx +67 -65
  1817. package/src/features/agent/chat/ModernAgentOutput/Header.tsx +239 -134
  1818. package/src/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.tsx +18 -14
  1819. package/src/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.tsx +197 -242
  1820. package/src/features/agent/chat/ModernAgentOutput/MessageDeliveryStatus.tsx +83 -0
  1821. package/src/features/agent/chat/ModernAgentOutput/MessageInput.test.tsx +232 -0
  1822. package/src/features/agent/chat/ModernAgentOutput/MessageInput.tsx +395 -274
  1823. package/src/features/agent/chat/ModernAgentOutput/MessageItem.tsx +437 -291
  1824. package/src/features/agent/chat/ModernAgentOutput/MessagesContainer.tsx +12 -13
  1825. package/src/features/agent/chat/ModernAgentOutput/PlanPanel.tsx +27 -23
  1826. package/src/features/agent/chat/ModernAgentOutput/SlideInPanel.tsx +24 -22
  1827. package/src/features/agent/chat/ModernAgentOutput/SlidingMessages.tsx +18 -21
  1828. package/src/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.tsx +53 -49
  1829. package/src/features/agent/chat/ModernAgentOutput/StackedMessages.tsx +9 -9
  1830. package/src/features/agent/chat/ModernAgentOutput/StreamingMessage.tsx +42 -38
  1831. package/src/features/agent/chat/ModernAgentOutput/SummaryConversation.ts +499 -0
  1832. package/src/features/agent/chat/ModernAgentOutput/ToolCallGroup.tsx +518 -271
  1833. package/src/features/agent/chat/ModernAgentOutput/WorkstreamTabs.tsx +124 -146
  1834. package/src/features/agent/chat/ModernAgentOutput/processContentForMarkdown.test.ts +48 -0
  1835. package/src/features/agent/chat/ModernAgentOutput/processContentForMarkdown.ts +158 -0
  1836. package/src/features/agent/chat/ModernAgentOutput/requestInputMessages.ts +81 -0
  1837. package/src/features/agent/chat/ModernAgentOutput/utils.test.ts +1381 -88
  1838. package/src/features/agent/chat/ModernAgentOutput/utils.ts +291 -154
  1839. package/src/features/agent/chat/ModernAgentOutput/with-types.d.ts +7 -7
  1840. package/src/features/agent/chat/ProposalCodeBlockHandler.tsx +89 -0
  1841. package/src/features/agent/chat/SkillWidgetProvider.tsx +72 -58
  1842. package/src/features/agent/chat/SlidingThinkingIndicator.tsx +173 -165
  1843. package/src/features/agent/chat/VegaLiteChart.tsx +631 -557
  1844. package/src/features/agent/chat/WaitingMessages.ts +50 -50
  1845. package/src/features/agent/chat/applyParameterValues.test.ts +67 -69
  1846. package/src/features/agent/chat/clipboardFiles.ts +33 -0
  1847. package/src/features/agent/chat/hooks/useAgentPlans.ts +22 -27
  1848. package/src/features/agent/chat/hooks/useAgentStream.test.tsx +601 -0
  1849. package/src/features/agent/chat/hooks/useAgentStream.ts +413 -126
  1850. package/src/features/agent/chat/hooks/useArtifacts.ts +41 -16
  1851. package/src/features/agent/chat/hooks/useDocumentPanel.ts +11 -13
  1852. package/src/features/agent/chat/hooks/useFileProcessing.test.tsx +121 -0
  1853. package/src/features/agent/chat/hooks/useFileProcessing.ts +173 -72
  1854. package/src/features/agent/chat/index.ts +58 -27
  1855. package/src/features/agent/chat/playback.test.ts +70 -0
  1856. package/src/features/agent/chat/playback.ts +93 -0
  1857. package/src/features/agent/chat/useArtifactUrlCache.tsx +25 -27
  1858. package/src/features/agent/chat/workstreams.ts +224 -0
  1859. package/src/features/agent/index.ts +2 -2
  1860. package/src/features/document-viewer/UniversalDocumentViewer.test.tsx +123 -0
  1861. package/src/features/document-viewer/UniversalDocumentViewer.tsx +746 -0
  1862. package/src/features/document-viewer/index.ts +1 -0
  1863. package/src/features/errors/PanelErrorBoundary.tsx +13 -19
  1864. package/src/features/errors/RowErrorBoundary.tsx +8 -12
  1865. package/src/features/errors/VertesiaErrorBoundary.tsx +8 -7
  1866. package/src/features/errors/WidgetErrorBoundary.tsx +8 -16
  1867. package/src/features/errors/index.ts +4 -4
  1868. package/src/features/facets/AgentRunnerFacetsNav.tsx +56 -59
  1869. package/src/features/facets/CollectionsFacetsNav.tsx +24 -35
  1870. package/src/features/facets/DocumentsFacetsNav.tsx +36 -44
  1871. package/src/features/facets/EnvironmentFacet.tsx +38 -20
  1872. package/src/features/facets/InteractionsFacetsNav.tsx +18 -31
  1873. package/src/features/facets/ProcessDefinitionsFacetsNav.tsx +51 -0
  1874. package/src/features/facets/ProcessRunsFacetsNav.tsx +64 -0
  1875. package/src/features/facets/PromptsFacetsNav.tsx +22 -33
  1876. package/src/features/facets/RunsFacetsNav.tsx +52 -60
  1877. package/src/features/facets/WorkflowDefinitionsFacetsNav.tsx +51 -0
  1878. package/src/features/facets/WorkflowExecutionsFacetsNav.tsx +28 -42
  1879. package/src/features/facets/WorkflowRulesFacetsNav.tsx +49 -0
  1880. package/src/features/facets/index.ts +32 -18
  1881. package/src/features/facets/utils/SearchInterface.tsx +32 -3
  1882. package/src/features/facets/utils/StringFacet.tsx +16 -5
  1883. package/src/features/facets/utils/StringListFacet.tsx +5 -6
  1884. package/src/features/facets/utils/TypeFacet.tsx +30 -19
  1885. package/src/features/facets/utils/VEnvironmentFacet.tsx +9 -9
  1886. package/src/features/facets/utils/VInteractionFacet.tsx +18 -17
  1887. package/src/features/facets/utils/VStringFacet.tsx +19 -8
  1888. package/src/features/facets/utils/VTypeFacet.tsx +15 -15
  1889. package/src/features/facets/utils/VUserFacet.tsx +6 -6
  1890. package/src/features/facets/utils/utils.tsx +2 -2
  1891. package/src/features/index.ts +14 -12
  1892. package/src/features/layout/GenericPageNavHeader.tsx +73 -53
  1893. package/src/features/layout/NotFoundView.tsx +4 -7
  1894. package/src/features/layout/index.ts +2 -2
  1895. package/src/features/magic-pdf/AnnotatedImageSlider.tsx +59 -44
  1896. package/src/features/magic-pdf/DownloadPopover.tsx +29 -34
  1897. package/src/features/magic-pdf/ExtractedContentView.tsx +14 -21
  1898. package/src/features/magic-pdf/MagicPdfProvider.tsx +30 -45
  1899. package/src/features/magic-pdf/MagicPdfView.tsx +42 -55
  1900. package/src/features/magic-pdf/index.ts +1 -1
  1901. package/src/features/magic-pdf/types.ts +1 -1
  1902. package/src/features/media-viewer/AudioPanel.tsx +118 -0
  1903. package/src/features/media-viewer/ImagePanel.tsx +96 -0
  1904. package/src/features/media-viewer/VideoPanel.tsx +131 -0
  1905. package/src/features/media-viewer/formats.ts +38 -0
  1906. package/src/features/media-viewer/index.ts +4 -0
  1907. package/src/features/oauth/OAuthProviderConnectButton.tsx +6 -16
  1908. package/src/features/oauth/RemoteMcpConnectionButton.tsx +14 -23
  1909. package/src/features/oauth/useOAuthPopup.ts +1 -1
  1910. package/src/features/pdf-viewer/PdfPageRenderer.tsx +50 -72
  1911. package/src/features/pdf-viewer/PdfPageSlider.tsx +78 -80
  1912. package/src/features/pdf-viewer/SimplePdfViewer.tsx +22 -18
  1913. package/src/features/permissions/SecureButton.tsx +9 -8
  1914. package/src/features/permissions/SecureSidebarItem.tsx +4 -7
  1915. package/src/features/permissions/UserPermissionsProvider.tsx +52 -54
  1916. package/src/features/permissions/helpers.ts +8 -5
  1917. package/src/features/permissions/index.ts +4 -4
  1918. package/src/features/store/collections/BrowseCollectionView.tsx +25 -23
  1919. package/src/features/store/collections/CollectionsTable.tsx +50 -41
  1920. package/src/features/store/collections/CreateCollection.tsx +61 -31
  1921. package/src/features/store/collections/EditCollectionView.tsx +202 -80
  1922. package/src/features/store/collections/SelectCollection.tsx +120 -116
  1923. package/src/features/store/collections/SharedPropsEditor.tsx +38 -29
  1924. package/src/features/store/collections/SyncMemberHeadsToggle.tsx +28 -26
  1925. package/src/features/store/collections/index.ts +7 -7
  1926. package/src/features/store/index.ts +3 -3
  1927. package/src/features/store/objects/DocumentPreviewPanel.tsx +348 -376
  1928. package/src/features/store/objects/DocumentSearchResults.tsx +194 -117
  1929. package/src/features/store/objects/DocumentSelectionProvider.tsx +15 -10
  1930. package/src/features/store/objects/DocumentTable.tsx +51 -45
  1931. package/src/features/store/objects/ExportPropertiesModal.tsx +24 -26
  1932. package/src/features/store/objects/components/ContentDispositionButton.tsx +22 -27
  1933. package/src/features/store/objects/components/ContentOverview.tsx +412 -589
  1934. package/src/features/store/objects/components/DocumentIcon.tsx +95 -91
  1935. package/src/features/store/objects/components/DocumentInput.tsx +33 -26
  1936. package/src/features/store/objects/components/PropertiesEditorModal.tsx +58 -60
  1937. package/src/features/store/objects/components/SaveVersionConfirmModal.tsx +49 -37
  1938. package/src/features/store/objects/components/SelectDocument.test.tsx +87 -0
  1939. package/src/features/store/objects/components/SelectDocument.tsx +50 -54
  1940. package/src/features/store/objects/components/SelectDocumentModal.tsx +7 -7
  1941. package/src/features/store/objects/components/TextEditorPanel.tsx +26 -22
  1942. package/src/features/store/objects/components/VectorSearchWidget.test.tsx +41 -0
  1943. package/src/features/store/objects/components/VectorSearchWidget.tsx +94 -37
  1944. package/src/features/store/objects/components/index.ts +9 -9
  1945. package/src/features/store/objects/components/useContentPanelHooks.ts +24 -19
  1946. package/src/features/store/objects/components/useDownloadFile.ts +141 -126
  1947. package/src/features/store/objects/index.ts +10 -10
  1948. package/src/features/store/objects/layout/DocumentTableColumn.tsx +28 -12
  1949. package/src/features/store/objects/layout/documentLayout.tsx +86 -43
  1950. package/src/features/store/objects/layout/index.ts +2 -2
  1951. package/src/features/store/objects/layout/renderers.tsx +107 -73
  1952. package/src/features/store/objects/search/DocumentSearchContext.test.ts +49 -0
  1953. package/src/features/store/objects/search/DocumentSearchContext.ts +63 -46
  1954. package/src/features/store/objects/search/DocumentSearchProvider.tsx +23 -16
  1955. package/src/features/store/objects/search/index.ts +2 -2
  1956. package/src/features/store/objects/selection/ObjectsActionContext.tsx +28 -21
  1957. package/src/features/store/objects/selection/ObjectsActionContextClass.ts +9 -11
  1958. package/src/features/store/objects/selection/ObjectsActionHooks.ts +5 -5
  1959. package/src/features/store/objects/selection/ObjectsActionSpec.ts +16 -16
  1960. package/src/features/store/objects/selection/SelectionActions.tsx +111 -51
  1961. package/src/features/store/objects/selection/actions/AddToCollectionAction.tsx +68 -43
  1962. package/src/features/store/objects/selection/actions/ChangeTypeAction.tsx +36 -32
  1963. package/src/features/store/objects/selection/actions/ConfirmAction.tsx +27 -20
  1964. package/src/features/store/objects/selection/actions/DeleteObjectsAction.tsx +57 -46
  1965. package/src/features/store/objects/selection/actions/ExportPropertiesAction.tsx +60 -65
  1966. package/src/features/store/objects/selection/actions/RemoveFromCollectionAction.tsx +42 -33
  1967. package/src/features/store/objects/selection/actions/StartWorkflowComponent.tsx +9 -10
  1968. package/src/features/store/objects/selection/actions/index.ts +7 -7
  1969. package/src/features/store/objects/selection/index.ts +4 -4
  1970. package/src/features/store/objects/upload/DocumentUploadModal.tsx +189 -183
  1971. package/src/features/store/objects/upload/index.ts +3 -3
  1972. package/src/features/store/objects/upload/useSmartFileUploadProcessing.ts +139 -132
  1973. package/src/features/store/objects/upload/useUploadHandler.ts +41 -41
  1974. package/src/features/store/types/ContentObjectTypesSearch.tsx +89 -65
  1975. package/src/features/store/types/ContentObjectTypesTable.tsx +19 -18
  1976. package/src/features/store/types/CreateOrUpdateTypeModal.tsx +26 -16
  1977. package/src/features/store/types/ObjectSchemaEditor.tsx +72 -62
  1978. package/src/features/store/types/SelectContentType.tsx +22 -16
  1979. package/src/features/store/types/SelectContentTypeModal.tsx +23 -33
  1980. package/src/features/store/types/TableLayoutEditor.tsx +54 -41
  1981. package/src/features/store/types/TypeRegistry.ts +2 -3
  1982. package/src/features/store/types/TypeRegistryProvider.tsx +76 -73
  1983. package/src/features/store/types/index.ts +10 -10
  1984. package/src/features/store/types/search/ObjectTypeSearchContext.tsx +39 -33
  1985. package/src/features/store/types/search/ObjectTypeSearchProvider.tsx +7 -8
  1986. package/src/features/store/types/search/index.ts +2 -2
  1987. package/src/features/user/UserAvatar.tsx +21 -17
  1988. package/src/features/user/UserInfo.test.tsx +88 -0
  1989. package/src/features/user/UserInfo.tsx +196 -110
  1990. package/src/features/user/index.ts +2 -2
  1991. package/src/features/utils/index.ts +5 -5
  1992. package/src/features/utils/mimeType.ts +10 -10
  1993. package/src/features/utils/print.ts +14 -12
  1994. package/src/features/utils/rendition.ts +68 -81
  1995. package/src/features/utils/text.ts +4 -4
  1996. package/src/features/utils/workflowStatus.ts +14 -14
  1997. package/src/i18n/LanguageProvider.test.tsx +172 -0
  1998. package/src/i18n/LanguageProvider.tsx +77 -0
  1999. package/src/i18n/index.tsx +30 -7
  2000. package/src/i18n/locales/ar.json +92 -32
  2001. package/src/i18n/locales/de.json +92 -28
  2002. package/src/i18n/locales/en.json +109 -31
  2003. package/src/i18n/locales/es.json +94 -31
  2004. package/src/i18n/locales/fr.json +92 -29
  2005. package/src/i18n/locales/it.json +94 -31
  2006. package/src/i18n/locales/ja.json +92 -28
  2007. package/src/i18n/locales/ko.json +92 -28
  2008. package/src/i18n/locales/pt.json +94 -31
  2009. package/src/i18n/locales/ru.json +92 -30
  2010. package/src/i18n/locales/tr.json +92 -28
  2011. package/src/i18n/locales/zh-TW.json +92 -28
  2012. package/src/i18n/locales/zh.json +92 -28
  2013. package/src/i18n/rtl.test.ts +74 -0
  2014. package/src/i18n/rtl.ts +55 -0
  2015. package/src/i18n/useLocaleFormat.test.tsx +176 -0
  2016. package/src/i18n/useLocaleFormat.ts +106 -0
  2017. package/src/layout/AppLayout.tsx +80 -70
  2018. package/src/layout/ErrorPage.tsx +32 -0
  2019. package/src/layout/FullHeightLayout.tsx +16 -70
  2020. package/src/layout/Navbar.tsx +48 -50
  2021. package/src/layout/RegionTag.tsx +1 -5
  2022. package/src/layout/Sidebar.tsx +79 -67
  2023. package/src/layout/SidebarContext.ts +1 -1
  2024. package/src/layout/TitleBar.tsx +1 -2
  2025. package/src/layout/index.ts +8 -7
  2026. package/src/router/FixLinks.tsx +11 -9
  2027. package/src/router/HistoryNavigator.ts +55 -32
  2028. package/src/router/Nav.tsx +36 -10
  2029. package/src/router/NestedNavigationContext.tsx +23 -22
  2030. package/src/router/NestedRouterProvider.tsx +52 -46
  2031. package/src/router/PathMatcher.ts +42 -36
  2032. package/src/router/PathWithParams.ts +1 -2
  2033. package/src/router/Route404.tsx +6 -6
  2034. package/src/router/RouteComponent.tsx +7 -9
  2035. package/src/router/Router.tsx +32 -22
  2036. package/src/router/RouterProvider.tsx +24 -22
  2037. package/src/router/index.ts +10 -10
  2038. package/src/router/path.ts +4 -3
  2039. package/src/session/UserSession.ts +97 -66
  2040. package/src/session/UserSessionProvider.tsx +173 -88
  2041. package/src/session/auth/composable.test.ts +79 -0
  2042. package/src/session/auth/composable.ts +108 -33
  2043. package/src/session/auth/domainRouting.test.ts +8 -8
  2044. package/src/session/auth/domainRouting.ts +22 -0
  2045. package/src/session/auth/firebase.ts +25 -24
  2046. package/src/session/auth/useAuthState.ts +5 -8
  2047. package/src/session/auth/useCurrentTenant.ts +10 -11
  2048. package/src/session/constants.ts +1 -1
  2049. package/src/session/index.ts +7 -7
  2050. package/src/session/useUXTracking.tsx +11 -15
  2051. package/src/shell/SplashScreen.tsx +22 -13
  2052. package/src/shell/VertesiaShell.tsx +38 -16
  2053. package/src/shell/apps/AppInstallationProvider.tsx +10 -11
  2054. package/src/shell/apps/AppProjectSelector.tsx +34 -20
  2055. package/src/shell/apps/StandaloneApp.tsx +40 -37
  2056. package/src/shell/apps/index.ts +3 -3
  2057. package/src/shell/index.tsx +5 -5
  2058. package/src/shell/login/InviteAcceptModal.tsx +65 -56
  2059. package/src/shell/login/PreviewIcon.tsx +3 -6
  2060. package/src/shell/login/SignInAuthPending.tsx +43 -0
  2061. package/src/shell/login/SignInEmailStep.tsx +83 -0
  2062. package/src/shell/login/SignInIcons.tsx +66 -0
  2063. package/src/shell/login/SignInModal.tsx +10 -14
  2064. package/src/shell/login/SignInPrimitives.tsx +414 -0
  2065. package/src/shell/login/SignInProvidersStep.tsx +50 -0
  2066. package/src/shell/login/SignInReturningStep.tsx +90 -0
  2067. package/src/shell/login/SignInTenantBlockedStep.tsx +41 -0
  2068. package/src/shell/login/SignInTenantStep.tsx +78 -0
  2069. package/src/shell/login/SignInWithProviderButton.tsx +40 -0
  2070. package/src/shell/login/SigninScreen.tsx +231 -134
  2071. package/src/shell/login/SignupForm.tsx +28 -33
  2072. package/src/shell/login/TerminalLogin.tsx +188 -156
  2073. package/src/shell/login/UserInfo.tsx +41 -26
  2074. package/src/shell/login/UserSessionMenu.tsx +50 -35
  2075. package/src/shell/login/signInUtils.test.ts +41 -0
  2076. package/src/shell/login/signInUtils.ts +241 -0
  2077. package/src/shell/utils.tsx +5 -5
  2078. package/src/widgets/Progress.tsx +2 -2
  2079. package/src/widgets/SvgIcon.tsx +4 -4
  2080. package/src/widgets/form/Form.tsx +71 -59
  2081. package/src/widgets/form/FormContext.ts +9 -7
  2082. package/src/widgets/form/ManagedObject.ts +50 -40
  2083. package/src/widgets/form/fields.tsx +3 -11
  2084. package/src/widgets/form/index.ts +6 -6
  2085. package/src/widgets/form/inputs.tsx +55 -35
  2086. package/src/widgets/form/schema.ts +22 -15
  2087. package/src/widgets/index.ts +10 -10
  2088. package/src/widgets/json-view/JSONCode.test.tsx +52 -0
  2089. package/src/widgets/json-view/JSONCode.tsx +64 -19
  2090. package/src/widgets/json-view/JSONDisplay.tsx +30 -14
  2091. package/src/widgets/json-view/JSONEditor.tsx +89 -0
  2092. package/src/widgets/json-view/JSONSwitcher.tsx +13 -5
  2093. package/src/widgets/json-view/JSONTable.tsx +80 -0
  2094. package/src/widgets/json-view/JSONView.tsx +122 -82
  2095. package/src/widgets/json-view/index.ts +7 -5
  2096. package/src/widgets/markdown/ArtifactContentRenderer.tsx +20 -36
  2097. package/src/widgets/markdown/CodeBlockContext.tsx +1 -1
  2098. package/src/widgets/markdown/CodeBlockPlaceholder.test.tsx +2 -2
  2099. package/src/widgets/markdown/CodeBlockPlaceholder.tsx +21 -19
  2100. package/src/widgets/markdown/CodeBlockRendering.tsx +3 -8
  2101. package/src/widgets/markdown/MarkdownFigure.tsx +5 -21
  2102. package/src/widgets/markdown/MarkdownImage.tsx +7 -29
  2103. package/src/widgets/markdown/MarkdownLink.tsx +7 -30
  2104. package/src/widgets/markdown/MarkdownRenderer.tsx +45 -42
  2105. package/src/widgets/markdown/MermaidDiagram.test.ts +40 -0
  2106. package/src/widgets/markdown/MermaidDiagram.tsx +9 -8
  2107. package/src/widgets/markdown/codeBlockHandlers.test.tsx +12 -15
  2108. package/src/widgets/markdown/codeBlockHandlers.tsx +40 -155
  2109. package/src/widgets/markdown/index.ts +23 -14
  2110. package/src/widgets/markdown/normalizeCustomSchemeLinks.test.ts +21 -6
  2111. package/src/widgets/markdown/normalizeCustomSchemeLinks.ts +9 -16
  2112. package/src/widgets/markdown/normalizeDirectives.test.ts +57 -0
  2113. package/src/widgets/markdown/normalizeDirectives.ts +24 -14
  2114. package/src/widgets/markdown/preprocessMathDelimiters.test.ts +59 -54
  2115. package/src/widgets/markdown/preprocessMathDelimiters.ts +36 -32
  2116. package/src/widgets/markdown/remarkDirectiveHandler.ts +10 -12
  2117. package/src/widgets/markdown/useArtifactContent.ts +9 -22
  2118. package/src/widgets/markdown/useResolvedUrl.test.ts +25 -2
  2119. package/src/widgets/markdown/useResolvedUrl.ts +25 -24
  2120. package/src/widgets/monacoEditor/MonacoEditor.tsx +93 -81
  2121. package/src/widgets/monacoEditor/foldingProviders.ts +33 -7
  2122. package/src/widgets/monacoEditor/index.ts +2 -3
  2123. package/src/widgets/properties/PropertiesView.tsx +19 -25
  2124. package/src/widgets/properties/index.ts +1 -1
  2125. package/src/widgets/schema-editor/ManagedSchema.ts +47 -39
  2126. package/src/widgets/schema-editor/editor/Editable.tsx +94 -74
  2127. package/src/widgets/schema-editor/editor/EditableSchemaProperty.tsx +4 -4
  2128. package/src/widgets/schema-editor/editor/PropertyEditor.tsx +49 -34
  2129. package/src/widgets/schema-editor/editor/PropertyViewer.tsx +6 -9
  2130. package/src/widgets/schema-editor/editor/SchemaContext.tsx +9 -6
  2131. package/src/widgets/schema-editor/editor/SchemaEditor.test.ts +5 -5
  2132. package/src/widgets/schema-editor/editor/SchemaEditor.tsx +56 -50
  2133. package/src/widgets/schema-editor/index.ts +6 -6
  2134. package/src/widgets/schema-editor/json-schema4-utils.ts +36 -34
  2135. package/src/widgets/schema-editor/type-signature.ts +16 -18
  2136. package/src/widgets/upload/DropZone.tsx +68 -47
  2137. package/src/widgets/upload/UploadResultCategory.tsx +24 -20
  2138. package/src/widgets/upload/UploadSummary.tsx +24 -24
  2139. package/src/widgets/upload/index.ts +1 -1
  2140. package/src/widgets/xml-viewer/components/Attributes/index.tsx +17 -17
  2141. package/src/widgets/xml-viewer/components/CDataTag/index.tsx +13 -13
  2142. package/src/widgets/xml-viewer/components/CollapseIcon/index.tsx +20 -22
  2143. package/src/widgets/xml-viewer/components/CommentTag/index.tsx +20 -20
  2144. package/src/widgets/xml-viewer/components/DeclarationTag/index.tsx +14 -14
  2145. package/src/widgets/xml-viewer/components/Elements/index.tsx +67 -67
  2146. package/src/widgets/xml-viewer/components/InvalidXml/index.tsx +1 -1
  2147. package/src/widgets/xml-viewer/components/Tag/index.tsx +36 -35
  2148. package/src/widgets/xml-viewer/components/TextElement/index.tsx +20 -19
  2149. package/src/widgets/xml-viewer/components/XMLViewer.tsx +50 -50
  2150. package/src/widgets/xml-viewer/components/types.ts +99 -99
  2151. package/src/widgets/xml-viewer/constants/index.ts +16 -16
  2152. package/src/widgets/xml-viewer/context/xml-viewer-context.ts +4 -4
  2153. package/src/widgets/xml-viewer/helpers/index.ts +32 -34
  2154. package/src/widgets/xml-viewer/hooks/useCollapsible.ts +18 -20
  2155. package/src/widgets/xml-viewer/hooks/useXMLViewer.ts +25 -23
  2156. package/src/widgets/xml-viewer/index.ts +1 -1
  2157. package/src/widgets/xml-viewer/types/index.ts +6 -6
  2158. package/tsconfig.dist.json +3 -2
  2159. package/lib/esm/core/components/Avatar.js +0 -31
  2160. package/lib/esm/core/components/Avatar.js.map +0 -1
  2161. package/lib/esm/core/components/Center.js +0 -6
  2162. package/lib/esm/core/components/Center.js.map +0 -1
  2163. package/lib/esm/core/components/ComboBox.js +0 -355
  2164. package/lib/esm/core/components/ComboBox.js.map +0 -1
  2165. package/lib/esm/core/components/Divider.js +0 -6
  2166. package/lib/esm/core/components/Divider.js.map +0 -1
  2167. package/lib/esm/core/components/EmptyCollection.js +0 -7
  2168. package/lib/esm/core/components/EmptyCollection.js.map +0 -1
  2169. package/lib/esm/core/components/FileUpload.js +0 -119
  2170. package/lib/esm/core/components/FileUpload.js.map +0 -1
  2171. package/lib/esm/core/components/FormItem.js +0 -9
  2172. package/lib/esm/core/components/FormItem.js.map +0 -1
  2173. package/lib/esm/core/components/InputList.js +0 -61
  2174. package/lib/esm/core/components/InputList.js.map +0 -1
  2175. package/lib/esm/core/components/Link.js +0 -13
  2176. package/lib/esm/core/components/Link.js.map +0 -1
  2177. package/lib/esm/core/components/MenuList.js +0 -20
  2178. package/lib/esm/core/components/MenuList.js.map +0 -1
  2179. package/lib/esm/core/components/NumberInput.js +0 -43
  2180. package/lib/esm/core/components/NumberInput.js.map +0 -1
  2181. package/lib/esm/core/components/Overlay.js +0 -57
  2182. package/lib/esm/core/components/Overlay.js.map +0 -1
  2183. package/lib/esm/core/components/Portal.js +0 -28
  2184. package/lib/esm/core/components/Portal.js.map +0 -1
  2185. package/lib/esm/core/components/SelectList.js +0 -54
  2186. package/lib/esm/core/components/SelectList.js.map +0 -1
  2187. package/lib/esm/core/components/SidePanel.js +0 -39
  2188. package/lib/esm/core/components/SidePanel.js.map +0 -1
  2189. package/lib/esm/core/components/Spinner.js +0 -18
  2190. package/lib/esm/core/components/Spinner.js.map +0 -1
  2191. package/lib/esm/core/components/TagsInput.js +0 -194
  2192. package/lib/esm/core/components/TagsInput.js.map +0 -1
  2193. package/lib/esm/core/components/index.js +0 -23
  2194. package/lib/esm/core/components/index.js.map +0 -1
  2195. package/lib/esm/core/components/libs/utils.js +0 -6
  2196. package/lib/esm/core/components/libs/utils.js.map +0 -1
  2197. package/lib/esm/core/components/libs/visuallyHidden.js +0 -16
  2198. package/lib/esm/core/components/libs/visuallyHidden.js.map +0 -1
  2199. package/lib/esm/core/components/popup/Popup.js +0 -60
  2200. package/lib/esm/core/components/popup/Popup.js.map +0 -1
  2201. package/lib/esm/core/components/popup/PopupController.js +0 -149
  2202. package/lib/esm/core/components/popup/PopupController.js.map +0 -1
  2203. package/lib/esm/core/components/popup/index.js +0 -4
  2204. package/lib/esm/core/components/popup/index.js.map +0 -1
  2205. package/lib/esm/core/components/popup/position.js +0 -221
  2206. package/lib/esm/core/components/popup/position.js.map +0 -1
  2207. package/lib/esm/core/components/popup/utils.js +0 -74
  2208. package/lib/esm/core/components/popup/utils.js.map +0 -1
  2209. package/lib/esm/core/components/shadcn/MessageBox.js +0 -66
  2210. package/lib/esm/core/components/shadcn/MessageBox.js.map +0 -1
  2211. package/lib/esm/core/components/shadcn/Panel.js +0 -13
  2212. package/lib/esm/core/components/shadcn/Panel.js.map +0 -1
  2213. package/lib/esm/core/components/shadcn/badge.js +0 -62
  2214. package/lib/esm/core/components/shadcn/badge.js.map +0 -1
  2215. package/lib/esm/core/components/shadcn/breadcrumb.js +0 -55
  2216. package/lib/esm/core/components/shadcn/breadcrumb.js.map +0 -1
  2217. package/lib/esm/core/components/shadcn/button.js +0 -78
  2218. package/lib/esm/core/components/shadcn/button.js.map +0 -1
  2219. package/lib/esm/core/components/shadcn/calendar.js +0 -13
  2220. package/lib/esm/core/components/shadcn/calendar.js.map +0 -1
  2221. package/lib/esm/core/components/shadcn/card.js +0 -17
  2222. package/lib/esm/core/components/shadcn/card.js.map +0 -1
  2223. package/lib/esm/core/components/shadcn/checkbox.js +0 -9
  2224. package/lib/esm/core/components/shadcn/checkbox.js.map +0 -1
  2225. package/lib/esm/core/components/shadcn/collaspible.js +0 -13
  2226. package/lib/esm/core/components/shadcn/collaspible.js.map +0 -1
  2227. package/lib/esm/core/components/shadcn/command.js +0 -29
  2228. package/lib/esm/core/components/shadcn/command.js.map +0 -1
  2229. package/lib/esm/core/components/shadcn/dropdown.js +0 -86
  2230. package/lib/esm/core/components/shadcn/dropdown.js.map +0 -1
  2231. package/lib/esm/core/components/shadcn/filters/DynamicLabel.js +0 -38
  2232. package/lib/esm/core/components/shadcn/filters/DynamicLabel.js.map +0 -1
  2233. package/lib/esm/core/components/shadcn/filters/animateChangeInHeight.js +0 -23
  2234. package/lib/esm/core/components/shadcn/filters/animateChangeInHeight.js.map +0 -1
  2235. package/lib/esm/core/components/shadcn/filters/comboBox/DateCombobox.js +0 -131
  2236. package/lib/esm/core/components/shadcn/filters/comboBox/DateCombobox.js.map +0 -1
  2237. package/lib/esm/core/components/shadcn/filters/comboBox/SelectCombobox.js +0 -49
  2238. package/lib/esm/core/components/shadcn/filters/comboBox/SelectCombobox.js.map +0 -1
  2239. package/lib/esm/core/components/shadcn/filters/comboBox/StringListCombobox.js +0 -23
  2240. package/lib/esm/core/components/shadcn/filters/comboBox/StringListCombobox.js.map +0 -1
  2241. package/lib/esm/core/components/shadcn/filters/comboBox/TextCombobox.js +0 -28
  2242. package/lib/esm/core/components/shadcn/filters/comboBox/TextCombobox.js.map +0 -1
  2243. package/lib/esm/core/components/shadcn/filters/comboBox/comboBox.js +0 -5
  2244. package/lib/esm/core/components/shadcn/filters/comboBox/comboBox.js.map +0 -1
  2245. package/lib/esm/core/components/shadcn/filters/filter/SelectFilter.js +0 -98
  2246. package/lib/esm/core/components/shadcn/filters/filter/SelectFilter.js.map +0 -1
  2247. package/lib/esm/core/components/shadcn/filters/filter/StringListFilter.js +0 -24
  2248. package/lib/esm/core/components/shadcn/filters/filter/StringListFilter.js.map +0 -1
  2249. package/lib/esm/core/components/shadcn/filters/filter/TextFilter.js +0 -21
  2250. package/lib/esm/core/components/shadcn/filters/filter/TextFilter.js.map +0 -1
  2251. package/lib/esm/core/components/shadcn/filters/filter/dateFilter.js +0 -163
  2252. package/lib/esm/core/components/shadcn/filters/filter/dateFilter.js.map +0 -1
  2253. package/lib/esm/core/components/shadcn/filters/filter-styles.js.map +0 -1
  2254. package/lib/esm/core/components/shadcn/filters/filterBar.js +0 -237
  2255. package/lib/esm/core/components/shadcn/filters/filterBar.js.map +0 -1
  2256. package/lib/esm/core/components/shadcn/filters/filters.js +0 -57
  2257. package/lib/esm/core/components/shadcn/filters/filters.js.map +0 -1
  2258. package/lib/esm/core/components/shadcn/filters/index.js.map +0 -1
  2259. package/lib/esm/core/components/shadcn/filters/types.js.map +0 -1
  2260. package/lib/esm/core/components/shadcn/heading.js +0 -17
  2261. package/lib/esm/core/components/shadcn/heading.js.map +0 -1
  2262. package/lib/esm/core/components/shadcn/index.js +0 -29
  2263. package/lib/esm/core/components/shadcn/index.js.map +0 -1
  2264. package/lib/esm/core/components/shadcn/input.js +0 -41
  2265. package/lib/esm/core/components/shadcn/input.js.map +0 -1
  2266. package/lib/esm/core/components/shadcn/label.js +0 -10
  2267. package/lib/esm/core/components/shadcn/label.js.map +0 -1
  2268. package/lib/esm/core/components/shadcn/modal/ConfirmModal.js +0 -12
  2269. package/lib/esm/core/components/shadcn/modal/ConfirmModal.js.map +0 -1
  2270. package/lib/esm/core/components/shadcn/modal/DeleteModal.js +0 -30
  2271. package/lib/esm/core/components/shadcn/modal/DeleteModal.js.map +0 -1
  2272. package/lib/esm/core/components/shadcn/modal/dialog.js +0 -78
  2273. package/lib/esm/core/components/shadcn/modal/dialog.js.map +0 -1
  2274. package/lib/esm/core/components/shadcn/modal/index.js +0 -4
  2275. package/lib/esm/core/components/shadcn/modal/index.js.map +0 -1
  2276. package/lib/esm/core/components/shadcn/popover.js +0 -56
  2277. package/lib/esm/core/components/shadcn/popover.js.map +0 -1
  2278. package/lib/esm/core/components/shadcn/radioGroup.js +0 -28
  2279. package/lib/esm/core/components/shadcn/radioGroup.js.map +0 -1
  2280. package/lib/esm/core/components/shadcn/resizeable.js +0 -15
  2281. package/lib/esm/core/components/shadcn/resizeable.js.map +0 -1
  2282. package/lib/esm/core/components/shadcn/selectBox.js +0 -156
  2283. package/lib/esm/core/components/shadcn/selectBox.js.map +0 -1
  2284. package/lib/esm/core/components/shadcn/separator.js +0 -8
  2285. package/lib/esm/core/components/shadcn/separator.js.map +0 -1
  2286. package/lib/esm/core/components/shadcn/switch.js +0 -18
  2287. package/lib/esm/core/components/shadcn/switch.js.map +0 -1
  2288. package/lib/esm/core/components/shadcn/tabs.js +0 -134
  2289. package/lib/esm/core/components/shadcn/tabs.js.map +0 -1
  2290. package/lib/esm/core/components/shadcn/text.js +0 -30
  2291. package/lib/esm/core/components/shadcn/text.js.map +0 -1
  2292. package/lib/esm/core/components/shadcn/textarea.js +0 -35
  2293. package/lib/esm/core/components/shadcn/textarea.js.map +0 -1
  2294. package/lib/esm/core/components/shadcn/theme/ThemeProvider.js +0 -39
  2295. package/lib/esm/core/components/shadcn/theme/ThemeProvider.js.map +0 -1
  2296. package/lib/esm/core/components/shadcn/theme/ThemeSwitcher.js +0 -15
  2297. package/lib/esm/core/components/shadcn/theme/ThemeSwitcher.js.map +0 -1
  2298. package/lib/esm/core/components/shadcn/tooltip.js +0 -34
  2299. package/lib/esm/core/components/shadcn/tooltip.js.map +0 -1
  2300. package/lib/esm/core/components/styles.js +0 -10
  2301. package/lib/esm/core/components/styles.js.map +0 -1
  2302. package/lib/esm/core/components/table/index.js +0 -24
  2303. package/lib/esm/core/components/table/index.js.map +0 -1
  2304. package/lib/esm/core/components/toast/NotificationPanel.js +0 -43
  2305. package/lib/esm/core/components/toast/NotificationPanel.js.map +0 -1
  2306. package/lib/esm/core/components/toast/ToastContext.js +0 -7
  2307. package/lib/esm/core/components/toast/ToastContext.js.map +0 -1
  2308. package/lib/esm/core/components/toast/ToastProps.js.map +0 -1
  2309. package/lib/esm/core/components/toast/ToastProvider.js +0 -13
  2310. package/lib/esm/core/components/toast/ToastProvider.js.map +0 -1
  2311. package/lib/esm/core/components/toast/index.js +0 -3
  2312. package/lib/esm/core/components/toast/index.js.map +0 -1
  2313. package/lib/esm/core/hooks/CompositeState.js +0 -256
  2314. package/lib/esm/core/hooks/CompositeState.js.map +0 -1
  2315. package/lib/esm/core/hooks/PortalContainerProvider.js +0 -50
  2316. package/lib/esm/core/hooks/PortalContainerProvider.js.map +0 -1
  2317. package/lib/esm/core/hooks/SharedState.js +0 -64
  2318. package/lib/esm/core/hooks/SharedState.js.map +0 -1
  2319. package/lib/esm/core/hooks/index.js +0 -16
  2320. package/lib/esm/core/hooks/index.js.map +0 -1
  2321. package/lib/esm/core/hooks/useClickOutside.js +0 -29
  2322. package/lib/esm/core/hooks/useClickOutside.js.map +0 -1
  2323. package/lib/esm/core/hooks/useCopyToClipboard.js.map +0 -1
  2324. package/lib/esm/core/hooks/useDarkMode.js +0 -11
  2325. package/lib/esm/core/hooks/useDarkMode.js.map +0 -1
  2326. package/lib/esm/core/hooks/useDebounce.js +0 -14
  2327. package/lib/esm/core/hooks/useDebounce.js.map +0 -1
  2328. package/lib/esm/core/hooks/useEventSource.js +0 -31
  2329. package/lib/esm/core/hooks/useEventSource.js.map +0 -1
  2330. package/lib/esm/core/hooks/useFetch.js +0 -40
  2331. package/lib/esm/core/hooks/useFetch.js.map +0 -1
  2332. package/lib/esm/core/hooks/useFlag.js +0 -13
  2333. package/lib/esm/core/hooks/useFlag.js.map +0 -1
  2334. package/lib/esm/core/hooks/useIntersectionObserver.js +0 -34
  2335. package/lib/esm/core/hooks/useIntersectionObserver.js.map +0 -1
  2336. package/lib/esm/core/hooks/useIsFistRendering.js +0 -14
  2337. package/lib/esm/core/hooks/useIsFistRendering.js.map +0 -1
  2338. package/lib/esm/core/hooks/useSafeLayoutEffect.js +0 -4
  2339. package/lib/esm/core/hooks/useSafeLayoutEffect.js.map +0 -1
  2340. package/lib/esm/core/hooks/useScrollableSearch.js +0 -92
  2341. package/lib/esm/core/hooks/useScrollableSearch.js.map +0 -1
  2342. package/lib/esm/core/hooks/useSharedValue.js +0 -21
  2343. package/lib/esm/core/hooks/useSharedValue.js.map +0 -1
  2344. package/lib/esm/core/index.js +0 -4
  2345. package/lib/esm/core/index.js.map +0 -1
  2346. package/lib/esm/core/utils/cn.js +0 -6
  2347. package/lib/esm/core/utils/cn.js.map +0 -1
  2348. package/lib/esm/core/utils/index.js +0 -2
  2349. package/lib/esm/core/utils/index.js.map +0 -1
  2350. package/lib/esm/env/index.js +0 -85
  2351. package/lib/esm/env/index.js.map +0 -1
  2352. package/lib/esm/features/activity-doc/ActivityDoc.js +0 -71
  2353. package/lib/esm/features/activity-doc/ActivityDoc.js.map +0 -1
  2354. package/lib/esm/features/activity-doc/index.js +0 -2
  2355. package/lib/esm/features/activity-doc/index.js.map +0 -1
  2356. package/lib/esm/features/agent/PayloadBuilder.js +0 -421
  2357. package/lib/esm/features/agent/PayloadBuilder.js.map +0 -1
  2358. package/lib/esm/features/agent/chat/AgentChart.js +0 -26
  2359. package/lib/esm/features/agent/chat/AgentChart.js.map +0 -1
  2360. package/lib/esm/features/agent/chat/AgentRightPanel.js +0 -169
  2361. package/lib/esm/features/agent/chat/AgentRightPanel.js.map +0 -1
  2362. package/lib/esm/features/agent/chat/AnimatedThinkingDots.js +0 -243
  2363. package/lib/esm/features/agent/chat/AnimatedThinkingDots.js.map +0 -1
  2364. package/lib/esm/features/agent/chat/ArtifactsTab.js +0 -69
  2365. package/lib/esm/features/agent/chat/ArtifactsTab.js.map +0 -1
  2366. package/lib/esm/features/agent/chat/AskUserWidget.js +0 -116
  2367. package/lib/esm/features/agent/chat/AskUserWidget.js.map +0 -1
  2368. package/lib/esm/features/agent/chat/DocumentPanel.js +0 -52
  2369. package/lib/esm/features/agent/chat/DocumentPanel.js.map +0 -1
  2370. package/lib/esm/features/agent/chat/DocumentTabBar.js +0 -9
  2371. package/lib/esm/features/agent/chat/DocumentTabBar.js.map +0 -1
  2372. package/lib/esm/features/agent/chat/ImageLightbox.js +0 -35
  2373. package/lib/esm/features/agent/chat/ImageLightbox.js.map +0 -1
  2374. package/lib/esm/features/agent/chat/JumpingDots.js +0 -6
  2375. package/lib/esm/features/agent/chat/JumpingDots.js.map +0 -1
  2376. package/lib/esm/features/agent/chat/ModernAgentConversation.js +0 -878
  2377. package/lib/esm/features/agent/chat/ModernAgentConversation.js.map +0 -1
  2378. package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +0 -488
  2379. package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +0 -1
  2380. package/lib/esm/features/agent/chat/ModernAgentOutput/BatchProgressPanel.js +0 -90
  2381. package/lib/esm/features/agent/chat/ModernAgentOutput/BatchProgressPanel.js.map +0 -1
  2382. package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js +0 -114
  2383. package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js.map +0 -1
  2384. package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.js +0 -29
  2385. package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.js.map +0 -1
  2386. package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js +0 -94
  2387. package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js.map +0 -1
  2388. package/lib/esm/features/agent/chat/ModernAgentOutput/MessageInput.js +0 -202
  2389. package/lib/esm/features/agent/chat/ModernAgentOutput/MessageInput.js.map +0 -1
  2390. package/lib/esm/features/agent/chat/ModernAgentOutput/MessageItem.js +0 -322
  2391. package/lib/esm/features/agent/chat/ModernAgentOutput/MessageItem.js.map +0 -1
  2392. package/lib/esm/features/agent/chat/ModernAgentOutput/MessagesContainer.js +0 -20
  2393. package/lib/esm/features/agent/chat/ModernAgentOutput/MessagesContainer.js.map +0 -1
  2394. package/lib/esm/features/agent/chat/ModernAgentOutput/PlanPanel.js +0 -65
  2395. package/lib/esm/features/agent/chat/ModernAgentOutput/PlanPanel.js.map +0 -1
  2396. package/lib/esm/features/agent/chat/ModernAgentOutput/SlideInPanel.js +0 -23
  2397. package/lib/esm/features/agent/chat/ModernAgentOutput/SlideInPanel.js.map +0 -1
  2398. package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingMessages.js +0 -52
  2399. package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingMessages.js.map +0 -1
  2400. package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.js +0 -84
  2401. package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.js.map +0 -1
  2402. package/lib/esm/features/agent/chat/ModernAgentOutput/StackedMessages.js +0 -13
  2403. package/lib/esm/features/agent/chat/ModernAgentOutput/StackedMessages.js.map +0 -1
  2404. package/lib/esm/features/agent/chat/ModernAgentOutput/StreamingMessage.js +0 -203
  2405. package/lib/esm/features/agent/chat/ModernAgentOutput/StreamingMessage.js.map +0 -1
  2406. package/lib/esm/features/agent/chat/ModernAgentOutput/ToolCallGroup.js +0 -556
  2407. package/lib/esm/features/agent/chat/ModernAgentOutput/ToolCallGroup.js.map +0 -1
  2408. package/lib/esm/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js +0 -108
  2409. package/lib/esm/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js.map +0 -1
  2410. package/lib/esm/features/agent/chat/ModernAgentOutput/utils.js +0 -614
  2411. package/lib/esm/features/agent/chat/ModernAgentOutput/utils.js.map +0 -1
  2412. package/lib/esm/features/agent/chat/SkillWidgetProvider.js +0 -145
  2413. package/lib/esm/features/agent/chat/SkillWidgetProvider.js.map +0 -1
  2414. package/lib/esm/features/agent/chat/SlidingThinkingIndicator.js +0 -262
  2415. package/lib/esm/features/agent/chat/SlidingThinkingIndicator.js.map +0 -1
  2416. package/lib/esm/features/agent/chat/VegaLiteChart.js +0 -793
  2417. package/lib/esm/features/agent/chat/VegaLiteChart.js.map +0 -1
  2418. package/lib/esm/features/agent/chat/WaitingMessages.js +0 -60
  2419. package/lib/esm/features/agent/chat/WaitingMessages.js.map +0 -1
  2420. package/lib/esm/features/agent/chat/hooks/useAgentPlans.js +0 -141
  2421. package/lib/esm/features/agent/chat/hooks/useAgentPlans.js.map +0 -1
  2422. package/lib/esm/features/agent/chat/hooks/useAgentStream.js +0 -243
  2423. package/lib/esm/features/agent/chat/hooks/useAgentStream.js.map +0 -1
  2424. package/lib/esm/features/agent/chat/hooks/useArtifacts.js +0 -108
  2425. package/lib/esm/features/agent/chat/hooks/useArtifacts.js.map +0 -1
  2426. package/lib/esm/features/agent/chat/hooks/useDocumentPanel.js +0 -155
  2427. package/lib/esm/features/agent/chat/hooks/useDocumentPanel.js.map +0 -1
  2428. package/lib/esm/features/agent/chat/hooks/useFileProcessing.js +0 -92
  2429. package/lib/esm/features/agent/chat/hooks/useFileProcessing.js.map +0 -1
  2430. package/lib/esm/features/agent/chat/index.js +0 -18
  2431. package/lib/esm/features/agent/chat/index.js.map +0 -1
  2432. package/lib/esm/features/agent/chat/types/document.js.map +0 -1
  2433. package/lib/esm/features/agent/chat/useArtifactUrlCache.js +0 -62
  2434. package/lib/esm/features/agent/chat/useArtifactUrlCache.js.map +0 -1
  2435. package/lib/esm/features/agent/index.js +0 -3
  2436. package/lib/esm/features/agent/index.js.map +0 -1
  2437. package/lib/esm/features/errors/PanelErrorBoundary.js +0 -13
  2438. package/lib/esm/features/errors/PanelErrorBoundary.js.map +0 -1
  2439. package/lib/esm/features/errors/RowErrorBoundary.js +0 -9
  2440. package/lib/esm/features/errors/RowErrorBoundary.js.map +0 -1
  2441. package/lib/esm/features/errors/VertesiaErrorBoundary.js +0 -15
  2442. package/lib/esm/features/errors/VertesiaErrorBoundary.js.map +0 -1
  2443. package/lib/esm/features/errors/WidgetErrorBoundary.js +0 -11
  2444. package/lib/esm/features/errors/WidgetErrorBoundary.js.map +0 -1
  2445. package/lib/esm/features/errors/index.js +0 -5
  2446. package/lib/esm/features/errors/index.js.map +0 -1
  2447. package/lib/esm/features/facets/AgentRunnerFacetsNav.js +0 -98
  2448. package/lib/esm/features/facets/AgentRunnerFacetsNav.js.map +0 -1
  2449. package/lib/esm/features/facets/CollectionsFacetsNav.js +0 -89
  2450. package/lib/esm/features/facets/CollectionsFacetsNav.js.map +0 -1
  2451. package/lib/esm/features/facets/DocumentsFacetsNav.js +0 -151
  2452. package/lib/esm/features/facets/DocumentsFacetsNav.js.map +0 -1
  2453. package/lib/esm/features/facets/EnvironmentFacet.js +0 -39
  2454. package/lib/esm/features/facets/EnvironmentFacet.js.map +0 -1
  2455. package/lib/esm/features/facets/InteractionsFacetsNav.js +0 -88
  2456. package/lib/esm/features/facets/InteractionsFacetsNav.js.map +0 -1
  2457. package/lib/esm/features/facets/PromptsFacetsNav.js +0 -80
  2458. package/lib/esm/features/facets/PromptsFacetsNav.js.map +0 -1
  2459. package/lib/esm/features/facets/RunsFacetsNav.js +0 -164
  2460. package/lib/esm/features/facets/RunsFacetsNav.js.map +0 -1
  2461. package/lib/esm/features/facets/WorkflowExecutionsFacetsNav.js +0 -119
  2462. package/lib/esm/features/facets/WorkflowExecutionsFacetsNav.js.map +0 -1
  2463. package/lib/esm/features/facets/index.js +0 -17
  2464. package/lib/esm/features/facets/index.js.map +0 -1
  2465. package/lib/esm/features/facets/utils/SearchInterface.js +0 -2
  2466. package/lib/esm/features/facets/utils/SearchInterface.js.map +0 -1
  2467. package/lib/esm/features/facets/utils/StringFacet.js +0 -12
  2468. package/lib/esm/features/facets/utils/StringFacet.js.map +0 -1
  2469. package/lib/esm/features/facets/utils/StringListFacet.js +0 -11
  2470. package/lib/esm/features/facets/utils/StringListFacet.js.map +0 -1
  2471. package/lib/esm/features/facets/utils/TypeFacet.js +0 -42
  2472. package/lib/esm/features/facets/utils/TypeFacet.js.map +0 -1
  2473. package/lib/esm/features/facets/utils/VEnvironmentFacet.js +0 -25
  2474. package/lib/esm/features/facets/utils/VEnvironmentFacet.js.map +0 -1
  2475. package/lib/esm/features/facets/utils/VInteractionFacet.js +0 -45
  2476. package/lib/esm/features/facets/utils/VInteractionFacet.js.map +0 -1
  2477. package/lib/esm/features/facets/utils/VStringFacet.js +0 -20
  2478. package/lib/esm/features/facets/utils/VStringFacet.js.map +0 -1
  2479. package/lib/esm/features/facets/utils/VTypeFacet.js +0 -61
  2480. package/lib/esm/features/facets/utils/VTypeFacet.js.map +0 -1
  2481. package/lib/esm/features/facets/utils/VUserFacet.js +0 -31
  2482. package/lib/esm/features/facets/utils/VUserFacet.js.map +0 -1
  2483. package/lib/esm/features/facets/utils/utils.js.map +0 -1
  2484. package/lib/esm/features/index.js +0 -13
  2485. package/lib/esm/features/index.js.map +0 -1
  2486. package/lib/esm/features/layout/GenericPageNavHeader.js +0 -86
  2487. package/lib/esm/features/layout/GenericPageNavHeader.js.map +0 -1
  2488. package/lib/esm/features/layout/NotFoundView.js +0 -7
  2489. package/lib/esm/features/layout/NotFoundView.js.map +0 -1
  2490. package/lib/esm/features/layout/index.js +0 -3
  2491. package/lib/esm/features/layout/index.js.map +0 -1
  2492. package/lib/esm/features/magic-pdf/AnnotatedImageSlider.js +0 -272
  2493. package/lib/esm/features/magic-pdf/AnnotatedImageSlider.js.map +0 -1
  2494. package/lib/esm/features/magic-pdf/DownloadPopover.js +0 -29
  2495. package/lib/esm/features/magic-pdf/DownloadPopover.js.map +0 -1
  2496. package/lib/esm/features/magic-pdf/ExtractedContentView.js +0 -77
  2497. package/lib/esm/features/magic-pdf/ExtractedContentView.js.map +0 -1
  2498. package/lib/esm/features/magic-pdf/MagicPdfProvider.js +0 -242
  2499. package/lib/esm/features/magic-pdf/MagicPdfProvider.js.map +0 -1
  2500. package/lib/esm/features/magic-pdf/MagicPdfView.js +0 -64
  2501. package/lib/esm/features/magic-pdf/MagicPdfView.js.map +0 -1
  2502. package/lib/esm/features/magic-pdf/index.js +0 -2
  2503. package/lib/esm/features/magic-pdf/index.js.map +0 -1
  2504. package/lib/esm/features/magic-pdf/types.js.map +0 -1
  2505. package/lib/esm/features/oauth/OAuthProviderConnectButton.js +0 -85
  2506. package/lib/esm/features/oauth/OAuthProviderConnectButton.js.map +0 -1
  2507. package/lib/esm/features/oauth/RemoteMcpConnectionButton.js +0 -119
  2508. package/lib/esm/features/oauth/RemoteMcpConnectionButton.js.map +0 -1
  2509. package/lib/esm/features/oauth/index.js.map +0 -1
  2510. package/lib/esm/features/oauth/useOAuthPopup.js.map +0 -1
  2511. package/lib/esm/features/pdf-viewer/PdfPageRenderer.js +0 -261
  2512. package/lib/esm/features/pdf-viewer/PdfPageRenderer.js.map +0 -1
  2513. package/lib/esm/features/pdf-viewer/PdfPageSlider.js +0 -280
  2514. package/lib/esm/features/pdf-viewer/PdfPageSlider.js.map +0 -1
  2515. package/lib/esm/features/pdf-viewer/SimplePdfViewer.js +0 -73
  2516. package/lib/esm/features/pdf-viewer/SimplePdfViewer.js.map +0 -1
  2517. package/lib/esm/features/pdf-viewer/index.js.map +0 -1
  2518. package/lib/esm/features/permissions/SecureButton.js +0 -13
  2519. package/lib/esm/features/permissions/SecureButton.js.map +0 -1
  2520. package/lib/esm/features/permissions/SecureSidebarItem.js +0 -14
  2521. package/lib/esm/features/permissions/SecureSidebarItem.js.map +0 -1
  2522. package/lib/esm/features/permissions/UserPermissionsProvider.js +0 -89
  2523. package/lib/esm/features/permissions/UserPermissionsProvider.js.map +0 -1
  2524. package/lib/esm/features/permissions/helpers.js.map +0 -1
  2525. package/lib/esm/features/permissions/index.js +0 -5
  2526. package/lib/esm/features/permissions/index.js.map +0 -1
  2527. package/lib/esm/features/store/collections/BrowseCollectionView.js +0 -48
  2528. package/lib/esm/features/store/collections/BrowseCollectionView.js.map +0 -1
  2529. package/lib/esm/features/store/collections/CollectionsTable.js +0 -71
  2530. package/lib/esm/features/store/collections/CollectionsTable.js.map +0 -1
  2531. package/lib/esm/features/store/collections/CreateCollection.js +0 -90
  2532. package/lib/esm/features/store/collections/CreateCollection.js.map +0 -1
  2533. package/lib/esm/features/store/collections/EditCollectionView.js +0 -192
  2534. package/lib/esm/features/store/collections/EditCollectionView.js.map +0 -1
  2535. package/lib/esm/features/store/collections/SelectCollection.js +0 -134
  2536. package/lib/esm/features/store/collections/SelectCollection.js.map +0 -1
  2537. package/lib/esm/features/store/collections/SharedPropsEditor.js +0 -41
  2538. package/lib/esm/features/store/collections/SharedPropsEditor.js.map +0 -1
  2539. package/lib/esm/features/store/collections/SyncMemberHeadsToggle.js +0 -37
  2540. package/lib/esm/features/store/collections/SyncMemberHeadsToggle.js.map +0 -1
  2541. package/lib/esm/features/store/collections/index.js +0 -8
  2542. package/lib/esm/features/store/collections/index.js.map +0 -1
  2543. package/lib/esm/features/store/index.js +0 -4
  2544. package/lib/esm/features/store/index.js.map +0 -1
  2545. package/lib/esm/features/store/objects/DocumentPreviewPanel.js +0 -149
  2546. package/lib/esm/features/store/objects/DocumentPreviewPanel.js.map +0 -1
  2547. package/lib/esm/features/store/objects/DocumentSearchResults.js +0 -216
  2548. package/lib/esm/features/store/objects/DocumentSearchResults.js.map +0 -1
  2549. package/lib/esm/features/store/objects/DocumentSelectionProvider.js +0 -81
  2550. package/lib/esm/features/store/objects/DocumentSelectionProvider.js.map +0 -1
  2551. package/lib/esm/features/store/objects/DocumentTable.js +0 -281
  2552. package/lib/esm/features/store/objects/DocumentTable.js.map +0 -1
  2553. package/lib/esm/features/store/objects/ExportPropertiesModal.js +0 -34
  2554. package/lib/esm/features/store/objects/ExportPropertiesModal.js.map +0 -1
  2555. package/lib/esm/features/store/objects/components/ContentDispositionButton.js +0 -33
  2556. package/lib/esm/features/store/objects/components/ContentDispositionButton.js.map +0 -1
  2557. package/lib/esm/features/store/objects/components/ContentOverview.js +0 -555
  2558. package/lib/esm/features/store/objects/components/ContentOverview.js.map +0 -1
  2559. package/lib/esm/features/store/objects/components/DocumentIcon.js +0 -34
  2560. package/lib/esm/features/store/objects/components/DocumentIcon.js.map +0 -1
  2561. package/lib/esm/features/store/objects/components/DocumentInput.js +0 -51
  2562. package/lib/esm/features/store/objects/components/DocumentInput.js.map +0 -1
  2563. package/lib/esm/features/store/objects/components/PropertiesEditorModal.js +0 -159
  2564. package/lib/esm/features/store/objects/components/PropertiesEditorModal.js.map +0 -1
  2565. package/lib/esm/features/store/objects/components/SaveVersionConfirmModal.js +0 -50
  2566. package/lib/esm/features/store/objects/components/SaveVersionConfirmModal.js.map +0 -1
  2567. package/lib/esm/features/store/objects/components/SelectDocument.js +0 -58
  2568. package/lib/esm/features/store/objects/components/SelectDocument.js.map +0 -1
  2569. package/lib/esm/features/store/objects/components/SelectDocumentModal.js +0 -7
  2570. package/lib/esm/features/store/objects/components/SelectDocumentModal.js.map +0 -1
  2571. package/lib/esm/features/store/objects/components/TextEditorPanel.js +0 -97
  2572. package/lib/esm/features/store/objects/components/TextEditorPanel.js.map +0 -1
  2573. package/lib/esm/features/store/objects/components/VectorSearchWidget.js +0 -92
  2574. package/lib/esm/features/store/objects/components/VectorSearchWidget.js.map +0 -1
  2575. package/lib/esm/features/store/objects/components/index.js +0 -10
  2576. package/lib/esm/features/store/objects/components/index.js.map +0 -1
  2577. package/lib/esm/features/store/objects/components/useContentPanelHooks.js +0 -191
  2578. package/lib/esm/features/store/objects/components/useContentPanelHooks.js.map +0 -1
  2579. package/lib/esm/features/store/objects/components/useDownloadFile.js +0 -194
  2580. package/lib/esm/features/store/objects/components/useDownloadFile.js.map +0 -1
  2581. package/lib/esm/features/store/objects/index.js +0 -11
  2582. package/lib/esm/features/store/objects/index.js.map +0 -1
  2583. package/lib/esm/features/store/objects/layout/DocumentTableColumn.js +0 -86
  2584. package/lib/esm/features/store/objects/layout/DocumentTableColumn.js.map +0 -1
  2585. package/lib/esm/features/store/objects/layout/documentLayout.js +0 -19
  2586. package/lib/esm/features/store/objects/layout/documentLayout.js.map +0 -1
  2587. package/lib/esm/features/store/objects/layout/index.js +0 -3
  2588. package/lib/esm/features/store/objects/layout/index.js.map +0 -1
  2589. package/lib/esm/features/store/objects/layout/renderers.js +0 -166
  2590. package/lib/esm/features/store/objects/layout/renderers.js.map +0 -1
  2591. package/lib/esm/features/store/objects/search/DocumentSearchContext.js +0 -181
  2592. package/lib/esm/features/store/objects/search/DocumentSearchContext.js.map +0 -1
  2593. package/lib/esm/features/store/objects/search/DocumentSearchProvider.js +0 -42
  2594. package/lib/esm/features/store/objects/search/DocumentSearchProvider.js.map +0 -1
  2595. package/lib/esm/features/store/objects/search/index.js +0 -3
  2596. package/lib/esm/features/store/objects/search/index.js.map +0 -1
  2597. package/lib/esm/features/store/objects/selection/ObjectsActionContext.js +0 -63
  2598. package/lib/esm/features/store/objects/selection/ObjectsActionContext.js.map +0 -1
  2599. package/lib/esm/features/store/objects/selection/ObjectsActionContextClass.js +0 -50
  2600. package/lib/esm/features/store/objects/selection/ObjectsActionContextClass.js.map +0 -1
  2601. package/lib/esm/features/store/objects/selection/ObjectsActionHooks.js +0 -27
  2602. package/lib/esm/features/store/objects/selection/ObjectsActionHooks.js.map +0 -1
  2603. package/lib/esm/features/store/objects/selection/ObjectsActionSpec.js.map +0 -1
  2604. package/lib/esm/features/store/objects/selection/SelectionActions.js +0 -71
  2605. package/lib/esm/features/store/objects/selection/SelectionActions.js.map +0 -1
  2606. package/lib/esm/features/store/objects/selection/actions/AddToCollectionAction.js +0 -86
  2607. package/lib/esm/features/store/objects/selection/actions/AddToCollectionAction.js.map +0 -1
  2608. package/lib/esm/features/store/objects/selection/actions/ChangeTypeAction.js +0 -57
  2609. package/lib/esm/features/store/objects/selection/actions/ChangeTypeAction.js.map +0 -1
  2610. package/lib/esm/features/store/objects/selection/actions/ConfirmAction.js +0 -32
  2611. package/lib/esm/features/store/objects/selection/actions/ConfirmAction.js.map +0 -1
  2612. package/lib/esm/features/store/objects/selection/actions/DeleteObjectsAction.js +0 -85
  2613. package/lib/esm/features/store/objects/selection/actions/DeleteObjectsAction.js.map +0 -1
  2614. package/lib/esm/features/store/objects/selection/actions/ExportPropertiesAction.js +0 -119
  2615. package/lib/esm/features/store/objects/selection/actions/ExportPropertiesAction.js.map +0 -1
  2616. package/lib/esm/features/store/objects/selection/actions/RemoveFromCollectionAction.js +0 -68
  2617. package/lib/esm/features/store/objects/selection/actions/RemoveFromCollectionAction.js.map +0 -1
  2618. package/lib/esm/features/store/objects/selection/actions/StartWorkflowComponent.js +0 -78
  2619. package/lib/esm/features/store/objects/selection/actions/StartWorkflowComponent.js.map +0 -1
  2620. package/lib/esm/features/store/objects/selection/actions/index.js +0 -8
  2621. package/lib/esm/features/store/objects/selection/actions/index.js.map +0 -1
  2622. package/lib/esm/features/store/objects/selection/index.js +0 -5
  2623. package/lib/esm/features/store/objects/selection/index.js.map +0 -1
  2624. package/lib/esm/features/store/objects/upload/DocumentUploadModal.js +0 -520
  2625. package/lib/esm/features/store/objects/upload/DocumentUploadModal.js.map +0 -1
  2626. package/lib/esm/features/store/objects/upload/index.js +0 -4
  2627. package/lib/esm/features/store/objects/upload/index.js.map +0 -1
  2628. package/lib/esm/features/store/objects/upload/useSmartFileUploadProcessing.js +0 -204
  2629. package/lib/esm/features/store/objects/upload/useSmartFileUploadProcessing.js.map +0 -1
  2630. package/lib/esm/features/store/objects/upload/useUploadHandler.js +0 -232
  2631. package/lib/esm/features/store/objects/upload/useUploadHandler.js.map +0 -1
  2632. package/lib/esm/features/store/types/ContentObjectTypesSearch.js +0 -84
  2633. package/lib/esm/features/store/types/ContentObjectTypesSearch.js.map +0 -1
  2634. package/lib/esm/features/store/types/ContentObjectTypesTable.js +0 -13
  2635. package/lib/esm/features/store/types/ContentObjectTypesTable.js.map +0 -1
  2636. package/lib/esm/features/store/types/CreateOrUpdateTypeModal.js +0 -25
  2637. package/lib/esm/features/store/types/CreateOrUpdateTypeModal.js.map +0 -1
  2638. package/lib/esm/features/store/types/ObjectSchemaEditor.js +0 -104
  2639. package/lib/esm/features/store/types/ObjectSchemaEditor.js.map +0 -1
  2640. package/lib/esm/features/store/types/SelectContentType.js +0 -45
  2641. package/lib/esm/features/store/types/SelectContentType.js.map +0 -1
  2642. package/lib/esm/features/store/types/SelectContentTypeModal.js +0 -32
  2643. package/lib/esm/features/store/types/SelectContentTypeModal.js.map +0 -1
  2644. package/lib/esm/features/store/types/TableLayoutEditor.js +0 -78
  2645. package/lib/esm/features/store/types/TableLayoutEditor.js.map +0 -1
  2646. package/lib/esm/features/store/types/TypeRegistry.js.map +0 -1
  2647. package/lib/esm/features/store/types/TypeRegistryProvider.js +0 -53
  2648. package/lib/esm/features/store/types/TypeRegistryProvider.js.map +0 -1
  2649. package/lib/esm/features/store/types/index.js +0 -11
  2650. package/lib/esm/features/store/types/index.js.map +0 -1
  2651. package/lib/esm/features/store/types/search/ObjectTypeSearchContext.js +0 -98
  2652. package/lib/esm/features/store/types/search/ObjectTypeSearchContext.js.map +0 -1
  2653. package/lib/esm/features/store/types/search/ObjectTypeSearchProvider.js +0 -15
  2654. package/lib/esm/features/store/types/search/ObjectTypeSearchProvider.js.map +0 -1
  2655. package/lib/esm/features/store/types/search/index.js +0 -3
  2656. package/lib/esm/features/store/types/search/index.js.map +0 -1
  2657. package/lib/esm/features/user/UserAvatar.js +0 -18
  2658. package/lib/esm/features/user/UserAvatar.js.map +0 -1
  2659. package/lib/esm/features/user/UserInfo.js +0 -198
  2660. package/lib/esm/features/user/UserInfo.js.map +0 -1
  2661. package/lib/esm/features/user/index.js +0 -3
  2662. package/lib/esm/features/user/index.js.map +0 -1
  2663. package/lib/esm/features/utils/index.js +0 -6
  2664. package/lib/esm/features/utils/index.js.map +0 -1
  2665. package/lib/esm/features/utils/mimeType.js.map +0 -1
  2666. package/lib/esm/features/utils/print.js +0 -180
  2667. package/lib/esm/features/utils/print.js.map +0 -1
  2668. package/lib/esm/features/utils/rendition.js +0 -67
  2669. package/lib/esm/features/utils/rendition.js.map +0 -1
  2670. package/lib/esm/features/utils/text.js +0 -10
  2671. package/lib/esm/features/utils/text.js.map +0 -1
  2672. package/lib/esm/features/utils/workflowStatus.js +0 -43
  2673. package/lib/esm/features/utils/workflowStatus.js.map +0 -1
  2674. package/lib/esm/i18n/index.js +0 -31
  2675. package/lib/esm/i18n/index.js.map +0 -1
  2676. package/lib/esm/i18n/instance.js.map +0 -1
  2677. package/lib/esm/i18n/locales/ar.json +0 -677
  2678. package/lib/esm/i18n/locales/de.json +0 -633
  2679. package/lib/esm/i18n/locales/en.json +0 -633
  2680. package/lib/esm/i18n/locales/es.json +0 -644
  2681. package/lib/esm/i18n/locales/fr.json +0 -644
  2682. package/lib/esm/i18n/locales/it.json +0 -644
  2683. package/lib/esm/i18n/locales/ja.json +0 -633
  2684. package/lib/esm/i18n/locales/ko.json +0 -633
  2685. package/lib/esm/i18n/locales/pt.json +0 -644
  2686. package/lib/esm/i18n/locales/ru.json +0 -655
  2687. package/lib/esm/i18n/locales/tr.json +0 -633
  2688. package/lib/esm/i18n/locales/zh-TW.json +0 -633
  2689. package/lib/esm/i18n/locales/zh.json +0 -633
  2690. package/lib/esm/layout/AppLayout.js +0 -45
  2691. package/lib/esm/layout/AppLayout.js.map +0 -1
  2692. package/lib/esm/layout/FullHeightLayout.js +0 -24
  2693. package/lib/esm/layout/FullHeightLayout.js.map +0 -1
  2694. package/lib/esm/layout/Navbar.js +0 -42
  2695. package/lib/esm/layout/Navbar.js.map +0 -1
  2696. package/lib/esm/layout/RegionTag.js.map +0 -1
  2697. package/lib/esm/layout/Sidebar.js +0 -45
  2698. package/lib/esm/layout/Sidebar.js.map +0 -1
  2699. package/lib/esm/layout/SidebarContext.js +0 -10
  2700. package/lib/esm/layout/SidebarContext.js.map +0 -1
  2701. package/lib/esm/layout/TitleBar.js +0 -5
  2702. package/lib/esm/layout/TitleBar.js.map +0 -1
  2703. package/lib/esm/layout/index.js +0 -8
  2704. package/lib/esm/layout/index.js.map +0 -1
  2705. package/lib/esm/router/FixLinks.js +0 -23
  2706. package/lib/esm/router/FixLinks.js.map +0 -1
  2707. package/lib/esm/router/HistoryNavigator.js +0 -198
  2708. package/lib/esm/router/HistoryNavigator.js.map +0 -1
  2709. package/lib/esm/router/Nav.js +0 -28
  2710. package/lib/esm/router/Nav.js.map +0 -1
  2711. package/lib/esm/router/NestedNavigationContext.js +0 -23
  2712. package/lib/esm/router/NestedNavigationContext.js.map +0 -1
  2713. package/lib/esm/router/NestedRouterProvider.js +0 -46
  2714. package/lib/esm/router/NestedRouterProvider.js.map +0 -1
  2715. package/lib/esm/router/PathMatcher.js +0 -159
  2716. package/lib/esm/router/PathMatcher.js.map +0 -1
  2717. package/lib/esm/router/PathWithParams.js +0 -34
  2718. package/lib/esm/router/PathWithParams.js.map +0 -1
  2719. package/lib/esm/router/Route404.js +0 -18
  2720. package/lib/esm/router/Route404.js.map +0 -1
  2721. package/lib/esm/router/RouteComponent.js +0 -32
  2722. package/lib/esm/router/RouteComponent.js.map +0 -1
  2723. package/lib/esm/router/Router.js +0 -176
  2724. package/lib/esm/router/Router.js.map +0 -1
  2725. package/lib/esm/router/RouterProvider.js +0 -41
  2726. package/lib/esm/router/RouterProvider.js.map +0 -1
  2727. package/lib/esm/router/index.js +0 -11
  2728. package/lib/esm/router/index.js.map +0 -1
  2729. package/lib/esm/router/path.js +0 -140
  2730. package/lib/esm/router/path.js.map +0 -1
  2731. package/lib/esm/session/UserSession.js +0 -221
  2732. package/lib/esm/session/UserSession.js.map +0 -1
  2733. package/lib/esm/session/UserSessionProvider.js +0 -189
  2734. package/lib/esm/session/UserSessionProvider.js.map +0 -1
  2735. package/lib/esm/session/auth/composable.js +0 -273
  2736. package/lib/esm/session/auth/composable.js.map +0 -1
  2737. package/lib/esm/session/auth/domainRouting.js +0 -7
  2738. package/lib/esm/session/auth/domainRouting.js.map +0 -1
  2739. package/lib/esm/session/auth/firebase.js +0 -158
  2740. package/lib/esm/session/auth/firebase.js.map +0 -1
  2741. package/lib/esm/session/auth/useAuthState.js +0 -46
  2742. package/lib/esm/session/auth/useAuthState.js.map +0 -1
  2743. package/lib/esm/session/auth/useCurrentTenant.js +0 -65
  2744. package/lib/esm/session/auth/useCurrentTenant.js.map +0 -1
  2745. package/lib/esm/session/constants.js.map +0 -1
  2746. package/lib/esm/session/index.js +0 -8
  2747. package/lib/esm/session/index.js.map +0 -1
  2748. package/lib/esm/session/useUXTracking.js +0 -29
  2749. package/lib/esm/session/useUXTracking.js.map +0 -1
  2750. package/lib/esm/shell/SplashScreen.js +0 -22
  2751. package/lib/esm/shell/SplashScreen.js.map +0 -1
  2752. package/lib/esm/shell/VertesiaShell.js +0 -10
  2753. package/lib/esm/shell/VertesiaShell.js.map +0 -1
  2754. package/lib/esm/shell/apps/AppInstallationProvider.js +0 -13
  2755. package/lib/esm/shell/apps/AppInstallationProvider.js.map +0 -1
  2756. package/lib/esm/shell/apps/AppProjectSelector.js +0 -36
  2757. package/lib/esm/shell/apps/AppProjectSelector.js.map +0 -1
  2758. package/lib/esm/shell/apps/StandaloneApp.js +0 -90
  2759. package/lib/esm/shell/apps/StandaloneApp.js.map +0 -1
  2760. package/lib/esm/shell/apps/index.js +0 -4
  2761. package/lib/esm/shell/apps/index.js.map +0 -1
  2762. package/lib/esm/shell/index.js +0 -8
  2763. package/lib/esm/shell/index.js.map +0 -1
  2764. package/lib/esm/shell/login/EnterpriseSigninButton.js +0 -86
  2765. package/lib/esm/shell/login/EnterpriseSigninButton.js.map +0 -1
  2766. package/lib/esm/shell/login/GitHubSignInButton.js +0 -20
  2767. package/lib/esm/shell/login/GitHubSignInButton.js.map +0 -1
  2768. package/lib/esm/shell/login/GoogleSignInButton.js +0 -27
  2769. package/lib/esm/shell/login/GoogleSignInButton.js.map +0 -1
  2770. package/lib/esm/shell/login/InviteAcceptModal.js +0 -66
  2771. package/lib/esm/shell/login/InviteAcceptModal.js.map +0 -1
  2772. package/lib/esm/shell/login/MicrosoftSigninButton.js +0 -17
  2773. package/lib/esm/shell/login/MicrosoftSigninButton.js.map +0 -1
  2774. package/lib/esm/shell/login/PreviewIcon.js +0 -23
  2775. package/lib/esm/shell/login/PreviewIcon.js.map +0 -1
  2776. package/lib/esm/shell/login/SignInModal.js +0 -9
  2777. package/lib/esm/shell/login/SignInModal.js.map +0 -1
  2778. package/lib/esm/shell/login/SigninScreen.js +0 -68
  2779. package/lib/esm/shell/login/SigninScreen.js.map +0 -1
  2780. package/lib/esm/shell/login/SignupForm.js +0 -93
  2781. package/lib/esm/shell/login/SignupForm.js.map +0 -1
  2782. package/lib/esm/shell/login/TerminalLogin.js +0 -215
  2783. package/lib/esm/shell/login/TerminalLogin.js.map +0 -1
  2784. package/lib/esm/shell/login/UserInfo.js +0 -43
  2785. package/lib/esm/shell/login/UserInfo.js.map +0 -1
  2786. package/lib/esm/shell/login/UserSessionMenu.js +0 -36
  2787. package/lib/esm/shell/login/UserSessionMenu.js.map +0 -1
  2788. package/lib/esm/shell/utils.js +0 -6
  2789. package/lib/esm/shell/utils.js.map +0 -1
  2790. package/lib/esm/widgets/Progress.js.map +0 -1
  2791. package/lib/esm/widgets/SvgIcon.js +0 -36
  2792. package/lib/esm/widgets/SvgIcon.js.map +0 -1
  2793. package/lib/esm/widgets/form/Form.js +0 -100
  2794. package/lib/esm/widgets/form/Form.js.map +0 -1
  2795. package/lib/esm/widgets/form/FormContext.js +0 -31
  2796. package/lib/esm/widgets/form/FormContext.js.map +0 -1
  2797. package/lib/esm/widgets/form/ManagedObject.js +0 -287
  2798. package/lib/esm/widgets/form/ManagedObject.js.map +0 -1
  2799. package/lib/esm/widgets/form/fields.js +0 -12
  2800. package/lib/esm/widgets/form/fields.js.map +0 -1
  2801. package/lib/esm/widgets/form/index.js +0 -7
  2802. package/lib/esm/widgets/form/index.js.map +0 -1
  2803. package/lib/esm/widgets/form/inputs.js +0 -38
  2804. package/lib/esm/widgets/form/inputs.js.map +0 -1
  2805. package/lib/esm/widgets/form/schema.js +0 -199
  2806. package/lib/esm/widgets/form/schema.js.map +0 -1
  2807. package/lib/esm/widgets/index.js +0 -11
  2808. package/lib/esm/widgets/index.js.map +0 -1
  2809. package/lib/esm/widgets/json-view/JSONCode.js +0 -22
  2810. package/lib/esm/widgets/json-view/JSONCode.js.map +0 -1
  2811. package/lib/esm/widgets/json-view/JSONDisplay.js +0 -14
  2812. package/lib/esm/widgets/json-view/JSONDisplay.js.map +0 -1
  2813. package/lib/esm/widgets/json-view/JSONSwitcher.js +0 -6
  2814. package/lib/esm/widgets/json-view/JSONSwitcher.js.map +0 -1
  2815. package/lib/esm/widgets/json-view/JSONView.js +0 -106
  2816. package/lib/esm/widgets/json-view/JSONView.js.map +0 -1
  2817. package/lib/esm/widgets/json-view/index.js +0 -5
  2818. package/lib/esm/widgets/json-view/index.js.map +0 -1
  2819. package/lib/esm/widgets/json-view/types.js.map +0 -1
  2820. package/lib/esm/widgets/markdown/ArtifactContentRenderer.js +0 -229
  2821. package/lib/esm/widgets/markdown/ArtifactContentRenderer.js.map +0 -1
  2822. package/lib/esm/widgets/markdown/CodeBlockContext.js.map +0 -1
  2823. package/lib/esm/widgets/markdown/CodeBlockPlaceholder.js +0 -56
  2824. package/lib/esm/widgets/markdown/CodeBlockPlaceholder.js.map +0 -1
  2825. package/lib/esm/widgets/markdown/CodeBlockPlaceholder.test.js +0 -50
  2826. package/lib/esm/widgets/markdown/CodeBlockPlaceholder.test.js.map +0 -1
  2827. package/lib/esm/widgets/markdown/CodeBlockRendering.js +0 -38
  2828. package/lib/esm/widgets/markdown/CodeBlockRendering.js.map +0 -1
  2829. package/lib/esm/widgets/markdown/MarkdownFigure.js +0 -40
  2830. package/lib/esm/widgets/markdown/MarkdownFigure.js.map +0 -1
  2831. package/lib/esm/widgets/markdown/MarkdownImage.js +0 -41
  2832. package/lib/esm/widgets/markdown/MarkdownImage.js.map +0 -1
  2833. package/lib/esm/widgets/markdown/MarkdownLink.js +0 -46
  2834. package/lib/esm/widgets/markdown/MarkdownLink.js.map +0 -1
  2835. package/lib/esm/widgets/markdown/MarkdownRenderer.js +0 -163
  2836. package/lib/esm/widgets/markdown/MarkdownRenderer.js.map +0 -1
  2837. package/lib/esm/widgets/markdown/MermaidDiagram.js +0 -148
  2838. package/lib/esm/widgets/markdown/MermaidDiagram.js.map +0 -1
  2839. package/lib/esm/widgets/markdown/codeBlockHandlers.js +0 -329
  2840. package/lib/esm/widgets/markdown/codeBlockHandlers.js.map +0 -1
  2841. package/lib/esm/widgets/markdown/codeBlockHandlers.test.js +0 -179
  2842. package/lib/esm/widgets/markdown/codeBlockHandlers.test.js.map +0 -1
  2843. package/lib/esm/widgets/markdown/index.js +0 -13
  2844. package/lib/esm/widgets/markdown/index.js.map +0 -1
  2845. package/lib/esm/widgets/markdown/normalizeCustomSchemeLinks.js +0 -77
  2846. package/lib/esm/widgets/markdown/normalizeCustomSchemeLinks.js.map +0 -1
  2847. package/lib/esm/widgets/markdown/normalizeDirectives.js +0 -45
  2848. package/lib/esm/widgets/markdown/normalizeDirectives.js.map +0 -1
  2849. package/lib/esm/widgets/markdown/preprocessMathDelimiters.js +0 -226
  2850. package/lib/esm/widgets/markdown/preprocessMathDelimiters.js.map +0 -1
  2851. package/lib/esm/widgets/markdown/remarkDirectiveHandler.js +0 -95
  2852. package/lib/esm/widgets/markdown/remarkDirectiveHandler.js.map +0 -1
  2853. package/lib/esm/widgets/markdown/useArtifactContent.js +0 -174
  2854. package/lib/esm/widgets/markdown/useArtifactContent.js.map +0 -1
  2855. package/lib/esm/widgets/markdown/useResolvedUrl.js +0 -175
  2856. package/lib/esm/widgets/markdown/useResolvedUrl.js.map +0 -1
  2857. package/lib/esm/widgets/monacoEditor/MonacoEditor.js +0 -169
  2858. package/lib/esm/widgets/monacoEditor/MonacoEditor.js.map +0 -1
  2859. package/lib/esm/widgets/monacoEditor/foldingProviders.js +0 -132
  2860. package/lib/esm/widgets/monacoEditor/foldingProviders.js.map +0 -1
  2861. package/lib/esm/widgets/monacoEditor/index.js +0 -2
  2862. package/lib/esm/widgets/monacoEditor/index.js.map +0 -1
  2863. package/lib/esm/widgets/properties/PropertiesView.js +0 -8
  2864. package/lib/esm/widgets/properties/PropertiesView.js.map +0 -1
  2865. package/lib/esm/widgets/properties/index.js +0 -2
  2866. package/lib/esm/widgets/properties/index.js.map +0 -1
  2867. package/lib/esm/widgets/schema-editor/ManagedSchema.js +0 -301
  2868. package/lib/esm/widgets/schema-editor/ManagedSchema.js.map +0 -1
  2869. package/lib/esm/widgets/schema-editor/editor/Editable.js +0 -110
  2870. package/lib/esm/widgets/schema-editor/editor/Editable.js.map +0 -1
  2871. package/lib/esm/widgets/schema-editor/editor/EditableSchemaProperty.js +0 -8
  2872. package/lib/esm/widgets/schema-editor/editor/EditableSchemaProperty.js.map +0 -1
  2873. package/lib/esm/widgets/schema-editor/editor/PropertyEditor.js +0 -85
  2874. package/lib/esm/widgets/schema-editor/editor/PropertyEditor.js.map +0 -1
  2875. package/lib/esm/widgets/schema-editor/editor/PropertyViewer.js +0 -7
  2876. package/lib/esm/widgets/schema-editor/editor/PropertyViewer.js.map +0 -1
  2877. package/lib/esm/widgets/schema-editor/editor/SchemaContext.js +0 -9
  2878. package/lib/esm/widgets/schema-editor/editor/SchemaContext.js.map +0 -1
  2879. package/lib/esm/widgets/schema-editor/editor/SchemaEditor.js +0 -86
  2880. package/lib/esm/widgets/schema-editor/editor/SchemaEditor.js.map +0 -1
  2881. package/lib/esm/widgets/schema-editor/index.js +0 -7
  2882. package/lib/esm/widgets/schema-editor/index.js.map +0 -1
  2883. package/lib/esm/widgets/schema-editor/json-schema4-utils.js +0 -188
  2884. package/lib/esm/widgets/schema-editor/json-schema4-utils.js.map +0 -1
  2885. package/lib/esm/widgets/schema-editor/type-signature.js.map +0 -1
  2886. package/lib/esm/widgets/upload/DropZone.js +0 -173
  2887. package/lib/esm/widgets/upload/DropZone.js.map +0 -1
  2888. package/lib/esm/widgets/upload/UploadResultCategory.js +0 -21
  2889. package/lib/esm/widgets/upload/UploadResultCategory.js.map +0 -1
  2890. package/lib/esm/widgets/upload/UploadSummary.js +0 -32
  2891. package/lib/esm/widgets/upload/UploadSummary.js.map +0 -1
  2892. package/lib/esm/widgets/upload/index.js.map +0 -1
  2893. package/lib/esm/widgets/xml-viewer/components/Attributes/index.js.map +0 -1
  2894. package/lib/esm/widgets/xml-viewer/components/CDataTag/index.js.map +0 -1
  2895. package/lib/esm/widgets/xml-viewer/components/CollapseIcon/index.js +0 -11
  2896. package/lib/esm/widgets/xml-viewer/components/CollapseIcon/index.js.map +0 -1
  2897. package/lib/esm/widgets/xml-viewer/components/CommentTag/index.js.map +0 -1
  2898. package/lib/esm/widgets/xml-viewer/components/DeclarationTag/index.js.map +0 -1
  2899. package/lib/esm/widgets/xml-viewer/components/Elements/index.js.map +0 -1
  2900. package/lib/esm/widgets/xml-viewer/components/InvalidXml/index.js.map +0 -1
  2901. package/lib/esm/widgets/xml-viewer/components/Tag/index.js.map +0 -1
  2902. package/lib/esm/widgets/xml-viewer/components/TextElement/index.js.map +0 -1
  2903. package/lib/esm/widgets/xml-viewer/components/XMLViewer.js.map +0 -1
  2904. package/lib/esm/widgets/xml-viewer/components/types.js.map +0 -1
  2905. package/lib/esm/widgets/xml-viewer/constants/index.js.map +0 -1
  2906. package/lib/esm/widgets/xml-viewer/context/xml-viewer-context.js.map +0 -1
  2907. package/lib/esm/widgets/xml-viewer/helpers/index.js +0 -40
  2908. package/lib/esm/widgets/xml-viewer/helpers/index.js.map +0 -1
  2909. package/lib/esm/widgets/xml-viewer/hooks/useCollapsible.js.map +0 -1
  2910. package/lib/esm/widgets/xml-viewer/hooks/useXMLViewer.js +0 -31
  2911. package/lib/esm/widgets/xml-viewer/hooks/useXMLViewer.js.map +0 -1
  2912. package/lib/esm/widgets/xml-viewer/index.js +0 -3
  2913. package/lib/esm/widgets/xml-viewer/index.js.map +0 -1
  2914. package/lib/esm/widgets/xml-viewer/types/index.js.map +0 -1
  2915. package/lib/tsconfig.tsbuildinfo +0 -1
  2916. package/lib/types/core/components/Avatar.d.ts +0 -16
  2917. package/lib/types/core/components/Avatar.d.ts.map +0 -1
  2918. package/lib/types/core/components/Center.d.ts +0 -8
  2919. package/lib/types/core/components/Center.d.ts.map +0 -1
  2920. package/lib/types/core/components/ComboBox.d.ts +0 -134
  2921. package/lib/types/core/components/ComboBox.d.ts.map +0 -1
  2922. package/lib/types/core/components/Divider.d.ts +0 -6
  2923. package/lib/types/core/components/Divider.d.ts.map +0 -1
  2924. package/lib/types/core/components/EmptyCollection.d.ts +0 -9
  2925. package/lib/types/core/components/EmptyCollection.d.ts.map +0 -1
  2926. package/lib/types/core/components/FileUpload.d.ts +0 -29
  2927. package/lib/types/core/components/FileUpload.d.ts.map +0 -1
  2928. package/lib/types/core/components/FormItem.d.ts +0 -16
  2929. package/lib/types/core/components/FormItem.d.ts.map +0 -1
  2930. package/lib/types/core/components/InputList.d.ts +0 -12
  2931. package/lib/types/core/components/InputList.d.ts.map +0 -1
  2932. package/lib/types/core/components/Link.d.ts +0 -7
  2933. package/lib/types/core/components/Link.d.ts.map +0 -1
  2934. package/lib/types/core/components/MenuList.d.ts +0 -14
  2935. package/lib/types/core/components/MenuList.d.ts.map +0 -1
  2936. package/lib/types/core/components/NumberInput.d.ts +0 -16
  2937. package/lib/types/core/components/NumberInput.d.ts.map +0 -1
  2938. package/lib/types/core/components/Overlay.d.ts +0 -25
  2939. package/lib/types/core/components/Overlay.d.ts.map +0 -1
  2940. package/lib/types/core/components/Portal.d.ts +0 -6
  2941. package/lib/types/core/components/Portal.d.ts.map +0 -1
  2942. package/lib/types/core/components/SelectList.d.ts +0 -19
  2943. package/lib/types/core/components/SelectList.d.ts.map +0 -1
  2944. package/lib/types/core/components/SidePanel.d.ts +0 -16
  2945. package/lib/types/core/components/SidePanel.d.ts.map +0 -1
  2946. package/lib/types/core/components/Spinner.d.ts +0 -7
  2947. package/lib/types/core/components/Spinner.d.ts.map +0 -1
  2948. package/lib/types/core/components/TagsInput.d.ts +0 -16
  2949. package/lib/types/core/components/TagsInput.d.ts.map +0 -1
  2950. package/lib/types/core/components/index.d.ts +0 -27
  2951. package/lib/types/core/components/index.d.ts.map +0 -1
  2952. package/lib/types/core/components/libs/utils.d.ts +0 -3
  2953. package/lib/types/core/components/libs/utils.d.ts.map +0 -1
  2954. package/lib/types/core/components/libs/visuallyHidden.d.ts +0 -7
  2955. package/lib/types/core/components/libs/visuallyHidden.d.ts.map +0 -1
  2956. package/lib/types/core/components/popup/Popup.d.ts +0 -26
  2957. package/lib/types/core/components/popup/Popup.d.ts.map +0 -1
  2958. package/lib/types/core/components/popup/PopupController.d.ts +0 -41
  2959. package/lib/types/core/components/popup/PopupController.d.ts.map +0 -1
  2960. package/lib/types/core/components/popup/index.d.ts +0 -4
  2961. package/lib/types/core/components/popup/index.d.ts.map +0 -1
  2962. package/lib/types/core/components/popup/position.d.ts.map +0 -1
  2963. package/lib/types/core/components/popup/utils.d.ts.map +0 -1
  2964. package/lib/types/core/components/shadcn/MessageBox.d.ts +0 -36
  2965. package/lib/types/core/components/shadcn/MessageBox.d.ts.map +0 -1
  2966. package/lib/types/core/components/shadcn/Panel.d.ts +0 -13
  2967. package/lib/types/core/components/shadcn/Panel.d.ts.map +0 -1
  2968. package/lib/types/core/components/shadcn/badge.d.ts +0 -21
  2969. package/lib/types/core/components/shadcn/badge.d.ts.map +0 -1
  2970. package/lib/types/core/components/shadcn/breadcrumb.d.ts +0 -15
  2971. package/lib/types/core/components/shadcn/breadcrumb.d.ts.map +0 -1
  2972. package/lib/types/core/components/shadcn/button.d.ts +0 -27
  2973. package/lib/types/core/components/shadcn/button.d.ts.map +0 -1
  2974. package/lib/types/core/components/shadcn/calendar.d.ts +0 -11
  2975. package/lib/types/core/components/shadcn/calendar.d.ts.map +0 -1
  2976. package/lib/types/core/components/shadcn/card.d.ts +0 -9
  2977. package/lib/types/core/components/shadcn/card.d.ts.map +0 -1
  2978. package/lib/types/core/components/shadcn/checkbox.d.ts +0 -5
  2979. package/lib/types/core/components/shadcn/checkbox.d.ts.map +0 -1
  2980. package/lib/types/core/components/shadcn/collaspible.d.ts +0 -6
  2981. package/lib/types/core/components/shadcn/collaspible.d.ts.map +0 -1
  2982. package/lib/types/core/components/shadcn/command.d.ts +0 -17
  2983. package/lib/types/core/components/shadcn/command.d.ts.map +0 -1
  2984. package/lib/types/core/components/shadcn/dropdown.d.ts +0 -52
  2985. package/lib/types/core/components/shadcn/dropdown.d.ts.map +0 -1
  2986. package/lib/types/core/components/shadcn/filters/DynamicLabel.d.ts +0 -9
  2987. package/lib/types/core/components/shadcn/filters/DynamicLabel.d.ts.map +0 -1
  2988. package/lib/types/core/components/shadcn/filters/animateChangeInHeight.d.ts.map +0 -1
  2989. package/lib/types/core/components/shadcn/filters/comboBox/DateCombobox.d.ts +0 -6
  2990. package/lib/types/core/components/shadcn/filters/comboBox/DateCombobox.d.ts.map +0 -1
  2991. package/lib/types/core/components/shadcn/filters/comboBox/SelectCombobox.d.ts +0 -10
  2992. package/lib/types/core/components/shadcn/filters/comboBox/SelectCombobox.d.ts.map +0 -1
  2993. package/lib/types/core/components/shadcn/filters/comboBox/StringListCombobox.d.ts +0 -6
  2994. package/lib/types/core/components/shadcn/filters/comboBox/StringListCombobox.d.ts.map +0 -1
  2995. package/lib/types/core/components/shadcn/filters/comboBox/TextCombobox.d.ts +0 -6
  2996. package/lib/types/core/components/shadcn/filters/comboBox/TextCombobox.d.ts.map +0 -1
  2997. package/lib/types/core/components/shadcn/filters/comboBox/comboBox.d.ts +0 -5
  2998. package/lib/types/core/components/shadcn/filters/comboBox/comboBox.d.ts.map +0 -1
  2999. package/lib/types/core/components/shadcn/filters/filter/SelectFilter.d.ts +0 -12
  3000. package/lib/types/core/components/shadcn/filters/filter/SelectFilter.d.ts.map +0 -1
  3001. package/lib/types/core/components/shadcn/filters/filter/StringListFilter.d.ts +0 -11
  3002. package/lib/types/core/components/shadcn/filters/filter/StringListFilter.d.ts.map +0 -1
  3003. package/lib/types/core/components/shadcn/filters/filter/TextFilter.d.ts +0 -13
  3004. package/lib/types/core/components/shadcn/filters/filter/TextFilter.d.ts.map +0 -1
  3005. package/lib/types/core/components/shadcn/filters/filter/dateFilter.d.ts +0 -14
  3006. package/lib/types/core/components/shadcn/filters/filter/dateFilter.d.ts.map +0 -1
  3007. package/lib/types/core/components/shadcn/filters/filter-styles.d.ts.map +0 -1
  3008. package/lib/types/core/components/shadcn/filters/filterBar.d.ts +0 -21
  3009. package/lib/types/core/components/shadcn/filters/filterBar.d.ts.map +0 -1
  3010. package/lib/types/core/components/shadcn/filters/filters.d.ts +0 -10
  3011. package/lib/types/core/components/shadcn/filters/filters.d.ts.map +0 -1
  3012. package/lib/types/core/components/shadcn/filters/index.d.ts.map +0 -1
  3013. package/lib/types/core/components/shadcn/filters/types.d.ts +0 -35
  3014. package/lib/types/core/components/shadcn/filters/types.d.ts.map +0 -1
  3015. package/lib/types/core/components/shadcn/heading.d.ts +0 -6
  3016. package/lib/types/core/components/shadcn/heading.d.ts.map +0 -1
  3017. package/lib/types/core/components/shadcn/index.d.ts +0 -29
  3018. package/lib/types/core/components/shadcn/index.d.ts.map +0 -1
  3019. package/lib/types/core/components/shadcn/input.d.ts +0 -17
  3020. package/lib/types/core/components/shadcn/input.d.ts.map +0 -1
  3021. package/lib/types/core/components/shadcn/label.d.ts +0 -10
  3022. package/lib/types/core/components/shadcn/label.d.ts.map +0 -1
  3023. package/lib/types/core/components/shadcn/modal/ConfirmModal.d.ts +0 -12
  3024. package/lib/types/core/components/shadcn/modal/ConfirmModal.d.ts.map +0 -1
  3025. package/lib/types/core/components/shadcn/modal/DeleteModal.d.ts +0 -11
  3026. package/lib/types/core/components/shadcn/modal/DeleteModal.d.ts.map +0 -1
  3027. package/lib/types/core/components/shadcn/modal/dialog.d.ts +0 -41
  3028. package/lib/types/core/components/shadcn/modal/dialog.d.ts.map +0 -1
  3029. package/lib/types/core/components/shadcn/modal/index.d.ts +0 -4
  3030. package/lib/types/core/components/shadcn/modal/index.d.ts.map +0 -1
  3031. package/lib/types/core/components/shadcn/popover.d.ts +0 -32
  3032. package/lib/types/core/components/shadcn/popover.d.ts.map +0 -1
  3033. package/lib/types/core/components/shadcn/radioGroup.d.ts +0 -26
  3034. package/lib/types/core/components/shadcn/radioGroup.d.ts.map +0 -1
  3035. package/lib/types/core/components/shadcn/resizeable.d.ts +0 -9
  3036. package/lib/types/core/components/shadcn/resizeable.d.ts.map +0 -1
  3037. package/lib/types/core/components/shadcn/selectBox.d.ts +0 -40
  3038. package/lib/types/core/components/shadcn/selectBox.d.ts.map +0 -1
  3039. package/lib/types/core/components/shadcn/separator.d.ts +0 -6
  3040. package/lib/types/core/components/shadcn/separator.d.ts.map +0 -1
  3041. package/lib/types/core/components/shadcn/switch.d.ts +0 -12
  3042. package/lib/types/core/components/shadcn/switch.d.ts.map +0 -1
  3043. package/lib/types/core/components/shadcn/tabs.d.ts +0 -49
  3044. package/lib/types/core/components/shadcn/tabs.d.ts.map +0 -1
  3045. package/lib/types/core/components/shadcn/text.d.ts +0 -11
  3046. package/lib/types/core/components/shadcn/text.d.ts.map +0 -1
  3047. package/lib/types/core/components/shadcn/textarea.d.ts +0 -8
  3048. package/lib/types/core/components/shadcn/textarea.d.ts.map +0 -1
  3049. package/lib/types/core/components/shadcn/theme/ThemeProvider.d.ts +0 -15
  3050. package/lib/types/core/components/shadcn/theme/ThemeProvider.d.ts.map +0 -1
  3051. package/lib/types/core/components/shadcn/theme/ThemeSwitcher.d.ts +0 -16
  3052. package/lib/types/core/components/shadcn/theme/ThemeSwitcher.d.ts.map +0 -1
  3053. package/lib/types/core/components/shadcn/tooltip.d.ts +0 -21
  3054. package/lib/types/core/components/shadcn/tooltip.d.ts.map +0 -1
  3055. package/lib/types/core/components/styles.d.ts.map +0 -1
  3056. package/lib/types/core/components/table/index.d.ts +0 -19
  3057. package/lib/types/core/components/table/index.d.ts.map +0 -1
  3058. package/lib/types/core/components/toast/NotificationPanel.d.ts +0 -8
  3059. package/lib/types/core/components/toast/NotificationPanel.d.ts.map +0 -1
  3060. package/lib/types/core/components/toast/ToastContext.d.ts +0 -6
  3061. package/lib/types/core/components/toast/ToastContext.d.ts.map +0 -1
  3062. package/lib/types/core/components/toast/ToastProps.d.ts.map +0 -1
  3063. package/lib/types/core/components/toast/ToastProvider.d.ts +0 -6
  3064. package/lib/types/core/components/toast/ToastProvider.d.ts.map +0 -1
  3065. package/lib/types/core/components/toast/index.d.ts +0 -3
  3066. package/lib/types/core/components/toast/index.d.ts.map +0 -1
  3067. package/lib/types/core/hooks/CompositeState.d.ts +0 -137
  3068. package/lib/types/core/hooks/CompositeState.d.ts.map +0 -1
  3069. package/lib/types/core/hooks/PortalContainerProvider.d.ts +0 -8
  3070. package/lib/types/core/hooks/PortalContainerProvider.d.ts.map +0 -1
  3071. package/lib/types/core/hooks/SharedState.d.ts +0 -10
  3072. package/lib/types/core/hooks/SharedState.d.ts.map +0 -1
  3073. package/lib/types/core/hooks/index.d.ts +0 -16
  3074. package/lib/types/core/hooks/index.d.ts.map +0 -1
  3075. package/lib/types/core/hooks/useClickOutside.d.ts.map +0 -1
  3076. package/lib/types/core/hooks/useCopyToClipboard.d.ts.map +0 -1
  3077. package/lib/types/core/hooks/useDarkMode.d.ts.map +0 -1
  3078. package/lib/types/core/hooks/useDebounce.d.ts.map +0 -1
  3079. package/lib/types/core/hooks/useEventSource.d.ts +0 -2
  3080. package/lib/types/core/hooks/useEventSource.d.ts.map +0 -1
  3081. package/lib/types/core/hooks/useFetch.d.ts +0 -24
  3082. package/lib/types/core/hooks/useFetch.d.ts.map +0 -1
  3083. package/lib/types/core/hooks/useFlag.d.ts.map +0 -1
  3084. package/lib/types/core/hooks/useIntersectionObserver.d.ts +0 -14
  3085. package/lib/types/core/hooks/useIntersectionObserver.d.ts.map +0 -1
  3086. package/lib/types/core/hooks/useIsFistRendering.d.ts.map +0 -1
  3087. package/lib/types/core/hooks/useSafeLayoutEffect.d.ts +0 -4
  3088. package/lib/types/core/hooks/useSafeLayoutEffect.d.ts.map +0 -1
  3089. package/lib/types/core/hooks/useScrollableSearch.d.ts +0 -82
  3090. package/lib/types/core/hooks/useScrollableSearch.d.ts.map +0 -1
  3091. package/lib/types/core/hooks/useSharedValue.d.ts +0 -12
  3092. package/lib/types/core/hooks/useSharedValue.d.ts.map +0 -1
  3093. package/lib/types/core/index.d.ts +0 -4
  3094. package/lib/types/core/index.d.ts.map +0 -1
  3095. package/lib/types/core/utils/cn.d.ts +0 -3
  3096. package/lib/types/core/utils/cn.d.ts.map +0 -1
  3097. package/lib/types/core/utils/index.d.ts +0 -2
  3098. package/lib/types/core/utils/index.d.ts.map +0 -1
  3099. package/lib/types/env/index.d.ts +0 -85
  3100. package/lib/types/env/index.d.ts.map +0 -1
  3101. package/lib/types/features/activity-doc/ActivityDoc.d.ts +0 -14
  3102. package/lib/types/features/activity-doc/ActivityDoc.d.ts.map +0 -1
  3103. package/lib/types/features/activity-doc/index.d.ts +0 -2
  3104. package/lib/types/features/activity-doc/index.d.ts.map +0 -1
  3105. package/lib/types/features/agent/PayloadBuilder.d.ts +0 -120
  3106. package/lib/types/features/agent/PayloadBuilder.d.ts.map +0 -1
  3107. package/lib/types/features/agent/chat/AgentChart.d.ts +0 -34
  3108. package/lib/types/features/agent/chat/AgentChart.d.ts.map +0 -1
  3109. package/lib/types/features/agent/chat/AgentRightPanel.d.ts +0 -55
  3110. package/lib/types/features/agent/chat/AgentRightPanel.d.ts.map +0 -1
  3111. package/lib/types/features/agent/chat/AnimatedThinkingDots.d.ts +0 -38
  3112. package/lib/types/features/agent/chat/AnimatedThinkingDots.d.ts.map +0 -1
  3113. package/lib/types/features/agent/chat/ArtifactsTab.d.ts +0 -9
  3114. package/lib/types/features/agent/chat/ArtifactsTab.d.ts.map +0 -1
  3115. package/lib/types/features/agent/chat/AskUserWidget.d.ts +0 -84
  3116. package/lib/types/features/agent/chat/AskUserWidget.d.ts.map +0 -1
  3117. package/lib/types/features/agent/chat/DocumentPanel.d.ts +0 -16
  3118. package/lib/types/features/agent/chat/DocumentPanel.d.ts.map +0 -1
  3119. package/lib/types/features/agent/chat/DocumentTabBar.d.ts +0 -9
  3120. package/lib/types/features/agent/chat/DocumentTabBar.d.ts.map +0 -1
  3121. package/lib/types/features/agent/chat/ImageLightbox.d.ts +0 -18
  3122. package/lib/types/features/agent/chat/ImageLightbox.d.ts.map +0 -1
  3123. package/lib/types/features/agent/chat/JumpingDots.d.ts +0 -7
  3124. package/lib/types/features/agent/chat/JumpingDots.d.ts.map +0 -1
  3125. package/lib/types/features/agent/chat/ModernAgentConversation.d.ts +0 -147
  3126. package/lib/types/features/agent/chat/ModernAgentConversation.d.ts.map +0 -1
  3127. package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts +0 -68
  3128. package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +0 -1
  3129. package/lib/types/features/agent/chat/ModernAgentOutput/BatchProgressPanel.d.ts +0 -26
  3130. package/lib/types/features/agent/chat/ModernAgentOutput/BatchProgressPanel.d.ts.map +0 -1
  3131. package/lib/types/features/agent/chat/ModernAgentOutput/Header.d.ts +0 -33
  3132. package/lib/types/features/agent/chat/ModernAgentOutput/Header.d.ts.map +0 -1
  3133. package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.d.ts +0 -11
  3134. package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.d.ts.map +0 -1
  3135. package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.d.ts +0 -18
  3136. package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.d.ts.map +0 -1
  3137. package/lib/types/features/agent/chat/ModernAgentOutput/MessageInput.d.ts +0 -62
  3138. package/lib/types/features/agent/chat/ModernAgentOutput/MessageInput.d.ts.map +0 -1
  3139. package/lib/types/features/agent/chat/ModernAgentOutput/MessageItem.d.ts +0 -58
  3140. package/lib/types/features/agent/chat/ModernAgentOutput/MessageItem.d.ts.map +0 -1
  3141. package/lib/types/features/agent/chat/ModernAgentOutput/MessagesContainer.d.ts +0 -15
  3142. package/lib/types/features/agent/chat/ModernAgentOutput/MessagesContainer.d.ts.map +0 -1
  3143. package/lib/types/features/agent/chat/ModernAgentOutput/PlanPanel.d.ts +0 -9
  3144. package/lib/types/features/agent/chat/ModernAgentOutput/PlanPanel.d.ts.map +0 -1
  3145. package/lib/types/features/agent/chat/ModernAgentOutput/SlideInPanel.d.ts +0 -11
  3146. package/lib/types/features/agent/chat/ModernAgentOutput/SlideInPanel.d.ts.map +0 -1
  3147. package/lib/types/features/agent/chat/ModernAgentOutput/SlidingMessages.d.ts +0 -8
  3148. package/lib/types/features/agent/chat/ModernAgentOutput/SlidingMessages.d.ts.map +0 -1
  3149. package/lib/types/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.d.ts +0 -10
  3150. package/lib/types/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.d.ts.map +0 -1
  3151. package/lib/types/features/agent/chat/ModernAgentOutput/StackedMessages.d.ts +0 -8
  3152. package/lib/types/features/agent/chat/ModernAgentOutput/StackedMessages.d.ts.map +0 -1
  3153. package/lib/types/features/agent/chat/ModernAgentOutput/StreamingMessage.d.ts +0 -38
  3154. package/lib/types/features/agent/chat/ModernAgentOutput/StreamingMessage.d.ts.map +0 -1
  3155. package/lib/types/features/agent/chat/ModernAgentOutput/ToolCallGroup.d.ts +0 -34
  3156. package/lib/types/features/agent/chat/ModernAgentOutput/ToolCallGroup.d.ts.map +0 -1
  3157. package/lib/types/features/agent/chat/ModernAgentOutput/WorkstreamTabs.d.ts +0 -22
  3158. package/lib/types/features/agent/chat/ModernAgentOutput/WorkstreamTabs.d.ts.map +0 -1
  3159. package/lib/types/features/agent/chat/ModernAgentOutput/utils.d.ts +0 -139
  3160. package/lib/types/features/agent/chat/ModernAgentOutput/utils.d.ts.map +0 -1
  3161. package/lib/types/features/agent/chat/SkillWidgetProvider.d.ts +0 -11
  3162. package/lib/types/features/agent/chat/SkillWidgetProvider.d.ts.map +0 -1
  3163. package/lib/types/features/agent/chat/SlidingThinkingIndicator.d.ts +0 -18
  3164. package/lib/types/features/agent/chat/SlidingThinkingIndicator.d.ts.map +0 -1
  3165. package/lib/types/features/agent/chat/VegaLiteChart.d.ts +0 -18
  3166. package/lib/types/features/agent/chat/VegaLiteChart.d.ts.map +0 -1
  3167. package/lib/types/features/agent/chat/WaitingMessages.d.ts.map +0 -1
  3168. package/lib/types/features/agent/chat/hooks/useAgentPlans.d.ts +0 -22
  3169. package/lib/types/features/agent/chat/hooks/useAgentPlans.d.ts.map +0 -1
  3170. package/lib/types/features/agent/chat/hooks/useAgentStream.d.ts +0 -44
  3171. package/lib/types/features/agent/chat/hooks/useAgentStream.d.ts.map +0 -1
  3172. package/lib/types/features/agent/chat/hooks/useArtifacts.d.ts +0 -18
  3173. package/lib/types/features/agent/chat/hooks/useArtifacts.d.ts.map +0 -1
  3174. package/lib/types/features/agent/chat/hooks/useDocumentPanel.d.ts +0 -23
  3175. package/lib/types/features/agent/chat/hooks/useDocumentPanel.d.ts.map +0 -1
  3176. package/lib/types/features/agent/chat/hooks/useFileProcessing.d.ts +0 -27
  3177. package/lib/types/features/agent/chat/hooks/useFileProcessing.d.ts.map +0 -1
  3178. package/lib/types/features/agent/chat/index.d.ts +0 -21
  3179. package/lib/types/features/agent/chat/index.d.ts.map +0 -1
  3180. package/lib/types/features/agent/chat/types/document.d.ts.map +0 -1
  3181. package/lib/types/features/agent/chat/useArtifactUrlCache.d.ts +0 -28
  3182. package/lib/types/features/agent/chat/useArtifactUrlCache.d.ts.map +0 -1
  3183. package/lib/types/features/agent/index.d.ts +0 -3
  3184. package/lib/types/features/agent/index.d.ts.map +0 -1
  3185. package/lib/types/features/errors/PanelErrorBoundary.d.ts +0 -5
  3186. package/lib/types/features/errors/PanelErrorBoundary.d.ts.map +0 -1
  3187. package/lib/types/features/errors/RowErrorBoundary.d.ts +0 -8
  3188. package/lib/types/features/errors/RowErrorBoundary.d.ts.map +0 -1
  3189. package/lib/types/features/errors/VertesiaErrorBoundary.d.ts +0 -12
  3190. package/lib/types/features/errors/VertesiaErrorBoundary.d.ts.map +0 -1
  3191. package/lib/types/features/errors/WidgetErrorBoundary.d.ts +0 -5
  3192. package/lib/types/features/errors/WidgetErrorBoundary.d.ts.map +0 -1
  3193. package/lib/types/features/errors/index.d.ts +0 -5
  3194. package/lib/types/features/errors/index.d.ts.map +0 -1
  3195. package/lib/types/features/facets/AgentRunnerFacetsNav.d.ts +0 -17
  3196. package/lib/types/features/facets/AgentRunnerFacetsNav.d.ts.map +0 -1
  3197. package/lib/types/features/facets/CollectionsFacetsNav.d.ts +0 -14
  3198. package/lib/types/features/facets/CollectionsFacetsNav.d.ts.map +0 -1
  3199. package/lib/types/features/facets/DocumentsFacetsNav.d.ts +0 -12
  3200. package/lib/types/features/facets/DocumentsFacetsNav.d.ts.map +0 -1
  3201. package/lib/types/features/facets/EnvironmentFacet.d.ts +0 -10
  3202. package/lib/types/features/facets/EnvironmentFacet.d.ts.map +0 -1
  3203. package/lib/types/features/facets/InteractionsFacetsNav.d.ts +0 -13
  3204. package/lib/types/features/facets/InteractionsFacetsNav.d.ts.map +0 -1
  3205. package/lib/types/features/facets/PromptsFacetsNav.d.ts +0 -15
  3206. package/lib/types/features/facets/PromptsFacetsNav.d.ts.map +0 -1
  3207. package/lib/types/features/facets/RunsFacetsNav.d.ts +0 -22
  3208. package/lib/types/features/facets/RunsFacetsNav.d.ts.map +0 -1
  3209. package/lib/types/features/facets/WorkflowExecutionsFacetsNav.d.ts +0 -14
  3210. package/lib/types/features/facets/WorkflowExecutionsFacetsNav.d.ts.map +0 -1
  3211. package/lib/types/features/facets/index.d.ts +0 -17
  3212. package/lib/types/features/facets/index.d.ts.map +0 -1
  3213. package/lib/types/features/facets/utils/SearchInterface.d.ts +0 -16
  3214. package/lib/types/features/facets/utils/SearchInterface.d.ts.map +0 -1
  3215. package/lib/types/features/facets/utils/StringFacet.d.ts +0 -11
  3216. package/lib/types/features/facets/utils/StringFacet.d.ts.map +0 -1
  3217. package/lib/types/features/facets/utils/StringListFacet.d.ts +0 -11
  3218. package/lib/types/features/facets/utils/StringListFacet.d.ts.map +0 -1
  3219. package/lib/types/features/facets/utils/TypeFacet.d.ts +0 -16
  3220. package/lib/types/features/facets/utils/TypeFacet.d.ts.map +0 -1
  3221. package/lib/types/features/facets/utils/VEnvironmentFacet.d.ts +0 -12
  3222. package/lib/types/features/facets/utils/VEnvironmentFacet.d.ts.map +0 -1
  3223. package/lib/types/features/facets/utils/VInteractionFacet.d.ts +0 -15
  3224. package/lib/types/features/facets/utils/VInteractionFacet.d.ts.map +0 -1
  3225. package/lib/types/features/facets/utils/VStringFacet.d.ts +0 -21
  3226. package/lib/types/features/facets/utils/VStringFacet.d.ts.map +0 -1
  3227. package/lib/types/features/facets/utils/VTypeFacet.d.ts +0 -12
  3228. package/lib/types/features/facets/utils/VTypeFacet.d.ts.map +0 -1
  3229. package/lib/types/features/facets/utils/VUserFacet.d.ts +0 -11
  3230. package/lib/types/features/facets/utils/VUserFacet.d.ts.map +0 -1
  3231. package/lib/types/features/facets/utils/utils.d.ts +0 -4
  3232. package/lib/types/features/facets/utils/utils.d.ts.map +0 -1
  3233. package/lib/types/features/index.d.ts +0 -13
  3234. package/lib/types/features/index.d.ts.map +0 -1
  3235. package/lib/types/features/layout/GenericPageNavHeader.d.ts +0 -14
  3236. package/lib/types/features/layout/GenericPageNavHeader.d.ts.map +0 -1
  3237. package/lib/types/features/layout/NotFoundView.d.ts +0 -5
  3238. package/lib/types/features/layout/NotFoundView.d.ts.map +0 -1
  3239. package/lib/types/features/layout/index.d.ts +0 -3
  3240. package/lib/types/features/layout/index.d.ts.map +0 -1
  3241. package/lib/types/features/magic-pdf/AnnotatedImageSlider.d.ts +0 -13
  3242. package/lib/types/features/magic-pdf/AnnotatedImageSlider.d.ts.map +0 -1
  3243. package/lib/types/features/magic-pdf/DownloadPopover.d.ts +0 -7
  3244. package/lib/types/features/magic-pdf/DownloadPopover.d.ts.map +0 -1
  3245. package/lib/types/features/magic-pdf/ExtractedContentView.d.ts +0 -8
  3246. package/lib/types/features/magic-pdf/ExtractedContentView.d.ts.map +0 -1
  3247. package/lib/types/features/magic-pdf/MagicPdfProvider.d.ts +0 -58
  3248. package/lib/types/features/magic-pdf/MagicPdfProvider.d.ts.map +0 -1
  3249. package/lib/types/features/magic-pdf/MagicPdfView.d.ts +0 -7
  3250. package/lib/types/features/magic-pdf/MagicPdfView.d.ts.map +0 -1
  3251. package/lib/types/features/magic-pdf/index.d.ts +0 -2
  3252. package/lib/types/features/magic-pdf/index.d.ts.map +0 -1
  3253. package/lib/types/features/magic-pdf/types.d.ts +0 -2
  3254. package/lib/types/features/magic-pdf/types.d.ts.map +0 -1
  3255. package/lib/types/features/oauth/OAuthProviderConnectButton.d.ts +0 -11
  3256. package/lib/types/features/oauth/OAuthProviderConnectButton.d.ts.map +0 -1
  3257. package/lib/types/features/oauth/RemoteMcpConnectionButton.d.ts +0 -25
  3258. package/lib/types/features/oauth/RemoteMcpConnectionButton.d.ts.map +0 -1
  3259. package/lib/types/features/oauth/index.d.ts.map +0 -1
  3260. package/lib/types/features/oauth/useOAuthPopup.d.ts.map +0 -1
  3261. package/lib/types/features/pdf-viewer/PdfPageRenderer.d.ts +0 -83
  3262. package/lib/types/features/pdf-viewer/PdfPageRenderer.d.ts.map +0 -1
  3263. package/lib/types/features/pdf-viewer/PdfPageSlider.d.ts +0 -29
  3264. package/lib/types/features/pdf-viewer/PdfPageSlider.d.ts.map +0 -1
  3265. package/lib/types/features/pdf-viewer/SimplePdfViewer.d.ts +0 -19
  3266. package/lib/types/features/pdf-viewer/SimplePdfViewer.d.ts.map +0 -1
  3267. package/lib/types/features/pdf-viewer/index.d.ts.map +0 -1
  3268. package/lib/types/features/permissions/SecureButton.d.ts +0 -8
  3269. package/lib/types/features/permissions/SecureButton.d.ts.map +0 -1
  3270. package/lib/types/features/permissions/SecureSidebarItem.d.ts +0 -8
  3271. package/lib/types/features/permissions/SecureSidebarItem.d.ts.map +0 -1
  3272. package/lib/types/features/permissions/UserPermissionsProvider.d.ts +0 -21
  3273. package/lib/types/features/permissions/UserPermissionsProvider.d.ts.map +0 -1
  3274. package/lib/types/features/permissions/helpers.d.ts +0 -5
  3275. package/lib/types/features/permissions/helpers.d.ts.map +0 -1
  3276. package/lib/types/features/permissions/index.d.ts +0 -5
  3277. package/lib/types/features/permissions/index.d.ts.map +0 -1
  3278. package/lib/types/features/store/collections/BrowseCollectionView.d.ts +0 -7
  3279. package/lib/types/features/store/collections/BrowseCollectionView.d.ts.map +0 -1
  3280. package/lib/types/features/store/collections/CollectionsTable.d.ts +0 -10
  3281. package/lib/types/features/store/collections/CollectionsTable.d.ts.map +0 -1
  3282. package/lib/types/features/store/collections/CreateCollection.d.ts +0 -13
  3283. package/lib/types/features/store/collections/CreateCollection.d.ts.map +0 -1
  3284. package/lib/types/features/store/collections/EditCollectionView.d.ts +0 -8
  3285. package/lib/types/features/store/collections/EditCollectionView.d.ts.map +0 -1
  3286. package/lib/types/features/store/collections/SelectCollection.d.ts +0 -20
  3287. package/lib/types/features/store/collections/SelectCollection.d.ts.map +0 -1
  3288. package/lib/types/features/store/collections/SharedPropsEditor.d.ts +0 -7
  3289. package/lib/types/features/store/collections/SharedPropsEditor.d.ts.map +0 -1
  3290. package/lib/types/features/store/collections/SyncMemberHeadsToggle.d.ts +0 -7
  3291. package/lib/types/features/store/collections/SyncMemberHeadsToggle.d.ts.map +0 -1
  3292. package/lib/types/features/store/collections/index.d.ts +0 -8
  3293. package/lib/types/features/store/collections/index.d.ts.map +0 -1
  3294. package/lib/types/features/store/index.d.ts +0 -4
  3295. package/lib/types/features/store/index.d.ts.map +0 -1
  3296. package/lib/types/features/store/objects/DocumentPreviewPanel.d.ts +0 -8
  3297. package/lib/types/features/store/objects/DocumentPreviewPanel.d.ts.map +0 -1
  3298. package/lib/types/features/store/objects/DocumentSearchResults.d.ts +0 -20
  3299. package/lib/types/features/store/objects/DocumentSearchResults.d.ts.map +0 -1
  3300. package/lib/types/features/store/objects/DocumentSelectionProvider.d.ts +0 -33
  3301. package/lib/types/features/store/objects/DocumentSelectionProvider.d.ts.map +0 -1
  3302. package/lib/types/features/store/objects/DocumentTable.d.ts +0 -25
  3303. package/lib/types/features/store/objects/DocumentTable.d.ts.map +0 -1
  3304. package/lib/types/features/store/objects/ExportPropertiesModal.d.ts +0 -12
  3305. package/lib/types/features/store/objects/ExportPropertiesModal.d.ts.map +0 -1
  3306. package/lib/types/features/store/objects/components/ContentDispositionButton.d.ts +0 -9
  3307. package/lib/types/features/store/objects/components/ContentDispositionButton.d.ts.map +0 -1
  3308. package/lib/types/features/store/objects/components/ContentOverview.d.ts +0 -9
  3309. package/lib/types/features/store/objects/components/ContentOverview.d.ts.map +0 -1
  3310. package/lib/types/features/store/objects/components/DocumentIcon.d.ts +0 -19
  3311. package/lib/types/features/store/objects/components/DocumentIcon.d.ts.map +0 -1
  3312. package/lib/types/features/store/objects/components/DocumentInput.d.ts +0 -8
  3313. package/lib/types/features/store/objects/components/DocumentInput.d.ts.map +0 -1
  3314. package/lib/types/features/store/objects/components/PropertiesEditorModal.d.ts +0 -9
  3315. package/lib/types/features/store/objects/components/PropertiesEditorModal.d.ts.map +0 -1
  3316. package/lib/types/features/store/objects/components/SaveVersionConfirmModal.d.ts +0 -9
  3317. package/lib/types/features/store/objects/components/SaveVersionConfirmModal.d.ts.map +0 -1
  3318. package/lib/types/features/store/objects/components/SelectDocument.d.ts +0 -11
  3319. package/lib/types/features/store/objects/components/SelectDocument.d.ts.map +0 -1
  3320. package/lib/types/features/store/objects/components/SelectDocumentModal.d.ts +0 -9
  3321. package/lib/types/features/store/objects/components/SelectDocumentModal.d.ts.map +0 -1
  3322. package/lib/types/features/store/objects/components/TextEditorPanel.d.ts +0 -10
  3323. package/lib/types/features/store/objects/components/TextEditorPanel.d.ts.map +0 -1
  3324. package/lib/types/features/store/objects/components/VectorSearchWidget.d.ts +0 -12
  3325. package/lib/types/features/store/objects/components/VectorSearchWidget.d.ts.map +0 -1
  3326. package/lib/types/features/store/objects/components/index.d.ts +0 -10
  3327. package/lib/types/features/store/objects/components/index.d.ts.map +0 -1
  3328. package/lib/types/features/store/objects/components/useContentPanelHooks.d.ts +0 -30
  3329. package/lib/types/features/store/objects/components/useContentPanelHooks.d.ts.map +0 -1
  3330. package/lib/types/features/store/objects/components/useDownloadFile.d.ts +0 -35
  3331. package/lib/types/features/store/objects/components/useDownloadFile.d.ts.map +0 -1
  3332. package/lib/types/features/store/objects/index.d.ts +0 -11
  3333. package/lib/types/features/store/objects/index.d.ts.map +0 -1
  3334. package/lib/types/features/store/objects/layout/DocumentTableColumn.d.ts +0 -18
  3335. package/lib/types/features/store/objects/layout/DocumentTableColumn.d.ts.map +0 -1
  3336. package/lib/types/features/store/objects/layout/documentLayout.d.ts +0 -21
  3337. package/lib/types/features/store/objects/layout/documentLayout.d.ts.map +0 -1
  3338. package/lib/types/features/store/objects/layout/index.d.ts +0 -3
  3339. package/lib/types/features/store/objects/layout/index.d.ts.map +0 -1
  3340. package/lib/types/features/store/objects/layout/renderers.d.ts +0 -3
  3341. package/lib/types/features/store/objects/layout/renderers.d.ts.map +0 -1
  3342. package/lib/types/features/store/objects/search/DocumentSearchContext.d.ts +0 -52
  3343. package/lib/types/features/store/objects/search/DocumentSearchContext.d.ts.map +0 -1
  3344. package/lib/types/features/store/objects/search/DocumentSearchProvider.d.ts +0 -14
  3345. package/lib/types/features/store/objects/search/DocumentSearchProvider.d.ts.map +0 -1
  3346. package/lib/types/features/store/objects/search/index.d.ts +0 -3
  3347. package/lib/types/features/store/objects/search/index.d.ts.map +0 -1
  3348. package/lib/types/features/store/objects/selection/ObjectsActionContext.d.ts +0 -9
  3349. package/lib/types/features/store/objects/selection/ObjectsActionContext.d.ts.map +0 -1
  3350. package/lib/types/features/store/objects/selection/ObjectsActionContextClass.d.ts +0 -16
  3351. package/lib/types/features/store/objects/selection/ObjectsActionContextClass.d.ts.map +0 -1
  3352. package/lib/types/features/store/objects/selection/ObjectsActionHooks.d.ts +0 -7
  3353. package/lib/types/features/store/objects/selection/ObjectsActionHooks.d.ts.map +0 -1
  3354. package/lib/types/features/store/objects/selection/ObjectsActionSpec.d.ts +0 -32
  3355. package/lib/types/features/store/objects/selection/ObjectsActionSpec.d.ts.map +0 -1
  3356. package/lib/types/features/store/objects/selection/SelectionActions.d.ts +0 -11
  3357. package/lib/types/features/store/objects/selection/SelectionActions.d.ts.map +0 -1
  3358. package/lib/types/features/store/objects/selection/actions/AddToCollectionAction.d.ts +0 -4
  3359. package/lib/types/features/store/objects/selection/actions/AddToCollectionAction.d.ts.map +0 -1
  3360. package/lib/types/features/store/objects/selection/actions/ChangeTypeAction.d.ts +0 -4
  3361. package/lib/types/features/store/objects/selection/actions/ChangeTypeAction.d.ts.map +0 -1
  3362. package/lib/types/features/store/objects/selection/actions/ConfirmAction.d.ts +0 -16
  3363. package/lib/types/features/store/objects/selection/actions/ConfirmAction.d.ts.map +0 -1
  3364. package/lib/types/features/store/objects/selection/actions/DeleteObjectsAction.d.ts +0 -5
  3365. package/lib/types/features/store/objects/selection/actions/DeleteObjectsAction.d.ts.map +0 -1
  3366. package/lib/types/features/store/objects/selection/actions/ExportPropertiesAction.d.ts +0 -4
  3367. package/lib/types/features/store/objects/selection/actions/ExportPropertiesAction.d.ts.map +0 -1
  3368. package/lib/types/features/store/objects/selection/actions/RemoveFromCollectionAction.d.ts +0 -4
  3369. package/lib/types/features/store/objects/selection/actions/RemoveFromCollectionAction.d.ts.map +0 -1
  3370. package/lib/types/features/store/objects/selection/actions/StartWorkflowComponent.d.ts +0 -4
  3371. package/lib/types/features/store/objects/selection/actions/StartWorkflowComponent.d.ts.map +0 -1
  3372. package/lib/types/features/store/objects/selection/actions/index.d.ts +0 -8
  3373. package/lib/types/features/store/objects/selection/actions/index.d.ts.map +0 -1
  3374. package/lib/types/features/store/objects/selection/index.d.ts +0 -5
  3375. package/lib/types/features/store/objects/selection/index.d.ts.map +0 -1
  3376. package/lib/types/features/store/objects/upload/DocumentUploadModal.d.ts +0 -39
  3377. package/lib/types/features/store/objects/upload/DocumentUploadModal.d.ts.map +0 -1
  3378. package/lib/types/features/store/objects/upload/index.d.ts +0 -4
  3379. package/lib/types/features/store/objects/upload/index.d.ts.map +0 -1
  3380. package/lib/types/features/store/objects/upload/useSmartFileUploadProcessing.d.ts +0 -30
  3381. package/lib/types/features/store/objects/upload/useSmartFileUploadProcessing.d.ts.map +0 -1
  3382. package/lib/types/features/store/objects/upload/useUploadHandler.d.ts +0 -50
  3383. package/lib/types/features/store/objects/upload/useUploadHandler.d.ts.map +0 -1
  3384. package/lib/types/features/store/types/ContentObjectTypesSearch.d.ts +0 -6
  3385. package/lib/types/features/store/types/ContentObjectTypesSearch.d.ts.map +0 -1
  3386. package/lib/types/features/store/types/ContentObjectTypesTable.d.ts +0 -8
  3387. package/lib/types/features/store/types/ContentObjectTypesTable.d.ts.map +0 -1
  3388. package/lib/types/features/store/types/CreateOrUpdateTypeModal.d.ts +0 -16
  3389. package/lib/types/features/store/types/CreateOrUpdateTypeModal.d.ts.map +0 -1
  3390. package/lib/types/features/store/types/ObjectSchemaEditor.d.ts +0 -9
  3391. package/lib/types/features/store/types/ObjectSchemaEditor.d.ts.map +0 -1
  3392. package/lib/types/features/store/types/SelectContentType.d.ts +0 -11
  3393. package/lib/types/features/store/types/SelectContentType.d.ts.map +0 -1
  3394. package/lib/types/features/store/types/SelectContentTypeModal.d.ts +0 -33
  3395. package/lib/types/features/store/types/SelectContentTypeModal.d.ts.map +0 -1
  3396. package/lib/types/features/store/types/TableLayoutEditor.d.ts +0 -10
  3397. package/lib/types/features/store/types/TableLayoutEditor.d.ts.map +0 -1
  3398. package/lib/types/features/store/types/TypeRegistry.d.ts +0 -10
  3399. package/lib/types/features/store/types/TypeRegistry.d.ts.map +0 -1
  3400. package/lib/types/features/store/types/TypeRegistryProvider.d.ts +0 -15
  3401. package/lib/types/features/store/types/TypeRegistryProvider.d.ts.map +0 -1
  3402. package/lib/types/features/store/types/index.d.ts +0 -11
  3403. package/lib/types/features/store/types/index.d.ts.map +0 -1
  3404. package/lib/types/features/store/types/search/ObjectTypeSearchContext.d.ts +0 -36
  3405. package/lib/types/features/store/types/search/ObjectTypeSearchContext.d.ts.map +0 -1
  3406. package/lib/types/features/store/types/search/ObjectTypeSearchProvider.d.ts +0 -11
  3407. package/lib/types/features/store/types/search/ObjectTypeSearchProvider.d.ts.map +0 -1
  3408. package/lib/types/features/store/types/search/index.d.ts +0 -3
  3409. package/lib/types/features/store/types/search/index.d.ts.map +0 -1
  3410. package/lib/types/features/user/UserAvatar.d.ts +0 -9
  3411. package/lib/types/features/user/UserAvatar.d.ts.map +0 -1
  3412. package/lib/types/features/user/UserInfo.d.ts +0 -60
  3413. package/lib/types/features/user/UserInfo.d.ts.map +0 -1
  3414. package/lib/types/features/user/index.d.ts +0 -3
  3415. package/lib/types/features/user/index.d.ts.map +0 -1
  3416. package/lib/types/features/utils/index.d.ts +0 -6
  3417. package/lib/types/features/utils/index.d.ts.map +0 -1
  3418. package/lib/types/features/utils/mimeType.d.ts.map +0 -1
  3419. package/lib/types/features/utils/print.d.ts.map +0 -1
  3420. package/lib/types/features/utils/rendition.d.ts +0 -4
  3421. package/lib/types/features/utils/rendition.d.ts.map +0 -1
  3422. package/lib/types/features/utils/text.d.ts.map +0 -1
  3423. package/lib/types/features/utils/workflowStatus.d.ts +0 -10
  3424. package/lib/types/features/utils/workflowStatus.d.ts.map +0 -1
  3425. package/lib/types/i18n/index.d.ts +0 -14
  3426. package/lib/types/i18n/index.d.ts.map +0 -1
  3427. package/lib/types/i18n/instance.d.ts.map +0 -1
  3428. package/lib/types/layout/AppLayout.d.ts +0 -13
  3429. package/lib/types/layout/AppLayout.d.ts.map +0 -1
  3430. package/lib/types/layout/FullHeightLayout.d.ts +0 -31
  3431. package/lib/types/layout/FullHeightLayout.d.ts.map +0 -1
  3432. package/lib/types/layout/Navbar.d.ts +0 -33
  3433. package/lib/types/layout/Navbar.d.ts.map +0 -1
  3434. package/lib/types/layout/RegionTag.d.ts +0 -4
  3435. package/lib/types/layout/RegionTag.d.ts.map +0 -1
  3436. package/lib/types/layout/Sidebar.d.ts +0 -34
  3437. package/lib/types/layout/Sidebar.d.ts.map +0 -1
  3438. package/lib/types/layout/SidebarContext.d.ts.map +0 -1
  3439. package/lib/types/layout/TitleBar.d.ts +0 -6
  3440. package/lib/types/layout/TitleBar.d.ts.map +0 -1
  3441. package/lib/types/layout/index.d.ts +0 -8
  3442. package/lib/types/layout/index.d.ts.map +0 -1
  3443. package/lib/types/router/FixLinks.d.ts +0 -7
  3444. package/lib/types/router/FixLinks.d.ts.map +0 -1
  3445. package/lib/types/router/HistoryNavigator.d.ts +0 -59
  3446. package/lib/types/router/HistoryNavigator.d.ts.map +0 -1
  3447. package/lib/types/router/Nav.d.ts +0 -39
  3448. package/lib/types/router/Nav.d.ts.map +0 -1
  3449. package/lib/types/router/NestedNavigationContext.d.ts +0 -9
  3450. package/lib/types/router/NestedNavigationContext.d.ts.map +0 -1
  3451. package/lib/types/router/NestedRouterProvider.d.ts +0 -14
  3452. package/lib/types/router/NestedRouterProvider.d.ts.map +0 -1
  3453. package/lib/types/router/PathMatcher.d.ts +0 -36
  3454. package/lib/types/router/PathMatcher.d.ts.map +0 -1
  3455. package/lib/types/router/PathWithParams.d.ts.map +0 -1
  3456. package/lib/types/router/Route404.d.ts +0 -4
  3457. package/lib/types/router/Route404.d.ts.map +0 -1
  3458. package/lib/types/router/RouteComponent.d.ts +0 -6
  3459. package/lib/types/router/RouteComponent.d.ts.map +0 -1
  3460. package/lib/types/router/Router.d.ts +0 -76
  3461. package/lib/types/router/Router.d.ts.map +0 -1
  3462. package/lib/types/router/RouterProvider.d.ts +0 -15
  3463. package/lib/types/router/RouterProvider.d.ts.map +0 -1
  3464. package/lib/types/router/index.d.ts +0 -11
  3465. package/lib/types/router/index.d.ts.map +0 -1
  3466. package/lib/types/router/path.d.ts.map +0 -1
  3467. package/lib/types/session/UserSession.d.ts +0 -37
  3468. package/lib/types/session/UserSession.d.ts.map +0 -1
  3469. package/lib/types/session/UserSessionProvider.d.ts +0 -7
  3470. package/lib/types/session/UserSessionProvider.d.ts.map +0 -1
  3471. package/lib/types/session/auth/composable.d.ts +0 -30
  3472. package/lib/types/session/auth/composable.d.ts.map +0 -1
  3473. package/lib/types/session/auth/domainRouting.d.ts +0 -8
  3474. package/lib/types/session/auth/domainRouting.d.ts.map +0 -1
  3475. package/lib/types/session/auth/firebase.d.ts +0 -10
  3476. package/lib/types/session/auth/firebase.d.ts.map +0 -1
  3477. package/lib/types/session/auth/useAuthState.d.ts.map +0 -1
  3478. package/lib/types/session/auth/useCurrentTenant.d.ts.map +0 -1
  3479. package/lib/types/session/constants.d.ts.map +0 -1
  3480. package/lib/types/session/index.d.ts +0 -8
  3481. package/lib/types/session/index.d.ts.map +0 -1
  3482. package/lib/types/session/useUXTracking.d.ts +0 -6
  3483. package/lib/types/session/useUXTracking.d.ts.map +0 -1
  3484. package/lib/types/shell/SplashScreen.d.ts +0 -7
  3485. package/lib/types/shell/SplashScreen.d.ts.map +0 -1
  3486. package/lib/types/shell/VertesiaShell.d.ts +0 -10
  3487. package/lib/types/shell/VertesiaShell.d.ts.map +0 -1
  3488. package/lib/types/shell/apps/AppInstallationProvider.d.ts +0 -12
  3489. package/lib/types/shell/apps/AppInstallationProvider.d.ts.map +0 -1
  3490. package/lib/types/shell/apps/AppProjectSelector.d.ts +0 -12
  3491. package/lib/types/shell/apps/AppProjectSelector.d.ts.map +0 -1
  3492. package/lib/types/shell/apps/StandaloneApp.d.ts +0 -23
  3493. package/lib/types/shell/apps/StandaloneApp.d.ts.map +0 -1
  3494. package/lib/types/shell/apps/index.d.ts +0 -4
  3495. package/lib/types/shell/apps/index.d.ts.map +0 -1
  3496. package/lib/types/shell/index.d.ts +0 -8
  3497. package/lib/types/shell/index.d.ts.map +0 -1
  3498. package/lib/types/shell/login/EnterpriseSigninButton.d.ts +0 -6
  3499. package/lib/types/shell/login/EnterpriseSigninButton.d.ts.map +0 -1
  3500. package/lib/types/shell/login/GitHubSignInButton.d.ts +0 -6
  3501. package/lib/types/shell/login/GitHubSignInButton.d.ts.map +0 -1
  3502. package/lib/types/shell/login/GoogleSignInButton.d.ts +0 -6
  3503. package/lib/types/shell/login/GoogleSignInButton.d.ts.map +0 -1
  3504. package/lib/types/shell/login/InviteAcceptModal.d.ts +0 -2
  3505. package/lib/types/shell/login/InviteAcceptModal.d.ts.map +0 -1
  3506. package/lib/types/shell/login/MicrosoftSigninButton.d.ts +0 -6
  3507. package/lib/types/shell/login/MicrosoftSigninButton.d.ts.map +0 -1
  3508. package/lib/types/shell/login/PreviewIcon.d.ts +0 -6
  3509. package/lib/types/shell/login/PreviewIcon.d.ts.map +0 -1
  3510. package/lib/types/shell/login/SignInModal.d.ts +0 -7
  3511. package/lib/types/shell/login/SignInModal.d.ts.map +0 -1
  3512. package/lib/types/shell/login/SigninScreen.d.ts +0 -9
  3513. package/lib/types/shell/login/SigninScreen.d.ts.map +0 -1
  3514. package/lib/types/shell/login/SignupForm.d.ts +0 -8
  3515. package/lib/types/shell/login/SignupForm.d.ts.map +0 -1
  3516. package/lib/types/shell/login/TerminalLogin.d.ts +0 -2
  3517. package/lib/types/shell/login/TerminalLogin.d.ts.map +0 -1
  3518. package/lib/types/shell/login/UserInfo.d.ts +0 -6
  3519. package/lib/types/shell/login/UserInfo.d.ts.map +0 -1
  3520. package/lib/types/shell/login/UserSessionMenu.d.ts +0 -9
  3521. package/lib/types/shell/login/UserSessionMenu.d.ts.map +0 -1
  3522. package/lib/types/shell/utils.d.ts.map +0 -1
  3523. package/lib/types/widgets/Progress.d.ts +0 -6
  3524. package/lib/types/widgets/Progress.d.ts.map +0 -1
  3525. package/lib/types/widgets/SvgIcon.d.ts +0 -7
  3526. package/lib/types/widgets/SvgIcon.d.ts.map +0 -1
  3527. package/lib/types/widgets/form/Form.d.ts +0 -22
  3528. package/lib/types/widgets/form/Form.d.ts.map +0 -1
  3529. package/lib/types/widgets/form/FormContext.d.ts +0 -20
  3530. package/lib/types/widgets/form/FormContext.d.ts.map +0 -1
  3531. package/lib/types/widgets/form/ManagedObject.d.ts +0 -82
  3532. package/lib/types/widgets/form/ManagedObject.d.ts.map +0 -1
  3533. package/lib/types/widgets/form/fields.d.ts +0 -16
  3534. package/lib/types/widgets/form/fields.d.ts.map +0 -1
  3535. package/lib/types/widgets/form/index.d.ts +0 -7
  3536. package/lib/types/widgets/form/index.d.ts.map +0 -1
  3537. package/lib/types/widgets/form/inputs.d.ts +0 -8
  3538. package/lib/types/widgets/form/inputs.d.ts.map +0 -1
  3539. package/lib/types/widgets/form/schema.d.ts +0 -47
  3540. package/lib/types/widgets/form/schema.d.ts.map +0 -1
  3541. package/lib/types/widgets/index.d.ts +0 -11
  3542. package/lib/types/widgets/index.d.ts.map +0 -1
  3543. package/lib/types/widgets/json-view/JSONCode.d.ts +0 -5
  3544. package/lib/types/widgets/json-view/JSONCode.d.ts.map +0 -1
  3545. package/lib/types/widgets/json-view/JSONDisplay.d.ts +0 -8
  3546. package/lib/types/widgets/json-view/JSONDisplay.d.ts.map +0 -1
  3547. package/lib/types/widgets/json-view/JSONSwitcher.d.ts +0 -6
  3548. package/lib/types/widgets/json-view/JSONSwitcher.d.ts.map +0 -1
  3549. package/lib/types/widgets/json-view/JSONView.d.ts +0 -7
  3550. package/lib/types/widgets/json-view/JSONView.d.ts.map +0 -1
  3551. package/lib/types/widgets/json-view/index.d.ts +0 -6
  3552. package/lib/types/widgets/json-view/index.d.ts.map +0 -1
  3553. package/lib/types/widgets/json-view/types.d.ts.map +0 -1
  3554. package/lib/types/widgets/markdown/ArtifactContentRenderer.d.ts.map +0 -1
  3555. package/lib/types/widgets/markdown/CodeBlockContext.d.ts +0 -21
  3556. package/lib/types/widgets/markdown/CodeBlockContext.d.ts.map +0 -1
  3557. package/lib/types/widgets/markdown/CodeBlockPlaceholder.d.ts +0 -42
  3558. package/lib/types/widgets/markdown/CodeBlockPlaceholder.d.ts.map +0 -1
  3559. package/lib/types/widgets/markdown/CodeBlockPlaceholder.test.d.ts +0 -2
  3560. package/lib/types/widgets/markdown/CodeBlockPlaceholder.test.d.ts.map +0 -1
  3561. package/lib/types/widgets/markdown/CodeBlockRendering.d.ts +0 -23
  3562. package/lib/types/widgets/markdown/CodeBlockRendering.d.ts.map +0 -1
  3563. package/lib/types/widgets/markdown/MarkdownFigure.d.ts +0 -15
  3564. package/lib/types/widgets/markdown/MarkdownFigure.d.ts.map +0 -1
  3565. package/lib/types/widgets/markdown/MarkdownImage.d.ts +0 -16
  3566. package/lib/types/widgets/markdown/MarkdownImage.d.ts.map +0 -1
  3567. package/lib/types/widgets/markdown/MarkdownLink.d.ts +0 -17
  3568. package/lib/types/widgets/markdown/MarkdownLink.d.ts.map +0 -1
  3569. package/lib/types/widgets/markdown/MarkdownRenderer.d.ts +0 -26
  3570. package/lib/types/widgets/markdown/MarkdownRenderer.d.ts.map +0 -1
  3571. package/lib/types/widgets/markdown/MermaidDiagram.d.ts +0 -23
  3572. package/lib/types/widgets/markdown/MermaidDiagram.d.ts.map +0 -1
  3573. package/lib/types/widgets/markdown/codeBlockHandlers.d.ts +0 -57
  3574. package/lib/types/widgets/markdown/codeBlockHandlers.d.ts.map +0 -1
  3575. package/lib/types/widgets/markdown/codeBlockHandlers.test.d.ts +0 -2
  3576. package/lib/types/widgets/markdown/codeBlockHandlers.test.d.ts.map +0 -1
  3577. package/lib/types/widgets/markdown/index.d.ts +0 -13
  3578. package/lib/types/widgets/markdown/index.d.ts.map +0 -1
  3579. package/lib/types/widgets/markdown/normalizeCustomSchemeLinks.d.ts.map +0 -1
  3580. package/lib/types/widgets/markdown/normalizeDirectives.d.ts.map +0 -1
  3581. package/lib/types/widgets/markdown/preprocessMathDelimiters.d.ts.map +0 -1
  3582. package/lib/types/widgets/markdown/remarkDirectiveHandler.d.ts +0 -2
  3583. package/lib/types/widgets/markdown/remarkDirectiveHandler.d.ts.map +0 -1
  3584. package/lib/types/widgets/markdown/useArtifactContent.d.ts.map +0 -1
  3585. package/lib/types/widgets/markdown/useResolvedUrl.d.ts.map +0 -1
  3586. package/lib/types/widgets/monacoEditor/MonacoEditor.d.ts +0 -40
  3587. package/lib/types/widgets/monacoEditor/MonacoEditor.d.ts.map +0 -1
  3588. package/lib/types/widgets/monacoEditor/foldingProviders.d.ts.map +0 -1
  3589. package/lib/types/widgets/monacoEditor/index.d.ts +0 -3
  3590. package/lib/types/widgets/monacoEditor/index.d.ts.map +0 -1
  3591. package/lib/types/widgets/properties/PropertiesView.d.ts +0 -11
  3592. package/lib/types/widgets/properties/PropertiesView.d.ts.map +0 -1
  3593. package/lib/types/widgets/properties/index.d.ts +0 -2
  3594. package/lib/types/widgets/properties/index.d.ts.map +0 -1
  3595. package/lib/types/widgets/schema-editor/ManagedSchema.d.ts +0 -75
  3596. package/lib/types/widgets/schema-editor/ManagedSchema.d.ts.map +0 -1
  3597. package/lib/types/widgets/schema-editor/editor/Editable.d.ts +0 -40
  3598. package/lib/types/widgets/schema-editor/editor/Editable.d.ts.map +0 -1
  3599. package/lib/types/widgets/schema-editor/editor/EditableSchemaProperty.d.ts +0 -8
  3600. package/lib/types/widgets/schema-editor/editor/EditableSchemaProperty.d.ts.map +0 -1
  3601. package/lib/types/widgets/schema-editor/editor/PropertyEditor.d.ts +0 -5
  3602. package/lib/types/widgets/schema-editor/editor/PropertyEditor.d.ts.map +0 -1
  3603. package/lib/types/widgets/schema-editor/editor/PropertyViewer.d.ts +0 -4
  3604. package/lib/types/widgets/schema-editor/editor/PropertyViewer.d.ts.map +0 -1
  3605. package/lib/types/widgets/schema-editor/editor/SchemaContext.d.ts +0 -3
  3606. package/lib/types/widgets/schema-editor/editor/SchemaContext.d.ts.map +0 -1
  3607. package/lib/types/widgets/schema-editor/editor/SchemaEditor.d.ts +0 -9
  3608. package/lib/types/widgets/schema-editor/editor/SchemaEditor.d.ts.map +0 -1
  3609. package/lib/types/widgets/schema-editor/index.d.ts +0 -7
  3610. package/lib/types/widgets/schema-editor/index.d.ts.map +0 -1
  3611. package/lib/types/widgets/schema-editor/json-schema4-utils.d.ts +0 -16
  3612. package/lib/types/widgets/schema-editor/json-schema4-utils.d.ts.map +0 -1
  3613. package/lib/types/widgets/schema-editor/type-signature.d.ts.map +0 -1
  3614. package/lib/types/widgets/upload/DropZone.d.ts +0 -41
  3615. package/lib/types/widgets/upload/DropZone.d.ts.map +0 -1
  3616. package/lib/types/widgets/upload/UploadResultCategory.d.ts +0 -26
  3617. package/lib/types/widgets/upload/UploadResultCategory.d.ts.map +0 -1
  3618. package/lib/types/widgets/upload/UploadSummary.d.ts +0 -38
  3619. package/lib/types/widgets/upload/UploadSummary.d.ts.map +0 -1
  3620. package/lib/types/widgets/upload/index.d.ts.map +0 -1
  3621. package/lib/types/widgets/xml-viewer/components/Attributes/index.d.ts +0 -6
  3622. package/lib/types/widgets/xml-viewer/components/Attributes/index.d.ts.map +0 -1
  3623. package/lib/types/widgets/xml-viewer/components/CDataTag/index.d.ts +0 -8
  3624. package/lib/types/widgets/xml-viewer/components/CDataTag/index.d.ts.map +0 -1
  3625. package/lib/types/widgets/xml-viewer/components/CollapseIcon/index.d.ts.map +0 -1
  3626. package/lib/types/widgets/xml-viewer/components/CommentTag/index.d.ts +0 -9
  3627. package/lib/types/widgets/xml-viewer/components/CommentTag/index.d.ts.map +0 -1
  3628. package/lib/types/widgets/xml-viewer/components/DeclarationTag/index.d.ts +0 -8
  3629. package/lib/types/widgets/xml-viewer/components/DeclarationTag/index.d.ts.map +0 -1
  3630. package/lib/types/widgets/xml-viewer/components/Elements/index.d.ts +0 -8
  3631. package/lib/types/widgets/xml-viewer/components/Elements/index.d.ts.map +0 -1
  3632. package/lib/types/widgets/xml-viewer/components/InvalidXml/index.d.ts +0 -2
  3633. package/lib/types/widgets/xml-viewer/components/InvalidXml/index.d.ts.map +0 -1
  3634. package/lib/types/widgets/xml-viewer/components/Tag/index.d.ts +0 -13
  3635. package/lib/types/widgets/xml-viewer/components/Tag/index.d.ts.map +0 -1
  3636. package/lib/types/widgets/xml-viewer/components/TextElement/index.d.ts +0 -8
  3637. package/lib/types/widgets/xml-viewer/components/TextElement/index.d.ts.map +0 -1
  3638. package/lib/types/widgets/xml-viewer/components/XMLViewer.d.ts +0 -3
  3639. package/lib/types/widgets/xml-viewer/components/XMLViewer.d.ts.map +0 -1
  3640. package/lib/types/widgets/xml-viewer/components/types.d.ts.map +0 -1
  3641. package/lib/types/widgets/xml-viewer/constants/index.d.ts.map +0 -1
  3642. package/lib/types/widgets/xml-viewer/context/xml-viewer-context.d.ts +0 -4
  3643. package/lib/types/widgets/xml-viewer/context/xml-viewer-context.d.ts.map +0 -1
  3644. package/lib/types/widgets/xml-viewer/helpers/index.d.ts +0 -13
  3645. package/lib/types/widgets/xml-viewer/helpers/index.d.ts.map +0 -1
  3646. package/lib/types/widgets/xml-viewer/hooks/useCollapsible.d.ts.map +0 -1
  3647. package/lib/types/widgets/xml-viewer/hooks/useXMLViewer.d.ts.map +0 -1
  3648. package/lib/types/widgets/xml-viewer/index.d.ts +0 -3
  3649. package/lib/types/widgets/xml-viewer/index.d.ts.map +0 -1
  3650. package/lib/types/widgets/xml-viewer/types/index.d.ts +0 -16
  3651. package/lib/types/widgets/xml-viewer/types/index.d.ts.map +0 -1
  3652. package/src/shell/login/EnterpriseSigninButton.tsx +0 -111
  3653. package/src/shell/login/GitHubSignInButton.tsx +0 -36
  3654. package/src/shell/login/GoogleSignInButton.tsx +0 -38
  3655. package/src/shell/login/MicrosoftSigninButton.tsx +0 -28
  3656. /package/lib/{types/core → core}/components/popup/position.d.ts +0 -0
  3657. /package/lib/{types/core → core}/components/popup/utils.d.ts +0 -0
  3658. /package/lib/{types/core → core}/components/shadcn/filters/animateChangeInHeight.d.ts +0 -0
  3659. /package/lib/{types/core → core}/components/shadcn/filters/filter-styles.d.ts +0 -0
  3660. /package/lib/{esm/core → core}/components/shadcn/filters/filter-styles.js +0 -0
  3661. /package/lib/{types/core → core}/components/shadcn/filters/index.d.ts +0 -0
  3662. /package/lib/{esm/core → core}/components/shadcn/filters/index.js +0 -0
  3663. /package/lib/{esm/core → core}/components/shadcn/filters/types.js +0 -0
  3664. /package/lib/{types/core → core}/components/styles.d.ts +0 -0
  3665. /package/lib/{types/core → core}/components/toast/ToastProps.d.ts +0 -0
  3666. /package/lib/{esm/core → core}/components/toast/ToastProps.js +0 -0
  3667. /package/lib/{types/core → core}/hooks/useClickOutside.d.ts +0 -0
  3668. /package/lib/{types/core → core}/hooks/useCopyToClipboard.d.ts +0 -0
  3669. /package/lib/{esm/core → core}/hooks/useCopyToClipboard.js +0 -0
  3670. /package/lib/{types/core → core}/hooks/useDarkMode.d.ts +0 -0
  3671. /package/lib/{types/core → core}/hooks/useDebounce.d.ts +0 -0
  3672. /package/lib/{types/core → core}/hooks/useFlag.d.ts +0 -0
  3673. /package/lib/{types/core → core}/hooks/useIsFistRendering.d.ts +0 -0
  3674. /package/lib/{types/features → features}/agent/chat/WaitingMessages.d.ts +0 -0
  3675. /package/lib/{types/features → features}/agent/chat/types/document.d.ts +0 -0
  3676. /package/lib/{esm/features → features}/agent/chat/types/document.js +0 -0
  3677. /package/lib/{esm/features → features}/facets/utils/utils.js +0 -0
  3678. /package/lib/{esm/features → features}/magic-pdf/types.js +0 -0
  3679. /package/lib/{types/features → features}/oauth/index.d.ts +0 -0
  3680. /package/lib/{esm/features → features}/oauth/index.js +0 -0
  3681. /package/lib/{types/features → features}/oauth/useOAuthPopup.d.ts +0 -0
  3682. /package/lib/{esm/features → features}/oauth/useOAuthPopup.js +0 -0
  3683. /package/lib/{types/features → features}/pdf-viewer/index.d.ts +0 -0
  3684. /package/lib/{esm/features → features}/pdf-viewer/index.js +0 -0
  3685. /package/lib/{esm/features → features}/permissions/helpers.js +0 -0
  3686. /package/lib/{esm/features → features}/store/objects/selection/ObjectsActionSpec.js +0 -0
  3687. /package/lib/{esm/features → features}/store/types/TypeRegistry.js +0 -0
  3688. /package/lib/{types/features → features}/utils/mimeType.d.ts +0 -0
  3689. /package/lib/{esm/features → features}/utils/mimeType.js +0 -0
  3690. /package/lib/{types/features → features}/utils/print.d.ts +0 -0
  3691. /package/lib/{types/features → features}/utils/text.d.ts +0 -0
  3692. /package/lib/{types/i18n → i18n}/instance.d.ts +0 -0
  3693. /package/lib/{esm/i18n → i18n}/instance.js +0 -0
  3694. /package/lib/{esm/layout → layout}/RegionTag.js +0 -0
  3695. /package/lib/{types/layout → layout}/SidebarContext.d.ts +0 -0
  3696. /package/lib/{types/router → router}/PathWithParams.d.ts +0 -0
  3697. /package/lib/{types/router → router}/path.d.ts +0 -0
  3698. /package/lib/{types/session → session}/auth/useAuthState.d.ts +0 -0
  3699. /package/lib/{types/session → session}/auth/useCurrentTenant.d.ts +0 -0
  3700. /package/lib/{types/session → session}/constants.d.ts +0 -0
  3701. /package/lib/{esm/session → session}/constants.js +0 -0
  3702. /package/lib/{types/shell → shell}/utils.d.ts +0 -0
  3703. /package/lib/{esm/widgets → widgets}/Progress.js +0 -0
  3704. /package/lib/{types/widgets → widgets}/json-view/types.d.ts +0 -0
  3705. /package/lib/{esm/widgets → widgets}/json-view/types.js +0 -0
  3706. /package/lib/{types/widgets → widgets}/markdown/ArtifactContentRenderer.d.ts +0 -0
  3707. /package/lib/{esm/widgets → widgets}/markdown/CodeBlockContext.js +0 -0
  3708. /package/lib/{types/widgets → widgets}/markdown/normalizeCustomSchemeLinks.d.ts +0 -0
  3709. /package/lib/{types/widgets → widgets}/markdown/normalizeDirectives.d.ts +0 -0
  3710. /package/lib/{types/widgets → widgets}/markdown/preprocessMathDelimiters.d.ts +0 -0
  3711. /package/lib/{types/widgets → widgets}/markdown/useArtifactContent.d.ts +0 -0
  3712. /package/lib/{types/widgets → widgets}/markdown/useResolvedUrl.d.ts +0 -0
  3713. /package/lib/{types/widgets → widgets}/monacoEditor/foldingProviders.d.ts +0 -0
  3714. /package/lib/{types/widgets → widgets}/schema-editor/type-signature.d.ts +0 -0
  3715. /package/lib/{esm/widgets → widgets}/schema-editor/type-signature.js +0 -0
  3716. /package/lib/{types/widgets → widgets}/upload/index.d.ts +0 -0
  3717. /package/lib/{esm/widgets → widgets}/upload/index.js +0 -0
  3718. /package/lib/{esm/widgets → widgets}/xml-viewer/components/Attributes/index.js +0 -0
  3719. /package/lib/{esm/widgets → widgets}/xml-viewer/components/CDataTag/index.js +0 -0
  3720. /package/lib/{types/widgets → widgets}/xml-viewer/components/CollapseIcon/index.d.ts +0 -0
  3721. /package/lib/{esm/widgets → widgets}/xml-viewer/components/CommentTag/index.js +0 -0
  3722. /package/lib/{esm/widgets → widgets}/xml-viewer/components/DeclarationTag/index.js +0 -0
  3723. /package/lib/{esm/widgets → widgets}/xml-viewer/components/Elements/index.js +0 -0
  3724. /package/lib/{esm/widgets → widgets}/xml-viewer/components/InvalidXml/index.js +0 -0
  3725. /package/lib/{esm/widgets → widgets}/xml-viewer/components/Tag/index.js +0 -0
  3726. /package/lib/{esm/widgets → widgets}/xml-viewer/components/TextElement/index.js +0 -0
  3727. /package/lib/{esm/widgets → widgets}/xml-viewer/components/XMLViewer.js +0 -0
  3728. /package/lib/{types/widgets → widgets}/xml-viewer/components/types.d.ts +0 -0
  3729. /package/lib/{esm/widgets → widgets}/xml-viewer/components/types.js +0 -0
  3730. /package/lib/{types/widgets → widgets}/xml-viewer/constants/index.d.ts +0 -0
  3731. /package/lib/{esm/widgets → widgets}/xml-viewer/constants/index.js +0 -0
  3732. /package/lib/{esm/widgets → widgets}/xml-viewer/context/xml-viewer-context.js +0 -0
  3733. /package/lib/{types/widgets → widgets}/xml-viewer/hooks/useCollapsible.d.ts +0 -0
  3734. /package/lib/{esm/widgets → widgets}/xml-viewer/hooks/useCollapsible.js +0 -0
  3735. /package/lib/{types/widgets → widgets}/xml-viewer/hooks/useXMLViewer.d.ts +0 -0
  3736. /package/lib/{esm/widgets → widgets}/xml-viewer/types/index.js +0 -0
@@ -1,96 +1,1978 @@
1
- import { AgentMessage, AgentMessageType, BatchProgressDetails, Plan } from "@vertesia/common";
2
- import React, { useEffect, useMemo, useState, useRef, useCallback, Component, ReactNode } from "react";
3
- import { cn } from "@vertesia/ui/core";
4
- import { useUITranslation } from '../../../../i18n/index.js';
5
- import { i18nInstance, NAMESPACE } from '../../../../i18n/instance.js';
6
- import { PulsatingCircle } from "../AnimatedThinkingDots";
7
- export type AgentConversationViewMode = "stacked" | "sliding";
8
- import BatchProgressPanel, { type BatchProgressPanelClassNames } from "./BatchProgressPanel";
9
- import MessageItem, { type MessageItemClassNames, type MessageItemProps } from "./MessageItem";
10
- import StreamingMessage, { type StreamingMessageClassNames } from "./StreamingMessage";
11
- import ToolCallGroup, { type ToolCallGroupClassNames } from "./ToolCallGroup";
12
- import WorkstreamTabs, { extractWorkstreams, filterMessagesByWorkstream } from "./WorkstreamTabs";
13
- import { DONE_STATES, getSlidingViewMessageBuckets, getWorkstreamId, groupMessagesWithStreaming, mergeConsecutiveToolGroups, RenderableGroup, shouldCollapseAdjacentRenderedMessage, StreamingData } from "./utils";
14
- import { ThinkingMessages } from "../WaitingMessages";
15
-
16
- /** Extended group that may carry preamble info (text from a preceding single/streaming message) */
17
- type RenderableGroupWithPreamble = RenderableGroup & {
18
- preambleText?: string;
19
- preambleMessage?: AgentMessage;
20
- /** When true, this group was consumed as a preamble and should not render */
21
- _consumed?: boolean;
1
+ import {
2
+ type AgentMessage,
3
+ AgentMessageType,
4
+ type AskUserMessageDetails,
5
+ type BatchProgressDetails,
6
+ type JSONSchema,
7
+ type Plan,
8
+ } from '@vertesia/common';
9
+ import { Button, cn, VTooltip } from '@vertesia/ui/core';
10
+ import { i18nInstance, NAMESPACE, useUITranslation } from '@vertesia/ui/i18n';
11
+ import { NavLink } from '@vertesia/ui/router';
12
+ import { MarkdownRenderer, type MarkdownRendererProps } from '@vertesia/ui/widgets';
13
+ import type { Element } from 'hast';
14
+ import {
15
+ AlertTriangle,
16
+ ArrowLeft,
17
+ Bot,
18
+ Brain,
19
+ CheckCircle,
20
+ ChevronDown,
21
+ ChevronRight,
22
+ CopyIcon,
23
+ FileText,
24
+ Pencil,
25
+ Search,
26
+ Terminal,
27
+ Wrench,
28
+ } from 'lucide-react';
29
+ import React, { Component, type ReactNode, useCallback, useEffect, useMemo, useRef, useState } from 'react';
30
+ import { AnimatedThinkingDots, PulsatingCircle } from '../AnimatedThinkingDots';
31
+ import { AskUserWidget } from '../AskUserWidget';
32
+ import { ThinkingMessages } from '../WaitingMessages';
33
+ import {
34
+ formatWorkstreamName,
35
+ getWorkstreamActivityDetails,
36
+ getWorkstreamDisplayName,
37
+ getWorkstreamLaunchDetails,
38
+ type WorkstreamLaunchDetails,
39
+ } from '../workstreams.js';
40
+ import { AttachmentPreviewList, parseUserMessageAttachments } from './AttachmentPreview';
41
+ import BatchProgressPanel, { type BatchProgressPanelClassNames } from './BatchProgressPanel';
42
+ import { getMessageDeliveryStatus, MessageDeliveryStatus } from './MessageDeliveryStatus';
43
+ import MessageItem, { type MessageItemClassNames, type MessageItemProps } from './MessageItem';
44
+ import {
45
+ getAnsweredRequestInputKeys,
46
+ getPendingRequestInputMessage,
47
+ getRequestInputMessageKey,
48
+ isRequestInputAnswered,
49
+ } from './requestInputMessages';
50
+ import StreamingMessage, { type StreamingMessageClassNames } from './StreamingMessage';
51
+ import {
52
+ buildSummaryConversationItems,
53
+ buildSummaryDisplayMessages,
54
+ getSummaryActivityAnchorTimestamp,
55
+ isInitialSummaryActivityFallback,
56
+ isTransientThinkingMessage,
57
+ isTransientWorkStatusMessage,
58
+ shouldShowSummaryActivityFallback,
59
+ } from './SummaryConversation';
60
+ import ToolCallGroup, { type ToolCallGroupClassNames } from './ToolCallGroup';
61
+ import {
62
+ DONE_STATES,
63
+ filterMessagesForActiveWorkstream,
64
+ getWorkstreamId,
65
+ groupMessagesWithStreaming,
66
+ isInProgress,
67
+ isToolPreambleMessage,
68
+ isUserStoppedMessage,
69
+ mergeConsecutiveToolGroups,
70
+ type RenderableGroup,
71
+ type StreamingData,
72
+ shouldCollapseAdjacentRenderedMessage,
73
+ type ToolExecutionStatus,
74
+ } from './utils';
75
+ import WorkstreamTabs, { extractWorkstreams, filterMessagesByWorkstream } from './WorkstreamTabs';
76
+
77
+ export type AgentConversationViewMode = 'stacked' | 'sliding';
78
+
79
+ export interface AgentInitialRequestTemplateContext {
80
+ data: unknown;
81
+ schema?: JSONSchema | null;
82
+ title?: string;
83
+ }
84
+
85
+ export type AgentInitialRequestTemplate = (context: AgentInitialRequestTemplateContext) => React.ReactNode;
86
+
87
+ // Check if message is a batch progress message
88
+ const isBatchProgressMessage = (message: AgentMessage): message is AgentMessage & { details: BatchProgressDetails } => {
89
+ return message.type === AgentMessageType.BATCH_PROGRESS && !!message.details?.batch_id;
22
90
  };
23
91
 
24
- /** Message types that must never be consumed as preamble text */
25
- const NON_PREAMBLE_TYPES = new Set([
26
- AgentMessageType.QUESTION,
27
- AgentMessageType.COMPLETE,
28
- AgentMessageType.IDLE,
29
- AgentMessageType.TERMINATED,
30
- AgentMessageType.ERROR,
31
- AgentMessageType.REQUEST_INPUT,
32
- AgentMessageType.BATCH_PROGRESS,
33
- ]);
92
+ function getTimestampMs(timestamp: number | string | undefined): number {
93
+ if (timestamp === undefined || timestamp === null || timestamp === '') return Date.now();
94
+ const value = typeof timestamp === 'number' ? timestamp : new Date(timestamp).getTime();
95
+ return Number.isFinite(value) ? value : Date.now();
96
+ }
97
+
98
+ function getElapsedSeconds(timestamp: number | string | undefined): number {
99
+ const elapsed = Date.now() - getTimestampMs(timestamp);
100
+ return Math.max(0, Math.round(elapsed / 1000));
101
+ }
102
+
103
+ function getDurationSeconds(start: number | string | undefined, end: number | string | undefined): number {
104
+ const elapsed = getTimestampMs(end) - getTimestampMs(start);
105
+ return Math.max(0, Math.round(elapsed / 1000));
106
+ }
107
+
108
+ function formatDuration(seconds: number): string {
109
+ if (seconds < 60) return `${seconds}s`;
110
+
111
+ const minutes = Math.floor(seconds / 60);
112
+ const remainingSeconds = seconds % 60;
113
+ return remainingSeconds > 0 ? `${minutes}m ${remainingSeconds}s` : `${minutes}m`;
114
+ }
115
+
116
+ function parseTimestampMs(timestamp: number | string | undefined): number | undefined {
117
+ if (timestamp === undefined || timestamp === null || timestamp === '') return undefined;
118
+ const value = typeof timestamp === 'number' ? timestamp : new Date(timestamp).getTime();
119
+ return Number.isFinite(value) ? value : undefined;
120
+ }
121
+
122
+ function formatToolDetailTimestamp(timestamp: number | string | undefined): string | undefined {
123
+ const value = parseTimestampMs(timestamp);
124
+ if (value === undefined) return undefined;
125
+
126
+ return new Intl.DateTimeFormat(undefined, {
127
+ hour: '2-digit',
128
+ minute: '2-digit',
129
+ second: '2-digit',
130
+ }).format(new Date(value));
131
+ }
132
+
133
+ function getReadableToolLabel(message: AgentMessage): string {
134
+ const details = message.details as
135
+ | {
136
+ display_role?: string;
137
+ tool?: string;
138
+ tools?: Array<string | { name?: string; tool?: string }>;
139
+ }
140
+ | undefined;
141
+ const rawTool = details?.tool || '';
142
+ const relatedTools = Array.isArray(details?.tools)
143
+ ? details.tools.map((tool) => (typeof tool === 'string' ? tool : tool.name || tool.tool || '')).filter(Boolean)
144
+ : [];
145
+ const toolNames = [rawTool, ...relatedTools].join(' ').toLowerCase();
146
+ const tool = rawTool.toLowerCase();
147
+ const text = typeof message.message === 'string' ? message.message.trim() : '';
148
+
149
+ if (details?.display_role === 'tool_preamble') {
150
+ if (toolNames.includes('search') || toolNames.includes('web') || toolNames.includes('fetch')) {
151
+ return 'Preparing search';
152
+ }
153
+ return relatedTools.length > 0 ? 'Preparing tools' : 'Thinking';
154
+ }
155
+
156
+ if (tool.includes('search')) return 'Searching';
157
+ if (tool.includes('fetch') || tool.includes('web')) return 'Searching the web';
158
+ if (tool.includes('read') || tool.includes('document')) return 'Reading';
159
+ if (tool.includes('edit') || tool.includes('write') || tool.includes('create')) return 'Editing';
160
+ if (tool.includes('bash') || tool.includes('shell') || tool.includes('command')) return 'Running command';
161
+ if (text) return text;
162
+ return 'Using tool';
163
+ }
164
+
165
+ function getSummaryWorkLabel(status: ToolExecutionStatus, isActive: boolean): string {
166
+ if (status === 'error') return 'Work needs attention';
167
+ if (status === 'warning') return 'Work had warnings';
168
+ return isActive ? 'Working' : 'Worked';
169
+ }
170
+
171
+ function isTransientThinkingWork(messages: AgentMessage[]): boolean {
172
+ return messages.length > 0 && messages.every(isTransientWorkStatusMessage);
173
+ }
174
+
175
+ function getSummaryActivityLabel(status: ToolExecutionStatus, isActive: boolean): string {
176
+ return getSummaryWorkLabel(status, isActive);
177
+ }
178
+
179
+ function hasOpenUserTurn(messages: AgentMessage[]): boolean {
180
+ const mainMessages = messages.filter((message) => getWorkstreamId(message) === 'main');
181
+ const latestMessage = mainMessages[mainMessages.length - 1] ?? messages[messages.length - 1];
182
+ return latestMessage?.type === AgentMessageType.QUESTION;
183
+ }
184
+
185
+ function getMessageText(message: AgentMessage): string {
186
+ if (!message.message) return '';
187
+ if (typeof message.message === 'object') return JSON.stringify(message.message, null, 2);
188
+ return String(message.message).trim();
189
+ }
190
+
191
+ interface SummaryMessageProps {
192
+ message: AgentMessage;
193
+ onSendMessage?: (message: string) => void;
194
+ onSelectWorkstream?: (workstreamId: string) => void;
195
+ requestInputAnswered?: boolean;
196
+ StoreLinkComponent?: React.ComponentType<{ href: string; documentId: string; children: React.ReactNode }>;
197
+ CollectionLinkComponent?: React.ComponentType<{ href: string; collectionId: string; children: React.ReactNode }>;
198
+ }
199
+
200
+ function SummaryWorkstreamLaunchMessage({
201
+ message,
202
+ details,
203
+ onSelectWorkstream,
204
+ }: {
205
+ message: AgentMessage;
206
+ details: WorkstreamLaunchDetails;
207
+ onSelectWorkstream?: (workstreamId: string) => void;
208
+ }) {
209
+ const { t } = useUITranslation();
210
+ const workstreamName = getWorkstreamDisplayName(details.workstreamId, details.interaction);
211
+ const interactionName = details.interaction ? formatWorkstreamName(details.interaction) : '';
212
+ const secondaryName = interactionName && interactionName !== workstreamName ? interactionName : undefined;
213
+
214
+ return (
215
+ <div className="mx-auto w-full max-w-3xl px-1" data-workstream-id={details.workstreamId}>
216
+ <button
217
+ type="button"
218
+ className={cn(
219
+ 'group flex w-full items-start gap-3 border-b border-border/70 py-2 text-start text-sm text-muted',
220
+ 'transition-colors hover:text-foreground focus-visible:outline-none focus-visible:ring-2',
221
+ 'focus-visible:ring-focus focus-visible:ring-offset-2 focus-visible:ring-offset-background',
222
+ )}
223
+ onClick={() => onSelectWorkstream?.(details.workstreamId)}
224
+ >
225
+ <Bot className="mt-0.5 size-4 shrink-0 text-muted" aria-hidden="true" />
226
+ <div className="min-w-0 flex-1">
227
+ <div className="flex min-w-0 flex-wrap items-center gap-x-2 gap-y-1">
228
+ <span className="font-medium text-muted">{t('agent.workstreams')}</span>
229
+ <span className="min-w-0 truncate text-foreground/85">{workstreamName}</span>
230
+ </div>
231
+ {secondaryName && <div className="mt-0.5 truncate text-xs text-muted/75">{secondaryName}</div>}
232
+ <span className="sr-only">{getMessageText(message)}</span>
233
+ </div>
234
+ <ChevronRight className="mt-0.5 size-4 shrink-0 text-muted transition-transform group-hover:translate-x-0.5" />
235
+ </button>
236
+ </div>
237
+ );
238
+ }
239
+
240
+ const SUMMARY_PROSE_CLASS = [
241
+ 'agent-markdown vprose prose max-w-none break-words text-sm leading-6 text-foreground/80',
242
+ 'prose-p:my-2 prose-p:leading-6 prose-li:my-0.5 prose-pre:my-3 prose-headings:tracking-normal',
243
+ 'prose-headings:text-foreground prose-strong:text-foreground prose-code:text-foreground',
244
+ 'prose-a:text-foreground prose-a:underline prose-a:decoration-muted prose-a:underline-offset-4',
245
+ '[&_p]:text-foreground/80 [&_li]:text-foreground/80 [&_li::marker]:text-muted',
246
+ ].join(' ');
247
+
248
+ const USER_BUBBLE_COLLAPSE_THRESHOLD = 520;
249
+ const SUMMARY_THOUGHT_COLLAPSE_LINES = 6;
250
+ const SUMMARY_THOUGHT_COLLAPSE_THRESHOLD = 520;
251
+ const STORE_LINK_MARKDOWN_RE =
252
+ /\[[^\]]+\]\((?:\/store\/(?:objects|collections)\/|store:|document:|document:\/\/|collection:)[^)]+\)/;
253
+ const DEFAULT_AGENT_MARKDOWN_COMPONENTS: MarkdownRendererProps['components'] = {
254
+ table: AgentMarkdownTable,
255
+ };
256
+
257
+ type HastTextNode = {
258
+ value?: unknown;
259
+ children?: unknown[];
260
+ };
261
+
262
+ function getHastText(node: unknown): string {
263
+ if (!node || typeof node !== 'object') return '';
264
+ const typedNode = node as HastTextNode;
265
+ if (typeof typedNode.value === 'string') return typedNode.value;
266
+ if (!Array.isArray(typedNode.children)) return '';
267
+ return typedNode.children.map(getHastText).join('');
268
+ }
269
+
270
+ function getElementChildren(node: unknown, tagName?: string): Element[] {
271
+ if (!node || typeof node !== 'object') return [];
272
+ const children = (node as { children?: unknown[] }).children;
273
+ if (!Array.isArray(children)) return [];
274
+ return children.filter((child): child is Element => {
275
+ if (!child || typeof child !== 'object') return false;
276
+ const childElement = child as Element;
277
+ return tagName ? childElement.tagName === tagName : typeof childElement.tagName === 'string';
278
+ });
279
+ }
280
+
281
+ function getTableRows(node?: Element): string[][] {
282
+ const sections = getElementChildren(node).filter((child) => child.tagName === 'thead' || child.tagName === 'tbody');
283
+ return sections.flatMap((section) =>
284
+ getElementChildren(section, 'tr').map((row) =>
285
+ getElementChildren(row)
286
+ .filter((cell) => cell.tagName === 'th' || cell.tagName === 'td')
287
+ .map((cell) => getHastText(cell).replace(/\s+/g, ' ').trim()),
288
+ ),
289
+ );
290
+ }
291
+
292
+ function getTableBodyRows(node?: Element): string[][] {
293
+ return getElementChildren(node, 'tbody').flatMap((section) =>
294
+ getElementChildren(section, 'tr').map((row) =>
295
+ getElementChildren(row, 'td').map((cell) => getHastText(cell).replace(/\s+/g, ' ').trim()),
296
+ ),
297
+ );
298
+ }
299
+
300
+ function getCompactTableColumns(node?: Element): Set<number> {
301
+ const rows = getTableRows(node);
302
+ const bodyRows = getTableBodyRows(node);
303
+ const columnCount = Math.max(0, ...rows.map((row) => row.length));
304
+ if (columnCount <= 1) return new Set();
305
+
306
+ const compactColumns = new Set<number>();
307
+ for (let columnIndex = 0; columnIndex < columnCount; columnIndex += 1) {
308
+ const bodyValues = bodyRows
309
+ .map((row) => row[columnIndex] || '')
310
+ .map((value) => value.trim())
311
+ .filter(Boolean);
312
+ if (bodyValues.length === 0) continue;
313
+
314
+ const lengths = bodyValues.map((value) => value.length);
315
+ const maxLength = Math.max(...lengths);
316
+ const avgLength = lengths.reduce((sum, length) => sum + length, 0) / lengths.length;
317
+ const hasLongToken = bodyValues.some((value) => /\S{12,}/.test(value));
318
+
319
+ if (maxLength <= 16 && avgLength <= 10 && !hasLongToken) {
320
+ compactColumns.add(columnIndex);
321
+ }
322
+ }
323
+
324
+ if (compactColumns.size >= columnCount) {
325
+ return new Set();
326
+ }
327
+
328
+ return compactColumns;
329
+ }
330
+
331
+ function clampNumber(value: number, min: number, max: number): number {
332
+ return Math.min(max, Math.max(min, value));
333
+ }
334
+
335
+ function getLongestTokenLength(values: string[]): number {
336
+ return values.reduce((longest, value) => {
337
+ const tokens = value.match(/\S+/g) || [];
338
+ return Math.max(longest, ...tokens.map((token) => token.length));
339
+ }, 0);
340
+ }
341
+
342
+ interface AgentMarkdownTableColumnLayout {
343
+ key: string;
344
+ compact: boolean;
345
+ width: string;
346
+ }
347
+
348
+ function getTableColumnLayouts(node?: Element): AgentMarkdownTableColumnLayout[] {
349
+ const rows = getTableRows(node);
350
+ const columnCount = Math.max(0, ...rows.map((row) => row.length));
351
+ if (columnCount <= 1) return [];
352
+
353
+ const compactColumns = getCompactTableColumns(node);
354
+ const weights = Array.from({ length: columnCount }, (_value, columnIndex) => {
355
+ if (compactColumns.has(columnIndex)) {
356
+ return 8;
357
+ }
358
+
359
+ const values = rows
360
+ .map((row) => row[columnIndex] || '')
361
+ .map((value) => value.trim())
362
+ .filter(Boolean);
363
+ if (values.length === 0) return 18;
364
+
365
+ const lengths = values.map((value) => value.length);
366
+ const maxLength = Math.max(...lengths);
367
+ const avgLength = lengths.reduce((sum, length) => sum + length, 0) / lengths.length;
368
+ const longestTokenLength = getLongestTokenLength(values);
369
+
370
+ return clampNumber(avgLength * 0.7 + maxLength * 0.25 + longestTokenLength * 0.45, 18, 90);
371
+ });
372
+
373
+ const totalWeight = weights.reduce((sum, weight) => sum + weight, 0);
374
+ if (totalWeight <= 0) return [];
375
+
376
+ return weights.map((weight, columnIndex) => {
377
+ const width = `${((weight / totalWeight) * 100).toFixed(3)}%`;
378
+ return {
379
+ key: `agent-markdown-table-column-${columnIndex}`,
380
+ compact: compactColumns.has(columnIndex),
381
+ width,
382
+ };
383
+ });
384
+ }
385
+
386
+ function AgentMarkdownTable({
387
+ node,
388
+ className,
389
+ children,
390
+ ...props
391
+ }: React.TableHTMLAttributes<HTMLTableElement> & {
392
+ node?: Element;
393
+ children?: React.ReactNode;
394
+ }) {
395
+ const columnLayouts = getTableColumnLayouts(node);
396
+
397
+ return (
398
+ <table {...props} className={className}>
399
+ {columnLayouts.length > 0 ? (
400
+ <colgroup>
401
+ {columnLayouts.map((columnLayout) => (
402
+ <col
403
+ key={columnLayout.key}
404
+ className={columnLayout.compact ? 'agent-markdown-table-compact-col' : undefined}
405
+ style={
406
+ {
407
+ '--agent-markdown-table-column-width': columnLayout.width,
408
+ } as React.CSSProperties
409
+ }
410
+ />
411
+ ))}
412
+ </colgroup>
413
+ ) : null}
414
+ {children}
415
+ </table>
416
+ );
417
+ }
418
+
419
+ function getReactNodeTextLength(node: React.ReactNode): number {
420
+ if (node === null || node === undefined || typeof node === 'boolean') return 0;
421
+ if (typeof node === 'string' || typeof node === 'number') return String(node).length;
422
+ if (Array.isArray(node)) {
423
+ return node.reduce((total, child) => total + getReactNodeTextLength(child), 0);
424
+ }
425
+ if (React.isValidElement(node)) {
426
+ const props = node.props as { children?: React.ReactNode };
427
+ return getReactNodeTextLength(props.children);
428
+ }
429
+ return 0;
430
+ }
431
+
432
+ function useLiveElapsedSeconds(timestamp?: number | string, enabled?: boolean): number {
433
+ const [elapsed, setElapsed] = useState(() => getElapsedSeconds(timestamp));
434
+
435
+ useEffect(() => {
436
+ if (!enabled) {
437
+ setElapsed(getElapsedSeconds(timestamp));
438
+ return;
439
+ }
440
+
441
+ const updateElapsed = () => setElapsed(getElapsedSeconds(timestamp));
442
+ updateElapsed();
443
+ const intervalId = window.setInterval(updateElapsed, 1000);
444
+ return () => window.clearInterval(intervalId);
445
+ }, [enabled, timestamp]);
446
+
447
+ return elapsed;
448
+ }
449
+
450
+ function useRotatingThinkingMessageIndex(enabled = true): number {
451
+ const [thinkingMessageIndex, setThinkingMessageIndex] = useState(0);
452
+
453
+ useEffect(() => {
454
+ if (!enabled) return;
455
+
456
+ const intervalId = window.setInterval(() => {
457
+ setThinkingMessageIndex(() => Math.floor(Math.random() * ThinkingMessages.length));
458
+ }, 4000);
459
+ return () => window.clearInterval(intervalId);
460
+ }, [enabled]);
461
+
462
+ return thinkingMessageIndex;
463
+ }
464
+
465
+ function SummaryUserBubble({
466
+ children,
467
+ message,
468
+ workstreamId,
469
+ className,
470
+ artifactRunId,
471
+ markdownComponents,
472
+ }: {
473
+ children: React.ReactNode;
474
+ message?: AgentMessage;
475
+ workstreamId?: string;
476
+ className?: string;
477
+ artifactRunId?: string;
478
+ markdownComponents?: MarkdownRendererProps['components'];
479
+ }) {
480
+ const { t } = useUITranslation();
481
+ const [isExpanded, setIsExpanded] = useState(false);
482
+ const contentLength = useMemo(() => getReactNodeTextLength(children), [children]);
483
+ const shouldCollapse = contentLength > USER_BUBBLE_COLLAPSE_THRESHOLD;
484
+ const isPlainText = typeof children === 'string' || typeof children === 'number';
485
+ const textContent = isPlainText ? String(children) : '';
486
+ const shouldRenderMarkdown = typeof children === 'string' && STORE_LINK_MARKDOWN_RE.test(children);
487
+ const deliveryStatus = message ? getMessageDeliveryStatus(message) : undefined;
488
+
489
+ useEffect(() => {
490
+ if (!shouldCollapse && isExpanded) {
491
+ setIsExpanded(false);
492
+ }
493
+ }, [isExpanded, shouldCollapse]);
494
+
495
+ return (
496
+ <div className="mx-auto flex w-full max-w-3xl justify-end px-1">
497
+ <div
498
+ className={cn(
499
+ 'max-w-[min(44rem,82%)] rounded-[1.35rem] bg-mixer-muted/35 px-4 py-2.5',
500
+ 'text-sm font-normal leading-6 text-foreground/90 shadow-sm shadow-black/5 dark:bg-mixer-muted/15 dark:text-foreground/88 dark:shadow-none',
501
+ 'break-words [overflow-wrap:anywhere]',
502
+ className,
503
+ )}
504
+ data-workstream-id={workstreamId}
505
+ >
506
+ <div
507
+ className={cn(
508
+ isPlainText && !shouldRenderMarkdown && 'whitespace-pre-wrap',
509
+ shouldCollapse &&
510
+ !isExpanded &&
511
+ 'max-h-72 overflow-hidden [mask-image:linear-gradient(to_bottom,black_76%,transparent_100%)]',
512
+ )}
513
+ >
514
+ {shouldRenderMarkdown ? (
515
+ <MarkdownRenderer
516
+ artifactRunId={artifactRunId}
517
+ components={markdownComponents}
518
+ className={cn(
519
+ 'agent-markdown vprose prose max-w-none break-words text-sm leading-6 text-foreground/90',
520
+ 'prose-p:my-0 prose-p:leading-6 prose-a:text-foreground prose-a:underline prose-a:decoration-muted prose-a:underline-offset-4',
521
+ '[&_p+_p]:mt-2',
522
+ )}
523
+ >
524
+ {textContent}
525
+ </MarkdownRenderer>
526
+ ) : (
527
+ children
528
+ )}
529
+ </div>
530
+ {shouldCollapse && (
531
+ <button
532
+ type="button"
533
+ aria-expanded={isExpanded}
534
+ className="mt-2 inline-flex items-center gap-1 text-sm font-medium text-muted transition-colors hover:text-foreground focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring"
535
+ onClick={() => setIsExpanded((current) => !current)}
536
+ >
537
+ {isExpanded ? t('agent.showLess') : t('agent.showMore')}
538
+ <ChevronDown
539
+ className={cn('size-4 transition-transform', isExpanded && 'rotate-180')}
540
+ aria-hidden="true"
541
+ />
542
+ </button>
543
+ )}
544
+ {message && deliveryStatus ? (
545
+ <div className="mt-1.5 flex justify-end">
546
+ <MessageDeliveryStatus message={message} className="h-4 w-4" />
547
+ </div>
548
+ ) : null}
549
+ </div>
550
+ </div>
551
+ );
552
+ }
553
+
554
+ function SummaryMessage({
555
+ message,
556
+ onSendMessage,
557
+ onSelectWorkstream,
558
+ requestInputAnswered = false,
559
+ StoreLinkComponent,
560
+ CollectionLinkComponent,
561
+ }: SummaryMessageProps) {
562
+ const content = getMessageText(message);
563
+ const workstreamLaunchDetails = getWorkstreamLaunchDetails(message) ?? getWorkstreamActivityDetails(message);
564
+ const workstreamId = getWorkstreamId(message);
565
+ const runId = (message as { workflow_run_id?: string }).workflow_run_id;
566
+ const parsedQuestion = useMemo(
567
+ () => (message.type === AgentMessageType.QUESTION ? parseUserMessageAttachments(content) : null),
568
+ [content, message.type],
569
+ );
570
+
571
+ const markdownComponents = useMemo(
572
+ () => ({
573
+ ...DEFAULT_AGENT_MARKDOWN_COMPONENTS,
574
+ a: ({
575
+ node: _node,
576
+ ref: _ref,
577
+ ...props
578
+ }: {
579
+ node?: unknown;
580
+ ref?: unknown;
581
+ href?: string;
582
+ children?: React.ReactNode;
583
+ }) => {
584
+ const href = props.href || '';
585
+ if (href.includes('/store/objects')) {
586
+ const documentId = href.split('/store/objects/')[1] || '';
587
+ if (StoreLinkComponent) {
588
+ return (
589
+ <StoreLinkComponent href={href} documentId={documentId}>
590
+ {props.children}
591
+ </StoreLinkComponent>
592
+ );
593
+ }
594
+ return (
595
+ <NavLink href={href} topLevelNav>
596
+ {props.children}
597
+ </NavLink>
598
+ );
599
+ }
600
+ if (href.includes('/store/collections')) {
601
+ const collectionId = href.split('/store/collections/')[1] || '';
602
+ if (CollectionLinkComponent) {
603
+ return (
604
+ <CollectionLinkComponent href={href} collectionId={collectionId}>
605
+ {props.children}
606
+ </CollectionLinkComponent>
607
+ );
608
+ }
609
+ return (
610
+ <NavLink href={href} topLevelNav>
611
+ {props.children}
612
+ </NavLink>
613
+ );
614
+ }
615
+ return <a {...props} target="_blank" rel="noopener noreferrer" />;
616
+ },
617
+ }),
618
+ [StoreLinkComponent, CollectionLinkComponent],
619
+ );
620
+
621
+ if (workstreamLaunchDetails) {
622
+ return (
623
+ <SummaryWorkstreamLaunchMessage
624
+ message={message}
625
+ details={workstreamLaunchDetails}
626
+ onSelectWorkstream={onSelectWorkstream}
627
+ />
628
+ );
629
+ }
630
+
631
+ if (message.type === AgentMessageType.QUESTION) {
632
+ const questionBody = parsedQuestion?.body ?? content;
633
+ const attachments = parsedQuestion?.attachments ?? [];
634
+
635
+ return (
636
+ <>
637
+ {attachments.length > 0 && (
638
+ <div className="mx-auto flex w-full max-w-3xl justify-end px-1">
639
+ <AttachmentPreviewList
640
+ items={attachments}
641
+ artifactRunId={runId}
642
+ align="end"
643
+ variant="message"
644
+ StoreLinkComponent={StoreLinkComponent}
645
+ CollectionLinkComponent={CollectionLinkComponent}
646
+ />
647
+ </div>
648
+ )}
649
+ {questionBody && (
650
+ <SummaryUserBubble
651
+ message={message}
652
+ workstreamId={workstreamId}
653
+ artifactRunId={runId}
654
+ markdownComponents={markdownComponents}
655
+ >
656
+ {questionBody}
657
+ </SummaryUserBubble>
658
+ )}
659
+ </>
660
+ );
661
+ }
662
+
663
+ const requestInputDetails = message.details as AskUserMessageDetails | undefined;
664
+ if (message.type === AgentMessageType.REQUEST_INPUT && requestInputDetails?.ux) {
665
+ const uxConfig = requestInputDetails.ux;
666
+ return (
667
+ <div className="mx-auto w-full max-w-3xl px-1">
668
+ <AskUserWidget
669
+ question={content}
670
+ options={uxConfig.options}
671
+ variant={uxConfig.variant}
672
+ multiSelect={uxConfig.multiSelect}
673
+ onSelect={(optionId) => onSendMessage?.(optionId)}
674
+ onMultiSelect={(optionIds) => onSendMessage?.(optionIds.join(', '))}
675
+ hideBorder
676
+ compact
677
+ answered={requestInputAnswered}
678
+ />
679
+ </div>
680
+ );
681
+ }
682
+
683
+ const isError = message.type === AgentMessageType.ERROR || message.type === AgentMessageType.WARNING;
684
+
685
+ return (
686
+ <div className="mx-auto w-full max-w-3xl px-1" data-workstream-id={workstreamId}>
687
+ {isError && (
688
+ <div className="mb-2 text-xs font-medium text-destructive">
689
+ {message.type === AgentMessageType.WARNING ? 'Warning' : 'Error'}
690
+ </div>
691
+ )}
692
+ {content && (
693
+ <div
694
+ className={cn(
695
+ SUMMARY_PROSE_CLASS,
696
+ isError && 'rounded-lg border border-destructive/20 bg-destructive/5 px-3 py-2',
697
+ )}
698
+ style={{ overflowWrap: 'anywhere' }}
699
+ >
700
+ <MarkdownRenderer
701
+ artifactRunId={runId}
702
+ onProposalSelect={(optionId) => onSendMessage?.(optionId)}
703
+ onProposalSubmit={(text) => onSendMessage?.(text)}
704
+ components={markdownComponents}
705
+ >
706
+ {content}
707
+ </MarkdownRenderer>
708
+ </div>
709
+ )}
710
+ </div>
711
+ );
712
+ }
713
+
714
+ function isRecordValue(value: unknown): value is Record<string, unknown> {
715
+ return !!value && typeof value === 'object' && !Array.isArray(value);
716
+ }
717
+
718
+ function hasInitialRequestValue(value: unknown): boolean {
719
+ if (value === null || value === undefined) return false;
720
+ if (typeof value === 'string') return value.trim().length > 0;
721
+ if (Array.isArray(value)) return value.length > 0;
722
+ if (typeof value === 'object') return Object.keys(value as Record<string, unknown>).length > 0;
723
+ return true;
724
+ }
725
+
726
+ function isRenderableNode(node: React.ReactNode): boolean {
727
+ if (node === null || node === undefined || node === false) return false;
728
+ if (typeof node === 'string') return node.trim().length > 0;
729
+ return true;
730
+ }
731
+
732
+ function getSchemaProperties(schema: JSONSchema | null | undefined): Record<string, JSONSchema> {
733
+ if (!schema || !isRecordValue(schema)) return {};
734
+ const properties = (schema as Record<string, unknown>).properties;
735
+ if (!isRecordValue(properties)) return {};
736
+ return properties as Record<string, JSONSchema>;
737
+ }
738
+
739
+ function getSchemaLabel(schema: JSONSchema | undefined, fallback: string): string {
740
+ const title = schema && isRecordValue(schema) ? schema.title : undefined;
741
+ if (typeof title === 'string' && title.trim()) return title;
742
+
743
+ return fallback
744
+ .replace(/[_-]+/g, ' ')
745
+ .replace(/([a-z0-9])([A-Z])/g, '$1 $2')
746
+ .replace(/\b\w/g, (letter) => letter.toUpperCase());
747
+ }
748
+
749
+ function stringifyRequestValue(value: unknown): string {
750
+ if (typeof value === 'string') return value;
751
+ if (typeof value === 'number' || typeof value === 'boolean') return String(value);
752
+ try {
753
+ return JSON.stringify(value, null, 2);
754
+ } catch {
755
+ return String(value);
756
+ }
757
+ }
758
+
759
+ function renderRequestValue(value: unknown): React.ReactNode {
760
+ if (value === null || value === undefined || value === '') {
761
+ return <span className="text-muted">Not provided</span>;
762
+ }
763
+ if (typeof value === 'boolean') return value ? 'Yes' : 'No';
764
+ if (typeof value === 'number') return String(value);
765
+ if (typeof value === 'string') return <span className="whitespace-pre-wrap">{value}</span>;
766
+ if (Array.isArray(value) && value.every((item) => typeof item !== 'object' || item === null)) {
767
+ return value.map((item) => stringifyRequestValue(item)).join(', ');
768
+ }
769
+
770
+ return (
771
+ <pre className="max-h-40 overflow-auto whitespace-pre-wrap rounded-md bg-background/55 px-2 py-1.5 font-mono text-[12px] leading-relaxed text-foreground/80">
772
+ {stringifyRequestValue(value)}
773
+ </pre>
774
+ );
775
+ }
776
+
777
+ function renderDefaultInitialRequest(
778
+ data: unknown,
779
+ schema: JSONSchema | null | undefined,
780
+ title: string | undefined,
781
+ ): React.ReactNode {
782
+ if (!hasInitialRequestValue(data)) return null;
783
+ if (!isRecordValue(data)) return renderRequestValue(data);
784
+
785
+ const properties = getSchemaProperties(schema);
786
+ const fieldKeys = [...Object.keys(properties), ...Object.keys(data).filter((key) => !(key in properties))];
787
+ const fields = fieldKeys
788
+ .map((key) => ({
789
+ key,
790
+ label: getSchemaLabel(properties[key], key),
791
+ value: data[key],
792
+ }))
793
+ .filter((field) => hasInitialRequestValue(field.value));
794
+
795
+ if (fields.length === 0) return null;
796
+
797
+ return (
798
+ <div className="space-y-2 text-start">
799
+ {title ? <div className="text-xs font-medium uppercase tracking-normal text-muted">{title}</div> : null}
800
+ <dl className="space-y-2">
801
+ {fields.map((field) => (
802
+ <div key={field.key} className="grid gap-1 sm:grid-cols-[minmax(7rem,32%)_1fr] sm:gap-3">
803
+ <dt className="text-xs font-medium text-muted">{field.label}</dt>
804
+ <dd className="min-w-0 break-words text-sm text-foreground">
805
+ {renderRequestValue(field.value)}
806
+ </dd>
807
+ </div>
808
+ ))}
809
+ </dl>
810
+ </div>
811
+ );
812
+ }
813
+
814
+ interface InitialRequestMessageProps {
815
+ data?: unknown;
816
+ schema?: JSONSchema | null;
817
+ title?: string;
818
+ template?: AgentInitialRequestTemplate;
819
+ prependFriendlyMessage?: string;
820
+ timestamp?: number | string;
821
+ isSummaryView: boolean;
822
+ messageItemClassNames?: MessageItemClassNames;
823
+ messageStyleOverrides?: MessageItemProps['messageStyleOverrides'];
824
+ StoreLinkComponent?: React.ComponentType<{ href: string; documentId: string; children: React.ReactNode }>;
825
+ CollectionLinkComponent?: React.ComponentType<{ href: string; collectionId: string; children: React.ReactNode }>;
826
+ }
827
+
828
+ function InitialRequestMessage({
829
+ data,
830
+ schema,
831
+ title,
832
+ template,
833
+ prependFriendlyMessage,
834
+ timestamp,
835
+ isSummaryView,
836
+ messageItemClassNames,
837
+ messageStyleOverrides,
838
+ StoreLinkComponent,
839
+ CollectionLinkComponent,
840
+ }: InitialRequestMessageProps) {
841
+ const plainText = prependFriendlyMessage?.trim() || (typeof data === 'string' ? data.trim() : '');
842
+ const templateContent = template?.({
843
+ data: data ?? prependFriendlyMessage,
844
+ schema,
845
+ title,
846
+ });
847
+
848
+ if (!isRenderableNode(templateContent) && plainText) {
849
+ const message = {
850
+ type: AgentMessageType.QUESTION,
851
+ message: plainText,
852
+ timestamp: getTimestampMs(timestamp),
853
+ workflow_run_id: '',
854
+ workstream_id: 'main',
855
+ };
856
+
857
+ return isSummaryView ? (
858
+ <SummaryMessage
859
+ message={message}
860
+ StoreLinkComponent={StoreLinkComponent}
861
+ CollectionLinkComponent={CollectionLinkComponent}
862
+ />
863
+ ) : (
864
+ <MessageItem {...messageItemClassNames} messageStyleOverrides={messageStyleOverrides} message={message} />
865
+ );
866
+ }
867
+
868
+ const content = isRenderableNode(templateContent)
869
+ ? templateContent
870
+ : renderDefaultInitialRequest(data, schema, title);
871
+ if (!isRenderableNode(content)) return null;
872
+
873
+ return <SummaryUserBubble className="py-3">{content}</SummaryUserBubble>;
874
+ }
875
+
876
+ function InitialRequestWaitingCard({
877
+ label,
878
+ timestamp,
879
+ className,
880
+ }: {
881
+ label: string;
882
+ timestamp?: number | string;
883
+ className?: string;
884
+ }) {
885
+ const thinkingMessageIndex = useRotatingThinkingMessageIndex();
886
+ const elapsed = useLiveElapsedSeconds(timestamp, true);
887
+
888
+ return (
889
+ <div className={cn('mx-auto w-full max-w-3xl px-1', className)}>
890
+ <div className="border-b border-border/70 pb-4 text-sm text-muted">
891
+ <div className="flex items-center gap-3">
892
+ <PulsatingCircle size="sm" color="blue" />
893
+ <div className="min-w-0">
894
+ <div>
895
+ <span className="font-medium">{label}</span>
896
+ <span className="ms-2 text-muted/75">for {formatDuration(elapsed)}</span>
897
+ </div>
898
+ <div className="mt-1 truncate text-muted/80">{ThinkingMessages[thinkingMessageIndex]}</div>
899
+ </div>
900
+ </div>
901
+ <div className="mt-3 ps-6">
902
+ <AnimatedThinkingDots color="blue" />
903
+ </div>
904
+ </div>
905
+ </div>
906
+ );
907
+ }
908
+
909
+ type SummaryToolDetailKind = 'search' | 'read' | 'edit' | 'command' | 'skill' | 'discover' | 'think' | 'tool';
910
+
911
+ interface SummaryToolDetailSection {
912
+ key: string;
913
+ label: string;
914
+ value: unknown;
915
+ tone?: 'default' | 'error';
916
+ }
917
+
918
+ interface SummaryToolDetailItem {
919
+ key: string;
920
+ kind: SummaryToolDetailKind;
921
+ label: string;
922
+ title: string;
923
+ isPreamble?: boolean;
924
+ command?: string;
925
+ text?: string;
926
+ toolName?: string;
927
+ startedAt?: number | string;
928
+ finishedAt?: number | string;
929
+ status?: ToolExecutionStatus;
930
+ sections: SummaryToolDetailSection[];
931
+ }
932
+
933
+ const SUMMARY_TOOL_STARTED_AT_DETAIL_KEY = '_summary_started_at';
934
+ const SUMMARY_TOOL_FINISHED_AT_DETAIL_KEY = '_summary_finished_at';
935
+
936
+ const TOOL_DETAIL_SYSTEM_KEYS = new Set([
937
+ 'account_id',
938
+ 'activity_group_id',
939
+ 'activity_id',
940
+ 'channel_id',
941
+ 'collection_id',
942
+ 'document_id',
943
+ 'display_role',
944
+ 'event_class',
945
+ 'id',
946
+ 'object_id',
947
+ 'project_id',
948
+ 'run_id',
949
+ 'streamed',
950
+ 'tenant_id',
951
+ 'thread_id',
952
+ 'tool',
953
+ 'tool_event',
954
+ 'tool_iteration',
955
+ 'tool_run_id',
956
+ 'tool_use_id',
957
+ 'tool_status',
958
+ 'tools',
959
+ 'message_to_human',
960
+ 'progress_messages',
961
+ SUMMARY_TOOL_STARTED_AT_DETAIL_KEY,
962
+ SUMMARY_TOOL_FINISHED_AT_DETAIL_KEY,
963
+ 'workflow_run_id',
964
+ ]);
965
+
966
+ function getDetailsRecord(message: AgentMessage): Record<string, unknown> {
967
+ return isRecordValue(message.details) ? message.details : {};
968
+ }
969
+
970
+ function humanizeIdentifier(value: string): string {
971
+ return value
972
+ .replace(/[_-]+/g, ' ')
973
+ .replace(/\s+/g, ' ')
974
+ .trim()
975
+ .replace(/\b\w/g, (letter) => letter.toUpperCase());
976
+ }
977
+
978
+ function getToolNames(details: Record<string, unknown>): string[] {
979
+ const names: string[] = [];
980
+ if (typeof details.tool === 'string' && details.tool.trim()) names.push(details.tool.trim());
981
+ if (Array.isArray(details.tools)) {
982
+ for (const tool of details.tools) {
983
+ if (typeof tool === 'string' && tool.trim()) {
984
+ names.push(tool.trim());
985
+ } else if (isRecordValue(tool)) {
986
+ const name = typeof tool.name === 'string' ? tool.name : tool.tool;
987
+ if (typeof name === 'string' && name.trim()) names.push(name.trim());
988
+ }
989
+ }
990
+ }
991
+ return names;
992
+ }
993
+
994
+ function getUniqueToolName(details: Record<string, unknown>): string | undefined {
995
+ const names = Array.from(new Set(getToolNames(details)));
996
+ return names.length > 0 ? names.join(', ') : undefined;
997
+ }
998
+
999
+ function getTimestampDetail(value: unknown): number | string | undefined {
1000
+ return typeof value === 'number' || typeof value === 'string' ? value : undefined;
1001
+ }
1002
+
1003
+ const TOOL_TARGET_KEYS = [
1004
+ 'query',
1005
+ 'path',
1006
+ 'file',
1007
+ 'file_name',
1008
+ 'fileName',
1009
+ 'filename',
1010
+ 'name',
1011
+ 'title',
1012
+ 'artifact',
1013
+ 'artifact_path',
1014
+ 'url',
1015
+ 'command',
1016
+ ];
1017
+
1018
+ function getToolTargetEntry(details: Record<string, unknown>): { key: string; value: string } | undefined {
1019
+ for (const key of TOOL_TARGET_KEYS) {
1020
+ const value = details[key];
1021
+ if (typeof value === 'string' && value.trim()) return { key, value: value.trim() };
1022
+ if (typeof value === 'number' || typeof value === 'boolean') return { key, value: String(value) };
1023
+ }
1024
+ return undefined;
1025
+ }
1026
+
1027
+ function getToolDetailKind(message: AgentMessage): SummaryToolDetailKind {
1028
+ const details = getDetailsRecord(message);
1029
+ const toolNames = getToolNames(details).join(' ').toLowerCase();
1030
+ const concreteTool = typeof details.tool === 'string' ? details.tool.toLowerCase() : '';
1031
+ const classifierText = concreteTool || toolNames;
1032
+
1033
+ if (isToolPreambleMessage(message)) return 'think';
1034
+ if (concreteTool.startsWith('learn_') || toolNames.includes('learn_')) return 'skill';
1035
+ if (concreteTool === 'discover_tools') return 'discover';
1036
+ if (message.type === AgentMessageType.THOUGHT && !concreteTool) return 'think';
1037
+
1038
+ if (classifierText.includes('search') || classifierText.includes('web') || classifierText.includes('fetch'))
1039
+ return 'search';
1040
+ if (classifierText.includes('read') || classifierText.includes('document') || classifierText.includes('file'))
1041
+ return 'read';
1042
+ if (
1043
+ classifierText.includes('edit') ||
1044
+ classifierText.includes('write') ||
1045
+ classifierText.includes('patch') ||
1046
+ classifierText.includes('create')
1047
+ )
1048
+ return 'edit';
1049
+ if (
1050
+ classifierText.includes('bash') ||
1051
+ classifierText.includes('shell') ||
1052
+ classifierText.includes('command') ||
1053
+ classifierText.includes('terminal')
1054
+ )
1055
+ return 'command';
1056
+ if (message.type === AgentMessageType.THOUGHT && toolNames.length === 0) return 'think';
1057
+ return 'tool';
1058
+ }
1059
+
1060
+ function getToolDetailLabel(kind: SummaryToolDetailKind): string {
1061
+ switch (kind) {
1062
+ case 'search':
1063
+ return 'Search';
1064
+ case 'read':
1065
+ return 'Read';
1066
+ case 'edit':
1067
+ return 'Edit';
1068
+ case 'command':
1069
+ return 'Bash';
1070
+ case 'skill':
1071
+ return 'Skill';
1072
+ case 'discover':
1073
+ return 'Tool';
1074
+ case 'think':
1075
+ return 'Thought';
1076
+ default:
1077
+ return 'Tool';
1078
+ }
1079
+ }
1080
+
1081
+ function getToolTarget(details: Record<string, unknown>): string | undefined {
1082
+ const directTarget = getToolTargetEntry(details);
1083
+ if (directTarget) return directTarget.value;
1084
+
1085
+ const files = details.files ?? details.outputFiles;
1086
+ if (Array.isArray(files) && files.length > 0) {
1087
+ return files.map((file) => stringifyRequestValue(file)).join(', ');
1088
+ }
1089
+
1090
+ return undefined;
1091
+ }
1092
+
1093
+ function compactInlineText(value: string, maxLength = 160): string {
1094
+ const normalized = value.replace(/\s+/g, ' ').trim();
1095
+ return normalized.length > maxLength ? `${normalized.slice(0, maxLength - 1)}...` : normalized;
1096
+ }
1097
+
1098
+ const MESSAGE_RENDER_ID_DETAIL_KEYS = [
1099
+ 'batch_id',
1100
+ 'activity_group_id',
1101
+ 'activity_id',
1102
+ 'tool_run_id',
1103
+ 'tool_use_id',
1104
+ 'streaming_id',
1105
+ 'chunk_index',
1106
+ 'tool_iteration',
1107
+ 'tool_event',
1108
+ ];
1109
+
1110
+ function getStableDetailIdentity(details: Record<string, unknown>): string | undefined {
1111
+ for (const key of MESSAGE_RENDER_ID_DETAIL_KEYS) {
1112
+ const value = details[key];
1113
+ if (typeof value === 'string' && value.trim()) return `${key}:${value.trim()}`;
1114
+ if (typeof value === 'number' || typeof value === 'boolean') return `${key}:${value}`;
1115
+ }
1116
+ return undefined;
1117
+ }
1118
+
1119
+ function getAgentMessageRenderKey(message: AgentMessage, prefix = 'message'): string {
1120
+ const details = getDetailsRecord(message);
1121
+ const detailIdentity = getStableDetailIdentity(details);
1122
+ const contentIdentity = compactInlineText(getMessageText(message), 96);
1123
+
1124
+ return [
1125
+ prefix,
1126
+ message.workstream_id || 'main',
1127
+ message.workflow_run_id,
1128
+ message.timestamp,
1129
+ message.type,
1130
+ detailIdentity ?? contentIdentity,
1131
+ ]
1132
+ .filter(Boolean)
1133
+ .join(':');
1134
+ }
1135
+
1136
+ function getRenderableGroupKey(group: RenderableGroup): string {
1137
+ if (group.type === 'single') {
1138
+ return getAgentMessageRenderKey(group.message);
1139
+ }
1140
+
1141
+ if (group.type === 'streaming') {
1142
+ return `streaming:${group.streamingId}:${group.startTimestamp}:${group.workstreamId || 'main'}`;
1143
+ }
1144
+
1145
+ const firstMessage = group.messages[0];
1146
+ const lastMessage = group.messages[group.messages.length - 1];
1147
+ const firstKey = firstMessage ? getAgentMessageRenderKey(firstMessage, 'first') : group.firstTimestamp;
1148
+ const lastKey = lastMessage ? getAgentMessageRenderKey(lastMessage, 'last') : group.firstTimestamp;
1149
+
1150
+ return ['group', group.toolRunId, group.firstTimestamp, firstKey, lastKey].filter(Boolean).join(':');
1151
+ }
1152
+
1153
+ function getPreviousRenderableGroupTimestamp(groups: RenderableGroup[], index: number): number | string | undefined {
1154
+ for (let previousIndex = index - 1; previousIndex >= 0; previousIndex--) {
1155
+ const group = groups[previousIndex];
1156
+ if (group.type === 'single') return group.message.timestamp;
1157
+ if (group.type === 'tool_group') return group.firstTimestamp;
1158
+ if (group.type === 'streaming') return group.startTimestamp;
1159
+ }
1160
+ return undefined;
1161
+ }
1162
+
1163
+ function formatToolSectionValue(value: unknown): string {
1164
+ const text = stringifyRequestValue(value).trim();
1165
+ return text.length > 2400 ? `${text.slice(0, 2400)}\n...` : text;
1166
+ }
1167
+
1168
+ function createToolSection(
1169
+ key: string,
1170
+ label: string,
1171
+ value: unknown,
1172
+ tone?: SummaryToolDetailSection['tone'],
1173
+ ): SummaryToolDetailSection | undefined {
1174
+ if (value === null || value === undefined || value === '') return undefined;
1175
+ if (Array.isArray(value) && value.length === 0) return undefined;
1176
+ if (isRecordValue(value) && Object.keys(value).length === 0) return undefined;
1177
+ return { key, label, value, tone };
1178
+ }
1179
+
1180
+ function getRemainingDetailFields(
1181
+ details: Record<string, unknown>,
1182
+ consumedKeys: Set<string>,
1183
+ ): Record<string, unknown> | undefined {
1184
+ const remaining = Object.entries(details).reduce<Record<string, unknown>>((acc, [key, value]) => {
1185
+ if (TOOL_DETAIL_SYSTEM_KEYS.has(key) || consumedKeys.has(key)) return acc;
1186
+ if (value === null || value === undefined || value === '') return acc;
1187
+ acc[key] = value;
1188
+ return acc;
1189
+ }, {});
1190
+
1191
+ return Object.keys(remaining).length > 0 ? remaining : undefined;
1192
+ }
1193
+
1194
+ function getToolDetailSections(message: AgentMessage): SummaryToolDetailSection[] {
1195
+ const details = getDetailsRecord(message);
1196
+ const consumedKeys = new Set<string>();
1197
+ const sections: SummaryToolDetailSection[] = [];
1198
+ const targetEntry = getToolTargetEntry(details);
1199
+
1200
+ const addSection = (label: string, keys: string[], tone?: SummaryToolDetailSection['tone']) => {
1201
+ for (const key of keys) {
1202
+ const section = createToolSection(key, label, details[key], tone);
1203
+ if (section) {
1204
+ consumedKeys.add(key);
1205
+ sections.push(section);
1206
+ return;
1207
+ }
1208
+ }
1209
+ };
1210
+
1211
+ addSection('Query', ['query']);
1212
+ addSection('Input', ['input', 'params', 'arguments', 'args']);
1213
+ addSection('Output', [
1214
+ 'output',
1215
+ 'stdout',
1216
+ 'result',
1217
+ 'results',
1218
+ 'content',
1219
+ 'result_summary',
1220
+ 'observation',
1221
+ 'display_message',
1222
+ ]);
1223
+ addSection('Files', ['files', 'outputFiles']);
1224
+ addSection('Error', ['error', 'stderr'], 'error');
1225
+ if (targetEntry) consumedKeys.add(targetEntry.key);
1226
+
1227
+ const remainingDetails = getRemainingDetailFields(details, consumedKeys);
1228
+ if (sections.length === 0 && remainingDetails) {
1229
+ sections.push({ key: 'details', label: 'Details', value: remainingDetails });
1230
+ }
1231
+
1232
+ return sections;
1233
+ }
1234
+
1235
+ function buildSummaryToolDetailItem(message: AgentMessage, index: number): SummaryToolDetailItem | undefined {
1236
+ const text = getMessageText(message);
1237
+ const details = getDetailsRecord(message);
1238
+ const isPreamble = isToolPreambleMessage(message);
1239
+ const kind = getToolDetailKind(message);
1240
+ const toolNames = getToolNames(details);
1241
+ const target = getToolTarget(details);
1242
+ const command = typeof details.command === 'string' && details.command.trim() ? details.command.trim() : undefined;
1243
+ const fallbackTitle = toolNames[0] ? humanizeIdentifier(toolNames[0]) : getReadableToolLabel(message);
1244
+ const title =
1245
+ kind === 'think'
1246
+ ? text || fallbackTitle
1247
+ : kind === 'command'
1248
+ ? compactInlineText(text || command || fallbackTitle)
1249
+ : compactInlineText(target || text || fallbackTitle);
1250
+ const normalizedText = text ? (kind === 'think' ? text : compactInlineText(text, 420)) : undefined;
1251
+ const shouldShowText = normalizedText && normalizedText !== title;
1252
+
1253
+ if (!title && !shouldShowText) return undefined;
1254
+
1255
+ return {
1256
+ key: `${message.timestamp}-${details.activity_id || details.tool_run_id || index}`,
1257
+ kind,
1258
+ label: getToolDetailLabel(kind),
1259
+ title,
1260
+ isPreamble,
1261
+ command,
1262
+ text: shouldShowText ? normalizedText : undefined,
1263
+ toolName: getUniqueToolName(details),
1264
+ startedAt: getTimestampDetail(details[SUMMARY_TOOL_STARTED_AT_DETAIL_KEY]) ?? message.timestamp,
1265
+ finishedAt: getTimestampDetail(details[SUMMARY_TOOL_FINISHED_AT_DETAIL_KEY]) ?? message.timestamp,
1266
+ status: details.tool_status as ToolExecutionStatus | undefined,
1267
+ sections: getToolDetailSections(message),
1268
+ };
1269
+ }
1270
+
1271
+ function isPlanToolMessage(message: AgentMessage): boolean {
1272
+ const details = getDetailsRecord(message);
1273
+ return details.tool === 'plan' || details.tool === 'update_plan';
1274
+ }
1275
+
1276
+ function isPlanLifecycleMessage(message: AgentMessage): boolean {
1277
+ const details = getDetailsRecord(message);
1278
+ if (message.type === AgentMessageType.UPDATE && Array.isArray(details.updates)) return true;
1279
+ return message.type === AgentMessageType.PLAN && Array.isArray(details.plan);
1280
+ }
1281
+
1282
+ function getActivityGroupIdentity(details: Record<string, unknown>): string | undefined {
1283
+ return typeof details.activity_group_id === 'string' && details.activity_group_id.trim()
1284
+ ? details.activity_group_id.trim()
1285
+ : undefined;
1286
+ }
1287
+
1288
+ function getToolIdentity(details: Record<string, unknown>): string | undefined {
1289
+ if (typeof details.tool_use_id === 'string' && details.tool_use_id.trim()) return details.tool_use_id.trim();
1290
+ if (typeof details.tool_run_id === 'string' && details.tool_run_id.trim()) return details.tool_run_id.trim();
1291
+ if (typeof details.tool === 'string' && details.tool.trim()) return details.tool.trim();
1292
+ return undefined;
1293
+ }
1294
+
1295
+ function getSplitActivityGroups(messages: AgentMessage[]): Set<string> {
1296
+ const startedToolIdentities = new Map<string, Set<string>>();
1297
+
1298
+ for (const message of messages) {
1299
+ const details = getDetailsRecord(message);
1300
+ if (details.tool_event !== 'started') continue;
1301
+
1302
+ const activityGroupId = getActivityGroupIdentity(details);
1303
+ const toolIdentity = getToolIdentity(details);
1304
+ if (!activityGroupId || !toolIdentity) continue;
1305
+
1306
+ const identities = startedToolIdentities.get(activityGroupId) ?? new Set<string>();
1307
+ identities.add(toolIdentity);
1308
+ startedToolIdentities.set(activityGroupId, identities);
1309
+ }
1310
+
1311
+ return new Set(
1312
+ Array.from(startedToolIdentities.entries())
1313
+ .filter(([, identities]) => identities.size > 1)
1314
+ .map(([activityGroupId]) => activityGroupId),
1315
+ );
1316
+ }
1317
+
1318
+ function getSummaryToolGroupId(details: Record<string, unknown>, splitActivityGroups: Set<string>): string | undefined {
1319
+ const activityGroupId = getActivityGroupIdentity(details);
1320
+ const toolIdentity = getToolIdentity(details);
1321
+
1322
+ if (activityGroupId) {
1323
+ if (toolIdentity && splitActivityGroups.has(activityGroupId)) {
1324
+ return `activity:${activityGroupId}:tool:${toolIdentity}`;
1325
+ }
1326
+ return `activity:${activityGroupId}`;
1327
+ }
1328
+
1329
+ if (typeof details.tool_use_id === 'string' && details.tool_use_id.trim()) {
1330
+ return `tool-use:${details.tool_use_id.trim()}`;
1331
+ }
1332
+ if (typeof details.tool_run_id === 'string' && details.tool_run_id.trim())
1333
+ return `run:${details.tool_run_id.trim()}`;
1334
+ return undefined;
1335
+ }
1336
+
1337
+ function mergeSummaryToolMessages(messages: AgentMessage[]): AgentMessage[] {
1338
+ const byGroupId = new Map<string, { index: number; messages: AgentMessage[] }>();
1339
+ const ungrouped: Array<{ index: number; message: AgentMessage }> = [];
1340
+ let currentPlanGroupId: string | undefined;
1341
+ const splitActivityGroups = getSplitActivityGroups(messages);
1342
+
1343
+ messages.forEach((message, index) => {
1344
+ const details = getDetailsRecord(message);
1345
+ if (isToolPreambleMessage(message)) {
1346
+ ungrouped.push({ index, message });
1347
+ currentPlanGroupId = undefined;
1348
+ return;
1349
+ }
1350
+
1351
+ const groupId = getSummaryToolGroupId(details, splitActivityGroups);
1352
+ const legacyPlanGroupId = !groupId && isPlanLifecycleMessage(message) ? currentPlanGroupId : undefined;
1353
+ const effectiveGroupId = groupId ?? legacyPlanGroupId;
1354
+
1355
+ if (!effectiveGroupId) {
1356
+ ungrouped.push({ index, message });
1357
+ return;
1358
+ }
1359
+
1360
+ const group = byGroupId.get(effectiveGroupId);
1361
+ if (group) {
1362
+ group.messages.push(message);
1363
+ } else {
1364
+ byGroupId.set(effectiveGroupId, { index, messages: [message] });
1365
+ }
1366
+
1367
+ if (isPlanToolMessage(message)) {
1368
+ currentPlanGroupId = effectiveGroupId;
1369
+ } else if (message.type === AgentMessageType.PLAN) {
1370
+ currentPlanGroupId = undefined;
1371
+ }
1372
+ });
1373
+
1374
+ const grouped = Array.from(byGroupId.values()).map(({ index, messages: runMessages }) => {
1375
+ const sortedMessages = [...runMessages].sort(
1376
+ (a, b) => getTimestampMs(a.timestamp) - getTimestampMs(b.timestamp),
1377
+ );
1378
+ const baseMessage = sortedMessages[sortedMessages.length - 1];
1379
+ const startMessage = sortedMessages.find((message) => getDetailsRecord(message).tool_event === 'started');
1380
+ const firstTextMessage = sortedMessages.find((message) => getMessageText(message));
1381
+ const commandTextMessage = sortedMessages.findLast((message) => getMessageText(message).startsWith('$ '));
1382
+ const latestStatusMessage = sortedMessages.findLast(
1383
+ (message) =>
1384
+ (message.type === AgentMessageType.ERROR || message.type === AgentMessageType.WARNING) &&
1385
+ getMessageText(message),
1386
+ );
1387
+ const mergedDetails: Record<string, unknown> = {};
1388
+ for (const message of sortedMessages) {
1389
+ Object.assign(mergedDetails, getDetailsRecord(message));
1390
+ }
1391
+ if (latestStatusMessage && mergedDetails.error === undefined && mergedDetails.stderr === undefined) {
1392
+ mergedDetails.error = getMessageText(latestStatusMessage);
1393
+ }
1394
+ if (
1395
+ !latestStatusMessage &&
1396
+ sortedMessages.some(
1397
+ (message) => message.type === AgentMessageType.PLAN && Array.isArray(message.details?.plan),
1398
+ )
1399
+ ) {
1400
+ mergedDetails.tool_status = 'completed';
1401
+ }
1402
+ if (commandTextMessage && mergedDetails.command === undefined) {
1403
+ mergedDetails.command = getMessageText(commandTextMessage);
1404
+ }
1405
+ mergedDetails[SUMMARY_TOOL_STARTED_AT_DETAIL_KEY] = sortedMessages[0]?.timestamp;
1406
+ mergedDetails[SUMMARY_TOOL_FINISHED_AT_DETAIL_KEY] = sortedMessages[sortedMessages.length - 1]?.timestamp;
1407
+ const messageToHuman =
1408
+ typeof startMessage?.details?.message_to_human === 'string' ? startMessage.details.message_to_human : '';
1409
+
1410
+ return {
1411
+ index,
1412
+ message: {
1413
+ ...baseMessage,
1414
+ message: messageToHuman || (firstTextMessage ? firstTextMessage.message : baseMessage.message),
1415
+ details: mergedDetails,
1416
+ },
1417
+ };
1418
+ });
1419
+
1420
+ return [...ungrouped, ...grouped].sort((a, b) => a.index - b.index).map(({ message }) => message);
1421
+ }
1422
+
1423
+ function buildSummaryToolDetailItems(messages: AgentMessage[]): SummaryToolDetailItem[] {
1424
+ const seen = new Set<string>();
1425
+ const items: SummaryToolDetailItem[] = [];
1426
+
1427
+ mergeSummaryToolMessages(messages).forEach((message, index) => {
1428
+ const item = buildSummaryToolDetailItem(message, index);
1429
+ if (!item) return;
1430
+ const signature = `${item.kind}:${item.label}:${item.title}:${item.text ?? ''}`;
1431
+ if (seen.has(signature)) return;
1432
+ seen.add(signature);
1433
+ items.push(item);
1434
+ });
1435
+
1436
+ return items;
1437
+ }
1438
+
1439
+ function ToolDetailIcon({ kind, status }: { kind: SummaryToolDetailKind; status?: ToolExecutionStatus }) {
1440
+ if (status === 'error' || status === 'warning') {
1441
+ return <AlertTriangle className="size-3.5" />;
1442
+ }
1443
+
1444
+ switch (kind) {
1445
+ case 'search':
1446
+ return <Search className="size-3.5" />;
1447
+ case 'read':
1448
+ return <FileText className="size-3.5" />;
1449
+ case 'edit':
1450
+ return <Pencil className="size-3.5" />;
1451
+ case 'command':
1452
+ return <Terminal className="size-3.5" />;
1453
+ case 'skill':
1454
+ return <Brain className="size-3.5" />;
1455
+ case 'discover':
1456
+ return <Wrench className="size-3.5" />;
1457
+ case 'think':
1458
+ return <Brain className="size-3.5" />;
1459
+ default:
1460
+ return <Wrench className="size-3.5" />;
1461
+ }
1462
+ }
1463
+
1464
+ interface ToolDetailMetadataEntry {
1465
+ label: string;
1466
+ value: string;
1467
+ }
1468
+
1469
+ function getToolDetailMetadata(item: SummaryToolDetailItem): ToolDetailMetadataEntry[] {
1470
+ const entries: ToolDetailMetadataEntry[] = [];
1471
+ const startedMs = parseTimestampMs(item.startedAt);
1472
+ const finishedMs = parseTimestampMs(item.finishedAt);
1473
+ const startedAt = formatToolDetailTimestamp(item.startedAt);
1474
+ const finishedAt = formatToolDetailTimestamp(item.finishedAt);
1475
+
1476
+ if (item.toolName) {
1477
+ entries.push({ label: 'Tool', value: item.toolName });
1478
+ }
1479
+
1480
+ if (startedAt && finishedAt && startedMs !== undefined && finishedMs !== undefined && startedMs !== finishedMs) {
1481
+ entries.push({ label: 'Started', value: startedAt });
1482
+ entries.push({ label: 'Ended', value: finishedAt });
1483
+ entries.push({ label: 'Duration', value: formatDuration(getDurationSeconds(item.startedAt, item.finishedAt)) });
1484
+ } else if (startedAt || finishedAt) {
1485
+ entries.push({ label: 'Time', value: startedAt ?? finishedAt ?? '' });
1486
+ }
1487
+
1488
+ return entries;
1489
+ }
1490
+
1491
+ function ToolDetailMetadata({ hasDetailContent, item }: { hasDetailContent: boolean; item: SummaryToolDetailItem }) {
1492
+ const entries = getToolDetailMetadata(item);
1493
+ if (entries.length === 0) return null;
1494
+
1495
+ return (
1496
+ <dl
1497
+ className={cn(
1498
+ 'flex flex-wrap gap-x-4 gap-y-1 text-xs',
1499
+ hasDetailContent && 'mb-3 border-b border-border/60 pb-2',
1500
+ )}
1501
+ >
1502
+ {entries.map((entry) => (
1503
+ <div key={entry.label} className="flex min-w-0 items-baseline gap-1.5">
1504
+ <dt className="shrink-0 text-muted">{entry.label}</dt>
1505
+ <dd className="min-w-0 wrap-break-word font-medium text-foreground/80">{entry.value}</dd>
1506
+ </div>
1507
+ ))}
1508
+ </dl>
1509
+ );
1510
+ }
1511
+
1512
+ function ToolDetailSection({ section }: { section: SummaryToolDetailSection }) {
1513
+ const value = section.value;
1514
+ const isPrimitive = typeof value === 'string' || typeof value === 'number' || typeof value === 'boolean';
1515
+ const isFileList = section.label === 'Files' && Array.isArray(value);
1516
+ const hideLabel = section.label === 'Output';
1517
+
1518
+ if (isFileList) {
1519
+ const fileLabels = Array.from(new Set(value.map((file) => stringifyRequestValue(file))));
1520
+
1521
+ return (
1522
+ <div className="mt-2 flex flex-wrap items-center gap-1.5">
1523
+ {fileLabels.map((fileLabel) => (
1524
+ <span
1525
+ key={fileLabel}
1526
+ className="rounded-md bg-mixer-muted/15 px-1.5 py-0.5 font-mono text-[11px] text-muted"
1527
+ >
1528
+ {compactInlineText(fileLabel, 64)}
1529
+ </span>
1530
+ ))}
1531
+ </div>
1532
+ );
1533
+ }
1534
+
1535
+ const labelClassName = cn('text-xs font-medium', section.tone === 'error' ? 'text-destructive' : 'text-muted');
1536
+ const content =
1537
+ isPrimitive && !String(value).includes('\n') && String(value).length < 180 ? (
1538
+ <div
1539
+ className={cn(
1540
+ 'break-words text-xs',
1541
+ section.tone === 'error' ? 'text-destructive' : 'text-foreground/75',
1542
+ )}
1543
+ >
1544
+ {String(value)}
1545
+ </div>
1546
+ ) : (
1547
+ <pre
1548
+ className={cn(
1549
+ 'max-h-52 overflow-auto whitespace-pre-wrap rounded-lg px-3 py-2 font-mono text-[11px] leading-relaxed',
1550
+ section.tone === 'error'
1551
+ ? 'bg-destructive/5 text-destructive'
1552
+ : 'bg-mixer-muted/10 text-foreground/75',
1553
+ )}
1554
+ >
1555
+ {formatToolSectionValue(value)}
1556
+ </pre>
1557
+ );
1558
+
1559
+ return (
1560
+ <div className="mt-2">
1561
+ {!hideLabel ? <div className={cn('mb-1', labelClassName)}>{section.label}</div> : null}
1562
+ {content}
1563
+ </div>
1564
+ );
1565
+ }
1566
+
1567
+ function getToolPanelTitle(item: SummaryToolDetailItem): string {
1568
+ return item.kind === 'command' ? 'Shell' : item.label;
1569
+ }
1570
+
1571
+ function formatToolPrimaryText(item: SummaryToolDetailItem): string {
1572
+ if (item.kind !== 'command') return item.title;
1573
+ const command = item.command || item.title;
1574
+ return command.trim().startsWith('$') ? command : `$ ${command}`;
1575
+ }
1576
+
1577
+ function formatToolDetailCopyText(item: SummaryToolDetailItem): string {
1578
+ const parts = [getToolPanelTitle(item), formatToolPrimaryText(item)];
1579
+ const metadata = getToolDetailMetadata(item).map((entry) => `${entry.label}: ${entry.value}`);
1580
+ if (metadata.length > 0) parts.push(metadata.join('\n'));
1581
+ if (item.text) parts.push(item.text);
1582
+
1583
+ for (const section of item.sections) {
1584
+ parts.push(`${section.label}\n${formatToolSectionValue(section.value)}`);
1585
+ }
1586
+
1587
+ return parts.filter(Boolean).join('\n\n');
1588
+ }
1589
+
1590
+ async function copyTextToClipboard(text: string): Promise<boolean> {
1591
+ try {
1592
+ if (navigator.clipboard?.writeText) {
1593
+ await navigator.clipboard.writeText(text);
1594
+ return true;
1595
+ }
1596
+ } catch {
1597
+ // Fall back to the older textarea path below.
1598
+ }
1599
+
1600
+ if (typeof document === 'undefined') return false;
1601
+
1602
+ const textarea = document.createElement('textarea');
1603
+ textarea.value = text;
1604
+ textarea.setAttribute('readonly', '');
1605
+ textarea.style.position = 'fixed';
1606
+ textarea.style.insetInlineStart = '-9999px';
1607
+ textarea.style.top = '0';
1608
+ document.body.appendChild(textarea);
1609
+
1610
+ try {
1611
+ textarea.focus();
1612
+ textarea.select();
1613
+ return document.execCommand('copy');
1614
+ } catch {
1615
+ return false;
1616
+ } finally {
1617
+ textarea.remove();
1618
+ }
1619
+ }
34
1620
 
35
- /**
36
- * Scan grouped messages and attach preamble text to tool_groups.
37
- * When a single message (THOUGHT, UPDATE, ANSWER, etc.) immediately precedes
38
- * a tool_group, the text is attached as preamble and the single message is marked
39
- * as consumed so it doesn't render as a separate "Agent" box.
40
- */
41
- function attachPreambles(groups: RenderableGroup[]): RenderableGroupWithPreamble[] {
42
- const result: RenderableGroupWithPreamble[] = groups.map(g => ({ ...g }));
1621
+ function SummaryToolDetailPanel({ item }: { item: SummaryToolDetailItem }) {
1622
+ const commandText = item.kind === 'command' && item.command ? formatToolPrimaryText(item) : undefined;
1623
+ const fallbackText = !commandText && item.sections.length === 0 ? item.text : undefined;
1624
+ const hasDetailContent = Boolean(commandText || fallbackText || item.sections.length);
1625
+ const copyText = formatToolDetailCopyText(item);
1626
+ const [copyState, setCopyState] = useState<'idle' | 'copied' | 'failed'>('idle');
1627
+ const copyResetRef = useRef<number | undefined>(undefined);
1628
+
1629
+ useEffect(() => {
1630
+ return () => {
1631
+ if (copyResetRef.current !== undefined) window.clearTimeout(copyResetRef.current);
1632
+ };
1633
+ }, []);
43
1634
 
44
- for (let i = 1; i < result.length; i++) {
45
- const current = result[i];
46
- const prev = result[i - 1];
1635
+ const copyDetails = () => {
1636
+ void copyTextToClipboard(copyText).then((success) => {
1637
+ setCopyState(success ? 'copied' : 'failed');
1638
+ if (copyResetRef.current !== undefined) window.clearTimeout(copyResetRef.current);
1639
+ copyResetRef.current = window.setTimeout(() => setCopyState('idle'), 2000);
1640
+ });
1641
+ };
47
1642
 
48
- // Only attach preamble to tool_groups
49
- if (current.type !== 'tool_group') continue;
50
- // Previous must be a single message with text content
51
- if (prev.type !== 'single' || prev._consumed) continue;
1643
+ return (
1644
+ <div className="relative mt-2 rounded-lg border border-border/70 bg-mixer-muted/10 p-3 shadow-sm">
1645
+ {hasDetailContent ? (
1646
+ <div className="absolute end-2 top-2">
1647
+ <button
1648
+ type="button"
1649
+ className={cn(
1650
+ 'inline-flex size-7 shrink-0 items-center justify-center rounded-md text-muted opacity-70 transition',
1651
+ 'hover:bg-mixer-muted/20 hover:opacity-100 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring',
1652
+ copyState === 'copied' && 'text-success opacity-100',
1653
+ copyState === 'failed' && 'text-destructive opacity-100',
1654
+ )}
1655
+ onClick={copyDetails}
1656
+ aria-label="Copy tool details"
1657
+ title="Copy tool details"
1658
+ >
1659
+ {copyState === 'copied' ? <CheckCircle className="size-4" /> : <CopyIcon className="size-4" />}
1660
+ </button>
1661
+ </div>
1662
+ ) : null}
1663
+ <div className={cn(hasDetailContent && 'pe-7')}>
1664
+ <ToolDetailMetadata item={item} hasDetailContent={hasDetailContent} />
1665
+ {commandText ? (
1666
+ <pre className="mb-3 whitespace-pre-wrap break-words font-mono text-sm leading-6 text-foreground/85">
1667
+ {commandText}
1668
+ </pre>
1669
+ ) : null}
1670
+ {fallbackText ? (
1671
+ <div className="mb-3 break-words text-sm leading-6 text-foreground/75">{fallbackText}</div>
1672
+ ) : null}
1673
+ {item.sections.length > 0 ? (
1674
+ <div className="space-y-3">
1675
+ {item.sections.map((section) => (
1676
+ <ToolDetailSection key={section.key} section={section} />
1677
+ ))}
1678
+ </div>
1679
+ ) : null}
1680
+ </div>
1681
+ {copyState === 'failed' && hasDetailContent ? (
1682
+ <div className="mt-3 text-xs text-destructive">Copy failed</div>
1683
+ ) : null}
1684
+ </div>
1685
+ );
1686
+ }
52
1687
 
53
- const msg = prev.message;
54
- const text = typeof msg.message === 'string' ? msg.message.trim() : '';
55
- if (!text) continue;
1688
+ function SummaryToolTimelineItem({ item }: { item: SummaryToolDetailItem }) {
1689
+ const isAttention = item.status === 'error' || item.status === 'warning';
1690
+ const hasMetadata = getToolDetailMetadata(item).length > 0;
1691
+ const hasDetails = Boolean(item.command || item.text || item.sections.length || hasMetadata);
1692
+ const [isExpanded, setIsExpanded] = useState(false);
56
1693
 
57
- // Skip messages that are tool activity themselves (already part of tool groups)
58
- const isToolActivity = msg.details?.tool || msg.details?.tools;
59
- if (isToolActivity) continue;
1694
+ return (
1695
+ <div className="min-w-0">
1696
+ <button
1697
+ type="button"
1698
+ className={cn(
1699
+ 'grid w-full grid-cols-[1.5rem_1fr_auto] gap-2 text-start outline-none transition-colors',
1700
+ 'focus-visible:text-foreground focus-visible:underline focus-visible:underline-offset-4',
1701
+ hasDetails ? 'cursor-pointer hover:text-foreground' : 'cursor-default',
1702
+ )}
1703
+ onClick={() => hasDetails && setIsExpanded((current) => !current)}
1704
+ aria-expanded={hasDetails ? isExpanded : undefined}
1705
+ disabled={!hasDetails}
1706
+ >
1707
+ <span
1708
+ className={cn(
1709
+ 'flex size-5 items-center justify-center pt-0.5',
1710
+ isAttention ? 'text-attention' : 'text-muted',
1711
+ )}
1712
+ >
1713
+ <ToolDetailIcon kind={item.kind} status={item.status} />
1714
+ </span>
1715
+ <span className="min-w-0 break-words text-sm text-muted">{item.title}</span>
1716
+ {hasDetails ? (
1717
+ <ChevronDown
1718
+ className={cn(
1719
+ 'mt-0.5 size-4 shrink-0 text-muted opacity-50 transition-transform',
1720
+ !isExpanded && '-rotate-90',
1721
+ )}
1722
+ aria-hidden="true"
1723
+ />
1724
+ ) : null}
1725
+ </button>
1726
+ {hasDetails && isExpanded ? (
1727
+ <div className="mt-1">
1728
+ <SummaryToolDetailPanel item={item} />
1729
+ </div>
1730
+ ) : null}
1731
+ </div>
1732
+ );
1733
+ }
60
1734
 
61
- // Skip terminal/interactive message types that should always render independently
62
- if (NON_PREAMBLE_TYPES.has(msg.type)) continue;
1735
+ function SummaryThoughtProseItem({
1736
+ item,
1737
+ artifactRunId,
1738
+ disableCollapse,
1739
+ }: {
1740
+ item: SummaryToolDetailItem;
1741
+ artifactRunId?: string;
1742
+ disableCollapse?: boolean;
1743
+ }) {
1744
+ const { t } = useUITranslation();
1745
+ const text = item.text ?? item.title;
1746
+ const normalizedText = text.trim();
1747
+ const [isExpanded, setIsExpanded] = useState(false);
1748
+ const explicitLineCount = normalizedText ? normalizedText.split(/\r?\n/).length : 0;
1749
+ const isLong =
1750
+ normalizedText.length > SUMMARY_THOUGHT_COLLAPSE_THRESHOLD ||
1751
+ explicitLineCount > SUMMARY_THOUGHT_COLLAPSE_LINES;
1752
+ const toggleLabel = isExpanded ? t('agent.showLess') : t('agent.showMore');
63
1753
 
64
- // Attach as preamble
65
- current.preambleText = text;
66
- current.preambleMessage = msg;
67
- prev._consumed = true;
68
- }
1754
+ return (
1755
+ <div className="min-w-0 py-1">
1756
+ <div
1757
+ data-testid="summary-thought-prose"
1758
+ className={cn(
1759
+ SUMMARY_PROSE_CLASS,
1760
+ isLong &&
1761
+ !disableCollapse &&
1762
+ !isExpanded &&
1763
+ '[display:-webkit-box] overflow-hidden [-webkit-box-orient:vertical] [-webkit-line-clamp:6]',
1764
+ )}
1765
+ style={{ overflowWrap: 'anywhere' }}
1766
+ >
1767
+ <MarkdownRenderer artifactRunId={artifactRunId} components={DEFAULT_AGENT_MARKDOWN_COMPONENTS}>
1768
+ {text}
1769
+ </MarkdownRenderer>
1770
+ </div>
1771
+ {isLong && !disableCollapse ? (
1772
+ <div className="mt-1.5 flex justify-end">
1773
+ <button
1774
+ type="button"
1775
+ aria-expanded={isExpanded}
1776
+ className={cn(
1777
+ 'inline-flex items-center gap-1 text-sm font-medium text-muted transition-colors',
1778
+ '[text-decoration:none] hover:text-foreground hover:[text-decoration:none]',
1779
+ 'focus-visible:text-foreground focus-visible:[text-decoration:none]',
1780
+ 'focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring',
1781
+ )}
1782
+ onClick={() => setIsExpanded((current) => !current)}
1783
+ >
1784
+ {toggleLabel}
1785
+ <ChevronDown
1786
+ className={cn('size-4 transition-transform', isExpanded && 'rotate-180')}
1787
+ aria-hidden="true"
1788
+ />
1789
+ </button>
1790
+ </div>
1791
+ ) : null}
1792
+ </div>
1793
+ );
1794
+ }
69
1795
 
70
- // Filter out consumed groups
71
- return result.filter(g => !g._consumed);
1796
+ function SummaryToolTimeline({
1797
+ items,
1798
+ artifactRunId,
1799
+ disablePreambleCollapse,
1800
+ }: {
1801
+ items: SummaryToolDetailItem[];
1802
+ artifactRunId?: string;
1803
+ disablePreambleCollapse?: boolean;
1804
+ }) {
1805
+ return (
1806
+ <div className="mt-3">
1807
+ <div className="space-y-3">
1808
+ {items.map((item) =>
1809
+ item.isPreamble || item.kind === 'think' ? (
1810
+ <SummaryThoughtProseItem
1811
+ key={item.key}
1812
+ item={item}
1813
+ artifactRunId={artifactRunId}
1814
+ disableCollapse={disablePreambleCollapse}
1815
+ />
1816
+ ) : (
1817
+ <SummaryToolTimelineItem key={item.key} item={item} />
1818
+ ),
1819
+ )}
1820
+ </div>
1821
+ </div>
1822
+ );
72
1823
  }
73
1824
 
74
- // Replace %thinking_message% placeholder with actual thinking message
75
- const processThinkingPlaceholder = (text: string, thinkingMessageIndex: number): string => {
76
- if (text.includes('%thinking_message%')) {
77
- return text.replace(/%thinking_message%/g, ThinkingMessages[thinkingMessageIndex]);
78
- }
79
- return text;
80
- };
1825
+ function SummaryStreamingMessage({
1826
+ text,
1827
+ artifactRunId,
1828
+ workstreamId,
1829
+ }: {
1830
+ text: string;
1831
+ artifactRunId?: string;
1832
+ workstreamId?: string;
1833
+ }) {
1834
+ return (
1835
+ <div className="mx-auto w-full max-w-3xl px-1" data-workstream-id={workstreamId}>
1836
+ <div className={SUMMARY_PROSE_CLASS} style={{ overflowWrap: 'anywhere' }}>
1837
+ <MarkdownRenderer artifactRunId={artifactRunId} components={DEFAULT_AGENT_MARKDOWN_COMPONENTS}>
1838
+ {text}
1839
+ </MarkdownRenderer>
1840
+ </div>
1841
+ </div>
1842
+ );
1843
+ }
81
1844
 
82
- // Check if message is a batch progress message
83
- const isBatchProgressMessage = (message: AgentMessage): message is AgentMessage & { details: BatchProgressDetails } => {
84
- return message.type === AgentMessageType.BATCH_PROGRESS && !!message.details?.batch_id;
85
- };
1845
+ function SummaryStoppedMessage({
1846
+ message,
1847
+ startTimestamp,
1848
+ endTimestamp,
1849
+ className,
1850
+ }: {
1851
+ message: AgentMessage;
1852
+ startTimestamp?: number | string;
1853
+ endTimestamp?: number | string;
1854
+ className?: string;
1855
+ }) {
1856
+ const { t } = useUITranslation();
1857
+ const duration = formatDuration(
1858
+ getDurationSeconds(startTimestamp ?? message.timestamp, endTimestamp ?? message.timestamp),
1859
+ );
1860
+
1861
+ return (
1862
+ <div className={cn('mx-auto w-full max-w-3xl px-1', className)} data-testid="summary-stopped-message">
1863
+ <div className="flex items-center justify-end gap-2 text-lg font-medium text-muted sm:text-xl">
1864
+ <span>{t('agent.youStoppedAfter', { duration })}</span>
1865
+ <MessageDeliveryStatus message={message} className="h-5 w-5" />
1866
+ </div>
1867
+ <div className="mt-5 border-b border-border/70" />
1868
+ </div>
1869
+ );
1870
+ }
1871
+
1872
+ function SummaryActivityRow({
1873
+ label,
1874
+ status,
1875
+ timestamp,
1876
+ durationSeconds,
1877
+ showElapsed,
1878
+ details,
1879
+ emptyDetailsLabel,
1880
+ defaultExpanded = false,
1881
+ disablePreambleCollapse = false,
1882
+ className,
1883
+ artifactRunId,
1884
+ }: {
1885
+ label: string;
1886
+ status?: ToolExecutionStatus;
1887
+ timestamp?: number | string;
1888
+ durationSeconds?: number;
1889
+ showElapsed?: boolean;
1890
+ details?: AgentMessage[];
1891
+ emptyDetailsLabel?: string;
1892
+ defaultExpanded?: boolean;
1893
+ disablePreambleCollapse?: boolean;
1894
+ className?: string;
1895
+ artifactRunId?: string;
1896
+ }) {
1897
+ const [isExpanded, setIsExpanded] = useState(defaultExpanded);
1898
+ const isLiveElapsed = showElapsed && durationSeconds === undefined;
1899
+ const liveElapsed = useLiveElapsedSeconds(timestamp, isLiveElapsed);
1900
+ const elapsed = durationSeconds ?? liveElapsed;
1901
+ const shouldShowElapsed = showElapsed && timestamp !== undefined;
1902
+ const isAttention = status === 'error' || status === 'warning';
1903
+ const detailItems = useMemo(() => buildSummaryToolDetailItems(details ?? []), [details]);
1904
+ const canExpand = detailItems.length > 0 || Boolean(emptyDetailsLabel);
1905
+
1906
+ return (
1907
+ <div className={cn('mx-auto w-full max-w-3xl px-1', className)}>
1908
+ <div
1909
+ className={cn('border-b border-border/70 pb-3 text-sm', isAttention ? 'text-attention' : 'text-muted')}
1910
+ >
1911
+ <button
1912
+ type="button"
1913
+ className={cn(
1914
+ 'inline-flex max-w-full items-center gap-2 text-start outline-none',
1915
+ 'focus-visible:text-foreground focus-visible:underline focus-visible:underline-offset-4',
1916
+ canExpand ? 'cursor-pointer hover:text-foreground' : 'cursor-default',
1917
+ )}
1918
+ onClick={() => canExpand && setIsExpanded((current) => !current)}
1919
+ aria-expanded={canExpand ? isExpanded : undefined}
1920
+ disabled={!canExpand}
1921
+ >
1922
+ <span className="min-w-0 truncate font-medium">{label}</span>
1923
+ {shouldShowElapsed ? (
1924
+ <span className="shrink-0 text-muted/75">for {formatDuration(elapsed)}</span>
1925
+ ) : null}
1926
+ {canExpand ? (
1927
+ isExpanded ? (
1928
+ <ChevronDown className="size-4 shrink-0 opacity-50" />
1929
+ ) : (
1930
+ <ChevronRight className="size-4 shrink-0 opacity-50" />
1931
+ )
1932
+ ) : null}
1933
+ </button>
1934
+ {canExpand && isExpanded ? (
1935
+ detailItems.length > 0 ? (
1936
+ <SummaryToolTimeline
1937
+ items={detailItems}
1938
+ artifactRunId={artifactRunId}
1939
+ disablePreambleCollapse={disablePreambleCollapse}
1940
+ />
1941
+ ) : (
1942
+ <div className="mt-3 flex items-center gap-2 text-sm text-muted">
1943
+ <Terminal className="size-4 opacity-70" aria-hidden="true" />
1944
+ <span>{emptyDetailsLabel}</span>
1945
+ </div>
1946
+ )
1947
+ ) : null}
1948
+ </div>
1949
+ </div>
1950
+ );
1951
+ }
1952
+
1953
+ function TimelineEntry({ children, status }: { children: React.ReactNode; status?: ToolExecutionStatus | 'message' }) {
1954
+ const dotClass =
1955
+ status === 'error'
1956
+ ? 'bg-destructive'
1957
+ : status === 'warning'
1958
+ ? 'bg-attention'
1959
+ : status === 'completed'
1960
+ ? 'bg-success'
1961
+ : 'bg-muted';
1962
+
1963
+ return (
1964
+ <div className="relative ps-7">
1965
+ <div className="absolute start-2 top-0 bottom-0 w-px bg-border" />
1966
+ <div className={cn('absolute start-[5px] top-4 size-2.5 rounded-full ring-4 ring-background', dotClass)} />
1967
+ {children}
1968
+ </div>
1969
+ );
1970
+ }
86
1971
 
87
1972
  // Error boundary to catch and isolate errors in individual message components
88
1973
  // Note: Markdown parsing errors are handled internally by MarkdownRenderer,
89
1974
  // so this mainly catches other component errors (e.g., artifact loading, charts)
90
- class MessageErrorBoundary extends Component<
91
- { children: ReactNode },
92
- { hasError: boolean; error?: Error }
93
- > {
1975
+ class MessageErrorBoundary extends Component<{ children: ReactNode }, { hasError: boolean; error?: Error }> {
94
1976
  constructor(props: { children: ReactNode }) {
95
1977
  super(props);
96
1978
  this.state = { hasError: false };
@@ -112,11 +1994,11 @@ class MessageErrorBoundary extends Component<
112
1994
  render() {
113
1995
  if (this.state.hasError) {
114
1996
  return (
115
- <div className="border-l-4 border-l-destructive bg-destructive/10 px-4 py-2 my-2 rounded-r">
116
- <p className="text-sm text-destructive font-medium">{i18nInstance.getFixedT(null, NAMESPACE)('agent.failedToRenderMessage')}</p>
117
- <p className="text-xs text-muted mt-1 truncate">
118
- {this.state.error?.message || 'Unknown error'}
1997
+ <div className="border-s-4 border-s-destructive bg-destructive/10 px-4 py-2 my-2 rounded-e">
1998
+ <p className="text-sm text-destructive font-medium">
1999
+ {i18nInstance.getFixedT(null, NAMESPACE)('agent.failedToRenderMessage')}
119
2000
  </p>
2001
+ <p className="text-xs text-muted mt-1 truncate">{this.state.error?.message || 'Unknown error'}</p>
120
2002
  </div>
121
2003
  );
122
2004
  }
@@ -133,7 +2015,7 @@ interface AllMessagesMixedProps {
133
2015
  workstreamStatus?: Map<string, 'pending' | 'in_progress' | 'completed'>;
134
2016
  showPlanPanel?: boolean;
135
2017
  onTogglePlanPanel?: () => void;
136
- plans?: Array<{ plan: Plan, timestamp: number }>;
2018
+ plans?: Array<{ plan: Plan; timestamp: number }>;
137
2019
  activePlanIndex?: number;
138
2020
  onChangePlan?: (index: number) => void;
139
2021
  taskLabels?: Map<string, string>; // Maps task IDs to more descriptive labels
@@ -166,8 +2048,26 @@ interface AllMessagesMixedProps {
166
2048
  /** Optional message to display as the first user message in the conversation.
167
2049
  * Purely visual/UI — not sent to temporal. Renders as a QUESTION MessageItem before real messages. */
168
2050
  prependFriendlyMessage?: string;
2051
+ /** Optional structured request data to render as the first user entry in Summary/Details. */
2052
+ initialRequestData?: unknown;
2053
+ /** Optional schema used to turn structured request data into a readable first entry. */
2054
+ initialRequestSchema?: JSONSchema | null;
2055
+ /** Optional title for the structured request renderer. */
2056
+ initialRequestTitle?: string;
2057
+ /** Optional caller-provided renderer for agent-specific request shapes. */
2058
+ initialRequestTemplate?: AgentInitialRequestTemplate;
2059
+ /** Whether the synthetic initial request fallback should render when no persisted question is present. */
2060
+ showInitialRequest?: boolean;
169
2061
  /** Message types to exclude from the conversation view */
170
2062
  hiddenMessageTypes?: AgentMessageType[];
2063
+ /** Test/playback mode: keep the current scroll position while the rendered message slice changes. */
2064
+ disableAutoScroll?: boolean;
2065
+ /** Whether REQUEST_INPUT messages render their active controls in the transcript. */
2066
+ renderRequestInputControls?: boolean;
2067
+ /** Active workstream selected by the parent conversation shell. */
2068
+ activeWorkstream?: string;
2069
+ /** Called when the user selects a different workstream from the conversation. */
2070
+ onActiveWorkstreamChange?: (workstreamId: string) => void;
171
2071
  }
172
2072
 
173
2073
  // PERFORMANCE: Throttle interval for auto-scroll (ms)
@@ -180,7 +2080,6 @@ function AllMessagesMixedComponent({
180
2080
  isCompleted = false,
181
2081
  streamingMessages = new Map(),
182
2082
  onSendMessage,
183
- thinkingMessageIndex = 0,
184
2083
  messageItemClassNames,
185
2084
  messageStyleOverrides,
186
2085
  toolCallGroupClassNames,
@@ -194,7 +2093,16 @@ function AllMessagesMixedComponent({
194
2093
  StoreLinkComponent,
195
2094
  CollectionLinkComponent,
196
2095
  prependFriendlyMessage,
2096
+ initialRequestData,
2097
+ initialRequestSchema,
2098
+ initialRequestTitle,
2099
+ initialRequestTemplate,
2100
+ showInitialRequest,
197
2101
  hiddenMessageTypes,
2102
+ disableAutoScroll = false,
2103
+ renderRequestInputControls = true,
2104
+ activeWorkstream: controlledActiveWorkstream,
2105
+ onActiveWorkstreamChange,
198
2106
  }: AllMessagesMixedProps) {
199
2107
  if (!artifactRunId) {
200
2108
  console.warn('[AllMessagesMixed] artifactRunId prop is missing!');
@@ -202,7 +2110,17 @@ function AllMessagesMixedComponent({
202
2110
 
203
2111
  const { t } = useUITranslation();
204
2112
  const containerRef = useRef<HTMLDivElement | null>(null);
205
- const [activeWorkstream, setActiveWorkstream] = useState<string>("all");
2113
+ const [internalActiveWorkstream, setInternalActiveWorkstream] = useState<string>('all');
2114
+ const activeWorkstream = controlledActiveWorkstream ?? internalActiveWorkstream;
2115
+ const setActiveWorkstream = useCallback(
2116
+ (workstreamId: string) => {
2117
+ if (controlledActiveWorkstream === undefined) {
2118
+ setInternalActiveWorkstream(workstreamId);
2119
+ }
2120
+ onActiveWorkstreamChange?.(workstreamId);
2121
+ },
2122
+ [controlledActiveWorkstream, onActiveWorkstreamChange],
2123
+ );
206
2124
 
207
2125
  // PERFORMANCE: Throttle auto-scroll to prevent layout thrashing
208
2126
  // During streaming, scrollIntoView was being called 30+ times/sec
@@ -215,6 +2133,7 @@ function AllMessagesMixedComponent({
215
2133
  const programmaticScrollRef = useRef<boolean>(false);
216
2134
 
217
2135
  const isStreaming = streamingMessages.size > 0;
2136
+ const isSummaryView = viewMode === 'sliding';
218
2137
 
219
2138
  // Detect user scroll: if they scroll away from the bottom, stop auto-scrolling.
220
2139
  // Re-enable auto-scroll when they scroll back near the bottom.
@@ -251,7 +2170,7 @@ function AllMessagesMixedComponent({
251
2170
  const performScroll = useCallback(() => {
252
2171
  if (bottomRef.current) {
253
2172
  programmaticScrollRef.current = true;
254
- bottomRef.current.scrollIntoView({ behavior: isStreaming ? "instant" : "smooth" });
2173
+ bottomRef.current.scrollIntoView({ behavior: isStreaming ? 'instant' : 'smooth' });
255
2174
  lastScrollTimeRef.current = Date.now();
256
2175
  // Reset the programmatic flag after the browser processes the scroll
257
2176
  requestAnimationFrame(() => {
@@ -265,6 +2184,10 @@ function AllMessagesMixedComponent({
265
2184
  // Throttled to max 10 scrolls/sec to prevent layout thrashing
266
2185
  // Skipped when the user has manually scrolled up to read earlier content
267
2186
  useEffect(() => {
2187
+ void messages.length;
2188
+ void streamingMessages.size;
2189
+ void streamingContentBucket;
2190
+ if (disableAutoScroll) return;
268
2191
  // Respect user's scroll position — don't yank them back to the bottom
269
2192
  if (userScrolledUpRef.current) return;
270
2193
 
@@ -287,63 +2210,103 @@ function AllMessagesMixedComponent({
287
2210
  scrollScheduledRef.current = null;
288
2211
  }
289
2212
  };
290
- }, [messages.length, streamingMessages.size, streamingContentBucket, performScroll]);
2213
+ }, [messages.length, streamingMessages.size, streamingContentBucket, performScroll, disableAutoScroll]);
291
2214
 
292
2215
  // Sort all messages chronologically and dedupe adjacent identical messages
293
2216
  // Low-signal messages are suppressed at the source (server-side) via shouldSuppressLowSignalMessage
294
- const sortedMessages = React.useMemo(
295
- () => {
296
- const filtered = hiddenMessageTypes?.length
297
- ? messages.filter(m => !hiddenMessageTypes.includes(m.type))
298
- : messages;
299
-
300
- const sorted = [...filtered].sort((a, b) => {
301
- const timeA = typeof a.timestamp === "number" ? a.timestamp : new Date(a.timestamp).getTime();
302
- const timeB = typeof b.timestamp === "number" ? b.timestamp : new Date(b.timestamp).getTime();
303
- return timeA - timeB;
304
- });
2217
+ const sortedMessages = React.useMemo(() => {
2218
+ const filtered = hiddenMessageTypes?.length
2219
+ ? messages.filter((m) => !hiddenMessageTypes.includes(m.type))
2220
+ : messages;
2221
+
2222
+ const sorted = [...filtered].sort((a, b) => {
2223
+ const timeA = typeof a.timestamp === 'number' ? a.timestamp : new Date(a.timestamp).getTime();
2224
+ const timeB = typeof b.timestamp === 'number' ? b.timestamp : new Date(b.timestamp).getTime();
2225
+ return timeA - timeB;
2226
+ });
305
2227
 
306
- const deduped: AgentMessage[] = [];
307
- for (const msg of sorted) {
308
- const previous = deduped[deduped.length - 1];
309
- if (previous && shouldCollapseAdjacentRenderedMessage(previous, msg)) {
310
- continue;
311
- }
2228
+ const deduped: AgentMessage[] = [];
2229
+ for (const msg of sorted) {
2230
+ const previous = deduped[deduped.length - 1];
2231
+ if (previous && shouldCollapseAdjacentRenderedMessage(previous, msg)) {
2232
+ continue;
2233
+ }
312
2234
 
313
- if (previous && shouldDedupeAdjacentCompletedToolMessage(previous, msg)) {
314
- continue;
315
- }
316
- deduped.push(msg);
2235
+ if (previous && shouldDedupeAdjacentCompletedToolMessage(previous, msg)) {
2236
+ continue;
317
2237
  }
318
- return deduped;
319
- },
320
- [messages, hiddenMessageTypes],
321
- );
2238
+ deduped.push(msg);
2239
+ }
2240
+ return deduped;
2241
+ }, [messages, hiddenMessageTypes]);
322
2242
 
323
- // Get workstreams from messages - only from message.workstream_id
324
2243
  const workstreams = React.useMemo(() => {
325
- // Just get the basic workstreams from the messages
326
2244
  const extractedWorkstreams = extractWorkstreams(sortedMessages);
327
2245
 
328
- // We'll keep taskLabels - they might be used for display purposes elsewhere
329
- // but we won't use them to create new workstream tabs
2246
+ sortedMessages.forEach((message) => {
2247
+ const details = getWorkstreamLaunchDetails(message) ?? getWorkstreamActivityDetails(message);
2248
+ if (!details) return;
2249
+ extractedWorkstreams.set(
2250
+ details.workstreamId,
2251
+ getWorkstreamDisplayName(details.workstreamId, details.interaction),
2252
+ );
2253
+ });
330
2254
 
331
2255
  return extractedWorkstreams;
332
2256
  }, [sortedMessages]);
333
2257
 
2258
+ const activeWorkstreamName = React.useMemo(() => {
2259
+ if (activeWorkstream === 'all') return undefined;
2260
+ return workstreams.get(activeWorkstream) ?? formatWorkstreamName(activeWorkstream);
2261
+ }, [activeWorkstream, workstreams]);
2262
+
2263
+ const scrollToTop = useCallback(() => {
2264
+ const container = containerRef.current;
2265
+ if (!container) return;
2266
+
2267
+ programmaticScrollRef.current = true;
2268
+ if (typeof container.scrollTo === 'function') {
2269
+ container.scrollTo({ top: 0, behavior: 'smooth' });
2270
+ } else {
2271
+ container.scrollTop = 0;
2272
+ }
2273
+ requestAnimationFrame(() => {
2274
+ programmaticScrollRef.current = false;
2275
+ });
2276
+ }, []);
2277
+
2278
+ const handleSelectWorkstream = useCallback(
2279
+ (workstreamId: string) => {
2280
+ setActiveWorkstream(workstreamId);
2281
+ requestAnimationFrame(scrollToTop);
2282
+ },
2283
+ [scrollToTop, setActiveWorkstream],
2284
+ );
2285
+
2286
+ const handleShowMainAgentChat = useCallback(() => {
2287
+ setActiveWorkstream('all');
2288
+ requestAnimationFrame(scrollToTop);
2289
+ }, [scrollToTop, setActiveWorkstream]);
2290
+
2291
+ useEffect(() => {
2292
+ if (activeWorkstream !== 'all' && !workstreams.has(activeWorkstream)) {
2293
+ setActiveWorkstream('all');
2294
+ }
2295
+ }, [activeWorkstream, workstreams, setActiveWorkstream]);
2296
+
334
2297
  // Count messages per workstream
335
2298
  const workstreamCounts = React.useMemo(() => {
336
2299
  const counts = new Map<string, number>();
337
- counts.set("all", sortedMessages.length);
2300
+ counts.set('all', sortedMessages.length);
338
2301
 
339
2302
  // Count main messages
340
- const mainMessages = filterMessagesByWorkstream(sortedMessages, "main");
341
- counts.set("main", mainMessages.length);
2303
+ const mainMessages = filterMessagesByWorkstream(sortedMessages, 'main');
2304
+ counts.set('main', mainMessages.length);
342
2305
 
343
2306
  // Count other workstreams
344
2307
  sortedMessages.forEach((msg) => {
345
2308
  const workstreamId = getWorkstreamId(msg);
346
- if (workstreamId !== "main") {
2309
+ if (workstreamId !== 'main') {
347
2310
  counts.set(workstreamId, (counts.get(workstreamId) || 0) + 1);
348
2311
  }
349
2312
  });
@@ -353,17 +2316,54 @@ function AllMessagesMixedComponent({
353
2316
 
354
2317
  // Filter messages based on active workstream
355
2318
  const displayMessages = React.useMemo(() => {
356
- if (activeWorkstream === "all") {
357
- return sortedMessages;
358
- }
359
- return filterMessagesByWorkstream(sortedMessages, activeWorkstream);
2319
+ return filterMessagesForActiveWorkstream(sortedMessages, activeWorkstream);
360
2320
  }, [sortedMessages, activeWorkstream]);
361
2321
 
362
- // Pre-compute important messages and recent thinking for sliding view (avoid IIFE in render)
363
- const { importantMessages, recentThinking } = React.useMemo(
364
- () => getSlidingViewMessageBuckets(displayMessages, isCompleted, streamingMessages.size > 0),
365
- [displayMessages, isCompleted, streamingMessages.size],
2322
+ const answeredRequestInputKeys = React.useMemo(
2323
+ () => getAnsweredRequestInputKeys(displayMessages),
2324
+ [displayMessages],
366
2325
  );
2326
+ const externallyRenderedRequestInputKey = React.useMemo(() => {
2327
+ if (renderRequestInputControls) return undefined;
2328
+ const pendingRequestInput = getPendingRequestInputMessage(displayMessages);
2329
+ return pendingRequestInput ? getRequestInputMessageKey(pendingRequestInput) : undefined;
2330
+ }, [displayMessages, renderRequestInputControls]);
2331
+ const shouldHideRequestInputMessage = React.useCallback(
2332
+ (message: AgentMessage) =>
2333
+ message.type === AgentMessageType.REQUEST_INPUT &&
2334
+ externallyRenderedRequestInputKey === getRequestInputMessageKey(message),
2335
+ [externallyRenderedRequestInputKey],
2336
+ );
2337
+
2338
+ const fallbackWorkingStartedAtRef = useRef(Date.now());
2339
+ const hasInitialRequest =
2340
+ Boolean(prependFriendlyMessage?.trim()) ||
2341
+ hasInitialRequestValue(initialRequestData) ||
2342
+ initialRequestTemplate !== undefined;
2343
+ const canRenderInitialRequest = showInitialRequest ?? true;
2344
+ const hasRenderableInitialRequest = hasInitialRequest && canRenderInitialRequest;
2345
+ const hasPersistedUserQuestion = useMemo(
2346
+ () => displayMessages.some((message) => message.type === AgentMessageType.QUESTION),
2347
+ [displayMessages],
2348
+ );
2349
+ const shouldRenderInitialRequest =
2350
+ activeWorkstream === 'all' && hasRenderableInitialRequest && !hasPersistedUserQuestion;
2351
+
2352
+ const latestDisplayMessageTimestamp = useMemo(() => {
2353
+ return displayMessages.reduce((latest, msg) => Math.max(latest, getTimestampMs(msg.timestamp)), -Infinity);
2354
+ }, [displayMessages]);
2355
+
2356
+ const latestNonTransientDisplayMessageTimestamp = useMemo(() => {
2357
+ return displayMessages.reduce((latest, msg) => {
2358
+ if (isTransientThinkingMessage(msg)) return latest;
2359
+ return Math.max(latest, getTimestampMs(msg.timestamp));
2360
+ }, -Infinity);
2361
+ }, [displayMessages]);
2362
+
2363
+ const isDisplayCompleted = useMemo(() => {
2364
+ if (hasOpenUserTurn(displayMessages)) return false;
2365
+ return isCompleted || !isInProgress(displayMessages);
2366
+ }, [displayMessages, isCompleted]);
367
2367
 
368
2368
  // Split streaming messages:
369
2369
  // - complete (or stale incomplete) ones are interleaved chronologically
@@ -373,22 +2373,16 @@ function AllMessagesMixedComponent({
373
2373
  const { completeStreaming, incompleteStreaming } = React.useMemo(() => {
374
2374
  const complete = new Map<string, StreamingData>();
375
2375
  const incomplete: Array<{ id: string; data: StreamingData }> = [];
376
- const newestMessageTimestamp = displayMessages.length > 0
377
- ? Math.max(...displayMessages.map(msg =>
378
- typeof msg.timestamp === "number" ? msg.timestamp : new Date(msg.timestamp).getTime()
379
- ))
380
- : -Infinity;
381
-
382
2376
  streamingMessages.forEach((data, id) => {
383
2377
  // Filter by workstream if specified
384
- if (activeWorkstream && activeWorkstream !== "all") {
385
- const streamWorkstream = data.workstreamId || "main";
2378
+ if (activeWorkstream && activeWorkstream !== 'all') {
2379
+ const streamWorkstream = data.workstreamId || 'main';
386
2380
  if (activeWorkstream !== streamWorkstream) return;
387
2381
  }
388
2382
 
389
2383
  // If a newer persisted message exists, this stream is stale and should be
390
2384
  // treated as complete for ordering purposes.
391
- const isStale = data.startTimestamp <= newestMessageTimestamp;
2385
+ const isStale = data.startTimestamp <= latestNonTransientDisplayMessageTimestamp;
392
2386
  if (isStale) {
393
2387
  // Only interleave chronologically when a newer persisted message
394
2388
  // already exists — the streaming message is truly historical.
@@ -401,32 +2395,84 @@ function AllMessagesMixedComponent({
401
2395
  });
402
2396
 
403
2397
  return { completeStreaming: complete, incompleteStreaming: incomplete };
404
- }, [streamingMessages, activeWorkstream, displayMessages]);
2398
+ }, [streamingMessages, activeWorkstream, latestNonTransientDisplayMessageTimestamp]);
405
2399
 
406
- // Group messages with ONLY complete streaming interleaved for stacked view
407
- // Incomplete streaming is rendered separately at the end (avoids re-grouping on every chunk)
408
- // Then attach preamble text from preceding reasoning messages to tool_groups
409
- const groupedMessages = React.useMemo(
410
- () => attachPreambles(mergeConsecutiveToolGroups(groupMessagesWithStreaming(displayMessages, completeStreaming, activeWorkstream))),
411
- [displayMessages, completeStreaming, activeWorkstream]
2400
+ const summaryDisplayMessages = React.useMemo(
2401
+ () => buildSummaryDisplayMessages(displayMessages, completeStreaming),
2402
+ [displayMessages, completeStreaming],
412
2403
  );
413
2404
 
414
- // Group important messages with ONLY complete streaming interleaved for sliding view
415
- const groupedImportantMessages = React.useMemo(
416
- () => attachPreambles(mergeConsecutiveToolGroups(groupMessagesWithStreaming(importantMessages, completeStreaming, activeWorkstream))),
417
- [importantMessages, completeStreaming, activeWorkstream]
2405
+ const latestSummaryObservedTimestamp = useMemo(() => {
2406
+ const hasVisibleLiveStream = incompleteStreaming.some(({ data }) => data.text.trim().length > 0);
2407
+ if (hasVisibleLiveStream) return Number.POSITIVE_INFINITY;
2408
+
2409
+ const latestStreamingTimestamp = incompleteStreaming.reduce(
2410
+ (latest, { data }) => Math.max(latest, data.startTimestamp),
2411
+ -Infinity,
2412
+ );
2413
+ return Math.max(latestDisplayMessageTimestamp, latestStreamingTimestamp);
2414
+ }, [incompleteStreaming, latestDisplayMessageTimestamp]);
2415
+
2416
+ const summaryConversationItems = React.useMemo(
2417
+ () => buildSummaryConversationItems(summaryDisplayMessages, isDisplayCompleted, latestSummaryObservedTimestamp),
2418
+ [summaryDisplayMessages, isDisplayCompleted, latestSummaryObservedTimestamp],
2419
+ );
2420
+
2421
+ // Group messages with ONLY complete streaming interleaved for stacked view.
2422
+ // Incomplete streaming is rendered separately at the end (avoids re-grouping on every chunk).
2423
+ // Assistant prose stays as its own timeline item so thoughts remain visible between tool calls.
2424
+ const groupedMessages = React.useMemo(
2425
+ () =>
2426
+ mergeConsecutiveToolGroups(
2427
+ groupMessagesWithStreaming(displayMessages, completeStreaming, activeWorkstream),
2428
+ ),
2429
+ [displayMessages, completeStreaming, activeWorkstream],
418
2430
  );
419
2431
 
420
- // Show working indicator when agent is actively processing
2432
+ // Show an activity indicator when the latest visible conversation state is not terminal.
2433
+ // Older idle/complete messages from previous turns must not suppress the new turn.
421
2434
  const isAgentWorking = useMemo(() => {
422
- if (isCompleted) return false;
423
- // Agent is working if there are streaming messages, recent thinking, or no final answer yet
424
- return streamingMessages.size > 0 || recentThinking.length > 0 || !displayMessages.some(msg =>
425
- msg.type === AgentMessageType.COMPLETE ||
426
- msg.type === AgentMessageType.IDLE ||
427
- msg.type === AgentMessageType.TERMINATED
428
- );
429
- }, [isCompleted, streamingMessages.size, recentThinking.length, displayMessages]);
2435
+ return !isDisplayCompleted;
2436
+ }, [isDisplayCompleted]);
2437
+
2438
+ const showActivityFallback = shouldShowSummaryActivityFallback(
2439
+ summaryConversationItems,
2440
+ isAgentWorking,
2441
+ incompleteStreaming.length > 0,
2442
+ );
2443
+ const summaryActivityFallbackLabel = isInitialSummaryActivityFallback(summaryConversationItems)
2444
+ ? t('agent.preparing')
2445
+ : t('agent.working');
2446
+ const showInitialRequestWaitingCard =
2447
+ displayMessages.length === 0 &&
2448
+ hasRenderableInitialRequest &&
2449
+ isAgentWorking &&
2450
+ incompleteStreaming.length === 0;
2451
+ const activityAnchorCandidate = useMemo(
2452
+ () =>
2453
+ getSummaryActivityAnchorTimestamp(
2454
+ summaryConversationItems,
2455
+ summaryDisplayMessages,
2456
+ fallbackWorkingStartedAtRef.current,
2457
+ ),
2458
+ [summaryConversationItems, summaryDisplayMessages],
2459
+ );
2460
+ const activityStartedTimestampRef = useRef<number | string>(activityAnchorCandidate);
2461
+ const wasActivityFallbackVisibleRef = useRef(false);
2462
+ const activityStartedTimestamp = useMemo(() => {
2463
+ if (!showActivityFallback) return activityAnchorCandidate;
2464
+ const candidateMs = getTimestampMs(activityAnchorCandidate);
2465
+ const currentMs = getTimestampMs(activityStartedTimestampRef.current);
2466
+ if (!wasActivityFallbackVisibleRef.current || candidateMs < currentMs) {
2467
+ return activityAnchorCandidate;
2468
+ }
2469
+ return activityStartedTimestampRef.current;
2470
+ }, [activityAnchorCandidate, showActivityFallback]);
2471
+
2472
+ useEffect(() => {
2473
+ activityStartedTimestampRef.current = activityStartedTimestamp;
2474
+ wasActivityFallbackVisibleRef.current = showActivityFallback;
2475
+ }, [activityStartedTimestamp, showActivityFallback]);
430
2476
 
431
2477
  // Determine completion status for each workstream
432
2478
  const workstreamCompletionStatus = useMemo(() => {
@@ -435,7 +2481,7 @@ function AllMessagesMixedComponent({
435
2481
  // Group messages by workstream
436
2482
  const workstreamMessages = new Map<string, AgentMessage[]>();
437
2483
 
438
- sortedMessages.forEach(message => {
2484
+ sortedMessages.forEach((message) => {
439
2485
  const workstreamId = getWorkstreamId(message);
440
2486
  if (!workstreamMessages.has(workstreamId)) {
441
2487
  workstreamMessages.set(workstreamId, []);
@@ -446,14 +2492,23 @@ function AllMessagesMixedComponent({
446
2492
  // Check if each workstream is completed
447
2493
  for (const [workstreamId, msgs] of workstreamMessages.entries()) {
448
2494
  if (msgs.length > 0) {
449
- const isCompleted = msgs.some(m => {
450
- if ([AgentMessageType.COMPLETE, AgentMessageType.IDLE, AgentMessageType.REQUEST_INPUT, AgentMessageType.TERMINATED].includes(m.type)) {
2495
+ const isCompleted = msgs.some((m) => {
2496
+ if (
2497
+ [
2498
+ AgentMessageType.COMPLETE,
2499
+ AgentMessageType.IDLE,
2500
+ AgentMessageType.REQUEST_INPUT,
2501
+ AgentMessageType.TERMINATED,
2502
+ ].includes(m.type)
2503
+ ) {
451
2504
  return true;
452
2505
  }
453
2506
  // Workstream completion is sent as UPDATE with workstream_event: 'completed' or status: 'completed'/'canceled'
454
2507
  if (m.type === AgentMessageType.UPDATE && m.details) {
455
2508
  const d = m.details as Record<string, unknown>;
456
- return d.workstream_event === 'completed' || d.status === 'completed' || d.status === 'canceled';
2509
+ return (
2510
+ d.workstream_event === 'completed' || d.status === 'completed' || d.status === 'canceled'
2511
+ );
457
2512
  }
458
2513
  return false;
459
2514
  });
@@ -467,9 +2522,13 @@ function AllMessagesMixedComponent({
467
2522
  return (
468
2523
  <div
469
2524
  ref={containerRef}
2525
+ // biome-ignore lint/a11y/noNoninteractiveTabindex: scrollable message log needs to accept keyboard focus for arrow-key navigation
470
2526
  tabIndex={0}
471
2527
  className="flex-1 min-h-0 h-full w-full max-w-full overflow-y-auto overflow-x-hidden px-1.5 sm:px-2.5 lg:px-3 flex flex-col relative focus:outline-none"
472
2528
  data-testid="all-messages-mixed"
2529
+ data-message-count={messages.length}
2530
+ data-streaming-count={streamingMessages.size}
2531
+ data-view-mode={viewMode}
473
2532
  >
474
2533
  {/* Global styles for vprose markdown content */}
475
2534
  <style>{`
@@ -482,41 +2541,44 @@ function AllMessagesMixedComponent({
482
2541
  .vprose > h3 + * {
483
2542
  margin-top: 0.375rem;
484
2543
  }
485
- /* Tables need more separation and better styling */
2544
+ /* Tables should read like part of the conversation, not a separate app grid. */
486
2545
  .vprose table {
487
2546
  margin-top: 0.875rem;
488
2547
  margin-bottom: 0.875rem;
489
2548
  border-collapse: collapse;
490
2549
  width: 100%;
2550
+ background: transparent;
491
2551
  }
492
2552
  .vprose th,
493
2553
  .vprose td {
494
2554
  padding: 0.5rem 0.625rem;
495
- border: 1px solid var(--gray-6, #e5e7eb);
2555
+ border: 0;
2556
+ border-bottom: 1px solid color-mix(in oklch, var(--border) 70%, transparent);
2557
+ background: transparent;
496
2558
  text-align: left;
497
2559
  }
498
2560
  .vprose thead th {
499
- background-color: var(--gray-3, #f3f4f6);
2561
+ background: transparent;
500
2562
  font-weight: 600;
501
- color: var(--gray-11, #6b7280);
2563
+ color: var(--muted);
502
2564
  font-size: 0.75rem;
503
- text-transform: uppercase;
504
- letter-spacing: 0.05em;
2565
+ text-transform: none;
2566
+ letter-spacing: 0;
505
2567
  }
506
2568
  .vprose tbody tr:hover {
507
- background-color: var(--gray-2, #f9fafb);
2569
+ background: transparent;
508
2570
  }
509
2571
  /* Dark mode table styles */
510
2572
  .dark .vprose th,
511
2573
  .dark .vprose td {
512
- border-color: var(--gray-7, #374151);
2574
+ border-color: color-mix(in oklch, var(--border) 70%, transparent);
513
2575
  }
514
2576
  .dark .vprose thead th {
515
- background-color: var(--gray-4, #1f2937);
516
- color: var(--gray-11, #9ca3af);
2577
+ background: transparent;
2578
+ color: var(--muted);
517
2579
  }
518
2580
  .dark .vprose tbody tr:hover {
519
- background-color: var(--gray-3, #111827);
2581
+ background: transparent;
520
2582
  }
521
2583
  /* Horizontal rules as section dividers */
522
2584
  .vprose hr {
@@ -549,42 +2611,268 @@ function AllMessagesMixedComponent({
549
2611
  .dark .vprose pre {
550
2612
  color: var(--color-foreground, #f9fafb);
551
2613
  }
2614
+
2615
+ /* Summary chat markdown: keep structure, but match the app's quieter conversation surface. */
2616
+ .agent-markdown {
2617
+ color: color-mix(in oklch, var(--foreground) 78%, transparent);
2618
+ font-size: 0.875rem;
2619
+ line-height: 1.625;
2620
+ overflow-x: auto;
2621
+ }
2622
+ .agent-markdown > * + * {
2623
+ margin-top: 0.65rem;
2624
+ }
2625
+ .agent-markdown p {
2626
+ margin-top: 0.5rem;
2627
+ margin-bottom: 0.5rem;
2628
+ }
2629
+ .agent-markdown h1,
2630
+ .agent-markdown h2,
2631
+ .agent-markdown h3,
2632
+ .agent-markdown h4 {
2633
+ margin-top: 1.2rem;
2634
+ margin-bottom: 0.45rem;
2635
+ color: var(--foreground);
2636
+ font-weight: 650;
2637
+ letter-spacing: 0;
2638
+ line-height: 1.3;
2639
+ }
2640
+ .agent-markdown h1 {
2641
+ font-size: 1.2rem;
2642
+ }
2643
+ .agent-markdown h2 {
2644
+ font-size: 1.05rem;
2645
+ }
2646
+ .agent-markdown h3,
2647
+ .agent-markdown h4 {
2648
+ font-size: 0.95rem;
2649
+ }
2650
+ .agent-markdown h1:first-child,
2651
+ .agent-markdown h2:first-child,
2652
+ .agent-markdown h3:first-child,
2653
+ .agent-markdown h4:first-child {
2654
+ margin-top: 0;
2655
+ }
2656
+ .agent-markdown hr {
2657
+ margin: 1.15rem 0;
2658
+ border: 0;
2659
+ border-top: 1px solid var(--border);
2660
+ opacity: 0.65;
2661
+ }
2662
+ .agent-markdown ul,
2663
+ .agent-markdown ol {
2664
+ margin-top: 0.55rem;
2665
+ margin-bottom: 0.55rem;
2666
+ padding-left: 1.25rem;
2667
+ }
2668
+ .agent-markdown li {
2669
+ margin-top: 0.2rem;
2670
+ margin-bottom: 0.2rem;
2671
+ padding-left: 0.1rem;
2672
+ color: inherit;
2673
+ }
2674
+ .agent-markdown li::marker {
2675
+ color: var(--muted);
2676
+ }
2677
+ .agent-markdown strong {
2678
+ color: var(--foreground);
2679
+ font-weight: 600;
2680
+ }
2681
+ .agent-markdown em {
2682
+ color: color-mix(in oklch, var(--foreground) 72%, transparent);
2683
+ }
2684
+ .agent-markdown a {
2685
+ color: var(--foreground);
2686
+ text-decoration-color: var(--muted);
2687
+ text-underline-offset: 3px;
2688
+ }
2689
+ .agent-markdown blockquote {
2690
+ margin-top: 0.85rem;
2691
+ margin-bottom: 0.85rem;
2692
+ padding-left: 0.875rem;
2693
+ border-left: 2px solid var(--border);
2694
+ color: var(--muted);
2695
+ font-style: normal;
2696
+ }
2697
+ .agent-markdown :not(pre) > code {
2698
+ border: 1px solid var(--border);
2699
+ border-radius: 0.375rem;
2700
+ background: var(--muted-background);
2701
+ color: var(--foreground);
2702
+ padding: 0.1rem 0.35rem;
2703
+ font-size: 0.8125em;
2704
+ font-weight: 500;
2705
+ }
2706
+ .agent-markdown pre {
2707
+ margin-top: 0.85rem;
2708
+ margin-bottom: 0.85rem;
2709
+ max-height: 32rem;
2710
+ overflow: auto;
2711
+ border: 1px solid var(--border);
2712
+ border-radius: 0.75rem;
2713
+ background: var(--muted-background);
2714
+ color: var(--foreground);
2715
+ padding: 0.875rem;
2716
+ font-size: 0.8125rem;
2717
+ line-height: 1.55;
2718
+ }
2719
+ .agent-markdown pre code {
2720
+ border: 0;
2721
+ background: transparent;
2722
+ color: inherit;
2723
+ padding: 0;
2724
+ font-size: inherit;
2725
+ }
2726
+ .agent-markdown table {
2727
+ display: table;
2728
+ width: 100%;
2729
+ max-width: 100%;
2730
+ margin: 0.9rem 0 1rem;
2731
+ border: 0;
2732
+ border-collapse: collapse;
2733
+ border-spacing: 0;
2734
+ font-size: 0.8125rem;
2735
+ table-layout: fixed;
2736
+ background: transparent;
2737
+ }
2738
+ .agent-markdown thead {
2739
+ background: transparent;
2740
+ }
2741
+ .agent-markdown th,
2742
+ .agent-markdown td {
2743
+ border: 0;
2744
+ border-bottom: 1px solid color-mix(in oklch, var(--border) 70%, transparent);
2745
+ background: transparent;
2746
+ padding: 0.55rem 0.75rem;
2747
+ text-align: left;
2748
+ vertical-align: top;
2749
+ overflow-wrap: anywhere;
2750
+ word-break: normal;
2751
+ white-space: normal;
2752
+ }
2753
+ .agent-markdown th {
2754
+ color: var(--muted);
2755
+ font-size: 0.75rem;
2756
+ font-weight: 600;
2757
+ letter-spacing: 0;
2758
+ text-transform: none;
2759
+ white-space: nowrap;
2760
+ }
2761
+ .agent-markdown td {
2762
+ color: inherit;
2763
+ }
2764
+ .agent-markdown th + th,
2765
+ .agent-markdown td + td {
2766
+ padding-inline-start: 1.75rem;
2767
+ }
2768
+ .agent-markdown th:first-child,
2769
+ .agent-markdown td:first-child {
2770
+ min-width: 0;
2771
+ width: auto;
2772
+ white-space: normal;
2773
+ }
2774
+ .agent-markdown col {
2775
+ width: var(--agent-markdown-table-column-width);
2776
+ }
2777
+ .agent-markdown .agent-markdown-table-compact-col {
2778
+ width: clamp(4.75rem, var(--agent-markdown-table-column-width), 7rem);
2779
+ }
2780
+ .agent-markdown tr:last-child td {
2781
+ border-bottom: 0;
2782
+ }
2783
+ .agent-markdown tbody tr:nth-child(even) {
2784
+ background: transparent;
2785
+ }
2786
+ .agent-markdown tbody tr:hover {
2787
+ background: transparent;
2788
+ }
552
2789
  `}</style>
553
2790
 
554
- {/* Workstream tabs with completion indicators */}
555
- <div className={cn("sticky top-0 z-10", hideWorkstreamTabs && "hidden")}>
556
- <WorkstreamTabs
557
- workstreams={workstreams}
558
- activeWorkstream={activeWorkstream}
559
- onSelectWorkstream={setActiveWorkstream}
560
- count={workstreamCounts}
561
- completionStatus={workstreamCompletionStatus}
562
- />
563
- </div>
2791
+ {/* Workstream tabs are a debug affordance; Summary keeps the conversation surface quiet. */}
2792
+ {viewMode === 'stacked' && (
2793
+ <div className={cn('sticky top-0 z-10', hideWorkstreamTabs && 'hidden')}>
2794
+ <WorkstreamTabs
2795
+ workstreams={workstreams}
2796
+ activeWorkstream={activeWorkstream}
2797
+ onSelectWorkstream={handleSelectWorkstream}
2798
+ count={workstreamCounts}
2799
+ completionStatus={workstreamCompletionStatus}
2800
+ />
2801
+ </div>
2802
+ )}
564
2803
 
565
- {displayMessages.length === 0 ? (
566
- <div className="flex items-center justify-center h-full text-center py-8">
567
- <div className="flex items-center px-3 py-2 text-sm text-muted">
568
- {activeWorkstream === "all"
569
- ? t('agent.waitingForAgentResponse')
570
- : t('agent.noMessagesInWorkstream')}
2804
+ {displayMessages.length === 0 &&
2805
+ !hasRenderableInitialRequest &&
2806
+ !(isSummaryView && showActivityFallback) ? (
2807
+ activeWorkstream === 'all' && isAgentWorking && incompleteStreaming.length === 0 ? (
2808
+ <div className="flex-1 px-2 py-6 sm:px-4">
2809
+ <InitialRequestWaitingCard
2810
+ label={t('agent.preparing')}
2811
+ timestamp={fallbackWorkingStartedAtRef.current}
2812
+ className={workingIndicatorClassName}
2813
+ />
571
2814
  </div>
572
- </div>
2815
+ ) : (
2816
+ <div className="flex items-center justify-center h-full text-center py-8">
2817
+ <div className="flex items-center px-3 py-2 text-sm text-muted">
2818
+ {activeWorkstream === 'all'
2819
+ ? t('agent.waitingForAgentResponse')
2820
+ : t('agent.noMessagesInWorkstream')}
2821
+ </div>
2822
+ </div>
2823
+ )
573
2824
  ) : (
574
- <div className={cn("flex-1 flex flex-col justify-start pb-4 space-y-2 w-full max-w-full", messageListClassName)}>
2825
+ <div
2826
+ className={cn(
2827
+ 'flex-1 flex flex-col justify-start w-full max-w-full',
2828
+ isSummaryView ? 'gap-6 px-2 py-6 sm:px-4' : 'gap-3 pb-4',
2829
+ messageListClassName,
2830
+ )}
2831
+ >
2832
+ {isSummaryView && activeWorkstream !== 'all' && activeWorkstreamName && (
2833
+ <div className="sticky top-0 z-20 -mx-2 bg-background/95 px-2 pb-2 pt-1 backdrop-blur sm:-mx-4 sm:px-4">
2834
+ <div className="mx-auto flex w-full max-w-3xl items-center gap-2 border-b border-border/70 pb-3">
2835
+ <VTooltip description={t('agent.backToMainAgent')} asChild>
2836
+ <Button
2837
+ type="button"
2838
+ variant="ghost"
2839
+ size="icon"
2840
+ className="size-8 shrink-0 text-muted hover:text-foreground"
2841
+ aria-label={t('agent.backToMainAgent')}
2842
+ onClick={handleShowMainAgentChat}
2843
+ >
2844
+ <ArrowLeft className="size-4" aria-hidden="true" />
2845
+ </Button>
2846
+ </VTooltip>
2847
+ <div className="min-w-0 flex-1 truncate text-sm font-medium text-foreground">
2848
+ {activeWorkstreamName}
2849
+ </div>
2850
+ </div>
2851
+ </div>
2852
+ )}
2853
+
575
2854
  {/* Friendly message — rendered outside the messages array to avoid memo issues/triggering autoscroll */}
576
- {prependFriendlyMessage && (
577
- <MessageItem
578
- key={prependFriendlyMessage}
579
- {...messageItemClassNames}
2855
+ {shouldRenderInitialRequest && (
2856
+ <InitialRequestMessage
2857
+ key="initial-request"
2858
+ data={initialRequestData}
2859
+ schema={initialRequestSchema}
2860
+ title={initialRequestTitle}
2861
+ template={initialRequestTemplate}
2862
+ prependFriendlyMessage={prependFriendlyMessage}
2863
+ timestamp={displayMessages[0]?.timestamp ?? Date.now()}
2864
+ isSummaryView={isSummaryView}
2865
+ messageItemClassNames={messageItemClassNames}
580
2866
  messageStyleOverrides={messageStyleOverrides}
581
- message={{
582
- type: AgentMessageType.QUESTION,
583
- message: prependFriendlyMessage,
584
- timestamp: displayMessages[0]?.timestamp ?? Date.now(),
585
- workflow_run_id: "",
586
- workstream_id: "main",
587
- }}
2867
+ StoreLinkComponent={StoreLinkComponent}
2868
+ CollectionLinkComponent={CollectionLinkComponent}
2869
+ />
2870
+ )}
2871
+ {showInitialRequestWaitingCard && (
2872
+ <InitialRequestWaitingCard
2873
+ label={summaryActivityFallbackLabel}
2874
+ timestamp={activityStartedTimestamp}
2875
+ className={workingIndicatorClassName}
588
2876
  />
589
2877
  )}
590
2878
  {/* Show either all messages or just sliding view depending on viewMode */}
@@ -598,52 +2886,90 @@ function AllMessagesMixedComponent({
598
2886
  // Render grouped tool calls
599
2887
  const lastMessage = group.messages[group.messages.length - 1];
600
2888
  const isTerminalToolStatus =
601
- group.toolStatus === "completed" ||
602
- group.toolStatus === "error" ||
603
- group.toolStatus === "warning";
604
- const isLatest = !isCompleted &&
2889
+ group.toolStatus === 'completed' ||
2890
+ group.toolStatus === 'error' ||
2891
+ group.toolStatus === 'warning';
2892
+ const isLatest =
2893
+ !isCompleted &&
605
2894
  isLastGroup &&
606
2895
  !DONE_STATES.includes(lastMessage.type) &&
607
2896
  !isTerminalToolStatus;
608
2897
 
609
2898
  if (hideToolCallsInViewMode?.includes(viewMode)) return null;
610
2899
  return (
611
- <MessageErrorBoundary key={`group-${group.toolRunId || group.firstTimestamp}-${groupIndex}`}>
612
- <ToolCallGroup
613
- messages={group.messages}
614
- showPulsatingCircle={isLatest}
615
- toolRunId={group.toolRunId}
616
- toolStatus={group.toolStatus}
617
- preambleText={group.preambleText}
618
- preambleMessage={group.preambleMessage}
619
- {...toolCallGroupClassNames}
620
- />
621
- </MessageErrorBoundary>
2900
+ <TimelineEntry key={getRenderableGroupKey(group)} status={group.toolStatus}>
2901
+ <MessageErrorBoundary>
2902
+ <ToolCallGroup
2903
+ {...toolCallGroupClassNames}
2904
+ messages={group.messages}
2905
+ showPulsatingCircle={isLatest}
2906
+ toolRunId={group.toolRunId}
2907
+ toolStatus={group.toolStatus}
2908
+ preambleText={group.preambleText}
2909
+ preambleMessage={group.preambleMessage}
2910
+ rootClassName={cn(
2911
+ 'rounded-lg border border-border bg-background/60 shadow-none',
2912
+ toolCallGroupClassNames?.rootClassName,
2913
+ )}
2914
+ headerClassName={cn(
2915
+ 'px-3 py-2',
2916
+ toolCallGroupClassNames?.headerClassName,
2917
+ )}
2918
+ itemHeaderClassName={cn(
2919
+ 'hover:bg-mixer-muted/20',
2920
+ toolCallGroupClassNames?.itemHeaderClassName,
2921
+ )}
2922
+ />
2923
+ </MessageErrorBoundary>
2924
+ </TimelineEntry>
622
2925
  );
623
2926
  } else if (group.type === 'streaming') {
624
2927
  // Render streaming message - no error boundary to avoid interrupting streaming
625
2928
  return (
626
- <StreamingMessage
627
- key={`streaming-${group.streamingId}-${groupIndex}`}
628
- text={group.text}
629
- workstreamId={group.workstreamId}
630
- isComplete={group.isComplete}
631
- timestamp={group.startTimestamp}
632
- artifactRunId={artifactRunId}
633
- {...streamingMessageClassNames}
634
- />
2929
+ <TimelineEntry key={getRenderableGroupKey(group)}>
2930
+ <StreamingMessage
2931
+ {...streamingMessageClassNames}
2932
+ text={group.text}
2933
+ workstreamId={group.workstreamId}
2934
+ isComplete={group.isComplete}
2935
+ timestamp={group.startTimestamp}
2936
+ artifactRunId={artifactRunId}
2937
+ cardClassName={cn(
2938
+ 'rounded-lg border border-border bg-background/60 shadow-none',
2939
+ streamingMessageClassNames?.cardClassName,
2940
+ )}
2941
+ />
2942
+ </TimelineEntry>
635
2943
  );
636
2944
  } else {
637
2945
  // Render single message
638
2946
  const message = group.message;
639
- const isLatestMessage = !isCompleted &&
640
- isLastGroup &&
641
- !DONE_STATES.includes(message.type);
2947
+ if (shouldHideRequestInputMessage(message)) return null;
2948
+ if (isUserStoppedMessage(message)) {
2949
+ return (
2950
+ <TimelineEntry key={getAgentMessageRenderKey(message, 'stopped')}>
2951
+ <SummaryStoppedMessage
2952
+ message={message}
2953
+ startTimestamp={
2954
+ getPreviousRenderableGroupTimestamp(
2955
+ groupedMessages,
2956
+ groupIndex,
2957
+ ) ?? message.timestamp
2958
+ }
2959
+ endTimestamp={message.timestamp}
2960
+ />
2961
+ </TimelineEntry>
2962
+ );
2963
+ }
2964
+ const isLatestMessage =
2965
+ !isCompleted && isLastGroup && !DONE_STATES.includes(message.type);
642
2966
 
643
2967
  // Special handling for batch progress messages
644
2968
  if (isBatchProgressMessage(message)) {
645
2969
  return (
646
- <MessageErrorBoundary key={`batch-${message.details.batch_id}-${message.timestamp}-${groupIndex}`}>
2970
+ <MessageErrorBoundary
2971
+ key={`batch-${message.details.batch_id}-${message.timestamp}`}
2972
+ >
647
2973
  <BatchProgressPanel
648
2974
  message={message}
649
2975
  batchData={message.details}
@@ -655,153 +2981,158 @@ function AllMessagesMixedComponent({
655
2981
  }
656
2982
 
657
2983
  return (
658
- <MessageErrorBoundary key={`${message.timestamp}-${groupIndex}`}>
659
- <MessageItem
660
- message={message}
661
- showPulsatingCircle={isLatestMessage}
662
- onSendMessage={onSendMessage}
663
- {...messageItemClassNames}
664
- messageStyleOverrides={messageStyleOverrides}
665
- StoreLinkComponent={StoreLinkComponent}
666
- CollectionLinkComponent={CollectionLinkComponent}
667
- />
668
- </MessageErrorBoundary>
2984
+ <TimelineEntry key={getAgentMessageRenderKey(message)} status="message">
2985
+ <MessageErrorBoundary>
2986
+ <MessageItem
2987
+ {...messageItemClassNames}
2988
+ message={message}
2989
+ showPulsatingCircle={isLatestMessage}
2990
+ onSendMessage={onSendMessage}
2991
+ requestInputAnswered={isRequestInputAnswered(
2992
+ message,
2993
+ answeredRequestInputKeys,
2994
+ )}
2995
+ cardClassName={cn(
2996
+ 'rounded-lg border border-border bg-background/60 shadow-none',
2997
+ messageItemClassNames?.cardClassName,
2998
+ )}
2999
+ headerClassName={cn(
3000
+ 'px-3 py-2',
3001
+ messageItemClassNames?.headerClassName,
3002
+ )}
3003
+ contentClassName={cn(
3004
+ 'bg-transparent',
3005
+ messageItemClassNames?.contentClassName,
3006
+ )}
3007
+ messageStyleOverrides={messageStyleOverrides}
3008
+ StoreLinkComponent={StoreLinkComponent}
3009
+ CollectionLinkComponent={CollectionLinkComponent}
3010
+ />
3011
+ </MessageErrorBoundary>
3012
+ </TimelineEntry>
669
3013
  );
670
3014
  }
671
3015
  })}
672
3016
  {/* Incomplete streaming - no error boundary to avoid interrupting streaming */}
673
3017
  {incompleteStreaming.map(({ id, data }) => (
674
- <StreamingMessage
675
- key={`streaming-incomplete-${id}`}
676
- text={data.text}
677
- workstreamId={data.workstreamId}
678
- isComplete={data.isComplete}
679
- timestamp={data.startTimestamp}
680
- artifactRunId={artifactRunId}
681
- {...streamingMessageClassNames}
682
- />
3018
+ <TimelineEntry key={`streaming-incomplete-${id}`}>
3019
+ <StreamingMessage
3020
+ {...streamingMessageClassNames}
3021
+ text={data.text}
3022
+ workstreamId={data.workstreamId}
3023
+ isComplete={data.isComplete}
3024
+ timestamp={data.startTimestamp}
3025
+ artifactRunId={artifactRunId}
3026
+ cardClassName={cn(
3027
+ 'rounded-lg border border-border bg-background/60 shadow-none',
3028
+ streamingMessageClassNames?.cardClassName,
3029
+ )}
3030
+ />
3031
+ </TimelineEntry>
683
3032
  ))}
684
3033
  {/* Working indicator - shows agent is actively processing */}
685
- {isAgentWorking && incompleteStreaming.length === 0 && (
686
- <div className={cn("flex items-center gap-2 pl-3 py-1.5 border-l-2 border-l-purple-500", workingIndicatorClassName)}>
687
- <PulsatingCircle size="sm" color="blue" />
688
- <span className="text-xs text-muted">{t('agent.working')}</span>
689
- </div>
3034
+ {isAgentWorking && incompleteStreaming.length === 0 && !showInitialRequestWaitingCard && (
3035
+ <TimelineEntry>
3036
+ <div
3037
+ className={cn(
3038
+ 'flex items-center gap-2 py-2 text-sm text-muted',
3039
+ workingIndicatorClassName,
3040
+ )}
3041
+ >
3042
+ <PulsatingCircle size="sm" color="blue" />
3043
+ <span>{t('agent.working')}</span>
3044
+ </div>
3045
+ </TimelineEntry>
690
3046
  )}
691
3047
  </>
692
3048
  ) : (
693
- // Most Important view - main messages + streaming interleaved
3049
+ // Summary view - conversation turns with per-turn work disclosure
694
3050
  <>
695
- {groupedImportantMessages.map((group, groupIndex) => {
696
- const isLastGroup = groupIndex === groupedImportantMessages.length - 1;
697
-
698
- if (group.type === 'tool_group') {
699
- // Render grouped tool calls
700
- const lastMessage = group.messages[group.messages.length - 1];
701
- const isTerminalToolStatus =
702
- group.toolStatus === "completed" ||
703
- group.toolStatus === "error" ||
704
- group.toolStatus === "warning";
705
- const isLatest = !isCompleted &&
706
- recentThinking.length === 0 &&
707
- isLastGroup &&
708
- !DONE_STATES.includes(lastMessage.type) &&
709
- !isTerminalToolStatus;
710
-
3051
+ {summaryConversationItems.map((item) => {
3052
+ if (item.type === 'work') {
711
3053
  if (hideToolCallsInViewMode?.includes(viewMode)) return null;
3054
+ const isThinkingOnlyWork = isTransientThinkingWork(item.messages);
3055
+
712
3056
  return (
713
- <MessageErrorBoundary key={`group-${group.toolRunId || group.firstTimestamp}-${groupIndex}`}>
714
- <ToolCallGroup
715
- messages={group.messages}
716
- showPulsatingCircle={isLatest}
717
- toolRunId={group.toolRunId}
718
- toolStatus={group.toolStatus}
719
- preambleText={group.preambleText}
720
- preambleMessage={group.preambleMessage}
721
- {...toolCallGroupClassNames}
722
- />
723
- </MessageErrorBoundary>
3057
+ <SummaryActivityRow
3058
+ key={`work-${item.id}-${item.isActive ? 'active' : 'done'}-${item.status}`}
3059
+ label={getSummaryActivityLabel(item.status, item.isActive)}
3060
+ status={item.status}
3061
+ timestamp={item.startTimestamp}
3062
+ durationSeconds={
3063
+ item.isActive
3064
+ ? undefined
3065
+ : getDurationSeconds(item.startTimestamp, item.endTimestamp)
3066
+ }
3067
+ showElapsed
3068
+ details={isThinkingOnlyWork ? undefined : item.messages}
3069
+ defaultExpanded={item.isActive && !isThinkingOnlyWork}
3070
+ disablePreambleCollapse={item.isActive}
3071
+ className={workingIndicatorClassName}
3072
+ />
724
3073
  );
725
- } else if (group.type === 'streaming') {
726
- // Render streaming message - no error boundary to avoid interrupting streaming
3074
+ }
3075
+
3076
+ if (item.type === 'stopped') {
727
3077
  return (
728
- <StreamingMessage
729
- key={`streaming-${group.streamingId}-${groupIndex}`}
730
- text={group.text}
731
- workstreamId={group.workstreamId}
732
- isComplete={group.isComplete}
733
- timestamp={group.startTimestamp}
734
- artifactRunId={artifactRunId}
735
- {...streamingMessageClassNames}
3078
+ <SummaryStoppedMessage
3079
+ key={getAgentMessageRenderKey(item.message, 'stopped-summary')}
3080
+ message={item.message}
3081
+ startTimestamp={item.startTimestamp}
3082
+ endTimestamp={item.endTimestamp}
736
3083
  />
737
3084
  );
738
- } else {
739
- // Render single message
740
- const message = group.message;
741
- const isLatestMessage = !isCompleted &&
742
- recentThinking.length === 0 &&
743
- isLastGroup &&
744
- !DONE_STATES.includes(message.type);
745
-
746
- // Special handling for batch progress messages
747
- if (isBatchProgressMessage(message)) {
748
- return (
749
- <MessageErrorBoundary key={`batch-${message.details.batch_id}-${message.timestamp}-${groupIndex}`}>
750
- <BatchProgressPanel
751
- message={message}
752
- batchData={message.details}
753
- isRunning={!message.details.completed_at}
754
- {...batchProgressPanelClassNames}
755
- />
756
- </MessageErrorBoundary>
757
- );
758
- }
3085
+ }
759
3086
 
3087
+ const message = item.message;
3088
+ if (shouldHideRequestInputMessage(message)) return null;
3089
+ if (isBatchProgressMessage(message)) {
760
3090
  return (
761
- <MessageErrorBoundary key={`${message.timestamp}-${groupIndex}`}>
762
- <MessageItem
3091
+ <MessageErrorBoundary key={getAgentMessageRenderKey(message, 'batch')}>
3092
+ <BatchProgressPanel
763
3093
  message={message}
764
- showPulsatingCircle={isLatestMessage}
765
- onSendMessage={onSendMessage}
766
- {...messageItemClassNames}
767
- messageStyleOverrides={messageStyleOverrides}
768
- StoreLinkComponent={StoreLinkComponent}
769
- CollectionLinkComponent={CollectionLinkComponent}
3094
+ batchData={message.details}
3095
+ isRunning={!message.details.completed_at}
3096
+ {...batchProgressPanelClassNames}
770
3097
  />
771
3098
  </MessageErrorBoundary>
772
3099
  );
773
3100
  }
3101
+
3102
+ return (
3103
+ <MessageErrorBoundary key={getAgentMessageRenderKey(message, 'summary')}>
3104
+ <SummaryMessage
3105
+ message={message}
3106
+ onSendMessage={onSendMessage}
3107
+ onSelectWorkstream={handleSelectWorkstream}
3108
+ requestInputAnswered={isRequestInputAnswered(
3109
+ message,
3110
+ answeredRequestInputKeys,
3111
+ )}
3112
+ StoreLinkComponent={StoreLinkComponent}
3113
+ CollectionLinkComponent={CollectionLinkComponent}
3114
+ />
3115
+ </MessageErrorBoundary>
3116
+ );
774
3117
  })}
775
- {/* Recent thinking messages - displayed with streaming reveal */}
776
- {recentThinking.map((thinking, idx) => (
777
- <StreamingMessage
778
- key={`thinking-${thinking.timestamp}-${idx}`}
779
- text={processThinkingPlaceholder(thinking.message || '', thinkingMessageIndex)}
780
- workstreamId={getWorkstreamId(thinking)}
781
- isComplete={idx < recentThinking.length - 1} // Only latest is still "streaming"
782
- timestamp={thinking.timestamp}
783
- artifactRunId={artifactRunId}
784
- {...streamingMessageClassNames}
785
- />
786
- ))}
787
3118
  {/* Incomplete streaming - no error boundary to avoid interrupting streaming */}
788
3119
  {incompleteStreaming.map(({ id, data }) => (
789
- <StreamingMessage
3120
+ <SummaryStreamingMessage
790
3121
  key={`streaming-incomplete-${id}`}
791
3122
  text={data.text}
792
3123
  workstreamId={data.workstreamId}
793
- isComplete={data.isComplete}
794
- timestamp={data.startTimestamp}
795
3124
  artifactRunId={artifactRunId}
796
- {...streamingMessageClassNames}
797
3125
  />
798
3126
  ))}
799
- {/* Working indicator - shows agent is actively processing */}
800
- {isAgentWorking && recentThinking.length === 0 && incompleteStreaming.length === 0 && (
801
- <div className={cn("flex items-center gap-2 pl-3 py-1.5 border-l-2 border-l-purple-500", workingIndicatorClassName)}>
802
- <PulsatingCircle size="sm" color="blue" />
803
- <span className="text-xs text-muted">{t('agent.working')}</span>
804
- </div>
3127
+ {/* Activity fallback - shown before any tool/thought message has arrived */}
3128
+ {showActivityFallback && !showInitialRequestWaitingCard && (
3129
+ <SummaryActivityRow
3130
+ label={summaryActivityFallbackLabel}
3131
+ status="running"
3132
+ timestamp={activityStartedTimestamp}
3133
+ showElapsed
3134
+ className={workingIndicatorClassName}
3135
+ />
805
3136
  )}
806
3137
  </>
807
3138
  )}
@@ -818,10 +3149,10 @@ const shouldDedupeAdjacentCompletedToolMessage = (previous: AgentMessage, curren
818
3149
 
819
3150
  const prevDetails = previous.details as { tool_status?: string } | undefined;
820
3151
  const currDetails = current.details as { tool_status?: string } | undefined;
821
- if (prevDetails?.tool_status !== "completed" || currDetails?.tool_status !== "completed") return false;
3152
+ if (prevDetails?.tool_status !== 'completed' || currDetails?.tool_status !== 'completed') return false;
822
3153
 
823
- const prevTs = typeof previous.timestamp === "number" ? previous.timestamp : new Date(previous.timestamp).getTime();
824
- const currTs = typeof current.timestamp === "number" ? current.timestamp : new Date(current.timestamp).getTime();
3154
+ const prevTs = typeof previous.timestamp === 'number' ? previous.timestamp : new Date(previous.timestamp).getTime();
3155
+ const currTs = typeof current.timestamp === 'number' ? current.timestamp : new Date(current.timestamp).getTime();
825
3156
  return currTs - prevTs < 2000;
826
3157
  };
827
3158