@vertesia/ui 1.0.0-dev.20260128.144200 → 1.0.0-dev.20260203.130115Z

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 (1560) hide show
  1. package/package.json +5 -5
  2. package/src/core/components/InputList.tsx +1 -1
  3. package/src/core/components/Overlay.tsx +1 -1
  4. package/src/core/components/SidePanel.tsx +25 -13
  5. package/src/core/components/index.ts +0 -8
  6. package/src/core/components/{Panel.tsx → shadcn/Panel.tsx} +1 -1
  7. package/src/core/components/{Badge.tsx → shadcn/badge.tsx} +3 -3
  8. package/src/core/components/shadcn/command.tsx +1 -1
  9. package/src/core/components/shadcn/index.ts +5 -3
  10. package/src/core/components/{ConfirmModal.tsx → shadcn/modal/ConfirmModal.tsx} +8 -8
  11. package/src/core/components/{DeleteModal.tsx → shadcn/modal/DeleteModal.tsx} +1 -1
  12. package/src/core/components/shadcn/{dialog.tsx → modal/dialog.tsx} +43 -32
  13. package/src/core/components/shadcn/modal/index.ts +3 -0
  14. package/src/core/components/shadcn/popover.tsx +4 -2
  15. package/src/core/components/shadcn/selectBox.tsx +14 -12
  16. package/src/core/components/shadcn/tabs.tsx +16 -7
  17. package/src/core/components/shadcn/tooltip.tsx +23 -17
  18. package/src/features/agent/chat/AskUserWidget.tsx +4 -3
  19. package/src/features/agent/chat/ModernAgentConversation.tsx +8 -8
  20. package/src/features/agent/chat/ModernAgentOutput/MessageInput.tsx +23 -32
  21. package/src/features/store/collections/CreateCollection.tsx +8 -8
  22. package/src/features/store/collections/EditCollectionView.tsx +1 -1
  23. package/src/features/store/objects/components/ContentOverview.tsx +8 -8
  24. package/src/features/store/objects/components/PropertiesEditorModal.tsx +0 -1
  25. package/src/features/store/objects/components/SelectDocumentModal.tsx +6 -6
  26. package/src/features/store/objects/selection/actions/AddToCollectionAction.tsx +13 -13
  27. package/src/features/store/objects/selection/actions/StartWorkflowComponent.tsx +8 -8
  28. package/src/features/store/objects/upload/DocumentUploadModal.tsx +25 -25
  29. package/src/features/store/types/ObjectSchemaEditor.tsx +28 -27
  30. package/src/features/store/types/SelectContentType.tsx +3 -3
  31. package/src/features/store/types/TableLayoutEditor.tsx +11 -17
  32. package/src/features/user/UserInfo.tsx +158 -10
  33. package/src/layout/AppLayout.tsx +16 -44
  34. package/src/layout/Sidebar.tsx +4 -3
  35. package/src/shell/apps/AppProjectSelector.tsx +2 -2
  36. package/src/shell/apps/StandaloneApp.tsx +3 -3
  37. package/src/shell/login/InviteAcceptModal.tsx +6 -6
  38. package/src/shell/login/SignInModal.tsx +1 -1
  39. package/src/shell/login/SignupForm.tsx +3 -3
  40. package/src/shell/login/UserInfo.tsx +5 -5
  41. package/src/widgets/json-view/JSONCode.tsx +1 -3
  42. package/src/widgets/json-view/JSONDisplay.tsx +1 -1
  43. package/src/widgets/monacoEditor/MonacoEditor.tsx +2 -17
  44. package/src/widgets/schema-editor/editor/PropertyEditor.tsx +5 -5
  45. package/lib/esm/core/components/Avatar.js +0 -31
  46. package/lib/esm/core/components/Avatar.js.map +0 -1
  47. package/lib/esm/core/components/Badge.js +0 -62
  48. package/lib/esm/core/components/Badge.js.map +0 -1
  49. package/lib/esm/core/components/Button.js +0 -32
  50. package/lib/esm/core/components/Button.js.map +0 -1
  51. package/lib/esm/core/components/Center.js +0 -6
  52. package/lib/esm/core/components/Center.js.map +0 -1
  53. package/lib/esm/core/components/ComboBox.js +0 -356
  54. package/lib/esm/core/components/ComboBox.js.map +0 -1
  55. package/lib/esm/core/components/ConfirmModal.js +0 -10
  56. package/lib/esm/core/components/ConfirmModal.js.map +0 -1
  57. package/lib/esm/core/components/DeleteModal.js +0 -28
  58. package/lib/esm/core/components/DeleteModal.js.map +0 -1
  59. package/lib/esm/core/components/Divider.js +0 -6
  60. package/lib/esm/core/components/Divider.js.map +0 -1
  61. package/lib/esm/core/components/Dropdown.js +0 -16
  62. package/lib/esm/core/components/Dropdown.js.map +0 -1
  63. package/lib/esm/core/components/DropdownList.js +0 -9
  64. package/lib/esm/core/components/DropdownList.js.map +0 -1
  65. package/lib/esm/core/components/EmptyCollection.js +0 -7
  66. package/lib/esm/core/components/EmptyCollection.js.map +0 -1
  67. package/lib/esm/core/components/FileUpload.js +0 -119
  68. package/lib/esm/core/components/FileUpload.js.map +0 -1
  69. package/lib/esm/core/components/FormItem.js +0 -9
  70. package/lib/esm/core/components/FormItem.js.map +0 -1
  71. package/lib/esm/core/components/InputList.js +0 -61
  72. package/lib/esm/core/components/InputList.js.map +0 -1
  73. package/lib/esm/core/components/Link.js +0 -13
  74. package/lib/esm/core/components/Link.js.map +0 -1
  75. package/lib/esm/core/components/MenuList.js +0 -20
  76. package/lib/esm/core/components/MenuList.js.map +0 -1
  77. package/lib/esm/core/components/MessageBox.js +0 -66
  78. package/lib/esm/core/components/MessageBox.js.map +0 -1
  79. package/lib/esm/core/components/Modal.js +0 -26
  80. package/lib/esm/core/components/Modal.js.map +0 -1
  81. package/lib/esm/core/components/NumberInput.js +0 -43
  82. package/lib/esm/core/components/NumberInput.js.map +0 -1
  83. package/lib/esm/core/components/Overlay.js +0 -57
  84. package/lib/esm/core/components/Overlay.js.map +0 -1
  85. package/lib/esm/core/components/Panel.js +0 -8
  86. package/lib/esm/core/components/Panel.js.map +0 -1
  87. package/lib/esm/core/components/Portal.js +0 -28
  88. package/lib/esm/core/components/Portal.js.map +0 -1
  89. package/lib/esm/core/components/RadioGroup.js +0 -34
  90. package/lib/esm/core/components/RadioGroup.js.map +0 -1
  91. package/lib/esm/core/components/SelectBox.js +0 -67
  92. package/lib/esm/core/components/SelectBox.js.map +0 -1
  93. package/lib/esm/core/components/SelectList.js +0 -52
  94. package/lib/esm/core/components/SelectList.js.map +0 -1
  95. package/lib/esm/core/components/SelectStack.js +0 -8
  96. package/lib/esm/core/components/SelectStack.js.map +0 -1
  97. package/lib/esm/core/components/SidePanel.js +0 -33
  98. package/lib/esm/core/components/SidePanel.js.map +0 -1
  99. package/lib/esm/core/components/Spinner.js +0 -18
  100. package/lib/esm/core/components/Spinner.js.map +0 -1
  101. package/lib/esm/core/components/Switch.js +0 -12
  102. package/lib/esm/core/components/Switch.js.map +0 -1
  103. package/lib/esm/core/components/TagsInput.js +0 -194
  104. package/lib/esm/core/components/TagsInput.js.map +0 -1
  105. package/lib/esm/core/components/index.js +0 -36
  106. package/lib/esm/core/components/index.js.map +0 -1
  107. package/lib/esm/core/components/libs/utils.js +0 -6
  108. package/lib/esm/core/components/libs/utils.js.map +0 -1
  109. package/lib/esm/core/components/libs/visuallyHidden.js +0 -16
  110. package/lib/esm/core/components/libs/visuallyHidden.js.map +0 -1
  111. package/lib/esm/core/components/popup/Popup.js +0 -60
  112. package/lib/esm/core/components/popup/Popup.js.map +0 -1
  113. package/lib/esm/core/components/popup/PopupController.js +0 -149
  114. package/lib/esm/core/components/popup/PopupController.js.map +0 -1
  115. package/lib/esm/core/components/popup/index.js +0 -4
  116. package/lib/esm/core/components/popup/index.js.map +0 -1
  117. package/lib/esm/core/components/popup/position.js +0 -221
  118. package/lib/esm/core/components/popup/position.js.map +0 -1
  119. package/lib/esm/core/components/popup/utils.js +0 -74
  120. package/lib/esm/core/components/popup/utils.js.map +0 -1
  121. package/lib/esm/core/components/shadcn/breadcrumb.js +0 -51
  122. package/lib/esm/core/components/shadcn/breadcrumb.js.map +0 -1
  123. package/lib/esm/core/components/shadcn/button.js +0 -76
  124. package/lib/esm/core/components/shadcn/button.js.map +0 -1
  125. package/lib/esm/core/components/shadcn/calendar.js +0 -13
  126. package/lib/esm/core/components/shadcn/calendar.js.map +0 -1
  127. package/lib/esm/core/components/shadcn/card.js +0 -17
  128. package/lib/esm/core/components/shadcn/card.js.map +0 -1
  129. package/lib/esm/core/components/shadcn/checkbox.js +0 -9
  130. package/lib/esm/core/components/shadcn/checkbox.js.map +0 -1
  131. package/lib/esm/core/components/shadcn/command.js +0 -29
  132. package/lib/esm/core/components/shadcn/command.js.map +0 -1
  133. package/lib/esm/core/components/shadcn/dialog.js +0 -74
  134. package/lib/esm/core/components/shadcn/dialog.js.map +0 -1
  135. package/lib/esm/core/components/shadcn/filters/DynamicLabel.js +0 -38
  136. package/lib/esm/core/components/shadcn/filters/DynamicLabel.js.map +0 -1
  137. package/lib/esm/core/components/shadcn/filters/animateChangeInHeight.js +0 -23
  138. package/lib/esm/core/components/shadcn/filters/animateChangeInHeight.js.map +0 -1
  139. package/lib/esm/core/components/shadcn/filters/comboBox/DateCombobox.js +0 -129
  140. package/lib/esm/core/components/shadcn/filters/comboBox/DateCombobox.js.map +0 -1
  141. package/lib/esm/core/components/shadcn/filters/comboBox/SelectCombobox.js +0 -46
  142. package/lib/esm/core/components/shadcn/filters/comboBox/SelectCombobox.js.map +0 -1
  143. package/lib/esm/core/components/shadcn/filters/comboBox/StringListCombobox.js +0 -23
  144. package/lib/esm/core/components/shadcn/filters/comboBox/StringListCombobox.js.map +0 -1
  145. package/lib/esm/core/components/shadcn/filters/comboBox/TextCombobox.js +0 -28
  146. package/lib/esm/core/components/shadcn/filters/comboBox/TextCombobox.js.map +0 -1
  147. package/lib/esm/core/components/shadcn/filters/comboBox/comboBox.js +0 -5
  148. package/lib/esm/core/components/shadcn/filters/comboBox/comboBox.js.map +0 -1
  149. package/lib/esm/core/components/shadcn/filters/filter/SelectFilter.js +0 -98
  150. package/lib/esm/core/components/shadcn/filters/filter/SelectFilter.js.map +0 -1
  151. package/lib/esm/core/components/shadcn/filters/filter/StringListFilter.js +0 -24
  152. package/lib/esm/core/components/shadcn/filters/filter/StringListFilter.js.map +0 -1
  153. package/lib/esm/core/components/shadcn/filters/filter/TextFilter.js +0 -21
  154. package/lib/esm/core/components/shadcn/filters/filter/TextFilter.js.map +0 -1
  155. package/lib/esm/core/components/shadcn/filters/filter/dateFilter.js +0 -161
  156. package/lib/esm/core/components/shadcn/filters/filter/dateFilter.js.map +0 -1
  157. package/lib/esm/core/components/shadcn/filters/filter-styles.js +0 -88
  158. package/lib/esm/core/components/shadcn/filters/filter-styles.js.map +0 -1
  159. package/lib/esm/core/components/shadcn/filters/filterBar.js +0 -242
  160. package/lib/esm/core/components/shadcn/filters/filterBar.js.map +0 -1
  161. package/lib/esm/core/components/shadcn/filters/filters.js +0 -57
  162. package/lib/esm/core/components/shadcn/filters/filters.js.map +0 -1
  163. package/lib/esm/core/components/shadcn/filters/index.js +0 -6
  164. package/lib/esm/core/components/shadcn/filters/index.js.map +0 -1
  165. package/lib/esm/core/components/shadcn/filters/types.js +0 -10
  166. package/lib/esm/core/components/shadcn/filters/types.js.map +0 -1
  167. package/lib/esm/core/components/shadcn/heading.js +0 -17
  168. package/lib/esm/core/components/shadcn/heading.js.map +0 -1
  169. package/lib/esm/core/components/shadcn/index.js +0 -23
  170. package/lib/esm/core/components/shadcn/index.js.map +0 -1
  171. package/lib/esm/core/components/shadcn/input.js +0 -41
  172. package/lib/esm/core/components/shadcn/input.js.map +0 -1
  173. package/lib/esm/core/components/shadcn/label.js +0 -10
  174. package/lib/esm/core/components/shadcn/label.js.map +0 -1
  175. package/lib/esm/core/components/shadcn/popover.js +0 -50
  176. package/lib/esm/core/components/shadcn/popover.js.map +0 -1
  177. package/lib/esm/core/components/shadcn/resizeable.js +0 -15
  178. package/lib/esm/core/components/shadcn/resizeable.js.map +0 -1
  179. package/lib/esm/core/components/shadcn/selectBox.js +0 -152
  180. package/lib/esm/core/components/shadcn/selectBox.js.map +0 -1
  181. package/lib/esm/core/components/shadcn/separator.js +0 -8
  182. package/lib/esm/core/components/shadcn/separator.js.map +0 -1
  183. package/lib/esm/core/components/shadcn/tabs.js +0 -132
  184. package/lib/esm/core/components/shadcn/tabs.js.map +0 -1
  185. package/lib/esm/core/components/shadcn/text.js +0 -30
  186. package/lib/esm/core/components/shadcn/text.js.map +0 -1
  187. package/lib/esm/core/components/shadcn/textarea.js +0 -7
  188. package/lib/esm/core/components/shadcn/textarea.js.map +0 -1
  189. package/lib/esm/core/components/shadcn/theme/ThemeProvider.js +0 -39
  190. package/lib/esm/core/components/shadcn/theme/ThemeProvider.js.map +0 -1
  191. package/lib/esm/core/components/shadcn/theme/ThemeSwitcher.js +0 -13
  192. package/lib/esm/core/components/shadcn/theme/ThemeSwitcher.js.map +0 -1
  193. package/lib/esm/core/components/shadcn/tooltip.js +0 -14
  194. package/lib/esm/core/components/shadcn/tooltip.js.map +0 -1
  195. package/lib/esm/core/components/styles.js +0 -10
  196. package/lib/esm/core/components/styles.js.map +0 -1
  197. package/lib/esm/core/components/table/index.js +0 -24
  198. package/lib/esm/core/components/table/index.js.map +0 -1
  199. package/lib/esm/core/components/tabs/Tabs.js +0 -78
  200. package/lib/esm/core/components/tabs/Tabs.js.map +0 -1
  201. package/lib/esm/core/components/tabs/TabsContext.js +0 -7
  202. package/lib/esm/core/components/tabs/TabsContext.js.map +0 -1
  203. package/lib/esm/core/components/tabs/index.js +0 -3
  204. package/lib/esm/core/components/tabs/index.js.map +0 -1
  205. package/lib/esm/core/components/toast/NotificationPanel.js +0 -43
  206. package/lib/esm/core/components/toast/NotificationPanel.js.map +0 -1
  207. package/lib/esm/core/components/toast/ToastContext.js +0 -7
  208. package/lib/esm/core/components/toast/ToastContext.js.map +0 -1
  209. package/lib/esm/core/components/toast/ToastProps.js +0 -2
  210. package/lib/esm/core/components/toast/ToastProps.js.map +0 -1
  211. package/lib/esm/core/components/toast/ToastProvider.js +0 -13
  212. package/lib/esm/core/components/toast/ToastProvider.js.map +0 -1
  213. package/lib/esm/core/components/toast/index.js +0 -3
  214. package/lib/esm/core/components/toast/index.js.map +0 -1
  215. package/lib/esm/core/hooks/CompositeState.js +0 -256
  216. package/lib/esm/core/hooks/CompositeState.js.map +0 -1
  217. package/lib/esm/core/hooks/PortalContainerProvider.js +0 -44
  218. package/lib/esm/core/hooks/PortalContainerProvider.js.map +0 -1
  219. package/lib/esm/core/hooks/SharedState.js +0 -64
  220. package/lib/esm/core/hooks/SharedState.js.map +0 -1
  221. package/lib/esm/core/hooks/index.js +0 -16
  222. package/lib/esm/core/hooks/index.js.map +0 -1
  223. package/lib/esm/core/hooks/useClickOutside.js +0 -29
  224. package/lib/esm/core/hooks/useClickOutside.js.map +0 -1
  225. package/lib/esm/core/hooks/useCopyToClipboard.js +0 -23
  226. package/lib/esm/core/hooks/useCopyToClipboard.js.map +0 -1
  227. package/lib/esm/core/hooks/useDarkMode.js +0 -11
  228. package/lib/esm/core/hooks/useDarkMode.js.map +0 -1
  229. package/lib/esm/core/hooks/useDebounce.js +0 -14
  230. package/lib/esm/core/hooks/useDebounce.js.map +0 -1
  231. package/lib/esm/core/hooks/useEventSource.js +0 -31
  232. package/lib/esm/core/hooks/useEventSource.js.map +0 -1
  233. package/lib/esm/core/hooks/useFetch.js +0 -40
  234. package/lib/esm/core/hooks/useFetch.js.map +0 -1
  235. package/lib/esm/core/hooks/useFlag.js +0 -13
  236. package/lib/esm/core/hooks/useFlag.js.map +0 -1
  237. package/lib/esm/core/hooks/useIntersectionObserver.js +0 -34
  238. package/lib/esm/core/hooks/useIntersectionObserver.js.map +0 -1
  239. package/lib/esm/core/hooks/useIsFistRendering.js +0 -14
  240. package/lib/esm/core/hooks/useIsFistRendering.js.map +0 -1
  241. package/lib/esm/core/hooks/useSafeLayoutEffect.js +0 -4
  242. package/lib/esm/core/hooks/useSafeLayoutEffect.js.map +0 -1
  243. package/lib/esm/core/hooks/useScrollableSearch.js +0 -92
  244. package/lib/esm/core/hooks/useScrollableSearch.js.map +0 -1
  245. package/lib/esm/core/hooks/useSharedValue.js +0 -21
  246. package/lib/esm/core/hooks/useSharedValue.js.map +0 -1
  247. package/lib/esm/core/index.js +0 -4
  248. package/lib/esm/core/index.js.map +0 -1
  249. package/lib/esm/core/utils/cn.js +0 -6
  250. package/lib/esm/core/utils/cn.js.map +0 -1
  251. package/lib/esm/core/utils/index.js +0 -2
  252. package/lib/esm/core/utils/index.js.map +0 -1
  253. package/lib/esm/env/index.js +0 -75
  254. package/lib/esm/env/index.js.map +0 -1
  255. package/lib/esm/features/activity-doc/ActivityDoc.js +0 -71
  256. package/lib/esm/features/activity-doc/ActivityDoc.js.map +0 -1
  257. package/lib/esm/features/activity-doc/index.js +0 -2
  258. package/lib/esm/features/activity-doc/index.js.map +0 -1
  259. package/lib/esm/features/agent/PayloadBuilder.js +0 -291
  260. package/lib/esm/features/agent/PayloadBuilder.js.map +0 -1
  261. package/lib/esm/features/agent/chat/AgentChart.js +0 -246
  262. package/lib/esm/features/agent/chat/AgentChart.js.map +0 -1
  263. package/lib/esm/features/agent/chat/AnimatedThinkingDots.js +0 -243
  264. package/lib/esm/features/agent/chat/AnimatedThinkingDots.js.map +0 -1
  265. package/lib/esm/features/agent/chat/AskUserWidget.js +0 -113
  266. package/lib/esm/features/agent/chat/AskUserWidget.js.map +0 -1
  267. package/lib/esm/features/agent/chat/ImageLightbox.js +0 -33
  268. package/lib/esm/features/agent/chat/ImageLightbox.js.map +0 -1
  269. package/lib/esm/features/agent/chat/JumpingDots.js +0 -6
  270. package/lib/esm/features/agent/chat/JumpingDots.js.map +0 -1
  271. package/lib/esm/features/agent/chat/ModernAgentConversation.js +0 -953
  272. package/lib/esm/features/agent/chat/ModernAgentConversation.js.map +0 -1
  273. package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js +0 -372
  274. package/lib/esm/features/agent/chat/ModernAgentOutput/AllMessagesMixed.js.map +0 -1
  275. package/lib/esm/features/agent/chat/ModernAgentOutput/BatchProgressPanel.js +0 -88
  276. package/lib/esm/features/agent/chat/ModernAgentOutput/BatchProgressPanel.js.map +0 -1
  277. package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js +0 -64
  278. package/lib/esm/features/agent/chat/ModernAgentOutput/Header.js.map +0 -1
  279. package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.js +0 -29
  280. package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.js.map +0 -1
  281. package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js +0 -95
  282. package/lib/esm/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.js.map +0 -1
  283. package/lib/esm/features/agent/chat/ModernAgentOutput/MessageInput.js +0 -197
  284. package/lib/esm/features/agent/chat/ModernAgentOutput/MessageInput.js.map +0 -1
  285. package/lib/esm/features/agent/chat/ModernAgentOutput/MessageItem.js +0 -252
  286. package/lib/esm/features/agent/chat/ModernAgentOutput/MessageItem.js.map +0 -1
  287. package/lib/esm/features/agent/chat/ModernAgentOutput/MessagesContainer.js +0 -20
  288. package/lib/esm/features/agent/chat/ModernAgentOutput/MessagesContainer.js.map +0 -1
  289. package/lib/esm/features/agent/chat/ModernAgentOutput/PlanPanel.js +0 -63
  290. package/lib/esm/features/agent/chat/ModernAgentOutput/PlanPanel.js.map +0 -1
  291. package/lib/esm/features/agent/chat/ModernAgentOutput/SlideInPanel.js +0 -23
  292. package/lib/esm/features/agent/chat/ModernAgentOutput/SlideInPanel.js.map +0 -1
  293. package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingMessages.js +0 -52
  294. package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingMessages.js.map +0 -1
  295. package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.js +0 -82
  296. package/lib/esm/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.js.map +0 -1
  297. package/lib/esm/features/agent/chat/ModernAgentOutput/StackedMessages.js +0 -13
  298. package/lib/esm/features/agent/chat/ModernAgentOutput/StackedMessages.js.map +0 -1
  299. package/lib/esm/features/agent/chat/ModernAgentOutput/StreamingMessage.js +0 -201
  300. package/lib/esm/features/agent/chat/ModernAgentOutput/StreamingMessage.js.map +0 -1
  301. package/lib/esm/features/agent/chat/ModernAgentOutput/ToolCallGroup.js +0 -374
  302. package/lib/esm/features/agent/chat/ModernAgentOutput/ToolCallGroup.js.map +0 -1
  303. package/lib/esm/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js +0 -105
  304. package/lib/esm/features/agent/chat/ModernAgentOutput/WorkstreamTabs.js.map +0 -1
  305. package/lib/esm/features/agent/chat/ModernAgentOutput/utils.js +0 -415
  306. package/lib/esm/features/agent/chat/ModernAgentOutput/utils.js.map +0 -1
  307. package/lib/esm/features/agent/chat/SkillWidgetProvider.js +0 -132
  308. package/lib/esm/features/agent/chat/SkillWidgetProvider.js.map +0 -1
  309. package/lib/esm/features/agent/chat/SlidingThinkingIndicator.js +0 -266
  310. package/lib/esm/features/agent/chat/SlidingThinkingIndicator.js.map +0 -1
  311. package/lib/esm/features/agent/chat/VegaLiteChart.js +0 -781
  312. package/lib/esm/features/agent/chat/VegaLiteChart.js.map +0 -1
  313. package/lib/esm/features/agent/chat/WaitingMessages.js +0 -60
  314. package/lib/esm/features/agent/chat/WaitingMessages.js.map +0 -1
  315. package/lib/esm/features/agent/chat/index.js +0 -17
  316. package/lib/esm/features/agent/chat/index.js.map +0 -1
  317. package/lib/esm/features/agent/chat/useArtifactUrlCache.js +0 -62
  318. package/lib/esm/features/agent/chat/useArtifactUrlCache.js.map +0 -1
  319. package/lib/esm/features/agent/createChartTool.js +0 -632
  320. package/lib/esm/features/agent/createChartTool.js.map +0 -1
  321. package/lib/esm/features/agent/examples.js +0 -295
  322. package/lib/esm/features/agent/examples.js.map +0 -1
  323. package/lib/esm/features/agent/index.js +0 -5
  324. package/lib/esm/features/agent/index.js.map +0 -1
  325. package/lib/esm/features/agent/visualization.js +0 -165
  326. package/lib/esm/features/agent/visualization.js.map +0 -1
  327. package/lib/esm/features/errors/PanelErrorBoundary.js +0 -11
  328. package/lib/esm/features/errors/PanelErrorBoundary.js.map +0 -1
  329. package/lib/esm/features/errors/RowErrorBoundary.js +0 -9
  330. package/lib/esm/features/errors/RowErrorBoundary.js.map +0 -1
  331. package/lib/esm/features/errors/VertesiaErrorBoundary.js +0 -15
  332. package/lib/esm/features/errors/VertesiaErrorBoundary.js.map +0 -1
  333. package/lib/esm/features/errors/WidgetErrorBoundary.js +0 -11
  334. package/lib/esm/features/errors/WidgetErrorBoundary.js.map +0 -1
  335. package/lib/esm/features/errors/index.js +0 -5
  336. package/lib/esm/features/errors/index.js.map +0 -1
  337. package/lib/esm/features/facets/AgentRunnerFacetsNav.js +0 -86
  338. package/lib/esm/features/facets/AgentRunnerFacetsNav.js.map +0 -1
  339. package/lib/esm/features/facets/CollectionsFacetsNav.js +0 -89
  340. package/lib/esm/features/facets/CollectionsFacetsNav.js.map +0 -1
  341. package/lib/esm/features/facets/DocumentsFacetsNav.js +0 -147
  342. package/lib/esm/features/facets/DocumentsFacetsNav.js.map +0 -1
  343. package/lib/esm/features/facets/EnvironmentFacet.js +0 -39
  344. package/lib/esm/features/facets/EnvironmentFacet.js.map +0 -1
  345. package/lib/esm/features/facets/InteractionsFacetsNav.js +0 -88
  346. package/lib/esm/features/facets/InteractionsFacetsNav.js.map +0 -1
  347. package/lib/esm/features/facets/PromptsFacetsNav.js +0 -80
  348. package/lib/esm/features/facets/PromptsFacetsNav.js.map +0 -1
  349. package/lib/esm/features/facets/RunsFacetsNav.js +0 -157
  350. package/lib/esm/features/facets/RunsFacetsNav.js.map +0 -1
  351. package/lib/esm/features/facets/WorkflowExecutionsFacetsNav.js +0 -119
  352. package/lib/esm/features/facets/WorkflowExecutionsFacetsNav.js.map +0 -1
  353. package/lib/esm/features/facets/index.js +0 -16
  354. package/lib/esm/features/facets/index.js.map +0 -1
  355. package/lib/esm/features/facets/utils/SearchInterface.js +0 -2
  356. package/lib/esm/features/facets/utils/SearchInterface.js.map +0 -1
  357. package/lib/esm/features/facets/utils/StringFacet.js +0 -12
  358. package/lib/esm/features/facets/utils/StringFacet.js.map +0 -1
  359. package/lib/esm/features/facets/utils/StringListFacet.js +0 -11
  360. package/lib/esm/features/facets/utils/StringListFacet.js.map +0 -1
  361. package/lib/esm/features/facets/utils/TypeFacet.js +0 -42
  362. package/lib/esm/features/facets/utils/TypeFacet.js.map +0 -1
  363. package/lib/esm/features/facets/utils/VEnvironmentFacet.js +0 -25
  364. package/lib/esm/features/facets/utils/VEnvironmentFacet.js.map +0 -1
  365. package/lib/esm/features/facets/utils/VInteractionFacet.js +0 -45
  366. package/lib/esm/features/facets/utils/VInteractionFacet.js.map +0 -1
  367. package/lib/esm/features/facets/utils/VStringFacet.js +0 -20
  368. package/lib/esm/features/facets/utils/VStringFacet.js.map +0 -1
  369. package/lib/esm/features/facets/utils/VTypeFacet.js +0 -61
  370. package/lib/esm/features/facets/utils/VTypeFacet.js.map +0 -1
  371. package/lib/esm/features/facets/utils/VUserFacet.js +0 -31
  372. package/lib/esm/features/facets/utils/VUserFacet.js.map +0 -1
  373. package/lib/esm/features/facets/utils/utils.js +0 -7
  374. package/lib/esm/features/facets/utils/utils.js.map +0 -1
  375. package/lib/esm/features/index.js +0 -12
  376. package/lib/esm/features/index.js.map +0 -1
  377. package/lib/esm/features/layout/GenericPageNavHeader.js +0 -74
  378. package/lib/esm/features/layout/GenericPageNavHeader.js.map +0 -1
  379. package/lib/esm/features/layout/NotFoundView.js +0 -5
  380. package/lib/esm/features/layout/NotFoundView.js.map +0 -1
  381. package/lib/esm/features/layout/index.js +0 -3
  382. package/lib/esm/features/layout/index.js.map +0 -1
  383. package/lib/esm/features/magic-pdf/AnnotatedImageSlider.js +0 -268
  384. package/lib/esm/features/magic-pdf/AnnotatedImageSlider.js.map +0 -1
  385. package/lib/esm/features/magic-pdf/DownloadPopover.js +0 -28
  386. package/lib/esm/features/magic-pdf/DownloadPopover.js.map +0 -1
  387. package/lib/esm/features/magic-pdf/ExtractedContentView.js +0 -77
  388. package/lib/esm/features/magic-pdf/ExtractedContentView.js.map +0 -1
  389. package/lib/esm/features/magic-pdf/MagicPdfProvider.js +0 -242
  390. package/lib/esm/features/magic-pdf/MagicPdfProvider.js.map +0 -1
  391. package/lib/esm/features/magic-pdf/MagicPdfView.js +0 -61
  392. package/lib/esm/features/magic-pdf/MagicPdfView.js.map +0 -1
  393. package/lib/esm/features/magic-pdf/index.js +0 -2
  394. package/lib/esm/features/magic-pdf/index.js.map +0 -1
  395. package/lib/esm/features/magic-pdf/types.js +0 -2
  396. package/lib/esm/features/magic-pdf/types.js.map +0 -1
  397. package/lib/esm/features/pdf-viewer/PdfPageRenderer.js +0 -261
  398. package/lib/esm/features/pdf-viewer/PdfPageRenderer.js.map +0 -1
  399. package/lib/esm/features/pdf-viewer/PdfPageSlider.js +0 -276
  400. package/lib/esm/features/pdf-viewer/PdfPageSlider.js.map +0 -1
  401. package/lib/esm/features/pdf-viewer/SimplePdfViewer.js +0 -71
  402. package/lib/esm/features/pdf-viewer/SimplePdfViewer.js.map +0 -1
  403. package/lib/esm/features/pdf-viewer/index.js +0 -4
  404. package/lib/esm/features/pdf-viewer/index.js.map +0 -1
  405. package/lib/esm/features/permissions/SecureButton.js +0 -13
  406. package/lib/esm/features/permissions/SecureButton.js.map +0 -1
  407. package/lib/esm/features/permissions/SecureSidebarItem.js +0 -14
  408. package/lib/esm/features/permissions/SecureSidebarItem.js.map +0 -1
  409. package/lib/esm/features/permissions/UserPermissionsProvider.js +0 -87
  410. package/lib/esm/features/permissions/UserPermissionsProvider.js.map +0 -1
  411. package/lib/esm/features/permissions/helpers.js +0 -12
  412. package/lib/esm/features/permissions/helpers.js.map +0 -1
  413. package/lib/esm/features/permissions/index.js +0 -5
  414. package/lib/esm/features/permissions/index.js.map +0 -1
  415. package/lib/esm/features/store/collections/BrowseCollectionView.js +0 -40
  416. package/lib/esm/features/store/collections/BrowseCollectionView.js.map +0 -1
  417. package/lib/esm/features/store/collections/CollectionsTable.js +0 -64
  418. package/lib/esm/features/store/collections/CollectionsTable.js.map +0 -1
  419. package/lib/esm/features/store/collections/CreateCollection.js +0 -87
  420. package/lib/esm/features/store/collections/CreateCollection.js.map +0 -1
  421. package/lib/esm/features/store/collections/EditCollectionView.js +0 -181
  422. package/lib/esm/features/store/collections/EditCollectionView.js.map +0 -1
  423. package/lib/esm/features/store/collections/SelectCollection.js +0 -119
  424. package/lib/esm/features/store/collections/SelectCollection.js.map +0 -1
  425. package/lib/esm/features/store/collections/SharedPropsEditor.js +0 -39
  426. package/lib/esm/features/store/collections/SharedPropsEditor.js.map +0 -1
  427. package/lib/esm/features/store/collections/SyncMemberHeadsToggle.js +0 -35
  428. package/lib/esm/features/store/collections/SyncMemberHeadsToggle.js.map +0 -1
  429. package/lib/esm/features/store/collections/index.js +0 -8
  430. package/lib/esm/features/store/collections/index.js.map +0 -1
  431. package/lib/esm/features/store/index.js +0 -4
  432. package/lib/esm/features/store/index.js.map +0 -1
  433. package/lib/esm/features/store/objects/DocumentPreviewPanel.js +0 -147
  434. package/lib/esm/features/store/objects/DocumentPreviewPanel.js.map +0 -1
  435. package/lib/esm/features/store/objects/DocumentSearchResults.js +0 -204
  436. package/lib/esm/features/store/objects/DocumentSearchResults.js.map +0 -1
  437. package/lib/esm/features/store/objects/DocumentSelectionProvider.js +0 -81
  438. package/lib/esm/features/store/objects/DocumentSelectionProvider.js.map +0 -1
  439. package/lib/esm/features/store/objects/DocumentTable.js +0 -278
  440. package/lib/esm/features/store/objects/DocumentTable.js.map +0 -1
  441. package/lib/esm/features/store/objects/ExportPropertiesModal.js +0 -31
  442. package/lib/esm/features/store/objects/ExportPropertiesModal.js.map +0 -1
  443. package/lib/esm/features/store/objects/components/ContentDispositionButton.js +0 -31
  444. package/lib/esm/features/store/objects/components/ContentDispositionButton.js.map +0 -1
  445. package/lib/esm/features/store/objects/components/ContentOverview.js +0 -629
  446. package/lib/esm/features/store/objects/components/ContentOverview.js.map +0 -1
  447. package/lib/esm/features/store/objects/components/DocumentIcon.js +0 -33
  448. package/lib/esm/features/store/objects/components/DocumentIcon.js.map +0 -1
  449. package/lib/esm/features/store/objects/components/DocumentInput.js +0 -51
  450. package/lib/esm/features/store/objects/components/DocumentInput.js.map +0 -1
  451. package/lib/esm/features/store/objects/components/PropertiesEditorModal.js +0 -157
  452. package/lib/esm/features/store/objects/components/PropertiesEditorModal.js.map +0 -1
  453. package/lib/esm/features/store/objects/components/SaveVersionConfirmModal.js +0 -53
  454. package/lib/esm/features/store/objects/components/SaveVersionConfirmModal.js.map +0 -1
  455. package/lib/esm/features/store/objects/components/SelectDocument.js +0 -55
  456. package/lib/esm/features/store/objects/components/SelectDocument.js.map +0 -1
  457. package/lib/esm/features/store/objects/components/SelectDocumentModal.js +0 -7
  458. package/lib/esm/features/store/objects/components/SelectDocumentModal.js.map +0 -1
  459. package/lib/esm/features/store/objects/components/VectorSearchWidget.js +0 -90
  460. package/lib/esm/features/store/objects/components/VectorSearchWidget.js.map +0 -1
  461. package/lib/esm/features/store/objects/components/index.js +0 -10
  462. package/lib/esm/features/store/objects/components/index.js.map +0 -1
  463. package/lib/esm/features/store/objects/components/useContentPanelHooks.js +0 -169
  464. package/lib/esm/features/store/objects/components/useContentPanelHooks.js.map +0 -1
  465. package/lib/esm/features/store/objects/components/useDownloadObject.js +0 -21
  466. package/lib/esm/features/store/objects/components/useDownloadObject.js.map +0 -1
  467. package/lib/esm/features/store/objects/index.js +0 -11
  468. package/lib/esm/features/store/objects/index.js.map +0 -1
  469. package/lib/esm/features/store/objects/layout/DocumentTableColumn.js +0 -86
  470. package/lib/esm/features/store/objects/layout/DocumentTableColumn.js.map +0 -1
  471. package/lib/esm/features/store/objects/layout/documentLayout.js +0 -15
  472. package/lib/esm/features/store/objects/layout/documentLayout.js.map +0 -1
  473. package/lib/esm/features/store/objects/layout/index.js +0 -3
  474. package/lib/esm/features/store/objects/layout/index.js.map +0 -1
  475. package/lib/esm/features/store/objects/layout/renderers.js +0 -157
  476. package/lib/esm/features/store/objects/layout/renderers.js.map +0 -1
  477. package/lib/esm/features/store/objects/search/DocumentSearchContext.js +0 -175
  478. package/lib/esm/features/store/objects/search/DocumentSearchContext.js.map +0 -1
  479. package/lib/esm/features/store/objects/search/DocumentSearchProvider.js +0 -39
  480. package/lib/esm/features/store/objects/search/DocumentSearchProvider.js.map +0 -1
  481. package/lib/esm/features/store/objects/search/index.js +0 -3
  482. package/lib/esm/features/store/objects/search/index.js.map +0 -1
  483. package/lib/esm/features/store/objects/selection/ObjectsActionContext.js +0 -150
  484. package/lib/esm/features/store/objects/selection/ObjectsActionContext.js.map +0 -1
  485. package/lib/esm/features/store/objects/selection/ObjectsActionSpec.js +0 -2
  486. package/lib/esm/features/store/objects/selection/ObjectsActionSpec.js.map +0 -1
  487. package/lib/esm/features/store/objects/selection/SelectionActions.js +0 -69
  488. package/lib/esm/features/store/objects/selection/SelectionActions.js.map +0 -1
  489. package/lib/esm/features/store/objects/selection/actions/AddToCollectionAction.js +0 -81
  490. package/lib/esm/features/store/objects/selection/actions/AddToCollectionAction.js.map +0 -1
  491. package/lib/esm/features/store/objects/selection/actions/ChangeTypeAction.js +0 -53
  492. package/lib/esm/features/store/objects/selection/actions/ChangeTypeAction.js.map +0 -1
  493. package/lib/esm/features/store/objects/selection/actions/ConfirmAction.js +0 -30
  494. package/lib/esm/features/store/objects/selection/actions/ConfirmAction.js.map +0 -1
  495. package/lib/esm/features/store/objects/selection/actions/DeleteObjectsAction.js +0 -84
  496. package/lib/esm/features/store/objects/selection/actions/DeleteObjectsAction.js.map +0 -1
  497. package/lib/esm/features/store/objects/selection/actions/ExportPropertiesAction.js +0 -106
  498. package/lib/esm/features/store/objects/selection/actions/ExportPropertiesAction.js.map +0 -1
  499. package/lib/esm/features/store/objects/selection/actions/RemoveFromCollectionAction.js +0 -64
  500. package/lib/esm/features/store/objects/selection/actions/RemoveFromCollectionAction.js.map +0 -1
  501. package/lib/esm/features/store/objects/selection/actions/StartWorkflowComponent.js +0 -72
  502. package/lib/esm/features/store/objects/selection/actions/StartWorkflowComponent.js.map +0 -1
  503. package/lib/esm/features/store/objects/selection/actions/index.js +0 -8
  504. package/lib/esm/features/store/objects/selection/actions/index.js.map +0 -1
  505. package/lib/esm/features/store/objects/selection/index.js +0 -5
  506. package/lib/esm/features/store/objects/selection/index.js.map +0 -1
  507. package/lib/esm/features/store/objects/upload/DocumentUploadModal.js +0 -519
  508. package/lib/esm/features/store/objects/upload/DocumentUploadModal.js.map +0 -1
  509. package/lib/esm/features/store/objects/upload/index.js +0 -4
  510. package/lib/esm/features/store/objects/upload/index.js.map +0 -1
  511. package/lib/esm/features/store/objects/upload/useSmartFileUploadProcessing.js +0 -195
  512. package/lib/esm/features/store/objects/upload/useSmartFileUploadProcessing.js.map +0 -1
  513. package/lib/esm/features/store/objects/upload/useUploadHandler.js +0 -230
  514. package/lib/esm/features/store/objects/upload/useUploadHandler.js.map +0 -1
  515. package/lib/esm/features/store/types/ContentObjectTypesSearch.js +0 -81
  516. package/lib/esm/features/store/types/ContentObjectTypesSearch.js.map +0 -1
  517. package/lib/esm/features/store/types/ContentObjectTypesTable.js +0 -11
  518. package/lib/esm/features/store/types/ContentObjectTypesTable.js.map +0 -1
  519. package/lib/esm/features/store/types/CreateOrUpdateTypeModal.js +0 -26
  520. package/lib/esm/features/store/types/CreateOrUpdateTypeModal.js.map +0 -1
  521. package/lib/esm/features/store/types/ObjectSchemaEditor.js +0 -101
  522. package/lib/esm/features/store/types/ObjectSchemaEditor.js.map +0 -1
  523. package/lib/esm/features/store/types/SelectContentType.js +0 -43
  524. package/lib/esm/features/store/types/SelectContentType.js.map +0 -1
  525. package/lib/esm/features/store/types/SelectContentTypeModal.js +0 -28
  526. package/lib/esm/features/store/types/SelectContentTypeModal.js.map +0 -1
  527. package/lib/esm/features/store/types/TableLayoutEditor.js +0 -76
  528. package/lib/esm/features/store/types/TableLayoutEditor.js.map +0 -1
  529. package/lib/esm/features/store/types/index.js +0 -9
  530. package/lib/esm/features/store/types/index.js.map +0 -1
  531. package/lib/esm/features/store/types/search/ObjectTypeSearchContext.js +0 -98
  532. package/lib/esm/features/store/types/search/ObjectTypeSearchContext.js.map +0 -1
  533. package/lib/esm/features/store/types/search/ObjectTypeSearchProvider.js +0 -15
  534. package/lib/esm/features/store/types/search/ObjectTypeSearchProvider.js.map +0 -1
  535. package/lib/esm/features/store/types/search/index.js +0 -3
  536. package/lib/esm/features/store/types/search/index.js.map +0 -1
  537. package/lib/esm/features/user/UserAvatar.js +0 -18
  538. package/lib/esm/features/user/UserAvatar.js.map +0 -1
  539. package/lib/esm/features/user/UserInfo.js +0 -121
  540. package/lib/esm/features/user/UserInfo.js.map +0 -1
  541. package/lib/esm/features/user/index.js +0 -3
  542. package/lib/esm/features/user/index.js.map +0 -1
  543. package/lib/esm/features/utils/index.js +0 -6
  544. package/lib/esm/features/utils/index.js.map +0 -1
  545. package/lib/esm/features/utils/mimeType.js +0 -17
  546. package/lib/esm/features/utils/mimeType.js.map +0 -1
  547. package/lib/esm/features/utils/print.js +0 -181
  548. package/lib/esm/features/utils/print.js.map +0 -1
  549. package/lib/esm/features/utils/rendition.js +0 -67
  550. package/lib/esm/features/utils/rendition.js.map +0 -1
  551. package/lib/esm/features/utils/text.js +0 -10
  552. package/lib/esm/features/utils/text.js.map +0 -1
  553. package/lib/esm/features/utils/workflowStatus.js +0 -43
  554. package/lib/esm/features/utils/workflowStatus.js.map +0 -1
  555. package/lib/esm/layout/AppLayout.js +0 -46
  556. package/lib/esm/layout/AppLayout.js.map +0 -1
  557. package/lib/esm/layout/FullHeightLayout.js +0 -18
  558. package/lib/esm/layout/FullHeightLayout.js.map +0 -1
  559. package/lib/esm/layout/Navbar.js +0 -40
  560. package/lib/esm/layout/Navbar.js.map +0 -1
  561. package/lib/esm/layout/Sidebar.js +0 -45
  562. package/lib/esm/layout/Sidebar.js.map +0 -1
  563. package/lib/esm/layout/SidebarContext.js +0 -10
  564. package/lib/esm/layout/SidebarContext.js.map +0 -1
  565. package/lib/esm/layout/TitleBar.js +0 -5
  566. package/lib/esm/layout/TitleBar.js.map +0 -1
  567. package/lib/esm/layout/index.js +0 -7
  568. package/lib/esm/layout/index.js.map +0 -1
  569. package/lib/esm/router/FixLinks.js +0 -23
  570. package/lib/esm/router/FixLinks.js.map +0 -1
  571. package/lib/esm/router/HistoryNavigator.js +0 -192
  572. package/lib/esm/router/HistoryNavigator.js.map +0 -1
  573. package/lib/esm/router/Nav.js +0 -26
  574. package/lib/esm/router/Nav.js.map +0 -1
  575. package/lib/esm/router/NestedNavigationContext.js +0 -19
  576. package/lib/esm/router/NestedNavigationContext.js.map +0 -1
  577. package/lib/esm/router/NestedRouterProvider.js +0 -44
  578. package/lib/esm/router/NestedRouterProvider.js.map +0 -1
  579. package/lib/esm/router/PathMatcher.js +0 -159
  580. package/lib/esm/router/PathMatcher.js.map +0 -1
  581. package/lib/esm/router/PathWithParams.js +0 -34
  582. package/lib/esm/router/PathWithParams.js.map +0 -1
  583. package/lib/esm/router/Route404.js +0 -18
  584. package/lib/esm/router/Route404.js.map +0 -1
  585. package/lib/esm/router/RouteComponent.js +0 -32
  586. package/lib/esm/router/RouteComponent.js.map +0 -1
  587. package/lib/esm/router/Router.js +0 -161
  588. package/lib/esm/router/Router.js.map +0 -1
  589. package/lib/esm/router/RouterProvider.js +0 -41
  590. package/lib/esm/router/RouterProvider.js.map +0 -1
  591. package/lib/esm/router/index.js +0 -11
  592. package/lib/esm/router/index.js.map +0 -1
  593. package/lib/esm/router/path.js +0 -140
  594. package/lib/esm/router/path.js.map +0 -1
  595. package/lib/esm/session/TypeRegistry.js +0 -24
  596. package/lib/esm/session/TypeRegistry.js.map +0 -1
  597. package/lib/esm/session/UserSession.js +0 -192
  598. package/lib/esm/session/UserSession.js.map +0 -1
  599. package/lib/esm/session/UserSessionProvider.js +0 -179
  600. package/lib/esm/session/UserSessionProvider.js.map +0 -1
  601. package/lib/esm/session/auth/composable.js +0 -255
  602. package/lib/esm/session/auth/composable.js.map +0 -1
  603. package/lib/esm/session/auth/firebase.js +0 -158
  604. package/lib/esm/session/auth/firebase.js.map +0 -1
  605. package/lib/esm/session/auth/useAuthState.js +0 -46
  606. package/lib/esm/session/auth/useAuthState.js.map +0 -1
  607. package/lib/esm/session/auth/useCurrentTenant.js +0 -63
  608. package/lib/esm/session/auth/useCurrentTenant.js.map +0 -1
  609. package/lib/esm/session/constants.js +0 -3
  610. package/lib/esm/session/constants.js.map +0 -1
  611. package/lib/esm/session/index.js +0 -9
  612. package/lib/esm/session/index.js.map +0 -1
  613. package/lib/esm/session/useUXTracking.js +0 -29
  614. package/lib/esm/session/useUXTracking.js.map +0 -1
  615. package/lib/esm/shell/SplashScreen.js +0 -26
  616. package/lib/esm/shell/SplashScreen.js.map +0 -1
  617. package/lib/esm/shell/VertesiaShell.js +0 -10
  618. package/lib/esm/shell/VertesiaShell.js.map +0 -1
  619. package/lib/esm/shell/apps/AppInstallationProvider.js +0 -13
  620. package/lib/esm/shell/apps/AppInstallationProvider.js.map +0 -1
  621. package/lib/esm/shell/apps/AppProjectSelector.js +0 -36
  622. package/lib/esm/shell/apps/AppProjectSelector.js.map +0 -1
  623. package/lib/esm/shell/apps/StandaloneApp.js +0 -87
  624. package/lib/esm/shell/apps/StandaloneApp.js.map +0 -1
  625. package/lib/esm/shell/apps/index.js +0 -4
  626. package/lib/esm/shell/apps/index.js.map +0 -1
  627. package/lib/esm/shell/index.js +0 -8
  628. package/lib/esm/shell/index.js.map +0 -1
  629. package/lib/esm/shell/login/EnterpriseSigninButton.js +0 -84
  630. package/lib/esm/shell/login/EnterpriseSigninButton.js.map +0 -1
  631. package/lib/esm/shell/login/GitHubSignInButton.js +0 -24
  632. package/lib/esm/shell/login/GitHubSignInButton.js.map +0 -1
  633. package/lib/esm/shell/login/GoogleSignInButton.js +0 -25
  634. package/lib/esm/shell/login/GoogleSignInButton.js.map +0 -1
  635. package/lib/esm/shell/login/InviteAcceptModal.js +0 -62
  636. package/lib/esm/shell/login/InviteAcceptModal.js.map +0 -1
  637. package/lib/esm/shell/login/MicrosoftSigninButton.js +0 -19
  638. package/lib/esm/shell/login/MicrosoftSigninButton.js.map +0 -1
  639. package/lib/esm/shell/login/PreviewIcon.js +0 -23
  640. package/lib/esm/shell/login/PreviewIcon.js.map +0 -1
  641. package/lib/esm/shell/login/SignInModal.js +0 -9
  642. package/lib/esm/shell/login/SignInModal.js.map +0 -1
  643. package/lib/esm/shell/login/SigninScreen.js +0 -64
  644. package/lib/esm/shell/login/SigninScreen.js.map +0 -1
  645. package/lib/esm/shell/login/SignupForm.js +0 -91
  646. package/lib/esm/shell/login/SignupForm.js.map +0 -1
  647. package/lib/esm/shell/login/TerminalLogin.js +0 -208
  648. package/lib/esm/shell/login/TerminalLogin.js.map +0 -1
  649. package/lib/esm/shell/login/UserInfo.js +0 -41
  650. package/lib/esm/shell/login/UserInfo.js.map +0 -1
  651. package/lib/esm/shell/login/UserSessionMenu.js +0 -37
  652. package/lib/esm/shell/login/UserSessionMenu.js.map +0 -1
  653. package/lib/esm/shell/utils.js +0 -6
  654. package/lib/esm/shell/utils.js.map +0 -1
  655. package/lib/esm/widgets/Progress.js +0 -5
  656. package/lib/esm/widgets/Progress.js.map +0 -1
  657. package/lib/esm/widgets/SvgIcon.js +0 -36
  658. package/lib/esm/widgets/SvgIcon.js.map +0 -1
  659. package/lib/esm/widgets/form/Form.js +0 -100
  660. package/lib/esm/widgets/form/Form.js.map +0 -1
  661. package/lib/esm/widgets/form/FormContext.js +0 -31
  662. package/lib/esm/widgets/form/FormContext.js.map +0 -1
  663. package/lib/esm/widgets/form/ManagedObject.js +0 -287
  664. package/lib/esm/widgets/form/ManagedObject.js.map +0 -1
  665. package/lib/esm/widgets/form/fields.js +0 -12
  666. package/lib/esm/widgets/form/fields.js.map +0 -1
  667. package/lib/esm/widgets/form/index.js +0 -7
  668. package/lib/esm/widgets/form/index.js.map +0 -1
  669. package/lib/esm/widgets/form/inputs.js +0 -38
  670. package/lib/esm/widgets/form/inputs.js.map +0 -1
  671. package/lib/esm/widgets/form/schema.js +0 -199
  672. package/lib/esm/widgets/form/schema.js.map +0 -1
  673. package/lib/esm/widgets/index.js +0 -12
  674. package/lib/esm/widgets/index.js.map +0 -1
  675. package/lib/esm/widgets/json-view/JSONCode.js +0 -22
  676. package/lib/esm/widgets/json-view/JSONCode.js.map +0 -1
  677. package/lib/esm/widgets/json-view/JSONDisplay.js +0 -10
  678. package/lib/esm/widgets/json-view/JSONDisplay.js.map +0 -1
  679. package/lib/esm/widgets/json-view/JSONView.js +0 -106
  680. package/lib/esm/widgets/json-view/JSONView.js.map +0 -1
  681. package/lib/esm/widgets/json-view/index.js +0 -4
  682. package/lib/esm/widgets/json-view/index.js.map +0 -1
  683. package/lib/esm/widgets/json-view/types.js +0 -2
  684. package/lib/esm/widgets/json-view/types.js.map +0 -1
  685. package/lib/esm/widgets/markdown/ArtifactContentRenderer.js +0 -157
  686. package/lib/esm/widgets/markdown/ArtifactContentRenderer.js.map +0 -1
  687. package/lib/esm/widgets/markdown/CodeBlockPlaceholder.js +0 -56
  688. package/lib/esm/widgets/markdown/CodeBlockPlaceholder.js.map +0 -1
  689. package/lib/esm/widgets/markdown/CodeBlockPlaceholder.test.js +0 -50
  690. package/lib/esm/widgets/markdown/CodeBlockPlaceholder.test.js.map +0 -1
  691. package/lib/esm/widgets/markdown/CodeBlockRendering.js +0 -38
  692. package/lib/esm/widgets/markdown/CodeBlockRendering.js.map +0 -1
  693. package/lib/esm/widgets/markdown/MarkdownImage.js +0 -41
  694. package/lib/esm/widgets/markdown/MarkdownImage.js.map +0 -1
  695. package/lib/esm/widgets/markdown/MarkdownLink.js +0 -46
  696. package/lib/esm/widgets/markdown/MarkdownLink.js.map +0 -1
  697. package/lib/esm/widgets/markdown/MarkdownRenderer.js +0 -126
  698. package/lib/esm/widgets/markdown/MarkdownRenderer.js.map +0 -1
  699. package/lib/esm/widgets/markdown/MermaidDiagram.js +0 -73
  700. package/lib/esm/widgets/markdown/MermaidDiagram.js.map +0 -1
  701. package/lib/esm/widgets/markdown/codeBlockHandlers.js +0 -330
  702. package/lib/esm/widgets/markdown/codeBlockHandlers.js.map +0 -1
  703. package/lib/esm/widgets/markdown/codeBlockHandlers.test.js +0 -206
  704. package/lib/esm/widgets/markdown/codeBlockHandlers.test.js.map +0 -1
  705. package/lib/esm/widgets/markdown/index.js +0 -11
  706. package/lib/esm/widgets/markdown/index.js.map +0 -1
  707. package/lib/esm/widgets/markdown/useArtifactContent.js +0 -174
  708. package/lib/esm/widgets/markdown/useArtifactContent.js.map +0 -1
  709. package/lib/esm/widgets/markdown/useResolvedUrl.js +0 -175
  710. package/lib/esm/widgets/markdown/useResolvedUrl.js.map +0 -1
  711. package/lib/esm/widgets/monacoEditor/MonacoEditor.js +0 -140
  712. package/lib/esm/widgets/monacoEditor/MonacoEditor.js.map +0 -1
  713. package/lib/esm/widgets/monacoEditor/index.js +0 -2
  714. package/lib/esm/widgets/monacoEditor/index.js.map +0 -1
  715. package/lib/esm/widgets/popover/Popover.js +0 -73
  716. package/lib/esm/widgets/popover/Popover.js.map +0 -1
  717. package/lib/esm/widgets/popover/context.js +0 -7
  718. package/lib/esm/widgets/popover/context.js.map +0 -1
  719. package/lib/esm/widgets/popover/index.js +0 -3
  720. package/lib/esm/widgets/popover/index.js.map +0 -1
  721. package/lib/esm/widgets/popover/slots.js +0 -22
  722. package/lib/esm/widgets/popover/slots.js.map +0 -1
  723. package/lib/esm/widgets/properties/PropertiesView.js +0 -8
  724. package/lib/esm/widgets/properties/PropertiesView.js.map +0 -1
  725. package/lib/esm/widgets/properties/index.js +0 -2
  726. package/lib/esm/widgets/properties/index.js.map +0 -1
  727. package/lib/esm/widgets/schema-editor/ManagedSchema.js +0 -300
  728. package/lib/esm/widgets/schema-editor/ManagedSchema.js.map +0 -1
  729. package/lib/esm/widgets/schema-editor/editor/Editable.js +0 -110
  730. package/lib/esm/widgets/schema-editor/editor/Editable.js.map +0 -1
  731. package/lib/esm/widgets/schema-editor/editor/EditableSchemaProperty.js +0 -8
  732. package/lib/esm/widgets/schema-editor/editor/EditableSchemaProperty.js.map +0 -1
  733. package/lib/esm/widgets/schema-editor/editor/PropertyEditor.js +0 -81
  734. package/lib/esm/widgets/schema-editor/editor/PropertyEditor.js.map +0 -1
  735. package/lib/esm/widgets/schema-editor/editor/PropertyViewer.js +0 -7
  736. package/lib/esm/widgets/schema-editor/editor/PropertyViewer.js.map +0 -1
  737. package/lib/esm/widgets/schema-editor/editor/SchemaContext.js +0 -9
  738. package/lib/esm/widgets/schema-editor/editor/SchemaContext.js.map +0 -1
  739. package/lib/esm/widgets/schema-editor/editor/SchemaEditor.js +0 -84
  740. package/lib/esm/widgets/schema-editor/editor/SchemaEditor.js.map +0 -1
  741. package/lib/esm/widgets/schema-editor/index.js +0 -7
  742. package/lib/esm/widgets/schema-editor/index.js.map +0 -1
  743. package/lib/esm/widgets/schema-editor/json-schema4-utils.js +0 -188
  744. package/lib/esm/widgets/schema-editor/json-schema4-utils.js.map +0 -1
  745. package/lib/esm/widgets/schema-editor/type-signature.js +0 -30
  746. package/lib/esm/widgets/schema-editor/type-signature.js.map +0 -1
  747. package/lib/esm/widgets/upload/DropZone.js +0 -175
  748. package/lib/esm/widgets/upload/DropZone.js.map +0 -1
  749. package/lib/esm/widgets/upload/UploadResultCategory.js +0 -19
  750. package/lib/esm/widgets/upload/UploadResultCategory.js.map +0 -1
  751. package/lib/esm/widgets/upload/UploadSummary.js +0 -30
  752. package/lib/esm/widgets/upload/UploadSummary.js.map +0 -1
  753. package/lib/esm/widgets/upload/index.js +0 -4
  754. package/lib/esm/widgets/upload/index.js.map +0 -1
  755. package/lib/esm/widgets/xml-viewer/components/Attributes/index.js +0 -11
  756. package/lib/esm/widgets/xml-viewer/components/Attributes/index.js.map +0 -1
  757. package/lib/esm/widgets/xml-viewer/components/CDataTag/index.js +0 -8
  758. package/lib/esm/widgets/xml-viewer/components/CDataTag/index.js.map +0 -1
  759. package/lib/esm/widgets/xml-viewer/components/CollapseIcon/index.js +0 -11
  760. package/lib/esm/widgets/xml-viewer/components/CollapseIcon/index.js.map +0 -1
  761. package/lib/esm/widgets/xml-viewer/components/CommentTag/index.js +0 -11
  762. package/lib/esm/widgets/xml-viewer/components/CommentTag/index.js.map +0 -1
  763. package/lib/esm/widgets/xml-viewer/components/DeclarationTag/index.js +0 -9
  764. package/lib/esm/widgets/xml-viewer/components/DeclarationTag/index.js.map +0 -1
  765. package/lib/esm/widgets/xml-viewer/components/Elements/index.js +0 -36
  766. package/lib/esm/widgets/xml-viewer/components/Elements/index.js.map +0 -1
  767. package/lib/esm/widgets/xml-viewer/components/InvalidXml/index.js +0 -5
  768. package/lib/esm/widgets/xml-viewer/components/InvalidXml/index.js.map +0 -1
  769. package/lib/esm/widgets/xml-viewer/components/Tag/index.js +0 -13
  770. package/lib/esm/widgets/xml-viewer/components/Tag/index.js.map +0 -1
  771. package/lib/esm/widgets/xml-viewer/components/TextElement/index.js +0 -13
  772. package/lib/esm/widgets/xml-viewer/components/TextElement/index.js.map +0 -1
  773. package/lib/esm/widgets/xml-viewer/components/XMLViewer.js +0 -39
  774. package/lib/esm/widgets/xml-viewer/components/XMLViewer.js.map +0 -1
  775. package/lib/esm/widgets/xml-viewer/components/types.js +0 -2
  776. package/lib/esm/widgets/xml-viewer/components/types.js.map +0 -1
  777. package/lib/esm/widgets/xml-viewer/constants/index.js +0 -27
  778. package/lib/esm/widgets/xml-viewer/constants/index.js.map +0 -1
  779. package/lib/esm/widgets/xml-viewer/context/xml-viewer-context.js +0 -10
  780. package/lib/esm/widgets/xml-viewer/context/xml-viewer-context.js.map +0 -1
  781. package/lib/esm/widgets/xml-viewer/helpers/index.js +0 -40
  782. package/lib/esm/widgets/xml-viewer/helpers/index.js.map +0 -1
  783. package/lib/esm/widgets/xml-viewer/hooks/useCollapsible.js +0 -22
  784. package/lib/esm/widgets/xml-viewer/hooks/useCollapsible.js.map +0 -1
  785. package/lib/esm/widgets/xml-viewer/hooks/useXMLViewer.js +0 -31
  786. package/lib/esm/widgets/xml-viewer/hooks/useXMLViewer.js.map +0 -1
  787. package/lib/esm/widgets/xml-viewer/index.js +0 -3
  788. package/lib/esm/widgets/xml-viewer/index.js.map +0 -1
  789. package/lib/esm/widgets/xml-viewer/types/index.js +0 -2
  790. package/lib/esm/widgets/xml-viewer/types/index.js.map +0 -1
  791. package/lib/tsconfig.tsbuildinfo +0 -1
  792. package/lib/types/core/components/Avatar.d.ts +0 -16
  793. package/lib/types/core/components/Avatar.d.ts.map +0 -1
  794. package/lib/types/core/components/Badge.d.ts +0 -21
  795. package/lib/types/core/components/Badge.d.ts.map +0 -1
  796. package/lib/types/core/components/Button.d.ts +0 -14
  797. package/lib/types/core/components/Button.d.ts.map +0 -1
  798. package/lib/types/core/components/Center.d.ts +0 -8
  799. package/lib/types/core/components/Center.d.ts.map +0 -1
  800. package/lib/types/core/components/ComboBox.d.ts +0 -124
  801. package/lib/types/core/components/ComboBox.d.ts.map +0 -1
  802. package/lib/types/core/components/ConfirmModal.d.ts +0 -11
  803. package/lib/types/core/components/ConfirmModal.d.ts.map +0 -1
  804. package/lib/types/core/components/DeleteModal.d.ts +0 -11
  805. package/lib/types/core/components/DeleteModal.d.ts.map +0 -1
  806. package/lib/types/core/components/Divider.d.ts +0 -6
  807. package/lib/types/core/components/Divider.d.ts.map +0 -1
  808. package/lib/types/core/components/Dropdown.d.ts +0 -15
  809. package/lib/types/core/components/Dropdown.d.ts.map +0 -1
  810. package/lib/types/core/components/DropdownList.d.ts +0 -13
  811. package/lib/types/core/components/DropdownList.d.ts.map +0 -1
  812. package/lib/types/core/components/EmptyCollection.d.ts +0 -9
  813. package/lib/types/core/components/EmptyCollection.d.ts.map +0 -1
  814. package/lib/types/core/components/FileUpload.d.ts +0 -29
  815. package/lib/types/core/components/FileUpload.d.ts.map +0 -1
  816. package/lib/types/core/components/FormItem.d.ts +0 -13
  817. package/lib/types/core/components/FormItem.d.ts.map +0 -1
  818. package/lib/types/core/components/InputList.d.ts +0 -12
  819. package/lib/types/core/components/InputList.d.ts.map +0 -1
  820. package/lib/types/core/components/Link.d.ts +0 -7
  821. package/lib/types/core/components/Link.d.ts.map +0 -1
  822. package/lib/types/core/components/MenuList.d.ts +0 -14
  823. package/lib/types/core/components/MenuList.d.ts.map +0 -1
  824. package/lib/types/core/components/MessageBox.d.ts +0 -36
  825. package/lib/types/core/components/MessageBox.d.ts.map +0 -1
  826. package/lib/types/core/components/Modal.d.ts +0 -30
  827. package/lib/types/core/components/Modal.d.ts.map +0 -1
  828. package/lib/types/core/components/NumberInput.d.ts +0 -16
  829. package/lib/types/core/components/NumberInput.d.ts.map +0 -1
  830. package/lib/types/core/components/Overlay.d.ts +0 -25
  831. package/lib/types/core/components/Overlay.d.ts.map +0 -1
  832. package/lib/types/core/components/Panel.d.ts +0 -11
  833. package/lib/types/core/components/Panel.d.ts.map +0 -1
  834. package/lib/types/core/components/Portal.d.ts +0 -6
  835. package/lib/types/core/components/Portal.d.ts.map +0 -1
  836. package/lib/types/core/components/RadioGroup.d.ts +0 -26
  837. package/lib/types/core/components/RadioGroup.d.ts.map +0 -1
  838. package/lib/types/core/components/SelectBox.d.ts +0 -36
  839. package/lib/types/core/components/SelectBox.d.ts.map +0 -1
  840. package/lib/types/core/components/SelectList.d.ts +0 -19
  841. package/lib/types/core/components/SelectList.d.ts.map +0 -1
  842. package/lib/types/core/components/SelectStack.d.ts +0 -13
  843. package/lib/types/core/components/SelectStack.d.ts.map +0 -1
  844. package/lib/types/core/components/SidePanel.d.ts +0 -11
  845. package/lib/types/core/components/SidePanel.d.ts.map +0 -1
  846. package/lib/types/core/components/Spinner.d.ts +0 -7
  847. package/lib/types/core/components/Spinner.d.ts.map +0 -1
  848. package/lib/types/core/components/Switch.d.ts +0 -11
  849. package/lib/types/core/components/Switch.d.ts.map +0 -1
  850. package/lib/types/core/components/TagsInput.d.ts +0 -16
  851. package/lib/types/core/components/TagsInput.d.ts.map +0 -1
  852. package/lib/types/core/components/index.d.ts +0 -40
  853. package/lib/types/core/components/index.d.ts.map +0 -1
  854. package/lib/types/core/components/libs/utils.d.ts +0 -3
  855. package/lib/types/core/components/libs/utils.d.ts.map +0 -1
  856. package/lib/types/core/components/libs/visuallyHidden.d.ts +0 -7
  857. package/lib/types/core/components/libs/visuallyHidden.d.ts.map +0 -1
  858. package/lib/types/core/components/popup/Popup.d.ts +0 -26
  859. package/lib/types/core/components/popup/Popup.d.ts.map +0 -1
  860. package/lib/types/core/components/popup/PopupController.d.ts +0 -41
  861. package/lib/types/core/components/popup/PopupController.d.ts.map +0 -1
  862. package/lib/types/core/components/popup/index.d.ts +0 -4
  863. package/lib/types/core/components/popup/index.d.ts.map +0 -1
  864. package/lib/types/core/components/popup/position.d.ts +0 -59
  865. package/lib/types/core/components/popup/position.d.ts.map +0 -1
  866. package/lib/types/core/components/popup/utils.d.ts +0 -30
  867. package/lib/types/core/components/popup/utils.d.ts.map +0 -1
  868. package/lib/types/core/components/shadcn/breadcrumb.d.ts +0 -15
  869. package/lib/types/core/components/shadcn/breadcrumb.d.ts.map +0 -1
  870. package/lib/types/core/components/shadcn/button.d.ts +0 -27
  871. package/lib/types/core/components/shadcn/button.d.ts.map +0 -1
  872. package/lib/types/core/components/shadcn/calendar.d.ts +0 -11
  873. package/lib/types/core/components/shadcn/calendar.d.ts.map +0 -1
  874. package/lib/types/core/components/shadcn/card.d.ts +0 -9
  875. package/lib/types/core/components/shadcn/card.d.ts.map +0 -1
  876. package/lib/types/core/components/shadcn/checkbox.d.ts +0 -5
  877. package/lib/types/core/components/shadcn/checkbox.d.ts.map +0 -1
  878. package/lib/types/core/components/shadcn/command.d.ts +0 -17
  879. package/lib/types/core/components/shadcn/command.d.ts.map +0 -1
  880. package/lib/types/core/components/shadcn/dialog.d.ts +0 -38
  881. package/lib/types/core/components/shadcn/dialog.d.ts.map +0 -1
  882. package/lib/types/core/components/shadcn/filters/DynamicLabel.d.ts +0 -9
  883. package/lib/types/core/components/shadcn/filters/DynamicLabel.d.ts.map +0 -1
  884. package/lib/types/core/components/shadcn/filters/animateChangeInHeight.d.ts +0 -7
  885. package/lib/types/core/components/shadcn/filters/animateChangeInHeight.d.ts.map +0 -1
  886. package/lib/types/core/components/shadcn/filters/comboBox/DateCombobox.d.ts +0 -6
  887. package/lib/types/core/components/shadcn/filters/comboBox/DateCombobox.d.ts.map +0 -1
  888. package/lib/types/core/components/shadcn/filters/comboBox/SelectCombobox.d.ts +0 -9
  889. package/lib/types/core/components/shadcn/filters/comboBox/SelectCombobox.d.ts.map +0 -1
  890. package/lib/types/core/components/shadcn/filters/comboBox/StringListCombobox.d.ts +0 -6
  891. package/lib/types/core/components/shadcn/filters/comboBox/StringListCombobox.d.ts.map +0 -1
  892. package/lib/types/core/components/shadcn/filters/comboBox/TextCombobox.d.ts +0 -6
  893. package/lib/types/core/components/shadcn/filters/comboBox/TextCombobox.d.ts.map +0 -1
  894. package/lib/types/core/components/shadcn/filters/comboBox/comboBox.d.ts +0 -5
  895. package/lib/types/core/components/shadcn/filters/comboBox/comboBox.d.ts.map +0 -1
  896. package/lib/types/core/components/shadcn/filters/filter/SelectFilter.d.ts +0 -12
  897. package/lib/types/core/components/shadcn/filters/filter/SelectFilter.d.ts.map +0 -1
  898. package/lib/types/core/components/shadcn/filters/filter/StringListFilter.d.ts +0 -11
  899. package/lib/types/core/components/shadcn/filters/filter/StringListFilter.d.ts.map +0 -1
  900. package/lib/types/core/components/shadcn/filters/filter/TextFilter.d.ts +0 -13
  901. package/lib/types/core/components/shadcn/filters/filter/TextFilter.d.ts.map +0 -1
  902. package/lib/types/core/components/shadcn/filters/filter/dateFilter.d.ts +0 -14
  903. package/lib/types/core/components/shadcn/filters/filter/dateFilter.d.ts.map +0 -1
  904. package/lib/types/core/components/shadcn/filters/filter-styles.d.ts +0 -2
  905. package/lib/types/core/components/shadcn/filters/filter-styles.d.ts.map +0 -1
  906. package/lib/types/core/components/shadcn/filters/filterBar.d.ts +0 -20
  907. package/lib/types/core/components/shadcn/filters/filterBar.d.ts.map +0 -1
  908. package/lib/types/core/components/shadcn/filters/filters.d.ts +0 -10
  909. package/lib/types/core/components/shadcn/filters/filters.d.ts.map +0 -1
  910. package/lib/types/core/components/shadcn/filters/index.d.ts +0 -6
  911. package/lib/types/core/components/shadcn/filters/index.d.ts.map +0 -1
  912. package/lib/types/core/components/shadcn/filters/types.d.ts +0 -35
  913. package/lib/types/core/components/shadcn/filters/types.d.ts.map +0 -1
  914. package/lib/types/core/components/shadcn/heading.d.ts +0 -6
  915. package/lib/types/core/components/shadcn/heading.d.ts.map +0 -1
  916. package/lib/types/core/components/shadcn/index.d.ts +0 -23
  917. package/lib/types/core/components/shadcn/index.d.ts.map +0 -1
  918. package/lib/types/core/components/shadcn/input.d.ts +0 -17
  919. package/lib/types/core/components/shadcn/input.d.ts.map +0 -1
  920. package/lib/types/core/components/shadcn/label.d.ts +0 -10
  921. package/lib/types/core/components/shadcn/label.d.ts.map +0 -1
  922. package/lib/types/core/components/shadcn/popover.d.ts +0 -24
  923. package/lib/types/core/components/shadcn/popover.d.ts.map +0 -1
  924. package/lib/types/core/components/shadcn/resizeable.d.ts +0 -9
  925. package/lib/types/core/components/shadcn/resizeable.d.ts.map +0 -1
  926. package/lib/types/core/components/shadcn/selectBox.d.ts +0 -36
  927. package/lib/types/core/components/shadcn/selectBox.d.ts.map +0 -1
  928. package/lib/types/core/components/shadcn/separator.d.ts +0 -6
  929. package/lib/types/core/components/shadcn/separator.d.ts.map +0 -1
  930. package/lib/types/core/components/shadcn/tabs.d.ts +0 -36
  931. package/lib/types/core/components/shadcn/tabs.d.ts.map +0 -1
  932. package/lib/types/core/components/shadcn/text.d.ts +0 -11
  933. package/lib/types/core/components/shadcn/text.d.ts.map +0 -1
  934. package/lib/types/core/components/shadcn/textarea.d.ts +0 -4
  935. package/lib/types/core/components/shadcn/textarea.d.ts.map +0 -1
  936. package/lib/types/core/components/shadcn/theme/ThemeProvider.d.ts +0 -15
  937. package/lib/types/core/components/shadcn/theme/ThemeProvider.d.ts.map +0 -1
  938. package/lib/types/core/components/shadcn/theme/ThemeSwitcher.d.ts +0 -10
  939. package/lib/types/core/components/shadcn/theme/ThemeSwitcher.d.ts.map +0 -1
  940. package/lib/types/core/components/shadcn/tooltip.d.ts +0 -21
  941. package/lib/types/core/components/shadcn/tooltip.d.ts.map +0 -1
  942. package/lib/types/core/components/styles.d.ts +0 -7
  943. package/lib/types/core/components/styles.d.ts.map +0 -1
  944. package/lib/types/core/components/table/index.d.ts +0 -19
  945. package/lib/types/core/components/table/index.d.ts.map +0 -1
  946. package/lib/types/core/components/tabs/Tabs.d.ts +0 -25
  947. package/lib/types/core/components/tabs/Tabs.d.ts.map +0 -1
  948. package/lib/types/core/components/tabs/TabsContext.d.ts +0 -17
  949. package/lib/types/core/components/tabs/TabsContext.d.ts.map +0 -1
  950. package/lib/types/core/components/tabs/index.d.ts +0 -3
  951. package/lib/types/core/components/tabs/index.d.ts.map +0 -1
  952. package/lib/types/core/components/toast/NotificationPanel.d.ts +0 -8
  953. package/lib/types/core/components/toast/NotificationPanel.d.ts.map +0 -1
  954. package/lib/types/core/components/toast/ToastContext.d.ts +0 -6
  955. package/lib/types/core/components/toast/ToastContext.d.ts.map +0 -1
  956. package/lib/types/core/components/toast/ToastProps.d.ts +0 -7
  957. package/lib/types/core/components/toast/ToastProps.d.ts.map +0 -1
  958. package/lib/types/core/components/toast/ToastProvider.d.ts +0 -6
  959. package/lib/types/core/components/toast/ToastProvider.d.ts.map +0 -1
  960. package/lib/types/core/components/toast/index.d.ts +0 -3
  961. package/lib/types/core/components/toast/index.d.ts.map +0 -1
  962. package/lib/types/core/hooks/CompositeState.d.ts +0 -137
  963. package/lib/types/core/hooks/CompositeState.d.ts.map +0 -1
  964. package/lib/types/core/hooks/PortalContainerProvider.d.ts +0 -7
  965. package/lib/types/core/hooks/PortalContainerProvider.d.ts.map +0 -1
  966. package/lib/types/core/hooks/SharedState.d.ts +0 -10
  967. package/lib/types/core/hooks/SharedState.d.ts.map +0 -1
  968. package/lib/types/core/hooks/index.d.ts +0 -16
  969. package/lib/types/core/hooks/index.d.ts.map +0 -1
  970. package/lib/types/core/hooks/useClickOutside.d.ts +0 -8
  971. package/lib/types/core/hooks/useClickOutside.d.ts.map +0 -1
  972. package/lib/types/core/hooks/useCopyToClipboard.d.ts +0 -5
  973. package/lib/types/core/hooks/useCopyToClipboard.d.ts.map +0 -1
  974. package/lib/types/core/hooks/useDarkMode.d.ts +0 -2
  975. package/lib/types/core/hooks/useDarkMode.d.ts.map +0 -1
  976. package/lib/types/core/hooks/useDebounce.d.ts +0 -2
  977. package/lib/types/core/hooks/useDebounce.d.ts.map +0 -1
  978. package/lib/types/core/hooks/useEventSource.d.ts +0 -2
  979. package/lib/types/core/hooks/useEventSource.d.ts.map +0 -1
  980. package/lib/types/core/hooks/useFetch.d.ts +0 -24
  981. package/lib/types/core/hooks/useFetch.d.ts.map +0 -1
  982. package/lib/types/core/hooks/useFlag.d.ts +0 -9
  983. package/lib/types/core/hooks/useFlag.d.ts.map +0 -1
  984. package/lib/types/core/hooks/useIntersectionObserver.d.ts +0 -14
  985. package/lib/types/core/hooks/useIntersectionObserver.d.ts.map +0 -1
  986. package/lib/types/core/hooks/useIsFistRendering.d.ts +0 -2
  987. package/lib/types/core/hooks/useIsFistRendering.d.ts.map +0 -1
  988. package/lib/types/core/hooks/useSafeLayoutEffect.d.ts +0 -4
  989. package/lib/types/core/hooks/useSafeLayoutEffect.d.ts.map +0 -1
  990. package/lib/types/core/hooks/useScrollableSearch.d.ts +0 -82
  991. package/lib/types/core/hooks/useScrollableSearch.d.ts.map +0 -1
  992. package/lib/types/core/hooks/useSharedValue.d.ts +0 -12
  993. package/lib/types/core/hooks/useSharedValue.d.ts.map +0 -1
  994. package/lib/types/core/index.d.ts +0 -4
  995. package/lib/types/core/index.d.ts.map +0 -1
  996. package/lib/types/core/utils/cn.d.ts +0 -3
  997. package/lib/types/core/utils/cn.d.ts.map +0 -1
  998. package/lib/types/core/utils/index.d.ts +0 -2
  999. package/lib/types/core/utils/index.d.ts.map +0 -1
  1000. package/lib/types/env/index.d.ts +0 -76
  1001. package/lib/types/env/index.d.ts.map +0 -1
  1002. package/lib/types/features/activity-doc/ActivityDoc.d.ts +0 -14
  1003. package/lib/types/features/activity-doc/ActivityDoc.d.ts.map +0 -1
  1004. package/lib/types/features/activity-doc/index.d.ts +0 -2
  1005. package/lib/types/features/activity-doc/index.d.ts.map +0 -1
  1006. package/lib/types/features/agent/PayloadBuilder.d.ts +0 -69
  1007. package/lib/types/features/agent/PayloadBuilder.d.ts.map +0 -1
  1008. package/lib/types/features/agent/chat/AgentChart.d.ts +0 -75
  1009. package/lib/types/features/agent/chat/AgentChart.d.ts.map +0 -1
  1010. package/lib/types/features/agent/chat/AnimatedThinkingDots.d.ts +0 -38
  1011. package/lib/types/features/agent/chat/AnimatedThinkingDots.d.ts.map +0 -1
  1012. package/lib/types/features/agent/chat/AskUserWidget.d.ts +0 -84
  1013. package/lib/types/features/agent/chat/AskUserWidget.d.ts.map +0 -1
  1014. package/lib/types/features/agent/chat/ImageLightbox.d.ts +0 -18
  1015. package/lib/types/features/agent/chat/ImageLightbox.d.ts.map +0 -1
  1016. package/lib/types/features/agent/chat/JumpingDots.d.ts +0 -7
  1017. package/lib/types/features/agent/chat/JumpingDots.d.ts.map +0 -1
  1018. package/lib/types/features/agent/chat/ModernAgentConversation.d.ts +0 -64
  1019. package/lib/types/features/agent/chat/ModernAgentConversation.d.ts.map +0 -1
  1020. package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts +0 -29
  1021. package/lib/types/features/agent/chat/ModernAgentOutput/AllMessagesMixed.d.ts.map +0 -1
  1022. package/lib/types/features/agent/chat/ModernAgentOutput/BatchProgressPanel.d.ts +0 -10
  1023. package/lib/types/features/agent/chat/ModernAgentOutput/BatchProgressPanel.d.ts.map +0 -1
  1024. package/lib/types/features/agent/chat/ModernAgentOutput/Header.d.ts +0 -27
  1025. package/lib/types/features/agent/chat/ModernAgentOutput/Header.d.ts.map +0 -1
  1026. package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.d.ts +0 -11
  1027. package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlideInPanel.d.ts.map +0 -1
  1028. package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.d.ts +0 -18
  1029. package/lib/types/features/agent/chat/ModernAgentOutput/InlineSlidingPlanPanel.d.ts.map +0 -1
  1030. package/lib/types/features/agent/chat/ModernAgentOutput/MessageInput.d.ts +0 -61
  1031. package/lib/types/features/agent/chat/ModernAgentOutput/MessageInput.d.ts.map +0 -1
  1032. package/lib/types/features/agent/chat/ModernAgentOutput/MessageItem.d.ts +0 -30
  1033. package/lib/types/features/agent/chat/ModernAgentOutput/MessageItem.d.ts.map +0 -1
  1034. package/lib/types/features/agent/chat/ModernAgentOutput/MessagesContainer.d.ts +0 -15
  1035. package/lib/types/features/agent/chat/ModernAgentOutput/MessagesContainer.d.ts.map +0 -1
  1036. package/lib/types/features/agent/chat/ModernAgentOutput/PlanPanel.d.ts +0 -9
  1037. package/lib/types/features/agent/chat/ModernAgentOutput/PlanPanel.d.ts.map +0 -1
  1038. package/lib/types/features/agent/chat/ModernAgentOutput/SlideInPanel.d.ts +0 -11
  1039. package/lib/types/features/agent/chat/ModernAgentOutput/SlideInPanel.d.ts.map +0 -1
  1040. package/lib/types/features/agent/chat/ModernAgentOutput/SlidingMessages.d.ts +0 -8
  1041. package/lib/types/features/agent/chat/ModernAgentOutput/SlidingMessages.d.ts.map +0 -1
  1042. package/lib/types/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.d.ts +0 -10
  1043. package/lib/types/features/agent/chat/ModernAgentOutput/SlidingPlanPanel.d.ts.map +0 -1
  1044. package/lib/types/features/agent/chat/ModernAgentOutput/StackedMessages.d.ts +0 -8
  1045. package/lib/types/features/agent/chat/ModernAgentOutput/StackedMessages.d.ts.map +0 -1
  1046. package/lib/types/features/agent/chat/ModernAgentOutput/StreamingMessage.d.ts +0 -26
  1047. package/lib/types/features/agent/chat/ModernAgentOutput/StreamingMessage.d.ts.map +0 -1
  1048. package/lib/types/features/agent/chat/ModernAgentOutput/ToolCallGroup.d.ts +0 -12
  1049. package/lib/types/features/agent/chat/ModernAgentOutput/ToolCallGroup.d.ts.map +0 -1
  1050. package/lib/types/features/agent/chat/ModernAgentOutput/WorkstreamTabs.d.ts +0 -22
  1051. package/lib/types/features/agent/chat/ModernAgentOutput/WorkstreamTabs.d.ts.map +0 -1
  1052. package/lib/types/features/agent/chat/ModernAgentOutput/utils.d.ts +0 -107
  1053. package/lib/types/features/agent/chat/ModernAgentOutput/utils.d.ts.map +0 -1
  1054. package/lib/types/features/agent/chat/SkillWidgetProvider.d.ts +0 -11
  1055. package/lib/types/features/agent/chat/SkillWidgetProvider.d.ts.map +0 -1
  1056. package/lib/types/features/agent/chat/SlidingThinkingIndicator.d.ts +0 -18
  1057. package/lib/types/features/agent/chat/SlidingThinkingIndicator.d.ts.map +0 -1
  1058. package/lib/types/features/agent/chat/VegaLiteChart.d.ts +0 -18
  1059. package/lib/types/features/agent/chat/VegaLiteChart.d.ts.map +0 -1
  1060. package/lib/types/features/agent/chat/WaitingMessages.d.ts +0 -2
  1061. package/lib/types/features/agent/chat/WaitingMessages.d.ts.map +0 -1
  1062. package/lib/types/features/agent/chat/index.d.ts +0 -17
  1063. package/lib/types/features/agent/chat/index.d.ts.map +0 -1
  1064. package/lib/types/features/agent/chat/useArtifactUrlCache.d.ts +0 -28
  1065. package/lib/types/features/agent/chat/useArtifactUrlCache.d.ts.map +0 -1
  1066. package/lib/types/features/agent/createChartTool.d.ts +0 -178
  1067. package/lib/types/features/agent/createChartTool.d.ts.map +0 -1
  1068. package/lib/types/features/agent/examples.d.ts +0 -59
  1069. package/lib/types/features/agent/examples.d.ts.map +0 -1
  1070. package/lib/types/features/agent/index.d.ts +0 -5
  1071. package/lib/types/features/agent/index.d.ts.map +0 -1
  1072. package/lib/types/features/agent/visualization.d.ts +0 -95
  1073. package/lib/types/features/agent/visualization.d.ts.map +0 -1
  1074. package/lib/types/features/errors/PanelErrorBoundary.d.ts +0 -5
  1075. package/lib/types/features/errors/PanelErrorBoundary.d.ts.map +0 -1
  1076. package/lib/types/features/errors/RowErrorBoundary.d.ts +0 -8
  1077. package/lib/types/features/errors/RowErrorBoundary.d.ts.map +0 -1
  1078. package/lib/types/features/errors/VertesiaErrorBoundary.d.ts +0 -12
  1079. package/lib/types/features/errors/VertesiaErrorBoundary.d.ts.map +0 -1
  1080. package/lib/types/features/errors/WidgetErrorBoundary.d.ts +0 -5
  1081. package/lib/types/features/errors/WidgetErrorBoundary.d.ts.map +0 -1
  1082. package/lib/types/features/errors/index.d.ts +0 -5
  1083. package/lib/types/features/errors/index.d.ts.map +0 -1
  1084. package/lib/types/features/facets/AgentRunnerFacetsNav.d.ts +0 -14
  1085. package/lib/types/features/facets/AgentRunnerFacetsNav.d.ts.map +0 -1
  1086. package/lib/types/features/facets/CollectionsFacetsNav.d.ts +0 -14
  1087. package/lib/types/features/facets/CollectionsFacetsNav.d.ts.map +0 -1
  1088. package/lib/types/features/facets/DocumentsFacetsNav.d.ts +0 -17
  1089. package/lib/types/features/facets/DocumentsFacetsNav.d.ts.map +0 -1
  1090. package/lib/types/features/facets/EnvironmentFacet.d.ts +0 -10
  1091. package/lib/types/features/facets/EnvironmentFacet.d.ts.map +0 -1
  1092. package/lib/types/features/facets/InteractionsFacetsNav.d.ts +0 -14
  1093. package/lib/types/features/facets/InteractionsFacetsNav.d.ts.map +0 -1
  1094. package/lib/types/features/facets/PromptsFacetsNav.d.ts +0 -15
  1095. package/lib/types/features/facets/PromptsFacetsNav.d.ts.map +0 -1
  1096. package/lib/types/features/facets/RunsFacetsNav.d.ts +0 -20
  1097. package/lib/types/features/facets/RunsFacetsNav.d.ts.map +0 -1
  1098. package/lib/types/features/facets/WorkflowExecutionsFacetsNav.d.ts +0 -14
  1099. package/lib/types/features/facets/WorkflowExecutionsFacetsNav.d.ts.map +0 -1
  1100. package/lib/types/features/facets/index.d.ts +0 -16
  1101. package/lib/types/features/facets/index.d.ts.map +0 -1
  1102. package/lib/types/features/facets/utils/SearchInterface.d.ts +0 -14
  1103. package/lib/types/features/facets/utils/SearchInterface.d.ts.map +0 -1
  1104. package/lib/types/features/facets/utils/StringFacet.d.ts +0 -11
  1105. package/lib/types/features/facets/utils/StringFacet.d.ts.map +0 -1
  1106. package/lib/types/features/facets/utils/StringListFacet.d.ts +0 -11
  1107. package/lib/types/features/facets/utils/StringListFacet.d.ts.map +0 -1
  1108. package/lib/types/features/facets/utils/TypeFacet.d.ts +0 -16
  1109. package/lib/types/features/facets/utils/TypeFacet.d.ts.map +0 -1
  1110. package/lib/types/features/facets/utils/VEnvironmentFacet.d.ts +0 -12
  1111. package/lib/types/features/facets/utils/VEnvironmentFacet.d.ts.map +0 -1
  1112. package/lib/types/features/facets/utils/VInteractionFacet.d.ts +0 -15
  1113. package/lib/types/features/facets/utils/VInteractionFacet.d.ts.map +0 -1
  1114. package/lib/types/features/facets/utils/VStringFacet.d.ts +0 -21
  1115. package/lib/types/features/facets/utils/VStringFacet.d.ts.map +0 -1
  1116. package/lib/types/features/facets/utils/VTypeFacet.d.ts +0 -12
  1117. package/lib/types/features/facets/utils/VTypeFacet.d.ts.map +0 -1
  1118. package/lib/types/features/facets/utils/VUserFacet.d.ts +0 -11
  1119. package/lib/types/features/facets/utils/VUserFacet.d.ts.map +0 -1
  1120. package/lib/types/features/facets/utils/utils.d.ts +0 -4
  1121. package/lib/types/features/facets/utils/utils.d.ts.map +0 -1
  1122. package/lib/types/features/index.d.ts +0 -12
  1123. package/lib/types/features/index.d.ts.map +0 -1
  1124. package/lib/types/features/layout/GenericPageNavHeader.d.ts +0 -14
  1125. package/lib/types/features/layout/GenericPageNavHeader.d.ts.map +0 -1
  1126. package/lib/types/features/layout/NotFoundView.d.ts +0 -5
  1127. package/lib/types/features/layout/NotFoundView.d.ts.map +0 -1
  1128. package/lib/types/features/layout/index.d.ts +0 -3
  1129. package/lib/types/features/layout/index.d.ts.map +0 -1
  1130. package/lib/types/features/magic-pdf/AnnotatedImageSlider.d.ts +0 -13
  1131. package/lib/types/features/magic-pdf/AnnotatedImageSlider.d.ts.map +0 -1
  1132. package/lib/types/features/magic-pdf/DownloadPopover.d.ts +0 -7
  1133. package/lib/types/features/magic-pdf/DownloadPopover.d.ts.map +0 -1
  1134. package/lib/types/features/magic-pdf/ExtractedContentView.d.ts +0 -8
  1135. package/lib/types/features/magic-pdf/ExtractedContentView.d.ts.map +0 -1
  1136. package/lib/types/features/magic-pdf/MagicPdfProvider.d.ts +0 -58
  1137. package/lib/types/features/magic-pdf/MagicPdfProvider.d.ts.map +0 -1
  1138. package/lib/types/features/magic-pdf/MagicPdfView.d.ts +0 -7
  1139. package/lib/types/features/magic-pdf/MagicPdfView.d.ts.map +0 -1
  1140. package/lib/types/features/magic-pdf/index.d.ts +0 -2
  1141. package/lib/types/features/magic-pdf/index.d.ts.map +0 -1
  1142. package/lib/types/features/magic-pdf/types.d.ts +0 -2
  1143. package/lib/types/features/magic-pdf/types.d.ts.map +0 -1
  1144. package/lib/types/features/pdf-viewer/PdfPageRenderer.d.ts +0 -83
  1145. package/lib/types/features/pdf-viewer/PdfPageRenderer.d.ts.map +0 -1
  1146. package/lib/types/features/pdf-viewer/PdfPageSlider.d.ts +0 -29
  1147. package/lib/types/features/pdf-viewer/PdfPageSlider.d.ts.map +0 -1
  1148. package/lib/types/features/pdf-viewer/SimplePdfViewer.d.ts +0 -19
  1149. package/lib/types/features/pdf-viewer/SimplePdfViewer.d.ts.map +0 -1
  1150. package/lib/types/features/pdf-viewer/index.d.ts +0 -4
  1151. package/lib/types/features/pdf-viewer/index.d.ts.map +0 -1
  1152. package/lib/types/features/permissions/SecureButton.d.ts +0 -8
  1153. package/lib/types/features/permissions/SecureButton.d.ts.map +0 -1
  1154. package/lib/types/features/permissions/SecureSidebarItem.d.ts +0 -8
  1155. package/lib/types/features/permissions/SecureSidebarItem.d.ts.map +0 -1
  1156. package/lib/types/features/permissions/UserPermissionsProvider.d.ts +0 -21
  1157. package/lib/types/features/permissions/UserPermissionsProvider.d.ts.map +0 -1
  1158. package/lib/types/features/permissions/helpers.d.ts +0 -5
  1159. package/lib/types/features/permissions/helpers.d.ts.map +0 -1
  1160. package/lib/types/features/permissions/index.d.ts +0 -5
  1161. package/lib/types/features/permissions/index.d.ts.map +0 -1
  1162. package/lib/types/features/store/collections/BrowseCollectionView.d.ts +0 -7
  1163. package/lib/types/features/store/collections/BrowseCollectionView.d.ts.map +0 -1
  1164. package/lib/types/features/store/collections/CollectionsTable.d.ts +0 -6
  1165. package/lib/types/features/store/collections/CollectionsTable.d.ts.map +0 -1
  1166. package/lib/types/features/store/collections/CreateCollection.d.ts +0 -13
  1167. package/lib/types/features/store/collections/CreateCollection.d.ts.map +0 -1
  1168. package/lib/types/features/store/collections/EditCollectionView.d.ts +0 -8
  1169. package/lib/types/features/store/collections/EditCollectionView.d.ts.map +0 -1
  1170. package/lib/types/features/store/collections/SelectCollection.d.ts +0 -20
  1171. package/lib/types/features/store/collections/SelectCollection.d.ts.map +0 -1
  1172. package/lib/types/features/store/collections/SharedPropsEditor.d.ts +0 -7
  1173. package/lib/types/features/store/collections/SharedPropsEditor.d.ts.map +0 -1
  1174. package/lib/types/features/store/collections/SyncMemberHeadsToggle.d.ts +0 -7
  1175. package/lib/types/features/store/collections/SyncMemberHeadsToggle.d.ts.map +0 -1
  1176. package/lib/types/features/store/collections/index.d.ts +0 -8
  1177. package/lib/types/features/store/collections/index.d.ts.map +0 -1
  1178. package/lib/types/features/store/index.d.ts +0 -4
  1179. package/lib/types/features/store/index.d.ts.map +0 -1
  1180. package/lib/types/features/store/objects/DocumentPreviewPanel.d.ts +0 -8
  1181. package/lib/types/features/store/objects/DocumentPreviewPanel.d.ts.map +0 -1
  1182. package/lib/types/features/store/objects/DocumentSearchResults.d.ts +0 -20
  1183. package/lib/types/features/store/objects/DocumentSearchResults.d.ts.map +0 -1
  1184. package/lib/types/features/store/objects/DocumentSelectionProvider.d.ts +0 -33
  1185. package/lib/types/features/store/objects/DocumentSelectionProvider.d.ts.map +0 -1
  1186. package/lib/types/features/store/objects/DocumentTable.d.ts +0 -25
  1187. package/lib/types/features/store/objects/DocumentTable.d.ts.map +0 -1
  1188. package/lib/types/features/store/objects/ExportPropertiesModal.d.ts +0 -12
  1189. package/lib/types/features/store/objects/ExportPropertiesModal.d.ts.map +0 -1
  1190. package/lib/types/features/store/objects/components/ContentDispositionButton.d.ts +0 -9
  1191. package/lib/types/features/store/objects/components/ContentDispositionButton.d.ts.map +0 -1
  1192. package/lib/types/features/store/objects/components/ContentOverview.d.ts +0 -9
  1193. package/lib/types/features/store/objects/components/ContentOverview.d.ts.map +0 -1
  1194. package/lib/types/features/store/objects/components/DocumentIcon.d.ts +0 -18
  1195. package/lib/types/features/store/objects/components/DocumentIcon.d.ts.map +0 -1
  1196. package/lib/types/features/store/objects/components/DocumentInput.d.ts +0 -8
  1197. package/lib/types/features/store/objects/components/DocumentInput.d.ts.map +0 -1
  1198. package/lib/types/features/store/objects/components/PropertiesEditorModal.d.ts +0 -9
  1199. package/lib/types/features/store/objects/components/PropertiesEditorModal.d.ts.map +0 -1
  1200. package/lib/types/features/store/objects/components/SaveVersionConfirmModal.d.ts +0 -9
  1201. package/lib/types/features/store/objects/components/SaveVersionConfirmModal.d.ts.map +0 -1
  1202. package/lib/types/features/store/objects/components/SelectDocument.d.ts +0 -9
  1203. package/lib/types/features/store/objects/components/SelectDocument.d.ts.map +0 -1
  1204. package/lib/types/features/store/objects/components/SelectDocumentModal.d.ts +0 -9
  1205. package/lib/types/features/store/objects/components/SelectDocumentModal.d.ts.map +0 -1
  1206. package/lib/types/features/store/objects/components/VectorSearchWidget.d.ts +0 -12
  1207. package/lib/types/features/store/objects/components/VectorSearchWidget.d.ts.map +0 -1
  1208. package/lib/types/features/store/objects/components/index.d.ts +0 -10
  1209. package/lib/types/features/store/objects/components/index.d.ts.map +0 -1
  1210. package/lib/types/features/store/objects/components/useContentPanelHooks.d.ts +0 -30
  1211. package/lib/types/features/store/objects/components/useContentPanelHooks.d.ts.map +0 -1
  1212. package/lib/types/features/store/objects/components/useDownloadObject.d.ts +0 -4
  1213. package/lib/types/features/store/objects/components/useDownloadObject.d.ts.map +0 -1
  1214. package/lib/types/features/store/objects/index.d.ts +0 -11
  1215. package/lib/types/features/store/objects/index.d.ts.map +0 -1
  1216. package/lib/types/features/store/objects/layout/DocumentTableColumn.d.ts +0 -18
  1217. package/lib/types/features/store/objects/layout/DocumentTableColumn.d.ts.map +0 -1
  1218. package/lib/types/features/store/objects/layout/documentLayout.d.ts +0 -20
  1219. package/lib/types/features/store/objects/layout/documentLayout.d.ts.map +0 -1
  1220. package/lib/types/features/store/objects/layout/index.d.ts +0 -3
  1221. package/lib/types/features/store/objects/layout/index.d.ts.map +0 -1
  1222. package/lib/types/features/store/objects/layout/renderers.d.ts +0 -3
  1223. package/lib/types/features/store/objects/layout/renderers.d.ts.map +0 -1
  1224. package/lib/types/features/store/objects/search/DocumentSearchContext.d.ts +0 -52
  1225. package/lib/types/features/store/objects/search/DocumentSearchContext.d.ts.map +0 -1
  1226. package/lib/types/features/store/objects/search/DocumentSearchProvider.d.ts +0 -14
  1227. package/lib/types/features/store/objects/search/DocumentSearchProvider.d.ts.map +0 -1
  1228. package/lib/types/features/store/objects/search/index.d.ts +0 -3
  1229. package/lib/types/features/store/objects/search/index.d.ts.map +0 -1
  1230. package/lib/types/features/store/objects/selection/ObjectsActionContext.d.ts +0 -26
  1231. package/lib/types/features/store/objects/selection/ObjectsActionContext.d.ts.map +0 -1
  1232. package/lib/types/features/store/objects/selection/ObjectsActionSpec.d.ts +0 -28
  1233. package/lib/types/features/store/objects/selection/ObjectsActionSpec.d.ts.map +0 -1
  1234. package/lib/types/features/store/objects/selection/SelectionActions.d.ts +0 -6
  1235. package/lib/types/features/store/objects/selection/SelectionActions.d.ts.map +0 -1
  1236. package/lib/types/features/store/objects/selection/actions/AddToCollectionAction.d.ts +0 -4
  1237. package/lib/types/features/store/objects/selection/actions/AddToCollectionAction.d.ts.map +0 -1
  1238. package/lib/types/features/store/objects/selection/actions/ChangeTypeAction.d.ts +0 -4
  1239. package/lib/types/features/store/objects/selection/actions/ChangeTypeAction.d.ts.map +0 -1
  1240. package/lib/types/features/store/objects/selection/actions/ConfirmAction.d.ts +0 -16
  1241. package/lib/types/features/store/objects/selection/actions/ConfirmAction.d.ts.map +0 -1
  1242. package/lib/types/features/store/objects/selection/actions/DeleteObjectsAction.d.ts +0 -5
  1243. package/lib/types/features/store/objects/selection/actions/DeleteObjectsAction.d.ts.map +0 -1
  1244. package/lib/types/features/store/objects/selection/actions/ExportPropertiesAction.d.ts +0 -4
  1245. package/lib/types/features/store/objects/selection/actions/ExportPropertiesAction.d.ts.map +0 -1
  1246. package/lib/types/features/store/objects/selection/actions/RemoveFromCollectionAction.d.ts +0 -4
  1247. package/lib/types/features/store/objects/selection/actions/RemoveFromCollectionAction.d.ts.map +0 -1
  1248. package/lib/types/features/store/objects/selection/actions/StartWorkflowComponent.d.ts +0 -4
  1249. package/lib/types/features/store/objects/selection/actions/StartWorkflowComponent.d.ts.map +0 -1
  1250. package/lib/types/features/store/objects/selection/actions/index.d.ts +0 -8
  1251. package/lib/types/features/store/objects/selection/actions/index.d.ts.map +0 -1
  1252. package/lib/types/features/store/objects/selection/index.d.ts +0 -5
  1253. package/lib/types/features/store/objects/selection/index.d.ts.map +0 -1
  1254. package/lib/types/features/store/objects/upload/DocumentUploadModal.d.ts +0 -39
  1255. package/lib/types/features/store/objects/upload/DocumentUploadModal.d.ts.map +0 -1
  1256. package/lib/types/features/store/objects/upload/index.d.ts +0 -4
  1257. package/lib/types/features/store/objects/upload/index.d.ts.map +0 -1
  1258. package/lib/types/features/store/objects/upload/useSmartFileUploadProcessing.d.ts +0 -30
  1259. package/lib/types/features/store/objects/upload/useSmartFileUploadProcessing.d.ts.map +0 -1
  1260. package/lib/types/features/store/objects/upload/useUploadHandler.d.ts +0 -50
  1261. package/lib/types/features/store/objects/upload/useUploadHandler.d.ts.map +0 -1
  1262. package/lib/types/features/store/types/ContentObjectTypesSearch.d.ts +0 -6
  1263. package/lib/types/features/store/types/ContentObjectTypesSearch.d.ts.map +0 -1
  1264. package/lib/types/features/store/types/ContentObjectTypesTable.d.ts +0 -8
  1265. package/lib/types/features/store/types/ContentObjectTypesTable.d.ts.map +0 -1
  1266. package/lib/types/features/store/types/CreateOrUpdateTypeModal.d.ts +0 -15
  1267. package/lib/types/features/store/types/CreateOrUpdateTypeModal.d.ts.map +0 -1
  1268. package/lib/types/features/store/types/ObjectSchemaEditor.d.ts +0 -8
  1269. package/lib/types/features/store/types/ObjectSchemaEditor.d.ts.map +0 -1
  1270. package/lib/types/features/store/types/SelectContentType.d.ts +0 -11
  1271. package/lib/types/features/store/types/SelectContentType.d.ts.map +0 -1
  1272. package/lib/types/features/store/types/SelectContentTypeModal.d.ts +0 -33
  1273. package/lib/types/features/store/types/SelectContentTypeModal.d.ts.map +0 -1
  1274. package/lib/types/features/store/types/TableLayoutEditor.d.ts +0 -9
  1275. package/lib/types/features/store/types/TableLayoutEditor.d.ts.map +0 -1
  1276. package/lib/types/features/store/types/index.d.ts +0 -9
  1277. package/lib/types/features/store/types/index.d.ts.map +0 -1
  1278. package/lib/types/features/store/types/search/ObjectTypeSearchContext.d.ts +0 -36
  1279. package/lib/types/features/store/types/search/ObjectTypeSearchContext.d.ts.map +0 -1
  1280. package/lib/types/features/store/types/search/ObjectTypeSearchProvider.d.ts +0 -11
  1281. package/lib/types/features/store/types/search/ObjectTypeSearchProvider.d.ts.map +0 -1
  1282. package/lib/types/features/store/types/search/index.d.ts +0 -3
  1283. package/lib/types/features/store/types/search/index.d.ts.map +0 -1
  1284. package/lib/types/features/user/UserAvatar.d.ts +0 -9
  1285. package/lib/types/features/user/UserAvatar.d.ts.map +0 -1
  1286. package/lib/types/features/user/UserInfo.d.ts +0 -48
  1287. package/lib/types/features/user/UserInfo.d.ts.map +0 -1
  1288. package/lib/types/features/user/index.d.ts +0 -3
  1289. package/lib/types/features/user/index.d.ts.map +0 -1
  1290. package/lib/types/features/utils/index.d.ts +0 -6
  1291. package/lib/types/features/utils/index.d.ts.map +0 -1
  1292. package/lib/types/features/utils/mimeType.d.ts +0 -6
  1293. package/lib/types/features/utils/mimeType.d.ts.map +0 -1
  1294. package/lib/types/features/utils/print.d.ts +0 -10
  1295. package/lib/types/features/utils/print.d.ts.map +0 -1
  1296. package/lib/types/features/utils/rendition.d.ts +0 -4
  1297. package/lib/types/features/utils/rendition.d.ts.map +0 -1
  1298. package/lib/types/features/utils/text.d.ts +0 -3
  1299. package/lib/types/features/utils/text.d.ts.map +0 -1
  1300. package/lib/types/features/utils/workflowStatus.d.ts +0 -10
  1301. package/lib/types/features/utils/workflowStatus.d.ts.map +0 -1
  1302. package/lib/types/layout/AppLayout.d.ts +0 -13
  1303. package/lib/types/layout/AppLayout.d.ts.map +0 -1
  1304. package/lib/types/layout/FullHeightLayout.d.ts +0 -27
  1305. package/lib/types/layout/FullHeightLayout.d.ts.map +0 -1
  1306. package/lib/types/layout/Navbar.d.ts +0 -33
  1307. package/lib/types/layout/Navbar.d.ts.map +0 -1
  1308. package/lib/types/layout/Sidebar.d.ts +0 -31
  1309. package/lib/types/layout/Sidebar.d.ts.map +0 -1
  1310. package/lib/types/layout/SidebarContext.d.ts +0 -9
  1311. package/lib/types/layout/SidebarContext.d.ts.map +0 -1
  1312. package/lib/types/layout/TitleBar.d.ts +0 -6
  1313. package/lib/types/layout/TitleBar.d.ts.map +0 -1
  1314. package/lib/types/layout/index.d.ts +0 -7
  1315. package/lib/types/layout/index.d.ts.map +0 -1
  1316. package/lib/types/router/FixLinks.d.ts +0 -7
  1317. package/lib/types/router/FixLinks.d.ts.map +0 -1
  1318. package/lib/types/router/HistoryNavigator.d.ts +0 -59
  1319. package/lib/types/router/HistoryNavigator.d.ts.map +0 -1
  1320. package/lib/types/router/Nav.d.ts +0 -30
  1321. package/lib/types/router/Nav.d.ts.map +0 -1
  1322. package/lib/types/router/NestedNavigationContext.d.ts +0 -9
  1323. package/lib/types/router/NestedNavigationContext.d.ts.map +0 -1
  1324. package/lib/types/router/NestedRouterProvider.d.ts +0 -14
  1325. package/lib/types/router/NestedRouterProvider.d.ts.map +0 -1
  1326. package/lib/types/router/PathMatcher.d.ts +0 -36
  1327. package/lib/types/router/PathMatcher.d.ts.map +0 -1
  1328. package/lib/types/router/PathWithParams.d.ts +0 -9
  1329. package/lib/types/router/PathWithParams.d.ts.map +0 -1
  1330. package/lib/types/router/Route404.d.ts +0 -4
  1331. package/lib/types/router/Route404.d.ts.map +0 -1
  1332. package/lib/types/router/RouteComponent.d.ts +0 -6
  1333. package/lib/types/router/RouteComponent.d.ts.map +0 -1
  1334. package/lib/types/router/Router.d.ts +0 -74
  1335. package/lib/types/router/Router.d.ts.map +0 -1
  1336. package/lib/types/router/RouterProvider.d.ts +0 -15
  1337. package/lib/types/router/RouterProvider.d.ts.map +0 -1
  1338. package/lib/types/router/index.d.ts +0 -11
  1339. package/lib/types/router/index.d.ts.map +0 -1
  1340. package/lib/types/router/path.d.ts +0 -8
  1341. package/lib/types/router/path.d.ts.map +0 -1
  1342. package/lib/types/session/TypeRegistry.d.ts +0 -10
  1343. package/lib/types/session/TypeRegistry.d.ts.map +0 -1
  1344. package/lib/types/session/UserSession.d.ts +0 -40
  1345. package/lib/types/session/UserSession.d.ts.map +0 -1
  1346. package/lib/types/session/UserSessionProvider.d.ts +0 -7
  1347. package/lib/types/session/UserSessionProvider.d.ts.map +0 -1
  1348. package/lib/types/session/auth/composable.d.ts +0 -26
  1349. package/lib/types/session/auth/composable.d.ts.map +0 -1
  1350. package/lib/types/session/auth/firebase.d.ts +0 -10
  1351. package/lib/types/session/auth/firebase.d.ts.map +0 -1
  1352. package/lib/types/session/auth/useAuthState.d.ts +0 -10
  1353. package/lib/types/session/auth/useAuthState.d.ts.map +0 -1
  1354. package/lib/types/session/auth/useCurrentTenant.d.ts +0 -15
  1355. package/lib/types/session/auth/useCurrentTenant.d.ts.map +0 -1
  1356. package/lib/types/session/constants.d.ts +0 -3
  1357. package/lib/types/session/constants.d.ts.map +0 -1
  1358. package/lib/types/session/index.d.ts +0 -9
  1359. package/lib/types/session/index.d.ts.map +0 -1
  1360. package/lib/types/session/useUXTracking.d.ts +0 -6
  1361. package/lib/types/session/useUXTracking.d.ts.map +0 -1
  1362. package/lib/types/shell/SplashScreen.d.ts +0 -7
  1363. package/lib/types/shell/SplashScreen.d.ts.map +0 -1
  1364. package/lib/types/shell/VertesiaShell.d.ts +0 -10
  1365. package/lib/types/shell/VertesiaShell.d.ts.map +0 -1
  1366. package/lib/types/shell/apps/AppInstallationProvider.d.ts +0 -12
  1367. package/lib/types/shell/apps/AppInstallationProvider.d.ts.map +0 -1
  1368. package/lib/types/shell/apps/AppProjectSelector.d.ts +0 -12
  1369. package/lib/types/shell/apps/AppProjectSelector.d.ts.map +0 -1
  1370. package/lib/types/shell/apps/StandaloneApp.d.ts +0 -23
  1371. package/lib/types/shell/apps/StandaloneApp.d.ts.map +0 -1
  1372. package/lib/types/shell/apps/index.d.ts +0 -4
  1373. package/lib/types/shell/apps/index.d.ts.map +0 -1
  1374. package/lib/types/shell/index.d.ts +0 -8
  1375. package/lib/types/shell/index.d.ts.map +0 -1
  1376. package/lib/types/shell/login/EnterpriseSigninButton.d.ts +0 -6
  1377. package/lib/types/shell/login/EnterpriseSigninButton.d.ts.map +0 -1
  1378. package/lib/types/shell/login/GitHubSignInButton.d.ts +0 -6
  1379. package/lib/types/shell/login/GitHubSignInButton.d.ts.map +0 -1
  1380. package/lib/types/shell/login/GoogleSignInButton.d.ts +0 -6
  1381. package/lib/types/shell/login/GoogleSignInButton.d.ts.map +0 -1
  1382. package/lib/types/shell/login/InviteAcceptModal.d.ts +0 -2
  1383. package/lib/types/shell/login/InviteAcceptModal.d.ts.map +0 -1
  1384. package/lib/types/shell/login/MicrosoftSigninButton.d.ts +0 -6
  1385. package/lib/types/shell/login/MicrosoftSigninButton.d.ts.map +0 -1
  1386. package/lib/types/shell/login/PreviewIcon.d.ts +0 -6
  1387. package/lib/types/shell/login/PreviewIcon.d.ts.map +0 -1
  1388. package/lib/types/shell/login/SignInModal.d.ts +0 -7
  1389. package/lib/types/shell/login/SignInModal.d.ts.map +0 -1
  1390. package/lib/types/shell/login/SigninScreen.d.ts +0 -9
  1391. package/lib/types/shell/login/SigninScreen.d.ts.map +0 -1
  1392. package/lib/types/shell/login/SignupForm.d.ts +0 -8
  1393. package/lib/types/shell/login/SignupForm.d.ts.map +0 -1
  1394. package/lib/types/shell/login/TerminalLogin.d.ts +0 -2
  1395. package/lib/types/shell/login/TerminalLogin.d.ts.map +0 -1
  1396. package/lib/types/shell/login/UserInfo.d.ts +0 -6
  1397. package/lib/types/shell/login/UserInfo.d.ts.map +0 -1
  1398. package/lib/types/shell/login/UserSessionMenu.d.ts +0 -9
  1399. package/lib/types/shell/login/UserSessionMenu.d.ts.map +0 -1
  1400. package/lib/types/shell/utils.d.ts +0 -2
  1401. package/lib/types/shell/utils.d.ts.map +0 -1
  1402. package/lib/types/widgets/Progress.d.ts +0 -6
  1403. package/lib/types/widgets/Progress.d.ts.map +0 -1
  1404. package/lib/types/widgets/SvgIcon.d.ts +0 -7
  1405. package/lib/types/widgets/SvgIcon.d.ts.map +0 -1
  1406. package/lib/types/widgets/form/Form.d.ts +0 -22
  1407. package/lib/types/widgets/form/Form.d.ts.map +0 -1
  1408. package/lib/types/widgets/form/FormContext.d.ts +0 -20
  1409. package/lib/types/widgets/form/FormContext.d.ts.map +0 -1
  1410. package/lib/types/widgets/form/ManagedObject.d.ts +0 -82
  1411. package/lib/types/widgets/form/ManagedObject.d.ts.map +0 -1
  1412. package/lib/types/widgets/form/fields.d.ts +0 -16
  1413. package/lib/types/widgets/form/fields.d.ts.map +0 -1
  1414. package/lib/types/widgets/form/index.d.ts +0 -7
  1415. package/lib/types/widgets/form/index.d.ts.map +0 -1
  1416. package/lib/types/widgets/form/inputs.d.ts +0 -8
  1417. package/lib/types/widgets/form/inputs.d.ts.map +0 -1
  1418. package/lib/types/widgets/form/schema.d.ts +0 -47
  1419. package/lib/types/widgets/form/schema.d.ts.map +0 -1
  1420. package/lib/types/widgets/index.d.ts +0 -12
  1421. package/lib/types/widgets/index.d.ts.map +0 -1
  1422. package/lib/types/widgets/json-view/JSONCode.d.ts +0 -5
  1423. package/lib/types/widgets/json-view/JSONCode.d.ts.map +0 -1
  1424. package/lib/types/widgets/json-view/JSONDisplay.d.ts +0 -8
  1425. package/lib/types/widgets/json-view/JSONDisplay.d.ts.map +0 -1
  1426. package/lib/types/widgets/json-view/JSONView.d.ts +0 -7
  1427. package/lib/types/widgets/json-view/JSONView.d.ts.map +0 -1
  1428. package/lib/types/widgets/json-view/index.d.ts +0 -5
  1429. package/lib/types/widgets/json-view/index.d.ts.map +0 -1
  1430. package/lib/types/widgets/json-view/types.d.ts +0 -8
  1431. package/lib/types/widgets/json-view/types.d.ts.map +0 -1
  1432. package/lib/types/widgets/markdown/ArtifactContentRenderer.d.ts +0 -26
  1433. package/lib/types/widgets/markdown/ArtifactContentRenderer.d.ts.map +0 -1
  1434. package/lib/types/widgets/markdown/CodeBlockPlaceholder.d.ts +0 -42
  1435. package/lib/types/widgets/markdown/CodeBlockPlaceholder.d.ts.map +0 -1
  1436. package/lib/types/widgets/markdown/CodeBlockPlaceholder.test.d.ts +0 -2
  1437. package/lib/types/widgets/markdown/CodeBlockPlaceholder.test.d.ts.map +0 -1
  1438. package/lib/types/widgets/markdown/CodeBlockRendering.d.ts +0 -23
  1439. package/lib/types/widgets/markdown/CodeBlockRendering.d.ts.map +0 -1
  1440. package/lib/types/widgets/markdown/MarkdownImage.d.ts +0 -16
  1441. package/lib/types/widgets/markdown/MarkdownImage.d.ts.map +0 -1
  1442. package/lib/types/widgets/markdown/MarkdownLink.d.ts +0 -17
  1443. package/lib/types/widgets/markdown/MarkdownLink.d.ts.map +0 -1
  1444. package/lib/types/widgets/markdown/MarkdownRenderer.d.ts +0 -26
  1445. package/lib/types/widgets/markdown/MarkdownRenderer.d.ts.map +0 -1
  1446. package/lib/types/widgets/markdown/MermaidDiagram.d.ts +0 -23
  1447. package/lib/types/widgets/markdown/MermaidDiagram.d.ts.map +0 -1
  1448. package/lib/types/widgets/markdown/codeBlockHandlers.d.ts +0 -66
  1449. package/lib/types/widgets/markdown/codeBlockHandlers.d.ts.map +0 -1
  1450. package/lib/types/widgets/markdown/codeBlockHandlers.test.d.ts +0 -2
  1451. package/lib/types/widgets/markdown/codeBlockHandlers.test.d.ts.map +0 -1
  1452. package/lib/types/widgets/markdown/index.d.ts +0 -11
  1453. package/lib/types/widgets/markdown/index.d.ts.map +0 -1
  1454. package/lib/types/widgets/markdown/useArtifactContent.d.ts +0 -41
  1455. package/lib/types/widgets/markdown/useArtifactContent.d.ts.map +0 -1
  1456. package/lib/types/widgets/markdown/useResolvedUrl.d.ts +0 -38
  1457. package/lib/types/widgets/markdown/useResolvedUrl.d.ts.map +0 -1
  1458. package/lib/types/widgets/monacoEditor/MonacoEditor.d.ts +0 -41
  1459. package/lib/types/widgets/monacoEditor/MonacoEditor.d.ts.map +0 -1
  1460. package/lib/types/widgets/monacoEditor/index.d.ts +0 -3
  1461. package/lib/types/widgets/monacoEditor/index.d.ts.map +0 -1
  1462. package/lib/types/widgets/popover/Popover.d.ts +0 -38
  1463. package/lib/types/widgets/popover/Popover.d.ts.map +0 -1
  1464. package/lib/types/widgets/popover/context.d.ts +0 -8
  1465. package/lib/types/widgets/popover/context.d.ts.map +0 -1
  1466. package/lib/types/widgets/popover/index.d.ts +0 -3
  1467. package/lib/types/widgets/popover/index.d.ts.map +0 -1
  1468. package/lib/types/widgets/popover/slots.d.ts +0 -5
  1469. package/lib/types/widgets/popover/slots.d.ts.map +0 -1
  1470. package/lib/types/widgets/properties/PropertiesView.d.ts +0 -11
  1471. package/lib/types/widgets/properties/PropertiesView.d.ts.map +0 -1
  1472. package/lib/types/widgets/properties/index.d.ts +0 -2
  1473. package/lib/types/widgets/properties/index.d.ts.map +0 -1
  1474. package/lib/types/widgets/schema-editor/ManagedSchema.d.ts +0 -75
  1475. package/lib/types/widgets/schema-editor/ManagedSchema.d.ts.map +0 -1
  1476. package/lib/types/widgets/schema-editor/editor/Editable.d.ts +0 -40
  1477. package/lib/types/widgets/schema-editor/editor/Editable.d.ts.map +0 -1
  1478. package/lib/types/widgets/schema-editor/editor/EditableSchemaProperty.d.ts +0 -8
  1479. package/lib/types/widgets/schema-editor/editor/EditableSchemaProperty.d.ts.map +0 -1
  1480. package/lib/types/widgets/schema-editor/editor/PropertyEditor.d.ts +0 -5
  1481. package/lib/types/widgets/schema-editor/editor/PropertyEditor.d.ts.map +0 -1
  1482. package/lib/types/widgets/schema-editor/editor/PropertyViewer.d.ts +0 -4
  1483. package/lib/types/widgets/schema-editor/editor/PropertyViewer.d.ts.map +0 -1
  1484. package/lib/types/widgets/schema-editor/editor/SchemaContext.d.ts +0 -3
  1485. package/lib/types/widgets/schema-editor/editor/SchemaContext.d.ts.map +0 -1
  1486. package/lib/types/widgets/schema-editor/editor/SchemaEditor.d.ts +0 -9
  1487. package/lib/types/widgets/schema-editor/editor/SchemaEditor.d.ts.map +0 -1
  1488. package/lib/types/widgets/schema-editor/index.d.ts +0 -7
  1489. package/lib/types/widgets/schema-editor/index.d.ts.map +0 -1
  1490. package/lib/types/widgets/schema-editor/json-schema4-utils.d.ts +0 -16
  1491. package/lib/types/widgets/schema-editor/json-schema4-utils.d.ts.map +0 -1
  1492. package/lib/types/widgets/schema-editor/type-signature.d.ts +0 -19
  1493. package/lib/types/widgets/schema-editor/type-signature.d.ts.map +0 -1
  1494. package/lib/types/widgets/upload/DropZone.d.ts +0 -41
  1495. package/lib/types/widgets/upload/DropZone.d.ts.map +0 -1
  1496. package/lib/types/widgets/upload/UploadResultCategory.d.ts +0 -26
  1497. package/lib/types/widgets/upload/UploadResultCategory.d.ts.map +0 -1
  1498. package/lib/types/widgets/upload/UploadSummary.d.ts +0 -38
  1499. package/lib/types/widgets/upload/UploadSummary.d.ts.map +0 -1
  1500. package/lib/types/widgets/upload/index.d.ts +0 -4
  1501. package/lib/types/widgets/upload/index.d.ts.map +0 -1
  1502. package/lib/types/widgets/xml-viewer/components/Attributes/index.d.ts +0 -6
  1503. package/lib/types/widgets/xml-viewer/components/Attributes/index.d.ts.map +0 -1
  1504. package/lib/types/widgets/xml-viewer/components/CDataTag/index.d.ts +0 -8
  1505. package/lib/types/widgets/xml-viewer/components/CDataTag/index.d.ts.map +0 -1
  1506. package/lib/types/widgets/xml-viewer/components/CollapseIcon/index.d.ts +0 -5
  1507. package/lib/types/widgets/xml-viewer/components/CollapseIcon/index.d.ts.map +0 -1
  1508. package/lib/types/widgets/xml-viewer/components/CommentTag/index.d.ts +0 -9
  1509. package/lib/types/widgets/xml-viewer/components/CommentTag/index.d.ts.map +0 -1
  1510. package/lib/types/widgets/xml-viewer/components/DeclarationTag/index.d.ts +0 -8
  1511. package/lib/types/widgets/xml-viewer/components/DeclarationTag/index.d.ts.map +0 -1
  1512. package/lib/types/widgets/xml-viewer/components/Elements/index.d.ts +0 -8
  1513. package/lib/types/widgets/xml-viewer/components/Elements/index.d.ts.map +0 -1
  1514. package/lib/types/widgets/xml-viewer/components/InvalidXml/index.d.ts +0 -2
  1515. package/lib/types/widgets/xml-viewer/components/InvalidXml/index.d.ts.map +0 -1
  1516. package/lib/types/widgets/xml-viewer/components/Tag/index.d.ts +0 -13
  1517. package/lib/types/widgets/xml-viewer/components/Tag/index.d.ts.map +0 -1
  1518. package/lib/types/widgets/xml-viewer/components/TextElement/index.d.ts +0 -8
  1519. package/lib/types/widgets/xml-viewer/components/TextElement/index.d.ts.map +0 -1
  1520. package/lib/types/widgets/xml-viewer/components/XMLViewer.d.ts +0 -3
  1521. package/lib/types/widgets/xml-viewer/components/XMLViewer.d.ts.map +0 -1
  1522. package/lib/types/widgets/xml-viewer/components/types.d.ts +0 -104
  1523. package/lib/types/widgets/xml-viewer/components/types.d.ts.map +0 -1
  1524. package/lib/types/widgets/xml-viewer/constants/index.d.ts +0 -27
  1525. package/lib/types/widgets/xml-viewer/constants/index.d.ts.map +0 -1
  1526. package/lib/types/widgets/xml-viewer/context/xml-viewer-context.d.ts +0 -4
  1527. package/lib/types/widgets/xml-viewer/context/xml-viewer-context.d.ts.map +0 -1
  1528. package/lib/types/widgets/xml-viewer/helpers/index.d.ts +0 -13
  1529. package/lib/types/widgets/xml-viewer/helpers/index.d.ts.map +0 -1
  1530. package/lib/types/widgets/xml-viewer/hooks/useCollapsible.d.ts +0 -15
  1531. package/lib/types/widgets/xml-viewer/hooks/useCollapsible.d.ts.map +0 -1
  1532. package/lib/types/widgets/xml-viewer/hooks/useXMLViewer.d.ts +0 -10
  1533. package/lib/types/widgets/xml-viewer/hooks/useXMLViewer.d.ts.map +0 -1
  1534. package/lib/types/widgets/xml-viewer/index.d.ts +0 -3
  1535. package/lib/types/widgets/xml-viewer/index.d.ts.map +0 -1
  1536. package/lib/types/widgets/xml-viewer/types/index.d.ts +0 -16
  1537. package/lib/types/widgets/xml-viewer/types/index.d.ts.map +0 -1
  1538. package/lib/vertesia-ui-core.js +0 -2
  1539. package/lib/vertesia-ui-core.js.map +0 -1
  1540. package/lib/vertesia-ui-env.js +0 -2
  1541. package/lib/vertesia-ui-env.js.map +0 -1
  1542. package/lib/vertesia-ui-features.js +0 -2
  1543. package/lib/vertesia-ui-features.js.map +0 -1
  1544. package/lib/vertesia-ui-layout.js +0 -2
  1545. package/lib/vertesia-ui-layout.js.map +0 -1
  1546. package/lib/vertesia-ui-router.js +0 -2
  1547. package/lib/vertesia-ui-router.js.map +0 -1
  1548. package/lib/vertesia-ui-session.js +0 -2
  1549. package/lib/vertesia-ui-session.js.map +0 -1
  1550. package/lib/vertesia-ui-shell.js +0 -2
  1551. package/lib/vertesia-ui-shell.js.map +0 -1
  1552. package/lib/vertesia-ui-widgets.js +0 -2
  1553. package/lib/vertesia-ui-widgets.js.map +0 -1
  1554. package/src/core/components/Button.tsx +0 -63
  1555. package/src/core/components/Modal.tsx +0 -144
  1556. package/src/core/components/SelectBox.tsx +0 -188
  1557. package/src/core/components/tabs/Tabs.tsx +0 -132
  1558. package/src/core/components/tabs/TabsContext.ts +0 -25
  1559. package/src/core/components/tabs/index.ts +0 -2
  1560. /package/src/core/components/{MessageBox.tsx → shadcn/MessageBox.tsx} +0 -0
@@ -1,64 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
- import { NavLink } from "@vertesia/ui/router";
3
- import { useUserSession } from "@vertesia/ui/session";
4
- import { FolderClosed, Search, Trash2 } from "lucide-react";
5
- import { Button, ConfirmModal, ErrorBox, Table, TBody, TR, useToast, VTooltip, useFetch, EmptyCollection } from "@vertesia/ui/core";
6
- import dayjs from 'dayjs';
7
- import relativeTime from 'dayjs/plugin/relativeTime';
8
- import { useState, useEffect } from "react";
9
- import { CreateCollectionModal } from "./CreateCollection";
10
- dayjs.extend(relativeTime);
11
- export function CollectionsTable({}) {
12
- const { client } = useUserSession();
13
- const toast = useToast();
14
- const [collectionToDelete, setCollectionToDelete] = useState();
15
- const [isLoading, setIsLoading] = useState(true);
16
- const [isOpen, setOpen] = useState(false);
17
- const { data: collections, error, refetch } = useFetch(() => client.store.collections.search({}), []);
18
- // Update loading state when data is fetched
19
- useEffect(() => {
20
- if (collections || error) {
21
- setIsLoading(false);
22
- }
23
- }, [collections, error]);
24
- if (error) {
25
- return _jsx(ErrorBox, { title: 'Collections fetch failed', children: error.message });
26
- }
27
- const deleteCollection = async () => {
28
- if (!collectionToDelete)
29
- return;
30
- try {
31
- await client.store.collections.delete(collectionToDelete);
32
- toast({
33
- title: 'Collection deleted',
34
- status: 'success',
35
- duration: 3000
36
- });
37
- refetch();
38
- }
39
- catch (err) {
40
- console.error('Failed to delete collection:', err);
41
- toast({
42
- title: 'Failed to delete collection',
43
- description: err.message || 'An error occurred',
44
- status: 'error',
45
- duration: 5000
46
- });
47
- }
48
- finally {
49
- setCollectionToDelete(undefined);
50
- }
51
- };
52
- return (_jsxs(_Fragment, { children: [collections &&
53
- (collections.length > 0 ?
54
- (_jsxs(Table, { className: "w-full", children: [_jsx("thead", { children: _jsxs("tr", { children: [_jsx("th", { children: "Name" }), _jsx("th", { children: "Type" }), _jsx("th", { children: "Created" }), _jsx("th", {})] }) }), _jsx(TBody, { columns: 4, isLoading: isLoading, children: collections.map((c) => {
55
- return _jsxs(TR, { children: [_jsx("td", { children: _jsxs("div", { className: "flex items-center gap-2", children: [collectionIcon(c.dynamic), _jsx(NavLink, { href: `/collections/${c.id}`, children: c.name })] }) }), _jsx("td", { children: c.type?.name || "-" }), _jsx("td", { children: dayjs(c.created_at).fromNow() }), _jsx("td", { className: "text-right", children: _jsx(Button, { variant: "destructive", size: "sm", onClick: () => setCollectionToDelete(c.id), children: _jsx(Trash2, { className: "size-4" }) }) })] }, c.id);
56
- }) })] })) :
57
- _jsx(EmptyCollection, { title: "No Collections", buttonLabel: 'New Collections', onClick: () => setOpen(true), children: "Get started by creating a new Collections." })), _jsx(CreateCollectionModal, { isOpen: isOpen, onClose: () => setOpen(false) }), _jsx(ConfirmModal, { isOpen: !!collectionToDelete, title: "Delete Collection", content: "Are you sure you want to delete this collection? This action cannot be undone.", onConfirm: deleteCollection, onCancel: () => setCollectionToDelete(undefined) })] }));
58
- }
59
- export function collectionIcon(isDynamic) {
60
- const tooltipText = isDynamic ? "Dynamic Collection" : "Static Collection";
61
- const icon = isDynamic ? _jsx(Search, { className: "size-5" }) : _jsx(FolderClosed, { className: "size-5" });
62
- return (_jsx(VTooltip, { description: tooltipText, className: "mr-2", children: icon }));
63
- }
64
- //# sourceMappingURL=CollectionsTable.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CollectionsTable.js","sourceRoot":"","sources":["../../../../../src/features/store/collections/CollectionsTable.tsx"],"names":[],"mappings":"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"}
@@ -1,87 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { useToast, VModalBody, FormItem, VModalFooter, Input, Switch, Button, VModal, VModalTitle, Textarea } from "@vertesia/ui/core";
3
- import { SelectContentType } from "../types/SelectContentType";
4
- import { useNavigate } from "@vertesia/ui/router";
5
- import { useUserSession } from "@vertesia/ui/session";
6
- import { useState } from "react";
7
- export function CreateCollectionForm({ onClose, redirect = true, onAddToCollection }) {
8
- const navigate = useNavigate();
9
- const toast = useToast();
10
- const [isProcessing, setProcessing] = useState(false);
11
- const { client } = useUserSession();
12
- const [payload, setPayload] = useState({
13
- dynamic: false,
14
- name: "",
15
- description: "",
16
- });
17
- function setPayloadProp(name, value) {
18
- setPayload({
19
- ...payload,
20
- [name]: value,
21
- });
22
- }
23
- const onCreate = () => {
24
- if (!payload?.name || !payload.name.trim()) {
25
- toast({
26
- title: "Name is required",
27
- description: "Please provide a name for the collection",
28
- status: "error",
29
- duration: 5000,
30
- });
31
- return;
32
- }
33
- payload.name = payload.name.trim();
34
- if (payload.description) {
35
- payload.description = payload.description.trim();
36
- }
37
- if (payload.dynamic == null) {
38
- payload.dynamic = false;
39
- }
40
- setProcessing(true);
41
- client.store.collections
42
- .create(payload)
43
- .then((r) => {
44
- onClose();
45
- toast({
46
- title: "Collection created",
47
- description: `Collection "${r.name}" created successfully`,
48
- status: "success",
49
- duration: 3000,
50
- });
51
- if (redirect)
52
- navigate(`/collections/${r.id}`);
53
- if (onAddToCollection) {
54
- onAddToCollection(r.id);
55
- }
56
- })
57
- .catch((err) => {
58
- toast({
59
- title: "Failed to create collection",
60
- description: err.message,
61
- status: "error",
62
- duration: 5000,
63
- });
64
- })
65
- .finally(() => setProcessing(false));
66
- };
67
- return (_jsxs("form", { onSubmit: (e) => e.preventDefault(), children: [_jsxs(VModalBody, { children: [_jsx(FormItem, { label: "Name", required: true, children: _jsx(Input, { type: "text", value: payload.name || "", onChange: (value) => setPayloadProp("name", value) }) }), _jsx(FormItem, { label: "Description", className: "mt-2", children: _jsx(Textarea, { value: payload.description || "", onChange: (ev) => setPayloadProp("description", ev.target.value) }) }), _jsx(FormItem, { label: "Dynamic Collection", className: "mt-2", direction: "row", description: "Dynamically fetch content for the collection based on a query. If not enabled, then content must be added by users or agents.", children: _jsx(Switch, { value: payload.dynamic || false, onChange: (value) => setPayloadProp("dynamic", value) }) }), !payload.dynamic &&
68
- _jsx(FormItem, { label: "Allowed Content Types", className: "mt-4", description: "Optionally select which content types can be added to the collection. If not set, then all content types are allowed.", children: _jsx(SelectContentType, { defaultValue: payload.allowed_types || null, onChange: (v) => {
69
- if (Array.isArray(v)) {
70
- setPayloadProp("allowed_types", v.map(type => type.id));
71
- }
72
- else {
73
- setPayloadProp("allowed_types", v ? [v.id] : []);
74
- }
75
- }, isClearable: true, multiple: true }) }), _jsx(FormItem, { label: "Type", className: "mt-2", description: "Optionally select a content type to assign custom properties and data to the collection.", children: _jsx(SelectContentType, { defaultValue: payload.type || null, onChange: (v) => {
76
- if (Array.isArray(v)) {
77
- setPayloadProp("type", v.length > 0 ? v[0].id : null);
78
- }
79
- else {
80
- setPayloadProp("type", v?.id || null);
81
- }
82
- }, isClearable: true }) })] }), _jsx(VModalFooter, { children: _jsx(Button, { isDisabled: isProcessing, onClick: onCreate, children: "Create Collection" }) })] }));
83
- }
84
- export function CreateCollectionModal({ isOpen, onClose }) {
85
- return (_jsxs(VModal, { onClose: onClose, isOpen: isOpen, children: [_jsx(VModalTitle, { children: "Create a Collection" }), _jsx(CreateCollectionForm, { onClose: onClose })] }));
86
- }
87
- //# sourceMappingURL=CreateCollection.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CreateCollection.js","sourceRoot":"","sources":["../../../../../src/features/store/collections/CreateCollection.tsx"],"names":[],"mappings":"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"}
@@ -1,181 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
- import { Button, ErrorBox, FormItem, Input, Panel, Styles, Textarea, useFetch, useToast, useTheme } from "@vertesia/ui/core";
3
- import { SharedPropsEditor, SyncMemberHeadsToggle, UserInfo } from "@vertesia/ui/features";
4
- import { useUserSession } from "@vertesia/ui/session";
5
- import { MonacoEditor, GeneratedForm, ManagedObject } from "@vertesia/ui/widgets";
6
- import dayjs from "dayjs";
7
- import { useMemo, useRef, useState } from "react";
8
- import { SelectContentType, stringifyTableLayout } from "../types";
9
- export function EditCollectionView({ refetch, collection }) {
10
- const typeId = collection.type?.id;
11
- const tableLayoutRef = useRef(undefined);
12
- const toast = useToast();
13
- const { theme } = useTheme();
14
- const { client } = useUserSession();
15
- const [isUpdating, setUpdating] = useState(false);
16
- const [metadata, setMetadata] = useState({
17
- name: collection.name,
18
- description: collection.description || "",
19
- query: collection.query ? JSON.stringify(collection.query, null, 2) : "",
20
- tags: collection.tags || [],
21
- type: collection.type?.id || "",
22
- allowed_types: collection.allowed_types || [],
23
- });
24
- const tableLayoutValue = useMemo(() => {
25
- return stringifyTableLayout(collection.table_layout);
26
- }, [collection.table_layout]);
27
- const onSubmit = () => {
28
- let query = undefined;
29
- try {
30
- query = metadata.query ? JSON.parse(metadata.query) : undefined;
31
- }
32
- catch (err) {
33
- toast({
34
- title: "Invalid Query JSON",
35
- description: err.message,
36
- status: "error",
37
- duration: 5000,
38
- });
39
- return;
40
- }
41
- const payload = {
42
- name: metadata.name,
43
- description: metadata.description,
44
- query: query,
45
- tags: metadata.tags,
46
- type: metadata.type,
47
- allowed_types: metadata.allowed_types,
48
- };
49
- let error;
50
- if (!payload.name) {
51
- error = "Name is required";
52
- }
53
- if (!payload.type) {
54
- payload.type = null;
55
- }
56
- if (error) {
57
- toast({
58
- title: "Validation failed",
59
- description: error,
60
- status: "error",
61
- duration: 5000,
62
- });
63
- return;
64
- }
65
- if (tableLayoutRef.current) {
66
- const layout = tableLayoutRef.current.getValue();
67
- if (layout) {
68
- try {
69
- payload.table_layout = JSON.parse(layout);
70
- }
71
- catch (err) {
72
- toast({
73
- title: "Invalid Table Layout",
74
- description: err.message,
75
- status: "error",
76
- duration: 5000,
77
- });
78
- return;
79
- }
80
- }
81
- else {
82
- payload.table_layout = null;
83
- }
84
- }
85
- setUpdating(true);
86
- client.store.collections
87
- .update(collection.id, payload)
88
- .then(() => {
89
- refetch();
90
- toast({
91
- title: "Collection updated",
92
- description: "Collection has been updated successfully",
93
- status: "success",
94
- duration: 3000,
95
- });
96
- })
97
- .catch((err) => {
98
- toast({
99
- title: "Failed to update collection",
100
- description: err.message,
101
- status: "error",
102
- duration: 5000,
103
- });
104
- })
105
- .finally(() => {
106
- setUpdating(false);
107
- });
108
- };
109
- const setField = (name, value) => {
110
- setMetadata({
111
- ...metadata,
112
- [name]: value,
113
- });
114
- };
115
- return (_jsxs("div", { className: "flex flex-col gap-4 py-2", children: [_jsxs(Panel, { title: "Configuration", action: _jsx(Button, { size: "lg", isDisabled: isUpdating, onClick: onSubmit, children: "Save" }), children: [_jsxs("div", { className: "flex justify-between mb-2", children: [_jsxs("div", { className: "w-1/2 gap-2 flex flex-col", children: [_jsx("div", { className: "text-sm font-medium mb-1", children: "Created By" }), _jsxs("div", { className: "gap-2 flex items-center", children: [_jsx(UserInfo, { userRef: collection.created_by, showTitle: true }), _jsxs("span", { children: ["at ", dayjs(collection.created_at).format("YYYY-MM-DD HH:mm:ss")] })] })] }), _jsxs("div", { className: "w-1/2 gap-2 flex flex-col", children: [_jsx("div", { className: "text-sm font-medium mb-1", children: "Updated By" }), _jsxs("div", { className: "gap-2 flex items-center", children: [_jsx(UserInfo, { userRef: collection.updated_by, showTitle: true }), _jsxs("span", { children: ["at ", dayjs(collection.updated_at).format("YYYY-MM-DD HH:mm:ss")] })] })] })] }), _jsx(FormItem, { label: "Name", required: true, children: _jsx(Input, { value: metadata.name, onChange: (v) => setField("name", v) }) }), _jsx(FormItem, { label: "Description", children: _jsx(Textarea, { value: metadata.description, onChange: (e) => setField("description", e.target.value) }) }), !collection.dynamic &&
116
- _jsx(FormItem, { label: "Allowed Content Types", description: "Select which content types can be added to the collection. If not set, then all content types are allowed.", children: _jsx(SelectContentType, { defaultValue: metadata.allowed_types || null, onChange: (v) => {
117
- if (Array.isArray(v)) {
118
- setField("allowed_types", v.map(type => type.id));
119
- }
120
- else {
121
- setField("allowed_types", v ? [v.id] : []);
122
- }
123
- }, isClearable: true, multiple: true }) }), collection.dynamic && (_jsx(FormItem, { label: "Query", description: "Define the query to dynamically fetch content for the collection.", children: _jsx(Textarea, { className: Styles.INPUT, value: metadata.query, onChange: (e) => setField("query", e.target.value) }) })), _jsx(FormItem, { label: "Table Layout", description: "Define a custom layout for displaying the collection in tables.", children: _jsx(MonacoEditor, { className: "border-1 rounded-md border-border", value: tableLayoutValue, language: "json", editorRef: tableLayoutRef, theme: theme === 'dark' ? 'vs-dark' : 'vs' }) }), _jsx(FormItem, { label: "Type", description: "Select a content type to assign custom properties and data to the collection.", children: _jsx(SelectContentType, { defaultValue: metadata.type || null, onChange: (v) => {
124
- if (Array.isArray(v)) {
125
- setField("type", v.length > 0 ? v[0].id : null);
126
- }
127
- else {
128
- setField("type", v?.id || null);
129
- }
130
- }, isClearable: true }) })] }), typeId && _jsx(PropertiesEditor, { typeId: typeId, collection: collection }), !collection.dynamic && (_jsxs(_Fragment, { children: [_jsx(SyncMemberHeadsToggle, { collection: collection }), _jsx(SharedPropsEditor, { collection: collection })] }))] }));
131
- }
132
- function PropertiesEditor({ typeId, collection }) {
133
- const [formData, setFormData] = useState({});
134
- const toast = useToast();
135
- const { client } = useUserSession();
136
- const [isUpdating, setIsUpdating] = useState(false);
137
- const { data: type, error } = useFetch(() => client.store.types.retrieve(typeId), [typeId]);
138
- const schema = type?.object_schema || {};
139
- const object = useMemo(() => new ManagedObject(schema, collection.properties || {}), [schema, collection.properties]);
140
- if (error) {
141
- return _jsx(ErrorBox, { title: "Failed to load type", children: error.message });
142
- }
143
- if (!type) {
144
- return null;
145
- }
146
- const _onSave = (data) => {
147
- if (!data || !Object.keys(data).length) {
148
- return;
149
- }
150
- const payload = { properties: data || {} };
151
- setIsUpdating(true);
152
- client.store.collections
153
- .update(collection.id, payload)
154
- .then(() => {
155
- toast({
156
- title: "Collection properties updated",
157
- description: "Collection has been updated successfully",
158
- status: "success",
159
- duration: 3000,
160
- });
161
- })
162
- .catch((err) => {
163
- toast({
164
- title: "Failed to update collection properties",
165
- description: err.message,
166
- status: "error",
167
- duration: 5000,
168
- });
169
- })
170
- .finally(() => {
171
- setIsUpdating(false);
172
- });
173
- };
174
- const onDataChanged = (data) => {
175
- if (data instanceof ManagedObject) {
176
- setFormData(data.value);
177
- }
178
- };
179
- return (_jsx(Panel, { title: "Properties", action: _jsx(Button, { size: "lg", isLoading: isUpdating, type: "submit", onClick: () => _onSave(formData), children: "Save" }), children: _jsx(GeneratedForm, { object: object, onChange: onDataChanged }) }));
180
- }
181
- //# sourceMappingURL=EditCollectionView.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EditCollectionView.js","sourceRoot":"","sources":["../../../../../src/features/store/collections/EditCollectionView.tsx"],"names":[],"mappings":"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"}
@@ -1,119 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { Check, ChevronsUpDown } from "lucide-react";
3
- import { useCallback, useMemo, useState } from "react";
4
- import { Button, cn, ErrorBox, useDebounce, useFetch, Popover, PopoverContent, PopoverTrigger, Command, CommandEmpty, CommandGroup, CommandItem, CommandInput } from "@vertesia/ui/core";
5
- import { useUserSession } from "@vertesia/ui/session";
6
- export function SelectCollection({ onChange, value, disabled = false, placeholder = "Select a collection", searchPlaceholder = "Search collections", filterOut, allowDynamic = true, multiple = false }) {
7
- const { client } = useUserSession();
8
- const [searchQuery, setSearchQuery] = useState('');
9
- const [isSearching, setIsSearching] = useState(false);
10
- const [useServerSearch, setUseServerSearch] = useState(false);
11
- // Debounce the search query to avoid excessive API calls (only used for server-side search)
12
- const debouncedSearchQuery = useDebounce(searchQuery, 300);
13
- // Memoize the search function to prevent unnecessary re-renders
14
- const searchCollections = useCallback(async (query) => {
15
- setIsSearching(true);
16
- const trimmedQuery = query.trim();
17
- const collections = await client.store.collections.search({
18
- dynamic: allowDynamic ? undefined : false,
19
- name: useServerSearch ? (trimmedQuery || undefined) : undefined
20
- });
21
- setIsSearching(false);
22
- // Check if we hit the maximum limit (1000 collections) - if so, enable server-side search
23
- if (!useServerSearch && collections.length >= 1000) {
24
- setUseServerSearch(true);
25
- }
26
- // Filter out collections if filterOut is provided
27
- if (filterOut && filterOut.length > 0) {
28
- return collections.filter(col => !filterOut.includes(col.id));
29
- }
30
- return collections;
31
- }, [client, allowDynamic, filterOut, useServerSearch]);
32
- // Fetch collections based on search mode
33
- const { data: collections, error } = useFetch(() => searchCollections(useServerSearch ? debouncedSearchQuery : ''), [useServerSearch ? debouncedSearchQuery : '', searchCollections]);
34
- // Memoize the selected collection(s)
35
- const selectedCollection = useMemo(() => {
36
- if (!collections)
37
- return multiple ? [] : undefined;
38
- if (multiple && Array.isArray(value)) {
39
- return collections.filter((collection) => value.includes(collection.id));
40
- }
41
- else if (!multiple && typeof value === 'string') {
42
- return collections.find((collection) => collection.id === value);
43
- }
44
- return multiple ? [] : undefined;
45
- }, [collections, value, multiple]);
46
- // Handle collection selection
47
- const handleSelect = useCallback((collection) => {
48
- if (multiple) {
49
- const currentValues = Array.isArray(value) ? value : [];
50
- const isSelected = currentValues.includes(collection.id);
51
- if (isSelected) {
52
- // Remove from selection
53
- const newValues = currentValues.filter(id => id !== collection.id);
54
- const newCollections = collections?.filter(c => newValues.includes(c.id)) || [];
55
- onChange(newValues, newCollections);
56
- }
57
- else {
58
- // Add to selection
59
- const newValues = [...currentValues, collection.id];
60
- const newCollections = collections?.filter(c => newValues.includes(c.id)) || [];
61
- onChange(newValues, newCollections);
62
- }
63
- }
64
- else {
65
- onChange(collection.id, collection);
66
- }
67
- }, [onChange, value, collections, multiple]);
68
- // Handle clear selection
69
- const handleClear = useCallback(() => {
70
- onChange(undefined, undefined);
71
- }, [onChange]);
72
- // Handle search input change
73
- const handleSearchChange = useCallback((query) => {
74
- setSearchQuery(query);
75
- }, []);
76
- const hasSearchQuery = searchQuery.trim().length > 0;
77
- // Client-side filtering when not using server search
78
- const filteredCollections = useMemo(() => {
79
- if (!collections)
80
- return [];
81
- // If using server search, collections are already filtered by the server
82
- if (useServerSearch)
83
- return collections;
84
- // Otherwise, do client-side filtering
85
- if (!hasSearchQuery)
86
- return collections;
87
- const queryLower = searchQuery.toLowerCase();
88
- return collections.filter(col => col.name.toLowerCase().includes(queryLower));
89
- }, [collections, useServerSearch, hasSearchQuery, searchQuery]);
90
- const showClearOption = selectedCollection && hasSearchQuery;
91
- // Show error state
92
- if (error) {
93
- return (_jsx(ErrorBox, { title: "Collection fetch failed", children: error.message }));
94
- }
95
- // Get display text for the button
96
- const getDisplayText = () => {
97
- if (multiple && Array.isArray(selectedCollection) && selectedCollection.length > 0) {
98
- if (selectedCollection.length === 1) {
99
- return selectedCollection[0].name;
100
- }
101
- return `${selectedCollection.length} collections selected`;
102
- }
103
- else if (!multiple && selectedCollection && !Array.isArray(selectedCollection)) {
104
- return selectedCollection.name;
105
- }
106
- return placeholder;
107
- };
108
- return (_jsxs(Popover, { children: [_jsx(PopoverTrigger, { asChild: true, children: _jsxs(Button, { variant: "outline", role: "combobox", "aria-haspopup": "listbox", className: cn("w-full justify-between min-w-0"), disabled: disabled, children: [_jsx("span", { className: "truncate flex-1 text-left min-w-0", children: getDisplayText() }), _jsx(ChevronsUpDown, { className: "ml-2 h-4 w-4 shrink-0 opacity-50" })] }) }), _jsx(PopoverContent, { className: "mt-2 mb-2 w-[var(--radix-popover-trigger-width)] p-0", align: "start", children: _jsxs(Command, { shouldFilter: false, children: [_jsxs("div", { className: "flex justify-between items-center border-b px-3", "cmdk-input-wrapper": "", children: [_jsx(CommandInput, { placeholder: searchPlaceholder, value: searchQuery, onValueChange: handleSearchChange, className: "flex h-11 w-full rounded-md bg-transparent py-3 text-sm outline-none placeholder:text-muted-foreground disabled:cursor-not-allowed disabled:opacity-50" }), isSearching && (_jsx("div", { className: "mr-2 h-4 w-4 animate-spin rounded-full border-2 border-current border-t-transparent" }))] }), _jsx(CommandEmpty, { children: isSearching
109
- ? "Searching..."
110
- : hasSearchQuery
111
- ? "No collections found."
112
- : "No collections available." }), _jsxs(CommandGroup, { className: "max-h-[300px] overflow-auto", children: [showClearOption && !multiple && (_jsx(CommandItem, { value: "__clear__", onSelect: handleClear, className: "text-muted-foreground", children: "Clear selection" })), filteredCollections.map((collection) => {
113
- const isSelected = multiple && Array.isArray(value)
114
- ? value.includes(collection.id)
115
- : value === collection.id;
116
- return (_jsxs(CommandItem, { value: collection.id, onSelect: () => handleSelect(collection), className: "flex items-center justify-between", children: [_jsx("span", { className: "truncate", children: collection.name }), isSelected && (_jsx(Check, { className: "ml-2 h-4 w-4 shrink-0" }))] }, collection.id));
117
- })] })] }) })] }));
118
- }
119
- //# sourceMappingURL=SelectCollection.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SelectCollection.js","sourceRoot":"","sources":["../../../../../src/features/store/collections/SelectCollection.tsx"],"names":[],"mappings":"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"}
@@ -1,39 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- import { Button, Panel, TagsInput, useToast } from "@vertesia/ui/core";
3
- import { useUserSession } from "@vertesia/ui/session";
4
- import { useEffect, useState } from "react";
5
- export function SharedPropsEditor({ collection }) {
6
- const { client } = useUserSession();
7
- const [colType, setColType] = useState(undefined);
8
- const [sharedProps, setSharedProps] = useState(collection.shared_properties || []);
9
- const toast = useToast();
10
- useEffect(() => {
11
- if (collection.type?.id) {
12
- client.store.types.retrieve(collection.type.id).then(setColType);
13
- }
14
- }, [collection.type?.id]);
15
- const options = colType ? Object.keys(colType.object_schema?.properties || {}) : [];
16
- const onSelect = (selected) => {
17
- setSharedProps(selected);
18
- };
19
- const onSave = () => {
20
- client.store.collections.update(collection.id, {
21
- shared_properties: sharedProps
22
- }).then(() => {
23
- // Handle success
24
- toast({
25
- title: "Updated shared properties",
26
- status: "success"
27
- });
28
- }).catch((error) => {
29
- toast({
30
- title: "Failed to update shared properties",
31
- description: error.message,
32
- status: "error"
33
- });
34
- // Handle error
35
- });
36
- };
37
- return (_jsx(Panel, { title: "Shared Properties", description: "Add properties to share across all members in the collection. This feature requires to enable shared property synchronization on the project.", action: _jsx(Button, { size: "lg", isLoading: false, onClick: onSave, children: "Save" }), children: _jsx("div", { className: '', children: _jsx(TagsInput, { value: sharedProps, onChange: onSelect, options: options, placeholder: "Select properties to share" }) }) }));
38
- }
39
- //# sourceMappingURL=SharedPropsEditor.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SharedPropsEditor.js","sourceRoot":"","sources":["../../../../../src/features/store/collections/SharedPropsEditor.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAK5C,MAAM,UAAU,iBAAiB,CAAC,EAAE,UAAU,EAA0B;IAEpE,MAAM,EAAE,MAAM,EAAE,GAAG,cAAc,EAAE,CAAC;IACpC,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC,GAAG,QAAQ,CAAgC,SAAS,CAAC,CAAC;IACjF,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,QAAQ,CAAW,UAAU,CAAC,iBAAiB,IAAI,EAAE,CAAC,CAAC;IAC7F,MAAM,KAAK,GAAG,QAAQ,EAAE,CAAC;IAEzB,SAAS,CAAC,GAAG,EAAE;QACX,IAAI,UAAU,CAAC,IAAI,EAAE,EAAE,EAAE,CAAC;YACtB,MAAM,CAAC,KAAK,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QACrE,CAAC;IACL,CAAC,EAAE,CAAC,UAAU,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC,CAAC;IAE1B,MAAM,OAAO,GAAa,OAAO,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,aAAa,EAAE,UAAU,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IAE9F,MAAM,QAAQ,GAAG,CAAC,QAAkB,EAAE,EAAE;QACpC,cAAc,CAAC,QAAQ,CAAC,CAAC;IAC7B,CAAC,CAAA;IAED,MAAM,MAAM,GAAG,GAAG,EAAE;QAChB,MAAM,CAAC,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE,EAAE;YAC3C,iBAAiB,EAAE,WAAW;SACjC,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE;YACT,iBAAiB;YACjB,KAAK,CAAC;gBACF,KAAK,EAAE,2BAA2B;gBAClC,MAAM,EAAE,SAAS;aACpB,CAAC,CAAA;QACN,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,EAAE,EAAE;YACf,KAAK,CAAC;gBACF,KAAK,EAAE,oCAAoC;gBAC3C,WAAW,EAAE,KAAK,CAAC,OAAO;gBAC1B,MAAM,EAAE,OAAO;aAClB,CAAC,CAAA;YACF,eAAe;QACnB,CAAC,CAAC,CAAC;IACP,CAAC,CAAA;IAED,OAAO,CACH,KAAC,KAAK,IAAC,KAAK,EAAC,mBAAmB,EAAC,WAAW,EAAC,+IAA+I,EACxL,MAAM,EACF,KAAC,MAAM,IAAC,IAAI,EAAC,IAAI,EAAC,SAAS,EAAE,KAAK,EAAE,OAAO,EAAE,MAAM,qBAE1C,YAEb,cAAK,SAAS,EAAC,EAAE,YACb,KAAC,SAAS,IAAC,KAAK,EAAE,WAAW,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,WAAW,EAAC,4BAA4B,GAAG,GAC9G,GACF,CACX,CAAA;AAEL,CAAC"}
@@ -1,35 +0,0 @@
1
- import { jsx as _jsx } from "react/jsx-runtime";
2
- import { Panel, Switch, useToast } from "@vertesia/ui/core";
3
- import { useUserSession } from "@vertesia/ui/session";
4
- import { useState } from "react";
5
- export function SyncMemberHeadsToggle({ collection }) {
6
- const { client } = useUserSession();
7
- const [skipHeadSync, setSkipHeadSync] = useState(collection.skip_head_sync ?? false);
8
- const [isSaving, setIsSaving] = useState(false);
9
- const toast = useToast();
10
- const onSaveSkipHeadSync = (enableSyncHeads) => {
11
- const skip_head_sync = !enableSyncHeads;
12
- setIsSaving(true);
13
- client.store.collections.update(collection.id, {
14
- skip_head_sync: skip_head_sync
15
- }).then(() => {
16
- // Handle success
17
- toast({
18
- title: "Updated skip head sync setting",
19
- status: "success"
20
- });
21
- setSkipHeadSync(skip_head_sync);
22
- }).catch((error) => {
23
- toast({
24
- title: "Failed to update skip head sync",
25
- description: error.message,
26
- status: "error"
27
- });
28
- // Handle error
29
- }).finally(() => {
30
- setIsSaving(false);
31
- });
32
- };
33
- return (_jsx(Panel, { title: "Synchronize Member Heads", description: "When a new HEAD version of a member is created the colleciton will be updated to point to the new HEAD.", children: _jsx(Switch, { disabled: isSaving, value: !skipHeadSync, onChange: onSaveSkipHeadSync, children: "Enable synchronizing member heads" }) }));
34
- }
35
- //# sourceMappingURL=SyncMemberHeadsToggle.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SyncMemberHeadsToggle.js","sourceRoot":"","sources":["../../../../../src/features/store/collections/SyncMemberHeadsToggle.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAKjC,MAAM,UAAU,qBAAqB,CAAC,EAAE,UAAU,EAA8B;IAE5E,MAAM,EAAE,MAAM,EAAE,GAAG,cAAc,EAAE,CAAC;IACpC,MAAM,CAAC,YAAY,EAAE,eAAe,CAAC,GAAG,QAAQ,CAAU,UAAU,CAAC,cAAc,IAAI,KAAK,CAAC,CAAC;IAC9F,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,QAAQ,CAAU,KAAK,CAAC,CAAC;IACzD,MAAM,KAAK,GAAG,QAAQ,EAAE,CAAC;IAEzB,MAAM,kBAAkB,GAAG,CAAC,eAAwB,EAAE,EAAE;QACpD,MAAM,cAAc,GAAG,CAAC,eAAe,CAAC;QACxC,WAAW,CAAC,IAAI,CAAC,CAAC;QAClB,MAAM,CAAC,KAAK,CAAC,WAAW,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE,EAAE;YAC3C,cAAc,EAAE,cAAc;SACjC,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE;YACT,iBAAiB;YACjB,KAAK,CAAC;gBACF,KAAK,EAAE,gCAAgC;gBACvC,MAAM,EAAE,SAAS;aACpB,CAAC,CAAA;YACF,eAAe,CAAC,cAAc,CAAC,CAAC;QACpC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,KAAK,EAAE,EAAE;YACf,KAAK,CAAC;gBACF,KAAK,EAAE,iCAAiC;gBACxC,WAAW,EAAE,KAAK,CAAC,OAAO;gBAC1B,MAAM,EAAE,OAAO;aAClB,CAAC,CAAA;YACF,eAAe;QACnB,CAAC,CAAC,CAAC,OAAO,CAAC,GAAG,EAAE;YACZ,WAAW,CAAC,KAAK,CAAC,CAAC;QACvB,CAAC,CAAC,CAAC;IACP,CAAC,CAAA;IAED,OAAO,CACH,KAAC,KAAK,IAAC,KAAK,EAAC,0BAA0B,EAAC,WAAW,EAAC,yGAAyG,YACzJ,KAAC,MAAM,IAAC,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC,YAAY,EAAE,QAAQ,EAAE,kBAAkB,kDAErE,GACL,CACX,CAAA;AAEL,CAAC"}
@@ -1,8 +0,0 @@
1
- export * from "./BrowseCollectionView";
2
- export * from "./CollectionsTable";
3
- export * from "./EditCollectionView";
4
- export * from "./CreateCollection";
5
- export * from "./SelectCollection";
6
- export * from "./SharedPropsEditor";
7
- export * from "./SyncMemberHeadsToggle";
8
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/features/store/collections/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC"}
@@ -1,4 +0,0 @@
1
- export * from "./objects";
2
- export * from "./types";
3
- export * from "./collections";
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/features/store/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC"}